center {
	font-size: .16rem;
	margin-bottom: .8rem;
}
.top-banner {
	margin-top: 0;
	padding: 0 12.5%;
	box-sizing: border-box;
	height: 480px; width: 100%;
	background-color: rgba(0, 0, 0, .25);
	position: relative;
	overflow: hidden;
}
.top-banner::before {
	content: '';
	width: 100%; height: 480px;
	position: absolute;
	top: 0; left: 0;
	background-image: url(../images/001.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	z-index: -1;
}
.about-banner::before {
	background-image: url(../images/banner-about.jpg);
}
.news-banner::before {
	background-image: url(../images/banner-news.jpg);
}
.banner-product::before {
	background-image: url(../images/banner02.jpg);
}
.banner-equipment::before {
	background-image: url(../images/banner-equipment.jpg);
}
.support-banner::before {
	background-image: url(../images/banner-support.jpg);
}
.contact-banner::before {
	background-image: url(../images/banner-contact.jpg);
}
.top-banner .top-index {
	display: inline-block;
	position: absolute;
	top: 50%; right: 16%;
	text-align: left;
}
.top-banner .zh {
	font-size: 32px;
	line-height: 1.5;
	border-bottom: 1px solid #fff;
	display: inline-block;
	width: 260px;
	color: #fff;
}
.top-banner .en {
	margin-top: 8px;
	line-height: 1.5;
	font-size: 18px;
	letter-spacing: 3px;
	width: 260px;
	display: inline-block;
	color: #fff;
}
/*面包屑*/
.bread {
	margin-bottom: .5rem;
	font-size: .14rem;
	text-align: center;
	height: .66rem;
	line-height: .66rem;
	color: #5a5a5a;
	background-color: #fcfcfc;
	position: relative;
}
.bread a {
	color: #5a5a5a;
}
.bread .iconfont {
	font-size: .12rem;
	color: #999;
}
.main {
	width: 12.8rem;
	margin: 0 auto;
}
/*about*/
.introduction {
	margin-top: 1.1rem;
	display: flex;
	justify-content: space-between;
	max-width: 100%;
}
.introduction .left {
	width: 53.13%;
	padding: 2%;
	box-sizing: border-box;
}
.introduction h3 {
	margin-bottom: .48rem;
	font-size: .3rem;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	line-height: 1;
}
.introduction h3::after {
	content: '';
	width: .77rem; height: 5px;
	background-color: var(--mainColor);
	position: absolute;
	bottom: -.25rem; left: 0;
}
.introduction p {
	margin-bottom: .2rem;
	font-size: .16rem;
	color: #666;
	line-height: 1.5;
	letter-spacing: 1px;
}
.introduction .img {
	width: 43%;
	background: url(../images/about-company-1.jpg) no-repeat center;
	background-size: cover;
}
.culture {
	margin-top: .67rem;
	width: 100%; height: 3.55rem;
	background-image:-webkit-repeating-linear-gradient(140deg, #f0d200 0%, #f0d200 50%, #ffffff 50%, #ffffff 100%);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.culture::before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: rgba(0, 0, 0, .2);
}
.culture ul {
	display: flex;
	justify-content: center;
	padding: .76rem 0;
	box-sizing: border-box;
}
.culture ul li {
	width: 30%;
	margin: 0 1.66%;
	font-size: .16rem;
	color: #fff;
	text-align: center;
}
.culture ul li .icon {
	padding: .2rem 0 .5rem;
	font-size: 1.2rem;
	position: relative;
	display: inline-block;
}
.culture ul li > div {
	max-width: 2.8rem;
	margin: 0 auto;
}
.about-equipment {
	padding-top: .8rem;
	margin-bottom: .8rem;
}
.about-equipment .title {
	margin-bottom: .6rem;
	font-size: .3rem;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.about-equipment img {
	width: 90%; height: 3rem;
}
.about-equipment .equipment-name {
	margin-top: .2rem;
	font-size: .16rem;
	line-height: 2;
	text-align: center;
}
.about-equipment .swiper-wrapper {
	display: flex;
	align-items: center;
}
.about-equipment .swiper-slide {
	padding: 0 1%;
	box-sizing: border-box;
	width: 40%;
	text-align: center;
	opacity: .6;
	transition: all .4s ease-in-out;
	transform: scale(.8);
	transform-origin: right center;
}
.about-equipment .swiper-slide img {
	width: 100%;
	border: 1px solid #333;
	box-sizing: border-box;
	border: 2px solid transparent;
}
.about-equipment .swiper-slide img:hover {
	border: 2px solid #ba141c;
}
.about-equipment .swiper-slide-active {
	opacity: 1;
	transform: scale(1);
}
.about-equipment .swiper-slide-active + .swiper-slide {
	transform-origin: left center;
}
#about-equipment .iconfont {
	position: absolute;
	top: 50%; left: 50%;
	width: .16rem; height: .16rem;
	z-index: 1;
	font-size: .24rem;
	color: #fff;
	width: .38rem; height: .72rem;
	text-align: center;
	line-height: .72rem;
	background-color: rgba(0, 0, 0, .4);
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.about-equipment .icon-back {
	margin-left: -2.7rem;
}
.about-equipment .icon-next {
	margin-left: 2.7rem;
}
.about-ce {
	padding: .8rem 0 .8rem;
	background-color: #fff;
}
.about-ce .title {
	margin-bottom: .6rem;
	font-size: .3rem;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.about-ce .img {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.about-ce .img a {
	width: 24%;
	border: 2px solid #eee;
	box-sizing: border-box;
}
.about-ce .img img {
	width: 100%;
}
.about-ce .img img:hover {
	border-color: #ba141c;
}
.commonNav .list {
	display: flex;
	justify-content: center;
	padding-bottom: .66rem;
}
.commonNav .list li {
	margin: .1rem;
	width: auto;
	padding: 0 .16rem;
	line-height: .4rem;
	border-radius: .06rem;
	text-align: center;
	font-size: .14rem;
	font-weight: bold;
	border: 2px solid;
	cursor: pointer;
	color: #5a5a5a;
	text-transform: uppercase;
}
.commonNav .list li:hover,
.commonNav .list li.cur {
	background: #f0f0f0;
	color: var(--mainColor);
}
.commonNav .list li:hover a,
.commonNav .list li.cur a {
	color: var(--mainColor);
}

.newsList {
	margin: 0 50px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.newsList li {
	width: 5.4rem;
	display: inline-block;
	vertical-align: top;
	margin: .15rem 0;
	position: relative;
}
.newsList .img {
	width: 100%;
	position: relative;
}
.newsList .img img {
	width: 100%;
	position: relative;
	object-fit: contain;
	opacity: .6;
}
.newsList .justNews {
	font-size: .16rem;
	color: #fff;
	padding: 4px .25rem;
	border: 1px solid #fff;
	display: inline-block;
}
.newsList .news-name {
	margin: .28rem 0 .15rem 0;
	font-size: .24rem;
	font-weight: bold;
	display: inline-block;
	display: block;
}
.newsList .transition {
	padding: .05rem .25rem .35rem;
	box-sizing: border-box;
	width: 5.4rem; height: 2.4rem;
	background-color: #fff;
}
.newsList dd {
	color: #687f8a;
}
.newsList .date {
	font-size: .14rem;
	position: absolute;
	bottom: .35rem; left: .25rem;
}
.newsList .date::before {
	margin-right: .08rem;
}
.newsList .date::after {
	content: '';
	position: absolute;
	top: -.26rem; left: 0;
	width: .8rem; height: 1px;
	border-top: 2px solid var(--mainColor);
}
.newsList .news-description {
	font-size: .14rem;
	color: #403b4b;
}
.newsList .more {
	font-size: .14rem;
	font-weight: bold;
	position: absolute;
	right: .35rem; bottom: .35rem;
	color: #444;
}
.newsList .transition:hover .news-name dt {
	text-decoration: underline;
}
.newsList .more:hover {
	color: var(--mainColor)
}
.page_zt {
	width: 100%;
	text-align: center;
	font-size: .16rem;
	margin: .2rem 0;
}
.ym2, .ym {
	margin: 15px 8px 0;
	width: .3rem; height: .3rem;
	background-color: #383431;
	color: #fff;
	display: inline-block;
	line-height: .3rem;
	text-align: center;
	font-weight: bold;
	border: 2px solid #000;
	box-sizing: border-box;
	font-size: .16rem;
}
.ym2 {
	background-color: #fff;
	color: #000;
}
.ym:hover {
	background-color: #fff;
	color: #000;
}
table .ym2 {
	color: #333;
}
.newsview {
	margin: 0 50px;
	padding-bottom: 100px;
}
.newsview .main {
	width: 1100px;
}
.newsview .newsview-title {
	font-size: .3rem;
	text-align: center;
	margin-top: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.newsview .xinxi {
	font-size: .14rem;
	text-align: center;
	margin: 20px 0;
}
.newsview .ms {
	font-size: 16px;
	line-height: 1.5;
}
.newsview .ms p {
	margin-bottom: 15px;
	display: block;
}
.newsview .back {
	margin-top: .4rem;
	font-size: .14rem;
	width: 1.26rem; height: .42rem;
	line-height: .42rem;
	text-align: center;
	display: block;
	border: 2px solid transparent;
	border-radius: .24rem;
	color: #fff;
	background-color: var(--mainColor);
	transition: all .3s ease-in-out;
}
.newsview .back:hover {
	border-color: #333;
}
/*products*/
#product-banner {
	width: 100%;
	position: relative;
}
#product-banner img {
	max-width: 100%;
}
#product-banner .icon-back,
#product-banner .icon-next {
    background-image: unset;
    position: absolute;
    top: 50%; right: .35rem;
    width: .44rem; height: .44rem;
    text-align: center;
    line-height: .44rem;
    font-size: .24rem;
    color: var(--mainColor);
    background-color: rgba(255, 255, 255, .35);
    z-index: 1;
    cursor: pointer;
}
#product-banner .icon-back {
	left: .35rem;
}
.product .main {
	display: flex;
	justify-content: space-between;
}
.product .left {
	padding: 0 .15rem;
	box-sizing: border-box;
	width: 25%;
}
.product .left .column {
	font-size: .18rem;
    border: .1rem solid #d4d4d4;
    line-height: .3rem;
    padding: .05rem .2rem;
    margin-bottom: .1rem;
    position: relative;
}
.product .left .column:hover,
.product .left .column.cur {
	background-color: var(--mainColor);
	border-color: var(--mainColor);
	color: #fff;
}
.product .left .column:hover span,
.product .left .column:hover a,
.product .left .column.cur span,
.product .left .column.cur a {
	color: #f0f0f0;
}
.product .left > .column:first-of-type:hover {
	background-color: #f0f0f0;
	border-color: #d4d4d4;
	color: #333;
}
.product .left > .column:hover span,
.product .left > .column:hover a {
	color: #000;
}
.product .left .product-name-list .hasChild::before {
	position: absolute;
	right: .3rem;
	font-size: .12rem;
	font-weight: normal;
	transition: all .4s ease-in-out;
}
.product .left .product-name-list .hasChild:hover::before {
	color: #f0f0f0;
}
.product .left .product-name-list .hasChild.active::before {
	transform: rotate(180deg);
}
.product .left .search-form {
	height: .8rem;
	font-size: 0;
	position: relative;
}
.product .left .search-form input {
	width: 100%;
    border-radius: .5rem;
    border: 1px solid #b4b4b4;
    height: .45rem;
    line-height: 1.5;
    padding: .1rem .25rem;
    padding-right: .8rem;
    font-size: .14rem;
    box-sizing: border-box;
}
.product .left .product-name-list {
	font-size: .16rem;
	line-height: 2;
	font-weight: bold;
}
.product .left .product-name-list .children {
	box-sizing: border-box;
	margin-bottom: .04rem;
}
.product .left .product-name-list .children > li {
	margin-bottom: .02rem;
	line-height: 1.6;
	border-width: .06rem;
	font-size: .16rem;
	padding-left: .4rem;
	color: #eee;
}
.product .left .product-name-list .children a {
	color: #5a5a5a;
}
.product .left .search-form .button {
	width: .8rem;
    border: none;
    background-color: var(--mainColor);
    color: #fff;
    position: absolute;
    right: 0; top: 0;
    font-size: .14rem;
    font-weight: bold;
    padding: .1rem .2rem;
    border-radius: .5rem;
    line-height: 1.8;
    cursor: pointer;
}
.product .right {
	padding: 0 .15rem;
	box-sizing: border-box;
	width: 75%;
}
.product .productslist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product .productslist li {
	width: 32%;
	margin-bottom: .22rem;
}
.product .productslist .img {
	width: 100%; height: 3rem;
	background-color: #fff;
	position: relative;
	border: 2px solid #eee;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product .productslist .img img {
	max-width: 90%; max-height: 90%;
}
.product .productslist li:hover .img {
	border-color: var(--mainColor)
}
.product .productslist li .img::before {
	content: "\e66d";
	font-family: iconfont;
	position: absolute;
	font-size: .5rem;
	line-height: 3rem;
	color: #fff;
	width: 100%; height: 100%;
	text-align: center;
	transition: all .4s ease-in-out;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
}
.product .productslist li .img::after {
	content: "";
	position: absolute;
	width: 100%; height: 100%;
	background-color: rgba(0, 0, 0, .01);
}
.product .productslist li:hover .img::before {
	opacity: 1;
}
.product .productslist li:hover .transition {
	color: var(--mainColor)
}
.product .productslist .transition {
	padding-top: .1rem;
	box-sizing: border-box;
	font-size: .16rem;
	text-align: center;
	line-height: 2;
}

/*产品详情页*/
.productview {
	font-size: 0;
}
.productview .img {
	width: 45%; height: 4rem;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #ccc;
	position: relative;
	background-color: #fff;
}
.productview .img::before {
	content: '';
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	background-color: rgba(0, 0, 0, .01);
	z-index: 1;
}
.productview .img img {
	position: absolute;
	left: 50%; top: 50%;
	transform: translate(-50%, -50%);
	max-width: 96%; max-height: 96%;
}
.productview .desc {
	margin: .2rem 0 0 .6rem;
	display: inline-block;
	vertical-align: top;
}
.productview .desc .name {
	font-size: .24rem;
}
.productview .desc .name i {
	padding-left: .15rem;
}
.product-detail {
	width: 100%;
	margin-top: .4rem;
}
.product-detail table {
	table-layout: fixed;
}
.product-detail th {
	font-size: .16rem;
	width: 25%;
	padding: .14rem .2rem;
	box-sizing: border-box;
	color: #fff;
	background-color: #333;
}
.product-detail td {
	padding: .14rem .2rem;
	font-size: .16rem;
	height: 1rem;
	border: 1px solid #ddd;
}
.productView .button-common {
	margin: .2rem 0;
}
.recommend {
	margin-bottom: .4rem;
	font-size: 0;
}
.recommend .text {
	margin-bottom: .4rem;
	font-size: .36rem;
	text-align: center;
	font-weight: bold;
}
.recommend .item {
	display: inline-block;
	width: 23%;
	margin: 0 1%;
	vertical-align: top;
}
.recommend .con {

}
.recommend .indexImg {
	margin-bottom: .1rem;
	position: relative;
	height: 2.08rem;
	border: 4px solid #eee;
	background-color: #fff;
}
.recommend .indexImg::before {
	content: "\e66d";
	font-family: iconfont;
	position: absolute;
	font-size: .5rem;
	color: #fff;
	width: 100%; height: 2.08rem;
	line-height: 2rem;
	text-align: center;
	transition: all .4s ease-in-out;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	z-index: 1;
}
.recommend .indexImg:hover::before {
	opacity: 1;
}
.recommend .indexImg::after {
	content: "";
	position: absolute;
	width: 100%; height: 2.08rem;
	background-color: rgba(0, 0, 0, .01);
	z-index: 1;
}
.recommend .item img {
	max-width: 96%; max-height: 60%;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}
.recommend .item span {
	font-size: .16rem;
	display: block;
	text-align: center;
	line-height: 1.8;
}
/*support*/
section.support {
	display: flex;
	margin-top: 0;
}
.support-text {
	padding: 1rem;
	width: 50%;
	box-sizing: border-box;
	background-color: #333;
	color: #ccc;
	min-height: 5rem;
	display: flex;
	align-items: center;
}
section.support {
	border-bottom: 10px solid #eee;
	box-sizing: border-box;
}
section.support .right {
	background-color: #fff;
	color: #333;
	border-top: .1rem solid #f0f0f0;
}
.support-text .text .title {
	font-size: .3rem;
	text-align: center;
	line-height: 3;
}
.support-text .text p {
	font-size: .16rem;
	line-height: 1.8;
}
.faq {
	margin: .4rem 0;
}
.faq .main {
	width: 10rem;
}
.faq h1 {
	margin: .24rem 0 .48rem;
	color: rgba(0, 0, 0, .8);
	font-size: .32rem;
	width: 100%;
	text-align: center;
}
.faq ul li {
	cursor: pointer;
	margin-bottom: .24rem;
    border-radius: 2px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.12);
    display: block;
    overflow: hidden;
    position: relative;
    padding: .18rem .24rem;
    height: .75rem;
    transition: all .4s ease-in-out;
    background-color: #fff;
}
.faq ul li.more {
	height: auto;
}
.faq ul li.more h2::before {
	transform: rotate(180deg);
}
.faq ul li.more .container {
	max-height: 10rem;
	transition: all .8s ease-in-out;
}
.faq ul li.more .container::after {
	opacity: 0;

}
.faq ul li .container {
	max-height: .3rem;
	overflow: hidden;
	transition: all .08s ease-in-out;
	position: relative;
}
.faq ul li .container::after {
	background: linear-gradient(rgba(255, 255, 255, 0) 8px, #FFF);
    content: '';
    height: 100%;
    left: 0; top: 0;
    opacity: 1;
    position: absolute;
    transition-duration: 0.1s;
    transition-property: opacity;
    width: 100%;
}
.faq ul li h2 {
	margin-bottom: .18rem;
	font-size: .22rem;
	font-weight: normal;
	width: 100%;
	position: relative;
	line-height: 1.5;
}
.faq ul li h2::before {
	right: .1rem; left: unset;
	font-size: .12rem;
	opacity: .8;
	position: absolute;
	transition: transform .4s ease-in-out;
}
.faq ul li p {
	padding-top: .04rem;
	color: #4a4a4a;
	font-size: .16rem;
	line-height: 1.5;
	overflow: hidden;
	transition: all .4s ease-in-out;
}

/*下载*/

/*contact*/
.contact-wrap {
	text-align: center;
}
.contact-wrap .main {
	width: 100%;
	max-width: 12rem;
	display: inline-block;
}
.contact-wrap .left {
	width: 45%;
	float: left;
	text-align: left;
	opacity: 0;
}
.contact-wrap .left h3 {
	margin-bottom: .3rem;
	font-size: .36rem;
	color: #444;
}
.contact-wrap .contact-info {
	display: inline-block;
	font-size: 0;
}
.contact-wrap .contact-info li {
	padding-left: .6rem;
	box-sizing: border-box;
	float: left;
	width: 100%;
	font-size: .23rem;
	position: relative;
	color: #333;
}
.contact-wrap .contact-info .isShow {
	display: none;
}
.contact-wrap .contact-info span {
	line-height: .5rem;
}
.contact-wrap .contact-info span::before {
	position: absolute;
	left: 0;
	font-size: .24rem;
	color: #aaa;
}
.contact-wrap .feedback {
	width: 50%;
	float: right;
	font-size: 0;
	opacity: 0;
}
.contact-wrap .feedback input {
	margin: 0 2.5% .2rem;
	width: 45%; height: .46rem;
	display: inline-block;
    min-height: .4rem;
    padding: 6px .2rem;
    box-sizing: border-box;
    font-size: .14rem;
    font-weight: 300;
    line-height: .27rem;
    letter-spacing: .035em;
    color: #414244;
    background-color: #f5f5f5;
    background-image: none;
    border-radius: 5px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #dedede;
}
.contact-wrap .feedback textarea {
	color: #414244;
    background-color: #f5f5f5;
    padding: 6px .2rem;
    box-sizing: border-box;
    width: 95%; height: 1.46rem;
}
.contact-wrap .feedback button {
	margin-top: .15rem;
	margin-right: 2.5%;
	float: right;
	width: 1.4rem; height: .5rem;
	padding: .13rem .15rem;
	font-size: .14rem;
	text-align: center;
	line-height: .2rem;
	background-color: #333;
	color: #fff;
	box-sizing: border-box;
}
.map {
	margin-top: .2rem;
	width: 100%; height: 3.5rem;
}

/*按钮组件样式*/
.button-common {
	font-size: .16rem;
	width: 1.61rem; height: .47rem;
	border: 2px solid #000;
	background-color: #000;
	overflow: hidden;
}
.button-common a {
	margin-left: .4rem;
	width: 1.45rem; height: .48rem;
	/*width: 1.4rem; height: .48rem;*/
	text-align: center;
	line-height: .48rem;
	color: #9a1019;
	display: inline-block;
	background-color: #fff;
	transform: skewX(-19deg);
	transition: transform .4s ease-in-out;
}
.button-common span {
	margin-left: -.15rem;
	/*margin-left: -.52rem;*/
	transform: skewX(19deg);
	display: inline-block;
	transition: transform .4s ease-in-out;
}
.button-common:hover a {
	transform: skewX(-19deg) translateX(-.32rem);
}
.button-common:hover span {
	transform: skewX(19deg) translateX(.1rem);
}

@media (max-width: 743px) {
.main {
	width: 100%;
}
.top-banner {
	height: 1.8rem;
}
.top-banner::before {
	height: 1.8rem;
}
.bread {
	margin-bottom: .3rem;
	height: .5rem;
	line-height: .5rem;
}
/*about*/
.introduction {
	margin-top: 0;
	flex-wrap: wrap;
}
.introduction .left {
	width: 100%;
	padding: 0 8%;
}
.introduction .img {
	width: 100%;
}
.culture {
	margin-top: .3rem;
	height: auto;
}
.culture ul {
	flex-wrap: wrap;
}
.culture ul li {
	width: 100%;
}
.swiper-container {
	padding: 0 8%;
	box-sizing: border-box;
}
.about-equipment .swiper-slide {
	transform: scale(1);
}
.about-equipment {
	padding-top: .4rem;
	margin-bottom: .3rem;
}
.about-equipment .swiper-slide img {
	height: 2rem;
}
.about-ce .img {
	padding: 0 8%;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.about-ce .img a {
	margin-bottom: 2%;
	width: 48%;	
}
/*产品中心*/
#product-banner {
	width: 100%; height: 2.6rem;
	padding: 0;
}
#product-banner .swiper-slide {
	text-align: center;
}
#product-banner img {
	width: 100%; height: 100%;
	object-position: center;
	object-fit: cover;
	max-width: unset;
}
#product-banner .icon-back {
	left: 5%; top: 40%;
}
#product-banner .icon-next {
	right: 5%; top: 40%;
}
.product .main {
	flex-wrap: wrap;
}
.product .left {
	width: 100%;
}
.product .left .search-form .button {
	width: 1rem;
}
.product .left .product-name-list {
	font-size: 0;
}
.product .left .product-name-list li {
	padding: 0;
	text-align: center;
	margin-bottom: .15rem;
	width: 32%;
	display: inline-block;
	font-size: .15rem;
	border: 1px solid #ddd;
	text-align: center;
	box-sizing: border-box;
	line-height: 2.5;
}
.product .left .column:hover {
	background-color: #fff;
	border-color: #333;
}
.product .left .column:hover span,
.product .left .column:hover a {
	color: #333;
}
.product .left .product-name-list .hasChild a {
	pointer-events: none;
}
.product .left .product-name-list li:nth-of-type(3n - 1) {
	margin: 0 2% .15rem;
}
.product .left .product-name-list .children {
	padding-top: .1rem;
	display: block;
	background-color: #eee;
}
.product .left .product-name-list .hasChild::before {
	display: none;
}
.product .left .product-name-list .hasChild::after {
	content: '\e606';
	font-family: iconfont;
	position: absolute;
	bottom: -.27rem; left: 50%;
	transform: translateX(-50%);
	color: #eee;
	opacity: 0;
	transition: opacity .6s ease-in-out;
}
.product .left .product-name-list .active::after {
	opacity: 1;
	transition: opacity 1.2s ease-in-out;
}
.product .left .product-name-list .children > li {
	text-align: center;
	padding: 0;
}
.product .productslist .img{
	height: 1.6rem;
}
.product .productslist .img::before {
	height: 1.6rem;
	line-height: 1.6rem;
}
.product .productslist li .img::before {
	line-height: 1.6rem;
}
.product .right {
	width: 100%;
}
.product .productslist li {
	width: 48%;
}
.productview .img {
	width: 84%; height: 2rem;
	margin: 8%;
	box-sizing: border-box;
}
/*.productview .img img {
	max-width: 100%;
	max-height: 100%;
}*/
.productview .desc {
	margin-left: 8%;
	margin-top: 0;
}
.productView .button-common {
	margin-left: 8%;
}
.product-detail th {
	font-size: .14rem;
}
.recommend {
	padding: 0 4%;
	box-sizing: border-box;
}
.recommend .text {
	margin: .3rem 0;
}
.recommend .con {
	margin-bottom: .15rem;
}
.recommend .item {
	width: 48%;
	margin-right: 2%;
	margin-left: 0;
}
.recommend .indexImg {
	height: 1.8rem;
}
.recommend .indexImg::before {
	height: 1.8rem;
}
.recommend .item span {
	line-height: 2;
}
.recommend .item img {
	max-width: 86%;
	max-height: 86%;
}
/*新闻*/
.commonNav .list {
	padding-bottom: .33rem;
}
.newsList {
	width: 100%;
	margin: 0;
}
.newsList li {
	width: 100%;
}
.newsList .transition {
	width: 100%;
}
.newsview {
	margin: 0;
	padding: 0 8% 6%;
	background-color: #fff;
}
.newsview .main {
	width: 100%;
}
.newsview .newsview-title {
	font-size: .26rem;
	margin-top: 0;
}
.newsview .ms p {
	margin-bottom: .15rem;
}
/*技术支持*/
section.support {
	flex-wrap: wrap;
}
.support-text {
	width: 100%;
	min-height: 4rem;
	padding: 6%;
}
.support-text .text .title {
	margin-bottom: .15rem;
	line-height: 1.5;
}
.faq .main {
	width: 100%;
}

}