@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: #e5c2ac;
}
.index-banner .banner-text h6{
    text-transform: uppercase;
    font-size: 34px;
    line-height: 5vw;
    font-weight: 300;
    color: #fff;
    letter-spacing: 5px;
}
.index-banner .banner-text p{
    font-size: 2vw;
    line-height: 3vw;
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(255,255,255,1);
	letter-spacing: 10px;
}
.index-banner .banner-text a{
    display: block;
    width: 140px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color:#fff;
    font-size: 19px;
    background:#ca9f84;
    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 5px;
}
.index-banner .swiper-pagination-bullet {
    width: 50px;
    height: 2px;
    opacity: 1;
    border-radius: 1px;
    background-color: #fff;
}

.index-banner .swiper-pagination-bullet-active {
    background-color: #ca9f84;
    width: 50px;
    
}
.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: 80px 0;
    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: 90px 0 70px;
	background: url(../images/index_about_bg2.png) no-repeat left center;
}
.c1-about-box{
	display: flex;
	 justify-content:space-between;
}
.c1-about .about-title{
    margin-bottom: 30px;
}
.c1-about-r{
	position: relative;
	width: 59%;
}
.c1-about-r img{
	width: 100%;
	height: auto;
}
.c1-about-r-map{
	position: absolute;
	width: 100%;
	height: 100%;
}
.c1-about-r-map li{
	position: absolute;
	cursor: pointer;
}
.c1-about-r-map li span{
	position: absolute;
    width: 80px;
    font-size: 16px;
    color: #333;
    bottom: -27px;
    left: 50%;
    margin-left: -40px;
    text-align: center;
}
.c1-about-r-map li .wave-text{
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	padding: 20px 0 20px 20px;
	box-sizing: border-box;
	display: none;
}
.c1-about-r-map li:hover .wave-text{
	display: block;
}
.c1-about-r-map li dt{
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	border-left: 4px solid #fff;
	padding-left: 10px;
	margin-bottom: 8px;
}
.c1-about-r-map li img{
	width: 16px;
	height: 23px;
	animation: bounce2 1.5s infinite; 
}
@keyframes bounce2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* 元素向下移动20px */
  }
}
.c1-about-r-map li:nth-child(1){
	top: 64%;
	left: 52%;
}
.c1-about-r-map li:nth-child(2){
	top: 59%;
	left: 76%;
}
.c1-about-r-map li:nth-child(3){
	top: 69%;
	left: 58%;
}
.c1-about-r-map li:nth-child(4){
	top: 73%;
	left: 50%;
}
.c1-about-r-map li:nth-child(5){
	top: 61%;
	left: 45%;
}
.c1-about-r-map li:nth-child(6){
	top: 82%;
	left: 62%;
}
.c1-about-r-map li:nth-child(7){
	top: 79%;
	left: 39%;
}
.c1-about-r-map .wave-text{
	position: absolute;
	bottom: 30px;
	width: 290px;
	left: 50%;
	margin-left: -145px;
	background-color: #ca9f84;
	border-radius: 10px;
}
.c1-about-r-map .wave-text em{
	width: 15px;
	height: 15px;
	background-color: #ca9f84;
	transform: rotate(45deg);
	position: absolute;
	left: 50%;
	margin-left: -7.5px;
	bottom: -7.5px;
}
.c1-about-r-map li .wave-container{
	position: absolute;
	width: 15px;
	height: 15px;
	left: 50%;
	margin-left: -7.5px;
	top: 10px;
	/* display: none; */
}
.c1-about-r-map li:hover .wave-container{
	display: block;
}
.c1-about-r-map li .wave{
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #b38467;
	opacity: 0;
	animation: wave-animation 4s infinite;
}
.c1-about-r-map li .wave:nth-child(1) {
	animation-delay: 0s;
}
.c1-about-r-map li .wave:nth-child(2) {
	animation-delay: 0.8s;
}
.c1-about-r-map li .wave:nth-child(3) {
	animation-delay: 1.6s;
}
@keyframes wave-animation {
	0% {
		transform: scale(0);
		opacity: 0.8;
	}
	100% {
		transform: scale(3.0);
		opacity: 0;
	}
}
/* .c1-about .c1-about-left{
    width: calc((100% - 75%) / 2);
}
.c1-about .c1-about-box{
    width: calc((100% - 75%) / 2 + 75%);
} */
.c1-about .c1-about-l p{
    font-size: 16px;
    line-height: 2;
    color: #666666;
    text-align: justify;
	text-indent: 2em;
    
}
.c1-about .c1-about-l{
    width: 38%;
    background: url(../images/index_about_bg.png) no-repeat center bottom;
    background-size: contain;
	box-sizing: border-box;
	padding-left: 90px;
}
.c1-about-num li{
	width: 50%;
	margin-top: 47px;
}
.c1-about-num2 li{
	width: 25%;
}
.about2-l .c1-about-num2 ul li div{
	text-align: center;
}
.c1-about-num ul{
	display: flex;
	align-content:flex-start;
	flex-wrap: wrap;
}
.c1-about .c1-about-l .c1-about-num ul li div{
    color: #ca9f84;
}
.c1-about .c1-about-l .c1-about-num ul li div{
	position: relative;
	display: inline-block;
	white-space: nowrap;
}
.c1-about .c1-about-l .c1-about-num ul li b{
    font-size: 60px;
    color: #ca9f84;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.c1-about .c1-about-l .c1-about-num ul li em{
	position: absolute;
	font-size: 20px;
	color: #666;
	right: -20px;
	top: -10px;
}
.c1-about .c1-about-l .c1-about-num ul li p{
    font-size: 16px;
    color: #333;
}
.c1-about .c1-about-l a{
    color: #0b0a09;
    font-size: 20px;
    display: flex;
    align-items: center;
	margin-top: 50px;
}
.c1-about .c1-about-l a i{
    font-size: 23px;
    margin-left: 10px;
    transition: .5s;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    line-height: 30px;
}
.c1-about .c1-about-l a:hover i{
    background: #ca9f84;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    transform: translateX(20px);
}
/*首页业务领域*/
.c2-yewu{
    background: #f9f9f9;
    padding-bottom: 80px;
	overflow: hidden;
}
.c2-yewu-box{
	width: 100%;
	position: relative;
}
.c2-yewu-box .swiper-container{
	padding-right: 17%;
	background: url(../images/fw_bg.jpg) no-repeat right center;
	background-size: auto 100%;
}
.c2-yewu-box .c2-yewu-cont{
	position: relative;
	background-color: #000;
}
.c2-yewu-box .c2-yewu-cont img{
	width: 100%;
	height: auto;
	opacity: 0.7;
	
}
.c2-yewu-cont div{
	position: absolute;
	width: 660px;
	box-sizing: border-box;
	padding: 30px;
	background-color: rgb(0,0,0,0.3);
	left: 8%;
	top: 8%;
	display: none;
}
.c2-yewu-box .swiper-container .swiper-slide.swiper-slide-active .c2-yewu-cont div:hover{
	background-color: rgba(202,159,132,0.8);
}
.c2-yewu-cont div h4{
	font-size: 57px;
	line-height: 72px;
	font-family: Impact;
	color: #fff;
	text-transform: uppercase;
}
.c2-yewu-cont div em{
	font-size: 40px;
	color: #fff;
	line-height: 40px;
	display: block;
	margin-top: 15px;
}
.c2-yewu-cont div i{
	display: block;
	width: 32px;
	height: 2px;
	background-color: #fff;
	margin: 30px 0 20px;
}
.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 a{
	display: block;
    text-align: right;
    font-size: 16px;
    color: #fff;
    margin-top: 25px;
    float: right;
    padding: 5px 9px;
	border-radius: 5px;
}
.c2-yewu-cont div a:hover{
	background-color: #fff;
	color: #ca9f84;
}
.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: #ca9f84;
}
.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: #ca9f84;
}
/*首页重点领域*/
.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;
}
/*首页新闻中心*/
.c4-new{
    margin-bottom: 0;
	background-color: #f7f7f7;
	padding-bottom: 50px;
	overflow: hidden;
}
.c4-news-box{
	display: flex;
	justify-content:space-between;
}
.c4-news-left{
	width: 62%;
	display: flex;
	justify-content:space-between;
}
.c4-news-left a i{
	display: block;
	overflow: hidden;
	height: 330px;
}
.c4-news-left a i img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.c4-news-left b{
	display: block;
	position: relative;
	height: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: normal;
}
.c4-news-left a:hover b{
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
}
.c4-news-left a div{
	padding: 35px;
}
.c4-news-left a:hover div{
	background-color: #ca9f84;
}
.c4-news-left a:hover div p,.c4-news-left a:hover div h4,.c4-news-left a:hover div span,.c4-news-left a:hover div span em{
	color: #fff;
}
.c4-news-left a div h4{
	font-size: 28px;
	color: #333;
	line-height: 36px;
	display: -webkit-box;
	  -webkit-line-clamp: 2; /* 限制显示的行数为3 */
	  -webkit-box-orient: vertical;
	  overflow: hidden;
}
.c4-news-left a div p{
	display: -webkit-box;
	  -webkit-line-clamp: 2; /* 限制显示的行数为3 */
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	  font-size: 18px;
	  color: #999;
	  line-height: 28px;
	  margin: 20px 0;
}
.c4-news-left a div span{
	display: flex;
	font-size: 18px;
	color: #5c5c5c;
}
.c4-news-left a div span em{
	color: #ca9f84;
	font-size: 26px;
	margin-left: 5px;
}
.c4-news-right{
	width: 35%;
	background-color: #fff;
	box-sizing: border-box;
}
.c4-news-right li{
	padding: 0 35px;
}
.c4-news-right li:hover{
	background-color: #ca9f84;
}
.c4-news-right li:hover a h4,.c4-news-right li:hover a p{
	color: #fff;
}
.c4-news-right li:hover a{
	border: none;
}
.c4-news-right a{
	display: block;
	padding: 40px 0;
	border-bottom: 1px solid #d9d9d9;
}
.c4-news-right a h4{
	font-size: 26px;
	color: #333;
	line-height: 34px;
	display: -webkit-box;
	  -webkit-line-clamp: 2; /* 限制显示的行数为3 */
	  -webkit-box-orient: vertical;
	  overflow: hidden;
}
.c4-news-right a p{
	font-size: 16px;
	color: #999;
	line-height: 24px;
	display: -webkit-box;
	  -webkit-line-clamp: 2; /* 限制显示的行数为3 */
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	  margin-top: 10px;
}
.c4-news-left a{
	display: block;
	width: 47%;
	background-color: #fff;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.c4-news-btn{
	display: block;
	width: 224px;
	line-height: 61px;
	background: url(../images/news_btn.png) no-repeat center center;
	background-size: 100% 100%;
	margin: 60px auto 0;
	font-size: 22px;
	color: #ca9f84;
	text-align: center;
}
.c4-news-btn:hover{
	background-image: url(../images/news_btn2.png);
	color: #fff;
}
.c4-news-btn em{
	margin-left: 10px;
}
/* 内页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: 48px;
	color: #fff;
}
.banner2 div p{
	text-transform: uppercase;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
}
.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: #ca9f84;
}
.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: #ca9f84;
	line-height: 34px;
    text-align: center;
}
.service-txt i{
	display: block;
	width: 40px;
	height: 2px;
	background-color: #ca9f84;
	margin: 30px auto;
}
.service-txt p{
	font-size: 14px;
    line-height: 29px;
    color: #333;
    text-align: justify;
}
/* 企业展示 */
.title2{
	margin-bottom: 60px;
	text-align: center;
}
.title2 h4{
	font-size: 40px;
	font-weight: bold;
    line-height: 52px;
	font-weight: lighter;
}
.title2 p{
	font-size: 18px;
	color: #757575;
	text-transform: uppercase;
}
.environment{
	padding-top: 80px;
}
.environment-btn{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 60px;
	display: flex;
	justify-content:center;
}
.case-img{
	padding-bottom: 120px;
}
.demeanour{
	padding: 90px 0;
}
.demeanour-box{
	display: flex;
	demeanour-box: space-between;
}
.demeanour-l{
	width: 48%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	border-right: 6px solid #fff;
	background-color: #000;
}
.demeanour-l:hover img{
	transform: scale(1.08);
}
.demeanour-l:hover span{
	display: block;
}
.demeanour-l img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .6s;
}
.demeanour-l span{
	position: absolute;
	line-height: 70px;
	padding: 0 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 20px;
	box-sizing: border-box;
	display: none;
}
.demeanour-r{
	width: 52%;
}
.demeanour-r a{
	float: left;
	width: 50%;
	box-sizing: border-box;
	background-color: #000;
	position: relative;
	overflow: hidden;
}
.demeanour-r a img{
	width: 100%;
	height: auto;
	transition: .6s;
}
.demeanour-r a:hover img{
	transform: scale(1.08);
}
.demeanour-r a span{
	position: absolute;
	line-height: 70px;
	padding: 0 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	left: 0;
	bottom: 0;
	font-size: 20px;
	width: 100%;
	box-sizing: border-box;
	display: none;
}
.demeanour-r a:hover span{
	display: block;
}
/* .demeanour-r a:hover img{
	opacity: 0.6;
} */
.demeanour-r a:nth-child(2n+1){
	border-right: 3px solid #fff;
}
.demeanour-r a:nth-child(2n){
	border-left: 3px solid #fff;
}
.demeanour-r a:nth-child(1),.demeanour-r a:nth-child(2){
	border-bottom: 6px solid #fff;
}
/* 企业文化 */
.culture1{
	background: url(../images/wh_bg1.png) no-repeat right bottom;
	padding: 78px 0;
	overflow: hidden;
}
.culture1-box{
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.culture1-l{
	width: 60%;
	overflow: hidden;
}
.culture1-l img{
	float: left;
}
.culture1-l img:nth-child(1){
	width: 43%;
	height: auto;
	margin-right: 2%;
}
.culture1-l img:nth-child(2){
	width: 55%;
	margin-bottom: 2%;
	margin-top: 7%;
}
.culture1-l img:nth-child(3){
	width: 28.5%;
}
.culture1-l img{
	display: block;
	width: 100%;
	height: auto;
	transition: .4s;
}
.culture1-l img:hover{
	transform: scale(1.05);
}
/* .culture1-box .culture1-l:hover img{
	-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;
} */
.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;
}
.culture1-r{
	width: 30%;
}
.culture-title h4{
	font-size: 40px;
	color: #ca9f84;
	font-weight: bold;
}
.culture-title p{
	text-transform: uppercase;
	font-size: 17px;
	color: #757575;
	letter-spacing: 2px;
}
.culture-title{
	margin-bottom: 50px;
}
.culture-text dt{
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}
.culture-text dd{
	font-size: 20px;
	color: #666;
	line-height: 40px;
}
.culture2{
	padding: 10px 0 40px;
	overflow: hidden;
}
.culture2-box{
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.culture2-r{
	width: 20%;
}
.culture2-l{
	width: 75%;
}
.culture2-l img{
	width: 100%;
	height: auto;
	transition: .4s;
}
.culture2-l:hover img{
	transform: scale(1.05);
}
.culture3{
	background: url(../images/culture1_bg.png) no-repeat center bottom;
	background-size: 100% auto;
	padding: 50px 0 150px;
	overflow: hidden;
}
.culture3-list{
	display: flex;
	justify-content: space-between;
}
.culture3-list li{
	width: 29%;
}
.culture3-list li i{
	display: block;
	overflow: hidden;
}
.culture3-list li i img{
	width: 100%;
	height: auto;
}
.culture3-list li div{
	padding: 25px;
	background-color: #fff;
}
.culture3-list li div h5{
	font-size: 30px;
	color: #333;
}
.culture3-list li div i{
	display: block;
	width: 26px;
	height: 4px;
	background-color: #ca9f84;
	margin: 15px 0;
}
.culture3-list li div p{
	font-size: 20px;
	color: #666;
}
.culture3-list span{
	display: block;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.culture3-list li:hover span{
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
}
/* 党政建设 */
.construction1{
	padding: 65px 0;
	background: url(../images/construction1_bg.png) no-repeat right 85px;
}
.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: #f5f5f5;
}
.construction-bottom-list a{
	display: block;
	position: relative;
    overflow: hidden;
	padding: 35px;
	background-color: #fff;
	border: 1px solid #fff;
	transition: .3s;
}
.construction-bottom-list a:hover{
	/* border: 1px solid #ca9f84; */
	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 0;
}
.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;
}

/* 案例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-container{
	width: 150%;
	margin-left: -25%;
}
.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%;
    height: 450px;
    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: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: 0 45px;
	border-radius: 50%;
	background-color: #d8d8d8;
	color: #fff;
	font-size: 18px;
	position: static;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
}
.case-img .swiper-button-next:hover, .case-img .swiper-button-prev:hover{
	background-color: #ca9f84;
	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{
	padding: 90px 0;
}
.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%;
}
.contact-top{
	display: flex;
	justify-content: space-between;
}
.contact-bottom .allmap{
	width: 100%;
	height: 400px;
	margin-top: 50px;
}
.contact2{
	padding-top: 80px;
}
.contact2-addr ul{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 120px;
}
.contact2-addr ul li{
	line-height: 80px;
	font-size: 20px;
	color: #333;
	padding-left: 65px;
	background: url(../images/contact_1.png) no-repeat left center;
}
.contact2-addr ul li:nth-child(2){
	background-image: url(../images/contact_1.png);
}
.contact2-addr ul li:nth-child(3){
	background-image: url(../images/contact_2.png);
}
/* 招聘中心 */
.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: #ca9f84;
	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: #ca9f84;
    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-bottom a{
	position: relative;
	padding: 22px;
	padding-left: 212px;
	background-color: #f7f7f7;
	height: 156px;
	display: block;
	margin-bottom: 40px;
	box-sizing: initial;
	transition: .4s;
}
.news-bottom a:hover{
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}
.news-bottom a .time{
	position: absolute;
	left: 30px;
	top: 24px;
	height: 150px;
	width: 150px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.news-bottom a .time em{
	display:block;
	font-size: 77px;
	color: #ca9f84;
	line-height: 77px;
	font-weight: bold;
}
.news-bottom a .time span{
	display:block;
	font-size: 18px;
	color: #ca9f84;
	line-height: 20px;
}
.news-bottom .news-text h4{
	font-size: 26px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 20px;
	margin-top: 10px;
	font-weight: bold;
}
.news-bottom .news-text p{
	font-size: 18px;
	color: #666666;
	line-height: 36px;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 限制显示的行数为3 */
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news-bottom i{
	position: absolute;
	width: 56px;
	text-align: center;
	line-height: 56px;
	color: #888;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 50%;
	right: 0;
	top: 50%;
	margin-top: -28px;
	transition: .6s;
	font-size: 20px;
}
.news-bottom a:hover i{
	background-color: #ca9f84;
	color: #fff;
}
.news-bottom a:hover h4{
    color: #ca9f84;
}
.news-t{
	padding: 200px 0 80px;
	background: url(../images/news_bg.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
.news-top{
	display: flex;
	background-color: #f8f8f8;
	justify-content: space-between;
}
.news-top-img{
	width: 53%;
}
.news-top-text{
	width: 47%;
	position: relative;
}
.news-top-img img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.news-top-text a{
	display: block;
	height: 500px;
	box-sizing: border-box;
	padding: 0 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.news-top-text a h4,.news-top-text a p,.news-top-text a div{
	width: 100%;
}
.news-top-text a h4{
	font-size: 28px;
	color: #333;
	line-height: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news-top-text a p{
	font-size: 20px;
	color: #666;
	line-height: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 40px 0 60px;
}
.news-top-text a div{
	display: flex;
	 justify-content: space-between;
}
.news-top-text a div span{
	font-size: 28px;
	color: #333;
}
.news-top-text a div i{
	font-size: 28px;
	color: #ca9f84;
}
.news-top-left{
	width: 62%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.news-top-text .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
	margin-right: 14px;
}
.news-top-text .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ca9f84;
}
.news-top-text .swiper-pagination{
	left: 75px;
	bottom: 50px;
}
.news-tab{
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
.news-tab h4{
	font-size: 40px;
	color: #000;
	line-height: 50px;
	font-weight: bold;
}
.news-tab div{
	display: flex;
	justify-content:center;
}
.news-tab div a{
	margin-left: 80px;
	font-size: 18px;
	line-height: 18px;
	position: relative;
	color: #333;
	margin-top: 32px;
}
.news-tab div a::after{
	content: "";
	display: none;
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: #ca9f84;
	bottom: -22px;
	left: 0;
}
.news-tab div a.active{
	color: #ca9f84;
}
.news-tab div a.active::after{
	display: block;
}
/*新闻详情页*/
.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;
}
/* 关于我们 */
.about1{
	padding: 50px 0 50px;
}
.about1-top{
	display: flex;
	justify-content:space-between;
	margin-bottom: 50px;
	align-items: center;
}
.about1-top div h4{
	font-size: 40px;
	font-weight: bold;
	color: #000;
}
.about1-top div span{
	font-size: 18px;
	color: #757575;
	text-transform: uppercase;
	display: block;
	 letter-spacing: 2px;
}
.about1-top div img{
	margin-top: 30px;
}
.about1-top img{
	height: auto;
}
.about1-b{
	font-size: 16px;
	color: #333;
	line-height: 36px;
	text-indent: 2em;
}
.about2{
	padding: 80px 0;
	background: url(../images/about-bg.jpg) no-repeat center center;;
	background-size: cover;
}
.about2-box{
	display: flex;
	justify-content:space-between;
	/* align-items:center; */
}
.about2-l{
	width: 49%;
	margin-top: 142px;
}
.c1-about-r-btn{
    position: relative;
    z-index: 999;
	width: 45px;
	height: 45px;
	margin: 0 auto;
}
.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, #e1b585, #e1b585);
}
.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,#e1b585,#e1b585);
    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;}

}
.about2-l h4{
	font-size: 30px;
	color: #333;
    font-weight: bold;
}
.about2-l em{
	display: block;
	font-size: 20px;
	color: #ca9f84;
	margin: 25px 0 20px 0;
}
.about2-l div p{
	font-size: 16px;
	line-height: 29px;
	text-align: justify;
    color: #666666;
}
.about2-l ul{
	display: flex;
	margin-top: 30px;
}
.about2-r{
	width: 45%;
	position: relative;
}
.about2-title{
	margin-bottom: 30px;
}
.about2-title h4{
	font-size: 40px;
	font-weight: bold;
	color: #000;
}
.about2-title p{
	font-size: 18px;
	color: #757575;
	text-transform: uppercase;
	display: block;
	letter-spacing: 2px;
}
.about2-text{
	font-size: 16px;
	color: #333;
	line-height: 36px;
	text-indent: 2em;
}
.about2-l img{
	width: 100%;
	margin-bottom: 70px;
}
.about3{
	padding: 80px 0 0;
	background: url(../images/lc-bg.jpg) no-repeat center top;
	background-size: cover;
}
.about3-list{
	position: relative;
}
.about3-list::after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	top: 150px;
	/* margin-top: -0.5px; */
	background-color: #e7e7e8;
	position: absolute;
}
.about-title{
	text-align: center;
}
.about3-list .swiper-slide{
	height: 400px;
	position: relative;
}
.about3-list .swiper-slide .course1{
	position: absolute;
	line-height: 40px;
	width: 100%;
	top: 150px;
	margin-top: -20px;
	display: flex;
	align-items:center;
	justify-content:center;
}
.about3-list .swiper-slide .course1 i{
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #ccc;
}
.about3-list .swiper-slide .course1 span{
	font-size: 30px;
	color: #ccc;
	margin-left: 30px;
	font-weight: bold;
}
.about3-list .swiper-slide.swiper-slide-next .course2{
	display: block;
	text-align: center;
}
.about3-list .swiper-slide.swiper-slide-next .course1{
	display: none;
}
.about3-list .swiper-slide .course2 em{
	display: block;
	font-size: 80px;
	font-weight: bold;
	color: #ca9f84;
	line-height: 110px;
}
.about3-list .swiper-slide .course2 i{
	width: 16px;
	height: 16px;
	display: block;
	background-color: #ca9f84;
	border-radius: 50%;
	margin: 32px auto;
}
.about3-list .swiper-slide .course2 div{
	display: block;
	font-size: 18px;
	color: #666;
	line-height: 37px;
	height: 110px;
}
.about3-list .swiper-button-next,.about3-list .swiper-button-prev {
    position: absolute;
    top: 139px;
    width: 64px;
    height: 64px;
    /* margin-top: -32px; */
    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: #ca9f84;
	color: #fff;
	border-color: #ca9f84;
}
.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: 40px;
	font-weight: bold;
    line-height: 52px;
}
.about-title p{
	font-size: 18px;
	color: #666;
}
.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: #ca9f84;
    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: #ca9f84;
    font-family: Arial;
}
.about2-l .c1-about-num ul li p{
	font-size: 15px;
	color: #666666;
	text-align: center;
}
.about2-l a{
	color: #ca9f84;
	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:#ca9f84;
    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:#ca9f84;
		}
		.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: #ca9f84;
	    margin: 20px 0 18px 0;
	}
	.about3-box ul li h4{
		font-size: 30px;
		color:#ca9f84;
	}
	.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: #ca9f84;
	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: #ca9f84;
    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;
}
/* 资质荣誉 */
.rongyu1{
	padding: 80px 0 48px;
	background: url(../images/zzry_bg.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
.rongyu1-l{
	width: 44%;
}
.rongyu1-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.rongyu1-r{
	width: 56%;
	padding-right: 60px;
}
.rongyu1-r img{
	width: 100%;
	height: auto;
}
.rongyu1-l{
	width: 383px;
	height: 280px;
	position: relative;
	margin: 0 auto;
	box-shadow: 0 5px 5px rgb(0,0,0,0.05);
}
.rongyu1-l .swiper-slide{
	width: 383px;
	height: 280px;
	background: url(../images/zz_bg.jpg) no-repeat center center;
	background-size: 100% 100%;
	padding: 17px;
}
.rongyu1-l .swiper-slide img{
	width: 100%;
	height: 100%;
}
.rongyu1-l .swiper-button-next, .rongyu1-l .swiper-container-rtl .swiper-button-prev,.rongyu1-l .swiper-button-prev,.rongyu1-l .swiper-container-rtl .swiper-button-next{
	background-image: none;
}
.rongyu1-l .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	margin-right: 0;
	right: -80px;
}
.rongyu1-l .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	margin-left:0;
	left: -80px;
}
.rongyu1-l .swiper-button-next, .rongyu1-l .swiper-button-prev{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	top: 50%;
	margin-top: -25px;
	border-radius: 50%;
	background-color: #d8d8d8;
	color: #fff;
	font-size: 18px;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
}
.rongyu1-l .swiper-button-next:hover, .rongyu1-l .swiper-button-prev:hover{
	background-color: #ca9f84;
	color: #fff;
}
.rongyu1-l .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
	margin-right: 14px;
}
.rongyu1-l .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ca9f84;
}
.rongyu1-l .swiper-pagination{
	left: 0;
	width: 100%;
	text-align: center;
	bottom: -50px;
}
.rongyu2{
	padding: 80px 0;
}
.rongyu2-list .swiper-slide{
	padding: 20px;
	background-color: #f7f7f7;
}
/* .rongyu2-list .swiper-slide:hover{
	background-color: #ca9f84;
} */
.rongyu2-list .swiper-slide i{
	display: block;
	overflow: hidden;
}
.rongyu2-list .swiper-slide i img{
	width: 100%;
	height: auto;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.rongyu2-list .swiper-slide:hover i img{
	transform: scale(1.15);
    -webkit-transform: scale(1.15);
}
.rongyu2-list .swiper-slide p{
	text-align: center;
	font-size: 20px;
	color: #333;
	margin-top: 20px;
}
.rongyu2-list .swiper-slide:hover p{
	color: #fff;
}
.rongyu2-list-btn{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 60px;
	display: flex;
	justify-content:center;
}
.rongyu2-list .swiper-button-next, .rongyu2-list .swiper-container-rtl .swiper-button-prev,.rongyu2-list .swiper-button-prev,.rongyu2-list .swiper-container-rtl .swiper-button-next{
	background-image: none;
}
.rongyu2-list .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	margin-right: 0;
	left: 0;
}
.rongyu2-list .swiper-button-prev,.rongyu2-list .swiper-container-rtl .swiper-button-next{
	margin-left:0;
	right: 0;
}
.rongyu2-list .swiper-button-next, .rongyu2-list .swiper-button-prev{
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: 0 45px;
	border-radius: 50%;
	background-color: #d8d8d8;
	color: #fff;
	font-size: 18px;
	position: static;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
}
.rongyu2-list .swiper-button-next:hover, .rongyu2-list .swiper-button-prev:hover{
	background-color: #ca9f84;
	color: #fff;
}
.rongyu2-list{
	position: relative;
	padding-bottom: 120px;
}
/* 服务领域 */
.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: 74%;
	height: 550px;
	object-fit: cover;
}
.service-img .swiper-slide .service-img-text{
	width: 26%;
	background: url(../images/server_bg.png) no-repeat center center;
	background-size: cover;
	background-color: #f7f7f7;
	display: flex;
	justify-content: center;
	align-items:center;
	box-sizing: border-box;
	padding: 0 20px;
}
.service-img-text h4{
	font-size: 40px;
	color: #ca9f84;
}
.service-img-text p{
	font-size: 18px;
	color: #757575;
	text-transform: uppercase;
}
.service-img-text i{
	display: block;
	width: 30px;
	height: 2px;
	background: #ca9f84;
	margin: 50px 0;
}
.service-img-text span{
	font-size: 26px;
	color: #333;
	font-weight: bold;
}
.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: #ca9f84;
	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: #ca9f84;
	color: #fff;
}
.service-img .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .8;
	margin: 0 12.5px;
}
.service-img .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ca9f84;
}
.service-img .swiper-pagination{
	left: 0;
	width: 74%;
	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;
}
/* .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){
	.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;
	}
}
/*视频样式*/
.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;
}