@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    vertical-align: middle;
    box-sizing: content-box;
    outline: none;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    text-size-adjust:none;
    -webkit-text-size-adjust:none;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
a,button{
    cursor: pointer;
}
button,input,select{
    border: none;
    background: none;
}
.display-pc-xl,.display-pc-l,.display-pc-s,.display-tablet,.display-monile{
    display: none;
}
.display-hide{
    display: none !important;
}
.display-show{
    display: block !important;
}
.trans02s{
	transition: all .2s;
	-moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
.trans05s{
	transition: all .5s;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.trans08s{
	transition: all .8s;
	-moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.img-outline:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.img-outline img{
    width: 100%;
    height: auto;
    float: left;
}
.scal1-1 .img-outline{
    overflow: hidden;
}
.scal1-1:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.content-text{
    width: 100%;
    height: auto;
}
.content-text:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content-text img{
    max-width: 100%;
}
.content-text *{
    font-size: 30px;
    line-height: 2em;
}
.content-text p{
    margin-bottom: 1em;
}



.tab-content{
    display: none;
}
.tab-content.active{
    display: block;
}
html,body{
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    color: #595959;
    text-align: justify;
    font-size: 30px;
    line-height: 1.46667em;
    min-width: 750px;
    font-family: "Source Han Sans CN", Arial,'PingFang SC','Hiragino Sans GB','Microsoft YaHei','WenQuanYi Micro Hei',sans-serif;
}
.wrapper{
    margin: 0 auto;
    float: none;
    width: 750px !important;
}
.wrapper-space{
    padding: 0 38px;
}
.wrapper-space-left{
    padding-left: 38px;
}
.wrapper-space-right{
    padding-right: 38px;
}

body.nav-active{
    overflow: hidden;
}

.header-main, .header-main .wrapper, .header-position, .header-blue{
    height: 128px;
    width: 100%;
}
.header-fixed{
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
}
.header-main{
    position: fixed;
    z-index: 998;
    left: 0;
    top: 0;
    box-shadow: 0 0 15px rgba(150,150,150,.35);
}
.header-fixed.header-hide .header-main{
    top: -150px;
}
.header-main .wrapper{
    background: #fff;
    position: relative;
}
.header-main .wrapper-space-left{
    position: relative;
    z-index: 0;
}
.header-main .logo{
    float: left;
}

.header-blue{
    position: absolute;
    top: 0;
    right: 0;
    background: #4bbffc;
    width: 0 !important;
    overflow: hidden;
}
.nav-active .header-blue{
    width: 100% !important;
}

.nav-button-bg{
    float: right;
    position: relative;
    z-index: 10;
}

.nav-button{
    background: #4bbffc;
    padding: 41.5px 38px;
}
.nav-button button{
    width: 52px;
    height: 40px;
    position: relative;
}

.nav-button button span , .nav-button button::after , .nav-button button::before {
    content: '';
    width: 52px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .4s cubic-bezier(0.19,1,.22,1);
	-o-transition: all .4s cubic-bezier(0.19,1,.22,1);
	transition: all .4s cubic-bezier(0.19,1,.22,1);
}
.nav-button button span{
    top: 16px;
    -webkit-transition: all .2s cubic-bezier(0.19,1,.22,1);
	-o-transition: all .2s cubic-bezier(0.19,1,.22,1);
	transition: all .2s cubic-bezier(0.19,1,.22,1);
}
.nav-button button::after{
    top: auto;
    bottom: 0;
}

.nav-button button.active::before{
    -webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
}
.nav-button button.active span{
    width: 0;
}
.nav-button button.active::after{
    -webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 20px;
}

.nav-active .header-fixed{
    height: 100%;
}
.header-scrool{
    height: 100%;
    overflow-y: auto;
    background: linear-gradient(#4bbffc  40%, #81e100);
}
.header-scrool::-webkit-scrollbar {
    width:0px;
    overflow: hidden;
}
.MainNav{
    height: 100%;
    display: none;
    position: relative;
    top: 0;
    color: #fff;
}
.MainNav .wrapper{
    background: linear-gradient(#4bbffc, #81e100);
}
.MainNav .wrapper-space{
    border-bottom: 1.2px solid #fff;
    padding: 28px;
}
.MainNav a , .MainNav h3{
    color: #fff;
}
.MainNav h3{
    font-size: 28px;
    line-height: 75px;
    margin-bottom: 15px;
}
.MainNav li a{
    line-height: 76px;
    font-size: 36px;
    display: block;
}

.MainNav .bottom{
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: none;
}
.MainNav .info{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}
.MainNav .copyright{
    font-size:16px;
    line-height: 22px;
    width: 594px;
}
.MainNav .copyright a{
    font-size: 16px;
}
.banner-bg{
    position: fixed;
    width: 100%;
    min-width: 750px;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
}
.full-height{
    height: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.banner-bg .swiper-container{
    z-index: 0;
}

.banner-pagination{
    position: absolute;
    z-index: 10;
    bottom:50px;
    right: 30px;
    text-align: right;
}
.banner-pagination .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1.2px solid #fff;
    background: rgba(255,255,255,.4);
    opacity: 1;
    display: inline-block;
    margin: 0 12px;
}
.banner-pagination .swiper-pagination-bullet-active{
    background: #4bbffc;
}

.baner-text.full-height{
    background: rgba(0,0,0,.15);
}
.baner-text img{
    position: absolute;
    left: 0;
    top: 40%;
}
.BannerSlide-contral{
    height: 100%;
}

.index-main{
    position: relative;
    z-index: 10;
    background: #fff;
}
.index-main section{
    padding: 80px 0;
}
.title-lv1{
    text-align: left;
    height: 180px;
}
.title-lv1 h1{
    font-size: 56px;
    line-height: 74px;
    color: #000;
}
.title-lv1 span{
    font-size: 58px;
    line-height: 76px;
    font-family: "Fedra Sans Pro";
    color: #4BBFFC;
}

.newslist{
    margin-top: 30px;
}
.newslist-type li{
    width: 335.2px;
    height: 80px;
    line-height: 80px;
    float: left;
    border: 1.2px solid #43BEFF;
    text-align: center;
    color: #000;
    font-size: 28px;
}
.newslist-type li:nth-child(2n){
    border-left: none;
}
.newslist-type li.active{
    background: #43BEFF;
    color: #fff;
}
.newslist-type li:nth-child(2n).active{
    border: 1.2px solid #82e200;
    border-left: none;
    background: #82e200;
    color: #fff;
}
.newslist-item{
    border-bottom: 1px solid #b0e3fe;
    padding: 30px 0;
    position: relative;
}
.newslist-item.investor-item{
    border-bottom: 1.2px solid #777;
}
.investor-item:last-child{
    border-bottom: 1.2px solid #777 !important;
}
.newslist-item .date{
    font-family: "Fedra Sans Pro";
    font-size: 28px;
    color: #43BEFF;
    line-height: 38px;
    margin-bottom: 20px;
}
.newslist-item p{
    line-height: 42px;
    font-size: 32px;
    color: #000;
}
.newslist-content{
    height: auto;
}
.newslist-item p.size{
    color: #777;
    font-size: 28px;
    position: absolute;
    right: 0;
    bottom: 30px;
}
.newslist-item-hide{
    display: none;
}
.investor-more{
    margin-top: 80px;
}
.investor-more span{
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    background: #ccc;
    width: 100%;
    display: block;
}

.investor-more span.active{
    background: linear-gradient(-90deg,#4bbffc, #81e100);
}


.newslist-hide{
    display: none;
}

.newslist-more{
    margin: 50px 0;
    margin-top: 80px;
}
.newslist-more button{
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    background: #ccc;
    width: 100%;
}
.newslist-more button.active{
    background: linear-gradient(-90deg,#4bbffc, #81e100);
}
.newslist-more a{
    height: 100px;
    line-height: 30px;
    font-size: 30px;
    color: #000;
    display: none;
}
.newslist-more a span{
    text-decoration: underline;
}
.newslist-more a i{
    margin-left: 10px;
    font-size: 40px;
}
.newslist-more.disable button{
    display: none;
}
.newslist-more.disable a{
    display: block;
}

.index-business .title-lv1{
    margin-bottom: 40px;
}
.index-business .summery{
    color: #000;
    line-height: 40px;
    margin-bottom: 100px;
}
.index-business-list , .index-business-item{
    position: relative;
}
.index-business-item{
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.index-business-item .img-outline{
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 8px;
    height: 630px;
}
.index-business-item .img-outline img{
    width: 100%;
    height: 630px;
}
.index-business-item  .text{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    color: #fff;
    background: linear-gradient(rgba(0,0,0,.35) , rgba(0,0,0, 0));
    width: 84%;
    height: 100%;
    padding: 8%;
}
.index-business-item h3{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
}
.index-business-item p{
    font-size: 30px;
    line-height: 40px;
}

.index-business-wrapper{
    overflow: hidden;
    position: relative;
}
.index-business-list{
    width: 150%;
}

.business-slide-pagination{
    font-size: 60px;
    line-height: 40px;
    border-bottom: 1.2px solid #eaeaea;
    text-align: right;
    color: #acacac;
    margin: 60px 0;
    padding-bottom: 10px;
}
.business-slide-pagination span{
    font-size: 60px;
}
.business-slide-pagination  .swiper-pagination-current{
    color: #43beff;
}
.business-slide-pagination.Sarala{
    font-family: 'Sarala', sans-serif;
}

.index-about .summery{
    padding: 100px 0;
    color: #000;
    padding-top: 50px;
}

.about-data{
    border-top: 1.2px solid #4bbffc;
    width: 100%;
    overflow: hidden;
}
.about-data ul{
    width: 200%;
    border-bottom: 1.2px solid #4bbffc;
}
.about-data li{
    float: left;
    overflow: hidden;
    border-right: 1.2px solid #4bbffc;
    height: 348px;
    padding: 36px 30px;
    position: relative;
    width: 208px;
    color: #ACACAC;
}
.about-data li:last-child{
    border-right: none;
}
.about-data h3{
    font-size: 24px;
    line-height: 36px;
    min-width: 150px;
}
.about-data .active h3{
    font-size: 32px;
}
.about-data h3.big span{
    width: 120px;
    font-size: 20px;
    display: inline-block;
}
.about-data .active h3.big{
    font-size: 32px;
}
.about-data .active h3.big span{
    width: 300px;
    font-size: 24px;
}
.about-data .data{
    position: absolute;
    left: 30px;
    bottom: 20px;
    height: 160px;
}
.about-data p{
    position: relative;
    height: 160px;
    width: 500px;
}
.about-data p strong{
    float: left;
    font-size: 160px;
    line-height: 160px;
    margin-right: 20px;
    color: #ACACAC;
}
.about-data p span{
    font-size:54px;
    float: left;
    color: #ACACAC;
}
.about-data p span.mini{
    font-size: 32px;
    margin-left: -20px;
}
.about-data p span.mini.mt{
    margin-top: 15px;
    margin-left: -15px;
}
.about-data .active p span.mini{
    font-size: 54px;
}
.about-data .active p span.mini.mt{
    margin-top: 40px;
}
.about-data li.active{
    width: 440px;
    color: #fff;
}
.about-data li.active .data{
    height: 304px;
}
.about-data li.active p{
    height: 304px;
}
.about-data li.active p strong{
    line-height: 304px;
    font-size: 304px;
    color: #fff;
}
.about-data li.active .data.small{
    height: 200px;
}
.about-data li.active .small p{
    height: 210px;
}
.about-data li.active .small p strong{
    line-height: 210px;
    font-size: 210px;
}
.about-data li.active .data.small2{
    height: 180px;
}
.about-data li.active .small2 p{
    height: 180px;
}
.about-data li.active .small2 p strong{
    line-height: 180px;
    font-size: 180px;
}
.about-data li.active p span{
    margin-top: 43px;
    color: #fff;
}
.about-data li.active .small2 p span{
    margin-top: 20px;
}
.about-data li.active .small p span{
    margin-top: 25px;
}
.about-data ul:nth-child(1) li.active{
    background: #4bbffc;
}
.about-data ul:nth-child(2) li.active{
    background: #82e200;
}



section.subcompany{
    padding:25px 0 0 0 !important;

}
.subcompany{
    height: 1095px;
    background: url(../images/subcompany-bg2.png) center top;
    margin-top: 90px;
}
.subcompany .title-lv1 h1{
    color: #fff;
}
.subcompany .title-lv1  span{
    color: #43beff;
}
.subcompany-select{
    height: 936px;
}
.subcompany-select ul{
    position: relative;
}
.subcompany-select ul li{
    width: 11px;
    height: 1px;
    position: absolute
}
.subcompany-select ul li button{
    width: 54px;
    height: 54px;
    display: block;
    border-radius: 50%;
    background: rgba(0,0,0,0);
    float: left;
    margin-left: -27px;
    margin-top: -27px;
}
.subcompany-select ul li.active button{
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    background: #82e200;
    animation: ripple 0.7s linear infinite;
}


@keyframes ripple {
  0% {
    box-shadow: 
                0 5px 5px rgba(0,0,0,.35),
                0 0 0 0 rgba(130,226,0, 0.3),
                0 0 0 1em rgba(130,226,0, 0.3),
                0 0 0 3em rgba(130,226,0, 0.3),
                0 0 0 5em rgba(130,226,0, 0.3);
  }
  100% {
    box-shadow: 
                0 5px 5px rgba(0,0,0,.35),
                0 0 0 1em rgba(130,226,0, 0.3),
                0 0 0 3em rgba(130,226,0, 0.3),
                0 0 0 5em rgba(130,226,0, 0.3),
                0 0 0 8em rgba(130,226,0, 0);
  }
}

.subcompany-select ul li.s0{
    left: 456px;
    top: 55px;
}
.subcompany-select ul li.s1{
    left: 157px;
    top: 93px;
}
.subcompany-select ul li.s2{
    left: 665px;
    top: 198px;
}
.subcompany-select ul li.s3{
    left: 289px;
    top: 226px;
}
.subcompany-select ul li.s3.active span{
    display: block;
    width: 52px;
    height: 52px;
    background: #296f92;
    border-radius: 50%;
    margin-left: -31px;
    margin-top: -31px;
    border: 5px solid #296f92;
}
.subcompany-select ul li.s4{
    left: 432px;
    top: 331px;
}
.subcompany-select ul li.s5{
    left: 594px;
    top: 382px;
}
.subcompany-select ul li.s6{
    left: 164px;
    top: 418px;
}
.subcompany-select ul li.s7{
    left: 140px;
    top: 482px;
}
.subcompany-select ul li.s8{
    left: 352px;
    top: 506px;
}
.subcompany-select ul li.s9{
    left: 232px;
    top: 608px;
}
.subcompany-select ul li.s10{
    left: 441px;
    top: 678px;
}
.subcompany-list{
    color: #4BBFFC;
    height: 160px;
    background: rgba(255,255,255,.81);
}
.subcompany-list h3{
    font-size: 40px;
    line-height: 160px;
    height: 160px;
    display: block;
    overflow: hidden;
}
.subcompany-list h3 i{
    margin-left: 25px;
    margin-bottom: 10px;
    vertical-align: middle;
}
.subcompany-list p{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
}
.FriendLinks-item ul{
    border-bottom: 3px solid #e5e5e5;
    padding: 10px;
    display: none;
}
.FriendLinks-item ul li a{
    padding: 0 20px;
    line-height: 72px;
    display: block;
    color: #000;
    font-size: 26px;
}
.FriendLinks-item h3{
    height: 106px;
    line-height: 106px;
    border-bottom: 3px solid #e5e5e5;
    font-size: 32px;
    color: #000;
}
.FriendLinks-item h3 span{
    display:block;
    width: 32px;
    height: 32px;
    background: url(../images/FriendLinks-more.png) center center no-repeat;
    float: right;
    margin-top: 37px;
}
.FriendLinks-item.active h3{
    color: #4BBFFC;
}
.FriendLinks-item.active h3 span{
    transform: rotate(45deg);
}

.FriendLinks .stock-btn{
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    border: 1.2px solid #000;
    color: #000;
    margin-top: 100px;
    margin-bottom: 100px;
}

.footer{
    background: #fff;
    position: relative;
    z-index: 1;
    color: #777;
    padding: 50px 0;
    padding-top: 0;
}

.footer-map{
    position:relative;
    padding: 0 !important;
    margin-bottom: 50px;
}
.footer-map .img-outline{
    position: relative;
    z-index: 0;
}
.footer-map .slide{
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 160px;
}
.footer-map .slide-left{
    width: 750px;
    float: left;
}
.footer-map .slide-left span{
    height: 160px;
    display: block;
    width: 0;
    float: right;
    background: linear-gradient(120deg,#4bbffb,#82E200);
}
.footer-map .slide.active span{
    width: 100%;
}
.footer-map .slide-right{
    width: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    background-image: url(../images/gotop.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color:#82E200;
    color: #fff;
    float: right;
    font-size: 120px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.footer-map .slide.active .slide-right{
    background-color:rgba(130,226,0, 0);
}
.footer-map .slide-right i{
    display: none;
}

.footer .logo{
    margin-bottom: 45px;
}
.footer .info{
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 60px;
}
.footer .copyright{
    font-size: 16px;
}
.footer .copyright a{
    color: #777;
}

.page-header{
    background: #fff;
    padding-top: 50px;
}

.page-banner{
    position: relative;
}
.page-banner .img-outline{
    position: relative;
    z-index: 0;
    left: 0;
    top: 0;
}
.page-banner-text{
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    top: 80px;
}
.page-title-lv1{
    text-align: center;
}
.page-title-lv1 h1, .page-title-lv1 span{
    color: #fff;
}
.page-content{
    padding: 50px 0;
    background: #fff;
}

.PageNav-news{
    height: 80px;
}
.PageNav-news li{
    float: left;
}
.PageNav-news li a{
    width: 335.2px;
    height: 80px;
    line-height: 80px;
    border: 1.2px solid #05a8ff;
    text-align: center;
    color: #000;
    font-size: 28px;
    display:block;
}
.PageNav-news li:nth-child(2n) a{
    border-left: none;
}
.PageNav-news li.active a{
    background: #05a8ff;
    color: #fff;
}
.PageNav-news li:nth-child(2n).active a{
    border: 1.2px solid #82e200;
    border-left: none;
    background: #82e200;
    color: #fff;
}
.news-year{
    background: #f4f4f4;
    border:1.2px solid #b6b6b6;
    width: 94%;
    padding: 0 3%;
    margin-top: 30px;
    position: relative;
    color: #000;
}
.news-year select{
    height: 75px;
    line-height: 75px;
    width: 100%;
    font-size: 32px;
    position: relative;
    z-index: 0;
}
.news-year i{
    position: absolute;
    z-index: 10;
    font-size: 40px;
    width: 30px;
    height: 70px;
    line-height: 70px;
    right: 3%;
    top: 0;
    background: #f4f4f4;
    color: #000;
}
.month-chinese-1::after{
    content: "一月";
}
.month-chinese-2::after{
    content: "二月";
}
.month-chinese-3::after{
    content: "三月";
}
.month-chinese-4::after{
    content: "四月";
}
.month-chinese-5::after{
    content: "五月";
}
.month-chinese-6::after{
    content: "六月";
}
.month-chinese-7::after{
    content: "七月";
}
.month-chinese-8::after{
    content: "八月";
}
.month-chinese-9::after{
    content: "九月";
}
.month-chinese-10::after{
    content: "十月";
}
.month-chinese-11::after{
    content: "十一月";
}
.month-chinese-12::after{
    content: "十二月";
}
.newslist-month{
    margin-top: 80px;
}
.newslist-month .month-chinese::after{
    font-size: 56px;
    line-height: 74px;
    color: #000;
}

.content-title-news H1{
    font-size: 50px;
    line-height: 66px;
    color: #000;
}
.content-title-news p{
    font-size: 28px;
    line-height: 38px;
    color: #4BBFFC;
    margin: 50px 0;
}
.content-title-news p a{
    color: #4BBFFC;
    margin-right: 60px;
}

.page-newslist{
    margin-top: 30px;
}
.page-newslist .newslist-item:last-child{
    border-bottom: none;
}

.page-pager{
    padding: 50px 0;
}
.page-pager .PageInfo{
    display: none;
}
.page-pager ul{
    width: 100%;
    text-align: right;
    font-size: 0;
}
.page-pager li , .page-pager a{
    display: inline-block;
    color: #333;
}
.page-pager li{
    display: none;
}
.page-pager .previous, .page-pager .next{
    display: inline-block;
}
.page-pager a{
    width: 94px;
    height: 94px;
    display: inline-block;
    line-height: 80px;
    color: #000;
    border: 1.2px solid #000;
    font-size: 60px;
    text-align: center;
}

.page-header-news{
    margin-bottom: 30px;
}
.page-header-news h1{
    font-size: 40px;
    color: #000;
    text-align: left;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.page-header-news p{
    color: #000;
    line-height: 2em;
    text-align: right;
}

.page-title-lv2{
    font-size: 30px;
    line-height: 50px;
    color: #000;
    margin:50px 0;
}
.page-title-lv2 h2{
    font-size: 56px;
}

.SubcompanyList-item{
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 5%;
    float: left;
}
.SubcompanyList-item:nth-child(2n){
    margin-right: 0;
}
.SubcompanyList-item .text{
    font-size: 28px;
    line-height: 1.75em;
    text-align: center;
    padding: .5em 0;
    height: 5.25em;
    color: #000;
}

.Advantage-box{
    margin-bottom: 100px;
}
.Advantage-box .title{
    font-size: 30px;
    color: #111;
    margin-bottom: 10px;
}
.Advantage-box .title span{
    font-size: 160px;
    color: #ccc;
    line-height: 212px;
}
.Advantage-box .text{
    color: #000;
    line-height: 64px;
    font-size: 30px;
}

.Advantage-SlideUp .Advantage-box{
    display: none;
}
.Advantage-btn-more{
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    background: #ccc;
    font-size: 28px;
    margin-bottom: 150px;
}
.Advantage-btn-more span:nth-child(2){
    display: none;
}
.Advantage-SlideUp.active .Advantage-btn-more{
    background: linear-gradient(90deg,#4bbffc, #82E200);
}
.Advantage-SlideUp.active .Advantage-btn-more span:nth-child(1){
    display: none;
}
.Advantage-SlideUp.active .Advantage-btn-more  span:nth-child(2){
    display: inline;
}

.Advantage-horner{
    width: 750px;
    margin-left: -38px;
    margin-right: -38px;
    padding: 80px 0;
    background: #f7f7f7;
}
.Advantage-horner-title{
    font-size: 40px;
    color: #000;
    padding: 0 38px;
    font-weight: bold;
}

.Advantage-horner-list{
    border-bottom:2px solid #707070;
    padding: 60px 38px 60px 38px;
}
.Advantage-horner-list h3{
    font-size: 30px;
    color: #333;
    margin: 20px 0;
    font-weight: bold;
}
.Advantage-horner-list:last-child{
    border-bottom: none;
}

.Advantage-horner-item{
    margin-bottom: 25px;
}
.Advantage-horner-item h4{
    font-size: 24px;
    line-height: 32px;
    color: #333;
    margin-bottom: 5px;
}
.Advantage-horner-item p{
    line-height: 32px;
    font-size: 24px;
    color: #777;
}
.Advantage-horner-SlideUp .Advantage-horner-item{
    display: none;
}
.Advantage-horner-more{
    text-align: center;
}
.Advantage-horner-more span{
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-bottom: -70px;
    margin-top: 30px;
    background: url(../images/honor-more.png) center center no-repeat;
}
.Advantage-horner-SlideUp.active .Advantage-horner-more span{
    transform: rotate(180deg);
}

.DownLoad-box{
    border-bottom: 1px solid #b0e3fe;
    padding: 30px 0;
}
.DownLoad-box i{
    font-family: "Fedra Sans Pro";
    font-size: 28px;
    color: #43BEFF;
    line-height: 38px;
    margin-bottom: 20px;
    display: block;
}
.DownLoad-box h3{
    line-height: 42px;
    font-size: 32px;
    color: #000;
    height: 84px;
}

.DownLoad-List:last-child .DownLoad-box:last-child{
    border: none;
}

.CultureDownload-box{
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 5%;
    float: left;
}
.CultureDownload-box:nth-child(2n){
    margin-right: 0;
}
.CultureDownload-box h3{
    font-size: 28px;
    line-height: 1.75em;
    text-align: center;
    padding: .5em 0;
    height: 5.25em;
    color: #000;
}



.title-lv2{
    text-align: center;
    padding: 50px 0;
}
.title-lv2 H2{
    font-size: 32px;
    line-height: 42px;
    color: #000;
}

.news-recomend{
    padding: 50px 0;
}

.news-recomend li{
    border-bottom: 1.2px solid #ededed;
    padding: 30px 0;
}
.news-recomend-item{
    display: block;
    text-align: left;
}
.news-recomend-item .text{
    width: 400px;
    float: left;
    padding-top: 10px;
}
.news-recomend-item .text.text-long{
    width: 100%;
}
.news-recomend-item p{
    color: #111;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
}
.news-recomend-item p span{
    color: #999;
}
.news-recomend-item  .img{
    width: 210px;
    max-height: 170px;
    float: right;
    margin-left: 60px;
    overflow: hidden;
}
.news-recomend-item  .img-outline{
    border-radius: 8px;
    overflow: hidden;
}

.news-recomend-more{
    display: block;
    text-align: center;
    line-height: 110px;
    border-bottom: 1px solid #ededed;
    color: #43beff;
}

.page-header-business{
    padding-top: 0;
    position: relative;
}
.page-header-business .img-outline{
    position: relative;
    z-index: 0;
}
.page-header-business .page-title-lv2{
    position: absolute;
    bottom: 50px;
    color: #fff;
    letter-spacing: 10px;
}
.business-list{
    padding: 100px 0;
    background: #fff;
}

.business-list-summery{
    font-size: 30px;
    color: #999;
    line-height: 60px;
}

.business-model{
    padding: 30px 0;
    border-bottom: 1.2px solid #ededed;
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}
.business-model-title{
    height: 32px;
    line-height: 32px;
    margin-bottom: 30px;
}
.business-model-title span{
    width: 32px;
    height: 32px;
    float: left;
    display: block;
    background: #4BBFFC;
    margin-right: 20px;
}
.business-model-title h2{
   font-size: 28px; 
   color: #333;
   line-height: 32px;
   float: left;
}
.business-model-title i{
    line-height: 32px;
    color: #999;
    font-size: 30px;
    float: right;
}

.business-model-slide{
    width: 940px;
}

.industry-item .img-outline{
    height: 265px;
    border-radius: 8px;
    overflow: hidden;
    background: #ccc;
    width: 100%;
}
.industry-item .text{
    padding: 15px 0;
}
.industry-item h3{
    font-size: 28px;
    line-height: 38px;
    color: #333;
    margin-bottom: 10px;
}
.industry-item .text-grey h3{
    color: #999;
}
.industry-item p{
    font-size: 24px;
    line-height: 26px;
    color: #999;
}


.Project-List{
    background: #fff;
    padding-top: 50px;
}
.ProjectBody{
    padding:50px 0;
}

.Project-List h2{
    line-height: 60px;
    color: #000;
    font-size: 32px;
    margin-bottom: 50px;
}
.Project-List .swiper-slide, .Project-List .swiper-wrapper{
    height: auto;
}
.ProjectBody .text p{
    color: #000;
    font-size: 30px;
    line-height: 64px;
    margin-top: 30px;
}
.Project-button{
    width: 100%;
    height:80px;
    background: #fff;
}
.Project-button li{
    width: 49.9%;
    float: left;
    outline: none;
    margin-right: 0.2%;
}
.Project-button li:last-child{
    margin-right: 0;
}
.Project-button li a{
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: block;
    outline: none;
    color: #fff;
    background: #ccc;
    font-size: 32px;
}
.Project-button li a:hover{
    background: #4bbffb;
}

.huanbao-list{
    padding: 100px 0 120px 0;
}
.huanbao-item{
    background: #FFF;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}
.huanbao-item .text{
    padding: 40px 30px;
}
.huanbao-item h3{
    font-size: 32px;
    line-height: 42px;
    color: #333;
    margin-bottom: 10px;
}
.huanbao-item .text-grey h3{
    color: #999;
}
.huanbao-item p{
    font-size: 26px;
    line-height: 60px;
    color: #777;
}

.page-catalog-about{
    padding: 100px 0;
    padding-top: 200px;
}
.page-catalog-about li{
    margin-bottom: 50px;
}
.page-catalog-about li.active{
    margin-bottom: 120px;
}
.page-catalog-about a{
    display: block;
    background:#fff;
    color: #000;
    font-size: 28px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-weight: bold;
    border:1.2px solid #000;
}
.page-catalog-about li.active a{
    background:#82E200;
    color: #fff;
    border: none;
}

.culture-download{
    padding: 100px 0;
}
.culture-download h2{
    font-size: 28px;
    color: #333;
    line-height: 40px;
    margin-bottom: 50px;
}
.culture-download-item{
    margin-top: 100px;
    text-align: center;
}
.culture-download-item a{
    display: inline-block;
    text-align: center;
    width: 334px;
    text-align:left;
}
.culture-download-item h3{
    font-size: 26px;
    line-height: 34px;
    color: #999;
    margin-top: 40px;
}

.BMap_stdMpZoom{
    left: 50px;
    top: 50px;
}
.BMap_stdMpZoom .BMap_button_new{
    width: 50px !important;
    height: 50px !important;
}
.BMap_stdMpZoom .BMap_button_new  .BMap_smcbg{
    left: 20px !important;
    transform: scale(2);
}

.page-header .title-lv1 h1{
    font-weight: bold;
    font-family: "Source Han Sans CN";
}
.page-header .title-lv1 span{
    font-weight: bold;
    font-family: "Fedra Sans Pro";
}