
div, ul, li, span, p, img, h1, h2, h3, h4, h5, h6, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 0px;
}


@media only screen and (max-width: 1440px) {
.bt02 { padding-top: 12px;}
}

body {
	color: #666;
	margin: 0 auto;
	background-color: #fff;
	font-family: "Microsoft YaHei";
	overflow-x: hidden;
	font-size: 14px;
}
* {
	box-sizing: border-box;
}
#copy {
	display: none;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #2169d9;
	text-decoration: none;
}
.page, .w1400 {
	margin: 0 auto;
	width: 1400px;
}
.bg {
	width: 100%;
	min-width: 1400px;
}
.box {
	margin: 0 auto;
	width: 94%;
}
.crkslj {
	float: left;/* padding-left: 22%; */
}
.fr {
	float: right;
}
em, i {
	font-style: normal;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.top10 {
	padding-top: 10px;
}
.top20 {
	padding-top: 20px;
}
.top30 {
	padding-top: 30px;
}
.top40 {
	/* padding-top: 40px; */
}
.top50 {
	padding-top: 50px;
}
.top60 {
	padding-top: 60px;
}
.top70 {
	padding-top: 70px;
}
.top80 {
	padding-top: 80px;
}
.top90 {
	padding-top: 90px;
}
.top100 {
	padding-top: 100px;
}
body::-webkit-scrollbar {
display: none;
}

.font_en {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.t {
	text-align: center;
	padding: 70px 0 35px 0;
}
.t b {
	font-size: 40px;
	color: #333;
}
.t t {
	color: #44b035;
}
.t p {
	margin-top: 5px;
	font-size: 18px;
	color: #999;
}

#top_box {
	width: 100%;
	position: relative;
	background: #fff;
	z-index: 9999;
	display: flex;
	position: fixed;
	box-shadow: 0 0 30px rgba(0,0,0,.08);
}
#top_l {
	float: left;
	width: 30%;
	height: 102px;
}
#top_logo {
	height: 101px;
	padding-left: 2.6vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
#top_logo img {
	width: 60px;
	margin-right: 0.8vw;
}
#top_logo span {
	display: block;
	font-size: 16px;
	color: #6276b4;
	line-height: 20px;
	padding-left: 89px;
	letter-spacing: 7px;
	width: 305px;
	margin-top: -22px;
}
.bt02 b {
	display: block;
	margin-top: 1vw;
	font-size: 1.6vw;
	color: #333;
}
.bt02 p {
	font-size: 0.88vw;
	letter-spacing: 0.15em;
}

.nav {
	float: left;
	width: 70%;/* padding-top:0px; */
	padding-left: 6%;
	padding-right: 5%;
}
.name a, .name a img {
	display: block;
	width: 298px;
	height: 60px;
}
.nav ul {
	display: flex;
	justify-content: space-between;
}
.nav li {
	float: left;
	transition: 0.3s all ease;
	position: relative;
	height: 102px;
}
.nav li > a {
	transition: 0.3s all ease;
	display: block;
	line-height: 102px;
	color: #333;
	letter-spacing: 0px;/* font-weight:400; */
	font-size: 16px;
	position: relative;
}
.nav li a:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #44b035;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.nav>ul>li:hover a:after, .nav>ul>li.cur a:after {
	transition: 0.5s;
	transform: scaleX(1);
}
.nav li > a span {
	display: block;
	font-size: 0.7vw;
	color: #fff;
	opacity: 0.4;
}
.nav li.navcurrent, .nav li:hover {
}
.nav li.navcurrent > a, .nav li:hover > a {
}
.nav li dl {
	transition: all 0.3s;
	position: absolute;
	height: 0px;
	z-index: 0;
	overflow: hidden;
	width: 100%;
}
.nav li.dhh dl {
	height: auto !important;
	width: 100%;
	background: #f8f8f8;
	position: absolute;
	top: 120px;
	left: 0;
	display: block;
	z-index: 10000;
	padding: 20px;
	overflow: hidden;
}
.nav li.dhh dl.juli {
}
.nav li.dhh dd {
	width: 100%;
	margin-top: 10px;
	display: block;
	overflow: hidden;
	padding: 50px 30px 30px;
}

.nav li>.nav2 {
	display: none;
	position: absolute;
	left: -71px;
	top: 102px;
	z-index: 99999;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.nav li>.nav2 a {
	display: block;
	background: rgba(255, 255, 255, 1);
	height: 60px;
	width: 230px;
	color: #333;
	border-bottom: none;
	padding: 15px 0px 15px 42px;
	line-height: 40px;
}
#aa2 > .nav2 {
}
#aa2 > .nav2 a {
	width: 150px;
	font-size: 15px;
}
.nav li>.nav2 a:hover {
	background: #44b035;
	color: rgba(255, 255, 255, 0.6);
	padding: 15px 0px 5px 20px;
}
.nav2 b {
	color: #999;
}
.nav li>.nav2 a span {
	font-size: 17px;
	color: #333;
	line-height: 40px;
	text-transform: uppercase;
	transition: all .8s cubic-bezier(.35, .75, .55, 1) 0.1s;
	-webkit-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s;
	-moz-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s;
	display: block
}
.nav li>.nav2 a span:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	width: 0;
	background: rgba(255, 255, 255, 0.4);
	transition: all .2s cubic-bezier(.35, .75, .55, 1) 0.1s;
	-webkit-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s;
	-moz-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s;
}
.nav li>.nav2 a:hover span {
	transform: translateY(0px);
	font-size: 17px;
	color: #fff;
	line-height: 23px;
}
.nav li>.nav2 a:hover span:before, .nav li>.nav2 a:hover b:before {
	width: 40px;
	margin-right: 5px;
}
.nav_r {
	width: 10%;
	padding-left: 2%;
	float: left;
	height: 102px;
}
.searchIcon {
	float: left;
	width: 60px;
	height: 102px;
	background: url(../images/20210907145504_1387953386.png) no-repeat center;
	cursor: pointer;
	margin-top: 0px;
}
.slideDown {
	display: none;
	text-align: center;
	font-size: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	height: 204px;
	background: rgba(255,255,255,0.95);
	z-index: -1;
}
.slideDown .searchBox {
	overflow: hidden;
	display: inline-block;
	width: 50%;
	height: 60px;
	margin-top: 50px;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 50px;
}
.slideDown .searchBox {
*display: inline
}
.slideDown .searchHot {
	font-size: 15px;
	color: #333;
	font-weight: 100;
}
.slideDown .searchHot a {
	color: #333;
	font-weight: 100;
	font-size: 15px;
}
.slideDown .searchBox input[type='text'] {
	font-size: 15px;
	color: #666;
	float: left;
	width: 840px;
	height: 100%;
	border: none;
	outline: none;
	background: none;
	line-height: 60px;
	margin-left: 25px;
	font-size: 14px;
	color: #666;
	font-weight: 100;
}
.search-bg {
	width: 90%;
	height: 60px;
	line-height: 60px;
	padding-left: 10px;
	float: left;
}
.search-i {
	width: 32px;
	overflow: hidden;
	height: 32px;
	float: left;
	margin-top: 13px;
}

.banner {
	overflow: hidden;
	width: 100%;
	padding-top: 102px;
}
.banner-box {
	min-width: 1400px;
	height: 800px;
	position: relative;
	margin: 0 auto;
}
.banner-box .bd, .banner-box .bd ul {
	width: 100% !important;
}
.banner-box .bd li {
	width: 100% !important;
	height: 900px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #eee;
	z-index: -1;
}
.banner-box .bd li a {
	display: block;
	background-size: auto;
	width: 100%;
	height: 80%;
	position: relative;
	z-index: 9;
}
.banner-btn {
	width: 100%;
	position: absolute;
	top: 300px;
	left: 0;
	margin-left: 0;
	height: 440px;
	overflow: hidden;
}
.banner-btn a {
	display: block;
	width: 49px;
	height: 104px;
	position: absolute;
	top: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: 0.3s all ease-in-out;
	z-index: 9;
}
.banner-btn a.prev {
	left: -50px;
	background: url(../images/banj.png) no-repeat 0 0;
}
.banner-btn a.next {
	right: -50px;
	background: url(../images/banj.png) no-repeat -49px 0;
}
.banner-box .hd {
	position: absolute;
	bottom: 6px;
	width: 100%;
}
.banner-box .hd ul {
	text-align: center
}
.banner-box .hd ul li {
	width: 20px;
	height: 3px;
	text-indent: -9999px;
	background: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	transition: 0.3s all ease-in-out
}
.banner-box .hd ul li.on {
	background: #333;
	width: 40px;
	height: 3px;
}
.banner-box:hover .banner-btn a.prev {
	left: 80px;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
}
.banner-box:hover .banner-btn a.next {
	right: 80px;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
}
.banner-box .banner-btn a.prev:hover, .banner-box:hover .banner-btn a.next:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
}

.fgtd {
	position: relative;
	z-index: 99;
	margin-top: -60px;
}
.fgt {
	width: 1400px;
	padding: 40px 55px;
	background: #fff;
	border-radius: 100px;
	box-shadow: 0px 0px 15px rgba(204, 204, 204, 0.4);
	z-index: 99;
	height: 130px;
	margin: 0 auto;
}
.fgt li {
	width: 322px;
	float: left;
	padding: 0px 45px;
	position: relative;
}
.fgt li .iconfont {
	font-size: 42px !important;
	color: #333;
	float: left;
	line-height: 54px;
}
.fgt li i {
	display: block;
	width: 43px;
	height: 43px;
	background: url(../images/20210906145734_1707478689.png)no-repeat;
	position: absolute;
}
.fgt li:nth-child(2) i {
	background-position: -43px 0;
}
.fgt li:nth-child(3) i {
	background-position: -86px 0;
}
.fgt li:nth-child(4) i {
	background-position: -129px 0;
}
.fgt li .tt {
	float: right;
	font-size: 20px;
	line-height: 25px;
	width: 170px;
	color: #333;
}
.fgt li .tt em {
	display: block;
	font-size: 16px;
	color: #999;
}
.fgt li .ico {
	font-size: 52px;
}

.product_t {
	height: 150px;
	border: 1px #eee solid;
}

.product_t li {
	float: left;
	width: 33.33%;
	height: 148px;
	padding: 20px 45px;
	background: #f8f8f8f8;
	border-right: 1px #e5e5e5 solid;
	overflow: hidden;
}
.product_t li:last-child {
	border: none;
}
.product_t li * {
	display: block;
}
.product_t li i {
	float: left;
}
.product_t li p {
	line-height: 34px;
	font-size: 24px;
	color: #333;
}
.product_t li span {
	font-size: 12px;
	color: #999;
}
.product_t li a {
	width: 120px;
	height: 34px;
	line-height: 34px;
	margin-top: 20px;
	border: 1px #e5e5e5 solid;
	border-radius: 50px;
	font-size: 16px;
	color: #999;
	text-align: center;
}
.product_t li:hover a {
	background: #44b035;
	color: #fff;
}
.product_t li img {
	float: right;
}
.product_t li:nth-child(1) img {
	width: 150px;
}
.product_t li:nth-child(2) img {
	width: 150px;
}
.product_t li:nth-child(3) img {
	width: 150px;
}

.product_b {
	/* margin-top: 40px; */
}
.product_b ul {
	display: block;
	height: 330px;
}
.product_b ul+ul {
	margin-top: 30px;
}
.product_b li {
	float: left;
	margin: 50px 23px 0px 0px;
}
.product_b li * {
	display: block;
}
.product_b li+li {
	/* margin-left: 30px; */
}
.product_b li>a {
}
.product_b li>a img {
}
.product_b li br {
	display: none;
}
.product_b li span {
	height: 60px;
	line-height: 60px;
	background: #eee;
	text-align: center;
}
.product_b li:hover span {
	background: #44b035;
}
.product_b li span a {
	font-size: 16px;
	color: #666;
}
.product_b li:hover span a {
	color: #fff;
}

.trait {
	position: relative;
	height: 740px;
	background: url(../images/20210907091611_456759320.jpg) no-repeat center;
}
.trait ul {
	font-size: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.trait ul li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	padding-top: 360px;
	color: #fff;
	position: relative;
	transition: all .3s ease;
}
.trait ul li+li {
	border-left: 1px solid rgb(255 255 255 / 0.3);
}
.tra_num {
	font-size: 48px;
	font-family: fontDin1;
}
.traicon {
	margin: 45px 0;
	height: 52px;
}
.tra_c {
	font-size: 30px;
	font-weight: lighter;
	transition: all .3s ease;
}
.tra_wa {
	font-size: 18px;
	line-height: 36px;
	padding: 0 10%;
	transition: all .3s ease;
	opacity: 0;
}

@media screen and (max-width:1700px) {
.tra_wa {
	font-size: 14px;
}
}
.tra_t {
	font-size: 30px;
	font-weight: lighter;
	position: absolute;
	top: 100px;
	width: 100%;
	left: 0;
	transition: all .3s ease;
	opacity: 0;
}
.tra_t em {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	margin: 10px 0 30px 0;
}
.tra_t:after {
	content: '';
	display: inline-block;
	width: 60px;
	height: 1px;
	background: #fff;
}
.trait ul li.on .tra_t {
	top: 200px;
	opacity: 1;
}
.trait ul li.on .tra_c {
	opacity: 0;
}
.trait ul li.on {
	background: rgba(255,255,255,.3);
}
.trait ul li.on .tra_wa {
	opacity: 1;
	transform: translateY(-30px);
}

.app_bc {
	height: 790px;
}
.case_list {
	background: #fff;
}
.case_list li {
	float: right;
	position: relative;
	margin-left: 1.3%;
	overflow: hidden;
	padding-left: 0!important;
}
.case_list li {
	width: 23.9%;
	height: 100%;
}
.case_list li * {
	display: block;
}
.case_list li>a, .case_list li>a img {
	width: 100%;
	height: auto;
	transition: 0.5s;
}
.case_list li:hover img {
	transform: translate3d(0px, -50px, 0px);
	transition: 0.5s;
}
.case_list li:nth-child(1) {
	width: 49.5% !important;
	height: 100% !important;
	float: left;
	margin-left: 0px;
}
.case_list li:nth-child(1) >a {
	width: 100% !important;
	height: 100% !important;
	display: block;
}
.case_list li:nth-child(1) img {
	width: 100% !important;
	height: auto !important;
}
.case_list li:nth-child(n+4) {
	margin-top: 1.3%;
}
.case_list li p {
	padding-top: 0px !important;
	position: absolute;
	transition: 0.5s;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #44b035;
	height: 50px;
	transform: translateY(50px);
	transition: 0.5s;
	text-align: center;
}
.case_list li:hover p {
	transform: translateY(0px);
	transition: 0.5s;
}
.case_list li p a {
	color: #fff;
	font-size: 19px;
	line-height: 50px;
}

.adv {
	background: url(../images/20210907094640_454922959.jpg)no-repeat center;
	height: 1090px;
}
.t_adv b {
	color: #fff;
}
.t_adv p {
	color: #e5e5e5;
}
.advcenter {
	width: 1500px;
	background: #fff;
	padding: 60px 50px 70px 50px;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	margin: 0 auto;
	border-radius: 20px 0 0 20px;
	position: relative;
	z-index: 1;
}
.advcenter:after {
	content: '';
	width: 210px;
	height: 100%;
	background: #ffffff;
	position: absolute;
	right: -210px;
	top: 0;
	z-index: -1;
}
.advtab {
	position: relative;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-start;
	text-align: center;
	margin-bottom: 50px;
}
.advright {
	margin-right: -260px;
	height: 435px;
	overflow: hidden;
}
.advtab:after {
	content: '';
	display: block;
	position: absolute;
	width: 120%;
	height: 1px;
	bottom: 48px;
	left: 0;
	background: #ebeae9;
}
.advtab li {
	width: 25%;
	position: relative;
	z-index: 3;
	cursor: pointer;
}
.advtab_t {
	font-size: 14px;
	color: #ccc;
	font-weight: lighter;
}
.advtab_t b {
	transition: all .3s ease;
	display: block;
	font-size: 26px;
	color: #32302f;
	margin-bottom: 5px;
}
.advicon {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background: #ff9500;
	margin-top: 26px;
	padding-top: 26px;
}
.advicon span {
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(../images/20210907145604_1104052465.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: -149px;
	width: 50px;
}
.advtab li:nth-child(4) .advicon span {
	background-position-x: -225px;
}
.advtab li.on .advicon span {
	background-position-y: -63px;
}
.advtab li.on .advtab_t b {
	color: #44b035;
}
.advtab li.on .advicon {
	background: #44b035;
}
.advcon ul {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.advleft {
	width: 560px;
	padding-top: 30px;
}
.advtop {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
	padding-bottom: 41px;
	border-bottom: 1px dashed #e4e4e3;
}
.advnum {
	width: 86px;
	line-height: 86px;
	text-align: center;
	background: #44b035;
	font-size: 50px;
	color: #fff;
	position: relative;
	margin-right: 25px;
	border-radius: 10px;
}
.advnum:after {
	content: '';
	width: 0;
	height: 0;
	border: 10px solid #222;
	border-left: 10px solid transparent;
	border-top: 10px solid transparent;
	position: absolute;
	right: 0;
	bottom: 0;
}
.advt {
	font-size: 30px;
	color: #333333;
}
.advt em {
	display: block;
	margin-top: 7px;
	font-size: 14px;
	color: #b8b8b8;
	text-transform: uppercase;
}
.advwa {
	margin: 45px 0;
}
.advwa p {
	font-size: 15px;
	color: #989a9b;
	line-height: 36px;
	padding-left: 40px;
	background: url(../images/20210907145637_619710520.png) no-repeat left 10px;
}
.advtel {
	background: url(../images/20210907145637_1428574667.png) no-repeat left center;
	padding-left: 45px;
	font-size: 16px;
	color: #848688;
}
.advtel em {
	font-size: 32px;
	color: #333333;
	font-family: fontDin1;
	display: inline-block;
	vertical-align: sub;
	margin-left: 10px;
}
.advbnum {
	margin-right: 25px;
}
.advline {
	width: 320px;
	height: 1px;
	background: #ede9e6;
	position: relative;
}
.advline:after {
	content: '';
	display: block;
	position: absolute;
	width: 25%;
	height: 3px;
	top: -1px;
	left: 0;
	background: #44b035;
}
.advline2:after {
	width: 50%;
}
.advline3:after {
	width: 75%;
}
.advline4:after {
	width: 100%;
}

.about {
	background: url(../images/20210907114123_2011893631.jpg) no-repeat center top;
	height: 840px;
}
.ab_a {
	width: 696px;
}
.ab_t {
	color: #34373a;
	font-size: 26px;
	font-weight: normal;
	margin-top: 60px;
}
.ab_t:after {
	width: 52px;
	height: 3px;
	background: #44b035;
	display: block;
	content: '';
	margin: 32px 0 32px 0;
}
.ab_aa {
	height: 393px;
	background: #fff;
	padding-left: 50px;
}
.ab_b p {
	font-size: 15px;
	color: #999;
	line-height: 36px;
}
.about li {
	width: 215px;
	float: left;
	color: #fff;
}
.about li a {
	font-size: 20px;
	text-align: center;
	display: block;
	color: #fff;
	margin-top: 15px;
	line-height: 32px;
}
.about li i {
	display: block;
	color: rgb(255 255 255/0.4);
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}
.about li img {
	padding-left: 83px;
}
.about ul {
	margin-top: 115px;
}
.ab_b {
	padding-right: 40px;
}

.news_list i {
	font-size: 12px;
	font-family: Arial;
	display: block;
}
.t_news {
	text-align: center;
	padding-top: 70px;
}
.t_news b {
	font-size: 40px;
	color: #333;
	line-height: 34px;
}
.t_news p {
	margin-top: 15px;
	font-size: 18px;
	color: #666;
}
.news_bg {
	height: 700px;
}
.news_t b:after {
	left: 315px;
}
.news_t b:before {
	right: 315px;
}
.news_list {
	width: 562px;
	margin: 0 auto;
}
.news_list li {
	width: 160px;
	height: 54px;
	line-height: 18px;
	margin-right: 40px;
	background: #44b035;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	border-radius: 10px;
	padding-top: 12px;
}
.news_list li:last-child {
	margin-right: 0px;
}
.news_list li+li {
	margin-left: 1px;
}
.news_list li a {
	color: #fff;
	font-size: 18px;
}
.news_list li.on {
	background: #ff9500;
	color: #fff;
}
.news_list li.on a {
	color: #fff;
}
.news_box .news_div_item:nth-child(-n+2) {
	width: 317px;
	height: 430px;
	border: 1px solid #eee;
}
.news_box {
	width: 1400px;
	overflow: hidden;
}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic img {
	width: 315px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic {
	position: absolute;
	top: 0;
	width: 317px;
	display: block;
}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_date {
	position: absolute;
	top: 391px;
	width: 317px;
	font-size: 14px;
	color: #333;
	left: 18px;
}
.news_div_item_year, .news_div_item_month, .news_div_item_day {
	display: inline-block;
}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_content {
	position: absolute;
	top: 243px;
	width: 317px;
}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_month:after {
	content: '-';
}
.news_div_item_a {
	font-size: 18px !important;
	color: #333;
	line-height: 55px;
}
.news_div_item_body {
	font-size: 14px;
	color: #a19c9c;
	line-height: 23px;
	margin-top: 55px;
	padding: 0 20px;
}
.news_box .news_div_item:nth-child(n+3) .news_div_item_body {
	line-height: 28px;
}
.news_box .news_div_item:nth-child(2) {
	margin-left: 30px;
}
.news_box .news_div_item {
	width: 706px;
	height: 143px;
	float: left;
	position: relative;
	box-sizing: border-box;
}
.news_box .news_div_item:nth-child(n+3) {
	margin-left: 30px;
}
.news_div_item_pic {
	display: none;
}
.news_box .news_div_item:nth-child(n+3) .news_div_item_content {
	width: 550px;
	position: absolute;
	left: 135px;
}
.news_box .news_div_item:nth-child(n+3) .news_div_item_date {
	position: absolute;
	left: 30px;
	font-size: 14px;
	top: 80px;
	color: #333;
	font-weight: bold;
}
.news_box .news_div_item:nth-child(n+3) .news_div_item_date:after {
	display: block;
	content: "";
	width: 1px;
	height: 75px;
	background: #eee;
	position: absolute;
	top: -50px;
	right: -28px;
}
.news_box .news_div_item:nth-child(n+3) .news_div_item_day {
	position: absolute;
	top: -60px;
	font-size: 44px;
	left: 3px;
	color: #333;
	font-weight: bold;
}
.news_box .news_div_item:nth-child(n+3) .news_div_item_a {
	height: 143px;
	top: 5px;
}
.news_box .news_div_item:nth-child(n+3) {
	border: 1px #eee solid;
}
.news_box .news_div_item_a {
	display: block;
	width: 100%;
	height: 184px;
	position: absolute;
	padding: 0 20px;
	padding: 0 20px;
}

.lines_bg {
	background: #44b035;
}
.end1 {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.copyright {
	/* background: #222; */
}
.links {
	line-height: 70px;
	color: #fff;
}
.links p {
	float: left;
	font-size: 28px;
	color: #fff;
	margin-right: 20px;
}
.links d {
	float: left;
	font-size: 18px;
	color: #fff;
}
.links p:nth-child(2) {
	font-size: 18px;
	margin: 0 20px 0 5px;
}
.linkTagcs li a {
	font-size: 16px !important;
	color: #fff !important;
}
.crcon {
	padding: 65px 0 60px;
}
.crkslj li {
	float: left;
	padding: 0 140px 0 0;
}
.crkslj li p {
	font-size: 18px;
	color: #fff;
	margin: 0 0 20px 0;
}
.crkslj li a {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 34px;
}
.crkslj li a:hover {
	color: #fff;
}
.crcon_tel {
	padding: 0px 0 0 80px;
	height: 200px;
	border-left: 1px solid #393939;
	float: left;
}
.crcon_tel a {
	font-size: 14px;
	color: #999;
	line-height: 34px;
	display: block;
}
.crcon_ewm img {
	width: 160px;
}
.crcon_ewm p {
	width: 162px;
	line-height: 30px;
	border: 1px solid #2e2e2e;
	text-align: center;
	margin-top: 5px;
	color: #999;
}
.crcon_tel p {
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
	font-family: Arial;
	font-weight: bold;
}
.end {
	border-top: 1px solid #2e2e2e;
	line-height: 40px;
	padding: 20px 0;
}
.end, .end a {
	font-size: 15px;
	color: #999;
}
.end a:hover {
	color: #fff;
}

.y-kefu-box {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 9999;
	font-size: 13px;
}
.y-kefu-box img {
	display: block;
	width: 100%;
	height: auto;
}
.y-kefu-box01 .icon {
	display: block;
	background: url(../images/20210907193641_514752378.png) no-repeat;
	margin: 0 auto 6px;
}
.y-kefu-box01 {
	width: 54px;
	color: #666;
	text-align: center;
}
.y-kefu-box01 .kf-close-btn {
	width: 27px;
	height: 27px;
	background-position: -5px -115px;
	position: relative;
	cursor: pointer;
}
.y-kefu-box01 .kf-close-btn:before {
	content: '';
	display: block;
	width: 1px;
	height: 12px;
	background-color: #44b035;
	position: absolute;
	bottom: -12px;
	left: 13px;
	z-index: 1;
}
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div {
	display: block;
	width: 52px;
	padding: 8px 0 12px;
	background-color: #fff;
	border-left: solid 1px #efefef;
	border-top: solid 1px #efefef;
	border-right: solid 1px #efefef;
	position: relative;
}
.y-kefu-box01 .show-status {
	position: relative;
}
.y-kefu-box01 .show-status .kf-zixun {
	background-color: #44b035;
	border-color: #44b035;
	color: #fff;
	margin: 10px 0 7px;
}
.y-kefu-box01 .kf-zixun {
	border-radius: 2px;
}
.y-kefu-box01 .kf-zixun i {
	width: 21px;
	height: 22px;
	background-position: -5px -5px;
}
.y-kefu-box01 .kf-mobile {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.y-kefu-box01 .kf-mobile>i {
	width: 18px;
	height: 18px;
	background-position: -5px -32px;
}
.y-kefu-box01 .kf-mobile:hover>i {
	background-position: -30px -32px;
}
.y-kefu-box01 .kf-weChat>i {
	width: 22px;
	height: 19px;
	background-position: -5px -55px;
}
.y-kefu-box01 .kf-weChat:hover>i {
	background-position: -30px -55px;
}
.y-kefu-box01 .kf-email {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.y-kefu-box01 .kf-email>i {
	width: 18px;
	height: 14px;
	background-position: -5px -80px;
}
.y-kefu-box01 .kf-email:hover>i {
	background-position: -30px -80px;
}
.y-kefu-box01 .back-top i {
	width: 13px;
	height: 11px;
	background-position: -5px -98px;
}
.y-kefu-box01 .back-top:hover i {
	background-position: -30px -98px;
}
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top {
	border-bottom: solid 1px #efefef;
}
.y-kefu-box01 .back-top {
	margin-top: 20px;
	border-radius: 2px;
	left: 55px;
}
.y-kefu-box01 .hver:hover {
	background-color: #44b035;
	border-color: #44b035;
}
.y-kefu-box01 .hver:hover>p {
	color: #fff;
}
.y-kefu-box01 .kf-zixun1 {
	border-radius: 2px;
	border-bottom: 1px #efefef solid;
}
.y-kefu-box01 .kf-zixun1 i {
	width: 21px;
	height: 22px;
	background-position: -5px -180px;
}
.y-kefu-box01 .kf-zixun1:hover>i {
	background-position: -30px -180px;
}
.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos {
	background-color: #fff;
	border: solid 1px #efefef;
	position: absolute;
	right: 90px;
	z-index: 2;
	border-radius: 2px;
	display: none;
}

.y-kefu-box01 .mobile-infos {
	width: 260px;
	text-align: left;
	top: 0;
}
.y-kefu-box01 .mobile-infos>div {
	padding: 20px 0 20px 45px;
	position: relative;
}
.y-kefu-box01 .mobile-infos>div i {
	width: 15px;
	height: 15px;
	background-position: -52px -32px;
	position: absolute;
	top: 22px;
	left: 20px;
	z-index: 2;
}
.y-kefu-box01 .mobile-infos .online1 {
	border-bottom: solid 1px #efefef;
}
.y-kefu-box01 .mobile-infos span {
	color: #44b035;
}
.y-kefu-box01 .mobile-infos p {
	color: #44b035;
	font-size: 18px;
}
y-kefu-box .right {
	width: 12px;
	height: 12px;
	position: absolute;
	right: -12px;
	top: 24px;
}
y-kefu-box .right-arrow1, y-kefu-box .right-arrow2 {
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-top: 6px transparent dashed;
	border-right: 6px transparent dashed;
	border-bottom: 6px transparent dashed;
	border-left: 6px white solid;
	overflow: hidden;
}
y-kefu-box .right-arrow1 {
	left: 1px;
	border-left: 6px #efefef solid;
}
y-kefu-box .right-arrow2 {
	border-left: 6px white solid;
}

.y-kefu-box01 .y-ewm-box {
	width: 151px;
	height: 178px;
	top: -60px;
}
.y-kefu-box01 .y-ewm-box>div {
	width: 151px;
	height: 178px;
}
.y-kefu-box01 .y-ewm-box img {
	width: 115px;
	height: 114px;
	margin: 20px auto 10px;
}
.y-kefu-box01 .y-ewm-box .y-ewm-img1 {
	width: 150px;
	border-right: solid 1px #efefef;
}
.y-kefu-box01 .y-ewm-box .right {
	top: 84px;
}
/*email*/
.y-kefu-box01 .y-email-infos {
	padding: 28px 20px 28px 45px;
	color: #b9b9b9;
	text-align: left;
	bottom: 0;
	width: 170px;
}
.y-kefu-box01 .y-email-infos p {
	color: #44b035;
	font-size: 16px;
}
.y-kefu-box01 .y-email-infos>i {
	width: 18px;
	height: 13px;
	background-position: -52px -80px;
	position: absolute;
	left: 15px;
	top: 30px;
}
.y-kefu-box01 .y-email-infos .right {
	top: 55px;
}
.y-kefu-box01 .hide-status {
	width: 54px;
	height: 65px;
	background-color: #f55b1b;
	position: absolute;
	top: 37px;
	left: 55px;
	z-index: 9;
}
.y-kefu-box01 .hide-status .kf-zixun {
	padding: 10px 0 7px;
	color: #fff;
	cursor: pointer;
}





.fl{
	float: left;
	
}









