@charset "utf-8";
/* CSS Document */
/* 全局CSS定义 */
body{font-family: Arial 'microsoft Yahei';text-align:center;margin:0 auto;padding:0;background:#FFF;font-size:0;color:#333;}
body > div{text-align:center;margin-right:auto;margin-left:auto;}
div,form,ul,ol,li,span,p{margin:0;padding:0;border:0;}
img,a img{border:0;margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-size:12px;font-weight:normal;}
ul,ol,li{list-style:none}
table,td,input{font-size:12px;padding:0}
p{font-size:12px;}
/* 默认链接颜色 */
a{outline-style:none;color:#333;text-decoration:none}
a:hover{color:#ED1B24;}
.clearfix:after {visibility:hidden;display:block;content:"";clear:both;height:0;}

/*清除链接虚框*/
/*a,area {blr:expression(this.onFocus=this.blur()) } for IE
:focus {-moz-outline-style: none; } for Firefox
*/
html,body{}
::-webkit-scrollbar {width: 14px; height: 14px;;}
::-webkit-scrollbar-track,::-webkit-scrollbar-thumb { border-radius:999px; border:5px solid transparent;}
::-webkit-scrollbar-track { box-shadow:1px 1px 5px rgba(0,0,0,0.2) inset;}
::-webkit-scrollbar-thumb { min-height:20px; background-clip: content-box; box-shadow:0 0 0 5px rgba(0,0,0,0.2) inset;}
::-webkit-scrollbar-thumb:hover{box-shadow:0 0 0 5px rgba(40,188,250,0.5) inset;}
::-webkit-scrollbar-corner { background:transparent;}
body{min-width:1200px;}
.wrap{ width:1200px; text-align:left; margin:0 auto; position:relative;}
.top{ text-align:left; background:#fff; position:relative;min-width:1200px;}
.top img{ width:420px; height:60px; padding:20px 0;}
.content{text-align: center; height: 552px;background:#00c3e0;}
.content .wrap{ height: 552px; }
.content .bg{height: 552px; width: 1024px; position: absolute; top: 0; left:-200px; background:#00c3e0 url(images/bg.jpg) top center no-repeat;}
.content .tip{height:225px; width: 326px; position: absolute; top: 80px; right:20px;}
.list{height: 120px; position: absolute; bottom: 30px; right: 0;}
.list ul{ width: 480px; margin:0 auto;}
.list ul li{ float:left; width:120px;cursor:pointer; text-align: center;}
.list ul li img{ height:80px; width:80px;}
.list ul li p{font:18px/40px 'microsoft Yahei';  text-align:center;  color:#fff; }
.list ul li p a{color:#fff;}
.about{ display:none; position:relative; height:380px; width:660px; position:fixed; top:-400px; left:50%;margin:-200px 0 0 -330px; padding: 10px 0; background:#fff; z-index:1001;}
.about div{ height:340px; width:590px; overflow: auto; padding: 20px 30px 20px 40px;}
.about i{ position:absolute; top:0; right:-60px; height:60px; width:60px; background:url(images/close.png) no-repeat; background-size:cover; cursor:pointer; z-index:102;}
.about img{margin:18px 20px 10px 0; width:280px; height:auto; float:left; border-radius:10px;}
.about p{ text-align:justify; text-indent:2em; font:14px/28px 'microsoft Yahei'; color:#666; margin:10px auto;}
.ewm{ display:none; position:relative; height:400px; width:300px; position:fixed; top:-400px; left:50%;margin:-200px 0 0 -150px;z-index:1001;}
.ewm i{ position:absolute; top:0; right:-60px; height:60px; width:60px; background:url(images/close.png) no-repeat; background-size:cover; cursor:pointer; z-index:102;}
.ewm img{width:300px; height:400px; }
.video{ display:none; position:fixed; width:848px; height:480px; top:-400px; left:50%;margin:-240px 0 0 -424px;z-index:11; background:none; _position:absolute; _top: expression(documentElement.scrollTop + "px"); font-size:12px;}
.video i{ position:absolute; top:0; right:-60px; height:60px; width:60px; background:url(images/close.png) no-repeat; background-size:cover; cursor:pointer; z-index:102;}

.blockCover{ display:none; z-index:10; position:fixed; top:0; left:0; height:100%; width:100%; background:#000; _position: absolute; _height:710px;}
.bottom{ text-align:center; padding:20px 0;}
.bottom p{font-size:14px; line-height:24px; font:14px/24px 'microsoft Yahei'; color:#555; }