
/* css reset */

@font-face {
	font-family: "DINPro-Bold";
	src: url("../font/DINPro-Light.ttf") format("truetype");
}

@font-face {
	font-family: "SourceHanSansCN-Regular";
	src: url("../font/SourceHanSansCN-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "SourceHanSansCN-Medium";
	src: url("https://www.invt.com.cn/SourceHanSansCN/SourceHanSansCN-Medium.otf") format("opentype");

	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "SourceHanSansCN-Bold";
	src: url("https://www.invt.com.cn/SourceHanSansCN/SourceHanSansCN-Bold.otf") format("opentype");

	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "SourceHanSansCN-Light";
	src: url("https://www.invt.com.cn/SourceHanSansCN/SourceHanSansCN-Light.otf") format("opentype");

	font-weight: normal;
	font-style: normal;
}

body,
html,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
i,
strong,
small,
ul,
li,
dl,
dt,
dd,
ol,
table,
a,
input,
textarea,
label {
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	text-decoration: none;
	outline: none;
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s;
	color: #333
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}

span {
	display: inline-block;
}

i {
	font-style: normal;
}

ul,
li {
	list-style: none;
}

sub,
sup {
	font-size: 6px;
	margin-left: 2px
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

input,
textarea {
	font-family: Arial, SourceHanSansCN, "Source Han Sans CN", Helvetica, "Helvetica Neue", sans-serif;
}

body {
	font-family: "Microsoft YaHei", "微软雅黑", "SourceHanSansCN-Regular", "Source Sans Pro", SourceHanSansCN, "Source Han Sans CN", Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-weight: 300;
	font-size: 1em;
	color: #333;
	margin: 0 auto;
	width: 100%;
	background: #FFF;
	font-weight: 400;
}

.clear {
	clear: both;
	zoom: 1;
}

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

.wrap {
	width: 1400px;
	max-width: 94%;
	margin: 0 auto;
}
.back{cursor: pointer; }
#progressBar {
	width: 1440px;
	max-width: 94%;
	margin: 0 auto;
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	background: #a2a2a2;
}

.fl {
	float: left
}

.fr {
	float: right
}

.section img {
	width: 100%;
}

body {
	width: 100%;
}

.padd-60 {
	padding: 32px 0 40px;
}

.padd-30 {
	padding: 30px 0;
}

.fzlm {
	padding-top: 32px;
}

.padd-bottom-50 {
	padding-top: 1px;
	padding: 32px 0 40px;
}

.margin-bottom-100 {
	margin-bottom: 100px;
}
@keyframes blue{
	
	0% { 
		
		-webkit-transform: scale(1.1);
		
		-mos-transform: scale(1.1);
		
		-ms-transform: scale(1.1);
		
		transform: scale(1.1);
	
	}
	
	100% { 
	
		-webkit-transform: scale(1);
		
		-mos-transform: scale(1);
		
		-ms-transform: scale(1);
		
		transform: scale(1);
	
	}

}

.index-banner .swiper-slide-active img{
	animation: blue 1.5s 0s ease both;
}
.index-banner img {
	width: 100%;
	height:100%;
}

.index-banner .swiper-slide a {
	display: block;
	width: 100%;
	height:100%;
}

.ywt-img,
.header {
	text-align: center;
}

.swiper-pagination-bullet {
	width: 30px;
	height: 5px;
	border-radius: 2.5px;
	background: #ffffff;
	opacity: 0.8;
}

.swiper-pagination-bullet-active {
	background: #0870d8;
}

.yt-ul {
	display: flex;
	margin-top: 20px;
}

.yt-ul li {
	width: 25%;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
}

.yt-ul li a {
	display: block;
	height: 100%;
}

.yt-ul li .yt-div-img {
	cursor: pointer;
	height: 235px;
	width: 100%;
	overflow: hidden;
}

.yt-ul li .yt-div-img .yt-img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.yt-ul li .yt-text {
	box-sizing: border-box;
	padding: 15px 10px;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	height: calc(100% - 235px);
	transition: 0.6s;
}

.yt-ul li .yt-text h4 {
	cursor: pointer;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	position: relative;
	padding: 15px 0;
	text-align: center;
	margin-bottom: 10px;
}

.yt-ul li .yt-text h4::after {
	position: absolute;
	content: "";
	width: 60px;
	height: 4px;
	background: #87b2c7;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border-radius: 100px;
}

.yt-ul li .yt-text p {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	text-align: center;
	margin-bottom: 10px;
	height: 48px;
	overflow: hidden;
}

.yt-ul li .yt-text dl {}

.yt-ul li .yt-text dl dd {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px dashed #eeeeee;
	box-sizing: border-box;
	padding-left: 18%;
}

.yt-ul li .yt-text dl dd .d-img {}

.yt-ul li .yt-text dl dd .d-img .img1 {}

.yt-ul li .yt-text dl dd .d-img .img2 {
	display: none;
}

.yt-ul li .yt-text dl dd:hover .d-img .img1 {
	display: none;
}

.yt-ul li .yt-text dl dd:hover .d-img .img2 {
	display: inline-block;
}

.yt-ul li .yt-text dl dd span {
	font-size: 14px;
	color: #666666;
	margin-left: 20px;
}

.yt-box {
	/* margin-bottom: 100px;
	margin-top: 25px; */
}

.yt-ul li .yt-text dl dd:last-of-type {
	border: none;
}

.yt-ul li:hover {
	transform: scale(1.05);
	transition: 0.4s;
	z-index: 9;
}

.yt-ul li:hover .yt-text {
	background: url(../image/yj-h_05.jpg) no-repeat center;
	background-size: cover;
	transition: 0.6s;
	background: #ffffff;
}

.yt-ul li:hover .yt-text dd span {
	color: #666666;
}

.yt-ul li:hover .yt-text h4 {
	color: #87b2c7;
}

.yt-ul li:hover .yt-text h4::after {
	background: #87b2c7;
}

.yt-ul li:hover .yt-text p {
	color: #ffffff;
}

.z_pao {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.z_pao span,
.z_news_pao span {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	z-index: 1;
	transition: ease 1s;
	position: absolute;
	left: 50%;
	bottom: -100px;
	transform: translateX(-50%);
}

.yt-ul li:hover .z_pao span:nth-child(1),
.z_news_pao span:nth-child(1) {
	background: rgba(255, 255, 255, .5);
	animation: pao 5s linear infinite;
}

.yt-ul li:hover .z_pao span:nth-child(2),
.z_news_pao span:nth-child(2) {
	background: rgba(255, 255, 255, .5);
	animation: pao3 7s linear infinite;
	animation-delay: .3s;
}

.yt-ul li:hover .z_pao span:nth-child(3),
.z_news_pao span:nth-child(3) {
	background: rgba(255, 255, 255, 0.5);
	animation: pao2 4s linear infinite;
	animation-delay: .8s;
}

.yt-ul li .yt-text::before {
	content: "";
	display: block;
	width: 110px;
	height: 84px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../image/bq_03.png) no-repeat center;
	background-size: cover;
	transition: ease 1s;
	transform-origin: right bottom;
	transform: scale(0, 0) translate(100%, 100%);
}

.yt-ul li:hover .yt-text::before {
	transform: scale(1, 1) translate(0);
}

@keyframes pao {
	0% {
		transform: translate(200%, -30vh) rotate(360deg) scale(.4, .4);
		opacity: 1;
	}

	50% {
		transform: translate(0%, -50vh) rotate(360deg) scale(.8, .8);
		opacity: .5;
	}

	100% {
		transform: translate(-200%, -40vh) rotate(360deg) scale(1, 1);
		opacity: 0;

	}
}

@keyframes pao2 {
	0% {
		transform: translate(-200%, 0vh) rotate(360deg) scale(1, 1);
		opacity: 1;
	}

	50% {
		transform: translate(250%, -20vh) rotate(360deg) scale(.8, .8);
		opacity: .5;
	}

	100% {
		transform: translate(100%, -50vh) rotate(360deg) scale(.4, .4);
		opacity: 0;

	}
}

@keyframes pao3 {
	0% {
		transform: translate(0%, 0vh) rotate(360deg) scale(1, 1);
		opacity: 1;
	}

	50% {
		transform: translate(-250%, -20vh) rotate(360deg) scale(.8, .8);
		opacity: .5;
	}

	100% {
		transform: translate(-300%, -50vh) rotate(360deg) scale(.4, .4);
		opacity: 0;

	}
}

@keyframes pao4 {
	0% {
		transform: translate(400%, 0vh) rotate(360deg) scale(1, 1);
		opacity: 1;
	}

	50% {
		transform: translate(800%, -50vh) rotate(360deg) scale(.8, .8);
		opacity: .5;
	}

	100% {
		transform: translate(-100%, -100vh) rotate(360deg) scale(.4, .4);
		opacity: 0;

	}
}

.padd-70 {
	padding: 32px 0 40px;
}

.padd-70.index-bot {

	padding: 26px 0 40px;
}

.hui-bac {
	background: #f5f9fb;
}

.title-img {
	text-align: center;
}

.text-left {
	text-align: left;
}

.case-box {
	border: 1px solid #e5e5e5;
	box-sizing: border-box;

	display: flex;
	height: 540px;
}

.index-case-left {
	width: 365px;
	/* padding: 35px 0; */
	height: 100%;
	box-sizing: border-box;
	background: #ffffff;
}

.index-case-left .left-ul {
	height: 100%;
}
.index-case-left .left-li{
	cursor: pointer;
}
.index-case-left .left-li:first-child {
	
	transition: 0.5s;
	cursor: pointer;
}

.index-case-left .left-li:last-child {
	
	transition: 0.5s;
	cursor: pointer;
}



.dino{display:none;}
/* .left-li .child-ul {
	padding-left: 95px;
} */

.left-li .child-ul .child-li {
	padding: 5px 0 5px 95px;
	font-family: "Microsoft YaHei", "微软雅黑", "SourceHanSansCN-Regular";
	line-height: 50px;
	font-weight: bold;
}

.child-ul .child-li img {
	display: inline-block;
	padding: 0 14px 3px 0px;
	vertical-align: middle;

}

.left-li.active .child-ul .child-li.active {
	color: #fff;
	background-color: rgba(135, 178, 199, 0.6);
}

.index-case-left li .li-div {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding:14px 25px;
}

.index-case-left li .li-div .li-div-img {
	height: 55px;
	width: 55px;
	text-align: center;
	line-height: 55px;
}

.index-case-left li .li-div .li-div-img .img1 {
	transition: 0.5s;
}

.index-case-left li .li-div .li-div-img .img2 {
	display: none;
	transition: 0.5s;
}

.index-case-left li.active .li-div .li-div-img .img1 {
	display: none;
	transition: 0.5s;
}

.index-case-left li.active .li-div .li-div-img .img2 {
	display: inline-block;
	transition: 0.5s;
}

.index-case-left .left-li.active {
	/* background: rgba(135, 178, 199, 0.6); */
	transition: 0.5s;
	background-color: #f3f7f9;
}

.index-case-left li .li-div .li-div-text {
	width: calc(100% - 55px);
	box-sizing: border-box;
	padding-left: 15px;
}

.index-case-left li .li-div .li-div-text h4 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 8px;
}

.index-case-left li .li-div .li-div-text p {
	font-size: 14px;
	color: #999999;
}

.index-case-left li.active .li-div .li-div-text h4 {
	color: #86b2c6;
}

.index-case-left li.active .li-div .li-div-text p {
	color: #ffffff;
}

.index-case-swiper {
	width: 300px;
	height: 100%;
	position: absolute;
	z-index: 9;
	background: rgba(4, 43, 62, 0.3);
}

.index-case-div-box {
	position: relative;
	height: 100%;
}
.index-case-div{position: relative;}
.index-case-div .case-mask {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(../image/pic_case_mask.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 7;
    opacity: 1;
}
.index-case-text {
	box-sizing: border-box;
	height: 100%;
}

.index-case-text-img {
	padding-left: 300px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: none;
	box-sizing: border-box;
	position: relative;
}

.index-case-text-img.active {
	display: block;
}

.index-case-div {
	height: 100%;
}

.index-case-right {
	/* width: calc(100% - 365px); */
	width: 100%;
}

.index-case-text-div {
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 0;
	padding-left: 340px;
	box-sizing: border-box;
	padding-right: 40px;
    	z-index: 9;
}

.index-case-text-div p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	line-height: 24px;
}

.index-case-text-div h4 {
	color: #ffffff;
	font-size: 18px;
	line-height: 48px;
	font-weight: bold;
}

.index-case-text-div a {
	background: url(../image/mo-bac_03.png) center no-repeat;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 30px;
	background-size: 100% 100%;
	margin-top: 20px;
}

.index-case-swiper {
	box-sizing: border-box;
	padding: 35px 0;
	padding-right: 15px;
}

.index-case-swiper .swiper-container {
	height: 100%;
	text-align: center;
	box-sizing: border-box;

	padding-right: 3px;
}

.index-case-swiper .swiper-scrollbar {
	right: 0 !important;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 0;
	top: 0;
	height: 100%;
}

.index-case-swiper .swiper-scrollbar-drag {
	background: #ffffff;
	border-radius: 0;
}

.index-case-swiper .swiper-container .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.index-case-swiper .swiper-container .swiper-slide:hover{
	background: #87B2C7;
}
.index-case-swiper .swiper-container .swiper-slide.active {
	background: #87B2C7;
}

.index-case-swiper .swiper-container .swiper-slide a {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #ffffff;
}

.index-left-text span {
	opacity: 0;
}
.index-case-swiper .swiper-container .swiper-slide a:hover{color:#fff !important;}
.index-case-swiper .swiper-container .swiper-slide.active a {
	display:block;
	width: 100%;
	font-size: 18px;
	color: #ffffff;
}

.index-case-div {
	display: none;
}

.index-case-div.active {
	display: block;
}

.fw-ul {
	display: flex;
	margin-top: 40px;
}

.fw-ul li {
   	cursor: pointer;
	width: 23.5%;
	margin-right: 2%;
	box-sizing: border-box;
	border: 1px solid #daedf6;
	border-radius: 10px;
	box-shadow: 0 5px 6px #dcdcdc;
}

.fw-ul li:nth-of-type(4n) {
	margin-right: 0;
}

.fw-ul li .fuwu-img {
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.fw-ul li .fuwu-img img {
	width: 100%;
	transition: 0.4s;
}

.fw-ul li:hover .fuwu-img img {
	transform: scale(1.1);
	transition: 0.4s;
}

.fw-ul li .fuwu-text {
	text-align: center;
	box-sizing: border-box;
	padding: 25px 10px;
}

.fw-ul li .fuwu-text img {
	display: block;
	margin: auto;
	margin-bottom: 12px;
	height: 43px;
}

.fw-ul li .fuwu-text p {
	font-size: 16px;
	color: #666666;
	text-align: justify;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.fw-ul li .fuwu-text h4 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	transition: 0.4s;
}

.fw-ul li .fuwu-text a {
	font-size: 14px;
	color: #ffffff;
	background: url(../image/mo-bac_03.png);
	padding: 5px 15px;
	background-size: 100% 100%;
	margin-top: 16px;
	transition: 0.4s;
}

.fw-ul li .fuwu-text a:hover,
.index-case-text-div a:hover {
	color: #e6002d;
	transition: 0.4s;
}

.fw-ul li:hover .fuwu-text h4 {
	color: #86B2C6;
	transition: 0.4s;
}

.index-top-div {
	display: flex;
}

.index-top-div .index-top-left {
	width: 410px;
	box-sizing: border-box;
	padding-right: 75px;
}

.index-top-div .index-top-left-div {
	position: relative;
	z-index: 9;
}

.index-top-div .index-top-left-div .index-left-img {
	overflow: hidden;
}

.index-top-div .index-top-left-div .index-left-img img {
	width: 100%;
	transition: 0.4s;
}

.index-top-div .index-top-left-div:hover .index-left-img img {
	transform: scale(1.1);
	transition: 0.4s;
}

.index-top-div .index-top-left-div .index-left-text {
	background: #ffffff;
	box-sizing: border-box;
	padding: 25px;
	position: relative;
}

.index-top-div .index-top-left-div .index-left-text h4 {
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	font-weight: bolder;
	margin-bottom: 10px;
	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 2;
    	overflow: hidden;

}

/* .index-top-div .index-top-left-div .index-left-text a{
	font-size: 14px;
	color: #ffffff;
	background: url(../images/mmb_13.png) center no-repeat;
	background-size: 100% 100%;
	display: flex;
	width: 88px;
	justify-content: center;
	align-items: center;
	padding: 5px 0;
	position: absolute;
	right: 0;
	bottom: 0;
}
.index-top-div .index-top-left-div .index-left-text a:hover{
	color: #e6002d;
} */
.index-top-div .index-top-left-div .index-left-text a i {
	background: url(../image/jt-b_03.png) center no-repeat;
	width: 16px;
	height: 5px;
	display: block;
	margin-left: 8px;
}

.index-top-right {
	width: calc(100% - 410px);
	box-sizing: border-box;
	padding-left: 35px;
}

.index-top-div .tit {
	margin-bottom: 35px;
	position: relative;
	z-index: 9;
}

.tit {
	display: flex;
	align-items: center;
}

.tit img {}

.tit .tit-tab {
	display: flex;
	margin-left: auto;
}

.tit .tit-tab a {
	font-size: 16px;
	color: #555555;
	/* padding: 0 15px; */
	padding: 0 5px;
	position: relative;
	cursor: pointer;
}

.tit .tit-tab a.active {
	color: #007fcc;
}

.tit .tit-tab a::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 17px;
	background: #555555;
	top: 5px;
	right: 0;
}

.tit .tit-tab a:last-of-type::after {
	display: none;
}

.news-div {}

.news-ul {
	display: none;
	box-sizing: border-box;
	box-shadow: 0 0 6px #dcdcdc;
}
.news-ul.active{
	display:flex;
}
.news-div .tabA.active1{
	display:inline-block;
}
.news-div .tabA{
	display:none;
}
.news-ul li {
	width: 33.333333333%;
	box-sizing: border-box;
	padding: 30px;
	background: #ffffff;
	transition: 0.4s;
	text-align: left;
}

.news-ul li a {
	display: block;
}

.news-ul li a b {
	font-size: 30px;
	color: #87b2c7;
	font-weight: bold;
	display: block;
	transition: 0.4s;
}

.news-ul li a span {
	font-size: 14px;
	color: #999999;
	transition: 0.4s;
	display: block;
}

.news-ul li a h4 {
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	margin: 15px 0;
	transition: 0.4s;
}

.news-ul li a p {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
}

.news-ul li a i {
	background: url(../image/jt-h_05.png) center no-repeat;

	width: 16px;

	height: 5px;

	display: block;

	margin-left: 8px;
	margin-top: 44px;
	transition: 0.4s;
}

.news-ul li:hover {
	/* background: #86b2c6; */
	transition: 0.4s;
}

.news-ul li:hover a b,
.news-ul li:hover a span,
.news-ul li:hover a h4,
.news-ul li:hover a p {
	color: #ffffff;
	transition: 0.4s;
}

.news-ul li:hover a i {
	background-image: url(../image/jt-b_03.png);
	transition: 0.4s;

}

.news-div {
	text-align: right;
}

.news-div>a {
	font-size: 14px;
	color: #ffffff;
	background: url(../image/mo-bac_03.png);
	padding: 5px 15px;
	background-size: 100% 100%;
	margin-top: 16px;
	transition: 0.4s;
	margin-top: 25px;
}

.news-div>a:hover {
	color: #007fcc;
	transition: 0.4s;
}

.index-top-div .index-top-left {
	position: relative;
}

.index-top-div .index-top-left::after {
	position: absolute;
	content: "";
	right: 0;
	top: -70px;
	width: 170%;
	height: calc(100% + 140px);
	background: url(../image/banner_index_left_bg_02.jpg) right no-repeat;
	z-index: 1;
}


.rid-img {
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 999;
}


.index-banner .swiper-slide {
	position: relative;
	height: auto;
}

.index-banner .swiper-slide::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #87b2c7;
display:none;
}

.index-banner .swiper-slide::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0%;
	height: 3px;
	background: #007fcc;
	z-index: 2;
display:none;
}

.index-banner .swiper-slide-active:before {
	width: 100%;
	transition: all 5s linear;
}

.yt-ul li {
	margin-right: 2%;
	width: 23.5%;
}

.yt-ul li:nth-of-type(4n) {
	margin-right: 0;
}

.yt-ul li:hover {
	transform: scale(1);
	box-shadow: 0 0 12px #bbbbbb;
}

.yt-ul li .yt-text p {
	display: none;
}

.z_pao,
.yt-ul li .yt-text::before {
	display: none;
}

.yt-ul li .yt-text h4:before {
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	border-bottom: 1px dashed #ececec;
	bottom: 1px;
}

.yt-ul li .yt-text dl dd {
	border: none;
}

.news-ul li {
	padding: 0;
	margin-right: 2%;
	width: 32%;
}

.news-ul li:nth-of-type(3n) {
	margin-right: 0;
}

.news-ul {
	box-shadow: none;
}

.index-top-div .index-top-left-div .index-left-text h4 {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 60px;
}

.index-left-text.index-leftright-text h4 {
	overflow: hidden;
}

.index-top-div .index-top-left-div .index-left-img img {
	height: 100%;
}

.index-top-div .index-top-left-div .chenggonganli img {
	height: 100%;
	width: 100%;
}

.index-top-div .index-top-left-div .index-left-img {
	height: 212px;
}

.index-left-text span {
	margin-bottom: 9px;
}
.news-ul li a .index-left-text span{
	display: none;
}

.index-top-div .index-top-left-div {
	box-shadow: 0 0 8px #ccc;
}

.img-div {
	margin-top: 40px;
}


.yt-ul li .yt-text dl dd .d-img {
	width: 30px;
}

.yt-ul li .yt-text dl dd span:hover,
.index-case-swiper .swiper-container .swiper-slide a:hover {
	color: #007fcc;
}

.index-top-div .index-top-left-div:hover .index-left-text h4 {
	color: #007fcc;
}

.index-case-swiper .swiper-container .swiper-slide.active a:hover {
	color: #ffffff;
}

.yt-ul li .yt-text dl dd .d-img .img2 {
	opacity: 1;
}

.yt-ul li .yt-text dl dd:hover .d-img .img2 {
	opacity: 1;
}

.index-case-left li .li-div .li-div-text p {
	display: none;
}

.index-case-left li .li-div .li-div-text h4 {
	margin-bottom: 0;
}

.fw-ul li .fuwu-text a:hover {
	background-image: url(../image/a-h.png);
	color: #ffffff;
}

.fw-ul li .fuwu-text a:hover,
.index-case-text-div a:hover,
.news-div>a:hover {
	background-image: url(../image/a-h.png);
	color: #ffffff;
}

/* .index-top-div .index-top-left-div .index-left-text a:hover{
	background-image: url(../images/qbb.png);
	color: #ffffff;
} */

.index-fw {
	background: url(../image/bac-c.png) no-repeat;
	background-size: cover;
}

.in-swiper .swiper-container {
	z-index: 9;
}

.in-swiper .swiper-pagination {
	text-align: right;
	box-sizing: border-box;
	padding-right: 30px;
}

.in-swiper .swiper-pagination .swiper-pagination-bullet {
	background: #86b2c6;
	width: 19px;
}

.in-swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #007fcc;
}

.in-swiper>a {
	font-size: 14px;
	color: #ffffff;
	background: url(../image/mo-bac_03.png);
	padding: 5px 15px;
	background-size: 100% 100%;
	margin-top: 16px;
	transition: 0.4s;
	margin-top: 25px;
	z-index: 9;
	position: relative;
	float: right;
}

.in-swiper>a:hover {
	background-image: url(../image/a-h.png);
	color: #ffffff;
}



.ytt-box {
	background: url(../image/bac-c.png) no-repeat;
	background-size: cover;
	padding: 32px 0 40px;
}


.yt-ul li .yt-text dl dd span,
.yt-ul li .yt-text dl dd {
	cursor: pointer;
}


.index-top-div .index-top-left {
	width: 355px;
	padding-right: 30px;
}

.index-top-right {
	width: calc(100% - 355px);
}

.case-box,
.fw-ul {
	margin-top: 20px;
}

.index-top-div .tit {
	margin-bottom: 50px;
}

.index-top-div .index-top-left::after {
	top: -25px;
	height: calc(100% + 65px);
}

.ywt-title {
	margin-bottom: 20px;
}

.ywt-title h3 {
	position: relative;
	font-size: 36px;
	color: #0a0a0a;
	padding: 0 0 12px;
	font-weight: bold;
	line-height: 1em;
}

.ywt-title h3::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 75px;
	height: 3px;
	background: #007fcc;
}

.ywt-title h1 {
	position: relative;
	font-size: 38px;
	color: #0a0a0a;
	padding: 0 0 12px;
	font-weight: bold;
	line-height: 1em;
}

.ywt-title.center h1::after {
	left: 0;
	right: 0;
	margin: auto;
}

.ywt-title h1::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 75px;
	height: 3px;
	background: #007fcc;
}

.ywt-title.center {
	text-align: center;
}

.ywt-title.center h3::after {
	left: 0;
	right: 0;
	margin: auto;
}

.index-top-div .tit {
	margin-bottom: 0;
}

.index-top-div .index-top-left::after {
	background-size: cover;
	width: 500%;
	background-position: revert;
}

/* footer */
footer {
	background: #107393;
	position: relative;
}

.footer-wrap {
	display: flex;
	z-index: 0;
	position: relative;
}

.footer-left {
	width: calc(100% - 380px);
	padding-top: 70px;
}

.footer-list-div {
	display: flex;
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-list-div dl {
	width: 20%;
	text-align: center;
}

.footer-list-div dl dt {
	margin-bottom: 13px;
	text-align: left;
}

.footer-list-div dl dt a {
	font-size: 18px;
	color: #ffffff;
}

.footer-list-div dl dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-list-div dl dd a {
	text-align: left;
	font-size: 14px;
	color: #ffffff;
	display: block;
	width: 100%;
	margin-bottom: 8px;
}

.footer-list-div dl:nth-of-type(2) dd a {
	width: 100%;
}

.footer-copy {
	display: flex;
	padding: 20px 0;
}
.footer-copy .footer-copy-show{display:none;}
.footer-copy a {
	color: #ffffff;
	font-size: 14px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}

.footer-copy a:after {
	position: absolute;
	content: "";
	right: 0;
	top: 4px;
	width: 1px;
	height: 12px;
	background: #ffffff;
}

.footer-copy a:last-of-type:after {
	display: none;
}

.footer-copy a:hover,
.footer-list-div dl dd a:hover {
	color: #007fcc;
}

.footer-right {
	background: url(../image/foot-bac_03.png) no-repeat;
	background-size: 100% 100%;
	width: 380px;
	margin-left: auto;
	text-align: right;
	padding-top: 100px;
	/* padding-bottom: 50px; */
}

.footer-media-box {
	width: 150px;
	height: 150px;
	box-sizing: border-box;
	padding: 8px;
	background: url(../image/ft_07.png) no-repeat;
	background-size: 100% 105%;
}

.footer-media-box img {
	width: 100%;
	height: auto;
}

.qudao-div a {
	background: url(../image/ft-b_03.png) no-repeat;
	background-size: 100% 100%;
	font-size: 14px;
	color: #ffffff;
	padding: 11px 18px;
}

.qudao-div {
	margin-bottom: 20px;
}

.qudao-div a icon {
	width: 16px;
	height: 16px;
	background: url(../image/ft_03.png) center no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.footer-media-box {
	position: absolute;
	display: none;
	left: 50%;
    	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
   	bottom: 100%;
}
/* .footer-media-box.wx{
    width: 200px;

}
.footer-media-box.wx img{
	width:50%;
}
.footer-media li:hover .footer-media-box.wx {
    display: flex;
} */
.footer-media {
	display: flex;
	justify-content: flex-end;
	/*padding-right: 15%;*/
}

.footer-media li {
	margin-left: 18px;
	position: relative;

}

.footer-media li:hover .footer-media-box {
	display: block;
}

.footer-right>h5 {
	font-size: 16px;
	color: #799cb1;
	margin-bottom: 12px;
}

.footer-right>h2 {
	font-size: 30px;
	color: #1c455d;
	font-family: "Microsoft YaHei", "微软雅黑", "DINPro-Bold";
	font-weight: bold;
	margin-bottom: 12px;
}

.add-call {
	margin-bottom: 15px;
}

.add-call p {
	font-size: 14px;
	color: #87b2c7;
	line-height: 24px;
}
.add-call p a {
	font-size: 14px;
	color: #87b2c7;
	line-height: 24px;
}

.footer-bac-right {
	background: #e7f0f4;
	height: 100%;
	right: 0;
	height: 100%;
	position: absolute;
	top: 0;
}


/* aside */
.aside-ul {
	overflow: hidden;
	border-radius: 5px 0 0 5px;
	background: #107393;
	box-sizing: border-box;
	padding: 0 10px;
}
.aside-ul.aside-ul2{display:none;}
.aside-ul li {
	text-align: center;
	border-bottom: 1px dashed #ffffff;
	padding: 10px 0;
}

.aside-ul li:last-of-type {
	border: none;
}

.aside-ul li a {}

.aside-ul li a span {
	font-size: 12px;
	display: block;
	margin-top: 8px;
	color: #ffffff;
}

.aside-ul li a img {}

.aside-ul li a:hover span {
	color: #007fcc;
}


/* header */



body {
    position: relative;
    top: 95px;
}
.header-list-box {
	box-sizing: border-box;
	display: flex;
	padding: 24px 3%;
	align-items: center;
	height: 95px;
	position: fixed;
    	top: 0;
    	left: 0;
    	z-index: 9999999999999999;
    	width: 100%;
    	background: #fff;
}

.header-logo {
	margin-left: 0;
	margin-top: -10px;
}

.header-nav-list {
	margin: 0 auto;
	display: flex;

	padding: 0 25px;
}

.child-nav {
	position: absolute;
	display: none;
	width: 100%;
	background-color: #fff;
	z-index: 99;
	transform: translateX(-50%);
	left: 50%;
	top: 95px;
	overflow: hidden;
	border-top: 3px solid #ccc;
}

.child-navx {
	display: flex;
	padding: 0px 0;
	height: 100%;
}

.child-nav-right {
	width: 78%;
	height: 100%;
}

.header-nav-list .child-nav-left .tab-li {
	display: block;
	line-height: 50px;
	color: #474747;
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 16px;
	position: relative;
}

.header-nav-list .child-nav-left .tab-li a {
	display: block;
	line-height: 50px;
	color: #474747;
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	padding: 0;
}

.child-nav-left .tab-li.active a {
	color: #fff;

}

.child-nav-left .tab-li.active {

	color: #fff;
	font-size: 18px;
	background-color: #007fcc;
	/* border-left: 3px solid #007fcc; */
}

.child-nav-left .tab-li img {
	width: 25px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.child-nav-left .tab-li.active .first {
	display: inline-block;
}

.child-nav-left .tab-li .first {
	display: none;
}

.child-nav-left .tab-li.active .last {
	display: none;
}

.child-nav-left .tab-li .last {
	display: inline-block;
}

.child-nav-left {
	width: 22%;
	background-color: #ecf3f6;
}

.child-nav-con {
	display: none;
	height: 100%;
}

.child-nav-con.active {
	display: flex;
}

.child-nav-ul {
	width: 25%;
	height: 100%;
	padding-left: 30px;
	padding-right: 15px;
	box-sizing: border-box;
	
}

.child-nav-ul.active {
	background-color: #f6fafc;
}

.active.nav-tzzgx {
	background-color: #f6fafc;
}

.nav-nor.active {
	background-color: #f6fafc;
}

.child-nav-nor .nav-nor.active li:first-child a {
	color: #007fcc;
	border-bottom: 1px solid #007fcc;
}

.child-nav-right .child-nav-con .child-nav-ul li {
	display: block;
}

.child-nav-right .child-nav-ul li:first-child a {
	margin-bottom: 22px;
	line-height: 60px;
	font-size: 18px;
	color: #333;
	font-family: "Microsoft YaHei", "微软雅黑", "SourceHanSansCN-Bold" !important;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.child-nav-right .child-nav-ul.active li:first-child a {
	border-bottom: 1px solid #7bbce4;
	color: #007fcc;
}


.child-nav-right .child-nav-ul li a {
	font-size: 14px;
	color: #333;
	margin-bottom: 15px;

}

.child-nav-nor {
	width: 78%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.nav-nor {
	width: 25%;

}

.child-nav-nor .nav-nor li a:hover .jiantou-on {
	display: block;
	float: right;
	margin-right: 10px;
}

.child-nav-nor .nav-nor li a:hover .jiantou-off {
	display: none;
}

.header-nav-list li .child-nav-con a:hover .jiantou-on {
	display: block;
	float: right;
	margin-right: 10px;
}

.header-nav-list li .child-nav-con a:hover .jiantou-off {
	display: none;
}

.jiantou-on {
	display: none;
}

.jiantou-off {
	float: right;
	margin-right: 10px;
}

.nav.sec-nav {
	position: relative;
}

.child-nav-sec {
	width: 100%;
	display: none;
	position: absolute;
	background-color: #fff;
	z-index: 99;
	top: 40px;
}

.child-nav-sec .nav-sec-ul li:first-child {
	display: block;
}



.sec-nav .child-nav-sec .nav-sec-ul a {
	width: 100%;
	font-size: 18px;
	color: #333;
	font-family: "Microsoft YaHei", "微软雅黑", "SourceHanSansCN-Bold" !important;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 8px;
	border: none;
	padding: 0;
	text-align: center;
}

.sec-nav .child-nav-sec .nav-sec-ul a:hover {
	color: #007fcc;
}

.sec-nav .child-nav-sec .nav-sec-ul a::after {
	display: none;
}

.header-nav-list .child-nav-nor .nav-nor li {
	display: block;
	padding: 0px 10px;
}

.child-nav-nor .nav-nor li a {
	width: 100%;
	border: none;
	padding: 0px;
	box-sizing: border-box;
	margin-bottom: 15px;
	font-size: 14px;
	color: #333;
	margin-bottom: 15px;
}

.child-nav-nor .nav-nor li a:hover {
	color: #007fcc !important;
}

.child-nav-nor .nav-nor li:first-child a {
	margin-bottom: 22px;
	line-height: 60px;
	font-size: 17px;
	color: #333;
	font-family: "Microsoft YaHei", "微软雅黑", "SourceHanSansCN-Bold" !important;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

/* .child-nav-nor .nav-nonav li:first-child a {
	width: 100%;
    border: none;
    padding: 0px;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
} */

.header-nav-list li .child-nav-con a {
	padding: 0;
	width: 100%;
}

.child-nav-ul.width-50 {
	width: 50%;
}

.header-nav-list li .child-nav-ul.width-50 a {
	width: 45%;
	padding-right: 5%;
}

.header-nav-list li .child-nav-ul.width-50 li:first-child a {
	width: 88%;
}

.header-nav-list li .child-nav-con a:hover {
	color: #007fcc;
}

.header-nav-list li .child-nav-con a::after {
	display: none;
}

.header-nav-list li:first-of-type {
	display: none;
}

.header-nav-list>li {    padding: 30px 0;}

.header-nav-list li a {
	font-size: 18px;
	color: #000;
	padding: 0 25px;
	position: relative;
}

.header-nav-list li a:hover {
	color: #007fcc;
}

.header-nav-list li a:after {
	display:none;
	position: absolute;
	content: "";
	right: 0;
	top: 5px;
	width: 1px;
	height: 16px;
	background: #d9d9d9;
}

.header-nav-list li .child-nav-nor a:after {
	display: none;
}

.header-nav-list li:last-of-type a:after {
	display: none;
}

.header-lang-left {
	position: relative;
	cursor: pointer;
}

.header-lang-left-top {
	display: none;
	position: absolute;
	top: 19px;
	padding-top: 10px !important;
	width: 90px;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	left: 47%;
	padding-left: 10px;
	background-color: #007fcc;
	z-index: 9;
	border-top-left-radius: 15px;
}

.header-lang-left-top a {
	color: #fff;
	line-height: 30px;
}

.header-lang-box-div {
	display: flex;
	background: url(../image/a-h.png) no-repeat;
	background-position: center;
	background-size: 100% 100%;
	padding: 10px 20px;
}


.header-lang-left>a {
	color: #ffffff;
	font-size: 14px;
	background: url(../image/header_icon_03.png) no-repeat;
	padding-left: 24px;
	display: block;
}

.header-lang-search {
	padding: 0 18px;
	position: relative;
	padding: 0 13px 0 10px;
	position: relative;
	margin-left: 20px;
	cursor: pointer;
}





.search-show {
	position: absolute;
	right: -17px;
	top: 40px;
	z-index: 9;
	display: block;
}



.header-lang-search .search-btn {
	transition: all 0.5s;
	display: block;
	/* border-top-right-radius: 6px;
	border-bottom-right-radius: 6px; */
	background-color: #007fcc;
	width: 48px;
	height: 0;
	text-align: center;
	background-image: url(../image/header_icon_05.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44%;
}

.search-show input {
	transition: all 0.5s;
	position: absolute;
	right: 46px;
	display:block;
	padding-left: 8px;
	width: 230px;
	height: 0;
	line-height: 36px;
	color: #555;
	/* border-top-left-radius: 6px;
	border-bottom-left-radius: 6px; */
	outline: none;
	border: none;
	font-size: 16px;
    	opacity: 0;
}

.search-show.active input {
	transition: all 0.5s;
	height: 36px;
	border: 1px solid #ccc;
    	opacity: 1;
	
}

.search-show.active .search-btn {
	transition: all 0.5s;
	height: 38px;
}



.header-lang-search>a {
	color: #ffffff;
	background: url(../image/header_icon_05.png) center no-repeat;
	width: 17px;
	height: 21px;
	display: block;
	position: relative;
}

.header-lang-search>a::after {
	position: absolute;
	content: "";
	height: 41px;
	width: 1px;
	background: #ffffff;
	left: -16px;
	top: -10px;
}

.lang-a i {
	width: 12px;
	height: 6px;
	background: url(../image/header_icon_08.png);
	display: inline-block;
	vertical-align: middle;
}

.header-team {
	margin-right: 15px;
	position: relative;
	cursor: pointer;
}

.header-team ul {
	display: none;
	position: absolute;
	top: 41px;
	width: 300px;
	padding: 10px 0 0 15px;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	left: 50%;
	z-index: 9;
	background-color: #fff;
	line-height: 30px;
}

.header-team ul li:last-child {
	padding-bottom: 10px;
}

.header-team ul li a:hover {
	color: #007fcc;
}

.header-team>a {
	font-size: 16px;
	color: #007fcc;
	background: url(../image/header_icon_11.png) right no-repeat;
	padding: 15px 20px 15px 0;
}

/* tzzgx - dqbg*/

.nei-nav {
	background: #f5f9fb;
	height: 73px;
	line-height: 73px;
	border-bottom: 1px solid #e5e5e5;
}

.nei-nav .nei-nav-left {}

.nei-nav .nei-nav-left a {
	position: relative;
	font-weight: bolder;
	font-size: 18px;
	color: #333333;
	padding: 0 15px;
	margin-right: 15px;
}

.nei-nav .nei-nav-left a.active::after {
	position: absolute;
	content: "";
	width: 40px;
	bottom: 0;
	height: 1px;
	background: #007fcc;
	left: 0;
	right: 0;
	margin: auto;
}

.nei-nav .nei-nav-left a:hover,
.nei-nav .nei-nav-left a.active {
	color: #007fcc;
}

.nei-nav .nei-nav-right {
	margin-left: auto;
	color: #999999;
}

.nei-nav .nei-nav-right a {
	font-size: 13px;
	font-weight: bolder;
	color: #999999;
	height: 100%;
	vertical-align: middle;
}

.nei-nav .nei-nav-right a:last-of-type {
	color: #333333;
}

.nei-nav .nei-nav-right a:nth-of-type(1) {
	background-position: center left;
}

.nei-nav .nei-nav-right a:nth-of-type(2) {
	background: none;
	padding-left: 0;
}

.nei-nav .nei-nav-right a.active,
.nei-nav .nei-nav-right a:hover {
	color: #5b5b5b;
}

.nei-list-div {
	display: flex;
}

.nei-tab-list {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}

.nei-tab-list-hide {
	display: block;
}

.nei-tab-list a {
	background: url(../image/pic_tab_05.png) no-repeat;
	background-position: center;
	background-size: 100% 100%;
	padding: 8px 40px;
	font-size: 16px;
	color: #ffffff;
	transition: 0.6s;
	cursor: pointer;
}

.nei-tab-list a.active,
.nei-tab-list a:hover {
	background-image: url(../image/pic_tab_hover_05.png);
	transition: 0.6s;
}

.nei-title {
	text-align: center;

}

.nei-title h2 {
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	padding: 0px 0 12px;
	position: relative;
	line-height: 1em;
}

.nei-title h2::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	width: 200px;
	height: 3px;
	background: #007fcc;
	border-radius: 50px;
}

.nei-title h1 {
	font-size: 38px;
	color: #000000;
	font-weight: bold;
	padding: 0px 0 12px;
	position: relative;
	line-height: 1em;
	margin-bottom: 20px;
}

.nei-title h1::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	width: 74px;
	height: 3px;
	background: #007fcc;
	border-radius: 50px;
}

.combo-select {
	position: relative;
	max-width: 100%;
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 3px;
}

.combo-select .combo-input {
	margin-bottom: 0;
	background: #ffffff;
	color: #333333;
	font-size: 16px;
	padding-left: 10px;
	margin: 0 0px;
}

/**
 * Input field
 */
.combo-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 1px solid #86b2c6;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	padding-right: 45px;
	border-radius: 0px;
	background: #ffffff;
}

.combo-input:focus {
	outline: none;
}

/**
 * Arrow
 */
.combo-arrow {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	width: 100%;
	font-size: 12px;
	color: #999999;
}

.combo-arrow:before {
	content: " ";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #86b2c6;
	display: block;
	width: 0;
	height: 0;
	top: 0;
	right: 34px;
	bottom: 0;
	position: absolute;
	margin: auto 0;
}

/**
 * When opened
 */
.combo-open .combo-arrow {
	border-color: #86b2c6;
}

.combo-open .combo-arrow:before {
	border-top: none;
	border-bottom: 5px solid #86b2c6;
}

/**
 * When focused
 */
.combo-focus {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	border-color: #51A7E8;
}

.combo-focus input {
	border-color: #51A7E8;
}

/**
 * Hide native select
 */
.combo-select select {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	opacity: 0;
}

@media only screen and (min-width: 960px) {
	.combo-select select {
		left: -1px;
		top: -1px;
		width: 0;
		height: 0;
		margin: 0;
	}
}

/**
 * Selected option
 */
.option-selected {
	background-color: #eee;
}

/**
 * Hovered option
 */
.option-hover {
	background-color: #86b2c6;
	color: #fff;
}

/**
 * Option item
 */
.option-item {
	cursor: pointer;
	line-height: 22px;
	/* border-bottom: 1px #86b2c6 solid; */
}

.option-item:hover {
	background-color: #86b2c6;
	color: #fff;
}

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

/**
 * Disabled and optgroups
 */
.option-group {
	cursor: text;
	font-weight: 600;
	background: #e1e1e1;
	border: 1px #ccc solid;
	border-width: 1px 0;
}

/**
 * Disabled
 */
.option-disabled {
	opacity: 0.5;
}

/**
 * Dropdown
 */
.combo-dropdown {
	position: absolute;
	z-index: 99;
	top: 100%;
	left: 0;
	min-width: 100%;
	max-width: 100%;
	max-height: 300px;
	margin: 0;
	padding: 0;
	display: none;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #999999;
	border-radius: 0;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	box-sizing: border-box;
	text-align: left;
}

.combo-dropdown li {
	list-style: none;
	padding: 5px 1em;
	margin: 0;
	font-size: 14px;
}

/**
 * On Active
 */
.combo-open .combo-dropdown {
	display: block;
}

/**
 * Search marker
 */
.combo-marker {
	text-decoration: underline;
}


.combo-select input::placeholder {
	color: #575757;
	font-size: 14px;
}

.combo-select:first-of-type .combo-arrow::after {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	background-size: 100%;

	left: 15px;
	top: 12px;
}

.combo-select:last-of-type .combo-arrow::after {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	background-size: 100%;
	left: 15px;
	top: 12px;
}

.select-div-year {
	width: 424px;
}

.dqbg-list-ul {
	display: flex;
	flex-wrap: wrap;
}

.dqbg-list-ul li {
	background: #ffffff;
	width: 23.5%;
	margin-bottom: 25px;
	margin-right: 2%;
	box-shadow: 0 3px 8px #bababa;
}

.dqbg-list-ul li:nth-of-type(4n) {
	margin-right: 0;
}

.dqbg-list-ul li a {
	display: block;
	background: #f3f7f9;
}

.dqbg-list-ul li .dqbg-img-div {
	height: 295px;
	max-width: 65%;

	padding: 20px 0px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	margin: auto;
}

.dqbg-list-ul li .dqbg-img-div img {
	width: 100%;
	height: 100%;
	transition: 0.6s;
}

.dqbg-list-ul li:hover .dqbg-img-div img {
	transform: scale(1.05);
	transition: 0.6s;
}

.dqbg-list-ul li .dqbg-li-text {
	text-align: center;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 0 10px;
	background: #ffffff;
}

.dqbg-list-ul li .dqbg-li-text h4 {
	font-size: 18px;
	color: #333333;
}

.select-box-div {
	margin-bottom: 20px;
}

.dqbg-list-ul li a:hover h4 {
	color: #007fcc;
}

._page_container {
	margin: 0px 0 !important;
	/* line-height: 30px; */
	height: auto !important;
}

#pages ._active_1 {
	background-color: #007fcc !important;
}

._page_container ._pages li {
	padding: 3px 7px !important;
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
}

._page_container ._home,
._page_container ._last,
._page_container ._prev_text,
._page_container ._next_text {
	padding: 3px 7px !important;
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
}

._page_container ._pages {
	vertical-align: middle;
}

/* zxgg */
.zxgg-list-ul {}

.zxgg-list-ul li {
	background: #f3f7f9;
	margin-bottom: 15px;
}

.zxgg-list-ul li a {
	display: flex;
	width: 100%;
	padding: 18px 25px;
	box-sizing: border-box;
}

.zxgg-list-ul li a .zxgg-left {
	width: calc(100% - 200px);
}

.zxgg-list-ul li a .zxgg-left p {
	font-size: 16px;
	color: #333333;
	position: relative;
	transition: 0.4s;
	background: url(../image/pic_pdf_03.png) left no-repeat;
	box-sizing: border-box;
	padding-left: 70px;
}

.zxgg-list-ul li a .zxgg-left p::after {
	width: 1px;
	height: 100%;
	position: absolute;
	content: "";
	left: 50px;
	top: 0;
	background: #d2d2d2;
}

.zxgg-list-ul li a .zxgg-right {
	width: 120px;
	text-align: center;
	position: relative;
	height: 100%;
	margin-left: auto;
}

.zxgg-list-ul li a .zxgg-right span {
	font-size: 16px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.zxgg-list-ul li a .zxgg-right .time-span {
	color: #999999;
	transition: 0.5s;
}

.zxgg-list-ul li a .zxgg-right .span-look {
	color: #007fcc;
	transform: scale(0);
	transition: 0.5s;
}

.zxgg-list-ul li a:hover .zxgg-right .time-span {
	transform: scale(0);
	transition: 0.3s;
}

.zxgg-list-ul li a:hover .zxgg-right .span-look {
	transform: scale(1);
	transition: 0.3s;
}

.zxgg-list-ul li a:hover p {
	color: #007fcc;
	transition: 0.4s;
	background-image: url(../image/pic_pdf_hover_06.png);
}

.nei-banner a {
	display: block;
}

.nei-banner img {
	width: 100%;
}

/* cwzl-zhutu */
.cwzl-zhutu {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 30px;
	background: #f5f9fb;
}

.cwzl-zhutu .cwzl-zhutu-img {
	width: 50%;
	box-sizing: border-box;
	padding: 0 20px;
	overflow: hidden;
}

.cwzl-zhutu .cwzl-zhutu-img img {
	height: 100%;
	max-height: 610px;
}

.cwzl-biaoge {
	margin-top: 32px;
}

.cwzl-biaoge-title {
	text-align: center;
	background: #99bdcd;
}

.cwzl-biaoge-title h4 {
	padding: 20px 0;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 5px;
}

.cwzl-biaoge-title h4 span {
	letter-spacing: 2px;
}

.cwzl-biao-left {
	width: 220px;
	text-align: center;
}

.cwzl-biao-left li {
	height: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cwzl-biao-left li:nth-of-type(even) {
	background: #f5f8fa;
}

.cwzl-biao-left li span {
	font-size: 14px;
	color: #666666;
}

.br-i {
	display: block;
}

.cwzl-biao-box {
	display: flex;
}

.cwzl-biao-right {
	width: calc(100% - 220px);
}

.cwzl-biao-right .swiper-container {}

.cwzl-biao-right .swiper-slide {}

.cwzl-biao-right .swiper-slide span {
	display: block;
	height: 58px;
	text-align: center;
	line-height: 58px;
	font-size: 14px;
	color: #666666;
}

.cwzl-biao-right .swiper-slide span:nth-of-type(even) {
	background: #f5f8fa;
}

.cwzl-biao-right .swiper-scrollbar {
	display: none;
}

/* gupiao */
.gupiao {
	background: #f8fcff;
	box-sizing: border-box;
	padding: 30px;
}

.gupiao-top {
	display: flex;
	align-items: center;
}

.gupiao-dl {
	width: 300px;
}

.gupiao-name {
	margin-bottom: 20px;
}

.gupiao-name p {
	font-size: 18px;
	color: #252526;
	font-weight: bold;
}

#gupiao-nowprice {}

#gupiao-nowprice p {

	display: flex;
	align-items: flex-end;
	box-sizing: border-box;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 6px 82%;
}

#gupiao-nowprice p b {
	font-size: 60px;
	font-weight: bold;
	margin-right: 10px;
	line-height: 60px;
}

#gupiao-nowprice p span {
	font-size: 24px;

	font-weight: bold;
}

#gupiao-nowprice.red p {
	background-image: url(../image/pic_red.png);
}

#gupiao-nowprice.red p b,
#gupiao-nowprice.red p span {
	color: #e50000;
}

#gupiao-nowprice.green p {
	background-image: url(../image/pic_green.png);
}

#gupiao-nowprice.green p b,
#gupiao-nowprice.green p span {
	color: green;
}

.gupiao-price-list {
	display: flex;
	width: calc(100% - 300px);
	justify-content: space-evenly;
}

.gupiao-price-list span {
	display: block;
	font-size: 14px;
	color: #999999;
	margin-bottom: 12px;
}

.gupiao-price-list b {
	display: block;
	font-size: 24px;
	color: #6d6d6d;
	font-weight: bold;
}

.gupiao-bottom {
	margin-top: 35px;
	border-top: 1px solid #dcdcdc;
	padding-top: 15px;
}

.gupiao-bottom p {
	font-size: 14px;
	color: #666666;
}

.gupiao-bottom p span {
	margin: 0 10px;
}

.gupiao-k-tab {
	display: flex;
	margin: 30px 0;
}

.gupiao-k-tab a {
	font-size: 16px;
	color: #333333;
	padding: 5px 15px;
	border: 1px solid #87b2c7;
	border-right: none;
	cursor: pointer;
}

.gupiao-k-tab a:last-of-type {
	border-right: 1px solid #87b2c7;
}

.gupiao-k-tab a.active {
	background: #87B2C7;
	color: #ffffff;
}

.gupiao-k-list {
	background: #f5f9fb;
	box-sizing: border-box;
	padding: 20px;
	/* height: 340px; */
}

.gupiao-k-list .gupiao-k-img {
	display: none;
	text-align: center;
}

.gupiao-k-list .gupiao-k-img.active {
	display: block;
}

.gupiao-k-list .gupiao-k-img.active img {
	width: 80%;
}

/* tzrx-div */
.tzrx-div {
	background: #f5f9fb;
}

.tzrx-ul-list {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 55px 20px;
}

.tzrx-ul-list li {
	width: 33.33333%;
	border-right: 1px solid #bdd5e0;
	box-sizing: border-box;
	padding-bottom: 40px;
}

.tzrx-ul-list li:last-of-type {
	border: none;
}

.tzrx-ul-list li .icon-li {
	text-align: center;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 18px;
}

.tzrx-ul-list li .icon-li img {
	max-height: 60px;
}

.tzrx-ul-list li b {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 25px;
}

.tzrx-ul-list li .tzrx-div-p {
	padding: 0 10% 0 18%;
	box-sizing: border-box;
}

.tzrx-ul-list li .tzrx-div-p p {
	display: flex;
	width: 100%;
	white-space: pre;
	margin: 8px 0;
}

.tzrx-ul-list li .tzrx-div-p p i {
	font-size: 16px;
	color: #999999;
	width: 100px;
}

.tzrx-ul-list li .tzrx-div-p p span {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.tzrx-ul-list li .tzrx-div-p p a {
	font-size: 16px;
	color: #007fcc;
}


/* pro */
.product-section-1 {}

.product-sec1-div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.product-sec1-div .product-sec1-left {
	width: 50%;
	box-sizing: border-box;
	padding-right: 10%;
}

.product-sec1-div .product-sec1-left h3 {
	position: relative;
	line-height: 1em;
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	padding: 25px 0 12px;
	margin-bottom: 25px;
}

.product-sec1-div .product-sec1-left h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 80px;
	height: 3px;
	background: #007fcc;
}

.product-sec1-div .product-sec1-left h1 {
	position: relative;
	line-height: 1em;
	font-size: 38px;
	color: #000000;
	font-weight: bold;
	padding: 25px 0 12px;
	margin-bottom: 25px;
}

.product-sec1-div .product-sec1-left h1::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 80px;
	height: 3px;
	background: #007fcc;
}

.product-sec1-div .product-sec1-left p {
	font-size: 16px;
	color: #676767;
	line-height: 36px;
}

.product-sec1-right {
	width: 50%;
}

.product-section-2 {
	background: #f8f8f8;
}

.product-sec2-ul {
	display: flex;
	flex-wrap: wrap;
}

.product-sec2-ul li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #ffffff;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 50px 50px 50px 30px;
}





.product-sec2-ul li .product-sec2-left {
	width: 45%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 15px 0 0;
}

.product-sec2-ul li .product-sec2-left img {
	max-height: 100%;
}

.product-sec2-ul li .product-sec2-right {
	width: 55%;
}

.product-sec2-ul li .product-sec2-right h4 {
	margin-bottom: 18px;
	font-size: 30px;
	color: #000000;
	position: relative;
	padding: 10px 0;
	text-align: right;
}

.product-sec2-ul li .product-sec2-right h4::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: url(../image/pic_xian_07.png) no-repeat;
	background-position: right;
	bottom: 0;
	right: 0;
}

.product-sec2-ul li .product-sec2-right dl {
	display: flex;
	flex-wrap: wrap;
	height: 90px;
}

.product-sec2-ul li .product-sec2-right dl dd {
	width: 50%;
	margin-bottom: 6px;
}

.product-sec2-ul li .product-sec2-right dl dd a {
	font-size: 16px;
	color: #333333;
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
	transition: 0.6s;
}

.product-sec2-ul li .product-sec2-right dl dd a::after {
	position: absolute;
	content: "";
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #86b2c6;
	top: 8px;
	transition: 0.6s;
}

.product-sec2-ul li .product-sec2-right dl dd a:hover {
	color: #007fcc;
	transition: 0.6s;
}

.product-sec2-ul li .product-sec2-right dl dd a:hover::after {
	background: #007fcc;
	transition: 0.6s;
}

.product-sec2-ul li:nth-of-type(2n) {
	margin-right: 0;
}

.nei-more-a {
	margin-top: 18px;
}

.nei-more-a a {
	font-size: 14px;
	color: #ffffff;
	background: url(../image/mo-bac_03.png) no-repeat;
	background-size: 100% 100%;
	padding: 5px 22px;
	transition: 0.6s;
	cursor: pointer;
}
.section-404 .nei-more-a a {
	font-size: 14px;
	color: #ffffff;
	background: url(../image/mo-bac_030.png) no-repeat;
	background-size: 100% 100%;
	padding: 5px 22px;
	transition: 0.6s;
	cursor: pointer;
}
.nei-more-a a:hover {
	background-image: url(../image/a-h.png);
	transition: 0.6s;
}

.right {
	text-align: right;
}

.product-sec3-ul {
	display: flex;
	flex-wrap: wrap;
}

.product-sec3-ul li {
	width: 32%;
	margin-right: 2%;
	position: relative;
}

.product-sec3-ul li:nth-of-type(3n) {
	margin-right: 0;
}

.product-sec3-ul li .product-sec3-text {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	box-sizing: border-box;
	padding-left: 25px;
}

.product-sec3-ul li .product-sec3-text h2 {
	font-size: 36px;
	color: #86b2c6;
	font-weight: bold;
}

.product-sec3-ul li .product-sec3-text {}

/* product_list */
.product-list-text-div {
	margin-bottom: 25px;
}

.product-list-text-div p {
	font-size: 16px;
	color: #666666;
	line-height: 2em;
}

.product-list-text-div h2 {
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 1em;
}

.product-list-text-div h1 {
	font-size: 38px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 1em;
}

.product-nav-list-tab {
	display: flex;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.product-nav-list-tab li {
	width: 12.5%;
}

.product-nav-list-tab li a {
	background: url(../image/pic_tab_05.png) no-repeat;
	background-position: center;
	background-size: 100% 100%;
	padding: 8px 0px;
	font-size: 16px;
	color: #ffffff;
	transition: 0.6s;
	box-sizing: border-box;
	display: block;
	text-align: center;
}

.product-nav-list-tab li a.active,
.product-nav-list-tab li a:hover {
	background-image: url(../image/pic_tab_hover_05.png);
	transition: 0.6s;
}

.xgcp-swiper-container .product-list-ul {
	flex-wrap: nowrap;
}
.product-list-ul {
	display: flex;
	flex-wrap: wrap;
}
.product-xgcp-swiper{    position: relative;}
.product-list-ul li {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	background: #f3f7f9;
	transition: 0.6s;
}

.product-list-ul li:nth-of-type(4n) {
	margin-right: 0;
}

.product-list-ul li a {
	display: block;
	height: 100%;
}

.product-list-ul li a .product-list-img {
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
	overflow: hidden;
	height: 245px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;

}

.product-list-ul li a .product-list-img img {
	max-height: 100%;

	transition: 0.4s;
}

.product-list-ul li:hover a .product-list-img img {

	transition: 0.4s;
}

.product-list-ul li a .product-list-text {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	/* background: #f3f7f9; */
	transition: 0.6s;
	height: 75px;
	text-align: center;
	box-sizing: border-box;
}

.product-list-ul li a .product-list-text p {
	font-size: 18px;
	color: #333333;
	max-height: 60px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: 0.6s;
}

.product-list-ul li:hover {
	background: #87b2c7;
}



.product-list-ul li:hover a .product-list-text p {
	color: #ffffff;

}

.more-a-top {
	text-align: center;
	margin-top: 17px;
}

.more-a-top a {
	cursor: pointer;
	font-size: 16px;
	color: #666666;
}

.more-a-top a i {
	width: 14px;
	height: 8px;
	background: url(../image/pic_xjt_61.png) center no-repeat;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
}

.more-a-top a:hover {
	color: #007fcc;
}

.more-a-top a:hover i {
	background-image: url(../image/pic_xjt_h_61.png);
}

/* product-detail */
.product-detail {
	background: url(../image/pic_pro_bac_02.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}


.product-td-cs .wrap {
	display: flex;
}

.product-detail-cp-left {
	width: calc(100% - 330px);
	box-sizing: border-box;
	padding-right: 100px;
}

.product-detail-cp-right {
	width: 330px;
	margin-left: auto;
}

.product-detail-cp-right .product-list-ul li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 25px;
}

.product-detail-item    .news-list-ul{     flex-wrap: wrap; }

.product-detail-title {
	padding-top: 45px;
	margin-bottom: 20px;
	position: relative;
}

.product-detail-title.titleH {
	margin-bottom: 15px;
}

.product-detail-title::after {
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
	background: #eeeeee;
	height: 3px;
}

.product-detail-title h3 {
	font-size: 36px;
	color: #000000;
	position: relative;
	font-weight: bold;
	padding: 15px 0;
}

.product-detail-title h3::after {
	position: absolute;
	content: "";
	left: 0;
	width: 150px;
	height: 3px;
	background: #007fcc;
	bottom: 0;
	z-index: 1;
}

.product-detail-text p {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}
.product-detail-text table{
	border-collapse: collapse;
}


.product-detail-text h4 {
	font-size: 24px;
	color: #333333;
	margin-bottom: 5px;
}

.txtbox {
	width: 100%;
     /* overflow-x: scroll; */
}
.txtbox  .mCSB_horizontal.mCSB_inside > .mCSB_container{
	    margin-top: 25px;	
}
.txtbox  .mCSB_scrollTools.mCSB_scrollTools_horizontal{
	position: absolute;
    	top: 0;
}
/* 
.txtbox::-webkit-scrollbar {  width:5px;
            height:5px
        }
        
.txtbox::-webkit-scrollbar-thumb {       background-color:#86b2c6;
            border:solid 1px #86b2c6;
            border-radius:2px;
     }
        
.txtbox::-webkit-scrollbar-track {
                  border-radius: 2px;
            background: #fff;
        }
 */
.txtbox table {
	width: 100% !important;
	border-color: #e5e5e5;
	border-collapse: collapse;
}

.txtbox table tr:first-of-type td {
	padding: 10px ;
	color: #ffffff;
	background: #86b2c6 !important;
	font-size: 16px;
}

.txtbox table tr td {
	box-sizing: border-box;
	padding: 8px  !important;
	font-size: 16px  !important;
	color: #666666   !important;
    border-width: 1px !important;
    border-color: rgb(0, 0, 0) !important;
    border-style: solid !important;
	text-align: center;
display: table-cell!important;
    vertical-align: middle!important;
}
.txtbox table tr td p{
	    padding: 5px !important;
}
.product-td-cs {
	padding-bottom: 60px;
}

.product-detail-down {}

.product-down-dl {
	padding-bottom: 40px;
}

.product-down-dl.product-down-dlx {
	padding-bottom: 0px;
}

.product-detail-down .product-down-dl {
	display: none;
}

.product-detail-down .product-down-dl.active {
	display: block;
}

.product-down-dl span {
	font-size: 16px;
	color: #666666;
	text-align: center;
	box-sizing: border-box;
	width: 12%;
	padding: 16px;
}

.product-down-dl span:first-of-type {
	text-align: left;
	padding-left: 25px;
	width: 40%;
}

.product-down-dl dt {
	background: #86b2c6;
}

.product-down-dl dt span {
	color: #ffffff;
	font-size: 16px;
}

.product-down-dl dd {
	background: #ffffff;
	border-bottom: 1px solid #e5e5e5;
}

.product-down-dl dd span {
	padding: 12px 16px;
}

.product-down-dl dt,
.product-down-dl dd {
	display: flex;
	align-items: center;
}

.product-down-dl dd .down-a {
	width: 25px;
	height: 25px;
	background: url(../image/pic_down_07.png) no-repeat;
	background-position: center;
}

.product-down-dl dd a:hover {
	color: #007fcc;
}

.product-down-dl dd .down-a:hover {
	background-image: url(../image/pic_down_hover_07.png);
}
.flex-wrap.news-list-ul{ flex-wrap: wrap; }
.news-list-ul {
	display: flex;
}
.news-list-ul.about-video-list-ul{ flex-wrap: wrap; }
.cggs  .news-list-ul{ flex-wrap: wrap; }
.news-list-ul li {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	box-shadow: 0 2px 6px #cccccc;
}

.news-list-ul li:nth-of-type(4n) {
	margin-right: 0;
}

.news-list-ul li a {
	display: block;
}

.news-list-ul li .news-list-img {
	width: 100%;
	height: 215px;
	overflow: hidden;
}

.news-list-ul li .news-list-img img {
	width: 100%;
	height: 100%;
	transition: all .6s;
}

.news-list-ul li a:hover .news-list-img img {
	transform: scale(1.1);
	transition: all .6s;
}

.news-list-ul li .news-list-text {
	padding: 20px;
	/* box-sizing: border-box; */
	height: 60px;
	display: flex;
	/* justify-content: center; */
	align-items: center;
}

.news-list-ul li .news-list-text p {
	width: 100%;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	transition: 0.6s;
}

.news-list-ul li a:hover p {
	color: #007fcc;
	transition: 0.6s;
}

.center {
	text-align: center;
}

.nei-more-a.center {
	text-align: center;
}

.product-detail {
	background: url(../image/pic_pro_bac_02.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.product-detail-top {
	display: flex;
	flex-wrap: wrap;
}

.product-detail-top-left {
	width: 47%;
}
.solutions{
	width: 47%;
	margin: 0 auto;
}
.product-detail-top-img .product-detail-top-item {
	display: none;
	height: 100%;

	justify-content: center;
	align-items: center;
}

.product-detail-top-img .product-detail-top-item.active {
	display: flex;
}
.product-detail-top-item img {
	width:90%;
}
.product-detail-top-swiper {
	position: relative;
}

.product-detail-top-img .product-detail-top-item video {
	width: 100% !important;
	max-height: 100% !important;
}

.product-detail-top-img .product-detail-top-item iframe {
	width: 100% !important;
	height: 100% !important;
}

.product-detail-top-swiper .swiper-slide {
	background: #ffffff;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px;
	cursor: pointer;
	border: 1px solid #e5e5e5;
}

.product-detail-top-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
}

.product-detail-top-swiper .swiper-button-black {
	opacity: 0.8;
	background-size: 15px;
}

.product-detail-top-swiper .swiper-button-prev {
	left: -30px;
}

.product-detail-top-swiper .swiper-button-next {
	right: -30px;
}

.product-detail-top-img {
	height: 460px;

	background: #ffffff;
	margin-bottom: 25px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

.product-detail-top-right {
	width: 53%;
	box-sizing: border-box;
	padding: 20px 50px;
}

.product-detail-top-right .nei-more-a a {
	padding: 7px 40px;
}

.product-detail-top-right h2 {
	font-size: 30px;
	color: #010101;
	font-weight: bold;
	margin-bottom: 20px;
}

.product-detail-top-right h1 {
	font-size: 30px;
	color: #010101;
	font-weight: bold;
	margin-bottom: 20px;
}

.product-detail-top-text p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.social-share-icon {
	border-color: #89b4c8 !important;
}

#share-1 a {
	display: none;
}

#share-1 a.icon-weibo,
#share-1 a.icon-qq,
#share-1 a.icon-wechat,
#share-1 a.icon-tencent {
	display: inline-block;
}

#share-1 a.icon-weibo:before,
#share-1 a.icon-qq:before,
#share-1 a.icon-wechat:before,
#share-1 a.icon-tencent:before {
	content: "";
	background-image: url(../image/pic_weibo_03.png);
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

#share-1 a.icon-weibo:before {
	background-image: url(../image/pic_weibo_03.png);
}

#share-1 a.icon-qq:before {
	background-image: url(../image/pic_qq_07.png);
}

#share-1 a.icon-wechat:before {
	background-image: url(../image/pic_wechat_05.png);
}

#share-1 a.icon-tencent:before {
	background-image: url(../image/pic_qz_09.png);
}

#share-1 a:hover {
	border-color: #007fcc !important;
}

.product-detail-share {
	display: flex;
	align-items: center;
	margin-top: 50px;
}

.product-detail-share>span {
	font-size: 16px;
	color: #89b4c8;
}


/* cggs */
.nei-search-div {
	margin-bottom: 20px;
}

.nei-search-div p {
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #bfd7e3;
	display: flex;
	align-items: center;
	width: 850px;
	max-width: 75%;
	margin: auto;
	line-height: 48px;
}


.nei-search-div p input {
	width: calc(100% - 115px);
	background: #ffffff;
	border: none;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 16px;
	height: 100%;
	opacity: 0.7;
}

.nei-search-div p input[type="text"] {}

.nei-search-div p label {
	width: 115px;
	color: #ffffff;
	font-size: 16px;
	height: 100%;
	background: url(../image/mo-bac_03.png) left no-repeat;
	background-size: cover;
	text-align: center;
	cursor: pointer;
}

.shaixuan {
	border: 1px solid #deecf3;
	background: #fbfeff;
	box-sizing: border-box;
	padding: 30px 35px;
	margin-bottom: 20px;
}

.leixin,
.leibie {
	display: flex;
}

.leixin span,
.leibie span {
	font-size: 14px;
	color: #666666;
	width: 95px;
	padding-top: 5px;
	box-sizing: border-box;
}

.leixin ul,
.leibie ul {
	width: calc(100% - 95px);
	box-sizing: border-box;
	padding-left: 25px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.leixin ul li,
.leibie ul li {
	margin-bottom: 10px;
}


.leixin ul li a,
.leibie ul li a {
	border-radius: 5px;
	font-size: 14px;
	color: #333333;
	display: block;
	padding: 5px 2px;
	box-sizing: border-box;
	position: relative;
	padding: 5px 29px;
}

.leixin ul li a::after,
.leibie ul li a::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 18px;
	top: 6px;
	right: 0;
	background: #bfd7e3;
}

.leixin ul li a {
	/* padding: 5px 29px; */
}

.leibie ul li {
	/* width: 7.14%; */
}

.leixin ul li a.active,
.leibie ul li a.active {
	background: #86b2c6;
	color: #ffffff;
}

.leixin ul li:first-of-type,
.leibie ul li:first-of-type {
	width: 86px;
}

.leixin ul li:last-of-type a::after,
.leibie ul li:last-of-type a::after {
	display: none;
}

.leixin ul li a:hover,
.leibie ul li a:hover {
	color: #007fcc;
}





/* cggs-detail */
.cggs-share {
	position: relative;
	margin-top: 20px;
}

.cggs-share::after {
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 1px;
	background: #e3edf2;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.cggs-share #share-1 a.icon-qq,
.cggs-share #share-1 a.icon-tencent {
	display: none;
}

.cggs-share #share-1 a {
	border: none !important;
}

.cggs-share #share-1 {
	width: 150px;
	position: relative;
	margin: auto;
	text-align: center;
	background: #ffffff;
	z-index: 3;
}

.cggs-detail-title {
	text-align: center;
}

.cggs-detail-title h3 {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	line-height: 1.65em;
	margin-bottom: 25px;
}

.cggs-detail-title p {}

.cggs-detail-title p span {
	font-size: 16px;
	color: #999999;
	margin: 0 10px;
}

.cggs-detail-text {
	padding: 35px 0;
}

.cggs-detail-text p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 10px;
}
.cggs-detail-text table{
	border-collapse: collapse;
}
.cggs-detail-text h3{
	font-weight: bold;
	font-size: 20px;
    	line-height: 1.8;
}
.cggs-detail-div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}

.cggs-detail-div:first-child {
	padding: 0 0 60px;
}



.cggs-detail-div .cggs-detail-div-img {
	width: 48%;
}

.cggs-detail-div .cggs-detail-div-img img {
	width: 100%;
}

.cggs-detail-div .cggs-detail-div-text {
	width: 48%;
	box-sizing: border-box;
	padding: 30px 0;
}

.cggs-detail-div .cggs-detail-div-text h4 {
	font-size: 24px;
	color: #010101;
	font-weight: bold;
	margin-bottom: 8px;
}

.cggs-detail-div .cggs-detail-div-text h4 span {
	color: #007fcc;
	display: initial;
}

.cggs-detail-div .cggs-detail-div-text p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 15px;
}

.cggs-detail-section-2 .cggs-detail-div:nth-of-type(2n) {
	flex-direction: row-reverse;
}

.cggs-detail-section-5 {
	background: url(../image/pic_cggs_bac_02.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.cggs-detail-section-4 {
	background: url(../image/pic_cggs_bac2_02.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.cggs-tj-slide {
	display: flex;
	flex-wrap: wrap;
}

.cggs-tj-left {
	background: #ffffff;
	box-sizing: border-box;
	padding: 25px;
	width: 49%;
	display: flex;
}

.cggs-tj-img {
	height: auto;
	width: 50%;
}

.cggs-tj-img img {
	width: 100%;
	height: 100%;
max-height: 212px;
}

.cggs-tj-img a {
	display: block;
	height: 100%;
}

.cggs-tj-text {
	width: 50%;
	box-sizing: border-box;
	padding: 25px 0 0 25px;
}

.cggs-tj-text h4,
.cggs-text-hover h4 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 5px;
}

.cggs-tj-text h4 a:hover {
	color: #007fcc;
}

.cggs-tj-p {
	height: auto;
}

.cggs-tj-p p {
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.cggs-tj-text .nei-more-a a {
	color: #87b2c7;
	background-image: url(../image/pic_a_bai_03.png);
}

.cggs-tj-text .nei-more-a a:hover {
	background-image: url(../image/a-h.png);
	color: #ffffff;
}



.cggs-tj-right {
	background: #ffffff;
	box-sizing: border-box;
	padding: 25px;
	width: 49%;
	margin-left: auto;
display:flex;
}



.cggs-text-hover {
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 10px 20px;
}

.cggs-text-hover h4 {
	color: #ffffff;
	transition: 0.6s;
}

.cggs-tj-right a h4:hover {
	color: #007fcc;
	transition: 0.6s;
}

.cggs-tj-right a {
	position: relative;
}

.cggs-tj-right .cggs-tj-img {
	width: 50%;
}

.cggs-tj {
	position: relative;
}

.cggs-tj .swiper-button-white {
	width: 45px;
	height: 45px;
	background-color: #007fcc;
	border-radius: 100%;
	background-size: 12px;
}

.cggs-tj .swiper-button-prev {
	left: -70px;
}

.cggs-tj .swiper-button-next {
	right: -70px;
}

/* 404 */
.section-404 {
	text-align: center;
	padding: 3% 0 7%;
    	box-sizing: border-box;
	border-top: 3px solid #ccc;
}

.section-404 p {
	font-size: 24px;
	color: #999999;
	margin-bottom: 30px;
}

/* fzlm */
.fzlm {
	background: url(../image/pic_fzlm_02.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 40px;
}

.fzlm-text {
	box-sizing: border-box;
	padding: 30px 40px;
	border-top: 1px solid #dfebf0;
}

.fzlm-text h4 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 8px;
}

.fzlm-text p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.fzlm-text h5 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 30px;
}

.webmap-list {}

.webmap-list>div {
	margin-bottom: 25px;
}

.webmap-list h2 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
}

.webmap-list h3 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	box-sizing: border-box;
	padding-left: 10px;
	margin-bottom: 8px;
}

.webmap-list ul {
	display: flex;
	margin-bottom: 20px;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding-left: 30px;
}

.webmap-list ul li {
	width: 20%;
	margin-bottom: 5px;
}

.webmap-list ul li a {
	font-size: 14px;
	color: #666666;
	box-sizing: border-box;
	padding-left: 15px;
	background: url(../image/pic_jjt_03.png) left no-repeat;
}

.webmap-list ul li a:hover {
	color: #007fcc;
}

/* ywzx-ul-list */
.ywzx-ul-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 25px;
}

.ywzx-ul-list li {
	width: 48%;
	margin-bottom: 20px;
}

.ywzx-ul-list li.bz {
	width: 100%;
}

.ywzx-ul-list li textarea {
	width: 100%;
	height: 125px;
	resize: none;
	background: #ffffff;
	border: 1px solid #bfd7e3;
	box-sizing: border-box;
	padding: 10px;
	display: block;
}


#vimg {
    position: absolute;
}



.ywzx-ul-list .radio-li {
	width: 100%;
}

.ywzx-ul-list .radio-li div {
	display: flex;
}

.ywzx-ul-list .radio-li p {
	display: flex;
	align-items: center;
	margin-right: 40px;
}

.ywzx-ul-list .radio-li div label {
	margin-bottom: 0;
	font-size: 16px;
	color: #666666;
	margin-left: 15px;
}

.ywzx-ul-list .radio-li input {
	width: 16px;
	height: 16px;
}




.ywzx-ul-list li label {
	display: block;
	font-size: 16px;
	color: #666666;
	margin-bottom: 10px;
}

.ywzx-ul-list li {
	position: relative;
}

.ywzx-ul-list li .select-ul {
	width: 100%;
	position: absolute;
	background-color: #fff;

}

.ywzx-ul-list li .select-ul li {
	margin: 0;
	padding: 5px 0;
	font-size: 16px;
}

.ywzx-ul-list li input {
	width: 100%;
	background: #ffffff;
	border: 1px solid #bfd7e3;
	box-sizing: border-box;
	padding: 10px;
	height: 50px;
}

.ywzx-ul-list li .option-item {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}

.ywzx-ul-list .combo-arrow:before {
	border: none;
	content: url(../image/xljt.png);
	top: -14px;
	right: 50px;
}

.ywzx-ul-list .select-box-div {
	margin-bottom: 0px;
}

.ywzx-ul-list .select-box-div .combo-select {
	margin-bottom: 0px;
}

.ywzx-ul-list .select-div-year {
	width: 100%;
}

/* .ywzx-ul-list li select {
	width: 100%;
	background: #ffffff;
	border: 1px solid #bfd7e3;
	box-sizing: border-box;
	padding: 10px;
	height: 50px;
	background-image: url(../image/xljt.png);
	background-repeat: no-repeat;
	background-size: 3%;
	background-position: 550px 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ywzx-ul-list li select option {
	font-size: 16px;
	line-height: 1.5em;
} */
.tijiao-btn {
	background: #007fcc;
	color: #ffffff;
	border: none;
	display: block;
	margin: auto;
	cursor: pointer;
	padding: 12px 60px;
	font-size: 16px;
	transition: 0.6s;
}

.tijiao-btn:hover {
	opacity: 0.8;
	transition: 0.6s;
}

.reset-btn {
	background: #333;
	color: #ffffff;
	border: none;
	display: block;
	margin: auto;
	cursor: pointer;
	padding: 12px 70px;
	font-size: 16px;
	transition: 0.6s;
}

.reset-btn:hover {
	opacity: 0.8;
	transition: 0.6s;
}

/* yjfk */
.yjfk-ul-list {
	display: flex;
	flex-wrap: wrap;
	padding: 25px;
}

.yjfk-ul-list-left {
	width: 50%;
	box-sizing: border-box;
	padding-right: 50px;
	margin-bottom: 20px;
}

.yjfk-ul-list-left li:last-of-type {
	margin-bottom: 0;
}

.yjfk-ul-list-right {
	width: 50%;
}

.yjfk-ul-list-right div {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.yjfk-ul-list li {
	width: 100%;
	box-sizing: border-box;
}

.yjfk-ul-list li:last-of-type {
	width: 100%;
}

.yjfk-ul-list li {
	margin-bottom: 20px;
}

.yjfk-ul-list li label {
	display: block;
	font-size: 16px;
	color: #666666;
	margin-bottom: 10px;
}

.yjfk-ul-list li input {
	width: 100%;
	background: #ffffff;
	border: 1px solid #bfd7e3;
	box-sizing: border-box;
	padding: 10px;
	height: 50px;
}
.yjfk-ul-list li  #cCode{

    width: calc(50% - 50px);
}
 #vimg{
	height: 50px;
width:auto;
}
.zxbx-ul-list li  #vimg{
	    position: absolute;
    left: 100%;
}
.zxbx-ul-list li{

    position: relative;
}

.yjfk-ul-list li textarea {
	width: 100%;
	height: 100px;
	resize: none;
	background: #ffffff;
	border: 1px solid #bfd7e3;
	box-sizing: border-box;
	padding: 10px;
	display: block;
}

.yjfk-ul-list .yjfk-ul-list-left li:last-of-type textarea {
	height: 100px;
}

.yjfk-ul-list li:last-of-type textarea {
	height: 125px;
}

.yjfk-ul-list li .select-div-year {
	width: 100%;
}

.yjfk-ul-list li .select-div-year li {
	margin-bottom: 0;
}

.yjfk-ul-list li .combo-input {
	color: #999999;
	font-size: 14px;
}

/* sqyz-box */
.sqyz-text {
	padding: 60px;
}

.sqyz-box {
	margin-bottom: 30px;

}

.sqyz-box .nei-search-div p {
	line-height: 48px;
	margin-left: 0;
}

.sqyz-box .select-div-year {
	width: 420px;
}

.sqyz-box .combo-input {
	padding: 12px 15px;
	color: #999999;
}

.sq-title {
	margin-bottom: 15px;
}

.sq-title h3 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}

.exg-p {}

.exg-p p {
	color: #c0c0c0;
}

.search-jieguo {
	margin-top: 15px;
	
    text-align: center;
}
.search-jieguo h3{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
.search-jieguo h3::after{
	position: absolute;
	top:100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: block;
	content: '';
	width: 300px;
	height: 3px;
	background: #007fcc;
    border-radius: 50px;
	
}
.search-jieguo-show img{
	width: 45px;
}
.search-jieguo p a:hover {
	color: #007fcc;
}

.search-jieguo p {
	margin: 35px;
}

.search-jieguo p a {
	border-bottom: 1px solid #bfd7e3;
	color: #333333;
}


/* search */
.search-box {}

.search-box .nei-search-div {
	margin-top: 35px;
}

.search-box .nei-search-div p {
	line-height: 48px;
}

.search-box .nei-search-div p label,
.wxjd-box .nei-search-div p label,
.fwcx-box .nei-search-div p label {
	background: #007fcc;
}

.search-tab-a {
	display: flex;
	justify-content: center;
	margin: 35px 0;
}

.search-tab-a a {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin: 0 15px;
	cursor: pointer;
}

.search-tab-a a.active {
	color: #007fcc;
}

.search-tab-list .search-tab-item {
	display: none;
}

.search-tab-list .search-tab-item.active {
	display: block;
}

.search-tab-list {
	min-height: 450px;
}

.search-tab-ul {}

.search-tab-ul li {
	border-bottom: 1px solid #d3e4eb;
	display: flex;
	align-items: center;
	padding: 18px 10px;
}

.search-tab-ul li:first-of-type {
	border-top: 1px solid #d3e4eb;
}

.search-tab-ul li a:hover {
	color: #007fcc;
}

.search-tab-ul li>span {
	font-size: 16px;
	color: #999999;
	width: 200px;
	box-sizing: border-box;
	background: url(../image/pic_lan_jt_03.png) left no-repeat;
	padding-left: 45px;
}

.search-tab-ul li h4 {
	font-size: 16px;
	color: #333333;
	width: calc(100% - 330px);
	margin-bottom: 0;
	line-height: normal;
}
.search-tab-ul li h4 a{
	cursor:pointer;
}
.search-tab-ul li i {
	width: 130px;
	text-align: center;
	box-sizing: border-box;
	font-size: 14px;
	color: #999999;
}

/* zlxz-list */
.zlxz-list .product-down-dl span {
	font-size: 16px;
	color: #999999;
}

.zlxz-list .product-down-dl dt span {
	color: #ffffff;
}

/* fwlc */
.fwlc-box {
	box-sizing: border-box;
	/* padding: 35px; */
}

.fwlc-box h4 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 8px;
	font-weight: bold;
}

.fwlc-box p {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}

.nei-title p {
	font-size: 18px;
	color: #666666;
	line-height: 30px;
}

.nei-title h2 {
	margin-bottom: 20px;
}

.zzfw-list-ul {
	display: flex;
	flex-wrap: wrap;
}

.zzfw-list-ul li {
	width: 23.5%;
	margin-right: 2%;
	box-sizing: border-box;
	box-shadow: 0 0 6px #cccccc;

}

.zzfw-list-ul li:nth-of-type(4n) {
	margin-right: 0;
}

.zzfw-list-ul li .zzfw-list-img {
	height: 220px;
	overflow: hidden;
}

.zzfw-list-ul li .zzfw-list-img img {
	width: 100%;
	height: 100%;
}

.zzfw-list-ul li .zzfw-list-img a {
	display: block;
	height: 100%;
}

.zzfw-list-ul li .zzfw-list-text {
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 30px 0;
	box-sizing: border-box;
}

.zzfw-list-ul li .zzfw-list-text img {
	width: 40px;
	height: 40px;
	display: block;
	margin: auto;
	margin-bottom: 15px;
}

.zzfw-list-ul li .zzfw-list-text a {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	display: block;
}

.zzfw-list-ul li .zzfw-list-text a:hover {
	color: #007fcc;
}

.lxxx-ul-list {
	display: flex;
	flex-wrap: wrap;
}

.lxxx-ul-list li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
	box-shadow: 0 0 6px #cccccc;
	border-radius: 10px;
	border: 1px solid #daedf6;
	text-align: center;
	padding: 35px;
}

.lxxx-ul-list li:nth-of-type(3n) {
	margin-right: 0;
}

.lxxx-ul-list li .lxxx-img {
	width: 50px;
	height: 50px;
	margin: auto;
	line-height: 50px;
	margin-bottom: 20px;
}

.lxxx-ul-list li .lxxx-img img {
	max-height: 50px;
}

.lxxx-ul-list li h4 {
	font-size: 24px;
	color: #000000;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

.lxxx-ul-list li p {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.lxxx-ul-list li a:hover {
	color: #007fcc;
}


.padd-35 {
	padding: 35px;
}

.zxbx-ul-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 25px 0;
}

.zxbx-ul-list li {
	width: 45%;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}

.zxbx-ul-list li label {
	width: 80px;
	font-size: 16px;
	color: #666666;
	text-align: right;
	box-sizing: border-box;
	padding-right: 30px;
}

.zxbx-ul-list li input {
	border: 1px solid #bfd7e3;
	background: #ffffff;
	height: 50px;
	width: calc(100% - 50px);
	box-sizing: border-box;
	padding: 0 15px;
}

.zxbx-ul-list li textarea {
	border: 1px solid #bfd7e3;
	background: #ffffff;
	/* height: 50px; */
	width: calc(100% - 50px);
	box-sizing: border-box;
	padding: 0 15px;
}

.wxjd-box,
.fwcx-box,
.fwwl-box {
	padding: 60px;
	box-sizing: border-box;
}

.wxjd-text {
	text-align: center;
}

.wxjd-text p {
	font-size: 18px;
	color: #666666;
	line-height: 30px;
}

.wxjd-swiper {}

.wxjd-swiper .swiper-container {
	position: relative;
	padding-top: 50px;
}

.wxjd-swiper .swiper-container::after {
	position: absolute;
	content: "";
	left: 0;
	top: 15px;
	width: 100%;
	border-top: 1px dashed #86b2c6;
	border-width: 2px;
}

.wxjd-swiper .swiper-container .swiper-slide {
	padding: 0 20px;
	height: auto;
	box-sizing: border-box;
	position: relative;
}

.wxjd-swiper .swiper-container .swiper-slide::after {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	background: #ffffff;
	border-radius: 100%;
	border: 1px solid #86b2c6;
	box-sizing: border-box;
	left: 40%;
	top: -40px;
}

.wxjd-swiper .swiper-container .swiper-slide:before {
	position: absolute;
	content: "";
	background: #ffffff;
	left: 39%;
	top: -8px;
	width: 15px;
	height: 15px;
	border-left: 1px solid #86b2c6;
	border-top: 1px solid #86b2c6;
	transform: rotateZ(45deg);
	/* border-left: 50px solid transparent;
	    border-right: 50px solid transparent;
	    border-bottom: 100px solid #86b2c6; */
}

.wxjd-swiper .swiper-container p {
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}

.wxjd-swiper .swiper-container span {
	color: #007fcc;
}

.wxjd-slide-text {
	box-sizing: border-box;
	padding: 15px;
	height: 100%;
	border: 1px solid #86b2c6;
	border-radius: 5px;
	background: #ffffff;
}

.wxjd-swiper .swiper-button-white {
	background-size: 10px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #86b2c6;
	top: 24px;
}

.wxjd-swiper .swiper-button-white.swiper-button-disabled {
	opacity: 0;
}

/* fwcx */
.fwcx-dl-list {}

.fwcx-dl-list dt,
.fwcx-dl-list dd {
	display: flex;
	justify-content: center;
	text-align: center;
	border-bottom: 1px solid #d3e4eb;
	padding: 20px;
	box-sizing: border-box;
}

.fwcx-dl-list dt span,
.fwcx-dl-list dd span {
	width: 50%;
	font-size: 16px;
}

.fwcx-dl-list dt span {
	color: #333333;
	font-weight: bold;
}

.fwcx-dl-list dd span {
	color: #666666;
}

/* fwzc-list-box */
.fwzc-list-box {
	padding-bottom: 40px;
	background: url(../image/pic_fzlm_02.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.fwzc-list-box .fw-ul {
	margin-top: 0;
}

.xilie-tuijian {
	padding: 20px 35px 10px;
}

.xilie-tuijian .leixin li:first-of-type {
	width: auto;
}


.pxsp-ul-list li .news-list-img {
	position: relative;
}

.pxsp-ul-list li .news-list-img::after {
	position: absolute;
	content: "";
	width: 36px;
	height: 36px;
	right: 20px;
	bottom: 20px;
	background: url(../image/pic_play_03.png) no-repeat;
	background-position: center;
}

.pxsp-detail-section-1 {
	background: url(../image/pic_bac_bg_02.jpg) no-repeat;
	background-position: left;
	background-size: cover;
}

.ysbh {
	padding-top: 1px;
}

/* pxsp-video */
.pxsp-video {
	text-align: center;
}

.pxsp-video video {
	max-width: 810px;
	max-height: 500px;
	margin: auto;
}

.pxsp-detail-text ul,.pxsp-detail-text li{
	list-style: initial;
}

.pxsp-detail-text p {
	color: #333333;
	margin-bottom: 5px;
	line-height: 30px;
	font-size: 16px;
	/* text-indent: 2em !important;
	margin: 1em 0 !important;
    line-height: 1.5em !important; */
}

.pxsp-detail-text span {
	display: unset;
}

.pxsp-detail-text a {
	display: unset;
}

.pxsp-detail-text iframe{
width: 800px;
    height: 515px;
}
.pxsp-detail-text p strong {

}
.list-paddingleft-2{
	margin-left: 30px;
}
.pxsp-detail-text dt p {
	color: #333333;
	position: relative;
	box-sizing: border-box;
	padding-left: 20px;
}

.pxsp-detail-text dt p::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #86b2c6;
	left: 0;
	top: 10px;
}

.pxsp-detail-text dd p {
	color: #666666;
	box-sizing: border-box;
	padding-left: 20px;
}

.page-to-div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #e5e5e5;
	padding-top: 30px;
}

.page-to-div .page-to-btn {
	width: calc((100% - 300px)/2);
	box-sizing: border-box;

}

.page-to-div .nei-more-a {
	width: 200px;
	margin-top: 0;
}

.page-to-div .page-to-prev {
	background: url(../image/pic_left_07.png) left no-repeat;
	box-sizing: border-box;
	padding-left: 25px;
}

.page-to-div .page-to-next {
	text-align: right;
	background: url(../image/pic_right_10.png) right no-repeat;
	box-sizing: border-box;
	padding-right: 25px;
}

.page-to-div .page-to-btn a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	color: #86b2c6;
	font-size: 16px;
}

.page-to-div .page-to-btn a:hover {
	color: #007fcc;
}

.fwwl-box {}

.fwwl-box h3 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
}

.fwwl-list-ul {
	display: flex;
	flex-wrap: wrap;
}

.fwwl-list-ul li {
	width: 50%;
	box-sizing: border-box;
	padding-right: 35px;
	margin-bottom: 20px;
}

.fwwl-list-ul li h5 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	position: relative;
	padding: 15px 0;
	margin-bottom: 15px;
}

.fwwl-list-ul li h5::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 45px;
	background: #007fcc;
}

.fwwl-list-ul li p {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}
.fwwl-list-ul li p a{
	color:inherit;
}

.fwwl-num {
	margin-top: 30px;
	/* border-top: 1px solid rgba(134, 178, 198, 0.38); */
	padding-top: 30px;
}

.fwwl-num ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.fwwl-num ul li {
	text-align: center;
	/* padding: 0 4%; */
	box-sizing: border-box;
	position: relative;
	width: 25%;
}

.fwwl-num ul li::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	right: 0;
	background: #dbdbdb;
	top: 0%;
	display: none;
}

.fwwl-num ul li .num-div {
	/* margin-bottom: 10px; */
}

.fwwl-num ul li .num-div b {
	font-size: 48px;
	color: #86b2c6;
	font-weight: bold;
	margin-right: 5px;
	letter-spacing: 3px;
}

.fwwl-num ul li .num-div span {
	font-size: 48px;
	color: #86b2c6;
	font-weight: bolder;
	font-weight: bold;
	line-height: 50px;
}

.fwwl-num ul li p {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #000000;
}

/* case */
.case-nei-tab-list li a {
	display: flex;
	align-items: center;
}

.case-nei-tab-list li a img {
	max-width: 30px;
	height: 30px;
	margin-right: 15px;
}

.case-list-ul {
	display: none;
	flex-wrap: wrap;
}
.case-list-ul.active {
	display: flex;
	flex-wrap: wrap;
}

.case-list-ul li {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
	transition: 0.5s;
}

.case-list-ul li:nth-of-type(4n) {
	margin-right: 0;
}

.case-list-ul li a {
	display: block;
}

.case-list-ul li a .case-list-img {
	height: 210px;
	overflow: hidden;
}

.case-list-ul li a .case-list-img img {
	height: 100%;
	width: 100%;
	transition: 0.5s;
}

.case-list-ul li a .case-list-text {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	height: 70px;
}

.case-list-ul li a .case-list-text p {
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	transition: 0.6s;
}

.case-list-ul li a:hover .case-list-text p {
	color: #007fcc;
	transition: 0.6s;
}

.case-list-ul li:hover {
	box-shadow: 0 0 6px #bababa;
	transition: 0.6s;
}

.case-list-ul li:hover a .case-list-img img {
	transform: scale(1.05);
	transition: 0.6s;
}


/* case-list */
.nei-banner {
	position: relative;
}

.nei-banner .nei-banner-text {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	top: 65%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.nei-banner .nei-banner-text h2 {
	display: none;
	font-size: 48px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 0 1px 1px #333333;
}

.nei-banner .nei-banner-text p {
	display: none;
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 10px;
	text-shadow: 0 1px 1px #333333;
}

.nei-banner .nei-banner-text a {
	font-size: 16px;
	color: #ffffff;
	background: #007fcc;
	border-radius: 10px;
	padding: 10px 50px;
}

.nei-banner .nei-banner-text a:hover {
	opacity: 0.9;
	box-shadow: 0 0 6px #ffffff;
}

.case-list-section-1 {
	background: url(../image/haikou_bg_01_02.jpg) no-repeat;
	background-size: 100%;
	background-position-y: 70%;
}

.case-list-section-1.padd-60 {
	padding-bottom: 0;
	margin-bottom: 40px;
}

.case-list-jieshao {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 40px;
}

.case-list-jieshao .case-list-jieshao-left {
	width: 40%;
	overflow: hidden;
}

.case-list-jieshao .case-list-jieshao-left img {
	width: 100%;
	max-height: 460px;
}

.case-list-jieshao .case-list-jieshao-right {
	width: calc(100% - 40%);
	box-sizing: border-box;
	padding-left: 50px;
}

.case-list-jieshao .case-list-jieshao-right h2 {
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	padding: 15px 0 12px;
	position: relative;
	margin-bottom: 25px;
	line-height: 1em;
}

.case-list-jieshao .case-list-jieshao-right h2::after {
	position: absolute;
	content: "";
	left: 0;
	/* right: 0;
	    margin: auto; */
	bottom: 0;
	width: 74px;
	height: 3px;
	background: #007fcc;
	border-radius: 50px;
}

.case-list-jieshao .case-list-jieshao-right h1 {
	font-size: 38px;
	color: #000000;
	font-weight: bold;
	padding: 15px 0 12px;
	position: relative;
	margin-bottom: 25px;
	line-height: 1em;
}

.case-list-jieshao .case-list-jieshao-right h1::after {
	position: absolute;
	content: "";
	left: 0;
	/* right: 0;
	    margin: auto; */
	bottom: 0;
	width: 74px;
	height: 3px;
	background: #007fcc;
	border-radius: 50px;
}

.case-list-jieshao .case-list-jieshao-right p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 10px;
}

.case-list-div-tab {
	display: flex;
	justify-content: space-evenly;
	padding: 0 0 15px;
}

.case-list-div-tab a {
	font-size: 18px;
	color: #666666;
	cursor: pointer;
	position: relative;
	background-position: left;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 45px;
}

.case-list-div-tab a i {
	display: inline-block;

}

.case-list-div-tab a.icon1 {
	background-image: url(../image/pic_case_icon_03.png);
}

.case-list-div-tab a.icon2 {
	background-image: url(../image/pic_case_icon_11.png);
}

.case-list-div-tab a.icon3 {
	background-image: url(../image/pic_case_icon_05.png);
}

.case-list-div-tab a.icon4 {
	background-image: url(../image/pic_case_icon_08.png);
}
.case-list-div-tab a{
	    padding-left: 0px !important;
	background-image: none !important;
}
.case-list-div-tab a.active.icon1 {
	background-image: url(../image/pic_case_icon_h_03.png);
}

.case-list-div-tab a.active.icon2 {
	background-image: url(../image/pic_case_icon_h_11.png);
}

.case-list-div-tab a.active.icon3 {
	background-image: url(../image/pic_case_icon_h_05.png);
}

.case-list-div-tab a.active.icon4 {
	background-image: url(../image/pic_case_icon_h_08.png);
}


.case-list-div-tab a.active {
	color: #007fcc;
}

.case-list-div-tab a.active::after {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -25px;
	background: #ffffff;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	transform: rotateZ(-45deg);
	border-radius: 5px;
}

.case-list-div-tab a.active::before {
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -20px;
	background: #007fcc;

	transform: rotateZ(-45deg);
	z-index: 2;
}


.case-list-div-tab a:hover {
	color: #007fcc;
}

.case-list-tab-box {
	background: #ffffff;
	border-top: 1px solid #e5e5e5;
	padding: 40px;
	box-sizing: border-box;
}

.case-list-tab-box .case-list-item {
	display: none;

}

.case-list-tab-box .case-list-item.active {
	display: block;

}

.case-list-top-box .case-list-top-item {
	display: none;
	margin-top: 20px;
}

.case-list-top-box .case-list-top-item.active {
	display: flex;

}

.case-list-item-swiper {
	width: 55%;
	border-bottom: 1px solid #dcdcdc;
}

.case-list-item-swiper .swiper-slide {
	text-align: center;
	width: auto;
}

.case-list-item-swiper .swiper-slide:first-of-type {
	text-align: center;
}

.case-list-item-swiper .swiper-button-disabled {
	display: none;
}

.case-list-item-swiper .swiper-slide a {
	color: #333333;
	font-size: 16px;
	cursor: pointer;
	padding: 15px 10px;
	font-weight: bold;
	position: relative;
}

.case-list-item-swiper .swiper-slide.active a::after {
	position: absolute;
	width: 100%;
	content: "";
	height: 3px;
	background: #007fcc;
	border-radius: 10px;
	bottom: 0;
	left: 0;
    display: none;

}

.case-list-item-swiper .swiper-slide.active a {
	color: #007fcc;
}

.case-list-top-text {
	width: 55%;
	box-sizing: border-box;

	/* padding-right: 80px; */
}

.case-list-top-img {
	width: 35%;
	margin-left: auto;
}

.case-list-top-img img {
	height: auto;
	width: 100%;
}

.case-list-top-text h4 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}

.case-list-top-p {
	max-height: 300px;
	overflow-y: scroll;
	padding-right: 20px;
}
.case-list-top-p::-webkit-scrollbar {  width:5px;
            height:5px
        }
        
.case-list-top-p::-webkit-scrollbar-thumb {       background-color:#86b2c6;
            border:solid 1px #86b2c6;
            border-radius:2px;
     }
        
.case-list-top-p::-webkit-scrollbar-track {
                  border-radius: 2px;
            background: #fff;
        }
.case-list-item .swiper-wrapper{    overflow-x: scroll;}
.case-list-item .swiper-wrapper::-webkit-scrollbar {  width:5px;
            height:3px
        }
.case-list-item .swiper-wrapper::-webkit-scrollbar-thumb {       background-color:#86b2c6;
            border:solid 1px #86b2c6;
            border-radius:2px;
     }
        
.case-list-item .swiper-wrapper::-webkit-scrollbar-track {
                  border-radius: 2px;
            background: #fff;
        }
.case-list-top-p table {
	width: 100% !important;
	border-color: #e5e5e5;
	border-collapse: collapse;
}
.case-list-top-p p {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
/* scrollbar-face-color 滚动条凸出部分的颜色
scrollbar-shadow-color 立体滚动条阴影的颜色
scrollbar-highlight-color 滚动条空白部分的颜色
scrollbar-3dlight-color 滚动条亮边的颜色
scrollbar-darkshadow-color 滚动条强阴影的颜色
scrollbar-track-color 滚动条的背景颜色
scrollbar-arrow-color 上下按钮上三角箭头的颜色
scrollbar-base-color  滚动条的基本颜色
 */

.case-list-item-swiper{ 
	overflow: hidden; 
}
.case-list-item-swiper::-webkit-scrollbar {  width:5px;
            height:5px
        }
        
.case-list-item-swiper::-webkit-scrollbar-thumb {       background-color:#86b2c6;
            border:solid 1px #86b2c6;
            border-radius:2px;
     }
        
.case-list-item-swiper::-webkit-scrollbar-track {
                  border-radius: 2px;
            background: #fff;
        }
.case-list-section-3 {
	background: url(../image/pic_aboutcggs_02.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.case-list-section-3.cgal-bg {
	background: url(../image/banner_cgal_bg_02.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.case-list-section-4 {
	background: url(../image/pic_cggs_bac_02.jpg) no-repeat;
}

.case-list-news {
	display: flex;
}

.case-list-news-left {
	background: #ffffff;
	box-sizing: border-box;
	padding: 30px;
	width: 43%;
}

.case-list-news-left .case-list-news-img {
	height: auto;
	width: 100%;
	overflow: hidden;
}

.case-list-news-left .case-list-news-img a {
	display: block;
    	text-align: center;
    	height: 100%;
}

.case-list-news-left .case-list-news-img img {
	width: auto;
    	height: 100%;
    	max-height: 361px;
}

.case-list-news-text {
	padding-top: 20px;
}

.case-list-news-text h4,
.case-list-news-text h4 a {
	font-size: 18px;
	color: #333333;
	/* font-weight: bold; */
line-height: 30px;
	height: 30px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.case-list-news-text h4 a:hover {
	color: #007fcc;
}

.case-list-news-text p {
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	margin-top: 5px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.case-list-news-slide-text p{
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	height: 60px;
	margin-top: 5px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.case-list-news-text {}

.case-list-news-right {
	background: #ffffff;
	box-sizing: border-box;
	padding: 30px;
	width: 55%;
	margin-left: auto;
	overflow: hidden;
}

.case-list-news-right .case-list-news-swiper {
	height: 100%;
	overflow: hidden;
}
.case-list-news-right .case-list-news-swiper>div{height: 100%;}
.case-list-news-right .case-list-news-swiper .swiper-wrapper{display:block;}
.case-list-news-right .case-list-news-swiper .swiper-container {
	height: 100%;
}

.case-list-news-right .case-list-news-swiper .swiper-slide {
	box-sizing: border-box;
	padding-right: 30px;
	height: 33.33%;
	padding-top: 0;
	display:block;
}


.case-list-news-right .case-list-news-swiper .case-list-news-div {
	display: flex;
	border-bottom: 1px solid #e5e5e5;
	padding: 25px  0;
	height: 100%;
    	box-sizing: border-box;
}

.case-list-news-div .case-list-news-slide-img {
	width: 190px;
	height: auto;
	overflow: hidden;
	max-height: 135px;
text-align: center;
}

.case-list-news-div .case-list-news-slide-img a {
	display: inline-block;
    height: 95%;
    text-align: center;
}

.case-list-news-div .case-list-news-slide-img img {
	width: 100%;
	height: auto;
    max-height: 100%;
}

.case-list-news-slide-text {
	width: calc(100% - 190px);
	box-sizing: border-box;
	padding-left: 25px;
}

.case-list-news-slide-text h4,
.case-list-news-slide-text h4 a {
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.case-list-news-slide-text h4 {
	margin: 10px 0 10px;
}

.case-list-news-slide-text h4 a:hover {
	color: #007fcc;
}

.case-list-news-slide-text>a {
	font-size: 14px;
	color: #87b2c7;
}

.case-list-news-slide-text>a:hover {
	color: #007fcc;
}


.case-list-news-swiper .swiper-scrollbar-drag {
	background: #007fcc;
}

.case-list-news-swiper .swiper-scrollbar {
	background: #eeeeee;
}

.case-lianxi {
	background: url(../image/pic_lianxi_19.jpg) no-repeat;
	background-position: center;
	background-size: 100% 100%;
	padding: 50px 0;
}

.case-lianxi-text {
	display: flex;
	align-items: center;
	justify-content: center;

}

.case-lianxi-text p {
	font-size: 24px;
	color: #333333;
	margin-right: 20px;
}

.case-lianxi-text a {
	font-size: 16px;
	color: #ffffff;
	border-radius: 5px;
	padding: 10px 50px;
	background: #007fcc;
}

.case-lianxi-text a:hover {
	opacity: 0.8;
}

/* case-detail */
.case-detail-section-1 {
	background: url(../image/pic_case_list02_02.jpg) no-repeat;
	background-size: 100%;
	background-position-y: 70%;
}

.case-detail-section-1.sts {
	background: url(../image/banner_sts_bg_01_02.jpg) no-repeat;
	background-size: cover;
}

.case-detail-section-3 {
	background: url(../image/pic_cggs_bac2_02.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.case-detail-section-3.cgal-bg {
	background: url(../image/banner_cgal_bg_02.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.case-detail-section-3.cgal-detail {
	background: url(../image/pic_cggs_bac_02.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.case-detail-section-4 {
	background: url(../image/pic_cggs_bac_02.jpg) no-repeat;
}

.case-detail-casebox {
	background: #ffffff;
	box-sizing: border-box;
	padding: 50px;
}

.case-detail-casebox .span-biao {
	font-size: 18px;
	color: #ffffff;
	background: url(../image/mo-bac_03.png) no-repeat;
	background-size: 100% 100%;
	padding: 2px 35px;
	margin-bottom: 25px;
}

.case-detail-item-img {
	text-align: center;
	margin-bottom: 30px;
}

.case-detail-div-item>p {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}
.case-detail-div-item p img{
	margin: 20px  0;
	/*max-width: 60%;*/
}
.case-detail-div-item   table { border-collapse: collapse; }
.case-detail-div-item>h4 {
	padding: 25px 0;
	margin-top: 25px;
	font-size: 18px;
	color: #333333;
	border-top: 1px solid #e5e5e5;
	font-weight: bold;
}

.case-detail-div-item ul {
	display: flex;
	flex-wrap: wrap;
}

.case-detail-div-item ul li {
	width: 33.33333%;
	box-sizing: border-box;
	padding-right: 45px;
	display: flex;
	margin-bottom: 30px;
}

.case-detail-div-item ul li span {
	border-radius: 100%;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #86b2c6;
}

.case-detail-div-item ul li p {
	width: calc(100% - 30px);
	box-sizing: border-box;
	padding-left: 15px;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}
.case-detail-div-item ul li p:first-of-type {
	width: initial;
}
.case-detail-div-item ul li p:last-of-type {
	width: calc(100% - 30px);
}
.nei-banner .nei-banner-text-right>div {
	width: 500px;
	text-align: left;
	margin-left: auto;
	left: auto;
	right: 0;
}

.nei-banner .nei-banner-text-right h2 {
	font-size: 36px;
	color: #ffffff;
	font-weight: bolder;
	text-shadow: none;
}

.nei-banner .nei-banner-text-right p {
	text-shadow: none;
	color: #ffffff;
	font-size: 18px;
	line-height: 36px;
}

.nei-banner .nei-banner-text-right a {
	padding: 12px 35px;
	/* margin-top: 20px; */
}

/* about--news */


.about-news-swiper .swiper-slide {
	display: flex;
	background: #f5f8fa;
}

.about-news-swiper .swiper-slide .about-news-slide-img {
	width: auto;
	overflow: hidden;
	height: 240px;
}

.about-news-swiper .swiper-slide .about-news-slide-img a {
	display: block;
	width: 100%;
	height: 100%;
}

.about-news-swiper .swiper-slide .about-news-slide-img img {
	height: 100%;
	width: 300px;
}

.about-news-swiper .swiper-slide .about-news-slide-text {
	width: calc(100% - 380px);
	box-sizing: border-box;
	padding: 30px 100px 20px 50px;
}

.about-news-swiper .swiper-slide .about-news-slide-text h4 {
	margin-bottom: 10px;
}

.about-news-swiper .swiper-slide .about-news-slide-text h4,
.about-news-swiper .swiper-slide .about-news-slide-text a {
	font-size: 18px;
	color: #333333;
}

.about-news-swiper .swiper-slide .about-news-slide-text a:hover {
	color: #007fcc;
}

.about-news-swiper .swiper-slide .about-news-slide-text p {
	font-size: 16px;
	color: #8e9193;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}

.about-news-swiper .swiper-button-black {
	background-size: 16px;
	opacity: 0.4;
	top: auto;
	bottom: 20px;
}

.about-news-swiper .swiper-button-black.swiper-button-disabled {
	opacity: 0.1;
}

.about-news-swiper .swiper-button-prev {
	left: auto;
	right: 115px;
}

.about-news-swiper .swiper-button-next {
	right: 45px;
}

.about-news-swiper .swiper-button-next::after {
	position: absolute;
	content: "";
	left: -20px;
	height: 27px;
	width: 1px;
	background: #777777;
	top: 9px;
}

.news-else-div {
	margin-top: 12px;
	/* display: none; */
}

.news-else-div span {
	font-size: 12px;
	color: #999999;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-right: 20px;
}

.news-else-div span:last-of-type {
	margin-right: 0;
}

.news-else-div .auth-span {
	background-image: url(../image/pic_auth_20.png);
}

.news-else-div .read-num {
	background-image: url(../image/pic_read_23.png);
}

.about-news-list-ul {
	display: flex;
	flex-wrap: wrap;
}

.about-news-list-ul li {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #ffffff;
	box-shadow: 0 0 6px #cccccc;
}

.about-news-list-ul li:nth-of-type(4n) {
	margin-right: 0;
}

.about-news-list-ul li .about-news-list-img {
	width: 100%;
	height: 215px;
	overflow: hidden;
}

.about-news-list-ul li:hover .about-news-list-img img {
	transform: scale(1.1);
	transition: all .6s;
}

/* .about-news-list-ul li .about-news-list-img:hover img {
	transform: scale(1.1);
	transition: all .6s;
} */

.about-news-list-ul li .about-news-list-img a {
	display: block;
	height: 100%;
}

.about-news-list-ul li .about-news-list-img img {
	width: 100%;
	height: 100%;
	transition: all .6s;
}

.about-news-list-img img.active {
	transform: scale(1.1);
	transition: all .6s;
}

.about-news-list-text {
	box-sizing: border-box;
	padding: 20px 15px;
}



.about-news-list-text h4,
.about-news-list-text h4 a {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.about-news-list-text h4 a:hover {
	color: #007fcc;
}

.about-video-list-ul {}

.about-video-list-ul li {
	background: #f5f9fb;
}

.news-list-ul.about-video-list-ul {
	text-align: center;
}

.about-video-list-ul li .news-list-img {
	box-sizing: border-box;
	padding: 10px;
}

.about-video-list-ul li .news-list-text {
	padding: 1px 20px 10px;
}

/* about-active-ul */
.about-active-ul {
	display: flex;
	flex-wrap: wrap;
}

.about-active-ul li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 2%;
}

.about-active-ul li:nth-of-type(2n) {
	margin-right: 0;
}

.about-active-ul li .about-active-img {
	height: 420px;

	position: relative;
	overflow: hidden;
	padding: 30px 0;
}

.about-active-ul li .about-active-img::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
	width: 88%;
	height: 88%;
	background: #c6d2de;
	opacity: 0.8;
	transform: translateY(-50%) rotateZ(0deg);
	-webkit-transform: translateY(-50%) rotateZ(0deg);
	-moz-transform: translateY(-50%) rotateZ(0deg);
	z-index: -1;
	transition: 0.6s;
}

.about-active-ul li:hover .about-active-img::after {
	transform: translateY(-50%) rotateZ(5deg);
	-moz-transform: translateY(-50%) rotateZ(5deg);
	-webkit-transform: translateY(-50%) rotateZ(5deg);
	transition: 0.6s;
}

.about-active-ul li .about-active-img a {
	display: block;
	height: 100%;
}

.about-active-ul li .about-active-img img {
	height: 100%;
	width: 100%;
}

.about-active-ul li .about-active-text {
	box-sizing: border-box;
	padding: 10px 60px 10px 25px;
	position: relative;
	margin-top: 10px;
}

.about-active-ul li .about-active-text::after,
.about-active-ul li .about-active-text::before {
	position: absolute;
	content: "";
	left: 0;
	width: 0;
	height: 1px;
	background: #6b6b6f;
	transition: 0.6s;
}

.about-active-ul li .about-active-text::after {
	top: 0;
}

.about-active-ul li .about-active-text::before {
	bottom: 0;
}

.about-active-ul li .about-active-text:hover::after,
.about-active-ul li .about-active-text:hover::before {
	width: calc(100% - 120px);
	transition: 0.6s;
}

.about-active-ul li .about-active-text h4,
.about-active-ul li .about-active-text a {
	font-size: 20px;
	color: #007fcc;
	font-weight: bolder;
}

.about-active-ul li .about-active-text span {
	font-size: 14px;
	color: #a8a8a8;
	background: url(../image/pic_time_11.png) no-repeat;
	background-position: left;
	padding-left: 30px;
	margin: 15px 0;
}

.about-active-ul li .about-active-text p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

/* about-active-zn */
.about-active-section-1 {
	background: url(../image/pic_active_bac_02.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 80px 0;
}

.about-active-section-text {
	display: flex;
}

.about-active-section-text .about-active-section-left {
	width: 60%;
	box-sizing: border-box;
	padding: 10px 0;
	padding-right: 70px;
}

.about-active-section-text .about-active-section-left h2 {
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 15px;
}

.about-active-section-text .about-active-section-left h3 {
	font-size: 24px;
	color: #007fcc;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.about-active-section-text .about-active-section-left h3::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	background: #007fcc;
	width: 80px;
}

.about-active-section-text .about-active-section-left .about-active-section-left-text {}

.about-active-section-text .about-active-section-left p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.about-active-section-text .about-active-section-right {
	width: 40%;
}

.about-active-section-text .about-active-section-right img {
	width: 100%;
}

.about-active-news .swiper-slide {
	box-sizing: border-box;
	padding: 5px;
}

.about-active-slide-ul {
	display: flex;
	flex-wrap: wrap;
}

.about-active-slide-ul li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	box-shadow: 0 0 5px #d1d1d1;
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	background: #ffffff;
}

.about-active-slide-ul li:nth-of-type(2n) {
	margin-right: 0;
}

.about-active-slide-ul li .about-active-li-img {
	width: 275px;
	height: 240px;
	overflow: hidden;
}

.about-active-slide-ul li .about-active-li-img a {
	display: block;
}

.about-active-slide-ul li .about-active-li-img img {
	width: 100%;
	height: 100%;
}

.about-active-slide-ul li .about-active-div-text {
	width: calc(100% - 275px);
	box-sizing: border-box;
	padding: 15px 15px 15px 25px;
}

.about-active-slide-ul li .about-active-div-text h4,
.about-active-slide-ul li .about-active-div-text h4 a {
	font-size: 18px;
	color: #000000;
	font-weight: bold;

	line-height: 24px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.about-active-slide-ul li .about-active-div-text h4 {
	margin-bottom: 10px;
	height: 48px;
}

.about-active-slide-ul li a:hover {
	color: #007fcc !important;
}

.about-active-slide-ul li .about-active-p {
	box-sizing: border-box;
	padding-right: 20px;
	height: 72px;
	overflow: hidden;
}

.about-active-slide-ul li p {
	box-sizing: border-box;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.about-active-slide-ul li .about-active-div-text>a {
	font-size: 14px;
	color: #86b2c6;
	margin-top: 20px;
}

.about-active-news .swiper-container {
	padding-bottom: 40px;
}

.about-active-news .swiper-container .swiper-pagination-bullet {
	background-color: #86b2c6;
	opacity: 1;
	border-radius: 100%;
	height: 12px;
	width: 26px;
	margin: 0 8px;
}

.about-active-news .swiper-container .swiper-pagination-bullet-active {
	background: #007fcc;
}

.about-active-section-3 {
	background: url(../image/pic_active_hd_16.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}

.about-active-kd-text {
	position: relative;
	box-sizing: border-box;
	padding: 10px;
}

.about-active-kd-text::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 36px;
	height: 30px;
	background: url(../image/pic_dl_20.png) no-repeat;
	background-position: center;
}

.about-active-kd-text::before {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 36px;
	height: 30px;
	background: url(../image/pic_dr_24.png) no-repeat;
	background-position: center;
}

.about-active-kd {
	position: relative;
}

.about-active-kd .swiper-slide {
	background: #f7f8fa;
	box-sizing: border-box;
	padding: 35px;
}

.about-active-kd-slide {
	display: flex;
	justify-content: space-between;
	height: 400px;
}

.about-active-kd-slide .about-active-kd-left {
	width: 48%;
	padding-top: 90px;
}

.about-active-kd-slide .about-active-kd-left h2 {
	position: relative;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	padding: 0px 0 15px;
}

.about-active-kd-slide .about-active-kd-left h2::after {
	position: absolute;
	content: "";
	left: 0;
	margin: auto;
	bottom: 0;
	width: 74px;
	height: 3px;
	background: #007fcc;
	border-radius: 50px;
}


.about-active-kd-slide .about-active-kd-right {
	width: 48%;

}

.about-active-kd-slide .about-active-kd-right video {
	width: 100% !important;
	max-height: 100%;
}

.about-active-kd-text p {
	font-size: 16px;
	line-height: 36px;
	color: #000000;
	text-indent: 2em;
}

.about-active-kd-div {
	margin-top: 20px;
	height: 230px;
	overflow: hidden;
}

.about-active-kd .nei-title {
	text-align: left;
	position: absolute;
	top: 35px;
	left: 35px;
	z-index: 9999;
	margin: 0;
}

.about-active-kd .nei-title h2::after {
	left: 0;
	right: auto;
}

.about-active-kd .swiper-button-white {
	bottom: 55px;
	width: 34px;
	height: 34px;
	border-radius: 100%;
	background-color: #d2d2d2;
	background-size: 12px;
	opacity: 1;
	top: auto;
}

.about-active-kd .swiper-button-white:hover {
	background-color: #007fcc;
}

.about-active-kd .swiper-button-prev {
	left: 43%;
}

.about-active-kd .swiper-button-next {
	left: 46%;
}

.about-active-kd .swiper-button-disabled {
	opacity: 0.3;
}

.about-active-time .swiper-container {
	padding: 50px 0;
}

.about-active-time .swiper-container .swiper-slide {
	transform: scale(0.92);
	opacity: 0.68;
	cursor: pointer;
	height: 100%;
}

.about-active-time .swiper-container .swiper-slide-active,
.about-active-time .swiper-container .swiper-slide-duplicate-active {
	transform: scale(1.18);
	z-index: 99999;
	opacity: 1;
}

.about-active-time {
	position: relative;
}

.about-active-time .about-active-time-img {
	height: 425px;
}

.about-active-time .swiper-container .swiper-slide img {
	width: 100%;
	height: 100%;
}

.about-active-time .swiper-button-black {
	opacity: 0.6;
	background-size: 18px;
}

.about-active-time .swiper-button-prev {
	left: -40px;
}

.about-active-time .swiper-button-next {
	right: -40px;
}

.about-active-zh {
	background: url(../image/pic_zh_bac_02.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.about-active-ld-div {
	background: url(../image/pic_ld_bac_03.png) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 20px;
}

.about-active-zh-ld {
	background: url(../image/pic_ld_bacb_02.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.about-active-ld-list {
	background: #ffffff;
	box-sizing: border-box;
	padding: 50px 40px;
}

.about-active-ld-list .about-active-ld-item {
	display: none;
}

.about-active-ld-list .about-active-ld-item.active {
	display: flex;
}

.about-active-ld-list .about-active-ld-item .about-active-ld-left {
	width: 50%;
	height: 390px;
}

.about-active-ld-left img {
	width: 100%;
	height: 100%;
}

.about-active-ld-right {
	width: 50%;
	box-sizing: border-box;
	padding-left: 30px;
}

.about-active-ld-right h4 {
	font-size: 30px;
	color: #007fcc;
	font-weight: bold;
	margin-bottom: 15px;
}

.about-active-ld-right .about-active-ld-text {}

.about-active-ld-right .about-active-ld-text p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 10px;
}

.about-active-ld-tab {
	display: flex;
}

.about-active-ld-tab a {
	width: 25%;
	color: #ffffff;
	border-radius: 5px 5px 0 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	padding: 14px 0;
}

.about-active-ld-tab a.active {
	background: #f9fcfe;
	color: #0280cc;
}

.about-active-mp {
	background: url(../image/mp_bac_02.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.about-active-mp-div {
	display: flex;
}

.about-active-mp-left {
	width: 47%;
	background: #ecf3f6;
}

.about-active-mp-top {
	display: flex;
	background: #e1ecf1;
	box-sizing: border-box;
	padding: 60px 35px 45px;
}

.about-active-mp-bottom {
	display: flex;
	background: #ecf3f6;
	box-sizing: border-box;
	padding: 35px;
}

.about-active-mp-right {
	width: 53%;
	box-sizing: border-box;
	padding: 0 75px;
	text-align: center;
	background: #f1f5f8;
}

.about-active-mp-top-left {
	width: calc(100% - 220px);
	border-right: 1px solid #b4babc;
	box-sizing: border-box;
	padding-right: 40px;
	padding-bottom: 30px;
}

.about-active-mp-top-left p {
	font-size: 18px;
	color: #414446;
	line-height: 36px;
}

.about-active-mp-top-left p span {
	display: inline;
	color: #e41f42;
}

.about-active-mp-top-left a {
	font-size: 18px;
	color: #ffffff;
	border-radius: 10px;
	background: #87b2c7;
	padding: 6px 10px;
	margin-top: 30px;
}

.about-active-mp-top-left a:hover {
	background: #007fcc;
}

.about-active-mp-top-right {
	width: 220px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}

.about-active-mp-top-right img {
	width: 114px;
	height: 114px;
}

.about-active-mp-top-right p {
	font-size: 18px;
	color: #414446;
	margin-top: 10px;
}

.about-active-mp-bottom-left {
	width: 119px;
}

.about-active-mp-bottom-left img {
	width: 119px;
	height: 119px;
}

.about-active-mp-bottom-right {
	width: calc(100% - 119px);
	box-sizing: border-box;
	padding-left: 30px;
	padding-top: 25px;
}

.about-active-mp-bottom-right h5 {
	font-size: 18px;
	color: #87b2c7;
	font-weight: bold;
	margin-bottom: 6px;
}

.about-active-mp-bottom-right p {
	font-size: 18px;
	color: #414446;
	line-height: 36px;
}

.about-active-mp {
	padding-bottom: 80px;
}

.about-active-jc-swiper {
	position: relative;
}

.about-active-jc-swiper .swiper-button-black {
	background-size: 16px;
}

.about-active-jc-swiper .swiper-button-prev {
	left: -40px;
}

.about-active-jc-swiper .swiper-button-next {
	right: -40px;
}



.about-contact-box {
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
	padding: 45px;
	display: flex;
}

.about-contact-left {
	width: 240px;
	border-right: 1px solid #e2e2e2;
	padding-top: 30px;
}

.about-contact-left h5 {
	font-size: 24px;
	color: #bdbdbd;
}

.about-contact-left h2 {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}

.about-contact-left h1 {
	font-size: 38px;
	color: #333333;
	font-weight: bold;
}

.about-contact-left a {
	font-size: 16px;
	color: #ffffff;
	background: url(../image/mo-bac_03.png) no-repeat;
	background-size: 100% 100%;
	padding: 8px 30px;
	margin-top: 40px;
}

.about-contact-left a:hover {
	background-image: url(../image/pic_tab_hover_05.png);
}

.about-contact-right {
	width: calc(100% - 240px);
	box-sizing: border-box;
	padding-left: 70px;
	padding-top: 15px;
}

.about-contact-right h3 {
	font-size: 24px;
	color: #86b2c6;
	font-weight: bold;
	margin-bottom: 15px;
}

.about-contact-right p {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	background-repeat: no-repeat;
	background-position: 0 11px;
	padding-left: 25px;
}

.about-contact-right p a {
	color: #666;
}

.about-contact-right .call-p {
	background-image: url(../image/pic_ab_icon_03.png);
}

.about-contact-right .mail-p {
	background-image: url(../image/pic_ab_icon_07.png);
}

.about-contact-right .add-p {
	background-image: url(../image/pic_ab_icon_10.png);
}

.about-contact-right .pt-p {
	background-image: url(../image/pic_ab_icon_12.png);
}

.contact-map {
	height: 500px;
	width: 100%;
}

.about-contact-map {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

/* about-join */
.about-join-ln {
	position: relative;
}

.about-join-ln::after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #f8f9fa;
	z-index: -1;
}

.about-join-ln .wrap {
	display: flex;
}

.about-join-left {
	width: 55%;
}

.about-join-left img {
	width: 100%;
}

.about-join-right {
	width: 45%;
	box-sizing: border-box;
	padding-left: 45px;
}

.about-join-right h2 {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
}

.about-join-right h1 {
	font-size: 38px;
	font-weight: bold;
	color: #000000;
}

.about-join-right h4 {
	font-size: 24px;
	color: #007fcc;
	font-weight: bold;
	position: relative;
	line-height: 36px;
	padding: 16px 0;
	margin-bottom: 10px;
	margin-top: 50px;
}

.about-join-right h4::after {
	position: absolute;
	content: "";
	left: 0;
	height: 3px;
	width: 55px;
	background: #007fcc;
	bottom: 0;
}

.about-join-right p {
	font-size: 16px;
	line-height: 36px;
	color: #333333;
}

.about-join-fz .nei-title {
	margin-top: 0;
}

.about-join-fz .nei-title h2::after {
	display: none;
}

.about-join-fz-div {
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}

.about-join-fz-div:last-child {
	margin-bottom: 0px;
}

.about-join-fz-div:nth-of-type(odd) {
	flex-direction: row-reverse;
}

.about-join-fz-div:nth-of-type(odd) .about-join-fz-text {
	padding: 40px;
	box-sizing: border-box;
}

.about-join-fz-div:nth-of-type(odd) .about-join-fz-text::after {
	display: none;
}

.about-join-fz-div:nth-of-type(odd) .about-join-fz-text:before {
	display: none;
}

.about-join-fz-left {
	width: 53%;
	box-sizing: border-box;
}

.about-join-fz-left .about-join-fz-text {
	box-sizing: border-box;
	position: relative;
	padding: 40px 80px;
}

.about-join-fz-left .about-join-fz-text::after {
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	left: 0;
	top: 0;
	background: url(../image/zd_03.png) no-repeat;
	background-position: center;
	background-size: 100%;
}

.about-join-fz-left .about-join-fz-text::before {
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	right: 0;
	bottom: 0;
	background: url(../image/rd_07.png) no-repeat;
	background-position: center;
	background-size: 100%;
}

.about-join-fz-left .about-join-fz-text h4 {
	font-size: 24px;
	color: #007fcc;
	font-weight: bold;
	position: relative;
	line-height: 36px;
	padding: 16px 0;
	margin-bottom: 15px;
}

.about-join-fz-left .about-join-fz-text h4::after {
	position: absolute;
	content: "";
	left: 0;
	height: 3px;
	width: 55px;
	background: #007fcc;
	bottom: 0;
}

.about-join-fz-left .about-join-fz-text p {
	font-size: 16px;
	color: #333333;
	line-height: 36px;
}

.about-join-fz-right {
	width: 47%;
	text-align: center;
}


.about-join-dy {
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-join-dy-text {
	width: 60%;
}

.about-join-dy-text h4 {
	font-size: 24px;
	color: #007fcc;
	font-weight: bold;
	position: relative;
	line-height: 36px;
	padding: 0px 0 16px;
	margin-bottom: 15px;
}

.about-join-dy-text h4::after {
	position: absolute;
	content: "";
	left: 0;
	height: 3px;
	width: 55px;
	background: #007fcc;
	bottom: 0;
}

.about-join-dy-text ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.about-join-dy-text ul li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 30px 30px;
}

.about-join-dy-text ul li:nth-child(3) {
	margin-bottom: 0;
}

.about-join-dy-text ul li:nth-child(4) {
	margin-bottom: 0;
}

.about-join-dy-text ul li:nth-of-type(2n) {
	margin-right: 0;
}

.about-join-dy-text ul li:nth-of-type(1) {
	background: #87b2c7;
}

.about-join-dy-text ul li:nth-of-type(2) {
	background: #d5b187;
}

.about-join-dy-text ul li:nth-of-type(3) {
	background: #8bd0a5;
}

.about-join-dy-text ul li:nth-of-type(4) {
	background: #ddb298;
}

.about-join-dy-text ul li h5 {
	font-size: 24px;
	color: #ffffff;
	line-height: 36px;
	text-align: center;
	margin-bottom: 10px;
}

.about-join-dy-text ul li p {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
}

/* about-join-sz */
.about-join-sz {
	background: url(../image/sz_bac_02.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.join-list {
	margin-top: 20px;
	background: #ffffff;
	padding-bottom: 10px;
}


.join-list ul li {
	border-bottom: 1px solid #d9d9d9;
	background: #ffffff;
}

.join-list ul li>p {
	height: 80px;
	line-height: 80px;
	cursor: pointer;
	font-family: inherit;
	display: flex;
	overflow: hidden;
}

.join-list ul li>p span {
	width: 21.5%;
	text-align: center;
	box-sizing: border-box;
	font-size: 18px;
	color: #4a4a4a;
}

.join-list ul li.first-li>p span {
	font-size: 20px;
	color: #ffffff;
	/* background: #f1f1f1; */
	font-weight: bolder;
}

.join-list ul li.first-li>p {
	background: #87b2c7;
	height: 55px;
	line-height: 55px;
}

.join-list ul li>p span:first-of-type {
	width: 25%;
	text-align: left;
	padding-left: 30px;
}

.join-list ul li>p span.span5 {
	width: 10%;
	transition: 0.4s;
	transform: rotateZ(180deg);
}

.join-list ul li>p span.span5 img {
	width: 21px;
}

.join-list ul li>p.active span.span5 {
	transform: rotate(0);
	transition: 0.4s;
}

.join-list ul li .join-top {
	display: none;
	padding: 35px;
	box-sizing: border-box;
	border-top: 1px solid #d9d9d9;
	line-height:1.8em;
	
}

.join-list ul li .join-top h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}

.join-list ul li .join-top p {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	font-family: inherit;
}

.join-list ul li .join-top div {
	text-align: left;
	margin-top: 25px;
}

.join-list ul li .join-top div a {
	color: #ffffff;
	background: #007fcc;
	font-size: 18px;
	border-radius: 10px;
	padding: 5px 25px;
}

.about-join-add {
	background: #ffffff;
	box-sizing: border-box;
	padding: 25px;
	display: flex;
	margin-top: 40px;
}


.about-join-add-box h5 {
	font-size: 18px;
	color: #007fcc;
	line-height: 30px;
	margin-bottom: 5px;
}

.about-join-add-box p {
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
	margin: 5px 0;
}

.about-join-add-box p:nth-of-type(1) {
	background-image: url(../image/add_icon_03.jpg);
}

.about-join-add-box p:nth-of-type(2) {
	background-image: url(../image/add_icon_07.jpg);
}

.about-join-add-box p:nth-of-type(3) {
	background-image: url(../image/add_icon_11.jpg);
}

.about-join-ewm {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.about-join-ewm image {
	width: 95px;
	height: 95px;
}

.about-join-ewm p {
	font-size: 14px;
	color: #999999;
	margin-left: 20px;
	background: url(../image/jian_18.jpg) no-repeat;
	background-position: left;
	padding-left: 15px;
}

.about-join-add-left h4 {
	font-size: 24px;
	color: #343434;
	font-weight: bold;
	margin-bottom: 10px;
}

.about-join-add-select {}

.about-join-add-select .combo-select .combo-input {
	border: none;
	border-bottom: 1px dashed #eeeeee;
	color: rgba(52, 52, 52, 0.35);
}

.about-join-add-left {
	width: 500px;
	padding-top: 30px;
}

.about-join-add-right {
	width: calc(100% - 500px);
	box-sizing: border-box;
	padding-left: 40px;
}

.about-join-map {
	height: 100%;
	width: 100%;
}

.about-join-add-box .about-join-add-item {
	display: none;
}

.about-join-add-box .about-join-add-item.active {
	display: block;
}

/* xz */
.about-xz-left {
	width: 55%;
}

.about-xz-left video {
	width: 100% !important;
}


.about-xz-right {
	width: 45%;
	box-sizing: border-box;
	padding-left: 45px;
}

.about-xz-top {
	position: relative;
}

.about-xz-top .wrap {
	display: flex;
}

.about-xz-top::after {
	position: absolute;
	content: "";
	width: 50%;
	top: 0;
	right: 0;
	height: 100%;
	background: url(../image/xz_bac_03.jpg) no-repeat;
	background-position: left;
	background-size: cover;
	z-index: -1;
}

.about-xz-right .nei-title {
	text-align: left;
}

.about-xz-right .nei-title h2::after {
	left: 0;
	right: auto;
}

.about-xz-right .nei-title h1::after {
	left: 0;
	right: auto;
}


.about-xz-right .about-xz-right-text p {
	font-size: 16px;
	line-height: 36px;
	color: #666666;
}

.about-join-xz-list {
	background: url(../image/sz_bac_02.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.about-join-xz {
	padding-top: 60px;
	padding-bottom: 30px;
}

.join-list ul li>p .span-a {
	width: 10%;
}

.join-list ul li>p .span-a a {
	background: #87b2c7;
	color: #ffffff;
	font-size: 16px;
	border-radius: 10px;
	line-height: normal;
	padding: 5px 15px;
}

.join-list ul li>p .span-a a:hover {
	background: #007fcc;
}

.bz-ul {
	display: flex;
	flex-wrap: wrap;
}

.bz-ul li {
	width: 31.333333%;
	margin-right: 3%;
	margin-bottom: 20px;
	border-radius: 20px;
	background-position: left;
	background-repeat: no-repeat;
	height: 220px;
	display: flex;
	align-items: center;
}

.bz-ul li:nth-of-type(3n) {
	margin-right: 0;
}

.bz-ul li .bz-div-text {
	width: 45%;
	margin-left: auto;
	box-sizing: border-box;
	padding-right: 20px;
}

.bz-ul li .bz-div-text h4 {
	font-size: 30px;
	color: #030405;
	font-weight: bold;
	margin-bottom: 6px;
}

.bz-ul li .bz-div-text p {
	font-size: 16px;
	color: #000202;
	line-height: 24px;
}

.about-join-bz {
	padding: 32px 0 40px;
}

.about-join-lc-img {
	text-align: center;
}

.about-join-zy {
	background: url(../image/sz_bac_02.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.about-join-jc-text {
	box-sizing: border-box;
	padding: 0 50px;
	margin-bottom: 35px;
}

.about-join-jc-text p {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}

.about-join-jc-swiper {
	position: relative;
	box-sizing: border-box;
	padding: 0 50px;
}
.about-join-jc-swiper .swiper-slide{
	display:flex;
}
.about-join-jc-swiper .swiper-slide img{
	width:100%
	height:100%
}
.about-join-jc-swiper .sl{
	width:67%;
	margin-right:3%
}
.sr-con{
	width:100%;
}
.about-join-jc-swiper .sr{
	display:flex;
	width:30%;
	flex-direction: column;
	justify-content: space-between;
}
.about-join-jc-swiper .swiper-button-black {
	background-size: 16px;
}

.about-join-jc-swiper .swiper-slide img {
	width: 100%;
}

@media (max-width:1550px) {
	.cggs-tj .swiper-button-white {
		width: 35px;
		height: 35px;
	}

	.cggs-tj .swiper-button-prev {
		left: -40px;
	}

	.cggs-tj .swiper-button-next {
		right: -40px;
	}

	.about-active-time .about-active-time-img {
		height: 385px;
	}
}

@media (max-width:1366px) {
	.header-nav-list li a {
		padding: 0 20px;
		font-size: 16px;
	}

	.leixin ul li a,
	.leibie ul li a {
		padding: 5px 25px;
	}

	.about-active-time .swiper-button-black {
		display: none;
	}
}

@media (max-width:1203px) {
	.header-nav-list li a {
		padding: 0 15px;
		font-size: 16px;
	}

}


.firm {
	padding: 32px 0 40px;
	/* background-image: url(../image/banner_qyjs_bg_01_02.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
}

.firm-box .title {
	text-align: center;
	font-size: 36px;

}

.firm-box .firm-con {
	display: flex;
	justify-content: space-between;
}

.firm-box .ywt-title {
	margin-bottom: 25px;
}

.firm-box .firm-con .firm-left {
	width: 610px;
	margin-right: 40px;
}

.firm-con .firm-left .firm-left-img {
	padding: 10px;
	border: 1px solid #ddd;
}

.firm-con .firm-left .firm-left-img img {
	width: 100%;
}

.firm-con .firm-right {
	width: calc(100% - 650px);

}

.firm-text p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

.firm-text h3 {
	font-size: 24px;
	color: #333;
	font-family: "Microsoft YaHei", "微软雅黑", 'SourceHanSansCN-Medium';
	font-weight: bold;
	margin: 25px 0 20px;
}

.firm-text .diff {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1em;
	color: #333;

}

.firm-text li {
	font-size: 14px;

}

.firm-text li img {
	padding: 0 12px 3px 0;

}

.firm-text li span {
	color: #86b2c6;

}

.time-box {
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
}

.time-box p {
	color: #000;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.time-top {
	display: flex;
}

.time-top p {
	color: #86b2c6;
	font-size: 48px;
}

.time-box .timeP {
	color: #86b2c6;
	font-size: 48px;
	margin-right: 3px;
	letter-spacing: 3px;
}

.history {
	position: relative;
	padding: 0px 0 0;

}

.history-title {
	position: absolute;
	top: 32px;
	left: 50%;
	transform: translateX(-50%);
}

.history-banner {
	margin: 0 auto;
	width: 96%;
	max-width: 1920px;
}

.culture {
	padding: 32px 0 40px;
	box-sizing: border-box;
	background-image: url(../image/cul-bg1.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.culture-display {
	display: flex;
}

.culture-left {
	position: relative;
	width: 33.34%;
}

.culture-right {
	position: relative;
	width: 66.66%;
}

.culture-img {
	height: 100%;
}

.culture-left img {
	height: 100%;
}

.culture-left .culture-text {
	position: absolute;
}

.culture-right .culture-top {
	display: flex;
	height: 240px;
}

.culture-right .culture-top-img {
	width: 50%;
	box-sizing: border-box;
	overflow: hidden;
}

.culture-right .culture-top-img img {
	height: 100%;
	transition: all .6s;
}

.culture-top-img img:hover {
	transform: scale(1.1);
	transition: all .5s;
}

.culture-img {
	overflow: hidden;
}

.culture-img img {
	transition: all .6s;
}

.culture-bot-con:hover .culture-img img {
	transform: scale(1.1);
	transition: all .6s;
}

.culture-right .culture-top-text {
	width: 50%;
	background-color: #f3f9fb;
	padding: 70px 44px 0 44px;
	box-sizing: border-box;
}

.culture-right .culture-bot {
	display: flex;
	height: calc(100% - 240px);
}

.culture-right .culture-bot-con {
	position: relative;
}

.culture-left .culture-text {
	position: absolute;
	bottom: 30px;
}

.culture-right .culture-text1 {
	position: absolute;
	bottom: 30px;
	text-align: end;
	right: 19px;
}
.culture-right .culture-bot-con:nth-child(2) .culture-text1 {
	position: absolute;
	top: 35px;
	left: 24px;
    	text-align: start;
}
.culture-right .culture-bot-con:nth-child(3) .culture-text1 {
	position: absolute;
	bottom: 30px;
	left: 30px;
	text-align: start;
}
.culture-right .culture-text2 {
	position: absolute;
	top: 35px;
	left: 24px;
}

.culture-right .culture-text3 {
	position: absolute;
	bottom: 30px;
	left: 30px;
    	
}

.culture-left p {
	font-size: 16px;
	font-family: "Microsoft YaHei", "微软雅黑", "SourceHanSansCN-Light";
	color: #fff;
	padding: 0 45px;
	line-height: 28px;
}

.culture-left .title {
	margin-bottom: 2px;
	font-size: 24px;
	font-family: "Microsoft YaHei", "微软雅黑", 'SourceHanSansCN-Bold';
	font-weight: bold;
	color: #fff;
}

.culture-right p {
	font-size: 16px;
	font-family: 'SourceHanSansCN-Light';
	line-height: 28px;
	color: #333;
}

.culture-right .title {
	margin-bottom: 2px;
	font-size: 24px;
	font-family: "Microsoft YaHei", "微软雅黑", "SourceHanSansCN-Bold";
	font-weight: bold;
	color: #000;
}

.nei-banner .nei-banner-text .titleH {
	margin-bottom: 30px;
}

.nei-banner .nei-banner-text .textA {
	padding: 13px 55px;
}

.common-title .title-h2 {
	line-height: 1em;
	position: relative;
	font-size: 36px;
	padding-bottom: 12px;
	color: #000;
	font-family: "Microsoft YaHei", "微软雅黑", "SourceHanSansCN-Bold";
	font-weight: bold;
	text-align: center;
}

.common-title .title-h2::after {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	right: 0;
	bottom: 0;
	width: 74px;
	height: 3px;
	background: #007fcc;
	border-radius: 50px;
}

.case-con1 {
	padding: 32px 0 40px;
	background-image: url(../image/case-con1-bg_02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.case-con1-box {
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
}

.case-con1-box .case-left {
	width: 52.5%;
	box-sizing: border-box;
	padding-left: 55px;
}

.case-con1-box .case-right {
	width: 47.5%;
	padding: 0 20px 0 55px;
	box-sizing: border-box;
}

.case-con1-box .case-right img {
	width: 100%;
}

.case-con1-box .case-left h3 {
	font-size: 24px;
	color: #333;
	font-family: "Microsoft YaHei", "微软雅黑", "SourceHanSansCN-Bold";
	font-weight: bold;
}

.case-con1-box .case-left p {

	font-size: 16px;
	color: #666;
	font-family: "Microsoft YaHei", "微软雅黑", "SourceHanSansCN-Light";
}

.nei-title.hwfw {
	margin: 30px 0 12px;
}

.new-com-title {
	text-align: center;
	margin: 0px 0 25px;
}

.new-com-title h2 {
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	padding: 0px 0 12px;
	position: relative;
	line-height: 1em;
}

.new-com-title h2::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	width: 74px;
	height: 3px;
	background: #007fcc;
	border-radius: 50px;
}

.new-com-title h1 {
	font-size: 38px;
	color: #000000;
	font-weight: bold;
	padding: 0px 0 12px;
	position: relative;
	line-height: 1em;
}

.new-com-title h1::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	width: 74px;
	height: 3px;
	background: #007fcc;
	border-radius: 50px;
}

.title-botP {
	text-align: center;
	margin-bottom: 25px;
}

.title-botP p {
	margin: 0 auto;
	color: #666;
	line-height: 1.63;
	margin-bottom: 10px;
	text-align: start;	
}

.product-title {
	padding: 70px 0 60px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-title h2 {
	position: relative;
	font-size: 36px;
	letter-spacing: 2px;
	padding: 0 35px;
	line-height: 1em;
	cursor: pointer;
}

.product-title h2 img {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	bottom: -20px;
}
.tab-more-a.active{  display: block;      z-index: 999;  position: relative;}
.tab-more-a{  display: none; margin-bottom: 30px;}


.product-title .tab-h2.active img {
	display: inline-block;
}

.product-title h2:first-child {
	border-right: 1px solid #ccc;
}

.product-title .tab-h2.active {
	font-weight: bold;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity: 0;}
.change-swiper{    position: relative;   }
.case-detail-section-2 .change-swiper{  min-height: 340px; }
.change-swiper .swiper-button-prev {
    left: -70px;
}
.change-swiper .swiper-button-next {
    right: -70px;
}
.change-swiper .swiper-button-white {
    width: 45px;
    height: 45px;
    background-color: #007fcc;
    border-radius: 100%;
    background-size: 12px;
    outline: none;
}

.xgcp-wrap{    padding-bottom: 40px;
}



.product-list-ul.tab-pro.active-pro {
	opacity: 1;
display: block;
    z-index: 1;
}

.product-list-ul.tab-pro {
	opacity: 0;
display: block;
position: absolute;
    z-index: -1;
    width: 100%;
	
}

.case-list-ul.tab-pro {
	display: none;
}

.case-list-ul.tab-pro.active-pro {
	display: flex;
}

.tab-pro {
	min-height: 385px;
}

.nei-title.fwjs {
	margin-bottom: 20px;
}

.nei-title.fwjs h2 {
	margin-bottom: 25px;
}

.case-list-jieshao .case-list-jieshao-left.gk {
	width: 43%;
	overflow: hidden;

}

.case-list-jieshao .case-list-jieshao-right.gk {
	width: calc(100% - 43%);
	box-sizing: border-box;
	padding-left: 50px;
}

.case-list-jieshao-left.gk .left-img {
	width: 100%;
	overflow: hidden;
	padding: 8px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	background-color: #fff;
}

.case-list-jieshao-left.gk p {
	text-align: center;
	color: #007fcc;
	line-height: 22px;
	margin-top: 11px;
	cursor: pointer;
margin: 10px auto;
    width: 110px;
}

.case-list-jieshao-left.gk p img {
	width: 22px;
	padding-right: 13px;
}

.case-list-jieshao-left.gk p .img1.active {
	transform: scale(1.5);
	transition: all 2s;
}

.news-page {
	padding: 40px 0;
}

.news-page.pxsp-page {
	padding: 14px 0 0;
}

.zxgg .news-page {
	padding: 25px 0 0;
}

.dqbg .news-page {
	padding: 15px 0 0;
}

.about-news-list.hui-bac.padd-60 .news-page {
	padding: 8px 0 0;
}

.about-news.padd-60 .news-page {
	padding: 8px 0 0;
}

.cggs .news-page {
	padding: 8px 0 0;
}

.zlxz .news-page {
	padding: 0;
}

.cggs-detail-section-3.padd-60.padd-000 .cggs-detail-div {
	padding-bottom: 0;
}

.fzlc-history {}

.history.history-bg {
	margin: 0 auto;
	/* background-image: url(../images/images/fzlc-bg-all_02.jpg); */

	/* height: 900px; */
	/* width: 96%; */
	max-width: 1920px;
}

.history-bg-banner {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	position: relative;
}

.history-box {
	height: 100%;
}

/* .history-content {
	height: 100%;
	position: relative;
} */

/* .history1-bg {
	width: 1400px;
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: -70px;
	left: -200px;
} */

.history-content .p1 {
	font-size: 24px;
	color: #fff;


}

.history-content p {
	color: #666;

}

.history-content p b {
	font-weight: normal;
}

.circle-span {
	margin: 0 6px;
	background-color: #87b3c7;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.history1-h3 {
	position: absolute;
	bottom: 14.1%;
	right: 81.6%;

}

.history1-text {
	text-align: end;
	position: absolute;
	bottom: 22%;
	right: 82.5%;
}

.history2-h3 {
	position: absolute;
	bottom: 17.4%;
	right: 73.85%;

}

.history2-text {
	text-align: end;
	position: absolute;
	bottom: 11%;
	left: 23.9%;
}

.history3-h3 {
	position: absolute;
	bottom: 19.5%;
	right: 68.7%;
}

.history3-text {
	text-align: end;
	position: absolute;
	bottom: 27%;
	right: 69.5%;
}

.history4-h3 {
	position: absolute;
	bottom: 24.1%;
	right: 61.15%;
}

.history4-text {
	text-align: end;
	position: absolute;
	bottom: 17.8%;
	left: 36.5%;
}

.history5-h3 {
	position: absolute;
	bottom: 27.5%;
	right: 56.3%;
}

.history5-text {
	text-align: end;
	position: absolute;
	bottom: 34.8%;
	right: 57.15%;
}

.history6-h3 {
	position: absolute;
	bottom: 31.7%;
	right: 51.4%;
}

.history6-text {
	text-align: end;
	position: absolute;
	bottom: 25.6%;
	left: 46.6%;
}

.history7-h3 {
	position: absolute;
	bottom: 37.8%;
	right: 45%;
}

.history7-text {
	text-align: end;
	position: absolute;
	bottom: 45.6%;
	right: 45.9%;
}

.history8-h3 {
	position: absolute;
	bottom: 42.2%;
	right: 40.3%;
}

.history8-text {
	text-align: end;
	position: absolute;
	bottom: 36.6%;
	left: 57.7%;
}

.history9-h3 {
	position: absolute;
	bottom: 46.9%;
	right: 35.6%;
}

.history9-text {
	text-align: end;
	position: absolute;
	bottom: 54.2%;
	right: 36.65%;
}

.history10-h3 {
	position: absolute;
	bottom: 52.6%;
	right: 31.2%;
}

.history10-text {
	text-align: end;
	position: absolute;
	bottom: 46.6%;
	left: 66.7%;
}

.history11-h3 {
	position: absolute;
	bottom: 57.4%;
	right: 27%;
}

.history11-text {
	text-align: end;
	position: absolute;
	bottom: 64.6%;
	right: 27.85%;
}

.history12-h3 {
	position: absolute;
	bottom: 64.35%;
	right: 22.8%;
}

.history12-text {
	text-align: start;
	position: absolute;
	bottom: 55.6%;
	left: 75.2%;
}

.history13-h3 {
	position: absolute;
	bottom: 69.19%;
	right: 18.45%;
}

.history13-text {
	text-align: end;
	position: absolute;
	bottom: 76.6%;
	right: 19.6%;
}

.history14-h3 {
	position: absolute;
	bottom: 75.6%;
	right: 15%;
}

.history14-text {
	text-align: end;
	position: absolute;
	bottom: 69.6%;
	left: 83.1%;
}
#case-list-item-2   .swiper-slide{
	width: auto;
}



.wrap-swiper {position: relative; }
.wrap-swiper .swiper-button-prev{    left: -50px;}
.wrap-swiper .swiper-button-next{    right: -50px;}






.demo .layui-laypage-btn{
	display:none;
}
.demo .layui-laypage a, .layui-laypage span {
	padding: 0 16px;
    height: 34px;
    line-height: 34px;
    margin: 0 3px 5px 3px;
}
#productDemo{
	text-align: center;
}
.demo .layui-laypage-count{
    background: none;
}
.demo .layui-laypage .layui-laypage-skip{
	    background: none;
}
.demo .layui-laypage-spr:first-child + a{
	display:none;
}











@media screen and (max-width:1800px) {
	.history-content .p1 {
		font-size: 22px;
		color: #fff;
	}
}

@media screen and (max-width:1600px) {
	.history-content .p1 {
		font-size: 20px;
		color: #fff;
	}
	.change-swiper {
    		position: relative;
    		width: 90%;
    		margin: 0 auto;
	}
	.wrap{
		max-width: 90%;
	}

}

@media screen and (max-width:1400px) {
	.history-content .p1 {
		font-size: 18px;
		color: #fff;
	}


}

.jzzz {
	margin-top: 20px;
	padding: 20px 25px;
	border: 1px solid #ccc;
	background-color: #fbfeff;
}

.jzzz-title p {
	margin: 0 auto;
	width: 540px;
	height: 82px;
	font-size: 24px;
	font-family: "Microsoft YaHei", "微软雅黑", "SourceHanSansCN-Bold";
	font-weight: bold;
	color: #fff;
	background-color: #7ea9c2;
	line-height: 82px;
	text-align: center;
}

.jzzz-pic {
	text-align: center;
}

.jzzz-con {
	display: flex;
	justify-content: center;
}

.jzzz-des {
	padding: 25px 40px;
	margin: 0 15px;
}

.jzzz-des1 {
	background-color: #f2f8fb;
}

.jzzz-des2 {
	background-color: #f2f8ee;
}

.jzzz-des3 {
	background-color: #eaf2fa;
}

.jzzz-des-img {
	margin-bottom: 25px;
	text-align: center;

}

.jzzz-des li {
	line-height: 30px;
}

.jzzz-des-title p {
	margin-bottom: 10px;
	padding-bottom: 12px;
	position: relative;
	font-size: 24px;
	font-family: "Microsoft YaHei", "微软雅黑", "SourceHanSansCN-Bold";
	font-weight: bold;
	line-height: 1em;
	text-align: center;
}

.jzzz-des-title p::after {
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: 0;
	content: '';
	display: block;
	width: 50px;
	height: 3px;
	background-color: #007fcc;
}

.jzzz-des-text>div {

	display: flex;
}

.jzzz-des-text img {
	margin: 7px;
	display: inline-block;
	height: 10px;
}

.padd-bottom-50.fajg {
	background-image: url(../image/banner_fajg_bg01.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.fajg-banner img {
	margin-bottom: 10px;
}

.fajg-des-title p {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}

.fajg-des-title p:first-child {
	font-size: 24px;
	color: #333;
	font-family: "Microsoft YaHei", "微软雅黑", "SourceHanSansCN-Medium";
	font-weight: bold;
}

.fajg-des-img {
	display: flex;

}

.fajg-des-img>div {
	padding: 0 40px;
}

.fajg-des-img img {
	margin: 15px 0;
}

.fajg-des-img p {
	line-height: 1em;
	font-size: 16px;
	color: #333;
	font-family: "Microsoft YaHei", "微软雅黑", "SourceHanSansCN-Medium";
	font-weight: bold;
	text-align: center;
}

.ywlt.padd-bottom-50 {
	background-image: url(../image/banner_ywlt_bg_01.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.ywlt-con {
	padding: 30px 0 23px;
	border: 1px solid #ccc;
	background-color: #fbfeff;
	text-align: center;
}

.ywlt-con p {
	margin-bottom: 24px;
	font-size: 24px;
	font-family: "Microsoft YaHei", "微软雅黑", "SourceHanSansCN-Bold";
	font-weight: bold;
}

.ywlt-banner1 {
	text-align: center;
}

.ywlt-banner2 {
	margin: 10px 61.5% 0 0;
}

.jzzz-container {
	padding: 32px 0 40px;
	background-image: url(../image/banner_jzzz_bg_01_02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.xgfa-con {
	display: flex;
	justify-content: space-between;
}

.xgfa-des {
	width: 49%;
}

.xgfa-des a {
	display: flex;
	justify-content: space-between;
	padding: 24px;
	background-color: #fff;
	box-shadow: #eee 5px 5px 5px 5px;
}

.xgfa-des-img {
	width: 48.5%;
	overflow: hidden;
}

.xgfa-des-text {
	width: 48%;
}

.xgfa-des-mid {
	font-size: 14px;
	color: #999;
	line-height: 30px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xgfa-des-text .xgfa-des-title {
	font-size: 18px;
	color: #333;
	font-family: "Microsoft YaHei", "微软雅黑", "SourceHanSansCN-Bold";
	font-weight: bold;
	margin: 16px 0;
	line-height: 1em;
}

.xgfa-des-img img {
	width: 100%;
	transition: all .3s;
}

.xgfa-des-last {
	padding-right: 38px;
	font-size: 14px;
	color: #87b2c7;
	background-image: url(../image/pic_xgfa_bg_off.png);
	background-repeat: no-repeat;
	line-height: 44px;
	text-align: end;
	background-position: 100% 0;
}

.xgfa-des-last span {
	margin: 0 6px;
}

.xgfa-des:hover img {
	transform: scale(1.1);
	transition: all .5s;
}

.xgfa-des:hover .xgfa-des-last {
	background-image: url(../image/a-h.png);
	transition: all 0.6s;
}

.xgfa-des:hover .xgfa-des-last {
	color: #fff;
}

.about-join-dy.fldy {
	background-image: url(../image/banner_fldy_bg_01_02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.ywt-title.index-bot-title {
	margin-top: 6px;
}

.case-list-section-1.padd-60.gk-padd {
	margin-bottom: 0;
}

.news-list-img span {
	height: 100%;
	overflow: hidden;
}
.nei-title.contact h2{
	margin-top: 40px;
}
.select-box-div.select-contact{
    display: flex;
}
.select-contact .select-div-year{
    margin-right: 50px;
}


/* 新闻中心 图片修改*/

.about-news-swiper .swiper-slide .about-news-slide-img {
    
    height: 216px;
}
.about-news-list-ul li .about-news-list-img {
    height: 215px;
}


.wxjd-text{
display:none;
}
.wxjd-text:first-child{
display:block;
}








.menu {
	display: none;
	margin-left: 20px;
	margin-right: 10px;
	position: relative;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.menu span {
	position: absolute;
	transition: 0.3s;
	width: 25px;
	height: 3px;
	border-radius: 2px;
	background: #ed6d01;
	display: block;
	margin-bottom: 5px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.menu .span2 {
	top: 8.4px;
}

.menu .span3 {
	top: 17px;
}

.menu.on .span1 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu.on .span2 {
	opacity: 0;
}

.menu.on .span3 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}













.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background: #007fcc;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background: #007fcc;}
.Bottom_list{ display:none; }



@media screen and (max-width: 1180px){
	.header-logo{
		width: 130px;
	}
	.header-list-box{
		padding: 24px 2%;
	}
	.header-nav-list li a{
		padding: 0 10px;
	}
	.header-nav-list{
		padding: 0 5px;
	}
	.header-lang-box-div{
		padding: 8px 14px;
	}

}
.mask-img {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    top: 4vh;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);    
	z-index: 9;
}
.mask-img.on{
    display: flex;
}
.mask-img .img {
    width: 65%;    
	position: relative;
}
.mask-img .img .x {
    font-size: 40px;
    position: absolute;
    top: -40px;
    right: -20px;
    color: #000;
    text-shadow: 1px 1px 2px #fff;
cursor: pointer;
}
@media screen and (max-width: 768px){

.case-list-section-1 {
    background-size: cover;
    background-position: center;
}




html .zxbx-ul-list li #vimg {
    position: initial;
    margin: 10px 0 0;
    left: 100%;
}
html .yjfk-ul-list li #cCode {
    width: 100%;
}
html  #vimg {
    position: initial;
    margin-top: 10px;
    left: 100%;    display: block;
}


	.demo .layui-laypage-count{display:none;}
    
	.menu {
		display: block;
	}
	body{
		top: 50px;
	}
	.wrap{
		max-width: 94.5%;
	}
	.header-list-box{
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		padding: 0px 3%;
		height: 50px;
		z-index: 99;
		background: #fff;
	}
	.header-nav-list{
		display: block;
		position: absolute;
		top: 50px;
		left: 0;
		background-color: rgb(0 0 0 / 80%);
		z-index: 99;
		width: 100vw;
		height: 0;
		transition: all .6s;
		overflow: hidden;
	}
	.header-nav-list.on{
		height: 100vh;
		transition: all .6s;
	}
	.header-team{
		display: none;
		margin-left: auto;
	}
	.header-team.on{
		display: block;
	}
	.header-logo{
		width: 30%;
	}
	.header-lang-box{
		margin-left: auto;
		padding: 8px 0px;
	}
	.header-lang-box.off{
			display: none;
	}
	.header-nav-list li a{
		color: #fff;
		line-height: 40px;
	}
	.header-nav-list li a:after{
		display: none;
	}
	.child-nav{
		position: relative;
		top: 0;
	}
	.header-team ul{
		width: 100vw;
		left: 0;
		z-index: 999;
	}
	.child-navx{
		flex-wrap: wrap;
	}
	.child-nav-left{
		width: 100%;
	}
	.child-nav-right{
		display: none;
	}
	.child-nav{
		background-color: inherit;
		border-top: none;
	}
	.child-nav-left{
		background-color: inherit;
	}
	.header-nav-list .child-nav-left .tab-li a{
		color: #fff !important;
		margin: 0;
		font-size: 15px;
		line-height: 32px;
	}
	.header-nav-list .child-nav-left .tab-li{
		margin: 0;
	}
	.child-nav-left .tab-li.active{
		background-color: inherit;
	}
	.child-nav-left .tab-li img{
		display: none !important;
	}
	.header-nav-list .child-nav-nor .nav-nor li{
		display: none;
		padding-left: 16px;
	}
	.header-nav-list .child-nav-nor .nav-nor li:first-child{
		display: block;
	}
	.child-nav-nor .nav-nor li:first-child a{
		color: #fff;
		margin: 0;
		border-bottom: none;
		font-size: 15px;
		line-height: 32px;
	}
	.child-nav-nor .nav-nor.active li:first-child a{
		color: #fff;
		border-bottom: none;
		font-weight: normal;
	}
	.nav-nor.active{
		background-color: inherit;
	}
	.child-nav-nor{
		flex-wrap: wrap;
		width: 100%;
	}
	.nav-nor{
		/*width: 100%;*/
		width: 50%;
	}
	.index-case{
		padding-bottom: 52vw;
	}
	.case-box{
		display: block;
		height: 350px;
		border: none;
	}

	.index-case-text-div{
		padding: 0;
		width: 50%;
		bottom: auto;
		top: 0;
		left: auto;
		right: 20px;
	}
	.index-case-text-img{
		padding: 0;
		width: auto;
		height: 50vw;
	}
	.index-case-swiper{
		width: 120px;
		padding: 10px;
		display: flex;
    	align-items: center;
	}
	.index-case-right{
		width: 100%;
	}
	.index-case-text-div p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}
	.index-case-text-div a{
		margin-top: 5px;
		padding: 5px 20px;
	}
	.index-case-text-div h4{
		line-height: 30px;
	}
	.ywt-title h1{
		font-size: 20px;
	}
	.yt-ul{
		flex-wrap: wrap;
	}
	.yt-ul li{
		width:49%;
		margin-bottom: 2%;
		
	}
	.yt-ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.yt-ul li .yt-text dl dd{
		padding-left: 0;
	}
	.yt-ul li .yt-text dl dd{
		padding: 5px 0;
	}
	.ywt-title h3{
		font-size: 20px;
	}
	.ytt-box{
		padding: 15px 0 20px;
	}
	.index-case-left li .li-div .li-div-text h4{
		font-size: 15px;
	}
	.index-case-left li .li-div{
		padding: 8px 25px;
	}
	.left-li .child-ul .child-li{
		font-size: 15px;
		line-height: 30px;
	}
	.index-case-left li .li-div .li-div-img{
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
	.index-case-left li .li-div .li-div-img img{
		width: 100%;
		height: 100%;
	}
	.index-case-swiper .swiper-container{
		width: 100%;
	}
	.index-case-swiper .swiper-container .swiper-slide.active a{
		font-size: 16px;
	}
	.fw-ul{
		flex-wrap: wrap;
	}
	.fw-ul li{
		width:49%;
		margin-bottom: 2%;
	}
	.fw-ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.index-top-div{
		display: block;
	}
	.index-top-div .index-top-left{
		width: 100%;
		padding: 0;
		margin-bottom: 65px;
	}
	.in-swiper .swiper-slide{
		width: 100% !important;
	}
	.index-top-right{
		width: 100%;
		padding-left: 0;
	}
	.index-top-div .tit{
		width: 100%;
	}
	.news-ul{
		display: none;
	}
	.news-ul li{
		width: 100%;
	}
	.news-ul li a span{
		display: none;
	}
	.footer-list-div{
		display: none;
	}
	.rid-img{
		bottom: 0;
	}
	.aside-ul{
		display: flex;
		width: 100vw;
	}
	.aside-ul li{
		width: 25%;
		padding: 7px 0;
	}
	.footer-wrap{
		display: block;
		padding-bottom: 65px;

	}
	.footer-left{
		width: 100%;
		padding: 0;
	}
	.footer-right{
		width: 100%;
		padding: 10px;
		position: relative;
   		box-sizing: border-box;

	}
	.footer-bac-right{
		display: none;
	}
	.add-call{
		margin-bottom: 0px;
	}
	.add-call p{
		color: rgb(0 0 0 / 80%);
	}
	.footer-right>h5{
		margin-bottom: 0;
	}
.qudao-div a{padding: 7px 18px;}
	.footer-right>h2{
		font-size: 18px;
		margin: 0;
		right: 20%;
		top: 6px;
	}
	.yt-ul li .yt-div-img{
		height: 150px;
	}
	.yt-ul li .yt-text{
		height: calc(100% - 150px);
		padding: 0 10px 10px;
	}
	.yt-ul li .yt-text h4{
		font-size: 16px;
		margin-bottom: 5px;
		padding: 10px 0;
	}
	.yt-ul li .yt-text h4::after{
		height: 2px;
	}
	.fw-ul li .fuwu-text h4{
		font-size: 16px;
	}
	.fw-ul li .fuwu-text p{
		font-size: 14px;
	}
	.fw-ul li .fuwu-text{
		padding: 15px 10px;
	}
	.qudao-div{
		margin: 5px  0;
	}
	.footer-copy a:after{
		height: 100%;
	}
	.footer-copy{
		padding: 15px 0 10px;
		justify-content: center;
	}

	.index-top-div .index-top-left-div .index-left-text h4{
		font-size: 16px;
		margin-top: 0;
		height: initial;
	}
	.index-top-div .index-top-left-div .index-left-text{
		padding: 15px;
	}
	.footer-copy a{
		text-align: center;
		width: auto;
		box-sizing: border-box;
		padding: 0px 7px;
	}
	.header-lang-box-div{
		padding: 5px 15px;
	}
	.nei-list-div{
		display: block;
	}
	.nei-nav .nei-nav-left a{
	    /*width:33% ;*/
		padding: 0;
		font-size: 14px;
		margin-right: 5px;
		font-weight: normal;
	}
	.nei-nav{
		height: auto;
		line-height: 2.5em;
	}
	.nei-nav .nei-nav-right{
		display: none;
	}
	.product-sec1-div .product-sec1-left{
		width: 100%;
		padding: 0;
	}
	.product-sec1-div .product-sec1-left h1{
		font-size: 20px;
		padding: 0px 0 10px;
		margin-bottom: 0;
	}
	.product-sec1-div .product-sec1-left h1::after{
		width: 60px;
		height: 2px;
	}
	.padd-60{
		padding: 20px 0 30px;
	}
	.product-sec1-right{
		width: 100%;
	}
	.product-sec2-ul li .product-sec2-left{
		width: 100%;
		padding: 0;
	}
	.product-sec2-ul li{
		width: 100%;
		margin-right: 0;
		padding: 20px;
		margin-bottom: 5%;
	}
	.product-sec2-ul li .product-sec2-right{
		width: 100%;
	}
	.product-sec2-ul li .product-sec2-right dl{
		height: auto;
	}
	.nei-more-a{
		margin-top: 10px;
	}
	.nei-more-a a{
		padding: 3px 15px;
	}
	.product-sec2-ul li .product-sec2-right h4{
		margin-bottom: 10px;
		padding: 5px 0;
		font-size: 18px;
	}
	.product-sec3-ul li {
		width: 100%;
		margin: 0 0 5% 0;
	}
	.aside-ul li a span{
		margin-top: 5px;
	}
	.product-sec3-ul li .product-sec3-text h2{
		font-size: 18px;
	}


	.news-ul.active{
		display: block;
	}
	.in-swiper>a{
		margin-top: 10px;
	}
	.index-top-div .index-top-left::after{
		height: calc(100% + 75px);
	}
	
	
	.product-list-text-div h1{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.product-nav-list-tab li{
		width: 50%;
		margin-bottom: 2%;
	}
	.product-list-ul li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
        .change-swiper .xgcp-swiper.product-list-ul li{
		margin-bottom: 0;
	}


.product-list-ul li:nth-of-type(2n) {
    	margin-right: 0 !important;
}
	.product-list-ul li a .product-list-img{
		padding: 15px;
		height: auto;
	}
	.product-list-ul li a .product-list-text{
		height: 50px;
	}

	._page_container ._pages li{
		max-width: 18px;
		margin: 0 2px !important;
	}
	._page_container{
		line-height: 20px !important;
	}
	._page_container ._prev, ._page_container ._next, ._page_container ._home, ._page_container ._last{
		margin: 0 2px !important;
	}
	.news-page{
		padding: 0;
	}


.product-detail-top-left{
		width: 100%;
	}
	.product-detail-top-right{
		width: 100%;
		padding: 20px 0 0;
	}
	.product-detail-top-right h1{
		margin-bottom: 0;
		font-size: 20px;
	}
	.product-detail-top-right .nei-more-a a{
		padding: 3px 15px;
	}
	.product-detail-share{
		margin-top: 15px;
	}
	.product-td-cs .wrap{
		display: block;
	}
	.product-detail-cp-left{
		width: 100%;
		padding: 0;
		overflow: hidden;
	}
	.product-detail-top-swiper .swiper-button-prev{
		left: 0;
	}
	.product-detail-top-swiper .swiper-button-next{
		right: 0;
	}
	.product-detail-top-swiper .swiper-wrapper{
		width: 84%;
		margin: 0 auto;
	}
	.product-detail-title.titleH {
		margin-bottom: 5px;
		padding: 0;
	}
	.product-detail-title h3{
		padding: 10px 0;
		font-size: 20px;
	}
	.product-detail-title h3::after{
		width: 83px;
	}
	.product-detail-text p{
		line-height: 1.8em;
	}
	.product-detail-cp-right {
    		width: 100%;
    		margin-left: auto;
	}
	.product-td-cs{
		padding-bottom: 20px;
	}
	.padd-bottom-50{
		padding: 20px 0;
	}
	.news-list-ul li{
		width: 49%;
    		background-color: #fff;
	}
.news-list-ul li:nth-of-type(2n) {
    margin-right: 0;
}
.news-list-ul li .news-list-img {
    height: auto;
}
	.news-list-ul li .news-list-text{
		padding: 15px;
		height: auto;
	}
	.news-list-ul li .news-list-text p{
		font-size: 16px;
		line-height: 1.5em;
		text-align: start;
	}
	.product-detail-top-swiper .swiper-slide{
		height: auto;
	}



	.cggs-detail-title h3{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.cggs-share{
		margin-top: 20px;
	}
	.cggs-detail-text{
		padding: 0;
	}
	.cggs-tj-right{
		display: none;
	}
	.cggs-tj-text{
		width: 100%;
		padding: 20px;
	}
	.cggs-tj-left{
		padding: 0;
		width: 100%;
		display: block;
	}
	.cggs-tj .swiper-button-next{
		right: 0;
	}
	.cggs-tj .swiper-button-prev{
		left: 0;
	}
	.nei-title h2{
		font-size: 20px;
		margin-bottom: 10px;
    		padding-bottom: 10px;
	}
	.cggs-tj-p{
		height: 90px;
	}
	.product-list-ul li a .product-list-text p{
		font-size: 16px;
		text-align: start;
	}
	.cggs-tj-img {
		height: auto;
		width: 100%;
	}
	.cggs-tj-img img{
		height: auto;
	}

	.title-botP p{
		width: 100%;
	}
	.new-com-title{
		margin: 0 0 10px;
	}
	.new-com-title h1{
		font-size: 20px;
	}
	.title-botP{
		margin-bottom: 10px;
	}
	.nei-tab-list a{
		padding: 4px 20px;
	}
	.case-list-ul li a .case-list-img{
		height: auto;
	}
	.case-list-ul li{
		width: 49%;
	}
	.case-list-ul li:nth-of-type(2n) {
		margin-right: 0;
	}


	.case-list-jieshao .case-list-jieshao-left.gk{
		width: 100%;
	}
	.case-list-jieshao .case-list-jieshao-right.gk{
		width: 100%;
		padding: 0;
	}
	.case-list-jieshao .case-list-jieshao-right h1{
		font-size: 20px;
		margin-bottom: 10px;
		text-align: center;
	}
	.case-list-jieshao-left.gk p img{
		width: 15px;
	}
	.case-list-jieshao{
		padding-bottom: 20px;
	}
	.case-list-div-tab a{
		background-size: 20%;
		font-size: 14px;
		padding-left: 25px;
	}
	.case-list-top-box .case-list-top-item.active{
		display: block;
	}
	.case-list-top-text{
		width: 100%;
		padding: 0 0 0 10px;
	}
	.case-list-top-img{
		width: 100%;
		margin: 0;
		margin-top: 15px;
	}
	.case-list-jieshao .case-list-jieshao-right h1::after{
		left: 50%;
    		transform: translateX(-50%);
	}

	.case-list-top-p{
		height: auto;
		max-height: inherit;
	}
	.case-list-item-swiper{
		width: 100%;
	}
	.case-list-tab-box{
		padding: 0;
	}
	.aside-ul li a img {
    		height: 22px;
	}

	.nei-tab-list{
		margin-bottom: 10px;
	}
	.product-detail-down .product-down-dl.active{
		display: block;
	}
	.product-detail-down .mCSB_horizontal.mCSB_inside > .mCSB_container{display: flex;}
	.product-down-dl dt{
		width: auto !important;
	}
	.product-down-dl dd{
		width: auto !important;
    		border-right: 1px solid #ddd;
	}
.product-down-dl dd:last-child{border-right:none;}
	.product-down-dl span:first-of-type{
		text-align: start;
	}
	.product-down-dl span{
		padding: 10px 15px !important;
		display: block;
		width: 100% !important;
	}

	.case-list-ul li a .case-list-text{
		height: 40px;
	}
	.case-list-ul li a .case-list-text p{
		font-size: 16px;
		-webkit-line-clamp: 1;
	}


	.change-swiper .swiper-button-white{
		width: 30px;
		height: 30px;
		background-size: 10px;
    		right: 5px;
	}
	.product-sec1-div .product-sec1-left p{line-height: 30px;}
	.case-list-ul li a .case-list-text{height: 36px;}
	.case-list-item-swiper .swiper-slide a{font-weight: normal;padding: 8px;}
	.case-list-news-left{padding: 0;width: 100%;}
	.case-list-news{display: block;}
	.case-list-news-right .case-list-news-swiper .swiper-slide:first-of-type{display: block;}
	.case-list-news-right .case-list-news-swiper .swiper-slide{display: none; padding: 0;}
	.case-list-news-right .case-list-news-swiper .case-list-news-div{display: block;     padding: 0;}
	.case-list-news-div .case-list-news-slide-img{width: 100%;}
	.case-list-news-slide-text{width: 100%;  padding: 20px 15px;}
	.case-lianxi{padding: 30px 0; background-position: right; background-size: cover;}
	.case-lianxi-text p {
		font-size: 16px;
		color: #fff;
		width: 80%;
		margin: 0 auto;
		text-align: justify;
		text-shadow: 0px 2px 7px #000;
	}
	.case-lianxi-text{
		display: block;
		text-align: center;
	}
	.case-list-news-right{width: 100%;     padding: 30px 0  0;}
	.case-list-top-text h4{font-size: 18px; margin-bottom: 5px; }
	.case-list-news-slide-text h4{margin: 0;}
	.case-list-news-text{padding: 20px 15px 0;}
	.change-swiper .swiper-button-prev {
		right: auto;
		left: 5px;
	}
	.padd-35{padding: 15px;}
	
	.zzfw-list-ul li{
		width: 49%;
    		margin-right: 2%;
    		margin-bottom: 2%;
	}
	.zzfw-list-ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.zzfw-list-ul li .zzfw-list-img{
		height: auto;
	}
	.leixin, .leibie{
		display: block;
	}
	.leixin ul, .leibie ul{
		width: 100%;
		padding: 0;
    		margin-top: 10px;
	}
	.leixin ul li, .leibie ul li{
		width: 33.33% !important;
		display: flex;
	}
	.leixin ul li a, .leibie ul li a{
		padding: 5px 0;
		width:100%;
	}
	.zlxz-list .product-down-dl dt{
		width: 100% !important;
		display: flex;
	}


	.zlxz-list{
    		padding-bottom: 15px;
	}
	.product-down-dl {
		width: auto;
	}
	.zlxz-list  .product-down-dl dd{
		width: 100% !important;
		display: flex;
	}
	.nei-search-div p{
		height: 35px;
		line-height: 35px;
	}
	._page_container ._home, ._page_container ._last, ._page_container ._prev_text, ._page_container ._next_text{margin-bottom: 10px !important;}
	.nei-tab-list{flex-wrap: wrap;}
	.nei-tab-list li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.nei-tab-list li:nth-last-of-type(2n){
		margin-right: 0%;
	}
	.nei-tab-list li a{
		box-sizing: border-box;
		width: 100%;
    		text-align: center;
		display: block;

	}


	.header-nav-list>li{padding: 0;}
	.nei-tab-list{justify-content: start;}

	.pxsp-detail-text iframe{
		width: auto;
		height: auto;
	}
	.about-news-swiper .swiper-slide{
		display: block;
	}
	.about-news-swiper .swiper-slide .about-news-slide-img img{
		height: auto;
		width: 100%;
	}
	.about-news-swiper .swiper-slide .about-news-slide-text{
   	 	width: 100%;
		padding: 30px 30px ;
	}
	.about-news-swiper .swiper-slide .about-news-slide-text p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		height: 60px;
		/* display:none; */
	}
.about-news-swiper .swiper-slide .about-news-slide-text h4, .about-news-swiper .swiper-slide .about-news-slide-text a{
		display: -webkit-box;
		-webkit-box-orient: vertical;
    		-webkit-line-clamp: 2;
		height: 60px;
    		height: 48px;
    		overflow: hidden;
	}
	.about-news-list-ul li{
		width: 49%;
    		margin-right: 2%;
	}
	.about-news-list-ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.about-news-list  .about-news-list-ul li{
		width: 49%;
    		margin-right: 2%;
	}
	.about-news-list  .about-news-list-ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.about-news-list-ul li .about-news-list-img{
		height: 150px;
	}
	.page-to-div  .back{
		position: absolute;
    		bottom: 0;
    		margin: 0;
    		transform: translateX(-50%);
    		left: 50%;
	}
	.about-join-ln .wrap{
		display: block;
	}
	.about-join-left {
		width: 100%;
	}
	.about-join-right{
		padding: 20px  0;
  	 	 width: 100%;
	}
	.about-join-right h1{
		font-size: 20px;
    		text-align: center;
	}
	.about-join-right h4{
		font-size: 18px;
    		margin: 10px 0;
    		line-height: 30px;
    		padding: 0 0 10px;
	}
	.about-join-fz-left .about-join-fz-text h4{
		font-size: 18px;
    		margin: 10px 0;
    		line-height: 30px;
    		padding: 0 0 10px;
	}
	.about-join-dy-text h4{
		font-size: 18px;
    		margin: 10px 0;
    		line-height: 30px;
    		padding: 0 0 10px;
	}
	.about-join-fz-div{
		display: block;
	}
	.about-join-fz-left{
		width: 100%;
	}
	.about-join-dy-text ul li h5{
		margin-bottom: 0px;
		font-size: 18px;
	}
	.about-join-fz-left .about-join-fz-text{
		padding: 0 10px  !important;
	}
	.about-join-fz-right{
		width: 100%;
	}
	.about-join-dy-text ul{
		display: block;
	}
	.about-join-dy-text{
		width: 100%;
	}
	.about-join-dy-text ul li{
		width: 100%;
		margin-right: 0;
		padding: 20px;
	}
	.about-join-dy-text ul li:nth-child(3) {
		margin-bottom: 2%;
	}

	.page-to-div{
		display: block;
		padding-bottom: 30px;
    		display: block;
    		position: relative;
    		padding-top: 10px;
	}
	.page-to-div .page-to-btn{
		width: 100%;
		margin-bottom: 10px;
	}
	.select-div-year {
    		width: 85vw;
	}
	.fwwl-list-ul li{
		width: 100%;
		padding: 0;
	}
	.fwwl-list-ul li{
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	.dqbg-list-ul li .dqbg-img-div{
		height: auto;
		max-width: 90%;
		padding: 10px 0px;
	}
	.dqbg-list-ul li{
		width: 49%;
    		margin-right: 2%;
    		margin-bottom: 2%;
	}
	.dqbg-list-ul li:nth-of-type(2n) {
		margin-right: 0;
	}

	.zxgg-list-ul li a{
		width: 100%;
    	padding: 20px 10px;

	}
	.zxgg-list-ul li a .zxgg-left {
		width: 65%;
	}
	.zxgg-list-ul li a .zxgg-right{
		width: 30%;
	}

	.gupiao-price-list {
		width: 100%;
		flex-wrap: wrap;
		justify-content: start;
    		margin-top: 20px;
	}
	.gupiao-price-list li{
		width: 50%;
	}
	.gupiao-top{
		display: block;
	}
	.gupiao-k-tab {
		margin: 10px 0;
		justify-content: center;
	}
	.gupiao-k-list .gupiao-k-img.active img{
		width: 100%;
	}
	.tzrx-ul-list{
		padding: 20px 10px;
	}
	.tzrx-ul-list li{
		width: 100%;
		border: none;
	}
	.tzrx-ul-list li .tzrx-div-p{
		padding: 0;
	}

.firm-box .firm-con{
		display: block;
	}
	.firm-box .firm-con .firm-left{
		width: 100%;
	}
	.firm-con .firm-right {
		width: 100%;
	}
	.firm-text .diff{
		line-height: 1.5em;
	}
	.list-paddingleft-2{
		margin: 0;
	}
	.firm-text h3{
		margin: 15px 0 10px;
		font-size: 20px;
	}
	.time-box .timeP{
		font-size: 20px;
	}
	.time-top p{
		font-size: 20px;
	}
.culture-display{
		display: block;
	}
	.culture-right{
		width: 100%;
	}
	.culture-right .culture-top {
		display: block;
		height: auto;
    		position: relative;
	}
	.culture-right .culture-top-img{
		width: 100%;
	}
	.culture-right .culture-top-text{
		padding: 20px;
		width: 100%;
    		position: absolute;
    		bottom: 0;
    		background-color: rgb(243 249 251 / 0%);
	}
	.culture-right .title{
		font-size:18px;
	}
	.culture-img img{
		width: 100%;
	}
	.culture-right .culture-bot {
		display: block;
		height: 100%;
	}
	.culture-left{
		width: 100%;
	}

	.history-title{
		top: 0px;
	}
	.history-bg-banner{
		padding-top: 50px;
	 	/* height: 80vh; */
    		/* background-image: url(../images/fzlc_sjd_bg_02.jpg);*/
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
    		overflow-y: scroll;
	}
	.history-bg-banner img{
		margin: 0px 0 0px;
	}
	.history-bg-banner  .mCSB_inside > .mCSB_container {
		margin-right: 10px;
	}
	

.fzlm-text{
		padding: 0;
	}
	.ywzx-ul-list li{
		width: 100%;
	}
	.yjfk-ul-list{
		display: block;
	}
	.yjfk-ul-list-left{
		width: 100%;
		padding: 0;
	}
	.nei-title h1{
		font-size: 20px;
	}
	.sqyz-box{
		margin: 20px 0;
	}
	.sqyz-box .select-div-year {
		width: auto;
	}
	.sqyz-box .nei-search-div p{
		line-height: 35px;
	}
	.footer-media {
    	padding-right: 15%;
    }
	.footer-media-box{
		/*left: -100%;*/
	}
.product-down-dl dt span{
		display: none !important;
	}
	.product-down-dl dd span{
		display: none !important;
	}
	.product-down-dl dt span:first-child{
		display: block !important;
		width: 60% !important;
    		
	}
	.product-down-dl dt span:last-child{
		display: block !important;
		width: 40% !important;
	}
	.product-down-dl dd span:first-child{
		display: block !important;
		width: 60% !important;
	}
	.product-down-dl dd span:last-child{
		display: block !important;
		width: 40% !important;
	}
	.zxbx-ul-list{
		display: block;
	}
	.zxbx-ul-list li label{
		width: auto;
		display: block;
		text-align: start;
		margin-bottom: 10px;
	}
	.zxbx-ul-list li input{
		width: 100%;
	}
	.zxbx-ul-list li{
		width: 100%;
		display: block;
	}
	.zxbx-ul-list li textarea{
		width: 100%;
	}

	.zxbx-ul-list .button_li{
		display: inline-flex;
		margin-top: 20px;
	}

	.product-detail-top-img{
		height: 75vw;
	}
	.case-list-jieshao{
		display: block;
		padding-bottom: 0;
	}
	.case-list-jieshao .case-list-jieshao-left{
		width: 100%;
	}
	.case-list-jieshao .case-list-jieshao-right{
		width: 100%;
		padding: 0;
	}
	.case-detail-casebox{
		padding: 0;
	}
	.case-detail-div-item table{
		width: 100% !important;
	}

	.product-title h2{
		font-size: 20px;
		padding: 0 25px;
	}
.product-title .tab-h2.active img {
    display: inline-block;
    width: 80%;
}
	.case-detail-section-2 .change-swiper {
    		min-height: 310px;
	}
	.cggs-detail-text table {
    		border-collapse: collapse;
    		width: 100% !important;
	}
	.webmap-list ul li{
		margin-right: 8px;
		width: auto;
	}
	.webmap-list h2{
		font-size: 20px;
	}
.header-nav-list li a:hover {
    color: #fff;
}
	.about-contact-box{
		display: block;
		padding: 10px;
	}
	.about-contact-left{
		width: 100%;
		padding-top: 10px;
	}
	.about-contact-left h1{
		font-size: 20px;
	}
	.about-contact-left h5{
		font-size: 18px;
	}
	.about-contact-right{
		padding-left: 0;
		width: 100%;
	}
	.about-contact-right h3{
		font-size: 18px;
	}
	.about-contact-map{
		display: block;
	}
	.contact-map{
		width: 80%;
    		height: 300px;
    		/* margin-bottom: 20px; */
    		margin: 20px auto;
	}
	.select-box-div.select-contact{
		display: block;
		margin-bottom: 0;
	}
	.about-contact-left a{
		padding: 5px 15px;
    		margin-top: 15px;
	}
.about-xz-top .wrap{
		display: block;
	}
	.about-xz-left{
		width: 100%;
	}
	.about-xz-right {
		width: 100%;
		box-sizing: border-box;
		padding-left: 0;
		padding-top: 15px;
	}
.about-join-jc-text{
		padding: 0;
	}
	.join-list ul li p .span2{
		display: none;
	}

	.join-list ul li p .span4{
		display: none;
	}
	.join-list ul li>p span:first-of-type{
		padding-left: 5px;
    		width: 30%;
		font-size: 16px;

	}
	.join-list ul li>p{
		height: auto;
		line-height: 25px;
		align-items: center;
	}
	.join-list ul li>p span{
		padding: 5px 10px;
    		width: 35%;
		font-size: 16px;

	}
	.join-list ul li.first-li>p{
		height: auto;
		line-height: 25px;
	}
	.join-list ul li>p .span-a{
		width: 25%;
		padding: 0;
	}
.join-list ul li>p .span-a a{ padding: 5px 5px;}
	.join-list ul li.first-li>p span{
		font-size: 18px;
	}
	.join-list.social ul li p .span3{    width: 38%; }
	.join-list.social ul li>p span:first-of-type{    width: 40%; }
	.join-list>ul{
		margin-bottom: 15px;
	}
	.about-xz-top::after{
		display: none;
	}
	
	.child-nav-nor .nav-nor li:first-child a{
		font-weight: normal;
	}
	.join-list ul li>p span.span5{
		margin-left: auto;
	}
	.join-list ul li .join-top{
		padding: 10px;
	}
.search-box .nei-search-div p {
		line-height: 35px;
	}
	.search-tab-a{
		flex-wrap: wrap;
		justify-content: start;
	}
	.search-tab-ul li span{
		display: none;
	}
	.search-tab-ul li h4{
		width: 100%;
	}
	.culture-left .title{
		font-size: 18px;
	}
	._page_container ._pages{display:none !important;}
	._home{display:none !important;}
	._page_container ._jumper{ display:block !important; }
	.leixin span, .leibie span{font-weight: bold; font-size: 16px;}
	.news-list-ul.about-video-list-ul{ margin-bottom: 20px;}
	.case-list-item .swiper-wrapper{ overflow-x: scroll; }
	.txtbox table tr td{ white-space: normal;}
	.fwwl-num ul{flex-wrap: wrap;}
	.fwwl-num ul li{margin-bottom: 10px;}
	.fwwl-num ul li .num-div b{    font-size: 24px;}
	.fwwl-num ul li .num-div span{line-height: 40px;    font-size: 24px;}
	.fwwl-box{ padding:10px;}
	.page-to-div .page-to-next{text-align: start;}
	.about-join-add{    display: block; margin-top: 0;  }
	.about-join-add-left{ width: 100%;     padding: 0; }
	.about-join-add-right{
		width: 100%;
    		height: 75vw;
    		padding: 20px;
	}
	.fwwl-box h3{    font-size: 18px; }

	.case-detail-div-item ul {
    		display: block;
 	}
	.case-detail-div-item ul li {
    		width: 100%;
    		padding-right: 20px;
    		text-align: justify;
    		margin-bottom: 15px;
	}
	.case-detail-div-item>h4 {
    		padding: 15px 0;
	}
	.news-div>a{    margin-top: 10px;}
.padd-70.index-bot {
    padding: 20px 0 25px;
}
.header-nav-list .nav>a{
    z-index: -1;
    width: 100%;
    background-image: url(../image/arrowR.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 10px;
    border-bottom: 1px solid #999;

}
.search-show.active input{     width: 81vw;     line-height: 40px;      height: 40px;     right: -10px;  }
.search-show.active .search-btn {
    width: 43px;
	height: 43px;
    position: absolute;
}
.txtbox table tr td p {
    padding: 0px !important;
}
.product-detail-cp-right .product-list-ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.product-detail-title{ padding-top: 10px; }
.case-detail-div-item p img {
    margin: 20px 0;
    max-width: 100%;
}
.nei-more-a.tab-more-a{ 
	/*margin-top: 35px;*/
        margin-bottom: 10px;
}
.cggs-tj .swiper-button-next,.cggs-tj .swiper-button-prev{     top: 29%; }
.jzzz-title p{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
   	width: 80%;
}
.jzzz-des {
    padding: 0;
    margin: 0;
}
.common-title .title-h2{
	font-size: 20px;
}
.jzzz-container {
    padding: 15px 0 20px;
}
.xgfa-con {
    display: block;
}
.xgfa-des {
    width: 100%;
}
.xgfa-des a {
    display: block;
}
.xgfa-des-img {
    width: 100%;
}
.xgfa-des-text {
    width: 100%;
}
.xgfa-des-last{
	padding-right: 15px;
        background-size: contain;
	background-image: url(../image/a-h.png);
}
.xgfa-des-text .xgfa-des-title{margin: 10px 0;}
.case-lianxi-text a{
	margin-top: 10px;
        padding: 5px 20px;
}
.nei-search-div p{     max-width: 90%; }
.nei-search-div p input {
    width: calc(100% - 80px);
}
.fwwl-num {
    margin-top: 5px;
    padding-top: 0;
}
.select-box-div {
    margin-bottom: 0;
}
.fwwl-list-ul li h5{
    padding: 10px 0;
    margin-bottom: 5px;
}
.fwwl-list-ul li p {
    line-height: 1.5em;
}
.about-join-add-left h4 {
    font-size: 20px;
    text-align: center;
}
.about-join-add-select .combo-input{     padding: 10px;    padding-right: 45px;}
.about-join-add-select .combo-select{  margin-bottom: 0; }
.about-news-list-text h4, .about-news-list-text h4 a{    font-size: 16px;    line-height: 1.5em;  height: 50px;}
	.leixin ul, .leibie ul{
		display: none;
		width: 100vw;
		padding: 5%;
		margin-top: 10px;
		position: absolute;
		left: 0;
		z-index: 9;
		background-color: #fff;
		box-shadow: 0px 2px 4px 0px #000;
	}
	
	.leixin.active ul, .leibie.active ul{ display:flex; }
	.leixin span, .leibie span {
		font-weight: bold;
		font-size: 16px;
		width: auto;
		padding: 0 40px 0 0px;
    		background: url(../image/type_down.png)no-repeat 80% center;
    		background-size: 12px;
		
	}
	.shaixuan{
		display: flex;
		padding: 10px;
	}
	.leixin, .leibie{
		position: initial;
	}
	.shaixuan.xilie-tuijian .leixin ul,.shaixuan.xilie-tuijian .leibie ul{ display: flex; }
	.shaixuan.xilie-tuijian{ display:block; }
.shaixuan.xilie-tuijian .leixin ul,.shaixuan.xilie-tuijian .leibie ul{
	width: 100%;
    	padding: 0;
	box-shadow: none;
    	z-index: 1;
}
.shaixuan.xilie-tuijian .leixin span,.shaixuan.xilie-tuijian .leibie span{
	background: none;
}
	.aside-ul.aside-ul1{ display:none; }
	.aside-ul.aside-ul2{ display:flex; }
	.footer-copy .footer-copy-show{display:inline;}
.xgfa-des-last{color:#fff;    line-height: 40px; margin-top: 5px;}
.ywlt-con p{font-size: 18px;}
.Bottom_list {
    border-top: 1px solid #e7f0f4;
	display:block;
}
.tel-bot-ul a{ color:#666;}
.tel-top{
	display: flex;
	background: #fff;
    padding: 0 2%;
    line-height: 42px;
    justify-content: space-between;
    align-items: center;
}
.tel-top .tel-add{display:inline;}
.tel-top .tel-red{display:none;}
.tel-bot-li.active .tel-top .tel-red{
	display:inline;
	font-size: 24px;
    	padding-right: 1px;
}
.tel-bot-li.active .tel-top .tel-add{
	display:none; 
	}
.tel-nav{display:none;     background-color: #fff;     padding: 10px 0;      border-top: 1px solid #ddd;}
.tel-nav-con{ display: flex;    flex-wrap: wrap; }
.tel-nav-con p{ width:25%;text-align:center; }
.tel-bot-li:nth-of-type(1) .tel-nav-con p , .tel-bot-li:nth-of-type(2) .tel-nav-con p{width: 45%;text-align: left;padding-left: 5%;}
.tel-bot-li:nth-of-type(4) .tel-nav-con p{width: 45%;text-align: left;padding-left: 5%;}
.tel-nav-con p a{ line-height:30px; }
.case-list-news-left .case-list-news-img img{ height: auto; max-height: 100vw; }
.index-case-left .left-ul {
		display: flex;
		position: relative;
		border-bottom: 1px solid #ccc;
	}
	.index-case-left .left-li{
		width: 20%;
		text-align: center;
	}
	.index-case-left li .li-div{
		padding: 10px 10px 0 10px;
		display: block;
	}
	.index-case-left li .li-div .li-div-img{
		margin: 0 auto;
	}
	.index-case-left li .li-div .li-div-text{
		padding: 10px 0 0;
		width: auto;
		padding-bottom: 10px;
	}
	.index-case-left .left-li.active .li-div-text{    border-bottom: 2px solid #007fcc;}
	.left-li .child-ul .child-li:first-child{
		padding: 0 16px 0 30px;
		border-left: none;
	}
	.left-li .child-ul .child-li{
		padding: 0 16px;
		background-color: rgba(135, 178, 199, 0);
	}
	.left-li .child-ul .child-li img{
		display: none;
	}
	.left-li.active .child-ul .child-li.active{
		color: #86b2c6;
		background-color: rgba(135, 178, 199, 0);
	}
	.index-case-left{
		width: 100%;
		height: auto;
	}
	.index-case-left .left-li .child-ul{
		position: absolute;
    		display: none;
		margin-top: 0px;
	}
	.index-case-left .active.left-li .child-ul{
		display: flex;
	}
	.index-case-swiper{
		width: 100%;
		display: block;
		height: auto;
		background: rgba(4, 43, 62, 0);
		top:0;
    		padding: 10px 10px;
	}
	.index-case-swiper .swiper-container .swiper-slide a{
		padding: 5px 0px;
		color: #333;
		border-right: 1px solid #ccc;
    		
	}
	.index-case-swiper .swiper-container .swiper-slide{
		width: 33.3%;
		height: 30px !important;
    		margin-bottom: 5px;
		border-radius: 8px;
	}
	.index-case-swiper .swiper-container .swiper-slide:last-child a{
		border-right: none;
	}
	.index-case-swiper .swiper-container{
		height: auto;
	}
	.index-case-right{
		width: 100%;
    		margin-top: 6.5vw;
	}
	.index-case-swiper  .swiper-container-vertical>.swiper-wrapper{
		flex-wrap: wrap;
    		flex-direction: row;
	}
	.index-case-div-box{
		padding-top: 22vw;
	}
	.index-case-swiper .swiper-container {
   	 	height: 16vw;
	}
	.index-case-swiper .swiper-container .swiper-slide.active a {
    		font-size: 14px;
	}

	.index-case-text-div h4{
		color: #000;
		margin: 20px 0 10px;
		font-size: 16px;
	}
	.index-case-text-div p{
		color: #333;
	}
	.index-case-text-div{
		right: auto;
		top: 100%;
	}
	.index-case-text-div{
		width: 100%;
		padding-left: 10px;
	}
	/* .index-case {
		padding-bottom: 74vw;
	} */
	.index-case {
		padding-bottom: 52vw;
	}
	.index-case.hui-bac{
		background-color: #fff;
	}
	.index-case .wrap{
		width: 100%;
	}
	.index-case-text-div a{
		margin-top: 10px;
	}
	.index-case-text{
		margin: 0 30px;
	}
	.index-case-div .case-mask{
		display: none;
	}
.amap-overlays{ z-index:10 !important;}

.tel-bot-li{   border-bottom: 1px solid #ddd; }

}

.case-list-item .swiper-wrapper {
    overflow-x: hidden;
    flex-wrap: wrap;
}
