﻿@charset "utf-8";

	.dt-lb1 .swiper-slide a{
		display: block;
		position: relative;
	}	
	.dt-lb1-swiper-img img{
		width: 100%;
	}	
	
	.dt-lb1-swiper-tits{
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		color: #FFF;
		line-height: 1.5;
	}
	.dt-lb1-swiper-strt{
		width: 6.7rem;
	}
	.dt-lb1-swiper-strt h3{
		font-size: .48rem;
		margin-bottom: .4rem;
		text-shadow:2px 2px 5px #333333;
	}
	.dt-lb1-swiper-strt p{
		font-size: .18rem;
		text-shadow:2px 2px 5px #333333;
	}
	.dt-lb1-swiper-gd{
		background-color: #0D97FF;
		color: #FFF;
		font-size: .16rem;
		text-align: center;
		border-radius: 100px;
		display: inline-block;
		width: 1.6rem;
		line-height: .4rem;
		margin-top: .55rem;
		cursor: pointer;
	}
	
	/*左右箭头设置*/
	.swiper-container .hide{
	  opacity:0;
	}
	.dt-lb1 .swiper-button-next,
	.dt-lb1 .swiper-button-prev{
	  transition:opacity 0.5s;
	}
	
	.dt-lb1 .swiper-button-prev {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E") !important;
		left: 25px;
		width: 23px;
		height: 40px;	
		background-size: 23px auto;
	}
	.dt-lb1 .swiper-button-next {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E") !important;
		transform:rotate(180deg);
		right: 25px;
		width: 23px;
		height: 40px;
		background-size: 23px auto;
	}	

	/*渐显*/
	.dt-lb1 .swiper-slide-active{
		animation-name: opacity2;
		animation-duration: 1.3s;
	}
	@keyframes opacity2 {
	  0% {
	    opacity: .6;
	  }
	  100% {
	    opacity: 1;
	  }
	}	
		
	/*分页器设置*/
	.dt-lb1 .swiper-pagination{
		bottom: 30px;
	}
	.dt-lb1 .swiper-pagination-bullet{
	  opacity: 1;
	  background: #FFF;	
	  border: 2px solid #FFF; 
	  width: 10px;
	  height: 10px;
	  margin: 0 6px !important;
	}
	.dt-lb1 .swiper-pagination-bullet-active {
	  opacity: 1;
	  background: #16a0c3;
	  border-color: #16a0c3;
	}
	
	@media (max-width: 1350px) {
		.dt-lb1 .swiper-button-prev {
			left: 15px;
			width: 20px;
			height: 36px;	
			background-size: 20px auto;
		}
		.dt-lb1 .swiper-button-next {
			right: 15px;
			width: 20px;
			height: 36px;
			background-size: 20px auto;
		}			
	}
	@media (max-width: 1074px) {
		.dt-lb1 .swiper-pagination-bullet{
		  width: 10px;
		  height: 10px;
		  margin: 0 4px !important;
		}		
		.dt-lb1 .swiper-pagination{
			bottom: .75rem;
		}		
		.dt-lb1 .swiper-button-next,
		.dt-lb1 .swiper-button-prev{
			opacity: 0 !important;
		}
	}
	



.teavhd-left{
	background-color: #33BB6F;
	width: 220px;
	padding-bottom: 50px;
}	
.teavhd-left-a1 ul li a{
	color: #FFFFFF;
	font-size: 14px;
	display: block;
	line-height: 56px;
	position: relative;
	padding-left: 30px;
	padding-right: 12px;
}
.teavhd-left-a1 ul li a:after{
	content: "";
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -6px;
	z-index: 1;
	width:0;
    height:0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #94dab3;	
}
.teavhd-left-a1 ul li a:before{
	content: "";
	position: absolute;
	right: -4px;
	top: 50%;
	margin-top: -4px;
	z-index: 1;
	width:0;
    height:0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;	
}
.teavhd-left-a1 ul li.on a:before{
	border-left: 4px solid #E94530;	
}






.teavhd-left-a1 ul li.on a{
	background-color: #E94530;
}
.teavhd-left-a1 ul li.on a:after{
	border-left: 6px solid #FFF;	
}

.teavhd-left-a1 ul li a:hover{
	background-color: #E94530;
}

.teavhd-left-a1 ul:hover li a:after{
	content: "";
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -6px;
	z-index: 1;
	width:0;
    height:0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #94dab3;	
}

.teavhd-left-a1 ul:hover li a{
	background-color: #33BB6F;
}
.teavhd-left-a1 ul li a:hover:after{
	content: "";
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -6px;
	z-index: 1;
	width:0;
    height:0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #FFF;	
}
.teavhd-left-a1 ul li a:hover{
	background-color: #E94530 !important;
}


.teavhd-left-a1 ul li a:hover:before{
	border-left: 4px solid #E94530;	
}

.teavhd-left-a1 ul:hover li a:before{
	border-left: 4px solid transparent;	
}
.teavhd-left-a1 ul li a:hover:before{
	border-left: 4px solid #E94530 !important;	
}


.teavhd-left-a2{
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 15px;
}
.teavhd-left-a2 a{
	background-color: #4BCD84;
	display: block;
	line-height: 40px;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 14px;
}
.teavhd-left-a2 a:hover{
	background-color: #2DA360;
}
.teavhd-narthc h4{
	color: #2DA160;
	font-size: 24px;
	line-height: 1.5;
}
.teavhd-narthc h5{
	font-size: 14px;
	color: #C2C2C2;
}
.teavhd-narthc p{
	color: #7E7E7E;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 30px;
}
.teavhd-sratec a{
	background-color: #2DA160;
	color: #FFF;
}
.teavhd-sratec a:hover{
	background-color: #25824D;
}
.teavhd-cwenta{
	position: relative;
}
.teavhd-cwenta:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 1;
	width: 50px;
	height: 3px;
	background-color: #E94530;
}
.teavhd-cwenta{
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 15px;
}
.teavhd-degurt{
	width: 630px;
}
.teavhd-degurt img{
	width: 100%;
}
.teavhd-sratec a{
	width: 360px;
	line-height: 36px;
	background-color: #2DA160;
	color: #FFF;
}

.teavhd-sratec{
	margin-top: 20px;
}
.teavhd-sratec a{
	display: block;
	width: 136px;
	line-height: 36px;
	text-align: center;
}
.teavhd-narthc{
	position: relative;
}
.teavhd-narthc-yewr{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	width: calc(100% + 65px);
	height: 100%;
}
.teavhd-lamtgc{
	background-color: #FFF;
	box-shadow: 0 0 10px #ececec;	
}
.teavhd-lamtgc{
	padding: 25px;
}
.teavhd-degurt{
	padding-left: 18px;
}








.banfogt{
	background-color: #33BA6F;
	padding-top: 50px;
}	
.banfogt .atrmalv-mnrgsa h2{
	color: #FFF;
}
.banfogt .atrmalv-mnrgsa h3{
	color: #FFF;
}
.banfogt .atrmalv-mnrgsa h2:after {
    background-color: #FFF;
}
.banfogt-a2 ul {
	overflow: hidden;
}
.banfogt-a2 ul li{
	float: left;
	width: 20%;
}
.banfogt-a2 ul li a{
	color: #000000;
	font-size: 16px;
	display: block;
	text-align: center;
	line-height: 60px;
}
.banfogt-a2 ul li a:hover{
	color: #E94530;
}
.banfogt-a2 ul li.on a{
	color: #FFF;
	background-color: #E94530;
}
.banfogt-a2{
	background-color: #FFF;
}







		.lb1 .swiper-slide a{
			display: block;
		}
		.lb1 .swiper-slide a img{
			width: 100%;
		}
		
		.kanbr{
			background-color: #33BA6F;
			padding-bottom: 75px;
		}
		.katgnx img{
			width: 800px;
		}
		.katgnx-wan{
			line-height: 1.8;
			color: #7E7E7E;
			font-size: 14px;
			padding-left: 35px;
			padding-right: 20px;
		}
		.katgnx-wan h3{
			font-size: 18px;
			color: #000;
			margin-bottom: 15px;
		}
		.kanbr .lb1-imstrg{
			background-color: #FFF;
			padding: 20px;
		}
		.kanbr{
			padding-top: 20px;
		}
		.katgnx-ckxtrg{
			background-color: #2DA160;
			width: 130px;
			line-height: 34px;
			text-align: center;
		}
		.katgnx-ckxtrg{
			margin-top: 18px;
		}
		.katgnx-ckxtrg span{
			color: #FFF;
			font-size: 15px;
			display: block;
		}
		.katgnx-ckxtrg:hover span{
			background-color: #25824E;
		}
		.kanbr{
			position: relative;
		}
		.kanbr .swiper-button-next{
			position: absolute;
			right: auto;
			left: 50%;
			margin-left: 617px;
			top: 50%;
			margin-top: -40px;
			z-index: 1;
			width: 40px;
			height: 40px;
			background: url(../images/img3.png) left top no-repeat;
		}
		.kanbr .swiper-button-prev{
			position: absolute;
			left: 50%;
			margin-left: -657px;
			top: 50%;
			margin-top: -40px;
			z-index: 1;
			width: 40px;
			height: 40px;
			background: url(../images/img2.png) left top no-repeat;
		}
		
		@media (max-width: 1350px){
			.kanbr .swiper-button-next{
				right: 5%;
				left: auto;
				margin-left: 0;
			}	
			.kanbr .swiper-button-prev{
				left: 5%;
				margin-left: 0;
			}					
		}




		.kanmrtgx{
			padding-top: 65px;
			padding-bottom: 65px;
		}	
		.tw3-tit-left{
			color: #C6C6C6;
			font-size: 14px;
			line-height: 2.2;
			width: 6.96rem;
		}
		.tw3-tit-left img{
			width: 100%;
		}
		.tw3-tit-right{
			color: #FFF;
			padding-left: 4.2%;
		}
		.tw3-tit-right h3{
			font-size: 18px;
			line-height: 1.5;
			font-weight: 100;
			margin-bottom: 15px;
			color: #161616;
		}
		.tw3-tit-news{
			font-size: 14px;
			line-height: 2;
			color: #7E7E7E;
		}
		@media (max-width: 1074px){
			.tw3-tit{
				-moz-box-orient: vertical;
				-webkit-box-orient: vertical;
				-o-box-orient: vertical;
				-ms-box-orient: vertical;
				box-orient: vertical;			
			}
			.tw3-tit-left{
				color: #C6C6C6;
				font-size: 14px;
				line-height: 2.2;
				width: 80%;
				margin: 0 auto;
			}
			.tw3-tit-right{
				width: 80%;
				padding-left: 0;
				margin-top: 3.5%;
			}
			.tw3-tit-right h3{
				font-size: 26px;
				line-height: 1.5;
				font-weight: 100;
				margin-bottom: 2.5%;
			}		
		}
		
		@media (max-width: 768px){
			.tw3-tit-left{
				width: 100%;
			}
			.tw3-tit-right{
				width: 100%;
				padding-left: 0;
				margin-top: 5%;
			}		
			.tw3-tit-right h3{
				font-size: 22px;
				margin-bottom: 2.5%;
			}			
			.tw3-tit-right img{
				max-width: 80%;
				margin: 0 auto;
			}
		}
		
		@media (max-width: 1250px){
			.kanbr .lb1-imstrg .swiper-slide a{
				display: block !important;
			}
			.katgnx-wan {
			    padding-left: 0px;
			    padding-right: 0px;
			    padding-top: 15px;
			    padding-bottom: 15px;
			}
		}
		
		
		
		.hqutrgma{
			margin-bottom: 45px;
		}
		.hqutrgma dl{
			overflow: hidden;
		}
		.hqutrgma dt{
			width: 20%;
			text-align: center;
			color: #161616;
			float: left;
			border-right: 1px solid #EEEEEE;
		}
		.hqutrgma dt:last-child{
			border-right: 0;
		}
		.hqutrgma dt img{
			margin: 0 auto;
		}
		.hqutrgma dt h4{
			margin-top: 18px;
		}
		
	.trgamanx{
		background-color: #F3F3F3;
		padding-top: 53px;
	}
	.dengbrtx{
		padding-bottom: 65px;
	}
	.dengbrtx-dsekxc{
		display: flex;
	}
	.dengbrtx-left{
		flex: 1;
		border-radius: 8px;
		overflow: hidden;		
	}	
	.dengbrtx-left a{
		display: block;
	}
	.dengbrtx-ac1 img{
		width: 100%;
	}
	.dengbrtx-ac2{
		background-color: #F5F7F7;
		line-height: 1.5;
		padding: 20px 23px 21px;
	}
	.dengbrtx-ac2 h3{
		color: #000000;
		font-size: 16px;
		transition: color .25s linear;
	}
	.dengbrtx-ac3{
		color: #7F7F7F;
		font-size: 14px;
		padding-top: 8px;
	}
	.dengbrtx-left a:hover .dengbrtx-ac2 h3{
		color: #97C844;
	}
	
	.dengbrtx-right{
		flex: 1;
		margin-left: 0px;
	}
	.dengbrtx-right-waim ul li{
		margin-top: 15px;
	}
	.dengbrtx-right-waim ul li:first-child{
		margin-top: 0;
	}
	.dengbrtx-right-waim ul li a{
		background-color: #FFF;
		overflow: hidden;	
		transition: background-color .25s linear;
	}
	
	.dengbrtx-bc1{
		width: 120px;
		text-align: center;
		background-color: #FFFFFF;
		padding-top: 28px;
	}
	.dengbrtx-bc1 h5{
		color: #000000;
		font-size: 22px;
	}
	.dengbrtx-bc1 h6{
		color: #7F7F7F;
		font-size: 14px;	
		padding-top: 8px;
		padding-right: 25px;
	}
	
	.dengbrtx-bc2{
		height: 100px;
		border-left: 1px solid #E8ECEC;
		padding-left: 25px;
		padding-right: 25px;
		line-height: 2.1;
	}
	.dengbrtx-bc2 h3{
		transition: color .25s linear;
		color: #000000;
		font-size: 14px;		
	}
	.dengbrtx-bc3{
		color: #7E7E7E;
		font-size: 14px;
		transition: color .25s linear;
		line-height: 1.5;
	}
	
	.dengbrtx-right-waim ul li a:hover .dengbrtx-bc1{
		background-color: #2DA160;
	}
	.dengbrtx-right-waim ul li a:hover .dengbrtx-bc1 h5{
		color: #FFF;
	}
	.dengbrtx-right-waim ul li a:hover .dengbrtx-bc1 h6{
		color: #FFF;
	}
	
	@media (max-width: 1250px){
		.dengbrtx-bc1 {
	    width: 100px;
		}
		.dengbrtx-bc2{
			height: 94px;
			padding-left: 20px;
			padding-right: 20px;
			line-height: 2.2;
		}	
	}
	
	@media (max-width: 1074px){
		.dengbrtx-dsekxc{
			display: block;
		}
		.dengbrtx-right {
			margin-left: 0;
		}
		.dengbrtx-right-waim ul li:first-child {
	    margin-top: 15px;
		}
		.dengbrtx-bc3 {
	    font-size: 12px;
		}
		.dengbrtx-bc2 {
			height: 74px;
		}
		.dengbrtx-bc2 h3 {
			font-size: 15px;
		}	
		.dengbrtx-bc1 h5 {
	    font-size: 26px;
		}	
		.dengbrtx-bc1 h6 {
			font-size: 12px;
			padding-top: 5px;
		}
		.dengbrtx-bc1 {
		    width: 76px;
		}
		.dengbrtx-bc2 {
	    padding-left: 15px;
	    padding-right: 15px;
		}	
		.dengbrtx {
		  margin-top: 28px;
		}	
		.dengbrtx-dsekxc {
		  padding-bottom: 28px;
		}	
		.chuirtg {
	    padding-top: 5%;
	    padding-bottom: 9%;
		}	
	}
	
	.yourtghx{
		width: 620px;
	}
	.yourtghx-div article{
		width: 50%;
		float: left;
		padding-left: 20px;
	}
	.yourtghx-div article a{
		display: block;
		background-color: #FFF;
	}
	.yourtghx-ximg img{
		width: 100%;
	}
	.yourtghx-div article a{
		line-height: 1.5;
	}
	.yourtghx-div article a h3{
		color: #000000;
		font-size: 16px;
	}
	.yourtghx-x1 {
	    color: #7E7E7E;
	    font-size: 14px;
	    margin-top: 13px;
	    line-height: 1.8;
	}
	.yourtghx-x2{
		color: #7E7E7E;
		font-size: 14px;
		margin-top: 12px;
	}
	.mcdonrg{
		padding: 25px 15px 34px;
	}
	.dengbrtx-bc2-xrt{
		width: 100%;
	}
	





.lb1a2{
	/*padding-bottom: 80px;*/
}	
.lb1a2 .swiper-slide a{
	display: block;
	border: 1px solid #F5F5F5;
	padding: 20px 0;
}
.lb1a2 .swiper-slide a img{
	width: auto;
	max-width: 100%;
	max-height: 81px;
	margin: 0 auto;
}

.lb1a2 .swiper-button-prev,
.lb1a2 .swiper-button-next{
width: 40px;
height: 40px;
margin-top: -20px;
}
.lb1a2-imstrg{
	position: relative;
}
.lb1a2-imstrg .swiper-button-prev{
	background: url(../images/img2.png) left top no-repeat;
}		
.lb1a2-imstrg .swiper-button-next{
	background: url(../images/img3.png) right top no-repeat;
}
.zsujrt{
	margin-top: 35px;
}
.zsujrt h3 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 23px;
    text-align: center;
    font-family: DINPro-Regular;
}	
.lb1a2-imstrg{
	padding-left: 66px;
	padding-right: 66px;
}	

.lb1a2-imstrg .swiper-container{
	background-color: #FFF;
	padding: 15px 15px;
	box-shadow: 5px 5px 10px #e2e2e2;
}
					
@media (max-width: 768px){
	.lb1 .swiper-button-prev,
	.lb1 .swiper-button-next{
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    background-size: 25px 25px;
	}	
	.lb1a2 {
	    padding-bottom: 0px;
	}	
	
	.nrtgsh .swiper-button-prev,
	.nrtgsh .swiper-button-next {
		zoom: .7;
	}
}

.jalcie{
	background-color: #F3F3F3;
	padding-top: 10px;
	padding-bottom: 80px
}





















@media (max-width: 1250px) {
	.teavhd-div{
		width: 100%;
		display: block !important;
	}
	.teavhd-left{
		width: 100%;
	}
	.teavhd-degurt{
		padding-left: 0;
		width: 100%;
		margin-top: 18px;
	}
	.teavhd-narthc-yewr{
		position: relative;
		width: 100%;
	}
	.banfogt-a1{
		display: block !important;
	}
	.banfogt-a2 ul li{
		width: auto;
	}
	.banfogt-a2 {
	    background-color: transparent;
	}
	.banfogt-a2 ul li a {
	    font-size: 12px;
	    line-height: 30px;
	    padding: 1px 13px;
	}
	.banfogt-a3 {
		margin-left: 13px;
	}
	.banfogt-a3 a img{
		width: 36px;
	}
	.banfogt-a2 ul li a {
		color: #FFF;
	}
	.banfogt {
        padding-top: 30px;
	}
	.kanbr {
	    padding-bottom: 45px;
	}
	.kanmrtgx {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	
	.tw3{
		margin-top: -35px;
	}
	.hqutrgma dt h4 {
	    font-size: 12px;
	}
	.trgamanx {
	    padding-top: 30px;
	}
	.yourtghx-div{
		margin-top: -55px;
	}
	.yourtghx-div article {
	    width: 100%;
	    padding-left: 0px;
	    margin-top: 15px;
	}
	.yourtghx {
	    width: 100%;
	}
	.dengbrtx-div .but1-div{
		margin-top: 0;
	}
	.jalcie {
	    padding-bottom: 40px;
	}	
	.dengbrtx {
	    padding-bottom: 30px;
	}
	.guidkrt {
	    padding-top: 30px;
	}	
	.atrmalv-mnrgsa {
	    margin-bottom: 10px;
	}
}