﻿/* 通用CSS代码 */
*{box-sizing: border-box;}
body{font-size:12px; font-family:"微软雅黑"; padding:0px; margin:0px; -webkit-text-size-adjust:none;}
div,li,td{padding:0px; margin:0px}
ul{list-style-type:none; padding:0px; margin:0px}
a{text-decoration:none; color:#333333}a:hover{text-decoration:underline; color:#FF0000}
a img{border:0}
form{margin:0px; padding:0px}
.hide{display:none}.gry{color: #666;}.red{color: #f00;}.clear{clear: both;}
.body ,.head{margin:auto; width:1200px; clear:both;}



/* 头部CSS代码 */
.head{height: 90px;}
.head div{float: left; width:470px; height: 90px; padding-top:25px;}
.head ul{float: left; width:730px;}
.head ul li{float: left; width:104px;}
.head ul li a{display: block; height: 90px; line-height: 70px; border-top: 10px solid #fff; text-align: center; font-size: 15px;}
.head ul li a.on{background-color: #fff; border-top: 10px solid #fff; color: #ff0000; font-weight: bold;}
.head ul li a:hover{text-decoration:none;}
/*.head ul li a:hover{background-color: #fff; border-top: 10px solid #fff; color: #ff0000; font-weight: bold; text-decoration: none;}*/

.banner{margin:auto; width:100%; text-align: center;}
.state{margin:auto; width:100%; height: 75px; border-bottom: 1px solid #ddd; background-color: #f0f0f0;}
.state h2{float: left; width:120px; height: 40px; line-height: 40px; text-align: center; margin:17px 0 0 0; background-color: #cf4421; color: #fff; font-weight: bold; font-size: 14px;}
.state span{float: left; width:1080px; text-align: right; line-height: 74px; font-size: 14px; color: #333;}

.child-tle{float: left; width:100%; font-family: "微软雅黑";}
.child-tle p{margin:100px 0 35px 0; text-align: center; font-size: 60px;}
.child-tle span{display: block; height: 44px; line-height: 44px; text-align: center; background: url("../images/aboutUs-bg.jpg") no-repeat center center; font-size: 16px;}


/* 左侧/右侧通用CSS代码 */


/* 尾部CSS代码 */
.foot{margin:auto; width:100%; background-color: #333; padding:80px 0 50px 0;}
.ewm{float: right; width:120px;}
.ewm p{display: block; height: 30px; line-height: 30px; margin:0; text-align: center; color: #666;}
.foot-nav{float:left; width:900px; padding-bottom: 30px;}
.foot-nav li{float:left; width:100px; height: 30px; line-height: 30px;}
.foot-nav li a{color: #999; font-weight: bold;}
.foot-nav li a:hover{color: #fff; text-decoration: none;}
.btm1 ,.btm2{float:left; width:900px; height:30px; line-height: 30px; color: #666;}
.btm1 a ,.btm2 a{color: #666;}