.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 5% !important;
	background-image: url(../images/rightss.png);
	background-size: 100% 100%;
	width: 45px;
}

.menu {
	display: none;
}

.mobile_navbar{
	display: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 5% !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../images/left.png);
	background-size: 100% 100%;
	width: 45px;
}

.header {
	overflow: hidden;
	width: 100%;
	height: 30px;
	background: #000000;
}

.header .m {
	width: 1400px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .m .select {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.header .m .select .line {
	height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.header .m .select .line p {
	font-size: 14px;
	color: #e3e3e3;
	 margin-right:20px
}
.header .m .select .line p a{
	
	color: #e3e3e3;
}

.header .m .select .line img {
	display: block;
	margin-left: 3px;
}

.header .m span {
	display: block;
	font-size: 14px;
	color: #e3e3e3;
}

.banner {
	overflow: hidden;
	width: 100%;
	height: 643px;
	position: relative;
}

.banner .swiper-container {
	width: 100%;
	height: 100%;
}

.banner .swiper-container .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .fontgrow {
	overflow: hidden;
	width: 1400px;
	padding-top: 260px;
	margin: 0 auto;
	padding-left: 120px;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .fontgrow p {
	font-size: 72px;
	line-height: 1;
	margin-bottom: 38px;
	color: #fff;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .fontgrow span {
	display: block;
	font-size: 26px;
	line-height: 1;
	color: #fff;
}

.navbar {
	width: 100%;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 30px;
	transition: all .3s;
	z-index: 9999;
}
.navbar.onn{
	background: rgba(0,0,0,0.8);
}

.navbar .m {
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navbar .m h1 {
	display: block;
	margin-top: 20px;
}

.navbar .m ul {
	display: flex;
	align-items: center;
}

.navbar .m ul li {
	width: 125px;
	position: relative;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 78px;
}

.navbar .m ul li:hover::after {
	content: '';
	width: 161px;
	height: 78px;
	background-image: url(../images/active.png);
	background-size: 100% 100%;
	position: absolute;
	left: -41px;
	bottom: 0;
}

.navbar .m ul li:hover a p {
	color: #fff;
}

.navbar .m ul li:hover a span {
	color: #B86665;
}

.navbar .m ul li.on::after {
	content: '';
	width: 161px;
	height: 78px;
	background-image: url(../images/active.png);
	background-size: 100% 100%;
	position: absolute;
	left: -41px;
	bottom: 0;
}

.navbar .m ul li.on a p {
	color: #fff;
}

.navbar .m ul li.on a span {
	color: #B86665;
}

.navbar .m ul li a {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 40px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	box-sizing: border-box;
	padding-left: 4px;
}

.navbar .m ul li a p {
	font-size: 14px;
	color: #91969B;
	line-height: 1;
	margin-bottom: 4px;
}

.navbar .m ul li a span {
	display: block;
	line-height: 1;
	font-size: 8px;
	transform: scale(0.8);
	transform-origin: left;
	color: #64676A;
	opacity: 0.6;
}

.main_whyus {
	overflow: hidden;
	width: 100%;
	height: 705px;
	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.main_whyus .m {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	padding: 165px 0 0 60px;
}

.main_whyus .m .title {
	overflow: hidden;
}

.main_whyus .m .title h2 {
	font-size: 34px;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}

.main_whyus .m .title div {
	width: 58px;
	height: 2px;
	background: #cfcfcf;
	margin: 14px 0 8px 0;
}

.main_whyus .m .title p {
	font-size: 12px;
	color: #c4c4c4;
	text-transform: uppercase;
}

.main_whyus .m>p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 24px;
	width: 670px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.main_whyus .m ul {
	overflow: hidden;
	margin-top: 65px;
	display: flex;
}

.main_whyus .m ul li {
	overflow: hidden;
	margin-right: 82px;
}

.main_whyus .m ul li p {
	font-weight: bold;
	font-size: 36px;
	color: #fff;
	text-align: center;
	line-height: 1;
	margin-bottom: 18px;
}

.main_whyus .m ul li span {
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 1;
}

.tong_title {
	overflow: hidden;
}

.tong_title .tit {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tong_title .tit div {
	width: 114px;
	height: 2px;
	background: #e0e0e0;
}

.tong_title .tit p {
	font-size: 28px;
	color: #222222;
	margin: 0 26px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
}

.tong_title span {
	display: block;
	text-align: center;
	font-size: 14px;
	margin-top: 18px;
	color: #999999;
}

.main_product {
	overflow: hidden;
	width: 100%;
	margin-top: -80px;
}

.main_product .box {
	overflow: hidden;
	margin-top: 54px;
	height: 534px;
}

.main_product .box .swiper-slide {
	width: 920px;
	height: 420px;
}

.main_product .box .item {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-position: center center;
	/*background-image: url(../images/home_05.jpg);*/
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.main_product .box .item .font {
	overflow: hidden;
	width: 488px;
	height: 82px;
	background: rgba(221, 57, 49, 0.95);
	padding: 20px 30px 0 30px;
	position: absolute;
	left: 0;
	bottom: 43px;
}

.main_product .box .item .font p {
	font-size: 20px;
	margin-bottom: 10px;
	color: #fff;
	line-height: 1;
}

.main_product .box .item .font div {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_product .box .item .font div span {
	font-size: 14px;
	opacity: 0.8;
	color: #fff;
}

.main_product .box .item .font div a {
	font-size: 14px;
	color: #fff;
	display: block;
}

.main_history {
	overflow: hidden;
	width: 100%;
	height: 680px;
	background-image: url(../images/home_12.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom center;
}

.main_history ul {
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 52px;
}

.main_history ul li {
	overflow: hidden;
	float: left;
	padding: 0 28px;
	padding-bottom: 46px;
	position: relative;
	width: 25%;
}

.main_history ul li:hover .btn {
	background: #da251c;
	color: #fff;
}

.main_history ul li:hover .pic {
	display: block;
}

.main_history ul li:hover .num {
	display: none;
}

.main_history ul li::after {
	content: '';
	width: 2px;
	height: 416px;
	background: #f2f2f2;
	position: absolute;
	right: 0;
	bottom: 0;
}

.main_history ul li:last-child::after {
	display: none;
}

.main_history ul li>a {
	display: block;
	overflow: hidden;
}

.main_history ul li>a .pic {
	width: 100%;
	display: none;
}

.main_history ul li>a .pic img {
	display: block;
	width: 100%;
}

.main_history ul li>a .num {
	width: 100%;
	height: 190px;
	padding-top: 100px;
}

.main_history ul li>a .num p {
	font-size: 80px;
	color: #666666;
	text-align: center;
	font-weight: 100;
	line-height: 1;
}

.main_history ul li>a h2 {
	text-align: center;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	line-height: 1;
	margin-top: 36px;
}

.main_history ul li>a>p {
	font-size: 14px;
	color: #929292;
	line-height: 20px;
	margin-top: 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-align: center;
}

.main_history ul li>a .btn {
	overflow: hidden;
	width: 112px;
	border-radius: 4px;
	height: 34px;
	border: 1px solid #da251c;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #da251c;
	transition: all .2s;
	margin-top: 22px;
}

.main_history ul li>a .btn a {
	width: 100%;
	height: 100%;
}

.main_about {
	overflow: hidden;
	width: 100%;
	height: 436px;
	background-image: url(../images/home_13.jpg);
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
}

.main_about .m {
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
	padding-left: 100px;
}

.main_about .m .box {
	width: 550px;
	overflow: hidden;
}

.main_about .m .box h2 {
	font-size: 26px;
	color: #fff;
	line-height: 1;
	margin-bottom: 10px;
}

.main_about .m .box h3 {
	font-size: 36px;
	color: #fff;
	line-height: 1;
	margin-bottom: 24px;
}

.main_about .m .box p {
	font-size: 18px;
	opacity: 0.7;
	margin-bottom: 26px;
	color: #fff;
}

.main_about .m .box span {
	display: block;
	font-size: 14px;
	line-height: 22px;
	opacity: 0.7;
	margin-bottom: 35px;
	color: #fff;
}

.main_about .m .box .btn {
	width: 168px;
	height: 44px;
	background: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 34px;
}

.main_about .m .box .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #da251c;
}

.main_news {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
	padding: 80px 0 57px 0;
}

.main_news ul {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main_news ul li {
	overflow: hidden;
	width: 392px;
	float: left;
	background: #fbfbfb;
	height: 384px;
	margin: 0 26px;
	margin-top: 53px;
}

.main_news ul li:nth-child(3n) {
	margin-right: 0;
}

.main_news ul li:hover .pic img {
	transform: scale(1.1);
}

.main_news ul li:hover .info div {
	background: #da251c;
	color: #fff;
}

.main_news ul li .pic {
	overflow: hidden;
	height: 210px;
	width: 100%;
}

.main_news ul li .pic img {
	display: block;
	transition: all .3s;
	width: 100%;
}

.main_news ul li .info {
	overflow: hidden;
	padding: 22px 20px 0 20px;
}

.main_news ul li .info p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #333333;
	margin-bottom: 12px;
	font-weight: bold;
}

.main_news ul li .info span {
	display: block;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #333333;
	line-height: 19px;
}

.main_news ul li .info div {
	width: 190px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s;
	margin: 0 auto;
	margin-top: 18px;
	border: 1px solid #da251c;
	font-size: 16px;
	font-weight: bold;
	color: #da251c;
}

.main_customers {
	overflow: hidden;
	padding: 45px 0 100px 0;
	background: #fbfbfb;
}

.main_customers ul {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
	display: flex;
	margin-top: 28px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main_customers ul li {
	overflow: hidden;
	width: 220px;
	margin: 0 20px;
	margin-top: 50px;
}

.footer {
	overflow: hidden;
	background: #181818;
}

.footer .m {
	width: 1400px;
	margin: 0 auto;
	padding: 50px 0 55px 0;
}

.footer .m .bottom {
	overflow: hidden;
	display: flex;
	margin-top: 55px;
	align-items: center;
	/*justify-content: center;*/
	 padding-left:75px
}

.copyrigt{height:30px; width:100%; background-color:#333}
.copywords{width:1400px; margin:0 auto; color:#CCC; text-align:center; line-height:30px}
.copywords a{ color:#CCC}

.footer .m .bottom p {
	font-size: 12px;
	color: #fff;
	margin: 0 6px;
}

.footer .m .bottom a {
	display: block;
	margin: 0 6px;
	font-size: 12px;
	color: #7b7b7b;
}

.footer .m .bottom a:hover {
	color: #da251c;
}

.footer .m .top {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer .m .top .hottel {
	overflow: hidden;
	width: 260px;
	height: 125px;
	margin-left: 80px;
	background-image: url(../images/home_60.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.footer .m .top .hottel p {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	margin-bottom: 12px;
}

.footer .m .top .hottel span {
	display: block;
	font-size: 24px;
	color: #fff;
	line-height: 1;
}

.footer .m .top .right {
	overflow: hidden;
	display: flex;
}

.footer .m .top .right ul {
	overflow: hidden;
	margin-right: 80px;
}

.footer .m .top .right ul li {
	font-size: 12px;
	color: #fff;
	line-height: 27px;
}

.footer .m .top .right ul li:hover a {
	color: #da251c;
}

.footer .m .top .right ul li a {
	color: #7b7b7b;
	transition: all .2s;
}

.footer .m .top .right ul li:first-child {
	font-size: #fff;
	margin-bottom: 15px;
	font-size: 16px;
}

.footer .m .top .right ul li span {
	display: block;
	font-size: 14px;
	color: #7b7b7b;
}

.des_navbar {
	overflow: hidden;
	width: 100%;
	height: 54px;
	background: #fbfbfb;
	border-bottom: 1px solid #f4f4f4;
}

.des_navbar ul {
	width: 1400px;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding-left: 108px;
}

.des_navbar ul li {
	overflow: hidden;
	height: 100%;
	margin-right: 62px;
	position: relative;
}

.des_navbar ul li:hover a {
	color: #333;
}

.des_navbar ul li:hover a::After {
	content: '';
	width: 100%;
	height: 2px;
	background: #da251c;
	position: absolute;
	left: 0;
	bottom: 0;
}

.des_navbar ul li.on a {
	color: #333333;
}

.des_navbar ul li.on::After {
	content: '';
	width: 100%;
	height: 2px;
	background: #da251c;
	position: absolute;
	left: 0;
	bottom: 0;
}

.des_navbar ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	height: 100%;
	color: #666666;
}

.main_brief {
	overflow: hidden;
	width: 100%;
	height: 1038px;
	background-image: url(../images/home_12.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
}

.main_brief>ul {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_brief>ul li {
	overflow: hidden;
	width: 413px;
	height: 235px;
	margin: 0 10px;
	margin-top: 60px;
	background-size: 100% 100%;
	position: relative;
	padding: 0 50px;
	padding-top: 84px;
	background-image: url(../images/aboutus_11.png);
	background-repeat: no-repeat;
}

.main_brief>ul li p {
	text-align: center;
	font-size: 36px;
	color: #000000;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 18px;
}

.main_brief>ul li span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #909090;
	line-height: 20px;
}

.main_brief .main_tip {
	overflow: hidden;
	width: 100%;
	height: 600px;
	background-image: url(../images/aboutus_05.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.main_brief .main_tip .m {
	width: 1400px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	padding: 115px 60px 0 60px;
	display: flex;
	justify-content: space-between;
}

.main_brief .main_tip .m .pic {
	width: 560px;
	height: 400px;
	background-repeat: no-repeat;
	position: relative;
}

.main_brief .main_tip .m .pic::after {
	content: '';
	width: 500px;
	height: 20px;
	background: #f4f4f4;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -250px;
}

.main_brief .main_tip .m .pic .swiper-pagination-bullet {
	background: #666472;
}

.main_brief .main_tip .m .pic .swiper-pagination-bullet-active {
	width: 16px;
	border-radius: 40px;
	background: #fff;
}

.main_brief .main_tip .m .right {
	overflow: hidden;
	width: 670px;
}

.main_brief .main_tip .m .right .title {
	overflow: hidden;
	margin-bottom:20px
}

.main_brief .main_tip .m .right .title h2 {
	font-size: 34px;
	color: #333333;
	text-align: right;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
}

.main_brief .main_tip .m .right .title p {
	font-size: 12px;
	color: #c4c4c4;
	text-align: right;
	line-height: 1;
	margin-bottom: 6px;
}

.main_brief .main_tip .m .right .title div {
	overflow: hidden;
	width: 58px;
	height: 2px;
	background: #cfcfcf;
	float: right;
}

.main_brief .main_tip .m .right .fontboxs {
	height: 273px;
	overflow: hidden;
	line-height:1.5
}

.main_brief .main_tip .m .right .fontboxs>p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 0px;
}

.main_brief .main_tip .m .right ul {
	overflow: hidden;
	display: flex;
	margin-top: 35px;
}

.main_brief .main_tip .m .right ul li {
	overflow: hidden;
	margin-left: 40px;
}

.main_brief .main_tip .m .right ul li p {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-align: center;
	margin-bottom: 18px;
}

.main_brief .main_tip .m .right ul li span {
	display: block;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	color: #fff;
}

.main_enterprise {
	overflow: hidden;
	width: 100%;
	height: 500px;
	background-image: url(../images/aboutbg_02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 64px;
}

.main_enterprise .tong_title .tit p {
	color: #fff;
}

.main_enterprise .tong_title .tit div {
	background: #C75A56;
}

.main_enterprise .tong_title span {
	color: #fff;
}

.main_enterprise ul {
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.main_enterprise ul li {
	margin: 0 80px;
	overflow: hidden;
	margin-top: 55px;
}

.main_enterprise ul li img {
	display: block;
	margin: 0 auto;
	margin-bottom: 39px;
}

.main_enterprise ul li p {
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.main_group {
	overflow: hidden;
	background: #fbfbfb;
	padding: 80px 0 222px 0;
}

.main_group .logo_mid {
	display: block;
	margin: 0 auto;
	margin-top: 50px;
}

.main_group ul {
	width: 1200px;
	margin: 0 auto;
	margin-top: 35px;
	padding-top: 26px;
	display: flex;
	justify-content: center;
	position: relative;
}

.main_group ul::after {
	content: '';
	width: 1006px;
	height: 2px;
	background: #dcd8d8;
	position: absolute;
	left: 50%;
	margin-left: -503px;
	top: 0;
}

.main_group ul li {
	width: 195px;
	height: 134px;
	background: #f5f2f2;
	margin: 0 3px;
}

.main_group ul li.on {
	background: #fff;
}

.main_group ul li.on .item::before {
	display: block;
}

.main_group ul li.on .slidebox {
	display: block;
}

.main_group ul li .slidebox {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0;
	display: none;
	top: 210px;
}

.main_group ul li .slidebox .find {
	position: relative;
	width: 100%;
	padding: 35px 40px;
}

.main_group ul li .slidebox .find p {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}

.main_group ul li .item {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
	padding-top: 39px;
}

.main_group ul li .item::before {
	content: '';
	width: 43px;
	height: 13px;
	background-image: url(../images/aboutus_40.png);
	background-size: 100% 100%;
	position: absolute;
	left: 78px;
	display: none;
	z-index: 99999;
	bottom: -50px;
}

.main_group ul li .item::after {
	content: '';
	width: 2px;
	height: 24px;
	background: #dcd8d8;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: -24px;
}

.main_group ul li .item img {
	display: block;
	margin: 0 auto;
	margin-bottom: 12px;
}

.main_group ul li .item p {
	text-align: center;
	font-size: 14px;
	color: #333333;
}

.main_milepost {
	overflow: hidden;
	background: #fff;
	padding-top: 80px;
}

.main_milepost .box {
	width: 100%;
	height: 384px;
	background-image: url(../images/aboutus_43.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 80px;
	padding-top: 162px;
}

.main_milepost .box h2 {
	text-align: center;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 48px;
	font-style: italic;
	color: #fff;
	font-weight: bold;
}

.main_milepost .box .list {
	display: flex;
	justify-content: center;
	margin-top: 48px;
}

.main_milepost .box .list .item {
	position: relative;
	cursor: pointer;
	width: 124px;
}

.main_milepost .box .list .item p {
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin-bottom: 12px;
	line-height: 1;
}

.main_milepost .box .list .item div {
	width: 24px;
	height: 24px;
	margin: 0 auto;
	border-radius: 50%;
	background: #bdabab;
	background-image: url(../images/abouticons_05.png);
	background-size: 100% 100%;
	position: relative;
}

.main_milepost .box .list .item div::after {
	content: '';
	width: 100px;
	height: 2px;
	background: #a89a99;
	position: absolute;
	left: 24px;
	top: 11px;
}

.main_milepost .box .list .item.on div {
	background-image: url(../images/abouticons_03.png);
}

.main_milepost .box .list .item:last-child div::after {
	display: none;
}

.main_listnews {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0 112px 0;
}

.main_listnews .title {
	overflow: hidden;
	height: 55px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dcd8d8;
}

.main_listnews .title p {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	font-style: italic;
}

.main_listnews ul {
	overflow: hidden;
}

.main_listnews ul li {
	overflow: hidden;
	margin-top: 30px;
	font-size:18px;
}

.main_listnews ul li:hover a .pic img {
	transform: scale(1.1);
}

.main_listnews ul li a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_listnews ul li a .pic {
	width: 320px;
	overflow: hidden;
}

.main_listnews ul li a .pic img {
	display: block;
	width: 100%;
	transition: all .3s;
}

.main_listnews ul li a .grow {
	overflow: hidden;
	width: 853px;
}

.main_listnews ul li a .grow p {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

.main_listnews ul li a .grow span {
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 30px;
}

.main_listnews ul li a .grow em {
	display: block;
	font-size: 14px;
	color: #666666;
	margin-top: 35px;
}

.hide {
	display: none;
}

.main_menu {
	overflow: hidden;
	height: 60px;
	background: #f5f5f5;
}

.main_menu .m {
	width: 1400px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}

.main_menu .m ul {
	height: 100%;
	display: flex;
	align-items: center;
}

.main_menu .m ul li {
	line-height: 1;
	overflow: hidden;
	margin-right: 20px;
}

.main_menu .m ul li img {
	display: block;
}

.main_menu .m ul li a {
	font-size: 16px;
	color: #a1a1a1;
	display: block;
	line-height: 1.5;
}

.main_menu .m ul li.on a {
	color: #DA251C;
}

.main_boke_center {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
	margin-top: 30px;
	padding-right: 65px;
	display: flex;
	margin-bottom: 100px;
	justify-content: space-between;
}

.main_boke_center .main_navbar_left {
	overflow: hidden;
	display: flex;
}

.main_boke_center .main_navbar_left .link {
	overflow: hidden;
	width: 180px;
	background: linear-gradient(#da251c, #191919);
	min-height: 1236px;
}

.main_boke_center .main_navbar_left .link .logos {
	display: block;
	margin: 36px auto;
}

.main_boke_center .main_navbar_left .link .line {
	display: block;
	margin: 0 auto;
}

.main_boke_center .main_navbar_left .link ul {
	overflow: hidden;
}

.main_boke_center .main_navbar_left .link ul li {
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 44px;
}

.main_boke_center .main_navbar_left .link ul li p {
	cursor: pointer;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_boke_center .main_navbar_left .link ul li p.on img {
	transform: rotate(180deg);
}

.main_boke_center .main_navbar_left .link ul li p img {
	width: 15px;
	margin-left: 15px;
	transition: all .2s;
}

.main_boke_center .main_navbar_left .link ul li div {
	overflow: hidden;
	display: none;
	padding: 20px 0;
}

.main_boke_center .main_navbar_left .link ul li div a {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 50px;
}

.main_boke_center .main_navbar_left .main_news_list {
	width: 315px;
	overflow: hidden;
	min-height: 1236px;
	background-color: #f5f5f5;
	background-image: url(../images/bokenavbarbg_03.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
}

.main_boke_center .main_navbar_left .main_news_list .search {
	width: 295px;
	height: 36px;
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	background: #e4e4e4;
	display: flex;
	align-items: center;
}

.main_boke_center .main_navbar_left .main_news_list .search input {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background: none;
	font-size: 14px;
	color: #999999;
	padding-left: 12px;
}

.main_boke_center .main_navbar_left .main_news_list .search img {
	cursor: pointer;
	position: absolute;
	right: 11px;
	top: 10px;
}

.main_boke_center .main_navbar_left .main_news_list .list {
	overflow: hidden;
	overflow: hidden;
	padding: 0 24px;
	margin-top: 18px;
}

.main_boke_center .main_navbar_left .main_news_list .list .title {
	height: 55px;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #e4e4e4;
}

.main_boke_center .main_navbar_left .main_news_list .list ul li {
	overflow: hidden;
	margin-top: 26px;
}

.main_boke_center .main_navbar_left .main_news_list .list ul li a {
	display: flex;
	justify-content: space-between;
	padding: 0 6px 0 4px;
	overflow: hidden;
	box-sizing: border-box;
}

.main_boke_center .main_navbar_left .main_news_list .list ul li a .dots {
	width: 6px;
	margin-top: 8px;
	height: 6px;
	background: #da251c;
	border-radius: 50%;
}

.main_boke_center .main_navbar_left .main_news_list .list ul li a .grow {
	overflow: hidden;
	width: 238px;
}

.main_boke_center .main_navbar_left .main_news_list .list ul li a .grow p {
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	margin-bottom: 10px;
}

.main_boke_center .main_navbar_left .main_news_list .list ul li a .grow span {
	display: block;
	font-size: 12px;
	color: #b6b6b6;
}

.main_boke_center .main_navbar_right {
	width: 787px;
	overflow: hidden;
}

.main_boke_center .main_navbar_right .title {
	overflow: hidden;
	padding: 12px 0 28px 0;
	border-bottom: 1px solid #e4e4e4;
}

.main_boke_center .main_navbar_right .title h2 {
	font-size: 26px;
	margin-bottom: 20px;
	color: #000000;
	font-weight: bold;
}

.main_boke_center .main_navbar_right .title div {
	overflow: hidden;
	display: flex;
}

.main_boke_center .main_navbar_right .title div span {
	display: block;
	font-size: 14px;
	color: #666666;
	margin-right: 80px;
}

.main_boke_center .main_navbar_right .box {
	overflow: hidden;
}

.main_boke_center .main_navbar_right .box p {
	font-size: 16px;
	margin-top: 25px;
	color: #333333;
	line-height: 42px;
}

.main_boke_center .main_navbar_right .box img {
	margin-top: 25px;
	display: block;
}

.main_des_banner {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.main_products {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
	padding-bottom: 100px;
	margin-top: 47px;
	display: flex;
	justify-content: space-between;
}

.main_products .main_right {
	overflow: hidden;
	width: 1040px;
}

.main_products .main_right .title {
	height: 55px;
	display: flex;
	align-items: center;
	overflow: hidden;
	justify-content: space-between;
	border-bottom: 1px solid #e2e2e2;
}

.main_products .main_right .title ul {
	height: 100%;
	display: flex;
	align-items: center;
}

.main_products .main_right .title ul li {
	line-height: 1;
	overflow: hidden;
	margin-right: 20px;
}

.main_products .main_right .title ul li img {
	display: block;
}

.main_products .main_right .title ul li a {
	font-size: 16px;
	color: #a1a1a1;
	display: block;
	line-height: 1.5;
}

.main_products .main_right .title ul li.on a {
	color: #DA251C;
}

.main_products .main_right .title .search {
	width: 300px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #c5c5c5;
}

.main_products .main_right .title .search input {
	width: 197px;
	height: 100%;
	padding-left: 10px;
	font-size: 14px;
	color: #333;
	border: none;
	background: none;
}

.main_products .main_right .title .search div {
	width: calc(100% - 197px);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #da251c;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.main_products .main_right .list {
	overflow: hidden;
	width: 100%;
	margin-top: 40px;
}

.main_products .main_right .list ul {
	overflow: hidden;
}

.main_products .main_right .list ul li {
	overflow: hidden;
	width: 340px;
	float: left;
	margin-right: 9px;
	margin-bottom: 30px;
}

.main_products .main_right .list ul li:hover .pic img {
	transform: scale(1.1);
}

.main_products .main_right .list ul li .pic {
	width: 100%;
	height: 210px;
	overflow: hidden;
}

.main_products .main_right .list ul li .pic img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .4s;
}

.main_products .main_right .list ul li p {
	text-align: center;
	font-size: 16px;
	color: #333;
	margin-top: 30px;
}

.main_products .main_right .list ul li:nth-child(3n) {
	margin-right: 0;
}

.main_products .main_left {
	width: 290px;
	overflow: hidden;
}

.main_products .main_left h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #da251c;
	height: 105px;
	font-size: 28px;
	color: #fff;
}

.main_products .main_left .tel_box {
	overflow: hidden;
	width: 100%;
	margin-top: 10px;
}

.main_products .main_left .tel_box .pic {
	height: 180px;
	background-color: #e4e4e4;
	width: 100%;
	overflow: hidden;
}

.main_products .main_left .tel_box .pic img {
	display: block;
	width: 100%;
}

.main_products .main_left .tel_box .tel {
	overflow: hidden;
	height: 100px;
	display: flex;
	align-items: center;
	background-color: #d7d7d7;
	padding-left: 18px;
}

.main_products .main_left .tel_box .tel .fl {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #a3a3a3;
	background: #fff;
	border-radius: 50%;
}

.main_products .main_left .tel_box .tel .fl img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.main_products .main_left .tel_box .tel .grow {
	overflow: hidden;
	margin-left: 11px;
}

.main_products .main_left .tel_box .tel .grow p {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	line-height: 1;
}

.main_products .main_left .tel_box .tel .grow span {
	display: block;
	font-size: 16px;
	line-height: 1;
	color: #717171;
	font-weight: bold;
}

.main_products .main_left ul {
	overflow: hidden;
	margin-top: 16px;
}

.main_products .main_left ul li {
	width: 100%;
	margin-bottom: 20px;
	transition: all .1s;
	background: #f5f5f5;
	height: 60px;
}

.main_products .main_left ul li:hover {
	background: #da251c;
}

.main_products .main_left ul li:hover a p {
	color: #fff;
}

.main_products .main_left ul li:hover a div {
	background-image: url(../images/rights.png);
}

.main_products .main_left ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 0 38px 0 50px;
	box-sizing: border-box;
}

.main_products .main_left ul li a p {
	font-size: 16px;
	color: #252525;
}

.main_products .main_left ul li a div {
	width: 10px;
	height: 18px;
	background-image: url(../images/right.png);
	background-size: 100% 100%;
}

.page {
	display: flex;
	align-items: center;
	margin-top: 30px;
	justify-content: center;
}

.page div {
	height: 38px;
	background: #ae2b2b;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
	cursor: pointer;
	margin: 0 5px;
	font-size: 14px;
	min-width: 38px;
	color: #fff;
}

.page div:first-child {
	padding: 0 23px;
}

.page div:last-child {
	padding: 0 23px;
}

.main_contact {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
	padding: 55px 0 78px 0;
}

.main_contact #map {
	width: 100%;
	height: 530px;
	margin-top: 120px;
}

.main_contact .main_contact_us {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 85px;
}

.main_contact .main_contact_us .pic {
	width: 404px;
	height: 250px;
	overflow: hidden;
}

.main_contact .main_contact_us .pic img {
	display: block;
	width: 100%;
}

.main_contact .main_contact_us ul {
	overflow: hidden;
	width: calc(100% - 450px);
}

.main_contact .main_contact_us ul li {
	overflow: hidden;
	width: 50%;
	float: left;
	display: flex;
	margin: 20px 0;
	align-items: center;
}

.main_contact .main_contact_us ul li div {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 28px;
}

.main_contact .main_contact_us ul li div img {
	width: 80%;
}

.main_contact .main_contact_us ul li p {
	font-size: 16px;
	color: #333;
}

.pagebox p a {
	transition: all .2s;
}

.pagebox p a:hover {
	text-decoration: underline;
}

.main_investor {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
}

.main_investor .touzizhe_box {
	overflow: hidden;
	width: 100%;
	margin-top: 25px;
}

.main_investor .touzizhe_box .main_rights {
	overflow: hidden;
	float: right;
	width: 426px;
}

.main_investor .touzizhe_box .main_rights .item {
	overflow: hidden;
	background: #fff;
	width: 100%;
	margin-bottom: 20px;
	padding: 30px;
}

.main_investor .touzizhe_box .main_rights .item .title {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_investor .touzizhe_box .main_rights .item .title .icon {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.main_investor .touzizhe_box .main_rights .item .title .icon div {
	width: 6px;
	height: 18px;
	background: #DA251C;
}

.main_investor .touzizhe_box .main_rights .item .title .icon p {
	font-size: 18px;
	color: #333;
	margin-left: 16px;
}

.main_investor .touzizhe_box .main_rights .item .title a {
	display: block;
	font-size: 14px;
	color: #999;
}

.main_investor .touzizhe_box .main_rights .item .title a:hover {
	color: #DA251C;
}

.main_investor .touzizhe_box .main_rights .item ul {
	overflow: hidden;
	margin-top: 15px;
}

.main_investor .touzizhe_box .main_rights .item ul li {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 40px;
	color: #333;
}

.main_investor .touzizhe_box .main_rights .item ul li:hover a {
	color: #DA251C;
}

.main_investor .touzizhe_box .main_rights .item ul li a {
	color: #333;
	transition: all .2s;
}

.main_investor .touzizhe_box .main_lefts {
	overflow: hidden;
	width: 955px;
	float: left;
}

.main_investor .touzizhe_box .main_lefts .relationship {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 30px;
	margin-bottom: 20px;
}

.main_investor .touzizhe_box .main_lefts .relationship .titles {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.main_investor .touzizhe_box .main_lefts .relationship .titles div {
	width: 6px;
	height: 18px;
	background: #DA251C;
}

.main_investor .touzizhe_box .main_lefts .relationship .titles p {
	font-size: 18px;
	color: #333;
	margin-left: 16px;
}

.main_investor .touzizhe_box .main_lefts .relationship ul {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 0;
	padding-right: 10px;
}

.main_investor .touzizhe_box .main_lefts .relationship ul li {
	overflow: hidden;
}

.main_investor .touzizhe_box .main_lefts .relationship ul li p {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
}

.main_investor .touzizhe_box .main_lefts .relationship ul li span {
	display: block;
	font-size: 14px;
	color: #999;
}

.main_investor .touzizhe_box .main_lefts .roadshow {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 30px;
	margin-bottom: 20px;
}

.main_investor .touzizhe_box .main_lefts .roadshow .titles {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.main_investor .touzizhe_box .main_lefts .roadshow .titles div {
	width: 6px;
	height: 18px;
	background: #DA251C;
}

.main_investor .touzizhe_box .main_lefts .roadshow .titles p {
	font-size: 18px;
	color: #333;
	margin-left: 16px;
}

.main_investor .touzizhe_box .main_lefts .roadshow .boxw {
	width: 100%;
	height: 300px;
	margin-top: 36px;
	position: relative;
	padding: 0 45px;
}

.main_investor .touzizhe_box .main_lefts .roadshow .boxw .swiper-container {
	width: 100%;
	height: 100%;
}

.main_investor .touzizhe_box .main_lefts .roadshow .boxw .swiper-container .swiper-slide {
	width: 290px;
	margin-right: 20px;
}

.main_investor .touzizhe_box .main_lefts .roadshow .boxw .swiper-button-next,
.main_investor .touzizhe_box .main_lefts .roadshow .boxw .swiper-button-prev {
	top: 41%;
}

.main_investor .touzizhe_box .main_lefts .roadshow .boxw .item {
	overflow: hidden;
	width: 290px;
}

.main_investor .touzizhe_box .main_lefts .roadshow .boxw .item:hover .pic img {
	transform: scale(1.1);
}

.main_investor .touzizhe_box .main_lefts .roadshow .boxw .item .pic {
	width: 100%;
	height: 220px;
	background: #d7d7d7;
	overflow: hidden;
	margin-bottom: 22px;
}

.main_investor .touzizhe_box .main_lefts .roadshow .boxw .item .pic img {
	transition: all .4s;
	width: 100%;
	display: block;
	height: 100%;
}

.main_investor .touzizhe_box .main_lefts .roadshow .boxw .item p {
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	text-align: center;
}

.main_investor .touzizhe_box .main_lefts .Administration {
	width: 100%;
	background: #fff;
	padding: 30px;
	margin-bottom: 20px;
}

.main_investor .touzizhe_box .main_lefts .Administration .titles {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.main_investor .touzizhe_box .main_lefts .Administration .titles div {
	width: 6px;
	height: 18px;
	background: #DA251C;
}

.main_investor .touzizhe_box .main_lefts .Administration .titles p {
	font-size: 18px;
	color: #333;
	margin-left: 16px;
}

.main_investor .touzizhe_box .main_lefts .Administration ul {
	overflow: hidden;
	width: 100%;
	display: flex;
	margin-top: 30px;
	justify-content: space-between;
}

.main_investor .touzizhe_box .main_lefts .Administration ul li {
	overflow: hidden;
	width: 180px;
}

.main_investor .touzizhe_box .main_lefts .Administration ul li .pic {
	width: 100%;
	height: 180px;
	border-radius: 50%;
	background: #d7d7d7;
	overflow: hidden;
	margin-bottom: 30px;
}

.main_investor .touzizhe_box .main_lefts .Administration ul li .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.main_investor .touzizhe_box .main_lefts .Administration ul li p {
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
	line-height: 1;
	text-align: center;
}

.main_investor .touzizhe_box .main_lefts .Administration ul li span {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #989898;
}

.main_investor .box {
	overflow: hidden;
	width: 100%;
	background: #fff;
	padding: 30px 40px;
	margin-bottom: 30px;
	margin-top: 25px;
}

.main_investor .box .title {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.main_investor .box .title div {
	width: 6px;
	height: 18px;
	background: #DA251C;
}

.main_investor .box .title p {
	font-size: 18px;
	color: #333;
	margin-left: 16px;
}

.main_investor .box .info_box {
	overflow: hidden;
	display: flex;
	padding-right: 100px;
	justify-content: space-between;
}

.main_investor .box .info_box .rights {
	overflow: hidden;
	width: 1000px;
}

.main_investor .box .info_box .rights h2 {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	line-height: 48px;
}

.main_investor .box .info_box .rights>p {
	font-size: 15px;
	color: #1e1e1e;
	line-height: 36px;
	margin-top: 40px;
}

.main_investor .box .info_box .rights img {
	margin-top: 40px;
}

.main_investor .box .info_box .rights .next {
	overflow: hidden;
	margin-top: 100px;
}

.main_investor .box .info_box .rights .next .pagebox {
	overflow: hidden;
	width: 100%;
	padding: 20px 0;
	margin-top: 50px;
	border-top: 1px solid #d3d3d3;
}

.main_investor .box .info_box .rights .next .pagebox p {
	display: flex;
	align-items: center;
	height: 45px;
	font-size: 15px;
	color: #aeaeae;
}

.main_investor .box .info_box .rights .next .pagebox p a {
	color: #cd3e14;
}

.main_investor .box .info_box .lefts {
	overflow: hidden;
}

.main_investor .box .info_box .lefts .num {
	overflow: hidden;
	float: right;
	margin-top: 30px;
	width: 95px;
	background: #f2f2f2;
	padding: 20px 0;
}

.main_investor .box .info_box .lefts .num p {
	font-size: 16px;
	color: #000;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}

.main_investor .box .info_box .lefts .num span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.main_investor .box .info_box .lefts .date {
	overflow: hidden;
	width: 160px;
}

.main_investor .box .info_box .lefts .date .t {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_investor .box .info_box .lefts .date .t div {
	width: 56px;
	height: 1px;
	background: #d7d7d7;
	position: relative;
}

.main_investor .box .info_box .lefts .date .t div::After {
	content: '';
	width: 0%;
	height: 100%;
	background: #da251c;
	position: absolute;
	transition: all .3s;
	left: 0;
	top: 0;
}

.main_investor .box .info_box .lefts .date .t p {
	font-size: 22px;
	color: #676767;
	line-height: 1;
}

.main_investor .box .info_box .lefts .date span {
	display: block;
	font-size: 13px;
	color: #7b7b7b;
	margin-top: 14px;
	text-align: right;
}

.main_investor .box ul {
	overflow: hidden;
}

.main_investor .box ul li {
	overflow: hidden;
	width: 100%;
	margin-bottom: 85px;
}

.main_investor .box ul li:hover a .child .pic img {
	transform: scale(1.1);
}

.main_investor .box ul li:hover a .child .grow div {
	background: #da251c;
	color: #fff;
}

.main_investor .box ul li:hover a .date .t div::After {
	width: 100%;
}

.main_investor .box ul li a {
	display: flex;
	width: 100%;
	justify-content: space-between;
	box-sizing: border-box;
}

.main_investor .box ul li a .date {
	overflow: hidden;
	width: 160px;
}

.main_investor .box ul li a .date .t {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_investor .box ul li a .date .t div {
	width: 56px;
	height: 1px;
	background: #d7d7d7;
	position: relative;
}

.main_investor .box ul li a .date .t div::After {
	content: '';
	width: 0%;
	height: 100%;
	background: #da251c;
	position: absolute;
	transition: all .3s;
	left: 0;
	top: 0;
}

.main_investor .box ul li a .date .t p {
	font-size: 22px;
	color: #676767;
	line-height: 1;
}

.main_investor .box ul li a .date span {
	display: block;
	font-size: 13px;
	color: #7b7b7b;
	margin-top: 14px;
	text-align: right;
}

.main_investor .box ul li a .child {
	overflow: hidden;
	width: 1060px;
	display: flex;
	justify-content: space-between;
}

.main_investor .box ul li a .child .grow {
	overflow: hidden;
	width: 690px;
}

.main_investor .box ul li a .child .grow p {
	font-size: 16px;
	color: #191919;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}

.main_investor .box ul li a .child .grow span {
	display: block;
	font-size: 14px;
	color: #888888;
	line-height: 28px;
}

.main_investor .box ul li a .child .grow div {
	overflow: hidden;
	width: 153px;
	height: 40px;
	margin-top: 16px;
	overflow: hidden;
	border-radius: 4px;
	border: 1px solid #da251c;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #da251c;
	transition: all .2s;
}

.main_investor .box ul li a .child .pic {
	width: 290px;
	overflow: hidden;
}

.main_investor .box ul li a .child .pic img {
	transition: all .4s;
	display: block;
	width: 100%;
}

.main_investor .navbars {
	overflow: hidden;
	width: 100%;
	height: 50px;
	background: #fff;
}

.main_investor .navbars ul {
	overflow: hidden;
	height: 100%;
	display: flex;
	align-items: center;
}

.main_investor .navbars ul li {
	font-size: 15px;
	color: #333;
}

.main_investor .navbars ul li.on a {
	color: #DA251C;
}

.main_investor .navbars ul li:hover a {
	color: #DA251C;
}

.main_investor .navbars ul li a {
	color: #333;
	padding: 0 50px;
	position: relative;
	box-sizing: border-box;
}

.main_investor .navbars ul li a::After {
	content: '';
	width: 1px;
	height: 20px;
	background: #848484;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}

.main_investor .navbars ul li:last-child a::after {
	display: none;
}

.main_news_box {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
}

.main_news_box .list {
	overflow: hidden;
	padding-bottom: 66px;
	width: 100%;
}

.main_news_box .list ul {
	overflow: hidden;
}

.main_news_box .list ul li {
	overflow: hidden;
	width: 443px;
	float: left;
	margin-right: 35px;
	margin-top: 50px;
}

.main_news_box .list ul li:hover .pic img {
	transform: scale(1.1);
}

.main_news_box .list ul li:nth-child(3n) {
	margin-right: 0;
}

.main_news_box .list ul li .pic {
	width: 100%;
	background: #d7d7d7;
	overflow: hidden;
	height: 230px;
}

.main_news_box .list ul li .pic img {
	display: block;
	width: 100%;
	transition: all .4s;
}

.main_news_box .list ul li .info {
	overflow: hidden;
	padding: 20px 0 28px;
	border-bottom: 1px solid #d1d1d1;
}

.main_news_box .list ul li .info p {
	font-size: 16px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 30px;
	height: 68px;
}

.main_news_box .list ul li .info span {
	display: block;
	font-size: 14px;
	color: #949494;
}

.main_news_box .tabbar {
	overflow: hidden;
	height: 75px;
}

.main_news_box .tabbar ul {
	height: 100%;
	display: flex;
	align-items: center;
}

.main_news_box .tabbar ul li {
	font-size: 16px;
	cursor: pointer;
	height: 100%;
	display: flex;
	align-items: center;
	transition: all .2s;
	color: #333;
	position: relative;
	margin-right: 100px;
}

.main_news_box .tabbar ul li::before {
	content: '';
	width: 0%;
	height: 2px;
	background: #DA251C;
	transition: all .2s;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -50%;
}

.main_news_box .tabbar ul li:hover {
	color: #DA251C;
}

.main_news_box .tabbar ul li:hover::before {
	width: 100%;
}

.main_news_box .tabbar ul li::after {
	content: '';
	width: 2px;
	height: 20px;
	background: #e9e9e9;
	position: absolute;
	right: -50px;
	top: 50%;
	margin-top: -10px;
}

.main_news_box .tabbar ul li:last-child::after {
	display: none;
}

.main_news_box .tabbar ul li.on {
	color: #DA251C;
}

.main_news_box .tabbar ul li.on::before {
	width: 100%;
}

.main_news_info {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
	padding: 80px 0;
}

.main_news_info .dates {
	display: flex;
	align-items: center;
}

.main_news_info .dates span {
	display: block;
	font-size: 14px;
	color: #c5c5c5;
	margin-top: 22px;
	margin-right: 13px;
}

.main_news_info h2 {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	line-height: 48px;
}

.main_news_info>p {
	font-size: 15px;
	color: #1e1e1e;
	line-height: 36px;
	margin-top: 40px;
}

.main_news_info img {
	margin: 0 auto;
	display: block;
	margin-top: 40px;
}

.main_news_info .next {
	overflow: hidden;
	margin-top: 100px;
}

.main_news_info .next .pagebox {
	overflow: hidden;
	margin-top: 50px;
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #d3d3d3;
}

.main_news_info .next .pagebox p {
	display: flex;
	align-items: center;
	height: 45px;
	font-size: 15px;
	color: #aeaeae;
}

.main_news_info .next .pagebox p a {
	color: #cd3e14;
}

.main_projuct_info {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
}

.main_projuct_info .titles {
	overflow: hidden;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #cecece;
}

.main_projuct_info .titles p {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #303030;
}

.main_projuct_info .titles p span {
	display: block;
	font-size: 14px;
	color: #a9a9a9;
	margin-left: 45px;
}

.main_projuct_info .titles .btn {
	overflow: hidden;
	width: 100px;
	background: #DA251C;
	border-radius: 4px;
	height: 33px;
}

.main_projuct_info .titles .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	width: 100%;
	height: 100%;
	color: #fff;
}

.main_projuct_info .product_cpzx {
	padding: 0 0 90px 0;
}

.main_projuct_info .product_cpzx .box {
	overflow: hidden;
	margin-top: 25px;
}

.main_projuct_info .product_cpzx .box p {
	font-size: 14px;
	color: #8b8b8b;
	line-height: 28px;
}

.main_projuct_info .product_cpzx .box img {
	display: block;
	margin-top: 30px;
}

.main_projuct_info .product_cjwt {
	overflow: hidden;
	padding-bottom: 35px;
}

.main_projuct_info .product_cjwt .main_price {
	overflow: hidden;
}

.main_projuct_info .product_cjwt .main_price ul {
	overflow: hidden;
}

.main_projuct_info .product_cjwt .main_price ul li {
	overflow: hidden;
	margin-top: 20px;
}

.main_projuct_info .product_cjwt .main_price ul li .line {
	overflow: hidden;
	display: flex;
	margin: 11px 0;
	justify-content: space-between;
}

.main_projuct_info .product_cjwt .main_price ul li .line:last-child p {
	color: #909090;
}

.main_projuct_info .product_cjwt .main_price ul li .line div {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	margin-top: 2px;
	color: #fff;
}

.main_projuct_info .product_cjwt .main_price ul li .line .w {
	background: #1b65b2;
}

.main_projuct_info .product_cjwt .main_price ul li .line .d {
	background: #da241c;
}

.main_projuct_info .product_cjwt .main_price ul li .line p {
	overflow: hidden;
	font-size: 15px;
	color: #333;
	line-height: 26px;
	width: 1345px;
}

.main_projuct_info .product_infos {
	overflow: hidden;
	padding: 0 0 55px 0;
}

.main_projuct_info .product_infos .cp_info {
	overflow: hidden;
}

.main_projuct_info .product_infos .cp_info .pic {
	display: block;
	margin: 60px auto;
}

.main_projuct_info .product_infos .cp_info .font_box {
	overflow: hidden;
}

.main_projuct_info .product_infos .cp_info .font_box p {
	font-size: 16px;
	margin: 10px 0;
	color: #333;
	font-weight: bold;
	line-height: 38px;
}

.main_projuct_info .product_infos .cp_info .font_box span {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}

.main_projuct_info .info {
	overflow: hidden;
	padding: 100px 0 45px;
	display: flex;
	justify-content: space-between;
}

.main_projuct_info .info .pic {
	width: 560px;
	overflow: hidden;
}

.main_projuct_info .info .pic img {
	display: block;
	width: 100%;
}

.main_projuct_info .info .grow {
	overflow: hidden;
	width: 760px;
}

.main_projuct_info .info .grow .font {
	overflow: hidden;
}

.main_projuct_info .info .grow .font h2 {
	font-size: 25px;
	color: #000;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 38px;
}

.main_projuct_info .info .grow .font p {
	font-size: 14px;
	color: #adadad;
	min-height: 180px;
	line-height: 28px;
}

.main_projuct_info .info .grow .button {
	overflow: hidden;
	width: 168px;
	height: 40px;
	background: #DA251C;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}

.main_projuct_info .info .grow .button a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
}

.main_projuct_info .info .grow ul {
	overflow: hidden;
	border-top: 1px solid #cecece;
	margin-top: 22px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_projuct_info .info .grow ul li {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.main_projuct_info .info .grow ul li img {
	width: 35px;
}

.main_projuct_info .info .grow ul li p {
	font-size: 14px;
	color: #0e0e0e;
	margin-left: 10px;
}

.main_menu .m ul li a {
	transition: all .2s;
}

.main_menu .m ul li a:hover {
	color: #DA251C;
}

.main_cqfm {
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: -250px;
	position: relative;
	z-index: 9999;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	margin-bottom: 100px;
	padding: 35px 75px 75px 75px;
}

.main_cqfm .title {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_cqfm .title div {
	width: 240px;
	height: 1px;
	background: #e0e0e0;
}

.main_cqfm .title p {
	font-size: 28px;
	color: #222222;
	margin: 0 26px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
}

.main_cqfm .fontbox {
	overflow: hidden;
}

.main_cqfm .fontbox p {
	font-size: 14px;
	color: #333;
	line-height: 25px;
	margin-top: 30px;
}

.main_cqfm ul {
	overflow: hidden;
}

.main_cqfm ul li {
	overflow: hidden;
	width: 393px;
	float: left;
	margin-right: 35px;
	margin-top: 30px;
}

.main_cqfm ul li:hover .pic img {
	transform: scale(1.1);
}

.main_cqfm ul li .pic {
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.main_cqfm ul li .pic img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .4s;
}

.main_cqfm ul li p {
	text-align: center;
	font-size: 16px;
	color: #333;
	margin-top: 30px;
}

.main_cqfm ul li:nth-child(3n) {
	margin-right: 0;
}

.main_fadeins {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	justify-content: center;
	z-index: 9999;
	display: none;
}

.main_fadeins .box {
	overflow: hidden;
	width: 800px;
	height: 480px;
	position: relative;
	background: #ccc;
}

.main_fadeins .box .swiper-container {
	width: 100%;
	height: 100%;
}

.main_fadeins .box .swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_fadeins .box .swiper-container .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

.main_land {
	overflow: hidden;
	width: 640px;
	padding: 70px 0 133px 0;
	border-radius: 10px;
	margin: 90px auto;
	border: 2px solid #e4e4e4;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.main_land h2 {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #333;
	margin-bottom: 55px;
}

.main_land input {
	width: 500px;
	height: 60px;
	padding-left: 20px;
	font-size: 15px;
	border: 1px solid #d7d7d7;
	border-radius: 6px;
	margin: 0 auto;
	display: block;
	color: #333;
}

.main_land input::placeholder {
	color: #c9c9c9;
}

.main_land .submit {
	width: 140px;
	height: 40px;
	background: #DA251C;
	border-radius: 6px;
	margin: 0 auto;
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
}

@media (max-width: 1450px) {
	.m,
	.main_history ul,
	.main_news,
	.main_customers ul,
	.des_navbar ul,
	.main_boke_center,
	.main_cqfm,
	.main_contact,
	.main_news_info,
	.main_news_box,
	.main_projuct_info,
	.main_products,
	.main_investor {
		width: 1200px !important;
	}
	.main_whyus .m ul li {
		margin-right: 40px;
	}
	.main_history ul li>a .pic {
		height: 190px;
	}
	.main_news ul li {
		width: 380px;
	}
	.main_news ul li .pic {
		height: 190px;
	}
	.main_customers ul li {
		width: 200px;
	}
	.main_customers ul li img {
		width: 100%;
	}
	.des_navbar ul {
		padding-left: 20px;
	}
	.main_brief .main_tip .m .pic {
		width: 400px;
		height: 300px;
	}
	.main_brief .main_tip .m {
		padding: 115px 30px 0 30px;
	}
	.main_brief .main_tip .m .pic img {
		width: 100%;
		height: 100%;
	}
	.main_brief .main_tip .m .pic .swiper-container {
		width: 100%;
		height: 100%;
	}
	.main_brief .main_tip .m .pic::after {
		width: 340px;
		margin-left: -170px;
	}
	.main_enterprise ul li {
		margin: 0 50px;
		margin-top: 55px;
	}
	.main_enterprise ul li img {
		width: 160px;
	}
	.main_boke_center .main_navbar_right {
		width: 620px;
	}
	.main_boke_center .main_navbar_right .box img {
		width: 100%;
	}
	.main_cqfm ul li {
		width: 326px;
	}
	.main_cqfm ul li .pic {
		height: 220px;
	}
	.main_news_box .list ul li {
		width: 376px;
	}
	.main_news_box .list ul li .pic {
		height: 210px;
	}
	.main_projuct_info .info .grow {
		width: 610px;
	}
	.main_projuct_info .product_cjwt .main_price ul li .line p {
		width: 95%;
	}
	.main_products .main_right {
		width: 888px;
	}
	.main_products .main_right .list ul li {
		width: 290px;
	}
	.main_products .main_right .list ul li .pic {
		height: 190px;
	}
	.main_investor .touzizhe_box .main_lefts {
		width: 850px;
	}
	.main_investor .touzizhe_box .main_lefts .Administration ul li {
		width: 140px;
	}
	.main_investor .touzizhe_box .main_lefts .Administration ul li .pic {
		height: 140px;
	}
	.main_investor .touzizhe_box .main_rights {
		width: 327px;
	}
	.main_investor .box .info_box .rights {
		width: 800px;
	}
	.main_investor .box ul li a .child {
		width: 930px;
	}
	.main_investor .box ul li a .child .grow {
		width: 588px;
	}
}

@media (max-width: 1250px) {
	.m,
	.main_history ul,
	.main_news,
	.main_customers ul,
	.des_navbar ul,
	.main_boke_center,
	.main_cqfm,
	.main_contact,
	.main_news_info,
	.main_news_box,
	.main_projuct_info,
	.main_products,
	.main_investor,
	.main_listnews {
		width: 1000px !important;
	}
	.main_whyus .m {
		padding-left: 0;
	}
	.main_whyus .m ul li {
		margin-right: 20px;
	}
	.main_product .box .swiper-slide {
		width: 700px;
	}
	.main_history ul li {
		padding: 0 10px;
	}
	.main_news ul li {
		margin: 0 15px;
		height: 345px;
		margin-top: 53px;
	}
	.main_news ul li .pic {
		height: 165px;
	}
	.main_customers ul li {
		width: 160px;
	}
	.footer .m .top .right ul {
		margin-right: 40px;
	}
	.main_brief .main_tip .m .right {
		width: 480px;
	}
	.main_brief .main_tip .m .right .fontboxs {
		width: 100%;
	}
	.main_brief .main_tip .m .right .fontboxs>p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
	}
	.main_brief .main_tip .m .right ul {
		display: flex;
		justify-content: space-between;
	}
	.main_brief .main_tip .m .right ul li {
		margin-left: 0px;
	}
	.main_brief .main_tip .m .right ul li p {
		font-size: 30px;
	}
	.main_brief>ul li {
		width: 300px;
		height: 180px;
		padding-top: 60px;
	}
	.main_brief>ul li p {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.main_enterprise ul li img {
		width: 140px;
	}
	.main_group ul {
		width: 1000px;
	}
	.main_group ul li {
		height: 120px;
	}
	.main_group ul li .item {
		padding-top: 30px;
	}
	.main_group ul::after {
		width: 834px;
		margin-left: -417px;
	}
	.main_group ul li .slidebox {
		top: 195px;
	}
	.main_listnews ul li a .grow {
		width: 656px;
	}
	.main_listnews ul li a .grow span {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.main_boke_center .main_navbar_left .main_news_list {
		width: 260px;
	}
	.main_boke_center .main_navbar_left .main_news_list .search {
		width: 85%;
	}
	.main_boke_center .main_navbar_left .main_news_list .list {
		padding: 0 15px;
	}
	.main_boke_center .main_navbar_left .main_news_list .list ul li a .grow {
		width: 90%;
	}
	.main_boke_center .main_navbar_right {
		width: 475px;
	}
	.page div {
		padding: 0 5px;
		margin: 0 3px;
	}
	.main_cqfm ul li {
		width: 32%;
		margin-right: 2%;
	}
	.main_cqfm ul li .pic {
		height: 180px;
	}
	.main_contact .main_contact_us ul li div {
		margin-right: 10px;
	}
	.main_news_box .list ul li {
		width: 32%;
		margin-right: 2%;
	}
	.main_news_box .list ul li .pic {
		height: 190px;
	}
	.main_projuct_info .info .pic {
		width: 480px;
	}
	.main_projuct_info .info .grow {
		width: 480px;
	}
	.main_projuct_info .info .grow .font p {
		min-height: 150px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
	}
	.main_products .main_right {
		width: 720px;
	}
	.main_products .main_left {
		width: 250px;
	}
	.main_products .main_right .list ul li {
		width: 32%;
		margin-right: 2%;
	}
	.main_products .main_right .list ul li .pic {
		height: 160px;
	}
	.main_investor .touzizhe_box .main_lefts {
		width: 650px;
	}
	.main_investor .touzizhe_box .main_lefts .Administration ul li {
		width: 100px;
	}
	.main_investor .touzizhe_box .main_lefts .Administration ul li .pic {
		height: 100px;
	}
	.main_investor .touzizhe_box .main_lefts .roadshow .boxw .swiper-container .swiper-slide {
		width: 240px;
	}
	.main_investor .touzizhe_box .main_lefts .roadshow .boxw .item {
		width: 100%;
	}
	.main_investor .touzizhe_box .main_lefts .roadshow .boxw .item .pic {
		height: 240px;
	}
	.main_investor .touzizhe_box .main_lefts .roadshow .boxw .swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 1% !important;
	}
	.main_investor .touzizhe_box .main_lefts .roadshow .boxw .swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 1% !important;
	}
	.main_investor .box .info_box .rights {
		width: 620px;
	}
	.main_investor .box ul li a .date {
		width: 120px;
	}
	.main_investor .box ul li a .date .t p {
		font-size: 20px;
	}
	.main_investor .box ul li a .date .t div {
		width: 45px;
	}
	.main_investor .box ul li a .child {
		width: 772px;
	}
	.main_investor .box ul li a .child .pic {
		width: 200px;
	}
	.main_investor .box ul li a .child .grow {
		width: 530px;
	}
}

@media (max-width: 1050px) {
	.m,
	.main_history ul,
	.main_news,
	.main_customers ul,
	.des_navbar ul,
	.main_boke_center,
	.main_cqfm,
	.main_contact,
	.main_news_info,
	.main_news_box,
	.main_projuct_info,
	.main_products,
	.main_investor,
	.main_listnews {
		width: 100% !important;
	}
	.header {
		height: .55rem;
	}
	.header .m {
		padding: 0 .3rem;
	}
	.header .m .select .line p {
		font-size: .2rem;
	}
	.header .m span {
		font-size: .2rem;
	}
	.header .m .select .line img {
		width: .15rem;
		margin-left: .1rem;
	}
	.navbar .m ul {
		display: none;
	}
	.navbar {
		height: 1rem;
		background: rgba(0, 0, 0, 0.7);
		position: fixed;
		transition: all .3s;
		left: 0;
		top: .55rem;
		z-index: 9999;
	}
	.navbar .m {
		width: 100%;
		height: 100%;
		padding: 0 .3rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.navbar .m h1 {
		margin: 0;
	}
	.navbar .m h1 img {
		display: block;
	}
	.banner {
		height: 4.5rem;
	}
	.banner .swiper-container .swiper-wrapper .swiper-slide {
		background-size: 100% 100%;
	}
	.banner .swiper-container .swiper-wrapper .swiper-slide .fontgrow {
		width: 100%;
		padding: 1.7rem 0 0 0.3rem;
	}
	.banner .swiper-container .swiper-wrapper .swiper-slide .fontgrow p {
		font-size: .5rem;
		margin-bottom: .35rem;
		text-align: center;
	}
	.banner .swiper-container .swiper-wrapper .swiper-slide .fontgrow span {
		font-size: .26rem;
		text-align: center;
	}
	.banner .swiper-button-next,
	.swiper-button-prev {
		width: .5rem;
		height: .5rem;
	}
	.banner .swiper-button-next,
	.swiper-button-prev {}
	.nulls {
		width: 100%;
		height: 1rem;
		background: rgba(0, 0, 0, 1);
	}
	.des_navbar ul {
		padding: 0 .3rem;
		display: flex;
		justify-content: space-between;
	}
	.des_navbar ul li {
		font-size: .26rem;
		margin: 0;
	}
	.des_navbar ul li a {
		font-size: .26rem;
	}
	.main_brief .main_tip {
		height: auto;
		background: none;
	}
	.main_brief .main_tip .m {
		padding: 1rem 0 0 0;
		display: block;
	}
	.main_brief .main_tip .m .pic {
		width: 5rem;
		height: 4rem;
		margin: 0 auto;
	}
	.main_brief .main_tip .m .pic::after {
		width: 4.4rem;
		margin-left: -2.2rem;
		height: .2rem;
		bottom: -.2rem;
	}
	.main_brief .main_tip .m .right {
		width: 6.9rem;
		margin: 0 auto;
		margin-top: .6rem
	}
	.main_brief .main_tip .m .right .title h2 {
		font-size: .43rem;
		text-align: center;
	}
	.main_brief .main_tip .m .right .title p {
		font-size: .24rem;
		text-align: center;
	}
	.main_brief .main_tip .m .right .title div {
		margin: 0 auto;
		float: none;
		margin-top: .2rem;
	}
	.main_brief .main_tip .m .right .fontboxs>p {
		font-size: .28rem;
		line-height: .5rem;
		margin-top: .5rem;
	}
	.main_brief .main_tip .m .right ul li p {
		font-size: .33rem;
		color: #333;
	}
	.main_brief .main_tip .m .right ul li span {
		font-size: .26rem;
		color: #333;
	}
	.main_brief>ul {
		display: block;
		margin-top: .5rem;
	}
	.main_brief>ul li {
		width: 6.9rem;
		margin: 0 auto;
		height: 3rem;
		margin-top: .3rem;
	}
	.main_brief>ul li p {
		font-size: .45rem;
	}
	.main_brief>ul li span {
		font-size: .26rem;
	}
	.main_brief {
		height: auto;
		padding-bottom: 1.2rem;
	}
	.tong_title .tit p {
		font-size: .3rem;
		margin: 0 .2rem;
	}
	.tong_title .tit div {
		width: .8rem;
	}
	.tong_title span {
		font-size: .26rem;
	}
	.main_enterprise ul {
		display: block;
	}
	.main_enterprise ul li {
		width: 50%;
		float: left;
		margin: 0 auto;
		margin-top: .8rem;
	}
	.main_enterprise ul li img {
		width: 1.5rem;
		margin-bottom: .5rem;
	}
	.main_enterprise ul li p {
		font-size: .26rem;
	}
	.main_group {
		padding-top: 1rem;
		padding-bottom: 3.5rem;
	}
	.main_group .logo_mid {
		width: 3rem;
		margin-top: .5rem;
	}
	.main_group ul {
		width: 6.9rem;
	}
	.main_group ul::after {
		width: 5.8rem;
		margin-left: -2.9rem;
	}
	.main_group ul li {
		width: 1.1rem;
		height: 1.1rem;
	}
	.main_group ul li .item {
		padding-top: .2rem;
	}
	.main_group ul li .item img {
		width: .6rem;
	}
	.main_group ul li .item p {
		font-size: .23rem;
	}
	.main_group ul li.on .slidebox {
		top: 2.18rem;
	}
	.main_group ul li .slidebox .find {
		padding: .3rem;
	}
	.main_group ul li .slidebox .find p {
		font-size: .24rem;
		line-height: .4rem;
	}
	.main_group ul li .item::before {
		left: .2rem;
		width: .6rem;
		height: .2rem;
		bottom: -.6rem;
	}
	.main_milepost {
		padding-top: 1rem;
	}
	.main_milepost .box {
		margin-top: 1rem;
		height: 5rem;
		padding-top: 1rem;
	}
	.main_milepost .box h2 {
		font-size: .4rem;
	}
	.main_milepost .box .list .item {
		width: .8rem;
	}
	.main_milepost .box .list .item p {
		font-size: .26rem;
	}
	.main_milepost .box .list .item div {
		width: .3rem;
		height: .3rem;
	}
	.main_milepost .box .list .item div::after {
		width: .8rem;
		left: .3rem;
		top: .13rem;
	}
	.main_listnews .title {
		width: 6.9rem;
		margin: 0 auto;
	}
	.main_listnews .title p {
		font-size: .35rem;
	}
	.main_listnews ul li {
		width: 6.9rem;
		margin: 0 auto;
		margin-top: .3rem;
	}
	.main_listnews ul li a {
		display: block;
	}
	.main_listnews ul li a .pic {
		width: 100%;
		height: auto;
	}
	.main_listnews ul li a .pic img {
		display: block;
		height: auto;
		width: 100%;
	}
	.main_listnews ul li a .grow {
		width: 100%;
		padding: .3rem 0;
	}
	.main_listnews ul li a .grow p {
		font-size: .35rem;
	}
	.main_listnews ul li a .grow span {
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .3rem;
	}
	.main_listnews ul li a .grow em {
		font-size: .26rem;
		margin-top: .3rem;
	}
	.main_listnews {
		padding-bottom: 1rem;
	}
	.footer .m .top {
		display: block;
	}
	.footer .m {
		padding: .8rem 0;
	}
	.footer .m .top .hottel p {
		text-align: center;
		font-size: .28rem;
		margin-bottom: .3rem;
	}
	.footer .m .top .hottel span {
		font-size: .45rem;
		text-align: center;
		display: block;
	}
	.footer .m .top .hottel {
		width: 4rem;
		margin: 0 auto;
		height: 1.8rem;
		background-position: center center;
	}
	.footer .m .top .right ul {
		margin: 0 .3rem;
		margin-top: .5rem;
	}
	.footer .m .top .right ul li {
		font-size: .2rem;
		line-height: .4rem;
	}
	.footer .m .top .right ul li:first-child {
		font-size: .28rem;
	}
	.footer .m .top .right {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer .m .top .right ul li img {
		width: 1.6rem;
		display: block;
		margin: 0 auto;
		margin-bottom: .3rem;
	}
	.footer .m .top .right ul li span {
		font-size: .23rem;
		text-align: center;
	}
	.footer .m .top .right ul:last-child li:first-child {
		text-align: center;
	}
	.footer .m .bottom {
		padding: 0 .3rem;
	}
	.footer .m .bottom a {
		font-size: .2rem;
		line-height: .5rem;
		margin: 0 .1rem;
	}
	.footer .m .bottom {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.main_menu {
		height: 1rem;
	}
	.main_menu .m {
		padding-left: .3rem;
		height: 100%;
	}
	.main_menu .m ul li a {
		font-size: .26rem;
	}
	.main_menu .m ul li img {
		width: .13rem;
	}
	.main_menu .m ul li:first-child img {
		width: .35rem;
	}
	.main_boke_center {
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
	}
	.main_boke_center .main_navbar_left {
		width: 100%;
		display: block;
	}
	.main_boke_center .main_navbar_left .link {
		width: 100%;
		padding-bottom: .6rem;
		min-height: 4rem;
	}
	.main_boke_center .main_navbar_left .main_news_list {
		padding-bottom: 1rem;
		width: 100%;
		min-height: 6rem;
	}
	.main_boke_center .main_navbar_left .link .logos {
		width: 1.5rem;
		margin: .3rem auto;
	}
	.main_boke_center .main_navbar_left .link ul {
		display: flex;
		justify-content: center;
	}
	.main_boke_center .main_navbar_left .link ul li {
		margin-top: .5rem;
		width: 33.33%;
	}
	.main_boke_center .main_navbar_left .link ul li p {
		font-size: .26rem;
	}
	.main_boke_center .main_navbar_left .link ul li div a {
		font-size: .26rem;
		line-height: .56rem;
	}
	.main_boke_center .main_navbar_left .main_news_list .search {
		margin-top: .6rem;
		height: .8rem;
	}
	.main_boke_center .main_navbar_left .main_news_list .search input {
		font-size: .26rem;
	}
	.main_boke_center .main_navbar_left .main_news_list .search img {
		width: .35rem;
		top: 50%;
		transform: translateY(-50%);
		margin: 0
	}
	.main_boke_center .main_navbar_left .main_news_list .list .title {
		font-size: .35rem;
	}
	.main_boke_center .main_navbar_left .main_news_list .list ul li {
		margin-top: .3rem;
	}
	.main_boke_center .main_navbar_left .main_news_list .list ul li a .grow {
		width: 95%;
	}
	.main_boke_center .main_navbar_left .main_news_list .list ul li a .grow p {
		font-size: .26rem;
		line-height: .45rem;
	}
	.main_boke_center .main_navbar_left .main_news_list .list ul li a .grow span {
		font-size: .24rem;
		margin-top: .2rem;
	}
	.main_boke_center .main_navbar_right {
		width: 100%;
		padding: .3rem;
		padding-bottom: .5rem;
	}
	.main_boke_center .main_navbar_right .title {
		padding: .3rem 0;
	}
	.main_boke_center .main_navbar_right .title h2 {
		font-size: .35rem;
		line-height: .55rem;
		margin-bottom: .3rem;
	}
	.main_boke_center .main_navbar_right .title div {
		display: flex;
		justify-content: center;
	}
	.main_boke_center .main_navbar_right .title div span {
		font-size: .26rem;
		margin: 0 .3rem;
	}
	.main_boke_center .main_navbar_right .box p {
		font-size: .26rem;
		line-height: .5rem;
	}
	.main_des_banner {
		height: 3rem !important;
	}
	.main_cqfm {
		margin-top: 0;
		padding: .3rem;
		padding-top: .6rem;
		margin-bottom: 0;
	}
	.main_cqfm .title div {
		width: 1rem;
	}
	.main_cqfm .title p {
		font-size: .35rem;
	}
	.main_cqfm .fontbox p {
		font-size: .26rem;
		line-height: .5rem;
		margin-top: .5rem;
	}
	.main_cqfm ul li {
		width: 49%;
		margin-right: 2%;
	}
	.main_cqfm ul li:nth-child(3n) {
		margin-right: 2%;
	}
	.main_cqfm ul li:nth-child(2n) {
		margin-right: 0;
	}
	.main_cqfm ul li .pic {
		height: 2.3rem;
	}
	.main_cqfm ul li p {
		font-size: .26rem;
		margin-top: .3rem;
	}
	.main_contact {
		padding-top: 1rem;
		padding-bottom: 0;
	}
	.main_contact .main_contact_us {
		display: block;
		margin-top: 1rem;
	}
	.main_contact .main_contact_us .pic {
		width: 5rem;
		margin: 0 auto;
		height: auto;
	}
	.main_contact .main_contact_us ul {
		width: 6.9rem;
		margin: 0 auto;
		padding: .3rem 0;
	}
	.main_contact .main_contact_us ul li {
		display: block;
	}
	.main_contact .main_contact_us ul li div {
		margin: 0 auto;
		width: .7rem;
	}
	.main_contact .main_contact_us ul li p {
		text-align: center;
		font-size: .26rem;
	}
	.main_contact #map {
		margin-top: .3rem;
		height: 5rem;
	}
	.main_land {
		width: 6.9rem;
		margin: .6rem auto;
		padding: 1rem .6rem;
	}
	.main_land h2 {
		font-size: .36rem;
		margin-bottom: .6rem;
	}
	.main_land input {
		width: 100%;
		padding-left: .3rem;
		font-size: .28rem;
		height: .8rem;
	}
	.main_land .submit {
		margin-top: 1rem;
		width: 3rem;
		height: .8rem;
		font-size: .3rem;
	}
	.main_news_info {
		padding: .6rem .3rem;
	}
	.main_news_info h2 {
		font-size: .35rem;
		line-height: .55rem;
	}
	.main_news_info .dates span {
		font-size: .26rem;
		margin-top: .5rem;
	}
	.main_news_info>p {
		font-size: .26rem;
		line-height: .5rem;
		margin-top: .3rem;
	}
	.main_news_info img {
		width: 100%;
		margin-top: .3rem;
	}
	.main_news_info .next {
		margin-top: 1rem;
	}
	.main_news_box .tabbar ul li {
		font-size: .26rem;
		margin: 0 .5rem;
	}
	.main_news_box .tabbar ul {
		justify-content: center;
	}
	.main_news_box .tabbar ul li::after {
		height: .3rem;
		right: -.5rem;
		margin-top: -.15rem;
	}
	.main_news_box .tabbar {
		height: .8rem;
		margin: .3rem 0;
	}
	.main_news_box .list ul {
		padding: .3rem;
		padding-top: .3rem;
	}
	.main_news_box .list ul li {
		width: 49%;
		margin-bottom: .5rem;
		margin-top: 0;
	}
	.main_menu .m ul li {
		margin-right: .2rem;
	}
	.main_news_box .list ul li:nth-child(3n) {
		margin-right: 2%;
	}
	.main_news_box .list ul li:nth-child(2n) {
		margin-right: 0%;
	}
	.main_news_box .list ul li .pic {
		height: 2.4rem;
	}
	.main_news_box .list ul li .pic img {
		height: 100%;
	}
	.main_news_box .list ul li .info {
		padding: .2rem 0;
	}
	.main_news_box .list ul li .info p {
		font-size: .26rem;
		line-height: .45rem;
		height: auto;
		margin-bottom: .2rem;
	}
	.main_news_box .list ul li .info span {
		font-size: .26rem;
	}
	.main_projuct_info .info {
		padding: .5rem;
		display: block;
		padding-bottom: 0;
	}
	.main_projuct_info .info .pic {
		width: 100%;
	}
	.main_projuct_info .info .grow {
		width: 100%;
		padding: .3rem 0;
	}
	.main_projuct_info .info .grow .font h2 {
		font-size: .35rem;
		margin-bottom: .2rem;
	}
	.main_projuct_info .info .grow .font p {
		height: auto;
		min-height: auto;
		font-size: .26rem;
		line-height: .5rem;
	}
	.main_projuct_info .info .grow .button {
		width: 3rem;
		height: .8rem;
		margin: 0 auto;
		margin-top: .5rem;
	}
	.main_projuct_info .info .grow ul {
		width: 100%;
		margin-top: .5rem;
	}
	.main_projuct_info .info .grow ul li img {
		width: .3rem;
	}
	.main_projuct_info .info .grow ul li p {
		font-size: .26rem;
	}
	.main_projuct_info .product_infos {
		width: 100%;
		padding: .5rem;
		padding-top: 0;
	}
	.main_projuct_info .titles p {
		font-size: .28rem;
	}
	.main_projuct_info .titles p span {
		font-size: .22rem;
		width: 4rem;
		margin-left: .15rem;
	}
	.main_projuct_info .titles .btn {
		width: 1rem;
		height: .6rem;
	}
	.main_projuct_info .product_infos .cp_info .pic {
		width: 100%;
		margin: .3rem 0;
	}
	.main_projuct_info .product_infos .cp_info .font_box p {
		font-size: .3rem;
		margin: 0;
	}
	.main_projuct_info .product_infos .cp_info .font_box span {
		font-size: .26rem;
		line-height: .5rem;
	}
	.main_projuct_info .product_cjwt {
		width: 100%;
		padding: .5rem;
	}
	.main_projuct_info .product_cjwt .main_price ul li .line div {
		width: .4rem;
		height: .4rem;
	}
	.main_projuct_info .product_cjwt .main_price ul li .line p {
		width: 90%;
		font-size: .26rem;
		line-height: .45rem;
	}
	.main_projuct_info .product_cpzx {
		width: 100%;
		padding: .5rem;
		padding-top: 0;
	}
	.main_projuct_info .product_cpzx .box p {
		font-size: .26rem;
		line-height: .45rem;
	}
	.main_projuct_info .product_cpzx .box img {
		margin: 0 auto;
	}
	.product_cjwt .titles span {
		width: auto;
	}
	.main_products {
		display: block;
		margin: 0;
	}
	.main_products .main_left {
		width: 100%;
	}
	.main_products .main_left h2 {
		height: 1rem;
		font-size: .3rem;
	}
	.main_products .main_left ul {
		padding: .3rem;
		margin-top: .2rem;
	}
	.main_products .main_left ul li {
		width: 49%;
		margin-bottom: .2rem;
		margin-right: 2%;
		height: .8rem;
		float: left;
	}
	.main_products .main_left ul li:nth-child(2n) {
		margin-right: 0;
	}
	.main_products .main_left ul li a {
		padding: 0 .3rem;
	}
	.main_products .main_left ul li a p {
		font-size: .26rem;
	}
	.main_products .main_left ul li a div {
		width: .1rem;
		height: .2rem;
	}
	.main_products .main_left .tel_box {
		width: 6.9rem;
		margin: 0 auto;
		margin-top: 0;
	}
	.main_products .main_left .tel_box .pic {
		height: 3rem;
	}
	.main_products .main_left .tel_box .tel {
		height: auto;
		padding: .3rem;
		display: flex;
		justify-content: center;
	}
	.main_products .main_left .tel_box .tel .fl {
		width: .8rem;
		height: .8rem;
	}
	.main_products .main_left .tel_box .tel .grow p {
		font-size: .28rem;
	}
	.main_products .main_left .tel_box .tel .grow span {
		font-size: .26rem;
	}
	.main_products .main_right .title {
		display: block;
		height: auto;
		padding-bottom: .3rem;
	}
	.main_products .main_right {
		width: 100%;
	}
	.main_products .main_right .title ul {
		height: 1rem;
		padding-left: .3rem;
		justify-content: center;
		width: 100%;
		box-sizing: border-box;
	}
	.main_products .main_right .title ul li a {
		font-size: .26rem;
	}
	.main_products .main_right .title ul li {
		margin-right: .2rem;
	}
	.main_products .main_right .title .search {
		width: 6.9rem;
		margin: 0 auto;
		height: .8rem;
	}
	.main_products .main_right .title .search input {
		width: 70%;
	}
	.main_products .main_right .title .search div {
		width: 30%;
	}
	.main_products .main_right .list ul li {
		width: 49%;
		margin-right: 2%;
	}
	.main_products .main_right .list {
		margin-top: 0;
	}
	.main_products .main_right .list ul {
		padding: .3rem;
		padding-top: .6rem;
	}
	.main_products .main_right .list ul li:nth-child(3n) {
		margin-right: 2%;
	}
	.main_products .main_right .list ul li:nth-child(2n) {
		margin-right: 0;
	}
	.main_products .main_right .list ul li .pic {
		height: 2.3rem;
	}
	.main_products .main_right .list ul li p {
		font-size: .26rem;
		margin-top: .3rem;
	}
	.main_investor {
		width: 6.9rem !important;
		margin: 0 auto;
	}
	.main_investor .navbars {
		border-radius: .05rem;
		height: auto;
	}
	.main_investor .navbars ul li {
		font-size: .26rem;
		height: .8rem;
		display: flex;
		width: 50%;
		align-items: center;
		justify-content: center;
	}
	.main_investor .navbars ul {
		flex-wrap: wrap;
	}
	.main_investor .navbars ul li a {
		padding: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.main_investor .navbars ul li a::After {
		right: 0;
	}
	.main_investor .navbars ul li:nth-child(2n) a::after {
		display: none;
	}
	.main_investor .touzizhe_box .main_lefts .Administration {
		padding: .3rem;
		margin-bottom: .3rem;
	}
	.main_investor .touzizhe_box {
		margin-top: .3rem;
	}
	.main_investor .touzizhe_box .main_lefts .Administration .titles p {
		font-size: .3rem;
	}
	.main_investor .touzizhe_box .main_lefts .Administration ul {
		display: block;
	}
	.main_investor .touzizhe_box .main_lefts {
		width: 100%;
	}
	.main_investor .touzizhe_box .main_lefts .Administration ul li {
		width: 50%;
		float: left;
		padding: .3rem 0;
	}
	.main_investor .touzizhe_box .main_lefts .Administration ul li .pic {
		width: 1.5rem;
		height: 1.5rem;
		margin: 0 auto;
		margin-bottom: .3rem;
	}
	.main_investor .touzizhe_box .main_lefts .Administration ul li p {
		font-size: .28rem;
		margin-bottom: .1rem;
	}
	.main_investor .touzizhe_box .main_lefts .Administration ul li span {
		font-size: .26rem;
	}
	.main_investor .touzizhe_box .main_lefts .roadshow {
		padding: .3rem;
	}
	.main_investor .touzizhe_box .main_lefts .roadshow .titles p {
		font-size: .3rem;
	}
	.main_investor .touzizhe_box .main_lefts .roadshow .boxw {
		height: 4.6rem;
		padding: 0 .6rem;
	}
	.swiper-button-next,
	.swiper-button-prev {
		height: .5rem;
		width: .5rem;
	}
	.main_investor .touzizhe_box .main_lefts .roadshow .boxw .swiper-container .swiper-slide {
		width: 3.5rem;
		margin-right: .2rem;
	}
	.main_investor .touzizhe_box .main_lefts .roadshow .boxw .item .pic {
		height: 3.5rem;
	}
	.main_investor .touzizhe_box .main_lefts .relationship {
		padding: .3rem;
	}
	.main_investor .touzizhe_box .main_lefts .relationship .titles p {
		font-size: .3rem;
	}
	.main_investor .touzizhe_box .main_lefts .relationship ul {
		padding: 0;
		margin-top: .3rem;
		display: block;
	}
	.main_investor .touzizhe_box .main_lefts .relationship ul li {
		padding: .2rem 0;
	}
	.main_investor .touzizhe_box .main_lefts .relationship ul li p {
		font-size: .3rem;
		text-align: center;
		margin-bottom: .1rem;
	}
	.main_investor .touzizhe_box .main_lefts .relationship ul li span {
		font-size: .26rem;
		text-align: center;
	}
	.main_investor .touzizhe_box .main_rights {
		width: 100%;
	}
	.main_investor .touzizhe_box .main_lefts .relationship {
		margin-bottom: .2rem;
	}
	.main_investor .touzizhe_box .main_rights .item {
		padding: .3rem;
	}
	.main_investor .touzizhe_box .main_rights .item .title .icon p {
		font-size: .3rem;
	}
	.main_investor .touzizhe_box .main_rights .item ul li {
		font-size: .26rem;
		line-height: .7rem;
	}
	.main_investor .box {
		padding: .3rem;
	}
	.main_investor .box .title p {
		font-size: .3rem;
	}
	.main_investor .box .info_box {
		width: 100%;
		display: block;
		padding: 0;
		margin: 0;
	}
	.main_investor .box .info_box .lefts {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-right: .6rem;
	}
	.main_investor .box .info_box .lefts .num p {
		font-size: .28rem;
		margin-bottom: .1rem;
	}
	.main_investor .box .info_box .lefts .num span {
		font-size: .26rem;
	}
	.main_investor .box .info_box .lefts .num {
		margin-top: 0;
	}
	.main_investor .box .info_box .lefts .date .t p {
		font-size: .36rem;
	}
	.main_investor .box .info_box .lefts .date {
		width: 2.6rem;
	}
	.main_investor .box .info_box .lefts .date .t div {
		width: 1rem;
	}
	.main_investor .box .info_box .lefts .num {
		height: auto;
		padding: .2rem .4rem;
		margin-left: .3rem;
		width: auto;
	}
	.main_investor .box .info_box .rights {
		width: 100%;
		padding-top: .5rem;
	}
	.main_investor .box .info_box .rights h2 {
		font-size: .35rem;
		line-height: .6rem;
	}
	.main_investor .box .info_box .rights>p {
		font-size: .26rem;
		line-height: .5rem;
		margin-top: .3rem;
	}
	.main_investor .box .info_box .rights img {
		width: 100%;
		margin-top: .3rem;
	}
	.main_investor .box ul li {
		margin-bottom: .8rem;
	}
	.main_investor .box ul li a {
		display: block;
	}
	.main_investor .box ul li a .date {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: .3rem;
	}
	.main_investor .box ul li a .date span {
		font-size: .26rem;
		margin: 0;
	}
	.main_investor .box ul li a .date .t p {
		font-size: .35rem;
		margin-left: .3rem;
	}
	.main_investor .box ul li a .child {
		width: 100%;
		display: block;
		padding-top: 4.8rem;
		position: relative;
	}
	.main_investor .box ul li a .child .pic {
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	.main_investor .box ul li a .child .grow {
		width: 100%;
	}
	.main_investor .box ul li a .child .grow p {
		font-size: .3rem;
		line-height: .55rem;
	}
	.main_investor .box ul li a .child .grow span {
		font-size: .26rem;
		line-height: .55rem;
	}
	.main_investor .box ul li a .child .grow div {
		width: 3rem;
		margin: 0 auto;
		height: .7rem;
		margin-top: .5rem;
	}
	.main_whyus .m {
		padding: 1rem .3rem;
	}
	.main_whyus .m .title h2 {
		font-size: .4rem;
	}
	.main_whyus .m .title p {
		font-size: .26rem;
	}
	.main_whyus {
		height: 10rem;
	}
	.main_whyus .m .title div {
		margin: .3rem 0;
	}
	.main_whyus .m>p {
		width: 100%;
		font-size: .26rem;
		line-height: .5rem;
	}
	.main_whyus .m ul li p {
		color: #333;
		font-size: .45rem;
		margin-bottom: .2rem;
	}
	.main_whyus .m ul li span {
		font-size: .26rem;
		color: #333;
	}
	.main_whyus .m ul {
		margin-top: 1rem;
		justify-content: center;
		display: flex;
	}
	.main_product .box {
		margin-top: 1rem;
		height: 5rem;
	}
	.main_product .box .swiper-slide {
		width: 5rem;
		height: 4rem;
	}
	.main_product .box .item .font {
		width: 100%;
		height: auto;
		padding: .3rem;
		bottom: 0rem;
	}
	.main_product .box .item .font p {
		font-size: .26rem;
	}
	.main_product .box .item .font div span {
		font-size: .26rem;
		width: 70%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.main_product .box .item .font div a {
		font-size: .26rem;
	}
	.main_history {
		height: auto;
	}
	.main_history ul {
		margin-bottom: .8rem;
		border-top: .02rem solid #f2f2f2;
	}
	.main_history ul li {
		width: 50%;
		padding-bottom: .3rem;
		border-bottom: .02rem solid #f2f2f2;
	}
	.main_history ul li>a .num {
		height: 2rem;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
	}
	.main_history ul li>a .num p {
		font-size: .8rem;
	}
	.main_history ul li>a h2 {
		font-size: .35rem;
		margin-top: .3rem;
	}
	.main_history ul li>a>p {
		font-size: .26rem;
		margin-top: .5rem;
		line-height: .5rem;
	}
	.main_history ul li:nth-child(2n)::after {
		display: none;
	}
	.main_history ul li::after {
		width: .02rem;
	}
	.main_history ul li:hover .pic {
		height: auto;
	}
	.main_about {
		height: 6rem;
	}
	.main_about .m {
		width: 100%;
		padding: .3rem;
	}
	.main_about .m .box {
		width: 100%;
	}
	.main_about .m .box h2 {
		font-size: .3rem;
		text-align: center;
	}
	.main_about .m .box h3 {
		text-align: center;
		font-size: .45rem;
		margin-bottom: .3rem;
	}
	.main_about .m .box p {
		font-size: .28rem;
		margin-bottom: .3rem;
		text-align: center;
	}
	.main_about .m .box span {
		text-align: center;
		font-size: .26rem;
		line-height: .5rem;
		margin-bottom: .3rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}
	.main_about .m .box .btn {
		width: 3rem;
		height: .8rem;
		margin: 0 auto;
	}
	.main_about .m .box .btn a {
		font-size: .26rem;
	}
	.main_news {
		padding-top: 1rem;
	}
	.main_news ul {
		display: block;
		margin-top: .3rem;
	}
	.main_news ul li {
		width: 6.9rem;
		margin: 0 auto;
		height: auto;
		float: none;
		margin-top: .3rem;
	}
	.main_news ul li .pic {
		height: auto;
	}
	.main_news ul li .info {
		padding: .3rem;
	}
	.main_news ul li .info p {
		font-size: .35rem;
	}
	.main_news ul li .info span {
		font-size: .26rem;
		line-height: .5rem;
	}
	.main_news ul li .info div {
		width: 4rem;
		font-size: .26rem;
		height: .8rem;
	}
	.main_news ul li:nth-child(3n) {
		margin: 0 auto;
		margin-top: .3rem;
	}
	.main_customers {
		padding: 1rem 0;
	}
	.main_customers ul li {
		width: 50%;
		margin: 0 auto;
		margin-top: .5rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.main_customers ul li img {
		width: 60%;
	}
	.wsws {
		height: auto !important;
	}
	.menu {
		width: .6rem;
		display: block;
	}
	.mobile_navbar {
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		z-index: 999999;
		left: 0;
		top: 0;
		display: none;
	}
	.mobile_navbar .box {
		width: 70%;
		position: absolute;
		right: -70%;
		top: 0;
		overflow: auto;
		height: 100%;
		background: linear-gradient(#da251c, #191919);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	}
	.mobile_navbar .box ul {
		overflow: hidden;
	}
	.mobile_navbar .box ul li {
		overflow: hidden;
		width: 100%;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.mobile_navbar .box ul li>a {
		display: flex;
		align-items: center;
		height: 100%;
		height: .9rem;
		padding-left: .3rem;
		font-size: .28rem;
		color: #333;
	}
	.mobile_navbar .box img{
		width: .4rem;
		margin: .3rem;
	}
	.mobile_navbar .box ul li>a p{
		font-size: .28rem;
		display: block;
		color: #fff;
	}
	.mobile_navbar .box ul li>a{
		height: auto;
		display: block;
		padding: .2rem 0;
		padding-left: .3rem;
	}
	.mobile_navbar .box ul li>a span{
		display: block;
		color: #fff;
		font-size: .2rem;
		margin-top: .2rem;
	}
	.main_investor .box ul li a .child .grow span{
		display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
overflow: hidden;
	}
}