﻿/*焦点图*/
html {
    overflow-x: hidden;
}

.banner {
    position: relative;
    /*top: -98px;*/
    height: 826px;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;

}

.banner .swiper-slide {
    /*display: block;*/
    /*     height: 914px; */
    height: 826px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-shade {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #663333;
    filter: alpha(opacity=50);
    /* IE */
    -moz-opacity: 0.5;
    /* 老版Mozilla */
    -khtml-opacity: 0.5;
    /* 老版Safari */
    opacity: 0.5;
    /* 支持opacity的浏览器*/

}

.banner-con {
    position: relative;
    z-index: 1;
    /*text-align: left;*/
    /*width: 1280px;*/
    /*left: 0;*/
    /*right: 0;*/
    /*margin: 0 auto;*/
    padding-left: 460px;
    margin-top: 150px;
    color: #ffffff;
    /*top: 10%;*/
    /*position: absolute;*/
    opacity: 0;
    /*-webkit-transform: scale3d(0.7,1,1);*/
    /*transform: scale3d(0.7,1,1);*/
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

}

.swiper-slide-active .banner-con {
    /*top: 30%;*/
    transition: all 0.5s linear;
    margin-top: 250px;
    opacity: 1;
    /*-webkit-transform: translate3d(0,0,0) scale3d(1,1,1);*/
    /*transform: translate3d(0,0,0) scale3d(1,1,1);*/
}

.banner-con h3 {
    font-size: 36px;
    line-height: 52px;
}

.banner-con p {
    font-size: 24px;
    line-height: 52px;
    color: #e8d4af;
}

.banner-btn {
    display: block;
    width: 203px;
    height: 57px;
    line-height: 57px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background-image: url("https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/banner-btn.png?v=2020");
    background-size: contain;
    margin-top: 31px;
}

.banner-btn:hover {
    color: #ffffff;
}

.banner-con .border-div {
    width: 48px;
    height: 4px;
    background-color: #d85212;
    margin-top: 30px;
    margin-bottom: 30px;
}

.banner .swiper-container-vertical {
    position: relative;
}

.banner .swiper-container-vertical>.swiper-pagination-bullets {
    top: -500px;
}

.banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: none;
    border: 3px solid #ffffff;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #ffffff;
    height: 40px;
    transition: all 0.2s linear;
}

.banner .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 11px 0;
}


.section {
    padding-top: 60px;
    padding-bottom: 60px;
}

/*who*/
.who {
    padding-bottom: 0;
}

.who .container {
    background-image: url("https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/index_04.jpg");
    background-position: right top;
    background-repeat: no-repeat;
}

.who .section-header {
    margin-bottom: 54px;
}

.who-body .container {
    position: relative;
}

.who-l {
    background-image: url(https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/index_06.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 845px;
    width: 830px;
    left: auto;
    z-index: 999;
}

.who-l .btn {
    background-color: #e8d4af;
    color: #753e2a;
    border-left: 5px solid #d85212;
    font-size: 16px;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    padding: 15px 34px;
}

.who-l .btn:hover {
    color: #ffffff;
}

.who-l-con {
    /*width: 377px;*/
    float: right;
    /*margin-right: 70px;*/
    padding-top: 100px;
    width: 350px;
    margin-right: 100px;
}

.who-l-con .border-div {
    width: 40px;
    height: 4px;
    background-color: #d85212;
    margin-top: 52px;
    margin-bottom: 30px
}

.who-l-title {
    font-size: 18px;
    line-height: 24px;
    color: #ffcc99;
    font-weight: bold;
    margin-bottom: 30px;
}

.who-l-desc {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 45px;
}

.who-r {
    width: 830px;
    float: right;
}

.who-r .swiper-container {
    overflow: initial;
}

.who-swiper-wrap .swiper-slide {
    width: 590px;
}

.who-swiper-wrap .g-icon {
    background-size: auto;
    width: 64px;
    height: 64px;
    margin-top: -32px;

}

.who-swiper-wrap .swiper-button-prev.g-icon {
    background-position: 0 -150px;
    left: 0;
}

.who-swiper-wrap .swiper-button-next.g-icon {
    background-position: 0 -81px;
    right: 0;
}

.who-item {
    position: relative;
    display: block;
    width: 590px;
    height: 402px;
    background-image: url("https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/index_09.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.who-item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #8c4119;
    opacity: 0;
    transition: opacity .3s ease-in;
}

.who-item .item-inner {
    padding: 32px 60px;
    height: 100%;
    position: relative;
}

.who-item .item-title {
    position: absolute;
    /* left: 60px; */
    bottom: 56px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.who-item .border-div {
    position: absolute;
    /* left: 60px; */
    bottom: 32px;
    width: 22px;
    height: 4px;
    background-color: #d85212;
}

.who-item .item-content {
    display: none;
    text-align: center;
}

.who-item:hover {
    text-align: center;
}

.who-item:hover .item-inner {
    padding: 82px 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.who-item:hover:before {
    opacity: .5;
}

.who-item:hover .item-title {
    font-size: 24px;
    position: initial;
}

.who-item:hover .border-div {
    position: initial;
    margin: 0 auto 10px;
}

.who-item:hover .item-content {
    display: block;
}

/*business*/
.business,
.partner {
    background-image: url("https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/index_09.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.business-item {
    display: block;
    margin-bottom: 20px;
}

.business-item-pic {
    position: relative;
    background-color: #8c4119;
}

.business-item:hover {
    -moz-box-shadow: 0px 9px 15px #9e9ea0;
    -webkit-box-shadow: 0px 9px 15px #9e9ea0;
    box-shadow: 0px 9px 15px #9e9ea0;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color='#9e9ea0')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color='#9e9ea0');
}

.business-item:hover .business-item-pic img {
    filter: alpha(opacity=50);
    /* IE */
    -moz-opacity: 0.5;
    /* 老版Mozilla */
    -khtml-opacity: 0.5;
    /* 老版Safari */
    opacity: 0.5;
    /* 支持opacity的浏览器*/
    transition: all 0.1s linear;
}

.business-item:hover .business-item-info .fr h4,
.business-item:hover .business-item-info .fr p {
    color: #8c4119;
    transition: all 0.1s linear;
}

.business-item-pic img {
    display: block;
    width: 100%;
}

.business-item-info {
    padding: 20px;
    background: #FFFFFF;
}

.business-item .g-icon {
    width: 30px;
    height: 30px;
    vertical-align: top;
}

.business-item .g-icon-b1 {
    background-position: 0 -343px;
}

.business-item .g-icon-b2 {
    background-position: 0 -374px;
}

.business-item .g-icon-b3 {
    background-position: 0 -405px;
}

.business-item .g-icon-b4 {
    background-position: 0 -434px;
}

@media (min-width: 992px) {
    .business-item-info .fl {
        width: 20%;
    }
}

.business-item-info .fr {
    width: 80%;
}

.business-item-info .fr h4 {
    color: #424656;
    font-weight: bold;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 30px;
}

.business-item-info .fr p {
    color: #7d808d;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 0;
    height: 36px;
    overflow: hidden;
}

/*partner*/
.partner {
    background-image: url("https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/index_10.jpg");
}

.partner-swiper-wrap {
    background: #ffffff;
    position: relative;
}

.partner-swiper-wrap .g-icon-arrowbgleft,
.partner-swiper-wrap .g-icon-arrowbgright {
    position: absolute;
    left: 320px;
    top: 380px;
    cursor: pointer;
    z-index: 99999;
}

.partner-swiper-wrap .g-icon-arrowbgright {
    left: 353px;
}

.partner-l {
    display: block;
    height: 412px;
    max-width: 385px;
    background-size: auto 100%;
    background-position: center;
    padding: 56px;
    color: #ffffff;
}

.partner-l h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    color: #ffffff;
}

.partner-l .border-div {
    width: 26px;
    height: 2px;
    background-color: #d85212;
    margin-top: 24px;
}

.partner-l .partner-l-desc {
    font-size: 12px;
    line-height: 18px;
    margin-top: 171px;
    max-width: 186px;
    color: #ffffff;
}

.partner-l .partner-l-tag {
    font-size: 12px;
    color: #e8d4af;
    line-height: 26px;
    margin-top: 15px;
}

.partner-r {
    position: relative;
    height: 412px;
    padding: 10px 50px 0 0;
}

.partner-r .flex-md-5 {
    border-bottom: 2px solid #f3f5fa;
}

.partner-logo-item {
    height: 100px;
    text-align: center;
    padding: 24px 0;
}

.partner .item {
    height: 75px;
    text-align: center;
    /* padding: 24px 0; */
    margin: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner .item-inner {
    height: 75px;
    line-height: 75px;
    display: block;
    color: #753e2a;
    font-size: 16px;
}

.partner-r .item .more {
    /*position: absolute;*/
    /*right: 50px;*/
    /*bottom: 40px;*/
    color: #753e2a;
    font-size: 16px;
    padding: 12px 24px;
}

.partner-r .item .more:hover {
    color: #fff;
}
.partner-r .item .more.btn-effect-1:before{
    /*background: #753e2a;*/
}

.partner-logo-item img {
    width: auto;
    /*height: 41px;*/
}

.partner-swiper-wrap .swiper-slide {
    background-color: #FFFFFF;
}

/*news*/
.news .section-header {
    margin-bottom: 34px;
}

.news .tab-content {
    min-height: 450px;
}

.news .news-tab {
    margin-top: 20px;
}

.news-tab li {
    float: left;
}

.news-tab li a {
    font-size: 18px;
    padding-right: 32px;
    color: #7d808d;
    line-height: 1;
}

.news-tab li.active a,
.news-tab li a:hover {
    color: #d85212;
}

.news-item:hover {}

.news-item-info {
    padding: 30px 0 0 0;
}

.news-item-date {
    color: #d85212;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
}

/*article*/
.article {
    background-color: #ebedf2;
}

.article .section-header {
    margin-right: 286px;
}

.article-swiper-wrap {
    /*margin-top: -20px;*/
    position: relative;
}

.article-swiper-wrap .g-icon-arrowleft,
.article-swiper-wrap .g-icon-arrowright {
    position: absolute;
    left: -25px;
    top: 50%;
    z-index: 1;
    margin-top: 17px;
    cursor: pointer;
}

.article-swiper-wrap .g-icon-arrowright {
    right: -25px;
    left: auto;
}

.article-item {
    display: block;
    position: relative;
    background-color: #ffffff;
    padding: 70px 165px 70px 80px;
    margin-top: 32px;
}

.article-item .g-icon-signleft,
.article-item .g-icon-signright {
    position: absolute;
}

.article-item .g-icon-signleft {
    top: 26px;
    left: 40px;
}

.article-item .g-icon-signright {
    bottom: 26px;
    right: 124px;
}

.article-item-people {
    position: absolute;
    width: 122px;
    right: 16px;
    top: -32px;
    text-align: center;
}

.article-item-people img {
    width: 122px;
    height: 122px;
    border: 6px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 10px;
    display: block;
}

.article-item-people p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 24px;
}

.article-item-con p {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 30px;
}

.article-item-con .text-ellipsis-3 {
    height: 90px;
}

.article-item:hover .article-item-con p {
    color: #d85212;
}

@media (max-width: 1259px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}