/* CSS Document */
*{margin: 0px; padding: 0px;}

ul{list-style:none;}

img{border:0px;}

.c{clear:both; height:0px; font-size:1px; line-height:0px;float:none;}
.l{float: left;}
.r{float: right;}
.bgw{background: #fff;}

a{
	text-decoration: none;
}

body{
	font-size: 14px;
	font-family: "微软雅黑";
	background: #f2f2f2;
}


/*头部样式*/
#header>.top{
	height: 40px;
	line-height: 40px;
	background: #2c3e50;
	color: #1dd2af;
}

#header>.top .T_tel{
	margin-right:26px
}

#header>.top b{
	font-weight: normal;
	color: #fff;
}

#header>.nav{
	border-top: 1px solid #e0dfdf;
	height: 93px;
	background: #fff;
	z-index: 99999;
	position: relative;
}

#header>.nav .logo{
	width: 200px;
	height: 93px;
	background: url(/images/logo.png) left center no-repeat;
}

#header>.nav .r>li{
	float: right;
	width: 94px;
	margin: 0px 10px;
	z-index: 99999;
}

#header>.nav .r>li>a{
	font-size: 15px;
	color: #000;
	text-align: center;
	display: block;
	height: 94px;
	line-height: 93px;
}

#header>.nav .r>li>a:hover, #header>.nav .r>li.now>a, #header>.nav .r>li.nowLink>a{
	background: #f9f9f9;
	height: 91px;
	border-bottom: 3px solid #d88500;
}

#header>.nav .r>li>ul{
	line-height: 36px;
	font-size: 14px;
	display: none;
	position: relative;
}

#header>.nav .r>li>ul>li{
	background: #fff;
	width: 140px;
}

#header>.nav .r>li>ul>li>a{
	color: #000;
	display: block;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
}

#header>.nav .r>li>ul>li>a:hover{
	color: #d88500;
}

#header>.nav .r>li>ul>li>a.arrow{
	color: #d88500;
	background: url(/images/arrow.png) no-repeat 120px 15px;
}

#header>.nav .r>li>ul{
	background-color: #fff;
}

#header>.nav .r>li>ul>.firstli{
	height: 0px;
	width: 94px;
	background: #f9f9f9;
	border-bottom: 3px solid #d88500;
}

#header>.nav .r>li>ul>li ul{
	background: #fff;
	width: 139px;
	display: none;
	position: absolute;
	left: 140px;
	top: 3px;
	padding: 10px 0px;
}

#header>.nav .r>li>ul>li ul li{
	border-left: 1px solid #d88500;
	text-indent: 20px;
}


#header>.nav .r>li>ul>li ul li a{
	color: #000;
}

#header>.nav .r>li>ul>li ul li a:hover{
	color: #d88500;
}

#header .banner{
	height: 480px;
	position: relative;
}

#header .banner #slides {
	height: 480px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

#header .banner #slides li {
	display: block;
	height: 100%;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

#header .banner #pagination {
    display: block;
    left: 50%;
    list-style: outside none none;
    margin: 0;
    padding: 5px 15px 5px 0;
    position: absolute;
    top: 440px;
    z-index: 9900;
}

#header .banner #pagination li {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    float: left;
    height: 10px;
    list-style: outside none none;
    margin-left: 15px;
    width: 10px;
}

#header .banner #pagination li a {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    width: 100%;
}

#header .banner #pagination li.current {
    background: #0092ce none repeat scroll 0 0;
}


#header .littlebanner{
	height: 300px;
}

#header .littlebanner #slides {
	height: 300px;
}

#header .littlebanner #pagination {
    top: 260px;
}

#header>.locations{
	background: #fff;
}

#header>.locations .main{
	padding-top: 40px;
}

#header>.locations .column{
	background-repeat: no-repeat;
	background-position: center;
}

#header>.locations .cn{
	line-height:35px;
	font-size: 31px;
	text-align: center; 
	font-weight: bold;
	letter-spacing: 2px;
}

#header>.locations .en{
	text-align: center;
	margin: 0px auto;
	border-collapse: collapse;
	line-height: 35px;
	font-size: 17px;
	color: #666;
}

#header>.locations .en td{
	padding: 0px 28px;
}

#header>.locations .bg{
	padding: 0;
	width: 120px;
}

#header>.locations .l{
	width: 45%;
	margin-left: 50%;
	height: 340px;
	display: table;
}

#header>.locations .l div{
	display: table-cell;
	vertical-align: middle;
	line-height: 30px;
	font-size: 14px;
	color: #505050;
}

#header>.locations .bg hr{
	margin-top: 17px 0;
	padding:0;
	border: 0;
	border-top: 1px solid #666;
}

#header>.locations .bread{
	line-height: 46px;
	color: #7c7c7c;
}

#header>.locations .bread li{
	display: inline-block;
	color: #2c3e50;
	font-size: 14px;
}

#header>.locations .bread li a{
	color: #7c7c7c;
}

#header>.locations .columns{
	height: 94px;
	width: 1200px;
	background: #e4e4e4;
}

#header>.locations .columns li{
	margin: 0px;
	padding: 0px;
	height: 94px;
	float: left;
	line-height: 94px;
	width: 181px;
	text-align: center;
	font-size: 23px;
}

#header>.locations .columns li a, #header>.locations .columns li span{
	color: #2c3e50;	
	border-left: 1px solid #a6a6a6;
	line-height: 78px;
	height: 78px;
	margin-top: 8px;
	display: inline-block;
	width: 100%;
}

#header>.locations .columns li.noborder a, #header>.locations .columns li.noborder span{
	border: 0;
	background: url(/images/triangle.png) no-repeat left center;
}

#header>.locations .columns li a:hover, #header>.locations .columns li span{
	color: #d88500;	
}

#header>.locations .columns li.top{
	width: 259px;
	background: #2c3e50;
	text-align: center;
	font-size: 31px;
	color: #fff;
}

#header>.locations .columns li.c{
	height: 0px;
}

/*中间样式*/

.main{
	width: 1200px;
	margin: 0px auto;
}

/*脚部样式*/
#footer{ 
	padding: 20px 0px;
	background: #fff;
	border-top: 1px solid #ccc;
}

#footer .l{
	width: 930px;
	height: 104px;
}

#footer .l .footLinks{
	font-size: 14px;
}

#footer .l .footLinks li{
	display: inline-block;
}

#footer .l .footLinks a{
	display: inline-block;
	margin: 15px 0px;
	width: 88px;
	height: 14px;
	line-height: 14px;
	border-left: 1px solid #b2b2b2;
	text-align: center;
	color: #666;
}

#footer .l .footLinks a:hover{
	color: #d88500;
}

#footer .l .footLinks li.noborder a{
	width: 74px;
	text-align: left;
	border: 0;
}

#footer .l .copyInfo{
	color: #4d4d4d;
	line-height: 26px;
}

#footer .r{
	width: 260px;
	height: 104px;
	text-align: center;
}