@charset "gb2312";
@main_width:#100;
/*reset*****************************************************************/
html,body,div,span,h1,h2,h3,h4,p,a,ol,ul,li{
	margin:0;padding:0;border:0;outline:0;
	font-family: 'Microsoft YaHei';font-size: 16px;
}
p{	
	word-wrap:break-word; 
	word-break:normal; 
}

button{
	cursor:pointer;
}

/*common****************************************************************/
body{
	min-width:1200px;
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/*header****************************************************************/
.header{
	height:60px;
	background-color:#23262a;
	position:relative;
/* 	border-style:solid;
	border-color:#44464a;
	border-bottom-width:1px; */
	width:1200px;
	margin-left:auto;
	margin-right:auto;

}


.header .logo{
	position:absolute;
	top:17px;
	color:white;
	left:0px;
}

.header .navigation-bar{
	position:absolute;
	top:17px;
	left:517px;
}	

.header .navigation-bar .item{
	color:white;
	border-color:#00c1de;
	margin-left:25px;
	margin-right:25px;
	cursor:pointer;
	border-bottom-width:4px;
	padding-bottom:19px;
	font-size:14px;
}

.header .contact-us{
	color:white;
	position:absolute;
	top:16px;
	left:1011px;
}

/*banner****************************************************************/
.banner{
	background-color:#49556a;
}
.banner .banner-main{
	height:320px;
	background:url(../images/common/bannerBg.png) no-repeat center;
}

.banner .navigation-bar{
	height:50px;
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

.banner .navigation-bar .item{
	padding-top:15px;
	width:200px;
	height:35px;
	text-align:center;
	color:white;
	font-size:14px;
	float:right;
	cursor:pointer;
	position:relative;
}

.banner .navigation-bar .item .hot{
	position:absolute;
	top:10px;
	left:122px;
}

.banner .navigation-bar .item:hover{
	background-color:#414c61;
}
/*main****************************************************************/
.main{
	margin-top:60px;
	margin-bottom:80px;
}

.main .main-function{
	height:105px;
	margin-left:auto;
	margin-right:auto;
	background-position:50% 30%;
	background-image:url(../images/common/mainFunctionLine.png);
	background-repeat:no-repeat;
}

.main .main-function .myDiv{
	height:50px;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
}

.main .main-function .myDiv .hxgn{
	font-size:26px;
	color:#333333;
}

.main .main-function .myDiv .mf{
	font-size:14px;
	color:#868686;
}

					
/*service****************************************************************/
.service{
	height:100px;
	background-color:#f5f6f6;
	border-style:solid;
	border-width:1px;
	border-color:#dddddd;

	
}

.service .container{
	height:100px;
	background-color:#f5f6f6;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.service .container .bt{
	border-style:solid;
	border-width:1px;
	border-color:black;
	height:40px;
	width:160px;
	border:none;
	position:absolute;
	top:30px;
	cursor:pointer;
	border-radius:20px;
}

.service .container .title{
	font-size:26px;
	font-weight:bold;
	color:#333333;
	position:absolute;
	top:30px;
	left:518px;
}

/*footer****************************************************************/
.footer{
	height:60px;
	line-height:60px;  
	color:#8d8f90;
	background-color:#e5e7e6;
}













