@charset "utf-8";
.head{
	width: 100%;
	height: 100px;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	transition: .25s;
	box-shadow: 0 0 12px rgba(0,0,0,.05);
}
.head_height{
	height: 100px;
}
.head_active{
	top: 40px;
	margin: 0 auto;
	width: 1600px;
	max-width: 100%;
	left: 50%;
	margin-left: -800px;
	border-radius: 20px;
}
.logo{
	display: inline-block;
	height: 63px;
}
.nav li{
	position: relative;
}
.nava{
	display: block;
	line-height: 100px;
	padding: 0 38px;
}
.nav li.active .nava,
.nav li:hover .nava{
	color: #65C398;
	font-weight: bold;
}
.navhide{
	min-width: 170px;
	width: 100%;
	position: absolute;
	left: 50%;
	margin-left: -85px;
	top: 100%;
	margin-top: 10px;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	text-align: center;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	z-index: 100;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.navhide a{
	font-size: 15px;
	line-height: 50px;
	color: #666;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 20px;
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.navhide a:hover{
	color: #65c398;
	background: #f8f8f8;
}
.colorindex,.hvindex:hover{
	color: #65c398;
}
.bgindex,.hvbgindex:hover{
	background: #65c398;
	color: #fff;
}
.hdr,.hdr a{
	color: #666;
}
.hdr a.active,.hdr a:hover{
	color: #65C398;
}
.right{
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 99;
}
.rta{
	position: relative;
	padding: 3px 0;
}
.rta_a{
	width: 40px;
	padding: 10px 0;
	text-align: center;
	background: #65c398;
	color: #fff;
	border-radius: 4px 0 0 4px;
	display: block;
	font-size: 12px;
}
.rta_a span{
	font-size: 22px;
	display: block;
}
.rta:hover .rta_a{
	background: #61b68f;
}
.rtahide{
	width: 120px;
	height: 120px;
	padding: 5px;
	background: #fff;
	position: absolute;
	right: 100%;
	top: 3px;
	z-index: 9;
	box-shadow: 0 0 10px rgba(0,0,0,.05);
	opacity: 0;
	visibility: hidden;
	transition: .35s;
}
.rta:hover .rtahide{
	opacity: 1;
	visibility: inherit;
	margin-right: 10px;
}
.rtahide::after{
	width: 6px;
	height: 6px;
	content: "";
	background: #fff;
	position: absolute;
	right: -3px;
	top: 18px;
	transform:rotate(45deg);
}
.rtahide img{
	width: 100%;
	height: 100%;
	display: block;
}
.tc{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background: rgba(0,0,0,.5);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tc_active{
	opacity: 1;
	visibility: inherit;
}
.fmbox{
	width: 1080px;
	max-width: 85%;
	padding: 60px;
}
.tc_close{
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	color: #fff;
	border-radius: 100%;
	font-size: 20px;
}
.fma{
	margin-bottom: 35px;
}
.fma:last-child{
	margin-bottom: 0;
}
.fma input,.fma textarea{
	height: 60px;
	width: 100%;
	border-radius: 6px;
	padding: 0 15px;
	font-size: 16px;
	background: #f9f9f9;
	border: 1px solid #f9f9f9;
}
.fma input:focus,.fma textarea:focus{
	border: 1px solid #65C398;
}
.fma textarea{
	resize: none;
	padding: 15px;
	height: 160px;
}
.fma button{
	height: 60px;
	width: 150px;
	background: #b2b2b2;
	color: #fff;
	font-size: 14px;
	transition: .25s;
	cursor: pointer;
	border-radius: 8px;
	margin: 0 20px;
}
.fma button:hover{
	opacity: .85;
}
.fma button.active{
	background: #65C398;
}

.foot{
	background: #333333;
	color: #fff;
}
.foot a{
	color: #fff;
}
.foot a:hover{
	color: #fff;
}
.ft{
	padding: 40px 0;
}
.ftl{
	width: 26%;
	margin-right: 10%;
}
.ftrt li:hover a{
	color: #65C398;
}
.ftrb{
	border-top: 1px solid #3e3e3e;
	padding-top: 40px;
}
.ftrba{
	border-right: 1px solid #3e3e3e;
	width: 33.33%;
	padding: 22px;
	display: block;
}
.ftrba i,.co1bla i{
	font-size: 48px;
}
.ftrba:last-child{
	border-right: 0;
}
.fb{
	padding: 10px 0;
	line-height: 30px;
	background: #2c2c2c;
	color: #666;
}
.fb a{
	color: #666;
}
.md{
	padding: 85px 0;
}
.ititle_60{
	font-size: 60px;
}
.ititle_48{
	font-size: 48px;
}

.listbn{
	height: 300px;
}
.lnvr a{
	color: #999;
}
.lnvr a:hover{
	color: #65C398;
}
.lnvl a{
	display: block;
	line-height: 80px;
	background: #f7f7f7;
	min-width: 150px;
	text-align: center;
	padding: 0 15px;
	color: #666;
}
.lnvl a:hover{
	color: #65C398;
}
.lnvl a.active{
	background: #65C398;
	color: #fff;
}
.listnav{
	border-bottom: 1px solid #eee;
}
.co1tr{
	padding: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.08);
}
.co1bl{
	width: 30%;
}
.co1bla{
	border: 1px solid #E6E6E6;
	padding: 39px 20px;
	transition: .25s;
	display: block;
	margin-bottom: 25px;
}
.co1bla:last-child{
	margin-bottom: 0;
}
.co1bla:hover{
	border: 1px solid #65C398;
	border-left-width: 10px;
}
.co1br{
	width: 62%;
	height: 650px;
}
.co2{
	background: #f8fbfa;
}
.co2w .fma input,
.co2w .fma textarea{
	background: #fff;
	border: 0;
}
.fh{
	background: url(../images/fhbg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.fha{
	display: inline-block;
	line-height: 48px;
	padding: 0 30px;
	border: 1px solid #fff;
	color: #fff;
}
.fha:hover{
	background: #fff;
	color: #65C398;
}

.swiper-button-next-public,.swiper-button-prev-public{
	width: 50px;
	height: 50px;
	background: #efefef;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #65C398;
	transition: .25s;
	margin-top: -25px;
}
.swiper-button-next-public{
	right: 0;
}
.swiper-button-prev-public{
	left: 0;
}
.swiper-button-next-public:hover,.swiper-button-prev-public:hover{
	background: #65C398;
	color: #fff;
}
.i1aimg{
	border-radius: 8px;
	/*background: #fbfbfb;*/
}
.i1aimg img{
	/*max-width: 80%;*/
	/*max-height: 80%;*/
	max-width: 100%;
	max-height: 100%;
}
.swiper-button-next-i1,.swiper-button-prev-i1{
	margin-top: -50px;
}
.i2{
	background: url(../images/i2bg_02.jpg) no-repeat center;
	cursor: pointer;
}
.i2w{
	width: 400px;
	height: 180px;
	position: relative;
	margin: 0 auto;
}
.i2w::after,
.i2w::before{
	content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-style: solid;
    border-color: #fff;
    position: absolute;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    box-sizing: border-box;
}
.i2w::after{
	border-width: 5px 0 0 5px;
    left: 0;
    top: 0;
}
.i2w::before{
	border-width: 0 5px 5px 0;
    right: 0;
    bottom: 0;
}
.i2:hover .i2w::after{
	left: -15px;
	top: -15px;
}
.i2:hover .i2w::before{
	right: -15px;
	bottom: -15px;
}
.i2:hover .i2w{
	color: #65C398;
}
.fha_more{
	border: 1px solid #65C398;
	color: #65C398;
}
.fha_more:hover{
	background: #65C398;
	color: #fff;
}
.i3{
	background: #fcfcfc;
	border-bottom: 1px solid #65C398;
}
.i3r{
	width: 45%;
	background: url(../images/i3rbg_03.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.i3lw{
	width: 810px;
	max-width: 100%;
	padding-right: 5%;
}
.i3rw{
	width: 400px;
	max-width: 100%;
}
.i3ra{
	padding: 22px 0;
	border-bottom: 1px solid rgba(255,255,255,.25);
}
.i3ra:last-child{
	border-bottom: 0;
}
.i3ral span{
	opacity: .5;
}
.i4a{
	border: 1px solid #E6E6E6;
	width: 32%;
}

.listnav_md{
	padding: 15px 0;
	border-bottom: 0;
}
.listmd{
	padding-top: 50px;
}
.ab1r{
	width: 28.5%;
	margin-left: 10%;
}
.ab1r .i3ra{
	border-bottom: 0 !important;
	border-top: 1px solid #E6E6E6 !important;
	position: relative;
	padding: 28px 0;
}
.ab1r .i3ra:last-child{
	border-bottom: 1px solid #E6E6E6 !important;
}
.ab1r .i3ra::after{
	width: 10px;
	height: 3px;
	background: #65C398;
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
}
.ab1r .i3ra:last-child::before{
	width: 10px;
	height: 3px;
	background: #65C398;
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
}
.ab3a p{
	background: #65C398;
	color: #fff;
	line-height: 58px;
	padding: 0 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
	text-align: center;
}
.swiper-pagination-ab3{
	position: static;
	text-align: center;
	width: 100%;
}
.swiper-pagination-ab3 .swiper-pagination-bullet{
	border-radius: 0;
	opacity: 1;
	background: #f1f1f1;
	width: 60px;
	height: 6px;
	transition: .25s;
	margin: 0 7px;
}
.swiper-pagination-ab3 .swiper-pagination-bullet-active{
	background: #65C398;
}
.ab4a{
	border-radius: 4px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ab4a img{
	max-width: 80%;
	max-height: 80%;
}

.pdt{
	width: 32%;
}
.pdtw{
	padding: 12px 20px;
	border-radius: 4px;
	cursor: pointer;
}
.pdtw i{
	transition: .25s;
}
.pdt_active .pdtw i{
	transform:rotate(180deg);
}
.pdthide{
	width: 100%;
	max-height: 300px;
	border: 1px solid #E6E6E6;
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: 15px;
	background: #fff;
	z-index: 9;
	display: none;
}
.pdthide a{
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 20px;
	line-height: 50px;
}
.pdthide a:hover{
	background: #F9F9F9;
	color: #65C398;
}
.pdw{
	width: 102%;
}
.pda{
	width: 31.33%;
	margin-right: 2%;
}
.page a{
	margin: 5px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	font-size: 16px;
	background: #e7e7e7;
	color: #fff;
}
.page a:hover,.page a.active,.page a.page-num-current{
	background: #65C398;
	color: #fff;
}
.page a.pagea{
	background: none !important;
	color: #999 !important;
	font-size: 22px;
}
.page a.pagea:hover{
	color: #65C398 !important;
}

.pi1l,.pi1r{
	width: 47%;
}
.pi1la{
	/*background: #fafafa;*/
	display: flex;
	align-items: center;
	justify-content: center;
}
.pi1la img{
	/*max-width: 80%;*/
	/*max-height: 80%;*/
	min-width: 60%;
	max-width: 100%;
	max-height: 100%;
}
.pi1lb{
	padding: 0 55px;
	margin-top: 20px;
}
.pi1lba{
	border: 1px solid rgba(0,0,0,0);
	transition: .25s;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	/*background: #fafafa;*/
	/*padding: 20px 0;*/
}
.pi1lba img{
	/*max-width: 50%;*/
	/*max-height: 50%;*/
	max-width: 100%;
	max-height: 100%;
}
.pi1lb .swiper-slide-thumb-active .pi1lba{
	border: 1px solid #65C398;
}
.swiper-button-next-pi1,.swiper-button-prev-pi1{
	width: 40px;
	background: none;
	height: 100%;
	background: #eeeeee;
	font-size: 20px;
	margin-top: -15px;
	text-align: center;
	color: #666;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	margin-top: 0;
	border-radius: 4px;
	transition: .25s;
}
.swiper-button-next-pi1:hover,.swiper-button-prev-pi1:hover{
	background: #65C398;
	color: #fff;
}
.swiper-button-next-pi1{
	right: 0;
}
.swiper-button-prev-pi1{
	left: 0;
}
.pi1r_more{
	background: #65C398;
	display: inline-block;
	line-height: 60px;
	width: 200px;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pi2{
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #E6E6E6;
}
.pi2tl i{
	display: block;
	width: 50px;
	height: 5px;
	background: #65C398;
}
.pi2tr li{
	line-height: 60px;
	border-radius: 60px;
	margin-left: 15px;
	cursor: pointer;
	transition: .25s;
	padding: 0 25px;
	background: #eaeaea;
	color: #666;
}
.pi2tr li.active{
	background: #65C398;
	color: #fff;
}
.pi2tabw{
	display: flex;
}
.pi2taba{
	width: 50%;
	padding: 0 15px;
}
.pi2tab {
	width: 100%;
	border-left: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
}
.pi2tab th{
	background: #65C398;
	color: #fff;
	padding: 20px;
	text-align: center;
}
.pi2tab td{
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding: 10px 15px;
	    width: 50%;
}
.pi2b *{
	max-width: 100%;
}
.pi2b ul li tr td p {
	width: 50%;
	float: left;
}
.pi2b ul li tr td p:last-child {
    color: #65C398;
    font-weight: bold;
}
.pi3 a{
	width: 48%;
	display: block;
	line-height: 92px;
	border: 1px solid #eee;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-align: center;
}
.pi3 a:hover{
	background: #65C398;
	border: 1px solid #65C398;
	color: #fff;
}

@media only screen and (max-width:1599px) {
	.md{
		padding: 70px 0;
	}
	.ititle_60{
		font-size: 50px;
	}
	.ititle_48{
		font-size: 38px;
	}
	.head_active{
		left: 0;
		margin-left: 0;
		top: 20px;
	}
	
	.lnvl a{
		line-height: 65px;
	}
	.co1br{
		height: 500px;
	}
	.ftrba i, .co1bla i{
		font-size: 36px;
	}
	.co1bla{
		padding: 22px 15px;
	}
	
	.fha{
		line-height: 40px;
		padding: 0 15px;
	}
	.i3lw{
		width: 100%;
		padding: 0 5%;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.ititle_60{
		font-size: 40px;
	}
	.ititle_48{
		font-size: 32px;
	}
	.nava{
		padding: 0 25px;
	}
	
	.page a{
		width: 35px;
		height: 35px;
		font-size: 14px;
	}
	
	.pi1r_more{
		width: 170px;
		line-height: 50px;
	}
	.pi2tr li{
		padding: 0 20px;
		line-height: 45px;
	}
	.pi2tl i{
		width: 30px;
		height: 3px;
	}
	.pi3 a{
		line-height: 70px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.ititle_60{
		font-size: 36px;
	}
	.ititle_48{
		font-size: 26px;
	}
	
	.i3rw{
		width: 100%;
		padding: 0 5%;
	}
	
	.pda{
		width: 48%;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.ititle_60{
		font-size: 26px;
	}
	.ititle_48{
		font-size: 24px;
	}
	.fmbox{
		padding: 25px;
	}
	.fma input, .fma textarea{
		height: 42px;
		font-size: 13px;
		padding: 0 12px;
	}
	.fma textarea{
		height: 80px;
		padding: 12px;
	}
	.fma{
		margin-bottom: 16px;
	}
	.fma button{
		width: 100px;
		height: 40px;
		margin: 0 7px;
		font-size: 13px;
		border-radius: 4px;
	}
	.tc_close{
		width: 40px;
		height: 40px;
		font-size: 12px;
		right: 0;
		top: 0;
	}
	.tc_close img{
		height: 15px;
	}
	.rta{
		padding: 3px 0;
	}
	.rta_a{
		width: 30px;
		font-size: 10px;
		padding: 8px 0;
	}
	.rta_a span{
		font-size: 14px;
	}
	
	.ft{
		padding: 22px 0;
	}
	.ftl{
		text-align: center;
	}
	.flogo img{
		display: block;
		height: 50px;
		margin: 0 auto;
	}
	.ftrt{
		display: none;
	}
	.ftrb{
		padding: 0;
		margin-top: 10px;
		border: 0;
	}
	.ftrba{
		width: 100%;
		border: 0;
		border-top: 1px solid #3E3E3E;
	}
	.ftrba i,.co1bla i{
		font-size: 30px;
	}
	.ftrba h4{
		margin-top: 10px;
	}
	.fb{
		font-size: 12px;
		line-height: 25px;
	}
	.fb img{
		height: 12px;
	}
	
	.listbn{
		height: 150px;
	}
	.listnav .wrap_1400{
		padding-left: 0;
	}
	.lnvl a{
		line-height: 40px;
		min-width: 1px;
		padding: 0 10px;
		font-size: 12px;
	}
	.co1tr {
		width: 115px;
		height: 115px;
		margin: 0 auto;
		margin-top: 15px;
	}
	.co1bla{
		margin-bottom: 15px !important;
	}
	.co1br{
		height: 250px;
	}
	.fh{
		text-align: center;
	}
	.fha{
		line-height: 35px;
		padding: 0 15px;
		font-size: 12px;
		margin-top: 15px;
	}
	
	.bnimg{
		height: 300px !important;
	}
	.swiper-button-next-public, .swiper-button-prev-public{
		width: 35px;
		height: 35px;
		margin-top: -20px;
	}
	.i2{
		padding: 35px 0;
	}
	.i2w{
		width: 70%;
		height: auto;
		padding: 22px;
	}
	.i2w::after, .i2w::before{
		width: 18px;
		height: 18px;
	}
	.i2w::before {
	    border-width: 0 3px 3px 0;
	}
	.i2w::after {
	    border-width: 3px 0 0 3px;
	}
	.i3r{
		padding: 0;
	}
	.i4a{
		width: 100%;
	}
	.fha_more{
		margin-top: 0;
	}
	
	.listmd{
		padding-top: 10px;
	}
	.ab1r .i3ra{
		padding: 22px 0;
	}
	.ab3a p{
		line-height: 40px;
	}
	.swiper-pagination-ab3 .swiper-pagination-bullet{
		width: 30px;
		height: 3px;
	}
	
	.page{
		padding: 10px 0;
	}
	.page a{
		width: 30px;
		height: 30px;
		font-size: 12px;
		margin: 3px 5px;
	}
	
	.pdt{
		width: 100%;
	}
	.pdtw{
		padding: 10px 15px;
	}
	.pdw{
		width: 100%;
		justify-content: space-between;
	}
	.pda{
		width: 48%;
		margin-right: 0;
	}
	
	.pi1lba{
		padding: 12px 0;
	}
	.pi1lb{
		padding: 0 40px;
	}
	.swiper-button-next-pi1, .swiper-button-prev-pi1{
		width: 30px;
	}
	
	.pi1r{
		margin-top: 25px !important;
		text-align: center;
	}
	.pi1r_more{
		width: 150px;
		line-height: 45px;
		margin: 0 auto;
	}
	.pi2{
		margin-top: 25px;
		padding-top: 25px;
	}
	.pi2tr ul{
		justify-content: space-between;
	}
	.pi2tr li{
		padding: 0;
		text-align: center;
		width: 48%;
		line-height: 45px;
		margin: 0;
	}
	.pi2tab th{
		padding: 15px;
	}
	.pi2tabw{
		display: block;
	}
	.pi2taba{
		width: 100%;
		padding: 0;
	}
	.pi2tl i{
		width: 30px;
		height: 3px;
	}
	.pi3 a{
		font-size: 12px;
		line-height: 50px;
	}
}