@CHARSET "UTF-8";

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
img {
    border: none;
    pointer-events: none;
    width: 100%; 
 
}
i,em {
    font-style: normal;
}
ul {
    list-style: none;
}
input,select,button,h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-family: inherit;
    border: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
input[type="number"]{-moz-appearance:textfield;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    color: #111;
}
a:hover{
	text-decoration: none;
	cursor: pointer;
}
body{
    font-family: Helvetica, Microsoft YaHei, Arial;
    line-height: 1.5;
    color: #2e2e2e;
    -webkit-text-size-adjust: 100% !important;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    min-width: 1440px;
    
}


.clear:after{
	content: "200B";
	height: 0;
	font-size: 0;
	display: block;
	clear:both;
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.inline{
	display:inline
}
.text-center{
	text-align: center;
}
.float-right{
	float: right;
}
.float-left{
	float: left;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.a-color{
	color: #FF4000;
}
.header .nav-a.a-color{
	color: #FF4000;
}
.hide{
	display: none;
}
.show{
	display: block;
}
.border-radius{
	border-radius: 50%;
}
/*文字超出显示省略号
*/
.overflow-ellipsis{
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
/*headercss*/
.header{
	height: 100px;
	width: 100%;
	background-color: #383838;
	position: fixed;
	z-index: 5;
	
}
.inner{
	width: 1170px;
	margin: 0 auto;
	height: 100%;
}
body .hover:hover{
	color: #FF4000;
}
.header ul{
	margin-left: 26px;
}
.header ul a:hover,.footer a:hover{
	color: #FF4000;
	transition: all 0.5s; 
	
}
.header li{
	float: left;
	font-size: 21px;
	line-height: 100px;
	margin: 0 19px;
	cursor: default;
	position: relative;
}
.header .next-nav{
	position: absolute;
	background-color: #fff;
	width: 100px;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	top: 80px;
	margin-left: -10px;
	padding: 9px 0;
	opacity: 0;
	transition: all 0.5s; 
	
	
}
.header .next-nav .triangle{
	height: 0;
	width: 0;
	border-left: 10px solid transparent;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	top: -18px;
	z-index: 10;
	left: 42px;
	
}
.header .next-nav a{
	color: #3f3f3f;
}
.footer a{
	display: block;
	color: #FFFFFF;
	cursor: pointer;
}
.header a{
	display: block;
	color: #838383;
	cursor: pointer;
}
.header .white{
	color: #fff;
}
.header .logo{
	height: 100%;
	width: 153px;
	
}
.header .wechat-logo{
	height: 30px;
	width: 30px;
	border-radius: 50%;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	margin-top: 35px;
	display: inline-block;
	margin-left: 15px;
}
.footer{
	padding-top:92px;
	background-color: #383838;
	color: #fff;
}
.footer .inner{
	width: 955px;
}
.footer .bottom{
	background-color: #505050;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
}
.footer .footer-company .name{
	font-size: 26px;
	height: 33px;
	line-height: 33px;
	margin-bottom: 38px;
}
.footer .footer-company .address{
	height: 26px;
	line-height: 26px;
	font-size: 16px;
}
.footer .footer-nav{
	font-size: 16px;
	line-height: 26px;
	margin: 66px 0 66px 100px;

}
.footer .footer-nav dl{
	margin: 0 14px;
}
.footer dd a{
	color: #cbcbcb;
}
.footer .footer-nav dt{
	font-size: 20px;
	
	height: 37px;
	line-height: 37px;
}
.footer .footer-code{
	margin-top: 33px;
}
.footer .footer-code .code-img{
	height: 106px;
	width: 106px;
	background-color: #FFFFFF;
	margin-left: 46px;
}
.footer .footer-code p{
	font-size: 16px;
	height: 54px;
	line-height: 54px;
}
/*侧边栏*/
.slide-nav{
	position: fixed;
	right: 20px;
	z-index: 100;
	top:30%;
	
}
.slide-nav .slide{
	width: 40px;
	padding: 6px 0;
	border-radius: 4px;
	font-size: 14px;
	text-align:center;
	line-height: 14px;
	box-shadow: 1px 2px 5px #cecece;
	color: #585858;
	margin-bottom: 10px;
	display: block;
	background-color: #fff;
	cursor: pointer;
}
.slide-nav .angle{
	height: 25px;
	line-height: 25px;
}
.slide.focus{
	background-color: #FF4000;
	color: #fff;
}
.positionSpan{
	position: relative;
    top: -88px;
    display: block;
    height: 0;
    overflow: hidden
}
.footer .blank{
	color: #fff;
	display: inline;
}
