/* pc端的style */
.pc-header {
    height: 98px;
    width: 100%;
    /* background: #011514; */
}

.pc-video{
	width: 100%;
	position: absolute;
	/* background-image: url(../images/website/banner_video_one.png); */
}
.pc-video-bg{
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
}
.pc-banner {
    width: 100%;
	position: relative;
	min-height: 635px;
	/* min-height: 945px; */
}
.mouse:hover {
    background-image: url(../images/website/mouse_hover.png);
}
.mouse {
    width: 50px;
    height: 50px;
    background-image: url(../images/website/mouse.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32px;
    margin: 0 auto;
    -webkit-animation: mouse 2000ms linear infinite;
    -moz-animation: mouse 2000ms linear infinite;
    -ms-animation: mouse 2000ms linear infinite;
    -o-animation: mouse 2000ms linear infinite;
    animation: mouse 2000ms linear infinite;
    cursor: pointer;
    transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    z-index: 1;
}
.pc-mouse-hide{
	display: none;
}
@keyframes mouse{
  0%{-webkit-transform: translateY(0); transform: translateY(0);}
  50%{-webkit-transform: translateY(10px); transform: translateY(10px);}
  100%{-webkit-transform: translateY(0); transform: translateY(0);}
}
@-webkit-keyframes mouse{
  0%{-webkit-transform: translateY(0); transform: translateY(0);}
  50%{-webkit-transform: translateY(10px); transform: translateY(10px);}
  100%{-webkit-transform: translateY(0); transform: translateY(0);}
}
@-moz-keyframes mouse{
  0%{-webkit-transform: translateY(0); transform: translateY(0);}
  50%{-webkit-transform: translateY(10px); transform: translateY(10px);}
  100%{-webkit-transform: translateY(0); transform: translateY(0);}
}
@-o-keyframes mouse{
  0%{-webkit-transform: translateY(0); transform: translateY(0);}
  50%{-webkit-transform: translateY(10px); transform: translateY(10px);}
  100%{-webkit-transform: translateY(0); transform: translateY(0);}
}

.pc-banner .swiper-slide {
    width: 100%;
    padding: 0px !important;
    position: relative;
    min-height: 945px;
    /* background-size: auto 100% ;  */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pc-contain .swiper-pagination-bullet {
    background: #BD9B4B;
    opacity: 0.3;
    width: 45px;
    height: 5px;
    border-radius: 0;
}

.pc-contain .swiper-pagination-bullet-active {
    background: #BD9B4B;
    opacity: 1;
}

.swiper-slide-1 {
    background-image: url(../images/website/banner1.png);
}

.swiper-slide-2 {
    background-image: url(../images/website/banner1.png);
}

.pc-banner-content {
    z-index: 1;
    width: 1200px;
	    position: absolute;
	    bottom: 0px;
	    left: 50%;
	    margin-left: -600px;
		top: 100px;
}

.pc-banner-name {
    color: white;
    font-size: 72px;
    line-height: 72px;
    font-weight: bold;
}

.pc-banner-slogan {
    color: white;
    font-size: 40px;
    margin-top: 10px;
}

.pc-banner-img {
    width: 100%;
    z-index: 1;
    height: 100%;

}

.pc-banner-btn {
    background-image: url(../images/website/banner_btn_bg.png);
    width: 235px;
    height: 54px;
    background-size: 100% 100%;
    text-align: center;
    line-height: 54px;
    font-size: 24px;
    color: white;
    font-weight: bold;
    margin-top: 70px;
}

.business-bg {
    width: 100%;
    padding: 0px !important;
    position: relative;
    min-height: 945px;
    /* background-size: auto 100% ;  */
    background-image: url(../images/website/pc_enterprise_introduction_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* 业务介绍 */
.bussiness-container {
    width: 1200px;
    margin: 0 auto;
    /* background: yellow; */
}

.bussiness-container .quot {
    margin: 42px auto;
}

.bussiness-container .bussiness-text .bussiness-profile {
    font-size: 44px;
    color: #313131;
    font-weight: 400;
    /* font-family: Microsoft YaHei; */
    /* text-align: center; */

}

.bussiness-container .bussiness-text .bussiness-name {
    font-size: 30px;
    color: #313131;
    font-weight: 400;
    font-family: Microsoft YaHei;
    margin-top: 26px;
}

.bussiness-container .bussiness-text .bussiness-intro {
    font-size: 20px;
    color: #5A5C60;
    margin-top: 26px;
    line-height: 30px;
}

.bussiness-img {
    margin: 43px auto
}

.bussiness-img .left-img {
    position: relative;
    display: none;
}


.bussiness-img .img-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 126px;
    background: #105D46;
    opacity: 0.7;


}

.bussiness-img .left-img .rectangle {
    width: 12px;
    height: 50px;
    background: #BC9A4A;
    position: absolute;
    left: 0;
    top: 0;
}

.bussiness-img .img-text1 {
    font-size: 36px;
    color: #fff;
    margin: 5px 30px;
}

.img-text2 {
    font-size: 18px;
    color: #fff;
    margin: 0 30px;
}

/* 因小按钮占了高度 */
.bussiness-img .right-img {
    margin-top: 30px;
}
.bussiness-img .right-img img{
    width: 361px;
    height: 253px;
    display: none;
}

.bussiness-img .right-img .btn {
    width: 18px;
    height: 9px;
    background: #C0CAC7;
    margin: 30px 5px;
}

.bussiness-img .right-img .active {
    /* background: #BC9A4A; */
}

/* 运营模式背景图 */
.operate-bg {
    width: 100%;
    padding: 0px !important;
    position: relative;
    min-height: 945px;
	background-size: auto 100% ;  
    background-image: url(../images/website/operation_data_bg_1.png);
    /* background-repeat: no-repeat;
    background-position: center; */
    background-size: cover;
    overflow: hidden;
}
.operate-bg-content{
	display: block;
	width: 1200px;
	height: 888px;
	margin: 0 auto;
	position: relative;
    margin-top: 180px;
}
.data-img{
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -600px;
   margin-top: -544px;
   z-index: 9999;
}
.pc-circle{
	margin-top: 40px;
}
.pc-circle-bottom{
	margin-top: 0px;
	margin-bottom: 40px;
}
.data-img-frame{
	margin-top: -399px;
}
.data-number-item{
	position: absolute !important;
	z-index: 1000;
}
.data-number-1{
	  top: 230px;
	 left: 145px;
}
.data-number-2{
	    top: 402px;
	    left: 270px;
}
.data-number-3{
	top: 320px;
	    left: 495px;
}
.data-number-4{
	left: 660px;
    top: 366px;
}
.data-number-5{
	left: 810px;
   top: 176px;;
}
.data-number-6{
	    left: 880px;
	    top: 167px;
}
.operate-bg .title {
        color: #CFB56C;
        font-size: 44px;
        text-align: center;
        margin-top: 147px;
        z-index: 10000;
        position: absolute;
        width: 100%;
		font-weight: bold;
}


.operate-bg .op-data {
   position: absolute;
       position: absolute;
       z-index: 10000;
      
    
}

.operate-bg .op-data .data{
    width: 235px;
    height: 46px;
}
.operate-bg .op-data .name {
    font-size: 22px;
    color: #CFB56C;
    line-height: 20px;
}

.operate-bg .op-data .digit {
    font-size: 48px;
    color: #CFB56C;
    font-weight: 400;
    font-family: 'Impact'
}

.operate-bg .op-data .unit {
    font-size: 22px;
    color: #CFB56C;
}

.mg-top100 {
    margin-top: 100px;
}

.mg-top110 {
    margin-top: 110px;
}

.mg-top120 {
    margin-top: 120px;
}

.mg-top130 {
    margin-top: 130px;
}

.mg-top140 {
    margin-top: 140px;
}

.mg-top150 {
    margin-top: 150px;
}

.mg-top160 {
    margin-top: 160px;
}

.mg-top250 {
    margin-top: 250px;
}

.mg-top260 {
    margin-top: 260px;
}

.mg-top300 {
    margin-top: 300px;
}

.mg-top330 {
    margin-top: 330px;
}

.mg-top340 {
    margin-top: 340px;
}

.mg-top350 {
    margin-top: 350px;
}

.mg-top360 {
    margin-top: 360px;
}

.mg-top370 {
    margin-top: 370px;
}

.mg-top380 {
    margin-top: 380px;
}

.mg-top400 {
    margin-top: 400px;
}

.mg-top460 {
    margin-top: 460px;
}

.mg-left50 {
    margin-left: 50px;
}

.mg-left80 {
    margin-left: 80px;
}

.mg-left100 {
    margin-left: 100px;
}

.mg-left120 {
    margin-left: 120px;
}


.bussiness-character {
    width: 100%;
    height: 711px;
    background: #fff;
 
}

.character-container {
    width: 1200px;
    /* background: blue; */
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: space-around;

}

.bussiness-character .title {
    text-align: center;
    color: #313131;
    font-size: 44px;
    font-weight: bold;
    margin: 108px auto 30px auto;
}

.character-img-item:nth-child(odd) {
    width: 374px;
    height: 179px;
    background: #EFF8F4;
    text-align: center;
    margin: 33px 0;
}
.character-img-item:nth-child(even) {
    width: 374px;
    height: 179px;
    background: #EFF8F4;
    text-align: center;
    margin: 33px;
}

.character-img-item img {
    margin-top: 45px;
}

.character-img-item .character-label {
    font-size: 26px;
    color: #011A19;
    margin-top: 20px;
}

.bussiness-process {
    width: 100%;
    padding: 0px !important;
    position: relative;
    height: 335px;
    /* background-size: auto 100% ;  */
    background-image: url(../images/website/bussiness-process.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bussiness-process-container {
    width: 1200px;
    margin: 0 auto;
    /* background: blue; */
    vertical-align: middle;
    justify-content: space-between;
    align-items: center;
    display: flex;
    ;
}

.bussiness-process-container .item img {
    /* border: 1px dashed #fff; */
}

.bussiness-process-container .item .text {
    text-align: center;
    color: #E1B856;
    font-size: 22px;
    margin-top: 10px
}

.bussiness-model {
    text-align: center;
    width: 1202px;
    margin: 0 auto;
}

.bussiness-model .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0), rgba(0, 0, 0, 0));
}

.bussiness-model .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0), rgba(0, 0, 0, 0));
}

.bussiness-model .title {
    color: #313131;
    font-size: 44px;
    font-weight: bold;
    margin: 108px auto;
}

.bussiness-model .slide-img {
    margin-top: 500px;
}
		.animation {
            width: 1200px;
			height: 540px;
            /* height:950px; */
			position: absolute;
			left:50%;
			margin-left: -600px;
			bottom: 200px;
        }
		.animation img{
			width: 100%;
		}
		.pc-business-scope{
			background-color:#011c1b;
			/* background-image: url(../images/website/pc_business_scope_bg.jpg); */
			position: relative;
			overflow: hidden;
			background-size: 100% 100%;
			text-align: center;
			width: 100%;
			height: 950px;
			min-width: 1366px;
			
		}
		.pc-business-scope-earth{
			/* width: 100%; */
			width: 1200px;
			height: 950px;
			position: absolute;
			bottom: 0px;
			left: 50%;
			margin-left: -600px;
		}
		.pc-bs-left{
			width: 25%;
			top: 0px;
			left:5%;
			z-index: 10;
			z-index: 10;
			height: 950px;
			position: absolute;
		}
		.pc-bs-right{
			width: 25%;
			top: 0px;
			right:5%;
			z-index: 10;
			height: 950px;
			position: absolute;
		}
		.pc-bs-left-bg{
			width: 100%;
			height: 950px;
			background-image: url(../images/website/pc_business_scope_number.png);
		}
/* .bussiness-scope {
    width: 100%;
    padding: 0px !important;
    position: relative;
    height: 882px;
     background-size: auto 100% ;  
    background-image: url(../images/website/icon_business_scope.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    justify-content: center;
    align-items: center;
} */

.bussiness-scope .text {
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    line-height: 33px;
    text-align: center;
    padding-top: 93px;
	position: absolute;
	top: 0px;
	width: 100%;
}

.bussiness-cooperation {
    width: 1200px;
    margin: 82px auto;
    /* background:pink; */
}

.bussiness-model-eq-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.bussiness-model-eqi-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0rem;
}

.bussiness-model .swiper-slide .bussiness-model-tag {
    display: none;
}

.bussiness-model .swiper-slide-active .bussiness-model-tag {
    width: 30px;
    height: 10px;
    background: #BC9A4A;
    margin-top: 51px;
    display: block;
    margin-left: 50px;
}

.bussiness-model .swiper-slide .bussiness-model-name {
    color: #040404;
    font-size: 30px;
    text-align: left;
    line-height: 27px;
    margin-top: 64px;
    padding-left: 50px;
}

.bussiness-model .swiper-slide-active .bussiness-model-name {
    color: white;
    font-size: 30px;
    text-align: left;
    line-height: 27px;
    margin-top: 15px;
}

.bussiness-model .swiper-slide .bussiness-model-en-name {
    color: #040404;
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
    line-height: 27px;
    padding-left: 50px;
}

.bussiness-model .swiper-slide-active .bussiness-model-en-name {
    font-weight: 400;
    color: white;
    margin-top: 10px;
    line-height: 27px;
    text-align: left;
}

/* 显示背景图 */
.bussiness-model .swiper-slide .bussiness-model-eqi-photo-bg {
    display: none;
}

.bussiness-model .swiper-slide-active .bussiness-model-eqi-photo-bg {
    display: inline-block;
}

.bussiness-model-swiper {
    margin-bottom: 123px;
}

.bussiness-model-left-pre {
    position: absolute;
    width: 42px;
    top: 50%;
    margin-top: -12px;
    z-index: 1000;
    left: 19px;
}

.bussiness-model-left-next {
    position: absolute;
    width: 42px;
    top: 50%;
    margin-top: -12px;
    z-index: 1000;
    right: 19px;
}

.bussiness-model-photo-1 {
    margin-top: 80px;
}

.bussiness-model-photo-2 {
    margin-top: 102px;
}

.bussiness-model-photo-3 {
    margin-top: 51px;
}

.bussiness-model-content {
    z-index: 10;
    position: absolute;
    padding-top: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.bussiness-model-eq-content {
    width: 466px;
    height: 624px;
    position: relative;
    background: #EFF8F4;
}

.bussiness-cooperation .bussiness-cooperation-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 17px auto;
}

.bussiness-cooperation .bussiness-cooperation-img .cooperation-img-item {
    /* background: yellow; */
    text-align: center;
    width: 288px;
    height: 82px;
    border: 1px solid #E2F1EA;
    align-items: center;
    line-height: 82px;
}

.pc-footer {
    width: 100%;
    height: 459px;
    background: #011514;
    overflow: hidden;
}
.pc-footer-content{
    width: 1200px;
    margin: 0 auto;
}
.pc-footer-key{
	width: 60px;
	display: inline-block;
}
.pc-footer .footer-logo {
    width: 100%;
    margin: 56px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.pc-footer .keep-on-record{
	width: 18px;
}

.pc-footer .text {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    position: relative;
}

.pc-market-regulation—a {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pc-market-regulation—img {
  
}

.pc-footer .footer-icon {
    width: 274px;
    /* background:red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pc-footer .bussiness-record {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 80px;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.display {
    display: block !important;
}
/* .operate-bg .op-data {
    display: flex;
    width: 65%;
    margin: 0 auto;
    color: #fff;
}
 */


/* pc不同尺寸的媒体查询 */
@media screen and (min-width: 1024px) {
	.layui-layer-shade{
		/* display: none; */
	}
	.pc-banner-content {
	      z-index: 1;
	      width: 1200px;
	  	    position: absolute;
	  	    bottom: 0px;
	  	    left: 50%;
	  	    margin-left: -600px;
	  		top: 150px;
	  }
}

@media screen and (min-width: 1100px) {
.layui-layer-shade{
	/* display: none; */
}
.pc-banner-content {
      z-index: 1;
      width: 1200px;
  	    position: absolute;
  	    bottom: 0px;
  	    left: 50%;
  	    margin-left: -600px;
  		top: 150px;
  }
}

/* @media (min-width: 1280px) { html{font-size: 22px;} } */
@media screen and (min-width: 1280px) {
  .layui-layer-shade{
  	/* display: none; */
  }
   .pc-banner-content {
       z-index: 1;
       width: 1200px;
   	    position: absolute;
   	    bottom: 0px;
   	    left: 50%;
   	    margin-left: -600px;
   		top: 150px;
   }
}

@media screen and (min-width: 1366px) {
	.layui-layer-shade{
		/* display: none; */
	}
   .pc-banner-content {
       z-index: 1;
       width: 1200px;
   	    position: absolute;
   	    bottom: 0px;
   	    left: 50%;
   	    margin-left: -600px;
   		top: 100px;
   }
 
}

@media screen and (min-width: 1440px) {
	.layui-layer-shade{
		/* display: none; */
	}
  .pc-banner-content {
      z-index: 1;
      width: 1200px;
  	    position: absolute;
  	    bottom: 0px;
  	    left: 50%;
  	    margin-left: -600px;
  		top: 200px;
  }
  
}

@media screen and (min-width: 1680px) {
	.layui-layer-shade{
		/* display: none; */
	}
  .pc-banner-content {
      z-index: 1;
      width: 1200px;
  	    position: absolute;
  	    bottom: 0px;
  	    left: 50%;
  	    margin-left: -600px;
  		top: 250px;
  }
   
}
@media screen and (min-width: 1920px) {
	.layui-layer-shade{
		/* display: none; */
	}
.pc-banner-content {
    z-index: 1;
    width: 1200px;
	    position: absolute;
	    bottom: 0px;
	    left: 50%;
	    margin-left: -600px;
		top: 300px;
}
    
  
}
@media (min-width: 768px){
	.container {
	    width: 1170px !important;
	}
}


/* 图片切换的 */
#cf img.opaque {
    opacity:1;
    -webkit-transition: opacity 3s ease-in-out 1s;
    -moz-transition: opacity 3s ease-in-out 1s;
    -o-transition: opacity 3s ease-in-out 1s;
    transition: opacity 3s ease-in-out 1s;
    }
    
    