html {
    --color: #0A397A;
    --font-family: 'Arial';
    --border-color: rgba(102, 102, 102, 0.2);
}

a:hover {
    color: unset;
}

.bowen {
    position: relative;
}

.bowen::after,
.bowen::before {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
   

}

.bowen::after{
  animation-delay: 0.7s;
}
@keyframes eff68{
  0%{
    box-shadow: 0 0 0 0px #0093E9;
    opacity: 0.3;
  }
  100%{
    box-shadow: 0 0 0 30px #0093E9;
    opacity: 0;
  }

}
.bowen:hover{
    transform: scale(0.96);
}
.bowen:hover::after,
.bowen:hover::before {
    /* animation-play-state: paused; */
    animation: eff68 0.8s linear infinite;
}


.w1600 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.w1520 {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}

.w1500 {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.w1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
	
}

.w1250 {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

.w1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.w1000 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.flex-x {
    display: flex;
    flex-direction: row;
}

.flex-y {
    display: flex;
    flex-direction: column;
}

.flex-align {
    justify-content: space-between;
    align-items: center;
}

button {
    cursor: pointer;
}

p,
a {
    font-size: inherit;
    color: inherit;
}

.menu {
    /* display: none; */
}
.menu2 {
     display: none; 
	  cursor: pointer;
}
.menu2 .sr-only {
    display: none;
}

.menu2 span.icon-bar {
    background: #fff;
    width: 25px;
    height: 2px;
    display: block;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.menu2 .icon-bar:nth-child(2) {
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
    transform-origin: top left;
}

.menu2 .icon-bar:nth-child(3) {
    margin-top: 6px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.menu2 .icon-bar:nth-child(4) {
    margin-top: 6px;
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
    transform-origin: top left;
}
/*手机导航开始menu*/
.menu {
    display: block;
    cursor: pointer;
}


.menu span.icon-bar {
    background: #fff;
    width: 25px;
    height: 2px;
    display: block;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.menu .sr-only {
    display: none;
}

.menu .icon-bar:nth-child(2) {
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
    transform-origin: top left;
}

.menu .icon-bar:nth-child(3) {
    margin-top: 6px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.menu .icon-bar:nth-child(4) {
    margin-top: 6px;
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
    transform-origin: top left;
}

.xz .icon-bar:nth-child(2) {
    -webkit-transform: rotate(45deg) translate(2px, -3px);
    -moz-transform: rotate(45deg) translate(2px, -3px);
    -ms-transform: rotate(45deg) translate(2px, -3px);
    transform: rotate(45deg) translate(2px, -3px);
    transform-origin: 0 0;
}

.xz .icon-bar:nth-child(3) {
    opacity: 0;
}

.xz .icon-bar:nth-child(4) {
    -webkit-transform: rotate(-45deg) translate(1px, 2px);
    -moz-transform: rotate(-45deg) translate(1px, 2px);
    -ms-transform: rotate(-45deg) translate(1px, 2px);
    transform: rotate(-45deg) translate(1px, 2px);

}

/*手机导航结束*/

.menu_down {
    display: none;
}


body {
    background: #fff;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
	
}

header {
    width: 100%;
    height: 120px;
    padding: 30px 0;
    position: absolute;
    z-index: 999999;
    color: #fff;
	transition: all 0.5s;
    /* background: rgba(243,243,243,0);
    transition-delay: 0.5s; */
}


header.open{
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(102, 102, 102, 0.2);
    background:#F3F3F3;
    transition: all 0.5s;
    /* animation: headerUp 0.5s; */
	height:80px;
	padding:10px;
}
header.open1{
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(102, 102, 102, 0.2);
    background:#F3F3F3;
    /* transition: all 0.5s; */
    animation: headerUp 0.5s;
	height:80px;
	padding:10px;
}

@keyframes headerUp{
    from{
        opacity: 0;
        transform: translate(0,-120px);
    }
    to{
        opacity: 1;
        transform: translate(0,0);
    }
}

header.open .icon-bar{
    background: #999;
}
header.open .logo{
    filter: none;
    -webkit-filter: none;
}
header.open1 .icon-bar{
    background: #999;
}
header.open1 .logo{
    filter: none;
    -webkit-filter: none;
}
header .w1400{
    height: 100%;
    overflow: hidden;
}
header .left{
    height: 100%;
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
header .logo {
    width: auto;
    max-width: 400px;
    height: 100%;
    filter: grayscale(100%) brightness(500%) contrast(200%);
    -webkit-filter: grayscale(100%) brightness(500%) contrast(200%); 

}
header .logo a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .logo img {
   height: 100%;
    object-fit: contain;
}


header .right {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

header .right li {
  
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 30px ;
}

header .right li a {
     display: flex;
    font-size: 16px;
    flex-direction: row;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    padding-left: 40px;
}

header .right li a i {
     font-size: 18px;
    line-height: 1;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-bottom: 5px;
}
header .right li a .is{
   position: absolute;
   left: 0;
   top: -35px;
   display: flex;
   flex-direction: column;
   width: 30px;
    transition: ease .5s;
}
header .right li a .is .i2{
    color: #f28f01;
    border: 1px solid #f28f01;

}
header .right li:hover  .is{
  top: 0;
    
}
header .right li:hover a span{
    color: #f28f01;
}

header.open .right li a{
    color: #666;
}
header.open .right li a i{
    color: #999;
    border: 1px solid #999;
}
header.open1 .right li a{
    color: #666;
}
header.open1 .right li a i{
    color: #999;
    border: 1px solid #999;
}

header .right .language {

    position: relative;

}

header .right .language-list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0px 0 0;
}

header .right .language-list li {
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header .right .language-list li:last-child {
    border-bottom: 0;
}

header .right .language-list li a {
    padding: 10px 10px;
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
    border-left: 0;
    margin-left: 0;
}
.phone-nav{
	display:none;
}
.nav{
    display: none;
    width: 100%;
    height: 100vh;
    background: #F3F3F3;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 99999;
    padding-top: 80px;
}
.nav .w1400{
    height: 100%;
}
.nav .w1400 .left{
    width: 20%;
    height: 100%;
    min-width: 200px;
    border-right: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav .w1400 .left .nav1{
    width: 100%;
}
.nav .w1400 .left .nav1 li{
    padding: 20px 0;
}
.nav .w1400 .left .nav1 li a{
    display: inline-block;
    font-size: 24px;
    color: #333;
    width: 100%;
    position: relative;
    padding: 10px 0 10px 45px;
}
.nav .w1400 .left .nav1 li a:hover{
   font-weight: bold;
}
.nav .w1400 .left .nav1 li a::before{
    content: '';
    display: inline-block;
    border-left: 10px solid #999;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}



.nav .w1400 .right{
    width: 80%;
	height:100%;
    position: relative;
}
.nav .w1400 .right .ul-list{
    display: flex;
    flex-direction: column;
}
.nav .w1400 .right .ul-list>li{
    /* display: none; */
    /* visibility: hidden; */
	width:100%;
	  height: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.nav .w1400 .right .ul-list>li.on{
    opacity: 1;
z-index:9;
}
.nav .w1400 .right .ul-list>li .item{
	width:100%;
}
.nav .w1400 .right .nav2{
    width: 45%;
}
.nav .w1400 .right .nav2 li{
    font-size: 20px;
    color: #666;
    padding: 10px 0;
    border-bottom: 1px solid rgba(102, 102, 102, 0.1);
    transform: translateX(100px);
    opacity: 0;
    transition: all  1s;
}
.nav .w1400 .right .ul-list>li.on .nav2 li{
    transform: translateX(0px);
    opacity: 1;
	z-index:9;
}
.nav .w1400 .right .nav2 li a{
    padding: 10px 8%;
    display: inline-block;
}
.nav .w1400 .right .nav2 li a:hover{
    color: #000;
    font-weight: bold;
}

.nav .w1400 .right .ul-list>li.on .nav2 li:nth-child(1){
   transition-delay: 0s;
}
.nav .w1400 .right .ul-list>li.on .nav2 li:nth-child(2){
   transition-delay: 0.15s;
}
.nav .w1400 .right .ul-list>li.on .nav2 li:nth-child(3){
   transition-delay: 0.3s;
}
.nav .w1400 .right .ul-list>li.on .nav2 li:nth-child(4){
   transition-delay: 0.45s;
}
.nav .w1400 .right .ul-list>li.on .nav2 li:nth-child(5){
   transition-delay: 0.6s;
}
.nav .w1400 .right .ul-list>li.on .nav2 li:nth-child(6){
   transition-delay:0.75s;
}


.nav .w1400 .right .imgs{
    width: 50%;
}
.nav .w1400 .right .imgs img{
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
}














.right-sidebar {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9;
    padding: 5px;
    background: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.right-sidebar li {
    cursor: pointer;
}

.right-sidebar li a {
    display: inline-block;
    padding: 15px 5px 15px 8px;

}

.right-sidebar li a i {
    font-size: 28px;
    color: #999;
}

.right-sidebar li:hover a i {
    color: var(--color);
}





.banner {
    width: 100%;
    min-height: 400px;
    height: 100vh;
    overflow: hidden;
}

.banner .swiper {
    width: 100%;
    height: 100%;
}

.banner .swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner .swiper .swiper-slide .info {
    position: absolute;
    top: 60%;
    left: 9%;
    transform: translateY(-50%);
    color: #fff;
}

.banner .swiper .swiper-slide .info h2 {
    text-align: left;
    font-size: 72px;
    line-height: 1.2;
    font-weight: bold;
}
.banner .swiper .swiper-slide .info h3{
    font-size: 48px;
    line-height: 1.6;
}
.banner .swiper .swiper-slide .info h4{
    font-size: 28px;
    line-height: 1;
}
.banner .swiper .swiper-slide .info a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 45px;
    /* padding: 1px 0 0; */
    color: #fff;
    font-size: 16px;
    border-radius: 23px;
    /* transition: all .3s; */
    border: 1px solid #fff;
    margin-top: 10%;
}
.banner .swiper .swiper-slide .info a:hover{
    background: #fff;
    color: #666;
}
.banner .swiper .swiper-slide .info a i{
    font-size: 20px;
    transform: rotate(-90deg);
    margin-left: 10px;
    margin-bottom: 3px;
    font-weight: 300;
}


.banner .swiper .swiper-pagination {
    bottom: 8%;
    position: absolute;
    left: 10%;
    z-index: 2;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: flex-end;

}

.banner .swiper .swiper-pagination1 {
    margin-right: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.banner .swiper .swiper-pagination1 span {
    font-size: 20px;
    color: #fff;
    padding: 0 8px;

}

.banner .swiper .swiper-pagination1 .sp1 {
    font-size: 48px;
    line-height: 1;
    margin-bottom: -8px;
}

.banner .swiper .swiper-pagination1 .sp2 {
    line-height: 1;
    margin-bottom: -4px;
}

.banner .index-banner-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    margin: 0 15px;
    cursor: pointer;
}

.banner .index-banner-bullet-active {
    position: relative;
}
.banner .index-banner-bullet-active::after{
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
   border: 1px solid #fff;
}





/* 首页 */

.common-title h4{
    font-size: 30px;
    color: var(--color);
    line-height: 1.6;
    font-weight: bold;
}
.common-title h3{
    color: #333;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    line-height: 1.6;
    padding-bottom: 20px;
}
.common-title h3::after{
    content: "";
    display: inline-block;
    width: 40px;
    height: 4px;
    background: #c81b1d;
    position: absolute;
    bottom: 0;
    left: 0;
}

.common-more{
    display: inline-block;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #999;
    padding:  0 40px;
    border-radius: 25px;
    border: 1px solid #ccc;
    position: relative;
    margin-top: 40px;
}

.common-more .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: #ccc;
    color: #fff;
    position: absolute;
    right: -30px;
    top: 0;
    transform: rotate(-45deg);
   
}
.common-more:hover{
    color: #666;
    border-color: #999;
}
.common-more:hover .icon{
    background: var(--color);
}







.index-page1 {
    position: relative;
    padding: 50px 0;
	overflow:hidden;
}
.index-page1 .top{
    justify-content: space-between;
}
.index-page1 .top .left {
    width: 40%;
}
.index-page1 .top .right{
    width: 50%;
    padding: 50px 0;
    font-size: 18px ;
    color: #666;
    line-height: 2;
}
.index-page1 .bottom {
    padding: 50px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);

}
.index-page1 .bottom ul{
    justify-content: space-around;
}
.index-page1 .bottom ul li{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
   
}
.index-page1 .bottom ul li span{
    font-size: 80px;
    font-weight: bold;
    font-style: italic;
    color: var(--color);
    margin-right: 15px;
    line-height: 1;
   
}
.index-page1 .bottom ul li .ps{
    font-size: 18px;
    line-height: 1.4;
    
}
.index-page1 .bottom ul li .ps .p2{
    color: #333;
}
.index-page2 {
    height: 100vh;
    width: 100%;
    position: relative;
	padding:80px 0;
	overflow:hidden;
}
.index-page2  img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.index-page2 video {
    padding: 5% 1px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-page2 iframe {
    padding: 3% 1px 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-page3{
    background: url('../images/bg_1.png') no-repeat top center;
    background-size: 100% 100%;
    padding: 360px 0 100px;
    margin-top: -100px;
	overflow:hidden;
}
.index-page3 .w1400{
    justify-content: space-between;
}
.index-page3 .left{
    width: 30%;
}
.index-page3 .left ul li{
	display:none;
}
.index-page3 .left ul li:first-child{
	display:block;
}
.index-page3 .left .name{
    font-size: 20px;
    color: var(--color);
    display: flex;
    align-items: flex-end;
    margin: 30px 0 20px;
}
.index-page3 .left .name i{
    font-size: 36px;
    margin-right: 15px;
   transform: translateY(2px);
}
.index-page3 .left .editor{
    font-size: 16px ;
    line-height: 2;
    color: #666;
    width: 80%;
}

.index-page3 .right {
    width: 50%;
   margin-right: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:  0 100px;
}

.index-page3 .right .img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    padding: 60px;
    border-radius: 50%;
    border: 2px solid var(--color);
}

.index-page3 .right img {
    border-radius: 50%;
	 display: none;
}
.index-page3 .right img:first-child {
    display: block;
}

.index-page3 .right ul li {
    position: absolute;
    text-align: center;
     cursor: pointer; 
}

.index-page3 .right ul li:hover {
    color: var(--color);
}

.index-page3 .right ul li:hover i {
    background: var(--color);
    color: #fff;
}

.index-page3 .right ul li p {
    font-size: 16px;
    line-height: 40px;
}

.index-page3 .right ul li i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid var(--color);
    background: #fff;
    font-size: 36px;
    color: var(--color);
}

.index-page3 .right ul li:nth-child(1) {
    top: 0;
    left: 50%;
    transform: translate(-50%, -80px);
    display: flex;
    flex-direction: column-reverse;
}

.index-page3 .right ul li:nth-child(1) i {
    padding-bottom: 5px;
}

.index-page3 .right ul li:nth-child(2) {
    display: flex;
    flex-direction: row;
    align-items: center;
    top: 50%;
    left: 100%;
    transform: translate(-40px, -50%);
}

.index-page3 .right ul li:nth-child(2) p {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(10px, -50%);
    white-space: nowrap;
}

.index-page3 .right ul li:nth-child(3) {
    top: 50%;
    right: 100%;
    transform: translate(40px, -50%);
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.index-page3 .right ul li:nth-child(3) p {
    margin-right: 10px;
    white-space: nowrap;
}
.index-page4{
    background: url('../images/bg_2.png') no-repeat top center;
    background-size: 100% 100%;
    padding: 300px 0 80px;
    margin-top: -160px;
    overflow:hidden;
}
.index-page4 .w1400{
    position: relative;
}
.index-page4 .left{
    width: 30%;

}
.index-page4 .left .editor{
    font-size: 16px ;
    line-height: 2;
    color: #666;
    margin-top: 40px;
}
.index-page4 .tip{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    color: #666;
    opacity: 0.4;
    line-height: 2;
}
.index-page4 .right {
    width: 60%;
    margin-right: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-page4 .right img{
    border-radius: 0;
}

.index-page5{
    background: url('../images/bg_3.png') no-repeat top center;
    background-size: 100% 100%;
    padding: 270px 0 100px;
    margin-top: -160px;
	overflow:hidden;
}

.index-page5 .bottom{
   
    justify-content: space-between;
}
.index-page5 .bottom .left{
	 width: 43%;
}
.index-page5 .bottom .left .l-top{
	height:120px;
}
.index-page5 .bottom .left .l-bottom{
	 margin-top: 30px;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px 2px rgba(160, 160, 160, .2);
    background: #fff;
    display: flex;
    flex-direction: column;
}
.index-page5 .bottom .left .l-bottom>a{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.index-page5 .bottom .left .img{
    height: 350px;
    width: 100%;
    overflow: hidden;
}
.index-page5 .bottom .left .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
}
.index-page5 .bottom .left:hover img{
    transform: scale(1.1);
}
.index-page5 .bottom .left-info{
    width: 100%;
	height: 100px;
    /* height: 100px; */
    /* align-items: center; */
}

.index-page5 .bottom .left-info-l{
    width: 18%;
    border-right: 1px solid #ccc;
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} 
.index-page5 .bottom .left-info-l h3{
    font-size: 48px;
    color: var(--color);
    line-height: 1;
    margin-bottom: 6px;
    font-weight: bold;
}
.index-page5 .bottom .left-info-r{
    padding: 20px 30px;
    width: 82%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
	
}
.index-page5 .bottom .left-info-r h4{
    font-size: 18px ;
    line-height: 1.4;
	color: #999;
/*     color: var(--color); */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	padding-left:50px;
	position:relative;
	
}
.index-page5 .bottom .left-info-r h4::before{
	    content: '';
    display: flex;
    width: 40px;
    height: 20px;
    background: url(../images/new_icon.png) no-repeat center;
    background-size: contain;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}


.index-page5 .bottom .left-info-r p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #999;
}
.index-page5 .bottom .left:hover .left-info-r h4{
    color: var(--color);
}


.index-page5 .bottom .right{
    width: 55%;
    box-shadow: 0 0 5px 2px rgba(160, 160, 160, .2);
    border-radius: 10px;
    overflow: hidden;
    background:#fff;
    margin-top: 150px;
}
.index-page5 .bottom .right ul{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.index-page5 .bottom .right li{
    border-bottom: 1px solid rgba(153,153,153, 0.1);
    height: 70px;
    line-height: 70px;
    transition: all 0.8s;
    /* background: #fff; */
}

.index-page5 .bottom .right li a{
    padding: 0 35px;
    height: 100%;
}
.index-page5 .bottom .right li.active a{
    padding: 20px 35px;
}
.index-page5 .bottom .right li .item-left{
     width: 75%; 
    /* flex: 1; */
    margin-right: 5%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index-page5 .bottom .right li .item-left h4{
    font-size: 20px;
    color: var(--color);
    line-height: 1.6;
    margin-bottom: 10px;
}
.index-page5 .bottom .right li .item-left p{
    font-size: 16px;
    color: #999;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    opacity: 0; 
    height: 0;
}
.index-page5 .bottom .right li .item-left h5{
	width:100%;
    font-size: 18px;
    color: #666;
    line-height: 2;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	position:relative;
	
}
.index-page5 .bottom .right li:first-child .item-left h5{
	padding-left:50px;
}
.index-page5 .bottom .right li:first-child .item-left h5::before{
	content: '';
    display: flex;
    width: 40px;
    height: 20px;
    background: url(../images/new_icon.png) no-repeat center;
    background-size: contain;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
		
	}
.index-page5 .bottom .right li .item-right{
    width: 20%;
    min-width: 120px;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.index-page5 .bottom .right li .item-right h3{
    display: none;
}
.index-page5 .bottom .right li .item-right p{
    display: none;
}
.index-page5 .bottom .right li .item-right .time{
    font-size: 16px;
    color: #999;
    line-height: 1.6;
}
.index-page5 .bottom .right li.active{
    height: 170px;
    box-shadow: 0 0 5px 2px rgba(160, 160, 160, .2);
}
.index-page5 .bottom .right li.active a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.index-page5 .bottom .right li.active .item-left h5{
    color: var(--color);
    margin-bottom: 20px;
}
.index-page5 .bottom .right li.active .item-left p{
    opacity: 1;

    height: auto;
}
.index-page5 .bottom .right li.active .item-right h3{
    font-size: 48px;
    color: var(--color);
    line-height: 1;
    margin-bottom: 6px;
    font-weight: bold;
    display: block;
}
.index-page5 .bottom .right li.active .item-right p{
    font-size: 12px;
    color: #666;
    line-height: 1;
    display: block;
}
.index-page5 .bottom .right li.active .item-right .time{
    display: none;
}
.index-page5 .bottom .right li:hover .item-left p{
    /* color: var(--color); */
}
.index-page5 .bottom .right li:hover .item-left h5{
    color: var(--color);
}
.index-page5 .bottom .right li:hover .item-right .time{
    color: var(--color);
}




.index-page6{
    background: url('../images/bg_4.png') no-repeat top center;
    background-size: 100% 100%;
    padding: 270px 0 100px;
    margin-top: -120px;
}
.index-page6 ul{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-top: 30px;
}
.index-page6 ul li{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px 3px rgba(160, 160, 160, .2);
}
.index-page6 ul li img{
    width: 100%;
    object-fit: contain;
}
.index-page6 .swiper{
	padding:20px 10px;
	margin-top:30px;
}
.index-page6 .swiper-slide{
	 border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px 3px rgba(160, 160, 160, .2);
	transition:all 0.5s;
}
.index-page6 .swiper-slide img{
    width: 100%;
    object-fit: contain;
	transition:all 0.5s;
}
.index-page6 .swiper-slide:hover{
	box-shadow: 0 0 5px 3px rgba(160, 160, 160, .5);
}
.index-page6 .swiper-slide:hover img{
	transform:scale(1.1);
	
}








.dialog{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 11;
    background: rgba(0, 0, 0, .8);
    display: none;
}
.dialog .dialog-content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dialog .dialog-content .video {
    width: 70%;
    height: 80vh;
}
.dialog .dialog-content iframe{
    width: 100%;
    height: 80vh;
    object-fit: contain;
}
.dialog .close{
    position: absolute;
    top: 10%;
    right: 10%;
    z-index: 9;
    color: #fff;
   cursor: pointer;
   transform: translateY(-50%);
}
.dialog .close i{
    font-size: 40px;

}



.banner2 {
    height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.banner2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner2 .w1400 {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    /* width: 100%; */
    color: #fff;
    padding-bottom: 30px;
}
.banner2 .w1400::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 60px;
    height: 4px;
    background: #c81b1d;
}
.banner2 .w1400 h2 {
    font-size: 52px;
    font-weight: bold;
    line-height: 1.3;
}

.banner2 .w1400 h3 {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.3;
}

.banner2 .w1400 a {
    display: inline-block;
    padding: 10px;
    border: 1px dashed #fff;
    border-radius: 50%;
}

.banner2 .w1400 i {
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 32px;
    color: var(--color);
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
}

.common-nav {
    padding: 20px 0;
    border-bottom: 1px solid rgba(190, 190, 190, 0.2);
	position: sticky;
    background: #fff;
    top: 0;
	width:100%;
	z-index:8;
	transition:all 0.6s;
}
.common-nav.hide{
	opacity:0;
	
}
.common-nav ul {
    gap: 20px;
}

.common-nav li {
    border: 1px solid #ccc;
    border-radius: 25px;
    color: #999;
    font-size: 16px;
}

.common-nav li.active {
    border-color: var(--color);
    background: var(--color);
    color: #fff;
}

.common-nav li:hover {
    border-color: var(--color);
    background: var(--color);
    color: #fff;
}

.common-nav li a {
    display: inline-block;
    width: 100%;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
}

.common-navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
    font-size: 16px;
    color: #666;
}
.common-navbar a:hover{
    color: var(--color);
    text-decoration: underline;
    /* border-bottom: 1px solid var(--color); */
}
.common-navbar span{
    margin: 0 10px;
}
.common-navbar span i{
    font-size: 12px;
}









.about-page .title{
    font-size: 32px ;
    font-weight: bold;
    color: var(--color);
    width: 100%;   
    text-align: center; 
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.about-page .title::after{
    content: "";
    display: inline-block;
    width: 40px;
    height: 4px;
    background: #C81B1D;

    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.about-page1 {
    justify-content: space-between;
    padding: 70px 0;
    overflow: hidden;
}
.about-page1 .title{
    text-align: left;
}
.about-page1 .title::after{
    left: 0;
    transform: translateX(0);
}
.about-page1 .left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about-page1 .left .editor{
    font-size: 18px ;
    color: #666;
    line-height: 1.8;
}
.about-page1 .left .bottom{
    margin-top: 80px;
}
.about-page1 .left .bottom h3{
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
.about-page1 .left .bottom ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}
.about-page1 .left .bottom ul li{
   line-height:1.4;
   padding: 10px 20px;
   border: 1px solid #ccc;
    border-radius: 20px;
    cursor: pointer;
    color: #999;
    font-size: 16px;
}
.about-page1 .left .bottom ul li:hover {
   border-color: var(--color);
   color: var(--color);
}
.about-page1 .right {
    width: 45%;
    margin-right: -100px;
}
.about-page1 .right img {
   width: 100%;
   object-fit: contain;
}
.about-page3{
    margin-bottom: 70px;
}
.about-page3 ul{
    gap: 30px;
}
.about-page3 li {
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
}
.about-page3 li a{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 35px 40px;
    background: #666;
    color: #fff;
}
.about-page3 li:hover a {
    background: var(--color);
}
.about-page3 li a img{
  height: 40px;
  object-fit: contain;
}
.about-page3 li a p{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    line-height: 2;
    font-size: 24px;
}
.about-page3 li a p i{
    font-size: 24px;
}

.about-page4{
    width: 100%;
    padding: 75px 0 90px;
    background: url('../images/about_page4_1.jpg') no-repeat center center;
    background-size: cover;
}

.about-page4 .top{
    width: 100%;
    position: relative;
    margin: 140px 0 90px;
}
.about-page4 .top img{
    width: 100%;
    object-fit: contain;
    
}
.about-page4 .top .swiper2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    overflow: unset;
}

.about-page4 .top .swiper2 .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.about-page4 .top .swiper2 .swiper-slide span{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--color);
    position: relative;
    /* z-index: 5; */
}
.about-page4 .top .swiper2 .swiper-slide span::before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
   
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index:-1;
}
.about-page4 .top .swiper2 .swiper-slide.swiper-slide-thumb-active span::before{
    border: 1px solid var(--color);
    background: #fff;

}
.about-page4 .top .swiper2 .swiper-slide p{
	height:40px;
    white-space: nowrap;
    font-size: 24px;
    color: #666;
    margin-bottom: 20px;
	transition: all 0.6s;
}
.about-page4 .top .swiper2 .swiper-slide.swiper-slide-thumb-active p{
	color:var(--color);
	font-size:30px;
	font-weight:bold;
}
.about-page4 .top .swiper2 .swiper-slide:nth-child(1){
    transform: translateY(-20px);
}
.about-page4 .top .swiper2 .swiper-slide:nth-child(2){
    transform: translateY(-30px);
}
.about-page4 .top .swiper2 .swiper-slide:nth-child(3){
    transform: translateY(-16px);
}
.about-page4 .top .swiper2 .swiper-slide:nth-child(4){
    transform: translateY(-34px);
}
.about-page4 .top .swiper2 .swiper-slide:nth-child(5){
    transform: translateY(-13px);
}
.about-page4 .top .swiper2 .swiper-slide:nth-child(6){
    transform: translateY(-28px);
}
.about-page4 .top .swiper2 .swiper-slide:nth-child(7){
    transform: translateY(-39px);
}

.about-page4 .swiper1{
    width: 100%;
    height: 100%;
    position: relative;
}
.about-page4 .swiper1 .swiper-slide{
    height: auto;
   padding: 0 10%;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   /* align-items: center; */
}
.about-page4 .swiper1 .swiper-slide .left{
    width: 45%;
    
}
.about-page4 .swiper1 .swiper-slide .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.about-page4 .swiper1 .swiper-slide .right{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-page4 .swiper1 .swiper-slide .right h3{
    font-size: 30px;
    color: var(--color);
    font-weight: bold;
}

.about-page4 .swiper1 .swiper-slide .right .editor{
    font-size: 18px;
    color: #333;
    line-height: 30px;
    padding: 20px 0;
   
}
.about-page4 .swiper1 .swiper-slide .right h4{
    font-size: 30px;
    color: var(--color);
    font-weight: bold;
    padding: 10px 50px ;
    text-align: center;
}
.about-page4 .swiper1 .swiper1-btn{
    position: absolute;
    bottom: 0;
    z-index: 8;
    cursor: pointer;
}
.about-page4 .swiper1 .swiper1-btn i{
     font-size: 24px;
     color: #999;
}
.about-page4 .swiper1 .swiper1-btn.swiper1-button-prev i{
    transform: rotate(180deg);
    display: inline-block;
}
.about-page4 .swiper1 .swiper1-btn.swiper1-button-prev{
    left: calc(50% + 100px);
    bottom: 15px;
}
.about-page4 .swiper1 .swiper1-btn.swiper1-button-next{
    right: calc(10%  + 100px);
    bottom: 15px;
}
.about-page5{
    padding: 100px 0;
    position: relative;
}
.about-page5 .editor{
    margin-top: 50px;
}
.about-page5 .more{
    font-size: 14px;
    color: #666;
    padding: 15px 30px;
    border-radius:30px ;
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    bottom: 30px;
}
.about-page5 .more:hover{
    background: var(--color);
    color: #fff;
    border-color: var(--color);
}
.about-page6 {
   height: 600px;
    background: url('../images/about_page6_1.jpg') no-repeat bottom center;
    background-size: cover; 
    padding: 90px 0 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.about-page6>i{
    font-size: 40px;
    color: #999;
}
.about-page6 .title{
    margin-top: 20px;
    font-size: 20px;
    color: #000;
}
.about-page6 .list2 li{
    display: none;
  
}
.about-page6 .list2 li:first-child{
    display: block;
}
.about-page6 .list2 li h4{
    font-size: 30px;
    color: #333;
    animation-name:up2;
    animation-duration:0.8s;
}
.about-page6 .list2 li p{
    color: var(--color);
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    animation-name:up;
    animation-duration:0.8s;
}
@keyframes up {
    from {transform: translate(-50%,20px);}
    to {transform: translate(-50%,0px);}
  }
  @keyframes up2 {
    from {transform: translateY(20px);}
    to {transform: translateY(0px);}
  }
.about-page6 .swiper{
    width: 800px;
    height:800px;
    margin-top: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    
}
.about-page6 .swiper-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  
}
.about-page6 .swiper-slide{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10%;
    height: 100%;
    text-align: center;
}
.about-page6 .swiper .swiper-slide span{
    font-size: 24px;
    color: #000;

}
.about-page6 .swiper .swiper-slide p{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.about-page6 .swiper .swiper-slide-active span{
    display: inline-block;
    font-weight: bold;
    color: #f00;
}
.about-page6 .r1{
    transform: translateX(-50%) rotate(15deg);
}
.about-page6 .r2{
    transform: translateX(-50%) rotate(30deg);
}
.about-page6 .r3{
    transform: translateX(-50%) rotate(45deg);
}
.about-page6 .r4{
    transform: translateX(-50%) rotate(60deg);
}
.about-page6 .r5{
    transform: translateX(-50%) rotate(75deg);
}
.about-page6 .r6{
    transform: translateX(-50%) rotate(90deg);
}
.about-page6 .r7{
    transform: translateX(-50%) rotate(105deg);
}
.about-page6 .r8{
    transform: translateX(-50%) rotate(120deg);
}
.about-page6 .r9{
    transform: translateX(-50%) rotate(135deg);
}
.about-page6 .list{
    width:860px;
    height:860px;
    border-radius: 50%;
    position: absolute;
    margin: 0 auto;
    bottom: -637px;
    left: 50%;
    transform: translateX(-50%);
    /* background: rgba(0, 0, 0, .2); */
    z-index: 4;
    transition: all .5s;
}
.about-page6 .list li{
    /* width: 10%; */
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
}
.about-page6 .list li p{
    display: none;
}
.about-page6 .list li span{
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 5;
    transform: translateX(-50%);
    font-size: 24px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    padding: 5px;
}
.about-page6 .list li.active span{
    font-size: 30px;
    color: #f00;
    top: -5px;
    font-weight: bold;
}


.common-page{
    width: 100%;
    background: #F5F5F5;
    padding: 30px 0;
}
.common-page .title{
    font-size: 26px;
    font-weight: bold;
    line-height: 2;
    color: var(--color);
    margin-bottom: 20px
}
.common-page ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
	margin-bottom:20px;
}
.common-page li{
    width: 100%;
    background: #fff;
   
    border-radius: 10px;
}
.common-page li a{
    justify-content: space-between;
    padding: 20px;
    width: 100%;
    height: 100%;
}
.common-page li .left{
    width: 30%;
	height:240px;
	overflow:hidden;
	border-radius: 10px;
}
.common-page li .left img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.common-page li:hover .left img{
	transform:scale(1.05);
	transition:all 0.8s;
}
.common-page li .right{
    width: 67%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.common-page li .right h3{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    line-height: 2;
}
.common-page li .right p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5;
    height: 100px;
    width: 96%;
}
.common-page li .right .more{
    font-size: 16px;
    color: var(--color);
    display: flex;
    align-items: center;
}
.common-page li .right .more i{
    margin-left: 10px;
 font-size: 20px;
 margin-top: 2px;
}
.common-page li:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.common-page li:hover h3{
    color: var(--color);
}
  .common-page2{
	  min-height:100px;
  }
.common-page2 ul {
	margin:50px 0 30px;
}
.common-page2 ul li{
	border-bottom:1px dashed #999;
	/*  margin-bottom:10px; */
}
.common-page2 ul li a{
	padding: 30px 30px 30px 50px;
	position:relative;
}
.common-page2 ul li a::before{
	content:'';
	display:inline-block;
	width:6px;
	height:6px;
	border-radius:50%;
	background:var(--color);
	position:absolute;
	left:20px;
	top:50%;
	 transform:translateY(-50%);
}
.common-page2 ul li a h3{
	font-size:24px;
	font-weight:bold;
	width:80%;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.common-page2 ul li a .time{
	font-size:16px;
	color:#999;
	white-space: nowrap;
}
.common-page2 ul li:hover{
/* 	box-shadow:0 0 5px 5px rgba(0,0,0,.25); */
	background:rgba(240,240,240,.3);
}
.common-page2 ul li:hover h3{
	color:var(--color);
}



.common-page-detail{
    padding: 20px 30px;
}
.common-page-detail .editor{
    font-size: 18px;
    line-height: 2;
}
.common-page-detail .editor h3{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
}
.common-page-detail .editor .title{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
}


.video-page {
    padding: 50px 0;
    background: #F5F5F5;
    width: 100%;
}

.video-page ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.video-page ul li {
   
    position: relative;
    cursor: pointer;
	padding-bottom:40px;
}
.video-page ul li span{
    display: none;
}
.video-page ul li p{
	font-size:20px;
	line-height:2;
	color:#333;
	text-align:center;
	margin-top:5px;
}

.video-page ul li  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	 border-radius: 10px;
}

.video-page ul li i {
    color: #fff;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-page ul li:hover img{
	box-shadow:0 0 5px 5px rgba(0,0,0,0.2);
}
.video-page ul li:hover p{
	color:var(--color);
}
.business1-page{
    padding: 30px 0;
}
.business1-nav{
	justify-content:center;
	padding:30px 0 40px;
}
.business1-nav li{
	font-size:24px;
	padding: 15px 60px;
	border-radius:40px;
	background:#E6E6E6;
	margin: 0 20px;
	cursor:pointer;
}
.business1-nav li.active{
	background:var(--color);
	color:#fff;
}
.business1-page .editor{
	display:none;
}
.business1-page .editor:first-of-type{
	display:block;
}
.business2-page{
    padding: 30px 0 ;
}
.business2-page .left{
    width: 150px;
    height: 100%;
    margin-right: 50px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    text-align: center;
    overflow: hidden;
    padding: 5px 0;
}
.business2-page .left .top i{
    font-size: 24px;
    color: #999;
    margin: 10px 0;
    display: inline-block;
}
.business2-page .left .top h4{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-bottom: 20px;
}
.business2-page .left li{
    width: 100%;
    text-align: center;
    height: 55px;
    line-height: 55px;
    border-top: 1px solid #e8e8e8ee;
    font-size: 14px;
    color: #666;
}
.business2-page .left li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.business2-page .left li.active{
    background: var(--color);
    color: #fff;
}
.business2-page .left li:hover{
    background: var(--color);
    color: #fff;
}
.business2-page .right{
    flex: 1 ;
}
.business2-page .right .title{
    font-size: 20px;
    font-weight: bold;
    color: var(--color);
    width: 100%;
    line-height: 1.2;
    padding-bottom: 20px;
    border-bottom: 1px  solid #ddd;
}
.business2-page .right ul{
    margin: 30px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.business2-page .right ul li{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
	transition:all 0.5s;
}
.business2-page .right ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
		transition:all 0.5s;
}
.business2-page .right ul li:hover{
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, .3);
}
.business2-page .right ul li:hover img{
	transform:scale(1.1);
}
.business2-page .right ul li .info{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding: 20px 12px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 14px;
    line-height: 2.4;
}
.business2-page .right ul li .info p{
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.business3-page {
    padding: 30px 0;
}
.business3-page ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.business3-page ul li .img{
    width: 100%;
	height:300px;
    object-fit: contain;
    border-radius: 10px;
	overflow:hidden;
	
}
.business3-page ul li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all 0.5s;
}
.business3-page ul li:hover .img{
	box-shadow:0 0 5px 3px rgba(0,0,0,.2);
}
.business3-page ul li:hover img{
	transform:scale(1.1);
	
}

.business3-page ul li p{
    font-size: 20px;
    color: #666;
    line-height:1.6;
    margin-top: 10px;
    text-align: center;
}

.ship-page{
    padding: 30px 0;
}
.ship-page ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.ship-page ul li{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.ship-page ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.ship-page ul li:hover img{
    transform: scale(1.1);
    transition: all 0.6s;
}
.ship-page ul li:hover{
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .3);
}
.ship-page ul li img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ship-page ul li .bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: rgba(10,57,122, 0.7);
    color: #fff;
    font-size: 16px;
}
.ship-page ul li .bottom p{
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ship-page ul li .bottom i{
    font-size: 24px;
    color: #fff;
}

.ship-detail-page{
    padding: 30px 0;
}
.ship-detail-page .top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
}
.ship-detail-page .top .left{
    width: 50%;
}
.ship-detail-page .top .left .ship-detail-page-swiper1{
	margin-bottom:10px;
}
.ship-detail-page .top .left  .ship-detail-page-swiper1  img{
		 border-radius: 10px;
}
.ship-detail-page .top .left  img{
    width: 100%;
    object-fit: contain;
   
}
.ship-detail-page .top .left .ship-detail-page-swiper2{
	padding:5px 0 ;
}
.ship-detail-page .top .left .ship-detail-page-swiper2 .swiper-slide{
	padding:5px;
	border:1px solid #ccc;
	
}
.ship-detail-page .top .left .ship-detail-page-swiper2 .swiper-slide.swiper-slide-thumb-active{
	border:2px solid var(--color);
	transform:translateY(-1px);
}
.ship-detail-page .top .right{
    width: 45%;
}
.ship-detail-page .top .right .name{
    border-bottom:  1px solid #ccc;
    padding-bottom: 20px;
}
.ship-detail-page .top .right .name h3{
    font-size: 30px;
    color: var(--color);
    line-height: 2;
}
.ship-detail-page .top .right .name h4{
    color: #999;
    font-size: 18px;
    line-height: 2;

}
.ship-detail-page .top .right .editor{
    padding: 20px 0;
    font-size: 16px;
    line-height: 2;
    color: #666;
}
.ship-detail-page .top .right .editor h5{
    font-size: 18px;
    font-weight: bold;
}
.ship-detail-page .bottom{
    width: 100%;
}
.ship-detail-page .bottom .title{
    width: 100%;
   
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.ship-detail-page .bottom .title .left{
    height: 56px;
   background: var(--color);
   color: #fff;
    line-height: 56px;
    padding: 0 40px;
}
.ship-detail-page .bottom .title .right input{
    height: 56px;
    border-left: 1px solid #ccc;
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
    color: #999;
}
.ship-detail-page .bottom .title .right button{
    background: var(--color);
    color: #fff;
    padding: 0 25px;
    height: 56px;
}
.ship-detail-page .bottom .editor{
    display: none;
    padding: 30px 0;
    min-height: 300px;
}
.ship-detail-page .bottom .act{
    display: block;
}

.news-page .top{
    padding: 30px 0 60px;
    justify-content: space-between;
}

.news-page .top .left {
    width: 46%;
    height: 480px;
    border-radius: 10px;
    overflow: hidden;
}
.news-page .top .left  a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}
.news-page .top .left  a>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-page .top .left  a .info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(10,57,122,1), rgba(10,57,122,0));
    padding: 30px 30px 20px;
    color: #fff;
    font-size: 24px;
}
.news-page .top .left  a .info span{
    font-size: 16px;
}
.news-page .top .left  a .info p{
	/* display:flex;
	flex-direction:row;
	align-items:center; */
}
.news-page .top .left  a .info p::before{
	content:'';
	display:inline-block;
	width:40px;
	height:20px;
	background:url('../images/new_icon.png') no-repeat center;
	background-size: contain;
	margin-right:5px;
}
.news-page .top .left:hover a img{
	transform:scale(1.1);
	transition:all 0.5s;
}



.news-page .top .right{
    width: 50%;
}
.news-page .top .right li{
    height: 160px;
    border-bottom: 1px solid #ccc;
   padding: 20px 0;
}
.news-page .top .right li a{

    width: 100%;
    height: 100%;
}
.news-page .top .right li .img{
    width: 30%;
	height:120px;
	overflow:hidden;
    border-radius: 10px;
}
.news-page .top .right li img{
	width:100%;
	 height: 100%;
    object-fit: cover;
}
.news-page .top .right li:hover img{
	transform:scale(1.1);
	transition:all 0.5s;
	
}
.news-page .top .right li .item-info{
    width: 65%; 
    margin-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #333;
    font-size: 16px;
}
.news-page .top .right li .item-info h4{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
   margin: 10px 0 20px;

}
.news-page .top .right li:first-child .item-info h4{
 
	padding-left:45px;
	position:relative;
}

.news-page .top .right li:first-child .item-info h4::before{
	content:'';
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	display:flex;
	width:40px;
	height:20px;
	background:url('../images/new_icon.png') no-repeat center;
	background-size: contain;
	margin-right:5px;
}
.news-page .top .right li .item-info p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}
.news-page .top .right li:hover h4{
    color: var(--color);
}

.news-page .list {
    background: #F5F5F5;
    width: 100%;
    padding: 60px 0;

}

.news-page .list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px 20px;
}

.news-page .list li {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    border-radius: 10px;
    overflow: hidden;
}

.news-page .list li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    color: var(--color);
}

.news-page .list li:hover a {
    color: var(--color);
}

.news-page .list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 30px;
    color: #000;
    font-size: 16px;
}

.news-page .list li a h4 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    margin: 20px 0 30px;
    height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-page .list li a .img {
    width: 100%;
	height:160px;
    border-radius: 10px;
    margin-bottom: 20px;
	overflow:hidden;
}
.news-page .list li a .img img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.news-page .list li:hover img{
	transform:scale(1.1);
	transition:all 0.5s;
}
.news-page .list li .more {
    font-size: 14px;
    color: var(--color);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.news-page .list li .more i {
    font-size: 20px;
    margin-left: 10px;
}

.news-detail-page {
    padding: 60px 50px;
}
.news-detail-page>h5{
    font-size: 18px;
    color: #999;
    line-height: 2;
}
.news-detail-page>h3{
    font-size: 30px;
    color: #000;
    line-height: 1.6;
}
.news-detail-page .editor{
    margin-top: 30px;
    font-size: 18px;
    line-height: 2;
    color: #666;
}



.join-page {
    padding: 50px 0;
    color: #333;
}

.join-page li {
    font-size: 16px;
}

.join-page>h2 {
    font-size: 42px;
    line-height: 2;
    text-align: center;
}


.join-page .ul1 {

    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.join-page .ul1>li {}

.join-page .ul1 .li1 .ul2 {
    background: #F6F9FC;
    border-color: #F6F9FC;
    font-weight: bold;
}

.join-page .ul2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3%;
    /* height: 75px; */
    /* line-height: 75px; */
    border-radius: 20px;
    border: 1px solid #eee;
    padding: 20px 40px 20px 50px;

}

.join-page .ul2>li {
    flex: 1;
}

.join-page .ul2>li:last-child {
    width: 110px;
    text-align: center;
    flex: none;
}

.join-page .ul2>li span {
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    background: var(--color);
    border-radius: 20px;
    cursor: pointer;
}

.join-page .ul1 .info {
    width: 100%;
    margin: 20px 0;
    border: 1px solid var(--color);
    border-radius: 20px;
    overflow: hidden;
    padding: 10px 40px 40px;
    display: none;
}

.join-page .ul1 .info .title {
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    padding: 30px 15px;
    border-bottom: 1px solid #eee;
}

.join-page .ul1 .info .title h5 {
    font-size: 24px;
    color: var(--color);
    font-weight: bold;
    margin-bottom: 20px;
}

.join-page .ul1 .info .title p {
    color: #666;
    font-size: 16px;
}

.join-page .ul1 .info .title p span {
    padding: 0 20px;
}

.join-page .ul1 .info .title i {
    font-size: 26px;
    color: #999;
    cursor: pointer;
}

.join-page .ul1 .info .info-ul {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

.join-page .ul1 .info .info-ul li {
    padding: 10px 0;
}

.join-page .ul1 .info .info-ul li h6 {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 10px;
    color: var(--color);
}

.join-page .ul1 .info .info-ul li .editor {
    font-size: 16px;
    color: #666;
    line-height: 2;
}

.join-page .ul1 .info .email {
    display: inline-block;
    margin-top: 30px;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    background: var(--color);
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-left: 15px;
}




.contact-page {
    color: #333;
    margin-bottom: 100px;
}

.contact-page li {
    width: 100%;
    border-bottom: 1px solid #eee;
}

.contact-page li h3 {
    font-size: 48px;
    margin-bottom: 30px;
}

.contact-page li h5 {
    font-size: 20px;
    line-height: 1.4;
}

.contact-page li .w1400 {
    padding: 50px 0;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contact-page li:first-child .w1400 {
    flex-direction: column;
}

.contact-page li .left {
    width: 45%;
    font-size: 30px;
}

.contact-page li .right {
    width: 50%;
    line-height: 2;
}
.contact-page .right-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-page .right-list li {
    border-bottom: none;
    width: 48%;
    padding-right: 10%;
    padding: 20px 0 20px 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}
.contact-page .right-list li .l{
	width:30px;
}
.contact-page .right-list li .r{
	flex:1;
}
.contact-page .right-list li .r p {
    font-size: 20px;

    font-style: italic;
}
.contact-page .right-list li .l img{
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-top: 5px;
}
.contact-page .right .ewm{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.contact-page .right .ewm img{
    width: 120px;
    object-fit: contain;
    margin-right: 20px;
    border:4px solid #ddd;
    border-radius: 5px;
}
.contact-page .right .ewm span{
    font-size: 16px;
    color: #333;
}
.contact-page .right .ewm p{
    font-size: 20px;
    color: #333;
    line-height: 1.2;
}
.contact-page .map{
    width: 100%;
    padding: 60px 0;
}
.contact-page3{
    padding: 100px 0 0;
    
}
.contact-page3 h3{
    font-size: 36px;
    color: var(--color);
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
.contact-page3 h4{
    font-size:18px;
    color: #666;
    text-align: center;
    line-height: 2;
}
.contact-page3 .form{
    width: 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin: 30px auto;
    font-size: 14px;
}
.contact-page3 .form input{
    flex: 1;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(90, 90, 90, .4);
    font-size: 14px;
}
.contact-page3 .form textarea{
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(90, 90, 90, .4);
    font-size: 14px;
}
.contact-page3 .form .bottom {
    width: 100%;
}
.contact-page3 .form .bottom .yzm{
    width: 40%;
    position: relative;
    display: flex;
    border-radius: 5px;
}
.contact-page3 .form .bottom .yzm input{
    padding: 0 110px 0 20px;
    
}
.contact-page3 .form .bottom .yzm .img{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 100px;
    height: 100%;
    line-height: 45px;
    text-align: center;
    
}
.contact-page3 .form .bottom button{
    width: 30%;
    height: 100%;
    border-radius: 5px;
    color: #fff;
    background: var(--color);
    font-size: 16px;
}




footer {
    width: 100%;
    display: flex;
    flex-direction: column;
}

footer .top {
    padding: 40px 0;
    border-top: 1px solid var(--border-color);
}
footer .top li {
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer .top li .img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 12px;
    margin-bottom: 15px;
}
footer .top li:nth-child(1) .img{
   padding: 10px;
}
footer .top li:nth-child(2) .img{
    padding: 13px;
 }
 footer .top li:nth-child(3) .img{
    padding: 11px;
 }

footer .top li .img img {
   width: 100%;
    height: 100%;
    object-fit: contain;
}
footer .top li .p1{
    font-size: 14px ;
    color: #999;
    line-height: 2;
}
footer .top li .p2{
    font-size: 18px ;
    color: #666;
}
footer .center{
    border-top: 1px solid var(--border-color);
    padding: 40px 0;
}

footer .center .footer-nav1{
    justify-content: space-between;
}

footer .center .footer-nav2 li{
    font-size: 16px;
    color: #666;
    line-height: 2;
}
footer .center .footer-nav2 li:first-child{
    font-size: 20px;
    color: #333;
    padding-bottom: 20px;
    position: relative;
}
footer .center .footer-nav2 li:first-child::after{
    content: "";
    display: inline-block;
    width: 20%;
    height: 2px;
    background: #C91A1D;
    position: absolute;
    left: 0;
    bottom: 10px;
}
footer .center .footer-nav2 li:hover a{
    color: #000;
}
footer .bottom {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    border-top: 1px solid var(--border-color);
    color: #000;
    opacity: 0.5;
}

footer .bottom .w1200 {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

footer .bottom img {
    height: 40%;
    object-fit: contain;
    /* padding: 20px 0; */
}