img.lazy{
	visibility: visible;
	opacity: 0.00;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
}
*{
	padding: 0;
	margin: 0;
}
html{
	box-sizing: border-box;
	font-size: 100px;
	width: 100%;
	overflow-x: hidden;
	/*苹果手机滑动流畅兼容性*/
	-webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1760px){
	html{
	    font-size: 100px;
	}
}
@media (min-width:1360px) and (max-width:1760px) {
	html {
		font-size: calc((100vw - 160px)/ 16)
	}
}

@media screen and (max-width:1360px) {
	html {
		font-size: 75px
	}
}
a{
	text-decoration: none;
}
a:hover,
a:focus{
	text-decoration: none;
	outline: none;
}
dd,
dl,
dt,
li,
ol,
ul {
	list-style: none
}

img {
	vertical-align: middle;
	width: 100%;
	font-size: 0.14rem;
}

input {
	-webkit-appearance: none
}

button,
input {
	border: 0;
	outline: 0
}
/*视频满屏*/
video{
	width: 100%;
    display: block;
	object-fit: fill;
	object-position: center center;
}
/*去除苹果手机自带样式*/
input,select{
	-webkit-appearance: none;
}
/*文字溢出隐藏*/
.hid{
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow: hidden;
}
/*多行文本溢出隐藏*/
.hid2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.hid3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.hid4{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.hid5{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
/*定位*/
.pl{
	position: relative;
}
.pa{
	position: absolute;
}
.pc{
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
	right: 0;
	bottom: 0;
}
.mgt20{
	margin-top: 0.2rem;
}
.mgt25{
	margin-top: 0.25rem;
}
.mgt30{
	margin-top: 0.3rem;
}
/*Flex布局*/
.flx_r{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.flx_r_b{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flx_r_s{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.flx_r_e{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.flx_r_c{
	display: flex;
	flex-direction: row;
	justify-content: center;
}

/*通用主题宽*/
.Container_content{
	width: 16rem;
	margin: 0 auto;
}

/*图片放大效果*/
.Father_content{
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow: hidden;
	/*background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(90, 90, 90, 0.3) 50%, rgba(65, 65, 65, 1) 100%); */
}
.Father_content img{
	transition: all 0.6s;
}
.Father_content img:hover{
	transform: scale(1.1);
}

/*按钮动画线框*/
.num{
	width: 1.8rem;
	height: 0.4rem;
	color: #333;
	font-size: 0.15rem;
	letter-spacing: 0.02rem;
	line-height: 0.4rem;
	margin:0.4rem auto 0.2rem auto;
	position: relative;
	text-align: center;
	background-color: #fff;
	display: block;
}
.numb{
	width: 1.8rem;
	height: 0.4rem;
	color: #333;
	font-size: 0.15rem;
	letter-spacing: 0.02rem;
	line-height: 0.4rem;
	margin:0.4rem auto 0.2rem auto;
	position: relative;
	text-align: center;
	display: block;
}
.num:hover{
	color: #fff;
	background:none;
}
.numb:hover{
	color: #fff;
	background:rgba(0,0,0,0.4);
}





/*通用底部导航栏*/
.footer{
	width: 100%;
	background-color: #090909;
}
.footer_content{
	padding-top: 0.6rem;
}
.footer_bottom{
	width: 16rem;
	margin: 0 auto;
	height: 0.6rem;
	line-height: 0.6rem;
	color: #fff;
	border-top: 1px solid #979797;
	font-size: 0.14rem;
}
.left_content{
	width: 80%;
	letter-spacing: 1px;
}
.left_content dt{
	color: #fff;
	cursor: pointer;
	font-size: 0.16rem;
	margin-bottom: 0.4rem;
	font-weight: 700;
}
.left_content dt a{
	color:#fff;
}
.left_content dd{
	color: #979797;
	font-size: 0.16rem;
	margin-bottom: 0.24rem;
}
.left_content dd a{
	text-decoration: none;
	color: #979797;
}
.left_content dd a:hover{
	color: #fff;
}
.weixin_qrcode{
	width: 18%;
	margin-left: 0.2rem;
}

.weixin_qrcode img{
	width: 2rem;
	height: 2rem;
	float: right;
}
.weixin_qrcode p{
	font-size: 0.16rem;
	float: right;
	margin-right: 0.2rem;
	margin-top: 0.2rem;
	color: #ffffff;
}

.weixin_qrcode h3{
	color: #fff;
	font-size: 0.25rem;
	font-weight: 600;
	letter-spacing: 0.05rem;
	float: right;
	margin: 0;
}
.weixin_qrcode h6{
	color: #DDDCE0;
	font-size: 0.15rem;
	font-weight: 400;
	letter-spacing: 0.03rem;
	float: right;
	margin: 0.1rem 0;
}
.weixin_qrcode .consultation-btn{
	color: #DDDCE0;
	font-size: 0.15rem;
	font-weight: 400;
	float: right;
	margin: 0.1rem 0 0.5rem;
	background-color: #3399ff;
	border-radius: 5px;
	display: flex;
	align-items: center;
	align-content: center;
	height: 30px;
	padding: 0.03rem 0.2rem;

}
.weixin_qrcode span{
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
}
.weixin_qrcode span:last-child{
	margin-left: 10px;
}
.weixin_qrcode span p{
	color: #fff;
	font-size: 0.3rem;
	font-weight: 400;
	padding: 0.03rem 0.3rem 0.03rem 0.3rem;
	display: inline-block;
}

/*右侧导航栏*/
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot')format('embedded-opentype'),
	url('../fonts/icomoon.ttf')format('truetype'),
	url('../fonts/icomoon.woff')format('woff'),
	url('../fonts/icomoon.svg')format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.iconfont {
	font-family: "icomoon" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-zl_dianxun:before {
	content: "\e900";
	font-size: 22px;
}
.icon-zl_erweima:before {
	content: "\e901";
	font-size: 24px;
}
.icon-zl_kefu:before {
	content: "\e902";
	font-size: 26px;
}
.icon-zl_weibo:before {
	content: "\e903";
}
.icon-zl_weixin:before {
	content: "\e904";
}
.icon-zl_zhiding:before {
	content: "\e905";
}
.toolbar{
	position: fixed;
	top: 600px;
	right: 45px;
	z-index: 999;
	width: 100px;
	height: 100%;
}
.toolbar ul{
	color: #fff;
	overflow: hidden;
	font-size: 13px;
	text-align: center;
	display: block;
	width: 40px;
	padding-left: 100px;
	min-height: 160px;
}
.toolbar ul li{
	cursor: pointer;
	height: 40px;
	width: 40px;
	line-height: 40px;
	background-color: #000000;
	position: relative;
}
.toolbar ul li:hover span,.toolbar ul li:hover p{
	background-color: #1468D5;
}
.toolbar ul li:hover p{
	animation: lell linear forwards 0.5s;
}
.toolbar ul li.Qrcode:hover p{
	animation: lells linear forwards 0.5s;
}
.toolbar ul li.Phone:hover p{
	animation: lellc linear forwards 0.5s;
}
.toolbar ul li:last-child{
	margin-top: 8px;
}
@keyframes lell{
	from{left: 40px;}
	to{left: -60px;}
}
@keyframes lells{
	from{left: 60px;}
	to{left: -80px;top: -25px;}
}
@keyframes lellc{
	from{left: 60px;}
	to{left: -100px;}
}
.toolbar ul li span{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	background-color: #000;
}
.toolbar ul li p{
	position: absolute;
	left: 40px;
	top: 0;
	width: 60px;
	height: 40px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	background-color: #000;
	z-index: 90;
}
.toolbar ul li p.qrcode{
	height: 90px;
	width: 80px;
	padding-top: 5px;
	position: absolute;
	right: 0;
	top: -25px;
}
.toolbar ul li p.qrcode img{
	width: 70px;
	height: 70px;
}
.toolbar ul li p.qrcode a{
	font-size: 12px;
	display: block;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
}
.return{
	display: none;
}
.hide{
	display: none;
}
.block{
	display: block;
}
.col3{
	color: #333333;
}