/*css默认样式*/
html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img {
	margin: 0;
	padding: 0
}
fieldset,img {
	border: 0
}
img {
	display: block
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal
}
ul,ol {
	list-style: none }
input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "SimSun","宋体"
}
input::-moz-focus-inner {
	border: 0;
	padding: 0
}
select,input {
	vertical-align: middle
}
select,input,textarea {
	
	margin: 0
}
input[type="text"],input[type="password"],textarea {
	outline-style: none;
	-webkit-appearance: none
}
textarea {
	resize: none
}
table {
	border-collapse: collapse
}
/*css默认样式*/


a{
	text-decoration: none;
}
html,body{
	width: 100%;
	/*min-width: 1200px;*/
}
/*遮罩层*/
.mask_layer {
    z-index:40;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=50);
    opacity: .5;
}

/*header*/
.header{
	width:100%;
	height:100px;
	display: flex;display: -webkit-flex;
	background:white;
}
.logo{
	    width: 200px;
    height: 45px;
    padding: 5px 0 0 74px;
    margin-top: 40px;
}
.right_header{
	display: flex;display: -webkit-flex;
	display: -webkit-flex;
	margin-left: auto;
	-webkit-margin-start: auto;
	padding-right: 40px; 
}

.header_nav ul{
	display: flex;display: -webkit-flex;
}
.header_nav ul li{
	width:120px;
	height:100px;
	text-align: center;
	line-height:100px;
}
.header_nav ul li:hover{
	cursor: pointer;
	background: #2672E1;
}
.header_nav ul li:hover a{
	color: white;
}
.header_nav ul li a{
	width:120px;
	height:100px;
	color: black;
	display: block;
}
.header_nav ul li a{
	width:120px;
	height:100px;
	font-size:16px;
	color:rgba(51,51,51,1);
}
.header_active{
	background: #2672E1;
}
.header_nav .header_active a{
	color:white;
}
/*search*/
.search{
	display: flex;display: -webkit-flex;
    margin:0px 32px 0 32px;
    align-items:center;
    justify-content:center;
}
.search_in{
	width:244px;
	height:40px;
	display: flex;display: -webkit-flex;
    align-items:center;
	background:rgba(230,230,230,1);
	border-radius:4px;
}
.search_in form{
	display: flex;display: -webkit-flex;
}
.search_in form button{
	border:0;
	cursor: pointer;
	background: none;
	outline: none;
	margin:0 4px 0 4px;
}
.search_in form input{
	height:40px;
	border: 0;
	font-size:16px;
	color:rgba(153,153,153,1);
	background:rgba(230,230,230,1);
}
.load{
	position: relative;
	display: flex;display: -webkit-flex;
	align-items:center;
    justify-content:center;
}
.load_deng,.load_zhu{
	width:80px;
	height:32px;
	cursor: pointer;
	border-radius:16px;
	text-align: center;
	line-height:32px;
	margin-right:10px;
}
.load .load_deng{
	color: white;
	background:linear-gradient(225deg,rgba(38,114,225,1),rgba(66,138,243,1));
}
.load .load_zhu{
	color: #2974E3;
	border:1px solid rgba(38,114,225,1);
}
.load_head{
	cursor: pointer;
	margin-left:12px;
}
.pull_down{
	position: absolute;
	z-index: 1;
	bottom:-135px;
	right:-38px;
	width:100px;
	height: 160px;
	border-top:1px solid #3E7DE2;
	background: white;
	display: none;
}
.load_head:hover .pull_down{
	display: block;
}
.load_head_img{
	height:100px;
}
.load_head_img img{
	margin-top:70px;
	margin-top:70px;
	width: 32px;
	height: 32px;
	border-radius:100% ;
}
.pull_down ul li{
	height:40px;
	text-align: center;
	line-height:40px;
}
.pull_down ul li:hover{
	cursor: pointer;
	background:rgba(245,245,245,1);
}
.pull_down ul li:hover a{
	color:#2672E1;
}
.pull_down ul li a{
	font-size: 14px;
	color:rgba(102,102,102,1);
}
/*footer*/
.footer{
	width:100%;
	padding-bottom:120px;
	background-size:100% 100%;
	background-position: bottom;
	background-repeat:no-repeat;
	background-image:url(../images/aicon_09@2x.png);
}
.footer_text{
	margin:77px auto 0;
	text-align: center;
}
.footer p{
	color: #A5BEE4;
	font-size:16px;
	font-family:ArialMT;
}
.banner,.main,.main1,.main2,.main3,.main4{
	max-width: 1200px;
	margin: 0 auto;
}

.footer p a{color:#A5BEE4 !important;}