/* Swiper 6.4.1 */
@import url("../swiper/swiper-bundle.min.css");

/* Animate.css动画演示 */
@import url("../swiper/animate.min.css");
/* 字体图标 */
@import url("../font-awesome/css/font-awesome.min.css");

/* 公共样式 */
@import url("bootstrap.min.css");

/* 首页 */
html,
body {
	width: 100%;
	height: 100%;
	position: relative;
}

.body-imgbox {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.body-imgbox .swiper-slide {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 100%;
}
.body-imgbox>.swiper-wrapper>.swiper-slide:last-child{height: auto !important; padding: 0 !important;}
/* 头部 */
.header {
	width: 100%;
	max-width: 1420px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0 10px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.header_index {
	max-width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
}

.header_index>.wrap {
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}


.logo {
	padding: 12px 0;
}

.logo>a {
	width: 208px;
}

.logo img {
	width: 100%;
	display: block;
	height: auto;
}

.header_R {
	width: 75%;
	float: right;
	display: flex;
	justify-content: space-between;
}

/* 导航 */
nav {
	width: auto;
	height: 100%;
}

.nav {
	float: left;
	height: 100%;
}

.nav>li {
	float: left;
	height: 100%;
	margin-right: 40px;
	position: relative;
}

.nav>li>a {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 17px;
	color: #454545;
	position: relative;
	overflow: hidden;
}

.nav>li>a::after {
	content: "";
	width: 0;
	height: 2px;
	float: left;
	background-color: #105cbf;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	position: 2;
	transition: all 0.4s;
}

.nav>li:hover>a,
.nav>li.nav-this>a {
	color: #105cbf;
}

.nav>li:hover>a::after,
.nav>li.nav-this>a::after {
	width: 100%;
}

/* 导航下拉 */
.nav-child {
	display: none;
	width: 240%;
	float: left;
	position: absolute;
	left: -70%;
	top: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.8);
}

.nav-child dd a {
	display: block;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	color: #fff;
}

.nav-child dd a:hover {
	background-color: #105cbf;
}

/* 搜索 */
.header_nav {
	float: right;
	display: flex;
	position: relative;
	align-items: center;
}

.header_nav>a {
	float: left;
	position: relative;
	margin-left: 24px;
}

.header_nav>a:first-child {
	margin: 0;
}

.header_nav>a>img {
	width: 28px;
	float: left;
	height: 28px;
}

.search {
	display: none;
	width: 360px;
	overflow: hidden;
	padding: 2px;
	position: absolute;
	right: calc(100% - 52px);
	top: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9999;
}

.search>input {
	width: calc(100% - 60px);
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #000;
	font-size: 14px;
}

.search>input::-webkit-input-placeholder {
	color: #c5c5c5;
}

.search>input:-moz-placeholder {
	color: #c5c5c5;
}

.search>button {
	width: 60px;
	float: left;
	height: 40px;
	background-color: #105cbf;
	border: none;
	outline: none;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
}

.header_wx {
	display: flex;
	height: 100%;
	align-items: center;
}

.header_img {
	width: 140px;
	height: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 9999;
}

.header_img img {
	width: 140px;
	height: 140px;
	display: block;
}

.header_wx:hover .header_img {
	height: 140px;
}

/* 第一屏>大图 */
.banner{
  width: 100%;
	height: 100%;
  float: left;
  overflow: hidden;
  position: absolute;
	left: 0;
	top: 0;
}
.banner-imgbox{
	width: 100%;
	height: 100%;
	float: left;
}
 .banner-imgbox .swiper-slide{
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: cover;
}
.banner-imgbox .swiper-slide a{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.banner-imgbox .swiper-slide a img{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	object-fit: cover;
}

@keyframes myfirst {
	0% {
		top: 15px;
	}

	100% {
		top: -15px;
	}
}

@-webkit-keyframes myfirst

/* Safari and Chrome */
	{
	0% {
		top: 15px;
	}

	100% {
		top: -15px;
	}
}

/* 第二屏>关于我们 */
.gsjj{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
}

.gsjj>.container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.gsjj_title {
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 48px;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}

.gsjj_title img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 10px auto 0 auto;
}
.gsjj_main{background-image: url(../img/images/gsjj_mainbg_03.png);background-repeat: no-repeat;background-size: cover;padding: 30px 40px 0;}
.gsjj_box {
	width: 100%;
	overflow: hidden;
}

.gsjj_txt {
	width: 100%;
	display: block;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	height: 90px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.gsjj_more {
	width: 100%;
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 30px 0;
}

.gsjj_more>a {
	width: 152px;
	height: 42px;
	border: 2px solid #fff;
	line-height: 38px;
	text-align: center;
	border-radius: 6px;
	font-size: 16px;
	color: #105cbf;
	background-color: #FFFFFF;
}

.gsjj_more>a:hover {
	background-color: #105CBF;
	color: #FFFFFF;
	border-color: #105CBF;
}

.gsjj_ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;margin-top: 30px;
}

.gsjj_ul li{
	width: 31.75%;
	float: left;
	position: relative;
	transition: all 0.4s;
	top: 0;
	
}

.gsjj_ul li::before {
	content: "";
	display: block;
	padding-top: 57.7428%;
}

.gsjj_ul li a {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-radius: 10px;
}
.gsjj_ul li a .gsjj_hover{position: absolute;width: 100%;height: 0;display: block;overflow: hidden;top: 0;left: 0;background-color: rgba(107,155,216,0.7);}
.gsjj_ul li a .gsjj_icon {
	width: 100%;
	height: 46px;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-bottom: 10px;
	transform: translateX(-100%);
}

.gsjj_ul li a .gsjj_icon img {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: 0 auto;
	transition: all 0.6s;
}

.gsjj_ul li a .gsjj_p {
	width: 100%;
	overflow: hidden;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	transform: translateX(100%);
}

.gsjj_ul li a .gsjj_sp {
	width: 100%;
	overflow: hidden;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}
.gsjj_ul li a:hover .gsjj_hover{height: 100%;}
.gsjj_ul li a:hover .gsjj_p{transform: translateX(0);}
.gsjj_ul li:hover {
	top: -15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.gsjj_ul li a:hover .gsjj_icon{transform: translateX(0);}
.gsjj_ul li a:hover .gsjj_icon img {
	transform: rotateY(180deg);
}
.gsjj_ul li a:hover .gsjj_lp{transform: translateY(100%);}
.gsjj_ul li a .gsjj_lp{text-align: center;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;line-height: 48px;background-color: rgba(107,155,216,0.7);width: 100%;position: absolute;bottom: 0;left: 0;font-size: 16px;font-weight: bold;color: #FFFFFF;transition: .25s;}

/* 第三屏>集团产业 */
.group {
	width: 100%;
	height: 100%;
	max-width: 1770px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 10px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.group_title {
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 15px 0 12px 0;
	text-align: center;
}

.group_p {
	line-height: 35px;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 15px;
}

.group_sp {
	line-height: 54px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;background-position: center;background-repeat: no-repeat;background-image: url(../img/images/tit_bg_03.png);
}

.group-imgbox {
	position: relative;width: 100%;
}
.group-imgbox .swiper-slide{
	height: calc((100% - 10px) / 2);
	margin-bottom: 5px;
}
.group-imgbox .swiper-slide a {
	width: 100%;
	float: left;
	overflow: hidden;
	display: block;
}

.group-imgbox .swiper-slide a .group_img {
	width: 100%;
	overflow: hidden;
	border: 2px solid #FFFFFF;
}
.group-imgbox .swiper-slide a .group_img .group_imgbg{
	width: 100%;background-position: center;background-repeat: no-repeat;background-size: contain;padding-top: 68%;}
.group-imgbox .swiper-slide a .group_B .group_pp {
	font-size: 14px;
	color: #FFFFFF;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 32px;text-align: center;height: 32px;background-color: rgba(56,103,183,0.8);margin-top: -32px;z-index: 999999;display: none;}
.group-imgbox .swiper-slide a:hover .group_img img {transform: scale(1.1, 1.1);}

.group-imgbox .swiper-slide a:hover .group_B .group_pp{display: block;}
/* 第四屏>工程概况 */
.project {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.project .group_title {
	width: 100%;
	float: left;
	margin: 0;
	position: absolute;
	left: 0;
	top: 78px;
	z-index: 9999;
}

.project_ul {
	width: 100%;
	float: left;
	height: 100%;
}

.project_ul li {
	width: 50%;
	float: left;
	height: 50%;
}

.project_ul li a {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}

.project_ul li a .project_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.project_ul li a .project_hover {
	width: 100%;
	max-width: 240px;
	height: 100%;
	max-height: 240px;
	overflow: hidden;
	background-color: #235fac;
	border-radius: 50%;
	opacity: 0.8;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.project_ul li a .project_B {
	width: 100%;
	max-width: 240px;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: relative;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
}

.project_ul li a .project_B .project_icon {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.project_ul li a .project_B .project_icon>img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.project_ul li a .project_B .project_txt {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.project_ul li a .project_B .project_p {
	display: block;
	overflow: hidden;
	line-height: 32px;
	font-size: 24px;
	color: #fff;
}

.project_ul li a .project_B .project_sp {
	display: block;
	overflow: hidden;
	line-height: 20px;
	font-size: 12px;
	margin-top: 5px;
	text-transform: uppercase;
	color: #fff;
}

.project_ul li a .project_more {
	width: 100%;
	float: left;
	position: absolute;
	left: 0;
	bottom: -105%;
	transition: all 0.4s;
}
.project_ul li a .project_more img {
	display: block;
	width: 100%;
	max-width: 34px;
	height: auto;
	margin: 0 auto;
}

.project_ul li a:hover .project_hover {
	opacity: 0.8;
	background-color: #2457a8;
	max-width: 100%;
	max-height: 100%;
	border-radius: initial;
	top: 50%;
}

.project_ul li a:hover .project_B {
	max-width: 100%;
	border-radius: initial;
}
/* 第五屏>新闻动态 */
.news {
	width: 100%;
	height: 100%;
	overflow: hidden;padding: 10px;
}

.news>.container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.news_contect {
	width: 100%;
	display: block;
	position: relative;
}

.news_contect::after {
	content: "";
	display: block;
	clear: both;
}
.news_tab{display: flex;justify-content: center;align-items: center;width: 100%;}
.news_tab li{width: 128px;height: 40px;text-align: center;line-height: 40px;border: 2px solid #FFFFFF;margin-right: 18px;overflow: hidden;}
.news_tab li a{width: 100%;display: block;background-color: #FFFFFF;font-size: 16px;color: #999999;}
.news_tab li:hover a{background-color: #105cbf;color: #FFFFFF;}
.news-imgbox {
	padding: 25px 0 0 0;
}

.news-imgbox .swiper-slide {
	opacity: 0.8;
}

.news-imgbox .swiper-slide>img {
	width: 100%;
	display: block;
	height: auto;
	opacity: 0;
	transition: all 0.4s;
}

.news-imgbox .swiper-slide a {
	width: 100%;
	float: left;
	overflow: hidden;
	background-color: #fff;
	padding: 20px;
}

.news-imgbox .swiper-slide a .news_B {
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}

.news-imgbox .swiper-slide a .news_B .news_img {
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news-imgbox .swiper-slide a .news_B .news_img::before {
	content: "";
	display: block;
	padding-top: 58.0247%;
}

.news-imgbox .swiper-slide a .news_p {
	display: block;
	overflow: hidden;
	line-height: 34px;
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;text-align: center;position: relative;padding-bottom: 10px;
}

.news-imgbox .swiper-slide a .news_p::before {
	content: "";
	width: 35px;
	height: 4px;
	background-color: #105cbf;
	display: block;
	overflow: hidden;
	position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);
}

.news-imgbox .swiper-slide a .news_txt {
	display: block;
	overflow: hidden;
	margin-top: 10px;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	height: 120px;
	text-align: center;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.news-imgbox .swiper-slide:hover a .news_B .news_img {
	transform: scale(1.1, 1.1);
}

.news-imgbox .swiper-slide:hover a .news_p {
	color: #105cbf;
}

.news-imgbox .swiper-slide-active {
	opacity: 1;
}

.news-imgbox .swiper-slide-active>img {
	opacity: 1;
}

.news-prev,
.news-next {
	left: -88px;
	top: 50%;
	position: absolute;
	z-index: 99;
	float: left;
	outline: none;
	cursor: pointer;
}

.news-prev img,
.news-next img {
	display: block;
	width: 50px;
	height: 50px;
}

.news-next {
	left: initial;
	right: -88px;
}

/* 联系我们 */
#swiper-container2{width: 100%;height: 100%;}
#swiper-container2 .swiper-slide {
      font-size: 18px;
      height: auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
	  display:block;
	  background: #4390EE;
      color: #fff;
	
    }
.lxwm {
	width: 100%;
	height: 100%;
	overflow: hidden;background-size: cover;background-repeat: no-repeat;
}

.lxwm>.container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.lxwm .group_title {
	margin-bottom: 0;
}

.lxwm_contect {
	display: block;
	overflow: hidden;
	margin-top: 30px;
}

.lxwm_left {
	width: 50%;
	float: right;
}

.lxwm_B {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.lxwm_B .lxwm_top{
	width: 40px;
	float: left;
	height: 37px;
	display: flex;align-items: center;justify-content: center;
}
.lxwm_B .lxwm_top img{max-width: 100%;max-height: 100%;}

.lxwm_txt {
	width: calc(100% - 40px);
	padding-left: 10px;
	color: #fff;
	line-height: 37px;
	font-size: 16px;
}

/* 底部 */
.footer{display: block;overflow: hidden;width: 100%;padding: 40px 10px;background-color: #e7e7e7;}
.f_m{display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;}
.f1{position: relative;}
.f1 img{max-width: 100%;margin-top: 60px;}

.f2{display: flex;display: -ms-flexbox;display: -webkit-flex;flex-wrap: wrap;}
.f2_1{padding: 15px 40px;border-left: 1px solid #999999;border-right: 1px solid #999999;}
.f2_tit{font-size: 18px;color: #333333;line-height: 18px;}
.f2_ul{margin-top: 25px;}
.f2_ul li{margin-bottom: 15px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;line-height: 16px;}
.f2_ul li a{color: #999999;font-size: 16px;}
.f2_2{padding: 15px 40px;border-right: 1px solid #999999;}
.f2_3{padding: 15px 40px;border-right: 1px solid #999999;}
.f2_ul li:hover a{color: #105CBF;}

.f3{width: 170px;}
.f3 img{max-width: 100%;margin-top: 10px;}
.bootom{line-height: 50px;text-align: center;background-color: #04397c;color: #FFFFFF;font-size: 14px;width: 100%;}
/* END-首页 */
/* END-内页底部 */
/*banner*/
.banner_ner{width:100%; position:relative;height: inherit;}
.banner_ner>.banner-imgbox .swiper-slide img{width:100%;}
/*圆点*/
.banner_ner>.swiper-pagination {opacity:0; position: absolute; right:0; bottom:15px;}
.banner_ner>.swiper-pagination-bullet {width:14px; height:14px;  background:#706f6d; opacity:0.5; border-radius:50%; margin:0 6px;}
.banner_ner>.swiper-pagination-bullet-active{opacity:1; background:#706f6d;}
.banner_ner:hover .swiper-pagination{opacity:1;} 
/*箭头*/
.banner_ner .next{right:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../img/bibeiimg/next.jpg) no-repeat center center; overflow:hidden; opacity:0;  cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner_ner .prev{left:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../img/bibeiimg/prev.jpg) no-repeat center center; overflow:hidden; opacity:0; cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner_ner:hover .next{opacity:1;}
.banner_ner:hover .prev{opacity:1;}

.proner{display: block;overflow: hidden;width: 100%;padding: 65px 10px;}
.proner_tit{text-align: center;}
.proner_t1{font-size: 30px;font-weight: bold;font-family: arial;color: #333333;text-transform: uppercase;}
.proner_t2{font-size: 30px;font-weight: bold;color: #105cbf;margin-top: 20px;background-image: url(../img/images/proner_titbg_03.png);background-position: center;background-repeat: no-repeat;}
.proner_tab{display: flex;justify-content: center;flex-wrap: wrap;margin-top: 35px;}
.proner_tab li{width: 130px;height: 42px;text-align: center;margin-right: 18px;line-height: 42px;margin-bottom: 10px;}
.proner_tab li:last-child{margin-right: 0;}
.proner_tab li a{display: block;font-size: 16px;color: #999999;border: 2px solid #cccccc;line-height: 34px;}
.proner_tab li:hover{background-color: #105cbf;padding: 2px;}
.proner_tab li:hover a{color: #FFFFFF;border-color: #FFFFFF;}
.proner_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 25px;padding-top: 14px;border-top: 2px solid #CCCCCC;}
.proner_ul li{width: 32.6%;margin-bottom: 15px;}
.proner_ul::after{width: 32.6%;content: "";}
.proner_B{overflow: hidden;}
.proner_imgbg{background-position: center;background-size: cover;background-repeat: no-repeat;transition: all 2s;padding-top: 66%;}
.proner_p{text-align: center;white-space:nowrap;text-overflow: ellipsis;overflow: hidden;line-height: 56px;font-size: 16px;color: #333333;background-color: #e4e4e4;transition: all .45s;}
.proner_ul li:hover .proner_imgbg{transform: scale(1.2,1.2);}
.proner_ul li:hover .proner_p{background-color: #105cbf;color: #FFFFFF;}

.cpxq{padding: 0px 0;}
.cpxq_t{text-align: center;display: block;overflow: hidden;font-size: 24px;color: #242424;line-height: 36px;margin-bottom: 10px;}
.cpxq_img{text-align: center;}
.cpxq_img img{max-width: 100%;}
.cpxq_p{display: block;overflow: hidden; font-size: 14px;color: #333333;line-height: 20px;}
.cpxq_p img{max-width: 100%; height: auto !important; margin: auto; padding:10px 0px; display: block;}
/* 关于我们 */
.abner{padding: 35px 0;width: 100%;}
.abner_p{font-size: 16px;color: #4d4d4d;line-height: 30px;}
.abner_p img{max-width: 100%; height: auto !important;display: block;margin:auto; padding: 0px;}
.abner_p table{width: 100% !important;}
.abner_p table tr td{padding-right: 15px;}
/* 荣誉资质 */
.zhner_ul{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 35px 0;}
.zhner_ul::after{width: 32%;content: "";}
.zhner_ul li{width: 32%;}
.zhner_B{overflow: hidden;border: 2px solid #CCCCCC;}
.zhner_ul li .proner_imgbg{background-size: contain;}
.zhner_p{text-align: center;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;height: 60px;line-height: 60px;font-size: 16px;color: #3d3d3d;}
.zhner_ul li:hover .zhner_imgbg{transform: scale(1.2,1.2);}
.zhner_ul li:hover .zhner_p{color: #105CBF;}
/* 新闻动态 */
.xw_ul {
	display: block;
	overflow: hidden;
	margin-top: 25px;
}

.xw_ul li {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}

.xw_ul li a {
	width: 100%;
	display: flex;
	overflow: hidden;
	padding: 20px;
	border: 1px solid #d3d3d3;
}

.xw_ul li a .xw_img {
	width: 220px;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.xw_ul li a .xw_R {
	width: calc(100% - 220px);
	float: left;
	padding-left: 25px;
}

.xw_ul li a .xw_R .xw_p {
	display: block;
	overflow: hidden;
	line-height: 24px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}

.xw_ul li a .xw_R .xw_txt {
	display: block;
	overflow: hidden;
	line-height: 20px;
	height: 80px;
	font-size: 14px;
	color: #7b7b7b;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.xw_ul li a .xw_R .xw_sp{color: #7B7B7B;}
.xw_ul li a:hover {
	background-color: #105cbf;
	border-color: #105cbf;
}

.xw_ul li a:hover .xw_p,
.xw_ul li a:hover .xw_txt,
.xw_ul li a:hover .xw_sp {
	color: #fff;
}

.xwxq {
	display: block;
	overflow: hidden;
}

.xwxq_p {
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 36px;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.xwxq_sp {
	display: block;
	overflow: hidden;
	text-align: center;
	padding: 5px 0 20px 0;
	border-bottom: 1px solid #ebebeb;
	font-size: 12px;
	color: #949494;
	margin-bottom: 20px;
}
.xwxq_img{text-align: center;}
.xwxq_img img{max-width: 100%;}
.xwxq_txt {
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #5f5f5f;
	line-height: 20px;
}
.xwxq_txt img{max-width: 100%; height: auto !important;display: block;margin:auto;padding: 0px;}
/* END-新闻动态 */
/*联系我们*/
	.conner{padding: 35px 0;}
	.conner_p{font-size: 16px;color: #555555;line-height: 30px;width: 50%;}
	.conner_p img{max-width: 100%; height: auto !important;display: block;margin:auto; padding: 0px;}
	.map{width: 50%;height: 400px;}
	.map iframe{width: 100%;height: 100%;border: transparent;}
	/*END-联系我们*/
	/* 人才招聘 */
	.hr{padding: 35px 0;}
	.hr_img{text-align: center;width: 40%;}
	.hr_img img{max-width: 100%;}
	.hr_p{width: 58%;font-size: 16px;line-height: 30px;color: #4D4D4D;}
	.hr_p img{max-width: 100%; height: auto !important;display: block;margin:auto;padding: 0px;}
@media (max-width: 1770px) {

	/* 首页 */
	.nav>li {
		margin-right: 60px;
		transition: all 0.4s;
	}

	/* END-首页 */
}

@media (max-width: 1600px) {
	.news-imgbox .swiper-slide a {
		padding: 15px;
	}

	.news-imgbox .swiper-slide a .news_B {
		margin-bottom: 20px;
	}

	.news-imgbox .swiper-slide a .news_p::before {
		margin-bottom: 0px;
	}

	.news-imgbox .swiper-slide>img {
		height: 60px;
	}
}

@media (max-width: 1570px) {

	/* 首页 */
	.nav>li {
		margin-right: 40px;
	}

	/* END-首页 */
}

@media (max-width: 1366px) {

	/* 首页 */
	.nav>li {
		margin-right: 30px;
	}

	/* END-首页 */
	.gsjj_title {
		line-height: 40px;
		font-size: 30px;
	}
	.gsjj_more {
		padding: 15px 0;
	}

	.gsjj_more>a {
		width: 144px;
		height: 44px;
		line-height: 40px;
		border-radius: 22px;
	}
	.project .group_title {
		top: 15px;
	}

	.project_ul li a .project_hover {
		top: 55%;
	}

	.project_ul li a .project_B {
		top: 55%;
	}

	.project_ul li a .project_more::before {
		height: 50px;
		margin: 0 auto 15px auto;
	}
	.news-imgbox{margin-top: 40px;}
	.news-imgbox .swiper-slide a {
		padding: 10px;
	}

	.news-imgbox .swiper-slide a .news_B {
		margin-bottom: 5px;
	}
	.news-imgbox {
		padding: 10px 0 0 0;
	}

	.news-imgbox .swiper-slide a .news_txt {
		margin-top: 5px;
	}

	.news-imgbox .swiper-slide a .news_B .news_img::before {
		padding-top: 50.0247%;
	}

	.news-imgbox .swiper-slide>img {
		height: 30px;
	}

	.news-prev,
	.news-next {
		left: -25px;
	}

	.news-next {
		left: initial;
		right: -25px;
	}
	.lxwm_B .lxwm_top{
		width: 48px;
		height: 48px;
	}
.lxwm_left{width: 70%;}
	.lxwm_imgB {
		width: 340px;
	}

	.lxwm_map {
		width: 300px;
		margin-top: 100px;
		z-index: 9;
	}


}

@media (max-width: 1220px) {

	/* 首页 */
	.nav>li {
		margin-right: 10px;
	}

	.header_nav>a {
		margin-left: 10px;
	}

	.gsjj_title {
		margin-bottom: 30px;
	}

	.gsjj_ul {
		padding-top: 50px;
	}

	.gsjj_more {
		padding: 20px 0;
	}

	.group_title {
		margin-bottom: 60px;
	}

	.group-imgbox {
		padding-bottom: 45px;
	}

	.project_ul li a .project_hover {
		max-width: 200px;
		max-height: 200px;
	}

	.project_ul li a .project_B {
		max-width: 200px;
	}

	.group_title {
		margin-bottom: 40px;
	}

	.news-prev,
	.news-next {
		left: 0;
	}

	.news-next {
		left: initial;
		right: 0;
	}

	.lxwm .group_title {
		margin-bottom: 50px;
	}
	.lxwm_left{width: 70%;}

	.f3{width:110px;}
	/* END-首页 */
}

@media (max-width: 991px) {

	/* 首页 */
	/* 导航按钮 */
	.icon-menu {
		float: right;
		cursor: pointer;
		width: 40px;
		height: 30px;
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 9999999;
		background-size: 100% 100%;
	}

	.icon-menu span {
		width: 100%;
		height: 6px;
		float: left;
		background: #0075c1;
	}
	.header_R {
		width: 60%;
		padding-right: 70px;
	}

	nav {
		width: 100%;
		height: auto;
	}

	.nav {
		display: none;
		width: 150px;
		height: auto;
		padding: 1px 0;
		background-color: rgba(0, 0, 0, 0.8);
		position: absolute;
		right: 10px;
		top: 100%;
		z-index: 9999;
	}

	.nav>li {
		width: 100%;
		height: auto;
		margin-right: 0;
		border-bottom: 1px solid #fff;
	}

	.nav>li>a {
		height: 40px;
		font-size: 14px;
		color: #fff;
	}

	.nav>li>a::after {
		display: none;
	}

	.nav>li:hover>a,
	.nav>li.nav-this>a {
		background-color: #105cbf;
		color: #fff;
	}

	.gsjj>.container {
		align-content: center;
	}

	.gsjj_ul {
		padding-top: 30px;
	}

	.gsjj_ul li a .gsjj_icon {
		margin-bottom: 10px;
	}

	.group {
		align-content: center;
	}

	.group_title {
		margin-bottom: 20px;
	}
	.project_ul li {
		width: 50%;
		height: 50%;
	}

	.project_ul li a .project_hover {
		top: 50%;
	}

	.project_ul li a .project_B {
		top: 50%;
	}

	.project_ul li a .project_more::before {
		height: 40px;
		margin: 0 auto 20px auto;
	}

	.news>.container {
		align-content: center;
	}

	.news_contect {
		margin-top: 30px;
	}

	.news-imgbox .swiper-slide a {
		padding: 10px;
	}

	.lxwm>.container {
		align-content: center;
	}

	.lxwm .group_title {
		margin-bottom: 30px;
	}

	.lxwm_left {
		width: 80%;
	}
	.footer{padding: 30px 10px;}
	.f1{width: 32%;}
	/* END-首页 */
}

@media (max-width: 767px) {

	/* 首页 */
	/* 导航按钮 */
	.icon-menu {
		right: 10px;
		width: 30px;
		height: 18px;
	}

	.icon-menu span {
		height: 3px;
	}

	/* 头部 */
	.header {
		flex-wrap: wrap;
	}

	.header_R {
		width: 100%;
	}

	.logo {
		width: 50%;
	}

	.logo a {
		width: 100%;
	}
.gsjj{align-content: space-around;}
	.gsjj_title {
		line-height: 30px;
		font-size: 18px;
		margin-bottom: 10px;
	}

	.gsjj_txt {
		font-size: 14px;
		line-height: 20px;
		height: 60px;
	}

	.gsjj_more {
		padding: 10px 0;
	}

	.gsjj_more>a {
		width: 108px;
		height: 34px;
		line-height: 30px;
		border-radius: 17px;
		font-size: 14px;
	}

	.gsjj_ul {
		padding-top: 10px;margin-top: 0;
	}

	.gsjj_ul li::before {
		display: none;
	}

	.gsjj_ul li a {
		position: relative;
		left: initial;
		top: initial;
		padding: 10px;
	}

	.gsjj_ul li a .gsjj_icon {
		height: 24px;
		margin-bottom: 10px;
	}

	.gsjj_ul li a .gsjj_p {
		line-height: 24px;
		font-size: 14px;
	}
	.gsjj_ul li a .gsjj_lp{line-height: 30px;font-size: 14px;}
	
	
	.group_title {
		margin-bottom: 10px;
		padding: 5px 0;
	}
	.gsjj_main{padding: 10px 10px 0;}
	.group_p {
		line-height: 20px;
		font-size: 18px;
	}

	.group_sp {
		line-height: 30px;
		font-size: 18px;
		background-size: 100% 100%;
	}
	.group-imgbox .swiper-slide a .group_B .group_pp {
		line-height: 24px;
		font-size: 16px;
	}

	.group-imgbox .swiper-slide a .group_B .group_spp {
		margin-top: 0;
		line-height: 18px;
		font-size: 12px;
	}

	.group-imgbox {
		padding-bottom: 10px;
	}

	.group_btn>div {
		margin: 0 10px;
	}

	.project .group_title {
		top: 20px;
	}

	.project_ul li a .project_hover {
		max-width: 160px;
		max-height: 160px;
	}

	.project_ul li a .project_B {
		max-width: 160px;
	}

	.project_ul li a .project_B .project_icon {
		margin-bottom: 5px;
	}

	.project_ul li a .project_B .project_icon>img {
		height: 30px;
	}

	.project_ul li a .project_B .project_txt {
		margin-top: 5px;
	}

	.project_ul li a .project_B .project_p {
		line-height: 24px;
		font-size: 16px;
	}

	.project_ul li a .project_B .project_sp {
		line-height: 16px;
	}

	.project_ul li a .project_more::before {
		height: 20px;
		margin: 0 auto 10px auto;
	}

	.news_contect {
		margin-top: 10px;
	}
	.news-imgbox{margin-top: 0;}
	.news-imgbox .swiper-slide a {
		padding: 5px;
	}

	.news-imgbox .swiper-slide a .news_B {
		margin-bottom: 10px;
	}
	.news-prev,
	.news-next {
		top: 100%;
	}

.lxwm_contect{margin-top: 10px;}
	.lxwm .group_title {
		margin-bottom: 10px;
	}

	.lxwm_left {
		width: 100%;
	}

	.lxwm_B {
		display: flex;align-items: center;
	}

	.lxwm_B .lxwm_top{
		width: 40px;
		height: 40px;
	}

	.lxwm_txt {
		width: calc(100% - 40px);
		padding-left: 10px;
		line-height: 20px;
		font-size: 12px;
	}

	.copyright {
		bottom: 0;
	}
	.bootom{line-height: 30px;}
	/* END-首页 */
	/* 产品中心 */
	.proner{padding: 10px;min-height: 600px;}
	.proner_t1{display: none;}
	.proner_t2{height:50px; line-height:50px; text-align:left; background:url(../img/bibeiimg/sj_jiantou.png) no-repeat right center #105CBF;background-size:auto,cover; font-size:18px; padding-left:10px;color: #FFFFFF;margin-top: 0;}
	.proner_tab{margin-top: 10px;display: none;}
	.proner_tab li{width: 100%;margin-right: 0;margin-bottom: 5px;}
	.proner_tab li a{font-size: 14px;}
	.proner_tab li:last-child{margin-bottom: 0;}
	.proner_ul{margin-top: 10px;}
	.proner_ul li{width: 48.5%;margin-bottom: 10px;}
	.proner_p{line-height: 30px;font-size: 14px;}
	
	.cpxq{padding: 10px 0;}
	.cpxq_t{font-size: 16px;line-height: 26px;}
	.cpxq_p{font-size: 14px;}
	
	/* 关于我们 */
	.abner{padding: 0;margin-top: 10px;}
	.abner_p{font-size: 14px;}
	.abner_p table{width: 100% !important;}
	.abner_p table tr td{width: 100% !important; float: left;}
	/* 荣誉资质 */
	.zhner_ul{padding: 10px 0;}
	.zhner_ul li{width: 48.5%;}
	.zhner_p{height: 30px;line-height: 30px;font-size: 14px;}
	/* END-荣誉资质 */
	/* 新闻动态 */
	.xw_ul{margin-top: 10px;}
	.xw_ul li {
		margin-bottom: 10px;
	}

	.xw_ul li a {
		padding: 5px;
	}

	.xw_ul li a .xw_img {
		width: 120px;
	}

	.xw_ul li a .xw_R {
		width: calc(100% - 120px);
		padding-left: 10px;
	}

	.xw_ul li a .xw_R .xw_p {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.xw_ul li a .xw_R .xw_txt {
		height: 60px;
		-webkit-line-clamp: 3;
	}
	.xwxq{padding: 10px 0;}
	.xwxq_p {
		line-height: 24px;
		font-size: 16px;
	}

	.xwxq_sp {
		padding: 5px 0;
		margin-bottom: 10px;
	}

	/* END-新闻动态 */
	/*联系我们*/
	.conner{padding: 10px 0;}
	.conner_p{font-size: 14px;width: 100%;}
	.map{width: 100%;height: 400px;margin-top: 10px;}
	/*END-联系我们*/
	/* 人才招聘 */
	.hr{padding: 10px 0;}
	.hr_img{width: 100%;}
	.hr_p{width: 100%;font-size: 14px;}
}

/* 手机底部组件 */
/* .root_kong {
	width: 100%;
	height: 62px;
	float: left;
	background: #fff;
}

.root {
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999999999999;
	background: #fff;
}

.root a {
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	padding: 5px 0;
	background: #105cbf;
	text-align: center;
	color: #fff;
}

.root a>div {
	width: 100%;
	float: left;
	height: 20px;
	line-height: 20px;
	font-size: 14px;

}

.root a>div:first-child {
	height: 30px;
	line-height: 30px;
	font-size: 24px;
}

.root a:hover {
	background: #fff;
	color: #105cbf;
}

.dbbox {
	position: fixed;
	left: 0;
	bottom: 65px;
	z-index: 99999;
	width: 100%;
}

.dbbox .dbs {
	position: relative;
	padding: 0 15px;
	display: none;
	text-align: center;
	transition: initial;
}

.dbbox .dbs .neirong {
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	border: 2px solid #105cbf;
}

.dbbox .dbs img {
	max-width: 140px;
}
 */
/*手机底部*/
.hot{width:100%;background:#414141; position:fixed; bottom:0; left:0; z-index:9900000; border-top:solid 2px #fff;}
.hot span{ color:#fff; font-size:16px; line-height:20px;display: block;}
.hot h6{ font-size:12px; line-height:20px;color: #FFFFFF;}
.hot .row .decoration{ display:block; color:#fff; padding:7px 0;}
.hot .row .col-xs-3{border-right: 1px solid rgba(255,255,255,0.3);}
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box img{ max-width: 140px; }
/* .hot .text-center:hover{background-color: #007AFF;} */

.view-wecht-icon{position: relative;}
.view-wecht-icon a{width:100%;position: absolute;left: 0;top: 0;z-index: 5;background: #666666;}
.view-wecht-icon button{ position: relative; z-index: 2; padding: 0; width:100%; height:100%; border:none;background:none;}
.view-wecht-icon input{ display: block; position: absolute; left: 10px; top: 10px; z-index: 1; width: 40px; height: 40px; opacity: 0;}
.view-wecht-box{position: fixed; left:0; top:0; z-index: 99999999999999; width: 100%; height: 100%; background: rgba(0,0,0,.6); overflow: hidden; visibility: hidden; opacity: 0; transition: all 0.3s;}
.view-wecht-box .view-wecht{ position: absolute; left:5%; right: 5%; top: 50%; margin-top: -150px; background: #fff; border-radius: 20px; box-shadow:0 0 15px rgba(0,0,0,.1); transform: scale(1.2); transition: all 0.3s;}
.view-wecht-box .view-wecht .view-wecht-container{ padding:30px 30px 0 30px;font-size:12px;}
.view-wecht-box .view-wecht .view-wecht-container .mc{ font-size:18px; color: #333; line-height: 24px; font-weight: bold;}
.view-wecht-box .view-wecht .view-wecht-container .textbox{ margin-bottom: 15px; font-size: 12px; color: #333; line-height:18px;}
.view-wecht-box .view-wecht .view-wecht-container .textbox span{ font-family:'Impact';font-size:14px;}
.view-wecht-box .view-wecht .view-wecht-container .queren{width:30px;height: 30px; font-size: 16px; color: #fff;position: absolute;left:50%;bottom:-38px;border:1px solid #fff;transform:translateX(-50%);border-radius: 50%;display:flex;justify-content: center;align-items: center}
.view-wecht-box .view-wecht .view-wecht-container img{display:block;max-width:150px; margin:2% auto;}
.view-wecht-box.active{ visibility: visible; opacity: 1;}

.haoma{width: 100%;background-color:#f5f5f5;position: fixed;left: 0;bottom: 0;z-index: 999999;overflow: hidden;display: none;box-shadow: 0 0 5px rgba(0, 0, 0,0.3);}
.haoma a, .haoma .quxiao{display: block;background-color: #fff;line-height: 44px;color:#333;text-align: center;border-bottom: 1px solid #ddd; font-size:15px;}
.haoma .quxiao{margin-top: 6px;border-top: 1px solid #ddd;}
.haoma .quxiao:hover, .haoma a:hover{background:#ddd;}
.foot-bbj{width:100%;height: 100%;position: fixed;left: 0;top: 0;background-color: rgba(0,0,0,0.6);display: none;z-index: 999;}


.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 15px;  border: solid 1px #ccc; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}