@charset "UTF-8";

/*public css*/
.fw {
    width: 1200px;
    margin: 0 auto;
}
.mwrap{
    width: 1450px;margin: 0 auto;
}

/* 字体图标 */
@font-face {
    font-family: "iconfont";
    src: url('iconfont/iconfont.eot');
    /* IE9 */
    src: url('iconfont/iconfont.eot') format('embedded-opentype'),
        /* IE6-IE8 */
        url('iconfont/iconfont.woff') format('woff'),
        url('iconfont/iconfont.ttf') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
        url('iconfont/iconfont.svg') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header{
    position: fixed;
    width: 100%;
    top: 0;
    background: rgba(2,2,2,.8);
    height: 90px;
    left: 0;
    z-index: 999;
}
.header.onheader{background: rgba(0,0,0,.8);}
.header .wrap{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.header .hlogo{
    display: flex;
    height: 90px;
    align-items: center;
    position: relative;
    left: 0;
    transition: all 1s ease .2s;
}
.header .txts{
    color: #fff;font-size: 16px;
    border-left: 1px solid rgba(255,255,255,.3);
    padding-left: 15px;
    margin-left: 15px;
    line-height: 1.4;
}
.nav{position: relative;}
.nav .navitem{
    float: left;
    margin-left: 60px;
    position: relative;
}
.nav .navitem .item{color: #fff;font-size: 16px;display: inline-block;height: 90px;line-height: 90px;position: relative;transition: all .3s ease;}
.nav .navitem .item::after{
    content: "";
    position: absolute;
    height: 3px;
    background: #fff;
    width: 100%;
    bottom: 20px;
    left: -100%;
    width: 0;
    transition: all .3s ease;
}
.nav .navitem.active .item::after, .nav .navitem:hover .item::after{width: 100%;left: 0;}
.nav .navitem.active .item, .nav .navitem:hover .item{color: #2b9cfe;}
.nav .ismove{
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 20px;
}
.nav .move{display: none;position: absolute;}
.subnav{
    position: absolute;
    width: 160px;
    top: 70px;
    left:50%;
    margin-left: -80px;
    background: rgba(2,2,2,.9);
    z-index: 10;
    transition: all 0.36s ease;
    opacity: 0;
    visibility: hidden;
    padding: 15px 0;
}
.subnav a{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 42px;height: 42px;
    text-align: center;
}
.subnav.hoversub{opacity: 1;visibility: visible;}
.subnav a:hover{color: #2b9cfe;}

.navbtn {
    display: none;
    overflow: hidden;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: fixed;
    right: 0;
    top: 0px;
    z-index: 99;
    transition: all 1s ease;
}
.navbtn .line {
    width: 32px;
    height: 3px;
    background: #fff;
    display: block;
    position: absolute;
    z-index: 5;
    top: 18px;
    left: 50%;
    margin: 0px 0px 0px -16px;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.navbtn .line2 {
    top: 28px;
}
.navbtn .line3 {
    top: 38px;
}
body.open .header .hlogo{left: -250px;}
body.open .navbtn{right: 250px;}
body.open .navbtn .line1 {
    top: 30px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
body.open .navbtn .line2 {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    left: -100%;
}
body.open .navbtn .line3 {
    top: 30px;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

body.open .nav{right: 0;}

.main{overflow: hidden;width: 100%;}
.footer{width: 100%;overflow: hidden;padding: 56px 15px;}
.foottop{padding-bottom: 24px;border-bottom: 1px solid #eaeaea;margin-bottom: 30px;}
.foottop .logo{height: 42px;line-height: 42px;display: block;}
.footnav a{color: #333333;font-size: 14px;height: 42px;line-height: 42px;margin-left: 78px;font-weight: bold;}
.footnav a:hover{color: #2b9cfe;}
.footinfo .texts{color: #7e7e7e;font-size: 12px;line-height: 2.5;}
.footinfo .texts .t1{color: #bdbdbd;font-size: 12px;}
.footinfo .texts .t2{color: #bdbdbd;font-size: 14px;font-weight: bold;}
.footinfo .texts a{color: #7e7e7e;font-size: 12px;}
.footinfo .texts a:hover{color: #333;}
.footinfo .codes .img{float: left;text-align: center;margin-left: 30px;}
.footinfo .codes .img img{width: 88px;height: 88px;display: block;}
.footinfo .codes .img p{text-align: center;color: #bdbdbd;font-size: 12px;margin-top: 14px;}


.subbanner{padding: 206px 15px 0; width: 100%;overflow: hidden;background-repeat: no-repeat;background-size: cover;background-position: center;height: 452px;}
.subbanner .t1{color: #fff;font-size: 36px;margin-bottom: 10px;}
.subbanner .t2{text-transform: uppercase;font-size: 24px;color: rgba(255,255,255,.3);}


.inpage{background: #f4f4f4;padding: 50px 15px 76px;}
.inpage .wrap{max-width: 1400px;margin: 0 auto;display: flex;align-items: stretch;}
.inpage .wrap0{max-width: 1400px;margin: 0 auto;}
.sidebar{
    width: 244px;background: #fff;
    padding: 25px 0;
    min-height: 300px;
}
.sidebar a{
    display: block;
    padding: 24px 26px;
    color: #5198ed;font-size: 16px;
    transition: all .3s linear;
    font-family: 'pingfangbold';
}
.sidebar a.active, .sidebar a:hover{background: url(../images/bg4.png) no-repeat center;background-size: cover;color: #fff;}
.rightcon{
    margin-left: 20px;
    flex: 1;padding: 44px 50px;
    min-height: 300px;
    background: #fff;
}
.sidebar0{overflow: hidden;display: none;}
.sidebar0 li{float: left;width: auto;}