﻿/* 全局样式 */
@charset "utf-8";

/*body默认设置*/
.w1200{ width: 1200px; margin: 0 auto;}

input,button,textarea,select{
    outline: none;
}
.icon {
	width: 1em; height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
/* 全局标签 内外间距清零*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe {
	margin: 0;
	padding: 0;
}

/*li标签 样式清零*/
ul,li{ list-style:none;}

/* a标签下划线去除*/
a{ text-decoration:none;display: block;}

/* 文字及其填充物 居中*/
.tl{ text-align:left;}

.tc{ text-align:center;}

.tr{ text-align:right;}

/*浮动产生塌陷的兼容性*/
.clearfix{zoom:1;}

.clearfix:before,.clearfix:after{display:table;line-height:0;content:"";}

.clearfix:after{clear:both;}

/*浮动 */
.fl{ float:left; }

.fr{ float:right; }

.clear{ clear:both;}

/*最小高度*/
.fz0{ font-size:0px;}

/*图片边框*/
img{ border:none; display: block;border: 0px;}

input{ outline: none;font-size: 14px;}

/*转整行标签*/
.disBlock{ display:block;}

/*字体大小*/
.ft14{font-size:14px;}

.ft18{font-size:18px;}

/*字体加粗*/
.ftW{ font-weight:bold;}

.ftwn{ font-weight:normal;}

/*字体倾斜*/
.ftS{ font-style:italic;}

.ftsn{ font-style:normal;}

.rela{ position: relative;}

.absoult{position: absolute}

.hide{ display: none;}

.ovhide{ overflow: hidden;}

table{ border-collapse: collapse;}

.iconfont{
	vertical-align: middle;
}
.show{
	display: block;
}

/*placeholer*/
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 14px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #999999;
    font-size: 14px;
}

input:-ms-input-placeholder{
    color: #999999;
    font-size: 14px;
}

input::-webkit-input-placeholder{
    color: #999999;
    font-size: 14px;
}

.bgcof{
	background-color: #fff;
}

a:hover{
	cursor: pointer;
}

.tc{
	text-align: center;
}

/*input[type=number] 去除右边符号*/
input[type="number"]{
	-moz-appearance:textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
	-webkit-appearance: none !important;
	margin: 0;
}


/*右侧悬浮框*/
.xuanfu_ewm{
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 20px;
	top: 50%;
}
.xuanfu_show{
	position: relative;
	width: 80px;
	height: 80px;
	background: #ffffff;
	cursor: pointer;
	border: solid 1px #eeeeee;
	text-align: center;
	box-shadow: 0px 2px 5px 0px
	rgba(0, 0, 0, 0.05);
}
.xuanfu_show .icon-pc-erweima{
	font-size: 26px;
	color: #4d85fb;
	margin: 15px 0px 3px 0px;
}
.xuanfu_ewm:hover .xuanfu_wx{
	display: block;
}
.xuanfu_wx{
	background: #2c96fb;
	border-radius: 8px;
	width: 160px;
	right: 82px;
	position: absolute;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
	padding: 10px 13px 0px 13px;
	text-align: center;
	z-index: 999;
	top: -77px!important;
}

.icon_yq{
	width: 16px;
	height: 16px;
	background: #F6F6F6;
	border-radius: 100%;
	margin-left: 155px;
	margin-top: -27px;
}
.qiming{
	font-size: 14px;
	color: #FFFFFF;
}
.xuanfu_wx img{
	width: 160px;
	height: 160px;
	padding-top: 13px;
	padding-bottom: 14px;
}
.xuanfu_wx a{
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 6px;
}

/* 页面主体样式 */
.bg_top{
	width: 100%;
	height: 768px;
}

.bg_top img{
	width: 100%;
	height: 100%;
}

/*头部css*/
.top_header{
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -600px;
	z-index: 1;
}
.logo_img{
	width: 366px;
}
.logo_img .icon{
	width: 100%;
	height: 48px;
}

.top_r{
	padding-top: 15px;
}

.top_r .icon-pc-yonghu{
	font-size: 14px;
}

.top_r span{
	vertical-align: middle;
	font-size: 14px;
}

.top_r .zhuce{
	margin-top: 7px;
	border-right: 1px solid #fff;
	color: #fff;
	height: 16px;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
}

.login_r_btn{
	width: 75px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	color: #3399fe;
	border-radius: 4px;
}

/*已经登录*/
.login_already a{
	color: #fff;
	font-size: 14px;
}

.alreadylogin_name{
	margin-right: 14px;
	margin-top: -1px;
}

/*导航*/
.nav{
	position: fixed;
	top: 90px;
	left: 50%;
	margin-left: -600px;
	z-index: 999;
	background: #ffffff;
	border-radius:8px;
}

.nav_top{
	overflow: hidden;
	background-color: #ffffff;
	line-height: 58px;
	/*border-radius: 4px;*/
	height: 58px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#e3e4e5', Direction=200, Strength=4);
}

.nav{
	color: #666666;
	box-shadow: 2px 4px 9px 0px rgba(0, 0, 0, 0.1);
}

.nav_top .active{
	background-color: #fdb72e;
	color: #fff;
}

.nav_top .active .iconfont{
	color: #fff;
}

.nav_top a{
	color: #666666;
}

.nav .nav_list{
	position: relative;
	float: left;
	height: 58px;
	text-align: center;
	font-size: 14px;
	/*padding: 0 50px;*/
	/*width: 56px;*/
	width: 16.66%;
}

/*.nav .nav_list:first-child{*/
	/*width: 127px;*/
	/*padding: 0;*/
/*}*/

/*.nav_last_a{*/
	/*width: 137px!important;*/
	/*padding: 0!important;*/
/*}*/

.nav_list .iconfont{
	font-size: 22px;
	position: absolute;
	top: -12px;
	left: 27px;
}
.icon-pc-remen{
	color: #e85b48;
}
.nav_list:hover{
	background-color: #fdb72e;
	color: #fff;
	cursor: pointer;
}

.nav_list:hover .icon-remen{
	color: #fff!important;
}

/*二级菜单*/
.nav_bottom_list{
	width: 155px;
	margin-left: 127px;
	background-color: #eef3ff;
	float: left;
	border-radius: 2px;
	opacity: 0.9;
}

.nav_bottom_list a{
	display: block;
	height: 49px;
	line-height: 49px;
	text-align: center;
	color: #353535;
	font-size: 14px;
}

.nav_bottom_list a:hover{
	background-color: #f0eae0;
	cursor: pointer;
}

/*文案*/
.copywriting{
	position: absolute;
	top: 285px;
	left: 50%;
	margin-left: -600px;
}

.write_main{
	width: 571px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

.write_main .write_t1{
	font-size: 30px;
	color: #e9e9e9;
	line-height: 30px;
}

.write_main .write_t2{
	font-size: 56px;
	font-family: PingFangSC-Regular;
	margin: 14px 0 13px 0;
	line-height: 57px;
}

.write_main .write_t3{
	color: #e9e9e9;
	font-size: 30px;
	opacity: 0.8;
	line-height: 32px;
	margin-bottom: 30px;
}

.write_main .write_t4{
	color: #fff;
	font-size: 20px;
}

.write_main .write_t4 span{
	color: #fdb72e;
}

/* 登录弹窗 */
/*#login{
	display: none;
}*/

.login_head{
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background-color: #4d86fa;
}


/*底部*/
.footer_box{
	background: #353535;
	padding: 39px 0px 20px 0px;
}
.footer_fl{
	width: 75%;
}
.footer_fl li{
	float: left;
	width: 12.5%;
	text-align: center;
}
.footer_fl li a{
	display: block;
	font-size: 12px;
	color: #616161;
	padding-top: 20px;
}
.footer_fl li a:hover{
	color: #e4e4e4;
}
.footer_fl li p{
	font-size: 14px;
	color: #F6F6F6;
}
.footer_fr img{
	width: 120px;
	height: 120px;
	border-radius: 3px;
	overflow: hidden;
	margin: 0px 0px 10px 10px;
}
.footer_fr div{
	float: left;
}
.footer_fr div p{
	color: #d9d9d9;
	font-size: 12px;
	text-align: center;
	margin-left: 16px;
}

/*copyright*/
.copyright{
	text-align: center;
	width: 100%;
	color: #F6F6F6;
	font-size: 14px;
}

.copyright a{
	display: inline-block;
	color: #F6F6F6;
}


/*头部新修改*/
.new_nav_fl_img{
	width: 140px;
	height: 30px;
	margin-top: 15px;
}
.new_nav_fl{
	width: 180px;
	padding-left: 20px;
}
.new_nav_fr{
	width: 1000px;
}