@charset "utf-8";

/* CSS Document */

html {
    background: #FFF;
}

body {
    font-size: 63%;
    /*font-family:"\5FAE\8F6F\96C5\9ED1", SimSun;*/
    background-color: #fff;
    color: #333;
    font-family: "微软雅黑", 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dl,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

fieldset,
img {
    border: 0;
}

img,
object {
    max-width: 100%;
    /*height:auto;*/
    width: auto\9;
    /* for ie8 */
    -ms-interpolation-mode: bicubic;
}

a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: #00366f;
    text-decoration: none;
}

input[type='button'] {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400;
}


/*定义清除浮动样式 方法一*/

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}


/*定义清除浮动样式 方法二*/

.clear {
    clear: both;
}


/*font-size */

.f12px {
    font-size: 1.2em;
}

.f14px {
    font-size: 1.4em;
}

.f16px {
    font-size: 1.6em;
}

.f18px {
    font-size: 1.8em;
}

.f20px {
    font-size: 2.0em;
}

.f22px {
    font-size: 2.2em;
}

.f24px {
    font-size: 2.4em;
}


/*float */

.fl {
    float: left;
}

.fr {
    float: right;
}

.ct {
    margin: 0 auto;
}

ul,
ol,
li {
    list-style: none outside none;
}

.tc {
    text-align: center !important;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.fwn {
    font-weight: normal;
}

.fwb {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

q:before,
q:after {
    content: '';
    content: none;
}

input,
textarea,
select {
    font-weight: inherit;
}

input,
select,
textarea,
button {
    vertical-align: middle
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.inblock {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.disnone {
    display: none;
}

.block {
    display: block;
}

.hidden {
    overflow: hidden !important;
}

.none {
    display: none;
}

.textoverflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.underline:hover {
    text-decoration: underline;
}

.mtc {
    margin: 0 auto;
}

.number {
    font-family: Arial;
}

.fw600 {
    font-weight: 600;
}

.hand {
    cursor: pointer;
}

.distable {
    display: table;
}

.distr {
    display: table-row;
}

.distd {
    display: table-cell;
}

.mr35px {
    margin-right: 35px;
}

.ml35px {
    margin-left: 35px;
}

.mr10px {
    margin-right: 10px;
}

.ml10px {
    margin-left: 10px;
}

.mt20px {
    margin-top: 20px;
}

.topicInfo li {
    transtion: all 1s ease 0s
}

.imgResponsive {
    width: 100%;
    height: 0;
    padding-bottom: 66.67%;
    overflow: hidden;
    display: block;
}

.imgResponsive img {
    width: 100%;
}

body {
    min-width: 1200px;
}

.phone {
    position: absolute;
    right: 0px;
    bottom: 10px;
    color: #fff;
    font-size: 16px;
}

/*头部样式*/

.wrap_header {
    width: 100%;
    background: url(../../images/2019/headerbg.jpg) no-repeat top center;
    position: relative;
    z-index: 99;
}

.header {
    max-width: 1200px;
    height: 113px;
    margin: 0 auto;
}

#btn_ser {
    display: none;
}

.links {
    float: right;
    text-align: right;
    margin-top: 43px;
}

.links01 ul li {
    display: inline;
    height: 25px;
}

.links01 a {
    color: #fff;
    padding: 0 10px;
}

.links01 a:hover {
    color: #c81622;
}

.btn_ser {
    display: inline-block;
    width: 22px;
    height: 20px;
    margin-top: 5px;
    cursor: pointer;
}

.btn_ser img {
    vertical-align: middle;
}

.ser {
    height: 30px;
    right: 0;
    top: 2px;
    line-height: 30px;
    background: #406b99;
    border-radius: 20px;
    display: none;
}

.search {
    width: 180px;
    height: 30px;
    position: relative;
    overflow: hidden;
}

.search input {
    position: absolute;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #9cbcdf;
    border: none;
    background: none;
}

.search input.notxt {
    padding-left: 20px;
    width: 118px;
}

.search input.notxt1 {
    position: absolute;
    width: 34px;
    height: 22px;
    top: 4px;
    left: 140px;
    border: none;
    background: url(../../images/2019/ser.png) no-repeat center;
    cursor: pointer;
    overflow: hidden;
}

.snav {
    display: block;
}

.mbtn {
    display: block;
}

.logo {
    width: 539px;
    height: 66px;
    padding: 23px 0;
}

.links {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1005;
    margin-top: 43px;
}

.links li {
    float: right;
    height: 30px;
}

.links a.btn_ser {
    padding: 0 2px;
    height: 30px;
}

#btn_ser {
    display: block;
}

.navtop {
    display: inline-block;
    width: auto;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 40px;
    right: 0;
}

.navtop ul li {
    float: left;
    height: 25px;
    line-height: 25px;
    position: relative;
}

.navtop a {
    color: #fff;
    display: inline-block;
    /*! padding: 0 14px; */
}

.navtop ul li .subNav {
    display: none;
    position: absolute;
    top: 25px;
}

.navtop ul li.on .subNav {
    display: block;
    background: #406b99;
}

.navtop ul li.on .subNav dl dd {
    height: 25px;
    line-height: 25px;
}

.navtop ul li.bszn>a {
    background: url(../../images/2019/xl.png) no-repeat right center;
    padding-right: 15px;
}


/*导航*/

.nav_line {
    height: 0;
    border-top: #0d233b 1px solid;
    border-bottom: #245383 1px solid;
}

.nav {
    width: 100%;
    height: 50px;
}

.nav ul {
    height: 50px;
    margin: 0px auto;
    max-width: 1200px;
}

.nav ul li {
    float: left;
    width: 7.6%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
}

.nav ul li a {
    font-size: 17px;
    display: block;
    color: #fff;
    transition: all 0.5s ease;
}

.nav ul li .subNav {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    background: #11355c;
    overflow: hidden;
    width: 100%;
    z-index: 99;
}

.nav ul li.on>a {
    transition: all 0.5s ease;
    position: relative;
}

.nav ul li>a:before {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #c2dfff;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
    transition: all 0.3s ease;
}

.nav ul li.on>a:before {
    width: 30px;
}

.nav ul li.on .subNav {
    display: block;
    padding: 9px 0;
}

.nav ul li.on .subNav dl {
    overflow: hidden;
}

.nav ul li.on .subNav dl dd {
    height: auto;
    line-height: 18px;
    text-align: center;
    position: relative;
}

.nav ul li.on .subNav dl dd:hover:before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 2px;
    transition: all 0.5s ease;
}

.nav ul li.on .subNav dl dd a {
    font-size: 1.4em;
    color: #fff;
    line-height: 18px;
    padding: 8px 12px;
    text-align: center;
    font-weight: normal;
}

.nav ul li.on .subNav dl dd:hover a {
    color: #fff;
}

.Wrap_footer {
    width: 100%;
    margin: 40px 0 0 0;
    background: url(../../images/2019/footerbg.jpg) no-repeat;
    overflow: hidden;
}

.footer {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 25px 0;
}

.footer p {
    font-size: 12px;
    line-height: 25px;
    color: #c2dfff;
    text-align: center;
}


/*flexslider start*/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides>li a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides>li:first-child {
    display: block;
}

.flexslider {
    background: #fff;
    position: relative;
    zoom: 1;
    overflow: hidden;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: visible !important;
    *overflow: hidden !important;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    margin-top: -17.5px;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    text-indent: -999em;
}


/* .flexslider:hover .flex-prev { opacity: 0.7; left: 20px;} */


/* .flexslider:hover .flex-next { opacity: 0.7; right:20px;} */

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    background: #ddd;
}

.flex-pauseplay a:before {
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    z-index: 1000;
}

.flex-control-nav li {
    margin: 0 8px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 8px;
    height: 8px;
    display: block;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 6px;
    border: 2px solid #fff;
}

.flex-control-paging li a:hover {
    background: #000;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
}


/*flexslider end*/