/* css全局公用样式 */
* {font-style: normal;font: 16px/24px;
	font-family: Arial,"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu,  Helvetica, sans-serif;
	box-sizing: border-box;
}
body {width: 100%;height: 100%;}
html {min-width: 1500px;overflow-x: hidden; overflow-y: auto;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote,th,td,p {
	margin: 0;padding: 0;}
ol,ul,li {list-style: none;}
img {border: 0;vertical-align: middle;}
a {color: inherit;text-decoration: none;}
a:hover {text-decoration: none;}
input,button,select,textarea {outline: none;}

.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.block {display: block;}
.i-block{display: inline-block;}
.i-block-m{display: inline-block;vertical-align: middle;}
.center{text-align: center;}

.w1200 {width: 1200px;margin: 0 auto;}
.w1440 {width: 1440px;margin: 0 auto;}

/* 转化为表格 单元格居中 */
.dis-table{display: table;width: 100%;height: 100%;}
.dis-cell{display: table-cell;}
.dis-cell-middle{display: table-cell;vertical-align: middle;}


/* 顶部菜单样式 */
#header{height: 80px;background-color: #fff;position: relative;z-index: 3;}
#header .logo{line-height: 80px;}

#header .search {margin: 15px auto;background: #f3efec url(../img/search.png) no-repeat 13px center;padding-left: 40px;border-radius: 5px;border-top-right-radius: 0;border-bottom-right-radius: 0;font-size: 14px;border: 1px solid #d8dce0;border-right: none;}
#header .search input{border: none;width: 149px;line-height: 48px;outline: none;background: none;}
#header .search input::-webkit-input-placeholder {color: #999999;font-size: 14px;}
#header .search button{width: 60px;line-height: 50px;border-radius: 5px;border: none;border-top-left-radius: 0;border-bottom-left-radius: 0;outline: none;background: #ff4000 url(../img/gradientbj.png);background;color: #fff;cursor: pointer;}

/* 菜单css */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.navBar{color:#000;}
.nav{margin: 15px 40px;font-size: 0;}
.nav .m{display: inline-block;text-align:center;}
.nav h3{font-weight:normal;font-size:16px;line-height: 50px;padding: 0 25px;}
.nav .on h3{background: #ff4000 url(../img/gradientbj.png);background-size: 100% 100%;}
.nav .on h3 a{color:#fff;}

.nav .sub{ display:none; /*默认隐藏*/ width:100%;padding:10px 0;position:absolute; left:0; top:80px;background:#eee;font-size:16px;line-height:30px; }
.nav .sub dl{display:inline-block; zoom:1;vertical-align:top;padding:15px 29px;line-height:26px;text-align: left;}
.nav .sub dl a:hover{color:#ff4000;}
.nav .sub dl dt a{ color:#000;line-height: 40px;padding-left: 10px;border-left: 3px solid #ff4000;}
.nav .sub dl dd a{ color:#777;line-height: 30px;padding-left: 13px;}
/* 菜单css */

#main{position: relative;z-index: 2;}

	

/* 尾部样式 */
#footer{color: #fff;font-size: 18px;line-height: 24px;position: relative;z-index: 1;}
#footer .footer-t{background: #3d3d3d url(../img/footerbj.jpg) top center;padding: 30px 0;}
#footer .footer-t .logo{width: 280px;}
#footer .footer-t .map{border: 1px solid #646263;border-top: none;border-bottom: none;padding-left: 40px;margin-left: 40px;}
#footer .footer-t h3{font-size: 24px;color: #e5bba8;margin-bottom: 40px;}
#footer .footer-t .map li{display: inline-block;width: 48%;}
#footer .footer-t .Bus{padding-left: 40px;min-width: 750px;}
#footer .footer-t .Bus .tel{color: #e5bba8;}
#footer .footer-t .Bus-l{width: 330px;}
#footer .footer-t .Bus-r{width: 380px;}
#footer .footer-t .Bus-l .faxtel{position: relative;}
#footer .footer-t .Bus-l .faxtel .iconphone{position: absolute;bottom: 5px;left: 170px;}

#footer .footer-b{background: #444444;text-align: center;line-height: 60px;}
#footer .footer-b span{margin: 0 20px;font-size: 16px;}
#footer .footer-b span a{text-decoration:underline;}