*{
	padding: 0;
	margin: 0;
	font-family: "microsoft yahei";
}
html{
	font-size: 16px;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
ul{
	margin-bottom: 0 !important;
}
li{
	list-style: none;
}
.clear{
	width: 100% !important;
	height: 0 !important;
	border: 0 !important;
	clear: both;
}
/*响应式样式*/
.pheader,.phpro_con,.papply_con,.phone_footer,.ppro_nav,.return_top{
	display: none;
}
/*头部*/
.header{
	width: 100%;
	position: relative;
}
/*顶部*/
.top{
	width: 100%;
	position: absolute;
	top: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.6);
	z-index: 999;
	height: 6.25rem;
}
.top_con{
	width: 90%;
	margin: 0 auto;
}
.logo{
	width: 13%;
	float: left;
	font-size: 0;
	line-height: 6.25rem;
}
.logo img{
	width: 77%;
	vertical-align: middle;
}
.guide{
	width: 57%;
	float: left;
}
.guide ul li{
	width: 16.666%;
	float: left;
	text-align: center;
	font-size: 1rem;
	line-height: 6.25rem;
	position: relative;
}
.guide ul li a{
	color: #fff;
	display: block;
	width: 100%;
	line-height: 6.25rem;
}
.guide ul li span{
	display: block;
	width: 90%;
	left: 5%;
	height: 2px;
	position: absolute;
	top: 98px;
	/*background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.6);*/
	z-index: 10;
}
.guide_on span,.guide ul li:hover span{
	background-color: rgb(255,255,255) !important;
	background-color: rgba(255,255,255,1) !important;
}
.guide_on,.guide ul li:hover{
	background-color: rgb(16,107,243);
	background-color: rgba(16,107,243,0.4);
}
/*二级导航*/
.second_nav{
	width: 100%;
	position: absolute;
	z-index: 2;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.6);
	display: none;
}
.second_nav p{
	margin: 0 0 0;
}
.second_nav a{
	line-height: 80px !important;
}
.second_nav a:hover{
	background-color: rgb(16,107,243);
	background-color: rgba(16,107,243,0.4);
}

.search{
	width: 12%;
	float: left;
	position: relative;
	margin-left: 3%;
	margin-top: 2rem;
}
.search button{
	position: absolute;
	cursor: pointer;
	top: 0.5rem;
	right: 0.375rem;
	background: transparent;
	border:0;
}
.search input{
	width: 100%;
	height: 2.25rem;
	padding-right: 1.375rem;
	padding-left: 0.375rem;
	line-height: 100%;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-radius: 25px;
	background: transparent;
	color: #FFFFFF;
}
.language{
	width: 10%;
	float: right;
	text-align: right;
	margin-top: 2.56rem;
}
.language a{
	margin-left: 25%;
	font-size: 1rem;
	color: #FFFFFF;
}
.lang_on{
	border-bottom: 2px solid #FFFFFF;
}
/*banner图*/
.banner{
	width: 100%;
	font-size: 0;
}
.banner img{
	width: 100%;
}
/*底部*/
.footer{
	width: 100%;
	background-image: url(../images/home/footer_bg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.footer a:hover{
	text-decoration: none;
}
.footer_con{
	width: 90%;
	margin: 0 auto;
	padding-top: 6.25rem;
}
.footer_top{
	width: 100%;
	padding-bottom: 3.5rem;
	border-bottom: 1px solid #333333;
}
.footer_top ul li{
	float: left;
}
.footer_top ul li div{
	font-size: 1.5rem;
	margin-bottom: 2rem;
}
.footer_top ul li div a{
	color: #FFFFFF;
}
.footer_about{
	width: 23%;
}
.footer_about p a{
	display: block;
	width: 50%;
	float: left;
	color: #cccccc;
	font-size: 1rem;
	line-height: 2.5rem;
}
.footer_about p a:hover{
	font-weight: bold;
	color: #FFFFFF;
}
.footer_pro{
	width: 22%;
	text-align: center;
	box-sizing: border-box;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	padding-bottom: 3rem;
}
.footer_pro p a{
	color: #cccccc;
	display: block;
	font-size: 1rem;
	line-height: 2.5rem;
}
.footer_pro a:hover{
	font-weight: bold;
	color: #FFFFFF;
}
.footer_contact{
	width: 45%;
	padding: 0 6%;
}
.footer_contact p{
	color: #cccccc;
	font-size: 1rem;
	line-height: 2.5rem;
	margin-bottom: 0;
}
.footer_ewm{
	width: 10%;
	text-align: center;
}
.footer_ewm img{
	width: 100%;
}
.footer_ewm span{
	color: #FFFFFF;
	font-size: 1rem;
	letter-spacing: 3px;
}
/*最底部*/
.footer_bot{
	width: 100%;
	color: #999999;
	font-size: 0.875rem;
	height: 3.5rem;
	line-height: 3.5rem;
}
.footer_bot1{
	width: 50%;
	float: left;
}
.footer_bot1 span{
	margin-right: 3rem;
}
.footer_bot2{
	float: right;
	width: 50%;
	text-align: right;
}
.footer_bot2 span{
	margin-left: 3rem;
}
.footer_bot2 a{
	color: #999999;
}
.footer_bot2 a:hover{
	font-weight: bold;
	color: #FFFFFF;
}
/*分页*/
.pages{
    width:100%;
    font-size:1em;
    color:#666E70;
    line-height: 30px;
    margin-bottom: 20px;
}
.pages>div{
    display: inline-block;
}
.tab{
    margin-top:3%;
	width: 100%;
	text-align: center;
}
.tab a{
	text-decoration: none;
    padding-left: 1.2%;
    padding-right: 1.2%;
    padding-top: 0.5%;
    padding-bottom:0.5%;
    border:1px solid #FFFFFF;
    font-size: 16px;
    color: #666666;
	margin-left: 5px;
}
.first,.last{
	font-size: 20px !important;
}
.pag{
    border: 1px solid #106bf3 !important;
    color: #106bf3 !important;
}
.tab a:hover{
	border: 1px solid #106bf3;
    color: #106bf3;
}
.first:hover,.page_prev:hover{
	border: 1px solid #FFFFFF !important;
	color: #333333 !important;
	font-weight: bold;
}
.pages .number{
    margin-right:20px;
}
/*上一篇下一篇*/
.prevnext{
	/*margin-top: 3%;
	margin-bottom: 3%;*/
	height: 50px;
	line-height: 50px;
	width: 100%;
	padding: 0 20px;
	background: #e6e6e6;
	margin-top: 36px;
}
.prevnext a{
	text-decoration: none;
	font-size: 14px;
	color: #666666;
	line-height: 50px;
	display: inline-block;
}
.prevnext span{
	font-size: 14px;
	color: #666666;
	line-height: 50px;
}
.pr{
	float: left;
}
.ne{
	float: right;
}
.prevnext a:hover{
	text-decoration: none;
	color: #106bf3;
}
.video {
	width: 100%;
	height: 450px;
}
@media only screen and (max-width: 1024px) {
	img {
		width: 100%;
	}
	.video {
		width: 100%;
		height: 250px;
	}
}