*{margin: 0; padding: 0; border: 0; box-sizing:border-box;}
body{margin: 0; padding: 0; /*background: url(../images/body-bg.jpg) center;*/ font-family: "Microsoft YaHei"; min-width: 1200px;}
ul{margin: 0; padding: 0; list-style: none;}
a{text-decoration: none;}
table { border-collapse:collapse; border-spacing:0; }
button{font-family: "Microsoft YaHei"}
h1,h2,h3,h4,h5,h6{font-weight: 400;}
.fl{float: left;}
.fr{float: right;}
.bian{
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
	-moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
	-o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

/* 顶部title */
.top{width: 100%; height: 38px; background: url(../images/top-bg.png);}
.top .con{width: 1200px; height: 38px; line-height: 38px; color: #fff; color: #fff; margin: 0 auto;}
.top .con .fl{font-size: 14px;}
.top .con .fr{background: url(../images/tel.png) no-repeat; padding-left: 38px; font-size: 22px;} 

/* 导航 */
.nav-bg{width: 1200px; height: 90px; margin: 0 auto; /*padding: 0 60px;*/}
.nav-bg .logo img {width: 300px; margin-top: 17px;}
.logo{width: 106px; height: 90px;}
.nav{width: 840px; height: 90px; margin: 0 auto;}
.nav ul li{width: 120px; height: 90px; float: left; line-height: 90px; font-size: 16px; color: #333;}
.nav ul li a{ display:block; width:120px; font-size: 16px; line-height:90px; text-align:center; color: #333;}
.nav ul li a:hover{ color:#fff; background: url(../images/nav-bg.png);}
.erji{ width:120px; padding:0; overflow: hidden; position: relative; z-index:10000;}
.nav ul li .erji li{height: 45px; width: 120px; border-radius: 0 0 6px 6px; background: #fff; line-height: 45px; margin-bottom: 1px; overflow: hidden;}
.nav ul li .erji li a{ display:block; width:120px; margin:0px; padding:0px; height:45px; line-height:45px;color: #333;font-size: 16px;text-align:center;}
.nav ul li .erji li a:hover{background:#6cabce;color: #fff;}
.nav ul li .erji dt{height: 45px; width: 120px; border-radius: 0 0 6px 6px; background: #fff; line-height: 45px; margin-bottom: 1px; overflow: hidden;}
.nav ul li .erji dt a{ display:block; width:120px; margin:0px; padding:0px; height:45px; line-height:45px;color: #333;font-size: 16px;text-align:center;}
.nav ul li .erji dt a:hover{background:#6cabce;color: #fff;}
