* {
	margin: 0;
	padding: 0;
}

html,body {
	min-width: 320px;
	float: left;
	width: 100%;
}

input {
	background: none;
	outline: none;
	border: none;
}

input::-webkit-input-placeholder {
	color: #DEE3E5;
}

.clear{
	clear: both;
}

img {
	border: none;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	font-size: 16px;
	color: #000000;
}

a:hover {
	color: red;
}

.bx-wrapper {
	margin: 0 auto;
}

.bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0;
}

#wp_paging_w4 {
	overflow: hidden;
	padding-top: 20px;
}

.active {
	color: #1495D1 !important;
	border-bottom: 3px solid #1495D1;
}

.show {
	display: block!important;
}

.side-active {
	background-color: #1495D1!important;
	color: #ffffff !important;
	position: relative;
}

.side-active1 {
	background-color: #1495D1!important;
	color: #ffffff !important;
}

.side-active:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
	border-top: 7px solid transparent;
	border-left: 6px solid #ffffff;
	border-bottom: 7px solid transparent;
}

.side-item-active {
	font-weight: bold;
	color: #ffffff !important;
	background-color: #1495D1!important;
	position: relative;
}

.side-item-active:before {
	content: '';
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translate(0, -50%);
	border-top: 5px solid transparent;
	border-left: 6px solid #ffffff;
	border-bottom: 5px solid transparent;
}

.container {
	margin: 0 auto;
	padding: 0;
	/*width: 1164px;*/
	/*overflow: hidden;*/
}


/*轮播图插件*/
#featured-area {
	padding-top: 62px;
	position: relative;
}

#featured-area ul li .title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
}

@media (min-width: 991px) {
	#featured-area{
	    width: 44% !important;
	}
	.roundabout-holder {
	    width: 60% !important;
	}
	.ban_l_btn{
		left: -325px;
	}
	.ban_r_btn{
	    right: -325px;
	}
}
@media (min-width: 1200px) {
	.ban_l_btn{
		left: -280px;
	}
	.ban_r_btn{
	    right: -280px;
	}
	.roundabout-holder {
	    width: 60% !important;
	}
}

@media (min-width: 1300px) {
	#featured-area {
		width: 54% !important;
	}
	.roundabout-holder{
		width: 78% !important;
	}
	.ban_l_btn {
		left: -350px;
	}
	.ban_r_btn {
		right: -350px;
	}
}

@media (max-width: 991px) {
	.ban_l_btn,
	.ban_r_btn{
	    display: none;
	}
}


.title span {
	display: block;
}

.roundabout-moveable-item {
	width: 800px;
	height: 420px;
	padding: 0;
}

.ban_l_btn {
	position: absolute;
	width: 70px;
	height: 70px;
	background-image: url("../images/banner_arrow_left.png");
	top: 58%;
	transform: translate(0, -50%);
}

.ban_r_btn {
	position: absolute;
	width: 70px;
	height: 70px;
	background-image: url("../images/banner_arrow_right.png");
	top: 58%;
	transform: translate(0, -50%);
}


/*分页样式*/


/*#wp_paging_w4{*/


/*margin-top: 40px*/


/*}*/

@media (max-width:1200px) {
	.heard .container .h-right:after {
		left: initial;
	}
}

/*需要设置*/
.container{
	max-width: 1164px;
}

.article-content img, .wp_articlecontent img{
    max-width: 100% !important;
    height: auto !important;
}

.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);
}

input {
	outline: none;
	border: none;
}

.nav-mobile {
	position: absolute;
	top: 76px;
	display: none;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	border-top: 2px solid #d39e74;
	z-index: 10000;
	min-width: 320px;
}

.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: #1495d1;
	color: #fff;
}

.mobile-navlist>.nav-item>.nav-item-menu {
	display: none !important;
	padding: 0 15px;
}

.mobile-navlist .nav-item.on .nav-item-menu {
	display: block !important;
}

.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;
	min-width: 320px;
}

.mobile-form-search {
	position: relative;
	width: 70%;
	margin: 0 auto;
	border: 1px solid #1495d1;
	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: #1495d1;
    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: #1495d1;
	height: 20px;
	font-size: 20px;
}

.box-icon.open .icon {
	display: none;
}

@media (max-width: 991px) {
	.container {
		padding: 0 15px;
	}
	.box-icon {
		margin: 0px;
		position: absolute;
		height: 20px;
		top: 28px;
		bottom: 0;
	}
	.box-icon .icon {
		color: #1495d1;
		height: 20px;
		font-size: 20px;
		top: 0;
	}
	.box-icon-search {
		right: 45px;
	}
	.box-icon-other {
		text-align: right;
		right: 15px;
	}
	.box-icon-other span {
		cursor: pointer;
		font-size: 20px;
		top: 1px;
		color: #1495d1;
	}
	.box-icon-nav {
		left: 15px;
	}
	.nav-mobile,
	.bg-nav-mobilce,
	.bg-nav-mobilce2 {
		position: fixed;
	}
}
