/*通用*/
*{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: "微软雅黑";
}
body{
	font-size: 14px;
}
html{
	font-size: 100px;
}
input{
	outline: none;
}
a {
	color: #888;
	text-decoration: none;
	transition: 0.5s all ease;
}
a:hover {
	color: #00579f;
}
.width1200{
	width: 12rem;
	height: 100%;
	margin: 0 auto;
}
.width1340{
	width: 13.4rem;
	height: 100%;
	margin: 0 auto;
}
/*首页*/
.nav-box{
	width: 100%;
	height: 0.8rem;
	background-color: #fff;
}
.logo{
	float: left;
	width: 2.1rem;
	padding-top: 0.13rem;
}
.logo img{
	width: 2.1rem;
	height: 0.54rem;
}
.nav{
	float: right;
	height: 0.8rem;
}
.nav ul{
	height: 100%;
}
.nav ul li{
	float: left;
	font-size: 0.18rem;
	color: #888;
	margin-left: 0.4rem;
	padding-top: 0.28rem;
}
.nav ul li a{
	display: block;
	padding: 0 0.05rem 0.08rem 0.05rem;
}
.nav ul li:hover a{
	color: #00579f;
	border-bottom: 0.02rem solid #00579f;
}
.nav ul li.active a{
	color: #00579f;
	border-bottom: 0.02rem solid #00579f;
}
.banner{
	width: 100%;
	height: 5.8rem;
	position: relative;
	overflow: hidden;
}
.banner ul{
	height: 5.8rem;
	transition: 0.5s all ease;
}
.banner ul li{
	float: left;
	height: 100%;
}
.banner-tab{
	position: absolute;
	width: 2.8rem;
	height: 0.06rem;
	bottom: 0.3rem;
	left: 50%;
	margin-left: -1.4rem;
}
.banner-tab .dot{
	float: left;
	width: 0.8rem;
	height: 0.06rem;
	margin-right: 0.2rem;
	background-color: rgba(255,255,255,0.3);
}
.banner-tab .dot:last-child{
	margin-right: 0;
}
.banner-tab .dot.active{
	background-color: rgba(255,255,255,1);
}
.banner-tab .dot:hover{
	cursor: pointer;
	background-color: rgba(255,255,255,1);
}
.left-right-tab{
	position: absolute;
	width: 100%;
	height: 0.8rem;
	top: 50%;
	margin-top: -0.4rem;
}
.left-right-tab .left-box{
	width: 0.5rem;
	height: 0.8rem;
	float: left;
	z-index: 10;
	background-color: rgba(255,255,255,0.2);
	text-align: center;
}
.left-right-tab .right-box{
	width: 0.5rem;
	height: 0.8rem;
	float: right;
	z-index: 10;
	background-color: rgba(255,255,255,0.2);
	text-align: center;
}
.left-right-tab .left-box i,
.left-right-tab .right-box i{
	color: rgba(255,255,255,0.5);
	font-size: 0.42rem;
	line-height: 0.76rem;
}
.left-right-tab .right-box:hover,
.left-right-tab .left-box:hover{
	background-color: rgba(255,255,255,0.4);
	transition: 0.5s all ease;
	cursor: pointer;
}
.left-right-tab .right-box:hover i,
.left-right-tab .left-box:hover i{
	color: rgba(255,255,255,0.7);
}
.banner-img{
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner1{
	background-image: url(../../images/banner1.png);
}
.banner2{
	background-image: url(../../images/banner2.png);
}
.banner3{
	background-image: url(../../images/banner3.png);
}

.products-and-services-box{
	background-image: url(../../images/products-and-services-background.png);
	width: 100%;
	height: 4.04rem;
	overflow: hidden;
}
.title-box{
	text-align: center;
	padding: 0.7rem 0 0.6rem 0;
}
.main-title{
	font-size: 0.28rem;
	letter-spacing: 0.01rem;
	font-weight: normal;
}
.introduce{
	color: #666;
	padding-top: 0.3rem;
}
.specific-modules{
	width: 100%;
	height: 1rem;
}
.specific-modules ul{
	height: 1rem;
}
.specific-modules ul li{
	float: left;
	width: 16.667%;
}
.specific-modules ul li .modules-box{
	width: 0.68rem;
	height: 1rem;
	text-align: center;
	padding-left: 0.66rem;
}
.specific-modules ul li:last-child .modules-box{
	width: 0.68rem;
	height: 1rem;
}
.specific-modules ul li .modules-box span{
	display: block;
	padding-top: 0.2rem;
}
.news-center-box{
	background-color: #fff;
	width: 100%;
	height: 6.6rem;
}
.news-center-box .subtitle{
	letter-spacing: 0.03rem;
}
.news-title-tab{
	position: relative;
	width: 100%;
	height: 0.64rem;
}
.news-title-tab::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 0.01rem;
	background-color: #eee;
	left: 0;
	top: 0.63rem;
}
.news-title-tab li{
	float: left;
	width: 33.3333%;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.news-title-tab li h2{
	font-size: 0.18rem;
	font-weight: normal;
	color: #666;
	margin-bottom: 0.05rem;
}
.news-title-tab li span{
	font-size: 0.14rem;
	color: #888;
}
.news-title-tab li:hover h2{
	color: #00579f;
}
.news-title-tab li:hover span{
	color: #00579f;
}
.news-title-tab li.active h2{
	color: #00579f;
}
.news-title-tab li.active span{
	color: #00579f;
}
.news-title-tab li.active::after{
	position: absolute;
	content: "";
	width: 1.72rem;
	height: 0.06rem;
	background-image: url(../../images/tab-line.png);
	left: 1.16rem;
	top:0.58rem;
}
.news-content-tab{
	width: 100%;
	height: 3.6rem;
	background-image: url(../../images/news-content-background.png);
	background-position: center;
}
.news-content{
	width: 100%;
	height: 3.6rem;
}
.news-content p{
	font-size: 0.14rem;
	line-height: 0.28rem;
	text-indent: 0.28rem;
}
.news-content .about-gudun{
	height: 1.4rem;
	padding: 1.1rem 0;
}
.news-content .about-gudun img{
	float: left;
	width: 3rem;
	height: 1.4rem;
	margin-right: 0.6rem;
}
.news-content .about-gudun .about-gudun-introduce{
	float: left;
	width: 8.4rem;
	text-align: justify;
}

.news-content .about-company{
	height: 2.88rem;
	padding: 0.36rem 0;
}
.news-content .about-company img{
	float: left;
	width: 2rem;
	height: 2.88rem;
	margin-right: 0.6rem;
}
.news-content .about-company .about-company-introduce{
	float: left;
	width: 9.4rem;
	text-align: justify;
	margin-top: 0.6rem;
}
.news-content .about-industry{
	height: 2.2rem;
	padding: 0.7rem 0;
}
.news-content .about-industry img{
	float: left;
	width: 3rem;
	height: 1.92rem;
	margin-right: 0.6rem;
	padding-top: 0.14rem;
}
.news-content .about-industry .about-industry-introduce{
	float: left;
	width: 8.4rem;
	text-align: justify;
}
.news-content .about-industry-introduce h2{
	font-size: 0.18rem;
	margin-bottom: 0.28rem;
}
.solution-box{
	width: 100%;
	height: 6.57rem;
	background-image: url(../../images/solution-background.png);
	background-position: center;
}
.solution-box .subtitle{
	letter-spacing: 0.02rem;
}
.solution-list{
	width: 100%;
	height: 3.52rem;
}
.solution-content{
	float: left;
	width: 3.38rem;
	height: 2.92rem;
	padding: 0.3rem;
	border: 0.01rem solid #ccc;
}
.solution-content-center{
	width: 3.4rem;
	border-left: none;
	border-right: none;
}
.solution-content h2{
	font-size: 0.2rem;
	font-weight: normal;
	margin-bottom: 0.3rem;
}
.solution-content .img-introduce-box{
	width: 3.4rem;
	height: 2.36rem;
	position: relative;
}
.solution-content .img-introduce-box img{
	width: 3.4rem;
	height: 2.36rem;
}
.solution-introduce{
	position: absolute;
	top: 0;
	left: 0;
	width: 3.4rem;
	height: 2.36rem;
	background-color: #f6f8fa;
}
.solution-introduce p{
	line-height: 0.28rem;
	text-align: justify;
	text-indent: 0.28rem;
}
.solution-content .img-introduce-box img{
	transform: rotateY(0deg);
	transition: all 0.5s ease-in;
}
.solution-content .img-introduce-box:hover img{
	transform: rotateY(-90deg);
	cursor: pointer;
}
.solution-content .img-introduce-box .solution-introduce{
	transform: rotateY(90deg);
	transition: all 0.5s ease-in;
	opacity: 0;
}
.solution-content .img-introduce-box:hover .solution-introduce{
	transform: rotateY(0deg);
	opacity: 1;
	cursor: pointer;
}
.introduce-btn{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1.52rem;
	height: 0.36rem;
	border: none;
	background-color: #0065b8;
	color: #fff;
	border-radius: 0.18rem;
	outline: none;
	float: right;
}
.introduce-btn:hover{
	background-color: #00579f;
	cursor: pointer;
}
.contact-us-box{
	height: 5.39rem;
}
.contact-us-box .subtitle{
	letter-spacing: 0.04rem;
}
.contact-us-content{
	width: 100%;
	height: 2.34rem;
	box-shadow: 0 0 0.2rem rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 0.2rem rgba(0,0,0,0.2); /* 老的 Firefox */
}
.left-content{
	float: left;
	width: 7.59rem;
	height: 1.74rem;
	border-right: 0.01rem solid #eee;
	padding: 0.3rem 0.4rem;
}
.left-content h2{
	font-size: 0.18rem;
	margin-bottom: 0.2rem;
}
.left-content h5{
	font-size: 0.14rem;
	font-weight: normal;
	margin-bottom: 0.04rem;
}
.margin-top10{
	margin-top: 0.1rem;
}
.left-content .phone-number{
	font-size: 0.18rem;
	font-weight: bold;
	color: #00579f;
}
.left-content .dividing-line{
	font-size: 0.18rem;
	color: #bbb;
	margin: 0 0.2rem;
}
.left-content p{
	font-size: 0.14rem;
	margin-top: 0.1rem;
	color: #bbb;
}
.right-content{
	float: left;
	width: 2.8rem;
	height: 1.54rem;
	padding: 0.4rem;
}
.right-content p{
	font-size: 0.14rem;
	line-height: 0.28rem;
	margin: 0.27rem 0 0.1rem 0;
}
.right-content .appointment-btn{
	width: 1.2rem;
	height: 0.34rem;
	color: #00579f;
	border: 0.01rem solid #00579f;
	background-color: #fff;
}
.right-content .appointment-btn:hover{
	color: #fff;
	background-color: #00579f;
	cursor: pointer;
}
.footer{
	width: 100%;
	height: 0.78rem;
	background-color: #334966;
	text-align: center;
	padding: 0.6rem 0;
}
.friendship-links a{
	color: #fff;
}
.friendship-links a::after{
	content: "|";
	padding: 0 0.1rem 0 0.15rem;
}
.friendship-links a:last-child::after{
	display: none;
}
.friendship-links a:hover{
	text-decoration: underline;
}
.friendship-links span{
	color: #fff;
	margin: 0 0.1rem;
}
.footer p{
	color: #fff;
	cursor: default;
}
.footer p.keep-on-record{
	margin-top: 0.42rem;
}
.one-screen{
	position: fixed;
	bottom: 0;
}
.appointment{
	position: fixed;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 100;
	display: none;
}
.appointment-details{
	width: 40%;
	background-color: #fff;
	padding: 0.5rem;
	position: fixed;
	top: 50%;
	left: 50%;
}
.appointment-details i{
	position: absolute;
	font-size: 0.3rem;
	top: 0.2rem;
	right: 0.2rem;
	cursor: pointer;
	color: #ddd;
	-webkit-text-stroke: 0.02rem #fff; 
}
.appointment-details i:hover{
	color: #ccc;
}
.appointment-title h2{
	font-size: 0.2rem;
	margin-bottom: 0.05rem;
}
.appointment-title p{
	font-size: 0.14rem;
	color: #666;
	margin-bottom: 0.3rem;
}
.appointment-content .condition-box{
	width: 100%;
	height: 0.36rem;
}
.appointment-content .condition-textarea-box{
	height: 1.02rem;
}
.appointment-content .condition-box .label-box{
	float: left;
	width: 0.82rem;
	height: 0.36rem;
	line-height: 0.36rem;
	text-align: right;
}
.appointment-content .condition-box .label-box span{
	color: #ff5050;
	margin-right: 0.05rem;
}
.appointment-content .condition-box .btn-box{
	float: left;
}
.appointment-content .condition-box .btn-box .condition-input{
	width: 100%;
	height: 0.34rem;
	line-height: 0.34rem;
	border: 0.01rem solid #ddd;
	padding: 0 0.14rem;
}
.appointment-content .condition-box .btn-box .condition-textarea{
	height: 1.02rem;
	resize: none;
	outline: none;
}
.appointment-content .condition-box .btn-box .condition-textarea:focus,
.appointment-content .condition-box .btn-box .condition-input:focus{
	border: 0.01rem solid #00579f;
}
.margin-bottom20{
	margin-bottom: 0.2rem;
}
.warm-reminder{
	margin-left: 0.82rem;
}
.warm-reminder h2{
	font-size: 0.14rem;
	color: #666;
	font-weight: normal;
	margin-bottom: 0.1rem;
}
.warm-reminder p{
	color: #666;
	margin-bottom: 0.05rem;
}
.appointment-submission{
	margin-left: 0.82rem;
	padding-top: 0.15rem;
}
.appointment-submission .appointment-submission-btn{
	width: 1.2rem;
	height: 0.34rem;
	color: #00579f;
	border: 0.01rem solid #00579f;
	background-color: #fff;
}
.appointment-submission .appointment-submission-btn:hover{
	background-color: #00579f;
	color: #fff;
	cursor: pointer;;
}
.division{
	height: 2rem;
	overflow: hidden;
	position: relative;
	background-image: url(../../images/division.png);
}
.division-introduce{
	width: 12rem;
	height: 1.04rem;
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -0.52rem;
	left: 50%;
	margin-left: -6rem;
	color: #fff;
}
.division-introduce h2{
	font-size: 0.26rem;
	font-weight: normal;
	margin-bottom: 0.2rem;
}
.division-introduce p{
	font-size: 0.14rem;
	line-height: 200%;
}
.content-list{
	text-align: center;
}
.content-chart1{
	padding: 0.6rem 0 0.16rem;
}
.content-chart1 img{
	width: 10rem;
}
.introduction p{
	font-size: 0.16rem;
	line-height: 200%;
	text-indent: 0.32rem;
	text-align: justify;
}
.margin-bottom60{
	margin-bottom: 0.6rem;
}
.necessity{
	background-image: url(../../images/necessity.png);
	background-size: 100%;
	width: 100%;
	height: 6.45rem;
	margin: 0.1rem 0 0.6rem;
}
.necessity-text{
	padding: 0.8rem;
	color: #fff;
}
.necessity-text .title{
	width: 100%;
	height: 0.3rem;
	margin-bottom: 0.18rem;
}
.necessity-text p{
	font-weight: bold;
	font-size: 0.16rem;
	line-height: 0.4rem;
}
.necessity-text .title img{
	width: 0.28rem;
	height: 0.3rem;
	float: left;
	margin-right: 0.18rem;
}
.necessity-text .title h2{
	font-size: 0.24rem;
	float: left;
	height: 0.3rem;
}
.title-margin{
	margin-top: 0.3rem;
}
.orange{
	color: #f78f30;
}
.requirement-list{
	width: 100%;
	height: 0.66rem;
	margin-top: 0.24rem;
}
.requirement-icon{
	width: 0.6rem;
	height: 0.6rem;
	border: 0.03rem solid #f78f30;
	border-radius: 0.1rem;
	background-size: 0.36rem;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin-right: 0.3rem;
}
.icon-one{
	background-image: url(../../images/requirement1.png);
}
.icon-two{
	background-image: url(../../images/requirement2.png);
}
.icon-three{
	background-image: url(../../images/requirement3.png);
}
.icon-four{
	background-image: url(../../images/requirement4.png);
}
.requirement-content{
	float: left;
	padding: 0.04rem 0;
	border-bottom: 0.01rem solid #f78f30;
	width: 10.74rem;
}
.requirement-content h2{
	font-size: 0.16rem;
	margin-bottom: 0.04rem;
}
.requirement p{
	font-weight: bold;
}
.requirement-content p{
	text-indent: 0;
	font-weight: normal;
}
.content-chart2{
	padding: 0.6rem 0;
}
.content-chart2 img{
	width: 10rem;
}
.nav-btn{
	display: none;
}
@media (max-width: 640px){
	.width1200{
		width: 100%;
	}
	.nav-box{
		position: relative;
		z-index: 11;
		height: 0.4rem;
	}
	.logo{
		padding-top: 0.05rem;
		padding-left: 0.05rem;
	}
	.logo img{
		height: 0.3rem;
		width: auto;
	}
	.nav-btn{
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		height: 0.4rem;
		width: 0.4rem;
		text-align: center;
		line-height: 0.4rem;
		font-size: 0.2rem;
	}
	.nav-btn .fa{
		line-height:inherit;
		color: #00579f;
	}
	.nav{
		display: none;
		float: none;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		z-index: 2;
		height: auto;
	}
	.nav::after{
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		background-color: rgba(0,0,0,0.9);
	}
	.nav ul{
		position: relative;
		z-index: 1;
		padding: 0.1rem 0;
		background-color: #fff;
	}
	.nav ul li{
		float: none;
		position: relative;
		padding-top: 0;
		line-height: 0.3rem;
		font-size: 0.14rem;
		margin: 0 0.2rem;
	}
	.nav ul li a{
		border-bottom: 0.01rem solid #eee;
		padding: 0;
		line-height: 0.4rem;
	}
	.nav ul li.active a{
		border: none;
		border-bottom: 0.01rem solid #eee;
	}
	.nav ul li a::after{
		content: ">";
		position: absolute;
		right: 0;
		color: #00579f;

	}
	.banner{
		height: auto;
	}
	.banner ul{
		height: 1.4rem;
	}
	.left-right-tab{
		display: none;
	}
	.banner-tab{
		bottom: 0.1rem;
	}
	.banner-tab .dot{
		height: 0.03rem;
	}
	.width1340{
		width: 100%;
	}
	.title-box{
		padding: 0.1rem 0 0.1rem 0;
	}
	.main-title{
		font-size: 0.2rem;
	}
	.subtitle{
		font-size: 0.12rem;
	}
	.introduce{
		padding-top: 0.1rem;
		padding-left: 0.1rem;
		padding-right: 0.1rem;
	}
	.products-and-services-box{
		height: auto;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.specific-modules{
		height: auto;
		padding-top: 0.05rem;
	}
	.specific-modules ul li{
		width: 33.333333333333%;
		padding: 0.075rem 0;
	}
	.specific-modules ul li:last-child .modules-box{
		width: inherit;
	}
	.specific-modules ul li .modules-box{
		width: 100%;
		padding-left: 0;
	}
	.specific-modules ul li .modules-box span{
		padding-top: 0.1rem;
	}
	.news-center-box{
		height: auto;
	}
	.news-title-tab{
		height: 0.56rem;
	}
	.news-title-tab li h2{
		font-size: 0.14rem;
	}
	.news-title-tab li span{
		font-size: 0.12rem;
	}
	.news-title-tab::before{
			top: 0.55rem;
	}
	.news-title-tab li.active::after{
		width: 100%;
		left: 0;
		background-position: center;
		top: 0.50rem;
	}
	.news-content{
		height: auto;
	}
	.news-content-tab{
		background-size: cover;
		height: auto;
	}
	.news-content .about-gudun{
		height: auto;
		padding: 0.1rem 0;
	}
	.news-content .about-gudun img{
		width: 2rem;
		margin-left: 0.1rem;
		height: auto;
		margin-right: 0.1rem;
	}
	.news-content .about-gudun .about-gudun-introduce{
		width: 100%;
		float: none;
		padding: 0 0.1rem;
		box-sizing: border-box;
	}
	.news-content p{
		line-height: 180%;
		font-size: 0.13rem;
		text-indent: 0.26rem;
	}
	.news-content .about-company{
		padding: 0.1rem 0;
		height: auto;
	}
	.news-content .about-company img{
		width: 1rem;
		margin-right: 0.1rem;
		margin-left: 0.1rem;
		height: auto;
	}
	.news-content .about-company .about-company-introduce{
		float: none;
		margin-top: 0;
		width: inherit;
		padding: 0 0.1rem;
	}
	.news-content .about-industry{
		padding: 0.1rem 0;
		height: auto;
	}
	.news-content .about-industry img{
		width: 2rem;
		height: auto;
		margin-right: 0.1rem;
		margin-left: 0.1rem;
		padding-top: 0;
	}
	.news-content .about-industry .about-industry-introduce{
		width: inherit;
		float: none;
		padding: 0 0.1rem;
	}
	.news-content .about-industry-introduce h2{
		font-size: 0.16rem;
		margin-bottom: 0.05rem;
	}
	.solution-box,.solution-list{
		height: auto;
	}
	.solution-list{
		box-sizing: border-box;
		padding: 0.1rem 0.1rem 0 0.1rem;
	}
	.solution-content{
		float: none;
		width: 100%;
		height: auto;
		padding: 0.2rem;
		box-sizing: border-box;
		margin-bottom: 0.1rem;
	}
	.solution-content h2{
		font-size: 0.18rem;
		margin-bottom: 0.1rem;
	}
	.solution-content .img-introduce-box{
		width: 100%;
	}
	.solution-content .img-introduce-box img{
		width: 100%;
	}
	.solution-content-center{
		border: 0.01rem solid #ccc;
	}
	.contact-us-box{
		height: auto;
	}
	.contact-us-content{
		height: auto;
	}
	.left-content,.right-content{
		width: inherit;
		float: none;
		height: auto;
		padding: 0.15rem;
		box-sizing: border-box;
	}
	.left-content h2{
		margin-bottom: 0.1rem;
	}
	.left-content .phone-number{
		font-size: 0.14rem;
	}
	.left-content .dividing-line{
		margin: 0 0.05rem;
	}
	.right-content{
		display: none;
	}
	.right-content p{
		margin: 0.15rem 0 0.1rem 0;
	}
	.right-content .appointment-btn{
		display: none;
	}
	.footer{
		height: auto;
		padding: 0.3rem 0.1rem;
		box-sizing: border-box;
	}
	.friendship-links a{
		line-height: 200%;
		display: inline-block;
		margin: 0 0.1rem;
	}
	.friendship-links a::after{
		content: "";
		padding: 0;
	}
	.footer p.keep-on-record{
		margin-top: 0.1rem;
	}
}