@-webkit-keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

@-moz-keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

@-o-keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

@keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

.recommend_box {
    padding-bottom: 60px
}

.recommend_tab {
    margin-bottom: 50px
}

.recommend_tab ul {
    border: 1px solid #b2b1b1;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px
}

.recommend_tab li:not(:last-child) {
    border-right: 1px solid #b2b1b1
}

.recommend_tab li.active a,
.recommend_tab li:hover a {
    color: #fff;
    background: #3b6bb4
}

.recommend_tab li a {
    font-size: 18px;
    color: #333333;
    display: block;
    padding: 0 15px;
    height: 48px;
    line-height: 48px
}

.recommend_swiper {
    height: 400px
}

.recommend_swiper .swiper-pagination {
    padding: 20px 10px;
    right: auto;
    left: 50%;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.recommend_swiper .swiper-pagination-bullet {
    background: #909090;
    width: 10px;
    height: 10px
}

.recommend_swiper .swiper-pagination-bullet-active {
    background: #504f4f
}

.recommend_img {
    width: 600px;
    height: 400px;
    position: relative;
    overflow: hidden
}

.recommend_img::before,
.recommend_img::after {
    display: block;
    content: "";
    position: absolute;
    left: -220px;
    top: 0;
    width: 50px;
    height: 700px;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
    -webkit-transform: skewx(-25deg);
    -moz-transform: skewx(-25deg);
    -o-transform: skewx(-25deg);
    -ms-transform: skewx(-25deg);
    transform: skewx(-25deg)
}

.recommend_img::after {
    left: -200px
}

.recommend_img:hover::before,
.recommend_img:hover::after {
    left: 1400px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s
}

.recommend_info {
    width: 600px;
    background: #363435;
    text-align: center
}

.recommend_info h1 {
    font-size: 36px;
    color: #fff
}

.recommend_info h3 {
    color: #a9a8a8;
    margin: 30px 30px 80px
}

.recommend_list li {
    width: 33.333333%
}

.recommend_list h2 {
    margin: 0 auto 20px;
    display: block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 38px;
    color: #ffffff;
    border: 1px solid #999;
    position: relative;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px
}

.recommend_list h2 span {
    position: absolute;
    right: 4px;
    bottom: 4px;
    z-index: 5;
    color: #fff;
    background: #d1af74;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px
}

.recommend_list h4 {
    color: #999999
}

.recommend_gg {
    width: 100%;
    height: 290px;
    background: url("../image/recommend_gg_bg.png") no-repeat center center
}

.recommend_gg>div {
    height: 290px
}

.recommend_gg_left h1 {
    font-size: 52px;
    color: #fff;
    font-weight: bold
}

.recommend_gg_left h6 {
    color: #fff;
    letter-spacing: 3px
}

.recommend_gg_left h2 {
    margin-top: 30px;
    font-size: 35px;
    color: #fff;
    padding: 0 20px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background: #d1af74
}

.recommend_gg_right h3 {
    color: #fff
}

.recommend_gg_right h2 {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    margin: 5px 0 15px
}

.recommend_gg_right a {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #d1af74;
    background: #fff;
    text-align: center
}

.recommend_gg_right a:hover {
    animation: shake 1.5s linear;
    -webkit-animation: shake 1.5s linear;
    -ms-animation: shake 1.5s linear;
    -o-animation: shake 1.5s linear;
    -moz-animation: shake 1.5s linear
}

.quality_list {
    padding-bottom: 80px
}

.quality_list li {
    width: 24%;
    height: 454px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 220px;
    -webkit-transition: transform .5s linear;
    -moz-transition: transform .5s linear;
    -o-transition: transform .5s linear;
    -ms-transition: transform .5s linear;
    transition: transform .5s linear
}

.quality_list li:hover {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px)
}

.quality_list h1 {
    display: block;
    width: 268px;
    height: 53px;
    line-height: 53px;
    color: #fff;
    margin: 0 auto 20px;
    font-size: 28px;
    background: url("../image/btn.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.quality_list h3 {
    color: #fff;
    line-height: 1.8
}

.quality_item_1 {
    background: url("../image/quality_item_1.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.quality_item_2 {
    background: url("../image/quality_item_2.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.quality_item_3 {
    background: url("../image/quality_item_3.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.quality_item_4 {
    background: url("../image/quality_item_4.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.core_box {
    min-width: 1200px;
    width: 100%;
    padding-bottom: 120px;
    background: #f6f6f6 url("../image/core_bg.png") repeat-y
}

.core_swiper {
    position: relative
}

.core_container {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.core_container>div {
    padding: 100px 20px 0;
    width: 300px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 3;
    background: rgba(255, 255, 255, 0.7)
}

.core_container>div::before {
    display: block;
    content: "";
    width: 66px;
    height: 66px
}

.core_container h1 {
    font-size: 35px;
    color: #000000;
    margin: 40px 0 15px
}

.core_container h6 {
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 65px;
    position: relative
}

.core_container h6::after {
    display: block;
    content: "";
    width: 60px;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 0;
    bottom: 40px
}

.core_container h4 {
    color: #000000;
    line-height: 1.8
}

.core_item_1::before {
    background: url("../image/core_item_1.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.core_item_2::before {
    background: url("../image/core_item_2.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.core_item_3::before {
    background: url("../image/core_item_3.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.core_item_4::before {
    background: url("../image/core_item_4.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.core_list {
    position: absolute;
    width: 1200px;
    left: 50%;
    bottom: 0;
    z-index: 10;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%)
}

.core_list li {
    text-align: center;
    margin-left: 50px;
    width: 160px;
    height: 160px;
    box-sizing: border-box;
    padding-top: 20px;
    border: 1px solid #b5b4b4;
    background: #fff;
    border-radius: 160px;
    -webkit-border-radius: 160px;
    -moz-border-radius: 160px;
    user-select: none;
    -webkit-user-select: none;
}

.core_list li::before {
    display: block;
    content: "";
    width: 56px;
    height: 55px;
    margin: 0 auto 5px
}

.core_list li.active {
    background: #3b6bb4;
    border-color: #3b6bb4
}

.core_list li.active h2 {
    color: #fff
}

.core_list li.active.core_icon_1::before {
    background: url("../image/core_active_icon_1.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.core_list li.active.core_icon_2::before {
    background: url("../image/core_active_icon_2.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.core_list li.active.core_icon_3::before {
    background: url("../image/core_active_icon_3.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.core_list li.active.core_icon_4::before {
    background: url("../image/core_active_icon_4.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.core_icon_1::before {
    background: url("../image/core_icon_1.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.core_icon_2::before {
    background: url("../image/core_icon_2.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.core_icon_3::before {
    background: url("../image/core_icon_3.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.core_icon_4::before {
    background: url("../image/core_icon_4.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.customized_list {
    padding-bottom: 140px
}

.customized_list li {
    flex: 1
}

.customized_list li:not(:last-child) {
    border-right: 1px solid #221713
}

.customized_list li h4 {
    color: #333;
    margin-top: 10px;
    text-align: center
}

.customized_list li::before {
    display: block;
    content: "";
    width: 62px;
    height: 46px;
    margin: 0 auto
}

.customized_list li:hover h4 {
    color: #244976
}

.customized_list li:hover.customized_item_1::before {
    background: url("../image/customized_item_1.png") no-repeat 0 -46px
}

.customized_list li:hover.customized_item_2::before {
    background: url("../image/customized_item_2.png") no-repeat 0 -46px
}

.customized_list li:hover.customized_item_3::before {
    background: url("../image/customized_item_3.png") no-repeat 0 -46px
}

.customized_list li:hover.customized_item_4::before {
    background: url("../image/customized_item_4.png") no-repeat 0 -46px
}

.customized_list li:hover.customized_item_5::before {
    background: url("../image/customized_item_5.png") no-repeat 0 -46px
}

.customized_list li:hover.customized_item_6::before {
    background: url("../image/customized_item_6.png") no-repeat 0 -46px
}

.customized_list li:hover.customized_item_7::before {
    background: url("../image/customized_item_7.png") no-repeat 0 -46px
}

.customized_list li:hover.customized_item_8::before {
    background: url("../image/customized_item_8.png") no-repeat 0 -46px
}

.customized_list li:hover.customized_item_9::before {
    background: url("../image/customized_item_9.png") no-repeat 0 -46px
}

.customized_item_1::before {
    background: url("../image/customized_item_1.png") no-repeat 0 0
}

.customized_item_2::before {
    background: url("../image/customized_item_2.png") no-repeat 0 0
}

.customized_item_3::before {
    background: url("../image/customized_item_3.png") no-repeat 0 0
}

.customized_item_4::before {
    background: url("../image/customized_item_4.png") no-repeat 0 0
}

.customized_item_5::before {
    background: url("../image/customized_item_5.png") no-repeat 0 0
}

.customized_item_6::before {
    background: url("../image/customized_item_6.png") no-repeat 0 0
}

.customized_item_7::before {
    background: url("../image/customized_item_7.png") no-repeat 0 0
}

.customized_item_8::before {
    background: url("../image/customized_item_8.png") no-repeat 0 0
}

.customized_item_9::before {
    background: url("../image/customized_item_9.png") no-repeat 0 0
}

.partner_box {
    width: 100%;
    height: 565px;
    background: url("../image/partner_bg.png") no-repeat center center
}

.partner_box .title_box h1 {
    color: #fff;
    font-size: 48px;
}

.partner_box .title_box h4 {
    color: #fff
}

.partner_box .title_box h6 {
    color: #fff
}

.partner_list li {
    width: 230px;
    margin: 0 5px 10px;
    background: #fff;
    box-sizing: border-box;
    position: relative
}

.partner_list li:hover h4 {
    opacity: 1
}

.partner_list li:hover h4::before,
.partner_list li:hover h4::after {
    opacity: 1;
    transition: all 1s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1)
}

.partner_list li img {
    padding: 20px;
    width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box
}

.partner_list li h4 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: #244976;
    color: #fff;
    font-weight: bold;
    font-size: 20px
}

.partner_list li h4::before {
    position: absolute;
    content: '';
    opacity: 0;
    transition: all 0.5s;
    top: 25px;
    right: 15px;
    bottom: 25px;
    left: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.partner_list li h4::after {
    position: absolute;
    content: '';
    opacity: 0;
    transition: all 0.5s;
    top: 15px;
    right: 25px;
    bottom: 15px;
    left: 25px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1, 0);
    transform-origin: 100% 0
}

.about_box {
    padding-bottom: 80px
}

.about_box .title_box h1 {
    color: #3b6bb4
}

.about_box .container>p {
    margin-bottom: 40px;
    text-align: center;
    font-size: 18px;
    color: #a3a3a3;
    line-height: 1.8;
    max-width: 1020px;
    margin: 0 auto 50px;
}

.about_list li {
    -webkit-transition: transform .5s linear;
    -moz-transition: transform .5s linear;
    -o-transition: transform .5s linear;
    -ms-transition: transform .5s linear;
    transition: transform .5s linear;
    background: url("../image/about_bg.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    border-radius: 15px;
    overflow: hidden;
}

.about_list li a {
    display: block;
    width: 224px;
    height: 167px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 40px;
    font-size: 20px;
    color: #a3a3a3
}

.about_list li a::before {
    display: block;
    content: "";
    margin: 0 auto 10px;
    width: 55px;
    height: 56px
}

.about_list li:hover {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    background: #3b6bb4;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.about_list li:hover a {
    color: #fff
}

.about_list li:hover.about_item_1 a::before {
    background: url("../image/about_active_icon_1.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.about_list li:hover.about_item_2 a::before {
    background: url("../image/about_active_icon_2.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.about_list li:hover.about_item_3 a::before {
    background: url("../image/about_active_icon_3.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.about_list li:hover.about_item_4 a::before {
    background: url("../image/about_active_icon_4.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.about_item_1 a::before {
    background: url("../image/about_icon_1.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.about_item_2 a::before {
    background: url("../image/about_icon_2.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.about_item_3 a::before {
    background: url("../image/about_icon_3.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.about_item_4 a::before {
    background: url("../image/about_icon_4.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.about_gg {
    width: 100%;
    height: 223px;
    background: url("../image/about_gg_bg.png") no-repeat center center;
    margin: 0 0 60px 0;
}

.about_gg>.container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

.about_gg_left h1 {
    font-weight: bold;
    font-size: 38px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 5px
}

.about_gg_left h1 span {
    font-size: 58px
}

.about_gg_left h6 {
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: uppercase
}

.about_gg_left h2 {
    font-size: 35px;
    margin: 15px 0;
    color: #ffffff
}

.about_gg_left::after {
    display: block;
    content: "";
    width: 60px;
    height: 3px;
    background: #d1af74
}

.about_gg_right {
    padding-left: 40px;
    margin-top: 10px;
    background: url("../image/gg_tel_icon.png") no-repeat 0 0
}

.about_gg_right h2 {
    color: #fff
}

.about_gg_right h1 {
    color: #fff;
    margin: 10px 0 15px;
    font-size: 38px;
    font-weight: bold
}

.about_gg_right a {
    display: block;
    background: #d1af74;
    color: #fff;
    font-size: 20px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.about_gg_right a:hover {
    animation: shake 1.5s linear;
    -webkit-animation: shake 1.5s linear;
    -ms-animation: shake 1.5s linear;
    -o-animation: shake 1.5s linear;
    -moz-animation: shake 1.5s linear
}

.news_box {
    padding-bottom: 50px
}

.headlines_box {
    width: 420px;
    margin-right: 60px
}

.headlines_box>h1 {
    margin-bottom: 20px;
    font-size: 14px;
    color: #000000;
    line-height: 35px;
    padding-left: 50px;
    background: url("../image/headlines_icon.png") no-repeat 0 0
}

.headlines_box h3 {
    padding: 10px 0
}

.headlines_box h6 {
    color: #000000
}

.headlines_box h6::after {
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    background: #000000;
    margin: 8px 0
}

.headlines_box h5 {
    font-size: 15px;
    margin-bottom: 25px;
    color: #333333
}

.headlines_box>a:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2)
}

.headlines_box>a:hover h3 {
    color: #244976
}

.headlines_box>a::after {
    display: block;
    content: "";
    width: 94px;
    height: 26px;
    background: url("../image/headlines_btn.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.headlines_img {
    width: 420px;
    height: 250px;
    box-sizing: border-box;
    border: 1px solid #ddd
}

.headlines_img img {
    width: 100%;
    height: 100%;
}

.news_tab {
    margin-bottom: 20px
}

.news_tab li a {
    display: block;
    width: 165px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    color: #222222
}

.news_tab li.active a {
    color: #fff;
    background: url("../image/news_tab_bg.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.news_swiper {
    width: 720px
}

.news_list li:not(:last-child) {
    margin-bottom: 15px
}

.news_list .imgs_box {
    width: 228px;
    height: 132px;
    border: 1px solid #ddd
}

.news_list .imgs_box img {
    width: 100%;
    height: 100%;
}

.news_list li:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2)
}

.news_list li:hover h3 {
    color: #213e83
}

.news_info {
    width: 465px;
    padding: 8px 15px 0
}

.news_info h3 {
    font-size: 18px;
    color: #222222
}

.news_info h6 {
    color: #000000;
    margin: 8px 0 15px
}

.news_info h5 {
    color: #000000;
    font-size: 15px
}

@media screen and (max-width: 1500px) {
    .core_container>div {
        width: 260px;
        padding-top: 30px
    }
    .core_container h1 {
        margin: 25px 0 15px
    }
    .core_container h6 {
        padding-bottom: 45px
    }
    .core_container h6::after {
        bottom: 20px
    }
}

@media screen and (min-width: 1700px) {
    .about_box {
        position: relative
    }
    .about_box::before {
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        content: "";
        width: 360px;
        height: 290px;
        /* background: url("../images/index/about_left.png") no-repeat; */
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -webkit-background-size: 100% 100%
    }
    .about_box::after {
        position: absolute;
        right: 100px;
        top: 0;
        display: block;
        content: "";
        width: 271px;
        height: 321px;
        /* background: url("../images/index/anout_right.png") no-repeat; */
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -webkit-background-size: 100% 100%
    }
}