@charset "utf-8";

.icolor,
.hvcolor:hover {
	color: #246649;
}

.bgcolor,
.hvbgcolor:hover {
	background: #246649;
	color: #fff;
}

.md {
	padding: 80px 0;
}

.head,
.head_height {
	height: 190px;
}

.head {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}

.head-logo-with-search {
	height: 120px;
	display: flex;
}

.head-navs {
	height: 70px;
	color: white;
	background: linear-gradient(135deg, rgba(0, 103, 187, 0.9) 0%, rgba(10, 158, 69, 0.9) 100%);
}

.logo {
	display: block; 
	flex-grow: 1;
	height: 70px;
}

.nav li {
	position: relative;
	height: 100%;
	/* width: 160px; */
	margin-right: 5%;
}

.nav > li {
	position: relative;
	height: 100%;
	width: 123px;
	margin-right: 0;
}

.nav > li.active,
.nav > li:hover {
	border-bottom: 4px solid white;
}

.nava {
	line-height: 70px;
	height: 100%;
	display: block;
	align-items: center;
	color: white;
	text-align: center;
	width: 100%;
}

.nav li.active .nava,
.nav li:hover .nava {
	/* color: #246649; */
}

.navhide {
	width: 140px;
	border-radius: 4px 4px 8px 8px;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: 100%;
	z-index: 10;
	transition: .25s;
	margin-top: -10px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.nav li:hover .navhide,
.nav li:hover .navhide_prd {
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}

.nav li:hover .navhide2 {
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}

.navhide a {
	line-height: 23px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	padding: 10px;
}

.navhide a:last-child {
	border-bottom: 0;
}

.navhide a:hover {
	color: #246649;
}

.navhide2 {
	width: 100%;
	background: #118888;
	position: fixed;
	left: 0;
	top: 190px;
	z-index: 10;
	transition: .25s;
	margin-top: -10px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.navhide2Box {
	/* max-width: 1200px; */
	/* margin: 0 auto; */
	/* display: flex; */
	/* justify-content: space-between; */
	width: 100%;
	padding: 0 7.5%;
	display: flex;
	box-sizing: border-box;
}

.navhide2Col {}

.navhide2Col:nth-child(1) {
	width: 39%;
	color: #fff;
	display: flex;
	margin-top: 64px;
}

.navhide2Col:nth-child(2) {
	width: 32.7%;
	margin-top: 100px;
	padding: 0 4.6% 40px;
	box-sizing: border-box;
	border-left: 1px solid #1FA6A6;
	border-right: 1px solid #1FA6A6;
	box-sizing: border-box;
}

.navhide2Col:nth-child(3) {
	width: 28.3%;
	margin-top: 140px;
	padding: 0 4.6%;
	box-sizing: border-box;
}

.navhide2Col .title {
	width: 196px;
	font-weight: 500;
	font-size: 49px;
	color: #FFFFFF;
	line-height: 49px;
	text-transform: none;
}

.navhide2Col .title::after {
	content: '';
	display: block;
	width: 52px;
	height: 8px;
	background: #FFFFFF;
	margin-top: 24px;
}

.navhide2Col .navlist {
	width: calc(100% - 196px);
	padding-left: 46px;
	box-sizing: border-box;
	margin-top: 65px;
}

.navhide2Col .navlist ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navhide2Col .navlist li {
	margin-bottom: 20px;
	float: left;
	margin-right: 20%;
}

.navhide2Col .navlist li:nth-child(2n) {}

.navhide2Col .navlist a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	line-height: 1.6;
}

.navhide2Col .navlist span {
	color: #fff;
	margin-right: 5px;
	font-weight: bold;
}

.navhide2Col .content {
	margin: 0 0 30px 0;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}

.navhide2Col .title2 {
	font-weight: 400;
	font-size: 28px;
	color: #FFFFFF;
	line-height: 28px;
	margin-bottom: 34px;
}

.navhide2Col .title2::after {
	content: '';
	display: block;
	width: 52px;
	height: 8px;
	background: #FFFFFF;
	margin-top: 20px;
}

.navhide2Col .btn {
	margin-top: 20px;
}


.navhide2Col .navlist2 {
	width: 100%;
}

.navhide2Col .navlist2 ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 15px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.navhide2Col .navlist2 li {
	margin: 0;
	text-align: center;
	margin-bottom: 60px;
}

.navhide2Col .navlist2 li a {
	text-decoration: none;
	color: #fff;
	transition: all 0.3s ease;
}

.navhide2Col .navlist2 li a img {
	width: 52px;
	height: 52px;
	display: block;
	margin: 0 auto 17px;
}

.navhide2Col .morea {
	width: 159px;
	height: 48px;
	background: #FF8D28;
	border-radius: 35px;
	color: #fff;
	text-align: center;
	line-height: 48px;
	font-size: 20px;
	font-weight: 500;
	padding: 0;
}

.navhide2Col .morea:hover {
	/* background: #E55A2B; */
	/* transform: translateY(-2px); */
}

.navhide3Box .navhide2Col:nth-child(2) {
	width: 61%;
	margin-top: 100px;
	padding: 0 4.5% 50px;
	box-sizing: border-box;
	border-left: 1px solid #1FA6A6;
	border-right: 0;
	box-sizing: border-box;
}

.navhide3Box .navhide2Col .content {
	line-height: 2.5 !important;
}

.navhide4Box .navhide2Col:nth-child(2) {
	width: 32%;
	margin-top: 100px;
	padding: 0 4.6% 40px;
	box-sizing: border-box;
}

.navhide4Box .navhide2Col:nth-child(3) {
	width: 32%;
	margin-top: 100px;
	padding: 0 4.6% 40px;
	box-sizing: border-box;
}


.hdrsc input {
	width: 240px;
	height: 50px;
	border: 1px solid #E6E6E6;
	border-radius: 60px;
	padding: 0 20px;
	    cursor: pointer;
}

.hdrsc button {
	width: 58px;
	height: 100%;
	background: url(../images/scico.png) no-repeat center;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}

.bnsc {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	background: rgba(0, 0, 0, .13);
	padding: 25px 0;
	width: 100%;
}

.bnscw input {
	width: 100%;
	height: 70px;
	background: rgba(255, 255, 255, .72);
	border-radius: 60px;
	padding: 0 30px;
}

.bnscw button {
	width: 100px;
	height: 100%;
	background: url(../images/iscico.png) no-repeat center;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}

.bnsc_close {
	width: 50px;
	position: absolute;
	right: 5%;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
}

.bnbg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .26);
	z-index: 9;
	color: #fff;
	display: flex;
	align-items: center;
	padding-top: 7%;
}

.bntxt i {
	width: 70px;
	height: 4px;
	background: #fff;
	display: block;
	margin: 25px 0 35px 0;
}

.right {
	position: fixed;
	right: 20px;
	bottom: 20%;
	z-index: 99;
}

.rt {
	background: #fff;
	border-radius: 100px;
	padding: 10px 0;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
}

.rta {
	position: relative;
}

.rta_a,
.rta_b {
	width: 70px;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rta_a img {
	width: 55px;
	display: block;
	margin: 0 auto;
}

.rb {
	width: 70px;
	margin-top: 10px;
	cursor: pointer;
}

.rhide {
	width: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: #fff;
	position: absolute;
	right: 100%;
	top: 0;
	margin-right: 10px;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.rta:hover .rhide {
	margin-right: 5px;
	opacity: 1;
	visibility: inherit;
}

.rhide_ewm {
	height: auto;
	width: 150px;
	padding: 10px;
}

#gotop {
	display: none;
}

.foot {
	background: url(../images/ftbg.png) no-repeat center;
	background-size: cover;
	color: #fff;
}

.foot a {
	color: #fff;
}

.foot a:hover {
	text-decoration: underline;
}

.ft {
	padding: 25px 0;
}

.ft a {
	color: #fff;
}

.ft a,
.ft i {
	margin: 0 5px;
}

.ft i:last-child {
	display: none;
}

.fm,
.fb {
	border-top: 1px solid rgba(255, 255, 255, .5);
	padding: 40px 0;
}

.fm2 a {
	display: block;
	padding: 10px 50px;
	border: 1px solid #fff;
	margin: 20px 0;
}

.fm2 a:hover {
	background: rgba(255, 255, 255, .1);
}

.fm3 {
	width: 20%;
}

.fm4 {
	text-align: center;
	width: 10%;
}

.fm1,
.fm2,
.fm3,
.fm4 {
	margin: 10px 0;
}

.it {
	margin-bottom: 25px;
}

.itw {
	margin-top: -70px;
	position: relative;
	z-index: 9;
}

.ita {
	width: 16.6666%;
}

.ita_a {
	padding: 25px;
	text-align: center;
	display: block;
	border-radius: 6px;
	color: #fff;
}

.ita_a:hover {
	transform: scale(1.05);
}

.ita:nth-child(1) .ita_a {
	background: #C8E29D;
}

.ita:nth-child(2) .ita_a {
	background: #E2C29D;
}

.ita:nth-child(3) .ita_a {
	background: #91ADCD;
}

.ita:nth-child(4) .ita_a {
	background: #33BFBF;
}

.ita:nth-child(5) .ita_a {
	background: #52A6F9;
}

.ita:nth-child(6) .ita_a {
	background: #9D9EE2;
}

.morea {
	display: inline-block;
	padding: 3px 15px;
	border-radius: 50px;
	background: #246649;
	color: #fff;
}

.morea_bd {
	background: none;
	color: #009893;
	border: 1px solid #009893;
}

.i1l {
	width: 41%;
	margin-right: 20px;
}

.i1ra {
	display: flex;
	margin-bottom: 20px;
}

.i1ra:last-child {
	margin-bottom: 0;
}

.i1raimg {
	width: 200px;
	margin-right: 20px;
}

.i1rtxt {
	border-bottom: 1px solid #E6E6E6;
}

.i1rtxtl {
	margin: 0 35px 0 25px;
	color: #666;
}

.i1rtxtr h3 {
	font-weight: normal;
}

.i2 {
	background: url(../images/i2bg.png) no-repeat bottom right #D8EBED;
	background-size: 50%;
}

.i2l {
	width: 25%;
	min-width: 200px;
	color: #009893;
	margin-right: 5%;
}

.i2l li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 0;
	background: #fff;
	cursor: pointer;
	margin-bottom: 40px;
}

.i2l li img {
	margin-right: 12px;
}

.i2l li.active {
	background: #009893;
	color: #fff;
}

.i2l li.active img {
	filter: grayscale(100%) brightness(500%);
}
.i2r{
}
.i2r .tab_content_li{
	overflow-y: auto;
	height: 448px;
}
.i2r .tab_content_li .container_lr{
	margin: 0 !important;
}
.i2ra {
	width: 16.6666%;
	margin-bottom: 10px;
}

.i2ra_a {
	display: block;
	text-align: center;
	color: #666;
}

.i2ra_a img {
	margin-bottom: 5px;
	transition: .5s;
}

.i2ra_a:hover img {
	transform: rotateY(180deg);
}

.i3 {
	background: url(../images/i3bg.jpg) no-repeat center;
	background-size: cover;
}

.i3top i {
	width: 50px;
	height: 3px;
	background: #246649;
	display: block;
	margin: 20px auto;
}

.i3at i {
	background: #fff;
	color: #000;
	padding: 1px 3px;
	margin-left: 5px;
	border-radius: 4px;
}

.i3am {
	width: 30px;
	height: 2px;
	background: #246649;
	display: block;
	margin: 10px 0;
}

.i4a {
	display: block;
	position: relative;
	background: #fff;
}

.i4atxt {
	position: relative;
	z-index: 9;
	padding: 40px;
	transition: .25s;
}

.i4aimg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .25s;
}

.i4aline {
	border-bottom: 1px solid #666;
	margin: 25px 0;
}

.i4a:hover .i4atxt {
	background: rgba(59, 111, 167, .7);
	color: #fff;
}

.i4a:hover .i4aline {
	border-bottom: 1px solid #fff;
}

.i4a:hover .i4aimg {
	opacity: 1;
}

.i4a:hover .i4atxtb img {
	filter: grayscale(100%) brightness(1000%);
}

.i5 {
	background: url(../images/i5bg.jpg) no-repeat center;
	background-size: cover;
}

.i5t li,
.i5t a {
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	margin-right: 5%;
	cursor: pointer;
	padding-bottom: 10px;
}

.i5t li.active,
.i5t a.active {
	border-bottom: 3px solid #246649;
}

.i5al {
	width: 32%;
	margin-right: 5%;
}

.i5ara_a {
	display: flex;
	align-items: center;
}

.i5araimg {
	width: 130px;
	margin-left: 20px;
}

.i6a_a {
	display: block;
	min-height: 100%;
	padding: 15px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	border-radius: 6px;
}

.listbn {
	height: 470px;
	background-size: cover !important;
	position: relative;
}

.lbntr a {
	color: #fff;
	margin: 0 20px;
}

.lbntr i:last-child,
.lbnb i:last-child,
.ksm i:last-child {
	display: none;
}

.lbntr a:hover {
	text-decoration: underline;
}

.lbnb {
	background: rgba(36, 102, 73, 0.71);
	padding: 25px;
}

.lbnb_mobile {
	display: none;
}

.lbnb_mobile li {
	display: block;
	margin: 0;
	font-size: 14px;
	width: 100%;
	border-bottom: solid 1px #e9e9e9;
}

.lbnb_mobile li > a {
	display: block;
	line-height: 1.6;
	height: auto;
	padding: 8px 3%;
	text-align: left;
	width: 100%;
}

.lbnb_mobile .child-menu li > a {
	padding: 8px 6%;
}

.lbnb i {
	width: 1px;
	height: 15px;
	background: #fff;
	margin: 0 5px;
}

.lbnb a {
	display: inline-block;
	padding: 8px 22px;
	border: 1px solid rgba(0, 0, 0, 0);
	color: #fff;
	margin: 0 15px;
}

.lbnb a.active,
.lbnb a:hover {
	border: 1px solid #fff;
}

.listmd {
	padding-top: 40px !important;
}

.kst {
	background: #F8F8F8;
	padding: 30px;
}

.kst .bnscw input {
	background: #fff;
	border: 1px solid #E6E6E6;
}

.ksm {
	background: #E7EEEB;
	padding: 10px;
}

.ksm i,
.ksm a {
	color: #9A9A9A;
	margin: 0 2px;
}

.ksm a.active {
	color: #000;
}

.kswtitle h2 {
	display: inline-block;
	border-bottom: 3px solid #246649;
	padding-bottom: 12px;
}

.ksa_a {
	background: #F4F4F4;
	padding: 30px;
	border-radius: 8px;
	transition: .25s;
}

.ksa_a:hover {
	background: #fff;
	box-shadow: 0 5px 12px rgba(0, 0, 0, .1);
}

.ksab a {
	display: inline-block;
	padding: 6px 18px;
	border-radius: 4px;
	background: #246649;
	color: #fff;
	margin: 0 8px;
}

.ksab a:last-child {
	background: #E69E76;
}

.ki1t h3,
.kititle {
	display: inline-block;
	color: #000;
	border-bottom: 2px solid #246649;
	padding-bottom: 10px;
}

.ki1b {
	padding: 35px;
	box-shadow: 0 5px 22px rgba(0, 0, 0, .1);
}

.ki1ba {
	background: #246649;
	color: #fff;
	padding: 10px 35px;
	display: inline-block;
}

.ki2a_a {
	display: flex;
	align-items: center;
}

.ki2al {
	width: 100px;
	padding: 15px;
	text-align: center;
	border: 1px solid #E6E6E6;
	color: #666;
	margin-right: 22px;
}

.ki3a_a {
	display: flex;
	background: #F4F4F4;
	padding: 20px;
	border-radius: 10px;
}

.ki3aimg {
	width: 42%;
	margin-right: 20px;
}

.ki3atxtt span {
	color: #000;
	font-weight: bold;
	display: inline-block;
	border-bottom: 2px solid #246649;
	margin-bottom: -1px;
	padding-bottom: 15px;
}

.ki3atxt .txt p {
	padding: 5px 0;
}

.page a {
	    padding: 0px 12px;
    
    line-height: 36px;

    border-radius: 3px;
    margin: 10px 15px;
    background: #f5f5f5;
    font-size: 16px;
	
}
.page a:hover, .page a.active, .page a.fdq {
    background-color: #004f26;
    color: #ffffff;
}


.kstr {
	margin-left: 3%;
}

.kstr select {
	width: 200px;
	text-align: center;
	background: none;
	-webkit-appearance: auto;
}

@media only screen and (max-width:1599px) {
	body {
		zoom: .9;
	}

	.md {
		padding: 70px 0;
	}

	.bnscw,
	.right {
		transform: scale(.8);
	}

	.fm2 a {
		padding: 7px 40px;
	}
	.navhide2Col .navlist{
		padding-left: 10px;
	}
	.navhide2Col .navlist li {
		margin-bottom: 20px;
		margin-right: 12%;
	}
	
}

@media only screen and (max-width:1399px) {
	body {
		zoom: .8;
	}

	.md {
		padding: 65px 0;
	}

	.bnscw,
	.right {
		transform: scale(.7);
	}
	.i2r .tab_content_li {
	    height: 430px;
	}
}

@media only screen and (min-width:768px) and (max-width:1199px) {
	.md {
		padding: 60px 0;
	}

	.bnscw,
	.right {
		transform: scale(.6);
	}

	.ksa {
		width: 33.33%;
	}
}

@media only screen and (max-width:950px) {
	.md {
		padding: 50px 0;
	}

	
	.right {
		display: none;
	}
}

@media only screen and (max-width:768px) {
	body {
		zoom: 1;
	}

	.md {
		padding: 25px 0;
	}

	.bnbg {
		padding: 0;
	}

	.bntxt i {
		width: 40px;
		height: 2px;
		margin: 12px 0;
	}

	.bntxt h3 {
		display: none;
	}

	.bntxt h2 {
		font-size: 15px;
	}

	.bntxt h1 {
		font-size: 20px;
	}

	.ft {
		padding: 15px 0;
	}

	.fm,
	.fb {
		padding: 20px 0;
	}

	.fm1 {
		width: 100%;
		text-align: center;
	}

	.fm2 {
		margin: 0 auto;
	}

	.fm3 {
		width: 100%;
	}

	.fm4 {
		width: 40%;
	}

	.it {
		padding-top: 5px;
	}

	.itw {
		margin: 0;
	}

	.ita {
		width: 50%;
	}

	.ita_a {
		padding: 15px;
	}

	.ita_a img {
		height: 30px;
	}

	.i1ra {
		display: block;
	}

	.i1raimg {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}

	.i1rtxt {
		padding-bottom: 10px;
	}

	.i2l li {
		padding: 10px;
		margin-bottom: 15px;
	}

	.i2ra {
		width: 33.33%;
	}

	.i2ra_a img {
		height: 30px;
	}

	.i3top i {
		width: 30px;
		height: 2px;
		margin: 10px auto 6px auto;
	}

	.i4atxtb img {
		height: 10px;
	}

	.i4atxtb img:last-child {
		height: 20px;
	}

	.i5t li,
	.i5t a {
		margin-right: 15px;
		font-size: 15px;
		border-bottom-width: 2px !important;
	}

	.i5al {
		display: block;
		margin-bottom: 8px !important;
	}

	.i5araimg {
		width: 100px;
	}

	.i5aratxt p img {
		height: 12px;
	}

	.listmd {
		padding-top: 25px !important;
	}

	.listbn {
		height: 200px;
	}

	.lbnb {
		display: none;
	}

	.lbnb_mobile {
		display: block;
	}

	.listbn .posrabsolute {
		position: static;
		padding: 25px 0;
		background: rgba(0, 0, 0, .5);
	}

	.ksa {
		width: 100%;
	}

	.ksab a {
		padding: 3px 15px;
		font-size: 12px;
	}

	.kst {
		padding: 15px;
	}

	.kst .bnscw {
		transform: scale(1);
	}

	.kst .bnscw input {
		height: 45px;
		padding: 0 18px;
	}

	.kst .bnscw button {
		width: 60px;
		background-size: 15px;
	}

	.ki1b {
		padding: 0;
		box-shadow: none;
	}

	.ki1ba {
		padding: 5px 22px;
		font-size: 13px;
	}

	.ki2al {
		padding: 10px 0;
		width: 88px;
		margin-right: 15px;
	}

	.ki3a_a {
		display: block;
	}

	.ki3aimg {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}

	.page a,
	.page span {
		margin: 5px 12px;
	}

	.kst {
		display: block;
	}

	.kstr {
		margin-left: 0;
		margin-top: 15px;
	}

	.kstr select {
		width: 100%;
		border: 1px solid #246649;
		height: 40px;
		border-radius: 50px;
	}

	.ki3a_a {
		border-radius: 4px;
		padding: 15px;
	}
	.bnsc {
		padding: 0;
	}
	.bnscw input {
		width: 100%;
		height: 40px;
		background: rgba(255, 255, 255, .72);
		border-radius: 60px;
		padding: 0 20px;
	}
	.bnsc_close {
		width: 30px;
		position: absolute;
		right: 5%;
		top: 50%;
		margin-top: -15px;
		cursor: pointer;
	}
	    .i2r .tab_content_li {
	        height: 300px;
	    }
}