@charset "utf-8";
/* Css Document */
*, *:after, *:before{ box-sizing:border-box; -webkit-box-sizing:border-box;}
html{ font-family:"Noto Sans CJK SC","PingFang SC","Microsoft YaHei"; font-size:14px; color:#333; line-height:24px;}
html{ -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;}
body{ width:expression(document.body.clientWidth <= 1200? "1200px": "auto"); min-width:1200px;}
body,div,ul,li,dl,dt,dd,ol,form,a,span,p,h1,h2,h3,h4,h5,h6,label,table,tbody,tr,th,td,object,iframe,icon{ margin:0; padding:0;}
img{ border:none; vertical-align:bottom;}
ul,li{ list-style-type:none;}
a{ color:#333; text-decoration:none; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out;}
a:hover{ color:#00b0f0; text-decoration:none;}
a{ outline: none;}
a:active{ star:expression(this.onFocus=this.blur());}
:focus{ outline:0;}
.clear{ width:0; height:0; padding:0; margin:0; clear:both;}
.main{ width:1200px; margin:auto;}

/* Css Heard */
.db-bg{ width:100%; height:88px; background-color:#0070c0;}
.db-lg{ float:left; width:136px; height:42px; background:url(../Images/logo.png) no-repeat; margin-top:24px;}
.db-lg a{ display:block; width:100%; height:100%;}
.db-tb{ float:right;}
.db-tb a{ display:block; width:34px; height:34px; border:1px solid #fff; margin-top:27px; margin-left:25px; background:url(../Images/map.png) no-repeat center; -webkit-border-radius:50%; border-radius:50%;}
.db-tb a:hover{ border:1px solid #00b0f0; background-color:#00b0f0;}
.db-ls{ float:right;}
.db-ls>ul>li{ float:left; position:relative;}
.db-ls>ul>li>a{ display:block; height:88px; line-height:88px; font-family:"经典平黑简","Noto Sans CJK SC","PingFang SC","Microsoft YaHei"; font-size:18px; color:#fff; padding:0 25px;}
.db-ls>ul>li:hover>a{ background-color:#00b0f0;}
.db-ls ul li dl{ position:absolute; left:0; top:88px; z-index:10; width:100%; height:0; background-color:#00b0f0; overflow:hidden; opacity:0; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; -webkit-border-bottom-left-radius:5px; -webkit-border-bottom-right-radius:5px; border-bottom-left-radius:5px; border-bottom-right-radius:5px; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out;}
.db-ls ul li:hover dl{ height:150px; opacity:1; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=1); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=1)";}
.db-ls ul li:hover dl.ns{ height:120px;}
.db-ls ul li dl a{ display:block; width:100%; height:30px; line-height:30px; font-size:15px; color:#fff; padding-left:25px;}
.db-ls ul li dl a:hover{ background-color:#0070c0;}

/* Css Bottom */
.bt-bg{ width:100%; height:auto; background-color:#1f1f1f;}
.bt-lb{ width:1200px; margin:auto; padding:50px 0 30px;}
.bt-ls{ float:left; overflow:hidden;}
.bt-ls ul li{ float:left; margin-right:120px;}
.bt-ls ul li a{ display:block; color:#888; line-height:28px;}
.bt-ls ul li a:nth-of-type(1){ font-family:"经典平黑简","Noto Sans CJK SC","PingFang SC","Microsoft YaHei"; font-size:18px; color:#00b0f0; margin-bottom:5px;}
.bt-ls ul li a:hover{ color:#00b0f0;}
.bt-ig{ float:right; overflow:hidden;}
.bt-ig ul li{ float:left; margin-left:20px; font-family:"经典平黑简","Noto Sans CJK SC","PingFang SC","Microsoft YaHei"; color:#fff; text-align:center;}
.bt-ig ul li img{ display:block; width:100px; height:100px; margin-top:10px;}
.bt-cy{ margin-top:30px; font-size:12px; color:#888; text-align:center;}
.bt-cy span{ font-family:Arial;}