@font-face {
  font-family: 'iconfont';  /* project id 2490440 */
  src: url('//at.alicdn.com/t/font_2490440_icsd6lcdpq.eot');
  src: url('//at.alicdn.com/t/font_2490440_icsd6lcdpq.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_2490440_icsd6lcdpq.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_2490440_icsd6lcdpq.woff') format('woff'),
  url('//at.alicdn.com/t/font_2490440_icsd6lcdpq.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_2490440_icsd6lcdpq.svg#iconfont') format('svg');
}

.iconfont {
    font-family:"iconfont" !important;
    font-size:1rem;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

*{ margin: 0; padding: 0;}
a{color:#333;text-decoration:none;transition: all 0.5s ease 0s;}
a:hover,a:focus {color: #79BE3C;text-decoration: none;}
a:active {outline:none;blr:expression(this.onFocus=this.blur());}
.text-hong { color: #f00; }

li{list-style:none;}
.head { height: 85px; background: #fff; position: fixed; top:0; width: 100%; z-index: 99999; }
.tel { }
.tel i { font-size: 2rem; color: #79BE3C; }
.tel span { font-size: 2rem; font-weight: 700; color: #79BE3C; }

.menu { height: 4.1rem; line-height: 4rem; border-top: 0.1rem solid #dedede; border-bottom: 0.1rem solid #dedede;}
.my-nav { height: 4rem; font-size: 1.25rem; }
.my-nav>li {position: relative; height: 4rem; line-height:4rem; padding: 0;color: #000; border-left: 0.1rem solid #dedede; }
.my-nav>li:last-child { border-right: 0.1rem solid #dedede; }
.my-nav>li a{  padding:0;color: #000;  text-align: center; transition: no; font-size: 1.25rem; font-weight: 700;}
.my-nav>li:hover a {  background: #008CD6; color: #fff; display: block; }
.my-nav>li .current { font-weight: 600;  color: #fff; background: #79BE3C; display: block; }

#nav_all li ul { display: none; position: absolute; z-index: 99; padding:0; top: 4rem; left: 0rem;  background: none; width: 100%; overflow: hidden; border-bottom: none; box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);}
#nav_all ul li { padding: 0; overflow: hidden; float: none; height: 3.3rem; background: #FFF; line-height: 3rem; border-bottom: 0.1rem solid #F2F2F2;}
#nav_all ul li a { margin: 0px; height: 3.3rem;  display:block; line-height: 3.3rem; color: #333; background: none; font-size: 1rem; font-weight: normal; text-align: center; padding: 0 0.5rem;}
#nav_all ul li a:hover { background: #79BE3C;  height: 3.3rem; line-height: 3.3rem; color: #fff;}

.public-module {  }
.public-module .en-title {
	font-size: 0.75rem;
	color: #919191;
	letter-spacing: 0.1rem;
	text-align: center;
	padding: 0.5rem 0;
	text-transform: uppercase;
}
.public-module .title {
	color: #333;
	letter-spacing: 0.1rem;
	position: relative
}
.public-module .title h2 {
	font-size: 1.75rem;
	text-align: center;
	margin: 3rem 0 0;
	font-weight: 700;
	color: #79BE3C;
}
.public-module .sep {
	border: 3px solid #919191;
	width: 2.2rem;
	height: 0;
	margin: 0 auto
}
.public-module .subtitle {
	font-size: 1rem;
	color: #93CD60;
	text-align: center;
	line-height: 1.5rem;
	margin: 0.6rem 0 2rem
}
.bg-hui { background: #F3F2F0; }
.index-gsjs { background: #fff; padding: 2.5rem;}
.index-gsjs h3 { font-size: 1.75rem; color: #79BE3C; font-weight: 700; border-bottom: 0.1rem solid #79BE3C; height: 3.5rem; line-height: 3.2rem; }
.index-gsjs p { padding-top: 0.6rem; }
.index-gsjs a:hover {color: #333;}

.index-news {  }
/*新闻中心*/
.news-list{
}
.news-item{
  background: #fff;
  min-height: 10.7rem;
  margin-bottom: 30px;
}
.news-left{
  float: left;
  width: 40%;
  overflow: hidden;
}
.news-body{
  float: right;
  width: 60%;
  overflow: hidden;
}
.news-info{
  color: #666;
}

.news-title,.news-desc{
  text-align: left;
  line-height: 1.25rem;
  color: #666;;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-title:hover{
  color: #4ad1c5;
}
.news-content{
  float: left;
  width: 16rem;
  padding: 0.75rem 0 0 1rem;
}
.news-content h3{
  height: 2.3rem;
  overflow: hidden;
  font-size: 1.25rem;
}
.news-content .news-desc{
  font-size: 0.75rem;
  -webkit-line-clamp: 3;
}
.news-date{
  float: right;
  width: 4rem;
  margin-left: 0.75rem;
  text-align: center;
}
.news-date .date{
  height: 4rem;
  line-height: 4rem;
  font-size: 1.25rem;
  background: #79BE3C;
  color: #fff;
  margin-bottom: 0;
}
.news-date .month{
  height: 1.75rem;
  line-height: 1.75rem;
  font-size: 0.75rem;
  color: #fff;
  background: #03343f;
}
.news-detail-link{
  float: right;
  color: #494949;
  border: 0.1rem solid #4b4b4b;
  border-radius: 0.25rem;
  line-height: 1.5;
  padding: 0.3rem 0.75rem;
  display: inline-block;
  align-self: flex-end;
  margin-right: 1.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  margin-top: -0.3rem;
}
.news-detail-link:hover{
  color: #fff;
  background: #008CD6;
  border-color: #007BBD;
}
.alBox {
    width: 1170px;
    height: 460px;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}
.alBox i {
    display: block;
    width: 31px;
    height: 61px;
    position: absolute;
    top: 170px;
    cursor: pointer;
}
.alBox .allt {
    background: url(../../images/left1.png) center top no-repeat;
    left: -70px;
}
.alBox .alrt {
    background: url(../../images/right1.png) center top no-repeat;
    right: -70px;
}
.alBox i:hover {
    background-position: bottom;
}
.alBox .alCon {
    width: 100%;
    position: relative
}
.alBox .list {
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    background-color: #000
}
.alBox .list p {
    display: none;
    width: 100%;
    position: absolute;
    bottom: -50px;
    text-align: center;
    font-size: 18px;
    color: #333;
}
.alBox .list img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block;
    opacity: 1;
}
.alBox .list a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.alBox .li01 {
    width: 300px;
    height: 188px;
    left: 0px;
    top: 110px;
    z-index: 1
}
.alBox .li02 {
    width: 440px;
    height: 282px;
    left: 132px;
    top: 60px;
    z-index: 2
}
.alBox .li03 {
    width: 596px;
    height: 400px;
    left: 285px;
    top: 0px;
    z-index: 3;
    opacity: 1;
}
.alBox .li04 {
    width: 440px;
    height: 282px;
    left: 600px;
    top: 60px;
    z-index: 2
}
.alBox .li05 {
    width: 300px;
    height: 188px;
    left: 870px;
    top: 110px;
    z-index: 1
}
.alBox .li03 p {
    display: block;
}
#s_aims {
}
#s_aims li {
  color: #fff;
  position: relative;
  z-index: 0;
  padding:40px;
}
#s_aims li:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #78BC3B;
  display: block;
  z-index: -1;
  transition: .8s;
}
#s_aims li:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
#s_aims li font {
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 25px;
}
#s_aims li span {
  font-size: 18px;
  font-family: arial;
  text-transform: uppercase;
  margin-bottom: 13px;
  display: block;
}
#s_aims li h5 {
  font-size: 18px;
  font-weight: bold;
}
#s_aims li>i {
  display: block;
  width: 35px;
  height: 2px;
  background: #fff;
  margin-top: 25px;
  margin-bottom: 30px;
}
#s_aims li p {
  font-size: 14px;
  line-height: 30px;
  opacity: .85;
  height: 90px;
}
#s_aims li .btn_zixun {
  margin-top: 175px;
  display: block;
  width: 38px;
  overflow: hidden;
  position: relative;
  height: 38px;
  transition: .3s;
  line-height: 36px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}
#s_aims li .btn_zixun a {
  display: block;
  width: 114px;
  height: 38px;
  position: absolute;
  color: #fff;
  right: 0;
}
#s_aims li .btn_zixun i {
  display: inline-block;
  width: 11px;
  height: 5px;
  background: url(../../images/s_aims_arrow.png) center no-repeat;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
#s_aims li:hover .btn_zixun {
  width: 115px;
  border: 1px solid #f39700;
  background: #f39700;
}
.crumbs { line-height: 5rem; margin-bottom: 0;}
.sub-nav { font-size: 1.75rem; }
.sub-nav .active { color: #78BC3B; border-bottom: 1px solid #78BC3B; }
.product-biaoqian {
    padding-top:10px;
    min-height: 40px;
    width: 75%;
    float: left;
}
.product-biaoqian span{
    margin-right:5px;
    color:#fff;
    font-size:12px;
    line-height: 12px;
    padding:2px 5px;
    background: #d9534f;
}
.product-biaoqian span:nth-of-type(1){
    background: #d9534f;
}
.product-biaoqian span:nth-of-type(2){
    background: #aace3b;
}
.product-biaoqian span:nth-of-type(3){
    background: #46b8da;
}
.product-biaoqian span:nth-of-type(4){
    background: #f0ad4e;
}
.product-biaoqian span:nth-of-type(5){
    background: #005cca;
}
.product-biaoqian span:last-of-type{
    margin-right:0;
}
.product-view { padding-top: 10px; min-height: 40px; height: 40px; width: 25%; float: right; text-align: right; }

.product-infos {
        width:100%;
        overflow: hidden;
    }
    .product-infos>div{
        width:50%;
        float:left;
    }
    .product-infos .product-thumb {
        width:100%;
        position: relative;
        overflow: hidden;
    }
    .product-infos .product-thumb span{
        width:100%;height:100%;
        background: center center no-repeat;
        background-size: cover;
        display: inline-block;
        transition: all .3s;
    }
    .product-infos .product-thumb:hover span{
        transform: scale(1.1);
    }
    .product-infos .product-detail {
        padding:10px 0 10px 0;
    }
    .product-infos .product-detail h3{
        margin-top:0;
        font-size:27px;
        color:#333;
        line-height: 30px;
        padding-bottom:30px;
        margin-bottom:0;
        border-bottom:1px solid #c9c9c9;
    }
    .product-infos .product-detail>.product-biaoqian{
        padding:12px 0;
        border-bottom:1px solid #c9c9c9;
        width: 100%;
    }

    .product-infos .product-detail>.product-biaoqian>span{
        font-size:15px;
        padding:2px 5px;
        margin-right:5px;
        color:#fff;
        font-size:12px;
        line-height: 12px;
    }    
    .product-infos .product-detail .product-biaoqian span:nth-of-type(1){
        background: #d9534f;
    }
    .product-infos .product-detail .product-biaoqian span:nth-of-type(2){
        background: #aace3b;
    }
    .product-infos .product-detail .product-biaoqian span:nth-of-type(3){
        background: #46b8da;
    }
    .product-infos .product-detail .product-biaoqian span:nth-of-type(4){
        background: #f0ad4e;
    }
    .product-infos .product-detail .product-biaoqian span:nth-of-type(5){
        background: #005cca;
    }
    .product-infos .product-detail .product-biaoqian span:last-of-type{
        margin-right:0;
    }

    .product-infos .product-detail .product-option{
        padding:30px 0;
        border-bottom:1px solid #c9c9c9;
        overflow:hidden; 
    }
    .product-infos .product-detail .product-option li{
        width:50% !important;float:left;
        overflow: hidden;
        height:40px;
        line-height: 40px;
    }
    .product-infos .product-detail .product-linkman{
        padding:30px 0;
        /*border-bottom:1px solid #c9c9c9;*/
        overflow:hidden; 
    }
    .product-infos .product-detail .product-linkman p{
        height:40px;
        line-height: 40px;
        margin-bottom: 0;
    }
    .product-infos .product-detail .product_btns{
        display: block;
        width:100%;
        height:54px;
        line-height: 54px;
        text-align: center;
        font-size:18px;
    }
    .product-infos .product-detail .product_btns.btn1{
        border:1px solid #79BE3C;
        color:#79BE3C;
        background: #fff;
    }
    .product-infos .product-detail .product_btns.btn2{
        border:1px solid #79BE3C;
        background: #79BE3C;
        color:#fff;
    }
    .product-infos .product-detail .product_btns.btn1:hover{
        background: #008CD6;
        border-color:#008CD6;
        color:#fff;
    }
    .product-infos .product-detail .product_btns.btn2:hover{
        background: #008CD6;
        border-color:#008CD6;
        color:#fff;
    }
    .product-title {
        text-align: center;
        padding:30px 0 30px;
        background: #008CD6;
        color:#fff;
    }
    .product-title h3{
        margin:0;padding:0;
        margin-bottom:10px;
        line-height: 54px;        
        font-size:36px;
    }
    .product-title .en{
        color:#fff;
        font-size:18px;
        line-height: 20px;
        display: inline-block;
        position: relative;
    }
    .product-title .en span{
        padding:0 20px;
        position: relative;
        display: inline-block;
        background: #008CD6;
        text-transform:Uppercase;
        z-index: 9999;
        min-width: 240px;
        text-align: center;
    }
    .product-title .en:after{
        display: inline-block;
        position: absolute;
        width:calc(100% + 256px);
        left:-128px;
        top:6px;
        height:1px;
        background: #fff;
        content:'';
        z-index: 999;
    }
    .product-title .en:before{
        display: inline-block;
        position: absolute;
        width:calc(100% + 176px);
        left:-88px;
        bottom:6px;
        height:1px;
        background: #fff;
        content:'';
        z-index: 999;
    }

    .product-title.bai {
        background: #fff;
        color:#0d1221;
    }
    .product-title.bai .en span{
        color: #8c8c8c;
        background: #fff;
    }
    .product-title.bai .en:after{
        background: #8c8c8c;
    }
    .product-title.bai .en:before{
        background: #8c8c8c;
    }
    .product-server-icons .col-md-3{
        text-align: center;
        color:#000;
    }
    .product-server-icons .product-server-icon{
        width:106px;height:106px;
        border-radius: 60px;
        border:3px solid #000000;
        margin:20px auto;
        font-size:54px;
        line-height: 100px;
        color:#000;
        transition: all .3s;
    }
    .product-server-icons .product-server-icon i{
        font-size:54px;
        transition: all .3s;
    }
    .product-server-icons .product-server-item:hover{
        transform: translateY(-15px);
    }
    .product-server-icons .product-server-icon img{
        vertical-align: top;
    }
    .product-server-icons span{
        font-size:18px;
        transition: all .3s;
    }
    .product-server-icons .product-server-item:hover .product-server-icon{
        color:#005cca !important;
        border-color:#005cca;
    }
    .product-server-icons .product-server-item:hover span{
        color:#005cca;
    }
.product-qiugou {
        
    }
    .product-qiugou .form-group{
        position: relative;
        background: #f4f4f4;
        overflow: hidden;
        border-radius: 0px;
    }
    .product-qiugou .form-group label{
        position: absolute;
        line-height: 50px;
        left:15px;top:0;
        color:#ababab;
        font-weight: 100;
        transition: all .3s;
    }
    .product-qiugou .form-group input{
        color:#ababab;
        height:50px;
        line-height: 50px;
        padding-left: 7em;
        border:none;
        background: none;
        box-shadow: none;
        transition: all .3s;
    }
    .product-qiugou .form-group textarea{
        padding:10px 0 20px 7em;
        color:#ababab;
        line-height: 30px;
        border:none;
        background: none;
        box-shadow: none;
        transition: all .3s;
    }
    .product-qiugou h3{
        text-align: left;
        margin-bottom:25px;
    }
    .product-qiugou input[type=submit]{
        width:250px;
        height:50px;
        background: #008CD6;
        color:#fff;
        line-height: 50px;
        text-align: center;
        border:none;
        box-shadow: none;
        font-size:18px;
    }
    .product-qiugou .form-group:hover textarea,.product-qiugou .form-group:hover input,.product-qiugou .form-group:hover label{
        background: #eee;
        color:#004599;        
    }
    .product-qiugou input[type=submit]:hover{
        background: #004599;
        color:#fff;
    }

    .relation-product h3{
        text-align: left;
        margin-bottom:25px;
    }
    .relation-hd{
        width:100%;
        height:0;
        position: relative;
        clear: both;
    }
    .relation-hd .next{
        position: absolute;
        background: #f2f0f0;
        border-radius: 4px;
        width:40px;
        height:180px;
        right:-45px;
        top:25px;
        transition: all .3s;
    }
    .relation-hd .prev{
        position: absolute;
        background: #f2f0f0;
        border-radius: 4px;
        width:40px;
        height:180px;
        left:-45px;
        top:25px;
        transition: all .3s;
    }
    .relation-hd .next:after{
        width:0;height:0;
        display: inline-block;
        position: absolute;
        top:70px;
        left:15px;
        content:'';
        border-top:20px solid transparent;
        border-bottom:20px solid transparent;
        border-left:8px solid #4E9DFF;
        transition: all .3s;
    }
    .relation-hd .next:before{
        width:0;height:0;
        display: inline-block;
        position: absolute;
        top:70px;
        left:12px;
        content:'';
        border-top:20px solid transparent;
        border-bottom:20px solid transparent;
        border-left:8px solid #f2f0f0;
        z-index: 990;
        transition: all .3s;
    }
    .relation-hd .prev:after{
        width:0;height:0;
        display: inline-block;
        position: absolute;
        top:70px;
        right:15px;
        content:'';
        border-top:20px solid transparent;
        border-bottom:20px solid transparent;
        border-right:8px solid #4E9DFF;
        transition: all .3s;
    }
    .relation-hd .prev:before{
        width:0;height:0;
        display: inline-block;
        position: absolute;
        top:70px;
        right:12px;
        content:'';
        border-top:20px solid transparent;
        border-bottom:20px solid transparent;
        border-right:8px solid #f2f0f0;
        z-index: 990;
        transition: all .3s;
    }
    .relation-hd .next:hover,.relation-hd .prev:hover{
        background: #e5e3e3;
    }
    .relation-hd .next:hover:before{
        border-left-color: #e5e3e3;
    }
    .relation-hd .next:hover:after{
        border-right-color: #0074FC;
    }
    .relation-hd .prev:hover:before{
        border-right-color: #e5e3e3;
    }
    .relation-hd .prev:hover:after{
        border-left-color: #0074FC;
    }
    .relation-bd li{
        margin-right:20px;
        width:calc((1200px - 40px) / 3);
    }
    .relation-bd li p a{
        font-size:15px;
        transition: all .3s;
    }
    .relation-bd .img-box{
        position: relative;
        width:100%;
        height:0;
        padding-bottom:60%;
        overflow: hidden;
        margin-bottom:15px;
    }
    .relation-bd .img-box span{
        display: inline-block;
        position: absolute;
        left:0;top:0;
        width:100%;height:100%;
        background: center center no-repeat;
        background-size: cover;
        transition: all .3s;
    }
    .relation-bd li:hover span{
        transform: scale(1.1);
    }
    .relation-bd li:hover p a{
        color:#005cca;
    }
.youshi-list li{
    transition: all .3s;
}

.youshi-list li .info{
    /*width:calc(100% - 460px);*/
    text-align: left;
}
.youshi-list li .info h3{
    margin:20px 0 0;
    font-size:24px;
    transition: all .3s;
}
.youshi-list li .info p{
    font-size:18px;
    color:#666;
    line-height: 2em;
    transition: all .3s;
}
.youshi-list li:hover{
    transform: translateY(-15px);
}
.youshi-list li:hover .img-box span{
    transform: scale(1.1);
}
.youshi-list li:hover .info h3{
    color:#005cca;
}
.youshi-list li:hover .info p{
    color:#005cca;
}
.yingcang {width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.leftbox {}
.leftbox>.title { background: #78BC3B; height: 5rem; padding: 1.5rem 1rem;  color: #fff; }
.leftbox>.title>h3 { text-transform: uppercase; margin: 0; font-weight: 700; font-size: 1.5rem;}
.leftbox>.title>i { float: right; font-size: 32px; font-weight: normal; display: inline-block; margin-top: -8px; margin-right:10px;}

.leftbox>.menubox { position: relative }
.leftbox>.menubox li { display: block }
.leftbox>.menubox li a.sub1 { height: 60px; line-height: 60px; display: block; padding-left: 28px; background: url(../../images/jtou.png) no-repeat 90% center #fff; font-size: 18px; border: 1px solid #eee; border-top: 0; overflow: hidden }
.leftbox>.menubox li a.sub1:hover { background: url(../../images/jtou_a.png) no-repeat 90% center #fff; border-left: 2px solid #009b4c; border-right: 1px solid #f5f5f5; color: #009b4c }
.leftbox>.menubox li.hover a.sub1 { background: url(../../images/jtou_a.png) no-repeat 90% center #fff; border-left: 2px solid #009b4c; border-right: 1px solid #f5f5f5; color: #009b4c }

.lxwm {
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #eee;
}
.lxwm h3 { margin: 0; font-size: 1.2rem; }
.lxwm>.lxwmtitle {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-left: 5px;
}
.lxwm>.lxwmbox img { padding: 10px; }
.lxwm>.lxwmbox li {
  line-height: 30px;
}
.lxwm>.lxwmbox .zx { width: 100%; height: 50px; font-size: 20px; line-height: 50px; background: #78BC3B; color: #fff; display: block; margin-top: 10px }
.lxwm>.lxwmbox .zx i { width: 50px; height: 50px; display: inline-block; text-align: center; vertical-align: top; border-right: 1px solid #fff; font-size: 24px; margin-right: 40px; }
.lxwm>.lxwmbox .zx:hover { background: #ed8e06 }

.content { line-height: 27px; text-align: justify; width: 100%;}
.content p { padding-bottom: 15px; }
.content img { max-width: 100% !important; height: auto; }

.qy { text-align: center; font-size: 1.75rem; font-weight: 700; line-height: 5rem; border-bottom: 1px solid #dedede; }
.ar { text-align: center; font-size: 1.75rem; font-weight: 700; line-height: 4rem;  }
.mark { color: #79BE3C; height: 38px; line-height: 32px; text-align: center; margin-bottom: 15px; border-top: 1px dashed #e5e5e5; border-bottom: 1px dashed #e5e5e5; background:#fff; }
#hits { font-style: normal; }

.newslist .item { border-bottom: 1px dotted #b0b0b0; padding: 30px 0; font-family: pingfang sc, microsoft yahei, arial }
.newslist .item:first-child { padding-top: 0 }
.newslist .item a { display: block }
.newslist .item .img { width: 200px; height: 150px; overflow: hidden; float: left; }
.newslist .item .img img { width: 100%; display: block; height: 100%; -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms }
.newslist .item .img:hover img { transform: scale(1.06, 1.06) }
.newslist .item .txt { width: 640px; float: right; }
.newslist .item .txt h3 { font-size: 18px; line-height: 30px }
.newslist .item .txt .desc { padding-top: 10px; color: #999; overflow: hidden;  line-height: 1.8rem; height: 4rem; margin-bottom: 12px;-webkit-line-clamp: 2; display: -webkit-box; text-overflow: ellipsis;}
.newslist .item .txt>span { display: inline-block; font-size: 12px; color: #b7b7b7; padding-right: 26px }
.newslist .item .txt span i { width: 20px; height: 18px; display: inline-block; margin-right: 10px; }
.newslist .item .txt span .time { background-position: -174px -121px }

/* 运营方案——左侧浮动菜单 */
.abtmxs {z-index: 9999; margin: 120px 0 0 40px; position: absolute; position: fixed; height: auto;}
.abtmxs .aboutleft {width: 200px;box-shadow: 0 0 10px #ebebeb;border: 2px solid #99d022;}
.abtmxs .aboutleft ul { margin: 0; }
.abtmxs .aboutleft .menu2 li {border-bottom: 1px solid #99d022;padding: 25px 0 18px 18px;background: #fff;}
.abtmxs .aboutleft .menu2 li.active {background: #99d022;color: #fff;}
.abtmxs .aboutleft .menu2 li h1 {border: none;width: 170px; margin: 0 auto; text-align: center; font-size: 28px; color: #666; border-radius: initial;}
.abtmxs .aboutleft .menu2 li h1.active {color: #fff;}
.abtmxs .aboutleft .menu2 li p { font-size: 18px; color: #888;}
.abtmxs .aboutleft .menu2 li p span{ font-size: 20px; color: #888; font-weight: 700;}
.abtmxs .aboutleft .menu2 li p.active {color: #79BE3C; font-weight: 700;}
.casetitlenew {font-size: 25px;font-weight: bold;padding-bottom: 80px;}
.casetitlenew p i {float: left;width: 15px;height: 15px;border-radius: 10px;margin: 10px 15px 0 0;background-color: #99d022;}

#pages {
    padding: 14px 0 10px 0;
    text-align: center;
}
#pages a {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    background: #ffffff;
    border: 1px solid #E4E4E4;
    text-align: center;
    color: #999;
    padding: 0 10px;
  margin:10px 5px;
}
#pages a.a1 {
    background: url(../images/admin_img/pages.png) no-repeat 0 5px;
    width: 70px;
    padding: 0;
    background: #ffffff;
}
#pages a:hover {
    background: #3FB150;
    color: #fff;
    text-decoration: none;
}
#pages span {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    background: #3FB150;
    border: 1px solid #3FB150;
    color: #fff;
    text-align: center;
    padding: 0 10px;
  margin:10px 5px;
}
.page .noPage {
    display: inline-block;
    width: 70px;
    height: 32px;
    line-height: 30px;
    background: url(../img/icu/titleBg.png) repeat-x 0 -55px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}


.yb-i1 { background: url(../../images/yb-i1.jpg); height: 530px;}
.yb-il-box { padding: 12rem 0 0 3rem; font-size: 1.5rem; margin-bottom: 4rem;}
.yb-il-box li { line-height: 2.8rem; }

.ljgd { width: 9rem; height: 2.3rem; line-height: 2.3rem; background: #9AD022; text-align: center; margin-left: 4rem;}
.ljgd a { color: #fff; }
.ljgd a:hover { color: #FFFF00; }


.yb-i2 { background: url(../../images/yb-i2.jpg); height: 450px;}
.yb-i2-box { padding: 23rem 0 0 3rem; }
.ljgd2 { width: 9rem; height: 2rem; line-height: 2rem; background: #9AD022; text-align: center; color: #fff; }


.yb-i3 { background: url(../../images/yb-i3.jpg); height: 450px;}
.yb-i3-box { padding: 25rem 0 0 18rem; }
.ljgd3 { width: 8rem; height: 1.8rem; line-height: 1.8rem; background: #9AD022; text-align: center; color: #fff; }
.ljgd3 a { color: #fff; }

.link { font-size: 1.75rem; margin:3rem 0 1rem; font-weight: 700; color: #78BC3B; line-height: 2.5rem;}
.footer { height: 240px; background: #78BC3B; color: #fff;  margin-top: 3rem; padding-top: 2.5rem;}
.footer p { margin-bottom: 0.5rem; }
.footer p a{ color: #fff; }