html, body { position: relative; height: 100%;}
ul { list-style-type:none;}
li { list-style-type:none;}
img {border:none;}
a{blr:expression(this.onFocus=this.blur());outline:none; text-decoration:none; color:#000;cursor: pointer;}
body{ margin: 0; padding: 0;  font-size:12px; font-family: "Microsoft Yahei","微软雅黑","STHeiti Light","华文细黑","SimSun","宋体",Arial,sans-serif}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,img,dl,dt,dd,table,th,td,blockquote,fieldset,div,strong,label,em{ margin:0; border:0; padding:0;}
input,button{margin:0;font-size:12px;vertical-align:middle;}
.cls{ clear:both; height:0px; line-height:0px; width:100%; margin:0 auto; font-size:0px;}
.cleft{ float: left;}
.cright{ float: right;}
/* 头部 */

.index_notice_outer{
    width: 100%;
    height: 100px;
    background: url("../images/index/notice.jpg") 0 0 no-repeat;
}
.index_notice img{
    float: right;
    margin: 35px 30px 0 0;
}
.header{ width: 100%; position: fixed; top: 0px; left: 0px; z-index: 999;}
.header_top{ width: 100%; height: 30px; background: #1E1B29; line-height: 30px;min-width: 980px;}
.header_center{max-width: 1200px; margin: 0 auto;overflow: hidden;}
.header_top_left{ float: left;}
.header_top_left span{ color: #fff; padding-right: 20px;   }
.header_top_right{ float: right; color: #fff;padding-right: 15px;background:url(../images/index/sanjiao_down.png) no-repeat right 13px/7px;
    height: 30px;position: relative;z-index: 10;text-align: center;padding-left: 10px;}
.header_top_right:hover{background-image:url(../images/index/sanjiao.png);height: 160px;}
.header_top_right a{ color: #fff; padding: 0 5px;display: block;text-align: right}
.header_top_right a + a {background: #fff;color: #333;padding: 10px 20px;box-shadow: 0  2px 3px 0  rgba(0,0,0,.2);font-size: 14px;text-align: center;}
.header_top_right a:hover{ color: #00bbee;}
.header_top_right a img{vertical-align: sub;margin-right: 4px;}
.clearfix:before,.clearfix:after{
    content: "";
    display: inline-block;
    height: 0;
    line-height:0;
    font-size:0;
    visibility: hidden;
    clear: both;
}

/* 导航开始 */
.nav_box{ width: 100%; height: 75px; background: rgba(255,255,255,0.9); line-height: 75px; }
.nav_center{max-width: 1200px;min-width: 1000px; margin: 0 auto;}
.logo{ width: 149px; height: 75px; background: url(../images/logo.png) no-repeat center; float: left;}
.logo a{ width: 100%; height: 100%; display: block;}
.nav{float: right; min-width: 600px;}
.nav .channel{  width: 120px; text-align:center; position:relative; box-sizing: border-box;float: right}
/* .nav .shi{  width: 160px; text-align:center; position:relative; box-sizing: border-box;float: right} */
.nav li a{ font-size: 16px; color: #515151; cursor:default; height: 75px; display: block;}
.nav li a.shi{font-size: 12px;}
.nav li div a{display:block; width: 100%; height: 40px; line-height: 40px;}
.nav li div a:hover{ color: #1B9AF7; background: #F7F7F7;}
.channel .downlist{
    width: 100%;
    background: #fff;
    position: absolute;
    top: 58px;
    left: -1px;
    display: none;
    max-height:0;
    -webkit-transition:max-height 5s 0s ease-in-out;
    -moz-transition:max-height 5s 0s ease-in-out;
    -o-transition:max-height 5s 0s ease-in-out;
    -ms-transition:max-height 5s 0s ease-in-out;
    transition:max-height 5s 0s ease-in-out;
    -webkit-transform-origin:50% 0;
    -moz-transform-origin:50% 0;
    -o-transform-origin:50% 0;
    -ms-transform-origin:50% 0;
    transform-origin:50% 0
}
.channel .downlist a{ cursor:pointer;}

.channel:hover{
    border-top: 3px solid #1B9AF7;
    line-height: 70px;
    height: 75px;
    background: #ffffff;
}
.channel:hover>a{
    color: #1B9AF7;
}
.hover .downlist{
    border: 1px solid #F7F7F7;
    border-top: 0;
    display:block;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    max-height:999px;
    -moz-transform:scaleY(1);
    -ms-transform:scaleY(1);
    -o-transform:scaleY(1);
    -webkit-transform:scaleY(1);
    transform:scaleY(1);
    -moz-animation:slideDown .5s ease-in-out;
    -o-animation:slideDown .5s ease-in-out;
    -ms-animation:slideDown .5s ease-in-out;
    -webkit-animation:slideDown .5s ease-in-out;
    animation:slideDown .5s ease-in-out;
}
@-webkit-keyframes slideDown{
    0%{-webkit-transform:scaleY(0.1);transform:scaleY(0.1)}
    40%{-webkit-transform:scaleY(1.04);transform:scaleY(1.04)}
    60%{-webkit-transform:scaleY(0.98);transform:scaleY(0.98)}
    80%{-webkit-transform:scaleY(1.02);transform:scaleY(1.02)}
    100%{-webkit-transform:scaleY(1);transform:scaleY(1)}
}
@-moz-keyframes slideDown{
    0%{-webkit-transform:scaleY(0.1);transform:scaleY(0.1)}
    40%{-webkit-transform:scaleY(1.04);transform:scaleY(1.04)}
    60%{-webkit-transform:scaleY(0.98);transform:scaleY(0.98)}
    80%{-webkit-transform:scaleY(1.02);transform:scaleY(1.02)}
    100%{-webkit-transform:scaleY(1);transform:scaleY(1)}
}
@-o-keyframes slideDown{
    0%{-webkit-transform:scaleY(0.1);transform:scaleY(0.1)}
    40%{-webkit-transform:scaleY(1.04);transform:scaleY(1.04)}
    60%{-webkit-transform:scaleY(0.98);transform:scaleY(0.98)}
    80%{-webkit-transform:scaleY(1.02);transform:scaleY(1.02)}
    100%{-webkit-transform:scaleY(1);transform:scaleY(1)}
}
@-ms-keyframes slideDown{
    0%{-webkit-transform:scaleY(0.1);transform:scaleY(0.1)}
    40%{-webkit-transform:scaleY(1.04);transform:scaleY(1.04)}
    60%{-webkit-transform:scaleY(0.98);transform:scaleY(0.98)}
    80%{-webkit-transform:scaleY(1.02);transform:scaleY(1.02)}
    100%{-webkit-transform:scaleY(1);transform:scaleY(1)}
}
@keyframes slideDown{
    0%{-moz-transform:scaleY(0.1);-ms-transform:scaleY(0.1);-o-transform:scaleY(0.1);-webkit-transform:scaleY(0.1);transform:scaleY(0.1)}
    40%{-moz-transform:scaleY(1.04);-ms-transform:scaleY(1.04);-o-transform:scaleY(1.04);-webkit-transform:scaleY(1.04);transform:scaleY(1.04)}
    60%{-moz-transform:scaleY(0.98);-ms-transform:scaleY(0.98);-o-transform:scaleY(0.98);-webkit-transform:scaleY(0.98);transform:scaleY(0.98)}
    80%{-moz-transform:scaleY(1.02);-ms-transform:scaleY(1.02);-o-transform:scaleY(1.02);-webkit-transform:scaleY(1.02);transform:scaleY(1.02)}
    100%{-moz-transform:scaleY(1);-ms-transform:scaleY(1);-o-transform:scaleY(1);-webkit-transform:scaleY(1);transform:scaleY(1)}
}

/* 导航结束 */


/* 底部 */
.footer{ width: 100%; height: auto; overflow: hidden; background: #1e1b29; padding: 20px 0px 40px 0px;min-width:1200px;position:relative;z-index:999;}
.footer_c{ width: 1200px; height: auto; margin: 0 auto; overflow: hidden;}
.yh{ width: 800px; float: left; overflow: hidden;}
.yh dt{ width: 100%; height: 40px; background: url(../images/bq-wz.png) left center no-repeat; line-height: 9999em;}
.yh dd{ float: left; padding-right: 15px; margin-top: 20px;}
.yh dd a{ display: block; height: 23px;}
.yh_dd1{ width: 20px;  background: url(../images/yh1.png) 0px 0px no-repeat;}
.yh_dd2{ width: 20px;  background: url(../images/yh1.png) -40px 0px no-repeat;}
.yh_dd3{ width: 20px;  background: url(../images/yh1.png) -80px 0px no-repeat;}
.yh_dd4{ width: 22px;  background: url(../images/yh1.png) -120px 0px no-repeat;}
.yh_dd5{ width: 22px;  background: url(../images/yh1.png) -160px 0px no-repeat;}
.yh_dd6{ width: 22px;  background: url(../images/yh1.png) -200px 0px no-repeat;}
.yh_dd7{ width: 22px;  background: url(../images/yh1.png) -240px 0px no-repeat;}
.yh_dd8{ width: 22px;  background: url(../images/yh1.png) -280px 0px no-repeat;}
.yh_dd9{ width: 22px;  background: url(../images/yh1.png) -320px 0px no-repeat;}
.yh_dd10{ width: 22px;  background: url(../images/yh1.png) -360px 0px no-repeat;}
.yh_dd11{ width: 20px;  background: url(../images/yh1.png) -395px 0px no-repeat;}
.yh_dd12{ width: 22px;  background: url(../images/yh1.png) -435px 0px no-repeat;}
.yh_dd13{ width: 23px;  background: url(../images/yh1.png) -478px 0px no-repeat;}
.yh_dd14{ width: 22px;  background: url(../images/yh1.png) -515px 0px no-repeat;}
.yh_dd15{ width: 32px;  background: url(../images/yh1.png) -550px 0px no-repeat;}
.yh_dd16{ width: 22px;  background: url(../images/yh1.png) -605px 0px no-repeat;}
.yh_dd17{ width: 22px;  background: url(../images/yh1.png) -645px 0px no-repeat;}
.yh_dd18{ width: 22px;  background: url(../images/yh1.png) -685px 0px no-repeat;}
.yh_dd19{ width: 22px;  background: url(../images/yh1.png) -725px 0px no-repeat;}
.yh_dd20{ width: 22px;  background: url(../images/yh1.png) -765px 0px no-repeat;}
.yh_dd21{ width: 22px;  background: url(../images/yh1.png) -805px 0px no-repeat;}
.yh_dd22{ width: 20px;  background:url(../images/yh1.png) 0px -38px no-repeat;}
.yh_dd23{ width: 20px;  background:url(../images/yh1.png) -40px -38px no-repeat;}
.yh_dd24{ width: 20px;  background:url(../images/yh1.png) -80px -38px no-repeat;}
.yh_dd25{ width: 20px;  background:url(../images/yh1.png) -122px -38px no-repeat;}
.yh_dd26{ width: 22px;  background:url(../images/yh1.png) -160px -38px no-repeat;}
.yh_dd27{ width: 22px;  background:url(../images/yh1.png) -200px -38px no-repeat;}
.yh_dd28{ width: 22px;  background:url(../images/yh1.png) -240px -38px no-repeat;}
.yh_dd29{ width: 22px;  background:url(../images/yh1.png) -282px -38px no-repeat;}
.yh_dd30{ width: 22px;  background:url(../images/yh1.png) -320px -38px no-repeat;}
.yh_dd31{ width: 20px;  background:url(../images/yh1.png) -360px -38px no-repeat;}
.yh_dd32{ width: 25px;  background:url(../images/yh1.png) -395px -38px no-repeat;}
.yh_dd33{ width: 22px;  background:url(../images/yh1.png) -440px -38px no-repeat;}
.yh_dd34{ width: 18px;  background:url(../images/yh1.png) -478px -38px no-repeat;}
.yh_dd35{ width: 20px;  background:url(../images/yh1.png) -517px -38px no-repeat;}
.yh_dd36{ width: 20px;  background:url(../images/yh1.png) -566px -38px no-repeat;}
.yh_dd37{ width: 30px;  background:url(../images/yh1.png) -601px -38px no-repeat;}
.yh_dd38{ width: 24px;  background:url(../images/yh1.png) -645px -38px no-repeat;}
.yh_dd39{ width: 32px;  background:url(../images/yh1.png) -685px -38px no-repeat;}
.yh_dd40{ width: 28px;  background:url(../images/yh1.png) -729px -38px no-repeat;}
.yh_dd41{ width: 18px;  background:url(../images/yh1.png) -770px -41px no-repeat;}
.yh_dd42{ width: 20px;  background:url(../images/yh1.png) -807px -40px no-repeat;}
.yh_dd1:hover{ width: 20px; background: url(../images/yh2.png) 0px 0px no-repeat;}
.yh_dd2:hover{ width: 20px; background: url(../images/yh2.png) -40px 0px no-repeat;}
.yh_dd3:hover{ width: 20px; background: url(../images/yh2.png) -80px 0px no-repeat;}
.yh_dd4:hover{ width: 22px; background: url(../images/yh2.png) -120px 0px no-repeat;}
.yh_dd5:hover{ width: 22px; background: url(../images/yh2.png) -160px 0px no-repeat;}
.yh_dd6:hover{ width: 22px; background: url(../images/yh2.png) -200px 0px no-repeat;}
.yh_dd7:hover{ width: 22px; background: url(../images/yh2.png) -240px 0px no-repeat;}
.yh_dd8:hover{ width: 22px; background: url(../images/yh2.png) -280px 0px no-repeat;}
.yh_dd9:hover{ width: 22px; background: url(../images/yh2.png) -320px 0px no-repeat;}
.yh_dd10:hover{ width: 22px; background: url(../images/yh2.png) -360px 0px no-repeat;}
.yh_dd11:hover{ width: 20px; background: url(../images/yh2.png) -395px 0px no-repeat;}
.yh_dd12:hover{ width: 22px; background: url(../images/yh2.png) -435px 0px no-repeat;}
.yh_dd13:hover{ width: 23px; background: url(../images/yh2.png) -478px 0px no-repeat;}
.yh_dd14:hover{ width: 22px; background: url(../images/yh2.png) -515px 0px no-repeat;}
.yh_dd15:hover{ width: 32px; background: url(../images/yh2.png) -550px 0px no-repeat;}
.yh_dd16:hover{ width: 22px; background: url(../images/yh2.png) -605px 0px no-repeat;}
.yh_dd17:hover{ width: 22px; background: url(../images/yh2.png) -645px 0px no-repeat;}
.yh_dd18:hover{ width: 22px; background: url(../images/yh2.png) -685px 0px no-repeat;}
.yh_dd19:hover{ width: 22px; background: url(../images/yh2.png) -725px 0px no-repeat;}
.yh_dd20:hover{ width: 22px; background: url(../images/yh2.png) -765px 0px no-repeat;}
.yh_dd21:hover{ width: 22px; background: url(../images/yh2.png) -805px 0px no-repeat;}
.yh_dd22:hover{ width: 20px; background:url(../images/yh2.png) 0 -38px no-repeat;}
.yh_dd23:hover{ width: 20px; background:url(../images/yh2.png) -40px -38px no-repeat;}
.yh_dd24:hover{ width: 20px; background:url(../images/yh2.png) -80px -38px no-repeat;}
.yh_dd25:hover{ width: 20px; background:url(../images/yh2.png) -122px -38px no-repeat;}
.yh_dd26:hover{ width: 22px;background: url(../images/yh2.png) -160px -38px no-repeat;}
.yh_dd27:hover{ width: 22px; background:url(../images/yh2.png) -200px -38px no-repeat;}
.yh_dd28:hover{ width: 22px; background:url(../images/yh2.png) -240px -38px no-repeat;}
.yh_dd29:hover{ width: 22px; background:url(../images/yh2.png) -282px -38px no-repeat;}
.yh_dd30:hover{ width: 22px; background:url(../images/yh2.png) -320px -38px no-repeat;}
.yh_dd31:hover{ width: 20px; background:url(../images/yh2.png) -360px -38px no-repeat;}
.yh_dd32:hover{ width: 25px; background:url(../images/yh2.png) -395px -38px no-repeat;}
.yh_dd33:hover{ width: 22px; background:url(../images/yh2.png) -440px -38px no-repeat;}
.yh_dd34:hover{ width: 18px; background:url(../images/yh2.png) -478px -38px no-repeat;}
.yh_dd35:hover{ width: 20px; background:url(../images/yh2.png) -517px -38px no-repeat;}
.yh_dd36:hover{ width: 20px; background:url(../images/yh2.png) -566px -38px no-repeat;}
.yh_dd37:hover{ width: 30px; background:url(../images/yh2.png) -601px -38px no-repeat;}
.yh_dd38:hover{ width: 24px; background:url(../images/yh2.png) -645px -38px no-repeat;}
.yh_dd39:hover{ width: 32px; background:url(../images/yh2.png) -685px -38px no-repeat;}
.yh_dd40:hover{ width: 28px; background:url(../images/yh2.png) -729px -38px no-repeat;}
.yh_dd41:hover{ width: 18px; background:url(../images/yh2.png) -770px -41px no-repeat;}
.yh_dd42:hover{ width: 20px; background:url(../images/yh2.png) -807px -40px no-repeat;}


.jg{ width: 490px; overflow: hidden;margin: 0 auto;}
.jg dt{ width: 100%; height: 40px; background: url(../images/bq-wz1.png) center no-repeat; line-height: 9999em;}
.jg dd{ float: left; padding-right: 36px; margin-top: 10px;margin-bottom: 10px;}
.jg dd a{ display: block; height: 32px;}
.jg_dd1{ width: 40px;  background: url(../images/jg1.png) -3px -7px no-repeat;}
.jg_dd2{ width: 38px;  background: url(../images/jg1.png) -47px -7px no-repeat;}
.jg_dd3{ width: 58px;  background: url(../images/jg1.png) -90px -5px no-repeat;}
.jg_dd4{ width: 82px;  background: url(../images/jg1.png) -3px -40px no-repeat;}
.jg_dd5{ width: 34px;  background: url(../images/jg1.png) -89px -36px no-repeat;}
.jg_dd6{ width: 21px;  background: url(../images/jg1.png) -127px -40px no-repeat;}
.jg_dd1:hover{ width: 40px;  background: url(../images/jg2.png) -3px -7px no-repeat;}
.jg_dd2:hover{ width: 38px;  background: url(../images/jg2.png) -47px -7px no-repeat;}
.jg_dd3:hover{ width: 58px;  background: url(../images/jg2.png) -90px -5px no-repeat;}
.jg_dd4:hover{ width: 82px;  background: url(../images/jg2.png) -3px -40px no-repeat;}
.jg_dd5:hover{ width: 34px;  background: url(../images/jg2.png) -89px -36px no-repeat;}
.jg_dd6:hover{ width: 21px;  background: url(../images/jg2.png) -127px -40px no-repeat;}

.beian{ width: 100%; overflow: hidden; text-align: center;}
.beian p{ margin-top: 20px; color: #fff;}
.beian p a{ color: #fff;}












