﻿ @charset "utf-8";
/* CSS Document */
html {
}
body {
}
.mian {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-width: 320px;
	max-width: 100%;
	overflow: hidden;
	background-color: #fff;
	font-family: Microsoft YaHei;
}
a {
	text-decoration: none;
	color: #666;
}
/*公共颜色调用*/
.pagedSpan a {
	background: #333;
}
.CategoryList_Title i {
	color: #333;
}
.hdPhone p i {
	border: 1px solid #fff;
}
.pagedSpan a {
	color: #fff;
}
.pagedSpan {
	background: #feeddc;
}
.mian {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-width: 320px;
	max-width: 100%;
	overflow: hidden;
	background-color: #fff;
	font-family: Microsoft YaHei;
}
a {
	text-decoration: none;
	color: #666;
}
/*header*/
header {
	overflow: hidden;
	padding: 2% 1.5%;
	width: 100%;
	background: #fff;
	background-size: 100%;
}
header h1 img {
	display: block;
	width: 100%;
}
header h1 {
	width: 30%;
	float: left;
}
header h2 {
	float: right;
	width: 66%;
	color: #999;
	font-size: 1.15rem;
	font-weight: normal;
}
header h2 p {
	font-size: 1rem;
	color: #999;
margin-top: .2rem;
	font-weight: normal;
}
header h2 p a {
	color: #ffba00;
	font-weight: bold;
}
/*nav*/
nav {
	overflow: hidden;
	width: 100%;
	background-color: #022d64;
}
nav a {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 1rem;
	color: #fff;
padding: .75rem 0;
	display: block;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	border-bottom: 1px solid #f1f1f1;
	white-space: nowrap;
}
nav a:nth-child(4n) {
	border-right: none
}





/*title*/
.title {
	overflow: hidden;
	width: 100%;
	margin-bottom: 2em;
}
.title h2 {
	text-align: center;
	font-size: 3.2em;
	color: #000;
	font-weight: normal
}
.title h2 a {
	color: #000;
}
.title p {
	text-align: center;
	text-transform: uppercase;
	margin-top: 0.2em;
	padding-bottom: 1em;
	background: url(../img/titlebg.png) no-repeat center bottom;
	background-size: 100%;
	color: #818181
}
.title b {
	font-size: 1.5em;
	color: #d50d17;
}


/*分类标题*/
.CategoryList_Title {
	height: 2.968em;
	line-height: 2.968em;
	padding: 0 .687em;
	color: #333;
	text-align: center;
	border-bottom: 1px solid #b0b4bb;
	font-size: 1rem;
	background: linear-gradient(180deg, #f2f2f2 0%, #e0e0e0 100%);
}
.CategoryList_Title i {
	font-size: 1.2em;
	margin-top: .75em;
}
.CategoryList_Title .icon-details {
	margin-right: .5em;
}
/*分类列表*/
.CategoryLista {
}
.CategoryLista > li > a {
	display: block;
	color: #333;
	padding: 0 1.125em;
	font-size: 1.125em;
}
.CategoryLista li i {
	float: left;
	margin-top: -1.25em;
	margin-left: 95%;
	color: #656565;
	font-weight: bold;
	font-size: 1.6em;
	z-index: 99;
}
.CategoryLista > li li a {
	height: 3.031em;
	line-height: 3.031em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	color: #666;
	background: #EBEBEB;
	padding: 0 2.062em;
	border-bottom: 1px solid #cfcbc1;
	border-top: 1px solid #fff;
	font-size: 1em;
}
.CategoryLista li:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.CategoryLista .icon-arrow-down {
	color: #f90;
}
.CategoryLista > li > ul >li >ul {
	padding: 0 1.125em;
}
.CategoryLista > li > .list1, .CategoryLista > li > .list1 li ul {
	display: none;
}















body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	padding: 5px;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
ception, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/*定位*/
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.bc {
	margin-left: auto;
	margin-right: auto;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.clear {
	clear: both;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}
.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*html .clearfix {
	height: 1%
}
.Clearfix {
	display: block;
}
.vm {
	vertical-align: center;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.abs-right {
	position: absolute;
	right: 0;
}
.zoom {
	zoom: 1
}
.hidden {
	visibility: hidden;
}
.none {
	display: none;
}
/*
@media screen and (min-width:320px) {
	body{font-size:75%;}
    
}
@media screen and (min-width:375px) {
	body{font-size:87.5%;}

}
@media screen and (min-width:480px) {
	body{font-size:87.5%;}

}
@media screen and (min-width:540px) {
	body{font-size:112.5%;}
 
}
@media screen and (min-width:550px) {
	body{font-size:125%;}
 
}
@media screen and (min-width:640px) {
	body{font-size:150%;}

}
*/

@media screen and (min-width:320px) {
html {
	font-size: 75%;
}
}
@media screen and (min-width:375px) {
html {
	font-size: 87.5%;
}
}
@media screen and (min-width:480px) {
html {
	font-size: 87.5%;
}
}
@media screen and (min-width:540px) {
html {
	font-size: 112.5%;
}
}
@media screen and (min-width:550px) {
html {
	font-size: 125%;
}
}
@media screen and (min-width:640px) {
html {
	font-size: 150%;
}
}



/*分页样式*/
.pglist {
	padding: 30px 0 15px;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #333;
	padding: 0 15px;
	margin: 0 4px;
	background: #fff;
	border: 1px solid #edebeb;
}
.pglist * {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background:#dc0b01;
	border-color:#dc0b01;
}



/*--------手机站导航开始----------*/
.sp_header{height:50px;overflow:hidden;background: linear-gradient(180deg, #f2f2f2 0%, #e0e0e0 100%);width:100%;}
.sp_logo{float:left;width:57%;height:50px;text-align:right;}
.sp_logo span{font-size:18px;line-height:50px;font-weight: bold;height:50px;}
.sp_logo img{margin:auto;max-height:30px;left:10px;}
.sp_nv{line-height:50px;text-align:center;height:50px}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;right:10px;margin-top:15px}
.sp_nav span{display:block;background:#c9141e;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#eee;width:100%;height:calc(100% - 104px);font-size:18px;line-height:50px;text-align:center;top:-100%;right:0;overflow:auto;}
.nav_show{position:relative;left:0;z-index:9;overflow:auto;}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:0px;position:relative;line-height:50px;font-size:18px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:80%}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
.sjj_nav ul li ul li>ul{margin-left:10px}
/*----------手机站导航结束----------*/