@charset"utf-8";
body {

	background: #EAEAEA;
	border-top: 5px solid #02398B;
}
a:hover {
	color: #003C8D;
}
#login_bar{
	padding: 10px 0;
}
#logo_wrap {
	background-color: #FFF;
}
#logo {
	position: relative;
}
#stel {
	position: absolute;
	right: 0px;
	top: 40px;
	font-size: 36px;
	color: #003C8D;
	font-family: impact;
}
#nav_wrap {
	background-color: #003C8D;
}
#nav {
	z-index: 2;
	position: relative;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
#nav>li {
	position: relative;
}
#nav>li>a {
	display: grid;
	height: 70px;
	color: #FFF;
	place-content: center;
	text-align: center;
}
#nav>li>a .name {
	font-size: 18px;
	font-weight: bold;
}
#nav>li>a .aname {
	font-size: 14px;
}
#nav>li:hover>a,
#nav>li>.current {
	background: #0054C8;
	text-decoration: none;
	color: #FFF;
	transition: all .5s ease 0s;
}
#nav .sub {
	margin: 0;
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	background: #FFF;
	z-index: 99999;
	width: auto;
	width: 100%;
	border: 2px solid #0054C8;
	border-top: none;
	padding: 15px;
}
#nav .sub li {
	background: none;
	float: none;
	border-bottom: 1px solid #E5E5E5;
}
#nav .sub li:last-child {
	border-bottom: none;
}
#nav .sub li a {
	display: block;
	text-align: center;
	height: 40px;
	line-height: 36px;
	font-weight: normal;
	color: #242424;
}
#nav .sub li a:hover {
	color: #003C8D;
}
.bg_wrap {
	background: #FFF;
	padding: 20px;
	box-shadow: 0 0 10px #EEE;
	border-radius: 15px;
}
/* 幻灯 */
.swiper {}
#slideshow {
	text-align: center;
}
#slideshow img {
	width: 100%;
}
#search_wrap {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	height: 81px;
	overflow: hidden;
}
.search_text {
	border: 2px solid #003C8D;
	height: 40px;
	width: 200px;
	position: absolute;
	top: 20px;
	right: 80px;
	padding: 0 10px;
}
.search_btn {
	background: #003C8D;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	width: 80px;
	position: absolute;
	top: 20px;
	right: 0px;
	color: #FFF;
	cursor: pointer;
}
.hot_keywords {
	padding: 30px 0;
}
#index_products {
	padding: 20px 0;
}
#footer {
	background: #003C8D;
	padding: 20px 0;
	color: #FFF;
}
#footer a {
	color: #FFF;
}
#content {
	padding: 20px;
	margin: 20px 0;
	display: grid;
	grid-template-columns: 300px 1fr;
	background: #FFF;
}
#content_full {
	padding: 20px;
	margin: 20px 0;
	background: #FFF;
}
#left .hd {
	background-color: #003C8D;
	color: #FFF;
	padding: 15px;
}
#left .bd {
	border: 1px solid #EEE;
	padding: 10px;
	margin-bottom: 20px;
}
#left .hd .cname {
	font-size: 18px;
	font-weight: bold;
}
#left .hd .caname {
	font-family: impact;
}
#right {
	margin-left: 20px;
}
/*当前位置*/
#current_location {
	background: #EEE;
	padding: 10px;
	margin-bottom: 20px;
}
#current_location a.current {
	color: red;
}
#detail_name {}
#detail_intro {
	font-size: 12px;
	color: #999;
	margin-bottom: 20px;
}
#detail_content {
	padding: 20px 0;
}
#detail_content p {
	line-height: 32px;
}
#detail_picture {
	margin: 20px 0;
	text-align: center;
}
#detail_video {
	margin: 20px 0;
	text-align: center;
}
#detail_video embed {
	width: 100%;
	height: 535px;
}
#detail_attachment {
	margin: 20px 0;
}
#detail_slideshow .bd li img {
	width: 100%;
}
#detail_slideshow .hd {
	margin-top: 10px;
}
#detail_slideshow .hd li img {
	cursor: pointer;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
#detail_slideshow .hd li.on img {
	border: 3px solid #003C8D;
}
#detail_slideshow .swiper-slide-thumb-active img {
	border: 3px solid #E33;
}
/*列表*/
.channel_list li {
	margin-bottom: 4px;
}
.channel_list li a {
	display: block;
	line-height: 46px;
	background: #EEE;
	padding: 0 10px;
	transition: all .5s ease 0s;
}
.channel_list li a:hover,
.channel_list li a.current {
	background: #003C8D;
	color: #FFF;
	padding-left: 30px;
}
.channel_wlist {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	gap: 20px;
	margin-bottom: 20px;
}
.channel_wlist li a {
	background-color: #003C8D;
	line-height: 40px;
	display: block;
	color: #FFF;
	text-align: center;
}
.page_show {
	margin: 20px 0;
}
.page_show a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	min-width: 40px;
	text-align: center;
	background: #F2F2F2;
	margin-right: 2px;
	border-radius: 5px;
}
.page_show a:hover,
.page_show a.page_current {
	background: #003C8D;
	color: #FFF;
}
#float {
	z-index: 9999;
	position: absolute;
	display: block;
	bottom: 1px;
	right: 0;
}
#float .wrap {
	margin-bottom: 2px;
	position: relative;
	cursor: pointer;
	background: #003C8D;
	height: 60px;
}
#float .icon {
	width: 60px;
	display: block;
	line-height: 60px;
	text-align: center;
	color: #FFF;
	font-size: 30px;
}
#float .content {
	min-height: 60px;
	position: absolute;
	right: 60px;
	min-width: 160px;
	top: 0;
	display: none;
	background: #003C8D;
}
#float .content a {
	color: #FFF;
}
#float .qq .content {
	line-height: 60px;
	padding: 0 20px;
	font-size: 30px;
	color: #FFF;
}
#float .qrcode .content {
	padding: 5px;
	width: 180px;
}
#float .phone .content {
	line-height: 60px;
	padding: 0 20px;
	font-size: 30px;
	color: #FFF;
}
#float .weibo .content {
	line-height: 60px;
	padding: 0 20px;
	font-size: 30px;
	color: #FFF;
}
#float .custom .content {
	padding: 20px;
	min-width: 160px;
	color: #FFF;
}
#float .gotop .content {}
.products_clist ul {
	padding: 20px;
	background: #EEE;
	min-height: 570px;
	border: 1px solid #DDD;
}
.products_clist ul li {
	line-height: 40px;
	text-align: center;
}
.products_clist ul li a {
	display: block;
	font-size: 16px;
	color: #242424;
	background: #FAFAFA;
	margin-bottom: 10px;
}
.products_clist ul li a:hover {
	background: #003C8D;
	color: #FFF;
}
#products_wrap {
	display: grid;
	grid-template-columns: 260px 1fr;
}
.products-clist {
	background-color: rgba(0, 0, 0, 0.1);
	margin-right: 20px;
	padding: 20px;
}
.products-clist .title {
	line-height: 66px;
	background: #003C8D;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
}
.products-clist ul li {
	background: #FFF;
	line-height: 56px;
	margin-bottom: 4px;
	transition: all .5s ease 0s;
	font-weight: bold;
}
.products-clist ul li a {
	display: block;
}
.products-clist ul li:hover {
	background: #003C8D;
}
.products-clist ul li:hover a {
	color: #FFF;
}
.products-clist a {
	font-size: 20px;
	border-right: 1px solid #003C8D;
	padding: 0 20px;
}
.products-clist a:last-child {
	border-right: none;
}
.index_wrap {
	padding: 30px 0;
}
.index_wrap .ctitle {
	margin-bottom: 20px;
}
.index_wrap .ctitle .cname {
	font-size: 36px;
}
.index_wrap .ctitle .caname {
	color: #666;
	font-size: 26px;
	font-family: Impact;
}
.index_wrap .ctitle .cseoname {
	align-items: center;
}
/* 列表 */
.picture_list {
	display: grid;
	grid-template-columns: 160px 1fr 100px;
	margin-bottom: 20px;
	gap: 10px;
}
.picture_list .picutre {
	padding: 10px;
	align-content: center;
	border: 1px solid #DDD;
}
.picture_list .content {
	padding: 20px;
	border: 1px dashed #DDD;
}
.picture_list .date {
	border: 1px solid #DDD;
	display: grid;
	place-content: center;
	color: #003C8D;
	text-align: center;
	transition: all 0.5s ease 0s;
}
.picture_list .date .year {
	font-size: 20px;
	font-weight: bold;
}
.plist .wrap {
	transition: all .5s ease 0s;
	overflow: hidden;
	border: 2px solid #EEE;
	padding: 10px;
	background: #FFF;
}
.plist .wrap:hover {
	border: 2px solid #003C8D;
}
.plist .wrap .title {
	border-radius: 5px;
	margin-top: 10px;
	padding: 20px;
	color: #000;
	font-size: 16px;
	background: #F2F2F2;
}
.plist .wrap .title a {
	color: #000;
}
.article_list_simple li {
	line-height: 38px;
	border-bottom: 1px dashed #DDD;
}
.article_list li {
	display: grid;
	grid-template-columns: 1fr 100px;
	gap: 15px;
}
.article_list li .title {
	display: grid;
	border: 1px dashed #DDD;
	padding: 20px;
	align-content: center;
}
.article_list li .date {
	background-color: #003C8D;
	display: grid;
	place-content: center;
	color: #FFF;
	text-align: center;
	transition: all 0.5s ease 0s;
}
.article_list li:hover .date {
	background-color: #E33;
}
.article_list li:hover .title {}
.article_list li .date .year {
	font-size: 20px;
	font-weight: bold;
}
.index_hd {
	background-color: #003C8D;
	color: #FFF;
	padding: 15px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.index_hd .more {
	justify-self: end;
	align-self: center;
}
.index_hd .more a {
	color: #FFF;
}
.index_bd {
	border: 1px solid #EEE;
	padding: 10px;
	margin-bottom: 20px;
}
.index_01 {
	background: url(images/bg_01.jpg) center no-repeat;
	background-color: #FFF;
	padding: 80px 0;
}
.index_02 {
	background: url(images/bg_02.png) center no-repeat;
	padding: 80px 0;
}
.index_03 {
	background-color: #F7F7F7;
	padding: 80px 0;
}
.index_05 {
	background: url(images/bg_05.jpg) center no-repeat;
}
#about {
	margin-top: 40px;
}
#about .wrap {
	background-color: #FFF;
	border-radius: 5px;
	height: 100%;
	padding: 20px;
	padding-bottom: 40px;
}
#about .wrap .icon {
	font-size: 100px;
	text-align: center;
	color: #003C8D;
}
#about .wrap .title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#about .wrap .content {
	margin-top: 20px;
	text-align: center;
}
#footer_nav {
	border-bottom: 1px solid #004DB7;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#footer_nav ul {
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	column-gap: 20px;
}
#footer_nav ul .maina {
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
}
#channel_cover {
	margin-top: 20px;
	text-align: center;
}
.bidding_intor .wrap {
	background-color: #EEE;
	padding: 30px;
	border-radius: 15px;
	display: grid;
	grid-template-columns: 100px 1fr;
}
.bidding_intor .wrap .icon {
	font-size: 60px;
	color: #E10029;
}
.bidding_intor .wrap .text {
	justify-content: center;
}
.bidding_intor .wrap .title {
	font-size: 26px;
}
.login{
	width: 400px;
	margin: 0 auto;
}
.bidding_wrap{
	display: grid;
	grid-template-columns: 160px 1fr;
}
.bidding_wrap .left{
	border: 1px solid #EEE;
	padding: 9px;
}
.bidding_wrap .left ul li{
	margin-bottom: 5px;
}
.bidding_wrap .left ul li a{
	display: block;
	background-color: #EEE;
	line-height: 38px;
	text-align: center;
}
.bidding_wrap .left ul li a:hover{
	background-color: #003C8D;
	color: #FFF;
}
.bidding_wrap .right{
	margin-left: 20px;
}

.about {
	background: url(images/about.jpg) center no-repeat;
	height: 675px;
	color: #FFF;
	padding: 100px 30px 30px 520px;
}
