@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('/static/fonts/iconfont.ttf?t=1751441396846') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youjiantou:before {
  content: "\e79c";
}

/*css 初始化 */
/*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555
}*/

*{
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite, code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio, video{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; outline-style:none;/*FF*/font-size:10px;  font-family: "Microsoft YaHei","Arial";  list-style:none;}
body { line-height:1; }
a{ margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent;text-decoration:none; color:#000; cursor:pointer;outline:0;}
a:hover,a:focus{ text-decoration:none;  outline-style:none;/*FF*/ }
table { border-collapse:collapse; border-spacing:0;}
input, select {vertical-align:middle;}
/*css为clearfix，清除浮动*/
.clearfix::before,.clearfix::after{content:""; height:0; line-height:0; display: block;visibility: hidden; clear:both;}
.clearfix:after{clear:both;} 

.hide{
    display: none;
}
.show{
    display: block;
}

.warp{max-width:1600px;margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp2{max-width:1200px;margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.in_pd{
    padding: 0 20px;
}
.clear{ overflow:hidden;}
.clear2{ clear:both;}

img{
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
.play{transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all;} 


:root {
  /* 颜色参数 */
 --primary-color: #005baa; /* 主色调 */
  --secondary-color: #b92b31; /* 次要色调 */
  --text-color: #555555; /* 默认文本颜色 */
  --light-color: #b3ccff; /* 浅色背景 */
  --dark-color: #000000; /* 深色文本 */
  --accent-color: #ff6b00; /* 强调色 */
  
  --swiper-navigation-color: #b92b31;


  --ipx-height:940px;
  --pad-width:120px;
  --font-size-xs: 1.4rem; /* 超小字体 */
  --font-size-sm: 1.6rem; /* 小字体 */
  --font-size-md: 1.8rem; /* 中等字体 */
  --font-size-ld: 2rem; /* 中等字体 */
  --font-size-lg: 2.4rem; /* 大字体 */
  --font-size-lx: 3rem; /* 大字体 */
  --font-size-x: 3.6rem; /* 超大字体 */
  --font-size-xx: 3.8rem; /* 超大字体 */
  --font-size-xl: 4.6rem; /* 超大字体 */
  --font-size-xxl: 6rem; /* 特大字体 */
  --font-size-xxxl: 7rem; /* 特大字体 */
}


/*间距结束*/
/*盒子*/
.flex-box{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.flex-txt{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/*盒子结束*/
.Pagination{
    text-align: center;
    height: auto;
    _height: 45px; 
    line-height: 20px;
    margin-right: 15px;
    _margin-right: 5px; 
    color:#565656;
    margin-top: 10px;
    _margin-top: 20px; 
    clear:both;
    width: 100%;
}
.Pagination li{display: inline-block;}
.Pagination a:hover{
    color: #fff;
    border: 1px solid #111;
    background-color: #111;
}

.Pagination a,.Pagination span{ 
    font-size: 14px;
    text-decoration: none;
    display: block;
    float: left;
    color: #565656;
    border: 1px solid #ccc;
    height: 34px;
    line-height: 34px;
    margin: 0 2px;
    width: 34px;
    text-align: center;
}
.Pagination span{ 
    font-size: 14px;
    text-decoration: none;
    display: block;
    color: #666;
    height: 34px;
    line-height: 34px;
    margin: 0 2px;
    width: 34px;
    text-align: center;
}
.Pagination li.active span{
    color: #fff;
    border: 1px solid #111;
    background-color: #111;
}


/*parts*/
div.fy {text-align:center;line-height:4rem; width: 100%}
div.fy a { margin:2px 2px;padding:8px 12px;color:#666;font-size:1.4em; display:inline; background: #fff; box-shadow: 2px 2px 4px rgba(0,0,0,0.2);}
div.fy a:hover {
    color: #fff;
    background: #d7b87f;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
div.fy a:active {
    color: #fff;
    background: #d7b87f;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
div.fy span.current {
    margin: 2px 2px;
    padding: 8px 12px;
    color: #fff;
    font-size: 1.4em;
    background: #d7b87f;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
div.fy span.disabled{  margin:2px 2px;padding:8px 12px; color:#666; font-size:1.4em; background: #fff;  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);}

/*手机导航*/
.m-header{ width:100%; background:#fff;}
#hamburger { width: 24px; height: 14px;	position:fixed;	top: 35px;right: 27px;	z-index: 1110;display: none !important;}
#hamburger:before, #hamburger:after, #hamburger span { background:#fff; content: ''; display: block;    width: 20px;  height: 2px;}
#hamburger span {	margin: 4px 0 0 0;}
#hamburger:after {	margin: 4px 0 0 0;}
#hamburger.hb-fixed {	position: fixed;}
/* Hamburger animation */
#hamburger:before, #hamburger:after, #hamburger span {	-webkit-transition: none 0.3s ease 0.3s;	transition: none 0.3s ease 0.3s;	-webkit-transition-property: transform, top, bottom, left, opacity, margin;	transition-property: transform, top, bottom, left, opacity, margin;}
html.mm-opening #hamburger:before, html.mm-opening #hamburger:after {top: 20px;background-color: #fff;}
html.mm-opening #hamburger span {	left: -50px;	opacity: 0;}
html.mm-opening #hamburger:before {	transform: rotate( 45deg );	margin: 7.5px 0 0 0;}
html.mm-opening #hamburger:after {	transform: rotate( -45deg );margin: -7.5px 0 0 0;}
/*搜索*/
.overCurtain {position: fixed; top:20px; right:40px; height:40px; width:40px;display:none; opacity:1; z-index:1000; cursor:pointer;}
.hide-center { background-color:rgba(0,0,0,0.8);  position:fixed; z-index:999; display:none; width:100%; height:100%; top:0;}
.hide-center .boxs{ display:table; width:100%; height:100%;}
.hide-center .box{ display:table-cell; vertical-align:middle; padding:0 20px;}
.field__input{ float:left; width:100%; border:none; outline:none; height:60px; padding:20px 160px; font-size:3.2em; font-weight:bold; color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align:center; border-bottom:1px solid #ccc; background-color: transparent;}
.m-btn{ float:left; border:none; outline:none; background-color: transparent; padding:19.5px; height:60px; font-size:1.6em; font-weight:bold; color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width:140px; position:absolute; right:40px; text-transform:uppercase;}
.s-close { width:40px; height:40px; transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all; font-size:0px; margin-top:20px;    display:block;}
.s-close::before,.s-close::after {  content:''; width:40px; height:2px; background:#FFF;    display:block; transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all;}
.s-close::before {  -webkit-transform:rotate(45deg);    transform:rotate(45deg);}
.s-close::after {   -webkit-transform:translateY(-2px) rotate(-45deg);  transform:translateY(-2px) rotate(-45deg);}
.s-close:hover:before{transform:rotate(90deg);}
.s-close:hover:after{ transform:rotate(0deg);}



/*header*/
/*.header *,.header .list>a:after{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.header{transition:ease 1s all;-moz-transition: ease 1s all; -webkit-transition:ease 1s all; -o-transition: ease 1s all;}*/
.header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    text-align: center; 
}
.header .mune{
    display: flex ;
    align-items: center;
}

.header .mune p{
    font-size: var(--font-size-xs);
}

.header .logo{
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .logo .logo-png{
    display: none;
}


.header .logo img{
    width: 100%;
    height: 100%;
}

.header nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    align-items:center; 
   
}
.header nav .item{
    position: relative;
    display: grid;
    align-items: center;
    margin: 0 5px;
    
}
.header nav a{
    font-size: var(--font-size-sm);
    color: #fff;
    margin: 0 25px;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 100px;

}
.header.up nav a,.fixd .header nav a{
    
    color: var(--primary-color);

}
.header nav .item::after{
  content: '';
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--secondary-color);
  transition: ease .5s all;
  -moz-transition: ease .5s all;
}
.header nav .item:hover:after{
    width: 100%;
}


.header .search{
    background: url(/static/images/fangda.png) center center no-repeat;
    background-size: cover !important;
    width:25px;
    height: 26px;
    margin-right: 40px;
    
}
.header .mune{
    display: flex ;
    align-items: center;
    margin-left: 30px;
}

.header .mune span{
    width: 3px;
    height: 20px;
    border-left: 1px solid #fff;
    margin: 0 28px;
}
.header .mune a{
    font-size: var(--font-size-ld);
    color: #fff;
    
}
.header a.head_shop{
    font-size: var(--font-size-sm);
    color: #fff;
    margin-right: 40px;
    border: 1px solid #f6f6f6;
    border-radius: 26px;
    padding: 15px 30px 15px 70px;
    background: url(/static/images/weizhi.png) 30px center no-repeat;
    
}

/*下拉*/
.header nav .item .mud{
  position: absolute;
  top: 100%;
  width: auto;
  background:#fff;
  z-index: 988;
  left: 50%;
  border-radius:  0 0 10px 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transform: translate(-50%,0);
  transition: ease 1s all;
  -moz-transition: ease 1s all;
  min-width: 150px;
  overflow: hidden;
  height: 0;
  opacity: 0;
  
}
.header nav .item .mud a{
  display: block;
  color: #000;
  text-align: center;
  white-space: nowrap;
  line-height: 45px;
  font-size: 14px;
  margin: 0;
  padding: 0 10px;
  text-transform: lowercase;
}
.header nav .item .mud a::first-letter{
  text-transform: uppercase;
}
.header nav .item .mud a:first-child{
  margin-top: 20px;
}
.header nav .item .mud a:last-child{
  margin-bottom: 15px;
}
.header nav .item .mud a::after{
  display: none;
}
.header nav .item .mud a:hover{
  background: var(--secondary-color);
  color: #fff;
}
.header nav .item:hover .mud{
  height: auto;
  opacity: 1;
}



/*内页导航*/

.inside .header,.faside .header{
    background: none;
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.inside .header .logo .logo-png{
    display: block;
}
.inside .header .logo .logo-img{
    display: none;
}
.inside .header nav a,.inside .header .mune p,.inside .header nav .item .mud a{
    color: #fff;
}
.inside .header nav .item .mud{
    background-color: rgba(0, 0, 0, .8);
}
/*footer*/
.footer a,.footer .links img{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.footer{ 
    background-color: #231f1c;
}
.fo1{
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 60px 0;
    color: #fff;
}
.fo1 .warp{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fo1 h5{
    font-size: var(--font-size-lg);
    font-weight: bold;
}
.fo1 span{
    font-size: var(--font-size-md);
    color: rgba(255, 255, 255, 0.5);
}

.fo1 .fo_right img:first-child{
    padding-right: 25px;
}



.fo2{
    padding: 100px 0  0px 0;
}
.fo2 .warp{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    
    
}
.fo2 .dot{
    padding-bottom: 5px;
}
.fo2 .dot p{
    font-size: var(--font-size-sm);
    margin-bottom: 20px;
    color: #fff;
}

.fo2 .dot h4{
    font-size: var(--font-size-x);
    line-height: 1em;
    font-weight: bold;
    color: #b92b31;
    padding-bottom: 30px;
}
.fo2 .dot a{
    width: 183px;
    border: 1px solid #ffffff;
    border-radius: 24px;
    line-height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding-left: 20px;
    font-size: var(--font-size-md);
    margin-top: 35px;
}
.fo2 .dot a i{
    font-size: 30px;
    margin-right: 15px;
    color: #fff;
}
.fo2 .dot a:hover{
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.fo2 .dot a:hover i{
    color: var(--secondary-color);
}






.fo2 .fo_right{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap:50px;
}
.fo2 .fo_right a{
    font-size: var(--font-size-md);
    color: #fff;
}
.fo2 .fo_right a:hover{
    color: #b92b31;
}
.fo3{
    padding-top: 150px;
    padding-bottom: 60px;
}
.fo3 .warp{
    display: flex;
    justify-content:  flex-start;
    align-items: center;
    color: #f6f9ff;

}
.fo3 span{
    font-size: var(--font-size-sm);
    margin-right: 20px;
}
.fo3 .icon{
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.fo3 .icon a{
    margin: 0 15px;
}

.fo4{
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 0;
}
.fo4 .warp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #f6f9ff; 
}
.fo4 .warp p,.fo4 .warp p a{
    font-size: 14px;
    line-height: 24px;
    color:#e6e6e6;

}
.fo_top a{
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background-color: #656361;
    display: flex;
    justify-content: center;
    align-items: center;
}


.bottomlist{ background:#111; position:fixed; width:100%; bottom:0; left:0;  display:none; z-index:200;}
.bottomlist ul{ width:100%;}
.bottomlist ul li{ width:33.33%; float:left; text-align:center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:5px;}
.bottomlist>ul>li>a>div{ font-size:1.6em; color:#fff;}
.bottomlist ul li img{ width:40px; height:40px;}


.ctb{ position: relative; }
.ctb .ct{ z-index: 2; position:absolute; top:-50px; left: -50px;  width: 100px; height: 100px;transform: scale(0);transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.ctb .ct img{ width: 100%;}
.ctb:hover .ct{transform: scale(1);}

/*tits*/




/*banner*/
/*banner*/
.banner{
    position: relative;
}
.banner .txt{ transition:ease 0.5s all;-moz-transition: ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;}
.banner .swiper-slide{
    position: relative; 
    height: var(--ipx-height); 
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-position:center bottom ;
    background-repeat: no-repeat;
    background-size: cover;
 
}
.banner .ban1{ background-image: url(/static/images/banner01.jpg);position: relative;}
.banner .ban2{ background-image: url(/static/images/banner02.jpg)}
.banner .ban3{ background-image: url(/static/images/banner03.jpg)}
.banner .banner_warp{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.banner .txt{
    padding-bottom: 80px;
    color: #fff;
}
.banner .txt h4{ 
    font-size: var(--font-size-xl);
    font-weight: lighter;
    margin-bottom: 20px;
    
}
.banner .txt p{
    font-size: var(--font-size-lg);
    line-height: 36px;
    letter-spacing: 33px;
}



.bottom-nav {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 30px;
	z-index: 10;
}
.bottom-nav .warp{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.ups-icon-videoplay {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	cursor: pointer;
}

.ups-icon-videoplay:before {
	content: "";
	width: 40px;
    height: 40px;
    background: url(/static/images/bofang.png) no-repeat center center;
	opacity: 0.5;
    display: block;
}

.stop-status.ups-icon-videoplay:before {
	opacity: 1;
}



.bottom-nav .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	background: #fff;
	opacity: 1;
	box-sizing: border-box;
	border: 3px solid #fff;
	margin: 0 15px;
	vertical-align: middle;
}

.bottom-nav .swiper-pagination-bullet-active {
	background: #ffb500;
}	



.banner .swiper-pagination {
    position: relative;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}
.banner .swiper-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-bullets.swiper-pagination-horizontal, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction {
    bottom: 0;
    top: 0;
    left: 0;
    width: 220px;
}
.banner .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,40px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,2px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,0);
    background: var(--swiper-pagination-bullet-inactive-color,#fff);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.5);
}
.banner .swiper-pagination-bullet-active {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,100px));
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background:  var(--swiper-navigation-color);
}

.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px var(--swiper-pagination-bullet-horizontal-gap,4px);
}

/*public*/
.tit{
    position: relative;
    color: #111;
}
.tit h2{
   font-size: var(--font-size-xl);
   padding:0px 0 20px 0;
}
.tit h3{
   font-size: var(--font-size-lx);
   padding:0px 0 20px 0;
   line-height: 1.5;
}
.tit h4{
   font-size: var(--font-size-lg);
}
.tit p{
    font-size: var(--font-size-md);
    color: #636363;
    display: block;
    line-height:2.2;
}
.tit a{
    font-size: var(--font-size-md);
    color: #333;
    display: flex;
    align-items: center;
}
.tit a i{
    font-size: 30px;
    margin-left: 16px;
}

.tit a:hover,.tit a:hover i{
    color: #b92b31;
}

/*通用a*/

a.in_a{
    border-radius: 18px;
    width: 130px;
    height: 36px;
    border: 1px solid #fff;
    line-height: 36px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    position: relative;
    padding-left: 30px;
    text-align: left;
}
a.in_a:after {
    content: "\e840";
    font-family: "iconfont";
    font-size:18px;
    color: #1e5193;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    text-align: left;
    transition: ease 0.5s all;
}

/***/




/*ip*/
.ip1_right .swiper-slide .img::before,.ip1_right .swiper-slide .img::after{  transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.ip1{
    padding:var(--pad-width) 0;
}

.ip1_list{
    display: flex;
    justify-content: space-between;
    padding-top: 65px;

}
.ip1_left{
    width: 30%;
}
.ip1_left h3{
    font-size: var(--font-size-lx);
    font-weight: bold;
    color: #111;
    margin-bottom: 25px;
    line-height: 2.2;
}
.ip1_info{
   width: 60%;
}

.ip1_info p{
    font-size: var(--font-size-md);
    color: #111;
    font-style: normal;
    padding-bottom: 50px;
    line-height: 2.3;
}
.ip1_info a{
    width: 183px;
    border: 1px solid #333;
    border-radius: 27px;
    line-height: 48px;
    display: inline-block;
    color: #333;
    padding-left: 20px;
    font-size: var(--font-size-md);
    margin-top: 35px;
    position: relative;
}
.ip1_info a:after{
    content: "\e79c";
    font-family: "iconfont" !important;
    font-size:30px;
    color: #333;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: ease 0.5s all;
}

.ip1_info a:hover{
    border: 1px solid #b92b31;
    color: #b92b31;
}
.ip1_info a:hover:after{
    color: #b92b31;
}




/*ip2*/
.ip2 .dot .img{transition:ease 0.5s all;-moz-transition: ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;}

.ip2{
    background: url(/static/images/ip2_bg.jpg) no-repeat center center ;
    background-size: cover;
    padding: 140px 0  0px 0; 
    height: var(--ipx-height);
}
.ip2 .tit{
    text-align: center;
    color: #fff;
}
.ip2_list{
    display: flex;
    justify-content: space-between;
    padding-top: 65px;
}


.ip2_list .item {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    padding:10px;
    color: #fff;
}

.ip2_list .item  h3{
    padding: 35px 0 20px 0;
    font-size:32px;
}
.ip2_list .item  h3 span{
    font-size: var(--font-size-xxxl);
    font-weight: bold;
    margin-right: 18px;
}
.ip2_list .item  p{
    font-size: var(--font-size-ld);
    line-height: 24px;
    text-align: center;
}


/*第三层*/

.ip3_list {transition:ease 0.5s all;-moz-transition: ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;}

.ip3{
    padding: var(--pad-width) 20px ;
    color: #fff;
}
.ip3 .tit{
    text-align: center;
}
.ip3 .tit h3{
    font-weight: bold;
    margin-bottom: 50px;
}
.ip3_list{
    padding-top: 90px;
}
.ip3 .swiper-button-next,.ip3 .swiper-button-prev,.br3 .swiper-button-next,.br3 .swiper-button-prev,.br5 .swiper-button-next,.br5 .swiper-button-prev,.me8_page .swiper-button-next,.me8_page .swiper-button-prev,.ab4_img .swiper-button-prev,.ab4_img .swiper-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: 80px;
    height: 80px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;  
    border-radius: 50%;
    background-color: #fff;
}

.ip3  .swiper-button-next:after,.ip3  .swiper-button-prev:after,.br3  .swiper-button-prev:after,.br3  .swiper-button-next:after,.br5  .swiper-button-prev:after,.br5  .swiper-button-next:after,.me8_page .swiper-button-next:after,.me8_page .swiper-button-prev:after,.ab4_img .swiper-button-prev:after,.ab4_img .swiper-button-next:after  { 
    font-size: 20px;
    font-weight: bold;
}
.ip3_list .info{
    text-align: center;
    padding-top: 30px;
}
.ip3_list a p{
    font-size: var(--font-size-lg);
    color: #111;
    font-weight: bold;
    line-height: 1.8;
    display: inline-block;
    border-bottom: 2px solid #fff;
}
.ip3_list a:hover p{
    border-bottom: 2px solid #111;
}



.ip4_list {transition:ease 0.5s all;-moz-transition: ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;}

.ip4{
    background: url(/static/images/ip4_bg.jpg) no-repeat center center;
    background-size: cover;
    padding:50px 0 ;
    height: var(--ipx-height);
}
.ip4 .warp{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.ip4 .info{
    text-align: center;
    color: #fff;
}
.ip4 .info h4{
    font-size: var(--font-size-x);
    font-weight: bold;
    padding:0px 0 20px 0;
}
.ip4 .info a{
    font-size: var(--font-size-md);
    line-height: 24px;
    color: #fff;
}
.ip4 .info a:hover,.ip5 .info a:hover,.ip7 .info a:hover{
    text-decoration: underline;
}

.ip5{
    background: url(/static/images/ip5_bg.jpg) no-repeat center center;
    background-size: cover;
    padding:50px 0 ;
    height: var(--ipx-height);
}
.ip5 .warp{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.ip5 .info{
    text-align: center;
    color: #fff;
}
.ip5 .info h4{
    font-size: var(--font-size-x);
    font-weight: bold;
    padding:0px 0 20px 0;
}
.ip5 .info a{
    font-size: var(--font-size-md);
    line-height: 24px;
    color: #fff;
}



.ip6{
    padding: var(--pad-width) 0 ;
}
.ip6 .tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom:50px;
}
.ip6 .tit h4{
    padding-bottom: 0;
}
.ip6_list{
    position: relative;
}
.ip6_list .item{
    padding-top: 80px;
}
.ip6_list a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ip6_list time{
    width: 120px;
    font-size: var(--font-size-md);
    color: #8f8f8f;
}
.ip6_list .ip6_img{
    text-align: right;
}
.ip6_list .info{
    padding: 0 100px;
    width: 48%;
}
.ip6_list .info h4{
    font-size: var(--font-size-lg);
    color: #111;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 25px;
}
.ip6_list .info p{
    font-size: var(--font-size-sm);
    color: #4f4f4f;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
   
}
.ip6_list a:hover .info h4{
    color: #b92b31;
}

.ip7{
    background: url(/static/images/ip7_bg.jpg) no-repeat center center;
    background-size: cover;
    padding:var(--pad-width) 0  0 0;
    height: var(--ipx-height);
}
.ip7 .warp{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.ip7 .info{
    text-align: center;
    color: #fff;
}
.ip7 .info h4{
    font-size: var(--font-size-x);
    font-weight: bold;
    padding:0px 0 20px 0;
}
.ip7 .info a{
    font-size: var(--font-size-md);
    line-height: 24px;
    color: #fff;
}



/* .ip6_page.swiper-button-disabled{
    display: none;
} */

/*内页*/
/*banners-start*/
.banners,.banners2{ 
    background-size: cover !important;   
    position: relative;
    height: var(--ipx-height);
}

.about{ background: url(/static/images/banners/banner-about.jpg) center center no-repeat;}
.about2{ background: url(/static/images/banners/banner-about2.jpg) center center no-repeat;}
.about3{ background: url(/static/images/banners/banner-about3.jpg) center center no-repeat;}
.product{ background: url(/static/images/banners/banner-product.jpg) center center no-repeat;}
.case{ background: url(/static/images/banners/banner-case.jpg) center center no-repeat;}
.service{ background: url(/static/images/banners/banner-service.jpg) center center no-repeat;}
.news{ background: url(/static/images/banners/banner-news.jpg) center center no-repeat;}
.news2{ background: url(/static/images/banners/banner-news2.jpg) center center no-repeat;}
.shop{ background: url(/static/images/banners/banner-shop.jpg) center center no-repeat;}
.contact{ background: url(/static/images/banners/banner-contact.jpg) center center no-repeat;}
.search1{
    background-color: #404040;
    height: 600px;
    padding-top: var(--pad-width);
}
.search1 h4{
    font-size: var(--font-size-lx);
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    
}

.banners  .bans_warp{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.search1 .bans_warp{
    align-items: center;
}

.search1 .header .warp{
    border-bottom: 1px solid #666666;
}

.banners .info{
    color: #fff;
    padding-bottom: 80px;
    text-align: center;
}

.banners .info h3{
    font-size: var(--font-size-xl);
    line-height: 40px;
    padding-bottom:20px;
    display: block;
}
.banners .info p{
    font-size: var(--font-size-lg);
    letter-spacing: 15px;
    line-height: 1.3;
    text-transform: uppercase;
}


/*banners-end*/






/*内页通用*/
.intit{
    text-align: center;
   
}

.intit h3{
   font-weight:bold;
   font-size: var(--font-size-lx);
   color: #111;
   line-height: 52px;
   margin-bottom: 50px;
}

.intit p{
   font-size: var( --font-size-md);
   color: #636363;
   line-height: 40px;
   text-transform: uppercase;
}


/*通用*/



/*about-start*/

.ab1{
    position: relative;
    padding: var(--pad-width) 0 ;
}

.ab1 .ab1_list{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ab1_left{
    width: 40%;
}
.ab1_info{
    width: 60%;
}
.ab1_left h3{
    color: #111;
    font-size: var(--font-size-x);
    font-weight: bold;
    line-height:60px;
    margin: 60px 0;
}
.ab1_left h5{
    font-size: var(--font-size-lg);
    color: #111;
    line-height: 40px;
}


.ab1_info p{
    font-size:var(--font-size-md);
    color: #111;
    line-height: 40px;
    padding-bottom: 45px;
}
.ab1_info p:last-child{
    padding-bottom: 0px;
}

.ab1_num{
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
}
.ab1_num .item {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    padding:10px;
    color: #333;
}
.ab1_num .item  h3{
    padding: 0px 0 20px 0;
    font-size: var(--font-size-md);
}
.ab1_num .item  h3 span{
    font-size: var(--font-size-xxxl);
    font-weight: bold;
    margin-right: 18px;
    color: #b92b31;
}
.ab1_num .item  p{
    font-size: var(--font-size-ld);
    line-height: 24px;
}




.ab3{
    padding: var(--pad-width) 0  ;
    
}
.ab3_box{
    background: url(/static/images/about/ab3_bg.jpg) center bottom no-repeat ;
    background-size: cover;
    padding: 80px 80px 0px 80px;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 120px;
    
}
.ab3_img{
    display: flex;
    align-items: flex-end;   
}
.ab3_txt{
    padding-bottom: 60px;
}

.ab3_txt h3{
    font-size: var(--font-size-lx);
    font-weight: bold;
    text-align: center;
    color: #b92b31;
    line-height: 80px;
    padding-bottom: 40px;
}
.ab3_txt h4{
    font-size: var(--font-size-lg);
    color: #111;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 60px;
}
.ab3_txt p{
    font-size: var(--font-size-md);
    color: #111;
    line-height: 40px;
    padding-bottom: 45px;
}
.ab3_txt .write{
    text-align: right;
    padding-top: 20px;
}





.ab4_img{
    padding-top: 60px;
}
.ab4_img .info{
    position: relative;
}
.ab4_img .info img{
    width: 100%;
}
.ab4_img .info p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 40px 40px 40px;
    text-align: center;
    font-size: var(--font-size-ld);
    line-height: 40px;
    color: #fff;
    font-weight: bold;
}


.ab5{
    padding: var(--pad-width) 0 ;
}
.ab5_list{
    display: grid;
    grid-template-columns: repeat(7,1fr);
    grid-gap: 50px;
    grid-row-gap: 70px;
    position: relative;
    margin-top: 100px;
}
.ab5_list .item{
    text-align: center;
}
.ab5_list .item p{
    line-height: 50px;
    font-size: var(--font-size-sm);
    text-transform: uppercase;
}

/*about-end*/
/*brand*/
.br1{
    padding: var(--pad-width) 0 ;
}
.br1_list {
    display: grid;
    margin-top: 80px;
    grid-template-columns: repeat(4,1fr);
}
.br1_list .item{
    display: flex;
    justify-content: center;
    align-items: center;
}
.br1_list .item .quan{
    border: 1px solid #363636;
    padding: 20px;
    text-align: center;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.br1_list .item h5{
    font-size: var(--font-size-lg);
    color: #111;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}
.br1_list .item p{
    font-size: var(--font-size-md);
    color: #111;
    line-height: 32px;
    text-align: center;
}
.br2{
    padding:0 0 100px 0;
}
.br2_img{
    padding-top: 60px;
    padding-left: 25px;
    padding-right: 25px;
}
.br2_img p{
    text-align: center;
    line-height: 36px;
    font-size: var(--font-size-lg);
    font-weight: bold;
    color: #111;
    margin-top: 25px;
}

.br3 .swiper-slide{
    height: var(--ipx-height);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.br3 .info{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}
.br3 .info p{
    
    text-align: center;
    font-size: var(--font-size-x);
    color: #fff;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 80px;
}
.br4{
    padding-top: var(--pad-width);
}

.br4_list{
    background: #f5f5f5;
    margin-top: 180px;
}
.br4_block{
    padding: 0px 80px;
    display: grid;
    grid-template-columns: auto 50%;
    grid-gap: 100px;
}
.br4_block .img{
    margin-bottom: -100px;
}
.br4_block img{
    transform: translateY(-100px);
}
.br4_block .info{
    padding-top: var(--pad-width);
    padding-left: 35px;
}

.br4_block .info h3{
    font-size: var(--font-size-xl);
    font-weight: bold;
    color: #b92b31;
    line-height: 80px;
    padding-bottom: 40px;
}
.br4_block .info h5{
    font-size: var(--font-size-lg);
    color: #111;
    line-height: 40px;
    font-weight: bold;
    padding-bottom: 60px;
}
.br4_block .info p{
    font-size: var(--font-size-md);
    color: #111;
    line-height: 40px;
    padding-bottom: 40px;
}


.br4_list2{
    background: #f5f5f5;
    margin-top: 260px;
}
.br4_block2{
    padding: 0px 80px;
    display: grid;
    grid-template-columns: auto 50%;
    grid-gap: 100px;
}
.br4_block2 .img{
    margin-bottom: -190px;
}
.br4_block2 img{
    transform: translateY(-190px);
    
}
.br4_block2 .info{
    padding-top: var(--pad-width);
    padding-left: 60px;
}

.br4_block2 .info h3{
    font-size: var(--font-size-xl);
    font-weight: bold;
    color: #b92b31;
    line-height: 80px;
    padding-bottom: 40px;
}
.br4_block2 .info h5{
    font-size: var(--font-size-lg);
    color: #111;
    line-height: 40px;
    font-weight: bold;
    padding-bottom: 60px;
}
.br4_block2 .info p{
    font-size: var(--font-size-md);
    color: #111;
    line-height: 40px;
    padding-bottom: 40px;
}
.br4_block2 .img{
    text-align: right;
}

.br5{
    padding: var(--pad-width) 0 ;
}
.br5_list{
    padding:0 20px;
    margin-top: 80px;
}


.br6{
    background: url(/static/images/brand/br6_bg.jpg) center center no-repeat;
    background-size: cover;
    height: 700px;
}
.br6 .warp{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.br6 .intit h3,.br6 .intit p{
    color: #fff;
}
.br6 .intit a{
    width: 183px;
    border: 1px solid #fff;
    border-radius: 27px;
    line-height: 48px;
    display: inline-block;
    color: #fff;
    padding-left: 20px;
    font-size: var(--font-size-md);
    margin-top: 60px;
    position: relative;
    text-align: left;
}
.br6 .intit a:after{
    content: "\e79c";
    font-family: "iconfont" !important;
    font-size:30px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: ease 0.5s all;
}

.br6 .intit a:hover{
    border: 1px solid #b92b31;
    color: #b92b31;
}
.br6 .intit a:hover:after{
    color: #b92b31;
}
/*material*/
.me1{
    padding: var(--pad-width) 0;
}
.me1_list{
    padding: 0 13%;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}


.me2{
    background: url(/static/images/material/me2_bg.jpg) center center no-repeat;
    background-size: cover;
    height: var(--ipx-height);
    display: flex;
    justify-content: center;
    align-items: center;
}
.me2 .info{
    width: 700px;
    padding: 50px 0;
    background-color: rgba(255, 255, 255, 0.85);
    text-align: center;
}
.me2 .info h5{
    font-size: var(--font-size-x);
    font-family: Arial;
    color: #111;
    line-height: 40px;
    font-weight: bold;
    padding-bottom: 90px;
}
.me2 .info h4{
    font-size: var(--font-size-x);
    color: #111;
    line-height: 40px;
    padding-bottom: 20px;
}
.me2 .info h3{
    font-size: var(--font-size-xx);
    color: #111;
    line-height: 40px;
    font-weight: bold;
    padding-bottom: 90px;
}
.me2 .info p{
    font-size: var(--font-size-md);
    color: #636363;
    line-height: 30px;
}
.me3{
    padding: var(--pad-width) 0;
    background-color: #f5f5f5;
}
.me3_list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 25px;
    padding: 0 25px;
    margin-top: 80px;
}

.me3_list .item p{
    text-align: center;
    line-height: 36px;
    font-size: var(--font-size-lg);
    font-weight: bold;
    color: #111;
    margin-top: 25px;
}


.me4{
    padding: var(--pad-width) 0 0 0;
}

/*外层大网格 3列*/
.wood-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    gap: 20px;
    padding: 0 20px;
    margin-top: 80px;
}
.wood-item {
    position: relative;
    overflow: hidden;
}
/*第一、二列，纵向跨2行，占满整列高度*/
.col-span-2row {
    grid-row: span 2;
}
.wood-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/*底部悬浮文字标签*/
.label {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: var(--font-size-lg);
    font-weight: bold;
    
}
/*第三列下方内部子网格，分成2栏*/
.inner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr ;
    gap: 20px;
    height: 100%;
}
/*手机适配：变成单列*/
@media (max-width:768px) {
    .wood-wrap {
        grid-template-columns: 1fr;
    }
    .col-span-2row {
        grid-row: span 1;
    }
    .inner-grid {
        grid-template-columns: 1fr;
    }
}

.me5{
    background-color: #fff;
}

.me6{
    background: url(/static/images/material/me6_bg.jpg) no-repeat center center;
    background-size: cover;
    padding:50px 0 ;
    height: var(--ipx-height);
}
.me6 .warp{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.me6 .info{
    text-align: center;
    color: #fff;
}
.me6 .info h4{
    font-size: var(--font-size-x);
    font-weight: bold;
    padding:0px 0 20px 0;
}
.me6 .info p{
    font-size: var(--font-size-md);
    line-height: 24px;
    color: #fff;
}


.me7{
    padding: var(--pad-width) 0;
}
.me7 .img{
    text-align: center;
    margin-top: 80px;
}

.me8{
    display: flex;
    justify-content: space-between;
    padding:0 0 var(--pad-width) 0;
}
.me8_left{
    width: 33%;
    padding-left: calc((100% - 1600px)/2);
    padding-right: calc((100% - 1600px)/2);
    padding-top: 40px;
}
.me8_left h4{
    font-size: var(--font-size-lx);
    font-weight: bold;
    padding-bottom: 55px;
    color: #111;
    line-height: 52px;
}
.me8_left p{
    font-size: var(--font-size-md);
    color: #636363;
    line-height: 36px;
}
.me8_page{
    position: relative;
    height: 80px;
    display: flex;
    justify-content:  flex-start;
    align-items: center;
    margin-top: 80px;
    
}
.me8_page .swiper-button-next,.me8_page .swiper-button-prev{
    border: 1px solid #252525;
    color: #252525;
    position: static;
    top: 0;
    right: 0;
    left: 0;
    margin-top: 0;
}
.me8_page .swiper-button-prev{
    margin-right: 20px;
}
.me8_right{
    width: 66%;
}
.me8_right p{
    text-align: center;
    line-height: 36px;
    font-size: var(--font-size-lg);
    font-weight: bold;
    color: #111;
    margin-top: 25px;
}


/*product*/
.p_list{
    padding: var(--pad-width) 0 40px 0;
}
.p_list .warp{
    text-align: center;
}
.p_list .warp a{
    display: inline-block;
    font-size: var(--font-size-lg);
    color: #111;
    margin: 0 60px;
    position: relative;
    padding-bottom: 8px; 
    margin-bottom: 20px;   
}
.p_list .warp a:hover,.p_list .warp a.cur{
    font-weight: bold;
}
.p_list .warp a:hover::after,.p_list .warp a.cur::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #111;
    transition: all 0.3s ease-in-out;
}



.pro1{
    padding-bottom: var(--pad-width);
}
.pro1 .warp{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
    grid-row-gap:80px;
    padding-bottom: 50px;
}
.pro1 a{
    text-align: center;
}
.pro1 a p{
    font-size: var(--font-size-ld);
    line-height: 30px;
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #fff;
    margin: 30px 0 0 0;
}

.pro1 a:hover p{
    border-bottom: 2px solid #111;
    font-weight: bold;
}

/*proshow*/
.proshow{
    padding: var(--pad-width) 0;
}
.proshow .title{
    text-align: center;
}
.proshow .title h3{
    font-size: var(--font-size-lx);
    font-weight: bold;
    padding-bottom: 30px;
    color: #111;
}
.proshow .title p{
    font-size: var(--font-size-ld);
    color: #8f8f8f;
    line-height: 30px;
    color: #636363;
}
.proshow .memo{
    padding-top: 60px;
}

.proshow .memo p{
    font-size: var(--font-size-ld);
    line-height: 40px;
    color: #636363;
    padding-bottom: 50px;
}
.proshow .memo p strong{
    font-size: 1em;
    color: #111111;
}

.btns{ 
    padding: 50px 0 0px 0; 
    display: flex; 
    justify-content: space-between; 
    width: 100%; 
}
.btns a {
    display: flex;
    justify-content: space-between; 
    align-items:  center;
    background: #dbdbdb;
    padding: 15px 40px;
    border-radius: 5px;
    width: 260px;
}



.btns a span {
    font-size: 20px;
    line-height: 32px;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #000;
    border-radius: 18px;
    border:1px solid #000;
}

.btns a p {
    font-size: 1.6em;
    color: #000;
    line-height: 1.5;
}

.btns .next .type {
    order: -1;
}

.btns .next span {
    order: 2;
    transform: rotate(180deg);
}

.btns a:hover {
    background-color: #111;
}
.btns a:hover span{
    color: #fff;
    border:1px solid rgba(255,255,255,0.5);
}
.btns a:hover p {
    color: #fff;
}


/*news*/
.news1{
    padding: var(--pad-width) 0;
}

.news_box .item{
    padding-bottom:80px;
}

.news_box a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_box time{
    font-size: var(--font-size-md);
    color: #8f8f8f;
}

.news_box .info{
    padding: 0 100px ;
    width: calc(100% - 820px);
}
.news_box .info h4{
    font-size: var(--font-size-lg);
    color: #111;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 25px;
}
.news_box .info p{
    font-size: var(--font-size-sm);
    color: #4f4f4f;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
   
}

.news_box .info span{
    font-size: var(--font-size-md);
    color: #333;
    margin-top: 60px;
    line-height: 30px;
    width: 116px;
    display: flex;
    justify-content: space-between;
}
.news_box .info span i{
    font-size: 30px;
}
.news_box a:hover .info h4,.news_box a:hover .info span,.news_box a:hover .info i{
    color: #b92b31;
}

.ip6_list .info {
    padding: 0 60px;
    width: 48%;
}

.ip6_img{
    width: 620px;
}


/*newsshow*/
.newsshow{
    padding: var(--pad-width) 0;
}
.newsshow .title{
    text-align: center;
}
.newsshow .title h3{
    font-size: var(--font-size-lg);
    line-height: 1.3;
    font-weight: bold;
    padding-bottom: 30px;
    color: #111;
}
.newsshow .title p{
    font-size: var(--font-size-md);
    color: #8f8f8f;
    line-height: 30px;
    color: #636363;
}
.newsshow .memo{
    padding-top: 60px;
}
.newsshow .memo img{
    margin-bottom: 50px;
}
.newsshow .memo p{
    font-size: var(--font-size-ld);
    line-height: 40px;
    color: #636363;
    padding-bottom: 50px;
}
.newsshow .memo p strong{
    font-size: 1em;
    color: #111111;
}
.news_page{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid #cdcdcd;
    padding-top: 50px;
    margin-top: 30px;
}
.page_box{
    width: 50%;
}
.page_box a{
    display: block;
    color: #8f8f8f;
    font-size: var(--font-size-md);
    margin-bottom: 20px;
    line-height: 1.4;
}
.page_box a:last-child{
    margin-bottom: 0;
}
.back a{
    width: 183px;
    border: 1px solid #8f8f8f;
    border-radius: 24px;
    line-height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #8f8f8f;
    padding-left: 20px;
    font-size: var(--font-size-md);
}

.back a i{
    font-size: 30px;
    margin-right: 15px;
    color: #8f8f8f;
}

.back a:hover i{
    color: var(--secondary-color);
}

/*newsshow*/

/*shop*/
.shop1{
    padding: var(--pad-width) 0 100px 0;
}
.map_list{
    display: grid;
    grid-template-columns: 60% 40%;
}
.map_list .img{
    background: url(/static/images/shop/shop_img.jpg) no-repeat center center;
    background-size: cover;
}
.map_list .info{
    padding: 80px 100px;
    background-color: #f5f5f5;
}
.shopcity {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}
.shopcity .layui-input{
    height: 50px;
    font-size: 16px;
    padding-left: 20px;
}
.shopcity  .layui-form-select dl dd {
    font-size: 14px;
}

.shopcity .layui-input:focus,.layui-textarea:focus {
	border-color: #b92b31!important;
	box-shadow: 0 0 0 3px rgba(22,183,119,.08)
}
.shopcity .layui-form-select dl dd.layui-this {
    background-color: #f8f8f8;
    color: #b92b31;
    font-weight: 700;
}
.shopcity .layui-input-wrap .layui-input:focus+.layui-input-split {
	border-color: #b92b31
}
.layui-form-checked,.layui-form-checked:hover {
	border-color: #b92b31
}

.shopcity .layui-form-select dl{
    top: 48px;
}

.city_list{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 50px;
    margin-top: 60px;
    max-height: 420px;
    overflow-y: auto;
    padding-bottom: 20px;
}
.city_list h5{
    font-size: var(--font-size-ld);
    font-weight: bold;
    color: #111;
    margin-bottom: 30px;
    line-height: 1.3;
}
.city_list a{
    
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.city_list a img{
    margin-right: 10px;
}
.city_list a p{
    font-size: var( --font-size-sm);
    line-height: 30px;
    color: #8f8f8f;
}
.layui-form-item .layui-input-inline.shop_int{
    width: 400px;
}

/*contact*/
.con1{  
    padding: var(--pad-width) 0;
}
.con1 .con1_list{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    background-color: #fff;
}
.con1 .con1_list .item{
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    align-items: flex-start;
    grid-gap:0px;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 60px;
    margin-bottom:60px;
}
.con1 .con1_list .item:last-child{
    border-bottom: none;
    margin-bottom:0px;
    padding-bottom: 0px;
}
.con1 .con1_list .txt{
    text-align: right;
    padding-left: 160px;

}
.con1 .con1_list .txt p{
    font-size: var(--font-size-ld);
    color: #8f8f8f;
    line-height: 50px;

}
.con1 .con1_list h4{
    font-size: var(--font-size-lx);
    color: #111;
    margin-bottom: 30px;
    line-height: 50px;
}
.con1 .con1_list .tel p{
    font-size: var(--font-size-lx);
    font-weight: bold;
    color: #111;
    line-height: 50px;
}


.con2{
    padding:0 ;
    height: 700px;
    background: url(/static/images/contact/con_map.jpg) no-repeat center center;
    background-size: cover;
}

.con3{
    padding: var(--pad-width) 0;
    background-color: #fff;
}

.con3 .warp{
    display: flex;
    justify-content: space-between;
}
.con3 .warp .info{
    width: 30%;
}
.con3 .warp .info h3{
    font-size: var(--font-size-lx);
    font-weight: bold;
    color: #111;
    margin-bottom: 50px;
    line-height: 50px;
}
.con3 .warp .info p{
    font-size: var(--font-size-md);
    line-height: 30px;
    color: #636363;
}


.feed_form{
    width: 60%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap:40px;
    grid-column-gap: 100px; 
    padding-top: 75px;
}
.feed_form .dot p{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    display: block;
    padding-bottom: 15px;
}
.feed_form .dot input{
    width: 100%;
    height: 68px;
    line-height: 68px;
    font-size:18px;
    outline: none;
    border: 0; 
    border-bottom: 1px solid #c5c5c5;
    color: #111;
}


.feed_form .dot:nth-child(5),.feed_form .dot:nth-child(6){
    grid-column: 1 / -1
}

.feed_form .dot textarea{
    width: 100%;
    font-size:18px;
    line-height:36px;
    height: 200px;
    outline: none;
    border: 0; 
    border-bottom: 1px solid #c5c5c5;
    padding: 15px 0px;
    font-family: "微软雅黑";
    color: #111;
}

.feed_form .dot input::placeholder, .feed_form .dot textarea::placeholder {
    color:#8f8f8f; 
    font-size: var(--font-size-md);  
    font-family: "微软雅黑"; 
}

.feed_form .dot:hover input::placeholder, .feed_form .dot:hover textarea::placeholder {
    color:#8f8f8f; 
    font-size: var(--font-size-md); 
    font-family: "微软雅黑";
    
}


.feed_form .dot:nth-child(6){
    padding: 20px 0;
}
.feed_form .dot button{
    border: 1px solid #333;
    line-height: 46px;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    border-radius:23px ;
    padding: 0 50px  0 30px;
    position: relative;
    background-color: #fff;
    cursor: pointer;
}
.feed_form .dot button::after{
    content: "\e79c";
    font-family: "iconfont";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}


.search-box{
    position: relative;
}
.search_info{
    position: absolute;
    top:-40px;
    width: 100%;
    height: 80px;
}
.search_info input{
    width: 100%;
    height: 80px;
    padding: 0 35px;
    font-size: 1.4rem;
    line-height: 24px;
    border: 0;
    outline: none;
    color: #8f8f8f;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: url(/static/images/fangda2.jpg) right 30px center  no-repeat #fff;
}
.search_info input::placeholder{
    color: #8f8f8f;
    font-size: var(--font-size-ld);
    font-weight: normal;
}

.search_result{
    padding: 140px 0  60px 0;
}

.search_result .intit h3{
    font-size: var(--font-size-xl);
    line-height: 1;
    padding-bottom:20px;
    display: block;
    font-weight: normal;
    margin-bottom: 0;
}
.search_result .intit p{
    font-size: var(--font-size-lg);
    letter-spacing: 10px;
}
