/*初始化样式*/
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin: 0;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.xypg-right-content{font-size: 16px;}

 body,
 html {
      scroll-behavior: smooth;
  }

/* 偏移锚点位置以考虑固定头部的高度 */
:target:before {
    content: "";
    display: block;
    height: 120px; /* 固定头部的高度 */
    margin: -120px 0 0; /* 负的固定头部高度 */
}


.max1680{max-width: 1680px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}
.max1620{max-width: 1650px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}
.max1600{max-width: 1630px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}
.max1430{max-width: 1460px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}


@media (max-width: 1366px){
	/* .max1680{padding-right: 80px;}
	.max1620{padding-right: 80px;}
	.max1600{padding-right: 80px;}
	.max1430{padding-right: 80px;} */
}


a {
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
	color: #000;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s
}

::after,::before {
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box
}



.flex{ display: flex;display: -webkit-flex;}
.wrap{flex-wrap: wrap;}
.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}

/*主体样式*/
.top_head{position:fixed;z-index:111111;top:0;left:0;width:100%;border-bottom:1px solid rgba(237,236,235,.61);background-color:transparent;transition:background-color 250ms ease-in-out}
.top_head .top-item{height:101px;line-height:100px;}
.top_head .head-a{position:relative;height:100%;width:120px;border-right:1px solid rgba(237,236,235,.61);cursor:pointer;text-align: center;}
.top_head .head-a img{
	text-align: center;
}
.top_head .head-b{width:calc(100% - 240px);position:relative;height:100%}
.top_head .head-b .logo{position:absolute;display:block;left:50%;top:0;height:100%;margin-left:-62px;width:154px;z-index: 9999;}
.top_head .head-b .logo a{display: block;}
.top_head .head-b .logo a img{max-width: 100%;max-height: 74px;}

.top_head .head-c{border-left:1px solid rgba(237,236,235,.61);width:120px;height:100%;cursor:pointer;-webkit-background-size:20px 20px;
background-size:20px 20px;background:url(../images/8fe6d4d84a3fa557d1e1fc643bc40c0faf68a74e.png) no-repeat center;}


.donghua{
	transition: all .5s;
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s; 
	-ms-transition: all .5s; 
}

.top_head[data-on="click"]{
	background-color:transparent;
}
.top_head[data-on="click"] .x-menu{
	display: none;
}
.top_head[data-on="click"] .head-b .logo a img{
	filter: brightness(0);
}

.top_head .menu-item .icon{
	position: absolute;
	top: 42%;
	left: 50%;
	width: 38px;
	height: 23px;
	background-color: #a4a09f;
	margin-top: -1px;
	margin-left: -18px;
	background: url(../images/0727e3b7fb979421d1f62cef26c748159cc9255d.gif) no-repeat center;
}
.top_head .menu-item .icon:after,
.top_head .menu-item .icon:before{
	/* content: "";
	position: absolute;
	left: 0;
	width: 27px;
	height: 2px;
	background-color: #a4a09f; */

}
.top_head .menu-item[data-on="click"] .icon{
	/* background-color: transparent; */
	background: url(../images/9ebc7b663668cc31ca8627f092ced1fa5fe64e87.png) no-repeat center;
	
}
.top_head .menu-item[data-on="click"] .icon:after{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	background-color: #fff;
}
.top_head .menu-item[data-on="click"] .icon:before{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 0;
	background-color: #fff;
	width: 27px;
}
.top_head .menu-item .icon:after{
	top: -9px;
}
.top_head .menu-item .icon:before{
	bottom: -9px;
	width: 33px;
}

/*搜索展开*/
.insearch-form{
	position: fixed;
	z-index: 999999;
	background-color: #fff;
	right: 120px;
	width: 0px;
	top: 0;
	height: 101px;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}
.insearch-form[data-on="click"]{
	width: 400px;
    opacity: 1;
    visibility: visible;
}
.insearch-form form {
    width: 100%;
    padding-left: 40px;
    position: relative;
    line-height: 1;
    border-bottom: 1px solid #767676;
}
.insearch-form form input[type="submit"] {
    width: 30px;
    height: 60px;
    background-image: url(../images/9345e4ae28acc5b162cff6935e098e2a99aa7004.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
    border: none;
	outline: none;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}
.insearch-form form input[type="text"] {
    height: 60px;
    line-height: 60px;
    width: 100%;
    border: none;
	outline: none;
    font-size: 16px;
    background: none;
}

/*下拉导航展开*/
.mm-nav-slide{position:fixed;top:0;bottom:0;left:0;right:0;background-repeat:no-repeat;background-position:center;-webkit-background-size:cover;background-size:cover;z-index:99999;padding-top:101px;opacity:0;-webkit-transform:scale3d(1.2,1.2,1.2);transform:scale3d(1.2,1.2,1.2);transition:opacity 250ms ease-in-out,-webkit-transform 250ms ease-in-out;transition:opacity 250ms ease-in-out,transform 250ms ease-in-out;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;visibility:hidden}
.mm-nav-slide[data-on=click]{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1;pointer-events:auto;visibility:visible}
.mm-nav-slide .nav{height:100%}
.mm-nav-slide .nav .inli{height:50%;float:left;width:33.333%;border-bottom:1px solid rgba(255,255,255,.7);border-right:1px solid rgba(255,255,255,.7);display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}

.mm-nav-slide .nav .inli>.innerbox>a{color: #fff;font-size: 22px;font-weight: bold;position: relative;}

.mm-nav-slide .nav .inli:nth-child(3){border-right:0}
.mm-nav-slide .nav .inli:nth-child(4),.mm-nav-slide .nav .inli:nth-child(5),.mm-nav-slide .nav .inli:nth-child(6){border-bottom:0}
.mm-nav-slide .nav .inli .link{font-size:18px;color:#fff;font-weight:700;line-height:20px;position:relative}
.mm-nav-slide .nav .inli .link:after,.mm-nav-slide .nav .inli .link:before{content:"";position:absolute;top:50%;height:1px;background-color:#d5d5d5;width:20px;opacity:0}
.mm-nav-slide .nav .inli .link:after{left:-30px}
.mm-nav-slide .nav .inli .link:before{right:-30px}
.mm-nav-slide .nav .inli .sub{margin-top:26px;display:none}
.mm-nav-slide .nav .inli .sub li a{font-size:16px;color:#787878;line-height:34px;display:block}

@media only screen and (min-width:601px){
	.mm-nav-slide .nav .inli:hover{background-color:#fff}
	.mm-nav-slide .nav .inli:hover .innerbox>a{color: #1f1c1c;}

	.mm-nav-slide .nav .inli:hover .innerbox>a::before{width: 25px;height: 2px;background: #000;content: "";left: -50%;top: 50%;position: absolute;margin-top: -1px;}
	.mm-nav-slide .nav .inli:hover .innerbox>a::after{width: 25px;height: 2px;background: #000;content: "";right: -50%;top: 50%;position: absolute;margin-top: -1px;}

	.mm-nav-slide .nav .inli:hover .link{color:#000;font-weight:400}
	.mm-nav-slide .nav .inli:hover .link:after,.mm-nav-slide .nav .inli:hover .link:before{opacity:1}
	.mm-nav-slide .nav .inli:hover .sub{display:block}
	.mm-nav-slide .nav .inli .sub li a:hover{color:#363636}
}
@media only screen and (max-width:1366px){
	.mm-nav-slide .nav .inli>.innerbox>a{font-size: 18px;}
	.mm-nav-slide .nav .inli .sub{margin-top: 16px;}
	.mm-nav-slide .nav .inli .sub li a{font-size: 15px;line-height: 28px;}
}

@media only screen and (max-width:1024px){
	.header .nav{display:none}
	.header{height:55px;line-height:54px}
	.header .navbox .logo{width:50px;margin-left:-25px}
	.header .navbox .logo img{width:50px;height:45px}
	.mm-nav-slide{padding-top:54px}
	.insearch-form{height:54px;border-bottom:0}
	.insearch-form form input[type=text]{height:36px;line-height:36px;font-size:14px}
	.insearch-form form input[type=submit]{height:36px;-webkit-background-size:20px 20px;background-size:20px 20px}
}
@media only screen and (max-width:600px){
	.header .menu-item,.header .search-item{width:54px}
	.header .navbox,.insearch-form[data-on=click]{width:calc(100% - 108px)}
	.insearch-form{right:54px}
	.mm-nav-slide{background:0 0!important;background-color:#fff!important}
	.mm-nav-slide .nav{overflow-y:auto}
	.mm-nav-slide .nav .inli{height:auto;float:none;width:100%}
	.mm-nav-slide .nav .inli{border-right:0;border-bottom:0;border-top:1px solid rgba(0,0,0,.1);padding:20px}
	.mm-nav-slide .nav .inli .link{color:#222}
	.mm-nav-slide .nav .inli .sub{display:block}
	.mm-nav-slide .nav .inli .sub li a{color:#bbb}
	.mm-nav-slide .nav .inli .sub{margin-top:12px}
}
@media only screen and (max-width:600px){
	.mm-nav-slide .nav .inli .link{font-size:16px;font-weight:400}
	.header .menu-item[data-on=click] .icon:after,.header .menu-item[data-on=click] .icon:before{background-color:#363636}
	.mm-nav-slide .nav .inli{padding:12px}
}

/*  */
.top_head.scroll{background: #fff;border-color: #bcbcbc;}
.top_head.scroll .x-menu > li > a{color: #000;}
.top_head.scroll .head-c{background: url(../images/9345e4ae28acc5b162cff6935e098e2a99aa7004.png) no-repeat center;}
.top_head.scroll .head-a{border-color: #bcbcbc;}
.top_head.scroll .head-c{border-color: #bcbcbc;}
.top_head.scroll .head-b .logo a img{filter: brightness(0);}

.top_head.scroll .menu-item[data-on="click"] .icon:before,
.top_head.scroll .menu-item[data-on="click"] .icon:after{background-color: #bcbcbc;}


/* 产品页 */
.top_head.scroll2{background: #fff;border-color: #bcbcbc;}
.top_head.scroll2 .x-menu > li > a{color: #000;}
.top_head.scroll2 .x-menu > li:hover > a {color: #b1986a;}
.top_head.scroll2 .x-menu > li.active > a {color: #b1986a;}

.top_head.scroll2 .head-c{background: url(../images/9345e4ae28acc5b162cff6935e098e2a99aa7004.png) no-repeat center;}
.top_head.scroll2 .head-a{border-color: #bcbcbc;}
.top_head.scroll2 .head-c{border-color: #bcbcbc;}
.top_head.scroll2 .head-b .logo a img{filter: brightness(0);}

.top_head.scroll2 .menu-item[data-on="click"] .icon:before,
.top_head.scroll2 .menu-item[data-on="click"] .icon:after{background-color: #bcbcbc;}




.fullscreen,.fullscreen body {width: 100%;height: 100%;overflow: hidden}
.img {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color:#333;}
.pic {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.img img,.pic img {max-width: 100%;max-height:100%;margin: auto;padding: 0;width: 100%;height: auto;border: none;}
.img-center {position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;display: block;width: auto!important;height: auto!important;z-index: 1;max-width: 100%;max-height:100%;}
.img-block {display: block;width: 100%;height: auto;}
.img-inline {display: inline-block;width: auto;height: auto;}
.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.clamp4 {display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}

.div-container {position: relative;width: 76%;margin: auto;}
::-webkit-scrollbar{height:4px; width:3px;background: #666666;}
::-webkit-scrollbar-button{height:0; width:5px;background: #666666;}
::-webkit-scrollbar-thumb{background-color:#b1986a;box-shadow:inset 1px 1px 0 #b1986a,inset 0 -1px 0 #b1986a;}



/* index */
.index-banner-swiper {width: 100%;height: 100%;position: relative;background: #000;} 
.index-banner-swiper .swiper-slide-active .img .pic {animation: srmgani 6000ms 1 ease forwards;}
@keyframes srmgani{0%{transform:scale(1.05);} 100%{transform:scale(1.0);}}
.index-banner-item {position: relative;overflow: hidden;}
.index-banner-item .text{width: 48%;position: absolute;left: 13%;top: 50%;transform: translateY(-50%);z-index: 10;color: #fff;}
.index-banner-item .title-1,.index-banner-item .title-2,.viewmore-5,
.index-banner-item .title-3,.index-banner-item .text-4,.index-banner-item .text-5,.index-banner-item .title-4 {overflow: hidden;}
.index-banner-item .title-1 div,.index-banner-item .title-2 div,.viewmore-5 a,
.index-banner-item .title-3 div,.index-banner-item .text-4 div,.index-banner-item .title-4 div{
	opacity: 0;transform:translateY(200px);transition: opacity 1s linear,transform 1s cubic-bezier(.215,.61,.355,1);
}
.index-banner-item .title-2 {font-family: 'poppinssb';font-size: 4.166vw;text-transform: uppercase;}
.index-banner-item .title-3 {overflow: hidden;font-size: 2.60416vw;} 
.index-banner-item .text-4 {margin-top: 40px;font-family: "思源黑体 CN";font-size: 20px;line-height: 1.7;letter-spacing: 4px;}  

.index-banner-swiper .swiper-slide .title-1 div {transition-delay: .1s;}
.index-banner-swiper .swiper-slide .title-2 div {transition-delay: .1s;}
.index-banner-swiper .swiper-slide .title-3 div{transition-delay: .2s;}
.index-banner-swiper .swiper-slide .text-4 div  {transition-delay: .3s;}
.index-banner-swiper .swiper-slide-active .title-1 div,
.index-banner-swiper .swiper-slide-active .title-2 div,
.index-banner-swiper .swiper-slide-active .title-3 div,
.index-banner-swiper .swiper-slide-active .text-4 div{transform: translateY(0px);opacity: 1;}

.scrolldown-1 {position:absolute ;right: 3%;bottom: 5%;width: 27px;z-index: 11;}
.banner-swiper-ctrl {position: absolute;left: 13%;bottom: 6%;z-index: 11;}
.banner-swiper-ctrl .banner-prev,.banner-swiper-ctrl .banner-next{display: inline-block;vertical-align: middle;color: rgba(255,255,255,.5);cursor: pointer;font-family: "思源黑体 CN";letter-spacing: 0px;font-weight: 300;}
.progress-bar-1 {width: 240px;display: inline-block;vertical-align: middle;position: relative;margin: 0 5px;}
.progress-bar-1 span {background: rgba(255,255,255,.2);display: block;width: 100%;height: 2px;position: relative;}
.progress-bar-1 span::before {content: '';width: 0;height: 100%;position: absolute;left: 0;top: 0;z-index: 11;background: rgba(255,255,255,.5);transition:all .4s ease;}
.progress-bar-1 span.swiper-pagination-bullet-active::before  {-webkit-animation: ws100 5000ms 1 forwards;animation: ws100 5000ms 1 forwards;} 
@keyframes ws100{0%{width: 0%;} 100%{width: 100%;}}
.index-banner-swiper .swiper-pagination-bullet {display: none;}
.index-banner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {display: block;}

.index-banner-item.center .text{width: 54%;left: 50%;top: 50%;transform: translate(-50%,-50%);text-align: center;}
.index-banner-item.right .text{width: 48%;left: auto;top: 50%;transform: translateY(-50%);text-align: right;right: 13%;}
.index-banner-item.none .text {display: none;}

.font14 {font-size: 14px;}

@media (max-width: 768px){
	.index-banner-item .text{width: 100%;top:45%;}
	.index-banner-item .title-2{font-size: 26px;}
	.index-banner-item .title-3{font-size: 16px;}
	.scrolldown-1{display: none;}
}



/* home-ss */
.home-ss{position: relative;display: flex;border-bottom: 1px solid #ececec;}
.ss-a{flex: 1;font-size: 18px;color: #7b7b7b;padding-left: 6.25vw;display: flex;align-items: flex-start;flex-direction: column;justify-content: center;}
.ss-a span{display: block;font-size: 18px;color: #b0986a;}

.ss-b{padding-left: 6.25vw;background: url(../images/41d8bc6b03454bd29d1e724111854791b600acda.png) no-repeat left center;width: 49.47%;display: flex;align-items: flex-start;justify-content: center;flex-direction: column;}
.hotSearch{font-weight:400;color:#222;line-height: 25px;}
.hotSearch span{padding-left: 30px;background: url(../images/a593028670287a2bc68098c67c24758f32dade1d.png) no-repeat left center;}
.hotSearch a{color:#7b7b7b;margin-right:10px;font-size: 13px;}
.hotSearch a+a::before{content: "/";margin-right: 5px;}

.ss-c{width: 19.27%;background: #b0986a;height: 80px;align-items: center;display: flex;}
#formsearch2{width:100%;height:80px;display: flex;align-items: center;}
#formsearch2 input{height:80px;line-height:80px;background:transparent;border:none;outline:none;}
#formsearch2 input#keyword{padding-left:15px;color:#fff;font-size:15px;width:calc(100% - 115px);background: url(../images/87290dcddf0698053f56bbb8874e8144a95f7e5b.png) no-repeat left center;-webkit-text-fill-color: rgba(255,255,255,.5);  }
#formsearch2 input#s_btn{width:115px;text-align:center;color:#fff;cursor:pointer;background: url(../images/a4dbf62af2d635b22e7457522a605987c602a62b.png) no-repeat center;}




/* c1_index */
.c1_index{
	position: relative;
	padding: 5.72916vw 0;
	background: url(../images/856beeb5653c157641394699899c9018d81f2789.png) no-repeat right bottom;
}

.c1-about-left {
    width: 44.04%;
}
.c1-about-title {
    position: relative;
	font-size: 2.7083vw;
	color: #333333;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.c1-about-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 35px;
    height: 4px;
    background: #c9b898;
}
.c1-about-left .c1-about-content {
    font-size: 0.98958vw;
    line-height: 2.2;
	letter-spacing: 0px;
    color: #535353;
	margin-bottom: 4.6875vw;
}

.c1-about-list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4.1666vw;
}
.c1-about-list li{
	width: 50%;
	position: relative;
	font-size: 0.98958vw;
	color: #787878;
	line-height: 1.7;
	margin-bottom: 10px;
}

.c1-about-list li::before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #b1986a;
	margin-right: 15px;
	vertical-align: 0px;
}

.c1-about-left .c1-about-more {
    width: 165px;
    line-height: 18px;
	padding: 1.0416vw 0;
    display: block;
    font-size: 16px;
    color: #444444;
    text-align: center;
	border-radius: 50px;
    background-color: transparent;
	border: 1px solid #282828;
	position: relative;
	overflow: hidden;
}

.c1-about-left .c1-about-more:hover{
	
	color: #fff;
	border-color: #282828;
}

.c1-about-right {
    width: 50%;
	position: relative;
}

.c1-about-right::before{
    /* content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1; */
}

.c1-about-right img {
    width: 100%;
}




.c1-about-right:hover::before{
	animation: gradient-rectangle 1s 1;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
    animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

@-webkit-keyframes gradient-rectangle{
	0%{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:bottom;transform-origin:bottom;background:linear-gradient(to top,rgba(255,255,255,0),rgba(255,255,255,.6));background:-webkit-linear-gradient(to top,rgba(255,255,255,0),rgba(255,255,255,.6));background:-moz-linear-gradient(to top,rgba(255,255,255,0),rgba(255,255,255,.6));background:-o-linear-gradient(to top,rgba(255,255,255,0),rgba(255,255,255,.6));background:-ms-linear-gradient(to top,rgba(255,255,255,0),rgba(255,255,255,.6));opacity:1}
100%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:top;transform-origin:top;background:linear-gradient(to top,rgba(255,255,255,0),rgba(255,255,255,.6));background:-webkit-linear-gradient(to top,rgba(255,255,255,0),rgba(255,255,255,.6));background:-moz-linear-gradient(to top,rgba(255,255,255,0),rgba(255,255,255,.6));background:-o-linear-gradient(to top,rgba(255,255,255,0),rgba(255,255,255,.6));background:-ms-linear-gradient(to top,rgba(255,255,255,0),rgba(255,255,255,.6));opacity:0}
}

/*  */
.btn-2:after,.btn-2:before{position:absolute;top:50%;content:'';width:10px;height:10px;background:#282828;border-radius:50%;z-index:-1}
.btn-2:before{left:-20px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.btn-2:after{right:-20px;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}
.btn-2:hover:before{-webkit-animation:criss-cross-left .8s both;animation:criss-cross-left .8s both}
.btn-2:hover:after{-webkit-animation:criss-cross-right .8s both;animation:criss-cross-right .8s both}
@-webkit-keyframes criss-cross-left{
	0%{left:-20px}
	50%{left:50%;width:20px;height:20px}
	100%{left:50%;width:375px;height:375px}
}
@keyframes criss-cross-left{
	0%{left:-20px}
	50%{left:50%;width:20px;height:20px}
	100%{left:50%;width:375px;height:375px}
}
@-webkit-keyframes criss-cross-right{
	0%{right:-20px}
	50%{right:50%;width:20px;height:20px}
	100%{right:50%;width:375px;height:375px}
}
@keyframes criss-cross-right{
	0%{right:-20px}
	50%{right:50%;width:20px;height:20px}
	100%{right:50%;width:375px;height:375px}
}


/* c2_index */
.c2_index{
	position: relative;
	background: url(../images/7c495b677753d7332e6edd4faa038319e860acbc.jpg) no-repeat;
	background-size: cover;
	padding: 5.2083vw 0;
}

.tit-home{
	position: relative;
	margin-bottom: 3.64583vw;
	text-align: center;
}
.tit-home p{
	font-size: 1.197916vw;	
	color: #b1986a;
	margin-bottom: 10px;
}
.tit-home h3{
	padding-bottom: 20px;
	position: relative;
	font-size: 2.760416vw;
	color: #fff;
}
.tit-home h3::before{
	position: absolute;
	width: 35px;
	height: 4px;
	background: #b1986a;
	content: "";
	left: 50%;
	margin-left: -17px;
	bottom: 0px;
}

.c2-con{
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
}
.c2-swiper{
	overflow: hidden;
}
.c2-swiper .swiper-slide{
	position: relative;
}
.c2-swiper .swiper-slide a{
	display: block;
}
.c2-swiper .swiper-slide .ckimg{
	background: #fff;
	border: 1px solid #cacbcb;
	padding: 10px;
}
.c2-swiper .swiper-slide .ckimg img{
	display: block;
	width: 100%;
}
.c2-swiper .swiper-slide .ck-text{
	text-align: center;
	position: relative;
	margin-top: 2.083vw;
}
.c2-swiper .swiper-slide .ck-text h3{
	font-size: 1.14583vw;
	color: #fff;
}

.c2-swiper .swiper-slide .ck-text .ckline{
	height: 4px;
	width: 172px;
	background: url(../images/b05b6b125defa7cd7a8632b31cd69d28f0bee799.jpg) no-repeat center;
	margin: 20px auto;
}

.c2-swiper .swiper-slide .ck-text i{
	color: #fff;
	font-style: inherit;
	width: 140px;
	line-height: 35px;
	background: #b1986a;
	border-radius: 10px;
	display: inline-block;
}

.c2-con .swiper-button-prev,
.c2-con .swiper-button-next{
	position: absolute;
	top: 40%;
	width: 75px;
	height: 75px;
	border: none;
	outline: none;
	margin-top: -30px;
	border-radius: 50%;
	z-index: 99;
}

.c2-con .swiper-button-prev{
	left: 0px;
	background: url(../images/7127e3721d69b441ca4c6dd4de0b99b34e1a5338.png) no-repeat center rgba(255,255,255,.45);
}	

.c2-con .swiper-button-next{
	right: 0px;
	background: url(../images/eef094b6cf0a38304d220fda3a2e802afdb25622.png) no-repeat center rgba(255,255,255,.45);
}


/* c3_index */
.c3_index{
	position: relative;
	padding: 5.2083vw 0;
	overflow: hidden;
}
.tit-home2{
	margin-bottom: 25px;
}
.tit-home2 h3{
	color: #333333;
}

.c3-wap{
	position: relative;
	/* padding-left: 6.25vw; */
	/* margin-left: 6.25vw; */
	transform: translateX(7.25vw);
}
.c3-con{
	overflow: hidden;
}
.c3-swiper{position: relative;}
.c3-swiper .swiper-slide a{display: block;}
.c3-swiper .swiper-slide .ys_imgbox_cover{position: relative;overflow: hidden;}
.c3-swiper .swiper-slide .ys_imgbox_cover img{width: 100%;transition: all .36s;}
.c3-swiper .swiper-slide .ys_imgbox_cover img:nth-child(2){position: absolute;top: 0;left: 0;z-index: 2;height: 100%;}

.c3-swiper .swiper-pagination{
	position: relative;left: 0;top: 0px;padding-right: calc(7.25vw + 9.375vw);bottom: 0px;margin-bottom: 35px;display: flex;justify-content: flex-end;align-items: center;
}
.c3-swiper .swiper-pagination .swiper-pagination-bullet{
	margin: 0 8px;
	width: 12px;
	height: 12px;
	background: #e1e1e1;
	transition: .3s ease;
	opacity: 1;
}
.c3-swiper .swiper-pagination .swiper-pagination-bullet-active{
	width: 30px;
	border-radius: 10px;
	background-color: #b1986a;
}

.t_syk6shang{
	background-color: rgba(0, 0, 0, 0.61);
    padding: 2.49583vw 2.60416vw;
    transition: all 0.36s;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.t_syk6date{
    font-size: 18px;
    color:#ddd;
    line-height: 1.5;
    transition: all 0.36s;
    font-family: "Montserrat-Regular-8"!important;
    margin-bottom: 12px;
}
.snamess{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.t_titsizeh5 {
    font-size: 16px;
    line-height: 1.7;
	font-weight: 400;
	color: #fff;
    transition: all 0.36s;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
   line-clamp: 2;
   -webkit-box-orient: vertical;
}

.c3-swiper .swiper-slide:hover .t_syk6shang{    
	background: rgba(255, 255, 255, .83);
    width: 83%;
    padding: 3.125vw;
}
.c3-swiper .swiper-slide:hover .t_syk6date{
	color:#666;
}
.c3-swiper .swiper-slide:hover .snamess{
	color:#141414;
}
.c3-swiper .swiper-slide:hover .t_titsizeh5{
	color:#333;
	font-family: "Montserrat-Regular-8"!important;
}

/*  */
.c3-more{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2.25vw;
}
.c3-more .c3-about-more {
    width: 165px;
    line-height: 18px;
	padding: 1.0416vw 0;
    display: block;
    font-size: 16px;
    color: #444444;
    text-align: center;
	border-radius: 50px;
    background-color: transparent;
	border: 1px solid #282828;
	position: relative;
	overflow: hidden;
}
.c3-more .c3-about-more:hover{
	border-color: #282828;
	color: #fff;
}
@media(max-width: 768px){
	.c3-more{
		margin-top: 7.25vw;
	}
}

/* c4_index */
.c4_index{
	position: relative;
	background: #f8f8f8;
	padding: 5.2083vw 0;
}
.patner_list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.patner_list li{
	position: relative;
	width: calc(16.66% - 28px);
	margin: 0 14px 22px 14px;
}
.patner_list li a{
	display: block;
	padding: 5px;
	background: #d9d9d9;
	transition: all .3s ease;
}
.patner_list li a img{
	display: block;
	width: 100%;
}
.patner_list li:hover a{
	background-color: #b0986a;
}

/* c5_index */
.c5_index{
	position: relative;
	padding: 5.2083vw 0 4.166vw;
  	background: linear-gradient(to top, #333333 50%, #fff 50%, #fff 100%);
}

.tit-home5{
	margin-bottom: 2.60416vw;
}
.tit-home5 h3{
	color: #333333;
}

.c5-swiper{
	position: relative;
	overflow: hidden;
}
.c5-swiper .swiper-slide{
	text-align: center;
}
.c5-swiper .swiper-slide a{
	display: block;
}
.c5-swiper .swiper-slide .hho-img{
	position: relative;
	background: #282828;
	padding: 10px;
}
.c5-swiper .swiper-slide .hho-img img{
	display: block;
	width: 100%;
}
.c5-swiper .swiper-slide .com-img{
	position: relative;
}
.c5-swiper .swiper-slide .com-img::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.c5-swiper .swiper-slide:hover .com-img::before{
	animation: gradient-rectangle 1s 1;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
    animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

.c5-swiper .swiper-slide .hho-text{
	padding-top: 15px;
	text-align: center;
}
.hho-text h3{
	color: #fff;
	font-size: 24px;
	margin-bottom: 12px;
}
.hho-text p{
	font-size: 16px;
	color: #fff;
}


/* c6_index */
.c6_index{
	position: relative;
	background: url(../images/301c8c780c47b0f979b6902a6ec36a8861c48d6a.png) no-repeat center #e2e2e2;
	padding-top: 100px;
	padding-bottom: 60px;
	/* background-size: 100%; */
}
.c6-con{
	position: relative;
	justify-content: space-between;
}
.c6-left{position: relative;background: #fff;padding: 2.34375vw;width: 38.46%;z-index: 999;}
.c6-left>h2{font-size: 1.97916vw;color: #000000;font-weight: normal;margin-bottom: 25px;text-align: center;}

/*  */
.x-message-wrap2 {margin-left: 0px;margin-right: 0px}
.x-message-wrap2 .row {margin-left: -5px;font-size: 0;margin-right: -5px}
.x-message-wrap2 div[class^='col-'] {padding-left: 5px;padding-right: 5px;position: relative;}

.x-message-wrap2 input[type='text'],.x-message-wrap2 textarea {width: 100%;height: 50px;border: none;padding: 0 15px;font-size: 15px;color: #999898;background: #f6f6f6;
outline: none;margin-bottom: 10px;border-radius: 5px;}
.x-message-wrap2 input[type='text']::-webkit-input-placeholder,.x-message-wrap2 textarea::-webkit-input-placeholder {color: #999898}
.x-message-wrap2 input[type='text']:-ms-input-placeholder,.x-message-wrap2 textarea:-ms-input-placeholder {color: #999898}
.x-message-wrap2 input[type='text']::-ms-input-placeholder,.x-message-wrap2 textarea::-ms-input-placeholder {color: #999898}
.x-message-wrap2 input[type='text']::placeholder,.x-message-wrap2 textarea::placeholder {color: #999898;}
.x-message-wrap2 textarea {padding-top: 15px;height: 80px;resize: none}
.x-message-wrap2 #checkcode {float: left;width: 72.29813665%;margin-bottom: 0;}
.x-message-wrap2 #codeimg2 {float: right;display: block;text-align: center;width: 25.39130435%;height: 50px;font-size: 0;background: #e7e4e4;padding: 0px;}
.x-message-wrap2 .x-submit {margin-top: 20px;width: 100%;height: 50px;background: #b1986a;color: #fff;font-size: 1.0416vw;border: none;outline: none;
-webkit-transition: all .5s ease;transition: all .5s ease;border-radius: 30px;letter-spacing: 2px;}
.x-message-wrap2 .x-submit:hover {background: #000}
.x-message-wrap2 .n-default .x-textarea .msg-wrap{top: 10px;}


/* c6-right */
.c6-right{position: relative;display: flex;justify-content: flex-end;align-items: center;margin-left: -2.60416vw;}
.c6-right .mapx{
	/* width: calc(100% - 160px);
	position: relative; */
	}
.c6-right .mapx img{display: block;width: 100%;opacity: 0;}
.c6-right .mapx .map-yuan{position: absolute;top: 5px;left: 20px;height: 22px;width: 100%;}
.c6-right .mapx .map-yuan span{font-size: 14px;color: #e00000;font-weight: bold;padding-left: 20px;background: url(../images/39882b56be070ced9b374a76f3b3d36e258af4cb.png) no-repeat left center;line-height: 22px;}

.circle{
	position: absolute;
    top: 41%;
    left: -92%;
	display: none;
}
.circle dl{width:50px;height:50px;position:relative;margin:0 auto}
.circle dd{
	width:50px;height:50px;position:absolute;top:0;left:0;transform:scale(0);border-radius:50%;background-color:#e50014;-webkit-transform:scale(0);
	-moz-transform:scale(0);-ms-transform:scale(0);-webkit-animation:circleScale 4s linear infinite;-moz-animation:circleScale 4s linear infinite;
	-ms-animation:circleScale 4s linear infinite;animation:circleScale 4s linear infinite
}
.circle dd:nth-of-type(2){animation-delay:1s}
.circle dd:nth-of-type(3){animation-delay:2s}
.circle dd:nth-of-type(4){animation-delay:3s}
@keyframes circleScale{
	0%{opacity:1;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}
	100%{opacity:0;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)
}
}
@keyframes circleScale1{
	0%{opacity:1;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}
	60%{opacity:1}
	100%{opacity:0;-webkit-transform:scale(3);-moz-transform:scale(3);-ms-transform:scale(3);transform:scale(3)}
}


/* c6-number */
.c6-number{position: relative;}
.c6-number .sk22{font-size: 2.1875vw;color: #000;font-weight: 600;margin-bottom: 3.125vw;text-align: right;line-height: 1.2;}
.number2{position: relative;z-index: 999;width: 160px;}
.number2 li{text-align: right;width: 100%;transition: all 0.8s;-webkit-transition: all 0.8s;-moz-transition: all 0.8s;-o-transition: all 0.8s;padding: 1.0416vw 0;}
.number2 li h2 {color: #000000;font-size: 15px;font-weight: normal;}
.number2 li h3 {color: #000000;padding: 15px 0;line-height: 1;}
.number2 li h3 i {font-style: inherit;color: #000000;font-size: 2.39583vw;font-weight: 600;font-family: "Arial";}
.number2 li h3 span {font-style: inherit;color: #000000;font-weight: bold;}
.number2 li p {font-size: 15px;line-height: 1.2;color: #000000;font-weight: 400;}

/* ft_layout */
.ft_layout{
	position: relative;
	background: #333333;
}
.ftt_top{
	padding-top: 5.2083vw;
	padding-bottom: 2.60416vw;
}
.ft_aa{
	position: relative;
	width: 35.71%;
}
.ftt_comp{
	margin-bottom: 20px;
	font-size: 18px;
	color: #fff;
}
.ftt_contact{
	font-size: 16px;
	color: #98999a;
	line-height: 30px;
	margin-bottom: 2.083vw;
}
.ftt_contact p{
	margin-bottom: 10px;
}
.ftt_contact p:nth-child(1){
	padding-left: 25px;
	background: url(../images/5e2f6ae418e7ec65319b5d491bfb0cec54034cef.png) no-repeat left center;
}
.ftt_contact p:nth-child(2){
	padding-left: 25px;
	background: url(../images/299cf8d3c444132cf64ebbcc50d20c20b49d84be.png) no-repeat left center;
}
.ftt_contact p:nth-child(3){
	padding-left: 25px;
	background: url(../images/e2fab9901ee74349e521eff9f5d7adc333a18494.png) no-repeat left center;
}

.ftt_fx{margin-bottom: 1.0416vw;}
.ftt_fx .social-share .social-share-icon{width: 38px;height: 38px;border-radius: 8px;line-height: 38px;margin: 0 8px;color: #fff;background: #999999;border: none;}
.ftt_fx .social-share .social-share-icon:hover{background:#b1986a;border-color: transparent;color: #fff;}

.ftt_fx .dbyl{
	position: relative;
	width: 38px;
    height: 38px;
    border-radius: 8px;
    line-height: 38px;
    margin: 0 8px;
    color: #fff;
    background: #999999;
	transition: background 0.6s ease-out 0s;
    border: none;
	cursor: pointer;
}
.ftt_fx .dbyl:hover{
	background: #b1986a;
    border-color: transparent;
    color: #fff;
}
.ftt_fx .dbyl .img23{
    overflow: hidden;
	text-align: center;
}
.ftt_fx .dbyl .img23 img{
    max-width: 100%;
}
.ftt_fx .dbyl dd{
    display: none;
    position: absolute;
    bottom: 109%;
    width: 150px;
    background-color: #000;
    right: 0;
}
.ftt_fx .dbyl dd a{
    color: #fff;
    padding: 9px 5px;
    display: block;
}





/*  */
.ft_bb{
	position: relative;
	width: 59.52%;
}

/*  */
.foot_nav{
    position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.foot_nav>li {
  	position: relative;
}
.foot_nav>li>a {
    font-size: 16px;
    color: #fff;
    display: block;
    width: 100%;
}
.foot_nav>li .x-nav-menu {
    width: 100%;
    margin-top: 1.43em;
}
.foot_nav>li .x-nav-menu a {
    display: block;
    font-size: 14px;
    line-height: 2;
    color: #98999a;
    font-weight: normal;
	margin-bottom: 10px;
}
.foot_nav>li .x-nav-menu a:hover{
	color: #fff;
}

.ftt_cc{position: relative;text-align: center;display: flex;align-items: center;}
.ftt_cc .linea{width: calc(50% - 65px);height: 2px;background: #383838;}
.ftt-logo{width: 130px;}
.ftt-logo img{max-width: 100%;max-height: 72px;}


/* 内页 */
.page-banner{position:relative}
.mianb{margin-top:0;position:absolute;font-size:14px;line-height:40px;top:-60px;width:90%;left:50%;margin-left:-50%;z-index:999;color:#fff}
.mianb a{color:#fff}
.page-wrap-right{overflow:inherit;position:relative}
.nei_cate{position:relative;box-shadow: 0 0 10px rgba(0,0,0,.1);}
.nei_cate .xypg-left-nav{margin:0;display:flex}
.nei_cate .xypg-left-nav>li{flex:1;border:none;text-align:center;margin-top:-16px;transition:all .5s ease-out}
.nei_cate .xypg-left-nav>li>a{transition:all .2s linear;padding:1.5625vw 20px 1.5625vw 20px;background:#fff;color:#333;font-size:18px;line-height:1.7;font-weight:400;position:relative}
.nei_cate .xypg-left-nav>li>a:after{content:' ';position:absolute;z-index:2;bottom:0;left:50%;display:block;width:80%;height:1px;transform:translate(-50%)}
.nei_cate .xypg-left-nav>li>a:hover:after{height:2px;animation:ad_width .5s linear forwards;background:#b1986a}
@keyframes ad_width{
    from{width:0}
    to{width:80%}
}
.nei_cate .xypg-left-nav>li .first-nav-btn{display:none}
.honor_one{margin-bottom:50px}
.nei_cate .xypg-left-nav>li.clicked>a,.nei_cate .xypg-left-nav>li:hover>a{color:#b1986a}
.nei_cate .xypg-left-nav>li.clicked>a::after,.nei_cate .xypg-left-nav>li:hover>a::after{height:2px;animation:ad_width .5s linear forwards;background:#b1986a}




/* 新闻列表 */

.c-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.page-pd {
    padding: 50px 0;
}

.news-page01 {
    position: relative;
    z-index: 1;
    background-color: #fff
}

.news-page01 .list {
    width: 100%;
    margin: 0 auto;
}

.news-page01 .item {
    align-items: flex-start;
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid #e6decf
}

.news-page01 .item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.news-page01 .box1 {
    width: 31.25%;
    padding-right: 3%;
}

.news-page01 .box2 {
    width: 28.75%;
    padding-right: 3%;
	padding-top: 2.083vw;
}

.news-page01 .box3 {
    width: 36.25%;
    padding-right: 120px;
	margin-top: 2.083vw;
    position: relative
}

.news-page01 .title {
    font-size: 20px;
    font-family: "Microsoft Yahei";
    line-height: 44px;
    height: 88px;
    color: #000000;
    display: block;
    overflow: hidden
}

.news-page01 .title:hover {
    color: #a37e61
}

.news-page01 .more {
    margin-top: 80px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: rgba(0,0,0,.5);
    background: url(../images/f136f204876803c9b2881462428f9491a7ac3b8f.png) no-repeat left center;
    padding-left: 30px;
	line-height: 25px;
}
.news-page01 .more:hover{
	background: url(../images/ab24f17a9e2dcf2cd72e716299963d3e5dc073dc.png) no-repeat left center;
	color: #b1986a;
}
.news-page01 .more .iconfont {
    font-size: 18px;
    padding-left: 8px;
    transform: rotateY(180deg)
}

.news-page01 .content {
    max-width: 400px;
    font-size: 16px;
    line-height: 30px;
    height: 88px;
    overflow: hidden;
    text-align: justify;
    padding-top: 4px;
    color: #000;
    display: block
}

.news-page01 .time {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    color: #000000;
    text-align: center;
    font-size: 16px
}

.news-page01 .time div:nth-child(2){
    font-weight: normal;
    color: rgba(0,0,0,.5);
    margin-top: 7px;
}

.news-page01 .img-box {
    overflow: hidden;
    max-width: 480px
}

.news-page01 .img {
    width: 100%;
    display: block;
    background: no-repeat 50%/cover;
}

.news-page01 .day {
    font-size:52px;
    line-height: 1
}

.news-page01 .bg {
    width: 100%
}

.news-page01 .c-pagination {
    justify-content: center
}

.c-imghover .c-imghover-item{
    transition: transform .3s ease-out;
}

.c-imghover:hover .c-imghover-item{
    transition: transform 3s ease-out;
    transform: scale(1.2);
}

@media only screen and (max-width:1440px) {
    .news-page01 {
        margin-top: 0
    }
    .news-page01 .list {
        width: 100%
    }
    .news-page01 .title {
        font-size: 26px;
        line-height: 34px;
        height: 68px
    }
    .news-page01 .more {
        margin-top: 64px
    }
      .page-pd {
        padding: 40px 0
    }
}

@media only screen and (max-width:960px) {
    .news-page01 .item {
        padding-bottom: 32px;
        margin-bottom: 32px;
        border-color: #eee
    }
    .news-page01 .title {
        font-size: 18px;
        line-height: 24px;
        height: 48px
    }
    .news-page01 .content {
        padding-top: 2px
    }
    .news-page01 .box3 {
        padding-right: 100px
    }
    .news-page01 .more {
        margin-top: 40px
    }
      .page-pd {
        padding: 30px 0
    }
}

@media only screen and (max-width:640px) {
    .news-page01 .item {
        padding-bottom: 24px;
        margin-bottom: 24px
    }
    .news-page01 .title {
        font-size: 15px;
        line-height: 22px;
        height: 44px
    }
    .news-page01 .content {
        display: none
    }
    .news-page01 .box1 {
        width: calc(48% - 30px);
        padding-right: 7%
    }
    .news-page01 .box2 {
        width: calc(52% - 30px);
        padding-right: 2%;
		padding-top: 0px;
    }
    .news-page01 .box3 {
        padding: 0;
        width: 60px
    }
    .news-page01 .time {
        position: relative;
        font-size: 12px
    }
    .news-page01 .day {
        font-size: 32px;
        margin-bottom: 4px
    }
    .news-page01 .more {
        margin-top: 20px;
        font-size: 12px
    }
    .news-page01 .more .iconfont {
        font-size: 16px
    }
     .page-pd {
        padding: 30px 0
    }
}


/* 联系我们 */
.contact-aa{
	position: relative;
	/* padding-top: 3.8%; */
	padding-bottom: 2.8%;
}
.contact-tit{
	position: relative;
	margin-bottom: 2.60416vw;
	text-align: center;
}
.contact-tit p{
	font-size: 1.14583vw;	
	color: #b1986a;
	margin-bottom: 10px;
}
.contact-tit h3{
	padding-bottom: 25px;
	position: relative;
	font-size: 2.760416vw;
	color: #333333;
}
.contact-tit h3::before{
	position: absolute;
	width: 35px;
	height: 4px;
	background: #b1986a;
	content: "";
	left: 50%;
	margin-left: -25px;
	bottom: 0px;
}

#map {
    overflow: hidden;
    width: 100%;
    height: 523px;
    margin: 0;
}

.contact-cont{
	position: relative;
	margin-top: 3.125vw;
}

.ccon-left{
	position: relative;
	width: 50%;
}
.ccon-left h2{
	font-size: 1.666vw;
	color: #b1986a;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.ccon-left h2::before{
	position: absolute;
    width: 50px;
    height: 6px;
    background: #b1986a;
    content: "";
    left: 0%;
    bottom: 0px;
}

.ccon-left .cc-coin{
	font-size: 1.0416vw;
	color: #202020;
	line-height: 2;
}


.ccon-right{
	position: relative;
	width: 410px;
	justify-content: flex-end;
}

.ccon-right>div{
	width: 47%;
	text-align: center;
}
.ccon-right>div img{
	max-width: 175px;
}
.ccon-right>div p{
	font-size: 1.14583vw;
	color: #202020;
	line-height: 2;
}

/* ly_wap */
.ly_wap{
	position: relative;
	background: #fff;
	padding: 0 0 6.77083vw;
}
.ly-tit{
	position: relative;
	margin-bottom: 50px;
}
.ly-tit h3{font-size: 1.6666vw;color: #2b2b2a;font-weight: bold;line-height: 1.7;}
.ly-tit p{font-size: 1.14583vw;color: #616161;}

/* ly-cont */
.ly-cont{position: relative;}
.x-message-wrap3 {margin-left: 0px;margin-right: 0px}
.x-message-wrap3 .row {margin-left: -15px;font-size: 0;margin-right: -15px}
.x-message-wrap3 div[class^='col-'] {padding-left: 15px;padding-right: 15px;position: relative;}

.x-message-wrap3 input[type='text'],.x-message-wrap3 textarea {width: 100%;height: 45px;border: none;padding: 0 15px;font-size: 16px;color: #616161;background: #eeeeee;
outline: none;margin-bottom: 20px;border-radius: 3px;}
.x-message-wrap3 input[type='text']::-webkit-input-placeholder,.x-message-wrap3 textarea::-webkit-input-placeholder {color: #616161}
.x-message-wrap3 input[type='text']:-ms-input-placeholder,.x-message-wrap3 textarea:-ms-input-placeholder {color: #616161}
.x-message-wrap3 input[type='text']::-ms-input-placeholder,.x-message-wrap3 textarea::-ms-input-placeholder {color: #616161}
.x-message-wrap3 input[type='text']::placeholder,.x-message-wrap3 textarea::placeholder {color: #616161;}
.x-message-wrap3 textarea {padding-top: 15px;height: 168px;resize: none}
.x-message-wrap3 #checkcode {float: left;width: 72.29813665%;margin-bottom: 0;}
.x-message-wrap3 #codeimg2 {float: right;display: block;text-align: center;width: 25.39130435%;height: 45px;font-size: 0;background: #e7e4e4;padding: 0px;}
.x-message-wrap3 .x-submit {margin-top: 0px;width: 100%;height: 45px;background: #b1986a;color: #fff;font-size: 16px;border: none;outline: none;
-webkit-transition: all .5s ease;transition: all .5s ease;}
.x-message-wrap3 .x-submit:hover {background: #000}
.x-message-wrap3 .n-default .x-textarea .msg-wrap{top: 10px;}

.x-message-wrap3 .code-group{margin-bottom: 20px;}
.x-message-wrap3 .xiss{font-size: 1.0416vw;color: #616161;font-weight: normal;margin-bottom: 10px;display: block;}


/* 关于我们 */
.page-about-one{
	position: relative;
}
.tit-abc{
	position: relative;
	margin-bottom: 2.60416vw;
	text-align: center;
}
.tit-abc p{
	font-size: 1.197916vw;	
	color: #b1986a;
	margin-bottom: 10px;
}
.tit-abc h3{
	padding-bottom: 22px;
	position: relative;
	font-size: 2.760416vw;
	color: #333333;
}
.tit-abc h3::before{
	position: absolute;
	width: 35px;
	height: 4px;
	background: #b1986a;
	content: "";
	left: 50%;
	margin-left: -18px;
	bottom: 0px;
}

.page-about-one-img{
	position: relative;
	margin-bottom: 4.1666vw;
}

.page-about-one-img img{
	display: block;
	width: 100%;
}


.page-about-one-img.com-img::before{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
	left: 0px;
	bottom: 0px;
    z-index: 1;
}


.page-about-one-img:hover.com-img::before{
	animation: gradient-rectangle 1s 1;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
    animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}


.page-about-one-text{
	font-size: 1.0416vw;
	color: #535353;
	line-height: 2;
	margin-bottom: 4.1666vw;
}	

/* abb-number */
.his{border-bottom: 1px solid #c9c9c9;padding-bottom: 30px;margin-bottom: 4.166vw;}
.abb-number{display: flex;justify-content: space-between;position: relative;z-index: 99;}
.abb-number li{position: relative;}
.abb-number .slp{position: relative;text-align: center;width: 122px;height: 122px;border-radius: 50%;border: 2px solid #c9c9c9;transition: all 0.8s;-webkit-transition: all 0.8s;-moz-transition: all 0.8s;-o-transition: all 0.8s;cursor: pointer;overflow: hidden;}
.abb-number .slp::after{position: absolute;bottom: -65%;width: 92px;height: 92px;border-radius: 50%;background: #c9c9c9;content: "";left: 50%;transform: translateX(-50%);}
.abb-number li::before{position: absolute;width: 18px;height: 18px;bottom: -40px;left: 50%;margin-left: -10px;content: "";background: url(../images/21a4267c5e3943d343aecf03b4513ff0ac25c22c.png) no-repeat center;}
.abb-number li:hover::before{position: absolute;width: 18px;height: 18px;bottom: -40px;left: 50%;margin-left: -10px;content: "";background: url(../images/653b85048c10e5035928736212ed1ed8ef26d097.png) no-repeat center;}

.abb-number li .al-center{display: flex;justify-content: center;align-items: center;flex-direction: column;width: 100%;height: 100%;}
.abb-number li h3 {color: #25221e;}
.abb-number li h3 i {font-style: inherit;color: #25221e;font-size: 36px;font-weight: 600;font-family: "Microsoft Yahei";margin-right: 6px;}
.abb-number li h3 span {font-size: 22px;font-weight: 600;font-style: inherit;color: #25221e;margin-top: -15px;}
.abb-number li h3 em {font-size: 16px;font-weight: normal;font-style: inherit;color: #25221e;}
.abb-number li p {font-size: 14px;color: #25221e;padding-top: 5px;}

.abb-number li:hover .slp{border-color: #b1986a;}
.abb-number li:hover .slp::after{background-color: #b1986a;}
.abb-number li:hover .slp *{color: #b1986a;}

.page-one-bu{padding-bottom: 5.2083vw;max-width:1100px;margin: 0 auto;padding-left: 15px;padding-right: 15px;}
.page-one-bu ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.page-one-bu ul li{
	/* width: 33%;  */
    position: relative;
    font-size: 0.98958vw;
    color: #787878;
    line-height: 1.7;
    margin-bottom: 10px;
    margin-left: 2%;
    margin-right: 2%;
    /* text-align: left; */
    min-width: 230px;
}
.page-one-bu ul li::before{content: "";display: inline-block;width: 8px;height: 8px;border-radius: 50%;background: #b1986a;margin-right: 15px;vertical-align: 5px;}

/* page-about-two */
.page-about-two{
	position: relative;
	background: url(../images/efed8ce8bec107470d5b69206e806190faa15079.jpg) no-repeat;
	background-size: cover;
	padding: 5.2083vw 0;
}

.page-about-two-list{
	display: flex;
	flex-wrap: wrap;
}
.page-about-two-list li{
	width: calc(33.33% - 24px);
	margin: 0 12px 24px 12px;
	text-align: center;
}

.page-about-two-list li:nth-child(n+4){
	width: calc(50% - 24px);
	margin: 0 12px 24px 12px;
	text-align: center;
}

.page-about-two-list li a{
	display: block;
}

.page-about-two-list li a .com-img{
	position: relative;
}

.page-about-two-list li a .com-img::before{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
	left: 0px;
	bottom: 0px;
    z-index: 1;
}

.page-about-two-list li img{
	display: block;
	width: 100%;
}

.page-about-two-list li h3{
	color: #fff;
	font-size: 1.0416vw;
	font-weight: normal;
	line-height: 1.5;
	margin: 15px 0;
}

.page-about-two-list li:hover .com-img::before{
	animation: gradient-rectangle 1s 1;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
    animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}




/* page-about-three */
.page-about-three{
	position: relative;
	padding: 5.2083vw 0 15px;
  	background: linear-gradient(to top, #333333 30%, #fff 30%, #fff 100%);
}
.tit-three{
	margin-bottom: 4.1666vw;
}
.tit-three h3{
	color: #333333;
}

.page-about-three-con{
	position: relative;
}
.page-about-three-list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.302083vw;
}
.page-about-three-list li{
	text-align: center;
	position: relative;
	width: calc(33.33% - 2.60416vw);
	margin: 0 1.302083vw 2.60416vw 1.302083vw;
}
.page-about-three-list li a{
	display: block;
}
.page-about-three-list li .hho-img{
	position: relative;
	background: #282828;
	padding: 10px;
}
.page-about-three-list li .hho-img img{
	display: block;
	width: 100%;
}
.page-about-three-list li .com-img{
	position: relative;
}
.page-about-three-list li .com-img::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
	left: 0px;
	bottom: 0px;
    z-index: 1;
}
.page-about-three-list li:hover .com-img::before{
	animation: gradient-rectangle 1s 1;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
    animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}
.page-about-three-list li .hho-text2{
	padding: 1.5625vw 0;
	text-align: center;
}
.page-about-three-list li .hho-text2 h3{
	color: #000;
	font-size: 24px;
	margin-bottom: 12px;
}
.page-about-three-list li .hho-text2 p{
	font-size: 0.9375vw;
	color: #000;
}

.page-about-three-list li:nth-child(n+4) .hho-text2 *{
	color: #fff;
}

/* page-about-four */
.page-about-four{
	position: relative;
	padding: 6.25vw 0;
}
.tit-four{
	margin-bottom: 4.1666vw;
}
.tit-four h3{
	padding-bottom: 30px;
	color: #333333;
	font-size: 2.34375vw;
}
.page-about-four-list{
	display: flex;
	flex-wrap: wrap;
}
.page-about-four-list li{
	position: relative;
	width: calc(25% - 16px);
	margin: 0 8px 16px 8px;
	border: 1px solid #e3e3e3;
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
	text-align: center;
	padding: 18px;
}

.page-about-four-list li a{
	display: block;
}

.page-about-four-list li .com-img img{
	display: block;
	width: 100%;
}

.page-about-four-list li h3{
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	margin: 15px 0;
}

.page-about-four-list li p{
	font-size: 14px;
	color: #ababab;
}

.page-about-four-list li:hover{
	box-shadow:  0 12px 10px rgba(0, 0, 0, 0.1);
}
.page-about-four-list li:hover h3{
	color: #b0986a;
}


/* 产品中心 */
.cate_pro{
    position: relative;
	padding-top: 4.1666vw;
	margin-bottom: 40px;
}
.cate_pro .xypg-left-nav {
    margin: 0 0px;
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.cate_pro .xypg-left-nav > li {
    position: relative;
    border-bottom: none;
    text-align: center;
	padding: 0 25px;
}
.cate_pro .xypg-left-nav > li+li::before{
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 80%;
	content: "";
	background: #e5e5e5;
}

.cate_pro .xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #393939;
    padding: 20px 0px;
	width: 128px;
}
.cate_pro .xypg-left-nav > li > a .opimg{
    margin-bottom: 20px;
	line-height: 55px;
}

.cate_pro .xypg-left-nav > li > a .opimg img{
    max-width: 100%;
    max-height: 55px;
}

.cate_pro .xypg-left-nav > li.clicked>a,
.cate_pro .xypg-left-nav > li:hover>a{
    background-color: #bea983;
	border-radius: 10px;
}

.cate_pro .xypg-left-nav > li.clicked .opimg img,
.cate_pro .xypg-left-nav > li:hover .opimg img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(325deg) brightness(108%) contrast(103%);
}

.cate_pro .xypg-left-nav > li:hover > a,
.cate_pro .xypg-left-nav > li.clicked > a {
    color: #fff;
}

/* 二级产品分类 */
.xypg-left-nav2{
    position: relative;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}
.xypg-left-nav2 li{
    position: relative;
    text-align: center;
	margin: 0 10px 10px 10px;
}
.xypg-left-nav2 li a{
    display: block;
    font-size: 18px;
    color: #404040;
	background: #f5f5f5;
	padding: 15px 2.60416vw;
}

.xypg-left-nav2 > li.clicked > a,
.xypg-left-nav2 > li:hover > a{
	background-color: #0d0d0d;
    color: #fff;
}
@media(max-width: 768px){
	.xypg-left-nav2{
justify-content: space-between;
padding-left: 4.166vw;
    padding-right: 4.166vw;
	}
	.xypg-left-nav2 li{
		width: 42%;
	}
	#map{
		height: 300px;
	}
}

/* 产品详情页 */
.cpxqy-detail{
	padding: 16px 0;
	background: #f6f6f6;
}
.pd80{
	padding-left: 4.166vw;
	padding-right: 4.166vw;
}
.page-wrap2 {
    background: transparent;
    padding-bottom: 3.38541667%;
}
.product-xx{
	position: relative;
	background: #fff;
	padding: 2.7vw 4.25vw 4.25vw;
}




/*  */
.elementor-swiper {
    position: relative
}

.ele-aa{
	width: calc(100% - 260px);
}
.ele-bb{
	width: 240px;
}

/*  */
.elementor-main-swiper {
    position: relative;
	height: 100%;
}
.elementor-main-swiper .swiper-slide a{
	display: block;
	height: 100%;
}
.elementor-main-swiper .swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*  */
.elementor-main-swiper .swiper-button-prev,
.elementor-main-swiper .swiper-button-next{
	position: absolute;
	top: 45%;
	width: 45px;
	height: 45px;
	border: none;
	outline: none;
	margin-top: -22.5px;
	border-radius: 50%;
	z-index: 999;
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.elementor-main-swiper .swiper-button-prev{
	left: 15px;
	background: url(../images/66ae4ab8d7c3654d2f370aa03cbe24ebe6c1ff7d.png) no-repeat center transparent;
}	
.elementor-main-swiper .swiper-button-next{
	right: 15px;
	background: url(../images/6f682bd7c0d9f65ee8f698ebacef49898085d706.png) no-repeat center transparent;
}

.elementor-main-swiper .swiper-button-prev:hover{
	left: 15px;
	background: url(../images/5c7aefb8645c2e7451dd899163f848c8b2a3640b.png) no-repeat center #fff;
}	
.elementor-main-swiper .swiper-button-next:hover{
	right: 15px;
	background: url(../images/f551ba33968c24fc0649bf3420a1b3dad8f4ddf6.png) no-repeat center #fff;
}




/*  */
.elementor-thumbnails-swiper{
	position: relative;
	height:600px;
}
.elementor-thumbnails-swiper .swiper-slide{
	position: relative;
}
.elementor-thumbnails-swiper .swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.elementor-thumbnails-swiper .swiper-slide::before{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(217,217,217,.35);
	content: "";
}
.elementor-thumbnails-swiper .swiper-slide-active::before{
	opacity: 0;
}


.cp_content{
	position: relative;
	padding-top: 44px;
}

.sjll-cc{
	position: relative;
	margin-bottom: 20px;
	justify-content: space-between;
}
.cp_content h1{
	font-size: 36px;
	color: #151515;
	font-weight: normal;
	margin-right: 30px;
}



.cp_space{
	display: flex;
	align-items: center;
	padding-bottom: 40px;
	/* margin-bottom: 40px;
	border-bottom: 1px dashed #7f7f7f; */
}
.cp_space span{
	display: block;
	padding-left: 35px;
	line-height: 50px;
	font-size: 18px;
	color: #989999;
	background: url(../images/29948c81282086c07bee9da9aca3cb78ef534923.png) no-repeat left center;
	margin-right: 4.166vw;
}

.cp_detail{
	font-size: 18px;
	color: #636363;
	letter-spacing: 1px;
	line-height: 2;
}



@-webkit-keyframes rightArrow {
    50% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0
    }
    51% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rightArrow {
    50% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0
    }
    51% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}


/*  */
.cp-huoqu{
	padding: 40px 0;
}
.cp-huoqu span{
	font-size: 18px;
	color: #636363;
	font-weight: normal;
	padding-left: 6.25vw;
}
.cp-huoqu i{
	margin-left: 2.60416vw;
	width: 29px;
	height: 14px;
	overflow: hidden;
}
.cp-huoqu i::before{
	position: absolute;
	content: "";
	width: 29px;
	height: 14px;
	background: url(../images/5026169f79cedbdc17d0873d116b919daf79d68a.png) no-repeat center;
}
.cp-huoqu a:hover i::before{
	-webkit-animation: rightArrow .75s ease;
    animation: rightArrow .75s ease;
}
.cp-huoqu a:hover *{
	color: #b1986a;
}

/* cp-like */
.cp-like{
	position: relative;
	background: #ffffff;
	padding: 3.25vw 0 6.25vw;
}
.cp-like h2{
	font-size: 50px;
	color: #484848;
	font-weight: normal;
	margin-bottom: 60px;
}

.cp-link-con{
	position: relative;
}
.mySwiper8{
	overflow: hidden;
}
.mySwiper8 .swiper-slide{
	text-align: center;
}
.mySwiper8 .swiper-slide a{
	display: block;
}
.mySwiper8 .swiper-slide .com-img img{
	display: block;
	width: 100%;
}
.mySwiper8 .swiper-slide h3{
	font-size: 1.14583vw;
	color: #484848;
	font-weight: normal;
	line-height: 1.7;
	padding: 1em 0;
}

.mySwiper8 .swiper-button-prev001,
.mySwiper8 .swiper-button-next001{
	position: absolute;
	top: 45%;
	width: 45px;
	height: 45px;
	border: none;
	outline: none;
	margin-top: -22.5px;
	border-radius: 50%;
	z-index: 999;
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.mySwiper8 .swiper-button-prev001{
	left: 15px;
	background: url(../images/66ae4ab8d7c3654d2f370aa03cbe24ebe6c1ff7d.png) no-repeat center #333333;
}	
.mySwiper8 .swiper-button-next001{
	right: 15px;
	background: url(../images/6f682bd7c0d9f65ee8f698ebacef49898085d706.png) no-repeat center #333333;
}

.mySwiper8 .swiper-button-prev001:hover{
	left: 15px;
	background: url(../images/5c7aefb8645c2e7451dd899163f848c8b2a3640b.png) no-repeat center #fff;
}	
.mySwiper8 .swiper-button-next001:hover{
	right: 15px;
	background: url(../images/f551ba33968c24fc0649bf3420a1b3dad8f4ddf6.png) no-repeat center #fff;
}


@media (max-width: 1440px){
	.c1-about-title{padding-bottom: 20px;margin-bottom: 20px;}
	.t_syk6date{font-size: 16px;}
	.snamess{font-size: 16px;}
	.t_titsizeh5{font-size: 14px;}

	.ss-a{font-size: 15px;}
	.ss-a span{font-size: 16px;}

	.ss-b{padding-left: 2.5vw;width: 40.47%;}
	.ss-c{width: 30%;}

	.c2-con .swiper-button-prev,
	.c2-con .swiper-button-next{
		width: 60px;
		height: 60px;
	}
	.c2-swiper .swiper-slide .ck-text h3{
		font-size: 16px;
	}

	.nei_cate .xypg-left-nav>li>a{
		font-size: 16px;
	}

	.tit-abc p{font-size: 16px;}

	.cp_content h1{
		font-size: 36px;
	}

	.cp_space span{
		font-size: 16px;
	}
	

}

@media(max-width: 1360px){
	.c6_index .max1430{
		max-width: 1070px;
	}
	.ft_layout .max1680{
		max-width: 1070px;
	}
}

@media(max-width: 1290px){
.c5_index .max1430{
	max-width: 1130px;
}
.c6_index{
	background-size: 100%;
}
}

@media (max-width: 1200px){
	.index-banner-item .text,.banner-swiper-ctrl{left: 8%;}
	.index-banner-item .text-4{font-size: 14px;line-height: 2;}
	.c1-about-left .c1-about-content{font-size: 14px;}

	.c1-about-list li{font-size: 14px;}

	.patner_list li{
		width: calc(20% - 20px);
   		margin: 0 10px 20px 10px;
	}

	.tit-home p{
		font-size: 16px;
	}

	.hho-text h3{
		font-size: 16px;
	}

	.hho-text p{
		font-size: 14px;
	}

	.x-message-wrap2 input[type='text'], .x-message-wrap2 textarea{
		font-size: 14px;
	}
	.x-message-wrap2 input[type='text']{
		height: 40px;
	}
	.x-message-wrap2 .x-submit{
		font-size: 15px;
		height: 40px;
	}

	.x-message-wrap2 #codeimg2{
		height: 40px;
	}

	.tit-abc h3{
		font-size: 24px;
	}

	.page-about-one-text{
		font-size: 15px;
	}

	.page-one-bu ul li{
		font-size: 14px;
	}

	.page-about-two-list li h3{
		font-size: 15px;
	}

	.page-about-three-list li .hho-text2 h3{
		font-size: 16px;
	}

	.page-about-three-list li .hho-text2 p{
		font-size: 14px;
	}
	
}


@media (max-width: 992px){
	.xypg-right-content p img{
		max-width:100%; height:auto !important;width:auto !important;
	}
	.c1-about-title{font-size: 24px;}
	.c1-about-left{width: 100%;margin-bottom: 40px;}
	.c1-about-right{width: 100%;text-align: center;}
	.c1-about-right p iframe{
		/* max-width:100%; height:auto !important;width:auto !important; */
		width: 100%!important;
    height: 100%!important;
	}

	.c3-wap{
		transform: translateX(0);
	}
	.c3-swiper .swiper-pagination {
    padding-right: 0;
    justify-content: center;;
	}
	.circle{
		position: absolute;
    top: 21%;
    left: 253px;
	}

	.tit-home{margin-bottom: 40px;}
	.tit-home h3{font-size: 22px;}

	.patner_list li{
		width: calc(33.33% - 20px);
   		margin: 0 10px 20px 10px;
	}
	.c6_index{
		padding-top: 50px;
		background-position: 0 82%;
		
		background-image: url(../images/301c8c780c47b0f979b6902a6ec36a8861c48d6a.png);
		
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.c6-con{
		flex-wrap: wrap;
	}
	.c6-left{
		width: 100%;
		margin-bottom: 40px;
		padding: 20px;
	}
	.c6-right{
		margin-left: 0px;
		width: 100%;
	}

	.c6-left>h2{
		font-size: 20px;
	}

	.honor_one{
		margin-bottom: 10px;
	}

	.abb-number li h3 i{
		font-size: 28px;
	}
	.abb-number li p{
		font-size: 12px;
	}

	.xypg-left-nav2 li{
		margin: 0 5px 15px 5px
	}
	.xypg-left-nav2 li a{
		font-size: 16px;
	}
	.xypg-left-nav2 li a{
		padding: 10px 20px;
	}

	.contact-aa{
		padding: 30px 0;
	}
	.contact-tit{
		margin-bottom: 30px;
	}
	.contact-tit p{
		font-size: 16px;
	}
	.contact-tit h3{
		font-size: 24px;
	}

	.ccon-left h2{
		font-size: 20px;
	}

	.ccon-left .cc-coin{
		font-size: 14px;
	}

	.ly-tit h3{
		font-size: 26px;
	}

	.ly-tit p{
		font-size: 16px;
	}

	.x-message-wrap3 .xiss{
		font-size: 15px;
	}
	
	.ccon-right{
		width: 320px;
	}
	.ccon-right>div img{
		max-width: 150px;
	}


	.cp-like h2{
		font-size: 26px;
		margin-bottom: 25px;
	}
	.mySwiper8 .swiper-slide h3{
		font-size: 16px;
	}

}


@media (max-width: 768px){
	.index-banner-item .text-4{
		letter-spacing: 1px;
	}
	.c6-right{
		flex-wrap: wrap;
	}
	.c6-right .mapx{
		width: 100%;
		margin-bottom: 30px;
	}
	.c6-number{
		width: 100%;
	}
	.c6-number .sk22{
		text-align: left;
		font-size: 22px;
	}
	.number2{
		width: 100%;
		display: flex;
	}
	.number2 li{
		width: 33.33%;
		text-align: left;
	}
	.number2 li h3{
		justify-content: flex-start;
		padding: 8px 0;
	}
	.number2 li h3 i{
		font-size: 24px;
	}
	
	.ftt_top{padding-top: 30px;padding-bottom: 30px;}
	.ft_aa{width: 100%;margin-bottom: 30px;}
	.ftt_contact{margin-bottom: 20px;font-size: 14px;}
	.ft_bb{width: 100%;}

	.c1_index,.c2_index,.c3_index,.c4_index,.c5_index{
		padding: 30px 0;
	}

	.patner_list li{
		width: calc(50% - 15px);
   	 	margin: 0 7.5px 15px 7.5px;
	}

	.page-about-four-list li{
		width: calc(50% - 16px);
    	margin: 0 8px 16px 8px;
	}

	.page-about-two-list li{
		width: 100%!important;
		margin: 0 0px 20px 0px!important;
	}

	.page-about-three-list li{
		width: 100%;
		margin: 0 10px 20px 10px;
	}
	.page-about-three-list li .hho-text2{
		padding: 20px 0;
	}

	.abb-number .slp{
		width: 100px;
		height: 100px;
	}

	.abb-number .slp::after{
		bottom: -80%;
	}

	.tit-abc{
		margin-bottom: 30px;
	}

	.his{
		padding-bottom: 15px;
	}
	.abb-number{
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.abb-number li{
		width: 33.33%;
		margin-bottom: 20px;
	}

	.abb-number li::before{
		display: none;
	}
	.page-about-three{
		background: transparent;
	}
	.page-about-three-list li:nth-child(n+4) .hho-text2 *{
		color: #000;
	}

	.abb-number li h3 i{
		font-size: 22px;
	}

	.abb-number li h3 span{font-size: 17px;}

	.cate_pro{
		margin-bottom: 20px;
	}

	.cate_pro .xypg-left-nav > li{
		padding: 0 15px;
	}	
	.cate_pro .xypg-left-nav > li > a{
		padding: 15px 0;
		font-size: 14px;
	}

	.cate_pro .xypg-left-nav > li > a .opimg{
		line-height: 40px;
		margin-bottom: 10px;
	}
	.cate_pro .xypg-left-nav > li > a .opimg img{
		max-height: 38px;
	}

	.xypg-left-nav2 li a{
		font-size: 14px;
	}

	.cate_pro .xypg-left-nav > li+li::before{
		display: none;
	}	

	.ly-tit{
		margin-bottom: 25px;
	}

	.contact-cont{
		flex-wrap: wrap;
		margin-top: 30px;
	}

	.contact-cont>div{
		width: 100%!important;
		margin-bottom: 30px;
	}

	.contact-cont .ccon-right{
		margin-bottom: 0px;
		justify-content: center;
	}

	.cp_content h1{
		font-size: 26px;
	}

	.cp_space span{
		font-size: 14px;
	}

	.cp_space{
		padding-bottom: 20px;
		margin-bottom: 20px;
		flex-wrap: wrap;
	}

	.cp_space span{
		width: 100%;
		line-height: 40px;
	}


	.cp_content{
		margin-top: 30px;
	}

	.cp_detail{
		font-size: 16px;
	}

	.cp-huoqu span{
		font-size: 16px;
	}

	.cp-like h2{
		font-size: 22px;
		margin-bottom: 20px;
	}

	.elementor-main-swiper,
	.elementor-thumbnails-swiper{
		height: 380px;
	}

	.ele-aa{
		width: calc(100% - 200px);
	}
	.ele-bb{
		width: 180px;
	}

}


@media (max-width: 500px){

	.elementor-main-swiper,
	.elementor-thumbnails-swiper{
		height: 220px;
	}

	.ele-aa{
		width: calc(100% - 130px);
	}
	.ele-bb{
		width: 110px;
	}

	.elementor-main-swiper .swiper-button-prev, .elementor-main-swiper .swiper-button-next{
		width: 36px;
		height: 36px;
		margin-top: -18px;
	}


	.c1-about-right p iframe{
		width: 100%!important;
    	height: 300px!important;
	}
	.index-banner-swiper,
	.img img, .pic img{
		height: 100%!important;
	}	


	.circle{
		top: 18%;
		left: 275px;
		display: none;
	}
	.c1-about-list li::before{
		margin-right: 7px;
	}
	.c1-about-list li {
    font-size: 12px;
	}

}


@media(max-width:375px){
	.circle{
left: 245px;
	}
	
}