/* 公共 */
body,div,ul,li,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,form,input,textarea,th,td,select {
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
}
table {
	border-collapse: collapse;
}
body {
	font-family: MicrosoftYaHei !important;
	color: #333333;
	font-size: 14px;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
ul,li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #232323;
}
input,textarea {
	outline: none;
	box-shadow: none;
}
textarea {
	resize: none;
	overflow: auto;
}
img{
	display: block;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
.fl {

	float: left
}
.fr {

	float: right
}
.tl {

	text-align: left;

}
.tc {

	text-align: center
}
.tr {

	text-align: right;

}
.ellipse {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont {
	overflow: hidden;
	min-height: 100vh;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}
.w1200{
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.transition:hover{
    transition:transform .5s ease-out;
    -o-transition:transform .5s ease-out;
    -webkit-transition:transform .5s ease-out;
    -moz-transition:transform .5s ease-out;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);       
}

/* 头部 */
.head {
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
	z-index: 9999;
	background-color: #fff;
	box-shadow: 1px 2px 6px 0px 
		rgba(15, 15, 16, 0.1);
}

.head .left {
	width: 115px;
	margin-right: 42px;
}

.head .left img {
	width: 100%;
	height: 70px;
	float: left;
}

.head .left div {
	font-family: MicrosoftYaHei;
	font-size: 34px;
	float: left;
	padding-left: 12px;
	line-height: 70px;
}

.head .right {
	width: calc(100% - 19% +100px);
}
.head .right > ul{
	line-height: 70px;
	width: 700px;
	float: left;
	display: flex;
}
.head .right > ul >li> a{
	display: block;
	height: 100%;
	text-align: center;
	font-size: 16px;
	padding: 0 20px;
}
.head .right > ul >li ul.products {
	display: none;
	width: 100px;
	position: absolute;
	font-size: 16px;
	background-color: #fff;
	top: 70px;
	box-shadow: 1px 2px 6px 0px rgb(15 15 16 / 10%);
}
.head .right > ul >li ul.products li {
	display: flex;
	justify-content: center;
	height: 50px;
	line-height: 50px;
}
.head .right ul li a:hover,
.head .right ul li a.cur{
	color: #cc351e;
}
.head .phone-box{
	float: right;
	width: 330px;
}
.head .phone-box img{
	float: left;
}
.head .phone-box .phone{
	width: 170px;
	height: 70px;
	margin-left: 40px;
}
.head .phone-box .dl{
	width: 100px;
	height: 30px;
	float: right;
	margin: 20px 0px 0 20px;
	cursor: pointer;
}
.main::before {
	content: '';
	display: block;
	height: 70px;
}
/* 底部 */
.footer{
	background-color: #111111;
	min-height: 366px;
}
.footer .address-box{
	min-height: 276px;
	border-bottom: 1px solid #999;
}
.footer .address-box .address{
	float: left;
	width: 50%;
}
.footer .address-box .address>div{
	font-size: 30px;
	color: #ffffff;
	padding-top: 60px;
	line-height: 30px;
	padding-bottom: 8px;
}
.footer .address-box .address p{
	color: #a3a3aa;
	line-height: 40px;
}
.footer .address-box .address p span,
.footer .address-box .address p span a{
	color: #cc351e;
	font-size: 18px;
}
.footer .address-box .address ul{
	display: block;
	overflow: hidden;
	padding-top: 20px;
}
.footer .address-box .address ul li a{
	float: left;
	color: #a3a3aa;
	line-height: 24px;
}
.footer .address-box .address ul li a span{
	width: 1px;
	display: block;
	height: 16px;
	background-color: #A3A3AA;
	margin-top: 4px;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}
.footer .wx-box{
	float: right;
	padding-top: 60px;
	margin-right: 90px;
}
.footer .wx-box li{
	display: block;
	color: #ffffff;
	width: 160px;
	float: left;
	box-sizing: border-box;
	height: 174px;
	margin-left: 40px;
}
.footer .wx-box li img{
	width: 138px;
	height: 138px;
	margin: 0 auto;
}
.footer .wx-box li p{
	line-height: 34px;
	text-align: center;
}
.footer .bottom{
	height: 82px;
	color: #999999;
	padding-top: 16px;
	box-sizing: border-box;
}
.footer .bottom p{
	line-height: 24px;
}
/* 右导航 */
.right_nav{
	position: fixed;
	right: 14px;
	top:60%;
	z-index: 100;
}
.right_nav img{
	width: 183px;
	height: 239px;
	float: left;
	margin-top: -160px;
	display: none;
}
.right_nav ul{
	overflow: hidden;
	float: left;
	height: 239px;
}
.right_nav ul li{
	width: 98px;
	height: 98px;
	margin-bottom: 2px;
	cursor: pointer;
}
.right_nav ul li.kf {
	background: url(../img/common/nav_kf.png);
	background-size: 98px;
}
.right_nav ul li.upper {
	background: url(../img/common/nav_upper.png);
	background-size: 98px;
}
/* 二维码弹层样式 */
.layui-layer{
	border-radius:10px !important;
}
.layui-layer-title{
	font-size: 0 !important;
	border-bottom: none !important;
}
.layui-layer-setwin{
	right: 0px !important;
	width: 80px;
	height: 40px;
	top: 0 !important;
}
.layui-layer-setwin a{
	background-position: 1px -39px !important;
	margin-top: 12px;
	margin-left:30px !important;
}
.layer_box{
	border-radius: 30px;
	overflow: hidden;
	width: 385px;
	height: 404px;
	background: url('../img/common/layer.png') no-repeat;
	background-size: cover;
}
.layer_box1{
	border-radius: 30px;
	overflow: hidden;
	width: 385px;
	height: 404px;
	background: url('../img/contactTel.png') no-repeat;
	background-size: cover;
}