﻿.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: 60px auto 0;
	}
	.index1-1 img:nth-of-type(1){
		width: 120px;
	}
	.index1-1 img:nth-of-type(2) {
		width: 300px;
		margin: -10px 0 0;
	}
	.index-img .index1-2 {
	    width: 360px;
	    height: 115px;
	}
	.index1-2 h1 {
	    font-size: 18px;
	    line-height: 25px;
	}
	.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;
	}
	.index1-1 img:nth-of-type(2) {
		width: 420px;
	}
	.index-img .index1-1 {
	    margin: 100px 0 0;
	}
	.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;
	}
	.index1-1 img:nth-of-type(2) {
		width: 550px;
	}
	.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 0 0;
	}
	.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;
	}
	.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;
	}
	.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;
	}
}