﻿* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
body{
	background-color:#f3f1f1;
	letter-spacing:1px;
}
p{
	margin-bottom: 0rem;
	line-height: 30px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.container{
	width:90%!important;
	max-width:90%!important;
	padding:0!important;
}
.bigimg{
	overflow: hidden;
	position:relative;
}
.bigimg img{
	transition: all 0.8s;
}
.bigimg:hover img {
	cursor: pointer;
	transform: scale(1.1);
}
.yihang{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.phoneshow{
	display:none;
}
.phonenone{
	display:block;
}
.lianghang{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.sanhang{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
.sihang{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}
a {
	text-decoration: none;
	color:#000;
}
a:hover{
	color:#0153a4;
	text-decoration: none;
}

li {
	list-style-type: none;
}

.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
/*导航*/
/*顶部导航*/

.wl-active a{
	/*padding:0!important;*/
	/*margin:0 20px!important;*/
	border-bottom:2px solid #0153a4;
	color:#0153a4!important;
	box-sizing:border-box!important;
	height:80px;
}
.header{
	width:100%;
	background-color:#fff;
	z-index: 100;
	width: 100%;
	height: 90px;
	font-size:#565757;
	padding-top: 10px
}
.header-cn{
	margin: auto;
	height: 80px;
	line-height:80px;
}
.header-cn .logo{
	float: left;
	box-sizing: border-box;
	height:80px;
}
.header-cn .logo img{
	height:80px;
	width:auto;
}

.header-cn  .nav{
	box-sizing: border-box;
	float: right;
	margin-right:4%;
}
.header-cn  .nav  ul li{
	float: left;
	line-height: 80px;
}
.header-cn  .nav  ul li a{
	display: block;
	padding: 0 20px;
	font-size: 16px;
	color:#565757;
	font-weight:bold;
}
.header-cn  .language{
	float: right;
	line-height: 80px;
}
.header-cn  .language .icon{
	font-size: 28px;
	text-align: center;
	vertical-align: middle;
}

.nav1 .nav-2 {
	display: none;
}
.nav1 .nav-2 {
	position: absolute;
	display: none;
	z-index: 100;
}
.nav1 .nav-2 ul li{
	float: none;
	height: 46px;
	line-height: 46px;
	padding:0px;
}
.nav1 .nav-2 ul li a{
	display: block;
	background: #F5F5F5;
	color: #333333!important;
	text-align: center;
	padding: 0 20px;
}
.nav1 ul li:hover .nav-2{
	display: block;
	z-index: 100;
}
.nav-2 ul li:hover a{
	color: #0065B9!important;

}
.header-cn  .nav{
	margin-left:3%;
}
.nav-2 a{
	font-size:14px!important;
	font-weight: inherit!important;
}
.nav-2{
	padding-top:15px;
}
.nav-2-1 a{
	background-color:#e8eff9!important;
}
.nav-2-1 {
	border-radius:3px;
	overflow: hidden;
}

.nav-2-1:after, .nav-2-1:before {
	border: 8px solid transparent;
	border-bottom: 10px solid #e8eff9;
	width: 0;
	height: 0;
	position: absolute;
	top: -3px;
	left: 35%;
	content: ' '
}

/*导航end*/
.section-header{
	height:80px;
	width:100%;
}
/*第一屏*/
.section1{
	position:relative;
	height:calc(100vh - 80px);
}
.banners{
	height:100%;
}
.banner{
	height:100vh;
	background-size:cover!important;
}
.small-img{
	position:absolute;
	left:7%;
	bottom:70px;
	color:#fff;
	width:230px;
}
.heng{
	height:2px;
	width:80px;
	background-color:#fff;
	opacity: 0.6;
}
.gallery-thumbs{
	position:relative;
	height:140px;
}
.gallery-thumbs .swiper-slide-thumb-active{
	opacity: 1!important;
	height:3px;
}
.gallery-thumbs .swiper-button-next{
	position:absolute;
	color:#fff;
	width:100px;
	font-size:14px;
	left:160px;
	bottom:0;
	opacity: 0.6;
}

.gallery-thumbs .swiper-button-prev{
	position:absolute;
	color:#fff;
	width:100px;
	font-size:14px;
	left:-20px;
	bottom:0;
	opacity: 0.6;
}
.thumb-number{
	margin-bottom:20px;
}
.banners .swiper-slide-active img{
	visibility: visible;
	/*-webkit-animation:scale-bg 5s linear forwards;
	animation:scale-bg 5s linear forwards;*/
}
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.1);
		transform:scale(1.1);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.1);
		transform:scale(1.1);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
.banners img{
	height:100%;
	width:100%;
	/*height:auto;*/
}
.banner{
	position:relative;
}
.banner-text{
	position:absolute;
	top:20%;
	z-index:999;
	margin:auto;
	left:0;
	right:0;
	text-align:center;
	color:#fff;
}
.banner-text h2{
	color: #fff;
	font-size: 55px;
	text-align:center;
	letter-spacing:15px;
	font-weight:normal;
}
.banner-text h3{
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 2px;
	font-weight: normal;
	opacity: 0.53;
}
.btn_xia{
	z-index:9999;
	color:#fff!important;
	position:absolute;
	bottom:30px;
	left:0;
	right:0;
	margin:auto;
}
.btn_xia:hover{
	cursor: pointer;
}

/*第二屏*/
.section2{
	/*background-color:rgb(255,255,255,0.7);*/
	height:calc(100vh - 80px);
	padding:80px 50px;
	/*background: linear-gradient(to bottom, transparent 100%, #fff 100%);*/
	position:relative;

}
.section2 .video img{
	width:100%;
	height:auto;
}
.section2 .year{
	color:#0153a4;
	font-size:40px;
	font-weight:bold;
}
.section2 .title{
	color:#0153a4;
	font-size:30px;
	margin-top:10px;
}
.section2 .heng{
	width:90px;
	height:2px;
	background-color:#0153a4;
	margin-top:20px;
}
.section2 .content{
	margin-top:30px;
	line-height:30px;
	font-size:16px;
}
.section2 .container{
	width:100%!important;
	max-width:100% !important;
	margin-top:50px;
}
.section2 .col-md-6{
	/*padding-left:110px*/
}
/*::-webkit-scrollbar {display:none!important;}*/
.hezi{
	/*margin-top:70px;*/
	display:flex;
	justify-content: space-around;
	z-index:999999;
}
.hezi-1{
	width:100px;
	height:100px;
	background-color:#f5f5f5;
	color:#333333;
	text-align:center;
	padding-top:20px;
	justify-content: center;
	z-index:999999;
}
.hezi-1 svg{
	margin-bottom:8px;
	color:#333333!important;
}
.hezi-1 a{
	color:#333333;
	font-size:14px;
}
.hezi-1:hover{
	background-color:#0153a4;
	color:#fff;
}
.hezi-1:hover svg{
	color:#fff!important;
}
.section2 .more{
	position:relative;
	margin-top:40px;
	margin-left:0px;
	width:100%;
}
.section2 .more1{
	position:absolute;
	left:0;
	display:block;
	width:50px;
	height:50px;
	background-color:#599dd7;
	border-radius:50%;
}
.section2 .more2{
	position:absolute;
	left:20px;
	line-height:50px;
	z-index:999;
}
#particles-js{
	position: absolute;
	bottom: 0;
	height: 60%;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	/*z-index:99;*/
}
.section2-left{
	width:50%;
	float:left;
	padding-right:50px;
	z-index:9999;
	margin-top:40px;
}
.section2-right{
	width:50%;
	float:left;
	z-index:9999;
	margin-top:50px;
	position:relative;
	border-radius: 15px;
	overflow: hidden;
}
.section2-right svg{
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	top:48%;
	font-size:50px;
}

/*第三屏*/
.section3-bg{
	/*background-color:#b2c2d1;*/
	background:url("../img/section3-bg.jpg") no-repeat center;
	background-size:cover;
}
.section3{
	height:calc(100vh - 80px);
	width:100%;
	position:relative;
	/*background:url("../img/section3-bg.jpg") no-repeat center;*/
	/*background-size:cover;*/
}

.section3-content{
	position:absolute;
	width:100%;
}
.section3-title{
	font-size:42px;
	color:#0153a4;
	margin:auto;
	text-align:center;
	font-weight:bold;
	margin-top:80px;
	letter-spacing: 1px;
}
.section3-heng{
	width:70px;
	height:2px;
	background-color:#0153a4;
	margin:auto;
	margin-top:10px;
}
.section3 .mySwiper3{
	overflow: hidden;
}
.sction3-box{
	position:relative;
	margin-top:70px;
}
.section3 .swiper-button-next3,.section3 .swiper-button-prev3{
	position:absolute;
	top:45%;
	z-index:9999;
	font-size:30px;
	color:#b0b6bd;
	border-radius:50px;
	width:45px;
	height:45px;
	text-align:center;
	background-color:#f8f9fa;
}
.section3 .swiper-button-next3{
	right:20px;
}
.section3 .swiper-button-prev3{
	left:20px;
}
.mySwiper3 .swiper-slide{
	padding:25px;
	background-color:#fff;
}
.sction3-box-top{
	font-size:20px;
	border-bottom:1px solid #ebebeb;
	line-height:60px;
	color:#666666;
}
.sction3-box-top span{
	font-size:30px;
	margin-right:10px;
}
.sction3-box-title{
	color:#666666;
	font-size:20px;
	margin:15px 0;
	height: 30px;
	overflow: hidden;
}
.sction3-box-desc{
	color:#666666;
	height: 50px;
	overflow: hidden;
}
.sction3-box-img{
	width:100%;
	height:auto;
	margin-top:40px;
}
.sction3-box-img img{
	width:100%;
	height:auto;
	max-height:202px;
	
}
.mySwiper3 .swiper-slide:hover .sction3-box-top{
	color:#0153a4;
	cursor: pointer;
}
.mySwiper3 .swiper-slide:hover .sction3-box-title{
	color:#0153a4;
}
.section3-more{
	width:130px;
	height:36px;
	border-radius:36px;
	text-align:center;
	color:#0153a4;
	line-height:36px;
	border:1px solid #0153a4;
	margin:auto;
	margin-top:80px;
}
/*第四屏*/
.section4-bg{
	background:url('../img/section4-bg.jpg') no-repeat center;
	background-size:cover;
}
.section4{
	width:100%;
	height:calc(100vh - 80px);
	position:relative;
}
.section4-left{
	margin-top:140px;
	width:40%;
	float:left;
	padding-left:200px;
}
.section4-left-title{
	font-size:42px;
	color:#0153a4;
	font-weight:bold;
}
.section4-left-heng{
	width:70px;
	height:2px;
	background-color:#0153a4;
	margin-top:10px;
}
.section4-left-box{
	margin-top:70px;
}
.section4-left-box-model{
	margin-top:20px;
	border-bottom:1px solid #a7c0d3;
	display:table;
	width:425px;
	padding:20px 0;
}
.section4-left-box-model-svg{
	font-size:50px;
	display:block;
	float:left;
	margin-top:5px;
}
.section4-left-box-title{
	float:left;
	margin-left:20px;
}
.section4-left-box-model-1{
	font-weight:bold;
	font-size:24px;
}
.section4-left-box-model-2{
	font-size: 20px;
}
.section4-left-box svg{
	font-size: 58px;
}
.section4-left-box-model:hover{
	color:#0153a4;
	cursor: pointer;
}
.section4-left-box-model-active{
	color:#0153a4;
	cursor: pointer;
}
.section4-more{
	background-color:#0153a4;
	color:#fff;
	width:140px;
	height:45px;
	line-height:45px;
	border-radius:45px;
	text-align:center;
	margin-top:60px;
}
.section4-right{
	width:60%;
	float:left;
	overflow: hidden;
	margin-top:100px;
	padding-right: 200px;
}
.section4-right .swiper{
	overflow: hidden;
}
.section4-right .swiper-slide{
	position:relative;
}
.swiper-slide-bottom{
	position:absolute;
	height:50px;
	width:100%;
	background-color: rgb(0,0,0,0.6);
	color:#fff;
	bottom:0;
	line-height:50px;
	padding-left:20px;
	letter-spacing: 1px;
}
.section4-right .swiper-slide span{
	height:26px;
	margin-top:12px;
	width:2px;
	display:block;
	float:left;
	background-color:#fff;
	margin-right:10px;
}
.section4-right .swiper-slide img{
	width:100%;
	height: 600px;
	max-height: 600px;
}
.section4 .swiper-button-next4,.section4 .swiper-button-next4-1,.section4 .swiper-button-next4-2{
	position:absolute;
	right:20%;
	border:2px solid #999999;
	color:#999999;
	width:35px;
	height:35px;
	border-radius:35px;
	top:83.8%;
	font-weight:bold;
	text-align:center;
	line-height:35px;
	z-index:999999;
}
.section4 .swiper-button-prev4,.section4 .swiper-button-prev4-1,.section4 .swiper-button-prev4-2{
	position:absolute;
	border:2px solid #999999;
	color:#999999;
	width:35px;
	height:35px;
	border-radius:35px;
	left:75%;
	top:83.8%;
	font-weight:bold;
	text-align:center;
	line-height:35px;
	z-index:999999;
}
.swiper-button-prev4 svg,.swiper-button-prev4-1 svg,.swiper-button-prev4-2 svg{
	margin-bottom:2px;
}
.swiper-button-next4 svg,.swiper-button-next4-1 svg,.swiper-button-next4-2 svg{
	margin-bottom:2px;
}
.section4-right-number{
	color:#999999;
	position:absolute;
	top:84.6%;
	left:40%;
	font-size:20px;
}
.section4-right-heng{
	position:absolute;
	width:26%;
	height:1px;
	left:45%;
	top:86.3%;
	background-color:#999999;
}
/*第五屏*/
.section5-bg{
	height:290px;
	background-color:#0a4b8c;
}
.footer{
	width:80%;
	margin:auto;
}
.footer-bottom{
	height:50px;
	line-height:50px;
	border-top:1px solid #355e88;
	text-align:center;
	color:#fff;
	opacity: 0.8;
	font-size:14px;
}
.footer-top{
	padding:30px 50px;
	display:table;
	width:100%;
}
.footer-top-model{
	display:table;
	float:left;
	margin-right:100px;
}
.footer-top-model div{
	color:#fff;
	font-size:16px;
}
.footer-top-model a{
	display:block;
	color:#ffffff;
	opacity: 0.8;
	margin-top:10px;
	font-size:14px;
}
.footer-top-model1{
	font-size:30px!important;
	font-weight:bold;
	margin-bottom:20px;
}
.footer-top-model1 svg{
	font-size:40px!important;
}
.footer-top-model span{
	display:block;
	margin-bottom:5px;
	color:#fff!important;
	font-size:14px!important;
}
.footer-top-model2{
	text-align:center;
	color:#fff!important;
	line-height:40px;
	float:right;
}
.footer-top-model2 img{
	width:110px;
	height:110px;
}
/*集团介绍*/
.content-bg{
	position:relative;
	width:100%;
	display:table;
}
.content-bg img{
	width:100%;
}
.content-bg-model{
	position:absolute;
	left:250px;
	top:150px;
	z-index:9999;
}
.content-bg-title{
	font-size:32px;
	font-weight:bold;
	color:#fff;
}
.content-bg-en{
	font-size:22px;
	color:#fff;
	opacity: 0.8;
}
.content-nav{
	background-color:#fff;
	border-bottom:1px solid #e9e9e9;
}
.content-nav ul{
	display:flex;
	justify-content: space-around;
	margin:auto;
	height:50px;
	line-height:50px;
	width:30%;
}
.content-nav ul li{
	justify-content: center;
}
.content-about{
	width:80%;
	margin:auto;
	display:table;
	padding-bottom:50px;
}
.content-about .section2{
	background:none;
	height:auto;
	display:table;
	width:100%;
}
.content-about .section2-right{
	border-radius:15px;
	overflow: hidden;
}
.content-about-bg{
	height:240px;
	background:url('../img/content-about-bg.jpg') no-repeat center;
	background-size:cover;
	border-radius:15px;
	overflow: hidden;
}
.content-about-model{
	display:flex;
	justify-content: space-around;
	width:70%;
	margin:auto;
}
.content-about-model1{
	margin-top:60px;
	justify-content: center;
	text-align:center;
	color:#fff;
	font-size:18px;
	width:210px;
}
.content-about-model1-top{
	font-weight:bold;
	margin-bottom:15px;
}
.content-about-model1-top span{
	font-size:40px;
}
.content-about-content{
	margin:80px 0 80px 0;
}
.content-about-content p{
	text-indent:2em;
	text-align: justify;
}
.content-about-bgcolor{
	display:table;
	width:100%;
	background-color:#fff;
}
.content-about1{
	width:80%;
	margin:auto;
	display:table;
	position:relative;
}
.content-about-bg{
	position:absolute;
	top:-100px;
	width:100%;
}
.content-nav-active{
	display:block;
	line-height:50px;
	color:#0153a4;
	border-bottom:1px solid #0153a4;
}


/*企业文化*/
.content-ark{
	background-color:#fff;
	display:table;
	width:100%;
}
.content-80{
	width:80%;
	margin:auto;
}
.culture-title{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	padding-top:30px;
}
.culture-desc{
	width:50%;
	margin:auto;
	text-align:center;
	margin-top:20px;
	line-height:26px;
	margin-bottom:300px;
}

.culture-bg{
	width:60%;
	margin:auto;
	display:flex;
	justify-content: space-evenly;
	padding:50px 0 50px 0;
	background-color:#fff;
	margin-top:-300px;
}
.culture-model {
	justify-content: center;
	text-align:center;
	width:240px;
	padding:60px 0;
	box-shadow: 0px 0px 8px #bbbbbb;
	background-color:#fff;
}
.culture-model:hover svg{
	color:#0153a4;
	cursor: pointer;
}
.culture-model svg{
	font-size:60px;
	color:#64717c;
	margin-bottom:40px;
}
.culture-model1{
	color:#666666;
	margin-bottom:5px;
}
.culture-model2{
	font-weight:bold;
	font-size:18px;
}

.culture-img{
	width:100%;
	display:table;
	background:url('../img/culture.jpg') no-repeat center;
	background-size:cover;
	height:500px;
}
.staff{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	color:#666666;
	line-height:100px;
}
.staff-bg{
	width:70%!important;
	max-width: 70%!important;
	margin:auto;
}
.staff-bg-model{
	margin-top:30px;
}
.staff-bg-model img{
	width:100%;
	height:auto;
}
.staff-bg-model .staff-bg-model-title{
	line-height:50px;
	padding-left:10px;
	background-color:#fff;
	height: 50px;
	overflow: hidden;
}
.staff-more{
	width:130px;
	height:35px;
	text-align:center;
	line-height:35px;
	margin:auto;
	border-radius:30px;
	border:1px solid #b5b5b5;
	margin-top:40px;
	margin-bottom:40px;
}
/*企业动态*/
.news-bg{
	background:url('../img/news-bg1.jpg') no-repeat center;
	background-size:cover;
	padding:50px 0;
}
.news-bg1{
	width:70%;
	margin:auto;
	overflow: hidden;
}
.news-bg1-left{
	float:left;
	width:50%;
	height:378px;
	overflow: hidden;
}
.news-bg1-left img{
	width:100%;
	height:378px;
}
.news-bg1 .mySwiper-news{
	height: 370px;
	overflow: hidden;
}
.news-bg1-right{
	float:left;
	width:50%;
	padding:40px;
	background-color:#fff;
	height:378px;
	overflow: hidden;
	position:relative;
}
.news-bg1-right-title{
	font-size:30px;
	height: 40px;
}
.news-bg1-right-desc{
	color:#666666;
	margin-top:20px;
}
.news-bg1-right-date{
	color:#666666;
	margin-top:30px;
}
.news-bg1-right-more{
	border:1px solid #dcdcdc;
	line-height:35px;
	width:130px;
	text-align:center;
	border-radius:35px;
	margin-top:60px;
}
.news-bg1-right-number{
	position:absolute;
	right:40px;
	bottom:50px;
}
.news-bg1-right-number span{
	font-size:20px;
	color:#0153a4;
}
.news-list .container{
	width:70%!important;
	max-width:70%!important;
}
.news-list{
	padding:50px 0 0 0;
}
.news-list img{
	width:100%;
	height:241px;
	max-height:241px;
}
.news-list-title{
	font-size:20px;
	height: 30px;
}
.news-list-desc{
	color:#999999;
	margin-top:20px;
	height:48px;
}
.news-list-date{
	color:#999999;
	margin-top:20px;
	display:table;
	width:100%;
}
.news-list .col-md-4{
	margin-bottom:40px;
}
.news-list-bottom{
	background-color:#fff;
	padding:20px;
	box-shadow: 0px 0px 8px #e3e0e0;
}
.news-list-date-1{
	display:block;
	float:left;
}
.news-list-date-2{
	display:block;
	float:right;
}

/*子公司*/
.zi-nav{
	width:50%!important;
}
.zi-bg{
	display:table;
	width:100%;
	padding-top:100px;
	background-color:#fff;
}
.zi-bg-left{
	width:50%;
	float:left;
	overflow: hidden;
	border-radius:0 0 100px 0;
	padding-left: 30px;
}
.zi-bg-left1{
    float:right;border-radius:100px 0 0 0;
    padding-right: 30px;
    padding-left: 0;
}
.zi-bg-left img{
	width:100%;
	height:auto;
}
.zi-bg-right{
	width:50%;
	float:right;
	padding-left:100px;
	padding-right:100px;
}
.zi-bg-right-title{
	font-size:30px;
	font-weight:bold;

}
.zi-bg-right-desc{
	color:#333333;
	font-size:17px;
	margin-top:40px;
	text-indent: 2em;
	line-height: 38px;
	text-align: justify;
}
.zi-bg-right-desc1{
	color:#333333;
	font-size: 17px;
	line-height: 38px;
	text-indent: 2em;
	margin-top:5px;
	text-align: justify;
}
.zi-bg-right-more{
	width:130px;
	height:35px;
	text-align:center;
	line-height:35px;
	border-radius:30px;
	border:1px solid #b5b5b5;
	margin-top:40px;
}
.zi-bg-right1{
	float:left;
	padding-right:100px;
	padding-left:100px;
}

/*企业资质*/
.qualifications{
	background:url('../img/qualifications-bg.jpg') no-repeat center;
	background-size: cover;
	width:100%;
	height:900px;
	position:relative;
}
.qualifications-title{
	position:absolute;
	top:80px;
	font-weight:bold;
	font-size:38px;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
	letter-spacing: 5px;
}
.qualifications-en{
	position:absolute;
	top:95px;
	font-size:46px;
	color:#aac0cb;
	font-weight:bold;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
	letter-spacing: 5px;
}
.qualifications-content{
	position:relative;
	top:260px;
	left:0;
	right:0;
	width:80%;
	margin:auto;
	padding-bottom:200px;
}
.qualifications-content .swiper-slide{
	text-align:center;
	transform: scale(0.85);
	padding:0 10px;
	width:300px;
	height:400px;
	line-height:400px;
	text-align:center;
}
.qualifications-content .swiper-slide img{
	max-width: 100%;
	max-height:100%;
}
.qualifications-content .swiper-slide-active{
	transform: scale(1);
	background-color:#fff;
}
.qualifications-content .swiper-button-next{
	color:#3d81d8;
	font-size:70px;
	top:90%;
	right:20%;
}
.qualifications-content .swiper-button-prev{
	color:#3d81d8;
	font-size:70px;
	top:90%;
	left:20%;
}
.qualifications-content-heg{
	text-align:center;
	position:absolute;
	width:100%;
	top:83%;
}
.qualifications-content-heg img{
	width:44%;
}
/*企业荣誉*/
.honor{
	width:70%;
	margin:auto;
	display:table;
	margin-bottom:80px;
}

.honor-model{
	width:100%;
	float:left;
	padding:25px 0;
}
.honor-model-left{
	width:20%;
	float:left;
	position:relative;
}
.honor-model-left div{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:35%;
	text-align:center;
	color:#0078c5;
	font-size:20px;
	font-weight:bold;
}
.honor-model-left img{
	width:60%;
	height:auto;
	text-align:center;
	margin-left:20%;
}
.honor-model-right{
	width:70%;
	float:left;
}
.honor-model-right li{
	line-height:30px;
}
.honor-model1{
	background-color:#0078c5;
	color:#fff;
}
.honor-model1 .honor-model-left div{
	color:#fff;
}
.honor-model-right span{
	color:#0078c5;
	font-size:30px;
	margin-right:5px;
	display:block;
	float:left;
}
.honor-model1 .honor-model-right span{
	color:#fff;
}

/*精品工程*/
.engineering{
	width:70%;
	margin:auto;
}
.engineering-top .mySwiper{
	width:100%;
	margin:auto;
	overflow: hidden;
}
.engineering-top{
	position:relative;
	margin:30px 0;
}
.engineering-top .swiper-slide{
	text-align:center;
	/*padding:30px 0;*/
}
.engineering-top a{
	display: block;
	padding: 30px 0;
}

.engineering-top .swiper-slide:hover{
	background-color:#0070be;
	color:#fff!important;
	cursor: pointer;
}
.engineering-top .nav-active{
    background-color:#0070be;
	color:#fff!important;
}
.engineering-top .nav-active a{
    color:#fff!important;
}
.engineering-top .swiper-slide:hover a{
	color:#fff!important;
}

.engineering-top .swiper-slide svg{
	font-size:50px;
	margin-bottom:5px;
}
.engineering-top .swiper-button-next{
	font-size:40px;
}
.engineering-top .swiper-button-prev{
	font-size:40px;
}
.engineering-list{
	margin-bottom:20px;
}
.engineering-list-bottom{
	background-color:#fff;
	padding:20px 10px;
	border-bottom:2px solid #fff;
}
.engineering-list-title{
	font-size:18px;
	color:#535353;
	margin-bottom:10px;
	height: 30px;
}
.engineering-list-year{
	color:#999999;
}
.engineering-list .col-md-4{
	margin-bottom:30px;
	margin-top:20px;
}
.engineering-list-img img{
	width:100%;
	height:260px;
}
.engineering-list .col-md-4:hover .engineering-list-bottom{
	border-bottom:2px solid #0070be;
}
.engineering-list .col-md-4:hover .engineering-list-title{
	color:#0070be;
}
/*起重吊装*/
.hoisting{
	margin-top:30px;
}
.hoisting .engineering-list-title{
	text-align:center;
	height: 30px;
}
/*联系我们*/
.contact{
	width:70%;
	margin:auto;
	position:relative;
	margin-top:50px;
}
.contact-modal{
	position:absolute;
	right:150px;
	top:40px;
	width:360px;
	box-shadow: 0px 0px 10px #a9a7a7;
}
.contact-modal img{
	width:100%;
	height:auto;
}
.contact-modal1{
	padding:20px 20px 20px 20px;
	background-color:#fff;
	line-height:30px;
}
.contact-model-bg{
	display:flex;
	justify-content: space-between;
	width:70%;
	margin:auto;
	margin-top:50px;
	margin-bottom:100px;
}
.contact-model {
	justify-content: center;
	position:relative;
	background-color:#eaedef;
	width:410px;
	height:230px;
	padding:40px 30px;
}
.contact-model-f{
	width:20px;
	height:20px;
	position:absolute;
	top:0;
	left:0;
	background-color:#0070be;
}
.contact-model svg{
	font-size:130px;
	color:#dbe4eb;
	position:absolute;
	display:block;
	right:0;
	bottom:0;
}
.contact-model-title{
	font-weight:bold;
	position:absolute;
	top:40px;
}
.contact-model-desc{
	position:absolute;
	top:85px;
	width: 100%;
}

.public-content{
    width:70%;
    margin:auto;
    padding:50px 0;
    letter-spacing: 1px;
    text-align: justify;
}
.public-content-title{
    font-size:26px;
    font-weight:bold;
    text-align:center;
    margin-bottom:20px;
}
.public-content-user{
    text-align:center;
    color:#888888;
    margin-bottom:30px;
}
/*分页*/
.pagepage{
    width:100%;
	/*height: 100%;*/
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 12px;
	padding-left: 3px;
	margin: 30px 0;
	/*float: right;*/
	text-align:center;
	margin:auto;
	margin-top:30px;
	display: table;
}

.pagepage  a{
	font-size:14px;
	/*display: block;*/
	height: 30px;
	overflow: hidden;
	line-height: 20px;
	background-color: #b9d5f3;
	border: 1px solid #007bff;
	/*float: left;*/
	text-align: center;
	margin-right: 4px;
	margin-left: 4px;
	text-decoration: none;
	/*padding-right: 15px;*/
	/*padding-left: 15px;*/
	padding:3px 15px;
	color: #007bff;
	/*display:block;*/
	/*float:left;*/
}
.pagepage  a:hover{
	/*display: block;*/
	background-color: #007bff;
	border: 1px solid #007bff;
	/*float: left;*/
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}
.pagepage b{
	/*display: block;*/
	height: 30px;
	overflow: hidden;
	line-height: 20px;
	background-color: #007bff;
	border: 1px solid #007bff;
	/*float: left;*/
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
	color: #fff;
	padding-right: 8px;
	padding-left: 8px;
	/*display:block;*/
	/*float:left;*/
	/*line-height:20px;*/
	/*padding-top:3px;*/
	padding: 3px 15px;
	
}
.section4-right-a1,.section4-right-a3{
    display:none;
}
#maomao{
    padding-bottom:30px;
}

.content-ark img{
    max-width:100%!important;
    height:auto!important;
}
.wenhua{
    left:0;right:0;margin:auto;text-align:center;top:110px;
}
.wenhua .content-bg-title{
    font-size:50px;
}
.wenhua .content-bg-en{
    font-size:30px;
}

.rongyu{
	padding:40px 0
}
.rongyu-title{
	font-size:30px;text-align:center;
}
.rongyu-model{
	margin:auto;margin-top:30px;width:400px;display:flex;justify-content: space-around;
}
.rongyu-model div{
	justify-content: center;
	background-color:#fff;
	width:100px;
	height:30px;
	line-height:30px;
	text-align:center;
	border-radius:5px;
}
.rongyu-native{
	background-color:#0153a4!important;
}
.rongyu-native a{
	color:#fff!important;
}
.rongyu-bg {
	width: 70%!important;
	max-width: 70%!important;
	margin: auto;
	margin-bottom:30px;
}
.rongyu-bg-model{
	margin-top:30px;
	text-align:center;
}
.rongyu-bg-model-img{
	border:1px solid #dcdbdc;
	padding:10px;
}
.rongyu-bg-model-img img{
    max-width:100%;
    max-height:250px;
}
.rongyu-bg-model-title{
	margin-top:20px;
}

.zizhi-bg {
			background: url(img/qualifications-bg.jpg) no-repeat center;
			background-size: cover;
			width: 100%;
			height: 600px;
			padding:100px 0;
		}
		.zizhi{
			width:70%;
			margin:auto;
		}
	
		.zizhi-left{
			width:30%;
			float:left;
			height:400px;
			overflow-y: auto;
			direction: rtl;
			position:relative;
		}
		.zizhi-left div{
			line-height:50px;
			position:absolute;
			height:50px;
			left:30px;
			direction: ltr;
		}
		.zizhi-left div:hover{
			cursor: pointer;
		}
		.zizhi-right{
			width:70%;
			float:left;
			position:relative;
		}
		.zizhi-right-img{
			width:70%;
			overflow: hidden;
			margin:auto;
			text-align:center;
		}
		.zizhi-img img{
			width:100%;
			height:auto;
			max-height:400px;
			width:auto;
			max-width:100%;
		}

		::-webkit-scrollbar {
			width:4px;
		}
		/* 滚动槽 */
		::-webkit-scrollbar-track {
			-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
			border-radius:10px;
		}
		/* 滚动条滑块 */
		::-webkit-scrollbar-thumb {
			border-radius:5px;
			background:rgba(0,0,0,0.1);
			background:rgba(1,83,164,0.4);
		}
		::-webkit-scrollbar-thumb:window-inactive {
			background:rgba(1,83,164,0.4);
		}
		.zizhi-right svg{
			font-size:30px;
			color:#a7aaab;
		}
		.zizhi-right .swiper-button-next,.zizhi-right .swiper-button-prev{
			width:40px;
			height:40px;
			text-align:center;
			line-height:40px;
			border-radius:50px;
			border:2px solid #a7aaab;
		}
		.zizhi-active{
			color:#0153a4;
		}
		.zizhi-right .swiper-button-prev{
		    left:60px;
		}
		.zizhi-right .swiper-button-next{
		    right:60px;
		}
		.aba1{
			float: left;
		}
		.aba2{
			display: flex;
		}
		.shangxia1{
			display: table;
			float: left;
			margin-top: 40px;
			margin-bottom: 0px;
			font-size: 15px;
			padding: 0 10px;
			width: 100%;
		}
		.shangxia2{
			display: table;
			float: right;
			margin-top: 10px;
			margin-bottom: 10px;
			font-size: 15px;
			padding: 0 10px;
			width: 100%;
		}
		.fubiaoti{
			text-align: right;
			margin-bottom: 20px;
			color: #888888;
		}
		.aaaaa{
			width: 30%;
			float: left;
			margin: 0 1.66%;
		}
		.abcabcabc{
			height: 255px!important;
		}