@charset "utf-8";

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}

a.more {
	display: inline-block;
	font-size: 16px;
	text-decoration: underline;
	margin-top: 10px;
}
a.view-more {
	display: inline-block;
	color: #fff;
	background-color: #a4c538;
	font-size: 16px;
	border: 2px solid #fff;
	padding: 5px 30px;
}
a.view-more:hover {
	color: #a4c538;
	background-color: #fff;
}
a.check-more {
	display: inline-block;
	background-color: #fff;
	color: #a4c538;
	font-size: 16px;
	border: 1px solid #a4c538;
	padding: 5px 30px;
}
a.check-more:hover {
	color: #fff;
	background-color: #a4c538;
}

body {
	width: 100%;
	min-width: 1240px;
}

.flex {
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
}

[class^="index-"] {
	margin-top: 40px;
	margin-bottom: 40px;
}
[class^="index-"] .sub-title {
	color: #a4c538;
	font-size: 24px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

h3 {
	color: #000;
	font-size: 40px;
	text-align: center;
	position: relative;
}

/* Header */
header.fix-header {
	background: rgba(255, 255, 255, .8);
	border-bottom: 1px solid #a4c538;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	-webkit-box-shadow: 0 0 25px 5px rgba(58, 58, 58, .2);
	-moz-box-shadow: 0 0 25px 5px rgba(58, 58, 58, .2);
	-o-box-shadow: 0 0 25px 5px rgba(58, 58, 58, .2);
	box-shadow: 0 0 25px 5px rgba(58, 58, 58, .2);
}
header.fix-header h1 {
	flex: 0 0 300px;
	background: url(../image/logo.png) 0 50% no-repeat;
	background-size: auto 40px;
	font-size: 0;
	overflow: hidden;
}
header.fix-header .subtitle {
	flex: 1 1 auto;
	background: url(../image/sublogo.png) 0 50% no-repeat;
}
header.fix-header nav {
	flex: 0 0 auto;
}
header.fix-header nav li {
	float: left;
	margin-left: 2px;
}
header.fix-header nav li a {
	display: block;
	font-size: 16px;
	line-height: 80px;
	padding-right: 20px;
	padding-left: 20px;
}
header.fix-header nav li a:hover {
	background-color: #a4c538;
	color: #fff;
}

/* Banner */
.banner {
	width: 100%;
}
.banner .swiper-slide img {
	-webkit-transition: all 5s;
	-moz-transition: all 5s;
	-o-transition: all 5s;
	transition: all 5s;
}
.banner .swiper-slide.swiper-slide-active img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.banner .swiper-button-prev, .banner .swiper-button-next {
	background: rgba(0, 0, 0, .4);
	color: #fff;
	width: 50px;
	height: 80px;
}
.banner:before, .banner:after {
	display: block;
	content: '';
	border-top: 50px solid transparent;
	border-bottom: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	bottom: 0;
}
.banner:before {
	border-right: 0;
	border-left: calc(100vw/2) solid #fff;
	left: 0;
	z-index: 10;
}
.banner:after {
	border-right: calc(100vw/2) solid #fff;
	border-left: 0;
	right: 0;
	z-index: 11;
}

.banner .swiper-pagination-bullet {
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.banner .swiper-pagination-bullet-active {
	width: 30px;
}

/* Product */
.index-product {
	text-align: center;
}
.index-product h3 {
	flex: 1 0 auto;
	background-color: #a4c538;
	font-size: 24px;
	font-weight: normal;
	line-height: 120px;
}
.index-product a {
	display: block;
	color: #fff;
}
.index-product div.item {
	flex: 0 0 168px;
	background-color: #a4c538;
	background-position: 50% 15px;
	background-repeat: no-repeat;
	border-left: 2px solid #fff;
	font-size: 16px;
}
.index-product h3:hover, .index-product div.item:hover {
	background-color: #213041;
}
.index-product div.item p {
	padding-top: 80px;
	padding-bottom: 10px;
}
.index-product div.item:nth-of-type(1) {
	background-image: url(../image/icon-01.png);
}
.index-product div.item:nth-of-type(2) {
	background-image: url(../image/icon-02.png);
}
.index-product div.item:nth-of-type(3) {
	background-image: url(../image/icon-03.png);
}
.index-product div.item:nth-of-type(4) {
	background-image: url(../image/icon-04.png);
}
.index-product div.item:nth-of-type(5) {
	background-image: url(../image/icon-01.png);
}
.index-product div.item:nth-of-type(5) {
	background-image: url(../image/icon-05.png);
}
.index-product div.item:nth-of-type(6) {
	background-image: url(../image/icon-06.png);
}

/* Active */
.index-active .item {
	flex: 0 0 25%;
	padding: 15px;
}
.index-active .item figure {
	overflow: hidden;
}
.index-active .item:hover img, .index-about .item:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/* Brand */
.index-brand h3 {
	color: #a4c538;
}
.index-brand h3 span {
	display: inline;
	color: #000;
	border: 1px solid #000;
	padding: 5px 15px;
	margin-left: 20px;
}
#swiper-brand {
	padding: 20px 0;
}
#swiper-brand .z-img {
	padding: 3px;
	-webkit-box-shadow: 0 0 10px #777;
	-moz-box-shadow: 0 0 10px #777;
	-o-box-shadow: 0 0 10px #777;
	box-shadow: 0 0 10px #777;
}

/* Standart */
.index-standart h3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}
.index-standart h3:after {
	display: inline-block;
	content: '';
	background-color: #a4c538;
	height: 3px;
	width: 360px;
	margin-left: -180px;
	overflow: hidden;
	position: absolute;
	bottom: -2px;
	left: 50%;
	z-index: 2;
}
.content-holder {
	width: 850px;
}
.content-holder .txt {
	flex: 1 1 auto;
	background-color: #a4c538;
	color: #fff;
	padding: 10px 20px;
}
.content-holder .txt h4 {
	font-size: 28px;
	font-weight: normal;
	line-height: 1.2;
	margin-top: 25px;
}
.content-holder .txt p {
	margin-top: 30px;
}
.content-holder .txt p.s-title {
	font-size: 32px;
}
.content-holder .txt p.desc {
	position: relative;
}
.content-holder .txt p.desc:before {
	display: inline-block;
	content: '';
	border-top: 3px solid #fff;
	height: 0;
	width: 200px;
	overflow: hidden;
	position: absolute;
	top: -12px;
	left: 0;
	z-index: 5;
}
.content-holder .img {
	flex: 0 0 540px;
	height: 480px;
}
.content-holder .img img {
	display: block;
	height: 100%;
	width: 100%;
}
.title-holder {
	height: 504px;
	width: 280px;
}
.title-holder .swiper-container {
	overflow: visible;
	height: 504px;
}
.title-holder i {
	display: block;
	background-color: #a4c538;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-style: normal;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: relative;
}
.title-holder .swiper-slide-thumb-active i {
	background-color: #213041;
}
.title-holder .swiper-slide-thumb-active i:before {
	display: inline-block;
	content: '';
	height: 0;
	width: 0;
	overflow: hidden;
	border-top: 10px solid transparent;
	border-right: 10px solid #213041;
	border-bottom: 10px solid transparent;
	border-left: 0;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	left: -15px;
	z-index: 3;
}

/* About */
.index-about .sub-title {
	font-size: 40px;
	line-height: 1.2;
}
.index-about .content {
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	margin-top: 40px;
	margin-bottom: 20px;
}
.index-about .item {
	flex: 0 0 16.6666667%;
	position: relative;
	overflow: hidden;
}
.index-about .item img {
	display: block;
	width: 100%;
}
.index-about .item p {
	background: rgba(164, 197, 56, .9);
	color: #fff;
	line-height: 2.5;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: -36px;
	left: 0;
	z-index: 5;
}
.index-about .item:hover p {
	bottom: 0;
}

/* Case */
.index-case .item-container {
	flex: 0 0 33.3333333%;
	padding: 15px;
}
.index-case .item {
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
.index-case .case-item {
	flex: 0 0 50%;
	height: 130px;
	position: relative;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index-case .case-item img {
	display: block;
	width: 158px;
}
.index-case .case-item span, .index-case .case-center span {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}
.index-case .case-item:hover span, .index-case .case-center:hover span {
	-webkit-box-shadow: 0 0 10px #666;
	-moz-box-shadow: 0 0 10px #666;
	-o-box-shadow: 0 0 10px #666;
	box-shadow: 0 0 10px #666;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

.index-case .case-center {
	position: relative;
	justify-content: center;
	align-items: center;
}
.index-case .case-center img {
	display: block;
	width: 360px;
}

/* Footer */
footer.com-footer {
	background-color: #213041;
	color: #fff;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}
footer.com-footer .container + .container {
	margin-top: 20px;
}
footer.com-footer .address {
	flex: 1 1 auto;
}
footer.com-footer .address img {
	display: block;
	width: 380px;
}
footer.com-footer address {
	color: #ddd;
	font-style: normal;
	margin-top: 15px;
}

footer.com-footer .nav {
	flex: 0 0 620px;
}
footer.com-footer .nav h4 {
	border-bottom: 1px solid #526274;
	font-size: 26px;
	font-weight: normal;
	line-height: 2.5;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
footer.com-footer .nav h4:before {
	display: inline-block;
	content: '';
	border-top: 3px solid #a4c538;
	height: 0;
	width: 234px;
	overflow: hidden;
	margin-left: -117px;
	position: absolute;
	bottom: -2px;
	left: 50%;
	z-index: 5;
}
footer.com-footer .nav nav {
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
}
footer.com-footer .nav a {
	display: block;
	flex: 0 0 25%;
	color: #ddd;
	padding: 0 15px;
	margin-bottom: 10px;
	position: relative;
}
footer.com-footer .nav a:before {
	display: inline-block;
	content: '*';
	position: absolute;
	top: 2px;
	left: 1px;
	z-index: 6;
}
footer.com-footer .nav a:hover {
	color: #a4c538;
}
footer.com-footer .nav a:hover:before {
	-webkot-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
footer.com-footer .copy {
	border-top: 1px solid #526274;
	color: #97a2ad;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer.com-footer .copy a {
	color: #97a2ad;
}

/* 全站通用底部悬窗 */
.com-fixed-container {
	background-color: #5a7491;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
}
.com-fixed-container .content {
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
}
.com-fixed-container .content .item {
	flex: 0 0 auto;
	padding-left: 40px;
	padding-right: 40px;
}
.com-fixed-container .content .item + .item {
	border-left: 1px solid #a4c538;
}
.com-fixed-container .content a {
	display: block;
	flex: 0 0 auto;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 28px auto;
	font-size: 20px;
	color: #fff;
	line-height: 3;
	padding-left: 42px;
}

.com-fixed-container .content .item:nth-of-type(1) a {
	background-image: url(../image/icon-07.png);
}
.com-fixed-container .content .item:nth-of-type(1) a:hover {
	color: #a4c538;
	background-image: url(../image/icon-07-1.png);
}
.com-fixed-container .content .item:nth-of-type(2) a {
	background-image: url(../image/icon-08.png);
}
.com-fixed-container .content .item:nth-of-type(2) a:hover {
	color: #a4c538;
	background-image: url(../image/icon-08-1.png);
}
.com-fixed-container .content .item:nth-of-type(3) a {
	background-image: url(../image/icon-09.png);
}
.com-fixed-container .content .item:nth-of-type(3) a:hover {
	color: #a4c538;
	background-image: url(../image/icon-09-1.png);
}
.com-fixed-container .hot-line {
	background: #a4c538 url(../image/icon-10.png) 20px 50% no-repeat;
	background-size: 48px auto;
	color: #fff;
	font-size: 22px;
	padding-right: 20px;
	padding-left: 82px;
	top: -20px;
	bottom: 0;
	left: 15px;
	z-index: 2;
}
.com-fixed-container .hot-line span {
	display: block;
	font-size: 24px;
	margin-top: -12px;
}
.com-fixed-container .hot-line:before, .com-fixed-container .hot-line:after {
	display: block;
	content: '';
	border-top: 20px solid transparent;
	border-bottom: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 10;
}
.com-fixed-container .hot-line:before {
	border-left: 0;
	border-right: 15px solid #718d13;
	left: -15px;
}
.com-fixed-container .hot-line:after {
	border-right: 0;
	border-left: 15px solid #718d13;
	right: -15px;
}
#LR_miniframe {
    display: none;
}

/* 全站通用弹窗 */
.addWinBox {
	display: none;
	background-color: #fff;
	height: auto;
	width: 500px;
	overflow: hidden;
	position: fixed;
	top: 40%;
	left: 50%;
	z-index: 998;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .6);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, .6);
	box-shadow: 0 0 20px rgba(0, 0, 0, .6);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.addWinBox .add-img .closeAddWinBox {
	display: block;
	background: url(../image/addCenterCloseBtn.png) 0 0 no-repeat;
	cursor: pointer;
	height: 22px;
	width: 22px;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 10;
}
.addWinBox .add-img .closeAddWinBox:hover {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.addWinBox .add-txt {
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	padding: 10px;
}
.addWinBox .add-txt a {
	display: block;
	flex: 0 0 auto;
	color: #fff;
	background-color: #2386f5;
	font-size: 16px;
	line-height: 2.5;
	padding: 0 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.addWinBox .add-txt a:hover {
	background-color: #a4c538;
}
.addWinBox .add-txt a span {
	display: inline-block;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: auto 20px;
	padding-left: 30px;
}
.addWinBox .add-txt a:nth-of-type(1) span {
	background-image: url(../image/icon-07.png);
}
.addWinBox .add-txt a:nth-of-type(2) span {
	background-image: url(../image/icon-08.png);
}
.addWinBox .add-txt a:nth-of-type(3) span {
	background-image: url(../image/icon-09.png);
}


























