/* 初始化CSS */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img{margin:0 auto; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:bold;}
fieldset, img{vertical-align:middle; border:none;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "微软雅黑",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{font-size:14px; margin:0;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{resize:none; font-family: "微软雅黑",Arial,sans-serif;}
body{color:#666; font:14px "微软雅黑",Arial,sans-serif; background:#fcfeff;}
a{color:#666; text-decoration:none;}
a:hover,a:focus,a.visited,a:link,a:active{text-decoration:none;}

i, em{ font-style:normal;}
.clearfix:after{content:""; display:block; height:0; visibility:hidden; clear:both;}
.clearfix{zoom:1;}
.clear{
    clear:both;
}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}
.img-cover{width: 100%;}
.dis-none{display: none;}
.ovh {overflow: hidden;}
.db{display: block;margin: 0}
.text-nowrap{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.rel{position: relative}
/*transition*/
.tran200{-webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; transition:all 0.2s ease;}
.tran400{-webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease;}

/*网页限定宽度*/
.con_1000 { margin:0 auto; position:relative; width:1002px;}
.con_1000:after{content:""; display:block; height:0; clear:both;}

/*头部*/
.navbar{margin-bottom: 0;border: none;position: fixed;top: 0;left: 0;right: 0;z-index: 9999}
.navbar .top{position: relative;height: 130px;border-bottom: 2px solid rgba(255,255,255,.3)}


.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-brand{margin-top: 15px}
.navbar-default .navbar-brand img{width: 280px}
.navbar-default .navbar-nav > li{position: relative}
.navbar-default .navbar-nav > li > a{color: #fff}
.navbar-default .navbar-nav > li:after{content: "";height: 4px;width: 0px;background: #fff;position: absolute;left: 10%;bottom: -49px;transition:all 0.4s linear;}
.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > li:hover> a,.navbar-default .navbar-nav > .active> a:hover,.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover{
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active:after,.navbar-default .navbar-nav > li:hover:after,.navbar-default .navbar-nav > .active:hover:after{
    width: 80%;
    transition:all 0.4s linear;
}

.nav{width:auto; height:130px;}
.nav >li{float:left;margin-top: 50px}
.nav>li>a{ display:block; text-align:center; height:30px; line-height:30px; padding:0 15px;  font-family:"微软雅黑"; font-size:16px; color:#fff;}
.nav>li>a .span-en{font-weight: 600}
.nav>li>a span{
    position: relative;
    top: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.nav >li:hover>a span,.nav >li.active >a span {top:-30px}


.header-black .top{border-bottom: 2px solid rgba(0,0,0,.3)}
.header-black .top .container .webnav .nav>li>a {color: #000}
.header-black .top .container .webnav .nav>li:after {background: #000;}

.nav-list-down{
    position: absolute;
    top: 100%;
    padding-top: 60px;
    width: 485px;
    display: none;
}
.nav-list-down .nav-list-cont{
    background: #a71f24;
    border-radius: 10px;
    min-height: 263px;
}
.nav-list-down .nav-list-cont .mg-icon{
    position: absolute;
    top: -10px;
    left: 33px;

}
.nav-list-bar{
    width: 180px;
    padding-top: 3px;
    padding-left: 62px;
    margin: 0;
}
.nav-list-bar li{
    line-height: 20px;
    padding-bottom: 21px;
    text-align: left;
    padding-top: 47px;
    position: relative;
}

.nav-list-bar>li::after{
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.nav-list-bar>li:hover::after {
    width: 50px;
}

.nav-list-bar li a{
    color: #fff;
    font-size: 16px;
}
.nav-list-photo{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 298px;
    border-radius: 0 10px 10px 0;
}

/*BANNER*/

.fullSlide { position: relative; width:100%; height:100%;}
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;height: 100%}
.fullSlide .bd ul{width:100% !important;height: 100%!important;}
.fullSlide .bd ul li{ width:100% !important;height: 100%!important;}
.fullSlide .bd ul li .banner-bg{ display: block; height:100% !important; background-position:center; background-repeat:no-repeat;background-size: cover;}
.fullSlide .hd {
    position: absolute;
    right: 10%;
    top: 45%;
}
.fullSlide .hd ul li {
    width: 5px;
    height: 33px;
    background: #fff;
    text-indent:999px
}
.fullSlide .hd ul li.on{
    background: #0066cc;
}
.fullSlide .bd ul li .banner-bg .cover{height:100%;width: 100%;
    position: absolute;
    background: rgba(0,0,0,.3)}

    /*版权*/
#footer{
    background: #000;
    padding-top: 85px;
    padding-bottom: 85px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
}
#footer .foot-logo {
    float: left;
    margin-right: 90px;
    padding-top: 5px;
}
#footer .foot-logo  img{width: 85px}
.foot-copy2 {
    float: left;
    width: 495px;
    margin-right: 90px;
}
.foot-list {
    float: left;
    width: 530px;
}
.foot-list  i{
    margin-right: 16px;
}

#footer .footer-share{
    float: right;
    padding-top: 19px;
    margin-right: 165px;
}

#footer .footer-share a{
width: 31px;
height: 26px;
margin-right: 0;
margin-left: 40px;display: inline-block;
}
#footer .footer-share a.bds_weixin{
    background: url(../images/icon-24.png) center center no-repeat
}
#footer .footer-share a.bds_tsina{
    background: url(../images/icon-23.png) center center no-repeat
}
/*侧导航*/

/*内页标题*/
.crumb{margin: 15px 0;border-bottom: 1px solid #e7e7e7;padding-bottom: 15px;}
/*其他*/
#full .qq_info a,#full .qq_info span{ display:block}
#full .qq_info span{ width:86px; background:#fff; text-align:center; padding-top:6px; line-height:24px; border:1px solid #968f96; border-top:none}

/* 内页导航 */
.subcolumn_nav{background: #ffffff;width: 100%;}
.subcolumn_nav ul{display: flex;justify-content: center;padding: 10px 0;}
.subcolumn_nav ul li{margin: 0;}
.subcolumn_nav ul li>a{display: block;padding: 5px 10px;font-size: 16px;color: #333333;}
.subcolumn_nav ul li>a:hover,.subcolumn_nav ul li:hover>a,.subcolumn_nav ul li.hover>a{color: #03a9f4 ;}


/* 分页 */

.list_btn{
    font-size: 0;
    padding-top: 76px;
    padding-bottom: 74px;
}
.list_btn_l_r a{
       float: right;
        display: inline-block;
        width: 41px;
        height: 41px;

        margin-left: 20px;
}
.list_btn .prev a{
    background: url(../images/icon-19.png) center center no-repeat;
}
.list_btn .prev a:hover{
    background: url(../images/icon-19h.png) center center no-repeat;
}
.list_btn .next a{
    background: url(../images/icon-20.png) center center no-repeat;
}
.list_btn .next:hover a{
    background: url(../images/icon-20h.png) center center no-repeat;
}

.list_btn_num{ float: left; margin: 0; text-align: center; ;font-size: 16px;height: 40px}
.list_btn_num a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #666;
    margin-left: 40px;
    line-height: 42px;
}
.list_btn_num a:first-child{margin-left: 0}
.list_btn_num a:after{
    content: " ";
    position: absolute;
    right: 50%;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.list_btn_num a:hover:after,.list_btn_num a.cur:after{
    left: -10px;
    background: #a71f24;
}
.list_btn_num a.cur{ color: #000; }
.list_btn_num a:hover,.list_btn_num .cur{ }

/*滚动条样式*/
.public-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #a71f24;
    border-radius: 0;
}
.public-scroll .mCSB_scrollTools .mCSB_draggerRail {
    background: #525252;
}
.fp-slide{
    background-size: cover;
}

.m-footer{display: none;}