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

@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('/static/fonts/iconfont.ttf?t=1723232396846') format('truetype');
}
@font-face {
  font-family: "HandelGothic"; /* Project id  */
  src: url('/static/fonts/HandelGothicCom-Bold.TTF?t=1232232') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e77a";
}

.icon-xiajiantou:before {
  content: "\e63c";
}

.icon-instagram:before {
  content: "\e87f";
}

.icon-youjiantou:before {
  content: "\e80e";
}

.icon-tubiaozhizuomoban:before {
  content: "\e504";
}



/*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: "Arial","Microsoft YaHei";  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:1600px;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: #000000; /* 主色调 */
  --secondary-color: #d61423; /* 次要色调 */
  --text-color: #555555; /* 默认文本颜色 */
  --light-color: #b3ccff; /* 浅色背景 */
  --dark-color: #000000; /* 深色文本 */
  --accent-color: #ff6b00; /* 强调色 */

  --swiper-navigation-color: #fff;

  /* 文字大小参数 */
  --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-xl: 4.8rem; /* 超大字体 */
  --font-size-xxl: 6rem; /* 特大字体 */
  --font-size-xxxl: 7.2rem; /* 特大字体 */
  --font-size-xxxxl: 8.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: 70px;
}
.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: 30px;	right: 20px;	z-index: 10;display: none !important;}
#hamburger:before, #hamburger:after, #hamburger span { background:#000000; 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: #000000;}
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;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    padding: 42px 0;
}
.header:hover{
    background-color: #fff;
}
.header:hover .hide{
    display: block;
}
.header:hover .show{
    display: none;
}
.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;
    background-color: rgba(0, 0, 0, .25);
    border-radius: 32px;
    padding: 0 120px;
   
}
.header nav .item{
    display: grid;
    align-items: center;
    padding: 27px 0;
    
}


.header nav .li a{
    font-size: var(--font-size-sm);
    color: #fff;
    align-items: center;
    position: relative;
    padding-right: 0px;
    margin-right:30px;
}
.header nav .dw .li a{
    padding-right: 25px;  
}
.header nav .item:last-child .li a{
    margin-right: 0;
}
.header nav .item .li a:after{
    position: absolute;
    content: '\e63c';
    font-family: "iconfont";
    font-size: 16px;
    bottom: 50%;
    right: 0;
    transform: translateY(50%);
    opacity: 0;
    transition: ease .5s all;
    -moz-transition: ease .5s all;
    -webkit-transition:ease .5s all;
    -o-transition: ease .5s all;
}
.header nav .item.dw .li a:after{
    opacity: 1;
    font-weight: normal;
}


.header.up nav .li a,.fixd .header nav .li a{
    color: var(--primary-color);
}

.header .mune a,.header .mune span{
    font-size: var(--font-size-sm);
    color: #fff;
}

.header:hover .mune a, .header:hover .mune span{
    color: rgba(0, 0, 0, 0.3);
}
.header:hover .mune a.cur{
    color: #000;
}
.header .mune span{
    display: inline-block;
    padding: 0 5px;
}
.search{
    padding: 20px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    margin-left: 45px;
}

/*下拉*/
.header nav .item .mud{
    position: absolute;
    top: 110px;
    width:100%;
    background:#fff;
    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 .box{
    border-top: 1px solid #d6d7d9;
    display: flex;
    justify-content: space-between;
    margin-top: 42px;
}
.header nav .item .mud .head_list{
    padding-top: 65px;
    
}
.header nav .item .mud .head_list i{
    font-style:  normal;
    padding-left: 200px;
    position: relative;
    font-size: var(--font-size-md);
    padding-bottom: 18px;
    display: inline-block;
}

.header nav .item .mud .head_list i::after{
    position: absolute;
    content: '';
    width: calc(100% - 40px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d6d7d9;
}
.list_a{
    margin-left: 180px;
    position: relative;
    padding-left: 53px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 80px;
}
.list_a::after{
    position: absolute;
    content: '';
    width: 1px;
    height: calc(100% + 20px);
    position: absolute;
    top: -20px;
    left: 0;
    border-left: 1px solid #d6d7d9;
}

.list_a a{
    height: 32px;
    line-height: 32px;
    font-size: var(--font-size-lg);
    margin: 8px 0;
    
}
.list_a a:hover{
    padding: 0 15px;
    background-color: #000000;
    color: #fff;
    border-radius: 0 15px 15px 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;
    border-bottom: 1px solid #d6d7d9;
} 

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


/*内页导航*/

.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: #f9f9f9;
    padding: 115px 0 0px 0;
}
.fo1{
    padding-bottom: 70px;
}
.fo1 .warp{
    display: grid;
    grid-template-columns: 50%  50%;
    
}
.fo_info{
    padding-right: 220px;
}
.fo_info h2{
    font-size: var(--font-size-x);
    font-family: "HandelGothic";
    padding-bottom: 60px;
    font-weight: bold;
}

.fo_fx{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 55px;
}
.fo_fx .link{
    width: 160px;
}
.fo_fx .link a{
    font-size: var(--font-size-sm);
    background-color: #000;
    height: 32px;
    border-radius: 16px;
    line-height: 32px;
    padding: 0 30px;
    display: block;
    color: #fff;
    position: relative;
    margin-bottom:15px ;
}
.fo_fx .link a::after{
    position: absolute;
    content: '\e77a';
    font-family: "iconfont";
    width: 26px;
    height: 26px;
    background-color: #f2f2f5;
    color: #000;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 26px;
    border-radius: 13px;
    text-align: center;
}
.fo_fx .link a:last-child::after{
    content: '\e87f';
}

.fo_fx a:last-child{
    margin-bottom: 0;
}
.fo_time{
    padding-left: 60px;
    padding-top: 10px;
    
}
.fo_time b{
    font-size: var(--font-size-lg);
    display: block;
    padding-bottom: 20px;
    
    
}
.fo_time p{
    font-size: var(--font-size-sm);
    color: #1b1b1d;
}
.copyright p{
    font-size: var(--font-size-sm);
    line-height: 24px;
    color: #999999;
}



.fo1 .warp .fo_nav{
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 80px;
}
.fo1 .warp  .fo_plist h2{
    font-size: var(--font-size-lg);
    margin-bottom: 25px;
    color: #1b1b1d;
    font-weight: bold;
}
.fo1 .warp .fo_plist a{
    display: block;
    font-size: var(--font-size-sm);
    color: #999999;
    line-height: 26px;
}
.fo1 .warp .fo_plist a:hover{
    color: #000;
    font-weight: bold;
}
.fo_navlist{
    width: 260px;
}
.fo_navlist a{
    color: #1b1b1d;
    font-size: var(--font-size-lg);
    display: block;
    margin-bottom: 35px;
    font-weight: bold;
}
.fo_navlist p{
    color: #999;
    padding-bottom: 15px;
    font-size: var(--font-size-sm);
    line-height: 20px;
}
/* 

.fo_logo{
    margin-right: 80px;
}
.fo1 .item{
    margin-right: 130px;
    border-left: 3px solid #fff;
    padding-left: 15px;
}
.fo1 .item p{
    font-size: var(--font-size-xs);
    margin-bottom: 20px;
    line-height: 24px;
}
.fo1 .item h4{
    font-size: var(--font-size-md);
    line-height: 26px;
} */

.fo2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fo2 .fo_logo{
    background-color: #000;
    padding: 20px 135px 20px 110px;
    border-radius:  0 45px 45px 0;
    margin-right: 30px;
}
.fo_name p{
    font-size: 260px; 
    color: #fff;
    font-family: "HandelGothic";
}




.bottomlist{ background:#000000; 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: 980px; 
    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 .warp{
    width: 100%;
}
.banner .txt{
    display: flex;
    justify-content: left;
    flex-direction: column;
    color: #fff;
    width: 900px;
}
.banner .txt h4{ 
    font-size: var(--font-size-lg);
    margin-bottom: 72px;
    
}
.banner .txt h2{ 
    font-weight:bold;
    font-size: var(--font-size-xxxl);
    margin-bottom:40px;
    line-height: 1.2;
    
}
.banner .txt h2 b{
    color: var(--secondary-color);
    font-size: 1em;
}
.banner .txt p{
    font-size: var(--font-size-sm);
    line-height: 36px;
    width: 60%;
}
.banner .txt p span{
    position: relative;
    font-size: 1em;
    
}
.banner .txt p span::after{
    content: "";
    position: absolute;
    right: -45px;
    top: 51%;
    transform: translateY(-50%);
    width: 22px;
    height: 15px;
    background: url(/static/images/ruiling_icon.png) no-repeat center center;
}
.banner .txt ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.banner .txt ul li{
    color: #fff;
    margin-right: 30px;
    position: relative;
    padding-left: 20px;
    font-size:var(--font-size-md) ;
}
.banner .txt ul li::after{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff;
}
.hid{
    display: none;
}
.his{
    display: block;
}
.banner .txt a{
    font-size: 1.8rem;
    border: 1px solid #fff;
    line-height: 36px;
    border-radius: 18px;
    display: inline-block;
    width: 200px;
    color: #fff;
    padding: 0 0 0 28px;
    position: relative;
    margin-top:100px;
}
.banner .txt a:hover{
    background-color: #014190;
    border: 1px solid #014190;
    color: #fff;
}
.banner .txt a:hover:after{
    content: "\e8d4";
    font-size: 1.6rem;
    color: #fff;

}

.ban3 .txt a{
    margin-top:45px;
}
.banner .txt a:after{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "iconfont";
    content: "\e8d7";
    font-size: 1.4rem;
    color: #fff;
    font-weight: lighter;

}


.banner .swiper-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-bullets.swiper-pagination-horizontal, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 70px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
    text-align: right;
    padding-right: 6%;
}
.banner .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,5px);
    background: var(--swiper-pagination-bullet-inactive-color,#fff);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.banner .swiper-pagination-bullet-active {
    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: 10px var(--swiper-pagination-bullet-horizontal-gap,4px);
}

/*public*/
.tit{
    position: relative;
    color: #000;
}

.tit h3{
   font-size: var(--font-size-xl);
   font-weight:bold;
   font-family: "HandelGothic";
   text-transform: uppercase;
   line-height: 60px;
}
.tit h3 span{
   font-size: var(--font-size-x);
   font-family: "HandelGothic";
}
.tit p{
    font-size: 14px;
    color: #555;
    display: block;
    line-height: 1.4;
    padding-left: 40px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.tit p::after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 5px;
    width: 30px;
    height: 1px;
    background-color: #555;
    
}
/*通用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:100px 0  0 0;
}

.ip1 .info{
    padding-left: 325px;
    padding: 20px 0 20px 325px;
    background: url(/static/images/ip1_bg.jpg) left  center no-repeat #ffffff;
}
.ip1_1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 125px;
    padding-bottom: 10px;
}
.ip1_1 b{
    font-size: var(--font-size-xxxl);
    color: #000;
    font-weight: bold;
    font-family: "HandelGothic";
}
.ip1_1 i{
    font-size: var(--font-size-lg);
    color:#555;
    font-style: normal;
    font-weight: lighter;
    width: 360px;
}
.ip1_2{
    text-align: right;
    padding-right: 125px;
    padding-bottom: 10px;
}
.ip1_2 b{
    font-size: var(--font-size-xxxl);
    color: #000;
    font-weight: bold;
    font-family: "HandelGothic";
}
.ip1_3{
    text-align: right;
}
.ip1_3 b{
    font-size: 200px;
    color: #000;
    font-weight: bold;
    font-family: "HandelGothic";
    line-height: 60px;
}

/*ip2*/


.ip2{
    padding: 110px 0  70px 0; 
}
.ip2 .tit p{
    margin-bottom: 10px;
}
.ip2_tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ip2_tp{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ip2_tp a{
    width: 60px;
    height: 60px;
    border:2px solid #b2b2b2;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.ip2_tp a:first-child{
    transform: rotate(180deg);
    margin-right: 20px;
}
.ip2_tp a span{
    font-size: 30px;
    color: #b5b5b5;
    
}
.ip2_tp a:hover{
    border:1px solid #000000;
}
.ip2_tp a:hover span{
    color: #000;
}
.ip2_list{
    padding-left: calc((100% - 1700px)/2);
    padding-top: 60px;
}
.ip2_list .img{
    position: relative;
    overflow: hidden;
}
.ip2_list .img::after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(/static/images/ip2_bg.png) no-repeat center center rgba(0, 0, 0, 0.7);
    opacity: 0;
}


.ip2_list p{
    font-size: var(--font-size-lg);
    font-weight: lighter;
    color: #555555;
    padding-top: 20px;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
}
.ip2_list p::after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0;
    height: 1px;
    background-color: #000000;
}
.ip2_list a:hover p{
    color: #000000;
}
.ip2_list a:hover p::after{
    width:100%;
}
.ip2_list a:hover .img{
    border-radius: 0 0 40px 0;
}
.ip2_list a:hover .img::after{
    opacity: 1;
}

.ip2_list .img, .ip2_list .img::after,.ip2_list a p,.ip2_list a p::after{transition:ease 0.5s all;-moz-transition: ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;}

/*第三层*/

.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: 140px 0 205px 0 ;
    color: #fff;
}

.ip3 .info{
    width: 44%;
}
.ip3 .tit{
    color: #fff;
}
.ip3 .tit p{
    color: #fff;
}
.ip3 .tit p::after{
    background-color: #fff;
}
.ip3 .txt{
    padding-top: 80px;
    padding-bottom: 110px;
}
.ip3 .txt p{
    font-size: var(--font-size-sm);
    font-weight: lighter;
    color:rgba(255, 255, 255, .6);
    position: relative;
    display: inline-block;
    line-height: 28px;
}
.ip3 a,.btn{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    justify-items: center;
}
.ip3 a i,.btn i{
    font-style: normal;
    font-size: var(--font-size-sm);
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
    display: inline-block;
}
.ip3 a span,.btn span{
    margin-left: 10px;
    font-size:16px;
    line-height: 40px;
    color: #fff;
}
.ip3 a::after,.btn::after{
    content: "";
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #999999;
    border-radius: 20px;
    z-index: -1;
}
.ip3 a:hover::after{
    left: 100px;
}



.n_list a,.n_list a .time,.n_list a p,.btn::after,.n_list a .info .img,.n_list a .info .img::after,.ip3 a::after {transition:ease 0.5s all;-moz-transition: ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;}

.ip4{
   
    padding:130px 0;
}
.ip4_list{
    padding-left: 110px;
    padding-top: 75px;
}

.n_list a{
    position: relative;
    border-left: 1px solid #999;
    display: block;
}
.n_list .time{
    position: absolute;
    left: 12px;
    top: 0;
    writing-mode: vertical-rl;
    white-space: nowrap;
    font-size: var(--font-size-sm);
}
.n_list .info{
    padding-left: 60px;
}
.n_list .info p{
    font-size: var(--font-size-sm);
    font-weight: lighter;
    color: #555555; 
    padding: 15px 0;
    line-height: 24px;
}
.n_list .info .img{
    position: relative;
    overflow: hidden;
}
.n_list .info .img img{
    width: 100%;
}
.n_list .info .img::after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(/static/images/news_bg.png) no-repeat right bottom rgba(0, 0, 0, 0.7);
    opacity: 0;
}
.n_list a:hover .info .img{
    border-radius: 0 0 50px 0;
}
.n_list a:hover .info .img::after{
    opacity: 1;
    border-radius: 0 0 50px 0;
}
.n_list .link{
    display: flex;
    justify-content: flex-end;
}
.btn{
    margin-top: 15px;
}
.btn i{
    color: #000;
}
.btn span{
    color: #000;
}


.n_list a:hover{
    border-color: #000;
} 
.n_list a:hover .time{
    color: #000;
    font-weight: bold;
}
.n_list a:hover p{
    color: #000;
    font-weight: bold;
}

.btn::after{
    background-color: #d6d7d9;
}
.n_list a:hover .btn::after{
    left: calc(100% - 40px);
}



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

/*内页*/
/*banners-start*/
.banners{ 
    background-size: cover !important;   
    position: relative;
    height: 680px;
}
.banners2{ 
    background-size: cover !important;   
    position: relative;
    height: 454px;
}
.about{ background: url(/static/images/banners/banner-about.jpg) center center no-repeat;}
.product{ background: url(/static/images/banners/banner-product.jpg) center center no-repeat;}
.banner-proshow{ background: url(/static/images/banners/banner-proshow.jpg) center center no-repeat;}
.newsshow2{ background: url(/static/images/banners/banner-newsshow.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;}

.stip{
    position: absolute;
    left: 0;
    bottom: 72px;
    width: 100%;
}
.stip .stip_box{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}
.sstip{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sstip a{
    font-size: var(--font-size-sm);
    color: #fff;
    text-transform: uppercase;
}
.sstip a:hover{
    text-decoration: underline;
}
.sstip span,.sstip b{
    font-size: var(--font-size-sm);
    color: #fff;
    text-transform: uppercase;
}
.sstip span{
    padding: 0 10px;
}



.stip p{
    font-family: "HandelGothic"; 
    font-size: var(--font-size-xl);
    color: #fff;
    text-transform: uppercase;
}
/*banners-end*/






/*内页通用*/
.intit{
    position: relative;
    z-index: 0; 
    padding-left: 25px; 
}

.intit h3{
   font-weight: normal;
   font-size: var(--font-size-xs);
   color: #000;
   text-transform: uppercase;

}
.intit h3 span{
    display: inline-block;
    color: #fff;
    padding: 0 10px;
    height: 24px;
    border-radius: 10px;
    background-color: #000;
    font-size: var(--font-size-xs);
    line-height: 24px;
    margin-right: 6px;
}
.intit::after{
    content: "about us";
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--font-size-xxxl);
    -webkit-text-fill-color: transparent; /* 文字填充透明 */
    -webkit-text-stroke-width: 1px; /* 描边宽度 */
    -webkit-text-stroke-color: rgba(153, 153, 153, 0.2); /* 描边颜色，使用深色变量 */
    color: transparent; /* 兼容非WebKit浏览器 */
    font-weight: normal;
    font-weight: bold;
    z-index: -1;
}

/*通用*/



/*about-start*/

.ab1{
    position: relative;
    padding: 65px 0 72px 0;  
}

.ab1 b{
    font-size: var(--font-size-xxl);
    color: #111;
    font-family: "HandelGothic"; 
}
.ab1_3{
    text-align: right;
    padding-bottom: 10px;
}


.ab2_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.ab2_list .item:last-child{
    background-color: #000000;
}
.ab2_list .info{
    padding: 50px  85px 45px 0;
}

.ab2_list .info  b{
    font-size: var(--font-size-sm);
    color: #000;
    text-transform: uppercase;
}
.ab2_list .info  p{
    padding-top: 25px;
    color: #555555;
    font-size: var(--font-size-xs);
    line-height: 20px;
}
.ab2_list .img{
    padding: 150px 80px;
}
.ab2_list .img .txt{
    padding: 30px;
    position: relative;
    color: #fff;
}
.ab2_list .img .txt::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 1px;
    background-color: #fff;
}
.ab2_list .img .txt b{
    display: block;
    font-size: var(--font-size-md);
    color: #fff;
    padding-bottom: 20px;
}
.ab2_list .img .txt p{
    padding-top: 30px;
    font-size: var(--font-size-xs);
    line-height: 20px;
    font-weight: lighter;
}
.ab2_list .img1{
    background: url(/static/images/about/ab2_img1.jpg) center center no-repeat;
    background-size: cover;
}
.ab2_list .img2{
    background: url(/static/images/about/ab2_img2.jpg) center center no-repeat;
    background-size: cover;
}
.ab2_list .info2{
    padding: 90px 0 0 80px;
}
.ab2_list .info2 b{
    font-size: var(--font-size-xxl);
    color: #fff;
    font-family: "HandelGothic"; 
}
.ab2_list .item:last-child  .txt p{
    padding-top: 43px;
}

/*ab3*/

.ab3{
    padding: 100px 0;
}
.ab3 .intit::after{
    content: "Culture";
}

.ab3_list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding-top: 50px;
}
.ab3_list .item{
    border: 1px solid #f9f9f9;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
}
.ab3_list .item b{
    font-size: var(--font-size-lg);
    color: #000;
    font-weight: bold;
    display: block;
    padding-bottom: 35px;
    padding-top: 35px;
}
.ab3_list .item p{
    font-size: var(--font-size-sm);
    line-height: 20px;
    color: #555555;
}
.ab3_list .item:hover{
    background: url(/static/images/about/ab3_img.jpg) center center no-repeat;
    background-size: cover;
    box-shadow: -5px 6px 15px rgba(153, 153, 153, 0.5);
    border-color: #000;
}
.ab3_list .item:hover b,.ab3_list .item:hover p{
    color: #fff;
}





.ab4 .warp2{
    display: grid;
    grid-template-columns: 50% 50%;
    position: relative;
    padding-bottom: 80px;
}

.ab4 .intit::after{
    content: "Development";
}
.ab4_left{
    background: url(/static/images/about/ab4_img.jpg) right center no-repeat;
    background-size: cover;
    height: 900px;
}

.ab4 .ab4_right{
    padding: 0 0 0 72px;
}
.ab4 .ab4_right .info{
    padding-top: 150px;
}
.ab4 .ab4_right .info b{
    font-size: var(--font-size-md);
    color: #555;
    display: block;
    padding-bottom:30px;
    line-height: 30px;
}
.ab4 .ab4_right .info p{
    color: #555555;
    font-size: var(--font-size-sm);
    line-height: 36px;
}

.ab4 .ab4_fy{
    position: absolute;
    left: 0;
    bottom:210px;
    width: 100%;
    padding-left: 30%;

}
.ab4_box{
    padding: 50px 150px;
    background-color: #000000;
    position: relative;
}
.timeline .swiper-wrapper{
    padding-bottom: 10px;
}
.timeline .swiper-slide{
    font-size: var(--font-size-lx);
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #555555;
    position: relative;
    padding-bottom: 40px;
    height: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.timeline .swiper-slide::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom:-10px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #999999;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
.timeline .swiper-slide-thumb-active{
    font-size: var(--font-size-xxl);
    font-weight: bold;
}
.timeline .swiper-slide-thumb-active::after{
    width: 15px;
    height: 15px;
    bottom:-15px;
    background-color: #f7f7f7;
}

.ab4_box .swiper-button-next, .ab4_box .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,71%);
}
.ab4_box .swiper-button-next::after, .ab4_box .swiper-button-prev::after {
    
    font-size: 30px;
}
.ab4_box .swiper-button-next{
    right: 60px;
}
.ab4_box .swiper-button-prev{
    left: 60px;
}

/*about-end*/
/*product*/

.pr2{
    padding-bottom: 80px;
}
.pr2 h5{
    font-size: var(--font-size-sm);
    line-height: 20px;
    color: #000;
    padding-top: 50px;
    text-transform: uppercase;
}
.pr2_list{
    display: flex;
    justify-content: space-between;
    padding-top: 75px;

}
.pr2_left{
    width: 400px;
}
.pr2_left h4{
    padding: 25px 0 25px 45px;
    background-color: #000;
    color: #ffffff;
    font-size: var(--font-size-md);
}
.pr2 .intit::after{
    content: "products";
}
.pr2_left a{
    padding: 25px 0 25px 60px;
    font-size: var(--font-size-sm);
    display: block;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    color: #999;
}
.pr2_left a:hover,.pr2_left a.cur{
    border-color: #000;
    color: #000;
}
.pr2_left a::before,.pr2_left a.cur::before{
    content: "";
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #999;
    border-radius: 50%;
}
.pr2_left a::after{
    content: ">";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #999;
}
.pr2_left a:hover::before,.pr2_left a.cur::before,a:hover::before,.pr2_left a.cur::before{
    background-color: #000;
}
.pr2_left a::before,.pr2_left a.cur::before{
    background-color: #000;
}
.pr2_left a:hover::after,.pr2_left a.cur::after{
    color: #000;
}


.pr2_right{
    width: calc(100% - 445px);
    
}
.pro_box{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 25px;
}
.pro_box a{
    border: 1px solid #eeeff4;
    position: relative;
    overflow: hidden; 
}
.pro_box a .img{
    text-align: center;
    padding: 20px 0;
}
.pro_box a .pro_name{
    line-height: 20px;
    padding: 15px 40px;
    background-color: #555555;
}
.pro_box a p{
    color: #fff;
    font-size: var(--font-size-sm);
}
.pro_hover{
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 1;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    padding: 0 43px;
    padding-bottom: 60px;
}
.pro_hover b{
    font-size: var(--font-size-lg);
    display: block;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.pro_hover span{
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #fff;
}
.pro_box a:hover .pro_name{
    display: none;
}
.pro_box a:hover .pro_hover{
    top: 0;
}
.pro_box a .pro_name,.pro_box a .pro_hover {transition:ease 0.5s all;-moz-transition: ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;}


/*product*/
/*proshow*/

.pro1{
    display: grid;
    grid-template-columns: auto 53%;
    grid-gap:120px;
    padding: 100px 0 ;
}
.pro1 .info b{
    font-size: var(--font-size-xl);
    color: #000;
    border-bottom: 1px solid #000;
    display: block;
    padding-bottom: 10px;
    padding-top: 20px;
}
.pro1 .info .txt{
    padding: 65px 0 65px 15px;
    border-bottom: 1px solid #999999;
}
.pro1 .info .txt p{
    font-size: var(--font-size-sm);
    line-height: 1.7;
    display: block;
    padding-bottom: 40px;
}
.pro1 .info .txt p span{
    font-size: var(--font-size-md);
}
.pro1 .info .txt p:last-child{
    padding-bottom: 0;
}
.pro1 .info .txt2{
    padding: 20px 0 20px 15px;
    border-bottom: 1px solid #999999;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}



.txt2  .item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.txt2  .item .icon{
    width: 25px;
    margin-right: 23px;
    text-align: center;
}
.txt2  .item p{
    font-size: var(--font-size-md);
    line-height: 1.7;
}
.pro1 .img{
    box-shadow: -10px 11px 12px rgba(153, 153, 153, 0.5);
    text-align: right;
    display: flex;
    align-items: center;
}


.pro2{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 60px;
    align-items: center;
    padding-bottom: 83px;
    overflow: hidden;
}
.pro2 .txt{
    padding-left: 75px;
    height: 84px;
    line-height: 85px;
    background-color: #000;
    border-radius: 44px 0 0 44px;
    
}
.pro2 .txt p{
    color: #fff;
    font-size: var(--font-size-lx);
}

.pro3{
    background: linear-gradient(to top,rgba(254,254,254,1),rgba(249,249,247,06));
    padding: 105px 0  85px 0;
}
.pro3 .warp2{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 80px;
    padding-bottom: 105px;
    border-bottom: 1px solid #999999;
}
.pro3 .warp2 .item{
    background-color: #fff;
    box-shadow: -5px 7px 12px rgba(0,0,0,0.1);
    padding: 30px 18px ;
}
.pro3 .warp2 .item .img{
    text-align: center;
}
.pro3 .warp2 .item:hover{
    box-shadow: -18px 20px 20px rgba(0,0,0,0.1);
}
.pro3 .warp2 .item b{
    padding: 30px  0 20px 0;
    display: block;
    font-size: var(--font-size-lg);
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}
.pro3 .warp2 .item p{
    padding-left: 50px;
    position: relative;
    color: #555;
    font-size: var(--font-size-sm);
    font-weight: lighter;
}
.pro3 .warp2 .item p::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    border-bottom: 1px #555 solid;
}

/*news*/
.news1 {
    padding: 40px 0 80px 0;
}
.new_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px;
}
.new_list .item a{
    position: relative;
    width: 100%;
    display: block;
    padding: 75px 0 0 110px ;
    height: 280px;
    background: url(/static/images/news/news1.jpg) no-repeat center center;
    background-size: cover;
}
.new_list .item:last-child a{
    background: url(/static/images/news/news2.jpg) no-repeat center center;
    background-size: cover;
}
.new_list .item .info{
   display: inline-block;
    border-top: 1px solid #fff;
    padding-left: 30px;
    padding-top: 30px;
}
.new_list .item .info b{
    font-size: var(--font-size-md);
    color: #fff;
    padding-bottom: 18px;
    display: block;
}
.new_list .item a .new_hover{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: url(/static/images/news/news_logo.png) no-repeat right bottom; 
}
.new_list .item a .kb{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color:#fff;
    
}

.new_list .item a:hover,.new_list .item a.cur{
    border-radius: 0 0 50px 0;
    box-shadow: -9px 10px 19px rgba(0,0,0,0.3);
}

.new_list .item a:hover .new_hover,.new_list .item a.cur .new_hover{
    height: 100%; 
    
}
.new_list .item a:hover .kb,.new_list .item a.cur .kb{
    height: 0;
}

/* .new_list .item a,.new_list .item a .new_hover{transition:ease 0.5s all;-moz-transition: ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;} */

.news2{
    padding: 10px 0 80px 0 ;
}
.news2 .intit1::after{
    content: 'company';
}
.news2 .intit2::after{
    content: 'Industry';
}

.new2_list{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 80px;
    padding-top: 85px;
    
}

.new2_list .item a{
    display: grid;
    grid-template-columns: auto 400px;
    grid-gap: 50px;
    align-items: flex-end;
    
}
.new2_list .item .box{
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    grid-gap: 90px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 60px;
}
.new2_list .item  .time{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: #999;
}
.new2_list .item .time .day{
    font-size: var(--font-size-xxl);
    padding-right: 20px;
}
.new2_list .item .time .date{
    padding: 5px 0;
}
.new2_list .item .time .date .year,.new2_list .item .time .date .month{
    font-size: var(--font-size-md);
}
.new2_list .item .time .date .year{
    padding-bottom: 10px;
}

.new2_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}
.new2_title h4{
    color: #000;
    font-size: var(--font-size-lg);
}
.new2_list .item .info p{
    font-size: var(--font-size-xs);
    line-height: 18px;
}

.new2_list .item .info .btn{
    margin-top: 0;
}

.new2_list .item:hover .info .btn::after{
    left: calc(100% - 40px);
}
.new2_list .item:hover h4{
    font-weight: bold;
}
.new2_list .item:hover .time{
    color: #000;
}
.new2_list .item:hover .img{
    box-shadow: -5px 7px 12px rgba(0,0,0,0.2);
}

/*newsshow*/

/*newsshow*/
.newsshow .btn2 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:80px 0; }
.newsshow .boxs{ background:#fff; }
.newsshow .tit{border-bottom: 1px solid #000;}
.newsshow .tit h3{ font-size:var(--font-size-xl); color:#333333;  line-height:50px; margin-bottom:10px;}
.newsshow .tit .dot{ background:#727171; padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.newsshow .tit .dot h4{ color:#fff; font-size:1.4em; display:inline-block; padding:14px 15px;}
.newsshow .txt{ padding:80px; line-height:24px; color:#666666; }
.newsshow .txt *{ font-size:14px; line-height:24px;}
.newsshow .txt p{ font-size:14px;  padding-bottom: 15px;}
.newsshow .txt img{ max-width:100%; margin:0 auto; padding:0px 0;}
.newsshow .btn2{display: flex;justify-content: space-between; align-items: center;}
.newsshow .btn2 a{ 
    font-size:1.4em; 
    color:#333333; 
    line-height:24px; 
    padding:0px 20px 0 40px; 
    margin-top:10px;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #999;
}
.newsshow .btn2 a span{
    font-size: 20px;
}
.newsshow .btn2 a p{
    margin-right: 10px;
    font-size: var(--font-size-sm);
}
.newsshow .btn2 a:hover{ 
    background:#000000 !important; 
    border: 1px solid #000;
    color:#fff !important;
    border-radius: 25px;
}

.newsshow .btn2 a:first-child{
    padding:0px 40px 0 20px; 
}
.newsshow .btn2 a:first-child span{
    transform: rotate(180deg);
}
.newsshow .btn2 a:first-child p{
    margin-right: 0px;
    margin-left: 10px;
}

/*contact*/

.con2{
    padding:20px 0  0 0;
    position: relative;
}

.con2 .intit:after{
    content: 'CONTACT US';
}


.con3{
    position: relative;    
}
.con_list{
    width: 50%;
    display: grid;
    grid-template-columns: 1fr ;
    grid-gap: 80px;
    padding: 70px 0;
    
}
.con_list .info{
    display: grid;
    grid-template-columns: 1fr;
    gap:25px;
}
.con_list .item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.con_list .item img{
    margin-right: 15px;
}
.con_list .item p{
    font-size: var(--font-size-sm);
    color: #555;
}
.con3 .img{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}


.con4{
    padding: 130px 0  65px 0;
    background-color: #fdfdfd;
}
.con4 .intit:after{
    content: 'online message';
}
.con4 .intit{
    margin-bottom: 50px;
}
.con4 p{
    font-size: var(--font-size-sm);
    color: #000;
    text-transform: uppercase;
    line-height:20px;
}
.feed_form{
    display: grid;
    grid-template-columns:1fr;
    grid-gap:20px;
    grid-column-gap: 80px;
    background-color: #fff; 
    padding: 55px;
    margin-top: 60px;
}
.feed_form .dot p{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    display: block;
    padding-bottom: 15px;
}
.feed_form .dot input{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem;
    padding-left: 22px;
    outline: none;
    border: 0;
    background-color: #fbfbfb;
}

.feed_form .dot:nth-child(5),.feed_form .dot:nth-child(6){
    grid-column: 1 / -1
}

.feed_form .dot textarea{
    width: 100%;
    font-size: 1.4rem;
    line-height: 24px;
    border: 0;
    outline: none;
    height: 200px;
    background-color: #fbfbfb;
    padding: 15px 22px;
    font-family: Arial, Helvetica, sans-serif;
}

.feed_form .dot input::placeholder, .feed_form .dot textarea::placeholder {
    color:#999; 
    font-size: 16px;
    
}

.feed_form .dot:hover input::placeholder, .feed_form .dot:hover textarea::placeholder {
    color:#999999; 
    font-size: 16px;
    font-family:"Arial"; 
    
}


.feed_form .dot:nth-child(5){
    text-align: center;
    padding: 20px 0;
}
.feed_form .dot button{
    background-color: #000;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius:10px ;
    padding: 0 50px  0 30px;
    position: relative;
    width: 100%;
    outline: none;
    margin-bottom: 40px;
    cursor: pointer;
}
.feed_form .dot i{
    font-style: normal;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}


