﻿@charset "utf-8";
* {
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.swiper-container {
    height: 500px;
    overflow: visible;
    margin-bottom: 40px;
}

.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 105px;
    width: 100%;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 32px;
    height: 20px;
    font-size: 0;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    transition: width .8s;
}

.swiper-pagination-switch:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background: rgba(102, 102, 102, .5);
    vertical-align: middle;
    transition: width .8s, background-color .8s;
    box-shadow: 0 3px 6px 0 rgba(33, 39, 81, 0.20);
}

.swiper-active-switch:before {
    background: #fa6f66;
    box-shadow: 0 3px 6px 0 rgba(250, 111, 102, .5);
}

.swiper-slide {
    position: relative;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
    overflow: hidden;
}

.swiper-slide-active {
    opacity: 1;
}

.swiper-slide .img {
    position: absolute;
}

.inner {
    position: relative;
    display: block;
    width: 1180px;
    height: 500px;
    margin: 0 auto;
}

.banner-text {
    position: absolute;
    left: 0;
    bottom: 150px;
    z-index: 999;
}

.banner-text h3 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #333333;
    line-height: 36px;
}

.banner-text em {
    font-style: normal;
    color: #e41e2b;
    font-weight: 550;
}

.banner-text h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 48px;
    color: #333333;
    line-height: 60px;
    font-weight: 550;
}

.banner-text p {
    margin-top: 10px;
    font-size: 18px;
    color: #333333;
    line-height: 22px;
}

.banner-text .btn-primary {
    box-shadow: 0 10px 20px 0 rgba(239, 35, 54, 0.20);
    margin-top: 30px;
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
    font-size: 18px;
    color: #fff;
    background-color: #E41F2B;
    display: inline-block;
}

.slide1 {
    background: url(../images/bg-pc1.jpg) no-repeat center center;
}

.slide2 {
    background: url(../images/bg-pc2.jpg) no-repeat center center;
}

.slide3 {
    background: url(../images/bg-pc3.jpg) no-repeat center center;
}

.slide4 {
    background: url(../images/bg-pc4.jpg) no-repeat center center;
}

.slide5 {
    background: url(../images/bg-pc5.jpg) no-repeat center center;
}

.slide2 .img1 {
    left: 380px;
    bottom: 120px;
    z-index: 9;
    position: absolute;
}

.slide4 .img1 {
    right: -190px;
    bottom: 0px;
    z-index: 9;
    position: absolute;
}

.slide4 .img2 {
    right: -190px;
    bottom: 0px;
    z-index: 9;
    position: absolute;
}

.slide5 .img1 {
    right: -190px;
    bottom: 0px;
    z-index: 9;
    position: absolute;
}

.slide5 .img2 {
    right: -190px;
    bottom: 0px;
    z-index: 9;
    position: absolute;
}


/*波浪遮罩*/

.cover {
    background: url(../images/banner-cover.png) no-repeat center center;
    position: absolute;
    z-index: 9;
    bottom: 0;
    width: 100%;
    height: 60px;
    margin: 0 auto;
}


/*底下四个导航*/

.home-events {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -38px;
}

.home-events-box {
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.home-events-box-wrapper {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.10);
}

.home-events-box-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.home-events-box-item {
    position: relative;
    float: left;
    width: 24.9%;
    height: 120px;
    margin-left: 1px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.88);
    -webkit-transition: .2s;
    transition: .2s;
}

.home-events-box-item a {
    display: block;
    height: 100%;
    padding: 34px 5px 34px 120px;
}

.home-events-box-item:hover i img:last-child {
    opacity: 1;
}

.home-events-box-item:hover h2 {
    color: #fa6f66;
}

.home-events-box-item i {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 60px;
    height: 60px;
}

.home-events-box-item i img {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    will-change: opacity;
}

.home-events-box-item i img:last-child {
    opacity: 0;
}

.home-events-box-item h2,
.home-events-box-item p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-events-box-item h2 {
    margin-bottom: 4px;
    margin-top: 2px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #3B516A;
    -webkit-transition: .2s;
    transition: .2s;
    will-change: color;
}

.home-events-box-item p {
    font-size: 14px;
    line-height: 20px;
    color: #95989D;
}


/*底部*/

.footer {
    width: 100%;
    background-color: #323A45;
    padding-top: 40px;
    height: auto;
    overflow: hidden
}

.other-link {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden
}

.other-link>div {
    float: left
}

.other-link .sucai-contact {
    float: right
}

.link-look {
    width: 860px;
    padding-bottom: 15px
}

.link-list {
    float: left;
    width: 30%
}

.link-list h3 {
    height: 45px;
    line-height: 20px;
    font-size: 20px;
    color: #ffffff
}

.link-list ul li a {
    line-height: 33px;
    color: #ABACAF;
    font-size: 15px
}

.link-list ul li a:hover {
    color: #FF6666
}

.sucai-contact {
    width: 340px
}

.bottom-logo {
    width: 132px;
    height: 38px
}

.bottom-logo a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../../images/index_sprite_img.png") no-repeat -151px -10px
}

.sucai-companyname {
    height: 40px;
    line-height: 18px;
    font-size: 18px;
    color: #ffffff;
    margin-top: 20px
}

.sucai-phone,
.sucai-qq {
    height: 30px;
    line-height: 15px;
    font-size: 15px;
    color: #ABACAF
}

.erweima-box {
    margin-top: 10px
}

.erweima-box>div {
    float: left;
    width: 200px
}

.erweima-box>div:first-child {
    margin-right: 30px
}

.wechat-erwei div:first-child,
.phonenet-erwei div:first-child {
    height: 24px;
    line-height: 14px;
    font-size: 14px;
    color: #ABACAF
}

.footer-bottom {
    height: 100px;
    text-align: center;
    padding-top: 27px;
    border-top: 1px solid #42444B
}

.footer-bottom p {
    line-height: 26px;
    font-size: 14px;
    color: #6C6E73
}

.footer-bottom p span {
    margin-left: 17px
}

.footer-bottom p span.police-icon {
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url("../../images/index_sprite_img.png") no-repeat -334px -170px;
    vertical-align: top
}

.sucai_wechat,
.sucai_web {
    width: 100%;
    height: 120px
}

.sucai_wechat {
    background: url("../../images/weixin.jpg") no-repeat;
}

