* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

@font-face {
	font-family: "webfont";
	font-display: swap;
	src: url('SourceHanSansCN-Regular.otf');
}

body,
div,
ul,
li,
a,
dl,
dd,
dt,
input,
textarea,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
	font-family: "webfont";
}

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: "webfont";
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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-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: #111;
	-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: #666666;
	font-family: "webfont";
	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 {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.section {
	width: 94%;
	max-width: 1620px;
	margin: 0 auto;
}

.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	transition: 1.2s;
	z-index: 999999;
	background: #fff;
	border-top: 5px solid #bd3047;
}

.header .logo {
	float: left;
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .logo a {
	width: 93px;
	display: block;
}

.header .logo a img {
	width: 100%;
}

.menu_content {
	width: 80%;
	float: right;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header .menu {
	width: 79%;
	float: left;
}

.header .menu ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.header .menu ul li .menu-a {
	position: relative;
}

.header .menu ul li a.a1 {
	display: block;
	position: relative;
	font-size: 19px;
	color: #000;
	line-height: 95px;
}

.header .menu ul li.p_li {
	position: relative;
}

.header .menu ul li a.a1::before {
	content: '';
	width: 0;
	height: 5px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	bottom: 0;
	background: #118cb9;
}

.header .menu ul li.on .a1::before,
.header .menu ul li:hover .a1::before {
	width: 100%;
}

.header .menu ul li:nth-child(4) .menu-a:after,
.header .menu ul li:nth-child(5) .menu-a:after,
.header .menu ul li:nth-child(6) .menu-a:after {
	width: 13px;
	height: 7px;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3.5px;
	background-image: url(../menu-span.png);
	background-size: 100%;
}

.header .menu ul li:nth-child(4) .menu-a,
.header .menu ul li:nth-child(5) .menu-a,
.header .menu ul li:nth-child(6) .menu-a {
	padding-right: 24px;
}

.drop-product {
	background-color: #f7f8fa;
	background-image: url(../drop.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 50px 20px;
	width: 100%;
	left: 0;
}

.customer_service_drop {
	width: 180px;
	background-color: #f7f8fa;
	padding: 10px 10px;
	left: 50%;
	margin-left: -90px;
}

.customer_service_drop a {
	display: block;
	font-size: 18px;
	text-align: center;
	padding: 5px 0;
}

.drop {
	overflow: hidden;
	position: absolute;
	box-sizing: border-box;
	top: 100%;
	display: none;
	border-top: 1px solid #e2e3e4;
}

.drop .box {
	width: 94%;
	max-width: 1620px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.drop-list {
	width: 65%;
	float: left;
	position: relative;
}

.drop-img {
	width: 30%;
	float: right;
	display: flex;
	margin-left: 5%;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-sizing: border-box;
}

.drop-img img {
	margin: auto;
	max-width: 100%;
	border-radius: 12px;
}

.drop .drop-link {
	display: block;
	width: 45%;
	padding: 10px 0;
	border-right: 1px solid #e2e3e4;
}

.drop-second a {
	color: #000;
	line-height: 50px;
	font-size: 24px;
}

.drop-link-a a {
	color: #666;
	line-height: 50px;
	font-size: 20px;
}

.drop-third {
	position: absolute;
	display: none;
	left: 50%;
	top: 0;
	padding: 20px 20px;
	width: 50%;
}

.drop-link.active .drop-third {
	display: block;
}

.drop-link.active .drop-second a {
	color: #000;
	font-weight: bold;
}

.customer_service_drop a:hover,
.drop-list a:hover {
	color: #1c6094;
}

.header .search {
	float: left;
	height: 95px;
	width: 21px;
	transition: 0.3s;
	z-index: 10;
	position: relative;
}

.header .search .s-i {
	width: 21px;
	height: 21px;
	margin-top: 35px;
	background: url(../icon01.png);
}

.header .search .search-form {
	position: absolute;
	top: 100%;
	right: -50px;
	width: 200px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	z-index: 10;
	transition: 0.3s;
}

.header .search input.username {
	width: 80%;
	max-width: 100%;
	float: left;
	border: 1px solid #116597;
	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 #116597;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #CCC;
	background: #116597 url(../icon28.png) no-repeat center center;
}

.header .search:hover .search-form {
	opacity: 1;
	visibility: visible;
}

.lang-txt {
	width: 143px;
	z-index: 10;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lang-txt a {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 42px;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	color: #fff;
	background: #116597;
	border-radius: 30px;
}

.lang-txt a:hover {
	background: #c82c41;
}

.lang-txt a i {
	margin-right: 5px;
}

.m_menu {
	align-items: center;
	justify-content: center;
	width: 24px;
	position: absolute;
	right: 15px;
	top: 0;
	height: 80px;
	display: none;
	transition: 0.4s;
}

.m_menu span {
	display: block;
	transition: ease .6s;
	width: 24px;
	height: 2px;
	background: #116597;
}

.m_menu .line2 {
	margin: 4px 0;
}

.m_menu.on .line3 {
	transform: translateY(-4px) rotate(-45deg);
}

.m_menu.on .line1 {
	transform: translateY(-2px) rotate(45deg);
}

.m_menu.on .line2 {
	display: none;
}

.hide {
	top: -150px;
}

.index-title {
	margin-bottom: 45px;
	overflow: hidden;
}

.index-title h2 {
	font-size: 38px;
	color: #000;
	font-weight: bold;
	position: relative;
}

.blue_color {
	color: #002a4a;
}

.main-more {
	width: 100%;
	padding: 45px 0;
	border-bottom: 1px solid #c1daee;
}

.main-more a {
	padding: 0 25px;
	border: 2px solid #1c6094;
	color: #1c6094;
	display: inline-block;
	text-align: center;
	line-height: 46px;
	font-size: 19px;
	transition: 0.4s;
	position: relative;
	background: #fff;
}

.main-more a:hover {
	background: #1c6094;
	color: #fff;
}

/**/
.banner-swiper {
	width: 100%;
	position: relative;
	margin-top: 100px;
	overflow: hidden;
}

.swiper-slide-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	color: #fff;
}

.swiper-slide-txt h1 {
	font-size: 3.2vw;
	margin-bottom: 1%;
	font-weight: 600;
	animation-delay: 0.6s;
}

.swiper-slide-txt h2 {
	font-size: 2.4vw;
	font-weight: 300;
	animation-delay: 0.8s;
}

.banner-swiper-link {
	position: relative;
	animation-delay: 1s;
	width: 100%;
	max-width: 175px;
	margin-top: 50px;
}

.banner-swiper-link a {
	color: #fff;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	line-height: 48px;
	font-size: 19px;
	position: relative;
	overflow: hidden;
	background: #c82c41;
}

.banner-swiper-link i {
	max-width: 24px;
	margin-left: 15px;
	transition: 0.3s;
}

.swiper-slide-active span,
.swiper-slide-active h1,
.swiper-slide-active h2,
.swiper-slide-active .banner-swiper-link {
	animation-name: fadeInUp;
}

.banner-swiper-link a:hover {
	background: #d71518;
	box-shadow: 0 0 10px #aaa;
}

.banner-swiper-link a:hover i {
	margin-left: 16px;
}

.index-banner-img {
	width: 100%;
	height: 689px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.2);
}

.swiper-slide-active .index-banner-img {
	transform: scale(1);
	transition: all 5.5s ease;
}

.banner-pagination {
	position: absolute;
	max-width: 300px;
	bottom: 5%;
	right: 7%;
	line-height: 30px;
	transition: 0.4s;
}

.banner-pagination span {
	margin-right: 3%;
	width: 22%;
	color: #fff;
	text-align: left;
	font-size: 18px;
	font-family: Roboto;
	transition: 0.4s;
	font-style: italic;
	font-style: normal;
	position: relative;
	border-top: 3px solid #ffffff;
}

.banner-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	color: #1c6094;
	border-top: 3px solid #1c6094;
}

.txt {
	font-size: 17px;
	line-height: 32px;
}

.index_background {
	width: 100%;
	overflow: hidden;
	background-image: url(../index_background.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
}

.index-about {
	width: 100%;
	padding: 100px 0 80px 0;
	overflow: hidden;
}

.about-img {
	width: 30%;
	float: left;
	padding-top: 30px;
}

.about-img img {
	max-width: 100%;
}

.about-content {
	width: 67%;
	float: right;
	color: #002a4a;
}

.about-content h1 {
	font-weight: bold;
	color: #002a4a;
	font-size: 38px;
	margin-bottom: 30px;
}

.about-content p {
	font-size: 17px;
	line-height: 38px;
	text-indent: 2em;
}

/*index-business*/
.index-business {
	width: 100%;
	overflow: hidden;
}

.index-business .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-business .box dl {
	width: 48.35%;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 4px solid #2f5b8d;
	border-top: 4px solid #2f5b8d;
}

.index-business .box dl dt {
	width: 48.35%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.index-business .box dl dd {
	width: 51.65%;
	padding: 30px 35px;
	color: #3e3e3e;
}

.index-business .box dl dd h3 {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

.index-business .box dl dd em {
	display: block;
	width: 100%;
	margin: 15px 0;
	background: #577bae;
	height: 1px;
}

.index-business .box dl dd .txt {
	color: #6b6b6b;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	min-height: 160px;
}

.index-business .box dl dd a {
	color: #366095;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 48px;
	font-size: 17px;
	position: relative;
	overflow: hidden;
	transition: 0.3s;
}

.index-business .box dl dd a i {
	max-width: 24px;
	margin-left: 10px;
	transition: 0.3s;
}

.index-business .box dl dd a:hover {
	margin-left: 15px;
	color: #c82c41;
}

/*index-service*/
.index-service {
	width: 100%;
	overflow: hidden;
	padding: 65px 0;
}

.index-service .index-title {
	position: absolute;
}

.service-hd {
	width: 100%;
	z-index: 99;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
	z-index: 50;
}

.service-hd ul {
	float: right;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-hd ul li {
	padding: 0 20px;
	text-align: center;
	line-height: 45px;
	color: #000;
	position: relative;
	box-sizing: border-box;
	font-size: 19px;
	cursor: pointer;
}

.service-hd ul li.on {
	color: #116597;
}

.service-ul ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	overflow: hidden;
}

.service-ul ul li {
	position: relative;
	overflow: hidden;
}

.service-ul ul li img {
	width: 100%;
}

.service-ul ul li .content {
	padding: 25px 10px;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}

.service-ul ul li .content h3 {
	font-size: 23px;
	padding-left: 30px;
	width: 86%;
	margin: 0 auto;
	position: relative;
}

.service-ul ul li .content h3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 17px;
	margin-top: -8.5px;
	z-index: 9;
	background-size: 100%;
}

.service-ul ul li .content em {
	display: block;
	width: 100%;
	margin: 15px 0;
	height: 1px;
}

.service-ul ul li .content .txt {
	width: 90%;
	line-height: 37px;
	margin: 0 auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
}

.service-ul ul li a {
	display: block;
	position: absolute;
	right: 0;
	bottom: -3px;
	width: 70px;
	height: 50px;
	z-index: 9;
	background-image: url(../icon05.png);
	background-size: 100%;
}

.service-ul ul li a:hover {
	transform: scale(1.05);
	bottom: 0;
}

.service-pagination {
	transition: 0.4s;
	position: absolute;
	bottom: 8px;
	z-index: 10;
}

.service-pagination span {
	margin: 0 5px;
	width: 12px;
	height: 12px;
	transition: 0.4s;
	background: #fff;
	opacity: 0.5;
	border-radius: 50%;
}

.service-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.indexservice-ul ul li {
	width: 22.8%;
	background: #166396;
	color: #fff;
}

.indexservice-ul ul li .content h3:before {
	background-image: url(../icon04.png);
}

.indexservice-ul ul li .content em {
	background: #577bae;
}

.indexservice-ul ul li .content {
	max-height: 398px;
}

.innerservice-ul ul li {
	width: 31.333%;
	background: #f6f7fb;
	color: #000;
}

.innerservice-ul ul li .content h3:before {
	background-image: url(../icon32.png);
}

.innerservice-ul ul li .content em {
	background: #999;
}

.index-news {
	width: 100%;
	overflow: hidden;
}

.index-news .index-title {
	margin-bottom: 0;
}

.newsslideTxtBox {
	margin-top: -40px;
}

.slideTxtBox {
	width: 100%;
	position: relative;
	z-index: 20;
	overflow: hidden;
}

.news-hd {
	width: 100%;
	z-index: 99;
	position: relative;
	overflow: hidden;
}

.news-hd ul {
	float: right;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-hd ul li {
	padding: 0 20px;
	text-align: center;
	line-height: 45px;
	color: #000;
	position: relative;
	box-sizing: border-box;
	font-size: 19px;
	cursor: pointer;
}

.news-hd ul li.on {
	color: #116597;
}

.news-middle {
	width: 100%;
	overflow: hidden;
}

.news-list {
	width: 100%;
	padding-top: 20px;
	overflow: hidden;
}

.news-list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-list ul li {
	width: 32%;
	border-top: 3px solid #1c6094;
	border-bottom: 3px solid #1c6094;
	border-left: 1px solid #f4f4f4;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 5px #eee;
}

.news-list ul li a {
	display: block;
	padding: 35px 25px;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
	height: 100%;
	background: #fff;
}

.news-list ul li span {
	font-size: 16px;
	color: #b7b7b7;
	font-weight: bold;
}

.news-list ul li h2 {
	font-size: 22px;
	line-height: 28px;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin: 25px 0;
}

.news-list ul li em {
	display: inline-block;
	font-size: 17px;
	color: #0a75cc;
	font-weight: 300;
	font-style: normal;
}

.news-list ul li em img {
	width: 100%;
}

.news-list ul li p {
	font-size: 17px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	color: #777777;
	margin-bottom: 20px;
}

.news-list ul li .news-img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	top: 0;
	left: 0;
}

.news-list ul li a:hover {
	background: rgba(0, 0, 0, 0.3);
}

.news-list ul li a:hover h3,
.news-list ul li a:hover h2,
.news-list ul li a:hover em,
.news-list ul li a:hover p,
.news-list ul li a:hover span {
	color: #fff;
}

.news-list ul li a:hover em img {
	filter: brightness(100);
}

.index-customer {
	width: 100%;
	overflow: hidden;
	padding-top: 85px;
	position: relative;
}

.index-customer::after {
	content: '';
	width: 100%;
	height: 30%;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	bottom: 0;
	background: #920818;
}

.customer_content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 10;
}

.customer_content_left {
	width: 50%;
	background: #116597;
}

.customer_content_right {
	width: 50%;
	background: #5b81b2;
}

.customer_content_title {
	margin-top: -45px;
	text-align: center;
}

.customer_content_title i {
	display: block;
	width: 92px;
	height: 92px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 5px #bbb;
}

.customer_content_title i img {
	width: 100%;
}

.customer_content_title h2 {
	color: #fff;
	font-size: 20px;
	margin-top: 10px;
}

.customer_content_list {
	width: 90%;
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
}

.customer_content_list li {
	width: 23%;
	margin: 6px 1%;
	background: #fff;
	padding: 6px 5px;
}

.customer_content_list li img {
	max-width: 100%;
	margin: auto;
}

.customer_content {
	text-align: center;
}

.customer_content_more {
	display: inline-block;
	margin-bottom: 30px;
}

.customer_content_more img {
	max-width: 100%;
	margin: auto;
}

.customer_content_more:hover {
	margin-left: 15px;
}

/*.banner*/
.banner {
	margin-top: 80px;
	width: 100%;
	overflow: hidden;
	color: #fff;
	position: relative;
	background-size: auto 100%;
	background-position: center center;
}

.banner-content {
	position: absolute;
	width: 100%;
	left: 0;
	height: 100%;
	z-index: 20;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background: rgba(0, 0, 0, .35);
}

.banner h1 {
	font-size: 2.8vw;
	position: relative;
	font-weight: bold;
}

.banner p {
	font-size: 24px;
	margin-top: 15px;
	position: relative;
	padding: 0 15px;
}

.inner-banner-img {
	padding-top: 29%;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.white {
	color: #fff !important;
}

.inner-title {
	margin-bottom: 50px;
}

.inner-title h2 {
	font-size: 38px;
	color: #080808;
	font-weight: bold;
}

.inner-title em {
	display: block;
	width: 18px;
	margin: 15px 0;
	background: #9a2826;
	height: 7px;
}

.inner-title h4 {
	font-size: 19px;
	color: #898989;
}

/*inner-about */
.inner-about {
	width: 100%;
	overflow: hidden;
	padding: 90px 0 200px 0;
	position: relative;
	background-image: url(../innerabbj.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.about-txt .box {
	position: relative;
	margin-bottom: 50px;
}

.about-txt .box:before {
	content: '';
	width: 100%;
	height: 2px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 50%;
	background: #1c6094;
}

.about_logo {
	width: 20%;
	margin: auto;
	position: relative;
	z-index: 10;
	padding: 0 10px;
	background: #fff;
}

.about_logo img {
	margin: auto;
	max-width: 100%;
}

.about-txt .txt {
	width: 80%;
	margin: 0 auto;
	color: #002a4a;
	font-size: 19px;
	line-height: 43px;
	text-align: center;
}

.about-culture {
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
	position: relative;
	background: #f0f5f8;
}

.text-align {
	text-align: center;
}

.about-culture .content-list {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about-culture .content-list a {
	display: block;
	width: 23%;
	margin: 15px 0;
	height: 225px;
	background: #fff;
	box-shadow: 0 0 15px #eee;
	border-radius: 20px;
	position: relative;
	color: #1c6094;
	transition: 0.3s;
	cursor: pointer;
	padding: 60px 30px 10px 30px;
}

.about-culture .content-list .box {
	position: relative;
	z-index: 20;
}

.about-culture .content-list h4 {
	font-size: 30px;
	margin-top: 15px;
}

.about-culture .content-list a:hover {
	background: #b4344d;
	color: #fff;
}

.about-culture .content-list i {
	font-size: 7vw;
	color: #f7f8fc;
	font-style: normal;
	position: absolute;
	right: 10%;
	top: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index: 10;
}

.about-culture .content-list a:hover i {
	opacity: 0.15;
}

.about-culture .content-list a:hover img {
	filter: brightness(100);
}

.about_service {
	width: 100%;
	overflow: hidden;
	padding-top: 90px;
	position: relative;
	background-image: url(../about_service.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.about_service .txt {
	width: 42%;
	border-top-left-radius: 120px;
	float: right;
	font-size: 20px;
	padding: 65px 20px 30px 90px;
	background: rgba(28, 96, 148, .8);
	position: relative;
}

.about_service .txt p {
	position: relative;
	padding-left: 30px;
	margin-bottom: 14px;
}

.about_service .txt p:before {
	content: '';
	width: 20px;
	height: 20px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 8px;
	background-image: url(../icon23.png);
	background-size: 100%;
}

.about_team {
	width: 100%;
	padding: 65px 0;
	background: #f0f5f8;
	overflow: hidden;
}

.team_txt {
	width: 53.5%;
	float: right;
	padding: 40px 75px 40px 45px;
	border-radius: 20px;
	font-size: 18px;
	background: #fff;
	color: #333;
	position: relative;
}

.team_txt:before {
	content: '';
	width: 37px;
	height: 25px;
	right: 30px;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 35px;
	background-image: url(../icon31.png);
	background-size: 100%;
}

.team_txt p {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

.team_txt p:before {
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 10px;
	background: #6a6a6a;
}

.team_content {
	width: 43%;
	float: left;
	padding: 35px 30px;
}

.team_content dl {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-left: 275px;
}

.team_content dl dt {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	overflow: hidden;
	background: #f4f4f4;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.team_content dl dd {
	color: #005daa;
	min-height: 240px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.team_content dl dd h4 {
	font-size: 38px;
	display: inline-block;
	overflow: hidden;
	font-weight: bold;
	color: #005daa;
}

.team_content dl dd h5 {
	font-size: 30px;
	overflow: hidden;
}

.team_content .box {
	padding: 26px 0;
}

.team_content .txt {
	font-size: 18px;
	line-height: 34px;
	color: #333;
	overflow: hidden;
}

.team-pagination {
	position: static;
	height: 17px;
	margin-top: 30px;
	transition: 0.4s;
}

.team-pagination span {
	margin: 0 5px;
	width: 30px;
	height: 5px;
	transition: 0.4s;
	font-style: italic;
	background: #a5a5a5;
	position: relative;
}

.team-pagination .swiper-pagination-bullet-active {
	background: #005daa;
}

.about_sm {
	width: 100%;
	overflow: hidden;
	padding-top: 60px;
	color: #fff;
}

.about_sm .box {
	width: 100%;
	padding: 125px 0;
	overflow: hidden;
	position: relative;
	background-image: url(../about_sm.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about_sm .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about_sm .txt {
	font-size: 21px;
}

.about_sm .txt p {
	position: relative;
	margin-bottom: 18px;
}

.about_sm .txt em {
	display: block;
	position: relative;
	margin: 20px 0;
	padding-left: 30px;
	font-style: normal;
}

.about_sm .txt em:before {
	content: '';
	width: 18px;
	height: 18px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 9px;
	background-image: url(../icon30.png);
	background-size: 100%;
}

.about_sm .txt strong {
	display: inline-block;
	position: relative;
	margin: 20px 0;
	font-size: 25px;
	padding: 4px 30px;
	font-style: normal;
	background: #b4344d;
	color: #fff;
	border-radius: 30px;
}

.about_sm .txt h3 {
	font-size: 22px;
}

.about_sm .img {
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.txt01 {
	width: 30%;
}

.txt02 {
	width: 40%;
}

.sm-img {
	width: 143px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px auto;
}

.sm-img a {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 42px;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	font-size: 38px;
	color: #fff;
}

.sm-img a:hover {
	background: #c82c41;
}

.sm-img a i {
	margin-right: 5px;
}

.inner-news {
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
	color: #0b0b0b;
	position: relative;
}

.class-link {
	width: 98%;
	margin: 0 1%;
	display: flex;
	flex-wrap: wrap;
	background: #f0f0f0;
}

.class-link a {
	line-height: 85px;
	margin: 0 30px;
	display: inline-block;
	font-size: 24px;
	color: #2d2d2d;
	border-bottom: 3px solid #f0f0f0;
}

.class-link a:hover,
.class-link a.on {
	color: #2a2a2a;
	border-bottom: 3px solid #1c6094;
}

.inner-news ul,
.service-pxul ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.service-pxul ul {
	justify-content: space-between;
}

.inner-news ul li {
	width: 31%;
	float: left;
	margin: 30px 1%;
	overflow: hidden;
	position: relative;
	border: 1px solid #d7d7d7;
}

.service-pxul ul li {
	width: 23%;
	float: left;
	margin: 30px 0;
	overflow: hidden;
	position: relative;
	border: 1px solid #d7d7d7;
}

.inner-news ul li:before,
.service-pxul ul li:before {
	content: '';
	width: 0;
	height: 4px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	bottom: 0;
	background: #1c6094;
}

.inner-news ul li a,
.service-pxul ul li a {
	display: block;
	z-index: 10;
	background: #fff;
}

.news-img {
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-img img {
	width: 100%;
}

.news-txt {
	width: 100%;
	overflow: hidden;
	padding: 30px 30px;
	border-top: 1px solid #ededed;
}

.news-txt span {
	font-size: 18px;
	color: #1c6094;
}

.news-txt h2 {
	font-size: 24px;
	line-height: 34px;
	color: #000;
	margin: 20px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.inner-news ul li:hover:before {
	width: 70%;
}

/* 
.inner-news ul li a:hover h2,
.inner-news ul li a:hover span {
	color: #fff;
} */
.news-nav {
	width: 100%;
	background: #f8f8f8;
	position: relative;
	z-index: 10;
	overflow: hidden;
	line-height: 60px;
	color: #2F4461;
	border-top: 2px solid #016cd0;
}

.news-nav a {
	display: inline-block;
	font-size: 17px;
	color: #2F4461;
	transition: color .3s;
}

.news-nav a:hover {
	color: #005daa
}

.news-nav i {
	font-style: normal;
	margin: 0 5px;
	display: inline-block;
}

.news-detail {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 120px 0;
	color: #222222;
}

.detail_left {
	width: 70%;
	float: left;
}

.news-detail .news-title {
	overflow: hidden;
	margin-bottom: 40px;
}

.news-detail .news-title h1 {
	font-size: 37px;
	font-weight: bold;
	line-height: 50px;
	margin-top: 15px;
}

.news-detail .news-title .three {
	color: #999;
	font-size: 16px;
	margin-top: 25px;
	text-align: left;
}

.news-detail .news-intro {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
	font-size: 18px;
	line-height: 38px;
	overflow: hidden;
	color: #454545;
	padding: 60px 0;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.news-detail .news-intro img {
	max-width: 100%;
	margin: 20px auto;
}

.goBack_up-down {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-detail .goBack {
	display: flex;
	align-items: center;
	color: #fff;
	background: #016cd0;
	border-radius: 30px;
	padding: 0 30px;
	font-size: 16px;
}

.news-detail .goBack:hover {
	opacity: 0.8;
}

.news-detail .goBack img {
	margin-right: 10px;
}

.up-down {
	margin-top: 40px;
}

.up-down ul {
	width: 100%;
}

.up-down ul li {
	width: 100%;
	font-size: 16px;
	margin: 15px 0;
}

.up-down ul li span {
	color: #888;
}

.up-down ul li a:hover {
	color: #0072ce;
}

.detail_right {
	width: 26%;
	padding-left: 50px;
	float: right;
	border-left: 1px solid #E5E5E5;
}

.detail_right .box {
	margin-bottom: 60px;
}

.detail_right .box h4 {
	font-size: 22px;
	color: #000;
	margin-bottom: 20px;
	font-weight: bold;
}

.detail_right .box ul {
	width: 100%;
}

.detail_right .box ul li {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #dbdbdb;
}

.detail_right .box ul li a {
	width: 100%;
	overflow: hidden;
	display: block;
	color: #7a7a7a;
	font-size: 17px;
	position: relative;
	padding-right: 95px;
}

.detail_right .box ul li .news-list-title {
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 35px;
}

.detail_right .box ul li .news-list-time {
	position: absolute;
	width: 85px;
	right: 0;
	top: 4px;
}

.detail_right .box ul li a:hover {
	color: #002a4a;
}

.inner-customer {
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
	color: #0b0b0b;
	position: relative;
}

.customer_ul {
	position: relative;
	padding-left: 150px;
}

.customer_ul span {
	font-size: 28px;
	position: absolute;
	left: 0;
	top: 30px;
}

.customer_ul ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	padding-left: 30px;
	border-left: 1px solid #abc4d8;
}

.customer_ul ul li {
	width: 14.666%;
	margin: 20px 1%;
	text-align: center;
}

.customer_ul ul li .box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	background: #fff;
	border: 1px solid #d7d7d7;
}

.customer_ul ul li h4 {
	font-size: 20px;
	margin-top: 10px;
}

.customer_ul ul li img {
	width: 100%;
}

.s_customer {
	background: #1c6094;
	color: #fff;
}

.inner_business {
	width: 100%;
	overflow: hidden;
	padding: 85px 0;
	position: relative;
}

.inner_business02 {
	width: 100%;
	overflow: hidden;
	padding-bottom: 85px;
	position: relative;
}

.business_title {
	font-size: 37px;
	text-align: center;
	color: #1c6094;
	margin-bottom: 60px;
}

.business_project_ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.business_project_ul li {
	width: 18%;
	background: #f5f6fa;
	overflow: hidden;
	border-radius: 20px;
}

.business_project_ul li h4 {
	font-size: 24px;
	line-height: 60px;
	color: #000;
	font-weight: bold;
	background: #e9eef4;
	position: relative;
	padding-left: 89px;
}

.business_project_ul li .icon {
	position: absolute;
	width: 69px;
	height: 100%;
	left: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #9a2826;
}

.business_project_ul li .content {
	padding: 30px 25px;
}

.business_project_ul li .content h5 {
	font-size: 24px;
	color: #00091d;
	margin-bottom: 10px;
}

.business_project_ul li .content .txt {
	position: relative;
	color: #00091d;
	padding-left: 15px;
}

.business_project_ul li .content .txt:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 14px;
	background: #9a2826;
}

.business_dl {
	width: 100%;
	overflow: hidden;
}

.business_dl dt {
	float: right;
	width: 45%;
}

.business_dl dt img {
	max-width: 100%;
}

.business_dl dd {
	float: left;
	width: 48%;
}

.business_dl dd h5 {
	font-size: 29px;
	margin-bottom: 35px;
	color: #000000;
}

.business_dl dd .txt {
	font-size: 20px;
	line-height: 44px;
}

.business_dl dd .txt span {
	color: #000;
	font-weight: bold;
}

.business_dl dd .txt em {
	color: #9a2826;
	font-style: normal;
}

.bg01 {
	background: #e9eef4;
}

.business_project_pg {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.business_project_pg li {
	width: 47.5%;
	margin: 20px 0;
	background: #fff;
	overflow: hidden;
	border-radius: 15px;
	padding: 70px 30px 90px 30px;
	box-shadow: 0 0 10px #ccc;
	border-top: 5px solid #9a2826;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.business_project_pg li h5 {
	font-size: 29px;
	margin-bottom: 25px;
	color: #000000;
}

.business_project_pg li .txt {
	font-size: 20px;
	line-height: 44px;
}

.content_cases {
	font-size: 23px;
	margin-top: 40px;
}

.content_cases span {
	color: #9a2826;
	font-weight: bold;
}

.content_cases em {
	color: #1c6094;
	font-weight: normal;
	font-style: normal;
}

.content_prop {
	font-size: 23px;
	margin-top: 40px;
}

.content_prop p {
	color: #1c6094;
	margin-bottom: 15px;
	padding-left: 40px;
	position: relative;
}

.content_prop p:before {
	content: '';
	width: 21px;
	height: 21px;
	border-radius: 50%;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 7px;
	background: url(../icon26.png);
}

.inner_business .businesscontent {
	font-size: 18px;
}

.business_dl_service {
	width: 100%;
	overflow: hidden;
	margin-bottom: 120px;
}

.business_dl_service dt {
	float: right;
	width: 55%;
}

.business_dl_service dt img {
	max-width: 100%;
	margin: auto;
}

.business_dl_service dd {
	float: left;
	width: 45%;
	padding: 30px 0;
}

.businesstxt {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.businesstxt p {
	color: #1c6094;
	width: 48%;
	font-weight: bold;
	font-size: 22px;
	margin: 15px 1%;
	padding-left: 40px;
	position: relative;
}

.businesstxt p:before {
	content: '';
	width: 21px;
	height: 21px;
	border-radius: 50%;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 7px;
	background-image: url(../icon26.png);
	background-size: 100%;
}

.business_dl_img {
	width: 100%;
	overflow: hidden;
	margin-bottom: 120px;
	background: #f3f3f3;
	padding: 30px 30px;
	border-radius: 15px;
}

.business_dl_img dt {
	float: left;
	width: 49%;
}

.business_dl_img dt img {
	max-width: 100%;
	margin: auto;
}

.business_dl_img dd {
	float: right;
	width: 45%;
	padding: 30px 0;
}

.business_dl_img dd .content {
	font-size: 22px;
	line-height: 44px;
	margin-top: 25px;
}

.business_dl_img dd .content span {
	color: #b01e2b;
}

.business_project_kf {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.business_project_kf li {
	width: 48.5%;
	margin: 20px 0;
	background: #fff;
	height: 430px;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 0 10px #ccc;
	background: #1c6094;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
}

.business_project_kf li .txt {
	font-size: 20px;
	line-height: 44px;
	width: 90%;
	color: #ffff;
}

/*inner-service*/
.inner-service {
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
	position: relative;
}

.inner-service ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner-service ul li {
	width: 47.5%;
	margin: 20px 0;
	background: #f6f7fb;
}

.inner-service ul li .box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.inner-service ul li .box h3 {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	padding: 0 10px;
	left: 0;
	color: #fff;
	font-size: 44px;
	text-align: center;
	z-index: 10;
	transition: 0.6s;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .35);
}

.inner-service ul li .box img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.inner-service ul li .txt {
	width: 100%;
	font-size: 16px;
	color: #000000;
	display: flex;
	flex-wrap: wrap;
	padding: 50px 50px;
}

.inner-service ul li .txt p {
	width: 50%;
}

.area-area:hover img {
	transform: scale(1.1, 1.1);
}

.area-area:hover p {
	display: block;
}

.area-area:hover .text {
	height: 100%;
	background: rgba(0, 133, 204, .9);
	color: #fff;
}

.inner-contact {
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
	position: relative;
	background-image: url(../inner-contact.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contact_memo {
	width: 100%;
	padding-bottom: 30px;
}

.contact_memo h1 {
	font-size: 42px;
	color: #1c6094;
	display: block;
	margin-bottom: 10px;
}

.contact_memo h3 {
	font-size: 25px;
	color: #3a3a3a;
}

.contact_memo h3 a {
	color: #9a2826;
}

.contact-form ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-form ul li {
	overflow: hidden;
	float: left;
	margin: 20px 0;
	position: relative;
}

.contact-form ul li i {
	color: #d80000;
	font-style: normal;
}

.contact-form ul li.w25 {
	width: 47%;
}

.contact-form ul li span {
	font-size: 23px;
	color: #000000;
}

.contact-form ul li.w100 {
	width: 100%;
}

.contact-form ul li input {
	line-height: 50px;
	width: 100%;
	font-size: 20px;
	color: #737373;
	padding: 10px 10px 10px 60px;
	font-weight: 300;
	background: none;
	border: 0;
	position: relative;
}

.contact-form ul li textarea {
	width: 100%;
	line-height: 40px;
	padding: 10px 10px 10px 60px;
	font-size: 20px;
	background: none;
	border: 0;
	color: #737373;
	position: relative;
}

.contact-form ul li input::placeholder {
	color: #737373;
}

.contact-form ul li textarea::placeholder {
	color: #737373;
}

.contact-form ul li .button {
	width: 100%;
	display: block;
	margin: 10px 0;
	color: #ffffff;
	border: 0;
	line-height: 60px;
	font-size: 23px;
	padding: 0;
	border-radius: 4px;
	background: #1c6094;
}

.contact-form ul li .button:hover {
	background: #3a70c1;
}

.contact-form input::placeholder {
	color: #999999;
}

.forminput {
	position: relative;
	background: #ededed;
	border: 1px solid #ededed;
	transition: 0.3s;
	cursor: pointer;
}

.forminput img {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 10;
}

.contact-form ul li:hover .forminput {
	background: #488CF1;
	border: 1px solid #488CF1;
}

.contact-form ul li:hover img {
	filter: brightness(100);
}

.contact-form ul li:hover textarea,
.contact-form ul li:hover input {
	color: #fff;
}

.contact-form ul li:hover textarea::placeholder,
.contact-form ul li:hover input::placeholder {
	color: #fff;
}

.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

.qt-pagination a {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	margin: 0 5px;
	font-size: 15px;
	min-width: 40px;
	line-height: 40px;
	padding: 0 6px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.qt-pagination .pages,
.qt-pagination a:hover {
	background: #094e86;
	color: #fff;
	border: 1px solid #094e86;
}

.footer {
	width: 100%;
	overflow: hidden;
	background: #920818;
	color: #fff;
	position: relative;
}

.foot-box {
	width: 100%;
	overflow: hidden;
	padding: 55px 0 35px 0;
}

.foot-box h3 {
	font-size: 22px;
	margin-bottom: 10px;
}

.foot-logo {
	width: 8%;
	float: left;
}

.foot-logo img {
	max-width: 100%;
	margin: 14px 0;
}

.foot-menu {
	float: right;
	width: 75%;
	margin-right: 4%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-menu .foot_contlis {}

.foot_contlis .menu-ul {
	overflow: hidden;
	width: 100%;
}

.foot-menu ul li {
	width: 100%;
	font-size: 16px;
	margin: 10px 0;
}

.foot-menu ul li a {
	color: #fff;
}

.foot-menu ul li a:hover {
	opacity: 0.5
}

.foot-Support {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-Support .img {
	width: 60px;
	display: flex;
}

.foot-Support .img img {
	width: 100%;
}

.foot-copyright {
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
	line-height: 25px;
	color: #fff;
	font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.foot-copyright a {
	color: #fff;
}

.foot-copyright a:hover {
	opacity: 0.7;
}

.cd-top {
	display: inline-block;
	height: 44px;
	width: 40px;
	position: fixed;
	bottom: 20px;
	right: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../top.png) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	opacity: 1;
}

.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}

@media (max-width:1650px) {

	.header .menu ul li a.a1,
	.about_sm .txt {
		font-size: 18px;
	}

	.banner-swiper-link a {
		font-size: 16px;
		line-height: 40px;
	}

	.banner-swiper-link {
		max-width: 140px;
		margin-top: 35px;
	}

	.about-content h1,
	.index-title h2,
	.inner-title h2,
	.contact_memo h1 {
		font-size: 35px;
	}

	.business_title,
	.news-detail .news-title h1 {
		font-size: 30px;
	}

	.about-content p {
		font-size: 16px;
		line-height: 35px;
	}

	.businesstxt p,
	.business_dl_img dd .content,
	.business_dl dd .txt,
	.contact-form ul li span,
	.index-business .box dl dd h3 {
		font-size: 18px;
	}

	.index-business .box dl dd {
		padding: 15px 20px;
	}

	.txt {
		font-size: 16px;
		line-height: 28px;
	}

	.lang-txt a,
	.index-business .box dl dd a,
	.news-list ul li p {
		font-size: 16px;
	}

	.business_project_kf li .txt,
	.main-more a,
	.about-txt .txt,
	.inner-title h4,
	.about_service .txt,
	.team_content .txt,
	.team_txt,
	.news-detail .news-intro,
	.customer_ul ul li h4,
	.contact-form ul li input,
	.contact-form ul li textarea {
		font-size: 17px;
	}

	.about_service .txt p:before {
		width: 15px;
		height: 15px;
	}

	.content_prop,
	.service-ul ul li .content h3,
	.news-txt h2,
	.news-list ul li h2,
	.about-culture .content-list h4,
	.banner p,
	.foot-box h3,
	.business_project_ul li h4,
	.business_project_ul li .content h5,
	.contact_memo h3 {
		font-size: 20px;
	}

	.customer_ul span {
		font-size: 22px;
	}

	.foot-menu ul li,
	.news-list ul li span,
	.news-detail .goBack,
	.detail_right .box ul li a,
	.inner-service ul li .txt {
		font-size: 15px;
	}

	.foot-copyright {
		font-size: 14px;
	}

	.inner-service ul li .txt {
		padding: 30px 30px;
	}

	.news-txt {
		padding: 10px 10px;
	}

	.business_project_ul li .content {
		padding: 20px 15px;
	}

	.inner-service ul li .box h3 {
		font-size: 32px;
	}

	.sm-img a {
		font-size: 32px;
	}
}

@media (max-width:1200px) {
	.menu_content {
		width: 86%;
	}

	.business_project_ul {
		justify-content: left;
	}

	.business_project_ul li {
		width: 31%;
		margin: 15px 1%;
	}
}

@media (max-width:1100px) {
	.header {
		z-index: 9999;
		background: #fff;
		height: 87px;
	}

	.m_menu {
		display: flex;
	}

	.header .logo {
		height: 80px;
	}

	.header .logo a {
		width: 100px;
	}

	.menu_content {
		width: 100%;
		display: block;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 82px;
		background: #116597;
		width: 100%;
		display: none;
		z-index: 999;
	}

	.header .menu ul {
		display: block;
		width: 100%;
		overflow: hidden;
		float: none;
	}

	.header .menu ul li {
		width: 100%;
		text-align: left;
		padding: 0;
		position: relative;
		border-bottom: 1px solid #2692ec;
	}

	.header .menu ul li a.a1 {
		padding: 0;
		display: inline-block;
		line-height: 50px;
		color: #fff;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li .drop {
		position: static;
		width: 100%;
		margin: 0;
	}

	.drop-third,
	.drop-img,
	.drop-link.active .drop-third {
		display: none;
	}

	.drop .drop-link {
		padding: 0;
	}

	.drop-product {
		padding: 0;
	}

	.drop-second,
	.drop-second a {
		font-size: 18px;
		text-align: center;
	}

	.drop-second,
	.drop-list,
	.drop .drop-link {
		width: 100%;
	}

	.header .menu ul li a.a1::before {
		display: none;
	}

	.header .menu ul li:nth-child(4) .menu-a:after,
	.header .menu ul li:nth-child(5) .menu-a:after,
	.header .menu ul li:nth-child(6) .menu-a:after {
		background-image: url(../menu-span-w.png);
	}

	.header .menu li .drop .hide {
		display: none;
	}

	.header .menu li .drop li {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		border: none;
	}

	.header .menu li .drop li a {
		display: block;
		text-align: center;
	}

	.header .search {
		position: absolute;
		height: 21px;
		right: 60px;
		top: 30px;
	}

	.header .search .s-i {
		margin: 0;
	}

	.lang-txt {
		display: none;
	}

	.banner-swiper,
	.banner {
		margin-top: 87px;
	}

	.header .menu ul li .menu-a {
		width: 94%;
		margin: 0 3%;
	}

	.index-banner-img {
		height: 520px;
	}

	.about-culture .content-list a {
		padding: 60px 15px 10px 15px;
	}

	.inner-banner-img {
		height: 200px;
		padding: 0;
	}

	.news-nav a {
		font-size: 15px;
	}
}

@media (max-width:999px) {
	.team_content dl dd h5 {
		font-size: 24px;
	}

	.drop-third,
	.drop-img,
	.drop-link.active .drop-third {
		opacity: 0;
	}

	.drop .drop-link {
		border: 0;
	}

	.business_dl dt,
	.business_dl dd,
	.business_dl_service dt,
	.business_dl_service dd,
	.business_dl_img dd,
	.business_dl_img dt,
	.business_project_kf li {
		width: 100%;
		margin: 10px 0;
	}

	.business_dl_img dt img,
	.business_dl dt img {
		width: 100%;
	}

	.about_sm .img {
		display: none;
	}

	.sm-img {
		margin: 10px 0;
	}

	.txt01,
	.txt02,
	.index-business .box dl,
	.team_content,
	.team_txt {
		width: 100%;
	}

	.indexservice-ul ul li,
	.inner-news ul li {
		width: 48%;
		margin: 10px 1%;
	}

	.about_service .txt {
		width: 60%;
		padding: 45px 20px 30px 30px;
	}

	.inner-service ul li {
		width: 100%;
	}
}

/*banner媒体查询*/
@media (max-width:768px) {

	.header .menu ul li a.a1,
	.about_sm .txt {
		font-size: 17px;
	}

	.banner-swiper-link {
		max-width: 140px;
		margin-top: 20px;
	}

	.about-content h1,
	.index-title h2,
	.inner-title h2,
	.contact_memo h1 {
		font-size: 28px;
	}

	.business_title,
	.news-detail .news-title h1 {
		font-size: 26px;
	}

	.about-content p {
		font-size: 15px;
		line-height: 30px;
	}

	.businesstxt p,
	.business_dl_img dd .content,
	.business_dl dd .txt,
	.contact-form ul li span,
	.index-business .box dl dd h3 {
		font-size: 17px;
	}

	.index-business .box dl dd {
		padding: 15px 20px;
	}

	.txt {
		font-size: 15px;
		line-height: 26px;
	}

	.lang-txt a,
	.index-business .box dl dd a,
	.news-list ul li p {
		font-size: 15px;
	}

	.business_project_kf li .txt,
	.main-more a,
	.about-txt .txt,
	.inner-title h4,
	.about_service .txt,
	.team_content .txt,
	.team_txt,
	.news-detail .news-intro,
	.customer_ul ul li h4,
	.contact-form ul li input,
	.contact-form ul li textarea {
		font-size: 16px;
	}

	.about_service .txt p:before {
		width: 15px;
		height: 15px;
	}

	.content_prop,
	.service-ul ul li .content h3,
	.news-txt h2,
	.news-list ul li h2,
	.about-culture .content-list h4,
	.banner p,
	.foot-box h3,
	.business_project_ul li h4,
	.business_project_ul li .content h5,
	.contact_memo h3 {
		font-size: 18px;
	}

	.customer_ul span {
		font-size: 20px;
	}

	.foot-menu ul li,
	.news-list ul li span,
	.news-detail .goBack,
	.detail_right .box ul li a,
	.inner-service ul li .txt {
		font-size: 15px;
	}

	.foot-copyright {
		font-size: 14px;
	}

	.inner-service ul li .txt {
		padding: 20px 20px;
	}

	.news-txt {
		padding: 10px 10px;
	}

	.business_project_ul li .content {
		padding: 10px 10px;
	}

	.inner-service ul li .box h3 {
		font-size: 26px;
	}

	.sm-img a {
		font-size: 26px;
	}

	.about-img,
	.about-content {
		width: 100%;
		padding: 10px 0;
		float: none;
	}

	.about-img img {
		max-width: 30%;
		margin: auto;
	}

	.foot-box {
		padding: 40px 0;
	}

	.about-content h1 {
		text-align: center;
	}

	.customer_content_left,
	.customer_content_right {
		width: 100%;
		margin: 25px 0;
	}

	.customer_content_title i {
		width: 65px;
		height: 65px;
	}

	.contact-form ul li.w25 {
		width: 49%;
	}

	.service-pxul ul li {
		width: 48%;
		margin: 10px 1%;
	}

	.foot-menu {
		width: 82%;
		margin-right: 2%;
	}

	.foot-logo {
		width: 15%;
		float: none;
		margin: 10px 0;
	}

	.foot-menu {
		width: 100%;
		margin: 10px 0;
	}

	.foot-menu .foot_contlis {
		width: 100%;
		max-width: 100%;
	}

	.footer:before {
		display: none;
	}

	.foot-menu .foot_contlis ul {
		display: none;
		background: #fff;
		padding: 10px;
	}

	.foot-menu .w2 li {
		width: 100%;
	}

	.foot-menu h3 {
		line-height: 55px;
		margin: 0;
		font-size: 17px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
		;
		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-menu ul li a {
		color: #000;
	}
}

@media (max-width:658px) {

	.header .menu ul li a.a1,
	.about_sm .txt {
		font-size: 15px;
	}

	.banner-swiper-link {
		max-width: 140px;
		margin-top: 10px;
	}

	.about-content h1,
	.index-title h2,
	.inner-title h2 {
		font-size: 25px;
	}

	.contact_memo h1 {
		font-size: 18px;
	}

	.business_title,
	.news-detail .news-title h1 {
		font-size: 22px;
	}

	.about-content p {
		font-size: 15px;
		line-height: 30px;
	}

	.businesstxt p,
	.business_dl_img dd .content,
	.business_dl dd .txt,
	.index-business .box dl dd h3 {
		font-size: 16px;
	}

	.contact-form ul li span {
		font-size: 14px;
	}

	.banner h1 {
		font-size: 24px;
	}

	.banner p {
		font-size: 14px;
	}

	.contact-form ul li .button {
		font-size: 18px;
	}

	.index-business .box dl dd {
		padding: 10px 10px;
	}

	.txt {
		font-size: 15px;
		line-height: 26px;
	}

	.lang-txt a,
	.index-business .box dl dd a,
	.news-list ul li p {
		font-size: 15px;
	}

	.business_project_kf li .txt,
	.main-more a,
	.about-txt .txt,
	.inner-title h4,
	.about_service .txt,
	.team_content .txt,
	.team_txt,
	.news-detail .news-intro,
	.contact-form ul li input,
	.contact-form ul li textarea {
		font-size: 15px;
	}

	.about_service .txt p:before {
		width: 15px;
		height: 15px;
	}

	.content_prop,
	.service-ul ul li .content h3,
	.news-txt h2,
	.news-list ul li h2,
	.about-culture .content-list h4,
	.banner p,
	.foot-box h3,
	.business_project_ul li h4,
	.business_project_ul li .content h5 {
		font-size: 16px;
	}

	.contact-form ul li {
		margin: 5px 0;
	}

	.contact-form ul li.w25 {
		width: 100%;
	}

	.contact_memo h3 {
		font-size: 14px;
	}

	.customer_ul span {
		font-size: 18px;
	}

	.foot-menu ul li,
	.news-list ul li span,
	.news-detail .goBack,
	.detail_right .box ul li a,
	.inner-service ul li .txt {
		font-size: 15px;
	}

	.foot-copyright {
		font-size: 14px;
	}

	.inner-service ul li .txt {
		padding: 10px 10px;
	}

	.news-txt {
		padding: 10px 10px;
	}

	.business_project_ul li .content {
		padding: 10px 10px;
	}

	.inner-service ul li .box h3 {
		font-size: 23px;
	}

	.sm-img a {
		font-size: 23px;
	}

	.about-img img {
		max-width: 78px;
	}

	.service-pxul ul li {
		width: 100%;
	}

	.index-business .box dl dt,
	.index-business .box dl dd,
	.indexservice-ul ul li,
	.inner-news ul li {
		width: 100%;
		margin: 10px 1%;
	}

	.index-business .box dl dt img {
		width: 100%;
	}

	.swiper-slide-txt h1 {
		font-size: 24px;
	}

	.swiper-slide-txt h2 {
		font-size: 18px;
	}

	.banner-swiper-link a {
		font-size: 14px;
		line-height: 32px;
	}

	.banner-swiper-link {
		max-width: 124px;
		margin-top: 10px;
	}

	.banner-swiper-link i {
		max-width: 10px;
		margin-left: 10px;
		transition: 0.3s;
	}

	.index-banner-img {
		height: 300px;
	}

	.index-about,
	.index-service,
	.inner-about,
	.about-culture,
	.about_team,
	.about_sm .box,
	.inner-customer,
	.inner_business {
		padding: 40px 0;
	}

	.business_title {
		margin-bottom: 25px;
	}

	.business_dl dd h5,
	.business_project_pg li h5 {
		font-size: 20px;
	}

	.business_project_pg li .txt {
		font-size: 15px;
		line-height: 25px;
	}

	.business_project_pg li {
		border-radius: 10px;
		padding: 33px 30px 39px 30px;
		border-top: 3px solid #9a2826;
	}

	.content_cases {
		font-size: 16px;
		margin-top: 20px;
	}

	.business_dl dd .txt {
		line-height: 24px;
	}

	.innerservice-ul ul li,
	.business_project_pg li {
		width: 100%;
		margin: 10px 0;
	}

	.businesstxt p {
		margin: 8px 1%;
		padding-left: 22px;
	}

	.inner-title {
		margin-bottom: 25px;
	}

	.customer_ul {
		padding-left: 84px;
	}

	.customer_ul ul {
		padding-left: 11px;
	}

	.customer_ul ul li {
		width: 31%;
	}

	.business_dl_service {
		margin-bottom: 40px;
	}

	.customer_ul ul li h4 {
		font-size: 13px;
	}

	.business_project_kf li {
		height: auto;
		padding: 20px 15px;
	}

	.business_project_kf li .txt {
		line-height: 33px;
	}

	.business_dl_img dd .content {
		line-height: 26px;
		margin-top: 15px;
	}

	.business_dl_img {
		margin-bottom: 40px;
		padding: 15px 15px;
		border-radius: 15px;
	}

	.detail_left {
		width: 100%;
	}

	.detail_right {
		display: none;
	}

	.news-detail .news-title h1 {
		line-height: 28px;
	}

	.news-detail .news-title .three {
		font-size: 14px;
	}

	.news-detail .news-intro {
		padding: 20px 0;
	}

	.index-title {
		margin-bottom: 25px;
		text-align: center;
	}

	.main-more {
		padding: 25px 0;
	}

	.main-more a {
		line-height: 32px;
	}

	.service-hd ul {
		width: 100%;
	}

	.service-hd {
		margin-bottom: 13px;
	}

	.news-list ul li {
		width: 100%;
		margin: 10px 0;
	}

	.about-culture .content-list a {
		width: 48%;
		margin: 10px 1%;
	}

	.about_service .txt {
		width: 92%;
		padding: 45px 20px 30px 30px;
	}

	.news-list ul li a {
		padding: 10px 10px;
	}

	.team_content dl {
		padding: 0;
		text-align: center;
	}

	.news-txt h2 {
		margin: 10px 0;
	}

	.qt-pagination a {
		margin: 0 5px;
		font-size: 13px;
		min-width: 30px;
		line-height: 30px;
		padding: 0 3px;
	}

	.inner-service ul li .txt p {
		width: 100%;
	}

	.team_content dl dt {
		position: static;
		width: 100px;
		height: 100px;
		margin: auto;
	}

	.team_content dl dd {
		width: 100%;
		min-height: auto;
		margin-top: 15px;
	}

	.team_txt {
		padding: 15px 15px;
	}

	.team_content dl dd h4 {
		font-size: 26px;
	}

	.team_content dl dd h4 {
		font-size: 20px;
	}

	.team_content dl dt img {
		max-width: 180px;
	}

	.news-list ul li h2 {
		margin: 01px 0;
	}

	.news-list ul li em {
		width: 12px;
	}

	.about_sm .txt h3 {
		font-size: 16px;
	}

	.index-service .index-title {
		position: static;
	}

	.about_sm .txt strong {
		margin: 10px 0;
		font-size: 14px;
		padding: 4px 30px;
	}

	.index-business .box dl dd .txt {
		min-height: 104px;
	}

	.index-customer,
	.about_service,
	.about_sm {
		padding-top: 40px;
	}

	.about-txt .txt {
		width: 100%;
		line-height: 32px;
		text-align: center;
	}

	.about_logo {
		width: 30%;
	}

	.news-nav a {
		font-size: 14px;
	}

	.contact-form ul li input {
		line-height: 30px;
		padding: 5px 5px 5px 40px;
	}

	.forminput img {
		max-width: 20px;
		left: 10px;
		top: 10px;
	}

	.contact-form ul li textarea {
		padding: 10px 10px 10px 39px;
	}

	.business_project_ul li {
		width: 100%;
		margin: 10px 0;
	}

	.businesstxt p:before {
		width: 14px;
		height: 14px;
		top: 7px;
	}

	.business_project_kf li.bimg {
		height: 220px;
	}

	.team_content dl dd h5 {
		font-size: 16px;
	}
}