@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('/static/fonts/iconfont.ttf?t=175232323396846') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-weixin:before {
  content: "\f0106";
}

.icon-bofang:before {
  content: "\e626";
}
.icon-xiaohongshu:before {
  content: "\e629";
}

.icon-douyin:before {
  content: "\e8db";
}

.icon-shipinhao:before {
  content: "\e60d";
}



/*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;} 
.clearfix{*zoom:1;/*IE/7/6*/}

.hide{
    display: none;
}
.show{
    display: block;
}

.warp{max-width:1700px;margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp2{max-width:1550px;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: #dfbb06; /* 次要色调 */
  --text-color: #555555; /* 默认文本颜色 */
  --light-color: #b3ccff; /* 浅色背景 */
  --dark-color: #000000; /* 深色文本 */
  --accent-color: #ff6b00; /* 强调色 */

  --swiper-theme-color: #000;

  /* 文字大小参数 */
  --font-size-xs: 1.4rem; /* 超小字体 */
    --font-size-sm: 1.6rem; /* 小字体 */
    --font-size-md: 1.8rem; /* 中等字体 */
    --font-size-ld: 2rem; /* 中等字体 */
    --font-size-lh: 2.2rem; /* 中等字体 */
    --font-size-lg: 2.4rem; /* 大字体 */
    --font-size-ls: 2.6rem; /* 大字体 */
    --font-size-lx: 3rem; /* 大字体 */
    --font-size-x: 3.6rem; /* 超大字体 */
    --font-size-xl: 4.8rem; /* 超大字体 */
    --font-size-xlx: 5.4rem; /* 超大字体 */
}


/*间距结束*/
/*盒子*/
.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%;
    padding-top: 50px;
}
.Pagination li{display: inline-block;}
.Pagination a:hover{
    color: #fff;
    border: 1px solid #000;
    background-color: #000;
}

.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 #000;
    background-color: #000;
}


/*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: 45px;right: 30px;	z-index: 10;display: none !important;}
#hamburger:before, #hamburger:after, #hamburger span { background:#000; 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: #000;}
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{  
    text-align: center;
    position:absolute;
    left: 0;
    top: 40px;
    width: 100%;
    z-index: 10;    
}


.header .logo{
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .header nav{
    display: grid;
    grid-template-columns: repeat(6,auto);
    gap: 30px;
    align-items:center; 
    text-align: center;
   
} */

.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 15px;
    
}
.header nav a{
    font-size: var(--font-size-sm);
    color: #fff;
    margin: 0 15px;
    display: flex;
    align-items: center;
    position: relative;
    line-height:60px;

}

.header nav .item::after{
  content: '';
  position: absolute;
  bottom: 0px;
  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%;
}

.inside .header_bg{
    background-color: #fff;
    padding-top: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.inside .header{
    box-shadow: none;
}


/*下拉*/
.header nav .item .mud{
  position: absolute;
  top: 100%;
  width: auto;
  z-index: 988;
  left: 50%;
  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: #fff;
  text-align: center;
  white-space: nowrap;
  line-height:35px;
  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{
  
  color: var(--secondary-color);
}
.header nav .item:hover .mud{
  height: auto;
  opacity: 1;
}

.header.up{ top:-200px; background:#fff;}

#m1 #a1::after,#m2 #a2::after,#m3 #a3::after,#m4 #a4::after,#m5 #a5::after{
    width: 100%;
}




/* 
.header nav a{
    font-size: var(--font-size-sm);
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 72px;
    font-weight: 600;
    padding: 0 30px;
    position: relative;

}

.header nav a::after{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--secondary-color);
  transition: ease .5s all;
  -moz-transition: ease .5s all;
}
.header nav a:hover:after{
    width: 100%;
} */





/*内页导航*/

.inside .header,.faside .header{
    background: none;
    box-shadow: none;
    position: absolute;
    top: 40px;
    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 a:hover{
    color: var(--secondary-color);
}
/*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: #1b1b1b;
    padding: 100px 0 0px 0;
}

.fo1 .warp{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fo_left nav{
    border-bottom: 1px solid #9b850c;
    padding-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    align-items: center;
    gap: 90px;
    margin-bottom: 70px;
}
.fo_left nav a{
    font-size: var(--font-size-sm);
    color: #fff;
}
.fo_left nav a:hover{
    text-decoration: underline;
}
.fo_left .info{
    
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 180px;
    grid-row-gap: 40px;
   
}
.fo_left .info b{
    font-size: var(--font-size-lg);
    color: #826745;
    display:flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 50px;
    padding-bottom: 20px;
}

.fo_left .info b span{
    font-size: var(--font-size-xl);
    display: inline-block;
}


.fo_left .info p{
    font-size: var(--font-size-sm);
    color: #fff;
    padding-bottom: 20px;
}

.fo_right b{
    font-size: var(--font-size-md);
    color: #fff;
    display: block;
    padding-bottom: 35px;
    font-weight: lighter;
}
.fo_ewm{
    text-align: center;
    padding-bottom: 40px;
}
.fo_ewm img{
    padding: 5px;
    background-color: #fff;
}


.fo_fx{
    display: grid;
    grid-template-columns: repeat(4,auto);
    gap: 35px;
    align-items: center;
    padding-bottom: 20px;
}
.fo_fx a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fo_fx a .icon{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-bottom: 10px;  
        
}
.fo_fx a p{
    font-size: 12px;
    color: #b3b2b2;
}
.fo_fx a span{
    font-size: 30px;
    color: #fff;
}
.fo_fx a:hover .icon{
    background-color: #7e6a34;
    border: 1px solid #7e6a34;
}


.fo_fx .icon{
    position: relative;
}
.fo_fx .icon .code{
    position: absolute;
    width: 120px;
    height: 120px;
    padding: 10px;
    background-color: #fff;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.fo_fx .icon .code img{
    width: 100%;
}
.fo_fx .icon:hover .code{
    opacity: 1;
}


.copyright{
    padding-top: 15px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
}
.copyright p{
    color: #b3b2b2;
    font-size: 14px;
}
.copyright a{
    color: #b3b2b2;
    font-size: 14px;
}
.copyright a:hover{
    text-decoration: underline;
}

.fo2 b,.fo2 p{
    font-size: var(--font-size-sm);
    color: #fff;
    padding-bottom: 20px;
    font-weight: normal;
}
.fo2 .fo2_box{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 240px;
    width: 70%;
}





.fo4 img{
    width: 100%;
    padding-top: 100px;
}

.bottomlist{ background:#000; 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{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.banner .txt,.banners .txt{
    height: 100%;
    width: 100%;
}
.inside .banner .txt{
    position: relative;
}
.banner .txt .warp2,.banners .txt .warp2{
    
    height: 100%;
}
.banner .info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width: 420px;
}
.banners .info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
.inside .banners .info{
   text-align: left;
   align-items:  flex-start;
   position: relative;
}
.banner .info h3,.banners .info h3{
    font-size: var(--font-size-xl);
    color: #fff;
    margin-bottom: 25px;

}
.banner .info h4{
    font-size: var(--font-size-ls);
    color: #fff;
    margin-top: 25px;

}
.banners .info h4{
    font-size: var(--font-size-lx);
    color: #fff;
    margin-top: 25px;

}

.banner .info p,.banners .info p{
    font-size: var(--font-size-sm);
    color: #fff;
    line-height: 30px;
    max-width: 620px;

}

.play{
    position: absolute;
    right: 170px;
    bottom: 80px;
}
.play a span{
    font-size: 86px;
    color: #fff;
}


.inside .banner .play{
   right: auto;
   left:0px;
   
}
.inside .banner .play a{
    font-size: var(--font-size-sm);
    color: #fff;
}



/*public*/
.tit{
    color: #231815;
}
.tit h2{
    font-size: var(--font-size-xl);
    font-weight: lighter;
    line-height: 1;
    padding-bottom:25px;
    display: block;
}
.tit b{
    font-size: var(--font-size-lx);
    display: block;
}

/*通用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:210px 0 150px 0;
    background: url(/static/images/ip1_img.jpg) no-repeat right bottom #fcfefb;
    background-size: auto;
}

.ip1_s{
    display: none;
    padding: 20px 0px 20px 20px;
    background-color: #fcfefb; 
}
.ip1_list .tit{
    padding-bottom: 90px;
}
.ip1_list p{
    font-size: 14px;
    color: #231815;
    line-height: 24px;
    font-weight: lighter;
    padding-bottom: 50px;
}
.ip1_list a:hover{
    text-decoration: underline;
    color: #231815;
}
.ip1_list i{
    font-size: var(--font-size-md);
    color: #231815;
    line-height: 24px;
    font-style: normal;
    font-weight: bold;
}
.ip1_list .hor{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 110px;
}
.ip1_list .hor .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}
.ip1_list .hor .img{
    border: 1px solid #231815;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.ip1_list .hor p{
    font-size: 12px;
    color: #231815;
}

/*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{
    padding: 170px 0; 
}

.ip2 .tit{
    text-align: center;
    padding-bottom: 90px;
}


.ip2_list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap:35px;
}


.ip2_list .item {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
}
.ip2_list .item .img{
    position: relative;
    overflow: hidden;
}
.ip2_list .item .img .more{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: var(--font-size-md);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 50px;
    transition: ease 0.5s all;-moz-transition: ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;
}
.ip2_list .item .img .more i{
    font-style: normal;
    font-size: var(--font-size-md);
    text-transform: uppercase;
}
.ip2_list .item .img:hover .more{
    top: 0;
}
.ip2_list .item p{
    font-size: var(--font-size-ld);
    color: #000;
    text-align: center;
    line-height: 80px;
}
.ip2_list .item:hover p{
    font-weight: bold;

}

/*第三层*/

.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{
    background: url(/static/images/ip3_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0 ;
    height: 1040px;
}
.ip3 .tit{
    color: #fff;
}
.ip3 .tit h2{
    font-size: var(--font-size-lh);
    line-height: 1.3;
}
.ip3 .tit b{
    font-size: var(--font-size-xl);
    font-weight: normal;
    padding-bottom: 70px;
}
.ip3 .tit i{
    font-size: var(--font-size-md);
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
}
.ip3 .tit a:hover{
    text-decoration: underline;
    color: #fff;
}


.ip4{
    background: url(/static/images/ip4_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0 ;
    height: 1040px;
}
.ip4 .tit{
    color: #000;
}
.ip4 .tit h2{
    font-size: var(--font-size-lh);
    line-height: 1.3;
}
.ip4 .tit b{
    font-size: var(--font-size-xl);
    font-weight: normal;
    padding-bottom: 70px;
}
.ip4 .tit i{
    font-size: var(--font-size-md);
    font-style: normal;
    text-transform: uppercase;
}
.ip4 .tit a:hover{
    text-decoration: underline;
    color: #000;
}





.ip5{
    padding: 100px 0;
    background: #f0f0f0;
}
.ip5 .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 70px;
    flex-wrap: wrap;
}
.ip5 .title h2{
    text-transform: uppercase;
    padding-bottom: 30px;
}

.ip5_list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap:100px;
}

.new_link a{
    font-size: var(--font-size-md);
    border: 1px solid #f0f0f0;
    padding: 10px 24px;
    margin-right: 20px;
}
.new_link a:hover{
    font-weight: bold;
    border: 1px solid #231815;
}
.new_link a:last-child{
    margin-right: 0;
}

.ip5_left .info{
    background-color: #000;
    padding: 75px 40px;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: baseline;
    gap: 134px;
}
.ip5_left .info p{
    font-size: var(--font-size-lg);
    line-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}
.ip5_left .info i{
    font-size: var(--font-size-md);
    font-style: normal;
}

.ip5_left a:hover .info i{
    text-decoration: underline;
}

.ip5_right .item{
    padding: 70px 0;
    border-bottom: 1px solid #999;
}
.ip5_right .item:first-child{
    padding-top: 50px;
}
.ip5_right .item a{
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: baseline;
    gap: 60px;
    
}
.ip5_right .item a .txt h4{
    font-size: var(--font-size-lg);
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}
.ip5_right .item a .txt p{
    font-size: 14px;
    color: #595757;
    line-height: 1.6;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}
.time .day{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}
.time .day span{
    display: block;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
}
.time .day p{
    font-size: var(--font-size-lx);
}
.time .year{
    font-size: 14px;
}
.ip5_right .item:hover{
    border-bottom: 1px solid #c2a11c;
}
.ip5_right .item:hover a .txt h4{
    font-weight: bold;
}



/* .ip6_page.swiper-button-disabled{
    display: none;
} */

/*内页*/
/*banners-start*/
.banners,.banners2{ 
    background-size: cover !important;   
    position: relative;
    height: 900px;
}

.about{ background: url(/static/images/banners/banner-about.jpg) center center no-repeat;}
.product{ 
    background-position: center center;
    background-repeat: 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;}
.contact{ background: url(/static/images/banners/banner-contact.jpg) center center no-repeat;}


/*banners-end*/






/*内页通用*/
.intit{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
   
}

.intit h3{
   font-weight: 900;
   font-size: var(--font-size-lx);
   color: #333;
}
.intit h3:first-child{
    color: #d61423;
}
.intit h3:nth-child(2){
    padding: 0 10px;
    color: #d61423;
    font-family: Arial;
    font-size: 36px;
}


/*通用*/



/*about-start*/

.ab1{
    /* padding: 90px 0 80px 0;
   background-color: #ffff;*/
    position: relative;
    padding: 160px 0 200px 0;
    background: #efefef;
    
}

.ab1 .warp2{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ab1_left .tit{
    padding-bottom: 70px;
}
.ab1_left p{
    font-size: var(--font-size-sm);
    font-weight: lighter;
    color: #231815;
    line-height: 30px;
}
.ab1_right{
    transform: translateY(-220px);
    margin-bottom: -220px;
}
.ab1_right .img{
    padding: 15px;
    background-color: #fff;
}
.ab1_list{
    padding-top: 70px;
    display: flex;
    justify-content: space-between;
}
.ab1_list .item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ab1_list .txt p{
    line-height: 32px;
    font-size: var(--font-size-sm);
}

.ab1_list .tip{
    padding-top: 30px;
}
.ab1_list .tip p{
    font-size: var(--font-size-ls) ;
    font-weight: bold;
}
.ab1_list .tip p span{
    font-size: var(--font-size-xlx);
    color: #ffd800;
}







.ab2{
    background: url(/static/images/about/ab2_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px 0 200px 0;
}
.ab2 .tit{
    color: #fff;
}
.ab2 .txt{
    padding-top: 120px;
    color: #fff;
}
.ab2 .txt h4{
    font-size: var(--font-size-x);
    font-weight: lighter;
    padding-bottom: 20px;
}
.ab2 .txt p{
    font-size: var(--font-size-sm);
    font-weight: lighter;
    line-height: 32px;
    max-width: 600px;
    margin-top: 65px;
}






.ab3{
    padding: 110px 0;
    background-color: #efefef;
   
}
.ab3 .tit{
    text-align: center;
}

.ab3_list{
    position: relative;
    margin-top: 110px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 100px;
}

.ab3_list .item{
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 85px;
}



.ab3_list .item .txt{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 60px 0 ;
}

.ab3_list .item .txt h4{ 
    font-size: 180px;
    /* font-family: Arial, Helvetica, sans-serif; */
    color: transparent;
    line-height: 1;
    -webkit-text-stroke: 1px #cacaca;
    text-stroke: 1px #cacaca;
    letter-spacing: 0px;
    text-align: center;
}
.ab3_list .item .txt b{
    font-size: var(--font-size-x);
    padding-bottom: 45px;
    display: block;
    padding-top: 60px;
    line-height: 1.6;
}

.ab3_list .item .txt p{
    font-size:var(--font-size-sm) ;
    line-height: 32px;
}

.ab3_list .item .txt .info{
    text-align: left;
}






.ab3_list a{
    display: block;
    border-radius: 15px;
    background-color: #f5f6f8;
    position: relative;
    overflow: hidden;
}
.ab3_list a h5{
    line-height: 40px;
    padding: 10px 30px;
    font-size: var(--font-size-ld);
    color: #1e5193;
    font-weight: bold;
}

.ab3_list .text{
    position: absolute;
    width:100%;
    left: 0;
    bottom: -100%;
    background-color: #1e5193;
    color: #fff;
    padding: 25px;
    transition: all 0.3s ease-in-out;
    
}
.ab3_list .text b{
    font-size: var(--font-size-lg);
    line-height: 24px;
    padding-bottom: 20px;
    display: block;
}
.ab3_list .text p{
    font-size:14px;
    line-height: 1.4;
}
.ab3_list a:hover .text{
    bottom: 0;
}

/*about-end*/
/*product*/
.pro1{
    padding: 100px 0;
}
.pro1 .warp2{
    display: grid;
    grid-template-columns: 260px auto;
    grid-gap: 50px;
}
.list .tit h2 {
    font-weight: normal;
    padding-bottom: 25px;
}
.list .tit b {
    font-weight: lighter;
}

.pro_list{
    margin-top: 45px;
    border-left: 2px solid #717171;
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;

}
.pro_list .item{
    margin-bottom: 30px;
}

.pro_list .item:last-child{
    margin-bottom: 0;
}

.pro_list .item a.fr{
    font-size: var(--font-size-md);
    color: #000;
    font-weight: bold;
    padding: 0 0 0 40px;
    position: relative;
    line-height: 30px;
    height: 30px;
    display: block;
}

.pro_list .item a.fr::after{
    content: "";
    position: absolute;
    top: 0;
    left: -3px;
    width: 4px;
    height:0;
    background-color: #ffd900;
    transition: all 0.3s ease-in-out;
}

.pro_list .item:hover a.fr,.pro_list .item a.fr.cur{
    color: #ffd900;
    font-size: var(--font-size-lg);
}
.pro_list .item a.fr:hover::after,.pro_list .item a.fr.cur::after{
    
    height:100%;
    
}
.ser_list{
    margin: 0 0 0 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    padding-top: 10px;
}
.ser_list1{
    display: grid;
}
.ser_list2{
    display: none;
}
.ser_list a{
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #000;
    font-size: var(--font-size-xs);
    position: relative;
    
}


.ser_list a:hover,.ser_list a.cur{
    border-color: #ffd900;
}

.pro_box{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px;
    row-gap: 40px;
}
.pro_box a .img{
    overflow: hidden;
}
.pro_box a p{
    font-size: var(--font-size-sm);
    line-height: 80px;
    height: 80px;
    display: block;
    text-align: center;
}
.pro_box a img{
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.pro_box a:hover img{
    transform: scale(1.2);
}
/*end product*/
/*case*/
.case1{
    padding: 100px 0 100px calc((100% - 1550px) / 2);
    display: grid;
    grid-template-columns: 260px calc(100% - 310px);
    grid-gap: 50px;
}
.case1 .swiper-slide {
    padding-bottom: 80px;
}

/*end case*/

/*news*/
.news1{
    padding: 100px 0;
}
.news1 .warp2{
    display: grid;
    grid-template-columns: 260px auto;
    grid-gap: 50px;
}

.new_box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:85px;
}
.new_box .img{
    overflow: hidden;
}
.new_box img{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.new_box time{
    font-size: 14px;
    color:#595757;
    line-height:42px;
    display: block;
    height: 42px;
}

.new_box p{
    font-size: var(--font-size-ld);
    color:#595757;
    line-height: 34px;

}
.new_box a:hover p{

    font-weight: bolder;

}
.new_box a:hover img{
    transform: scale(1.1);
}
/*end news*/
/**/


/*newsshow*/

/*newsshow*/
.newsshow .btn a{transition:ease-out 0.5s all;-moz-transition: ease-out 0.5s all; -webkit-transition:ease-out 0.5s all; -o-transition: ease-out 0.5s all;}
.newsshow{ padding:0px 0 85px 0;}
.newsshow .tit{ padding:40px; text-align:center; }
.newsshow .tit h3{ font-size:var(--font-size-x); color:#040000;  line-height:24px; margin-bottom:20px; max-width: 780px; margin: 0 auto; line-height: 70px;}
.newsshow .tit .dot{ padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top: 60px;}
.newsshow .tit .dot h4{ color:#040000; font-size:var(--font-size-md); display:inline-block; padding:14px 15px; }
.newsshow .txt{ padding:80px 0px; line-height:24px; color:#666666; border-top: 1px solid #dadada; border-bottom: 1px solid #dadada; }
.newsshow .txt *{ font-size:14px; line-height:24px;}
.newsshow .txt p{ font-size:14px; }
.newsshow .txt img{ max-width:100%; margin:0 auto; padding:0px 0;}
.newsshow .btn{ 
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap:30px;
    align-items: flex-start;
    margin-top:60px;
    padding: 30px 0;
}
.newsshow .btn a{ display:block;font-size:var(--font-size-sm); color:#333333; line-height:30px; padding:12px 0px; }
.newsshow .btn span:last-child a{
    text-align: right;
}
.newsshow .btn a:hover{ color: #9b850c;}

.in_news{
    background-color: #f7f7f7;
}
.in_news .show{
    display:none;
}
.in_news .hide{
    display: block;
}

.in_news .banners{
    height: 300px;
}
.in_news .header nav a{
    color: #000;
}
.in_news .header nav .item .mud a{
    color: #000;
}
.in_news .header nav .item .mud a:hover{
   color: var(--secondary-color);
}
/*contact*/
.fo_contact{
    display: flex;
    justify-content:  flex-start;
    margin-bottom: 50px;
    padding-right: 400px;
}
.fo_contact .tit{
    color:#fff;
    padding-right: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #7e6a34;
}
.fo_contact .tit h2{
    padding-bottom: 25px;
}
.fo_contact .tit b{
    font-weight: lighter;
}
