﻿@charset "utf-8";
/*移动端产品类别显示*/
.all-in .cer{
	max-width: 1500px;
}
	.hidden-lg {
	    display: none !important;
	}
 
.menu_xs .top {
	position: relative;
	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: center;
	box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-bottom: 1px solid #f2f2f3
}

.menu_xs h2 {
	height: 8rem;
	line-height: 8rem;
	text-transform: uppercase;
	background: #2096d2 url(../images/nav-jtd1.png) no-repeat right 10px  center;
	background-size: 16px auto;
	color: #fff;
	margin-right: 5rem;
	position: relative;
	cursor: pointer;
	min-width: 25%;
	padding-left: 4vw;
	font-size: 16px
}

@media (max-width:640px) {
	.menu_xs h2 {
    height: 50px;
    line-height: 50px;
    padding-right: 30px;
    margin-right: 30px;
	}
}

.menu_xs h2 i {
	font-size: 12px;
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	color: #fff
}

.menu_xs h4 {
	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;
	color: #2096d2;
	font-size: 16px
}

.menu_xs .dropinfo {
	background-color: #2096d2;
	padding: 20px 0;
	color: #fff;
	display: none
}

.menu_xs .dropinfo .wrap {
	display: flex;
	flex-wrap: wrap
}

.menu_xs .dropinfo p {
	width: 50%
}

.menu_xs .dropinfo a {
	color: #fff;
	font-size: 15px;
	padding: 5px 0;
	position: relative;
	display: inline-block;
	margin-left: 4vw;
}

.menu_xs .dropinfo a::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 1px;
	background: #fff;
	bottom: 0;
	left: 0;
	transition: all .4s ease 0s;
	opacity: .8
}

.menu_xs .dropinfo a:hover::after,
.menu_xs .dropinfo .active::after {
	width: 100%
}

.dropinfo .wrap {
	 
}
@media (max-width:768px) {
	.menu_xs .dropinfo p {
		margin-bottom: 5px
	}
}

.menu_lg {
	border-bottom: 1px solid #f2f2f3;
	font-size: 16px;
	margin-bottom: 8rem
}

@media (max-width:380px) {
	.menu_lg.xs_hiden {
		display: none
	}
}

.menu_lg .wrap {
	text-align: center
}

@media (max-width:480px) {
	.menu_lg .wrap {
		width: 96vw;
		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: 15px
	}

	.menu_lg .wrap a {
		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;
		display: block;
		padding: 0
	}
}

.menu_lg a {
	display: inline-block;
	line-height: 8rem;
	padding: 0 2rem;
	color: #666;
	position: relative
}

.menu_lg a:hover {
	color: #009b4c
}

@media (min-width:641px) {
	.menu_lg a {
		margin: 0 2rem;
		padding: 0 4rem
	}
}

@media (max-width:480px) {
	.menu_lg a {
		line-height: 1rem
	}
}

.menu_lg a::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0
}

.menu_lg .active {
	color: #009b4c
}

.menu_lg .active::after {
	background-color: #009b4c
}

.menu_lg+.menu_xs {
	position: relative;
	margin-top: -0.5rem
}


/*产品中心左侧分类*/
.sub-pro-wrap{
	overflow: hidden;
	clear: both;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.product-class{
	width: 23%;
	max-width: 315px;
	float: left;
}
.product-class .title{
	line-height: 96px;
	text-align: center;
	background: url(../images/pro-cls-t-bk.jpg) no-repeat top center;
	background-size: cover;
	font-size: 36px;
	color: #fff;
}
.product-class .item{
	margin-top: 1px;
}
.product-class .item h3 a{ 
	line-height: 56px;
	background: #f1f1f1 url(../images/pro-cls-sjx1.png) no-repeat right 28px center;
	font-size: 16px;
	color: #333333;
	padding: 0 48px 0 28px;
	font-weight: normal;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-class .item.on h3 a,
.product-class .item h3:hover a{
	background: #2096d2 url(../images/pro-cls-sjx2.png) no-repeat right 25px center;
	color: #fff;
}
.product-class .item ul{ 
	background: #f8f8f8;
	overflow: hidden;
	display: none;
}
.product-class .item.on ul{
	display: block;
}
.product-class .item ul li:first-child{
	margin-top: 14px;
}
.product-class .item ul li:last-child{
	margin-bottom: 14px;
}
.product-class .item ul li a{
	font-size: 15px;
	color: #555555;
	padding: 0 28px;
	line-height: 45px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-class .item ul li:hover a,
.product-class .item ul li.on a{
	color: #1e64aa;
	background: #e2e2e2;
}

/*产品中心列表*/
.sub-pro{
		width: 75.2%;
		float: right; 
}
.sub-pro-list{
	margin: 0 -16px;
	padding: 0 0 40px 0;
}
 
.sub-pro-list .pdg{
	
	margin-bottom: 40px;
}
.pro-list{
padding: 0 16px;
    transition: all .5s ease;
}
.pro-list:hover{ 
    transition: all .5s ease;
}
.pro-list .tit{
	font-size: 20px;
	color: #222222;
	line-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
    margin: 20px 0;
}
.pro-list:hover .tit{
	color: #0068b7;
    transition: all .5s ease;
    
}
.pro-list .sub{
	font-size: 15px;
	color: #555555;
	line-height: 28px;
	height: 84px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: 20px 0 30px;
}
.pro-list .more{
	font-size: 15px;
	color: #0068b7;
	line-height: 25px;
}
.pro-list .more i{
	margin-left: 5px;
}
.pro-list .pic{
	overflow: hidden;
}
.pro-list .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.pro-list:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
@media screen and (max-width:768px){
	.sub-pro-wrap{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.product-class{
		display: none;
		}
	.sub-pro{
		width: 100%;
	}
	.sub-pro .newslist li{
		width: 50%;
	}
	.sub-pro-list{
		margin:0 -8px;
	}
	.sub-pro  .newslist li .lin{
		padding:0 8px;
	}
	.pro-list .tit{
		margin: 10px 0;
	}
	.sub-pro-list .pdg{
		margin-bottom: 20px;
	}
	.hidden-lg {
	    display: block !important;
	}
	.wrap {
    width: 92vw;
	}
}
