/* CSS Document */
footer{
	border-top: 1px solid #e6e6e6;
}
.flex{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.flex60{
	width:60%;
}
.flex50{
	width:50%;
}
.flex30{
	width:30%;
}
.flex25{
	width:25%;
}
.flex35{
	width:35%;
}
.flex33{
	width:calc((100% - 40px) / 3);
}
.flex100{
	width:100%;
}
.f-img{
	width:calc((100% - 40px) / 3);
	margin-bottom:20px;
	transition:0.3s;
	overflow: hidden;
	padding:20px;
	border:1px solid #b29973;
	box-sizing: border-box;
}
.flex25{
	width:calc((100% - 60px) / 4);
	margin-bottom:20px;
}
.bus3_4 .f-img{
	width:calc((100% - 60px) / 4);
	margin-bottom:20px;
}
.f-img:hover{
	/* transform: translate(0px,-5px); */
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}
.f-img img{
	display: block;
	width:100%;
	transition:0.3s;
}
.f-img:hover img{
	transform: scale(1.2);
}
.con-5 p{
	background: var(--yellow-color);
	margin-bottom: 27px;
	width:calc((100% - 80px) / 5);
	padding:20px;
	color:#fff;
	box-sizing: border-box;
}
.df-tab{
	padding: 30px 30px 40px;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, .6);
	box-shadow: 0 12px 18px 2px rgba(204, 204, 204, .17);
	transition: 0.3s;
	background-image: url(../image/flex-box-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.flex-num{
	font-size:60px;
	color:var(--yellow-color);
	text-align: center;
}
.flex-title{
	text-align: center;
	font-size:20px;
	font-weight: 800;
}
.flex-h80{
	min-height:80px;
}
.flex-text-center{
	text-align: center;
}
.ps-tab{
	display: inline-block;
	padding: 4px 12px;
	border: 1px solid var(--yellow-color);
	border-radius: 2px;
	font-size: 14px;
	color: var(--yellow-color);
	margin-right:10px;
}
@media(max-width:999px){
	.f-img{
		/* width:calc((100% - 20px) / 2) !important; */
		width:100%;
		margin-bottom:20px !important;
	}
	.flex33{
		width:100%;
		margin-bottom:20px;
	}
	.bus1_3 .flex60{
		width:100%;
		margin-bottom:20px;
	}
	.bus1_3 .flex30{
		width:100%;
	}
}
/* ---------- banner ---------- */
.banner {
  height: 600px;
  background-position: center top;
  background-size: cover;
  position: relative;
  margin-top:130px;
}
.banner.article {
  height: 200px;
}

.banner-tit {
  color: #fff;
  text-align: center;
}
.banner-tit h2 {
  font-family: "Roboto";
  font-size: 72px;
}
.banner-tit h2 span {
  position: relative;
  display: inline-block;
}
.banner .tit {
	padding-top: 200px;
	height: 240px;
	color: #FFF;
	text-align: center;
}
.banner .tit h2 {
	position: relative;
	padding-bottom: 16px;
	font-size: 60px;
	letter-spacing: 2px;
	text-shadow: 0 4px 5px rgb(0 0 0 / 40%);
}
.banner .tit h2:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -20px;
	width: 40px;
	height: 5px;
	background: #FFF;
	content: "";
}
.banner .tit h3 {
	padding-top: 12px;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 0 4px 5px rgb(0 0 0 / 40%);
}
.banner-tit h2 span:after {
  position: absolute;
  right: 4px;
  bottom: 21px;
  width: 64px;
  height: 4px;
  background: var(--yellow-color);
  content: "";
}
.banner-tit h1 {
  font-size: 24px;
  font-weight: normal;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .banner {
    height: 400px;
	margin-top:66px;
  }
  .banner .tit{
	  padding-top:160px;
  }
  .banner-tit h2 {
    font-size: 44px;
  }
  .banner .tit h2{
	  font-size: 30px;
  }
  .banner-tit h2 span:after {
    right: 2px;
    bottom: 13px;
    width: 32px;
    height: 3px;
  }
  .banner-tit h1 {
    font-size: 20px;
  }
}

/* ---------- content ---------- */
.sub-container {
  margin: auto;
  padding: 50px 20px 0;
  max-width: 1360px;
}

/* responsive */
@media only screen and (max-width: 912px) {
  .sub-container {
    padding: 30px 20px;
  }
}

/* ---------- sub nav ---------- */
.sub-nav {
  float: left;
  width: 15.15%;
  display: none;
}
.sub-nav li {
  padding: 10px 0;
}
.sub-nav li a {
  display: block;
  padding-right: 40px;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  background: url("../image/sub-nav-arrow.png") no-repeat right 36px center;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
}
.sub-nav li a:hover {
  background: url("../image/sub-nav-arrow.png") no-repeat right 28px center;
}
.sub-nav li a.current {
  background: url("../image/sub-nav-arrow-over.png") no-repeat right 30px center, linear-gradient(to right, #b18247, #d9b78c);
  box-shadow: 4px 4px 12px rgba(37,118,240,0.2);
  color: #fff;
}

/* responsive */
@media only screen and (max-width: 912px) {
  .sub-nav {
    float: none;
    width: auto;
    background: #f6f6f6;
	display: block;
  }
  .sub-nav ul {
    padding: 20px 12px;
    overflow: hidden;
  }
  .sub-nav li {
    float: left;
    padding: 8px;
    width: 50%;
    box-sizing: border-box;
  }
  .sub-nav li a {
    height: 48px;
    background: url("../image/sub-nav-arrow.png") no-repeat right 20px center #fff;
    line-height: 48px;
  }
  .sub-nav li a:hover {
    background: url("../image/sub-nav-arrow.png") no-repeat right 16px center #fff;
  }
  .sub-nav li a.current {
    background: url("../image/sub-nav-arrow-over.png") no-repeat right 15px center, linear-gradient(to right, #b18247, #d9b78c);
  }
}
.bar {
	height: 100px;
	background: url(../image/sub_nav_bar.png) no-repeat center;
	margin-top: -100px;
	position: relative;
	z-index: 2;
}
.bar .con {
	margin: auto;
	width: 1360px;
	max-width: 100%;
}

.sub_nav {
	float: left;
	padding: 30px 0;
	max-width:920px;
	overflow: hidden;
}
.sub_ul{
	display: block;
	width:3000px;
}
.sub_nav a {
	display: inline-block;
	margin-right: 20px;
	padding: 0 32px;
	height: 40px;
	border-radius: 20px;
	font-size: 16px;
	color: #FFF;
	line-height: 40px;
}
.sub_nav a.cur {
	background: #7f6249;
}

.crumb {
	float: right;
	padding: 30px 0 30px 26px;
	height: 40px;
	background: url(../image/crumb_ico.png) no-repeat left center;
	font-size: 14px;
	color: #FFF;
	line-height: 40px;
}
.crumb a {
	color: #FFF;
	padding:0 5px;
}
@media(max-width:1000px){
	.bar{
		display: none;
	}
}
/* ---------- about ---------- */
.about-intro {
  float: right;
  width: 100%;
  font-size: 15px;
  line-height: 240%;
}
.about-intro p {
  padding-bottom: 24px;
}
.about-intro img {
  padding: 20px 0;
  max-width: 100%;
}
.abpd{
	width:100%;
	padding-top:100px;
}
.abfl{
	/* padding-right:100px; */
	padding-left:100px;
	box-sizing:border-box;
	width:calc(100% - 400px);
	background-image: url(../image/company_future.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.abfr{
	width:400px;
	max-width: 100%;
}
.abfr img{
	width:100%;
	display: block;
}
.s1abc{
	margin:50px 0;
	width:100%;
}
.s1pa{
	color:var(--yellow-color);
	font-size:55px;
}
.s1pb{
	color:#b4b4b4;
	font-size:16px;
}
.s1p4{
	color:#454545;
	font-size:16px;
	margin-top:10px;
}
.company_intro{
	width:100%;
}
.company_intro h3 {
	padding-bottom: 30px;
	font-size: 36px;
	color: #7f6249;
	line-height: 60px;
}
.company_intro .about1-img{
	max-width:100%;
}
.company_intro h4{
	display: inline-block;
	padding:10px 20px;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 18px;
	border-radius: 20px;
	color:var(--yellow-color);
	border:1px solid var(--yellow-color);
	line-height: 1;
	cursor: pointer;
	transition: 0.5s;
}
.company_intro h4:hover{
	background: var(--yellow-color);
	color: #fff;
}
.company_intro p {
	font-size: 16px;
	line-height:2;
	margin-bottom: 10px;
	text-align: justify;
}
.company_intro p span{
	color:var(--yellow-color);
}
.company_intro .abline{
	padding:20px 0;
	border-top:1px solid var(--yellow-color);
	border-bottom:1px solid var(--yellow-color);
}
.company_intro .abline1{
	color:#fff;
	background:var(--yellow-color);
	border-radius: 15px;
	padding:20px;
}
.company_futurelist{
	background-image: url(../image/company_future.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.company_future{
	margin:50px 0;
	font-size:16px;
}

.company_future li{
	font-size:16px;
	margin-bottom:10px;
}
.company_future span{
	border:1px solid var(--yellow-color);
	color:var(--yellow-color);
	padding:5px 15px;
	border-radius: 15px;
	margin-bottom:10px;
	display: inline-block;
	cursor: pointer;
	transition:0.5s;
}

.company_future:hover span{
	background: var(--yellow-color);
	color: #fff;
}
/*culture*/
.Tit {
    margin-bottom: 60px;
    position: relative;
}
.Tit.center {
    text-align: center;
}
.Tit.center span {
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 1.4;
    font-weight: 600;
    justify-content: center;
	color:var(--yellow-color);
}
.Tit span b {
    color: var(--yellow-color);
    font-size: 36px;
    letter-spacing: 2px;
    font-weight: 600;
}
.Tit .titP {
    font-size: 20px;
    margin-top: 20px;
    color: #353535;
}
.padd {
    padding: 98px 0;
}
.abWh {
    position: relative;
    overflow: hidden;
}
.inner {
    width: 75%;
    margin: 0 auto;
}
#abWh {
    position: absolute;
    top: -80px;
}
.abWh_bg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 5%;
	user-select:none;
	user-drag:none;
	-webkit-user-drag: none;
}
.abWhBox {
    display: flex;
    align-items: center;
    justify-content: center;
}
.abWhCen {
    width: 25%;
    padding-top: 27%;
    position: relative;
    z-index: 2;
}
.abWhCen span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .4;
}
.abWhCen .abWhCen_img {
    width: 92%;
    height: 92%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.indImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .48s;
	user-select:none;
	user-drag:none;
	-webkit-user-drag: none;
}
.abWhCen i {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background-image: url(../image/abWhCen_i.png);
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%) scale(.3);
    opacity: .6;
    -webkit-animation: scaleWave 4s linear 0s infinite;
    animation: scaleWave 4s linear 0s infinite;
    transition: all .48s;
}
.abWhCen .i1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.abWhCen .i2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.abWhCen .i3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
@-webkit-keyframes scaleWave {
    0% {
        opacity: .6;
        -webkit-transform: translate(-50%, -50%) scale(.3);
        transform: translate(-50%, -50%) scale(.3) 
    }
    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1.8);
        transform: translate(-50%, -50%) scale(1.8) 
    }
}
@keyframes scaleWave {
    0% {
        opacity: .6;
        -webkit-transform: translate(-50%, -50%) scale(.3);
        transform: translate(-50%, -50%) scale(.3) 
    }
    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1.8);
        transform: translate(-50%, -50%) scale(1.8) 
    }
}
.abWhText {
    width: 30%;
}
.abWh_li {
    position: relative;
    margin-bottom: 80px;
}
.abWh_li:last-child {
    margin-bottom: 0;
}
.abWh_li span {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 2px solid #e4e4e4;
    font-size: 28px;
    color: var(--yellow-color);
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}
.abWh_li span::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c9c9c9;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
    z-index: 2;
}
.abWh_li span::after {
    content: '';
    width: 100px;
    height: 1px;
    border-bottom: 1px dashed #e4e4e4;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(100%, 100%);
}
.abWh_li:nth-child(1) span::after {
    transform: translate(100%, 100%) rotate(40deg);
    transform-origin: left;
}
.abWh_li:nth-child(3) span::after {
    width: 80px;
    transform: translate(100%, 100%) rotate(-40deg);
    transform-origin: left;
}
.abWh_li span img {
    width: 25px;
    margin-right: 10px;
}
.abWh_li p {
    font-size: 21px;
    min-height: 68px;
    font-weight: 600;
}
.abWhR .abWh_li {
    text-align: right;
}
.abWhR .abWh_li span {
    justify-content: flex-end;
}

.abWhR .abWh_li span::before {
    left: 0;
    transform: translate(-50%, 50%);
}
.abWhL .abWh_li:nth-child(2) {
    left: -100px;
}
.abWhR .abWh_li:nth-child(2) {
    right: -100px;
}
.abWhR .abWh_li span::after {
    right: initial;
    left: 0;
    transform: translate(-100%, 100%);
}
.abWhR .abWh_li:nth-child(1) span::after {
    transform: translate(-100%, 100%) rotate(-40deg);
    transform-origin: right;
}
.abWhR .abWh_li:nth-child(3) span::after {
    width: 80px;
    transform: translate(-100%, 100%) rotate(40deg);
    transform-origin: right;
}
@media (max-width: 1000px){
    .padd{
        padding:30px 0;
    }
    .abWhBox {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .Tit.center {
        margin-bottom: 30px;
    }
    .abWh_li p {
        font-size: 16px;
        min-height: 30px;
        font-weight: 400;
    }
    .abWhText {
        width: 100%;
    }
    .abWhCen {
        display: none;
    }
    .abWhL .abWh_li:nth-child(2) {
        left: 0;
    }
    .abWhR .abWh_li:nth-child(2) {
        right: 0;
    }
    .abWh_li span::after, .abWh_li span::before {
        display: none;
    }
    .abWhR .abWh_li {
        text-align: left;
    }
    .abWhR .abWh_li span {
        justify-content: flex-start;
    }
    .abWhR .abWh_li span img {
        order: -1;
    }
    .abWh_li {
        margin-bottom: 25px;
    }
}

/*advantage*/
.advantage {
    margin-top: 80px;
}

.advantage h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
}

.advantageBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap:wrap;
}

.advantage_li {
    display: flex;
    align-items: center;
	justify-content: start;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    transition: all .5s;
}

.advantage_li .divi {
    display:block;
    width: 40px;
    height: 40px;
    background-image: url(../image/advantage_bg.png);
    background-repeat: no-repeat;
	background-position:center center;
    background-size: cover;
    margin-right: 10px;
}

.advantage_li img {
	display: block;
    width: 100%;
    height: 100%;
	margin:0 auto;
	user-select: none;
	user-drag: none;
	-webkit-user-drag: none;
}

.advantage_li p {
    font-size: 16px;
	width:calc(100% - 50px);
}

.advantage_li:hover::after {
    opacity: 1;
}


.advantage_text {
    width: 45%;
}

.advantage_img {
    width: 50%;
    padding-top: 30%;
    border-radius: 8px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

@media(max-width:1480px) {

    .advantage {
        margin-top: 90px;
    }

    .advantage_li p {
        font-size: 14px;
    }

    .advantage_li i {
        width: 30px;
        height: 32px;
    }

}
@media(max-width:1000px){
	.advantage{
		margin-top:30px;
	}
	.advantage_img{
		width:100%;
	}
	.advantage_text{
		width:100%;
	}
}
/*history*/
.history {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.history-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.history-swiper{
	padding:50px 0;
	
}
.b1next{
	right:0px!important;
	width: 50px!important;
	height: 50px!important;
	font-size:18px !important;
	line-height:50px;
	text-align: center;
	border: 1px solid var(--yellow-color);
	border-radius: 50%;
	transition: 0.4s;
	box-sizing: border-box;
	background: var(--yellow-color);
}
.b1next:after{
	color:#fff;
	font-size:18px!important;
}
.b1next:hover{
	background: var(--yellow-color);
}
.b1prev{
	left:auto!important;
	right:80px!important;
	width:50px!important;
	height:50px!important;
	font-size:18px !important;
	line-height:50px;
	text-align: center;
	border: 1px solid var(--yellow-color);
	border-radius: 50%;
	transition: 0.4s;
	box-sizing: border-box;
	background:var(--yellow-color);
}
.b1prev:after{
	color:#fff;
	font-size:18px!important;
}
.b1prev:hover{
	background: var(--yellow-color);
}
.history{
	width:100%;
	position: relative;
	background-image: url(../image/historybg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.abpd .top-cont {
	display: none;
	justify-content: flex-end;
	width: auto;
	height: auto;
}

.abpd .top-cont .cont-title {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #3d3d3d;
	cursor: pointer;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.abpd .top-cont .cont-title::after {
	content: '';
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--yellow-color);
	transform: scale(0, 0) translateZ(0);
	-o-transform: scale(0, 0) translateZ(0);
	-moz-transform: scale(0, 0) translateZ(0);
	-webkit-transform: scale(0, 0 translateZ(0));
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.abpd .top-cont .cont-title:hover {
	color: var(--yellow-color);
}

.abpd .top-cont .cont-title:hover::after {
	transform: scale(1, 1) translateZ(0);
	-o-transform: scale(1, 1) translateZ(0);
	-moz-transform: scale(1, 1) translateZ(0);
	-webkit-transform: scale(1, 1 translateZ(0));
}

.abpd .top-cont .cont-title-active {
	color: var(--yellow-color) !important;
}

.abpd .top-cont .cont-title-active::after {
	transform: scale(1, 1) translateZ(0) !important;
	-o-transform: scale(1, 1) translateZ(0) !important;
	-moz-transform: scale(1, 1) translateZ(0) !important;
	-webkit-transform: scale(1, 1 translateZ(0)) !important;
}



.abpd .swiper-slide .slide-box {
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px;
	border-radius: 15px;
	background-color: var(--yellow-color);
	margin:30px 0;
	background-image:url('../image/logo11.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	box-sizing:border-box;
	color:#fff;
	cursor: pointer;
	transition: 0.5s;
}

.abpd .swiper-slide .slide-box .box-top {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	height: auto;
}

.abpd .swiper-slide .slide-box .box-top .box-icon {
	position: relative;
	width: 27px;
	height: 27px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.abpd .swiper-slide .slide-box .box-top .box-icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height:25px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.abpd .swiper-slide .slide-box .box-top .box-icon .img2 {
	opacity: 0;
}

.abpd .swiper-slide .slide-box .box-top span {
	font-size: 16px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.abpd .swiper-slide .slide-box .box-top span em {
	font-size: 20px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.abpd .swiper-slide .slide-box .box-text {
	margin:20px 0;
	font-size: 18px;
	line-height: 2;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	min-height:90px;
}

.abpd .swiper-slide .slide-box .box-time {
	font-size: 18px;
	font-family: "Roboto1";
	font-weight:400;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.abpd .swiper-slide .slide-box:hover {
	background-image: url(../image/logo22.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	transform: translate(0px,-5px);
}

.abpd .swiper-slide .slide-box:hover .box-icon {
	width:27px;
	overflow: hidden;
}

.abpd .swiper-slide .slide-box:hover .box-icon .img2 {
	opacity: 1;
}

.abpd .swiper-slide .slide-box:hover span {
	color: #fff;
}

.abpd .swiper-slide .slide-box:hover span em {
	color: #fff;
}

.abpd .swiper-slide .slide-box:hover .box-text {
	color: #fff;
}

.abpd .swiper-slide .slide-box:hover .box-time {
	opacity: 1;
	color: #fff;
}

.abpd .swiper-pagination {
	bottom: 0;
}

.abpd .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 6px;
	background: var(--yellow-color);
	opacity: 0.5;
}

.abpd .swiper-pagination .swiper-pagination-bullet-active {
	width: 28px;
	border-radius:15px;
	opacity: 1;
}



/* responsive */
@media only screen and (max-width: 912px) {
	.about-intro {
		float: none;
		padding: 48px 20px;
		width: auto;
	}
	.about-intro img {
		width: 100%;
		height: 100%;
	}
	.abpd{
		padding: 20px;
		box-sizing: border-box;
		flex-wrap:wrap;
	}
	.abfl{
		width:100%;
		padding:0;
	}
	.abfr{
		width:100%;
		padding:0;
	}
}

/* ---------- news ---------- */
.news-list {
  float: right;
  width: 76%;
  width: 100%;
}
.news-list ul {
  margin-top: -40px;
  padding-bottom: 50px;
}
.news-list li {
  padding: 40px 0;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.news-list li .pic {
  float: left;
  position: relative;
  width: 35%;
  box-shadow: 4px 4px 20px rgba(0,0,0,0.1);
  overflow: hidden;
}
.news-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.news-list li .pic .date {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 4px 8px;
  border-radius: 3px;
  background: rgba(255,255,255,0.8);
  font-size: 14px;
  color: #999;
}
.news-list li .con {
  float: right;
  width: 61%;
}
.news-list li .con h4 {
  padding-top: 16px;
  font-size: 20px;
  line-height: 160%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list li .con p {
  padding-top: 24px;
  font-size: 14px;
  color: #888;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list li .btm {
  padding-top: 40px;
}
.news-list li .more-btn {
  padding-right: 32px;
  background: url("../image/news-more.png") no-repeat right center;
  font-size: 12px;
  color: #ccc;
  transition: all 0.3s ease-in-out;
}
.news-list li a:hover .pic img {
  transform: scale(1.05);
}
.news-list li a:hover .more-btn {
  padding-right: 48px;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .news-list li .con h4 {
    padding-top: 4px;
  }
  .news-list li .con p {
    padding-top: 12px;
  }
  .news-list li .btm {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 912px) {
  .news-list {
    float: none;
    padding-bottom: 48px;
    width: auto;
  }
  .news-list ul {
    margin-top: auto;
    padding: 20px 20px 40px 20px;
  }
  .news-list li {
    padding: 32px 0;
    height: auto;
  }
  .news-list li .pic {
    float: none;
    width: auto;
  }
  .news-list li .con {
    float: none;
    width: auto;
  }
  .news-list li .con h4 {
    padding-top: 16px;
    font-size: 16px;
  }
  .news-list li .con p {
    padding-top: 8px;
    line-height: 180%;
  }
  .news-list li .btm {
    padding-top: 8px;
  }
}

/* ---------- page ---------- */
.page {
  clear: both;
  text-align: center;
}
/* .page a {
  display: inline-block;
  margin: 0 2px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-family: Arial;
  font-size: 15px;
  color: #666;
  line-height: 40px;
  text-align: center;
} */
.page a:hover {
  background: #eaeaea;
}
.page a.crt {
  background: #b18247;
  color: #fff;
}
.page a.disable {
  background: #eaeaea;
  color: #666;
}

/* ---------- case ---------- */
.case-list {
  overflow: hidden;
}
.case-list ul {
  width: calc(100% + 40px);
}
.case-list li {
  float: left;
  margin-right: 40px;
  margin-bottom: 60px;
  width: calc(100% / 3 - 40px);
}
.case-list li .pic {
  box-shadow: 4px 4px 20px rgba(0,0,0,0.1);
  overflow: hidden;
}
.case-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.case-list li .con {
  padding: 24px 0;
  border-bottom: 1px solid #efefef;
}
.case-list li .con h4 {
  font-size: 16px;
  line-height: 160%;
}
.case-list li .con,
.case-list li .con p {
  padding-top: 16px;
  font-size: 14px;
  color: #888;
  line-height: 180%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.case-list li .btm {
  padding-top: 24px;
}
.case-list li .more-btn {
  padding-right: 32px;
  background: url("../image/news-more.png") no-repeat right center;
  font-size: 12px;
  color: #ccc;
  transition: all 0.3s ease-in-out;
}
.case-list li a:hover .pic img {
  transform: scale(1.05);
}
.case-list li a:hover .more-btn {
  padding-right: 48px;
}

/* responsive */
@media only screen and (max-width: 999px) {
  .case-list {
    padding: 0px;
  }
  .case-list ul {
    width: auto;
  }
  .case-list li {
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
    width: auto;
  }
  .case-list li .con {
    padding: 16px 0;
  }
  .case-list li .con p {
    padding-top: 8px;
  }
  .case-list li .btm {
    padding-top: 16px;
  }
}

/* ---------- client ---------- */
.client {
  padding: 80px 20px 100px;
  background: url("../image/client-bg.jpg") center top;
  background-size: cover;
}
.client-con {
  margin: auto;
  padding: 60px;
  max-width: 1200px;
  background: #fff;
}
.client-tit {
  text-align: center;
}
.client-tit h2 {
  position: relative;
  font-size: 18px;
  font-weight: normal;
}
.client-tit h2:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(50% - 80px);
  height: 1px;
  background: #efefef;
  content: "";
}
.client-tit h2:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(50% - 80px);
  height: 1px;
  background: #e6e6e6;
  content: "";
}
.client-list {
  padding-top: 20px;
  overflow: hidden;
}
.client-list ul {
  width: calc(100% + 50px);
}
.client-list li {
  float: left;
  position: relative;
  margin-top: 20px;
  margin-right: 50px;
  width: calc(100% / 5 - 50px);
}
.client-list li img {
  width: 100%;
  border-bottom: 2px solid #e0e0e0;
}
.client-list li h4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 20px 0;
  background: rgba(69,139,243,0.8);
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.client-list li:hover h4 {
  opacity: 1;
}

/* responsive */
@media only screen and (max-width: 912px) {
  .client {
    padding: 52px 20px 64px;
  }
  .client-con {
    padding: 48px 12px;
    width: auto;
  }
  .client-tit h2 {
    font-size: 16px;
  }
  .client-tit h2:before {
    left: 8px;
    width: calc(50% - 60px);
  }
  .client-tit h2:after {
    right: 8px;
    width: calc(50% - 60px);
  }
  .client-list {
    padding-top: 12px;
  }
  .client-list ul {
    width: auto;
  }
  .client-list li {
    margin-top: 12px;
    margin-right: 0;
    padding: 0 8px;
    width: 50%;
    box-sizing: border-box;
  }
  .client-list li h4 {
    padding: 32px 20px 0;
    left: 8px;
    right: 8px;
  }
}

/* ---------- job ---------- */
.job-tit {
  height: 120px;
}
.job-tit h3 {
  font-size: 24px;
  font-weight: normal;
}
.job-tit p {
  padding-top: 20px;
  font-size: 14px;
  color: #999;
}

.job-list li {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #efefef;
  overflow: hidden;
}
.job-list li .tit {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 40px;
  width: 160px;
  background: #fafafa;
}
.job-list li .tit h4 {
  position: relative;
  padding-bottom: 16px;
  font-size: 18px;
  color: #b18247;
}
.job-list li .tit h4:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  background: #b18247;
  content: "";
}
.job-list li .con {
  float: right;
  padding: 40px;
  width: calc(100% - 260px);
  line-height: 200%;
  box-sizing: border-box;
}

/* responsive */
@media only screen and (max-width: 912px) {
  .job-tit {
    padding: 52px 20px 40px;
    height: auto;
  }
  .job-tit h3 {
    font-size: 18px;
  }
  .job-tit p {
    padding-top: 16px;
  }

  .job-list {
    padding: 0 20px 40px;
  }
  .job-list li .tit {
    position: inherit;
    padding: 20px;
    width: auto;
  }
  .job-list li .tit h4 {
    font-size: 16px;
  }
  .job-list li .con {
    float: none;
    padding: 20px;
    width: auto;
  }
}

/* ---------- contact ---------- */
.contact-tit {
  padding-bottom: 60px;
  border-bottom: 1px solid #e6e6e6;
}
.contact-tit h3 {
  font-size: 24px;
  font-weight: normal;
}
.contact-tit p {
  padding-top: 20px;
  font-size: 14px;
  color: #999;
}

.contact-list {
  padding: 80px 20px;
  border-bottom: 1px solid #e6e6e6;
  background: url("../image/contact-bg.png") no-repeat center bottom;
  overflow: hidden;
}
.contact-list li {
  float: left;
  width: 33.33%;
  text-align: center;
}
.contact-list li i {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
  background-color: #b18247;
}
.contact-list li i.ico-1 {
  background-image: url("../image/contact-ico-1.png");
}
.contact-list li i.ico-2 {
  background-image: url("../image/contact-ico-2.png");
}
.contact-list li i.ico-3 {
  background-image: url("../image/contact-ico-3.png");
}
.contact-list li h4 {
  padding-top: 24px;
  font-size: 15px;
}
.contact-list li p {
  padding-top: 12px;
  font-size: 15px;
}
.contact-con {
  padding: 40px 20px;
  border-bottom: 1px solid #e6e6e6;
  background: #fafafa;
  text-align: center;
}
.contact-con li {
  font-size: 14px;
  line-height: 32px;
}

.contact-qrcode {
  padding-top: 60px;
  text-align: center;
  padding-bottom:100px;
}
.contact-qrcode img {
  border: 1px solid #efefef;
  border-radius: 4px;
}
.contact-qrcode p {
  padding-top: 15px;
  font-size: 13px;
  color: #999;
}
.contact-map {
  position: relative;
  width: 100%;
  height: 600px;
}
.contact-map #map {
  width: 100%;
  height: 100%;
}

/* responsive */
@media only screen and (max-width: 912px) {
  .contact-tit {
    padding: 52px 20px;
  }
  .contact-tit h3 {
    font-size: 18px;
  }
  .contact-tit p {
    padding-top: 16px;
  }

  .contact-list {
    padding: 48px 20px;
  }
  .contact-list li {
    float: none;
    padding: 16px 0;
    width: auto;
  }
  .contact-list li i {
    width: 64px;
    height: 64px;
    background-size: 28px;
  }
  .contact-list li h4 {
    padding-top: 8px;
    font-size: 14px;
  }
  .contact-list li p {
    padding-top: 4px;
    font-size: 14px;
  }

  .contact-qrcode {
    padding-bottom: 60px;
  }
  .contact-map {
    height: 400px;
  }
}

/* ---------- article ---------- */
.article-main {
  float: left;
  width: 68%;
}

.article-tag a {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid var(--yellow-color);
  border-radius: 2px;
  font-size: 14px;
  color: var(--yellow-color);
}

.article-tit {
  padding: 30px 0 39px;
}
.article-tit h1 {
  font-size: 32px;
}

.article-bar {
  padding: 12px 16px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  overflow: hidden;
}
.article-bar .info {
  float: left;
  font-family: Arial;
  color: #999;
  line-height: 24px;
}
.article-bar .date {
  padding-left: 24px;
  background: url("../image/date-ico.png") no-repeat left center;
}
.article-bar .visit {
  padding-left: 24px;
  background: url("../image/visit-ico.png") no-repeat left center;
}
.article-bar .share {
  float: right;
}

.article-con {
  padding-top: 60px;
  font-size: 16px;
  line-height: 240%;
}
.article-con p {
  padding-bottom: 24px;
}
.article-con img {
  /* padding: 20px 0; */
  max-width: 100%;
}

.article-side {
  float: right;
  margin-top: 140px;
  padding: 30px 29px;
  width: 25%;
  box-sizing: border-box;
  border: 1px solid #efefef;
  border-top: 2px solid #b18247;
}
.article-side h3 {
  font-size: 18px;
  color: #b18247;
}
.article-side ul {
  padding-top: 30px;
}
.article-side li {
  padding-bottom: 30px;
}
.article-side li img {
  width: 100%;
}
.article-side li h4 {
  padding-top: 16px;
  font-size: 14px;
  font-weight: normal;
  line-height: 160%;
}
.article-side li p {
  padding-top: 12px;
  font-family: Arial;
  font-size: 13px;
  color: #999;
  line-height: 20px;
}
.article-side li .date {
  padding-left: 22px;
  background: url("../image/date-ico.png") no-repeat left center;
}
.article-side li .visit {
  padding-left: 22px;
  background: url("../image/visit-ico.png") no-repeat left center;
}

.article-btm {
  padding: 60px 20px;
  background: #f6f6f6;
}
.article-btm .con {
  margin: auto;
  padding: 50px 0;
  max-width: 1320px;
  background: #fff;
  overflow: hidden;
}
.article-btm .related {
  float: left;
  padding: 0 60px;
  width: 68%;
  box-sizing: border-box;
  overflow: hidden;
}
.article-btm .related h4 {
  font-size: 14px;
  font-weight: normal;
  color: #999;
}
.article-btm .related p {
  padding-top: 12px;
  font-size: 15px;
  line-height: 160%;
}
.article-btm a.prev {
  float: left;
  display: block;
  width: 46%;
}
.article-btm a.prev .arrow {
  padding-left: 30px;
  background: url("../image/prev-arrow.png") no-repeat left center;
}
.article-btm a.next {
  float: right;
  display: block;
  width: 46%;
}
.article-btm a.next .arrow {
  padding-right: 30px;
  background: url("../image/next-arrow.png") no-repeat right center;
}
.article-btm .back {
  float: right;
  padding-top: 25px;
  width: 25%;
  height: 50px;
  border-left: 1px solid #efefef;
  text-align: center;
}
.article-btm .back a {
  display: inline-block;
  padding-left: 24px;
  height: 25px;
  background: url("../image/list-ico.png") no-repeat left center;
  font-size: 14px;
  line-height: 25px;
}

/* responsive */
@media only screen and (max-width: 912px) {
  .article-main {
    float: none;
    padding: 52px 20px;
    width: auto;
  }

  .article-tit {
    padding: 24px 0;
  }
  .article-tit h1 {
    font-size: 20px;
  }

  .article-bar .info {
    float: none;
  }
  .article-bar .share {
    display: none;
  }

  .article-con {
    padding-top: 40px;
  }
  .article-con p {
    padding-bottom: 20px;
  }
  .article-con img {
    padding: 20px 0;
    width: 100%;
    height: 100%;
  }

  .article-side {
    display: none;
  }

  .article-btm {
    padding: 48px 20px;
  }
  .article-btm .con {
    padding: 12px 24px;
    width: auto;
  }
  .article-btm .related {
    float: none;
    padding: 16px 0;
    width: auto;
  }
  .article-btm a.prev {
    float: none;
    padding: 12px;
    width: auto;
  }
  .article-btm a.next {
    float: none;
    padding: 12px;
    width: auto;
  }
  .article-btm .back {
    float: none;
    padding-top: 24px;
    width: auto;
    border-top: 1px solid #efefef;
    border-left: 0;
  }
}

/* ---------- search ---------- */
.search-form {
  text-align: center;
}
.search-form-text {
  padding: 0 30px;
  width: 60%;
  height: 50px;
  box-sizing: border-box;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.search-form-btn {
  position: relative;
  top: 0;
  right: 0;
  margin-left: -80px;
  width: 75px;
  height: 50px;
  border: 0;
  background: url("../image/search-btn-ico.png") no-repeat center;
  cursor: pointer;
}

.search-result {
  padding-top: 50px;
}
.search-result .result-tit {
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.search-result .result-tit h3 {
  float: left;
  font-size: 18px;
  line-height: 24px;
}
.search-result .result-tit .count {
  float: right;
  padding-top: 4px;
  font-size: 14px;
  color: #999;
  line-height: 20px;
}

.result-list {
  padding-top: 20px;
}
.result-list ul {
  padding-bottom: 50px;
}
.result-list li {
  padding: 30px 0;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.result-list li .pic {
  float: left;
  position: relative;
  width: 210px;
  box-shadow: 4px 4px 20px rgba(0,0,0,0.1);
  overflow: hidden;
}
.result-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.result-list li .pic .date {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 8px;
  border-radius: 3px;
  background: rgba(255,255,255,0.8);
  font-family: "AvantGarde-Medium";
  font-size: 12px;
  color: #999;
}
.result-list li .con {
  float: right;
  width: calc(100% - 240px);
}
.result-list li .con h4 {
  padding-top: 4px;
  font-size: 18px;
  line-height: 160%;
}
.result-list li .con p {
  padding-top: 16px;
  font-size: 14px;
  color: #888;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.result-list li .btm {
  padding-top: 20px;
}
.result-list li .more-btn {
  padding-right: 32px;
  background: url("../image/news-more.png") no-repeat right center;
  font-size: 12px;
  color: #ccc;
  transition: all 0.3s ease-in-out;
}
.result-list li a:hover .pic img {
  transform: scale(1.05);
}
.result-list li a:hover .more-btn {
  padding-right: 48px;
}

/* responsive */
@media only screen and (max-width: 912px) {
  .search-form {
    padding-top: 52px;
  }
  .search-form-text {
    width: 80%;
    height: 44px;
    border-radius: 44px;
  }
  .search-form-btn {
    margin-left: -60px;
    width: 55px;
    height: 44px;
  }

  .search-result {
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .result-list {
    padding-bottom: 48px;
  }
  .result-list ul {
    padding-bottom: 40px;
  }
  .result-list li {
    padding: 20px 0;
    height: auto;
  }
  .result-list li a {
    display: -webkit-flex;
    display: flex;
  }
  .result-list li .pic {
    float: none;
    width: 140px;
  }
  .result-list li .con {
    float: none;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 16px;
    width: auto;
  }
  .result-list li .con h4 {
    padding-top: 2px;
    font-size: 14px;
  }
  .result-list li .con p {
    padding-top: 4px;
  }
  .result-list li .btm {
    display: none;
  }
}
/*service*/
.ywa{
	display: block;
	width:40%;
	margin-bottom: 40px;
	position:relative;
}
.ywa:nth-child(1),.ywa:nth-child(4),.ywa:nth-child(5),.ywa:nth-child(8),.ywa:nth-child(9),.ywa:nth-child(12){
	width:calc(60% - 40px);
}

.ywimg{
	width:100%;
	overflow: hidden;
	border-radius: 20px;
	height:300px;
	position: relative;
}
.ywimg img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.5s;
}
.ywimg:after{
	content:'';
	display: block;
	position: absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.3);
	width:100%;
	height:100%;
	transition:0.5s;
}
.ywa:hover img{
	transform: scale(1.1);
}
.ywa:hover ::after{
	background:rgba(0,0,0,0.1);
}
.ywtext{
	position: absolute;
	left: 40px;
	bottom: 40px;
	color:#fff;
}
.ywt1{
	font-size: 30px;
	line-height:1;
	font-weight: 600;
	margin-bottom:5px;
	display: inline-block;
}
.ywt2{
	font-size: 18px;
	line-height:1;
	font-family: impact;
	font-weight: 400;
	margin-bottom: 15px;
	display: inline-block;
}
.ywt3{
	line-height:1;
	display: inline-block;
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
	align-items:center;
}
.ywt3 svg{
	margin-left:20px;
	transition:0.5s;
}
.ywa:hover .ywt3 svg{
	margin-left:40px;
}
@media(max-width:1000px){
	.ywlist{
		padding:20px;
	}
	.ywa{
		width:100%!important;
	}
	.ywimg{
		height:200px;
	}
}

/*member*/
.cya{
	display: block;
	width:calc(50% - 20px);
	margin-bottom: 40px;
	position:relative;
}


.cyimg{
	width:100%;
	overflow: hidden;
	border-radius: 20px;
	height:300px;
	position: relative;
}
.cyimg img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.5s;
}
.cyimg:after{
	content:'';
	display: block;
	position: absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.3);
	width:100%;
	height:100%;
	transition:0.5s;
}
.cya:hover img{
	transform: scale(1.1);
}
.cya:hover ::after{
	background:rgba(0,0,0,0.1);
}
.cytext{
	position: absolute;
	left: 40px;
	bottom: 40px;
	color:#fff;
}
.cyt1{
	font-size: 30px;
	line-height:1;
	font-weight: 600;
	margin-bottom:5px;
	display: inline-block;
}
.cyt2{
	font-size: 18px;
	line-height:1;
	font-family: impact;
	font-weight: 400;
	margin-bottom: 15px;
	display: inline-block;
}
.cyt3{
	line-height:1;
	display: inline-block;
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
	align-items:center;
}
.cyt3 svg{
	margin-left:20px;
	transition:0.5s;
}
.cya:hover .cyt3 svg{
	margin-left:40px;
}
@media(max-width:1000px){
	.cylist{
		padding:20px;
	}
	.cya{
		width:100%!important;
	}
	.cyimg{
		height:200px;
	}
}
.cycontent h3{
	padding-bottom: 30px;
	font-size: 36px;
	color: var(--yellow-color);
	line-height: 60px;
	text-align: center;
}
.cywrap{
	font-size:16px;
	line-height: 2;
	text-align: justify;
}
.cywrap img{
	display: block;
	width:100%;
}
.cyp3{
	width:calc(30% - 20px);
	margin-bottom: 40px;
	box-sizing: border-box;
}
.cyp4{
	width:calc(40% - 20px);
	margin-bottom: 40px;
	box-sizing: border-box;
}
.cyp5{
	width:calc(50% - 20px);
	margin-bottom: 40px;
	box-sizing: border-box;
}
.cyp6{
	width:calc(60% - 20px);
	margin-bottom: 40px;
	box-sizing: border-box;
}
.cyp7{
	width:calc(70% - 20px);
	margin-bottom: 40px;
	box-sizing: border-box;
}
.cyp10{
	width:100%;
	box-sizing: border-box;
}
.cyspan1{
	background: var(--yellow-color);
	color:#fff;
	display: inline-block;
	margin:5px;
	line-height: 1;
	padding:5px;
}
.cyflex1{

}
.cyflex1 span{
	display: inline-block;
	padding:20px;
	line-height: 2;
	color:#fff;
	background: var(--yellow-color);
	text-align: justify;
	border-radius: 15px;
	margin:10px;
}
.cyflex2{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	
}
.cyflex2 img{
	width:calc(50% - 20px);
	display: block;
	margin:10px;
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
	transition: 0.5s;
	border-radius: 15px;
}
.cyflex2 img:hover{
	transform: translate(0px,-5px);
}
.cyflex3{
	padding:30px 0;
}
.cyimg2{
	border-radius: 15px;
}
.cyflex4{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.cyflex4 img{
	max-height:240px;
	display: block;
	width:auto;
}
.cyflex5{
	padding:20px;
	box-sizing: border-box;
	color:#fff;
	background: var(--yellow-color);
}
.cyflex6{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.cyflex6 img{
	width:calc(25% - 20px);
	margin-bottom:20px;
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
	transition: 0.5s;
}
.cyflex6 img:hover{
	transform: translate(0px,-5px);
}

.cyflex7{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.cyflex7 img{
	width:calc(25% - 20px);
	margin-bottom:20px;
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
	transition: 0.5s;
}
.cyflex7 img:hover{
	transform: translate(0px,-5px);
}
.cy6t1{
	text-align: center;
}
.cy6c1 {
	padding:30px 0 0;
}
.cy6c1 h4{
	text-align:center;
	font-size:22px;
	background:var(--yellow-color);
	color:#fff;
	padding:10px 20px;
	border-radius: 20px;
	display: inline-block;
	margin:25px auto;
	line-height: 1;
}
.cy6img{
	margin-top:30px;
	transition: 0.5s;
}

.cy6img:hover{
	transform: translate(0px,-5px);
}
.cy7text1{
	margin-bottom: 30px;
	font-size:18px;
	text-align: center;
}
.cy7text2{
	margin-bottom:0;
}
.cy7img{
	margin-bottom:0;
}
.cy7text{
	padding:25px;
	background:var(--yellow-color);
	color:#fff;
	margin-bottom:30px;
	box-sizing: border-box;
}
.cy8text{
	margin-bottom:40px;
}
.cy8img img{
	width:calc(100% / 3 - 20px);
	margin-bottom:30px;
}
@media(max-width:1000px){
	.cywrap{
		font-size:14px;
	}
	.cycontent{
		padding:20px;
	}
	.cycontent h3{
		font-size:20px;
	}
	.cyp3,.cyp4,.cyp5,.cyp6,.cyp7{
		width:100%
	}
	.cyflex2 img{
		width:100%;
	}
	.cyflex4 img{
		max-height: auto;
		width:100%;
		margin-bottom:20px;
	}
	.cyflex6 img{
		width:calc(50% - 10px);
	}
	.cyflex7 img{
		width:100%;
		margin-bottom:20px;
	}
	.cy8img img{
		width:calc(50% - 10px);
	}
}

.culture_top{
	width:100%;
	padding: 7.0313vw 0 7.0313vw 0;
	box-sizing: border-box;
}
.culture1{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.culimg{
	width:50%;
}
.culimg img{
	width:100%;
	display: block;
}
.cultext{
	width:50%;
	background-color: #f6f9fb;
	position: relative;
	display: flex;
	align-items:center;
}
.cultext .en {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.03;
    font-weight: 400;
    font-size: 140px;
    line-height: 0.8;
	font-family: impact;
}
.cultext .inner {
    max-width: 500px;
    margin: 0 auto;
    width: 80%;
}
.cultext .inner h5 {
    margin: 0;
    font-size:30px;
    line-height: 1.2;
}
.cultext .inner div{
	margin-top: 20px;
	line-height: 1.5;
	font-size:18px;
	color:#666;
}
.cultext .inner p {
    margin-top: 10px;
    line-height: 1.5;
}
.cultext .inner span {
    font-size:14px;
}
.con_list {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.con_list li {
	position: relative;
	width: 25%;
	min-height: 300px;
	padding: 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.con_list li:nth-child(1) {
	background: #fff;
	border: 1px solid #dcdfe6;
}

.con_list li .c_box {
	display: table-cell;
	vertical-align: middle;
}

.con_list li .c_box img {
	width: 33px;
	margin: 0 auto;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.con_list li .c_box img.icon-2 {
	display: none;
}

.con_list li:hover .c_box img {
	margin-top: -20px;
}
.ab2-h3{
	margin:50px auto 30px;
	text-align: center;
}
.con_list li .s_tit {
	padding: 24px 0 10px;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}

.con_list li .s_txt {
	font-size: 15px;
	line-height: 1.5;
	color: #5f5f5f;
	letter-spacing: 1px;
	word-break: keep-all;
	padding: 0 4%;
}

.con_list li .s_txt i {
	display: block;
}

.con_list li:nth-child(2n) .s_txt {
	color: #fff;
}

.con_list li .s_txt:after {
	display: block;
	content: "";
	width: 25px;
	height: 1px;
	background: #000;
	margin: 15px auto 20px;
}

.con_list li:nth-child(2n) .s_txt:after {
	background: #fff;
}

.con_list li .num,
.con_list li .etc {
	font-size: 30px;
	display: inline-block;
	line-height: 58px;
	font-weight: 600;
	text-transform: capitalize;
}

.con_list li:nth-child(1) .num,
.con_list li:nth-child(1) .etc,
.con_list li:nth-child(3) .num {
	color: #b29973;
}

.con_list li:nth-child(1) .etc {
	font-size: 30px;
	margin-left: 5px;
	vertical-align: bottom;
	line-height: inherit;
}

.con_list li:nth-child(2) {
	background: #b29973;
	color: #fff;
	font-weight: 300;
}

.con_list li:nth-child(3) {
	background: #fff;
	border: 1px solid #dcdfe6;
}

.con_list li:nth-child(4) {
	background: #b29973;
	color: #fff;
	font-weight: 300;
}

@media(max-width:1000px) {
	.culimg,.cultext{
		width:100%;
	}
	.con_list li {
		width: 100%;
	}
	.cultext .en{
		font-size:40px;
	}
	.cultext .inner h5{
		font-size:20px;
	}
	.cultext{
		padding:20px 0;
	}
}
.ab3-left{
	box-sizing: border-box;
	width: calc(50% - 50px);
}
.ab3-right{
	box-sizing: border-box;
	width:40%;
}
@media(max-width:1500px){
	.ab3-right{
		width:572px
	}
	.ab3-left{
		box-sizing: border-box;
		width: calc(100% - 600px);
	}
}
@media(max-width:999px){
	.ab3-right{
		width:100%;
	}
	.ab3-left{
		width:100%;
	}
	.ab3-right img{
		width:100%;
	}
}
.ab4 img{
	width:100%;
	display: block;
}
.ab5-left{
	box-sizing: border-box;
	width: calc(30% - 50px);
}
.ab5-right{
	box-sizing: border-box;
	width:70%;
}
@media(max-width:999px){
	.ab5-right{
		width:100%;
	}
	.ab5-left{
		width:100%;
	}
	.ab5-right img{
		width:100%;
	}
}
.ab6{
	padding-bottom:100px;
}
.ab6-left{
	box-sizing: border-box;
	width:44%;
}
.ab6-left img{
	width: 100%;
	display: block;
}
.ab6-right{
	box-sizing: border-box;
	width: calc(56% - 50px);
	margin-top: 90px;
}
.ab6 p{
	text-align: justify;
}

.ab-bottom {
    background-image: url(../image/bg_bottom.jpg);
    background-repeat: no-repeat;
    padding: 100px 0;
    background-position: center bottom;
}
@media(max-width:999px){
	.ab6{
		padding-bottom:0;
	}
	.ab6-right{
		width:100%;
	}
	.ab6-left{
		width:100%;
	}
	.ab6-left img{
		width:100%;
	}
	.ab-bottom{
		padding:50px 0;
	}
}
.appear{
	padding-bottom: 100px;
}
.pro{
	width:100%;
	margin-bottom:0px;
	transition:0.3s;
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}
#pro3{
	margin-bottom:50px;
}
.pro:hover{
	transform: translate(0px,-5px);
}
.profl{
	width:calc(100% - 500px);
	width:100%;
	box-sizing:border-box;
	padding:30px;
	font-size:16px;
	line-height: 2;
	margin:0;
	text-align: justify;
}
.protitle{
	display: block;
	width:100%;
	color: #7f6249;
	font-weight: 800;
	padding-bottom:0px;
	font-size: 36px;
	line-height: 60px;
}
.profr{
	width:500px;
	width:0
}
.profr-img{
	display: block;
	width:100%;
}
.pro-img{
	display: block;
	width:100%;
	padding:30px;
}
.pro-img img{
	display: block;
	width:100%;
}
.cpbutton{
	color: #fff;
	text-align: center;
	transition:0.3s;
	margin-top: 20px;
	display: inline-block;
	padding: 10px 30px;
	background: #b29973;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	margin-top: 50px;
}
.pro:hover .cpbutton{
	background: #000;
	color: #fff;
}
@media(max-width:800px){
	.profl{
		width: 100%;
		float:none!important;
	}
	.profr{
		width: 100%;
		float:none!important;
	}
}
.article-con  table  tbody td p{
	padding:0 20px
}
/*发展*/
.common_smaltit .line {
    width: 45px;
    height: 3px;
    background: #b29973;
}
.common_smaltit .tit {
	font-size: 28px;
	color: #b29973;
	font-weight: 800;
	padding-top: 15px;
    margin-bottom: 40px;
}
.channel_con .con {
    line-height: 2;
	font-size: 16px;
	color: #000;
}
.development .padding{
	padding:10px 0;
	width:100%;
	display: block;
}
@media(max-width:999px){
	.development .padding{
		padding:10px 0;
	}
}
.bg_w{
	background: #fff;
}
.bg_f{
	background: #f7f7f7;
	background: #fff;
}

.dev1_2 .content {
    margin-top: 40px;
}
.dev1_2 .content li {
    background: var(--yellow-color);
    margin-bottom: 27px;
}
.dev1_2 .content li .box {
    display: flex;
    height: 80px;
    align-items: center;
}
.dev1_2 .content li .box .t {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: 136px;
    text-align: center;
    position: relative;
}
.dev1_2 .content li .box .t:after {
    content: '';
    width: 1px;
    height: 40px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.dev1_2 .content li .box .c {
    font-size: 16px;
    color: #fff;
    width: calc(100% - 140px);
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 20px;
}
@media(max-width:999px){
	.dev1_2 .content li .box{
		height:auto;
	}
	.dev1_2 .content li .box .c{
		padding-top:20px;
		padding-bottom:20px;
	}
}
.bus-tab .channel_con{
	width:calc(50% - 20px);
	padding:20px;
	border:1px solid #b29973;
	box-sizing:border-box;
}
.bus-tab .channel_con span{
	font-size: 20px;
	color: #b29973;
	display: block;
	margin-bottom:5px;
}
.bus-tab .channel_con:hover{
	background: #b29973;
	color:#fff;
}

.bus-tab .channel_con:hover span,.bus-tab .channel_con:hover .con{
	color:#fff;
}
@media(max-width:999px){
	.bus-tab .channel_con{
		width:100%;
		margin-bottom:10px;
	}
	.bus-tab .flex35{
		margin:0 auto;
	}
}
.channel_gray .box {
	padding: 40px 30px;
	box-sizing: border-box;
	background: #f7f7f7;
	margin-top: 50px;
}

.channel_gray .box li {
	padding-left: 20px;
	position: relative;
	font-size: 16px;
	color: #555;
	margin-bottom: 30px;
}

.channel_gray .box li::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	overflow: hidden;
	background: #dda300;
	position: absolute;
	left: 0;
	top: 8px;
}

.channel_con .con {
	font-size: 16px;
	color: #555;
}

.channel_con img {
	margin: 0 auto;
	display: block;
	max-width:100%;
}
@media(max-width:999px){
	.channel_con .con p{
		text-align: justify;
		width: 100%;
	}
}
.com-tit .ct1{
	text-align:center;
	color:#000;
	padding-bottom: 20px;
	font-size: 36px;
	color: #7f6249;
	line-height: 60px;
}
.com-tit .ct2{
	font-size:20px;
	text-align:center;
	color:#000;
}
.abbox{
    margin-top:50px;
    background-image: url(../image/abbg.jpg);
	background-position: center center;
	background-repeat:no-repeat;
	background-size: cover;
    padding: 30px;
    position: relative;
}
.abtext{
	display: inline-block;
	width: 500px;
	height:auto;
	background-color: #fff;
	text-align: left;
	padding: 75px 60px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.abbg{
	width:calc(100% - 500px);
	justify-content: center;
	align-items: center;
}
.abtext .t1{
	font-size:30px;
}
.abtext .t2 {
    width:30px;
    height: 3px;
    background-color: #b29973;
    margin-top:30px;
	transition:0.3s
}
.abtext .t3{
	font-size:16px;
	margin-top:30px;
	line-height: 2;
}
.abtext .t3 p{
	margin-bottom:20px;
	text-align: justify;
}
.abtext:hover .t2{
	 width:80px;
}
@media(max-width:999px){
	.abbg{
		width:100%;
	}
	.abtext{
		padding:30px 30px;
	}
	.com-tit .ct1{
		font-size:22px;
	}
	.abbox{
		background-position: top right;
	}
}