*{
	padding:0;
	margin:0;
	font-size:16px;
	font-family:"微软雅黑";
}
ul{
	list-style-type:none;
}
a{
	text-decoration:none;
}
img{
	width: 100%;
	border:0;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.cl{
	clear: both;
}
/* header */
.header{
	height:80px;
	width:100%;
	background:#fff;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
}
.banner{
	margin-top: 80px;
}
.header .header_center{
	width: 1200px;
	height:80px;
	margin:0 auto;
	/*margin-left: 5%;*/
}
.header .header_center .header_center_logo{
	width:16%;
}
.header .header_center .header_center_logo img{
	margin-top:12%;
}
.header .header_center .header_center_input{
	width:8%;
	background:#01a7ec;
	font-size: 1rem;
	color:#fff;
	text-align: center;
	border-radius:2rem;
	padding: 0.4rem;
	margin-top:2.5%;
	cursor:pointer;
}
.header .header_center .header_center_menu{
	width:54%;
	margin-left: 2%;
}
.header .header_center .header_center_menu ul{
	margin-top:35px;
}
.header .header_center .header_center_menu ul li{
	float: left;
	width:13.5%;
	text-align: center;
}
.header .header_center .header_center_menu ul li a{
	color:#333;
	font-size:1.05rem;
}
.header_hover{
	color:#01a7ec;
}
.header-phone{
	width: 18%;
	float:right;
	padding-top:2.3%;
	font-weight: 550;
	font-size:1rem;
	color:#01a7ec;
}
.header-phone span{
	font-weight: 550;
	font-size:1rem;
	padding-left: 3px;
	color:#01a7ec;
}
/* footer */
.footer{
	height: 450px;
    background: #2c2c2c;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width:60%;
}
.lxwm_container{

}
.code_img{
	width:120px;
	margin:15px auto;
}
.code_txt{
	color:#999;
	text-align:center;
}
.lxwm_txt ul{
	list-style-type: none;
}
.lxwm_txt ul li{
	color:#888;
	line-height: 40px;
}
.add_txt ul li{
	color:#888;
	line-height: 40px;
}
.lxwm_con{
	padding-top: 80px;
	padding-bottom: 50px;
	border-bottom: 1px solid #1f1f1f;
}
.copy{
	margin-top:20px;
	color:#999;
	font-size:14px;
	text-align: center;
}
.col-lg-3 {
    width: 25%;
    float: left;
}
.friends{
	width:560px;
	margin:30px auto;
}
.friends ul{
	list-style-type: none;
}
.friends ul li{
	float: left;
	width:100px;
	text-align: center;
}
.friends ul li a{
	color:#999;
	font-size:14px;
}
.friends_line{
	border-right: 1px solid #999;
}
.lxwmborderright{
	width:24%;
	border-right:1px solid #1F1F1F;
}
.tel{
	color:red;
	margin:24px 0 0 24px;
	font-size:22px;
}
/* 试用申请 */
.trialform{
	position:fixed;
	top:30%;
	left:35%;
	width:500px;
	height:363px;
	background:#fff;
	display:none;
	z-index:9999999999;
	border-radius:20px;
	padding:10px;
	border:1px solid #eee;
}
.trialform_ul{
	margin-top:10px;
}
.trialform_ul h1{
	font-size:22px;
	font-weight:normal;
	font-family: "微软雅黑";
	text-align: center;
}
.trialform_ul_li{
	height:40px;
	line-height:40px;
	margin:20px auto;
}
.trialform_ul_li_name{
	margin-left:3rem;
}
.trialform_ul_li_name span{
	color:red;
	margin-right:1rem;
}
.trialform .submit{
	width:75%;
	height:40px;
	line-height:40px;
	text-align: center;
	color:#fff;
	background:#4B9CE3;
	border-radius:10px;
	cursor:pointer;
	margin:0 auto;
}
.trialform .submit2{
	height:30px;
	line-height:30px;
	text-align: center;
	color:#fff;
	background:#4B9CE3;
	border-radius:10px;
	cursor:pointer;
	margin:0 2rem 0 1rem;
	padding:5px;
}
.trialform_ul_li_input{
	margin-right: 4rem;
}
.trialform_ul_li_input input{
	display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.close{
	position:absolute;
	right: 36px;
    top: 22px;
	cursor:pointer;
}
.close img{
	width:20px;
}
.mask{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	background:#000;
	opacity:0.4;
	z-index:9999;
	display:none;
}
/*** 1440 **/
@media screen and (max-width:1440px) {
	.container{
		width:81%;
	}
	.header .header_center{
		/* margin-left: 5%; */
	}
	.trialform{
	position:fixed;
	top:30%;
	left:18%;
	width:800px;
	height:350px;
	background:#fff;
	display:none;
	z-index: 9999999;
	border-radius:20px;
	padding:10px;
	border:1px solid #eee;
	}
}
/*** 1366 **/
@media screen and (max-width:1366px) {
	.container{
		width:85%;
	}
	.header .header_center{
		/* margin-left: 5%; */
	}
	.trialform{
	position:fixed;
	top:30%;
	left:18%;
	width:800px;
	height:350px;
	background:#fff;
	display:none;
	z-index: 9999999;
	border-radius:20px;
	padding:10px;
	border:1px solid #eee;
	}
}
.pege{
	margin:20px 0;
	line-height:30px;
}
.pege a{
	color:#333;
}
ul.topmenu li.topitem{
}
.submenu{
	background: #fff;
	width: 520px;
}
.submenu.onecolumn{
	width: 105px;
}
.submenu .subitem{
	line-height: 35px;
	text-align: center;
}
.submenu_box{
	width: 105px;
	float: left;
	/*background: #f0f0f0;*/
	margin-top: 30px;
	/*padding: 20px;*/
	padding-right: 0px;
}
.cl{
	clear: both;
}
.header .header_center .header_center_menu .submenu .subitem a{
	font-size: 14px;
	text-align: center;
}
