@import url(anim.css);
@import url(lrtk3.css);

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

body {
	background-color: #fff;
	overflow-x: hidden;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑", "Arial", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}

a {
	color: #333;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	/*-webkit-transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;
  -moz-transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;
  transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;*/
}

a:hover {
	color: #008934;
	/*text-decoration: underline;*/
}

p {
	Letter-spacing: 1px;
}

input {
	border: none;
	box-radius: 25%;
	outline: medium;
	text-align: center;
}

input,
select,
img {
	vertical-align: middle;
}

ul,
li {
	list-style: none;
}

em,
cite,
th {
	font-style: normal;
	font-weight: normal;
	font-style: normal;
}

.none {
	display: none;
}

.block {
	display: block;
}

.bg_gray {
	background: #F7FAFD;
}

.bg_light-green {
	background: #F5FFF9;
}

.wrap {
	clear: both;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
	overflow: hidden;
}

.wrap2 {
	clear: both;
	width: 100%;
	/* padding: 0 calc(15% - (10px + 20px) * 2); */
	max-width: 1400px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
}

.wrap3 {
	clear: both;
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
	overflow: hidden;
}

.divhidden {
	display: none;
}

.l {
	float: left;
}

.r {
	float: right;
}

.c_l {
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.c_l .closetitle img {
	width: 25px;
	/* margin: 5px 0; */
	height: 25px;
}

.f50 {
	font-size: 50px;
}

.f44 {
	font-size: 44px;
}

.f41 {
	font-size: 41px;
}

.f40 {
	font-size: 40px;
}

.f38 {
	font-size: 38px;
}

.f36 {
	font-size: 36px;
}

.f32 {
	font-size: 32px;
}

.f30 {
	font-size: 30px;
}

.f28 {
	font-size: 30px;
}

.f24 {
	font-size: 24px;
}

.f22 {
	font-size: 22px;
}

.f18 {
	font-size: 18px;
}

.f16 {
	font-size: 16px;
}

.text-white {
	color: #F5F7FA;
}

.ft_14 {
	font-size: 14px;
}

/*PC导航*/
.header-v1 {
	width: 100%;
	position: absolute;
	/* overflow:hidden;background-color: rgba(204, 204, 204, 0.3);box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15); */
	top: 0px;
	left: 0;
	height: 84px;
	z-index: 10;


}

.header-v1:hover,.header-v1.onshow,.page-search-result .header-v1 {
	background: rgb(255, 255, 255);
	/* border: 1px solid rgb(230, 230, 230); */
	box-shadow: 0px 12px 54px -27px rgba(141, 141, 141, 0.48);
}

.header-v1:hover .nav h3 a,.header-v1.onshow .nav h3 a,.page-search-result .header-v1 .nav h3 a {
	color: #000
}

.header_hover {
	background: rgb(255, 255, 255);
	border: 1px solid rgb(230, 230, 230);
	box-shadow: 0px 12px 54px -27px rgba(141, 141, 141, 0.48);
}

.nav-hide .header-v1 {
	height: 80px;
}

.nav-hide .blank_h {
	height: 80px;
}

.header-v1 .top-main {
	/* width: 100%; */
	margin: 0 auto;
	/* position: relative; */
	display: flex;
	justify-content: space-between;
	overflow: visible;
}

.header-v1 .top-main .logo1 {
	width: 133px;
	height: 84px;
	/* margin-left: 10.5%; */
	justify-content: center;
	align-items: center;
	display: flex;
}

.header-v1 .top-main .logo1 a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.header-v1 .top-main .logo1 img {
	display: block;
	width: 133px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.header-v1 .top-main .logo1 img:nth-child(1) {
	opacity: 1;
	visibility: visible;
}

.nav-hide .header-v1 .top-main .logo1 img {
	margin-top: -20px;
}

.header-v1 .top-main .logo1 img:hover {
	transition: all 0.3s;
	filter: Alpha(Opacity=60);
	opacity: 0.6;
}
.header-v1.onshow .top-main .logo1 img:nth-child(1),.header-v1:hover .top-main .logo1 img:nth-child(1),.page-search-result .header-v1 .top-main .logo1 img:nth-child(1){
	opacity: 0;
	visibility: hidden
}
.header-v1.onshow .top-main .logo1 img:nth-child(2),.header-v1:hover .top-main .logo1 img:nth-child(2),.page-search-result .header-v1 .top-main .logo1 img:nth-child(2){
	opacity: 1;
	visibility: visible
}
.header-v1 .top-main .top_r {
	float: right;
}

.header-v1 .languages {
	float: right;
	position: relative;
	display: block;
	font-size: 12px;
	color: #707070;
	height: 38px;
	line-height: 38px;
	padding-left: 18px;
	text-align: right;
	font-family: "宋休";
	text-decoration: none;
	margin-left: 10px;
	background: url(../image/top_pic2.png) left center no-repeat;
	margin-top: 29px;
	transition: all 0.3s;
}

.header-v1 .languages:hover {
	margin-top: 25px;
}

.nav-hide .header-v1 .languages {
	margin-top: 22px;
}

.nav-hide .header-v1 .languages:Hover {
	margin-top: 18px;
}

.header-v1 .languages:Hover {
	transition: all 0.3s;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}

/*.header-v1 .languages:after{left: 1%;right: 1%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.header-v1 .languages:after{content: "";display: block;position: absolute;left: 50%;right: 50%;bottom: -1px;height:4px;opacity: 0;background-color: #c71d32;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.header-v1 .languages:hover:after{left: 1%;right: 1%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}*/
.header-v1 .top-main .top-main-content {
	/* float:right;*/
	/* margin-top:-31px;margin-top:31px;*/

	text-align: center;
	padding-left: 206px;
}

.navBar {
	display: flex;
	align-items: center;
}
.heard-search{

}
.nav {
	list-style: none;
	padding: 0;
	display: flex;
	align-items: center;
}

.nav .m {
	/*float:left; */
	display: inline-block;
	border-top: 0;
	border-bottom: 0;
	/*width:120px; margin-right: 22px;
	margin-left: 22px; position:relative; */
	padding: 0 30px;
}

.nav a:hover {
	text-decoration: none;
	/*color:#fff;*/
	vertical-align: top;
}

.nav li:hover span {
	color: #008934;
	border-bottom: 3px solid #008934;
	/* 反转动画 transform: translateY(-100%);color:#fff; */
}

.nav li:hover h3 a:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: 0px;
	margin-right: 0px;
	bottom: 0px;
	height: 4px;
	opacity: 0;
	background-color: #008934;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.nav h3 {
	float: left;
	font-weight: normal;
	font-size: 16px;
	height: 84px;
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: relative;
}

.nav h3 a {
	display: block;
	color: #fff;
	line-height: 84px;
	font-size: 18px;
	text-transform: uppercase;
}

.header_hove .nav h3 a {
	color: #000
}

.nav h3 a span {
	display: block;
	position: relative;
	transition: all 0.3s;
	height: 84px;
	text-transform: uppercase;
}

.nav-hide .nav h3 a span {
	height: 80px;
}

.nav h3 a span:after {
	content: attr(data-title);
	position: absolute;
	/*color:#fff;*/
	left: 0;
	transform: translateY(100%);
	width: 100%;
	top: 0;
	/*color:#fff;*/
}

.nav h3 a i {
	width: 9px;
	height: 5px;
	display: inline-block;
	margin-left: 7px;
}

.nav-hide .nav {}

.nav-hide .nav h3 {
	height: 80px;
}

.nav-hide .nav h3 a {
	line-height: 80px;
}

.nav .on {}

.nav .on h3 a {
	/* height:42px; line-height:42px; */
	/*color:#fff;background:#ec2029;*/
	/*background:url(../images/top_bg.png) center bottom no-repeat;*/
}

.nav .on h3 a i {
}

.nav .on h3 a span {
	/*color:#fff;*/
}

.nav li.on a:after {
	left: 0%;
	right: 0%;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.nav li h3 a:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: 0px;
	margin-right: 0px;
	bottom: 0px;
	height: 4px;
	opacity: 0;
	background-color: #008934;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.nav li h3 a:hover:after {
	left: 1%;
	right: 1%;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.navBar .closetitle{
	position: relative;
	width: 25px;
	height: 100%;
	cursor: pointer;;
}
.navBar .closetitle img{
	width: 25px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
}
.navBar .closetitle img:nth-child(1){
	opacity: 1;
}
.navBar .closetitle img:nth-child(2){
	opacity: 0;
}
.nav .sub {
	display: none;
	width: 100%;
	padding: 0;
	position: absolute;
	background: rgba(255, 255, 255);
	/* top:87px;*/
	top: 82px;
	/* overflow:hidden;*/
	text-align: center;
	z-index: 110;
	left: 0%;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0%;
}
.nav .sub::before{
	content: "";
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-top: 1px solid rgb(230, 230, 230);
	background-color: rgba(255, 255, 255);
	z-index: -1;
}
.nav-hide .nav .sub {
	top: 80px;
	color: #008934;
	font-family: 微软雅黑;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: left;

}

.nav .sub ul {
	width: 1100px;
	margin: 0 auto;
}

.nav .sub li {
	vertical-align: middle;
	list-style: none;
	text-decoration: none;
	display: inline-block;
	line-height: 50px;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	text-transform: uppercase;
}

.nav .sub li span {
	display: block;
	height: 38px;
	position: relative;
}

.nav .sub li a {
	text-decoration: none;
	background: none;
	color: rgb(34, 34, 34);
	/* border-bottom:1px solid #515152;*/
	display: block;
	height: 50px;
	overflow: hidden;
}

/*.nav .sub li:last-child a{ border-bottom:0;}
.nav .sub li:last-child a:hover{ border-bottom:0;}*/
.nav .sub li a:hover {
	color: #008934;
	border-bottom: 3px solid #008934;
}

.nav .sub li:hover img {
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

.blank_h {
	height: 84px;
	overflow: hidden;
}

.searchInput {
	width: 100%;
	background: rgb(246, 246, 246);
}

.nav-hide .top_search {
	height: 80px;
}

.top_search .input1 {
	width: 83%;
	text-indent: 10px;
	line-height: 30px;
	height: 30px;
	outline: medium;
	background: none;
	color: #9c9c9c;
	text-align: left;
	font-size: 13px;
	border: 0;
}

.top_search em {
	height: 100%;
	width: 100%;
	background: url(../image/top_pic1.png) left center no-repeat;
	cursor: pointer;
	display: block;
}

.top_search em:Hover {
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

.top_search .search_con {
	display: none;
	position: absolute;
	bottom: -73px;
	right: 0px;
	width: 300px;
	height: 0px;
	padding-top: 23px;
	padding-bottom: 19px;
	background: url(../image/top_bg2.png) no-repeat;
	z-index: 100;
	/* border:1px solid #eee;box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);border-radius: 2px;*/
}

.top_search .search_con .input1 {
	height: 39px;
	line-height: 39px;
	background: #f8f8f8;
	border: 0;
	padding-left: 5px;
	margin-left: 16px;
	padding-right: 47px;
	width: 174px;
	float: left;
	outline: none;
}

.top_search .search_con .bnts {
	float: left;
	width: 40px;
	height: 39px;
	background: url(../image/top_pic3.png) no-repeat;
	cursor: pointer;
}

.top_search .search_con .bnts:hover {
	transition: all 0.3s;
	background: url(../image/top_pic4.png) no-repeat;
}

/* 手机导航全局 */
.touch-top {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	background: #090a0c;
	display: none;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}

.touch_bg {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 8;
	background: #0d0d0d;
	display: none;
	filter: Alpha(Opacity=60);
	/*IE7 fix*/
	opacity: 0.6;
	height: 100%;
}

.touch-top-wrapper {
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.touch-top-wrapper .touch-logo {}

.touch-top-wrapper .touch-logo img {
	height: 54px;
	/* margin: 16px 0px; */
	display: block;
}

.touch-navigation {
	display: block;
}

.touch-toggle {
	/* position: absolute;
	right: 15px;
	top: 0; */
}

.touch-toggle li {
	/* float: left; */
	/* height: 70px; */
	padding: 0 12px;
	text-align: center;
}

.touch-toggle li a {
	/* height: 70px; */
}

.touch-toggle li:hover,
.touch-toggle li:active {}

.touch-toggle .touch-toggle-item-first {
	border-left: none;
}

.touch-toggle .touch-toggle-item-last {
	border-right: none;
}

.touch-toggle li a {
	display: block;
	font-size: 12px;
}

.touch-toggle li i {
	display: inline-block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.touch-toggle .touch-icon-language {
	background-image: url();
}

.touch-toggle .touch-icon-user {
	background-image: url();
}

.touch-toggle .touch-icon-search {
	background-image: url(../image/head_pic2.png);
}

.touch-toggle .touch-icon-menu {
	background-image: url(../image/head_pic1.png);
}

.touch-toggle li span {
	display: none;
	text-align: center;
}

.drawer-section {
	/* background-color:#40312f; padding:20px;*/
	display: none;
}

.drawer-section-menu {
	/* padding:20px 20px 35px;*/
	/*padding:0px 0px 35px;*/
}

.touch-toggle-content {
	clear: both;
}

.touch-menu {
	clear: both;
}

.touch-menu ul li {
	/* border-bottom: 1px solid #333; */
	position: relative;
}

.touch-menu ul li a {
	color: #fff;
	display: block;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	/* padding-left:10px;*/
	padding-left: 2%;
}

.touch-menu ul li a:hover,
.touch-menu ul li a:active {
	background-color: #008934;
	color: #fff;
}

.touch-menu ul li i {
	position: absolute;
	top: 14px;
	/* right:5px;*/
	right: 25px;
	display: block;
	width: 13px;
	height: 13px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.touch-menu ul li i.touch-arrow-right {
	display: none;
	background-image: url();
}

.touch-menu ul li i.touch-arrow-down {
	background-image: url(../image/touch-arrow-d.png);
}

.touch-menu ul li i.touch-arrow-up {
	background-image: url(../image/touch-arrow-u.png);
}

.touch-menu ul li a:hover i.touch-arrow-down {
	background-image: url(../image/touch-arrow-d2.png);
}

.touch-menu ul li a:hover i.touch-arrow-up {
	background-image: url(../image/touch-arrow-u2.png);
}

.touch-menu ul ul {
	display: none;
	margin: 0;
	/* padding:0 10px 30px 30px;*/
	padding: 0 0px 30px 0px;
}

.touch-menu ul ul li {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.touch-menu ul ul li a {
	padding: 0;
	padding-left: 3%;
	font-size: 16px;
	height: 38px;
	line-height: 38px;
	text-transform: uppercase;
}

.touch-menu ul ul li i {
	top: 13px;
}

.touch-menu .closetitle {
	padding-top: 10px;
	padding-bottom: 12px;
	text-align: center;
}

.touch-menu .closetitle img {
	margin: 0 auto;
	height: 20px;
	width: auto;
}

/*手机弹出搜索*/
.search_div {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding-top: 2%;
	padding-bottom: 2%;
	display: none;
	/*z-index:999;*/
}

.search_div .search_con {
	width: 92%;
	margin: 0 auto;
	border: 1px solid #cdcdcd;
	height: 40px !important;
	line-height: 40px;
}

.search_div .search_con .input1 {
	text-indent: 15px;
	width: 88%;
	float: left;
	border: 0;
	background: none;
	height: 100%;
	font-size: 16px;
	outline: none;
	color: #bbb;
}

.search_div .search_con .bnt1 {
	-webkit-appearance: none;
	float: right;
	width: 12%;
	max-width: 60px;
	background: url(../image/head_pic2.png) 50% center no-repeat;
	background-size: auto 55%;
	border: 0;
	height: 100%;
	cursor: pointer;
}

/*尾部*/
.f_bgAll {
	background-image: url(../image/6_bg-bottom.png);
	background-size: 100% 100%;
}

.f_bg {
	overflow: hidden;
	/*background: #101116;*/
	color: #F5F7FA;
	font-size: 12px;
	clear: both;
	padding-top: 2%;
	padding-bottom: 2%;
}

.f_div3 .f_bg_div .l {
	display: flex;
}

.f_div3 .f_bg_div span {}

.f_bg_div {
	justify-content: space-between;
	display: flex;
	margin: 0 auto;
}

.footx a {
	display: inline-block;
	margin-right: 6px;
}

.f_bg a {
	color: #F5F7FA;
	text-decoration: none;
}

.f_bg a:hover {
	color: #026428;
}

.f_bg .links {
	float: left;
	padding-bottom: 2%;
	font-size: 14px;
}

.f_bg .links .mg8 {
	line-height: 24px;
	margin: 20px 70px 20px 0;
}

.f_bg .links .mg8 ul {
	margin-top: 20px;
	/*margin-left: -40px;*/
}

.f_bg .links .mg8 span {
	font-size: 18px;
	font-weight: 500;
}

.f_bg .links h2 {
	font-size: 18px;
	line-height: 38px;
	font-weight: normal;
	margin-bottom: 18px;
	color: #F5F7FA;
}

.f_bg .links ul li {
	display: block;
	line-height: 2;
	overflow: hidden;
}

.f_bg .links ul li a {
	color: rgba(255, 255, 255, 0.6);
	transition: all 0.3s;
	padding-right: 5px;
	font-size: 16px;
	margin-top: 10px;
}

.f_bg .links ul li a:hover {
	margin-left: 5px;
	padding-right: 0;
}

.f_bg .f_div2_r2 {
	float: right;
	/*text-align: center;*/
	padding-bottom: 2%;
	margin-top: 20px;
}

.f_bg .f_div2_r2 img {
	display: block;
	width: 118px;
	height: 118px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 25px;
}

.f_bg .f_div2_r {
	float: left;
	overflow: hidden;
	width: 22%;
}

.f_bg .f_div2_r h2 {
	font-size: 18px;
	line-height: 38px;
	position: relative;
	/* right: 15px; */
	font-weight: normal;
	margin-bottom: 39px;
	color: #F5F7FA;
	width: 150px;
}

.f_bg .f_div2_r h2 img {
	width: 100%;
}

.f_bg .f_div2_r span {
	display: block;
	color: #F5F7FA;
	line-height: 24px;
	/*
	padding-top: 2%;*/
	clear: both;
}

.f_bg .f_div2_r a {
	display: block;
	font-weight: normal;
	margin-bottom: 12px;
	color: #F5F7FA;
	font-size: 16px;
	font-family: Arial;
}

.f_bg .f_div2_r a:Hover {
	transition: all 0.3s;
	opacity: 0.8;
	color: #fff;
	filter: Alpha(opacity=80);
}

.f_bg .f_div2_r a span:Hover {
	color: #fff;
}

.foot_a {
	height: 41px;
	width: 135px;
	display: block;
	margin-top: 10px;
}

.copyright {
	line-height: 2;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	clear: both;
	overflow: hidden;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #ffffff;
}

.copyright .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	color: #fff;
	transition: all 0.3s;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}

.copyright .mr {
	margin-right: 10px;
}

/*.gotop{ position:fixed; bottom:10%; right:1%; width:51px; height:51px; background:url(../images/gotop.png) no-repeat; background-size:100% 100%;
-webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out;
}
.gotop:hover{-webkit-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg); cursor:pointer; transform:rotate(360deg);}*/

.right_ul {
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	border-top: 2px solid #dedede;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	display: none;
	background-color: #fff;
}

.right_ul ul li {
	width: 25%;
	float: left;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}

.right_ul ul li img {
	height: 22px;
	margin: 0 auto;
}

.right_ul ul li a {
	display: block;
	border-right: 1px solid #dedede;
}

.right_ul ul li:last-child a {
	border: 0;
}

/*微信弹窗*/
#hidden {
	z-index: 2147483647;
	display: none;
	background: #000;
	filter: alpha(opacity=0);
	left: 0px;
	opacity: 0;
	position: fixed;
	width: 3000px;
	height: 100%;
	padding-top: 28%;
	text-align: center;
	top: 0;
}

#hiddenimg {
	opacity: 1;
	display: none;
	position: fixed;
	left: 0%;
	width: 100%;
	height: 300px;
	padding-top: 0;
	z-index: 2147483647;
	top: 28%;
	text-align: center;
}

#hiddenimg img {
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
}

#hiddenimg2 {
	text-align: center;
}

.weixinclose {
	position: fixed;
	right: 2%;
	top: 2%;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	z-index: 2147483648;
	font-weight: normal;
	display: none;
}

/* 公共头部标题 */
._box .res {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
}

._box .res span {
	padding: 0px 14px;
	font-size: 32px;
	font-weight: 600;
	border-left: 4px solid #008934;
	border-right: 4px solid #008934;
}

/* 产品案例列表 */
.case-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.case-list .case-item {
	margin-right: 26px;
	width: calc((100% - (26px * 3))/4);
	background-color: #fff;
}

.case-list .case-item:nth-child(4n) {
	margin-right: 0;
}

.case-list .case-item .img {
	margin: 15px 15px 0;
	height: 212px;
	overflow: hidden;
}

.case-list .case-item .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.case-list .case-item .name {
	padding: 15px;
	font-size: 18px;
	line-height: 1;
	color: rgba(51, 51, 51, 1);
	text-align: center;
	border-bottom: 1px solid rgba(230, 230, 230, 1);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease-in-out;
}

.case-list .case-item .desc {
	position: relative;
	box-sizing: border-box;
}

.case-list .case-item .desc>div {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.case-list .case-item .info {
	padding: 20px 15px;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 1;
}

.case-list .case-item .info span {
	width: 72px;
	color: rgba(0, 137, 52, 1);
}

.case-list .case-item .info p {
	color: rgba(153, 153, 153, 1);
	max-width: calc(100% - 72px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.case-list .case-item .more {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.case-list .case-item .more span {
	padding: 9px 30px;
	font-size: 14px;
	color: rgba(0, 137, 52, 1);
	text-align: center;
	border: 1px solid rgba(0, 137, 52, 1);
	border-radius: 6px;
	box-sizing: border-box;
}

.case-list .case-item:hover .img img {
	transform: scale(1.05);
}

.case-list .case-item:hover .name {
	border-bottom-color: #fff;
}

.case-list .case-item:hover .more {
	opacity: 1;
	visibility: visible;
}

/*荣誉弹窗*/
.case_bgs {
	z-index: 19891024;
	background: url(../image/about_bg.png) repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}

.case_tc {
	z-index: 19891025;
	width: 90%;
	/* top: 157.5px; */
	left: 50%;
	margin-left: -46%;
	/* margin-left: -300px; */
	position: absolute;
	overflow: hidden;
	top: 270px;
	height: 0;
	display: none;
}

.case_tc .case_box {
	width: 94%;
	margin: 0 auto;
	max-width: 740px;
	background: #0E6BB1;
	border: 6px solid #b3b3b3;
	border-radius: 6px;
	overflow: hidden;
}

.case_tc .case_box2 {
	width: 94%;
	margin: 0 auto;
	max-width: 1028px;
	background: #fff;
	overflow: hidden;
}

.case_tc .case_divs {
	position: relative;
	width: 100%;
}

.case_tc .case_divs .closed {
	right: 0%;
	position: absolute;
	top: 0%;
	cursor: pointer;
}

.case_tc .case_divs .closed:hover {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	transition: all 0.3s;
}

.case_tc .case_divs .closed2 {
	right: 15px;
	position: absolute;
	top: 15px;
	cursor: pointer;
}

.case_tc .case_divs .closed2:hover {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	transition: all 0.3s;
}

.case_tc #tc_big {
	width: 100%;
	display: block;
}

.case_tc .case_divs .case_txt {
	padding: 12px;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.case_tc .case_divs .case_txt h2 {
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
}

.case_tc .case_divs .case_txt2 {
	max-width: 890px;
	width: 94%;
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.case_tc .case_divs .case_txt2 h2 {
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 1%;
}

.case_tc .case_divs .case_txt3 {
	max-width: 890px;
	width: 94%;
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	padding-top: 50px;
	padding-bottom: 30px;
}

.case_tc .case_divs .case_txt3 dl dt {
	font-weight: bold;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	color: #333333;
}

.case_tc .case_divs .case_txt3 dl dd:first-child {
	font-size: 14px;
}

.case_tc .case_divs .case_txt3 dl dd {
	color: #555555;
	font-size: 13px;
	line-height: 28px;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 2%;
	margin-bottom: 2%;
}

.case_tc .case_divs .case_txt3 dl dd h3 {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}

.case_tc .case_divs .case_txt3 dl dd:last-child {
	border-bottom: 0;
}

.case_tc .case_divs .case_txt3 dl dd .job_a {
	display: block;
	width: 150px;
	height: 44px;
	overflow: hidden;
	background-color: #409EFF;
	color: #fff;
	font-size: 14px;
	line-height: 44px;
	border-radius: 6px;
	margin-top: 50px;
	text-align: center;
	transition: all 0.3s;
}

.case_tc .case_divs .case_txt3 dl dd .job_a:hover {
	color: #fff;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}

@media screen and (max-width: 1600px) {
	.f50 {
		font-size: 47px;
	}

	.f44 {
		font-size: 40px;
	}

	.f41 {
		font-size: 38px;
	}

	.f40 {
		font-size: 37px;
	}

	.f38 {
		font-size: 36px;
	}

	.f36 {
		font-size: 35px;
	}
}

@media screen and (max-width: 1440px) {
	.f50 {
		font-size: 45px;
	}

	.f44 {
		font-size: 38px;
	}

	.f41 {
		font-size: 36px;
	}

	.f40 {
		font-size: 35px;
	}

	.f38 {
		font-size: 34px;
	}

	.f36 {
		font-size: 33px;
	}
}

@media screen and (max-width: 1310px) {
	.header-v1 .top-main .top_r {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.f50 {
		font-size: 41px;
	}

	.f44 {
		font-size: 36px;
	}

	.f41 {
		font-size: 32px;
	}

	.f40 {
		font-size: 31px;
	}

	.f38 {
		font-size: 30px;
	}

	.f36 {
		font-size: 29px;
	}

	.f16 {
		font-size: 14px;
	}

	/*尾部*/
	.f_bg .links {
		padding-right: 3%;
		margin-right: 3%;
	}

	.f_bg .f_div2_r {
		margin-right: 1%;
	}
}

@media screen and (max-width: 1100px) {
	.f50 {
		font-size: 39px;
	}

	.f44 {
		font-size: 32px;
	}

	.f41 {
		font-size: 30px;
	}

	.f40 {
		font-size: 29px;
	}

	.f38 {
		font-size: 28px;
	}

	.f36 {
		font-size: 27px;
	}

	.f28 {
		font-size: 22px;
	}

	.f24 {
		font-size: 20px;
	}

	.f22 {
		font-size: 18px;
	}

	.f18 {
		font-size: 16px;
	}

	/* 手机导航全局 */
	.blank_h {
		height: 90px;
	}

	.nav-hide .blank_h {
		height: 90px;
	}

	.header-v1 {
		display: none;
	}

	.touch-top {
		display: block;
	}

	.introduce {
		flex-direction: column;
	}

	.top_search {
		width: 90%;
		overflow: hidden;
		margin-bottom: 10px;
		margin-top: 0;
		background: url(http://www.qy-hynamo.com/template/1/default/images/search_bg.png) #eee right center no-repeat;
		margin-right: 5%;
	}

	/*尾部*/
	.f_bg .links {
		padding-right: 2.8%;
		margin-right: 2.8%;

	}

	.f_bg .f_div2_r a {
		margin-bottom: 10px;
		font-size: 16px;
	}
}

@media screen and (max-width: 960px) {
	.c_l .closetitle img {
		position: fixed;
		right: 65px;
		top: 20px;
	}

	.productImg h2 {
		font-size: 22px;
		font-weight: 400;
	}

	.productImg p {
		font-size: 14px;
		font-weight: 700;
	}

	.f50 {
		font-size: 36px;
	}

	.f44 {
		font-size: 30px;
	}

	.f41 {
		font-size: 28px;
	}

	.f40 {
		font-size: 27px;
	}

	.f38 {
		font-size: 26px;
	}

	.f36 {
		font-size: 25px;
	}

	.f24 {
		font-size: 18px;
	}

	._box .res {
		margin-bottom: 20px;
	}

	._box .res span {
		font-size: 24px;
	}

	/*尾部*/
	.f_bg .links {
		display: none;
	}

	.f_bg .f_div2_r2 {
		margin-top: 2%;
	}

	.f_bg .f_div2_r {
		float: none;
		width: 100%;
		margin-top: 0;
	}

	.f_bg {
		padding: 30px 0;
	}

	.f_div2_r2,
	.links,
	.f_div2_r a {
		display: none;
	}

	.f_bg .f_div2_r {
		padding: 0 15px;
		width: 100%;
	}

	.f_bg .f_div2_r h2 {
		margin: 0 auto;
		width: 119px;
	}

	.f_bg .f_div2_r h2 img {
		width: 109px;
		height: 51px;
		margin: 20px auto;
	}

	.f_bg .f_div2_r .f_bg_div {
		display: contents;
		width: 290px;
		height: 51px;
		margin: 20px auto;
		color: rgb(247, 247, 247);
		font-family: 微软雅黑;
		font-size: 12px;
		font-weight: 400;
		line-height: 28px;
		letter-spacing: 5%;
		text-align: center;
	}

	.copyright {
		min-height: auto;
		text-align: center;
		font-size: 13px;
		line-height: 1.6;
	}

	.copyright .wrap {
		flex-direction: column;
		justify-content: center;
	}

	.copyright .mr {
		margin-right: 0;
	}

	.copyright .copy {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

	.copyright a {
		margin-right: 0;
		line-height: 1.8;
	}
}

@media screen and (max-width: 830px) {
	.f50 {
		font-size: 34px;
	}

	.f44 {
		font-size: 28px;
	}

	.f41 {
		font-size: 27px;
	}

	.f40 {
		font-size: 26px;
	}

	.f38 {
		font-size: 25px;
	}

	.f36 {
		font-size: 24px;
	}

	.f32 {
		font-size: 27px;
	}

	.f30 {
		font-size: 26px;
	}

	.f28 {
		font-size: 20px;
	}

	.f24 {
		font-size: 17px;
	}

	.f22 {
		font-size: 16px;
	}

	.f18 {
		font-size: 14px;
	}

	/*尾部*/

	.f_div3 .l {
		display: block;
		width: 100%;
	}

	.f_div3 .l label {
		display: block;
	}

	.f_div3 .r {
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 780px) {
	.f50 {
		font-size: 30px;
	}

	.f40 {
		font-size: 25px;
	}

	.f38 {
		font-size: 24px;
	}

	.f36 {
		font-size: 23px;
	}

	/*右边浮动客服*/
	.side {
		display: none;
	}

	.right_ul {
		display: block;
	}
}

@media screen and (max-width: 640px) {
	.f50 {
		font-size: 28px;
	}

	.f40 {
		font-size: 23px;
	}

	.f38 {
		font-size: 22px;
	}

	.f36 {
		font-size: 21px;
	}

	.f32 {
		font-size: 21px;
	}

	.f30 {
		font-size: 20px;
	}

	.f28 {
		font-size: 18px;
	}

	.f24 {
		font-size: 16px;
	}

	.f22 {
		font-size: 14px;
	}

	.f18 {
		font-size: 13px;
	}

	.f16 {
		font-size: 13px;
	}

	/* 手机导航全局 */
	.blank_h {
		height: 60px;
	}

	/*.nav-hide .blank_h{ height:80px;}*/
	.touch-top-wrapper .touch-logo img {
		height: 80px;
	}

	.touch-toggle li i {
		/* margin-top: 20px; */
	}

	.touch-menu ul li a {
		color: rgb(103, 104, 104);
		font-weight: 500;
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		width: 110px;
	}

	.touch-menu ul ul li a {
		font-size: 14px;
		padding: 0px 50px;
	}
}

@media screen and (max-width: 480px) {
	.f50 {
		font-size: 25px;
	}

	.f40 {
		font-size: 19px;
	}

	.f38 {
		font-size: 18px;
	}

	.f36 {
		font-size: 18px;
	}

	.f32 {
		font-size: 17px;
	}

	.f28 {
		font-size: 15px;
	}

	.f18 {
		font-size: 12px;
	}

	/* 手机导航全局 */
	.blank_h {
		height: 60px;
	}

	.nav-hide .blank_h {
		height: 60px;
	}

	.touch-top-wrapper .touch-logo img {
		height: 50px;
		margin: 5px 0;
		/*padding: 12px 0;*/
	}

	.touch-toggle li {
		padding-left: 8px;
		padding-right: 8px;
		/* height: 60px; */
	}

	.touch-toggle li i {
		width: 26px;
		height: 26px;
		/* margin-top: 23px; */
	}

	/*.touch-menu ul li a{ font-size:14px; height:36px; line-height:36px;}
.touch-menu ul ul li a{ font-size:13px;}*/
	/*尾部*/
	.f_bg .f_div2_r2 {
		width: 42%;
	}

	.f_bg .f_div2_r2 img {
		width: 80%;
		height: auto;
		max-width: 118px;
	}

	.f_bg .f_div2_r {
		/* width: 45%; */
	}
}

@media screen and (max-width: 360px) {
	.f50 {
		font-size: 23px;
	}

	.f40 {
		font-size: 17px;
	}

	.f38 {
		font-size: 16px;
	}

	.f36 {
		font-size: 17px;
	}

	.f32 {
		font-size: 16px;
	}

	.f28 {
		font-size: 14px;
	}
}

.baidu_ditu {
	width: 100%;
	height: 25rem;
	margin: 0 auto;
	border: #ccc solid 1px;
	margin-bottom: 2rem;
}

@media screen and (max-width:767px) {
	body .baidu_ditu {
		width: 100%;
		height: 20rem;
		margin: 0 auto;
		border: #ccc solid 1px;
		margin-bottom: 0;
	}

}

/* 留言板 */
.guestBook {
	padding: 50px 0;
	background: url(../image/bg-1.webp) no-repeat center;
	background-size: cover;
}

.boards_bg {
	display: block;
	width: 100%;
	height: 95%;
	object-fit: cover;
	position: absolute;
	z-index: -1;
}

.message-boards {
	text-align: center;
	height: 44px;
	font-size: 36px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 44px;
	-webkit-background-clip: text;
}

.text-center {
	text-align: center;
}

.boards {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.right .soluiton_title {
	padding-top: 3%;
}

.boards_all {
	/* min-height: 420px; */
}

.boards div {
	width: 80%;
	margin: 10px 0px;
	/* text-align:justify;
  text-align-last:justify; */
}

.boards label {
	width: 120px;
	height: 24px;
	font-size: 18px;
	font-weight: 500;
	text-align: right;
	color: #1A202C;
	line-height: 24px;
	-webkit-background-clip: text;
}

.boards input {
	width: calc(70% - (10px + 20px) * 2);
	background: #F6F7F9;
	color: #333;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	text-align: left;
	padding: 5px 15px;
	font-size: 18px;
	line-height: 2;
}

.message textarea::placeholder,
.boards input::placeholder {
	font-size: 18px;
	color: rgba(153, 153, 153, 1);
}

.message {
	margin: 24px 0;
	width: 100%;
	display: flex;
	align-items: flex-start;
}

.message label {
	margin-top: 10px;
	width: 114px;
	height: 24px;
	font-size: 18px;
	position: relative;
	font-weight: 500;
	color: #1A202C;
	line-height: 24px;
	-webkit-background-clip: text;
}

.message textarea {
	display: inline-block;
	width: calc(100% - 114px);
	height: 100px;
	background: #F6F7F9;
	border-radius: 0;
	opacity: 1;
	padding: 15px;
	font-size: 18px;
	font-family: "微软雅黑", "Arial", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	resize: none;
	outline: none;
}

.submit {
	margin: 20px auto 0;
	width: 242px;
	height: 56px;
	color: #F6F7F9;
	background: #008934;
	border-radius: 0;
	opacity: 1;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	cursor: pointer;
}

@media screen and (orientation:landscape) and (min-width: 828px) {
	.boards {
		display: flex;
	}

	.boards div {
		display: flex;
		align-items: center;
		width: 33.33%;
	}

	.boards_bg {
		width: 100%;
		position: absolute;
		z-index: -1;
		height: 700px;
	}

	.boards input {
		width: calc(100% - 120px);
	}
}

.boards_all {
	margin: auto;
}

.submit {}

/* 弹窗 */
diw {
	position: fixed;
	top: 35%;
	margin: 0 45%;
	width: 200px;
	height: 50px;
	background: #302a2a;
	z-index: 666;
	text-align: center;
	line-height: 50px;
	color: #fff;
	opacity: 0.7;
	font-size: 18px;
}

.pager {
	width: 100%;
	position: relative;
	line-height: 20px;
	height: 23px;
}

.pager .nowpager {
	color: #ff8303;
	border: none;
	font-weight: bold;
}

.pager a {
	color: #032ed5;
	display: block;
	height: 20px;
	width: 25px;
	/*border: 1px solid #cccccc;*/
	float: left;
	position: relative;
	line-height: 20px;
	margin-right: 3px;
}

.pager .btn {
	width: 60px;
}

.pager .no {
	color: #cccccc;
}

.pager .no:hover {
	text-decoration: none;
}

.pager input {
	width: 20px;
	border: solid #cccccc 1px;
	height: 20px;
	text-align: center;
}

.none {
	display: none;
}

@media screen and (max-width:960px) {
	.touch-top {
		background: rgb(255, 255, 255);
	}

	.header_h5_top {

		font-family: PingFang SC;
		font-size: 16px;
		font-weight: 700;
		line-height: -1px;
		letter-spacing: 0%;
	}

	.touch-menu ul li ul li {
		color: rgb(139, 139, 139);
		font-family: PingFang SC;
		font-size: 16px;
		font-weight: 500;
		width: 111%;
		margin-left: -40px;
		background: rgba(247, 247, 247, 0.92);
	}
	.touch-menu ul li ul li span{
		display: block;
	}
	.touch-menu ul li ul li span a{
		width: 100%;
	}
	.touch-logo img {
		/* width: 113px; */
		height: 59px;
		content: url(../picture/6_logo1.png);
	}
}