.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;
}


/*  */

@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;
    }
}












/*  */
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}
.top-mid-flex{height:110px}
.logo{position:relative}
.logo a{display:block}
.logo a img{max-width:100%;max-height:58px}

.header-ss{margin-left:1.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/huizhoukerui/2025/03/912029ca77vmcw3b.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)}









/* 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%;
    transform:scale(1.2);
    transition: all 2s ease-out;
}
.home-banner .swiper-slide.swiper-slide-active a > img{
    transform:scale(1);
}
.home-banner .swiper-pagination1 {
	bottom: 40px;
}
.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);
}
 







.site-footer2{background-color:#000;padding:80px 0 110px}
@media (max-width:991px){
    .site-footer2{padding:70px 0 50px}
}
@media (max-width:767px){
    .site-footer2{padding:56px 0 40px;margin-bottom:60px}
}

.first_item{position:relative;width:430px}
.ft-logo{margin-bottom:4.6875vw}
.ft-logo a{display:block}
.ft-logo a img{max-height:50px;max-width:280px}
.ft-ewm{margin-bottom:3.64583vw}
.ft-ewm img{max-width:141px}
.sitewidget-bd{position:relative;font-size:14px;font-weight:400;display:flex}
.sitewidget-bd a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-direction:column;margin:0 10px 0 0;border-radius:5px;background:#fff;text-align:center;opacity:1}
.sitewidget-bd a img{max-width:100%}
.sitewidget-bd a:hover{opacity:1;background-color:var(--main-theme-color)}
.sitewidget-bd a:hover img{filter:brightness(100)}
.second_item{position:relative;width:420px}
.second_item h2{font-size:18px;color:#fff;font-weight:400;margin-bottom:20px}
.ft-lxwm{position:relative;font-size:15px;color:rgba(255,255,255,.6);line-height:1.5}
.ft-lxwm a{font-size:15px;color:rgba(255,255,255,.6)}
.ft-lxwm p{margin-bottom:0}
.three_item{position:relative;flex:1;display:flex;justify-content:space-between}
.nax-item{position:relative;margin-bottom:15px}
.nax-item>h2{font-size:18px;color:#fff;font-weight:400;text-transform:uppercase;margin-bottom:20px}
.dropdown-subsection{position:relative}
.dropdown-subsection>li{position:relative;margin-bottom:.8em}
.dropdown-subsection>li>a{display:block;font-size:15px;color:rgba(255,255,255,.5);line-height:26px}











.site-footer2{padding:70px 0 90px;background:url(//wm.cdn.cn86.cn/shandongliyu/2025/03/f1f7b5dd31a6cydy.png) no-repeat center top;background-size:cover}
.foot-dftt{font-family:Arial;font-size:22px;font-weight:600;line-height:44px;letter-spacing:0;color:#fff}
.product-cate{margin-top:10px}
.product-cate li{font-family:Arial;font-size:18px;font-weight:400;font-stretch:normal;line-height:40px;letter-spacing:0;color:rgba(255,255,255,.5)}
.product-cate li a{color:rgba(255,255,255,.5)}
.lx_cc{margin-top:10px;font-size:18px;font-weight:400;font-stretch:normal;line-height:40px;letter-spacing:0;color:rgba(255,255,255,.5)}
.lx_cc p{margin-bottom:0}
.yam_a{width:26%}
.ynr{margin-top:10px}
.tb_ll.flex_b li{overflow:hidden}
.tb_ll.flex_b li img{transition:all ease-in-out 0s}
.tb_ll{margin-top:20px;max-width:165px}
.tb_ll.flex_b li:hover img{transform:translateY(-60px);filter:drop-shadow(#2959e0 0 60px);transition:all ease-in-out 0s}
.foot-bom2{position:relative;background:#1b3884;text-align:center;padding:25px 0}
.foot-bom2 p{margin-bottom:0}
.copyright_a{font-size:16px;font-weight:400;line-height:32px;color:#fff}
.copyright_a a{color:#fff}
.site-footer2 .ft-message-form{margin-bottom:60px}
.site-footer2 .ft-message-form .form-group{margin-bottom:10px!important}
.site-footer2 .ft-message-form input,.site-footer2 .ft-message-form textarea{border-bottom:1px solid #4d4d4d;font-size:14px;width:100%;color:rgba(255,254,254,.4);background:#4d4d4d;padding:10px}
.site-footer2 .ft-message-form textarea{line-height:22px;height:45px}
.site-footer2 .submit-btn{border:1px solid #1840b1;background-color:var(--sub-theme-color);padding:0 18px;color:#fff;height:45px;text-transform:uppercase;width:100%;transition:.5s;text-align:center;font-size:18px}
.site-footer2 .submit-btn:hover{background-color:#fff;color:var(--sub-theme-color)}
.site-footer2 .ft-message-form input::-webkit-input-placeholder,.site-footer2 .ft-message-form textarea::-webkit-input-placeholder{color:#a3a2a2;font-size:14px}
.site-footer2 .ft-message-form input:-moz-placeholder,.site-footer2 .ft-message-form textarea:-moz-placeholder{color:#a3a2a2;font-size:14px}
.site-footer2 .ft-message-form input::-moz-placeholder,.site-footer2 .ft-message-form textarea::-moz-placeholder{color:#a3a2a2;font-size:14px}
.site-footer2 .footer-weight-link a:hover,.site-footer2 .ft-contct-info a:hover,.site-footer2 .ft-social-list a:hover{color:#fff!important}
@media (max-width:991px){
    .site-footer2{padding:50px 0 50px}
    .foot-bom2{margin-bottom:70px}
    .yam_a{width:100%}
    .lx_cc{font-size:16px;margin-bottom:10px}
    .site-footer2 .submit-btn{font-size:16px}
}
@media (max-width:767px){
    .site-footer2{padding:56px 0 40px}
    .site-footer2 .submit-btn{padding:12px 18px}
}














.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;
}


p{
    margin: 0;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin:0;
    font-weight: 500;
    line-height: 1
}


.w1200{max-width: 1200px; margin: 0 auto; padding: 0 15px;}


.tbnr{}
.tbnr1{
	height: 100px;
	background-image: linear-gradient(0deg, 
		#f7f7f7 0%, 
		#ffffff 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
	line-height: 100px;
}

.logo{
    float: left;
    width: 18%;
}
.logo img{max-width: 100%;}

.tblx{
    float: right;
}
.tblx .tbdh{
    float: left;
    font-family: ArialMT;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ff4b34;
}

.tblx .tbyy{
    float: left;
}

.tbyy .btn{
    color: #666666;
    padding: 0;
    padding-left: 20px;
    margin-left: 17px;
    border-left: 1px solid #e3e3e3;   
    line-height: 1;
}
.tbyy .btn img{
    margin-top: -3px;
}

.tbnr2{
    height: 60px;
}
.tbnav{
    float: left;
}
.tbnav > li{
    float: left;
    position: relative;
    padding: 0 20px;
}

.tbnav > li:hover{
	background-color: #333333;
}
.tbnav > li:hover > a{
	color: #FFF !important;
     transition: all ease-in-out 0s; 
}

.tbnav li > a{
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #333333;
    transition: all ease-in-out 0s; 
}


.tbnav li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    left: -25%;
    top: 85px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu > li > a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}


.tbss{
    float: right;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.tbss .tbtb{
    padding: 0 21px;
    border-left: 1px solid #e2e2e2; 
    border-right: 1px solid #e2e2e2; 
}
.tbss .tbtb img{}
.tbss .search-g-box input{height: 35px; line-height: 35px;}
.tbss .search-g-box button{height: 35px; line-height: 35px;}
.search-g-box{margin-top: 2px; z-index: 9999;}







.bbban{position: relative;}
.banfl{overflow: hidden;}
.banfl li{position: relative;}
.banfl li .img{position: relative;}
.banfl li .img img{
    max-width: 100%;
}

.banfl .swiper-pagination{
    text-align: left;
    max-width: 1200px;
    left: 19%;
    bottom: 63px;
}
.banfl .swiper-pagination span{
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    opacity: 1;
    margin: 0 6px !IMPORTANT;
}
.banfl .swiper-pagination .swiper-pagination-bullet-active{
    width: 18px;
    height: 19px;
    background-color: #ff4b34;
}



.bansxx{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}
.banly{
    width: 20.8333%;
    float: right;
    background: rgba(0, 0, 0, 0.6);
    padding: 40px 35px;
    margin-top: 0;
    position: absolute;
    right: 19%;
    top: 10%;
    z-index: 999;
}
.banly .form-group{
    margin-bottom: 12px;
}
.banly .form-group input{
    height: 52px;
    background-color: #ffffff;
    border: solid 1px #e1e1e1;
    width: 100%;
    padding-left: 15px;
}
.banly .form-group img{ 
    height: 52px;
    width: 40%;
}

.banly .text-center button{
    width: 187px;
    height: 51px;
    background-color: #ff4b34;
    color: #fff;
    text-align: center;
}
.banly .text-center button span{
    width: 100%;
    font-size: 18px;
}



.banlywz{
    margin-bottom: 47px;
}
.banlywz h2{
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0;
}
.banlywz h3{
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 26px;
}








.c1 {
    padding: 5.5vw 0 5.3vw; 
}

h2.bt {

    color: #191b20;

    text-transform: uppercase;

    font-family: arial;

    line-height: 1;

    padding-bottom: 38px;

    background: url(//wm-hk.cdn.cn86.cn/wmy8/2024/05/559669c6ccgbc6ek.jpg) no-repeat 0 bottom;

    margin: 0;

    font-size: 35px;

}

.c1 .list2 {

    margin-top: 38px;

}



.c1 .list2 li a.img {

    display: block;

    position: relative;

}



.c1 .list2 li a.img img {

    max-width: 100%;

}



.c1 .list2 li a.img .bg1 {

    opacity: 0;

    transition-duration: 0.6s;

    position: absolute;

    z-index: 111;

    cursor: pointer;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.2);

    top: 0;

    left: 0;

}



.c1 .list2 li a.img .bg1 h4 {

    font-size: 16px;

    color: #fff;

    text-transform: uppercase;

    background: #ff4b34;

    border-radius: 6px;

    margin: 0 auto;

    padding: 16px 25px;

    width: 170px;

    position: absolute;

    bottom: 22px;

    left: 50%;

    margin-left: -85px;

}



.c1 .list2 li h3 {

    padding: 29px 0 0;

    text-align: center;

    margin: 0;

    text-transform: uppercase;

}



.c1 .list2 li h3 a {

    font-size: 20px;

    color: #191b20;

    opacity: .8;

}



.c1 .list2 li:hover a.img .bg1 {

    opacity: 1;

}

.bbbandt{
    position: absolute;
    height: 28px;
    width: 40%;
    right: 0;
    bottom: 0;
    background: url(//wm-hk.cdn.cn86.cn/wmy8/2024/05/a1d2b910bauologn.png)no-repeat;
    z-index: 999;
}





.c2 {

  

    background: url(//wm-hk.cdn.cn86.cn/wmy8/2024/05/5753bbc11e3isfjl.png) no-repeat 50% 0;

    padding-top: 104px;

    padding-bottom: 96px;

}



@media (max-width: 768px) {

    .c2 {

        background: #191b20;

        padding-top: 50px;

        padding-bottom: 50px;

    }

}



.c2 h2 {

    color: #fff;

    background: url(//wm-hk.cdn.cn86.cn/wmy8/2024/05/945d3ef28dpxvzux.jpg) no-repeat 0 bottom;

}



.c2 .list2 {

    margin-top: 46px;

}



.c2 .list2 li {

    color: #fff;

}



@media (max-width: 768px) {

    .c2 .list2 li {

        margin-bottom: 20px;

    }

}



.c2 .list2 li .tu {

    width: 19%;

}



.c2 .list2 li .tu img {

    max-width: 100%;

}



.c2 .list2 li .zi {

    width: 76%;

}



.c2 .list2 li .zi h3 {

    margin: 0;
    color: #fff;
    font-size: 20px;

}



.c2 .list2 li .zi dd {

    margin-top: 14px;

    line-height: 26px;

    font-size: 16px;

    font-family: arial;

}















.c3 {
    padding: 5.3vw 0 4.2vw;
    background: #f9f9f9;
}




@media (max-width: 768px) {

    .c3 {

        padding-top: 50px;

        padding-bottom: 40px;

    }

}



.c3 .list2 {

    margin-top: 56px;

}



.c3 .list2 li {

    margin-bottom: 28px;

}



@media (max-width: 768px) {

    .c3 .list2 li {

        margin-bottom: 0;

    }

}



.c3 .list2 li a.img {

    display: block;

    position: relative;

}



.c3 .list2 li a.img img {

    max-width: 100%;
    background-color: #ffffff;
	border: solid 1px #e5e5e5;

}



.c3 .list2 li a.img .bg1 {

    opacity: 0;

    transition-duration: 0.6s;

    position: absolute;

    z-index: 111;

    cursor: pointer;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.2);

    top: 0;

    left: 0;

}



.c3 .list2 li a.img .bg1 h4 {

    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #ff4b34;
    border-radius: 6px;
    margin: 0 auto;
    padding: 15px 20px;
    width: 70%;
    position: absolute;
    bottom: 22px;
    left: 15%;
    line-height: 20px;
    
}



.c3 .list2 li h3 {

    padding: 29px 0;

    text-align: center;

    margin: 0;

    text-transform: uppercase;

}



.c3 .list2 li h3 a {

    font-size: 20px;

    color: #191b20;

    opacity: .8;

}



.c3 .list2 li:hover a.img .bg1 {

    opacity: 1;

}



.c3 .ck1 {

    text-align: center;

    margin-top: 20px;

}



.c3 .ck1 a.ck {
    text-align: center;
    border-radius: 4px;
    border: 2px solid #f15323;
    padding: 13px 0;
    display: block;
    width: 235px;
    margin: 0 auto;
    font-family: Candara;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #f15323;
}












.c4 {
    margin-top: 4.7vw;
    padding-bottom: 3.4vw;
}



@media (max-width: 768px) {

    .c4 {

        margin-top: 50px;

    }

}



.c4 .list2 {

    margin-top: 50px;

}



@media (max-width: 768px) {

    .c4 .list2 li {

        margin-bottom: 20px;

    }

}



.c4 .list2 li a.img {

    display: block;

}



.c4 .list2 li a.img img {

    max-width: 100%;

}



.c4 .list2 li h3 {

    margin: 0;

    line-height: 36px;

    font-size: 18px;

    font-weight: 600;

    font-family: 'arial';

}



.c4 .list2 li h3 a {
    color: #333333;
}

.c4 .list2 li .time {

    font-size: 14px;

    color: #777777;

    font-family: Tahoma;

    line-height: 40px;

    margin-top: 10px;

}






.c5{position: relative; margin-bottom: 3.7vw;}
.c5fl{overflow: hidden;}
.c5fl li{position: relative;}
.c5fl li .img{overflow: hidden;border: solid 2px #fff;}
.c5fl li .img img{max-width: 100%;}
.c5fl li:hover .img{
    border: solid 2px #f15323;
}














.footer {

    background: url(//wm-hk.cdn.cn86.cn/wmy8/2024/05/e450ec5467gzl9bd.png) no-repeat 0 0 #720202;

    padding-top: 99px;

}



@media (max-width: 768px) {

    .footer {

        padding-top: 0;

        background: #141414;

    }

}



.footer .navx {

    margin-top: 23px;

    margin-bottom: 23px;

    font-family: "Tahoma";

}



.footer .navx li {

    background: url(//wm-hk.cdn.cn86.cn/wmy8/2024/05/38bbe23094v7jnxu.png) no-repeat right 50%;

    padding: 0 19px;

    float: left;

    text-transform: uppercase;

}



.footer .navx li:last-child {

    background: none;

}



.footer .navx li a {

font-size: 14px;

color: rgba(255, 255, 255, 0.3);
}



.footer .search {

    margin-top: 23px;

}



.footer .contact-us {

margin-top: 44px;

color: rgba(255, 255, 255, 0.3);

font-size: 14px;

font-family: "Tahoma";

padding-bottom: 60px;
}



.erx {

    margin-top: 20px;

}



@media (max-width: 768px) {

    .footer .contact-us {

        margin-top: 30px;

        margin-bottom: 30px;

    }

}













.search {

    margin-top: 20px;

  

}



.search .input-group {

    vertical-align: top

}



.search .input-group .keyword {

height: 40px;

line-height: 40px;

border: none;

border: 1px solid #434343;

background: none;

border-radius: 0;

-webkit-text-fill-color: rgba(255, 255, 255, 0.2);
}

.search .input-group .keyword::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#fff;
}
.search .input-group .keyword::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#fff;
}
.search .input-group .keyword::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#fff;
}
.search .input-group .keyword::-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#fff;
}

.search .input-group .keyword::-webkit-input-placeholder {

    color: #fff;

}



.search .input-group .btn-default {

width: 104px;

height: 40px;

background: #f15323;

border: none;

color: #fff;

text-transform: uppercase;

margin-left: 4px;

font-size: 12px;
}



.search1 {

    display: none;

    position: absolute;

    top: 40px;

    right: 0;

    z-index: 111;

    cursor: pointer;

    background: #fff;

}





.contact-us .tel {

background: url(//wm-hk.cdn.cn86.cn/wmy8/2024/05/5185cc333djvcgj4.png) 0 50% no-repeat, url(//wm-hk.cdn.cn86.cn/wmy8/2024/05/38bbe23094v7jnxu.png) right 50% no-repeat;

padding-right: 26px;

padding-left: 27px;
}



.contact-us .email span {

color: #fff;

margin-left: 10px;
}



.contact-us .email {

background: url(//wm-hk.cdn.cn86.cn/wmy8/2024/05/895a70d582fago7n.png) 0 50% no-repeat;

padding-left: 27px;
}



.contact-us .address {

position: relative;

background: url(//wm-hk.cdn.cn86.cn/wmy8/2024/05/eb92117852o58hy9.png) 0 5% no-repeat, url(//wm-hk.cdn.cn86.cn/wmy8/2024/05/38bbe23094v7jnxu.png) right 50% no-repeat;

padding-right: 26px;

padding-left: 27px;
}



.contact-us .address:after {

    content: '';

    background: url(//wm-hk.cdn.cn86.cn/wmy8/2024/05/38bbe23094v7jnxu.png) right 50% no-repeat;

    display: block;

    position: absolute;

    right: 0;

    top: 0;

    width: 1px;

    height: 16px;

}

.foot-bottom{
    background-color: #141414;
}
.foot-bottom .content {

    padding: 12px 0 92px;

    line-height: 32px;

    border-top: 1px solid #434343;

}














@media (max-width: 1700px) {  
.banly{
    top: 0;
}

}
@media (max-width: 1500px) {  
.banly{
    width: 25.8333%;
    right: 10.1%;
}
.banlywz h3{display: none;}
.banlywz{
    margin-bottom: 30px;
}




}



@media (max-width: 1200px) {  

.w1200{max-width: 992px;}
.menu-handler{display: none;}
.banly{
    width: 25.8333%;
    padding: 20px 20px 30px;
}
.banlywz h2{
    font-size: 20px;
}
.banly .form-group input{
    height: 40px;
}
.banly .form-group img{
    height: 40px;
}
.banly .text-center button{
    height: 40px;
}
.banlywz{margin-bottom: 15px;}

}




@media (max-width: 992px) {  

.w1200{padding: 0 2%;}
.menu-handler{display: block;float: right;margin-top: 13px;}

.banly{
    display: none;
}

.tbnr2{display: none;}
.tblx .tbdh{display: none;}

.logo{width: 40%;}
.tbyy .btn{
    padding-left: 0px;
    margin-left: 0px;
    border-left: none;
}

.tbnr1{height: 60px;   line-height: 60px;}
.bbbandt{display: none;}
.banfl .swiper-pagination{
    max-width: 100%;
    text-align: center;
    left: 0;
    bottom: 5px;
}
.banfl .swiper-pagination .swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
}

h2.bt{font-size: 26px;     padding-bottom: 24px;}
.c1{padding: 45px 0;}
.c1 .list2 li{margin-bottom: 25px;}
.c1 .list2 li h3{
    padding: 15px 0 0;
}
.footer .contact-us{
    margin: 0;
    padding-bottom: 20px;
    padding-top: 25px;
}
.foot-bottom .content{padding-bottom: 80px;}




}














































/* 文字 */
