﻿@charset "utf-8";
/* CSS Document */
body{margin:0px; padding:0px; font-size:12px; font-family:Arial, sans-serif; color:#333; -webkit-font-smoothing:antialiased;}

a{color:#555; text-decoration:none; outline:none;}
a:active{star:expression(this.onFocus=this.blur());} 
img{border:0px;}
a:link {text-decoration: none; outline:none;}
a:visited{text-decoration: none; outline:none;}
a:hover{text-decoration:none; color:#ff8d93; outline:none;}
ul, p, dl, dt, dd{padding:0px; margin:0px;}
li{list-style-position:outside; list-style-type:none;}
h1, h2, h3, h4, h5{font-size:14px; padding:0px; margin:0px;}
h1{font-size:16px;}
h5{font-size:12px;}
.fl{float:left;}
.fr{float:right;}
.clear_f{clear:both; height:0px; padding:0px; margin:0px; display:block; _display:inherit;}
.h10{height:10px; overflow:hidden; clear:both;}
.h20{height:20px; overflow:hidden; clear:both;}
.h30{height:30px; overflow:hidden; clear:both;}
.h40{height:40px; overflow:hidden; clear:both;}
.h50{height:50px; overflow:hidden; clear:both;}
.h200{ height:200px; overflow:hidden; clear:both; background:#f5f5f5}
input, textarea{background:transparent; padding:0px; font-size:12px; font-family:Arial, "微软雅黑"; color:#888; outline:none; border:0px;}
.btn1{cursor:pointer;}
em{font-style:normal;}

#wrap {
    width:100%;
    width:expression(document.body.clientWidth <= 1190? "1190px": "auto");
    min-width:1190px;
}

.wal{width:1200px; margin:0px auto; position: relative;}

/*公共样式*/
.pr{ position:relative;}
.mt20{ margin-top: 20px; }
.mb20{ margin-bottom: 20px; }
.ml20{ margin-left: 20px; }
.mr20{ margin-right: 20px; }
.mg20{ margin: 20px;}
.tl{
	text-align: left;
}
.tr{
	text-align: right;
}

/*头部*/
header{
	height: 102px;
	background: #fff;
	border-top: 2px solid #1964f6;
}
header .logo{
	width: 264px;
	height: 102px;
	display: table-cell;
	vertical-align: middle;
}

/*导航条*/
header .nav{
	position: absolute;
	left: 410px;
	top: 0;
}
header .nav li{ float: left;}
header .nav li a{ 
	display: block;
	height: 102px;
	line-height: 102px;
	padding: 0 32px;
	font-size: 20px;
	color: #333; 
	transition: all .3s;
}
header .nav li.active a,header .nav li:hover a{
	background: #1964f6;
	color:#fff;
}
header .headBtn{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -22.5px;
	padding: 0 6px;
	border: 1px solid #196df7;
	border-radius: 8px;
	color:#196df7;
}
header .headBtn a{
	display: inline-block;
	height: 43px;
	line-height: 43px;
	padding: 0 12px;
	font-size: 20px;
	color:#196df7;
}

.arti_h4{font-size: 16px;text-align: center;line-height: 2;}
.articel{max-width: 1000px;margin: 20px auto;font-size: 14px;}

.indexas{ max-width:1200px; margin:40px auto; padding-bottom:40px;}

.indexas li{float: left;width: 35%;margin-left: 10%;font-size: 18px; margin-top:10px; line-height:1.6;}


/*底部*/
footer{
	background: #333;
}
footer .footCont{
	padding: 70px 100px 54px;
}
footer .footCont div{
	margin-bottom: 16px;
}
footer .footCont input{
	border: 1px solid #fff;
	padding: 0 0 0 20px;
	height: 43px;
	line-height: 43px;
	font-size: 20px;
	color: #fff;
	width: 300px;
}
footer .footCont textarea{
	border: 1px solid #fff;
	padding: 0 0 0 20px;
	min-height: 143px;
	line-height: 43px;
	font-size: 20px;
	color: #fff;
	width: 300px;
	resize: none;
}
footer .footCont input::-webkit-input-placeholder,footer .footCont textarea::-webkit-input-placeholder{
	color: #fff;
}
footer .footCont .footBtn{
	padding-top: 24px;
}
footer .footCont .footBtn input{
	display: block;
	width: 320px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	color: #fff;
	background: #1076ee;
}
footer .footCont .ewmDiv{
	position: absolute;
	right: 100px;
	top: 70px;
	text-align: center;
}
footer .footCont .ewmDiv .tips{
	font-size: 23px;
	color: #fff;
}
footer .footDiv{
	background: #111;
	padding: 20px 0;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

























