.mt30{margin-top:30px;}
.cover-box{position:relative;display:block;overflow:hidden}
.cover-box .coverimg{width:100%;height:100%;position:absolute;left:0;top:0;background-repeat:no-repeat;background-size:cover;background-position:center;z-index:1;transition:transform .6s ease 0s}
.cover-box .coverimg.contain{background-size:contain}
.cover-box ._bg{width:100%;visibility:hidden;display:block}
.cover-box .icon-bofang1{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:5;font-size:.4rem;color:#fff;transition:.6s}
@media (min-width:993px){.cover-box:hover .cover-tip{opacity:1}
.cover-box:hover .coverimg{transform:scale(1.05,1.05)}
.cover-box:hover .icon-bofang1{font-size:.6rem}
}

@media (min-width:993px) {
    .cover-box:hover .cover-tip {
        opacity: 1;
        filter: alpha(opacity=1)
    }

    .cover-box:hover .coverimg {
        transform: scale(1.05, 1.05)
    }
}

.cover-tip {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .4s ease 0s;
    z-index: 3
}

.cover-tip .bgbox {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    filter: alpha(opacity=60)
}

.cover-tip .stit {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #fff
}

.cover-tip .stit {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #fff
}

.cover-tip .line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    transition: all .6s ease 0s
}

.cover-tip .linet {
    top: 0
}

.cover-tip .lineb {
    bottom: 0
}

.cover-tip:hover .line {
    width: 6px;
    margin-left: -3px;
    opacity: .6;
    filter: alpha(opacity=60)
}

.views_box{padding:.5rem 0;overflow:hidden;}
.views_list{padding-bottom:.3rem}
.views_items{margin-bottom:.36rem;background: #f2f2f2;}
@media (min-width:640px){.views_items{display:-webkit-flex;display:flex;display:-webkit-box;display:box;-webkit-align-items:center;align-items:center;-webkit-box-align:center;box-align:center}
.views_items .image{max-width:5.2rem;width:40%;display:block;min-width:220px}
.views_items .info{min-width:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}
.views_items .tit{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}
}
.views_items .info{padding:30px 5%}
@media (max-width:640px){.views_items .info{padding:26px 3%}
}
.views_items .info .tit{font-size:24px;display:block;font-weight:700}
@media (max-width:1200px){.views_items .info .tit{font-size:20px}
}
@media (max-width:640px){.views_items .info .tit{font-size:18px}
}
.views_items .info .tit:hover{color:#349f72}
.views_items .info .desc{font-size:16px;color:#666;line-height:28px;height:56px;word-break:break-all;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;margin:14px 0 .36rem}
@media (max-width:768px){.views_items .info .desc{line-height:24px;height:48px;margin-bottom:.2rem}
}
@media (max-width:640px){.views_items .info .desc{font-size:15px}
}
.views_items .info .data{display:-webkit-flex;display:flex;display:-webkit-box;display:box;-webkit-align-items:center;align-items:center;-webkit-box-align:center;box-align:center;-webkit-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;font-size:16px;color:#666}
@media (max-width:640px){.views_items .info .data{font-size:14px}
}
.views_items .info .more{color:#666;font-size:14px;display: inline-block;background:#fff;padding: 0 1em;line-height: 38px;background-size: contain;}
.views_items .info .more:hover{background:#349f72;color: #fff;}
@media (max-width:640px){.views_items .info .more{background-size:.3rem;padding-right:.4rem}
}


.listimg3 {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: .5rem 0;
    clear: both;
}

.listimg3 .row .inner {
    padding: .3rem;
    position: relative;
    background: #fff;
    border: 1px solid #dedede
}

.listimg3 .row .inner::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    transition: all .4s ease 0s;
    height: 3px;
    background: #349f72;
    left: 0;
    bottom: 0
}

.listimg3 .row .inner:hover::after {
    width: 100%
}

.listimg3 .row li {
    margin-bottom: .4rem
}

.listimg3 .row li .tit {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.listimg3 .row li .tit:hover {
    color: #349f72
}

.listimg3 .row li .time {
    padding: .2rem 0 .26rem;
    color: #666
}

.listimg3 .row li .desc {
    font-size: 16px;
    line-height: 28px;
    height: 54px;
    word-break:break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    color: #666;
    margin-top: .2rem;
}


@media (max-width:1200px) {
    .listimg3 .row {
        margin-left: -0.1rem;
        margin-right: -0.1rem
    }

    .listimg3 .row>* {
        padding-left: .1rem;
        padding-right: .1rem
    }
}

@media (max-width:992px) {
    .listimg3 .row li {
        margin-bottom: .2rem
    }
}

@media (max-width:768px) {
    .listimg3 .row li .inner {
        margin: 0
    }

    .listimg3 .row li .tit {
        max-height: 60px;
        height: auto
    }
}

@media (max-width:640px) {
    .listimg3 .row li .tit {
        font-size: 16px;
        line-height: 26px;
        min-height: 52px
    }

    .listimg3 .row li .desc {
        font-size: 14px;
        line-height: 22px;
        height: auto;
        min-height: 44px
    }
}

.news_info_main .listxg {overflow:hidden;border: 1px #f5f5f5 solid;padding: 20px;}
.news_info_main .listxg li { font-size:16px; line-height:28px; margin-bottom:15px; padding-left:20px; background: url(../images/new_ico.png) no-repeat left center;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;  }

.news_info_main h2 {
	font-size: .28rem;
	 background: #349f72;
	 text-align:center;
	 color:#fff;
	 line-height:50px;
	 padding:.2rem 0;
}

.contact_box {
	padding-top: .7rem
}

@media (min-width:992px) {
	.contact_box {
		display: flex;
		align-items: stretch
	}

	.contact_box .mapbox,.contact_box .infobox {
		width: 50%
	}
}

@media (max-width:991px) {
	.contact_box .mapbox {
		height: 5rem
	}
}

.contact_box .mapbox .map {
	height: 100%
}

.contact_box .infobox {
	background-color: #349f72;
	padding: 1.3rem .5rem 1.3rem 1rem;
	color: #fff;
}
.contact_box .infobox a{color: #fff;}
@media (max-width:1460px) {
	.contact_box .infobox {
		padding: 1.3rem .5rem
	}
}

.contact_box .infobox h2 {
	font-size: .36rem;
	margin-bottom: .36rem
}

@media (max-width:768px) {
	.contact_box .infobox h2 {
		font-size: 24px
	}
}

@media (max-width:640px) {
	.contact_box .infobox h2 {
		font-size: 22px
	}
}

.contact_box .infobox dd {
	font-size: 18px;
	line-height: 2.6
}
.contact_box .infobox dl{margin-bottom:30px;}
.contact_box .infobox h3{font-size:20px;font-weight: bold;}

@media (max-width:639px) {
	.contact_box .infobox dd {
		display: flex
	}

	.contact_box .infobox dd em {
		flex: 1;
		padding-left: .1rem
	}
}

@media (max-width:992px) {
	.contact_box .infobox dd {
		font-size: 14px
	}
}

@media (max-width:991px) {
	.contact_box .infobox dd {
		font-size: 16px
	}
}

.contact_box .infobox dd .iconfont {
	text-align: center;
	width: .4rem;
	display: inline-block
}

.contact_box .infobox dd a:hover {
	text-decoration: underline
}

.contact_form {
	padding: .2rem 0 .3rem
}

@media (min-width:1200px) {
	.contact_form form {
		display: block;
		margin: .2rem 0;
	}
}

.contact_form .vtit {
	font-size: .36rem;
	margin-bottom: .4rem;
	text-align: center;
	margin-top: 20px;
}

@media (max-width:768px) {
	.contact_form .vtit {
		font-size: 24px
	}
}

@media (max-width:640px) {
	.contact_form .vtit {
		font-size: 22px
	}
}

.contact_form .row {
	margin-left: -0.2rem !important;
	margin-right: -0.2rem !important
}

.contact_form .row>* {
	padding-left: .2rem !important;
	padding-right: .2rem !important;
	margin-bottom: .2rem
}

@media (max-width:992px) {
	.contact_form .row {
		margin-left: -8px !important;
		margin-right: -8px !important
	}

	.contact_form .row>* {
		padding-left: 8px !important;
		padding-right: 8px !important;
		margin-bottom: 16px
	}
}

@media (max-width:640px) {
	.contact_form .row {
		margin-left: -5px !important;
		margin-right: -5px !important
	}

	.contact_form .row>* {
		padding-left: 5px !important;
		padding-right: 5px !important;
		margin-bottom: 10px
	}
}

.contact_form li {
	margin-bottom: .3rem
}

@media (max-width:1200px) {
	.contact_form li {
		margin-bottom: 16px
	}
}
.contact_form .inner{line-height:60px;}
.contact_form .inners{line-height:60px;}
.contact_form .inner .red_ico{
    background: url(../images/red_ico.png) no-repeat left;
    background-size: 12px;
}

.contact_form .inner input {
	height: .6rem;
	font-size: 16px;
	padding-left: 20px
}
.contact_form .inner select{
    display: block;
    border: 1px #e6e6e6 solid;
    height: .6rem;
    font-size: 16px;
    padding-left: 20px;
    -webkit-appearance:listitem !important;
}
.contact_form .red{color:red;}
.contact_form .inners .check{width: auto;float:left;line-height: 35px;border: 1px #ccc solid;padding: 10px 15px;margin: 1% 2% 1% 0%;border-radius: 8px;}
.layui-form input[type=checkbox],.layui-form input[type=radio]{display:inline-block !important;margin-top: -5px;margin-left: 5px;margin-right: 10px;}

@media (max-width:1200px) {
	.contact_form .inner input {
		height: 48px
	}
}

@media (max-width:640px) {
	.contact_form .inner input {
		height: 46px;
		padding-left: 12px
	}
}

.contact_form .submitbox {
	text-align: center;
	padding-top: 20px
}

.contact_form .submitbox .vbtn {
	width: 2.15rem;
	font-size: 18px
}

@media (max-width:640px) {
	.contact_form .submitbox .vbtn {
		width: 160px;
		height: 50px;
		line-height: 50px;
		text-align: center
	}
}

.contact_form .submitbox .vbtn:hover {
	background: #000;
	color: #fff;
	border-color: #000
}

.contact_form textarea {
	height: 330px;
	resize: none;
	font-size: 16px;
	padding: 20px
}

@media (max-width:640px) {
	.contact_form textarea {
		padding: 12px
	}
}

/****************************************产品与服务页 Start***********************************************/
.producthdbanner .banner-infos .font-bjimg{background: url(../images/bjfontimg.png) no-repeat left;}
.productmain {padding: 100px 0;}
.productmain .pdts-list{display: flex;justify-content: space-between;}
.productmain .pdts-list .pdt-sort{width: 20%;}
.productmain .pdts-list .pdt-sort .sort-title{width: 100%; padding: 20px 0px;background: #349f72; align-items: center; justify-content: center; text-align: center; display: flex; flex-direction: column;border-bottom:1px #ffffff6b solid;}
.productmain .pdts-list .pdt-sort .sort-title h1{font-size: 30px;margin: 7px 0;font-weight: 500;color:white;;}
.productmain .pdts-list .pdt-sort .sort-title h3{font-size: 16px;margin: 7px 0;font-weight: 500;color:white;}

.productmain .pdts-list .sort-list{}
.productmain .pdts-list .sort-list .sort-nav{height: 100%;background:#f8f8f8;transition: all .3s;}
.productmain .pdts-list .sort-list .sort-nav .onelevel{display: flex; justify-content: space-between; align-items: center;}
.productmain .pdts-list .sort-list .sort-nav a{font-size: 16px;  display: block;width: 80%;padding: 20px 0;overflow: hidden; color: #ABB1B7;}
.productmain .pdts-list .sort-list .sort-nav a span{margin-left: 30px;color: #323232;display: block;}
.productmain .pdts-list .sort-list .sort-nav .iconfont{position: absolute; right: 20px;top: 50%;transform: translateY(-50%);font-size: 80%;}
.productmain .pdts-list .sort-list .nav-item{position: relative;border-bottom: 1px solid #eaeaea;}
.productmain .pdts-list .sort-list .nav-item.nav-show{}
.productmain .pdts-list .sort-list .nav-item ul{display: none;background:#f8f8f8;}
.productmain .pdts-list .sort-list .sort-nav ul li{border-bottom: 1px solid #eaeaea;}
.productmain .pdts-list .sort-list .sort-nav .twolevel li a{padding: 8px 0;display: block;width: 100%;}
.productmain .pdts-list .sort-list .sort-nav .twolevel li a span{color: #a2a2a2;font-size: 15px;display: block;}
.productmain .pdts-list .sort-list .sort-nav .twolevel li:hover a span{ color:#fff;}
.productmain .pdts-list .sort-list .nav-item  ul.on{display: block;padding-bottom: 10px;}
.productmain .pdts-list .sort-list .nav-more{width: 50px;transition: transform .3s;padding: 15px;}
.productmain .pdts-list .sort-list .nav-show .nav-more{transform:rotate(90deg);}
.productmain .pdts-list .sort-list .nav-show,.nav-item>a:hover{color: #FFF;background:#349f72;}
.productmain .pdts-list .sort-list .nav-show>a:before,.nav-item>a:hover:before{opacity:1;}
.productmain .pdts-list .sort-list .nav-item li:hover a{color: #FFF;background: #349f72;}

.productmain .pdts-list .pdt-info{display: inline-block;width:75%;font-size: 16px;color: #666666;line-height:36px}
.productmain .pdts-list .pdt-info .content{padding:30px;}
.productmain .pdts-list .pdt-info .infolist{width: 100%;display: flex;flex-wrap: wrap;}
.productmain .pdts-list .pdt-info .nytit{border-bottom:1px #349f72 solid;}
.productmain .pdts-list .pdt-info .nytit h3{line-height:50px;width:150px;background: #349f72; color:#fff;font-size:18px;text-align:center;}
.productmain .pdts-list .pdt-info .infolist li{width: 31%;background-color: #f8f8f8;margin-right: 3%;display: inline-block;margin-bottom: 3%;}
.productmain .pdts-list .pdt-info .infolist li:nth-child(3n){margin-right: 0;}
.productmain .pdts-list .pdt-info .infolist li{transition: all .35s;-o-transition: all .35s;-ms-transition: all .35s;-moz-transition: all .35s;-webkit-transition: all .35s;}
.productmain .pdts-list .pdt-info .infolist li:hover{box-shadow: 0 0 1px 1px #349f72;}
.productmain .pdts-list .pdt-info .infolist li:hover span{background: #349f72;color:#349f72;}
.productmain .pdts-list .pdt-info .infolist li a{display: block;}
.productmain .pdts-list .pdt-info .infolist li a .pdt-img{margin: 0 auto;text-align: center;width: 100%;height: 194px;}
.productmain .pdts-list .pdt-info .infolist li a .pdt-img img{width: 100%;height: 100%;}
.productmain .pdts-list .pdt-info .infolist li a .title{margin-top: 0;text-align: center;}
.productmain .pdts-list .pdt-info .infolist li a .title span{transition: all .35s;-o-transition: all .35s;-ms-transition: all .35s;-moz-transition: all .35s;-webkit-transition: all .35s;}
.productmain .pdts-list .pdt-info .infolist li a .title span{padding: 18px 5px; font-size: 17px; display: block;font-weight: 500;background-color:#f8f8f8;white-space: nowrap; text-overflow: ellipsis; overflow: hidden; word-break: break-all;}
.productmain .pdts-list .sort-list .sort-nav .nav-show span{color:#fff;}
.productmain .pdts-list .sort-list .nav-item:hover{background-color: #349f72;}
.productmain .pdts-list .sort-list .nav-item:hover a span,.productmain .pdts-list .sort-list .nav-item:hover .iconfont{color:#fff;}
/****************************************产品与服务页 End*************************************************/
@media screen and (max-width:1200px){
/****************************************产品与服务页 Start***********************************************/
.productmain {padding: 2rem 0;}
.productmain .pdts-list{flex-wrap: wrap;}
.productmain .pdts-list .pdt-sort{width: 100%;}

.productmain .pdts-list .sort-list{}
.productmain .pdts-list .sort-list .sort-nav{height: 100%;}
.productmain .pdts-list .sort-list .sort-nav a{font-size: .97rem;  padding: .95rem 0;}
.productmain .pdts-list .sort-list .sort-nav a span{margin-left: 2rem;}
.productmain .pdts-list .sort-list .nav-item ul{display: none;}
.productmain .pdts-list .sort-list .sort-nav ul li{
    width: 50%;
    float: left;
    text-align: center;
}
.productmain .pdts-list .sort-list .sort-nav .twolevel li a{padding: .5rem;}
.productmain .pdts-list .sort-list .sort-nav .twolevel li a span{font-size: .95rem;}
.productmain .pdts-list .sort-list .nav-item  ul.on{display: block;}
.productmain .pdts-list .sort-list .nav-more{width: 1rem;margin-right: 1rem;}

.productmain .pdts-list .pdt-info{width: 100%;margin-top: 2rem;}
.productmain .pdts-list .pdt-info .infolist{width: 100%;justify-content: space-between;}
.productmain .pdts-list .pdt-info .infolist li{box-shadow: 0 0 5px #dcdcdc;width: 48%;margin-right: 0%;margin-bottom: 1rem;}
.productmain .pdts-list .pdt-info .infolist li:nth-child(3n){margin-right: 0;}
.productmain .pdts-list .pdt-info .infolist li a .pdt-img{;width: 100%;height: 9rem;}
.productmain .pdts-list .pdt-info .infolist li a .pdt-img img{width: 100%;height: 100%;}
.productmain .pdts-list .pdt-info .infolist li a .title span{padding: .7rem 5px; font-size: .95rem;}

/****************************************产品与服务页 End*************************************************/
}

@media screen and (max-width: 768px){
/****************************************产品与服务页 Start***********************************************/
.productmain {padding: 20px 0;}
.productmain .pdts-list{flex-wrap: wrap;}
.productmain .pdts-list .pdt-sort{width: 100%;}

.productmain .pdts-list .sort-list{}
.productmain .pdts-list .pdt-info .content{padding:10px;}
.productmain .pdts-list .sort-list .sort-nav{height: 100%;}
.productmain .pdts-list .sort-list .sort-nav a{font-size: 16px;padding: 15px 0;width: 100%;}
.productmain .pdts-list .sort-list .sort-nav a span{margin-left: 0px;}
.productmain .pdts-list .sort-list .nav-item ul{display: none;}
.productmain .pdts-list .sort-list .sort-nav ul li{}
.productmain .pdts-list .sort-list .sort-nav .twolevel li a{padding: .5rem;}
.productmain .pdts-list .sort-list .sort-nav .twolevel li a span{font-size: .95rem;}
.productmain .pdts-list .sort-list .nav-item  ul.on{display: block;}
.productmain .pdts-list .sort-list .nav-more{width: 1rem;margin-right: 1rem;}

.productmain .pdts-list .pdt-info{width: 100%;margin-top: 20px;}
.productmain .pdts-list .pdt-info .infolist{width: 100%;justify-content: space-between;}
.productmain .pdts-list .pdt-info .infolist li{box-shadow: 0 0 5px #dcdcdc;width: 48%;margin-right: 0%;margin-bottom: 1rem;}
.productmain .pdts-list .pdt-info .infolist li:nth-child(3n){margin-right: 0;}
.productmain .pdts-list .pdt-info .infolist li a .pdt-img{;width: 100%;height: 9rem;}
.productmain .pdts-list .pdt-info .infolist li a .pdt-img img{width: 100%;height: 100%;}
.productmain .pdts-list .pdt-info .infolist li a .title span{padding: .7rem 5px; font-size: .95rem;}

/****************************************产品与服务页 End*************************************************/
}