﻿@charset "utf-8";
/* CSS Document */
.nav{overflow:hidden; height:120px; background: #fff; border-bottom: 1px solid #e7e7e7; }
.nav p{float:left; font-size:14px; color:#fff; line-height:30px; }
.nav .phone{height:120px; float:right; overflow:hidden; display:flex; justify-content:center; align-items:center; }
.nav .phone>img{width:46px; margin-right:10px; float:left; }
.nav .phone p{float:right; font-size:14px; line-height:24px; color:#999; text-align:right; }
.nav .phone p span{    line-height: 35px;    vertical-align: top; font-weight:bold; font-size:24px; color:#15ab47; font-family:"BEBAS";display: block;text-align: left }
.nav .phone p span i{    vertical-align: top; color: #adadad;font-weight: normal; }
.drwp_xiala{margin-top:150px; }
.nbanner_xiala{margin-top:150px; }
.nav_xiala{transition:all 0.6s linear; position: fixed; top: 0; left: 0; width: 100%; height:100px; z-index: 999; }
.nav_xiala .logo{height:100px!important; }
.nav_xiala form{height:100px!important; }
.nav_xiala .phone{height:100px!important; }
.navbot_xiala{transition:all 0.6s linear; position: fixed; top: 100px; left: 0; width: 100%; z-index: 999; box-shadow: 0 1px 1px 0 rgba(0,0,0,.08); }
.nav_bot{height: 70px; box-shadow:0 8px 10px rgba(0,0,0,0.1); }
.nav .logo{float:left; width:38%; height:120px; display:flex; justify-content:center; align-items:center; }
.nav_bot .nav_list{width:100%; }
.nav_bot .nav_list .mainlevel{width:10%; height:70px; float:left; text-align:center; line-height:70px; position: relative; }
.nav_bot .nav_list .mainlevel .a{color:#333; font-size:14px; display:block; position: relative;}
.nav_bot .nav_list>li:hover{transition:all 0.3s linear; }
.nav_bot .nav_list>li:hover .a{color:#15ab47; transition:all 0.3s linear; }
.nav_bot .nav_list>li .a:after{
	content: "";
width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}
.nav_bot .nav_list>li:hover .a:after{
	background: #15ab47;
    width: 100%;
    left: 0;
}
.nav_bot .nav_list .ative{}
.nav_bot .nav_list .ative>a{color:#15ab47!important; }
.wap_nav{position:fixed; top:0; left:0; z-index:999; height:50px; width:100%; display:none; background-color:#15ab47; }
.logo2{display:none; display:block; width: 150px; padding:5px 0; margin: 0 auto; float: none; }
.nav form{width:24%; float:left; height:120px; margin-left:12%; display:flex; justify-content:center; align-items:center; }
.nav .kuan{position: relative; float:left; width:100%; }
.nav .kuan input {outline: none; border-radius: 17px; width: 100%; height: 35px; line-height: 35px; color: #9b9b9b; padding-left: 10px; font-size: 14px; border: 1px solid #15ab47; }
.nav .an{position: absolute; right: 0; top: 0; }
.nav .an input {padding: 0; border-radius: 25px; outline: none; width: 80px; height: 35px; color:#fff; font-size:14px; background-color:#15ab47; border: none; }
.nav_bot .mainlevel .subnav {display: none; position: absolute; top: 70px; left: 0; width: 150%; background-color:#fff; margin-left: -25%; z-index: 999;    box-shadow: 0 0 10px rgba(0, 0, 0, .2); }
.nav_bot .mainlevel .subnav li{width:100%; height:40px; line-height:40px; }
.nav_bot .mainlevel .subnav li:hover{background-color:#15ab47; transition:all 0.3s linear; }
.nav_bot .mainlevel .subnav li a{color:#000; font-size:14px; display:block; }
.navxiala{display:none; }
.navbotxiala{display:none; }
.listnav_xiala{position:fixed; z-index:999; top:0; box-shadow:0 3px 4px rgba(0,0,0,0.1); transition:all 0.3s linear; height:40px!important; line-height:40px!important; }
.listnav_xiala .ative a{color: #15ab47!important; background-color:#f8f8f8!important; }
.list_nav li:hover a {color: #15ab47!important; background-color:#f8f8f8!important; }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url(../images/sw_right.png);
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url(../images/sw_left.png);
}
.swiper-button-next, .swiper-button-prev {
	background-size:100%;
    width: 33px;
    height: 60px;
}


.main1{width: 100%;background: #fff;padding-top: 40px;padding-bottom: 60px;}
.product .tit{float: left;}
.product .tit h2{font-size: 30px;color: #333333;line-height: 1.2;}
.product .tit span{font-size: 14px;color: #cccccc;line-height: 1.5;}
.product .tab {
    float: right;
    overflow: hidden;
    margin-top: 30px;
}
.product .tab a{font-size: 14px;    border-right: 1px solid #5a5a5a;padding-right: 5px;padding-left: 5px;line-height: 1;}
.product .tab a:last-child {border: none; }

.product .list{overflow:hidden; margin-top:20px; }
.product .list li{float:left; width:calc(100%/4 - 15px); margin-top:20px; margin-right:20px; }
.product .list li:nth-child(4n+0){margin-right:0; }
.product .list li:hover{background-color:#15ab47; transition:all 0.3s linear; }
.product .list li:hover h4{color:#fff; transition:all 0.3s linear; }
.product .list li:hover span{color:#fff; transition:all 0.3s linear; }
.product .list li:hover i{color: #fff; }
.product .list li a{display:block; border-bottom:2px solid #e5e5e5; }
.product .list li .img{background-color:#f8f8f8; }
.product .list li .img>img{width:100%; }
.product .list li .txt{position: relative; }
.product .list li .txt i{position: absolute;right: 10px;top: 10px;}
.product .list li h4{width:90%; margin:20px auto 10px; font-size:16px; line-height:1; color:#333; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.product .list li span{width:90%; margin:0 auto 15px; font-size:12px; line-height:1; color:#666; display:block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.product .list>a {margin:50px auto 0; width: 150px; height: 40px; display: block; text-align: center; line-height: 40px; font-size: 14px; color: #959595; border: 1px solid #959595; }
.product .list>a:hover {color: #fff; background-color: #959595; transition: all 0.3s linear; }



.main2{width: 100%;background: #208ed6 url(../images/m2_bg.jpg);padding-top: 85px;padding-bottom: 85px;min-height: 100px;}
.main2 ul li{float: right;border:1px solid #fff;width: 20%;text-align: center;padding-top: 20px;padding-bottom: 20px;cursor: pointer;}
.main2 ul li.on{background: #15ab47;}
.main2 ul li:hover{background: #15ab47;	transition: all 0.3s linear;}
.main2 ul.u2 li{border-top: none;}
.main2 ul li.li{margin-left: -1px;}
.main2 ul li p{color: #fff;font-size: 18px;line-height: 2;margin-top: 10px;}
.main2 ul li i{color: #fff;font-size: 24px;border-radius: 50%;border:1px solid #fff;display: inline-block;width: 60px;height: 60px;line-height: 60px;}

.main3{width: 100%;background: #fff url(../images/m3_bg.jpg) center no-repeat;padding-top: 50px;padding-bottom: 30px;min-height: 500px;}
.main3 .center{padding-top: 40px;}
.m3_til{}
.m3_til h2{font-size: 30px;line-height: 1.5;color: #333333;}
.m3_til span{font-size: 14px;line-height: 1.5;color: #ccc;}
.main3  .nr{font-size: 14px;line-height: 2;color: #666;min-height: 100px;margin-top: 40px;}
.main3 .list {float: left; margin: 0 2%; width: calc(70%/3); position: relative; }
.main3 .list h1.jumbo {font-size: 36px; font-weight: bold; text-align: center; color: #15ab47; }
.main3 .list h1 font {color: #666; font-weight: normal; margin-left: 5px; display: inline-block; font-size: 14px; }
.main3 .list p.b {font-size: 14px; color: #666; text-align: center; margin-top: 10px; }
.main3 .xian {float: left; margin: 25px 4% 0; width: 1px; height: 40px; background-color: #ccc; }

.main4{width: 100%;background: #f3f3f3 url(../images/m4_bg.jpg) center no-repeat;padding-top: 40px;padding-bottom: 50px;}
.main4 .left h2{font-size: 45px;line-height: 1;color: #15ab47;font-weight: bold;}
.main4 .left .bb{margin-top: 25px;}
.main4 .left span{font-size: 26px;line-height: 1.5;color: #818181;}
.main4 .left p{font-size: 12px;color: #cfcfcf;line-height: 1.5;}
.main4 .right{padding-top: 20px;}
.main4 .right span{font-size: 16px;color: #fff;line-height: 1.5;}
.main4 .right p{font-size: 40px;color: #fff;line-height: 1.5;font-weight: bold;}


.main5{width: 100%;background: #fff;padding-top: 50px;padding-bottom: 50px;}
.m5_til{}
.m5_til h2{font-size: 30px;line-height: 1.5;color: #333333;}
.m5_til span{font-size: 14px;line-height: 1.5;color: #ccc;}
.m5_box{width: 100%;padding-top: 20px;}
.swiper-container3 {
    width: 100%;
    height: 100%;
}

.m5_box .swiper-slide {   
    display: block;
    font-size: 18px;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
}
.m5_box b{
    font-size: 36px;
    line-height: 2;color: #333;
    display: block;
}
.m5_box .txt {
    padding: 30px 20px;
}
.m5_box h4 {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 6px;
    color: #333333;
    text-align: left;
}
.m5_box span {
    font-size: 14px;
    line-height: 14px;
    color: #8c8c8c;
    margin-bottom: 15px;
    display: block;
    text-align: left;
}
.m5_box p {
    font-size: 14px;
    line-height: 24px;
    color: #8c8c8c;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: left;
}

.main6{width: 100%;background: #efefef;padding-top: 20px;padding-bottom: 30px;}
.m6_box{width: 100%;padding-top: 20px;}
.m6_til{}
.m6_til h2{font-size: 30px;line-height: 1.5;color: #333333;}
.m6_til span{font-size: 14px;line-height: 1.5;color: #ccc;}



.main7{width: 100%;background: #fff;padding-top: 80px;padding-bottom: 80px;}
.m7_til{text-align: center;}
.m7_til h2{font-size: 30px;line-height: 1.5;color: #333333;}
.m7_til span{font-size: 14px;line-height: 1.5;color: #ccc;}
.m7_box{box-shadow: 0 0 10px rgba(101, 101, 101, .2); padding: 40px;}
.main7 form{padding-top: 40px;}
.main7 p {color: #a1a1a1!important; font-size: 14px; line-height: 26px; }
.main7 form{padding-bottom: 40px; }
.main7 form input {padding-left: 10px; line-height: 25px; outline: none; width: calc(100%/3 - 14px); height: 40px; color: #a1a1a1; float: left; font-size: 14px; border: none; border: 1px solid #e0e0e0; border-radius: 0; background: none; margin-right: 21px; font-family: "微软雅黑"; }
.main7 form textarea {padding: 10px; clear: both; border: 1px solid #e0e0e0; height: 100px; background: none; resize: none; outline: none; color: #a1a1a1; font-size: 14px; margin-top: 10px; width: calc(100%); font-family: "微软雅黑"; }
.main7  form .inputsub {border-radius: 28px; text-indent: 0em; float: none; margin:0 auto ; border: none; background-color: #15ab47; color: #fff; padding: 0; font-size: 14px; line-height: 55px; text-align: center; width: 250px; height: 55px; display: block; cursor: pointer; }
.main7 .clear{height: 10px;}
.main7 .clear1{height: 40px;}
.footer {background-color: #ededed; padding-top: 50px; }
.footer .top{padding-bottom: 40px; }
.footer .top ul li{font-size: 14px;line-height: 2;color: #5f5f5f;}
.footer .top .ewm{text-align: right;width: 108px;text-align: center;float: right;padding: 0;}
.footer .top .ewm p{font-size: 14px;line-height: 2;text-align: center;}
.footer .bot {height: 50px; border-top: 1px solid #dbdbdb; background-color: #ededed; }
.footer .bot p {text-align: center; font-size: 14px; line-height: 50px; color: #666; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.imghover_big { overflow: hidden; display: block; position: relative; }
.imghover_big img { -webkit-transition: all 1.2s ease 0s; transition: all 1.2s ease 0s; }
.imghover_big:hover img { -webkit-transform: scale(1.1); transform: scale(1.1);  }
.imghover_big em { position: absolute; left: -200px; top: 0px; width: 150px; height: 100%; background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) ; overflow: hidden; -webkit-transform: skewx(-25deg); -webkit-transition: 0s; }
.imghover_big:hover em { width: 150px; left: 600px; -webkit-transition: 0.8s;transition: 0.8s }


.social-share{
    float: right;
    margin-top: 10px;
}
.social-share .icon-wechat .wechat-qrcode {
    bottom: -205px;    top: auto;
}
.social-share .icon-wechat .wechat-qrcode:after {
    display: none;
}
 @-webkit-keyframes scaleout { 0% {
-webkit-transform: scale(1.0)
}
 100% {
 -webkit-transform: scale(0.8);
}
}
 @keyframes scaleout { 0% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
100% {
 transform: scale(1.1);
 -webkit-transform: scale(0.8);
}
}

@-webkit-keyframes moveUpDown {
    from {-webkit-transform: translateY(-5px)}
    to {-webkit-transform: translateY(5px)}
}
@keyframes moveUpDown {
    from { transform: translateY(-5px)}
    to { transform: translateY(5px)}
}
.imgZoom img,.imgY180 img,.imgY180 i { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.imgZoom { overflow:hidden; }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }
.imgY180:hover i { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }
@media (max-width:992px){
	.wap_nav{
	display:block;
	}
	.nav{
	display:none;
	}
	.nav_bot{
	display:none;
	}
}


.am-img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.location {
	height: 50px;
	line-height: 50px;
    padding-left: 20px;
    background: url(../images/ico13.png) no-repeat left center;
}
.location a{
	color: #666;
	margin: 0 5px;
}

.pb80 {
    padding-bottom: 80px !important;
}

.ContnetMain {
    height: auto;
    margin: 20px auto;
}

.mleft {
    width: 20%;
    display: inline;
}
.mright {
    padding-bottom: 30px;
    padding-right: 2%;
    padding-left: 2%;
    width: 78%;
    display: inline;
    background: #fff;
    padding-top: 30px;
}
.mleft h2{    font-size: 24px;
    background: #15ab47;
    padding-bottom: 20px;
    text-align: center;
    /* padding: 5%; */
    padding-top: 20px;
    color: #fff;
    margin: 0;
}
.catalist{
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    background: #fff;
}
.catalist div a {
    font-weight: bold;
    background: url(../images/arw8.png) 87% 50% no-repeat;
    display: block;
    line-height: 1;
    height: 50px;
    line-height: 50px;
    text-indent: 30px;
    font-size: 14px;
    color: #15ab47;
    border-bottom: 1px solid #efefef;
}
.catalist div a:hover{background:url(../images/arw8.png) 87% 50% no-repeat #0060B6;color:#fff}
.conbox{
        margin-top: 20px;
    background: #fff;
    padding: 13px 20px 30px;
}
.conbox h3{
    font-size: 18px;
    color: #000;
    padding-left: 30px;
    background: url(../images/ic6.png) left center no-repeat;
    line-height: 52px;
}

.conbox p{
    color: #333333;
    line-height: 18px;
    margin-top: 12px;
}
.conbox p em{
    display: inline-block;
    vertical-align: top;
    width: 135px;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.position {
    height: 60px;
    line-height: 60px;
}
.position span {
    color: #15ab47;
    font-size: 24px;
    display: inline;
    float: left;
    padding-left: 10px;
}
.mright .content {
    font-size: 14px;
    color: #666;
    line-height: 2;
    text-align: justify;
}

.yaowen li{
    padding: 15px 0 27px;
    border-bottom: 1px #CCCCCC dashed;
}
.yaowen li a{
    display: block;
    position: relative;
}
.yaowen li .time{
    float: left;
        width: 15%;
    margin-top: 55px;
    font-size: 18px;
    color: #999999;
    text-align: center;
    line-height: 34px;
}
.yaowen li .time p{
    line-height: 68px;
    font-size: 36px;
    color: #333333;
    background: url(../images/bg12.png) center bottom no-repeat;
}
.yaowen li .word{
    float: right;
        width: 85%;
}
.yaowen li .word h3{
    line-height: 68px;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.yaowen li .word p{
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
}
.yaowen li .bor{
    width: 0;
    height: 1px;
    background: #0060B6;
    position: absolute;
    left: 0;
    bottom: -28px;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
}
.yaowen li a:hover .bor{
    width: 100%;
}
.yaowen li a:hover .time p{
    background-image: url(../images/bg13.png);
    color: #0060b6;
}
.yaowen li a:hover .time,
.yaowen li a:hover .word h3{
    color: #0060b6;
}
.yaowen li a:hover .word p{
    color: #333333;
}
.yaowen ul{
    padding-bottom: 40px;
}
#pages{text-align: center;}
#pages li{display: inline-block;    margin: 0 2px;}
#pages li a{display: block;padding: 8px 10px;background: #f2f2f2;}
#pages li span{display: block;
    padding: 8px 10px;
    background: #15ab47;color: #fff;}
.mright h1{
    text-align: center;
        font-weight: normal;
        font-size: 22px;
}
.pn{border:3px #efefef solid;font-size:14px;line-height:2;background:#f9f9f9;padding:20px;margin-top:20px}
.pn em{color:#666}
.pn a{color:#666}
.pn a:hover{color:#a90000; text-decoration:underline}
.long1 {
    width: 1200px;
    margin: 0 auto;
}
.newshow {
    background-color: #f4f4f4;
}.lx-le{
    width:50%;
    float: left;
    background: #fff;
    padding: 54px 70px 54px 75px;
}
.lx-le h3{
    font-size: 24px;
    color: #2c7e68;
    margin-bottom: 42px;
}
.lx-le-d{
    width:100%;
    height:70px;
    border-top:1px solid #e5e5e5;
}
.lx-le-d img{
    display: block;
    margin-top: 18px;
    float: left;
}
.lx-le-d p{
    float: left;
    margin-top: 26px;
    width: 402px;
    float: right;
    padding-top: 0;
    line-height: 20px;
    color:#333;
    font-size:15px;
}
.lx-ri{
    width: 50%;
    float:left;
    height:597px;
    background-color:#ccc;
}

.mes{width:592px;padding:30px 60px;}
.mes form{width:100%;}
.mes-u{width:100%;}
.mes-li{height: 38px;width: 270px;border: 1px solid #d1d1d1;float: left;margin-right: 22px;margin-bottom: 16px;}
.mes-li input{width:100%;border:none;height:36px;text-indent:20px;outline: none;}
.mes-li2{float:left;width: 564px;height: 72px;padding-top: 10px;border: 1px solid #d1d1d1;}
.mes-li2 textarea{width:100%;border:none;font-size:14px;text-indent:20px;height:100%;outline: none;}
.mes-li2{float:left;width: 564px;height: 72px;padding-top: 10px;border: 1px solid #d1d1d1;}
.mes-li3{height: 38px;width: 270px;float: left;margin-right: 22px;margin-top: 16px;}
.mes-li3-i{background: #2c7e68;height: 34px;width: 110px;color: #fff;font: 16px "Microsoft YaHei";border:none;}
.mes-li3-i2{background: #bbb;height: 34px;width: 110px;color: #fff;font: 16px "Microsoft YaHei";border:none;margin-left:20px;}
.mes-li4{float:left;width: 564px;height:30px;padding-top: 10px;}
.mes-li4-span{color:#999;font-size:12px;}
.mmmm{width:100%;background:url("../images/tutu.jpg") no-repeat -179px 0px;}

.download-list{ border-bottom:1px solid #e5e5e5; padding:0 10px 18px 10px; margin-bottom: 18px; }
.down-btn{ width: 29px; height: 29px; background-color: #bfbfbf; border-radius: 15px;}
.down-btn img{ margin: 7px auto;display: block;}
.w1{ width: 55%;}
.w2{ width: 165px; text-align: center;}
.w1,.w2{ line-height: 29px;font-size: 15px; color: #333333;}
.download-list:hover > div{ color:#4e8de6;}
.download-list:hover > a{ background-color:#4e8de6 !important;}

.carousel-indicators li {
    width: 16px;
    height: 16px;
    border: 1px solid #15ab47;
    border-radius: 10px;
}
.carousel-indicators .active {
    margin: 1px;
    width: 16px;
    height: 16px;
    background-color: #019901;
    border-color: #019901;
}
.nav11 {
    display: none;
    width: 100%;
    color: #FFF;
    overflow: hidden;
    background: #15ab47;
}
.nav11 ul {
    margin-bottom: 0;
    width: 101%;
    overflow: hidden;
}
.nav11 li {
    border-bottom: 1px solid #3c577d !important;
    border-right: 1px solid #3c577d;
    box-shadow: 1px 1px 0 #15ab47;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-bottom: 1px;
    text-align: center;
    width: 33%;
    border-bottom: 0;
}
.nav11 li a {
    background: none repeat scroll 0 0 #15ab47;
    border-bottom: 1px solid #3c577d;
    border-right: 1px solid #3c577d;
    box-shadow: 1px 0 0 #15ab47;
    color: #fff;
    display: block;
}
.mobile-foot {
    display: none;
}
.main-footer-1-con {
    max-width: 640px;
    min-width: 320px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 50px;
    background: rgba(0, 0, 0, 0.8);
}

.main-footer-1-list {
    border-top: 1px solid #0e951d;
    display: none;
}.main-footer-1-list li {
    float: left;
    width: 50%;
    height: 2.8rem;
    font-size: 1.2rem;
    line-height: 2.8rem;
    color: #fff;
    box-sizing: border-box;
    padding-left: 6%;
    position: relative;
    border-bottom: 1px solid #FFF;
}.main-footer-1-list li a {
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}.main-footer-1-list li:after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    left: 5%;
    top: 1rem;
    background: #fff;
    border-radius: 100%;
}
.mobile-foot p {
    margin: 0;
    display: inline-block;
    font-size: 1.6rem;
    color: #fff;
    line-height: 2.8rem;
    border: 1px solid #fff;
    border-radius: 0.4rem;
    padding: 0 4%;
}

@media (max-width: 1200px) {

}

@media (max-width: 960px) {


}

@media (max-width: 640px) {

}
.mright .i_pro ul li{float: left}
.imghover_big img{width: 100%}
.i_pro ul li h2{font-size: 16px;text-align: center}

.pch1{
    float: left;
}
.pch2{
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    background-color: #5cb656;
    color: #fff;
    transition: .1s;
    float: right;
    margin-top: 15px;
}
.clear::after {
    content: '';
    display: block;
    clear: both;
}
.imglist p{
    font-weight: normal;
    border: 1px solid #eee;
    border-right: 3px solid #5cb656;
    background-color: #fff;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin-top: 10px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}