.swiper-button-prev,
.swiper-button-next {
    background: none;
    margin-top: 0;
    transform: translateY(-50%);
    opacity: 1 !important;
    font-size: 20px;
    width: auto;
    height: auto;
}

.index_tit h2 {
    float: left;
    font-size: 30px;
    color: #282828;
    display: inline-block
}

.index_tit h2 span {
    color: rgba(40, 40, 40, .4);
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase
}

.i_about {
    padding: 70px 0 150px
}

.index_tit a {
    float: right;
    color: rgba(40, 40, 40, .6);
}

.index_tit a:hover {
    color: #e31d1a
}

.banner img {
    width: 100%
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    display: none
}

.gybanner {
    margin-top: 35px;
    position: relative;
}

.gybanner .swiper-button-prev,
.gybanner .swiper-button-next {
    width: 88px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: rgba(0, 0, 0, .2);
    /* position: relative; */
}

.gybanner .swiper-button-prev img,
.gybanner .swiper-button-next img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.gybanner .swiper-button-prev {
    transform: translateX(-50%) translateY(-50%)
}

.gybanner .swiper-button-next {
    transform: translateX(50%) translateY(-50%)
}

.gybanner .swiper-button-prev:hover,
.gybanner .swiper-button-next:hover {
    background: #e31d1a
}

.gy_b_txt {
    position: absolute;
    width: 27.6%;
    box-sizing: border-box;
    padding: 55px 45px 40px;
    background: #f5f5f5;
    left: 7.5%;
    bottom: 0;
    z-index: 2;
    transform: translateY(100px)
}

.gy_b_txt h2 {
    color: #666666;
    font-size: 20px;
    line-height: 18px;
    position: relative;
}

.gy_b_txt h2:before {
    content: '';
    display: block;
    width: 84px;
    height: 2px;
    background: #e31d1a;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -110px
}

.gy_b_txt h3 {
    line-height: 25px;
    color: #e31d1a;
    font-size: 20px;
    margin-bottom: 35px
}

.gy_b_txt p {
    display: none;
    line-height: 28px;
    color: #777777;
    font-size: 14px;
    height: 196px
}

.gy_b_txt p.ac {
    display: block
}

.gy_b_txt a {
    color: #e31d1a;
    font-weight: bold
}

.gy_b_txt .swiper-pagination {
    font-size: 26px;
    color: #666666;
    margin-top: 30px;
    position: static
}

.gy_b_txt .swiper-pagination span:nth-child(1) {
    color: #e31d1a;
    font-weight: bold;
    font-size: 36px
}

.gy_b_txt .swiper-pagination span:nth-child(2) {
    color: #666666;
    font-size: 20px
}
.cp_list{
    margin-top: 35px;
}
.cp_list li {
    display: inline-block;
    vertical-align: top;
    width: 24.07%;
    box-sizing: border-box;
    padding: 8px;
    background: #f5f5f5;
    margin-right: 1.24%;
    margin-bottom: 30px;
    position: relative;
}

.cp_list li:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #e31d1a;
    position: absolute;
    left: 50%;
    bottom: 0
}

.cp_list li:hover:after {
    left: 0;
    width: 100%
}

.cp_list li:hover h2 {
    color: #e31d1a
}

.cp_list li:nth-child(4n) {
    margin-right: 0
}

.cp_list li img {
    width: 100%
}

.cp_list li h2 {
    padding: 0 35px;
    margin-top: 24px;
    color: #282828;
    font-size: 18px
}

.cp_list li p {
    color: rgba(40, 40, 40, .5);
    padding: 0 35px 20px;
    text-transform: uppercase
}

.i_cp {
    padding-bottom: 60px
}

.i_wh {
    background-image: url(../images/i_cpbac_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0 220px
}

.i_wh .index_tit h2 {
    color: #fff;

}

.i_wh .index_tit h2 span {
    color: rgba(255, 255, 255, .4)
}

.whlist li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    ;
    text-align: center;
    padding-top: 160px
}

.whlist li span {
    display: inline-block;
    width: 144px;
    height: 144px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
}

.whlist li span font {
    display: inline-block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.whlist li span img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.whlist li span img:nth-child(2) {
    display: none
}

.whlist li a {
    display: block
}

.whlist li p {
    margin-top: 30px;
    color: #fff;
    font-size: 20px
}

.whlist li:hover span {
    background: rgba(255, 255, 255, .19);
    border-color: rgba(255, 255, 255, .19);
}

.whlist li:hover span font {
    background: #fff
}

.whlist li:hover span img:nth-child(1) {
    display: none
}

.whlist li:hover span img:nth-child(2) {
    display: inline-block
}

.i_new {
    padding: 85px 0 95px
}

.i_newlist {
    margin-top: 40px
}

.i_newlist li {
    display: inline-block;
    vertical-align: top;
    width: 29.42%;
    margin-right: 5.87%;
}
.i_newlist li img{
    width: 100%
}
.i_newlist li:nth-child(3n) {
    margin-right: 0
}

.i_newlist li div {
    padding: 35px 26px 45px
}

.i_newlist li span {
    font-size: 16px;
    color: rgba(68, 68, 68, .5);
    font-family: Arial;
    display: block;
    margin-bottom: 10px;
    line-height: 15px
}

.i_newlist li h2 {
    line-height: 28px;
    color: #444444;
    font-size: 18px;
    margin-bottom: 25px;
    height: 56px
}

.i_newlist li p {
    line-height: 26px;
    color: #909090;
    font-size: 16px;
}

.i_newlist li font {
    display: block;
    padding: 16px 26px 0;
    border-top: 1px solid #eaeaea;
    font-size: 16px;
    color: rgba(40, 40, 40, .4)
}

.i_newlist li:hover h2 {
    color: #e31d1a
}

.i_newlist li:hover font {
    color: #e31d1a;
    border-color: #e31d1a
}

.i_fwlx {
    display: table;
    width: 100%;
    table-layout: fixed
}

.i_fwlx .index_tit {
    margin-bottom: 40px
}

.i_fw {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    background-image: url(../images/fwbac_12.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 95px 0 145px 13.545%;
    position: relative;
}

.i_fw .index_tit h2 span {
    color: #000000
}

.i_fw img {
    margin-bottom: 18px
}

.i_fw p {
    color: #000000;
    font-size: 18px
}

.i_fw span {
    color: #959595;
    font-size: 14px
}

.kf font {
    color: #000000;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle
}

.kf {
    margin-top: 15px
}

.kf a {
    display: inline-block;
    line-height: 28px;
    border-radius: 28px;
    border: 1px solid transparent;
    color: #282828;
    vertical-align: middle;
    margin: 0 5px;
    padding: 0 18px
}

.kf a i {
    font-size: 20px;
}

.kf a:hover {
    color: #e31d1a;
    border-color: #e31d1a
}

.i_fwlx>div>a {
    position: absolute;
    left: 27.09%;
    bottom: 72px;
    text-transform: uppercase;
    font-size: 16px;
    color: rgba(0, 0, 0, .4)
}

.i_fwlx>div>a:hover {
    color: #e31d1a
}

.i_lx {
    padding: 95px 13.545% 145px 130px;
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    background-image: url(../images/lxbac_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.i_lx .index_tit h2,
.i_lx .index_tit h2 span{
    color:#fff
}
.i_fwlx>.i_lx>a {
    left: 130px;
    color:rgba(255,255,255,.4)
}
.i_lx>h2{
    padding-bottom: 34px;
    border-bottom: 2px solid rgba(208,208,208,.2);
    width: 85%;
    font-size: 30px;
    font-weight: bold;
    color:#fff;
    margin-bottom: 25px
}
.i_lx>h3{
    color:#ffffff;
    font-size: 18px
}