/*:root {
    --hongse: #b51c22;
}

*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}*/

/*body {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased
}

img {
    max-width: 100%;
    border: none
}

input, select, textarea {
    font-size: 14px;
    color: #333;
    font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: none
}

input [type=submit], input[type=button], input[type=checkbox], input[type=radio], input[type=reset], select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

::-webkit-input-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

::-ms-input-placeholder {
    color: #999
}

select::-ms-expand {
    display: none
}

a {
    color: #333;
    text-decoration: none
}

ul {
    list-style: none
}

.fix {
    *zoom: 1
}

.fix:after, .fix:before {
    display: block;
    content: "";
    height: 0;
    clear: both
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.c {
    clear: both
}

.col-l {
    float: left
}

.col-r {
    float: right
}

em {
    font-style: normal
}

.wp {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px
}*/

/*.header {
    position: relative;
    z-index: 100;
    padding-top: 15px;
    background-color: #fff
}

.header .wp {
    max-width: 1580px
}

.header .logo {
    float: left
}

.header .logo a, .header .logo img {
    display: block;
    height: 70px
}

.header .logo .img1 {
    display: none
}

.header .search {
    float: right;
    position: relative
}

.header .search .icon {
    display: block;
    margin-bottom: 15px;
    height: 70px;
    width: 60px;
    background: url(../images/ico-so.png) center no-repeat;
    cursor: pointer
}

.header .search .form {
    display: none;
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 900;
    width: 250px;
    background-color: #fff;
    border: none
}

.header .search .inpt {
    display: block;
    background: no-repeat;
    border: none;
    font-size: 16px;
    width: 100%;
    height: 40px;
    color: #333;
    text-align: right;
    float: right;
    padding-right: 60px
}

.header .search .btns {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 60px;
    height: 100%;
    background: url(../images/ico-so.png) center no-repeat
}

.navig {
    float: right
}

.header .nav {
    margin-right: 80px
}

.header .nav li {
    position: relative;
    z-index: 100;
    float: left;
    padding-bottom: 15px;
    font-size: 16px
}

.header .nav .v1 {
    position: relative;
    display: block;
    padding: 0 25px;
    height: 70px;
    line-height: 70px;
    overflow: hidden
}

.header .nav .v1 span {
    position: relative;
    display: inline-block;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.header .nav .v1 span:after {
    content: attr(data-txt);
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.header.header-index .nav .v1 span:after {
    color: #585858
}

.header .nav .v1 .icon {
    position: absolute;
    right: 5px;
    top: 50%;
    z-index: 2;
    margin-top: -4px;
    width: 15px;
    height: 9px;
    background: url(../images/ico-nav-arr1.png) center no-repeat
}

.header .nav .sub {
    position: absolute;
    left: 0;
    z-index: 900;
    width: 180px;
    border-top: 2px solid #050303;
    overflow: hidden;
    -webkit-box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -o-transition: all .36s ease;
    -ms-transition: all .36s ease;
    -moz-transition: all .36s ease;
    -webkit-transition: all .36s ease;
    transition: all .36s ease
}

.header .nav .sub a {
    display: block;
    padding: 12px 24px;
    line-height: 22px;
    font-size: 12px;
    color: #666;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.header .nav li.on .v1 span, .header .nav li:hover .v1 span {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.header .nav li.on .v1 .icon, .header .nav li:hover .v1 .icon {
    background-image: url(../images/ico-nav-arr1on-1.png)
}

.header .nav li:hover .sub {
    opacity: 1;
    visibility: visible
}

.header .nav .sub a:hover {
    background-color: #f9f9f9;
    padding-left: 24px;
    color: #be0000;
}

.header-index .nav .v1 {
    color: #585858
}

.header-index .logo .img {
    display: none
}

.header-index .logo .img1 {
    display: inline-block
}

.menuBtn {
    position: absolute;
    top: 50%;
    right: 2%;
    width: 30px;
    height: 22px;
    display: none;
    cursor: pointer;
    z-index: 101;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menuBtn em {
    margin-bottom: 8px;
    display: block;
    height: 2px;
    background-color: #000;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}



.menuBtn em:last-child {
    margin-bottom: 0
}

.menuBtn.on em {
    display: none;
    margin: -2px 0 0;
    position: absolute;
    left: 5px;
    top: 50%;
    width: 30px
}

.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)
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 880;
    background-color: rgba(0, 0, 0, .4)
}

#aside {
    position: fixed;
    top: 0;
    right: -400px;
    bottom: 0;
    width: 290px;
    padding: 15px 25px 0;
    background-color: #050303;
    z-index: 900;
    overflow-y: auto;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

#aside.open {
    right: 0
}

#aside .form {
    position: relative
}

#aside .form .inpt {
    display: block;
    padding: 0 40px 0 8px;
    width: 100%;
    height: 30px;
    border: 1px solid #777;
    background-color: #050303;
    color: #fff
}

#aside .form .btns {
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
    width: 36px;
    background: url(../images/ico-so1.png) center no-repeat;
    -webkit-background-size: 25px;
    background-size: 25px;
    cursor: pointer
}

#aside .menu {
    margin-top: 30px;
    border-top: 1px solid #2a2929
}

#aside .menu .par {
    display: block;
    width: 100%;
    height: 41px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #2a2929;
    background: url(../images/ico-nav-arr.png) right 10px center no-repeat;
    -webkit-background-size: 8px;
    background-size: 8px
}

#aside .menu .par.on {
    color: #005aa0;
    background-color: #2b2b2b
}

#aside .menu .sub {
    display: none
}

#aside .menu .sub a {
    display: block;
    padding-left: 15px;
    font-size: 14px;
    line-height: 2;
    color: #fff
}

#aside .menu .sub a:hover {
    color: #005aa0
}

.footer {
    background-color: #3b3b3b
}

.ft-top {
    position: relative;
    z-index: 10
}

.ft-top .toTop {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    height: 80px;
    background: url(../images/ico-top.png) center no-repeat #282828
}

.ft-top .links {
    padding: 45px 0 54px;
    width: 90%;
    overflow: hidden
}

.ft-top .links li {
    float: left;
    width: 15%
}

.ft-top .links h3 {
    padding-bottom: 9px;
    font-size: 20px;
    font-weight: 400;
    color: #fff
}

.ft-top .links a {
    line-height: 2.29;
    color: #ccc
}

.ft-bot {
    padding: 38px 0 40px;
    text-align: center;
    border-top: 1px solid #888
}

.ft-bot .copyright {
    font-size: 14px;
    line-height: 1.71;
    color: #bbb
}

.ft-bot .copyright span {
    display: inline-block
}

.ft-bot .copyright a {
    color: #bbb
}

.ft-bot .copyright .p1 span {
    padding: 0 15px
}

.ft-bot .share {
    padding-top: 27px
}

.ft-bot .share a {
    display: inline-block;
    margin: 0 10px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

.ft-bot .share .sh_qq {
    background-image: url(../images/ico-share-qq.png)
}

.ft-bot .share .sh_sina {
    background-image: url(../images/ico-share-sina.png)
}

.ft-bot .share .sh_wx {
    background-image: url(../images/ico-share-wx.png)
}

.ft-bot .share .sh_wxq {
    background-image: url(../images/ico-share-wxq.png)
}

.footer a:hover {
    opacity: .7
}*/

.ban {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}
@media (max-width: 640px) {.banner {
    position: relative;
    z-index: 2; margin-top:50px;
}}


@media (min-width: 641px) and (max-width:1920px ) {.banner {
    position: relative;
    z-index: 2
}}


.banner .item > img {
    display: block;
    width: 100%
}

.banner .slick-dots {
    position: absolute;
    bottom: 3.7%;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 60px;
    height: 4px;
    background-color: #fff;
    cursor: pointer;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.banner .slick-dots .slick-active {
    height: 10px;
    background-color: #be0000
}

.banner .current {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8.85%;
    z-index: 10;
    width: 80px
}

.banner .current .text {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -80px;
    height: 160px;
    text-align: center;
    font-size: 30px;
    line-height: 1.1;
    color: #aaa
}

.banner .current .num {
    display: block;
    padding: 17px 0 48px;
    font-size: 48px;
    background: url(../images/ico-ban-line.png) center bottom no-repeat;
    color: #fff
}

.banner .current .line {
    position: absolute;
    left: 10px;
    width: 1px;
    background-color: #999
}

.banner .current .line1 {
    top: -600px
}

.banner .current .line2 {
    bottom: -600px
}

.banner .current.black .num {
    background-image: url(../images/ico-ban-line1.png);
    color: #000
}
.pictures .slick-active .pimg {
    visibility: visible !important;
    -webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}





/*************/
.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:after,.slick-track:before{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
[dir=rtl] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto}