*{
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}
.wrapper{
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	background-color: #FBFBFA;
}
.wrapper .header{
	width: 100%;
	background-color: transparent;
	position: relative;
	z-index: 999;
	min-height: 90px;
	/* height: 5.1875rem; */
	/* overflow: hidden; */
	padding-top: 1.5rem;
}
.wrapper .header .logos{
	float: left;
	width: 30%;
	margin-left: 5%;
	/* height: 5.1875rem; */
	overflow: hidden;
/*	padding-bottom: 10px;*/
	box-sizing: border-box;
}
.wrapper .header .logos img{
	display: block;
	width: 80%;
	height: auto;
}
/* 导航 */
.nav-box{
	float: right;
	/* width: 50%; */
	max-width: 60%;
	height: 5.1875rem;
}
.nav-bg{
	display: none;
	transition: .3s;
}
.wrapper .header .small-menu{
	width: 12.5rem;
	height: 100vh;
	position: fixed;
	right: -12.5rem;
	top: 0;
	background-color: #20222A;
	z-index: 3;
	transition: .6s;
}
.layui-nav{
	background-color: transparent;
}
.layui-nav .layui-nav-item a{
	transition: none;
	color: #333;
}
.layui-nav .layui-nav-item.layui-this a{
	color: #CC271F;
}
.layui-nav .layui-nav-item a:hover{
	color: #CC271F;
}
.layui-nav .layui-this:after{
	display: none;
}
span.layui-nav-bar{
	display: none;
}
/* 产品菜单 */
.layui-nav .layui-nav-item.product:hover>a{
	background: url(../img/prodown.png) center 66px no-repeat;
	background-size: 20%;
}
.layui-nav .layui-nav-item,.layui-nav{
	position: static;
	line-height: 100px;
}
.layui-nav .layui-nav-item.product:hover .menu-procuct{
	display: block;
}
.menu-procuct a{
	color: #262626!important;
}
.menu-procuct{
	display: none;
	width: 100vw;
	overflow: hidden;
	/* background: url(../img/menunavbg1.png) center top no-repeat ;
	background-size:cover; */
	background-color: #fff;	box-shadow: 0 0 5px 5px #dddddd;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 9999;
	padding-top: 10px;
}
.menu-procuct .menu-item{
	float: left;
	width: 32%;
	overflow: hidden;
	margin-top: 20px;
}
.menu-procuct .menu-item a:hover{
	font-weight: bold;
}
.menu-item .menu-second{
	width: 100%;
	padding-left: 50px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 30px;
	padding-top: 50px;
}
.menu-item .menu-second .img-menu-left{
	float: left;
	width: 30%;
	height: auto;
	margin-top: 60px;
}
.menu-item .menu-second .img-menu-left a{
	display: block;
	overflow: hidden;
}
.menu-item .menu-second .img-menu-left a img{
	width: 100%;
	height: auto;
}
.menu-item .menu-second .text-menu-right{
	float: right;
	width: 68%;
}
.menu-item .menu-second .text-menu-right>h5{
	width: 90%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #262626;
}
.menu-item .menu-second .text-menu-right>p{
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 3px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999;
	margin-bottom: 20px;
}
.menu-three{
	width: 100%;
	overflow: hidden;
}
.menu-three .menu-three-left{
	float: left;
	width: 50%;
	border-right: solid 1px #CCCCCC;
	padding-right: 5px;
	box-sizing: border-box;
}
.menu-three a{
	display: block;
	height: 20px;

	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 20px;
	margin-bottom: 9px;
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #262626;
}
.menu-three .menu-three-right{
	float: right;
	width: 49%;
	box-sizing: border-box;
	padding-left: 5px;
}

/* banner */
.banner-box{
	width: 100%;
	overflow: hidden;
	margin-bottom: 46px;
}
.banner-box img{
	width: 100%;
	height: auto;
}

.wrapper h4{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 1.3125rem;
}
.wrapper h4 p{
	margin: 0 auto;
	font-size: 2.25rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-bottom: 0.6875rem;
} 
.wrapper h4 p span.red{
	color: #CC271F;
}
.wrapper h4 img{
	display: block;
	width: 5.875rem;
	height: auto;
	margin: 0 auto;
	margin-bottom: 0.9375rem;
}
.wrapper h4 b{
	display: block;
	margin: 0 auto;
	width: 40%;
	font-size: 0.875rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1.1875rem;
	max-height: 2.375rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.contact-info{
	max-width: 1200px;
	margin:  0 auto;
	margin-top: 106px;
	height: auto;
	/* display: flex;
	justify-content: space-between; */
	margin-bottom: 100px;
}
.contact-info .contact-info-item{
	float: left;
	/*margin-right: 40px;*/
	width: 30%;
	display: inline-block;
	position: relative;
	height: 189px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px 0px rgba(7, 0, 2, 0.28);
	box-sizing: border-box;
}
.contact-info .contact-info-item.last{
	display: none;
}
.contact-info .contact-info-item:hover{
	
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
}
.contact-info .contact-info-item .img-box{
	width: 127px;
	height: 127px;
	background: url(../img/bgyuan.png) center no-repeat;
	background-size:127px 127px;
	position: absolute;
	left: 50%;
	top: -47px;
	margin-left: -63.5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact-info .contact-info-item:nth-child(1){
	padding-top: 70px;
	margin-right: 5%;
}
.contact-info .contact-info-item:nth-child(1) .img-box img{
	width: 23px ;
	height: 30px;
}
.contact-info .contact-info-item:nth-child(2){
	padding-top: 70px;
	/*margin-left: 5%;*/
	margin-right: 5%;
}
.contact-info .contact-info-item:nth-child(2) .img-box img{
	width: 32px ;
	height: 32px;
}
.contact-info .contact-info-item:nth-child(3){
	padding-top: 70px;
	margin-right: 5%;
}
.contact-info .contact-info-item:nth-child(3) .img-box img{
	width: 36px ;
	height: 31px;
}
.contact-info .contact-info-item:nth-child(4){
	padding-top: 70px;
}
.contact-info .contact-info-item:nth-child(4) .img-box img{
	width: 36px ;
	height: 31px;
}
.contact-info .contact-info-item h5{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A1A1A;
	margin-bottom: 24px;
}
.contact-info .contact-info-item p{
	width: 80%;
	margin: 0 auto;
	height: 50px;
	text-align: center;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1A1A1A;
}
.customized{
	width: 100%;
	overflow: hidden;
	padding-top: 45px;
	padding-bottom: 60px;
	box-sizing: border-box;
	/* background-color: #845D5D; */
}
.customized-content{
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.customized-content>h3{
	line-height: 36px;
	text-align: center;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	margin-bottom: 21px;
}
.customized-content>p{
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	margin-bottom: 49px;
}
.customized-content .forms{
	width: 100%;
	overflow: hidden;
}
.customized-content .forms .forms-item{
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}
.customized-content .forms .forms-item .layui-input{
	width: 30%;
	float: left;
	margin-right: 42px;
	height: 48px;
	line-height: 44px;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	border-radius: 4px;
	padding-left: 73px;
}
.customized-content .forms .forms-item .layui-input:nth-child(3){
	margin-right: 0;
}
.customized-content .forms .forms-item .layui-input.name{
	background: url(../img/names.png) 30px center no-repeat #fff;
	background-size: 19px 19px;
}
.customized-content .forms .forms-item .layui-input.phone{
	background: url(../img/phones.png) 30px center no-repeat #fff;
	background-size: 19px 15px;
}
.customized-content .forms .forms-item .layui-input.company{
	background: url(../img/company.png) 30px center no-repeat #fff;
	background-size: 21px 21px;
}
.customized-content .forms .forms-item .layui-textarea{
	resize: none;
	height: 178px;
	background: url(../img/xuqiu.png) 30px 30px no-repeat #fff;
	background-size: 18px 16px;
	padding: 30px 73px;
	box-sizing: border-box;
	border-radius: 5px;
}
.customized-content .forms .forms-item.yzm{
	width: 60%;
	margin: 0 auto ;
}
.customized-content .forms .forms-item .yzm-box{
	width: 68%;
	float: left;
}
.customized-content .forms .forms-item .yzm-box .layui-input{
	width: 60%;
	margin-right: 0;
}
.customized-content .forms .forms-item .layui-btn{
	display: inline-block;
	margin-left: 26px;
	width: 28%;
	text-align: center;
	line-height: 48px;
	height: 48px;
	/* background: #CB2118; */
	border-radius: 4px;
	
}

.btn-7 {
/* background: linear-gradient(0deg, rgba(255,151,0,1) 0%, rgba(251,75,2,1) 100%); */
  background: #CC271F;
  /* line-height: 42px; */
  padding: 0;
  border: none;
  position: relative;
}
.btn-7 span {
  position: relative;
  display: block;
  font-size: 1rem;
  width: 100%;
  height: 100%;
}
.btn-7:before,
.btn-7:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: rgba(251,75,2,1);
 /* box-shadow:
   -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3); */
  transition: all 0.3s ease;
}
.btn-7:before{
   height: 0%;
   width: 2px;
}
.btn-7:after {
  width: 0%;
  height: 2px;
}
.btn-7:hover{
  color: rgba(251,75,2,1);
  background: transparent;
}
.btn-7:hover:before {
  height: 100%;
}
.btn-7:hover:after {
  width: 100%;
}
.btn-7 span:before,
.btn-7 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(251,75,2,1);
  /* box-shadow:
   -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3); */
  transition: all 0.3s ease;
}
.btn-7 span:before {
  width: 2px;
  height: 0%;
}
.btn-7 span:after {
  height: 2px;
  width: 0%;
}
.btn-7 span:hover:before {
  height: 100%;
}
.btn-7 span:hover:after {
  width: 100%;
}

#mpanel2{
	float: right;
	height: 68px;
	width: 35%;
}
#mpanel2 .cerify-code-panel .verify-code{
	height: 48px!important;
	line-height: 46px!important;
	box-sizing: border-box;
}
.verify-input-area,.verify-change-area{
	display: none;
}


/* 底部内容 */
.wrapper .footer-wrap .footer{
	width: 100%;
	overflow: hidden;
	background: url(../img/1@2x.png) center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	padding-top: 3.75rem;
	padding-bottom: 1.875rem;
	box-sizing: border-box;
}
.wrapper .footer-wrap .footer .footer-left{
	display: inline-block;
	width: 54%;
	height: auto;
	display: flex;
	justify-content: space-around;
	padding: 0 1.875rem;
	box-sizing: border-box;
	position: relative;
}

.wrapper .footer-wrap .footer .footer-center{
	display: inline-block;
	/* width: 33%; */
	padding: 0 10px;
	box-sizing: border-box;
	height: auto;
	position: relative;
}
.wrapper .footer-wrap .footer .footer-right{
	display: inline-block;
	width: 25%;
	height: auto;
	padding: 0 20px;
}
.wrapper .footer-wrap .footer .footer-left .footer-nav-item{
	display: inline-block;
	height: auto;
}
.wrapper .footer-wrap .footer  h6{
	font-size: 1rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 1.25rem;
}
.wrapper .footer-wrap .footer .footer-left .footer-nav-item  a{
	display: block;
	font-size: 0.875rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #BAB7B7;
	margin-bottom: 0.9375rem;
}
.wrapper .footer-wrap .footer .footer-left .footer-nav-item  a:hover{
	color: #fff;
}
.wrapper .footer-wrap .footer .footer-center p{
	display: block;
	overflow: hidden;
	font-size: 0.875rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #BAB7B7;
	margin-bottom: 1.25rem;
}
.wrapper .footer-wrap .footer .footer-center p span{
	float: left;
	width: 48%;
	height: 0.875rem;
	line-height: 0.875rem;
}
.wrapper .footer-wrap .footer .footer-center p span:last-child{
	/* float: right; */
}
.wrapper .footer-wrap .footer .footer-center .ewm-img{
	width: 100%;
	overflow: hidden;
}
.wrapper .footer-wrap .footer .footer-center .ewm-img .img-box-ewm{
	float: left;
	overflow: hidden;
	width: 25%;
	margin-right: 1.875rem;
}
.wrapper .footer-wrap .footer .footer-center .ewm-img .img-box-ewm img{
	width: 100%;
	height: auto;
	margin-bottom: 0.5rem;
}
.wrapper .footer-wrap .footer .footer-center .ewm-img .img-box-ewm p{
	text-align: center;
	font-size: 0.75rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #BAB7B7;
}
/* 底部声明 */
.wrapper  .footer-statement{
	width: 100%;
	height: 2.5rem;
	overflow: hidden;
	background-color: #2A2A2A;
}
.wrapper  .footer-statement p{
	text-align: center;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 0.75rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #D5D5D5;
}

.wrapper .footer-wrap .footer .footer-left::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0.625rem;
	width: 1px;
	height: 17.3125rem;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1%, rgba(119, 119, 119, 0.99) 49%, rgba(255, 255, 255, 0) 100%);
}
.wrapper .footer-wrap .footer .footer-center::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 17.3125rem;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1%, rgba(119, 119, 119, 0.99) 49%, rgba(255, 255, 255, 0) 100%);
}

/* 侧边悬浮导航 */
.right_nav{ right:0; bottom:100px; position:fixed; text-align:left;overflow: hidden;z-index:999;}
.right_nav li{background:#0085cd;margin:4px 0;padding: 10px;border-top-left-radius: 4px;border-bottom-left-radius: 4px;cursor:pointer;position:relative; right: -70px;}
.right_nav li:nth-child(1),.right_nav li:nth-child(2),.right_nav li:nth-child(3),.right_nav li:nth-child(4){display: none;}
.right_nav li .iconBox{text-align: center;overflow: hidden;display: flex;align-items: center;justify-content: space-between}
.right_nav li img{width: 30px;height:30px;}
.right_nav li h4{color: #fff;font-size:14px;margin:2px 0;margin-left: 15px;}
.right_nav li:hover{background:#cf1322}
.right_nav li .hideBox{display: none;position: absolute;right:120px;padding:10px;padding-right: 15px; top:-10px;z-index: 999;}
.right_nav li .hideBox .hb{border: 1px solid #ccc;background-color: #fff; padding: 10px 20px;border-top: 2px solid #0085cd;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.right_nav li .hideBox .hb h5{padding: 5px 0;border-bottom: 2px solid #ccc;color: #0085cd;font-size: 16px;font-weight: 400;display: block;white-space: nowrap;}
.right_nav li .hideBox .hb p {margin-top: 5px;font-size: 18px;font-weight: 700;}
.right_nav li .hideBox .hb .qqtalk{margin-top: 10px;}
.right_nav li .hideBox .hb .qqtalk a{display: flex;align-items: center}
.right_nav li .hideBox .hb .qqtalk img{width: 25px;height:25px;}
.right_nav li .hideBox .hb .qqtalk p{font-size: 14px;font-weight: 400;white-space: nowrap;margin-top: -5px;margin-left: 5px;}
.right_nav li:nth-child(3) .hideBox img{width:140px;height: 140px;margin-top: 10px;}