.banner{
	position: relative;
}
.banner .inner{
	position: absolute;
	left: 0;
	right: 0;
	top:42.273%;
}
.banner .coversquare{
	background-color: #f6f7f8;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40%;
	height: 18.94%;
	z-index: 1;
}
.banner h1{
	font-size: 56px;
	color: #fff;
	font-weight: bold;
}
.line-box{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 1;
}
.line-box div{
	height: 100%;
	width: 25%;
	border-left: 1px solid rgba(160,160,160,0.2);
	display: inline-block;
	vertical-align: top;
}
.line-box div:last-child{
	border-right: 1px solid rgba(160,160,160,0.2);
}
/*蓝色下划线*/
.xian01 {
    width:8rem;
    height: 0.3rem;
    background: #0468b0;
    margin-top: -1.4rem;
	margin-bottom:1.4rem;
}
.sec1{
	position: relative;
}
.sec1 .inner{
	position: relative;
	background-color: #fff;
	padding: 0.885% 0 2.8125%;
}
.sec1 .coversquare{
	background-color: #f6f7f8;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
}
.sec1 .text-box{
	position: absolute;
	bottom: 100%;
	left: 0;
	z-index: 1;
	width: 50%;
	background-color: #fff;
	border-left: 1px solid rgba(160,160,160,0.2);
	padding: 4.428% 0 0;
}
.sec1 .text-box::after{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	background-color: rgba(160,160,160,0.2);
}
.sec1 .text-box .icon{
	width: 16.429%;
	vertical-align: middle;
}
.sec1 .text-box .inline-box{
	display: inline-block;
	vertical-align: middle;
	width: 53.571%;
	margin-left: 6.571%;
	margin-right: 9.714%;
}
.sec1 .text-box p{
	font-size: 16px;
	color: #333;
	line-height: 1.75;
	margin-bottom: 0.75em;
}
.sec1 .text-box .poster{
	width: 100%;
	position: relative;
}
.sec1 .left{
	width: 50%;
	padding-left: 3.357%;
	padding-right: 2.14%;
}
.sec1 .left h3{
	font-size: 24px;
	color: #0267af;
	font-weight: bold;
}
.sec1 .left p{
	font-size: 16px;
	color: #333;
	line-height: 1.75;
	margin: 1em 0 1.875em;
}
.sec1 .left p span{
	color: #2a7cb9;
}
.sec1 .left h5{
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 1.167em;
}
.sec1 .left h5:last-child{
	margin-bottom: 0;
}
.sec1 .word{
	font-size: 5.2vw;
	color: #f6f7f8;
	font-weight: bold;
	opacity: 0.78;
	position: absolute;
	bottom: -0.1em;
	right: 32%;
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}
.sec1 .word.actived{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.sec1 .text-box .btn-video{
	display: block;
	font-size: 16px;
	color: #fff;
	border:1px solid #fff;
	width: 8.25em;
	height: 2.75em;
	line-height: 2.625em;
	text-align: center;
	border-radius: 1.375em;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.sec1 .text-box .btn-video:hover{
	background-color: #fff;
	color: #046ab1;
}
.sec1 .text-box .btn-video span,.sec1 .text-box .btn-video img{
	vertical-align: middle;
}
.sec1 .text-box .btn-video img{
	margin-right: 0.875em;
	width: 1.25em;
	background-repeat: no-repeat;
	background-image: url(../images/solutionlist6_sec2_btn_bg.png);
	background-position: center bottom;
	background-size: 100% auto;
	margin-bottom: 0;
}
.sec1 .text-box .btn-video:hover img{
	background-position: center top;
}
.sec2{
	background-color: #f6f7f8;
}
.sec2 .inner{
	position: relative;
	padding: 4.583% 2.396% 4.271%;
}
.sec2 .text-box{
	width: 60.474%;
}
.sec2 .text-box h5{
	font-size: 24px;
	color: #0267af;
	font-weight: bold;
	margin-bottom: 1.2em;
}
.sec2 .text-box p{
	font-size: 16px;
	color: #333;
	line-height: 1.75;
	text-align: justify;
}
.sec2 .text-box p span{
	color: #2a7cb9;
}
.sec2 img{
	position: absolute;
	right: 1%;
	top: -25%;
	z-index: 1;
	width: 34.786%;
	margin-top: -15.64286%;
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	-webkit-transform: translate3d(50%,50%,0);
	-moz-transform: translate3d(50%,50%,0);
	-ms-transform: translate3d(50%,50%,0);
	-o-transform: translate3d(50%,50%,0);
	transform: translate3d(50%,50%,0);
	opacity: 0;
}
.sec2 img.actived{
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}
.sec3 li{
	position: relative;
}
.sec3 li:nth-child(odd){
	text-align: right;
}
.sec3 li:nth-child(even){
	text-align: left;
}
.sec3 li .img{
	position: absolute;
	height: 100%;
	top: 0;
}
.sec3 li:nth-child(odd) .img{
	left: 0;
}
.sec3 li:nth-child(even) .img{
	right: 0;
}
.sec3 li:nth-child(odd) .inner{
	padding: 7.5% 4.167% 6.25%;
}
.sec3 li:nth-child(even) .inner{
	padding: 6.25% 2.083% 4.6875%;
}
.sec3 li .text-box{
	text-align: justify;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.sec3 li:nth-child(odd) .text-box{
	width: 38.71%;
}
.sec3 li:nth-child(even) .text-box{
	width: 49.2424%;
}
.sec3 h5{
	font-size: 24px;
	color: #0267af;
	font-weight: bold;
	margin-bottom: 1.2em;
}
.sec3 p{
	font-size: 16px;
	color: #333333;
	line-height: 1.75;
}
.sec3 p.mb{
	margin-bottom: 1.75em;
}
.sec3 p span{
	color: #2a7cb9;
}
.sec3 p b{
	color: #0267af;
}
.sec3 h4{
	font-size: 20px;
	color: #333;
	font-weight: normal;
	margin-top: 1.9em;
}
.sec4{
	background-color: #f6f7f8;
	padding: 2.96875% 0 2.292%;
}
.sec4 .title{
	margin-bottom: 3.857%;
}
.sec4 .title h3{
	font-size: 24px;
	color: #0267af;
	font-weight: bold;
	margin-bottom: 1.292em;
}
.sec4 .title p{
	font-size: 16px;
	color: #333;
	line-height: 1.75;
}
.sec4 ul{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-webkit-flex-direction: row;
	-moz-display: flex;
	-moz-align-items: stretch;
	-moz-justify-content: space-between;
	-moz-flex-wrap: wrap;
	-moz-flex-direction: row;
	-ms-display: flex;
	-ms-align-items: stretch;
	-ms-justify-content: space-between;
	-ms-flex-wrap: wrap;
	-ms-flex-direction: row;
	-o-display: flex;
	-o-align-items: stretch;
	-o-justify-content: space-between;
	-o-flex-wrap: wrap;
	-o-flex-direction: row;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
.sec4 li{
	background-color: #fff;
	width: 49.143%;
	margin-bottom: 2.5%;
	padding: 3.357% 2.786% 2.429%;
}
.sec4 li .flex-box{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-webkit-flex-direction: row;
	-moz-display: flex;
	-moz-align-items: stretch;
	-moz-justify-content: space-between;
	-moz-flex-wrap: wrap;
	-moz-flex-direction: row;
	-ms-display: flex;
	-ms-align-items: stretch;
	-ms-justify-content: space-between;
	-ms-flex-wrap: wrap;
	-ms-flex-direction: row;
	-o-display: flex;
	-o-align-items: stretch;
	-o-justify-content: space-between;
	-o-flex-wrap: wrap;
	-o-flex-direction: row;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
.sec4 li h3{
	font-size: 30px;
	color: #046ab1;
	font-weight: bold;
	margin-bottom: 0.8em;
}
.sec4 li h3 span{
	font-size: 0.5333em;
	color: #000000;
	opacity: 0.5;
	font-weight: normal;
	margin-left: 1em;
}
.sec4 li p{
	font-size: 16px;
	color: #000;
	line-height: 1.75;
	text-align: justify;
}
.sec4 li p a{
	color: inherit;
	font-size: inherit;
}
.sec4 li .btn-more{
	display: block;
	font-size: 12px;
}
@media only screen and (max-width:1440px){
	.banner h1{
		font-size: 40px;
	}
	.sec1 .text-box .inline-box{
		width: 65%;
		margin-right: 5%;
	}
	.sec1 .text-box p{
		font-size: 14px;
	}
	.sec1 .text-box .btn-video{
		font-size: 14px;
	}
	.sec1 .left h3{
		font-size: 21px;
	}
	.sec1 .left p{
		font-size: 14px;
	}
	.sec1 .left h5{
		font-size: 21px;
	}
	.sec2 .text-box h5{
		font-size: 21px;
	}
	.sec2 .text-box p{
		font-size: 14px;
	}
	.sec3 h5{
		font-size: 21px;
	}
	.sec3 p{
		font-size: 14px;
	}
	.sec3 h4{
		font-size: 18px;
	}
	.sec4 .title h3{
		font-size: 21px;
	}
	.sec4 .title p{
		font-size: 14px;
	}
	.sec4 li h3{
		font-size: 26px;
	}
	.sec4 li p{
		font-size: 14px;
	}
	.sec4 li .btn-more{
		font-size: 10px;
	}
}
@media only screen and (max-width:1024px){
	.banner .inner{
		top: 25.5%;
	}
	.banner .coversquare{
		height: 11.25%;
	}
	.banner h1{
		font-size: 1.75rem;
	}
	.line-box div{
		width: 50%;
	}
	.line-box div:nth-child(odd){
		display: none;
	}
/*蓝色下划线*/
.xian01 {
    width:3.2rem;
    height: 0.2rem;
    margin-top:-0.6rem;
	margin-bottom:0.6rem;
}	
	.sec1 .inner{
		padding: 1rem 0 2rem;
	}
	.sec1 .text-box{
		width: 100%;
		border-right: 1px solid rgba(160,160,160,0.2);
		padding: 1rem 0 0;
	}
	.sec1 .text-box .icon{
		width: 20%;
	}
	.sec1 .text-box .inline-box{
		width: 65%;
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.sec1 .text-box p{
		font-size: 0.625rem;
	}
	.sec1 .text-box .btn-video{
		font-size: 0.625rem;
	}
	.sec1 .left{
		width: 100%;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.sec1 .left h3{
		font-size: 0.75rem;
	}
	.sec1 .left p{
		font-size: 0.625rem;
	}
	.sec1 .left h5{
		font-size: 0.75rem;
	}
	.sec1 .word{
		font-size: 2rem;
	}
	.sec2 .inner{
		padding: 2rem 1rem;
	}
	.sec2 .text-box{
		width: 70%;
	}
	.sec2 .text-box h5{
		font-size: 0.75rem;
	}
	.sec2 .text-box p{
		font-size: 0.625rem;
	}
	.sec2 img{
		top: 0%;
	}
	.sec3 li .img{
		position: static;
		height: auto;
		width: 100%;
	}
	.sec3 li:nth-child(odd) .img{
		left: 0;
	}
	.sec3 li:nth-child(even) .img{
		right: 0;
	}
	.sec3 li:nth-child(odd) .inner{
		padding: 2rem 1rem;
	}
	.sec3 li:nth-child(even) .inner{
		padding: 2rem 1rem;
	}
	.sec3 li:nth-child(odd) .text-box{
		width: 100%;
	}
	.sec3 li:nth-child(even) .text-box{
		width: 100%;
	}
	.sec3 h5{
		font-size: 0.75rem;
	}
	.sec3 p{
		font-size: 0.625rem;
	}
	.sec3 h4{
		font-size: 0.6875rem;
	}
	.sec4{
		padding: 2rem 0 1.5rem;
	}
	.sec4 .title{
		margin-bottom: 1.5rem;
	}
	.sec4 .title h3{
		font-size:1rem;
	}
	.sec4 .title p{
		font-size: 0.8rem;
	}
	.sec4 li{
		width: 100%;
		margin-bottom: 1.125rem;
		padding: 1.5rem 1rem;
	}
	.sec4 li h3{
		font-size: 0.9375rem;
	}
	.sec4 li h3 span{
		font-size: 0.8rem;
	}
	.sec4 li p{
		font-size: 0.8rem;
	}
	.sec4 li .btn-more{
		font-size: 8px;
	}
	/*手机端组织结构*/
	.org1 img{width:100%;}
	.hezuo .hezuo1 {width:100%;}
	.hezuo .hezuo1 ul li {width: 33%;}
}
/*新增表单*/
.sec4 .title{
	margin-bottom: 0;
}
.sec4 .tip{
	margin-bottom: 4%;
}
.sec4 .tip h5{
	font-size: 16px;
	color: #046ab1;
	line-height: 1.75;
	margin-bottom: 1em;
}
.sec4 .tip .openpop{
	display: block;
	width: 6em;
	height: 2.5em;
	line-height: 2.5em;
	background-color: #046ab1;
	font-size: 14px;
	color: #fff;
	border-radius: 0.625em;
	text-align: center;
}
#pop-cover{
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-display: none;
	-moz-display: none;
	-ms-display: none;
	-o-display: none;
	display: none;
	z-index: 99;
}
#pop-cover.active{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: center;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: center;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#pop-cover .pop-box{
	background-color: #fff;
	width: 834px;
	position: relative;
	display: none;
}
#pop-cover .pop-box.active{
	display: block;
}
#pop-cover .pop-box .close img{
	position: absolute;
	right: 10px;
	top: 10px;
}
#pop-cover .pop-box .close.white img{
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 10px;
}
#pop-cover .pop-box.tip{
	text-align: center;
	padding: 6.666% 0;
}
#pop-cover .pop-box.tip .img{
	width: 7.674%;
}
#pop-cover .pop-box.tip p{
	font-size: 24px;
	color: #046ab1;
	line-height: 1.5;
	margin: 4.8% 0;
}
#pop-cover .pop-box.tip .back{
	display: inline-block;
	vertical-align: top;
	width: 11em;
	height: 3.5em;
	line-height: 3.5em;
	background-color: #046ab1;
	font-size: 16px;
	color: #fff;
	border-radius: 0.625em;
}
#pop-cover .pop-box.info{
	padding: 3%;
}
#pop-cover .pop-box.info h5{
	font-size: 24px;
	color: #046ab1;
	font-weight: bold;
	margin-bottom: 5.117%;
}
#pop-cover .pop-box.info ul{
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: flex-start;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: flex-start;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: flex-start;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
#pop-cover .pop-box.info li{
	width: 100%;
	margin-bottom: 2.78%;
	border: 1px solid #eee;
	border-radius: 0.625em;
	font-size: 16px;
	position: relative;
	overflow: hidden;
}
#pop-cover .pop-box.info li.half{
	width: 300px;
	max-width: 48%;
}
#pop-cover .pop-box.info li span{
	font-size: 0.75em;
	color: #046ab1;
	font-weight: bold;
	position: absolute;
	left: 3.5em;
	top: 1.125em;
}
#pop-cover .pop-box.info li img{
	width: auto;
	height: 1.25em;
	position: absolute;
	left: 1em;
	top: 0.875em;
}
#pop-cover .pop-box.info li input[type=text]{
	font-size: inherit;
	color: #666;
	height: 3em;
	line-height: 3em;
	width: 100%;
	padding-left: 3.5em;
	padding-right: 1em;
}
#pop-cover .pop-box.info li textarea{
	font-family: inherit;
	font-size: inherit;
	color: #666;
	height: 6em;
	line-height: 1.5em;
	width: 100%;
	padding-left: 3.5em;
	padding-right: 1em;
	padding-top: 0.875em;
	padding-bottom: 0.875em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	resize: none;
}
#pop-cover .pop-box.info p{
	font-size: 16px;
	color: #046ab1;
	line-height: 1.5;
	margin-bottom: 2.5%;
	font-weight: bold;
}
#pop-cover .pop-box.info p a{
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
}
#pop-cover .pop-box.info p a:hover{
	text-decoration: underline;
}
#pop-cover .pop-box.info .submit{
	display: block;
	width: 11em;
	height: 3.5em;
	line-height: 3.5em;
	background-color: #046ab1;
	font-size: 16px;
	color: #fff;
	border-radius: 0.625em;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width:1440px){
	.sec4 .tip h5{
		font-size: 14px;
	}
	.sec4 .tip .openpop{
		font-size: 12px;
	}
	#pop-cover .pop-box.tip p{
		font-size: 21px;
	}
	#pop-cover .pop-box.tip .back{
		font-size: 14px;
	}
	#pop-cover .pop-box.info h5{
		font-size: 21px;
	}
	#pop-cover .pop-box.info li{
		font-size: 14px;
	}
	#pop-cover .pop-box.info p{
		font-size: 14px;
	}
	#pop-cover .pop-box.info .submit{
		font-size: 14px;
	}
}
@media only screen and (max-width:1024px){
	.sec4 .tip{
		margin-bottom: 1rem;
	}
	.sec4 .tip h5{
		font-size: 0.8rem;
		margin-bottom: 0.5rem;
	}
	.sec4 .tip .openpop{
		font-size: 0.8rem;
	}
	
	#pop-cover .pop-box .close img{
		right: 0.625rem;
		top: 0.625rem;
		width: 1rem;
	}
	#pop-cover .pop-box .close.white img{
		left: 50%;
		top: 100%;
		margin-left: -0.5rem;
		margin-top: 1rem;
	}
	#pop-cover .pop-box.tip p{
		font-size: 0.75rem;
	}
	#pop-cover .pop-box.tip .back{
		font-size: 0.625rem;
	}
	#pop-cover .pop-box.info{
		padding: 1.875rem 3.90625%;
	}
	#pop-cover .pop-box.info h5{
		font-size: 0.75rem;
	}
	#pop-cover .pop-box.info li{
		margin-bottom: 0.625rem;
		font-size: 0.625rem;
	}
	#pop-cover .pop-box.info li.half{
		width: 100%;
		max-width: 100%;
	}
	#pop-cover .pop-box.info p{
		font-size: 0.625rem;
		margin-bottom: 0.625rem;
	}
	#pop-cover .pop-box.info .submit{
		font-size: 0.625rem;
	}
}