@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, p, form{margin:0;}
ol,ul{margin:0; padding:0;}
ul{margin:0; padding:0;}
ul li{list-style: none; }
a{text-decoration: none; color: #333;   -webkit-transition: all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    transition:  all 0.3s ease;}
a:hover{text-decoration: none;  color: #44a8f3;}
*{box-sizing: border-box;}
html{height: 100%;}
body {
    background: #ffffff;
    font-family:  "Microsoft YaHei","微软雅黑","Open Sans", Arial, SimSun, sans-serif;
    font-style: normal;
    position: relative;
    font-size: 14px;
    color: #333;
}
.container{
    position: relative;
}
::-webkit-scrollbar              {/* 1 */width:9px; background-color:#333;}
::-webkit-scrollbar-button       {/* 2 */}
::-webkit-scrollbar-track        {/* 3 */}
::-webkit-scrollbar-track-piece  {/* 4 */}
::-webkit-scrollbar-thumb        {/* 5 */border:solid 2px #333; width:5px;  border-radius:4px; background-color:#fff;}
::-webkit-scrollbar-corner       {/* 6 */background-color:#333;}
::-webkit-resizer                {/* 7 */}
::-webkit-scrollbar:horizontal   {height:9px;}
.padding-clear{margin-left: -10px;margin-right: -10px;}
.f_16{font-size: 16px;}
.fl{  float: left;  }
.fr{  float: right;  }
.t-50{ margin-top: 50px;  }
.bold{  font-weight: bold;  }
.c-auto{display: block;margin-left: auto;margin-right: auto;}
.t-c{text-align: center;}
.i-b{display: inline-block;}
.img-auto{  display: block;  width: 100%;  height: 100%;  }
.menu{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: url("../images/menu.png") no-repeat center;
    background-size: 100%;
}
.menu2{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: url("../images/menu2.png") no-repeat center;
    background-size: 100%;
}
.index-nav2{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 1000;
}
.index-nav2 li{
    background: rgba(0,0,0,0.6);
    /*border-bottom: 1px solid red;*/
    width: 100%;
    text-align: center;
    padding: 15px 0 ;

}
.index-nav2 li a{
    color: #fff;
    padding: 10px;
}

.page{
    margin: 20px 0 20px;
}
.page ul li{
    float: left;
    padding: 4px 10px;
    border: 1px solid #bbb;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
}
.page ul li a{

}
.page ul li.on{
    background: #44a8f3;
    color: #fff;
    border: 1px solid #44a8f3;
}
.page ul li:hover{
    background: #44a8f3;
    border: 1px solid #44a8f3;
}
.page ul li:hover a{
    color: #fff;
}
.flip{
    margin-top: 20px;
    margin-bottom: 20px;
}
.flip a{
    display: block;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    -webkit-transition: all 0.2s linear;  -moz-transition:  all 0.2s linear;  transition:  all 0.2s linear;
}
.flip a:hover{
    color: #1ebcd5;
}
.wlc{
    float: left;
    font-size: 12px;
}
.header-top{
    line-height: 36px;
    width: 100%;
    background: #f3f3f3;
    height: 36px;
}
.phone-wrap{
    float: right;
}
.phone-wrap img{
    float: left;
    margin-top: 10px;
}
.phone-wrap p{
    float: left;
    margin-left: 12px;
}
.phone-wrap p span{
    font-weight: bold;
    color: #85c226;
}
.header{
    height: 100px;

}
.logo{
    display: block;
    float: left;
    margin-top: 20px;
}
.main-nav{
    float: right;
    margin-top: 30px;
}
.main-nav li{
    float: left;
    text-align: center;
    margin: 0 10px;
    font-size: 16px;
}
.main-nav li a{
    padding: 8px 4px;
    display: block;
}
.main-nav li.on{

}
.main-nav li.on a{
    color: #44a8f3;
    border-bottom: 2px solid #44a8f3;
}
.main-nav li:hover a{
    color: #44a8f3;
    border-bottom: 2px solid #44a8f3;
}
.banner{
    width: 100%;
}
.banner .swiper-container{
    width: 100%;
}





.adv-wrap{
    padding-bottom: 22px;
}
.adv-list{

}
.adv-list li{
    margin-top: 27px;
}
.adv-icon{
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 50%;
    border: 1px solid #44a8f3;
}
.adv-r{
    width: calc(100% - 60px);
    float: left;
    margin-left: 10px;

}
.adv-r p{
    font-size: 16px;
    padding-top: 4px;

}
.part1-bg{
    width: 100%;
    overflow: hidden;
    background: #f1f1f1;
    padding-bottom: 50px;
}
.part-tit{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-top: 40px;
}
.part-tit .cn{
    font-size: 26px;
    margin-right: 20px;
}
.part-tit .first{
    color: #79ba13;
}
.product-type{
    width: 230px;
    height: 520px;
    float: left;
    background: #fff;
    padding-top: 16px;
}
.product-type li{
    text-align: center;
    width: 200px;
    height: 30px;
    border-radius: 3px;
    margin: 0 auto 8px;
    line-height: 30px;
}
.product-type li a{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}
.product-type li:hover a{
    color: #fff;
    background: #44a8f3;
}
.product-wrap{
    margin-top: 40px;
    padding: 0 10px;
}
.product-list{
    float: right;
    max-width: 948px;
}
.product-list li{
    float: left;
    width: 296px;
    text-align: center;
    margin-left: 20px;
    margin-bottom: 24px;
}
.product-list li a{
    display: block;
    width: 100%;
    height: 100%;
}
.product-list li span{
    line-height: 36px;
}
a.more{
    display: block;
    margin: 10px auto 0;
    width: 110px;
    height: 36px;
    background: #fff;
    border: 1px solid #48a9f3;
    color: #48a9f3;
    text-align: center;
    line-height: 36px;
}
a.more:hover{
    background: #48a9f3;
    color: #fff;
}
.case-list{
    margin-top: 40px;
}
.case-list li{
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}
.case-list li span{
    line-height: 44px;
}
.about-wrap{
    margin-top: 40px;
}
.about-r{

}
.about-r h3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;

}
.about-r p{
    line-height: 32px;
    text-indent: 2em;
}
.news-l{
    padding: 0 30px 0 0;
}
.news-r{
    padding: 0 0 0 30px;
}
.news-list{
    margin-top: 40px;
}
.news-list li{
    margin-bottom: 20px;
}
.news-list li i{
    display: block;
    width: 5px;
    height: 5px;
    background: #999;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    float: left;
    margin-top: 7px;
    margin-right: 8px;
    -webkit-transition: all 0.2s linear;  -moz-transition:  all 0.2s linear;  transition:  all 0.2s linear;
}
.news-list li a{
    display: block;
    float: left;
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.news-list li span{
    float: right;
    -webkit-transition: all 0.2s linear;  -moz-transition:  all 0.2s linear;  transition:  all 0.2s linear;
    color: #999;
}
.news-list li:hover{
    color: #48a9f3;
}
.news-list li:hover i{
    background: #48a9f3;
}
.part4{
    padding-bottom: 50px;
}
.part5{
    width: 100%;
    background: #f1f1f1;
    padding: 50px 0;
}
.part5 h2{
    font-size: 24px;
    font-weight: normal;
    padding-left: 10px;
    margin-bottom: 30px;
}
.notice{
    float: left;
    line-height: 32px;
}
.phone-num{
    font-size: 24px;
    width: 200px;
    text-align: right;
    height: 32px;
    line-height: 32px;
    background: url("../images/phone.png") no-repeat left center;
    float: right;
}
.border{
    width: 70px;
    border-bottom: 1px solid #fff;
    margin: 20px 0 30px;
}

.msg-form{
    padding: 0 10px;
    color: #666;
}
.msg-form input[type=text]{
    width: 260px;
    height: 50px;
    border: 1px solid #e3e3e3;
    background: #fff;
    padding-left: 15px;
    margin-right: 12px;
    outline: none;
    float: left;

}
.msg-form textarea{
    width: 440px;
    height: 50px;
    border: 1px solid #e3e3e3;
    background: #fff;
    padding-left: 15px;
    outline: none;
    float: left;
    resize: none;
    padding-top: 14px;
}
.msg-form input[type=submit]{
    width: 180px;
    height: 50px;
    color: #fff;
    background: #333;
    border: none;
    outline: none;
    float: right;
    -webkit-transition: all 0.2s ease;  -moz-transition:  all 0.2s ease;  transition:  all 0.2s ease;
}
.msg-form input[type=submit]:hover{
    background: #44a8f3;
}
.footer{
    background: #222222;
    width: 100%;
    color: #c1c1c1;
    padding: 20px 0 40px;
}
.footer a{
    color: #c1c1c1;
}

.f-tit{
    width: 100px;
    font-size: 16px;
    border-bottom: 1px solid #b2b3b4;
    color: #ededed;
    height: 52px;
    margin-bottom: 15px;
}
.f-tit span{
    padding: 15px 0;
    display: inline-block;
    position: relative;
}
.f-tit span:after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #48a9f3;
    bottom: 0px;
}
.f-link{
    margin-top: 15px;
}
.f-link li{
    line-height: 24px;
}
.contact-wrap{
    margin-top: 15px;
    line-height: 24px;
}
.f-nav{
    margin-top: 15px;
}
.f-nav li{
    float: left;
    margin-right: 25px;
    margin-bottom: 24px;
}
.qr-box{
    margin-top: 25px;

}
.qr-r{
    float: right;
    width: 120px;
    padding: 0;
}
.cr{
    width: 100%;
    line-height: 20px;
    padding: 10px;
    background: #161616;
    color: #bebebe;
    text-align: center;
    font-size: 12px;
}
.cr a{
    color: #bebebe;
}
.in-wrap{
    margin-top: 50px;
    margin-bottom: 50px;
}
.in-l{
    float: left;
    width: 268px;
}
.in-l-tit{
    width: 100%;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    background: #44a8f3;
    font-size: 26px;
}
.in-l-nav{

}
.in-l-nav li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f1f1f1;
    margin-top: 2px;
}
.in-l-nav li a{
    color: #666;
}
.in-l-nav li.on a{
    color: #44a8f3;
}
.in-l-nav li a:hover{
    color: #44a8f3;
}
.contact-box{
    margin-top: 20px;
    background: #f1f1f1;
    padding-bottom: 20px;
}
.free-phone{
    font-weight: bold;
    border-bottom: 1px dashed #cfcfcf;
    height: 86px;

}
.free-phone p{
    color: #123e2d;
    margin: 15px 0 15px;
}
.free-phone h3{
    font-size: 30px;
    font-family: Arial;
    color: #85c226;
    font-weight: bold;
}
.contact-bottom{
    padding: 0 10px;
}
.contact-bottom p{
    color: #666;
    line-height: 32px;
}
.in-r{
    width: calc(100% - 288px);
    float: right;
}


.product-list2 li{

    text-align: center;
    margin-bottom: 24px;
}
.product-list2 li a{
    display: block;
    width: 100%;
    height: 100%;
}
.product-list2 li span{
    line-height: 36px;
}
.d-wrap{
    padding: 10px;
}
.d-tit{
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 20px;
}
.d-wrap p{
    line-height: 24px;
}
.map-box{
    width: 96%;
    min-height: 300px;
    margin: 20px auto;
}

.zp-slide{
    border-top: 1px solid #d5d5d5;
    width: 100%;
}
.zp-tit{
    height: 66px;
    line-height: 66px;
    padding-left: 30px;
    font-size: 16px;
    background: url("../images/arr-1.png") no-repeat 830px 15px;
    border-bottom: 1px solid #d5d5d5;
    cursor: pointer;
}
.zp-slide .on{
    background: url("../images/arr-2.png") no-repeat 830px 15px;
}
.zp-detail{
    border-bottom: 1px solid #d5d5d5;
    padding: 20px 0;
}
.zp-t{
    font-weight: bold;
    line-height: 44px;
}
.zp-info{
    line-height: 24px;
    color: #666;
}

.news-list2 li{
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.news-list2 li p{
    margin-top: 10px;
    color: #999;
    line-height: 24px;
}
.news-list2 li .clearfix{
    line-height: 36px;
}
.news-list2 li .clearfix span{
    font-size: 12px;
    color: #999;
}
.news-list2 li .clearfix a{
    display: block;
    width: 102px;
    height: 36px;
    color: #44a8f3;
    text-align: center;
    line-height: 36px;
    float: right;
    border: 1px solid #44a8f3;
}
.news-list2 li .clearfix a:hover{
    background: #44a8f3;
    color: #fff;
}
.news-tit{
    font-size: 16px;
}

.msg-tit{
    color: #999;
}
.msg-row{
    margin-top: 20px;
}
.msg-row p{
    font-weight: bold;
    line-height: 20px;
}
.msg-row input[type=text]{
    width: 280px;
    height: 45px;
    border: 1px solid #c6c6c6;
    outline: none;
    padding-left: 12px;
}
.sub-btn{
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: #44a8f3;
    border: none;
    outline: none;
    margin-top: 20px;
}
.msg-content{
    border: 1px solid #c6c6c6;
    outline: none;
    padding-left: 12px;
    width: 100%;
    height: 90px;
    resize: none;
    line-height: 24px;

}
.yzm{
    margin-left: 10px;
}