﻿@charset "utf-8";

/*统一的样式*/

/* reset */
*{margin:0;padding:0;list-style:none;box-sizing: border-box} /*默认外边距 和 内边距*/ /*去圆点*/
img{border:none; vertical-align:middle; max-width: 100%}

table {border-collapse:collapse;} /*边框会合并为一个单一的边框*/ /**/
button,input,select,textarea{font-size:100%;}/* 使得表单元素在 ie 下能继承字体大小 */
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
/*字体系列 字体大小 字体样式 字体粗细 都继承父元素*/
address,cite,dfn,em,var{font-style:normal;} /* 将斜体扶正 */
/*input:focus{box-shadow: 0 0 10px #999; outline: none;}   /*边框阴影*/  /*轮廓取消*/
/* link */
a{text-decoration:none; color: inherit; }  /*清除超链接的下划线*/
a:hover{text-decoration:none;}
.clear{clear: both;}  /*清除浮动*/
/*统一的样式*/

body {
	margin: 0px auto;
	line-height: 140%;
	font-size: 16px;
	font-family:  "微软雅黑", "Microsoft YaHei", "SimSun", "宋体";
	max-width: 1920px;	
	min-width: 320px;
}

@font-face{
	font-family: '方正大标宋';
	src: url('方正大标宋_GBK.TTF');
}

.box1_siwer .swiper-pagination{z-index: 1}
/*=================公共头部样式           开始==========================*/
.hea{
	display: flex;
	justify-content: space-between;
	height: 120px;
	align-items: center;
}
.hea .words{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hea .words p{
	font-size: 20px;
	color: #15110f;
	margin-right: 25px;
}

.hea .bdsharebuttonbox .bds_sqq {
    background: url('../images/qq_bg.png') no-repeat center;
}
.hea .bdsharebuttonbox .bds_weixin {
    background: url('../images/wei_bg.png') no-repeat center;
}

.hea .bdsharebuttonbox a {
    width: 31px;
    height: 31px;
    padding: 0px;
    margin: 0px 0px 0px 10px;
}

.fade-phone {
    position: relative;
    float: right;
    width: 31px;
    height: 31px;
    margin-left: 10px;
    background: url('../images/phone_bg.png') no-repeat center;
}

.fade-phone img {
    position: absolute;
    top: 120%;
    left: 50%;
    z-index: 2;
    width: 120px;
    margin-left: -60px;
    border: 1px solid #ccc;
    opacity: 0;
	transition: .3s;
	height: 120px;
	max-width: none;
	transform: scale(0);
}

.fade-phone:hover img {
    transform: scale(1);
}
.hea_fix{position: fixed; width: 100%; left: 0px; top: 0px; z-index: 8; background-color: #fff}
header{padding-top: 185px;}

.bnav{padding: 15px 0px;}
.bnav li{
	float: left;
	position: relative;
	font-size: 16px;
	line-height: 35px;
	padding: 0 20px;
	margin-right: 5px;
	transition: 0.5s;
	border-radius: 25px;
}

.bnav li:hover {
	background-color: #000;
	color: #fff;
}
.bnav li.li_act {
	background-color: #000;
	color: #fff;
}

.snav{
	display: block;
	position: absolute;
	top: 100%;
	left: -100%;
	width: 480px;
	padding: 25px;
	background-color: #f9f9f9;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
	z-index: 55;
	margin-top: 16px;
}
.bnav li:hover .snav{visibility: visible; opacity: 1;}
.snav dl {
    float: left;
    width: 124px;
    border-right: 1px solid #e6e5e3;
}


.san_right {
    float: right;
    width: 280px;
}

.san_right h6 {
    color: #36322e;
    font-size: 16px;
    line-height: 26px;
	margin-top: 15px;
	font-weight: normal
}
.san_right img{
	width: 280px;
	height: 180px;
	object-fit: cover;
}

.snav dl dd{
	display: block;
    margin-bottom: 18px;
    line-height: 31px;
    color: #575653;
    font-size: 16px;
}

.snav dl dd:hover{color: #e61211}

.bnav li:last-of-type{float: right; width: 170px; padding: 0px; margin: 0px}
.bnav li:last-of-type:hover{background-color: transparent}
.sosuo{ position: relative; width: 100%;}
.sosuo input{
	width: 100%;
	outline: none;
	border: 1px solid #000;
	line-height: 33px;
	padding-left: 15px;
	padding-right: 25px;
	border-radius: 25px;
}
.sosuo button{
	background-color: transparent;
	border: none;
	color: #000;
	position: absolute;
	cursor: pointer;
	right: 7px;
	top: 8px;
	font-size: 18px;
}
.banner .swiper-pagination-bullet{background-color: #fff; opacity: 1}
.banner .swiper-pagination-bullet-active{background-color: #000; opacity: 1}
.swiper-pagination{z-index: 2}
/*=================公共头部样式           结束============================*/




/*=================首页样式              ===========================*/
.box1{padding: 86px 0px; background-color: #f7f7f7}

.box1 h6{
	font-size: 30px;
	margin-bottom: 15px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	font-family: '方正大标宋';
	letter-spacing: 1px;
	font-weight: normal;
}

.box1 h5{
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 100%;
	text-align: center;
	font-weight: normal;
}

.box1_siwer{position: relative; margin-top: 35px;}
.box1_siwer .swiper-slide{height: 390px;position: relative;}
.box1_siwer .swiper-slide img{width: 100%; height: 100%; object-fit: contain;border: 1px solid #ddd}

.box1_siwer .words{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: 0.5s;
}
.box1_siwer .words p{
	font-size: 16px;
	color: #fff;
	line-height: 100%;
}

.box1_siwer .words h3{
	font-size: 36px;
	color: #fff;
	line-height: 74px;
	font-weight: normal;
}

.box1_siwer .words i{
	font-size: 36px;
	width: 68px;
	height: 68px;
	font-style: normal;
	color: #50504f;
	font-weight: normal;
	margin-top: 25px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box1_siwer .swiper-prev, .box1_siwer .swiper-next{
    position: absolute;
    top: 50%;
    text-align: center;
    font-size: 60px;
    z-index: 11;
    color: #c3c3c3;
    cursor: pointer;
}

.box1_siwer .swiper-prev{left: -40px;}
.box1_siwer .swiper-next{right: -40px}

.box1_siwer .swiper-slide:hover .words{opacity: 1}
.box1_siwer .swiper-pagination{
	width: 100%;
	background-color: #2d2d2d;
	bottom: -35px;
}
.box1_siwer .swiper-pagination-bullet{background-color: #9d9d9d; opacity: 1; margin-left: 10px;}
.box1_siwer .swiper-pagination-bullet-active{background-color: #fff; opacity: 1}

.box2up{margin-top: 100px;}
.box2up h6{
	height: 110px;
	line-height: 110px;
	text-align: right;
	font-family: '方正大标宋';
	font-size: 30px;
	font-weight: normal;
	padding-right: 30px;
	text-transform: uppercase;
	position: relative;
}
.box2up h6 span{
	font-size: 24px;
	font-family: "微软雅黑", "Microsoft YaHei", "SimSun", "宋体";
	margin-right: 15px;
}
.box2up h6 i{font-style: normal}
.box2up h6::before{
	background: url('../images/box2_bg.jpg')no-repeat 0 0;
	width: 100%;
	left: 0px;
	bottom: 0px;
	height: 100%;
	position: absolute;
	content: '';
	z-index: -1;
}
.box2up h6::after{
	width: 950px;
	right: 0px;
	bottom: 24px;
	height: 1px;
	background-color: #000;
	content: '';
	position: absolute;
}

.box2_swiper{position: relative; width: 100%; }
.box2_swiper img{
	float: left;
	width: 736px;
	height: 436px;
	object-fit: cover;
}
.box2_swiper .swiper-slide{background-color: #f4f4f4}
.box2_swiper .words{
	float: left;
	width: 464px;
	padding-left: 65px;
	padding-top: 60px;
	padding-right: 45px;
}
.box2_swiper .words h5{
	font-size: 28px;
	line-height: 30px;
	color: #3d3d3d;
	position: relative;
	font-weight: normal;
	margin-bottom: 20px;
}

.box2_swiper .words h5::before{
	background: url('../images/box2_pic1.jpg')no-repeat 0 0;
	width: 32px;
	height: 23px;
	position: absolute;
    left: -33px;
    top: 6px;
	content: '';
}

.box2_swiper .words h4{
	font-size: 18px;
	line-height: 30px;
	color: #292929;
	position: relative;
	font-weight: normal;
	margin-bottom: 20px;
}

.box2_swiper .words p{
	font-size: 16px;
	line-height: 30px;
	color: #292929;
	position: relative;
	font-weight: normal;
	height: 90px;
	overflow: hidden;
	margin-bottom: 25px;
}

.box2_swiper .words span{
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #292929;
	position: relative;
	margin-bottom: 30px;
}

.box2_swiper .more{
	width: 120px;
	height: 36px;
	text-align: center;
	line-height: 34px;
	text-align: center;
	color: #fff;
	background-color: #000;
	display: block;
	transition: 0.4s;
	border: 1px solid #000;
}

.box2_swiper .more:hover{border-radius: 20px;background-color: transparent; color: #000}

.box2_swiper .box2_butt{
	width: 590px;
	height: 55px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background-color: #2d2d2d;
}
.box2_swiper .box2_butt>div{margin-right: 15px; color: #fff; font-size: 26px; cursor: pointer;}
.box2_swiper .box2_butt .swiper-prev, .box2_swiper .box2_butt .swiper-next{font-size: 36px;}

.box2down{
	margin-top: 75px;
	background: url('../images/box2_bg1.jpg')no-repeat center 0;
	height: 640px;
	position: relative;
}

.box2down p{
	width: 310px;
	position: absolute;
    bottom: 115px;
    left: 75px;
	font-size: 16px;
	line-height: 30px;
	color: #15110f;
}

.box2down .more{
	display: block;
	position: absolute;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
    bottom: 50px;
	right: 19%;
	transition: 0.4s;
}

.box2down .more::after{
	width: 110px;
	height: 1px;
	border: none;
	background-color: #000;
	position: absolute;
    left: -255%;
    bottom: 50%;
	content: '';
	transition: 0.4s;
}
.box2down .more:hover{color: #e61211;}
.box2down .more:hover::after{width: 50px; left: -65px;}

.box3{margin-top: 70px}
.box3 ul{float: left; width: 50%}
.box3 li{
	float: left;
	width: 50%;
	position: relative;
}
.box3 li a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 36.25% 0;
	position: relative;
	transition: 0.4s;
	overflow: hidden;
	
}
.box3 a img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover;
	transition: 0.4s;
	transform: scale(1);
}
.box3>div{float: right; width: 50%}
.box3>div a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 36.25% 0;
	transition: 0.6s;
	position: relative;
	overflow: hidden;
}

.box3 p{
	position: absolute;
	line-height: 70px;
	width: 224px;
	text-align: center;
	color: #fff;
	border-top: 1px solid #a09e9b;
	border-bottom: 1px solid #a09e9b;
	z-index: 5;
}
.box3 li:hover a::before, .box3>div:hover a::before{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	content: '';
	z-index: 1;
	transition: 0.6s;
}

.box3 a:hover img{transform: scale(1.1);}

.box4{background-color: #f7f7f7; padding: 100px 0px;}
.box4 h6{
	font-size: 30px;
    margin-bottom: 15px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: '方正大标宋';
    letter-spacing: 1px;
    font-weight: normal;
}

.box4 h5{
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 100%;
    text-align: center;
    font-weight: normal;
}

.box4 dl{text-align: center; margin-top: 30px;}
.box4 dl dd{
	display: inline-block;
	width: 90px;
	line-height: 24px;
	color: #868686;
	border-radius: 20px;
	transition: 0.4s;
	margin-left: 5px;;
}
.box4 dl dd:hover{background-color: #2f2f2f; color: #fff}
.box4 dl dd.act{background-color: #2f2f2f; color: #fff}

.box4 li{
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-right: 13px;
	width: 290px;
}
.box4 li:nth-of-type(4){margin-right: 0px;}

.box4 li img{
	width: 100%;
	height: 265px;
	object-fit: cover;
	filter:grayscale(80%);
	display: block;
	transition: 0.4s;
}

.box4 li:hover img{filter:grayscale(0);}

.box4 li p{
	font-size: 20px;
	line-height: 36px;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	color: #15110f;
}

.box5{background: url('../images/box5_bg.jpg')no-repeat center 0; padding-top: 85px; padding-bottom: 100px;}
.box5 .layout{position: relative}

.box5 ul{float: left;}
.box5 ul li{
	width: 179px;
	height: 180px;
	background-color: #000000;
	padding-left: 25px;
	padding-top: 40px;
	transition: 0.4s;
	position: relative;
}
.box5 ul li a{display: block}
.box5 ul li span{
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
}

.box5 ul li p{
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
}
.box5 ul li:hover{background-color: #555555}
.box5 ul li:nth-of-type(1){left: 357px;;}
.box5 ul li:nth-of-type(2){left: 178px;}
.box5 ul li:nth-of-type(4){left: 178px;}

.box5 .words{float: right; width: 845px;}
.box5 .words h6{
	font-size: 30px;
    margin-bottom: 15px;
    line-height: 100%;
    text-align: right;
    text-transform: uppercase;
    font-family: '方正大标宋';
    letter-spacing: 1px;
	font-weight: normal;
	margin-top: 67px;
}
.box5 .words h5{
	font-size: 24px;
    margin-bottom: 45px;
    line-height: 100%;
    text-align: right;
    font-weight: normal;
}

.box5 .words img{float: right}
.box5 .words .words1 {
	float: left;
	background: url('../images/box5_pic1.jpg')no-repeat 0 0;
	width: 480px;
	height: 358px;
	padding: 60px 48px 0 60px;
}

.box5 .words1 h3{
	font-size: 24px;
	line-height: 30px;
	padding-left: 38px;
	position: relative;
	margin-bottom: 22px;
}
.box5 .words1 h3::before{
	background: url(../images/box2_pic2.jpg)no-repeat 0 0;
    width: 32px;
    height: 23px;
    position: absolute;
    left: 0px;
    top: 6px;
    content: '';
}
.box5 .words1 p{
	font-size: 16px;
	line-height: 30px;
	color: #434343;
}

.box5 .words1 a{
	display: block;
	width: 120px;
	text-align: center;
	line-height: 37px;
	background-color: #000000;
	color: #fff;
	margin-top: 25px;
	margin-left: auto;
	transition: 0.4s;
}
.box5 .words1 a:hover{border-radius: 35px;}

.box6{padding: 90px 0px; background-color: #f7f7f7;}
.box6 h6{
	font-size: 30px;
    margin-bottom: 15px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: '方正大标宋';
    letter-spacing: 1px;
    font-weight: normal;
}
.box6 h5{
	font-size: 24px;
    margin-bottom: 15px;
    line-height: 100%;
    text-align: center;
    font-weight: normal;
}

.box6 li{float: left; width: 33.3333%; margin-top: 40px; position: relative;}
.box6 li .pic{width: 100%; height: 235px; position: relative; display: flex; justify-content: center; align-items: center}
.box6 li .pic img{width: 100%; height: 100%; object-fit: cover}

.box6 li .pic i{
	position: absolute;
	padding: 0px 34px;
	font-size: 16px;
	line-height: 51px;
	color: #fff;
	border-top: 1px solid #868786;
	border-bottom: 1px solid #868786;
	opacity: 0;
	transition: 0.4s;
}
.box6 li .pic i::before{font-size: 20px; color: #ffd8d6; margin-right: 5px;}
.box6 li .words{padding: 30px 35px 65px; position: relative; z-index: 2;}

.box6 li .words h3{
	font-size: 20px;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #15110f;
	font-weight: normal;
	margin-bottom: 25px;
}

.box6 li .words p{
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	height: 120px;
	overflow: hidden;
	width: 100%;
	padding-right: 30px;
	color: #616161;
	font-weight: normal
}

.box6 li::before{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.7);
	content: '';
	z-index: 1;
	opacity: 0;
	transition: 0.4s;
}
.box6 li:hover::before{opacity: 1;}
.box6 li:hover .words h3{color: #fff}
.box6 li:hover .words p{color: #fff}
.box6 li:hover .pic i{opacity: 1; z-index: 5;}

.box6 .more {
	width: 406px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	display: block;
	margin: 58px auto 0;
	border-radius: 25px;
	border: 1px solid #000;
	transition: 0.4s;
}
.box6 .more:hover{background-color: #000; color: #fff; border-radius: 0px;}

/*=================首页样式           结束=============================*/




/*=================公共尾样式           开始===========================*/
footer{background-color: #212121}
.foo {padding: 50px 0px; display: flex; justify-content: space-between}
.flogo p{
	width: 100%;
	margin-top: 25px;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	background-color: #4a4a4a;
	color: #fff;
}

.foo_list li{float: left; margin-right: 40px;}
.foo_list li:last-of-type{margin-right: 0px;}
.foo_list li p{
	font-size: 15px;
	line-height: 100%;
	color: #9b9b9b;
	margin-bottom: 20px;
}

.foo_list dd{
	font-size: 15px;
	line-height: 100%;
	color: #9b9b9b;
	margin-bottom: 20px;
}
.foo_list dd:hover{color: #fff}

.fooqr dd{display: none;}
.fooqr dd:nth-of-type(1){display: block}
.fooqr dd img{width: 165px; height: 165px; object-fit: contain;}

.fooqr p{width: 100%; margin-top: 10px; display: flex; justify-content: center}
.fooqr p span{padding: 0px 5px; font-size: 14px; background-color: #333333; cursor: pointer;}
.fooqr p span.li_act{background-color: #505050; color: #fff}

.fend{border-top: 1px solid #2e2e2e;}
.fend .layout{display: flex; justify-content: space-between}
.fend .layout p{line-height: 55px; color: #919191; font-size: 14px;}

.all-banner{position: relative;}
.all_nav{
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.5);
}

.all_nav dl{float: left;}
.all_nav dl dt{
	float: left;
	font-size: 14px;
	line-height: 60px;
	color: #989898;
	margin-left: 10px;
}
.all_nav dl dd{
	float: left;
	font-size: 14px;
	line-height: 60px;
	color: #989898;
}
.all_nav dl dd:last-of-type span{display: none}
.all_nav dl dd:hover{color: #be9d6b	}
.all_nav dl dt::before{
	margin-right: 5px;
	font-size: 20px;
}
.all_nav ul{float: right;}
.all_nav ul li{
	float: left;
	font-size: 14px;
	line-height: 58px;
	color: #fff;
	margin: 0 30px;
	transition: 0.6s;
	border-bottom: 1px solid transparent;
}
.all_nav ul li a{display: block;}
.all_nav ul .li_act{
	border-color: #e61211;
	color: #e61211;
}
.all_nav ul li:hover{
	border-color: #e61211;
	color: #e61211;
}

/*=================公共尾样式            结束=======================*/




/*=================内页样式            开始=======================*/
.paer_warp{background-color: #f6f6f6; padding: 65px 0px;}
.title h6{
	font-size: 40px;
    line-height: 100%;
    color: #000000;
    font-family: Arial;
    text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.title h5 {
    font-size: 30px;
    line-height: 100%;
    color: #333333;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}

.paer_color{background-color: #fff; }
.about>div{display: flex; justify-content: center}
.about .words1 {
	padding-top: 85px;
	padding-right: 65px;
	font-size: 16px;
	line-height: 30px;
	color: #787878;	
	padding-left: 15px;	
}

.about>div:nth-of-type(2), .about>div:nth-of-type(3){height: 400px;}
.about .words2 {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 30px;
	padding: 0 70px;
	background-color: #2a2a2a;
	color: #fff;
}

.honor_list li{
	float: left;
	width: 375px;
	margin-right: 37px;
	background-color: #fff;
	padding: 55px 35px;
	margin-bottom: 20px;
}
.honor_list li:nth-of-type(3n+3){margin-right: 0px;}
.honor_list li .words p{
	float: left;
	font-size: 20px;
	line-height: 36px;
	color: #4e4b4b;
}
.honor_list li .words i{
	float: right;
	width: 36px;
	height: 36px;
	font-size: 30px;
	border-radius: 50%;
	border: 2px solid #d4d4d4;
	color: #d4d4d4;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.4s;
}
.honor_list li a{display: block;}
.honor_list li:hover .words i{
	background-color: #505050;
	border: 2px solid #505050;
	color: #fff;
}
.honor_list li .pic{
	width: 100%;
	margin-top: 20px;
	padding: 0 20px;
}
.honor_list li .pic img{
	width: 100%;
	height: 330px;
	object-fit: contain;
}

.fengpage{margin-top: 20px; text-align: center;}
.fengpage ul{display: inline-block;}
.fengpage li{
	float: left;

}

.fengpage li:nth-last-child(2){
	background: none;
	border: none; 
	padding: 0px;
}

.fengpage li select{
	width: 35px;
	height: 33px;
	border-radius: 5px;
}
.fengpage .onfeng a{
	background-color: #4c4c4c;
	border-color: #4c4c4c;
	color: #fff;
}
.fengpage a {
	display: block;
	font-size: 14px;
	line-height: 16px;	
	color: #636363;
	padding: 8px 12px;
	border-radius: 5px;
	margin: 0px 5px;
	background-color: #fff;
	border: 1px solid #e5e5e5; 
	cursor: pointer;
}

.case_list li{margin-bottom: 25px; padding: 47px; background-color: #fff; transition: 0.4s;}
.case_list li img{
	float: left;
	width: 750px;
	height: 420px;
	object-fit: cover;
}
.case_list li .words{float: left;padding-left: 50px; width: 355px;}
.case_list li .words h6{
	font-size: 24px;
	line-height: 100%;
	margin-bottom: 30px;
	margin-top: 60px;
}

.case_list li .words h5{
	font-size: 18px;
	line-height: 100%;
	margin-bottom: 36px;
	font-weight: normal;
	color: #3d3d3d;
}
.pro_view_btn i{display: none}
.case_list li .words h4{
	font-size: 18px;
    margin-bottom: 20px;
    line-height: 180%;
	font-weight: normal;
	color: #3d3d3d;
}
.case_list li .words b{font-size: 18px;}
.case_list li .words p{
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #3d3d3d;
}
/* .case_list li:nth-of-type(2n+2) .words{padding-left: 0px; padding-right: 50px} */
.case_list li:hover{box-shadow: 0 0 10px rgba(0, 0, 0, 0.6)}

.pro_list li{padding: 15px;float: left; background-color: #fff; margin-bottom: 25px; margin-right: 21px; width: 386px}
.pro_list li:nth-of-type(3n+3){margin-right: 0px;}

.pro_list li img{
	width: 100%; 
	height: 330px;
	object-fit: contain;
	margin-bottom: 30px;
	border: 1px solid #eee;
}

.pro_list li h6{
	font-size: 24px;
	line-height: 32px;
	text-align: center;
}

.pro_list li h5{
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	font-weight: normal;
	display: none
}

.pro_list li p{
	width: 200px;
	border: 1px solid #000;
	text-align: center;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
	margin: 32px auto 0px;
	background-color: #000;
	transition: 0.4s;
}
.pro_list li:hover p{
	background: transparent;
	color: #000000;
} 

.case_ul li {
    width: 390px;
    float: left;
    margin-bottom: 28px;
    margin-right: 15px;
}
.case_ul li:nth-of-type(1) {width: 795px;}

.case_ul li div {
    overflow: hidden;
    height: 400px;
}

.case_ul li img {
    transform: scale(1);
    transition: 0.4s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case_ul li p {
    transition: 0.6s;
    text-align: left;
    font-size: 16px;
    color: #000;
    line-height: 180%;
    display: block;
    overflow: hidden;
	white-space: nowrap;    
	background: #fff;
    padding: 10px 16px;
    text-overflow: ellipsis;
}

.case_ul li:nth-of-type(3n-1) {margin-right: 0;}

.case_ul li:hover img{transform: scale(1.1)}

.cont_list{margin-top: 30px;}

.cont_list li{
	width: 25%;
	background:#fff;
	height: 203px;
	text-align: center;
	padding-top: 45px;
	float: left;
	position: relative
}

.cont_list li h1{
	background: url('../images/iPhone.png')no-repeat 0 0;
	width: 56px;
	height: 45px;
	margin: 0 auto 25px;
}

.cont_list li:nth-of-type(2) h1{
	background: url('../images/emile.png')no-repeat 0 0;
	width: 51px;
	height: 51px;
	margin-bottom: 18px;
}
.cont_list li:nth-of-type(3) h1{
	background: url('../images/xinxi.png')no-repeat 0 0;
	width: 50px;
	height: 34px;
	margin-bottom: 35px;
}

.cont_list li:nth-of-type(4) h1{
	background: url('../images/dizhi.png')no-repeat 0 0;
	width: 56px;
	height: 43px;
}

.cont_list li:nth-of-type(4) p{line-height: 20px; font-size: 16px;}

.cont_list li p{
	text-align: center;
	color: #272727;
	font-size: 16px;
	line-height: 36px;
}

.cont_list li span{
	display: inline-block;
	width: 68px;
	height: 30px;
	line-height: 30px;
	text-align: center;
    background: #4c4c4c;
    color: #fff;
	position: absolute;
	bottom: 0px;
	left: 38%;
}

#map{margin-top: 50px;}
.con h6{font-size: 18px;}

.msg_form input{
	width: 386px;
	height: 60px;
	margin-right: 10px;
	background: #fff;
	font-size: 16px;
	text-indent: 1em;
	color: #bdbdbd;
	border: 1px solid transparent;
	transition: .6s
}

.msg_form input:focus{
	border: 1px solid #cbab7a;
	outline: none;
	transition: .6s
}

.msg_form .formCon{
	width: 100%;
	height: 215px;
	margin-top: 15px;
	background: #fff;
	padding-top: 25px;
	text-indent: 1em;
	font-size: 16px;
	color: #bdbdbd;
	border: 1px solid transparent;
	transition: .6s;
	letter-spacing: 1px;
}

.msg_form .formCon:focus{
	border: 1px solid #cbab7a;
	outline: none;
	transition: .6s
}

.msg_form .form_btn {
    padding-top: 40px;
}

.msg_form .form_btn input {
    width: 240px;
	height: 50px;
	text-indent: 0px;
    margin-right: 10px;
}

.msg_form .form_btn .form_submit {
    color: #fff;
    background: #4c4c4c;
    border: 0;
}

.msg_form .form_btn .form_submit_default {
    background: #E5E5E5;
    color: #777;
}

.msg_form .form_btn .form_reset {
    border: 0;
    background: #E5E5E5;
    color: #777;
}

.msg_form .ver_code {
    border-bottom: 0 !important;
    margin-top: 20px;
}

.msg_form .ver_code > p {
    display: inline-block;
    font-size: 18px;
}

.msg_form .ver_code .code-box {
    vertical-align: bottom;
    display: inline-block;
    position: relative;
    padding: 0 10px;
    width: 300px;
    height: 40px;
    color: #fff;
    text-shadow: 1px 1px 1px black;
    background: rgba(0, 0, 0, 0.16);
    border: 0;
    border-radius: 5px;
    outline: none;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
}

.msg_form .ver_code .code-box p, .msg_form .ver_code .code-box span {
    margin-top: 0 !important;
    color: #fff !important;
    display: block;
    position: absolute;
    left: 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}
.msg_form .ver_code .code-box span {
    width: 40px;
    font-family: "宋体";
    font-size: 16px;
    cursor: pointer;
    background: #fff;
}

.news_list li{
	background-color: #fff;
	width: 100%;
	padding: 35px;
	margin-bottom: 20px;
}
.news_list li img{
	float: left;
	width: 440px;
	height: 290px;
	object-fit: cover;
}
.news_list li .words{float: left; margin-left: 80px; width: 505px;}
.news_list .words h6{
	font-size: 24px;
	line-height: 30px;
	color: #2f2f2f;
	font-weight: normal;
	margin: 30px 0 20px;
}
.news_list .words time{
	font-size: 14px;
	line-height: 26px;
	color: #5e5e5e;
	margin-bottom: 15px;
}
.news_list .words p{
	font-size: 14px;
	line-height: 26px;
	color: #5e5e5e;
	height: 104px;
	overflow: hidden;
	margin-bottom: 15px;
}
.news_list .words span{
	display: block;
	width: 145px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px solid #505050;
	transition: 0.4s;
	color: #fff;
	background-color: #505050;
}
.news_list li .words span:hover{background-color: transparent; border: 1px solid #caa977; color: #505050;}

.box19{background: #fff;}
.box19 .box19-top{
	height: 160px;
	padding: 0 28px;
	border-bottom: 1px solid #f1f1f1;
}
.box19 .box19-top .box19-top-l{
	float: left;
	width: 890px;
}
.box19 .box19-top .box19-top-l h3{
	height: 30px;
	color: #383838;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 100px;
	padding-top: 68px;
}
.box19 .box19-top .box19-top-l time{
	font-size: 14px;
	color: #606060;
	height: 60px;
	line-height: 60px;
}
.box19 .box19-top .box19-top-r{
	float: right;
	height: 160px;
	line-height: 160px;
}
.box19 .box19-top .box19-top-r a{
	padding-left: 36px;
	font-size: 16px;
	color: #878787;
	background: url(../images/box19-re.png) no-repeat left center;
}
.box19 article{
	padding: 40px 200px !important;
}
.box19 article span, .box19 article strong{font-size: 16px !important; font-weight: normal; font-family: 微软雅黑!important;}


.box19 .box19-bottom{
	height: 75px;
	padding: 0 40px;
	line-height: 75px;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
.box19 .box19-bottom li{
	font-size: 14px;
	color: #969696;
	float: left;
}
.box19 .box19-bottom li:nth-child(2){
	float: right;
}
.box19 .box19-bottom li:hover{color: #caa977}

.login .textinput {
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0px 10px;
    margin: 10px 0px;
    border: 1px solid #a1a0a0;
    outline: none;
    line-height: 32px;
    font-size: 14px;
    color: #a1a0a0;
    transition: .3s;
}

.login-btn {
    display: block;
    width: 100%;
    height: 40px;
    margin: 30px auto;
    border: none;
    outline: none;
    background: #4c4c4c;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
	transition: .3s;
	cursor: pointer;
}
.login {
    box-sizing: border-box;
    width: 100%;
	max-width: 460px;
    padding: 0px 10px;
    margin: auto;
}

.pro_v {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.pro_vl{
    box-sizing: border-box;
    width: 440px;
    border: 1px solid #e3e4e7;
    text-align: center;
}

.pro_vl .swiper-slide{
    width: 440px;
    height: 438px;
    overflow: hidden;
}
.pro_vl .swiper-slide{display: none}
.pro_vl .swiper-slide:nth-of-type(1){display: block}
.pro_vl .swiper-slide img{width: 100%; height: 100%; object-fit: contain}

.pro_vr {
    position: relative;
    width: 100%;
    margin-left: 40px;
}

.pro-title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e4e7;
    line-height: 1.4;
    font-size: 20px;
    color: #4e4e4e;
    font-weight: bold;
}

.pro_vr .summary p{
	line-height: 36px;
    font-size: 14px;
    color: #5b5c5c;
}

.pro_v_pic li {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

.pro_v_pic .li_active div {
    box-shadow: 0px 0px 5px #b78d44;
}

.pro_v_pic li div {
    display: table-cell;
    width: 58px;
    height: 58px;
    border: 1px solid #e1e1e1;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}
.pro_v_pic li div img{width: 100%; height: 100%; object-fit: cover}
.pro_vl_pang{display: none}
.pro_vl .swiper-pagination-bullet-active{background-color: #23a19f}

.qrcode-box {
    position: absolute;
    top: 60px;
    right: 0px;
}
#qrcode {
    display: inline-block;
    height: 110px;
    padding: 5px 5px 5px 5px;
    background: #fff;
}
.pro-content span{font-size: 16px !important;}
.qrcode-box b {
    display: block;
    width: 110px;
    line-height: 1.4;
    font-size: 14px;
    color: #5b5c5c;
    text-align: center;
}

.title2 {
    padding: 16px 0px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 22px;
    color: #4e4e4e;
    font-weight: 600;
    letter-spacing: 1px;
}

.pro_v .con{margin-top: 0.3rem}

.pro-content {
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 14px;
    color: #646464;
}

.pro-content1{
	margin-bottom: 15px;
    line-height: 30px;
    font-size: 14px;
	color: #646464;
	margin-bottom: 0.35rem
}
.hot_swiper{position: relative; margin-bottom: 0.35rem}
.hot_swiper .swiper-slide .pic {
    position: relative;
	overflow: hidden;
	width: 100%;
    padding: 46.5% 0px;
	border: 1px solid #d6d6d6;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hot_swiper .swiper-slide .pic img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
}

.hot_swiper p{
	height: 20px;
    overflow: hidden;
    margin-top: 5px;
    line-height: 20px;
    font-size: 14px;
    color: #6e6e6e;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}


.hot_swiper .swiper-pagination{width: 100%; margin-top: 10px;}
.hot_swiper .swiper-pagination .swiper-pagination-bullet{margin: 0 5px}
.hot_swiper .swiper-pagination .swiper-pagination-bullet-active{background-color: #e61211}



.kong_swiper{position: relative; margin-bottom: 90px}
.kong_swiper .swiper-slide .pic {
    position: relative;
	overflow: hidden;
	width: 100%;
    padding: 46.5% 0px;
	border: 1px solid #d6d6d6;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kong_swiper .swiper-slide .pic img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
}

.kong_swiper p{
	height: 20px;
    overflow: hidden;
    margin-top: 5px;
    line-height: 20px;
    font-size: 14px;
    color: #6e6e6e;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.kong_swiper .swiper-pagination{width: 100%; margin-top: 10px; display: none}
.kong_swiper .swiper-pagination .swiper-pagination-bullet{margin: 0 5px}
.kong_swiper .swiper-pagination .swiper-pagination-bullet-active{background-color: #e61211}



.back {
	background: #e61211;
	width: 50px;
	height: 50px;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 1px;
	transition: .6s;
	color: #fff;
	position: fixed;
	bottom: 20%;
	right: 60px;
	z-index: 99;
}
.back span{
	position: absolute;
	top: 0px;
    left: -130px;
    width: 130px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #e61211;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	display: none;

}

.pro_view_phone {
    text-align: left;
    font-size: 18px;
    color: #e61211;
    line-height: 180%;
    display: block;
	margin: 10px 0;
	font-weight: normal;
}

.pro_vr .bdsharebuttonboxpro { margin: 25px 0; }
.pro_vr .bdsharebuttonboxpro a { float: none !important; vertical-align: middle; font-size: 16px !important; width: 31px !important; display: inline-block; height: 31px !important; background-position: unset !important; margin: 0 !important; padding: 0 !important; }
.pro_vr .bdsharebuttonboxpro .bds_more { width: auto !important; height: auto !important; background-image: none !important; }
.pro_vr .bdsharebuttonboxpro .bds_weixin { background-image: url("../images/share_ico1.png") !important; }
.pro_vr .bdsharebuttonboxpro .bds_tsina {background-image: url("../images/share_ico2.png") !important;}
.pro_vr .bdsharebuttonboxpro .bds_qzone { background-image: url("../images/share_ico3.png") !important; }
.pro_vr .bdsharebuttonboxpro .bds_tqq { background-image: url("../images/share_ico4.png") !important; }
.pro_vr .bdsharebuttonboxpro .bds_renren { background-image: url("../images/share_ico5.png") !important; }

.pro_view_btn{margin-top: 20px;}
.pro_view_btn a {
    text-align: center;
    font-size: 16px;
    color: #6D6D83;
    line-height: 180%;
    display: block;
    display: inline-block;
    width: 166px;
    border: 1px solid #ccc;
    padding: 10px 16px;
}

.pro_view_btn a:nth-of-type(1) { margin-right: 16px;}

.pro_view_btn i{margin: 0 5px;}

.pro_vr .summary p{width: 79%;}







/*=================内页样式            结束=======================*/


.all_warp {
    margin: 25px 0 60px;
}

.rese li{
	background: #f7f7f7;
	padding: 28px;
	margin-bottom: 30px;
}

.rese  .pic{
	width: 355px;
	height: 225px;
	float: left;
	position: relative;
}

.rese li .pic img{
	object-fit: cover;
	width: 355px;
	height: 225px;
}

.rese .rese_list .pic::after{
	background: url('../images/download.png')no-repeat 0 0;
	width: 64px;
	height: 58px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -29px;
	margin-left: -32px;
	content: '';
	opacity: 0;
	transition: .6s;
}
.rese li:hover .pic::after, .rese li:hover .pic::before{transition: .6s; opacity: 1;}

.rese .rese_list .pic::before{
	background: rgba(0, 0, 0,.6);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0;
	transition: .6s;
}
.rese li a{display: block;}

.rese li .words{
	float: right;
	width: 745px;
	margin: 0px;
	padding-top: 20px;
}

.rese li .words h3{
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	color: #303030;
}

.rese li .words time{
	font-size: 16px;
	line-height: 32px;
	font-weight: normal;
	color: #5b5c5c;
	margin: 20px 0px;
	display: block;
}

.rese li .words p{
	width: 100px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	color: #ffffff;
	background: #e67015;
	text-align: center;
	transition: .6s;
	border: 1px solid #e67015;
}
.rese li:hover .words p{color: #e67015; background: transparent;}

.procecun{display: block !important}

/*=================部分公共样式            开始==========================*/
.clearfix:after {
	clear: both;
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	visibility: hidden;
}

.ulclearfix ul:after {
	clear: both;
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	visibility: hidden;
}

.liclearfix li:after {
	clear: both;
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	visibility: hidden;
}
.layout{max-width: 1200px; margin-left: auto; margin-right: auto;}

/*=================部分公共样式            结束===================================*/



/*=================手机版样式            开始===================================*/
.phea{
    z-index: 9;
    width: 100%;
    position: fixed;
	top: 0px;
    left: 0px;
	background-color: #fff;
	display: none;
}
.phea_logo{
	display: flex;
    justify-content: space-between;
	align-items: center;
	height: 1rem;
	min-height: 60px;
}
.phea_logo a{display: inline-block; width: 52%;}
.sub_nav1 {
	width: 7%;
	position: relative;
	min-width: 34px;
}

.sub_nav1 dd{
	width: 100%;
	height: 0.06rem;
	overflow: hidden;
	margin-bottom: 0.1rem;
	transition: .6s;
	position: relative;
	background: #0c0b0a;
	border-radius: 4px;
}
.sub_nav1 dd:last-of-type{margin-bottom: 0px;}
@media screen and (max-width: 413px){.sub_nav1 dd{height: 4px;}}
@media screen and (max-width: 320px){.sub_nav1 dd{height: 2px;}}

#nav {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0,.8);
    width: 0;
    padding-top: 0.5rem;
    z-index: 1000;
    overflow-y: scroll;
}

#nav {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0,.8);
    width: 0;
    padding-top: 0.5rem;
    z-index: 1000;
    overflow-y: scroll;
}

#nav ul {
    padding-bottom: 100px;
}

#nav li {
    color: #ffffff;
    text-align: center;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.32rem;
    border-bottom: 1px solid rgba(255, 255, 255,.4);
    position: relative;
}

#nav .close a {
    display: block;
    position: absolute;
    top: 0.5rem;
    right: .1rem;
    width: 0.5rem;
    min-width: 20px;
    transform: rotate(45deg);
    height: 2px;
    background-color: #ffffff;
}
#nav .close a:nth-of-type(2) {
    transform: rotate(-45deg);
}

.nav form {
    color: #ffffff;
    text-align: center;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.32rem;
    border-bottom: 1px solid rgba(255, 255, 255,.4);
    position: relative;
}

.nav form input {
    width: 50%;
    margin: 0 auto;
    height: 100%;
    outline: none;
    border: none;
    background: transparent;
    text-align: center;
    color: #fff;
}

.nav form button {
    height: 100%;
    line-height: 100%;
    position: absolute;
    top: 0px;
    right: 15%;
    border: none;
    background-color: transparent;
    color: #fff;
}
.box2up h6:nth-of-type(2){display: none}

.pbox2down{display: none}
.pbox2down img{display: block; margin: 0.6rem auto 0px; max-width: 34%;;}
.pbox2down>div{
	margin-top: 0.3rem;
	width: 100%;
	height: 5.3rem;
	position: relative;
	background: url('../images/box2_ppic.jpg')no-repeat 0 0;
	background-size: 100% 100%
}
.pbox5 ul{float: none;}
.pbox5 ul li {
	float: left;
	position: inherit;
	text-align: center;
	width: 25%;
	height: 1.7rem;
	padding:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.pbox5 h6 {
	font-size: 30px;
	margin-bottom: 15px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	font-family: '方正大标宋';
	letter-spacing: 1px;
	font-weight: normal;
}

.pbox5 h5 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 100%;
    text-align: center;
    font-weight: normal;
}
.pbox5 ul li p{font-size: 0.24rem; line-height: 0.3rem}
.pbox5 ul li:nth-of-type(1), .pbox5 ul li:nth-of-type(3){background-color: #555555}
.pbox5 .words1{
    background: url(../images/box5_pic1.jpg)no-repeat 0 0;
	background-size: 100% 100%;
    padding: 0.55rem 0.3rem;
}
.pbox5 .words1 a{margin-left: 0px;}
.pbox5 .words1 h3{margin-bottom: 0.22rem}

.nav_list li{
	float: left;
	width: 25%;
	color: #7f7f7f;
	font-size: 0.26rem;
	height: 0.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav_list li.li_act{border-bottom: 1px solid #000; color: #000; }
.pabout .apit{ display: block; margin: 0 auto; width: 34%; min-width: 156px;}
.pabout{padding: 0.8rem 0px;}
.pabout p{
	font-size: 16px;
	line-height: 24px;
	color: #787878;
	width: 90%; 
	margin: 0.25rem auto;
}
.pabout img{width: 100%;}
.nav_list{display: none}


.cont_list1{margin-top: 30px; display: none}

.cont_list1 li{
    width: 100%;
    background: #ffffff !important;
    height: 60px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7px;
    padding-right: 0.3rem;
}

.cont_list1 li h1{
	background: url('../images/iPhone.png')no-repeat 0 0;
	width: 56px;
	height: 45px;
	background-size: 65% !important;
	position: absolute;
	top:25%;
	left: 0.25rem;
}

.cont_list1 li:nth-of-type(2) h1{
	background: url('../images/emile.png')no-repeat 0 0;
	width: 51px;
	height: 51px;
	margin-bottom: 18px;
}
.cont_list1 li:nth-of-type(3) h1{
	background: url('../images/xinxi.png')no-repeat 0 0;
	width: 50px;
	height: 34px;
	margin-bottom: 35px;
}

.cont_list1 li:nth-of-type(4) h1{
	background: url('../images/dizhi.png')no-repeat 0 0;
	width: 56px;
	height: 43px;
}

.cont_list1 li:nth-of-type(2), .cont_list li:nth-of-type(4){
	background: #fafafa
}

.cont_list1 li p{
    color: #272727;
    font-size: 20px;
    text-align: left;
    width: 100%;
    padding-left: 1.5rem;
}
@media screen and (max-width: 450px){.cont_list1 li p{font-size: 14px}}
@media screen and (max-width: 413px){.cont_list1 li{justify-content: flex-end}}

.paer_warpph, .kong, .pro_v_pic2{display: none}





/*=================手机版样式            结束===================================*/

@media only screen and (max-width: 1200px){
	.layout{padding-left: 0.2rem; padding-right: 0.2rem;}
	body{max-width: 768px;}
}


@media only screen and (max-width: 768px){
	.kong{display: block;}
	.hea_fix, .kong2, .pro_v_pic{display: none}
	.box5{display: none}
	header{padding-top: 1rem; min-height: 60px;}
	.back{visibility: hidden;}
	.box1{background-color: transparent; padding: 0.6rem 0px;}
	.box1 h6{margin-bottom: 0.15rem}
	.box1_siwer{margin-top: 0.35rem;	}
	.box1_siwer .swiper-pagination{width: 94.5%}
	.box1_siwer .words p, .box1_siwer .words i{display: none!important;}
	.box1_siwer .words .box1_p{display: block!important;; color: #525252;font-size: 16px;line-height: 24px;}
	.box1_siwer .words{
		position: relative;
		opacity: 1;
		height: auto;
		padding: 10px 0px;
		background-color: transparent;
	}
	.box1_siwer .words h3{color: #525252; font-size: 16px;line-height: 24px;}
	.box1_siwer .swiper-slide{height: auto;}
	.box1_siwer .swiper-slide img{height: 3.4rem; min-height: 190px;}
	.box1_siwer .swiper-prev, .box1_siwer .swiper-next{display: none}
	.box2up{margin-top: 0.7rem;}
	.box2up h6::after{
		width: 100%;
		background-color: #c8c8c8;
		bottom: 0.25rem
	}
	.box2up h6 i, .box2up h6 span{display: block; margin-right: 0px;}
	.box2up h6:nth-of-type(2){
		display: block;
		line-height: normal;
		text-align: center;
		padding-right: 0px;
	}
	.box2up h6:nth-of-type(1), .box2down{display: none;}
	.box2up h6::before{background: url(../images/box2_bg.jpg)no-repeat 13% 0;}
	.box2_swiper .box2_butt{width: 100%}
	.box2_swiper img{width: 100%; height: 4.7rem;}
	.box2_swiper .words{
		width: 95%;
		padding: 0.35rem
	}
	.box2_swiper .words h5{margin-left: 0.35rem; margin-bottom: 0.1rem}
	.box2_swiper .words h4{margin-bottom: 0.1rem}
	.box2_swiper .words p{height: 60px; margin-bottom: 0.15rem}
	.box2_swiper .words span{margin-bottom: 0.2rem}
	.pbox2down{display: block;}
	.box3{margin-top: 0.8rem; padding: 0 0.2rem;}
	.box3 p{width: 100%; border: transparent;}
	.box3 ul{float: right; width: 100%;}
	.box3 ul li{margin-top: 0.15rem}
	.box3>div{width: 100%}
	.box4{margin-top: 0.35rem; padding: 0.8rem 0px}
	.box4 li:nth-of-type(3), .box4 li:nth-of-type(4){display: none}
	.box4 li:nth-of-type(2){  float: right;}
	.box4 li{width: 48%; margin-right: 0px; margin-top: 0.25rem; margin-bottom: 0px;}
	.box4 li img{height: 3rem; min-height: 150px; filter: grayscale(0); }
	.pbox5{display: block; background: no-repeat; padding-top: 0.85rem; padding-bottom: 0.2rem}
	.box4 h6{margin-bottom: 0.15rem;}
	.box4 dl{margin-top: 0px;}
	.box6{padding: 0 0px 0.6rem ;}
	.box6 h6{margin-bottom: 0.15rem}
	.box6 li{margin-top: 0px;}
	.box6 .more{display: none}
	.box6 li{float: none; width: 100%}
	.box6 li .words{padding: 0px;}
	.box6 li .words p{display: none}
	.box6 li:nth-of-type(1){height: 4.4rem} 
	.box6 li img{display: none}
	.box6 li:nth-of-type(1) img{display: block}
	.box6 li:nth-of-type(1) .pic{width: 100%; height: 100%;}
	.box6 li:nth-of-type(1) .words{
		position: absolute;
		background-color: rgba(0, 0, 0, 0.5);
		bottom: 0px;
		left: 0px;
		padding-left: 0.15rem;
		color: #fff;
		line-height: 35px;
		width: 100%;
		font-size: 16px;
	}
	.box6 li .words h3{color: #fff; margin: 0px; line-height: inherit;}
	.box6 li .pic{height: auto}
	.box6 li:nth-of-type(2) h3, .box6 li:nth-of-type(3) h3{line-height: 50px; font-size: 16px; color: #57595d; padding-left: 0.15rem}
	.box6 li:nth-of-type(2) h3{border-bottom: 1px solid #ddd}
	.foo{display: none}
	.fend .layout{display: block;padding-top: 0.1rem; padding-bottom: 0.1rem}
	.fend .layout p{line-height: 24px; text-align: center; }
	.all_nav{display: none}
	.about{display: none}
	.paer_color{background-color: #fff}
	.paer_warpph{background-color: #f6f6f6; padding: 0.35rem 0.2rem; display: block}
	.phea{display: block}
	.nav_list{display: block}
	.paer_warp{padding: 0.45rem 0px;}
	.title h6{font-size: 0.4rem; margin-bottom: 0.2rem}
	.title h5{font-size: 0.3rem; margin-bottom: 0.3rem;}
	.honor_list li{
		width: 48%; 
		padding: 0.2rem; 
		margin-right: 0px;
	}
	.honor_list li:nth-of-type(2n+2){float: right;}
	.honor_list li .pic img{height: 3.3rem; min-height: 200px;}
	.honor_list li .words i{display: none}
	.case_ul li, .pro_list li {width: 48.5%; margin-right: 0px;}
	.case_ul li:nth-of-type(1){width: 48.5%;}
	.case_ul li:nth-of-type(2n+2), .pro_list li:nth-of-type(2n+2){float: right;}
	.case_ul li div{height: 4rem;}
	.pro_list li img{height: 3.3rem; min-height: 200px; margin-bottom: 0.2rem}
	.pro_list li p{margin-top: 0.2rem; width: 2rem; min-width: 110px;;}
	.pro_v{display: block;}
	.pro_vl{width: 100%;}
	.pro_vl .swiper-slide{width: 100%; height: 4.4rem; min-height: 250px}
	.pro_vr{margin-left: 0px; margin-top: 0.3rem}
	.qrcode-box{margin: 0.2rem 0px; position: relative; top: 0px;}
	#qrcode{width: 40%;}
	.qrcode-box canvas{width: 100% !important; height: auto !important;}
	.qrcode-box b{text-align: center}
	.pro_view_btn i{display: none}
	.news_list li, .rese_list li{padding: 0px;}
	.news_list li img {
		height: 4.05rem;
		width: 100%;
		object-fit: cover;
		float: none;
	}
	.rese .pic{float: none; width: 100%; height: 4.05rem; background-color: #f7f7f7}
	.rese li .pic img{width: 100%; height: 100%;;}
	.news_list li .words, .rese_list li .words {
		padding: 0.45rem;
		float: none;
		width: 100%;
		margin: 0px;
	}
	.rese li .words time{margin:0px;}
	.news_list .words h6{margin: 0.3rem 0 0.2rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 0px;}
	.news_list .words p{height: 52px; margin-bottom: 0.15rem}
	.news_list .words span{display: none}
	.box19-top-r{display: none}
	.box19 .box19-top .box19-top-l{width: 100%;}
	.box19 .box19-top .box19-top-l h3{height: auto; padding-top: 0px;}
	.box19 .box19-top{height: auto; padding: 0.25rem 0px}
	.box19 .box19-bottom{height: auto; line-height: 24px; padding: 0.1rem 0px;}
	.box19 .box19-bottom li{float: none !important;}
	.box19 article{padding: 0.2rem !important}
	.box19 article iframe{max-width: 640px; width: 100% !important; height: auto !important;}
	.case_list li img{float: none; width: 100%; height: 3.5rem; min-height: 200px;}
	.case_list li{width: 100%; padding: 0.2rem}
	.case_list li .words{float: none; width: 100%; padding: 0.2rem}
	.case_list li .words h5, .case_list li .words h4, .case_list li .words p{margin-bottom: 0px; margin-top: 15px}
	.case_list li .words h6{margin: 0px; font-weight: normal}
	.cont_list1{display: block}
	.cont_list{display: none}
	.msg_form input{width: 100%; margin-bottom: 0.3rem}
	.box4 h5, .box1 h5, .box6 h5{font-size: 18px; font-family: '方正大标宋';}
	.box4 h6, .box1 h6, .box6 h6{font-size: 24px}
	.box6 li .pic i{display: none}
	.dd_act{background-color: transparent}
	.msg_form .form_btn input{max-width: 240px; width: 47%; margin: 0px;}
	.msg_form .form_btn{display: flex; justify-content: space-between; }
	.box4 li p{font-size: 16px;}
	.hot{display: none}
	.pro_v_pic2{display: block; margin-top: 15px}
	.qrcode-box{display: none}
}
@media only screen and (max-width: 413px){
	.box2up h6 i, .box1 h6{font-size: 28px;}
	/* .box2up h6 span, .box1 h5{font-size: 14px} */
	.box2up h6:nth-of-type(2){height: 85px;}
	.box2_swiper .words h5{font-size: 18px; margin-left: 34px;}
	.box2_swiper .words h4, .box2_swiper .words p, .box2_swiper .words span{font-size: 14px;}
	.box2_swiper .box2_butt{height: 30px; }
	.box2_swiper .box2_butt>div{font-size: 16px;}
	.box5 ul li p{font-size: 14px; line-height: 18px;}
	.box5 ul li span{line-height: 12px; line-height: 18px;}
	.box5 ul li{width: 50%; min-height: 90px;}
	.box5 ul li:nth-of-type(3){background-color: #000000}
	.box5 ul li:nth-of-type(4){background-color: #555}
	.nav_list li{font-size: 14px; height: 36px;}
	.honor_list li, .pro_list li{width: 100%;}
	.case_ul li, .case_ul li:nth-of-type(1){width: 100%;}
	.title h5{font-size: 16px;}
	.pro_view_btn a{width: 140px}
	.news_list .words h6{font-size: 18px; line-height: 22px;}
	.box1_siwer .words .box1_p, .box1_siwer .words h3{font-size: 14px;}





}

