﻿@charset "UTF-8";
	.landing {
	height:100%
}
// .landing .banner {
// 	position:fixed;
// 	width:100%;
// 	height:100%;
// 	background:url("../../img/bg.jpg") no-repeat;
// 	background-size:cover;
// 	z-index:-1
// }
.landing .header {
	width:100%;
	min-width:1200px;
	height:60px;
	line-height: 60px;
	background: #33373E;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
	color: #fff;
	overflow:hidden
}
.landing .header .header-content {
	width:1200px;
	margin:0 auto;
	//height:50px
}
.landing .header .header-content .header-left {
	//width:450px;
	line-height:60px;
	height:60px;
	overflow:hidden;
	float:left
}
.landing .header .header-content .header-left .header-img {
	display:block;
	width:184px;
	// height:60px;
	// line-height:60px;
	float:left;
}
.header-img img{
    float:left;
    width: 34px;
    height: 34px;
    padding: 14px 0;
    margin-right: 5px;
}
.landing .header .header-content .header-left .header-img h1 {
	display: inline-block;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
}

.landing .header .header-content .header-guide {
	//width:300px;
    display: inline-block;
	height:60px;
	line-height:60px;
	font-size:18px;
	margin-right:40px
}
.landing .header .header-content .header-guide .index-item:hover,.landing .header .header-content .header-guide .news-item:hover,.landing .header .header-content .header-guide .about-item:hover {
	background: #16A085;
	color:#fff;
}
.landing .header .header-content .header-guide a {
	display: inline-block;
	text-decoration:none;
	color:#fff;
	padding: 0 20px;
}
.header-guide a.on{
	background: #16A085;
}
.landing .header .header-content .header-right {

	height:60px;
	line-height:60px;
	float:right;
	font-size: 18px;
    color: #16A085;
}
.header-btn{
	display: inline-block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #FF9800;
	border-radius: 4px;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 30px;
    cursor: pointer;
}
.landing .header .header-content .header-right .header-mobile-icon {
	width:22px;
	height:22px;
	background:url("../../img/nav_tel.png");
	background-size:cover;
	float:left;
	margin:20px 5px 0 0
}
.landing .content {
	min-height:873px;
	position:relative;
	min-width:1220px;
	background: url(../../img/bg.jpg) no-repeat;
	background-size:cover;
}
.landing .content .content-box {
	padding:10px;
	width:1200px;
	height:534px;
	position:absolute;
	top:50%;
	margin-top:-277px;
	left:50%;
	margin-left:-610px
}
.landing .content .content-box .box-left,.landing .content .content-box .box-right {
	height:534px;
	border-radius:8px;
	background-color:#fff
}
.landing .content .content-box .box-left {
	float:left;
	width:762px;
	overflow:hidden
}
.landing .content .content-box .box-left .slider-content {
	width:762px;
	height:504px;
	padding-top:30px;
	position:relative
}
.landing .content .content-box .box-left .slider-content .slider-item {
	width:762px;
	height:504px;
	position:absolute;
	display:none;
	opacity:0
}
.landing .content .content-box .box-left .slider-content .slider-item .item-title {
	height:30px;
	margin-left:30px;
	line-height:30px
}
.landing .content .content-box .box-left .slider-content .slider-item .item-title .string {
	width:4px;
	height:30px;
	border-radius:2px;
	margin-right:10px;
	background-color:#3ce0a8;
	float:left
}
.landing .content .content-box .box-left .slider-content .slider-item .item-title .module_name {
	font-size:24px;
	color:#333;
	margin-right:10px
}
.landing .content .content-box .box-left .slider-content .slider-item .item-title .module_desc {
	font-size:16px;
	color:#333
}
.landing .content .content-box .box-left .slider-content .slider-item .item-img {
	width:700px;
	height:384px;
	box-shadow:0 5px 20px 0 rgba(8,20,16,0.15);
	margin-left:30px;
	margin-top:30px
}
.landing .content .content-box .box-left .slider-content .slider-item .item-img img {
	width:700px;
	height:384px
}
.landing .content .content-box .box-left .slider-content .slider-footer {
	width:240px;
	height:10px;
	line-height:10px;
	position:absolute;
	bottom:20px;
	left:261px;
	overflow:hidden;
	z-index:3
}
.landing .content .content-box .box-left .slider-content .slider-footer .slider-dot {
	width:29%;
	height:10px;
	background-color:rgba(60,224,168,0.3);
	border-radius:5px;
	float:left;
	margin-right:10px;
	cursor:pointer;
	transition:all .5s linear
}
.landing .content .content-box .box-left .slider-content .slider-footer .slider-dot.active {
	//width:24px;
	background-color:#3ce0a8;
	border-radius:5px;
	opacity:1
}
.landing .content .content-box .box-right {
	float:right;
	width:398px
}
.landing .content .content-box .box-right .box-form {
	width:300px;
	height:426px;
	margin-top:104px;
	margin-left:48px
}
.landing .content .content-box .box-right .box-form .form-title {
	width:100%;
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:18px;
	color:#3ce0a8
}
.landing .content .content-box .box-right .box-form .form-content {
	width:100%;
	box-sizing:border-box;
	padding-top:13px;
	height: 238px;
}
.landing .content .content-box .box-right .box-form .form-content .content-mobile,.landing .content .content-box .box-right .box-form .form-content .content-yzm,.landing .content .content-box .box-right .box-form .form-content .content-password {
	position:relative;
	margin-top:25px
}
.landing .content .content-box .box-right .box-form .form-content .mobile-img {
	background:url("../../img/icon_tel.png") no-repeat
}
.landing .content .content-box .box-right .box-form .form-content .yzm-img {
	background:url("../../img/icon_yzm.png") no-repeat
}
.landing .content .content-box .box-right .box-form .form-content .password-img {
	background:url("../../img/icon_password.png") no-repeat
}
.landing .content .content-box .box-right .box-form .form-content .mobile-img,.landing .content .content-box .box-right .box-form .form-content .password-img,.landing .content .content-box .box-right .box-form .form-content .yzm-img {
	width:22px;
	height:22px;
	top:9px;
	left:10px;
	background-size:cover;
	position:absolute
}
.register-info-l{
	float: left;
	color: #FF9800;
}
.register-info-r{
   float: right;
}
.register-info-r,.register-info-l{
	margin: 20px 0 15px;
	font-size: 12px;
	cursor: pointer;
}
.register-info-r span{
	color: #FF9800;
}
#landing-password,#landing-password1 {
	border-radius:0
}
.yzm,.landing .content .content-box .box-right .box-form .form-content #landing-mobile,.landing .content .content-box .box-right .box-form .form-content #landing-password,#landing-password1 {
	height:40px;
	width:300px;
	text-indent:40px;
	outline:0;
	border:0;
	border-bottom:1px solid #eaecef;
	font-size:14px;
	color:#333
}
.content-yzm-t{border-bottom:1px solid #eaecef;}
.yzm{width:150px;border: none;}
.yzm-btn{color: #16A085;background: #fff; outline: none;border: none;float: right;height: 40px;cursor: pointer;}
.landing .content .content-box .box-right .box-form .form-content #landing-mobile:-moz-placeholder,.landing .content .content-box .box-right .box-form .form-content #landing-email:-moz-placeholder,.landing .content .content-box .box-right .box-form .form-content #landing-password:-moz-placeholder {
	color:#949aa4
}
.landing .content .content-box .box-right .box-form .form-content #landing-mobile::-webkit-input-placeholder,.landing .content .content-box .box-right .box-form .form-content #landing-email::-webkit-input-placeholder,.landing .content .content-box .box-right .box-form .form-content #landing-password::-webkit-input-placeholder {
	color:#949aa4
}
.landing .content .content-box .box-right .box-form .form-content #landing-mobile:-ms-input-placeholder,.landing .content .content-box .box-right .box-form .form-content #landing-email:-ms-input-placeholder,.landing .content .content-box .box-right .box-form .form-content #landing-password:-ms-input-placeholder {
	color:#949aa4
}
.landing .content .content-box .box-right .box-form .form-content .error-text {
	color:#ff2736;
	margin:8px 0;
	height:12px;
	line-height:12px;
	visibility:hidden;
	text-indent:40px
}
.landing .content .content-box .box-right .box-form .form-content .error-text.active {
	visibility:visible
}
.landing .content .content-box .box-right .box-form .form-submit {
	width:100%;
	height:50px;
	background: #FF9800;
	box-shadow:0 4px 30px 0 rgba(46,157,119,0.2);
	border-radius:4px;
	font-size:16px;
	color:#fff;
	text-align:center;
	line-height:50px;
	cursor:pointer;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none
}
// .landing .content .content-box .box-right .box-form .form-submit:hover {
// 	background-color:#50e3b1
// }
// .landing .content .content-box .box-right .box-form .form-submit:active {
// 	background-color:#36c997
// }
@media(max-height:800px) {
	.landing .content {
	min-height:680px
}
}@media(min-height:984px) {
	.landing .content {
	height:calc(100% - 70px - 40px)
}
}.landing .footer {
	height:60px;
	line-height:60px;
	width:100%;
	text-align:center;
	font-size:14px;
	color:#fff;
	background: #33373E;
}
#zhichi-service {
	top:140px;
	margin-top:0
}
.content-role{
	width: 1200px;
	margin:30px auto 70px;
	text-align: center;
	color: #757575;
}
.content-role>div>h3{
    font-size: 24px;
    color: #16A085;
    font-weight: normal;
} 
.content-role>div>p{
    font-size: 18px;
    margin: 20px 0 60px;
} 
.content-role>div>ul{
	display: flex;
	justify-content: space-around;
}
.content-role>div>ul>li{
	width: 272px;
	height: 330px;
	padding-top: 30px; 
	text-align: center;
	border: 1px solid #979797;
	border-radius: 6px;
	cursor: pointer;
}
.content-role>div>ul>li:hover,.content-role>div>ul>li.active{
    background: #16A085;
    color: #fff;
}
.content-role>div>ul>li:hover h3,.content-role>div>ul>li.active h3{
    color: #fff;
}
.content-role>div>ul>li h3{
	font-size: 24px;
	color: #16A085;
	font-weight: normal;
	margin-bottom: 24px;
}
.content-role>div>ul>li p{
	font-size: 15px;
	line-height: 50px;
}
/*ÆóÒµºÏ×÷*/
.content-company{
	background: #ecf0f1;
}
.content-company>div{
	width: 1200px;
	margin:30px auto 0;
	text-align: center;
	color: #757575;
}
.content-company h2{
	color: #16A085; 
	padding: 30px 0 50px;
	font-size: 24px;
} 
.content-company img{
	width: 100%;
}
.content-info{
	color: #fff;
	background: #16A085; 
	text-align: center;
	padding: 15px 0;
	line-height: 35px;
    font-size: 18px;
}

.about{
	height: 250px;
	overflow: hidden;
	position: relative;
	background: url(../../img/bg.jpg) no-repeat;
	background-size: cover;
	text-align: center;
}
.about h3{
	margin-top: 100px;
	font-size: 36px;
	font-weight: 300;
	color: #fff;
}
.about-us{
	width: 1200px;
	margin:30px auto 70px;
	color: #757575;
}
.about-us h3{
	margin-top: 40px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 28px;
}
.about-us p{
	line-height: 30px;
}
.fixed{
	position: fixed;
	bottom: 0;

}

   
/* popup*/
.loading_line {position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 9999; display: table; visibility: hidden; background: rgba(0, 0, 0, 0.49); text-align: center; }
.loading_line .popup_box {width: 351px; background: #fff; margin: auto; border: 2px #cacaca solid; position: relative; }
.loading_line .popup_title {width: 95%; margin: auto; border-bottom: 0.07em solid #cacaca; height: 35px; line-height: 35px; text-align: left; }
.loading_line .popup_title:before {content: ""; line-height: 30px; padding-left: 5px; color: #fe5555 }
.popup_title em {display: block; width: 30px; height: 30px; float: right; background: #fc5241; color: #fff; text-align: center; margin: -15px -20px 0 0px; border-radius: 20px; line-height: 30px; }
.loading_line .popup_txt {text-align: center; width: 75%; margin: auto; padding: 20px 0; font-size: 14px;}
.loading_line .popup_btn {text-align: center; height: 38px; line-height: 38px; width: 100%; margin: 15px 0 20px 0; }
.popup_btn>span {width: 100px; display: inline-block; height: 35px; line-height: 35px; text-align: center; color: #fff; margin: 0 1%; border-radius: 5px; background: #16a086; cursor: pointer; }
.popup_btn>span.popup_false{margin-right: 50px;background-color: #fff;color: #16a085;border: 1px solid #16a085;}
.loading_line .closeline {width: 40px; display: none; float: right; height: 32px; }
.box-middle{position: static; display: table-cell; vertical-align: middle;} 
.popup_txt>div>p{text-align: left;line-height: 25px;}
.show-popup{visibility: visible;}