.over_hide {
    overflow: hidden;
}

#main {
    /* max-width: 1920px;
    min-width: 1600px; */
    height: auto;
    /*margin-top: 80px;*/
}

.jh-one {
    cursor: pointer;
}

.jh-one>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.jh-two {
    position: relative;
}

.jh-two>img,
.mappage>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.jh-two .word {
    position: absolute;
    top: 32%;
    left: 180px;
    width: 580px;
    /* transform: translateY(-50%); */
}

.jh-two .word h1 {
    font-size: 44px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 66px;
}

.jh-two .word .txt p {
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    margin: 16px 0 34px 0;
}

.numCount .clearfix {
    display: flex;
    align-items: flex-end;
}

.numCount .clearfix li {
    margin: 0 0 0 70px;
}

.numCount .clearfix li:first-child {
    margin: 0;
}

.numCount .numU {
    font-size: 36px;
    font-family: OPPOSans-H, OPPOSans;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 56px;
}

sub {
    vertical-align: text-bottom;
}

.white_btn {
    position: relative;
    display: inline-block;
    width: 162px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    font-size: 12px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #fff;
    line-height: 35px;
    margin-top: 29px;
    transition: 0.5s;
}

.white_btn:hover {
    background-color: #3b1789;
    border: 1px solid #3b1789;
}

.white_btn span {
    display: inherit;
    font-size: 18px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #fff;
    line-height: 27px;
    margin-left: 25px;
    padding: 11px 0;
}

.white_btn::after {
    content: "";
    position: absolute;
    width: 41px;
    height: 10px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/right_icon.png) no-repeat center;
    background-size: contain;
}

.numCount .indc {
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    line-height: 24px;
}



img {
    max-width: 100%;
    display: block;
}

.jh-three {
    max-width: 100%;
    width: 100%;
    height: 1080px;
    display: flex;
}

.jh-three_warpper {
    display: flex;
    max-width: 100%;
    width: 100%;
}

.onelogo {
    /* display: none; */
    width: auto;
    /* height: 64px; */
}

.jh-three .item .txt {
    width: 308px;
    opacity: 0.7;
}

.one {
    position: relative; background-size:auto 100%; background-position:center center;
    width: 25%;
    /* height: 1080px; */
    /*display: flex;*/
    transition: 0.5s;
    /*background-position: center;*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
    /*background: content-box;*/
}

.one:nth-child(1) {
    background-image: url("../images/disanping_aritco.png");
}

.one:nth-child(2) {
    background-image: url("../images/disanping_vitorte.png");
}

.one:nth-child(3) {
    background-image: url("../images/disanping_swift.png");
}

.one:nth-child(4) {
    background-image: url("../images/disanping_vitorte.png");
}

.one:hover .onelogo {
    display: block;
    width: auto;
    /*max-height: 63px;*/
    z-index: 3;
    margin-bottom: 68px;
    transition: 0.5s;
}


.onebox .word {
    display: none;

}

.onebox {
    text-align: center;
    width: 662px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.onebox .tit {
    font-size: 24px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 36px;
    margin-top: 42px;
}

.onebox h2 {
    line-height: 48px;
    color: #fff;
}

.onebox h1 {
    display: flex;
    font-size: 14px;
    font-weight: 300;
    margin-left: 256px;
    margin-top: 25px;
}

.onebox h1>img {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    margin-top: 5px;
}

.onebox span a {
    display: block;
    width: 118px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 38px;
    margin-left: 266px;
    margin-top: 52px;
    padding-left: 6px;
    display: flex;
}

.onebox span a {
    color: #fff;
}

.onebox span a>img {
    width: 22px;
    height: 10px;
    margin-top: 14px;
    margin-right: 10px;
}

.one:hover {
    margin: 0;
    width: 662px;
}

.one:hover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(59, 23, 137, 0.8);
    z-index: 1;
}

.one:hover .onebox,
.one:hover .word {
    display: block;
    z-index: 3;
}

.one:hover .tit {
    display: none;
}

.two {
    width: 480px;
    height: 1080px;
    background-image: url("../images/disanping_vitorte.png");
    display: flex;
}

.twologo {
    display: none;
}

.two:hover .twologo {
    display: block;
    width: 662px;
    height: 445px;
    z-index: 3;
}

.two:hover {
    margin: 0;
    width: 662px;
    background: url("../images/disanping_vitortehover.png");
}

.two:hover .twobox {
    display: block;
}

.twobox {
    display: none;
    text-align: center;
    width: 662px;
    color: #fff;
    opacity: 0.6;
    font-size: 14px;
    line-height: 24px;
}

.twobox h2 {
    line-height: 48px;
}

.twobox h1 {
    display: flex;
    font-size: 14px;
    font-weight: 300;
    margin-left: 256px;
    margin-top: 25px;
}

.twobox h1>img {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    margin-top: 5px;
}

.twobox span {
    display: block;
    width: 105px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 38px;
    margin-left: 266px;
    margin-top: 52px;
    padding-left: 15px;
    display: flex;
}

.twobox span>img {
    width: 22px;
    height: 10px;
    margin-top: 14px;
    margin-right: 10px;
}

.three {
    width: 480px;
    height: 1080px;
    background: url("../images/disanping_swift.png");
}

.threelogo {
    display: none;
}

.three:hover .threelogo {
    display: block;
    width: 662px;
    height: 445px;
    z-index: 3;
}

.three:hover {
    margin: 0;
    width: 662px;
    background: url("../images/disanping_swifthover.png");
}

.three:hover .threebox {
    display: block;
}

.threebox {
    display: none;
    text-align: center;
    width: 662px;
    color: #fff;
    opacity: 0.6;
    font-size: 14px;
    line-height: 24px;
}

.threebox h2 {
    line-height: 48px;
}

.threebox h1 {
    display: flex;
    font-size: 14px;
    font-weight: 300;
    margin-left: 256px;
    margin-top: 25px;
}

.threebox h1>img {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    margin-top: 5px;
}

.threebox span {
    display: block;
    width: 105px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 38px;
    margin-left: 266px;
    margin-top: 52px;
    padding-left: 15px;
    display: flex;
}

.threebox span>img {
    width: 22px;
    height: 10px;
    margin-top: 14px;
    margin-right: 10px;
}

.four {
    width: 480px;
    height: 1080px;
    background: url("../images/disanping_handicare.png");
}

.fourlogo {
    display: none;
}

.four:hover .fourlogo {
    display: block;
    width: 662px;
    height: 445px;
    z-index: 3;
}

.four:hover {
    margin: 0;
    width: 662px;
    background: url("../images/disanping_handicarehover.png");
}

.four:hover .fourbox {
    display: block;
}

.fourbox {
    display: none;
    text-align: center;
    width: 662px;
    color: #fff;
    opacity: 0.6;
    font-size: 14px;
    line-height: 24px;
}

.fourbox h2 {
    line-height: 48px;
}

.fourbox h1 {
    display: flex;
    font-size: 14px;
    font-weight: 300;
    margin-left: 256px;
    margin-top: 25px;
}

.fourbox h1>img {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    margin-top: 5px;
}

.fourbox span {
    display: block;
    width: 105px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 38px;
    margin-left: 266px;
    margin-top: 52px;
    padding-left: 15px;
    display: flex;
}

.fourbox span>img {
    width: 22px;
    height: 10px;
    margin-top: 14px;
    margin-right: 10px;
}

.fourbox .handekaier {
    width: 120px;
}

.fuwu {
    width: 60px;
    height: 180px;
    position: fixed;
    bottom: 350px;
    right: 10px;
    z-index: 6;
    cursor: pointer;
   
}

.fuwu span {
    display: block;
    width: 60px;
    height: 60px;
    background: #3b1789;
}

.fuwu .oneserver {
    border-radius: 10px 10px 0 0;
    background: #3b1789 url("../images/guideline_kf.png") no-repeat center;
     transition: 0.3s;
}

.fuwu .twoserver {
    background: #3b1789 url("../images/guideline_bj.png") no-repeat center;
     transition: 0.3s;
}

.fuwu .threeserver {
    position: relative;
    border-radius: 0 0 10px 10px;
    background: #3b1789 url("../images/guideline_phone.png") no-repeat center;
}

.fuwu .oneserver:hover {
    background-color: #f9b73b;
}

.fuwu .twoserver:hover {
    background-color: #f9b73b;
}

.fuwu .threeserver:hover {
    background-color: #f9b73b;
}

.fuwu .threeserver:hover .number {
    display: block;
}

.fuwu .threeserver .number {
    color: #fff;
    line-height: 60px;
    z-index: 4;
    width: 160px;
    height: 60px;
    text-align: center;
    background: #f9b73b;
    position:absolute;
    right: 68px;
    border-radius: 8px;
    display: none;
}
.fuwu .threeserver .number a{
    color: #fff;
    line-height: 60px;
}
.ziyingsever {
    max-width: 100%;
    min-width: 1600;
    width: 100%;
    height: 1080px;
    background: #f0edf6;
    text-align: center;
    overflow: hidden;
    background: url(../images/bg.png) no-repeat;
    background-size: cover;
}

.ziyingsever h1 {
    margin-top: 150px;
    font-size: 34px;
    line-height: 66px;
}

.ziyingsever p {
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.choose {
    width: 610px;
    height: 410px;
    display: flex;
    flex-wrap: wrap;
    justify-items: end;
    justify-content: space-around;
    margin-top: 70px;
}

.ziyingsever .span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 180px;
    height: 180px;
    border: 1px solid #ccc;
    border-radius: 20px;
    transition: 0.3s;
}

.ziyingsever .span .img {
    position: relative;
}

.ziyingsever .span .img .hiden {
    display: none;
    /* position: absolute; */
    top: 0;
    height: 70px;
}

.ziyingsever .span:hover {
    background: #3b1789;
}

.ziyingsever .span:hover .img .show {
    display: none;
}

.ziyingsever .span:hover .img .hiden {
    display: block;
}

.ziyingsever .span p {
    margin-top: 10px;
    transition: 0.3s;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    line-height: 24px;
}

.ziyingsever .span:hover p {
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
}

.mappage {
    max-width: 100%;
    min-width: 1400px;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background: url(../images/index-three.png) no-repeat;
    background-size: cover;
}

.mappage .title {
    font-size: 36px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 54px;
    text-align: center;
    margin-top: 80px;
}

.kefu {
    max-width: 100%;
    min-width: 1600px;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: #f0edf6 url("../images/pic_shenghuomeixue.png") no-repeat center;
    text-align: center;
    background-size: cover;
}

.kefu h1 {
    font-size: 44px;
    color: #fff;
    margin-top: 183px;
    margin-bottom: 45px;
    font-weight: 500;
}

.kefu .bigbox p {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 35px;
    border-radius: 10px;
    cursor: pointer;
}


.pro_cont {
    width: 100%;
    display: inline-table;
    background: url(../images/ysbjq.png) no-repeat;
    background-size: cover;
    padding-bottom: 40px;
}

.pro_cont .font_sy_23 {
    margin-top: 62px;
    margin-bottom: 10px;
    font-size: 44px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 66px;
}

.pro_cont .word {
    float: left;
    margin-left: 80px;
    margin-top: 300px;
    width: 283px;
}

.pro_cont .font_sy_14 {
    font-size: 20px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #BBBBBB;
    line-height: 34px;
}

.pro_cont .pro_warpper {
    margin-top: 40px;
    width: 1200px;
    float: left;
}

.pro_cont .pro_warpper .ysbj-swiper {
    width: 274px;
    height: 480px;
}

.pro_cont .pro_warpper .ysbj1-swiper {
    width: 560px;
    height: 923px;
}

.pro_cont .pro_warpper .left {
    float: left;
    margin-left: 300px;
    margin-top: 200px;
}

.pro_cont .pro_warpper .right {
    margin-right: 0px;
}

.ysbj-swiper .swiper-slide {
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    /*line-height: 17px;*/
    /*padding: 5px 0;*/
    text-align: center;
    line-height: 55px;
    transition: 0.5s;
    cursor: pointer;
}
.yizhi1-swiper .swiper-slide {cursor: pointer;}
.ysbj-swiper .swiper-slide.swiper-slide-thumb-active {
    font-size: 20px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 55px;
    border-top: 1px solid #3F3F3F;
    border-bottom: 1px solid #3F3F3F;
     line-height: 41px; 
}

.ysbj1-swiper .swiper-slide img {
    width: 560px;
    height: 923px;
}

.ysbj-swiper .swiper-slide.swiper-slide-thumb-active::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border-left: #fff 7px solid;
    border-bottom: transparent 5px solid;
    border-top: transparent 5px solid;
    border-radius: 10px;
}

.aqxt {
    width: 100%;
    position: relative;
}

.aqbk {
    position: absolute;
    bottom: 252px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    width: 463px;
    right: 241px;
}
.aqxt_box .item{
    display: none;
}

.aqbk h4 {
    font-size: 32px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 48px;
    margin-bottom: 10px;
}

.aqbk p {
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.aqxt_menu {
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
}

.aqxt_menu .font_sy_23 {
    font-size: 44px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 66px;
}

.aqxt_warpper {
    margin-top: 26px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    border-image: linear-gradient(180deg, rgba(81, 81, 81, 1), rgba(24, 15, 38, 0)) 1 1;
    backdrop-filter: blur(10px);
    height: 80px;
    display: flex;
}

.aqxt_menu .item {
    display: inline-block;
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 80px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    transition: 0.5s;
}

.aqxt_menu .item:hover,
.aqxt_menu .item.on {
    background: #3B1789;
    color: #fff;
    font-weight: 600;
}


.pageSwier-inner {
    position: relative;
    height: 100vh !important;
    overflow: hidden;
}

#main.pageSwier {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#serverinform {
    display: none;
    z-index: 9;
}

.first-xq img {
    /* object-fit: none; */
    width: 100%;
}
@media screen and (min-width: 1921px){
.first-xq img,.fifth-xq img,.forth-xq img,.second-xq img{
     object-fit: cover!important; 
     width: 100%;
}

.shmx img{
    width: 100%;
}
.honor_warpper .honor_item li {
    height: 102px!important;
    /*background-size: cover!important;*/
}
}
@media screen and (max-width: 1850px){
.first-xq img,.fifth-xq img,.forth-xq img{
     object-fit: cover!important; 
     width: 100%;
}
.sixth-xq img,
.aboutone img {
     object-fit:cover!important; 
     width: 100%;
}
}
.pro_guige {
    background: #141219;
    padding: 100px 40px 90px 40px;
}

.pro_guige .cpgg {
    width: 351px;
    height: 300px;
    position: absolute;
    top: 20px;
    background-color: #141219d6;
    z-index: 2;
    border-radius: 0 0 8px 0;
}

.pro_guige .font_sy_23 {
    font-size: 44px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 66px;
}

.pro_guige_swiper .data {
    width: 351px;
    float: left;
    margin-top: 300px;
}

.pro_guige_swiper .data .tit {
    font-size: 36px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 54px;
    margin: 30px 0 12px 0;
}

.clearfix {
    display: block;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pro_guige_swiper .data .date_item {
    padding: 19px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pro_guige_swiper .data .date_item .fl {
    height: 18px;
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 27px;
}

.pro_guige_swiper .data .date_item .fr {
    font-size: 18px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 27px;
}

.pro_guige_swiper .img {
    display: inline-block;
    width: 870px;
    margin-top: 53px;
    padding: 20px;
    background: #E6E6E6;
    border-radius: 4px;
    float: right;
}

.investment_con {
    position: relative;
}

.pro_guige_warpper {
    position: relative;
    /* display: none; */
    width: 1440px;
}

.swiper-btn {
    position: absolute;
    display: inline;
}

.swiper-btn .swiper-button-next,
.swiper-btn .swiper-container-rtl .swiper-button-prev {
    background: url(../images/icon_right.png);
    right: 10px;
    left: auto;
}

.swiper-btn .swiper-button-prev,
.swiper-btn .swiper-container-rtl .swiper-button-next {
    background: url(../images/icon_left.png);
    left: 0px;
    right: auto;
}

.swiper-btn .swiper-button-prev,
.swiper-btn .swiper-container-rtl .swiper-button-next {
    top: unset;
    bottom: -80px;
    /* left: 43%; */
    width: 50px;
    height: 50px;
    border: unset;
    border-radius: 50%;
    padding: 0;
    background-size: 50px 50px;
    transition: 0.3s;
    border: 1px solid #fff;
}

.swiper-btn .swiper-button-next,
.swiper-btn .swiper-container-rtl .swiper-button-prev {
    top: unset;
    bottom: -80px;
    /* right: 43%; */
    width: 50px;
    height: 50px;
    border: unset;
    border-radius: 50%;
    padding: 0;
    background-size: 50px 50px;
    transition: 0.3s;
    border: 1px solid #fff;
}

.pro_guige .swiper-btn {
    top: 150px;
    width: 180px;
}

.swiper-btn .swiper-button-next:hover,
.swiper-btn .swiper-container-rtl .swiper-button-prev:hover {
    background: url(../images/icon_right1.png) #fff;
    right: 10px;
    left: auto;
    background-size: 50px 50px;
}

.swiper-btn .swiper-button-prev:hover,
.swiper-btn .swiper-container-rtl .swiper-button-next:hover {
    background: url(../images/icon_left1.png) #fff;
    left: 0px;
    right: auto;
    background-size: 50px 50px;
}

.cpgg .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.cpgg .swiper-pagination-fraction {
    bottom: 163px;
    left: -150px;
    width: 100%;
    color: #fff;
    font-size: 24px;
}

.swiper-pagination .swiper-pagination-current {
    font-size: 24px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
}

.swiper-pagination .swiper-pagination-total {
    font-size: 24px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 36px;
}

.dtys {
    display: inline-block;
    width: 100%;
    background: #EEEEEE;
    padding: 60px 0;
}

.dtys .font_sy_23 {
    font-size: 44px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #1A1A1A;
    line-height: 66px;
    text-align: center;
    margin-bottom: 60px;
}

.swiper-btn1 .swiper-button-next,
.swiper-btn1 .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/jt_right.png);
    right: 39px;
    left: auto;
}

.swiper-btn1 .swiper-button-next,
.swiper-btn1 .swiper-container-rtl .swiper-button-prev {
    top: 50%;
    /* right: 43%; */
    width: 50px;
    height: 50px;
    border: unset;
    border-radius: 50%;
    padding: 0;
    background-size: 50px 50px;
    transition: 0.3s;
    background-color: #fff;
}

.swiper-btn1 .swiper-button-prev,
.swiper-btn1 .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/jt_left.png);
    left: 39px;
    right: auto;
}

.swiper-btn1 .swiper-button-prev,
.swiper-btn1 .swiper-container-rtl .swiper-button-next {
    top: 50%;
    /* left: 43%; */
    width: 50px;
    height: 50px;
    border: unset;
    border-radius: 50%;
    padding: 0;
    background-size: 50px 50px;
    transition: 0.3s;
    background-color: #fff;
}

.yizhi_warpper {
    width: 1440px;
    margin-top: 45px;
    display: flex;
    align-items: flex-end;
}

.yizhi_warpper .yizhi>img {
    width: 169px;
    margin: 0 auto;
    position: absolute;
    left: 0;

}

.yizhi_warpper .yizhi-swiper {
    width: 327px;
    display: inline-block;
    margin-top: 47px;
    /* margin-left: 105px; */
}

.yizhi-swiper .img img {

    width: 327px;
}

.yizhi1 {
    width: 70%;
    margin-left: 80px;
}

/* .yizhi1-swiper .swiper-slide img{
    display: inline-block;
    width: 104px;
    height: 301px;
} */
.yizhi1-swiper .swiper-slide p {
    position: relative;
    font-size: 11px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
    margin-top: 15px;
    text-align: center;
}

.chanp3 .yizhi1-swiper .swiper-slide.swiper-slide-thumb-active p,.pro3 .yizhi1-swiper .swiper-slide.swiper-slide-thumb-active p {
    font-size: 11px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 17px;
}

.chanp3 .yizhi1-swiper .swiper-slide.swiper-slide-thumb-active p::before,.pro3 .yizhi1-swiper .swiper-slide.swiper-slide-thumb-active p::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border-left: #fff 6px solid;
    border-bottom: transparent 4px solid;
    border-top: transparent 4px solid;
    border-radius: 10px;
}

.yizhi_warpper.product3 .yizhi>img {
    width: 635px;
    bottom: 0;
}

.yizhi_warpper.product3 .yizhi-swiper .img {
    perspective: 438px;
    -webkit-perspective: 438px;
    padding: 25px;
}

.yizhi_warpper.product3 .yizhi-swiper .img img {
    transform: rotateY(345deg);
}

.yizhi_warpper.product3 .yizhi-swiper {
    margin-top: 92px;
    margin-left: 241px;
}

.yizhi1 .font_sy_23 {
    margin-left: 300px;
}

.yizhi1 .font_sy_14 {
    margin-bottom: 50px;
    margin-left: 300px;
    width: 290px;
}

.right_arrow{ margin-bottom:30px; font-size:16px; line-height:20px; height:20px; background:url(../images/right_arrow.png) no-repeat right center; background-size:auto 16px; text-align: right; padding-right:30px; color:#ffffff; }

.pro3 {
    min-height: 100vh;
    position: relative;
}

.pro3 .yizhi_warpper .yizhi-swiper {
        width: 635px;
    /* margin-top: 153px; */
    /* margin-left: -803px; */
    position: absolute;
    bottom: 0;
    left: 0px;
    margin-left: 0;
}

.pro3 .yizhi-swiper .img img {
    width: 635px;
}

.pro3 .yizhi1 {
    position: absolute;
    bottom: 80px;
    left: 620px;
    width: 60%;
}

@media screen and (max-width: 1600px){
.pro3 .yizhi1 {
    width: 47%;
}
}

.foot-out {
    height: auto!important;
    /* min-height: 750px!important; */
}

.servers {
    background: url(../images/ser_bg.png) no-repeat;
    background-size: cover;
    padding: 180px 0 100px 0;
}

.servers_box {
    max-width: 1000px;
    margin: 0 auto;
}

.servers_box .item {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 90px;
    cursor: pointer;
}
.servers_box .item:first-child{
 cursor: pointer;
}

.servers_box .item p {
    margin-top: 10px;
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #666666;
    line-height: 24px;
}

.ser_search {
    position: relative;
}

.ser_search .cent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.ser_search .cent h1 {
    font-size: 44px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 66px;
}

.ser_search .cent a {
    width: 234px;
    height: 56px;
    line-height: 58px;
}

.ser_search .cent a span {
    font-size: 18px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #e2e2e2;
    margin-left: -44px;
}

.online {
    position: relative;
}

.online .online_box {
    position: absolute;
    left: 220px;
    top: 50%;
    transform: translateY(-50%);
}

.online .online_box h1 {
    font-size: 44px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 66px;
}

.online .online_box p {
    font-size: 30px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 45px;
    margin: 40px 0;
}

.zhenyan {
    position: relative;
    padding: 180px 0 80px 0;
    background: #F6F7F8;
    z-index: 0;
}

.zhenyan_box {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    /* display: flex;
    flex-wrap: wrap; */
}

.zhenyan_box .item {
    padding: 60px;
    width: 47%;
    background: #FFFFFF;
    border-radius: 8px;
    float: left;
    box-sizing: border-box;
    margin-right: 44px;
    margin-bottom: 44px;
    cursor: pointer;
    transition: 0.5s;
    z-index: 1;
    margin-left: 0;
}

.zhenyan_box .item:hover {
    box-shadow: 0px 2px 34px 0px rgba(43, 0, 135, 0.07);
}

.zhenyan_box .item:nth-child(2n) {
    margin-right: 0px;
}

.zhenyan_box .item:nth-child(2n-1) {
    margin-top: -100px;
}

.zhenyan_box .item h3 {
    font-size: 28px;
    font-family: AlibabaPuHuiTiM;
    color: #1A1A1A;
    line-height: 38px;
}

.zhenyan_box .item .txt {
    margin: 18px 0;
    color: #666666;
line-height: 30px;
}

.zhenyan_box .item .txt p {
    font-size: 18px;
    font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
    font-weight: normal;
    color: #666666;
    line-height: 30px;
}

.zhenyan_box .item a {
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
    padding-right: 22px;
    transition: 0.5s;
    background: url(../images/right_ic.png) no-repeat right;
}

.zhenyan_box .item:hover a {
    color: #3B1789;
    line-height: 21px;
    padding-right: 22px;
    background: url(../images/right1_ic.png) no-repeat right;
}

.zhenyan_box .item .ico {
    margin-top: 55px;
}

.zhenyan_box .item .ico img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.zhenyan_box .item .ico .tit {
    margin-left: 20px;
}

.zhenyan_box .item .ico .tit p {
    font-size: 16px;
    font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
    font-weight: normal;
    color: #666666;
    line-height: 30px;
}

.zhenyan .dh {
    position: absolute;
    z-index: -1;
}

.zhenyan .douhao1 {
    top: 110px;
    left: 955px;
}

.zhenyan .douhao2 {
    top: 617px;
    left: 1475px;
}

.zhenyan .douhao3 {
    bottom: 144px;
    left: 890px;
}

.khzy {
    background: url(../images/xiangmuanli_eleven.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.khzy h1 {
    text-align: center;
    margin-bottom: 20px;
}

.khzy_box {
    max-width: 1400px;

}

.khzy_box .item {
    padding: 40px;
    background: #FFFFFF;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.5s;
}

.khzy_box .item h3 {
    font-size: 28px;
    font-family: AlibabaPuHuiTiM;
    color: #1A1A1A;
    line-height: 38px;
}

.khzy_box .item .txt {
    margin: 18px 0;
}

.khzy_box .item .txt p {
    font-size: 18px;
    font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
    font-weight: normal;
    color: #666666;
    line-height: 30px;
}

.khzy_box .item a {
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
    padding-right: 22px;
    transition: 0.5s;
    background: url(../images/right_ic.png) no-repeat right;
}

.khzy_box .item:hover a {
    color: #3B1789;
    line-height: 21px;
    padding-right: 22px;
    background: url(../images/right1_ic.png) no-repeat right;
}

.khzy_box .item .ico {
    margin-top: 55px;
}

.khzy_box .item .ico img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.khzy_box .item .ico .tit {
    margin-left: 20px;
}

.khzy_box .item .ico .tit p {
    font-size: 16px;
    font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
    font-weight: normal;
    color: #666666;
    line-height: 30px;
}

.khzy_box .swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.8);
    /* margin: 1px; */
    transform: scale(0.85);
    margin-top: 70px;
    margin-bottom: 70px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.khzy_box .swiper-slide.swiper-slide-active,
.khzy_box .swiper-slide-duplicate-active {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 10;
}

.khzy_box .swiper-slide.swiper-slide-prev {}

.khzy_box .white_btn {
    display: block;
    margin: 0 auto;
    border: 1px solid #999999;
}

.khzy_box .white_btn span {
    color: #333333;
}

.khzy_box .white_btn::after {
    position: absolute;
    width: 41px;
    height: 10px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon_right1.png) no-repeat center;
    background-size: 50px;
}

.khzy_box .white_btn:hover::after {
    background: url(../images/icon_right.png) no-repeat center;
    background-size: 50px;
}

.khzy_box .white_btn:hover span {
    color: #fff;
}

.hexin1 {
    padding: 80px;
}

.hexin1 .hexin1_box {
    width: 1400px;
}

.hexin1 .lcln {
    background: url(../images/lcln_bg.png) no-repeat;
    background-size: cover;
    margin-bottom: 50px;
    height: 370px;
    padding: 80px;
    box-sizing: border-box;
}

.hexin1 .lcln .tit {
    font-size: 34px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #1A1A1A;
    line-height: 51px;
    margin-bottom: 24px;
}

.hexin1 .lcln .txt p {
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.hexin1-warpper {
    display: flex;
}

.hexin1-warpper .item {
    width: 440px;
    padding: 60px 35px;
    background: #F6F7F8;
    border-radius: 8px;
    box-sizing: border-box;
    text-align: center;
}

.hexin1-warpper .item p {
    font-size: 28px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    line-height: 42px;
    margin: 30px 0 12px 0;
}

.hexin1-warpper .item span {
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    text-align: center;
}

.hexin1-warpper .img img {
    width: 120px;
    height: 120px;
}

.hexin2 {
    display: flex;
}

.hexin2 .he_itm {
    width: 50%;
    position: relative;
}

.hexin2 .he_itm .word {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    min-width: 528px;
}

.he_itm .word .title {
    font-size: 40px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 60px;
    margin-bottom: 24px;
}

.he_itm .word p {
    font-size: 24px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #D6D6D6;
    line-height: 36px;
}

.hexin3 {
    padding: 100px 0;
}

.hexin3 h1 {
    text-align: center;
    margin-bottom: 90px;
}

.m_map {
    width: 989px;
    height: 774px;
    margin: 0px auto;
    position: relative;
    background: url(../images/diru.png) no-repeat;
}

.tait {
    font-size: 36px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    left: 100px;
}

.tait span {
    color: #ff6d3b;
}

.tait2 {
    font-size: 36px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    padding: 50px 0px;
}

.mp {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 26px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.mp::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #F9B73B;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.mp:hover {
    background: url(../images/fi2.png) no-repeat 4px 20px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.hover_tu {
    background: url(../images/fi2.png) no-repeat 4px 20px;
}

.mp .mito {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 14px;
    color: #fff;
}

.mp .find_mi1 {
    /* left: -12px; */
    width: 55px;
}

.mp .find_mi2 {
    left: -5px;
    width: 55px;
}

.feng {
    position: absolute;
    display: none;
    width: 187px;
    left: -180px;
    top: -78px;
    background: rgba(9, 0, 30, 0.8);
    z-index: 10;
    border-radius: 8px;
}

.feng .sang {
    display: none;
    position: absolute;
    left: 235px;
    bottom: 0px;
    background: url(../images/vf2.png) no-repeat 0 0;
    width: 14px;
    height: 8px;
}

.feng .tree {
    width: 100%;
}

.feng .tree .boou {
    display: none;
    width: 86px;
    height: 62px;
    float: left;
}

.feng .tree .du_size {
    width: auto;
    padding: 16px;
}

.feng .tree .du_size h3 {
    font-size: 24px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 36px;
}
.feng .tree .du_size p {
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    padding: 12px 0;
    margin-bottom: 12px;
    border-bottom: 1px solid #312C3E;
}
.feng .tree .du_size a {
    font-size: 12px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #BCBCBC;
    line-height: 18px;
}

.mp1 {
    left: 243px;
    top: 272px;
}

.mp2 {
    left: 341px;
    top: 395px;
}

.mp3 {
    left: 457px;
    top: 508px;
}

.mp4 {
    left: 552px;
    top: 528px;
}

.mp5 {
    left: 524px;
    top: 538px;
}

.mp6 {
    left: 545px;
    top: 594px;
}

.mp7 {
    left: 432px;
    top: 624px;
}

.mp8 {
    left: 548px;
    top: 407px;
}

.mp9 {
    left: 625px;
    top: 398px;
}

.mp10 {
    left: 612px;
    top: 325px;
}

.mp10 {
    left: 612px;
    top: 325px;
}

.mp11 {
    left: 643px;
    top: 454px;
}

.mp12 {
    left: 611px;
    top: 503px;
}

.mp13 {
    left: 655px;
    top: 496px;
}

.mp14 {
    left: 726px;
    top: 485px;
}

.mp15 {
    left: 699px;
    top: 557px;
}

.mp16 {
    left: 618px;
    top: 566px;
}

.mp17 {
    left: 658px;
    top: 652px;
}

.mp18 {
    left: 692px;
    top: 443px;
}

.mp19 {
    left: 727px;
    top: 428px;
}

.mp20 {
    left: 761px;
    top: 450px;
}

.mp21 {
    left: 676px;
    top: 345px;
}

.mp22 {
    left: 728px;
    top: 375px;
}

.mp23 {
    left: 692px;
    top: 296px;
}

.mp24 {
    left: 704px;
    top: 323px;
}

.mp25 {
    left: 790px;
    top: 256px;
}

.mp26 {
    left: 825px;
    top: 187px;
}

.mp27 {
    left: 864px;
    top: 135px;
}

.mp28 {
    left: 573px;
    top: 573px;
}

.mp29 {
    left: 746px;
    top: 441px;
}

.mp30 {
    left: 673px;
    top: 592px;
}

.mp31 {
    left: 779px;
    top: 440px;
}

.mp32 {
    left: 604px;
    top: 746px;
}

.mp33 {
    left: 799px;
    top: 476px;
}

.mp34 {
    left: 753px;
    top: 210px;
}

.mp35 {
    left: 753px;
    top: 391px;
}

.mp36 {
    left: 596px;
    top: 415px;
}

.mp37 {
    left: 575px;
    top: 435px;
}

.mp38 {
    left: 589px;
    top: 365px;
}

.mp39 {
    left: 575px;
    top: 316px;
}

.mp40 {
    left: 612px;
    top: 266px;
}

.mp41 {
    left: 778px;
    top: 495px;
}

.mp42 {
    left: 718px;
    top: 318px;
}

.mp43 {
    left: 653px;
    top: 545px;
}

.mp44 {
    left: 749px;
    top: 593px;
}

.mp45 {
    left: 800px;
    top: 524px;
}

.mp46 {
    left: 633px;
    top: 525px;
}

.mp47 {
    left: 535px;
    top: 365px;
}

.mp48 {
    left: 774px;
    top: 529px;
}

.mp49 {
    left: 798px;
    top: 578px;
}

.mp50 {
    left: 722px;
    top: 544px;
}

.mp51 {
    left: 706px;
    top: 501px;
}

.mp52 {
    left: 743px;
    top: 551px;
}

.mp53 {
    left: 246px;
    top: 483px;
}

.mp54 {
    left: 570px;
    top: 652px;
}

.mp55 {
    left: 635px;
    top: 347px;
}

.mp56 {
    left: 651px;
    top: 425px;
}

.mp57 {
    left: 492px;
    top: 420px;
}

.mp58 {
    left: 549px;
    top: 297px;
}

.mp59 {
    left: 704px;
    top: 398px;
}

.mp60 {
    left: 556px;
    top: 527px;
}

.mp61 {
    left: 551px;
    top: 455px;
}

.mp62 {
    left: 582px;
    top: 488px;
}
.photos {
    width: 100%;
}
.aqxt_box img{
    width: 100%;
}
.online img{
    width: 100%;
}
 .mappage .map {
    width: 1200px;
    height: 850px;
    margin-top: -50px;
}

 .du_size {
    width: 131px;
    height: 110px;
    padding: 16px;
}

 .du_size h3 {
    font-size: 24px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
}
.du_size p {
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    padding: 12px 0;
    margin-bottom: 12px;
    border-bottom: 1px solid #636363;
}
 .du_size a {
    font-size: 12px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #BCBCBC;
    line-height: 18px;
}
.caselist .case_item p,.caselist .case_item1 p{
    position: relative;
}

.caselist .case_item .img img,.caselist .case_item1 .img img{
    border-radius: 10px 10px 0 0;
}
.caselist .case_item .img::before {
    content: "";
    position: absolute;
    background: #00000033;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
}
.caselist .case_item1 .img::before {
    content: "";
    position: absolute;
    background: #00000033;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
}
.caselist .case_item .img::after {
    content: "";
    position: absolute;
    background: url(../images/icon_play.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.lx-right #inputone{
    position: relative;
}
.lx-right #inputone span{
    position: absolute;
    bottom: 0;
    font-size: 11px;
    left: 288px;
    color: #e01616;
}
.lx-right #inputone .wrong{
    color: #e01616;
    border: 1px solid #e01616;
}
.jh-one .word{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: 500;
color: #FFFFFF;
line-height: 45px;
}
.aonexq{
    display: flex;
    /*min-width: 1900px;*/
}
.aonexq .img{
   width: 47%;
}

.pro_video{
     width: 76%;
     /*width: 1370px;*/
     cursor: pointer;
     /*height: 779px;*/
     position: relative;
}
.paly_icon{
        display: inline-block;
    position: absolute;
    left: 47%;
    top: 42%;
}
.twoserver{
    cursor: pointer;
}
.videos{
    position: relative;
}
.videos video{
        display: block;
    height: 100%;
    width: 100%;
}
.videos .videos1{
   width:450px;position: absolute;
   left: 250px;
   top: 50%;
   transform: translateY(-50%);
}
.videos h1{
  font-size: 44px;
font-family: SourceHanSansCN-Bold, SourceHanSansCN;
font-weight: bold;
color: #FFFFFF;
line-height: 66px;
margin-bottom: 18px;
}
.videos p{
font-size: 20px;
font-family: SourceHanSansCN-Regular, SourceHanSansCN;
font-weight: 400;
color: #CCCCCC;
line-height: 40px;
}
@media screen and (max-width: 1400px){
    .navc a{
        font-size: 16px;
        width: 100px;
    }
    .navc li{
        width: 100px;
    }
    .top{
        min-width: 1300px;
    }
    .choose {
        margin-top: 25px;
        width: 476px;
        height: 290px;
    }
    .ziyingsever .span {
        width: 120px;
        height: 120px;
    }
    .mappage .map {
        width: 800px;
        height: 500px;
        margin-top: -20px;
    }
      .kefu{
        min-width: 1300px;

        height: 400px;
    }
    .b-box{
        min-width: 1300px;
    }
    .leftbox .b-logotwo,.leftbox .b-logo{
        margin-left: 60px!important;
    }
  #main,.cp-second,.cp-third,.bottombox,.bottombox p,.abouttwo,.afbox-top,.aboutfive,.kongbai,.mainbottom,.cn-top,.f-bottom,.zp-xinxi,.lianxi-box{
        min-width: 1300px!important;
    }
    .pro_guige_warpper,.aqxt_menu{
        width: 100%;
    }
    .yizhi_warpper,.atbox,.hexin1 .hexin1_box,.newslist,.onone,.lx-box{
        width: 1300px!important;
    }
    .pro3 .yizhi_warpper .yizhi-swiper{
        width: 450px;
    }
    .honor_warpper .honor_item li{
        font-size: 17px!important;
    }
    .year,.hexin1{
        padding: 0!important;
    }
    .listbox div {
        width: 415px!important;
        height: 345px!important;
    }
    .pop.video{
        width: 800px!important;
    }
    .pop.video video {
        max-height: 458px!important;
    }
    .cnleft{
        margin-right: 80px!important;
    }
#serverinform.serverinform{
        height: 580px!important;
    }
    #serverinform #textinput{
        height: 51px!important;
    }
    #serverinform #sub{
        height: 31px!important;
    }
    .atbox{
        padding: 0 15px;
    }
  }



.homenews{ background:#f0eeee; position: relative; }
.hnMain{ height:631px; position: absolute; width:100%; top:50%; left:0; margin-top:-270px; }
.hntit{ text-align:center; }
.hntit h3{ font-size:44px; font-weight:bold; line-height:1; }
.hntit p{ font-size:18px; color: #666666; line-height:1; margin-top:18px; }


.hnlist{ width:1500px; margin:50px auto; overflow: hidden; }
.hnlist li{ float: left; width:23.5%; margin-right:2%; overflow: hidden; border-radius:10px; border-bottom:1px solid #3b1789; }
.hnlist li:nth-child(4n){ margin-right:0; }
.hnlist li a{ display: block; overflow: hidden; background:#ffffff; }
.hnlist li .img{ overflow: hidden; height:220px; }
.hnlist li .img img{ display: block; max-width:150%; margin:0 0 0 -25%; width:150%;  height:auto; }
.hnlist li .txt{ padding:20px; }
.hnlist li .txt .tit{ color:#333333; font-weight:bold; font-size:18px; line-height:25px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.hnlist li .txt .info{ font-size:16px; color:#666666; margin:10px 0; line-height:25px; height:50px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow: hidden; }
.hnlist li .txt .time{ line-height:25px; font-size:14px; }

.hnlist li:hover a{ background:#3b1789;}
.hnlist li:hover .txt .tit{ color:#ffffff; }
.hnlist li:hover .txt .info{ color:#ffffff; }
.hnlist li:hover .txt .time{ color:#ffffff; }

.hnmore{ width:140px; height:50px; line-height:50px; border-radius:5px; background:#ffffff;  font-size:18px; text-align:center; }
.hnmore a{ display: block; color:#3b1789; }
.hnmore:hover{ background:#3b1789; }
.hnmore:hover a{ color:#ffffff; }

.hnNav li,.hnNav li a,.hnlist li a,.hnlist li .txt .tit,.hnlist li .txt .info,.hnlist li .txt .time,.hnmore,.hnmore a{
transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s; 
}

.hnlist li .img img{
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;}
    
.hnlist li:hover .img img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
 
    
@media screen and (max-width: 1600px){


    .hnMain{ height:530px; margin-top:-220px; }
    .hntit h3{ font-size:36px; }
    .hntit p{ font-size:16px; margin-top:16px; }
    
    .hnlist{ width:1300px; margin:40px auto; }
    .hnlist li{ border-radius:8px; }
    .hnlist li .img{ height:190px; }
    .hnlist li .txt .tit{ font-size:16px; line-height:20px; }
    .hnlist li .txt .info{ font-size:14px; margin:8px 0; line-height:22px; height:44px; }
    .hnlist li .txt .time{ line-height:20px; font-size:13px; }

    .hnmore{ width:120px; height:40px; line-height:40px; font-size:16px; }

}


@media screen and (max-width: 1400px){


    .hnMain{ height:440px; margin-top:-180px; }
    .hntit h3{ font-size:28px; }
    .hntit p{ font-size:14px; margin-top:14px; }

    .hnlist{ width:1100px; margin:30px auto; }
    .hnlist li{ border-radius:5px; }
    .hnlist li .img{ height:160px; }
    .hnlist li .txt{ }
    .hnlist li .txt .tit{ font-size:15px; line-height:20px; }
    .hnlist li .txt .info{ font-size:13px; margin:5px 0; line-height:20px; height:40px; }
    .hnlist li .txt .time{ line-height:18px; font-size:12px; }
    
    .hnmore{ width:100px; height:34px; line-height:34px; font-size:14px; }

}