.tem_1_54 .w-slide {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 300px;
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
	visibility: hidden;
	z-index: 1 !important;
}
.tem_1_54 .w-slide-inner {
	margin: 0;
	padding: 0;
	cursor: default;
	position: relative;
	top: 0px;
	left: 0px;
	height: 300px;
	overflow: hidden;
}
.tem_1_54 .w-slide-inner .content-box {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	opacity: 1;
}
.tem_1_54 .w-slide-inner .content-box > .content-box-inner {
	width: 100% !important;
	height: 300px !important;
	position: absolute;
	z-index: 0 !important;
	top: 0;
	left: 0;
	background-size: cover;
}
.tem_1_54 .w-slide-inner .content-box>.smAreaC {
	height: 300px;
}
.tem_1_54 .w-slide-btn-box {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 16px;
	right: 16px;
}
.tem_1_54 .w-slide-btn-box div, .tem_1_54 .w-slide-btn-box div:hover, .tem_1_54 .w-slide-btn-box .w-slide-btnav {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}
.tem_1_54 .w-slide-btn-box .w-slide-btnav {
	background-color: transparent;
}
.tem_1_54 .w-slide-btn-box div {
	background-color: rgba(0, 0, 0, 0.35);
}
.tem_1_54 .w-slide-btn-box .w-slide-btnav {
	background-color: rgba(255,255,255,1);
}
.tem_1_54 .w-slide-btn-box .w-slide-btndn, .tem_1_54 .w-slide-btn-box .dn:hover {
}
.tem_1_54 .w-slide .w-slide-arrowl {
	margin: 0;
	padding: 0;
	top: 0px;
	left: 10px !important;
}
.tem_1_54 .w-slide .w-slide-arrowr {
	margin: 0;
	padding: 0;
	top: 0px;
	left: auto !important;
	right: 10px;
}
.tem_1_54 .w-slide .w-slide-arrowl, .tem_1_54 .w-slide .w-slide-arrowr {
	margin: 0;
	padding: 20px 8px;
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.tem_1_54 .w-slide .w-slide-arrowl .w-itemicon, .tem_1_54 .w-slide .w-slide-arrowr .w-itemicon {
	color: #FFF;
	font-size: 18px;
	-moz-opacity: .8;
	-webkit-opacity: .8;
	-ms-opacity: .8;
	-o-opacity: .8;
	opacity: .8;
}
.tem_1_54 .w-slide .w-slide-arrowl:hover {
	color: #fff;
}
.tem_1_54 .w-slide .w-slide-arrowr:hover {
	color: #fff;
}
.tem_1_54 .w-slide .w-slide-arrowl.w-slide-arrowldn {
	background-position: -256px -37px;
}
.tem_1_54 .w-slide .w-slide-arrowr.w-slide-arrowrdn {
	background-position: -315px -37px;
}
.tem_1_54 {
	position: relative;
}
.smart-resize .tem_1_54 .w-slide-control {
	display: block;
}
.tem_1_54 .w-slide-control {
	display: none;
	padding: 0 8px;
	position: absolute;
	border-radius: 4px 4px 0 0;
	background-color: #609ee9;
	width: 120px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
.tem_1_54 .w-slide-control.w-control-top {
	top: -32px;
	left: 248px;
}
.tem_1_54 .w-slide-control.w-control-bottom {
	bottom: -32px;
	left: 248px;
	border-radius: 0 0 4px 4px;
}
.tem_1_54 .w-slide-control .w-control-link {
	width: 20px;
	height: 32px;
	float: left;
	text-decoration: none;
}
.tem_1_54 .w-slide-control .w-control-link .w-control-icon {
	margin-top: 7px;
	display: block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 50px;
	background-color: #3E89E5;
}
.tem_1_54 .w-slide-control .w-control-link .w-control-icon .mw-iconfont {
	color: #FFF;
	font-size: 10px;
}
.tem_1_54 .w-slide-control .w-control-text {
	width: 80px;
	float: left;
	display: inline-block;
	font-family: Tahoma;
}
.tem_1_54 .w-slide-control .w-control-link .mw-iconfont {
	font-size: 12px;
	color: #FFF;
}
.tem_1_54 .w-slide-control .w-control-link .mw-iconfont:hover {
	color: #ecf5ff;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
opacity: 0;
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
opacity: 0;
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}
.tem_8_11 .w-image-box {
	text-align: center;
	border-top: 0px solid #fff;
	border-right: 0px solid #fff;
	border-bottom: 0px solid #fff;
	border-left: 0px solid #fff;
	border-radius: 1px;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	-ms-box-shadow: 0 0 0 transparent;
	-o-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	box-sizing: border-box;
	overflow: hidden;
}
.tem_8_11 .w-image-box img {
	border: 0;
	width: 100%;
	height: 100%;/*object-fit: cover;*/
}
.tem_16_35 .w-slide {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 70px;
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
	visibility: hidden;
	z-index: 1 !important;
}
.tem_16_35 .w-slide-inner {
	margin: 0;
	padding: 0;
	cursor: default;
	position: relative;
	top: 0px;
	left: 0px;
	height: 70px;
	overflow: hidden;
}
.tem_16_35 .w-slide-inner .content-box {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	opacity: 1;
}
.tem_16_35 .w-slide-inner .content-box > .content-box-inner {
	width: 100% !important;
	height: 70px !important;
	position: absolute;
	z-index: 0 !important;
	top: 0;
	left: 0;
	background-size: cover;
}
.tem_16_35 .w-slide-inner .content-box>.smAreaC {
	height: 70px;
}
.tem_16_35 .w-slide-btn-box {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 16px;
	right: 16px;
}
.tem_16_35 .w-slide-btn-box div, .tem_16_35 .w-slide-btn-box div:hover, .tem_16_35 .w-slide-btn-box .w-slide-btnav {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}
.tem_16_35 .w-slide-btn-box .w-slide-btnav {
	background-color: transparent;
}
.tem_16_35 .w-slide-btn-box div {
	background-color: rgba(000,000,000,.5);
}
.tem_16_35 .w-slide-btn-box .w-slide-btnav {
	background-color: rgba(255,255,255,1);
}
.tem_16_35 .w-slide-btn-box .w-slide-btndn, .tem_16_35 .w-slide-btn-box .dn:hover {
}
.tem_16_35 .w-slide .w-slide-arrowl {
	margin: 0;
	padding: 0;
	top: 0px;
	left: 10px !important;
}
.tem_16_35 .w-slide .w-slide-arrowr {
	margin: 0;
	padding: 0;
	top: 0px;
	left: auto !important;
	right: 10px;
}
.tem_16_35 .w-slide .w-slide-arrowl, .tem_16_35 .w-slide .w-slide-arrowr {
	margin: 0;
	padding: 20px 8px;
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.tem_16_35 .w-slide .w-slide-arrowl .w-itemicon, .tem_16_35 .w-slide .w-slide-arrowr .w-itemicon {
	color: #FFF;
	font-size: 18px;
	-moz-opacity: .8;
	-webkit-opacity: .8;
	-ms-opacity: .8;
	-o-opacity: .8;
	opacity: .8;
}
.tem_16_35 .w-slide .w-slide-arrowl:hover {
	color: #fff;
}
.tem_16_35 .w-slide .w-slide-arrowr:hover {
	color: #fff;
}
.tem_16_35 .w-slide .w-slide-arrowl.w-slide-arrowldn {
	background-position: -256px -37px;
}
.tem_16_35 .w-slide .w-slide-arrowr.w-slide-arrowrdn {
	background-position: -315px -37px;
}
.tem_16_35 {
	position: relative;
}
.smart-resize .tem_16_35 .w-slide-control {
	display: block;
}
.tem_16_35 .w-slide-control {
	display: none;
	padding: 0 8px;
	position: absolute;
	border-radius: 4px 4px 0 0;
	background-color: #609ee9;
	width: 120px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
.tem_16_35 .w-slide-control.w-control-top {
	top: -32px;
	left: 248px;
}
.tem_16_35 .w-slide-control.w-control-bottom {
	bottom: -32px;
	left: 248px;
	border-radius: 0 0 4px 4px;
}
.tem_16_35 .w-slide-control .w-control-link {
	width: 20px;
	height: 32px;
	float: left;
	text-decoration: none;
}
.tem_16_35 .w-slide-control .w-control-link .w-control-icon {
	margin-top: 7px;
	display: block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 50px;
	background-color: #3E89E5;
}
.tem_16_35 .w-slide-control .w-control-link .w-control-icon .mw-iconfont {
	color: #FFF;
	font-size: 10px;
}
.tem_16_35 .w-slide-control .w-control-text {
	width: 80px;
	float: left;
	display: inline-block;
	font-family: Tahoma;
}
.tem_16_35 .w-slide-control .w-control-link .mw-iconfont {
	font-size: 12px;
	color: #FFF;
}
.tem_16_35 .w-slide-control .w-control-link .mw-iconfont:hover {
	color: #ecf5ff;
}
.tem_17_35 * {
	box-sizing: content-box;
}
.tem_17_35 .w-nav {/* reset */
	margin: 0;
	padding: 0;
	position: relative;/* background */
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.tem_17_35 .w-nav:after {
	content: '';
	display: table;
	clear: both;
	zoom: 1
}
.tem_17_35 .w-nav .w-nav-inner {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	width: 25%;
	height: 70px;
	line-height: 70px;
	position: relative;
	z-index: 2;
}
.tem_17_35 .w-nav .w-nav-item {
	padding: 0 15px;
	margin: 0;
	position: relative;
	height: 100%;
	line-height: inherit;
}
.tem_17_35 .w-nav .w-nav-item .w-nav-item-link {/* reset */
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
	display: block;
	height: 100%;
	color: #ffffff;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tem_17_35 .w-nav .w-nav-item .w-nav-item-link .w-link-txt {
	font-family: 'Microsoft YaHei';
	font-size: 14px;
}
.tem_17_35 .w-nav .w-nav-item .w-nav-item-link .mw-iconfont {
	font-size: 14px;
}
.tem_17_35 .w-nav .w-subnav-item {
	margin: 0;
	padding: 0;
}
.tem_17_35 .w-nav .w-subnav {/* reset */
	margin: 0px 0 0 !important;
	padding: 0;
	display: none;
	overflow: hidden;/* background */
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
}
.tem_17_35 .w-nav .w-subnav.userWidth {
	width: auto;
}
.tem_17_35 .w-nav .w-subnav-item {/* reset */
	margin: 0;
	padding: 0;
	list-style: none;
}
.tem_17_35 .w-nav .w-subnav-item .w-subnav-link {/* reset */
	margin: 0;
	padding: 0 15px;
	height: 100%;
	line-height: auto;
	outline: none;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: auto;
	color: #4A4A4A;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}
.tem_17_35 .w-nav .w-subnav-item .w-subnav-link .mw-iconfont {
	font-size: 12px;
}
.tem_17_35 .w-nav .w-subnav-item .w-subnav-link .w-link-txt {/* height */
	font-family: 'Microsoft YaHei';
}/* hover */
.tem_17_35 .w-nav .w-nav-inner:hover .w-nav-item-link {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}/* subnav-hover */
.tem_17_35 .w-subnav .w-subnav-item:hover {
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
}
.tem_17_35 .w-nav .w-subnav-item:hover .w-subnav-link:hover {
	color: #FF9D43;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}/* current */
.tem_17_35 .w-nav .w-nav-item.current {
	overflow: hidden;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
}
.tem_17_35 .w-nav .sliding-box:first-child + .w-nav-inner .w-nav-item.current {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.tem_17_35 .w-nav .w-nav-inner:last-child .w-nav-item.current {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.tem_17_35 .w-nav .w-nav-item.current .w-nav-item-link {
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}/* current */
.tem_17_35 .w-nav .w-subnav-item.current {
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
}
.tem_17_35 .w-nav .w-subnav-item.current .w-subnav-link {
	color: #FF9D43;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}
.tem_17_35 .sliding-box {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 781px;
	height: 70px;
	overflow: hidden;
	position: absolute;
	top: -0;
	left: 0;
	border-radius: 0;
	z-index: -0;/* border */
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.tem_17_35 .sliding {
	display: none;
	position: absolute;
	z-index: 1;
	width: 25%;
	left: 0;
	bottom: 0;
	height: 5px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
}
.tem_17_35 .w-nav .w-nav-item .sliding {
	width: 100% !important;
}
.tem_17_35 .w-nav .w-nav-item.current .sliding {
	display: block;
}
.tem_19_38 .w-image-box {
	text-align: center;
	border-top: 0px solid #fff;
	border-right: 0px solid #fff;
	border-bottom: 0px solid #fff;
	border-left: 0px solid #fff;
	border-radius: 1px;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	-ms-box-shadow: 0 0 0 transparent;
	-o-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	box-sizing: border-box;
	overflow: hidden;
}
.tem_19_38 .w-image-box img {
	border: 0;
	width: 100%;
	height: 100%;/*object-fit: cover;*/
}
.tem_9_21 .w-slide {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 153px;
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
	visibility: hidden;
	z-index: 1 !important;
}
.tem_9_21 .w-slide-inner {
	margin: 0;
	padding: 0;
	cursor: default;
	position: relative;
	top: 0px;
	left: 0px;
	height: 153px;
	overflow: hidden;
}
.tem_9_21 .w-slide-inner .content-box {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	opacity: 1;
}
.tem_9_21 .w-slide-inner .content-box > .content-box-inner {
	width: 100% !important;
	height: 153px !important;
	position: absolute;
	z-index: 0 !important;
	top: 0;
	left: 0;
	background-size: cover;
}
.tem_9_21 .w-slide-inner .content-box>.smAreaC {
	height: 153px;
}
.tem_9_21 .w-slide-btn-box {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 16px;
	right: 16px;
}
.tem_9_21 .w-slide-btn-box div, .tem_9_21 .w-slide-btn-box div:hover, .tem_9_21 .w-slide-btn-box .w-slide-btnav {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}
.tem_9_21 .w-slide-btn-box .w-slide-btnav {
	background-color: transparent;
}
.tem_9_21 .w-slide-btn-box div {
	background-color: rgba(000,000,000,.5);
}
.tem_9_21 .w-slide-btn-box .w-slide-btnav {
	background-color: rgba(255,255,255,1);
}
.tem_9_21 .w-slide-btn-box .w-slide-btndn, .tem_9_21 .w-slide-btn-box .dn:hover {
}
.tem_9_21 .w-slide .w-slide-arrowl {
	margin: 0;
	padding: 0;
	top: 0px;
	left: 10px !important;
}
.tem_9_21 .w-slide .w-slide-arrowr {
	margin: 0;
	padding: 0;
	top: 0px;
	left: auto !important;
	right: 10px;
}
.tem_9_21 .w-slide .w-slide-arrowl, .tem_9_21 .w-slide .w-slide-arrowr {
	margin: 0;
	padding: 20px 8px;
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.tem_9_21 .w-slide .w-slide-arrowl .w-itemicon, .tem_9_21 .w-slide .w-slide-arrowr .w-itemicon {
	color: #FFF;
	font-size: 18px;
	-moz-opacity: .8;
	-webkit-opacity: .8;
	-ms-opacity: .8;
	-o-opacity: .8;
	opacity: .8;
}
.tem_9_21 .w-slide .w-slide-arrowl:hover {
	color: #fff;
}
.tem_9_21 .w-slide .w-slide-arrowr:hover {
	color: #fff;
}
.tem_9_21 .w-slide .w-slide-arrowl.w-slide-arrowldn {
	background-position: -256px -37px;
}
.tem_9_21 .w-slide .w-slide-arrowr.w-slide-arrowrdn {
	background-position: -315px -37px;
}
.tem_9_21 {
	position: relative;
}
.smart-resize .tem_9_21 .w-slide-control {
	display: block;
}
.tem_9_21 .w-slide-control {
	display: none;
	padding: 0 8px;
	position: absolute;
	border-radius: 4px 4px 0 0;
	background-color: #609ee9;
	width: 120px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
.tem_9_21 .w-slide-control.w-control-top {
	top: -32px;
	left: 248px;
}
.tem_9_21 .w-slide-control.w-control-bottom {
	bottom: -32px;
	left: 248px;
	border-radius: 0 0 4px 4px;
}
.tem_9_21 .w-slide-control .w-control-link {
	width: 20px;
	height: 32px;
	float: left;
	text-decoration: none;
}
.tem_9_21 .w-slide-control .w-control-link .w-control-icon {
	margin-top: 7px;
	display: block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 50px;
	background-color: #3E89E5;
}
.tem_9_21 .w-slide-control .w-control-link .w-control-icon .mw-iconfont {
	color: #FFF;
	font-size: 10px;
}
.tem_9_21 .w-slide-control .w-control-text {
	width: 80px;
	float: left;
	display: inline-block;
	font-family: Tahoma;
}
.tem_9_21 .w-slide-control .w-control-link .mw-iconfont {
	font-size: 12px;
	color: #FFF;
}
.tem_9_21 .w-slide-control .w-control-link .mw-iconfont:hover {
	color: #ecf5ff;
}
.tem_15_45 * {
	box-sizing: content-box;
}
.tem_15_45 .w-nav {/* reset */
	margin: 0;
	padding: 0;/* size */
	width: 686px;
	height: 20px;/* border */
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.tem_15_45 .w-nav:after {
	content: '';
	display: table;
	clear: both;
	zoom: 1;
}
.tem_15_45 .w-nav .w-nav-inner {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	width: 23%;
	height: 20px;
	line-height: 20px;/* background */
	background-color: rgba(255, 255, 255, 0);
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
}
.tem_15_45 .w-nav .w-nav-item {
	padding: 0;
	margin: 0;
	position: relative;
	height: 100%;
	line-height: inherit;
}
.tem_15_45 .w-nav .w-nav-inner:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.tem_15_45 .w-nav .w-nav-inner:last-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.tem_15_45 .w-nav .w-nav-inner:first-child .w-nav-item.current {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.tem_15_45 .w-nav .w-nav-inner:last-child .w-nav-item.current {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.tem_15_45 .w-nav .w-nav-item .w-nav-item-line {
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	height: 100%;
	width: 0;
	top: 0;
	left: -1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EEEEEE;
}
.tem_15_45 .w-nav .w-nav-inner:first-child .w-nav-item .w-nav-item-line {
	display: none;
}
.tem_15_45 .w-nav .w-nav-item .w-nav-item-link {/* reset */
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
	display: block;
	height: 100%;
	color: #cccccc;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tem_15_45 .w-nav .w-nav-item .w-nav-item-link .w-link-txt {
	font-family: 'Microsoft YaHei';
	font-size: 14px;
}
.tem_15_45 .w-nav .w-nav-item .w-nav-item-link .mw-iconfont {
	font-size: 14px;
}
.tem_15_45 .w-nav .w-subnav {/* reset */
	margin: 0;
	padding: 0;
	position: relative;
	display: none;
	overflow: hidden;/* background */
}
.tem_15_45 .w-nav .w-subnav.userWidth {
	width: auto;
}
.tem_15_45 .w-nav .w-subnav-item {/* reset */
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
}
.tem_15_45 .w-nav .w-subnav-item .w-subnav-link {/* reset */
	margin: 0;
	padding: 0 15px;
	height: 100%;
	line-height: auto;
	outline: none;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: auto;
	color: #383838;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}
.tem_15_45 .w-nav .w-subnav-item .w-subnav-link .w-link-txt {/* height */
	font-family: 'Microsoft YaHei';
}
.tem_15_45 .w-nav .w-subnav-item .w-subnav-link .mw-iconfont {
	font-size: 12px;
}/* hover */
.tem_15_45 .w-nav .w-nav-inner:hover {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
}
.tem_15_45 .w-nav .w-nav-inner:hover .w-nav-item-link {
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}/* subnav-hover */
.tem_15_45 .w-subnav .w-subnav-item:hover {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
}
.tem_15_45 .w-nav .w-subnav-item:hover .w-subnav-link:hover {
	color: #059FE9;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}/* current */
.tem_15_45 .w-nav .w-nav-item.current {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
}
.tem_15_45 .w-nav .w-nav-item.current .w-nav-item-link {
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}/* current */
.tem_15_45 .w-nav .w-subnav-item.current {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
}
.tem_15_45 .w-nav .w-subnav-item.current .w-subnav-link {
	color: #059FE9;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}
.tem_20_19 .w-company-info {
	line-height: 20px;
	text-align: center;
}
.tem_20_19 .w-company-info .company-info-item a {
	width: 100%;
	font-family: 'Microsoft YaHei';
	color: #bdc3c7;
	font-size: 14px;
}
.tem_20_19 .w-company-info .company-info-item:first-child {
	padding-left: 0;
}
.tem_20_19 .w-company-info .company-info-item {
	padding-left: 10px;
}
.tem_20_19 .w-company-info .company-info-item .company-info-icon {
	vertical-align: top;
}
.tem_20_19 .w-company-info .company-info-item .company-info-icon.mw-icon-hide {
	display: none
}
.tem_20_19 .w-company-info .company-info-item .ltd-icon {
	margin-right: 5px;
	color: #D7D7D7;
	font-size: 14px;
}
.tem_1_30 .w-title {/*-padding-*/
	padding: 0;
	margin: 0;/*-size-*/
	width: 100%;
	height: auto;/*-font-*/
	font-family: 'Microsoft YaHei';
	color: #404040;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	line-height: 34px;
	word-wrap: break-word;
	word-break: normal;
}
.tem_2_59 .w-detail {/*-padding-*/
	padding: 0;
	margin: 0;/*-size-*/
	width: 100%;
	height: auto;/*-font-*/
	font-family: 'Microsoft YaHei';
	color: #404040;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	line-height: 24px;
	word-wrap: break-word;
	word-break: normal;
}
.tem_2_59 .w-detail img {
	max-width: 100% !important;
	height: auto !important;
}
.tem_2_59 .w-detailcontent {
	text-align: center;
}
.tem_2_59 .pagination {
	margin-top: 16px;
	display: inline-block;
	text-align: center;
	color: #666;
	font-size: 12px;
}
.tem_2_59 .pagination .page, .tem_2_59 .pagination .other_page {
	margin-right: 5px;
	display: inline-block;
	border: 1px #DDDDDD solid;
	border-radius: 3px;
	background-color: #FFF;
	padding: 9px 12px;
	color: #666;
	font-size: 12px;
}
.tem_2_59 .pagination .page:hover, .tem_2_59 .pagination .other_page:hover {
	background-color: #EEEEEE;
	cursor: pointer;
}
.tem_2_59 .pagination .current_page {
	margin: 0 11px 0 5px;
	color: #404040;
}
.tem_2_59 .pagination .page.hover {
	background-color: #EEEEEE;
	color: #404040;
}
.tem_3_34 .w-pageviews {/*-padding-*/
	padding: 0;
	margin: 0;/*-size-*/
	width: 100%;
	height: auto;/*-font-*/
	font-family: 'Microsoft YaHei';
	color: #999;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	line-height: 24px;
	word-wrap: break-word;
	word-break: normal;
}
.tem_3_34 .w-pageviews .w-viewsicon {
	vertical-align: middle;
	color: #999;
	font-size: 12px;
	margin-right: 5px;
}
.tem_3_34 .w-pageviews .w-hide {
	display: none;
}
.tem_4_49 .w-createtime {/*-padding-*/
	padding: 0;
	margin: 0;/*-size-*/
	width: 100%;
	height: auto;/*-font-*/
	font-family: 'Microsoft YaHei';
	color: #999;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	word-wrap: break-word;
	word-break: normal;
}
.tem_4_49 .w-createtime .w-createtime-item {/*-padding-*/
	padding: 0;
	margin: 0;
}
.tem_5_17 .w-previous {/*-padding-*/
	padding: 0;
	margin: 0;/*-size-*/
	width: 100%;
	height: auto;/*-display-*/
	display: block;/*-font-*/
	font-family: 'Microsoft YaHei';
	font-size: 12px;
	color: #666;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	line-height: 24px;
	word-wrap: break-word;
	word-break: normal;
	outline: none;/*-transition-*/
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.tem_5_17 .w-previous .w-arrowicon {/*-padding-*/
	padding: 0;
	margin: 0 5px 0 0;/*-display-*/
	display: inline-block;/*-font-*/
	font-size: 12px;
	vertical-align: middle;
	line-height: 24px;
}
.tem_5_17 .w-previous .w-previous-left {/*-display-*/
	display: inline;
}
.tem_5_17 .w-previous .w-previous-title {/*-padding-*/
	padding: 0;
	margin: 0;/*-display-*/
	display: inline;
}
.tem_5_17 .w-previous:hover {/*-font-*/
	color: #48B6F8;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.tem_5_17 .w-previous .w-hide {
	display: none;
}
.tem_6_25 .w-next {/*-padding-*/
	padding: 0;
	margin: 0;/*-display-*/
	width: 100%;
	height: auto;
	display: block;/*-font-*/
	font-family: 'Microsoft YaHei';
	font-size: 12px;
	color: #666;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	line-height: 24px;
	word-wrap: break-word;
	word-break: normal;
	outline: none;/*-transition-*/
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.tem_6_25 .w-next .w-arrowicon {/*-padding-*/
	padding: 0;
	margin: 0 5px 0 0;/*-display-*/
	display: inline-block;/*-font-*/
	font-size: 12px;
	vertical-align: middle;
	line-height: 24px;
}
.tem_6_25 .w-next .w-next-left {/*-display-*/
	display: inline-block;
}
.tem_6_25 .w-next .w-next-title {/*-padding-*/
	padding: 0;
	margin: 0;/*-display-*/
	display: inline;
}
.tem_6_25 .w-next:hover {/*-font-*/
	color: #48B6F8;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.tem_6_25 .w-next .w-hide {
	display: none;
}
