a {
    color: #333;
    text-decoration: none
}
.header .router-link-exact-active.router-link-active {
    color: #cf000d
}
.header {
    position: relative
}

.header .headerWrap {
    background-color: #fff
}

.header .headerWrap .pageWidth {
    width: 1200px;
    margin: 0 auto
}

.header .headerWrap .pageWidth .logo {
    padding: 16px 0
}

.header .headerWrap .pageWidth .logo img {
    max-height: 49px;
    height: 50px;
    vertical-align: middle
}

.header .headRight > ul > li {
    float: left;
    list-style: none;
    height: 44px;
    font-size: 18px;
    line-height: 44px;
    position: relative;
    border: none
}

.header .headRight > ul > li.actived > a {
    color: #cf000d
}

.header .headRight > ul > li:hover > a span {
    position: relative;
    color: #cf000d
}

.header .headRight > ul > li:hover > a span:after {
    position: absolute;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    bottom: -14px;
    background-color: #cf000d
}

.header .headRight > ul > li:hover > ul {
    display: block;
    visibility: visible;
    opacity: 1
}

.header .headRight > ul > li:hover > ul li {
    height: 44px;
    margin-top: 8px
}

.header .headRight > ul > li:hover > ul li a {
    display: block;
    width: 100%;
    height: 100%
}

.header .headRight > ul > li:hover > ul li:last-child {
    margin-bottom: 8px
}

.header .headRight > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 74px;
    left: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3)
}

.header .headRight > ul > li > ul li {
    height: 30px;
    -webkit-transition: all .2s, background-color 0s;
    transition: all .2s, background-color 0s;
    line-height: 44px;
    min-width: 150px;
    font-size: 15px;
    color: #333;
    list-style: none;
    padding: 0 28px;
    white-space: nowrap
}

.header .headRight > ul > li > ul li:hover {
    background-color: #cf000d
}

.header .headRight > ul > li > ul li:hover > a {
    color: #fff
}

.headRight > ul > li > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 18px 12px;
    text-align: center
}

.header .headerWrap {
    position: absolute;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 100
}

.header .headerWrap.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 100;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, .05);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .05)
}

.header .header.fixed {
    position: fixed;
    z-index: 99999;
    width: 100%;
    background: #fff
}

.fade-enter-active, .fade-leave-active {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s
}

.fade-enter, .fade-leave-to {
    opacity: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

@-webkit-keyframes scol-data-v-308d9897 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scol-data-v-308d9897 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.banner {
    width: 100%;
    height: 450px;
    position: relative;
    background: url(../images/topbanner.jpg);
    background-size: 100% 100%
}

.banner .bannerlogobox {
    width: 201px;
    height: 285px;
    margin: 0 auto
}

.banner .bannerlogobox img {
    width: 100%;
    height: 100%;
    margin-top: 83px
}

.banner .videobox {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.banner .videobox .butbox {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 99
}

.banner .videobox .butbox .but {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: rgba(0, 0, 0, .1);
    border: 1px solid #fff;
    margin-left: 12px;
    padding: 7px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 14px;
    cursor: pointer
}

.banner .videobox video {
    height: 450px;
    width: auto;
    -webkit-box-shadow: 1px 1px 10px #aaa;
    box-shadow: 1px 1px 10px #aaa
}

.banner .swperitem {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.banner .swperitem img {
    width: 100%;
    height: 100%;
    -webkit-animation: scol-data-v-308d9897 20s linear infinite;
    animation: scol-data-v-308d9897 20s linear infinite
}

.banner .swperitem .textbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner .swperitem .textbox > div {
    width: 1200px;
    margin: 0 auto
}

.banner .swperitem .textbox .bannertitle {
    margin-top: 176px;
    font-size: 56px;
    /*font-family: Microsoft YaHei;*/
    font-weight: 800;
    color: #fff;
    line-height: 56px
}

.banner .swperitem .textbox .bannerdesc {
    margin-top: 32px;
    font-size: 30px;
    /*font-family: Microsoft YaHei;*/
    font-weight: 500;
    color: #333;
    line-height: 30px
}

.pagebottom {
    background-color: #252525;
    color: #fff
}

.pagebottom .bottombox {
    width: 1200px;
    margin: 0 auto;
    padding: 32px 0;
    zoom: 1;
    position: relative
}

.pagebottom .bottombox li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 20px;
    /*line-height: 14px;*/
    color: hsla(0, 0%, 100%, .5);
}

.pagebottom .bottombox li a {
    color: hsla(0, 0%, 100%, .5);
    cursor: pointer
}

.pagebottom .bottombox li a:hover {
    color: #fff
}

.pagebottom .bottombox .conterbox {
    margin-top: 31px
}

.pagebottom .bottombox .conterbox .logobox {
    float: left
}

.pagebottom .bottombox .conterbox:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.pagebottom .bottombox .conterbox .leftbox {
    float: left
}

.pagebottom .bottombox .conterbox .leftbox .yqlj {
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 14px;
    margin-bottom: 17px;
    /*margin-left: 80px*/
}

.pagebottom .bottombox .conterbox .leftbox .contercontent {
    /*margin-left: 80px*/
}

.pagebottom .bottombox .conterbox .leftbox .contercontent .listbox {
    float: left;
    /*width: 300px*/
}

.pagebottom .bottombox .conterbox .leftbox .contercontent .listbox li {
    width: 255px;
    line-height: 25px;
    margin-bottom: 14px;
    float: left;
}

.pagebottom .bottombox .conterbox .rightbox {
    float: left
}

.pagebottom .bottombox .conterbox .rightbox .qrcodetext {
    font-size: 14px;
    color: #fff;
    line-height: 14px
}

.pagebottom .bottombox .conterbox .rightbox li {
    text-align: right
}

.pagebottom .bottombox .conterbox .rightbox .inputbox {
    float: right;
    margin-top: 32px;
    width: 136px
}

.pagebottom .bottombox .conterbox .qrcode {
    float: right;
    width: 116;
    height: 142px
}

.pagebottom .bottombox .conterbox .qrcode img {
    width: 100%;
    height: 100%
}

.pagebottom .bottombox .bottomcont {
    position: absolute;
    left: 180px;
    bottom: 14px
}

.pagebottom .bottombox .bottomcont li {
    width: 300px;
    display: inline-block
}

.pagebottom .bottombox .linecol {
    display: inline-block;
    background-color: #3f3f3f;
    width: 1px;
    height: 14px;
    margin: 0 10px;
    vertical-align: bottom
}
.fl{
    float: left;
}
.fr{
    float: right;
}

.clearBoth{
    clear: both;
}
.ml20{
    margin-left: 20px;
}