*{
	margin:0;
	padding:0;
	text-decoration:none;
}
ul{
	list-style:none;
}
html body{
	background:#F6F5FA;	
	color:#1C1F21;
}

.clear{ 
	clear:both
} 
.left{
	float: left;
}
.right{
	float: right;
}
.main-container{
	margin-top: -70px;
}
.main{
	min-width:1200px;
	max-width:1920px;
	margin:0 auto;
}
.banner{
	width:100%;
	min-width:1200px;
	max-width:1920px;
	margin:0 auto;
	height:800px;
	overflow:hidden;
	background:url(../../image/zhuanti/huawei/new_banner.png) no-repeat center;
	position: relative;
}
.banner_content{
	width: 1300px;
	height: calc(100% - 70px);
	margin: 0 auto;
	margin-top: 70px;
	position: relative;
}
.rabot_icon{
	width: 248px;
	height: 267px;
	position: absolute;
	left: 0%; 
	top: 0px; 
}
.rabot_icon .banner_robot{
	mix-blend-mode: lighten;
}
/* 左手臂动画 */
.left_hand{
	width: 77px;
	height: 121px;
	position: absolute;
	right: 64%;
	top: 110px;
	mix-blend-mode: lighten;
	transform-origin: top right;
	transform: rotate(10deg);
	animation: leftHandAnimation 5s 6s linear infinite;
	-moz-animation:leftHandAnimation 5s 6s linear infinite;
	-webkit-animation:leftHandAnimation 5s 6s linear infinite;
	-o-animation:leftHandAnimation 5s 6s linear infinite;
}

/* 左手臂动画 */
@keyframes leftHandAnimation {
	0{transform: rotate(10deg);}
	15%{transform: rotate(10deg);}
	50%{transform: rotate(15deg);}
	100%{transform: rotate(10deg);}
	
}
@-moz-keyframes leftHandAnimation {
	0{transform: rotate(10deg);}
	15%{transform: rotate(10deg);}
	50%{transform: rotate(15deg);}
	100%{transform: rotate(10deg);}
	
}
@-webkit-keyframes leftHandAnimation {
	0{transform: rotate(10deg);}
	15%{transform: rotate(10deg);}
	50%{transform: rotate(15deg);}
	100%{transform: rotate(10deg);}
}
@-o-keyframes leftHandAnimation {
	0{transform: rotate(10deg);}
	15%{transform: rotate(10deg);}
	50%{transform: rotate(15deg);}
	100%{transform: rotate(10deg);}
}
/* 机器人右手臂动画 */
.robot_hands{
	width: 59px;
	height: 110px;
	position: absolute;
	right: 24%;
	top: 115px;
	transform-origin: top left;
	transform: rotate(-16deg);
}
.right_handAnimation{
	position: absolute;
	right: 24%;
	top: 115px;
	animation: handRotate 1s 2.8s cubic-bezier(.94,-0.01,.66,.94) 1;
	-moz-animation:handRotate 1s 2.8s cubic-bezier(.94,-0.01,.66,.94) 1;
	-webkit-animation:handRotate 1s 2.8s cubic-bezier(.94,-0.01,.66,.94) 1;
	-o-animation:handRotate 1s 2.8s cubic-bezier(.94,-0.01,.66,.94) 1;
}
@keyframes handRotate {
	0{
		right: 24%;
		top: 115px;	
		transform: rotate(-16deg);
	}
	30%{
		right: 24%;
		top: 110px;
		transform: rotate(-67deg);	
	}
	60%{
		right: 17%;
		top: 115px;
		transform: rotate(-67deg);	
	}
	80%{
		right: 24%;
		top: 115px;	
		transform: rotate(-16deg);
	}
}
@-moz-keyframes handRotate {
	0{
		right: 24%;
		top: 115px;	
		transform: rotate(-16deg);
	}
	30%{
		right: 24%;
		top: 110px;
		transform: rotate(-67deg);	
	}
	60%{
		right: 17%;
		top: 115px;
		transform: rotate(-67deg);	
	}
	80%{
		right: 24%;
		top: 115px;	
		transform: rotate(-16deg);
	}
}
@-webkit-keyframes handRotate {
	0{
		right: 24%;
		top: 115px;	
		transform: rotate(-16deg);
	}
	30%{
		right: 24%;
		top: 110px;
		transform: rotate(-67deg);	
	}
	60%{
		right: 17%;
		top: 115px;
		transform: rotate(-67deg);	
	}
	80%{
		right: 24%;
		top: 115px;	
		transform: rotate(-16deg);
	}
}
@-o-keyframes handRotate {
	0{
		right: 24%;
		top: 115px;	
		transform: rotate(-16deg);
	}
	30%{
		right: 24%;
		top: 110px;
		transform: rotate(-67deg);	
	}
	60%{
		right: 17%;
		top: 115px;
		transform: rotate(-67deg);	
	}
	80%{
		right: 24%;
		top: 115px;	
		transform: rotate(-16deg);
	}
}
.second_rightHand_animation{
	position: absolute;
	animation: rightHandEnd 5s 0s linear infinite;
	-moz-animation:rightHandEnd 5s 0s linear infinite;
	-webkit-animation:rightHandEnd 5s 0s linear infinite;
	-o-animation:rightHandEnd 5s 0s linear infinite;
}
@keyframes rightHandEnd{
	0{transform: rotate(-16deg);}
	15%{transform: rotate(-16deg);}
	50%{transform: rotate(-25deg);}
	100%{transform: rotate(-16deg);}
}
@-moz-keyframes rightHandEnd{
	0{transform: rotate(-16deg);}
	15%{transform: rotate(-16deg);}
	50%{transform: rotate(-25deg);}
	100%{transform: rotate(-16deg);}
}
@-webkit-keyframes rightHandEnd{
	0{transform: rotate(-16deg);}
	15%{transform: rotate(-16deg);}
	50%{transform: rotate(-25deg);}
	100%{transform: rotate(-16deg);}
}
@-o-keyframes rightHandEnd{
	0{transform: rotate(-16deg);}
	15%{transform: rotate(-16deg);}
	50%{transform: rotate(-25deg);}
	100%{transform: rotate(-16deg);}
}

/* 机器人最外层动画 */
.robot_out{
	width: 248px;
	height: 267px;
	position: absolute;
	left: 49%;
	top: 175px;
	
}
.robot_first_jump{
	animation: jumpRight 4s 1.5s cubic-bezier(.46,.03,.9,1.22) 1;
	-moz-animation:jumpRight 4s 1.5s cubic-bezier(.46,.03,.9,1.22) 1;
	-webkit-animation:jumpRight 4s 1.5s cubic-bezier(.46,.03,.9,1.22) 1;
	-o-animation:jumpRight 4s 1.5s cubic-bezier(.46,.03,.9,1.22) 1;
}

@keyframes jumpRight{
	0{
		left: 56%;
		top: 175px;
	}
	20%{
		left: 56%;
		top: 175px;
	}
	40%{
		left: 56%;
		top: 175px;
	}
	62%{
		left: 56%;
		top: 175px;
	}
	100%{
		left: 49%;
		top: 175px;
	}
}
@-moz-keyframes jumpRight{
	0{
		left: 56%;
		top: 175px;
	}
	20%{
		left: 56%;
		top: 175px;
	}
	40%{
		left: 56%;
		top: 175px;
	}
	62%{
		left: 56%;
		top: 175px;
	}
	100%{
		left: 49%;
		top: 175px;
	}
}
@-webkit-keyframes jumpRight{
	0{
		left: 56%;
		top: 175px;
	}
	20%{
		left: 56%;
		top: 175px;
	}
	40%{
		left: 56%;
		top: 175px;
	}
	62%{
		left: 56%;
		top: 175px;
	}
	100%{
		left: 49%;
		top: 175px;
	}
}
@-o-keyframes jumpRight{
	0{
		left: 56%;
		top: 175px;
	}
	20%{
		left: 56%;
		top: 175px;
	}
	40%{
		left: 56%;
		top: 175px;
	}
	62%{
		left: 56%;
		top: 175px;
	}
	100%{
		left: 49%;
		top: 175px;
	}
}
.robot_second_jump{
	animation: jumpTop 5s 0s linear infinite;
	-moz-animation:jumpTop 5s 0s linear infinite;
	-webkit-animation:jumpTop 5s 0s linear infinite;
	-o-animation:jumpTop 5s 0s linear infinite;
}
@keyframes jumpTop{
	0{top: 175px;}
	50%{top: 167px;}
	100%{top: 175px;}
}
@-moz-keyframes jumpTop{
	0{top: 175px;}
	50%{top: 167px;}
	100%{top: 175px;}
}
@-webkit-keyframes jumpTop{
	0{top: 175px;}
	50%{top: 167px;}
	100%{top: 175px;}
}
@-o-keyframes jumpTop{
	0{top: 175px;}
	50%{top: 167px;}
	100%{top: 175px;}
}
.video_content{
	width: 266px;
	height: 361px;
	position: absolute;
	right: 61px;
	top: 55px;
}
.icon_light_img{
	mix-blend-mode: plus-lighter;
	position: absolute;
	bottom: 41px;
	right: 6px;
	animation: delayImg 1s 0s linear infinite;
	-moz-animation:delayImg 1s 0s linear infinite;
	-webkit-animation:delayImg 1 0s linear infinite;
	-o-animation:delayImg 1s 0s linear infinite;
}
@keyframes delayImg {
	0{
		opacity: 1;
	}
	50%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@-moz-keyframes delayImg {
	0{
		opacity: 1;
	}
	50%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@-webkit-keyframes delayImg {
	0{
		opacity: 1;
	}
	50%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@-o-keyframes delayImg {
	0{
		opacity: 1;
	}
	50%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.origion_icon_img{
	width: 81px;
	height: 126px;
	mix-blend-mode: plus-lighter;
	position: absolute;
	bottom: 91px;
	right: 67px;
	display: none;
}

.video_btn_img{
	mix-blend-mode: lighten;
	position: absolute;
	top: 298px;
	right: 86px;
	display: none;
}

.video_under_img{
	position: absolute;
	bottom: 74px;
	right: 107px;
	display: none;
}

.video_bannerPOP_img{
	mix-blend-mode: plus-lighter;
	position: absolute;
	bottom: 31px;
	right: 93px;
	opacity: 1;
	transform: scale(1);
	animation: bigPop 6s 0s linear 1;
	-moz-animation:bigPop 6s 0s linear 1;
	-webkit-animation:bigPop 6s 0s linear 1;
	-o-animation: bigPop 6s 0s linear 1;
}

@keyframes bigPop{
	0%{
		opacity: 0;
		transform: scale(0)
	}
	83.5%{
		opacity: 0;
		transform: scale(0)
	}
	100%{
		opacity: 1;
		transform: scale(1)
	}
}

@-moz-keyframes bigPop{
	0%{
		opacity: 0;
		transform: scale(0)
	}
	83.5%{
		opacity: 0;
		transform: scale(0)
	}
	100%{
		opacity: 1;
		transform: scale(1)
	}
}

@-webkit-keyframes bigPop{
	0%{
		opacity: 0;
		transform: scale(0)
	}
	83.5%{
		opacity: 0;
		transform: scale(0)
	}
	100%{
		opacity: 1;
		transform: scale(1)
	}
}

@-o-keyframes bigPop{
	0%{
		opacity: 0;
		transform: scale(0)
	}
	83.5%{
		opacity: 0;
		transform: scale(0)
	}
	100%{
		opacity: 1;
		transform: scale(1)
	}
}

.huawei_reson_img{
	position: absolute;
	left: 52px;
	top: 120px;
	opacity: 1;
	animation: courseAnimation 1s 0s linear 1;
	-moz-animation:courseAnimation 1s 0s linear 1;
	-webkit-animation:courseAnimation 1s 0s linear 1;
	-o-animation: courseAnimation 1s 0s linear 1;
}
@keyframes courseAnimation {
	0%{
		opacity: 0;
		left: -439px;
	}
	90%{
		opacity: 0;
		left: -439px;
	}
	100%{
		opacity: 1;
		left: 52px;
	}
}
@-moz-keyframes courseAnimation {
	0%{
		opacity: 0;
		left: -439px;
	}
	90%{
		opacity: 0;
		left: -439px;
	}
	100%{
		opacity: 1;
		left: 52px;
	}
}
@-webkit-keyframes courseAnimation {
	0%{
		opacity: 0;
		left: -439px;
	}
	90%{
		opacity: 0;
		left: -439px;
	}
	100%{
		opacity: 1;
		left: 52px;
	}
}
@-o-keyframes courseAnimation {
	0%{
		opacity: 0;
		left: -439px;
	}
	90%{
		opacity: 0;
		left: -439px;
	}
	100%{
		opacity: 1;
		left: 52px;
	}
}

/* 球形转动 start*/
.pos_rel_ball{
	position: relative;
}
.banner_ball_1{
	position: absolute;
	left: 0px;
	bottom: 193px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
.banner_ball_1_center{
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
.banner_ball_1_center img{
	position: absolute;
	right: 44%;
	top: 50%;
	margin-top: -33.4px;
}
.allAnmation_to{
	animation:ball_1 60s 0s infinite linear;
	-moz-animation:ball_1 60s 0s linear infinite;
	-webkit-animation:ball_1 60s 0s linear infinite;
	-o-animation: ball_1 60s 0s linear infinite;
}
.allAnmation_from{
	animation:banner_ball_1 60s 0s infinite linear;
	-moz-animation:banner_ball_1 60s 0s linear infinite;
	-webkit-animation:banner_ball_1 60s 0s linear infinite;
	-o-animation: banner_ball_1 60s 0s linear infinite;
}
@keyframes banner_ball_1{
	to{
		transform:rotate(1turn);
	}
}
@-moz-keyframes banner_ball_1{
	to{
		transform:rotate(1turn);
	}
}
@-webkit-keyframes banner_ball_1{
	to{
		transform:rotate(1turn);
	}
}
@-o-keyframes banner_ball_1{
	to{
		transform:rotate(1turn);
	}
}
@keyframes ball_1{
	from{
		transform:rotate(1turn);
	}
}
@-moz-keyframes ball_1{
	from{
		transform:rotate(1turn);
	}
}
@-webkit-keyframes ball_1{
	from{
		transform:rotate(1turn);
	}
}
@-o-keyframes ball_1{
	from{
		transform:rotate(1turn);
	}
}
.banner_ball_2{
	position: absolute;
	left: 148px;
	bottom: 456px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.banner_ball_2_center{
	width: 100%;
	height: 100px;
	border-radius: 50%;
}
.banner_ball_2_center img{
	position: absolute;
	right: -16%;
	top: 50%;
	margin-top: -33.4px;
}
.banner_ball_3{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	right: 100px;
	top: 50%;
	margin-top: -25px;
}
.banner_ball_3_center{
	width: 100%;
	height: 100px;
	border-radius: 50%;
}
.banner_ball_3_center img{
	position: absolute;
	right: -72px;
	top: 50%;
	margin-top: -119px;
}
.banner_ball_4{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	left: 130px;
	top: 25%;
	margin-top: -25px;
}
.banner_ball_4_center{
	width: 100%;
	height: 100px;
	border-radius: 50%;
}
.banner_ball_4_center img{
	position: absolute;
	right: -16%;
	top: 50%;
	margin-top: -33.4px;
}
.banner_ball_5 , .banner_ball_6 , .banner_ball_7 , .banner_ball_8 , .banner_ball_9,.banner_ball_10,.banner_ball_11,.banner_ball_12{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
}
.banner_ball_5{
	left: 509px;
	top: 108px;
}
.banner_ball_5_center img{
	position: absolute;
	right: -16%;
	top: 50%;
	margin-top: -33.4px;
}
.banner_ball_6{
	left: 529px;
	top: 128px;
}
.banner_ball_6_center img{
	position: absolute;
	left: 16%;
	top: 0;
}
.banner_ball_7{
	right: 529px;
	top: 60px;
}
.banner_ball_7_center img{
	position: absolute;
	right: -16%;
	top: 50%;
}
.banner_ball_8{
	right: 450px;
	top: 100px;
}
.banner_ball_8_center img{
	position: absolute;
	right: -16%;
	top: 50%;
}
.banner_ball_9{
	right: 240px;
	top: 50px;	
}
.banner_ball_9_center img{
	position: absolute;
	left: 0%;
	top: 50%;
}
.banner_ball_10{
	bottom: 100px;
	right: 113px;
}
.banner_ball_10_center{
	height: 100px;
}
.banner_ball_10_center img{
	position: absolute;
	left: 0%;
	bottom: -45%;
}
.banner_ball_11{
	bottom: 53px;
	right: 435px;
}
.banner_ball_11_center img{
	position: absolute;
	left: 0%;
	bottom: -64px;
}
.banner_ball_12{
	bottom: 53px;
	left: 435px;
}
.banner_ball_12_center img{
	position: absolute;
	left: 0%;
	bottom: -64px;
}

/* 球形转动  end*/

.green_icon_div{
	position: absolute;
	right: 75.5px;
	top: 338px;
	width: 5px;
	height: 6px;
	z-index: 2;
	background: url(../../image/zhuanti/huawei/icon_green.png) 0 0 no-repeat;
}
.icon_light_green{
	position: absolute;
	right: 66.5px;
	top: 332px;
	mix-blend-mode: plus-lighter;
	animation: lightGreen 1s 1s linear infinite;
	-moz-animation:lightGreen 1s 1s linear infinite;
	-webkit-animation:lightGreen 1s 1s linear infinite;
	-o-animation: lightGreen 1s 1s linear infinite;
}
@keyframes lightGreen {
	0{
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@-moz-keyframes lightGreen {
    0{
    	opacity: 1;
    }
    50%{
    	opacity: 0;
    }
    100%{
    	opacity: 1;
    }
}
@-webkit-keyframes lightGreen {
    0{
    	opacity: 1;
    }
    50%{
    	opacity: 0;
    }
    100%{
    	opacity: 1;
    }
}
@-o-keyframes lightGreen {
    0{
    	opacity: 1;
    }
    50%{
    	opacity: 0;
    }
    100%{
    	opacity: 1;
    }
}

.top_shangqiao{
	position: absolute;
	left: 21%;
	bottom: 149px;
	width: 392px;
	height: 60px;
	line-height: 60px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	background: radial-gradient(62.37% 407.5% at 0.64% 53.33%, #FFD098 0%, #FFAE35 78.4%, #FFA235 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
	box-shadow: 0px 4px 4px rgba(249, 168, 47, 0.25), inset 0px -10px 4px rgba(142, 48, 7, 0.05), inset 0px 10px 4px rgba(142, 48, 7, 0.05), inset 6px 1px 4px rgba(142, 48, 7, 0.05);
	border-radius: 50px;
	z-index: 2;
}
.top_shangqiao:hover{
	box-shadow:0  0px 0px ;
	color: #;
}
.top_shangqiao span{
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 60px;
	color: #FFFFFF;
}
.authent{
	width: 1300px;
	margin: 0 auto;
}
.title{
	text-align: center;
	font-size: 36px;
	margin: 50px 0 20px 0;
	position: relative;
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
}
.title .span_huawei{
	color: #794CF5;
}
.title .orgin_text{
	color: #333;
}
.title .small_ball{
	position: absolute;
	bottom: -10px;
	left: 25%;
	width: 20px;
	height: 20px;
	background: url(../../image/zhuanti/huawei/small_ball.png) 0 0 no-repeat; 
	background-size: 100%;
}
.discount .small_ball{
	position: absolute;
	bottom: -10px;
	left: 33%;
	width: 20px;
	height: 20px;
	background: url(../../image/zhuanti/huawei/small_ball.png) 0 0 no-repeat; 
	background-size: 100%;
}
.title .big_ball{
	position: absolute;
	top: -30px;
	right: 22.5%;
	width: 50px;
	height: 50px;
	background: url(../../image/zhuanti/huawei/icon_ball.png) 0 0 no-repeat; 
	background-size: 100%;
}
.discount .title .big_ball{
	position: absolute;
	top: -30px;
	right: 31%;
	width: 50px;
	height: 50px;
	background: url(../../image/zhuanti/huawei/icon_ball.png) 0 0 no-repeat; 
	background-size: 100%;
}
.authent-midd{
	display: inline-block;
}
.authent-cent{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	color: #545C63;
}
.authent-midd{
	margin-top: 30px ;
}
.authent-ul{
	/* height: 350px; */
	margin-right: 31px;
}
.authent-ul li{
	display: none;
}
.authent-ul li:first-child{
	display: block;
}
.authent-ul-cent{
	width: 800px;
	height: 330px;
	line-height: 330px;
	border-radius: 10px;
	border: 1px solid #545C63;
	box-shadow:3px 3px 0 rgba(212,53,122,1);
    -webkit-box-shadow:3px 3px 1px rgba(212,53,122,1);
    -moz-box-shadow:3px 3px 1px rgba(212,53,122,1);
    -o-box-shadow:3px 3px 1px rgba(212,53,122,1);
    -ms-box-shadow:3px 3px 1px rgba(212,53,122,1);
    position: relative;
    background-color: #FFF;
}
.authent-bg{
	width: 130px;
	position: absolute;
	top: -20px;
	left: -60px;
	z-index: -1;
}
.authent-ul-l{
	width: 320px;
	height: 170px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	margin-top: -30px;
}
.authent-ul-l p{
	color: #D82D77;
	font-size: 24px;
	text-align: center;
}
.authent-ul-r{
	width: 420px;
	display: inline-block;
	vertical-align: middle;
}
.authent-ul-r p{
	font-size: 16px;
	line-height: 30px;
}
.pink{
	color: #D82D77;
}
.authent-ul-tit li{
	width: 368px;
	height: 90px;
	line-height: 90px;
	border-radius: 10px;
	color: #FFF;
	font-size: 26px;
	text-align: center;
	margin-bottom: 30px;
	border: 1px solid #545C63;
	color: #545C63;
	cursor: pointer;
}
.authent-ul-tit .authent-on{
	background-color: #D4357A;
	border: 1px solid #D82D77;
	color: #FFF;
}
.trophy{
	overflow: hidden;
	position: relative;
	margin-top: 50px;
}
.trophy-bg{
	position: absolute;
	width: 170px;
}
.trophy-bg1{
	top: 350px;
	left: 0;
}
.trophy-bg2{
	top: 0;
	right: 0;
}
.trophy-top{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.trophy-bg3{
	top: -50px;
	left: 0;
}
.trophy-bg4{
	bottom: 100px;
	right: 100px;
}
.trophy-tit{
	margin-top: 10px;
}
.trophy-cent{
	position: relative;
}
.trophy-ul{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 30px;
}
.trophy-ul li{
	text-align: center;
	float: left;
	font-size: 16px;
	margin-top: 10px;
}
.trophy-img{
	width: 1200px;
	margin: 0 auto;
	display: block;
}
.trophy-ul-bott{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 30px;
}
.trophy-ul-bott li{
	text-align: center;
	float: left;
	font-size: 16px;
	margin-top: 10px;
}
.service{
	max-width: 1920px;
	min-width: 1200px;
	height: 1136px;
	background-color: #18066C;
	position: relative;
	overflow: hidden;
	background: url(../../image/zhuanti/huawei/huawei_red.png) 0 0 no-repeat;
	margin-top: 40px;
	background-size: 100%;
}
.service_title{
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	margin-top: 180px;
}
.service_reson{
	margin-top: 20px;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
}
.service_content{
	width: 1300px;
	height: 510px;
	margin:  0 auto;
	margin-top: 70px;
	position: relative;
}
.service_content .sc_p{
	position: absolute;
}
.sc_1{
	width:371px;
	height:91px;
	background:url(../../image/zhuanti/huawei/icon_1.png) 0 0 no-repeat;
	left: 27px;
	top: 1px;
	background-size: 100%;
}
.sc_5{
	width:371px;
	height:91px;
	background:url(../../image/zhuanti/huawei/icon_5.png) 0 0 no-repeat;
	left: 27px;
	bottom: 1px;
	background-size: 100%;
}
.sc_2{
	width:370px;
	height:90px;
	background:url(../../image/zhuanti/huawei/icon_2.png)0 0 no-repeat;
	background-size:100%;
	left: 330px;
	top: 123px;
	background-size: 100%;
}
.sc_6{
	width:370px;
	height:90px;
	background:url(../../image/zhuanti/huawei/icon_6.png)0 0 no-repeat;
	background-size:100%;
	left: 328px;
	bottom: 123px;
	background-size: 100%;
}
.sc_3{
	width:430px;
	height:90px;
	background:url(../../image/zhuanti/huawei/icon_3.png)0 0 no-repeat;
	right: 241px;
	top: 3px;
	background-size: 100%;
}
.sc_7{
	width:430px;
	height:90px;
	background:url(../../image/zhuanti/huawei/icon_7.png)0 0 no-repeat;
	right: 243px;
	bottom: 2px;
	background-size: 100%;
}
.sc_4{
	width:312px;
	height:90px;
	background:url(../../image/zhuanti/huawei/icon_4.png)0 0 no-repeat;
	right: 0;
	top: 124px;
}
.sc_8{
	width:312px;
	height:95px;
	background:url(../../image/zhuanti/huawei/icon_8.png)0 0 no-repeat;
	right: 0;
	bottom: 124px;
}
.sc_f_1{
	width:61px;
	height:34px;
	background: url(../../image/zhuanti/huawei/icon_small.png) 0 0 no-repeat;
	left: 334px;
	top: 92px;
}
.sc_f_4{
	width:61px;
	height:34px;
	background: url(../../image/zhuanti/huawei/icon_small.png) 0 0 no-repeat;
	left: 334px;
	bottom: 89px;
}
.sc_f_2{
	width:61px;
	height:34px;
	background: url(../../image/zhuanti/huawei/icon_small.png) 0 0 no-repeat;
	top: 93px;
	right: 604px;
}
.sc_f_5{
	width:61px;
	height:34px;
	background: url(../../image/zhuanti/huawei/icon_small.png) 0 0 no-repeat;
	bottom: 89px;
	right: 607px;
}
.sc_f_3{
	width:61px;
	height:34px;
	right:246px;
	top:93px;
	background: url(../../image/zhuanti/huawei/icon_small.png) 0 0 no-repeat;
}
.sc_f_6{
	width:61px;
	height:34px;
	right:246px;
	bottom:90px;
	background: url(../../image/zhuanti/huawei/icon_small.png) 0 0 no-repeat;
}
.sc_f_7{
	width: 60px;
	height: 260px;
	right: 0;
	top: 124px;
	background: url(../../image/zhuanti/huawei/icon_end_right.png) 0 0 no-repeat;
}
.pos_rel{
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.sc_title{
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 90px;
	text-align: center;
	color: #FFFFFF;
}
.sc_title.hover{
	color: #794CF5;
}
.sc_over_pos{
	position: absolute;
	right: 5px;
	z-index: 2;
	width: 305px;
	height: 280px;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	display: none;
	top: 92px;
}
.service_content .cloud_pos{
	right: 60px;
	width: 250px;
	height: 290px;
}
.service_content .cc_pos{
	right: 5px;
	width: 420px;
}
.service_content .security_pos{
	right: 59px;
	z-index: 2;
	width: 194px;
	height: 315px;
}
.security_pos .over_pos_a{
	margin-top: 10px;
}
.service_content .iot_pos{
	right: 62px;
}
.service_content .bigdata_pos{
	width: 358px;
}
.service_content .kunpeng_pos{
	right: 58px;
	width: 310px;
}
.service_content .ai_pos{
	top: 95px;
	width: 304px;
}
.over_pos_img{
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
.datacom_img{
	background: url(../../image/zhuanti/huawei/icon_shutong.png) 0 0 no-repeat;
	background-size: 100%;
}
.cloud_img{
	background: url(../../image/zhuanti/huawei/icon_clound.png) 0 0 no-repeat;
	background-size: 100%;
}
.computing_img{
	background: url(../../image/zhuanti/huawei/icon_cloundMath.png) 0 0 no-repeat;
	background-size: 100%;
}
.security_img{
	background: url(../../image/zhuanti/huawei/icon_security.png) 0 0 no-repeat;
	background-size: 100%;
}
.inter_img{
	background: url(../../image/zhuanti/huawei/icon_internet.png) 0 0 no-repeat;
	background-size: 100%;
}
.bigData_img{
	background: url(../../image/zhuanti/huawei/icon_bigData.png) 0 0 no-repeat;
	background-size: 100%;
}
.ai_img{
	background: url(../../image/zhuanti/huawei/icon_artificial.png) 0 0 no-repeat;
	background-size: 100%;
}
.kunpeng_img{
	background: url(../../image/zhuanti/huawei/icon_kunPeng.png) 0 0 no-repeat;
	background-size: 100%;
}

.sc_over_text{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	color: #545C63;
}
.over_pos_a{
	display: block;
	width: 120px;
	height: 32px;
	line-height: 32px;
	background: radial-gradient(97.8% 407.5% at 1% 53.33%, #B098FF 0%, #6435FF 78.4%, #6435FF 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
	box-shadow: 0px 4px 4px rgba(100, 53, 255, 0.25), inset 0px -6px 4px rgba(39, 7, 142, 0.05), inset 0px 6px 4px rgba(39, 7, 142, 0.05), inset 6px 1px 4px rgba(39, 7, 142, 0.05);
	margin: 0 auto;
	border-radius: 20px;
	text-align: center;
	margin-top: 10px;
}
.over_pos_a:hover{
	box-shadow: 0 0px 0px;
	color: #FFBE73;
}


.service_content .hoverSc_1{
	background:url(../../image/zhuanti/huawei/icon_1_1.png) 0 0 no-repeat;
	background-size: 100%;
}
.service_content .hoverSc_2{
	background:url(../../image/zhuanti/huawei/icon_2_1.png) 0 0 no-repeat;
	background-size: 100%;
}
.service_content .hoverSc_3{
	background:url(../../image/zhuanti/huawei/icon_3_1.png) 0 0 no-repeat;
	background-size: 100%;
}
.service_content .hoverSc_4{
	background:url(../../image/zhuanti/huawei/icon_4_1.png) 0 0 no-repeat;
	background-size: 100%;
}
.service_content .hoverSc_5{
	background:url(../../image/zhuanti/huawei/icon_5_1.png) 0 0 no-repeat;
	background-size: 100%;
}
.service_content .hoverSc_6{
	background:url(../../image/zhuanti/huawei/icon_6_1.png) 0 0 no-repeat;
	background-size: 100%;
}
.service_content .hoverSc_7{
	background:url(../../image/zhuanti/huawei/icon_7_1.png) 0 0 no-repeat;
	background-size: 100%;
}
.service_content .hoverSc_8{
	background:url(../../image/zhuanti/huawei/icon_8_1.png) 0 0 no-repeat;
	background-size: 100%;
}

.more_consle{
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	color: #794CF5;
	width: 250px;
	height: 60px;
	line-height: 60px;
	background: radial-gradient(97.8% 407.5% at 1% 53.33%, #FFFFFF 0%, #EEEEEE 78.4%, #EEEEEE 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
	box-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25), inset 0px -6px 4px rgba(39, 7, 142, 0.05), inset 0px 6px 4px rgba(39, 7, 142, 0.05), inset 6px 1px 4px rgba(39, 7, 142, 0.05);
	border-radius: 40px;
	margin:  0 auto;
	margin-top: 90px;
}
.more_consle:hover{
	box-shadow: 0 0px 0px;
	color: #FFA235;
}
.clearfix{
	clear: both;
}
.style_content{
	width: 1220px;
	margin:  0 auto;
	height: 666px;
}
.style_content .in_block {
	float: left;
	height: 666px;
	padding-top: 135px;
}
.left_top_cursorhover{
	background: #fff;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
}
.left_bottom_cursorhover{
	background: #fff;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
}
.right_top_cursorhover{
	background: #fff;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
}
.right_bottom_cursorhover{
	background: #fff;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
}
.sty_alike{
	cursor: pointer;
}
.lest_sty.show{
	display: block;
}

.style_center{
	width: 610px;
	height: 666px;
	background: url(../../image/zhuanti/huawei/study_img.png)0 0 no-repeat;
	background-size: 100%;
	margin: 0 30px 0 30px;
	float: left;
}
.style_left,.style_right{
	width: 250px;
	height: 100%;
}
.sty_alike{
	width: 100%;
	height: 150px;
	position: relative;
	padding: 10px 20px;
}
.service-list{
	width: 175px;
	height: 60px;
	line-height: 60px;
	background: url(../../image/zhuanti/huawei/service-list1.png) no-repeat;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
	margin: auto;
}
.tou1{
	position: absolute;
	width: 80px;
	height: 80px;
	left: 20px;
	top: -20px;
	background: url(../../image/zhuanti/huawei/icon_women1.png) 0 0 no-repeat;
}
.tou3{
	position: absolute;
	width: 80px;
	height: 80px;
	left: 20px;
	top: -20px;
	background: url(../../image/zhuanti/huawei/icon_women3.png) 0 0 no-repeat;
}
.tou2{
	position: absolute;
	width: 80px;
	height: 80px;
	right: 20px;
	top: -20px;
	background: url(../../image/zhuanti/huawei/icon_women2.png) 0 0 no-repeat;
}
.tou4{
	position: absolute;
	width: 80px;
	height: 80px;
	right: 20px;
	top: -20px;
	background: url(../../image/zhuanti/huawei/icon_women4.png) 0 0 no-repeat;
}
.sty_left_top,.sty_left_bottom,.sty_left_top{
	height: 40px;
}

.sty_txt{
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #333333;
	padding-top: 10px;
}
.sty_detail{
	width: 210px;
	height: 28px;
	background: linear-gradient(90deg, #F0ECFE 0%, #F3EFFE 35.94%, #F8F5FF 100%);
	border-radius: 30px 30px 4px 30px;
	line-height: 28px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #545C63;
	margin-top: 10px;
	text-align: center;
}
.study_left_bottom,.study_right_bottom{
	margin-top: 70px;
}
.study_left_top .sty_txt,.sty_left_bottom .sty_txt{
	padding-left: 80px;
}
.lest_sty{
	display: none;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background: #FFA800;
	border-radius: 20px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	margin-left: 50px;
	margin-top: 12px;
	
}
.exam-list{
	background: url(../../image/zhuanti/huawei/service-list2.png) no-repeat;
}
.evidence-list{
	background: url(../../image/zhuanti/huawei/service-list3.png) no-repeat;
}
.service-list-tit{
	color: #1C1F21;
	font-size: 20px;
}
.service-list-tit:before{
	content: "●";
	color: #D82D77;
	width:10px;
	height:10px;
	margin-right: 8px;
}
.service-cent li p{
	height: 100px;
	color: #545C63;
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
}
.advantage{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.advan-tit{
	margin-bottom: 8px;
}
.subtitle{
	font-size: 18px;
	color: #545C63;
	text-align: center;
}
.advan-cent{
	width: 1200px;
	margin: 30px auto 0;
	position: relative;
	display: inline-block;
}
.advan-cent li{
	width: 300px;
	float: left;
}
.advan-cent li:nth-of-type(2){
	width: 600px;
}
.advan-li-tit{
	font-size: 20px;
}
.advan-li-cent{
	color: #545C63;
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
}
.advan-left-top{
	margin-top: 50px;
}
.advan-midd-bott{
	width: 300px;
	margin: 0 auto;
}
.advan-left-bott{
	margin-top: 200px;
}
.advan-midd-img{
	margin-left: -20px;
}
.advan-cent .advan-li-img{
	width: 125px;
	position: absolute;
	top: 250px;
}
.advan-cent .advan-li-img2{
	width: 125px;
	position: absolute;
	right: 0;
	bottom: 120px;
}
.ict{
	width: 1200px;
	margin: 20px auto 30px auto;
	overflow: hidden;
}
.ict-ul{
	overflow: hidden;
	margin-top: 30px;
}
.ict-ul li{
	width: 284px;
	height: 310px;
	background: #FFF;
	border-radius: 10px;
	overflow: hidden;
	margin:0 20px 20px  0;
	float: left;
}
.ict-ul li:nth-of-type(4),.ict-ul li:nth-of-type(8){
	margin-right: 0;
}
.ict-img{
	width: 100%;
}
.itc-tit{
	line-height: 24px;
	height: 60px;
	margin: 10px auto 20px;
	text-align: center;
}
.ict-li-a{
	width:144px;
	height:36px;
	line-height: 36px;
	background:#D82D77;
	border-radius:6px;
	display: block;
	margin: 0 auto;
	color: #FFF;
	text-align: center;
}
.ict-li-a:hover{
	background:#CB296F;
}
.discount{
	min-height: 1136px;
	width: 100%;
	position: relative;
	margin-top: 40px;
	background: url(../../image/zhuanti/huawei/icon_hotBg.png)0 0 no-repeat;
	padding-top: 162px;
	background-size: 123%;
}
.discount_content{
	width: 1200px;
	height: 916px;
	margin: 0 auto;
	position: relative;
	margin-top: 50px;
}
.discount_content_top_bg{
	width: 1200px;
	height: 130px;
	background:url(../../image/zhuanti/huawei/icon_jiantou.png) 0 0 no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
	pointer-events: none; 
}

.dis_pos{
	position: absolute;
	cursor: pointer;
}
.discount_item1{
	width: 190px;
	height: 397px;
	left: 72px;
	top: 71px;
	background: url(../../image/zhuanti/huawei/icon_appro1.png) 0 0 no-repeat;
	background-size: 100%;
}
.discount_item2{
	width:190px;
	height: 440px;
	left: 290px;
	top: 27px;
	background: url(../../image/zhuanti/huawei/icon_appro2.png) 0 0 no-repeat;
	background-size: 100%;
}
.discount_item2 .dis_bian{
	margin-top: 25px;
}
.discount_item3{
	width:190px;
	height: 465px;
	left: 506px;
	background: url(../../image/zhuanti/huawei/icon_appro3.png) 0 0 no-repeat;
	background-size: 100%;
}
.discount_item3 .dis_bian{
	margin-top: 20px;
}
.discount_item4{
	width:190px;
	height: 440px;
	right: 290px;
	top: 23px;
	background: url(../../image/zhuanti/huawei/icon_appro4.png) 0 0 no-repeat;
	background-size: 100%;
}
.discount_item4 .dis_bian{
	margin-top: 27px;
}
.discount_item5{
	width:190px;
	height: 394px;
	right: 72px;
	top: 71px;
	background: url(../../image/zhuanti/huawei/icon_appro5.png) 0 0 no-repeat;
	background-size: 100%;
}
.discount_item5 .dis_bian{
	margin-top: 3px;
}
.discount_item6{
	width:190px;
	height: 494px;
	left: 182px;
	bottom: 13px;
	background: url(../../image/zhuanti/huawei/icon_appro6.png) 0 0 no-repeat;
	background-size: 100%;
}
.discount_item6 .dis_bian{
	margin-top: 37px;
}
.discount_item7{
	width:190px;
	height: 494px;
	left: 399px;
	bottom: 13px;
	background: url(../../image/zhuanti/huawei/icon_appro6.png) 0 0 no-repeat;
	background-size: 100%;
}
.discount_item7 .dis_bian{
	margin-top: 7px;
}
.discount_item8{
	width:190px;
	height: 494px;
	right: 397px;
	bottom: 13px;
	background: url(../../image/zhuanti/huawei/icon_appro6.png) 0 0 no-repeat;
	background-size: 100%;
}
.discount_item8 .dis_bian{
	margin-top: 8px;
}
.discount_item9{
	width:190px;
	height: 494px;
	right: 182px;
	bottom: 13px;
	background: url(../../image/zhuanti/huawei/icon_appro6.png) 0 0 no-repeat;
	background-size: 100%;
}
.discount_item9 .dis_bian{
	margin-top: 37px;
}

.dis_text{
	margin-top: 60px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	color: #333333;
	padding:  0 20px;
}
.dis_bian{
	width: 182px;
	height: 190px;
	margin:  0 auto;
	background: url(../../image/zhuanti/huawei/icon_liubianxing.png) 0px 0 no-repeat;
	padding-top: 50px;
}
.dis_bian .dis_icon{
	width: 100px;
	height: 100px;
	margin:  0 auto;
}
.dis_icon_1{
	background: url(../../image/zhuanti/huawei/icon_s_1.png) 0 0 no-repeat;
	background-size: 100%;
}

.dis_icon_2{
	background: url(../../image/zhuanti/huawei/icon_s_2.png) 0 0 no-repeat;
	background-size: 100%;
}
.dis_icon_3{
	background: url(../../image/zhuanti/huawei/icon_s_3.png) 0 0 no-repeat;
	background-size: 100%;
}
.dis_icon_4{
	background: url(../../image/zhuanti/huawei/icon_s_2.png) 0 0 no-repeat;
	background-size: 100%;
}
.dis_icon_5{
	background: url(../../image/zhuanti/huawei/icon_s_5.png) 0 0 no-repeat;
	background-size: 100%;
}.dis_icon_6{
	background: url(../../image/zhuanti/huawei/icon_s_6.png) 0 0 no-repeat;
	background-size: 100%;
}
.dis_icon_7{
	background: url(../../image/zhuanti/huawei/icon_s_7.png) 0 0 no-repeat;
	background-size: 100%;
}
.dis_icon_8{
	background: url(../../image/zhuanti/huawei/icon_s_8.png) 0 0 no-repeat;
	background-size: 100%;
}
.dis_icon_9{
	background: url(../../image/zhuanti/huawei/icon_s_9.png) 0 0 no-repeat;
	background-size: 100%;
}

.discount_content .discount_item1_hover{
	background:url(../../image/zhuanti/huawei/icon_appro1-1.png) 0 0 no-repeat;
	background-size: 100%;
}
.discount_content .discount_item2_hover{
	background:url(../../image/zhuanti/huawei/icon_appro2-1.png) 0 0 no-repeat;
	background-size: 100%;
}
.discount_content .discount_item3_hover{
	background:url(../../image/zhuanti/huawei/icon_appro3-1.png) 0 0 no-repeat;
	background-size: 100%;
}
.discount_content .discount_item4_hover{
	background:url(../../image/zhuanti/huawei/icon_appro4-1.png) 0 0 no-repeat;
	background-size: 100%;
}
.discount_content .discount_item5_hover{
	background:url(../../image/zhuanti/huawei/icon_appro5-1.png) 0 0 no-repeat;
	background-size: 100%;
}
.discount_content .discount_item6_hover{
	background:url(../../image/zhuanti/huawei/icon_appro6-1.png) 0 0 no-repeat;
	background-size: 100%;
}
.discount_content .discount_item7_hover{
	background:url(../../image/zhuanti/huawei/icon_appro6-1.png) 0 0 no-repeat;
	background-size: 100%;
}
.discount_content .discount_item8_hover{
	background:url(../../image/zhuanti/huawei/icon_appro6-1.png) 0 0 no-repeat;
	background-size: 100%;
}
.discount_content .discount_item9_hover{
	background:url(../../image/zhuanti/huawei/icon_appro6-1.png) 0 0 no-repeat;
	background-size: 100%;
}

.dis_icon.dis_icon_1_1{
	background: url(../../image/zhuanti/huawei/icon_s_1_1.png) 0 0 no-repeat;
}
.dis_icon.dis_icon_2_1{
	background: url(../../image/zhuanti/huawei/icon_s_2_1.png) 0 0 no-repeat;
}
.dis_icon.dis_icon_3_1{
	background: url(../../image/zhuanti/huawei/icon_s_3_1.png) 0 0 no-repeat;
}
.dis_icon.dis_icon_4_1{
	background: url(../../image/zhuanti/huawei/icon_s_2_1.png) 0 0 no-repeat;
}
.dis_icon.dis_icon_5_1{
	background: url(../../image/zhuanti/huawei/icon_s_5_1.png) 0 0 no-repeat;
}
.dis_icon.dis_icon_6_1{
	background: url(../../image/zhuanti/huawei/icon_s_6_1.png) 0 0 no-repeat;
}
.dis_icon.dis_icon_7_1{
	background: url(../../image/zhuanti/huawei/icon_s_7_1.png) 0 0 no-repeat;
}
.dis_icon.dis_icon_8_1{
	background: url(../../image/zhuanti/huawei/icon_s_8_1.png) 0 0 no-repeat;
}
.dis_icon.dis_icon_9_1{
	background: url(../../image/zhuanti/huawei/icon_s_9_1.png) 0 0 no-repeat;
}
.dis_text.text_hover{
	color: #fff;
}
.discount_item2 .dis_text{
	margin-top: 80px;
}

.discount_item3 .dis_text{
	margin-top: 80px;
}

.discount_item4 .dis_text{
	margin-top: 80px;
}


.bottom-text{
	width:256px;
	float:right;
	margin:90px 31% 0 0;
}
.bottom-console{
	display:block;
	width:250px;
	height:60px;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	line-height:60px;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
	background: radial-gradient(97.8% 407.5% at 1% 53.33%, #B098FF 0%, #6435FF 78.4%, #6435FF 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
	box-shadow: 0px 4px 4px rgba(100, 53, 255, 0.25), inset 0px -6px 4px rgba(39, 7, 142, 0.05), inset 0px 6px 4px rgba(39, 7, 142, 0.05), inset 6px 1px 4px rgba(39, 7, 142, 0.05);
	border-radius: 30px;
}
.bottom-console:hover{
	box-shadow: 0 0px 0px;
	color: #FFA235;
}

.huawei_course{
	width: 1300px;
	height: 557px;
	background: url(../../image/zhuanti/huawei/huawei_course.png) 0 0 no-repeat;
	background-size: 100%;
	position: relative;
}
.huawei_course_out_content{
	margin-top: 50px;
}
.hua_pos{
	position: absolute;
}
.out_li{
	display: flex;
	justify-content: center;
	align-items: center;
}
.out_li img{
	width: 100px;
	height: 100px;
}
.out_li_top{
	width: 591px;
	margin-left: 12px;
}
.out_li_title{
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
}
.out_li_detail{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #FFFFFF;
}
.item_c_1{
	left: 267px;
	top: 50px;
}
.item_c_2{
	left: 177px;
	top: 243px;
}
.item_c_3{
	left: 91px;
	top: 434px;
}
.item_c_2 .out_li_top{
	width: 730px;
}
.item_c_3 .out_li_top{
	width: 910px;
}
.hauwei_other_course{
	width: 1300px;
	height: 557px;
	background: url(../../image/zhuanti/huawei/huawei_other_course.png) 0 0 no-repeat;
	background-position-x: 50%;
	margin-top: 10px;
}
.huawei_course_ul{
	width: 100%;
	margin-top: 40px;
}
.huawei_course_ul li{
	width: 130px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.huawei_course_ul li div{
	width: 50px;
	height: 10px;
	border-radius: 20px;
	background: #D9D9D9;
	cursor: pointer;
}
.huawei_course_ul li div.now{
	background: #6E42FF;
}
.huawei_sallary{
	width: 1300px;
	height: 520px;
	background: url(../../image/zhuanti/huawei/huawei_salary.png) 0 0 no-repeat; 
}
.huawei_panner{
	width: 1200px;
	height: 870px;
	background: url(../../image/zhuanti/huawei/icon_paner.png) 0 0 no-repeat;
	background-size: 100%;
	margin-top: 60px;
	position: relative;
	margin-bottom: 200px;
}

.huawei_panner .panner_pos,.huawei_panner .pc_pos{
	position: absolute;
}
.panner_pos img{
	display: block;
	width: 90px;
	height: 120px;
	margin: 0 auto;
}
.huawei_panner .panner_title{
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #000000;
	margin-top: 10px;
}
.huawei_panner .panner_detail{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: #333333;
	margin-top: 10px;
}
.huawei_panner .panner_1{
	width: 140px;
	left: 129px;
	top: 74px;
	
}
.huawei_panner .panner_2{
	width: 196px;
	left: 341px;
	top: 42px;
}
.huawei_panner .panner_3{
	width: 98px;
	right: 419px;
	top: 43px;
}
.huawei_panner .panner_4{
	width: 168px;
	right: 115px;
	top: 91px;
}
.huawei_panner .panner_5{
	width: 168px;
	left: 142px;
	top: 436px;
}
.huawei_panner .panner_6{
	width: 145px;
	left: 58px;
	bottom: -88px;
}
.huawei_panner .panner_7{
	width: 154px;
	left: 342px;
	bottom: -170px;
}
.huawei_panner .panner_8{
	width: 150px;
	right: 385px;
	bottom: -139px;
}
.huawei_panner .panner_9{
	width: 168px;
	right: 65px;
	bottom: 10px;
}
.huawei_panner .panner_content{
	width: 396px;
	left: 50%;
	margin-left: -198px;
	top: 28%;
	position: relative;
}
.outIndex{
	z-index: 2;
}
.hover_1{
	-webkit-animation: circlePeoplebg 1s 1 linear;
}
.hover_2{
	-webkit-animation: circleOrigin 1s 1 linear;
}

@-webkit-keyframes circlePeoplebg{
	0{
		left: 50%;
		opacity: 0.8;
		
	}
	50%{
		left: 40%;
		opacity: 0.5;
		transform: scale(1.1);
	}
	100%{
		left: 50%;
		opacity: 0.2;
		transform: scale(1);
	}
}
@-webkit-keyframes circleOrigin{
	0{
		left: 50%;
		opacity: 0.5;
	}
	50%{
		left: 60%;
		opacity: 0.8;
		transform: scale(1.1);
	}
	100%{
		left: 50%;
		opacity: 1;
	}
}

.panner_content .panner_detail{
	color: #666;
}
.panner_content .panner_title{
	margin-top: 20px;
}
.panner_content_top{
	width: 90px;
	height: 120px;
	border-radius: 50%;
	position: relative;
	margin-left: 20px;
    margin-top: 5px;
}
.panner_content_top img{
	display: block;
	height: 120px;
	border-radius: 5px;
}
.hover_change{
	width: 100%;
	height: 100%;
	position: absolute;
}
.panner_content_top .out_panner{
	margin-left: 32px;
	transform: rotate(3.55deg);
	opacity: 0.5;
	z-index: 1;
}
.hover_c_2{
	left:-24px;
}


.middle-block{
	width:1200px;
	margin:10px auto 0;
	margin-bottom: 40px;
}
.block-top{
	height:47px;
	border-bottom:2px solid #2e3340;
}
.block-top h2{
	line-height:43px;
	font-size:20px;
	color:#e91b05;
	display:inline-block;
	border-bottom:4px solid #e91b05;
	font-weight:normal;
}
.block-top span{
	font-size:18px;
	color:#2e3340;
	margin-left:20px;
}
.envi-block{
	height:208px;
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	margin:10px 0;
}
.envi-block ul{
	width:2000px;
	height:208px;
}
.envi-block li{
	float:left;
	width:285px;
	height:200px;
	overflow:hidden;
	margin-right:20px;
	position:relative;
}
.envi-block li img{
	position:absolute;
	width:285px;
	height:200px;
}
.envi-block li p{
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
	height:26px;
	line-height:26px;
	color:#fff;
	background:rgba(0,0,0,0.5);
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.slideBox .bd{ position:relative; height:100%; z-index:0; width:1920px; margin: 0 auto;}
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{height:450px; display:block; margin: 0 auto;}
.slideBox .bd{ position:relative; height:100%; z-index:0; width:1920px; margin: 0 auto;}
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{height:450px; display:block; margin: 0 auto;}


.teach_content{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	margin-top: 95px;
	margin-bottom: 100px;
}
.teach_list{
	width: 1020px;
	height: 320px;
	margin: 0 auto;
	position: relative;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 50px;
	background: #fff;
}
.teach_list .list_item{
	display: none;
}
.teach_list .list_item.on{
	display: block;
}
.list_btn_left{
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -30px;
	background: url(../../image/zhuanti/huawei/icon_t_left.png) 0 0 no-repeat;
	cursor: pointer;
}
.list_btn_right{
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -30px;
	background: url(../../image/zhuanti/huawei/icon_t_right.png) 0 0 no-repeat;
	cursor: pointer;
}
.list_btn_left:hover{ 
	background: url(../../image/zhuanti/huawei/icon_t_left_hover.png) 0 0 no-repeat;
}
.list_btn_right:hover{
	background: url(../../image/zhuanti/huawei/icon_t_right_hover.png) 0 0 no-repeat;
}
.list_item img{
	position: absolute;
	width: 300px;
	height: 410px;
	left: 40px;
	top: -45px;
	border-radius: 50px;
}
.teach_detail{
	width: 600px;
	margin-left: 380px;
	margin-top: 35px;
}

.list_item .teach_name{
	display: inline-block;
	height: 40px;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	vertical-align: middle;
}
.list_item .teach_course{
	display: inline-block;
	margin-left: 40px;
	width: 184px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #794CF5;
	border-radius: 20px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	
}
.teach_aotury{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #794CF5;
	margin-top: 20px;
}
.teach_join{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #333333;
	margin-top: 6px;
}

.teach_detail_reson{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	color: #545C63;
	margin-top: 20px;
}
.contactUs{
	display: none;
}
.tc_p{
	padding-top: 25px;
}
.panner_10 {
    width: 170px;
    right: 153px;
    top: 357px;
}
.panner_10 .out{
	position: relative;
	width: 100%;
	height: 100%;
}
.out::after{
	position: absolute;
	width: 39px;
	height: 38px;
	content: "";
	background: url(../../image/zhuanti/huawei/hw_icon_deg.png) 0 0 no-repeat;
	background-size: 100%;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
}
.pullerColor{
	width: 396px;
	height: 396px;
	border-radius: 50%;
	position: relative;
	background: linear-gradient(358.01deg, #6435FF 1.6%, #B098FF 49.43%, #6435FF 98.26%);
	box-shadow: 0px 10px 10px 0px #6435FF40 inset;
	box-shadow: 0px 4px 4px 0px #6435FF40;
}
.pullerColor img{
	position: absolute;
    top: -41px;
    left: 50%;
    transform: translateX(-50%);
}