@charset "utf-8";

/*creator: 1852425988*/

@font-face {
	font-family: 'Montserrat-Local';
	font-style: normal;
	font-weight: 400;
	src: url('css/fonts/montserrat-v12-latin-500.eot');
	src: url('css/fonts/montserrat-v12-latin-500.eot?#iefix') format('embedded-opentype'),
		 url('css/fonts/montserrat-v12-latin-500.woff2') format('woff2'),
		 url('css/fonts/montserrat-v12-latin-500.woff') format('woff'),
		 url('css/fonts/montserrat-v12-latin-500.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat-Local';
	font-style: normal;
	font-weight: 700;
	src: url('css/fonts/montserrat-v12-latin-600.eot');
	src: url('css/fonts/montserrat-v12-latin-600.eot?#iefix') format('embedded-opentype'),
		 url('css/fonts/montserrat-v12-latin-600.woff2') format('woff2'),
		 url('css/fonts/montserrat-v12-latin-600.woff') format('woff'),
		 url('css/fonts/montserrat-v12-latin-600.ttf') format('truetype');
}

@font-face {
    font-family: 'DIN-Local';
    src: url('css/fonts/DINMittelschrift-Alternate.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 属性重置 ====================================================================================================================== */
html,body,p,input,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,form,figure,svg{
	margin: 0;
	padding: 0;
}

body,li,a,div,nav,header,footer,section,span,p,article,ol,ul,figure,figcaption,form,input,textarea,em,h1,h2,h3,h4,h5,h6,i,img,tr,td,th,table,tbody,thead,:after,:before{
	box-sizing: border-box;
}

:before{
	font-weight: normal !important;
}
input[type=text]::-ms-clear,
input[type=text]::-ms-reveal{
	display: none;
	width: 0;
	height: 0;
}
textarea,input,a,div,img,button,select,i,li{
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;

}
img{
	max-width: 100%;
	outline: none;
	border: none;
}
textarea,input {
	border: 1px solid;
	max-width: 100%;
	vertical-align: top;
	background: transparent;
	font-size: 1rem;
	transition: all 0.3s;
}
input[type='submit'],
button {
	cursor: pointer;
	border: none;
}
html{
	font-size: 16px;
}
body,
input{
	font-family: 'Montserrat-Local','思源黑体','微软雅黑';/**/
}
body{
	min-width: 1180px;
}
body,a{
	color: #585858;
}
.h{
	color: #000;
}
h3,h4,h5,h6{
	line-height: 1.7;
}
h1{font-size: 42px;}
h2{font-size: 36px;}
h3{font-size: 30px;}
h4{font-size: 24px;}
h5{font-size: 18px;}
h6{font-size: 16px;}

li{list-style-type: none;}

/* 共用元素 ====================================================================================================================== */

a.full {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent;
	opacity: 0;
	z-index: 99;
}
.section > .wrap{
	position: relative;
	margin: 0 auto;
	max-width: 1340px; /*1280 + 30 + 30*/
	font-size: 0;
	z-index: 2;
}

/*goto-top */
body.ie8 .go-top{
	display: none !important;
}
.go-top{
	position: fixed;
	width: 40px;
	height: 40px;
	right: 40px;
	bottom: 30px;
	cursor: pointer;
	background-color: rgba(40,50,60,.5);
	border-radius: 40px;
	opacity: 0;
	transition: all 0.3s;
	pointer-events: none;
	z-index: 3;
}

.go-top:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(images/go-top.png);
	width: 100%;
	height: 100%;
	z-index: 9;
}

.go-top.show {
	bottom: 40px;
	pointer-events: auto;
	opacity: 1;
}
.go-top:hover{
	background-color: #2e7be7;
}



/*头部模块 ====================================================================================================================== */
.header,
.header h1,
.header h2,
.header a{
	color: #fff;
}
.header{
	width: 100%;
	height: 1080px;
	overflow: hidden;
	background-image: url(images/banner-bg.jpg);
	background-size: auto 100%;
}
.header.short{
	height: 800px;
	background-image: url(images/banner-bg-short.jpg);
}
.header.shortest{
	height: 540px;
}
.header > .wrap{
	position: relative;
	max-width: 1280px;
	height: 100%;
	margin: auto;
	padding-top: 32px;
}
.logo{
	position: relative;
	font-size: 0;
	z-index: 2;
}
.logo img.slogan{
	float: right;
}

.nav{
	position: relative;
	padding: 30px 48px 22px;
	text-align: right;
	z-index: 2;
}
.nav > ul > li + li + li + li + li{
	margin-right: -50px;
}
.nav > ul > li + li + li + li + li + li{
	margin-left: 50px;
}
.nav li{
	position: relative;
	display: inline-block;
	font-size: 18px;
	padding: 0 20px;
}
.nav li:not(:first-child):before{
	content: '';
	position: absolute;
	width: 2px;
	left: -1px;
	top: 50%;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}
.nav li a{
	position: relative;
	display: block;
}
.nav li a:after{
	content: '';
	position: absolute;
	left: 50%;top: 100%;
	width: 0;height: 1px;
	background: #fff;
	transition: all 0.4s;
}
.nav li.current a:after,
.nav li a:hover:after{
	left: 0;
	width: 100%;
}
.nav li.current a:after{
	opacity: 0.7;
}

.header .text{
	position: relative;
	margin-top: 100px;
	z-index: 2;
}
.header.short .text{
	margin-top: 150px;
}
.header.shortest .text{
	margin-top: 50px;
}
.header h1{
	font-size: 120px;
	line-height: 1;
	letter-spacing: -4px;
}
.header.short h1{
	font-size: 72px;
	line-height: 1.5;
}

.header.text-style-02 h1{
	font-size: 100px;
	line-height: 1;
	letter-spacing: -2px;
}
.header.shortest.text-style-02 h1{
	font-size: 90px;
}
.header.shortest.text-style-02 h1 ~ h2{
	margin-top: 20px;
}

.header h2{
	font-size: 52px;
	line-height: 1;
}
.header h1 ~ h2{
	margin-top: 40px;
	font-size: 28px;
}
.header h2 ~ h2{
	margin-top: 15px !important;
}
.header.text-style-02 h2{
	font-size: 32px;
}


ul.function{
	width: 75%;
	font-size: 0;
	margin-top: 100px;
}
ul.function li{
	position: relative;
	display: inline-block;
	width: 33%;
	padding-left: 56px;
	font-size: 24px;
	line-height: 60px;
}
ul.function li:before{
	content: '';
	position: absolute;
	width: 34px;height: 34px;
	left: 0;top: 50%;
	margin-top: -17px;
	border-radius: 50%;
	background-color: #fff;
	background-image: url(images/icon-yes.png);
	box-shadow: 4px 4px 40px #14489f;
}
.header .bg-logo{
	position: absolute;
	right: -330px;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/bg-logo-large.jpg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right;
}
.header.short .bg-logo{
	right: -120px;
	background-image: url(images/bg-logo-short.jpg);
}
.header.shortest .bg-logo{
	right: 0;
}

/*大按钮*/
.main-btn-wrap{
	position: relative;
	height: 140px;
	width: 1020px;
	line-height: 140px;
	margin: auto;
}
.main-btn-wrap a > *{
	display: none;
}
.main-btn-wrap.type-text a > *{
	position: absolute;
	top: 0;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.main-btn-wrap.type-text a:before{
	content: '';
	height: 100%;
	width: 1px;
	display: inline-block;
	vertical-align: top;
}
.main-btn-wrap a i{
	width: 28.8%;
	font-style: normal;
	color: #111;
	font-size: 32px;
	left: 0;
}
.main-btn-wrap a.main-btn span{
	width: 71.2%;
	color: #fff;
	font-size: 56px;
	letter-spacing: 1px;
	right: 0;
}
.main-btn-wrap a span:after{
	content: '';
	display: inline-block;
	vertical-align: top;
	height: 62px;
	width: 62px;
	background-image: url(images/main-btn-arrow.png);
	margin-left: 20px;
	margin-top: 39px;
}
a.main-btn{
	position: relative;
	display: block;
	height: 100%;
	background-image: url(images/main-btn.png);
	background-repeat: no-repeat;
	font-weight: 700;
	transition: all 0.3s;
	z-index: 2;
}
.main-btn-wrap.type-text a.main-btn{
	background-image: url(images/main-btn-empty.png);
}
a.main-btn:hover{
	filter: brightness(1.05);
	-moz-filter: brightness(1.05);
	-webkit-filter: brightness(1.05);
	opacity: 0.9;
}
.header + .main-btn-wrap{
	margin-top: -70px;
}
.header + .main-btn-wrap a.main-btn:hover{
	opacity: 1;
}
.main-btn-wrap:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1100px;
	height: 254px;
	margin: -127px 0 0 -550px;
	background-image: url(images/main-btn-shadow.png);
	opacity: 0.7;
	pointer-events: none;
	transform: scale(0.95);
	transition: all 0.3s;
}
.main-btn-wrap:hover:after{
	opacity: 1;
	transform: scale(1);
}

.contact-info{
	max-width: 1024px;
	margin: 70px auto;
	text-align: center;
	font-size: 36px;
	line-height: 48px;
}
.contact-info i,
.contact-info a{
	position: relative;
	font-style: normal;
	font-weight: 700;
	transition: all 0.3s;
}
.contact-info span{
	display: inline-block;
	margin: 0 36px;
}
.contact-info a:before,
.contact-info i:before{
	content: '';
	display: inline-block;vertical-align: top;
	width: 48px;height: 48px;
	margin-right: 18px;
	background-repeat: no-repeat;
}
.contact-info a:before{
	background-image: url(images/icon-qq.png);
}
.contact-info i:before{
	background-image: url(images/icon-phone.png);
}
.contact-info a:hover{
	color: #2e7be7;
}


/*克隆导航*/
.header-clone{
	position: fixed;
	width: 100%;height: 80px;
	left: 0;top: -80px;
	background: rgb(25, 85, 171);
	background: rgba(25, 85, 171, 0.92);
	transition: top 0.5s;
	z-index: 99;
}
.header-clone.show{
	top: 0;
}


.header-clone > .wrap{
	position: relative;
	max-width: 1280px;
	margin: auto;
}
.header-clone img.slogan{
	display: none;
}
.header-clone .logo{
	position: absolute;
	left: 0;top: 0;
	height: 80px;
	line-height: 80px;
	z-index: 4;
}
.header-clone .logo img{
	height: 60%;
	vertical-align: middle;
}
.header-clone .nav{
	padding: 0;
	padding-top: 25px;
}
.header-clone .nav li{
	line-height: 30px;
}
.header-clone .nav a{
	color: #fff;
}

@media screen and (max-width: 1679px){
	.header-clone{
		height: 60px;
		top: -60px;
	}
	.header-clone > .wrap{
		max-width: 1180px;
	}
	.header-clone .logo{
		height: 60px;
		line-height: 60px;
	}
	.header-clone .nav{
		padding-top: 20px;
	}
	.header-clone .nav li{
		line-height: 20px;
		font-size: 16px;
	}
}





/*part 01 ------------------------------------------------------------------------------------  */
.box {
	text-align: center;
	padding: 30px 30px 0 30px;
	font-size: 0;
	height: 100%;
}
.section.part-01.inited .box{
	height: 100%;
}
.section.part-01{
	margin-top: 90px;
	margin-bottom: 130px;
}
.section.part-01 .box{
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.box .inner-wrap{
	position: relative;
	box-shadow: 0 10px 60px rgba(0,0,0,.07);
	border-radius: 20px;
	padding: 60px;
	height: 100%;
}
body.ie8 .box .inner-wrap{
	border:1px solid #ddd;
}
/*.pay-form .inner-wrap,*/
.section.part-01 .inner-wrap,
.section.about .inner-wrap,
.section.detail .inner-wrap{
	padding-top: 210px;
}
.section.detail.product .inner-wrap{
	padding-top: 60px;
}
.section.detail.product .inner-wrap:before{
	display: none;
}
/*.pay-form .inner-wrap:before,*/
.section.part-01 .inner-wrap:before,
.section.part-05 .inner-wrap:before,
.section.detail .inner-wrap:before,
.section.about .inner-wrap:before{
	content: '';
	position: absolute;
	height: 170px;
	width: 100%;
	top: 0;
	left: 0;
	background-image: url(images/head-elem-01.png);
	background-repeat: no-repeat;
	background-position: center;
}
.section.part-01 .box-02 .inner-wrap:before{
	background-image: url(images/head-elem-02.png);
}
.section.part-05 .inner-wrap:before{
	background-image: url(images/head-elem-05.png);
}
/*.pay-form .inner-wrap:before{
	background-image: url(images/head-elem-pay.png);
}*/
.section.about .inner-wrap:before{
	background-image: url(images/head-elem-about.png);
}
.section.detail .inner-wrap:before{
	background-image: url(images/head-elem-help.png);
}

.section.part-01 .text{
	height: 100%;
	display: flex;
	justify-content: center;
	flex-flow: wrap;
}

.box h1{
	margin-bottom: 30px;
}
.box p{
	font-size: 30px;
	line-height: 1.8;
}

/*part 02  and part-04------------------------------------------------------------------------------------ */

.section.dark{
	background-color: #2e7be7;
	background-image: url(images/bg-part-02.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.section.one-page-part-01{
	height: 680px;
	background-image: url(images/bg-part-03.png);
}
.section.part-04{
	margin-top: 130px;
	background-image: url(images/bg-part-04.png);
}
.section.dark > .wrap{
	padding-top: 260px;
	padding-bottom: 100px;
}
.section.dark .title{
	text-align: center;
	margin-bottom: 80px;
}
.section.dark .title h1{
	color: #fff;
	margin-bottom: 15px;
}
.section.dark .title h2{
	font-weight: 400;
	color: #fff;
}
.section.part-02 .box{
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
}
.section.part-02 .inner-wrap{
	background: #fff;
	padding: 40px;
}
.section.part-02 h3{
	margin-top: 22px;
	font-weight: 400;
	line-height: 1;
}
.section.part-02 .box img{
	margin-bottom: 36px;
}

.section.part-04 .phone{
	text-align: center;
}
.section.part-04 .phone h1{
	display: inline-block;
	padding: 0 40px;
	line-height: 100px;
	background: #fff;
	border-radius: 50px;
	color: #2e7be7;
}
.section.part-04 .phone h1:before{
	content: '';
	display: inline-block;vertical-align: top;
	height: 100px;
	width: 60px;
	margin-right: 15px;
	background-image: url(images/icon-phone2.png);
	background-repeat: no-repeat;
}
.footer-for-part-04{
	height: 180px;
	background-image: url(images/head-elem-04.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 100px;
}



/*part 03 ------------------------------------------------------------------------------------ */
.one-page-video .video-wrap,
.section.part-03 .inner-wrap{
	padding: 60px 0;
	background-size:cover; 
	background-image:url(images/poster.jpg);
	background-position: center;
}
.video-inner,
.section.part-03 .video-wrap{
	max-width: 1024px;
	margin: auto;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 5px 30px rgba(0,0,0,.4);
}

.one-page-video .video-wrap img,
.section.part-03 .video-wrap img{
	width: 100%;
	height: auto;
}
.one-page-video .video-wrap{
	position: relative;
}
.section.part-03 .video-wrap video,
.one-page-video .video-wrap video,
body.ie8 .video-inner > span,
body.ie8 .video-wrap > span{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*for modern*/
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	top: calc(0px - 2px);
	left: calc(0px - 2px);
	z-index: 2;
}
body.ie8 .video-inner > span,
body.ie8 .video-wrap > span{
	width: 100% !important;
	height: 100% !important;
}
.section.part-03{
	position: relative;
	margin-bottom: 130px;
}
.section.part-03:after{
	content: '';
	position: absolute;
	left: 0;top: 0;
	width: 100%;
	height: 280px;
	background-color: #2e7be7;
}


/*part 05 ------------------------------------------------------------------------------------ */

.section.part-05{
	margin-top: 110px;
}
.section.part-05 li{
	display: inline-block;vertical-align: top;
	width: 33.33%;
	margin: 30px 0;
	text-align: center;
}
.section.part-05 p{
	display: inline-block;vertical-align: top;
	line-height: 60px;
	margin-left: 15px;
}
.section.part-05 .box .inner-wrap{
	padding: 230px 20px 90px 20px;
}



/*footer ------------------------------------------------------------------------------------ */
.footer{
	margin-top: 200px;
	padding-bottom: 100px;
	text-align: center;
	background: #f7f7f7;
}
.logo-footer{
	position: relative;
	top: -60px;
	max-width: 1280px;
	height: 120px;
	line-height: 120px;
	padding: 0 60px;
	margin: auto;
	background: #2e7be7;
	border-radius: 60px;
	box-shadow: 0 10px 80px rgba(0,0,0,.1);
	text-align: left;
}

.logo-footer img{
	vertical-align: middle;
	max-height: 80%;
}
.logo-footer img.slogan{
	position: relative;
	top: 26px;
	float: right;
}

.footer .contact-info{
	margin-top: 0;
}

.footer p{
	line-height: 32px;
	font-size: 16px;
}
.footer .beian{
	margin-top: 10px;
}
.footer p img{
	vertical-align: top;
}
.footer p.beian + p{
	line-height: 1.8;
}
.footer .beian{
	line-height: 32px;
}
.footer .beian > *{
	display: inline-block;
	vertical-align: top;
}
.footer abbr{
	margin: 0 10px;
	opacity: .5;
}


/*响应式*/
@media screen and (max-width: 1920px){

	h1{font-size: 36px;}
	h2{font-size: 32px;}
	h3{font-size: 28px;}
	h4{font-size: 22px;}

	.contact-info{
		margin: 60px auto 50px;
	}

	.header{
		height: 840px;
	}
	.header + .main-btn-wrap {
		margin-top: -60px;
	}
	.main-btn-wrap {
		height: 120px;
		line-height: 120px;
	}
	.main-btn-wrap a i{
		font-size: 30px;
	}
	.main-btn-wrap a span{
		font-size: 48px;
		letter-spacing: 0px;
	}
	.main-btn-wrap a span:after {
	    margin-top: 29px;
	}
	a.main-btn{
		background-image: url(images/main-btn-small.png);
	}
	.main-btn-wrap.type-text a.main-btn{
		background-image: url(images/main-btn-small-empty.png);
	}
	.main-btn-wrap:after{
		background-image: url(images/main-btn-small-shadow.png);
	}

	.header > .wrap{
		max-width: 1180px; 
	}
	.header.short{
		height: 600px;
	}
	.header.shortest{
		height: 540px;
	}
	.header .text{
		margin-top: 60px;
	}
	.header.short:not(.shortest) .text{
		margin-top: 68px;
	}
	ul.function{
		margin-top: 60px;
	}
	.header h1{
		font-size: 110px;
	}
	.header.short h1 {
		line-height: 1.3;
	}
	.header h2{
		font-size: 42px;
	}
	.header h1 ~ h2 {
	    margin-top: 30px;
	    font-size: 28px;
	}
	.header.text-style-02 h1{
		font-size: 90px;
	}
	ul.function li{
		padding-left: 46px;
		font-size: 20px;
		line-height: 46px;
	}
	ul.function li:before {
		width: 28px;
		height: 28px;
		background-size: 100%;
		margin-top: -14px;
	}
	
	.header .bg-logo{
		right: -190px;
	}


	.section > .wrap{
		max-width: 1240px; /*1180 + 30 + 30*/
	}
	.box p {
		font-size: 26px;
	}
	.logo-footer{
		max-width: 1180px; 
	}


	.header.short2{
		height: 140px;
	}
	.header.short2:not(.shortest) .text{
		margin-top: 68px;
	}
	.header.short2 h1 {
		line-height: 1.3;
	}	
}






/*.pay-form ----------------------------------------------------------------------------------------------------- */

.pay-form form{
	text-align: left;
}
.pay-form form h2{
	text-align: center;
}
.pay-form form .line{
	position: relative;
	width: calc(100% + 220px);
	height: 120px;
	left: -110px;
	background-image: url(images/line.png);
}
body.ie8 .pay-form form .line{
	background-image: url(images/line-ie8.png);
}
@media screen and (max-width: 1920px){
	.pay-form form .line{
		background-image: url(images/line-short.png);
	}
}
.pay-form ul{
	font-size: 0;
}
.pay-form li{
	position: relative;
	display: inline-block;
	min-width: 240px;
	margin-right: 24px;
	margin-bottom: 24px;
	line-height: 56px;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
	list-style-type: none;
	border:1px solid #ddd;
	border-radius: 10px;
	transition: 0.1s;
}
ul.packages{
	margin-bottom: 60px;
	margin-top: 80px;
}
ul.packages li{
	width: 23.5%;
	margin: 0 0 0 2%;
	padding: 40px 10px;
}
ul.packages.col-3 li{
	width: 31.3%;
	margin: 0 0 0 3%;
}
ul.packages.col-2 li{
	width: 47%;
	margin: 0 0 0 3%;
}
ul.packages li.first{
	margin: 0 !important;
}
ul.packages h3{
	font-size: 48px;
	color: #2e7be7;
	margin: 0 0 30px 0;
	line-height: 1;
}
ul.packages h3:before{
	content: '¥';
	position: relative;
	display: inline-block;vertical-align: bottom;
	margin-right: 3px;
	top: -4px;
	font-size: 30px;
	font-weight: 700;
	font-family: '微软雅黑';
}
.pay-form li.selected:after{
	content: '';
	position: absolute;
	right: -1px;top: -1px;
	width: 90px;
	height: 70px;
	background-image: url(images/current-small.png);
	background-repeat: no-repeat;
	background-position: top right;
	border-top-right-radius: 9px;
}
.pay-form ul.packages li.selected:after{
	background-image: url(images/current.png);
}

.receive-mode li{
	margin-right: 55px;
	min-width: 290px;
}

.pay-form form > h3{
	display: inline-block;vertical-align: top;
	width: 180px;
	line-height: 56px;
	font-weight: 400;
	margin-top: 50px;
}
.receive-mode,
.user-info{
	display: inline-block;vertical-align: top;
	min-width: 880px;
	margin-top: 50px;
}
.pay-form h4{
	font-weight: 400;
	color: #585858;
}

.pay-form li.selected{
	color: #2e7be7;
	border-color: #2e7be7;
}
.pay-form h3{
	margin-top: 15px;
	margin-bottom: 10px;
}
.pay-form h3.first{
	margin-top: 0;
}
.pay-form p{
	font-size: 18px;
}
p.tips{
	width: 100%;
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 40px;
	line-height: 50px;
	background: #f7f7f7;
	color: #666;
	text-align: center;
}
.user-info{
	font-size: 0;
}
.user-info p{
	margin: 20px 0;
}
.user-info label{
	position: relative;
	display: inline-block;vertical-align: top;
	width: 320px;
	font-size: 16px;
	margin-right: 24px;
}
.user-info label:before{
	content: '';
	position: absolute;
	left: 0;top: 0;
	width: 56px;height: 56px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3;
}
label.user-name:before{
	background-image: url(images/ico-name.png);
}
label.user-phone:before{
	background-image: url(images/ico-mobile.png);
}
label.user-mail:before{
	background-image: url(images/ico-email.png);
}

.user-info input[type='text']{
	vertical-align: top;
	height: 56px;
	width: 320px;
	border:1px solid #ddd;
	border-radius: 10px;
	padding: 0 15px 0 50px;
	font-size: 22px;
}
.user-info input:focus{
	border-color: #2e7be7;
}

.user-info label.hidden{
	display: none;
}

/*for ie*/
.pay-form.hack-ie input[type='text']{
	position: relative;
	background-color: transparent;
	line-height: 40px;
	z-index: 2;
}
.pay-form.hack-ie  input[type='text']:focus,
.pay-form.hack-ie .focus input[type='text']{
	background-color: #fff;
}
.pay-form.hack-ie .focus span{
	display: none;
}
.pay-form.hack-ie label span{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 40px;
	padding-left: 45px;
	color: #999;
	z-index: 1;
}

.pay-mode {
	text-align: center;
}
.pay-mode li{
	font-size: 0;
	min-width: 180px;
}
.pay-mode li:last-child{
	margin-right: 0;
}
.pay-mode img{
	vertical-align: middle;
}
.pay-form form .user-info ~ h3{
	display: block;
	width: 100%;
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center;
}

input[type="submit"]{
	display: block;
	width: 260px;
	text-align: center;
	padding: 0 56px;
	margin: 50px auto 0 auto;
	height: 78px;
	line-height: 78px;
	background-color: #2e7be7;
	color: #fff;
	font-size: 36px;
	border-radius: 10px;
	box-shadow: 2px 2px 8px rgba(0,0,0,.1);
}
input[type="submit"]:hover,
.products .box .img a:hover,
.text-area a.btn:hover:after{
	background-color: #4593ff;
}

/*updata form 11/19*/

.ie8 .header.for-pay h1{
	font-size: 54px;
}
.ie8 .header.short.for-pay{
	height: 480px;
}
.ie8 .header.short.for-pay .bg-logo{
	right: 0;
}
.ie8 .header.short.for-pay .text {
	margin-top: 40px;
}
.ie8 .header.short.for-pay + .contact-info {
	margin: 40px auto 20px;
}


@media screen and (max-width: 1680px){
	.header.for-pay h1{
		font-size: 54px;
	}
	.header.short.for-pay{
		height: 480px;
	}
	.header.short.for-pay .bg-logo{
		right: 0;
	}
	.header.short.for-pay .text {
		margin-top: 40px;
	}
	.header.short.for-pay + .contact-info {
		margin: 40px auto 20px;
	}
	ul.packages {
		margin-top: 60px;
	}
}

/*about ------------------------------------------------------------------ */

.text-area{
	font-size: 24px;
	white-space: pre-line;
	line-height: 2;
	text-align: left;
	color: #222;
}
.about .text{
	padding: 20px;
}
.about .text h2{
	margin-bottom: 50px;
}
.about .text .text-area{
	line-height: 2.2;
}

.text-area a{
	color: #2e7be7;
}

/*教程 -----------------------------------------------------------------------*/
.section .text-list{
	margin-bottom: 120px;
}
.section .text-list > h1{
	text-align: center;
	font-size: 48px;
	margin: 80px 0 100px 0;
}
.section .text-list li{
	border:1px solid rgba(0,0,0,.1);
	font-size: 30px;
}
.section .text-list li:not(:last-child){
	border-bottom:none;
}
.section .text-list li a{
	position: relative;
	display: block;
	padding: 36px 50px;
	color: #000;
	transition: all 0.1s; 
}
.section .text-list li:hover a{
	color: #fff;
	background-color: #2e7be7;
}

.header.short ~ .section.part-03:after{
	height: 700px;
	background-image: url(images/bg-part-02.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.header.short ~ .section.part-03 > .wrap {
	padding-top: 200px;
}

.section.detail h1{
	font-size: 48px;
	margin-bottom: 60px;
	font-weight: 400;
}
@media screen and (min-width: 1921px){
	.section.detail .text-area{
		font-size: 30px;
	}
}


/*产品下载 ------------------------------------------------------------------------- */

.section.products{
	margin-top: 120px;
}
.products .box{
	text-align: right;
	margin-bottom: 120px;
}
.products .inner-wrap{
	padding: 50px 60px;
}
.products .box .img{
	position: absolute;
	width: 34%;
	left: 30px;
	bottom: 30px;
	text-align: center;
}
.products .box .text{
	display: inline-block;
	width: 66%;
	padding-left:60px;
	min-height: 240px;
	text-align: left;
}
.products .box .img a{
	position: relative;
	display: block;
	width: 90%;
	margin: auto;
	margin-top: 20px;
	font-size: 36px;
	line-height: 80px;
	color: #fff;
	font-weight: 700;
	background-color: #2e7be7;
	border-radius: 50px;
	letter-spacing: 3px;
	transition: all 0.3s;
}
.products .box .img a:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	margin-right: 15px;
	background-image: url(images/download-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
}

.products .box p{
	font-size: 24px;
	line-height: 1.9;
}
.products .box h2{
	font-size: 42px;
	margin-bottom: 20px;
}
.text-area a.btn{
	position: relative;
	display: inline-block;
	padding: 0 50px;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}
.text-area a.btn:before{
	content: '';
	display: inline-block;vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 8px;
	width: 14px;height: 20px;
	background: url(images/down.png);
}
.text-area a.btn:after{
	content: '';
	position: absolute;
	left: 0;
	top: -5%;
	width: 100%;height: 110%;
	background-color: #2e7be7;
	border-radius: 50px;
	transition: all 0.3s;
	z-index: -1;
}
.text-area img{
	margin: 40px auto;
}


/* 2020 05 21 */
.one-page .header{
	height: 796px;
}
.one-page ul.function{
	width: 100%;
	margin-top: 50px;
}
.one-page ul.function li{
	width: 25%;
}
.one-page .header h1{
	font-size: 84px;
}
.one-page .header h1 ~ h2{
	font-size: 36px;
	line-height: 1.4;
}
.one-page-intro p{
	font-size: 18px;
}
.one-page-intro p + p{
	margin-top: 10px;
}
.one-page-intro{
	margin-top: 60px;
	margin-bottom: 60px;
}
.one-page-intro .wrap{
	padding: 0 30px;
}
p .red,
strong.red{
	color: #ff0c00;
}
.one-page .header .bg-logo{
	background-image: url(images/bg-logo-large2.jpg);
	right: -70px;
}
.one-page .header {
    background-image: url(images/banner-bg2.jpg);
}
.one-page .header .text {
    position: relative;
	margin-top: 120px;
}
.one-page-intro p img{
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin:  0 3px;
}
.one-page-btns{
	margin-top: -30px;
	margin-bottom: 68px;
}
.one-page-btns .outer{
	box-shadow: 0 19px 120px rgba(0,0,0,.1) inset;
	border-radius: 20px;
}
.one-page-btns .text{
	padding: 0 40px;
	text-align: left;
}
.one-page-btns .inner-wrap{
	display: inline-block;
    width: 50%;
	vertical-align: top;
	box-shadow: none;
	padding: 48px 40px;
}
.one-page-btns .inner-wrap + .inner-wrap{
	text-align: right;
}
.one-page-btns .box p{
	font-size: 30px;
	color: #585858;
	line-height: 1.4;
}
.one-page-btns .box h1{
	font-size: 36px;
}
.one-page-btns .btn-wrap{
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.one-page-btns .btn-wrap a{
	position: relative;
	display: block;
	z-index: 2;
}
.one-page-btns .btn-wrap img{
	transition: all 0.3s;
}
.one-page-btns .btn-wrap a:hover img{
	filter: contrast(1.2);
}
.one-page-btns .btn-wrap a:hover img{
	animation: btnZoom 0.3s;
}
.ie .one-page-btns .btn-wrap a:hover img{
	opacity: 0.9;
}
@keyframes btnZoom {
	0% {transform: scale(1);}
	50%{transform: scale(1.015);}
	100% {transform: scale(1);}
}
.one-page-btns .btn-wrap:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
	border-radius: 50px;
}

.one-page-video{
	margin-bottom: 100px;
}
.one-page-video .inner-wrap{
	overflow: hidden;
	padding: 0;
}
.one-page-contact{
	font-size: 0;
	max-width: 880px;
	margin: auto;
	padding: 40px 0;
}
.one-page-contact h1{
	font-family: 'DIN-Local';
	font-weight: 400;
	font-size: 48px;
	margin-bottom: 10px;
}
.one-page-contact p{
	font-size: 24px;
	color: #666;
}
a.contact,
.one-page-contact p a{
	background: #1283ff;
	color: #fff;
	padding: 0 26px;
	line-height: 42px;
	border-radius: 50px;
	display: inline-block;
	transition: all 0.3s;
}
a.contact:hover,
.one-page-contact p a:hover{
	background: #5099ff;
}

.one-page-contact .item{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 20px 0 30px;
}
.one-page-contact .item.nth-2{
	border-left: 2px solid #eee;
}
.one-page-contact .item:before{
	content: '';
	display: block;
	height: 48px;
	width: 48px;
	margin: 0 auto 20px;
	background-image: url(images/icon-04.png);
}
.one-page-contact .item.nth-2:before{
	background-image: url(images/icon-05.png);
}

.one-page-part-01{
	position: relative;
	margin-bottom: 168px;
}
.section.one-page-part-01 > .wrap{
	padding-top: 100px !important;
}

.one-page-part-01:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -126px;
	margin-left: -611px;
	width: 1222px;
	height: 321px;
	background-image: url(images/mac.png);
	z-index: 3;
}
.one-page-part-01 .title h1{
	line-height: 1;
}
.one-page-part-01 .title h2{
	margin-top: 20px;
	font-size: 24px;
}
.one-page-part-01 .list{
	text-align: center;
}
.one-page-part-01 .item{
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	padding: 0 88px; 
}
.one-page-part-01 .item:before{
	content: '';
	display: block;
	height: 64px;
	width: 64px;
	margin: 15px auto 10px;
	background-image: url(images/icon-06-1.png);
}
.one-page-part-01 .nth-2:before{
	background-image: url(images/icon-06-2.png);
}
.one-page-part-01 .nth-3:before{
	background-image: url(images/icon-06-3.png);
}
.one-page-part-01 .nth-4:before{
	background-image: url(images/icon-06-4.png);
}
.one-page-part-02 h1{
	margin-bottom: 10px;
}
.one-page-part-02 p{
	font-size: 24px;
	margin-bottom: 90px;
}
.one-page .footer{
	margin-top: 100px;
}
.one-page .footer p{
	font-size: 24px;
}
.one-page .footer .beian{
	margin-bottom: 40px;
}
.one-page-footer{
	height: 240px;
	background-image: url(images/footer-bg.jpg);
	background-color: #0e3c87;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 60px;
}
.footer .one-page-contact{
	max-width: none;
	padding-top: 0;
}
.footer .one-page-contact p,
.footer .one-page-contact h1,
.footer .one-page-contact .item:before{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}
.footer .one-page-contact .item{
	border-left: none;
	width: auto;
}
.footer .one-page-contact .item + .item{
	margin-left: 100px;
}
.footer .one-page-contact p{
	margin-left: 20px;
}
.footer .one-page-contact .item:before{
	margin-right: 20px;
}



/*响应式*/
@media screen and (max-width: 1920px){

	.one-page .header {
		height: 680px;
	}
	.one-page .header h1 ~ h2 {
		font-size: 28px;
	}
	.one-page .header .text {
		margin-top: 90px;
	}
	.one-page-btns .box h1 {
		font-size: 32px;
	}
}


@media (min-width: 2622px){

	.header > .wrap,
	.logo-footer,
	.header-clone > .wrap{
		max-width: 1480px;
	}
	.section > .wrap{
		max-width: 1540px;
	}
	.one-page-btns .inner-wrap{
		width: auto;
	}
	
}

@media (max-width: 1680px){

	h1{font-size: 32px;}
	h2{font-size: 26px;}
	h3{font-size: 22px;}
	h4{font-size: 18px;}

	.one-page-video .video-wrap,
	.section.part-03 .inner-wrap {
		padding: 30px 0;
	}
	.one-page-btns {
		margin-bottom: 58px;
	}
	.one-page-part-02 p {
		margin-bottom: 60px;
	}
	.one-page .footer p {
		font-size: 20px;
	}

	.one-page-btns .box h1 {
		font-size: 28px;
	}
	.one-page-btns .box p {
		font-size: 24px;
	}
	.one-page .header h1 {
		font-size: 64px;
	}
	.one-page .header h1 ~ h2 {
		font-size: 24px;
	}
	.one-page .header .text {
		margin-top: 80px;
	}
	.one-page-intro p {
		font-size: 16px;
	}
	.one-page-part-01:after {
		transform: scale(0.8);
	}
	.section.one-page-part-01 {
		height: 580px;
	}

	.header > .wrap,
	.logo-footer,
	.header-clone > .wrap{
		max-width: 1080px;
	}
	.section > .wrap{
		max-width: 1140px;
	}
	ul.function {
		margin-top: 30px;
	}
	ul.function li {
		padding-left: 30px;
		font-size: 16px;
		line-height: 40px;
	}
	ul.function li:before {
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
	.header {
		height: 640px;
	}
	.one-page .header {
		height: 600px;
	}
	.nav {
		padding: 20px;
	}
	.header .text {
		margin-top: 20px;
	}
	.nav li{
		font-size: 16px;
	}
	.header h1{
		font-size: 80px;
	}
	.header.text-style-02 h1,
	.header.shortest.text-style-02 h1{
		font-size: 70px;
	}
	.header.text-style-02 h2{
		font-size: 30px;
	}
	.header h1 ~ h2 {
		margin-top: 20px;
		font-size: 18px;
	}
	.main-btn-wrap {
		transform: scale(0.8);
	}
	.logo img{
		transform: scale(0.8);
		transform-origin: left;
	}
	.logo img.slogan{
		transform-origin: right;
	}
	.contact-info{
		font-size: 30px;
	}
	.box p {
		font-size: 18px;
	}
	
	.section.part-01 .inner-wrap:before,
	.section.part-05 .inner-wrap:before,
	.section.detail .inner-wrap:before,
	.section.about .inner-wrap:before {
		height: 120px;
		background-size: auto 100%;
	}
	.section.part-01 .inner-wrap,
	.section.about .inner-wrap,
	.section.detail .inner-wrap {
		padding-top: 160px;
	}
	.section.part-01 {
		margin-top: 60px;
		margin-bottom: 100px;
	}
	.section.dark > .wrap {
		padding-top: 200px;
		padding-bottom: 60px;
	}
	.section.dark .title {
		margin-bottom: 40px;
	}
	.section.part-04 .phone h1 {
		line-height: 80px;
	}
	.section.part-04 .phone h1:before {
		height: 80px;
		background-size: auto 100%;
	}
	.footer-for-part-04 {
		margin-bottom: 60px;
	}
	.section.part-05 {
		margin-top: 70px;
	}
	.section.part-05 .box .inner-wrap {
		padding: 160px 20px 50px 20px;
	}
	.logo-footer img {
		transform-origin: left;
		transform: scale(0.8);
	}
	.logo-footer img.slogan {
		transform-origin: right;
	}
	.footer {
		margin-top: 160px;
	}
	.text-area{
		font-size: 18px;
	}
	.section.detail h1 {
		font-size: 40px;
	}
	.contact-info + .section.detail{
		margin-top: -20px;
	}
	.text-area a.btn {
		padding: 0 30px;
		font-size: 18px;
	}
	.section.part-03{
		margin-bottom: 80px;
	}
	.section.part-04{
		margin-top: 80px;
	}
	.one-page-part-01 {
		margin-bottom: 110px;
	}
	.one-page-contact h1 {
		font-size: 36px;
	}
	.footer .one-page-contact .item:before {
		margin-right: 10px;
	}

}