﻿@media only screen and (min-width: 900px) {
	/*顶部*/
	/*.wrap {*/
	/*	width: 1200px;*/
	/*	margin: 0px auto;*/
	/*	padding: 0px 0px 0px 0px;*/
	/*	overflow: hidden;*/
	/*	border-top: 0px solid #99100d;*/
	/*}*/
	#middle {
		width: 1200px;
		margin: 0px auto;
		margin-bottom: 15px;
		padding: 0px 10px 0px 10px;
		overflow: hidden;
		background: #fff;
		border-top: 0px solid #99100d;
	}
	#header-web {
		width: 100%;
		overflow: hidden;
		padding: 50px 0;
	}
	.logo {
		width: 640px;
		float: left;
		overflow: hidden;
		margin-left: 25px;
	}
	.logo img {
		width: 100%;
		display: block;
	}
	/*搜索*/
	.search {
		width: 400px;
		height: 49px;
		background: #22447b;
		padding: 2px;
		overflow: hidden;
		border-radius: 4px;
		margin: 19px 0;
		float: right
	}
	.search .text {
		width: 280px;
		padding: 0 10px;
		height: 45px;
		font-size: 16px;
		border: none;
		color: #333;
		font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
		outline: none;
		border-radius: 0px;
		float: left;
	}
	.search .btd {
		width: 100px;
		height: 46px;
		border: 0px;
		float: left;
		background: none;
		text-align: center;
		color: #fff;
		cursor: pointer;
		outline: none;
		font-size: 18px;
	}
	cite {
		color: #f37800;
		font-style: normal;
	}
	.searchtitle {
		width: 100%;
		font-size: 18px;
		font-weight: normal;
		color: #150707;
		margin-bottom: 30px;
		height: 70px;
		line-height: 72px;
		text-indent: 50px;
		background: #fff;
	}
	/*菜单*/
	#header-nav {
		height: 45px;
		background: #22447b;
		width: 100%;
		border-radius: 3px;
		margin-top: 25px;
	}
	#header-nav li {
		float: left;
		position: relative;
		width: 12.5%;
	}
	#header-nav li a {
		width: 100%;
		display: block;
		color: #fff;
		text-align: center;
		line-height: 45px;
	}
	.current-menu-item {
		background: #102c58;
		color: #fff;
	}
	#header-nav li a:hover {
		background: #102c58;
	}
	#header-nav li:hover>ul {
		top: 50px;
		left: 0px;
		display: block;
		width: 140px;
		height: auto;
	}
	.sub-menu {
		position: absolute;
		z-index: 99999;
		top: 50px;
		left: 0px;
		transition: all 600ms;
		overflow: hidden;
		width: 140px;
		height: 0px;
	}
	.sub-menu li {
		width: 100%;
		margin-left: 0px;
		border-top: 1px solid #efb57c;
		clear: both;
	}
	/*继成，但是可以改变*/
	.sub-menu li a {
		width: 100%;
		text-align: center;
		color: #fff;
		text-indent: 0px;
		padding: 0px;
	}
	.sub-menu li a:hover {
		color: #fff;
	}
	/*选项卡*/
	.widget {
		width: 580px;
		margin-top: 30px;
		float: right;
	}
	.widget-tab input {
		display: none
	}
	.widget-tab .widget-box ul {
		display: none
	}
	.widget-title {
		height: 48px;
		width: 100%;
		border-radius: 2px;
		position: relative;
		border-bottom: 2px solid #ebebeb;
	}
	.widget-title li span {
		display: none;
	}
	.widget-title li.active span {
		display: block;
	}
	.widget-title ul li {
		float: left;
		line-height: 40px;
		text-align: left;
	}
	.widget-title ul li:last-child{
		margin-left: 140px;
	}
	.widget-title ul li label {
		width: 100%;
		display: block;
		font-size: 24px;
		font-weight: bold;
		line-height: 48px;
	}
	.widget-title li span {
		width: 120px!important;
	}
	#new:checked~.widget-title .new,
	#hot:checked~.widget-title .hot,
	#random:checked~.widget-title .random {
		color: #000;
	}
	#new:checked~.widget-box .new-list,
	#hot:checked~.widget-box .hot-list,
	#random:checked~.widget-box .random-list {
		display: block
	}
	.widget-box {
		width: 100%;
	}
	.widget-box ul li {
		width: 100%;
		clear: both;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 22px;
	}
	.widget-box ul li:last-child {
		border-bottom: none;
		margin-bottom: 0;
	}
	.widget-box ul li a {
		color: #313131;
		line-height: 45px;
	}
	.widget-box ul li a:before {
		margin-right: 10px;
		font-size: 14px;
	}
	.widget-box ul li span {
		float: right;
		color: #888888;
		font-size: 15px;
		margin-top: 14px;
		font-style: italic
	}
	.we {
		overflow: hidden;
		border-bottom: none;
		padding: 20px 0px;
	}
	.we img {
		width: 176px;
		height: auto;
		margin-right: 30px;
		float: left;
		border-radius: 2px;
	}
	.we .fwe {
		float: left;
		width: 324px;
		font-size: 20px;
		color: #000;
		overflow: hidden;
		display: block;
		margin-top: -10px;
		text-indent: 0px;
	}
	.we p {
		font-size: 15px;
		line-height: 25px;
		margin-top: 10px;
		width: 324px;
		float: left;
		text-indent: 0px;
		margin-top: -2px;
	}
	/*企业简介*/
	.inte {
		width: 580px;
		float: left;
		margin-top: 30px;
		overflow: hidden;
	}
	.inte h2 {
		font-size: 24px;
		color: #000;
		line-height: 48px;
		position: relative;
		border-bottom: 2px solid #ebebeb;
		margin-bottom: 25px;
	}
	.inte h2 span {
		width: 120px!important;
	}
	.inte i {
		color: #d0d0d0;
		font-size: 17px;
		font-weight: 100;
	}
	.inte .dain {
		width: 100%;
		height: auto;
		margin-bottom: 4px;
		border-radius: 3px;
	}
	.inte p {
		text-indent: 0;
		color: #fff;
		line-height: 32px;
		font-size: 18px;
		padding: 20px;
		float: left;
		clear: both;
	}
	.clear {
		clear: both;
	}
	.more {
		color: #0a3a72;
	}
	/*专题*/
	.necw {
		width: 100%;
		background: #fff;
		overflow: hidden;
		padding: 35px 0px;
		margin-top: 40px 0 20px 0;
		float: left;
	}
	.necw h2 {
		position: relative;
		width: 100%;
		text-align: left;
		font-size: 24x;
		line-height: 48px;
		color: #000;
		border-bottom: 2px solid #ebebeb;
		font-weight: bold;
		margin-bottom: 25px;
		border-radius: 3px;
	}
	.liaa {
		width: 360px;
		float: left;
		overflow: hidden;
		margin-left: 30px;
	}
	.liaimg {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		border: 0px solid #fff;
	}
	.liaimg img {
		display: block;
		width: 100%;
		height: auto;
		border-radius: 2px;
		object-fit: cover;
	}
	.liale {
		width: 90%;
		margin: 0 auto;
	}
	.liale a {
		font-weight: 100;
		line-height: 50px;
		height: 50px;
		overflow: hidden;
		width: 100%;
		display: block;
	}
	/*页面主体*/
	.box {
		width: 900px;
		overflow: hidden;
		margin: 0 auto;
		padding-bottom: 40px;
	}
	/*文章列表*/
	.list {
		width: 100%;
		padding-bottom: 35px;
		margin-top: 40px;
		overflow: hidden;
		border-bottom: 2px dashed #f1f1f1
	}
	.titleimg {
		display: block;
		float: left;
		width: auto;
		height: auto;
		overflow: hidden;
	}
	.titleimg img {
		display: block;
		width: 280px;
		height: auto;
		border-radius: 3px;
	}
	.mecctitle {
		width: 580px;
		float: right;
		line-height: 21px;
	}
	.mecctitle a {
		font-size: 20px;
	}
	.mucctitle {
		width: 99%;
		margin: 0 auto;
		line-height: 21px;
	}
	.mucctitle a {
		font-size: 20px;
	}
	time {
		color: #a2a2a2;
		margin-top: 21px;
		font-style: normal;
		font-size: 16px;
		float: left;
		margin-left: 40px;
	}
	.tebe {
		margin-left: 0px;
	}
	.zaiyao {
		float: right;
		width: 580px;
		line-height: 35px;
		margin-top: 11px;
		font-size: 17px;
	}
	.zuiyao {
		width: 100%;
		line-height: 35px;
		margin-top: 10px;
		clear: both;
		float: right;
		font-size: 16px;
	}
	.zan {
		background: #f37800;
		text-indent: 0px;
		color: #fff;
		border-radius: 5px;
		width: 35px;
		height: 15px;
		text-align: center;
		font-size: 11px;
		line-height: 15px;
		display: inline-block;
	}
	/*分页*/
	.posts-nav {
		font-size: 14px;
		color: rgba(0, 0, 0, 0.44);
		text-align: center;
		margin-top: 40px;
	}
	.posts-nav .page-numbers {
		border-radius: 3px;
		border: 1px solid #f1f1f1;
		display: inline-block;
		background: #fff;
		text-align: center;
		width: 30px;
		line-height: 30px;
		margin: 0 5px;
	}
	.posts-nav .page-numbers.current,
	.posts-nav .page-numbers:not(.dots):hover {
		background: #f37800;
		border-color: #f37800;
		color: #fff;
	}
	.posts-nav .page-numbers.dots {
		border-color: rgba(0, 0, 0, 0)
	}
	/*文章开始*/
	.p3 {
		font-size: 38px;
		color: #000;
		text-align: center;
		margin-top: 40px;
	}
	.p2 {
		font-weight: 100;
		font-size: 14px;
		color: #a2a2a2;
		text-align: center;
		text-align: center;
		clear: both;
		margin-top: 20px;
		text-transform: capitalize;
	}
	.content-text {
		width: 88%;
		padding: 0 6%;
		overflow: hidden;
	}
	.content-text img {
		max-width: 100%;
		margin: 0 auto;
	}
	.ccli_left {
		width: 15%;
	}
	.ccli_left .day {
		width: 100%;
		color: #22447b;
		font-size: 28px;
		font-weight: bold;
		font-style: normal;
		display: block;
		text-align: center;
		margin-top: 10px;
	}
	.ccli_left .year {
		width: 100%;
		font-size: 14px;
		margin-top: 2px;
		font-style: normal;
		display: block;
		text-align: center;
	}
	.ccli_right {
		width: 82%;
		flex: 1;
		margin-left: 22px;
	}
	.ccli_right .title {
		display: block;
		text-indent: 0;
		height: 35px;
		line-height: 40px;
		font-size: 18px;
	}
	.content-text p {
		clear: both;
		width: auto;
		display: block;
		line-height: 35px;
		margin-top: 30px;
		font-size: 16px;
		text-align: justify;
		text-indent: 35px;
	}
	.wp-block-image {
		width: 100%;
		display: block;
		margin-top: 30px;
	}
	.wp-block-image img {
		width: 100%;
		display: block;
	}
	figcaption {
		text-align: center;
		display: block;
		font-size: 17px;
		margin-top: 30px;
	}
	.content-text h2 {
		margin-top: 30px;
		width: auto;
		font-size: 33px;
		color: #222222;
	}
	.content-text h3 {
		margin-top: 30px;
		width: auto;
		font-size: 28px;
		color: #222222;
	}
	.content-text h4 {
		margin-top: 30px;
		width: auto;
		font-size: 23px;
		color: #222222;
	}
	blockquote {
		width: auto;
		padding: 0px 30px 25px 30px;
		margin-top: 30px;
		background: #f5f5f5;
		border-radius: 5px;
		overflow: hidden;
		clear: both;
	}
	.content-text ol {
		clear: both;
		list-style: inside lower-alpha;
	}
	.content-text ol li {
		line-height: 35px;
		margin-top: 30px;
	}
	.content-text ul {
		clear: both;
	}
	.content-text ul li {
		line-height: 35px;
		margin-top: 30px;
	}
	.content-text ul li:before {
		content: "";
		display: inline-block;
		margin-right: 15px;
		width: 10px;
		height: 10px;
		background-color: #dddddd;
		border-radius: 50%;
	}
	.gallery {
		width: 100%;
		margin: 40px 0px;
	}
	.gallery .gallery-item {
		float: left;
		margin-bottom: 2px;
	}
	#gallery-2 {
		margin-bottom: 5px;
	}
	.gallery-columns-3 .gallery-item {
		width: 33.333%;
	}
	.gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}
	.gallery-columns-2 .gallery-item {
		width: 50%;
	}
	.gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}
	.gallery-columns-1 .gallery-item {
		width: 100%;
		margin-bottom: -36px;
	}
	.gallery img {
		width: 100%;
		height: auto;
		display: block;
		background: url(/static/css/front/images/bg.gif) no-repeat;
		background-size: 100% auto;
	}
	pre {
		white-space: pre-wrap;
		word-wrap: break-word;
		margin-top: 30px;
	}
	pre code,
	code {
		display: block;
		overflow: auto;
		font-size: .88rem;
		padding: 2rem 2rem;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		line-height: 20px;
		background: #282b2f;
		border-radius: 3px;
		margin-right: 0px;
		color: #d7d7d7
	}
	code {
		display: inline-block;
		margin: -.36rem 0;
		padding: 0 .36rem;
		color: #fff;
		background: #d8643f;
		line-height: 1.6rem;
		font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
		margin-right: 15px;
	}
	.wp-block-button {
		width: 250px;
		margin: 30px auto;
		background: #0073aa;
		border-radius: 4px;
	}
	.wp-block-button__link {
		color: #fff;
		width: 250px;
		text-align: center;
		padding: 10px 0px;
		display: block;
	}
	.wp-block-button__link:hover {
		color: #fff;
	}
	.wp-block-video {
		width: 100%;
		display: block;
		margin: 0 auto;
		margin-top: 30px;
	}
	.wp-block-video video {
		width: 100%;
		display: block;
		border-radius: 5px;
	}
	.wp-block-audio {
		margin-top: 40px;
	}
	/*底部阅读*/
	.bdf {
		width: 100%;
		overflow: hidden;
		margin-top: 30px;
	}
	.bdf .yue {
		float: right;
		margin-right: 10px;
		color: #a2a2a2;
		background: url(../image/see.png) no-repeat;
		background-size: 22px auto;
		text-indent: 31px;
		background-position: 0 1px;
		height: 25px;
		line-height: 26px;
	}
	/*底部*/
	#dibu-main {
		background: #102c58;
		overflow: hidden;
		margin-top: 50px;
	}
	.dww {
		width: 1040px;
		margin: 0 auto;
		padding: 35px 0px;
		overflow: hidden;
	}
	.bottomlist {
		overflow: hidden;
		height: 35px;
		width: 240px;
		float: right;
		margin-top: 20px;
	}
	.bottomlist .xinlan {
		margin-right: 40px;
		width: 35px;
		height: 35px;
		background: #d72a2c;
		border-radius: 50%;
		float: left;
	}
	.bottomlist .weixin2 {
		float: left;
	}
	.bottomlist .weixin {
		position: absolute;
		width: 35px;
		height: 35px;
		background: #339d17;
		border-radius: 50%;
	}
	.bottomlist .weixin span {
		display: none;
	}
	.bottomlist .xixii {
		width: 35px;
		height: 35px;
		position: absolute;
		z-index: -99999;
		top: -35px;
		left: 0px;
		transition: all 0.5s;
	}
	.bottomlist .weixin:hover .xixii {
		padding: 5px;
		background: #fff;
		position: absolute;
		display: block;
		width: 130px;
		height: 130px;
		z-index: 999999;
		left: -55px;
		top: -196px;
		border-radius: 2px;
	}
	.bottom {}
	.botop {
		overflow: hidden;
		float: right;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
		font-size: 16px;
	}
	.botop-ul {
		overflow: hidden;
		float: right;
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
	.botop li {
		float: right;
	}
	.botop-ul li a {
		display: block;
		font-size: 16px;
		color: #bebebe;
		margin: 0 15px;
	}
	.bottom .botext {
		clear: both;
		text-align: center;
		margin-top: 50px;
		font-size: 16px;
		color: #fff;
	}
	.bottom .botext a {
		font-size: 16px;
		color: #fff;
	}
	.tongji {
		display: none
	}
	.scroll {
		width: 40px;
		height: 40px;
		color: #fff;
		line-height: 38px;
		text-align: center;
		position: fixed;
		right: 10px;
		bottom: 141px;
		cursor: pointer;
		font-size: 18px;
		border-radius: 2px;
		transition: all 0.5s;
		background-color: rgba(214, 98, 61, 0.18);
	}
	.scroll:hover {
		background: #d6623d;
		color: #fff;
	}
	/*404*/
	.c404 {
		width: 100%;
		background: #22447b;
		overflow: hidden;
		margin: 3px auto;
	}
	.fourjpg {
		width: 100%;
		background: url(../image/404.png) center no-repeat;
		height: 400px;
		margin: 0 auto;
	}
	.wrong {
		color: #fff;
		font-size: 28px;
		float: left;
		margin-top: 310px;
		width: 100%;
		text-align: center;
	}
	.four-buttom {
		display: inline-block;
		height: 27px;
		line-height: 27px;
		font-size: 16px;
		color: #f37800;
		padding: 0px 10px;
		margin-left: 20px;
		background: #fff;
		border-radius: 2px;
	}
	.four-buttom:hover {
		color: #fff;
	}
	.scroll {
		width: 40px;
		height: 40px;
		color: #fff;
		line-height: 38px;
		text-align: center;
		position: fixed;
		right: 10px;
		bottom: 141px;
		cursor: pointer;
		font-size: 18px;
		border-radius: 2px;
		transition: all 0.5s;
		background-color: rgba(214, 98, 61, 0.18);
	}
	.foot-logo {
		display: none;
	}
}