@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
/* 头部 */
header{
    width:100%;
    z-index: 10;
    position: relative;
    box-shadow: 1px 0px 7px 2px rgba(0, 0, 0, 0.2);
}
.header{
    height: 100px;
    overflow: hidden;
}
.logo{
    margin-top: 12px;
    position: relative;
}
.logo img{
    display: block;
    width: 100%;
}
.hotline{
    margin-top: 22px;
    position: relative;
}
.hotline img{
    float: left;
    display: block;
    width: 58px;
    height: 52px;
    margin-right: 12px;
    margin-top: 5px;
}
.hotline-phone{
    float: left;
}
.hotline-phone p{
    color: #333;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
.hotline-phone span{
    font-size: 30px;
    color: #82ba4e;
    display: block;
    font-family: Tahoma;
}
@media (min-width: 1200px) {
    .container{
        width: 100%;
        max-width: 1280px;
    }
}
@media(max-width: 991px) {
    header > .container{
        width: 100%;
    }
    .header{
        height: 70px;
    }
    .logo img{
        width: 300px;
    }
    .hotline{
        display: none;
    }
}
@media (max-width: 767px) {
    .logo{
        margin-top: 22px;
    }
    .logo img{
        width: 200px;
    }
}
/* 导航 */
#nav{
    width: 100%;
    background-color: #1ab1ac;
}
.nav li{
    float: left;
    position: relative;
    margin-right: 72px;
}
.nav li:last-child{
    margin-right: 0px;
}
.nav li > a{
    display: block;
    padding: 0 22px;
    line-height: 50px;
    height: 50px;
    color: #fff;
    font-size: 18px;
}
.nav li.active > a, .nav li > a:hover{
    background-color: #82ba4e;
}
.nav li .sub_dl{
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%; 
    display: none;
}
.sub_dl dd{
    text-align: center;
    margin-top: 2px;
}
.sub_dl dd a{
    display: block;
    background-color: #e5e5e5;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
}
.sub_dl dd a:hover{
    color: #fff;
    background-color: #82ba4e;
}
@media(max-width: 1280px){
    .nav li{
        margin-right: 52px;
    }
}
@media(max-width: 1199px){
    .nav li{
        margin-right: 35px;
    }
    .nav li > a{
        font-size: 14px;
    }
}

/* 导航按钮 */
#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	background: #a9a9a9;
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 999;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;	
}
#navToggle::before {
    margin-top: -7px;
}
#navToggle::after {
    margin-top: 7px;
}
#navToggle span,
#navToggle::after,
#navToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show span {
    opacity: 0;
}
#navToggle span, #navToggle::after, #navToggle::before {
    height: 3px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show::before {
    margin-top: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navToggle.show::after {
    margin-top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mask{
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
	display:none;
}
#mobileMenu {
    position: fixed;
    right: -250px;
    top: 0;
    margin: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1110;
    background: #fff;
}
#mobileMenu .hello {
    height: 70px;
    background-color: #fff;
    border-bottom: 1px solid #F0F0F0;
	padding-left: 25px;
	position: relative;
	padding-top: 8px;
}
#mobileMenu .hello h3{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 54px;
}
#mobileMenu .hello h4{
	font-size: 14px;
	color: #000;
	line-height: 23px;
}
#mobileMenu .hello .cha{
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../img/cha.png) no-repeat;
}
.menu_li>a{
	background: url(../img/arrow_icon1.png) no-repeat 200px center #fff;
}
#mobileMenu .menu .menu_li.on>a{
	background: url(../img/arrow_icon2.png) no-repeat 200px center #82ba4e;
	color: #fff;
}
#mobileMenu .menu a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 50px;
    border-bottom: 1px solid #E6E6E6;
}
#mobileMenu .menu a:hover{
	background-color: #82ba4e;
    text-decoration: none;
    color:#fff;
}
.menu_dl{
	display: none;
}
.menu_dl dd a{
	background: #f5f5f5;
}
#mobileMenu.show {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}
.show {
    display: block !important;
}
html.show, body.show {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
    -webkit-overflow-scrolling: auto;
    -webkit-transform: translateZ(0px);
}
@media(max-width: 991px){
    header .nav{
		display: none;
    }
    #navToggle{
		display: block;
	}
}
/* banner */
.swiper-container{
    width: 100%;
    max-width: 1920px;
}
#banner .swiper-slide img{
    width: 100%;
    display: block;
}
.swiper-pagination-bullet{
    width: 30px;
    height: 8px;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #82ba4e;
}
@media (max-width: 767px){
    .swiper-pagination-bullet{
        width: 22px;
        height: 4px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom: 8px;
    }
}
/* 产品中心 */
.index-title{
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
}
.index-title h3{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 16px;
}
.index-title p{
    font-size: 16px;
    color: #666;
}
.product-ul{
    overflow: hidden;
    margin-bottom: 30px;
}
.product-ul li{
    float: left;
    overflow: hidden;
    text-align: center;
}
.product-ul li:nth-child(2n){
    margin-right: 0px;
}
.product-img{
    overflow: hidden;
}
.product-img img{
    display: block;
    width: 100%;
    -moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.product-ul li p{
    height: 78px;
    line-height: 78px;
    text-align: center;
    font-size: 22px;
}
.product-ul li:hover p{
    color: #82ba4e;
}
.product-ul li:hover .product-img 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);
}
@media(max-width: 991px){
    .index-title{
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .index-title h3{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .index-title p{
        font-size: 14px;
    }
    .product-ul{
        margin-bottom: 0px;
    }
    .product-ul li p{
        font-size: 18px;
        height: 60px;
        line-height: 60px;
    }
}
@media(max-width: 767px){
    .index-title{
        padding-top: 20px;
    }
    .index-title h3{
        font-size: 18px;
    }
    .product-ul li p{
        font-size: 16px;
        height: 48px;
        line-height: 48px;
    }
}
/* 五大优势 */
.advantage{
    background: url(../img/advantage_bg.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 100px;
}
.advantage-title{
    padding-bottom: 60px;
}
.advantage-title h3{
    color: #fff;
}
.advantage-title p{
    color: #fff;
}
.adv-ul {
    text-align: center;
}
.adv-ul li{
    display: inline-block;
    width: 18%;
    padding-left: 15px;
    padding-right: 15px;
}
.adv-main{
    width: 100%;
    border-radius: 112px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 17px;
    padding-left: 17px;
    background-color: #fff;
    max-width: 190px;
    margin: 0 auto;
}
.adv-main img{
    width: 100%;
    display: block;
}
.adv-cont{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
    position: relative;
}
.adv-cont span{
    font-size: 24px;
    color: #222;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 28px;
    transition: all 0.6s;
	-moz-transition: all 0.6s; 
	-webkit-transition: all 0.6s; 
    -o-transition: all 0.6s;
    display: block;
}
.adv-cont p{
    font-size: 16px;
    color: #000;
    line-height: 24px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    padding-top: 20px;
}
.adv-cont i{
    display: block;
    width: 0px;
    height: 0px;
    border-width: 12px;
    border-style: solid;
    border-color: #222 transparent transparent transparent;
    margin: 26px auto 0;
    transition: all 0.6s;
	-moz-transition: all 0.6s; 
	-webkit-transition: all 0.6s; 
	-o-transition: all 0.6s;
}
.adv-ul li:hover span{
    color: #82ba4e;
}
.adv-ul li:hover i{
    border-color: #82ba4e transparent transparent transparent;
}
@media(max-width: 991px){
    .advantage{
        padding-bottom: 15px;
        background-image: none;
        background-color: rgba(46, 114, 174, 0.7);
    }
    .advantage-title{
        padding-bottom: 20px;
    }
    .adv-main{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .adv-ul li{
        width: 30%;
        margin: 0 auto 15px;
    }
    .adv-main{
        border-radius: 90px;
    }
    .adv-cont{
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .adv-cont span{
        font-size: 16px;
        line-height: 18px;
    }
    .adv-cont p{
        font-size: 14px;
        line-height: 20px;
        padding-top: 10px;
    }
    .adv-cont i{
        margin-top: 15px;
    }
}
@media(max-width: 549px){
    .adv-ul li{
        width: 48%;
    }
    .adv-cont{
        margin-bottom: 10px;
    }
}
/* 其他项目 */
.other-item{
    overflow: hidden;
    margin: 80px 0;
}
.items-box{
    max-width: 408px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.item-imgs{
    overflow: hidden;
}
.item-imgs img{
    display: block;
    width: 100%;
    -moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.items-box .item-bottom{
    text-align: center;
    background-color: #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.item-bottom h4{
    font-size: 24px;
    color: #222;
    font-weight: bold;
    margin-bottom: 8px;
}
.item-bottom p{
    font-size: 14px;
    color: #666;
    line-height: 18px;
}
.items-box:hover .item-bottom{
    background-color: #82ba4e;
}
.items-box:hover .item-bottom h4{
    color: #fff;
}
.items-box:hover .item-bottom p{
    color: #fff;
}
.items-box:hover .item-imgs 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);
}
@media(max-width: 991px){
    .other-item{
        margin: 16px auto;
    }
    .items-box .item-bottom{
        padding-top: 16px;
    }
    .item-bottom h4{
        font-size: 18px;
    }
}
@media (max-width: 767px){
    .items-box .item-bottom{
        height: 80px;
    }
    .items-box{
        margin-bottom: 10px;
    }
}
/* 新闻中心 */
.news-center{
    width: 100%;
    background-color: #eee;
    overflow: hidden;
    padding-bottom: 80px;
}
.news-bg{
    max-width: 625px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.news-bg img{
    display: block;
    width: 100%;
}
.news-info{
    position: absolute;
    height: 70px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0px;
    left: 0px;
    line-height: 70px;
    padding: 0 30px;
}
.news-info span{
    color: #fff;
    font-size: 20px;
}
.news-ul{
    max-width: 625px;
    overflow: hidden;
    margin: 0px auto;
}
.news-ul li{
    margin-bottom: 27px;
    overflow: hidden;
    width: 100%;
}
.news-ul li:last-child{
    margin-bottom: 0px;
}
.news-ul li .news-date{
    background-color: #313131;
    color: #fff;
    float: left;
    width: 87px;
    height: 110px;
    padding-top: 24px;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.news-date span{
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
}
.news-date p{
    font-size: 12px;
}
.news-cont{
    background-color: #fff;
    float: left;
    padding: 12px 20px 10px;
    width: calc( 100% - 87px);
}
.news-cont h3{
    font-size: 20px;
    color: #222;
    line-height: 40px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.news-cont p{
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.news-ul li:hover .news-date{
    background-color: #82ba4e;
    color: #fff;
}
.news-ul li:hover .news-cont h3{
    color: #82ba4e;
}
@media(max-width: 991px){
    .new-main > .col-xss-12{
        width: 100%;
    }
    .news-center{
        padding-bottom: 20px;
    }
    .news-bg{
        margin-bottom: 15px;
    }
    .news-info{
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
    }
    .news-info span{
        font-size: 14px;
    }
    .news-ul li{
        margin-bottom: 15px;
    }
    .news-ul li .news-date{
        height: 80px;
        padding-top: 12px;
    }
    .news-cont h3{
        font-size: 16px;
        line-height: 24px;
    }
    .news-cont p{
        font-size: 12px;
        line-height: 18px;
    }
}
@media(max-width: 599px){
    .news-cont{
        padding: 10px 12px;
    }
    .news-date span{
        font-size: 26px;
    }
    .news-ul li .news-date{
        width: 76px;
    }
    .news-cont{
        width: calc( 100% - 76px);
    }
}
/* 底部版权 */
.footer{
    padding-top: 58px;
    width: 100%;
    background-color: #313131;
    overflow: hidden;
    position: relative;
}
.footer-nav{
    padding-bottom: 60px;
    overflow: hidden;
}
.footer-ul{
    width: 24.8%;
    float: left;
    position: relative;
}
.footer-ul::before{
    content: "";
    width: 1px;
    height: 126px;
    background-color: #555;
    position: absolute;
    top: 0px;
    right: 0px;
}
.footer-ul li{
    margin-right: 58px;
    float: left;
    margin-bottom: 20px;
}
.footer-ul li a{
    color: #dcdcdc;
}
.footer-contact{
    width: 55%;
    float: left;
    position: relative;
    padding: 0 100px;
}
.footer-mid{
    float: left;
}
.footer-mid:last-child{
    float: right;
}
.footer-contact p{
    color: #dcdcdc;
    margin-bottom: 20px;
}
.footer-contact p>span{
    display: block;
    margin-bottom: 10px;
}
.footer-contact::before{
    content: "";
    width: 1px;
    height: 126px;
    background-color: #555;
    position: absolute;
    top: 0px;
    right: 0px;
}
.footer-code{
    float: right;
}
.footer-code p{
    color: #dcdcdc;
    text-align: center;
    padding-top: 8px;
}
.copy{
    border-top: 1px solid #555;
    color: #dcdcdc;
    padding: 30px 0;
}
.copy p{
    float: left;
}
.copy span{
    display: block;
    float: right;
}
.copy span>a{
    color: #dcdcdc;
    text-decoration: underline !important;
}
@media(max-width: 1199px){
    .footer-ul li{
        margin-right: 38px;
    }
    .footer-contact{
        padding: 0 50px;
    }
}
@media(max-width: 991px){
    .footer-mid{
        float: none;
    }
    .footer-mid:last-child{
        float: none;
    }
    .footer-ul, .footer-contact{
        width: 100%;
        float: none;
        text-align: center;
    }
    .footer-ul::before, .footer-contact::before{
        width: 0px;
        height: 0px;
    }
    .footer-ul li{
        margin-right: 15px;
        margin-bottom: 15px;
        display: inline-block;
        float: none;
    }
    .footer-ul li a{
        font-size: 14px;
    }
    .footer-contact{
        padding: 0px 0px 0px 15px;
    }
    .footer-contact p{
        font-size: 14px;
        margin-bottom: 6px;
    }
    .footer-contact p>span{
        margin-bottom: 0px;
    }
    .footer-code{
        display: none;
    }
    .copy{
        text-align: center;
        padding: 15px 0;
        font-size: 14px;
    }
    .copy p{
        float: none;
    }
    .copy span{
        float: none;
    }
    .footer{
        padding-top: 30px;
    }
    .footer-nav{
        padding-bottom: 10px;
    }
}

/* 关于我们 */
.about-us{
    padding-bottom: 80px;
}
.inside-banner{
    width: 100%;
}
.inside-banner img{
    display: block;
    width: 100%;
}
.public-title{
    margin: 70px auto;
    text-align: center;
}
.public-title h2{
    font-size: 48px;
    font-weight: bold;
    color: #333;
}
.about-item{
    width: 50%;
    float: left;
}
.about-item img{
    display: block;
    width: 100%;
}
.about-cont{
    padding-left: 30px;
    text-indent: 34px;
    color: #666;
}
@media(max-width: 991px){
    .about-us{
        padding-bottom: 20px;
    }
    .public-title{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .public-title h2{
        font-size:18px;
    }
    .about-item{
        width: 100%;
        float: none;
    }
    .about-cont{
        padding-top: 20px;
        padding-left: 0px;
    }
    .about-item p{
        font-size: 14px;
        line-height: 20px;
    }
}
/* 新闻中心 */
.news-main li{
    margin-bottom: 28px;
}
.news-main li a{
    display: block;
}
.news-time{
    float: left;
    width: 87px;
    height: 112px;
    background-color: #0067bf;
    text-align: center;
}
.news-time span{
    display: block;
    margin-top: 28px;
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
}
.news-time h4{
    font-size: 12px;
    color: #fff;
}
.news-lir{
    float: right;
    width: calc(100% - 87px);
    padding: 15px 20px;
    background-color: #fff;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s;
}
.news-lir h5{
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s;
}
.news-lir p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    color: #666;
}
.news-main li a:hover .news-lir{
    background-color: #eee;
}
.news-main li a:hover .news-lir h5{
    color: #82ba4e;
}
.news-main li:last-child{
    margin-bottom: 0px;
}
.page-box{
    height: 34px;
    text-align: center;
    margin-bottom: 80px;
    margin-top: 80px;
}
.page-box a{
    display: inline-block;
    height: 34px;
    border: 1px solid #dcdcdc;
    line-height: 34px;
    padding: 0 10px;
    color: #666;
    font-size: 14px;
    margin: 0px 3.5px;
}
.page-box a.page-on{
    color: #fff;
    background-color: #82ba4e;
    border: 1px solid #82ba4e;
}
.page-box span{
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 14px;
    margin: 0px 3.5px;
    color: #fff;
    background-color: #82ba4e;
    border: 1px solid #82ba4e;
}
@media(max-width: 991px){
    .news-time{
        height: 88px;
        width: 76px;
    }
    .news-time span{
        margin-top: 20px;
    }
    .news-lir{
        padding: 10px 15px;
        width: calc(100% - 76px);
    }
    .news-lir h5{
        font-size: 16px;
        line-height: 24px;
    }
    .news-lir p{
        font-size: 14px;
        line-height: 22px;
    }
    .news-main li{
        margin-bottom: 15px;
    }
    .page-box a{
        margin-bottom: 10px;
    }
    .page-box{
        margin-bottom: 20px;
        margin-top: 20px;
    }
}
/* 联系我们 */
.contact_left{
    background: #f3f3f3;
    padding: 61px 54px;
    margin-bottom: 20px;
    width: 50%;
    float: left;
}
.contact_left>h3{
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 25px;
}
.contact_left>p{
    font-size: 16px;
    line-height: 30px;
}
.contact_right{
    width: 48%;
    float: right;
}
.contact_right>img{
    display: block;
    width: 100%;
}
@media(min-width: 1199px){
    .contact_right>img{
      /*  height: 322px;*/
    }
}
.map>img{
    display: block;
    width: 100%;
    padding-bottom: 20px;
}
@media(max-width: 1199px){
    .contact_left,.contact_right{
        width: 100%;
        float: none;
    }
    .contact_right>img{
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .contact_left{
        padding: 15px;
    }
    .contact_left>h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .contact_left > p{
        font-size: 14px;
        line-height: 24px;
    }
}
/* 产品中心 */
.pro-ul{
    overflow: hidden;
    padding-bottom: 50px;
    text-align: center;
    font-size:0;
}
.pro-ul li{
    display: inline-block;
    line-height: 40px;
    height: 40px;
    background-color: #fff;
}
.pro-ul li a{
    display: block;
    padding: 0 38px;
    line-height: 16px;
    height: 16px;
    border-right: 1px solid #666;
    margin-top: 12px;
}
.pro-ul li:first-child a{
    border-left: 1px solid #666;
}
.pro-ul li:hover, .pro-ul li.on{
    background-color: #82ba4e;
}
.pro-ul li:hover a, .pro-ul li.on a{
    color: #fff;
}
.pro-list{
    display: none;
}
.pro-on{
    display: block;
}
.pro-item{
    max-width: 408px;
    margin: 0 auto;
}
.pro-item a{
    display: block;
}
.pro-item img{
    width: 100%;
}
.pro-item p{
    height: 56px;
    line-height: 56px;
    text-align: center;
}
.pro-item a:hover p{
    color: #82ba4e;
}
@media(max-width: 991px){
    .pro-ul{
        padding-bottom: 20px;
    }
}
@media(max-width: 767px){
    .pro-ul li a{
        padding: 0 20px;
    }
    .pro-item p{
        height: 48px;
        line-height: 48px;
    }
}
/* 产品详情 */
.pros{
    padding: 30px 0;
}
.pros-title{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}
.pros-date{
    text-align: center;
}
.pros-main{
    margin: 20px 0px;
    font-size: 16px;
    min-height: 200px;
   
}
.pros-page{
    width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:solid 1px #CCCCCC;	
	padding-top:5px;
	font-size: 16px;
}
@media(max-width:1199px){
    .pros{
        padding: 20px 10px;
    }
    .pros-main img{
        display: block;
        width: 100%;
    }
    .pros-title{
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media(max-width: 449px){
    .col-xss-12{
		width: 100%;
    }
}


/*首页品牌合作*/
.home-hzpp{
    padding-bottom: 80px;
}
.home-hzppswiper .swiper-slide img{
    border: 1px solid #dcdcdc;
    width: 100%;
    margin-bottom: 12px;
}
@media(max-width:991px){
    .home-hzpp{
        padding-bottom:20px;
    }
}
