﻿@font-face {
	font-family: fontDin1;
	src: url(../cssnew/DIN-MEDIUM_otf.txt), url(../cssnew/DIN-MEDIUM_woff.txt), url(../cssnew/DIN-MEDIUM_eot.txt), url(../cssnew/DIN-MEDIUM_woff2.txt), url(../cssnew/DIN-MEDIUM_ttf.txt)
}
@font-face {
	font-family: fontDin2;
	src: url(../cssnew/DIN-BOLD_otf.txt), url(../cssnew/DIN-BOLD_woff.txt), url(../cssnew/DIN-BOLD_eot.txt), url(../cssnew/DIN-BOLD_woff2.txt), url(../cssnew/DIN-BOLD_ttf.txt)
}
/*通用代码*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 14px;
	color: #222222;
	font-family: "Microsoft YaHei";
	font-family: '微软雅黑';
	min-width: 1300px;
	overflow-x: hidden;
}
img {
	margin: 0px;
	padding: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
}
dl, dt, dd, ol, ul, li, from, input, select, span, p, div {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.clear {
	clear: both;
}
.cl {
	clear: both;
}
a {
	color: #222222;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	color: #92be57;
	cursor: pointer;
}
em, i {
	font-style: normal;
}
input, button, select, textarea {
	outline: none;
	font-family: "Microsoft YaHei";
	font-family: '微软雅黑';
}
.w1300 {
	width: 1300px;
	margin: 0 auto;
}
.w1400 {
	width: 1400px;
	margin: 0 auto;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.title {
	text-align: center;
	font-size: 40px;
	color: #323636;
}
.title em {
	color: #92be57;
}
.title span {
	display: block;
	font-size: 18px;
	color: #8f9194;
	margin: 14px 0 26px 0;
}
.title i {
	display: block;
	width: 80px;
	height: 5px;
	margin: 0 auto;
	position: relative;
}
.title i::after, .title i::before {
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 5px;
	top: 0;
	left: 0;
}
.title i::after {
	right: 0px;
	left: inherit;
	background: #3ac0b8;
	animation: allTitleAfter 3s infinite linear;
}
.title i::before {
	background: #92be57;
	animation: allTitleBefore 3s infinite linear;
}
.title t {
	width: 30px;
	height: 5px;
	background: #f5ba06;
	margin: 0 auto;
	display: block;
	animation: allTitleI 3s infinite linear;
}
@keyframes allTitleI {
0% {
transform:translateX(0px);
}
25% {
transform:translateX(-25px);
}
50% {
transform:translateX(0px);
}
75% {
transform:translateX(25px);
}
100% {
transform:translateX(0px);
}
}
@keyframes allTitleBefore {
0% {
width:15px;
}
25% {
width:0px;
}
50% {
width:15px;
}
75% {
width:30px;
}
100% {
width:15px;
}
}
@keyframes allTitleAfter {
0% {
width:15px;
}
25% {
width:30px;
}
50% {
width:15px;
}
75% {
width:0px;
}
100% {
width:15px;
}
}
.mainhovercolor a:hover {
	color: #333;
}
.top30 {
	margin-top: 30px;
}
.top40 {
	margin-top: 40px;
}
.top50 {
	margin-top: 50px;
}
.top60 {
	margin-top: 60px;
}
.top70 {
	margin-top: 70px;
}
.top80 {
	margin-top: 80px;
}
.top90 {
	margin-top: 90px;
}
.top100 {
	margin-top: 100px;
}
.hovermaincolor a:hover {
	color: #92be57;
}
/*公用*/
.page, .content {
	width: 1400px;
	margin: 0 auto;
}
.content1 {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.nno {
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
}
.nnx {
	margin-right: 0px !important;
}
/*抬头*/
.topWrap {
	height: 10rem;
	font-family: "Microsoft Yahei";
	position: absolute;
	z-index: 3;
	background: #92be57;
	overflow: hidden;
	width: 30%;
	text-align: center;
}
.header {
	width: 100%;
	margin: 0 auto;
	position: relative;
	font-family: "Microsoft Yahei";
}
.logo {
/*	width: 28.6%;
	padding: 1.5rem 3% 0 5%;
	float: left;*/
}
.logo img {
/*	width: 100%;*/
}
.t_wz {
	width: 60.6%;
	color: #c8e5df;
	font-size: 1rem;
	overflow: hidden;
	margin: 2.9rem 0 0 0;
	float: left;
	padding-left: 2%;
	text-align: left;
	position: relative;
	height: 4rem;
	padding-top: 0.2rem;
}
.t_wz:after {
	content: "";
	display: block;
	width: 1px;
	height: 6rem;
	position: absolute;
	left: 0;
	top: 0;
<!--
background:#73d4c3;
-->
}
.t_wz span {
	display: block;
	font-size: 1.5rem;
	color: #fff;
	margin-bottom: 7px;
}
.nav {
	float: left;
	width: 10%;
	padding-left: 2%;
	padding-top: 12rem;
}
.nav li {
	height: 2.4rem;
	line-height: 2.6rem;
	position: relative;
	margin-bottom: 1rem;
}
.nav li a {
	font-size: 16px;
	color: #111;
	text-decoration: none;
	display: inline-block;
	position: relative;
	z-index: 2;
	padding-left: 2.2rem;
}
.nav li:hover a, .nav .cur a {
	background: url(../images/20210122151129_642276266.png) no-repeat left center;
	color: #92be57;
}
/*幻灯片*/
.fullSlide {
	width: 88%;
	float: right;
	position: relative;
	z-index: 0;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd .con {
	width: 100% !important;
	height: auto!important;
	display: block;
}
.fullSlide .bd .li {
	width: 100% !important;
	overflow: hidden;
	text-align: center;
	background: no-repeat center top;
	z-index: 0;
}
.fullSlide .bd .li img {
	display: block;
	height: auto!important;
	width: 100%;
	background: #eee;
}
.fullSlide .bd .li img:hover {
	transform: scale(1);
	-webkit-transform: scale(1);
}
.fullSlide .prev, .fullSlide .next {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 2%;
	z-index: 3;
	cursor: pointer;
	filter: alpha(opacity=50);
	width: 47px;
	height: 47px;
}
.fullSlide .prev {
	background: url(../images/20210122152103_124902547.png) no-repeat;
}
.fullSlide .next {
	left: auto;
	right: 2%;
	background: url(../images/20210122152039_1334316572.png) no-repeat;
}
.fullSlide .hd {
	position: absolute;
	bottom: 36px;
	width: 100%;
	display: block;
}
.fullSlide .hd ul {
	text-align: center
}
.fullSlide .hd ul li {
	width: 16px;
	height: 2px;
	text-indent: -9999px;
	background: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	transition: 0.3s all ease-in-out;
	opacity: 0.8;
}
.fullSlide .hd ul li.on {
	background: #92be57;
	border-radius: 8px;
	width: 80px;
}
/*搜索*/
.mt_1 {
	margin-top: -3.05rem;
	position: relative;
	height: 7rem;
	width: 86%;
	float: right;
	background: url(../images/20210122162403_107468583.png) center top no-repeat;
	background-size: 100% 100%
}
.s_bj {
	height: 7rem;
	overflow: hidden;
	font-family: "Microsoft Yahei";
	width: 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	border-bottom: 1px solid #e8e8e8;
}
.search {
	width: 80%;
	overflow: hidden;
	padding-top: 3.05rem;
	height: 2.7rem
}
.s_inp01 {
	position: relative;
	margin-top: 0rem;
}
.inp01 {
	width: 75%;
	height: 1.6rem;
	line-height: 1.6rem;
	color: #999;
	font-size: 14px;
	float: left;
	font-family: "Microsoft Yahei";
	background: none;
	border: 0;
	border-left: 1px solid #c4c4c4;
	padding-left: 5%;
}
.inp02 {
	background: url(../images/20210125140012_853651230.jpg) no-repeat;
	width: 19%;
	height: 36px;
	border: 0;
	float: left;
}
.search p {
	width: 60%;
	color: #666666;
	line-height: 1.6rem;
	font-size: 0.9rem;
	overflow: hidden;
	margin: 1.1rem 0 0 10.96%;
	text-align: center;
}
.search p a {
	color: #666666;
	padding: 0 6px;
	font-style: normal;
}
.search p a:hover {
	color: #92be57;
	font-style: normal;
}
.as1:last-child li {
	position: relative;
}
.as1:last-child li p {
	position: absolute;
	left: -30px;
	top: 30px;
	background: #444;
	width: 100px;
	text-align: center;
	display: none;
}
.as1:last-child li p a {
	color: #fff;
	font-size: 14px;
	display: block;
}
.as1:last-child li:hover p {
	display: block;
}
.search_bg {
	font-size: 0;
}
.search_bg input {
	display: inline-block;
	vertical-align: top;
	height: 54px;
	background: none;
	border: none;
	box-sizing: content-box;
}
#soo {/*background:#fff;*/
}
#infoname {
	padding-left: 35px;
	width: 160px;
	background: url(../images/20210125141708_970210338.png) no-repeat left center;
}
/*数字*/
.shgxbmj {
	width: 1449px;
	height: 770px;
	background: url(../images/20210122161438_972814408.png) center no-repeat;
	margin: 0 auto;
}
.changft {
	width: 1300px;
	height: 182px;
	background: url(../images/20210122163332_252377670.png) center no-repeat;
	padding: 140px 60px 0px 110px;
}
.bsjssbg {
	width: 360px;
	height: 490px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 12px #dfe5e4;
	position: relative;
	top: -150px;
	margin-left: 120px;
}
.bsngbtt {
	width: 148px;
	height: 36px;
	margin: 0 auto;
	padding-top: 56px;
}
.ghwebkd {
	font-size: 26px;
	color: #92be57;
	text-align: center;
	padding-top: 20px;
}
.ghwebkd span {
	color: #f8b500;
}
.bszhdgn {
	font-size: 16px;
	color: #9aa09f;
	line-height: 35px;
	font-weight: lighter;
	text-align: center;
	width: 288px;
	margin: 0 auto;
	padding-top: 36px;
	height: 190px;
}
.bshgmkd {
	width: 20px;
	height: 20px;
	margin-left: 32px;
	padding-top: 7px;
}
.fahgswx {
	font-size: 16px;
	color: #888888;
	font-weight: lighter;
	padding-left: 10px;
	padding-top: 7px;
}
.bsshgnh {
	font-size: 28px;
	color: #f8b500;
	font-family: fontDin1;
}
.shgbdkg {
	width: 956px;
	margin-top: 16px;
}
.bgjlsed li {
	width: 162px;
	height: 213px;
	background: url(../images/20210122172520_371400888.png) center no-repeat;
	margin-left: 60px;
	text-align: center;
	float: left;
}
.ssahgszh {
	font-size: 60px;
	color: #f7b500;
	padding-top: 30px;
	font-family: fontDin1;
}
.zngjkwz {
	font-size: 18px;
	color: #818181;
	padding-top: 6px;
}
.qugbshs {
	font-size: 16px;
	color: #818181;
	padding-top: 10px;
}
.advline span {
	position: relative;
	display: block;
	width: 828px;
	height: 10px;
	background: #f5ba06;
	animation: waves 2s linear 0s infinite alternate;
	-webkit-animation: waves 2s linear 0s infinite alternate;
}
.advline {
	position: relative;
	left: 60px;
	top: 290px;
	width: 828px;
	height: 10px;
	background: #92be57;
}
@-webkit-keyframes waves {
 10% {
 width: 20%;
}
 20% {
 width: 60%;
}
 40% {
 width: 40%;
0
}
 50% {
 width: 70%;
}
 100% {
 width: 50%;
}
}
 @keyframes waves {
 10% {
 width: 20%;
}
 20% {
 width: 60%;
}
 40% {
 width: 40%;
}
 50% {
 width: 70%;
}
 100% {
 width: 50%;
}
}
/*特点*/
.tedhgdk {
	width: 100%;
	height: 1339px;
	background: url(../images/tdbg.jpg) center no-repeat;
}
.tdchngp {
	width: 605px;
	height: 696px;
	margin-top: 400px;
	margin-left: 30px;
}
.ybgetdk {
	width: 600px;
	margin-top: 320px;
}
.ywehgbt {
	height: 84px;
	background: url(../images/td-tit.png) center no-repeat;
}
.yjxnxdk {
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	padding-top: 15px;
	text-align: right;
}
.xhgqsdw {
	font-size: 20px;
	color: #cfebda;
	padding-top: 16px;
	height: 10px;
	text-align: right;
	height: 82px;
}
.lsgbjkd li {
	width: 500px;
	height: 160px;
	background: #92be57;
	background: #fff;
	border-radius: 10px;
	border-bottom: 8px solid #92be57;
	margin-bottom: 40px;
}
.tddbgjw {
	font-size: 26px;
	color: #92be57;
	font-weight: bold;
	padding-left: 66px;
	line-height: 56px;
	padding-top: 16px;
}
.tddbgxt {
	font-size: 16px;
	color: #92be57 ;
	line-height: 30px;
	padding: 0px 40px 0px 66px;
}
.yqdbsbk {
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 50%;
	position: relative;
	bottom: 90px;
	left: -42px;
}
.bsyqdbs {
	width: 68px;
	height: 68px;
	background: #92be57;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: 6px;
}
.bsyqdbs img {
	padding: 5px 0px 0px 5px;
}
.lsgbjkd li:hover {
	width: 500px;
	height: 160px;
	background: #fff;
	background: linear-gradient(-45deg, #92be57 0%, #3ac0b8 100%);
	border-radius: 10px;
	border-bottom: 8px solid #fff;
	cursor: pointer;
	-webkit-transition: 0.8s;
	
}

.lsgbjkd:hover li{-webkit-transition: 0.8s;}
.lsgbjkd li:hover .tddbgjw{color:#fff;}
.lsgbjkd li:hover .tddbgxt {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.lsgbjkd li:hover .yqdbsbk {
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 50%;
}
.lsgbjkd li:hover .bsyqdbs {
/*	width: 68px;
	height: 68px;
	background: #fff;
	border-radius: 50%;*/
}
/*优势*/
.yogubgdj {
	width: 100%;
	height: 1280px;
	background: url(../images/yogubgdj.jpg) center no-repeat;
}
.yshfdkd {
	width: 1460px;
	margin: 0 auto;
	height:1078px;
}
.baseybj {
	width: 1300px;
	background: #fff;
	padding: 0px 50px 0px 50px;
	height: 740px;
	box-shadow: 0 0 25px #acb5b2 inset;
}
.yswenkd {
	width: 530px;
	margin-left: 30px;
}
.yshzbjg {
	width: 110px;
	height: 168px;
	background: linear-gradient(-45deg, #3ac0b8 0%, #92be57 100%);
	position: relative;
	bottom: 50px;
	left: -30px;
}
.yghsgwz {
	font-size: 26px;
	color: #fff;
	font-weight: lighter;
	text-align: center;
	padding-top: 32px;
}
.shgzhms {
	font-size: 60px;
	color: #fff;
	font-family: fontDin1;
	text-align: center;
	line-height: 60px;
}
.xaingty {
	width: 32px;
	height: 3px;
	background: #f5ba06;
	margin: 0 auto;
	margin-top: 10px;
}
.bgitnyn {
	font-size: 28px;
	color: #333;
	font-weight: lighter;
	height: 66px;
}
.bgitnyn span {
	font-weight: bold;
}
.yngbtiy {
	font-size: 36px;
	color: #e4e4e4;
	font-family: fontDin1;
	text-transform: uppercase;
	height: 80px;
}
.xwengnr {
	font-size: 16px;
	color: #999999;
	line-height: 38px;
	font-weight: lighter;
	height: 210px;
}
.hamabjg {
	width: 418px;
	height: 98px;
	background: #f0f2f1;
	border-radius: 46px 0px 46px 0px;
}
.hmdtbnd {
	width: 24px;
	height: 24px;
	padding: 36px 12px 0px 30px;
}
.futeysd {
	font-size: 18px;
	color: #888888;
	font-weight: lighter;
	padding-top: 38px;
}
.ysgszdh {
	font-size: 30px;
	color: #92be57;
	padding-top: 30px;
	font-family: fontDin1;
}
.ybgdtps {
	width: 680px;
	height: 580px;
	margin-top: 50px;
	overflow: hidden;
}
.ybgdtps img {
	transition: all 0.7s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.7s ease-in 0s;
	-o-transition: all 0.7s ease-in 0s;
	cursor: pointer;
	border-radius:20px;
}
.ybgdtps:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	border-radius:20px;
}
.advcon ul {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.advtab {
	position: relative;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-start;
	text-align: center;
	bottom: 56px;
}
.advtab:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 25px;
	left: 0;
}
.advtab li {
	width: 25%;
	position: relative;
	z-index: 3;
	cursor: pointer;
}
.advtab_t {
	font-size: 18px;
	color: #9fa5a4;
	font-weight: lighter;
}
.advtab_t b {
	transition: all .3s ease;
	display: block;
	font-size: 26px;
	color: #32302f;
	margin-bottom: 8px;
	margin-top: 20px;
}
.advicon {
	display: inline-block;
	width: 100px;
	height: 70px;
	background: #fff;
	border-radius: 50%;
	padding-top: 30px;
}
.advicon span {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../images/ysicon.png) no-repeat left top;
	transition: all .3s ease;
}
.advtab li:nth-child(2) .advicon span {
	background-position-x: -76px;
}
.advtab li:nth-child(3) .advicon span {
	background-position-x: -160px;
	width: 50px;
}
.advtab li:nth-child(4) .advicon span {
	background-position-x: -253px;
}
.advtab li.on .advicon span {
	background-position-y: -62px;
}
.advtab li.on .advtab_t b {
	color: #92be57;
}
.xiangtys span {
	display: block;
	width: 100%;
	height: 120px;
	background: #92be57;
	animation: waves1 2s linear 0s infinite alternate;
	-webkit-animation: waves1 2s linear 0s infinite alternate;
}
.xiangtys {
	height: 594px;
	width: 30px;
	background: #3ac0b8;
	margin-top: 70px;
}
.yougbysf span {
	display: block;
	width: 100%;
	height: 120px;
	background: #3ac0b8;
	animation: waves1 2s linear 0s infinite alternate;
	-webkit-animation: waves1 2s linear 0s infinite alternate;
}
.yougbysf {
	height: 594px;
	width: 30px;
	background: #92be57;
	margin-top: 70px;
}
@-webkit-keyframes waves1 {
 10% {
 height: 20%;
}
 20% {
 height: 60%;
}
 40% {
 height: 40%;
}
 50% {
 height: 70%;
}
 100% {
 height: 50%;
}
}
 @keyframes waves1 {
 10% {
 height: 20%;
}
 20% {
 height: 60%;
}
 40% {
 height: 40%;
}
 50% {
 height: 70%;
}
 100% {
 height: 50%;
}
}
/*新闻*/
.news_box {
	width: 100%;
	padding-bottom: 60px;
	background:#f9f9f9;
}
.news_box .page {
/*	width: 84% !important;*/
}
.news_t {
	text-align: left;
	padding-top: 0;
	padding-bottom: 3vw;
}
.t {
	padding: 0 0 2vw 0;
}
.t b {
	font-size: 60px;
	color: #333;
	font-family: Arial;
	line-height: 60px;
}
.t p {
	font-size: 24px;
	color: #000;
}
.news_list {
	padding-top: 40px;
}
.news_list dd {
	display: inline-block;
	padding-left: 60px;
	position: relative;
	transition: all 0.3s ease-out;
}
.news_list dd:before {
	content: "";
	position: absolute;
	width: 0;
	top: 38px;
	height: 2px;
	background: #92be57;
	transition: all 0.3s ease-out;
}
.news_list dd.on:before {
	width: 65px;
}
.news_list dd a {
	font-size: 18px;
}
.news_list dd.on a {
	color: #92be57;
}
.news {
	padding: 4.2vw 0 1vw 0;
}
.news_div_item {
	position: relative;
}
.news_div_item:nth-child(-n+2) {
	float: left;
	width: 31%;
	margin-right: 3%;
	height: 30vw;
}
.news_div_item:nth-child(-n+2) .news_div_item_pic {
	width: 100%;
	height: 20vw;
	overflow : hidden;
}
.news_div_item:nth-child(-n+2) .news_div_item_content {
	position: absolute;
	top: 20.4vw;
}
.news_div_item:nth-child(-n+2) .news_div_item_a {
	font-size: 20px;
	line-height: 60px;
	color: #000;
	font-weight: bold;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news_div_item:nth-child(-n+2) .news_div_item_body {
	font-size: 16px;
	line-height: 1.8em;
	color: #999;
	width: 92%;
}
.news_div_item:nth-child(-n+2) .news_div_item_body:after {
	content: "";
	display: block;
	width: 58px;
	height: 2px;
	background: #ccc;
	margin-top: 3vw;
	transition: all 0.3s ease-out;
}
.news_div_item:nth-child(-n+2):hover .news_div_item_body:after {
	width: 200px;
	background: #92be57;
}

.news_div_item_pic {
	overflow: hidden;
	transition: all 0.3s ease-out;
}
.news_div_item:hover .news_div_item_pic {
	border-radius: 0 !important;
}
.news_div_item img {
	width: 100%;
	transition: all 0.3s ease-out;
	border-radius:20px;
}
.news_div_item:hover img {
	transform: scale(1.2);
}
.news_div_item_date {
	position: absolute;
}

.news_div_item_date div {
	float: left;
	font-size: 16px;
	font-family: Arial;
	color:#999;
}
.dis {
	display: none;
}
/*底部*/
.dbgbdkd {
	width: 100%;
	height: 640px;
	background: linear-gradient(to right, #92be57, #3ac0b8);
	position: relative;
}
.hsghdbj {
	width: 58.6%;
	height: 440px;
	right: 0px;
	position: absolute;
	background: #fff;
	border-top-left-radius: 88px;
}
.kdhgshl {
	width: 1400px;
	margin: 0 auto;
}
.hmgsbbd {
	width: 490px;
	margin-top: 80px;
}
.contdbg {
	font-size: 35px;
	color: #fff;
	font-family: fontDin1;
	text-transform: uppercase;
}
.bsxgtdb {
	width: 160px;
	height: 1px;
	background: #fff;
	margin: 30px 0px 0px 25px;
}
.crc_c {
	margin: 50px 0 0 0px;
}
.crc_c p {
	font-size: 18px;
	color: #fff;
	line-height: 36px;
	padding-left: 50px;
}
.crc_c p:nth-child(1) {
	background: url(../images/ft-rx.png) no-repeat left center;
}
.crc_c p:nth-child(2) {
	background: url(../images/ft-lx.png) no-repeat left center;
}
.crc_c p:nth-child(3) {
	background: url(../images/ft-dz.png) no-repeat left center;
}
.crc_c p+p {
	margin-top: 36px;
}
.crc_c p i {
	color: #fff;
}
.crc_c p:nth-child(2) i {
	font-size: 16px;
}
.crc_c p em {
	display: inline-block;
	vertical-align: sub;
	font-size: 24px;
	font-family: fontDin1;
	color: #fff;
	margin: 0 20px 0 0;
}
.crcon {
	padding: 82px 0 57px 70px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.kslj {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.kslj p {
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
}
.kslj p:before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 16px;
	background: linear-gradient(to right, #92be57, #3ac0b8);
	margin-right: 14px;
}
.kslj a {
	display: block;
	font-size: 16px;
	color: #999;
	line-height: 36px;
}
.kslj a:before {
	content: '-';
	display: inline-block;
	margin-right: 14px;
}
.kslj a:hover {
	color: #92be57;
}
.kslj li+li {
	margin-left: 90px;
}
.yougqbk {
	width: 118%;
	height: 106px;
	background: #fff;
	margin-top: 56px;
	margin-top: 66px;
	border-radius: 12px 0px 0px 12px;
}
.links {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
	line-height: 106px;
}
.links p {
	font-size: 16px;
	color: #92be57;
	padding-left: 35px;

	margin-left: 30px;
}
.links p span {
	font-size: 16px;
/*	padding: 0 20px 0 5px;*/
	color: #92be57;
}
.links p a{	font-size: 16px;color: #92be57;}
.linkTagcs li a {
	color: #767c7b;
	font-size: 14px;
}
.linkTagcs li a:hover {
	color: #92be57;
	font-size: 14px;
}
.dhgbwzl {
	font-size: 16px;
	color: #c6e9e2;
	text-align: center;
	line-height: 140px;
}
.dhgbwzl a {
	font-size: 16px;
	color: #c6e9e2;
	text-align: center;
}
.dhgbwzl a:hover {
	font-size: 16px;
	color: #f5ba06;
	text-align: center;
}
.werkdl li {
	width: 350px;
	margin-left: 95px;
	float: left;
}
.ermgtod {
	width: 156px;
	height: 156px;
	background: #fff;
	border-radius: 10px;
}
.ermgtod img {
	width: 150px;
	height: 150px;
	margin: 3px;
}
.wenewkd {
	width: 164px;
	margin-left: 22px;
}
.hngydsm {
	font-size: 16px;
	color: #c6e9e2;
	height: 50px;
	padding-top: 22px;
}
.bgjngtl {
	width: 164px;
	height: 46px;
	background: #078860;
	font-size: 14px;
	color: #c6e9e2;
	text-align: center;
	line-height: 46px;
}
/*内页抬头*/
.nydeader {
	padding-right: 70px;
	height: 150px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
}
.hleft, .hlogo, .hright {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
}
.hlogo {
	height: 150px;
	padding: 0 70px;
	background: linear-gradient(to right, #92be57, #3ac0b8);
}
.hlogo em {
	display: block;
	font-size: 16px;
	color: #a6dad0;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	text-transform: uppercase;
}
.hlogo p+p {
	margin-left: 20px;
}
.hmean {
	margin-left: 50px;
	font-size: 17px;
	color: #888888;
}
.hmean b {
	display: block;
	font-size: 26px;
	color: #92be57;
	margin-bottom: 10px;
}
.hright p+p {
	margin-left: 75px;
}
.htel span {
	display: block;
	padding-left: 40px;
	background: url(../images/20201226173916_1765471454.png) no-repeat left center;
}
.htel {
	line-height: 34px;
	font-size: 20px;
	color: #9a9a9a;
	font-weight: lighter;
}
.htel em {
	font-size: 34px;
	color: #92be57;
	font-family: fontDin1;
}
/*内页导航*/
.nguyetd {
	margin: 0 70px;
	text-align: center;
	height: 80px;
	background: #fff;
	position: relative;
	z-index: 999;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.nguyetd:after {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 100vw;
	right: 100%;
	top: 0;
	background: #92be57;
}
.nguyetd>ul {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.nguyetd>ul>li {
	position: relative;
	width: 10%;
}
.nguyetd>ul>li>a {
	position: relative;
	display: block;
	line-height: 80px;
	font-size: 17px;
	color: #333333;
	transition: all .3s ease;
}
.nguyetd>ul>li>a:after {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	border: 4px solid #92be57;
	background: #fff;
	border-radius: 50%;
	bottom: -9px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all .3s ease;
	transform: scale(0);
	z-index: 99;
}
.nguyetd>ul>li.cur>a:after, .nguyetd>ul>li:hover>a:after {
	transform: scale(1);
}
.nguyetd>ul>li.cur>a, .nguyetd>ul>li:hover>a {
	font-weight: bold;
	color: #92be57;
}
.dropmenu {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 9;
	background: #555;
	border-radius: 5px;
	text-align: center;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
	top: 105%;
	overflow: hidden;
}
.nguyetd>ul>li:hover .dropmenu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.dropmenu a {
	display: block;
	line-height: 50px;
	font-size: 12px;
	color: #fff;
	transition: all .3s ease;
}
.dropmenu a:hover {
	background: #92be57;
}
.dropmenu table, .dropmenu tbody, .dropmenu tr, .dropmenu td {
	display: block;
	width: 100%;
}
@media screen and (max-width:1500px) {
.nydeader {
	padding-right: 30px;
}
.hlogo {
	padding: 0 30px;
}
.nguyetd {
	margin: 0 30px;
}
}
@media screen and (max-width:1400px) {
.hright p+p {
	margin-left: 30px;
}
.htel em {
	font-size: 25px;
}
}
.sy_xinwen {
	background: url(../images/sy_bg.jpg) repeat;
	padding-top: 20px;
	padding-bottom: 70px;
}
.sy_xinwen_a {
	padding-top: 40px;
	float: left;
}
.sy_xinwen_a img {
}
.sy_xinwen_b {
	float: left;
	padding-top: 40px;
	width: 880px;
	margin-left:20px;
}
.sy_xinwen_b dl {
	float: left;
	width: 420px;
	background: #fff;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 28px;
	box-sizing: border-box;
	height: 230px;
}
.news_b{max-width:1400px;margin:0 auto;}
.sy_xinwen_b dl:hover dt p{    font-weight: bold;}
.sy_xinwen_b dl:hover dd span{    font-weight: bold;}
.sy_xinwen_b dl a {
}
.sy_xinwen_b dt {
	border-bottom: 1px solid #eee;
	padding-bottom: 25px;
}
.sy_xinwen_b dt p {
	font-size: 22px;
	color: #333;
	padding-bottom: 10px;
}
.sy_xinwen_b dt span {
	font-size: 14px;
	color: #666;
	line-height: 23px;
}
.sy_xinwen_b dd {
	padding-top: 15px;
}
.sy_xinwen_b dd p {
	float: left;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #888;
	line-height: 30px;
}
.sy_xinwen_b dd p i {
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #888;
	line-height: 24px;
}
.sy_xinwen_b dd span {
	float: right;
	line-height: 43px;
	color: #888;
	font-size: 16px;
}