.hm-header {
	background: #ffffff;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
}

body {
	padding-top: 60px;
}

.header-web {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

.logo {
	float: left;
	padding: 10px 0;
	width: 18%;
}

.logo img {
	height: 34px;
}

.nav {
	position: fixed;
	height: 100%;
	background: #ffffff;
	top: 60px;
	left: 0;
	width: 100%;
	border-top: 1px solid #cccccc;
	display: none;
	z-index: 99;
}

.nav.show {
	display: block;
}

.nav ul li {
	position: relative;
	padding: 0;
	border-bottom: 1px solid #cccccc;
}

.nav ul li h4 {
	font-size: 14px;
}

.nav ul li h4 a {
	padding: 10px 30px;
	display: block;
	color: #333333;
}

.header-right {
	position: absolute;
	right: 15px;
	padding-top: 13px;
}

.header-right a {
	color: #666666;
	display: inline-block;
	vertical-align: middle;
}

.search-btn {
	display: inline-block;
	width: 30px;
	background-image: url(/style/images/winco01.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.search-btn,.sitebtn {
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

.sitebtn {
	padding-right: 15px;
	position: relative;
}

.sitebtn:after {
	content: "";
	position: absolute;
	top: 8px;
	right: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.headeritem {
	position: fixed;
	right: 0;
	top: 60px;
	width: 100%;
	z-index: 9;
	display: none;
}

.search {
	border: 1px solid #dddddd;
}

.search .search-text {
	width: 100%;
	padding: 11px;
	color: ##666666;
}

.search .sreach-btn {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	background-image: @searcimage;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.siteweb {
	border-top: 1px solid #dddddd;
	background: #ffffff;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	padding: 10px 20px;
}

.siteweb a {
	padding: 3px 0;
	color: #333333;
	display: block;
}

.sub-nav {
	padding: 0 0 10px;
	display: none;
	background: #ffffff;
}

.sub-nav a {
	padding: 10px 40px;
	display: block;
	text-align: left;
}

.mobnav-btn {
	width: 35px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.mobnav-btn span {
	top: 50%;
	margin-top: -2px;
}

.mobnav-btn span:first-child {
	content: "";
	top: 6px;
	left: 0;
}

.mobnav-btn span:last-child {
	content: "";
	top: auto;
	bottom: 5px;
	left: 0;
}

.mobnav-btn span,.mobnav-btn span:first-child,.mobnav-btn span:last-child {
	left: 5px;
	position: absolute;
	background: #666666;
	-webkit-transition: all 0.5s ease;
	width: 27px;
	height: 2px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.5s ease;
}

.mobnav-btn.g_close span {
	opacity: 0;
}

.mobnav-btn.g_close span:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 17px;
	opacity: 1;
}

.mobnav-btn.g_close span:last-child {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	top: 17px;
	opacity: 1;
}

.arrorright-btn {
	position: absolute;
	width: 175px;
	right: 0;
	top: 0;
	height: 43px;
}

.nav ul li.cur .arrorright-btn:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 17px;
}

.arrorright-btn:after {
	content: "";
	position: absolute;
	top: 13px;
	right: 15px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.arrorright-btn.show:after {
	opacity: 0;
}

@media (min-width:1024px) {
	.hm-header {
		position: static;
	}

	body {
		padding-top: 0;
	}

	.logo {
		padding: 15px 0 0;
	}

	.logo img {
		height: 50px;
	}

	.nav {
		float: left;
		width: 82%;
		padding: 0 142px 0 2%;
		display: block;
		position: static;
		border-top: 0;
	}

	.nav ul li {
		float: left;
		border-bottom: 0;
		padding: 0 .5%;
	}

	.nav ul li h4 a {
		padding: 0 5px;
		height: 86px;
		line-height: 86px;
	}

	.nav ul li h4 a:hover,.nav ul li h4 a.cur {
		color: #1745ba;
		border-bottom: 4px solid #1B46B7;
	}

	.header-right {
		border-left: 1px solid #E6E6E6;
		position: absolute;
		right: 15px;
		padding-top: 0;
	}

	.search-btn {
		width: 50px;
	}

	.search-btn,.sitebtn {
		height: 90px;
		line-height: 90px;
	}

	.sitebtn {
		padding-right: 15px;
	}

	.sitebtn:after {
		top: 41px;
	}

	.headeritem {
		position: absolute;
		right: 0;
		top: 86px;
	}

	.siteweb {
		box-shadow: 0 5px 10px rgba(0,0,0,.1);
		padding: 10px 20px;
		border-top: 0;
	}

	.siteweb a {
		padding: 3px 0;
		display: block;
	}

	.siteweb a:hover {
		color: #1745ba;
	}

	.headeritem {
		position: absolute;
		top: 80px;
		width: 200px;
		right: -80px;
	}

	.sub-nav {
		position: absolute;
		top: 86px;
		left: 50%;
		transform: translateX(-50%);
		width: 120px;
		padding: 0;
		box-shadow: 0px 5px 10px rgba(0,0,0,.1);
		z-index: 99;
		background: #fff;
	}

	.sub-nav a {padding: 10px 5px; text-align: center; border-bottom: 1px solid #dddddd;width: 120px;float: left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
 .sub-nav-7{width: 240px;}
	.sub-nav a:hover {
		background: #1B46B7;
		color: #ffffff;
	}

	.header-right a.mobnav-btn {
		display: none;
	}

	.arrorright-btn {
		display: none;
	}

	.headeritem {
		position: absolute;
		top: 86px;
		width: 200px;
		right: -50px;
	}

	.search {
		width: 240px;
	}
}

@media (min-width:1200px) {
	.logo img {
		height: 58px;
	}

	.nav ul li {
		padding: 0 1.4%;
	}
}

@media (min-width:1360px) {
	.nav ul li h4 a {
		padding: 0 16px;
	}

	.nav {
		padding-left: 1%;
	}

	.header-web {
		padding: 0;
	}

	.nav ul li {
		padding: 0 .6%;
	}
}

.innerbanner {
	width: 100%;
	position: relative;
}

.innerbanner img {
	display: block;
	width: 100%;
}

.subnavlistcont02 {
	background-color: #f2f2f2;
	border-bottom: 1px solid #ffffff;
	position: relative;
}

.subnavlist02 {
	background-color: #f2f2f2;
}

.subnavlist02 .commonweb {
	display: none;
}

.subnavlist02 ul li {
	font-size: 16px;
	text-align: center;
}

.subnavlist02 ul li a {
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 22px 0;
	text-align: center;
	line-height: 18px;
	position: relative;
}

.subnavlist02 ul li a:hover {
	background: #59825a;
	color: #ffffff;
	font-weight: bold;
}

.subnavlist02 ul li a.cur {
	background-color: #59825a;
	color: #ffffff;
	font-weight: bold;
}

.zsannavbtn02 {
	padding: 15px;
	color: #333333;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

.zsannavbtn02 a:after {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin: 0 0 3px 6px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.subnavscroll02 {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.subscrollleft02,.subscrollright02 {
	display: none;
}

@media (min-width: 768px) {
	.zsannavbtn02 {
		display: none;
	}

	.subnavlist02 .commonweb {
		display: block;
		position: relative;
	}

	.subnavlist02 {
		display: block;
		background: none;
	}

	.subnavscroll02 {
		position: absolute;
		left: 0;
		bottom: 0;
		background-color: #59825a;
	}

	.subnavlist02 .commonweb ul {
		width: 100%;
		font-size: 0;
		text-align: center;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-transition-property: -webkit-transform;
		-moz-transition-property: -moz-transform;
		-o-transition-property: -o-transform;
		-ms-transition-property: -ms-transform;
		transition-property: transform;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}

	.subnavlist02 ul li {
		display: inline-block;
		-webkit-flex-shrink: 0;
		-ms-flex: 0 0 auto;
		flex-shrink: 0;
		height: 100%;
		display: -ms-flexbox;
		-ms-flex-pack: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}

	.subnavlist02 ul li a {
		width: auto;
		padding: 22px 40px;
		margin: 0;
		color: #ffffff;
	}

	.subnavlist02 ul li a:hover:after {
		display: inline-block;
		content: "";
		border-left: 6px solid #f2f2f2;
		border-bottom: 6px solid #f2f2f2;
		border-top: 6px solid transparent;
		border-right: 6px solid transparent;
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		position: absolute;
		left: 50%;
		bottom: -6px;
		margin-left: -6px;
	}

	.subnavlist02 ul li a.cur:after {
		display: inline-block;
		content: "";
		border-left: 6px solid #f2f2f2;
		border-bottom: 6px solid #f2f2f2;
		border-top: 6px solid transparent;
		border-right: 6px solid transparent;
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		position: absolute;
		left: 50%;
		bottom: -6px;
		margin-left: -6px;
	}

	.subscrollleft02,.subscrollright02 {
		width: 34px;
		height: 62px;
		position: absolute;
		bottom: 0;
		cursor: pointer;
		z-index: 10;
		background-color: #59825a;
	}

	.subscrollleft02 {
		left: 0;
	}

	.subscrollright02 {
		right: 0;
	}

	.subscrollleft02::before,.subscrollright02::before {
		display: block;
		content: "";
		width: 20px;
		height: 20px;
		border-left: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}

	.subscrollleft02::before {
		transform: rotate(40deg);
		-webkit-transform: rotate(40deg);
		-moz-transform: rotate(40deg);
		-ms-transform: rotate(40deg);
		-o-transform: rotate(40deg);
		margin: 22px 0 0 12px;
	}

	.subscrollright02::before {
		transform: rotate(135deg);
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		margin: 20px 0 0 1px;
	}
}

@media (min-width: 992px) {
}

@media (min-width:1024px) {
}

@media (min-width: 1199px) {
}

@media (max-width:319px) {
	body {
		width: 320px;
	}
}

.casecont3 {
	padding: 36px 0;
}

.background03 {
	background-color: #ffffff;
}

.caseimg03 {
	display: block;
	overflow: hidden;
	position: relative;
	background-color: #f5f5f5;
}

.caseimg03 img {
	display: block;
	width: 100%;
}

.caselist03 {
	overflow: hidden;
}

.caselist03 ul {
	margin: 0 -11px;
}

.caselist03 ul li {
	padding: 11px;
}

.caselist03 ul li a {
	color: #333333;
}

.caselist03 ul li h4 {
	padding: 20px;
	background-color: #f5f5f5;
	font-size: 16px;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
}

.caselist03 ul li h4 span {
	text-align:center;
	display: block;
	height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.caselist03 ul li:hover h4 {
	background-color: #59825a;
	color: #ffffff;
}

.caseimg03:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,104,183,0);
	background-image: url(/style/images/20180118022419_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
}

.remorebtn03 a {
	display: block;
	height: 45px !important;
	background-color: #59825a;
	margin: 20px 0 10px !important;
	text-align: center;
	line-height: 45px !important;
	color: #ffffff !important;
	font-size: 16px !important;
}

.remorebtn03 a:hover {
	color: #ffffff;
}

@media (min-width: 768px) {
	.caseimg03 {
		display: block;
		position: relative;
		overflow: hidden;
		height:275px;
	}
}

@media (min-width: 992px) {
}

@media (min-width:1024px) {
	.caseimg03:after {
		display: block;
	}

	.caselist03 ul li:hover .caseimg03:after {
		opacity: 1;
	}
}

@media (min-width: 1199px) {
}

@media (max-width:319px) {
	body {
		width: 320px;
	}
}

.footer-top {
	background: #333333;
	padding: 20px 0;
}

.footerweb {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 15px;
}

.footer-top ul li {
}

.footer-top ul li.li1 h3 {
	padding: 10px 0;
	position: relative;
	border-bottom: 1px solid #cccccc;
}

.footer-top ul li.li1 h3 a {
	font-size: 16px;
	color: #ffffff;
}

.footer-sub {
	padding-bottom: 5px;
	display: none;
}

.footer-sub a {
	display: block;
	color: #999999;
	font-size: 13px;
	padding: 5px 0;
}

.footer-top ul li.li2 {
	padding-top: 20px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}

.footer-top ul li.li2 h3 {
	margin-bottom: 20px;
}

.footer-top ul li.li2 img {
	max-width: 100%;
}

.footer-top ul li.li2 .telnum {
	padding-top: 14px;
}

.footer-top ul li.li2 .telnum em {
	color: #c82126;
	font-size: 22px;
	vertical-align: middle;
}

.plus.icon {
	position: absolute;
	right: 15px;
	top: 11px;
	color: #ffffff;
	position: absolute;
	margin-left: 3px;
	margin-top: 10px;
}

.plus.icon:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 1px;
	background-color: #ffffff;
}

.plus.icon:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 1px;
	background-color: #ffffff;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.footer-top ul li h3.cur .plus.icon:after {
	opacity: 0;
}

.footer-bottom {
	padding: 20px 0;
	background: #1F1F1F;
	font-size: 13px;
	color: #999999;
	text-align: center;
}

.footer-bottom a {
	color: #999999;
}

.share-box,.footerline {
	display: inline-block;
	vertical-align: top;
}

.footerline a {
	padding: 0 2px;
}

.share-box a {
	width: 26px !important;
	height: 26px !important;
	background-repeat: no-repeat;
	background-position: 0 0 !important;
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px !important;
	float: none !important;
	padding: 0 !important;
}

.share-box a.xweibo {
	background-image: url(/style/images/xweibo.png);
}

.share-box a.tweibo {
	background-image: url(/style/images/tweibo.png);
}

.share-box a.weixin {
	background-image: url(/style/images/weixin.png);
}

.footer-left {
	padding-bottom: 10px;
}

.zdsbacktop {
	z-index: 100;
	position: fixed;
	right: 20px;
	bottom: 10%;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	display: block;
	display: none;
	background-color: #000000;
}

.zdsbacktop:after {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-left: 2px solid #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -3px;
	border-bottom: 2px solid #ffffff;
	transform: rotate(135deg);
}

@media (min-width:1024px) {
	.footer-top {
		padding: 25px 0 35px;
	}

	.footer-top ul li {
		padding-right: 3.7%;
		float: left;
	}

	.footer-top ul li.li1 h3 {
		border-bottom: 0;
		padding-top: 0;
	}

	.footer-sub {
		padding-bottom: 0;
		display: block;
	}

	.footer-sub a {
		padding-top: 0;
	}

	.footer-sub a:hover {
		color: #C61B2B;
	}

	.footer-top ul li.li2 {
		border-left: 1px solid #6A6A6A;
		padding: 0 0 0 2.2%;
	}

	.plus.icon:after,.plus.icon:before {
		opacity: 0;
	}

	.footer-bottom {
		padding: 10px 0;
		text-align: left;
	}

	.footer-left {
		float: left;
		padding-bottom: 0;
	}

	.footer-right {
		float: right;
	}
}

@media (min-width:1180px) {
	.footer-top ul li {
		padding-right: 4.8%;
	}

	.footerweb {
		padding: 0 30px;
	}

	.zdsbacktop {
		width: 50px;
		height: 50px;
	}
}

@media (min-width:1360px) {
	.footerweb {
		padding: 0;
	}

	.footer-top ul li {
		padding-right: 6.1%;
	}
}  