/* CSS Document */

* {
	padding: 0;
	margin: 0;
	}

body {
	font-size: 14px;
	font-family: "微软雅黑";
	}
a {
	text-decoration: none;
	}
img {
	border: 0;
	}
a img {
	border: 0;
	}
input {
	border: 0;
	background: none;
	}
input:focus {
	outline: none;
	}
textarea:focus {
	outline: none;
	}
ul,li,ol {
	list-style:none;
	}

#FL{
	float: left;
	}
#FR{
	float:right;
	}
#CB{
	clear:both;
	}
#Coat{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	}





/*
* Top
*/

.top {
	width: 100%;
	height: 45px;
	background: #575757;
	overflow: hidden;
}
.welcome {
	width: 500px;
	height: 45px;
	line-height: 45px;
	color: #FFF;
	font-size: 12px;
	font-family: "宋体";
}
.topMenu {
	width: 500px;
	height: 45px;
	overflow: hidden;
}
.topMenu ul {
	width: 340px;
	height: 14px;
	margin-top: 15.5px;
	margin-left: 220px;
}
.topMenu ul li {
	width: 84px;
	height: 12px;
	float: left;
	text-align: center;
	line-height: 12px;
	border-left: 1px solid #FFF;
}
.topMenu ul li:nth-child(1) {
	border-left: 0;
}
.topMenu ul li a {
	color: #FFF;
	font-size: 12px;
}
/*
* Logo Row
*/

.logoRow {
	width: 100%;
	height: 125px;
	background: #f7f7f7;
	overflow: hidden;
}
.logo {
	width: 250px;
	height: 125px;
	overflow: hidden;
}
.logo img {
	width: 250px;
	height: 125px;
}
/*** Navigation ***/
.nav-hot{
	width:680px;
	height:125px;
	}
.landpage{
	float:left;
	width:280px;
	font-size: 18px;
    padding-top: 33px;
	text-indent:15px;
	color:#5265ff;
}	
.hotPhone{
	float:left;
	width:400px;
	height:50px;
	background:url(../images/hotphone.png) no-repeat center left;
	text-indent:37px;
	font-size:16px;
	color:#000;
	line-height:60px;
	margin-top:10px;
	font-family:"微软雅黑";
	line-height:50px
	}
.hotPhone span{
	color:#FF0000;
	font-size:28px;
	padding-left:8px;
	font-weight:bold;
	}
.nav {
	width: 680px;
	height: 35px;
	overflow: hidden;
}
.nav ul {
}
.nav ul li {
	float: left;
	width: 85px;
	height: 35px;
}
.nav ul li span {
	width: 84px;
	height: 14px;
	display: block;
	line-height: 14px;
	margin-top: 10.5px;
	text-align: center;
	border-right: 1px solid #676767;
}
.nav ul li a {
	color: #676767;
	font-size: 14px;
	font-family: "宋体";
}
.nav ul li:hover span {
}
.nav ul li:hover span a {
	color: #065fc3;
	border-bottom: 1px solid #065fc3;
	padding-bottom: 3px;
}
.nav ul li:last-child span {
	border-right: 0;
}


/*
* Search
*/

.searchBox {
	width: 100%;
	height: 59px;
	background: url(../images/searchBG.jpg) repeat-x;
}
.keyWords {
	width: 600px;
	height: 59px;
	line-height: 65px;
	font-size: 12px;
	color: #555555;
}
.keyWords a {
	color: #555555;
}
.search {
	width: 260px;
	height: 26px;
	margin-top: 23px;
	overflow: hidden;
}
.search .inputText {
	background: url(../images/searchBox.jpg) no-repeat;
	width: 211px;
	height: 26px;
	font-size: 12px;
	color: #666666;
	text-indent: 3em;
	line-height: 26px;
	float: left;
}
.search .btn {
	width: 49px;
	height: 26px;
	background: #00a1e9;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	line-height: 26px;
	border-radius: 0px 3px 3px 0px;
	float: left;
	cursor: pointer;
}






/*
* Bottom
*/

.bottomMenu {
	width: 100%;
	height: 50px;
	background: #c2c2c2;
}
.bottomMenu ul {
	width: 552px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}
.bottomMenu ul li {
	width: 90px;
	height: 16px;
	line-height: 16px;
	border-right: 2px solid #696969;
	text-align: center;
	float: left;
	margin-top: 17px;
}
.bottomMenu ul li a {
	font-size: 14px;
	color: #696969;
}
/*
* footer
*/
.footer {
	width: 100%;
	height: 270px;
	background: #575757;
}
.footerContent {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 145px;
	padding-top: 62.5px;
}
.footerContent .logo-bottom {
	width: 260px;
	height: 145px;
}
.footerContent .line {
	width: 1px;
	height: 125px;
	margin-top: 10px;
	background: #c2c2c2;
	margin-left: 60px;
	margin-right: 60px;
}
.footerContent .contentFooter {
	width: 240px;
	height: 145px;
	line-height: 24px;
	color: #c2c2c2;
}
.footerContent .contentFooter a {
	color: #c2c2c2;
}
.footerContent .ewm{
	width:120px;
	height:120px;
	}
.footerContent .ewm img{
	width:120px;
	height:120px;
	}















