/*@font-face {
    font-family: 'HelLT55Rom';
    src: url('../font/HelLT55Rom.eot');
    src:
    url('../font/HelLT55Rom.eot?#font-spider') format('embedded-opentype'),
    url('../font/HelLT55Rom.woff') format('woff'),
    url('../font/HelLT55Rom.ttf') format('truetype'),
    url('../font/HelLT55Rom.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@charset "utf-8";
/* 初始化CSS */
*{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:bold;}
fieldset, img{border:none; vertical-align:middle;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "Microsoft Yahei","SimSun",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{ margin:0; font-size:12px;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{font-family: "Microsoft Yahei","SimSun",Arial,sans-serif; resize:none;}
body{font:12px "Microsoft Yahei","SimSun",Arial,sans-serif; color:#333; background:#fff;}
a{text-decoration:none; color:inherit;}
i, em{ font-style:normal;}
.clearfix:after{ display:block; visibility:hidden; clear:both; height:0; content:"";}
.clearfix{zoom:1;}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}

/*html5*/
article,aside,footer,header,section,footer,nav,figure,main{display:block}
a,*{-webkit-tap-highlight-color: transparent;tap-highlight-color: transparent;}

/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust{-webkit-text-size-adjust:none;}
.font_scale8{ -webkit-transform: scale(0.66);}
.font_scale10{ -webkit-transform: scale(0.83);}
.font_lc{-webkit-transform-origin:left center;}
.font_rc{-webkit-transform-origin:right center;}
.font_up{text-transform:uppercase;}

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}


input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
a,label{text-decoration:none; color:inherit; background:transparent; -webkit-tap-highlight-color: transparent;}
input[type="submit"],button {-webkit-appearance:none; /*去除input默认样式*/}


/*transition*/
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}
.tran5000{-webkit-transition:all 5s linear; -moz-transition:all 5s linear; -ms-transition:all 5s linear; transition:all 5s linear;}

.scaleimg:hover img{ -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}

/*网页限定宽度*/
.con_1000{ position:relative; margin:0 auto; width:1000px;}
.con_1000:after{content:""; display:block; height:0; clear:both;}

body{color: #474747; margin: 0 auto; background: #ffffff; min-width: 320px; font-size: 12px; line-height: 24px; font-family: "Microsoft Yahei",Helvetica,Arial,sans-serif;}
.w1200{width: 1200px;margin: 0 auto;}


.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;background: url(../images/grayBg.png) repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn { display: block; background: url(../images/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none;cursor: pointer;}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #19408c;}



.header{width: 100%;background: #1a3f8d;}
.header .logo{height: 140px;line-height: 140px;font-size: 0;}
.header .menuIcon{width: 24px;cursor: pointer;margin: 54px 0 0 10px;display: none;}
.header .menuIcon span{display: block;height: 3px;background: #fff;margin-top: 5px;position: relative;}
.header .searchBtn{width: 38px;height: 38px;background: url(../images/searchBtn.png) no-repeat center;margin-top: 50px;display: none;cursor: pointer;}

.nav{width: 100%;background: #143373;font-size: 0;}
.nav ul .nLi{float: left;position: relative;text-align: center;}
.nav ul .nLi h3 a{display: block;padding: 0 26px;height: 54px;font-size: 16px;color: #ffffff;line-height: 54px;font-weight: normal;}
.nav ul .nLi:first-child h3 a{padding: 0 22px;}
.nav ul .nLi .navSub{width: 100%;position: absolute;left: 0;top:54px;z-index: 2;background: #fff;display: none;}
.nav ul .nLi .navSub ul{padding: 5px 0;}
.nav ul .nLi .navSub ul li a{display: block;padding: 8px 0;font-size: 14px;color: #444;line-height: 22px;}
.nav ul .nLi .navSub ul li a:hover{color: #1a3f8d;}
.nav ul .nLi.on h3 a,.nav ul .nLi.cur h3 a{background: #47652f;}
.nav .searchBtn{width: 20px;height: 54px;padding: 0 10px;margin-right: -10px;cursor: pointer;background: url(../images/searchBtn.png) no-repeat center;}

.footer{width: 100%;padding: 33px 0;background: #19408c url(../images/fBg.jpg) no-repeat center;}
.footer .logo{font-size: 0;margin: 8px 60px 0 0;}

.footer .link{width: 496px;height: 64px;padding: 8px 0 2px 49px;border-left: 1px solid #466299;}
.footer .link .tit{font-size: 14px;line-height: 34px;color: #ffffff;}
.footer .link .cont .marqueeleft{width: 100%;overflow: hidden;}
.footer .link .cont .marqueeleft ul{float: left;}
.footer .link .cont .marqueeleft ul li{float: left;font-size: 14px;line-height: 30px;color: #ffffff;}
.footer .link .cont .marqueeleft ul li.placeHolder{width: 100px;height: 30px;}
.footer .link .cont .marqueeleft ul li a{display: block;padding: 0 7px;position: relative;}
.footer .link .cont .marqueeleft ul li a:before{content: "";width: 1px;height: 12px;background: #456199;position: absolute;left: 0;top:50%;margin-top: -6px;} 
.footer .link .cont .marqueeleft ul:first-child li:first-child a{padding-left: 0;}
.footer .link .cont .marqueeleft ul:first-child li:first-child a:before{display: none;}
.footer .link .container{width: 100%;position: relative;overflow: hidden;}
.footer .link .container .swiper-slide{width: auto;}
.footer .link .container a{display: block;padding: 0 7px;position: relative;font-size: 14px;line-height: 30px;color: #ffffff;}
.footer .link .container a:hover{color: rgba(255, 255, 255, 0.8);}
.footer .link .container a:before{content: "";width: 1px;height: 12px;background: #456199;position: absolute;left: 0;top:50%;margin-top: -6px;} 
.footer .link .container .swiper-slide:first-child a{padding-left: 0;}
.footer .link .container .swiper-slide:first-child a::before{display: none;}

.footer .fShare li{margin-left: 28px;position: relative;text-align: center;cursor: pointer;}
.footer .fShare li.li1{margin-left: 0;}
.footer .fShare li i{display: block;width: 56px;height: 44px;margin: 0 auto;background: url(../images/fShareIcon.png) no-repeat left top;}
.footer .fShare li.li2 i{background-position: -56px top;}
.footer .fShare li span{display: block;font-size: 14px;line-height: 24px;color: #ffffff;}
.footer .fShare li .codeImg{position: absolute;left: 50%;margin-left: -75px;bottom: 60px;z-index: 8;display: none;}
.footer .fShare li .codeImg .pic{width: 130px;height: 130px;background: #fff;padding: 5px;}
.footer .fShare li .codeImg .pic img{width: 100%;height: 100%;}
.footer .fShare li .codeImg i{display: block;margin: 0 auto;width: 0;height: 0;border: 8px solid transparent;border-top: 8px solid #fff;}

.fBtm{padding: 12px 0;text-align: center;font-size: 12px;line-height: 26px;color: #444444;}
.fBtm span{margin: 0 8px;}

.fBtm .fNav{/*padding-top: 19px;*/height: 26px;line-height: 26px;}
.fBtm .fNav li{padding: 0 6px;position: relative;}
.fBtm .fNav li:before{content: "";width: 1px;height: 12px;background: #456199;position: absolute;left: 0;top:50%;margin-top: -6px;}
.fBtm .fNav li:first-child:before{display: none;}
.fBtm .fNav li a{display: block;font-size: 12px;color: #ffffff;line-height: 26px;}

.nyWrap{width: 100%;padding: 30px 0 62px;min-height: 400px;}
.nyWrap .nyTop{background: #f5f5f5 url(../images/nyTopBg.png) no-repeat left top;border-bottom: 1px solid #dbdbdb;position: relative;padding: 51px 30px 0;}
.nyWrap .nyTop .tit{position: absolute;left: 0;bottom: -15px;padding: 0 10px 0 30px;font-size: 24px;color: #19408c;line-height: 42px;font-weight: normal;}
.nyWrap .nyTop .tit span{position: relative;z-index: 3;}
.nyWrap .nyTop .tit:before{content: "";width: 100%;height: 1px;background: #fff;position: absolute;left: 0;top:27px;z-index: 0;}
.nyWrap .nyTop .tit:after{content: "";width: 96px;height: 1px;background: #19408c;position: absolute;right: -96px;top:27px;}


.inforWrap{width: 100%;padding: 35px 0 66px;background: #ffffff;min-height: 350px;}
.infoSide{width: 22%;box-sizing: border-box;border-right: 6px solid #e6e6e6;border-bottom: 6px solid #e6e6e6;}
.infoSide .nLi h3{padding: 10px 0 10px 36px;position: relative;line-height: 32px;font-size: 16px;color:#3a502a;font-weight: normal;border-bottom: 1px solid #dbdbdb;cursor: pointer;}
.infoSide .nLi h3:before{content: "";width: 4px;height: 20px;background: #3a502a;position: absolute;left: 18px;top:17px;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;-webkit-transform: scaleY(0);transform: scaleY(0);opacity: 0;visibility: hidden;}
.infoSide .nLi h3 a{display: block;}
.infoSide .nLi:hover h3:before,.infoSide .nLi.on h3:before{-webkit-transform: scaleY(1);transform: scaleY(1);opacity: 1;visibility: visible;}
.infoSide .nLi .navSub{padding: 16px 30px 20px;display: none;}
/*.infoSide .nLi:first-child .navSub{display: block;}*/
.infoSide .nLi .navSub li{border-top:1px dotted #afafaf;}
.infoSide .nLi .navSub li:first-child{border-top: none;}
.infoSide .nLi .navSub li a{display: block;padding-left: 25px;font-size: 14px;line-height: 30px;color: #4c4c4c;position: relative;}
.infoSide .nLi .navSub li a:before{content:"";width: 4px;height: 1px;background: #4d4d4d;position: absolute;left: 16px;top:15px;}
.infoSide .nLi .navSub li a:hover{color: #19408c;padding-left: 30px;}
.infoSide .nLi .navSub li a:hover:before{background: #19408c;}
.infoSide .nLi .navSub li.on a{color: #19408c;}

.infoMain{width: 48%;margin-left: 3%;}
.infoMain .tit{height: 52px;border-bottom: 1px solid #dbdbdb;margin-bottom: 17px;font-size: 24px;line-height: 52px;color: #19408c;font-weight: normal;}
.infoMain .tit span{position: relative;}
.infoMain .tit span:before{content: "";width: 100%;height: 2px;background: #19408c;position: absolute;left: 0;bottom: -2px;}
.infoMain .infoList{margin-bottom: 16px;}
.infoMain .infoList li a{display: block;padding-left: 16px;position: relative;height: 36px;line-height: 36px;font-weight: 300;}
.infoMain .infoList li a:before{content: "";width: 5px;height: 5px;background: #333333;border-radius: 50%;position: absolute;left: 0;top:18px;-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.infoMain .infoList li a h5{font-size: 16px;color: #333333;font-weight: 300;max-width: 75%;}
.infoMain .infoList li a span{font-size: 14px;color: #666666;}
.infoMain .infoList li a:hover:before{width: 12px;height: 2px;border-radius: 0;}
.infoMain .infoList li a:hover h5{padding-left: 12px;color: #19408c;}

.infoRight{width: 22.5%;margin-top: 9px;padding-bottom: 40px;box-sizing: border-box;border-left: 6px solid #e6e6e6;border-bottom: 6px solid #e6e6e6;}
.infoRight .tit{width: 131px;padding-left: 19px;height: 46px;margin-bottom: 20px;background: #19408c;border-left: 6px solid #ffa800;border-radius: 0 20px 0 0;position: relative;z-index: 2;left: -6px;
font-size: 18px;color: #ffffff;line-height: 46px;font-weight: normal;}
.infoRight .cont{padding: 0 34px 20px 20px;font-size: 14px;line-height: 32px;color: #1a1a1a;font-weight: 300;}

.nyCont{padding: 50px 30px 30px;background: #ffffff;min-height: 400px;}

.page{font-size: 0;padding-top: 30px;text-align: center;display: flex;align-items: center;justify-content: center;}
.page a{display: block;width: 32px;height: 32px;border:1px solid #dbdbdb;margin: 0 10px 0 0;font-size: 14px;color: #4c4c4c;line-height: 32px;text-align: center;}
.page a.prev,.page a.next{background: url(../images/arrow.png) no-repeat left top;}
.page a.next{background-position: right top;}
.page a:hover,.page a.on{background-color: #19408c;border-color: #19408c;color: #fff;}
.page a.prev:hover{background-position: left bottom;}
.page a.next:hover{background-position: right bottom;}

.passage{padding-top: 30px;}
.passage .psgTit{padding-bottom: 24px;border-bottom: 1px solid #d1d1d1;margin-bottom: 22px;text-align: center;}
.passage .psgTit h5{font-size: 20px;color: #1a1a1a;line-height: 28px;font-weight: normal;margin-bottom: 10px;}
.passage .psgTit h5.subTit{font-size: 18px;}
.passage .psgTit .info{font-size: 14px;line-height: 22px;color: #808080;}
.passage .psgTit .info span{margin: 0 4px;}
.passage .psgCont{font-size: 16px;line-height: 32px;color: #333333;padding-bottom: 60px;border-bottom: 1px solid #d1d1d1;margin-bottom: 52px;min-height: 300px;}
.passage .psgCont *{max-width: 100% !important;}
.passage .psgBtm{position: relative;padding: 0 235px 0 0;}
.passage .psgBtm ul li{font-size: 16px;line-height: 34px;color: #3a502a;}
.passage .psgBtm ul li a{color: #333333;}
.passage .psgBtm ul li a:hover{color: #19408c;text-decoration: underline;}
.passage .psgBtm .psgShare{height: 56px;width: 165px;padding-left: 49px;border-left: 1px solid #d1d1d1;position: absolute;right: 0;top:5px;}
.passage .psgBtm .psgShare span{font-size: 16px;line-height: 34px;color: #000000;margin: 12px 3px 0 0;}
.passage .psgBtm .psgShare .shareItem{width: 34px;height: 34px;margin: 12px 20px 0 0;padding: 0;background: url(../images/shareIcon2.png) no-repeat left top;}
.passage .psgBtm .psgShare .shareItem.bds_tsina{margin-right: 0;background-position: -34px top;}

.pageStyle{font-size: 14px;line-height: 1.6;color: #333;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height: auto !important;}



@media screen and (max-width: 1220px){
.w1200{width: auto;padding: 0 5%;}
.header .logo img{height: 60px;}
.nav ul .nLi h3 a{padding: 0 10px;}

.footer .logo{margin-right: 40px;}
.footer .logo img{height: 40px;}
.footer .link{width: 360px;padding-left: 30px;}

.fBtm p{width: 100%;}
.fBtm .fNav{width: 100%;text-align: center;font-size: 0;padding-top: 10px;}
.fBtm .fNav li{display: inline-block;float: none;}

.infoSide .nLi h3{padding-left: 16px;}
.infoSide .nLi h3:before{left: 6px;width: 2px;}

}

@media screen and (max-width: 1024px){
.header{background-size: cover;}
.header .form,.nav{display: none;}
.header .menuIcon,.header .searchBtn{display: block;}

.footer{background-size: cover;padding: 20px 0;}
.footer .fShare{display: none;}
.footer .logo{display: block;text-align: center;float: none;margin-bottom: 12px;margin-right: 0;display: none;}

.footer .link{width: 100%;margin: 0;text-align: center;padding:0;border-left: none;}
.footer .link .cont{width: 360px;margin: 0 auto;}

.footer .fNav{padding-top: 0;float: right;}

.fBtm{font-size: 13px;line-height: 22px;}

.nyWrap .nyTop{padding: 18px 30px;}
.nyWrap .nyTop .tit{position: relative;padding-left: 0;bottom: 0;}
.nyWrap .nyTop .tit:before,.nyWrap .nyTop .tit:after{display: none;}

.infoSide{display: none;}
.infoMain{width: 60%;}
.infoRight{width: 32%;}
.infoMain .infoList li a h5{max-width: 60%;}
}
@media screen and (max-width: 768px){
.header .logo{height: 80px;line-height: 80px;}
.header .logo img{height: 40px;}
.header .searchBtn{margin-top: 25px;}
.header .menuIcon{margin-top: 28px;margin-left: 5px;}

.passage .psgCont{padding-bottom: 30px;margin-bottom: 30px;font-size: 15px;line-height: 30px;}
.passage .psgBtm{padding-right: 0;}
.passage .psgBtm .psgShare{display: none;}

.page{text-align: center;}

.fBtm .fNav{float: none;font-size: 0;text-align: center;padding-top: 12px;display:none;}
.fBtm .fNav li{display: inline-block;float: none;}

.nyWrap{padding-top: 100px;}

.inforWrap{padding-bottom: 0;}
.infoMain{width: 92%;margin: 0 auto 20px;padding: 0 4%;}
.infoRight{width: 100%;margin: 0 auto;}

}

@media screen and (max-width: 520px){ 
.header .logo img{height: 28px;}
}

@media screen and (max-width: 468px){
.header .w1200{padding: 0 2%;}
.header .logo img{height: 26px;}

.footer .link .cont{width: 100%;}

.nyWrap{padding-bottom: 22px;padding-top: 22px;}
.nyWrap .nyTop{padding: 18px 20px;}

.infoMain .infoList li{margin-bottom: 12px;}
.infoMain .infoList li a{height: auto;}
.infoMain .infoList li a:before{top: 13px;}
.infoMain .infoList li a h5,.infoMain .infoList li a span{float: none;display: block;line-height: 27px;}
.infoMain .infoList li a h5{max-width: 96%;}
.infoRight .cont{padding: 0 18px 20px;}
.infoRight .tit{padding-left: 15px;}
.inforWrap{padding-top: 12px;}

.nyCont{padding: 30px 10px 30px 10px;}
.passage .psgTit h5.subTit{font-size: 16px;}

.infoMain .tit{font-size: 20px;}
}

@media screen and (max-width: 340px){
.header .logo img{height: 22px;}  
}

