/*@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;}

table{margin: 0 auto;border-collapse:collapse;border-spacing:0;width: 100% !important;max-width: 100% !important;}

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,.scaleimg:hover .pic em{ -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);}

/*搜索弹窗样式*/
.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: #bc0000;}



/*网页限定宽度*/
.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;}
.w1160{width: 1160px;margin: 0 auto;}
body.bodyBg{background: #f8f8f8;}

.header{width: 100%;height: 0;padding-bottom:463px;background-repeat: no-repeat;background-position: center;}

.nav{width: 100%;background: #bc0000;font-size: 0;text-align: center;position: relative;z-index: 9;}
.nav .nLi{display: inline-block;*display: inline-block;*zoom: 1;position: relative;}
.nav .nLi h3 a{display: block;padding: 20px 30px;line-height: 30px;position: relative;font-size: 20px;font-weight: bold;color: #fff;}
.nav .nLi h3 a:after { position: absolute; left: 0; top: 50%; width: 2px; height: 24px; margin-top: -12px; background: #f2cccc; content: ""; }
.nav .nLi:first-child h3 a:after { display: none; }
.nav .nLi .navSub{width: 100%;position: absolute;left: 0;top:70px;background: #fff;display: none;}
.nav .nLi .navSub li a{display: block;padding: 8px 0;font-size: 14px;line-height: 22px;color: #444;text-align: center;}
.nav .nLi .navSub li a:hover{color: #bc0000;}

.nav .menuIcon{width: 30px;cursor: pointer;margin: 0 auto;display: none;}
.nav .menuIcon span{display: block;height: 3px;background: #fff;margin-top: 5px;position: relative;}
.nav .menuIcon span:first-child{margin-top: 0;}

.nav .box{display: flex;align-items: center;justify-content: space-between;}
.nav .searchBtn{height: 24px;filter: brightness(0) invert(1);cursor: pointer;}

.ititle{height: 60px;border-bottom: 2px solid #bc0000;margin-bottom: 30px;line-height: 60px;}
.ititle h3{font-size: 20px;color: #bc0000;}
.ititle .more{font-size: 14px;color: #666666;}
.ititle .more:hover{color: #bc0000;}

.iMain{padding: 18px 0 70px;min-height: 300px;}
.iMain .isect1{margin-bottom: 30px;}
.iMain .isect1 .isect1_1{width: 65.5%;}
.iMain .isect1 .isect1_1 .cont{padding: 27px 30px 0 30px;height: 373px;background: #ffffff;-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.iMain .isect1 .isect1_1 .cont .left{width: 51.18%;padding-top: 3px;}
.iMain .isect1 .isect1_1 .cont .left .iscrollNews{width: 100%;position: relative;overflow: hidden;}
.iMain .isect1 .isect1_1 .cont .left .iscrollNews .swiper-slide a{display: block;}
.iMain .isect1 .isect1_1 .cont .left .iscrollNews .swiper-slide a .pic{height: 0;padding-bottom: 220px;position: relative;overflow: hidden;margin-bottom: 27px;}
.iMain .isect1 .isect1_1 .cont .left .iscrollNews .swiper-slide a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.iMain .isect1 .isect1_1 .cont .left .iscrollNews .swiper-slide a .pic h5{width: 100%;height: 50px;position: absolute;left: 0;bottom: 0;background: url(../images/gray50.png) repeat;z-index: 2;box-sizing: border-box;padding: 0 82px 0 10px;font-size: 18px;color: #ffffff;line-height: 50px;font-weight: normal;}
.iMain .isect1 .isect1_1 .cont .left .iscrollNews .swiper-slide a p{font-size: 14px;line-height: 24px;color: #666666;height: 72px;overflow: hidden;}
.iMain .isect1 .isect1_1 .cont .left .iscrollNews.swiper-container-horizontal > .swiper-pagination-bullets{height: 50px;line-height: 50px;left: auto;right: 0;bottom: 99px;width: auto;}
.iMain .isect1 .isect1_1 .cont .left .iscrollNews.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 10px 0 0;opacity: 0.5;background: #fff;}
.iMain .isect1 .isect1_1 .cont .left .iscrollNews.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;background: #fff;}
.iMain .isect1 .isect1_1 .cont .left .iscrollNews .swiper-slide a:hover p{color: #444;}

.iMain .isect1 .isect1_1 .cont .right{width: 45.87%;}
.iMain .isect1 .isect1_1 .cont .right ul li{margin-top: 3px;border-bottom: 1px dotted #afafaf;}
.iMain .isect1 .isect1_1 .cont .right ul li:first-child{margin-top: 0;}
.iMain .isect1 .isect1_1 .cont .right ul li a{display: block;height: 52px;}
.iMain .isect1 .isect1_1 .cont .right ul li a h5{font-size: 16px;line-height: 25px;color: #333333;font-weight: normal;}
.iMain .isect1 .isect1_1 .cont .right ul li a span{display: block;font-size: 14px;line-height: 21px;color: #999999;}
.iMain .isect1 .isect1_1 .cont .right ul li a:hover h5{color: #bc0000;}
.iMain .isect1 .isect1_1 .cont .right ul li a:hover span{color: #666;}

.iMain .isect1 .isect1_2{width: 31%;}
.iMain .isect1 .isect1_2 .iscrollNotice{width: 100%;position: relative;overflow: hidden;height: 402px;}
.iMain .isect1 .isect1_2 .iscrollNotice a{display: block;height: 70px;padding-left: 85px;position: relative;}
.iMain .isect1 .isect1_2 .iscrollNotice a .date{width: 64px;height: 70px;background: #d9d9d9;text-align: center;position: absolute;left: 0;top:0;}
.iMain .isect1 .isect1_2 .iscrollNotice a .date em{display: block;height: 42px;line-height: 42px;font-size: 24px;color: #1a1a1a;position: relative;z-index: 2;}
.iMain .isect1 .isect1_2 .iscrollNotice a .date span{display: block;height: 27px;border:1px solid #dbdbdb;border-top:none;background: #ffffff;font-size: 12px;color: #666666;line-height: 27px;}
.iMain .isect1 .isect1_2 .iscrollNotice a .date:before{content: "";width: 100%;height: 0;position: absolute;left: 0;top:0;background: #bc0000;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.iMain .isect1 .isect1_2 .iscrollNotice a:hover .date:before{height: 42px;}
.iMain .isect1 .isect1_2 .iscrollNotice a:hover .date em{color: #fff;}
.iMain .isect1 .isect1_2 .iscrollNotice a h5{font-size: 16px;line-height: 26px;color: #333333;font-weight: normal;height: 52px;overflow: hidden;padding-top: 10px;}
.iMain .isect1 .isect1_2 .iscrollNotice a:hover h5{color: #bc0000;}

.iMain .isect2 .ititle{margin-bottom: 10px;}
.iMain .isect2 .item{width: 31%;margin-left: 3.5%;}
.iMain .isect2 .item:first-child{margin-left: 0;}


.page{font-size: 0;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: #bc0000;border-color: #bc0000;color: #fff;}
.page a.prev:hover{background-position: left bottom;}
.page a.next:hover{background-position: right bottom;}



.newsList li { border-bottom: 1px dotted #a9a9a9; }
.newsList li a { display: block; height: 26px; line-height: 26px; padding: 15px 0 15px 16px;  position: relative; }
.newsList li a h5{font-size: 16px; color: #333333;font-weight: normal;}
.newsList li a:after { position: absolute; left: 0; top: 50%; width: 5px; height: 5px; margin-top: -2px;content: ""; border-radius: 50%; background: #333333;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear; }
.newsList li a:hover h5 { color: #bc0000; -webkit-transform: translateX(5px); transform: translateX(5px); }
.newsList li a:hover:after { background: #bc0000;width: 12px;height: 2px;border-radius: 0; }



.footer { width: 100%; background: #bc0000; padding: 79px 0 73px; }
.footer .fLeft { float: left; font-size: 14px; color: #fff; }
.footer .fLeft a { color: #fff; }
.footer .fLeft a img { margin-right: 5px; }
.footer .fRight { float: right; width: 25%; }

.footer .fRight .select { position: relative; height: 36px; margin-bottom: 10px; background: #fff; text-align: left; }
.footer .fRight .select dt { display: block; line-height: 36px; height: 36px; font-size: 14px; color: #666; overflow: hidden; padding: 0 20px; background: url(../images/trangle.png) no-repeat 95% center; cursor: pointer; }
.footer .fRight .select dt:hover, .footer .fRight .select dt.cur { -webkit-box-shadow: 0 0 3px #e0fee0; box-shadow: 0 0 3px #e0fee0; }
.footer .fRight .select dd { position: absolute; z-index: 2; left: 0; bottom: 36px; width: 100%; background: #fff; display: none; -webkit-box-sizing: border-box; box-sizing: border-box; }
.footer .fRight .select dd ul { width: 100%; max-height: 192px; overflow: auto; }
.footer .fRight .select dd ul li { display: block; width: 100%; float: left; }
.footer .fRight .select dd ul li a { display: block; padding: 0 20px; font-size: 14px; color: #333333; height: 32px; line-height: 32px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.footer .fRight .select dd ul li a:hover { background: #f7f7f7; }

.nyWrap{ padding: 20px 0 50px;min-height: 300px;}

.newsWrap { padding-bottom: 50px; }
.location { line-height: 49px; height: 49px; border-bottom: 2px solid #bc0000; margin-bottom: 14px; font-size: 14px; color: #4c4c4c; background: url(../images/pathIcon.png) no-repeat left center; padding-left: 27px; overflow: hidden; }
.location span { color: #808080; font-family: "SimSun"; padding: 0 8px; }
.location a { color: #4c4c4c; }
.location a:hover { color: #bc0000; }
.location i { color: #bc0000; }

.picNews{padding: 40px 0;border-bottom: 1px dotted #cccccc;}
.picNews a { display: block; overflow: hidden;padding-left: 348px;position: relative;height: 180px; }
.picNews a dt {width: 305px;height: 180px;position: absolute;left: 0;top:0; }
.picNews a dt .pic em{display: block;width: 100%;height: 180px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.picNews a:hover dt .pic em { -webkit-transform: scale(1.05); transform: scale(1.05); }
.picNews a dd{width: 100%;}

.picNews a dd h3 { margin-bottom: 17px; height: 18px; line-height: 18px; padding-bottom: 4px; font-size: 18px; color: #1a1a1a; }
.picNews a dd h4 { margin-bottom: 51px; line-height: 26px; height: 52px; overflow: hidden; font-weight: 300; font-size: 14px; color: #4c4c4c; }
.picNews a dd h5 { font-size: 14px; overflow: hidden; }
.picNews a dd h5 .date { color: #4c4c4c; font-weight: 300; }
.picNews a dd h5 .more { float: right; color: #bc0000;font-weight: normal; }
.picNews a:hover dd h3{ color: #bc0000;}

.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: #bc0000;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;}



@media screen and (max-width: 1180px){
.w1160{width: auto;padding: 0 5%;}

.header{padding-bottom: 38.7%;background-size: cover;}
.nav .nLi h3 a{padding: 20px 18px;}

.iMain{padding: 18px 5% 70px;}
}

@media screen and (max-width: 1024px){
.footer{text-align: center;}
.footer .fLeft{margin-bottom: 10px;}
.footer .fLeft,.footer .fRight{width: 100%;max-width: none;}
.footer .fRight .marqueeleft{width: 494px;margin: 0 auto;}

.nav{padding: 10px 0;}
.nav ul{display: none;}
.nav .menuIcon{display: block;}


.footer { padding: 20px 0; }
.footer .fLeft { float: none; width: 100%; text-align: center; margin-bottom: 15px; }
.footer .footer_right { float: none; width: 50%; margin: 0 auto; }
.list_newspage { padding-bottom: 30px; }
.inner_cont { padding-bottom: 30px; }

.iMain .isect1 .isect1_1,
.iMain .isect1 .isect1_2{width: 100%;}
.iMain .isect1 .isect1_1{margin-bottom: 10px;}

}
@media screen and (max-width: 768px){
.cd-popup-container{width: 80%;padding: 40px 20px;}

.passage .psgCont{padding-bottom: 30px;margin-bottom: 30px;}
.passage .psgBtm{padding-right: 0;}
.passage .psgBtm .psgShare{display: none;}

.picNews{padding: 20px 0;}
.picNews a{height: auto;padding-left: 0;}
.picNews a dt{position: relative;width: 100%;overflow: hidden;height: 0;padding-bottom: 59%;margin-bottom: 12px;}
.picNews a dt .pic em{position: absolute;left: 0;top:0;height: 100%;}
.picNews a dd h4{margin-bottom: 12px;}

.iMain .isect1 .isect1_1 .cont{height: auto;padding: 30px 20px;}
.iMain .isect1 .isect1_1 .cont .left,
.iMain .isect1 .isect1_1 .cont .right{width: 100%;}
.iMain .isect1 .isect1_1 .cont .left{margin-bottom: 20px;}

.iMain .isect2 .item{width: 100%;margin-left: 0;}
}

@media screen and (max-width: 468px){
.header .logo img{height: 25px;}
.footer .footer_right { width: 70%; }


.newsList li a{padding: 12px 0 12px 16px;}

.iMain{padding: 18px 5% 30px;}
.iMain .isect1 .isect1_1 .cont{height: auto;padding: 12px;}
.iMain .isect1 .isect1_1 .cont .left .iscrollNews .swiper-slide a .pic{padding-bottom: 61.45%;}

.page a{display: none;}
.page a.btn,.page a.on{display: block;}
}
