*{padding: 0;margin: 0;font-family: "microsoft yahei";}
a{text-decoration: none;}
li{list-style: none;}
img{border: 0;}
.clear{
	height: 0;
	width: 100%;
	clear: both;
	font-size: 0;
	border: 0;
}
.phone_header,.p_banner,.p_description,.pbrand,.phone_propic,.pmobile,footer,.pcase_nav,.ppro_title,.pnews_nav,.pcontact_nav,.ppro_nav,.pps_show{
	display: none;
}
/*顶部*/
.top{
	width: 100%;
	border-bottom: 1px solid #cccccc;
}
.top_content{
	width: 1180px;
	margin: 0 auto;
}
.top_left{
	float: left;
	width: 50%;
	font-size: 12px;
	line-height: 28px;
	color: #999999;
}
.top_right{
	float: right;
	width: 50%;
}
.top_right ul{
	width: 100%;
	text-align: right;
}
.top_right ul li{
	width: 15%;
	margin-top: 7px;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	border-right: 1px solid #CCCCCC;
}
.top_right ul li:last-child{
	border-right: 1px solid #FFFFFF;
}
.top_right ul li a{
	color: #999999;
}
.top_right ul li a:hover{
	color: #0094DE;
}
/*头部*/
.header{
	width: 100%;
	/* padding-top: 30px; */
	background-image: url(../images/head_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.header_content{
	width: 1180px;
	margin: 0 auto;
	/*margin-top: 1.5%;*/
	/*margin-bottom: 1%;*/
}
.header_left{
	float: left;
	width: 70%;
	/* margin-bottom: 2%; */
}
.logo{
	float: left;
	width: 41%;
	margin-right: 20px;
}
.logo img{
	width: 100%;
}
.logo_desc{
	width: 48%;
	float: left;
	margin-top: 13px;
}
.logo_desc p:first-child{
	font-size: 38px;
	/* color: #0072bd; */
	font-weight: bold;
}
.logo_desc p:nth-child(2){
	font-size: 18px;
	color: #333333;
	line-height: 36px;
}
.header_right{
	float: right;
	width: 30%;
	margin-top: 30px;
	/*align-content: right;*/
}
.phone{
	width: 18%;
	float: right;
	margin-right: 1.5%;
}
.phone img{
	width: 100%;
}
.phone_desc{
	width: 80%;
	float: right;
}
.phone_desc p:first-child{
	font-size: 18px;
	color: #1a1a1a;
}
.phone_desc p:nth-child(2){
	font-size: 30px;
	color: #2a94d2;
	font-weight: bold;
}
/*导航*/
.nav{
	width: 100%;
	background: #0072bd;
}
.nav_content{
	width: 1180px;
	margin: 0 auto;
}
.nav_content ul{
	width: 100%;
	text-align: right;
}
.nav_content ul li{
	width: 14.2%;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 0.5%;
	float: left;
}
.second_nav{
	position: absolute;
	z-index: 999;
	background-color: #0072bd;
	width: 167.56px;
	/*top: 210px;*/
	margin-top:3px;
	display: none;
}
.second_nav p{
	text-align: center;
	height: 36px;
	line-height: 36px;
}
.second_nav p:hover{
	background-color: #c81514;
}
.nav_content ul li:hover{
	background: #c81514;
}
.nav_content ul li a{
	display: inline-block;
	width: 100%;
	color: #FFFFFF;
}
.nav_content ul li a div{
	width: 100%;
	height: 8px;
	line-height: 100%;
	overflow: hidden;
}
.nav_content ul li a img{
	opacity: 0;
	width: 7px;
	height: 4px;
	vertical-align: middle;
	margin-top: -12px;
}
.nav_guide{
	background: #c81514;
}
.nav_guide img{
	opacity: 1 !important;
}
.nav_content ul li:hover img{
	opacity: 1;
}
/*banner图*/
.banner img{
	width: 100%;
}
/*搜索框*/
.search{
	width: 100%;
	/*background: #2a94d2;*/
	border-bottom: 1px solid #CCCCCC;
}
.searchcontent{
	width: 1180px;
	margin: 0 auto;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
}
.searchleft{
	width: 62%;
	float: left;
}
.searchleft li{
	list-style: none;
	float: left;
	padding-right: 10px;
	line-height: 30px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.searchleft span{
	display: none;
}
.searchleft li a{
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	font-weight: 100;
}
.searchleft li a:hover{
	color: #002b7a;
}
.searchright{
	float: right;
	position: relative;
	margin-top: 3px;
	font-size: 12px;
}
.searchright input{
	padding-left: 5px;
	padding-right: 25px;
	height: 25px;
	line-height: 100%;
}
.phone_search{
	display: none;
}
/*设置input中placeholder的颜色*/
input::-webkit-input-placeholder{
  color: #cccccc;
}
input:-moz-placeholder{
  color: #cccccc;
}

.searchpic{
	position: absolute;
	right: 0;
	padding-left: 10px;
	padding-right: 10px;
	height: 28px;
	line-height: 100%;
	cursor: pointer;
	background-color: #0072bd;
	border: 0;
	color: #FFFFFF;
}
.searchpic a{
	display: block;
	background-color: #0072bd;
	color: white;
}
.srl{
	display: none;
}

.add{
	display: none;
}
/*底部导航*/
.nav_bot{
	width: 100%;
	background: #0072bd;
}
.navbot_con{
	width: 62%;
	margin: 0 auto;
}
.navbot_con ul{
	width: 100%;
}
.navbot_con ul li{
	width: 14%;
	float: left;
	text-align: center;
	line-height: 60px;
}
.navbot_con ul li a{
	color: #fff;
}
.navbot_con ul li a:hover{
	text-decoration: underline;
}
/*最底部*/
.bot{
	width: 100%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
}
.bot_con{
	width: 62%;
	margin: 0 auto;
	text-align: center;
}
.bot_con p{
	color: #999999;
	line-height: 24px;
	font-size: 16px;
	line-height: 32px;
}
.bot_con a{
	color: #999999;
}
.bot_con a:hover{
	color: #0798E6;
}

/*分页*/
.pages{
    width:100%;
    font-size:1em;
    color:#666E70;
    line-height:30px;
    margin-bottom:40px;
    /*justify-content: center;*/
}
.pages>div{
    display: inline-block;
}
.tab{
    margin-top:3%;
	width: 100%;
	text-align: center;
}
.tab a{
	text-decoration: none;
    color:#666E70;
    width:60px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
    border:1px solid #ccc;
    border-radius: 3px;
    background: #F4F6F6;
	margin-left: 5px;
}
.pag{
    color:#fff !important;
    background:#c81514 !important;
}
.tab a:hover{
	text-decoration: none;
    color:#fff;
    background:#c81514;
}
.pages .number{
    margin-right:20px;
}
/*上一篇下一篇*/
.prevnext{
	margin-top: 3%;
	margin-bottom: 3%;
}
.prevnext a{
	text-decoration: none;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.prevnext a:hover{
	text-decoration: none;
	color: #2a94d2;
}
/*内页公共样式*/
.website_gps{
	width: 1180px;
	margin: 0 auto;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.website_gps a{
	color: #666666;
}
.website_gps span{
	width: 8px;
	height: 16px;
	background: #0072BD;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.website_gps a:hover{
	color: #0072bd;
}