html,body,div,a,span,iframe,input,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,em,img,small,strong,i,ol,ul,li,form,label,legend,table,tbody,tfoot,thead,tr,th,td,canvas,footer,header,nav,section,audio,video {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	margin: 0 auto;
    border-collapse: collapse;
    border: none;
}

html,body {
	height: 100%;
}

body {
	background: #f6f6f6;
	color: #000;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: source-han-sans-simplified-c,sans-serif,"微软雅黑","Microsoft Yahei";
	line-height: 22px;
}

ul,ol,li {
	list-style-type: none;
}

img {
	border: none;
}

a,a:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

input,button,select,textarea {
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

/* 思源黑体 */
.sans-bold {
	font-weight: 700;
	font-style: normal;
	font-family: source-han-sans-simplified-c,sans-serif;
}

.sans-medium {
	font-weight: 500;
	font-style: normal;
	font-family: source-han-sans-simplified-c,sans-serif;
}

.sans-normal {
	font-weight: 300;
	font-style: normal;
	font-family: source-han-sans-simplified-c,sans-serif;
}

.sans-regular {
	font-weight: 400;
	font-style: normal;
	font-family: source-han-sans-simplified-c,sans-serif;
}

.st12 {
	font-size: 12px;
	font-family: "宋体";
}

.flex-sub {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-nowrap {
	white-space: nowrap;
}

.img-cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.ellipsis,.line-1,.line-2,.line-3,.line-4,.line-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-o-text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}

.line-5 {
	-webkit-line-clamp: 5;
}

.line-4 {
	-webkit-line-clamp: 4;
}

.line-3 {
	-webkit-line-clamp: 3;
}

.line-2 {
	-webkit-line-clamp: 2;
}

.line-1 {
	-webkit-line-clamp: 1;
}

.mouse-pointer {
	cursor: pointer;
}

.margin-left-5 {
	margin-left: 5px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-left-15 {
	margin-left: 15px;
}

.margin-left-30 {
	margin-left: 30px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-50 {
	margin-top: 50px;
}

.padding-left-15 {
	padding-left: 15px;
}

.main {
	margin: 0 auto;
	width: 100%;
	min-height: 100%;
}

.header,.container,.footer {
	margin: 0 auto;
	width: 1200px;
}

.reset-a,
.reset-a:hover {
	position: relative;
	display: inline-block;
	padding-bottom: 1px;
	color: #015293;
}

/* 滚动条样式 */
.swiper-tab-container ul::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.swiper-tab-container ul::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background: #c1c1c1;
	-webkit-box-shadow: inset 0 0 5px #c1c1c1;
	box-shadow: inset 0 0 5px #c1c1c1;
}

.swiper-tab-container ul::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(193,193,193,.1);
	-webkit-box-shadow: inset 0 0 5px rgba(193,193,193,.2);
	box-shadow: inset 0 0 5px rgba(193,193,193,.2);
}

/* 头部 */
.header {
	height: 120px;
}

.header-search-box {
	height: 32px;
}

.header .header-search {
  /* overflow: hidden; */
	height: 100%;
	border: 1px solid #015293;
	border-radius: 25px;
  /* background-image: url(../images/icon_search.png'); */
  /* background-position: center right 16px; */
  /* background-size: 17px 17px; */
  /* background-repeat: no-repeat; */
  /* background-clip: border-box; */
}

.header-search-box .select {
	position: relative;
	width: 120px;
	text-align: center;
	cursor: pointer;
}

.header-search-box .select::before {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 10px;
	height: 9px;
	background: url(../images/arrow.png) center right no-repeat;
	background-size: 10px 9px;
	content: "";
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.header-search-box .select span {
	display: inline-block;
	padding-right: 10px;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 30px;
}

.header-search-box .select::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 20px;
	background: #D8D8D8;
	content: "";
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.header-search-box #parent {
	position: absolute;
	top: 36px;
	left: 0;
	display: none;
	padding: 10px 0;
	width: 100%;
	border-radius: 8px;
	background-color: #ffffff;
}

.header-search-box #parent li {
	display: block;
	overflow: hidden;
	padding: 0 12px;
	background-color: #ffffff;
	color: #333;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 36px;
}

.header-search-box #parent li:hover {
	background: #eee;
}

.header-search-box input {
	overflow: hidden;
  /* padding: 5px 38px 5px 16px; */
	padding: 5px 16px;
	width: 180px;
	border: none;
	background: transparent;
	color: #8B98A2;
	font-size: 14px;
	line-height: 20px;
	border-radius: 25px;
}

.header-search-box .search_btn {
	margin-left: 15px;
	width: 60px;
	height: 32px;
	border-radius: 4px;
	background: #015293;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.header .header-tool {
	display: inline-block;
	color: #015293;
	font-weight: 700;
	font-style: normal;
	font-family: source-han-sans-simplified-c,sans-serif;
}

/* 导航 */
.nav {
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	background: #004984;
}

.nav .nav-box {
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 400px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  /* -webkit-box-align: center; */
  /* -ms-flex-align: center; */
  /* align-items: center; */
  /* -webkit-box-pack: center; */
  /* -ms-flex-pack: center; */
  /* justify-content: center; */
}

.nav .nav-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 12px;
	width: calc(1200px / 9);
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.nav .nav-box-line {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0;
	z-index: 99;
	width: 1px;
	background: #598CB4;
}

/* 跑马灯 */
.marquee-box {
	position: relative;
	padding: 9px 9px 9px 70px;
	width: 100%;
	height: 40px;
	background: #E3EEF7;
}

.marquee-box::after {
	position: absolute;
	top: 50%;
	left: 9px;
	padding-left: 20px;
	height: 20px;
	background-image: url(../images/icon_hot.png);
	background-size: 15px 20px;
	background-repeat: no-repeat;
	background-clip: border-box;
	color: #015293;
	content: "热点";
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.marquee-box .marquee-text {
	overflow: hidden;
}

.marquee-box .marquee-text a {
	color: #015293;
	line-height: 22px;
}

/* swiper */
.swiper-imgs {
	position: relative;
	overflow: hidden;
	width: 490px;
	height: 370px;
}

.imgs-content {
	position: absolute;
	right: 0;
	bottom: 28px;
	left: 0;
	z-index: 999;
	display: none;
	padding: 0 10px;
	color: #fff;
	cursor: pointer;
}

.imgs-pagination {
	bottom: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 35px 10px 12px;
	background: rgba(0,0,0,0.50);
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
	opacity: 1 !important;
}

.swiper-pagination-bullet {
	width: 6px !important;
	height: 6px !important;
	background: #fff !important;
}

.swiper-pagination-bullet-active {
	width: 10px !important;
	height: 10px !important;
	background: #008BFF !important;
}

.swiper-tab-box {
	overflow: hidden;
}

.swiper-tab, .swiper-top {
	position: relative;
	width: 100%;
	height: 50px;
	background: #F1F5F8;
}

.swiper-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.swiper-tab .swiper-slide,
.swiper-tab .swiper-link,
.swiper-top .swiper-slide {
	padding: 0 18px;
	width: auto;
	height: 50px;
	border: 1px solid #F1F5F8;
	color: #015293;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}

.swiper-tab .swiper-slide.active,
.swiper-top .swiper-slide {
	position: relative;
	background: #fff;
	font-weight: 700;
}

.swiper-tab .swiper-slide.active::before,
.swiper-top .swiper-slide::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: #015293;
	content: '';
}

.swiper-tab .swiper-link.fixed-right {
	position: absolute;
	top: 0;
	right: 0;
}

.swiper-tab .swiper-link.fixed-right a {
	padding-right: 15px;
	background: url(../images/icon28_004984.png) right center no-repeat;
}

.swiper-tab.tab-line-bottom {
	background: transparent;
}

.swiper-tab.tab-line-bottom .swiper-slide,
.swiper-tab.tab-line-bottom .swiper-link {
	padding-top: 18px;
	border: 1px solid transparent;
	line-height: normal;
}

.swiper-tab.tab-line-bottom .active::before {
	top: unset;
	bottom: 0;
}

.swiper-tab-container {
	width: 100%;
	height: 225px;
}

.swiper-tab-container[class*="tab-container"] .swiper-slide {
	display: none;
	-webkit-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}

.swiper-tab-container[class*="tab-container"] .swiper-slide.active {
	display: block;
}

.tab-container-11 .swiper-slide {
	display: block !important;
	-webkit-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}

.tab-container-11 .swiper-slide.active {
	display: block !important;
}

.swiper-tab-container ul {
	height: 100%;
}

.swiper-tab-container li {
	padding: 12.5px 10px;
}

.swiper-tab-container li:last-of-type {
	padding: 15px 10px 0 !important;
}

.xxgk-scroll li:last-of-type {
	padding: 15px 10px;
}

.swiper-tab-container li .tab-title {
	overflow: hidden;
	width: calc(100% - 140px);
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}

.swiper-tab-container .table-th {
	color: #015293;
	text-align: center;
}

.swiper-tab-container .table-td {
	text-align: center;
}

.container img {
	display: block;
}

.count-box .count-item .count-item-left {
	position: relative;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-clip: border-box;
}

.count-box .count-absolute {
	position: absolute;
	top: 56%;
	right: 10px;
	left: 10px;
	color: #fff;
	text-align: center;
	-webkit-transform: translateY(-56%);
	    -ms-transform: translateY(-56%);
	        transform: translateY(-56%);
}

.count-box .count-item-right .count-detail-item {
	float: left;
	overflow: hidden;
	padding-top: 30px;
	width: 250px;
	height: 100%;
	background: #fff;
  /* box-shadow: 0 -1px 7px 0 rgba(165,194,215,.5); */
	text-align: center;
}

.shzz-tj1 .count-detail-item {
	border: 1px solid #9DC9ED;
	border-left: none;
	-webkit-box-shadow: inset 4px 0 5px 0 rgba(0,106,191,.2);
	        box-shadow: inset 4px 0 5px 0 rgba(0,106,191,.2);
}

.shzz-tj2 .count-detail-item {
	border: 1px solid #DAAB84;
	border-left: none;
	-webkit-box-shadow: inset 4px 0 8px 0 rgba(191,60,0,.2);
	        box-shadow: inset 4px 0 8px 0 rgba(191,60,0,.2);
}

.count-box .counter {
	font-size: 30px;
}


/* footer */
#footer {
	/* position: fixed; */
	/* right: 0; */
	/* bottom: 0; */
	/* left: 0; */
  /* z-index: 10; */
	width: 100%;
	height: 100px;
	border: 4px solid #E4E4E4;
	/* border-top: 1px solid #e79b24; */
	background-color: #ffffff;
}

#footer .footer {
	position: relative;
	margin: 0 auto;
	width: 1066px;
	height: 100%;
}

#footer #_span_jiucuo {
	position: absolute;
	top: 18px;
	left: 0;
}

#footer .footer .ico {
	position: absolute;
	top: 0;
	left: 110px;
	margin: 9px 0 11px;
	width: 80px;
	height: 70px;
	border-right: 1px solid #b9b9b9;
	text-align: center;
}

#footer .footer .ico img {
	margin-top: 3px;
}

#footer .footer .selects {
	position: absolute;
	left: 191px;
	margin-bottom: 6px;
	padding-top: 14px;
}

#footer .footer dl {
	position: relative;
	z-index: 999;
	float: left;
	margin-left: 15px;
	width: 271px;
	height: 36px;
	background: url(../images/dl_bg.png) no-repeat;
	color: #6c6c6c;
	text-indent: 10px;
	font-size: 16px;
}

#footer .footer dl dt {
	line-height: 36px;
	cursor: pointer;
}

#footer .footer dl dd {
	/*position: absolute;
	bottom: 35px;*/
	display: none;
	overflow-y: scroll !important;
	width: 269px;
	height: 134px;
	border: 1px solid #d5d5d5;
	background-color: #ffffff;
}

#footer .footer dl dd a {
	display: block;
	overflow: hidden;
	padding: 5px 5px 5px 0px;
	width: auto;
	border-bottom: #e3e3e3 1px dotted;
	color: #6c6c6c;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 25px;
}

#footer .footer dl dd a:hover {
	color: #df7118;
}

#footer .footer .copyright {
	/* float: left; */
	padding-top: 7px;
  /* width: 38%; */
	color: #666;
	line-height: 20px;
}

#footer .footer .copyright a {
	color: #666666;
	text-decoration: none;
}

#footer .footer .footnav {
	float: left;
	padding-top: 25px;
  /* width: 42%; */
	color: #cccccc;
	text-align: right;
	font-size: 13px;
	line-height: 20px;
}

#footer .footer .footnav a {
	margin: 0 5px;
	color: #333333;
	text-decoration: none;
}

#footer .footer .foot_pic {
	float: left;
  /* width: 20%; */
  /* text-align: center; */
}

#footer .footer .foot_pic img {
	vertical-align: middle;
}

.header-tool:hover,
.nav .nav-item:hover,
.swiper-slide li:hover a,
.swiper-slide li:hover p,
.swiper-slide .card-item:hover a
.swiper-slide .card-item:hover p {
	text-decoration: underline;
	font-weight: 500;
}

.swiper-slide li:hover a,
.swiper-slide li:hover p,
.swiper-slide .card-item:hover a
.swiper-slide .card-item:hover p {
	color: #015293;
}

.swiper-slide li:hover .table-th {
	text-decoration: none;
}


/*Plugin CSS*/
.str_wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.str_move {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	cursor: move;
}

.str_move_clone {
	position: absolute;
	top: 0;
	left: 100%;
	display: inline-block;
	vertical-align: top;
}

.str_vertical .str_move_clone {
	top: 100%;
	left: 0;
}

.str_down .str_move_clone {
	bottom: 100%;
	left: 0;
}

.str_vertical .str_move,
.str_down .str_move {
	width: 100%;
	white-space: normal;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
	cursor: inherit;
}

.str_wrap img {
	max-width: none !important;
}

.WeChat {
	position: fixed;
	top: 90px;
	left: 0;
	z-index: 1000;
	display: none;
	overflow: hidden;
	width: 230px;
	height: 243px;
	background: url(../images/nav_weixin.png) no-repeat;
}
.substance{
	margin: 0 auto;
    background-color: #ffffff;
    width: 1066px;
    height: auto;
}
.tops .substance {
    margin: 0 auto;
    background-color: #ffffff;
    width: 1066px;
    height: auto;
}

.tops .substance .substance_menu {
    padding-left: 20px;
    height: 50px;
    -webkit-box-shadow: 0 2px 13px 0 rgb(14 41 63 / 20%);
    box-shadow: 0 2px 13px 0 rgb(14 41 63 / 20%);
    line-height: 50px;
}
.substance_text{
	margin-top: 20px;
}
.top .list_items {
    padding: 3px 0 0 0;
}

.tops .items .tips {
    padding: 22px 10px 10px;
    /* margin: 0 7px; */
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.tops .substance .substance_menu a{
	color: #015293;
}


.searchBox #sbtname{
	background: url(../images/button.png) no-repeat;
    border: none;
    width: 38px;
    height: 100%;
    /* cursor: pointer; */
    position: absolute;
    top: -2px;
    right: 0px;
	cursor: pointer;
}

.substance_text{
	margin-top: 20px;
}    