.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
 }
.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}
.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}
.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}
.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}
.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px){
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor:pointer;
}

.poorder #ert {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-he.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder #uioi {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-su.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder .tab-list .list .current {
    background-image:url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image:url(../images/p-su-1.jpg) !important;
}

.hsidanh{
    height: 80px;
    background: #a53f3a;
    margin-top: 5%;
}
.shug{
    border: 1px solid #f9f9f9;
    background: #f9f9f9;
    border-radius: 20px;
}

#formsearch66 input{background:none;border:none;float:left;width:80%;outline: none;border-right: none;}
#formsearch66 input#keyword{height:35px;line-height:35px;padding-left:4px;color:#666;}
#formsearch66 input#s_btn{width:20%;height:35px;line-height:35px;text-align:center;background:url(../images/so.png) no-repeat center;color:#333;border:none;cursor:pointer;
float: right;
text-align: center;
}


.contaaid{
    width: 94%;
    max-width: 1700px;
    margin: 7% auto 0;
}

.liadniugg_a{
    font-size: 18px;
    margin-top: 3%;
    line-height: 45px;
    font-weight: 600;
    color: #333;
}
.liadniugg_b{
    margin-top: 2%;
    font-size: 13px;
    line-height: 25px;
    color: #333;
}
/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/ 
    body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news, 
    .xymob-menu-click .xypg-left-keys, 
    .xymob-menu-click .xypg-left-contact, 
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
    border-bottom: none;
}

.xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}

p{margin:0;}
body{overflow-x:hidden;}
.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.com-img2{ display:block; overflow:hidden;}
.com-img2 img{ transition:transform .3s ease-out; -webkit-transition:transform .3s ease-out; -moz-transition:transform .3s ease-out; -o-transition:transform .3s ease-out;}
.com-img2:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

.relative{position: relative;}

.flex2{ display: flex;display: -webkit-flex;}
.wrap{flex-wrap:wrap}
.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}

.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.clamp4 {display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}

.max1600{max-width: 1600px;width:90.625%;margin:0 auto;}
.max1500{max-width: 1500px;width:90.625%;margin:0 auto;}
.max1400{max-width: 1430px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}
.max1200{max-width: 1230px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}


/* header */
.header{left:0;top:0;width:100%;z-index:999;position:fixed;-webkit-transition:all .3s ease;transition:all .3s ease;background: #fff;}

.logo{position:relative;width: 25%;
margin-left: 4%;}
.logo a{display:block}
.logo a img{max-width:100%;max-height:100%}

.header-ss{margin-left: 0.25vw;position:relative;width:36px;height:36px}
.header-ss .ss_btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:50%;background:url(//wm.cdn.cn86.cn/xinghuod/2026/02/4a238b0258qgubux.png) no-repeat center;cursor:pointer}
.search-box{position:absolute;top:100%;right:0;z-index:99;display:none;background:#fff;padding:16px 20px;-webkit-box-shadow:0 0 15px 0 rgb(0 0 0 / 30%);box-shadow:0 0 15px 0 rgb(0 0 0 / 30%)}
.header-ss .ss-search{width:220px;position:relative;background:#fff;border:1px solid var(--main-theme-color);display:flex}
.header-ss .ss-search input{height:34px;line-height:34px;outline:0;border:none;font-size:0}
.header-ss .ss-search #keyword{width:calc(100% - 50px);padding-left:10px;color:#000;font-size:14px}
.header-ss .ss-search #s_btn{width:50px;background-color:var(--main-theme-color);background-position:center center;background-repeat:no-repeat;background-image:url(//cdn.myxypt.com/1a7e079f/24/06/a56ff77c79b014cb5708c10b590703e9baedb3fa.png)}


.x-menu{position:relative}
.x-menu>li{position:relative;text-align:center}
.x-menu>li>a{display:block;font-size:18px;color:#333;height:98px;line-height:98px;font-weight:400}
.x-menu>li:hover{
background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/c21d0629abctzvkl.png) bottom center no-repeat;
}

.x-menu>li:hover>a{color:#c90200!important;}
.x-sub-menu{position:absolute;z-index:999;width:340%;left:-70%;top:100%;display:none;background:#fff;border-radius:0;padding:0 0; box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, .4);}

.x-sub-menu>li>a{display:block;font-size:14px;color:#333;line-height:50px;text-align: left;border-bottom: #e4e9ec 1px solid;
text-indent: 15px;
}
.x-sub-menu>li>a:hover{color:#fff!important;background-color:#c90200}
@media (min-width:1200px){
    .x-menu>li{margin-left:15px;margin-right:15px}
}
@media (min-width:1440px){
    .x-menu>li{/* margin-left: 13px; *//* margin-right:22px; */}
}


.fx9x{
    overflow: hidden;
}
.imgss img{
    max-width: 100%;
    height: auto;
}
.fx9x .swiper-wrapper li{
    margin-bottom: 4%;
}
.hsung{
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/681d68ec66vqysfs.png) no-repeat;
    height: 101px;
    background-size: 100% 100%;
    z-index: 99;
}
.top_right{
    width: 67%;
}
.flex55{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.youding{
    background: #c90200;
    line-height: 104px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    width: 17%;
}
.youding a{
    color: #fff;
}
.youding a:hover{
    color: #fff!important;
}
.youding:hover{
    background: #ab0301;
}
.navbar-nav-box{
    width: 62%;
}

.fgghgter li{
    background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/2367358a62juab7y.png) left center no-repeat;
    box-sizing: border-box;
    padding-left: 15px;
}
/* banner */
.home-banner {
    width: 100%;
    position: relative;
}
.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}
.home-banner .swiper-slide a {
    display: block;
}
.home-banner .swiper-slide a > img {
    display: block;
    width: 100%;
}
.home-banner .swiper-pagination1 {
	bottom: 30px;
}
.home-banner .swiper-pagination1 .swiper-pagination-bullet {
	width: 50px;
	height: 3px;
	background: #fff;
	border-radius: 0%;
	margin: 0 10px!important;
	transition: width .3s ease;
	opacity: 1;
}
.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
	background-color: var(--main-theme-color);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}
.home-banner .swiper-button-next1,
.home-banner .swiper-button-prev1 {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 50%;
    margin-top: -27px;
    font-size: 0;
    outline: none;
    border: none;
    background: none;
    z-index: 99;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.home-banner .swiper-button-prev1 {
    left: 2.083vw;
    background: url(//wm.cdn.cn86.cn/xinjiuyang/2025/06/6e38c3b7f5esyobb.png) no-repeat center rgba(255, 255, 255, 0.1);
}

.home-banner .swiper-button-next1 {
    right: 2.083vw;
    background: url(//wm.cdn.cn86.cn/xinjiuyang/2025/06/cf9ba08e30xu7rnw.png) no-repeat center rgba(255, 255, 255, 0.1);
}

.home-banner .swiper-button-prev1:hover {
    background-color: var(--main-theme-color);
}

.home-banner .swiper-button-next1:hover {
    background-color: var(--main-theme-color);
}
.neif{
    background: #f1f4f8;
    box-sizing: border-box;
    padding: 3% 0;
    overflow: hidden;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}
@font-face {
    font-family: 'Oswald';
    src:url('../fonts/FEB46399-E0DA-419E-8C22-2322B7D14FCE.OTF') format('truetype');
}
.changgg{
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 2%;
}
.wenfug{
    color: #193042;
    font-size: 6.1rem;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-weight: 600;
    line-height: 7rem;
}
.wenfug_a{
justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    font-family: 'Oswald';
}
.wenfug{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wenfug_b{
    max-width: 100%;
    height: auto;
}
.wenfug_aa{
    color: #193042;
    font-size: 6.1rem;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-weight: 600;
    line-height: 7rem;
    width: 70%;
}
.wenfug_MM{
    width: 26%;
    border-radius: 50px;
	border: solid 1px #193042;
    height: 100px;
}
#formsearch2 input{background:none;border:none;float:left;width:75%;outline: none;border-right: none;}
#formsearch2 input#keyword{height:100px;line-height:100px;padding-left:4px;color:#666;}
#formsearch2 input#s_btn{width:20%;height:100px;line-height:100px;text-align:center;background:url(//wm.cdn.cn86.cn/xinghuod/2026/02/8288420da83gnogu.png) no-repeat center;color:#fff;border:none;cursor:pointer;
font-size: 0px;
float: right;
}
.wenfug_MM:hover{
    border: solid 1px #c90200;
    background: #c90200;
}
.wenfug_MM:hover #formsearch2 input#s_btn{
    background:url(//wm.cdn.cn86.cn/xinghuod/2026/02/4d94348f6bbmvdnx.png) no-repeat center;
}
.xwenzing{
    width: 50%;
    margin-top: 2%;
    font-family: ArialMT;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #646464;
}
.changbbb{
    width: 92%;
    margin: 0% auto 0;
}
.changaa{
    width: 92%;
    margin: 4% auto 0;
}
.changundo .swiper-wrapper .swiper-slide{
    border-radius: 20px;
	border: solid 1px #dcdcdc;
    box-sizing: border-box;
    padding: 1%;
    background: #fff;
}
.changundo .swiper-wrapper .swiper-slide:hover{
    border: solid 1px #e60012;
    transition: all 0.4s ease;
}
.changundo .swiper-wrapper .swiper-slide:hover .changundobe_a{
    color:  #e60012;
    transition: all 0.4s ease;
}
.changundo{
    overflow: hidden;
}
.changundo_a{
	line-height: 28px;
	border-radius: 14px;
    text-align: center;
    position: relative;
    background-color: #c90200;
    width: 200px;
    color: rgba(255, 255, 255, 0.5);
}
.changundo_img img{
    max-width: 100%;
    height: auto;
}
.changundo_img{
    text-align: center;
    box-sizing: border-box;
    padding: 15px 0;
}
.changundobe_a{
    font-family: ArialMT;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #193042;
}
.changundobe_b{
    font-family: ArialMT;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #193042;
}
.nei2{
    box-sizing: border-box;
    padding: 4% 0;
    overflow: hidden;
}
.youshidng{
    text-align: center;
}
.youshidng_a{
    font-family: ArialMT;
	text-decoration: underline;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #c90200;
}
.youshidng_b{
   font-family: 'Oswald';
	font-size: 48px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #193042;
}
.youshidng_b span{
    color: #c90200;
}
.fghgyt{
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fghgyt li{
    width: 32%;
    position: relative;
    cursor: pointer;
}
.fghgyt_img img{
    max-width: 100%;
    height: auto;
}
.scroll{
    position: fixed;
    top:0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    background: #fff;
}
.fghgytnei{
    position: absolute;
    left: 6%;
    bottom: 4%;
    width: 88%;
    background-color: #c90200;
	border-radius: 25px;
    box-sizing: border-box;
    padding: 1% 3%;
    color: #fff;
    height: 46px;
    transition: all 0.6s ease;
    overflow: hidden;
}
.fghgytnei_a{
    font-family: 'Oswald';
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: center;
}
.fghgytnei_b{
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    text-align: center;
 
    transition: all 0.4s ease;
}
.fghgytnei_m{
    width: 20%;
    margin: 2% auto 0;
    text-align: center;
    border: #fff 1px solid;
    border-radius: 20px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 600;
 
  transition: all 0.4s ease;
}
.fghgytnei_m a{
    color: #fff;
}
 .fghgyt li:hover .fghgytnei{
    height: 22%;
    transition: all 0.4s ease;
    padding: 2% 3%;
} 
 .fghgyt li:hover .fghgytnei_m a{
     color: #fff!important;
 }

.fx9x .swiper-wrapper .swiper-slide dd{
    margin-bottom: 10%;
}

/* .fghgyt li:hover .fghgytnei_b{
  opacity: 1;
    transition: all 0.4s ease;
   
}
.fghgyt li:hover .fghgytnei_m{
   opacity: 1;
    transition: all 0.4s ease;
   
} */


.wenfug_a:hover{
    color: #c90200;
     transition: all 0.4s ease;
}
.wenfug_c:hover{
    color: #c90200;
    transition: all 0.4s ease;
}
.nei3{
    box-sizing:border-box;
    padding: 1% 0 3% 0;
    overflow: hidden;
}
.youdubg{
    position: relative;
}
.hmc5clound {width: 100%;height: 105px;position: absolute;left: 0;top: 44px;-webkit-animation: animate-cloud 30s linear infinite;animation: animate-cloud 30s linear infinite;opacity: 0.4;background-size: 100% 100%;z-index: 9;background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/13178007b7galxh2.png) center center repeat-x;}

@keyframes animate-cloud {
    from {
        background-position: 1920px 100%;
    }

    to {
        background-position: 0 100%;
    }
}
.fgghgt{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}
.fgghgtle{
    width: 35%;
    margin-bottom: 3%;
    position: relative;
    z-index: 99;
}
.fgghgtle_a{
    font-family: 'Oswald';
    font-size: 2.3rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: -2px;
	color: #193042;
}
.fgghgtle_a span{
    color: #c90200;
}
.fgghgtle_b{
    font-family: 'Oswald';
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #646464;
    margin-top: 3%;
}
.fgghgtzh{
    width: 10%;
    position: relative;
    z-index: 99;
}
.fgghgtzh img{
    max-width: 100%;
    height: auto;
}
.fgghgter{
    width: 24%;
    font-family: ArialMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #646464;
    margin-bottom: 3%;
    position: relative;
    z-index: 99;
}
.fgghgter p{
    background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/2367358a62juab7y.png) left center no-repeat;
    box-sizing: border-box;
    padding-left: 20px;
}
.fgghgtmire{
    width: 174px;
	height: 174px;
	background-color: #c90200;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    padding: 2%;
}
.fgghgtmire_a{
     background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/84b3b39992zncldm.png) no-repeat;
    width: 19px;
    height: 19px;
    margin: 0 auto;
}
.fgghgtmire_b{
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #fff;
    margin-top: 18%;
}
.fgghgtmire:hover{
    background-color: #aa0301;
    transition: all 0.4s ease;
}
.fgghgtmire:hover .fgghgtmire_b{
    color: #fff;
    transition: all 0.4s ease;
}
.fgghgtmire:hover .fgghgtmire_a{
     background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/84b3b39992zncldm.png) no-repeat;
     transition: all 0.4s ease;
}
.zhongjia{
    overflow: hidden;
    text-align: center;
}
.zhongjia img{
    max-width: 100%;
    height: auto;
}
.nei4{
    background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/5b3a6fa03fsted2a.jpg) left center no-repeat;
    background-size: contain;
    overflow: hidden;
    box-sizing: border-box;
    padding: 3% 0 6% 0;
}
.abbgfle{
    width: 10%;
}
.abbgfrt{
    width: 85%;
}
.abbgf{
     display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.abbgfrt{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.abbgfrtle{
    width: 40%;
}
.abbgfrtle_a{
    font-family: ArialMT;
	text-decoration: underline;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #c90200;
}
.abbgfrtle_b{
    font-family: 'Oswald';
    font-size: 2.4rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: -1px;
	color: #193042;
    margin-top: 2%;
}
.abbgfrtle_b span{
    color: #c90200;
    font-family: 'Oswald';
}
.guanfeble{
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.guanfeblele{
    width: 48%;
    position: relative;
}
.guanfeblele_img img{
    max-width: 100%;
    height: auto;
}
.guanfeblele_a{
    position: absolute;
    bottom: 3%;
    right: 6%;
    background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/49edb36025bk1wn4.png) no-repeat;
    width: 52px;
    height: 52px;
    z-index: 99;
    background-size: 100% 100%;
}
.guanfebleer{
    width: 46%;
    margin-top: 7%;
}
.guanfebleer_a{
    font-family: Arial-BoldMT;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #193042;
}
.guanfebleer_b{
    font-family: ArialMT;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #646464;
    margin-top: 3%;
}
.abbgfrtzd{
    width: 14%;
    background: #193042;
    height: 170px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding: 2%;
    margin-top: 9%;
}
.abbgfrtzdfebn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.abbgfrtzdfebn li{
    width: 51px;
    height: 51px;
}
.abbgfrtzdfebn li:nth-child(1){
    margin-right: -10px;
    position: relative;
    z-index: 99;
}
.wemdng{
    text-align: center;
    font-family: ArialMT;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
    margin-top: 8%;
}
.abbgfrtrty{
    width: 46%;
    background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/be94752577vkqrco.png) top center no-repeat;
    position: relative;
    overflow: hidden;
    background-size: 100% 100%;
}
.abbright{
    position:absolute;
    bottom: 27.5%;
    left: 0px;
    background: #f0f3f8;
    width: 50%;
    z-index: 999;
    box-sizing: border-box;
    padding:3% 2%;
}
.abbfen{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.abbfen_a{
    width: 55%;
    border-right: #dee1e6 1px solid;
}
.abbfen_a_cc{
    font-family: Arial-BoldMT;
	font-size: 2.4rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #193042;
       text-align: left;
    padding-left: 15px;
}
.abbfen_a_bb{
    font-family: ArialMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #646464;
    text-align: left;
    margin-top: 5%;
    padding-left: 15px;
}
.abbfen_b{
    width: 40%;
}
.abbfen_b_aa{
    background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/717c1296f2vkg3sk.png) no-repeat;
    width: 51px;
    height: 51px;
    margin: 0 auto;
    cursor: pointer;
}
.abbfen_b_aa:hover{
    background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/1e29d7567ekiwtty.png) no-repeat;
    transition: all 0.4s ease;
}
.abbfen_b_bb{
    text-align: center;
    font-family: Arial-BoldMT;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #193042;
    margin-top: 5%;
}
.nei5{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: flex-end;
}
.chaccc{
    width: 18%;
}
.chaccc img{
    max-width: 100%;
    height: auto;
}
.shfdinfg{
    width: 82%;
    background: #f0f3f8;
    box-sizing: border-box;
    padding: 4% 0 2% 0;
}
.yousind{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 12%;
}
.yousindle{
    width: 19%;
}
.yousindle_a{
    font-family: Arial-BoldMT;
	font-size: 5.9rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 6rem;
	letter-spacing: 0px;
	color: #0e2230;
}
.yousindle_b{
    font-family: ArialMT;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #646464;
    margin-top: 3%;
}
.yousindzd{
    background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/f48efcc6492ezozp.png) top center no-repeat;
    width: 12%;
    height: auto;
}
.yousindze{
    width: 35%;
}
.yousindze_a{
    font-family: ArialMT;
	text-decoration: underline;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #c90200;
}
.yousindze_b{
    font-family: 'Oswald';
	font-size: 2.4rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #193042;
}
.yousindze_b span{
    font-family: 'Oswald';
    color: #c90200;
}
.yousindze_c{
    font-family: ArialMT;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #646464;
    margin-top: 2%;
}
.fenzhiggh{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: #e0e3e8 1px solid;
    margin-top: 4%;
}
.fenzhiggh li{
    width: 24.5%;
    border-right: #e0e3e8 1px solid;
    box-sizing: border-box;
    padding: 2%;
    cursor: pointer;
    border-radius: 15px;
}
.fenzhiggh li:hover{
    background: #fff;
    transition: all 0.4s ease;
}
.fenzhiggh_img img{
    max-width: 100%;
    height: auto;
}
.fenzhiggh_a{
    text-align: right;
    font-family: 'Oswald';
    font-size: 4.1rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 4rem;
	letter-spacing: 0px;
	color: #e2e7ed;
}
.fenzhiggh_b{
    font-family: 'Oswald';
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #193042;
    margin-top: 3%;
}
.fenzhiggh_c{
    background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/73d12e9ec3qjunqs.png) no-repeat;
    height: 8px;
    margin: 1% 0;
}
.fenzhiggh_d{
    font-family: ArialMT;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #646464;
    box-sizing: border-box;
    padding: 2% 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.fenzhiggh_g{
    background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/0a790118d8nrbtuh.png) no-repeat;
    width: 56px;
    height: 56px;
    background-size: 100% 100%;
    margin-top: 4%;
}
.fenzhiggh li:hover .fenzhiggh_g{
    background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/4762db467fsdsvst.png) no-repeat;
    width: 56px;
    height: 56px;
    background-size: 100% 100%;
    transition: all 0.4s ease;
}
.nei6{
    overflow: hidden;
    box-sizing: border-box;
    padding: 4% 0;
    background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/7e7df3face4rzmpr.jpg) bottom center no-repeat;
    background-size: 100% 100%;
}
.fuwufy{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fuwufyle{
    width: 35%;
}
.fuwufyle_a{
    font-family: ArialMT;
	text-decoration: underline;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #c90200;
}
.fuwufyle_b{
    font-family: 'Oswald';
    font-size: 2.4rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: -1px;
	color: #193042;
}
.fuwufyle_b span{
    font-family: 'Oswald';
    color: #c90200;
}
.fuwufyle_c{
    font-family: 'Oswald';
    font-size: 10rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 10rem;
    letter-spacing: 0px;
    color: #193042;
    margin-top: 15%;
}
.fuwufyle_c:hover{
    color: #c90200;
    transition: all 0.4s ease;
}
.fuwufyle_e{
    text-align: right;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #646464;
}
.fuwufyle_m{
    width: 174px;
    height: 174px;
    background-color: #c90200;
    border-radius: 50%;
    margin-top: 20%;
    box-sizing: border-box;
    padding:6% 1%;
    text-align: center;
}
.fuwufyle_m_aa{
    background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/62592d92ba5uf1ua.png) center center no-repeat;
    width: 27px;
    margin: 0 auto;
    height: 27px;
}
.fuwufyle_m_bb{
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
    margin-top:8%;
}
.fuwufyle_m:hover{
    background: #aa0301;
    transition: all 0.4s ease;
}
.fuwufyzd{
    width: 24%;
    margin-top: 22%;border-radius: 20px;
}
.fuwufyzd img{
    max-width: 100%;
    height: auto;
}
.fuwufyer{
    width: 34%;
}
.fuwufyer_a {
    border-radius: 20px;
}
.fuwufyer_a img{
    max-width: 100%;
    height: auto;
}
.fuwufyer_b{
    font-family: ArialMT;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #646464;
    margin-top: 4%;
}
.fuwufyer_v{
   font-family: Arial-BoldMT;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #c90200;
    margin-top: 3%;
}
.fuwufyer_v a{
    color: #c90200;
}
.fuwufyer_v:hover a{
    text-decoration: underline;
    transition: all 0.4s ease;
}

.nei7{
    background-color: #f0f3f8;
    box-sizing: border-box;
    padding: 6% 0;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}
.nei7::after{
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: '';
    background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/ffe86f8e22pkcy8e.png) bottom center no-repeat;
    width: 100%;
    height: 73px;
    background-size: 101% 100%;
    z-index: 99;
}
.liuyan{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.right-content h3{
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
}

.liuyanle{
    width: 22%;
}
.liuyanle img{
    max-width: 100%;
    height: auto;
}
.liuyanzd{
    width: 40%;
}
.liuyanzd_a{
    font-family: 'Oswald';
    font-size: 2.4rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #193042;
}
.liuyanzd_b{
   font-family: ArialMT;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #646464;
}
.liuyanrt{
  background-color: #c90200;
  width: 28%;
  color: #fff;
  position: relative;
}
.liuyanrt:hover{
    background-color: #aa0301;
    transition: all 0.4s ease;
}
.liuyanrt_c:hover {
    text-decoration: underline;
    transition: all 0.4s ease;
}
.liuyanrt_m:hover {
    text-decoration: underline;
    transition: all 0.4s ease;
}
.liuyanrt_a{
   font-size: 1.5rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    padding: 4% 6%;
}
.liuyanrt_b{
   background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/d76fa28e6azo4xhi.png) center center no-repeat;
   box-sizing: border-box;
   text-align: center;
   line-height: 63px;
   height: 63px;
   position: relative;
   width: 63px;
   margin: 2% auto 0;
}
.liuyanrt_b::after {
    position: absolute;
    top: 48%;
    left: -249%;
    width: 150px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 99;
    content: '';
}

.liuyanrt_b::before{
    position: absolute;
    top: 48%;
    right: -249%;
    width: 150px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 99;
    content: '';
}

.liuyanrt_c{
    text-align: center;
    font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
    font-family: 'Oswald';
    margin-top: 3%;
}
.liuyanrt_m{
   font-family: ArialMT;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.7;
    text-align: center;
}
.djifnh{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
.liuyanzdgg .form-submit .form-control{
    padding: 0px;
    font-size: 14px;
    background: none;
    box-sizing: border-box;
    padding-left: 15px;
}
.liuyanzdgg .form-submit .form-control.name{
    background: #e4e8ee;
    line-height: 55px;
    border: none;
}
.liuyanzdgg .form-submit .form-control.phone{
    background: #e4e8ee;
    line-height: 55px;
    border: none;
}
.liuyanzdgg .form-submit .form-control.email{
    background: #e4e8ee;
    line-height: 55px;
    border: none;
}
.liuyanzdgg .form-submit .form-control.company{
    background: #e4e8ee;
    line-height: 55px;
    border: none;
}
.liuyanzdgg .form-submit .form-control.content{
    background: #e4e8ee;
    height: 115px;
    border: none;
}
.liuyanzdgg .hm-message-con .mb-20 {
    margin-bottom: 10px !important;
}
.liuyanzdgg .form-submit .form-control.email{
    background: #e4e8ee;
    border: none;
}
.liuyanzdgg .hm-message-con .col-md-4{
    border: none;
    overflow: hidden;
    width: 40%!important;
    max-width: 40%;
}
.liuyanzdgg  .form-submit .form-input.captcha img {
    position: absolute;
    right: 1px;
    top: 1px;
}
.liuyanzdgg .btn-primary{
    width: 116px;
    height: 116px;
    border-radius: 50%;
    background-color: #c90200 !important;
    border-color: #c90200 !important;
}
.liuyanzdgg .btn-primary:hover{
    background-color: #aa0301 !important;
    border-color: #aa0301 !important;
}
.lisyifdng{
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
}
.bandunger{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bandung{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.bandungle{
    width: 24%;
    border-right: #292929 1px solid;
}
.bandunger{
    width: 72%;
}
.bandunger li{
    border-right: #292929 1px solid;
    width: 32%;
    box-sizing: border-box;
    padding-left: 2%;
    padding-bottom: 3%;
    cursor: pointer;
}
.bandunger_a{
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
    font-family: 'Oswald';
}
.bandunger_b{
    font-family: ArialMT;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.5;
}
.xianggf{
    border-top: #292929 1px solid;
}
.bandunger li:hover .bandunger_b{
    color: #c90200;
    opacity: 1;
}
.qunbfhg{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.qunbfhgle{
    width: 51%;
    border-right: #292929 1px solid;
    box-sizing: border-box;
    padding: 4% 0;
}
.qunbfhg{
    box-sizing: border-box;
}
.qunbfhgle{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.qunbfhglele{
    width: 53%;
}
.qunbfhglele_a{
    font-family: 'Oswald';
    font-size: 1.8rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
}
.qunbfhglele_b{
    font-family: ArialMT;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.5;
    margin-top: 4%;
}
.qunbfhgleer{
    background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/4ec4e65cb61rnyjs.png) no-repeat;
    width: 96px;
    background-size: 100% 100%;
    height: 96px;
    margin-right: 15%;
    margin-top: 6%;
}
.qunbfhgleer:hover{
    background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/15cb752dc14odrja.png) no-repeat;
    background-size: 100% 100%;
}
.qunbfhger{
    width: 49%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fegyftrta{
    width: 50%;
    box-sizing: border-box;
    padding: 5%;
}
.fegyftrt{
    width: 50%;
    border-right: #292929 1px solid;
    box-sizing: border-box;
    padding: 5%;
}
.fegyftrt_a{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
    font-family: 'Oswald';
}
.fegyftrt_b{
    margin-top: 4%;
}
.fegyftrt_b li{
    background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/f380ce1ba58qjz9h.png) left center no-repeat;
    box-sizing: border-box;
    padding-left: 15px;
    font-family: ArialMT;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #a8a8a8;
}
.fegyftrt_b li a{
    color: #a8a8a8;
}
.fegyftrt_b li:hover .fegyftrt_b_hh{
    color: #c90200!important;
}
.fixiangle{
    width: 25%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 1% 0;
}
.fixiangle li{
    width: 52px;
	height: 52px;
	background-color: #292929;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    margin-right: 10px;
}
.fixiangle li:hover{
    background-color: #c90200;
}
.fixiangle li:hover .fixiangle_img img{
    filter: invert(49%) sepia(93%) saturate(369%) hue-rotate(900deg) brightness(260%) contrast(93%);
}
.fixiangzd{
    padding: 1% 0;
    font-size: 20px;
    font-family: 'Oswald';
	font-weight: normal;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 0px;
	color: #ffffff;
    background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/f380ce1ba58qjz9h.png) left center no-repeat;
    box-sizing: border-box;
    padding-left: 15px;
    width: 40%;
    border-right: #292929 1px solid;
}
.fixiang{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


#formsearch4 input{background:#191919;border:none;float:left;width:80%;outline: none;border-right: none;border-radius: 30px;}
#formsearch4 input#keyword{height:53px;line-height:53px;padding-left:24px;color:#ababab;font-size: 16px;}
#formsearch4 input#s_btn{width:20%;height:53px;line-height:53px;text-align:center;background:url(//wm.cdn.cn86.cn/xinghuod/2026/02/4dd789b705u8k2l8.png) no-repeat center;color:#fff;border:none;cursor:pointer;
font-size: 0px;
float: right;
}
.fixiangrt{
    width: 30%;
    margin: 1% 0;
}
#formsearch4 input:hover{
    background:#282828;
}
.adidnjhg{
    text-align: center;
    color: #a0a0a0;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
    padding-top: 1%;
}
.adidnjhg a{
    color: #a0a0a0;
}
.wenfug_b img{
    max-width: 100%;
    height: auto;
}

.nbanner{
    position: relative;
    margin-top: 80px;
}
.mingfhi{
    position: absolute;
    top:40%;
    width: 100%;
    left: 0px;
    text-align: center; 
    z-index: 99;
    color: #fff;
    font-family: 'Oswald';
    font-size: 8rem;
    font-weight: 200;
    text-transform: uppercase;
}
.nbanner::before{
    content: "";
    position: absolute;
    left: -120%;
    top: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
    z-index: 1;
}
.nbanner:hover::before {
    left: 120%;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s
}

.saf-scroll {
    width: 150px;
    margin: 0 auto;
    position: absolute;
    left: 45%;
    top: 80%;
}

.saf-circletext {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    border-radius: 500vw;
    z-index: 100;
}
.saf-circletext svg {
    width: auto;
    height: 30%;
}
.saf-circletxt {
    animation: r 30s linear infinite;
}
.saf-circletxt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.saf-circletxt span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
@keyframes r {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.saf-circletext svg path {
    fill: #fff;
}


/*  */
#online{position:fixed;right:5px;top:40%;transform:translateY(-50%);font-family:Arial,Helvetica,sans-serif;z-index:9999}
#online *{box-sizing:border-box;font-size:12px;line-height:1.1}
.online-list{padding:0;border:1px solid #eee;background-color:#fff;max-width:78px;border-radius:4px;margin:0;position:relative}
.whatsapp-icon{display:inline-block;background:url(//wm.cdn.cn86.cn/xinghuod/2026/03/80b000015bobxaun.png) no-repeat;width:28px;height:28px;transform:scale(.8);background-position:left center;background-size:cover}
.email-icon{display:inline-block;background:url(//wm.cdn.cn86.cn/xinghuod/2026/03/121463f43a8evq1a.png) no-repeat;width:28px;height:28px;transform:scale(.8);background-position:left center;background-size:cover}
.wechat-icon{display:inline-block;background:url(//wm.cdn.cn86.cn/xinghuod/2026/03/ba71f3ba2cjrkiz8.png) no-repeat;width:28px;height:28px;transform:scale(.8);background-position:left center;background-size:cover}
.message-icon{display:inline-block;background:url(//wm.cdn.cn86.cn/xinghuodianqi/2025/10/c8ac1cc1be9i51wg.png) no-repeat;width:28px;height:28px;transform:scale(.8);background-position:left center;background-size:cover}

.online-list>li{width:100%;border-top:1px solid #eee;list-style:none;text-align:center;padding:10px 0 4px;position:relative;transition:all .2s ease-in-out}
.online-itemcont{position:absolute;top:0;right:100%;background-color:#fff;border:1px solid #eee;border-radius:4px 0 0 4px;visibility:hidden;opacity:0;transition:top .2s,opacity .2s;overflow-y:auto}
.online-list>li:hover .online-itemcont{top:0;opacity:1;visibility:visible}
.online-itemcont a{display:flex;align-items:center;border-bottom:1px solid #eee;color:#555;text-decoration:none;padding:2px 4px;text-align:left;width:195px;text-transform:capitalize}
.online-itemcont>div{border-bottom:1px solid #eee;padding-bottom:10px}
.online-itemcont>div:last-of-type{border:0}
.online-itemcont>div a{border:0}
.online-wechat-img img{display:block;margin:0 auto}
.online-itemcont p{text-overflow:ellipsis;width:100%;float:left}
.online-itemcont a:last-child{border:0}
.online-itemcont a i{transform:scale(.7);float:left;padding-right:30px}
.online-itemcont a span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}
.online-list>li .online-itemico p{margin:0;transform:scale(.9);text-transform:capitalize}
.online-list>li .online-itemico{color:#555;text-decoration:none;display:block;cursor:pointer;padding:0 2px}
.online-list>li:hover,.online-list>li:hover+li{border-color:transparent}
.online-list>li:first-child{border-radius:4px 4px 0 0;border:0}
.online-list>li:last-child{border-radius:0 0 4px 4px}
.wechatrt{width:100%;float:left}
.we-1{width:100%;float:left}
.wechatrt img{max-width:100%;height:100px}
@media (max-width:768px){
    #online{display:none}
}




@media(max-width:1600px){
    .fegyftrt_b li{
        font-size: 16px;
        line-height: 32px;
    }
    .qunbfhglele_a{
        font-size: 1.6rem;
        line-height: 38px;
    }
    .liuyanrt_a {
        font-size: 1.3rem;
        line-height: 35px;
        padding: 7% 6%;
    }
    .liuyanzd_a {
        font-family: 'Oswald';
        font-size: 2.2rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: 55px;
        letter-spacing: 0px;
        color: #193042;
    }
    .fuwufyer_b {
        font-family: ArialMT;
        font-size: 16px;
        margin-top: 4%;
    }
    .fuwufyle_m_bb {
        font-size: 16px;
        line-height: 22px;
        margin-top: 8%;
    }
    fuwufyle_c {
        font-size: 8rem;
    }
    .fuwufyle_b {
        font-family: 'Oswald';
        font-size: 2.2rem;
        line-height: 55px;
        letter-spacing: -1px;
    }
    fenzhiggh_b {
        font-size: 22px;
    }
    .fenzhiggh_a{
        font-size: 3.6rem;
    }
    .yousindze_b {
        font-family: 'Oswald';
        font-size: 2.2rem;
        line-height: 40px;
    }

    .yousindle_a{
        font-size: 5rem;
    }
    .abbfen_a_bb {
        font-size: 16px;
    }
    .abbfen_a_cc {
        font-size: 2.2rem;
    }
    .guanfebleer_b {
        font-size: 14px;
        line-height: 24px;
        margin-top: 3%;
    }
    .guanfebleer_a {
        font-family: Arial-BoldMT;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #193042;
    }
    .abbgfrtle_b{
        font-size: 2.2rem;
        line-height: 55px;
    }
    .fgghgtle_a{
        font-size: 2.1rem;
        line-height: 55px;
    }
    .fghgytnei_a{
        font-size: 22px;
    }
    .youshidng_b{
        font-size: 42px;
    }
    .wenfug , .wenfug_aa{
        font-size: 5.5rem;
    }
    .changundobe_a{
        font-size: 22px;
    }
    .fuwufyle_c{
        font-size: 8rem;
    }
    .mingfhi{
        font-size: 6rem;
    }
    #anchor{
        top:55%;
    }
}

@media(max-width:1500px){
    .mingfhi{
        font-size: 5rem;
    }
    .bandunger_b{
        font-size: 16px;
    }
    .qunbfhglele_a {
        font-size: 1.3rem;
        line-height: 33px;
    }
    .liuyanrt_a {
        font-size: 1.1rem;
        line-height: 30px;
        padding: 7% 6%;
    }
    .liuyanzd_a{
        font-size: 2rem;
        line-height: 50px;
    }
    .fuwufyle_m_bb {
        font-size: 12px;
        line-height: 12px;
        margin-top: 5%;
    }
    .fuwufyle_c{
        font-size: 7rem;
    }
    .fuwufyle_b {
        font-family: 'Oswald';
        font-size: 2rem;
        line-height: 50px;
        letter-spacing: -1px;
    }
.fenzhiggh_img img {
    max-width: 28%;
    height: auto;
}
    .fenzhiggh_d {
        font-family: ArialMT;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
    }
    .fenzhiggh_b{
        font-size: 20px;
    }
    .fenzhiggh_a {
        font-size: 3.1rem;
        line-height: 3rem;
    }
    .yousindze_b {
        font-family: 'Oswald';
        font-size: 2rem;
        line-height: 35px;
    }
    .yousindle_a {
        font-size: 3rem;
    }
    .guanfebleer_a {
        font-size: 15px;
        line-height: 20px;
    }
.wemdng {
    text-align: center;
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 8%;
}
    .abbgfrtle_b {
        font-size: 2rem;
        line-height: 45px;
    }
    .fgghgtmire_b {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0px;
        color: #fff;
        margin-top: 18%;
    }
    .fgghgter {
        width: 24%;
        font-family: ArialMT;
        font-size: 16px;
        line-height: 35px;
        margin-bottom: 3%;
    }
    .fgghgtle_a {
        font-size: 1.8rem;
        line-height: 40px;
    }
    .fghgytnei_a {
        font-size: 20px;
    }
    .youshidng_b {
        font-size: 35px;
    }
    .changundobe_a {
        font-size: 20px;
        line-height: 30px;
    }
    .wenfug, .wenfug_aa {
        font-size: 5rem;
    }
    .language-group .btn{
        font-size: 16px;
    }
    .x-menu>li>a{
        font-size: 16px;
    }
    #anchor{
        top:52%;
    }
}

@media(max-width:1440px){
 #anchor{
        top:48%;
    }

    .mingfhi{
        font-size: 4rem;
    }
    .fegyftrt_a{
        font-size: 18px;
        line-height: 28px;
    }
    .fegyftrt_b li {
        font-size: 14px;
        line-height: 30px;
    }
    .liuyanrt_a {
        font-size: 18px;
        line-height: 28px;
        padding: 7% 6%;
    }
    .liuyanzd_b {
        font-family: ArialMT;
        font-size: 16px;
        line-height: 26px;
    }
    .liuyanzd_a {
        font-size: 1.6rem;
        line-height: 45px;
    }
    .fuwufyer_b {
        font-family: ArialMT;
        font-size: 14px;
        margin-top: 4%;
    }
    .fuwufyle_c {
        font-size: 5rem;
        line-height: 6rem;
    }
    .fuwufyle_b {
        font-family: 'Oswald';
        font-size: 1.8rem;
        line-height: 40px;
        letter-spacing: -1px;
    }
    .yousindze_b {
        font-family: 'Oswald';
        font-size: 1.8rem;
        line-height: 35px;
    }
    .abbfen_b_bb{
        font-size: 16px;
    }
    .abbfen_a_bb {
        font-size: 13px;
    }
    .abbfen_a_cc {
        font-size: 1.8rem;
    }
    .guanfeblele_a{
        bottom: 12%;
    }
    .abbgfrtle_b {
        font-size: 1.6rem;
        line-height: 40px;
    }
    .fgghgtle_a {
        font-size: 1.6rem;
        line-height: 35px;
    }
    .fghgytnei_a {
        font-size: 18px;
    }
    .youshidng_b {
        line-height: 40px;
        font-size: 30px;
    }
    .changundobe_b{
        font-size: 13px;
        line-height: 30px;
    }
    .wenfug, .wenfug_aa {
        font-size: 4rem;
        line-height: 5rem;
    }
}

@media(max-width:1366px){
     #anchor{
        top:47%;
    }
    .liuyanrt_m{
        font-size: 20px;
    }
    .fuwufyle_c {
        font-size: 4rem;
        line-height: 4rem;
    }
    .fenzhiggh_a {
        font-size: 2.6rem;
        line-height: 3rem;
    }
    .yousindle_b{
        font-size: 14px;
    }
    .yousindze_b {
        font-family: 'Oswald';
        font-size: 1.4rem;
        line-height: 30px;
    }
    .abbgfrtle_b {
        font-size: 1.3rem;
        line-height: 34px;
    }
    .fgghgter {
        width: 24%;
        font-family: ArialMT;
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 3%;
    }
        .changundobe_a {
        font-size: 18px;
        line-height: 27px;
    }
    .wenfug_MM{
            height: 60px;
    }
        #formsearch2 input{background:none;border:none;float:left;width:75%;outline: none;border-right: none;}
        #formsearch2 input#keyword{height:60px;line-height:60px;padding-left:4px;color:#666;}
        #formsearch2 input#s_btn{width:20%;height:60px;line-height:60px;text-align:center;background:url(//wm.cdn.cn86.cn/xinghuod/2026/02/8288420da83gnogu.png) no-repeat center;color:#fff;border:none;cursor:pointer;
        font-size: 0px;
        float: right;
        }
    .wenfug, .wenfug_aa {
        font-size: 3rem;
        line-height: 3rem;
    }
}


@media(max-width:1200px){
      #anchor{
        top:42%;
    }
    .adidnjhg{
        font-size: 16px;
    }
    .fixiangzd{
        font-size: 18px;
    }
    .qunbfhglele_b {
        font-family: ArialMT;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.5;
        margin-top: 4%;
    }
    .qunbfhglele_a {
        font-size: 20px;
        line-height: 30px;
    }
    .fuwufyer_v {
        font-family: Arial-BoldMT;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 50px;
        letter-spacing: 0px;
        color: #c90200;
        margin-top: 1%;
    }
    .fuwufyle_b {
        font-family: 'Oswald';
        font-size: 1.6rem;
        line-height: 35px;
        letter-spacing: -1px;
    }
    .fenzhiggh_b {
        font-size: 15px;
    }
    .yousindze_a{
        font-size: 16px;
    }
    .yousindle_a {
        font-size: 2.5rem;
    }
    .abbfen_a_cc {
        font-size: 1.6rem;
    }
    .guanfebleer_b {
        font-size: 12px;
        line-height: 20px;
        margin-top: 3%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }
    .guanfebleer_a {
        font-size: 12px;
        line-height: 19px;
    }
    .fgghgter {
        width: 24%;
        font-family: ArialMT;
        font-size: 13px;
        line-height: 28px;
        margin-bottom: 3%;
    }
    .youshidng_b {
        line-height: 35px;
        font-size: 25px;
    }
    .changundobe_a {
        font-size: 16px;
        line-height: 27px;
    }
    .xwenzing{
        font-size: 16px;
        line-height: 26px;
    }
    .wenfug, .wenfug_aa {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .language-group .btn {
        color: #fff;
    }
    .x-menu>li {
         margin-left: 0px; 
         margin-right: 0px; 
    }
}


@media(max-width:1024px){
.saf-scroll {
    width: 150px;
    margin: 0 auto;
    position: absolute;
    left: 43%;
    top: 80%;
}
        .mingfhi {
        font-size: 3rem;
    }
      #anchor{
        display: none;
    }
    .fgghgtle_b{
        font-size: 16px;
        line-height: 26px;
    }
    .fghgytnei_a {
        font-size: 14px;
    }
    .youshidng_b {
        line-height: 30px;
        font-size: 20px;
    }
    .youshidng_a{
        font-size: 16px;
        line-height: 40px;
    }
    .wenfug_b img {
        max-width: 55%;
        height: auto;
    }
    .youding {
        background: #c90200;
        line-height: 75px;
        text-align: center;
        color: #fff;
        width: 20%;
    }
    .top_right {
        width: 65%;
    }
    .header-ss {
    margin-left: 2.25vw;
    position: relative;
    width: 36px;
    height: 36px;
}
    .youding {
        background: #c90200;
        line-height: 75px;
        text-align: center;
        color: #fff;
        width: 20%;
    }
}


@media(max-width:992px){
    .nbanner{
    position: relative;
    margin-top: 0px;
}
    .saf-scroll {
        width: 150px;
        margin: 0 auto;
        position: absolute;
        left: 40%;
        top: 95%;
    }
    .fixiangle {
      width: 28%;
    }
    .fixiangzd {
        font-size: 12px;
    }
    .qunbfhglele_a {
        font-size: 17px;
        line-height: 26px;
    }
    .bandunger_b {
        font-size: 12px;
    }
.bandunger_a {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    font-family: 'Oswald';
}
    .djifnh {
        position: static;
        left: 0px;
        bottom: 0px;
        width: 100%;
        text-align: center;
    }
    .liuyanrt{
        width: 100%;
    }
    .liuyanzdgg .col-md-6{
        max-width: 100%;
    }
    .liuyanzd{
        width: 100%;
    }
    .liuyanle{
        display: none;
    }
    .liuyanzd_b {
        font-family: ArialMT;
        font-size: 13px;
        line-height: 22px;
    }
    .liuyanzd_a {
        font-size: 20px;
        line-height: 40px;
    }
.fuwufyle_m {
    width: 130px;
    height: 130px;
    background-color: #c90200;
    border-radius: 50%;
    margin-top: 20%;
    box-sizing: border-box;
    padding: 6% 1%;
    text-align: center;
}
    .fuwufyle_c {
        font-size: 25px;
        line-height: 30px;
    }
    .fuwufyle_b {
        font-family: 'Oswald';
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -1px;
    }
    .fenzhiggh_d {
        font-family: ArialMT;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 21px;
    }
        .fenzhiggh_b {
        font-size: 13px;
    }
.yousindze_c {
    font-family: ArialMT;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #646464;
    margin-top: 2%;
}
    .yousindze_b {
        font-family: 'Oswald';
        font-size: 18px;
        line-height: 23px;
    }
    .shfdinfg{
        width: 100%;
    }
    .chaccc{
        display: none;
    }
    .abbgfrt{
        width: 100%;
    }
    .abbgfle{
        display: none;
    }
    .abbfen_b_bb {
        font-size: 14px;
        line-height: 22px;
    }
    .abbfen_a_bb {
        font-size: 12px;
        line-height: 22px;
    }
    .abbfen_a_cc {
        font-size: 20px;
        line-height: 25px;
    }
    .abbright{
        width: 90%;
    }
    .abbgfrtle_b {
        font-size: 20px;
        line-height: 22px;
    }
    .fgghgter {
        width: 30%;
        font-family: ArialMT;
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 3%;
    }
    .fgghgtmire_b {
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #fff;
        margin-top: 18%;
    }
    .fgghgtmire {
    width: 120px;
    height: 120px;
    }
    .fgghgtle_a {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0px;
    }
    .changundo_img img {
    max-width: 90%;
    height: auto;
}
         #formsearch2 input{background:none;border:none;float:left;width:75%;outline: none;border-right: none;}
        #formsearch2 input#keyword{height:35px;line-height:35px;padding-left:4px;color:#666;}
        #formsearch2 input#s_btn{width:20%;height:35px;line-height:35px;text-align:center;background:url(//wm.cdn.cn86.cn/xinghuod/2026/02/8288420da83gnogu.png) no-repeat center;color:#fff;border:none;cursor:pointer;
        font-size: 0px;
        float: right;
        }
    .wenfug_MM {
        height: 35px;
    }
    .wenfug_b img {
        max-width: 29%;
        height: auto;
    }
        .xwenzing {
        font-size: 14px;
        width: 100%;
        line-height: 26px;
    }
    .hsung{
        position: absolute;
        bottom: -1px;
        left: 0px;
        width: 100%;
        background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/681d68ec66vqysfs.png) no-repeat;
        height: 25px;
        background-size: 100% 100%;
        z-index: 99;
    }
    .wenfug, .wenfug_aa {
        font-size: 28px;
        line-height: 40px;
    }
    .youding {
        background: #c90200;
        line-height: 26px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        width: 60%;
    }
    .navbar-nav-box{
        display: none;
    }
}


@media(max-width:500px){
    .home-banner{
        margin-top: 50px;
    }
    .mingfhi {
        font-size: 20px;
    }
     .saf-scroll {
         display: none;
     }
    .top_right {
        width: 48%;
    }
    .wenfug_a{
        width: 100%;
    }
    .wenfug_b{
        width: 100%;
    }
    .wenfug_c{
        width: 100%;
        text-align: left;
    }
    .wenfug_aa{
        width: 100%;
    }
    .wenfug_MM{
        width: 100%;
    }
    .youshidng_b {
        line-height: 26px;
        font-size: 15px;
    }
    .fghgyt li{
        width: 100%;
        margin-bottom: 2%;
    }
    .fgghgtle{
        width: 100%;
    }
    .fgghgtzh{
        display: none;
    }
    .fgghgter{
        width: 100%;
    }
    .abbgfrtle{
        width: 100%;
    }
    .abbgfrtzd{
        width: 100%;
        margin-top: 2%;
    }
    .yousind {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-left: 0%;
    }
    .yousindle , .yousindze{
        width: 100%;
        box-sizing: border-box;
        padding: 0 2%;
    }
    .liuyanzdgg .btn-primary {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #c90200 !important;
        border-color: #c90200 !important;
    }
    .nei7::after{
        position: absolute;
        bottom: 0px;
        left: 0px;
        content: '';
        background: url(//wm.cdn.cn86.cn/xinghuod/2026/02/ffe86f8e22pkcy8e.png) bottom center no-repeat;
        width: 100%;
        height: 20px;
        background-size: 101% 100%;
        z-index: 99;
    }
    .yousindzd{
        display: none;
    }
    .fenzhiggh li{
        width: 50%;
        margin-bottom: 2%;
    }
    .fuwufyle{
        width: 100%;
    }
    .fuwufyer{
        width: 100%;
        margin-top: 15px;
    }
    .fuwufyzd{
        display: none;
    }
        .fuwufyle_m {
        width: 100px;
        height: 100px;
        background-color: #c90200;
        border-radius: 50%;
        margin-top: 7%;
        box-sizing: border-box;
        padding: 4% 1%;
        text-align: center;
    }
    .bandungle{
        width: 100%;
        text-align: center;
    }
    .bandunger{
        width: 100%;
    }
    .bandunger li{
        width: 50%;
    }
    .qunbfhgle{
        width: 100%;
    }
    .qunbfhger{
        width: 100%;
    }
    .fixiangle{
        width: 100%;
    }
    .fixiangzd{
        width: 100%;
    }
    .fixiangrt{
        display: none;
    }
    .guanfeblele{
        width: 100%;
    }
    .guanfebleer{
        width: 100%;
    }
    .guanfeblele_img img {
        width: 100%;
        height: auto;
    }
    .fgghgtmire {
        width: 90px;
        height: 90px;
    }
    .fenzhiggh_a {
        font-size: 22px;
        line-height: 3rem;
    }
    .fgghgtmire_a{
        margin: 10px auto 0;
    }
    .fgghgtmire_b {
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 16px;
        letter-spacing: 0px;
        color: #fff;
        margin-top: 10%;
    }
    .fghgyt li:hover .fghgytnei {
    height: 39%;
    transition: all 0.4s ease;
    padding: 2% 3%;
}
.fghgytnei{
        height: 38px;
}
.right-content h3 {
    font-size: 14px;
    line-height: 1.5rem;
    font-weight: 400;
}
.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    background: #fff;
    border-radius: 0%;
    margin: 0 6px !important;
    transition: width .3s ease;
    opacity: 1;
}
.video-detail h1{
    font-size: 24px;
}
.logo {
    position: relative;
    width: 40%;
    margin-left: 4%;
}
}