/*初始样式*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
html {
	font-family: "microsoft yahei";
	font-weight: 400;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd {
	margin: 0;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	/*font-size: 14px;*/
	font-weight: normal;
	font-weight: 400;
}

em, i {
	font-style: normal;
	font-weight: 400;
}

strong {
	font-weight: normal;
	font-weight: 400;
}

ul, ol {
	padding: 0;
	list-style: none;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}
body{
	background-color: #f6f8fc;
}
/*初始样式结束*/
/*导航位置*/


.navigation_content_box{
	width: 100%;
	background-color: #fff;
}
.navigation_content{
	width: 1100px;
	height: 55px;
	margin: 0 auto;
	position: relative;
}

.navigation_box{
	float: left;
	height: 55px;
	margin-left:60px;
}
.navigation_box a{
	float: left;
}
.navigation_list{
	width: 70px;
	margin-left: 50px;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 55px;
		color: #333;
	position: relative;

}
.navigation_list:hover{
	color: #ff4240;
}
.entry_box{
	width: 160px;
	float: right;
	margin-top: 7px;
}



/*导航位置结束*/




/*2.1新加头部*/
.navigation_line{
	width: 100%;
	position:absolute;
	bottom: 0;
	height: 2px;
	background-color: #ff5b59;
	display: none;
}
.top_navigation{
	width: 100%;
	height: 30px;
	background-color: #f6f6f6;

}
.top_navigation_content{
	width: 1200px;
	margin:0 auto;
}
.top_left{
	font-size: 12px;
	float: left;
	color: #333;
	line-height: 30px;
	font-weight: 500;
}
.top_right{
	float: right;
	font-size: 12px;
	color: #333;
	line-height: 30px;
	font-weight: 500;
}
.top_right:hover{
	color: #5D6CFB;
}
.wx_icon{
	margin-top:8px;
	float: left;
	margin-right:4px;
}
.identity{
	float: right;
		font-size: 12px;
	color: #333;
	line-height: 30px;
	margin-left: 30px;
}
    .top_right{
    	width:93px;
        position: relative;
		cursor: pointer;
    }
    .top_right img{

    	float: left;
    	margin:7px 4px 0 10px;
    }
    /* .top_right:hover{
        background: #c3c2c2;
    } */
    .top_right:hover .wx{
        top: 30px;
        opacity: 1;
    }
    .wx{
        width: 100px;
        height: 100px;
        position: absolute;
        top: -100px;
        z-index: 99;
        left: -15px;
        transition: 0.6s;
        opacity: 0;
    }
    .wx img{
        width: 100px;
        height: 100px;
        display: block;
    }
/*2.1新加导航条结束*/
.navigation_content_box{
	width: 100%;
	background-color: #fff;
}
.navigation_content{
	width: 1100px;
	height: 55px;
	margin: 0 auto;
	position: relative;
}
.navigation_logo{
	width: 150px;
	float: left;
	margin-top: 9px;

}
.navigation_logo img{
	width: 100%;
	display: block;
}
.navigation_box{
	float: left;
	height: 55px;
	margin-left:60px;
}
.navigation_box a{
	float: left;
}

.entry_box{
	width: 160px;
	float: right;
	margin-top: 10px;
}
.entry_btn{
	float: right;
	width: 60px;
	height: 35px;
	border-radius: 2px;

	cursor: pointer;
}
.entry_btn img{
	width: 12px;
	height: 12px;
	display: block;
	float: left;
	margin:10px 7px 0;
}
.entry_btn span{
	color: #ff4f4d;
	line-height: 35px;
	font-size: 12px;
}

.enroll_btn{
	float: left;

	height: 35px;
	border-radius: 2px;

	cursor: pointer;
}
.enroll_btn img{
	width: 12px;
	height: 12px;
	display: block;
	float: left;
	margin:10px 7px 0;
}
.enroll_btn span{

	line-height: 35px;
	font-size: 12px;
}

	.enroll_btn{
		width: 80px;
		background: #538ffc;

		color: #fff;
		text-align: center;
	}
	.enroll_btn span{
		color: #fff;
	}
	.entry_btn{

		border:1px solid #e7e9ec;
		color: #828796;
		text-align: center;
	}
	.entry_btn:hover{
		background: #538ffc;
		color: #fff;
		border: none;

	}
	.entry_btn:hover span{

		color: #fff;
	}

	.enroll_btn:hover{
		background: #216cf5;
		color: #fff;
		border:none;
	}
	.enroll_btn:hover span{

		color: #fff;
	}
	.entry_btn span{
		color: #828796;
	}
/*导航位置结束*/

/*用户手机号以及管理中心*/
 .user_phone {
    float: left;
    font-size: 14px;
     line-height: 50px;
    margin-left: 100px;
    width: 98px;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}.administration_center{
	float: left;
	margin-left: 5px;
	font-size: 14px;
	line-height: 55px;
		color: #333;
		cursor: pointer;
}
.administration_center:hover{
	color: #ff4240;
}
/*用户手机号以及管理中心结束*/

/*登录窗*/
.entry_alert{
	width: 738px;
	height: 441px;
	background-color: #fff;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border-radius: 14px;
	display: none;
}
.entry_alert_title{
	width: 100%;
	height: 50px;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	color: #333;
	/* background-color: #f3f3f3; */
	position: relative;
	/* font-weight: bold; */
}
.entry_input_box{
	width: 350px;
	margin: 45px auto 0;
}
.entry_input{
	width: 400px;
	margin-top: 30px;
}
.entry_input input{
	width: 250px;
	height: 32px;
	border-radius: 3px;
	 border: solid 1px #d8d8d8;
	outline: none;
	padding-left: 10px;
}
.entry_name{
	width: 48px;
	text-align: right;
	font-size: 14px;
	color: #333333;
	float: left;
	margin-right: 10px;
	line-height: 34px;
}
.entry_button{
	width: 260px;
	height: 40px;
	margin-top: 30px;
	margin-left: 155px;
	border-radius: 2px;
	background-color: #4579FF;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.entry_name_hint{
	margin-left: 60px;
	margin-top: 4px;
	font-size: 14px;
	color: #ff4f4d;


}
.enroll_a-r{
	width: 369px;
	margin-left: 30px;
	margin-top: 40px;
}
.login-a-t{
	font-size: 18px;
	font-weight: bold;
	color: #383838;
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 30px;
	align-items: center;
}
.login-icon-l{
	width: 43px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex: 0 0 auto;
}
.login-icon-l::after{
	content: '';
	width: 1px;
	height: 14px;
	background: #d8d8d8;
	position: absolute;
	right: 0;
}
.login-icon-l img{

}

.entry_turnoff{
	
	cursor: pointer;
}
.entry_turnoff img{
	width: 24px;
	height: 24px;
	display: block;
}
.login-a-i{
	width: 100%;
	height: 45px;
	border: 1.36px solid #dddddd;
	border-radius: 5px;
	display: flex;
	margin-top: 15px;
}
.login-icon-r {
	display: flex;
	flex-grow: 1;
	margin-left: 15px;
}
.login-icon-r input{
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: none;
	outline: none;
	color: #596178;
}

.login-icon-r input[type="button"]{
	width: 180px;
	cursor: pointer;
	color: #4579FF;
}
.login-protocol{
	margin-top: 15px;
}
.login-btns{
	width: 350.77px;
	height: 46.15px;
	background: #2249e7;
	border-radius: 3.85px;
	line-height: 46.15px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 30px auto 0;
	cursor: pointer;
}
.aleary-user{
	font-size: 16px;
	color: #596178;
	width: 350.77px;
	text-align: center;
	margin:20px auto 0;
	cursor: pointer;

}

/*登录窗结束*/

/*注册窗*/
.enroll_alert{
	width: 677px;
	height:441px;
	background-color: #fff;
	position: fixed;
	z-index: 9991;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border-radius: 14px;
	display: none;
}
.enroll_a-l{
	width: 247px;
}
.enroll_a-l img{
	width: 100%;
	height: 385px;
}
.login-alert-c{
	display: flex;
}
.enroll_name{
	width: 48px;
	text-align: right;
	font-size: 14px;
	color: #333333;
	float: left;
	margin-right: 10px;
	line-height: 32px;
}
.enroll_input_box{
	width: 350px;

	margin: 0 auto;
}
.enroll_input{
	width: 480px;
	margin-top: 25px;
}
.enroll_input input{
	width: 250px;
	height: 32px;
	border-radius: 4px;
	border: solid 1px #d8d8d8;
	outline: none;
	padding-left: 10px;
	font-size: 14px;
}


#idcode1{
	width: 100px;
	height: 38px;
	border-radius: 4px;
	border: solid 1px #ff4f4d;
	outline: none;
	background: none;
	text-align: center;
	font-size: 14px;
	color: #ff4f4d;
	margin-left: 10px;
	cursor: pointer;
	  padding-left: 1px;

}
.enroll_protocol{
	width: 500px;
	margin-left: 66px;
	margin-top:30px;
}
.enroll_protocol_btn{
	width: 15px;
	height: 15px;
	float: left;
	margin-right: 10px;
	position: relative;
}
.enroll_protocol_btn img{
	width: 15px;
	height: 15px;
}
.protocol_txt{
	width: 300px;
	font-size: 12px;
	color: #333;
	cursor: pointer;
}
#protocol_checked{
	position: absolute;
	width: 15px;
	height: 15px;
	top: -1px;
	left: -3px;
	cursor: pointer;
	opacity: 0;
}
.enroll_button{
	width: 220px;
	height: 40px;
	margin-top: 40px;
	margin-left:65px;
	border-radius: 2px;
	background-color: #ff4f4d;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.enroll_name_hint{
	margin-left: 60px;
	margin-top: 4px;
	font-size: 14px;
	color: #ff4f4d;
}

/*注册窗结束*/

/*协议窗口*/
.protocol_alert{
	width: 670px;
	height: 600px;
	background-color: #fff;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border-radius: 4px;
	display: none;


}
.protocol_content{
	width: 640px;
	height: 400px;
		overflow-y: scroll;
	margin:20px auto 0;
}
.protocol_button{
	width: 220px;
	height: 40px;
	margin: 0 auto;
	margin-top: 40px;

	border-radius: 2px;
	background-color: #ff4f4d;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

/*协议窗口结束*/

/*遮罩*/
.enroll_zhezhao{
	width: 100%;
	background-color: #000;
	opacity: 0.3;
	position: fixed;
	top: 0;
	z-index: 800;
	display: none;
}
/*遮罩*/
/*底部备案样式*/
.footer_box{
	width: 1100px;
	margin: 0 auto;
}
footer{
	width: 100%;
	height: 170px;
	background-color: #333333;
}
.footer_left{
	margin-top: 20px;
	float: left;
}
.footer_left_txt{
	width: 700px;
	font-size: 12px;

	color: #b3b5ba;
	margin-top: 10px;
}

.footer_right_box{
	float: left;
	margin-top: 20px;
	margin-left:70px;
}
.footer_right_box li{
	color: #b3b5ba;
	font-size: 12px;
	margin-top: 8px;
}
.footer_img{
	width: 100px;
	height: 100px;
	float:right;
	margin-top: 28px;
}
.footer_img img{
	width: 100px;
	height: 100px;
	display: block;
}
/*底部备案样式结束*/

/*首页内容样式*/
.preview_btn a{color:#fff;}
.fengmian{display:block !important;position: absolute;top:59px;width:215px !important;height:164px;margin-left:12px;}
.fengmian{display:block !important;position: absolute;top:59px;width:215px !important;height:376px;margin-left:12px;}
.home_page_banner{
	width: 100%;

}
.home_page_banner img{
	width: 100%;
	display: block;

}
.home_page_content{
	width: 1200px;
	margin-top: 0 auto;
}
.home_page_content img{
	width: 100%;

	display: block;
}
.home_page_bg{
	width: 100%;
	padding-bottom: 100px;
	background-size: cover;

}
.home_page_list_box{
	width: 1100px;
	margin:0 auto;
}
.home_page_title{
	margin:30px 0 40px 0;
}
.home_page_list_title{
	float: left;
	font-size: 18px;
	color: #333;
	line-height: 40px;
}
.home_page_list_btn{
	cursor: pointer;
	width: 180px;
	height: 40px;
	border-radius: 4px;
	background-color: #ff4f4d;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	float: right;
}
.home_page_menu{
	width: 260px;
	height: 180px;
	/*background: url(../img/menu_bg.png);*/
	cursor: pointer;
	border-radius: 2px;
	position: relative;
	float: left;
	margin:10px 7px;
}
.home_page_menu_txt{
	position: absolute;
	background-color: #000;
	bottom: 0;
	height: 40px;
	width: 100%;
	line-height: 40px;
	color: #fff;
	opacity: 0.8;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;

}
.home_page_shade{
	width: 260px;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.7;
	z-index: 2;
	display: none;
}
.home_page_ewm{
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 3;
	left:80px;
	top: 40px;
	display: none;

}
.home_page_ewm img{
	width: 100px;
	height: 100px;
	display: block;
}
.home_page_menu:hover .home_page_shade{
	display: block;
}
.home_page_menu:hover .home_page_ewm{
	display: block;
}
.home_page_menu:hover .home_page_menu_txt{
	display: none;
}
/*首页内容样式结束

/*精彩案例样式*/

/*精彩案例样式结束*/

/*创建1的样式*/

/*创建1的样式*/

/*创建2*/

/*创建2结束*/


/*创建3样式*/

/*创建3样式结束*/

/*常见问题*/

/*常见问题结束*/


/*关于我们*/
/*关于我们结束*/

/*管理中心*/
/*管理中心结束*/

/*用户协议*/
.xieyi_box{
width: 1100px;
margin: 0 auto;

}
.xieyi_title{
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 30px;
}
.xieyi_content{
	width: 900px;
	margin: 10px auto 0;
}



.identity{line-height:30px !important;}

.problem_box{
    position: relative;
}

.problem_right{
    float: right;
    min-height:
}


    .lfy_bg{
        width: 100%;
        height:100%;
        display: block;
    }
    li{
        list-style: none;
    }

    a{
        color:#333;
    }

/*2.8新登录*/
.login1_box{
	width: 460px;
	height: 500px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
	z-index: 900;
	display: none;

}
.login2_box{
	width: 100%;
	height: 400px;
	/*box-shadow: 0 0 15px #e9ecf1;*/
	background: #fff;
	border-radius: 2px;
	margin-top: 50px;
}
.login_turanoff{
	position: absolute;
	top: 5px;
	right: 0;
	width: 30px;
	cursor: pointer;
}
.login1_img{
	width: 240px;
	margin:0 auto;
}
.login1_img img{
	width: 100%;
	display: block;
}
.login_tabf{
	width: 49.8%;
	float: left;
	text-align: center;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	cursor: pointer;


}
.login_tabr{
	width: 49.8%;
	float: right;
	text-align: center;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	cursor: pointer;


}
.pitch2{
	color: #333;
	background: #fafafa;
	border-right:1px solid #ececec;
	border-bottom:1px solid #ececec;
	border-top: 2px solid #fafafa;

}
.pitch1{
	color: #538ffc;
	background: #fff;
	border-top: 2px solid #538ffc;
}
.tel_login_box{
	width: 320px;
	margin:15px auto 0;
	border-bottom: 1px solid #eff2f5;
	height: 45px;
}
.tel_input{
	width: 100%;
	height: 45px;
	border:none;
	outline: none;
	background: none;
	font-size: 14px;
	color: #333;
	text-indent: 10px;
}
.tel_input1{
	width: 50%;
	height: 45px;
	border:none;
	outline: none;
	background: none;
	font-size: 14px;
	color: #333;
	text-indent: 10px;
}
.forget{
	float: right;
	font-size: 14px;
	margin-top: 20px;
	margin-right: 70px;
	color: #ff4f4d;
	clear: both;
}
.login1_btn{
	width: 320px;
	height: 40px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	background: #538ffc;
	margin: 35px auto 0;
	cursor: pointer;
}
.login_erm_box{
	width: 240px;
	height: 240px;
	margin: 35px auto 20px;
}
.login_erm_box img{
	width: 100%;
}
.ewm_txt1{
	text-align: center;
	color: #657483;
	font-size: 14px;
}

.zhuce_yzbtn{
	width: 90px;
	height: 35px;
	text-align: center;
	font-size: 14px;
	color: #538ffc;
	outline: none;
	border: none;
	background: #f4f4f4;
	float: right;
	cursor: pointer;
}

/*IE兼容遮罩和弹窗*/
.zz001{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.zz001_alert{
  background: #fff;
  width: 620px;
  height: 400px;
  position: absolute;
  z-index: 1001;
  text-align: center;
}
.alert001_img{
  width: 132px;
  height: 106px;
  margin: 40px auto;
  display: block;
}
.alert001_txt{
  text-align: center;
  width: 450px;
  margin: 10px auto 40px;
}
.alert001_btn{
  color: #538ffc;
  display: inline-block;
  width: 150px;
  height: 40px;
  border: 1px solid #538ffc;
  text-align: center;
  line-height: 40px;
}
.alert001_btn1{
  margin-left: 20px;
}
.footList{
	width: 975px;
	margin: 5px 0 0 -15px;
}
.footList li a{
	float: left;
	color:#949598;
	font-size:12px;
	margin-left: 15px;
	margin-top: 5px;
}
.footList li a:hover{
	color: #fff;
}
.footList li:first-child a:hover{
	color: #949598;
}
.about_we{
	width: 1100px;
	margin: 0 auto;
}
.about_we_txt{
	width: 1050px;
	margin: 0 auto;
	font-size: 14px;
	color:#333;
	margin-bottom: 50px;
}

.give-vip{
	width: 70px;
	font-size: 12px;
	border-radius: 10px 10px 10px 0;
	height: 20px;
	position: absolute;
	top: -12px;
	  right: -19px;
	  background-image: linear-gradient(to right, #e82222 , #fe724e);
  }
  .give-vip p{
	zoom: 0.9;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
  }

