﻿@charset "utf-8";
/* CSS Document */
body {margin:0; padding:0; text-align:center; background-color:#f1f0f6;font-size:12px;font-family:微软雅黑,Arial,sans-serif;}
body > div {margin-right:auto; margin-left:auto;} 
div,form,ul,ol,li,span,p,dt,dl,dd{margin: 0; padding: 0; border: 0;color:#595757;}
img,a img{border:0; margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,cite { margin:0; padding:0;font-size:12px;font-weight:normal;}
ul,ol,li,cite {list-style:none;}

a:link { color: #333; text-decoration: none }
a:visited { color: #333; text-decoration: none }
a:active { color: #333; text-decoration: none }
a:hover { color: #037eff; text-decoration: none }
.clear{ clear:both;}

/*--------------------------------------------------------------*/
.header-all{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
}

.header{
	width: 1200px;
	height: 133px;
	margin: 0 auto;
}

.header-logo{
	width: 385px;
	height: 62px;
	float: left;
	margin-top: 34px;
}

.header-search{
	width: 457px;
	height: 50px;
	float: left;
	margin-left: 88px;
	margin-top: 43px;
}

.header-search input.a{
	width: 372px;
	height: 50px;
	float: left;
	border: none;
	background: #f1f0f6;
	line-height: 50px;
	padding: 0px;
	outline:none;
	padding: 0px 10px;
}

.header-search input::-webkit-input-placeholder{
	color: #666;
}

.header-search input.b{
    width: 65px;
    height: 50px;
    float: left;
    background: url(../img/icon-search.png) no-repeat #000;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-size: 30px 30px;
    background-position: center center;
    border: none;
    padding: 0px;
    outline:none;
}

.header-lan{
	
	height: 30px;
	float: right;
	margin-top: 12px;
}

.header-lan select{
	width: 90px;
	height: 30px;
}

.header-center{
	width: 210px;
	height: 35px;
	float: right;
	margin-top: 16px;
}

.header-center li{
	width: 100px;
	height: 35px;
	line-height: 35px;
	float: left;
	text-align: left;
}

.header-center li:nth-child(2n){
	float: right;
	width: 90px;
	
}

.header-center li img{
	float: left;
}

.header-center li a{
	font-size: 16px;
	padding-left: 10px;
}

/**nav**/
.nav-all{
	width: 100%;
	height: 57px;
	background: #282828;	
}

.nav-list{
	width: 1200px;
	height: 57px;
	line-height: 57px;
}

.nav *{text-decoration:none;font-size:9pt;}
.nav * a:hover{background-color:#282828;/* 鼠标经过时的红色背景，可自定义 */}
.menu{list-style:none;height:57px;width:100%;}
.nav{list-style:none;height:57px;width:1200px;margin:0 auto;}
.nav li{float:left;position:relative;}
.nav li a{color:#fff;height:57px;line-height:57px;font-weight:bold;padding:0 40px;blr:expression(this.onFocus=this.close());blr:expression(this.onFocus=this.blur());display:inline-block;}
.nav li a:focus{-moz-outline-style: none; }
.nav li .sub-nav{position:absolute;top:58px;left:-1px;list-style:none;background-color:#333;display:none;z-index: 100000;}
.nav li .sub-nav li{text-align:center;clear:left;width:158px;height:40px;line-height:40px;position:relative;}
.nav li .sub-nav li a{height:34px;line-height:34px;width:158px;padding:0;display:inline-block;overflow: hidden;}




/**message**/
.message-all{
	width: 100%;
	height: 440px;
	background: #267ab6;
}

.message{
	width: 1200px;
	height: 440px;
	margin: 0 auto;
}

.message-form{
	width: 688px;
	height: 440px;
	float: left;
}

.message-form h1{
	font-size: 22px;
	color: #fff;
	text-align: left;
	height: 40px;
	line-height: 40px;
	margin: 25px 0px;
}

.message-form input.a{
	width: 317px;
	height: 50px;
	border: 1px solid #186ca8;
	float: left;
	background: none;
	outline: none;
	padding: 0px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #fff;
}


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

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

input:-ms-input-placeholder{
    color: #fff;opacity:0.7;font-size: 14px; 
}

input::-webkit-input-placeholder{
    color: #fff;opacity:0.7;font-size: 14px; 
}

.message-form textarea.b{
	width: 666px;
	height: 80px;
	background: none;
	padding: 10px;
	outline: none;
	border: 1px solid #186ca8;
	resize:none;
	color: #fff;
	font-size: 14px; 
	margin-bottom: 8px;
}

textarea:-ms-input-placeholder{
    color: #fff;opacity:0.7;font-size: 14px; 
}

textarea::-webkit-input-placeholder{
    color: #fff;opacity:0.7;font-size: 14px; 
}

.message-form input.b{
	width: 194px;
}

.message-form span{
	width: 150px;
	height: 50px;
	float: left;
}

.message-form input.c{
	width: 285px;
	float: right;
	font-size: 18px;
	background: #539438;
	color: #fff;
	letter-spacing: 2px;
	height: 52px;
	border: none;
}

.message-bg{
	width: 479px;
	height: 440px;
	float: right;
}


/**footer**/
.footer{
	width: 1200px;
	height: auto;
	overflow: hidden;
}

.footer dl{
	width: 167px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 70px;
}

.footer dl dt{
	width: 167px;
	height: 35px;
	line-height: 35px;
	margin-top: 50px;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	overflow: hidden;
}

.footer dl dd{
	width: 167px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 15px;
	text-align: left;
	overflow: hidden;
}

.footer dl dd a{
	font-size: 16px;
	color: #666;
}

.footer-nav{
	width: 1200px;
	height: 48px;
	margin: 0 auto;
	background: #e8e8e8;
	float: left;
	line-height: 48px;
	margin-top: 35px;
	margin-bottom: 25px;
}

.footer-nav a{
	font-size: 15px;
	padding: 0px 42px;
	color: #666;
}

.footer-bq{
	width: 1200px;
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
}

.footer-bq p{
	font-size: 15px;
	color: #a1a1a1;
	margin-top: 10px;
}


