@charset "utf-8";

@font-face {
	font-family: 'DIN';
	src: url('DIN-MEDIUM.ttf');
	font-style: normal;
}

html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

html,
body {
	width: 100%;
}

body {
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	overflow-x: hidden;
	color: #333333;
	background: #eef2f6;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
	font-family: 'Microsoft YaHei';
}

img {
	border: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	outline: 0;
	color: #333333;
}

a:hover {
	color: #106bb2;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

.none {
	display: none;
}

.block {
	display: block;
}

.w {
	width: 1805px;
	margin: 0 auto;
}

::-webkit-input-placeholder {
	color: #999999;
}

:-moz-placeholder {
	color: #999999;
}

::-moz-placeholder {
	color: #999999;
}

:-ms-input-placeholder {
	color: #999999;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}

.h {
	height: 90px;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    margin-left: 0;
	    z-index: 999999999 !important;
}


.overflow {
	overflow: hidden;
}

/*  *  * header *  * */

header {
	/* position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999; */
	/* background: #fff; */
}

/* header.fixed {
	-moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
} */

.head-main {
	position: relative;
	line-height: 83px;
	font-size: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

header.fixed .head-main {
	/* line-height: 72px; */
	z-index: 9;
}

.head-top-nav {
	padding-top: 10px;
	background: linear-gradient(270deg, rgba(0, 88, 167, 1) 0%, rgba(14, 55, 109, 1) 100%);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: flex;
	justify-content: space-between;
}

.head-top-nav ul {
	display: flex;
	align-items: center;
	padding-left: 100px;
}

.head-top-nav ul li {
	/* line-height: 30px; */
	margin-right: 50px;
	position: relative;
	cursor: pointer;
}
.top-nav>ul>li{
	padding-bottom: 20px;
}
.head-top-nav ul li:last-child:after {
	width: 0;
}

.head-top-nav ul li::after {
	content: '';
	position: absolute;
	right: -25px;
	width: 1px;
	height: 20px;
	background: #fff;
	opacity: 0.5;
	top: 2px;
}

.head-top-nav ul li a {
	color: #fff;
	padding-bottom: 10px;
}

.head-main-nav {
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 10px;
	justify-content: space-between;
	margin: -10px auto 11px auto;
}

.head-main .logo {
	float: left;
	margin-left: 20px;
}

.head-main .logo img {
	vertical-align: middle;
	width: 222px;
	height: 64px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.head-main .nav {
	display: inline-block;
	vertical-align: middle;
}

.head-main .nav>ul>li {
	float: left;
	margin-right: 68px;
	position: relative;
}

.head-main .nav>ul>li>a {
	display: block;
	font-size: 18px;
	color: #151414;
	position: relative;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.head-main .nav>ul>li>a img {
	margin-left: 10px;
}

.head-main .nav>ul>li>a:after {
	content: "";
	position: absolute;
	bottom: 18px;
	left: 0;
	/* border-radius: 50%; */
	width: 100%;
	display: none;
	height: 2px;
	background: #1d7fda;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.head-main .nav>ul>li.on>a:after,
.head-main .nav>ul>li>a:hover:after {
	display: none;
}

.head-main .nav>ul>li:hover>a,
.head-main .nav>ul>li.on>a {
	color: #0058A7;
	/* display: block; */
	/* font-weight: bold; */
	position: relative;
}

.head-main .nav>ul>li.on>a:before {
	content: '';
	border-width: 0px;
	position: absolute;
	left: 0;
	top: 62px;
	width: 100%;
	height: 2px;
	background: inherit;
	background-color: rgba(0, 88, 167, 1);
	border: none;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.head-main .nav li:hover .drop-down {
	display: block;
}

.head-main .nav .drop-down {
	width: 50%;
	/* background: rgba(255, 255, 255, 1); */
	overflow: hidden;
	position: absolute;
	top: 101px;
	left: 45%;
	transform: translateX(-50%);
	/* margin-left: -105px; */
	/* padding: 10px 0; */
	display: none;
	z-index: 11;
	/* box-shadow: 0px 0px 10px rgb(0 0 0 / 10%); */
}

.drop-downa {
	display: flex;
	padding: 0 30px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
}

.drop-downb {
	width: 100%;
	padding: 0 15px;
}

.drop-downb ul {
	display: flex;
}

.drop-downb ul li {
	/* line-height: 1.5; */
	text-align: center;
	margin-right: 20px;
}

.drop-downb ul li.on a,
.drop-downb ul li:hover a {

	color: #034FA0;
}

.drop-downb ul li a {
	display: block;
	padding: 10px 0;
	position: relative;
	font-size: 16px;
	color: rgb(23, 35, 61, 0.5);

	/* border-bottom: 1px solid #b0dff9; */
}

.drop-downb ul li a img {
	width: 200px;
}

.head-right-search .search {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 70px;
}

.head-right-call {
	justify-content: center;
	align-items: center;
	padding-right: 50px;
}

.head-right-call .call {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* width: 271px; */
	/* height: 57px; */
	background: inherit;
	/* background-color: rgba(0, 88, 167, 1); */
	border-radius: 10px;
	font-family: '苹方 特粗', '苹方 中等', '苹方';
	font-weight: 900;
	font-style: normal;
	font-size: 18px;
	color: #FFFFFF;
	margin-right: 20px;
}

.head-right-call .call img {
	/* margin-right: 20px; */
	width: 23px;
	margin-right: 15px;
}

.head-right-nav {
	display: flex;
	align-items: center;
}

.banner {
	position: relative;
}

.bannerswiper-a {
	position: relative;
}

.bannerswiper-b {
	position: absolute;
	left: 65px;
	bottom: 85px;
}

.bannerswiper-b h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 5px;
	margin-bottom: 12px;
}

.bannerswiper-b h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 250;
	text-decoration: none;
	letter-spacing: 5px;
}

.products-contain {
	margin-top: 40px;
}

.products-contain .title {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	font-style: normal;
	font-size: 40px;
	color: #0058A7;
	/* padding-left: 30px; */
}

.products-contain .products-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.products-contain .products-nav .products-nav-left {
	font-family: '苹方 中等', '苹方';
	font-weight: 400;
	font-style: normal;
	    font-size: 35px;
	    color: #040404
	/* padding-left: 30px; */
}

.products-contain .products-nav .products-nav-right ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.products-contain .products-nav .products-nav-right ul li {
	width: 170px;
	height: 53px;
	font-size: 18px;
	font-family: '苹方 常规', '苹方 中等', '苹方';
	font-weight: 400;
	text-decoration: none;
	border-radius: 50px;
	/* margin-right: 50px; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.products-contain .products-nav .products-nav-right ul li.cur {
	background: inherit;
	background-color: rgba(0, 88, 167, 1);
	font-weight: 700;
	color: #FFFFFF;
}

.products-contain .products-nav .products-nav-right ul li.cur a {
	color: #FFFFFF;
}
.products-contain .products-nav .products-nav-right ul li:hover {
	background: inherit;
	background-color: rgba(0, 88, 167, 1);
	font-weight: 700;
	color: #FFFFFF;
}

.products-contain .products-nav .products-nav-right ul li:hover a {
	color: #FFFFFF;
}
.products-contain-new {
	display: flex;
	justify-content: space-between;
}

.products-goods {
	margin-top: 50px;
}
.w.products{
	padding-bottom: 50px;
}
.products-contain-new .products-goods {
	margin-top: 0;
}
.xinxi-onea3{
	
	background: #fff;
	border-radius: 10px;
}

.products-goods-left-box {
	width: 443px;
}

.products-goods-left-box .left-box-nav {
	padding: 30px 45px;
}

.products-goods-left-box .left-box-nav .one-nav-ul .one-nav-li {
	/* width: 100%; */
	height: 62px;
	background: url(../images/u631.svg) no-repeat center;
	background-size: 100% 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	padding: 0 40px;
	margin-bottom: 20px;
}

.products-goods-left-box .left-box-nav .second-nav ul li {
	/* width: 100%; */
	height: 62px;
	background: rgba(242, 242, 242, 1);
	display: flex;
	/* justify-content:space-between; */
	align-items: center;
	border-radius: 10px;
	padding: 0 40px;
	margin-bottom: 20px;
}

.products-goods-left-box .left-box-nav .second-nav ul li a {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	font-style: normal;
	color: #0058A7;
	font-size: 18px;
}

.products-goods-left-box .left-box-nav .second-nav ul li img {
	margin-right: 10px;
}

.products-goods-left-box .left-box-nav .third-nav ul li {
	/* width: 100%; */
	height: 45px;
	/* background: rgba(242, 242, 242, 1); */
	display: flex;
	/* justify-content:space-between; */
	align-items: center;
	/* border-radius: 10px; */
	padding: 0 40px;
	margin-bottom: 20px;
	border-bottom: 1px #e0e0e0 solid;
}

.products-goods-left-box .left-box-nav .third-nav ul li a {
	color: #757983;
}

.products-goods-left-box .left-box-nav .one-nav-ul .one-nav-li a {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	color: #FFFFFF;
	/* padding-left: 35px; */
}

.products-goods .products-goods-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.products-goods .products-goods-top .products-goods-top-left {
    display: flex;
    width: 50%;
}
.products-goods .products-goods-top .products-goods-top-left-item {
	width: 49%;
	height: 565px;
	background: #fff;
	border-radius: 10px;
	margin-right: 12px;
	text-align: center;
	position: relative;
}
.products-goods-top-left-item {
    position: relative;
}
.clear-mar-bottom {
	margin-bottom: 0 !important;
}

.products-goods-top-left-item .first-box-bg {
	width: 100%;
	height: 565px;
	position: relative;
	left: 0;
	top: 0;
}
.products-goods-top-right{
	width: 36%;
}
.products-goods-top-left-item .first-box-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
}

.products-goods-top-left-item .first-box-txt-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	padding-top: 100px;
}

.products-goods-top-left-item .first-box-txt-wrap .tle {
	font-family: 'Arial Normal', 'Arial';
	font-style: normal;
	font-size: 30px;
	letter-spacing: 1px;
	color: #FFFFFF;
}

.products-goods-top-left-item .first-box-txt-wrap .zx {
	margin-top: 50px;
}

.products-goods-top-left-item .first-box-txt-wrap .number {
	font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	color: #FFFFFF;
	margin: 20px 0;
}

.products-goods-top-left-item .first-box-txt-wrap .wx-btn {
	padding: 5px 40px;
	border-radius: 50px;
	border: 1px #fff solid;
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.products-goods-top-left-item .first-box-txt-wrap .wx-btn a {
	display: flex;
	align-items: center;
	color: #fff;
}

.products-goods-top-left-item .first-box-txt-wrap .wx-btn img {
	margin-right: 10px;
}

.products-goods-top-left-item h2 {
	font-family: '苹方 特粗', '苹方 中等', '苹方';
	font-weight: 900;
	font-style: normal;
	font-size: 25px;
	margin-top: 50px;
}

.products-goods-top-left-item p {
	font-family: '苹方 常规', '苹方 中等', '苹方';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.now-call-main-right .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 52px;
	margin: 0 auto;
	background: inherit;
	background-color: rgba(255, 255, 255, 0);
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(255, 255, 255);
	border-radius: 50px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: 'PingFang SC 中等', 'PingFang SC';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}

.now-call-main-right .btn a {
	display: flex;
	color: #ffffff;
	justify-content: center;
	align-items: center;
}

.btn-mes p {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.btn-mes img {
	width: 23px;
	height: 23px;
	margin-right: 10px;
}

.now-call-main-right .btn img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.products-goods-top-right-item .btn a {
	color: #fff;
}

.products-goods-top-left-item .btn a,
.copy-left-item .btn a {
	color: #797979;
}

.products-goods-top-left-item .btn:hover a,
.products-goods-top-right-item .btn:hover a {
	color: #FFFFFF;
}

.products-goods-top-left-item .btn:hover,
.products-goods-top-right-item .btn:hover,
.copy-left-item .btn:hover {
	background-color: rgba(0, 88, 167, 1);
	color: #FFFFFF;
	border: 1px rgba(0, 88, 167, 1) solid;
}

.products-goods-top-right-item .btn {
	width: 101px;
	height: 39px;
	margin: 0 auto;
	display: flex;
	font-family: 'PingFang SC 中等', 'PingFang SC';
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #fff;
	border: 1px #fff solid;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.products-goods-top-left-item .btn,
.copy-left-item .btn {
	width: 101px;
	height: 39px;
	margin: 0 auto;
	display: flex;
	font-family: 'PingFang SC 中等', 'PingFang SC';
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #797979;
	border: 1px #ccc solid;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.btn-mes {
	margin-left: 100px;
}

.btn-mes .num {
	font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 30px;
}

.products-goods-top-right {
	flex: 1;
}

.products-goods-top-right {
	flex: 1;
}

.video-iocn {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.products-goods-top-right-item {
	width: 99%;
	flex: 1;
	height: 565px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	position: relative;
}

.products-goods-top-right-item .right-item-img img {
    width: 100%;
    height: 565px;
    border-radius: 10px;
    object-fit: cover;
}
.products-goods-top-right-item h2 {
	font-family: '苹方 特粗', '苹方 中等', '苹方';
	font-weight: 900;
	font-style: normal;
	font-size: 25px;
	padding-top: 50px;
}

.products-goods-top-right-item p {
	font-family: '苹方 常规', '苹方 中等', '苹方';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.products-swiper {
	/* margin-top: 40px; */
}

.right-item-img {
	position: relative;
}

.right-item-desc {
	width: 100%;
	color: #fff;
	position: absolute;
	top: 0;
}

.btn-white {
	color: #fff;
	border-color: #fff;
}

.senverswipera {
	height: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* 
.senverswipera img {
	width: 310px;
	height: 157px;
} */

.senverswipera-1 {
	display: flex;
	justify-content: center;
}

.senverswipera-1 img {
	width: 268px;
	height: 223px;
	margin-right: 40px;
}

.senverswipera-1 img:last-child {
	margin-right: 0;
}

.senverswipera .swiper-pagination {
	bottom: 0px;
}

.senverswiper .swiper-pagination .swiper-pagination-bullet {
	background-color: rgba(194, 208, 196, 1);
	width: 40px;
	height: 2px;
	opacity: 1;
	border-radius: 0;
}

.about-two-one-index {
	margin-top: -350px;
}

.senverswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: rgba(23, 29, 29, 0.996);
}

.senverswipera img {
	transition: all 1s;
}

.senverswipera:hover img {
	transform: scale(1.1);
}

.products-swiper {}

.mar-right {
	margin-right: 10px;
}

.clear-mar-right {
	margin-right: 0 !important;
}

.now-call-main {
	height: 190px;
	margin: 60px auto;
	background: url(../images/u391.svg) no-repeat center center;
	background-size: cover;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.now-call-main-left {
	/* padding-left: 50px; */
	margin-right: 200px;
}

.now-call-main h1 {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-style: normal;
	font-size: 30px;
	letter-spacing: 1px;
	color: #FFFFFF;
	line-height: 50px;
}

.now-call-main-right {
	display: flex;
	align-items: center;
	color: #fff;
}

.service {
	background: #fff;
	/* padding: 20px 55px 0 55px; */
	padding-top: 20px;

}

.service-contain {
	margin-top: 30px;
}

.service-contain .title {
		font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
		font-weight: 700;
		font-style: normal;
		font-size: 40px;
		color: #0058A7;
	
	/* padding-left: 30px; */
}

.service-contain .service-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.service-contain .service-nav .service-nav-left {
	
		font-weight: 400;
		font-style: normal;
		    font-size: 35px;
		    color: #040404
	/* padding-left: 30px; */
}

.service-googs {
	margin-top: 50px;
}

.service-googs ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.service-googs ul li {
	width: 49.6%;
	height:auto;
	background: #ccc;
	border-radius: 10px;
	margin-bottom: 15px;
	position: relative;
}

.service-googs-img img {
    border-radius: 10px;
    width: 100%;
    vertical-align: middle;
    height: auto;
}
.service-googs ul>li>a::after {
	width: 100%;
	height: 100%;
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	display: block;
	z-index: 2;
	background: url(../images/u105.svg) no-repeat left bottom;
	background-size: 100%;
	border-radius: 10px;
}

.service-googs ul li .service-googs-txt {
	left: 90px;
	top: 80px;
	position: absolute;
	z-index: 10;
	color: #fff;
}

.service-googs ul li .service-googs-txt a {
	color: #fff;
}
.number p{
	color: #fff;
}
.service-googs ul li .service-googs-txt .btn:hover {
	background: #0058A7;
	color: #fff;
	border: 1px #0058A7 solid;
}

.service-googs ul li .service-googs-zx a {
	color: #fff;
	display: flex;
	align-items: center;
}

.service-googs ul li .service-googs-txt h2 {
	font-family: '苹方 特粗', '苹方 中等', '苹方';
	font-weight: 900;
	font-style: normal;
	font-size: 30px;
	color: #FFFFFF;
}

.service-googs ul li .service-googs-txt p {
	font-family: '苹方 常规', '苹方 中等', '苹方';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.service-googs ul li .service-googs-txt .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 40px;
	background: inherit;
	background-color: rgba(255, 255, 255, 0);
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(255, 255, 255);
	border-radius: 50px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: 'PingFang SC 中等', 'PingFang SC';
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
}

.service-googs ul li .service-googs-zx {
	right: 50px;
	bottom: 50px;
	position: absolute;
	z-index: 10;
	color: #fff;
	display: flex;
	align-items: center;
	background: #0058A7;
	width: 176px;
	height: 49px;
	border-radius: 50px;
	justify-content: center;
	font-size: 20px;
}

.service-googs ul li .service-googs-zx img {
	margin-right: 10px;
}

.news-contain {
	margin-top: 80px;
	margin-bottom: 80px;
	
}

.news-contain .title {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
		
			font-weight: 700;
			font-style: normal;
			font-size: 40px;
			color: #0058A7;
	/* padding-left: 30px; */
}

.news-contain .news-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-contain .news-nav .news-nav-left {
	
	font-weight: 400;
	font-style: normal;
	    font-size: 35px;
	    color: #040404
	/* padding-left: 30px; */
}

.news-googs {
	margin-top: 30px;
}

.news-googs ul {
	display: flex;
}

.news-googs ul li {
	/* flex: 1; */
	height: 504px;
	/* background: #; */
	border-radius: 10px;
	margin-right: 15px;
}

.news-googs ul li:nth-child(1),
.news-googs ul li:nth-child(2) {
	width: 29%;
	background-color: #fff;
	position: relative;
}

.news-googs ul li:nth-child(3),
.news-googs ul li:nth-child(4) {
	width: 23%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news-googs ul li:nth-child(3) a,
.news-googs ul li:nth-child(4) a {
	display: block;
	background: #fff;
	border-radius: 10px;
	height: 245px;
	position: relative;
}

.news-googs ul li:nth-child(3) a:hover,
.news-googs ul li:nth-child(4) a:hover {
	background: #0058A7;
	color: #fff;
}

.news-googs-row {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 10;
}

.news-googs-txt-absolut {
	position: absolute;
	z-index: 10;
	top: 0;
	color: #fff;
}
.news-googs ul li:nth-child(2) .news-googs-img img {
    vertical-align: bottom;
}
.news-googs-img img {
    vertical-align: bottom;
    border-radius: 0px 0px 10px 10px;
}
.news-googs-img {
    position: absolute;
    bottom: 0px;
    vertical-align: middle;
}
.news-googs-img img {
	border-radius:  0px 0px 10px  10px ;
}


.news-googs ul li:last-child {
	margin-right: 0;
}

.news-googs ul li .news-googs-txt {
	padding: 30px 40px 30px 40px;
}

.news-googs ul li .news-googs-txt .year {
	margin-bottom: 30px;
}

.news-googs ul li .news-googs-txt p {
	line-height: 30px;
	margin-bottom: 2px;
		display: -webkit-box;
			overflow: hidden;
			text-overflow: ellipsis;
			word-wrap: break-word;
			/* word-break: break-all; */
			white-space: normal !important;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
}
.news-googs ul li .news-googs-txt h3 {
	line-height: 30px;
	margin-bottom: 2px;
	color:#000;
	font-weight:bold;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	/* word-break: break-all; */
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	border-bottom:1px solid #f1f1f1;
}
.responsibily {
	background: #fff;
	padding: 60px 0;
	margin-top: 30px;
}

.responsibily .responsibily-contain {
	/* height: 544px; */
	/* background: #ccc; */
	border-radius: 10px;
	/* padding: 100px 100px 200px 100px; */
}

.padding100 {
	padding: 100px;
}

.responsibily .responsibily-contain {
	position: relative;
}

.responsibily .responsibily-contain .bannerswiper-b {
	position: absolute;
	left: 50px;
	top: 50px;
	color: #fff;
}

.responsibily .responsibily-contain .bannerswiper-b h3:first-child {
	font-weight: 300;
}

.responsibily .responsibily-contain .bannerswiper-b h3 {
	font-size: 32px;
}

.responsibily .responsibily-contain .bannerswiper-c {
	position: absolute;
	left: 50%;
	bottom: 50px;
	transform: translate(-50%, 0);
	color: #fff;

}

.responsibily .responsibily-contain .bannerswiper-c h3 {
	font-size: 32px;
	font-weight: 300;
}

.responsibily .responsibily-contain .responsibily-left {
	position: relative;
}

.responsibily .responsibily-contain .responsibily-left .txt {
	position: absolute;
	left: -40px;
	bottom: -90px;
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	font-style: normal;
	font-size: 70px;
	color: #0058A7;
}

#responsibilySwiper {
	height: 828px;
}

#responsibilySwiper .swiper-pagination {
	right: 140px !important;
	top: 60% !important;
}

.responsibily-contain .responsibily-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.slogn:first-child{
	display: block;
}
.slogn{
	display: none;
}
.responsibily-contain .responsibily-right .txt {
	display: flex;
	align-items: center;
	margin-bottom: 80px;
	width: 73%;
	justify-content: flex-end;
}

.responsibily-contain .responsibily-right .dot {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	width: 60%;
	justify-content: flex-end;
}

.responsibily-contain .responsibily-right .slogn {
	font-size: 18px;
	width: 80%;
	color: #888585;
}

.slogn h3 {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	text-decoration: none;
	color: #000000;
	margin-bottom: 20px;
}

.responsibily-contain .responsibily-right .txt img {
	margin-left: 20px;
}

.responsibily-contain .responsibily-right .txt.on span {
	font-family: 'Arial Normal', 'Arial';
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	color: #000000;

}

.responsibily-contain .responsibily-right .txt2 span {
	font-family: 'Arial Normal', 'Arial';
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}

.contact {
	background: #fff;
	margin: 50px auto;
}

.contact-wrap {
	padding: 80px 0;
}

.contact-wrap ul {
	display: flex;
	justify-content: space-between;
}

.contact-wrap ul li {
	width: 32%;
	height: 645px;
	/* background: #ccc; */
	border-radius: 10px;
	margin-right: 10px;
	/* transition: all .3s ease-in-out; */
	position: relative;
	top: 0;
	color: #fff;
	cursor: pointer;
}

.contact-wrap ul li .contact-wrap-img img {
	width: 100%;
	height: 645px;
}

.contact-wrap ul li.on {
	width: 40%;
	transition: all .3s ease-in-out;
}

.contact-wrap ul li:hover,
.contact-wrap ul li.on .contact-wrap-img img {
	/* width: 100%; */
	height: 645px;
}

.contact-wrap ul li:last-child {
	margin-right: 0;
}

.contact-wrap ul li .contact-wrap-txt {
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 10;
}

.contact-wrap ul li .contact-wrap-txt .title {
	font-family: '苹方 特粗', '苹方 中等', '苹方';
	font-weight: 900;
	font-style: normal;
	font-size: 25px;
	color: #FFFFFF;
	margin-bottom: 20px;
	position: relative;
}

.contact-wrap ul li .contact-wrap-txt .mar-top {
	margin-top: 30px;
}

.contact-wrap ul li .contact-wrap-txt .number {
	display: flex;
	align-items: center;
	line-height: 60px;
	border-bottom: 1px solid rgb(255, 255, 255, 0.1);
}

.contact-wrap ul li .contact-wrap-txt .number img {
	margin-right: 20px;
}

.contact-wrap ul li .contact-wrap-txt .number .zj {
	font-weight: 700;
	font-size: 25px;
}

.contact-wrap ul li .contact-wrap-txt .code {
	margin-top: 50px;
	margin-left: 30px;
	color: #fff;
}

.contact-wrap ul li .contact-wrap-txt .number p span {
	color: #fff;
}

.contact-wrap ul li .contact-wrap-txt .title:after {
	content: '';
	width: 40px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.contact-wrap ul li .contact-wrap-txt .desc p {
	color: #fff;
	font-size: 18px;
}

.contact-wrap ul li .row {
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 10;
}

.ecology {
	/* background: #fff; */
	margin-bottom: 100px;
}

.ecology-contain {
	margin-top: 30px;
	padding-top: 50px;
}

.ecology-contain .title {
	
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	
			font-weight: 700;
			font-style: normal;
			font-size: 40px;
			color: #0058A7;

}

.ecology-contain .ecology-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ecology-contain .ecology-nav .ecology-nav-left {

	
	font-weight: 400;
	font-style: normal;
	    font-size: 35px;
	    color: #040404
	padding-left: 30px;
}

.ecology-contain .ecology-nav .ecology-nav-right ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ecology-contain .ecology-nav .ecology-nav-right ul li {
	width: 170px;
	height: 53px;
	font-size: 18px;
	font-family: '苹方 常规', '苹方 中等', '苹方';
	font-weight: 400;
	text-decoration: none;
	border-radius: 50px;
	/* margin-right: 50px; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.ecology-contain .ecology-nav .ecology-nav-right ul li.cur {
	background: inherit;
	background-color: rgba(0, 88, 167, 1);
	font-weight: 700;
	color: #FFFFFF;
}

.ecology-goods {
	margin-top: 50px;
}

.ecology-goods .ecology-goods-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.ecology-goods-img img {
    width: 100%;
    height: 342px;
    object-fit: cover;
    border-radius: 10px;
}
.ecology-goods .ecology-goods-top .ecology-goods-top-left {
	display: flex;
}

.ecology-goods .ecology-goods-top .ecology-goods-top-left-item {
	width: 476px;
	height: 342px;
	background: #bebebe;
	border-radius: 10px;
	margin-right: 10px;
	position: relative;
}

.ecology-goods-top-left-item .ecology-goods-logo,
.ecology-goods-top-right-item .ecology-goods-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.ecology-goods-top-right {
	flex: 1;
}

.ecology-goods-top-right-item {
	height: 342px;
	background: #bebebe;
	border-radius: 6px;
	position: relative;
}

.num {
	margin-top: 30px;
}

.num-wrap ul {
	display: flex;
}

.num-wrap ul li {
	flex: 1;
	height: 254px;
	background: inherit;
	background-color: #fff;
	border-radius: 10px;
	margin-right: 10px;
	position: relative;
}
.num-wrap ul li .num-wrap-title {
    position: absolute;
    bottom: 30px;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 10;
    font-family: '苹方 中等', '苹方';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #676A77;
}

.num-wrap ul li .num-wrap-txt {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.num-wrap ul li .num-wrap-txt img {
	margin-right: 20px;
}

.num-wrap ul li .num-wrap-txt .num {
	font-family: 'Arial Normal', 'Arial';
	font-weight: 400;
	font-style: normal;
	font-size: 70px;
	color: #0058A7;
	margin-top: 0;
}

.num-wrap ul li .num-wrap-txt span {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	color: #0058A7;
	margin-left: 20px;
}

.num-wrap ul li:last-child {
	margin-right: 0;
}

.ecology {
	/* background: #fff; */
	margin-bottom: 100px;
}

.about {
	background: #fff;
	position: relative;
}

.about-contain {
	/* margin-top: 30px; */
	height: 600px;
	padding-top: 50px;
}

.about-contain .title {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
		
		font-weight: 400;
		font-style: normal;
		    font-size: 35px;
		    color: #040404
	/* padding-left: 30px; */
}

.about-nav-left .about-title {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	
			font-weight: 700;
			font-style: normal;
			font-size: 40px;
			color: #0058A7;
	/* padding-left: 30px; */
}


.about-contain .about-nav {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
}

.about-contain .about-nav .about-nav-left {
	font-family: '苹方 中等', '苹方';
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	color: #0058A7;

	margin-right: 400px;
}

.about-contain .about-nav .about-nav-right {
	flex: 1;
	padding: 0 30px;
}

.about-contain .about-nav .about-nav-right p {
	/* line-height: 30px; */
	margin-bottom: 20px;
	font-family: '苹方 常规', '苹方 中等', '苹方';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #676A77;
	line-height: 25px;
}

.about-contain .about-nav .about-nav-right p a {
	display: block;
	width: 101px;
	height: 39px;
	/* margin: 0 auto; */
	display: flex;
	font-family: 'PingFang SC 中等', 'PingFang SC';
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #797979;
	border: 1px #ccc solid;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.about-swiper-wrap {
	margin-top: -320px;
}

.about-swiper-contain {
	position: relative;
	/* width: 1256px; */
	height: 632px;
	background: #ccc;
	border-radius: 10px;
	z-index: 100;

}

.service-one {
	/* padding: 80px 0; */
	/* background-color: rgba(11, 59, 130, 1); */

	padding-bottom: 100px;
	padding-top: 20px;
}

.sol-oneb-one {
	margin-bottom: 100px;
}

.service-onea {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 26px;
	max-width: 86%;
	margin: 0 auto;
}

.sol-oneb-onea {
	position: relative;
}

.service-one .sol-oneb-one {
	display: block;
	margin-bottom: 30px;
}

.service-one .sol-oneb-one:nth-child(2n) .sol-oneb-onea-a {
	flex-flow: row-reverse;
}

.service-one .sol-oneb-onea-b {
	position: relative;
	/* width: 50%; */
}

.service-one .sol-oneb-onea-c {
	flex: 1;
	/* padding: 4% 5% 10px; */
}

.service-one-zong {
	/* max-width: 1600px; */
	margin: 0 auto;
}

.sol-oneb-zong {
	margin-top: 50px;
}

.sol-oneb-onea-a {
	border-radius: 10px;
	overflow: hidden;
	display: flex;
}

.sol-oneb-onea-b {
	border-radius: 10px;
	overflow: hidden;
	width: 863px;
}

.sol-oneb-onea-b img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
	transition: all 1s;

}

.sol-oneb-onea-a:hover .sol-oneb-onea-b img {
	transform: scale(1.1);
}

.sol-oneb-onea-a:hover h1 {
	color: rgba(11, 59, 130, 1);
}

.sol-oneb-onea-c {
	/* width: 53%; */
	padding: 1% 4% 10px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
	margin-left: -85px;
	z-index: 1;
	/* margin-top: 80px; */
	position: relative;
}

.sol-oneb-onea-c-magrn {
	margin-right: -80px !important;
}

.sol-oneb-onea-c .tle {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px #f2f2f2 solid;
	/* padding-bottom: 10px; */
	align-items: center;
	margin-bottom: 20px;
}

.sol-oneb-onea-c .tle .numer {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	font-style: normal;
	font-size: 100px;
	opacity: 0.14;
}

.sol-oneb-onea-c .know-btn {
	display: flex;
	justify-content: end;
}

.clear-mar-left {
	margin-left: 0 !important;
}

.sol-oneb-onea-c .know-btn a {
	display: block;
	width: 98px;
	height: 39px;
	line-height: 39px;
	background: #0058A7;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	font-size: 14px;
}

.sol-oneb-onea-c .tle h1 {
	font-weight: 700;
	font-size: 30px;
	color: #0058A7;
	font-family: '苹方 特粗', '苹方 中等', '苹方'
}

.sol-oneb-onea-c h2 {
	font-weight: 700;
	font-size: 24px;
	color: #676A77;
	padding-bottom: 10px;
	font-family: '苹方 特粗', '苹方 中等', '苹方'
}

.sol-oneb-onea-c .sort-num {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	font-style: normal;
	font-size: 100px;
	position: absolute;
	top: -60px;
	left: 150px;
	z-index: 0;
}

.sol-oneb-onea-c P {
	font-family: 'Arial Normal', 'Arial', sans-serif;
	font-size: 16px;
	color: #676A77;
	line-height: 26px;
	margin-bottom: 20px;
}

.solve-oneb-zong .know-btn {
	width: 180px;
	line-height: 52px;
	border-radius: 50px;
	background: #0058a7;
	color: #fff;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.solve-oneb-zong .know-btn a {
	color: #fff;
	margin-left: 10px;
}

.solve-oneb-zong .know-call-txt {
	margin-left: 100px;
}

.solve-oneb-zong .call-num {
	font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	color: #0058A7;
	line-height: 30px;
}

.sol-oneb-one {
	display: none;
}

.sol-oneb-one:first-child {
	display: block;
}

.gundong {
	height: auto;
	/* overflow: auto; */
	margin-top: 10px;
}

.new-dl-foor {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.new-dl-foor span {
	font-family: '微软雅黑';
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	color: #A3A3AF;
}

.new-dl-foor a {
	display: block;
	padding: 5px 20px;
	border-radius: 50px;
	text-align: center;
	color: #333;
	background: #e1e3e8;
	cursor: pointer;
}

.gundong::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 2px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.gundong::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(11, 59, 130, 1);
}

.gundong::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #EDEDED;
}

.gundong p {
	line-height: 32px;
	color: #656675;
}

.news-oneb-zong {
	display: flex;
	margin: 20px auto;
	/* align-items: center; */
	background: #fff;
	border-radius: 10px;
}
.know-btn{
	margin-top: 30px;
}
.news-oneb-zong img {
	/* height: 100%; */
	object-fit: cover;
	border-radius: 10px;
}

.news-oneb-onea-c {
    background: #fff;
    border-radius: 10px;
    padding: 30px 50px;
    width: 88%;
}
.news-oneb-ul ul {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

.news-oneb-ul ul li {
    width: 32%;
	margin-right: 35px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    /* margin-right: 10px; */
}
.news-oneb-ul ul li:nth-child(3n){
	margin-right: 0px;
}
.news-oneb-ul ul li .item-txt-wrap {
	padding: 30px 40px;
}

.news-oneb-ul ul li .item-txt-wrap .item-time {
	/* line-height: 50px; */
	margin-bottom: 20px;
}

.news-oneb-ul ul li .item-txt-wrap .item-txt p {
    line-height: 34px;
    padding-bottom: 6px;
    border-bottom: 1px #d7d7d7 solid;
    margin-bottom: 10px;
    display: -webkit-box;
    height: 74px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    /* word-break: break-all; */
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-oneb-ul ul li .item-txt-wrap .item-txt p:last-child {
	border: 0;
}

.news-oneb-ul ul li .item-txt-wrap .item-detail-btn {
	display: flex;
	justify-content: flex-end;

}

.news-oneb-ul ul li .item-txt-wrap .item-detail-btn span {
	display: block;
	background: rgba(225, 227, 232, 1);
	border-radius: 50px;
	color: #656675;
	width: 130px;
	height: 46px;
	text-align: center;
	line-height: 46px;
}

.news-detial {
	padding: 60px 80px;
	background: #fff;
	border-radius: 10px;
	margin-top: 20px;
}

.news-detial img {
	
}

.news-detial-zong {
	/* width: 100%; */
	display: flex;
	padding-bottom: 50px;
}

.news-one-title {
	margin: 30px 0;
	font-family: '苹方 粗体', '苹方 中等', '苹方';
	font-weight: 700;
	font-style: normal;
	font-size: 32px;
}

.img-line img {
	opacity: .3;
}

.news-oneb-onea-c .tle {
	padding: 20px 0;
	border-bottom: 1px #efefef solid;
}

.news-detial-text .title {
	display: flex;
	justify-content: center;
	font-family: 'Arial Normal', 'Arial';
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	color: #313239;
	margin-bottom: 10px;
}

.news-detial-text .desc {
	display: flex;
	justify-content: center;
	font-size: 14px;
	color: #999999;
	text-align: center;
	margin-bottom: 15px;
}

.news-detial-text .img-line {
	margin-bottom: 20px;
}

.news-detial-text .article-txt p {
	font-family: '苹方 常规', '苹方 中等', '苹方';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #656675;
	line-height: 35px;
}
.slogn-as {
    width: 69%;
}
.item-txt p:nth-child(1){
	font-size: 21px;
}
.news-detial-next-txt span.up {
     color: #333333;
    font-size: 18px;
}
.safeswiper-slide-txt p{
	display: none;
}
.about-company-top-swiper .swiper-slide.swiper-slide-active .safeswiper-slide-txt p{
	display: block;
}
.news-oneb-ul ul li .item-txt-wrap .item-detail-btn span:hover{
      color: #fff;
	  background:  #106bb2;
}
.safeswiper-slide{
	border-radius: 10px;
	overflow: hidden;
}
.safeswiper-slide img{
	border-radius: 10px;
	vertical-align: middle;
width: 100%;
}
.about-company-top-swiper .swiper-slide.swiper-slide-active .safeswiper-slide-txt h1 {
    font-weight: 700;
    font-style: normal;
    font-size: 80px;
    color: #0058A7;
	position: relative;
	bottom: inherit;
}

.news-detial-next-txt span.down{
	color: #333333;
	font-size: 18px;
}
.news-detial-next {
    margin-top: 40px;
    display: flex;
    padding-top: 40px;
    justify-content: space-between;
    border-top: 1px solid #d4d4d4;
}
.news-detial-next-txt span{
	color:#656675;
	font-size: 16px;
}
.responsibily-contain {
	background: #fff;
	/* padding: 100px; */
	border-radius: 10px;
	margin-bottom: 50px;
	margin-top: 20px;
	display: flex;
}

.responsibily-contain .responsibily-left {
	display: flex;
	/* padding: 100px; */
}

.responsibily-contain .responsibily-left img {
	width: 856px;
	height: 517px;
}

.about-detail {
	/* background: #fff;
	border-radius: 10px; */
}

.about-detail .about-detail-contain {
	/* background: #fff;
	border-radius: 10px; */
}

.about-detail .about-detail-contain .about-detail-contain-top {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	display: flex;
	margin-top: 20px;
}

.about-detail .about-detail-contain .about-detail-contain-top .left-txt-wrap {
	padding: 60px;
}

.about-detail .about-detail-contain .about-detail-contain-top .left-txt-wrap .title {
	font-family: 'Arial Normal', 'Arial';
	font-weight: 400;
	font-style: normal;
	font-size: 45px;
	color: #000000;
	margin-bottom: 20px;
}

.about-detail .about-detail-contain .about-detail-contain-top .left-txt-wrap .desc {
	font-family: 'Arial Normal', 'Arial';
	font-weight: 400;
	font-style: normal;
	font-size: 28px;
	color: #525252;
}

.about-detail .about-detail-contain .about-detail-contain-top .solgan .since {
	font-family: 'Arial Normal', 'Arial';
	font-weight: 400;
	font-style: normal;
	font-size: 45px;
	color: #525252;
}

.about-detail .about-detail-contain .about-detail-contain-top .solgan {
	display: flex;
	align-items: center;
	margin: 40px 0;
}

.about-detail .about-detail-contain .about-detail-contain-top .solgan .year {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	font-style: normal;
	font-size: 55px;
	color: #0058A7;
}

.about-detail .about-detail-contain .about-detail-contain-top .solgan img {
	opacity: 0.3;
}

.about-detail .about-detail-contain .about-detail-contain-top .artcle p {
	color: #676A77;
	line-height: 35px;
	font-size: 16px;
	margin-bottom: 20px;
}

.about-detail .about-detail-contain .about-detail-contain-top .artcle p strong {
	font-weight: normal;
	color: #333333;
	font-size: 25px;
}

.about-company {
	background-color: #fff;
	/* background-image: url(/images/u1931.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover; */
	margin: 50px 0;
	padding: 50px 50px 100px 50px;
	position: relative;
}

.about-company-contain {
	padding: 40px 0 80px 60px;
	position: relative;
	z-index: 100;
}

.about-company-contain .tle h1 {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	font-style: normal;
	font-size: 40px;
	margin-bottom: 10px;
	color: #0058A7;
}

.about-company-contain .tle h2 {
	font-family: '苹方 中等', '苹方';
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	color: #040404;
}

.about-company-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 600px;
	width: 100%;
}

.about-company-bg img {
	width: 100%;
}

.about-company-top-swiper {
	/* position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, 0); */
}

.about-swiper-main {
	display: flex;
	justify-content: space-between;
	padding: 0 160px;
	align-items: center;
}

.about-swiper-main-left .big-title {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	font-style: normal;
	font-size: 120px;
	color: #0058A7;
	margin: 50px 0;
}

.big-des ul li {
	line-height: 35px;
	font-size: 16px;
}

.big-des ul li strong {
	font-size: 24px;
	margin-right: 10px;
}

.gallery-thumbs {
	display: flex;
	justify-content: center;
}

.gallery-thumbs-line {
	display: flex;
	justify-content: center;
	margin-top: -10px;
}

.gallery-thumbs-line img {
	width: 55%;
}

.gallery-thumbs-year {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	/* width: 200px; */
}

.gallery-thumbs-year h1 {
	font-weight: 700;
	font-size: 20px;
}

.iindex-threed .swiper-button-prev {
	background: url(../images/u776.svg) no-repeat;
	width: 42px;
	height: 42px;
	left: -8%;
	opacity: 0.8;
	/* top: 0; */
}

.iindex-threed .swiper-button-next {
	background: url(../images/u2679.svg) no-repeat;
	width: 42px;
	height: 42px;
	right: -8%;
	opacity: 0.8;
	/* top: 0; */
}

.gallery-thumbs .swiper-slide-thumb-active .gallery-thumbs-year h1 {
	color: #1d7fda;
}

.gallery-thumbs-year .dot {
	width: 8px;
	height: 8px;
	background: url(../images/u1961.svg) no-repeat center center;
	background-size: 100% 100%;
	margin-top: 10px;
}

.gallery-thumbs .swiper-slide-thumb-active .gallery-thumbs-year .dot {
	width: 11px;
	height: 11px;
	background: url(../images/u1969.svg) no-repeat center center;
	background-size: 100% 100%;
	margin-top: 8px;
}

.gallery-thumbs-bottom {
	padding: 0 100px;
	position: relative;
}

.iindex-threed {
	/* width: 77%; */
	position: relative;
}

.company-cultrue {}

.company-cultrue-title {
	display: flex;
	justify-content: space-between;
	padding: 80px 40px;
	align-items: baseline;
}

.company-cultrue-title .left {
	margin-right: 200px;
}

.company-cultrue-title .left h1 {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
		font-weight: 700;
		font-style: normal;
		font-size: 40px;
		margin-bottom: 10px;
		color: #0058A7;
	margin-bottom: 0;
}

.company-cultrue-title .left h2 {
	font-family: '苹方 中等', '苹方';
font-weight: 400;
	font-style: normal;
	font-size: 30px;
	color: #040404;
}

.company-cultrue-title .right {
	flex: 1;
}

.company-cultrue-title .right p {
	line-height: 35px;
}

.company-cultrue-wrap {}

.company-cultrue-wrap ul {
	display: flex;
	justify-content: space-between;
}

.company-cultrue-wrap .tle h1 {
	font-family: 'Arial Normal', 'Arial';
	font-weight: 400;
	font-style: normal;
	font-size: 28px;
	color: #0058A7;
	position: relative;
}

.company-cultrue-wrap .tle h1::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 31px;
	background: inherit;
	background-color: rgba(0, 88, 167, 1);
	border: none;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	left: -20px;
	top: 5px;
}

.company-cultrue-wrap li.cur .tle h1::before {
	background-color: #fff;
}

.company-cultrue-wrap .artile {
    width: 80%;
    font-size: 22px;
    color: #676A77;
    margin: 20px 0;
    line-height: 35px;
}

.company-cultrue-wrap ul li .botm {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.onnn .lili{
	display:block ;
}
.lili{
	display:none ;
}
.lili{
	    border-bottom: 1px solid #e6e2e2;
}
.xinxi-onea3-xia .lili a {
   background: transparent !important;
}
.xinxi-onea3-xia .lili a {
    font-weight: inherit !important;
        color: rgb(51, 51, 51) !important;
}
.company-cultrue-wrap ul li .botm .mission {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	font-style: normal;
	opacity: .39;
	font-size: 30px;
}

.company-cultrue-wrap ul li {
	width: 33%;
	background: #fff;
	height: 390px;
	border-radius: 10px;
	padding: 65px 80px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.company-cultrue-wrap .li-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 390px;
}

.li-bg-mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 390px;
	background: #1a59a7;
	opacity: 0.47;
	border-radius: 10px;
}

.company-cultrue-wrap .li-txt {
	position: absolute;
	z-index: 3;
}

.company-cultrue-wrap li.cur .tle h1,
.company-cultrue-wrap li.cur .artile,
.company-cultrue-wrap li.cur .mission {
	color: #fff;
}

.company-ry {
	background: #fff;
	margin-top: 150px;
	padding: 50px 0;
	margin-bottom: 50px;
}

.company-ry-title {
	display: flex;
	justify-content: space-between;
	padding: 20px 40px;
	align-items: baseline;
}

.company-ry-title .left {
	margin-right: 200px;
}

.company-ry-title .left h1 {
font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
		font-weight: 700;
		font-style: normal;
		font-size: 40px;
		margin-bottom: 10px;
		color: #0058A7;
	margin-bottom: 0;
}

.company-ry-title .left h2 {
	font-family: '苹方 中等', '苹方';
	font-weight: 400;
		font-style: normal;
		font-size: 30px;
		color: #040404;
}

.company-ry-title .right {
	flex: 1;
}

.company-ry-title .right p {
	line-height: 35px;
}
.about-contain .about-nav .about-nav-right p a:hover{
	color: #fff;
	background:  #0058A7;
}
.detail-contain-bottom .introduce .introduce-googs ul li .go-lj span:hover{
color: #797979;
    border: 1px #ccc solid;
	background: transparent;
}
.sol-oneb-onea-c .know-btn a:hover{
color: #797979;
    border: 1px #ccc solid;
	background: transparent;
}
.news-oneb-ul ul li{
	overflow: hidden;
	
}
.top-contain .right .right-zx button:hover{
	background: rgb(118 174 225);
}
.new-dl-foor a:hover{
	background: rgb(118 174 225);
	color: #FFFFFF;
}
.solve-oneb-zong .know-btn:hover{
	background: rgb(118 174 225);
}
.fixiping-two-img {
	text-align: center;
	position: relative;
}
.fixiping-two-img img {
    width: 41%;
    height: 333px;
}
.u160 {
	width: 34% !important;
	top: 50%;
	height: auto !important;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.bannerswiper .swiper-button-prev.swiper-button-white,
.responsibilySwiper .swiper-button-prev.swiper-button-white {
	width: 33px;
	background: url(../images/u397.svg) no-repeat center center;

}

.bannerswiper .swiper-button-prev,
.responsibilySwiper .swiper-button-prev {
	right: 160px;
	bottom: 60px;
	top: auto;
	left: auto;
}

.bannerswiper .swiper-button-next,
.responsibilySwiper .swiper-button-next {
	right: 100px;
	bottom: 60px;
	top: auto;
	left: auto;
}

.bannerswiper .swiper-button-next.swiper-button-white,
.responsibilySwiper .swiper-button-next.swiper-button-white {
	width: 33px;
	background: url(../images/u397.svg) no-repeat center center;
	transform: rotate(180deg);
}

/* .bannerswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: url(../images/u397.svg) no-repeat;
	width: 33px;
	height: 33px;
} */
.company-ry-swiper {
	padding: 0px;
}

.company-ry-name {
	line-height: 40px;
	font-size: 16px;
	text-align: center;
}

.bannerswiper-a {
	/* position: absolute; */
	left: 0;
	bottom: 50%;
	z-index: 5;
	text-align: center;
	width: auto;
	display: flex;
	left: 50%;
	transform: translateX(-50%);
	align-items: center;
	/* gap: 0 20px; */
	z-index: 1;
}
.bannerswiper-a a{
	display: block;
	width: 100%;
}
.bannerswiper-a>img {
	width: 100%;
	vertical-align: bottom;
}
.bannerswiper-a::after {
    position: absolute;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
	border-radius: 10px;
}
.bannerswiper-a .swiper-button-prev.swiper-button-white {
	position: relative;
	left: unset;
	top: unset;
	right: unset;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(../images/u1957.svg) no-repeat center center;
	transform: rotate(180deg);
	opacity: .5;
}

.bannerswiper-a .swiper-pagination {
	position: relative;
	left: unset;
	top: unset;
	right: unset;
	margin: 0;
	padding: 0;
	display: inline-block;
	display: flex;
	align-items: center;
	gap: 0 11px;
	bottom: 0;
}

.bannerswiper-a .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #a1a1a1;
}

.bannerswiper-a .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #1E8A8A;
}

.bannerswiper-a .swiper-button-next {
	position: relative;
	left: unset;
	top: unset;
	right: unset;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(../images/u1957.svg) no-repeat center center;
	opacity: .5;
}

.team-phot-title {
	display: flex;
	justify-content: space-between;
	padding: 20px 40px;
	align-items: baseline;
}

.team-phot-title .left {
	margin-right: 200px;
}

.team-phot-title .left h1 {
font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
		font-weight: 700;
		font-style: normal;
		font-size: 40px;
		margin-bottom: 10px;
		color: #0058A7;
	margin-bottom: 0;
}

.team-phot-title .left h2 {
	font-family: '苹方 中等', '苹方';
font-weight: 400;
	font-style: normal;
	font-size: 30px;
	color: #040404;
}

.team-phot-title .right {
	flex: 1;
}

.team-phot-title .right p {
	line-height: 35px;
}

.team-phot-swiper {
	padding: 50px 0;
}

.fixaswipera {
	border-radius: 10px;
	overflow: hidden;
}

.fixaswiper .swiper-slide.swiper-slide-active {
	transform: scale(1);
}

.fixaswiper .swiper-slide.swiper-slide-active .fixaswipera-a {
	display: block;
}

.fixaswiper .swiper-slide .fixaswipera-a {
	display: none;
}

.fixaswiper .swiper-slide {
	transform: scale(0.9);
	transition: all 1s;
}

.fixaswipera>img {
	width: 100%;
	vertical-align: bottom;
}

.fixaswipera {
	position: relative;
}

.fixaswipera-a {
	/* background-color: rgba(0, 0, 0, 0.5); */
	bottom: 0px;
	left: 0;
	position: absolute;
	padding: 20px 50px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	text-align: right;
}

.fixaswipera-a img {
	width: 60px;
	height: 60px;
}

.fixaswipera-a h1 {
	font-weight: 700;
	font-size: 24px;
	color: #FFFFFF;
}

.fixaswipera-a h2 {
	width: 95px;
	height: 1px;
	margin: 10px 0;
	background-color: rgba(255, 255, 255, 1);
}

.fixaswipera-a p {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 28px;
}

.about-two-one {
	padding-top: 80px;
	padding-bottom: 40px;
}

.contact-detail {
	background: #fff;
	border-radius:  10px  10px 0px 0px;
	padding: 20px 0;
	margin-top: 30px;
}

.contact-detail-contain {
	background: rgba(236, 236, 236, 1);
	border-radius: 10px;
	padding: 40px;
	margin: 30px;
}

.contact-detail-top {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.contact-detail-top .code {
	display: flex;
	align-items: center;
}

.contact-detail-top .code .code-wrap {
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contact-detail-top .code .code-wrap img {
	margin-bottom: 10px;
}

.contact-detail-top .number .tel {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	font-style: normal;
	font-size: 50px;
	color: #37384C;
	margin-top: 10px;
}

.contact-detail-top .number .tel-txt {
	display: flex;
	align-items: center;
}

.contact-detail-top .number .tel-txt img {
	width: 28px;
	height: 28px;
}

.contact-detail-top .number .tel-txt span {
	font-family: 'Arial Normal', 'Arial';
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	letter-spacing: 1px;
	color: #37384C;
	margin-left: 10px;
}

.contact-detail-bottom {
	background: #fff;
	padding: 30px;
	/* height: 500px; */
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 50px;
	border-radius: 0px 0px 10px  10px;
}

.bottom-contain ul {
	padding: 40px;
}

.bottom-contain ul li {
	display: flex;
	align-items: center;
	padding: 20px 50px;
	border-bottom: 1px #e3e3e3 solid;
}

.bottom-contain ul li .icon img {
	width: 40px;
	height: 40px;
}

.bottom-contain ul li .address {
	margin-left: 50px;
}

.bottom-contain ul li .address {
	line-height: 40px;
}

.bottom-contain ul li .address p {
	font-family: 'Arial Normal', 'Arial';
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
}

.map-img {
	/* position: absolute;
	right: 0;
	bottom: 0; */
}
.bannerswiper-a img{
	border-radius: 10px;
	vertical-align: middle;
}
.bannerswiper-a>a>img {
    width: 100%;
}
.order-online {
    /* width: 100%; */
    height: 79px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
   
    margin-left: 0;
    bottom: 0;
    z-index: 10;
    background: linear-gradient(270deg, rgba(255, 255, 255, .9) 0%, rgba(41, 101, 150, .9) 23%, rgba(0, 88, 167, .9) 81%, rgba(255, 255, 255, .9) 100%);
    display: flex;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	  z-index: 999999999 !important;
}

.order-online .order-online-contain {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.order-online .order-online-contain .desc h1 {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	font-size: 21px;
	color: #fff;
}

.order-online .order-online-contain .desc h2 {
	font-family: 'Arial Normal', 'Arial';
	font-weight: 400;
	font-size: 19px;
	color: #fff;
}
.about-detail-contain-top-let {
    width: 54%;
}
.about-detail-contain-top-right {
    width: 50%;
}
.order-online .order-online-contain .input-wrap {
	margin-left: 20px;
	margin-right: 10px;
}

.order-online .order-online-contain .input-wrap input {
	width: 243px;
	height: 34px;
	background: #fff;
	border: 0;
	border-radius: 5px;
	margin-right: 10px;
	padding: 0 10px;
}

.order-online .order-online-contain .btn-wrap button {
	background-color: rgba(0, 88, 167, 1);
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 88, 167, 1);
	border-radius: 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	/* font-weight: 700; */
	font-style: normal;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	width: 150px;
}

.order-online .order-online-contain .logo {
	opacity: .3;
	margin-right: 20px;
}

.order-online .close {
	width: 32px;
	height: 32px;
	background-color: rgba(0, 88, 167, 1);
	border: none;
	border-radius: 3px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: 'PingFang SC 中等', 'PingFang SC';
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	text-align: center;
	line-height: 32px;
	position: absolute;
	right: 5px;
	top: 5px;
}

.detail-contain-xq {
	background: #fff;
	border-radius: 10px;
	padding: 10px;
}

.detail-contain-top {}

.detail-contain-top .nav-tle {
	display: flex;
	align-items: center;
	padding: 0 100px 10px 100px;
	border-bottom: 1px solid rgba(242, 242, 242, 1);
	font-size: 14px;
}

.detail-contain-top .nav-tle .row {
	transform: rotate(270deg);
	margin: 0 10px;
}

.detail-contain-top .nav-tle img:first-child {
	margin-right: 10px;
	width: 16px;
}

.detail-contain-top .nav-tle a {
	color: #000000;
	padding: 6px;
}

.top-contain {
	display: flex;
	align-items: flex-start;
	padding: 30px;
	/* justify-content: space-between; */

}
.weiwei {
    position: absolute;
    bottom: 112%;
    left: 22%;
	display: none;
}
.wx-btn{
	position: relative;
}
.btn{
	position: relative;
}
.btn:hover .weiwei {
    display: block;
    width: 49%;
    height: auto;
}
.know-btn{
	position: relative;
}
.know-btn .weiwei {
    width: 93px;
    height: auto !important;
}
.know-btn:hover .weiwei{
	display: block;
}
.top-contain .right .right-zx button{
	position: relative;
}
.top-contain .right .right-zx button:hover .weiwei{
	display: block;
}
.service-googs-zx:hover .weiwei{
	display: block;
}
.wx-btn:hover .weiwei{
	display: block;
}
.top-contain .left {
	width: 50%;
	padding-left: 50px;
	padding-right: 50px;
}
.ecology-goods-logo:hover p{
	display: block;
}
.ecology-goods-logo p {
    text-align: center;
    color: #fff;
	display: none;
    font-size: 22px;
    margin-top: 10px;
}
.ecology-goods-img {
    overflow: hidden;
	border-radius: 10px;
}
.ecology-goods-img img{
 transition: all 1s;
}
.ecology-goods-top-right-item {

    overflow: hidden;
}
.ecology-goods-img:hover img{
	transform: scale(1.1);
}
.top-contain .right {
    flex: 1;
    padding-top: 4%;
}

.top-contain .right .right-title {
	padding: 10px 0;
	border-bottom: 1px solid rgba(242, 242, 242, 1);

}

.top-contain .right .right-title h1 {
	font-weight: 700;
	font-size: 32px;
	color: #6a6a6a;
}

.top-contain .right .right-desc p {
	line-height: 35px;
	font-size: 18px;
	color: #6a6a6a;
	font-weight: 500;
}

.top-contain .right .right-zx {
	display: flex;
	align-items: center;
}

.top-contain .right .right-zx a {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 18px;
}

.top-contain .right .right-desc .txt {
	margin: 20px 0;
}

.top-contain .right .right-zx button {
	width: 217px;
	height: 52px;
	background: inherit;
	background-color: rgba(0, 88, 167, 1);
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 1);
	border-radius: 50px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 20px;
}

.top-contain .right .right-zx {
	margin-top: 100px;
}

.top-contain .right .right-zx .call-num {
	margin-left: 20px;
}

.top-contain .right .right-zx .call-num h2 {
	font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	color: #0058A7;
}

.detail-contain-bottom {
	/* background: #fff; */
}

.detail-contain-bottom .nav {
	background: #6a6a6a;
	display: flex;
	justify-content: center;
	padding: 20px 0;
}

.detail-contain-bottom .nav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 800px;
	margin: 0 auto;
}

.detail-contain-bottom .nav ul li {
	cursor: pointer;
}

.detail-contain-bottom .nav ul li a {
	color: #fff;
}

.detail-contain-bottom .introduce {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.detail-contain-bottom .introduce .introduce-left {
	flex: 1;
	background: #fff;
	padding: 30px;
}

.tle{font-size:20px;padding: 20px 0px 20px 0px; font-weight: bold;}


.detail-contain-bottom .introduce .introduce-left .tle img {
	transform: rotate(90deg);
}

.detail-contain-bottom .introduce .introduce-left .main-txt {
	margin: 30px;
	line-height: 30px;
}

.detail-contain-bottom .introduce .introduce-right {
	width: 422px;
	 background: #fff; 
	margin-left: 15px;
	/* padding: 0 10px; */
}

.detail-contain-bottom .introduce .introduce-right .title {
	border-bottom: 1px solid rgba(242, 242, 242, 1);
	padding: 20px 0;
	text-align: center;
	/* background: #fff; */
}

.detail-contain-bottom .introduce .introduce-right .title h1 {
	font-family: '苹方 粗体', '苹方 中等', '苹方';
	font-weight: 700;
	font-style: normal;
	color: #0058A7;
}

.detail-contain-bottom .introduce .introduce-googs {
	margin-bottom: 20px;
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px;
}

.detail-contain-bottom .introduce .introduce-googs ul li {
	border-bottom: 1px solid rgba(242, 242, 242, 1);
	padding-bottom: 20px;
	text-align: center;
	padding-top: 20px;
}

.detail-contain-bottom .introduce .introduce-googs ul li h2 {
	font-family: '苹方 特粗', '苹方 中等', '苹方';
	font-weight: 900;
	font-style: normal;
	font-size: 25px;
	color: #020202;
}

.detail-contain-bottom .introduce .introduce-googs ul li h3 {
	font-family: '苹方 常规', '苹方 中等', '苹方';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.detail-contain-bottom .introduce .introduce-googs ul li .go-lj {
	display: flex;
	justify-content: center;
}

.detail-contain-bottom .introduce .introduce-googs ul li .go-lj span {
	display: block;
	width: 98px;
	height: 39px;
	line-height: 39px;
	background: inherit;
	background-color: rgba(0, 88, 167, 1);
	border: none;
	border-radius: 50px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: 'PingFang SC 中等', 'PingFang SC';
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #FFFFFF;
}

.detail-contain-bottom .introduce .introduce-googs ul li .googs-img {
	padding: 30px;
}

.detail-contain-bottom .introduce .introduce-googs ul li .googs-img img {
	width: 100%;
}

.newsswiper {
	padding-bottom: 50px;
	/* width: 473px; */
}

.newsswiper .swiper-slide {
	padding: 32px 10px;
}

.newsswipera {
	display: flex;
	justify-content: center;
	/* width: 473px; */
	/* padding-top: 39px; */
}

.newsswiper-img {
	width: 100%;
}

.newsswiper-img {
	width: 100%;
}

.proxq-oneing .newsswiper-img {
	text-align: center;
	/* width: 58%; */
	/* padding: 40px 0; */
	border-radius: 10px;
	/* box-shadow: 1px 1px 5px rgb(0 0 0 / 35%); */
}

.newsswiper-img img {
	border-radius: 20px;
	height: auto;
	width: 100%;
}

/* .newsswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 40px;
	height: 15px;
	opacity: 1;
	border-radius: 7.5px;
	border: 2px solid rgba(30, 138, 138, 1);
	background: rgba(30, 138, 138, 1);
} */

.newsswiper-xqoneone {
	width: 51%;
	padding: 35px 0;
	padding-left: 90px;
	padding-right: 83px;
}

.introduce-question {
	margin-top: 10px;
	padding: 10px;
	background: rgba(0, 88, 167, 1);
	border-radius: 10px;
	margin-bottom: 10px;
}

.introduce-question-contain {
	padding: 30px;
	text-align: center;
	color: #fff;
}

.introduce-question-contain h1 {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-style: normal;
	font-size: 25px;
	color: #FFFFFF;
	text-align: center;
}

.introduce-question-contain ul {
	margin: 20px 0;
}

.introduce-question-contain ul li {
	text-align: center;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.introduce-question-contain ul li img {
	margin-right: 10px;
}

.introduce-question-contain .btn {
	width: 217px;
	line-height: 52px;
	background: inherit;
	background-color: rgba(0, 88, 167, 1);
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 1);
	border-radius: 50px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 18px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.introduce-question-contain .btn a:hover {

		  
		  
}



.introduce-question-contain .btn img {
    margin-right: 10px;
    vertical-align: middle;
}
 .btn a{
	 color: #fff;
 }

.introduce-news-contain {
	margin: 20px 0;
	border-radius: 10px;
	background: #fff;
}

.introduce-news-contain .news-list {
	padding: 0 20px;
}

.introduce-news-contain .news-list ul li {
	padding: 10px 0;
	border-bottom: 1px solid rgba(242, 242, 242, 1);
}

.introduce-news-contain .news-list ul li:last-child {
	border: 0;
}

.introduce-news-contain .news-list ul li p {
	line-height: 35px;
	color: #6a6a6a;
}

.introduce-news-contain .news-list ul li .year {
	text-align: right;
	font-size: 12px;
	color: #B5B5B5;
}

.introduce-tags {
	background: #fff;
	border-radius: 10px;

}

.introduce-tags-contain {
	/* background: #fff; */
}

.introduce-tags-contain ul {
	padding: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.introduce-tags-contain ul li {
	padding: 3px 20px;
	border-radius: 4px;
	border: 1px #ccc solid;
	margin-bottom: 10px;
	background: rgba(248, 248, 248, 1);
	font-size: 12px;
}

.introduce-tags-contain .title {
	padding: 20px 30px !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.drop-downing-a ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.drop-downing-a ul li .title {
	color: #000000;
}

.index-footer {
	padding-top: 35px;
	background-color: rgba(46, 52, 58, 1);
	margin-top: 30px;
	
}

.index-footer-a .w {
	display: flex;
	justify-content: space-around;
}

.index-footer-a {
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.index-footer-logo {
	margin-bottom: 20px;
}

.index-footer-aa {
	padding: 35px 0;
	padding-right: 25px;
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.index-footer-aa ul {
	display: flex;
	justify-content: space-between;
}

.index-footer-aa ul li {
	margin-right: 60px;
}

.index-footer-aa ul li h1 {
	margin-bottom: 10px;
}

.index-footer-aa ul li h1:hover a {
	color: rgba(249, 248, 248, 0.58);
}

.index-footer-aa ul li h1 a {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	color: rgba(249, 248, 248, 0.72);

}

.index-footer-aa ul li p {
	opacity: 0.7;
}

.index-footer-aa ul li p a img {
	vertical-align: middle;
	margin-right: 10px;
}

.index-footer-aa ul li p a {
	font-weight: 400;
	font-size: 14px;
	color: rgba(249, 248, 248, 0.72);
	line-height: 30px;
}

.index-footer-aa ul li p:hover a {
	color: #fff;
}

.index-footer-aa ul li p:hover {
	opacity: 1;
}

.index-footer-aa ul li:last-child {
	/* padding-top: 40px; */
}

.index-footer-ab {
	padding: 35px 30px;
	width: 34%;
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.index-footer-ab h1 {
	font-weight: 400;
	font-size: 20px;
	color: #FDFCFC;
	margin-bottom: 30px;
}

.index-footer-ab form {
	display: flex;
	margin: 17px 0;
}

.index-footer-ab form input {
	background: #8b8b8c;
	height: 42px;
	width: 70%;
	width: 331px;
	padding: 7px;
	color: #fff;
	border: 1px solid rgba(223, 134, 15, 1);
}

.index-footer-ab form button {
	width: 140px;
	height: 42px;
	cursor: pointer;
	font-size: 13px;
	margin-left: 5px;
	color: #FFFFFF;
	border: initial;
	background-color: rgba(223, 134, 15, 1);
}

.index-footer-ab form button:hover {
	opacity: 0.8;
}

.index-footer-ab p {
	margin-bottom: 18px;
	margin-bottom: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(255, 255, 255, 0.1);

}

.index-footer-ab p img {
	/* margin-top: 10px; */
	vertical-align: top;
	margin-right: 20px;
}

.index-footer-ac {
	text-align: center;
	padding-top: 60px;
	padding-left: 40px;
}

.index-footer-ab p span {
	font-size: 16px;
	color: #FFFFFF;
	max-width: 91%;

	display: inline-block;
}

.index-footer-ab p strong {
	font-weight: 700;
	font-size: 30px;
	color: #F0F3F6;
	display: inline-block;
	margin-top: -9px;
}

.index-footer-ac h1 span {
	display: block;
	margin-top: 13px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 17px;
	opacity: 0.8;
	font-size: 14px;
}

.index-footer-ac h2 {
	margin-top: 30px;
}

.index-footer-ac h2 a {
	display: inline-block;
	padding: 0 5px;

}

.index-footer-ac h2 a:hover {
	opacity: 0.5;
}

.index-footer-ac h2 a img {
	width: 21px;
}

.index-footer-b {
	color: #939393;
	font-size: 14px;
	padding: 20px 0;
}
.index-footer-b a{
	color: #939393;
}
.bannerswiper-txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	/* display: flex;
	justify-content: center; */
	text-align: center;
}

.bannerswiper-txt h1 {
	/* font-family: '苹方 细体', '苹方 中等', '苹方'; */
	font-weight: 900;
	font-style: normal;
	font-size: 50px;
	color: #FFFFFF;
}

.bannerswiper-txt h2 {
	/* font-family: 'Arial Negreta', 'Arial Normal', 'Arial'; */
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	color: #FFFFFF;
}

.bannerswiper-txt-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(242, 242, 242, 0.2);
	border-radius: 10px;
	padding: 15px 50px;
	margin-top: 40px;
}

.bannerswiper-txt-nav ul {
	display: flex;
	align-items: center;
}

.bannerswiper-txt-nav ul li {
	position: relative;
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	font-style: normal;
	color: #FFFFFF;
	margin-right: 35px;
	width: 120px;
}

.bannerswiper-txt-nav ul li a {
	color: #FFFFFF;
}
.bannerswiper-txt-nav ul li a:hover {
	color: #0058a7;
}

.bannerswiper-txt-nav ul li::after {
	content: '';
	width: 1px;
	height: 25px;
	background: #ccc;
	position: absolute;
	top: 0;
	right: -15px;
}

.bannerswiper-txt-nav ul li:last-child {
	margin-right: 0;
}

.bannerswiper-txt-nav ul li:last-child:after {
	width: 0;
}

.nav-link {
	position: absolute;
	left: 50px;
	bottom: 50px;
	z-index: 10;
	color: #fff;
	display: flex;
	align-items: center;
}

.nav-link a {
	color: #fff;
	margin: 0 10px;
	font-size: 16px;
}

.nav-link .row-icon {
	transform: rotate(270deg);
}

.zhaopin-one {
	background: #f1f5f7;
}

.join1 ul.auto {
	height: auto;
}

.join1 ul {
	/*height: 404px;*/
	overflow: hidden;
}

/* .join1 ul li:nth-child(1) {
	border-radius: 10px 10px 0 0;
	background: url(../img/bjj.jpg) no-repeat;
	background-size: cover;
} */

/* .join1 ul li:first-child {
	border-left: none;
} */

/* .join1 ul li:nth-child(1) {
	padding: 22px 0 22px 0px;
} */

.join1 ul li {
	display: flex;
	border-left: 1px solid #fff;
	flex-wrap: wrap;
	/* padding: 0 100px; */
	padding-left: 100px;
	padding-right: 300px;
	line-height: 83px;
	border-radius: 10px;
	/* border-bottom: 1px solid rgb(191, 191, 191, 0.75); */
	margin-bottom: 13px;
	background: #fff;
	justify-content: space-between;
}

.join1 ul li.onn {
	/* background: #e8e5e5;
	border-left: 1px solid #e8e5e5; */
}

.join1 ul li {
	position: relative;
	cursor: pointer;
}

.join1 ul li h2 {
	font-weight: normal;
	/* width: 25%; */
	text-align: center;
	font-size: 17px;
	font-family: "Microsoft YaHei";
	color: #333333;
	text-transform: uppercase;
}

.join1 ul li h2 img {
	vertical-align: middle;
	margin-right: 27px;
}

.join1 ul li:first-child.onn {
	background: #ffffff;
	/* padding: 22px 0 22px 0; */
	/* border-left: 1px solid #ffffff; */
}

.join1 ul li.onn {
	/* padding: 0 100px; */
	padding-left: 100px;
	padding-right: 300px;
	line-height: 83px;
}

/* .join1 ul li:nth-child(1):after {
	display: none;
} */

.join1 ul li h3 {
	display: inline-block;
	/* width: 25%; */
	font-weight: normal;
	text-align: center;
	color: #333333;
	text-transform: uppercase;
	font-family: 'Microsoft YaHei UI Bold', 'Microsoft YaHei UI Regular', 'Microsoft YaHei UI';
	font-weight: 700;
	font-size: 22px;
}

.xqdesc {
	display: none;
}

.xqdesc {
	border-top: 1px solid #e0dcdc;
	/* margin: 24px 0px 0 0px; */
	padding: 46px 76px 70px 100px;
	width: 100%;
	/* border-right: 1px solid #e8e5e5; */
	/* background: url(../images/u2377.jpg) no-repeat; */
	/* background-size: cover; */
	border-left: 8px solid #fff;
	position: relative;
}

.join1 ul li:after {
	display: block;
	content: "———";
	position: absolute;
	width: 73px;
	height: 83px;
	background: inherit;
	background-color: rgba(0, 88, 167, 1);
	border: none;
	border-radius: 10px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	top: 0;
	right: 0;
	display: flex;
	color: #fff;
	justify-content: center;
	align-items: center;
	/* background: url(../images/join1-cont1-dow.png) no-repeat; */
}

.join1 ul li::before {
	display: block;
	content: "";
	position: absolute;
	width: 2px;
	height: 58px;
	background: inherit;
	background-color: rgba(0, 88, 167, 1);
	border: none;
	border-radius: 10px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	top: 14px;
	left: 0;
	/* background: url(../images/join1-cont1-dow.png) no-repeat; */
}

.xqdesc a {
	margin-right: -100px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(9, 108, 198, 1);
	display: inline-block;
	border-radius: 50px;
	/* text-align: right; */
	padding: 0 21px;
	float: right;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
}

.xqdesc a img {
	vertical-align: middle;
	margin-right: 8px;
}

.joba-1 {
	cursor: pointer;
	width: 100%;
	height: 66px;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: #fff;
	text-transform: uppercase;
	line-height: 60px;
	padding: inherit;
	display: inherit;
	text-align: center;
	border-radius: 0 0 10px 10px;
	/* background: #bebdbd; */
}

.joba-1 img {
	vertical-align: middle;
	margin-left: 8px;
}

.join1 {
	border-radius: 10px;
	/* background: #fff; */
}

.join1 ul {
	padding: 10px 0 20px 0;
}

.zhaopin-onea {
	margin-top: 30px;
	z-index: 999;
	position: relative;
}

.zhaopin-onea {
	padding-bottom: 80px;
}

.xqdesc p {
	font-size: 16px;
	color: #666666;
	line-height: 35px;
}

.xqdesc .xqdesc-contain .title {
	font-size: 22px;
	font-family: '微软雅黑';
	font-weight: 400;
	font-style: normal;
	color: #333333;
	margin-bottom: 20px;
}

.zhaopin-oneaing form {
	width: 100%;
	display: flex;
}

.zhaopin-oneaing {
	display: flex;
	padding: 60px 85px 0 85px;
}

.zhaopin-oneainga {
	width: 25%;
	height: 56px;
	margin-right: 20px;
	background: #f6f6f6;
}

.zhaopin-oneaingb {
	width: 75%;
	position: relative;
	height: 56px;
	background: #f6f6f6;
}

.zhaopin-oneaingb input {
	width: 75%;
	height: 56px;
	outline-style: none;
	background: #f6f6f6;
	padding-left: 40px;
	color: #7e7e7e;
	font-size: 16px;
}

.zhaopin-oneaingb button {
	outline-style: none;
	background: inherit;
	border: inherit;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 56px;
}

.zhaopin-oneainga select {
	height: 56px;
	width: 47%;
	color: #7e7e7e;
	font-size: 16px;
	padding-left: 20px;
	background: #f6f6f6;
	outline-style: none;
	-webkit-appearance: none;
	/* background: url(../images/dowan.jpg) no-repeat 90% center; */
}

.zhaopin-oneaingb button img {
	filter: contrast(0.5);
}

.join1 ul li .bg-img img {
	position: absolute;
	width: 614px;
	height: 614px;
	opacity: 0.1;
	right: -300px;
	bottom: 0;
}

.join1 ul li .tel {
	font-family: '微软雅黑';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #777575;
}

.pages {
	text-align: center;
	margin-top: 40px;
}

.pages li {
	display: inline-block;
	vertical-align: top;

}

.pages li a {
	display: block;
	background: #fff;
	padding: 6px 15px;
	font-size: 13px;
	color: rgb(90, 88, 88);
	border-radius: 5px;
	border: 2px solid #efeff0;
}

.pages li:hover a,
.pages li.active a {
	background: #0058a7;
	color: #fff;
}

.reservation {
	margin-top: 30px;
	margin-bottom: 50px;
}

.reservation-wrap {
	width: 1400px;
	/* height: 963px; */
	margin: 0 auto;
	background: url(../images/u2538.svg) no-repeat center center;
	background-size: 100% 100%;
	border-radius: 10px;
	padding: 60px;
}

.reservation-contain {
	background: rgba(255, 255, 255, .96);
	border-radius: 10px;
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.reservation-contain .title {
	font-family: '苹方 常规', '苹方 中等', '苹方';
	font-weight: 400;
	font-style: normal;
	font-size: 50px;
	color: #37384C;
}

.reservation-contain .desc {
	font-family: '苹方 细体', '苹方 中等', '苹方';
	font-weight: 300;
	font-style: normal;
	color: #37384C;
	font-size: 32px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.reservation-contain .remark {
	font-size: 18px;
	color: #A4062C;
}

.frmat-wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.frmat-wrap ul li {
	display: flex;
	align-items: center;
	/* height: 100px; */
	padding: 20px 0;
}
.frmat-wrap ul li input {
    width: 70%;
    line-height: 45px;
    border: 1px #ccc solid;
    border-radius: 6px;
    padding: 0 10px;
    font-size: 15px;
}

.frmat-wrap ul li textarea {
	width: 70%;
	height: 300px;
	/* line-height: 45px; */
	border: 1px #ccc solid;
	border-radius: 6px;
	padding: 10px;
}

.search-popup__form {
	width: 70%;
	margin: 0 auto;
}

.frmat-wrap ul li h1 {
	width: 200px;
	margin-right: 20px;
	text-align: right;
	font-size: 16px;
}

.frmat-wrap ul li h1 span {
	color: #A4062C;
	margin-right: 5px;
}

.contact-twob-buttom {
	float: right;
	margin-right: 170px;
	margin-top: 20px;
}

.contact-twob-buttom button {
	width: 150px;
	height: 41px;
	background: inherit;
	background-color: rgba(0, 88, 167, 1);
	border: none;
	border-radius: 100px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: 'PingFang SC 中等', 'PingFang SC';
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #fff;
}

.contact-twob-buttom button:last-child {
	background-color: rgba(191, 196, 194, 1);
}

.solve-oneb-zong {
	padding: 50px;
}

.solve-oneb-zong .tle {
	padding-bottom: 20px;
	border-bottom: 1px #dddddd solid;
	margin-bottom: 20px;
}

.solve-oneb-zong .tle h1 {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
}

.sole-problems .title,
.solve-ys .title,
.solve-question .title,
.solve-cp .title,
.solve-news .title {
	font-family: '苹方 粗体', '苹方 中等', '苹方';
	font-weight: 700;
	font-style: normal;
	font-size: 32px;
	margin: 70px auto;
	text-align: center;
}

.sole-problems-contain ul,
.solve-ys-contain ul {
	display: flex;
	justify-content: space-between;
}

.sole-problems-contain ul li {
	text-align: center;
	width: 347px;
	height: 262px;
	background: inherit;
	background-color: rgba(253, 253, 253, 0.533333333333333);
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.solve-ys-contain ul li {
	text-align: center;
	width: 347px;
	height: 308px;
	background: inherit;
	background-color: rgba(253, 253, 253, 0.533333333333333);
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.solve-ys-contain ul li a h1 {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	font-style: normal;
	font-size: 40px;
	color: rgba(0, 88, 167, 0.996078431372549)
}

.sole-problems-contain ul li a p,
.solve-ys-contain ul li a p {
	padding: 0 40px;
	margin-top: 30px;
}

.clear-mar-top {
	margin-top: 0 !important;
}

.clear-pad-top {
	padding-top: 0 !important;
}

.sidebar {
	position: fixed;
	right: 10px;
	bottom: 20%;
	width: 70px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

.sidebar a {
	position: relative;
}

.sidebar-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	text-align: center;
	position: relative;
}

.sidebar-item:last-child {
	border-bottom: none;
}

.sidebar-item .icon {
	/* width: 30px; */
	/* height: 30px; */
	/* margin-bottom: 5px; */
}

.sidebar-item span {
	font-size: 12px;
	color: #333;
}

.sidebar a:hover {
	/* background-color: #0058a7; */
}

.hotline a:hover .weimw {
	display: block;
}

.wechat-service a:hover .weimw {
	display: block;
}

.online-service a:hover .weimw {
	display: block;
}

.weimw {
	width: 100px;
	/* bottom: 100px; */
	top: 0;
	left: -120px;
	display: none;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	position: absolute;
}

.weimw img {
	border-radius: 5px;
}

/* 热线样式 */
.hotline {
	background-color: #0058a7;
	color: #fff;
}

.hotline span {
	color: #fff;
}

/* 在线客服样式 */
.online-service .icon img {
	/* width: 100%;
    height: 100%; */
}

/* 微信客服样式 */
.wechat-service .icon img {
	/* width: 100%;
    height: 100%; */
}

/* 返回顶部样式 */
.back-to-top {
	font-size: 14px;
}

.back-to-top .icon img {
	/* width: 20px;
    height: 11px; */
	transform: rotate(-90deg);
}
.news-googs ul li:nth-child(2) .news-googs-img img{
    height: 504px;
		object-fit: cover;
}
.nav-dropdown {
	flex-direction: column;
	padding: 10px 5px 30px 5px !important;
	position: absolute;
	top: 76%;
	left: -60%;
	background-color: #fff;
	/* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); */
	list-style: none;
	display: none;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px);
	transition: opacity 0.2s ease, transform 0.2s ease;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.nav-dropdown li {
	padding: 0;
	width: 130px;
	/* line-height: 30px; */
	text-align: center;
	border-bottom: 1px #f1f1f1 solid;
	margin-right: 0 !important;
}

.nav-dropdown li::after {
	width: 0 !important;
}

.nav-dropdown li a {
	color: #333 !important;
	padding: 10px;
	display: block;
	font-size: 14px;
}

.nav-dropdown li:hover {
	background-color: #f0f0f0;
}

/* 鼠标悬停时显示下拉菜单 */
.head-top-nav ul li:hover .nav-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	display: block;
}

.product-section {
	width: 700px;
	position: absolute;
	top: 100%;
	left: -165%;
	display: flex;
	justify-content: space-around;
	padding: 20px;
	background-color: #fff;
	display: none;
	z-index: 1000;
	border-radius: 10px;
	
	  -moz-box-shadow:0px 0px 5px rgba(204, 204, 204, 0.349019607843137);
	  -webkit-box-shadow:0px 0px 5px rgba(204, 204, 204, 0.349019607843137);
	  box-shadow:0px 0px 5px rgba(204, 204, 204, 0.349019607843137);

}

.product-column {
	flex: 1;
	margin: 0 10px;
	position: relative;
}

.product-column::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #e3e3e3;
    top: 0;
    right: 20px;
}

.product-column:last-child::after {
	width: 0;
}

.product-column h3 {
	font-size: 18px;
	color: #003f7d;
	margin-bottom: 10px;
}

.product-column ul {
	list-style: none;
}

.product-column ul li {
	font-size: 14px;
	color: #555;
	/* margin-bottom: 5px; */
	width: 160px;
	line-height: 36px;
}

.head-main .nav>ul>li:hover .product-section {
	display: flex;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.news-slider__ctr {
	position: relative;
	z-index: 12;
	width: 194px;
	height: 55px;
	line-height: 55px;
	background: #fff;
	border-radius: 50px;
	border: 1px #e6e6e6 solid;
	margin: 0 auto;
	margin-top: 20px;
}

.news-slider__arrow {
	background: #fff;
	border: none;
	display: inline-flex;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	z-index: 12;
	cursor: pointer;
	outline: none !important;
}

.news-slider__arrow:focus {
	outline: none !important;
}

.news-slider__arrow .icon-font {
	display: inline-flex;
}

.news-slider__arrow.news-slider-prev {
	left: 15px;
	transform: translateY(-50%);
}

.news-slider__arrow.news-slider-next {
	right: 15px;
	transform: translateY(-50%);
}

.news-slider__pagination {
	text-align: center;
	/* margin-top: 50px; */
}

.news-slider__pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #0058a7;
	opacity: .2;
	margin: 0 5px;
	border-radius: 20px;
	transition: opacity .5s, background-color .5s, width .5s;
	transition-delay: .5s, .5s, 0s;
}

.news-slider__pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #0058a7;
	width: 60px;
	transition-delay: 0s;
}

.news__item {
	padding: 40px;
	color: #fff;
	border-radius: 10px;
	display: block;
	transition: all .3s;
}

.safeswiper-slide-txt {
	position: absolute;
	padding: 50px;
	height: 100%;
	width: 100%;
	text-align: left;
}

.safeswiper-slide-txt h1 {
    text-align: center;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    color: #fff;
  position: absolute;
    bottom: 43px;
}
.safeswiper-slide-txt{
	z-index: 99999;
}
.safeswiper-slide{
	position: relative;
}
.safeswiper-slide::after {
    position: absolute;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px;
}
.introduce-question-contain{
	background: url(../images/map.png) center center;
	background-repeat: no-repeat;
}
.safeswiper-slide-txt h2 {
	position: absolute;
	bottom: 20px;
	text-align: center;
	font-weight: 700;
	font-style: normal;
	font-size: 60px;
	color: #fff;
}

.safeswiper-slide-txt p {
    color: #fff;
    line-height: 32px;
    margin-top: 40px;
    height: 128px;
    overflow: auto;
}
.safeswiper-slide-txt p::-webkit-scrollbar {/*滚动条整体样式*/
        width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
.safeswiper-slide-txt p::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 5px;
         
        background: #0058A7;
    }
.safeswiper-slide-txt p::-webkit-scrollbar-track {/*滚动条里面轨道*/
      
        border-radius: 5px;
        background: #dcd8d8 ;
    }
.about-company-top-swiper .swiper-button-prev {
	background: url(../images/u2716.svg) no-repeat center;
	width: 32px;
	height: 32px;
	left: 35%;
	opacity: 0.8;
	top: 95%;
	border-radius: 50%;
	border: 1px #0058A7 solid;
	/* display: flex;
	justify-content: center;
	align-items: center; */
}

.about-company-top-swiper .swiper-button-next {
	background: url(../images/u2719.svg) no-repeat center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px #0058A7 solid;
	right: 35%;
	opacity: 0.8;
	top: 95%;
	/* display: flex;
	justify-content: center;
	align-items: center; */
}

/* 响应式布局：屏幕宽度小于768px时使用单列布局 */
@media screen and (max-width: 768px) {
	.product-section {
		flex-direction: column;
		align-items: center;
	}

	.product-column {
		margin-bottom: 20px;
		text-align: center;
	}
}

.mask-banner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: .39;
}

.mask-banner-blue {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: .18;
	background: rgba(0, 88, 167, 1);
}

.opacity3 {
	opacity: .3;
}

/* 响应式布局：屏幕宽度小于480px时，标题和内容适当缩小 */
@media screen and (max-width: 480px) {
	.product-column h3 {
		font-size: 16px;
	}

	.product-column ul li {
		font-size: 12px;
	}
}

.servicezx {
	margin-top: 40px;
}

.servicezx ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.servicezx ul li {
	/* flex: 2; */
	width: 49.5%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	/* margin-right: 20px; */
}

.servicezx ul li .bg {
	width: 100%;
}

.servicezx ul li:last-child {
	margin-right: 0;
}

.servicezx ul li a .txt-wrap {
	padding: 30px;
}

.servicezx ul li a .txt-wrap h1 {
	font-family: '苹方 特粗', '苹方 中等', '苹方';
	font-weight: 900;
	font-style: normal;
	font-size: 30px;
	color: #0058A7;
	border-bottom: 1px #efefef solid;
	padding-bottom: 10px;
}

.servicezx ul li .btn-wrap {
	display: flex;
	padding: 10px 30px 30px 30px;
	align-items: center;
	justify-content: space-between;
}

.servicezx ul li .txt-wrap p {
	padding-top: 20px;
	line-height: 32px;
	height: 200px;
}

.servicezx ul li .btn-wrap .go-know {
	padding: 0 20px;
	background: #0058a7;
	color: #fff;
	display: flex;
	height: 40px;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
}

.servicezx ul li .btn-wrap .go-know a {
	color: #fff;
}

.servicezx-zong {
	padding: 20px;
}

.servicezx-zong .news-oneb-onea-c {
	padding: 0 50px;
	    width: 65%;
}

.servicezx-zong .tle h1 {
	color: #0058A7
}

.servicezx-zong .know-call-txt {
	margin-left: 0;
}

.service2 {
	padding: 50px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
}

.service2 .tle {
	padding-bottom: 30px;
}
.know-call-txt{
	margin-top: 30px;
}
.servicezx-zong .gundong {
	height: auto;
}

.service2 .tle h1 {
	font-size: 32px;
	font-family: '苹方 粗体', '苹方 中等', '苹方';
	font-weight: 700;
	font-style: normal;
}

.btn-wrap .mes h2 {
	font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	color: #0058A7;
}

.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999999;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;
}

.search-popup.active {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.search-popup__overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
}

.search-popup__inner {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.search-popup__form {
    position: relative;
    z-index: 9991;
    width: 100%;
    padding: 15px;
    max-width: 800px;
    position: relative;
}

.search-popup__form input {
	background-color: transparent;
	border: none;
	outline: none;
	width: 100%;
	height: 60px;
	color: #222222;
	font-size: 18px;
	background-color: rgba(255, 255, 255, 1);
	padding-left: 30px;
	padding-right: 80px;
}

.search-popup__form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #222222;
}

.search-popup__form input::-moz-placeholder {
	/* Firefox 19+ */
	color: #222222;
}

.search-popup__form input:-ms-input-placeholder {
	/* IE 10+ */
	color: #222222;
}

.search-popup__form input:-moz-placeholder {
	/* Firefox 18- */
	color: #222222;
}

.search-popup__form button {
	border: none;
	outline: none;
	width: 60px;
	height: 60px;
	color: #fff;
	background: linear-gradient(to right, rgb(15 151 223), #3165e0);
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.xinxi-onea3 ul{
	margin-bottom: 10px;
}
.search-popup__form button:hover {
	background: linear-gradient(to right, #1c7ec6);
}

.xinxi-onea3>ul {
	padding: 30px 35px 40px 35px;
	/* background: linear-gradient(to bottom, #ffffff, #f1f5f7); */
}

.xinxi-onea3>ul>li {
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
	border-radius: 10px;
}

.xinxi-onea3>ul>li>h2 {
	/* text-align: center; */
	background: #e9eaeb;
	position: relative;
	border-radius: 10px;
	padding-left: 30px;
}

.xinxi-onea3>ul>li>h2>a {
	padding: 15px 0;
	font-size: 20px;
	width: 100%;
	display: inline-block;
	color: rgb(51, 51, 51);
	font-weight: 700;
}

.xinxi-onea3>ul>li>h2>a img {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}

.xinxi-onea3>ul>li.on>h2,
.xinxi-onea3>ul>li:hover>h2 {
	background: #0058a7;
}

.xinxi-onea3>ul>li.on>h2>a,
.xinxi-onea3>ul>li:hover>h2>a {
	color: #fff;
}

.xinxi-onea3>ul>li.on>h2>a img,
.xinxi-onea3>ul>li:hover>h2 a img {
	filter: brightness(0) invert(1);
}

.xinxi-onea3-xia {
	padding-top: 10px;
}

.xinxi-onea3-xia li {
	border-bottom: 1px solid #e6e2e2;

}

.xinxi-onea3-xia li a {
	width: 100%;
	font-size: 17px;
	display: inline-block;
	color: rgb(51, 51, 51);
	position: relative;
	padding: 14px 0 14px 0;
}

.xinxi-onea3-xia li a em {
	display: inline-block;
	width: 6px;
	vertical-align: middle;
	height: 6px;
	margin: 0 19px 0 14px;
	background: #b5b5b5;
	border-radius: 50%;
}

.xinxi-onea3-xia li a img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	display: none;
}

.xinxi-onea3-xia li.onn a img,
.xinxi-onea3-xia li:hover a img {
	display: block;
}

.xinxi-onea3-xia li.onn a h2 {
	background: #ccc;
}

.xinxi-onea3-xia li.onn a,
.xinxi-onea3-xia li:hover a {
	font-weight: bold;
	color: #003f7d;
}

.xinxi-onea3-xia li.onn a {
	background: #f2f2f2;
	border-radius: 10px;
}

.xinxi-onea3-xia li.onn {
	border-bottom: 0;
}

.xinxi-onea3-xia li.onn a em,
.xinxi-onea3-xia li:hover a em {
	width: 10px;
	height: 10px;
	margin: 0 15px 0 14px;
	background: url(../images/u627.svg) no-repeat;
}

.xinxi-onea3-xia {
	display: none;
}

.xinxi-onea3>ul>li.on .xinxi-onea3-xia {
	display: block;
}

img {
	max-width: 100%;
}

.phone_head {
	display: none;
}

.order-online-contain form{
	margin: 0 auto;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    position: relative;
}
.head-top-nav.fixed .nav-dropdown{
	top: 100%;
}
.products-goods-left-box {
    width: 24%;
}
.products-goods-right-box {
    width: 74%;
}
.news-googs ul li:nth-child(2) .news-googs-img img {
   
    border-radius: 10px;
}
.news-oneb-ul .products-goods .products-goods-top .products-goods-top-left {
    display: flex;
    width: 100%;
}
.ecology-goods .ecology-goods-top:nth-child(1) .ecology-goods-top-left-item:nth-child(2){
	    margin-right: 0px;
}
.pages {
	text-align: center;
	margin-top: 40px;
}

.pages li {
	display: inline-block;
	vertical-align: top;

}

.pages li a {
	display: block;
	background: #fff;
	padding: 6px 12px;
	font-size: 13px;
	color: rgb(90, 88, 88);
	border-radius: 5px;
	border: 2px solid #efeff0;
}

.pages li:hover a,
.pages li.active a {
	background: #0058a7;
	color: #fff;
}
.news-googs ul li:nth-child(2) .news-googs-img{
	position: relative;
	
}

.news-googs ul li:nth-child(2) .news-googs-img::after {
    position: absolute;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px;
}
/*-------------*/
/** 响应式 * */
@media only screen and (max-width:2800px) {
	/* .w {
		width: 1705px;
	}
	.w {
		width: 1640px;
	}
	.products-goods-top-right-item {
		width: 763px;
	} */
}

@media only screen and (min-width:0px) {}
@media only screen and (max-width:1900px){
	.index-footer-aa ul li {
	    margin-right: 36px;
	}
	.news-oneb-ul ul li {
	    margin-right: 23px;
	}
	.about-detail .about-detail-contain .about-detail-contain-top .solgan .since {
	    
	    font-size: 31px;
	}
	.responsibily-contain .responsibily-right .txt1 span {
	    
	   
	    font-size: 27px;
	}
}
@media only screen and (max-width:1800px) {
	.w {
	    width: 95%;
	    margin: 0 auto;
	}
	.company-cultrue-wrap ul li .botm .mission {
	  
	    font-size: 24px;
	}
	.about-detail .about-detail-contain .about-detail-contain-top .solgan .since {
	    
	    font-size: 31px;
	}
	.fixed.w{
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100% !important;
	    z-index: 100;
	    margin-left: 0;
	}
}

@media only screen and (max-width:1600px) {}

@media only screen and (max-width:1500px) {
	.head-top-nav ul {
	    padding-left: 30px;
	}
	.nav-link {
	    bottom: 16px;
	}
	.products-goods .products-goods-top .products-goods-top-left-item{
		height: auto;
	}
	    .index-footer-aa ul li {
	        margin-right: 17px;
	    }
	.about-detail .about-detail-contain .about-detail-contain-top .solgan img {
	    opacity: 0.3;
	    width: 50%;
	}
	.order-online .order-online-contain .desc h2 {
	   
	    font-size: 15px;
	}
	.order-online .order-online-contain .input-wrap input {
	    width: 194px;
	}
	.order-online .order-online-contain .desc h1 {
	   
	    font-size: 17px;
	}
	.sol-oneb-onea-c P {
	   font-size: 14px;
	   
	}
	.head-main .nav>ul>li {
	    margin-right: 36px;
	}
	.now-call-main-left {
	    margin-right: 50px;
	}
	.now-call-main h1 {
	
	    font-size:28px;
	}
	.btn-mes .num {
	    font-size: 25px;
	}
	.about-contain .about-nav .about-nav-left {
	  
	    margin-right: 160px;
	}
	.num-wrap ul li .num-wrap-txt .num {
	  
	    font-size: 47px;
	}
	.num-wrap ul li .num-wrap-title {
	   
	    width: 92%;
	    bottom: 30px;
	    right: 0;
	}
}

@media only screen and (max-width:1440px) {}

@media only screen and (max-width:1300px) {
	
}

@media only screen and (max-width:1280px) {
	
	
		.head-main .nav>ul>li>a {
	    display: block;
	    font-size: 16px;
	    color: #151414;
	    position: relative;
	    text-transform: uppercase;
	    display: flex;
	    align-items: center;}
		
		.head-top-nav ul li {
		    /* line-height: 30px; */
		    margin-right: 30px;
		    position: relative;
		    cursor: pointer;}
			
			.products-goods-top-left-item h2 {
			  
			    font-weight: 900;
			    font-style: normal;
			    font-size: 22px;
			    margin-top: 50px;}
	
	
	.products-goods-top-left-item .first-box-txt-wrap .tle {
	    font-family: 'Arial Normal', 'Arial';
	    font-style: normal;
	    font-size: 20px;
	    letter-spacing: 1px;
	    color: #FFFFFF;
	}
	
	.products-goods-top-left-item .first-box-bg {
	    width: 100%;
	    height: 405px;
	    position: relative;
	    left: 0;
	    top: 0;
	}
	
	.products-goods-top-left-item .first-box-txt-wrap .wx-btn {
	  
	    margin-top: 20px;}
		
		.products-goods-top-left-item .first-box-txt-wrap {
		
		    padding-top: 20px;}
			
			.products-goods-top-left-item .first-box-txt-wrap .zx {
			    margin-top: 10px;
			}
		.company-cultrue-wrap .artile {
		    /* width: 80%; */
		    font-size: 22px;
		    color: #676A77;
		    margin: 20px 0;
		    line-height: 35px;}	
			
}

@media only screen and (max-width:1200px) {
	

	
}

@media only screen and (max-width:1024px) {
	
}

@media only screen and (max-width:1000px) {
	.w {
		width: 96%;
	
		
	}
	
	.detail-contain-bottom .introduce .introduce-left {
	    flex: 1;
	    background: #fff;
	    padding: 10px;
	}
	.news-oneb-zong img {
	    height: auto;
	}
	.news-oneb-zong img {
	    height: auto;
	}
	.responsibily-contain .responsibily-right {
	  
	    justify-content: left;
	    padding: 30px 15px;
	}
	.products-contain {
	    margin-top: 20px;
	}
	.fixiping-two-img img {
	    width: 41%;
	    height: auto;
	}
	.slogn-as {
	    width: 100%;
	}
	.responsibily-contain .responsibily-right .slogn {
	    font-size: 18px;
	    width: 100%;
	    color: #888585;
	}
	.top-contain .right .right-zx button {
	    width: 217px;
	    height: 52px;
	    background: inherit;
	    background-color: rgba(0, 88, 167, 1);
	    box-sizing: border-box;
	    border-width: 1px;
	    border-style: solid;
	    border-color: rgba(255, 255, 255, 1);
	    border-radius: 50px;
	    color: #fff;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    padding: 5px 20px;
	    margin: 0 auto;
		}
		
		.detail-contain-bottom .nav ul li {
		    cursor: pointer;
		    padding: 5px;
		}
		
		.detail-contain-bottom .nav ul {
		    display: flex;
		    align-items: center;
		    justify-content: space-between;
		  
		    margin: 0 auto;
		}
	
	.news-oneb-ul ul li {
	    margin-right: 0px;
	}
	.servicezx-zong .news-oneb-onea-c {
	    padding: 0 50px;
	    width: 100%;
	}
	.contact-wrap ul li.on {
	    width: 100%;
	    transition: all .3s ease-in-out;
	}
	.products-goods-right-box {
	    width: 100%;
	}
	.products-goods-top.clear-mar-bottom .products-goods-top-left-item {
	    width: 100%  !important;
	    margin-bottom: 10px; 
		margin: 0 auto;
	}
	.news-oneb-ul ul li {
	    width: 100%;
	    background: #fff;
	    border-radius: 10px;
	    margin-bottom: 30px;
	    /* margin-right: 10px; */
	}
	.w.order-online{
		display: none;
	}
	
	.right-desc{
		width: 90%;
		margin: 0 auto;
	}
	
	.top-contain .right .right-title h1 {
	    font-weight: 700;
	    font-size: 28px;
	    color: #6a6a6a;
		text-align: center;
	}
	
	
.products-goods-top-left-item h2 {
 
    margin-top: 30px;
}
	.phone_head {
		display: block;
	}

	.phone_head .logo img {
		max-height: 31px;
	}

	.headmenu2 {
		margin-top: 18px;
		margin-left: 10px;

	}

	.btn_menu.openmenu>div:nth-child(1) {
		background: rgb(0, 0, 0, 0.4);
		transform: translateY(8.0px) rotate(45deg);
	}


	.phone_head {
		z-index: 999999;
	}

	.btn_menu.openmenu>div:nth-child(2) {
		opacity: 0;
	}

	.headmenu2 {
		margin-top: 18px;
		margin-left: 10px;
	}

	.btn_menu.openmenu>div:nth-child(3) {
		background: rgb(0, 0, 0, 0.4);
		transform: translateY(-6.0px) rotate(-45deg);
	}

	.m_all {
		display: none;
		width: 100%;
		height: 100vh;
		background: #f1f1f1;
		position: fixed;
		left: 0;
		top: 0;
		z-index: -3;
	}

	.allmenu {
		overflow: hidden;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		padding: 78px 3%;
	}

	.allmenu .menuarea {
		box-sizing: border-box;
		width: 100%;
	}

	.allmenu .menuarea>ul>li {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		position: relative;
		padding: 0px 0 0px 7px;
		border-bottom: 1px solid #ddd;
	}

	.allmenu .menuarea>ul>li>a {
		position: relative;
		width: 100%;
		font-size: 18px;
		color: #000;
		font-weight: 600;
	}

	.allmenu .menuarea>ul>li>ul {
		width: calc(100% - 150px);
	}

	.phone_head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 999999;
		height: 50px;
		line-height: 50px;
		-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
		-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
		box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
	}

	.allmenu .menuarea>ul>li>ul>li {
		margin-bottom: 12px;
		line-height: 1.5;
	}

	.btn_menu.openmenu>div:nth-child(1) {
		background: rgb(0, 0, 0, 0.4);
		transform: translateY(8.0px) rotate(45deg);
	}


	.phone_head {
		z-index: 999999;
	}

	.btn_menu.openmenu>div:nth-child(2) {
		opacity: 0;
	}

	.headmenu2 {
		margin-top: 18px;
		margin-left: 10px;
	}

	.btn_menu.openmenu>div:nth-child(3) {
		background: rgb(0, 0, 0, 0.4);
		transform: translateY(-6.0px) rotate(-45deg);
	}

	.allmenu .menuarea>ul>li>ul>li>a {
		font-size: 16px;
		color: #000;
		font-weight: 400;
	}

	.allmenu .menuarea>ul>li>img {
		position: absolute;
		top: 20px;
		left: 4px;
		height: 23px;
	}
    .headmenu2>div {
        width: 21px;
        /* float: right; */
        height: 2px;
        background: rgb(0, 0, 0, 0.4);
        display: inherit;
        margin-bottom: 5px;
        transition: all 0.4s;
    }
	
	header {
		display: none;
	}

	.bannerswiper-b h1 {
		font-size: 23px;
	}

	.bannerswiper-b h2 {
		font-size: 16px;
	}

	.bannerswiper-b {
		left: 13px;
		bottom: 65px;
	}

	html,
	body {
		overflow-x: hidden;
	}

	.bannerswiper-a img {
		height: 240px;
		object-fit: cover;
	}

	.banner {
		margin-top: 50px;
	}

	.bannerswiper .swiper-button-prev,
	.responsibilySwiper .swiper-button-prev {
		right: 66px;
		bottom: 9px;
		top: auto;
		left: auto;
	}

	.bannerswiper .swiper-button-next,
	.responsibilySwiper .swiper-button-next {
		right: 22px;
		bottom: 9px;
		top: auto;
		left: auto;
	}

	.products-contain .title {
		font-size: 30px;
	}

	.products-contain .products-nav {
		display: flex;
		flex-wrap: wrap;
	}

	.products-nav-right {
		margin-top: 15px;
	}

	.products-contain .products-nav .products-nav-left {
		font-size: 20px;
	}

.about-nav-left .about-title {
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    color: #0058A7;
    /* padding-left: 30px; */
}

	.products-contain .products-nav .products-nav-right ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.products-contain .products-nav .products-nav-right ul li {
		width: auto;
		height: 44px;
		padding: 0 10px;
		font-size: 14px;
		margin-right: 10px;
	}

	.products-goods {
		margin-top: 30px;
	}

	.sidebar {
		display: none;
	}

	.products-goods .products-goods-top {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}

	.products-goods .products-goods-top .products-goods-top-left {
		display: flex;
		flex-wrap: wrap;
	}

	.products-goods-top-right {
		display: none;
	}

	.products-goods .products-goods-top .products-goods-top-left-item {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		padding-bottom: 30px;
	}

	.service-contain .title {
		font-size: 30px;
	}

	.now-call-main {
		height: 190px;
		margin: 30px auto;
	}

	.service-contain .service-nav .service-nav-left {
		font-size: 20px;
	}

	.service-googs ul {
		flex-wrap: wrap;
	}

	.service-googs ul li .service-googs-txt {
		left: 35px;
		top: 35px;
	}

	.service-googs ul li .service-googs-txt p {
		margin-top: 7px;
		margin-bottom: 11px;
	}

	.service-googs-img img {
		border-radius: 10px;
		width: 100%;
		height: 258px;
		object-fit: cover;
	}

	.service-googs ul li .service-googs-txt h2 {
		font-size: 23px;
	}

	.service-googs ul li .service-googs-zx {
		right: 14px;
		bottom: 15px;
		color: #fff;
		width: 137px;
		height: 49px;
		border-radius: 50px;
		font-size: 15px;
	}

	.service-googs ul li {
		width: 100%;
		height: auto;
	}

	.news-contain .title {
		font-size: 30px;
	}

	.news-contain .news-nav .news-nav-left {
		font-size: 18px;
	}

	.now-call-main-left {
		display: none;
	}

	.now-call-main-right {
		flex-wrap: wrap;
	}

	.now-call-main-right {
		text-align: center;
	}

	.btn-mes {
		text-align: center;
	}

	.btn-mes p {
		text-align: center;
	}

	.now-call-main-right .btn {
		margin-top: 20px;
	}

.w.banneraq{
	padding: 0;
}

	.senverswipera img {
		width: auto;
	}

	.products-swiper {
		width: 100%;
	}

	.w.now-call {
		padding: 0 0%;
	}

	.btn-mes {
		margin-left: 0px;
	}

	.now-call-main-right {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	
	.news-contain {
	 
	    margin-bottom: 20px ;

	}

	.news-googs ul {
		flex-wrap: wrap;
	}

	.news-contain {
		margin-top: 30px;
		padding: 0 4%;
	}

	.w.news {
		padding: 0%;
	}

	.news-googs ul li:nth-child(1),
	.news-googs ul li:nth-child(2) {
		display: none;
	}

	.news-googs ul li:nth-child(3),
	.news-googs ul li:nth-child(4) {
		width: 100%;
		height: auto;
		margin-right: 0px;

	}

	.news-googs ul li {
		margin-bottom: 20px;
	}

	.responsibily .responsibily-contain .bannerswiper-c {
		position: absolute;
		left: 55%;
		width: 100%;
		bottom: 86px;
		transform: translate(-50%, 0);
		color: #fff;
	}

	.responsibily .responsibily-contain .bannerswiper-b h3 {
		font-size: 22px;
	}

	.responsibily .responsibily-contain .bannerswiper-c h3 {
		font-size: 20px;
		font-weight: 300;
	}

	.responsibily {
		padding: 30px 0;
		margin-top: 0;
	}

	.news-googs ul li:nth-child(3) a,
	.news-googs ul li:nth-child(4) a {

		background: #fff;
		border-radius: 10px;
		height: auto;
		margin-bottom: 20px;
	}

	.responsibily-contain {
		margin-bottom: 0px;
	}

	.about-contain {
		/* margin-top: 30px; */
		height: auto;
		padding-top: 0;
	}

	.about-contain .about-nav {
		flex-wrap: wrap;
	}

	.about-contain .about-nav .about-nav-left {
		width: 100%;
		padding-left: 0;
		margin-right: 0;
	}

	.about-title {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.about-contain .about-nav .about-nav-right {
		flex: 1;
		padding: 20px 0px 0px 0px;
	}
	
	.sol-oneb-zong {
	    margin-top: 10px;
	}

	.about-contain .title {
		font-size: 20px;
	}

	.about-two-one-index {
		margin-top: 0;
	}
	
	.service-one {
	  
	    padding-bottom: 0px;
	    padding-top: 20px;
	}

	.num-wrap ul {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.num-wrap ul li {
		flex: inherit;
		width: 49%;
		margin-right: 0;
		height: 157px;
		margin-bottom: 12px;
	}

	.num-wrap ul li .num-wrap-txt .num {

		font-size: 35px;
	}

	.num-wrap ul li .num-wrap-txt img {
		margin-right: 4px;
		width: 32px;
	}

	.num-wrap ul li .num-wrap-txt span {

		font-size: 18px;
		margin-left: 0px;
	}

    .num-wrap ul li .num-wrap-title {
        bottom: 30px;
        right: 0;
        width: 96%;
        font-size: 13px;
    }
	.contact-wrap {
		padding: 30px 0;
	}

	.contact-wrap ul {
		flex-wrap: wrap;
	}

	.contact-wrap ul li {
		width: 100%;
		height: auto;
		border-radius: 10px;
		margin-right: 0;
		top: 0;
		color: #fff;
	}

	.contact-wrap ul li {
		display: none;
	}

	.contact-wrap ul li:nth-child(1) {
		display: block;
	}

	.contact-wrap ul li .contact-wrap-img img {
		width: 100%;
		height: 515px;
	}

	.contact-wrap ul li .contact-wrap-txt {
		top: 50px;
		left: 15px;
	}

	.ecology-contain .title {

		font-size: 30px;
		padding-left: 0px;
	}

	.ecology-goods .ecology-goods-top {
		flex-wrap: wrap;
	}

	.ecology-goods-top-right-item {

		border-radius: 6px;
	}

	.ecology-goods-img img {
		width: 100%;
		height: auto;
	}

	.ecology-goods-top-right-item {
		height: auto;
	}

	.ecology-goods .ecology-goods-top .ecology-goods-top-left-item {
		width: 100%;
		height: auto;
		margin-right: 3px;
	}

	.ecology-goods-top-right {
		margin-top: 10px;
	}

	.ecology {
		margin-bottom: 30px;
	}

	.mar-right {
		margin-right: 0;
	}

	.ecology-contain .ecology-nav .ecology-nav-left {

		font-size: 16px;
		padding-left: 0px;
	}

	.ecology-contain {
		margin-top: 0;
		padding-top: 0;
	}

	.index-footer-ab h1 {
		display: none;
	}

	.index-footer {
		margin-bottom: 0;
	}

	.index-footer-ac {
		text-align: center;
		padding-top: 0;
		padding-left: 0;
		margin-bottom: 30px;
	}

	.index-footer-ab p img {
		vertical-align: top;
		margin-right: 6px;
	}

	.index-footer-ab {
		padding: 11px 0;
		width: 100%;
		border-right: indianred;
	}

	.index-footer-aa {
		display: none;
	}

	.index-footer-a .w {
		flex-wrap: wrap;
	}

	.bannerswiper-txt-nav {
		display: none;
	}

	.nav-link img {
		height: auto !important;
	}

	.bannerswiper-txt h1 {
		font-size: 25px;
	}

	.bannerswiper-txt h2 {
		font-size: 18px;
	}

	.nav-link {
		left: 20px;
		bottom: 26px;
	}

	.num-wrap ul li .num-wrap-title {
		text-align: center;
	}

	.num-wrap ul li:last-child {
		width: 100%;
	}

	.w.about-detail {
		padding: 0;
	}

	.about-detail .about-detail-contain .about-detail-contain-top .left-txt-wrap {
		padding: 0;
	}

	.about-detail .about-detail-contain .about-detail-contain-top {
		flex-wrap: wrap;
	}

	.about-detail .about-detail-contain .about-detail-contain-top .solgan {
		display: none;
	}

	.about-detail .about-detail-contain .about-detail-contain-top .left-txt-wrap .title {
		font-size: 30px;
	}

	.about-detail .about-detail-contain .about-detail-contain-top .left-txt-wrap .desc {
		font-size: 22px;
	}

	.about-detail .about-detail-contain .about-detail-contain-top .artcle p strong {

		font-size: 22px;
	}

	.about-company {
		margin: 30px 0;
		padding: 10px;
	}

	.safeswiper-slide-txt p {
		line-height: 24px;
		margin-top: 20px;
	}

	.about-company-contain {
		padding: 30px 0 30px 0px;
		text-align: center;
	}

	.about-company-contain .tle h1 {
		font-size: 30px;
	}

	.about-company-contain .tle h2 {
		font-size: 18px;
	}

	.about-company-bg {
		display: none;
	}

	.company-cultrue-title {
		flex-wrap: wrap;
	}
.company-cultrue-title .right {
    flex: inherit;
    width: 93%;
}
	.company-cultrue-title {
		padding: 0px;
	}
	.about-detail-contain-top-right {
	    width: 100%;
	}
.about-detail-contain-top-let {
    width: 100%;
}
    .company-cultrue-title .left {
        margin-right: 0;
        width: 100%;
    }

	.company-cultrue-title .left h1 {
		font-size: 30px;
	}

	.company-cultrue-title .left h2 {
		font-size: 22px;
	}

	.company-cultrue-wrap ul {
		flex-wrap: wrap;
	}

	.company-cultrue-wrap ul li {
		width: 100%;
		border-radius: 10px;
		padding: 15px 32px;
	}

	.company-cultrue-wrap {
		display: none;
	}

	.company-ry {
		background: #fff;
		margin-top: 30px;
		padding: 30px 0;
		margin-bottom: 30px;
	}

	.company-ry-title {
		flex-wrap: wrap;
	}

	.company-ry-title .left {
		margin-right: 0;
	}

	.company-ry-title .left {
		margin-right: 0;
	}

	.company-ry-title .left h1 {
		font-size: 30px;
	}

	.company-ry-title .right {
		flex: inherit;
	}

	.company-ry-title .left h2 {
		font-size: 22px;
	}

	.company-ry-title {
		padding: 0;
	}

	.company-ry-title .right {
		width: 100%;
	}

	.company-ry-swiper {
		padding: 0;
	}

	.team-phot-title {
		flex-wrap: wrap;
		`
	}

	.team-phot-title .left h1 {
		font-size: 30px;
	}

	.team-phot-title .left h2 {
		font-size: 22px;
	}

	.team-phot-title .left {
		margin-right: 0;
	}

	.team-phot-title {
		padding: 0;
	}

	.team-phot-title .right {
		flex: inherit;
	}

	.w.contact-detail {
		padding: 0;
	}

	.contact-detail-contain {
		border-radius: 0;
		padding: 40px;
		margin: 0;
	}

	.contact-detail-top {
		flex-wrap: wrap;
	}

	.contact-detail-top .logo {
		display: none;
	}

	.contact-detail-contain {
		padding: 30px;
	}

	.contact-detail-top .number .tel {

		font-size: 30px;
	}

	.code-wrap div {
		font-size: 12px;
	}

	.contact-detail-bottom {
		flex-wrap: wrap;
	}

	.bottom-contain ul li .icon img {
		width: 21px;
		height: auto;
	}

	.bottom-contain ul li {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		padding: 0;
		border-bottom: 1px #e3e3e3 solid;
	}

	.bottom-contain ul {
		padding: 0;
	}

	.bottom-contain ul li .address {
		margin-left: 17px;
		max-width: 87%;
	}

	.bottom-contain ul li .address p {
		font-size: 18px;
	}

	.join1 ul li {
		padding-left: 20px;
		padding-right: 20px;
	}

	.join1 ul li:after {
		display: none;
	}

	.join1 ul li .tel:nth-child(2) {
		display: none;
	}

	.join1 ul li .tel:nth-child(4) {
		display: none;
	}

	.join1 ul li .tel:nth-child(6) {
		display: none;
	}

	.join1 ul li.onn {
		padding-left: 20px;
		padding-right: 20px;
	}

	.xqdesc {
		padding: 6px;
	}

	.xqdesc a {
		margin-right: 0;
	}

	.news-oneb-zong {
		flex-wrap: wrap;
	}

	.news-oneb-onea-c {
		border-radius: 10px;
		padding: 30px 20px;
		    width: 100%;
	}

	.gundong {
		height: auto;
		/* overflow: auto; */
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.news-oneb-onea-c .tle {
		font-size: 25px;
	}

	.new-dl-foor span {
		font-size: 15px;
	}

	.news-oneb-ul ul li .item-txt-wrap {
		padding: 30px 20px;
	}

	.news-detial {
		padding: 30px 20px;
	}

	.news-detial-text .title {
		font-size: 25px;
	}

	.news-detial-text .desc {
		font-size: 12px;
	}

	.news-detial-next {
		flex-wrap: wrap;
	}

	.nav-link a {
		margin: 0 4px;
		font-size: 14px;
	}

	.products-goods .products-goods-top .products-goods-top-left {

		width: 100%;

	}

	.products-goods-left-box {
		display: none;
	}

	.w.banner {
		padding: 0;
	}

	.w.products {
		padding: 0;
	}

	.products-goods .products-goods-top .products-goods-top-left-item {
		margin-left: 0px;
	}

	.products-goods-top-left .products-goods-top-left-item:first-child {
		display: none;
	}

	.detail-contain-top .nav-tle {
		padding: 0 20px 10px 10px;
	}

	.top-contain .left {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.top-contain {
		flex-wrap: wrap;
	}

	.top-contain .right .right-zx {
		margin-top: 30px;
	}

	.newsswiper {
		padding-bottom: 50px;
		width: 100%;
	}

	.call-num {
		display: none;
	}

	.top-contain {
		padding: 0;
	}

	.top-contain .right .right-zx {
		flex-wrap: wrap;
	}

	.introduce-right {
		display: none;
	}

	.reservation-wrap {
		width: 100%;
		padding: 0;
	}

	.reservation-contain {
		padding: 20px;
	}

	.w.reservation {
		padding: 0;
	}

	.reservation-contain .title {
		font-size: 30px;
	}

	.reservation-contain .desc {
		font-size: 20px;
		margin-top: 12px;
		margin-bottom: 13px;
	}

	.frmat-wrap ul li h1 {
		width: 69px;
		margin-right: 10px;
		text-align: right;
		font-size: 14px;
	}

	.padding100 {
		padding: 0;
	}

	#responsibilySwiper {
		height: auto;
		
	}

	#responsibilySwiper .swiper-pagination {
		right: 20px !important;
		top: 71% !important;
	}

	.sol-oneb-onea-a {
		flex-wrap: wrap !important;
	}

	.sol-oneb-onea-c {
		margin-left: 0;
	}

	.sol-oneb-onea-c .tle .numer {
		font-size: 30px;
	}

	.sol-oneb-onea-c .tle h1 {
		font-size: 25px;
	}
	
	.btn-wrap .mes h2 {
	    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
	    font-weight: 700;
	    font-style: normal;
	    font-size: 22px;
	    color: #0058A7;
	}
	
	.servicezx ul li a .txt-wrap {
	    padding: 20px;
	}

	.sol-oneb-onea-c-magrn {
		margin-right: 0px !important;
	}

	.responsibily-contain .responsibily-left img {
		width: 100%;
		height: auto;
	}

	.responsibily-contain .responsibily-right .txt {
		display: flex;
		align-items: inherit;
		margin-bottom: 24px;
		width: 100%;
		justify-content: inherit;
	}

	.responsibily-contain {
		flex-wrap: wrap;
	}

	.servicezx ul li {
		width: 100%;
	}


	.servicezx ul li .txt-wrap p {

		height: auto;
		line-height: 30px;
	}

	.servicezx ul li .btn-wrap {
		flex-wrap: wrap;
	}

	.servicezx-zong .news-oneb-onea-c {
		padding: 0 20px;
	}

	.servicezx-zong .gundong {
		height: auto;
	}

	.service2 .tle h1 {
		font-size: 25px;
		font-weight: 700;
		font-style: normal;
	}

	.service2 {
		padding: 10px 20px;
		margin-bottom: 20px;
	}

	.solve-oneb-zong {
		padding: 0;
	}

	.solve-oneb-zong .know-call-txt {
		margin-left: 20px;
	}

	
	.solve-ys-contain ul li a p {
		padding: 0 8px;
		margin-top: 0px;
		padding-bottom: 10px;
	font-size: 13px;
	text-align: left;
			
	}
	
	.solve-ys-contain ul li a p {
	    padding: 0 10px;
	    margin-top: 10px;
	}
	
	.sole-problems-contain ul li a p {
	    padding: 0 10px;
	    margin-top: 10px;
		margin-bottom: 10px;
	}
	
	
	

	.sole-problems .title,
	.solve-ys .title,
	.solve-question .title,
	.solve-cp .title,
	.solve-news .title {

		font-weight: 700;
		font-size: 17px;
		margin: 30px auto;
	}

	.solve-ys-contain ul li {
		width: 48%;
		height: auto;
		margin-bottom: 15px;
		padding: 10px 0px 10px 0px;
	}
	
	.solve-ys-contain ul li a h1 {
	 
	    font-size: 30px;
	  
	}
	

	.w.solve-ys {
		padding: 0;
	}

	.sole-problems-contain ul,
	.solve-ys-contain ul {
		flex-wrap: wrap;
	}

	.sole-problems-contain ul li {
		width: 48%;
		height: auto;
		margin-bottom: 10px;
	}

	.sole-problems-contain ul li img {
		width: 40px;
	}

	.w.solve-question {
		padding: 0;
	}

	.w.solve-cp {
		padding: 0;
	}
}


@media only screen and (max-width:768px) {}

@media only screen and (max-width:640px) {}

@media only screen and (max-width:360px) {}

@media only screen and (max-width:320px) {}
