

.dt-lb1 .swiper-slide a{
	display: block;
	position: relative;
	cursor: -webkit-grab;
	position: relative;
}	
.dt-lb1-swiper-img img{
	width: 100%;
}	


.nagertg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.nagertg-div{
	height: 100%;
}
.nagertg-left img{
	width: 620px;
}
.nagertg-right{
	padding-left: 1.3rem;	
}
.nagertg-right-tit1{
	color: #FFF;
	font-size: 32px;
	line-height: 1.56;
}
.nagertg-right-tit2{
	font-size: 16px;
	background-color: rgba(0,0,0,.5);
	padding: 4px 6px;
	color: #FFF;
	display: inline-block;
	line-height: 1.5;
	margin-top: 6px;
}
.nagertg-shangbe{
	height: 100%;
}
.nagertg-buts{
	width: 200px;
	line-height: 50px;
	color: #0D7944;
	font-size: 16px;
	background-color: #FFF;
	text-align: center;
	margin-top: .75rem;
	cursor: pointer;
	transition: background-color .25s linear;
}
.nagertg-buts:hover{
	background-color: #0D7944;
	color: #FFF;
}


.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-container .swiper-slide{
	overflow: hidden;
}	
.dt-lb1 .swiper-container .swiper-slide a .dt-lb1-swiper-img{
	display: block;
	transform: scale(1.1);
	vertical-align: middle
}
.dt-lb1 .swiper-container .swiper-slide-active a .dt-lb1-swiper-img{
	animation: upin2 30s linear infinite
}
*/

@media (max-width: 1450px) {
	.nagertg-left img{
		width: 480px;
	}	
	.nagertg-right{
		padding-left: .85rem;
	}
	.nagertg-right-tit1 {
    font-size: 26px;
    line-height: 1.5;
	}	
	.nagertg-right-tit2 {
    font-size: 14px;
    padding: 4px 6px;
    line-height: 1.5;
    margin-top: 12px;
	}	
	.nagertg-buts{
		width: 160px;
		line-height: 44px;
		font-size: 14px;
		margin-top: .55rem;
		cursor: pointer;
		transition: background-color .25s linear;
	}	
	.nagertg-buts:hover{
		background-color: #0D7944;
		color: #FFF;
	}
}
@media (max-width: 1250px) {
	.nagertg-left img {
	    width: 320px;
	}	
	.nagertg-right{
		padding-left: .65rem;
	}	
	.nagertg-right-tit1 {
    font-size: 22px;
	}	
	.nagertg-right-tit2 {
    font-size: 13px;
    padding: 4px 6px;
	}		
	.nagertg-buts{
		width: 130px;
		line-height: 40px;
		font-size: 13px;
		margin-top: .35rem;
	}		
}
@media (max-width: 1074px) {
	.dt-lb1 .swiper-container .swiper-slide-active a .dt-lb1-swiper-img{
		animation: upin2 15s linear infinite
	}
	.nagertg-left{
		display: none;
	}
	.nagertg-right{
		padding-left: 0;
	}
}
@media (max-width: 768px) {
	.nagertg-right-tit1 {
	  font-size: 13px;
	}	
	.nagertg-right-tit2 {
    font-size: 12px;
    padding: 3px 4px;
    display: none;
	}
	.nagertg-buts {
    width: 130px;
    line-height: 32px;
    font-size: 12px;
    margin-top: .35rem;
	}		
}

@keyframes upin2 {
	0% {
		transform: scale(1.1)
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1)
	}
}

/*渐显*/
.dt-lb1 .swiper-slide-active{
	animation-name: opacity2;
	animation-duration: 1.3s;
}
@keyframes opacity2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}	
	
/*分页器设置*/
.dt-lb1 .swiper-pagination{
	bottom: .4rem;
}
.dt-lb1 .swiper-pagination-bullet{
  opacity: 1;
  background: transparent;	
  border: 2px solid rgba(255,255,255,.5); 
  width: 14px;
  height: 14px;
  margin: 0 6px !important;
}
.dt-lb1 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0D7944;
  border-color: #0D7944;
}

@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{
	  border: 1px solid rgba(255,255,255,.5); 
	  width: 10px;
	  height: 10px;
	  margin: 0 4px !important;
	}		
	.dt-lb1 .swiper-pagination{
		bottom: .5rem;
	}		
	.dt-lb1 .swiper-button-next,
	.dt-lb1 .swiper-button-prev{
		opacity: 0 !important;
	}
}





@media (min-width: 1250px){
	.chnemtg .sratit{
		display: none;
	}
}

.chnemtg{
	padding-top: 130px;
	padding-bottom: 130px;
	background:url(../image/t2.png) center center no-repeat;
	animation: scrollBad 26s linear infinite;
}	 
@keyframes scrollBad {
	0% {
		background-position: center center;
	}
	100% {
		background-position: 700% center;
	}
}
.chnemtg-1{
	width: 5.1rem;
}
.chnemtg-1 img{
	width: 100%;
}
.chnemtg-2{
	line-height: 1.5;
	padding-left: .9rem;
}
.chnemtg-3{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}	
.chnemtg-4{
	font-size: 58px;
	color: #0D7944;
}
.chnemtg-5{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-top: .5rem;
}
.chnemtg-6{
	font-size: 13px;
	color: #3D3D3D;
	margin-top: .12rem;
}
.chnemtg-7{
	font-size: 14px;
	color: #3D3D3D;
	margin-top: .7rem;
}
.chnemtg-7 a{
	display: inline-block;
	width: 194px;
	line-height: 46px;
	color: #FFF;
	font-size: 12px;
	background-color: #000000;
	text-align: center;
	transition: background-color .25s linear;
}
.chnemtg-7 a:hover{
	background-color: #0D7944;
}
.chnemtg-right{
	padding-left: 1.5rem;
}
.chnemtg-tvaer{
	position: relative;
}

.chnemtg-tvaer .swiper-button-next{
	background: url(../image/t10.png) left top no-repeat;
	width: 41px;
	height: 40px;
	left: 25px;
	right: auto;
	top: 32%;
	margin-top: 0;
}
.chnemtg-tvaer .swiper-button-prev{
	background: url(../image/t11.png) left top no-repeat;
	width: 41px;
	height: 40px;	
	right: 108px;
	left: auto;
	top: 32%;
	margin-top: 0;	
}
@media (max-width: 1650px){
	.chnemtg-tvaer .swiper-button-next{
		width: 26px;
		height: 25px;
		background-size: cover !important;
		left: 16px;
		top: 106px;
		margin-top: 0;
	}
	.chnemtg-tvaer .swiper-button-prev{
		width: 26px;
		height: 25px;	
		background-size: cover !important;
		right: 73px;
		top: 106px;
		margin-top: 0;	
	}	
}


@media (max-width: 1800px){
	.chnemtg.padding-lr-2x{
		padding-left: 4.5%;
		padding-right: 4.5%;
	}	
	.chnemtg{
		background-size: 80% auto;
	}
}
@media (max-width: 1650px){
	.chnemtg-4 {
    font-size: 48px;
	}
	.chnemtg-tvaer-img img{
		width: 210px;
	}
	.chnemtg-right {
    padding-left: 1.2rem;
	}
}

@media (max-width: 1250px){
	.chnemtg-tvaer{
		display: none;
	}
	.chnemtg-right {
    padding-left: 0;
	}
	.chnemtg-4 {
    font-size: 36px;
	}	
}
@media (max-width: 1250px){
	.chnemtg{
		padding-top: 72px;
		padding-bottom: 72px;
	}	
	.chnemtg .sratit{
		padding-bottom: 22px;
	}
}
@media (max-width: 768px){
	.chnemtg{
		padding-top: 45px;
		padding-bottom: 45px;
	}		
	.chnemtg-right .swiper-slide{
		display: block !important;
	}
	.chnemtg-1{
		width: 100%;
	}
	.chnemtg-1 img{
		width: 90%;
		margin: 0 auto;
	}
	.chnemtg{
		background: none;
	}
	.chnemtg-2{
		padding-left: 0;
		margin-top: 22px;
	}
	.chnemtg-3,
	.chnemtg-5{
    font-size: 16px;
	}	
	.chnemtg-4 {
	  font-size: 28px;
	}
	.chnemtg .sratit {
	  padding-bottom: 0;
	}	
	.chnemtg-7 {
    text-align: center;
    margin-top: 1.2rem;
	}		
}



.piqiuhrt-shirtx{
	position: relative;
}
.piqiuhrt-cljr{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.piqiuhrt-cljr a{
	display: inline-block;
	width: 230px;
	line-height: 48px;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	border: 1px solid #FFF;
	transition: all .25s linear;
}
.piqiuhrt-cljr a:hover{
	background-color: #0D7944;
	border: 1px solid #0D7944;
}
.piqiuhrt-div ul{
	overflow: hidden;
}
.piqiuhrt-div ul li{
	width: 33.3333%;
	float: left;
}
.piqiuhrt-div ul li img{
	width: 100%;
}
@media (max-width: 1074px) {
	.piqiuhrt-cljr a{
		width: 160px;
		line-height: 38px;
		font-size: 14px;
	}	
}
@media (max-width: 768px) {
	.piqiuhrt-cljr a{
		width: 90px;
		line-height: 30px;
		font-size: 12px;
	}		
}








.conrtgx{
	background: #161616 url(../image/b2.png) right bottom no-repeat;
	height: 750px;
}	
.conrtgx-div{
	height: 100%;
}
.conrtgx-didirtg-liamrt{
	color: #E6E6E6;
	line-height: 1.5;
	font-size: 14px;
}

.conrtgx-but{
	margin-top: .7rem;
}
.conrtgx-but a{
	display: inline-block;
  width: 194px;
  line-height: 46px;
  color: #FFF;
  font-size: 12px;
  background-color: #0D7944;
  text-align: center;
  transition: background-color .25s linear;
}	
.conrtgx-but a:hover{
	background-color: #0B673A;
}

.conrtgx-didirtg-left{
	width: 8.6rem;
}	
.conrtgx-didirtg-right{
	padding-left: .8rem;
}
.conrtgx-didirtg-right h4{
	color: #FFF;
	font-size: .44rem;
	margin-bottom: .4rem;
}
.tptits-sprtax-img img{
	width: 100%;
}
.tptits-sprtax h5{
	font-size: 14px;
	color: #D8AF71;
	line-height: 1.5;
	margin-top: 15px;
	text-align: center;
}	
.trgsaxjs{
	cursor: pointer;
}
.tptits-sprtax-img{
	position: relative;
}
.svisnrt{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../image/r49.png) center center no-repeat;
	pointer-events: none;
}
.viasgrt {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .85);
	display: none;
}
.viasgrt-paorht {
	width: 100%;
	height: 100%;
}
.viasgrt-sexa {
	width: 70%;
	/*height: 50vh;*/
}
.viasgrt video {
	width: 100%;
	object-fit: fill;
	/*height: 100%;*/
}
.viasgrt-gb {
	background-color: #50505059;
	font-size: 20px;
	width: 36px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	float: right;
	cursor: pointer;
	color: #ffffff8c;
	transition: background-color .25s
}
.viasgrt-gb:hover {
	background-color: #5050509c;
}
.viasgrt-sexa{
  animation-name: bounceIn2;
  animation-duration: .75s;	
}	
@keyframes bounceIn2 {
	0% {
		opacity: 0;
		/*transform: scale3d(.3, .3, .3);*/
	}
	100% {
		opacity: 1;
		/*transform: scale3d(1, 1, 1);*/
	}
}

@media (max-width: 1450px){
	.conrtgx-but {
	  margin-top: .4rem;
	}	
	.conrtgx-didirtg-left{
		width: 9.2rem;
	}
}

@media (max-width: 1250px){
	.tptits-imstrg ul li{
		float: left;
		width: 33.3333%;
	}			
	.conrtgx-didirtg{
		-moz-box-orient: vertical;
		-webkit-box-orient: vertical;
		-o-box-orient: vertical;
		-ms-box-orient: vertical;
		box-orient: vertical;		
	}	
	.conrtgx-didirtg-right{
		margin-top: 1rem;
	}
	.conrtgx-didirtg-left{
		width: 100%;
		max-width: 860px;
	}
	.conrtgx{
		padding-top: 7%;
		padding-bottom: 7%;
		background: #161616;
		height: auto;
	}
}
@media (max-width: 768px){
	.tptits-imstrg ul{
		margin-top: -6%;
	}
	.tptits-imstrg ul li{
		width: 50%;
		margin-top: 6%;
	}		
	.tptits-sprtax h5 {
    font-size: 13px;
    margin-top: 8px;
	}	
	.viasgrt-sexa {
		width: 90%;
	}	
	.conrtgx-but {
	  margin-top: 1rem;
	}
	.conrtgx-didirtg-right h4 {
    font-size: 24px;
    margin-bottom: .8rem;
	}			
	.conrtgx-didirtg-right {
	  margin-top: 1.5rem;
	}		
}	

.zoumrgt{
	padding-top: 72px;
	padding-bottom: 72px;
}	
.zoumrgt-bures{
	text-align: center;
}	
.tptits2{
	margin-top: 45px;
}	
.tptits2-imstrg ul{
	overflow: hidden;
	margin-left: -23px;
	margin-top: -7%;
}
.tptits2-imstrg ul li{
	float: left;
	width: 25%;
	padding-left: 23px;
	margin-top: 7%;
}	
.tptits2-sprtax-img img{
	width: 100%;
}
.tptits2-sprtax h5{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 15px;
	text-align: left;
}
.tptits2-sprtax-tit{
	font-size: 14px;
	color: #727272;
	line-height: 1.5;
	margin-top: 10px;	
	height: 41px;	
}
.tptits2-gaolet{
	font-size: 12px;
	color: #0D7944;
	margin-top: 15px;
}
@media (max-width: 1250px){
	.tptits2-imstrg ul li{
		float: left;
		width: 33.3333%;
	}			
}
@media (max-width: 768px){
	.tptits2-imstrg ul{
		margin-top: -6%;
	}
	.tptits2-imstrg ul{
		margin-left: -10px;
	}
	.tptits2-imstrg ul li{
		width: 50%;
		margin-top: 6%;
		padding-left: 10px;
	}		
	.tptits2-sprtax h5 {
    font-size: 13px;
    margin-top: 8px;
	}	
	.zoumrgt-bures .conrtgx-but{
		margin-top: 2rem;
	}
	.zoumrgt {
    padding-top: 30px;
    padding-bottom: 30px;
	}	
	.zoumrgt .tptits2{
		margin-top: 25px;
	}
}	




.bejirta-div{
	height: 100%;
}	
.bejirta{
	background: url(../image/bj1.jpg) center top no-repeat;
	background-size: cover;
	height: 499px;
}	
.bejirta-reat{
	color: #FFF;
	text-align: center;
	width: 100%;
}
.bejirta-reat-1{
	font-size: 56px;
}
.bejirta-reat-2{
	font-size: 14px;
	margin-top: 15px;
}

@media (max-width: 1250px) {
	.bejirta.padding-lr-2x {
    padding-left: 4.5%;
    padding-right: 4.5%;
	}
	.bejirta-reat-1 {
	  font-size: 36px;
	}	
	.bejirta-reat-2 {
    font-size: 12px;
	}	
}
@media (max-width: 768px) {
	.bejirta-reat ul{
		display: block !important;
	}
	.bejirta-reat-2 {
	  margin-top: 10px;
	}	
	.bejirta-reat ul li{
		border-top: 1px solid rgba(141,141,141,.7);
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.bejirta-reat ul li:first-child{
		border-top: none;
	}
}












.header-pc-ertdg {
	background-color: rgba(0, 0, 0, .85);
	width: 200px;
	margin-left: -100px;
	padding: 0 0;
	border: none;
}

.header-pc-ertdg dl {}

.header-pc-ertdg dt {
	padding: 0 15px;
}

.header-pc-ertdg a {
	color: #FFF;
	padding: 8px 0;
	text-align: left;
	position: relative;
}

.header-pc-ertdg a:after {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	z-index: 0;
	width: 100%;
	height: 1px;
	background-color: #5c5c5c;
}

.header-pc-ertdg dt:first-child a:after {
	display: none;
}

.header-pc-ertdg dt:hover {
	background-color: #0D7944;
	z-index: 99;
	position: relative;
}

.header-pc-ertdg dt:hover a:after {
	display: none;
}

.header-pc-ertdg a:hover {
	color: #FFF;
}




@media (max-width: 1074px) {
	.nagertg-left {
		display: block;
	}

	.nagertg-left img {
		width: 110px;
	}

	.nagertg-right {
		padding-left: 21px;
		padding-right: 10px;
	}

	.nagertg-right-tit1 {
		font-size: 10px;
	}

	.nagertg-buts {
		width: 98px !important;
		font-size: 10px !important;
		line-height: 24px !important;
		height: 24px !important;
	}
}








.page1-cenrat ul {
	text-align: center;
}

.tarapk-dtrgma {
	margin-top: 60px;
}

.tarapk-dtrgma ul {
	overflow: hidden;
	margin-left: -30px;
}

.tarapk-dtrgma ul li {
	width: 218px;
	float: left;
	margin-left: 30px;
}

.tarapk-dtrgma ul li a {
	display: block;
	line-height: 64px;
	color: #000;
	font-size: 18px;
	border: 1px solid #EFEFEF;
	padding: 0 25px;
}

.tarapk-dtrgma ul li a:hover {
	background-color: #EFEFEF;
}

.tarapk-dtrgma ul li.on a {
	background-color: #0D7944;
	color: #FFF;
}

.tarapk-dtrgma {
	padding-bottom: 75px;
}


@media (max-width: 768px) {
	.tarapk-dtrgma ul {
		margin-left: -12px;
	}

	.tarapk-dtrgma ul li {
		width: 40%;
		float: left;
		margin-left: 12px;
	}

	.tarapk-dtrgma ul li a {
		line-height: 38px;
		font-size: 13px;
		padding: 0 10px;
	}

	.tarapk-dtrgma ul li:nth-child(3) {
		clear: both;
		margin-top: 12px;
	}

	.tarapk-dtrgma {
		margin-top: 30px;
	}

	.tarapk-dtrgma {
		padding-bottom: 35px;
	}
}












