@font-face {
    font-family: 'HelNeu55';
    src: url('../font/HelNeu55.eot');
    src:
    url('../font/HelNeu55.eot') format('embedded-opentype'),
    url('../font/HelNeu55.woff') format('woff'),
    url('../font/HelNeu55.ttf') format('truetype'),
    url('../font/HelNeu55.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINCondBold';
    src: url('../font/DINCondBold.eot');
    src:
    url('../font/DINCondBold.eot') format('embedded-opentype'),
    url('../font/DINCondBold.woff') format('woff'),
    url('../font/DINCondBold.ttf') format('truetype'),
    url('../font/DINCondBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* 初始化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;}


.pchidden { display:none;}
.waphidden {display:block;}

.pcminheight1200 { min-height:1200px !important;}

/*文字截断*/
.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;}

/*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;}
.tran3000{-webkit-transition:all 3s linear; -moz-transition:all 3s linear; -ms-transition:all 3s linear; transition:all 3s 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.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.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;}

*:before,*:after{-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}

.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;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(../image/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: #0090dc;}

.navForm{background: #fff;border-radius: 3px;}
.navForm .text{width: 80%;height: 32px;border:none;background: none;font-size: 14px;color: #555;line-height: 32px;text-indent: 8px;}
.navForm .subm{width: 20%;height: 32px;border:none;background: url(../image/search_icon.jpg) no-repeat center;cursor: pointer;}
.mm-listview > li.nBorder:not(.mm-divider):after{display:none;}

.header .menuIcon{width: 24px;cursor: pointer;display: none;position: absolute;right: 5%;top:50%;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.header .menuIcon span{display: block;height: 3px;background: #005eae;margin-top: 5px;position: relative;}
.header .menuIcon span:first-child{margin-top: 0;}



.headertop{width: 100%;background:#f0f0f0;font-size: 14px;color: #333;line-height:40px;}
.headertop ul li{padding: 0 12px 0 10px;position: relative;}
.headertop ul li:first-child{padding-left: 0;}
/*.headertop ul li:before{content: "";width: 1px;height: 14px;background: rgba(0,0,0,0.16);position: absolute;left: 0;top:50%;margin-top: -5px;}*/
.headertop a:hover{color: #005eae;}
.headertop .oa{height: 36px;padding-left: 26px;background: url(../image/oaIcon.png) no-repeat left center;}


.header{width: 100%;/*background: url(../images/headerBg.jpg) no-repeat center top;*/ position:absolute; z-index:2;}
.header .logo{padding: 22px 0 20px;height: 95px;line-height: 95px;}


.headertop .top dl{margin-left: 33px;position: relative;z-index: 3;}
.headertop .top dl:before{content: "";width: 1px;height: 16px;background: #dbdbdb;position: absolute;left: -17px;top:50%;margin-top: -7px;}
.headertop .top dl.dl3{margin-left: 0;}
.headertop .top dl.dl3:before{display: none;}
.headertop .top dl dt a{display: block;padding-left: 27px;height: 40px;line-height: 40px;font-size: 14px;color: #333333;position: relative;}
.headertop .top dl dt a:before{content: "";width: 20px;height: 18px;position: absolute;left: 0;top:50%;margin-top: -9px;background: url(../image/hIcon1.png) no-repeat left top; }
.headertop .top dl:hover dt a:before{background-position-y:bottom;}
.headertop .top dl.dl1 dt a:before{background-image: url(../image/hIcon2.png);}
.headertop .top dl.dl3 dt a:before{background-image: url(../image/hIcon3.png);}
.headertop .top dl.dl1 dt a{padding-right: 18px;position: relative;}
.headertop .top dl.dl1 dt a span{font-family: "SimSun";position: absolute;right: 0;top:50%;height: 14px;line-height: 14px;font-size: 14px;margin-top: -7px;
-webkit-transform: rotateZ(90deg); -moz-transform: rotateZ(90deg); -ms-transform: rotateZ(90deg); transform: rotateZ(90deg);}
.headertop .top dl:hover dt a{color: #11a6e4;}
.headertop .top dl dd{width: 138px;position: absolute;left: 50%;margin-left: -70px;top:32px;display: none; z-index:9999999999999;}
.headertop .top dl dd i{display: block;margin: 0 auto;width: 0;height: 0;border: 8px solid transparent;border-bottom: 8px solid #efefef;}
.headertop .top dl dd ul{padding:10px;background: #efefef;}




.header .form{padding-top: 40px;}
.header .form .text{width: 278px;height: 42px;background: #fff url(../image/serbgicon.png) no-repeat 11px 14px; text-indent:33px;font-size: 14px;color: #bcbcbc; line-height: 42px; border:none;}

.header .form .subm{width:80px;height: 42px;border:none;background: #b00000 url(../image/searchBtn.png) no-repeat center;cursor: pointer;}
.header .form .subm:hover{background-color: #f60c0c;}

.header .form p { color:#fff; line-height:40px; padding-left:12px;}
.header .form p span { padding-right:8px; }
.header .form p span a:hover { color:#fffc00;}

.nav{width: 100%;background: #005eae;position: relative;z-index: 999;}
.nav .nLi{position: relative;/*width:12.5%;*/text-align: center;}
.nav .nLi:before{content: "";width: 120px;height: 100%;background: #b00000;position: absolute;left: 50%;margin-left: -60px;top:0;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}

/* .nav .nLi:last-child:before{width: 192px;margin-left: -96px;} */
/*.nav .nLi:nth-child(4):before{width: 180px;margin-left: -90px;} */


.nav .nLi h3 a{display: block;font-size:19px;color: #fff; line-height: 56px; position: relative;z-index: 3; padding:0 40px;}
.nav .nLi .navSub{width: 120px;position: absolute;left: 50%;margin-left: -60px;top:56px;background: #005eae;display: none;}
.nav .nLi .navSub ul li a{display: block;font-size: 15px;color: #fff;line-height: 24px;padding: 8px 3px;}
.nav .nLi .navSub ul li a:hover { background:#003768;}
.nav .nLi.on:before,.nav .nLi:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}

.iMain{padding: 30px 0 42px;overflow: hidden;}

.toutiao { width:100%; border-bottom:1px solid #ebebeb; margin-bottom:35px;}
.toutiao h3 { font-size:28px; color:#474747; text-align:center; font-weight:600;}
.toutiao p { font-size:14px; color:#666; text-align:center;}
.toutiao p span { color:#ee1111; padding-left:10px; line-height:66px;}
.toutiao a:hover h3{ color:#c90c0c;}

@media screen and (max-width: 468px){
.banner{width: 100%;position:relative;overflow: hidden;height:9vh }
}
.banner{width: 100%;position:relative;overflow: hidden; }
.banner .swiper-slide a{display: block;width: 100%;height: 148px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.banner .swiper-pagination{width: 100%;bottom: 28px;height: 16px;line-height: 16px;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 12px;height: 12px;background: #ffffff;margin: 0 10px;opacity: 1;position: relative; }
.banner .swiper-pagination .swiper-pagination-bullet:before{content: "";width: 100%;height: 100%;position: absolute;left: -2px;top:-2px;border:2px solid #248ac9;border-radius: 50%;
filter: alpha(opacity=0);opacity: 0;z-index:999999999999999;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{filter: alpha(opacity=100);opacity: 1;z-index:999999999999999;}






.isect1{margin-bottom:19px;}

.isect1 .isect1_1{width: 50%;}
.isect1 .isect1_1 .container{width: 100%;position: relative;overflow: hidden;}
.isect1 .isect1_1 .container .swiper-slide a{display: block;position: relative;overflow: hidden;height: 0;padding-bottom: 424px;}
.isect1 .isect1_1 .container .swiper-slide a em{position: absolute;left: 0;top；0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect1 .isect1_1 .container .swiper-slide a h5{width: 100%;height: 56px;position: absolute;left: 0;bottom: 0;box-sizing: border-box;padding: 0 160px 0 20px;background: rgba(0,0,0,0.65);line-height: 56px;font-size: 16px;color: #fff; font-weight:normal;}
.isect1 .isect1_1 .container .swiper-pagination{bottom: 14px;left: auto;right: 17px;z-index: 5;width: auto;}
.isect1 .isect1_1 .container .swiper-pagination .swiper-pagination-bullet{width: 22px;height: 22px;margin: 0 3px 0 0;border-radius: 50%;text-align: center;line-height: 20px;background: rgba(67,67,67,0.8);font-size: 14px;color: #ffffff;opacity: 1;}
.isect1 .isect1_1 .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #b00000;}





.iMain .tabs,.iMain .ititle{border-bottom: 1px solid #dbdbdb;position: relative;}
.iMain .ititle{margin-bottom: 30px;}
.iMain .tabs ul li{margin-left: 28px;}
.iMain .tabs ul li:first-child{margin-left: 0;}
.iMain .tabs ul li a,.iMain .ititle h3{display: block;position: relative;font-size:22px; padding-bottom:15px; color: #212121;font-weight:normal;}
.iMain .tabs ul li a:before,.iMain .ititle h3:before{content: "";width: 100%;height: 2px;background: #b00000;position: absolute;left: 0;bottom: -1px;z-index: 2;transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.iMain .tabs ul li.active a{color: #b00000;/* font-weight:bold;*/;}
.iMain .tabs ul li.active a:before,.iMain .ititle h3:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.iMain .imore{position: absolute;right: 0;top:6px;font-size: 14px;color: #9e9e9e;display: none;}
.iMain .imore:hover{color: #b00000;}
.iMain .imore.imore1,.iMain .ititle .imore{display: block;}



.iMain .ititle2{border-bottom: 1px solid #dbdbdb;position: relative;}
.iMain .ititle2{margin-bottom: 28px;}
.iMain .ititle2 h3{display: block;position: relative;font-size:22px; padding-bottom:13px; color: #212121;font-weight:bold;}
.iMain .ititle2 h3 span { padding-right:11px;}
.iMain .ititle2 .imore{display: block;}


.iMain .ititle3{border-bottom: 1px solid #dbdbdb;position: relative;}
.iMain .ititle3{margin-bottom: 19px;}
.iMain .ititle3 h3{display: block;position: relative;font-size:22px; padding-bottom:13px; color: #212121;font-weight:bold;}
.iMain .ititle3 h3 span { padding-right:11px;}
.iMain .ititle3 .imore{display: block;}


.isect1 .isect1_2{width: 47.5%;}
.isect1 .isect1_2 .swiper-container{width: 100%;position: relative;}
.isect1 .isect1_2 .swiper-container .swiper-slide .irecomNews{padding: 16px 0 19px;}
.isect1 .isect1_2 .swiper-container .swiper-slide .irecomNews a{display: block;}
.isect1 .isect1_2 .swiper-container .swiper-slide .irecomNews a h5{font-size:22px;line-height: 36px; color: #212121; font-weight:bold; height:36px;overflow: hidden; padding-bottom:8px;}
.isect1 .isect1_2 .swiper-container .swiper-slide .irecomNews a p{font-size: 15px;line-height: 26px;color: #737373;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

.isect1 .isect1_2 .swiper-container .swiper-slide .irecomNews a:hover h5{color: #b00000;}

.list li{}
.list li a{display: block;height: 36px;line-height: 36px;padding: 0 90px 0 24px;position: relative;}
.list li a:before{content: "";width: 5px;height: 5px;position: absolute;left: 0;top:50%;margin-top: -2px;background: url(../image/liIcon.png) no-repeat left top;}
.list li a h5{width: 100%;font-size: 16px;color: #383838;font-weight: normal;}
.list li a span{position: absolute;right: 0;top:0;font-size: 15px;color: #c6c6c6;}
.list li a:hover:before{background-position: left bottom;}
.list li a:hover h5{color: #b00000; padding-left:6px;}

.isect1 .isect1_2 .list li{}
.isect1 .isect1_2 .list li a{display: block;height: 36px;line-height: 36px;padding: 0 90px 0 24px;position: relative;}
.isect1 .isect1_2 .list li a:before{content: "";width: 11px;height: 13px;position: absolute;left: 0;top:50%;margin-top: -6px;background: url(../image/liIcon.png) no-repeat left top;}
.isect1 .isect1_2 .list li a h5{width: 100%;font-size: 16px;color: #383838;font-weight: normal;}
.isect1 .isect1_2 .list li a span{position: absolute;right: 0;top:0;font-size: 15px;color: #c6c6c6;}
.isect1 .isect1_2 .list li a:hover:before{background-position: left bottom;}
.isect1 .isect1_2 .list li a:hover h5{color: #b00000; padding-left:6px;}


/*index one end*/
.index_two { margin: 21px auto 27px; }
.index_two li { float: left; width: 380px; height: 90px; background: #efefef; margin-left: 30px; position: relative; }
.index_two li a { display: block; width: 100%; height: 90px; }
.index_two li * { -webkit-transition: all 0.2s linear; transition: all 0.2s linear; }
.index_two li:after { position: absolute; width: 121px; height: 90px; display: block; content: ''; left: 0; top: 0; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; }
.index_two li:first-child { margin-left: 0; }
.index_two li span { width: 121px; display: block; float: left; height: 90px; text-align: center; z-index: 2; position: relative; }
.index_two li span img { margin-top: 23px; }
.index_two li p { float: left; padding-left: 40px; z-index: 2; position: relative; }
.index_two li p em { color: #333; font-size: 20px; line-height: 32px; padding-top: 20px; }
.index_two li p i { text-transform: uppercase; font-size: 13px; line-height:18px; color: #999; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
.index_two li p > * { display: block; width: 100%; }
.index_two li.two_1:after { background: #ff9d6f; }
.index_two li.two_2:after { background: #804040; }
.index_two li.two_3:after { background: #009393; }
.index_two li:hover p em, .index_two li:hover p i { color: #fff; }
.index_two li:hover p i { padding-top: 5px; }
.index_two li:hover span img { -webkit-transform: rotate(15deg); transform: rotate(15deg); }
.index_two li:hover:after { width: 100%; }



.index_four { width: 100%; margin: auto; height: 120px; overflow: hidden; position: relative; }
.index_four .bd { position: relative; height: 100%; z-index: 0; }
.index_four .bd li { zoom: 1; vertical-align: middle; }
.index_four .bd img { width: 100%; height: 120px; display: block; }

/*index_four */


/*index_four */
.index_five { background: url("../image/five_bg.jpg") center top no-repeat; margin: 50px auto 0; }

.outBox { width: 100%; padding-top:78px; height: 526px; }

.outBox .hd { height: 526px; position: relative; width: 141px; float: left; }

.outBox .hd ul { float: left; }

.outBox .hd ul li { float: left; width: 141px; height: 124px; margin-top: 10px; cursor: pointer; }
.outBox .hd ul li:first-child { margin-top: 0; }
.outBox .hd ul li > * { float: left; }
.outBox .hd ul li em, .outBox .hd ul li span { padding-bottom: 2px; padding-top: 20px; }
.outBox .hd ul li em { display: none; }
.outBox .hd ul li p { text-align: center; color: #fff; width: 100%; font-weight: bold; font-size: 20px; line-height: 40px; }
.outBox .hd ul li.five_1 { background: #629bb6; }
.outBox .hd ul li.five_2 { background: #62b6b1; }
.outBox .hd ul li.five_3 { background: #6b98cb; }
.outBox .hd ul li.five_4 { background: #cbb16b; }

.outBox .hd ul li.on { background: url("../image/b_92.png"); }
.outBox .hd ul li.on span { display: none; }
.outBox .hd ul li.on em { display: block; }
.outBox .hd ul li.on p { color: #646464; }

.inBox { width: 1025px; float: left; background: url("../image/b_92.png");  padding-left: 34px; min-height:470px; }


.inBox .inHd { width:100%;  }
.inBox .inHd dl{width: 100%;height: 470px;}
.inBox .inHd dl dt{width: 362px;height: 470px;overflow: hidden;}
.inBox .inHd dl dt img{width: 100%;height: 100%;}
.inBox .inHd dl:hover dt img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.inBox .inHd dl dd{width: 663px;}
.inBox .inHd dl dd .text{padding: 38px 36px 5px 0;}
.inBox .inHd dl dd .text h5{font-size:30px;color: #262626;font-weight: bold;line-height: 22px;margin-bottom: 9px;}
.inBox .inHd dl dd .text h5 span { font-size:15px; color:#9a9a9a; font-weight:normal; padding-left:12px;}
.inBox .inHd dl:hover dd .text h5{color: #b00000;}
.inBox .inHd dl dd .text p{font-size: 16px;line-height: 26px;color: #393939; height: 43px; border-bottom:1px solid #e8e8e8; padding-top:3px;}
.inBox .inHd dl dd ul li.li1{width:100%; background: url(../image/isect3Icon.png) no-repeat 0 15px;}
.inBox .inHd dl dd ul li.li2{width: 100%; background: url(../image/isect4Icon.png) no-repeat 0 15px;}

.inBox .inHd dl dd ul li a{display: block;padding-left: 110px; margin-right:36px; border-bottom:1px dotted #e5e5e5; padding-bottom:6px; margin-bottom:17px;}

.inBox .inHd dl dd ul li.li2 a{background-position: 0 -36px; border-bottom:none;}


.inBox .inHd dl dd ul li a h3{line-height:30px;font-size: 20px;color: #202020;font-weight:bold;}
.inBox .inHd dl dd ul li a h5{font-size: 10px;color: #adadad;font-weight: normal;line-height: 15px;opacity: 0.6;filter:alpha(opacity=60);font-family: "FuturaBkBT"; text-transform:uppercase;}
.inBox .inHd dl dd ul li a:hover h3,.inBox .inHd  dl dd ul li a:hover h5{color: #ce1313;}
.inBox .inHd dl dd ul li a p { font-size:16px; line-height:25px; color:#3c3c3c;padding-top: 7px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}



.inBox .inBd ul { padding: 36px 36px 0 0; zoom: 1; position: relative; }
.inBox .inBd ul * { -webkit-transition: all 0.3s linear; transition: all 0.3s linear; }
.inBox .inBd ul li { width: 100%; float: left; overflow: hidden; }
.inBox .inBd ul li:first-child { padding-bottom:30px; border-bottom:1px dotted #e5e5e5; margin-bottom:14px;}
.inBox .inBd ul li dt { width:230px; height:144px;}
.inBox .inBd ul li dd { width: calc(100% - 250px);}
.inBox .inBd ul li dd h3 { font-weight: bold; color: #c80000; font-size: 20px; line-height: 42px; padding-bottom: 8px; }
.inBox .inBd ul li dd h3 a { color: #c80000; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.inBox .inBd ul li dd h3 a:hover { color: #414141; -webkit-transform: translateX(5px); transform: translateX(5px); }
.inBox .inBd ul li dd p { font-size: 15px; color: #666; line-height: 28px; height: 84px; overflow: hidden; }

.inBox .inBd ul li > a { max-width:94%; display: inline-block; font-size: 16px; color: #555; line-height: 36px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; float: left; }
.inBox .inBd ul li > a i { float: left; margin-top: 16px; display: inline-block; width: 5px; height: 5px; background: #dedede; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; margin-right: 12px; }
.inBox .inBd ul li > a:hover { color: #b00000; -webkit-transform: translateX(5px); transform: translateX(5px); }
.inBox .inBd ul li > a:hover i { background: #b00000; }
.inBox .inBd ul li > span { float: right; font-size: 15px; color: #999; line-height: 36px; }

/*index_five*/


.isect4 { background:#f7f6f6; padding:46px 0 36px;}
.isect4 .isect4_1{width:100%;}
.isect4 .isect4_1 .container{width: 100%;position: relative;overflow: hidden;}
.isect4 .isect4_1 .container .swiper-slide a{display: block;height: 218px;border-radius: 3px;text-align: center; background:#fff;}
.isect4 .isect4_1 .container .swiper-slide a p { width:100%; text-align:center; color:#000; font-size:16px; padding-top:17px;}
.isect4 .isect4_1 .container .swiper-slide a .circle{width:108px;height:108px;border-radius:50%;overflow:hidden; border:6px solid #b3e9f4; margin-top:34px;}
.isect4 .isect4_1 .container .swiper-slide a:hover .circle{ border:6px solid #005faf; }
.circle > img{width: 100%;height: 100%;}




.isect4 .isect4_2{width:30.1666667%;}
.isect4 .isect4_2 ul li{width: 48.0663%;height: 102px; margin-bottom:14px; box-sizing: border-box;border-radius: 3px;background: #208ec9;text-align: center;margin-right:14px;}
.isect4 .isect4_2 ul li.li2{background: #638cb6;margin-right: 0;}
.isect4 .isect4_2 ul li.li3{background: #63b693; width:100%;}


.isect4 .isect4_2 ul li a{display: block;width: 100%;height: 100%;box-sizing: border-box;padding: 21px 0 0;}

.isect4 .isect4_2 ul li a dl { width:84%; height:38px; margin:0px auto;}
.isect4 .isect4_2 ul li a dl dt { width:45%;}
.isect4 .isect4_2 ul li.li2 a dl dt { width:35%;}
.isect4 .isect4_2 ul li a dl dd { color:#fff; font-size:42px;font-family: 'DINCondBold';height: 38px;line-height: 36px;}
.isect4 .isect4_2 ul li a dl dt.icon{height: 38px;line-height:38px;font-size: 0;}
.isect4 .isect4_2 ul li a h5{font-size: 16px;color: #fff;line-height:36px;font-weight: normal; width:100%;}

.isect4 .isect4_2 ul li.li3 a dl { width:70%; height:72px; margin:0px auto;}

.isect4 .isect4_2 ul li.li3 a dl dd { text-align:left;}
.isect4 .isect4_2 ul li.li3 a dl dd p { font-size:16px; color:#fff; padding-left:3px;}
.isect4 .isect4_2 ul li.li3 a{ padding-top:17px;}

.isect4 .isect4_2 ul li:hover a .icon img{-webkit-animation: swing 0.5s linear; animation: swing 0.5s linear;}
@-webkit-keyframes swing {
	20% { -webkit-transform: rotate3d(0, 0, 1, 30deg); transform: rotate3d(0, 0, 1, 30deg) }
	40% { -webkit-transform: rotate3d(0, 0, 1, -20deg); transform: rotate3d(0, 0, 1, -20deg) }
	60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg) }
	80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg) }
	100% { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg) }
}
@keyframes swing {
	20% { -webkit-transform: rotate3d(0, 0, 1, 30deg); -ms-transform: rotate3d(0, 0, 1, 30deg); transform: rotate3d(0, 0, 1, 30deg) }
	40% { -webkit-transform: rotate3d(0, 0, 1, -20deg); -ms-transform: rotate3d(0, 0, 1, -20deg); transform: rotate3d(0, 0, 1, -20deg) }
	60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); -ms-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg) }
	80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); -ms-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg) }
	100% { -webkit-transform: rotate3d(0, 0, 1, 0deg); -ms-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg) }
}







.iseshld{ padding-top:36px; padding-right:35px; }
.iseshld .container{width: 100%;position: relative;overflow: hidden; box-sizing: border-box; padding-bottom:33px;}
.iseshld .container .swiper-slide a{display: block; background:#efefef; padding:15px;}
.iseshld .container .swiper-slide a .pic{height: 238px;position: relative;overflow: hidden;}
.iseshld .container .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;}
.iseshld .container .swiper-slide a .text{ padding:23px 0 0;}
.iseshld .container .swiper-slide a .text h5 { width:160px; height:30px; line-height:30px; color:#fff; text-align:center; font-size:18px; position:absolute; left:0; top:230px; background:#005faf;}
.iseshld .container .swiper-slide a .text p{font-size: 15px;line-height: 26px; height:92px; color: #3f3f3f;overflow: hidden;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.iseshld .container .swiper-slide a .text .btn{width:32px;height: 7px; background:url(../image/btnline.png) no-repeat left top;}


.iseshld .container .swiper-slide a:hover{display: block; background:#005faf;}
.iseshld .container .swiper-slide a:hover .text h5 {color:#005faf;background:#fff;}
.iseshld .container .swiper-slide a:hover .text p{color: #fff;}
.iseshld .container .swiper-slide a:hover .text .btn{background:url(../image/btnline2.png) no-repeat left top;}


.iseshld .container .swiper-slide a:hover .text h5{color: #489eff;}
.iseshld .container .swiper-slide a:hover .text .btn{color: #fff;border-color: #489eff;}
.iseshld .container .swiper-slide a:hover .text .btn:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}

.iseshld .container .swiper-pagination{bottom: 0;height: 20px;line-height: 20px;font-size: 0;}
.iseshld .container .swiper-pagination .swiper-pagination-bullet{width: 16px;height: 16px;border: 2px solid #1d2740;border-radius: 0;margin: 0 6px;background: url(../image/pagIcon1.png) no-repeat left -16px;opacity: 1;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear; }
.iseshld .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-position: left top;}


.shou_five{padding: 40px 0 0;}
.five_box{width: 31.5%;}
.five_boxmar{margin: 0 2.75%}

.five_box .irecomNews{}
.five_box .irecomNews a{display: block;height: 96px;padding-left: 143px;position: relative;}

.five_box .irecomNews a h5{height: 24px;line-height: 24px;margin-bottom: 7px;font-size: 16px;color: #1d1d1d;}
.five_box .irecomNews a p{font-size: 14px;line-height: 23px;color: #888888;max-height: 48px;overflow: hidden;}
.five_box .irecomNews a .pic{width: 124px;height: 80px;position: absolute;left: 0;top:0;overflow: hidden;}
.five_box .irecomNews a .pic em,.irecomNews a .pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.five_box .irecomNews a .pic em{background-repeat: no-repeat;background-position: center;background-size: cover;}
.five_box .irecomNews a .pic b{background: rgba(0,0,0,0.4);opacity:0;z-index: 2;}
.five_box .irecomNews a:hover .date span{background: #0066b5;}
.five_box .irecomNews a:hover h5{color: #b00000;}
.five_box .irecomNews a:hover .pic b{opacity: 1;}

.five_box .list li a{display: block;height: 32px;line-height: 32px;padding: 0 48px 0 15px;position: relative;}
.five_box .list li a:before{content: "";width: 5px;height: 5px;border-radius: 50%;background: #e7e7e7;position: absolute;left: 0;top:50%;margin-top: -2px;}
.five_box .list li a h5{font-size: 14px;color: #383838;font-weight: normal;width: 100%;}
.five_box .list li a span{position: absolute;right: 0;top:0;font-size: 14px;color: #b8b8b8;}
.five_box .list li a:hover:before{background: #b00000;width: 12px;border-radius: 0;height: 3px;margin-top: -1px;}
.five_box .list li a:hover h5{color: #b00000;padding-left: 8px;}


.isect6{ box-sizing: border-box;padding: 0px 0px 0px 140px; position: relative;min-height: 50px; margin-top:45px;}
.isect6 .tit{position: absolute;left: 0;top:0px;height: 44px;line-height: 44px;width:145px;text-align:left;font-size:22px;color: #333;}
.isect6 .cont{width: 100%;}
.isect6 .cont .select{width: 23%;position: relative;z-index: 5;margin-left: 2%; float:left;}
.isect6 .cont .select dt{width: 100%;height: 44px; border:1px solid #ddd; box-sizing: border-box;padding: 0 18px 0 14px;font-size: 15px;color: #555555;line-height: 44px;cursor: pointer;position: relative;}
.isect6 .cont .select dt:before{content: "";width: 10px;height: 5px;position: absolute;right: 15px;top:50%;margin-top: -3px;background: url(../image/arrow2.jpg) no-repeat center;}
.isect6 .cont .select dd{width: 100%;position: absolute;left: 0;bottom: 44px;background: #fff;border-radius: 5px;display: none;}
.isect6 .cont .select dd ul{max-height: 200px;overflow: auto;}
.isect6 .cont .select dd a{display: block;padding: 0 14px;font-size: 14px;line-height: 40px;color: #555555;}
.isect6 .cont .select dd a:hover{background: #eee;}
.isect6 .cont .select dd ul::-webkit-scrollbar{width:3px;height:3px}
.isect6 .cont .select dd ul::-webkit-scrollbar-button:vertical{display:none}
.isect6 .cont .select dd ul::-webkit-scrollbar-corner,
.isect6 .cont .select dd ul::-webkit-scrollbar-track{background-color:#ccc}
.isect6 .cont .select dd ul::-webkit-scrollbar-thumb{border-radius:0;background-color:#ca161d; }
.isect6 .cont .select dd ul::-webkit-scrollbar-thumb:vertical:hover{ }
.isect6 .cont .select dd ul::-webkit-scrollbar-thumb:vertical:active{ }



.footer{padding: 30px 0 24px;background: #3e6b99;font-size: 14px;line-height: 28px;color: #ffffff;}

.footer .f_menu { width:100%; border-bottom:1px solid #688caf; padding-bottom:30px; margin-bottom:30px;}
.footer .f_menu a { font-size:18px; color:#fff; padding-right:81px;}
.footer .f_menu a:last-child {padding-right:0px;}
.footer .f_menu a:hover { color:#ffc000; }

.footer .qrcode{width: 116px;text-align: center; margin-top:10px; margin-left:15px;}
.footer .qrcode .pic{height: 116px;}
.footer .qrcode .pic img{width: 100%;height: 100%;border-radius: 1px;}
.footer .qrcode p{line-height: 40px; color:#c1ccda;}
.footer .cont .fNav{margin-bottom: 13px;}
.footer .cont .fNav li{margin-left: 24px;position: relative;}
.footer .cont .fNav li:before{content: "";width: 1px;height: 12px;background: #3373ac;position: absolute;left: -12px;top:50%;margin-top: -5px;}
.footer .cont .fNav li:first-child{margin-left: 0;}
.footer .cont .fNav li:first-child:before{display: none;}
.footer .cont .btm .text p { color:#c1ccda; line-height:30px;}
.footer .cont .btm .pWrap{padding: 20px 0 0 24px;line-height: 62px;}
.footer .cont .btm .pWrap img{margin-left: 10px;}
.footer .cont .btm .pWrap img:first-child{margin-left: 0;}


.f_botm { width:100%; line-height:43px; background:#113f68; color:#fff; font-size:15px;}
.f_botm a:hover {color:#ffc000;}

.nyBg{width: 100%;background: url(../image/iMainBg.jpg) no-repeat center bottom;background-size: cover;padding: 50px 0 114px;overflow: hidden;}

.nyWrap{margin-bottom: 60px;padding-left: 299px;position: relative;box-sizing: border-box;}
.nySide{width: 280px;height: 100%;box-sizing: border-box;border:1px solid #bcd0e3;position: absolute;left: 0;top:0;background: #fff;padding: 0 20px;}
.nySide .tit{margin-bottom: 10px;height: 83px;line-height: 83px;background: url(../image/nySideBg.png) no-repeat right center;font-size: 0;color: #005eae;font-weight: normal;}
.nySide .tit span{display: inline-block;*display: inline;*zoom: 1;font-size: 24px;padding-right: 12px;background: #fff;}
.nySide ul li{margin-bottom: 14px;border:1px solid #e6e6e6;position: relative;}
.nySide ul li a{display: block;padding: 0 26px 0 10px;height: 48px;line-height: 48px;font-size: 16px;color: #1a1a1a;position: relative;z-index: 3;}
.nySide ul li a:before{content: "";width: 7px;height: 13px;position: absolute;right: 9px;top:18px;background: url(../image/arr1.png) no-repeat center;}
.nySide ul li:before{content: "";width: 0;height: 100%;position: absolute;left: 0;top:0;background: #005eae;}
.nySide ul li.on:before,.nySide ul li:hover:before{width: 100%;}
.nySide ul li.on a,.nySide ul li:hover a{color: #fff;}
.nySide ul li.on a:before,.nySide ul li:hover a:before{background-image: url(../image/arr1On.png);}

.nyContent{width: 100%;box-sizing: border-box;border:1px solid #e6e6e6;background: #ffffff;min-height: 600px;padding: 8px 29px 59px;}
.path{margin-bottom: 46px;border-bottom: 1px solid #e6e6e6;padding-left: 24px;background: url(../image/pathIcon.png) no-repeat left center;font-size: 14px;line-height: 76px;color: #7a7a7a;}
.path span{font-family: "SimSun";margin: 0 8px;}
.path a:hover,.path i{color: #c41717;}

.leaderList{margin-top: -4px;}
.leaderList ul { border-bottom:1px solid #e6e6e6; padding-bottom:15px; margin-bottom:10px;}
.leaderList ul h5{margin-bottom: 7px;height: 39px;line-height: 39px;font-size: 28px;color: #1a1a1a;font-weight: normal;}
.leaderList ul h5 span{margin-left: 10px;font-size: 14px;color: #666666;}

.leaderList .list li a{display: block;height: 36px;line-height: 36px;padding: 0 48px 0 15px;position: relative;}
.leaderList .list li a:before{content: "";width: 5px;height: 5px;border-radius: 50%;background: #e7e7e7;position: absolute;left: 0;top:50%;margin-top: -1px;}
.leaderList .list li a h5{font-size: 15px;color: #383838;font-weight: normal;width: 100%;}
.leaderList .list li a span{position: absolute;right: 0;top:0;font-size: 15px;color: #b8b8b8;}
.leaderList .list li a:hover:before{background: #b00000;width: 12px;border-radius: 0;height: 3px;margin-top: -1px;}
.leaderList .list li a:hover h5{color: #b00000;padding-left: 8px;}



.dsdwList{}
.dsdwList ul li a{display: block;padding: 14px 36px 40px 30px;}
.dsdwList ul li a h5{font-size: 24px;line-height: 54px;color: #202020;font-weight: normal;}
.dsdwList ul li a p{font-size: 15px;line-height: 26px;color: #4c4c4c;overflow: hidden;text-align:justify;}
.dsdwList ul li a p span{color: #c41717;}
.dsdwList ul li.grayBg{background: #f2f3f3;}
.dsdwList ul li a:hover h5{color: #005eae;}

.honorList{overflow: hidden;}
.honorList ul{padding-bottom: 18px;width: 865px;}
.honorList ul li{margin: 0 23px 27px 0;width: 265px;}
.honorList ul li a{display: block;}
.honorList ul li a .pic{border:1px solid #e6e6e6;padding: 9px;}
.honorList ul li a .pic span{display: block;width: 100%;height: 0;padding-bottom: 65.306%;position: relative;overflow: hidden;}
.honorList ul li a .pic span em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center; background-size: 60%;}
.honorList ul li a h5{height: 47px;line-height: 47px;font-size: 16px;color: #202020;font-weight: normal;text-align: center;}
.honorList ul li a:hover h5{color: #005eae;}



.honorList222 {overflow: hidden;}
.honorList222 ul{padding-bottom: 18px;width: 865px;}
.honorList222 ul li{margin: 0 23px 27px 0;width: 265px;}
.honorList222 ul li a{display: block;}
.honorList222 ul li a .pic{border:1px solid #e6e6e6;padding: 9px;}
.honorList222 ul li a .pic span{display: block;width: 100%;height: 0;padding-bottom: 65.306%;position: relative;overflow: hidden;}
.honorList222 ul li a .pic span em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center; background-size: 60%;}
.honorList222 ul li a h5{height: 47px;line-height: 47px;font-size: 16px;color: #202020;font-weight: normal;text-align: center;}
.honorList222 ul li a:hover h5{color: #005eae;}

.pagination {
	float:right;
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0
}

.pagination>li {
	display: inline
}

.pagination>li>a,.pagination>li>span {
	position: relative;
	float: left;
	padding: 8px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #2780E3;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
	z-index: 2;
	color: #165ba8;
	background-color: #97cbff;
	border-color: #ddd
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
	z-index: 3;
	color: #999999;
	background-color: #f5f5f5;
	border-color: #ddd;
	cursor: default
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
	color: #999999;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg>li>a,.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.pagination-sm>li>a,.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.page{text-align: center;font-size: 0;}
.page a{display: inline-block;*display: inline;*zoom: 1;height: 42px;padding: 0 32px;border:1px solid #d4d4d4;background: #ffffff;
margin: 0 8px;font-size: 14px;color: #4c4c4c;line-height: 42px;}
.page a.num{padding: 0 17px;}
.page a.on,.page a:hover{border-color: #005eae;background: #005eae;color: #fff;}

.newsList ul{padding-bottom: 20px;}
.newsList ul li{margin-bottom: 40px;}
.newsList ul li a{display: block;height: 222px;padding-left: 320px;position: relative;}
.newsList ul li a .pic{width: 291px;height: 222px;position: absolute;left: 0;top:0;overflow: hidden;}
.newsList ul li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.newsList ul li a h5{padding-top: 4px;font-size: 18px;line-height: 28px;color: #1a1a1a;font-weight: normal;height: 56px;overflow: hidden;}
.newsList ul li a span{display: block;height: 58px;line-height: 58px;font-size: 14px;color: #808080;}
.newsList ul li a p{font-size: 14px;line-height: 26px;color: #4c4c4c;height: 78px;overflow: hidden;}
.newsList ul li a:hover h5{color: #005eae;}

.companyList ul{padding-bottom: 20px;}
.companyList ul li{margin-bottom: 40px;}
.companyList ul li a{display: block;height: 120px;padding-left: 140px;position: relative;}
.companyList ul li a .pic{width: 120px;height: 120px;position: absolute;left: 0;top:0;overflow: hidden;}
.companyList ul li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.companyList ul li a h5{padding-top: 4px;font-size: 18px;line-height: 28px;color: #1a1a1a;font-weight: normal;overflow: hidden;}
.companyList ul li a span{display: block;height: 58px;line-height: 58px;font-size: 14px;color: #808080;}
.companyList ul li a .intro{
font-size: 14px;
line-height: 26px;
color: #4c4c4c;
display: -webkit-box;  /*弹性伸缩盒子*/
-webkit-box-orient: vertical;/*垂直排列*/
line-clamp: 6;
-webkit-line-clamp: 2;  /*只显示6行*/
overflow: hidden;   /*溢出隐藏*/
text-overflow: ellipsis;   /*省略号代替*/
}
.companyList ul li a:hover h5{color: #005eae;}
.badge ul {display:flex;flex-wrap:wrap;}
.badge ul li{background-color: #0060AE;border-radius: 5px;margin-right: 10px;color:#FFF;font-size: 12px;padding: 2px 10px;}
@media screen and (max-width: 800px){
.companyList ul{padding-bottom: 20px;}
.companyList ul li{margin-bottom: 20px;}
.companyList ul li a{display: block;height: 120px;padding-left: 140px;position: relative;}
.companyList ul li a .pic{width: 120px;height: 120px;position: absolute;left: 0;top:0;overflow: hidden;}
.companyList ul li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.companyList ul li a h5{padding-top: 4px;font-size: 18px;line-height: 28px;color: #1a1a1a;font-weight: normal;overflow: hidden;}
.companyList ul li a span{display: block;height: 58px;line-height: 58px;font-size: 14px;color: #808080;}
.companyList ul li a .intro{
font-size: 14px;
line-height: 26px;
color: #4c4c4c;
padding:0px 0;
display: -webkit-box;  /*弹性伸缩盒子*/
-webkit-box-orient: vertical;/*垂直排列*/
line-clamp: 6;
-webkit-line-clamp: 1;  /*只显示6行*/
overflow: hidden;   /*溢出隐藏*/
text-overflow: ellipsis;   /*省略号代替*/
 
}
.companyList ul li a:hover h5{color: #005eae;}
.badge ul {display:flex;flex-wrap:wrap;}
.badge ul li{background-color: #0060AE;border-radius: 5px;margin-right: 5px;color:#FFF;font-size: 10px;padding: 1px 2px;margin-bottom:5px}
}  /* white-space: nowrap;overflow: hidden; text-overflow: ellipsis;width: 200px; */
.company .c_top {display:flex}
.company .c_top .c_l img{width: 200px;height:200px}
.company .c_top .c_r{padding-left:20px;font-size:16px}
.company .c_top .c_r h4{font-size: 20px;padding-bottom:20px}
.company .c_photos ul{display:flex;flex-wrap:wrap}
.company .c_photos ul li {padding:10px}
.company .c_photos ul li img{width:120px;height:120px}
.company .c_title {padding:60px 0;text-align:center; font-size:20px}
.company .c_title i{display: inline-block;width: 65px;height: 1px;background: #ccc;
margin-bottom: 6px;}
.company .c_title span{padding: 0 20px}

.noticeList ul{padding-bottom: 40px;}
.noticeList ul li{padding-bottom: 20px;border-bottom: 1px dotted #afafaf;margin-bottom: 20px;}
.noticeList ul li a{display: block;height: 82px;box-sizing: border-box;padding: 0px 0 0 100px;position: relative;}
.noticeList ul li a .date{width: 70px;height: 82px;position: absolute;left: 0;top:0;text-align: center;background: #daeaf3;}
.noticeList ul li a .date span,
.noticeList ul li a .date em{display: block;}
.noticeList ul li a .date span{height: 52px;line-height: 52px;font-family: "HelNeu55";font-size: 32px;color: #333333;position: relative;z-index: 2;}
.noticeList ul li a .date em{height: 29px;background: #ffffff;border:1px solid #dbdbdb;border-top: none;font-size: 12px;color: #666666;line-height: 29px;font-family: "HelNeu55";}
.noticeList ul li a .date:before{content: "";width: 100%;height: 0;background: #005eae;position: absolute;left: 0;top:0;}
.noticeList ul li a h5{font-size: 18px;line-height: 31px;color: #1a1a1a;font-weight: normal; padding-bottom:5px;}
.noticeList ul li a p{font-size: 14px;line-height: 24px;color: #666666;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.noticeList ul li a:hover .date:before{height: 52px;}
.noticeList ul li a:hover .date span{color: #fff;}
.noticeList ul li a:hover h5{color: #005eae;}
.noticeList ul li a b{display: none;color: #808080;font-size: 12px;line-height: 18px;font-weight: normal;}

.busList{}
.busList ul{width: 861px;}
.busList ul li{width: 410px;margin: 0 20px 40px 0;}
.busList ul li a{display: block;}
.busList ul li a .text{padding: 28px 20px 22px;background: #f5f5f5;}
.busList ul li a .text h5{height: 28px;line-height: 28px;font-size: 24px;color: #1a1a1a;font-weight: normal;padding-right: 40px;margin-bottom: 18px;position: relative;}
.busList ul li a .text p{font-size: 14px;line-height: 24px;color: #666666;height: 96px;overflow: hidden;}
.busList ul li a .pic{width: 100%;height: 0;padding-bottom: 56.683%;position: relative;overflow: hidden;}
.busList ul li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.busList ul li a:hover .text h5{color: #005eae;}
.busList ul li a .text h5:before,.busList ul li a .text h5:after{content: "";width: 28px;height: 28px;position: absolute;right: 0;top:0;}
.busList ul li a .text h5:before{background: url(../image/arr2.png) no-repeat right center;}
.busList ul li a .text h5:after{background: url(../image/arr2On.png) no-repeat right center;z-index: 2;filter: alpha(opacity=0);opacity: 0;}
.busList ul li a:hover .text h5:before{filter: alpha(opacity=0);opacity: 0;}
.busList ul li a:hover .text h5:after{filter: alpha(opacity=100);opacity: 1;}
.busList ul li a:hover .text h5:before,
.busList ul li a:hover .text h5:after{-webkit-transform: rotateZ(45deg);transform: rotateZ(45deg);}

.videoWrap .top{margin-bottom: 26px;}
.videoWrap .top h5{font-size: 24px;line-height: 32px;color: #1a1a1a;font-weight: normal;margin-bottom: 10px;}
.videoWrap .top .desc{font-size: 14px;line-height: 36px;color: #808080;}
.videoWrap .top .desc .views{padding-left: 25px;background: url(../image/videoIcon3.png) no-repeat left center;margin-right: 44px;}
.videoWrap .top .desc .date{padding-left: 26px;background: url(../image/dateIcon.png) no-repeat left center;}

.videoScoll{overflow: hidden;position: relative;}
.videoScoll .gallery-top{margin-bottom: 4px;position: relative;}
.videoScoll .gallery-top .swiper-slide .pic{position: relative;}
.videoScoll .gallery-top .swiper-slide .pic em{display: block;width: 100%;height: 0;padding-bottom: 63.09%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.videoScoll .gallery-top .swiper-slide .pic i{width: 80px;height: 80px;position: absolute;left: 50%;top:50%;margin: -40px 0 0 -40px;background: url(../image/videoIcon1.png) no-repeat center;background-size: 100% 100%;z-index: 2;}
.videoScoll .gallery-top .swiper-pagination{display: none;}
.videoScoll .gallery-thumbs{padding: 23px 60px 22px;position: relative;background: #191b1c;}
.videoScoll .gallery-thumbs .container{width: 100%;overflow: hidden;}
.videoScoll .gallery-thumbs .swiper-slide{width: 230px;position: relative;cursor: pointer;}
.videoScoll .gallery-thumbs .swiper-slide .pic em{display: block;height: 0;padding-bottom: 63.04%;background-position: center;background-repeat: no-repeat;background-size: cover;}
.videoScoll .gallery-thumbs .swiper-slide h5{position: absolute;left: 0;bottom: 0;z-index: 2;width: 100%;box-sizing: border-box;padding: 0 10px;background: url(../image/blue70.png) repeat;
height: 38px;line-height: 38px;text-align: center;font-size: 14px;color: #ffffff;font-weight: normal;}
.videoScoll .gallery-thumbs .swiper-button-next,
.videoScoll .gallery-thumbs .swiper-button-prev{width: 60px;height: 100%;position: absolute;top:0;cursor: pointer;margin-top: 0;}
.videoScoll .gallery-thumbs .swiper-button-prev{left: 0;background: url(../image/leftArr1.png) no-repeat center;}
.videoScoll .gallery-thumbs .swiper-button-next{right: 0;background: url(../image/rightArr1.png) no-repeat center;}

.innerList .list{margin: -10px 0 60px;}
.innerList .list li a{height: 49px;line-height: 49px;}
.innerList .list li a:before{background: #333333;}
.innerList .list li a span{color: #808080;}

.passage{}
.passage .psgTit{padding-bottom: 24px;border-bottom: 1px solid #d1d1d1;margin-bottom: 22px;text-align: center;}
.passage .psgTit h5{font-size: 22px;color: #1a1a1a;line-height: 26px;font-weight: normal;margin-bottom: 10px;}
.passage .psgTit h5.subTit{font-size: 20px;}
.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 .psgCont img{height: auto !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: #005eae;text-decoration: underline;}
.passage .psgBtm .bdsharebuttonbox{height: 56px;width: 165px;padding-left: 49px;border-left: 1px solid #d1d1d1;position: absolute;right: 0;top:5px;}
.passage .psgBtm .bdsharebuttonbox span{font-size: 16px;line-height: 34px;color: #000000;margin: 12px 3px 0 0;}
.passage .psgBtm .bdsharebuttonbox .shareItem{width: 34px;height: 34px;margin: 12px 20px 0 0;padding: 0;background: url(../image/shareIcon2.png) no-repeat left top;}
.passage .psgBtm .bdsharebuttonbox .shareItem.bds_tsina{margin-right: 0;background-position: -34px top;}

.ztFooter.footer{background: #c90200;}
.ztFooter.footer .cont .fNav li{font-size: 14px;}
.ztFooter.footer .cont .fNav li:before{background: #d43533;}

.ztBody{background: #fdc45b;padding-top: 683px;position: relative;}
.ztBody .ztBanner{width: 100%;height: 771px;position: absolute;left: 0;top:0;background-repeat: no-repeat;background-position: center top;}

.ztMain{margin: 0 auto 90px;min-height: 550px;position: relative;z-index: 9;background: url(../image/white80.png) repeat;}
.ztMain .top{padding: 28px 120px 29px;background: #ffffff url(https://www.hbsme.org/skin/images/ztIcon1.png) no-repeat 40px 34px;}
.ztMain .top a{display: block;text-align: center;}
.ztMain .top a h5{font-size: 26px;line-height: 38px;color: #ba0200;}
.ztMain .top a p{font-size: 14px;line-height: 25px;color: #808080;}
.ztMain .btm{padding: 40px 40px 48px;}
.ztMain .btm .item1{margin-bottom: 40px;}
.ztMain .ztPicNews{width: 50%;position: relative;overflow: hidden;}
.ztMain .ztPicNews .swiper-slide{overflow: hidden;}
.ztMain .ztPicNews .swiper-slide a{display: block;width: 100%;height: 0;padding-bottom: 75%;padding-bottom: 420px;}
.ztMain .ztPicNews .swiper-slide a em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.ztMain .ztPicNews .swiper-slide a h5{position: absolute;left: 0;bottom: 0;width: 100%;height: 54px;background: url(../image/gray70.png) repeat;box-sizing: border-box;padding: 0 98px 0 20px;font-size: 16px;color: #ffffff;font-weight: normal;line-height: 54px;}
.ztMain .ztPicNews .swiper-slide:hover a em{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.ztMain .ztPicNews .swiper-pagination{width: auto;left: auto;right: 10px;height: 10px;line-height: 10px;bottom: 22px;}
.ztMain .ztPicNews .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 10px 0 0;background: #ffffff;opacity: 0.8;}
.ztMain .ztPicNews .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #e10301;opacity: 1;}

.ztMain .ztTxtNews{width: 47%;}
.ztMain .ztTxtNews .ztTit{height: 44px;margin-bottom: 7px;line-height: 44px;background: url(../image/ztTit.png) no-repeat 110px center;font-size: 0;}
.ztMain .ztTxtNews .ztTit a{display: inline-block;*display: inline;*zoom: 1;font-size: 24px;color: #c90200;padding-right: 14px;background: #fff3de;}
.ztMain .ztTxtNews .ztList li a{display: block;height: 38px;line-height: 38px;padding: 0 120px 0 25px;background: url(../image/ztIcon2.png) no-repeat left center;position: relative;}
.ztMain .ztTxtNews .ztList li a h5{width: 100%;font-size: 16px;color: #333333;font-weight: normal;}
.ztMain .ztTxtNews .ztList li a span{position: absolute;right: 0;top:0;font-size: 16px;color: #999999;}
.ztMain .ztTxtNews .ztList li a:hover h5{color: #ba0200;}
.ztMain .ztTxtNews .ztList li a:hover{background-image: url(../image/ztIcon2On.png);}

.ztMain.ztNy .ztTxtNews{width: 100%;}
.ztMain.ztNy .ztTxtNews .ztList{margin-bottom: 60px;}
.page.ztPage a.on,.page.ztPage a:hover{border-color: #c90200;background: #c90200;color: #fff;}

.ztMain.ztNy .passage .psgBtm ul li a:hover{color: #c90200;}

.pageStyle{font-size: 16px;line-height: 32px;color: #333333;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height: auto !important;}

.mapWrap{height: 554px;border:1px solid #dbdbdb;margin-bottom: 20px;}

.contactTxt.pageStyle{font-size: 15px;line-height: 30px;color: #666;}




.ser{ width:32%; float:left;outline: #ccc solid 1px; background:#fff; margin-right:2%; margin-bottom:20px; transition:all 1s; -moz-transition:all 1s; -webket-transition:all 1s;-0-transition:all 1s}

.ser:nth-child(3n) { margin-right:0;}   
   
.ser:hover{ background:#0a1934;box-shadow:0px 0px 10px #000; _background:#0a1934;}
.ser a:hover{ color:#fff; _color:#666;}
.sertit{ color:#0036ae; font-weight:normal; text-align:center; text-align:center; font-size:18px; overflow:hidden;}
.sertiten{ font-weight:normal; text-align:center; color:#666; overflow:hidden; font-size:14px; padding-bottom:20px;}

.word{ font-size:14px; line-height:24px; text-align:center;  padding-left:15px; padding-right:15px; height:105px; overflow:hidden;}
.white{ visibility:hidden;}
.black{ text-align:center; padding-top:60px; width:288px; height:64px;}
.black1{ text-align:center; padding-top:60px; width:288px; height:64px;}
.ser:hover hr {background:#fff;}
.ser:hover div.sertit{ color:#fff;}
.ser:hover div.sertiten{ color:#fff;}

.black1{background: url(../image/spe_8_1.png) no-repeat center center;}
.ser:hover div.black1{background: url(../image/spe_8_2.png) no-repeat center center;}
.ser.ser1:hover {background:#005eae;}

.black2{background: url(../image/spe_1_1.png) no-repeat center center;}
.ser:hover div.black2{background: url(../image/spe_1_2.png) no-repeat center center;}
.ser.ser2:hover {background:#005eae;}

.black3{background: url(../image/spe_2_1.png) no-repeat center center;}
.ser:hover div.black3{background: url(../image/spe_2_2.png) no-repeat center center;}
.ser.ser3:hover {background:#005eae;}

.black4{background: url(../image/spe_3_1.png) no-repeat center center;}
.ser:hover div.black4{background: url(../image/spe_3_2.png) no-repeat center center;}
.ser.ser4:hover {background:#005eae;}

.black5{background: url(../image/spe_4_1.png) no-repeat center center;}
.ser:hover div.black5{background: url(../image/spe_4_2.png) no-repeat center center;}
.ser.ser5:hover {background:#005eae;}

.black6{background: url(../image/spe_5_1.png) no-repeat center center;}
.ser:hover div.black6{background: url(../image/spe_5_2.png) no-repeat center center;}
.ser.ser6:hover {background:#005eae;}

.black7{background: url(../image/spe_6_1.png) no-repeat center center;}
.ser:hover div.black7{background: url(../image/spe_6_2.png) no-repeat center center;}
.ser.ser7:hover {background:#005eae;}

.black8{background: url(../image/spe_7_1.png) no-repeat center center;}
.ser:hover div.black8{background: url(../image/spe_7_2.png) no-repeat center center;}
.ser.ser8:hover {background:#005eae;}

.black9{background: url(../image/spe_9_1.png) no-repeat center center;}
.ser:hover div.black9{background: url(../image/spe_9_2.png) no-repeat center center;}
.ser.ser9:hover {background:#005eae;}

.black10{background: url(../image/spe_10_1.png) no-repeat center center;}
.ser:hover div.black10{background: url(../image/spe_10_2.png) no-repeat center center;}
.ser.ser10:hover {background:#005eae;}

.black11{background: url(../image/spe_11_1.png) no-repeat center center;}
.ser:hover div.black11{background: url(../image/spe_11_2.png) no-repeat center center;}
.ser.ser11:hover {background:#005eae;}

@media screen and (max-width: 1220px){
.w1200{width: auto;padding: 0 5%;}

.header .logo img{height: 80px;}
.header .logo .logoTxt{height: 46px;margin-left: 10px;}
.header .form .text{width: 292px;}

.nav .nLi h3 a{font-size: 15px;}
.nav .nLi:before{width: 100%;margin-left: 0;left: 0;}
.nav .nLi .navSub{width: 100%;left: 0;margin-left: 0;}

.iMain{background-size: cover;}
.iMain .tabs ul li{margin-left: 30px;}
.iMain .tabs ul li a{}
.iMain .imore{font-size: 12px;}

.index_two li { width: 31.1%;}
.index_two li span { width: 100px;}
.index_two li:after { width: 100px;}
.index_two li p { padding-left: 15px;}


.isect3 ul{width: 100%;}
.isect3 ul li{width: 16%;margin-right: 0.8%;}
.isect3 ul li:nth-child(6n){margin-right: 0;}
.isect3 ul li a .cont{padding: 10px 10px 10px 40px;}
.isect3 ul li a .cont .text p{font-size: 14px;}
.isect3 ul li a .cont .icon{left: 12px;}
.isect3 ul li a .cont .icon img{height: 28px;}

.linkWrap .wrap{width: 100%;}
.linkWrap .wrap .select{width: 18%;margin-right: 2.5%;}
.linkWrap .wrap .select:nth-child(5n){margin-right: 0;}

.footer .w1200{margin: 0 5%;padding: 0;position: relative;min-height:20px;}
.footer .qrcode{position: absolute;right: 0;top:0;}
.footer .cont .btm .pWrap{width: 100%;padding-left: 0;}

.f_botm span { display:block; width:100%; text-align:center;}


.nyBg{background-size: cover;}
.nyWrap{padding: 0 0 0 299px;margin: 0 5% 40px;}

.honorList ul{width: 100%;}
.honorList ul li{width: 32%;margin-right: 2%;}
.honorList ul li:nth-child(3n){margin-right: 0;}


.honorList222 ul{width: 100%;}
.honorList222 ul li{width: 32%;margin-right: 2%;}
.honorList222 ul li:nth-child(3n){margin-right: 0;}



.newsList ul li a{height: 190px;padding-left: 270px;}
.newsList ul li a .pic{width: 250px;height: 190px;}
.newsList ul li a p{height: 52px;}

.busList ul{width: 100%;}
.busList ul li{width: 49%;margin-right: 0;}
.busList ul li:nth-child(2n){float: right;}


.ztMain{margin: 0 5% 90px;padding: 0;}

.ztBody{padding-top: 0;}
.ztBody .ztBanner{position: relative;width: 100%;height: 0;padding-bottom: 46%;background-size: cover;}
.ztMain{margin-top: -8%;}
}

@media screen and (max-width: 1024px){
.header .menuIcon{display: block;top: 15%;}
.header .top,.header .form,.nav{display: none;}
.header .logo{padding: 0;}
.header{padding: 10px 0 160px;background-position: center;background-size: cover;}


.toutiao h3 { line-height:46px; padding-bottom:8px;}
.toutiao p { line-height:32px; margin-bottom:0;}
.toutiao p span {line-height: 66px; display:block;}

.inBox { padding-left:24px;}
.inBox .inHd dl dd { width: 420px;}
.inBox .inHd dl dt { width: 320px;}
.outBox .tempWrap {width:calc(100% - 120px) !important;}
/*.outBox .tempWrap .bd { width:100% !important;}
.outBox .tempWrap .bd .inBox { width:735px !important;}*/
.inBox .inHd {width: 763px;}

.outBox .hd {width: 120px;}
.outBox .hd ul li { width: 120px;}
.outBox .hd ul li p { font-size:17px;}

.outBox .hd ul li em, .outBox .hd ul li span { margin-left:-10px;}

.inBox .inHd dl dd .text {padding: 28px 6px 13px 0;}
.inBox .inHd dl dd .text p { font-size: 12px;height:33px;}

.inBox .inHd dl dd ul li a {padding-left: 0px; margin-right:0;}
.inBox .inHd dl dd ul li.li1 { background:none;}
.inBox .inHd dl dd ul li.li2 { background:none;}

.inBox .inHd dl dd .text h5 { font-size: 24px;margin-bottom: 0px;}
.inBox .inHd dl dd ul li a p { font-size: 15px; line-height: 22px;}
.inBox .inHd dl dd ul li.li2 a { margin-bottom:0;}

.iseshld { width:743px; padding-top: 26px;}
.club  { width:743px; padding-top: 26px;}

.isect4 .isect4_2 ul li { width: 47.4%;}
.isect4 .isect4_2 ul li a dl dd {font-size: 36px;}
.five_box {width: 100%;}
.five_boxmar {margin: 2.75% 0;}

.isect6 .tit { display:none;}
.isect6 .cont .select { width: 23.5%;}
.isect6 .cont dl:last-child { margin-left:0;}

.footer .f_menu a {font-size: 16px;padding-right: 0px; width:12.5%; display:inline-block;}



.isect1 .isect1_1,.isect1 .isect1_2,.isect1 .isect1_3{width: 100%;margin-bottom: 20px;}
.isect1 .isect1_2 .list li:last-child{border-bottom: none;}
.isect1 .isect1_3{margin-bottom: 0;height: auto;}
.isect1 .isect1_3 .wrap{height: auto !important;}
.isect1 .isect1_3 .cont{background-size: 100% auto;}

.isect2 .container .swiper-slide a{padding-bottom: 23.08%;}

.isect3 ul li{width: 24%;margin-right: 1.3%;}
.isect3 ul li:nth-child(6n){margin-right: 1.3%;}
.isect3 ul li:nth-child(4n){margin-right: 0;} 



.isect5 .wrap{height: auto;padding: 36px 17px;background-size: cover;}

.isect5 .wrap .item1,.isect5 .wrap .item2{width: 48%;margin: 0 0 20px 0;}
.isect5 .wrap .item1:nth-child(2n),.isect5 .wrap .item2{float: right;}

.linkWrap .wrap .select{width: 32%;margin-right: 2%;margin-bottom: 12px;}
.linkWrap .wrap .select:nth-child(3n){margin-right: 0;}

.nySide{display: none;}
.nyWrap{padding: 0;}
.path{margin-bottom: 20px;}

.dsdwList ul li a{padding: 14px 18px 20px;}
.dsdwList ul li a h5{font-size: 20px;line-height: 40px;}

.ztMain .top{padding: 18px 60px 18px 120px;background-position: 40px 24px;}
.ztMain .top a h5{font-size: 20px;}

.ztMain .ztTxtNews,.ztMain .ztPicNews{width: 100%;}
.ztMain .ztPicNews{margin-bottom: 20px;}
.ztMain .btm .item2 .ztTxtNews:first-child{margin-bottom: 20px;}

.company .c_top {display:inline}
.company .c_top .c_l {width:100%;text-align:center}
.company .c_top .c_l img{width: 200px;height:200px}
.company .c_top .c_r{padding-top:20px;font-size:16px}
}

@media screen and (max-width: 768px){


.iseshld_wap{ padding-top:36px; padding-right:35px; width:330px }
.iseshld_wap .container{width: 100%;position: relative;overflow: hidden; box-sizing: border-box; padding-bottom:33px;}
.iseshld_wap .container .swiper-slide a{display: block; background:#efefef; padding:15px;}
.iseshld_wap .container .swiper-slide a .pic{height: 178px;position: relative;overflow: hidden;}
.iseshld_wap .container .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;}
.iseshld_wap .container .swiper-slide a .text{ padding:23px 0 0; position:relative;}
.iseshld_wap .container .swiper-slide a .text h5 { width:100%; height:30px; line-height:30px; font-weight:normal; color:#fff; text-align:center; font-size:15px; position:absolute; left:-15px; top:-20px; background:#005faf;}
.iseshld_wap .container .swiper-slide a .text p{font-size: 15px;line-height: 26px; height:auto; padding-bottom:20px; color: #3f3f3f;overflow: hidden;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;min-height:140px;}
.iseshld_wap .container .swiper-slide a .text .btn{width:32px;height: 7px; background:url(../image/btnline.png) no-repeat left top;}


.iseshld_wap .container .swiper-slide a:hover{display: block; background:#005faf;}
.iseshld_wap .container .swiper-slide a:hover .text h5 {color:#005faf;background:#fff;}
.iseshld_wap .container .swiper-slide a:hover .text p{color: #fff;}
.iseshld_wap .container .swiper-slide a:hover .text .btn{background:url(../image/btnline2.png) no-repeat left top;}


.iseshld_wap .container .swiper-slide a:hover .text h5{color: #489eff;}
.iseshld_wap .container .swiper-slide a:hover .text .btn{color: #fff;border-color: #489eff;}
.iseshld_wap .container .swiper-slide a:hover .text .btn:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}

.iseshld_wap .container .swiper-pagination{bottom: 0;height: 20px;line-height: 20px;font-size: 0;}
.iseshld_wap .container .swiper-pagination .swiper-pagination-bullet{width: 16px;height: 16px;border: 2px solid #1d2740;border-radius: 0;margin: 0 6px;background: url(../image/pagIcon1.png) no-repeat left -16px;opacity: 1;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear; }
.iseshld_wap .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-position: left top;}



.waphidden { display:none !important;}
.pchidden { display:block !important;}
	

.pcminheight1200 { min-height:auto !important;}
	
.header .logo .logoTxt{display: none;}

.headertop { display:none;}

.header .menuIcon {top: 16%;}

.toutiao h3 { font-size: 22px;line-height: 36px;}

.toutiao p { line-height: 25px;}
.toutiao { margin-bottom:0;}


.iMain .tabs ul li a:before, .iMain .ititle h3:before { bottom:4px;}

.index_two li {width: 100%; margin-bottom:15px; margin-left:0;}
.index_four .bd img { height:50px;}
.index_four { height:50px;}

.index_five {margin:20px auto;background-size: cover; padding-bottom:30px;}
.index_two {margin: 21px auto 7px;}

.inBox .inHd dl dd .text p { height:auto; line-height:22px; padding-bottom:15px;}


.outBox {padding-top: 38px;padding-left: 0; height:auto;}
.outBox .hd {  width: 100%; height:auto;}
.outBox .hd ul li { margin-right:10px; margin-top:0; width:30.5%;}
.outBox .hd ul li em, .outBox .hd ul li span {margin-left: -15px;}

.inBox .inHd dl dd { width:330px;}

.inBox .inHd dl dd ul li a h3 { font-size:18px;}
.inBox .inHd dl dd ul li a p { font-size: 14px;}

.inBox { padding:0 20px 30px 20px;}

.inBox .inHd { width:350px;}
.inBox .inHd dl dt { width: 280px; height:364px; float:none;}
.inBox .inHd dl dt img { margin:20px auto 0;}

.outBox .tempWrap { width: 100% !important;}


.iseshld { width: 330px;}

.iseshld .container .swiper-slide a .pic { height: 168px;}

.iseshld .container .swiper-slide a .text h5 { top:160px;}
.iseshld .container .swiper-slide a .text p { height:auto; padding-bottom:15px;}

.inBox .inBd ul li dt { width:100%; height:auto;}
.inBox .inBd ul li dt img { width:100%; margin-bottom:15px;}

.inBox .inBd ul li dd { width:100%;}

.inBox .inBd ul { width: 330px; }
.inBox .inBd ul li {   }

.inBox .inBd ul li > a { max-width: 84%;}

.isect4 .isect4_1 { width:100%; margin-bottom:35px;}
.isect4 .isect4_2 { width:100%;}

.five_boxmar { margin: 30px 0;}

.isect6 .cont .select {width: 48%; margin-bottom:10px;}
.isect6 {margin-top: 25px;}


.isect3 ul li{width: 32%;margin-right: 1%;}
.isect3 ul li:nth-child(4n){margin-right: 0;}



.linkWrap .wrap .select{width: 49%;margin-right: 0;}
.linkWrap .wrap .select:nth-child(2n){float: right;}


.f_menu { display:none;}
.btm .text { width:100%; font-size:13px;}
.f_botm { padding:15px 0;}
.f_botm span { font-size:13px; line-height:22px;}


.footer .w1200{padding-right: 0;}

.footer .qrcode{position: static;margin: 0 auto;float: none;}
.footer .cont{width: 100%;float: none;margin-bottom: 12px;text-align: center;}
.footer .cont .fNav{margin-bottom: 0;}
.footer .cont .fNav li{float: none;display: inline-block;}
.footer .cont .btm .pWrap{line-height: 30px;}
.footer .cont .btm .pWrap img{height: 30px;}

.nyContent{padding: 8px 12px 24px;min-height: 300px;}
.path{line-height: 44px;font-size: 12px;}
.leaderList{margin-top: 0;padding-bottom: 40px;}
.leaderList ul li{padding-bottom: 12px;margin-bottom: 12px;}
.leaderList ul li:last-child{border-bottom: none;margin-bottom: 0;}
.leaderList ul li a h5{height: 30px;line-height: 30px;font-size: 20px;}
.leaderList ul li a h5 span{margin-left: 12px;font-size: 12px;}
.leaderList ul li a p{font-size: 12px;line-height: 22px;max-height: 44px;}

.dsdwList ul li a p{font-size: 12px;line-height: 22px;max-height: 44px;}

.honorList ul li{width: 49%;margin-right: 0;}
.honorList ul li:nth-child(2n){float: right;}


.honorList222 ul li{width: 49%;margin-right: 0;}
.honorList222 ul li:nth-child(2n){float: right;}

.newsList ul li a{height: 170px;padding-left: 220px;}
.newsList ul li a .pic{width: 200px;height: 170px;}
.newsList ul li a h5{height: auto;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.videoScoll .gallery-top{padding-bottom: 30px;position: relative;}
.videoScoll .gallery-top .swiper-pagination{display: block;bottom: 0;}
.videoScoll .gallery-thumbs{display: none;}
.videoScoll .gallery-top .swiper-slide .pic i{width: 44px;height: 44px;margin: -22px 0 0 -22px;}
.videoWrap .top h5{font-size: 20px;line-height: 32px;}
.videoWrap .top .desc{font-size: 12px;line-height: 20px;}
.videoWrap .top{margin-bottom: 18px;}

.innerList .list{margin: 0 0 20px;}

.passage .psgTit h5{font-size: 18px;line-height: 28px;}
.passage .psgTit .info{font-size: 12px;}
.passage .psgTit h5.subTit{font-size: 16px;line-height: 24px;}
.passage .psgCont{padding-bottom: 30px;margin-bottom: 30px;}
.passage .psgBtm{padding-right: 0;}
.passage .psgBtm .bdsharebuttonbox{display: none;}
}
@media screen and (max-width: 600px){
.newsList ul li{margin-bottom: 20px;}
.newsList ul li:last-child{margin-bottom: 0;}
.newsList ul li a{height: auto;padding-left: 0;}
.newsList ul li a .pic{position: relative;width: 100%;height: 0;padding-bottom: 76.29%;margin-bottom: 6px;}
.newsList ul li a span{height: 34px;line-height: 34px;font-size: 12px;}
.newsList ul li a p{font-size: 12px;line-height: 20px;height: auto;max-height: 40px;}
.newsList ul li a h5{font-size: 16px;line-height: 20px;}

.busList ul li{width: 100%;margin-bottom: 20px;}
.busList ul li:last-child{margin-bottom: 0;}
.busList ul li a .text{padding: 20px 12px;}
.busList ul li a .text p{height: auto;max-height: 80px;font-size: 12px;line-height: 20px;}
.busList ul li a .text h5{font-size: 20px;margin-bottom: 12px;}

.ztMain .btm{padding: 20px;}
.ztMain .ztPicNews .swiper-slide a{padding-bottom: 75%;}
.ztMain .top{padding: 20px;background-position: 40px 24px;background-size: auto 35px;background: #fff;}
.ztMain .top a h5{font-size: 16px;line-height: 28px;}
.ztMain .top a p{font-size: 12px;line-height: 22px;}

.ztMain.ztNy .ztTxtNews .ztList{margin-bottom: 40px;}



.ser{ width:100%; margin-right:0; }
  


}
@media screen and (max-width: 468px){

.header{padding: 5% 0 45%;}
.header .logo{height: auto;line-height: 40px;}
.header .logo img{height: 40px;}

.iMain{padding-bottom: 30px;}
.iMain .ititle{margin-bottom: 12px;}
.iMain .tabs, .iMain .ititle{height: 58px;line-height: 48px;}

.isect1{margin-bottom: 20px;}
.isect1 .isect1_1 .container .swiper-slide a{padding-bottom: 76.25%;}
.isect1 .isect1_1 .container .swiper-slide a h5{padding-left: 10px;font-size: 14px;}
.isect1 .isect1_2 .swiper-container .swiper-slide .irecomNews a h5{font-size: 18px; line-height:26px; height:auto;}
.list li a h5{font-size: 15px;}
.list li a span{font-size: 12px;}
.list li a{padding-right: 80px;}

.isect1 .isect1_1, .isect1 .isect1_2, .isect1 .isect1_3{margin-bottom: 12px;}

.isect3 ul li{width: 49%;margin-right: 0;margin-bottom: 6px;}
.isect3 ul li:nth-child(6n){margin-right: 0;}
.isect3 ul li:nth-child(2n){float: right;}
.isect3 ul li a .cont .text p{font-size: 12px;}

.outBox .hd ul li { width:30%;}
.inBox .inHd dl dt {  width: 300px;  height: 384px;}
.inBox .inHd dl dd {width: 300px;}


.isect5 .wrap{padding: 15px;}
.isect5 .wrap .item1,.isect5 .wrap .item2{width: 100%;margin-bottom: 12px;}
.isect5 .wrap .tit{padding-bottom: 12px;margin-bottom: 6px;height: 32px;line-height: 32px;font-size: 14px;}
.isect5 .wrap .tit img{height: 32px;margin-right: 8px;}
.isect5 .wrap .item2 .pic a{padding-bottom: 62.609%;}
.isect5 .wrap .item2{margin-bottom: 0;}

.linkWrap .wrap .select{width: 100%;}

.footer{padding: 12px 0;font-size: 12px;line-height: 22px;}
.footer .cont .fNav{display: none;}
.footer .qrcode .pic{width: 80px;height: 80px;margin: 0 auto;}
.footer .qrcode p{font-size: 12px;line-height: 22px;}

.nyWrap{margin-bottom: 30px;}
.leaderList{padding-bottom: 0;}

.dsdwList ul li a{padding: 14px 12px 20px;}
.dsdwList ul li a h5{font-size: 16px;line-height: 30px;}

.honorList ul li{width: 100%;margin-bottom: 12px;}
.honorList ul li a h5{height: 44px;line-height: 38px;font-size: 16px;}

.honorList222 ul li{width: 100%;margin-bottom: 12px;}
.honorList222 ul li a h5{height: 44px;line-height: 38px;font-size: 16px;}

.page a.num{display: none;padding: 0 12px;}
.page a.num.on{display: inline-block;}
.page a{padding: 0 20px;height: 32px;line-height: 30px;}
.page-num { display:none !important;}

.pc_none { display:none !important ;}

.noticeList ul{padding-bottom: 20px;}
.noticeList ul li{padding-bottom: 12px;margin-bottom: 12px;}
.noticeList ul li:last-child{margin-bottom: 0;}
.noticeList ul li a{padding: 0;height: auto;}
.noticeList ul li a .date{width: 60px;height: 72px;display: none;}
.noticeList ul li a b{display: block;}
.noticeList ul li a h5{font-size: 16px;line-height: 28px;}

.videoWrap .top h5{font-size: 18px;line-height: 32px;}

.passage{}
.passage .psgCont{font-size: 15px;line-height: 30px;padding-bottom: 20px;margin-bottom: 10px;}
.passage .psgBtm ul li{font-size: 13px;line-height: 28px;}

.ztMain{margin-bottom: 40px;}
.ztMain .ztTxtNews .ztTit{height: 38px;line-height: 38px;}
.ztMain .ztTxtNews .ztTit a{font-size: 20px;}
.ztMain .btm .item1{margin-bottom: 20px;}
.ztMain .ztTxtNews .ztList li a span{font-size: 12px;}
.ztMain .ztTxtNews .ztList li a{padding-right: 78px;}
.ztMain .ztTxtNews .ztList li a h5{font-size: 14px;}

.ztMain.ztNy .ztTxtNews .ztList{margin-bottom: 20px;}

.passage .psgTit h5{font-size: 16px;line-height: 24px;}
.passage .psgTit{padding-bottom: 12px;margin-bottom: 12px;}

.pageStyle{font-size: 14px;line-height: 28px;}

.iMain .imore.imore1, .iMain .ititle .imore { display:none;}



}

 