/*-----------------[初始化]--------------*/
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
body{color: #333;font-size: 12px;line-height: 1.5;font-family: 'Microsoft Yahei';}
img{max-width: 100%;}
a,img,button,input,textarea,div{-webkit-tap-highlight-color:rgba(255,255,255,0);}
input,textarea,select{font-size: 12px;color: #333;font-family: 'Microsoft Yahei';outline: 0;border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {display: none;}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #666;}
::-moz-placeholder {color: #666; }
::-ms-input-placeholder {color: #666;}

.ani{
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}


/*布局*/
.wp{margin: 0 auto;width: 100%;max-width: 1410px;}

/*******************************
  -------[=头部]-------
********************************/
#hd{
    position: fixed;
    left: 0;top: 0;
    width: 100%;
    height: 63px;
    z-index: 99;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
#hd.hd-bg1{background-color: #222326;}
#hd .logo{
    float: left;   
    display: inline-block;
    height: 100%;
    line-height: 63px;
}
#hd .logo img{
    display: inline-block;
    vertical-align: middle;
    height: 40px;
}

/*******************************
    -------[=导航]-------
********************************/
#hd .wp,#nav ul{height: 100%;}
#nav{
    float: right;
    height: 100%;
}
#nav li{float: left; height: 100%;}
#nav li > a{
    display: block;
    padding: 0 27px;
    height: 100%;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
}
#nav li:hover > a,#nav li.on > a{
    color: #1dafec;
    border-bottom: 3px solid #1dafec;
}
/*******************************
    -------[=导航]-------
********************************/
.menuBtn {
    position: fixed;top: 22px;
    right: 20px;width: 22px;height: 20px;
    display: none;cursor: pointer;z-index: 500;
}
.menuBtn em {margin-bottom: 6px;display: block;height: 2px;background-color: #fff;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.menuBtn.on em {display: none;margin: -2px 0 0; position: absolute;top: 50%;width: 26px;}
.menuBtn.on em:first-child {display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.on em:last-child {display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);}
#aside {
    position: fixed;
    top: 50px;left: 0;
    bottom: 0;width: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 110;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
#aside.open {
    visibility: visible;
    opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#aside .menu {
    position: absolute;
    top: 0;right: -60%;bottom: 0;
    background-color: #0b0b32;
    width: 60%;padding: 20px 0;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
#aside.open .menu{right: 0;}
#aside .menu > li > a{
    display: block;width: 100%;height: 86px;line-height: 85px;
    color: #fff;border-bottom: 1px solid rgba(255,255,255,.16);
    padding: 0 20px;
    background: url(../Images/ico-22.png) 90% center no-repeat;
    background-size: 7px auto;
}
#aside .menu > li.on a{background-color: rgba(255,255,255,.03);}
#aside .menu .sub {padding: 5px 0;}
#aside .menu .sub a {padding-left: 30px;display: block;width: 100%;height: 36px;line-height: 36px;color: #fff;font-size: 14px;}
#aside .menu .sub a:hover,#aside .menu .sub a.on {color: #e83228;background-color: #1c1c1c;}

/*******************************
  -------[=底部]-------
********************************/
.fd-t{
    height: 92px;
    padding-top: 22px;
    overflow: hidden;
    background-color: #333;
}
.fd-t li{
    float: left;
    width: 25%;
    padding-left: 50px;
}
.fd-t li .icon{
    float: left;    
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    overflow: hidden;
}
.fd-t li .icon img{
    display: block;
    width: 100%;
    height: 100%;
}
.fd-t li .txt{
    font-size: 12px;
    color: #798089;
    margin-left: 65px;
}
.fd-t li h4{
    font-size: 18px;
    color: #73777a;
    font-weight: normal;
}
.fd-b{
    padding: 30px 0 40px;
    background-color: #23262a;
}
.fd-b .box{
    font-size: 12px;
    color: #6a6c6d;
    text-align: center;
}
.fd-b .box p {
    line-height: 1.8em;
}
.fd-b .box p img{
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 20px;
}
.fd-b .box .p1{padding-left: 245px;}
.fd-b .link{
    position: relative;
    text-align: right;
    font-size: 16px;
    color: #827e7e;
    margin-bottom: 10px;
}
.fd-b .link a{
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px;
    width: 30px;
    height: 19px;
}
.fd-b .link span{
    display: inline-block;
    vertical-align: middle;margin-left: 10px;
}
.fd-b .link .a1{
    background: url(../Images/img-06.png) center center no-repeat;
    background-size: auto 100%;
}
.fd-b .link .a2{
    background: url(../Images/img-08.png) center center no-repeat;
    background-size: auto 100%;
}
.fd-b .link .a3{
    background: url(../Images/img-09.png) center center no-repeat;
    background-size: auto 100%;
}
.fd-b .link .a4{
    background: url(../Images/img-11.png) center center no-repeat;
    background-size: auto 100%;
}
.fd-b .link .a5{
    background: url(../Images/img-13.png) center center no-repeat;
    background-size: auto 100%;
}
.fd-b .link .a10{
    background: url(../Images/img-09.png) center center no-repeat;
    background-size: auto 100%;
    display: none;
}
.fd-b .link .a1:hover{
    background: url(../Images/img-07.png) center center no-repeat;
    background-size: auto 100%;
}
.fd-b .link .a2:hover{
    background: url(../Images/img-15.png) center center no-repeat;
    background-size: auto 100%;
}
.fd-b .link .a3:hover{
    background: url(../Images/img-10.png) center center no-repeat;
    background-size: auto 100%;
}
.fd-b .link .a4:hover{
    background: url(../Images/img-12.png) center center no-repeat;
    background-size: auto 100%;
}
.fd-b .link .a5:hover{
    background: url(../Images/img-14.png) center center no-repeat;
    background-size: auto 100%;
}
.fd-b .link .a10:hover{
    background: url(../Images/img-10.png) center center no-repeat;
    background-size: auto 100%;
}
.fd-b .link .erweima {
    position: absolute;
    bottom: 200%;
    right: 180px;
    z-index: 10;
    width: 166px;
    padding: 10px;
    border: 2px solid #ccc;
    box-shadow: 0 3px 7px rgba(0,0,0,.3);
    background-color: #fff;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
#fd .erweima img{display: block;width: 100%;}
#fd .link .a4:hover + .erweima{
    opacity: 1;
    visibility: visible;
}
.fd-b .link .con{
    float: left;
}
.fd-b .link .con a{
    display: inline-block;
    margin-right: 5px;
    height: 19px;
}
.fd-b .link .con a img{
    height: 100%;
}
/*
-----------------[banner]--------------*/
#banner .item{
    height: 600px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#banner .item .bg_video{
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%,-50%);
}
#banner .slick-dots{
    position: absolute;
    left: 0;width: 100%;
    bottom: 44px;
    text-align: center;
}
#banner .slick-dots li{
    display: inline-block;
    cursor: pointer;
    width: 60px;
    height: 2px;
    margin: 0 6px;
    background-color: #949494;
}
#banner .slick-dots li.slick-active{background-color: #1e8dc4;}

#ban-inner{
    height: 600px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#ban-inner.ban1{height: 328px;}
#ban-inner .wp{position: relative;height: 100%;}
#ban-inner .txt{
    position: absolute;
    left: 8%;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}
#ban-inner .txt .tit{
    font-size: 64px;
}
#ban-inner .txt .subtit{
    font-size: 30px;
}
#ban-inner.ban1 .txt1{
    position: absolute;
    left: 0;width: 100%;
    top: 42%;
    font-size: 36px;
    color: #fff;
    text-align: center;
}
/*******************************
    -------[=公用]-------
********************************/
.sl-inner{padding-top: 63px;}
.cur-tit{
    position: relative;
    height: 71px;
    border-bottom: 1px solid #dcdcdc;
}
.cur-tit .wp{
    height: 100%;
    max-width: 1300px;
    width: 100%;
}
.cur-tit ul{
    height: 100%;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
.cur-tit li{
    display: inline-block;
    margin: 0 30px;
    height: 100%;
}
.cur-tit li a{
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    line-height: 68px;
}
.cur-tit li:hover a,.cur-tit li.on a{
    border-bottom: 2px solid #1dafec;
}
.cur-tit.cur1{height: 74px;border: none;text-align: center;background-color: #f4f4f4;}
.cur-tit.cur1 li a{
    font-size: 16px;
    color: #5b5b5b;
    line-height: 72px;
}
.cur-tit .btn{
    display: none;
    position: absolute;
    right: 0;top: 0;
    bottom: 0;
    width: 50px;
    cursor: pointer;
    background: #fff url(../Images/img-56.png) center center no-repeat;
    background-size: 40px auto;
}
.cur-tit .btn.open{
    background: #fff url(../Images/img-57.png) center center no-repeat;
    background-size: 40px auto;
}
.cur-link{
    display: none;
    padding: 10px 0;
    text-align: center;
}
.cur-link a{
    display: inline-block;
    margin: 10px 5px 0;
    font-size: 12px;
    color: #646363;
    width: 100px;
    height: 30px;
    line-height: 28px;
    border-radius: 3px;
    border: 1px solid #1dafec;
}
.cur-link a:hover{
    color: #fff;
    background-color: #1dafec;
}
.pages{text-align: center;margin-bottom: 18px;}
.pages a{
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 29px;
    line-height: 27px;
    margin: 0 3px 10px;
    font-size: 13px;
    color: #333;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #bebebe;
    background-color: #f2f2f2;
}
.pages span{
    display: inline-block;
    vertical-align: top;
    height: 29px;
    line-height: 29px;
    font-size: 13px;
    color: #333;
}
.pages a:hover,.pages a.on{
    color: #fff;
    border-color: #1e8dc4;
    background-color: #1e8dc4;
}
.pages .next{
    background: #f2f2f2 url(../Images/ico-01.png) center center no-repeat;
}
.pages .next:hover,.pages .next.on{
    background: #1e8dc4 url(../Images/ico-02.png) center center no-repeat;
}

.pages .prev{
    background: #f2f2f2 url(../Images/ico-10.png) center center no-repeat;
}

.pages .prev:hover,.pages .prev.on{
    background: #1e8dc4 url(../Images/ico-20.png) center center no-repeat;
}


.side-float{
    position: fixed;
    bottom: 30%;
    right: 0;
    z-index: 99;
    transform: translateY(-50%);
}
.side-float a{
    display: block;
    width: 48px;
    height: 48px;
    margin-bottom: 2px;
}
.side-float .a1{
    background: #a09ca1 url(../Images/ico-side01.png) center center no-repeat;
    background-size: 30px auto;
}
.side-float .a2{
    background: #a09ca1 url(../Images/ico-side02.png) center center no-repeat;
    background-size: 30px auto;
}
.side-float .a3{
    background: #a09ca1 url(../Images/ico-side03.png) center center no-repeat;
    background-size: 30px auto;
}
.side-float .a4{
    background: #a09ca1 url(../Images/ico-side04.png) center center no-repeat;
    background-size: 30px auto;
}

.side-float a:hover{
    background-color: #bbb;
}
.side-float .qr{
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0px 2px 10px rgba(0,0,0,.1);
    left: -130px;
    top: 40px;
    opacity: 0;
    visibility: hidden;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.side-float .a2:hover + .qr{
    opacity: 1;
    visibility: visible;
}
.side-float .qr img{
    display: block;
    width: 100%;
    height: 100%;
}

.footnote a{color:#6a6c6d;}







































