/*
@font-face {
    
    font-family: DroidSans;
    src:url('../fonts/ChocolateClassicalSans-Regular.ttf')
}

body{
	 color:#666; font-family:DroidSans,Arial;  
}
*/

.auto-width{
    width: 100%; position: relative;
}

.top-tool-box{
    display: flex; justify-content: space-between; font-family: Arial;
}

.top-tool-box .top-left{
    width: 68%; display: flex; line-height: 62px; align-items: center; padding-left: 30px;
    background: url("/qy/new/phone.svg") no-repeat left center;
}

.top-tool-box .top-left .top-contact{
    margin-right: 20px;
}

.top-tool-box .top-left .top-contact a{
    color: white; text-decoration: none;
}

.top-tool-box .top-left .top-contact span{
    display: inline-block;
}

.top-tool-box .top-right{
    width: 28%; display: flex; justify-content:flex-end; line-height: 62px;
}

.top-tool-box .top-right a{
    color: white; text-decoration: none; color: #f0f0f0; font-size: 14px;
}

.top-tool-box .top-right a.cur{
    color:#EE8C1C;
}

.top-tool-box .top-right span{
    margin: 0px 4px;
}

.top-tool-box .top-right .search-btn-box{
    background:#EE8C1C; width: 80px; margin-left: 25px; text-align: center; display: flex; flex-direction: column; justify-content: center;
    cursor: pointer;
}

.top-tool-box .top-right .search-btn-box svg{
    margin:0 auto;
}

#cha_tj{
    display: inline-block; background-color: #ffdc00; line-height: 38px; padding: 0px 19px; border-radius: 4px;
}

/*
輪播
*/
.mySwiper{
    width: 100%;
    height: 100%;
    position: relative;
}

.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.mySwiper .swiper-slide:after{
    content: " ";
    position: absolute;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 1;
}

.mySwiper .swiper-slide>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.mySwiper .swiper-pagination-bullet{
    background-color: white; cursor: pointer;
}

.lb-index{
    width: 100%; overflow: hidden;
}

.tu-weng-box{
    position: absolute; left: 0px; z-index:5;   width: 100%; height: 90%; top:5%; padding: 0px 15px;
}

.tu-weng-box .auto-width{
    display: flex; height: 100%;
}

.tu-weng{
    position: relative; display: flex; flex-direction: column; color: white; height: 100%; justify-content: center;
}

.tu-weng .tu-title{
    line-height: 56px; font-size: 46px; opacity: 0; margin-bottom: 16px; position: relative; letter-spacing: 3px;  transition: all 0.6s; transition-delay: 0.1s; top: 30px;
}

.tu-weng .tu-desc{
    line-height: 30px; font-size: 20px; opacity: 0; margin-bottom: 15px; position: relative; letter-spacing: 2px; transition: all 0.6s; transition-delay: 0.2s; top: 30px;
}

.tu-weng .tu-more{
    display: flex; margin-top: 12px; position: relative; transition: all 0.6s; transition-delay: 0.3s; top: 30px; opacity: 0;
}

.swiper-slide-active .tu-title,.swiper-slide-active .tu-weng .tu-desc,.swiper-slide-active .tu-weng .tu-more{
    top:0px; opacity: 1;
}

.tu-weng .tu-more a{
    height: 46px; line-height: 46px; padding: 0px 23px; border-radius: 4px; text-decoration: none; color: white; font-size: 16px;
    display: flex; align-items: center;
}

.tu-weng .tu-more a span{
    margin-right:5px ;
}

.tu-weng .tu-more a:first-child{
    background-color:#EE8C1C ;
}

.tu-weng .tu-more a:nth-child(2){
    background-color:#132643 ; margin-left: 18px;
}

.index-about-box{
    display: flex; margin-bottom: 55px;
}

.index-about-box .index-about-left{
    display: flex; flex-direction: column;  width: 50%;
}

.index-about-box .index-about-left .index-about-tit1{
    font-size: 14px; color: #888; margin-bottom: 10px;
}

.index-about-box .index-about-left .index-about-title{
    font-size: 44px; line-height: 56px; margin-bottom: 10px; color: #222; position: relative; padding-bottom: 10px;
}

.index-about-box .index-about-left .index-about-title:after{
    position: absolute;

}

.index-about-box .index-about-left .index-about-content{
    margin-bottom: 15px; font-size: 16px; line-height: 29px;
}

.index-about-box .index-about-left .index-about-content p{
    margin-bottom: 5px;
}

.index-about-box .index-about-left .index-about-lists{
    display: flex; flex-wrap: wrap; margin:0px 0px; border-top: solid 1px #dedede; border-bottom: solid 1px #dedede; padding: 30px 0px;
    padding-left: 20px;
}

.index-about-box .index-about-left .index-about-lists li{
    line-height: 30px; margin-bottom: 5px;  font-size: 16px; color: #666;
}

.index-about-box .index-about-left .index-about-more{
    display: flex; margin-top: 30px;
}

.index-about-box .index-about-left .index-about-more a{
    height: 46px; line-height:46px ; padding: 0px 25px; border-radius: 6px;  color: white; font-size: 16px; background-color: #000;
    text-decoration: none; position: relative;
}

.index-about-box .index-about-left .index-about-more a .i2{
    position: absolute; top:12px; height: 20px; width: 20px; right: -10px; background-color:#EE8C1C; border-radius: 50%; line-height: 20px;
    display: flex; justify-content: center; align-items: center;
}

.index-about-box .index-about-left .index-about-more a:hover{
    background-color: #EE8C1C;
}

.index-about-box .index-about-left .index-about-more a:hover .i2 {
    background-color: black;
}


.index-about-box .index-about-right{
    position: relative; width: 46%;
}

.index-about-box .index-about-right .img{
    position: relative;
}

.index-about-box .index-about-right .img>img{
    width: 100%;
}

.index-about-box .index-about-right .img .a-box{
    background-color:#EE8C1C; color: white; position: absolute; right: 0px; bottom:0px ; width: 47.62%; padding: 18px 22px;
    height: 32.6%; border-radius: 5px; display: flex; justify-content: center; flex-direction: column;
}



.a-box .a-row-1{
    display: flex; margin-bottom: 8px;
}

.a-box .a-row-1 .a-icon{
    background-color: white; border-radius: 8px; display: flex; justify-content: center; align-items: center; padding: 10px 15px;
}

.a-box .a-row-1 .a-right{
    display: flex; flex-direction: column; justify-content: center; flex:1; margin-left: 10px;
}

.a-box .a-row-1 .a-right .a-num{
    display: block; line-height: 55px; height:55px;  display: flex; align-items: center;
}

.a-box .a-row-1 .a-right .a-num span{
    font-size: 50px; font-weight: bold;
}

.a-box .a-row-1 .a-right .a-num font{
    font-size: 18px; font-weight: bold; position: relative; bottom: 10px; margin-left: 3px;
}

.a-box .a-row-2{
    font-size: 16px; line-height: 25px;
}

.index-about-main{
    padding: 70px 0px; margin-top: 30px;
}


.index-customer-section {
    background-image: url('../new/index-bg2.jpg');
    background-size: cover;
    background-position: center;
    padding: 115px 0px;
    color: white;
    position: relative;
}

.index-customer-section:before{
    position: absolute; left: 0; top: 0; background-color: rgba(0,0,0,0.5); z-index: 0; content: " ";
    width: 100%; height: 100%;
}

.index-customer-box{
    width: 100%; display: flex;  flex-direction: column; justify-content: center; height: 100%; align-items: center;
}


.index-customer-box .index-c-desc{
     line-height: 34px; padding: 0px 12px; text-align: center; max-width: 450px; margin:0 auto; font-size: 20px; margin-bottom: 40px;
}

.index-customer-box .index-c-user{
    display: flex; flex-direction: column; text-align: center;
}

.index-customer-box .index-c-user .i-c-thumb{
    width: 120px; height: 120px; border-radius: 50%; margin-bottom: 15px; overflow: hidden;
}

.index-customer-box .index-c-user .i-c-title{
    line-height: 34px; font-size: 20px; color: #f0f0f0;
}

.mySwiper2{
    width: 100%;
    height: 100%;
    position: relative;

    margin:0 auto;
}

.mySwiper2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.index-customer-c-icon-title{
     color:#EE8C1C; display: flex; flex-direction: column; align-items: center; margin-bottom: 30px;
}
.index-customer-c-icon-title span{
    font-size: 46px; line-height: 76px; color: white;
}

.index-customer-c-icon-title .c-icon-title{
    line-height: 34px;
}

.index-area-section{
    display: flex;   padding: 80px 0px; background-color: #f0f0f0; width: 100%; position: relative;
}

.index-area-section .index-area-left{
    width: 50vw;   position: relative;   color: white;
}

.index-area-section:before{
    position: absolute;
    content: '';
    width: 50%;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, #EE8C1C 0%, #dedede 100%);
    height: 100%;
}

.index-area-section .index-area-left .main-1{
    width:100%; display: flex; flex-direction: column; justify-content: center;
    padding: 30px 55px; padding-right:180px;
}

.index-area-section .index-area-left .main-1 .i-tit{
    line-height: 32px; color: #f0f0f0; margin-bottom: 3px;
}

.index-area-section .index-area-left .main-1 .i-k-title{
    line-height: 52px; font-size: 38px; margin-bottom: 18px;
}

.index-area-section .index-area-left .main-1 .i-k-desc{
    line-height: 28px; font-size: 16px;
}

.index-area-section .index-area-right{
    width: 50%;  position: relative;
}

.index-area-section .index-area-right .main-1{
    width: 100%; display: flex; flex-direction: column; justify-content: center;
}

.index-area-section .index-area-right .main-1 ul{
    display: flex; position: relative;   flex-wrap: wrap; margin-bottom: 0;
}

.index-area-section .index-area-right .main-1 ul li{
    margin-bottom: 27px; background-color: white; padding: 35px 25px; display: flex;   align-items: center;
    width: 50%; border-radius: 6px; padding-bottom:40px;
}




.index-area-section .index-area-right .main-1 ul li .tb{
    width: 95px; height: 95px;   overflow: hidden; margin-right: 12px;
}

.index-area-section .index-area-right .main-1 ul li .tb img{
    width: 100%; height: auto; border-radius: 6px;
}

.index-area-section .index-area-right .main-1 ul li .tb-txt{
    display: flex; flex-direction: column; height: 100%; flex: 1;
}

.index-area-section .index-area-right .main-1 ul li .tb-txt .txt-1{
    line-height: 30px; color: black; font-size: 20px; text-decoration: none;
}

.index-area-section .index-area-right .main-1 ul li .tb-txt .txt-2{
    line-height: 21px; color: #888; font-size: 12px;
}

.index-area-section .index-area-right .main-1 ul li .index-more{
    text-align: right; margin-top: 6px; width: 100%;
}

.index-area-section .index-area-right .main-1 ul li .index-more a{
    text-decoration: none; color:#EE8C1C ; margin-bottom: 5px; font-size: 12px; border-radius: 4px; display: inline-block; border:solid 1px #EE8C1C; padding: 2px 6px; margin-left: 10px; line-height: 24px;
}

.index-area-section .index-area-right .main-1 ul li .index-more a:hover{
    color: white; background-color: #EE8C1C;
}

.index-news-section{
    margin-top: 70px; margin-bottom: 80px;
}



.index-news-navs{
    display: flex; justify-content: space-between; margin-bottom: 35px; align-items: center;
}

.index-news-navs .index-news-left{
     display: flex;
}

.index-news-navs .index-news-left a{
    display: inline-block; height: 42px; line-height: 42px; padding: 0px 27px; color: black; position: relative; text-decoration: none;
    border-radius: 3px;
}

.index-news-navs .index-news-left a.cur{
    color: white; background-color: #EE8C1C;
    box-shadow: 0px 10px 30px rgba(255, 220, 0, .25);
}

.index-news-navs .index-news-left a.cur:before{
    content: "";
    position: absolute;
    left: 12px;
    top: 19px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
}

.index-news-navs>a{
    text-decoration: none; color: #EE8C1C;
}


.index-news-list{
    display: none; flex-wrap: wrap; margin:0px 0px 0px 0px !important;   padding:0px 0px 0px 0px !important;
}

.index-news-list.cur{
    display: flex;
}

.index-news-list li{
    width: 33.3%; margin-bottom: 35px;  list-style-type: none; box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
}

.index-news-list li a{
    display: flex; flex-direction: column; border-radius: 6px; text-decoration: none; color: #000;
}

.index-news-list li a .img{
    display: block; height: 230px; overflow: hidden; border-radius: 6px; margin-bottom: 20px;
}

.index-news-list li a .img img{
    width: 100%; transition: all 0.6s; opacity: 0.9;
}

.index-news-list li:hover a .img img{
    opacity: 1; transform: scale(1.06);
}

.index-news-list li a .title{
    line-height: 28px; font-size: 20px; display: block; padding: 5px 13px;
}

.index-news-list li a .desc{
    line-height: 25px; font-size:14px; display: block; padding: 0px 13px; margin:10px 0px; color: #666;
}

.index-news-list li a .more{
    display: block; color:#EE8C1C; line-height: 32px; padding: 0px 13px; padding-bottom: 20px; text-align: right;
}

.index-news-list li a .more svg{
    position: relative; top: 2px;
}

.index-partner-section{
    padding: 90px 0px; background-color: #fff;
}

.index-partner-title{
    text-align: center; display: flex; justify-content: center; align-items: center;  flex-direction: column; margin-bottom: 38px;
    text-transform: uppercase;
}

.index-partner-title span{
    display: block; color:#EE8C1C; font-size: 18px; font-weight: bold; line-height: 34px; margin-bottom: 5px;
}

.index-partner-title .tit-2{
    text-align: center; font-size: 40px; line-height: 48px;
}

.index-partner-list{
    display: flex; flex-wrap: wrap; padding:0px 0px !important; margin:0px 0px !important;
}

.index-partner-list li{
    margin-bottom: 40px; width: 100%; display: flex; list-style-type: none; background-color: white;  border-radius: 8px; overflow: hidden;
}

.index-partner-list li:hover{
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
}

.index-partner-list li a{
    display: flex; text-decoration: none; color: black;
}

.index-partner-list li a.partner-left{
    width: 250px; max-width: 43%; overflow: hidden;  max-height: 240px; margin-right: 20px;
}

.index-partner-list li a.partner-left img{
    width: 100%; transition: all 0.6s;
}

.index-partner-list li:hover a.partner-left img{
    transform: scale(1.1);
}

.index-partner-list li a.partner-right{
    flex: 1; flex-direction: column; justify-content: center; padding-right: 22px;
}

.index-partner-list li a.partner-right .partner-title{
    line-height: 30px; font-size: 20px; margin-bottom: 10px; color: black;
}

.index-partner-list li:hover a.partner-right .partner-title{
    color:#EE8C1C ;
}

.index-partner-list li a.partner-right .partner-desc{
    line-height: 24px; font-size: 15px; margin-bottom: 10px; color: #666;
}

.index-partner-list li a.partner-right .more{
    text-align: right; color:#EE8C1C ;
}

.index-xw-section{
    padding:90px 0px;
}

.index-contact-section{
    padding: 70px 0px; padding-bottom: 150px;
}

.index-contact-box{
    display: flex;
}

.index-contact-box .contact-left{
    display: flex; flex-direction: column; justify-content:center;
}

.index-contact-box .contact-left .tit1{
    line-height: 36px; font-size: 26px; margin-bottom: 12px;
}

.index-contact-box .contact-left .tit2{
    line-height: 25px; font-size: 16px; margin-bottom:18px; color: #666;
}

.index-form{
    width: 100%; flex-direction: column; display: flex;
}

.index-form .form-index-item{
    margin-bottom: 25px;
}

.index-form .form-index-item input.input-txt{
    width: 100%; height: 46px; width: 100%; padding: 5px 10px; border-radius: 6px; outline: none; border:solid 1px #dedede;
}

.index-form .form-index-item textarea.input-txt{
    width: 100%; height: 76px;  padding: 5px 10px; outline: none; border:solid 1px #dedede; border-radius: 6px;
}

.index-form button{
    color: white; display: inline-block; width: auto; line-height: 42px;  color: white; background-color:#000; padding: 0px 20px; border-radius: 4px;
    cursor: pointer;
}

.index-form button:hover{
    background-color:#EE8C1C;
}

.index-contact-box .contact-right{
    position: relative;
}

.index-contact-box .contact-right .img{
    position: relative; padding-right: 45px;
}

.index-contact-box .contact-right .img img{
    max-width: 100%; border-radius: 8px;
}

.index-contact-box .contact-right .img .share-box{
    position: absolute; padding: 28px; border-radius: 8px;  color: white; background-color:#EE8C1C; right:0; bottom:-35px; min-width: 200px;

}

.index-contact-box .contact-right .img .share-box .title{
    line-height: 30px; font-size: 18px;
}

.index-contact-box .contact-right .img .share-box p{
    margin-bottom: 0px; font-size: 14px; line-height: 24px;
}

.index-contact-box .contact-right .img .share-box p a{
    color: white; text-decoration: none;
}

.dibu-box{
    display: flex;
}

.dibu{
    background-color: black; color: white; padding-top: 75px; padding-bottom: 20px;
}

.dibu a{
    color: white; text-decoration: none;
}

.dibu-box{
    padding-bottom: 40px; border-bottom: solid 1px #dedede; margin-bottom: 45px;
}

.dibu-box .left-1{
    display: flex; flex-direction: column;
}

.dibu-box .left-1 .di-logo{
    display: flex; align-items: center; margin-bottom: 10px;
}

.dibu-box .left-1 .di-logo img{
    margin-right: 15px; max-height: 105px;
}

.dibu-box .left-1 .di-logo span{
    display: inline-block; font-size: 32px; line-height: 42px;
}

.dibu-box .right-1{
    display: flex; flex-direction: column;
}

.dibu-box .right-1 .foot-menu-item{
    display: flex; flex-direction: column;
}

.dibu-box .right-1 .foot-menu-item>a{
    display: block; line-height: 36px; font-size: 22px; margin-bottom: 15px;
}

.dibu-box .right-1 .foot-menu-item .sub-menu{
    display: flex; flex-direction: column;
}

.dibu-box .right-1 .foot-menu-item .sub-menu a{
    display: block; line-height: 38px; font-size: 16px; color: #dedede;
}

.dibu-box .right-2{
    display: flex; flex-direction: column;
}

.dibu-box .right-2 .title{
    display: block; line-height: 36px; font-size: 22px; margin-bottom: 15px;
}

.dibu-footer{
    line-height: 28px; text-align: center;
}

.dibu-footer a{
    color: #999; display: inline-block; margin:0px 6px
}

.page-ppt{
    position: relative; margin-bottom: 85px;
}

.page-ppt a{
    display: inline-block; color: white; text-decoration: none;
}

.page-ppt img{
    width: 100%; display: block;
}

.page-ppt .page-txt{
    position: absolute; z-index: 10; color: white; height: 60%; top: 20%; left: 0px; width: 100%; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center;
}

.page-ppt:before{
    position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color:rgba(0,0,0,0.35); z-index: 1; content: " ";
}

.page-ppt .page-txt .ppt-title{
    line-height: 65px; font-size: 42px; margin-bottom: 12px;
}

.page-ppt .page-txt .location-s{
    display: flex; justify-content: center; align-items: center; font-size: 16px;
}

.page-ppt .page-txt .location-s span{
    display: inline-block; margin:0px 5px;
}

.page-ppt .page-txt .location-s a{
    font-size: 16px;
}

.page-ppt .page-txt .location-s svg{
    position: relative; top:2px;
}

.pages{
    margin-top: 40px; text-align: center; margin-bottom: 42px; line-height:28px;
}

.pages a{
    display:inline-block;   text-align:center; background:#f0f0f0; text-decoration:none; color:#000; margin:0px 5px; height:26px; line-height:26px; padding:0px 5px;
}

.pages span{
    display:inline-block;   text-align:center; background:#f0f0f0; margin:0px 5px; height:26px; line-height:26px; padding:0px 5px;
}

.page-news-section2{
    margin-bottom: 90px;
}

.n-title{
    line-height: 37px; font-size: 30px; text-align: center; color: black; margin-bottom: 15px;
}



.n-info{
    text-align: center; font-size: 14px; color: #666; margin-bottom: 25px;
}

.n-info span:last-child{
    margin-left: 10px;
}

.n-thumb{
    margin-bottom: 18px;
}

.n-content{
    line-height: 28px; font-size: 16px; min-height: 320px; padding-bottom: 28px;
}

.n-content p{
    margin-bottom: 0px;
}
.n-content h5{
    margin-bottom: 10px; font-size:18px;
}

.lc-title{
     margin-top: 35px; margin-bottom: 18px;   border-bottom: solid 1px #dedede;

}

.lc-title span{
    color: white; display: inline-block; position: relative; padding:0px 15px; line-height: 50px; color: white;
    background-color: #EE8C1C; font-weight: bold; font-size: 20px; border-top-right-radius: 3px; border-top-left-radius: 3px;
}

.n-content img{
    max-width: 100%; height: auto !important;
}

.clear{
    clear: both;
}

.sq-content{
    display: flex; justify-content: center; border-top:solid 1px #dedede; padding-top: 50px;
}

.sq-content .sq-btn{
    display: inline-block;
    cursor: pointer;
    line-height: 58px;
    height: 58px;
    background: #EE8C1C;
    color: white;
    border-radius: 6px;
    text-align: center;
    font-size: 20px;
    padding: 0px 36px;

}

.prev-next{
    margin-bottom: 100px; display: flex;
}

.prev-next a{
    color: #666; text-decoration: none;
}

.prev-next a span{
    color: black;
}

.page-boxs{
    display: flex; margin-bottom: 65px;
}

.page-boxs .page-left{
    display: flex; flex-direction: column;
}

.page-boxs .page-right iframe{
    width: 100%;
}

.page-boxs .page-left .txt1{
    display: block; line-height:28px; color: #999; font-size: 14px;
}

.page-boxs .page-left .contact-title{
    line-height: 50px; font-size:32px; color: black; margin-bottom: 15px;
}

.page-boxs .page-left .cons{
    display: flex; flex-direction: column; padding:0px 0px; margin:0px 0px;
}

.page-boxs .page-left .cons li{
    display: flex; margin-bottom: 25px;
}

.page-boxs .page-left .cons li .tbs{
    width: 50px; height: 50px; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-right: 15px;
    border-radius: 50%; background: #EE8C1C;
}

.page-boxs .page-left .cons li:first-child .tbs{
    background-color:#1dc295 ;
}

.page-boxs .page-left .cons li:nth-child(3) .tbs{
    background-color:#000;
}

.page-boxs .page-left .cons li:nth-child(4) .tbs{
    background-color:#1877F2;
}

.page-boxs .page-left .cons li .tbs svg{
    width: 22px;
}

.page-boxs .page-left .cons li .tbs-txt{
    font-size: 20px; margin-bottom: 5px; color: #666; display: flex; flex-direction: column; padding-top: 5px; flex:1;
}

.page-boxs .page-left .cons li .tbs-txt .txt3{
    display: inline-block; line-height: 36px;
}

.page-boxs .page-left .cons li a{
    color: #666; text-decoration: none;
}

.index-contact-section.page-contact{
    padding-top: 0;
}




.page-ppt{
    margin-bottom: 45px;
}

.partner-navs{
    display: flex; justify-content: center; margin-bottom: 40px;
}

.partner-navs a{
    display: inline-block; background: #f5f5f5; height: 44px; line-height: 44px;   border-radius: 4px; font-size: 18px;
    margin:0px 13px; text-decoration: none; color: black; padding: 0px 30px; border: solid 1px #f0f0f0;
}

.partner-navs a.cur,.partner-navs a:hover{
    background-color: #EE8C1C; color: white;
}

.page-main-partner{
    margin-bottom: 65px;
}

.partner-title{
    line-height: 45px; padding-bottom: 6px; border-bottom: solid 1px #f0f0f0; font-size: 32px; color: black; margin-bottom: 18px;
}

.partner-thumb{
    padding: 25px 30px; border: solid 1px #f0f0f0; border-radius: 8px; text-align: center; margin-bottom: 25px;
}

.partner-thumb img{
    max-width: 100%;
}

.about-index-a{
    min-height: 530px; background:rgba(0,0,0,0.8); position: relative; margin-top:-125px ; z-index: 1;
    padding-top: 130px; padding-bottom: 85px;
}

.pages-about1.index-about-main{
    padding-bottom: 0; position: relative; z-index: 10;
}

.pages-about1.index-about-main .index-about-right .img{
    z-index: 50;
}

.about-s-1{
    color: white;
}

.about-founder{
    display: flex; justify-content: space-between;
}

.about-founder .founder-left{
    width: 500px; margin-right: 50px;
}

.about-founder .founder-left .img{
    position: relative;
}

.about-founder .founder-left .img img{
    max-width: 100%; border-radius: 10px;
}

.about-founder .founder-right{
    flex:1; display: flex; flex-direction: column; position: relative;
}

.about-founder .founder-right .title{
    line-height: 46px; font-size: 30px; margin-bottom: 15px;
}

.about-founder .founder-right .desc{
    color: #f0f0f0; line-height: 29px; font-size: 16px;
}

.about-founder .founder-right .desc p{
    margin-bottom: 12px;
}

.about-founder .founder-right .r-introduce{
       border-radius: 8px; position: absolute; left:-90px; display: flex; flex-direction: column; bottom: 120px;
}

.about-founder .founder-right .r-introduce .r-intro{
    padding: 25px 28px; position: relative;   color: #555; background-color: white; border-radius: 10px;
}

.about-founder .founder-right .r-introduce .r-intro:first-child{
    margin-bottom: 35px;
}

.about-founder{
    padding: 0px 12px;
}

.page-fw-section{
    margin-top: 80px;
}

.about-services{
    display: flex; justify-content: space-between;
}

.about-services .about-left{
    width: 600px; margin-right: 45px;
}

.about-services .about-left p{
    text-indent: 2em;
}

.about-services .about-right{
    flex: 1;
}

.about-services .about-right .img{
    position: relative; padding-bottom: 150px;
}

.about-services .about-right .img img{
    width: 100%;
}

.about-services .about-right .img .ttbox{

}

.about-services .about-right .img .ttbox img{
    width: 100%;
}

.tang-boxs{
    position: fixed; width: 100%; height: 100%; background-color: rgba(0,0,0,0.2); z-index:80000; top: 0; left: 0; display: none;
}

.tang-main{
    position: fixed; width: 100%; height: 90%; z-index: 90000; top: 5vh; left: 0;  display: none;
}

.tang-main .tang-center{
    width: 90vw; max-width: 700px; margin:0 auto; height:100%; overflow: hidden; background-color: white; border-radius: 15px; position: relative;
    border: solid 1px #dedede;
}


.tang-main .tang-form-box{
    height: 90vh;
}

.tang-main .lx-title{
    line-height: 36px;   font-size: 18px; border-bottom: solid 1px #dedede; margin-bottom: 18px; color: black;
}

.tang-form{
    flex-direction: column; padding: 35px 48px;
}

.tang-form .item-row{
    display: flex; margin-bottom: 25px;
}

.tang-title{
    line-height: 45px; text-align: center; margin-bottom: 10px; font-size: 30px; color: black;
}

.tang-form .item-row .txt-label{
    line-height: 38px; margin-right: 10px; min-width: 120px; text-align: right; font-size: 16px; color: black;
}

.tang-form .item-row .txt-label span{
    color:red; margin-right: 0px;
}

.tang-form .item-row input.txt-input{
    outline: none; border-radius: 5px; border: solid 1px #dedede; padding: 5px 10px; flex:1;
}

.tang-form .item-row select.txt-input{
    outline: none; border-radius: 5px; border: solid 1px #dedede; padding: 5px 10px; min-width: 190px;
}

.tang-tj{
    text-align: center; display: flex; justify-content: center;
}

.tang-tj button{
    display: inline-block; height: 40px; line-height: 40px; padding: 0px 20px; color: white; background-color: #EE8C1C; border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
}

.tang-main .tang-center>a{
    position: absolute; right: 5px; top: 5px; color: #666;
}

.area-more{
    text-align: right; margin-top: 30px; padding-right: 100px;
}

.area-more a{
    text-decoration: none; color: #EE8C1C; height: 42px; line-height: 42px; display: inline-block; padding: 0px 22px; border: solid 1px #EE8C1C;
    border-radius: 6px; background-color: white;
}

.area-more a svg{
    position: relative; top: 2px; fill: #EE8C1C !important; stroke: #EE8C1C !important; z-index:
}

.area-more a:hover {
    color: white; background-color: #EE8C1C;
}

.area-more a:hover svg{
    fill: white !important; stroke: white !important;
}

.base-right-btn{
    background-color:#EE8C1C !important;
    width: 38px !important;
    height: 38px !important;
    line-height: 38px !important;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 20px !important;
    color: white !important;
    position: fixed;
	z-index:2000;

}

.shape-masks{
	display:none !important;
}

#all-top{
    bottom: 30px; display: none;
}

#all-top.cur{
    display: flex !important;
}

#all-whatsapp{
    bottom: 95px;
}

.jg-about-more{
    text-align: center; margin-top: 15px;
}

.jg-about-more a,.area-mores a{
    height: 46px;
    line-height: 46px;
    padding: 0px 25px;
    border-radius: 6px;
    color: white;
    font-size: 16px;
    background-color: #000;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.jg-about-more a:hover,.area-mores a:hover{
    background-color: #EE8C1C;
}

.jg-about-more a .i2,.area-mores a .i2{
    position: absolute;
    top: 12px;
    height: 20px;
    width: 20px;
    right: -10px;
    background-color: #EE8C1C;
    border-radius: 50%;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.jg-about-more a:hover .i2, .area-mores a:hover .i2{
    background-color: #000;
}

.area-mores{
    margin-top: 38px;
}

@media screen and (max-width: 767px){

    .dibu-box .left-1 .di-logo span{
        font-size: 28px;
    }

    .site-header-new.mobile .drawer .main-nav .nav-item.active span{
        color:#EE8C1C;
    }

    .area-mores{
        text-align: center;
    }

    .partner-title{
        padding: 0px 12px; text-align: center;     font-size: 26px; line-height: 32px;
    }


    .area-more{
        padding-right: 0px; text-align: center;
    }

    .tang-main .tang-form-box{
        overflow-y: auto;
    }

    .n-content{
        padding:0px 10px;
    }

    .llpp .dibu{
        padding-bottom: 70px;
    }

    .page-news-section2{
        padding:0px 5px;
    }

    .sq-content .sq-btn{
        width: 100%; position: fixed;
        z-index: 100; bottom: 0; left: 0;
        border-top-left-radius: 0; 
		border-top-right-radius: 0; 
		z-index:3800;
    }

    .n-title {
        line-height: 30px;
        font-size: 22px;
    }


    .mobile-yuyan{
        margin-top: 22px; text-align: center;
    }

    .mobile-yuyan a{
        text-decoration: none; color: #000; font-size: 14px; padding: 0px 12px;
    }

    .mobile-yuyan a.cur{
        color: #EE8C1C;
    }

    .page-news-section{
        padding: 0px 12px;
    }

    .lc-title span {
        padding: 0px 10px;
        line-height: 44px;
        font-size: 18px;
    }

    .sq-content .sq-btn{
        height: 72px; line-height: 72px;
    }

    .index-about-main.pages-about1{
        margin-top: 0; padding-top: 10px;
    }

    .index-partner-title .tit-2 {
        font-size: 30px;
        line-height: 42px;
    }

    .tang-form .item-row{
        flex-direction: column;
    }

    .tang-form .item-row .txt-label{
        margin-bottom: 9px; line-height: 36px; text-align: left;
    }

    .tang-form .item-row input.txt-input{
        line-height: 32px;
    }

    .about-services{
        flex-direction: column;
    }

    .about-services .about-left {
        width: 100%;
        margin-right: 0px;
        padding: 0px 12px;
    }

    .about-services .about-right{
        width: 100%; padding: 0 15px;
    }

    .page-boxs .page-left .contact-title{
        text-align: center; font-size: 22px;
    }

    .page-boxs .page-left .txt1{
        text-align: center; position: relative; top: 7px;
    }

    .about-founder .founder-right .r-introduce{
        position: relative; left: 0; bottom: 0; margin-bottom: 25px;
    }

    .about-founder .founder-right .r-introduce .r-intro:first-child{
        margin-bottom: 25px; margin-top: 25px;
    }

    .about-founder .founder-right{
        padding: 0px 12px;
    }

    .about-founder{
        display: flex; flex-direction: column;
    }

    .about-founder .founder-left{
        width: 100%; margin-right:0; padding: 0px 15px; text-align: center;
    }

    .partner-navs a{
        height: 40px; line-height: 40px;
        margin:0px 8px;  padding: 0px 15px; font-size: 12px;
    }

    .page-ppt .page-txt .ppt-title{
        font-size: 18px; margin-bottom: 0;
    }

    .page-ppt .page-txt .location-s{
        display: none;
    }


    .page-boxs .page-left{
        padding: 0px 15px; margin-bottom: 25px;
    }

    .page-boxs .page-left .cons li .tbs-txt .txt3{
        font-size: 14px; line-height: 30px;
    }

    .page-boxs{
        flex-direction: column;
    }

    .index-contact-section{
        padding-top: 90px;
    }

    .dibu-box{
        flex-direction: column; padding-left: 25px; padding-right: 25px;
    }

    .dibu-box .right-1{
        flex-direction: column; padding: 0px 5px;
    }

    .dibu-box .right-1 .foot-menu-item{
        display: none;
    }

    .index-xw-section {
        padding: 80px 15px;
    }

    .dibu-footer{
        padding: 0px 20px;
    }

    .dibu-box .right-1{
         padding: 0px 10px;
    }


    footer.dibu{
        width: 100vw; overflow: hidden; margin-left: 0 !important; margin-right: 0 !important;
    }


    .unsw-brand-theme footer:before{
        display: none;
    }

    .index-customer-c-icon-title span{
        font-size: 36px;
        line-height: 55px;
    }

    .index-customer-box .index-c-desc{
        line-height: 30px;
    }

    .btn-tj-mm{
        text-align: center;
    }

    .index-contact-box .contact-left{
        margin-bottom: 40px;
    }

    .index-contact-box{
        flex-direction: column; padding: 0px 15px;
    }

    .index-partner-list{
        padding:0px 15px !important;  flex-direction: column; flex-wrap: nowrap; padding-left: 15px !important;
    }

    .index-partner-list li{
        flex-direction: column; flex-wrap: nowrap; padding-bottom: 25px;
    }

    .index-partner-list li a.partner-right {
        padding-right: 12px;
        padding-left: 12px;
    }

    .index-partner-list li a.partner-right .partner-desc{
        font-size: 13px; line-height: 20px;
    }

    .index-partner-list li a.partner-right .more{
        font-size: 14px;
    }



    .index-partner-list li a.partner-left {
        width: 100%;
        max-width: 100%;
        max-height: 280px;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .index-about-main{
        padding-bottom: 50px;
    }


    .index-news-navs{
        justify-content: flex-start;
    }

    .index-news-navs .index-news-left{
        flex-wrap: wrap;
    }

    .index-news-navs>a{
        display: none;
    }

    .index-news-navs .index-news-left a{
        width: 48.5%; border-bottom:solid 1px #dedede; margin-bottom: 10px; font-size: 16px; padding-right: 18px;
    }

    .index-news-navs .index-news-left a:nth-child(2n+0){
        margin-left: 3%;
    }

    .index-news-list{
        flex-direction: column; flex-wrap: nowrap;
    }

    .index-news-list li:nth-child(5),.index-news-list li:nth-child(6){
        display: none;
    }

    .index-news-list li{
        width: 100%;
    }

    .index-news-list li a .more{
        font-size: 13px;
    }

    .index-news-list li a .img{
        height: auto;
        max-height: 280px;
    }

    .index-list-tab{
        padding:0px 10px;
    }

    .index-area-section{
        flex-direction: column; padding: 70px 0px;
    }

    .index-area-section .index-area-left,.index-area-section .index-area-right{
        width: 100%;
    }

    .index-area-section .index-area-right .main-1 ul{
        flex-direction: column;
        flex-wrap: nowrap;
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 0;
    }

    .index-area-section .index-area-right .main-1 ul li{
        width: 100%;
    }

    .index-area-section:before {
        position: absolute;
        content: '';
        width: 100%;
        left: 0;
        top: 0;
        background: linear-gradient(135deg, #60bbff 0%, #EE8C1C 100%);
        height: 100%;
    }

    .index-area-section .index-area-right .main-1 ul li .tb {
        width: 90px;
        height: 90px;
        margin-right: 10px;
    }

    .index-area-section .index-area-right .main-1 ul li .tb-txt .txt-2 {
        line-height: 16px;
        color: #888;
        font-size: 12px;
        margin-bottom: 2px;
    }

    .index-area-section .index-area-right .main-1 ul li .tb-txt .txt-1{
        font-size: 18px;
    }

    .index-area-section .index-area-left .main-1 {
        padding: 30px 10px;
        padding-right: 10px;
    }

    .index-area-section .index-area-left .main-1 .i-k-title{
        line-height: 42px;
        font-size: 28px;
    }

    .index-area-section .index-area-left .main-1 .i-k-desc {
        line-height: 24px;
        font-size: 14px;
    }










    .index-about-box .index-about-left .index-about-title{
        font-size: 28px; line-height: 38px; margin-bottom: 0;
    }


    .index-about-box{
        flex-direction: column;
    }

    .index-about-box .index-about-left{
        width: 100%; padding: 0px 15px;
    }

    .index-about-box .index-about-right {
        width: 100%; padding: 0px 15px;
    }

    .index-about-box .index-about-left .index-about-lists{
        display: none;
    }

    .a-box .a-row-1{
        margin-bottom: 0;
    }

    .a-box .a-row-1 .a-right .a-num {
        line-height: 35px;
        height: 35px;

    }

    .a-box .a-row-1 .a-right .a-num span {
        font-size: 26px;
    }

    .a-box .a-row-1 .a-icon{
        padding: 0px 10px;
    }

    .a-box .a-row-1 .a-icon svg{
        width:32px;
    }

    .a-box .a-row-1 .a-right span{
         font-size: 12px; line-height: 18px;
    }

    .a-box .a-row-2{
        display: none;
    }

    .index-about-box .index-about-right .img .a-box{
        padding: 18px 13px; margin-bottom: 0;
    }


    .index-about-box .index-about-left .index-about-lists li{
        width: 100%; height: 36px; line-height:36px ;
    }

    .tu-weng-box .auto-width{
        flex-direction: column;
    }

    .tu-weng .tu-title{
        line-height: 46px; font-size: 32px;
    }

    .mySwiper .swiper-slide{
        height: 580px; overflow: hidden;
    }

    .mySwiper .swiper-slide>img {
        width: auto;
        height: 100%;
    }

    .tu-weng .tu-more a{
        height: 40px; line-height: 40px; padding: 0px 16px; border-radius: 4px;  font-size: 14px;
    }

    .tu-weng .tu-more{
        text-align: center; justify-content: center;
    }

    .tu-weng .tu-desc {
        line-height: 27px;
        font-size: 18px;
    }


    .wap-none{
        display: none !important;
    }

    .site-header-new .nav-root>.nav-item:first-child{
        display: none;
    }

    .index-contact-box .contact-right .img .share-box{
        padding:18px 18px
    }

    .index-contact-box .contact-right .img .share-box .title {
        line-height: 28px;
        font-size: 16px;
    }

    #menu-s.opened{
        position:fixed !important; left: 0; top: 0; z-index: 999999;
    }




}

@media screen and (min-width: 768px){
    .tang-tj{
        margin-top: 25px;
    }
	
	.tang-main .tang-center{
		max-width:1180px;
	}

    .area-mores{
        text-align: right;
    }

    .area-mores a{
        position: relative; right:120px;
    }


    .tang-form .item-row select.txt-input{
        flex: 1;
    }

    .tang-title{
        font-weight: bold;
    }

    .tang-form .item-row:nth-child(2n+1){
        margin-right:4%; width: 48%;
    }

    .tang-form .item-row:nth-child(2n+0){
        width: 48%;
    }

    .n-title.da{
        line-height: 45px; font-size: 38px; font-weight: bold;
    }

    .lx-mm{
        display: flex; flex-wrap: wrap;
    }

    .lx-mm .item-row{
        width: 50%;
    }


    .about-left ul li{
        margin-bottom: 18px;
    }

    .about-founder .founder-right .r-introduce .r-intro:after{
        content: " "; position: absolute;left: -16px; bottom: 40%;
        background: url("../new/b.svg") no-repeat; width: 20px; height: 22px;
    }

    .page-boxs{
        flex-direction: row-reverse;
    }

    .page-boxs .page-right iframe{
        width: 100%; height: 500px;
    }

    .page-boxs .page-left{
        width: 46%;
    }

    .page-boxs .page-right{
        width: 50%;
    }

    .page-boxs{
        justify-content: space-between;
    }

    .prev-next{
        justify-content: space-between;
    }

    .page-boxs{
        margin-bottom: 50px;
    }

    .page-news-section2 .index-news-list li a .img{
        height: 195px; margin-bottom: 15px;
    }



    .sq-right{
        margin-bottom: 20px; cursor: pointer; line-height: 58px; height: 58px; background: #EE8C1C; color: white; border-radius: 6px; text-align: center; font-size: 20px;
    }

    .page-base{
        display: flex; justify-content: flex-end;
    }

    .page-base .page-right{
        width: 25%; min-width: 210px; max-width: 350px; margin-left: 35px;
    }

    .page-base .page-left{
        flex: 1;
    }

    .page-right a{
      text-decoration: none; color: #666;
    }

    .article-kuai{
        padding: 15px 0px;
    }

    .article-kuai .kuai-title{
        line-height: 50px; font-size: 26px; position: relative; margin-bottom: 8px;
    }

    .article-kuai .new-last-list{
        display:flex; flex-direction: column;
    }

    .new-last-list a{
        display: block; padding: 12px 15px; border: solid 1px #dedede; border-radius:8px; margin-bottom: 20px;
    }

    .new-last-list a .img{
          border-radius: 5px; height: 200px;
        overflow: hidden;
    }

    .new-last-list a .img img{
        border-radius: 6px;
    }

    .new-last-list a .right{
        display:block; margin-top:10px;
    }

    .new-last-list a .right .rq{
        text-align: left; line-height: 30px; color: #999; font-size: 12px;
    }

    .new-last-list a .right .rq svg{
        position: relative; top:3px;
    }

    .new-last-list a .right .tit{
        text-align: left; line-height: 26px; font-size: 18px; color: black; margin-bottom: 8px;
    }

    .new-last-list a .right .desc{
        line-height: 20px; font-size: 13px; color: #999; text-align: left;
    }

    .article-kuai1{
        margin-bottom: 32px; border: solid 1px #000; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
    }


    .article-kuai1 .kuai-title{
        height: 60px; line-height: 60px; padding: 0px 12px;   color: white; font-size: 24px; background-color: black; text-align: center;
    }

    .article-kuai1 .cats{
        padding: 20px 12px;
    }

    .article-kuai1 .cats ul{
        display: flex; flex-direction: column; padding: 0px 0px; margin:0px 0px; padding-left: 10px;
    }

    .article-kuai1 .cats ul li{
        list-style-type: none; margin-bottom: 5px; border-bottom: solid 1px #f0f0f0; padding-bottom: 8px;
    }

    .article-kuai1 .cats ul li>a{
        display:block; height: 36px; line-height: 36px; background: url("../new/r2.svg") no-repeat 95% center; font-size: 18px; color: black;
        background-size: auto 12px;
    }

    .article-kuai1 .cats ul li.cur>a{
        color:#EE8C1C;
    }

    .article-kuai1 .cats ul li .sub-cat{
        display: none;  flex-direction: column; padding-left: 22px;
    }

    .article-kuai1 .cats ul li.cur .sub-cat{
        display: flex;
    }

    .article-kuai1 .cats ul li   .sub-cat a{
        color: #666; line-height: 32px;
    }

    .article-kuai1 .cats ul li.cur  .sub-cat a:hover,.article-kuai1 .cats ul li.cur  .sub-cat a.cur{
        color: black;
    }


    .dibu{
        padding-top: 105px; padding-bottom: 20px;
    }

    .index-contact-box{
        justify-content: space-between;
    }

    .dibu-box{
        display: flex;
    }

    .dibu-box .left-1{
        width: 320px; margin-right:150px;
    }

    .dibu-box .right-1{
        width: 250px; margin-right: 100px;
    }


    .dibu-box .right-2{
        flex: 1;
    }




    .index-contact-box .contact-left{
        width: 50%;
    }

    .index-contact-box .contact-right{
        width: 44%;
    }





    .index-partner-list li{
        width: 48%;
    }

    .index-partner-list li:nth-child(2n+0){
        margin-left: 4%;
    }



    .index-news-list li{
        width: 32%;  margin-right: 2%;
    }

    .index-news-list li:nth-child(3n+0){
        margin-right: 0;
    }
    .index-area-section .index-area-right .main-1 ul{
        right: 150px; margin-bottom: 0px !important;
    }

    .index-area-section .index-area-right{
        display: flex; flex-direction: column; justify-content: center;
    }

    .index-area-section .index-area-right .main-1 ul li:nth-child(2n+0){
          position: relative; left: 50px;
    }

    .index-area-section .index-area-right .main-1 ul li:nth-child(3),.index-area-section .index-area-right .main-1 ul li:nth-child(4){
        margin-bottom: 0px;
    }


    .index-about-box .index-about-left .index-about-lists li{
        width: 32%; margin-left: 2%;
    }

    .index-about-box .index-about-left .index-about-lists li:nth-child(3n+1){
        margin-left: 0%;
    }


    .index-about-box{
        justify-content: space-between;
    }

    .tu-weng{
        width: 450px; text-align: left;
    }

    .icon-tile .icon-tile-grid.grid-3 {
        grid-template-columns: repeat(4, 1fr);
    }

    .unsw-brand-theme .icon-tile .icon-tile-item .tile-heading {
        font-size: 28px;
        line-height: 38px;
    }

    .auto-width{
        width: calc(100% - 3rem); margin:0 auto; max-width: 1600px;
    }

    .tu-weng-box .auto-width,.auto-width.base-width{
        width: 1300px;
    }


    .search-btn{

    }

    .top-header{
        background-color: white;
    }


    .pc-none{
        display: none !important;
    }

    .top-tool{
        height:62px ; background: black; color: white; position: relative;
    }

    .site-header-new.desktop.glued .main-nav{
        max-width: 100vw;
    }

    .site-header-new.desktop .main-nav{
        border: none;
    }






}


@media screen and (max-width: 1320px) and (min-width: 768px){

    .about-founder .founder-right .r-introduce{
        bottom: 50px;
    }
	
	.tang-main .tang-center{
		max-width:80vw;
	}

    .index-about-box .index-about-left .index-about-content{
        padding-bottom: 125px;
    }


    .tu-weng-box .auto-width, .auto-width.base-width {
        width: 92vw;
    }

    .index-area-section .index-area-right .main-1 ul li .tb-txt .txt-2{
        line-height: 18px;
    }

    .index-area-section .index-area-right .main-1 ul li .tb {
        width: 72px;
        height: 72px;
        margin-right: 10px;
    }

    .index-area-section .index-area-right .main-1 ul li{
        padding: 30px 18px; width: 100%; margin-left: 0px; margin-right: 0px; margin-bottom: 25px !important; left:0px !important;
    }

    .index-about-box .index-about-left .index-about-lists li{
        font-size: 14px;
    }

    .area-more{
        padding-right:155px;
    }

    .top-tool-box .top-left .top-contact span{
        display: none;
    }

    .tu-weng .tu-title{
        line-height: 46px; font-size: 34px;
    }

    .tu-weng{
        width: 100%;
    }


}


@media screen and (max-width: 1050px) and (min-width: 768px){
    .index-area-section .index-area-right .main-1 ul{
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .index-area-section .index-area-right .main-1 ul li:nth-child(2n+0) {
        left: 0px;
    }

    .index-area-section .index-area-right .main-1 ul{
        right: 90px; width: 110%;
    }

    .index-area-section .index-area-left .main-1{
        padding-right: 120px;
    }

    .index-contact-section{
        padding-top: 30px;
    }

    .index-about-box .index-about-left .index-about-lists li{
        width: 49%; margin-left: 0 !important;
    }

    .index-about-box .index-about-left .index-about-content p{
        font-size: 14px;
    }

    .index-about-box .index-about-left .index-about-title{
        font-size: 30px; line-height: 45px;
    }

    .index-about-box .index-about-left{
        width: 48%;
    }

    .index-about-box .index-about-right{
        width: 49%;
    }

    .a-box .a-row-2{
        display: none;
    }

    .dibu-box .left-1 .di-logo span{
        display: none;
    }

    .dibu-box .left-1{
        margin-right: 90px; width: 200px;
    }

    .dibu-box .right-1{
        width: 200px; margin-right: 80px;
    }

    .about-founder .founder-left{
        width: 350px; margin-right: 30px;
    }

    .about-founder .founder-right .r-introduce .r-intro:last-child{
        display: none;
    }

    .about-founder .founder-right .r-introduce .r-intro:first-child{
        margin-bottom: 0;
    }

    .about-founder .founder-right .r-introduce{
        bottom: 25px;
    }

    .about-services .about-left{
        width: 45vw;
    }

    .page-fw-section{
        margin-bottom: 80px;
    }

    .index-news-list li{
        width: 49%; margin-right: 2% !important;
    }

    .index-news-list li:nth-child(2n+0){
        margin-right: 0 !important;
    }

    .page-news-section2 .index-news-list li a .img{
        height: 185px;
    }

    .index-news-list li a .title{
        line-height: 25px;
        font-size: 18px;
    }

    .prev-next{
        justify-content: flex-start; flex-direction: column;
    }

    .prev-next a{
        display: block; margin-bottom: 10px;
    }

    .top-tool.wap-none .search-btn-box{
        display: none;
    }

    .page-boxs{
        justify-content: flex-start;  flex-direction: column;
    }

    .page-boxs .page-left,.page-boxs .page-right{
        width: 100%;
    }




}