.gtswiper{
			position: relative;
		}
		
	.gtswiper .swiper-pagination-bullet {
		    width: 8px;
		    height: 8px;
		    display: inline-block;
		    border-radius: 100%;
		    background-color: #ffffff;
		  	opacity: 0.37;
		}
		
	.gtswiper .swiper-pagination-bullet-active {
		    opacity: 1;
		   background-color: #ffffff;
		}

.gtswiperimg{
	width: 100%;
}

.gtswiperimg img{
	width: 100%;
}

/* 四个 */

.jssige {
    width: 780px;
    height: auto;
    position: absolute;
    bottom:160px;
    left:18%;
    z-index: 9;
}

.jssigek{
	display: flex;
}

.jsmain{
	width: 25%;
	height: auto;
}

.jsimg{
	width: 80%;
	margin: 0 auto;
}

.jsimg img{
	width:100%;
}


.jstext{
	height: 146px;
	background-color: #f7931d;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	margin-top: 15px;
}

/* 下拉 */

.xiala{
		width: 167px;
		height: auto;
		background-color: #f7931d;
		position: absolute;
		right: 18%;
		top: 18%;
		z-index: 9;
}

button.accordion {
   background-color: #f7931d;
    color:white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
   /* background-color: #ddd; */
}

button.accordion:after {
    content: "";
    background-image:url(../../images/gt/youyou.png);
    background-size:13px 13px;
    z-index: 9;
    width: 13px;
    height: 13px;
    color:white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
	margin-top: 3px;
}

button.accordion.active:after {
    content: "";
	background-image:url(../../images/gt/xiaxia.png);
	background-size:13px 13px;
	z-index: 9;
	width: 13px;
	height: 13px;
}


div.panel {
   
	
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

div.panel p{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	color: white;
	background-color: #f7931d;
	cursor: pointer;
}

@media (max-width:1500px) {
	.jssige {
	    width: 780px;
	    height: auto;
	    position: absolute;
	    bottom: 210px;
	    left: 6%;
	    z-index: 9;
	}
	
}


@media (max-width:1300px) {
	.xiala {
	    width: 167px;
	    height: auto;
	    background-color: #f7931d;
	    position: absolute;
	    right: 7%;
	    top: 18%;
	    z-index: 9;
	}
	.jssige {
	    width: 780px;
	    height: auto;
	    position: absolute;
	    bottom: 267px;
	    left: 6%;
	    z-index: 9;
	}
	
	
}

@media (max-width:1200px) {
	.jssige {
	    width: 100%;
	    height: auto;
	    position: unset;
	    bottom: unset;
	    left: unset;
	    z-index: unset;
		
	}
	.xiala {
	    width: 100%;
	    height: auto;
	    background-color: #f7931d;
	    position: unset;
	    right: unset;
	    top: unset;
	    z-index: unset;
	   
	}
	
	.jssigek {
	    display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.jsmain {
	    width: 50%;
	    height: auto;
		margin-top: 20px;
	}
	
	
}