@charset "utf-8";
img {
    max-width: 100%;
}
.search_box{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.85);
	position: fixed;
	left: 0;
	top: 0;
	padding: 50px 0;
	z-index: 101;
	display: flex;
	align-items: center;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
}
.search_box_active{
	opacity: 1;
	visibility: inherit;
}
.search input{
	width: 100%;
	height: 64px;
	border-bottom: 1px solid #dcdcdc;
	background: none;
	color: #fff;
}
.search input::-webkit-input-placeholder{
	color:#fff;
}
.search button{
	width: 64px;
	height: 64px;
	background: url(../img/scwt.png) no-repeat center;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.search_close{
	width: 60px;
	height: 60px;
	top: 20px;
	right: 20px;
	position: absolute;
	background: url(../img/close_wt.png) no-repeat center;
	background-size: 25px;
	cursor: pointer;
}
#fp-nav{
	display: none !important;
}
.head{
	height: 80px;
	width: 100%;
	transition: .25s;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background:#ccc;
}
.logo{
	display: inline-block;
	height: 43px;
}
.head_active,.head_list,.head:hover{
	background: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 27%);
}
.nav li{
	margin-right: 50px;
}
.nava{
	display: block;
	height: 80px;
	line-height: 80px;
	position: relative;
	color: #515151;
}
.nava::after{
	content: "";
	width: 0px;
	transition: .25s;
	height: 2px;
	background: #016c34;
	position: absolute;
	left: 50%;
	bottom: 0;
	opacity: 1;
}
.nav li:hover .nava,
.nav li.active .nava{
	color: #016c34;
}
.nav li:hover .nava::after,
.nav li.active .nava::after{
	width: 30px;
	margin-left: -15px;
	left: 50%;
	opacity: 1;
}
.hdrw{
	color: #515151;
}
.hdrw .l{
    display: inline-block;
    margin: 0 4px;
}
.hdrw .l:nth-child(4){
    margin-left: 20px;
}
.hdrw .l.this{
    color: #016c34;
}
.hdrw .line{
	width: 1px;
	height: 20px;
	background: #969696;
	margin: 0 15px;
}
.navhide{
	width: 100%;
	padding: 35px 0;
	background: #f9f9f9;
	border-top: 1px solid #E6E6E6;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9;
	font-size: 16px;
	line-height: 38px;
    display: none;
}
.navhide .wrap_1600{
	z-index: 9;
	position: relative;
}
.nav li:hover .navhide{
     display: block;
}
.navhide a{
	color: #515151;
}
.navhide a:hover{
	color: #016c34;
}
.navhide_bg{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	display: none;
}
.nhp1a{
	margin-bottom: 20px;
}
.nhp1a h3.text18{
	font-size: 16px;
	font-weight: bold;
}
.nhp1a ul{
	font-size: 14px;
}
.nhjw{
	width: 103%;
	margin-top: -25px;
}
.nhp_border{
	border-top: 1px solid #E6E6E6;
	margin-top: 20px;
	padding-top: 20px;
	font-size: 14px;
}
.nhp2 a:hover{
	color: #016c34;
}
.nhp2 a{
	margin-right: 25px;
}
.nhjw a{
	display: flex;
	padding: 25px 10px;
	background: #f5f5f5;
	align-items: center;
	justify-content: center;
	width: 13.666%;
	margin-top: 25px;
	margin-right: 3%;
}
.nhjw a img{
	display: block;
	margin-right: 8px;
	transition: .25s;
	filter: grayscale(100%);
	filter: gray;
}
.nhjw a:hover{
	color: #016c34;
}
.nhjw a:hover img{
	filter: inherit;
}
.nhdw a:hover{
	color: #016c34;
}
.nhdw a{
	display: block;
}
.nhdw a{
	width: 16%;
}
.nhar{
	width: 25%;
	margin-left: 5%;
	margin-right: 12.5%;
}
.nhal a{
	width: 25.33%;
	margin-right: 7%;
	margin-bottom: 20px;
}
.ipadding{
	padding-top: 80px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.bn_video{
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: center center;
}
.itop h1{
	color: #f5f5f5;
	opacity: .75;
	font-size: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.itopw,.zindex{
	position: relative;
	z-index: 9;
}
.itopline{
	background: #016c34;
	margin: 10px auto 0 auto;
	width: 60px;
	height: 2px;
	display: block;
}
.i1l{
	width: 170px;
}
.i1l li{
	height: 45px;
	line-height: 45px;
	margin-bottom: 20px;
	cursor: pointer;
	transition: .25s;
	transition: .25s;
	position: relative;
}
.i1l li::after{
	width: 0;
	height: 2px;
	background: #05a790;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: .25s;
}
.i1l li.active{
	color: #05a790;
}
.i1l li.active::after{
	opacity: 1;
	width: 50%;
}
.i1rw{
	width: 102%;
}
.i1ra{
	width: 23%;
	margin-right: 2%;
	margin-bottom: 20px;
	border: 1px solid #E6E6E6;
}
.i1raimg{
	display: flex;
	align-items: center;
	justify-content: center;
}
.i1raimg img{
	max-width: 85%;
	max-height: 85%;
}
.i1ra p{
	line-height: 40px;
	transition: .25s;
	text-align: center;
	background: #eeeeee;
}
.i1ra:hover{
	border: 1px solid #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.i1ra:hover p{
	background: #016c34;
	color: #fff;
}
.morea{
	width: 200px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	border: 1px solid #969696;
	color: #969696;
	border-radius: 15px;
}
.morea img{
	transition: .25s;
	filter: grayscale(100%);filter: gray;
	opacity: .5;
}
.morea.active,.morea:hover{
	color: #016c34;
	border: 1px solid #016c34;
}
.morea.active img,.morea:hover img{
	opacity: 1;
	filter: inherit;
}
.i2{
	background: #eeeeee;
}
.i2itop{
	padding: 70px 0;
}
.i2a{
	height: 100%;
	width: 20%;
}
.i2ab{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	background: rgba(0,0,0,.6);
	padding: 20px;
	transition: .25s;
}
.jti{
	width: 46px;
	height: 46px;
	background: url(../img/i2jt_03.png) no-repeat center;
	transition: .25s;
	display: inline-block;
}
.i2a:hover{
	width: 25%;
}
.i2a:hover .jti,.jti_active{
	background: url(../img/i2jt_03.png) no-repeat center #016c34;
	border-radius: 100%;
}
.i2a:hover .i2ab{
	background: rgba(0,0,0,.75);
}
.i3l{
	width: 44%;
	height: 100%;
	background: #eeeeee;
	display: flex;
	align-items: center;
	padding: 0 7.5%;
}
.itop_left{
	text-align: left;
}
.itop_left h1{
	justify-content: flex-start;
}
.itop_left .itopline{
	margin-left: 0;
}
.i3lb a{
	margin-right: 2%;
	width: 23%;
	margin-bottom: 20px;
	display: inline-block;
	line-height: 38px;
	border: 1px solid #aaa;
	color: #999;
	border-radius: 15px;
	text-align: center;
}
.i3lb a:hover{
	background: #fff;
	color: #016c34;
	border: 1px solid #016c34;
}
.i3r{
	width: 60%;
	margin-left: -4%;
}
.i3ra{
	border-radius: 15px 15px 0 0;
}
.i3rab{
	line-height: 60px;
	background: rgba(0,0,0,.5);
	color: #fff;
	width: 100%;
	left: 0;
	bottom: 0;
	position: absolute;
	padding: 0 20px;
	transition: .25s;
}
.i3ra:hover .i3rab{
	opacity: 0;
}
.i3rahide{
	display: flex;
	align-items: center;
	background: rgba(0,0,0,.5);
	text-align: center;
	opacity: 0;
	transition: .25s;
}
.i3ra:hover .i3rahide{
	opacity: 1;
}
.i3rt{
	padding-right: 10%;
}
.i3rt i{
	padding: 10px;
	cursor: pointer;
	filter: grayscale(100%);filter: gray;
	margin-left: 10px;
	opacity: .5;
	transition: .25s;
}
.i3rt i:hover{
	filter: inherit;
	opacity: 1;
}
.i3{
	background: ;
	background-size: 56%;
}
.i4{
	background: url(../img/i4bg_02.jpg) no-repeat center;
	background-size: cover;
}
.i4w img{
	max-width: 100%;
}
.i5tr li{
	line-height: 42px;
	border-bottom: 2px solid rgba(0,0,0,0);
	cursor: pointer;
	transition: .25s;
	margin-left: 35px;
}
.i5tr li.active{
	color: #05a790;
	border-bottom: 2px solid #05a790;
}
.i5bal{
	width: 37.5%;
	margin-left: 5%;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.i5bra{
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	margin-bottom: 15px;
	border-radius: 8px;
	overflow: hidden;
}
.i5bra:last-child{
	margin-bottom: 0;
}
.i5bratxt{
	padding: 10px 20px;
}
.link{
	padding: 25px 0;
	background-color: #f7f7f7
}
.link a{
	line-height: 38px;
	border-right: 1px solid #E6E6E6;
	width: 16.6666%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.link a:last-child{
	border: 0;
}
.link a:hover{
	color: #016c34;
}
.foot{
	background: #415b23;
	color: rgba(255,255,255,.75);
}
.foot a{
	color: rgba(255,255,255,.75);
}
.foot a:hover{
	color: #fff;
}
.ft{
	padding: 45px 0;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.fm{
	padding: 35px 0;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.fb{
	padding: 20px 0;
}
.fta i{
	display: block;
	width: 35px;
	height: 2px;
	background: #05a790;
	margin: 10px 0 15px 0;
}
.fml a{
	margin-right: 20px;
}
.fmra a{
	padding: 10px;
	display: block;
}
.fmrahide{
	width: 130px;
	padding: 5px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -65px;
	bottom: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	margin-bottom: 15px;
}
.fmra:hover .fmrahide{
	opacity: 1;
	visibility: inherit;
	margin-bottom: 0;
}
.fmrahide::after{
	width: 8px;
	height: 8px;
	content: "";
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: -4px;
	transform:rotate(45deg);
}
.right{
	position: fixed;
	top: 25%;
	right: 10px;
	z-index: 99;
}
.rta{
	position: relative;
}
.rta_a{
	background: #a7a7a7;
	width: 70px;
	border-bottom: 1px solid #fff;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rta:first-child .rta_a{
	border-radius: 6px 6px 0 0;
	background: #a7a7a7 !important;
	font-size: 18px;
	color: #fff;
	padding: 15px 10px;
	border-top: 0;
}
.rta:last-child .rta_a{
	border-radius: 0 0 6px 6px;
	border-bottom: 0;
}
.rta:hover .rta_a{
	background: #016c34;
}
.rtahide{
	position: absolute;
	top: 0;
	right: 100%;
	transition: .35s;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.rta:hover .rtahide{
	opacity: 1;
	visibility: inherit;
	margin-right: 10px;
}
.rtahide_ewm{
	width: 160px;
}
.rtahide_phone{
	width: 180px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.05);
}
.rtahide_hb{
    width: 180px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    padding-bottom: 15px;
}
.rtahide_hb .d1{
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #016c34;
}

.rtahide_hb .d2{
    width: calc(100% - 30px);
    margin: 15px;
    border: 1px solid #ddd;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    padding: 0 5px;
    box-sizing: border-box;
}
.rtahide_hb .d2 input{
    width: 100%;
}
.rtahide_hb .d3{
    width: 80%;
    height: 30px;
    line-height:30px;
    border-radius: 5px;
    margin: 0 auto;
    background: #016c34;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.md{
	padding: 70px 0;
}

.head_height{
	height: 80px;
}
.listmd{
	padding-top: 25px;
}
.listbn{
	display: flex;
	align-items: center;
}
.ititle_62{
	font-size: 62px;
}
.lbntxtline{
	width: 100px;
	height: 2px;
	background: #fff;
	display: block;
	margin: 20px 0 35px 0;
}
.listnav a{
	color: #999;
	margin: 0 5px;
}
.listnav a:hover{
	color: #016c34;
}
.pd1nav a{
	display: inline-block;
	margin-right: 20px;
	margin-top: 20px;
	line-height: 46px;
	padding: 0 25px;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
}
.pd1nav a.active,.pd1nav a:hover{
	border: 1px solid #016c34;
	background: #016c34;
	color: #fff;
}
.pd1w{
	width: 102%;
}
.pd1a{
	width: 30%;
	margin-right: 3.33%;
	border: 1px solid #E6E6E6;
	border-radius: 8px;
	overflow: hidden;
}
.pd1aimg{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pd1aimg img{
	max-width: 85%;
	max-height: 85%;
}
.pd1atxt{
	background: #eeeeee;
	transition: .25s;
}
.pd1a:hover .pd1atxt{
	background: #016c34;
}
.pd1a:hover .pd1atxt *{
	color: #fff;
}
.pd1a:hover{
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	border: 1px solid rgba(0,0,0,0);
}
.page a{
	height: 46px;
	border: 1px solid #E6E6E6;
	padding: 0 18px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 4px;
}
.page a:hover,.page a.page-num-current{
	border: 1px solid #016c34;
	background: #016c34;
	color: #fff;
}
.page span{
	margin: 4px;
	display: none;
}
.pdtop{
	border-bottom: 1px solid #E6E6E6;
}
.pdtop span,.pi2t li{
	line-height: 50px;
	padding: 0 8px;
	display: inline-block;
	border-bottom: 2px solid #016c34;
	margin-bottom: -1px;
}
.pd2a{
	width: 23%;
	margin: 0 1%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E6E6E6;
	margin-top: 25px;
	position: relative;
	z-index: 1;
}
.pd2a:hover{
	border: 1px solid #016c34;
}
.pd2a img{
	max-width: 85%;
	max-height: 85%;
}
.pd2w_swiper .pd2a{
	width: 100%;
	margin: 0;
}
.pd2w_swiper .swiper-slide{ 
    z-index: 1;
}

.pd3{
	border: 1px solid #E6E6E6;
	padding: 35px 20px;
}
.pd3l{
	width: 30%;
	margin-right: 5%;
}
.pd3ra {
	margin-bottom: 20px;
}
.pd3ra input,.pd3ra_text{
	height: 42px;
	width: 100%;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	padding-left: 100px;
}
.pd3ra span.pd3rasp{
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 10px;
	position: absolute;
	left: 0;
	top: 0;
}
.pd3code{
	width: 100px;
	height: 38px;
	position: absolute;
	right: 0;
	top: 1px;
	overflow: hidden;
	cursor: pointer;
}
.pd3ra textarea{
	padding: 12px;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	width: 100%;
	height: 140px;
	resize: none;
}
.pd3rar label{
	display: flex;
	align-items: center;
	width: 100%;
	color: #999;
	padding: 3px 0;
	cursor: pointer;
}
.pd3rar label input{
	-webkit-appearance:checkbox;
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
.pd3ra_sbm button{
	line-height: 40px;
	width: 160px;
	border-radius: 6px;
}
.slti{
	line-height: 20px;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -10px;
}
.pd3ra_text{
	display: flex;
	align-items: center;
	cursor: pointer;
}
.pd3rahide{
	width: 100%;
	padding: 5px 0;
	border: 1px solid #E6E6E6;
	background: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9;
	/*margin-top: 10px;*/
	/*opacity: 0;*/
	/*visibility: hidden;*/
	transition: .25s;  
	display: none;
}
.pd3ra:hover .pd3rahide{
	/*opacity: 1;*/
	/*visibility: inherit;*/
	/*display: block !important;*/
}
.pd3rahide span{
	line-height: 40px;
	padding: 0 15px;
	cursor: pointer;
	transition: .25s;
	display: block;
}
.pd3rahide span:hover{
	color: #016c34;
}

.pi1l{
	width: 46%;
	margin-right: 3%;
}
.pi1ra img{
	margin-top: 2px;
}
.pi1rb a{
	line-height: 60px;
	width: 40%;
	margin-right: 10%;
	background: #016c34;
	color: #fff;
	border-radius: 6px;
	text-align: center;
}
.pi1rb a:hover{
	opacity: .85;
}
.pi1rb a.active{
	background: #05a790;
}
.pitlta,.pitlba{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #f0f0f0;
}
.pitlta img,.pitlba img{
	max-width: 80%;
	max-height: 80%;
}
.pitlb{
	width: 100%;
	padding: 0 10%;
	margin: 15px auto 0 auto;
}
.pitlba{
	height: 108px;
	border: 1px solid #fff;
	position: relative;
}
.swiper-slide-thumb-active .pitlba{
	border: 1px solid #016c34;
	transition: .25s;
}
.pi1rt{
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.swiper-button-next-pi1,.swiper-button-prev-pi1{
	width: 24px;
	height: 24px;
	margin-top: -12px;
	border: 1px solid #aaa;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
	background: #fff;
}
.swiper-button-next-pi1:hover,.swiper-button-prev-pi1:hover{
	border: 1px solid #016c34;
	color: #016c34;
}
.pi2t{
	border-bottom: 1px solid #E6E6E6;
}
.pi2t li{
	cursor: pointer;
	transition: .25s;
	margin-right: 15px;
	border-bottom: 2px solid rgba(0,0,0,0);
}
.pi2t li.active{
	border-bottom: 2px solid #016c34;
}
.info_txt *{
	max-width: 100%;
}

.jfa{
	width: 46%;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	border-radius: 10px;
	overflow: hidden;
}
.jfa .jti{
	background: #fff;
	transition: 0s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.jfa .jti img{
	width: 18px;
	filter: grayscale(100%);filter: gray;
}
.jfa:hover .jti{
	filter: inherit;
	background: #016c34 !important;
	border-radius: 100%;
}
.jfa:hover .jti img{
	display: block;
	filter: grayscale(100%) brightness(500%);
}

.pd1nav_center{
	justify-content: center;
}
.pd1nav_center a{
	margin-left: 20px;
	margin-right: 20px;
}
.lbntxt_blk .lbntxtline{
	background: #016c34;
}
.doa1{
	padding: 15px;
	border: 1px solid #E6E6E6;
	width: 46%;
	justify-content: space-between;
}
.doa1:hover{
	border: 1px solid #016c34;
	box-shadow: 0 0 12px rgba(0,0,0,.05);
}
.doa1a{
	display: inline-block;
	line-height: 36px;
	padding: 0 12px;
	border-radius: 4px;
}

.cadatxt {
	margin: 0 5%;
}
.cadatxt *{
	margin-right: 5%;
}
.cada{
	padding: 20px;
}
.cada:hover{
	background: #f5f5f5;
	box-shadow: 0 0 7px rgba(0,0,0,.05);
}
.cadaimg{
	border: 1px solid #E6E6E6;
}
.cada:hover .cadaimg{
	background: #fff;
}

.aza{
	padding: 20px;
}
.aza:hover{
	background: #f5f5f5;
	box-shadow: 0 0 7px rgba(0,0,0,.05);
}
.azaimg{
	width: 23%;
}
.azatxt{
	margin: 0 20px;
}
.azar{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	transition: .25s;
}
.azar img{
	transition: .25s;
	filter: grayscale(100%);filter: gray;
	opacity: .5;
}
.aza:hover .azar{
	background: #016c34;
}
.aza:hover .azar img{
	opacity: 1;
	filter: grayscale(100%) brightness(500%);
}

.ditop{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 15px;
}
.dib{
	border-top: 1px solid #E6E6E6;
	padding-top: 15px;
}
.dib a{
	width: 48%;
	color: #666;
}
.dib a:last-child{
	text-align: right;
}
.diba{
	margin-top: 20px;
	margin-left: 1%;
	margin-right: 1%;
	width: 23%;
	border: 1px solid #E6E6E6;
	position: relative;
}
.diba p{
	width: 100%;
	line-height: 40px;
	padding: 0 15px;
	background: rgba(0,0,0,.65);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.sva:first-child{
	margin-top: 0;
}
.sva:nth-child(even){
	flex-flow: row-reverse;
}
.svaimg{
	width: 40%;
}
.svatxt{
	width: 52%;
}
.svamore{
	padding: 0 30px;
	line-height: 46px;
	display: inline-block;
	border-radius: 6px;
}

.abtnav{
	background: #f5f5f5;
}
.abtnav a{
	line-height: 58px;
	border-bottom: 2px solid rgba(0,0,0,0);
	margin: 0 25px;
}
.abtnav a.active{
	color: #05a790;
	border-bottom: 2px solid #05a790;
}
.abtnav a:hover{
	color: #05a790;
}
.gs1img{
	width: 35%;
	margin-right: 5%;
}
.gs2atxt .txt{
	min-height: 50px;
}
.gs3a{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E6E6E6;
}
.gs3a img{
	max-width: 85%;
	max-height: 85%;
	transition: .5s;
}
.gs3a:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	border: 1px solid #fff;
}
.gs3a:hover img{
	transform: scale(1.05);
}
.gs3w .swiper-slide{
	padding: 10px;
}
.swiper-pagination-gs3{
	width: 100%;
	margin-top: 25px;
	text-align: center;
	position: static;
}
.swiper-pagination-gs3 .swiper-pagination-bullet{
	width: 40px;
	height: 3px;
	background: #dcdcdb;
	opacity: 1;
	border-radius: 0;
	margin: 0 5px !important;
	transition: .25s;
}
.swiper-pagination-gs3 .swiper-pagination-bullet-active{
	background: #016c34;
}

.zhw{
	width: 102%;
}
.zha{
	width: 48%;
	margin-right: 2%;
	border: 1px solid #E6E6E6;
}
.zha:hover{
	border: 1px solid #016c34;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.cptop,.cpat{
	padding: 20px;
}
.cptop{
	background: #f5f5f5;
}
.cptop span,.cpat span{
	width: 18%;
	text-align: center;
}
.cpa:nth-child(even){
	background: #F5F5F5;
}
.cpai{
	width: 32px;
	height: 32px;
	font-size: 22px;
	border: 2px solid #aaaaaa;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
	transition: .25s;
}
.cpab{
	display: none;
	background: #fff;
}
.cpa.active .cpai{
	transform:rotate(180deg);
}

.fwla .txt{
	padding-left: 20px;
}
.fwl{
	width: 37%;
	margin-right: 5%;
}
.hzw{
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	position: relative;
	z-index: 9;
}
.hzl{
	width: 35%;
}
.hzr{
	padding: 60px 45px;
}
.hzmap{
	height: 460px;
	margin-top: -75px;
}

.vdw{
	width: 104%;
}
.vda{
	width: 29.33%;
	margin-right: 4%;
}
.vdaimg span{
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px;
	z-index: 9;
}
.vdaimg::after{
	width: 100%;
	height: 100%;
	content: "";
	z-index: 10%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/vdico_03.png) no-repeat center rgba(0,0,0,.5);
	transition: .5s;
	opacity: 0;
}
.vda:hover .vdaimg::after{
	opacity: 1;
}
.pi2b table{
    width: 100%;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.pi2b table tr td{
 
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px;
}
.pi2b .zy dd{
    max-width: 100%;
    width: 700px;
    overflow: hidden;
    margin-bottom: 10px;
}
 
.pi2b .zy dd a{
    float: right;
    background: #016c34;
    padding: 0 2px;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pi2b .zy dd a img{
    width: 14px;
}
.pi2b .zy .t{
   
    float: left;
    color: #333;
}
.pi2b .xxb .tab-t{
    width: 100%;
    overflow: hidden;
   
}
.pi2b .xxb .tab-t span{
    width: 33.33%;
    float: left;
    background: #ddd;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.pi2b .xxb .tab-t span.this{
    background: #016c34;
}
.pi2b .xxb .tab-b{
    display: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.i5braimg{
    width: 28%;
}
.gs1txt .txt img{
    max-width: 50%;
    margin-right: 5%;
    margin-bottom: 24px;
}
.ji1r  img.fl {
    max-width: 50%;
    margin-right: 5%;
    margin-bottom: 24px;
}
.ji1r  img.fl {
    max-width: 50%;
    margin-right: 5%;
    margin-bottom: 24px;
}

.pd2axg{
    position: relative;
    padding-bottom: 60px;
}
.pd2axg .pd1atxt{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

	.jfatxt .txt{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
@media only screen and (max-width:1599px) {
	.md{
		padding: 65px 0;
	}
	.right{
		transform: scale(.8);
		right: 0;
	}
	.itop h1{
		font-size: 60px;
	}
	.swiper-pagination-bn .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
	}
	.swiper-pagination-bn .swiper-pagination-bullet-active{
		width: 20px;
	}
	.itopline{
		width: 40px;
	}
	.i1l li{
		margin-bottom: 5px;
	}
	.morea{
		height: 40px;
		width: 150px;
		font-size: 16px;
	}
	.morea img{
		height: 12px;
	}
	.jti{
		width: 34px;
		height: 34px;
		background-size: 12px !important;
	}
	.i3lb a{
		font-size: 13px;
	}
	.i3l{
		padding-left: 20px;
	}
	.i4w img{
		max-width: 80%;
	}
	.fmra a img{
		height: 20px;
	}
	
	.ititle_62{
		font-size: 42px;
	}
	.lbntxtline{
		width: 60px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.logo{
		height: 35px;
	}
	.nav li{
		margin-right: 35px;
	}
	.itop h1{
		font-size: 50px;
	}
	.md{
		padding: 65px 0;
	}
	.link a{
		font-size: 14px
	}
	.link a img{
		height: 14px;
	}
	
	.ititle_62{
		font-size: 32px;
	}
	.lbntxtline{
		width: 50px;
	}
	
	.svamore{
		line-height: 40px;
		padding: 0 20px;
	}
	.svamore img{
		height: 20px;
	}
	
	.cpai{
		border-width: 1px;
		font-size: 16px;
		width: 28px;
		height: 28px;
	}
	
	.hzr{
		padding: 40px 25px;
	}
	
	.vdaimg::after{
		background-size: 50px;
	}
}
@media only screen and (max-width:950px) {
	.itop h1{
		font-size: 45px;
	}
	.md{
		padding: 45px 0;
	}
	
	.ititle_62{
		font-size: 28px;
	}
	.pd1a{
		width: 31.33%;
	}
	.pd3ra_sbm button{
		line-height: 35px;
		width: 120px;
	}
	
	.zha{
		width: 48%;
	}
	
	.vda{
		width: 46%;
	}
}

@media only screen and (max-width:768px) {
	.itop h1{
		font-size: 32px;
	}
	.md{
		padding: 25px 0;
	}
	.right{
		display: none;
	}
	.swiper-pagination-bn .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.swiper-pagination-bn .swiper-pagination-bullet-active{
		width: 20px;
	}
	.ipadding{
		padding-top: 60px;
	}
	.i1l ul{
		display: flex;
		flex-wrap: wrap;
	}
	.i1l li{
		width: 33.33%;
		font-size: 13px;
		height: 35px;
		line-height: 35px;
		margin-bottom: 5px;
		text-align: center;
	}
	.i1l li::after{
		height: 1px;
		width: 30px;
		left: 50%;
		margin-left: -15px;
	}
	.morea{
		height: 30px;
		width: 110px;
		font-size: 12px;
	}
	.morea img{
		height: 8px;
	}
	.i1rw{
		width: 100%;
		justify-content: space-between;
	}
	.i1ra{
		width: 48%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.i1raimg{
		height: 100px !important;
	}
	.i1ra p{
		line-height: 25px;
		font-size: 12px;
	}
	.i2wbox{
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
	}
	.i2w {
		width: 1200px;
	}
	.swiper-container-i2 .swiper-slide,.swiper-container-i2 .i2a{
		height: 100%;
	}
	.i2a{
		width: 100% !important;
	}
	.i2itop{
		padding: 20px 0;
	}
	.i2ab{
		padding: 15px;
	}
	.i3l{
		height: 100%;
		padding: 0 15px;
	}
	.i3r{
		display: none;
	}
	.i3lb a{
		font-size: 12px;
		line-height: 34px;
	}
	.i4w img{
		max-width: 100%;
	}
	.i5t{
		display: block;
	}
	.i5tr ul{
		justify-content: space-between;
	}
	.i5tr li{
		margin-top: 15px;
		margin-left: 0;
		font-size: 14px;
		line-height: 35px;
	}
	.i5br{
		display: none;
	}
	.link{
		padding: 15px 0;
	}
	.link .wrap_1600{
		flex-wrap: wrap;
	}
	.link a{
		width: 50%;
		border: 0;
		justify-content: flex-start;
		padding: 0 15px;
		font-size: 14px;
	}
	.link a img{
		height: 14px;
	}
	.ft{
		display: none;
	}
	.fm{
		padding: 20px 0;
		display: block;
	}
	.fml{
		justify-content: center;
	}
	.fmr{
		justify-content: center;
	}
	.fmra a img{
		height: 18px;
	}
	.fb{
		font-size: 12px;
		padding: 10px 0;
		line-height: 24px;
	}
	
	.listmd{
		padding-top: 15px;
	}
	.ititle_62{
		font-size: 20px;
	}
	.lbntxtline{
		width: 30px;
		height: 1px;
		margin: 12px 0;
	}
	.lbntxt .txt{
		font-size: 12px;
	}
	.listnav img{
		height: 12px;
	}
	.pd1nav{
		margin-top: 5px;
	}
	.pd1nav a{
		line-height: 32px;
		padding: 0 20px;
		font-size: 13px;
		margin-top: 10px;
		margin-right: 10px;
	}
	.pd1w{
		justify-content: space-between;
	}
	.pd1a{
		width: 48% !important;
	}
	.page a{
		height: 30px;
		padding: 0 10px;
		font-size: 12px;
	}
	.pdtop span,.pi2t li{
		line-height: 35px;
		padding: 0;
		font-size: 15px;
	}
	.pd2w{
		justify-content: space-between;
	}
	.pd2a,.diba{
		width: 48%;
		margin: 0;
		margin-top: 15px;
	}
	.pd3{
		padding: 15px;
	}
	.pd3ra{
		margin-bottom: 15px;
	}
	
	.pd3rahide span{
		font-size: 13px;
		line-height: 30px;
	}
	
	.pitlb{
		padding: 0 50px;
	}
	.pi1rb{
		justify-content: space-between;
	}
	.pi1rb a{
		font-size: 13px;
		width: 48%;
		margin: 0;
		line-height: 40px;
	}
	.pi1rb a img{
		height: 14px;
	}
	
	.jfa .jti{
		transform: scale(.5)
	}
	
	.doa1{
		display: block;
	}
	.doa1 .jfaimg,.doa1 .jfatxt{
		width: 100%;
	}
	.doa1 .jfatxt{
		padding: 0;
		margin-top: 15px;
	}
	.doa1a{
		line-height: 28px;
	}
	.pd1nav_center a{
		margin-left: 0;
	}
	.pd1nav_center{
		justify-content: flex-start;
	}
	
	.cada{
		padding: 10px;
	}
	.cadaimg{
		width: 50px;
	}
	.cadatxt *{
		margin: 0;
	}
	.cadatxt span{
		display: block;
	}
	
	.aza{
		border: 1px solid #E6E6E6;
		padding: 15px;
		margin-bottom: 15px;
	}
	.azaimg{
		width: 100%;
	}
	.azatxt{
		margin: 15px 0;
	}
	.azar{
		width: 30px;
		height: 30px;
		margin: 0;
	}
	.azar img{
		height: 12px;
	}
	
	.diba p{
		line-height: 30px;
		font-size: 12px;
		padding: 0 12px;
	}
	
	.svaimg,.svatxt{
		padding: 10px 0;
	}
	.svamore{
		line-height: 35px;
		padding: 0 16px;
		font-size: 14px;
	}
	.svamore img{
		height: 18px;
	}
	
	.abtnav a{
		line-height: 40px;
		font-size: 14px;
		margin: 0 20px;
	}
	.swiper-pagination-gs3{
		margin-top: 10px;
	}
	.swiper-pagination-gs3 .swiper-pagination-bullet{
		width: 6px;
		height: 6px;
		border-radius: 100%;
		margin: 0 3px !important;
	}
	
	.zhw{
		width: 100%;
		justify-content: space-between;
	}
	.zha{
		width: 48%;
		margin-right: 0;
	}
	i.colorred.mt_10{
		margin-top: 5px;
	}
	
	.cptop{
		font-size: 14px;
	}
	.cptop, .cpat{
		padding: 10px;
		line-height: 28px;
		flex-wrap: wrap;
	}
	.cptop span, .cpat span{
		width: 33.33%;
		flex: inherit;
		flex-grow: inherit;
		margin: 3px 0;
	}
	.cpai{
		border-width: 1px;
		font-size: 13px;
		width: 22px;
		height: 22px;
	}
	
	.hzr{
		padding: 15px;
	}
	.hzmap{
		margin-top: 15px;
		height: 200px;
	}
	
	.vdw{
		width: 100%;
		justify-content: space-between;
	}
	.vda{
		width: 48%;
		margin-right: 0;
	}
	.vdaimg::after{
		background-size: 30px;
		opacity: 1;
	}
	.vdaimg span{
		padding: 7px;
		font-size: 12px;
	}
}
.axx2 {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    line-height: 1.76;
}
.axx2 h3 {
    font-size: 52px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 27px;
}
.axx2 p {
    margin-top: 7px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}
.axx2 div {
        width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding-top: 67px;
}
.axx2 div a {
    line-height: 36px;
    width: 120px;
    background: #016c34;
    color: #fff;
    border-radius:15px;
    text-align: center;
    margin: 0 15px;
}
@media screen and (max-width: 1440px) {
    .axx2 h3 {
        font-size: 36px;
    }
    .axx2 p {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    
    .axx2 h3 {
        font-size: 20px;
    }
    .axx2 p {
        font-size: 14px;
    }
}