html, body {
    padding: 0;
    margin: 0;
    font-family: PingFang-SC-Medium;
}

a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

img {
    display: block;
    width: 100%;
    height: 100%;
}

.header-box {
    width: 100%;
    min-width: 1200px;
    background: #000000;
}

.header {
    width: 1200px;
    height: 101px;
    margin: auto;
    position: relative;
}

.header .logo {
    width: 78px;
    height: 86px;
    position: absolute;
    left: 12px;
    top: 8px;
}

.header .logo img {
    width: 100%;
    height: 100%;
}

.header .menu {
    display: block;
    height: 101px;
    position: absolute;
    top: 0;
    right: 275px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header .menu li {
    float: left;
    padding: 0 21px;
    line-height: 101px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

.header .menu li a {
    color: #FFFFFF;
}

.header .menu li.active {
    background: #F44336;
}

.header .content .address, .header .content .tel {
    position: absolute;
    top: 19px;
    right: 0;
    width: 240px;
    padding-left: 34px;
    height: 28px;
    line-height: 28px;
    text-align: left;
    font-size: 14px;
    color: #969696;
    background: url("../images/header_address.png") no-repeat 0 -2px;
}

.header .content .tel {
    position: absolute;
    top: 56px;
    right: 0;
    line-height: 18px;
    background: url("../images/header_tel.png") no-repeat 0 -2px;
}

.banner-box {
    width: 100%;
    min-width: 1200px;
    height: 676px;
    /*background: url("../images/banner.jpg") center;*/
}

.banner-box .swiper-container{
    position: absolute;
    width: 100%;
    /*z-index: -1;*/
    min-width: 1200px;
    height: 676px;
}

.banner-box .banner-main {
    width: 1200px;
    height: 676px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.banner-box .banner-main .yuyue {
    width: 420px;
    height: 469px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 103px;
    right: 0;
}

.banner-box .banner-main .yuyue .title {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    border-bottom: 1px solid #757575;
}

.banner-box .banner-main .yuyue .form {
    width: 100%;
    height: 296px;
    padding-top: 26px;
}

.banner-box .banner-main .yuyue .form input {
    display: block;
    outline: none;
    margin: 10px auto;
    width: 270px;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    color: #000000;
    font-size: 14px;
    border-radius: 25px;
    border: solid 1px #000000;
}

.banner-box .banner-main .yuyue .form button {
    display: block;
    width: 218px;
    height: 60px;
    line-height: 60px;
    background: #F44336;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 2.67px;
    text-align: center;
    border-radius: 30px;
    margin: 24px auto 0 auto;
    border: none;
    outline: none;
}

.banner-box .banner-main .yuyue .footer {
    width: 100%;
    height: 60px;
    border-top: 1px dashed #757575;
    position: relative;
}

.banner-box .banner-main .yuyue .footer .tel, .banner-box .banner-main .yuyue .footer .address {
    width: 240px;
    height: 30px;
    line-height: 30px;
    background: url("../images/header_tel.png") no-repeat;
    background-size: 23px 26px;
    font-size: 18px;
    color: #000000;
    position: absolute;
    left: 42px;
    top: 15px;
    padding-left: 26px;
}

.banner-box .banner-main .yuyue .footer .address {
    position: absolute;
    left: 292px;
    top: 15px;
    width: 100px;
    background: url("../images/header_address.png") no-repeat;
    background-size: 23px 26px;
}

.context-box {
    width: 100%;
    min-width: 1200px;
    height: 759px;
    background: #F8F8F8;
}

.context-box .context {
    width: 1200px;
    height: 759px;
    margin: 0 auto;
    position: relative;
}

.context-box .context .video {
    width: 677px;
    height: 456px;
    position: absolute;
    top: 81px;
    left: 0;
    border-radius: 8px;
    background: #000000;
    box-shadow: 0 10px 16px rgba(0, 0, 0, .3);
    cursor: pointer;
}

.context-box .context .video iframe {
    width: 100%;
    height: 100%;
}

.context-box .context .title {
    background: url("../images/index_title0.png") no-repeat;
    background-size: 283px 30px;
    width: 283px;
    height: 30px;
    position: absolute;
    top: 102px;
    right: 119px;
}

.context-box .context .text {
    width: 439px;
    height: 321px;
    font-size: 18px;
    color: #666666;
    line-height: 1.5em;
    position: absolute;
    top: 195px;
    right: 41px;
}

.context-box .context .jigous {
    width: 1125px;
    position: absolute;
    left: 38px;
    bottom: 36px;
}

.context-box .context .jigous .jigou {
    background: url("../images/index_jg_bg.png") no-repeat;
    width: 191px;
    height: 82px;
    padding-top: 20px;
    text-align: center;
    font-size: 19.2px;
    color: #000000;
    float: left;
    margin: 0 92px;
}

.kecheng-box {
    width: 100%;
    min-width: 1200px;
    height: 497px;
    background: #FFFFFF;
}

.kecheng-box .kecheng {
    width: 1200px;
    height: 497px;
    margin: 1px auto;
}

.kecheng-box .kecheng .title {
    width: 279px;
    height: 30px;
    margin: 46px auto 30px auto;
}

.kecheng-box .kecheng .items {
    width: 100%;
    height: 382px;
}

.kecheng-box .kecheng .items .item {
    float: left;
    width: 376px;
    height: 382px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
    margin-right: 25px;
}

.kecheng-box .kecheng .items .item .pic {
    width: 376px;
    height: 302px;
}

.kecheng-box .kecheng .items .item .pic img {
    width: 100%;
    height: 100%;
}

.kecheng-box .kecheng .items .item .kecheng-title {
    font-size: 16px;
    color: #000000;
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
}

.kecheng-box .kecheng .items .item .desc {
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.kecheng-box .kecheng .items .item:last-child {
    margin-right: 0;
}

.wenhua-box {
    width: 100%;
    min-width: 1200px;
    height: 803px;
    background: #F8F8F8;
    padding: 1px 0;
}

.wenhua-box .wenhua {
    width: 1200px;
    height: 803px;
    margin: 1px auto;
}

.wenhua-box .wenhua .title {
    width: 280px;
    height: 30px;
    margin: 50px auto 25px auto;
}

.wenhua-box .wenhua .desc {
    font-size: 18px;
    color: #666666;
    text-align: left;
    line-height: 1.4em;
}

.wenhua-box .wenhua .pics {
    width: 1200px;
    padding-top: 24px;
}

.wenhua-box .wenhua .pics .pic {
    width: 380px;
    height: 273px;
    margin-right: 20px;
    float: left;
    position: relative;
}

.wenhua-box .wenhua .pics .pic img, .wenhua-box .wenhua .pics .pic .mark {
    width: 380px;
    height: 211px;
    border-radius: 8px;
    overflow: hidden;
}

.wenhua-box .wenhua .pics .pic .mark {
    position: absolute;
    top: 0;
    left: 0;
    /*background: rgba(0, 0, 0, .3);*/
}

.wenhua-box .wenhua .pics .pic .wenhua-title {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #949494;
    text-align: left;
}

.hezuo-box {
    width: 100%;
    min-width: 1200px;
    background: #FFFFFF;
    padding: 1px 0;
}

.hezuo-box .hezuo {
    width: 1200px;
    margin: 1px auto;
    position: relative;
}

.hezuo-box .hezuo .swiper-button-prev {
    background: url("../images/footer_jian_left.jpg") no-repeat;
    width: 53px;
    height: 51px;
    position: absolute;
    left: -48px;
    top: 108px;
}

.hezuo-box .hezuo .swiper-button-next {
    background: url("../images/footer_jian_right.jpg") no-repeat;
    width: 53px;
    height: 51px;
    position: absolute;
    right: -101px;
    top: 108px;
}

.hezuo-box .title {
    width: 280px;
    height: 30px;
    margin: 50px auto 25px auto;
}

.hezuo-box .swiper-container {
    width: 1200px;
    position: relative;
    margin-bottom: 50px;
}

.hezuo-box .swiper-container .item {
    width: 282px;
}

.hezuo-box .swiper-container .item img {
    width: 282px;
    height: 90px;
    background: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 4px;
    margin: 0 10px;
}

.hezuo-box .swiper-container .item .text {
    width: 282px;
    text-align: left;
    margin: 0 auto;
    font-size: 16px;
    color: #2A2A2A;
    line-height: 2em;
}

.hezuo-box .swiper-container .item .text span {
    font-weight: bold;
    color: #000000;
}

.footer-box {
    width: 100%;
    min-width: 1200px;
    background: #000000;
    padding: 1px 0;
}

.footer-box .footer {
    width: 1200px;
    height: 360px;
    margin: 0 auto;
    position: relative;
}

.footer-box .footer .title {
    font-size: 36px;
    color: #969696;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 51px;
}

.footer-box .footer .qrcodes {
    width: 800px;
    height: 172px;
    position: absolute;
    top: 132px;
    left: 0;
}

.footer-box .footer .qrcodes .qrcode {
    width: 132px;
    height: 172px;
    float: left;
    margin-right: 47px;
}

.footer-box .footer .qrcodes .qrcode img {
    width: 132px;
    height: 132px;
    border-radius: 6px;
    overflow: hidden;
}

.footer-box .footer .qrcodes .qrcode .name {
    width: 132px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
}

.footer-box .footer .text {
    width: 500px;
    height: 124px;
    line-height: 31px;
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    top: 136px;
    right: 0;
}

.tabs {
    width: 1200px;
    height: 100px;
    margin: 20px auto;
}

.tabs .tab.active {
    background: #F44336;
}

.tabs .tab {
    width: 580px;
    height: 100px;
    border-radius: 6px;
    overflow: hidden;
    background: #949494;
    color: #FFFFFF;
    margin: 0 10px;
    line-height: 100px;
    text-align: center;
    float: left;
    font-size: 32px;
}

.tabs .tab a {
    color: #FFFFFF;
}

.tabs.three .tab {
    width: 379px;
}

.list-box {
    width: 100%;
    margin: 0 auto;
    padding: 1px 0;
    background: #F8F8F8;
}

.list-box .list {
    width: 1180px;
    height: 420px;
    margin: 0 auto;
    position: relative;
}

.list-box .list .title {
    position: absolute;
    top: 69px;
    left: 10px;
    font-size: 32px;
    color: #000000;
}

.list-box .list .dist {
    position: absolute;
    top: 134px;
    left: 10px;
    font-size: 18px;
    color: #949494;
    width: 704px;
    height: 300px;
    line-height: 1.4em;
}

.list-box .list .pic {
    width: 428px;
    height: 332px;
    position: absolute;
    top: 44px;
    right: 10px;
    border: 1px solid #979797;
    border-radius: 4px;
    overflow: hidden;
}

.list-box .huodong-list {
    width: 1180px;
    height: 420px;
    margin: 0 auto;
    position: relative;
    display: block;
}

.list-box .huodong-list .title {
    position: absolute;
    top: 82px;
    left: 500px;
    font-size: 24px;
    color: #000000;
}

.list-box .huodong-list .dist {
    position: absolute;
    top: 167px;
    left: 500px;
    font-size: 18px;
    color: #949494;
    width: 680px;
    height: 250px;
    line-height: 1.4em;
}

.list-box .huodong-list .dist .link {
    font-size: 14px;
    color: #4F7FFF;
    display: inline-block;
    margin-top: 10px;
}

.list-box .huodong-list .pic {
    width: 480px;
    height: 332px;
    position: absolute;
    top: 44px;
    left: 0;
    border: 1px solid #979797;
    border-radius: 4px;
    overflow: hidden;
}

.list-box.b {
    background: #FFFFFF;
}

.context-r {
    width: 1180px;
    margin: 0 auto;
    padding: 50px 0;
    line-height: 1.4em;
    font-size: 18px;
    color: #666666;
}

.context-r img {
    width: auto;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
    display: inline-block;
}

/*# sourceMappingURL=style.css.map */
