* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-family: 'Microsoft Yahei';
}

a {
    text-decoration: none;
    cursor: pointer;
}

li {
    list-style-type: none;
}

.container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
#header-page{
    height: 94px;
}
.banner {
    height: 884px;
    width: 100%;
    min-width: 1280px;
    background: url("../images/index-1.jpg") center 100%;
}

.box1 {
    background: url("../images/index-2.jpg") center;
    width: 100%;
    height: 932px;
}

.box2 {
    background: url("../images/index-3.jpg") center;
    width: 100%;
    height: 1019px;
}

.bf-title {
    background: url("../images/bf-title.jpg") center;
    width: 100%;
    height: 224px;
}

.box3 {
    background: url("../images/index-4.jpg") center;
    width: 100%;
    height: 918px;
}

.banner-container {
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.banner-container .top-box {
    text-align: center;
    background-image: url('../images/img_top.png');
    background-size: 100% 100%;
    position: absolute;
    width: 119px;
    height: 119px;
    left: calc(50% - 600px);
    z-index: 2;
    color: #fff;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 19px;
}

.look-more {
    margin-top: 30px;
    width: 214px;
    height: 67px;
    display: block;
    background: url("../images/look.png");
}

.box {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 1280px;
}

.box-container {
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.box1-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 299px;
    text-align: center;
}

.box2-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 200px;
    text-align: center;
}

.box2-info {
    width: 1200px;
    background: url("../images/index-3bg.png") center;
    height: 650px;
    margin-top: 170px;
    padding-top: 77px;
    padding-left: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    box-shadow: 2px -7px 68px 8px rgba(231, 164, 121, 0.26);
}

.box2-info div {
    margin: 6px;
    width: 384px;
    position: relative;
    height: 498px;
    border-radius: 2px;
    box-shadow: 0px 0px 12px 1px rgba(235, 193, 161, 0.66);
    background: url("../images/box2-1.png") center;
}

.box2-info div a {
    width: 180px;
    height: 44px;
    border-radius: 22px;
    position: absolute;
    left: 105px;
    bottom: 30px;
    z-index: 666;
}

.tab {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.tab span {
    width: 137px;
    margin: 0 12px;
    height: 54px;
    line-height: 54px;
    cursor: pointer;
    font-size: 20px;
    color: #689084;
    border: 1px solid #689084;
    border-radius: 4px;
}

.tab .active {
    position: relative;
    height: 54px;
    line-height: 48px;
    border: none;
    color: #fff;
    background: #689084;
}
.tab .active:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0; 
    height: 0;
    border-width: 20px;
    border-style: solid;
    border-color:#689084 transparent transparent transparent;
}

.tab-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
}

.tab-img img {
    width: 98.5%;
    height: auto;
    margin-left: 30px;
}

.tab-img a {
    display: block;
    position: absolute;
    width: 214px;
    height: 67px;
    top: 345px;
    left: 110px;;
}

.news-info {
    width: 1200px;
    height: 488px;
    margin: 125px auto 0;
    display: flex;
    flex-direction: row;
}

.news-info .img-box-info {
    width: 920px;
    height: 488px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    margin-right: 12px;
    padding: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-ibox {
    width: 268px;
    height: 488px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    padding: 27px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.swiper-ibox .swiper-slide {
    width: 238px;
    border-radius: 2px;
    height: 130px !important;
    margin-bottom: 16px;
}

.swiper-ibox .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-container {
    width: 238px !important;
    height: 435px !important;
    margin: 0;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    width: 19px;
    height: 9px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background-size: 19px 9px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev {
    background-image: url(../images/to1.png);
    -webkit-background-size: 19px 9px;
    background-size: 19px 9px;
    left: 125px;
    top: 32px!important;
}

.swiper-button-next {
    background-image: url(../images/to2.png);
    -webkit-background-size: 19px 9px;
    background-size: 19px 9px;
    left: 125px;
    top: 490px!important;
}
.swiper-ibox .swiper-slide-active {
    box-sizing: border-box;
    border: 3px solid rgba(218,180,127,1);
}