@charset "utf-8";
/* 初始化CSS */
@font-face{font-family:'Didot';font-style:normal;
src:url(../font/didot..jpg)}
.Didot{font-family: "Didot";}

@font-face {
      font-family: 'Didot';
src: url(../font/honglei.jpg);
src: url(../font/honglei.eot?#font-sp.jpg) format('embedded-opentype'),
          url(../font/honglei.w.jpg) format('woff2'),
          url(../font/honglei..jpg) format('woff'),
          url(../font/honglei.jpg) format('truetype'),
          url(../font/honglei.jpg) format('svg')}

*{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:#f9fbff;}
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;}

/*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;}

.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt20 { margin-top:20px;}
.mt25 { margin-top:25px;}
.mt30 { margin-top:30px;}
.mt35 { margin-top:35px;}
.mt40 { margin-top:40px;}
.mt45 { margin-top:45px;}
.mt50 { margin-top:50px;}

body{color: #474747; margin: 0 auto; background: #f9fbff; min-width: 320px; font-size: 12px; line-height: 24px; font-family: "Microsoft Yahei",Helvetica,Arial,sans-serif;}
.w1200{width: 1300px;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%;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: #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(../images/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:35px;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.header .menuIcon span{display: block;height: 3px;background: #fff;margin-top: 5px;position: relative;}
.header .menuIcon span:first-child{margin-top: 0;}

.header{width: 100%;background:#f9fbff url(../images/headerbg.png) no-repeat center top;position: relative;}
.header .top{width: 100%;background: url(../images/white50.png) repeat;font-size: 14px;color: #4c4c4c;line-height: 36px;}
.header .top ul li{padding: 0 12px 0 10px;position: relative;}
.header .top ul li:first-child{padding-left: 0;}
.header .top ul li:before{content: "";width: 1px;height: 14px;background: rgba(0,0,0,0.16);position: absolute;left: 0;top:50%;margin-top: -5px;}
.header .top a:hover{color: #005097;}
.header .top .oa{height: 36px;padding-left: 26px;background: url(../images/oaicon.png) no-repeat left center;}
.header .logo{padding: 30px 0 30px;height: 70px;line-height: 70px;outline:none;}
.header .logo .logoTxt{margin-left: 17px;}
.header .form{width: 280px;height: 32px; background:rgb(255,255,255,0.53); border-radius:60px; margin-top:60px;}
.header .form .text{width: 230px;height: 32px;border: 0; background:none; border-right: none;text-indent: 16px;font-size: 14px;color: #4c4c4c;line-height: 32px;}
.header .form .subm{width: 50px;height: 32px;border:none;background:url(../images/searchbtn.png) no-repeat center;cursor: pointer;}
.header .form .subm:hover{background-color: #0076de;}

.nav{width: 100%;position: relative;z-index: 999; border-top:1px solid rgb(255,255,255,0.34);}
.nav .nLi{position: relative;text-align: center; margin-right:60px;}
.nav .nLi:last-child {margin-right:0px;}
/*.nav .nLi:before{content: "";width: 150px;height: 100%;background: #0076de;position: absolute;left: 50%;margin-left: -75px;top:0;transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}*/
.nav .nLi h3 a{display: block;font-size: 18px;color: #ffffff;line-height: 56px;font-weight: normal;position: relative;z-index: 3;}
.nav .nLi h3 a:hover { color:#ffc600;}
.nav .nLi .navSub{width: 140px;position: absolute;left: 50%;margin-left: -70px;top:56px;background: #fff;display: none;}
.nav .nLi .navSub ul li a{display: block;font-size: 14px;color: #000;line-height: 24px;padding: 8px 3px;}
.nav .nLi.on:before,.nav .nLi:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}

.ban_text { width:100%; text-align:center; min-height:360px; padding-bottom:90px; display:flex;flex-direction: column;flex-wrap: nowrap;justify-content: center;}
.ban_text .ban_text_txt { font-size:24px; color:#fff; font-family:"font_syst"; margin-top:15px;}

.iMain{padding: 30px 0 0; position:relative;}

.isect0 { width:100%; height:548px; margin-top:-120px; background:url(../images/isect0_bg.png) no-repeat center top; background-size:cover; display:flex;flex-direction: row;justify-content: space-between;}

.isect0_left { width:50%; height:518px; padding-top:75px; padding-left:80px; padding-right:42px;box-sizing: border-box;}
.isect0_left p { font-size:16px; line-height:32px; color:#0a0a0a;text-align:justify; margin-top:32px;}


.isect0_title { background:url(../images/title_01.png) no-repeat left top; font-size:26px; min-height:63px;}
.btn_more {}

.isect0_right { width:50%; height:518px; display:flex;padding-top:23px; padding-left:21px; padding-right:62px;box-sizing: border-box;position: relative;}
.isect0_right .title_s { width:60px; height:159px; background:url(../images/isect0-rbg.png) no-repeat left top;position: absolute;left: 22px;top:23px;}

.isect0_right .isect0_right_box {width:100%; padding-top:46px; padding-left:8px;}
.isect0_right .isect0_right_box dl { clear:both; width:100%; min-height:32px; margin-bottom:0px;}
.isect0_right .isect0_right_box dl dt { font-size:16px; color:#22736c; line-height:32px; width:145px; height:32px;text-align: right;}
.isect0_right .isect0_right_box dl dd{width: calc(100% - 145px);}
.isect0_right .isect0_right_box dl dd span { width:50px;  margin-right:15px; display:inline-block; color:#212121; font-size:16px;line-height:30px;text-align: justify;text-align-last: justify;}

.isect0_right .isect0_right_box dl dd span:nth-child(6n){margin-right:0px;}

.isect1{margin-bottom: 40px;}
.isect1 .isect1_1{width: 33.33%;margin-right: 2.5%;}
.isect1 .isect1_1 .container{width: 100%;position: relative;overflow: hidden;}
.isect1 .isect1_1 .container .swiper-slide a{display: block;width: 100%;height: 0;padding-bottom: 305px;position: relative;overflow: hidden;}
.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%;position: absolute;left: 0;bottom: 0;z-index: 2;box-sizing: border-box;padding: 0 90px 0 20px;height: 50px;background: url(../images/gray70.png) repeat;
font-size: 16px;color: #ffffff;font-weight: normal;line-height: 50px;}
.isect1 .isect1_1 .container .swiper-pagination{width: auto;left: auto;right: 8px;bottom: 20px;height: 10px;line-height: 10px;}
.isect1 .isect1_1 .container .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 12px 0 0;background: #ffffff;opacity: 0.4;}
.isect1 .isect1_1 .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;background: #fff;}

.ruler-container,.ruler-container-js {
  display: flex;
  align-items: flex-end;
  height: 50px;}
 
.ruler-tick {
  width: 2px;
  background-color: #ccc;
  margin-right: 18px;}
 
.short-tick {
  height: 20px;}


.iMain .ititle{margin-bottom: 30px;}
.iMain .tabs{ position:relative; background:url(../images/xian-1bg.png) repeat-x center 41px;}

.iMain .tabs ul li{width:16.66%; background:url(../images/xian-1.png) repeat-x center 41px;}

.iMain .tabs ul li a,.iMain .ititle h3{display: block;position: relative;font-size:22px;color: #222;font-weight: 400;  height:52px; line-height:52px; text-align:center; margin-top:70px;}

.iMain .tabs ul li a:before,.iMain .ititle h3:before{content: "";width: 2px;height:61px;background: #dadada;position: absolute;left:50%;top: -70px;z-index: 2;transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}

.iMain .tabs ul li.active a{color: #fff; background:#1f7b64; border-radius:80px; max-width:176px; margin-left:auto; margin-right:auto;}
.iMain .tabs ul li.active a:before,.iMain .ititle h3:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;background: #ee9311;}
.iMain .imore{position: absolute;right: 0;top:0;font-size: 14px;color: #4c4c4c;display: none;}
.iMain .imore:hover{color: #005097;}
.iMain .imore.imore1,.iMain .ititle .imore{display: block;}



.isect1 .isect1_2{width: 36.66%;}
.isect1 .isect1_2 .swiper-container{width: 100%;position: relative;}
.isect1 .isect1_2 .swiper-container .swiper-slide .irecomNews{padding: 18px 0 6px;}
.isect1 .isect1_2 .swiper-container .swiper-slide .irecomNews a{display: block;}
.isect1 .isect1_2 .swiper-container .swiper-slide .irecomNews a h5{font-size: 16px;line-height: 26px;font-weight: normal;color: #333333;height: 52px;overflow: hidden;}
.isect1 .isect1_2 .swiper-container .swiper-slide .irecomNews a p{font-size: 14px;line-height: 34px;color: #808080;}
.isect1 .isect1_2 .swiper-container .swiper-slide .irecomNews a:hover h5{color: #005097;}

.list li{border-bottom: 1px dotted #b5b5b5;}
.list li a{display: block;height: 35px;line-height: 35px;padding: 0 110px 0 17px;position: relative;}
.list li a:before{content: "";width: 5px;height: 5px;background: #c41717;border-radius: 50%;position: absolute;left: 0;top:50%;margin-top: -2px;}
.list li a h5{font-size: 16px;color: #333333;font-weight: normal;width: 100%;}
.list li a span{position: absolute;right: 0;top:0;font-size: 16px;color: #999999;}
.list li a:hover h5{padding-left: 12px;color: #005097;}
.list li a:hover:before{background: #005097;width: 16px;height: 2px;margin-top: -1px;border-radius: 0;}

.isect1 .isect1_3{width: 25%;height: 305px;position: relative;z-index: 9;}
.isect1 .isect1_3 .wrap{width: 100%;height: 100%;box-sizing: border-box;border: 1px solid #e8d0ac;padding: 4px;background: #fbface;overflow: hidden;}
.isect1 .isect1_3 .cont{width: 100%;background: #ffffff url(../images/isect1bg.png) no-repeat center top;}
.isect1 .isect1_3 .cont .tit{height: 30px;line-height: 30px;font-size: 18px;color: #cd1c27;padding: 5px 20px 15px;}
.isect1 .isect1_3 .cont .tit img{margin-right: 13px;}
.isect1 .isect1_3 .cont ul li{padding: 0 20px;}
.isect1 .isect1_3 .cont ul li.odd{background: #fff8d1;}
.isect1 .isect1_3 .cont ul li a{display: block;font-size: 15px;color: #202020;line-height: 25px;padding: 5px 0;}
.isect1 .isect1_3 .cont ul li a:hover{color: #005097;}

.isect2{margin-bottom: 14px;}
.isect2 .container{width: 100%;position: relative;overflow: hidden;}
.isect2 .container .swiper-slide a{display: block;height: 0;padding-bottom: 90px;position: relative;overflow: hidden;}
.isect2 .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;}

.isect3{padding-bottom: 5px;width: 100%;overflow: hidden;}
.isect3 ul{width: 1212px;}
.isect3 ul li{width: 190px;box-sizing: border-box;border:1px solid #89bce8;margin: 0 12px 20px 0;}
.isect3 ul li a{display: block;position: relative;height: 66px;overflow: hidden;}
.isect3 ul li a .cont{width: 100%;height: 100%;position: absolute;left: 0;box-sizing: border-box;padding: 10px 25px 10px 66px;}
.isect3 ul li a .cont.top{background: #e1f2ff url(../images/isect3bg.jpg) no-repeat left center;top: 0;}
.isect3 ul li a .cont.btm{background: #005097;top:100%;}
.isect3 ul li a .cont .icon{height: 48px;position: absolute;left: 25px;top:50%;margin-top: -24px;text-align: left;line-height: 46px;}
.isect3 ul li a .cont .text{width: 100%;height: 46px;display: table;}
.isect3 ul li a .cont .text p{display: table-cell;text-align: center;font-size: 16px;line-height: 24px;color: #1a1a1a;vertical-align: middle;}
.isect3 ul li a .cont.btm .text p{color: #ffffff;}
.isect3 ul li a .cont .btm{top:100%;}
.isect3 ul li:hover{border-color: #005097;}
.isect3 ul li:hover a .top{top: -100%;}
.isect3 ul li:hover a .btm{top:0;}

.isect4{ width:100%; min-height:500px; position:relative; background:#fff url(../images/isect4bg.jpg) repeat-x top center; padding-top:80px;}
.isect4:before{content: "";width:286px;height:267px;background:url(../images/isect4lbg.png) no-repeat left  top;position: absolute;left: 0;top:-120px;}

.isect4_title { width:100%; height:130px; margin-bottom:40px; background:url(../images/isect4titlebg.png) no-repeat center bottom;}
.isect4_title p { width:100%; height:60px; font-size:26px; color:#00797c;  text-align:center; font-weight:800; padding-top:45px;}

.isect4 .isect4_1{width: 100%; padding-bottom:100px; background:url(../images/isect4_1bg.png) no-repeat center bottom;}
.isect4 .isect4_1 .tabs{margin-bottom: 50px; width:100%; height:122px;}



.isect4 .isect4_1 .swiper-container{width: 100%;position: relative;overflow: hidden;}
.isect4 .isect4_1 .swiper-container .swiper-slide{width: 100%;overflow: hidden;}
.isect4 .isect4_1 .swiper-container .swiper-slide .innerTab{width:230px;height: 150px;text-align: left;}
.isect4 .isect4_1 .swiper-container .swiper-slide .innerTab li a{display: block; margin-top:30px; height:70px;line-height:70px;font-size: 22px;color: #494949; background:url(../images/tab_lbb.png) no-repeat left top; padding-left:20px; display:flex;}
.isect4 .isect4_1 .swiper-container .swiper-slide .innerTab li.active a{ height:70px;color: #ffffff;background:url(../images/tab_lb.png) no-repeat left top;}
.isect4 .isect4_1 .swiper-container .swiper-slide .innerTab li a span { font-size:40px; padding-right:15px;}
.isect4 .isect4_1 .swiper-container .swiper-slide .cont{ width: calc(100% - 230px);background:linear-gradient(310deg,#2f508e,#28647a 35%,#1f7b63 78%); border-radius:20px; padding:15px;box-sizing: border-box; min-height:800px; position:relative;}
.isect4 .isect4_1 .swiper-container .swiper-slide .cont .jiao { width:111px; height:96px; background:url(../images/jiao.png) no-repeat; position:absolute; left:0; bottom:0; z-index:0;}
.isect4 .isect4_1 .swiper-container .swiper-slide .cont .index_pic{display: none; border:1px solid #55978b; border-radius:20px; padding:20px; min-height:800px; background:url(../images/hua-1.png) no-repeat right bottom;}
.isect4 .isect4_1 .swiper-container .swiper-slide .cont .index_pic:first-child{display: block;}


.isect4 .isect4_1 .swiper-container .swiper-slide .cont .index_pic li{margin: 0 3% 27px 0;width:22.75%;}
.isect4 .isect4_1 .swiper-container .swiper-slide .cont .index_pic li:nth-child(4n) { margin-right:0;}
.isect4 .isect4_1 .swiper-container .swiper-slide .cont .index_pic li a{display: block;}
.isect4 .isect4_1 .swiper-container .swiper-slide .cont .index_pic li a .pic{}
.isect4 .isect4_1 .swiper-container .swiper-slide .cont .index_pic li a .pic span{display: block;width: 100%;height: 0;padding-bottom:136%;position: relative;overflow: hidden;}
.isect4 .isect4_1 .swiper-container .swiper-slide .cont .index_pic li a .pic span em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect4 .isect4_1 .swiper-container .swiper-slide .cont .index_pic li a h5{height:48px;line-height:24px;font-size: 14px;color: #fff;font-weight: normal;text-align: center; padding:10px 0;}
.isect4 .isect4_1 .swiper-container .swiper-slide .cont .index_pic li a:hover h5{color: #ee9211;}




.isect5{margin-bottom: 40px;}
.isect5 .wrap{ margin-top:50px;}
.isect5 .wrap .item1{width: 31.6%;margin-right: 2.6%; background:#fff; border-radius:10px;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.15);box-shadow:0 0 10px rgba(0,0,0,0.08); position:relative;box-sizing: border-box; padding:25px 20px 20px 25px; margin-top:36px; margin-bottom:36px;}
.isect5 .wrap .item1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
	background:url(../images/isect5_topbg.png) no-repeat;
	background-size:100% 100%;}


.isect5 .wrap .tit { width:100%; height:60px; position:relative;}
.isect5 .wrap .tit a{ margin-bottom: 20px;height: 42px;line-height: 42px;font-size: 13px;color: #5d5d5d; position:absolute; right:0; top:19px; font-weight:normal;}
.isect5 .wrap .tit a:hover { color:#ff8e01;}
.isect5 .wrap .tit:before{ content: "";
    position: absolute;
    top: 40px;
    right:44px;
    width: 160px;
    height: 1px;
	background:#b7cfcf;}

.isect5 .wrap .tit img{margin-right: 20px;}

.isect5 .wrap .list { margin-top:15px;}
.isect5 .wrap .list li{border:none;}
.isect5 .wrap .list li a{display: block;height: 38px;line-height: 38px;padding: 0 40px 0 2px;position: relative;}
.isect5 .wrap .list li a h5{font-size: 16px;color: #222;font-weight: normal;width: 100%;}
.isect5 .wrap .list li a:before{content: "";width: 0px;height: 0px;background: #c41717;border-radius: 50%;position: absolute;left: 0;top:50%;margin-top: -2px;}

.isect5 .wrap .list li a span{position: absolute;right: 0;top:0;font-size: 14px;color: #818181; line-height:40px;}
.isect5 .wrap .list li a:hover h5{color: #ff8e01; padding-left:12px;}
.isect5 .wrap .list li a:hover:before{width: 5px;height: 5px;background: #ff8e01;border-radius: 50%;position: absolute;left: 0;top:50%;margin-top: -2px;}



.isect5 .wrap .item2{width: 19.83%;}
.isect5 .wrap .item2 .pic{overflow: hidden;}
.isect5 .wrap .item2 .pic a{display: block;width: 100%;height: 0;padding-bottom: 144px;position: relative;}
.isect5 .wrap .item2 .pic a em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect5 .wrap .item2 .pic a i{width: 44px;height: 44px;position: absolute;left: 50%;top:50%;margin: -22px 0 0 -22px;background: url(../images/videoicon.png) no-repeat center;background-size: 100% 100%;}
.isect5 .wrap .item2 .pic a:hover em{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.isect5 .wrap .item2 .tit{margin-bottom: 0;border-bottom: none;}



.index_link { width:100%; min-height:349px; background:url(../images/link_bg.jpg) center top; display:flex; align-items: center;}

.links-container {background-color: #fff;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); padding-left:110px; position:relative; width:100%; height:170px;}

.group-title { width:110px; min-height:180px; background: linear-gradient(270deg, #246f70, #22756a 35%, #1f7a64 78%); position:absolute; left:0; top:0; display:flex; text-align:center; font-size:26px; line-height:32px; color:#fff; font-weight:bold; padding:20px;box-sizing: border-box;align-items: center;}

 
.group-title:after { content: '';position: absolute;right: -10px;bottom: 0;width: 0;height: 0;border-top:0px solid transparent;border-bottom: 10px solid transparent;border-left: 10px solid #0d4d4b;}
 
.links-group {box-sizing: border-box; width:100%; padding:5px 40px; display:flex;min-height: 170px; align-items: center;}
.links-group li { width:33.33%;}	
.links-group li	a { font-size:16px; line-height:40px; color:#353535;}
.links-group li	a:hover { color:#ee9211;}		
		

.linkWrap{}
.linkWrap .wrap{width: 1225px;}
.linkWrap .wrap .select{width: 220px;height: 46px;margin-right: 25px;box-sizing: border-box;border:1px solid #cccccc;background: #fff;position: relative;z-index: 999;}
.linkWrap .wrap .select dt{display: 100%;height: 44px;box-sizing: border-box;padding: 0 40px 0 12px;font-size: 14px;color: #4c4c4c;line-height: 44px;cursor: pointer;position: relative;}
.linkWrap .wrap .select dt i{width: 29px;height: 44px;position: absolute;right: 0;top:0;border-left: 1px solid #cccccc;background: url(../images/trangle.png) no-repeat center;}
.linkWrap .wrap .select dd{width: 100%;position: absolute;left: 0;bottom: 45px;background: #fff;display: none;z-index: 6;}
.linkWrap .wrap .select dd ul{max-height: 200px;overflow: auto;}
.linkWrap .wrap .select dd ul li a{display: block;height: 40px;line-height: 40px;padding: 0 12px;font-size: 14px;color: #4c4c4c;}
.linkWrap .wrap .select dd ul li a:hover{background: #eee;}
.linkWrap .wrap .select dd ul::-webkit-scrollbar{width:3px;height:3px;}
.linkWrap .wrap .select dd ul::-webkit-scrollbar-button:vertical{display:none;}
.linkWrap .wrap .select dd ul::-webkit-scrollbar-corner,
.linkWrap .wrap .select dd ul::-webkit-scrollbar-track{background-color:#eee;}
.linkWrap .wrap .select dd ul::-webkit-scrollbar-thumb{border-radius:0;background-color:#005097;}
.linkWrap .wrap .select dd ul::-webkit-scrollbar-thumb:vertical:hover{}
.linkWrap .wrap .select dd ul::-webkit-scrollbar-thumb:vertical:active{}

.footer{padding:25px 0;background: linear-gradient(270deg, #2e528c, #266878 35%, #1f7a64 78%);font-size: 15px;line-height: 28px;color: #ffffff; width:100%; text-align:center;}
.footer .qrcode{width: 104px;text-align: center;}
.footer .qrcode .pic{height: 104px;}
.footer .qrcode .pic img{width: 100%;height: 100%;border-radius: 4px;}
.footer .qrcode p{line-height: 36px;}
.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 .pWrap{padding: 9px 0 0 24px;line-height: 62px;}
.footer .cont .btm .pWrap img{margin-left: 10px;}
.footer .cont .btm .pWrap img:first-child{margin-left: 0;}

.footer span { display:inline-block; padding-left:25px;padding-right:25px;}


.nyBg{width: 100%;background: url(../images/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(../images/nysidebg.png) no-repeat right center;font-size: 0;color: #005097;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(../images/arr1.png) no-repeat center;}
.nySide ul li:before{content: "";width: 0;height: 100%;position: absolute;left: 0;top:0;background: #005097;}
.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(../images/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(../images/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;padding-bottom: 85px;}
.leaderList ul li{padding-bottom: 25px;border-bottom: 1px solid #e6e6e6;margin-bottom: 21px;}
.leaderList ul li a{display: block;}
.leaderList ul li a h5{margin-bottom: 7px;height: 39px;line-height: 39px;font-size: 24px;color: #1a1a1a;font-weight: normal;}
.leaderList ul li a h5 span{margin-left: 29px;font-size: 14px;color: #666666;}
.leaderList ul li a p{font-size: 15px;line-height: 30px;color: #333333;max-height: 60px;overflow: hidden;}
.leaderList ul li a:hover h5{color: #005097;}

.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: 14px;line-height: 26px;color: #4c4c4c;max-height: 52px;overflow: hidden;}
.dsdwList ul li a p span{color: #c41717;}
.dsdwList ul li.grayBg{background: #f2f3f3;}
.dsdwList ul li a:hover h5{color: #005097;}

.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: cover;}
.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: #005097;}

.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: #005097;background: #005097;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: #005097;}

.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: 11px 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: #005097;position: absolute;left: 0;top:0;}
.noticeList ul li a h5{font-size: 18px;line-height: 31px;color: #1a1a1a;font-weight: normal;}
.noticeList ul li a p{font-size: 14px;line-height: 27px;color: #666666;}
.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: #005097;}
.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: #005097;}
.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(../images/arr2.png) no-repeat right center;}
.busList ul li a .text h5:after{background: url(../images/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(../images/videoicon3.png) no-repeat left center;margin-right: 44px;}
.videoWrap .top .desc .date{padding-left: 26px;background: url(../images/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(../images/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(../images/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(../images/leftarr1.png) no-repeat center;}
.videoScoll .gallery-thumbs .swiper-button-next{right: 0;background: url(../images/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: #005097;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(../images/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(../images/white80.png) repeat;}
.ztMain .top{padding: 28px 120px 29px;background: #ffffff url(../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(../images/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(../images/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(../images/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(../images/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;}

@media screen and (max-width: 1220px){
.w1200{width: auto;padding: 0 5%;}

.header .logo img{height: 70px;}
.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 a{font-size: 18px;}
.iMain .imore{font-size: 12px;}

.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 120px 0 0;position: relative;min-height: 140px;}
.footer .qrcode{position: absolute;right: 0;top:0;}
.footer .cont .btm .pWrap{width: 100%;padding-left: 0;}

.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;}

.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;}
.header .top,.header .form,.nav{display: none;}
.header .logo{padding: 0;}
.header{padding: 30px 0;background-position: center;background-size: cover;}

.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;} 

.isect4 .isect4_1,.isect4 .isect4_2{width: 100%;}
.isect4 .isect4_1{margin-bottom: 0px;}

.isect5 .wrap{height: auto;padding: 36px 17px;background-size: cover;}

.isect5 .wrap .item1,.isect5 .wrap .item2{width: 48%;margin: 0 0 20px 0;padding: 20px 15px 20px 15px;}
.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;}
}

@media screen and (max-width: 768px){
.header .logo .logoTxt{display: none;}

.isect3 ul li{width: 32%;margin-right: 1%;}
.isect3 ul li:nth-child(4n){margin-right: 0;}

.isect4 .isect4_1 .swiper-container .swiper-slide .innerTab{width: 100%;height: auto;display: none;}
.isect4 .isect4_1 .swiper-container .swiper-slide .innerTab li{width: 33.3%;float: left;}
.isect4 .isect4_1 .swiper-container .swiper-slide .innerTab li a{border:none;height: 40px;line-height: 40px;font-size: 14px;}
.isect4 .isect4_1 .swiper-container .swiper-slide .cont{width: 100%;}
.isect4 .list li:nth-child(6),.isect4 .list li:nth-child(7),.isect4 .list li:nth-child(8),.isect4 .list li:nth-child(9),.isect4 .list li:nth-child(10){display: none;}

.linkWrap .wrap .select{width: 49%;margin-right: 0;}
.linkWrap .wrap .select:nth-child(2n){float: right;}

.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;}

.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;}
}
@media screen and (max-width: 468px){

.header{padding: 3% 0;}
.header .logo{height: auto;line-height: 40px;}
.header .logo img{height: 25px;}


.iMain .ititle{margin-bottom: 12px;}
.iMain .tabs, .iMain .ititle{height: 38px;line-height: 38px;}

.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,.list li a h5{font-size: 14px;}
.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;}

.isect4 .isect4_1 .tabs{margin-bottom: 12px;}

.isect4 .isect4_2 .swiper-container .recomNews a{height: auto;padding-left: 0;}
.isect4 .isect4_2 .swiper-container .recomNews a .pic{width: 100%;position: relative;height: 0;padding-bottom: 68.29%;margin-bottom: 12px;}
.isect4 .isect4_2 .swiper-container .recomNews a h5{height: auto;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;margin-bottom: 0;}

.isect4 .isect4_2 .tabs1{display: none;}
.isect4 .isect4_2 .tabs1 ul li{width: 32%;margin-left: 2%;}

.isect5 .wrap{padding: 0px;}
.isect5 .wrap .item1,.isect5 .wrap .item2{width: 100%;margin-bottom: 20px;}
.isect5 .wrap .tit{padding-bottom: 12px;margin-bottom: 6px;height: 32px;line-height: 32px;font-size: 14px;}
.isect5 .wrap .tit img{height: 48px;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: 38px;line-height: 38px;font-size: 14px;}

.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;}

.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;}

.ban_text img { width:85%;}
.isect0_left { width:100%;}

.isect0{height: auto; flex-direction: column; background:none;}
.isect0_right { width:100%;height:auto; display: flex; padding-top: 0px; padding-left: 8px;  padding-right: 8px; margin-top:-15px;}
.isect0_left {height:auto; padding: 20px; background:#fff; border:8px solid #1d7b63;}

.mt35 { margin-top: 12px;}

.isect0_title { background-size:80%;}

.isect0_title img { height:48px;}
.isect0_title .btn_more img { height:22px;}


.isect0_left p { font-size: 15px; line-height: 28px; margin-top: 0px;}

.isect0_right .isect0_right_box {
    width: calc(100% - 50px);
    padding-top: 30px;
    padding-left: 10px;}

.isect0_right .isect0_right_box dl dt {
    font-size: 15px; 
    width: 80px;}
.isect0_right .isect0_right_box dl dd span:nth-child(5n) {
    margin-right: 30px;}


.iMain .w1200 {}


.isect0_right .title_s {
    width: 40px;
    height: 126px;
	background-size:100%;}


.isect4:before { width: 100px;height: 93px;top: -60px; background-size:cover;}

.links-container {padding-left: 0px; height:auto; margin:30px auto;}

.isect4 .isect4_1 .swiper-container .swiper-slide .cont .index_pic li {  margin: 0 4% 27px 0;  width: 48%;}
.isect4 .isect4_1 .swiper-container .swiper-slide .cont .index_pic li:nth-child(2n) { margin-right:0;}
.isect4 .isect4_1 .swiper-container .swiper-slide .cont .index_pic {padding: 0px; border:0;}
.isect4 .isect4_1 .swiper-container .swiper-slide .cont .jiao { display:none;}


.ban_text {min-height: 200px;}
.ban_text .ban_text_txt {padding: 0 10%; margin-top: 5px;}

.isect5 .wrap .list li a h5 { font-size:15px;}

.isect5 .wrap .tit:before {top: 30px;width: 115px;}
.isect5 .wrap .tit a {top: 10px;}

.isect4 {padding-top: 40px;}
.isect4_title p {font-size: 22px;}

.iMain .tabs ul li a { font-size: 15px;}

.index_link { min-height:auto;flex-direction: column;}


.group-title {
    width: 100%;
    min-height: 30px;
    background: linear-gradient(270deg, #246f70, #22756a 35%, #1f7a64 78%);
    position:relative;
    display: flex;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    padding: 6px 20px;
	border-radius:8px 8px 0 0;}

.group-title:after { display: none;}
.links-group {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    min-height: 170px;
    align-items: center;}
.links-group li {  width: 100%;}
.links-group li a { line-height:22px; padding:8px 0; display:block;}





}