.banner.index>.pc-720, .banner.index .BannerShow_b1, .banner.index .BannerShow_b1>div, .banner.index .BannerShow_b1 img, .banner.index .BannerShow_b1 a {
	height: 100%;
}
.banner.index {
	height: calc(100vh - 90px);
}
/*i1*/
.i1 {
	position: relative;
	z-index: 0;
	width: 100%;
	padding: 9% 0 3%;
}
.i1>.img {
	position: absolute;
	top: 0;
	left: 0;
	width: 53.6%;
	z-index: -1;
}
.i1:after {
	content: '';
	width: 22.5vw;
	position: absolute;
	z-index: -1;
	height: 21.5vw;
	background: url(../images/bg2.png) no-repeat top right;
	right: 0;
	bottom: -28%;
	background-size: 100% auto;
}
.i1 .T {
	width: 34%;
	margin-left: auto;
	padding-right: 8%;
	position: relative;
	z-index: 0;
	padding-left: 4.4%;
	padding-bottom: 8%;
}
.i1 .T:before {
	content: 'about us';
	text-transform: uppercase;
	font-family: "微软雅黑";
	font-size: 6.25vw;
	color: #f6f6f6;
	position: absolute;
	z-index: -1;
	left: 0;
	top: -17%;
}
.i1 .T:after {
	right: 0;
	content: '';
	position: absolute;
	z-index: -1;
	width: 16.77vw;
	height: 26vw;
	background: url(../images/bg1.png) no-repeat right bottom;
	background-size: 100% auto;
	bottom: -6%;
}
.i1 .T>h3 {
	font-size: 2.1vw;
	color: #03488f;
}
.i1 .T>span {
	font-size: 1.7vw;
	color: #03488f;
	display: block;
	margin-top: 5px;
}
.i1 .T>p {
	line-height: 2.25;
	font-size: 16px;
	color: #666;
	margin: 7% 0;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 180px;
}
.i1 .B {
	position: relative;
	z-index: 0;
	margin-left: 8%;
	width: 92%;
	font-size: 0;
}
.i1 .B .R {
	text-transform: capitalize;
	box-sizing: border-box;
	padding: 3.5%;
	text-align: center;
	width: 50.5%;
	color: #fff;
	background: #03488f;
	border-bottom: 4px solid#cb1110;
	overflow: hidden;
}
.i1 .B .R span {
	font-size: 2.6vw;
}
.i1 .B .R b {
	font-size: 18px;
	margin-left: 15px;
}
.i1 .B .R dt {
	font-size: 0.7vw;
	margin-top: 10px;
}
.i1 .B dl {
	text-align: left;
	display: inline-block;
	margin-left: 10%;
	vertical-align: top;
}
.i1 .B .L {
	font-size: 0;
	color: #fff;
	width: 49.5%;
}
.video-click {
	color: #fff;
	cursor: pointer;
	display: none;
}
.video-click i {
	transition: 0.3s ease 0s;
	width: 46px;
	height: 46px;
	line-height: 42px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
}
.video-click i:before {
	transition: 0.3s ease 0s;
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 11px 0 11px 18px;
	border-radius: 3px;
}
.video-click span {
	font-size: 20px;
	margin-left: 15px;
}
.i1 .B dl:first-child {
	margin-left: 0;
}
.video {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2;
	left: 0;
	top: 0;
	text-align: center;
	display: none;
}
.video video {
	width: 100%;
	font-size: 14px;
	color: #fff;
	position: relative;
	z-index: 0;
	height: 100%;
	background: #000;
}
.video .close {
	cursor: pointer;
	outline: none;
	position: absolute;
	z-index: 1;
	width: 30px;
	height: 30px;
	background: #fff;
	right: 2%;
	top: 5%;
	opacity: 0.5;
	transition: 0.3s ease 0s;
}
.video .close:before, .video .close:after {
	content: '';
	width: 26px;
	height: 2px;
	background: #333;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -13px;
	margin-top: -1px;
}
.video .close:before {
	transform: rotateZ(45deg);
}
.video .close:after {
	transform: rotateZ(-45deg);
}
/*i2*/
.i2 .i-title+p {
	font-size: 18px;
	color: #666;
	margin-top: 1.5%;
	line-height: 1.5;
}
.i2 .i-title+p strong {
	color: #444;
}
.i2 .T {
	position: relative;
	margin-top: 4%;
	padding-top: 3%;
	z-index: 0;
}
.i2 .T:before {
	content: 'product';
	text-transform: uppercase;
	font-family: "微软雅黑";
	font-size: 6.25vw;
	color: #f6f6f6;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	line-height: 1;
}
.i2 .T ul {
	margin-top: 2.5%;
	box-sizing: border-box;
	font-size: 0;
	display: block;
	flex-wrap: wrap;
	text-transform: uppercase;
	border: 1px solid #dfdfdf;
	overflow: hidden;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.i2 .T li a, .i2 .T li i {
	display: block;
	width: 100%;
}
.i2 .T li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width:34%;
}
.i2 .T li h3 {
	transition: 0.3s ease 0s;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
.i2 .T li a.on h3, .i2 .T li a.on:hover h3 {
	color: #fff;
}
.i2 .T li p {
	font-size: 12px;
	color: #888;
	margin-top: 5px;
}
.i2 .T li i {
	font-size: 0;
	height: 6vw;
	margin-bottom: 10px;
}
.i2 .T li i:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.i2 .T li img {
	max-height: 100%;
}
.i2 .T li a {
	height: 100%;
	box-sizing: border-box;
	padding: 9% 0;
	border-left: 1px solid #dfdfdf;
	background: #fff;
	position: relative;
	z-index: 0;
}
.i2 .T li:first-child a {
	border-left: none;
}
.i2 .T li a:before {
	transition: 0.3s ease 0s;
	content: '';
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 0;
	background: #00468e;
	top: 0;
	right: 0;
}
.i2 .T li a.on:before {
	left: 0;
	width: 100%;
}
.ProductList_b1 h3 {
	font-size: 20px;
	color: #444;
	font-weight: normal;
	margin-top: 5%;
}
.ProductList_b1 .picimg:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}
.i2 .B {
/*	background: #efefef;*/
	padding: 3% 0 0%;
}
.ProductList_b1 {
	width: 100%;
}
.ProductList_b1 .picimg {
	overflow: hidden;
	width: 100%;
	height: 22vw;
	font-size: 0;
/*	background: #fff;*/
	border: 1px solid #e6e6e6;
	position: relative;
	z-index: 0;
}
.ProductList_b1 li a {
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	display: block;
	position: relative;
	z-index: 0;
}
.ProductList_b1 .picimg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: 0.3s ease 0s;
	border: 1px solid#cb1110;
	box-sizing: border-box;
	opacity: 0;
	left: 0;
	top: 0;
}
#scrollPic .swiper-wrapper{
	transition-duration:3000ms!important;
}
/*.ProductList_b1 li a:before, .ProductList_b1 .picimg:after { content: ''; position: absolute; width: 0; height: 0; z-index: 1; transition: 0.3s ease 0s; }
.ProductList_b1 li a:before { border-top: 1px solid#cb1110; border-left: 1px solid#cb1110; top: 0; left: 0; }
.ProductList_b1 li a:after { border-bottom: 1px solid#cb1110; border-right: 1px solid#cb1110; bottom: 0; right: 0; }*/
.ProductList_b1 img {
	transition: 0.5s linear 0s;
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
}
.i2 .B .w-84 {
	position: relative;
	z-index: 0;
}
.public-btn {
	margin-top: 3%;
	font-size: 0;
	text-align: center;
}
.public-btn a {
	opacity: 0.7;
	font-size: 16px;
	font-weight: bold;
	font-family: "宋体";
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 30px;
	background:#cb1110;
	border-radius: 50%;
	color: #03488f;
	transition: 0.3s ease 0s;
}
.public-btn span {
	outline: none;
	display: inline-block;
	width: 20px;
	font-size: 20px;
	color: #333;
	height: auto;
	border-radius: 0;
	background: none;
	opacity: 1;
	margin: 0 20px;
	vertical-align: top;
}
.public-btn .swiper-pagination-bullet-active {
	border-bottom: 1px solid#cb1110;
	color:#cb1110;
}
.public-btn .swiper-pagination {
	position: static;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.public-btn span:first-child {
	margin-left: 0;
}
.public-btn span:last-child {
	margin-right: 0;
}
.public-btn a:first-child {
	margin-right: 35px;
}
.public-btn a:last-child {
	margin-left: 35px;
}
.ProductList_b1 .page, .ProductList_b1 li span {
	display: none;
}
/*i3*/
.i3 .B {
	width: 92%;
	position: relative;
	z-index: 0;
	top: 0;
	margin-top: 1.5%;
}
.i3 .B:before {
	content: 'product';
	text-transform: uppercase;
	font-family: "微软雅黑";
	font-size: 6.25vw;
	color: #f6f6f6;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	line-height: 0.8;
}
.i3 .B .L {
	margin-bottom: 3%;
	color: #fff;
	background: #03488f;
	width: 45%;
	padding: 5% 4% 7% 9%;
	box-sizing: border-box;
}
.i3 .B .L h3 {
	font-size: 1.4vw;
	font-weight: normal;
}
.i3 .B .L p {
	font-size: 16px;
	line-height: 2.15;
	margin-top: 5%;
	display: -webkit-box;
	margin-bottom: 9%;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 93px;
}
.i3 .B li {
	font-size: 0;
}
.i3 .B .R {
	width: 55%;
}
.case-btn {
	position: absolute;
	width: 18%;
	text-align: center;
	font-size: 0;
	z-index: 1;
	bottom: 8%;
	right: 55%;
}
.case-btn a:first-child {
	border-right: 1px solid #03488f;
}
.case-btn a {
	transition: 0.3s ease 0s;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	font-family: "宋体";
	background:#cb1110;
	font-weight: bold;
	box-sizing: border-box;
	color: #03488f;
	height: 4.1vw;
	line-height: 4.1vw;
}
.i3 .B .i-title {
	left: 8%;
	top: 6%;
	position: absolute;
	z-index: 2;
}
.i3 .T {
	line-height: 0.7;
	text-align: right;
	position: static;
	margin-right: 8%;
	width: 92%;
	font-size: 2.1vw;
	color: #333;
	z-index: 0;
}
.i3 .T span:before {
	content: '0';
}
.i3 .T span {
	display: inline-block;
	vertical-align: top;
}
.i3 {
	margin-top: 3.5%;
}
.i3 .swiper-pagination-current {
	font-size: 6.25vw;
	color:#cb1110;
	font-weight: bold;
	margin-top: 0;
}
/*i4*/
.i4 {
	margin-top: 4%;
}
.i4 .T:before {
	content: 'news';
	text-transform: uppercase;
	font-family: "微软雅黑";
	font-size: 6.25vw;
	color: #f6f6f6;
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 0;
	line-height: 0.8;
	transform: translateX(-50%);
}
.i4 .T {
	position: relative;
	text-align: center;
	z-index: 0;
	font-size: 0;
	padding-top: 2.5%;
}
.i4 .i-title {
	display: inline-block;
	vertical-align: top;
}
.i4 .B {
	margin-top: 2.5%;
}
#NewsList_a1 li a {
	display: block;
	width: 100%;
}
#NewsList_a1 .newimg {
	height: 23vw;
	overflow: hidden;
}
#NewsList_a1 img {
	transition: 0.5s linear 0s;
	width: 100%;
	height: 100%;
}
#NewsList_a1 .newnr {
	padding: 6.5% 7% 1% 7%;
	width: 80%;
	background: #fff;
	margin: -25% auto 0;
	box-sizing: border-box;
/*	border: 1px solid #dfdfdf;*/
	position: relative;
	z-index: 0;
}
#NewsList_a1 .newnr>b {
	transition: 0.3s ease 0s;
	text-align: center;
	font-size: 26px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}
#NewsList_a1 .date {
	font-size: 20px;
	color: #666;
	text-align: center;
	margin-top: 2%;
}
#NewsList_a1 .newnr>p {
	font-size: 16px;
	color: #666;
	line-height: 2.1;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 91px;
}
#NewsList_a1 .newnr:after {
	content: 'view more';
	color:#cb1110;
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-size: 16px;
	margin-top: 8%;
}
#NewsList_a1 .date:after {
	display: block;
	content: '';
	margin: 1% 0;
}
/*i-title*/
/*
.i-title:after {
	background:#cb1110;
	bottom: 0;
}
.i-title:before {
	top: 0;
	background: #03488f;
}
.i-title:before, .i-title:after {
	height: 50%;
	width: 6px;
	content: '';
	position: absolute;
	left: 0;
}
*/
.i-title b {
	display: block;
	font-size: 1.4vw;
	margin-top: 0.2vw;
}
.i-title span {
	display: block;
	font-size: 1vw;
}
.i-title>strong {
	font-size: 2.6vw;
	margin-right: 10px;
}
.i-title {
	line-height: 1;
	color: #03488f;
	position: relative;
	z-index: 0;
	font-size: 0;
	padding-left: 2%;
	box-sizing: border-box;
}
.i2 .B .w-84>div {
	position: absolute;
	width: 100%;
	opacity: 0;
	transform: scale(1, 0);
	transform-origin: top;
	top: 0;
	left: 0;
}
.i2 .B .w-84>div.on {
	transition: transform 0s ease 0s, opacity 1s linear 0s;
	position: static;
	opacity: 1;
	transform: scale(1);
}
.ProductList_b1 #load_more_button, #NewsList_a1 .page, #NewsList_a1 #load_more_button, .i-title>strong i {
	display: none;
}

@media screen and (min-width: 1024px ) {
.ProductList_b1 a:hover .picimg:after {
	opacity: 1;
}
.i2 .T li a:hover h3 {
	color: #03488f;
}
.video-click:hover i {
	background: #fff;
}
.video-click:hover i:before {
	border-color: transparent transparent transparent#cb1110;
}
.ProductList_b1 li a:hover:before, .ProductList_b1 li a:hover:after {
	width: 100%;
	height: 100%;
}
.ProductList_b1 li a:hover img, #NewsList_a1 li a:hover img {
	transform: scale(1.2);
}
.public-btn a:hover {
	opacity: 1;
}
.public-btn a.left:hover {
	text-indent: -5px;
}
.public-btn a.right:hover {
	text-indent: 5px;
}
.case-btn a.left:hover {
	text-indent: -10px;
}
.case-btn a.right:hover {
	text-indent: 10px;
}
#NewsList_a1 li a:hover .newnr>b {
	color:#cb1110;
}
.video .close:hover {
	opacity: 1;
}
}

@media screen and (max-width: 1400px ) {
#NewsList_a1 .newnr>b {
	font-size: 20px;
}
.i1 .T {
	padding-bottom: 5%;
}
.video-click span, .i2 .T li h3, .ProductList_b1 h3, #NewsList_a1 .date {
	font-size: 14px;
}
.i2 .i-title+p, .public-btn a, #NewsList_a1 .newnr:after {
	font-size: 14px;
}
.video-click i {
	width: 38px;
	height: 38px;
	line-height: 34px;
}
.video-click i:before {
	border-width: 8px 0 8px 14px;
}
/*.i1 .B .R { width: 75.5%; }
.i1 .B .L { width: 24.5%; }*/
.i1 {
	padding: 7% 0 3%;
}
.public-btn span {
	font-size: 16px;
	margin: 0 10px;
}
.public-btn a:first-child {
	margin-right: 15px;
}
.public-btn a:last-child {
	margin-left: 15px;
}
.i3 .B .L p {
	font-size: 14px;
	line-height: 1.7;
	max-height: 65px;
}
.case-btn {
	bottom: 8.3%;
}
#NewsList_a1 .newnr>p {
	font-size: 14px;
	line-height: 1.7;
	max-height: 65px;
}
}

@media screen and (max-width: 1200px ) {
.i1 .T {
	padding-bottom: 0;
}
.i1 {
	padding: 10% 0;
}
.i1>.img {
	width: 50%;
}
.i1 .T {
	width: 37%;
}
#NewsList_a1 .newnr>b {
	font-size: 18px;
}
.i1 .B, .i1:after, .i1 .T:after {
	display: none;
}
}

@media screen and (max-width: 1024px ) {
#NewsList_a1 .newnr {
	width: 90%;
}
.i3 .B .L h3 {
	font-size: 18px;
}
.pricesList_a1 h2, .i1 .T>span, #NewsList_a1 .newnr>b {
	font-size: 16px;
}
.pricesList_a1 ul {
	padding: 5px 20px;
	margin-top: 10px;
}
.pricesList_a1 {
	font-size: 14px;
	bottom: 2.5%;
}
.i1 .T>h3 {
	font-size: 20px;
}
.i3 .B .L p {
	-webkit-line-clamp: 2;
	max-height: 42px;
}
.i3 .B .L {
	margin-bottom: 0;
	width: 50%;
	padding: 4% 4% 5% 9%;
}
.i3 .B .R {
	width: 100%;
}
#NewsList_a1 .date {
	font-size: 14px;
}
.case-btn {
	right: 50%;
	bottom: 0;
	transform: translateX(50%);
}
.i3 .B {
	width: 100%;
	margin-top: 0;
}
.banner.index {
	height: calc(100vh - 55px);
}
.i3 .B .L, .i3 .T {
	display: none;
}
}

@media screen and (max-width: 720px ) {
.banner.index {
	height: auto;
}
.pricesList_a1 h2 {
	display: inline-block;
	vertical-align: top;
	font-size: 3.33vw;
	padding: 0;
	border: none;
}
.pricesList_a1 {
	background: #efefef;
	position: static;
	font-size: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 4vw 2.8%;
}
.pricesList_a1 ul {
	font-size: 3.33vw;
	padding: 0;
	margin-top: 0;
	border: none;
}
.pricesList_a1 b {
	margin: 0 2vw;
}
.pricesList_a1 i {
	margin-left: 4vw;
}
.i-title {
	padding-left: 5.2vw;
	line-height: normal;
	display: inline-block;
	vertical-align: top;
	text-align: center;
    width: 100%;
}
.i-title>strong {
	margin-right: 0;
	font-size: 28px;
}
.i-title>strong i {
	display: inline-block;
	vertical-align: top;
	font-size: 28px;
	margin-top: 0;
	font-weight: bold;
	color:#cb1110;
}
.i1, .i2, .i3, .i4 {
	padding: 0;
	margin-top: 8vw;
	padding-bottom: 11vw;
	border-bottom: 5px solid #ededed;
}
.i2 {
	text-align: center;
}
.i2 .T:before, .i3 .B:before, .i4 .T:before {
	font-size: 16.6vw;
	color: #f6f6f6;
	left: 50%;
	transform: translateX(-50%);
}
.i1>.img {
	width: 100%;
	position: relative;
	margin-top: 7vw;
	z-index: 0;
}
.i1 .mob-720 {
	position: relative;
	text-align: center;
	z-index: 0;
	padding-top: 8vw;
}
.i1 .mob-720:before {
	content: 'about';
	text-transform: uppercase;
	font-size: 16.6vw;
	color: #f6f6f6;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	position: absolute;
}
.video-click {
	cursor: pointer;
	color: #f7f7f7;
	position: absolute;
	left: 10vw;
	bottom: 10vw;
}
.video-click span {
	font-size: 4.4vw;
	margin-left: 2.5vw;
}
.video-click i {
	width: 5.8vw;
	height: 5.8vw;
	line-height: 5.8vw;
	box-sizing: content-box;
}
.video-click i:before {
	border-width: 1.6vw 0 1.6vw 2.4vw;
}
.i1 .T {
	width: 94.4%;
	padding: 0;
	margin: 11vw auto 0;
	text-align: center;
}
.i1 .T>h3 {
	font-size: 5.5vw;
	text-align: left;
}
.i1 .T>span {
	font-size: 4.2vw;
	text-align: left;
}
.i1 .T>p {
	line-height: 1.7;
	font-size: 4.4vw;
	margin: 5.5vw 0;
	max-height: none;
	text-align: left;
	margin-bottom: 8vw;
}
.i2 .T .w-84 {
	width: 100%;
}
.i2 .T {
	margin-top: 0;
	padding-top: 7%;
}
.i2 .T ul {
	margin-top: 6.5%;
}
.i2 .T li i {
	height: 10vw;
	margin-bottom: 2vw;
}
.i2 .T li a.on h3 {
	font-size: 3.8vw;
	color: #fff;
	font-size: 14px;
}
.i2 .T li a {
	padding: 17% 0;
}
.ProductList_b1 h3 {
	font-size: 3.8vw;
}
.ProductList_b1 .picimg {
	height: 47vw;
}
.public-btn span {
	border: none !important;
	font-size: 0;
	width: 8px;
	margin: 0 5px;
	height: 8px;
	background: #e0e0e0;
	border-radius: 50%;
}
.public-btn .swiper-pagination-bullet-active {
	background: #03488f;
}
.public-btn {
	margin-top: 6%;
}
.i3 .B .i-title {
	left: 0;
	top: 0;
	position: relative;
	z-index: 2;
	margin-bottom: 8vw;
}
.i3 .B {
	width: 94.4%;
	text-align: center;
	padding-top: 5vw;
	margin: 0 auto 8vw;
}
.case-btn {
	width: 100%;
	top: 0;
	bottom: auto;
}
.case-btn a {
	font-size: 4.4vw;
	height: 11vw;
	line-height: 11vw;
	border-bottom: 1px solid #fff;
}
.i3 .swiper-container {
	padding-top: 11vw;
}
.case-btn a:first-child {
	border-right: 1px solid #fff;
}
.i3 .B .R {
	position: relative;
	z-index: 0;
}
.i3 .B .R:before {
	content: attr(title);
	color: #fff;
	font-size: 4.4vw;
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	padding: 0 3vw;
	box-sizing: border-box;
	bottom: 7vw;
}
.i3 .mob-720 {
	text-align: center;
}
#NewsList_a1 .newnr {
	margin: 0;
	width: 100%;
/*	padding: 7vw 2.8%;*/
	border-left: none;
	border-right: none;
	border-bottom-width: 5px;
}
.i4 .B ul {
	display: block;
}
.i4 .T {
	padding-top: 5.5%;
}
.i4 .B {
	width: 100%;
	margin-top: 5vw;
	margin-bottom: 8vw;
}
#NewsList_a1 .newnr>b {
	font-size: 4.7vw;
	text-align: left;
}
#NewsList_a1 .newnr>p {
	font-size: 4.4vw;
	line-height: 2;
	max-height: none;
	margin-top: 4vw;
}
.i4 .B li:nth-child(1), .i4 .B li:nth-child(2), .i4 .B li:nth-child(3) {
	display: block;
}
.i4 .mob-720 {
	text-align: center;
}
.i4 {
	border: none;
}
.i-footer .footer-box {
	margin-top: 0;
}
.i2 .B {
/*	padding: 8vw 0;*/
	margin-bottom: 8vw;
}
.video .close {
	top: 5vw;
	right: 5vw;
}
.i-title b, .i-title span, .i1 .T:before, .i2 .i-title+p, .i2 .T li p, .public-btn a, #NewsList_a1 .newimg, #NewsList_a1 .newnr:after, #NewsList_a1 .date, .i4 .B li, .news-btn.public-btn {
	display: none;
}
}
.i1{
	display:none;
}
/*首页优势*/
.tabBox2 .hd {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    background: #00468e;
    border-bottom: 1px solid #00468e;
    position: relative;
}
.main-market .marketcate {
    height: 40px;
    line-height: 40px;
    position: relative;
    width: 98%;
    margin: 0 auto;
}
.main-market .marketcate a {
/*    float: left;*/
	padding: 0 8px;
    color: #666;
    margin-left:7px;
    background: #00468e;
	display: inline-block;
}
.main-market .marketcate a:nth-child(2){
	margin-left:7px;
	margin-right:7px;
}
.main-market .marketcate a:nth-child(3){
	margin-right:7px;
	margin-left:0px;
}
.main-market .marketcate a:nth-child(1){
	margin-left:7px;
}
.main-market .marketcate a:nth-child(4){
	margin-right:7px;
	margin-left:0px;
}
.marketcate a.cur {
    background-color: #cb1110;
/*    background-image: linear-gradient( #00468e,#0569ce);*/
}
.main-market .marketcate a .on span {
    display: block;
    color: #fff;
    font-weight: bold;
}
.main-market .marketcate a span{
    font-size: 15px;
    color: #fff;
}
.market-con {
    width: 100%;
    background-color: #fff;
}
.market-left {
    width: 100%;
/*	padding: 32px 20px 0 30px;*/
    box-sizing: border-box;
}
.market-box{
	padding: 32px 15px 0 15px;
}
.market-right {
/*    padding-top: 21px;*/
    float: right;
/*    margin-right: 40px;*/
/*    width: 41%;*/
	margin-top: 20px;
}
.market-con .market-t {
	color: #00468e;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}
.market-right img{
	width:100%;
}
.market-con span {
    display: block;
    font-size: 12px;
    color: #cdcdcd;
    text-transform: uppercase;
    position: relative;
    top: 0px;
}
.market-con i {
	display: block;
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    margin: 14px 0;
}
.market-text {
    font-size: 14px;
    color: #585858;
    line-height: 32px;
/*    height: 128px;*/
/*	margin-top: 40px;*/
}
.market-text p {
    line-height: 24px;
}
.market-link {
    margin-top: 36px;
}
.market-link a {
    display: block;
    width: 301px;
    height: 50px;
    /* background-color: #f39f00; */
    color: #00468e;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin-right: 25px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}
.market-link span {
    font-size: 28px;
    font-weight: bold;
    margin-right: 5px;
}
.tabBox2 .hd ul .on {
    border: 1px solid #00468e;
    border-bottom-color:#cb1110;
    background:#cb1110;
}
.tabBox2 .hd ul li {
    float: left;
    padding: 0 25px;
    color: #666;
}
.tabBox2 .hd ul .on a {
    display: block;
    color: #fff;
    font-weight: bold;
}
.tabBox2 .hd ul li a {
    font-size: 16px;
    color: #fff;
}
.tabBox2 .bd ul {
    padding: 5px;
}
.youshimain {
    padding: 20px 10px;
}
.youshimain dd h3 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}
.youshimain dd h3 em {
    color: #333333;
    font-weight: bold;
    font-size: 25px;
    font-style: normal;
}
.youshimain dd span {
    display: block;
    font-size: 12px;
    color: #cdcdcd;
    text-transform: uppercase;
    position: relative;
    top: 0px;
}
.youshimain dd i {
    display: block;
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    margin: 14px 0;
}
.youshimain dd p {
    line-height: 24px;
    color: #666666;
}
.tabBox2 .bd ul img {
    width: 100%;
}
.youshimain dt img {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
}
/*首页优势*/
/*首页荣誉资质*/
.index_bgd {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff;
    width: 100%;
}
.kg {
    width: 98%;
    margin: 0 auto;
    max-width: 360px;
}
.index_bgd  .kg:before{
    font-size: 16.6vw;
    color: #f6f6f6;
    left: 50%;
    transform: translateX(-50%);
}
.index_bgd  .kg:before {
    content: 'honor';
    text-transform: uppercase;
    font-family: "微软雅黑";
/*    font-size: 6.25vw;*/
    color: #f6f6f6;
    position: absolute;
/*    z-index: -1;
    left: 0;
    top: 0;
*/
    line-height: 1;
}
.index_bgd .kg .i-title{
	margin-top: 28px;
}
.indd_title {
    text-align: center;
    font-size: 0.875rem;
    color: #535353;
}
.indd_title p {
    font-size: 30px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #474747;
}
.indd_title p span {
    color: #00468e;
}
.indd_gd {
    margin-top: 35px;
}
.indd_nr {
    overflow: hidden;
}
.indd_nr li {
    float: left;
    width: 25%;
}
.indd_nr li a {
    display: block;
    margin: 0 auto;
    width: 96%;
}
.indd_pic {
    overflow: hidden;
}
.indd_pic img {
    display: block;
    width: 100%;
    transition: 0.5s;
}
.indd_mc {
    font-size: 0.875rem;
}
.indd_mc {
    height: 59px;
    line-height: 59px;
    border-bottom: 2px solid#cb1110;
    background: url(../images/indd_jt.png) no-repeat right center;
    transition: 0.5s;
}
.indd_an {
    padding-top: 30px;
    text-align: center;
}
.indd_an a {
    display: inline-block;
    width: 84px;
    height: 31px;
    border: 1px solid #e9e9e9;
    background: #eee;
    color: #696969;
    line-height: 31px;
    cursor: pointer;
    font-size: 1.25rem;
    margin: 0 5px;
    transition: 0.5s;
}
.indd_an a:hover {
    background:#cb1110;
    transition: 0.5s;
    color: #fff;
}
/*首页荣誉资质*/
/*首页关于*/
.about {
/*	background: url(../images/index_bge.jpg) no-repeat center;*/
	background: url(../images/aboutbg.jpg) no-repeat center;
	padding-bottom:20px;
}
.about .clearfix{
    width: 92%;
    margin: 0 4%;
}
.inx_ab_l {
    width: 100%;
    float: none;
    padding-right: 0;
	padding-top: 5.2vw;
	padding-bottom: 20px;
}
.inx_ab_l h2 span {
    font-size: 8.3vw;
    line-height: 60px;
    text-transform: uppercase;
    color: #333333;
    font-family: arial;
    font-weight: bold;
}
.inx_ab_l h2 i {
    font-size: 3.3vw;
    color: #999;
}

.inx_ab_l h3 {
    font-size: 5vw;
    line-height: 15.2vw;
    color: #00468e;
}
.inx_ab_l h3:after {
    content: '';
    width: 50px;
    height: 4px;
    background: #00468e;
    display: block;
}
.inx_ab_l p {
	font-size: 14px;
    line-height: 24px;
    padding-top: 4.1vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    color: #666666;
    text-indent: 2em;
}
.morebtn {
    line-height: 7.5vw;
    border: 1px solid #00468e;
    border-radius: 27px;
    width: 30.55vw;
    text-align: center;
    font-size: 14px;
    color: #00468e;
    display: block;
    margin-top: 7.5vw;
    transition: all 0.5s ease 0s;
}
.inx_ab_r {
    width: 100%;
    position: relative;
    top: 0;
    z-index: 1;
    margin: 8.3vw 0;
}
.inx_ab_r img {
    width: 100%;
    display: block;
}
/*首页关于*/
/*首页新闻*/
.s3 {
/*    background: url(../images/bg2.jpg) no-repeat top left;*/
    background-size: 100% 100%;
    padding: 8vw 0 10vw;
}
.w-1200 {
    width: 92%;
    max-width: 360px;
    margin: 0 auto;
}
.s3  .w-1200:before{
    font-size: 16.6vw;
    color: #f6f6f6;
    left: 50%;
    transform: translateX(-50%);
}
.s3  .w-1200:before {
    content: 'news';
    text-transform: uppercase;
    font-family: "微软雅黑";
/*    font-size: 6.25vw;*/
    color: #f6f6f6;
    position: absolute;
/*    z-index: -1;
    left: 0;
    top: 0;
*/
    line-height: 1;
}
.s3 .w-1200 .i-title{
	margin-top: 28px;
}
.ResTitle_a1 span, .ResTitle_a1 em {
    display: block;
    text-align: center;
    font-size: 5vw;
    text-transform: uppercase;
}
.ResTitle_a1 em {
    color: #e0d0b5;
}
.ResTitle_a1 span {
    color: #333;
}
.ResTitle_a1 span:before {
    margin-right: 2.7vw;
}
.ResTitle_a1 span:before, .ResTitle_a1 span:after {
    width: 4vw;
}
.ResTitle_a1 span:before {
    margin-right: 20px;
}
.ResTitle_a1 span:before, .ResTitle_a1 span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 2px;
    background: #e0d0b5;
}
.ResTitle_a1 br {
    display: none;
}
#NewsList_a1 {
    margin: 7vw 0 8vw;
}
#NewsList_a1 li {
    height: auto;
    margin-left: 0;
    width: 100%;
    display: block;
	vertical-align: top;
}
#NewsList_a1 li:first-child {
    margin-left: 0;
}
#NewsList_a1 li:not(:first-child) {
/*    border-bottom: 1px solid #ccc;*/
    padding: 1.5vw 0;
}
#NewsList_a1 li:first-child a {
/*    background: #e02028;*/
}
#NewsList_a1 a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    background: rgba(255,255,255,0.5);
}
#NewsList_a1 hr{
	width: 100%;
    border-top: 1px solid #d6d6d6;
}
#NewsList_a1 li:not(:first-child) a{
	width: 80%;
    float: right;
}
#NewsList_a1 li:first-child .date {
    display: none !important;
}
#NewsList_a1 .date, #NewsList_a1 a:hover .date {
    opacity: 1;
    border: 1px solid #333;
    margin: 0;
    width: 17vw;
    height: 17vw;
    font-size: 3.33vw;
    display: inline-block;
    vertical-align: top;
    padding-left:0vw;
    padding-top: 3.4vw;
	color: #666;
	box-sizing: border-box;
	margin-top: 22px;
}
#NewsList_a1 .date b {
    font-size: 4.44vw;
}
#NewsList_a1 .date b, #NewsList_a2 .date b {
    font-size: 18px;
    display: block;
}
#NewsList_a1 li:first-child .newimg {
    opacity: 1;
    position: static;
    height: auto;
    width: 100%;
    display: block;
	top: 0;
	left: 0;
}
#NewsList_a1 img {
    max-height: 100%;
    transition: 0.5s linear 0s;
    width: 100%;
}
#NewsList_a1 li:first-child .newnr {
/*
    margin: 0 auto;
    display: block;

    padding: 8vw 0;
    width: 80vw;*/
	vertical-align: text-bottom;
    position: static;
	transition: 0.3s ease 0s;
    bottom: 70px;
	background: #00468e;
}
#NewsList_a1 .newnr b {
    font-size: 3.8vw;
}
#NewsList_a1 .newnr b {
    transition: 0.3s ease 0s;
    display: block;
    font-size: 16px;
    color: #010101;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*
#NewsList_a1 .newnr p, #NewsList_a1 a:hover .newnr p {
    color: #666;
    font-size: 3.33vw;
    max-height: none;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    margin: 4vw 0 0;
}
*/
#NewsList_a1 .newnr p {
    transition: 0.3s ease 0s;
    margin: 6% 0 9%;
    display: -webkit-box;
    font-size: 12px;
    color: #999;
    line-height: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 43px;
}
#NewsList_a1 li:first-child .newnr b{
	color:#f3f3f3;
}
#NewsList_a1 li:first-child .newnr p{
	color:#fff;
}
#NewsList_a1 li:first-child .newnr {
	padding: 6.5% 7% 1% 7%;
}
#NewsList_a1 i {
    display:none;
    transition: 0.3s ease 0s;
    font-size: 12px;
    color: #999;
}
.public-a {
    color: #fff;
    background: #e02028;
    width: 27.7vw;
    font-size: 3.33vw;
    height: 9.7vw;
    line-height: 9.3vw;
	box-sizing: border-box;
    display: block;
    margin: 0 auto;
	border: 1px solid #e02028;
    text-align: center;
}
.public-a:before {
    background: #e02028;
}
.left_right:before, .left_right1:hover:before {
    left: 0;
}
.left_right:before, .left_right1:before {
    width: 0;
    top: 0;
    height: 100%;
    background: #eb6100;
}
.dis-m {
    vertical-align: middle;
}
.public-a i {
    background: #fff;
    width: 2.7vw;
    margin-left: 3.75vw;
	height: 1px;
}
.public-a i:before {
    background: #fff;
    width: 1.5vw;
}
.public-a i:before {
    width: 6px;
}
.public-a i:before {
    transform: rotateZ(30deg);
}
.public-a i:before {
    transition: 0.3s ease 0s;
    content: '';
    display: block;
    height: 1px;
    width: 9px;
    background: #e02028;
    transform-origin: right;
    margin-left: auto;
}
#NewsList_a1 a, #NewsList_a1 a:hover {
    padding: 0;
    background: none;
}
#NewsList_a1 a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
/*    padding: 70px 0;*/
    box-sizing: border-box;
    background: rgba(255,255,255,0.5);
}
#NewsList_a1 .date b, #NewsList_a2 .date b {
    font-size: 4.44vw;
    display: block;
}
.NewsList_a1 .swiper-wrapper{
	display: block;
}
/*首页新闻*/
.pro .pro_an {
	display: block;
    width: 110px;
    height: 35px;
    /* background-color: #f39f00; */
    color: #4e4e4e;
    border-radius: 30px;
    font-size: 14px;
    /* font-weight: bold; */
    text-align: center;
    line-height: 35px;
    margin-right: 25px;
    margin: 0 auto;
    margin-top: 30px;
    border: 1px solid #737373;
}
/*首页优势*/
.tempWrap{
	background: #fff;
}
.tabBox2{
	background: #f1f1f1;
	padding-bottom: 30px;
}
.main-title {
    text-align: center;
}
.hproduct-title {
    margin-bottom: 40px;
	padding-top: 30px;
	background:#f1f1f1;
}
.main-title h2 {
    font-size: 24px;
    color: #00468e;
    font-weight: bold;
    height: 36px;
}
.xbt{
	width: 76%;
    display: block;
    margin: 0 auto;
}
/*首页优势*/
/*内页banner*/
#w_grid-1604050642179 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_grid-1604050642179 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}
#c_portalResEbizads_banner-16040506448555113 {
    width: 100%;
    max-width: none;
    min-width: 300px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#c_portalResEbizads_banner-16040506448555113 .subpage_ad {
    height: 30vh;
    margin-top: 0px;
}
#c_portalResEbizads_banner-16040506448555113 .subpage_ad {
    position: relative;
    height: 200px;
    overflow: hidden;
    margin-top: 0px;
    background-color: #051427;
}
#c_portalResEbizads_banner-16040506448555113 >div {
    animation-fill-mode: both;
}
#c_portalResEbizads_banner-16040506448555113 .bgimg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.8;
    background: no-repeat center/cover;
}
#c_portalResEbizads_banner-16040506448555113 .mobitem {
    display: block;
}
#c_portalResEbizads_banner-16040506448555113 .subpage_ad .text {
    top: 55%;
}
#c_portalResEbizads_banner-16040506448555113 .subpage_ad .text {
    position: absolute;
    width: 94%;
    color: #fff;
    text-align: left;
    top: 60%;
    left: 50%;
    line-height: 1.6;
    transform: translate(-50%, -50%);
    z-index: 1;
}
#c_portalResEbizads_banner-16040506448555113 .capitalize {
    text-transform: capitalize;
}
#c_portalResEbizads_banner-16040506448555113 .subpage_ad .ad-tit {
    font-size: 22px;
    font-weight: bold;
	line-height: 1.6;
    text-align: center;
}
/*内页banner*/
/*内页在线留言*/
.about_nr {
    color: #6d6d6d;
    font-size: 14px;
    line-height: 24px;
}
.book_title {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 40px;
}
.book_title p {
    color: #000;
    font-size: 16px;
    margin-bottom: 6px;
}
.book_nr div.fl, .book_nr div.fr {
    width: 99%;
    float: none;
    padding-bottom: 20px;
}
.contxt {
    font-size: 0.875rem;
    width: 94%;
    margin: 0 auto;
    display: block;
    padding: 0 2%;
    font-family: "微软雅黑";
    font-size: 14px;
    height: 40px;
    outline: none;
    border: 1px solid #a5a5a5;
    border-radius: 8px!important;
}
.book_nr div.book {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
}
.book .contxta {
    padding: 8px 2%;
    font-size: 14px;
    width: 94%;
    font-family: "微软雅黑";
}
textarea {
    /* border: none; */
    background: 0 0;
    overflow: auto;
    resize: none;
    border: 1px solid #a5a5a5;
    border-radius: 8px;
    width: 334px;
    height: 160px;
    padding: 7px 9px;
}
/*内页在线留言*/
/*内页公司简介*/
#content_box-1583482829902-1{
    margin-right: 0px;
}
#content_box-1583482829902-1 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    clear: none;
}
#content_box-1583482829902-1{
    margin-bottom: 2rem;
    margin-top: 2rem;
    margin-left: 0%;
}
.w_grid-001 > div > .p_gridbox > .p_gridCell {
    float: left;
    position: static;
}
#w_fimg-1583482829920 {
    width: 94%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
	margin: 0 auto;
}
.w_fimg-000 .p_box {
    width: 100%;
    height: 100%;
    text-align: center;
    position: static;
}
#w_fimg-1583482829920 .p_dimage::before {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 20px;
    left: 20px;
    z-index: 1;
}
#w_fimg-1583482829920 .p_dimage > img {
    height: 250px;
    object-fit: cover;
    transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}
.w_fimg-000 .p_dimage {
    height: inherit;
    overflow: hidden;
    font-size: 0;
}
#w_fimg-1583482829920 >div {
    animation-fill-mode: both;
}
.w_fimg-000 .animated {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: inherit;
}
/*内页公司简介*/
/*内页企业文化*/
#w_grid-1567584379875 {
    width: 94%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 50px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
	margin: 0 auto;
}
#w_grid-1567584379875 >div {
    animation-fill-mode: both;
}
.w_grid-001 > .w_grid {
    width: 100%;
    position: relative;
}
#w_grid-1567584379875 > div > .p_gridbox {
    display: flex;
    align-items: center;
    flex-direction: column;
}
#w_grid-1567584379875 > div > .p_gridbox {
    background-color: rgba(250, 250, 250, 1);
    display: flex;
    align-items: center;
}
.w_grid-001 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}
#w_grid-1567584379875 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    margin-left: 0px;
    clear: left;
}
.w_grid-001 > div > .p_gridbox > .p_gridCell:first-child {
    margin-left: 0;
    clear: left;
}
.w_grid-001 > div > .p_gridbox > .p_gridCell {
    width: 100%;
    margin-left: 0;
    margin-top: 0rem;
    margin-bottom: 0rem;
}
.w_grid-001 > div > .p_gridbox > .p_gridCell {
    float: left;
    position: static;
}
.w_grid-001 > div > .p_gridbox > .p_gridCell:not(:empty):before {
    content: '';
    height: 0.1px;
    display: block;
}
#w_fimg-1567585409917 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 50px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_fimg-1567585409917 >div {
    animation-fill-mode: both;
}
.w_fimg-000 .animated {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: inherit;
}
#w_fimg-1567585409917 .p_dimage::before {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 20px;
    left: 20px;
    z-index: 1;
}
#w_fimg-1567585409917 .p_dimage > img {
    height: auto;
    object-fit: cover;
    transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}
.w_grid-001 > div > .p_gridbox > .p_gridCell {
    width: 100%;
    margin-left: 0;
    margin-top: 0rem;
    margin-bottom: 0rem;
}
.w_grid-001 > div > .p_gridbox > .p_gridCell {
    float: left;
    position: static;
}
#w_grid-1567585402371 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 92px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_grid-1567585402371 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0px;
    clear: left;
}#w_common_text-1567585962662 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.reset_style {
    line-height: normal;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 14px;
}
.reset_style {
    word-wrap: break-word !important;
    word-break: normal !important;
}
#w_grid-1567585402371> div > .p_gridbox > .p_gridCell {
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding: 0px 20px;
}
/*内页企业文化*/
/*内页企业相册*/
#w_grid-1599189343253 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 192px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_grid-1599189343253 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    margin-left: 0px;
    clear: left;
}
#c_portalResProduct_list-1599189343283 {
    max-height: none;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    min-height: 0px;
    margin-right: 0px;
    margin-left: 0px;
    max-width: none;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 0px;
    height: auto;
    padding-right: 0px;
}
#c_portalResProduct_list-1599189343283 .PhotoList_k1 {
    padding: 0px;
}
#c_portalResProduct_list-1599189343283 .PhotoList_k1 {
    width: 100%;
    transition: 0.3s ease 0s;
    font-size: 14px;
}
#c_portalResProduct_list-1599189343283 >div {
    animation-fill-mode: both;
}
#c_portalResProduct_list-1599189343283 .PhotoList_k1 ul {
    font-size: 0px;
}
.c_portalResProduct_list-01001 .p_products {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: normal;
}
#c_portalResProduct_list-1599189343283 .PhotoList_k1 li:nth-child(2n+1) {
    margin-left: 0%;
}
#c_portalResProduct_list-1599189343283 .PhotoList_k1 li:nth-child(4n+1) {
    margin-left: 0px;
}
#c_portalResProduct_list-1599189343283 .PhotoList_k1 li {
    width: 48%;
    margin-bottom: 5%;
}
#c_portalResProduct_list-1599189343283 .PhotoList_k1 li {
    font-size: 16px;
    transition: 0.3s ease 0s;
    margin-bottom: 2.5%;
/*    width: 23%;*/
    margin-left: 2.6%;
    background: #ffffff;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
#c_portalResProduct_list-1599189343283 .PhotoList_k1 li a {
    height: 31vw;
    padding: 0;
}
#c_portalResProduct_list-1599189343283 .PhotoList_k1 li a {
    height: 21.2vw;
}
#c_portalResProduct_list-1599189343283 .PhotoList_k1 li a {
    font-size: 0px;
    overflow: hidden;
    text-align: center;
    background: #f6f6f6;
    width: 100%;
    margin: 0 auto;
/*    height: 60vw;*/
    height: 30vw;
    display: block;
}
#c_portalResProduct_list-1599189343283 .PhotoList_k1 li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0px;
}
#c_portalResProduct_list-1599189343283 .PhotoList_k1 img {
    display: inline-block;
    vertical-align: middle;
    transition: 0.5s linear 0s;
    width: auto;
    height: auto;
    max-height: 87%;
    max-width: 90%;
    margin-left: 0px;
    transform: scale(1);
}
#c_portalResProduct_list-1599189343283 .PhotoList_k1 h4 {
    display: none;
}
#c_portalResProduct_list-1599189343283 .PhotoList_k1 li span {
    font-size: 14px;
}
#c_portalResProduct_list-1599189343283 .PhotoList_k1 li span {
    padding: 2vw;
    font-size: 14px;
}
#c_portalResProduct_list-1599189343283 .PhotoList_k1 li span {
    color: #666;
    white-space: nowrap;
    transition: 0.3s ease 0s;
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 3% 10px;
    box-sizing: border-box;
    border: none;
}
/*内页企业相册*/
/*页码*/
.pagelist {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    cursor: default;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}
/*页码*/
/*内页新闻*/
#w_grid-1567645216601 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_grid-1567645216601 > div > .p_gridbox {
    background-color: rgba(255, 255, 255, 1);
}
.w_grid-001 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}
#w_grid-1567645216601> div > .p_gridbox > .p_gridCell:nth-child(1n) {
    margin-right: 0%;
}
#w_grid-1567645216601> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
    clear: none;
}
#w_grid-1567645216601 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    margin-left: 0px;
    clear: left;
}
#w_grid-1567645216601> div > .p_gridbox > .p_gridCell {
    margin-bottom: 1rem;
    margin-top: 1rem;
    margin-left: 0%;
}
#c_portalResNews_list-15676481687094439 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#c_portalResNews_list-15676481687094439 >div {
    animation-fill-mode: both;
}
#c_portalResNews_list-15676481687094439 .p_news {
    width: 100%;
    margin: 0 auto;
}
.c_portalResNews_list-01001 .p_news {
    margin: 0;
    width: inherit;
    height: auto;
    padding: 0;
    overflow: hidden;
}
#c_portalResNews_list-15676481687094439 .newList {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 0px;
    border-bottom: none;
}
#c_portalResNews_list-15676481687094439 .newList {
    display: flex;
	padding: 10px 30px 20px;
    border-bottom: 1px solid #DDD;
    background: #fff;
    margin-bottom: 20px;
}
#c_portalResNews_list-15676481687094439 .content {
    padding-top: 0px;
    width: 100%;
}
#c_portalResNews_list-15676481687094439 .leftTime {
    width: 150px;
    position: relative;
}
#c_portalResNews_list-15676481687094439 .newTime {
    font-size: 15px;
    margin: 0;
}
#c_portalResNews_list-15676481687094439 .newTime {
    display: block;
    color: #999;
    font-size: 16px;
    font-weight: normal;
    margin: 0px 0 0px;
    transition: all .5s ease;
}
#c_portalResNews_list-15676481687094439 .newIcon {
    display: none;
}
#c_portalResNews_list-15676481687094439 .rightC {
    width: 100%;
}
#c_portalResNews_list-15676481687094439 .rightC {
    position: relative;
    width: calc( 100% - 1px);
    transition: all .5s ease;
}
#c_portalResNews_list-15676481687094439 .newTitle {
    margin: 10px 0;
}
#c_portalResNews_list-15676481687094439 .newTitleLink {
    display: block;
    width: 100%;
    font-size: 1rem;
    color: #333;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#c_portalResNews_list-15676481687094439 .newMs {
    line-height: 24px;
    height: 48px;
    font-size: 0.875rem;
    overflow: hidden;
    color: #999;
    transition: 600ms;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#c_portalResNews_list-15676481687094439 .newPicBox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    display: none;
}
#c_portalResNews_list-15676481687094439 .newPicLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#c_portalResNews_list-15676481687094439 .newPicLink {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#c_portalResNews_list-15676481687094439 .newPic {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .5s ease;
}
img[lazy-src] {
    max-width: 100%;
}
/*内页新闻*/
/*内页产品*/
.fgk{
	height:30px;
}
#w_grid-1608028004473 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 683px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_grid-1608028004473 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}
#w_grid-1608028084997 {
    width: 100%;
    max-width: 1600px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 192px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_grid-1608028084997 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    margin-left: 0px;
    clear: left;
}
#c_portalResProduct_detail-15953864618970499 {
    width: auto;
    max-width: 100%;
    min-width: 250px;
    height: auto;
    max-height: 100%;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#c_portalResProduct_detail-15953864618970499 >div {
    animation-fill-mode: both;
    height: auto;
    width: 100%;
    padding-top: 0px;
    background: #f5f5f500;
}
.c_portalResProduct_detail-01001 .d_ProductDetail {
    height: auto;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    -webkit-align-items: stretch;
    -moz-flex-flow: row wrap;
    -moz-align-items: stretch;
    display: -ms-flexbox;
    display: -ms-flex;
    -ms-flex-flow: row wrap;
    -ms-align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
#c_portalResProduct_detail-15953864618970499 .pro_top {
    width: 100%;
    background: url(/img/bxy_cpxx_bgxx.jpg?tenantId=266287&viewType=1&v=1648630329000) #f5f5f5 no-repeat center;
}
#c_portalResProduct_detail-15953864618970499 .pro_top_warp {
    margin: 30px auto 30px;
    display: flex;
    flex-direction: column;
}
#c_portalResProduct_detail-15953864618970499 .pro_top_warp {
    max-width: 1200px;
    width: 94%;
    margin: 50px auto 40px;
    display: block;
    flex-direction: row;
    height: 100%;
}
.c_portalResProduct_detail-01001 .p_imagesA {
    width: 100%;
}
.c_portalResProduct_detail-01001 .p_imagesA {
    position: relative;
}
#c_portalResProduct_detail-15953864618970499 .p_ProInfo {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
	margin-top: 30px;
}
#c_portalResProduct_detail-15953864618970499 .p_ProInfo {
/*    padding-left: 40px;*/
    float: none;
/*    width: 55%;*/
}
.c_portalResProduct_detail-01001 .p_ProInfo, .c_portalResProduct_detail-01001 .d_DescriptionBoxA {
    padding: 0 8px;
}
.c_portalResProduct_detail-01001 .p_ProInfo {
    float: left;
    padding-left: 18px;
    width: auto;
    height: auto;
    min-width: 200px;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    display: block;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    flex: 1;
}
#c_portalResProduct_detail-15953864618970499 .borderB_dividers {
    margin-bottom: 20px;
}
#c_portalResProduct_detail-15953864618970499 .borderB_dividers {
    border-bottom: 1px solid rgba(0,0,0,.2);
    margin-bottom: 30px;
}
.c_portalResProduct_detail-01001 .p_content {
    width: auto;
    height: auto;
    margin: 0 0 16px 0;
    padding: 0 0 16px 0;
}
.c_portalResProduct_detail-01001 .d_ProName {
    width: 100%;
}
.c_portalResProduct_detail-01001 .d_ProName .h2 {
    font-size: 30px;
}
#c_portalResProduct_detail-15953864618970499 .d_Title .font {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0px;
}
#c_portalResProduct_detail-15953864618970499 .d_Title .font {
    line-height: 1.6;
    font-size: 22px;
    color: #333;
}
#c_portalResProduct_detail-15953864618970499 .d_summary {
    line-height: 1.6;
    padding: 0px 0px 20px;
    font-size: 12px;
}
#c_portalResProduct_detail-15953864618970499 .d_summary {
    font-size: 15px;
    line-height: 1.8;
    color: #b7b7b7;
    padding: 0px 0px 20px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    word-break: break-word;
}
#c_portalResProduct_detail-15953864618970499 .d_NumBox {
    width: 100%;
}
#c_portalResProduct_detail-15953864618970499 .d_NumBox {
    padding-top: 20px;
    display: inline-block!important;
}
.c_portalResProduct_detail-01001 .d_NumBox {
    width: 50%;
}
.c_portalResProduct_detail-01001 .d_NumBox {
    display: inline-block;
    vertical-align: middle;
}
#c_portalResProduct_detail-15953864618970499 .ser_tel {
    color: #333;
}
#c_portalResProduct_detail-15953864618970499 .ser_tel .font {
    font-size: 16px;
}
#c_portalResProduct_detail-15953864618970499 .ser_tel .font {
    font-size: 18px;
    font-weight: bold;
}
#c_portalResProduct_detail-15953864618970499 .ser_tel .font a {
    color: #00468e;
}
.c_portalResProduct_detail-01001 .p_interaction {
    width: auto;
    height: auto;
}
.c_portalResProduct_detail-01001 .p_interaction {
    margin: 0;
/*    width: 236px;*/
/*    height: 317px;*/
    padding: 0;
}
#c_portalResProduct_detail-15953864618970499 .p_interaction button {
    margin-bottom: 20px;
    max-width: 50%;
    padding: 0.6vw 3vw !important;
    border-radius: 0 !important;
    background: #00468e;
    color: #fff !important;
    border-color: #00468e;
}
.c_portalResProduct_detail-01001 .p_interaction button {
    width: 170px;
    height: 47px;
}
#c_portalResProduct_detail-15953864618970499 .p_image img {
    width: 100%;
}
#c_portalResProduct_detail-15953864618970499 .d_DescriptionBoxA {
    padding: 0px;
    width: 94%;
    margin: 0 auto;
	clear: both;
    height: auto;
    overflow: visible;
}
.c_portalResProduct_detail-01001 .d_TabTitleBox {
    width: auto;
    height: auto;
	display: flex;
    overflow: hidden;
}
#c_portalResProduct_detail-15953864618970499 .decTab.active {
    background: #fff;
}
#c_portalResProduct_detail-15953864618970499 .d_DecTab {
    align-items: center;
    display: flex;
    padding: 0px 10px;
    justify-content: center;
}
#c_portalResProduct_detail-15953864618970499 .d_DecTab {
    float: left;
    width: calc(100% / 1);
    height: 50px;
    text-align: center;
    padding: 0 25px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
#c_portalResProduct_detail-15953864618970499 .d_DecTab .p_DecTabA_1 {
    color: #333;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
}
#c_portalResProduct_detail-15953864618970499 .d_DecTab .p_DecTabA_1 .font {
    font-size: 16px;
    line-height: 1.4;
}
.c_portalResProduct_detail-01001 .d_DescriptionBigbox {
    width: auto;
    height: auto;
    clear: both;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.borderT_default {
    border-top: 1px solid #d9d9d9;
}
#c_portalResProduct_detail-15953864618970499 .d_BaseInfoBox {
    display: none;
    white-space: normal;
    width: 100%;
    padding: 40px 20px 20px 20px;
    margin-bottom: 20px;
}
.background_form {
    background: #fafafa;
}
#c_portalResProduct_detail-15953864618970499 .d_description {
    padding: 20px 0px;
}
.c_portalResProduct_detail-01001 .d_TextBox, .c_portalResProduct_detail-01001 .d_description {
    vertical-align: middle;
}
.c_portalResProduct_detail-01001 .p_nextBox {
	margin: 0px -8px 0 -8px;
    background: rgba(0, 0, 0, 0.02);
    padding: 0;
	width: auto;
    height: auto;
	overflow: hidden;
}
.c_portalResProduct_detail-01001 .p_nextpage, .c_portalResProduct_detail-01001 .p_nextpageA {
    padding: 10px 0;
}
.c_portalResProduct_detail-01001 .p_nextpage {
    width: auto;
    height: auto;
    width: 50%;
	float: left;
	border-right: 1px solid rgba(0, 0, 0, 0.04);
}
.c_portalResProduct_detail-01001 .p_nextName, .c_portalResProduct_detail-01001 .p_MinorLink, .c_portalResProduct_detail-01001 .p_nextNameA {
    width: 100%;
    text-align: center;
    margin: 0;
}
.c_portalResProduct_detail-01001 .p_nextName {
    display: inline-block;
    margin-right: 10px;
    padding: 0;
    vertical-align: middle;
    text-align: left;
}
.c_portalResProduct_detail-01001 .p_nextName .font {
    vertical-align: middle;
	color: #929292;
}
.c_portalResProduct_detail-01001 .p_nextName, .c_portalResProduct_detail-01001 .p_MinorLink, .c_portalResProduct_detail-01001 .p_nextNameA {
    width: 100%;
    text-align: center;
    margin: 0;
	color: #929292;
}



/*内页产品*/