@charset "utf-8";

 .my_index{

	margin: 0 auto;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.my_index span{
padding: 0 15px;
font-size: 18px;
}
.my_index span i{
	
	padding: 0 5px;
}



@media screen and (max-width:750px)
{
	
 .my_index{
	position: relative;
	top: 25px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
 .my_index span{
padding: 0 50px;
font-size: 18px;
}
 .my_index span i{
	
	padding: 0 5px;
}

}
@media screen and (max-width:375px)
{
 .my_index span{
padding: 0 40px;

}

}




/* CSS Document */
	#footer_sy{
		width: 18px;
		padding: 0 2px;

		position: relative;
		top: -5px;
	}
	#footer_ga{
		width: 18px;
		padding: 0 2px;

		position: relative;
		top: -5px;
	}
#logo_span{
    	display: none;
    }
	@media screen and (max-width:750px){
		
		 #logo_span{
  		display: block;
    	color: #FFFFFF;
  		font-size: 18px;
    	position: absolute;
    	right: 20%;
    	line-height: 4.4;
    }
    
    
}
	
.layui-colla-item .layui-colla-title {
    position: relative;
    height: 50px;
    line-height: 50px;
   /* padding: 0 10px;*/
    background-color: #f2f2f2;
    cursor: pointer;
    font-size: 15px;
    overflow: hidden;
    width: 70%;
    text-overflow: ellipsis;
}

.layui-colla-item  span{
	float: right;
    height: 50px;
    line-height: 50px;
    padding-right: 10px;
    position: relative;
    top: -50px;
}


html {
	background: #FFF;
	font-size: 62.5%;
	/* 10÷16=62.5% */
}

body {
	font-size: 14px;
	font-size: 1.4rem;
	/* 14÷10=1.4 */
	color: #333;
	font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	overflow-x: hidden
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dl,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: subpixel-antialiased;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

fieldset,
img {
	border: 0;
}

img,
object {
	max-width: 100%;
	width: auto\9;
	/* for ie8 */
	-ms-interpolation-mode: bicubic;
}

a {
	outline: none;
	blr: expression(this.onFocus=this.blur());
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease-in-out;
}

a:hover {
	color: #009944;
	text-decoration: none;
}

a h3 {
	transition: all 0.3s ease-in-out;
}

a:hover h3 {
	padding-left: 10px;
}

.fpx24 {
	font-size: 24px;
}

.fpx16 {
	font-size: 16px;
}

input[type='button'] {
	outline: none;
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 400;
}

ul,
ol,
li {
	list-style: none outside none;
}

.tc {
	text-align: center !important;
}

.tl {
	text-align: left !important;
}

.tr {
	text-align: right !important;
}

.pa {
	position: absolute;
}

.pr {
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

q:before,
q:after {
	content: '';
	content: none;
}

input,
textarea,
select {
	font-weight: inherit;
}

input,
select,
textarea,
button {
	vertical-align: middle
}

.imgResponsive {
	width: 100%;
	overflow: hidden;
	height: 0;
	display: block;
	padding-bottom: 61.44%;
	background: #c7c9c8;
}

.imgResponsive img {
	width: 100%;
	transition: all 0.8s ease-in-out;
}

a:hover .imgResponsive img {
	transform: scale(1.08);
}

.imgResponsive01 {
	width: 100%;
	overflow: hidden;
	height: 0;
	display: block;
	padding-bottom: 125%;
	background: #c7c9c8;
}

.imgResponsive01 img {
	width: 100%;
	transition: all 0.8s ease-in-out;
}

a:hover .imgResponsive01 img {
	transform: scale(1.08);
}

.clear {
	width: 100%;
	overflow: hidden;
	*height: 0
}

.clearFix {
	*zoom: 1;
	clear: both;
}

.clearFix:after {
	content: '';
	display: block;
	clear: both;
}

.black_bg01 {
	position: fixed;
	background-color: #000;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	display: none;
	filter: alpha(opacity=70);
	z-index: 9998;
}

/*头部样式*/
.wrap_header {
	width: 100%;
	background: #3eb134;
	background: -webkit-linear-gradient(left, #3eb134, #006d3b);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #3eb134, #006d3b);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #3eb134, #006d3b);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #3eb134, #006d3b);
	/* 标准的语法 */
	position: relative;
	*z-index: 9999;
}

.header {
	max-width: 1400px;
	min-width: 320px;
	margin: 0 auto;
	/*! z-index:600; */
	clear: both;
}

.header:after {
	content: '';
	clear: both;
	display: block;
}

#btn_ser {
	float: right;
	width: 24px;
	height: 19px;
	cursor: pointer;
	line-height: 19px;
	text-align: center;
	background: url(../image/ser.png) no-repeat center center;
	margin: 12px 0 0 0;
}

.logo {}

.logo .logo_01:hover {
	opacity: 0.85
}

.serWrap {
	height: 0;
	overflow: hidden;
}

#ser {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	background-color: #fefefe;
	*display: none;
}

.ser {
	width: 800px;
	height: 38px;
	line-height: 34px;
	z-index: 9999994;
	margin: 0 auto;
	position: relative;
}

.search input {
	position: absolute;
	height: 34px;
	line-height: 34px;
	color: #262626;
	border: none;
	background: none;
	top: 0px;
	padding-left: 0px;
}

.search input.notxt {
	color: #fff;
	padding: 0 0 0 7px;
	width: 72%;
	border: 1px solid #009944;
}

.search input.notxt1 {
	position: absolute;
	width: 15%;
	height: 34px;
	right: 12%;
	border: none;
	cursor: pointer;
	overflow: hidden;
	padding-right: 0;
	color: #fff;
	border: none;
	background-color: #009944;
	border: 1px solid #009944;
	height: 36px;
}

.search .notxt2 {
	height: 34px;
	line-height: 34px;
	color: #262626;
	border: none;
	background: none;
	top: 0px;
	padding-left: 0px;
	position: absolute;
	width: 10%;
	right: 0;
	border: none;
	cursor: pointer;
	overflow: hidden;
	padding-right: 0;
	color: #fff;
	border: none;
	background-color: #009944;
	border: 1px solid #009944;
	text-align: center;
	font-size: 13px;
}

.search input.notxt1:hover {
	background-color: #009944
}


.snav {
	display: block;
}

.mbtn {
	display: block;
}

.logo {
	width: auto;
	height: auto;
	padding: 18px 0;
	float: left;
	position: relative;
	z-index: 9999;
}

.logo a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

/*通道下拉*/
.divSelect {
	width: auto;
	position: relative;
	font-size: 16px;
	display: none;
}

.select_mask {
	width: 100%;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	color: #fff;
}

.divSelect cite {
	height: 22px;
	display: block;
	position: relative;
	z-index: 2;
	line-height: 20px;
	padding-right: 19px;
	background: url(../image/arrow-down.png) no-repeat right center;
	cursor: pointer;
	overflow: hidden;
	color: #fff;
	opacity: 0.9;
	fliter: opacity=90;
}

.linkList {
	position: absolute;
	left: -7px;
	top: 35px;
	z-index: 9999;
	background: #009944;
	background: rgba(0, 153, 68, 0.95);
	width: 93px;
	max-height: 500px;
	overflow-y: auto;
	display: none;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.linkList li {
	padding: 6px 0;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
}

.linkList li:hover {
	background-color: #0d7b3a;
}

.linkList li a {
	display: block;
	padding: 0;
}

.divSelect.active .select_mask {}

.divSelect.active cite {
	color: #fff;
}

.divSelect.active cite {
	background: url(../image/arrow-down-hover.png) no-repeat right center;
}

.quikSelect {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	*float: none;
	margin-right: 15px;
	top: 8px;
}

.quikSelect .linkList {
	width: 343px;
	background: #009944;
	background: rgba(0, 153, 68, 0.95);
	padding: 20px 10px 30px;
}

.quikSelect .linkList li {
	width: 50%;
	float: left;
	padding: 4px 0;
}

.quikSelect .linkList li a {
	text-align: left;
	padding: 0 10px;
	font-size: 15px;
}



.topNav {
	position: relative;
	float: right;
	margin-top: 39px;
	*width: 660px;
	z-index: 9;
}

.topNav a {
	font-size: 16px;
	display: inline-block;
	color: #fff;
	padding: 0 12px;
	position: relative;
	opacity: 0.9;
	fliter: opacity=90;
	vertical-align: middle;
}

.topNav a.logo2 {
	padding: 0 150px 0 0;
}

.topNav a.last {
	padding: 0 16px;
}

.topNav a.last:after {
	content: '';
	display: inline-block;
	width: 2px;
	height: 12px;
	background: #b6d2bd;
	position: absolute;
	top: 4px;
	left: 0;
}

.topNav a:hover {
	opacity: 1;
	fliter: opacity=100;
}

.topNav a.second {
	margin-left: 0px;
	padding-right: 12px;
}




/*导航*/
.nav {
	width: 100%;
	height: 52px;
	background: #fff;
	z-index: 1;
}

.nav ul {
	height: 52px;
	margin: 0px auto;
	max-width: 1400px;
}

.nav ul li {
	float: left;

	height: 52px;
	line-height: 52px;
	text-align: center;
	position: relative;
}

.nav ul li a {
	/*color: #333;*/
	position: relative;
	font-size: 18px;
		padding:0 15px;
	*height: 52px;
	*line-height: 52px;
	letter-spacing: -0.5px;
	display: block;
	transition: all 0.3s ease;
}

.nav ul li .subNav {
	position: absolute;
	background: #3eb134;
	background: -webkit-linear-gradient(top, #006d3b, #3eb134);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom, #006d3b, #3eb134);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom, #006d3b, #3eb134);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom, #006d3b, #3eb134);
	/* 标准的语法 */
	left: 0;
	top: 52px;
	left: 0px;
	display: none;
	overflow: hidden;
	width: 100%;
	z-index: 9999;
}

.nav ul li.on {

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav ul li.on>a {
	background: #006d3b;
	color: #fff;
	padding: 0 15px;
}

.nav ul li.on .subNav {
	display: block;
}

.nav ul li.on .subNav dl {
	overflow: hidden;
}

.nav ul li.on .subNav dl dd {
	height: auto;
	line-height: 22px;
	text-align: center;
}

.nav ul li.on .subNav dl dd:hover {
	color: #79c59b;
}

.nav ul li.on .subNav dl dd a {
	font-size: 16px;
	padding: 8px 10px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	*height: auto;
	*line-height: 22px;
}

.nav ul li.on .subNav dl dd:hover a {
	background: #006d3b;
}



.wrap_header.currents {
	z-index: 999;
	position: relative;
}

.wrap_header.currents .top {
	width: 1400px;
}

.wrap_header.currents .logo {
	padding: 10px 0 10px 0
}

.wrap_header.currents .logo_01 {
	width: 346px
}

.wrap_header.currents .navWrap {
	border-bottom: 1px solid #ddd
}

.wrap_header.currents .nav {
	height: 40px;
	line-height: 40px;
	width: 100%;
	margin: 0 auto;
	border: none;
}

.wrap_header.currents .nav li {
	background: none;
}

.wrap_header.currents .nav ul>li {
	height: 40px;
	line-height: 40px;
}

.wrap_header.currents .nav ul>li>a {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}

.wrap_header.currents .nav ul li .subNav {
	top: 40px;
}

.wrap_header.currents {
	height: auto;
	background: none;
	background: #3eb134;
	background: -webkit-linear-gradient(left, #3eb134, #006d3b);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #3eb134, #006d3b);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #3eb134, #006d3b);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #3eb134, #006d3b);
	box-shadow: 0 2px 6px rgba(0, 54, 111, 0.4);
	position: fixed;
	top: 0;
	left: 0;
	*border-bottom: 1px solid #eee;
}

.wrap_header.currents .navBox {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}

.wrap_header.currents .topNav {
	margin-top: 30px;
}

.wrap_header.currents .topNav a {
	font-size: 14px;
}




.bounceIn {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceIn {

	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {

	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

/*手机端导航*/
.mobile {
	width: 100%;
	position: absolute;
	height: 90px;
	display: none;
	top: 0;
	right: 0;
	z-index: 999999;
	height: 100%;
}

/*.mobile.active{overflow:visible;}*/
.mobile-inner-header {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 999999;
	width: 40px;
}

.mobile-inner-header-icon {
	color: #fff;
	height: 40px;
	font-size: 25px;
	text-align: center;
	float: right;
	width: 40px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
	opacity: 0.8;
	cursor: pointer;
}

.mobile-inner-header-icon span {
	position: absolute;
	right: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 3);
	width: 25px;
	height: 2px;
	background-color: #fff;
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.mobile-search-btn {
	width: 90px;
	height: 90px;
	background: url(../image/mobile-search.png) no-repeat center #016f6f;
	position: absolute;
	right: 90px;
	top: 0;
	cursor: pointer;
}

.mobile-search-btn.active {
	background: #016f6f;
}

.mobile-search-btn.active:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 2px;
	height: 30px;
	margin: auto;
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #fff;
}

.mobile-search-btn.active:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 2px;
	height: 30px;
	margin: auto;
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background-color: #fff;
}

.mobile-inner-header-icon {
	color: #fff;
	height: 30px;
	text-align: left;
	float: right;
	width: 30px;
	position: relative;
	cursor: pointer;
	margin-right: 17px;
	font-weight: bold;
	text-align: right;
	margin-top: 26px;
}

.mobile-inner-header-icon-out span {
	width: 30px;
	height: 2px;
	background-color: #fff;
	display: block;
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
	width: 24px;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
	width: 14px;
	margin-left: 6px;
}

.mobile-inner-header-icon-out span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
	width: 24px;
	margin-left: 12px;
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickthird;
}

@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0deg);

	}

	100% {
		transform: translateY(0) rotate(45deg);
	}
}

@keyframes clicksecond {
	0% {
		transform: translateY(-4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

@keyframes clickthird {
	0% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}

@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg);
	}

	100% {
		transform: translateY(-4px) rotate(0deg);
	}
}



@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg);
	}

	100% {
		transform: translateY(4px) rotate(0deg);
	}
}

@keyframes outthird {
	0% {
		transform: translateY(0) rotate(90deg);
	}

	100% {
		transform: translateY(12px) rotate(0deg);
	}
}

.mobile-inner-nav {
	background: #3eb134;
	background: -webkit-linear-gradient(left, #3eb134, #006d3b);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #3eb134, #006d3b);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #3eb134, #006d3b);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #3eb134, #006d3b);
	/* 标准的语法 */
	background-size: contain;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0px;
	padding-top: 10px;
	padding-bottom: 25px;
	padding-bottom: 3000px;
	margin-bottom: -3000px;
	transition: all 0.5s ease;
	padding-top: 85px;
	display: none;
	z-index: 99;
}

.mobile-inner-nav ul {
	width: 89%;
	overflow: hidden;
	margin: 0 auto;
}

.mobile-inner-nav.active {
	display: block;
}

.mobile-inner-nav a {
	display: block;
	line-height: 2;
	padding: 10px 0;
	text-decoration: none;
	font-size: 1.5rem;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: #fff;
}

.mobile-inner-nav a:hover {
	color: #fafafa;
}

.mobile-inner-nav li {
	position: relative;
	border-bottom: 1px solid #6caf7a;
}

.mobile-inner-nav li a {
	padding: 10px 47px;
}

.mobile-inner-nav li strong {
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.5rem;
	cursor: pointer;
	width: 53px;
	height: 53px;
	text-align: center;
	line-height: 53px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight: normal;
}

.fanhui {
	background: url(../image/down.png) no-repeat center center;
}

.fanhui01 {
	background: url(../image/up.png) no-repeat center center;
}

.mobile-inner-nav a {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.mobile_subNav {
	display: none;
	padding: 0 0 10px;
	border-top: 1px solid #6caf7a;
}

.mobile-inner-nav dd a {
	height: 35px;
	line-height: 35px;
	border-bottom: none;
	font-weight: normal;
	font-size: 1.4rem;
	color: #eee;
	padding: 0 65px;
}

.mobile_search {
	clear: both;
	position: relative;
	height: 36px;
	margin: 10px 30px 0;
	border-bottom: 1px solid #6caf7a;
	overflow: hidden;
	width: 89%;
	margin: 0 auto;
	float: none;
	background: none;
	border-radius: 0;
}

.mobile_search input.notxt {
	width: 76%;
	color: #f0f0f0;
	margin-left: 35px;
	border: none;
	height: 36px;
	line-height: 36px;
	font-size: 1.6rem;
}

.mobile_search input.notxt1 {
	width: 36px;
	right: 14px;
	left: auto;
	background: url(../image/ser.png) no-repeat center center;
	border: none;
	height: 36px;
	line-height: 36px;
	top: -1px;
}

.mobile-inner-nav dd a i {
	color: #1b7474;
	margin-right: 6px;
	font-weight: bold;
}

.mobile-links {
	width: 89%;
	margin: 0 auto;
	text-align: center;
	padding: 8px 0;
}

.mobile-inner-nav .mobile-links a {
	display: inline-block;
	font-size: 1.5rem;
	padding: 0 10px;
}

.mobile_search .search {
	width: 88%;
}


.goTop {
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 9999999;
	color: #fff;
	text-align: center;
	font-size: 24px;
	transition: none;
	background: url(../image/top.png) no-repeat center center #009944;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.goTop:hover {
	background-color: #0a783a;
}


.Wrap_footer {
	position: relative;
	width: 100%;
	background: url(../image/footer_bg.jpg) no-repeat center top #006d3b;
	position: relative;
	z-index: 2;
}

/*.footer {
	width: 1400px;
	margin: 0 auto;
	padding: 35px 0;
	position: relative;
	z-index: 9;
}*/

.copyRightBox {
	background: #2d8039;
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	position: relative;
	z-index: 9;
}

.copyRight {
	width: 1400px;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}

.copyRight .left {
	float: left;
}

.copyRight .right {
	float: right;
}

.copyRight p span {
	font-size: 14px;
	color: #fff;
}

.copyRight .left span {
	margin-right: 20px;
}

.copyRight .right span {
	margin-left: 20px;
}

.footer_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3eb134;
	background: rgba(51, 155, 77, 0.85);
	background: -webkit-linear-gradient(left, rgba(62, 177, 52, 0.88), rgba(0, 109, 59, 0.88));
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, rgba(62, 177, 52, 0.88), rgba(0, 109, 59, 0.88));
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, rgba(62, 177, 52, 0.88), rgba(0, 109, 59, 0.88));
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, rgba(62, 177, 52, 0.88), rgba(0, 109, 59, 0.88));
	/* 标准的语法 */
	z-index: 0;
}


/*.footer {
	clear: both;
}*/

.footer i {
	display: block;
	content: '';
	clear: both;
}

.footer .left {
	float: left;
	padding: 20px 0 53px;
	width: 30%;
	border-right: 1px solid #65aa6f;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .middle {
	float: left;
	padding: 10px 0;
	width: 19%;
}

.footer .right {
	float: right;
	padding: 10px 0;
	width: 50.14%;
}

.codeList {
	clear: both;
	font-size: 0px;
	text-align: center;
	margin-top: 30px;
}

.codeList:after {
	clear: both;
	content: '';
	display: block;
}

.codeList li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin-left: 10px;
	position: relative;
}

.codeList li a {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #fff;
}

.codeList li .subNav {
	position: absolute;
	bottom: 50px;
	right: 50%;
	margin-right: -75px;
	width: 125px;
	height: 125px;
	background: #fff;
	padding: 4px;
	border: 1px solid #fff;
	display: none;
	z-index: 9999;
}

.codeList li.on .subNav {
	display: block;
}

.codeList li a.iconweixin {
	background: url(../image/weixin.png) no-repeat center center;
}

.codeList li a.iconweibo {
	background: url(../image/weibo.png) no-repeat center center;
}

.codeList li a.iconemail {
	background: url(../image/email.png) no-repeat center center;
}

.codeList li a.icondouyin {
	background: url(../image/douyin.png) no-repeat center center;
}



.footer .left>div {
	margin-right: 55px;
}

.footer_logo {
	text-align: center;
}

.f_logo {
	display: block;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.f_infoList {
	padding-left: 50px;
	padding-right: 50px;
}

.f_infoList li {
	margin-bottom: 17px;
}

.f_infoList li a {
	display: block;
	border: 1px solid #fff;
	padding: 7px 10px;
	color: #fff;
	text-align: center;
}

.f_infoList li a:hover {
	border-color: #71e094;
	color: #71e094;
}

.f_rightBox {
	float: left;
	width: 54%;
	border-left: 1px solid #65aa6f;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid #65aa6f;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .right h2 {
	font-size: 22px;
	color: #fff;
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative;
}

.footer .right h2:after {
	content: '';
	clear: both;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 2px;
	background: #fff;
}

.f_rightList li {
	float: left;
	width: 49.9%;
	margin-bottom: 10px;
}

.f_rightList li a {
	display: block;
	font-size: 16px;
	color: #fff;
	margin-right: 10px;
}

.f_rightList {
	overflow: hidden;
}

.f_rightBox>div {
	padding-left: 40px;
	padding-right: 40px;
}

.f_rightBox02 {
	width: 39%;
	float: right;
}

.f_rightList02 li {
	float: none;
	width: 100%;
}


.f_rightList li a:hover {
	color: #71e094;
}

/*通道下拉*/
.divSelect02 {
	width: 100%;
	position: relative;
	font-size: 14px;
	display: none;
	margin-bottom: 30px;
	height: 40px;
	line-height: 40px;
	background: #53a16e;
	background: rgba(255, 255, 255, 0.2);
}

.select_mask02 {
	width: 100%;
	height: 40px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	color: #fff;
}

.divSelect02 cite {
	height: 40px;
	display: block;
	position: relative;
	z-index: 2;
	line-height: 40px;
	padding-right: 19px;
	background: url(../image/arrow-down-hover.png) no-repeat right center;
	cursor: pointer;
	overflow: hidden;
	color: #fff;
	padding-left: 10px;
	margin-right: 10px;
}

.linkList02 {
	position: absolute;
	left: 0px;
	bottom: 40px;
	z-index: 9999;
	background: #53a16e;
	width: 80px;
	max-height: 500px;
	overflow-y: auto;
	display: none;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	width: 100%;
	font-size: 0 !important;
}

.linkList02 li {
	padding: 3px 0;
	font-size: 14px;
	text-align: left;
	width: 49%;
	/*! float: left; */
	height: auto;
	line-height: 20px;
	vertical-align: middle;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.linkList02 li:hover {
	background-color: #0d7b3a;
}

.linkList02 li a {
	display: block;
	padding: 0px 10px;
	color: #fff;
}

.divSelect02.active .select_mask02 {}

.divSelect02.active cite {
	color: #fff;
}

.divSelect02.active cite {
	background: url(../image/arrow-down.png) no-repeat right center;
}








@media screen and (max-width:1600px) {

	.header,
	.nav ul {
		/*width: 1200px;*/
		background-position: 430px center;
	}

	/*.footer,.copyRight,.wrap_header.currents .nav ul{width: 1200px;}*/
	.nav ul li a {
		font-size: 16px;
	}

	/*.divSelect{display: block;font-size: 14px;}*/
	/*.tongdao{display: none;}*/
	.nav ul li.on .subNav dl dd a {
		font-size: 15px;
	}

	.linkList {
		left: -10px;
	}

	.topNav a,
	.quikSelect .linkList li a {
		font-size: 14px;
	}

	.footer .left>div {
		margin-right: 32px;
	}

	.footer .left {
		width: 28%;
	}

	.f_infoList {
		padding-left: 28px;
		padding-right: 28px;
	}

	.footer .right {
		width: 52.14%;
		border-left: 1px solid #65aa6f;
		border-left: 1px solid rgba(255, 255, 255, 0.3);
	}

	.f_rightBox02 {
		width: 43%;
	}

	.f_rightBox>div {
		padding-left: 15px;
		padding-right: 8px;
	}

	.quikSelect .linkList {
		width: 272px;
	}

}



@media screen and (max-width:1440px) {

	.footer,
	.copyRight,
	.header,
	.nav ul,
	.wrap_header.currents .nav ul {
		width: 1200px;
	}

	.f_rightList {
		display: none;
	}

	.f_rightBox,
	.f_rightBox02 {
		width: 90%;
		float: none;
		border: none;
	}

	.divSelect02 {
		display: block;
	}

	.footer .left {
		width: 35%;
		padding-bottom: 32px;
	}

	.footer .middle {
		width: 27%;
		border-right: 1px solid #65aa6f;
		border-right: 1px solid rgba(255, 255, 255, 0.3);
	}

	.f_infoList li {
		margin-bottom: 10px;
	}

	.footer .right {
		width: 35.14%;
		border: none;
	}

	.f_rightBox,
	.f_rightBox02 {}

	.f_rightBox>div {
		padding-left: 0;
		padding-right: 0;
	}

	.footer .right h2 {
		padding-bottom: 0;
		font-size: 20px;
	}

	.footer .right h2:after {
		display: none;
	}

	.fpx24 {
		font-size: 20px;
	}

	.fpx16 {
		font-size: 15px;
	}

	.topNav a {
		padding: 0 9px;
		padding: 0 20px;
	}

	.topNav a.logo2 {
		padding: 0 40px;
	}

}


@media screen and (max-width:1200px) {

	.footer,
	.copyRight,
	.header,
	.nav ul {
	width: auto;
	padding-left: 9px;
	}

	.copyRight {
		text-align: center;
		line-height: 20px;
		font-size: 12px;
	}

	.copyRight .left {
		float: none;
	}

	.copyRight .right {
		float: none;
	}

	.copyRight p {
		display: inline;
	}

	.copyRight span {
		display: inline-block;
		margin: 0 10px;
	}

	.divSelect {
		/*! display: block; */
		font-size: 14px;
	}

	.tongdao {
		display: none;
	}

}

@media screen and (max-width:992px) {
	.topNav {
		margin-top: 30px;
	}
.header .logo .logo_01 img{
	height: 38px;
}
	.footer .right {
		width: 100%;
		float: none;
		clear: both;
		margin-top: 30px;
	}

	.footer .right:after {
		content: '';
		clear: both;
		display: block;
	}

	.footer .middle {
		width: 46%;
		border-right: none;
	}

	.footer .left {
		width: 53%;
	}

	.f_rightBox,
	.f_rightBox02 {
		width: 48%;
	}

	.f_rightBox {
		float: left;
	}

	.f_rightBox02 {
		float: right;
	}

	.divSelect02 {
		margin-bottom: 0;
	}

	.footer .right h2 {
		font-size: 18px;
	}

	.nav {
		display: none;
	}

	.topNav,
	.ser {
		display: none;
	}

	.mobile {
		display: block;
		position: static;
	}

	.mobile_search {
		display: block;
		top: -5px;
		right: -4px;
	}

	.header {
		background-image: none;
	}



}

@media screen and (max-width:768px) {

	/*.fpx24{font-size: 18px;}*/

}


@media screen and (max-width:640px) {
	.fpx16 {
		font-size: 14px;
	}

	.footer .left,
	.footer .middle {
		width: 100%;
		float: none;
		border: none;
	}

	.footer .left {
		margin-bottom: 0px
	}

	.footer .left>div {
		margin-right: 0;
	}

	.f_infoList {
		margin: 0 -10px;
		overflow: hidden;
		padding: 0;
	}

	.f_infoList li {
		float: left;
		width: 50%;
	}

	.f_infoList li a {
		margin-right: 10px;
		margin-left: 10px;
	}

	.footer .right {
		margin-top: 10px;
	}

	.footer .right h2 {
		font-size: 16px;
	}

	.linkList02 li {
		width: 100%;
		display: block;
		margin: 5px 0
	}


}


@media screen and (max-width:480px) {
	.mobile-inner-header-icon {
		margin-top: 22px;
	}

	.fpx24 {
		font-size: 18px;
	}

	.View_right .rightInfo h3 {
		line-height: 22px;
		height: 44px;
	}


}


@media screen and (max-width:380px) {}
