
body .layui-laypage .layui-laypage-curr .layui-laypage-em{
	background:#aa2724;
}

.layui-layer-btn{
	font-size: 14px;
}

body .layui-layer-btn .layui-layer-btn0{
	border-color: #aa2724;
    background-color: #aa2724;
}


.page-container{
	background: #ebebeb;
	padding-left: 200px;
	height: 100vh;
	overflow: auto;
}

.jobs-wrap-contact{
	font-size: 16px;
	padding-top: 50px;
}
.jobs-wrap-contact h6{
	font-size: 16px;
	color: #999;
}
.jobs-wrap-contact .mobile{
	font-size: 24px;
	color: #aa2724;
	font-weight: bold;
}
.jobs-wrap-contact h5{
	margin-bottom: 10px;
}
.jobs-wrap-contact a{
	line-height: 50px;
	display: block;
	color: #fff;
	margin: 20px 0;
	background: #aa2724;
	text-align: center;

}

.hamburger{
	position: fixed;
    top: 1vh;
    /* left: 16.5%; */
    font-size: 14px;
    color: #999;
    z-index: 1;
    max-width: 1500px;
    width: 67%;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
	
}

.hamburger ul {
	display: flex;
	padding-left: 0.3rem;
	position: relative;
}

.hamburger ul:after{
	content: "";
	width: 0.2rem;
	height: 2px;
	background: #aa2724;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}

.hamburger ul a{
	color: #999;
}


.layui-form-select .layui-edge{
	border-top-color: rgb(117, 117, 117);
}

.red-line-title {
	padding-bottom: 30px;
}
.red-line-title .name{
	font-size: 24px;
	font-family: "微软雅黑";
}

.red-line-title .name a{
	font-size: 14px;
	border: 1px solid #dcdddd;
	display: inline-block;
	padding: 5px 10px;
	background: url("../img/icon_search2.png") 4px center no-repeat;
	background-size: 20px 20px;
	text-indent: 15px;
	color: #515151;
}
.red-line-title .name a:hover{
	border: 1px solid #aa2724;
	color: #ffffff;
	background-image: url("../img/icon_search1.png");
	background-color: #aa2724;
	/*background: url("../img/icon_search1.png") 4px center no-repeat #aa2724;*/
}

.red-line-title .line{
	font-size: 24px;
	height: 4px;
	width: 50px;
	background: #aa2724;
	margin-top: 20px;
}

.red-line-title .long-line{
	width: 100%;
	background: #aa2724;
	margin-top: 20px;
	height: 1px;
}


.product-wrap {
	margin-bottom: 50px;
}
.product-wrap .type{
     font-size: 18px;
     padding: 0 10px;
     font-weight: bolder;
}
.product-wrap .mid-item{
	width:33.333%;
	position: relative;
	background: #eaeaea;
}


.product-wrap .item{
	width: 16.66%;
	box-sizing: border-box;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding-top: 30px;
	background-color: #fff;
}

.product-wrap .item .img img{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s;
	
}
.product-wrap .item:hover{
	border: 1px solid #aa2724;
}
.product-wrap .item .img:hover img{
	transform: scale(1.1);
}
.product-wrap .item .img{
	padding-top: 76%;
	margin: 0 12%;
	position: relative;
	overflow: hidden;
}
.product-wrap .c{
	color: #333;
	margin-top: 20px;
	text-align: center;
	line-height: 1.6;
	padding: 10px 0;
}
.product-wrap  .c .line{
	width: 40px;
	height: 2px;
	background: #aa2724;
	display: inline-block;
	margin-bottom:10px;
}
.product-wrap .des{
     font-size: 14px;
     color: #999;
     padding: 0 10px;

}
.product-wrap{
	display: flex;
	flex-wrap: wrap;
}

.product-wrap .long-item > img{
    width: 100%;
}

.product-wrap .mid-item .c{
	position: absolute;
	bottom: 0px;
	right: 7%;
	text-align: right;
}


.product-wrap .mid-item{
    overflow: hidden;
}

.product-wrap .mid-item .img{
     position: static;

}
.product-wrap .mid-item .img img{
	position: absolute;
	left: 0%;
	top: 0%;
	max-width: 120%;
	min-height: 100%;
}


.product-nav-container{
	width: 100%;
	height: 100vh;
	background-size: cover;
}


.public_w{
    max-width: 1500px;
    width: 67%;
}
.categorize ul{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
.categorize ul li{
	padding: 2px 20px;
	display: block;
	margin-bottom: 20px;
}
.categorize ul li:hover{
	border: 1px solid #aa2724;
}
.categorize ul li:hover{
	background: #aa2724;
	color: #fff;
	cursor: pointer;
}

.categorize ul li.cur{
	border: 1px solid #aa2724;
	background: #aa2724;
	color: #fff;
	cursor: pointer;
}

.categorize ul li.on{
	border: 1px solid #aa2724;
}
.categorize ul li.on a{
	background: #aa2724;
	color: #fff;
	cursor: pointer;
}
.categorize ul li{
	white-space: nowrap;
	line-height: 32px;
	border: 1px solid #dcdddd;
	font-size: 16px;
	margin-right: 20px;
}
@media (max-width: 750px){
	.categorize ul{
		flex-wrap: wrap;
		padding-bottom: 10px;

	}
	.categorize ul li{
		margin-bottom: 10px;
		font-size: 12px;
		white-space: nowrap;
	}
	.categorize ul li a{
		padding: 2px 10px;
		display: block;
	}
}


 .product-nav-wrap {
 	justify-content: center;
    max-width: 1300px;
    width: 67%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
}

.business-type-wrap .item{
	width: 20%;
    padding-top: 40%;
    display: block;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.business-type-wrap{
	max-width: 1500px;
    width: 88%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
}


.product-nav-wrap .item{
	width: 20%;
	padding-top: 46%;
	display: block;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.product-nav-wrap .item img{
	width: 100%;
	height: 100%;
}


.product-nav-wrap .item .wrap{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.product-nav-wrap .item .des{
	position: absolute;
	bottom: 5%;
	left: 10%;
	line-height: 1.5;
	z-index: 2;
	min-height: 1rem;
	transition: all .3s;
}

.product-nav-wrap .des h6{
	font-size: 0.20rem;
}

.product-nav-wrap .des h5{
	font-size: 0.14rem;
	color: #999;
}

.product-nav-wrap .item > img{
	position: absolute;
	top: 0;
	height: 0;
	width: 100%;
	transition: all .3s;
	height: 100%;
}

/*.product-nav-wrap .item:hover*/
.product-nav-wrap .item:after{
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all .3s;
	width: 100%;
	background: rgba(170, 39, 36, 0.9);
}

.product-nav-wrap .item:hover > img{
    filter: blur(10px);
}
.product-nav-wrap .item:hover:after{
	opacity: 1;
}

.product-nav-wrap .item:hover .des{
	color: #fff;
}
.product-nav-wrap .item:hover .des h5{
	color: rgba(250, 250, 250, .4);
}

.product-nav-wrap .item:hover .title{
	opacity: 1;
	transform: translateY(0%);
}
.product-nav-wrap .item .title{
	width: 80%;
	line-height: 1.5;
	font-size: 20px;
	opacity: 0;
	transition: all .6s;
	transform: translateY(100%);
	top: 10%;
	left: 10%;
	color: #fff;
	z-index: 2;
	position: absolute;
}


.product-details-container .content{
	max-width: 700px;
	line-height: 1.5;
	height: calc(100% - 60px);
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	justify-content: space-between;
}

.product-details-container .content .botton-box{
	margin-top: 15%;
}

.product-details-container .content .botton-box img{
	width: 20px;
	margin-right: 14px;
}

.common-button:hover{
	color:#aa2724 ;
}

.product-details-flex{
	height: 100%;
    display: flex;
    flex-direction: column;
}

.product-details-container {
    position: absolute;
    left: 50%;
    top: 3vh;
    overflow-y: auto;
    height: 97vh;
    transform: translate(-50%,0);
}

.product-details-container .product-name{
	font-size: 0.48rem;
	font-family: "微软雅黑";
	margin-top: 14%;
}
.product-details-container .product-size {
	font-size: 0.2rem;
	color: #333;
	margin: 0.1rem 0;
}
.product-details-container .adv-des{
	font-size: 0.18rem;
	color: #999;
}

.product-details-container .product-line span{
	background: #aa2724;
	display: inline-block;
	height: 2px;
	width: 0.6rem;
}

.product-details-container .red-text {
   color: #aa2724;
   font-size: 32px;
}

.pro-details-tabs{
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	display: flex;
	position: relative;
	z-index: 1;
	justify-content: space-between;
}

.pro-details-tabs ul li a{
	display: block;
}
.pro-details-tabs ul li{
	white-space: nowrap;
	padding: 0 20px;
	position: relative;
	line-height: 60px;
	cursor: pointer;
	margin-right: 20px;
	transition: all .3s;
}

.blur{
	filter: blur(10px);
}

.pro-details-tabs ul li.on{
	font-size: 18px;
	color: #aa2724;
}

.pro-details-tabs dl{
	display: flex;
	align-items: center;
}
.server-download-wrap  .pro-details-tabs dd{
	font-size: 16px;
	margin-right: 30px;
}

.server-download-wrap .pro-details-tabs dd img{
	width: 30px;
}
.pro-details-tabs dd{
	margin-right: 0.2rem;
	color: #999;
	font-size:16px;
}
.pro-details-tabs .icon{
	margin-right: 20px;
	color: #ccc;
}
.pro-details-tabs dd img{
	width: 0.3rem;
}
.pro-details-tabs ul li.on:after{
   content: "";
   width: 100%;
   height: 2px;
   left: 0;
   position: absolute;
   bottom: -1px;
   display: block;
   background: #aa2724 ;
}
.pro-details-tabs ul li.on a{
	color: #aa2724;
}
.pro-details-tabs ul li a{
	color: #333;
}
.pro-details-tabs ul {
    display: flex;
} 

.adv-list{
	margin-top: 8%;
	font-size: 14px;
	color: #666;
	line-height: 2;
}
.primary-button{
	width: 160px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background: #aa2724;
	border: 1px solid #aa2724;
	font-size: 14px;
	line-height: 50px;
}
.primary-button:hover{
	color: #fff;
}

.common-button{
	width: 160px;
	text-align: center;
	border: 1px solid #aa2724;
	display: inline-block;
	color:#aa2724;
	background: transparent;
	font-size: 14px;
	line-height: 50px;
}


.wg-bg{
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../img/wg.png);
}



.product-img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.product-img img{
	min-width: 100%;
	max-width: 120%;
	height: 100%;
}


.nav-content-wrap{
	flex: 1;
	overflow-y: auto;
	position: relative;
	z-index: 1;
}
.nav-content-wrap .c-item{
	display: none;
	padding: 2% 0;
	height: 100%;
    box-sizing: border-box;
}

.table-wrap table{
	font-size: 14px;
	width: 100%;
	background: #fff;
	border-color: #efefef;

}
.table-wrap th{
	font-weight: normal;
	background: #f3f3f3;
	text-align: left;
	color: #333333;
	font-size: 16px;
}

.table-wrap tr:hover{
	background: #f3f3f3;
	color: #333333;
}
.table-wrap td,.table-wrap th{
	padding: 20px;
}

.product-details-container .red-line-title{
	padding-top: 30px;
}

.product-details-container .red-line-title .name{
	 font-size: 18px;
	 font-weight: bold;
}


.product-details-container .red-line-title .line{
	width: 30px;
}




.precommend-product-list{
	display: flex;
	justify-content:space-between;
	margin-bottom: 20px;
}

.precommend-product-list .item{
	width: 32%;
	display: flex;
}

.precommend-product-list .item .c{
	padding: 20px;
	flex: 1;
	background: #fff;
}

.precommend-product-list .item .name{
	font-size: 14px;
	font-weight: bolder;
}

.precommend-product-list .item .line{
	margin: 10px 0;
}

.precommend-product-list .item .line span{
	display: inline-block;
	height: 2px;
	width: 31px;
	background: #aa2724;
}

.precommend-product-list .item  .des{
	font-size: 12px;
	color: #666;
}

.precommend-product-list .item .img:hover img{
	transform: scale(1.1);
}

.precommend-product-list .item .img{
	width: 60%;
	background: #fff;
	overflow: hidden;
}

.precommend-product-list .item .img img{
	width: 100%;
	height: 100%;
	transition: all .3s;
}


.pro-class-contianer .item:last-of-type{
	border-right: none;
}
.pro-class-contianer .item{
	overflow: hidden;
	width: 220px;
	height: 260px;
	align-items: center;
	display: flex;position: relative;
	border-right: 1px solid rgba(250, 250, 250, .2);
	flex-direction: column;
	justify-content: center;
	background-color: rgba(0, 0, 0, .8);
}

.pro-class-contianer .item .text{
	font-size: 20px;
	color: #fff;
	margin-top: 30px;
}


.pro-class-contianer {
	position: absolute;
	left: 50%;
	display: flex;
	top: 50%;
	width: 860px;
	transform: translate(-50%,-50%);
}

.pro-class-contianer .item img{
	width: 70px;
}

.pro-class-contianer .item > div.icon:nth-child(2){
	display: none;
}

.pro-class-contianer .item:hover > div.icon:nth-child(2){
	display: block;
}
.pro-class-contianer .item:hover > div.icon:nth-child(1){
	display: none;
}

.pro-class-contianer .item:hover .text{
     color: #aa2724;
} 

.pro-class-contianer .item > div{
	position: relative;
	z-index: 2;
}
.pro-class-contianer .item:hover:after{
	opacity: 1;
}

.pro-class-contianer .item:after{
	content: "";
	opacity: 0;
    transition: all .3s;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
	filter: blur(5px);
	background:rgba(0, 0, 0, .4);
}

.pro-class-contianer .icon{
	height: 70px;
    line-height: 70px;
}

.opacity05{
	color: rgba(250, 250, 250, .5);
}
.opacity05:hover{
	color: rgba(250, 250, 250, .6);
}

.customized-light6-wrap{
	padding-top: 1rem;
	width: 80%;
	margin: 0 auto;
}
.customized-light6-wrap .top{
	position: relative;
}
.customized-light6-wrap .top .img{
	width: calc(100% - 10px - 26%);

}
.customized-light6-wrap .top .out{
	height: 100%;
	position: absolute;
	right: 0;
	width: 26%;
}
.customized-light6-wrap .top .con{
	height: 120%;
	position: relative;
}
.customized-light6-wrap .top .con .eng-text{
	position: absolute;
	bottom: .2rem;
	color: #fff;

}
.customized-light6-wrap .top{
	display: flex;
	margin-bottom: 10px;
}
.customized-light6-wrap .top .img{
	margin-right: 10px;
}
.customized-light6-wrap .bottom .img{
	margin-right: 10px;
}


.customized-light6-wrap .bottom{
	display: flex;
}

.customized-light6-wrap .con{
	padding: 0.6rem 0.5rem;
	width: 3.3rem;
}



.pro-search-contianer{
    height: 100%;
    box-sizing: border-box;
    padding-top: 1.5rem;
	display: flex;
}
.pro-search-wrap{
	width: 100%;
	
}

.search-result-container{
	max-height: 90%;
	overflow: auto;
}
.search-result-container::-webkit-scrollbar{
  display: none;
}
.pro-search-wrap .top-form .input-box button img{
	width: 50%;
}
.pro-search-wrap .top-form .input-box button{
	width: 1.5rem;
	background:#aa2724 ; ;
	height: 0.5rem;
	line-height: 0.5rem;
}
.pro-search-wrap .top-form .select{
	width: 150px;
}


.search-a-box > ul>li{
	position: relative;
}
.search-a-box > ul>li:hover ol{
	display: block;
}
.search-a-box > ul>li ol li:hover a{
	background: #aa2724;
	color: #fff;
}
.search-a-box ol{
	display: none;
	z-index: 11111111;
	position: absolute;
}
.search-a-box ul{
	display: flex;
}
.search-a-box ul li.on > a{
	background: #aa2724;
	color: #fff;
}
.search-a-box ul li a{
	display: block;
	padding:0 0.36rem ;
}
.search-a-box ul li{
	white-space: nowrap;
	background-color: #d3d3d3;
	line-height: 0.4rem;
	font-size: 0.16rem;
	
}

.pro-search-wrap .top-form .input-box{
	align-items: center;
	line-height: 0.5rem;
	background: #fff;
	display: flex;
	border: 1px solid #e6e6e6;
}
.pro-search-wrap .top-form .layui-select-title input{
	text-align: center;
}
.pro-search-wrap .top-form .input-box input{
	flex: 1;
	font-size: 16px;
	padding: 0 10px;
}
.pro-search-wrap .top-form ul{
	display: flex;
}
.pro-search-wrap .top-form ul li.on{
	background:#aa2724 ;
	color: #fff;
}
.pro-search-wrap .top-form ul li{
	width: 140px;
	cursor: pointer;
	background: #dfdfdf;
	color: #666666;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}
.pro-search-wrap .top-form{
    width: 770px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.search-result-container{
	background: #fff;
	padding: 20px;
}

.pro-search-wrap 

.file-type {
	display: flex;
}

.file-type .f-item{
	margin-right: 10px;
}


.pro-search-right .table-wrap{
	width: 860px;
}

.page{
	padding: 10px;
}

.page ul{
	display: flex;
	font-size: 14px;
}
.page li.on a{
	background: #aa2724;
	color: #fff;
}
.page li{
	line-height: 24px;
	margin-right: 10px;
}
.page li a{
	line-height: 24px;
	padding: 0 10px;
	display: inline-block;
	background: transparent;
}


.pro-search-right .table-wrap tr:nth-child(odd){
    background-color: #f8f8f8;
}


.pro-search-right .table-wrap tr:hover{
	 background-color: #aa2724;
	 color: #fff;
}


.pro-search-right .table-wrap tr:hover img{
	filter: invert(90%) sepia(84%) saturate(6877%) hue-rotate(181deg) brightness(123%) contrast(100%);
}


.pro-search-right .table-wrap th{
	background-color: #eeeeee;
}


.camera-container{
/*	border-radius: 10px;
	overflow: hidden;*/
	display: flex;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.camera-lf{
	border-radius: 10px 0 0 10px;
	padding: 70px 30px 40px 30px;
	background: #aa2724;
	color: #fff;
	box-sizing: border-box;
	flex: 0 0 280px;
	box-sizing: border-box;
	line-height: 1.5;
}

.camera-lf .ch{
    font-size: 22px;
}

.camera-lf .en{
    font-size: 16px;
}


.camera-lf .num{
	font-size: 72px;
}
.camera-lf .step{
	margin: 100px 0;
	text-align: center;
	line-height: 1.5;
	font-size: 24px;
}

.camera-lf .tips{
	font-size: 14px;
}

.camera-wrap{
	display: flex;
}
.camera-rt{
	border-radius: 0 10px 10px 0;
	position: relative;
    height: 630px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	padding: 0 60px;
	background: rgba(250, 250, 250, 0.9);
}

.layui-form{
	font-size: 14px;
}

.unit {
	display: inline-block;
	line-height: 38px;
	font-size: 14px;
}

.parameter h6{
	font-size: 22px;
	font-weight: bolder;
}

.button-box button{
	width: 1.7rem;
	font-size: 12px;
	text-align: center;
	line-height: 0.5rem;
}

.button-box .grey-button{
	background: #999999;
	color: #fff;
	margin-right: 10px;
}

.button-box .grey-line-button{
    border: 1px solid #999;
	color: #999;
}


.button-box .primary{
	background: #aa2724;
	color: #fff;
}


.flex{
	display: flex;
}


.view-container{

	width: 390px;
	margin-right: 100px;
}

.parameter{
	width: 400px;
}

.camera-rt .button-box{
	width: 100%;
	text-align: center;
}

.camera-rt .flex{
	margin-top: 30px;
}


.large .layui-input{
	height: 58px;
}

.large .layui-form-select dl{
	top: 58px;
}

.layui-form-select dl dd.layui-this{
	background:#aa2724 ;
}

.stepTwo{
	display: none;
}
.stepOne{
	display: block;
	
}


.onebox .ftheme{
	font-size:22px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
}

.fovbox{
	display: flex;
	justify-content: space-between;
    padding-bottom: 30px;
}
.fitem{
	position: relative;
	height: 120px;
    width: 50%;
    max-width: 420px;
    display: flex;
}
.fleft{
	width: 235px;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
}

.fleft .click span:before{
	content: "";
    width: 10px;
    height: 10px;
    background-color: #a2a2a2;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    display: block;
    transform: translate(-50%,-50%) scale(1);
}

.fitem[data-on="on"] .fleft .click span:after{
	content: "";
    width: 10px;
    height: 10px;
    background-color: #26a65c;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%) scale(1);
}

.fitem .fleft .click span{
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    background-color: #f3f3f3;
}

.fitem .fleft .fimg{
	width: 180px;
}
.fitem[data-on="on"][data-type="type1"] .fleft .fimg{
	background-color: #ffa5a2;
	background-repeat: no-repeat;
}

.fitem[data-on="on"][data-type="type2"] .fleft .fimg{
	background-color: #ffa5a2;
}



.fitem[data-type="type1"] .fleft .fimg{
	padding-top: 120px;
    background-color: #d1d1d1;
    background-repeat: no-repeat;
}

.fitem .inputbox{
	margin-left: 10px;
	display: flex;
	align-items: center;
}

.fitem[data-type="type1"] .inputbox{
	flex-direction: column;
	justify-content: space-between;

}

.fitem .fleft .click{
	position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
}

.my-input input{
	width: 160px;
    height: 50px;
    padding: 0 15px;
    font-size: 14px;
    border: 1px solid #dddddd;
}


.fitem[data-type="type2"] .fleft {
    width: 150px;
}

.fitem[data-type="type2"] .fleft .fimg {
	padding-top: 120px;
	width: 120px;
    background-color: #d1d1d1;
    border-radius: 50%;
}

.fitem[data-type="type3"] .fleft .fimg{
	padding-top: 120px;
	background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/acc_03.png);

}

.fa-camera-container{
	text-align: right;
    position: relative;
    width: 900px;
}

.fa-camera-container .model-img{
	margin-top: 50px;
	margin-bottom: 50px;
}

.fa-camera-container .input-item{
	text-align: left;
	width: 180px;
}

.fa-camera-container .input-item .input{
	padding: 0 10px;
	border: 1px solid #dcdddd;
	background: #fff;
}

.fa-camera-container .input-item .input input{
	width: 100%;
	line-height: 40px;
}


.fa-camera-container .input-item .label{
	font-size: 14px;
	color: #333;
	line-height: 2;
	
}



.fa-camera-container .input-item:first-of-type{
	position: absolute;
	top: -90px;
	left: 300px;
}

.fa-camera-container .input-item:nth-of-type(2){
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.fa-camera-container .input-item:last-of-type{
	position: absolute;
	bottom: -40px;
	right: 100px;
}


.parameter-wrap{
	background: #fff;
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
}

.last-return button{
	color: #fff;
	padding: 0 20px;
	line-height: 1.8;
	border: 1px solid #fff;
	font-size: 0.18rem;
	cursor: pointer;
}

.last-return{
	display: none;
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
}

.parameter-wrap .layui-table-view .layui-table td{
   padding: 12px 0;
}

.parameter-wrap .layui-table-view .layui-table th{
   padding: 12px 0;
}


.stepThree{
	display: none;
}

.left{
	
	vertical-align: middle;
	display: inline-block;
	width: 10px;
	height: 10px;
	padding: 0 !important;
	line-height: 1;
	border: solid #4D4D4D;
	border-width: 0px 0px 1px 1px;
	transform: rotate(45deg);
}

.right{
	
	vertical-align: middle;
	display: inline-block;
	width: 10px;
	height: 10px;
	padding: 0 !important;
	line-height: 1;
	border: solid #4D4D4D;
	border-width: 1px 1px  0px 0px;
	transform: rotate(45deg);
}

.public_container{
	width: 100%;
	height: 100vh;
	position: relative;
	background: #ebebeb;

}

.parameter-wrap .top{
	padding: 30px;
	text-align: center;
	position: relative;
}

.parameter-wrap .top .result{
    font-size: 18px;
    line-height: 1.8;
}

.parameter-wrap .top em{
    font-size: 48px;
    color: #aa2724;
}

.parameter-wrap .contact-button{
   font-size: 14px;
   color: #fff;
   position: absolute;
   top: 50%;
   right: 40px;
   transform: translateY(-50%);
   padding: 0 20px;
   display: inline-block;
   line-height: 40px;
   background: #aa2724;
}

.parameter-wrap .layui-table-cell{
	height: auto;
}

.parameter-wrap .action{
	display: none;
}


.hide-srcoll::-webkit-scrollbar{
  display: none;
}

.product-container{
	position: absolute;
	left: 50%;
	height: 100%;
	box-sizing: border-box;
	overflow-y: auto;
	padding-top: 10vh;
	transform: translateX(-50%);
}


.position-center{
    position: absolute;
    left: 50%;

    top: 50%;
    transform: translate(-50%,-50%);
}


.pro-search-right .form-item .button-box button{
	width: auto;
}

.parameter-container .red-line-title .name{
	font-size:20px;
}

.parameter-container .red-line-title .line{
	height: 2px;
}



.business-type-wrap .item:before {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    opacity: 1;
    transition: all .3s;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.business-type-wrap .des h6,
.business-type-wrap .des h5{
	color: #fff;
}

.business-type-wrap .item:last-of-type{
	border-right: none;
}

.business-type-wrap .icon{
	opacity: 0;
	margin-bottom: 10px;
	transition: all .3s;
}
.business-type-wrap .icon img{
	width: 30px;
}

.business-type-wrap .item{ 
	padding-top: 40%;
    border-right: 2px solid #fff;
}

.business-type-wrap .des h5{
	font-size: 14px;
}

.business-type-wrap .item:hover .des .icon{
	opacity: 1;
}


.customized-light-wrap{
	padding-top: .5rem;
	display: flex;
	position: relative;
}
.customized-light-wrap .pic_one img{
	width: 100%;
}

.customized-light-wrap .pic_two{
	width: 4.8rem;
}
.customized-light-wrap .pic_one{
	margin-left: 14%;
	width: 4rem;
	margin-right: 20px;
}

.customized-light-wrap img{
	width: 100%;
}
.customized-light-wrap .c-content{
	padding:0.5rem;
	width: 4.2rem;
	margin-top: 20px;
	color: #fff;
	line-height: 1.5;
	box-sizing: border-box;
	background: #aa2724;
}

.customized-light-wrap .c-content .title{
	font-size: 0.3rem;
}
.customized-light-wrap .c-content .c{
	font-size: 0.15rem;
}

.customized-light-wrap .c-content .title:after{
	content: "";
	height: 2px;
	width: 50px;
	color: #fff;
	display: block;
	margin:0.2rem;
	background: #fff;
}

.customized-light-wrap .c-content .pic_two img{
	width: 100%;
}


.customized-flow-wrap .c-content{
	width: 2rem;
	padding: 0.5rem;
	color: #fff;
	background: #aa2724;
	position: absolute;
	bottom:-1rem;
	right: -1rem;
}

.customized-flow-wrap .c-content .title {
    font-size: 0.3rem;
}

.customized-flow-wrap .c-content .title:after{
   content: "";
	height: 2px;
	width: 50px;
	color: #fff;
	display: block;
	margin:0.2rem 0;
	background: #fff;
}

.customized-flow-wrap .c-content .c{
	font-size: 0.16rem;
	line-height: 1.5;
}

.customized-flow-wrap .pic_one{
	position: relative;
	width: 80%;
	margin: 0 auto;
	margin-top: 1rem;
}
.customized-flow-wrap .pic_one .dot-1{
	position: absolute;
	left: 23%;
    top: 25%;
}
.customized-flow-wrap .pic_one .dot-2{
	position: absolute;
	left: 44%;
    top: 25%;
}
.customized-flow-wrap .pic_one .dot-3{
	position: absolute;
	left: 65%;
    top: 25%;
}
.customized-flow-wrap .pic_one .dot-4{
	position: absolute;
	left: 65%;
    top: 48%;
}
.customized-flow-wrap .pic_one .dot-5{
	position: absolute;
	left: 44%;
    top: 48%;
}
.customized-flow-wrap .pic_one .dot-6{
	position: absolute;
	left: 23%;
    top: 48%;
}
.customized-flow-wrap .pic_one .dot:hover{
	opacity: 1;
    transform: scale(1.2);
}
.customized-flow-wrap .pic_one .dot-7{
	position: absolute;
	left: 23%;
    top: 70%;
}
.customized-flow-wrap .pic_one .dot{
	width: 1rem;
    height: 1rem;
     background: red; 
    transition: all .3s;
    border-radius: 50%;
    position: absolute;
    background-size: cover;
    opacity: 0;
    transform: scale(0.5);
}

.customized-flow-wrap  .pic_one  img{

	width:100%;
}


.customized-adv-wrap{
   display: flex;	
   margin: 5%;
   margin-bottom: 0;
}

.customized-adv-wrap .title:after{
   content: "";
	height: 2px;
	width: 50px;
	color: #fff;
	display: block;
	margin: 20px 0 0;
	background: #fff;
}

.customized-adv-wrap  .c-content{
	background: #aa2724;
	width: 100%;
	box-sizing: border-box;
}
.customized-adv-wrap  .c{
	margin-top: 30px;
}


.customized-adv-wrap .pic_one .c-content{
    padding-top: 0.6rem;
	padding-left: 1.4rem;
	padding-bottom: 0.6rem;
	padding-right: 1.3rem;

	
}

.customized-adv-wrap .pic_two .c-content{
    background: #aa2724;
    padding: 0.7rem;
}

.customized-adv-wrap .pic_three .c-content{
    background: #aa2724;
    padding: 0.5rem 0.7rem 0.5rem 1rem;
}

.customized-adv-wrap  .c-content{
	font-size: 0.16rem;
}
.customized-adv-wrap  .c-content .title{
	font-size: 0.3rem;
	color: #fff;
}

.customized-adv-wrap .pic_one{
	width: 4.8rem;
	padding-top: 0.7rem;
}
.customized-adv-wrap .img img{
	width: 100%;
}
.customized-adv-wrap .pic_two{
	width: 4rem;
	margin: 0 10px;
}
.customized-adv-wrap .pic_three{
	width: 4.2rem;
	padding-top: 1.1rem;
}


.customized-adv-wrap .pic_three .img{
	width: 80%;
}


.customized-case-wrap{
	margin-top: 1rem;
}


.customized-contact-wrap{
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 10px;overflow: hidden;
    transform: translate(-50%,-50%);
}
.customized-contact-wrap .lf .title{
	font-size: 0.3rem;
	color: #fff;
	position: relative;
	z-index: 1;
}
.customized-contact-wrap .rt .img{
	margin-right: 20px;
	margin-bottom: 0.5rem;
}

.customized-contact-wrap .lf .title:after{
	content: "";
	width: 0.5rem;
	height: 2px ;
	margin: 0.2rem auto;
	display: block;
	background: #fff;

}
.customized-contact-wrap .lf:before{
	content: "";
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: rgba(170, 39, 36, 0.9);
}
.customized-contact-wrap .lf{
    width: 3.4rem;
    height: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-image: url(../img/img.jpg);
}
.customized-contact-wrap .rt{
   padding: 0.5rem 0;
   padding-bottom: 0.2rem;
   width: 6.2rem;
   display: flex;
   align-items: center;	
   font-size: 16px;
   color: #666;
   line-height: 2.4;
   justify-content:center;
   background: rgba(225, 226, 227, .6);
}


.customized-contact-wrap .rt .contact-button{
	background: #aa2724;
	font-size: 14px;
	display: inline-block;
	line-height: 36px;
	width: 120px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}


.customized-contact-stepOne,
.customized-contact-stepTwo{
	display: flex;
}


.customized-contact-stepTwo .lf:before{
	height: 30%;
}

.customized-contact-stepTwo .lf .title{
	font-size: 0.3rem ;
	
}

.customized-contact-stepTwo .lf .paddingbox
{
	margin: 0.5rem;
	position: relative;
	z-index: 1;
}


.customized-contact-stepTwo .lf .title:after{
	content: "";
	width: 0.5rem;
	height: 2px;
	background: #fff;
	display: block;
	margin: 10px 0;
}

.customized-contact-stepTwo .lf .tips{
	font-size:16px;
}


.customized-contact-stepTwo .lf{
	display: block;
	box-sizing: border-box;
	height: 100%;
	background-image: url(../img/img2.jpg);
	padding-bottom: 24%;
}


.customized-contact-stepTwo .lf:after{
	content: "";
	background: rgba(250, 250, 250, .5);
	height: 70%;
	width: 100%;
	bottom: 0;
	left: 0;
	display: block;
	position:absolute;
}



.customized-contact-wrap .layui-form-item .layui-input-inline{
	width: 2.7rem;
}


.divider{
	margin: 0 auto;
	margin-bottom: 20px;
	width: 90%;
	height: 1px ;
	background: #fff;
	
}


.customized-contact-stepTwo  .layui-form-item{
	margin-bottom: 0.15rem;
	padding-left: 0.5rem;
}


.button-box-rt button{
	width: 49%;
	line-height: ;

}

.felx-align-center{
	display: flex;
	height: 100%;
	justify-content:center;
	align-items: center;
}
.flex-between{
	display: flex;
	justify-content: space-between;
}

.customized-contact-wrap .customized-contact-stepTwo .rt{
	display: block;
	text-align: center;

}


.server-suport-wrap{
    display: flex;
}

.server-suport-wrap .item .title{
	font-size: 0.24rem;
	text-align: center;
	color: #fff;
}

.server-suport-wrap .item .des{
	font-size: 0.16rem;
} 

.server-suport-wrap .item{
	padding:0.3rem;
	width: 23%;
	color: #fff;
	margin-right: 2%;
	background: #aa2724;
}
.server-suport-wrap .item .icon{
	text-align: center;
	margin: 0.6rem 0;
}
.server-suport-wrap .item .title:after{
	content: "";
	display: block;
	width: 0.8rem;
	margin: 0 auto;
	height: 2px;
	background: #fff;
	margin-top: 0.3rem;
	margin-bottom: 0.6rem;

}


.news-wrap .n-item:hover{
	background:#aa2724;
	color: #fff;
}

.news-wrap .n-item:hover .title:after{
	background: #fff;
}

.news-wrap .n-item:hover a,
.news-wrap .n-item:hover .c,	
.news-wrap .n-item:hover .date{
	color: #fff;
}

.news-wrap .n-item:hover .links a{
	border: 1px solid #fff;
}

.news-wrap .n-item{
    display: flex;
    background: #fff;
    line-height: 1.5;
    margin-bottom: 10px;
}

.news-wrap .n-item .img{
	width: 40%;
	overflow: hidden;
	position: relative;
	padding-top: 17%;
	background: #fff;
}


.news-wrap .n-item .img:hover img{
	transform: scale(1.1);
}

.news-wrap .n-item .date{
	font-size: 14px;
	color: #333;
	opacity: .5;
	margin-bottom: 0.1rem;
}

.news-wrap .n-item .title a{
	display: block;
}

.news-wrap .n-item .title h1{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-wrap .n-item .title:after{
	content: "";
	margin: 0.2rem 0;
	height: 2px;
	width: 0.3rem;
	background: #aa2724;
	display: block;
}

.news-wrap .n-item .title{
	font-size: 0.24rem;
}

.news-wrap .n-item .c{
	font-size: 16px;
	color: #333;
}

.news-wrap .n-item .des{
	width: 45%;
	box-sizing: border-box;
	padding: 0.2rem 0.5rem;
}

.news-wrap .n-item .img img{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	transition:all .3s;
}


.index-product-wrap .n-item .date span{
	display: inline-block;
	line-height: 2;
	font-size: 0.2rem;
	border-top: 0.1rem solid #aa2724;
}



.index-product-wrap .top{
	display: flex;
	margin-bottom: 0.2rem;
}
.index-product-wrap .top .p-item:nth-child(3n){
	margin-right: 0%;
}
.index-product-wrap .top .p-item{
	width:32%;
	margin-right: 2%;
	display: flex;
}
.index-product-wrap .top .p-item .line{
	height: 2px;
	width: 0.6rem;
	background: #aa2724;
}
.index-product-wrap .top .p-item .text{
	padding: 0.4rem 0.2rem;
}
.index-product-wrap .top .p-item .text a{
	color: #fff;
}
.index-product-wrap .top .p-item .toptext{
	font-size: 0.18rem;
}
.index-product-wrap .top .p-item .botext{
	font-size: 0.12rem;
}

.index-product-wrap .top .p-item .img:hover img{
	transform: scale(1.1);
}
.index-product-wrap .top .p-item .img img{
	position: absolute;
	top: 0;
	transition: all .3s;
	min-height: 100%;
	min-width: 100%;
	max-width: 300%;
	left: 0;
}
.index-product-wrap .top .p-item .text{
	width: 34%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	color: #fff;
	background: #292b2d;
}

.index-product-wrap .top .p-item .img{
	position: relative;
	overflow: hidden;
	width: 66%;
	background: #fff;
	padding-top: 66%;
}

.index-product-wrap .n-item .links{
    width: 10%;
    display: flex;
    align-items: center;
}

.index-product-wrap .n-item .links a{
    line-height: 0.5rem;
    background: #aa2724;
    width: 1.6rem;
    color: #fff;
    text-align: center;
    font-size: 0.18rem;
}

.index-product-wrap .n-item .des .title a:hover{
	color: #aa2724;
}


.index-product-wrap .n-item .des .title h1{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-product-wrap .n-item .des .title{
	font-size: 0.3rem;
	font-weight: bold;
	margin-top: 0.1rem;
}



.index-product-wrap .n-item .c{
	font-size: 0.16rem;
	color: #999;
	line-height: 1.6;
}
.index-product-wrap .n-item .des .title:after{
	content: "";
	display: block;
	width: 3em;
	height: 2px;
	margin: 0.1rem 0;
	background: #aa2724;
}

.index-product-wrap .n-item .des{
	padding-left: 0.6rem;
	box-sizing: border-box;
	width: 50%;
}

.index-product-wrap .n-item .img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
}

.index-product-wrap .n-item .img{
	width: 35%;
	padding-top: 17%;
	overflow: hidden;
	position: relative;
}

.index-product-wrap .n-item{
	display: flex;
	background: #d3d3d3;
}


.news-wrap .n-item .links{
	width: 15%;
	display: flex;
	align-items: center;
}

.news-wrap .n-item .links a{
	font-size: 12px;
	width: 1.2rem;
	line-height: 34px;
	background:#aa2724;
	text-align: center;
	color: #fff;
}



.exhibition-wrap{
	display: flex;
}

.exhibition-wrap .des{
	padding: 0.2rem;
	position: relative;
	
	
}

.exhibition-wrap .des:after{
	background: rgba(0, 0, 0, .4);
/*	filter: blur(5px);*/
	height: 100%;
	position: absolute;
	width: 100%;
	content: "";
	display: block;
	left: 0;
	top: 0;
	z-index: -1;
}

.exhibition-wrap .e-item{
	width: 19%;
	color: #fff;
	margin-right: 1.25%;
	position: relative;
	overflow: hidden;
}
.exhibition-wrap  .e-item:last-of-type{
	margin-right: 0;
}

.exhibition-wrap .e-item .date:after{
	margin: 0.2rem 0;
	content: "";
	height: 2px;
	display: block;
	background: #fff;
	width: 0.3rem;
}

.exhibition-wrap .e-item .date{
    font-size: 14px;
}

.exhibition-wrap .e-item  a{
	color: #fff;
}

.exhibition-wrap .e-item .title{
    font-size: 0.22rem;
    line-height: 1.4;
    height: 0.66rem;
}

.exhibition-wrap .e-item .c{
	margin-top: 0.2rem;
	font-size: 0.18rem;
	line-height: 1.5;
	height: 3em;
}


.exhibition-wrap .e-item .red-line-box{
	height: 6px;
	width: 50%;
	position: absolute;
	background: #aa2724;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.exhibition-wrap .e-item:hover .des{
	 visibility: hidden;
}
.exhibition-wrap .e-item .red-line-box .c{
	height: auto;

}
.exhibition-wrap .e-item .details{
	font-size: 0.14rem;
	line-height: 1.5;
}
.exhibition-wrap .e-item .more a{
	color: rgba(250, 250, 250, .5);
	display: block;
	width: 1.2rem;
	font-size: 12px;
	line-height: 0.36rem;
	margin: 0 auto;
	text-align: center;
	border: 1px solid rgba(250, 250, 250, .5);
}

.exhibition-wrap .e-item .red-line-box{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	box-sizing: border-box;
	background-color: rgba(170, 39, 36, .9);
	
} 

.exhibition-wrap .e-item .red-line-box > div{
	display: none;
}
.exhibition-wrap .e-item:hover .red-line-box > div{
	display: block;
}
.exhibition-wrap .e-item:hover .red-line-box{
	width: 100%;
	height: 100%;
	left: 0;
	padding: 0.3rem ;
	transform: translateX(0%);
}

.exhibition-wrap .e-item .img{
	padding-top: 150%;
	overflow: hidden;
	position: relative;
}


.exhibition-wrap .e-item .img img{
	position: absolute;
	top: 0;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	width:auto;
	min-width: 100%;
	max-width: none;
	min-height: 100%;
}

.exhibition-wrap .e-item:hover .img{
	position: static;
}

.pro-search-wrap .query-table-wrap{
	margin-top: 0.5rem;
	padding: 0;
}

.news-serach-list{
	background: #fff;
	padding-top: 0.5rem;
	padding-bottom: .5rem;
	margin-top: 0.2rem;
}

.news-serach-list li .date{
   font-size:12px;
   color: #999;
}
.news-serach-list li .title h2{
	 overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-serach-list li a{
	color: #aa2724;
	font-size: 0.16rem;
}

.news-serach-list li .title{
    width: 80%;
}

.news-serach-list li{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #d1d1d1;
	line-height:1.6;
	padding: 0.1rem 0.3rem;
	font-size: 0.18rem;
	justify-content: space-between;
}

.search-result-container .item{
	display:none;
}


.slot-text-box{
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 0.16rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
}

.pro-search-wrap .slot-content button{
	font-size: 14px;
	line-height: 36px;
	width: 120px;
	color: #fff;
	background:#aa2724;
}

.slot-content .slot-button{
	text-align: right;
	font-size: 0.16rem;
	color: #fff;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #fff;
	margin-bottom: 0.2rem;
}

.slot-content .form-height{
	height: 50px;
}

.slot-content .slot-button #slot{
	display: inline-block;
	cursor: pointer;
}

.about-cbd-wrap{
	text-align: center;
	line-height: 1.5;
	width: 100%;
	padding-bottom: 1.5rem;
}
.about-cbd-wrap .line{
	text-align: center;
	padding: 0.2rem 0;
}
.about-cbd-wrap .line span{
	height: 4px;
	width: 0.6rem;
	background: #aa2724;
	display: inline-block;
}
.about-cbd-wrap h3{
	font-size: 24px;
	color: #fff;
}

.about-cbd-wrap h4{
	font-size: 20px;
	color: #fff;
}
.about-company-wrap{
	margin-top: 0.3rem;
	padding-left: 0.9rem;
	line-height: 1.5;
}

.about-company-wrap .title{
	width: 70%;
	color: #666;
	font-size: 0.22rem;
	text-align: right;
	margin-bottom: .3rem;
}

.about-company-wrap .img-box{
	display: flex;
}

.about-company-wrap .img-box img{
	width: 100%;
}

.about-company-wrap .item4{
	width: 3.5rem;

	position: relative;
	z-index: -1;
	transform: translateX(-30%);
	
}
.about-company-wrap .item3 .c{
	padding: 0.4rem;
	color: #fff;
	background: #aa2724;
}
.about-company-wrap .item3{
	width: 3.5rem;
	font-size: 0.14rem;
	box-sizing: border-box;
	transform: translateY(-0.5rem);
}
.about-company-wrap .item2{
	width: 2.4rem;
	flex: 0 0 2.4rem;
	margin-top: 0.6rem;
	margin-right: 0.2rem;
}

.about-company-wrap .item1{
	width: 2.4rem;
	flex: 0 0 2.4rem;
	margin-top: 1.5rem;
	margin-right: 0.2rem;
}
.about-company-wrap .item1 .icon img{
	width: 100%;
}
.about-company-wrap .item1 .icon{
	padding:0.4rem;
	background:#aa2724 ;
}

.about-company-content{
	text-align: left;
	max-width: 5rem;
	font-size: 0.16rem;
}


.about-history-wrap{
	padding: 50px 0;
	overflow: hidden;
	
}

.pro-details-tabs a:hover{
	color:#aa2724;
}

.history-wrap{
	width: calc(100% - 100px);
    margin: 0 auto;
    left: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.history-wrap-padding{
	position: relative;
	
}
.history-wrap-padding .pre i,
.history-wrap-padding .next i{
	font-size: 20px;
}

.history-wrap-padding .pre:hover i,
.history-wrap-padding .next:hover i{
	color: #fff;
}
.history-wrap-padding .pre:hover, .history-wrap-padding .next:hover{
	background-color: #aa2724;
	color: #fff;
}

.history-wrap .pre,
.history-wrap .next{
	width: 50px;
	cursor: pointer;
	text-align: center;
	background-color: rgba(250, 250, 250, .8);
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	z-index: 10;
	border-radius: 50%;
}
.history-wrap .next{
	position: absolute;
	top: 50%;
	right: -50px;
	transform: translateY(-50%);
}
.history-wrap .pre{
	position: absolute;
	top: 50%;
	left: -50px;
	transform: translateY(-50%);
}
.history-wrap .pre i,
.history-wrap .next i{
	color:#aa2724;
}


.about-history-wrap .line {
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
}


.about-history-wrap .line span{
	background: #848484;
	width: 1px;
	height: 30px;
}

.about-history-wrap .line span:nth-child(3){
	height: 40px;
}


.about-history-wrap .hc{
	padding: 200px 0;
	position: relative;
}


.about-history-wrap .h-content h4{
   font-size: 22px;
   font-weight: bolder;
   color: #aa2724;
   line-height: 45px;
}

.about-history-wrap .swiper-slide:nth-child(odd) .h-content{
   position: absolute;
   bottom: -20px;
   left: 50%;
}

.about-history-wrap .swiper-slide:nth-child(even) .h-content{
   position: absolute;
   top: 0;
   left: 50%;
}



.about-history-wrap .h-content{
   font-size: 16px;
   width: 200%;
   color: #666666;
   padding-left: 40px;
}

.about-history-wrap .i-content{
   position: absolute;
   left: -22px;
   top: 0;
   display: flex;
   width: 45px;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
.about-history-wrap .swiper-slide:nth-child(odd) .i-content{
	transform: translateY(-100px);
}
.about-history-wrap .swiper-slide:nth-child(odd) .le{
	order: 0;
	margin-bottom: 20px;
}

.about-history-wrap .swiper-slide:nth-child(even) .le{
	order: 2;
	margin-top: 20px;
}

.about-history-wrap .i-content .icon{
	order: 1;
}
.about-history-wrap .i-content .le{
   background: #9c9c9c;
   height: 100px;
   width: 1px;
}


.about-history-wrap .swiper-slide:nth-child(odd) .h-content .box{
   padding-top: 20px;
}

.mumber-groups .m-item{
	background-size: 100%;
	line-height: 1.5;
	padding: 0.1rem;
	width: 1.1rem;
	background-repeat: no-repeat;
	height: 1.06rem;
	margin-right: 0.5rem;
	position: relative;
	background-image: url(../img/border.png);
}
.mumber-groups .m-item{
	margin-bottom: 0.3rem;
}
.mumber-groups{
	width: 7.6rem;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.5rem;
}
.mumber-groups .m-item:nth-child(4n){
	margin-right: 0;
}
.mumber-groups .m-item strong{
	font-size: 0.5rem;
	color: #aa2724;
}
.mumber-groups .m-item h6{
	font-size: 0.18rem;
	color: #666666;
}
.mumber-groups .m-item h5{
	font-size: 0.14rem;
	color: #999999;
}

.mumber-groups .m-item .number{
	font-size: 0.18rem;
	color: #999999;
	position: absolute;
	line-height: 1;
	bottom: 0;
	right: 0;
	transform: translate(50%,0%);
}

.about-development-wrap .top{
	display: flex;
	justify-content: space-between;
}

.about-development-wrap .img-des{
	width: 5rem;
	display: flex;
}

.img-des-left{
	width: 50%;
	margin-right: 10px;
	box-sizing: border-box;
}

.img-des-left .totle{
	padding:  0.3rem;
	padding-top:0.8rem;
	background: #aa2724;
	font-size: 0.24rem;
	color: #fff;
	text-align: center;
}

.img-des-left .totle img{
	width: 0.4rem;
	margin-bottom: 0.2rem;
}
.img-des-left .totle h6:before{
	content: "";
	margin: 0 auto;
	margin-bottom: 0.2rem;
	display: block;
	width: 1.3rem;
	background: #fff;
	height: 2px ;
}

.img-des .img-des-right{
	width: 50%;
}
.img-des-right .title{
	line-height: 1.5;
	text-align: right;
}
.img-des-right .img2{
	margin-top: 10px;
}
.img-des-right .title h6{
	font-size: 0.2rem;
	color: #666;
}

.img-des-right .title h5{
	font-size: 0.14rem;
	color: #999;
}
.img-des-right .title .num em{
	vertical-align: middle;
	margin-top: 0.3rem;
	display: inline-block;
}
.img-des-right .title .num strong{
	font-size: 0.7rem;
	color: #aa2724;
}

.img-des-right {
	margin-top: 10px;
}

.about-development-wrap .bottom{
	display: flex;
	transform: translateY(-0.2rem);
}
.about-development-wrap .bottom .rt{
	display: flex;
	background: #fff;
	align-items: center;
	text-align: center;
	flex: 1;
	justify-content: space-around;
}

.about-development-wrap .bottom .rt h6{
	font-size: 0.2rem;
	color: #666;
}
.about-development-wrap .bottom .rt h5{
	font-size: 0.12rem;
	color: #666;
}
.about-development-wrap .bottom .n{
	font-size: 0.6rem;
	line-height: 1;
	color: #aa2724;
	font-weight: bold;
}

.redbg{
	background: #aa2724;
}
.about-development-wrap .bottom .n:before{
	content: "";
	display: block;
	margin: 0 auto;
	height: 2px;
	width: 0.5rem;
	margin-top: 0.24rem;
	margin-bottom: 0.24rem;
	background:#aa2724;
}

.about-equipment-wrap {
	height: 100%;
	display: flex;
	align-items: center;
}

.about-equipment-wrap .img img{
	width: 100%;
}

.about-equipment-wrap .equipment-left{
    line-height: 1.5;
    width: 3.5rem;
    margin-top: 1.2rem;
}

.about-equipment-wrap .equipment-left .con{
   padding: 0.4rem ;

   padding-bottom: 1.4rem;
   background: #aa2724;
}
.about-equipment-wrap .equipment-left .con h5{
	font-size: 0.18rem;
}
.about-equipment-wrap .equipment-left .con h6:after{
	content: "";
	margin: 0.2rem 0;
	width: 0.4rem;
	height: 2px;
	display: block;
	background: #ffffff;

}
.about-equipment-wrap .equipment-left .con h6{
	font-size: 0.3rem;
	color: #ffffff;
}

.equipment-right{
	margin-left: 10px;
	display: flex;
	flex: 1;
	flex-wrap: wrap;
}

.equipment-right .e-item{
	width: 30%;
	margin-right: 10px;
	display: flex;
	color: #fff;
	flex-direction: column;
	margin-top: 10px;
}


.equipment-right .e-item .con{
	flex: 1;
	min-height: 1.8rem;
	box-sizing: border-box;
	padding: 0.4rem 0.2rem;
}

.equipment-right .e-item h6{
	font-size: 0.2rem;
}

.equipment-right .e-item:nth-child(2){
	margin-top: ;
}

.equipment-right .e-item:nth-child(n+3){
	background: #aa2724;

}
.equipment-right .e-item:nth-child(-n+3){
	background: #444444;
}

.equipment-right .e-item .con .c{
	margin-top: 0.3rem;
	line-height: 1.5;
	font-size: 0.16rem;
}

.news-container .swiper-pagination{
   top: 2px;
   height: 20px;
   left: inherit;
   right:33px;
   text-align: right;
}

.equipment-right .e-item .con .c span{
	vertical-align: bottom;
	margin-left: 0.1rem;
}

.equipment-right .e-item .con .c strong{
	font-size: 0.4rem;
	font-family: adventpro;
}

.honor-wrap{
	padding-top: .2rem;
    width: 100%;
}

.honor-tabs{
	font-size: 18px;
	text-align: right;
}
.honor-tabs ul{

	display: inline-flex;
}

.honor-tabs ul li.on{
	color: #aa2724;
}

.honor-tabs ul li{
	width:1rem;
	cursor: pointer;
	text-align: right;
	line-height: .5;
}

.inline-flex-box{
	display: inline-flex;
}
.honor-swiper-container{
	margin-top: 20px;
}

.honor-wrap .bottom{
	position: relative;
	margin-top: 20px;
	text-align: right;
}

.honor-wrap .bottom .text{
	background: #aa2724;
	padding: 0.1rem;
    padding-left: 1rem;
    color: #fff;
    line-height: 1.5;
    font-size: 12px;
}

.swiper-button{
	color: rgba(250, 250, 250, .5);
	display: flex;
	align-items: center;
	background-color: #aa2724;
}

.swiper-button button{
	width:0.6rem;
	height: 0.5rem;
	line-height: 0.5rem;
	color: rgba(250, 250, 250, .5);
}

.swiper-button i{
	border-color: rgba(250, 250, 250, .5);
}

.server-suport-first-wrap img{
	width: 100%;
}

.server-suport-first-wrap .server-suport-imgone{
	margin-bottom: 10px;
	position: relative;
	width: 10rem;
}

.server-suport-first-wrap .server-suport-two{
	margin-bottom: 10px;
	width: 7rem;
}
.server-suport-first-wrap .server-suport-imgone h6:after{
	content: "";
	width: 0.5rem;
	height: 2px;
	background: #fff;
	display: block;
	margin: 0.2rem 0;
}

.server-suport-first-wrap .server-suport-imgone h6{
	font-size: 0.3rem;
	color: #fff;
}
.server-suport-first-wrap .server-suport-imgone .out-con{
	bottom: -1.5rem;
	right: -3rem;
	position: absolute;
}
.server-suport-first-wrap .server-suport-imgone .con{
	
	font-size: 0.14rem;
	line-height: 2;
	width: 5.4rem;
	box-sizing: border-box;
	padding: 0.6rem;
	background: #aa2724;
}

.server-suport-first-wrap .server-suport-imgone .out-con h2{
	font-size: 0.2rem;
	color: #fff;
	margin-top: 0.2rem;
}



.contact-suport-wrap {
	height: 100%;
}

.contact-suport-wrap .top{
    display: flex;
    margin-bottom: 10px;
}
.contact-suport-wrap .top .con{
	width: 4.8rem;
	box-sizing: border-box;
	padding: 0.3rem;
	background: #aa2724;
}


.contact-suport-wrap .top .con h6{
	font-size: 0.3rem;
	color: #333;
	color: #fff;
}

.contact-suport-wrap .top .con h6:after{
	content: "";
	width: 0.5rem;
	height: 2px;
	background: #fff;
	display: block;
	margin: 0.2rem 0;
}

.contact-suport-wrap .top .con .c{
	font-size: 0.14rem;
	line-height: 1.5;
}
.contact-suport-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.contact-suport-wrap .bottom > div{
	margin-right: 10px;
}
.contact-suport-wrap .bottom {
	display: flex;
	width: 100%;
}

.contact-suport-wrap .bottom .img-two{
	position: relative;
}
.contact-suport-wrap .bottom .img{
	width: 7rem;
}
.contact-suport-wrap .bottom .img-two{
	width: 3rem;
}

.contact-suport-wrap .bottom .img-two .con{
    position:absolute;
    width: 4rem;
    padding: 1.2rem 0 ;
    padding-right: 0.6rem;
    text-align: right;
    color: #fff;
    box-sizing: border-box;
    font-size: 0.28rem;
    line-height: 1.8;
    background: #aa2724;
    bottom: 0;
    right: -2.66rem;
}


.server-download-wrap{
	display: flex;
	width: 100%;
	padding-top: 1rem;
}


.nav-list{
	width: 3rem;
}

.nav-list .title{
    font-size: 16px;
    color: #333;
    padding-top: 73px;
    padding-bottom: 12px;
}



.nav-list dt.on i{

	transform:rotate(135deg);
}
.nav-list dt{
	cursor: pointer;
    display: flex;
    align-items: center;
	padding: 0 20px;
	font-size: 16px;
	background: #aa2724;
	color: #fff;
	justify-content: space-between;
	line-height: 50px;
	border-bottom: 1px solid #dcdddd;
}
.nav-list dt .right{
	border-color: #fff;
	transition: all .3s;
}

.nav-list ul li{
	font-size: 14px;
	line-height: 40px;
	background: rgba(250, 250,250, .7);
	padding: 0 30px;
	border-bottom:  1px solid #dcdddd;
}
.nav-list ul li i{
	width: 8px;
	height: 8px;
	margin-right: 10px;
}

.file-content{
	width:9.6rem ;
	box-sizing: border-box;
	margin-left: 20px;
}

.file-content .pro-details-tabs img{
	display: block;
	margin: 0 auto;
}

.file-content .pro-details-tabs dd:hover a{
	color: #aa2724;
}

.file-content .pro-details-tabs dd.on a{
	color: #aa2724;
}

.file-content .pro-details-tabs span{
	display: block;
}


.file-content .pro-details-tabs{
    align-items: center;
	width: 100%;
	line-height: 2;
	box-sizing: border-box;
	padding: 20px 20px;
	border: none;
	padding-left: 0;
}

.file-content ul li{
	margin: 0 10px;
}

.file-list{
	display: flex;
}

.file-list a{
	color: #1742dc;
}

.file-content .search-box{
	border-radius: 4px;
	display: flex;
	height: 36px;
	overflow: hidden;
    border: 1px solid #d0d0d0;
}
.file-content .search-box input{
	width: 2rem;
	color: #999;
	padding-left: 0.2rem;
	box-sizing: border-box;
}
.file-content .search-box button img{
	width: 20px;

}
.file-content .search-box button{
	background:#aa2724 ;
	width: 0.5rem;
	color: #fff;
}


.nav-list  dd{
	display: none;
}

.nav-list  dd:nth-child(2){
	display: block;
}

.server-download-wrap .pro-details-tabs dd.on img,
.server-download-wrap .pro-details-tabs dd:hover img{
	filter: invert(24%) sepia(51%) saturate(3745%) hue-rotate(349deg) brightness(72%) contrast(85%);
}


.server-question-wrap .question-nav-lf{
   width: 3.8rem;
   padding-right: 0.4rem;
   border-right: 1px solid #aa2724;;
   box-sizing: border-box;
}

 .question-nav-lf .title{
 	font-size: 0.22rem;
 	font-weight: bold;
 	line-height:0.5rem ;
 	position: relative;
 	color: #aa2724;
 }

.tips-tag{
	padding-top: 0.2rem;
}

.tips-tag li.on{
	background: #aa2724;
	color: #fff;
	border-color:#aa2724;
}
.tips-tag li{
	cursor: pointer;
	border: 1px solid #dddede;
	margin-bottom: 0.2rem;
	background: #f8f8f8;
	line-height:0.32rem ;
	padding: 0 0.2rem;
	border-radius: 0.3rem;
 	font-size: 0.16rem;
 	display: inline-block;
 	margin-right: 0.1rem;
}

.commont-question{
	margin-top: 0.2rem;
	font-size: 0.16rem;
	line-height: 2;
}


.commont-question ul li {
	display: flex;
	
}
.commont-question ul li .c{
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
}
.commont-question ul li span{
	margin-top: 0.1rem;
    width: 0.2rem;
    flex: 0 0 0.2rem;
    height: 0.2rem;
    line-height: 0.2rem;
    text-align: center;
    background: #c7c7c7;
    color: #fff;
    font-size: 0.14rem;
    margin-right: 0.15rem;
    border-radius: 50%;
    display: inline-block;
}


.server-question-wrap{
	display: flex;
	padding-top: 1rem;
}

.server-question-wrap .question-content{
	margin-left: 0.4rem;
	width: 9.5rem;
	min-height: 6rem;
}


.qusetion-list{
	overflow: auto;
}

.qusetion-list .c{
	display: inline-block;
	font-size: 0.16rem;
	vertical-align: middle;
}

.qusetion-list dt .to{
	width: 80%;
}

.qusetion-list .c .text{
	width: 5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.flex1{
	flex: 1;
}
.qusetion-list .icon1,
.qusetion-list  .icon2{
   margin-right: 0.14rem;
}
.qusetion-list .minus{
	font-size:16px;
	font-weight: bold;
}

.qusetion-list dt.on .icon2{
   display: none;
}
.qusetion-list dt.on {
	background: #aa2724;
	color: #fff;
}
.qusetion-list dt.on .icon1{
   display: inline-block;
}

/*.qusetion-list dt:hover .icon2{
	display: none;
}
.qusetion-list dt:hover .icon1{
	display: inline-block;
}
.qusetion-list dt:hover{
	background: #aa2724;
	color: #fff;
}*/
.qusetion-list dt{
	align-items: center;
	background: #e6e6e6;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 10px;
	border-bottom: 1px solid #dcdddd;
}
.qusetion-list dt.on + dd{
	display: block;

}
.qusetion-list dd{
	display: none;
	padding: 20px;
	padding-bottom: 40px;
	font-size: 14px;
	color: #666666;
	background: #c4c4c4;
}
.qusetion-list .icon1,
.qusetion-list .icon2{
	font-size: 0.3rem;
	font-weight: bold;
}
.qusetion-list .icon1{
     display: none;
     color: #fff;
}

.question-content .nav-list dd{
	background: #f8f8f8;
	display: none;
	padding: 0.3rem;
	line-height: 2;
	font-size: 0.16rem;
}

.customized-light-second-wrap.margin .top > div{
	margin-right: 10px;
}
.customized-light-second-wrap.margin .top{
	margin-bottom: 10px;
}


.customized-light-second-wrap.margin .c-content .des{
	width: 3.4rem;
	padding-right: 0;
}

.customized-light-second-wrap.margin .top .c-content{
	margin-right: 10px;
	padding-top: 0;
	display: flex;
}

.customized-light-second-wrap.margin .top img{
	height: 100%;
}

.customized-light-second-wrap.margin{
	margin-bottom: 10px;
}
.customized-light-second-wrap .top{
	display: flex;
	margin-bottom: 10px;
	justify-content: center;
}

.customized-light-second-wrap .pic_two{
	margin-top: 10px;
    text-align: right;
    flex: 1;
    position: relative;
}

.customized-light-second-wrap .pic_two .eng-text{
	position: absolute;
	left: 0;
	text-align: left;
	bottom: 0;
}

.customized-light-second-wrap .pic_two .img img,
.customized-light-second-wrap .pic_two .img{
	height: 100%;
}
.customized-light-second-wrap .pic_two .img{	
	width:5rem;
	display: inline-block;
}

.customized-light-second-wrap .pic_one{
	width: 34%;
}

.customized-light-second-wrap .pic_one .img:first-child{
	margin-bottom: 10px;
}

.customized-light-second-wrap .pic_three{
	width: 4.4rem;
}

.customized-light-second-wrap .top .c-content{
	width: 64%;
	padding-top: 0.4rem;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
}

.customized-light-second-wrap .c-content h6{
    font-size: 0.3rem;
	color: #fff;
}

.customized-light-second-wrap .c-content .con{
	background: #aa2724;
	font-size: 0.15rem;
	box-sizing: border-box;
	padding:0.5rem 0.9rem 0.9rem 0.9rem;
}

.customized-light-second-wrap .c-content h6:after{
    content: "";
	width: 0.5rem;
	height: 2px;
	background: #fff;
	display: block;
	margin: 0.2rem 0;
}

.customized-light5-about-wrap{
	width: 80%;
	padding-top: 1rem;
	margin: 0 auto;
}
.customized-light5-about-wrap .top .img{
	width: calc(100% - 10px - 55%);
}
.customized-light5-about-wrap .top .eng-text{
	text-align: right;
	position: relative;
	z-index: 1;
	margin-top: 10px;
}
.customized-light5-about-wrap .top{
	display: flex;
    justify-content: space-between;
}
.customized-light5-about-wrap .bottom .con{
	padding: 0.5rem;
}

.customized-light5-about-wrap .bottom .img{
	position: absolute;
	width: 32%;
	left: 55%;
	padding-left: 10px;
	transform: translateY(-50%);
}

.customized-light5-about-wrap .bottom{
	margin-top: 10px;
	position: relative;
}

.customized-equipment-wrap .top{
	margin-bottom: 10px;
}

.customized-equipment-wrap .pic_four{
	margin-left: 10px;
}
.customized-gx-flow-wrap .c-content .title{
	font-size: 0.3rem;
	color: #fff;
}
.customized-gx-flow-wrap .c-content .title:after{
	content: "";
	display: block;
	width: 0.5rem;
	margin: 0.2rem 0;
	height: 2px;
	background: #fff;
}

.aspheric-surface-wrap  .dot{
	width: 1rem;
	height: 1rem;
	/*background: red;*/
	transition: all .3s;
	border-radius: 50%;
	position: absolute;
	background-size: cover;
	opacity: 0;
	transform: scale(0.5);

}

.aspheric-surface-wrap .dot-1{
    top: 25%;
    left: 23.3%;
}
.aspheric-surface-wrap .dot-2{
    top: 25%;
    left: 43.3%;
}
.aspheric-surface-wrap .dot-3{
    top: 25%;
    left: 64%;
}
.aspheric-surface-wrap .dot-6{
    top: 48%;
    left: 23.3%;
}
.aspheric-surface-wrap .dot-5{
    top: 48%;
    left: 43.3%;
}
.aspheric-surface-wrap .dot-4{
    top: 48%;
    left: 64%;
}
.aspheric-surface-wrap .dot-7{
    top: 71%;
    left: 23.3%;
}
.aspheric-surface-wrap .dot-8{
    top: 71%;
    left: 43.3%;
}
.aspheric-surface-wrap .dot-9{
    top: 71%;
    left: 64%;
}

.aspheric-surface-wrap .dot:hover{
     opacity: 1;
     transform: scale(1.2);
}
.customized-gx-flow-wrap  .pic_one{
	position: relative;
}

.customized-gx-flow-wrap .c-content{
	left:-1rem;
	line-height: 1.5;
	font-size: 0.16rem;
    position: absolute;
    width: 4.5rem;
    box-sizing: border-box;
    background: #aa2724;
    top: 50%;
    padding: 0.5rem;
    transform: translateY(-50%);
}

.customized-gx-flow-wrap{
	margin-top:1rem ;
	margin-left: 1rem;
}

.news-details-wrap{
	max-width: 900px;
	margin: 0 auto;
}

.news-details-wrap .title{
	text-align: center;
	
}
.news-details-wrap .title .line{
	text-align: center;
	margin: 20px 0;
}
.news-details-wrap .title .line span{
	width: 40px;
	height: 4px;
	display: inline-block;
	background:#aa2724 ;
}

.news-details-wrap .title  h1{
	font-size: 26px;
	color: #666666;
}
.news-details-wrap .title .date{
	display: flex;
	justify-content: center;
	font-size: 14px;
	color: #666666;
	align-items: center;
	margin-bottom: 10px;
	line-height:16px ;
}

.news-details-wrap .title .date img{
	margin-right: 10px;
}

.news-details-wrap .title .date > div{
	margin: 0 30px;

}

.news-details-content{
	border-top: 1px solid #dcdddd;
	border-bottom: 1px solid #dcdddd;
	padding: 0.4rem 0;
	font-size: 16px;
	line-height: 1.5;
}

.news-page-tabs{
	display: flex;
	font-size: 16px;
	line-height: 1.5;
	padding: 20px 0;
	justify-content: space-between;
	align-items: center;
}


.contact-cbd-wrap .con{
    text-align: right;
    font-size: 0.3rem;
    width: 6rem;
    color: #fff;
    background: #a93030;
    line-height: 1.5;
    padding: 0.9rem 0.7rem;
    box-sizing: border-box;
}

.contact-cbd-wrap .top{
	display: flex;
	transform: translateY(calc(-3vh - 2% - 61px));
	align-items: flex-end;
}

.contact-cbd-wrap .top > div{
	margin-right:20px;
}

.contact-cbd-wrap .top > div img{
	width: 100%;
}

.contact-cbd-wrap .img-two{
	width: 4rem;
}

.contact-cbd-wrap .img-two .line{
	height: 20px;
}
.contact-cbd-wrap .img-three{
	width: 3rem;
}


.contact-cbd-wrap .bottom{
	text-align: right;
}

.contact-cbd-wrap .bottom .item{
	display: inline-block;
	line-height:2;
	font-size: 0.16rem;
	color: #666666;
	text-align: left;
	position: relative;
	margin-left: 2rem;
}


.contact-cbd-wrap .bottom h3{
	font-size: 0.18rem;
	color: #333;
	font-weight: bold;
}

.contact-cbd-wrap .bottom .item:before{
	content: "";
	height: 1.1rem;
	width: 5px;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;;
	left: -0.5rem;
	background: #aa2724;
}

.contact-cbd-wrap .bottom .item:after{
	content: "";
	display: block;
	position: absolute;
	bottom: -0.25rem;
	width: 0.24rem;
	height: 0.24rem;
	left: -0.6rem;
	background-image: url(../img/LOGO-symbol.png);
	background-size: 100%;
}


.contact-maps-wrap{
	position: relative;
}

.contact-maps-wrap .title{
	margin-top: 0.5rem;
}

.contact-maps-wrap .title ul li{
	width: 2rem;
	line-height: 0.4rem;
	cursor: pointer;
	text-align: center;
	background: #ededed;
}

.contact-maps-wrap .title ul li.on{
	background: #a93030;
	color: #fff;
}

.contact-maps-wrap .title ul{
    display: flex;
    font-size: 0.18rem;
}



.contact-maps-wrap .contact-ways{
	position: absolute;
	bottom: -1.5rem;
	right: 0;
	display: flex;
	z-index: 1;
}


.contact-maps-wrap .contact-ways .w-item:nth-child(odd){
	background: #a93030;
}

.contact-maps-wrap .contact-ways .w-item:nth-child(even){
	background: #494949;
}

.contact-maps-wrap .contact-ways .w-item{
	padding: 0.3rem 0.2rem;
	width: 1.8rem;
	box-sizing: border-box;
	color: #fff;
	line-height: 1.8;
	text-align: center;
}
.contact-maps-wrap .contact-ways .w-item .c: before{
	display: block;
	content: "";
}
.contact-maps-wrap .contact-ways .w-item h6{
	font-size: 0.18rem;
}

.contact-maps-wrap .contact-ways .w-item .icon{
	width: 0.7rem;
	margin: 0.2rem auto;
}
.contact-maps-wrap .contact-ways .w-item .c{
	font-size: 0.14rem;
}

.contact-form-warp .title{
	font-size: 0.26rem;
	color: #333;
	padding-left: 2rem;
	text-align: center;
}

.contact-form-warp{
	margin: 0 auto;
}

.contact-form-warp .title:after{
	content: "";
	height: 2px;
	margin: 20px auto;
	width: 60px;
	display: block;
	background: #a93030;
}
.contact-form-warp .form-item textarea{
	width: 100%;
	padding:  10px;
	border: none;
}
.contact-form-warp .form-item label{
	display: inline-block;
	width: 2rem;
	box-sizing: border-box;
	padding-right: 0.2rem;
	text-align: right;
}
.contact-form-warp .form-item .input input{
	width: 100%;
	padding: 0 10px;
	line-height: 0.4rem;
}
.contact-form-warp .form-item .input{
	width: 6rem;
	
}
.contact-form-warp .form-item{
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}

.contact-form-warp .tips{
	font-size: 0.14rem;
	color: #999;
	margin-top: 0.6rem;
}
.contact-form-warp .button-box{
	padding-left: 2rem;
	border: none;
	text-align: center;
}

.contact-join-wrap .item:first-of-type{
	width: 3.5rem;
	padding-top: 3.3rem;
}

.contact-join-wrap .item:first-of-type .img:nth-child(2){
	width: 4.5rem;
	z-index: 1;
	position: relative;
}

.contact-join-wrap{
	display: flex;
	padding-top: 1rem;
	padding-left: 0.5rem;
}
.contact-join-wrap .con a:hover{
	color: #fff;
	border-color: #fff;
}
.contact-join-wrap .con a{
	margin-top: 0.6rem;
	font-size: 0.16rem;
	line-height: 0.5rem;
	width: 1.6rem;
	text-align: center;
	display: inline-block;
	border: 1px solid rgba(250, 250, 250, .5);

}
.contact-join-wrap .con .title{
	font-size: 0.3rem;
	color: #fff;
}
.contact-join-wrap .con .title:after{
	content: "";
	height: 2px;
	display: block;
	width: 0.5rem;
	background: #fff;
	margin: 0.2rem 0;
}
.contact-join-wrap .con{
	padding: 0.3rem;
	line-height: 1.5;
	font-size: 0.16rem;
	background: #a93030;
}
.contact-join-wrap .item:nth-child(2){
	width: 4.6rem;
	margin: 0 10px;
}

.contact-join-wrap .item:nth-child(3){
	width: 3.2rem;
}

.contact-join-wrap .item:nth-child(3) .img{
    margin-bottom: 10px;
}
.contact-join-wrap  .adv-list{
	line-height: 3;
	position: relative;
	padding-left: .6rem;
}

.contact-join-wrap  .adv-list .line{
	position: absolute;
	left: 0;
	width: 0.5rem;
	top: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.contact-join-wrap  .adv-list .line span{
	display:block;
	width: 56%;
	height: 1px;
	background: #666666;
}


.jobs-wrap{
	padding-top: 0rem;
	padding-bottom: 0.5rem;
}
.jobs-wrap .nav-list .on{
	background: #aa2724;
	color: #fff;
}
.jobs-wrap .nav-list dt{
	background: #f4f4f5;
	color: #333;
	border: none;
	text-align: center;
}
.jobs-wrap .nav-list dt.on a{
	color: #fff;
}


.jobs-content{
	width: 10rem;
	padding: 20px;
	margin-left: 20px;
	background: rgba(250,250, 250, .7);
}

.jobs-content .tabs{
   line-height: 0.7rem;
}

.job-list{
	min-height: 5rem;
}

.job-list .tabs-content{
	background: #f1f1f1;
	padding: 0.5rem;
	line-height: 1.5;
	font-size: 16px;
	display: none;
}

.jobs-content .job-list .tabs {
	cursor: pointer;
}

.jobs-content .job-list .tabs.on{
	background: #aa2724 !important;
	color: #fff;
}

.jobs-content .top .tabs{
	font-size: 0.18rem;
    font-weight: bold;
    color: #333;
}
.jobs-content  .tabs ul li:nth-child(1){
	width: 5rem;
}

.jobs-content .job-list .tabs:hover{
	background: #aa2724;
	color: #fff;
}

.jobs-content  .tabs ul li{
	flex: 1;
	font-size: 16px;
	text-align: center;
}

.jobs-content  .tabs ul {display: flex;}


.product-xg-wrap .item h6{
	font-size: 0.2rem

}

.xg-list{
	display: flex;
	justify-content: center;
}

.xg-list .item{
	width: 2.5rem;
	margin-right: 1%;
}
.xg-list .item h5:after{
	content: "";
	width: 0.5rem;
	height: 2px;
	display: block;
	background: #fff;
	margin: 0.2rem 0;
}
.xg-list .item h5{
	height: 3em;
	line-height: 1.5;
	font-size: 0.14rem;
}

.xg-list .item .con{
	line-height: 1.5;
	background: #aa2724;
	color: #fff;
	padding: 0.5rem;
	padding-bottom: 1rem;
}
.xg-list .item .icon{
	height: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	height: 
}

.xg-list .item .icon img{
	max-width: 60%;
}


.customized-automatic-wrap .img_box{
	width: 7rem;
	display: flex;
	flex-wrap: wrap;
}

.customized-automatic-wrap .top .con h6{
	font-size: 0.3rem;
	color: #fff;
}

.customized-automatic-wrap .top .con h6:after{
	content: "";
	width: 0.5rem;
	height: 2px;
	display: block;
	margin: 0.2rem 0;
	background: #fff;
}

.customized-automatic-wrap .top .con{
	width: 4.4rem;
	box-sizing: border-box;
	padding:0.8rem 0.3rem 0.8rem 0.3rem;
	background: #aa2724;
	font-size: 0.16rem;
	line-height: 1.5;
}


.customized-automatic-wrap .top{
	display: flex;
}
.customized-automatic-wrap .img_box .i{
	width: 50%;
}
.customized-automatic-wrap .img_box .i img{
	width: 100%;
}

.customized-automatic-wrap .bottom {
	justify-content: flex-end;
}
.customized-automatic-wrap .bottom .img{
    width: 5.6rem;
}

.customized-automatic-wrap .bottom .con{
	width: 3.5rem;
	text-align: right;
	box-sizing: border-box;
}


.customized-automatic-wrap .bottom .con h6:after{
	content: "";
	width: 0.5rem;
	height: 2px;
	display: block;
	margin: 0.2rem 0;
	margin-left: 100%;
	transform: translateX(-100%);
	background: #fff;
}


.customized-automatic-productlist-wrap{
	background: #fff;
	border-radius: 4px;
	overflow: auto;
}

.customized-automatic-productlist-wrap .table{
     padding: 0.5rem ;
}

.customized-automatic-productlist-wrap .table .tr .td:first-child{
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.customized-automatic-productlist-wrap .table .tr .td{
	width: 25%;
	font-size: 14px;
	color: #999999;
}
.customized-automatic-productlist-wrap .table .tr{
	padding: 0.2rem 0;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
}

.customized-automatic-productlist-wrap .tips{
	color: #ce201a;
	font-weight: bolder;
	text-align: right;
	padding: 0.2rem 0;
	font-size: 14px;
}


.customized-function-wrap{
     height: 100%;
    align-items: flex-end;
    display: flex;
    justify-content: center;
}

.customized-function-wrap .img{
	width: 4rem;
}

.img > img{
	width: 100%;
}

.customized-function-wrap .lf-img{
	transform: translateX(1.2rem);
}

.customized-function-wrap .con .img{
	width: 5rem;
	transform: translateX(1.4rem);
}

.customized-function-wrap .con{
	background: #aa2724;
}

.customized-function-wrap .con .c{
	padding: 0.8rem 0.3rem;
	font-size: 0.16rem;
	line-height: 1.5;
}


.customized-function-wrap .con .c h6{
	color: #fff;
	font-size: 0.3rem;
}

.customized-function-wrap .con .c h6:after{
	content: "";
	width: 0.5rem;
	height: 2px;
	display: block;
	margin: 0.2rem 0;
	background: #fff;
}
.customized-characteristic-wrap{
	font-size: 0.16rem;
}
.customized-characteristic-wrap .top .img{
	position: absolute;
	right:1.6rem;
	bottom: 0;
	width:2.8rem;
}

.customized-characteristic-wrap .top .con{
	width: 50%;
}

.customized-characteristic-wrap .top{
   background: #aa2724;
   padding-top: 0.8rem;
   padding-bottom: 0.6rem;
   position: relative;
   padding-left: 2rem;
   margin-top: 1.3rem;
}

.customized-characteristic-wrap .con .title{
	color: #fff;
	font-size: 0.3rem;
}

.customized-characteristic-wrap .con .title:after{
	content: "";
	width: 0.5rem;
	height: 2px;
	display: block;
	margin: 0.2rem 0;
	background: #fff;
}


.customized-characteristic-wrap  .bottom{
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.customized-characteristic-wrap .bottom .con{
	width: 5.6rem;
	padding: 0.5rem;
	box-sizing: border-box;
	font-size: 0.16rem;
	line-height: 1.5;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/car.png);
}

.customized-characteristic-wrap .bottom .img-con{
	flex: 1;
	display: flex;
}

.customized-characteristic-wrap  .bottom .con .title{
	font-size: 0.3rem;
}

.img-con .i{
   width: 25%;
   font-size: 0.2rem;
}


.customized-characteristic-wrap  .bottom .name span{
	display: inline-block;
	flex: 1;
	text-align: center;
}
.customized-characteristic-wrap  .bottom .name{
	display: flex;
	font-size: 0.18rem;
	justify-content: space-around;
}

.customized-app-wrap{
	font-size: 0.16rem;
	padding-bottom: 1rem;
}
.customized-app-wrap .img-wrap{
	width: 5.5rem;
	display: flex;
	flex-wrap: wrap;
}
.customized-app-wrap .con-wrap{
	padding-top:1.5rem ;
}
.customized-app-wrap .con{
	height: 100%;
	width: 6rem;
	padding: 0.5rem;
	background: #aa2724;
	color: #fff;
	position: relative;
	line-height: 1.5;
	box-sizing: border-box;
}
.customized-app-wrap .con .position-img img{
	width: 100%;
}
.customized-app-wrap .con .position-img{
	position:absolute;
	width: 4rem;
	left: 0rem;
	bottom: -1.4rem;
}

.customized-app-wrap .top{
	display: flex;
}


.customized-app-wrap .img-wrap .item{
	width: 33.33%;
	height: 1.5rem;
	background-color: #353535;
	display: flex;
	align-items: center;
	font-size: 0.24rem;
	color: #fff;
	justify-content: center;
	background-size: cover;
	background-repeat: no-repeat;
}


.customized-app-wrap .con .title{
	font-size: 0.3rem;
	margin-bottom: 0.1rem;
	color: #fff;
}

.customized-app-wrap .con .sec-title{
	font-size: 0.2rem;
	color: #fff;
}

.customized-app-wrap .con .sec-title:after{
	content: "";
	width: 0.5rem;
	height: 2px;
	display: block;
	margin: 0.2rem 0;
	background: #fff;
}

.customized-app-wrap .con .sec-title:after{
	content: "";
	width: 0.5rem;
	height: 2px;
	display: block;
	margin: 0.2rem 0;
	background: #fff;
}


.eye-wrap .bottom{
	display: flex;
}


.eye-wrap .bottom .lf{
    width: 4rem;
    margin-right: 10px;
    position: relative;
}

.eye-wrap .bottom .rt{
    width: 7rem;
}

.eye-wrap .title-box{
	padding: 0.3rem;
	line-height: 1.5;
	background: #d3d3d3;
}

.eye-wrap .title-box h2{
    font-size: 0.3rem;
    color: #333;
}

.eye-wrap .title-box h5{
    font-size: 0.2rem;
    color: #333;
}

.eye-wrap .title-box h3{
    font-size: 0.36rem;
    color: #333;
}

.eye-wrap .top{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}

.eye-wrap .top .con{
	line-height: 1.5;
	color: #fff;
	font-size: 0.16rem;
	width: 6rem;
	padding: 0.7rem;
	font-size: #aa2724;
	background: #aa2724;
}

.eye-wrap .bottom{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}

.eye-wrap .bottom .title-box{
	background: #aa2724;
	width: 3.3rem;
	padding: 0.3rem;
	box-sizing: border-box;
	position: absolute;
	bottom: -0.8rem;
	left: -0.5rem;
}

.eye-wrap .bottom .title-box h3,
.eye-wrap .bottom .title-box h5,
.eye-wrap .bottom .title-box h2{
	color: #fff;
}

.eye-wrap .bottom .lf .img{
	position: relative;
}

.eye-wrap .bottom  .text{
	background: #d0d0d0;
	font-size: 0.16rem;
	width: 4.5rem;
	padding: 0.5rem;
	line-height: 1.5;
	margin-top: 10px;
}

.thing-wrap{
	display: flex;
	position: absolute;
	left: 50%;
	top: 3vh;
	height: 97vh;
	overflow: auto;
	transform: translateX(-50%);
	justify-content: space-between;
}
.thing-wrap .lf-content {
	width: 6rem;
	padding-top: 1.2rem;
}
.thing-wrap .lf-content .con{
	width: 3.2rem;
	color: #666;
	line-height: 1.5;
	font-size: 0.16rem;
	margin-bottom: 1rem;   
}

.thing-wrap .lf-content .img{
	position: relative;
	margin-bottom: 10px;
}

.thing-wrap .lf-content .img .c{
	position: absolute;
	z-index: 99;
	bottom: -1.1rem;
	right: -1.5rem;
	font-size: 0.16rem;
	line-height: 1.5;
	width: 2rem;
	padding: 0.3rem;
	background: #d0d0d0;
}

.thing-wrap .rt-content .img-wrap{
	position: relative;
}



.thing-wrap .img_two{
	width: 2.2rem;
	position: absolute;
	left: -2.2rem;
	transform: translateY(0.6rem);
}

.thing-wrap .img_three{
	width: 5.1rem;
	height: 2rem;
	transform: translate(-0.5rem,-0.2rem);
	position: relative;
	z-index: 3;
}


.thing-wrap .img_four{
	position: relative;
	z-index: 1;
	width: 4.6rem;
}
.slot-box-w .box .slot-name{
	margin-right: 10px;
}
.slot-box-w .box{
	cursor: pointer;
	display: flex;
	font-size: 14px;
	color: #fff;
	align-items: center;
	padding: 10px 20px;
	background: #aa2724;
	position: relative;
}

.trangle{
	height: 0px;
	width: 0px;
	border: 6px solid #000;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: #fff;
}

.l-list{
	display: none;
	z-index: 100;
	position: absolute;
	right: 0px;
	min-width: 200%;
	top: 40px;
	box-shadow: 0 0  4px 2px rgba(0, 0, 0, .1);
	background: #fff;
	color: #999;
	
	
}

.l-list li{
	line-height: 40px;
	padding: 0 10px;
}
.l-list li:hover{
	background-color: #ccc;
}

.life-wrap .top{
	display: flex;
}
.life-wrap{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    justify-content: space-between;
}

.life-wrap .lf-content .con{
	width: 6.9rem;
	background: #aa2724;
	display: flex;
	color: #fff;
	font-size: 0.18rem;
	line-height: 1.5;
	align-items: center;
	padding: 0.5rem;
	position: relative;
	z-index: 1;
}

.life-wrap .img_three{
	width: 9rem;
	
}

.life-wrap .tit-des{
	transform: translateX(-0.2rem);
	display: flex;
	align-items: center;
}

.life-wrap .tit-des .img_two{
	width: 4.7rem;
}
.life-wrap .tit-des .c{
	width: 2.8rem;
	line-height: 1.5;
	margin-left: 0.6rem;
	font-size: 0.16rem;
}

.life-wrap .img-top {
	display: flex;
	align-items: flex-end;
}
.life-wrap .img-top .img_five{
	width: 2.3rem;
	margin-right: 10px;
	margin-bottom: 10px;
}

.life-wrap .img-top .img_six{
	width: 3.3rem;
}

.life-wrap .rt-content .con{
	padding: 0.5rem;
	color: #666;
	font-size: 0.16rem;
	line-height: 1.5;
	background: #d0d0d0;
}

.life-wrap .bottom-content{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.life-wrap .bottom-content .title{
	font-size: 0.3rem;
	letter-spacing: .3em;
	margin-bottom: 0.1rem;
}

.life-wrap .bottom-content .con{
	width: 3rem;
	font-size: 0.16rem;
	padding: 0.3rem;
	color: #fff;
	line-height: 1.5;
	background: #aa2724;
}


.life-wrap .bottom-content{
	margin-top: -4%;
}


.heart-wrap{
	position: absolute;
    left: 50%;
    display: flex;
    top: 3vh;
    height: 97vh;
    transform: translateX(-50%);
}
.heart-wrap .rt-content{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-top: 1.5rem;
}

.heart-wrap .rt-content .double-con{
	display: flex;
	margin-bottom: 10px;

}
.heart-wrap .rt-content .text{
	font-size: 0.16rem;
	line-height: 1.5;
	width: 4rem;
	margin-bottom: 0.8rem;
}
.heart-wrap .rt-content .con{
	width: 4rem;
	background: #d0d0d0;
	color: #666;
	line-height: 1.5;
	font-size: 0.16rem;
	padding: 1rem 0.5rem;
}
.heart-wrap .rt-content .red{
   width: 5.3rem;
   background: #aa2724;
}

.heart-wrap .lf-content .top{
	display: flex;
	width:4rem;

}



.heart-wrap .lf-content{
     width: 3rem;
     z-index: 1;
     position: relative;
}

.heart-wrap .lf-content .top .img:first-child{
	margin-top: 0.5rem;
}

.heart-wrap .lf-content .top .img{
	width: 1.25rem;
}

.heart-wrap .lf-content .top .img:nth-child(2){
	width: 3.5rem;
}

.heart-wrap .lf-content .con{
	padding: 0.5rem 1rem;
	line-height: 1.5;
	color: #fff;
	background: #aa2724;
}

.heart-wrap .lf-content .bottom{
	margin-top: 0.2rem;
	width: 5.5rem;
}


.inherit-wrap{
	position: absolute;
    left: 50%;
    display: flex;
    top: 3vh;
    height: 97vh;
    overflow: auto;
    transform: translateX(-50%);
}	
.inherit-wrap .lf-content {
	margin-right: 10px;
	padding-top: 1.5rem;
	width: 5rem;
}
.inherit-wrap .lf-content .img{
	width: 7.4rem;
	margin: 10px 0;
	position: relative;
	z-index: 1;
}

.inherit-wrap .lf-content .bottom-content{
	display: flex;
	width: 12rem;
	align-items: flex-end;
}


.inherit-wrap .lf-content .bottom-content .box{
	width: 6rem;
}
 
.inherit-wrap .lf-content .bottom-content .con{
	background: #aa2724;
	flex: 1;
	transform: translateY(-1rem);
	color: #fff;
	margin-left: 10px;
	padding: 0.7rem 0;
	padding-left: 2.5rem;
	padding-right: 0.5rem;
}

.inherit-wrap .lf-content .bottom-content .con h6{
	font-size: 0.3rem;
	margin-bottom: 0.1rem;
}

.inherit-wrap .lf-content .bottom-content .con h5{
	font-size: 0.2rem;
}


.inherit-wrap .lf-content .text{
	background: #d0d0d0;
	line-height: 1.5;
	padding: 0.5rem;
	color:#666;
	font-size: 0.16rem;
}

.inherit-wrap .img-box{
	display: flex;
	position: relative;
	z-index: 1;
	align-items: center;
}

.inherit-wrap .img-box .img2{
	width: 40%;
}


.inherit-wrap .img-box .img1{

	transform: translate(21%,-82%);
}


.dream-about-wrap {
	height: 100%;
	width: 100%;
	position: absolute;
}
.dream-about-wrap h6{
	font-size: 0.36rem;
	color: #aa2724;
	text-align: center;
	position: absolute;
	bottom: 1rem;
}
.dream-about-wrap .img{
    width: 10rem;
}

.customized-dg-device-wrap{
	padding-top: 1rem;
}

.customized-dg-device-wrap .img-box .img{
	margin: 0 5px;
	position: relative;
}
.customized-dg-device-wrap .img-box{
	display: flex;
}

.customized-dg-device-wrap .con h6{
	font-size: 0.3rem;
	color: #fff;
}
.customized-dg-device-wrap .con h6:after{
	content: "";
    width: 0.5rem;
    margin: 0.2rem 0;
    display: block;
    height: 2px;
    background: #fff;
}
.customized-dg-device-wrap .con{
	padding: 0.5rem;
	width: 4rem;
	box-sizing: border-box;
	background: #aa2724;
	line-height: 1.5;
    bottom: -10px;
    right: 0;
    transform: translateY(100%);
	position: absolute;

}
.news-container .news-top-button button{
	margin-left: 10px;
}

.news-container .news-top-button button#btn1{
	margin-right:70px ;
}
.news-container .news-top-button button#btn3{
	margin-right:50px ;
}
.news-container .news-top-button button#btn5{
	margin-right:50px ;
}

.news-container .news-top-button{
	margin-bottom: 0.2rem;
	text-align: right;
	padding-right: 10px;
	color: #a1a0a5;
	position: relative;
    z-index: 1000;
}



.honor-wrap .swiper-box .honor-swiper-container:first-child{
	display: block;
}
.honor-wrap .swiper-box .honor-swiper-container{
	display: none;
}

.future-wrap {
	left: 50%;
	height: 100%;
	overflow: auto;
	box-sizing: border-box;
	padding-top: 1.5rem;
	transform: translateX(-50%);
	position: relative;
	display: flex;
}

.future-wrap .lf_content{
	width: 4.4rem;
	margin-right: 20px;
}

.future-wrap .rt_content{
	width: 7.8rem;
	transform: translateY(-1.5rem);
}
.future-wrap .rt_content .con{
    text-align: right;
    position: relative;
    z-index: 0;
    transform: translateY(-100%);
    margin-bottom:10px;
}
.future-wrap .rt_content .con span{
	background: #ab2724;
	display: inline-block;
	width: 6rem;
	height: 2rem;
}
.future-wrap .rt_content .title{
	width: 90%;
	position: relative;
    z-index:1;
}

.future-wrap .rt_content .img{
    transform: translateY(-2rem);
}

.future-wrap .lf_content .title{
	text-align: right;
	margin-bottom: 10px;
}
.future-wrap .rt_content .text{
	margin-top: 10px;
	transform: translateY(-2rem);
	padding: 0.5rem;
	width: 65%;
	line-height: 1.5;
	font-size: 0.16rem;
	background: #d3d3d3;
}
.customized-machining-wrap{
	display: flex;
	padding-top: 1rem;
	box-sizing: border-box;
	padding-bottom: .5rem;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.customized-machining-wrap .item{
	width: 30%;
	line-height: 1.5;
}


.customized-machining-wrap .item .icon{
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 auto;
}

.customized-machining-wrap .item h6 sup{
	font-size: 0.2rem;
	line-height: 2;
}

.customized-machining-wrap .item h6{
	font-size: 0.4rem;
	font-weight: bolder;
	color: #aa2724;
}

.customized-machining-wrap .item h6:after{
	content: "";
	width: 0.5rem;
	margin: 0.1rem auto;
	background:#aa2724; 
	display: block;
	height: 2px;
}

.customized-machining-wrap .item .des{
	color: #999;
	height: 1.5rem;
	font-size: 0.16rem;
}


.customized-machining-adv-wrap{
	display: flex;
	align-items: center;
	justify-content: space-around;
	text-align: center;
}


.customized-machining-adv-wrap .cm-item{
	line-height: 1.5;
	color:#aa2724;
	font-size: 0.2rem;
}

.customized-machining-adv-wrap .sected{
	display: flex;
	line-height: 1;
	justify-content: center;
	margin-bottom: 0.3rem;
	align-items: flex-end;
}

.customized-machining-adv-wrap .sected .num{
	font-size: 0.8rem;
	font-weight: bold;
	position: relative;
}

.customized-machining-adv-wrap .sected .num:after{
	content: "";
	display: block;
	left: 0;
	height: 2px;
	width: 100%;
	background:#aa2724;
	position: absolute;
	transform: translateY(0.15rem);
}

.customized-machining-adv-wrap h3{
   font-size: 0.4rem;
   font-weight: bolder;
   color: #333;
}


.customized-jj-wrap .lf-content{
	width: 3.5rem;
	margin-right: 10px;
	padding-top: 1rem;
}

.customized-jj-wrap .lf-content .img,
.customized-jj-wrap .rt-content .img{
	margin-bottom: 10px;
	position: relative;
}

.customized-jj-wrap{
	display: flex;
	padding-top: 1rem;
	justify-content: center;
}


.customized-jj-wrap .rt-content .con{
	padding: 0.3rem 0.6rem;
	background: #ab2724;
	position: absolute;
	bottom: 0;
	font-size: 0.16rem;
	right: 1rem;
	line-height: 1.5;
	transform: translateX(100%);
}

.customized-jj-wrap .rt-content .con h6{
	font-size: 0.3rem;
	color: #fff;
}

.customized-jj-wrap .rt-content .con h6:after{
	content: "";
	height: 2px;
	width: 0.5rem;
	display: block;
	margin: 0.2rem 0;
	background: #fff;
}


.aspheric-surface-wrap .img{
	width: 80%;
	margin: 0 auto;
	margin-top: 0.5rem;
	position: relative;
}

.aspheric-surface-wrap .con{
	position: absolute;
	width: 3.5rem;
	bottom: -0.5rem;
	right: -0.5rem;
	transform: translate(30%,30%);
}

.aspheric-surface-wrap .c{
	font-size: 0.16rem;
	padding: 0.5rem;
	background: #ab2724;
}

.aspheric-surface-wrap h6{
	font-size: 0.3rem;
	color: #fff;
}

.aspheric-surface-wrap h6:after{
	content: "";
	width: 0.5rem;
	height: 2px;
	background: #fff;
	display: block;
	margin: 0.2rem 0;
}



.light4-adv-wrap{
	display: flex;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
	padding-bottom: 1rem;
	align-items: center;
	justify-content: space-around;
}
.light4-adv-wrap .item{
	text-align: center;
	line-height: 1.5;
}

.light4-adv-wrap .item .icon{
	width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
}

.light4-adv-wrap .item h6{
    font-size: 0.4rem;
    font-weight: bolder;
    color: #aa2724;
}


.light4-adv-wrap .item .des{
	color: #999;
    height: 1.5rem;
    font-size: 0.16rem;
}



.light3-adv-wrap{
	display: flex;
	height: 100%;
	box-sizing: border-box;
	padding-bottom: 1rem;
	align-items: center;
	justify-content: space-around;
}

.light3-adv-wrap .item{
	text-align: center;
	line-height: 1.5;
}

.light3-adv-wrap .item .icon{
	width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
}

.light3-adv-wrap .item h6{
    font-size: 0.4rem;
    font-weight: bolder;
    color: #aa2724;
}


.light3-adv-wrap .item .des{
	color: #999;
    height: 1.5rem;
    font-size: 0.16rem;
}


.light3-device-wrap{
	padding-top: 1rem;
}

.light3-device-wrap .top .img{
	margin-right: 10px;
	position: relative;
}

.light3-device-wrap .top{
    display: flex;
    align-items: flex-end;
}

.light3-device-wrap .top .con{
	background:#ab2724;
	padding: 0.5rem;
	justify-content: flex-end;
	position: absolute;
	top: .4rem;
	right: 0;
	width: 90%;
	display: flex;
	box-sizing: border-box;
	transform: translateY(-100%);
}


.light3-device-wrap .bottom{
	margin-top: 10px;
	align-items: center;
	display: flex;
}

.light3-device-wrap .con .img{
	margin-top: 0.2rem;
}

.light3-device-wrap .con{
	font-size:0.2rem ;
	color: #fff;
	white-space: nowrap;
}
.light3-device-wrap .con h6 em{
	font-size: 0.2rem;
}
.light3-device-wrap .con h6{
	font-size: 0.5rem;
	line-height: 1.2;
	margin-bottom: 0.1rem;
	border-bottom: 1px solid #fff;
}

.light3-device-wrap .box{
	display: flex;
	width: 6rem;
	justify-content: space-around;
}

.light3-device-wrap .box .address{
	color: #999;
}


.light3-device-wrap .box .cm-item{
	text-align: center;
	color: #aa2724;
	font-size: 0.18rem;
}

.light3-device-wrap .box .cm-item .sected{
	display: flex;
	justify-content: center;
	line-height: 1;
	    align-items: flex-end;
}

.light3-device-wrap .box .cm-item .sected .num:after{
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #ab2724;
}

.light3-device-wrap .box .cm-item .sected .num{
    font-size: 0.6rem;
}

.light3-device-wrap .box .cm-item .sected .unit{
   line-height: 1;
   margin-left: 0.1rem;
   margin-bottom: 0.1rem;
}

.light3-device-wrap .box .cm-item  h3{
	font-size: 0.26rem;
	margin: 0.1rem 0;
	font-weight: bold;
}


.light5-device-wrap{
	padding-top: .5rem;
	height: 100%;
}

.light5-device-wrap > h3{
	font-size: 0.3rem;
	color: #aa2724;
	font-weight: bold;
	margin-bottom: 0.4rem;
}
.light5-device-wrap .light5-content{
	display: flex;
}

.light5-device-wrap .light5-content .lf{
	flex: 1;
	margin-right: 10px;
}

.light5-device-wrap .light5-content .rt{
	flex: 0 0 5rem;
	display: flex;
	flex-direction: column;

}

.light5-device-wrap .light5-content .mid .img2{
	margin-left: 10px;
}
.light5-device-wrap .light5-content .mid .img{
	position: relative;
}
.light5-device-wrap .light5-content .mid{
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	display: flex;
	align-items: flex-end	;
}

.light5-device-wrap .light5-content .bot{
   flex: 1;
}
.light5-device-wrap .light5-content .bot .img{
	height: 100%;
}
.light5-device-wrap .light5-content .bot img{
	height: 100%;
}


.light5-device-ability{
    display: flex;
    line-height: 1;
    margin-bottom: 0.3rem;
    justify-content: space-between;
}
.light5-device-ability .item sub{
	font-size: 0.16rem;
}
.light5-device-ability .item{
	display: flex;
	line-height: 1;
	width: 48%;
	align-items: center;
}
.light5-device-ability .c{
	color: #ab2724;
	font-size: 0.18rem;
}
.light5-device-ability .c h6{
    font-size: 0.6rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #ab2724;
}



.commen-table .tr .td:first-child{
	color: #999 !important;
	font-weight: normal !important;
}

.commen-table .tr:first-child .td{
	color: #333;
}

.commen-table  .tr{
    padding: 0.1rem 0 !important;
}
.commen-table .tr .td:first-child{
	font-size: 100% !important;
}
.commen-table .tr{
	line-height: 1.5;
	font-size: 0.14rem ;
}
.commen-table .tr .td{
	font-size: 0.14rem !important;
}


.light5-characteristic-wrap{
	padding-top: 1rem;
	width: 90%;
	margin: 0 auto;
}
.light5-characteristic-wrap .bottom .title img{
	width: 60%;
}
.light5-characteristic-wrap .bottom{
	margin-top: 0.5rem;
	display: flex;
	background: #fff;
	align-items: center;
	padding: 30px;
	border-radius: 10px;
}
.light5-characteristic-wrap .bottom .title{
	width: 100%;
	margin-bottom: 0.9rem;
	text-align: right;
}


.light5-characteristic-wrap .bottom  .bright  .con{
	padding: 0.2rem;
}

.light5-characteristic-wrap .bottom  .bright .box{
	display: flex;
	transform: translateX(20%);

}
.center-wrap{
	padding-left: 0.5rem;
	padding-top: 1rem;
}
.center-wrap .top{
	display: flex;
	margin-bottom: 10px;
}
.center-wrap .top .con{
    width: 4rem;
    padding: 0.5rem; 
}

.center-wrap .bottom .img{
	margin-right: 10px;
}
.center-wrap .bottom{
	display: flex;
}

.con-red{
	line-height: 1.5;
	box-sizing: border-box;
	color:  rgba(250, 250, 250, .5);
	background: #aa2724;
	font-size: 0.16rem;
}
.con-title{
	font-size: 0.3rem;
	color: #fff;
}

.con-title:after{
	content: "";
	width: 0.5rem;
	display: block;
	height: 2px;
	margin: 0.2rem 0;
	background: #fff;
}

.center-list{
	margin-top: -1rem;
	position: relative;
	z-index: 1;
}

.center-list .item{
	/*width: 22%;*/
	color: #fff;
	line-height: 1.5;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 0.2rem;
	background:  #aa2724;
}


.center-list .item h3{
	font-size: 0.1rem;
}

.center-list .item .line{
	height: 2px;
	width: 50px;
	margin: 0.1rem 0;
	background-color: #fff;
	/*background: rgba(250, 250, 250, .5);*/
}
.center-list .item h2{
	font-size: 0.2rem;
}

.center-list .item .text{
	line-height: 1.5;
	min-height: 1rem;
	font-size: 0.1rem;
}

.center-list .item .text .box{
	white-space: normal;
	word-break: break-all;
	word-wrap:break-word; 
}
.center-list .item .a{
	display: none;
	font-size: 0.1rem;
	text-align: center;
	line-height: 0.22rem;
	border: 1px solid  rgba(250, 250, 250, .5);
}

.center-list .item .a:hover{
	border: 1px solid  rgba(250, 250, 250,1);
}
.center-list .item .a:hover a{
	color: #fff;
}


.center-list .item .a a{
	display: block;
}


.light2-device-wrap{
	display: flex;
}

.light2-device-wrap .lf{
	margin-right: 10px;
	width: 50%;
	box-sizing: border-box;
	padding-top: 0.4rem;
}

.light2-device-wrap .rt{
	width: 50%;
}
.light2-device-wrap  .lf .bottom{

	margin-top: 10px;
}

.light2-device-wrap .con{
	padding: 0.5rem;
	width: 3rem;
	box-sizing: border-box;
	margin-right: 10px;
	background: #c4c4c4;
	display: flex;
	color: #aa2724;
	flex-wrap: wrap;
}

.light2-device-wrap .rt .top{
	margin-bottom: 10px;
}
.light2-device-wrap .con .cm-item:nth-child(-n+2){
	margin-bottom: 0.5rem;
}
.light2-device-wrap .con .cm-item{
    width: 50%;
    font-size: 0.16rem;
    box-sizing: border-box;
}
.light2-device-wrap .con .sected{
	display: flex;
}
.light2-device-wrap .rt .con .address{
    color: #fff;
}
.light2-device-wrap .con .address{
    padding-left: .1rem;
    color: #666;
}
.light2-device-wrap .con .line:after{
	width: 0.5rem;
	height: 2px;
	margin: 0.1rem 0;
	content: "";
	display: block;
	background: #aa2724;
}
.light2-device-wrap .con .num{
	font-size: 0.4rem;
	font-weight: bold;

}
.light2-device-wrap .con  h3{
	font-size: 0.24rem;
	font-weight: bolder;
}
.light2-device-wrap .rt .img{
	margin-right: 10px;
}
.light2-device-wrap .rt .top{
	display: flex;
} 
.light2-device-wrap .rt  .con{
	color: #fff;
	background:#ab2723 ;
}
.light2-device-wrap .rt .top .img{
	margin-top: 0.4rem;
}
.light2-device-wrap .rt .line:after{
	background: #fff;
}

.maps-wrap {
	background: #fff;
	border-radius: 10px;
}

.maps-wrap .title{
	font-size: 0.3rem;
	color: #aa2724;
	padding: 0.3rem;
}
.maps-wrap .item{
	display: flex;
	border-bottom: 1px solid #efefef;
}
.maps-wrap .item:first-of-type{
	border-top: 1px solid #efefef;
}
.maps-wrap .ul ul li{
	padding: 0.3rem 0;
	margin-right: 0.3rem;
}

.maps-wrap .ul ul li:hover a{
    color: #aa2724;
}

.maps-wrap .ul {
	width: 10rem;
}
.maps-wrap .ul ul{
	font-size: 0.22rem;
	padding-left: 0.6rem;
	display: flex;
	flex-wrap: wrap;
}

.maps-wrap .label{
	border-right: 1px solid #efefef;
	font-weight: bold;
	font-size: 0.22rem;
	width: 1.8rem;
	padding: 0.3rem 0;
	padding-left: 0.6rem;
}
.customized-light3-about-wrap{
	padding-top: 1rem;
}
.customized-light3-about-wrap .top .eng-text{
	position: absolute;
	right: 0;
	text-align: right;
}
.customized-light3-about-wrap .top{
	display: flex;
	position: relative;
	margin-bottom: 10px;
}
.customized-light3-about-wrap .top .img2{
	width: 38%;
	position: absolute;
	left: 57%;
	display: none;
	transform: translateY(50%);
	padding-left: 10px;
}
.customized-light3-about-wrap .bottom .con h6{
	color: #fff;
	margin-bottom: .2rem;
	font-size: 0.3rem;
}
.customized-light3-about-wrap .bottom .con{
	flex: 1;
	padding: 0.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}
.customized-light3-about-wrap .bottom{
    display: flex;
}
.customized-light3-about-wrap .bottom .img{
	width: 45%;
}

.customized-light3-about-wrap .top .img1{
	width: 57%;
}
.customized-light4-about-wrap{
	display: flex;
	padding-top: 1rem;
}

.eng-text{
	font-size: 0.6rem;
	color: #333;
	z-index: 1;
    font-family: "adventpro";
}
.customized-light4-about-wrap .lf .right-box .eng-text{
	position: absolute;
	left: 0;
	text-align: left;
}
.customized-light4-about-wrap .lf .right-box{
    text-align: right;
    position: relative;
    padding-right: 20px;
}
.customized-light4-about-wrap .lf .img1{
	width: 4rem;
	display: inline-block;
	transform: translateY(20px);

}
.customized-light4-about-wrap .lf .con h6{
	font-size: 0.3rem;
	color: #fff;
	margin-bottom: 0.2rem;
}
.customized-light4-about-wrap .lf .con{
	padding: 0.5rem;
	margin-bottom: 10px;
	padding-bottom: 1rem;
}
.customized-light4-about-wrap .lf .img2{
	flex: 1;
}
.customized-light4-about-wrap .lf .img2 img{
	height: 100%;
}
.customized-light4-about-wrap .lf{
	width: 64%;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
}
.customized-light4-about-wrap .rt{
	width: 34%;
}


.index-product-wrap{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}



@media screen and (max-width: 1400px){
	.camera-container{
		z-index: 99999;
	}
    .view-container{
    	width: 250px;
    }
    .camera-lf{
    	flex: 0 0 200px;
    }
}

@media screen and (max-width: 768px){

	.pro-details-tabs{
		font-size: 12px;
	}
	.pro-details-tabs ul li.on{
		font-size: 12px;
	}
	.public_container{
		height: auto;
		box-sizing: border-box;
		min-height: 100vh;
		padding-top: 1.3rem;
	}
	.product-details-container{
		position: static;
		transform: translate(0);
	}
	.public_w{
		width: 92%;
		margin: 0 auto;
	}
	.pro-details-tabs ul li{
		padding: 0 0.2rem;
		line-height: 0.8rem;
	}
	.product-img{
		display: none;
	}
	.business-type-wrap{
		position: static;
		max-width: 92%;
		width: 92%;
		margin: 0 auto;
		display: block;
		transform: translate(0);
	}


	.business-type-wrap .item{
		width: 100%;
		border-right: 0;
		margin-bottom: 0.2rem;
	}

	.news-wrap .n-item{
		display: block;
	}
	.news-wrap .n-item .img{
		width: 100%;
		padding-top: 50%;
	}
	.news-wrap .n-item .c{
		font-size: 0.14rem;
	}
	.exhibition-wrap .e-item .img{
		padding-top: 50%;
	}
	.exhibition-wrap .e-item{
		width: 100%;margin-right: 0;
		margin-bottom: 4%;
	}
	.exhibition-wrap{
		display: block;
	}
	.exhibition-wrap .e-item .c{
		height: auto;
	}
	.news-wrap .n-item .des{
		width: 100%;
		box-sizing: border-box;
	}
	.news-wrap .n-item .links a{
		line-height: 0.5rem;
	}
	.news-wrap .n-item .links{
		width: auto;
		padding-left: 0.5rem;
		padding-bottom: 0.2rem;
	}
	.pro-details-tabs ul{
		width: 100%;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.pro-class-contianer{
		width: 92%;
		flex-wrap: wrap;
		margin: 0 auto;
		position: static;
		transform: translate(0);
		padding-top: 2.4rem;
	}
	.pro-class-contianer .item img{
		width: 50px;
	}
	.product-nav-wrap .item{
		padding-top: 34%;
		width: 100%;
		margin-bottom: 4%;
	}
    .product-nav-wrap{
		transform: translate(0);
		width: 92%;
		margin: 0 auto;
		position: static;
		display: block; 
    }

	.pro-class-contianer .item{
		width: 50%;
		border:1px solid rgba(250, 250, 250, .2);
		box-sizing: border-box;
	}

    .server-suport-wrap{
    	padding-top: 1.1rem;
    	transform: translate(0);
    	position: static;
    	flex-wrap: wrap;
    	display: flex;
    	justify-content: space-between;
    }
	.server-suport-wrap .item{
		width:50%;
		margin-right: 0;
		border: 1px solid rgba(250, 250, 250, .1);
		box-sizing: border-box;
		margin-bottom: 0%;
	}
	.server-suport-wrap .item:nth-child(1),
	.server-suport-wrap .item:nth-child(2){
		border-bottom: 0;
	}

	.server-suport-wrap .item .icon{
		width: 1rem;
		margin: 0.6rem auto;
	}

	.server-suport-wrap .item .des{
		line-height: 1.8;
	}

	.server-suport-wrap .item .title{
		font-size: 0.3rem;
	}

	.customized-contact-stepTwo .lf{
		display: none;
	}

	body .layui-form-label{
		width: 80px;
	}

	.server-download-wrap{
		padding-top: 0.5rem;
		display: block;
	}

	.customized-adv-wrap .pic_one .c-content{
		padding: 0.2rem;
	}

	.about-development-wrap .bottom{
		flex-wrap: wrap;
	}

	.about-development-wrap .bottom .rt{
		padding: 10px 0;
		display: block;
	}
	.about-development-wrap .bottom .rt .i-item{
		margin-bottom: 10px;

	}
	.history-wrap{
		width: auto;
		position:static;
		transform: translate(0);
	}
	.history-wrap .pre, .history-wrap .next{
		display: none;
	}
    .customized-light-wrap{
    	display: block;
    }
	.customized-light-wrap .pic_one{
		width: 100%;
		height:4rem;
		overflow: hidden;
		margin-left: 0;
		margin-right: 0;
	}
	.customized-light-wrap .c-content{
		width: 100%;
	}
	.customized-light-wrap .pic_two{
		width: 100%;
	}
	.honor-tabs{
		font-size: 12px;
		text-align: center;
	}
	.about-cbd-wrap{
		max-width: 80%;
	}
    .about-equipment-wrap .equipment-left{
    	width: auto;
    	margin-top: 0.5rem;
    }
    .red-line-title .line{
    	width: 0.5rem;
    	margin-top: 0.2rem;
    }
    .red-line-title .name{
    	font-size: 0.3rem;
    }
    .red-line-title{
    	padding-bottom: 0.3rem;
    }
    .product-wrap{
    	margin-bottom: 0.5rem;
    }
    .product-wrap .mid-item{
    	width: 100%;
    }
    .product-wrap .type{
    	font-size: 0.2rem;
    }
    .product-wrap .des{
    	font-size: 0.18rem;
    }
	.about-equipment-wrap{
		display: block;
		height: auto;
	}
	.equipment-right{
		margin-top: 10px;
		margin-left: 0;
	}
	.product-wrap .item{
	    width: 33.33%;
	}
	.about-company-wrap .item3{
		width: 100%;
		margin: 0;
		transform: translateY(0);
	}
	.about-company-wrap .item1{
		width: 50%;
		height: 3rem;
		overflow: hidden;
		margin-top: 0;
		margin-right: 0;
		flex:  0 0 50%;

	}
	.about-company-wrap .item2{
		height: 3rem;
		flex:  0 0 50%;
		overflow: hidden;
		margin-right: 0;
		margin-top: 0;
	}
	.about-company-wrap .item1 .icon{
		display: none;
	}
	.about-company-wrap .title{
		width: 100%;
		font-size: 16px;
	}
	.mumber-groups .m-item h5{
		font-size: 0.24rem;
	}
	.mumber-groups .m-item h6{
		font-size: 0.3rem;
	}
	.about-development-wrap .top{
		display: block;
	}
	.about-development-wrap .img-des{
		padding: 4% 0;
		width: auto;
	}
	.about-company-content{
		max-width: 100%;
	}
	.about-company-wrap .img-box{
		margin: 10px 0;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.product-container{
		padding-top: 0.5rem;
        position: static;
        transform: translate(0);
	}
	.about-company-wrap{

       padding-left: 0;
	}
    .camera-container{
    	margin: 0;
    	display: block;
    	margin-top: 1rem;
    	position: static;
    	transform: translate(0);
    }
    .camera-lf .num{
    	font-size: 0.7rem;
    }
    .camera-lf .step{
    	font-size: 0.24rem;
	    margin: 0.5rem 0;
	    display: flex;
	    align-items: flex-end;
	    justify-content: center;
	    line-height: 0.8;
	    margin-bottom: 1rem;
    }
    .camera-lf .en{
    	font-size: 10px;
    }
    .camera-lf .en:last-of-type{
    	position: absolute;
	    right: 0;
	    transform: translateY(100%);
    }
    .camera-lf .ch{
    	font-size: 0.26rem;
    }
    .camera-lf{
    	padding: 0.7rem 0.3rem 0.4rem 0.3rem;
    	border-radius: 0;
    }
    .camera-lf .stepOne ul{
         display: flex;
         position: relative;
         justify-content: space-between;
    }
    .camera-wrap{
    	padding: 6%;
    	display: block;	
    }
	.camera-rt .flex{
		margin: 0;
		display: block;
	}
	.parameter .layui-form-item{
		display: flex;
	}
	.parameter .layui-form-item .layui-input-inline{
		margin-left: 0;
	}
	.parameter h6{
		font-size: 0.28rem;
	}
	.parameter{
		width: 100%;
	}
	.camera-rt{
		border-radius: 0;
		display: block;
		height: auto;
		padding:  4%;
		background: transparent;
	}
	.view-container{
		margin: 0;
		width: 100%;
	}
	.fa-camera-container{
		width:auto;
	}
	.fovbox{
		display: block;
	}

	.fitem{
		width: 100%;
		height: 60px;
		max-width: none;
		margin-bottom: 10px;
	}
	.fitem .fleft .fimg{
		width: 90px;
	}
    .fitem[data-type="type1"] .fleft .fimg{
    	padding-top: 60px;
    }
    .fitem[data-type="type2"] .fleft .fimg{
    	padding-top: 60px;
    	width: 60px;
    }
	.onebox .ftheme{
		font-size: 0.24rem;
	}
    .button-box button{
    	font-size: 12px;
    	line-height: 0.6rem;
    }
    .fitem .inputbox{
    	width: 80px;
    }
    .fleft{
    	width: 116px;
    }
    .camera-rt .button-box{
    	display: flex;
	    justify-content: center;
	    border-top: 1px solid #eee;
	    padding: 20px 0 0 0;
    }
    .fitem[data-type="type3"] .fleft .fimg{
    	background-size: contain;
    	padding-top: 60px;
    }
    .my-input input{
    	width: 80px;
    	font-size: 10px;
    	height: 30px;
    }
    .fitem[data-type="type2"] .fleft{
    	width: 100px;
    }

    .parameter-wrap .contact-button{
    	position: static;
    }
    .parameter-wrap .top em{
    	font-size: 0.4rem;
    }
    .fa-camera-container .input-item{
    	position: static !important;
    	transform: translateY(0) !important;
    	margin: 20px auto;
    }
    .center-wrap{
    	padding: 0 ;
    }
    .center-wrap .top{
    	display: block;
    }
    .center-wrap .top .con{
    	width: 100%;
    }
    .center-wrap .bottom .img,
    .center-wrap .bottom .con{
    	margin-right: 0;
    	width: 100% !important;
    }
    .center-list .item h2{
    	font-size: 0.24rem;
    }
    .center-list .item .a{
    	width: 1.5rem;
    	line-height: 0.5rem;
    	margin: 0 auto;
    }
    .center-list{
    	display: block;
    	transform: translateY(0rem);
    }
    .center-list .item{
    	width: 100%;
    	margin-bottom: 4%;
    }
    .center-wrap .bottom{
    	display: block;
    }
    .file-content .pro-details-tabs{
    	display: block;
    	padding: 10px 0;
    }
    .file-content .search-box input{
    	flex: 1;
    }
    .file-content .search-box{
    	width: 100%;
    }
    .file-content .search-box button{
    	width: 1rem;
    }
    .file-content{
    	margin-left: 0;
    	width: auto;
    }
    .query-table-wrap {
    	width: 100%;
    	background: #fff;
    	overflow: auto;
    }
    .nav-list .title{
    	padding: 10px 0;
    }
    .nav-list{
    	width: 100%;
    }
    .future-wrap .lf_content .title{
    	display: none;
    }
    .future-wrap .rt_content{
    	width: 100%;
    	transform: translate(0);
    }
    .future-wrap{
    	left: 0;
    	padding-top: 0.5rem;
    	padding-bottom: 0.4rem;
    	transform: translate(0);
    	flex-wrap: wrap;
    }
    .future-wrap .rt_content .title{
    	transform: translateY(0);
    	height: 1.8rem;
    }
    .future-wrap .rt_content .con span{
    	width: 100%;
    }
    .future-wrap .rt_content .con{
    	transform: translateY(0);
    }
    .future-wrap .lf_content .img{
    	height: 3rem;
    	overflow: hidden;
    }
    .future-wrap .rt_content .img{
    	transform: translateY(0);
    }
    .future-wrap .rt_content .text{
    	transform: translateY(0);
    	width: auto;
    }
    .future-wrap .lf_content{
    	order: 2;
    	width: 100%;
    	margin: 0;
    }
    .thing-wrap{
    	flex-wrap: wrap;
    	position: static;
    	transform: translate(0);
    }
    .thing-wrap .img_three{
    	transform: translate(0);
    }
    .thing-wrap .lf-content .img .c{
    	position: static;
    	width: 100%;
    }
    .thing-wrap .lf-content .con{
    	width: 100%;
    }
    .thing-wrap .img_four{
    	width: 100%;
    	height: 3rem;
    	overflow: hidden;
    }

    .thing-wrap .lf-content .img{
    	width: 100% !important;
    }

    .thing-wrap .lf-content{
    	width: 100%;
    	order: 2;
    }

    .inherit-wrap{
    	flex-wrap: wrap;
        position: static;
        transform: translate(0);
    }
    .inherit-wrap .lf-content{
    	order: 2;
    	padding-top: 0;
    	width: 100%;
    }
    .inherit-wrap .lf-content .text{
    	width: auto !important;
    }

    .inherit-wrap .img-box .img{
    	width: 3rem;
    }

    .inherit-wrap .lf-content .bottom-content{
    	width: 100%;
    	display: flex;
    }

    .inherit-wrap .lf-content .bottom-content .box{
    	width: 100%;
    }
    .life-wrap .tit-des{
    	display: block;
    	margin-bottom: 10px;
    	transform: translate(0);
    }
    .life-wrap .lf-content .con{
    	width: auto;
    }
    .life-wrap .img-top{
    	padding: 10px 0;
    	align-items: center;
    }
    .life-wrap .img-top .img_six{
       width: 50%;
       overflow: hidden;
       height: 2rem;
    }
    .life-wrap .img-top .img_five{
    	width: 50%;
    	margin-bottom: 0;
    	overflow: hidden;
    	height: 2rem;
    }
    .life-wrap .tit-des .c{
    	width: auto;
    	margin: 0;
    }
    .life-wrap .top{
    	display: block;
    }
    .life-wrap{
    	position: static;
    	transform: translate(0);
    }
    .life-wrap .bottom-content{
    	display: block;
    }
    .life-wrap .img_three{
    	width: 100%;
    	margin: 10px 0;
    }
    .life-wrap .bottom-content .con{
    	width: auto;
    }
    .heart-wrap .rt-content .red{
    	display: none;
    }
    .heart-wrap{
    	display: block;
    	position: static;
    	transform: translateY(0);
    }
    .heart-wrap .rt-content{
    	padding-top: 10px;
    	padding-bottom: 10px;
    }
    .heart-wrap .rt-content .text{
    	width: 100%;
    	margin-bottom: 10px;
    }
    .heart-wrap .rt-content .con{
    	width: 100%;
    	padding: 0.5rem;
    }
    .heart-wrap .lf-content .top{
    	width: 100%;
    }
    .heart-wrap .lf-content .bottom{
    	width: 100%;
    }
    .heart-wrap .rt-content .img{
    	width: 100% !important;
    }
    .heart-wrap .lf-content{
    	width: 100%;
    }
    .server-question-wrap{
    	display: block;
    }
    .server-question-wrap .question-content{
    	width: auto;
    	margin-left: 0;
    }
    .server-question-wrap .question-nav-lf{
    	width: 100%;
    }

    .server-question-wrap{
    	padding-top: 0.5rem;
    }

    .question-nav-lf .title{
    	font-size: 0.26rem;
    }

    .qusetion-list .c .text{
    	width: 4rem;
    }

    .customized-adv-wrap .pic_one{
    	width: 100%;
    }

    .customized-adv-wrap{
    	margin: 0;
    	display: flex;
    	flex-wrap: wrap;
    }
    .customized-adv-wrap > div{
    	display: flex;
    	flex-wrap: wrap;
    	margin-bottom: 10px;
    }
    .customized-adv-wrap > div .img{
    	order: 2;
    	height: 2rem;
    	overflow: hidden;
    }
    .customized-adv-wrap .pic_three{
    	width: 100%;
    	padding-top: 0;
    }
    .customized-adv-wrap .pic_three .img{
    	width: 100%;
    }
    .customized-adv-wrap .pic_two{
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .customized-adv-wrap .pic_one .c-content{
    	padding: 0.5rem;
    }

    .customized-flow-wrap .pic_one img{
    	position: static;
    	width: 100%;
    }
    .customized-flow-wrap .pic_one{
    	width: auto;
    	padding-top: 0;
    	margin: 0;
    }
    
    

    .customized-flow-wrap .c-content{
    	width: auto;
    	position: static;
    	transform: translate(0);
    }
    
    

    .customized-contact-wrap .lf{
    	display: none;
    }

    

    .customized-contact-wrap .rt{
    	width:100%;
    	padding: 0.5rem;
    	box-sizing: border-box;
    	display: block;
    	font-size: 14px;
    }
    .customized-contact-wrap .rt ul{
    	margin-top: 10%;
    }
     
    
    .customized-contact-wrap .rt .img{
    	width: 100px;
    	margin: 0 auto;
    }
    .customized-contact-wrap .layui-form-item .layui-input-inline{
    	width: auto;
    	white-space: nowrap;
    }
    .customized-contact-wrap{
    	width: 100%;
    	display: block;
    }
 
    .customized-contact-stepOne{
    	display: block;
    	width: 100%;
    }
    .customized-light-second-wrap .top{
    	display: block;
    	margin-top: 10px;
    }
    .customized-light-second-wrap .pic_three{
    	width: 100%;
    	margin-top: 10px;
    }
    .customized-light-second-wrap .pic_two{
    	width: 100%;
    }
    .customized-machining-wrap .item{
    	width: auto;
    }
    .aspheric-surface-wrap .img{
    	width: 100%;
    }
    .light2-device-wrap{
    	display: block;
    }

    .light2-device-wrap .lf .bottom,
    .light2-device-wrap .rt .top{
    	display: block;
    }
    .light2-device-wrap  .img img{
    	position: relative;
    	top: 50%;
    	transform: translateY(-50%);
    }
    .light2-device-wrap .img {
    	width: 100% !important;
    	height: 3rem;
    	overflow: hidden;
    }
    .aspheric-surface-wrap .con{
    	position: static;
    	width: 100%;
    	transform: translate(0);
    }
    .light2-device-wrap .con{
    	width: 100%;
    	margin-bottom: 10px;
    }
    .light3-device-wrap .top{
    	display: block;
    }

    .light3-device-wrap .top .con{
    	transform: translate(0);
    	position: static;
    	width: 100%;
    	margin: 10px 0;
    }

    .light3-device-wrap .top .img{
    	width: 100% !important;
    }
    .light3-device-wrap .bottom .img{
    	width: 100% !important;
    }
    .light3-device-wrap .bottom{
    	width: 100%;
    	display: block;
    }
    .light3-device-wrap .top .con{
    	justify-content: flex-start;
    }
    .light3-device-wrap .top .con .img{
    	width: 1.5rem !important;
    }
    .light3-device-wrap .box{
    	padding: 10px 0;
    	width: 100%;
    }
    .light3-adv-wrap{
    	padding-top: 0.5rem;
    	height: auto;
    	flex-wrap: wrap;
        align-items: center;
    }
    .light3-adv-wrap .item{
    	width: 50%;
    }
    .customized-dg-device-wrap .img{
    /*	height: 3rem;
    	overflow: hidden;
    	margin: 0 !important;
    	margin-top:10px;*/
    	width: 100% !important;
    }
    .customized-dg-device-wrap .con{
    	position: static;
    	width: 100%;
    	transform: translate(0);
    }
    .customized-machining-wrap{
       display: block;
    }
    .customized-dg-device-wrap .img-box{
    	display: block;
    }
    .light5-device-wrap .light5-content{
    	display: block;
    }
    .light5-device-wrap .light5-content .mid .img{
    	width: 50% !important;
    }
    .light5-device-ability{
    	margin-top: 10px;
    }
    .customized-machining-adv-wrap{
    	flex-wrap: wrap;
    	height: auto;
    	padding-top: 1rem;
    }

    .customized-machining-adv-wrap .cm-item{
    	width: 50%;
    	margin-bottom: 0.5rem;
    }
    .product-details-container .red-text{
    	font-size: 0.32rem;
    }
    .customized-jj-wrap{
    	padding-top: 0.5rem;
    	display: block;
    }
    .customized-jj-wrap .lf-content{
    	width: 100%;
    	padding-top: 0rem;
    }


    .customized-jj-wrap .rt-content .img{
    	width: 100% !important;
    }
    .customized-jj-wrap .rt-content .con{
    	position: static;
    	transform: translate(0);
    }
    .customized-automatic-productlist-wrap .table{
    	padding: 0;
    }
    .customized-automatic-wrap .top{
    	display: block;
    }

    .customized-automatic-container{
    	height: auto;
    	display: block;
    }
    .customized-automatic-wrap .top .con{
    	width: 100%;
    }

    .customized-automatic-wrap .bottom .img{
    	width: 100%;
    }

    .news-container .news-top-button{
        display: none;
    }

    .about-cbd-wrap h3{
    	font-size: 0.26rem;
    	color: #333;
    }
    .about-cbd-wrap h4{
    	color: #333;
    	font-size: 0.2rem;
    }
    .hamburger{
    	left: 4%;
    }

    .about-company-wrap .item4{
    	width: 100%;
    	transform: translate(0);
    }

    .pro-details-tabs dl{
    	display: none;
    }
    .precommend-product-list{
    	display: block;
    }
    .xg-list{
    	justify-content: space-between;
    	flex-wrap: wrap;
    }
    .xg-list .item{
    	width: 48%;
    }
    .precommend-product-list .item:nth-child(-n+2){
    	display: none;
    }
    .precommend-product-list .item{
    	width: 100%;
    }

    .customized-light-second-wrap .top .c-content{
    	width: 100%;
    }
    .customized-light-second-wrap .pic_two .img{
    	width: 100%;
    }
    .customized-light-second-wrap .pic_one{
    	width: 100%;
    	margin-top: 10px;
    }

    .customized-light3-about-wrap .top .img1{
    	width: 100%;
    }

    .customized-light3-about-wrap .bottom{
    	flex-wrap: wrap;
    }

    .customized-light3-about-wrap .bottom .img{
    	width: 100%;
    }
    .customized-light4-about-wrap{
    	display: block;
    }
    .customized-light4-about-wrap .lf{
    	width: 100%;
    	margin-right: 0;
    }
    .customized-light4-about-wrap .rt{
    	width: 100%;
    	margin-top: 10px;
    }
    .customized-light5-about-wrap{
    	width: 100%;
    }
    .customized-light5-about-wrap .top{
    	display: block;
    }
    .customized-light5-about-wrap .top .img{
    	width: 100% !important;
    	margin-bottom: 10px;
    }
    .customized-light5-about-wrap .bottom .img{
    	width: 100%;
    	padding-left: 0;
    	position: static;
    }
    .customized-light6-wrap .top{
    	display: block;
    }
    .customized-light6-wrap .top .img{
    	width: 100%;
    }
    .customized-light6-wrap .bottom .img img{
    	height: 100%;
    }
    .customized-light6-wrap{
    	width: 100%;
    	padding-top: 0.5rem;
    }
    .customized-light6-wrap .top .out{
    	width: 100%;
    	height: auto;
    	position: relative;
    }
    .customized-light6-wrap .con{
    	width: 100%;
    }
    .customized-light6-wrap .top .con .eng-text{
    	position: static;
    }
    .customized-light6-wrap .bottom .img{
    	margin-right: 0;
    }
    .customized-function-wrap .lf-img{
    	transform: translate(0);
    }
    .customized-function-wrap .img{
    	width: 100%;
    }
    .customized-function-wrap{
    	height: auto;
    	display: block;
    }
    .customized-characteristic-wrap .top .img{
        display: none;
    }
    .customized-characteristic-wrap .top .con{
    	width: 100%;
    }
    .customized-characteristic-wrap .bottom{
    	display: block;
    }
    .customized-characteristic-wrap .bottom .con{
    	width: 100%;
    }
    .index-product-wrap .top .p-item:nth-child(2){
    	display: none;
    }
    .index-product-wrap .n-item .links{
    	width: 16%;
    	padding: 0.2rem	0;
    	margin-left: 0.2rem;
    }
    .customized-characteristic-wrap .top{
    	margin-top: 1rem;
    	padding: 0.5rem;
    }
    .index-product-wrap .top{
    	display: block;
    }
    .index-product-wrap .top .p-item{
    	width: 100%;
    	margin-bottom: 10px;
    }
    .index-product-wrap .n-item .des{
    	width: 100%;
    	padding-left: 0.2rem;
    }
   
    .product-nav-wrap .item img{
    	height: auto;
    }
    .product-nav-wrap .item .des{
    	bottom: 28%;
        left: 49%;
    }
    .business-type-wrap .item .des{
		    left: 6%;
	}
    .product-nav-wrap .des h5{
    	font-size: 0.24rem;
    }

    .index-product-wrap .top .p-item:nth-child(3){
    	display: none;
    }

    .index-product-wrap .top .p-item .img{
    	padding-top: 47%;
    }
    .index-product-wrap .n-item{
    	display: block;
    }
    .index-product-wrap .n-item .img{
    	width: 100%;
    	padding-top: 50%;
    }
    .light2-device-wrap .lf{
    	width: 100%;
    }
    .light2-device-wrap .rt{
    	width: 100%;
    }
    .light4-adv-wrap{
    	padding-top: 1rem;
    	height: auto;
    	flex-wrap: wrap;
    }
    .light4-adv-wrap .item{
         width: 50%;
    }
    .customized-app-wrap .top{
    	display: block;
    	flex-wrap:wrap;
    }
    .customized-app-wrap .con{
    	width: 100%;
    }
    .customized-app-wrap .img-wrap{
    	width: 100%;
    }
    .customized-app-wrap .con-wrap{
    	padding-top: 1rem;
    }
    .customized-app-wrap .con .position-img{
    	display: none;
    }
    .customized-characteristic-wrap .bottom .img-con{
    	flex-wrap: wrap;
    }
    .img-con .i{
    	width: 50%;
    }
    .equipment-right{
    	justify-content: space-between;
    }
    .equipment-right .e-item{
    	margin: 0;
    	width: calc(50% - 5px);
    	margin-bottom: 10px;
    }
    .mumber-groups{
    	width: 100%;
    	justify-content: space-between;
    }
    .mumber-groups .m-item:nth-child(-n+4){
    	margin-bottom: 2%;
    }
    .mumber-groups .m-item .number{
		font-size: 0.3rem;
		color: #999999;
		position: absolute;
		line-height: 1;
		bottom: 0;
		right: 0;
		transform: translate(2%,-67%);
	}
    
    .honor-wrap .bottom{
    	display: none;
    }
    
    .mumber-groups .m-item{
    	height: 3rem;
	    margin-right: 0;
	    width: 45%;
	    padding: 0.3rem;
	    box-sizing: border-box;
    }

    .pro-search-wrap .top-form{
    	width: 100%;
    }

    .search-a-box ul li{
    	line-height: 0.6rem;
    }
    .form-height .layui-form-item {
    	text-align: center;
    	display: block !important;
    }

    .pro-search-wrap .top-form .input-box button{
		width: 1.5rem;
		background: #aa2724;
		line-height: 0.8rem;
		height: 0.8rem;
    }
    .slot-content .form-height{
    	height: auto;
    }
    .form-height .layui-form-item .layui-input-inline{
		display: inline-block;
		float: none;
		left: -3px;
		font-size: 10px;
		width: 30%;
		margin: 0 0 10px 0px;
    }

    .pro-search-wrap .top-form .input-box input{
    	font-size: 10px;
    	line-height: 0.8rem;
    }

    .pro-search-contianer{
    	margin-top: 4%;
    	padding-top: 0;
    	position: static;
    	transform: translate(0%,0%);
     }
     .pro-class-contianer .item .text{
     	font-size: 14px;
     }

     .camera-lf .tips{
     	font-size: 10px;
     	text-align: center;
     }
     .redbg_web{
     	background: #aa2724;
     }
     .xg-list .item .icon img{
     	width: 30%;
     }
 }