
.banner_fullvideo {
	width: 100%;
	height: 760px;
}

.video-back {
	    width: 100%;
	display: block;
	padding: 160px 0px;
}

.video-back h1 {
	display: block;
	font-size: 50px;
}

.video-back p {
	display: block;
	color: #fff;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

.video_text .text1 {
	font-size: 44px;
	font-weight: 600;
}

.video_text .text2 {
	font-size: 44px;
	font-weight: 600;
}

.video_text .text3 {
	margin-top: 30px;
}

.video_text .text3 .t3 {
	float: left;
	margin-right: 20px;
}

.video_text .text3 .t3 .t3_left {
	float: left;
	margin-right: 10px;
}

.video_text .text3 .t3 .t3_right {
	float: left;
	font-size: 20px;
}

.product_se{
	width: 100%; height: 200px; background-color: #fff;
}


.product_item {
	width: 283px;
	height: 140px;
	background-color: #ffffffe0;
	position: absolute;
	top: -60px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 20px;
	cursor: pointer;
}

.product_item:HOVER {
	background-color: #fff;
	top: -70px;
}

.product_item .p_1 .p_icon {
	width: 50px;
	height: 50px;
	float: left;
}

.product_item .p_1 .p_text {
	width: 200px;
	height: 50px;
	float: left;
	line-height: 50px;
	padding-left: 20px;
	font-size: 18px;
}

.product_item .p_2 {
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	font-weight: bold;
}

.product_item .p_3 {
	text-align: center;
	line-height: 50px;
	font-size: 15px;
}

.product_mobile{
	display: none;
	flex-direction:row;
	flex-wrap:wrap;
}

.product_mobile .flex-item{
	flex-grow:1;
	background-color: #f9f9f9;
	margin: 5px 5px;
	padding: 5px;
}

.product_mobile .flex-item .p_icon {
	width: 50px;
	height: 50px;
	float: left;
	padding: 5px;
}


.product_mobile .flex-item .p_text {
	width: 200px;
	height: 50px;
	float: left;
	line-height: 50px;
	padding-left: 20px;
	font-size: 18px;
}

.product_mobile .flex-item .p_2 {
	text-align: center;
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
}

.product_mobile .flex-item .p_3 {
	text-align: center;
	line-height: 50px;
	font-size: 14px;
}

.i_center{text-align: center;}
.i_center .title-h3 {
    font-size: 42px;
    color: #383D41;
    padding-top: 56px;
    margin-bottom: 50px;
    text-align: center;
}
.title-pic{
	width: 100%;
	text-align: center;
}

.fangan_mobile{
	display: none;
}

.coor-partner {
    text-align: center !important;
    display: flex;
    justify-content: center;    
    flex-wrap:wrap;
    padding-bottom: 40px;
}

.coor-partner li{
	width: 20%;
    height: 100px;
    display: inline-block;
    margin: 8px;
}

.coor-partner li img{
	width: 100%;height: 100%;
}

.partner-con ul{
	    display: flex;
    justify-content: center;    
    flex-wrap:wrap;
}

.partner-con ul li{
	width: 157px;
	height: 70px;
    border: 1px solid rgb(219 219 219);
    margin-left: 10px;
    margin-bottom: 10px;
}
.partner-con ul li img{
	width: 100%;
	height: 100%;
}

.changjing
{
	background-color: #fff;
	padding-bottom: 20px;
}

.changjing .cj_main
{
	background-color: #ebf3ff;
	width: 100%;
	height: 700px;
	position: relative;
}

.changjing .cj_main {
    background: url(../images/case_bg.jpg) no-repeat center top;
    height: 725px;
}
.changjing .cj_main h3 {
    color: #081232;
    font-weight: normal;
    font-size: 42px;
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;
}
.changjing .cj_main .cj_category ul {
    padding-left: 50px;
    padding-bottom: 40px;
    display: block;
    height: auto;
    overflow: hidden;
}
.changjing .cj_main .cj_category ul li {
    float: left;
    font-size: 16px;
    text-align: center;
    width: 198px;
    height: 80px;
    line-height: 80px;
    color:#141414;
    cursor: pointer;
	background: #e4e8f7;
	margin-left: 10px;
}
.changjing .cj_main .cj_category ul li.active {
    color: #fff;
    background: #053bef;
}
.changjing .cj_main .cj_content {
    padding-left: 50px;
}
.changjing .cj_main .cj_content .cont {
    height: 650px;
    display: none;
}
.changjing .cj_main .cj_content .cont.active {
    display: block;
    
}
.changjing .cj_main .cj_content .cont img.bg {
    position: absolute;border: 1px solid #E3E3E3;
    right: 0;
    top: 80;
}
.changjing .cj_main .cj_content .cont .info {
    position: absolute;
    width: 520px;
    height: 340px;
    background: #ffffffe6;
    box-shadow: 0px 0px 70px rgb(80 80 80 / 40%);
    left: 0;
    top: 120px;
    padding: 50px 40px 0;
    border-radius: 10px;
}
.changjing .cj_main .cj_content .cont .info .title .logo {
    float: left;
    padding-right: 25px;
}
.changjing .cj_main .cj_content .cont .info .title:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
}
.changjing .cj_main .cj_content .cont .info .title h4 {
    float: left;
    padding-top: 30px;
    font-size: 24px;
    color: #081232;
}
.changjing .cj_main .cj_content .cont .info p {
    font-size: 16px;
    line-height: 32px;
    padding-top: 30px;
    color: #828b9f;
}

.compare{
	 display: flex;
    justify-content: center;    
    flex-wrap:wrap;
    padding-bottom: 200px;
}

.ser_bg{width: 330px;height: 620px;float: left;margin-right:70px;
background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
      position: relative;}
  
.ser_bg .desc_1{
    position: absolute;
    width: 215px;
    height: 200px;
    top: 50px;
    left: 70px;
    text-align: left;
}
.ser_bg .desc_1 div{}
.ser_bg .desc_1 div span{position: absolute;left: 27px;}
.ser_bg .desc_2{
	position: absolute;
    width: 215px;
    height: 200px;
    top: 340px;
    left: 70px;
    text-align: center;
}
.ser_bg .desc_2 p
{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.ser_bg .desc_3{
	position: absolute;
    width: 215px;
    height: 50px;
    top: 575px;
    left: 70px;
    text-align: center;
}
    
.ser_bg .desc_4{
position: absolute;
    width: 310px;
    height: 153px;
    top: 645px;
    left: 30px;
    text-align: left;
}    

.ser_bg .desc_4 div{}
.ser_bg .desc_4 div span{position: absolute;left: 27px;}

@charset "utf-8";
.yun-main-solution{
	background-color: #fff;
}
.yun-main-hd {
    padding-top: 45px;
    text-align: center
}
.yun-main-hd .yun-main-title {
    line-height: 44px;
    font-size: 42px;
    color: #282828;
}
.yun-main-hd .yun-main-des {
    margin-top: 10px;
    line-height: 36px;
    font-size: 18px;
    color: #666
}
.yun-main-bd {
    padding-top: 30px
}
.w {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.yun-solution-slider {
    margin-top: 30px
}
.yun-solution-slider-content {
    position: relative
}
.yun-solution-slider-content .yun-solution-wrap {
    position: relative;
    height: 454px;
    height: 457px\0;
}
.yun-solution-slider-content .yun-solution-item {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 475px;
    color: #fff;
    background-size: cover!important;
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1);
    transition: all .2s cubic-bezier(.4, 0, .2, 1)
}
.yun-solution-slider-content .yun-solution-item.current {
    z-index: 2;
    opacity: 1;
    filter: alpha(opacity=100)
}
.yun-solution-slider-content .yun-solution-item-content {
    margin: 0 auto;
    padding-top: 130px;
    width: 91.66666666666667%;
    max-width: 1100px
}
.yun-solution-slider-content .yun-solution-text-wrap {
    float: left;
    padding-right: 40px;
    width: 590px
}
.yun-solution-slider-content .yun-solution-text-wrap .yun-solution-btn {
    margin-top: 15px;
    display: inline-block;
    box-sizing: border-box;
    min-width: 70px;
    background: #fff;
    color: #03004c;
    text-align: center;
    padding: 0 30px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    font-size: 14px;
    opacity: .9;
    filter: alpha(opacity=90);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}
.yun-solution-slider-content .yun-solution-text-wrap .yun-solution-btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    box-shadow: 0 0 10px 0 rgba(3, 0, 76, .3)
}
.yun-solution-slider-content .yun-solution-title {
    line-height: 44px;
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
.yun-solution-slider-content .yun-solution-title em {
    font-size: 28px
}
.yun-solution-slider-content .yun-solution-des {
    margin-top: 15px;
    max-height: 120px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px
}
.yun-solution-slider-content .yun-solution-logo-wrap {
    float: left;
    margin-left: 40px;
    width: 420px;
    max-height: 230px;
    overflow: hidden;
    font-size: 0
}
.yun-solution-slider-content .yun-solution-logo-wrap:after {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle
}
.yun-solution-slider-content .yun-solution-logo-list {
    display: inline-block
}
.yun-solution-slider-content .yun-solution-logo-list li {
    display: inline-block;
    margin-top: 40px;
    width: 33%;
    vertical-align: middle;
    text-align: left
}
.yun-solution-list-wrap {
    position: relative;
    height: 132px;
    overflow: hidden
}
.yun-solution-list-wrap:hover .yun-solution-btn {
    display: block
}
.yun-solution-list-wrap .yun-solution-btn {
    display: none;
    position: absolute;
    top: 60px;
    width: 40px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    color: #0989c5;
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1)
}
.yun-solution-list-wrap .yun-solution-btn:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}
.yun-solution-list-wrap .yun-solution-btn.disabled {
    display: none
}
.yun-solution-list-wrap .yun-solution-btn-prev {
    left: 0
}
.yun-solution-list-wrap .yun-solution-btn-next {
    right: 0
}
.yun-solution-list {
    padding-top: 35px;
    text-align: center;
    font-size: 0
}
.yun-solution-list .yun-solution-list-item {
    display: inline-block;
    vertical-align: top;
    width: 12.5%;
    text-align: center;
    font-size: 14px;
    cursor: pointer
}
.yun-solution-list .img-wrap {
    margin: 0 auto;
    width: 42px;
    height: 42px;
    overflow: hidden;
    background-position: 0 0
}
.yun-solution-list .yun-solution-text {
    margin-top: 15px;
    line-height: 20px;
    color: #000
}
.yun-arrow-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    display: table;
    width: 100%;
    height: 18px;
    overflow: hidden
}
.yun-arrow-wrap .yun-arrow-item {
    display: table-cell;
    position: relative;
    width: auto;
    background-color: #fff
}
.yun-arrow-wrap .yun-arrow-triangle {
    width: 1200px;
    height: 17px;
    background-color: transparent
}
.yun-arrow-wrap .yun-arrow-triangle:after, .yun-arrow-wrap .yun-arrow-triangle:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50%;
    box-sizing: border-box
}
.yun-arrow-wrap .yun-arrow-triangle:before {
    right: 50%;
    border-bottom: 18px solid #fff;
    border-right: 22px solid transparent
}
.yun-arrow-wrap .yun-arrow-triangle:after {
    left: 50%;
    border-bottom: 18px solid #fff;
    border-left: 22px solid transparent
}
.yun-arrow-wrap.yun-arrow-current1 .yun-arrow-triangle:before {
    right: 94%
}
.yun-arrow-wrap.yun-arrow-current1 .yun-arrow-triangle:after {
    left: 6%;
    width: 94%
}
.yun-arrow-wrap.yun-arrow-current2 .yun-arrow-triangle:before {
    right: 81%
}
.yun-arrow-wrap.yun-arrow-current2 .yun-arrow-triangle:after {
    left: 19%;
    width: 81%
}
.yun-arrow-wrap.yun-arrow-current3 .yun-arrow-triangle:before {
    right: 69%
}
.yun-arrow-wrap.yun-arrow-current3 .yun-arrow-triangle:after {
    left: 31%;
    width: 69%
}
.yun-arrow-wrap.yun-arrow-current4 .yun-arrow-triangle:before {
    right: 56%
}
.yun-arrow-wrap.yun-arrow-current4 .yun-arrow-triangle:after {
    left: 44%;
    width: 56%
}
.yun-arrow-wrap.yun-arrow-current5 .yun-arrow-triangle:before {
    right: 44%;
    width: 56%
}
.yun-arrow-wrap.yun-arrow-current5 .yun-arrow-triangle:after {
    left: 56%
}
.yun-arrow-wrap.yun-arrow-current6 .yun-arrow-triangle:before {
    right: 31%;
    width: 69%
}
.yun-arrow-wrap.yun-arrow-current6 .yun-arrow-triangle:after {
    left: 69%
}
.yun-arrow-wrap.yun-arrow-current7 .yun-arrow-triangle:before {
    right: 19%;
    width: 81%
}
.yun-arrow-wrap.yun-arrow-current7 .yun-arrow-triangle:after {
    left: 81%
}
.yun-arrow-wrap.yun-arrow-current8 .yun-arrow-triangle:before {
    right: 6%;
    width: 94%
}
.yun-arrow-wrap.yun-arrow-current8 .yun-arrow-triangle:after {
    left: 94%
}



@media(max-width:768px)
{
	.video-back {
		padding: 50px 0px;
	}
	.vidbacking-active-block-back {
	    max-width: 200%;
	}
	.video_text .text1 {
		font-size: 22px;
	}
	.video_text .text2 {
		font-size: 22px;
	}
	.video_text .text3 .t3 .t3_right {
		font-size: 16px;
	}
	.product_item {
		width: 30%;
		height: 140px;
	}
	.product_se{
		display: none;
	}
	.product_mobile{
		display: flex;
	}
	.i_center .title-h3 {
	    font-size: 22px;
	    color: #383D41;
	    padding-top: 56px;
	    margin-bottom: 10px;
	    text-align: center;
	}
	.title-pic img{width: 100%;}
	.fangan_pc{display: none;}
	.fangan_mobile{
		display: block;
	}
	.coor-partner li {
     height: 30px;
    }
    .partner-con ul li {
    width: 30%;
    height: 45px;
    border: 1px solid rgb(219 219 219);
    margin-left: 5px;
    margin-bottom: 5px;
   }
   .changjing .logo {
    display: none;
   }
}