﻿html,body{
	width: 100%;
	min-width: 1140px;
}
html{
	font-size: 14px;
	letter-spacing: 0.5px;
}
body{
	background-color: #fff;
	padding-top: 110px;
	color: #7a7b7e;
}
div{
	position: relative;
	box-sizing: border-box;
}


header,section,footer{
	width: 100%;
	min-width: 1140px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

header, header *{
	
    transition: all .3s;
	-webkit-transition: all .3s; 
}

header{
	background-color: rgba(255, 255, 255, 1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	height: 110px;
}

header .logo  .logoview{
	background-image: url('../image/logo.png');
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 90px;
	margin-top: 10px;
}

header .layui-nav{
	background: none;
	position: absolute;
    right: 0;
    top: 0;
}
header .layui-nav *{
	font-size: 1.1rem;
}
header .layui-nav .layui-nav-item{
    margin: 0 7px;
}
header .layui-nav .layui-nav-item a{
	color: #346073;
    line-height: 110px;
}
header .layui-nav .layui-nav-item a:hover, header .layui-nav .layui-this a{
	color: #2b9dff;
}
header .layui-nav .layui-this:after, header .layui-nav-bar, header .layui-nav-tree .layui-nav-itemed:after{
	background-color: #2b9dff;
}


header[lay-skin="scroll"]{
	background-color: rgba(0, 0, 0, 0.44);
	height: 70px;
}
header[lay-skin="scroll"] .logo .logoview{
	background-image: url('../image/logo-w.png');
	height: 70px;
	margin-top: 0;
}
header[lay-skin="scroll"] .layui-nav{
	background: none;
}
header[lay-skin="scroll"] .layui-nav .layui-nav-item a{
	line-height: 70px;
	color: #fff;
}
header[lay-skin="scroll"] .layui-nav .layui-nav-item a:hover, header[lay-skin="scroll"] .layui-nav .layui-this a{
	color: #fff;
}
header[lay-skin="scroll"] .layui-nav .layui-this:after, header[lay-skin="scroll"] .layui-nav-bar, header[lay-skin="scroll"] .layui-nav-tree .layui-nav-itemed:after{
	background-color: #fff;
}

footer{
	background: #242424;
	color: #fff;
	padding: 54px 0 30px 0;
}
footer .contact{
	
}
footer .contact h3{
	font-size: 1.4rem;
	margin-bottom: 26px;
}
footer .contact p{
	line-height: 38px;
	font-size: 1.1rem;
}
footer .contact p b{
	font-weight: 300;
}
footer .wxcode{
	overflow: hidden;
}
footer .wxcode>div{
	width: 156px;
	float: right;
	text-align: center;
}
	
footer .wxcode img{
	background: #fff;
	margin-bottom: 20px;
	width: 156px;
	height: 156px;
}
footer .wxcode p{
	font-size: 1.1rem;
}
footer .copyright{
	color: #929292;
	text-align: center;
	margin-top: 5px;
}

.layui-col-space40{
	margin: -20px;
}
.layui-col-space40>* {
    padding: 20px;
}
.layui-col-space50{
	margin: -25px;
}
.layui-col-space50>* {
    padding: 25px;
}
.align-center{
	text-align: center;
}
.white-clamp-one{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}




.sixedge{
	position: relative; 
    width: 70px; 
    height: 40px; 
	background: #fff;
}
.sixedge:before{
	content: ""; 
    position: absolute; 
    display: block; 
    bottom: -55px; 
    width: 0; 
    height: 0; 
    border: 35px solid transparent; 
    border-top: 20px solid #fff; 
    z-index: 0;
}
.sixedge:after{
	content: ""; 
    position: absolute; 
    display: block; 
    top: -55px; 
    width: 0; 
    height: 0; 
    border: 35px solid transparent; 
    border-bottom: 20px solid #fff; 
    z-index: 0;
}


.adview{

}
.adview .adview_img{
	width: 100%;
	height: auto;
}



.section-title{
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	position: absolute;
	top: 70px;left: 0;
	width: 100%;
	letter-spacing: 3px;
}
.section-title span{
	position: relative;
	z-index: 0;
}
.section-title span:before{
	content: "";
	position: absolute;
	background: #fff;
	width: 106%;
	height: 10px;
	background: rgba(0, 0, 0, 0.14);
	bottom: -3px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: -1;
	border-radius: 3px;
}

.section-title .short{
	font-size: 1rem;
	margin-top: 5px;
	color: #c8ced3;
	letter-spacing: 2px;
}

.show-next{
	width: 100%;
	height: 0;
	position: relative;
	cursor: pointer;
}
.show-next:before{
	content: ' ';
	background-image: url('../image/show-next.png');
	width: 42px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: -21px 0 0 -21px;
	border-radius: 40px;
	box-shadow: 0px 3px 5px rgba(36,179,180,7.6);
	z-index: 1;
}