/*@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: #c21815;}


.header{width: 100%;background: url(../images/headerBg.jpg) no-repeat center;}
.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: url(../images/navBg.jpg) no-repeat center;font-size: 0;text-align: center;}
.nav ul .nLi{float: left;position: relative;}
.nav ul .nLi h3 a{display: block;padding: 0 32px;height: 54px;font-size: 16px;color: #ffffff;line-height: 54px;font-weight: normal;}
.nav ul .nLi:first-child h3 a{padding: 0 28px;}
.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: #c21815;}
.nav ul .nLi.on h3 a,.nav ul .nLi.cur h3 a{background: #c21815;}
.nav .searchBtn{width: 20px;height: 54px;padding: 0 10px;margin-right: -10px;cursor: pointer;background: url(../images/searchBtn.png) no-repeat center;}

.iMain{margin: 12px auto 70px;}
.iMain .ititle{height: 55px;border-bottom: 3px solid #c21815;line-height: 55px;font-weight: normal;color: #1a1a1a;margin-bottom: 30px;}
.iMain .ititle span{font-size: 20px;margin-right: 12px;}
.iMain .ititle .imore{font-size: 14px;}
.iMain .ititle .imore:hover{color: #c21815;}

.isect1{margin-bottom: 13px;}
.isect1 .isect1_1{width: 66%;}
.isect1 .isect1_1 .iscrollNews{width: 100%;overflow: hidden;position: relative;}
.isect1 .isect1_1 .iscrollNews .swiper-slide a{display: block;position: relative;}
.isect1 .isect1_1 .iscrollNews .swiper-slide a .pic{width: 48%;height: 0;padding-bottom: 240px;overflow: hidden;position: relative;}
.isect1 .isect1_1 .iscrollNews .swiper-slide a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;position: absolute;left: 0;top:0;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect1 .isect1_1 .iscrollNews .swiper-slide a .text{padding-top: 6px;width: 48%;}
.isect1 .isect1_1 .iscrollNews .swiper-slide a .text h5{font-size: 20px;color: #1a1a1a;line-height: 28px;font-weight: normal;height: 56px;overflow: hidden;}
.isect1 .isect1_1 .iscrollNews .swiper-slide a .text span{display: block;font-size: 14px;line-height: 24px;color: #c21815;font-weight: 300;padding: 10px 0 11px;}
.isect1 .isect1_1 .iscrollNews .swiper-slide a .text p{font-size: 14px;line-height: 24px;color: #666666;height: 72px;overflow: hidden;}
.isect1 .isect1_1 .iscrollNews .swiper-slide a:hover .pic em{-webkit-transform: scale(1.05);transform: scale(1.05);}
.isect1 .isect1_1 .iscrollNews .swiper-slide a:hover .text h5{color: #c21815;}
.isect1 .isect1_1 .iscrollNews.swiper-container-horizontal > .swiper-pagination-bullets{text-align: left;box-sizing: border-box;width: 100%;padding-left: 52%;bottom: 30px;height: 10px;line-height: 10px;}
.isect1 .isect1_1 .iscrollNews.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 12px 0 0;background: #383838;opacity: 1;}
.isect1 .isect1_1 .iscrollNews.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #c21815;}

.isect1 .isect1_1 .list li{width: 48%;margin-top: 14px;padding-bottom: 13px;border-bottom: 1px dotted #afafaf;}
.isect1 .isect1_1 .list li:nth-child(2n){float: right;}
.isect1 .isect1_1 .list li a{display: block;width: 100%;}
.isect1 .isect1_1 .list li a span{display: block;height: 23px;line-height: 23px;font-size: 14px;color: #c21815;font-weight: 300;}
.isect1 .isect1_1 .list li a h5{height: 29px;line-height: 29px;font-size: 16px;color: #333333;font-weight: normal;}
.isect1 .isect1_1 .list li a:hover h5{color: #c21815;}
.isect1 .isect1_1 .list li a:hover{padding-left: 6px;}

.isect1 .isect1_2{width: 32%;}
.isect1 .isect1_2 .list{padding: 20px 20px 0 20px;height: 380px;background: #f5f5f5;}
.isect1 .isect1_2 .list li{padding-top: 7px;border-top: 1px dotted #a9a9a9;margin-bottom: 7px;}
.isect1 .isect1_2 .list li:first-child{border-top:none;padding-top: 0;}
.isect1 .isect1_2 .list li a{display: block;height: 60px;padding-left: 80px;position: relative;}
.isect1 .isect1_2 .list li a .date{width: 58px;height: 58px;border:1px solid #c21815;border-radius: 4px;position: absolute;left: 0;top；0;text-align: center;}
.isect1 .isect1_2 .list li a .date em{display: block;height: 34px;background: #c21815;border-radius: 4px 4px 0 0;line-height: 34px;font-size: 20px;color: #ffffff;}
.isect1 .isect1_2 .list li a .date span{display: block;height: 24px;font-size: 12px;color: #333333;line-height: 24px;}
.isect1 .isect1_2 .list li a h5{font-size: 16px;line-height: 26px;color: #333333;font-weight: normal;height: 52px;overflow: hidden;}
.isect1 .isect1_2 .list li a:hover h5{color: #c21815;}

.isect2 .item{width: 32%;}
.isect2 .item:first-child{margin-right: 2%;}
.isect2 .item .list li a{display: block;width: 100%;height: 34px;line-height: 34px;font-size: 16px;color: #1a1a1a;}
.isect2 .item .list li a:hover{color: #c21815;padding-left: 6px;}
.isect2 .item .ititle{margin-bottom: 15px;}


.footer{width: 100%;padding: 30px 0;background: #b10503;}
.footer .fLeft{font-size: 14px;line-height: 22px;color: #ffffff;}
.footer .fLeft a:hover{text-decoration: underline;}

.footer .select {width: 290px; height: 36px; position: relative; margin: 5px 0 0 0; }
.footer .select dt { height: 36px;background: #ffffff; line-height: 36px; padding-left: 10px; cursor: pointer;white-space: nowrap; text-overflow: ellipsis; overflow: hidden; position: relative; z-index: 3; color: #666666; font-size: 14px;line-height: 36px;}
.footer .select dt i{width: 9px;height: 8px;position: absolute;right: 10px;top:14px;background: url(../images/trangle1.png) no-repeat center;}
.footer .select dd { position: absolute; left: 0; bottom: 36px; width: 100%; background: #fff; display: none; }
.footer .select dd ul { max-height: 250px; overflow: auto; }
.footer .select dd ul li { display: block; width: 100%; float: left; }
.footer .select dd ul li a {display: block;line-height: 32px;padding: 0 10px;font-size: 14px;color: #666666;}
.footer .select dd ul li a:hover { background: #f5f5f5; }

.footer .select dd ul::-webkit-scrollbar{width:3px;height:3px}
.footer .select dd ul::-webkit-scrollbar-button:vertical{display:none}
.footer .select dd ul::-webkit-scrollbar-corner,
.footer .select dd ul::-webkit-scrollbar-track{background-color:#ccc}
.footer .select dd ul::-webkit-scrollbar-thumb{border-radius:0;background-color:#19408c; }
.footer .select dd ul::-webkit-scrollbar-thumb:vertical:hover{ }
.footer .select dd ul::-webkit-scrollbar-thumb:vertical:active{ }

.nyWrap{margin: 30px auto 125px;min-height: 500px;}
.nyWrap .nySide{width: 23%;}
.nyWrap .nySide .title{height: 55px;padding: 0 20px;background: #fae4e3;border-top: 5px solid #c21815;font-size: 18px;color: #c21815;line-height: 55px;}
.nyWrap .nySide .cont{padding: 23px 20px 37px;border: 1px solid #fae4e3;border-top:none;}
.nyWrap .nySide .cont .sideNav{min-height: 70px;}
.nyWrap .nySide .cont .sideNav li a{display: block;padding-left: 18px;position: relative;font-size: 16px;color: #333333;line-height: 32px;position: relative;}
.nyWrap .nySide .cont .sideNav li a:before{content: "";width: 6px;height: 10px;position: absolute;left: 0;top:12px;background: url(../images/arrow1.png) no-repeat left top;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.nyWrap .nySide .cont .sideNav li a:hover{color: #c21815;}
.nyWrap .nySide .cont .sideNav li a:hover:before{background-position: left bottom;}
.nyWrap .nySide .cont .list li a{display: block;padding-right: 20px;height: 32px;line-height: 32px;font-size: 16px;color: #333333;}
.nyWrap .nySide .cont .list li a:hover{color: #c21815;}

.nyWrap .nyContent{width: 74%;}
.nyWrap .nyContent .bread{border-bottom: 1px solid #dbdbdb;line-height: 59px;font-size: 18px;color: #333333;margin-bottom: 18px;}
.nyWrap .nyContent .bread .path{font-size: 14px;color: #666666;}
.nyWrap .nyContent .bread .path span{margin: 0 8px;font-family: "SimSun";}
.nyWrap .nyContent .bread .path a:hover{color: #c21815;}

.newsList ul{margin-bottom: 37px;}
.newsList ul li a{display: block;height: 42px;line-height: 42px;padding: 0 100px 0 17px;position: relative;}
.newsList ul li a:before{content: "";width: 5px;height: 5px;background: #1a1a1a;border-radius: 50%;position: absolute;left: 0;top:50%;margin-top: -2px;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.newsList ul li a h5{font-size: 16px;color: #1a1a1a;font-weight: normal;width: 90%;}
.newsList ul li a span{font-size: 16px;color: #666666;position: absolute;right: 0;top:0;}
.newsList ul li a:hover:before{width: 12px;height: 2px;border-radius: 0;background: #c21815;}
.newsList ul li a:hover h5{color: #c21815;padding-left: 8px; }


.newsList.download ul li a{padding-right: 60px;}
.newsList.download ul li a span{padding-left: 20px;width: auto;background: url(../images/download.png) no-repeat left center;font-size: 13px;background-size: auto 16px;}
.newsList.download ul li a:hover span{color: #c21815;}


.page{display: flex;align-items: 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: #c21815;border-color: #c21815;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 .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: #c21815;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;}

.about{font-size: 16px;line-height: 32px;color: #333333;word-break: break-all;}
.about *{max-width: 100% !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 16px;}

}

@media screen and (max-width: 1024px){
.header{background-size: cover;}
.header .form,.nav{display: none;}
.header .menuIcon,.header .searchBtn{display: block;}

.footer .fLeft{width: 100%;float: none;text-align: center;}
.footer .select{float: none;margin: 20px auto 0;}

.isect1 .isect1_1,.isect1 .isect1_2{width: 100%;}
.isect1 .isect1_1{margin-bottom: 20px;}
.isect2 .item{width: 100%;margin: 0 0 20px;}
.isect2 .item:last-child{margin-bottom: 0;}
.isect1 .isect1_2 .list{padding-bottom: 20px;height: auto;}

.nyWrap .nySide{display: none;}
.nyWrap .nyContent{width: 100%;}


}
@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;}

.about{font-size: 15px;line-height: 30px;}

.page{text-align: center;}

.isect1 .isect1_1 .iscrollNews{padding-bottom: 50px;}
.isect1 .isect1_1 .iscrollNews .swiper-slide a .pic,
.isect1 .isect1_1 .iscrollNews .swiper-slide a .text{width: 100%;}
.isect1 .isect1_1 .iscrollNews .swiper-slide a .text h5{height: auto;max-height: 56px;}
.isect1 .isect1_1 .iscrollNews.swiper-container-horizontal > .swiper-pagination-bullets{bottom: 20px;padding-left: 0;text-align: center;}
.isect1 .isect1_1 .iscrollNews.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px;}


.nyWrap .nyContent .bread .path{display: none;}
.newsList ul li a h5{width: 96%;}
.newsList.download ul li a h5{width: 100%;}
}

@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;}

.isect1 .isect1_1 .list li{width: 100%;}
.isect1 .isect1_1 .iscrollNews .swiper-slide a .pic{padding-bottom: 64%;}

.isect1 .isect1_1 .iscrollNews .swiper-slide a .text h5{height: 28px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.isect1 .isect1_1 .iscrollNews .swiper-slide a .text p{height: 48px;}
}

@media screen and (max-width: 340px){
.header .logo img{height: 22px;}  

.page a{display: none;}
.page a.btn,.page a.on{display: block;}
}
