@charset "utf-8";
/* CSS Document */
html,body {
	height: auto;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family:"arial","微软雅黑", "Helvetica", "Helvetica Neue";
	color: #333;
	line-height: 1.5;
	text-align: center;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

input,textarea {
	font-family: "arial","微软雅黑", "Helvetica", "Helvetica Neue";
	color: #333;outline:none;
}
input:focus,textarea:focus { outline: none; }
ul,li {	list-style: none;	padding: 0;	margin: 0;}

h1,h2,h3,h4,h5,h6,p,dl,dd,dt {	margin: 0;	padding: 0;}

a {	text-decoration: none;	color: #333;}
a:hover {	color: #427b1f;	text-decoration: none;}
a img {	border: 0;}

input::-webkit-input-placeholder{	color: #666;}
input::-moz-placeholder{	color: #666;}
input:-ms-input-placeholder{	color: #666;}

textarea::-webkit-input-placeholder{	color: #666;}
textarea::-moz-placeholder{	color: #666;}
textarea:-ms-input-placeholder{	color: #666;}


.wrap { overflow: hidden; max-width: 1920px; margin: 0 auto;}
.wrapI { padding-top: 5.9em;overflow: hidden;max-width: 1920px; margin: 0 auto;}

.wrap2 { overflow: hidden; margin: 0 auto;}

.con { width:84.2%;  margin: 0 auto; position: relative;}

    .font72 { font-size: 72px;}
	.font60 { font-size: 60px;}
	.font52 { font-size: 52px;}
	.font48 { font-size: 48px;}
	.font46 { font-size: 46px;}
	.font42 { font-size: 42px;}
	.font40 { font-size: 40px;}
	.font38 { font-size: 38px;}
	.font36 { font-size: 36px;}
	.font34 { font-size: 34px;}
	.font30 { font-size: 30px;}
	.font28 { font-size: 28px;}
	.font26 { font-size: 26px;}
	.font24 { font-size: 24px;}
	.font22 { font-size: 22px;}
	.font20 { font-size: 20px;}
	.font18 { font-size: 18px;}
	.font16 { font-size: 16px;}
	.font14 { font-size: 14px;}

@media only screen and (max-width:1920px) {
html,body { font-size: 0.833vw;}
	
	.font72 { font-size: 3.75vw;}
	.font60 { font-size: 3vw;}
	.font52 { font-size: 2.7vw;}
	.font48 { font-size: 2.5vw;}
	.font46 { font-size: 2.45vw;}
	.font42 { font-size: 2.4vw;}
	.font40 { font-size: 2.2vw;}
	.font38 { font-size: 2vw;}
	.font36 { font-size: 1.87vw;}
	.font34 { font-size: 1.77vw;}
	.font30 { font-size: 1.56vw;}
	.font28 { font-size: 1.45vw;}
	.font26 { font-size: 1.3vw;}
	.font24 { font-size: 1.25vw;}
	.font22 { font-size: 1.14vw;}
	.font20 { font-size: 1.04vw;}
	.font18 { font-size: 0.93vw;}
	.font16 { font-size: 0.833vw;}
	.font14 { font-size: 0.73vw;}
}

@media only screen and (max-width:1440px) {

html,body { font-size: 0.933vw;}
	
	.font72 { font-size: 3.85vw;}
	.font60 { font-size: 3.1vw;}
	.font52 { font-size: 2.8vw;}
	.font48 { font-size: 2.6vw;}
	.font46 { font-size: 2.55vw;}
	.font42 { font-size: 2.5vw;}
	.font40 { font-size: 2.3vw;}
	.font38 { font-size: 2.1vw;}
	.font36 { font-size: 1.97vw;}
	.font34 { font-size: 1.87vw;}
	.font30 { font-size: 1.66vw;}
	.font28 { font-size: 1.55vw;}
	.font26 { font-size: 1.4vw;}
	.font24 { font-size: 1.35vw;}
	.font22 { font-size: 1.24vw;}
	.font20 { font-size: 1.14vw;}
	.font18 { font-size: 1.1vw;}
	.font16 { font-size: 1.033vw;}
	.font14 { font-size: 0.93vw;}


}




@media only screen and (max-width:828px) {
	.con { width:auto; margin: 0 1em; }
}

@media only screen and (max-width:828px) {
html,body { font-size: 2.8vw;}
.font48 { font-size: 5.8vw;}
.font46 { font-size: 5.6vw;}
.font42 { font-size: 5.4vw;}
.font40 { font-size: 5.2vw;}
.font38 { font-size: 4.8vw;}

.font36 { font-size:4.4vw;}
.font34 { font-size:4.3vw;}
.font30 { font-size: 4.2vw;}
.font28 { font-size: 4vw;}
.font26 { font-size:3.8vw;}
.font24 { font-size: 3.6vw;}
.font22 { font-size: 3.4vw;}
.font20 { font-size: 3.2vw;}
.font18 { font-size: 3vw;}
.font16 { font-size: 3.5vw;}
.font14 { font-size: 2.4vw;}

}

.bgGray { overflow: hidden; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1f2f7+0,ffffff+100 */
background: linear-gradient(to bottom,  rgba(241,242,247,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


/*头部*/
.headerW {position: fixed; z-index: 500; left: 0; top: 0; width: 100%;	
height:5.9em;  
transition: all 0.5s;
-webkit-transition:all 0.5s;
}

.headerC { background-color: rgb(0,0,0,0.5);}
.headerB { background-color:#fff;
}

.header { margin: 0 auto; height: 100%;  max-width: 1920px;
transition: all 0.5s;
-webkit-transition:all 0.5s;
display: flex; justify-content: space-between; align-items: center;/*-moz-box-shadow: 0 0 0.3em rgba(0, 0, 0, .1);
-webkit-box-shadow: 0 0 0.3em rgba(0, 0, 0, .1);
box-shadow: 0 0 0.3em rgba(0, 0, 0, .1);*/}



.header .con {height: 100%; overflow: visible;
 display: flex; justify-content:space-between; align-items: stretch;}
.header .logo { margin-left: 2.9%; display: flex; justify-content: center; align-items: center;}
.header .logo img {	display: block;	 height: 3.125em; width:auto;}
.header .logo img:nth-child(2) { display: none;}

.header .links { height: 100%; display: flex; justify-content: flex-start; align-items: center;}


.btnLan { display: block; margin-right: 3em;
 position: relative; z-index: 11;  line-height: 3;  height: 100%;}
.btnLan .nameLan { cursor: pointer; display: flex; height: 100%;
justify-content: flex-end; align-items: center;}
.btnLan .nameLan span { display: block; height: 100%;}
.btnLan .nameLan .pics { width: 1.5em; display: block; height: 1.5em; 
 background: url(../images/lan.png) center center no-repeat;
 background-size:contain ;}
.btnLan .popupLan { position: absolute; text-align: left;
 right: -2.4em; top: 100%; width:6.5em;
 color: #282828; text-align: center; background-color: rgba(0,0,0,0.5);
 -moz-box-shadow: 0 0 1em rgba(0, 0, 0, .1);
 -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .1);
 box-shadow: 0 0 1em rgba(0, 0, 0, .1); display: none; line-height: 2.6em;}
.btnLan .popupLan .conLan .txtLan{ margin-top: 0.3em;}
.btnLan .popupLan li { border-top:1px solid #777 ; cursor: pointer; padding:0 0.4em 0 0.4em;}
.btnLan .popupLan li a { color: #fff; display: block;}

.headerB .btnLan .popupLan { background-color: #fff;}
.headerB .btnLan .popupLan li { border-top:1px solid #eee;}
.headerB .btnLan .popupLan li a {color: #333;}
.headerB .btnLan .popupLan li a:hover {color: #000;}

.headerB .btnLan .nameLan .pics {  background-image: url(../images/lan_2.png)}


.searchBox { position: absolute; z-index: 10;  right: 0em; top: 3.8em;
width:18em;
background-color: #fff;
height: 2.5em;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;
-moz-box-shadow: 0 0.2em 2em rgba(0, 0, 0, .2);
-webkit-box-shadow: 0 0.2em 2em rgba(0, 0, 0, .2);
box-shadow: 0 0.2em 2em rgba(0, 0, 0, .2);
display: none;}
.searchBox form {height: 100%; display: flex; justify-content: space-between; align-items: center;}
.searchBox form .iw { flex: 1; margin: 0 1em 0 1em;}
.searchBox form .iw .input { font-size: .8em; line-height: 2.5em; height: 2.5em;
 width: 100%; outline-width: 0; border: 0; margin: 0; padding: 0;}
.searchBox form .btnSearch { cursor: pointer; padding: 0 1.2em; 
 line-height:3.5em; color: #fff;  background: #3c7718;
 outline-width: 0; border: 0;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;
}

@media only screen and (max-width:828px) {
	.btnLan { margin-right: 1em;}
	.searchBox {  margin: 0 auto;right: -15em;top: 5.3em;}
	.searchBoxW { font-size: 12px;}
	.searchBox form .btnSearch { font-size: 12px;}
}

.header .links .btnSearchT {vertical-align: middle;cursor: pointer;
display: inline-block;  margin-left: 5em; margin-right: 3em; color: #fff;
width: 2.3em; height: 2.3em;
-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
background: center center no-repeat;
background-size:1.33em auto ;background-image:url(../images/search.png);}

.headerB .header .links .btnSearchT {background-image:url(../images/search_2.png);}

.header .links .btnSearchT.show { background-color: #0075be;
background-image:url(../images/search_2.png);}

.header .links .searchBoxW { display: inline-block; vertical-align: middle;
position: relative; z-index: 0;}

.header .c-switch-w { font-size: 1em; display: inline-block;
width: 2.5em; height: 2.5em; 
display: none; justify-content: center; align-items: center;}
.header .c-switch {  display: inline-block; color: #fff;
transition: all 0.5s;
-webkit-transition:all 0.5s;
width: 16px; height:16px; cursor: pointer; position: relative; z-index: 0;} 
.header .c-switch i {
	position: relative;
	display: block;
	height: 3px;
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;}
.headerB .header .c-switch i { background-color: #000;}
.header .c-switch i:nth-child(1) {	top: 0;}
.header .c-switch i:nth-child(3) {	bottom: 0;}
.header .c-switch i:nth-child(2) {	margin: 3px 0; }

.header .c-switch.show i:nth-child(2) {	opacity: 0;}
.header .c-switch.show i:nth-child(1) {
	top:6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header .c-switch.show i:nth-child(3) {
	bottom: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media only screen and (max-width:828px) {	
	.header .c-switch-w { display: flex; margin-left: 0.7em;}
	.header .c-switch.show::after { left: -30%; top: -30%; width: 160%; height: 160%;}
}

@media only screen and (max-width:828px) {
.headerW { transition: all 0s;}
.header {height: 100%; justify-content: space-between;}
.header .logo { margin-left: 1em;}
.header .logo img {	display: block;	 width: auto;  }
.header .links { flex: 1; width: 100%; display: flex; justify-content: flex-end; align-items: center;}
.header .links .searchBoxW { margin-right: 0;}
.header .links .btnSearchT {margin-left: 1em;
    margin-right: 1em;}
.header .c-switch .iconfont { font-size: 3.6vw;}
.header .btnBlue { margin-right: 1em;}
}

/*头部导航*/
.navW {height: 100%;display: flex; justify-content: space-between; align-items: center;margin-right: 2.9%; }
.nav { height: 100%; }
.nav>ul {height: 100%;
display: flex; justify-content: flex-end; align-items: center;}
.nav>ul>li {
	height: 100%;
	position: relative;
	z-index: 100;
	cursor: pointer; margin: 0 1.5em; 
}
.nav>ul>li>a,.nav>ul>li>span {
	position: relative;color: #fff;
	z-index: 1; height: 100%;
    display: flex; justify-content: center; align-items: center; cursor: pointer;
 
}
.nav>ul>li>a:hover {color: #fff;}
.nav>ul>li.cur>a { color: #fff; font-weight: bold;}
.nav>ul>li.cur::after { content: ""; display: block; position: absolute; z-index: 0;
left: 0; bottom: 0; right: 0; background-color: #3c7718; height: 3px;}

.headerB .nav>ul>li>a,.headerB .nav>ul>li>span { color: #333;}
.headerB .nav>ul>li>a:hover {color: #3c7718;}
.headerB .nav>ul>li.cur>a { color: #3c7718; }

.nav .sub_nav {
	display: none;
	position: absolute; z-index: 1;
	top: 100%; 
	left: 50%; margin-left: -5.5em;  width: 11em; text-align: center;
	background: rgba(0,0,0,0.5); font-size: 0.9em;
	-moz-box-shadow:0 10px 10px rgba(0, 0, 0, .1);
	-webkit-box-shadow:0 10px 10px rgba(0, 0, 0, .1);
	box-shadow:0 10px 10px rgba(0, 0, 0, .1);}	

.nav .sub_nav li {  line-height: 3.2em; height: 3.2em;
 overflow: hidden;
 border-top:1px solid #777; }
.nav .sub_nav li a {color: #eee; padding:0 0.5em; display: block; position: relative; z-index: 0;}
.nav .sub_nav li a:hover { color: #fff;}

.headerB .nav .sub_nav { background-color: #fff;}
.headerB .nav .sub_nav li { border-top:1px solid #eee;}
.headerB .nav .sub_nav li a {color: #333;}
.headerB .nav .sub_nav li a:hover {color: #000;}

/*电脑版下拉菜单*/
.popupNavP { position: absolute; left: 0; right: 0; top: 100%;
background:#e1e8ef url(../images/navbg.jpg) center 0 no-repeat;
background-size:100% 100%; display: none;}
.popupNavP .list { margin: 0 17% 0; padding: 2.2em 0; line-height: 2.55;
 flex-wrap: wrap; display: flex; justify-content:space-between; align-items: flex-start;
 text-align: left; color: #383838;}
.popupNavP .list a { color: #383838;}
.popupNavP .list a:hover { color: #abcf4d;}
.popupNavP .list dl { margin-right: 1%;}
.popupNavP .fnav dl:last-child { margin-right: 0;}
.popupNavP .list dl dt { font-weight: bold;}


.popupNav { display: none; position: fixed; z-index: 400;
left: 0; top: 0; bottom: 0; right: 0; background-color: rgba(0,0,0,1);
}
@media only screen and (min-width:828px) {
	.popupNav { display: none !important;}
}
.popupCon { overflow: hidden; position: relative; z-index: 0; height: 100vh;
 width: 100%; margin: 0 auto 0 0;
display: flex; flex-direction: column; justify-content: space-between; align-items: stretch;}
.popupCon .navM {flex: 1; display: block;}
  
.navM { top: 0; margin-top: 109px; margin-bottom:2em;
		overflow-y: auto;
		line-height: 1.5;
		text-align: left;
		overflow-y: auto;  position: relative;	z-index: 0;
		background-color: #242424}
    .navM .con { position: relative; z-index: 0; width: auto;}
	.navM .con>ul {font-size: 1em; width: 100%; margin: 0 auto; position: relative;
	 margin-top:1em;
	   display: flex; justify-content: space-around; align-items: flex-start;	}
	.navM .con>ul>li { padding: 0 1em; flex: 1; }
	.navM .con>ul>li:first-child { flex: 2;}
	.navM .title { font-weight: bold; font-size:1.33em;}
	.navM .title a {color: #fff;}
	.navM .title a:hover {color: rgba(255,255,255,0.8);}
	.navM a {color: #eaeaea;	}
	.navM .con>ul>li li { line-height: 2;}
	.navM a:hover {	color: #fff;	}
	.navM li .title { display: flex; justify-content: space-between; align-items: center;padding: 0 0 1em;}
	.navM li .sub_nav_z { margin-top: 0.2em; display: flex; justify-content: flex-start; align-items: flex-start;}
	.navM li .sub_nav_z .sub_nav_s { width: 49%; margin-right: 1%;}
	.navM li .sub_nav_z .sub_nav_s .title { font-size: 1em;}


@media only screen and (max-width:828px) {
	.navW { margin-right: 0.5em;}
	.navW .nav { display: none !important;}
	.navM { margin-top: 4.7em;
		padding: 0 0.6em 0;
		overflow-y: auto;
		font-size: 14px;
		line-height: 3.2;
		text-align: left;
		overflow-y: auto;
	}
	.navM .con>ul { display: block; width: 100%; font-size: 16px;}
	.navM .con>ul>li { padding: 0;}
	.navM li { text-transform: uppercase;
		border-top: 1px solid rgba(255,255,255,0.5);
		position: relative;		z-index: 0;	}
	
	.navM li:first-child {border-top: 0;	}
	.navM .title { font-size: 1em;}
	.navM ul ul { position: static;
		height: 0;
		overflow: hidden;
		transition: height 2s; font-size: 0.9em; line-height: 3.4em;
	}
	.navM ul ul li { border-top:0 ;}
	.navM ul ul li a { 
		text-indent: 1em; border-top:0 ; 
	}
	.navM a {display: block;	}
	.navM li .title { display: flex; justify-content: space-between; align-items: center;
	padding: 0;}
	.navM li .arrow {display: block;
		height:0.6em;
		width: 0.6em; margin-right: 1em;
		background: url(../images/arrow_2.png) center center no-repeat;
		background-size:contain;
		
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.navM li dd { padding-left: 1.5em;}
	.navM li.show .arrow {
		transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
	}
	.navM ul .sub_nav_s .sub_nav { height: auto;}
	.navM li.show>.sub_nav { padding: 0.9em 0;
		height: auto;border-top: 1px solid  rgba(255,255,255,0.3); 
	}
	.navM li.show ul .sub_nav_p { padding-left: 2em; display: flex; justify-content: flex-start;
	align-items: stretch;flex-wrap: wrap; text-align: center; line-height: 1.2; padding-bottom: 1.2em;}
	.navM li.show ul .sub_nav_p a {text-indent: 0;}
	.navM li.show ul .sub_nav_p li { padding-top: 1em; width: 32%; margin-right: 2%;}
	.navM li.show ul .sub_nav_p li:nth-child(2n) { margin-right: 0;}
	.navM li.show ul .sub_nav_p .pic { display: block; position: relative; z-index: 0;
	 padding-top:70%; width: 70%; margin: 0 auto 0.5em;	}
	.navM li.show ul .sub_nav_p .pic img { position: absolute;
	 width: 100%; height: 100%; left: 0; top: 0; object-fit: contain;}
}


.position { margin-top: 2em; line-height: 2em; background: url(../images/home.png) 0 0 no-repeat;
background-size:2em auto ; padding-left: 2.7em; text-align: left;}
.position a {display: inline-block;}
.position a:hover {}
.position span {display: inline-block; }
.position .arrow { display: inline-block; margin: 0 0.5em; }

.cateNav .position { margin-top: 0; color: #fff; }
.cateNav .position a {color: #fff;}
.cateNav .position a:hover {color: #fff;}

 @media only screen and (max-width:828px) { 
	 
	 .cateNav .position { font-size: 12px; margin-top: 0.5em;}
 }
 
 

.iTit .name { color: #0b173f; font-weight: bold;}
.iTit .intro { margin-top: 0.1em; color: #a5a7b0; }
 
/*底部*/
.footer { position: relative; z-index: 0; 
 color: #ccc;text-align: left; width: 100%;  background: #30322f; }
.footerTop { padding-bottom:2em;}
.footerTop .con{  display: flex; justify-content: space-between; align-items: flex-start;}

.footer .fnav { flex: 1; margin-right: 6.4%; margin-top: 3em; line-height: 2;
 flex-wrap: wrap; display: flex; justify-content:space-between; align-items: flex-start;}
.footer .fnav dl dt a { color: #fff; }
.footer .fnav dl dd { margin-top: 0.4em;  }

.footer .cont {padding-top: 3em; width: 20em; margin-right: 1em; line-height: 2;text-align: left;}
.footer .cont .tit { font-weight: bold; color: #fff;}
.footer .cont .txt {margin-top: 0.4em;
 display: flex; flex-wrap: wrap; justify-content: flex-start;
 align-items: flex-start;}
.footer .cont dl { width: 100%; display: flex; justify-content: flex-start;
align-items: flex-start;color: #ccc; }


.footer .ewm {margin-top: 3.5em;  color: #ccc;  text-align: center;}
.footer .ewm  ul {display: flex; justify-content: flex-start; align-items: flex-start;} 
.footer .ewm .pic { margin-bottom: 0.4em;}
.footer .ewm img { display: block; width: 7.7em; height: 7.7em; object-fit: contain;}

.footer a { color: #ccc;}
.footer a:hover { color: #fff;}

.footer .footerBot { border-top:1px solid rgba(255,255,255,0.22); }
.footer .footerBot .con { padding: 1em 0 2em;}
.footer .footerBot .copyRight {l text-align: left;}


@media only screen and (max-width:828px) {
.footerTop { padding: 1em 0;}
.footerTop .con {align-items: center;}
.footer .ewm { margin-top: 0;}
.footer .cont { line-height: 1.5; margin-top: 0; padding-top: 0;}
.footer .fnav { display: none;}
.footer .ewm img {width: 5em; height: 5em;}
}

.page { margin-top: 3.7em;	text-align: center;	color: #666;	line-height:2.9; }
@media only screen and (max-width:828px) {
	.page { font-size: 12px;}
}
.page a,.page .cur,.page .dot {
	display: inline-block;
	color: #666; 
	padding: 0.1em 0 0; min-width: 3em;
	margin: 0.5em 0.5em 0;
	background-color: #fff; border: 1px solid #e7e7e8;
	-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
}
.page a:hover { color: #3c7718; border: 1px solid #3c7718; }
.page a.page-num-current { font-weight: bold; background-color: #3c7718;color: #fff;}

.page .prev { font-weight: bold; 
	display: inline-block;font-family: "宋体";
}
.page .next {font-weight: bold; 
	display: inline-block;font-family: "宋体";
}

.btn { display: inline-block; cursor: pointer; color: #fff; line-height: 2.75;
 padding: 0 1.5em;  text-transform: uppercase;
transition: all 0.5s;
-webkit-transition:all 0.5s; border: 1px solid #0075be;
background-color: #0075be;
-moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;}
.btn:hover { background-color: #fff; color: #0075be;}


.btnGray { display: inline-block; cursor: pointer; color: #00322f; line-height: 1.2;
 padding: 0.95em 2.5em 0.85em;  border: 1px solid #91a99a;  
text-align: center;
 text-transform: uppercase;
transition: all 0.5s;
-webkit-transition:all 0.5s; }
.btnGray::before { content: ""; display: inline-block; width: 1em; height: 1em;
background: url(../images/arrow_green.png) center center no-repeat;
background-size:contain ; margin-right: 0.6em; position: relative; top: 0.1em;}
.btnGray:hover {  color: #fff;border: 1px solid rgba(60,119,24,0.6); background-color:#3c7718;}




.btnGreen { display: inline-block; cursor: pointer; color: #fff; line-height: 1.2;
 padding: 0.7em 1.6em 0.5em; background-color: #3c7718; border: 1px solid #3c7718;  
  font-weight: bold; text-align: center;
 text-transform: uppercase;
transition: all 0.5s;
-webkit-transition:all 0.5s; 
-moz-border-radius:.3em; -webkit-border-radius:.3em; border-radius:.3em;}
.btnGreen:hover { background-color: #3c7718; border: 1px solid #3c7718; color: #fff;}

.btnGreen2 { display: inline-block; cursor: pointer; color: #fff; line-height: 1.2;
 padding: 0.85em 1.4em 0.75em 3.2em; background-color: #3c7718; border: 1px solid #3c7718;  
  font-weight: bold; text-align: center;
 text-transform: uppercase;
transition: all 0.5s;
-webkit-transition:all 0.5s; 
-moz-border-radius:.3em; -webkit-border-radius:.3em; border-radius:.3em;}
.btnGreen2::after { margin-left: 1.2em; content: "" ; display: inline-block; width: 0.83em; height: 0.83em;
background: url(../images/arrow.png) center center no-repeat;
background-size:contain ; position: relative; top: 0.1em; right:0;
transition: all 0.5s;
-webkit-transition:all 0.5s;} 
.btnGreen2:hover { background-color: #3c7718; border: 1px solid #3c7718; color: #fff;}
.btnGreen2:hover::after { right: -0.2em;}

.btnBlue { display: inline-block; cursor: pointer; color: #fff; line-height: 1.2;
 padding: 0.65em 1.6em 0.55em; background-color: #0075be; border: 1px solid #0075be;  
  font-weight: bold; text-align: center;
 text-transform: uppercase;
transition: all 0.5s;
-webkit-transition:all 0.5s; 
-moz-border-radius:.3em; -webkit-border-radius:.3em; border-radius:.3em;}
.btnBlue:hover { background-color: #0075be; border: 1px solid #0075be; color: #fff;}


.btnBlue2 { margin-top: 2.8em; display: inline-block; cursor: pointer; color: #333; line-height: 1.2;
 padding: 0.9em 2.6em 0.9em 1.8em; border: 1px solid #318ac2;  text-align: center;
 text-transform: uppercase;
transition: all 0.5s;
-webkit-transition:all 0.5s; }
.btnBlue2:hover { background-color: #fff; border: 1px solid #0075be; color: #333;}
.btnBlue2::before { content: ""; margin-right: 0.7em; width:0.9em; height: 0.9em;
display: inline-block; position: relative; top: 0.1em;
background: url(../images/arrow_3.png) center center no-repeat;
background-size:contain ;}


.btnBlue3 { display: inline-block; cursor: pointer; color: #fff; line-height: 1.2;
 padding: 0.7em 2em 0.6em; background-color: #3c7718; border: 1px solid #3c7718;  
 text-align: center;
 text-transform: uppercase;
transition: all 0.5s;
-webkit-transition:all 0.5s; 
-moz-border-radius:1.3em; -webkit-border-radius:1.3em; border-radius:1.3em;}
.btnBlue3:hover { background-color: #0075be; border: 1px solid #0075be; color: #fff;}
.btnBlue3::after { content: ""; display: inline-block; width: 0.75em; height: 0.75em;
background: url(../images/arrow_6.png) center center no-repeat; margin-left: 0.8em;
background-size:contain ;}

.btnArrow {margin-top: 1.7em;  display: inline-block; cursor: pointer; color: #666; }
.btnArrow:hover { color: #3c7718;}
.btnArrow::after { content: ""; margin-left: 0.7em; width:2.5em; height:1em;
display: inline-block; position: relative; top: 0.2em;
background: url(../images/arrow_3.png) center center no-repeat;
background-size:contain ;
transition: all 0.5s;
-webkit-transition:all 0.5s; right: 0;}
.btnArrow:hover::after {  right: -0.3em;}

.btnArrow2 { line-height: 3;  display: inline-block; cursor: pointer; color: #666; }
.btnArrow2:hover { color: #3c7718;}
.btnArrow2::after { vertical-align: middle; content: ""; margin-left: 1em; width:3em; height:3em;
display: inline-block; position: relative; top: -0.1em;
background:#3c7718 url(../images/arrow.png) center center no-repeat;
background-size:0.937em auto ;
transition: all 0.5s;
-webkit-transition:all 0.5s; right: 0;
-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
}
.btnArrow2:hover::after {  right: -0.3em;}


.btnArrow3{  display: inline-block; cursor: pointer; color: #333; }
.btnArrow3:hover { color: #427b1f;}
.btnArrow3::before { content: ""; margin-right: 0.5em; width:0.81em; height:0.81em;
display: inline-block; position: relative; top: -0.05em;
background: url(../images/arrow_green_2.png) center center no-repeat;
background-size:contain ;
transition: all 0.5s;
-webkit-transition:all 0.5s; right: 0;}
.btnArrow3:hover::before { right: -0.3em;}

.btnArrow4 { display: flex; justify-content: center; align-items: center;
 cursor: pointer; color: #3c7619; line-height: 3.8em; }
.btnArrow4:hover { color: #3c7619;}
.btnArrow4::after { content: ""; margin-left: 1em; width:3.6em; height:3.6em;
border: 1px solid #3c7619;
display: block; 
background: url(../images/arrow_green_3.png) center center no-repeat;
background-size:auto 30.3% ;
transition: all 0.5s;
-webkit-transition:all 0.5s; right: 0;
-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;}
.btnArrow4:hover::after {  right: -0.3em;}

.btnWhite { display: inline-block; cursor: pointer; color: #fff; line-height: 1.2;
 padding: 0.95em 2.5em 0.85em;  border: 1px solid rgba(255,255,255,0.6);  
text-align: center;
 text-transform: uppercase;
transition: all 0.5s;
-webkit-transition:all 0.5s; }

.btnWhite:hover { display: inline-block; cursor: pointer; color: #fff; line-height: 1.2;
 padding: 0.95em 2.5em 0.85em;  border: 1px solid rgba(60,119,24,0.6); background-color:#3c7718;
text-align: center;
 text-transform: uppercase;
transition: all 0.5s;
-webkit-transition:all 0.5s; }

.btnWhite::before { content: ""; display: inline-block; width: 1em; height: 1em;
background: url(../images/arrow_green.png) center center no-repeat;
background-size:contain ; margin-right: 0.6em; position: relative; top: 0.1em;}



/*下拉选择框*/
.selBoxW { margin-top: 1.9em; text-align: left; color: #444;}
.selBox {
  position: relative;
  display: inline-block;
  z-index: 10;
  width: 26.7em;
  height: 3em; text-align: left; margin-right: 0.75em;
}

.selBox.show {
  z-index: 11;
}

.selBox .selBtn {
  position: relative;
  z-index: 0;
  cursor: pointer;
  color: #444;
  padding: 0 2em 0 0.9em;
  line-height: 3em; background-color: #fff;
  border: 1px solid #e5e5e5;
}
.selBox.show .selBtn {  border: 1px solid #0075be;}

.selBox .selBtn .txt {
  display: inline-block;
  vertical-align: middle;
}

.selBox .selBtn .arr {
  position: absolute;
  right: 1.3em;
  top: 50%;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 6px;
  background: url(../images/arrow_5.png) center center no-repeat;
  background-size: contain;
}
.selBox.show .selBtn .arr {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
}

.selBox .dropDown {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 3.7em;
  width: auto;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  line-height: 3em;
  -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
  box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
  max-height: 18.9em;
  overflow-y: auto;
}

.selBox .dropDown li {
  cursor: pointer;
  padding: 1px 1.2em 0;
  color: #444;
  border-bottom: 1px solid #eaeaea;
}

.selBox .dropDown li:last-child {
  border-bottom: 0;
}

.selBox .dropDown li a {
  color: #444;
}

.selBox .dropDown li:hover {
  background-color: #0075be; color: #fff;
}


.videoBox { background-color: #000; position: absolute; z-index: 0; left: 0; top: 0; width: 100%;
height: 100%;}
.videoAboutI { position: relative;  width: 80%; margin: 6.7em auto 0; padding-top:46% ;}
.videoBox img { display: block; width:100%; height:100%; object-fit: cover;}
.videoBox video { width:100%; height:100%; object-fit: cover;}
.videoBox .btnPlay { cursor:pointer; position: relative; z-index:100; margin:6em auto 0;
 width:7.74em; padding-top: 7.74em;
background:rgba(60,119,24,.2) url(../images/play.png) center center no-repeat; background-size:20.1% auto;
border: 1px solid rgba(255,255,255,0.2);
-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;}


.videoBox .btnPlay:hover { cursor:pointer; position: relative; z-index:100; margin:6em auto 0;
 width:7.74em; padding-top: 7.74em;
background:rgba(0,0,0,.2) url(../images/play.png) center center no-repeat; background-size:20.1% auto;
border: 1px solid rgba(255,255,255,0.2);
-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;}



.videoBox .btnPlay::after { content: ""; display: block;
 position: absolute; left: 5%; top: 5%; bottom: 5%; right: 5%;
border: 1px solid rgba(255,255,255,0.4);
background-color: rgba(255,255,255,0.1);
-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
}
.videoBox.videoPlay .btnPlay { display: none; background-image:url(../images/stop.png)}

.videoBox .picMask {z-index:1; position:absolute; top:0%; left:0%; 
width:100%; height:100%; background: center center no-repeat; background-size:cover;}
.videoBox.videoPlay:hover .btnPlay { display:block;}
.videoBox.videoPlay  .picMask { display: none;}

@media only screen and (max-width:828px) {
	.videoBox .btnPlay {}
}


.footerBox { width: 100%; height:100%; 
 display: flex; flex-direction: column; justify-content: center; align-items: stretch;
 }
 
.footerBox .contBox { flex: 1;}

.contBox { position: relative; z-index: 0; padding: 5.9em 0; width: 100%; flex: 1; color: #fff; text-align: left;
background:#2e6a66 url(../images/cont_bg.jpg) center center no-repeat;
background-size:cover ; display: flex; flex-direction: column; justify-content: center; align-items: center;}

.swiper-all .contBox {padding-top: 5.9em; padding-bottom: 0;}
.swiper-all .contBox .con {
	transition: all .5s;
	-ms-transition: all .5s;
	-webkit-transition:all .5s;
	
	transition-delay: .4s;
	-ms-transition-delay: .4s;
	-webkit-transition-delay: .4s;
	
	transform: translate(0,2em);
		-ms-transform: translate(0,2em);
		-webkit-transform: translate(0,2em);
		
	filter:alpha(opacity=0);-moz-opacity:0; opacity:0;
		
}
.swiper-all .swiper-slide-active .contBox .con {
	transform: translate(0,0);
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	filter:alpha(opacity=100);-moz-opacity:1.0; opacity:1.0;
}

.contBox .form form {
	display: flex; justify-content: space-between; align-items:stretch; flex-wrap: wrap;
}
.contBox .form .conL { width: 50.5%;
display: flex; justify-content: space-between; align-items:flex-start; flex-wrap: wrap;}
.contBox .form .conC { width: 31.5%;}
.contBox .form .conR { width: 18%;}

@media only screen and (max-width:828px) {
	.contBox { padding-top: 7.2em; padding-bottom: 3.5em;}
	.swiper-all .contBox { padding-bottom: 0;}
	.contBox .form form {		display: block;	}
	.contBox .form .conL { width: 100%;}
	.contBox .form .conC { width: 100%;;}
	.contBox .form .conR { width:100%;;}
}

.contBox .form dl { width: 100%; margin-top: 1.5em;}
.contBox .form dt img { margin-right: 0.3em; vertical-align: middle; position: relative; top: -0.2em;
 width: 1.77em; height: 1.77em; object-fit: contain;}
.contBox .form dd { margin-top: 0.45em;}

.contBox .form .conL dl:nth-child(2),
.contBox .form .conL dl:nth-child(3){ width: 50%;}

.contBox .form .iW { margin-right: 1.1em; background-color: rgba(35,84,54,0.4); border: 1px solid rgba(123,152,134,1);
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;
padding: 0 1em;}
.contBox .form .iW .input { font-size: 1em; line-height: 2.7em; height: 2.7em; border: 0; margin: 0; padding: 0; outline-width: 0;
 background-color: transparent; width: 100%; color: #fff;}
 
 .contBox .form .tW { margin-right: 1.1em; background-color: rgba(35,84,54,0.4);
  border: 1px solid rgba(123,152,134,1);
 -moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;
 padding: 0.8em 1em;}
 
 .contBox .form .tW .textarea { font-size: 1em;  display: block;
 line-height: 1.3em; height: 7.2em; border: 0; margin: 0; padding: 0; outline-width: 0;
  background-color: transparent; width: 100%;color: #fff;}
  
.contBox .form .btnW { height: 100%; display: flex; justify-content: center; align-items: flex-end;}

@media only screen and (max-width:828px) {
	.contBox .form .btnW { margin-top: 2em;}
	 .contBox .form .tW .textarea { height: 3.9em;}
}



table { border-collapse:collapse; } table,th, td { border: 1px solid #f2f2f2; padding-left:10px; font-size:14px;}


.firstRow td{ font-weight:bold;}