* {
	margin: 0;
	padding: 0;
}

body {
	position: relative;
}

.min-width {
	min-width: 1400px;
}

.con-width {
	width: 1400px;
	margin: 0 auto;
}

.ban-center {
	width: 750px;
	margin: 0 auto;
	text-align: center;
}

/* 头部 */
.nav-height {
	position: relative;
	height: 110px;
	border-bottom: 1px solid #eaeaea;
	background-color: #fff;
}

.nav-height .nav-logo {
	width: 260px;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline-block;
	border-right: 1px solid #eaeaea;
}

.nav-height .nav-logo>img {
	max-width: 100%;
	display: block;
	margin: 40px auto 0;
}

.nav-box {
	width: 500px;
	height: 100%;
	margin: 0 auto;
	background: #fff;
}

.nav-height.navFix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid #e3e3e3;
	z-index: 99999;
}

.nav-box ul {
	margin: 0 auto;
	width: 100%;
	display: block;
	overflow: hidden;
	height: 60px;
	padding-top: 20px;
}

.nav-box.navFix ul {
	border-bottom: 0;
}

.nav-box li {
	display: inline-block;
	width: 20%;
	text-align: left;
	height: 60px;
	line-height: 60px;
	float: left;
	text-align: center;
	position: relative;
}

.nav-box li a {
	display: block;
	padding: 0 20px;
	font-size: 16px;
	color: #111;
	text-decoration: none;
}

.nav-box li a:before {
	content: " ";
	width: 15px;
	height: 11px;
	background: url(../images/arrow_bottom.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}

.nav-box li.active a:before {
	top: 48px;
}

.nav-box li.active a {
	color: #2f4eac;
	/*border:1px solid #2f4eac;*/
}

.nav-box li.active a {
	color: #2f4eac;
}

.nav-form {
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
}

.nav-form-edit {
	display: inline-block;
	width: 100px;
	height: 110px;
	line-height: 110px;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}

.nav-form-edit>img {
	max-width: 100%;
	display: inline-block;
}

.nav-submit-form {
	display: inline-block;
	width: 150px;
	color: #2f4eac;
	font-size: 14px;
}

.nav-mobile {
	display: none;
	font-weight: bold;
	width: 100%;
}

.click-me {
	width: 150px;
	height: 30px;
	background: #4680d1;
	color: white;
	text-align: center;
	line-height: 30px;
}

.click-me a {
	display: block;
	color: white;
}

/*模块*/
.section-content {
	min-height: 500px;
	margin: auto;
}

#section1 {
	position: relative;
}

.section-discover {
	position: absolute;
	top: 200px;
	left: 14%;
	width: 600px;
	z-index: 9;
}

.section-discover .section-head {
	font-size: 56px;
}

.section-head {
	font-family: Georgia-Bold;
	font-size: 48px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 80px;
	letter-spacing: 0px;
	color: #2f4eac;
}

.section-intro {
	font-family: AlibabaPuHuiTiM;
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	line-height: 64px;
	letter-spacing: 0px;
	color: #323337;
}

.section-discover .section-consult>img {
	width: 58px;
	display: inline-block;
	margin-right: 5px;
}

.section-discover .section-consult>span {
	font-family: AlibabaPuHuiTiM;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 120px;
	letter-spacing: 0px;
	color: #2f4eac;
}

.discover-img-left {
	position: absolute;
	bottom: 14%;
	left: 0;
	max-width: 100%;
	display: block;
	width: 15%;
}

.discover-img {
	margin-top: 80px;
	float: right;
	max-width: 100%;
	width: 53%;
	margin-right: 5%;
}

.discover-scrool {
	display: block;
	max-width: 100%;
	position: absolute;
	bottom: 30%;
	left: 50%;
	z-index: 9;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
}
#section2{
	margin-top: -200px;
}
.section-service-head{
	position: relative;
	z-index: 9;
}
.section-service-con {
	width: 100%;
	margin-top: 60px;
	height: 450px;
}

.section-service-con li {
	float: left;
	width: 20%;
	position: relative;
	text-align: center;
	font-family: AlibabaPuHuiTiR;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #787a7f;
}

.section-service-con li:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 100%;
	background: url(../images/shadow_line.png) no-repeat;
	background-size: 100% 100%;
}

.section-service-con li:last-child:after {
	display: none;
}

.section-service-con li .service-img {
	width: 95%;
	max-width: 100%;
	display: block;
}

.section-service-con li .english-name {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #2f4eac;
	margin: 15px 0;
}

.section-service-con li .name {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #4e4f53;
	margin-bottom: 30px;
}

#section3 {
	margin-top: 150px;
	background-color: #e9f1fe;
}

.advantage-box {
	margin: 0 auto;
	position: relative;
}

.advantage-box .section-intro-idea {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #291838;
}

.advantage-box .advantage-box-left {
	float: left;
	margin-top: 170px;
	position: relative;
}

.advantage-box .advantage-box-left::before {
	content: '';
	width: 364px;
	height: 364px;
	border: 1px solid #d6e0f6;
	border-radius: 50%;
	position: absolute;
	left: -107px;
	top: -55px;

}

.advantage-left-tab {
	width: 280px;
	margin-top: 240px;
}

.advantage-left-tab li {
	position: relative;
	width: 100%;
	background-color: #fff;
	color: #111;
	height: 58px;
	line-height: 58px;
	padding: 0 30px;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	cursor: pointer;
}

.advantage-left-tab li>span {
	color: #111;
	position: absolute;
	top: -1px;
	right: 20px;
}

.advantage-left-tab li:hover,
.advantage-left-tab li.active {
	background-color: #2f4eac;
	color: #fff;
}

.advantage-left-tab li:hover>span,
.advantage-left-tab li.active>span {
	color: #fff;
}

.advantage-box-right {
	float: right;
	width: 950px;
	margin-left: 50px;
}

.advantage-box-right li {
	float: left;
	width: 40%;
	padding-top: 40px;
	height: 410px;
	font-family: AlibabaPuHuiTiR;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #787a7f;
	border-bottom: 1px solid #d9e0ec;
}

.advantage-box-right li:nth-child(2n+1) {
	margin-right: 10%;
}

.advantage-box-right li .advantage-img {
	max-width: 100%;
	width: 80%;
	display: block;
	margin-left: -20px;
}

.advantage-box-right li .advantage-title {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 80px;
	letter-spacing: 0px;
	color: #4e4f53;
}


#section4 {
	width: 100%;
	min-height: 900px;
	max-width: 100%;
	display: block;
	background: url(../images/about_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.about-box {
	padding-top: 80px;
}

.about-box .about-left-head {
	float: left;
}

.about-box .section-head,
.about-box .section-intro {
	color: #fff;
}

.about-box-right {
	float: left;
	width: 600px;
	margin-left: 300px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

.about-box-right .company-name {
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	margin: 30px 0;
	position: relative;
}

.about-box-right .company-name::before {
	content: '';
	position: absolute;
	top: 10px;
	left: -43px;
	width: 30px;
	height: 2px;
	background-color: #ffffff;
	opacity: 0.3;
}

.about-box-right .company-intro p {
	margin-top: 20px;
}

#section5 {
	margin-top: -100px;
}

.contact-left-head {
	width: 330px;
	float: left;
}

.contact-left-head .contact-img {
	max-width: 100%;
	display: block;
}

.form-box {
	float: left;
	width: 850px;
	margin-left: 100px;
	padding: 50px 0 160px;
}

.form-box .form-box-list {
	width: 400px;
	background-color: #fff;
	height: 55px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.form-box .form-box-list:first-child {
	margin-right: 50px;
}

.form-box .form-box-list:nth-child(3) {
	width: 100%;
}

.form-box .form-box-list .form-inp {
	display: block;
	width: 100%;
	padding: 0 10px;
	height: 55px;
	line-height: 55px;
	color: #333;
	font-size: 18px;
	box-sizing: border-box;
	border: none;
	outline: none;
}

.form-box .form-box-list .required {
	color: #2f4eac;
	font-size: 18px;
	position: absolute;
	top: 18px;
	right: 10px;
}

.form-box .form-box-textarea {
	width: 810px;
	background-color: #fff;
	border-radius: 6px;
	height: 200px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
}

.form-box input::-webkit-input-placeholder,
.form-box textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
	font-size: 16px;
}


.form-box .form-box-textarea textarea {
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	border: none;
	outline: none;
	color: #333;
	font-size: 18px;
}

.form-box .button-box {
	margin: 40px auto;
	text-align: center;
}

.form-box .button-box .btn {
	width: 220px;
	height: 58px;
	background-color: #2f4eac;
	border-radius: 5px;
	text-align: center;
	line-height: 58px;
	color: #fff;
	display: inline-block;
	border: solid 1px #2f4eac;
	font-size: 16px;
	transition: all 0.4s ease;
}

.form-box .button-box .btn.reset {
	border: solid 1px #eaeaea;
	background-color: #fff;
	color: #333333;
}

.form-box .button-box .btn:first-child {
	margin-right: 18px;
}

.form-box .button-box .btn:hover {
	opacity: 0.9;
}

.footer-box {
	width: 100%;
	background-color: #fff;
	border-top: solid 1px #eaeaea;
	height: 100px;
	line-height: 100px;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 64px;
	letter-spacing: 0px;
	color: #999999;
}

.footer-box .footer-box-left {
	float: left;
	line-height: 100px;
	padding-left: 50px;
}

.footer-box .footer-box-right {
	float: right;
	line-height: 100px;
	padding-right: 50px;
}

.footer-box .footer-box-right span {
	padding-left: 50px;
}

.footer-box .footer-box-right .contact-qq {
	display: inline-block;
}
.footer-box .footer-box-right .contact-qq>img{
	width: 24px;
	vertical-align: -6px;
}
/**/
.wrapper-content {
	padding-top: 110px;
	width: 100%;
	height: auto;
	background-color: #fff;
}

.product-list {
	width: 100%;
	margin-top: 10px;
}



.footer {
	width: 1400px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #ee8800;
	padding: 20px;
	background-color: #d8f6db;
}

.footer a {
	display: inline-block;
	color: #155a8a;
	text-decoration: none;
	font-size: 12px;
}

.page-fixed-right {
	position: fixed;
	right: 5%;
	top: 50%;
}

.page-fixed-right a,.page-fixed-right .tel-content {
	display: block;
	position: relative;
	cursor: pointer;
}
.page-fixed-right .tel-content .tel-detail {
	visibility: hidden;
	cursor: default;
    position: absolute;
    top: 8px;
    right: 39px;
    background-color: #f08324;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px 0 0 30px;
	transition: all 0.4s ease;
}
.page-fixed-right .tel-content:hover .tel-detail{
	visibility: visible;
}
.page-fixed-right a img {
	max-width: 100%;
	display: block;
}

#goTopBtn {
	margin-top: 30px;
	display: none;
}

@media screen and (max-width: 1680px) {
	.section-discover {
	    left: 8%;
	}
}

@media screen and (max-width: 1400px) {
    .min-width {
    	min-width: 1200px;
    }
    .con-width {
    	width: 1200px;
    	margin: 0 auto;
    }
	.discover-img-left {
	    position: absolute;
	    bottom: 10%;
	    left: 0;
	    max-width: 100%;
	    display: block;
	    width: 12%;
	}
	#section2{
		margin-top: -80px;
	}
	.advantage-box-right{
		width: 830px;
	}
	.about-box-right{
		margin-left: 200px;
	}
	.form-box{
		margin-left: 0;
	}

}