.banner .swiper-button-next, .swiper-button-prev{
	right: 6%;
}
.banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 6%;
}

.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;
}

.header .m .select .line img {
	display: block;
	margin-left: 3px;
}

.header .m span {
	display: block;
	font-size: 14px;
	color: #e3e3e3;
}

.header .search {
	width: 212px;
	height: 20px;
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 40px;
}

.header .search img {
	cursor: pointer;
	width: 16px;
}

.header .search input {
	width: 186px;
	height: 100%;
	border: none;
	outline: none;
	background: none;
	font-size: 12px;
	color: #a9a9a9;
	padding-left: 14px;
}

.banner {
	/*overflow: hidden;*/
	width: 100%;
	height: 840px;
	position: relative;
}

.banner.about {
	height: 500px;
}

.banner .swiper-container {
	width: 100%;
	height: 100%;
}

.banner .swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner .swiper-pagination-bullet {
	width: 32px;
	height: 5px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 0;
	transition: all .3s;
	margin: 0 11px;
}

.banner .swiper-pagination-bullet-active {
	width: 105px;
	background: white;
}

.banner .swiper-pagination {
	bottom: 33px;
	font-size: 12px;
}

.navbar {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}

.navbar .m {
	width: 1400px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navbar .m > ul {
	/*width: 100%;*/
	height: 50px;
	display: flex;
	align-items: center;
}

.navbar .m > ul > li {
	height: 100%;
	margin-left: 55px;
	font-size: 16px;
	line-height: 1;
	display: flex;
	align-items: center;
	position: relative;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	color: #fff;
}
.navbar .m > ul > li:hover .slideshow{
	display: block;
}
.navbar .m > ul > li .slideshow{
	width: 120px;
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
}
.navbar .m > ul > li .slideshow img{
	display: block;
	width: 20px;
	margin-top: 10px;
	margin-left: 25px;
}
.navbar .m > ul > li .slideshow .link{
	overflow: hidden;
	padding: 20px;
	background: #fff;
	border-radius: 6px;
	
}

.navbar .m > ul > li .slideshow .link a{
	display: flex;
	transition: all .2s;
	font-size: 15px;
	color: #333;
	line-height: 35px;
}
.navbar .m > ul > li .slideshow a:hover{
	color: #2465b9;
}

.navbar .m ul li:hover > a {
	opacity: 1;
}

.navbar .m ul li:hover {
	border-bottom: 2px solid #fff;
}

.navbar .m ul li.on > a {
	opacity: 1;
}

.navbar .m ul li.on {
	border-bottom: 2px solid #fff;
}

.navbar .m ul li > a {
	display: flex;
	align-items: center;
	color: #fff;
	opacity: 0.8;
}

.tong_title {
	overflow: hidden;
}

.tong_title .title {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 24px;
	justify-content: center;
}

.tong_title .title p {
	font-size: 30px;
	margin: 0 33px;
	font-weight: bold;
	color: #222222;
	line-height: 1;
}

.tong_title .title div {
	width: 114px;
	height: 2px;
	background: #dfdfe0;
}

.tong_title span {
	display: block;
	text-align: center;
	line-height: 1;
	font-size: 28px;
	color: #999999;
}

.main_case {
	overflow: hidden;
	background: #fff;
	position: relative;
	padding: 85px 0 82px 0;
}

.main_case .box {
	width: 1400px;
	margin: 0 auto;
	margin-top: 78px;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.main_case .box .swiper-slide {
	width: 438px;
	margin-right: 44px;
}

.main_case .box .swiper-button-next,
.main_case .box .swiper-button-prev {
	width: 17px;
	height: 32px;
	background-size: 100% 100%;
}

.main_case .box .swiper-button-next,
.main_case .box .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/home_59.jpg);
	right: -55px;
}

.main_case .box .swiper-button-prev,
.main_case .box .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/home_56.jpg);
	left: -55px;
}

.main_case .box .item {
	width: 438px;
	height: 286px;
	overflow: hidden;
	position: relative;
}

.main_case .box .item:hover img {
	transform: scale(1.1);
}

.main_case .box .item p {
	width: 100%;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 20px;
	color: #fff;
}

.main_case .box .item img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .4s;
}

.main_case .btn {
	width: 168px;
	height: 45px;
	margin: 0 auto;
	border-radius: 40px;
	border: 1px solid #2465b9;
	margin-top: 83px;
	transition: all .2s;
	background: #fff;
}

.main_case .btn:hover {
	background: #2465b9;
}

.main_case .btn:hover a div {
	background-image: url(../images/home_69.png);
}

.main_case .btn:hover a p {
	color: #fff;
}

.main_case .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.main_case .btn a p {
	font-size: 14px;
	color: #2465b9;
}

.main_case .btn a div {
	width: 5px;
	height: 10px;
	background-size: 100%;
	margin-left: 12px;
	background-image: url(../images/rightjt_03.png);
}

.main_services_scope {
	overflow: hidden;
	background: #fff;
	position: relative;
	padding: 70px 0 100px 0;
}

.main_services_scope ul {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
}

.main_services_scope ul li {
	overflow: hidden;
	float: left;
	width: 260px;
	border: 1px solid #efefef;
	margin-top: 70px;
	margin-right: 25px;
}

.main_services_scope ul li:hover .pic img {
	transform: scale(1.1);
}

.main_services_scope ul li:nth-child(5n) {
	margin-right: 0;
}

.main_services_scope ul li .pic {
	width: 100%;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	height: 189px;
}

.main_services_scope ul li .pic img {
	display: block;
	width: 100%;
	transition: all .4s;
}

.main_services_scope ul li .info {
	overflow: hidden;
	height: 75px;
	padding: 15px 0 0 17px;
}

.main_services_scope ul li .info p {
	font-size: 18px;
	color: #333333;
	line-height: 1;
	margin-bottom: 12px;
}

.main_services_scope ul li .info span {
	display: block;
	font-size: 14px;
	color: #999999;
	line-height: 1;
}

.main_services_industry {
	width: 100%;
	height: 705px;
	background-image: url(../images/homebg_04.jpg);
	background-size: cover;
	background-position: center center;
	padding-top: 60px;
	background-repeat: no-repeat;
}

.main_services_industry.about {
	height: 640px;
	background-image: url(../images/about_04.jpg);
}

.main_services_industry .tong_title .title p {
	color: #fff;
}

.main_services_industry .tong_title span {
	color: #fff;
}

.main_services_industry .tong_title {
	margin-bottom: 35px;
}

.main_services_industry em {
	display: block;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
}

.main_services_industry ul {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.main_services_industry ul li {
	overflow: hidden;
	margin-top: 90px;
}

.main_services_industry ul > img{
	margin-top: 134px;
}

.main_services_industry ul li img {
	display: block;
	margin: 0 auto;
	margin-bottom: 34px;
}

.main_services_industry ul li p {
	text-align: center;
	font-size: 22px;
	color: #fff;
	line-height: 1;
}

.main_services_industry .btn {
	width: 168px;
	height: 45px;
	margin: 0 auto;
	border-radius: 40px;
	margin-top: 83px;
	transition: all .2s;
	background: #fff;
}

.main_services_industry .btn:hover {
	background: #2465b9;
}

.main_services_industry .btn:hover a div {
	background-image: url(../images/home_69.png);
}

.main_services_industry .btn:hover a p {
	color: #fff;
}

.main_services_industry .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.main_services_industry .btn a p {
	font-size: 14px;
	color: #2465b9;
}

.main_services_industry .btn a div {
	width: 5px;
	height: 10px;
	background-size: 100%;
	margin-left: 12px;
	background-image: url(../images/rightjt_03.png);
}

.main_about {
	overflow: hidden;
	width: 100%;
	height: 734px;
	background-image: url(../images/homebgs_02.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 78px;
}

.main_about .box {
	width: 1400px;
	position: relative;
	margin: 0 auto;
	margin-top: 72px;
}

.main_about .box .pic {
	width: 626px;
	overflow: hidden;
}
.menu{
	display: none;
}
.main_about .box .pic img {
	width: 100%;
}

.main_about .box .grow {
	width: 810px;
	position: absolute;
	right: 0;
	top: 22px;
}

.main_about .box .grow .child {
	position: relative;
}

.main_about .box .grow .child .font {
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	background-image: url(../images/homebg_07.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 18px 45px 45px 40px;
	font-size:14px;
	line-height:1.8
}

.main_about .box .grow .child .font p {
	font-size: 14px;
	line-height: 24px;
	margin: 12px 0;
	color: #666666;
}

.main_about .box .grow .child .font p span {
	color: #2465b9;
}

.main_about .box .grow .child .more {
	width: 243px;
	overflow: hidden;
	height: 49px;
	background: #2465b9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-top: -14px;
	margin-left: 30px;
	padding: 0 16px;
}

.main_about .box .grow .child .more a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	overflow: hidden;
}

.main_about .box .grow .child .more p {
	font-size: 14px;
	color: #fff;
}

.main_about .box .grow .child .more div {
	width: 5px;
	height: 10px;
	background-image: url(../images/home_69.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.main_news {
	overflow: hidden;
	width: 100%;
	padding: 88px 0 95px 0;
}

.main_news ul {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_news ul li {
	overflow: hidden;
	width: 392px;
	margin: 0 52px;
	margin-top: 56px;
	background: #fbfbfb;
}

.main_news ul li:hover .pic img {
	transform: scale(1.1);
}

.main_news ul li:hover .info .look div {
	background-image: url(../images/home_84.png);
}

.main_news ul li:hover .info .look em {
	color: #2465b9;
}

.main_news ul li .pic {
	width: 100%;
	overflow: hidden;
	height: 310px;
}

.main_news ul li .pic img {
	display: block;
	width: 100%;
	transition: all .4s;
}

.main_news ul li .info {
	overflow: hidden;
	padding: 20px 20px 0 24px;
	height: 185px;
}

.main_news ul li .info p {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	display: -webkit-box;
	font-weight: bold;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 10px;
}

.main_news ul li .info span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #666666;
}

.main_news ul li .info .look {
	display: flex;
	align-items: center;
	margin-top: 22px;
}

.main_news ul li .info .look em {
	font-size: 16px;
	color: #a2a2a2;
	margin-right: 20px;
}

.main_news ul li .info .look div {
	width: 13px;
	height: 13px;
	background-image: url(../images/home_87.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.footer {
	width: 100%;
	overflow: hidden;
	background: #f8f8f9;
}

.footer .m {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 45px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.footer .m .link {
	overflow: hidden;
	display: flex;
}

.footer .m .link ul {
	overflow: hidden;
	margin-right: 70px;
}

.footer .m .link ul li {
	font-size: 20px;
	color: #333333;
}

.footer .m .link ul li:first-child {
	margin-bottom: 20px;
}

.footer .m .link ul li a {
	font-size: 16px;
	line-height: 38px;
	color: #999999;
	transition: all .2s;
}

.footer .m .link ul li:hover a {
	color: #2465b9;
}

.footer .m .contact {
	overflow: hidden;
	width: 700px;
	border-left: 1px solid #e5e5e6;
	display: flex;
	justify-content: flex-end;
}

.footer .m .contact .fl {
	width: 470px;
	overflow: hidden;
}

.footer .m .contact .fl>img {
	display: block;
}

.footer .m .contact .fl ul {
	overflow: hidden;
}

.footer .m .contact .fl ul li {
	overflow: hidden;
	margin-top: 25px;
	/*width: 214px;*/
	width:230px;
	float: left;
	display: flex;
	align-items: center;
}

.footer .m .contact .fl ul li p {
	font-size: 14px;
	margin-left: 13px;
	color: #404040;
}

.footer .m .contact .fl ul li p span {
	color: #999999;
}

.footer .m .contact .code {
	padding-top: 15px;
}

.footer .m .contact .code p {
	font-size: 16px;
	margin-bottom: 20px;
	color: #333333;
}

.footer .m .contact .code img {
	display: block;
	margin-bottom: 10px;
}

.footer .m .contact .code span {
	font-size: 14px;
	color: #333333;
	display: block;
}

footer {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f8f8f9;
	font-size: 12px;
	color: #999999;
	border-top: 1px solid #e9e9ea;
}

.main_contact {
	overflow: hidden;
	padding: 90px 0 72px 0;
}

.main_contact .box {
	overflow: hidden;
	margin-top: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main_contact .box .pic {
	width: 598px;
	overflow: hidden;
}

.main_contact .box .pic img {
	display: block;
	width: 100%;
}

.main_contact .box .grow {
	overflow: hidden;
	width: 450px;
	margin-left: 50px;
}

.main_contact .box .grow .tit {
	overflow: hidden;
	margin-bottom: 38px;
}

.mobile_navbar{
	display: none;
}

.main_contact .box .grow .tit p {
	font-size: 24px;
	font-weight: bold;
	line-height: 38px;
	color: #333333;
}

.main_contact .box .grow .tit span {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
}

.main_contact .box .grow ul {
	overflow: hidden;
}

.main_contact .box .grow ul li {
	margin-bottom: 18px;
	display: flex;
	align-items: center;
}

.main_contact .box .grow ul li img {
	display: block;
}

.main_contact .box .grow ul li p {
	font-size: 20px;
	color: #333333;
	margin-left: 30px;
}

.main_partner {
	overflow: hidden;
	padding: 60px 0;
}

.main_partner ul {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
	margin-top: 60px;
}

.main_partner ul li {
	overflow: hidden;
	width: 320px;
	height: 200px;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}

.main_partner ul li a img{
	width:320px;
	height:200px
	}

.main_partner ul li img {
	width: 100%;
	display: block;
}

.main_partner ul li:nth-child(4n) {
	margin-right: 0;
}

.main_company {
	overflow: hidden;
	background: #f8f8f8;
	padding: 60px 0;
}

.main_company .box {
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 56px;
}

.main_company .box .item {
	overflow: hidden;
	width: 323px;
	height: 328px;
	background: #fff;
	padding-top: 30px;
}

.main_company .box .item img {
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}

.main_company .box .item p {
	text-align: center;
	font-size: 22px;
	line-height: 1;
	color: #333333;
	margin-bottom: 16px;
	font-weight: bold;
}

.main_company .box .item span {
	display: block;
	line-height: 1;
	text-align: center;
	font-size: 17px;
	color: #999999;
}

.tong_titles {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 95px;
	border-bottom: 1px solid #d7d7d7;
}

.tong_titles h2 {
	font-size: 23px;
	color: #000;
	display: flex;
	align-items: flex-end;
}

.tong_titles h2 p {
	font-size: 16px;
	color: #acacac;
	margin-left: 18px;
}

.tong_titles ul {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.tong_titles ul li {
	font-size: 16px;
	margin: 0 5px;
	color: #333333;
}

.tong_titles ul li a {
	color: #333333;
}

.tong_titles ul li.on a {
	color: #2465b9;
}

.main_news_box {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
	padding: 30px 0 60px 0;
}

.main_news_box .box {
	overflow: hidden;
	width: 100%;
	background: #fff;
	padding: 40px;
}

.main_news_box .box .navw {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.main_news_box .box .navw div {
	width: 140px;
	margin-bottom: 40px;
	border-radius: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #2465b9;
	margin-right: 35px;
	transition: all .2s;
	height: 40px;
	font-size: 16px;
	color: #2465b9;
}

.main_news_box .box .navw div:hover {
	background: #2465b9;
	color: #fff;
}

.main_news_box .box .navw div.on {
	background: #2465b9;
	color: #fff;
}

.main_news_box .box ul {
	overflow: hidden;
}

.main_news_box .box ul li {
	overflow: hidden;
	width: 100%;
	margin-bottom: 85px;
}

.main_news_box .box ul li:hover a .child .pic img {
	transform: scale(1.1);
}

.main_news_box .box ul li:hover a .child .grow div {
	background: #2465b9;
	color: #fff;
}

.main_news_box .box ul li:hover a .date .t div::After {
	width: 100%;
}

.main_news_box .box ul li a {
	display: flex;
	width: 100%;
	justify-content: space-between;
	box-sizing: border-box;
}

.main_news_box .box ul li a .date {
	overflow: hidden;
	width: 160px;
}

.main_news_box .box ul li a .date .t {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_news_box .box ul li a .date .t div {
	width: 56px;
	height: 1px;
	background: #d7d7d7;
	position: relative;
}

.main_news_box .box ul li a .date .t div::After {
	content: '';
	width: 0%;
	height: 100%;
	background: #2465b9;
	position: absolute;
	transition: all .3s;
	left: 0;
	top: 0;
}

.main_news_box .box ul li a .date .t p {
	font-size: 22px;
	color: #676767;
	line-height: 1;
}

.main_news_box .box ul li a .date span {
	display: block;
	font-size: 13px;
	color: #7b7b7b;
	margin-top: 14px;
	text-align: right;
}

.main_news_box .box ul li a .child {
	overflow: hidden;
	width: 1095px;
	display: flex;
	justify-content: space-between;
}

.main_news_box .box ul li a .child .grow {
	overflow: hidden;
	width: 730px;
}

.main_news_box .box ul li a .child .grow p {
	font-size: 16px;
	color: #191919;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}

.main_news_box .box ul li a .child .grow span {
	display: block;
	font-size: 14px;
	color: #888888;
	line-height: 28px;
}

.main_news_box .box ul li a .child .grow div {
	overflow: hidden;
	width: 153px;
	height: 40px;
	margin-top: 16px;
	overflow: hidden;
	border-radius: 4px;
	border: 1px solid #2465b9;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #2465b9;
	transition: all .2s;
}

.main_news_box .box ul li a .child .pic {
	width: 290px;
	overflow: hidden;
}

.main_news_box .box ul li a .child .pic img {
	transition: all .4s;
	display: block;
	width: 100%;
}

.main_case_box {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
	padding: 30px 0 60px 0;
}

.main_case_box .box {
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 70px;
}

.main_case_box .box .rights {
	overflow: hidden;
	width: 1000px;
}

.main_case_box .box .rights h2 {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	line-height: 48px;
}

.main_case_box .box .rights>p {
	font-size: 15px;
	color: #1e1e1e;
	line-height: 36px;
	margin-top: 40px;
}

.main_case_box .box .rights img {
	margin: 0 auto;
	display: block;
	margin-top: 40px;
}

.main_case_box .box .rights .next {
	overflow: hidden;
	margin-top: 100px;
}

.main_case_box .box .rights .next .pagebox {
	overflow: hidden;
	width: 100%;
	padding: 20px 0;
	margin-top: 50px;
	border-top: 1px solid #d3d3d3;
}

.main_case_box .box .rights .next .pagebox p {
	display: flex;
	align-items: center;
	height: 45px;
	font-size: 15px;
	color: #aeaeae;
}

.main_case_box .box .rights .next .pagebox p a {
	color: #cd3e14;
}

.main_case_box .box .lefts {
	overflow: hidden;
}

.main_case_box .box .lefts .num {
	overflow: hidden;
	float: right;
	margin-top: 30px;
	width: 95px;
	background: #f2f2f2;
	padding: 20px 0;
}

.main_case_box .box .lefts .num p {
	font-size: 16px;
	color: #000;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}

.main_case_box .box .lefts .num span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.main_case_box .box .lefts .date {
	overflow: hidden;
	width: 160px;
}

.main_case_box .box .lefts .date .t {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_case_box .box .lefts .date .t div {
	width: 56px;
	height: 1px;
	background: #d7d7d7;
	position: relative;
}

.main_case_box .box .lefts .date .t div::After {
	content: '';
	width: 0%;
	height: 100%;
	background: #da251c;
	position: absolute;
	transition: all .3s;
	left: 0;
	top: 0;
}

.main_case_box .box .lefts .date .t p {
	font-size: 22px;
	color: #676767;
	line-height: 1;
}

.main_case_box .box .lefts .date span {
	display: block;
	font-size: 13px;
	color: #7b7b7b;
	margin-top: 14px;
	text-align: right;
}

.main_Authentication_box {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
	padding: 30px 0 60px 0;
}

.main_Authentication_box .box {
	width: 100%;
	background: #fff;
	display: flex;
	height: 740px;
	align-items: center;
	justify-content: center;
}

.main_Authentication_box .box .grow {
	overflow: hidden;
	width: 500px;
	margin-left: 55px;
}

.main_Authentication_box .box .grow p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #333333;
}

.main_Authentication_box .box .grow span {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 36px;
}

.main_Authentication_box .box .grow em {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 36px;
	margin-top: 35px;
}

.main_Authentication_box .box .search_box {
	overflow: hidden;
	border-radius: 3px;
	width: 600px;
	background: #f2f2f2;
}

.main_Authentication_box .box .search_box h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
	background: #2465b9;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}

.main_Authentication_box .box .search_box .info {
	overflow: hidden;
	padding: 70px 65px 90px 65px;
}

.main_Authentication_box .box .search_box .info p {
	font-size: 17px;
	margin-bottom: 30px;
	color: #333;
}

.main_Authentication_box .box .search_box .info input {
	width: 100%;
	background: #fff;
	border-radius: 3px;
	font-size: 18px;
	color: #333;
	height: 56px;
	padding-left: 10px;
	border: 1px solid #333;
}

.main_Authentication_box .box .search_box .info .submit {
	width: 145px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: #2465b9;
	color: #fff;
	font-size: 18px;
	margin: 0 auto;
	margin-top: 50px;
	border-radius: 3px;
	transition: all .2s;
}

.main_Authentication_box .box .search_box .info .submit:hover {
	opacity: 0.9;
}

.main_service_box {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
	padding: 30px 0 60px 0;
}

.main_service_box .box {
	width: 100%;
	background: #fff;
	padding: 40px 40px 116px 40px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.main_service_box .box .main_list {
	overflow: hidden;
	width: 1010px;
}

.main_service_box .box .main_list ul {
	overflow: hidden;
	width: 100%;
}

.main_service_box .box .main_list ul li {
	overflow: hidden;
	width: 318px;
	float: left;
	margin-right: 27px;
	margin-bottom: 55px;
}

.main_service_box .box .main_list ul li:hover .pic img {
	transform: scale(1.1);
}

.main_service_box .box .main_list ul li:hover p {
	color: #2465b9;
	text-decoration: underline;
}

.main_service_box .box .main_list ul li:nth-child(3n) {
	margin-right: 0;
}

.main_service_box .box .main_list ul li .pic {
	width: 100%;
	height: 230px;
	overflow: hidden;
	margin-bottom: 35px;
}

.main_service_box .box .main_list ul li .pic img {
	display: block;
	width: 100%;
	min-height: 250px;
	transition: all .4s;
}

.main_service_box .box .main_list ul li p {
	text-align: center;
	font-size: 18px;
	color: #797979;
}

.main_service_box .box .main_service_info {
	overflow: hidden;
	width: 980px;
}

.main_service_box .box .main_service_info h3 {
	font-size: 33px;
	color: #333333;
	border-bottom: 1px solid #d7d7d7;
	display: flex;
	height: 90px;
	align-items: center;
	font-weight: bold;
}

.main_service_box .box .main_service_info .boxs {
	overflow: hidden;
}

.main_service_box .box .main_service_info .boxs .lab {
	overflow: hidden;
	margin-top: 40px;
	font-size:16px;
	line-height:2.0;
}

.main_service_box .box .main_service_info .boxs .lab p {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}

.main_service_box .box .main_service_info .boxs .lab span {
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
}

.main_service_box .box .main_navbar {
	overflow: hidden;
	width: 280px;
	background: #f2f2f2;
}

.main_service_box .box .main_navbar h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
	font-size: 30px;
	font-weight: bold;
	background: #2465b9;
	color: #fff;
}

.main_service_box .box .main_navbar ul {
	overflow: hidden;
}

.main_service_box .box .main_navbar ul li {
	height: 83px;
	border-bottom: 1px solid #d7d7d7;
	overflow: hidden;
}

.main_service_box .box .main_navbar ul li:hover a {
	color: #2465b9;
}

.main_service_box .box .main_navbar ul li:last-child {
	border: none;
}

.main_service_box .box .main_navbar ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	transition: all .2s;
	font-size: 17px;
	color: #797979;
}

.main_search_box {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
	padding: 65px 0;
}

.main_search_box .box {
	width: 100%;
	background: #fff;
	padding: 85px 255px 75px 255px;
}

.main_search_box .box .child {
	overflow: hidden;
	width: 100%;
	background: #f2f2f2;
}

.main_search_box .box .child h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2465b9;
	font-size: 33px;
	height: 92px;
	font-weight: bold;
	color: #fff;
}

.main_search_box .box .child ul {
	overflow: hidden;
	margin: 50px 0;
}

.main_search_box .box .child ul li {
	overflow: hidden;
	width: 775px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	font-size: 19px;
	color: #333333;
	border-bottom: 1px solid #d7d7d7;
	height: 80px;
}

.main_search_box .box .child ul li:hover a {
	color: #2465b9;
}

.main_search_box .box .child ul li:last-child {
	border: none;
}

.main_search_box .box .child ul li a {
	display: flex;
	align-items: center;
	height: 100%;
	color: #333;
}

.page {
	display: flex;
	align-items: center;
	margin-top: 30px;
	justify-content: center;
}

.page div {
	height: 38px;
	background: #2465b9;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
	cursor: pointer;
	margin: 0 5px;
	font-size: 14px;
	min-width: 38px;
	transition: all .2s;
	color: #fff;
}

.page div:hover {
	opacity: 0.9;
}

.page div:first-child {
	padding: 0 23px;
}

.page div:last-child {
	padding: 0 23px;
}

@media (max-width: 1450px) {
	.m,
	.main_services_scope ul,
	.main_services_industry ul,
	.main_case .box,
	.main_about .box,
	.main_company .box,
	.main_partner ul,
	.main_case_box,
	.main_news_box,
	.main_Authentication_box,
	.main_search_box,
	.main_service_box,
	.main_service_box {
		width: 1200px !important;
	}
	
	.banner{
		height: 700px;
	}
	.main_services_industry.about ul li img{
		width: 140px;
	}
	.main_services_industry.about ul li p{
		font-size: 20px;
	}
	.main_service_box .box .main_list {
		width: 800px;
	}
	.main_service_box .box .main_list ul li {
		width: 248px;
	}
	.main_service_box .box .main_list ul li .pic {
		height: 185px;
	}
	.main_service_box .box .main_service_info {
		width: 800px;
	}
	.main_Authentication_box .box .search_box {
		width: 550px;
	}
	.main_news_box .box ul li a .child {
		width: 920px;
	}
	.main_news_box .box ul li a .child .grow {
		width: 610px;
	}
	.main_case_box .box {
		padding: 50px;
	}
	.main_case_box .box .rights {
		width: 850px;
	}
	.main_partner ul li {
		width: 180px;
	}
	.main_company .box .item {
		width: 270px;
	}
	.main_company .box .item img {
		width: 80%;
	}
	.main_services_scope ul li {
		width: 220px;
	}
	.main_services_scope ul li .pic {
		height: 159px;
	}
	.main_case .box .swiper-slide {
		width: 371px;
	}
	.main_case .box .item {
		width: 100%;
		height: 245px;
	}
	.main_news ul li {
		margin: 0 2%;
		margin-top: 56px;
	}
	.main_news ul li .pic {
		height: 188px;
	}
	.main_news ul li {
		width: 350px;
	}
	.footer .m .link ul li a {
		font-size: 14px;
	}
	.footer .m .contact {
		width: 650px;
	}
	.footer .m .contact .fl {
		width: 440px;
	}
	.footer .m .contact .fl ul li {
		width: 180px;
	}
	.footer .m .link ul {
		margin-right: 50px;
	}
	.footer .m .link ul li:first-child {
		font-size: 18px;
	}
	.main_search_box .box .child ul li {
		width: 80%;
	}
}

@media (max-width: 1250px) {
	.m,
	.main_services_scope ul,
	.main_services_industry ul,
	.main_case .box,
	.main_about .box,
	.main_company .box,
	.main_partner ul,
	.main_case_box,
	.main_news_box,
	.main_Authentication_box,
	.main_search_box,
	.main_service_box,
	.main_service_box {
		width: 1000px !important;
	}
	.banner{
		height: 600px;
	}
	.main_services_industry.about ul li img{
		width: 120px;
	}
	.main_services_industry.about ul li p{
		font-size: 18px;
	}
	.main_services_industry.about ul > img{
		width: 60px;
	}
	.main_services_scope ul li {
		width: 180px;
	}
	.main_services_scope ul li .pic {
		height: 130px;
	}
	.main_services_industry ul li img {
		width: 130px;
	}
	.main_services_industry ul li p {
		font-size: 20px;
	}
	.main_case .box .swiper-slide {
		width: 304px;
	}
	.main_case .box .item {
		height: 200px;
	}
	.main_news ul li {
		width: 320px;
	}
	.main_news ul li .pic {
		height: 170px;
	}
	.main_news ul li .info p {
		font-size: 17px;
		line-height: 25px;
	}
	.main_news ul li .info {
		padding: 16px 16px 0 16px;
	}
	.main_news ul li .info .look {
		margin-top: 15px;
	}
	.footer .m .contact .fl {
		width: 390px;
	}
	.footer .m .link ul {
		margin-right: 25px;
	}
	.footer .m .contact {
		width: 560px;
	}
	.main_company .box .item {
		width: 235px;
		height: 290px;
	}
	.main_partner ul li {
		width: 140px;
	}
	.main_case_box .box {
		padding: 30px;
	}
	.main_case_box .box .rights {
		width: 735px;
	}
	.main_news_box .box {
		padding: 30px;
	}
	.main_news_box .box ul li a .child {
		width: 750px;
	}
	.main_news_box .box ul li a .child .grow {
		width: 440px;
	}
	.main_news_box .box ul li a .child .grow span {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	.main_Authentication_box .box {
		display: block;
		padding: 30px;
		height: auto;
	}
	.main_Authentication_box .box .search_box {
		margin: 0 auto;
		margin-bottom: 50px;
	}
	.main_Authentication_box .box .grow {
		margin: 0 auto;
	}
	.main_search_box .box {
		padding: 85px 155px 75px 155px;
	}
	.main_search_box .box .child ul li {
		width: 80%;
	}
	.main_service_box .box .main_service_info {
		width: 666px;
	}
	.main_service_box .box .main_list {
		width: 666px;
	}
	.main_service_box .box .main_navbar {
		width: 220px;
	}
	.main_service_box .box .main_list ul li {
		width: 204px;
	}
	.main_service_box .box .main_list ul li .pic {
		height: 155px;
	}
}

@media (max-width: 1000px) {
	.m,
	.main_services_scope ul,
	.main_services_industry ul,
	.main_case .box,
	.main_about .box,
	.main_company .box,
	.main_partner ul,
	.main_case_box,
	.main_news_box,
	.main_Authentication_box,
	.main_search_box,
	.main_service_box,
	.main_service_box {
		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;
	}
	.banner {
		height: 4rem;
	}
	.navbar .m ul {
		display: none;
	}
	.navbar {
		height: 1rem;
		position: fixed;
		left: 0;
		transition: all .3s;
		background: rgba(0, 0, 0, .6);
		top: .55rem;
	}
	.navbar .m {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 .3rem;
	}
	.navbar .m>img {
		width: 2.3rem;
	}
	.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: #333;
		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(255,255,255,.1);
	}
	.mobile_navbar .box ul li>a {
		display: flex;
		align-items: center;
		height: 100%;
		height: .9rem;
		padding-left: .3rem;
		font-size: .28rem;
		color: #fff;
	}
	.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;
	}
	.banner .swiper-pagination-bullet {
		width: .4rem;
		height: .05rem;
	}
	.banner .swiper-pagination-bullet-active {
		width: .6rem;
	}
	.tong_title .title {
		margin-bottom: .2rem;
	}
	.tong_title .title p {
		font-size: .35rem;
		margin: 0 .2rem;
	}
	.tong_title .title div {
		width: 1rem;
		height: 1px;
	}
	.tong_title span {
		font-size: .3rem;
	}
	.main_services_scope {
		padding: .8rem .3rem;
	}
	.main_services_scope ul {
		margin-top: .3rem;
	}
	.main_services_scope ul li {
		width: 48%;
		margin-right: 4%;
		margin-top: .5rem;
	}
	.main_services_scope ul li:nth-child(2n) {
		margin-right: 0;
	}
	.main_services_scope ul li .pic {
		height: 2.5rem;
	}
	.main_services_scope ul li .pic img {
		min-height: 100%;
	}
	.main_services_scope ul li .info {
		padding: .25rem 0 0 .25rem;
		height: 1.3rem;
	}
	.main_services_scope ul li .info p {
		font-size: .28rem;
	}
	.main_services_scope ul li .info span {
		font-size: .24rem;
	}
	.main_services_industry {
		height: auto;
		padding: .8rem .3rem;
	}
	.main_services_industry .tong_title {
		margin-bottom: .3rem;
	}
	.main_services_industry em {
		font-size: .24rem;
		line-height: .5rem;
	}
	.main_services_industry ul {
		display: block;
	}
	.main_services_industry ul li {
		width: 50%;
		margin: 0;
		margin-top: .5rem;
		float: left;
	}
	.main_services_industry ul li img {
		width: 1.8rem;
		margin-bottom: .3rem;
	}
	.main_services_industry ul li p {
		font-size: .28rem;
		line-height: 1.1;
	}
	.main_services_industry .btn {
		width: 3rem;
		height: .8rem;
		margin-top: 1rem;
	}
	.main_services_industry .btn a p {
		font-size: .26rem;
	}
	.main_case {
		padding: .8rem .3rem;
	}
	.main_case .box {
		margin-top: .8rem;
	}
	.main_case .box .swiper-slide {
		width: 100%;
		margin: 0;
	}
	.main_case .box .item {
		width: 80%;
		margin: 0 auto;
		height: 3.3rem;
	}
	.main_case .box .item p {
		height: .6rem;
		font-size: .24rem;
	}
	.main_case .box .swiper-button-next,
	.main_case .box .swiper-container-rtl .swiper-button-prev {
		right: 0;
	}
	.main_case .box .swiper-button-prev,
	.main_case .box .swiper-container-rtl .swiper-button-next {
		left: 0;
	}
	.main_case .btn {
		width: 3rem;
		height: .8rem;
		margin-top: 1rem;
	}
	.main_case .btn a p {
		font-size: .26rem;
	}
	.main_about {
		height: auto;
		padding: .8rem 0;
	}
	.main_about .box {
		margin-top: .8rem;
	}
	.main_about .box .grow {
		position: static;
		width: 100%;
	}
	.main_about .box .pic {
		width: 100%;
	}
	.main_about .box .grow .child .font {
		width: 6.9rem;
		margin: 0 auto;
		overflow: hidden;
		left: 0;
		padding: .3rem;
		margin-top: .3rem;
		top: 0;
	}
	.main_about .box .grow .child .font p {
		font-size: .26rem;
		line-height: .4rem;
	}
	.main_about .box .grow .child .more {
		width: 4rem;
	}
	.main_news {
		padding: .8rem .3rem;
	}
	.main_news ul {
		display: block;
	}
	.main_news ul li {
		margin-top: .5rem;
		width: 100%;
	}
	.main_news ul li .pic {
		height: auto;
	}
	.main_news ul li .info {
		padding: .3rem;
		height: auto;
	}
	.main_news ul li .info p {
		font-size: .3rem;
		margin-bottom: .1rem;
	}
	.main_news ul li .info span {
		font-size: .26rem;
		line-height: .45rem;
	}
	.main_news ul li .info .look em {
		font-size: .26rem;
	}
	.footer .m {
		display: block;
		padding: .6rem .3rem;
	}
	.footer .m .link ul {
		margin: 0;
	}
	.footer .m .link {
		display: flex;
		justify-content: space-between;
	}
	.footer .m .link ul li a {
		font-size: .24rem;
		line-height: .55rem;
	}
	.footer .m .link ul li {
		font-size: .24rem;
		line-height: .55rem;
	}
	.footer .m .link ul li:first-child {
		font-size: .28rem;
		margin-bottom: .2rem;
	}
	.footer .m .contact {
		width: 100%;
		border: none;
		display: block;
		margin-top: .5rem;
	}
	.footer .m .contact .fl>img {
		width: 4rem;
		margin: 0 auto;
	}
	.footer .m .contact .fl ul li {
		width: 50%;
		margin: 0 auto;
		height: .8rem;
		padding-left: .3rem;
		display: flex;
		align-items: center;
	}
	.footer .m .contact .fl ul li img {
		width: .3rem;
	}
	.footer .m .contact .fl ul li p {
		font-size: .26rem;
		margin-left: .15rem;
	}
	.footer .m .contact .code {
		width: 100%;
		overflow: hidden;
	}
	.footer .m .contact .code p {
		font-size: .24rem;
		text-align: center;
		margin-bottom: .1rem;
	}
	.footer .m .contact .code img {
		width: 1.5rem;
		margin: 0 auto;
	}
	.footer .m .contact .code span {
		font-size: .24rem;
		text-align: center;
		margin-top: .15rem;
	}
	footer {
		font-size: .2rem;
		text-align: center;
		box-sizing: border-box;
		height: auto;
		padding: .2rem;
	}
	.banner.about {
		height: 5rem;
	}
	.main_services_industry.about {
		height: auto;
	}
	.main_contact {
		padding: .8rem 0;
	}
	.main_contact .box {
		display: block;
		margin: 0 auto;
		margin-top: .8rem;
		width: 6.9rem;
	}
	.main_contact .box .pic {
		width: 100%;
	}
	.main_contact .box .grow {
		width: 100%;
		margin: 0;
		margin-top: .5rem;
	}
	.main_contact .box .grow .tit {
		margin-bottom: .3rem;
	}
	.main_contact .box .grow .tit p {
		font-size: .35rem;
		text-align: center;
		line-height: .6rem;
	}
	.main_contact .box .grow .tit span {
		font-size: .26rem;
		text-align: center;
	}
	.main_contact .box .grow ul li {
		margin-bottom: .3rem;
		float: left;
		margin: .3rem 0;
		width: 50%;
	}
	.main_contact .box .grow ul li img {
		width: .6rem;
	}
	.main_contact .box .grow ul li p {
		text-align: center;
		font-size: .26rem;
		line-height: .45rem;
		margin-left: .3rem;
	}
	.main_company {
		padding: .8rem 0;
	}
	.main_company .box {
		display: block;
		margin-top: .8rem;
		padding: 0 .3rem;
	}
	.main_company .box .item {
		width: 48%;
		margin-right: 4%;
		height: 4.5rem;
		margin-bottom: .3rem;
		float: left;
	}
	.main_company .box .item:nth-child(2n) {
		margin-right: 0;
	}
	.main_company .box .item p {
		font-size: .3rem;
		margin-bottom: .3rem;
	}
	.main_company .box .item span {
		font-size: .26rem;
		text-align: center;
	}
	.main_partner {
		padding: .8rem 0;
	}
	.main_partner ul {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.main_partner ul li {
		width: 30%;
		margin: 0;
	}
	.tong_titles {
		height: 1rem;
		padding: 0 .3rem;
	}
	.tong_titles h2 {
		font-size: .3rem;
	}
	.tong_titles h2 p {
		font-size: .24rem;
		margin-left: .1rem;
	}
	.tong_titles ul li {
		font-size: .26rem;
	}
	.main_case_box .box {
		padding: .5rem .3rem;
		display: block;
	}
	.main_case_box .box .lefts {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.main_case_box .box .lefts .num {
		margin: 0;
	}
	.main_case_box .box .lefts .date .t p {
		font-size: .35rem;
	}
	.main_case_box .box .lefts .date {
		width: 2.3rem;
	}
	.main_case_box .box .lefts .date .t div {
		width: .65rem;
	}
	.main_case_box .box .lefts .date span {
		font-size: .24rem;
		margin-top: .2rem;
	}
	.main_case_box .box .lefts .num {
		padding: .2rem 0;
	}
	.main_case_box .box .lefts .num p {
		font-size: .26rem;
	}
	.main_case_box .box .lefts .num span {
		font-size: .24rem;
	}
	.main_case_box .box .rights {
		width: 100%;
		margin-top: .5rem;
	}
	.main_case_box .box .rights h2 {
		font-size: .4rem;
		line-height: .7rem;
	}
	.main_case_box .box .rights>p {
		font-size: .26rem;
		line-height: .5rem;
		margin-top: .3rem;
	}
	.main_case_box .box .rights img {
		width: 100%;
		margin-top: .3rem;
	}
	.main_case_box .box .rights .next {
		margin-top: 1rem;
	}
	.main_case_box .box .rights .next .pagebox p {
		font-size: .24rem;
		height: .5rem;
	}
	.main_case_box {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.main_news_box .box {
		padding: .5rem .3rem;
	}
	.main_news_box .box .navw {
		margin-bottom: .3rem;
	}
	.main_news_box .box .navw div {
		width: 2rem;
		font-size: .28rem;
		margin-bottom: .3rem;
		height: .65rem;
		margin-right: .3rem;
	}
	.main_news_box .box ul li {
		margin-bottom: .8rem;
	}
	.main_news_box .box ul li a {
		display: block;
		width: 100%;
	}
	.main_news_box .box ul li a .date .t div {
		width: .65rem;
	}
	.main_news_box .box ul li a .date {
		width: 100%;
		margin-bottom: .5rem;
	}
	.main_news_box .box ul li a .date .t p {
		font-size: .35rem;
	}
	.main_news_box .box ul li a .date span {
		font-size: .24rem;
		margin-top: .2rem;
	}
	.main_news_box .box ul li a .child{
		width: 100%;
		display: block;
		position: relative;
		padding-top: 4.8rem;
	}
	.main_news_box .box ul li a .child .pic{
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	.main_news_box .box ul li a .child .grow{
		width: 100%;
	}
	.main_news_box .box ul li a .child .grow p{
		font-size: .3rem;
		margin-bottom: .2rem;
	}
	.main_news_box .box ul li a .child .grow span{
		width: 100%;
		font-size: .26rem;
		line-height: .45rem;
	}
	.main_news_box .box ul li a .child .grow div{
		width: 100%;
		height: .8rem;
		margin: 0 auto;
		margin-top: .5rem;
	}
	.main_Authentication_box .box{
		padding: .5rem;
		width: 100%;
	}
	.main_Authentication_box .box .search_box{
		width: 100%;
	}
	.main_Authentication_box .box .search_box h3{
		height: 1rem;
		font-size: .3rem;
	}
	.main_Authentication_box .box .search_box .info{
		padding: .8rem .5rem;
	}
	.main_Authentication_box .box .search_box .info p{
		font-size: .28rem;
		margin-bottom: .3rem;
	}
	.main_Authentication_box .box .search_box .info input{
		height: .85rem;
		padding-left: .2rem;
		font-size: .28rem;
	}
	.main_Authentication_box .box .search_box .info .submit{
		width: 60%;
		height: .8rem;
		margin-top: .6rem;
		font-size: .3rem;
	}
	.main_Authentication_box .box .grow{
		width: 100%;
		margin-top: .5rem;
	}
	.main_Authentication_box .box .grow p{
		font-size: .3rem;
		margin-bottom: .1rem;
	}
	.main_Authentication_box .box .grow span{
		display: block;
		font-size: .26rem;
		line-height: .5rem;
	}
	.main_Authentication_box .box .grow em{
		display: block;
		font-size: .26rem;
		line-height: .5rem;
		margin-top: .5rem;
	}
	.main_Authentication_box{
		padding-bottom: 0;
	}
	.main_search_box{
		padding: 0;
		padding-top: 30px;
	}
	.main_search_box .box{
		padding: .5rem .3rem;
	}
	.main_search_box .box .child h2{
		height: 1rem;
		font-size: .3rem;
	}
	.main_search_box .box .child ul{
		margin: .3rem 0;
	}
	.main_search_box .box .child ul li{
		width: 90%;
		height: 1rem;
	}
	.main_search_box .box .child ul li a{
		font-size: .26rem;
	}
	.main_service_box .box{
		padding: .5rem .3rem;
		display: block;
	}
	.main_service_box .box .main_navbar{
		width: 100%;
	}
	.main_service_box .box .main_navbar h2{
		height: 1rem;
		font-size: .3rem;
	}
	.main_service_box .box .main_navbar ul li{
		height: .8rem;
		font-size: .28rem;
	}
	.main_service_box .box .main_navbar ul li a{
		font-size: .28rem;
	}
	.main_service_box .box .main_service_info{
		width: 100%;
		margin-top: .3rem;
	}
	.main_service_box .box .main_service_info h3{
		height: 1.2rem;
		font-size: .35rem;
		justify-content: center;
		text-align: center;
	}
	.main_service_box .box .main_service_info .boxs .lab{
		margin-top: .3rem;
	}
	.main_service_box .box .main_service_info .boxs .lab p{
		font-size: .3rem;
	}
	.main_service_box .box .main_service_info .boxs .lab span{
		font-size: .26rem;
		line-height: .5rem;
	}
	.main_service_box{
		padding-bottom: 0;
	}
	.main_service_box .box .main_list{
		width: 100%;
		margin-top: .5rem;
	}
	.main_service_box .box .main_list ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: .3rem;
	}
	.main_service_box .box .main_list ul li:nth-child(3n){
		margin-right: 4%;
	}
	.main_service_box .box .main_list ul li:nth-child(2n){
		margin-right: 0;
	}
	.main_service_box .box .main_list ul li .pic{
		height: 2.5rem;
		margin-bottom: .3rem;
	}
	.main_service_box .box .main_list ul li p{
		font-size: .28rem;
	}
	.footer .m .contact .fl>img{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: .5rem;
	}
	.footer{
		position: relative;
		padding-top: 1.5rem;
	}
	.null{
		height: 1rem;
		background: rgba(0,0,0,.8);
	}
	.banner .swiper-pagination{
		bottom: .3rem;
	}
	.main_services_industry.about ul > img{
		display: none;
	}
	.main_services_industry.about ul li p{
		font-size: .28rem;
	}
	.main_services_industry.about ul li img{
		width: 1.8rem;
	}
	.slideshow{
		display: block;
		display: none;
	}
	.slideshow .link{
		overflow: hidden;
		display: block;
	}
	.slideshow .link a{
		display: flex;
		align-items: center;
		height: .8rem;
		padding-left: .6rem;
		font-size: .26rem;
		color: #fff;
	}
}