@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
}
li{
    list-style: none;
}
/*》》》》》》》》》》字体引用《《《《《《《《《《*/
@font-face{
    font-family:'puhui';src:url('../fonts/Alibaba-PuHuiTi-Regular.ttf');
}
@font-face{
    font-family:'blokcn';src:url('../fonts/HELVETICANEUELTSTD-BLKCN.OTF');
}
@font-face{
    font-family:'mdcn';src:url('../fonts/HELVETICANEUELTPRO-MDCN.OTF');
}
@font-face{
    font-family:'mdcno';src:url('../fonts/HELVETICANEUELTPRO-MDCNO.OTF');
}
@font-face{
    font-family:DINBold;src:url(../fonts/DIN-Bold.eot);
    src:url(../fonts/DIN-Bold.eot?#iefix)
    format('embedded-opentype'),url(../fonts/DIN-Bold.woff2)
    format('woff2'),url(../fonts/DIN-Bold.woff)
    format('woff'),url(../fonts/DIN-Bold.ttf)
    format('truetype'),url(../fonts/DIN-Bold.svg#novecentowide-bold-webfont)
    format('svg')
}
body{font-family: puhui;}
/*banner*/
.index-banner{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 2;
}
.index-banner img.swiper_img{
    object-fit: cover;
    height: 100%;
}
.index-banner .swiper-container{
    width: 100%;
    height: 100vh;
}
.index-banner img.swiper_img,.ny-banner img{
    width: 100%;
    display: block;
}
.index-banner .swiper-slide{
    position: relative;
	background-position: center;
	background-size: cover !important;
	justify-content: center;
	align-items: center;
	display: flex;
}
.index-banner .swiper-slide img.swiper_img{
    width: 100%;
    min-width: 1200px;
    height: 100%;
}
.index-banner .banner-text{
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    opacity: 0;
    color:#000000;
}
.index-banner .swiper-slide-active .banner-text{
	-webkit-animation: fadeInLeftBig 1.4s ease-in-out;
	animation: fadeInLeftBig 1.4s ease-in-out;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.index-banner .banner-text h5{
    font-size: 3.5vw;
    font-weight: bold;
    letter-spacing: 4px;
    color: #fff;
}
.index-banner .banner-text h5 em{
	font-weight: bold;
	color: #fff;
}
.index-banner .banner-text h6{
    text-transform: uppercase;
    font-size: 28px;
    line-height: 5vw;
    font-weight: 300;
    color: #fff;
    letter-spacing: 5px;
}
.index-banner .banner-text p{
    font-size: 1.5vw;
    text-transform: uppercase;
    color: #fff;
	letter-spacing: 6px;
}
.index-banner .banner-text a{
    display: block;
    width: 140px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color:#fff;
    font-size: 19px;
    background:#e3b45e;
    margin-top: 50px;
    transition: .5s;
    border-radius: 50px;
    box-shadow: 0px 8px 24px rgba(4, 111, 232, .29);
}
.index-banner .banner-text a:hover{
    background:#f67d42;
    box-shadow: 0px 8px 24px rgba(246, 125, 66, .29);
}

/* 按钮 */
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 20px;
}
.index-banner .swiper-pagination-bullet {
    width: 45px;
    height: 2px;
    opacity: 1;
    border-radius: 0;
    background-color: #fff;
}

.index-banner .swiper-pagination-bullet-active {
    background-color: #e3b45e;
	opacity: 1;
    
}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets,.index-banner .swiper-pagination-custom,.s1_banner .swiper-pagination-fraction{
    bottom: 50px;
}

.index-banner .swiper-slide.swiper-slide-active img.swiper_img{
	width: 100%;
	height: 100%;
	animation:mymove 7s infinite;
	-webkit-animation:mymove 7s; /*Safari and Chrome*/
	/* animation-direction:alternate; *//*轮流反向播放动画。*/
	animation-timing-function: ease-in-out; /*动画的速度曲线*/
	-webkit-animation:mymove 7s infinite;
	/* -webkit-animation-direction:alternate */;/*轮流反向播放动画。*/
	-webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
	/* animation-delay:0.1s;
	-webkit-animation-delay:0.1s; */ /* Safari 和 Chrome */
}
.grid-2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
/* 标题 */
.title{
    padding: 0 0 50px;
    text-align: center;
}
.title b,.c1-about .about-title b{
    font-size: 72px;
    text-align: center;
    color: #f0f0f0;
    font-family: blokcn;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 70px;
}
.title h5,.c1-about .about-title h5{
    font-size: 2vw;
    color: #000;
    font-weight: bold;
}
/*首页关于我们*/
.c1-about{
    width: 100%;
    padding: 110px 0 0;
	background: url(../images/about_bg.png) repeat-x center bottom;
	margin-bottom: 80px;
}
.c1-about-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.title-c1{
	position: relative;
}
.title-c1 i{
	position: absolute;
	bottom: -20px;
	left: -50px;
	width: 85%;
	z-index: 1;
}
.title-c1 i img{
	width: 100%;
	height: auto;
}
.title-c1>img{
	position: relative;
	z-index: 2;
}
.title-c1 h4{
	font-size: 34px;
	color: #000;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 25px;
	position: relative;
	z-index: 2;
}
.title-c1 h4 em{
	color: #e3b45e;
	font-weight: bold;
}
.c1-about-l{
	width: 58%;
}
.c1-about-l-text{
	margin-top: 70px;
	overflow: hidden;
}
.c1-about-l-text p{
	font-size: 16px;
	color: #666;
	line-height: 33px;
	text-align: justify;
	text-indent: 2em;
}
.c1-about-l-text a{
	margin-top: 20px;
	float: right;
	font-size: 16px;
    color: #999;
	padding: 5px 10px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
}
.c1-about-l-text a i{
	transition: .6s;
	display: block;
}
.c1-about-l-text a:hover{
	color: #e3b45e;
}
.c1-about-l-text a:hover i{
	transform: translateX(10px);
}
.c1-about-r-num ul{
	flex-wrap:wrap;
}
.c1-about-r-num li{
	width: 50%;
	margin-bottom: 20px;
}
.c1-about-r-num b{
	font-size: 50px;
	color: #e3b45e;
	font-family: Impact;
}
.c1-about-r-num div em{
	font-size: 16px;
	color: #333;
	position: absolute;
	top: 0;
	right: -22px;
}
.c1-about-r-num li:nth-child(2) div em{
	right: -43px;
}
.c1-about-r-num li:nth-child(3) div em{
	right: -29px;
}
.c1-about-r-num li:nth-child(4) div em{
	right: -14px;
}
.c1-about-r-num div{
	display: inline-block;
	position: relative;
}
.c1-about-r-num p{
	font-size: 16px;
	color: #333;
}
.c1-about-r{
	width: 26%;
}
.c1-about-bottom-list{
	display: flex;
	justify-content: space-between;
	margin-top: 160px;
}
.c1-about-bottom-list>div{
	width: 49%;
}
.c1-about-bottom-list li{
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 37px 0;
	transition: 0.6s;
}
.c1-about-bottom-list li:hover{
	transform: translateY(-20px);
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}
.c1-about-bottom-list-title{
	width: 29%;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	box-sizing: border-box;
	border-right: 1px solid #e7e7e7;
	padding: 20px 0;
}
.c1-about-bottom-list-title i{
	font-size: 50px;
	color: #e3b45e;
	line-height: 50px;
	margin-bottom: 20px;
}
.c1-about-bottom-list-title span{
	font-size: 28px;
	color: #000;
	font-weight: bold;
	line-height: 28px;
}
.c1-about-bottom-list-text{
	width: 71%;
	padding: 0 50px;
	overflow: hidden;
}
.c1-about-bottom-list-text p{
	font-size: 16px;
	color: #333;
	line-height: 27px;
	display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 3;
	  overflow: hidden;
}
.c1-about-bottom-list-text a{
	float: right;
	margin-top: 25px;
	font-size: 16px;
	color: #999;
	display: flex;
}
.c1-about-bottom-list-text a:hover{
	color: #e3b45e;
}
.c1-about-bottom-list-text a i{
	margin-left: 10px;
	font-size: 22px;
	transition: .6s;
	display: block;
}
.c1-about-bottom-list-text a:hover i{
	transform: translateX(10px);
	margin-left: 10px;
}
/*首页业务领域*/
.c2-yewu{
    background: #fff;
    padding-bottom: 80px;
	overflow: hidden;
}
.c2-yewu-box{
	width: 100%;
	position: relative;
}
.c2-yewu-box .swiper-wrapper{
	display: flex;
	justify-content: space-between;
}
.c2-yewu-box .swiper-slide{
	width: 48%;
}
.c2-yewu-box .swiper-container{
	padding-top: 27px;
}
.c2-yewu-box .c2-yewu-cont{
	position: relative;
	display: block;
}
.c2-yewu-box .c2-yewu-cont img{
	width: 100%;
	height: auto;
	transition: 0.6s;
}
.c2-yewu-box .c2-yewu-cont:hover img{
	transform: scale(1.08);
}
.c2-yewu-cont div{
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	padding:40px;
	/* background-color: rgb(0,0,0,0.3); */
	bottom: -20px;
	opacity: 0;
	transition: 0.6s;
	z-index: 2;
}
.c2-yewu-cont:hover div{
	bottom: 0;
	opacity: 1;
}
.c2-yewu-box .swiper-slide:hover .c2-yewu-cont div{
	display: block;
}
.c2-yewu-cont h4{
	width: 220px;
	background: url(../images/xin.png) no-repeat 38px center;
	background-color: #e3b45e;
	font-size: 25px;
	line-height: 54px;
	color: #fff;
	position: absolute;
	padding-left: 74px;
	top: -27px;
	left: 0;
	text-transform: uppercase;
	z-index: 2;
}
.c2-yewu-cont div em{
	font-size: 40px;
	color: #fff;
	line-height: 40px;
	display: block;
	margin-top: 15px;
}
.c2-yewu-cont div p{
	font-size: 18px;
	line-height: 30px;
	display: -webkit-box; /* 将对象作为弹性伸缩盒子模型显示 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    overflow: hidden; /* 溢出隐藏 */
	color: #fff;
}
.c2-yewu-cont div span{
	display: block;
    text-align: right;
    font-size: 16px;
    color: #fff;
    margin-top: 25px;
    float: right;
    padding: 5px 9px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.c2-yewu-cont div span i{
	display: block;
	margin-left: 15px;
	transition: 0.6s;
}
.c2-yewu-cont div span:hover i{
	margin-left: 10px;
	transform: translateX(10px);
}
.c2-yewu-cont div span:hover{
	color: #e3b45e;
}
.tab-container{
	width: 83%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 84px;
	background-color: rgb(0,0,0,0.40);
	display: flex;
	z-index: 5;
}
.tab-container div{
	width: 14.28%;
	line-height: 84px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.tab-container div::after{
	display: block;
	content: "";
	width: 1px;
	height: 22px;
	background-color: #a5abb5;
	right: 0;
	top: 50%;
	margin-top: -11px;
	position: absolute;
}
.tab-container div:last-child::after,.tab-container div.active::after{
	display: none;
}
.tab-container div.active{
	background-color: #e3b45e;
}
.tab-container div.active::before{
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	background-color: #fff;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -6px;
	transform: rotate(45deg);
}
.c2-yewu-box .swiper-container .swiper-slide.swiper-slide-active .c2-yewu-cont div{
	display: block;
}
.c2-yewu-box .swiper-container .swiper-slide.swiper-slide-active .c2-yewu-cont img{
	opacity: 1;
}
.c2-yewu-box .swiper-button-next, .c2-yewu-box .swiper-button-prev{
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	top: 50%;
	margin-top: -40px;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	background-color: rgba(0, 0, 0, .1);
}
.c2-yewu-box .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    margin-right: 0;
    right: 5%;
}
.c2-yewu-box .swiper-button-next, .c2-yewu-box .swiper-container-rtl .swiper-button-prev,.c2-yewu-box .swiper-button-prev,.c2-yewu-box .swiper-container-rtl .swiper-button-next{
	background-image: none;
}
.c2-yewu-box .swiper-button-next:hover{
	color: #fff;
	background-color: #e3b45e;
}
/*首页重点领域*/
.c3-focus{
    padding: 0 0 100px 0;
    background: url(../images/focus-bg.png) no-repeat center center;
    width: 100%;
    background-size: cover;
}
.c3-focus .c3-focus-box{
    position: relative;
}
.c3-focus .c3-focus-box .c3-focus-icon li{
    cursor: pointer;
    width: 12.5%;
}
.c3-focus .c3-focus-box .c3-focus-icon li i.iconfont{
    font-size: 49px;
    color: #fff;
    text-align: center;
    width: 120px;
    height: 120px;
    border: 1px solid #fff;
    display: block;
    border-radius: 100%;
    line-height: 120px;
    margin: 0 auto;
    position: relative;
}
.c3-focus .c3-focus-box .c3-focus-icon li:hover .deg{
	-webkit-transform: rotate3d(0,1,0,360deg);
	-moz-transform: rotate3d(0,1,0,360deg);
	transform: rotate3d(0,1,0,360deg);
	transition: -webkit-transform 0.5s ease-in-out;
	transition: -moz-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
}
.c3-focus .c3-focus-box .c3-focus-icon li i.iconfont::after{
	content: '';
    display: block;
    width: 94px;
    height: 94px;
    border: 1px solid #fff;
    border-radius: 50%;
    top: 50%;
    margin-top: -47px;
    left: 50%;
    margin-left: -47px;
    position: absolute;
}
.c3-focus .c3-focus-box .c3-focus-icon li p{
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 10px;
}
.c3-focus .c3-focus-box .c3-focus-icon li h5{
	text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}
.c3-focus .c3-focus-box .c3-focus-icon li:hover .c3-focus-dian{
    background: #fff;
}
.c3-focus .c3-focus-box .c3-focus-icon li:hover b{
	opacity: 1;
}
.c3-focus .c3-focus-box .c3-focus-icon li .c3-focus-dian{
    width: 17px;
    height: 17px;
    border: 1px solid #fff;
    border-radius: 100%;
}
.c3-focus .c3-focus-box .c3-focus-icon li b{
    font-size: 50px;
    color: rgb(255 255 255 / 40%);
    opacity: 0;
    text-align: center;
    display: block;
}
.c3-focus .c3-focus-box .c3-focus-icon li .c3-focus-line-box{
    align-items: center;
    display: flex;
}
.c3-focus .c3-focus-box .c3-focus-icon li .c3-focus-line-box .c3-focus-line-left{
    width: 50%;
    display: block;
    height: 1px;
    background: #fff;
}
.c3-focus .c3-focus-box .c3-focus-icon li .c3-focus-line-box .c3-focus-line-right{
    width: 50%;
    display: block;
    height: 1px;
    background: #fff;
}
.c3-focus .c3-focus-box .c3-focus-line{
    width: calc((100% - 75%) / 2);
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 8px;
    left: 0;
}
.c3-focus .c3-focus-box .c3-focus-line2{
    width: calc((100% - 75%) / 2);
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 8px;
    right: 0;
}
/* 首页服务项目 */
.c3-lingyu{
	
}
.c3-lingyu-list{
	display: flex;
}
.c3-lingyu-list li{
	width: 16.66%;
	background-color: #f5f5f5;
	height: 310px;
	position: relative;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0 10px;
}
.c3-lingyu-list li a{
	font-size: 16px;
	color: #eac37d;
	left: 40px;
	bottom: 50px;
	position: absolute;
	display: none;
}
.c3-lingyu-list li:nth-child(2n){
	background-color: #f9f9f9;
}
.c3-lingyu-list li.on{
	width: 32%;
}
.c3-lingyu-list-top{
	padding-top: 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.c3-lingyu-list-top i{
	font-size: 30px;
	color: #eac37d;
	display: none;
}
.c3-lingyu-list-title{
	text-align: center;
	width: 100%;
}
.on .c3-lingyu-list-title{
	text-align: left;
	width: auto;
}
.c3-lingyu-list-title h5{
	font-size: 26px;
	color: #000;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 12px;
}
.c3-lingyu-list-title p{
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
	line-height: 24px;
}
.c3-lingyu-list-text{
	font-size: 16px;
	color: #666;
	line-height: 24px;
	height: 72px;
	margin-top: 34px;
	overflow: hidden;
	display: none;
}
.c3-lingyu-list li>i{
	position: absolute;
	bottom: 35px;
	right: 35px;
}
/* .c3-lingyu-list li.on a{
	display: block;
	
} */
/* .c3-lingyu-list li.on .c3-lingyu-list-text{
	display: block;
} */
.c3-lingyu-list li.on .c3-lingyu-list-top i{
	display: block;
}
.c3-lingyu-list li.on a em{
	transition: .6s;
}
.c3-lingyu-list li.on a:hover em{
	margin-left: 15px;
}
.c3-lingyu-list li.on{
	background: url(../images/lingyu_bg.png) no-repeat left bottom;
	background-color: #fff;
	padding: 0 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	z-index: 2;
}
/*首页新闻中心*/
.c4-new{
    padding-top: 80px;
	background-color: #fff;
	padding-bottom: 70px;
	overflow: hidden;
}
.c4-news-box .swiper-container{
	padding:20px 10px 68px;
}
.c4-news-box a{
	display: block;
	height: 310px;
	overflow: hidden;
	position: relative;
	transition: 0.6s;
}
.c4-news-box a:hover{
	transform: scale(1.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.c4-news-box a img{
	width: 100%;
	height: 310px;
	object-fit: cover;
	transition: 0.6s;
}
.c4-news-box a:hover img{
	
}
.c4-news-box a h4{
	position: absolute;
	line-height: 44px;
	background-color: rgba(0, 0, 0, 0.4);
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	bottom: 0;
	width: 100%;
	left: 0;
}
.c4-news-box a:hover h4{
	background-color: rgba(227, 180, 94, .7);
}
.c4-news-box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 15px;
}
.c4-news-box .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    opacity: 1;
    border-radius: 50%;
    background-color: #c9c9c9;
}

.c4-news-box .swiper-pagination-bullet-active {
    background-color: #e3b45e;
	width: 8px;
	height: 8px;
	position: relative;
	opacity: 1;
}
.c4-news-box .swiper-pagination-bullet-active::after{
	content: " ";
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	border: 2px solid #f9efdc;
	border-radius: 50%;
	box-sizing: border-box;
	top: 50%;
	margin-top: -9px;
	left: 50%;
	margin-left: -9px;
}
/* 内页banner */
.ny-banner{
    width: 100%;
    height: 400px;
    min-width: 1200px;
}
.ny-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ny-banner .area-box{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    /* text-align: center; */
}
.ny-banner .area-box h5{
    font-size: 48px;
    color:#fff;
}
.ny-banner .area-box i{
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    margin-top: 20px;
}
.ny-banner .area-box p{
    text-transform: uppercase;
    font-size: 25px;
    color:#fff;
}
/* 内页banner */
.banner2{
	position: relative;
    overflow: hidden;
}
.banner2 img{
	width: 100%;
	height: auto;
    animation:mymove 8s;
    -webkit-animation:mymove 8s ; /*Safari and Chrome*/
    /* animation-direction:alternate; *//*轮流反向播放动画。*/
    animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation:mymove 8s;
	animation-fill-mode:forwards;
    /* -webkit-animation-direction:alternate; *//*轮流反向播放动画。*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    animation-delay:0.1s;
    -webkit-animation-delay:0.1s; /* Safari 和 Chrome */
}
.banner2 div{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	color: #fff;
}
.banner2 div h4{
	font-size: 44px;
	color: #fff;
	line-height: 44px;
	text-shadow: 0 0 5px rgba(0, 0, 0, .6);
	font-family: Arial, Helvetica, sans-serif;
}
.banner2 div i{
	display: block;
	width: 50px;
	height: 2px;
	background-color: #fff;
	margin: 36px auto;
}
.banner2 div p{
	text-transform: uppercase;
    font-size: 16px;
	line-height: 16px;
	text-shadow: 0 0 5px rgba(0, 0, 0, .6);
}
.area{
	display: flex;
	line-height: 80px;
	justify-content:center;
	border-bottom: 1px solid #e6e6e6;
}
.area a{
	font-size: 16px;
	color: #333;
	margin: 0 40px;
}
.area a:hover,.area a.active{
	color: #e3b45e;
}
.service-title{
	text-align: center;
	padding: 90px 0;
}
.service-title h4{
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 15px;
}
.service-title p{
	font-size: 16px;
	color: #666666;
}
.service-c{
	position: relative;
	overflow: hidden;
}
.service-c .service-c-box{
	height:700px;
	width: 100%;
	background-size: cover;
	transition: .5s;
}
/* .service-c:hover .service-c-box{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 9;
} */
.service-c-p{
	width: 100%;
	height: 80%;
	position: absolute;
	left: 0;
	top: 10%;
	display: flex;
	align-items:center;
	cursor: pointer;
	z-index: 10;
}
.service-txt{
	background-color: rgba(255, 255, 255, .8);
	width: 550px;
	box-sizing: border-box;
	padding: 50px  60px;
	margin-left: 100px;
    transition: .4s;
}
.service-txt:hover{
	position: relative;
	margin-top: -30px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	background-color: rgba(255, 255, 255, .9);
}
.service-c:hover .service-txt{
    transform: translateX(20px);
}
.service-txt h5{
	font-size:34px;
	font-weight:bold;
	color: #e3b45e;
	line-height: 34px;
    text-align: center;
}
.service-txt i{
	display: block;
	width: 40px;
	height: 2px;
	background-color: #e3b45e;
	margin: 30px auto;
}
.service-txt p{
	font-size: 14px;
    line-height: 29px;
    color: #333;
    text-align: justify;
}
/* 企业展示 */
.title2{
	margin-bottom: 50px;
	text-align: center;
	position: relative;
}
.title a{
	color: #e3b45e;
	text-transform: uppercase;
	position: absolute;
	bottom: 50px;
	right: 0;
	font-style: italic;
}
.title2 h4{
	font-size: 35px;
	font-weight: bold;
    line-height: 40px;
}
.title2 p{
	font-size: 16px;
	color: #757575;
	text-transform: uppercase;
}
.environment{
	padding-top: 80px;
	padding-bottom: 88px;
}
.environment-btn{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 50%;
	margin-bottom: -24px;
	height: 48px;
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.demeanour{
	padding: 25px;
	padding-bottom: 70px;
}
.demeanour .swiper-slide{
	overflow: hidden;
}
.demeanour img{
	width: 100%;
	height: auto;
	transition: .6s;
}
.demeanour img:hover{
	transform: scale(1.08);
}
/* 企业文化 */
.recruitment-list a{
	background-color: #fff;
	display: block;
	float: left;
	width: 32%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	margin-right: 2%;
	margin-bottom: 4%;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 0 28px;
	-webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.recruitment-list a:hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	transform: translateY(-10px);
}
.recruitment-list:nth-child(3n){
	margin-right: 0;
}
.recruitment-bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.recruitment-bottom span{
	color: #333;
	line-height: 40px;
	font-size: 16px;
}
.recruitment-top{
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0 17px;
}
.recruitment-top h4{
	font-size: 22px;
	color: #000;
	line-height: 22px;
	margin-bottom: 17px;
}
.recruitment-top span{
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 21px;
	height: 42px;
	overflow: hidden;
	margin-top: 10px;
}
.recruitment-top p{
	position: absolute;
	top: 29px;
	font-size: 17px;
	color: red;
	right: 0;
}
.recruitment-bottom{
	padding: 5px 0;
}
.recruitment-bottom{
	display: flex;
	justify-content: space-between;
}
.recruitment-top ul{
	display: flex;
	justify-content: flex-start;
}
.recruitment-top ul li{
	width: 74px;
	line-height: 28px;
	background-color: #f7f7f7;
	color: #666;
	font-size: 14px;
	text-align: center;
	margin-right: 20px;
	border-radius: 5px;
}
.culture1-l img{
	display: block;
	width: 100%;
	height: auto;
	transition: .4s;
}
.culture1-l img:hover{
	transform: scale(1.05);
}
.contact-time ul li span:hover{
	-webkit-transform: rotate3d(0,1,0,360deg);
	-moz-transform: rotate3d(0,1,0,360deg);
	transform: rotate3d(0,1,0,360deg);
	transition: -webkit-transform 0.5s ease-in-out;
	transition: -moz-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
}
/* 招标采购 */
.tender-list{
	background-color: #fff;
	box-sizing: border-box;
}
.content .tender-box{
	padding-top: 60px;
	padding-bottom: 85px;
}
.tender-list a{
	display: block;
	padding: 0 6%;
}
.tender-list-bd{
	display: flex;
	padding: 36px 0;
	border-bottom: 1px solid #cfcfcf;
	justify-content: space-between;
}
.tender-list a:hover{
	background-color: #e3b45e;
}
.tender-list a:hover .tender-list-bd{
	border-color: #e3b45e;
}
.tender-list a:last-child .tender-list-bd{
	border-bottom: 0;
}
.tender-time{
	width: 175px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	border-right: 1px solid #cccc;
	background: url(../images/zb_dd.png) no-repeat 60px center;
}
.tender-list a:hover .tender-time{
	background-image: url(../images/zb_dd2.png);
	border-color: #fff;
}
.tender-time div{
	margin-left: 24px;
}
.tender-list a:hover .tender-text h4{
	color: #fff;
}
.tender-text h4{
	font-size: 22px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 22px;
	margin-bottom: 25px;
}
.tender-list a:hover .tender-text p{
	color: #fff;
}
.tender-text p{
	font-size: 14px;
	line-height: 26px;
	color: #999;
	padding-right: 90px;
}
.tender-list a:hover .tender-text span{
	color: #fff;
}
.tender-text span{
	font-size: 16px;
	color: #666;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.tender-text span i{
	display: block;
	transition: .6s;
}
.tender-text span:hover i{
	margin-left: 10px;
	transform: translateX(10px);
}
.tender-list a:hover .tender-time em{
	color: #fff;
}
.tender-time em{
	font-size: 53px;
	color: #333;
	line-height: 53px;
	font-weight: bold;
}
.tender-text{
	padding-left: 96px;
	position: relative;
}
.tender-list a:hover .tender-time span{
	color: #fff;
}
.tender-time span{
	display: block;
	font-size: 18px;
	color: #666;
}
.tender-text{
	width: calc(100% - 175px);
}
/* 案例banner */
.banner3{
	position: relative;
    overflow: hidden;
}
.banner3 img{
	width:100%;
	height: auto;
    animation:mymove 8s;
    -webkit-animation:mymove 8s; /*Safari and Chrome*/
	animation-fill-mode:forwards;
    /* animation-direction:alternate; *//*轮流反向播放动画。*/
    animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation:mymove 8s;
    /* -webkit-animation-direction:alternate; *//*轮流反向播放动画。*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    animation-delay:0.1s;
    -webkit-animation-delay:0.1s; /* Safari 和 Chrome */
}
.banner3-box{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.banner3 .c3-focus-box{
    position: relative;
	width: 100%;
}
.banner3 .c3-focus-box .c3-focus-icon li{
    cursor: pointer;
    width: 14.28%;
}
.banner3 .c3-focus-box .c3-focus-icon li i.iconfont{
    font-size: 49px;
    color: #fff;
    text-align: center;
    width: 120px;
    height: 120px;
    border: 1px solid #fff;
    display: block;
    border-radius: 100%;
    line-height: 120px;
    margin: 0 auto;
	position: relative;
}
.banner3 .c3-focus-box .c3-focus-icon li i.iconfont::after{
	content: '';
	display: block;
	width: 94px;
	height: 94px;
	border: 1px solid #fff;
	border-radius: 50%;
	top: 50%;
	margin-top: -47px;
	left: 50%;
	margin-left: -47px;
	position: absolute;
}
.banner3 .c3-focus-box .c3-focus-icon li p{
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 10px;
}
.banner3 .c3-focus-box .c3-focus-icon li h5{
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    margin-bottom: 30px;
}
.banner3 .c3-focus-box .c3-focus-icon li:hover .c3-focus-dian{
    background: #fff;
}
.banner3 .c3-focus-box .c3-focus-icon li .c3-focus-dian{
    width: 17px;
    height: 17px;
    border: 1px solid #fff;
    border-radius: 100%;
}
.banner3 .c3-focus-box .c3-focus-icon li b{
    font-size: 50px;
    color: #fff;
    opacity: 0.4;
    text-align: center;
    display: block;
}
.banner3 .c3-focus-box .c3-focus-icon li .c3-focus-line-box{
    align-items: center;
    display: flex;
}
.banner3 .c3-focus-box .c3-focus-icon li .c3-focus-line-box .c3-focus-line-left{
    width: 50%;
    display: block;
    height: 1px;
    background: #fff;
}
.banner3 .c3-focus-box .c3-focus-icon li .c3-focus-line-box .c3-focus-line-right{
    width: 50%;
    display: block;
    height: 1px;
    background: #fff;
}
.banner3 .c3-focus-box .c3-focus-line{
    width: calc((100% - 75%) / 2);
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 8px;
    left: 0;
}
.banner3 .c3-focus-box .c3-focus-line2{
    width: calc((100% - 75%) / 2);
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 8px;
    right: 0;
}
.banner3-text{
	width:100%;
	text-align: center;
	color: #fff;
	margin-bottom: 120px;
}
.banner3-text h4{
	font-size: 48px;
    color: #fff;
    height: 80px;
}
.banner3-text p{
	text-transform: uppercase;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
}
.case-img{
	overflow: hidden;
	position: relative;
}
.case-img .swiper-slide{
	transition: .6s;
}
.case-img .swiper-slide-active{
	transform: scale(1.2);
}
.case-img .swiper-container{
	padding: 50px 0;
}
/* .case-img .swiper-container{
	width: 100%;
}
.case-img .swiper-slide{
	width: 40%;
} */
.case-img .swiper-slide.swiper-slide-next{
	width: 60%;
}
.banner3-box{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* .case-img a:hover img{
    transform: scale(1.05);
} */
.case-img img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: .6s;
}
.case-img a{
	display: block;
	background-color: #000;
	position: relative;
    overflow: hidden;
}
.case-img span{
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #fff;
	left: 0;
	bottom: 30px;
}
.case-img .swiper-slide.swiper-slide-next img{
	opacity: 1;
}
.case-img .swiper-button-next, .case-img .swiper-container-rtl .swiper-button-prev,.case-img .swiper-button-prev,.case-img .swiper-container-rtl .swiper-button-next{
	background-image: none;
}
.case-img .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	margin-right: 0;
	right: 0;
}
.case-img .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	margin-left:0;
	left: 0;
}
.case-img .swiper-button-next, .case-img .swiper-button-prev{
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	/* margin: 0 45px; */
	border-radius: 50%;
	background-color: #d8d8d8;
	color: #fff;
	font-size: 16px;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
}
.case-img .swiper-button-next:hover, .case-img .swiper-button-prev:hover{
	background-color: #e3b45e;
	color: #fff;
}
.case-list{
	padding-bottom:100px;
}
.case-list-box{
	
}
.case-list-box a{
	float:left;
	width: 11.5%;
	margin-right: 1.14%;
	margin-bottom: 1.14%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.case-list-box a img{
	width:100%;
	height:auto;
}
.case-list-box a:nth-child(8n){
	margin-right: 0;
}
/*合作伙伴新样式*/
.case-list-box .hezuo-l{

}
.case-list-box .hezuo-l i{
    width: 100px;
    height: 100px;
    background-color: blue;
    margin-top: 50px;
    transform: rotate(45deg);
    display: block;
}
.case-list-box .hezuo-l i img{
    width: 100%;
    transform: rotate(-45deg);
}

/* 联系我们 */
.contact-time ul{
	display: flex;
	justify-content:center;
}
.contact-time ul li{
	display: flex;
	justify-content:center;
	margin: 0 50px;
	position: relative;
}
.contact-time ul li:after{
	content: '';
	width: 80px;
	height: 2px;
	background-color: #ca9f84;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 50%;
	margin-top: -1px;
}
.contact-time ul li span{
	display: block;
	margin: 0 40px;
	width: 136px;
	text-align: center;
	line-height: 136px;
	height: 136px;
	font-size: 34px;
	color: #666;
	background: url(../images/time_bg.png) no-repeat center center;
	background-size: 100% 100%;
}
.contact1{
	margin-bottom: 50px;
	margin-top: 60px;
}
.recruitment-list a:nth-child(3n){
	margin-right: 0;
}
.recruitment-list{
	margin-bottom: 30px;
}
.contact1-box{
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 90px;
}
.contact1-box ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact1-box ul span,.contact1-box span{
	display: block;
	width: 1px;
	background-color: #eee;
	height: 50px;
}
.contact1-box li{
	position: relative;
	width: 23%;
	height: 240px;
	padding: 0 20px;
	background-color: #f8f8f8;
	box-sizing: border-box;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	transition: 0.6s;
}
.contact1-box li:hover{
	transform: translateY(-15px);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.contact1-box li img{
	width: 60%;
	height: auto;
	margin: 0 auto;
}
.contact1-box li i{
	width: 54px;
	text-align: center;
	line-height: 54px;
	display: block;
	/* background-color: #e3b45e; */
	color: #e3b45e;
	font-size: 30px;
	margin: 0 auto;
	border-radius: 50%;
	transition: .6s;
}
/* .contact1-box li:hover i{
	transform: translateY(-20px);
} */
.contact1-box li h4{
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
	margin: 22px 0 24px;
}
.contact1-box li p{
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	color: #999;
	text-align: center;
}
.contact1-box li:last-child img{
	width: 147px;
	height: 147px;
	margin: 0 auto;
}
.contact1-box li:last-child p{
	text-align: center;
	margin-top: 5px;
	height: initial;
}
/* .contact1-wx{
	display: flex;
	justify-content: center;
	align-items: center;
} */
.contact2{
	height: 470px;
	background: url(../images/contact_bg.jpg) no-repeat center bottom;
	background-size: cover;
	position: relative;
}
.contact2-box{
	position: relative;
	height: 100%;
}
.contact2-text{
	height: 545px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact2-text h5{
	font-size: 20px;
	color: #fff;
	margin-bottom: 65px;
	width: 100%;
	text-align: left;
}
.contact2-text p{
	width: 100%;
	font-size: 15px;
	line-height: 27px;
	color: #fff;
	text-align: left;
}
.message{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 30px 30px 25px;
	background-color: #f5f5f5;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.message h4{
	font-size: 20px;
	color: #000;
	line-height: 20px;
	margin-bottom: 30px;
}
.message li input{
	display: block;
	width: 430px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333;
	box-sizing: border-box;
	padding: 0 15px;
	border-radius: 5px;
}
.message li textarea{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 154px;
	border-radius: 5px;
	padding: 15px;
	font-size: 16px;
	color: #333;
	resize: none;
}
.message li{
	margin-bottom: 30px;
}
.message #submit_btn{
	display: block;
	border: none;
	border-radius: 5px;
	width: 100%;
	height: 60px;
	background-color: #e3b45e;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}
.contact3{
	padding: 88px 0;
}
.allmap{
	height: 455px;
}
/* 招聘中心 */
.job_list{
	padding: 100px 80px 70px
}
.job_list a{
	float: left;
	width: 48%;
	background: url(../images/job_bg.png) no-repeat right center;
	margin-right: 4%;
	background-color: #f8f8f8;
	border: 2px solid #e9e9e9;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 4%;
    background-size: 25%;
}
.job_list a:nth-child(2n){
	margin-right: 0;
}
.job_list a h4{
	font-size: 30px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}
.job_list a div{
	font-size: 18px;
	color: #555;
}
.job_list a div span:nth-child(1){
	margin-right: 40px;
}
.job_list a i{
	display: block;
	width: 50px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	color: #ccc;
	border-radius: 50%;
	margin-top: 40px;
	font-size: 20px;
	transition: .6s;
}
.job_list a:hover i{
	background-color: #e3b45e;
	border-color: #cb9878;
	color: #fff;
}
/*招聘中心详情页*/
.job-box{
    background: #fff;
    padding: 60px;
}
.job-box .job_title {
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
    margin-bottom: 40px;
}
.job-box .job_title h5{
    font-size: 23px;
    color: #333;
    position: relative;
    padding-left: 20px;
}
.job-box .job_title h5::after{
    content: '';
    display: block;
    width: 5px;
    height: 20px;
    background: #e3b45e;
    position: absolute;
    top: 7px;
    left: 0;
}
.job-box .job_title h6{
    color: #888888;
    font-size: 15px;
    margin-top: 15px;
}
.job-box .job_title h6 span{
    color: #888888;
    display: inline-block;
    margin-right: 10px;
}
.job-box .job-nr{
    font-size: 16px;
    line-height: 34px;
    color: #333;
}
/* 新闻中心 */
.news{
	padding: 70px 0;
}
.news-box{
	padding-top: 240px;
	background: url(../images/news_bg4.jpg) no-repeat center top;
	background-size: 100% auto;
}
.news-tab {
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.news-tab .news-crumbs {
    display: flex;
    justify-content: center;
}
.news-title h4{
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 27px;
}
.news-title p{
	font-size: 22px;
	color: #fff;
	line-height: 22px;
}
.news-tab .news-crumbs a{
	margin-left: 50px;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    color: #fff;
    width: 110px;
    line-height: 40px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 5px;
}
.news-tab .news-crumbs a.active,.news-tab .news-crumbs a:hover{
	color: #e3b45e;
	border-color: #e3b45e ;
}
.news-list{
	min-height: 500px;
}
.news-list a{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	box-sizing: border-box;
	border: 2px solid #f0f0f0;
	border-radius: 15px;
	background-color: #fff;
	padding: 30px;
}
.news-list a:hover{
	background-color: #e3b45e;
	border-color: #e3b45e;
}
.news-list a:nth-child(3n){
	margin-right: 0;
}
.news-list a h4{
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 40px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list a:hover h4{
	color: #fff;
}
.news-list-img{
	position: relative;
	height: 250px;
	border-radius: 18px;
	overflow: hidden;
	margin-bottom: 30px;
}
.news-list-img img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.news-list-time{
	position: absolute;
	top: 0;
	right: 0;
	background-color: #e3b45e;
	text-align: center;
	padding: 4px 20px;
	border-bottom-left-radius: 18px;
}
.news-list a:hover .news-list-time{
	background-color: #fff;
}
.news-list-time em{
	display: block;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	line-height: 36px;
}
.news-list a:hover .news-list-time em,.news-list a:hover .news-list-time span{
	color: #e3b45e;
}
.news-list-time span{
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	margin-top: 3px;
}
.news-list i{
	display: block;
	transition: 0.6s;
}
.news-list span:hover i{
	transform: translateX(15px);
}
.news-list a>p{
	font-size: 16px;
	color: #5e5e5e;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 显示的行数 */
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 40px;
}
.news-list a:hover>p,.news-list a:hover>span{
	color: #fff;
}
.news-list a>span{
	font-size: 16px;
	color: #5e5e5e;
	display: flex;
	align-items: center;
}
/*新闻详情页*/
.content .news-des{
    width: 100%;
    overflow: hidden;
    
    text-align: center;
}
.content .news-des h1{
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #202020;
    margin-bottom: 2px;
}
.content .news-des .time{
    padding: 8px 0 13px 0;
    border-bottom: 1px dashed #e1e0e6;
    margin-bottom: 35px;
}
.content .news-des .news-nr{
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: justify;
}
.content .news-des .news-nr p{
    text-indent:2em;
    margin: 20px 0;
}
.content .news-des .news-nr img{
    max-width: 700px!important;
    display: block;
    height: auto!important;
    margin: 0 auto;
}
/* 关于我们 */
.top-tab{
	background-color: #fff;
	border-top-right-radius: 14px;
	border-top-left-radius: 14px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	display: flex;
	height: 80px;
	overflow: hidden;
	justify-content: space-between;
	transform: translateY(-80px);
	z-index: 2;
}
.top-tab h2{
	width: 376px;
	text-align: center;
	color: #fff;
	background-color: #e3b45e;
	font-size: 24px;
	text-align: center;
	line-height: 80px;
	border-bottom-right-radius: 14px;
}
.top-tab div{
	line-height: 80px;
}
.top-tab div a{
	font-size: 18px;
	color: #666;
	margin-right: 90px;
}
.top-tab div a.active{
	color: #e3b45e;
}
.about1{
	padding: 100px 0 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about1-l{
	width: 53%;
}
.about1-title{
	position: relative;
	margin-bottom: 38px;
}
.about1-title img{
	position: absolute;
	width: 65%;
	height: auto;
	right: 0;
	bottom: 0;
}
.about1-title h4{
	font-size: 36px;
	color: #333;
	line-height: 40px;
	font-weight: 500;
	margin-bottom: 12px;
}
.about1-text{
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	text-indent: 2em;
	color: #333;
}
.about1-ry{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 40px;
}
.about1-ry li{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 22%;
	font-size: 14px;
	color: #d0a865;
	line-height: 20px;
	padding: 10px 0;
	text-align: center;
	background: url(../images/yy.png) no-repeat center center;
	background-size: 100% 100%;
	transition: .6s;
}
.about1-ry li:hover{
	transform: translateY(-20px);
}
.about1-title span{
	font-size: 16px;
	color: #999;
	line-height: 16px;
	text-transform: uppercase;
}
.about1-r{
	width: 40%;
	position: relative;
}
.c1-about-r-btn{
    position: absolute;
    z-index: 3;
	top: 53%;
	left: 54%;
	width: 45px;
	height: 45px;
}
.master_backTop .master_backTop_btn {
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: linear-gradient(to bottom, #e3b45e, #e3b45e);
}
.master_backTop .master_backTop_btn .master_backTop_txt>i {
    font-size: 20px;
    color: #fff;
	margin-left: 6px;
}
.master_backTop .master_aperture.circle01 {
    animation: scalej01 2s .5s infinite;
    -webkit-animation: scalej01 2s .5s infinite;
}
.master_backTop .master_aperture.circle02 {
    animation: scalej02 2s infinite;
    -webkit-animation: scalej02 2s infinite;
}
.master_backTop .master_aperture {
    background: linear-gradient(to bottom,#e3b45e,#e3b45e);
    position:absolute;
    width:100%;
    height:100%;
    border-radius:50%;
    -webkit-border-radius:50%;
    opacity:0;
    -webkit-opacity:0;
    z-index:-1;
}
@keyframes scalej01{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.5);-webkit-transform:scale(1.5);opacity:0;-webkit-opacity:0;}
}  
@-webkit-keyframes scalej01{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.5);-webkit-transform:scale(1.5);opacity:0;-webkit-opacity:0;}
}  
@keyframes scalej02{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
}  

@-webkit-keyframes scalej02{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}

}
.about1-r img{
	width: 100%;
	height: auto;
	transition: .6s;
}
.about1-r img:hover{
	transform: scale(1.08);
}
.about-data{
	padding: 10px 0;
	margin-top: 30px;
}
.about-data ul{
	display: flex;
	justify-content: space-between;
}
.about-data ul li{
	width: 25%;
	display: flex;
	justify-content: center;
	position: relative;
	cursor: pointer;
	transition: 0.6s;
}
.about-data ul li:hover{
	transform: translateY(-10px);
}
.about-data ul li::after{
	display: block;
	content: " ";
	width: 1px;
	height: 40px;
	background-color: #eee;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
}
.about-data ul li:last-child::after{
	display: none;
}
.about-data ul li h5{
	font-size: 44px;
	font-family: Impact;
	color: #e3b45e;
	position: relative;
	line-height: 44px;
	text-align: center;
}
.about-data ul li h5 span{
	font-size: 14px;
	color: #333;
	line-height: 14px;
	position: absolute;
	top: 0;
	right: -18px;
}
.about-data ul li:nth-child(2) h5 span{
	right: -39px;
}
.about-data ul li:nth-child(3) h5 span{
	right: -18px;
}
.about-data ul li:nth-child(4) h5 span{
	right: -9px;
}
.about-data ul li h5 em{
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #333;
	text-align: center;
}
.about2{
	padding: 80px 0;
}
.about2-box li{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
	overflow: hidden;
}
.about2-box li:nth-child(2n){
	margin-right: 0;
}
.about2-box li img{
	width: 100%;
	height: auto;
	transition: .6s;
}
.about2-box li:hover img{
	transform: scale(1.08);
}
.about2-box li div{
	position: absolute;
	width: 100%;
	bottom: 40px;
	padding: 0 45px;
	left: 0;
}
.about2-box li div em{
	display: block;
	font-size: 36px;
	color: #fff;
	line-height: 36px;
}
.about2-box li div i{
	display: block;
	margin: 24px 0;
	background-color: #fff;
	width: 34px;
	height: 2px;
}
.about2-box li div p{
	font-size: 20px;
	line-height: 33px;
	color: #fff;
}
.about3{
	padding: 80px 25px;
}
.about3-list{
	position: relative;
	background: url(../images/lc_bg.png) no-repeat center top;
	background-size: 100% auto;
}
.about-title{
	text-align: center;
}
.about3-list .swiper-container{
	height: 530px;
}
.about3-list .swiper-slide{
	padding-right: 20px;
	height: 640px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.about3-lc-box{
	box-sizing: border-box;
	position: relative;
	width: 100%;
}
.about3-lc{
	padding-top: 90px;
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
}
.about3-list .swiper-slide .about3-lc{
	top: 7rem;
}
.about3-list .swiper-slide.swiper-slide-duplicate .about3-lc{
	top: 6rem;
}
.about3-list .swiper-slide.swiper-slide-active .about3-lc{
	top: 9rem;
}
.about3-list .swiper-slide.swiper-slide-prev .about3-lc{
	top: 3.5rem;
}
.about3-list .swiper-slide.swiper-slide-next .about3-lc{
	top: 12rem;
}

.about3-lc i{
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	top: 0px;
	left: 30px;
	box-sizing: border-box;
	border: 3px solid #e3b45e;
	background-color: #f7f7f7;
	border-radius: 50%;
}
.about3-lc:hover i{
	width: 48px;
	height: 48px;
	border: 2px solid #e3b45e;
	background-color: #fff;
	top: -10px;
	left: 10px;
	position: absolute;
}
.about3-lc:hover i::after{
	display: block;
}
.about3-lc i::after{
	display: none;
	content: "";
	width: 22px;
	height: 22px;
	background-color: #e3b45e;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -11px;
	top: 50%;
	margin-top: -11px;
}
.about3-lc div{
	padding: 10px;
}
.about3-lc:hover div{
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.about3-lc div em{
	display: block;
	font-size: 34px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 15px;
}
.about3-lc div p{
	font-size: 14px;
	color: #666;
	line-height: 23px;
}
/* .about3-list .swiper-button-next,.about3-list .swiper-button-prev {
    position: absolute;
    top: 139px;
    width: 64px;
    height: 64px;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    line-height: 62px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    color: #cdcdcd;
    background-color: #fbfdfe;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
} */
/* .about3-list .swiper-button-next i,.about3-list .swiper-button-prev i{
	font-size: 30px;
} */
/* .about3-list .swiper-button-prev i{
	transform: rotate(180deg);
} */
/* .about3-list .swiper-button-next:hover,.about3-list .swiper-button-prev:hover{
	background-color: #e3b45e;
	color: #fff;
	border-color: #e3b45e;
}
.about3-list .swiper-button-prev,.about3-list .swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: 0%;
    right: auto;
}
.about3-list .swiper-button-next,.about3-list .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: 0%;
    left: auto;
} */
.about-title em{
    font-family: blokcn;
    font-size: 50px;
    height: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ebebeb;
}
.about-title h4{
	font-size: 35px;
	font-weight: bold;
    line-height: 40px;
}
.about-title p{
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
}
.c4-news-right li:last-child a{
	border-bottom: none;
}
@keyframes mymove

{

    0%{

    transform: scale(1.05);  /*开始为原始大小*/

    }

    100%{

        transform: scale(1.0); /*放大1.1倍*/

    }



}

@-webkit-keyframes mymove /*Safari and Chrome*/

{

    0%{

    transform: scale(1.05);  /*开始为原始大小*/

    }

    100%{

        transform: scale(1.0); /*放大1.1倍*/

    }

}
/*分页page*/
.list_page{
    width:100%
}
.in_news+.list_page{
    border-top:none;
}
.list_page {
    text-align: center;
    padding: 20px 0;
}
.list_page a, .list_page span {
    padding:6px 12px;
    display: inline-block;
    font-size: 14px;
    margin: 0 4px ; 
    border-radius: 100px;
}
.list_page a {
    background:#f5f3ed;
    color: #000000;
}
.list_page span, .list_page a:hover{
    background: #c29070;
    color:#fff;
}
.about3-box ul li img{
	width: 18px;
	height: auto;
}
.about2-r{
	margin-top:20px;
}
.about2-l .c1-about-num ul li div{
	color: #e3b45e;
    font-size: 20px;
    font-weight: bold;
}
.about2-l .c1-about-num ul i{
	height: 50px;
	width: 1px;
	background-color: #e6e6e6;
}
.about2-l .c1-about-num ul li b{
	font-size: 48px;
    font-weight: bold;
    margin-right: 10px;
    color: #e3b45e;
    font-family: Arial;
}
.about2-l .c1-about-num ul li p{
	font-size: 15px;
	color: #666666;
	text-align: center;
}
.about2-l a{
	color: #e3b45e;
	font-size: 18px;
	display: flex;
	align-items: center;
}
.about2-l a i{
	font-size: 23px;
	margin-left: 20px;
}
.about-title{
	margin-bottom:58px;
}
.about3-box{
	margin-top: 170px;
	position: relative;
}
.about3-box ul{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.about3-box ul li h4{
	font-size:34px;
	color:#e3b45e;
    font-weight: bold;
}
.about3-box ul li em{
	font-size:18px;
	margin-left:5px;
}
.about3-box .lc-top li div{
	width: 150px;
	position: absolute;
	top:-10px;
	left: 30px;
	
}
.about3-box ul li p{
	font-size:18px;
	color:#333;
	line-height: 28px;
}
.about3-box ul li{
	position: absolute;
}
.about3-box ul.lc-top li:nth-child(1){
	top: 18%;
	left: 4%;
}
.about3-box ul.lc-top li:nth-child(2){
	top: -11%;
	left: 48%;
}
.about3-box ul.lc-top li:nth-child(3){
	top: -6%;
	left: 61%;
}
.about3-box ul.lc-top li:nth-child(4){
	top: 3%;
	left: 74%;
}
.about3-box ul.lc-top li:nth-child(5){
	top: -8%;
	left: 86%;
}
.about3-box ul.lc-bottom li div{
	width: 150px;
	position: absolute;
	top: 185px;
	left: 30px;
}
.about3-box ul.lc-bottom li:nth-child(4) div{
	top: 348px;
}
.about3-box ul.lc-bottom li:nth-child(1){
	bottom: 15%;
	left: 6%;
}
.about3-box ul.lc-bottom li:nth-child(2){
	bottom: 16%;
	left: 17%;
}
.about3-box ul.lc-bottom li:nth-child(3){
	bottom: 26%;
	left: 27%;
}
.about3-box ul.lc-bottom li:nth-child(4){
	bottom: 23%;
	left: 40%;
}
.about3-box>img{
	width: 100%;
	height: auto;
}
@media only screen and (max-width:2254px){
	
	.environment-l li{
		line-height: 52px;
		height: 52px;
		padding-top: 10px;
	}
	.environment-l li span {
	    font-size: 16px;
	    line-height: 32px;
	}
}
@media only screen and (max-width:1924px){
	.environment-l li{
		line-height: 43px;
		height: 43px;
		padding-top: 10px;
	}
	.environment-l li span {
		font-size: 14px;
		line-height: 30px;
	}
}
@media only screen and (max-width:1700px){
	.about3-box ul li h4{
			font-size: 34px;
			color:#e3b45e;
		}
		.about3-box ul li em{
			font-size: 14px;
			margin-left:5px;
		}
		.about3-box .lc-top li div{
			width: 150px;
			position: absolute;
			top:-10px;
			left: 30px;
			
		}
		.about3-box ul li p{
			font-size: 18px;
			color:#333;
			line-height: 26px;
		}
		.about3-box ul li{
			position: absolute;
		}
		.about3-box ul.lc-top li:nth-child(1){
			top: 11%;
			left: 4%;
		}
		.about3-box ul.lc-top li:nth-child(2){
			top: -20%;
			left: 48%;
		}
		.about3-box ul.lc-top li:nth-child(3){
			top: -13%;
			left: 61%;
		}
		.about3-box ul.lc-top li:nth-child(4){
			top: -7%;
			left: 74%;
		}
		.about3-box ul.lc-top li:nth-child(5){
			top: -17%;
			left: 86%;
		}
		.about3-box ul.lc-bottom li div{
			width: 150px;
			position: absolute;
			top: 157px;
			left: 30px;
		}
		.about3-box ul.lc-bottom li:nth-child(4) div{
			top: 304px;
		}
		.about3-box ul.lc-bottom li:nth-child(1){
			bottom: 3%;
			left: 6%;
		}
		.about3-box ul.lc-bottom li:nth-child(2){
			bottom: 7%;
			left: 17%;
		}
		.about3-box ul.lc-bottom li:nth-child(3){
			bottom: 16%;
			left: 29%;
		}
		.about3-box ul.lc-bottom li:nth-child(4){
			bottom: 7%;
			left: 40%;
		}
		.about3-box ul li img{
			width: 16px;
			height: auto;
		}
}
@media only screen and (max-width:1440px){
	.about2-l ul {
	    margin-top: 20px;
	}
	.about2-l div p {
	    font-size: 14px;
	    line-height: 26px;
	}
    .about1-r-text{
        margin-top: 30px;
        font-size: 14px;
        color: #666666;
        line-height: 28px;
        text-align: justify;
    }
	.about2-l em {
	    display: block;
	    font-size: 18px;
	    color: #e3b45e;
	    margin: 20px 0 18px 0;
	}
	.about3-box ul li h4{
		font-size: 30px;
		color:#e3b45e;
	}
	.about3-box ul li em{
		font-size: 14px;
		margin-left:5px;
	}
	.about3-box .lc-top li div{
		width: 150px;
		position: absolute;
		top:-10px;
		left: 30px;
		
	}
	.about3-box ul li p{
		font-size: 16px;
		color:#333;
		line-height: 24px;
	}
	.about3-box ul li{
		position: absolute;
	}
	.about3-box ul.lc-top li:nth-child(1){
		top: 16%;
		left: 4%;
	}
	.about3-box ul.lc-top li:nth-child(2){
		top: -15%;
		left: 48%;
	}
	.about3-box ul.lc-top li:nth-child(3){
		top: -10%;
		left: 61%;
	}
	.about3-box ul.lc-top li:nth-child(4){
		top: -4%;
		left: 74%;
	}
	.about3-box ul.lc-top li:nth-child(5){
		top: -14%;
		left: 86%;
	}
	.about3-box ul.lc-bottom li div{
		width: 150px;
		position: absolute;
		top: 108px;
		left: 30px;
	}
	.about3-box ul.lc-bottom li:nth-child(4) div{
		top: 215px;
	}
	.about3-box ul.lc-bottom li:nth-child(1){
		bottom: 9%;
		left: 6%;
	}
	.about3-box ul.lc-bottom li:nth-child(2){
		bottom: 11%;
		left: 17%;
	}
	.about3-box ul.lc-bottom li:nth-child(3){
		bottom: 22%;
		left: 29%;
	}
	.about3-box ul.lc-bottom li:nth-child(4){
		bottom: 14%;
		left: 40%;
	}
	.about3-box ul li img{
		width: 12px;
		height: auto;
	}
}
.about5 .flipster-carousel .flip-next{
	-webkit-transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
	-moz-transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
	-o-transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
	-ms-transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
	transform: translateX(73%) translateZ(0) rotateY(-54deg) scale(0.8);
}
.about5 .flipster-carousel .flip-future{
	-webkit-transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
	-moz-transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
	-o-transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
	-ms-transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
	transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
}
.about5 .flipster-carousel .flip-prev{
	-webkit-transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8);
	-moz-transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8);
	-o-transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8);
	-ms-transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8);
	transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8)
}
.about5 .flipster-carousel .flip-past{
	-webkit-transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
	-moz-transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
	-o-transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
	-ms-transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
	transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
}
.about5 .flipster{
	padding: 20px 0;
}
.flipster .flipto-prev, .flipster .flipto-next{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	background-color: #fff;
	color: #333;
	padding: 0;
	border: none;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	margin-top: -25px;
}
.flipster .flipto-prev:hover, .flipster .flipto-next:hover{
	background-color: #e3b45e;
	color: #fff;
}
/*弹窗表单*/
.fotdn-jb {
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0,0,0,.4);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index:9999;
}
.fotdn-jb .jbxx-div{
    width: 1120px;
    height: 560px;
    position: absolute;
    top: 50%;
    left: 39%;
    margin-top: -250px;
    margin-left: -350px;
    z-index:99999;
    box-sizing:border-box;
    background: url(../images/cont-bg.jpg)#fff no-repeat left bottom;
}

.fotdn-jb .jbxx-div .fancybox{
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
     width:32px; height:32px;
}
.forms{width: 1120px; height: 560px; margin: 0 auto; padding: 70px; box-sizing: border-box;}
.forms .forms_tit{text-transform: uppercase;font-family: blokcn;  font-size: 40px; font-weight: bold; color: #e5e5e5;}
.forms .forms_title{font-size: 24px; font-weight: bold; color: #333333;}
.forms form{width: 600px; height: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.forms form .formlist{ width: 45%; height: 80px; border-bottom: #e6e6e6 solid 1px;}
.forms form .formlist .form_tit{color: #333333; font-size: 15px; font-weight: bold;}
.forms form input{border: none; width: 100%; background: none; line-height: 60px; font-size: 15px; color: #333333; font-family: "puhui";}
.forms form .form5{width: 100% !important; height: 130px;}
.forms form .form5 input,.forms form .form5 textarea{width: 100% !important;}
.forms form .form5 textarea{font-size: 15px; line-height: 30px; border: none; height: 90px; margin: 10px 0; color: #333333; font-family: "puhui";}
.forms form .bbtn button{
    width: 180px;
    line-height: 50px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    background-color: #c29070;
}
.justify-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/*业务板块的按钮*/
/* 按钮 */
.fuwu .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 5px;
}
.fuwu .swiper-pagination-bullet {
    width: 50px;
    height: 2px;
    opacity: 1;
    border-radius: 1px;
    background-color: #fff;
}

.fuwu .swiper-pagination-bullet-active {
    background-color: #e3b45e;
    width: 50px;
    
}
.fuwu .swiper-container-horizontal>.swiper-pagination-bullets,.index-banner .swiper-pagination-custom,.s1_banner .swiper-pagination-fraction{
    bottom: 50px;
}
.amap-marker-label{
    font-size: 14px;
}
/* 合作伙伴 */
.rongyu{
	background: url(../images/hezuo_bg.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 90px 0;
}
.rongyu-title{
	text-align: center;
	margin-bottom: 50px;
}
.rongyu-title h4{
	font-size: 50px;
	line-height: 50px;
	color: #333;
	margin-bottom: 20px;
}
.rongyu-title h4 em{
	color: #e3b45e;
	margin-right: 5px;
}
.rongyu-title p{
	font-size: 20px;
	color: #666;
	line-height: 20px;
}
.rongyu-list2 img{
	width: 100%;
	height: auto;
}
.rongyu-list a{
	float: left;
	width: 18.5%;
	margin-right: 1.875%;
	margin-bottom: 2.0%;
}
.rongyu-list a img{
	transform: skewY(3deg);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.rongyu-list a:nth-child(5n+2){
	transform: translateY(14px);
}
.rongyu-list a:nth-child(5n+2) img{
	transform: skewY(2deg);
}
.rongyu-list a:nth-child(5n+3){
	transform: translateY(20px)
}
.rongyu-list a:nth-child(5n+3) img{
	transform: skewY(0deg);
}
.rongyu-list a:nth-child(5n+4){
	transform: translateY(14px)
}
.rongyu-list a:nth-child(5n+4) img{
	transform: skewY(-2deg);
}
.rongyu-list a:nth-child(5n+5) img{
    transform: skewY(-3deg);
}
.rongyu-list a:nth-child(5n){
	margin-right: 0;
}
.rongyu-list img{
	width: 100%;
	height: auto;
}
/* 服务领域 */
.service{
	padding: 90px 0;
}
.service-img{
	padding: 0 50px;
	position: relative;
}
.service-img .swiper-slide a{
	display: flex;
	justify-content: space-between;
}
.service-img .swiper-slide img{
	width: 100%;
	height: 520px;
	object-fit: cover;
}
.service-img .swiper-slide .service-img-text{
	width: 29.5%;
	background-color: rgba(0, 0, 0, .5);
	display: flex;
	justify-content: flex-start;
	align-items:center;
	box-sizing: border-box;
	padding-left: 60px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.service-img-text h4{
	font-size: 38px;
	color: #fff;
}
.service-img-text p{
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.service-img-text i{
	display: block;
	width: 34px;
	height: 3px;
	background: #fff;
	margin: 40px 0;
}
.service-img-text span{
	font-size: 22px;
	color: #fff;
}
.service-img .swiper-button-next, .service-img .swiper-container-rtl .swiper-button-prev,.service-img .swiper-button-prev,.service-img .swiper-container-rtl .swiper-button-next{
	background-image: none;
}
.service-img .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	margin-right: 0;
	right: 0;
}
.service-img .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	margin-left:0;
	left: 0;
}
.service-img .swiper-button-next, .service-img .swiper-button-prev{
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	top: 50%;
	margin-top: -30px;
	border-radius: 50%;
	background-color: #d8d8d8;
	color: #fff;
	font-size: 18px;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
}
.service-img .swiper-button-next:hover, .service-img .swiper-button-prev:hover{
	background-color: #e3b45e;
	color: #fff;
}
.service-img .swiper-button-next, .service-img .swiper-container-rtl .swiper-button-prev,.service-img .swiper-button-prev,.service-img .swiper-container-rtl .swiper-button-next{
	background-image: none;
}
.service-img .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	margin-right: 0;
	right: -40px;
}
.service-img .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	margin-left:0;
	left: -40px;
}
.service-img .swiper-button-next, .service-img .swiper-button-prev{
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	top: 50%;
	margin-top: -30px;
	border-radius: 50%;
	background-color: #d8d8d8;
	color: #fff;
	font-size: 18px;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
}
.service-img .swiper-button-next:hover, .service-img .swiper-button-prev:hover{
	background-color: #e3b45e;
	color: #fff;
}
.service-img .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .8;
	margin: 0 12.5px;
}
.service-img .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e3b45e;
}
.service-img .swiper-pagination{
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 30px;
}
.cooperation-list1,.cooperation-list2{
	width: 99%;
	margin: 0 auto;
	min-width: 1200px;
	padding: 5px 0;
}
.cooperation-list-box img{
	width: 236px;
	height: 100px;
	margin-right: 30px;
	border: 1px solid #fff;
	vertical-align: top;
	box-shadow: 0 0 10px rgb(0,0,0,0.1);
	display: inline-block;
}
.str_wrap{
	background-color: #fff;
}
.cooperation-list-box{
	width: 90%;
	margin: 0 auto;
	position: relative;
	min-width: 1200px;
}
.cooperation-list-box i{
	position: absolute;
}
.cooperation-list-box .bg_l{
	display: block;
	height: 100%;
	width: 120px;
	background: linear-gradient(to right, white, transparent);
	top: 0;
	left: 0;
	z-index: 5;
}
.cooperation-list-box .bg_r{
	display: block;
	height: 100%;
	width: 120px;
	background: linear-gradient(to left, white, transparent);
	top: 0;
	right: 0;
	z-index: 5;
}
.str_move{
	padding: 10px 0;
}
.cooperation-list{
	padding-bottom: 80px;
}
.str_wrap:hover{
	background-color: #fff;
}
/* 感谢信 */
.letter{
	padding: 50px 0;
	background-color: #f5f5f5;
}
.letter-list img{
	width: 100%;
	height: auto;
}
/* 案例 */
.service-items1{
	height: 840px;
	background: url(../images/fw_bg2.jpg) repeat-x center bottom -88px;
	position: relative;
	overflow: hidden;
}
.service-items1s{
	height: 1200px;
    background: url(../images/fw_bg2.jpg) repeat-x center bottom 0;
    position: relative;
    overflow: hidden;
}
.service-items1-img{
	position: absolute;
	bottom: -88px;
	right: 0;
	z-index: 3;
}
.service-items2-img{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.service-items1s .service-items1-img{
	bottom: 0;
}
.service-items1s .service-items1-text{
	width: calc(100% - 527px);
}
.service-items1-text{
	width: calc(100% - 600px);
	position: relative;
	z-index: 4;
}
.service-items1-text-c strong{
	font-size: 20px;
	color: #333;
	display: block;
	margin-bottom: 12px;
	margin-top: 18px;
	width: c;
}
.service-items1-text-c p{
	font-size: 14px;
	color: #666;
	line-height: 26px;
	text-indent: 2em;
}
.service-items1-title{
	margin-bottom: 50px;
	padding-top: 60px;
}
.service-items1-title h4{
	font-size: 33px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 7px;
}
.service-items1-title span{
	display: block;
	font-size: 15px;
	line-height: 15px;
	color: #999;
	text-transform: uppercase;
}
.service-items2{
	padding: 80px 0;
}
.service-items-title{
	margin-bottom: 50px;
	text-align: center;
}
.service-items-title h4{
	font-size: 32px;
	line-height: 32px;
	color: #333;
	margin-bottom: 15px;
	font-weight: 600;
}
.service-items-title p{
	font-size: 14px;
	line-height: 14px;
	color: #999;
	font-weight: 100;
	text-transform: uppercase;
}
.service-items2-list ul{
	display: flex;
	justify-content: space-around;
}
.service-items2-list ul li{
	width: 17.8%;
	transition: 0.6s;
}
.service-items2-list2 ul li{
	width: 22%;
}
.service-items2-list ul li:hover{
	transform: scale(1.02);
	transform: translateY(-10px);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.service-items2-list ul li i{
	display: block;
	overflow: hidden;
}
.service-items2-list ul li i img{
	width: 100%;
	height: auto;
	transition: .6s;
}
.service-items2-list ul li:hover i img{
	transform: scale(1.08);
}
.service-items2-list ul li div{
	background-color: #f7f7f7;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	height: 76px;
	line-height: 76px;
}
.service-items2-list ul li div p{
	font-size: 16px;
	color: #333;
	line-height: 24px;
}
.service-items2-list ul li div h4{
	font-size: 16px;
	color: #333;
}
.service-items2-list2 ul li div{
	height: 76px;
	line-height: 76px;
}
.service-items2-list2 ul li div h4{
	display: block;
}
.service-items2-list ul li:hover div{
	background-color: #e3b45e;
}
.service-items2-list ul li:hover div h4{
	display: block;
	color: #fff;
}
.service-items2-list ul li:hover div p{
	color: #fff;
}
.service-items3{
	padding-top: 80px;
	background: url(../images/service_bg.jpg) no-repeat center center;
	background-size: cover;
}
.service-items3 .service-items-title{
	margin-bottom: 60px;
}
.service-items3 .service-items-title h4,.service-items3 .service-items-title p{
	color: #fff;
}
.service-items3-list{
	display: flex;
}
.service-items3-list li{
	width: 16.66%;
	background-color: rgba(56, 75, 99, .6);
	padding: 100px 0 40px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .2);
	box-sizing: border-box;
	transition: .6s;
}
.service-items3-list li:hover{
	background-color: #e3b45e;
}
.service-items3-list li:hover img{
	filter: brightness(0) saturate(100%) invert(100%);
}
.service-items3-list li i{
	display: block;
}
.service-items3-list li img{
	margin: 0 auto 30px;
}
.service-items3-list li h4{
	font-size: 26px;
	color: #fff;
	line-height: 26px;
	margin-bottom: 18px;
}
.service-items3-list li p{
	font-size: 15px;
	line-height: 12px;
	color: #fff;
	font-weight: 100;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.service-items3-list li em{
	width: 24px;
	height: 2;
	display: block;
}
.service-items4{
	padding: 80px 0;
}
.service-items4-list .swiper-container{
	padding: 10px;
}
.service-items4-list .swiper-slide{
	position: relative;
	transition: 0.6s;
}
.service-items4-list .swiper-slide:hover{
	transform: scale(1.03);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.service-items4-list i{
	display: block;
	overflow: hidden;
}
.service-items4-list img{
	width: 100%;
	height: auto;
	transition: .6s;
}
/* .service-items4-list .swiper-slide:hover img{
	transform: scale(1.08);
} */
.service-items4-list h4 {
	overflow: hidden;
   line-height: 70px;
   padding-top: 10px;
   color: #fff;
   font-size: 20px;
   text-align: center;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
  background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0) 0%,      /* 完全透明 */
    rgba(0, 0, 0, 0.2) 20%,   /* 20% 不透明度 */
    rgba(0, 0, 0, 0.5) 50%,   /* 50% 不透明度 */
    rgba(0, 0, 0, 0.8) 80%,   /* 80% 不透明度 */
    rgba(0, 0, 0, 1) 100%     /* 完全不透明（黑色） */
  );
}
/* .service-items4-list .swiper-slide:hover h4{
	height: 70px;
	opacity: 1;
} */
.service-items4-list{
	position: relative;
}
.service-items4-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	line-height: 50px;
	height: 52px;
	background-color: #e3b45e;
	color: #fff;
	margin: 60px auto 0;
	font-size: 16px
}
.service-items4-btn i{
	margin-left: 15px;
	transition: .6s;
}
.service-items4-btn:hover i{
	margin-left: 25px;
}
.service-items4-list .swiper-button-next, .service-items4-list .swiper-container-rtl .swiper-button-prev,.service-items4-list .swiper-button-prev,.service-items4-list .swiper-container-rtl .swiper-button-next{
	background-image: none;
}
.service-items4-list .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	margin-right: 0;
	right: -90px;
}
.service-items4-list .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	margin-left:0;
	left: -90px;
}
.service-items4-list .swiper-button-next, .service-items4-list .swiper-button-prev{
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	/* margin: 0 45px; */
	border-radius: 50%;
	background-color: #d8d8d8;
	color: #fff;
	font-size: 16px;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
}
.service-items4-list .swiper-button-next:hover, .service-items4-list .swiper-button-prev:hover{
	background-color: #e3b45e;
	color: #fff;
}
/* .cooperation-list-box div{
	height: 122px;
	overflow: hidden;
	position: relative;
} */
/* 首页新闻 */
/* @media(min-width:1366)and(max-width:1920px){
	
}
@media only screen and (max-width:1366px){
	
} */
@media only screen and (max-width:1628px){
	.contact1-box li{
		margin-right: 10px;
	}
	.header-box .top-right li>a{
		font-size: 16px
	}
	.header-box .top-right .nav-box li{
		padding: 0 20px;
	}
	.c4-news-left a div h4{
		font-size: 24px;
		-webkit-line-clamp: 1;
	}
	.c4-news-left a div p{
		font-size: 14px;
	}
	.c4-news-left a div {
	    padding: 28px;
	}
	.c4-news-left a i{
		height: 300px;
	}
	.c4-news-right a{
	    padding: 37px 0;
	}
	.c4-news-right a h4{
		font-size: 22px;
		-webkit-line-clamp: 1;
	}
	.contact2-addr ul li{
		font-size: 17px;
	}
	.culture-title p{
		font-size: 16px;
	}
	.culture-text dt{
		font-size: 21px;
	}
	.about2-l .c1-about-num ul li b{
		font-size: 36px;
	}
}
@media only screen and (max-width:1554px){
	.about3-list .swiper-slide .about3-lc{
		top: 7rem;
	}
	.about3-list .swiper-slide.swiper-slide-duplicate .about3-lc{
		top: 5.5rem;
	}
	.about3-list .swiper-slide.swiper-slide-active .about3-lc{
		top: 8.5rem;
	}
	.about3-list .swiper-slide.swiper-slide-prev .about3-lc{
		top: 3.5rem;
	}
	.about3-list .swiper-slide.swiper-slide-next .about3-lc{
		top: 11rem;
	}
}
@media only screen and (max-width:1441px){
	.about3-list .swiper-slide .about3-lc{
		top: 6.2rem;
	}
	.about3-list .swiper-slide.swiper-slide-duplicate .about3-lc{
		top: 4.8rem;
	}
	.about3-list .swiper-slide.swiper-slide-active .about3-lc{
		top: 7.8rem;
	}
	.about3-list .swiper-slide.swiper-slide-prev .about3-lc{
		top: 2.8rem;
	}
	.about3-list .swiper-slide.swiper-slide-next .about3-lc{
		top: 10.5rem;
	}
}
/*视频样式*/
.video-box {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgb(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 99999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video-box .video {
    position: relative;
	width: 60%;
}
.video-box i {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 10px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 9;
    font-style: inherit;
}
/*视频样式*/
.video-box {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgb(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 99999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video-box .video {
    position: relative;
	width: 60%;
}
.video-box i {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 10px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 9;
    font-style: inherit;
}
/* 党政建设 */
.construction1{
	padding: 20px 0 60px;
	background: url(../images/construction1_bg.png) no-repeat right 85px;
	background-color: #fff;
}
.construction1-img{
	width: 48%;
}
.construction1-img img{
	width: 100%;
	height: auto;
	transition: .3s;
}
.construction1-img img:hover{
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
}
.construction1-box{
	display: flex;
	justify-content:space-between;
	align-items:center;
}
.construction1-text{
	width: 47%;
}
.construction1-text h4{
	font-size: 38px;
	font-weight: bold;
	color: #000;
}
.construction1-text i{
	display: block;
	width: 30px;
	height: 3px;
	background-color: #ca9f84;
	margin: 25px 0;
}
.construction1-text div{
	font-size: 17px;
	line-height: 32px;
	color: #666;
	text-indent: 2em;
}
.construction2{
	background-color: #fff;
	padding: 50px 0;
}
.construction-bottom-list a{
	display: block;
	position: relative;
    overflow: hidden;
	padding: 35px;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	transition: .3s;
}
.construction-bottom-list a:hover{
	/* border: 1px solid #ca9f84; */
	background-color: #fff;
	border-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
}
.construction-bottom-list a div{
	padding-top: 20px;
}
.construction-bottom-list a img{
	width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}
.construction-bottom-list a i{
	display: block;
	overflow: hidden;
}
.construction-bottom-list .swiper-container{
	padding: 20px 15px;
}
.construction-bottom-list div h4{
	font-size: 22px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.construction-bottom-list div p{
	font-size: 14px;
	line-height: 26px;
	color: #666;
	height: 78px;
	overflow: hidden;
}
.construction-bottom-list a:hover div h4,.construction-bottom-list a:hover div p{
	color: #ca9f84;
}
/* .construction-bottom-list a:hover img{
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
} */
.construction-bottom-list a span{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
    text-align: center;
	background-color: rgba(0, 0, 0, .6);
	line-height: 50px;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 17px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.construction-bottom-list{
	padding: 0 20px;
	position: relative;
}
.construction-bottom{
	padding: 85px 0;
}
.construction-bottom-list .swiper-button-next, .construction-bottom-list .swiper-container-rtl .swiper-button-prev,.construction-bottom-list .swiper-button-prev,.construction-bottom-list .swiper-container-rtl .swiper-button-next{
	background-image: none;
}
.construction-bottom-list .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	margin-right: 0;
	right: 0;
}
.construction-bottom-list .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	margin-left:0;
	left: 0;
}
.construction-bottom-list .swiper-button-next, .construction-bottom-list .swiper-button-prev{
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin-top: -21px;
	border-radius: 50%;
	background-color: #fff;
	color: #333;
	font-size: 18px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.construction-bottom-list .swiper-button-next:hover, .construction-bottom-list .swiper-button-prev:hover{
	background-color: #ca9f84;
	color: #fff;
}
.construction3{
	background-color: #f8f8f8;
}
.construction3-box{
	padding: 50px 0;
}
.construction3-box img{
	width: 100%;
	margin: 0 auto;
	height: auto;
}

/* 荣誉展示 */
.enterprise{
	padding-bottom: 40px;
}

/* 荣誉 */
.about5{
	padding: 50px 0;
	background-color: #f8f8f8;
}
.about5-list:nth-child(1){
	margin-bottom: 30px;
}
.about5-list{
	display: flex;
	justify-content: center;
}
.about5-list li{
	width: 28%;
	margin: 0 1.5%;
	border-radius: 10px;
	overflow: hidden;
}
.about5-list li img{
	width: 100%;
	height: auto;
}
.about5-list2{
	display: flex;
	justify-content: space-around;
}
.about5-list2 li{
	width: 19%;
}
.about5-list2 img{
	width: 100%;
	height: auto;
	border-radius: 10px;
	transition: 0.6s;
}
.about5-list2 li:hover img{
	transform: translateY(-20px);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}