.index_banner {
	width: calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	height: calc(100% - 200px);
	height: -moz-calc(100% - 200px);
	height: -webkit-calc(100% - 130px);
	overflow: hidden;
	position: relative;
	top: 100px;
	left: 100px;
}
.index_banner .swiper-container {
	width: calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	height: 100%;
	overflow: hidden;
	margin: 0;
}
.index_banner .swiper-wrapper {
    transition-delay: 0.3s;
}
.index_banner .index-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.index-img .index1-1{
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 150px 0 0;
}
.index-img .index1-2 {
	width: 100%;
	text-align: center;
	height: 230px;
	overflow: hidden;
	background: url(../images/bnrbg1.png) no-repeat center center;
	padding: 22px 0;
}
.index1-2 h1 {
	font-size: 42px;
	line-height: 50px;
	color: #f1dba8;
    position: relative;
}
.index1-2 h1:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #f7d189;
    -webkit-mask:linear-gradient(to left, #f9ba63, transparent);
}
.index_banner .swiper-slide:nth-of-type(2) .index-img img{
	margin: 55px 90px 0;
	float: right;
}
.index3-img>img {
	position: absolute;
	left: 375px;
	top: 75px;
}
.index3-img .index3 {
	position: absolute;
	left: 765px;
	top: 280px;
	text-align: left;
}
.index3>img {
	margin: 20px 0 0 5px;
}
.index_banner .swiper-pagination {
	width: 16px;
	height: 88px;
	position: absolute;
	left: auto;
	right: 42px;
	top: 50%;
	bottom: auto;
	margin-top: -44px;
}
.index_banner .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 0;
}
.index_banner .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 100%;
    background: #d8d8d8;
    opacity: .48;
}
.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #f45d1e;
	opacity: 1;
}
.index_banner .swiper-slide:nth-of-type(3) .index-img {
	background: #f5f5f5;
}
.index_bottom {
	width: calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	height: 100px;
	overflow: hidden;
	position: fixed;
	left: 100px;
	bottom: 0;
	line-height: 100px;
	text-align: right;
	color: #333333;
}
.index_bottom a {
	color: #333333;
}
.index_bottom a:hover {
	color: #f45d1e;
	text-decoration: underline !important;
}
.index_bottom ul {
	width: 27px;
	height: 40px;
	border: 3px solid #666666;
	border-radius: 14px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -14px;
	padding: 5px 9px 0;
	cursor: pointer;
}
.index_bottom ul li {
	width: 3px;
	height: 9px;
	background-color: #666666;
	border-radius: 1px;
}
@media only screen and (max-width: 991px) {
	.index_banner {
		width: 100%;
		height: calc(100% - 129px);
		height: -moz-calc(100% - 129px);
		height: -webkit-calc(100% - 129px);
		top: 129px;
		left: 0;
	}
	.index_banner .swiper-container {
		width: 100%;
		height: 100%;
	}
	.index_banner .swiper-slide:nth-of-type(1) .index-img {
		background: url(../images/banner1s.jpg) no-repeat bottom center;
		background-size: 100%;
	}
	.index_banner .swiper-slide:nth-of-type(2) .index-img {
		background: url(../images/banner2s.jpg) no-repeat top center;
		background-size: 100%;
	}
	.index-img .index1-1 {
		width: 688px;
		margin: 130px auto 0;
		text-align: left;
	}
	.index1-1 img:nth-of-type(1){
		width: 230px;
		display: block;
		margin: 0 0 0 20px;
	}
	.index1-1 img:nth-of-type(2) {
		width: 600px;
		margin: -30px 0 0 20px;
	}
	.index-img .index1-2 {
	    width: 670px;
	    margin: 0 auto;
	    height: 180px;
	    background-size: 100%;
	    padding: 15px 0;
	}
	.index1-2 h1 {
	    font-size: 32px;
	    line-height: 40px;
	}
	.index_banner .swiper-slide:nth-of-type(2) .index-img img {
		width: 688px;
	    margin: 95px auto 0;
	    float: none;
	}
	.index3-img>img {
		width: 489px;
	    position: absolute;
	    left: 50%;
	    top: 50px;
	    margin-left: -270px;
	}
	.index3_txt img:nth-of-type(1) {
		display: none;
	}
	.index3-img .index3 {
		width: 116px;
		left: 50%;
		margin-left: 30px;
		top: 360px;
	}
	.index3>img {
		margin: 0;
		transform: rotate(90deg);
	    position: absolute;
	    left: -105px;
		top: 360px;
	}
	.index_bottom {
		display: none;
	}
	.index_banner .swiper-pagination {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.index_banner {
		height: calc(100% - 64px);
		height: -moz-calc(100% - 64px);
		height: -webkit-calc(100% - 64px);
		top: 64px;
		overflow: auto;
		position: absolute;
	}
	.index-img .index1-1 {
		width: 335px;
		margin: 30px;
		/* padding: 15px; */
		padding-bottom: 8px;
	}
	.index1-1 img:nth-of-type(1){
		width: 90px;
		margin: -10px 0 10px 25px;
	}
	.index1-1 img:nth-of-type(2) {
		width: 230px;
		margin: -10px 0 10px 110px;
	}
	.index-img .index1-2 {
	    width: 300px;
	    height: 125px;
	}
	.index1-2 h1 {
	    font-size: 14px;
	    line-height: 14px;
	    margin-top: 14px;
	}
	.index_banner .swiper-slide:nth-of-type(2) .index-img img {
		width: 335px;
	    margin: 50px auto 0;
	}
	.index3-img>img {
		width: 250px;
	    margin-left: -150px;
	}
	.index3-img .index3 {
		width: 70px;
		left: 50%;
		margin-left: 0;
		top: 240px;
	}
	.index3 .index3_txt {
		width: 100%;
		overflow: hidden;
	}
	.index3_txt img {
		width: 100%;
	}
	.index3>img {
		height: 24px;
		margin: 0;
		transform: rotate(90deg);
	    position: absolute;
	    left: -66px;
		top: 225px;
	}
}
@media only screen and (min-height: 640px) {
	.index_banner .swiper-slide:nth-of-type(1) .index-img {
		background-size: auto 100%;
	}
	.index_banner .swiper-slide:nth-of-type(2) .index-img {
		background-size: auto 100%;
	}
}
@media only screen and (min-width: 992px) {
	.index_banner .swiper-slide:nth-of-type(1) .index-img {
		background: url(../images/banner1.jpg) no-repeat center;
		background-size: auto 100%;
	}
	.index_banner .swiper-slide:nth-of-type(2) .index-img {
		background: url(../images/banner2.jpg) no-repeat center;
		background-size: auto 100%;
	}
	.index1-1 img:nth-of-type(1){
		width: 200px;
	}
	.index1-1 img:nth-of-type(2) {
		width: 400px;
	}
	.index-img .index1-2 {
		height: 135px;
	    background-size: 500px;
	    padding: 12px 0;
	}
	.index1-2 h1 {
	    font-size: 24px;
	    line-height: 30px;
	}
	.index_banner .swiper-slide:nth-of-type(2) .index-img img {
		width: 475px;
	    margin: 70px 40px 0;
	}
	.index3-img>img {
		width: 300px;
	    left: 75px;
	}
	.index3-img .index3 {
	    left: 375px;
	    top: 220px;
	}
	.index3 .index3_txt {
		width: 400px;
	}
	.index3_txt img {
		width: 100%;
	}
	.index3_txt img:nth-of-type(2) {
		display: none;
	}
	.index3>img {
	    width: 200px;
	}
}
@media only screen and (min-width: 1200px) {
	.index_banner .swiper-slide:nth-of-type(1) .index-img {
		background-size: 100% auto;
	}
	.index_banner .swiper-slide:nth-of-type(2) .index-img {
		background-size: 100% auto;
	}
	.index1-1 img:nth-of-type(1){
		width: 160px;
		left: 25%;
		/* padding: 25px; */
	}
	.index1-1 img:nth-of-type(2) {
		width: 420px;
		left: 40%;
	}
	.index-img .index1-1 {
	    margin: 150px;
	}
	.index-img .index1-2 {
		height: 125px;
	    background-size: 450px;
	    padding: 10px 0;
	}
	.index1-2 h1 {
	    font-size: 24px;
	    line-height: 30px;
	}
	.index_banner .swiper-slide:nth-of-type(2) .index-img img {
		width: 500px;
	    margin: 55px 90px 0;
	}
	.index3-img>img {
		width: 200px;
	    left: 250px;
	}
	.index3-img .index3 {
	    left: 440px;
	    top: 160px;
	}
	.index3 .index3_txt {
		width: 290px;
	}
	.index3>img {
	    width: 150px;
	}
}
@media only screen and (min-width: 1400px) {
	.index1-1 img:nth-of-type(1){
		width: 230px;
		/* margin: 50px; */
		/* margin-left: 20%; */
	}
	.index1-1 img:nth-of-type(2) {
		width: 550px;
		/* margin: 100px; */
		/* margin-left: 38%; */
	}
	.index-img .index1-2 {
		height: 170px;
	    background-size: 650px;
	    padding: 15px 0;
	}
	.index1-2 h1 {
	    font-size: 30px;
	    line-height: 36px;
	}
	.index-img .index1-1 {
	    margin: 150px;
	    /* text-align: center; */
	    padding: 25px;
	    /* display: table-cell; */
	    /* vertical-align: middle; */
	}
	.index_banner .swiper-slide:nth-of-type(2) .index-img img {
		width: 600px;
	    margin: 55px 90px 0;
	}
	.index3-img>img {
		width: 330px;
	    left: 250px;
	}
	.index3-img .index3 {
	    left: 505px;
	    top: 230px;
	}
	.index3 .index3_txt {
		width: 400px;
	}
	.index3>img {
	    width: 200px;
	}
}
@media only screen and (min-width: 1600px) {
	.index_banner .swiper-slide:nth-of-type(1) .index-img {
		background-size: 100% auto;
	}
	.index_banner .swiper-slide:nth-of-type(2) .index-img {
		background-size: 100% auto;
	}
	.index1-1 img:nth-of-type(1){
		width: 230px;
	}
	.index1-1 img:nth-of-type(2) {
		width: 550px;
		/* margin-left: -5%; */
	}
	.index-img .index1-2 {
		height: 170px;
	    background-size: 650px;
	    padding: 15px 0;
	}
	.index1-2 h1 {
	    font-size: 30px;
	    line-height: 36px;
	}
	.index_banner .swiper-slide:nth-of-type(2) .index-img img {
		width: 700px;
	    margin: 55px 90px 0;
	}
	.index3-img>img {
		width: 369px;
	    left: 250px;
	}
	.index3-img .index3 {
	    left: 585px;
	    top: 280px;
	}
	.index3 .index3_txt {
		width: 400px;
	}
	.index3>img {
	    width: 200px;
	}
}
@media only screen and (min-width: 1900px) {
	.index1-1 img:nth-of-type(1),.index1-1 img:nth-of-type(2) {
		width: auto;
		margin-left: -5%;
	}
	.index1-1 img:nth-of-type(2) {
    left: 42%;
    /* width: 550px; */
}
	.index-img .index1-2 {
		height: 230px;
	    background-size: auto;
	    padding: 22px 0;
	}
	.index1-2 h1 {
	    font-size: 42px;
	    line-height: 50px;
	}
	.index_banner .swiper-slide:nth-of-type(2) .index-img img {
		width: auto;
	    margin: 55px 90px 0;
	}
	.index3-img>img {
		width: 369px;
	    left: 375px;
	}
	.index3-img .index3 {
	    left: 765px;
	    top: 280px;
	}
	.index3 .index3_txt {
		width: 560px;
	}
	.index3>img {
	    width: auto;
	}
}
.cbsect_5af293f8 {
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: rgb(255, 255, 255);
}
.cbdiv_08e53666 {
	position: absolute;
	z-index: 0;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
}
.cbdiv_610a0731 {
	position: relative;
	bottom: 0px;
	right: 0px;
	top: 0px;
	left: 0px;
	background-size: cover;
	background-position: 50% 50%;
	height: 100%;
}
.cbdiv_8fb6e7aa {
	height: 100%;
	color: rgb(255, 0, 255);
	background-color: rgb(26, 87, 166);
	background-image: linear-gradient(140deg, currentcolor, transparent);
	opacity: 0.6;
	z-index: 0;
	bottom: 0px;
	right: 0px;
	top: 0px;
	left: 0px;
}
.cbcont_482ec042 {
	padding: 0px;
	background-color: rgba(0, 0, 0, 0);
}
.div_KkYGx0 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 38vw;
}
@media (max-width: 991px){
.div_KkYGx0 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 950px;
}
.div_f3X2qt {
    width: 100%;
    height: 300px;
}
.div_4TSG0m {
    left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 30px;
}
.div_f3X2qt {
    width: 100%! important;
    position: static;
    overflow: hidden;
    background-image: url(../images/origin.jpg);
}
.product_btn1 {
	min-width: 100px;
	margin-top: 70px;
	margin-bottom: 0px;
	padding: 15px 60px;
	text-transform: uppercase;
	font-family: Oswald;
	font-size: 16px;
	background-color: transparent;
	-webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
	-ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
	transform: rotate(0deg) scale(1) translate(0%, 0%);
	transition: all 0.5s ease;
	border-radius: 1px;
	border-width: 1px;
	border-color: rgba(204, 204, 204, 0.6);
	color: #ccc;
}
.div_snVlCU {
    position: relative;
    padding-left: 4%! important;
    padding-right: 4%! important;
}
.btn {
   margin-top: 10px! important;
}
.div_4TSG0m {
	position: absolute;
	bottom: 0px;
	right: 0px;
	top: 0px;
	left: 0px! important;
	background-color: rgb(255, 255, 255);
	padding-top: 0px;
	padding-bottom: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 85%;
	margin-bottom: 90%;
	width: 100%;
}
.cbsect_c479c1cf {
	padding-bottom: 100px;
	padding-top: 100px;
	background-color: rgba(217, 217, 217, 0.13);
}
.cbdiv_f757a5c0 {
	position: absolute;
	z-index: 0;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
}
.cbdiv_df2f4ce0 {
	position: relative;
	bottom: 0px;
	right: 0px;
	top: 0px;
	left: 0px;
	background-size: cover;
	background-position: 50% 50%;
	height: 100%;
}

}

.div_f3X2qt {
	width: 50%;
	position: static;
	overflow: hidden;
	background-image: url("../images/0452e29004cda2cb8f6e5f51b98fefe3_origin.jpg");
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
.div_wcRfuf {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0%;
	padding-right: 0%;
	position: relative;
	background-color: rgba(232,232,232,0.6);
}
.cbdiv_0bb00aa3 {
	min-height: 0px;
	text-align: center;
	color: rgb(67, 67, 67);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.div_snVlCU p{
    font-size: 14px;
    line-height: 25px;
}
.cbdiv_080434ba {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 0px;
}
.cbhead_95ee39ce {
	font-family: Oswald;
	margin-top: 0px;
	line-height: 1em;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: rgb(217, 83, 79);
	padding-bottom: 5px;
	margin-right: 2px;
}
.cbhead_16e4362a {
	font-family: SiYuanBold;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1em;
	padding-top: 0px;
}
.cbhead_18580af4 {
	line-height: 1.3em;
	margin-top: 10px;
	font-family: arial;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #999;
}
.paragraph_ILOczx {
	text-align: center;
	margin-top: 70px;
	line-height: 2em;
	color: rgb(153, 153, 153);
	-webkit-line-clamp: 3;
}
.div_snVlCU {
	position: relative;
	padding-left: 15%;
	padding-right: 15%;
}
.product_btn1 {
	min-width: 100px;
	margin-top: 70px;
	margin-bottom: 0px;
	padding: 15px 60px;
	text-transform: uppercase;
	font-family: Oswald;
	font-size: 16px;
	background-color: transparent;
	-webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
	-ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
	transform: rotate(0deg) scale(1) translate(0%, 0%);
	transition: all 0.5s ease;
	border-radius: 1px;
	border-width: 1px;
	border-color: rgba(204, 204, 204, 0.6);
	color: #ccc;
}
.div_4TSG0m {
	position: absolute;
	bottom: 30px;
	right: 0px;
	top: 30px;
	left: -50px;
	background-color: rgb(255, 255, 255);
	padding-top: 0px;
	padding-bottom: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* margin-top: 50px; */
	/* margin-bottom: 50px; */
	width: 100%;
}
.cbsect_c479c1cf {
	padding-bottom: 100px;
	padding-top: 100px;
	background-color: rgba(217, 217, 217, 0.13);
}
.cbdiv_f757a5c0 {
	position: absolute;
	z-index: 0;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
}
.cbdiv_df2f4ce0 {
	position: relative;
	bottom: 0px;
	right: 0px;
	top: 0px;
	left: 0px;
	background-size: cover;
	background-position: 50% 50%;
	height: 100%;
}