/* CSS Document*/

@font-face {
	font-family: 'webfontregular';
	font-weight: 600;
	src: url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot');
	src: url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff2') format('woff2'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff') format('woff'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.ttf') format('truetype'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.svg#webfontregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "LubalinGraphStd-Demi";
	src: url("../font/LubalinGraphStd-Demi.woff") format("woff");
	font-stretch: "normal";
	font-weight: 400;
}

/* CSS Document*/
* {
	padding: 0px;
	margin: 0px;
	outline: 0 none;
}

a {
	text-decoration: none;
	color: #666;
	transition: all 0.5s ease 0s;
}

a:focus {
	outline: none;
}

a {
	color: #2c579e;
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin-bottom: 0px;
}

li {
	vertical-align: bottom;
	zoom: 1;
}

img {
	border: 0px;
}

select {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
}

textarea {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

th,
td {
	padding: 0;
}

input {
	vertical-align: middle;
	outline: none;
	font-size: 12px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: inherit;
	margin: 0px;
}

p {
	margin: 0px;
}

em,
i {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-input-placeholder {
	color: #999;
}

input::-ms-input-placeholder {
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

textarea::-moz-input-placeholder {
	color: #999;
}

textarea::-ms-input-placeholder {
	color: #999;
}


body {
	font-family: "LubalinGraphStd-Demi", "Noto Serif SC";
	background: #fff;
	color: #666;
	font-size: 12px;
	min-width: 1200px;
	max-width: 1440px;
	margin: 0px auto;
	box-shadow: 0 0 0 1px #e6e6e6;
}

.container {
	margin: 0px auto;
	box-sizing: border-box;
	width: 100%;
	padding: 0px 80px;
}


.top {
	top: 0px;
	width: 100%;
	z-index: 10;
	transition: all 0.2s ease 0s;
	box-sizing: border-box;
	position: sticky;
	background: #fff;
}

.top.scope {
top: -100px;
}

.top1 {
	height: 100px;
	border-bottom: 1px solid #eee;
	transition: all 0.1s ease 0s;
}

.top1 .container {
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top1 .container .logo img {
	height: 50px;
	width: auto;
}

.top1 .container .release {
	display: flex;
}

.top1 .container .release h2 a {
	font-size: 18px;
	color: #333;
	margin-left: 40px;
}

.top2 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.top2 .container {
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top2 .nav ul {
	display: flex;
}

.top2 .nav ul li {
	position: relative;
	padding: 0px 30px;
	z-index: 20;
}

.top2 .nav ul li a {
	font-size: 26px;
	color: #333;
	line-height: 70px;
}


.top2 .nav ul li .sub {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 250px;
	box-sizing: border-box;
	background: #fff;
	display: none;

}

.top2 .nav ul li:hover .sub {
	display: block;

}

.top2 .nav ul li .sub h2 {
	position: relative;
}


.top2 .nav ul li .sub h2 a {
	padding: 20px 20px;
	line-height: 26px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	font-size: 18px;
}

.top2 .nav ul li .sub h2 span {
	position: absolute;
	left: 250px;
	top: 0px;
	display: none;
	width: 260px;
	box-sizing: border-box;
	background: #fff;
}

.top2 .nav ul li .sub h2:hover span {
	display: block;
}

.top2 .search {
	font-size: 26px;
}

.top2 .search a {
	color: #333;
	margin-left: 20px;
}

.top .search_tc {
	position: absolute;
	width: 90%;
	background: #fff;
	left: 5%;
	bottom: -90px;
	display: none;
	box-sizing: border-box;
	padding: 15px;
	box-shadow: 0px 0px 5px #ddd;
}

.top .search_tc .text {
	width: calc(100% - 150px);
	line-height: 48px;
	font-size: 18px;
	border: 0px;
	box-sizing: border-box;
	padding: 0px 20px;
}

.top .search_tc .btn {
	width: 132px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	background: #000;
	color: #fff;
	border: 0px;
	cursor: pointer;
	font-size: 17px;
}


.phone_btn {
	display: none;
}


.menu_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 199;
	background: rgba(0, 0, 0, 0.7);
	transform: translateX(-100%);
	transition: all 0.3s ease;
}

.menu_box.into {
	transform: translateX(0);
}

.menu_cot {
	width: 70%;
	height: 100%;
	background: #fff;
	transform: translateX(-100%);
	transition: all 0.3s ease;
}

.menu_box.into .menu_cot {
	transform: translateX(0);
	transition: all 0.3s 0.2s ease;
}


.menu_close {
	position: absolute;
	top: 0;
	right: 0%;
	width: 30%;
	height: 50px;
	z-index: 10;
	transform: translateX(-100%);
	transition: all 0.3s ease;

}

.menu_box.into .menu_close {
	transform: translateX(0);
	transition: all 0.3s 0.2s ease;
}


.menu_close a {
	padding: 10px;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
}


.menu_close img {
	width: 50px;
	height: auto;
}

.menu_cot .search {
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
	padding: 10px 10px;
}

.menu_cot .search .yuyan a {
	font-size: 16px;
	padding: 10px 0px;
	display: block;
	color: #333;
}

.menu_cot .search .search1 {
	width: 100%;
	height: 32px;
	border-radius: 0px;
	border: solid 1px #333;
	overflow: hidden;
	color: #fff;
	display: flex;
}

.menu_cot .search .search1 .text {
	width: calc(100% - 34px);
	line-height: 32px;
	color: #333;
	border: 0px;
	background: none;
	box-sizing: border-box;
	padding: 0px 10px;
	font-size: 14px;
}


.menu_cot .search .search1 .btn {
	width: 34px;
	height: 34px;
	background: #333;
	border: 0px;
	cursor: pointer;
}

.menu_cot .search .search1 .btn i {
	color: #fff;
	font-size: 16px;
}


.in_banner {
	height: calc(100vh - 270px);
	
}

.in_banner .swiper-slide{
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.in_banner .swiper-button-next, .in_banner .swiper-button-prev{
	color: #fff;
}

.in_banner .container{
	height: 100%;
}

.in_banner .container a{
	display: block;
	display: flex;
	height: 100%;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}

.in_banner .container h2 {
	font-size: 70px;
}

.in_banner .container p {
	font-size: 30px;
}


.in_box {
	position: relative;
	top: -100px;
	z-index: 100;
}

.in_box .container ul {
	display: flex;
}

.in_box .container ul li {
	height: 290px;
	background: #fff;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 20%;
	box-sizing: border-box;
	padding: 25px;
	position: relative;
	border-right: 1px solid #eee;
}

.in_box .container ul li:nth-last-child(1){
	border: 0px;
}

.in_box .container ul li h2 {
	font-size: 32px;
	color: #fff;
}

.in_box .container ul li h3 {
	color: #333;
	font-size: 26px;
	word-wrap: break-word;
}

.in_box .container ul li span i {
	font-size: 28px;
	color: #fff;
	background: #333;
	border-radius: 50%;
}


.in_box .container ul li a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #00e6be;
	box-sizing: border-box;
	padding: 25px;
	display: none;
}

.in_box .container ul li:hover a {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.in_box .container ul li a h3{
	color: #000;
}

.in_box .container ul li a h3 i {
	font-size: 18px;
	transform: rotate(-35deg);
}

.in_box .container ul li h4 p {
	font-size: 18px;
	color: #333;
}

.in_box1 {
	background: #f9f9f9;
	margin-top: -100px;
	padding: 40px 0px;
}

.in_box1 .bt {
	text-align: left;
	color: #333;
}

.in_box1 .bt h2 {
	font-size: 30px;
	padding-bottom: 30px;
}

.in_box1 .bt p {
	font-size: 17px;
	line-height: 35px;
}

.in_box1 .nr {
	padding-top: 40px;
}

.in_box1 .nr img {
	width: 900px;
	margin: 0px auto;
	max-width: 100%;
	height: auto;
	display: block;
}

.in_box2 {
	background: url(../images/in_box1_bj.png) no-repeat top center #fff;
	padding-top: 200px;
}

.in_box2 ul {
	display: flex;
}

.in_box2 ul li {
	width: calc(20% - 10px);
	margin: 0px 5px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.in_box2 ul li:hover::after {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #00e6be;
}

.in_box2 ul li h2 {
	position: relative;
	z-index: 3;
	box-sizing: border-box;
	padding: 15px;
	color: #fff;
	font-size: 22px;
	line-height: 40px;
}

.in_box2 ul li h2 em {
	font-size: 40px;
}

.in_box2 ul li:hover h2 {
	color: #333;
}

.in_box3 {
	padding: 70px 0px;
}

.in_box3 .bt {
	color: #333;
	text-align: left;
}

.in_box3 .bt h2 {
	font-size: 36px;
	padding-bottom: 30px;

}

.in_box3 .bt p {
	font-size: 20px;
}

.in_box3 ul {
	padding-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

.in_box3 ul li {
	box-sizing: border-box;
	width: 25%;
	border: 1px solid #eee;
	margin-left: -1px;
	margin-top: -1px;
	height: 160px;
}

.in_box3 ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.in_box3 ul li img {
	max-width: 95%;
	width: auto;
	max-height: 95%;
	height: auto;
}

.in_box4 {
	padding-bottom: 50px;
}


.in_box4 .bt {
	color: #333;
	text-align: center;
}

.in_box4 .bt h2 {
	font-size: 36px;
	padding-bottom: 30px;

}

.in_box4 .bt p {
	font-size: 20px;
}

.in_box4_nr {
	margin-top: 40px;
}

.in_box4_nr .swiper-slide {
	display: flex;
}

.in_box4_nr .swiper-slide .left {
	width: 50%;
	background: #00e6be;
	box-sizing: border-box;
	padding: 5%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.in_box4_nr .swiper-slide .left h2 {
	font-size: 30px;
	color: #333;
}

.in_box4_nr .swiper-slide .left h3 {
	padding: 5% 0px;
	font-size: 20px;
	color: #333;
}

.in_box4_nr .swiper-slide .left p {
	font-size: 20px;
	color: #666;
}

.in_box4_nr .swiper-slide .left span {
	display: block;
	padding-top: 5%;
}

.in_box4_nr .swiper-slide .left span a {
	width: 150px;
	height: 48px;
	line-height: 48px;
	font-size: 17px;
	background-color: #000000;
	border-radius: 24px;
	display: block;
	color: #fff;
	text-align: center;
}


.in_box4_nr .swiper-slide .right {
	width: 50%;
	height: 560px;
	background-size: cover;
	background-repeat: no-repeat;
}

.in_box4_nr .swiper-button-next,
.in_box4_nr .swiper-button-prev {
	width: 50px;
	height: 50px;
	background: #e7e7e7;
	top: auto;
	bottom: 25%;
	right: calc(50% + 50px);
	border-radius: 0px 25px 25px 0px;
}

.in_box4_nr .swiper-button-prev {
	left: auto;
	right: calc(50% + 100px);
	border-radius: 25px 0px 0px 25px;
}

.in_box4_nr .swiper-button-next::after,
.in_box4_nr .swiper-button-prev::after {
	color: #333;
	font-size: 17px;
}

.di {
	background: #000;
	color: #fff;
	font-size: 18px;
}

.di .container {
	display: flex;
	justify-content: space-between;
}

.di_l {
	width: 740px;
}

.di h2 {
	color: #00e6be;
	font-size: 18px;
	padding: 15px 0px;
}

.di h2 a{
	color: #00e6be;
}

.di h3 {
	display: flex;
}

.di h3 a {
	color: #fff;
	flex: 1;
	font-size: 16px;
}

.di_l .lxdz {
	display: flex;
	justify-content: space-between;
}

.di_l .lxdz li {
	width: 50%;
}

.di p {
	padding: 5px 0px;
	font-size: 16px;
}

.di_r {
	width: 180px;
}

.di_r img{
	width: 140px;
	height: 140px;
}


.rightflo{
	position: fixed;
	bottom: 10%;
	left: 80%;
	transform: translate(0% , 50%);
	z-index: 100;
	
}

.rightflo a{
	background: #00e6be;
	color: #000;
	font-size: 17px;
	padding: 10px 20px;
	border-radius: 35px;
}


.ny_banner {
	height: 600px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.ny_banner .container {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	font-size: 75px;
	color: #fff;
}

.ny_banner .container p {
	font-size: 34px;
	padding: 20px 0px;
}

.ny_banner .container span {
	display: block;
	padding-top: 20px;
}

.ny_banner .container span a {
	width: 270px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 24px;
	font-size: 18px;
	color: #333;
	display: block;
}

.ny_banner .container span a:hover {
	opacity: .9;
}


.ny_nav {
	padding: 50px 0px;
	display: flex;
	justify-content: center;
}

.ny_nav p{
	font-size: 36px;
	color: #333;
}


.ny_nav a {
	padding: 0px 50px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #333;
	border-radius: 35px;
	font-size: 26px;
	display: block;
	margin: 0px 3%;
}

.ny_nav a:hover {
	background-color: #02e5be;
}

.ny_nav a.on {
	background-color: #02e5be;
}

.ny_nav1 {
	padding: 50px 5%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}


.ny_nav1 a {
	padding: 0px 50px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #333;
	border-radius: 35px;
	font-size: 18px;
	display: block;
	margin: 0px 2%;
	margin-bottom: 10px;
}

.ny_nav1 a:hover {
	background-color: #02e5be;
}

.ny_nav1 a.on {
	background-color: #02e5be;
}

.about_box {
	padding-bottom: 100px;
	display: flex;
	overflow: hidden;
}

.about_box_l {
	width: 53%;
	box-sizing: border-box;
	padding: 2% 4%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.about_box_l h2 {
	font-size: 36px;
	color: #333;
}

.about_box_l p {
	font-size: 24px;
	line-height: 45px;
	color: #333;
}

.about_box_r {
	width: 47%;
}

.about_box_r img {
	width: 100%;
	height: auto;
}

.about_box1 {
	padding-bottom: 60px;
}

.about_box1 h2 {
	text-align: center;
	font-size: 36px;
	color: #333;
	padding-bottom: 40px;
}

.about_box1 p {
	font-size: 24px;
	line-height: 40px;
	color: #333;
	display: block;
	padding-bottom: 15px;
}

.about1_box {
	padding-top: 60px;
	background: #00e6be;
}

.about1_box h2 {
	padding: 0px 5%;
	font-size: 30px;
	color: #333;
}

.about1_box h3 {
	padding: 40px 5%;
}

.about1_box p {
	font-size: 18px;
	color: #333;
	padding: 10px 0px;
}

.about1_box1 {
	padding-bottom: 60px;
}

.about1_box1 .bt {
	font-size: 24px;
	color: #333;
	padding-bottom: 40px;
	padding-top: 40px;
}
.about1_box1 .bt a{
    color: #333;
    margin-right: 4%;
}

.about1_box1 .bt a.on{
    background: #00e6be;
    padding: 10px 20px;
    color: #fff;
    border-radius:35px;
}

.about1_box1 ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -10px;
}

.about1_box1 ul li {
	margin: 0px 10px;
	width: calc(33.3% - 20px);
	border: 1px solid #dadada;
	box-sizing: border-box;
	padding: 30px 45px;
	margin-bottom: 50px;
}

.about1_box1 ul li .img {
	height: 454px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about1_box1 ul li .img img {
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height: auto;
}

.about1_box1 ul li p {
	font-size: 20px;
	color: #333;
	padding-top: 10px;
}

.product_box {
	padding: 0px 3%;
}


.product_box .bt {
	font-size: 30px;
	color: #333;
	padding: 60px 0px;
}

.product_box ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -5px;
}

.product_box ul li {
	height: 320px;
	background-size: cover;
	width: calc(33.3% - 10px);
	margin: 0px 5px;
	position: relative;
}

.product_box ul li a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	box-sizing: border-box;
	padding: 8%;
	font-size: 30px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product_box ul li a:hover {
	background: #00e6be;
	color: #333;
}

.product1_box {
	padding: 0px 5%;
	padding-bottom: 60px;
}

.product1_box ul li{
	width: calc(25% - 10px);
}

/* 
.product1_box .bt {
	font-size: 30px;
	color: #333;
}

.product1_box ul {
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
}

.product1_box ul li {
	height: 165px;
	width: calc(33.3% - 1px);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	border: 1px solid #e6e6e6;
	margin-left: -1px;
	margin-bottom: -1px;
	color: #333;
}

.product1_box ul li:hover {
	background: #00e6be;
} */

.product1_box1 {
	padding-bottom: 60px;
}

.product1_box1 .bt {
	padding: 0px 5%;
	color: #333;
}

.product1_box1 .bt h2 {
	font-size: 30px;
	padding-bottom: 30px;
}

.product1_box1 .bt p {
	font-size: 18px;
}

.product1_box1 ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0px calc(5% - 13px);
}

.product1_box1 ul li {
	width: calc(33.3% - 26px);
	margin: 0px 13px;
	margin-bottom: 60px;
}

.product1_box1 ul li .img{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.product1_box1 ul li .img img {
	width: 100%;
	height: auto;
}

.product1_box1 ul li a h2 {
	padding: 20px 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 24px;
	color: #333;
}

.product1_box1 ul li a p {
	font-size: 16px;
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #666;
}

.product2_box {
	padding: 80px 0px;
	overflow: hidden;
}

.product2_box .bt {
	font-size: 30px;
	color: #333;
	padding-bottom: 70px;
}

.product2_box .nr {
	display: flex;
}

.product2_box .nr h2 {
	font-size: 18px;
	color: #333;
	line-height: 36px;
	box-sizing: border-box;
	width: 50%;
	padding-right: 80px;
	padding-top: 20px;
}

.product2_box .nr h3 {
	width: 50%;
}

.product2_box .nr h3 img {
	width: 100%;
	height: auto;
}

.product2_box1 {
	background: #00e6be;
	color: #333;
	padding: 80px 0px;
	overflow: hidden;
}

.product2_box1 .container {
	display: flex;
}

.product2_box1 .container .bt {
	font-size: 30px;
	font-weight: bold;
	width: 428px;
}

.product2_box1 .container ul {
	width: 600px;
}

.product2_box1 .container ul li {
	font-size: 18px;
	line-height: 38px;
	position: relative;
	padding-left: 30px;
}

.product2_box1 .container ul li::after {
	width: 5px;
	height: 5px;
	background: #000;
	content: '';
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 15px;
}

.product2_box1 .container .nr {
	width: 840px;
}

.product2_box1 .container .nr p {
	font-size: 18px;
	line-height: 38px;
	color: #333;
	padding-bottom: 15px;
}

.product2_box2 {
	padding: 50px 0px;
}

.product2_box2 .bt {
	font-size: 30px;
	color: #333;
}

.product2_box2 .in_box4_nr .swiper-slide {
	height: 470px;
}

.product2_box2 .in_box4_nr .swiper-button-next,
.product2_box2 .in_box4_nr .swiper-button-prev {
	width: 50px;
	height: 50px;
	background: #e7e7e7;
	top: auto;
	bottom: 25%;
	right: calc(50% - 150px);
	border-radius: 0px 25px 25px 0px;
}

.product2_box2 .in_box4_nr .swiper-button-prev {
	left: auto;
	right: calc(50% - 100px);
	border-radius: 25px 0px 0px 25px;
}

.product2_box3 {
	background: #fff;
}

.product2_box4 {
	padding: 50px 0px;
	display: flex;
}

.product2_box4_l {
	width: 50%;
	box-sizing: border-box;
	padding: 5%;
	background: #00e6be;
}

.product2_box4_l h2 {
	font-size: 32px;
	color: #333;
}

.product2_box4_l p {
	font-size: 20px;
	color: #333;
	padding: 10% 0px;
}

.product2_box4_l span a {
	width: 150px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #000000;
	border-radius: 24px;
	font-size: 18px;
	color: #fff;
	display: block;
}

.product2_box4_l span a:hover {
	opacity: .8;
}


.product2_box4_r {
	width: 50%;
	height: 690px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.product2_box5 {
	padding: 50px 0px;
}

.product2_box5 .bt {
	font-size: 30px;
	color: #333;
	padding-bottom: 40px;
}

.product2_box5 ul {
	display: flex;
	flex-wrap: wrap;
}

.product2_box5 ul li {
	width: 25%;
}

.product2_box5 ul li a {
	display: flex;
}

.product2_box5 ul li a .img {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00e6be;
	font-size: 30px;
	color: #333;
}

.product2_box5 ul li a .nr {
	padding-left: 15px;
	width: calc(100% - 95px);
}

.product2_box5 ul li a .nr p {
	font-size: 18px;
	color: #333;
}

.brand_d {
	padding: 50px 0px;
}

.brand_d p {
	max-width: 790px;
	font-size: 30px;
	color: #333;
	line-height: 40px;
}

.brand_d1 {
	background: #00e6be;
	padding: 100px 0px;
	margin: 50px 0px;
}

.brand_d1 h2 {
	font-size: 30px;
	color: #333;
	line-height: 42px;
}

.brand_d1 span {
	display: block;
	padding-top: 40px;
}

.brand_d1 span a {
	width: 270px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #000;
	border-radius: 24px;
	font-size: 18px;
	color: #fff;
	display: block;
}

.brand_d1 span a:hover {
	opacity: .9;
}

.news {
	padding: 60px 0px;
}

.news ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.news ul li .left {
	width: calc(100% - 430px);
}

.news ul li .left b {
	font-weight: normal;
	font-size: 18px;
	color: #666;
}

.news ul li .left b img {
	margin-right: 10px;
}

.news ul li .left h2 a {
	display: block;
	color: #333;
	font-size: 24px;
	padding-top: 15px;
}

.news ul li .left h2 a:hover {
	color: #00e6be;
}

.news ul li .left p {
	font-size: 18px;
	line-height: 32px;
	color: #666;
	display: block;
	padding: 30px 0px;
}

.news ul li .left span {
	display: block;
	padding-top: 20px;
}

.news ul li .left span a {
	color: #333;
	font-size: 18px;
}

.news ul li .left span a:hover {
	color: #00e6be;
}

.news ul li .right img {
	width: 290px;
	height: auto;
}

.news_d {
	padding: 50px 0px;
}

.news_d .bt {
	font-size: 36px;
	color: #333;
}

.news_d .bt p {
	font-size: 24px;
	padding: 30px 0px;
}

.news_d .nr p {
	font-size: 18px;
	line-height: 36px;
	padding-bottom: 20px;
	display: block;
	color: #333;
}

.news_d .nr img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.fanye{
    text-align: center;
}
