﻿@font-face {
    font-family: 'DINProLight';
src: url(../font/dinprolight.eot);
src:
    url(../font/dinprolight.eot?#font-spider) format('embedded-opentype'),
    url(../font/dinprolight.woff) format('woff'),
    url(../font/dinprolight.ttf) format('truetype'),
    url(../font/dinprolight.svg) format('svg');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: 'HelLT35Thin';
src: url(../font/hellt35thin.eot);
src:
    url(../font/hellt35thin.eot?#font-spider) format('embedded-opentype'),
    url(../font/hellt35thin.woff) format('woff'),
    url(../font/hellt35thin.ttf) format('truetype'),
    url(../font/hellt35thin.svg) format('svg');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: 'HelLT55Bold';
src: url(../font/hellt55bold.eot);
src:
    url(../font/hellt55bold.eot?#font-spider) format('embedded-opentype'),
    url(../font/hellt55bold.woff) format('woff'),
    url(../font/hellt55bold.ttf) format('truetype'),
    url(../font/hellt55bold.svg) format('svg');
    font-weight: normal;
    font-style: normal;}

@charset "utf-8";
/* 初始化CSS */
*{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:bold;}
fieldset, img{border:none; vertical-align:middle;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "Microsoft Yahei","SimSun",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{ margin:0; font-size:12px;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{font-family: "Microsoft Yahei","SimSun",Arial,sans-serif; resize:none;}
body{font:12px "Microsoft Yahei","SimSun",Arial,sans-serif; color:#333; background:#fff;}
a{text-decoration:none; color:inherit;}
i, em{ font-style:normal;}
.clearfix:after{ display:block; visibility:hidden; clear:both; height:0; content:"";}
.clearfix{zoom:1;}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}

/*html5*/
article,aside,footer,header,section,footer,nav,figure,main{display:block;}
a,*{-webkit-tap-highlight-color: transparent;tap-highlight-color: transparent;}

/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust{-webkit-text-size-adjust:none;}
.font_scale8{ -webkit-transform: scale(0.66);}
.font_scale10{ -webkit-transform: scale(0.83);}
.font_lc{-webkit-transform-origin:left center;}
.font_rc{-webkit-transform-origin:right center;}
.font_up{text-transform:uppercase;}

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}


input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
a,label{text-decoration:none; color:inherit; background:transparent; -webkit-tap-highlight-color: transparent;}
input[type="submit"],button {-webkit-appearance:none;}


/*transition*/
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}
.tran5000{-webkit-transition:all 5s linear; -moz-transition:all 5s linear; -ms-transition:all 5s linear; transition:all 5s linear;}

/*.scaleimg:hover img{ -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}*/

/*网页限定宽度*/
.con_1000{ position:relative; margin:0 auto; width:1000px;}
.con_1000:after{content:""; display:block; height:0; clear:both;}


.w1200{width: 1600px;margin: 0 auto;}


.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;background: url(../images/graybg.png) repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
.cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); /*-webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);*/ -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s;}
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn { display: block; background: url(../images/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none;cursor: pointer;}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px;}
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s;}
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px;}
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px;}
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #4fa068;}





.iMian{margin: 130px auto 60px;}
.iMian .left{width: 57%;float: left; background:url(../images/i_newsl.jpg) no-repeat left bottom;}
.iMian .right{width: 40%;float: right;}

.iMian .tabs{width: 100%;height:46px;position: relative;line-height:46px;}
.iMian .tabs:before{content: "";width: 237px;height: 40px;position: absolute;left: 0;top:0;}
.iMian .tabs ul li{position: relative;z-index: 2;width:auto;height: 39px;line-height: 39px;text-align:left; padding-left:7px;}
.iMian .tabs ul li a{display: block;font-size:32px;color: #2a7d43;font-weight: bold; color:#2a2a2a;}
.iMian .tabs ul li:last-child { padding-left:0px;}
.iMian .tabs ul li:last-child:before {}
.iMian .tabs ul li.active a  {}
.iMian .tabs .imore{font-size: 14px;color: #333333;display: none; background:url(../images/morebg.gif) no-repeat 0 10px; padding-left:50px;}
.iMian .tabs .imore:hover{color: #4fa068;}
.iMian .tabs .imore.imore1{display: block;}

.iMian .isect2_2 .tabs:before{display: none;}
.iMian .isect2_2 .tabs ul li{background: #4fa068;}

.isect1{margin-bottom: 40px;}
.isect1 .isect1_1 .inewsScroll{width: 100%;overflow: hidden;position: relative; background:url(../images/newsbg.png) no-repeat right top; margin-top:29px; margin-left:17px; min-height:420px;}
.isect1 .isect1_1 .inewsScroll .swiper-slide a{display: block;position: relative;}
.isect1 .isect1_1 .inewsScroll .swiper-slide a .pic{width: 494px;height: 0;padding-bottom: 335px;overflow: hidden;position: relative;}
.isect1 .isect1_1 .inewsScroll .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;}
.isect1 .isect1_1 .inewsScroll .swiper-slide a .pictxt { width:417px; height:295px;position: relative; overflow:hidden;}
.isect1 .isect1_1 .inewsScroll .swiper-slide a .pictxt h5{ line-height:45px; padding: 78px 28px 0 36px;font-size:32px;color: #ffffff;}
.isect1 .isect1_1 .inewsScroll .swiper-slide a .pictxt p {padding: 28px 28px 0 36px; font-size:15px; line-height:28px; color:#fff;text-align:justify;}
/*.isect1 .isect1_1 .inewsScroll .swiper-slide a:hover .pic em{-webkit-transform: scale(1.05);transform: scale(1.05);}*/
.isect1 .isect1_1 .inewsScroll.swiper-container-horizontal > .swiper-pagination-bullets{height: 50px;right:18px; bottom: 30px;left: auto;width: auto;line-height: 50px;}
.isect1 .isect1_1 .inewsScroll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{width: 16px;height: 4px;background: #ffffff;margin: 0 10px 0 0;opacity: 1;border-radius: 0;position: relative;}
.isect1 .isect1_1 .inewsScroll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before{content: "";position: absolute;left: 0;top:0;width: 0;height: 100%;background: #f60201;z-index: 2;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.isect1 .isect1_1 .inewsScroll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before{width: 100%;}




.isect1 .isect1_2 .list { height:332px;background: #fff; padding-left:28px; padding-right:20px; padding-top:20px; border-bottom: 4px solid #297a40;   -webkit-box-shadow: 0 0 10px #d8d8d8; box-shadow: 0 0 10px #d8d8d8;}




.isect1 .isect1_2 .list  li { border-bottom: 0px dotted #a9a9a9;}
.isect1 .isect1_2 .list  li a { display: block; height: 26px; line-height: 26px; padding:3px 0 3px 16px;  position: relative;}
.isect1 .isect1_2 .list  li a h5{font-size: 17px; color: #333333;font-weight: normal; width:78%;}

.isect1 .isect1_2 .list  li a span {font-size: 16px;color: #b2b2b2;position: absolute;right: 0;top:6px;}

.isect1 .isect1_2 .list  li a:after { position: absolute; left: 0; top: 50%; width: 4px; height: 4px; margin-top: -2px;content: ""; border-radius: 50%; background: #333333;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.isect1 .isect1_2 .list  li a:hover h5 { color: #bc0000; -webkit-transform: translateX(5px); transform: translateX(5px);}
.isect1 .isect1_2 .list  li a:hover:after { background: #bc0000;width: 12px;height: 2px;border-radius: 0;}

/*.isect1 .isect1_2 .list li{height: 33px;line-height: 33px;}
.isect1 .isect1_2 .list li a{display: block;padding: 0 106px 0 15px;position: relative;}
.isect1 .isect1_2 .list li a:before{content: "";width: 4px;height: 4px;background: #fff;border-radius: 50%;position: absolute;left: 50px;top:50%;margin-top: -2px;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.isect1 .isect1_2 .list li a h5{max-width: 92%; padding-left:45px;font-size: 16px;color: #1a1a1a;font-weight: normal;}
.isect1 .isect1_2 .list li a span{font-size: 17px;color: #b1b1b1;position: absolute;left: 0;top:0;}
.isect1 .isect1_2 .list li a:hover h5{padding-left:55px;color: #2a7e43;}
.isect1 .isect1_2 .list li a:hover:before{width: 12px;height: 2px;border-radius: 0;background: #fff;}*/

.isect2 .isect2_1 .picList{margin-bottom: 9px;}
.isect2 .isect2_1 .picList li{width: 48%;height: 0;padding-bottom: 110px;overflow: hidden;position: relative;}
.isect2 .isect2_1 .picList li em{display: block;width: 100%;height: 100%;position: absolute;left: 0;top:0;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect2 .isect2_1 .picList li h5{width: 100%;height: 60px;position: absolute;left: 0;top:50%;margin-top: -30px;z-index: 2;text-align: center;font-size: 20px;color: #ffffff;line-height: 60px;}
.isect2 .isect2_1 .picList li:hover em{}
.isect2 .isect2_1 .item{width: 48%;}
.isect2 .isect2_1 .item .title{height: 58px;line-height: 58px;font-size: 18px;color: #333333;}
.isect2 .isect2_1 .item .title .more{font-size: 14px;color: #666666;font-weight: normal;padding-right: 12px;background: url(../images/trangle.png) no-repeat right center;font-family: "SimSun";}
.isect2 .isect2_1 .item .title .more:hover{color: #df6f26;}
.isect2 .isect2_1 .item ul{padding: 22px 20px;background: #f0f0f0;height: 308px;}
.isect2 .isect2_1 .item ul li a{display: block;padding-left: 16px;position: relative;height: 38px;line-height: 38px;font-size: 15px;color: #333333;}
.isect2 .isect2_1 .item ul li a:before{content: "";width: 4px;height: 4px;background: #4fa068;border-radius: 50%;position: absolute;left: 0;top:50%;margin-top: -2px;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.isect2 .isect2_1 .item ul li a:hover{padding-left: 22px;color: #df6f26;}
.isect2 .isect2_1 .item ul li a:hover:before{width: 12px;height: 2px;border-radius: 0;background: #df6f26;}

.isect2 .isect2_1 .item .title{height: 39px;line-height: 39px;margin-bottom: 30px;border-bottom: 1px solid #4fa068;}
.isect2 .isect2_1 .item .title span{font-size: 18px;color: #ffffff;font-weight: bold;width: 118px;height: 39px;line-height: 39px;text-align: center;background: #4fa068;}
.isect2 .isect2_1 .item ul{height: 297px;}

.isect2 .isect2_2 .swiper-slide ul{padding: 5px 19px 10px;border:1px solid #d1d1d1;margin-top: 30px;height: 323px;}
.isect2 .isect2_2 .swiper-slide ul li{padding: 14px 0;border-top: 1px dotted #afafaf;}
.isect2 .isect2_2 .swiper-slide ul li:first-child{border-top:none;}
.isect2 .isect2_2 .swiper-slide ul li a{display: block;height: 52px;padding-left: 80px;position: relative;}
.isect2 .isect2_2 .swiper-slide ul li a .date{width: 60px;height: 52px;position: absolute;left: 0;top:0;text-align: center;}
.isect2 .isect2_2 .swiper-slide ul li a .date em{display: block;height: 30px;line-height: 30px;background: #90aadd;font-size: 22px;color: #fffefe;font-family: "DINProLight";
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.isect2 .isect2_2 .swiper-slide ul li a .date span{display: block;height: 21px;border: 1px solid #d8d3df;border-top:none;line-height: 21px;font-size: 14px;color: #333333;}
.isect2 .isect2_2 .swiper-slide ul li a h5{width: 100%;height: 52px;line-height: 52px;font-size: 15px;color: #1a1a1a;font-weight: normal;}
.isect2 .isect2_2 .swiper-slide ul li a:hover h5{color: #df6f26;padding-left: 6px;}
.isect2 .isect2_2 .swiper-slide ul li a:hover .date em{background: #df6f26;}




.iMian .isect3 .isect3_1{width:49%;}
.ititle {background: url(../images/morebg.png) no-repeat right 10px;}
.ititle .imore{    font-size: 15px; color: #333333;  display: none; background: url(../images/morebg.gif) no-repeat right 3px; padding-right: 65px; font-weight:bold; line-height:50px; margin-bottom:20px;}
.ititle .imore:hover{color: #2a7d43;}
.ititle .imore.imore1{display: block;}



/*.iMian .isect3 .isect3_1 .item03{width: 49%;margin-left: 2%;}
.iMian .isect3 .isect3_1 .item03:first-child{margin-left: 0;}



.iMian .isect3 .isect3_1 .item03 .newsList03 li { border-bottom: 0px dotted #a9a9a9; }
.iMian .isect3 .isect3_1 .item03 .newsList03 li a { display: block; height: 26px; line-height: 26px; padding:3px 0 3px 16px;  position: relative; }
.iMian .isect3 .isect3_1 .item03 .newsList03 li a h5{font-size: 17px; color: #333333;font-weight: normal;}

.iMian .isect3 .isect3_1 .item03 .newsList03 li a span {font-size: 16px;color: #b2b2b2;position: absolute;right: 0;top:6px;}

.iMian .isect3 .isect3_1 .item03 .newsList03 li a:after { position: absolute; left: 0; top: 50%; width: 4px; height: 4px; margin-top: -2px;content: ""; border-radius: 50%; background: #333333;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear; }
.iMian .isect3 .isect3_1 .item03 .newsList03 li a:hover h5 { color: #bc0000; -webkit-transform: translateX(5px); transform: translateX(5px); }
.iMian .isect3 .isect3_1 .item03 .newsList03 li a:hover:after { background: #bc0000;width: 12px;height: 2px;border-radius: 0; }*/


.ititle{text-align: center;font-size:32px;color: #222222;font-weight:bold;line-height: 82px;}

.more{display: block;width: 106px;height: 35px;margin: 0 auto;background: #221616;text-align: center;line-height: 35px;font-size: 12px;color: #ffffff;}
.more i{margin-left: 8px;}

/*.iMian .isect3 .isect3_1 ul li{width:290px;box-sizing: border-box;border-top: 4px solid #2a7d43;background: #fff;position: relative;margin: 0 29px 20px 0; box-shadow: 0 0 10px #d8d8d8; padding-bottom:10px;}
.iMian .isect3 .isect3_1 ul li:nth-child(3n){margin: 0 0px 20px 0; }
.iMian .isect3 .isect3_1 ul li:before{content: "";width: 0;height: 4px;position: absolute;left: 0;top: -4px;z-index: 2;background: #f70101;-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.iMian .isect3 .isect3_1 ul li a{display: block;width: 100%;height: 67px;text-align: center;display: table;font-size: 16px;line-height:30px;color: #222222;vertical-align: middle;padding: 0 15px;box-sizing: border-box; font-family:"微软雅黑";}
.iMian .isect3 .isect3_1 ul li a span{ display:block; clear:both; text-align:left;}
.iMian .isect3 .isect3_1 ul li:hover:before{width: 100%;}
.iMian .isect3 .isect3_1 ul li:hover a{color: #f60201;}

.isect3 .isect3_1 .pubdate {  width: 55px;background: url(../images/iline.png) no-repeat 19px 13px; margin-top:8px; }
.isect3 .isect3_1 .pubdate .day{ font-size: 24px; line-height: 24px; color: #2a7d43; display: inline-block; vertical-align: top;}
.isect3 .isect3_1 .pubdate .month{     font-size: 16px;
    line-height: 24px;
    margin-top: 17px;
    color: #999;
    display: inline-block;}*/



.iMian .isect3 .isect3_1 .newsList08{height:394px;background: #fff; padding-left:28px; padding-right:20px; padding-top:20px; border-bottom: 4px solid #297a40;   -webkit-box-shadow: 0 0 10px #d8d8d8; box-shadow: 0 0 10px #d8d8d8;}
/*.iMian .isect3 .isect3_1 .newsList08 ul{ width:100%;}*/
.iMian .isect3 .isect3_1 .newsList08 ul{ width:100%;}
.iMian .isect3 .isect3_1 .newsList08 li { border-bottom: 0px dotted #a9a9a9;}
.iMian .isect3 .isect3_1 .newsList08 li a { display: block; height: 26px; line-height: 26px; padding:3px 0 3px 16px;  position: relative;}
.iMian .isect3 .isect3_1 .newsList08 li a h5{font-size: 17px; color: #333333;font-weight: normal; width:78%;}

.iMian .isect3 .isect3_1 .newsList08 li a span {font-size: 16px;color: #b2b2b2;position: absolute;right: 0;top:2px;}

.iMian .isect3 .isect3_1 .newsList08 li a:after { position: absolute; left: 0; top: 50%; width: 4px; height: 4px; margin-top: -2px;content: ""; border-radius: 50%; background: #333333;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.iMian .isect3 .isect3_1 .newsList08 li a:hover h5 { color: #2a7d43; -webkit-transform: translateX(5px); transform: translateX(5px);}
.iMian .isect3 .isect3_1 .newsList08 li a:hover:after { background: #2a7d43;width: 12px;height: 2px;border-radius: 0;}




.iMian .isect3  .item03{width: 49%;}
.iMian .isect3  .item03 ul{height:394px;background: #fff; padding-left:28px; padding-right:20px; padding-top:20px; border-bottom: 4px solid #297a40;   -webkit-box-shadow: 0 0 10px #d8d8d8; box-shadow: 0 0 10px #d8d8d8;}

.iMian .isect3  .item03:first-child{margin-left: 0;}


.iMian .isect3 .item03 .newsList03 li { border-bottom: 0px dotted #a9a9a9;}
.iMian .isect3 .item03 .newsList03 li a { display: block; height: 26px; line-height: 26px; padding:3px 0 3px 16px;  position: relative;}
.iMian .isect3 .item03 .newsList03 li a h5{font-size: 17px; color: #333333;font-weight: normal;width:78%;}

.iMian .isect3 .item03 .newsList03 li a span {font-size: 16px;color: #b2b2b2;position: absolute;right: 0;top:6px;}

.iMian .isect3 .item03 .newsList03 li a:after { position: absolute; left: 0; top: 50%; width: 4px; height: 4px; margin-top: -2px;content: ""; border-radius: 50%; background: #333333;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.iMian .isect3 .item03 .newsList03 li a:hover h5 { color: #2a7d43; -webkit-transform: translateX(5px); transform: translateX(5px);}
.iMian .isect3 .item03 .newsList03 li a:hover:after { background: #2a7d43;width: 12px;height: 2px;border-radius: 0;}





.section1_active { display:none;}

.index_two{padding-top:50px; padding-bottom:40px; background:#f6f6f6 url(../images/niao.png) no-repeat left top; margin-top:25px;}


.twoswiper{margin-top:70px;position: relative;overflow: hidden;}
.twoswiper .swiper-slide{overflow: hidden;background-repeat: no-repeat;-webkit-background-size: cover;background-size: cover;background-position: center;padding-bottom:300px;position: relative; border-radius:20px; background:#2bb9ba;}
.two_one_a,.two_two_a{display: block;position: absolute;width: 100%;height: 100%;top: 0;left: 0; -webkit-transition:all 0.8s ease 0s; transition:all 0.8s ease 0s;     transform: none;}
.two_one_a a,.two_two_a a{display: block;height: 100%;position: relative;}
.two_one_a a span{height: 310px;display: block;position: absolute;width: 100%;bottom: 0;text-align: center;}
.two_one_a a span i{margin-bottom: 0px;display:inline;font-size: 28px;font-weight: bold;line-height: 60px;color: #fff; padding-left:25px;}
.two_one_a a span b{display: block;position: absolute;bottom: 0px;left: 0;width:100%;display:flex;justify-content:space-between; background-color: rgba(2, 73, 82, 0.7);}
.two_one_a a span b em { margin-right:25px; margin-top:21px;}
.two_two_a{opacity: 0;filter: alpha(opacity=0);top: 100%;}
.two_two_a a{color: #fff;}
.two_two_a{background: url(../images/h_50.png) repeat;text-align: center;width: 82%;padding: 0 9%;}
.two_two_a h4{padding-top:9%;font-size: 28px;line-height: 46px;}
.two_two_a span.txt{margin-bottom: 22px;padding-top: 5%;display: block;font-size: 16px;line-height: 32px;max-height: 100px;overflow: hidden;}
.two_two_a span.more{width: 180px;height: 42px;border:2px solid #fff; border-radius:30px; display: inline-block;font-size: 15px;color: #fff; background:none; font-family:"微软雅黑"; font-size:16px;}
.two_two_a span.more em{margin-left: 12px;}
.two_two_a span.more em,.two_two_a span.more i{display: inline-block;}
.two_two_a span.more i{line-height: 42px;}
.twoswiper .swiper-slide:hover .two_one_a{top: -100%;}
.twoswiper .swiper-slide:hover .two_two_a{top: 0;opacity: 1;filter: alpha(opacity=100);}
.two_two_a span.more:hover em{margin-left: 25px;-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}


.twoswiper .swiper-button-prev, .twoswiper .swiper-button-next { display: none;}
.twoswiper .swiper-pagination { position: absolute; left: auto; right: 56px; top: 50%; width: 9px;}
.twoswiper .swiper-pagination .swiper-pagination-bullet { border: 1px solid #fff; opacity: 1; background: none; position: relative; width: 9px; height: 9px; margin: 8px 0px; overflow: hidden;}
.twoswiper .swiper-pagination .swiper-pagination-bullet:after { position: absolute; left: 0; width: 100%; background: #c9161e; top: 0; height: 100%; content: ""; border-radius: 50%; transform: translateY(100%); transition: all 0.3s ease 0s;}
.twoswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after { transform: translateY(0);}



.renwu{padding-top: 76px;padding-bottom: 50px; background:#f5f5f5 url(../images/rwbg.jpg) no-repeat center top;}
.index_three{padding-top: 76px;padding-bottom: 100px;}
.index_three dt{width:46.8%; background:#fff url(../images/rw.png) no-repeat right top; padding-left:3.2%; border-bottom:9px solid #2a7d43; padding-bottom:31px;}
.index_three dt .name { font-size:48px; padding-top:214px;    transform: none;}
.index_three dt .name span { font-size:14px; color:#fff; background:#2a7d43; padding:3px 6px; margin-left:10px;}
.index_three dt .name2 { font-size:24px; color:#5a5d5c; padding-top:25px;}

.index_three dt p{max-height: 136px;overflow: hidden;margin-top: 45px;margin-bottom: 25px;font-size: 16px;line-height: 32px;color: #959595; padding-right:45px;text-align:justify;}


.index_three dt a{display: inline-block;color: #222;font-size: 16px; text-align:right;width:96%;}

.index_three dt a i{margin-left: 10px;font-family: simsun;font-weight: bold;}
.index_three dt a:hover{color: #0064b5;}
.index_three dt a:hover i{margin-left: 20px;color: #0064b5;}
.index_three dt h4 span{padding-bottom: 11px;display: block;font-size: 36px;color: #222;line-height: 40px;}
.index_three dt h4 i{display: inline-block;}
.index_three dt h4 i b{float: right;padding-top: 6px;margin-left: -2px;height: 7px;-webkit-animation: tran04 2s ease-out 0.5s infinite;    animation: tran04 2s ease-out 0.5s infinite;}
.index_three dt h4 i em{display: inline-block;animation: tran06 3s infinite linear;    -webkit-animation: tran06 3s infinite linear;}
.index_three dd{margin-top: 11px;width:50%;position: relative;}

.threeswiper{position: relative;overflow: hidden;}
.threeswiper .swiper-slide{overflow: hidden;}
.threeswiper .swiper-slide a{display: block;padding-bottom:553px;width: 100%;background-repeat: no-repeat;background-position: center;-webkit-background-size: cover;background-size: cover;}
.three_btn{position: absolute;width: 47px;height: 47px;bottom:15px;cursor: pointer;background: url(../images/arrow.png) 0 0 no-repeat;z-index: 3; -webkit-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;}
/*.threeswiper .swiper-slide:hover a{-webkit-transform: translateX(-1.5%);transform: translateX(-1.5%);opacity:1;filter: alpha(opacity=100);}
.three_swiper a:hover span.img{-webkit-transform: translateX(-1.5%);transform: translateX(-1.5%);}
.three_next{background-position: -49px 0;right: 15px}
.three_prev{right: 70px}
.three_next:hover{background-position: -49px -48px;}
.three_prev:hover{background-position: 0 -48px;}
.three_btn.swiper-button-disabled{display: none;}
*/

.threeswiper.swiper-container-horizontal > .swiper-pagination-bullets{height: 60px;line-height: 50px; margin-left:90px;}
.threeswiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{width: 16px;height: 5px;background: #717171;margin: 0 10px 0 0;opacity: 1;border-radius: 0;position: relative;}
.threeswiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before{content: "";position: absolute;left: 0;top:0;width: 0;height: 100%;background: #f60201;z-index: 2;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.threeswiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before{width: 100%;}

.mmman { float:right; padding-right:35px;}


.isect4Wrap{padding:60px 0 60px;margin-top: -61px;background: url(../images/tabsbg.jpg) no-repeat center;background-size: cover;}
.isect4Wrap .isect4{padding: 25px 0px;background: url(../images/white70.png) repeat;
-webkit-box-shadow: 0px 2px 6px 0px rgb( 0, 0, 0 );box-shadow: 0px 2px 6px 0px rgba( 0, 0, 0,0.3);}

.isect4{padding: 49px 0 47px;background: #e2e5e9;}
.isect4 ul.fl li{margin-left:25px;position: relative;overflow: hidden;text-align: center;}
.isect4 ul.fl li a em{display: block;width: 100%;height: 176px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect4 ul.fl li.li1{width: 290px;background: #217b3c;}
.isect4 ul.fl li.li1 em{background: url(../images/logo1.png) no-repeat center;}
.isect4 ul.fl li.li1 span{position: absolute;width: 100%;height: 36px;position: absolute;left:0;top:50%;margin-top: -18px;font-size: 24px;color: #ffffff;line-height: 36px;font-family: "PingFangSC-Regular","Microsoft Yahei";}
.isect4 ul.fl li.li2{width: 290px;}
.isect4 ul.fl li.li2 i{width:63px;height:63px;position: absolute;left:50%;top:50%;margin: -32px 0 0 -32px;background: url(../images/videoicon.png) no-repeat center;}
.isect4 ul.fl li.li3{width: 290px;margin-right: 0;}
.isect4 ul.fl li.li3 span{position: absolute;width: 100%;height: 36px;position: absolute;left:0;top:50%;margin-top: -18px;font-size: 24px;color: #ffffff;line-height: 36px;font-family: "PingFangSC-Regular","Microsoft Yahei";}

.isect4 ul.fl li.li4{width: 290px;margin-right: 0;}
.isect4 ul.fl li.li4 span{position: absolute;width: 100%;height: 36px;position: absolute;left:0;top:50%;margin-top: -18px;font-size: 24px;color: #ffffff;line-height: 36px;font-family: "PingFangSC-Regular","Microsoft Yahei";}

.isect4 ul.fl li.li5{width: 290px;margin-right: 0;}
.isect4 ul.fl li.li5 span{position: absolute;width: 100%;height: 36px;position: absolute;left:0;top:50%;margin-top: -18px;font-size: 24px;color: #ffffff;line-height: 36px;font-family: "PingFangSC-Regular","Microsoft Yahei";}

/*.isect4 ul.fl li:hover em{-webkit-transform: scale(1.08); transform: scale(1.08);}*/










.nyBanner{width: 100%;padding: 35px 0 45px;margin-bottom: 24px;background: url(../images/nybanner.jpg) no-repeat center;border-bottom: 1px solid #df6f26;text-align: center;font-size: 0;}
.nyBanner h3{font-size: 24px;color: #df6f26;line-height: 62px;font-weight: normal;}
.nyBanner h3 span{display: inline-block;*display: inline;*zoom: 1;position: relative;}
.nyBanner h3 span:before{content: "";width: 100%;height: 1px;background: #df6f26;position: absolute;left: 0;bottom: -1px;z-index: 3;}
.nyBanner ul{display: inline-block;*display: inline;*zoom: 1;padding-top: 20px;border-top:1px solid #d9d6ce;min-width: 460px;height: 27px;}
.nyBanner ul li{display: inline-block;*display: inline;*zoom: 1;font-size: 16px;color: #333333;line-height: 27px;margin: 0 25px;}
.nyBanner ul li.on a,.nyBanner ul li a:hover{color: #df6f26;}

.nyWrap{margin-bottom: 89px;min-height: 350px;}
.nyWrap .nyCont{width: 62%;}
.nyWrap .nyCont .path{font-size: 14px;line-height: 24px;color: #666666;margin-bottom: 24px;}
.nyWrap .nyCont .path span{margin: 0 8px;font-family: "SimSun";}
.nyWrap .nyCont .path a:hover{color: #df6f26;}

.newsList{padding-bottom: 20px;}
.newsList li{padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid #dbdbdb;}
.newsList li a{display: block;padding: 0 96px 0 330px;position: relative;min-height: 130px;}
.newsList li a:before{content: "";width: 1px;height: 100%;position: absolute;right: 66px;top:0;background: #dbdbdb;}
.newsList li a .date{width: 58px;height: 88px;border:1px solid #df6f26;border-radius: 12px;text-align: center;position: absolute;left: 0;top:0;}
.newsList li a .date span,.newsList li a .date em{display: block;height: 23px;padding-top: 6px;line-height: 23px;font-size: 14px;color: #df6f26;font-family: "HelLT35Thin";}
.newsList li a .date em{padding-top: 0;}
.newsList li a .date b{height: 31px;font-family: "HelLT55Bold";font-size: 30px;color: #df6f26;line-height: 31px;}
.newsList li a .pic{width: 200px;height: 0;padding-bottom: 130px;position: relative;overflow: hidden;position: absolute;left: 100px;top:0;}
.newsList li a .pic em{width: 100%;height: 100%;position: absolute;left: 0;top:0;background-repeat: no-repeat;background-position: center;background-size: cover;}
.newsList li a .views{height: 18px;padding-left: 21px;background: url(../images/views.png) no-repeat left center;font-size: 14px;color: #4c4c4c;line-height: 18px;font-family: "HelLT35Thin";
position: absolute;right: 0;top:0;}
.newsList li a .text{width: 100%;}
.newsList li a .text h5{font-size: 18px;line-height: 26px;color: #333333;font-weight: normal;height: 52px;overflow: hidden;margin: -5px 0 12px;}

.newsInfo{font-size: 14px;color: #4c4c4c;line-height: 34px;font-family: "HelLT35Thin";}
.newsInfo span{display: inline-block;*display: inline;*zoom: 1;margin-right: 40px;position: relative;}
.newsInfo span.views,.newsList li a .text .newsInfo span.wapViews{padding-left: 21px;background: url(../images/views.png) no-repeat left center;}
.newsInfo span.views:before,.newsList li a .text .newsInfo span.wapViews:before{content: "";width: 1px;height: 12px;background: #dbdbdb;position: absolute;left: -21px;top:50%;margin-top: -6px;}
.newsList li a .text .newsInfo{display: none;padding: 3px 0;}


.newsList li a .text p{font-size: 14px;color: #666666;line-height: 22px;height: 66px;overflow: hidden;}
.newsList li a:hover .pic em{}
.newsList li a:hover .text h5{color: #df6f26;}
.newsList li.noPic a{min-height: 90px;padding-left: 100px;}
.newsList li.noPic a .text h5{height: 26px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.newsList li.noPic a .text p{height: 44px;}

.nyWrap .nySide{margin-top: 6px;width: 30%;}
.nyWrap .nySide .title{height: 60px;padding: 0 0 0 52px;background: #f0f0f0 url(../images/hotnews.png) no-repeat 20px center;font-size: 18px;color: #4c4c4c;line-height: 60px;font-weight: normal;border-bottom: 2px solid #df6f26;}
.nyWrap .nySide ul li{padding: 12px 0 13px;border-bottom: 1px dotted #afafaf;}
.nyWrap .nySide ul li a{display: block;}
.nyWrap .nySide ul li a h5{height: 26px;line-height: 26px;font-size: 14px;color: #6b607c;font-weight: normal;}
.nyWrap .nySide ul li a:hover h5{color: #df6f26;}


.downloadList{}
.downloadList ul{margin-bottom: 50px;}
.downloadList ul li{height: 39px;line-height: 39px;border-bottom: 1px dotted #afafaf;}
.downloadList ul li a{display: block;padding: 0 100px 0 17px;position: relative;}
.downloadList ul li a h5{font-size: 16px;color: #353535;font-weight: normal;}
.downloadList ul li a span{font-size: 13px;color: #808080;position: absolute;right: 0;top:0;padding-left: 20px;background: url(../images/download.png) no-repeat left center;}
.downloadList ul li a i{width: 0;height: 0;border: 5px solid transparent;border-left: 5px solid #df6f26;position: absolute;left: 0;top:50%;margin-top: -5px;}
.downloadList ul li a:hover h5{-webkit-transform:translateX(6px);transform:translateX(6px);color: #df6f26;}
.downloadList ul li a:hover span{color: #df6f26;}


.page{font-size: 0;}
.page a{display: inline-block;*display: inline;*zoom:1;width: 32px;height: 32px;border:1px solid #dbdbdb;margin: 0 10px 0 0;font-size: 14px;color: #4c4c4c;line-height: 32px;text-align: center;}
.page a.prev,.page a.next{background: url(../images/arrow.png) no-repeat left top;}
.page a.next{background-position: right top;}
.page a:hover,.page a.on{background-color: #df6f26;border-color: #df6f26;color: #fff;}
.page a.prev:hover{background-position: left bottom;}
.page a.next:hover{background-position: right bottom;}

.passage{padding-top: 30px;}
.passage .psgTit{padding-bottom: 24px;border-bottom: 1px solid #d1d1d1;margin-bottom: 22px;text-align: center;}
.passage .psgTit h5{font-size: 20px;color: #1a1a1a;line-height: 28px;font-weight: normal;margin-bottom: 10px;}
.passage .psgTit .info{font-size: 14px;line-height: 22px;color: #808080;}
.passage .psgTit .info span{margin: 0 4px;}
.passage .psgCont{font-size: 16px;line-height: 32px;color: #333333;padding-bottom: 60px;border-bottom: 1px solid #d1d1d1;margin-bottom: 52px;}
.passage .psgCont *{max-width: 100% !important;}
.passage .psgBtm{position: relative;padding: 0 235px 0 0;}
.passage .psgBtm ul li{font-size: 16px;line-height: 34px;color: #3a502a;}
.passage .psgBtm ul li a{color: #333333;}
.passage .psgBtm ul li a:hover{color: #df6f26;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;}

.about{font-size: 16px;line-height: 32px;color: #333333;}
.about *{max-width: 100% !important;}



.index_one{margin: 30px auto 0;}
.index_one li{width: 32%;float: left;margin: 0 0.66%;padding: 35px 0;}
.index_one li a{display: block;}
.index_one li span.img{margin-left: 33px;margin-right: 30px;display: inline-block;float: left;width: 200px;height: 200px;background-position: 0 0;background: #f6f6f6;/*background: #fff;-webkit-box-shadow: 0 0 15px #bcbcbc;box-shadow: 0 0 15px #bcbcbc;*/-webkit-border-radius: 30px;border-radius: 30px;-webkit-transition:all 0.8s ease 0s; transition:all 0.8s ease 0s; border:3px solid #1d6d40;}
.index_one li.one_1 span.img{background-image: url(../images/ico1.png);background-repeat: no-repeat;}
.index_one li.one_2 span.img{background-image: url(../images/ico2.png);background-repeat: no-repeat;}
.index_one li.one_3 span.img{background-image: url(../images/ico3.png);background-repeat: no-repeat;}
.index_one li.one_4 span.img{background-image: url(../images/ico4.png);background-repeat: no-repeat;}
.index_one li.one_5 span.img{background-image: url(../images/ico5.png);background-repeat: no-repeat;}
.index_one li.one_6 span.img{background-image: url(../images/ico55.png);background-repeat: no-repeat;}
.index_one li span.txt{display: inline-block;float: left;width:240px; padding-top:30px;}
.index_one li span.txt *{display: block;text-transform: uppercase;}
.index_one li span.txt i{margin-bottom: 15px;font-size: 28px;color: #333;line-height: 30px; font-weight:bold;}

.index_one li span.txt p{margin-bottom: 15px;font-size: 16px;color: #333;line-height:24px; max-height:75px; overflow:hidden;}
.index_one li span.txt em{height: 44px;/*color: #999;*/font-size: 14px;line-height: 22px; background:url(../images/more_dian.jpg) no-repeat left 6px;}
/*.index_one li:hover span.img{background-position: -200px 0;}*/
.index_one li:hover span.txt i{color: #1f986d;-webkit-transform: translateY(-5px);transform: translateY(-5px);}
.index_one li:hover{}

/*.index_one li:hover span.img{-webkit-box-shadow: 0 0 15px #1f986d;box-shadow: 0 0 15px #1f986d;-webkit-border-radius: 30px;border-radius: 30px;-webkit-transition:all 0.8s ease 0s; transition:all 0.8s ease 0s; border:3px solid #1f986d;}*/
/*index one*/

em, i, span, b {
    font-style: normal;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;}



@media screen and (max-width: 2560px){
	body { zoom:1.34;}
	
	.header .nav .nLi .navSub ul li { width:100%;}
	
	}

@media screen and (max-width:1920px){
	body { zoom:1;}
	
	}


@media screen and (max-width: 1600px){
body{zoom:0.9;}
.isect1 .isect1_2 .list li a span{font-size: 18px;}
.isect1 .isect1_2 .list li a h5{font-size: 18px;}

}

@media screen and (max-width: 1440px){
body {zoom:0.8125;}


 .two_two_a span.txt{max-height: 100px;}
  .two_two_a span.more{width: 180px;height: 50px;}
  .two_two_a span.more i{line-height: 50px;}
  .two_two_a span.more em{padding-top: 17px;}
  .two_two_a h4{font-size: 35px;line-height: 40px;}

}

@media screen and (max-width: 1220px){


.w1200{width: auto;padding: 0 5%;}


.newsList li a{padding: 0 76px 0 300px;}
.newsList li a:before{right: 56px;}
.newsList li a .pic{left: 80px;}


.twoswiper .swiper-slide:hover .two_one_a{top: 0;opacity: 0.7;filter: alpha(opacity=70);}
.twoswiper .swiper-slide:hover .two_two_a{top: 100%;opacity: 0;filter: alpha(opacity=0);}
.twoswiper .swiper-slide:hover .two_one_a span b em{margin-left: 15px;}

.index_three{padding-bottom: 30px;padding-top: 30px;}

.isect4Wrap .isect4{padding: 20px;}
.isect4Wrap{padding: 60px 0;margin-top: 0;}
.isect4 ul.fr li{margin-left: 24px;}

.isect4 ul.fl li.li1,.isect4 ul.fl li.li2{width: 120px;}
.isect4 ul.fl li.li3{width: 180px;}
.isect4 ul.fl li.li4{width: 180px;}
.isect4 ul.fl li.li5{width: 180px;}
.isect4 ul.fr li{margin-left: 20px;}

.index_one{margin: 6% auto;}
  .index_one li {text-align: center;}
  .index_one li span.img{display: inline-block;width: 100px;height: 100px;-webkit-background-size: 200px; margin: 0; background-size: 200px;float: none;}
  .index_one li:hover span.img{background-position: 0 0;}
  .index_one li span.txt{width: 100%;margin: 0;}
  .index_one li span.txt i{font-size: 20px;margin-bottom: 5px;}

}

@media screen and (max-width: 1024px){



.iMian .left,.iMian .right{width: 100%;}
.iMian .left{margin-bottom: 20px;}
.isect1 .isect1_1 .inewsScroll .swiper-slide a .pic{padding-bottom: 65%;}
.isect1 .isect1_1 .inewsScroll .swiper-slide a h5{padding-right: 18px;}
.isect1 .isect1_1 .inewsScroll.swiper-container-horizontal > .swiper-pagination-bullets{display: none;}

.nyBanner{padding: 5% 0;background-size: cover;}
.nyBanner ul,.nyBanner h3 span:before{display: none;}
.nyWrap .nyCont,.nyWrap .nySide{width: 100%;}
.nyWrap .nySide{margin-top: 40px;}

.two_one_a a span i{font-size: 26px;}

.index_three dt,.index_three dd{width: 100%;}
  .index_three dt{padding-bottom: 10px;}
  .index_three dt p{margin-bottom: 15px;}

.isect4 ul.fl,.isect4 ul.fr{width: 100%;}

.isect4 ul.fl li.li1{width: 26%;}
.isect4 ul.fl li.li2{width: 24%;}
.isect4 ul.fl li.li3{width: 48%;}
.isect4 ul.fl li.li4{width: 48%; float:right;}
.isect4 ul.fl li.li5{width: 100%;}
.isect4 ul.fr li{width: 16.6%;margin: 0;}



}
@media screen and (max-width: 768px){
body{zoom:1;}

.iMian { margin: 0px auto 10px;}

.iMian .left{ background:none;}

.isect1 .isect1_1 .inewsScroll { margin-left: 0px;}

.isect1 .isect1_1 .inewsScroll .swiper-slide a .pic {  width: 100%;}

.isect1 .isect1_1 .inewsScroll .swiper-slide a .pictxt h5 { font-size: 24px; line-height:35px; padding: 18px 10px 0 20px;}

.isect1 .isect1_1 .inewsScroll .swiper-slide a .pictxt {  width: 100%;    height: 270px;}

.isect1 .isect1_1 .inewsScroll .swiper-slide a .pictxt p {  padding: 18px 10px 0 20px;    line-height: 26px;}

.isect1 .isect1_1 .inewsScroll {    background: url(../images/newsbg.png) no-repeat right top; background-size:cover;}

.isect1 .isect1_1 .inewsScroll.swiper-container-horizontal > .swiper-pagination-bullets { right: 10px; bottom: 265px;}

.iMian .tabs ul li a { font-size: 22px;}

.isect1 {margin-bottom: 20px;}

.isect1 .isect1_2 .list li a { padding: 0 35px 0 15px;}
.isect1 .isect1_2 .list li a h5 { font-size: 16px;}
.isect1 .isect1_2 .list li a span { font-size: 16px; top:0;}
.isect1 .isect1_2 .list { padding-left: 18px; padding-top: 15px; height:315px; margin: 13px 0px 0 0px;}

.isect1 .isect1_2 .list li { height: 31px; line-height: 31px;}
.iMian .isect3 .isect3_1 .newsList08 ul { width: 100%;}

.iMian .isect3 .isect3_1 .newsList08 {height: 390px; padding-left: 18px; overflow:hidden; margin-top:15px;}

.renwu { padding-top:30px; padding-bottom:0; background: #ffff url(../images/rwbg.jpg) no-repeat center top; background-size:100%;}

.ititle .imore {margin-bottom: 0px;}

.iMian .isect3 .isect3_1 .newsList08 li a h5 {width: 70%;}

.iMian .tabs .imore.imore1 { display:none;}
.iMian .tabs .imore.imore2 { display: none;}

.iMian .isect3 .isect3_1 { width: 100%;}

.iMian .isect3 .item03 { width:100%; margin-top:30px;}

.iMian .isect3 .item03 ul {    padding-left: 18px; padding-right:10px; margin-top:15px;}

.iMian .isect3 .item03 .newsList03 li a h5 { font-size: 16px; width:70%;}
.iMian .isect3 .item03 .newsList03 li a span {    top: 2px;}

.twoswiper .swiper-slide { padding-bottom: 80px;}

.twowap { display:block;}
.two_one_a a span b em { display:none;}
.two_one_a a span i { font-size:16px;}

.index_three dt .name { font-size: 34px; padding-top: 44px; font-weight:bold; padding-left:15px;}
.index_three dt {background: #fff url(../images/peobg.jpg) no-repeat right top;}
.index_three dt .name2 { font-size:22px; padding-right:70px; padding-left:15px;}
.index_three dt p { padding-left:15px; margin-top: 25px;}
.index_three dt {padding-left:0;}

.isect4Wrap { padding: 0px;}
.isect4 ul.fl li { margin-left: 0px;}


.isect4 ul.fl li.li1 {width:48%; margin-bottom:17px;}
.isect4 ul.fl li.li2 { width: 48%; float:right;margin-bottom:17px;}
.isect4 ul.fl li.li3 { width: 48%; float:right;margin-bottom:17px;}
.isect4 ul.fl li.li4 { width: 48%; float:left;margin-bottom:17px;}
.isect4 ul.fl li a em { height: 109px;}
.isect4 ul.fl li.li5 a em { height:156px;}

.passage .psgCont{padding-bottom: 30px;margin-bottom: 30px;font-size: 15px;line-height: 30px;}
.passage .psgBtm{padding-right: 0;}
.passage .psgBtm .bdsharebuttonbox{display: none;}

.about{font-size: 15px;line-height: 30px;}

.newsList li{padding-bottom: 20px;margin-bottom: 20px;}
.newsList li a,.newsList li.noPic a{min-height: none;padding: 0;}
.newsList li a .date,.newsList li a .views,.newsList li a:before{display: none;}
.newsList li a .pic{position: relative;left: 0;margin-bottom: 12px;width: 100%;padding-bottom: 65%;}
.newsList li a .text h5{height: auto;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;margin: 0;}
.newsList li a .text p{height: auto;max-height: 66px;}
.newsList li a .text .newsInfo{display: block;}

.nyWrap .nySide ul li:nth-child(6),.nyWrap .nySide ul li:nth-child(7),.nyWrap .nySide ul li:nth-child(8),
.nyWrap .nySide ul li:nth-child(9),.nyWrap .nySide ul li:nth-child(10){display: none;}

.isect2 .isect2_1 .picList li,.isect2 .isect2_1 .item{width: 100%;margin-bottom: 20px;}
.isect2 .isect2_1 .item ul,.isect2 .isect2_2 .swiper-slide ul{height: auto;}

.page{text-align: center;}

.index_three dd > span{left: 50%;top:10%;margin-left: -68px;width: 136px;}




.section1_active{overflow: hidden; display:block;}
.section1_active ul{position: relative;}
.section1_active ul li{float: left;width: 48%; margin-bottom:18px; background:#2a7d43; border-radius:25px;}
.section1_active ul li a{display: block;padding-bottom:62.76%;width: 100%;position: relative;overflow: hidden;}
.section1_active ul li em{width: 100%;height: 100%;display: block;position: absolute;left: 0;top: 0;}
.section1_active ul li .txt{position: absolute;left: 0;bottom: 0;height: 30px;color: #fff;font-size: 22px;text-align: center;display: block;width: 100%;overflow: hidden;z-index: 2; background:#094a1c;}
/*.section1_active ul li.li2,.section1_active ul li.li5{padding-right: 0rem;}*/

.section1_active ul li.li1 { float:left;}
.section1_active ul li.li2 { float:right;}

.threeswiper .swiper-slide a { padding-bottom: 257px;}

/*.section1_active ul li a::after{position: absolute;left: 0;bottom:0%; content: "";height: 50%;width: 100%;  
  background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  z-index: 1;
}*/

.index_one li span.txt i {margin-top: 10px;}


.index_one li span.txt p {font-size: 15px;text-align: justify;}

.index_one{margin: 30px auto 0;}
.index_one li{width: 46%;float: left;margin:0;padding:0px 0 20px 0;}
.index_one li:nth-child(2n) { float:right;}
.index_one li span.img {width: 125px;height: 125px;background-size:200%;}

.index_one li span.txt {padding-top: 0px;}
.index_one li span.txt em { display:none;}

/*index one*/
.index_two {
    padding-top: 10px;
    padding-bottom: 0px;
    background: #f6f6f6 url(../images/niao2.png) no-repeat left top;
    margin-top:30px;}




.threeswiper.swiper-container-horizontal > .swiper-pagination-bullets {margin-left:39px;text-align: left;}

}

@media screen and (max-width: 520px){

}

@media screen and (max-width: 468px){



.isect1 .isect1_1 .inewsScroll .swiper-slide a h5{padding-right: 88px;}
.isect1 .isect1_1 .inewsScroll.swiper-container-horizontal > .swiper-pagination-bullets{display: block;}
.isect2 .isect2_2 .swiper-slide ul{padding: 5px 10px 10px;}
.isect2 .isect2_1 .item ul{padding: 12px 10px;}

.iMian .tabs:before{width: 200px;background-size: 100% 100%;}
.iMian .tabs ul li{}

.downloadList ul li a{padding-right: 65px;}


}
@media screen and (max-width: 340px){
 
}