.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: 9999;
}

.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;
    }
}




/*样式*/
.wh{max-width: 1440px;margin:0 auto;padding:0 10px}

.flex_a{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}

.flex_b{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}


.flex_c{    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;}
    


p{margin: 0px!important;}


.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);}



/* head_11 */
.head_11{height:90px}
.logo_a{line-height: 90px;}
.logo_a img{max-width: 100%;}



.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}


.ss-search2{position:relative;border:1px solid rgba(26,39,50,.2);height: 46px;width: 54.28%;	border-radius: 23px;}
.ss-search2 input{height:36px;line-height:36px;outline:0;border:none;font-size:0}
.ss-search2 #keyword{width:calc(100% - 47px);padding-left:20px;color:#999999;font-size:13px}

.ss-search2 #s_btn{width:36px;line-height:36px;
background-repeat:no-repeat;background-image:url(../images/search1.png);margin-right: 5px;}




.sou_a1{	width: 70px;
	height: 36px;
	background-color: #ff6b00;font-size: 14px;
	border-radius: 5px;line-height: 36px;text-align: center;text-transform: uppercase;}

.sou_a1 a{color:#fff}
.sou_a1:hover a{color:#fff!important}
.sou_a1:hover{opacity: .8;}

.sou_a2{	width: 70px;
	height: 36px;
	border-radius: 5px;line-height: 30px;
	border: solid 3px #1a2732;font-size: 14px;text-align: center;margin-left: 14px;}

.sou_a2 a{color:#1a2732}
.sou_a2:hover a{color:#1a2732!important}
.sou_a2:hover{opacity: .8;}



.dlan{width: 41px;}
.dlan img{max-width: 100%;}





/* 导航样式 */
.x-menu {
    width:calc(100% - 396px);
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.x-menu > li {
    margin: 0;
    text-align: center;
    float: none;
    position: relative;width: 20%;
}

.x-menu > li > a {
    font-size: 18px;
    color: #000000;
    line-height: 60px;
    display: block;
}

.x-menu > li:hover > a {
    color: #c60000;
}



.x-menu > 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: 140%;
    left: -20%;
    top: 60px;
    background: #fff;
    border-radius: 10px;
        padding: 15px 0;
    opacity: 0;
    visibility: hidden;

             box-shadow: 0 0 20.5px rgba(30,34,40,.06);
                -webkit-transform: translateY(30px);
                -ms-transform: translateY(30px);
                transform: translateY(30px);
                transition: all .2s ease-in-out;
                -webkit-transition: .2s ease-in-out;
                -moz-transition: .2s ease-in-out;
                -o-transition: .2s ease-in-out;
                -ms-transition: .2s ease-in-out
}

.x-sub-menu > li > a {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #333;
    line-height: 36px;
   padding-left: 15px;
}

.x-sub-menu > li > a:hover {
    color:#ff6b00;
}

.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;display: none;
}

.head_33{width: 68%;}



@media (max-width: 1280px) {
.bb_banner .swiper-pagination1 {
	bottom: 20px!important;text-align: center;
}

.x-menu > li > a {
    font-size: 16px;
    color: #000000;
    line-height: 60px;
    display: block;
}
}











/* bb_swiper */
.bb_swiper li .img{width: 100%;overflow: hidden;}
.bb_swiper li .img img{width: 100%;}
.bb_banner{position: relative;z-index: 99;}

.bb_banner .swiper-pagination1 {
	bottom: 40px;text-align: center;
}
.bb_banner .swiper-pagination1 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #ffffff;
	border-radius: 50%;
	margin: 0 10px!important;
	transition: width .3s ease;
	opacity: 0.6;
}
.bb_banner .swiper-pagination1 .swiper-pagination-bullet-active {
		background-color: #c60000;opacity: 1;
}




.more987{width: 180px;
	height: 45px;
	background-color: #c60000;
	border-radius: 23px;	font-size: 15px;text-align: center;color:#fff}

.more987 a{line-height: 45px;text-align: center;	font-size: 15px;color:#fff}
.more987 a:hover{color:#fff}




/* About Company */
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}


.abbg{background:#ededed;padding: 56px 0;margin-top: -10px;}
.sz_cc{max-width: 100%;margin:0 auto}
.p4a li {
    position: relative;
    text-align: center;width: 25%;background:url(../images/icon02.png) no-repeat 100% 50%;
}

.p4a li h3 {
    font-size: 46px;
    color: #c60000;font-weight: 600;line-height: 30px;margin-top: 10px;
}
.p4a li h3 em{color: #c60000;line-height: 30px;font-style: normal;}

.p4a li h2 {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    text-align: center;margin-top:18px;line-height: 25px;margin-top: -5px;
}
.p4a li span {
    font-size: 38px;
    color: #c60000;margin-left: -10px;

}

.p4a li:last-child{background: none;}




@media (max-width: 1440px) {
.p4a li h3{font-size: 36px;}
.p4a li span{font-size: 30px;}
.p4a li h2{font-size: 16px;}
  }




@media (max-width: 1280px) {
.p4a li h3{font-size: 30px;}
.p4a li span{font-size: 22px;}
.p4a li h2{font-size: 15px;}
  }



@media (max-width: 992px) {
.p4a li h3{font-size: 25px;}
.p4a li span{font-size: 16px;}
.p4a li h2{font-size: 14px;}
.p4a li{width: 50%;}
.p4a li:nth-child(2n){background: none;}

.p4a li span {
    color: #c60000;margin-left: -2px;

}

.abbg{background:#ededed;padding: 36px 0;margin-top: -10px;}
  }




/* PRODUCT & SERVICE */
.pp_cona{margin-top: 75px;}

.pp_swiper{margin-top: 40px;}
.pp_ll li{position: relative;}
.pp_ll li .img{width: 100%;overflow: hidden;}
.pp_ll li .img img{width: 100%;}

.pp_ll li h2{position: absolute;width: 100%;bottom: 0px;left:0px;text-align: center;
background: rgba(0, 0, 0, 0.61);overflow: hidden;line-height: 48px;	color: #ffffff;font-size: 18px;height:48px;margin-bottom: 0px;font-weight: 400;}

.pp_ll li:hover h2{background: rgba(198, 0, 0, 0.61);}







/* OUR APPLICATION AREAS */
.app_con{background:url(../images/bg-01.png) no-repeat 50%;background-size: cover;padding: 80px 0;margin-top: 75px;}

.app_ll{margin-top:50px}
.app_ll li{width: 18.5%;}
.app_ll li .img{border-radius: 50%;border:8px solid #fff;overflow: hidden;}
.app_ll li .img img{width: 100%;}
.app_ll li h2{	font-size: 19px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;text-align: center;margin-top: 15px;}

.app_ll li:hover h2{color: #c60000;}


@media (max-width: 1280px) {
.app_ll li{width: 45.5%;margin-bottom: 20px;}

.app_ll li h2{	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333333;text-align: center;margin-top: 15px;}

    .app_con{background:url(../images/bg-02.png) no-repeat 50%;background-size: cover;padding: 40px 0;margin-top: 45px;}

  }





/* CUSTOMERS & MARKETS */
.pro_con{margin-top: 75px;}

.pa_lk{width: 49.3%;margin-top: 40px;position: relative;}
.pa_lk img{width:100%}
.pa_lk h2{background: rgba(0, 0, 0, 0.61);position: absolute;text-align: center;font-weight: 400;
width: 100%;line-height: 50px;color: #ffffff;font-size: 16px;left:0px;bottom: 0px;height:50px;overflow: hidden;margin-bottom: 0px;}


.pa_lk:hover h2{background: rgba(198, 0, 0, 0.61);}





.pro_list{width: 49.58%;margin-top: 40px;}
.pro_list li{width:48.9%;position: relative;}
.pro_list li img{width: 100%;}
.pro_list li .dhh{position: absolute;width: 100%;bottom: 0px;left:0px;
background: rgba(0, 0, 0, 0.61);overflow: hidden;padding: 6px 0;}

.pro_list li:nth-child(3){margin-top: 12px;}
.pro_list li:nth-child(4){margin-top: 12px;}

.pro_list li .dhh h3{line-height: 24px;width: 85%;margin:0 auto;
text-align: center;color: #ffffff;font-size: 16px;height:48px;overflow: hidden;font-weight: 400;}
.pro_list li:hover .dhh{background: rgba(198, 0, 0, 0.61);}




@media (max-width: 1280px) {
.pa_lk h2{background: rgba(0, 0, 0, 0.61);position: absolute;text-align: center;font-weight: 400;
width: 100%;line-height: 50px;color: #ffffff;font-size: 14px;left:0px;bottom: 0px;height:50px;overflow: hidden;margin-bottom: 0px;}

.pro_list li .dhh h3{line-height: 24px;width: 85%;margin:0 auto;
text-align: center;color: #ffffff;font-size: 14px;height:48px;overflow: hidden;font-weight: 400;}
  }




@media (max-width: 992px) {
.pa_lk{width: 100%;margin-top: 30px;position: relative;}
.pro_list{width: 100%;margin-top: 12px;}

.pro_con{margin-top: 35px;}
  }








/* LATEST NEWS */
.xw_con{margin-top: 75px;background:#f5f5f5;padding: 70px 0;}

.xw_swiper{overflow: hidden;}

.xw_22{width: 100%;margin-top: 50px;}

.xw_22 li{	background-color: #ffffff;overflow: hidden;}

.xw_22 li .al-txt2{padding: 30px 20px;}

.al-txt2 h4{	font-size: 14px;
	font-weight: normal;
	line-height: 35px;
	letter-spacing: 0px;	background-color: #dddddd;	border-radius: 18px;
    	width: 136px;
	height: 35px;
	color: #555555;overflow: hidden;margin-top: 10px;text-align: center;}



.al-txt2 .clamp1{	font-size: 19px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;height:28px;overflow: hidden;margin-top: 20px;}


.al-txt2 .clamp3{	font-size: 14px;
	font-weight: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #555555;margin-top: 35px;}

.xw_22 li:hover .clamp1{color: #c60000;}



.more_a{	width: 249px;
	height: 48px;
	background-color: #c60000;text-align: center;
	border-radius: 24px;margin:0 auto;margin-top: 35px;line-height: 48px;color: #ffffff;}

.more_a a{text-align: center;line-height: 48px;	color: #ffffff;font-size: 17px;}





@media (max-width: 992px) {
    .xw_con{margin-top: 30px;}
    .al-txt2 .clamp1{font-size: 20px;}

    .more_a{
  width: 207px;
  margin:0 auto;
  height: 48px;
  background-color: #c60000;
  margin-top: 31px;
  border-radius: 24px;
  }
  }





/* START YOUR PROJECT TODAY- */
.yan_aa{background:url(../images/bg-03.png) no-repeat 50%;padding: 95px 0;background-size: cover;}

.lytt{text-align: center;}
.lytt h2{	font-size: 46px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;margin: 0px;text-align: center;}



@media (max-width: 1440px) {
.lytt h2{font-size: 40px;}
  }

@media (max-width: 1280px) {
.lytt h2{font-size: 30px;}

  }


@media (max-width: 768px) {  

.lytt h2{font-size: 21px;}
.yan_aa{padding: 45px 0;}
}




/* CONTACT US */
.contact_cc{background:#ebebec;padding: 96px 0;}
.web_tt{	font-size: 34px;
	font-weight: 600;
	line-height: 44px;
	letter-spacing: 0px;
	color: #222222;text-align: center;text-transform: uppercase;}

.web_tt2{	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;text-align: center;max-width:1120px;margin:0 auto;margin-top: 20px;}






.yam_a{width: 48%;}
.ya_11{width: 100%;margin-bottom: 20px;}
.ya_11 .form-group{ background-color: #ffffff;
margin-bottom: 0px;width: calc(100% - 0px);border-radius: 2px;
	border:none;}

.ya_11 .form-group input{height: 56px;line-height: 56px;padding-left: 25px;color: #888888;font-size: 15px;}

.ya_t{  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #1a1a1a;}

.ya_11 .form-control{border: none;}
.ya_11 .form-group textarea{height: 56px;line-height: 56px;padding-left: 25px;color: #888888;font-size: 15px;}
.ya_11 .form-group textarea{width: 100%;height:56px;overflow: hidden;}


.tj_aa{ width: 249px;margin:0 auto;
  height: 48px;
  background-color: #c60000;
margin-top: 31px;border-radius: 24px;}

.tj_aa button{line-height: 48px;  font-size: 16px;color:#fff;text-transform: capitalize;}



/*样式*/
@media (max-width: 1280px) {
.web_tt{font-size: 25px;}
.web_tt2{font-size: 14px;margin-top: 10px;}
.contact_cc{background:#ebebec;padding: 66px 0;}
  }

@media (max-width: 992px) {
.contact_cc{background:#ebebec;padding: 36px 0;}

.tj_aa{
  width: 207px;
  margin:0 auto;
  height: 48px;
  background-color: #c60000;
  margin-top: 31px;
  border-radius: 24px;
  }
  }






/* footer */
.dff{background:#5d5d5d;padding-top: 66px;padding-bottom: 10px;}


.df_b{width: 34.5%;}

.port{margin-top: 20px;}

.port li{	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	color: rgba(255,255,255,.8)}

.port li a{color: rgba(255,255,255,.8)}






.lxwm{margin-top: 20px;}
.lxwm li .img34{width: 39px;}
.lxwm li .img34 img{max-width: 100%;}
.lxwm li h2{width:calc(100% - 55px);	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;color: rgba(255,255,255,.8);margin-bottom: 0px;}

.lxwm li + li{margin-top: 10px;}




.dftt{	font-size: 20px;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: 0px;
	color: #ffffff;}

.ffxx{margin-top: 20px;margin-left: -5px;}

.ffxx .social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 17px;
  border-radius: 50%;
  line-height: 32px;

  text-align: center;
  vertical-align: middle;
  -webkit-transition: background 0.6s ease-out 0s;
  transition: background 0.6s ease-out 0s;
}

.ffxx .social-share .social-share-icon{border: none;}
.ffxx .social-share .icon-facebook { color: #c60000;background: rgba(255, 255, 255, 0.85);}
.ffxx .social-share .icon-facebook:hover {background: rgba(255, 255, 255, 0.85);}


.ffxx .social-share .icon-twitter { color: #c60000;background: rgba(255, 255, 255, 0.85);}
.ffxx .social-share .icon-twitter:hover {background: rgba(255, 255, 255, 0.85);}



.ffxx .social-share .icon-linkedin { color: #c60000;background: rgba(255, 255, 255, 0.85);}
.ffxx .social-share .icon-linkedin:hover {background: rgba(255, 255, 255, 0.85);}



.seo_aa{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #969ba0;text-align: center;margin-top: 4.5vw;}

.seo_aa a{	color: #969ba0;text-align: center;}











/*样式*/
@media (max-width: 1280px) {
  .df_b{width: 53.5%;}

  .dff{background:#5d5d5d;padding-top: 46px;padding-bottom: 10px;}

  }

@media (max-width: 992px) {
  .df_a{display: none;}
  }

@media (max-width: 768px) {
   .df_b{width: 100%;}
   .df_c{margin-top: 35px;}
   .dff{background:#5d5d5d;padding-top: 36px;padding-bottom: 10px;margin-bottom: 66px;}

  }



/* ny_box1 */
.ny_box1{margin-top: 75px;}
.ny_ab11{margin-top: 40px;	font-family: ArialMT;
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #777777;}



/* ny_box2 */
.ny_box2{margin-top: 75px;background:#f7f7f7;padding: 80px 0;}
.rr_swiper{margin-top: 60px;overflow: hidden;}
.rr_swiper li{background-color: #ffffff;padding-bottom: 30px;}
.rr_swiper li .img{width: 70%;margin:0 auto;margin-top: 37px;}
.rr_swiper li .img img{width: 100%;border-radius: 50%;}
.rr_swiper li h2{	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0px;
	color: #222222;text-align: center;margin-top: 15px;height:30px;overflow: hidden;}

.rr_swiper li h3{	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #777777;height:30px;overflow: hidden;text-align: center;}



/* hh_con */
.hh_con{margin-top: 40px;position: relative;overflow: hidden;margin-bottom: 90px;}
.hh_swiper{max-width: 1270px;margin:0 auto;margin-top:0px;overflow: hidden;}
.hh_swiper li .img{display: block;}
.hh_swiper li .img img{width: 100%;}

.hh_con .swiper-button-next,
.hh_con .swiper-button-prev {
        outline: none;
        position: absolute;
        top:50%;
        z-index: 9999;
        height: 48px;width: 48px;margin-top: -24px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;border-radius: 50%;}

.hh_con .swiper-button-prev{background:url(../images/icon03.png) no-repeat 50% #afafaf;}
.hh_con .swiper-button-next{background:url(../images/icon04.png) no-repeat 50% #afafaf;}

.hh_con .swiper-button-prev:hover{background:url(../images/icon03.png) no-repeat 50% #cd2020;}
.hh_con .swiper-button-next:hover{background:url(../images/icon04.png) no-repeat 50% #cd2020;}


.hh_con .swiper-button-prev:after{display: none;}
.hh_con .swiper-button-next:after{display: none;}



@media (max-width: 1280px) {
.ny_box1{margin-top: 40px;}
.ny_box2{margin-top: 40px;background:#f7f7f7;padding: 40px 0;}
  }




/* 联系我们页面的样式 */
.lxwm2{margin-top: 60px;}
.lxwm2 li{width:31%;}
.lxwm2 li .img{width: 57px;margin:0 auto;}
.lxwm2 li .img img{max-width: 100%;}

.lxwm2 li h2{	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;text-align: center;margin-top: 22px;margin-bottom: 0px;}

.lxwm2 li h3{	font-family: ArialMT;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;margin-bottom: 0px;margin-top: 10px;text-align: center;}

.ampp{margin-top: 40px;}
.ampp img{width: 100%;}



@media (max-width: 1440px) {
.lxwm2 li h3{font-size: 14px;}
  }

@media (max-width: 992px) {
.lxwm2 li{width: 100%;margin-bottom: 20px;}
  }






@media (min-width: 992px) {
    .col-md-33 {
    width: 25%;float: left;
  }  
}


 .col-md-33 {
  position: relative;
  min-height: 1px;
  padding-left: 8px!important;
  padding-right: 8px!important;
}