* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

@font-face {
	font-family: "Noto Sans SC";
	font-display: swap;
	src: url('sourcehansans.eot');
	/* IE9 */
	src: url('sourcehansans.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('sourcehansans.woff2') format('woff2'),
		url('sourcehansans.woff') format('woff'),
		/* chrome、firefox */
		url('sourcehansans.ttf') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('sourcehansans.svg#sourcehansans') format('svg');
	/* iOS 4.1- */
}


body,
div,
ul,
li,
a,
dl,
dd,
dt,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

html,
body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
	font-family: "Noto Sans SC" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #f9fafc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input,
textarea,
select,
button,
area {
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	outline: none;
	font-family: "Noto Sans SC" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul,
li,
dl,
dd,
dt {
	list-style: none;
}

a {
	text-decoration: none;
	color: #2b292f;
	-webkit-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

img {
	border: 0;
	display: block;
	font-size: 0;
}

body {
	color: #444;
	font-family: "Noto Sans SC" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.box {
	width: 100%;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.section {
	width: 92%;
	max-width: 1600px;
	margin: auto;
}

.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	transition: top 0.4s;
	z-index: 999999;

	background: #fff;
}



.header .logo {
	width: 20%;
	float: left;
}

.header .logo a {
	width: 130px;
	display: block;
	padding: 12px 0;
}


.header .menu {
	width: 66%;
	float: right;
	display: flex;
	justify-content: space-between;
}

.header .menu ul {
	width: 92%;
	float: left;
	display: flex;
	justify-content: space-between;
}

.header .menu ul li {
	position: relative;
	text-align: center;
}

.header .menu ul li a {
	display: block;
	padding: 0 15px;
	position: relative;
	font-size: 18px;
	line-height: 98px;
}



.header .menu ul li a.on,
.header .menu ul li a:hover {
	border-bottom: 4px solid #c12d31;
}

.header .menu li .drop {
	background: rgba(49, 49, 49, 0.6);
	overflow: hidden;
	position: absolute;
	width: 200px;
	left: 0;
	top: 100%;
	display: none;
}

.header .menu li .drop ul {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 10px 8px;
}

.header .menu li .drop li {
	width: 100%;
	margin: 0;
	text-align: left;
	float: left;
}

.header .menu li .drop li a {
	padding: 0;
	color: #fff;
	padding: 0 5px;
	font-size: 16px;
	line-height: 40px;
}

.header .menu li .drop li a:hover {
	background: rgba(255, 255, 255, 0.2);
}



.header .search {
	float: left;
	position: relative;
	width: 34px;
	height: 98px;
	margin-left: 20px;
}

.header .search .s-i {
	width: 34px;
	height: 34px;
	margin-top: 30px;
	border-radius: 100%;
	background: #c12d31 url(../icon17.png) no-repeat center center;
}

.header .search .search-form {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -100px;
	padding: 5px 5px;
	width: 200px;
	background: #4c4a4f;
	visibility: hidden;
	opacity: 0;
	z-index: 10;
}

.header .search input.username {
	width: 80%;
	max-width: 100%;
	float: left;
	border: 1px solid #fff;
	font-family: 'microsoft yahei';
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #c4c4c4;
	background: #fff;
	text-indent: 0.5em;

}

.header .search input.da_button {
	width: 20%;
	max-width: 100%;
	float: left;
	border: 1px solid #fff;
	font-family: 'microsoft yahei';
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #CCC;
	background: #c12d31 url(../icon17.png) no-repeat center center;
}

.header .search:hover .search-form {
	opacity: 1;
	visibility: visible;
}





.m_menu {
	background: url(../icon_nav.png) no-repeat center;
	background-size: 80%;
	width: 40px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 76px;
	display: none;
}

.m_menu_k {
	background: url(../icon_nav_k.png) no-repeat center;
	background-size: 80%;
	width: 40px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 76px;
}

.header .menu a {
	color: #000;
}

.hide {
	top: -120px;
}



.fixnav {
	width: 100%;
	box-shadow: 0 0 5px #ccc;
	background: #fff;
	transition: 0.3s;
}


.n-header {
	width: 100%;
	background: #0b0b0d;
}



.index-title {
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}

.index-title h2 {
	font-size: 50px;
	padding: 10px 0;
	color: #2e2e2e;
}

.index-title p {
	font-size: 16px;
	font-weight: 300;
	color: #8b8b8b;
}



.main-more {
	width: 100%;
	margin-top: 50px;
}

.main-more a {
	border: 1px solid #000;
	color: #7d7878;
	max-width: 204px;
	display: block;
	margin: 0 auto;
	padding: 0 45px 0 25px;
	line-height: 45px;
	font-size: 18px;
	text-align: center;
	transition: 0.4s;
	position: relative;
	border-radius: 5px;
}

.main-more a::after {
	content: "";
	display: block;
	width: 25px;
	height: 8px;
	background: url(../icon04.png);
	background-size: 100%;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4px;
}

.main-more a:hover {
	color: #fff;
	background: #c12d31;
	border: 1PX solid #c12d31;
}

.main-more a:hover::after {
	background: url(../icon04-h.png);
}

.font-white {
	color: #fff !important;
}

.banner-swiper-container {
	margin-top: 98px;
}

.swiper-slide-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}


.swiper-slide-txt h1 {
	font-size: 2.5vw;
	line-height: 1.3;
	font-weight: 900;
	max-width: 48%;
	animation-delay: 0.3s;
}

.swiper-slide-txt h4 {
	font-size: 18px;
	max-width: 48%;
	font-weight: 300;
	margin: 15px 0 38px 0;
	animation-delay: 0.6s;
}


.swiper-slide-txt a.banner-more {
	background: #d11a27;
	color: #fff;
	max-width: 190px;
	display: block;
	margin: 0;
	padding: 0 40px;
	line-height: 54px;
	font-size: 18px;
	transition: 0.4s;
	position: relative;
	border-radius: 28px;
	animation-delay: 0.9s;
}

.swiper-slide-txt a.banner-more::after {
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	background: url(../icon01.png);
	background-size: 100%;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -11px;
}

.swiper-slide-txt a:hover {
	color: #fff;
	background: #c12d31;

}

.index-banner-img {
	padding-top: 41.5%;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}

.swiper-slide img.img02 {
	position: absolute;
	width: auto;
	height: 84.9%;
	z-index: 5;
	left: 0;
	bottom: 0;
	animation-delay: 1.2s;
}


.swiper-slide-active h1,
.swiper-slide-active h4,
.swiper-slide-active a.banner-more {
	animation-name: fadeInUp;
}

.swiper-slide-active img.img02 {
	animation-name: fadeInLeft;
}

.banner-swiper-pagination {
	position: absolute;
	bottom: 15px;
}

.banner-swiper-pagination span {
	margin: 0 5px;
	border-radius: 25px;
	width: 12px;
	height: 12px;
	transition: 0.4s;
	background: #256fc1;

}


.banner-swiper-pagination .swiper-pagination-bullet-active {
	width: 46px;
	background: #fff;
}



.icon-list {
	width: 100%;
	padding: 85px 0;
	overflow: hidden;
	background: #f9fafc url(../icon-list.png);
}

.icon-list ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	overflow: hidden;
}

.icon-list li {
	margin: 15px 1%;
	color: #fff;
	border-radius: 8px;
	overflow: hidden;

}

.icon-title {
	font-size: 33px;
	font-weight: bold;
}

.icon-memo {
	font-size: 16px;
	line-height: 28px;
	height: 84px;
	margin: 24px 0 30px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}


a.icon-more {
	border: 1px solid #fff;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 0 40px;
	line-height: 40px;
	font-size: 15px;
	border-radius: 28px;
	transition: 0.4s;
}

a.icon-more:hover {
	background: url(../icon06.png);
	background-size: 100% 100%;
	border: 0;
}

.icon-list li img {
	margin: 5px auto;
	width: 19.5%;
}

.icon-list li.w50 {
	width: 48%;
	padding: 100px 60px 40px 60px;
}


.icon-list li.w30 {
	width: 31.333%;
	padding: 60px 40px 40px 40px;
}


.icon-swiper-container {
	margin-top: 24px;
}

.index-icon-img {
	height: 405px;
	border-radius: 8px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 98%;
	margin: 0 1%;
}


.icon-bg01 {
	background: #fff url(../img01.jpg);
	background-size: 100% 100%;
}

.icon-bg02 {
	background: #fff url(../img05.jpg);
	background-size: 100% 100%;
}

.icon-bg03 {
	background: #fff url(../img06.jpg);
	background-size: 100% 100%;
}

.icon-bg04 {
	background: #fff url(../img07.jpg);
	background-size: 100% 100%;
}

.icon-bg05 {
	background: #fff url(../img08.jpg);
	background-size: 100% 100%;
}


.icon-swiper-pagination {
	position: absolute;
	bottom: 15px;
	right: 50px;
	width: auto !important;
}

.icon-swiper-pagination span {
	margin: 0 5px;
	border-radius: 25px;
	width: 12px;
	height: 12px;
	transition: 0.4s;
	background: #fff;

}


.icon-swiper-pagination .swiper-pagination-bullet-active {
	background: #d31f27;
}

.pc {
	display: block;
}

.mp {
	display: none;
}

/*index-service */
.index-service {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	background: url(../index-service.jpg) no-repeat bottom center;
	background-size: auto 100%;
}

.index-service .service-swiper {
	width: 100%;
	position: relative;
	padding: 0 155px;


}

.index-service .swiper {

	z-index: 20;

}

.service-swiper::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	bottom: 54px;
	border-bottom: 1px dashed #dbdae0;
	z-index: 10;
}

.index-service-swiper {
	position: relative;
	display: block;
	overflow: hidden;
	color: #111111;
	padding: 25px 2px;
	transition: .5s;
}



.index-service-swiper .service-img {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.index-service-swiper .service-img img {
	display: block;
	width: 77%;
	margin: 0 auto;
	transition: .5s;

}

.index-service-swiper .service-txt {
	overflow: hidden;
	padding: 25px 0;
}

.index-service-swiper .service-txt h4 {
	font-size: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 35px;
	height: 35px;
	text-align: center;
	font-weight: bold;
	color: #2a2a2a;
}

.index-service-swiper .service-txt p {
	font-size: 16px;
	color: #565656;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 22px;
	height: 44px;
	margin: 20px 0 30px 0;
}

.index-service-swiper i {
	display: block;
	position: relative;
	z-index: 20;
	width: 20px;
	height: 20px;
	margin: 20px auto;
	background: url(../icon15.png) no-repeat;
	background-size: 100%;
}

.swiper-slide-duplicate-active .index-service-swiper i,
.index-service-swiper:hover i {
	background: url(../icon16.png) no-repeat;
	background-size: 100%;
}

.index-service-swiper:hover h4 {
	color: #c12d31;
}

.index-service-swiper:hover .service-img img {
	transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
}





/*index-cases*/
.index-cases {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	background: #f9fafc;

}

.cases-swiper {
	width: 94%;
	margin: 0 3%;
	position: relative;
}



.index-cases-swiper {
	position: relative;
	display: block;
	overflow: hidden;
	color: #3a3a3a;
	padding: 25px 20px;
}

.index-cases-swiper .cases-img {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 35px 20px;
	box-shadow: 0 0 20px #ccc;
}

.index-cases-swiper .cases-img img {
	display: block;
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;

}

.index-cases-swiper .cases-txt {
	overflow: hidden;
	margin-top: 10px;
	padding: 20px 40px 20px 0;
	position: relative;
}

.index-cases-swiper .cases-txt::before {
	content: "";
	display: block;
	width: 34px;
	height: 34px;
	background: url(../icon05.png);
	background-size: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -17px;
}


.index-cases-swiper .cases-txt h4 {
	font-size: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 35px;
	height: 35px;
	color: #242424;
}

.index-cases-swiper .cases-txt p {
	font-size: 19px;
	color: #565656;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 30px;
}


.index-cases-swiper:hover {
	color: #c12d31;
}

.index-cases-swiper:hover img {
	transform: scale(1.2, 1.2);
}

.index-cases-swiper li a:hover img {
	transform: scale(1.3, 1.3);
}

.index-cases-swiper li a:hover {
	color: #c12d31;
	box-shadow: 0 0 10px #ccc;
}

.swiper-scrollbar {
	width: 100%;
	height: 5px;
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: #dddddd;
}

.swiper-scrollbar-drag {
	position: relative;
	background: #ce0b27;
	border-radius: 10px;
}

/*index-news */
.index-news {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	background: url("../index-news.jpg") no-repeat bottom center;
	background-size: auto 100%;
}

.index-news ul {
	display: flex;
	flex-wrap: wrap;
}

.index-news ul li {
	width: 33.33%;
	margin: 10px 0;
}

.index-news-swiper {
	position: relative;
	display: block;
	overflow: hidden;
	color: #000;
	padding: 25px 58px;
}

.index-news-swiper i {
	display: block;
	width: 104px;
	color: #fff;
	font-style: normal;
	font-size: 17px;
	line-height: 31px;
	text-align: center;
	position: relative;
	background: url(../icon06.png);
	background-size: 100%;
}

.index-news-swiper h4 {
	font-size: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 35px;
	margin: 18px 0;

}

.index-news-swiper .news-time-i-span {
	width: 100%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	line-height: 26px;
	font-size: 17px;
	color: #a0a8b1;
}

.index-news-swiper .body {
	font-size: 16px;
	color: #2b2b2b;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 28px;
	height: 56px;
	margin: 20px 0 10px 0;

}

.index-news-swiper .news-img {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.index-news-swiper .news-img img {
	display: block;
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;

}

.index-news-swiper span {
	font-size: 15px;
	display: block;
	margin-top: 30px;
	color: #a0a8b1;
}

.index-news-swiper:hover {
	color: #c12d31;
	background: url(../index-news-bj.jpg);
	background-size: 100% 100%;
}

.index-news-swiper:hover img {
	opacity: 1;
	transform: scale(1.2, 1.2);
}


.news-swiper-pagination {
	display: none;
	bottom: 15px;
	margin-top: 15px;
	right: 0;
	width: 100% !important;
}

.news-swiper-pagination span {
	margin: 0 2px;
	border-radius: 25px;
	width: 8px;
	height: 8px;
	transition: 0.4s;
	background: #666;

}


.news-swiper-pagination .swiper-pagination-bullet-active {
	background: #c12d31;
}

.index-news .news-more {
	width: 100%;
	text-align: center;
	margin: 65px 0;
}


.news-more a {
	border: 1px solid #dab96b;
	color: #fff;
	width: 190px;
	display: block;
	margin: 0 auto;
	line-height: 54px;
	font-size: 18px;
	transition: 0.4s;
	position: relative;
}

.news-more a:hover {
	color: #fff;
	background: #c12d31;
	border: 1PX solid #c12d31;
}



/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 98px;
}


.n-ban-img {
	width: 100%;

}

.n-ban-img img {
	width: 100%;
}


.n-ban-txt {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}



.n-ban-txt h3 {
	font-size: 50px;
	font-weight: 600;
}

.n-ban-txt h4 {
	font-size: 16px;
}





.main-nav {
	width: 100%;
	overflow: hidden;
	margin: 50px 0;
	line-height: 45px;
}

.nav-span {
	float: left;
	padding: 0 15px;
	text-align: center;
	display: block;
	font-size: 33px;
	font-weight: bold;
	color: #000;
	border-left: 3px solid #2763ac;
}


.main-nav .nav-class {
	float: right;

}

.main-nav .nav-class a {
	float: left;
	font-size: 19px;
	color: #000;
	margin: 2px 5px;
	padding: 0 45px;
	transition: color .3s;
	border-radius: 35px;
}

.main-nav .nav-class a:hover,
.main-nav .nav-class a.on,
.main-nav .nav-class a.choose {
	color: #fff;
	background: url("../icon06.png") no-repeat left center;
	background-size: 100% 100%;
}


/*solutions-services-ul*/
.solutions-services-ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.solutions-services {
	border-radius: 15px;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background: #f5f7fb;
	transition: 0.4s;
}

.solutions-services h4 {
	font-size: 33px;
	color: #fff;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 35px 40px;
}

.solutions-services .box {
	padding: 25px 30px;
}

.solutions-services .img-box {
	overflow: hidden;
	border: 5px solid #f3f3f1;
}

.solutions-services img {
	width: 100%;
	display: block;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.solutions-services .img-txt {
	overflow: hidden;
	margin-top: 40px;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	position: relative;
}

.solutions-services:hover img {
	transform: scale(1.05, 1.05);
	transition: transform 0.6s ease 0s;
}

.solutions-services:hover {
	box-shadow: 0 0 20px #ccc;
}

.inner-search {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
}

/*inner-solutions*/
.inner-services,
.inner-solutions {
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
}

.solutions-services-ul li {
	width: 48%;
	position: relative;
	padding: 15px 15px;

}



.solutions-services-ul li h4 {
	background: url(../icon11.jpg);
	background-size: 100% 100%;
	position: relative;
}

.solutions-services-ul li img.img01 {
	position: absolute;
	right: 10%;
	top: -50px;
	width: 150px;
	z-index: 5;
}

.solutions-services-ul li.w1 {
	width: 48%;
}

.solutions-services-ul li.w1 h4 {
	background: #3c7bbf;
}

.solutions-services-ul li.w2 {
	width: 48%;
}

.solutions-services-ul li.w2 h4 {
	background: #50a8b5;
}

.solutions-services-ul li.w3 {
	width: 98%;
}


.solutions-services-ul li.w3 .box {
	display: flex;
	flex-wrap: wrap;
}

.solutions-services-ul li.w3 .box .img-box {
	width: 45%;
}

.solutions-services-ul li.w3 .box .img-txt {
	width: 45%;
	margin-left: 5%;

}



.solutions-services-ul li.w3 h4 {
	background: #1e5598;
}

.solutions-services-ul li.w4,
.solutions-services-ul li.w5,
.solutions-services-ul li.w6 {
	width: 31.33%;
}

.solutions-services-ul li.w4 h4 {
	background: #ea700d;
}

.solutions-services-ul li.w5 h4 {
	background: #7299e1;
}

.solutions-services-ul li.w6 h4 {
	background: #50b576;
}

.inner-solutions .solutions-services-ul li,
.inner-search .solutions-services-ul li {
	margin: 20px 1%;
}

.inner-services .solutions-services-ul li {
	margin: 90px 1% 20px 1%;
}

/*inner-about */
.inner-about {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
	background: url("../icon08.png") no-repeat bottom center;
	background-size: 100%;
}

.ab-l {
	width: 38%;
	float: left;
}

.ab-l h2,
.ab-l h3 {
	font-size: 48px;

}

.ab-l h3 {
	color: #00469d;
}

.ab-l img {
	max-width: 100%;
	margin-top: 60px;
}

.ab-r {
	width: 58%;
	float: right;
	color: #5f5f5f;
	font-size: 17px;
	line-height: 32px;
	text-indent: 2em;
	text-align: justify;
}


/*inner-img */
.inner-img {
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
}

.inner-img img {
	border-radius: 10px;
	width: 100%;
}


.inner-culture {
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
}

.inner-culture ul {
	width: 100%;
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner-culture ul li {
	margin: 30px 0;
	color: #363636;
	font-size: 20px;
	overflow: hidden;
	border-radius: 15px;
	background: #fff;
	padding: 40px 40px;
	box-shadow: 0 0 10px #ccc;
}

.inner-culture ul li.w48 {
	width: 48.5%;
}

.inner-culture ul li.w100 {
	width: 100%;
}

.inner-culture ul li h3 {
	font-size: 35px;
}

.inner-culture ul li span {
	font-weight: bold;
}

.inner-culture ul li dl {
	display: flex;
	flex-wrap: wrap;
}

.inner-culture ul li dl dt {
	text-align: center;
}

.inner-culture ul li dl dd {
	display: flex;
	flex-direction: column;
	line-height: 38px;
	justify-content: center;
}

.inner-culture ul li dl dd p {
	margin: 3px 0;
}

.inner-culture ul li dl dt img {
	margin: 5px auto;
	width: 60%;
	max-width: 75px;
}

.inner-culture ul li.w48 dl dt {
	width: 30%;
}

.inner-culture ul li.w48 dl dd {
	width: 70%;
}

.inner-culture ul li.w100 dl dt {
	width: 20%;
}

.inner-culture ul li.w100 dl dd {
	width: 80%;
}




.inner-honor {
	width: 100%;
	padding-top: 30px;
	overflow: hidden;
}

.inner-honor .box {
	display: flex;
	overflow: inherit;
	justify-content: space-between;
}

.inner-honor .box h5 {
	color: #000;
	font-size: 30px;
	padding: 30px 20px;
}

.inner-honor .img-box {
	width: 100%;
	margin: 100px 0;
}

.inner-honor .img-box img {
	max-width: 100%;
}

.honor-left {
	width: 60%;
	margin: 20px 6% 20px 0;
}


.honor-right {
	width: 34%;
	margin: 20px 0;
}

.honor-left,
.honor-right {
	color: #000;
	font-size: 17px;


}

.honor-txt {
	padding: 40px 40px;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 0 20px #f2f2f2;
}

.honor-left ul,
.honor-right ul {
	width: 98%;
	display: flex;
	overflow-y: scroll;
	flex-wrap: wrap;
	height: 425px;
}

.honor-left ul::-webkit-scrollbar,
.honor-right ul::-webkit-scrollbar {
	width: 3px;
	height: 1px;
}

.honor-left ul::-webkit-scrollbar-thumb,
.honor-right ul::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ce0b27;
}

.honor-left ul::-webkit-scrollbar-track,
.honor-right ul::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #d2d2d2;
}


.honor-right ul li {
	width: 100%;
	margin: 8px 0;
}

.honor-left ul li {
	width: 48%;
	margin: 8px 1%;
}


.honor-img {
	margin: 20px;
	background: #fff;
	box-shadow: 0 0 20px #f2f2f2;
}

.honor-img img {
	width: 100%;
}



.honor-swiper {
	width: 92%;
	max-width: 1780px;
	margin: 0 4% 40px 4%;

	position: relative;
	padding: 0 65px;
}


.honor-button-next,
.honor-button-prev {
	width: 55px;
	font-weight: bold;
	line-height: 55px;
	height: 55px;
	top: 50%;
	margin-top: -27px;
	background: #fff;
	border-radius: 100%;
	border: 1px solid #bfbfc0;
}

.honor-button-next:hover,
.honor-button-prev:hover {
	background: #dab96b;
}

.honor-button-next:hover:after,
.honor-button-prev:hover:after {
	color: #fff;
}

.honor-button-next:after,
.honor-button-prev:after {
	color: #bfbfc0;
	font-size: 20px;
}

.honor-button-next {
	right: 0;
}

.honor-button-prev {
	left: 0;
}





/*inner-cases*/
.inner-cases {
	width: 100%;
	padding-bottom: 30px;
	overflow: hidden;
}

.inner-cases ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.inner-cases ul li {
	width: 33%;

}


/*新闻中心*/
.inner-news {
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
}

.inner-news ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.inner-news ul li {
	width: 31.333%;
	margin: 20px 1%;
}

.inner-news ul li a {
	display: block;
	width: 100%;
	padding: 15px 20px 45px 20px;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #e7e7e7;
}

.inner-news ul li .box {
	border: 1px solid #fcf6f1;
	margin-bottom: 22px;
}

.inner-news ul li img {
	width: 100%;
	display: block;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.inner-news ul li h3,
.inner-news ul li span {
	width: 100%;
	display: block;
	font-size: 16px;
	color: #a0a8b1;
	position: relative;
}

.inner-news ul li h3 {
	padding-left: 30px;
}

.inner-news ul li h3::before {
	content: "";
	display: block;
	width: 22px;
	height: 20px;
	background: url(../icon10.png);
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}

.inner-news ul li h2 {
	font-size: 25px;
	color: #000;
	line-height: 30px;
	height: 60px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 20px 0 40px 0;
}



.inner-news ul li a:hover img {
	transform: scale(1.05, 1.05);
	transition: transform 0.6s ease 0s;
}

.inner-news ul li a:hover h2,
.inner-news ul li a:hover h3,
.inner-news ul li a:hover span {
	color: #fff;
}

.inner-news ul li a:hover h3::before {
	background: url(../icon09.png);
}


.inner-news ul li a:hover {
	background: #0d2679;
}




/*detail-content*/
.news-detail .section {
	max-width: 1200px;
}

.news-detail .news-time {
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #e6e6e6;
	color: #666666;
	text-align: center;
}


.detail-content h2 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #000;
	line-height: 54px;
	padding: 19px 0;
}

.detail-content {
	width: 100%;
	overflow: hidden;
}

.detail-content .section {
	background: #fff;
	margin: 50px auto;
	padding: 50px 94px;

}

.detail-content img {
	max-width: 100%;
}

.detail-content h3 {
	width: 100%;
	font-size: 33px;
	color: #000;
	padding: 0 15px;
	font-weight: bold;
	border-left: 3px solid #2763ac;

}

.detail-content .intro {
	width: 100%;
	line-height: 35px;
	padding: 60px 0;
	font-size: 16px;
	color: #555;
}

.detail-content .intro img {
	max-width: 100%;
	margin: 50px auto;
}



.up-down {
	width: 100%;
	background: #fff;
	padding: 10px 0;
	margin-top: 50px;
	overflow: hidden;
	color: #999;
	box-shadow: 0 0 10px #ccc;
}

.up-down ul {
	width: 98%;
	margin: auto;
}

.up-down ul li a {
	color: #999;
	font-size: 14px;
}

.up-down ul li a:hover {
	color: #0073ad;
}


.inner-customers {
	width: 100%;
	overflow: hidden;
	padding: 0 0 150px 0;

}

.inner-customers .customersbox {
	margin-bottom: 12px;
}

.inner-customers h4 {
	width: 100%;
	font-size: 30px;
	color: #000;
	padding: 25px 0;
	font-weight: 300;
}

.inner-customers ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	background: #fff;
	padding: 30px 20px;
	border-radius: 15px;
	box-shadow: 0 0 20px #eee;
}

.inner-customers ul li {
	width: 14.666%;
	margin: 10px 1%;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #fcf6f1
}

.inner-customers ul li img {
	width: 100%;
	display: block;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

/*联系我们*/
.inner-contact {
	width: 100%;
	overflow: hidden;
	padding: 5px 0 150px 0;
	background: #f9fafc;
}


.inner-contact .con-content {
	width: 100%;
	overflow: hidden;
}


.inner-contact .con-content h3 {
	font-size: 39px;
	padding: 8px 0;
	color: #000;
}

.inner-contact .con-content p {
	font-size: 18px;
	color: #222222;
}

.inner-contact .con-content img {
	margin-top: 10px;
}


.inner-contact ul {
	width: 100%;
	overflow: hidden;
	margin: 60px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner-contact ul li {
	overflow: hidden;
	margin-bottom: 45px;
}



.inner-contact ul li h3 {
	font-size: 20px;
	padding: 8px 0;
	color: #818181;
}

.inner-contact ul li p {
	font-size: 25px;
	color: #272626;
}


#allmap {
	height: 450px;
	border: 0;
}

.BMap_bubble_title {
	font-size: 15px;
	font-weight: bold;
}




.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

.qt-pagination a {
	background: #f2f2f2;
	padding: 0 10px;
	margin: 0 3px;
	line-height: 33px;
	display: inline-block;
	text-align: center;
}

.qt-pagination .active {
	background: #c12d31;
	color: #fff;
}



.foot-box {
	width: 100%;
	background: #0d3f98;
	font-size: 15px;
	color: #fff;
}

.foot-box .section {
	padding: 70px 0 60px 0;
	background: url(../dq.png) no-repeat right center;
	overflow: hidden;
}

.foot-menu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-box h3 {
	font-size: 23px;
	color: #f6f8fa;
	margin-bottom: 25px;
}


.foot-box em {
	display: none;
}

.foot-menu .foot_contlis {
	max-width: 180px;
}

.foot_contlis .menu-ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.foot-menu .w2 {
	max-width: 230px;
}


.foot-menu ul li {
	width: 100%;
	font-size: 16px;
	margin: 7px 0;
}

.foot-menu .w2 .menu-ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-menu .w2 li {
	float: left;
	width: 43%;
}

.foot-menu ul li a {
	color: #ffffff;
}

.foot-menu ul li a:hover {
	color: #c12d31;
}

.foot-wx {
	width: 16%;
	float: right;
	padding-left: 50px;
	border-left: 1px solid #b0b0b0;
	text-align: center;
}

.foot-wx img {
	width: 50%;
	margin: 0 auto;
}

.foot-wx p {
	padding: 20px 0;
}

.foot-wx h5 {
	font-size: 1.1vw;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	padding: 0 10px;
	background: url(../icon02.png) no-repeat;
	background-size: 100% 100%;
}

.foot-copyright {
	width: 100%;
	overflow: hidden;
	line-height: 25px;
	background: #0d3f98;
	color: #fff;
}

.foot-copyright .section {
	border-top: 1px solid #b0b0b0;
	padding: 15px 0;
}

.foot-copyright a {
	color: #fff;
}

.foot-copyright a:hover {
	color: #727272;
}



@media (max-width:1400px) {
	.header .section {
		width: 96%;
	}

	.header .menu {
		width: 75%;
	}

	.header .menu ul li a {
		padding: 0 10px;
	}

	.index-service .service-swiper {
		padding: 0 95px;
	}

	.index-news-swiper {
		padding: 25px 45px;
	}

	.index-title h2,
	.n-ban-txt h3 {
		font-size: 42px;
	}

	.index-title p,
	.n-ban-txt h4 {
		font-size: 15px;
	}

	.icon-list li.w50 {
		padding: 80px 40px 20px 40px;
	}

	.icon-list li.w30 {
		padding: 40px 20px 20px 20px;
	}

	.icon-title,
	.solutions-services h4 {
		font-size: 28px;
	}

	.icon-memo,
	.solutions-services .img-txt {
		font-size: 15px;
	}

	a.icon-more {
		font-size: 14px;
		padding: 0 30px;
	}

	.index-service-swiper .service-txt h4 {
		font-size: 22px;
	}

	.index-service-swiper .service-txt p {
		font-size: 15px;
	}

	.main-more a {
		padding: 0 45px 0 10px;
	}

	.index-cases-swiper .cases-txt h4 {
		font-size: 25px;
	}

	.index-cases-swiper .cases-txt p {
		font-size: 16px;
	}

	.inner-news ul li h2 {
		font-size: 20px;
	}

	.ab-l h2,
	.ab-l h3 {
		font-size: 40px;
	}

	.ab-r {
		font-size: 15px;
	}

	.inner-culture ul li h3 {
		font-size: 30px;
	}

	.honor-left,
	.honor-right {
		font-size: 16px;
	}

	.inner-culture ul li {
		font-size: 18px;
	}

	.inner-contact .con-content h3 {
		font-size: 32px;
	}

	.inner-contact .con-content p {
		font-size: 16px;
	}

	.inner-contact ul li h3 {
		font-size: 18px;
	}

	.inner-contact ul li p {
		font-size: 22px;
	}

}

@media (max-width:1200px) {

	.nav-span {
		display: none;
	}

	.main-nav .nav-class a {
		padding: 0 30px;
	}

}

@media (max-width:1100px) {


	.foot-menu {
		display: block;
	}

	.foot-menu .w2,
	.foot-menu .foot_contlis {
		max-width: 100%;
	}

	.foot-menu .foot_contlis {
		width: 100%;
	}

	.foot-menu .foot_contlis ul,
	.foot-menu .w2 .menu-ul {
		display: none;
		background: #4f4f4f;
		padding: 20px;
	}

	.foot-menu .w2 li {
		width: 100%;
	}

	.foot-menu h3 {
		line-height: 50px;
		margin: 0;
		font-size: 16px;
		border-bottom: 1px solid #fff;
		position: relative;
	}

	.fold h3::after {
		background: url(../sanjiao.png) !important;
	}

	.foot_contlis h3::after {
		content: '';
		display: block;
		width: 12px;
		height: 11px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -4px;
		background: url(../sanjiao-h.png);
	}



	.foot_contlis.active ul {
		display: block !important;
	}



	.index-title h2,
	.n-ban-txt h3 {
		font-size: 38px;
	}

	.index-title p,
	.n-ban-txt h4 {
		font-size: 14px;
	}

	.icon-list li.w50 {
		padding: 65px 30px 20px 30px;
	}

	.icon-list li.w30 {
		padding: 30px 15px 20px 15px;
	}

	.icon-title,
	.solutions-services h4 {
		font-size: 25px;
	}

	.icon-memo,
	.solutions-services .img-txt {
		font-size: 14px;
	}

	a.icon-more {
		font-size: 14px;
		padding: 0 25px;
	}

	.index-service-swiper .service-txt h4 {
		font-size: 19px;
	}

	.index-service-swiper .service-txt p {
		font-size: 14px;
	}

	.main-more a {
		padding: 0 35px 0 10px;
	}

	.index-cases-swiper .cases-txt h4 {
		font-size: 22px;
	}

	.index-cases-swiper .cases-txt p {
		font-size: 15px;
	}

	.inner-news ul li h2 {
		font-size: 18px;
	}

	.ab-l h2,
	.ab-l h3 {
		font-size: 35px;
	}

	.ab-r {
		font-size: 14px;
	}

	.inner-culture ul li h3 {
		font-size: 28px;
	}

	.honor-left,
	.honor-right {
		font-size: 15px;
	}

	.inner-culture ul li {
		font-size: 16px;
	}

	.inner-contact .con-content h3 {
		font-size: 28px;
	}

	.inner-contact .con-content p {
		font-size: 15px;
	}

	.inner-contact ul li h3 {
		font-size: 16px;
	}

	.inner-contact ul li p {
		font-size: 20px;
	}








	.index-service .service-swiper {
		padding: 0 75px;
	}

	.index-news-swiper {
		padding: 25px 30px;
	}

	.header {
		z-index: 9999;
		background: #fff;
	}

	.m_menu {
		display: block;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 76px;
		background: #00599f;
		width: 100%;
		display: none;
		z-index: 999;
		overflow: hidden;
	}

	.header .menu ul {
		width: 100%;
		display: block;
	}

	.header .menu ul li {
		width: 100%;
		border-bottom: 1px solid #1573bd;
	}

	.header .menu ul li a {
		padding: 0;
		line-height: 46px;
		color: #fff;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li .drop {
		position: static;
		display: none !important;
	}

	.header .menu li .drop .hide {
		display: none;
	}

	.header .menu li .drop li {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		border: none;
	}

	.header .logo {
		width: 60%;
	}

	.header .logo a {
		padding: 12px 0;
	}


	.header .logo img {
		height: 52px;
	}

	.index-banner-img {
		padding-top: 50%;
		background-size: auto 100%;
	}

	.banner,
	.banner-swiper-container {
		margin-top: 76px;
	}

	.header .search .s-i {
		display: none;
	}

	.header .search .search-form {
		opacity: 1;
		visibility: visible;
		position: static;
		width: 100%;
		margin-left: 0;
		background: none;

	}

	.header .menu ul li a.on,
	.header .menu ul li a:hover {
		border-bottom: 1px solid #c12d31;
	}

	.header .search {
		width: 80%;
		height: auto;
		padding: 15px 0;
		margin: 0 10%;
	}

}

@media (max-width:999px) {
	.foot-menu {
		width: 100%;
	}

	.foot-wx {
		display: none;
	}
}

@media (max-width:856px) {
	a.icon-more {
		padding: 0 25px;
	}

	.foot-menu .w2 li {
		width: 100%;
	}

	.swiper-slide-txt h1 {
		max-width: 80%;
		font-size: 26px;
	}

	.swiper-slide-txt h4 {
		max-width: 80%;
		font-size: 16px;
	}

	.swiper-slide-txt a.banner-more {
		padding: 0 30px 0 20px;
		line-height: 45px;
		max-width: 139px;
		font-size: 15px;
	}

	.swiper-slide-txt a.banner-more::after {
		right: 20px;
	}

	.main-nav {
		padding: 15px 0;
		margin: 0;
		line-height: 40px;
		background: #fff;
	}

	.main-nav .section {
		width: 100%;
	}

	.main-nav .nav-class {
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		text-align: left;
	}

	.main-nav .nav-class a {
		padding: 0 10px;
		font-size: 16px;
		float: none;
		margin: 0 10px 0 0;
		display: inline-block;
	}

	.main-nav .nav-class::-webkit-scrollbar {
		display: none
	}



}

/*banner媒体查询*/
@media (max-width:768px) {}


@media (max-width:658px) {
	.inner-cases ul li {
		width: 100%;
	}

	.inner-services,
	.inner-solutions {
		padding: 50px 0;
	}

	.icon-list,
	.index-service,
	.index-cases,
	.index-news {
		padding: 35px 0;
	}

	.index-title {
		margin-bottom: 30px;
	}

	.cases-swiper {
		width: 88%;
		margin: 0 6%;
	}

	.pc {
		display: none;
	}

	.mp {
		display: block;
	}

	.index-icon-img {
		height: 280px;
	}

	.swiper-slide-txt h1 {
		max-width: 92%;
		font-size: 24px;
	}

	.swiper-slide-txt h4 {
		max-width: 92%;
		font-size: 14px;
	}

	.swiper-slide-txt a.banner-more {
		padding: 0 30px 0 20px;
		line-height: 40px;
		max-width: 139px;
		font-size: 15px;
	}

	.index-banner-img {
		height: 400px;
	}

	.n-ban-img {
		height: 200px;
	}

	.n-ban-img img {
		display: none;
	}

	.detail-content .section {
		margin: 15px auto;
		padding: 15px 8px;
	}

	.detail-content h3,
	.detail-content h2 {
		font-size: 25px;
		line-height: 30px;
		padding: 5px 0;
	}

	.inner-contact ul li {
		margin-bottom: 25px;
	}

	#allmap {
		height: 280px;
	}

	.detail-content .intro {
		line-height: 30px;
		padding: 30px 0;
		font-size: 15px;
	}

	.index-title h2,
	.n-ban-txt h3 {
		font-size: 25px;
	}

	.icon-list li.w50 {
		padding: 20px 5px 10px 5px;
	}

	.icon-list li.w30 {
		padding: 20px 5px 10px 5px;
	}

	.icon-title,
	.solutions-services h4 {
		font-size: 20px;
	}

	a.icon-more {
		width: 100px;
		font-size: 14px;
		line-height: 30px;
		padding: 0;
		text-align: center;
		margin: 5px auto;
		float: none;
	}

	.icon-swiper-pagination {
		width: 100% !important;
		right: 0;
	}

	.banner-swiper-pagination span,
	.icon-swiper-pagination span {
		width: 8px;
		height: 8px;
		margin: 0 3px;
	}

	.index-news ul li {
		width: 100%;
	}

	.index-news-swiper h4 {
		margin: 8px 0;
	}

	.index-news-swiper .body {
		margin: 10px 0;
	}

	.icon-title {
		text-align: center;
	}

	.icon-memo {
		margin: 10px 0 20px 0;
	}

	.index-service-swiper .service-txt h4 {
		font-size: 24px;
	}

	.main-more {
		margin-top: 20px;
	}

	.main-more a {
		max-width: 157px;
		line-height: 40px;
		padding: 0 30px 0 10px;
		font-size: 15px;
	}

	.index-cases-swiper .cases-txt h4 {
		font-size: 20px;
	}

	.index-cases-swiper .cases-txt p {
		font-size: 14px;
	}

	.inner-news ul li h2 {
		font-size: 16px;
		margin: 20px 0;
	}

	.ab-l h2,
	.ab-l h3 {
		font-size: 28px;
		line-height: 36px;
	}

	.inner-culture ul li h3 {
		font-size: 20px;
	}

	.honor-left,
	.honor-right {
		font-size: 14px;
	}

	.inner-culture ul li {
		font-size: 15px;
	}

	.inner-contact .con-content h3 {
		font-size: 22px;
	}

	.inner-contact .con-content p {
		font-size: 14px;
	}

	.inner-contact ul li h3 {
		font-size: 15px;
	}

	.inner-contact ul li p {
		font-size: 18px;
	}

	.news-swiper-pagination {
		display: block;
	}

	.solutions-services-ul li.w1,
	.solutions-services-ul li.w2,
	.solutions-services-ul li.w4,
	.solutions-services-ul li.w5,
	.solutions-services-ul li.w6,
	.solutions-services-ul li {
		width: 98%;
	}

	.inner-news ul li {
		width: 48%;
	}

	.inner-news ul li a {
		padding: 5px 5px;
	}

	.ab-l img {
		width: 50%;
		margin: 20px 0;
	}

	.ab-l,
	.ab-r {
		width: 100%;
		line-height: 26px;
	}

	.inner-culture ul li {
		padding: 8px 8px;
		margin: 10px 0;
	}

	.inner-culture ul li.w48 {
		width: 100%;
		margin: 10px 0;
	}

	.inner-img {
		padding: 10px 0;
	}

	.inner-culture ul li dl dd {
		line-height: 25px;
	}

	.inner-culture ul {
		padding-top: 0;
	}

	.inner-culture ul li.w100 dl dt {
		width: 30%;
	}

	.inner-culture ul li.w100 dl dd {
		width: 70%;
	}

	.inner-honor .box {
		display: block;
	}

	.honor-left,
	.honor-right {
		width: 100%;
	}

	.honor-left ul,
	.honor-right ul {
		height: 200px;
	}

	.honor-txt {
		padding: 10px 10px;
	}

	.inner-honor {
		padding: 0;
	}

	.honor-left ul li,
	.honor-right ul li {
		width: 100%;
		margin: 0 1%;
		line-height: 24px;
	}

	.inner-honor .box h5 {
		padding: 15px 0;
	}

	.honor-button-next,
	.honor-button-prev {
		width: 35px;
		line-height: 35px;
		height: 35px;
		margin-top: -19px;
	}

	.inner-customers ul {
		padding: 15px 10px;
	}

	.inner-customers ul li {
		width: 31.33%;
	}
	.inner-honor .img-box {
	    width: 100%;
	    margin: 40px 0;
	}
}
