@charset "utf-8";
/* CSS Document */
/**header**/
body{
	max-width:1920px;
	width:100%;
	min-width:1280px;
	background-color:#fff;
}
#header{
	min-width:1280px;
	max-width:1920px;
	width:100%;
	height:96px;
	background-color:#181818;
	position:fixed;
	top:0;
	z-index:99;
}
.logo{
	height:66px;
	padding:15px 0 15px 10%;
}
.logo img{
	height:66px;
}
.language{
	width:104px;
	font-size:16px;
	color:#fff;
	margin-left:20px;
	margin-right:10%;
}
.language .selected{
	width:100%;
	height:26px;
	border:1px solid #fff;
	box-sizing:border-box;
	margin-top:34px;
	position:relative;
	cursor:pointer;
}
.cur_language{
	display:inline-block;
	width:80px;
	height:24px;
	border-right:1px solid #fff;
	text-align:center;
	line-height:24px;
}
.jiantou{
	display:inline-block;
	width:21px;
	height:24px;
	position:absolute;
}
.jiantou img{
	display:inline-block;
	margin-top:9px;
	margin-left:4px;
}

.options{
	display:none;
	width:100%;
	height:34px;
	border:1px solid #fff;
	border-top:none;
	box-sizing:border-box;
	text-align:center;
	line-height:34px;
	color:#fff;
	cursor:pointer;
}
.options:hover{
	background-color:#ffac36;
}

.navbar_lg ul li{
	float:left;
}
.navbar_lg ul li a{
	display:inline-block;
	padding:0 15px;
	height:96px;
	line-height:96px;
	font-size:20px;
	color:#fff;
	box-sizing:border-box;
}
.navbar_lg ul li a:hover{
	color:#ffac36;
	border-bottom:3px solid #ffac36;
}
.navbar_lg ul li a.active{
	color:#ffac36;
	border-bottom:3px solid #ffac36;
}
.navbar_lg ul li a.cloud{
	 width:140px;
	 padding:0 10px;
	 text-align:center;
}
@media only screen and (max-width:1660px){
	.navbar_lg ul li a{
		padding:0 10px;
		font-size:15px;
	}
	.navbar_lg ul li a.cloud{
		 width:106px;
		 padding:0 5px;
	}
	.logo{
		height:46px;
		padding:25px 0 25px 10%;
	}
	.logo img{
		height:46px;
	}
}


/**主体部分**/
.container{
	margin-top:96px;
	width:100%;
	background-color:#fff;
}
.main_contain{
	width:100%;
	padding:0 10%;
	box-sizing:border-box;
}
.index_bar{
	width:100%;
	padding:0 10%;
	box-sizing:border-box;
	height:80px;
	line-height:80px;
	border-bottom:1px solid #d6d5d4;
}
.index_bar span{
	font-size:18px;
	line-height:80px;
	color:#333;
}
.index_bar span a{
	font-size:18px;
	line-height:80px;
	color:#333;
}
.index_bar span a:hover{
	color:#f99a3d;
}

.page{
	float:right;
	margin-right:0.5%;
	margin-bottom:80px;
	/*display:none;*//*更改点*/
}
.page ul{
	float:left;
}
.page ul li{
	float:left;
	width:38px;
	height:38px;
	border:1px solid #c8c8c8;
	border-left:none;
	background-color:#fff;
	font-size:16px;
	line-height:40px;
	text-align:center;
	color:#9a9a9a;
	cursor:pointer;
}
.page ul li:first-child{
	border-left:1px solid #c8c8c8;
}
.page ul li.active{
	background-color:#e4e4e4;
	color:#696969;
	font-weight:bold;
}
.page a{
	float:left;
	display:inline-block;
	width:80px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:12px;
	color:#707070;
	background-color:#e4e4e4;
}
.page a:hover{
	color:#111;
}


/**footer**/
#footer{
border-top:15px solid #f99a3d;	
}
.footer_content{
	width:100%;
	padding:30px 10% 36px;
	background-color:#3a3a3a;
	box-sizing:border-box;
}
.parts h3{
	font-size:18px;
	line-height:26px;
	color:#fff;
}
.parts span{
	display:inline-block;
	width:36px;
	height:1px;
	margin:16px 0;
	background-color:#fff;
}
.website{
	min-width:140px;
	/*max-width:372px;*/
	width:25%;
	margin-top:16px;
}
.website ul li{
	float:left;
	width:140px;
}
.website ul li a{
	font-size:16px;
	line-height:48px;
	color:#e3e3e3;
	/*padding-right:58px;*/
}
.website ul li a:hover{
	color:#ffac36;
}
.contact{
	min-width:410px;
	/*max-width:560px;*/
	width:55%;
	margin-top:16px;
}
.contact p{
	display:inline-block;
	float:left;
	font-size:16px;
	line-height:48px;
	color:#e3e3e3;
	padding-right:58px;
}
.hotline{
	min-width:208px;
	/*max-width:372px;*/
	width:20%;
	margin-top:16px;
}
.hotline .phone{
	display:inline-block;
	padding:0 28px;
	background-color:#f99a3d;
	color:#fff;
	font-size:22px;
	line-height:48px;
	text-align:center;
}
.hotline .weekdays{
	font-size:14px;
	line-height:48px;
	color:#e3e3e3;
}
.copyright{
	height:44px;
	line-height:44px;
	color:#fff;
	font-size:16px;
	background-color:#303030;
	padding-left:10%;
}

/*返回顶部*/
.tool_bar{
	position:fixed;
	bottom:20%;
	right:0;
	z-index:9999;
	background-color:#fff;
}
.top_bar{
	display:block;
	width:90px;
	height:80px;
	background:url(../imgs/top.jpg) no-repeat;
	background-position:left top;
	margin-top:2px;
}
.top_bar:hover{
	
}
/*服务热线*/
.hot_line{
	display:block;
	width:90px;
	height:80px;
	background:url(../imgs/phone.jpg) no-repeat;
	background-position:left top;
	margin-top:2px;
	transition:0.3s;
	position:relative;
}
.hot_line::after{
	content:'021-50808072';
	width:160px;
	height:80px;
	background-color:#ff7e00;
	color:#fff;
	font-size:16px;
	line-height:80px;
	text-align:center;
	border-left:2px solid #fff;
	box-sizing:border-box;
	position:absolute;
	left:90px;
	top:0;
}
.hot_line:hover{
	transform:translateX(-160px);
}
/*在线咨询*/
.consult{
	display:block;
	width:90px;
	height:80px;
	background:url(../imgs/qq.jpg) no-repeat;
	background-position:left top;
}

