.section {
	width: 100%;
}

.section .section-wrap {
	width: 1200px;
	padding: 0 36px;
	box-sizing: border-box;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.section .intro {
	display: inline-block;
}

.section .title {
	margin-top: 90px;
	font-size: 46px;
	line-height: 60px;
}

.section .sub-title {
	font-size: 20px;
	line-height: 50px;
	transition-delay: 0.2s;
}

.section .line-color {
	width: 53px;
	height: 2px;
	background: #1b9eff;
	margin: 0 auto;
}

.section .line {
	width: 406px;
	height: 1px;
	background: #cacaca;
}

.section .content {
	margin-top: 80px;
	font-size: 14px;
}

.section .section-img {
	margin-top: 105px;
}

.section2 .intro,
.section3 .intro,
.section4 .intro,
.section5 .intro,
.section6 .intro {
	display: block;
}

.section2 .title,
.section2 .sub-title,
.section3 .title,
.section3 .sub-title,
.section4 .title,
.section4 .sub-title,
.section5 .title,
.section5 .sub-title,
.section6 .title,
.section6 .sub-title {
	text-align: center;
	color: #4c4c4c;
}

.section1 {
	height: 433px;
	background:#1191fd url(../img/banner_line1.png) bottom left no-repeat;
	background-size: 100% 100%;
}

.section1 .intro .title,
.section1 .intro .sub-title {
	color: white;
	transform: translateY(0);
	filter: alpha(opacity=1);
	opacity: 1;
}

.section1 .intro .title {
	margin-top: 190px;
}

.section1 .intro-img {
	float: right;
	margin-top: 110px;
	transform: translateY(0px);
	filter: alpha(opacity=1);
	opacity: 1;
}

.section1 .intro-img.move {
	transform: translateY(0);
	opacity: 1;
}

.section2 {
	height: 731px;
}
.section2 .text,.section2 .person-infor{
	color: #4c4c4c;	
}

.section2 .content ul li {
	float: left;
	cursor: pointer;
	width: 350px;
	box-sizing: border-box;
	margin: 0 19px;
	line-height: 25px;
}

.section2 .content ul li .text-wrap {
	widows: 100%;
	height: 234px;
	background: #f7f8fa;
	border-radius: 5px;
	padding: 50px 60px;
	box-sizing: border-box;
	position: relative;
}

.section2 .content ul li span {
	position: absolute;
	font-size: 60px;
	left: 0px;
	top: 45px;
	opacity: 0.2;
}

.section2 .content ul li i {
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 24px solid #f7f8fa;
	position: absolute;
	left: 280px;
	bottom: -22px;
}

.section2 .content ul li:nth-of-type(1) {
	margin-left: 0;
}

.section2 .content ul li:nth-last-of-type(1) {
	margin-right: 0;
}

.section2 .content ul .person-infor {
	width: 100%;
	margin-top: 25px;
	position: relative;
}

.section2 .content ul .person-infor .state {
	font-size: 17px;
	font-weight: bold;
	line-height: 40px;
	width: 220px;
	text-align: right;
}

.section2 .content ul .person-infor .career {
	font-size: 14px;
	width: 220px;
	text-align: right;
	display: block;
}

.section2 .content ul .person-infor .portrait {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	border: 1px solid #1b9eff;
	position: absolute;
	right: 17px;
	top: 0;
	overflow: hidden;
}

.section2 .content ul .person-infor .portrait img {
	width: 70px;
	margin: 0 auto;
}

.section2 .content ul .person-infor:nth-last-of-type(1) {
	margin-right: 0;
}

.section3 {
	height: 1000px;
	background: #f8f9fb;
}
.section3 .title,
.section3 .sub-title{
	width: 1200px;
	margin-left: calc(100% - 1200px);
	margin-left: -moz-calc(100% - 1200px);
	margin-left: -webkit-calc(100% - 1200px);
}
.section3 .section-wrap{
	margin-left: 0;
	width: calc(600px + 50%);
	padding: 0;
}
.section3 .animate-box{
	position: relative;
	height: 500px;
	float: left;
	width: 797px;
	height: 570px;
	overflow: hidden
}
.section3 .imgBox{
	height: 570px;
	position: absolute;
	left: -15px;
	width: 1200px;
}
.section3 .showBox{
	float: left;
}
.section3 .imgBox li{
	display: inline-block;
	width: 270px;
	color: #fff;
	float: left;
	position: absolute;
	margin: 0 15px;
	width: 240px;
    height: 580px;
}

.section3 .imgBox li img{
	opacity:0.7;
	position: absolute;
	top: 70px;
	left: 0px;
	width: 240px;
    height: 430px;
	border: 0;
	box-shadow: 0 0 7px 0px rgba(0,0,0,0.1);
}

.section3 .imgBox li:nth-last-child(3){
	position: absolute;
	left: 0;
}
.section3 .imgBox li:nth-last-child(2){
	position: absolute;
	left: 270px;
}
.section3 .imgBox li:last-child{
	position: absolute;
	left: 540px;
}
.section3 .imgBox li:first-child img,.section3 .imgBox li:nth-child(2) img{
	left: 0;
}
/*.section3 .imgBox li:last-child{
	width: 320px;
    height: 600px;
	background:url(../img/phone_bg.png);
	background-size: 100% 100%;
	margin-left: -5px;
}*/
.section3 .phoneBox{
	width: 320px;
    height: 600px;
	background:url(../img/phone_bg.png);
	background-size: 100% 100%;
	margin-left: -5px;
	left: 520px;
	position: absolute;
}
.section3 .imgBox li:last-child img{
	left: 15px;
}
.section3 .imgBox li:last-child img:last-child{
	opacity: 1;
	box-shadow: none;
}
.section3 .dotBox{
	float: left;
    width: calc(100% - 980px);
    margin-left: 50px;
    height: 375px;
    margin-top: 100px;
    position: relative;
}
.section3 .dotBox li:first-child{
	position: absolute;
	top: 0;
}
.section3 .dotBox li:nth-child(2){
	position: absolute;
    top: calc(50% - 38px)
}
.section3 .dotBox li:last-child{
	position: absolute;
	bottom: 0;
}
.section3 .dotBox li{
	width: 100%;
	float: left;
	cursor: pointer;
}

.section3 .dotBox li .textBox{
	 width: calc(100% - 90px);
    float: right;
}
.section3 .dotBox li .textBox p{
	color: #595959;
	font-size: 14px;
}
.section3 .dotBox li .textBox h3{
	font-size: 20px;
	color:#1b9eff;
	margin-bottom: 10px;
}
.section3 .dotBox li span{
	display: inline-block;
	width: 65px;
	height: 65px;
	border-radius: 50%;	
	line-height: 65px;
	text-align: center;
	border: 1px solid #1b9eff;
	float: left;
}
.section3 .dotBox li img{
	width: 35px;
	display: inline-block;
	margin-top: 15px;
}
.section3 .dotBox li:nth-child(2) img,
.section3 .dotBox li:nth-child(3) img{
	width: 31px;
}
.section3 .dotBox li.active span{
	background:#1b9eff;
	box-shadow: 0px 5px 20px 0px rgba(27,158,255,0.3);
}
.section3 .line-color{
	margin-left: calc(100% - 626px);
	margin-left: -moz-calc(100% - 626px);
	margin-left: -webkit-calc(100% - 626px);
}
.showAll{
	opacity: 0;
	animation: showAll 1.2s ease  forwards;
	-webkit-animation: showAll 1.2s ease forwards;
}
.hideAll{
	opacity: 1;
	animation: hideAll 1.2s ease  forwards;
	-webkit-animation: hideAll 1.2s ease  forwards;
}
.showSmall{
	opacity: 0;
	animation: showSmall 1.2s ease  forwards;
	-webkit-animation: showSmall 1.2s ease  forwards;
}
.hideSmall{
	opacity: 0.7;
	animation: hideSmall 1.2s ease  forwards;
	-webkit-animation: hideSmall 1.2s ease  forwards;
}
@-webkit-keyframes showAll{
	from{
		opacity:0 ;
		}
	to{
		opacity:1 ;
		}
}
@keyframes showAll{
	from{
		opacity:0 ;
		}
	to{
		opacity:1 ;
		}
}

@-webkit-keyframes showSmall{
	from{
		opacity:0 ;
		}
	to{
		opacity:0.7 ;
	}
}
@keyframes showSmall{
	from{
		opacity:0 ;
		}
	to{
		opacity:0.7 ;
	}
}

@-webkit-keyframes hideAll{
	from{
		opacity:1 ;
		display: block;
		}
	to{
		opacity:0 ;
		display: none;
	}
}
@keyframes hideAll{
	from{
		opacity:1;
		}
	to{
		opacity:0 ;
	}
}
@-webkit-keyframes hideSmall{
	from{
		opacity:0.7 ;
		}
	to{
		opacity:0 ;
	}
}
@keyframes hideSmall{
	from{
		opacity:0.7 ;
		}
	to{
		opacity:0 ;
		}
}


.showS4{
	opacity: 0.5;
	animation: showS4 1.2s ease  forwards;
	-webkit-animation: showS4 1.2s ease  forwards;
}
@-webkit-keyframes showS4{
	from{
		opacity:0.5;
		}
	to{
		opacity:1;
		}
}
@keyframes showS4{
	from{
		opacity:0.5;
		}
	to{
		opacity:1;
	}
}


.hideS4{
	opacity: 1;
	animation: hideS4 1.2s ease  forwards;
	-webkit-animation: hideS4 1.2s ease  forwards;
}
@-webkit-keyframes hideS4{
	from{
		opacity:1;
		}
	to{
		opacity:0.5;
	}
}
@keyframes hideS4{
	from{
		opacity:1;
	}
	to{
		opacity:0.5;
	}
}
.section4 {
	height: 1000px;
	background: url(../img/xinzheng_bg.png) center center no-repeat;
	background-size: 100% 100%;
}
.section4 .title,
.section4 .sub-title,
.section4 .content{
	color: #fff;
}
.section4 .line-color{
	background: #fff;
}
.section4 .content{
	position: relative;
	height: 650px;
}
.section4 .content .phoneBox{
	width: 620px;
    position: absolute;
    left: 330px;
    top: -40px;
}
.section4 .section-wrap{
	padding:0
}
.section4 .content .juxingBox{
	width: 750px;
    position: absolute;
    left: 225px;
    top: -50px;
    z-index: 100;
}
.section4 .content .juxingBox img{
	width: 100%;
}
.section4 .content .phoneBox img.bg{
	width: 100%;
}
.section4 .content .phoneBox img.showImg{
	width: 427px;
    /* height: 450px; */
    position: absolute;
    top: 105px;
    left: 92px;
}
.section4 .content .tit img{
	display: inline-block;
	width: 20px;
}

.section4 .content .tit{
	position: absolute;
	cursor: pointer;
	opacity: 0.5;
	z-index: 1000;
}
.section4 .content .tit:nth-child(2){
	opacity: 1;
}
.section4 .content .tit.shebao{
	/*opacity: 1;*/
}
.section4 .content .tit.left{
	text-align: right;
}
.section4 .content .tit.left h3 img{
	position: absolute;
	right: 0;
	top: 0px;
}
.section4 .content .tit.right h3 img{
	position: absolute;
	left: 0;
	top: 0px;
}
.section4 .content .tit.right{
	text-align: left;
}
.section4 .content .tit h3{
	font-size: 20px;
	position: relative;
	padding: 0 35px;
	margin-bottom: 10px;
}
.section4 .content p{
	font-size: 13px;
}
.section4 .content .shebao {
	top: 220px;
	left: 95px;
	width: 240px;
}
.section4 .content .kaoqin {
	top: 450px;
    left: 50px;
    width: 420px;
}
.section4 .content .fuli{
	right: 80px;
    top: 30px;
    width: 320px;
}
.section4 .content .shenpi{
    top: 260px;
    right: -20px;
    width: 320px;
}
.section4 .content .xinzi{
    top: 480px;
    right: -20px;
    width: 250px;
}
.section5 {
	height: 757px;
}

.section5 .content li {
	transition: all 0.4s;
	width: 253px;
	height: 362px;
	box-sizing: border-box;
	border: 2px solid #e9e9e9;
	float: left;
	margin-right: 35px;
}

.section5 .content li:hover {
	border: 2px solid #1b9eff;
	box-shadow: 0 0 50px 3px #e9e9e9;
}

.section5 .content li:nth-last-of-type(1) {
	margin-right: 0;
}

.section5 .content .section5-title,
.section5 .content .section5-sub-title {
	color: #1b9eff;
	text-align: center;
}

.section5 .content .section5-title {
	font-size: 50px;
	margin-top: 60px;
}

.section5 .content .section5-title i {
	font-size: 25px;
}

.section5 .content .section5-sub-title {
	font-size: 16px;
	margin-bottom: 20px;
}

.section5 .content .section5-line-color {
	width: 50px;
	height: 2px;
	background: #e9e9e9;
	margin: 0 auto;
}

.section5 .content .section5-content {
	box-sizing: border-box;
	padding: 40px 30px;
	line-height: 24px;
	color: #4C4C4C;
}


.section6{
	
}
.section6 .content{
	text-align: center;
    padding-bottom: 90px;
    background: url(../img/erweima_bg.png);
    background-size: 1128px 1128px;
    background-position:0px -190px;
}
.section6 .content img{
	width: 220px;
	display: inline-block;
}
/*# sourceMappingURL=personalUser.css.map */