*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
    color: #333;
}
body{
	font-family: "微软雅黑";
}

ul{
    list-style: none;
}

img{
    max-width: 100%;
}
/*缓存*/
/*.myPhone{
    position: absolute;
    top: 108px;
    width: 301px;
    overflow: hidden;
    transform: translate(0,0);
    display: none;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
    transform: translate(0,10px);
    right: 0;
    z-index: 10;
}

.tel-bar {
    display: inline-block;
    background: #008DD5;
    color: #fff;
    padding: 2em 4em;
    text-align: center;
}

.tel-bar img {
    width: 4em;
    margin-bottom: 1em;
}

.tel-bar .tel-link {
    font-size: 2em;
    display: block;
    color: #fff!important;
}
.tel-bar p {
    display: inline-block;
    font-size: 0.9em;
    padding: 0.5em;
    line-height: 1;
    margin: auto;
    /* background-color: #34B7FB; */
/*}*/
.load_box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
}

.load_box .loader_loader {
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.loader_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    height: 200px;
    align-items: center;
    justify-content: center;
}
@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }

  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }

  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: 0.77s;
          animation-delay: 0.77s;
  -webkit-animation-duration: 1.26s;
          animation-duration: 1.26s; }
.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: 0.29s;
          animation-delay: 0.29s;
  -webkit-animation-duration: 0.43s;
          animation-duration: 0.43s; }
.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
  -webkit-animation-duration: 1.01s;
          animation-duration: 1.01s; }
.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
  -webkit-animation-duration: 0.73s;
          animation-duration: 0.73s; }
.line-scale-party > div {
  background-color: #7aba1e;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
          animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0; }


/*end*/


/*头部*/
/*.headers{
    width: 100%;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    z-index: 12;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.headers>div{
    max-width: 1310px;
    margin: auto;
    height: 129px;
}*/
.listheader{
    width: 100%;
}
.listheaders{
    max-width: 1710px;
    padding: 0 10px;
    margin: auto;
    height: 120px;   
}




.listheaderLeft{
    float: left;
    line-height: 120px;
    width: 33%;
}
.listheaderLeft a{

}
.listheaderLeft a img{

}

.listheadersearch{
    float: right;
    line-height: 120px;
}
.listheadersearch img{
    cursor: pointer;
}


.listheaderRight{
    width: 59%;
    position: relative;
    float: right;
    margin: auto;
}

.nas{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.nas>li{
    position: relative;
    width: 12.2%;
    height: 120px;
    line-height: 120px;
}

.nas>li>a{
    display: block;
    font-size: 16px;
    overflow: hidden;
    color: #666666;
    width: 100%;
    text-align: center;
    position: relative;
}
.nas>li>a img{
    margin-left: 1rem;
}
.navs{
    transition: 0.3s linear;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 19%;
    border-radius: 30px;

}
.nas>li:last-child>a{
    border: 0;
}
/*.nas>li:hover>a{
    color: #309841;
}*/
.nas>li:hover>a .navs{
    background: #309841;
    color: #fff;
}






/**/
.clear {
    clear: both;
}



.m-nav {
    position: fixed;
    top: 5rem;
    left: 0;
    width: 100%;
    height: calc(100% - 5rem);
    z-index: 33000000;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
    display: none;
}

.m-nav li a{
    display: block;
}
.m-nav li .tit{
    font-size: 1.36rem;
    line-height: 1.46rem;
    padding: 1rem;
    color: #2c2c2c;
    border-bottom: 1px solid #e5e5e5;
}

.m-nav li .tit:before{
content: "";
    position: absolute;
    right: 1.3rem;
    width: 1.42rem;
    height: 1.42rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../image/m-nav-arrow.png);
}
.m-nav li.on1 .tit:before{
    background-image: url("../image/m-nav-jia.png");
}
.m-nav li.on2 .tit:before{
    background-image: url("../image/m-nav-jian.png");
}
.m-nav li .navson{
    padding: .15rem 0;
    border-bottom: 1px solid #e5e5e5;
    display: none;
}
.m-nav li .navson a{
    font-size: 1.3rem;
    line-height: 2.4rem;
    padding: .15rem 1.3rem;
    color: #737373;
}
























.search {

}
.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 120px;
    display: none;
    z-index: 10;
    right: 0;
    background: #309841;
    padding: 18px 2%;
}
.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../image/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}
.search-box form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(255,255,255,.2);
}
.search-box form .text {
    font-size: 12px;
    color: #fff;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
}
.search-box form .submit {
    width: 14px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../image/wel25.png) no-repeat center;
    border: none;
}
.search-box form .text::-webkit-input-placeholder{
    color: #fff;
}
.search-box form .text:-moz-placeholder{
    color: #fff;
}
.search-box form .text::-moz-placeholder{
    color: #fff;
}
.search-box form .text:-ms-input-placeholder{
    color: #fff;
}
/*.clickPhone:hover .myPhone{
    opacity: 1;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
}*/
.nas>li .more{
    position: absolute;
    top: 78px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 7px 0 21px;
    z-index: 100;
    display: none;
}
.nas>li .more a{
    display: block;
    color: #333;
    text-align: center;
    font-size: 14px;
    height: 41px;
    line-height: 41px;
    transition: all 0.3s linear 0s;
}

.nas>li .more a:hover{
    color: #309841;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}
.banner .bannerswiperpagination span.swiper-pagination-bullet-active{
    background: #309841;
}



.miaoindex_a{
    max-width: 1710px;
    padding: 0 10px;
    margin: auto;
    overflow: hidden;
}

.miaoindex_aLeft{
    float: left;
    /*display: table;*/
    width: 54%;
    height: 800px;
    background: url(../image/4.png)right 0 no-repeat;
    overflow: hidden;
}

.miaoindex_aLefts{
    position: relative;
    height: 100%;
    line-height: 800px;
    width: 100%;
}

.miaoindex_aLefts .miaoindex_aLeftsswiper{
    width: 91%;
    margin-left: 0;
    display: inline-block;
}
.miaoindex_aLefts .miaoindex_aLeftsswiper img{
    width: 100%;
}
.miaoindex_aLefts .miaoindex_aLeftsswipernext{
    background: url(../image/5.png)center 0 no-repeat;
    width: 62px;
    height: 62px;
    right: 0;
    top: 44%;
}
.miaoindex_aLefts .miaoindex_aLeftsswiperprev{
    background: url(../image/6.png)center 0 no-repeat;
    width: 62px;
    height: 62px;
    left: auto;
    right: 0;   
}


.miaoindex_aRight{
    float: right;
    width: 42%;
    overflow: hidden;
}
.miaoindex_aRight>img{
    display: block;
    margin-top: 92px;
}
.miaoindex_aRight label{
    display: block;
    font-size: 36px;
    color: #309841;
    line-height: 100%;
    margin-top: 23px;
}
.miaoindex_aRight span{
    font-size: 25px;
    color: #343434;
}
.miaoindex_aRight i{
    width: 34px;
    height: 4px;
    background: #309841;
    display: block;
    margin: 30px 0px;
}
.miaoindex_aRight h5{
    font-size: 20px;
    color: #309841;
    margin: 0;
    margin-bottom: 25px;
}
.miaoindex_aRight p{
    font-size: 16px;
    color: #666666;
    line-height: 36px;
}
.miaoindex_aRight div{
    position: relative;
    overflow: hidden;
    margin-top: 46px;
}
.miaoindex_aRight div>img{
    
}
.miaoindex_aRight div a{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}
.miaoindex_aRight div a img{
    
}



.allTop{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.allTop label{
    font-size: 36px;
    color: #309841;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: 100%;
}
.allTop div{
    font-size: 28px;
    color: #343434;
}


.miaoindex_bnav{
    text-align: center;
    margin-bottom: 38px;
    font-size: 0;
}

.miaoindex_bnav a{
    width: 143px;
    height: 43px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    background: #309841;
    color: #fff;
    margin: 0 18px;
    font-size: 16px;
}


.miaoindex_b{
    max-width: 1710px;
    padding: 0 10px;
    margin: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;    
}
.miaoindex_b a{
    display: block;
    width: 23%;
    overflow: hidden;
    margin-bottom: 3rem;
}
.miaoindex_b .miaoindex_bimg{
width: 100%;
    overflow: hidden;
    height: 300px;
    border: 1px solid #eeeeee;
}
.miaoindex_b .miaoindex_bimg img{
width: 100%;
    transition: all 0.3s;
    height: 100%;
}
.miaoindex_b .miaoindex_btext{
        border: 1px solid #eeeeee;
    border-top: 0;
    padding: 0 18px;
    overflow: hidden;
}

.miaoindex_b .miaoindex_btext span{
        font-size: 16px;
    color: #000000;
    display: block;
    margin-top: 23px;
    margin-bottom: 13px;
}

.miaoindex_b .miaoindex_btext p{
        color: #666666;
    margin: 0;
    margin-bottom: 14px;
}

.miaoindex_b .miaoindex_btext div{
    color: #999999;
    border-top: 1px solid #eeeeee;
    overflow: hidden;
    padding: 11px 0;
}
.miaoindex_b .miaoindex_btext div img{
        float: right;
    margin-top: 9px;
}

.miaoindex_b a:hover .miaoindex_bimg img{
    transform: scale(1.1);
}


.miaoindex_c{
    background: url(../image/11.png)center 0 no-repeat;
    height: 760px;
    width: 100%;
    overflow: hidden;  
}




#certify {
    position:relative;
    max-width:1596px;
    margin:0 auto
}
#certify .swiper-container {
    margin:auto;
    width:100%;
    max-width: 1329px;
}
#certify  .swiper-slide {
    width:743px;
    height:494px;
    background:#fff;
}
#certify  .swiper-slide img {
    display:block;
    width:100%;
    height:100%;
}
#certify  .swiper-slide span {
    display:block;
    height:55px;
    text-align:center;
    line-height:55px;
    color:#fff;
    font-size:18px;
    background:rgba(0,0,0,0.5);
    position:absolute;
    width:100%;
    bottom:0;
    opacity:0;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin:0 5px;
    border:3px solid #fff;
    background-color:#d5d5d5;
    width:10px;
    height:10px;
    opacity:1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color:#fff;
}
#certify .swiper-slide-active a span {
    opacity:1;
}

#certify i{
font-style: normal;
    font-size: 34px;
}

#certify .forenext{
    width: 62px;
    height: 62px;
    background: #f5f5f5;
    color: #58a663;
    line-height: 75px;
    text-align: center;
    transition: all 0.3s;
    border-radius: 30px;
}

#certify .foreprev{
    width: 62px;
    height: 62px;
    background: #f5f5f5;
    color: #58a663;
    line-height: 75px;
    text-align: center;
    transition: all 0.3s;
    border-radius: 30px;     
}


























.miaoindex_d{
    max-width: 1710px;
    padding: 0 10px;
    margin: auto;
    overflow: hidden;
}

.miaoindex_dLeft{
    float: left;
    width: 47%;
}

.miaoindex_dLeft img{
    width: 100%;
}


.miaoindex_dRight{
    float: right;
    width: 50%;
    overflow: hidden;
}

.miaoindex_dTop{
    overflow: hidden;
    height: 39px;
    border-bottom: 1px solid #ebebeb;
}


.miaoindex_dTop div{
    float: left;
    height: 100%;
}

.miaoindex_dTop div a{
    display: block;
    width: 136px;
    height: 100%;
    float: left;
    background: #ebebeb;
    color: #000000;
    font-size: 18px;
    text-align: center;
    line-height: 39px;
    margin-right: 14px;
    transition: all 0.3s;
}

.miaoindex_dTop>a{
    float: right;
    line-height: 39px;
    font-size: 16px;
    color: #666666;
}
.miaoindex_dTop div a:hover{
    color: #fff;
    background: #309841;
}


.miaoindex_dRights{
    width: 100%;
    overflow: hidden;
}
.miaoindex_dRights a{
    display: block;
    overflow: hidden;
    height: 92px;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 7%;
}
.miaoindex_dRights a .neLeft{
    float: left;
    width: 81%;
    overflow: hidden;
}
.miaoindex_dRights a .neLeft div{
        font-size: 16px;
    color: #333333;
}
.miaoindex_dRights a .neLeft p{
    margin: 0;
    color: #666666;
    line-height: 24px;
    margin-top: 7px;
}

.miaoindex_dRights a .neRight{
    float: right;
    background: #e6e6e6;
    height: 100%;
    width: 11%;
    text-align: center;
    color: #fff;
    transition: all 0.3s;
}
.miaoindex_dRights a .neRight div{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 2px;
    margin-top: 4px;
}
.miaoindex_dRights a .neRight p{
    
}

.miaoindex_dRights a:hover .neRight{
    background: #309841;
}



.miaoindex_e{
    max-width: 1710px;
    padding: 0 10px!important;
    margin: auto;
    overflow: hidden;
    margin-bottom: 68px!important;    
}
.miaoindex_e a{
    display: block;
    border: 1px solid #dcdcdc;
    overflow: hidden;

}
.miaoindex_e a img{
    width: 100%;
    transition: all 0.3s;
}
.miaoindex_e a:hover img{
    transform: scale(1.1);
}


.bottom{
    width: 100%;
    background: #309841;
    overflow: hidden;
}

.bottoms{
    max-width: 1710px;
    padding: 0 10px;
    margin:50px auto;
    overflow: hidden;    
}

.bottomsimg{
    float: left;
    width: 16%;
}
.bottomsimg img{

}


.bottomscenter{
float: left;
    width: 64%;
    display: flex;
    margin-left: 4%;
}
.bottomscenter div{
    flex:1;
}
.bottomscenter div a{
    display: block;
    background: url(../image/17.png)left 0 no-repeat;
    background-position: left;
    font-size: 14px;
    color: #fff;
    padding-left: 14px;
    margin-bottom: 20px;
}
.bottomscenter div a:nth-child(1){
    display: block;
    background: none;
    padding: 0;
    font-size: 18px;
    color: #f8f8f8;
}




.bottomsRight{
    float: right;
    width: 16%;
    overflow: hidden;
}
.bottomsRight span{
    display: block;
    font-size: 18px;
    color: #f8f8f8;
}
.bottomsRight a{
    color: #fff;
    display: block;
    margin-top: 20px;
}
.bottomsRight div{
    font-size: 20px;
    color: #fff;
    background: url(../image/15.png)left 0 no-repeat;
    padding-left: 35px;
    margin: 10px 0;
}
.bottomsRight p{
    color: #fff;
}


.allbottom{
    width: 100%;
    line-height: 88px;
    border-top: 1px solid #83c18d;
    overflow: hidden;
}
.allbottoms{
    max-width: 1710px;
    padding: 0 10px;
    margin:0 auto;
    overflow: hidden;   
}
.allbottoms .allbottomsLeft{
    float: left;
    color: #fff;
}
.allbottoms .allbottomsLeft a{
    color: #fff;
}

.allbottoms .allbottomsRight{
    float: right;
    color: #fff;
}
.allbottoms .allbottomsRight a{
    color: #fff;    
}

























/**/
.listbanner{
    width: 100%;
    overflow: hidden;
    height: 400px;
    position: relative;
    text-align: center;
    color: #fff;
    padding-top: 14rem;
}


.listbanner img{

}
.listbanner label{
    display: block;
    font-size: 30px;
    margin-top: -51px;
}
.listbanner div{
    border-top-color: #309841;
    border-top-style: solid;
    border-top-width: 3px;
    width: 120px;
    margin: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.listbanner p{
    font-size: 16px;
    margin: 0;
}



.listnav{
    width: 100%;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.listnav>div{
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
}


.listnavright{
    float: right;
}
.listnavright a{
    color: #309841;
}
.listnavright span{

}

.listcontact{
    width: 100%;
    min-height: 1000px;
    overflow: hidden;
    background: url(../image/mtconback.jpg)center 0 no-repeat;
    background-position: top center;
    text-align: center;
}
.listcontact>img{
    margin: 7rem 0;
    transition: all 1s;
    cursor: pointer;
}
.listcontact>img:hover{
    transform: rotate(360deg);
}
.listcontact>p{
    margin: 0;
    font-size: 46px;
}
.listcontact>p>label{
    margin: 0;
}
.listcontact>span{
    font-size: 16px;
    color: #707070;
    line-height: 34px;
    display: block;
    margin-top: 3rem;
}
.listcontact>span>a{
    color: #707070;
}

#allmap{
    max-width: 1280px;
    margin: auto;
    height: 400px;
    overflow: hidden;
    margin-top: 4rem;
}
div.info-top {
    position: relative;
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0;
}
div.info-top div {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    padding: 0 10px;
    text-align: left;

}
div.info-middle {
    font-size: 12px;
    padding: 10px;
    line-height: 21px;
    text-align: left;
}
div.info-bottom img {
    position: relative;
    z-index: 104;
}
div.info-top img {
    position: absolute;
    top: 10px;
    right: 10px;
    transition-duration: 0.25s;
}







/**/
.listnavleft{
    float: left;
    overflow: hidden;
}
.listnavleft a{
    display: block;
    width: 200px;
    text-align: center;
    color: #333;
    border-left: 1px solid #ccc;
    float: left;
    font-size: 16px;
    transition: all 0.3s;
}
.listnavleft a:last-child{
    border-right: 1px solid #ccc;
}
.listnavleft a:hover{
    background: #309841;
    color: #fff;
    border-left: 1px solid #309841;
}

.listabout{
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 2rem;
}

.listabout .listabouttitle{
    text-align: center;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    font-size: 30px;
    margin: 0;
    padding-bottom: 2rem;
    margin-top: 5rem;
}
.listabout>div{
    line-height: 25px;
}


.listnew{
max-width: 1280px;
    margin: auto;
    overflow: hidden;
    padding-top: 4rem;
}
.listnew a{
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}
.listnew a img{
    float: left;
    width: 20%;
}
.listnew .listnewright{
    float: right;
    width: 78%;
    overflow: hidden;
    margin-top: 2rem;
}
.listnew .listnewright .listnewrighttop{
overflow: hidden;
    line-height: 34px;
}
.listnew .listnewright .listnewrighttop span{
font-size: 24px;
    transition: all 0.3s;
    color: #333;
}
.listnew .listnewright .listnewrighttop div{
    float: right;
    color: #c8c8c8;
    font-size: 12px;
}
.listnew .listnewright .listnewrighttop div i{

}
.listnew .listnewright .listnewrighttop div label{
margin: 0;
    font-weight: 400;
    color: #969696;
}

.listnew .listnewright p{
    color: #666;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}
.listnew .listnewright>span{
    width: 86px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: block;
    background: #309841;
    padding: 5px 0;
    float: right;
    transition: all 0.3s;
}
.listnew .listnewright .listnewrighttop span:hover{
    color: #309841;
}
.listnew .listnewright>span:hover{
    background: #000;
}


/**/

.listmessages input::-webkit-input-placeholder { /* WebKit browsers */
  color: #DEDEDE;
}

.listmessages input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #DEDEDE;
}

.listmessages input::-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #DEDEDE;
} 

.listmessages textarea::-webkit-input-placeholder { /* WebKit browsers */
  color: #DEDEDE;
}

.listmessages textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #DEDEDE;
}

.listmessages textarea::-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #DEDEDE;
} 


.listmessage{
    max-width: 1280px;
    margin: 5rem auto;
    overflow: hidden;
}
.listmessages{
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    margin-bottom: 12px;
}
.listmessages span{
    display: inline-block;
    float: left;
    width: 100px;
    text-align: right;
    color: #666;
    margin-right: 1rem;
}
.listmessages input{
    width: 500px;
    height: 30px;
    border: 1px solid #f0f0f0;
    padding-left: 10px;

}
.listmessages textarea{
width: 500px;
    height: 150px;
    border: 1px solid #f0f0f0;
    padding-left: 10px;
}
.listmessage>form>input{
    background-color: #309841;
    height: 40px;
    width: 90px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border: 0;
    margin-left: 68px;
    margin-top: 3rem;
    font-size: 16px;

}


.listpro{
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.listproleft{
    width: 22%;
    overflow: hidden;
    float: left;
}
.listproleft a{
    height: 70px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 70px;
    border: #e6e6e6 1px solid;
    display: block;
    color: #333;
    margin-bottom: 1.5rem;
    transition: all 0.3s;
}
.listproleft a:hover{
    background: #309841;
    color: #fff;
}


.listproright{
float: right;
    width: 74%;
}
.listproright .title .tle {
    font-size: 18px;
    transition: all .5s ease;
    font-family: arial;
    color: #333;
    font-weight: 600;
}
.listproright .fa {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    color: #fff;
    z-index: 999;
}
.listproright .p_Product:hover .k {
    left: -50px;
    top: -50px;
}
.listproright .p_Product:hover .line {
    width: 100%;
}
.listproright .p_Product:hover .img {
    transform: scale(1.1);
}
.listproright .p_Product:hover .tle {
    color: #309841;
}
.listproright .p_Product:hover {
    box-shadow: 0 0 20px #ddd;
}
.listproright .p_Product {
    width: 32%;
    border-right: #e6e6e6 1px solid;
    border-top: #e6e6e6 1px solid;
    border-bottom: #e6e6e6 1px solid;
    border-left: #e6e6e6 1px solid;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 2%;
    margin-bottom: 2rem;
}
.listproright .p_Product:nth-child(3n){
    margin-right: 0;
}

.listproright .xq {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.listproright .line {
    position: absolute;
    width: 0px;
    height: 2px;
    background-color: #309841;
    bottom: -1px;
    left: 0px;
    transition: all .5s ease;
}

.listproright .k {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 100px;
    height: 100px;
    background-color: #309841;
    transform: rotate(45deg);
    transition: all .5s ease;
}
.listproright .foot {
    padding: 30px 30px 30px;
    background: #fff;
}
.listproright .foot .more {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}
.listproright .read {
    font-size: 14px;
    color: #309841;
    font-family: arial;
    font-weight: bold;
}
.listproright .foot {
    padding: 30px 30px 30px;
    background: #fff;
}

.listproright .pic {
    overflow: hidden;
    width: 100%;
    height: 210px;
}
.listproright .pic .img {
    width: 100%;
    height: 100%;
    transition: all 2s ease .5s;
}
.listproright .title {
    padding-top: 28px;
    width: 100%;
    height: 80px;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: #e6e6e6 1px solid;
    background: #fff;
}



.listshowright{
    float: right;
    width: 100%;
}
.listshowrighttop{
    width: 100%;
    overflow: hidden;
}
.detailleft{
    float: left;
    width: 50%;
}





.detailright{
    float: right;
    width: 45%;
    overflow: hidden;
}
.detailright p{

}
.detailright p span{
    
}   
.detailright p label{
    margin: 0;
    font-size: 24px;
}

.listshowrightbottom{
    width: 100%;
    margin-top: 3rem;
}
.listshowrightbottom>span{
    width: 114px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    display: block;
    background-color: #309841;
}
.listshowrightbottom>div{
    border:1px solid #ccc;
    padding: 15px;
    line-height: 25px;
}




.ProductDetailsSmallimg {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.ProductDetailsSmallimg ul {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ProductDetailsSmallimg ul {
    padding-bottom: 0;
}

.ProductDetailsSmallimg ul li {
    position: relative;
    display: inline;
    margin-right: 28px;
    cursor: pointer;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ProductDetailsSmallimg ul li span {
    display: block;
    height: 100%;
    border: 1px solid #dadada;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    right: 0;
    bottom: 0;

}

.ProductDetailsSmallimg ul li.cur span {
    height: 100%;
    border: 1px solid #309841;
}

.ProductDetailsSmallimg ul li img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: 66px;
}

.ProductDetailsSmallimg ul li h5 {
    text-align: center;
    font-size: 16px;
    height: 30px;
    line-height: 24px;
    margin-bottom: -30px;
}


.side_service{height: 199px;width: 50px;background: #12559A;border-top-left-radius: 10px;border-bottom-left-radius: 10px;position: fixed;right: 0;bottom:20%;z-index: 999;padding: 14px 0;}
.side_service>a{background: url("../image/service_icon.png") no-repeat;width: 50px;height: 57px;cursor: pointer;position: relative;display: block;}
.side_service .service_tel{background-position: 13px 17px;}
.side_service .service_kefu{background-position: 13px -41px;}
.side_service .service_qq{background-position: 13px -101px;}
.side_service .service_tel:hover{background-position: -31px 17px;}
.side_service .service_kefu:hover{background-position: -31px -41px;}
.side_service .service_qq:hover{background-position: -31px -101px;}
.service_kefu .service_pull{width: 158px;height: 129px;position: absolute;right: 100%;background: #12559A;border-top-left-radius: 10px;border-bottom-left-radius: 10px;display: none;top: 0;}
.service_kefu p{text-align: center;color: #e9e9e9;font-size: 15px;margin-top: 28px;}
.service_kefu h1{display: block;width: 110px;height: 30px;margin: 15px auto 0;line-height: 30px;border: 1px solid #fff;color: #fff;font-size: 14px;text-align: center;border-radius: 3px;}
.service_qq .service_pull{width: 138px;height: 159px;background: #12559A;position: absolute;right: 100%;border-top-left-radius: 10px;border-bottom-left-radius: 10px;top: -55px;display: none;}
.sqr{float: left;text-align: center;width: 108px;margin: 14px 15px 0;color: #fff;font-size: 14px;}
.sqr img{width: 108px;height: 108px;display: block;color: #fff;margin-bottom: 7px;}
.service_qq i{width: 1px;height: 130px;background: #0175c3;float: left;margin-top: 14px;}
.cd-top-box{position: fixed;right: 0;bottom: 20%;width: 50px;margin-bottom: -70px;height: 69px;background-color: #12559A;border-radius: 10px 0 0 10px;cursor:pointer;z-index: 999;}
.cd-top-box i{display: block;width: 20px;height: 10px;background: url('../image/backup_icon.png') no-repeat;margin: 10px auto 5px;}
.cd-top-box p{font-size: 14px;color: #fff;text-align: center;line-height: 18px;}



/*.ProductimgArrowleft {
    display: block;
    position: absolute;
    bottom: 43px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: #ededed;
    border-radius: 36px;
    outline: none;
}
.ProductimgArrowleft {
    left: 0px;
}
.ProductimgArrowright {
    display: block;
    position: absolute;
    bottom: 43px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: #ededed;
    border-radius: 36px;
    outline: none;
}

.ProductimgArrowright {
    right: 0px;
}*/

@media (min-width: 992px){
.ProductDetailsSmallimg {
    width: 83%;
    margin: 0 auto;
}

.dioo{
    position: relative;
    margin-top: 2rem;
}

.ProductimgArrowleft {
    display: block;
    position: absolute;
    bottom: 43px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: #ededed;
    border-radius: 36px;
    outline: none;
}
.ProductimgArrowleft {
    left: 0px;
    top: 26%;
}
.ProductimgArrowright {
    display: block;
    position: absolute;
    bottom: 43px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: #ededed;
    border-radius: 36px;
    outline: none;
}

.ProductimgArrowright {
    right: 0;
    top: 26%;
}
.ProductimgArrowright:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-left: 3px solid #999999;
    border-bottom: 3px solid #999999;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
margin: 13px 0 0 11px;
}
.ProductimgArrowleft:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-left: 3px solid #999999;
    border-bottom: 3px solid #999999;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
margin: 13px 0 0 11px;
}

.ProductimgArrowleft:hover {
    background: #0061b0;
}
.ProductimgArrowright:hover {
    background: #0061b0;
}
.ProductimgArrowright:hover:after {
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
}
.ProductimgArrowleft:hover:after {
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
}

}







.prolistpro{
    max-width: 1280px;
    margin: auto;
    margin-bottom: 2rem;
}

.left_zi {
  width: 217px;
  float: left;
  border-right: 1px solid #f5f5f5;
}


.left_zi .top_com {
  background: url(../image/left_top_bg.jpg) no-repeat;
  min-height: 180px;
  padding-top: 100px;
  position: relative;
}
.left_zi .top_com span {
  font-size: 27px;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  width: 100%;
  display: block;
  overflow: hidden;
  color: #fff;
  padding: 0px 20px;
}
.left_zi .top_com:after {
  content: url(../image/after_top.png);
  position: absolute;
  left: 0px;
  top: -33px;
  width: 374px;
  height: 33px;
  z-index: 10;
}
.left_zi .nav_left {
  border-left: 8px solid #e5e5e5;
  padding: 0px 6px;
  position: relative;
}
.left_zi .nav_left li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0px 30px;
  position: relative;
}
.left_zi .nav_left li a {
  font-size: 14px;
  color: #666666;
  font-family: "微软雅黑";
  display: block;
  width: 100%;
  padding-right: 12px;
  overflow: hidden;
  height: 54px;
  line-height: 54px;
  background: url(../image/li_san.png) right center no-repeat;
}
.left_zi .nav_left li:hover>a {
  color: #309841;
  font-weight: 700;
}
.left_zi .nav_left li .er {
  padding: 0px 0px 10px;
}
.left_zi .nav_left li .er a {
  font-size: 12px;
  color: #999;
  line-height: 24px;
  height: 24px;
  background: none;
  font-weight: 500;
}
.left_zi .nav_left li .er a:hover {
  color: #309841;
}
.left_zi .nav_left .active a {
  color: #309841;
  font-weight: 700;
}
/*.left_zi .nav_left:before {
  content: "";
  position: absolute;
  height: 46px;
  width: 13px;
  top: 0px;
  left: -13px;
  background: #309841;
}*/
.left_zi .pro_lei {
  border: 1px solid #f5f5f5;
  margin-top: 40px;
}
.left_zi .pro_lei .top {
  background: #309841 url(../image/li_lei.png) no-repeat 20px center;
  padding-left: 40px;
  height: 38px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 38px;
}
.left_zi .pro_lei .pro_l_nei {
  padding: 20px 5px 10px;
  border-bottom: 1px solid #F5F5F5;
}
.left_zi .pro_lei .pro_l_nei .pic {
  width: 100%;
  position: relative;
}
.left_zi .pro_lei .pro_l_nei .pic i {
  display: block;
  padding-bottom: 69.12442396313364%;
}
.left_zi .pro_lei .pro_l_nei p {
  height: 30px;
  line-height: 30px;
  width: 100%;
  overflow: hidden;
}
.left_zi .pro_lei .left_g_new {
  padding: 20px;
}
.left_zi .pro_lei .left_g_new li a {
  color: #686868;
  font-size: 13px;
  line-height: 27px;
  height: 27px;
  overflow: hidden;
  widows: 100%;
  display: block;
  background: url(../image/li_dian1.jpg) no-repeat left center;
  padding-left: 10px;
}
.left_zi .pro_lei .left_g_new li a:hover {
  color: #3385c1;
  font-weight: 700;
}


.nav_leftmore{
    padding-left: 17px;
    display: none;
}
.nav_leftmore a{

}
.nav_leftmore a:hover{
   color: #309841!important;
  font-weight: 700;   
}



.listmui{
    width: 100%;
    overflow: hidden;
}

.listmui .bar {
    border-bottom: 1px solid #eaeaea;
    padding: 30px 0px 10px;
    overflow: hidden;
}
.listmui .bar .b_tt {
    float: left;
    font-size: 20px;
    color: #1f1f1f;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 20%;
    overflow: hidden;
}
.listmui .bar .curbar {
    float: right;
    text-align: right;
    font-size: 12px;
    color: #6e6e6e;
    width: 78%;
    vertical-align: middle;
    margin-top: 12px;
}
.listmui .bar .curbar i {
    font-style: normal;
    max-width: 100px;
    overflow: hidden;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
}

.listmui .bar .curbar a {
    max-width: 100px;
    overflow: hidden;
    height: 18px;
    color: #6e6e6e;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
}

.listmuiabout{
    width: 100%;
    line-height: 26px;
    margin-top: 2rem;
}



.listxiangguanTop {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #c1c1c1;
    color: #309841;
    font-size: 16px;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 3rem;
}



.listmuiabouttwo{
    width: 100%;
    margin-top: 2rem;
    overflow: hidden;
}

.listmuiabouttwoLeft{
    float: left;
    width: 50%;
    overflow: hidden;
}
.listmuiabouttwoLeft .tit{
    width: 100%;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    background: url(../image/tt1.jpg)center 0 no-repeat #8391AC;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}


.listmuiabouttwoRight{
    float: right;
    width: 43%;
    overflow: hidden;
}

.listmuiabouttwoRight .tit{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    background: #8391AC;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 10px;
}


.listmuiabouttwoRightpro{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.listmuiabouttwoRightpro a{
    display: block;
    width: 49%;
    text-align: center;
    color: #333;
    margin-bottom: 2%;
    overflow: hidden;
    margin-right: 2%;
}
.listmuiabouttwoRightpro a div{
    border: 1px solid #ccc;
    overflow: hidden;
}
.listmuiabouttwoRightpro a div img{
    width: 100%;
    transition: all 0.3s;
}
.listmuiabouttwoRightpro a span{
    line-height: 30px;
    display: block;
}

.listmuiabouttwoRightpro a:nth-child(2n){
    margin-right: 0;
}


.listmuiabouttwoRightpro a:hover div img{
    transform: scale(1.1);
}


