/*reset*/

* {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", "Regular",Helvetica, Arial, sans-serif;
}

*:focus {
	outline: none;
}

html,
body {
	margin: 0;
	padding: 0;
	color: #333;
	min-width: 320px;
	opacity: 0;
	filter: alpha(opacity=0);
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	outline: none;
}

a:focus {
	text-decoration: none;
	outline: none;
}

ol,
ul,
li {
	margin: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Microsoft YaHei';
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-rendering: optimizelegibility;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.container,
.container-fluid {
	padding: 0;
}

.media-left,
.media-right,
.media-top {
	padding: 0;
}

.media,
.media-heading {
	margin: 0;
}

p,
.row,
dl {
	margin: 0;
}

.bx-wrapper {
	margin: 0 auto;
}

.bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0;
}

button {
	border: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.btn.active,
.btn:active {
	outline: none;
	outline-offset: 0;
	box-shadow: none;
}

em,
i {
	font-style: normal;
}
/*header*/

/*需要设置*/
.container{
	max-width: 1170px;
}

.article-content img, .wp_articlecontent img {
    max-width: 100% !important;
    height: auto !important;
}

.header {
	height: 128px;
	background: #1b6ed3;
	min-width: 320px;
}

.header .container {
    position: relative;
    padding: 19px 0 19px;
    background-size: 18%;
}

@media (max-width: 991px) {
	.logo-d {
		height: 45px;
	}
	.header-logo {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		height: 46px;
	}
	.header .container {
		height: 72px;
		background: none;
	}
}

.main-bg {
	width: 100%;
	clear: both;
}

.mobile-span-icon{
    color: #373737;
    font-weight: normal;
    font-size: 12px;
    position: absolute;
    top: 14px;
    right: 15px;
}
.mobile-navlist .nav-item.on>a .mobile-span-icon{
	color: #fff;
	transform: rotate(-180deg);
}

input {
	outline: none;
	border: none;
}

.nav-search {
	position: relative;
}

.nav-search {
	width: 235px !important;
	height: 31px;
	line-height: 31px;
	color: #333;
	background: none;
	border: 1px solid #dcdcdc;
	border-radius: 16px;
	margin-top: 19px;
	padding: 0 35px 0 15px;
	overflow: hidden;
}

.nav-search form{
	height: 29px;
}

.nav-search input.keywords {
	width: 100%;
	height: 29px;
	line-height: 29px;
	background: none;
}

.btn-sub {
	position: absolute;
	right: 6px;
	top: 2px;
	width: 25px;
	height: 25px;
	background: url(../images/icon_search.png) center center no-repeat;
}

.header-link{
    margin: 26px 10px 0 0;
}

.header-link a{
	font-size: 14px;
	color: #fff;
	padding: 0 22px;
	position: relative;
}

.header-link a:hover{
	color: #f9dbb5;
}

.header-link a:after{
	content: '';
	width: 1px;
	height: 13px;
	background: #f7f7f7;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6.5px;
}

.header-link a:last-child:after{
	display: none;
}

.nav-all {
	width: 100%;
	clear: both;
	color: #fff;
	background: #fff;
}

.navlist {
	height: 50px;
}

.navlist>li {
	float: left;
	width:14.28%;
	text-align: center;
}

.navlist>li>a {
	color: #0068b7;
	font-size: 17px;
	line-height: 50px;
	display: block;
	padding: 0 31px;
	font-family: 'Microsoft YaHei';
	font-weight: bold;
}

.navlist>li.active>a{
	font-weight: bold;
	background: #1b6dd3;
	color: #fff;
}

.navlist>li>a:hover {
	color: #fff;
	background: #1b6dd3;
}

.navlist>.nav-item {
	position: relative;
}

.navlist>.nav-item>.nav-item-menu {
	position: absolute;
	top: 50px;
	left: 0;
	right:0 !important;
	min-width: 100%;
	white-space: nowrap;
	background: #1b6dd3;
	z-index: 10;
	display: none;
}

.navlist>.nav-item>.nav-item-menu>li>a {
	color: #fff;
    display: block;
    padding: 9px 5px;
    font-size: 14px;
    text-align: center;
}

.navlist>.nav-item>.nav-item-menu>li>a:hover {
	background: #0c4fa2;
}

@media (max-width:1200px) {
	.navlist>li>a{
		padding: 0 21.8px;
	}
}

.nav-mobile {
	position: absolute;
	top: 76px;
	display: none;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	border-top: 2px solid #0068b7;
	z-index: 10000;
}

.mobile-navlist {
	background: #fff;
	overflow-y: auto;
	max-height: 350px;
}

.mobile-navlist>li {
	border-bottom: 1px solid #efefef;
}

.mobile-navlist li a {
	display: block;
	padding: 0 15px;
	text-decoration: none;
	font-size: 14px;
	color: #373737;
	height: 40px;
	line-height: 40px;
}

.mobile-navlist>li>a {
	font-weight: bold;
	position: relative;
}

.mobile-navlist .nav-item.on>a {
	background-color: #1b6ed3;
	color: #fff;
}

.mobile-navlist>.nav-item>.nav-item-menu {
	display: none;
	padding: 0 15px;
}

.mobile-navlist .nav-item.on .nav-item-menu {
	display: block;
}

.mobile-navlist>.nav-item>.nav-item-menu>li>a {
	font-size: 14px;
	height: 34px;
	line-height: 34px;
}

.bg-nav-mobilce,
.bg-nav-mobilce2 {
	display: none;
	position: absolute;
	top: 76px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: .6;
	filter: alpha(opacity=60);
	z-index: 998;
}

.box-mobile-form {
	z-index: 9999;
	display: none;
	padding: 10px 0 10px 0;
	position: fixed;
	width: 100%;
	background: #fff;
	top: 76px;
}

.mobile-form-search {
	position: relative;
	width: 70%;
	margin: 0 auto;
	border: 1px solid #1b6ed3;
	border-radius: 16px;
}

.mobile-input-search {
	display: block;
	padding: 0 40px 0 15px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: none;
	background-color: transparent;
	color: #000;
	border-radius: 16px;
}

.mobile-btn-search {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: none;
    border: none;
    outline: none;
}

.mobile-search-icon {
    font-size: 20px;
    color: #1b6ed3;
    margin-top: 5px;
    cursor: pointer;
}

.icon-collapse {
	top: 0;
}

.box-icon .icon {
	cursor: pointer;
	display: block;
	height: 30px;
}

.box-icon .icon-collapse {
	display: none;
}

.box-icon.open .icon-collapse {
	display: block;
	color: #fff;
	height: 20px;
	font-size: 20px;
}

.box-icon.open .icon {
	display: none;
}

.thrnav{
	text-indent: 2em;
}

@media (max-width: 991px) {
	.header {
		position: fixed;
		width: 100%;
		height: 76px;
		overflow: hidden;
		top: 0;
		z-index: 10000;
	}
	.container {
		padding: 0 15px;
	}
	.header .container {
		padding: 15px;
		border-bottom: none;
	}
	.main-bg{
		margin-top: 76px;
	}
	.box-icon {
		margin: 0px;
		position: absolute;
		height: 20px;
		top: 10px;
		bottom: 0;
	}
	.box-icon .icon {
		color: #fff;
		height: 20px;
		font-size: 20px;
	}
	.box-icon-search {
		right: 45px;
	}
	.box-icon-other {
		text-align: right;
		right: 0;
	}
	.box-icon-other span {
		cursor: pointer;
		font-size: 20px;
		top: 1px;
		color: #fff;
	}
	.box-icon-nav {
		right: 0;
	}
	.nav-mobile,
	.bg-nav-mobilce,
	.bg-nav-mobilce2 {
		position: fixed;
	}
}

@media (max-width: 450px) {
	.box-icon .icon,.box-icon.open .icon-collapse {
		font-size: 15px;
		top: 4px;
	}
	.box-icon-other span {
		font-size: 15px;
		top: 4px;
	}
}

.footer-link a{
	display: inline-block;
	font-size: 14px;
	color: #454545;
	margin: 0 13px 15px;
}

.footer-link a:hover{
	color: #0068b7;	
}

.footer-all{
	margin-top: 30px;
	float: left;
	width: 100%;
}

.footer {
	float: left;
	width: 100%;
	color: #fff;
	min-width: 320px;
	padding: 25px 0;
	min-height: 100px;
	background: url(../images/footer-bg.png) center center no-repeat;
	background-size: cover;
	border-top: 5px solid #0068b7;
}

.footer-left,
.footer-middle{
	float: left;
	margin-top: 20px;
}

.footer-right{
	float: right;
}

.footer-left{
	width: 40%;
}

.footer-left img{
	padding: 16.5px 0;
	max-width: 100%;
}

.footer-middle{
	width: 40%;
}

.footer-right{
	width: 20%;
	text-align: right;
}

.footer-middle img{
	margin-right: 13px;
}

.footer-middle p{
	font-size: 14px;
	margin-bottom: 10px;
        color:#fff;
}

.footer-middle p a{
        color:#fff;
}
.footer-middle p a:hover{
        color:#fff;
}
.footer-right li{float:left;margin-left:15px;}
.footer-right .share_list .share_item img {background-color:#fff;padding:2px;margin-bottom:10px;width:100px;height:100px;}
.footer-right .share_list .share_item p{display:block;font:14px/16px "宋体";color:#fff;text-align:center;}



.e-box{
	position: relative;
}

.e-code{
    width: 100px;
    height: 100px;
    display: none;
    position: absolute;
    top: -120px;
    left: -25px;
}

.footer-copy{
	float: left;
	width: 100%;
	background: #313131;
	color: #fff;
	font-size: 12px;
	padding: 13px 0;
}

.footer-copy-right a{
	color: #fff;
	padding: 13px;
	position: relative;
}

.footer-copy-right a:after{
	content: '';
	width: 1px;
	height: 10px;
	background: #d0d0d0;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0;
}

.footer-copy-right a:last-child:after{
	display: none;
}

.footer-copy-right a:hover{
	color: #febf6e;
}

@media (max-width: 1200px) {
	.footer{
		padding: 30px 0;
	}
	.footer-left,
	.footer-middle,
	.footer-right{
		width: 50%;
	}
	.footer-left img{
		padding: 0 0 20px;
	}
	.footer-right{
		padding-top: 13px;
		padding-left:10%;
	}	
	.footer-right img{
		margin-left: 0;
		margin-right: 12px;
	}
	.footer-copy-left,
	.footer-copy-right{
		width: 100%;
	}
	.footer-copy-right{
		margin-top: 10px;
	}
	.footer-copy-right a:first-child{
		padding-left: 0;
	}
}
@media (max-width: 700px) {
	.footer-right{
		padding-left:0;
	}	
}
@media (max-width: 540px) {
.footer-right .share_list .share_item img {width: 60px;height: 60px;}
.footer-right .share_list .share_item p { font-size: 14px;}
}
@media (max-width: 400px) {
.footer-right li{margin-left:10px;}
.footer-middle p{font-size: 12px;}
.footer-right .share_list .share_item img {width: 50px;height: 50px;}
.footer-right .share_list .share_item p { font-size: 12px;}
}