/*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);
	float: left;
	width: 100%;
	background: #fafaf8;
}

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;
}

@media (min-width:1350px ) {
	.container{
		width: 1350px;
	}
}

@media (min-width:1500px ) {
	.container{
		width: 1480px;
	}
}
/*header*/

/*需要设置*/
.container{
	max-width: 1600px;
}

.common-wrapper{
	float: left;
	width: 100%;
	/*min-height: 450px;*/
}

.article-content img, .wp_articlecontent img,.teacher-box img {
    max-width: 100% !important;
    height: auto !important;
}

/*.top{
	height: 28px;
	border-top: 2px solid #a01743;
	background: #e5e5e5;
}*/

input {
	outline: none;
	border: none;
}

.top-welcome p{
	line-height: 35px;
	color: #999;
}

.top-form{
	font-size: 0;
	height: 26px;
	position: relative;
	/*background: #eee;*/
}

.keywords{
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    padding: 0 26px 0 18px;
    width: 200px;
    background: none;
}

.btn-sub{
	width: 26px;
	height: 35px;
	background: url(../images/icon_search.png) center center no-repeat;
	background-size: 16px;
	position: absolute;
	top: 0;
	right: 0;
}

.top-link{
	font-size: 0;
	line-height: 30px;
}

.top-link a{
	font-size: 12px;
	color: #333;
	padding: 0 30px;
	position: relative;
}

.top-link a:before{
	content: '';
	width: 1px;
	height: 12px;
	background: #bfbfbf;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
}

.top-link a:first-child:before{
	display: none;
}

.top-link a:hover{
	color: #e77817;
}

.header {
	position: absolute;
	width: 100%;
	height: 105px;
	min-width: 320px;
	/*box-shadow: 0 3px 3px rgba(2,74,133,.2);*/
	z-index: 999;
}

.header .container {
	position: relative;
}
.logo-d img{
	max-width: 425px;
}
.header .logo-d a{
	display: inline-block;
	padding: 18px 10px;
	background: rgba(0,0,0,0.5);
}

.main-bg {
	float: left;
	width: 100%;
	clear: both;
}

.mobile-span-icon{
	color: #373737;
    font-weight: normal;
    font-size: 12px;
    margin-left: 5px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.mobile-navlist .nav-item.on>a .mobile-span-icon{
	color: #fff;
	transform: rotate(-180deg);
}

.nav-all {
	clear: both;
    position: absolute;
    right: 0;
    top: 0px;
}

.navlist {
	height: 105px;
}

.navlist>li {
	float: left;
	text-align: center;
}

.navlist>li>a {
	color: #000;
	font-size: 16px;
	line-height: 105px;
	display: block;
	padding: 0 26.5px;
}

.navlist>li>a:hover,
.navlist>li:hover>a {
	color: #e77817;
}

.navlist>li.active>a{
	color: #e77817;
	font-weight: bold;
}
.navlist>li>a:hover::before,.navlist>li.active>a::before{
	content: '';
    border-bottom: 10px solid #e77817;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -10px;
    transition: all .2s ease-in;
    z-index: 999;
}
.navlist>li.active:first-child>a::before{
	display: none;
}
.navlist>.nav-item {
	position: relative;
}
.navlist>.nav-item>.nav-item-menu {
	position: absolute;
    top: 85px;
    left: 0;
    min-width: 100%;
    white-space: nowrap;
    text-align: left;
    background: #e77817;
    z-index: 10000;
    display: none;
}

.navlist>.nav-item>.nav-item-menu>li>a {
	/*color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
	color: #fff;
    display: block;
    padding: 9px 26px;
    font-size: 15px;
}

.navlist>.nav-item>.nav-item-menu>li>a:hover {
	background: #ebb485;
	color: #fff;
}

.nav-mobile {
	position: absolute;
	top: 76px;
	display: none;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	border-top: 2px solid #e77817;
	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;
    position: relative;
}

.mobile-navlist>li>a {
	font-weight: bold;
}

.mobile-navlist .nav-item.on>a {
	background-color: #e77817;
	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;
}

.thrnav{
	padding-left: 28px;
}

.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 #e77817;
	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: #e77817;
    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: #e77817;
	height: 20px;
	font-size: 20px;
}

.box-icon.open .icon {
	display: none;
}

.thrnav{
	text-indent: 2em;
}

.footer{
	padding: 40px 0px 0px;
	background: #444;
}
.footer  .joinT{
	margin-bottom: 20px;
}
.footer  .joinT p{
	position: relative;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
}
.footer  .joinT p:after{
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: '';
	width: 36px;
	height: 1px;
	background: #e77817;
}
.footer .joinus ul li a,.footer .links ul li a{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.footer .joinus ul li a:hover,.footer .links ul li a:hover{
	color: #e77817;
}
.bottomLogo{
	margin-bottom: 20px;
}
.bottomLogo img{
	height: 80px;
}
.addL ul{
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.addL ul li{
	font-size: 16px;
	color: #fff;
	float: left;
	margin-right: 10px;
}
.addL ul li img{
	height: 18px;
}
.addL p{
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
}
.copyright{
	margin-top: 40px;
	line-height: 50px;
	background: #333;
	text-align: center;
}
.copyright p a{
	font-size: 16px;
	color: #fff;
}

/**/
.list-title {
	border-bottom: 1px solid #e77817;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
}
.list-title h4 {
	float: left;
	font-size: 16px;
	background-color: #e77817;
	padding: 8px;
	color: #fff;
}
.list-title .list-show {
	display: block!important;
	color: #e77817!important;
	margin-top: 17px!important;
	line-height: 15px!important;
	font-size: 15px!important;
	cursor: pointer;
}
.local-title {
    width: 100%;
    padding: 18.5px 25px;
    background-color: #e77817;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #fff;
}
@media (max-width: 1350px) {
	.navlist>li>a{
		padding: 0 18.5px;
	}
	.navlist>.nav-item>.nav-item-menu>li>a{
		padding: 9px 18px;
	}
}

@media (max-width: 1200px) {
	.header-logo{
	    height: 35px;
    	margin-top: 9px;
	}
	.navlist>li>a{
		padding: 0 13.5px;
	}
	.navlist>.nav-item>.nav-item-menu>li>a{
		padding: 9px 13px;
	}
	
}

@media (max-width: 991px) {
	.header {
		position: fixed;
		width: 100%;
		height: 76px;
		overflow: hidden;
		top: 0;
		background: rgba(0,0,0,0.5);
		z-index: 10000;
	}
	.logo-d {
		height: 45px;
	}
	.header .logo-d a{
		background: none;
	}
	.header-logo {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		height: 46px;
	}
	.container {
		padding: 0 15px;
	}
	.header .container {
		padding: 15px;
		height: 76px;
		border-bottom: none;
	}
	.main-bg{
		/*margin-top: 76px;*/
	}
	.box-icon {
		margin: 0px;
		position: absolute;
		height: 20px;
		top: 13px;
		bottom: 0;
	}
	.box-icon .icon {
		color: #e77817;
		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: #e77817;
	}
	.box-icon-nav {
		left: 0;
	}
	.nav-mobile,
	.bg-nav-mobilce,
	.bg-nav-mobilce2 {
		position: fixed;
	}
	
}
@media screen and ( max-width: 768px){
	.footer{
		padding-top: 20px;
	}
	.footer .joinus ul,.footer .links ul{
		display: inline-block;
		width: 100%;
	}
	.footer .joinus ul li ,.footer .links ul li{
		float: left;
		width: 30%;
		line-height: 30px;
	}
	.bottomLogo{
		display: none;
	}
	.addL{
		margin-top: 10px;
	}
	.addL ul li{
		font-size: 14px;
	}
	.addL ul li img{
		height: 14px;
	}
	.addL p{
		font-size: 14px;
	}
	.copyright{
		margin-top: 20px;
	}
	.copyright p a{
		font-size: 12px;
	}
}
@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;
	}

}

@media (max-width: 355px) {
	.header-logo{
		height: 40px;
	}
}

/*页码样式调整*/

.wp_paging {
	float: none;
	text-align: right;
	margin-top: 35px;
}

.wp_paging li,
.wp_paging li span,
.wp_paging li a {
	float: none;
}

.wp_paging a.pagingJump {
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	background: #e77817;
	color: #fff;
	padding: 0 3px 0 7px;
	border-radius: 5px;
	margin-left: -7px;
	margin-bottom: 3px;
}

.wp_paging a.pagingJump:hover {
	color: #fff;
}

.wp_paging li span.pages {
	margin-left: 15px;
	margin-top: -2px;
}

.wp_paging li input {
	width: 55px;
	height: 20px;
	line-height: 20px;
	border-radius: 4px;
	margin-top: -25px;
}