@charset "utf-8";
*{margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;outline: 0;background: transparent;}
table,caption,tbody,tfoot,thead,tr,th,td {vertical-align: middle;}
li {list-style: none outside none;}

:focus {outline: 1;}

nav ul {list-style: none;}
blockquote,q {quotes: none;}
blockquote:before,blockquote:after,q:before,q:after {content: "";content: none;}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #383838;
	text-decoration: none;
}
a:hover,a:focus {
	text-decoration: none !important;
}
ins {
	text-decoration: none;
	color: #000;
	background-color: #ff9;
}
mark {
	font-weight: bold;
	font-style: italic;
	color: #000;
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
em {
	font-style: normal;
}
abbr[title],dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}
input,select {
	vertical-align: middle;
}



/***头部****/
.header{overflow:hidden;background: url("../images/header_bg.jpg") no-repeat bottom center;font-size: 20px;}
/*头部链接开始*/
.header .header_text{height:30px;line-height:30px;background: #f4f4f4;}
.header .header_text .header_text_right{float:right;font-size: 14px;}
.header .header_text a{margin:0 15px;}
/*头部链接结束*/

/*头部logo和搜索开始*/
.header .header_ls{ margin:2px auto 0;}
.header .header_ls .header_logo{width:260px;margin: 15px auto;}
.header .header_ls .header_logo img{width: 100%;}
.header .header_search{background:#fff; width:60%; height:45px; margin:20px auto;border-radius:5px;}
.header .header_search .swap_value{
 width:75%;float:left; font-size:16px; text-indent:10px;line-height:45px;
 -moz-box-sizing : border-box ;-webkit-box-sizing : border-box ;box-sizing : border-box ;height :45px ;* height : 43px ;* line-height: 38px;
}
.header .header_search .swap_Search{width:25%; height:45px;border-radius:5px;background: red;float:left; display: inline-block; font-size:16px;color:#fff; text-align:center; line-height:45px;cursor:pointer;}
/*头部logo和搜索结束*/

/*头部导航开始*/
.header .header_nav{width:100%;background:#006eab;}
.header .header_nav .nav{overflow:hidden; margin:0 auto;line-height:54px;}
.header .header_nav .nav li{float:left;width:33%;text-center:center;border-bottom: #3893c2 1px solid;border-left: #3893c2 1px solid;text-align: center;}
.header .header_nav .nav li a｛display: block;｝
.header .header_nav .nav li a samp{display: inline-block;width:40px;height:54px;float:left;}
.header .header_nav .nav li a span{display: inline-block;font-size:16px;color:#FFf;}
.header .header_nav .nav li a samp.nav1{background: url("../images/nav_1.png") no-repeat center center;}
.header .header_nav .nav li a samp.nav2{background: url("../images/nav_2.png") no-repeat center center;}
.header .header_nav .nav li a samp.nav3{background: url("../images/nav_3.png") no-repeat center center;}
.header .header_nav .nav li a samp.nav4{background: url("../images/nav_4.png") no-repeat center center;}
.header .header_nav .nav li a samp.nav5{background: url("../images/nav_5.png") no-repeat center center;}
.header .header_nav .nav li a samp.nav6{background: url("../images/nav_6.png") no-repeat center center;}
/*头部导航结束*/


/*友情链接开始*/
.pc_mob_links{text-align: center;line-height: 60px;}
.pc_mob_links a{padding: 0 30px;}
.friendlink{overflow: hidden;background:#f4f4f4;}
.friendlink .sli{text-align:center;width:33.3%;line-height:40px;float:left;}
.friendlink .sli a{color:#383838;font-size: 14px;}
/*友情链接结束*/

/*尾部开始*/
.footer{width:100%;background: #006eab;}
.footer-box{padding: 5px 20px;overflow: hidden;margin:0 auto;text-align: center;}
.footer-box ul li span{white-space:nowrap}
.footer-box ul li a{white-space:nowrap}
.footer .footer_a{margin-left:18px;}
.footer ul li{line-height: 32px; font-size: 14px; color:#fff;}
.footer ul li a{color:#fff;padding: 0 5px;}
.footer-ewm{text-align: center;padding-bottom: 5px;}
.ewm-item{
    display: inline-block;
    text-align: center;
    height: 120px;
    width: 100px;
}
.ewm-item a{
    float: left;
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
}
.ewm-item p{
    float: left;
    width: 100%;
}
.ewm-item:last-of-type{
    margin-left: 15px;
}
/*尾部结束*/