@charset "utf-8";

/*wap*/
@media screen and (min-width:0px) and (max-width:1024px) {
html, body {
	margin: 0 auto;
}
html {
	font-size: 62.5%
}
.pc {
	display: none;
}
.wap {
	display: block;
}
.icon {
	font-family: iconfont;
}
	.page-header .wrap02{
		width: 100%;
	}
span {
	display: block;
}
.wrap {
	max-width: 95%;
	margin: 0 auto;
}
input {
	-webkit-user-select: text !important;
	display: block;
	cursor: pointer;
}
button {
	display: block;
	cursor: pointer;
}
img {
	display: block;
}
a {
	cursor: pointer;
}
em, i, p, span {
	/*line-height: 100%;*/
}
 @media only screen and (min-width:321px) {
html {
font-size:62.5%!important
}
}
@media only screen and (min-width:361px) {
html {
font-size:70.31%!important
}
}
@media only screen and (min-width:376px) {
html {
font-size:73.24%!important
}
}
@media only screen and (min-width:481px) {
html {
font-size:94%!important
}
}
@media only screen and (min-width:561px) {
html {
font-size:109%!important
}
}
@media only screen and (min-width:641px) {
html {
font-size:125%!important
}
}
	.pcbanner{
		display: none;
	}
	.sjbanner{
		display: block;
	}
	.home-banner .vehicle .box{
		display: block;
	}
	.home-banner .vehicle .text{
		padding-left: 0px;
		padding-top: 48%;
		text-align: center;
		width: 100%;
	}
	.home-banner .vehicle .text h3 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 30px;
    font-weight: normal;
}
	.home-banner .vehicle .text .dep {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 28px;
    position: relative;
}
	.home-banner .vehicle .text .urlan {
    height: 35px;
    line-height: 35px;
    width: 95px;
		font-size: 12px;
		margin: 0 auto;
}
	.home-banner .vehicle .text .urlan .load-s0 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    line-height: 35px;
    transition: .3s ease-in-out;
}
	
	
	.page-copyright .box .left {
    padding-left: 0px;
		width: 100%;text-align: center;line-height: 18px;
}
		.page-copyright .box .right {
		width: 100%;text-align: center;line-height: 18px;
}
	.page-copyright .box {
    border-top: 1px solid #222;
    height: auto;
    display: block;
    align-items: center;
    color: #575757;
    font-size: 12px;
		padding: 10px 0;
    background:none;
		overflow: hidden;
}
/* --- 栏目 --- */
.page-column {
	text-align: center;
	margin-top: 3rem;
	margin-bottom: 1.5rem;
}
.page-column h2 {
	text-align: center;
	margin-bottom: .8rem;
	font-size: 1.6rem;
	font-weight: normal;
}
.page-column h2 b {
	color: #d40000;
}
.page-column p {
	font-size: .9rem;
	color: #888;
	line-height: 180%;
}
/* --- 头部 - 显示 --- */
.page-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 4.85rem;
	z-index: 600;
	transition: all .3s;
	padding: 0 1.5rem;
	border-bottom: 1px solid #1B1B1B;
}
.page-header .wrap {
	display: flex;
	align-items: center;
	height: 100%;
}
/* logo */
.page-header .logo {
	width: 8.7rem;margin-left:5px!important;
}
.page-header .logo a.show {
	display: block;
}
.page-header .logo a.hide {
	display: none;
}

.page-header .mall a {
	color: #fff;
	font-size: 1.2rem;
}
/* 语言 */
.page-header .language {
	font-size: 1.2rem;
	line-height: normal;
}
.page-header .language a {
	color: #fff;
}
/* 搜索 */
.page-header .search {
	display: none;
}
/* 导航 */
.page-header .page-nav {
	width: 2.5rem;
	height: 100%;
	position: relative;
}
/* 导航 - 显示 */
.page-header .page-nav .show {
	position: absolute;
	right: 0;
	top: 0;
	background: url(wap-nav.png) no-repeat 0 center;	
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
/* 导航 - 隐藏 */
.page-header .page-nav .hide {
	width: 16.5rem;
	background-color: rgba(255,255,255,1);
	position: fixed;
	height: 100%;
	right: -16.5rem;
	top: 0;
	padding: 1.5rem;
	z-index:9999;
}
.page-header .page-nav .hide dl {
}
.page-header .page-nav .hide dt {
	height: 3.75rem;
	padding-left: 1.5rem;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	position: relative;
	border-bottom: 1px solid #D2D2D2;
	background:#ffffff;
}
.page-header .page-nav .hide dt:after {
	content: "";
	/*background: url(../images/jia.svg) no-repeat right center;*/
	background-size: 1.2rem 1.2rem;
	width: 3.75rem;
	height: 3.75rem;
	position: absolute;
	right: 1.5rem;
	top: 0;
}
.page-header .page-nav .hide dl dt.current {
	color: #d40000;
}
.page-header .page-nav .hide dl dt.current:after {
	background: url(../images/jian.svg) no-repeat right center;
	background-size: 1.2rem 1.2rem;
}
.page-header .page-nav .hide dd {
	padding-left: 1.5rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
	display: none;background:#ffffff;
}
.page-header .page-nav .hide dd em {
	display: block;
	line-height: 2.5rem;
	font-size: 1rem;
}
.page-header .page-nav .hide dd em a {
	display: block;
}
.page-header .page-nav .hide .close {
	position: absolute;
	left: -2.5rem;
	top: 0;
	/*background: url(../images/close.svg) no-repeat 0 center;*/
	background-size: 2rem 2rem;
	width: 2.5rem;
	height: 4.85rem;
	display: none;
}
/* --- 头部 - 滑动 --- */
.page-header.slide {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}
/* logo */
.page-header.slide .logo a.hide {
	display: block;
}
.page-header.slide .logo a.show {
	display: none;
}
/* 导航 */
.page-header.slide .page-nav li .link {
	color: #000;
}
.page-header.slide .page-nav li .link.now {
	color: #d40000;
}
.page-header.slide .page-nav li .link:hover {
	color: #d40000;
}
/* 在线商城 */
.page-header.slide .mall a {
	color: #000;
}
/* 语言 */
.page-header.slide .language a {
	color: #000;
}
/* --- 头部 - 弹出 --- */
.pop-product {
	display: none;
}
/* --- banner --- */
.home-banner {
	height: 100%;
}
/* --- 弹出 --- */
.pop-back {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 400;
	display: none;
}
.pop-video {
	width: 90%;
	left: 0;
	right: 0;
	bottom: 0;
	top: -200%;
	position: fixed;
	margin: auto;
	z-index: 500;
	height: 25%;
}

/* --- 产品简介 --- */
.product-brief {
	position: relative;
	overflow: hidden;
}
.product-brief .wrap {
}
/* 图片 */
.product-brief .photo {
	overflow: hidden;
	overflow: hidden;
	background: #fff;
	padding: 1.5rem 0;/*	float: left;*/
}
.product-brief .photo .content {
	position: relative;
	z-index: 500;
}
/* 介绍 */
.product-brief .about {
	padding: 2rem 1rem;/*	float: right;*/
}
/* 介绍 - 名称*/
.product-brief .about .name h1 {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	font-weight: bold;
}
/* 介绍 - 帮助*/
.product-brief .about .help {
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	display: flex;
	align-items: center;
	height: 3rem;
	margin-bottom: 1rem;
}
.product-brief .about .help a {
	display: block;
	width: 25%;
	position: relative;
	font-size: 0.9rem;
	text-align: center;
}
.product-brief .about .help a:after {
	content: "";
	height: 1.4rem;
	width: 1px;
	background: #d1d1d1;
	right: 0;
	top: .3rem;
	position: absolute;
	font-size: 1.2rem;
}
/* 介绍 - 简介*/
.product-brief .about .brief {
	color: #888;
	line-height: 1.2rem;
	margin-bottom: 1rem;
	font-size: 1rem;
}
/* 介绍 -  参数*/
.product-brief .about .parameter {
	margin-bottom: 1rem;
	overflow: hidden;
}
.product-brief .about .parameter p {
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: .9rem;
	border-bottom: 1px solid #b9b9b9;
}
.product-brief .about .parameter p em {
	color: #888;
}
/* 介绍 -  颜色*/
.product-brief .about .color {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.product-brief .about .color .title {
	color: #888;
	margin-right: 1rem;
}
.product-brief .about .color .list {
	display: flex;
	align-items: center;
}
.product-brief .about .color .list em {
	display: block;
	width: 2rem;
	height: 2rem;
	margin-right: .5rem;
	border: 2px solid #f5f5f5;
	font-size: 1.2rem;
}
.product-brief .about .color .list .choice .checkbox {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	display: none;
}
.product-brief .about .color .list .choice .checkbox+em {
}
.product-brief .about .color .list .choice .checkbox:checked+em {
	border: 2px solid #d40000;
}
/* 介绍 -  购买 */
.product-brief .about .buy a {
	background: #000;
	width: 100%;
	height: 2.5rem;
	text-align: center;
	line-height: 2.5rem;
	font-size: 1rem;
	color: #fff;
	display: block;
	transition: all .1s;
}
.product-brief .about .buy a:hover {
	background: #d40000;
}
/* --- 产品详细 --- */
.product-detailed {
}
/* 切换 */
/*
.product-detailed .hd {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	height: 4rem;
}
*/
.product-detailed .hd ul {
	display: flex;
	height: 4rem;
	justify-content: center;
	align-items: center;
}
.product-detailed .hd ul li {
	width: 25%;
	position: relative;
	text-align: center;
	font-size: 1.2rem;
}
.product-detailed .hd ul li:after {
	content: "";
	width: 1px;
	background: #d1d1d1;
	height: 1.6rem;
	position: absolute;
	right: 0;
	top: .1rem;
}
.product-detailed .hd ul li.on {
	color: #d40000;
	font-weight: bold;
}
/* 内容 - 产品说明 */
.product-detailed .bd .box {
	text-align: center;
}
.product-detailed .bd .explain {
	text-align: center;
}

/* 标题 */
.product-relevant .title {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}
.product-relevant .title h2 {
}
.product-relevant .title .back {
	margin-left: auto;
}
.product-relevant .title .back a {
	background: #d40000;
	width: 10rem;
	height: 3rem;
	line-height: 3rem;
	border-radius: 5px;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 1.2rem;
}
/* 内容 */
.product-relevant .content {
	margin-bottom: 50px;
}
.product-relevant .content ul {
}
.product-relevant .content ul li {
	width: 46%;
	margin: 2%;
	padding: 2%;
	display: block;
	float: left;
	background: #fff;
	box-shadow: 0 3px 8px rgba(0,0,0,.1);
	transition: all .3s;
}
.product-relevant .content ul li .pic a {
	display: flex;
	align-items: center;
	padding: 3% 3% 60px 3%;
	justify-content: center;
}
.product-relevant .content ul li .text {
	text-align: center;
	padding: 0 30px 15px 30px;
}
.product-relevant .content ul li .text h3 {
	font-size: 22px;
	margin-bottom: 20px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 90%;
}
.product-relevant .content ul li .text p {
	color: #888;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	padding: 0 15px;
}
.product-relevant .content ul li:hover {
	box-shadow: 10px 10px 20px #ececec;
}
}

@media screen and (max-width:768px) {

.product-relevant .content ul li {
	width: 100%;
	margin: 2% 0;
}
/* 介绍 - 名称*/
.product-brief .about .name h1 {
	font-size: 1.6rem;
	margin-bottom: 1rem;
	font-weight: bold;
}
	.product-relevant .title h2{
		font-size: 22px;
	}
	.product-relevant{
		padding: 30px 0;
	}
	.flchanpin_list02 li{
		width: 47%;
		margin-bottom: 10px;
	}
	.product-relevant .title{
		margin: 0 0 20px 0;
	}
	.flchanpin_list02 li .pic img{
		width: 100%;
	}
	.proxqnav{
		font-size: 12px;
	}
}
@media screen and (max-width:680px){
	.page-header .language {
    padding: 0 1.2rem;
}
	.sjshaix{
		display: block!important;
		overflow: hidden;
		padding: 25px 20px 10px 20px;
		background: #f5f5f5;
	}
	.prolist_left{
		display: none;
	}
	.sjshaix span{
		display: block;
		float: left;
		width: 60px;
		font-size: 14px;
		margin-bottom: 15px;
		height: 30px;
		line-height: 30px;
	}
	.sjshaix select{
		width: 80%;
		float: left;
		margin-bottom: 15px;
		border: 1px solid #e1e1e1;
		height: 30px;
		line-height: 30px;
		background: #fff;
	}


	.prolist_right ul li a {
    display: block;
    margin: 0 5px;
    border: 1px solid #eee;
}
	.esc_tit p {
    line-height: 30px;
    font-size: 14px;
}
	.esc_tit {
    padding:8px;
}
	.esc_tit span {
    font-size: 12px;
    color: #999;
    display: block;
    padding: 0px;
    line-height: 16px;
    text-align: center;
    height: 32px;
}
	.prolist_right ul li {
    margin: 0 0 10px 0px;
}
	.home-solution .photo .left .wen span.wen01, .home-solution .photo .cate02 .wen span.wen01 {
    font-size: 18px;
}
}
@media screen and (max-width:620px) {
	.home-solution {
    overflow: hidden;
    padding: 30px 0;
}
	.home-solution .photo {
    display: block;
}
	.home-solution .photo .left{
		width: 100%;
		padding: 0;
	}
	.home-solution .photo .right{
		width: 100%;
		padding: 0;
		margin-top: 15px;
	}
.home-solution .photo .left .wen {
    top: 33px;
    right: 39px;
}
	.home-solution .photo .left .wen span.wen01:after {
	content: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20t=%221574064469285%22%20class=%22icon%22%20viewBox=%220%200%201024%201024%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20p-id=%223612%22%20width=%2224%22%20height=%2224%22%3E%3Cpath%20d=%22M624.981%20511.867l-292.155%20292.16c-12.28%2012.27-12.28%2032.186%200%2044.457%2012.27%2012.28099999%2032.186%2012.281%2044.457%200l314.388-314.388c12.28-12.27%2012.28-32.186%200-44.457l-314.388-314.387c-6.136-6.14-14.183-9.211-22.228-9.211s-16.092%203.071-22.228%209.21099999c-12.28%2012.27-12.28%2032.186-1e-8%2044.45700001l292.15500001%20292.159z%22%20p-id=%223613%22%20fill=%22#ffffff%22%3E%3C/path%3E%3C/svg%3E');
	position: absolute;
	top: -2px;
	right: -28px;
}
	.home-merit {
    padding-bottom: 30px;
}
	.protitle p {
    font-size: 24px;
    padding-bottom: 15px;
}
	.protitle span {
    font-size: 14px;
    color: #666;
}
	.flchanpin_list {
    text-align: center;
    margin: 0;
}
.flchanpin_list li .wen .ptotit {
    font-size: 16px;
    padding: 10px 0 10px 0;
}
	.flchanpin_list li .wen {
    padding: 25px 18px;
    text-align: left;
}
	.flchanpin_list li .wen .prom {
    margin-top: 15px;

}
	.owl-carousel .owl-wrapper-outer{
		padding: 20px 0 0 0!important;
	}
	.ystitle p.title {
    color: #fff;
    font-size: 24px;
}
	.ystitle p.note {
    font-size: 14px;
}
	.yslist li{
		padding-left: 0;
	}
	.yslist li:nth-child(1), .yslist li:nth-child(2) {
    margin-bottom: 35px;
    padding-bottom: 35px;
		
}
	.home-news .bd li .date{
	display: none;	
	}
	.page-header .wrap02 {
    width: 100%;
    margin: 0 auto;
}
}

@media screen and (max-width:560px) {
	.yslist li .ico{
		width: 100%;
	}
	.yslist li .ico svg{
    width: 43px!important;
    height: 43px!important;
}
	.service-list ul li a .icon img{
		width: 45px;
	}
	.service-list ul li a .text h3{
		font-size: 14px;
	}
	.service-list ul li a .text{
		padding-top: 10px;
	}
.yslist li .wen {
    width: 100%;
	padding:15px 0 0 0;
	text-align: center;
}
	.yslist {
    padding-top: 20px;
}
	.shilipai {
    padding: 40px 0 50px 0;
    position: relative;
		background-image: none!important;
}
	.yslist li:nth-child(1), .yslist li:nth-child(2) {
    margin-bottom: 25px;
    padding-bottom: 0px;
		border: none;
}
	.yslist li:nth-child(1):after, .yslist li:nth-child(3):after{
		display: none;
	}
	.bujian02{
		display: none;
	}
	.page-footer .map {
    width: 100%;
}
	.page-footer .contact {
    width: 100%;
}
	.page-footer .map dl {
    width: 50%;
    float: left;
		text-align: center;
}
	.page-footer .map dl dt {
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
}
	.zixuntel{
		width: 100%;
/*		text-align: center;*/
		display: none;
	}
	.page-footer {
    padding: 30px 0;
}
	.home-news .bd li .text p{
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 0;
	}
	.home-news .bd li .text h3{
		font-size: 14px;
	}
	.home-news .bd li .pic {
    width: 100%;
    padding-right: 0;
    float: none;
    height: auto;
}
	.home-news .bd li .text, .home-news .bd li .date {
    display: block;
    width: 100%;
		padding-top: 15px;
    float: left;
    font-size: 14px;
}
	
	.home-solution .photo .cate03 .wen span.wen01, .home-solution .photo .cate04 .wen span.wen01 {
    font-size: 16px;
}
	.home-solution .photo .cate03:hover .wen, .home-solution .photo .cate04:hover .wen {
    opacity: 1;
    right: 22px;
}
	.home-solution .photo .cate03 .wen span.wen01:after, .home-solution .photo .cate04 .wen span.wen01:after {
    top: -2px;
    right: -22px;
}
}

@media screen and (max-width:480px) {
.home-banner .vehicle .text h3 {
    margin-bottom: 20px;
	font-size: 2rem;
}
	.home-banner .vehicle .text .dep {
    margin-bottom: 20px;
}
	.home-banner .vehicle .text{
		padding-top: 45%;
	}
/*
	.home-banner .vehicle .text .urlan {
    height: 28px;
    line-height: 28px;
    width: 75px;
		font-size: 12px;
}
	.home-banner .vehicle .text .urlan .load-s0 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    transition: .3s ease-in-out;
}
	
*/

}
