/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1216px;
	margin:0 auto;
	font-size:14px;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#fff;
	text-align:justify;	
	color:#383a3c;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#383a3c;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#7f307b;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#706f6f;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#706f6f;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#706f6f;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#706f6f;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.w_1190{
	width:1190px;
	margin: 0 auto;
}
.w_1260{
	width:1260px;
	margin: 0 auto;	
}

/*公用CSS 开始*/
/* header */
.w_1190{
	width:1190px;
	margin: 0 auto;
}

/*公用CSS 开始*/
/* header */
.header{
	width: 100%;
	min-width:1190px;
	height:70px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background:#fff;
}
.header .w_1190{
	height:70px;
}
.header .lt .logo{
	display: block;
	height:70px;
}
.header .lt .logo img{
	display: block;
	height:70px;
}

.header .rt{
	font-size: 0;
	padding:28px 0 14px;
}
.header .rt>div{
	display: inline-block;
	vertical-align:middle;
}
.header .rt .nav{
	line-height:28px;
	color: #383a3c;
	font-size: 0;
}
.nav a{
	display: inline-block;
	vertical-align: top;
	line-height: 28px;
	font-size: 16px;
	color: #383a3c;
	padding:0 12px;
	margin: 0 12px;
}
.nav a:hover,.nav a.hover{
	color:#ffcc33;
}
.head_tel{
	float: right;
	padding:0 10px 0 32px;
	background:#ffcc33 url("../images/head_tel.png") 3px center no-repeat ;
	height:28px;
	line-height: 28px;
	border-radius:2px;
	font-size:20px;
	color:#383a3c;
	font-family:arial;
	margin:0px 52px 0 56px;
}

/* footer */
.footerConBox{
	width: 100%;
	min-width: 1200px;
	background:#1d1d1d;
}
.footerCon .footer_top{
	padding-bottom: 34px;
	background:#feb207;
}
.footerCon .footer_top .wrapin{
	font-size: 0;
	text-align: center;
	color:#fff;
}
.footerCon .footer_top .wrapin>div,
.footerCon .footer_top .wrapin>ul{
	display: inline-block;
	vertical-align: top;
	text-align: left;
} 
.footer_top .tit{
	font-size:32px;
	line-height: 36px;
	width: 75px;
	border-right:1px solid #fff;
	margin-top:34px;
}
.footer_top .tip1{
	padding:34px 35px 0 12px;
	font-size:30px;
	line-height: 36px;
}
.footer_top ul{
	font-size:16px;
	line-height: 24px;
	padding:34px 30px 0 12px;
}

.footer{
	padding:50px 0 37px 0;
	text-align: center;
}
.footer .wp{
	font-size: 0;
	text-align: center;
}
.footer ul{
	display: inline-block;
	vertical-align: top;
	line-height: 22px;
	color:#fff;
	text-align:left;
	padding-left:52px;
	padding-right: 26px;
	background:url(../images/ft_tel.png) left center no-repeat ;
}
.footer ul:last-child{
	padding-right: 0;
}
.footer ul li{
	line-height: 22px;
	font-size: 14px;
	color:#fff;
}
.ft_copy{
	text-align: center;
	padding-top:32px;
	padding-bottom:16px;
	line-height:22px;
	font-size:14px;
	color:#fff;
}
.tips_copy p{
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #757474;
}

.lbImg {
	width: 206px;
	height: 206px;
	position: fixed;
	z-index: 99;
	left: -300px;
	opacity: 0;
	bottom: 50px;
	background: url(../images/pop_img01.png) center no-repeat;
	cursor: pointer;
	transition: all 0.5s;
}
.lbImg.cur{
	transition-delay: 1s;
	left: 15px;
	opacity: 1;	
}

/* pop */
.pop01{
	position: fixed;
	left: 0;
	bottom: 0;
	width:100%;
	min-width: 1260px;
	height:138px;
	background:#feb207 url(../images/pop_bg01.png) center no-repeat;
	transition: all 1s;
	opacity: 1;
	transition-delay: 0.5s;
	z-index: 300;
}
.pop01.cur{
	transition-delay: 0s;
	width: 0;
	opacity: 0;
	height: 0;
}

.pop01 .popCon{
	font-size: 0;
}
.pop01 .popCon>div{
	display: inline-block;
	vertical-align: top;
}
.pop01 .popCon .left{
	width:484px;
	height:138px;
	padding-left: 80px;
}
.pop01 .popCon .right{
	text-align: left;
	font-size: 0;
	width:650px;
	padding-left:14px;
	box-sizing: border-box;
	position: relative;
	padding-top: 27px;
}
.pop01 .popCon .right .p_input{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 18px;
	margin-bottom: 10px;
	border-radius: 4px;
	box-sizing: border-box;
	width: 194px;
	height: 46px;
}
.pop01 .popCon .right .p_inputbg{
	padding-left: 24px;
	background: #fff;
	border:1px solid #d2d2d2;
}
.pop01 .popCon .right .import::after{
	content: "*";
	display: block;
	position: absolute;
	top: 2px;
	left: 12px;
	font-size: 22px;
	color: #db4a51;
}
.pop01 .popCon .right .p_input input{
	display: block;
	width: 100%;
	line-height: 44px;
	box-sizing: border-box;
	padding-right: 20px;
	font-size: 18px;
	color: #706f6f;
	background: none;
	border: 0;
	outline: 0;
}
.pop01 .popCon .right .p_input select{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 44px;
	border: 0;
	box-sizing: border-box;
	padding-right: 27px;
	line-height: 44px;
	font-size: 18px;
	color: #706f6f;
	background: #fff url(../images/bm_arrow01.png) right center no-repeat;
	outline: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.pop01 .popCon .right .p_input button{
	display: block;
	width: 100%;
	line-height: 46px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: #194369;
	border-radius:4px;
	border:none;
	outline: 0;
	cursor: pointer;
}
.pop01 .popCon .right .del{
	position: absolute;
	right: -47px;
	top: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.pop01 .popCon .right .del img{
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.pop01 .popCon .right .pop_tips{
	padding-left: 24px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
}
