@charset "utf-8";
/* top */
.w90{width: 100%; padding: 10px 5%;}
.p15{ padding: 0; padding-left: 15px; padding-right: 15px; }
*{	transition: all .3s ;
	-webkit-transition: all .3s;
	-moz-transition: all .3s }
.top {
    width: 100%;
    /* height: 100px; */
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}
.nytop .top{position: relative;}
.topitem {
    width: 100%;
    height: auto;
    position: relative;
}
.head {
    width: 100%;
}
.logo {
    width: 240px;
    height: 100px;
    /* background-color: rgba(0, 46, 125, 0.8); */
}
.logo a {
    width: 100%;
    height: 100%;
    justify-content: center;
}
.head_r {
    width: 950px;
    height: 100%; justify-content: flex-end;
}
.nav>ul>li{position: relative;}
.nav>ul>li>a {
	font-size: 16px;
	color: #ffffff;
    line-height: 100px;
    padding: 0px 27px;
    display: block;
}

.nav>ul>li>a i{ display: inline-block; vertical-align: middle; margin:-1px 5px 0 0; width: 0px; height: 1px; background-color: #fff;
	transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
	-webkit-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
	-moz-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
}
.nytop .nav>ul>li>a{color: #333;}
.nytop .nav>ul>li>a i{background-color: #333;}
.nav>ul>li:hover>a i,.nav>ul>li.active>a i{ width: 15px;}
/* .nav>ul>li.active {
    background-color: rgba(0, 46, 125, 0.8);
} */
.nav>ul>li.active>a {
    color: #000000;
    font-weight: bold;
}
.ernav {
    position: absolute;
    top: 80px;
    left: -40%;
    width: 180%;
   padding-top: 20px;
    z-index: 99;
    display: none;
}
.ernavitem {
    width: 100%; position: relative;
    background-color:rgba(0, 0, 0, .5);
    border-radius: 10px;
    box-shadow: 3px 3px 10px rgba(0,0,0,.1);
    padding: 10px 0;
}
.ernavitem::before{position: absolute; top:-10px; content: ''; left: 45%;border-left:10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, .5);}
.ernavitem {
    text-align: left;
}

.ernavitem ul {
    justify-content: flex-start;
    margin-top: 0px; width: 100%;
}
.ernavitem ul li{width: 100%;}
.ernavitem ul li a { text-align: center;
    padding: 10px; width: 100%;
    display: inline-block; border-bottom: 1px solid rgba(0, 0, 0, 1);
    background-color: transparent;
    color: #fff; 
}
.ernavitem ul li:last-child a{border-bottom:0}
.ernav a {
    font-size: 14px;
	color: #333333;
    display: flex; width: 100%;
    line-height: 30px;
}
.nav>ul>li:hover .ernav {
    display: block;
}
.nav>ul>li .ernav a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}

/* banner */

/* banner */
.banner_img {
    width: 100%;
    height: 100vh;  overflow: hidden;
}
.banner_pag .swiper-pagination-bullet {
    width: 40px;
	height: 4px;
    border-radius: 0px;
    opacity: 1;
	background-color: #ffffff;
    margin: 0px 6px !important;
}
.banner_pag .swiper-pagination-bullet-active {
    background-color: rgba(114, 0, 0, .8);
}
.bannerswiper .swiper-slide {
    position: relative;
}
.banner_desc {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}
.banner_desc h2 {
    font-size: 56px;
    font-weight: bold;
	color: #ffffff;
}
.banner_desc p {
	font-size: 20px;
	color: #ffffff;
    padding-top: 15px;
}
.button-prev, .button-next {
	transition: 0.5s;
	outline: none;
	position: absolute;
	width: 140px;
	z-index: 10;
	top: 65vh;
	transform: translateY(-34px);
	cursor: pointer;
}
.button-prev {
	left: 4vw;
}
.button-next {
	right: 4vw;
}

.button-prevb, .button-nextb {
	transition: 0.5s;
	outline: none;
	position: absolute;
	width: 100px;
	z-index: 10;
	top: 65vh;
	transform: translateY(-34px);
	cursor: pointer;
}
.button-prevb {
	left: 6vw;
}
.button-nextb {
	right: 6vw;
}

.button.disabled {
	opacity: 0.4;
	cursor: default;
}
#arrow-svg-home {
	transform: translateY(353px);
}
.button-next #arrow-svg-home,.button-nextb #arrow-svg-home {
	transform: translateY(353px) rotateY(180deg);
	transform-origin: 80px 0px 0px;
}
svg {
	transition: 0.5s;
}
.cls-1 {
	transition: 0.5s;
	opacity: 0.4;
	transform-origin: -20px 40px;
	opacity: 1;
}
.cls-4 {
	transition: 0.5s;
	stroke-width: 2px;
	stroke: #fff;
	fill: none;
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	opacity: 0.4;
	transform-origin: 0px 0px 0px;
}
#arrow-trg {
	transition: 0.5s;
	fill: #fff;
	transform: rotateY(180deg) translate(-53px, 39px);
}
#line {
	transition: 0.5s;
	stroke: #fff;
	transform: translate(50px, 42px);
}
.button-prev:not(.disabled):hover svg {
	transform: translateX(-25px);
}
.button-next:not(.disabled):hover svg {
	transform: translateX(25px);
}
.button-prevb:not(.disabled):hover svg {
	transform: translateX(-25px);
}
.button-nextb:not(.disabled):hover svg {
	transform: translateX(25px);
}
.button:not(.disabled):hover .cls-1 {
	transform: scale(1.1);
}
.button:not(.disabled):hover .cls-4 {
	stroke-dasharray: 2px;
	stroke-dashoffset: 2px;
	opacity: 1;
}
.button:not(.disabled):hover #arrow-trg {
	transform: rotateY(180deg) translate(-37px, 39px);
}
.button:not(.disabled):hover #line {
	transform: translate(35px, 42px) scaleX(0.33);
}


.neibanner{
    width: 100%;
    height:145px;
    overflow: hidden;
    background-size:contain;
    background-position: center center;
}

.detags {
    margin: 40px 0px 0px;
}
.detags p {
    font-size: 14px;
}
.detags p a {
    font-size: 14px;
    margin: 0px 5px;
}

.search-empty{
    width: 100%;
    text-align: center;
}

.nynav{
    width: 120px;
    background-color: #f5f5f5;
    position: fixed;
    top: 30%;
    left: 1%;
    z-index: 9;
    display: flex;   flex-direction: column; align-items: center; box-shadow: 3px 3px 10px rgba(0,0,0,.1);
    border-radius: 6px;
}
.navtit{margin: 20px; cursor: pointer;}
.navtit .iconfont{ 
    font-size: 18px;
    color: #333;
}
.nynavlist{
    width: 100%;
    padding: 0px 10px;
}
.nynavlist ul{display: flex; flex-direction: column; justify-content: center; align-items: center;}
.nynavlist ul li{
    width: 100%; border-bottom: 1px solid rgba(255, 255, 255, .8);
    padding: 10px 0px;
    text-align: center;
}
.nynavlist ul li a{
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    color: #333;
}
.nynavlist ul li:hover,.nynavlist ul li.active{
    background-color: #720000;
}
.nynavlist ul li:hover a,.nynavlist ul li.active a{

    color: #fff;
}
.nynav.off{background-color: transparent; box-shadow: none;  }
.off .navtit .iconfont{color: #720000;}
.off .nynavlist{display: none;}


.nypage{
    width: 100%;
    padding: 40px 8%;
    
}

.caseul{
    display: flex; flex-wrap: wrap; justify-content: space-between; flex-direction: column;
}
.caseul li{
    width: 100%;
    padding: 10px 0px;
}
.caseul li a{
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    color: #333;
}
.casediv{
    width: 100%; position: relative;
    padding: 0px;
    text-align: center;
}
.caseul .caseimg{
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.caseimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.caseimg:hover{box-shadow: 3px 3px 10px rgba(0,0,0,0.2);}
.caseimg:hover img{
    transform: scale(1.1);
}
.casediv .casedesc{
    transition: all .3s ;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    flex-direction: column;
    justify-content: flex-start; align-items: flex-start;
    z-index: 2;
    padding: 15px;
    color: #fff;
}
.casediv:hover .casedesc{
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 1));
}
.casedesc .h2{ text-align: left; display: flex;
    font-size: 20px; color: #fff; width: 100%;
    font-weight: bold;
}
.casedesc .desc{ text-align: left;
    font-size: 14px; color: #fff;
}
.logoicon{position: absolute; right: 20px; top: 20px; z-index: 2;}


/* 联系我们 */
.contact_t {
    background-color: #f7f8fa;
    padding: 70px 0px;
}
.neititle {
    font-size: 28px;
    color: #333333;
    text-align: center;
}
.contact_mapitem {
    margin-top: 50px;
}
.contact_bot {
    padding: 70px 0px;
    background-color: #ffffff;
}
.contact_bl {
    width: 45%;
}
.contact_bl h4 {
    color: #999;
    font-size: 14px;
}
.contact_bl h3 {
    font-size: 28px;
    margin: 20px 0 ;
    color: #1a1a1a;
}
.contact_blline {
    height: 4px;
    width: 80px;
    background-color: #720000;
}
.contact_bl h5 {
    color: #999999;
    font-size: 14px;
    margin-top: 20px;
}
.contact_ways {
    border-top: 1px solid #e6e6e7;
    border-bottom: 1px solid #e6e6e7;
    padding: 15px 0;
    width: 100%;
    margin-top: 20px;
}
.contact_ways {
    align-items: flex-start;
}
.contact_ways li {
    width: 50%;
    margin: 15px 0px;
}
.contact_ways li p {
    font-size: 14px;
    color: #999999;
    padding-bottom: 5px;
}
.contact_ways li h6 {
    color: #242424;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    cursor: default;
    transition: all .5s;
    word-break: break-all;
}
.contact_ways li h6:hover {
    padding-left: 5px;
}
.contact_br {
    width: 45%;
}
.contact_br form {
    width: 100%;
}
.contact_br form input {
    width: 49%;
    border: 1px solid #ededed;
    background: #f5f5f7;
    padding: 10px 20px;
    height: 60px;
    font-size: 16px;
    margin-bottom:15px;
}
.contact_br form textarea {
    width: 100%;
    height: 130px;
    font-size: 16px;
    border: 1px solid #ededed;
    background: #f5f5f7;
    padding: 20px ;
}
.contact_br form button {
    background: #720000;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    height: 58px;
    border: 0px;
    cursor: pointer;
    text-align: center;
    margin-top: 15px;
}

/* 新闻列表页面 */
.newslistp {
    width: 100%;
    height: auto;
    padding: 0px;
    margin-top: 40px;
    background-color: #f7f8fa;
}
.newslistp_item {
    width: 100%;
    height: 400px;
    align-items: flex-start;
}
.newslistp_l {
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.newslistp_l img {
    width:100%;
    height:100%;
    object-fit: cover;
}
.newslistp_r {
    text-align: left;
    padding: 50px ;
    width: 50%;
}
.newslistp_r h3 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 40px;
}
.newslistp_r p {
    line-height: 28px;
    font-size: 14px;
    color: #666666;
}
.newslistp_rbot {
    margin-top: 100px;
}
.newslistp_rbot span {
    font-size: 16px;
    color: #333333;
}
.newslistp_rbot strong {
    font-weight: normal;
    font-size: 16px;
    color: #333333;
}
.newslistp_top {
    width: 100%;
    position:relative;
}
.newslistppagination {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.newslistppagination .swiper-pagination-bullet {
    background-color: #e0e0e0;
}
.newslistppagination .swiper-pagination-bullet-active {
    background-color: #ffb900;
}
.newslistp_item:hover .newslistp_l img {
    transform: scale(1.05);
}
.newslistp_item:hover .newslistp_r h3 {
    font-weight: bold;
    color: #720000;
}
.newslistp_bot {
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.newslistp_bot ul li {
    margin-bottom: 40px;
    transition: all .5s;
}
.newslistp_botimg {
    width: 100%;
    height: 190px;
    overflow: hidden;
}
.newslistp_botimg img {
    width:100%;
    height: 100%;
    object-fit: cover;
}
.newslistp_botdes {
    padding: 35px;
    background-color: #ffffff;
    height: 210px;
    flex-direction: column;
    align-items: flex-start;
    transition: all .5s;
}
.newslistp_botdes h3 {
    color: #333333;
    font-size: 20px;
    line-height: 30px;
}
.newslistp_botdes p {
    font-size: 16px;
    color: #333333;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: space-between;
}
.newslistp_botdes p span {
    font-size: 14px;
    color: #999999;}
.newslistp_bot ul li:hover .newslistp_botimg img {
    transform: scale(1.05);
}
.newslistp_bot ul li:hover .newslistp_botdes h3,.newslistp_bot ul li:hover .newslistp_botdes p  {
    color: #333;
}
.newslistp_bot ul li:hover .newslistp_botdes {
   background-color: #333;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.newslistp_bot ul li:hover .newslistp_botdes h3,.newslistp_bot ul li:hover .newslistp_botdes p {
    color: #ffffff;
 }
.jumpto {
    display: none;
}

 .newspage {
    text-align: center;
    width: 100%;
 }
 .newsdetail {
    padding: 70px 0px;
    align-items: flex-start;
 }
 .newsde_l {
    width: 70%;
    height: auto;
 }
 .newsde_ltime {
    width: 100%;
    padding-bottom: 20px;
 }
 .newsdel_left p {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
 }
 .newsdel_left p a {
    color: #720000;
 }
 .newsdel_left p span {
    margin: 0px 5px;
 }
 .newsdel_left p i {
    font-style: normal;
 }
 .newsde_l h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
 }
 .newsdel_right a {
    margin-left: 10px;
 }
 .newsdel_right img {
    height: 22px;
    filter: brightness(200%) grayscale(200%);
 }
 .newsdel_right img:hover {
    filter: unset;
 }
 .qrcode_ewmimg {
    display: none;
 }
 .layui-layer-page .layui-layer-content {
    padding: 10px;
}
 .newsde_lcontent {
    padding: 30px 0px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
 }
 .newsde_lcontent p {
    font-size: 16px;
    line-height: 30px;
 }
 .newsde_r {
    width: 23%;
    background-color:#f7f8fc;
    padding: 20px;
 }
 .newsde_r ul li {
    margin-top: 20px;
 }
 .newsde_r ul li:first-child {
    margin-top: 0px;
 }
 .newsde_rimg {
    width: 100%;
    height: 150px;
    overflow: hidden;
 }
 .newsde_rimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
 }
 .newsde_rdesc {
    padding: 20px 0px;
    border-bottom:1px solid #e8e8e8;
 }
 .newsde_rdesc h3 {
    line-height: 1.5;
    font-size: 14px;
 }
 .newsde_rdesc p {
    font-size: 14px;
    margin-top: 20px;
 }
 .newsde_lbot {
    margin-top: 30px;
 }
 .newdelb_l {
    width: 40%;
    height: 20px ;
    overflow: hidden;
 }
 .newdelb_l p, .newdelb_l p a {
    font-size: 14px;
    color: #666666;
 }
 .newdelb_m a {
    display: block;
    border: 1px solid #e8e8e8;
    padding: 10px 20px;
 }
 .newdelb_m a:hover {
    background-color: #720000;
    color: #ffffff;
    border-color: #720000;
 }
 .newdelb_l p:hover a {
    color: #720000;
 }
 .newdelb_r {
    text-align: right;
 }
 .newsde_r ul li:hover .newsde_rimg img {
    transform: scale(1.05);
 }
 .newsde_r ul li:hover .newsde_rdesc h3 {
    font-weight: bold;
    color: #720000;
 }

 .page-tit{ display: flex; flex-direction: column; position: relative;}
 .page-tit h2 { font-size: 56px; font-weight: bold; color: rgba(111,111,111,.1); display: none;}
 .page-tit .en {font-size: 36px;  font-weight: bold; color: #720000;  } 
 .page-tit .cn { font-size: 24px;  color: #333; margin-bottom: 10px; display: inline-flex; justify-content: flex-start; align-items: center; position: relative;}
 .page-tit .cn::after{ content: '';  width: 50px; height: 2px; background: #720000; margin-left: 10px; }
 .page-tit .note { font-size: 16px; color: #999; }


 
 .newspage {
    text-align: center;
    width: 100%;
 }
 .newsdetail {
    padding: 70px 0px;
    align-items: flex-start;
 }
 .newsde_l {
    width: 70%;
    height: auto;
 }
 .newsde_ltime {
    width: 100%;
    padding-bottom: 20px;
 }
 .newsdel_left{width: 60%;}
 .newsdel_left p {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
 }
 .newsdel_left p a {
    color: #720000;
 }
 .newsdel_left p span {
    margin: 0px 5px;
 }
 .newsdel_left p i {
    font-style: normal;
 }
 .newsdel_right{width: 40%;}
 .newsdel_right .title{font-size: 24px; color: #720000; font-weight: bold;}
 .newsdel_right .desc{ border-top: 1px solid #D9D9D9; padding:20px 0; font-size: 14px; line-height: 180%; color: #999;}
 .newsde_l h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
 }
 .newsdel_right a {
    margin-left: 10px;
 }
 .newsdel_right img {
    height: 22px;
    filter: brightness(200%) grayscale(200%);
 }
 .newsdel_right img:hover {
    filter: unset;
 }
 .qrcode_ewmimg {
    display: none;
 }
 .layui-layer-page .layui-layer-content {
    padding: 10px;
}
 .newsde_lcontent {
    padding: 30px 0px;
    /* border-top: 1px solid #e5e5e5; */
    border-bottom: 1px solid #e5e5e5;
 }
 .newsde_lcontent p {
    font-size: 16px;
    line-height: 30px;
 }
 .newsde_r {
    width: 23%;
    background-color:#f7f8fc;
    padding: 20px;
 }
 .newsde_r ul li {
    margin-top: 20px;
 }
 .newsde_r ul li:first-child {
    margin-top: 0px;
 }
 .newsde_rimg {
    width: 100%;
    height: 150px;
    overflow: hidden;
 }
 .newsde_rimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
 }
 .newsde_rdesc {
    padding: 20px 0px;
    border-bottom:1px solid #e8e8e8;
 }
 .newsde_rdesc h3 {
    line-height: 1.5;
    font-size: 14px;
 }
 .newsde_rdesc p {
    font-size: 14px;
    margin-top: 20px;
 }
 .newsde_lbot {
    margin-top: 30px; width: 100%;
 }
 .newdelb_l {
    width: 40%;
    height: 20px ;
    overflow: hidden;
 }
 .newdelb_l p, .newdelb_l p a {
    font-size: 14px;
    color: #666666;
 }
 .newdelb_m a {
    display: block;
    border: 1px solid #e8e8e8;
    padding: 10px 20px;
 }
 .newdelb_m a:hover {
    background-color: #222;
    color: #ffffff;
    border-color: #222;
 }
 .newdelb_l p:hover a {
    color: #222;
 }
 .newdelb_r {
    text-align: right;
 }
 .newsde_r ul li:hover .newsde_rimg img {
    transform: scale(1.05);
 }
 .newsde_r ul li:hover .newsde_rdesc h3 {
    font-weight: bold;
    color: #720000;
 }

.pagetit{display: flex; flex-direction: column; position: relative; padding: 40px 0;}
.pagetit .tit { font-size: 36px;   color: #555;}
.pagetit .note {font-size: 16px;}

.pagetit_a{display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; padding: 40px 0;}
.pagetit_a .tit { font-size: 16px;   color: #555;}
.pagetit_a .tit b{color: #FE0000; margin-right: 5px;}
.pagetit_a .note {font-size: 36px;}


.caselist_item{ display: flex; flex-wrap: wrap; width: 100%; margin-top: 40px;}
.caselist{ display: flex; flex-direction: column; width: 100%; margin: 10px 0; background-color: #f5f5f5; box-shadow: 3px 3px 10px  rgba(0,0,0,0.1);}
.caselist_liimg{width: 100%; height: 460px; display: flex; justify-content: center; align-items: center;}
.caselist_liimg img{ width: 100%; height: 100%; object-fit: cover;}

.caselist_lidesc{ display: flex; flex-wrap: wrap; width: 100%; padding: 20px ; justify-content: space-between; }
.caselist_lidesc .tit{ font-size: 16px; font-weight: bold;}
.caselist_lidesc .right{color: #999;}
.caselist_lidesc .iconfont{font-size: 12px; padding: 0 5px;}

.videopage .newsdel_left{ width: 45%;}
.videopage .newsdel_right{ width: 55%;}
#detailVideoPlayer{width: 100%; height: 500px;}

 /* 底部 */
.foot {
  width: 100%;
  padding: 40px 0px;
  background-color: #F8F8F8;  
}
.foottop {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.footlogo a img {
    max-width: 155px;
}
.footlinks{margin-top: 30px;}
.footlinks ul {
    position: relative;
}
.footlinks ul li {
    margin-left: 15px;
}
.footlinks ul li a img.fewmico {
    height: 36px;
}
.fewmimg {
    position: absolute;
    width: 150px;
    height: auto;
    background-color: #ffffff;
    bottom: 45px;
    left: 17%;
    display: none;
}
.fewmimg p {
    text-align: center;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
}
.footlinks ul li:hover .fewmimg {
    display: block;
}

.footmid {
    margin-top: 20px;
    align-items: flex-start;
}
.footmid_l {
    align-items: flex-start;
    padding-left: 20px;
}
.footmid_l dl {
    margin-right: 100px;
}
.footmid_l dl dt {
    margin-bottom: 10px;
}
.footmid_l dl dt a {
    font-size: 14px;
	color: #333;
}
.footmid_l dl dd a {
    font-size: 12px;
	line-height: 30px;
	color: #8D8D8D;
}
.footmid_l dl dd a:hover {
    color: #333;
}
.footmid_r {
    width: 350px;
}
.footmid_r ul li {
    background-size: 16px;
    margin-bottom: 10px;
}
.footmid_rdesc p {
    padding-left: 5px;
    font-size: 14px;
	color: #8D8D8D;
}
.foot-tit{display: flex; flex-direction: column; width: 100%; margin-bottom: 10px;}
.foot-tit .en{font-size: 28px; color: #8D8D8D; text-transform: uppercase; /* 英文全部大写 */ font-weight: bold;}
.foot-tit .cn{font-size: 16px; margin-top: -10px; padding-left: 5px; font-weight: bold;}
.fewmico {
  filter: invert(110%) sepia(110%) saturate(1110%) hue-rotate(355deg);
}
.footmid_ewm {
    margin-top: 20px;
}
.footmid_ewm ul li {
    text-align: center;
    width: 45%;
}
.footmid_ewm ul li img {
    width: 100%;
}
.footmid_ewm ul li p {
    font-size: 16px ;
    margin-top: 10px;
    color: #ffffff;
}
.footcopy {
    background-color: #333;
    padding: 20px 0px;
}
.footc_l span ,.footc_l span a {
    font-size: 14px;
	color: #8d8d8d;
}
.footc_l span {
    padding: 0px 30px;
    border-left: 1px solid #333;
}
.footc_l span.footc_ldesc {
    padding-left: 0px;
    border-left: 0px;
}
.footc_l span a:hover {
    color: #ffffff;
}
.footc_r {
    width: 120px;
	height: 30px;
	border: solid 1px #333;
    text-align: center;
    background: url(../images/linksico.png) no-repeat left center;
    background-position-x: 95px;
    cursor: pointer;
    position: relative;
}
.footc_r p {
    font-size: 14px;
	color: #8d8d8d;
    line-height: 26px;
}
.footc_rlinks {
    position: absolute;
    bottom: 28px;
    left: 0px;
    width: 100%;
    background-color: #ffffff;
    padding: 10px 0px;
    display: none;
}
.footc_rlinks ul li a {
    color: #333;
    line-height: 24px;
}
.footc_r:hover {
    background-color: #ffffff;
}
.footc_r:hover p {
    color: #333;
}
.footc_r:hover .footc_rlinks {
    display: block;
} 

.idx_footmess {
    padding: 100px 0px;
    background: url(../images/contentbj.jpg) no-repeat center center #333;
    background-size: cover;
}
.idx_ftitles {
    text-align: center;
}
.idx_ftitles h3 {
    font-size:36px;
	color: #ffffff;
}
.idx_ftitles .note {
    font-size: 20px;
	color: #999999;
    margin: 10px 0px 20px;
}
.idx_fmess {
    width: 100%;
}
.idx_fform {
    width: 100%;
}
.idx_fform input {
    width: 22%;
    height: 60px;
    padding-left: 25px;
    color: #ffffff;
    font-size: 16px;
    border: solid 1px #666666;
}
.idx_fform input.idx_fform3 {
    width: 30%;
}
.idx_fform button {
    font-size: 16px;
	color: #333333;
    width: 18%;
    height: 60px;
	background-color: #ffffff;
    border: 0px;
}
.idx_fform button:hover{background-color: #eee; color: #333; cursor: pointer;}

.aboutpagetop{position: absolute; z-index: 0; top: 0;}
.aboutpage{z-index: 1; position: relative;}
.aboutpage .pagetit{ margin-top: 200px;}
.aboutpage .pagetit .en{font-size: 48px; margin-bottom: 40px; font-weight: 500;}
.abouttop {
    padding:  0px; background: url(../images/aboutbj.jpg) no-repeat center center #fff; padding-bottom: 70px;
}
.about-navul{ margin-top: 10px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; width: 100%;}
.about-navul li{ padding: 10px;}
.about-navul li a{   padding: 10px 30px; text-align: center; background-color: #eee; border-radius: 100px;
    display: inline-block; font-size: 16px; color: #333333; font-weight: bold;}
.about-navul li a:hover,.about-navul li.active a{ background-color: #720000; color: #ffffff; cursor: pointer;}

.abouttop_con .con_li {
  display: none;
  opacity: 0; /* 默认透明 */
  transition: opacity 0.2s ease-in-out; /* 淡入淡出过渡 */
}

.abouttop_con .con_li.active {
  display: flex;
  opacity: 1; /* 显示时渐变到完全不透明 */
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px); /* 添加轻微位移动画 */
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0px);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.abouttop_con .con_li {
  animation: fadeOut 0.3s forwards; /* 默认隐藏动画 */
}

.abouttop_con .con_li.active {
  animation: fadeIn 0.3s forwards; /* 显示时动画 */
}


/* 父容器：确保左右两部分在同一行 */
.con_li {
  display: flex;
  width: 100%;
  padding: 40px 0;
  height: auto; /* 高度自适应 */
  line-height: 30px;
}

/* 左侧内容区域 */
.con_li_left {
  width: 50%;
  padding: 20px;
  padding-right: 5%;
  height: 400px;
  overflow-y: auto; /* 超出时显示垂直滚动条 */
  box-sizing: border-box;
}

/* 自定义滚动条样式 */
.con_li_left::-webkit-scrollbar {
  width: 8px; /* 滚动条宽度 */
}
.con_li_left::-webkit-scrollbar-thumb {
  background-color: #720000; /* 滚动条颜色 */
  border-radius: 4px; /* 滚动条圆角 */
}
.con_li_left::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* 滚动条轨道颜色 */
}

/* 右侧图片区域 */
.con_li_right {
  width: 50%;
  display: flex; padding: 5%;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* 防止图片超出容器 */
  box-sizing: border-box;
}

.con_li_right img {
  max-width: 100%; /* 图片宽度不超过容器 */
  height: auto; /* 保持图片比例 */
  object-fit: cover; /* 图片填充方式 */
}
.abouttop_con{width: 100%;}
.abouttop.team{background: none; display: flex; flex-wrap: wrap; padding-bottom: 0px;align-items: stretch; /* 子元素高度一致 */}

.abouttop.team .page-tit{ padding-left: 10%; width: 100%;}
.abouttop.team .con_li_left{width: 50%; padding: 40px 10% ; height: 800px; overflow:hidden}
.abouttop.team .con_li_right{width: 50%; padding: 0; padding-right: 0; justify-content: flex-end;}
.abouttop.team .con_li{display: flex; opacity: 1; transition: none; animation:fadeIn 0.3s forwards}
.abouttop.team .con_li_left {
    height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

/* 自定义滚动条样式 */
.abouttop.team .con_li_left::-webkit-scrollbar {
    width: 8px;
}

.abouttop.team .con_li_left::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.abouttop.team .con_li_left::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.abouttop.team .con_li_left::-webkit-scrollbar-thumb:hover {
    background: #888;
}

/* Firefox 浏览器 */
.abouttop.team .con_li_left {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
}
.teamlistp_bot li{ padding: 10px;}
.teamlistp_bot{ width: 100%; padding: 0;}
.teamlistp_botimg {
    width: 100%;
    height: 380px; display: flex; justify-content: center; align-items: center;
    overflow: hidden;
}
.teamlistp_botimg img {
    width:100%;
    height: 100%;
    object-fit: cover;
}
.teamlistp_botdes {
    padding: 15px;
    background-color: #ffffff;
    flex-direction: column;
    align-items: flex-start;
    transition: all .5s; text-align: center;
}
.teamlistp_botdes h3 {
    color: #333333; width: 100%;
    font-size: 20px;
    line-height: 30px;
}
.teamlistp_botdes p {
    font-size: 16px;
    color: #333333;
    width: 100%;
    text-align: right;
}

.aboutt_l {
    width: 100%;
}
.aboutt_l img {
    width: 100%;
}
.aboutt_r {
    padding-right: 15%;
}
.aboutt_r h3 {
    font-size: 28px;
    margin-bottom:20px;
}
.aboutt_r p {
    font-size: 16px;
    line-height:28px;
    text-align: justify;
}
.about_tgs {
    width: 100%;
    padding: 70px 0px 80px;
    background-color: #f5f6f8;
}
.abouttgs_l {
    padding-right: 15%;
    position: relative;
}
.abouttgs_l h3 {
    font-size: 28px;
    margin-bottom:30px;
}
.abouttgs_l p {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    text-align: justify;
}
.abouttgs_l img {
    height: 57px;
    position: absolute;
    top: 0px;
    left: -72px;
}
.abouttgs_l img.aboutp_ico2 {
    left: unset;
    top: unset;
    right: 15%;
    bottom: -70px;
}
.abouttgs_r {
    width: 100%;
}
.abouttgs_r video {
    width: 100%;
}
.about_qywh {
    width: 100%;
    height: auto;
    overflow: hidden;
}

	/* 本例子css */
    .slideTxtBox{ width:100%; text-align:left; position:relative; background-color: #fff;}
    .slideTxtBox .hd{  position:absolute; left:0px; width:100% ;height: 100%;z-index: 2;}
    .slideTxtBox .hd ul{ height: 100%; }
    .slideTxtBox .hd ul li{ float:left;  cursor:pointer; width: 33%; height: 100%;border-right: 1px solid #9aa7b5;padding: 0px 40px;position: relative;}
    .slideTxtBox .hd ul li:first-child {border-left: 1px solid #9aa7b5;}
    .slideTxtBox .hd ul li .about_qywhd_desc {width: 100%; margin-top: 400px;overflow: hidden;transition: all .5s;}

    .slideTxtBox .hd ul li .about_qywhd_line {position: absolute;left: -1px;top: 400px;width: 2px;height:31px;z-index: 1;background-color: #720000;opacity: 0;transition: all .5s;}
    .slideTxtBox .hd ul li.on .about_qywhd_desc { height: 200px;margin-top: 320px; }
    .slideTxtBox .hd ul li.on  .about_qywhd_line {opacity: 1;top: 320px;}
    .slideTxtBox .bd {height: 100%;}
    .slideTxtBox .bd ul{ z-index: 1;height: 100%; }
    .slideTxtBox .bd ul li {height: 100%; display: flex; width: 100%; justify-content: center; align-items: center;}
    .slideTxtBox .bd ul li img{ max-width: 100%;  }

    .about_qywhd_desc .content {display: flex; flex-direction: column; justify-content: center;align-items: center;}
    .about_qywhd_desc .content .iconfont{
        font-size:60px;
        color: #ffffff;
        margin-bottom: 20px;
    }
    .about_qywhd_desc .content .iconfont:hover{ transform: scale(1.2); }
    .about_qywhd_desc .content .tit {    font-size: 28px;  color:#ffffff;  }
    .about_qywhd_desc .content .note {    color: #fff; font-size: 16px; margin: 20px 0 25px;line-height: 30px; text-align: center;}

.about_hz {
    background-color: #F8F9FA;
    padding: 70px 0px 100px;
}
.about_hz_tit h3 {
    color: #333;
    font-size: 28px;
    margin-bottom: 50px;
    text-align: center;
}
.about_hz_item {
    width: 100%;
    height: 300px;
     padding-bottom: 20px;
    position: relative;
}
/* .about_hz_item .swiper-slide {
    height: calc((100% - 30px) / 2);
} */
.about_hz_item .swiper-pagination{position: relative;}
.swiper-pagination-bullet-active{background: #FE0000;}
.about_hz_item .idxkh_simg{ overflow: hidden; box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2); border-radius: 6px; background-color: #fff;}
.about_hz_item .swiper-slide{ background: transparent;}
.about_hz_item .idxkh_simg:hover {
    border: 0px;
}
.idxkh_div{display: flex; flex-direction: column; width: 100%; justify-content: center; align-items: center;}
.idxkh_div h3{ line-height: 40px;}
.about_hz_item .idxkh_simg:hover img {
    transform: scale(1.05);
}
.about_his {
    background: url(../images/processbg.jpg) no-repeat center center;
    background-size: cover;
    padding: 70px 0px 100px;
    color: #333333;
    position: relative;
}
.about_hisitem {
    width: 100%;
    height: 700px;
    position: relative;
}
.about_hisitem_t h3 {
    margin-bottom: 50px;
    font-size: 28px;
    color: #333333;
}
.about_hisitem .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .about_hisitem .swiper-slide {
    background: none;
  }
.about_hisitem  .gallery-top {
    height: 70%;
    width: 100%;
  }
.about_histop {
    width: 100%;
    align-items: flex-start;
}
.abouthist_l {
    text-align: left; width: 50%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; 
}
.abouthist_l h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px; color: #FE0000;
}
.abouthist_l p {
    font-size: 16px;
    line-height: 36px;
}
.abouthist_r{ width: 50%; padding: 20px; display: flex; justify-content: center; align-items: center;}
.abouthist_r img {
   max-width: 100%;
}
.about_hisitem  .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 20px 50px 0px;
  }
.about_hisitem  .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 1;
    display: block;
    cursor: pointer;
  }
  .about_hisbot_c {
      background-color: #8e8e8e;
      border-radius: 50%;
      height:11px;
      width: 11px;
      margin: 0 auto 20px;
  }
  .about_hisbot_y h4 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
  }
.about_hisitem  .gallery-thumbs .swiper-slide-thumb-active .about_hisbot_c {
    background-color: #fff!important;
    border: 3px solid #FE0000;
    border-radius: 50%;
    color: #FE0000;
    width: 16px;
    height: 16px;
    margin-top: -3px;
    margin-bottom: 18px;
  }
.about_hisitem  .swiper-button-next, .about_hisitem .swiper-button-prev {
    top: 95.5%;
    background-color: #dddddd;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    left: 0px;
}
.about_hisitem  .swiper-button-next {
    right: 0px;
    left: unset;
}
.about_hisitem  .swiper-button-next::after, .about_hisitem .swiper-button-prev::after {
    font-size: 16px;
    color: #a3a3a3;
}
.about_hisitem  .swiper-button-next:hover, .about_hisitem .swiper-button-prev:hover {
    background-color: #720000;
}
.about_hisitem  .swiper-button-next:hover::after, .about_hisitem .swiper-button-prev:hover::after {
    color: #ffffff;
}
.about_hisitem  .swiper-button-prev.swiper-button-disabled,.about_hisitem .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}
.about_hisline {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 84.6%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

/* 企业文化页面 */
.culture {
    background: #f7f8fa;
    padding: 70px 0px;
}
.cultop {
    width: 100%;
    height: 300px;
    background-color: #ffffff;
}
.cultop_l {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.cultop_l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cultop_l .cultop_ltitle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    justify-content: flex-end;
}
.cultop_ltitle i {
    color: #333333;
    font-size:40px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0px 50px;
}
.cultop_r {
    width: 50%;
    height: 100%;
    padding: 0px 10% 0px 4%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}
.cultop_r h3 {
    color: #333333;
    margin-bottom: 10px;
    font-size: 24px;
}
.cultop_r p {
    color: #666666;
    font-size:14px;
    line-height: 28px;
}
.cultop_rline {
    position: absolute;
    left: 0px;
    top: 65px;
    width: 1px;
    height:170px ;
    background-color: #f1f1f1;
}
.culbot .cultop_rline {
    left: unset;
    right: 0px;
}
.culbot .cultop_ltitle {
    justify-content: flex-start;
}

.cul_qyjs {
    width: 100%;
    padding: 70px 0px;
    background-color: #ffffff;
}
.cul_qyjs .about_hz_tit h3 {
    margin-bottom: 20px;
}
.cul_qyjs .about_hz_tit p {
    color: #666;
    font-size: 14px;
    text-align: center;
}
.cul_items {
    margin-top: 50px;
}
.cul_items ul li {
    width: 33.33%;
    height: 315px;
    overflow: hidden;
    position: relative;
}
.cul_liimg {
    width: 100%;
    height: 100%;
}
.cul_liimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cul_lidesc {
    padding: 0px 80px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.culdesc_item {
    height: 30px;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    transition: all 0.5s ;
}
.culdesc_item h3 {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 30px;
}
.culdesc_item p {
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
}
.cul_items ul li:hover .culdesc_item {
    height:120px;
}


.waptop.fixednav {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
}
.waptop_item {
    width: 100%;
    background-color: transparent;
}
.waptop_l {
    width: 30%;
}
.waptop_l a {
    width: 100%;
    height: 60px;
    padding: 10px;
    justify-content: center;
}
.waptop_l a img{ height: 100%;}
.waptop_lang {
    position: relative;
}
.waptop_lang p {
    font-size: 18px;
    color: #ffffff;
    display: block;
    margin-left: 10px;
    margin-top: 3px;
}
.waptop_rs {
    margin-left: 20px;
}
.waptop_rs img {
    filter: grayscale(1000%) brightness(1000%);
    width: 17px;
}
.waptop_rnav {
    margin-left: 20px;
}
.waptop_rnav img {
    width: 20px;
}
.wapsearch {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 9;
    background-color: rgba(0,0,0,0.8);
    display: none;
}
.wapsea_item {
    width: 100%;
    height: 100%;
    justify-content: center;
}
.wapsea_item form {
    width: 90%;
    height: 50px;
    background-color: #fff;
    border-radius: 25px;
    padding: 0px 20px;
    position: relative;
}
.wapsea_item form input {
    width: 80%;
    height: 100%;
    color: #222222;
}
.wapsea_item form button {
    background: none;
    border: 0px;
    width:19%;
    text-align: right;
}
.wapsea_close {
    position: absolute;
    top: -30px;
    right: 0px;
}
.wapsea_close img {
    width: 18px;
    filter: grayscale(1000%) brightness(1000%) invert(10);
}
.wapnav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #000000;
    z-index: 999;
    display: none;
}
.wapnavitem {
    width: 100%;
    height: auto;
    background-color: #000000;
}
.wapnavt_l {
    width: 30%;
}
.wapnavt_l a {
    width: 100%;
    padding: 0px 10px;
    justify-content: center;
}
.wapnavt_r img {
    width: 20px;
    filter: invert(10);
}
.wapnavbot {
    padding: 10px 0px 20px;
}
.wapnavbot ul li {
    padding: 15px 10px;
    border-bottom: 1px solid #000000;
}
.wapnavbot>ul>li>a {
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
}
.wapnav_ico {
    filter: brightness(1000%) grayscale(1000%) ;
}
.wapernav {
    padding: 10px 0px 0px 10px;
    width: 100%;
    display: none;
}
.wapernav>a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-transform: capitalize;
    line-height: 34px;
}
.wapnav_ico.active {
    transform: rotate(90deg);
}