﻿@charset "utf-8";
html,body,div,span,h1,h2,h3,h4,h5,h6,p,pre,a,code,em,img,small,strong,sub,sup,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label{margin:0;padding:0;border:0;outline:0;background:transparent;}
body,html{background: #fff;font-family: "microsoft yahei","Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;color: #666;height: 100%;}
ul{padding-left: 0;margin: 0; list-style-type: none; }
a{text-decoration: none; color: inherit; }
a:hover,a:active{text-decoration: none; }
select,button,input[type="button"],input[type="submit"],input[type="radio"],input[type="reset"],input[type="checkbox"],textarea{
	-webkit-appearance: none;
	outline:none;
	border: 0 none;
	resize: none;
	color: #666;
}
input,textarea,select{
    -webkit-appearance: none;
    background-color:transparent;
    background-color:rgba(0,0,0,0);
}
input:disabled{background:#fff;color: #333;}
/* 元素指定的任何内边距和边框都将在已设定的宽度和高度内进行绘制 */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-outline: none;
  -webkit-outline: none;
  outline: none;
}
b,strong,i{font-weight: normal;font-style: normal;}
img{display: block;max-width:100%;margin: 0 auto;}
img.w100{width: 100%;}
/* float clear */
.wfl{float: left;}
.wfr{float: right;}
.clear{clear:both;display:block;line-height:0;font-size:0;overflow:hidden;visibility:hidden;}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
.clearfix{*zoom:1}

/*一行溢出*/
.cell{text-overflow: ellipsis;white-space:nowrap;overflow: hidden;}

/*.content {position: absolute; top: 0;overflow: auto; -webkit-overflow-scrolling: touch;width: 100%;}*/

/*边框*/
.borl{border-left: 1px solid #ddd;}
.bort{border-top: 1px solid #ddd;}
.borb{border-bottom: 1px solid #ddd;}
.borno{border: 0 none !important;}

/*背景白色*/
body.bgfff{height: 100%;background: #fff;}
.bgfff{background: #fff;}
/*颜色*/
.col0{color: #000;}
.col3{color: #333;}
.col9{color: #999;}
.red{color: #ff5555;}
.colf{color: #fff;}
.col6{color: #666;}
/*边距清除*/
.mt0{margin-top: 0;}
.mb0{margin-bottom: 0;}
.p0{padding: 0;}
.m0{margin: 0;}

/*文字方向*/
.tl{text-align: left;}
.tr{text-align: right;}
.tc{text-align: center;}
.bold{font-weight:bold;}


/*nav*/
.page_nav_box{
	width:100%;
	height:100px;
	min-width:1440px;	
	background:#272e29;
}

.page_nav{
	width:1440px;
	margin:0 auto;
	padding:15px 0;
}

.logo{
	display: block;
	width:73px;
	margin-right:80px;
}
.logo img{
	width:100%;
}

.page_nav_box ul{
	width:860px;
	line-height:70px;
	color:#fff;
}
.page_nav_box ul li a{
	float: left;
	padding:0 30px;
}
.page_nav_box ul li a:hover{
	color:#28c262;
}
.page_nav_box ul li.active a{
	color:#28c262;
}
.nav_btn_box{
	width:400px;
}
.nav_btn_box .sign_in input{
	width:98px;
	height:44px;
	margin-top:10px;
	float:right;
	background:#28c262;
	border:1px solid #28c262;
	color:#fff;
	font-size:18px;
	border-radius:5px;
	cursor: pointer;
}
.nav_btn_box .register input{
	width:98px;
	height:44px;
	margin-top:10px;
	float:right;
	background:inherit;
	border:1px solid #28c262;
	color:#28c262;
	font-size:18px;
	border-radius:5px;
	margin-right:18px;
	cursor: pointer;
}
.nav_btn_box .language a{
	display: block;
	line-height:70px;
	padding:0 20px;
	color:#fff;
	margin-right:20px;
	float:right;
	cursor: pointer;
}
.banner{
	position: relative;
	width:100%;
	min-width:1440px;
}
.banner img{
	width:100%;
}


/*底部*/
.footer{
	width:100%;
	min-width:1440px;
	padding:70px 0;
	background:#313131;
	font-family: "黑体";
}
.footer_content{
	width:1440px;
	margin:0 auto;
}
.industry_information{
	width:490px;
}
.industry_information p{
	width:100%;
	font-size:12px;
	color:#eff2f0;
	margin-top:20px;
}

.industry_information p.fz18{
	font-size:18px;
	color:#fff;
}
.industry_information.widh{
	width:420px !important;
}
.industry_information.widh272{
	width:250px !important;
}
.industry_information.widh230{
	width:210px !important;
}
.industry_information p a{
	display: block;
	width:46px;
	margin-right:30px;
}
.industry_information p a.qr_code{
	width:132px;
}
.industry_information p a img{
	width:100%;
}

/*弹出扫码*/
.wechat{
	position: relative;
	display: block;
	width:46px;
	float:left;	
}

.wechat .qr {
    display: none;
    position: absolute;
    top: -190px;
    left: -70px;
    width: 179px;
    height: 235px;
    background: url(../images/pc_13.png) no-repeat;
    z-index: 10;
}
.wechat:hover .qr{
	display: block;	
}
