/** 娓呴櫎鍐呭杈硅窛 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
	/* structural elements 缁撴瀯鍏冪礌 */ dl, dt, dd, ul, ol, li,
	/* list elements 鍒楄〃鍏冪礌 */ pre,
	/* text formatting elements 鏂囨湰鏍煎紡鍏冪礌 */ form, fieldset, legend, button,
	input, textarea, /* form elements 琛ㄥ崟鍏冪礌 */ th, td
	/* table elements 琛ㄦ牸鍏冪礌 */ {
	margin: 0;
	padding: 0;
}

/** 璁剧疆榛樿瀛椾綋 **/
body, button, input, select, textarea /* for ie */ {
	font: 14px/1.5 tahoma, \5b8b\4f53, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

address, cite, dfn, em, var {
	font-style: normal;
}

/* 灏嗘枩浣撴壎姝� */
code, kbd, pre, samp {
	font-family: courier new, courier, monospace;
}

/* 缁熶竴绛夊瀛椾綋 */
small {
	font-size: 12px;
}

/* 灏忎簬 12px 鐨勪腑鏂囧緢闅鹃槄璇�, 璁� small 姝ｅ父鍖� */

/** 閲嶇疆鍒楄〃鍏冪礌 **/
ul, ol, li {
	list-style: none;
}

/** 閲嶇疆鏂囨湰鏍煎紡鍏冪礌 **/
a {
	text-decoration: none;
	outline: none;
}

a:focus {
	outline: none;
}

a:hover {
	text-decoration: underline;
}

sup {
	vertical-align: text-top;
}

/* 閲嶇疆, 鍑忓皯瀵硅楂樼殑褰卞搷 */
sub {
	vertical-align: text-bottom;
}

/** 閲嶇疆琛ㄥ崟鍏冪礌 **/
legend {
	color: #000;
}

/* for ie6 */
fieldset, img {
	border: 0;
}

/* img 鎼溅锛氳閾炬帴閲岀殑 img 鏃犺竟妗� */
button, input, select, textarea {
	font-size: 100%;
}

/* 浣垮緱琛ㄥ崟鍏冪礌鍦� ie 涓嬭兘缁ф壙瀛椾綋澶у皬 */

/* 娉細optgroup 鏃犳硶鎵舵 */

/** 閲嶇疆琛ㄦ牸鍏冪礌 **/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 閲嶇疆 HTML5 鍏冪礌 */
article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section, summary, time, mark, audio, video {
	display: block;
	margin: 0;
	padding: 0;
}

mark {
	background: #ff0;
}

/*input鐨勮嚜甯︽牱寮�*/
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
}

input:focus {
	outline: none;
}

.ov {
	overflow: hidden;
}

body {
	background-color: #f0f3ef;
	font-family: "微软雅黑";
	min-height: 800px;
	position: relative;
}

/* 绔栧鑸� */
.shuDaoHang {
	background-color: #fff;
	border: 1px solid #e7e7e7;
}

.topBanner {
	width: 100%
}

.shuDaoHang li {
	border-bottom: 1px solid #e7e7e7;
	padding: 10px;
}

.shuDaoHang h1 {
	font-size: 16px;
	font-weight: bold;
	color: #37474f;
}

.shuDaoHang>li {
	position: relative;
}

.shuDaoHang>li>dl:last-child {
	width: 300px;
	min-height: 94px;
	position: absolute;
	left: 100%;
	top: -1px;
	z-index: 999;
	background-color: #fff;
	padding: 10px;
	display: none;
	border: 1px solid #e7e7e7;
	border-left: 0;
}

.shuDaoHang li:last-child {
	border-bottom: none
}

.shuDaoHang dt {
	font-size: 16px;
}

.shuDaoHang dl {
	overflow: hidden;
}

.shuDaoHang dd {
	float: left;
	padding: 5px 5px 0 0;
	cursor: pointer;
}

.carousel-inner img {
	width: 100%;
	display: block;
}

.zhuanTi {
	
	margin-top: 5px;
	display: flex;
	margin-left: -5px;
	margin-right:-5px;
}

.zhuanTi a {
	display: block;
	padding:5px;
	overflow: hidden;
	position: relative;
}

.zhuanTi img {
	width: 100%;
	transition: transform .9s ease 0s
}

.zhuanTi img:hover {
	transform: scale(1.1, 1.1)
}

/* 搜索 */
.souSuo {
	overflow: hidden;
}

.souSuo input, .wapSouSuoK input {
	border: 1px solid #2577e3;
	width: 80%;
	height: 40px;
	padding: 10px;
	border-radius: 4px 0 0 4px;
	border-right: 0;
	line-height: 40px;
}

.souSuo button, .wapSouSuoK button {
	width: 20%;
	border: 0;
	height: 41px;
	background-color: #f80;
	color: #fff;
}

.souSuo span {
	line-height: 40px;
	background-color: #fff;
	padding-left: 10px;
	color: #777;
}

.souSuoK {
	width: 80%;
	margin-left: 10%;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}

.souSuoKXZ {
	box-shadow: 0px 0px 2px #ff8700
}

.wapSouSuoK {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	margin: 0 -15px;
	margin-bottom: 1px;
}

.wapSouSuoK span {
	line-height: 40px;
	background-color: #fff;
	padding-left: 10px;
	color: #777;
}

/* 琛ㄥ崟 */
.table>thead>tr>th {
	vertical-align: middle;
	border-bottom: 0;
}

.page-header {
	font-size: 20px;
	border: 0;
	margin: 10px 0 0 0;
	padding: 10px;
	background-color: #4db0ff;
	color: #fff;
}

.page-header small {
	margin-left: 6px;
	color: #d5edff
}

.phoneNav, .phoneNavN {
	display: none;
	margin: 0;
}

.phoneNav li {
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #fff;
	border-bottom: 1px solid #f5f5f5;
	border-right: 1px Solid #f5f5f5;
}

.phoneNav li:nth-child(3n) {
	border-right: none;
}

/* 鍒楄〃 */
.souSuoList {
	margin-bottom: 40px;
}

.navList {
	max-height: 120px;
	overflow: hidden;
	transition: all .5s;
	padding: 10px 5px;
	background-color: #fff;
}

.navListClick {
	max-height: none;
	height: auto;
}

.navList li {
	margin-bottom: 10px;
}

.navList li a:first-child {
	font-weight: bold;
	color: #FF5722;
}

.navList a {
	margin-bottom: 5px;
	padding: 0 5px;
}

.shrink {
	text-align: center;
	display: block;
	background-color: #fff;
	height: 40px;
	color: #337ab7;
	font-weight: bold;
	line-height: 40px;
	cursor: pointer;
}

.search-block {
	height: 108px;
	background: #fff;
	display: flex;
	justify-content: space-around;
}

.topSS {
	width: 40%;
	padding-top: 15px;
}

.topLogo {
	width: 30%
}

.topLogo img {
	width: 100px;
}

.topPhone {
	
}

.topPhone img {
	width: 250px;
}
/* 瓒呭皬灞忓箷锛堟墜鏈猴紝灏忎簬 768px锛� */

/* 灏忓睆骞曪紙骞虫澘锛屽ぇ浜庣瓑浜� 768px锛� */
@media ( max-width : 768px) {
	.zhuanTi {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 5px;
		grid-row-gap: 5px;
		margin-top: 5px;
	}
	.nonePadding {
		padding: 0;
	}
	.navbar {
		margin-bottom: 0;
	}
	.zhuanTi, .search-block {
		display: none;
	}
	.phoneNav, .phoneNavN {
		display: block;
	}
	.phoneNavY {
		display: none;
	}
	footer {
		position: relative !important;
	}

	
	
}

/* 涓瓑灞忓箷锛堟闈㈡樉绀哄櫒锛屽ぇ浜庣瓑浜� 992px锛� */
@media ( min-width : 992px) {
	.phone {
		display: none
	}
	.BT {
		display: none
	}
	.footH {
		height: 300px;
	}
}

/* 澶у睆骞曪紙澶ф闈㈡樉绀哄櫒锛屽ぇ浜庣瓑浜� 1200px锛� */
@media ( min-width : 1200px) {
}

.success {
	background-color: #fff !important;
}

.navbar-default {
	background-color: #2577e3;
}

.navbar-default .navbar-nav>li>a {
	color: #fff
}

.navbar-default .navbar-nav>li>a:hover {
	background-color: #fff;
	color: #2577e3
}

.navbar-default .navbar-brand {
	color: #fff;
}

.navbar-default .navbar-brand:hover {
	color: #fff;
}

.table>tbody>tr.success>td {
	background-color: #fff;
}

.table>tbody>tr.success>th {
	background-color: #fff;
}

thead {
	background-color: #fff;
}

.table>tbody>tr.warning>td {
	background-color: #fff;
}

.table>tbody>tr.warning>th {
	background-color: #fff;
}

.souSuo button {
	background-color: #52b1fc
}

.active a {
	color: #2577e3 !important;
	background-color: #fff !important;
}

footer {
	background-color: #fff;
	padding: 20px 20px 0;
	margin-top: 20px;
	position: absolute;
	bottom: 0;
	width: 100%
}

footer h4 {
	margin-bottom: 10px;
}
/*广告*/
.relative {
	position: relative;
	top: 0;
	left: 0;
}

.pb6 {
	padding-bottom: 6px;
}

/*asid_share*/
.asid_share {
	position: fixed;
	width: 40px;
	bottom: 15%;
	right: 0;
	z-index: 890;
}

* html #asid_share {
	position: absolute;
	top: expression(documentElement.scrollTop + "px");
	margin: 300px 0 0 0;
}

.asid_share .asid_share_box {
	width: 100%;
	margin-bottom: 3px;
	background: #4db0ff;
	text-align: center;
}

.asid_share .asid_share_box a {
	display: block;
	height: 40px;
	padding: 5px;
}

.asid_share .asid_share_box a:hover {
	background: #52b1fc;
	text-decoration: none;
}

.asid_share .asid_share_box a:hover .asid_title, .asid_share .asid_share_box .asid_title
	{
	color: #fff;
	font-size: 12px;
	display: block;
	padding-left: 6px;
	line-height: 18px;
	width: 30px;
	margin-top: -2px;
}

.asid_share .red_bag {
	background: #52b1fc;
	text-decoration: none;
}

.asid_share .asid_sha_layer {
	border: 1px solid #ccc;
	background: #fff;
	position: absolute;
	right: 47px;
	bottom: 0;
}

.sweep_img {
	padding: 10px;
}

.asid_share_box .asid_help_list li {
	line-height: 26px;
	height: 26px;
	background: url(../images/dian.png) no-repeat 6px 12px;
}

.asid_share_box .asid_help_list li a {
	line-height: 26px;
	height: 26px;
	padding: 0 0 0 14px;
	text-align: left;
}

.asid_help_list li a:hover {
	color: #fff;
}

.asid_share_triangle {
	width: 12px;
	height: 40px;
	position: absolute;
	right: 45px;
	bottom: -12px;
	z-index: 100;
}

.border_sj, .con_sj {
	display: block;
	width: 18px;
	height: 28px;
	font-size: 18px;
	overflow: hidden;
	font-family: SimSun;
}

.border_sj {
	color: #ccc;
	font-style: normal;
}

.con_sj {
	color: white;
	margin: -14px -2px 0 0;
	margin: -28px 0 0 -2px;
}

.asid_share a img {
	width: 30px;
}

.page-header {
	font-size: 20px;
	border: 0;
	margin: 10px 0 0 0;
	padding: 10px;
	background-color: #2577e3;
	color: #fff;
	border-bottom: 2px solid #2577e3;
}

.page-header h1 {
	font-weight: bold;
}

.page-header small {
	margin-left: 6px;
	color: #e4f3ff
}

.table-bordered {
	border: 0
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}