@CHARSET "UTF-8";

/*头部样式*/
.sky{width:1920px;position:relative;left:50%;margin-left:-960px;height:45px;overflow:hidden;background:#293133;}
.sky_con{width:1200px;margin:0 auto;}
.huan{float:left;line-height:45px;color:#fff;}
.tel{float:right;color:#fff;line-height:45px;}
.tel img{width:20px;display:inline;height:auto;padding-right:2px;}
.tel a{padding:0 5px;}
.tel p{
	display: inline-block;
}
/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.max1600{
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


.heads .bdsharebuttonbox{float:right;margin-top:15px;}
.heads .bdsharebuttonbox a{display:inline-block;width:45px;height:45px;margin:0 1px;padding:0;background-position:center;}
.heads .bdshare-button-style0-16 a{padding-left: 0 !important;}

.heads .bdsharebuttonbox a.bds_sqq{background:url(../images/f1.png)no-repeat center;width:45px;height:45px;}
.heads .bdsharebuttonbox a.bds_sqq:hover{background:url(../images/f11.png)no-repeat center;width:45px;height:45px;}


.heads .bdsharebuttonbox a.bds_tsina{background:url(../images/f2.png)no-repeat center;width:45px;height:45px;}
.heads .bdsharebuttonbox a.bds_tsina:hover{background:url(../images/f22.png)no-repeat center;width:45px;height:45px;}



.heads .bdsharebuttonbox a.bds_weixin{background:url(../images/f3.png)no-repeat center;width:45px;height:45px;}
.heads .bdsharebuttonbox a.bds_weixin:hover{background:url(../images/f33.png)no-repeat center;width:45px;height:45px;}


.top_head {
    position: fixed;
    z-index:2;
    width: 100%;
    top: 0;
    left: 0;
}

.logo {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    margin-top: 32px;
    transition: .56s;
    -webkit-transition: .56s;
}

.logo a {
    display: block;
}

.logo a img {
    max-width: 100%;
}

.nav_header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .56s;
    -webkit-transition: .56s;
    background: rgba(0, 0, 0, .7);
    z-index: 0;
    box-shadow: 0 1px 30px #ccc;
    height: 0%;
    box-shadow: none;
}

.nav_header.white:before {
    height: 100%;
}

.nav_header.white .logo {
    margin-top: 25px;
}

.nav_header.white .x-menu {
    margin-top: 25px;
}

.nav_header.white .x-menu .x-sub-menu {
    top: 70px;
}

@media (max-width: 1024px) {
    .logo {
        margin-top: 18px;
    }
}



/*.bdsharebuttonbox{float:right;margin-top:15px;}
.bdsharebuttonbox a{display:inline-block;width:45px;height:45px;margin:0 1px;padding:0;background-position:center;}
.heads .bdshare-button-style0-16 a{padding-left: 0 !important;}

.bdsharebuttonbox a.bds_sqq{background:url(../images/f1.png)no-repeat center;width:45px;height:45px;}
.bdsharebuttonbox a.bds_sqq:hover{background:url(../images/f11.png)no-repeat center;width:45px;height:45px;}


.bdsharebuttonbox a.bds_tsina{background:url(../images/f2.png)no-repeat center;width:45px;height:45px;}
.bdsharebuttonbox a.bds_tsina:hover{background:url(../images/f11.png)no-repeat center;width:45px;height:45px;}



.bdsharebuttonbox a.bds_weixin{background:url(../images/f3.png)no-repeat center;width:45px;height:45px;}
.bdsharebuttonbox a.bds_weixin:hover{background:url(../images/f11.png)no-repeat center;width:45px;height:45px;}*/


.x-menu {
    margin-top: 50px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: .56s;
    -webkit-transition: .56s;
}

.x-menu>li {
    display: inline-block;
    position: relative;
    margin: 0 1.8vw;
    padding: 0 10px;
    padding-bottom: 20px;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 2.4;
}

.x-menu>li>a:hover {
    border-bottom: 2px solid rgba(255, 255, 255, .8);
    padding-bottom: 9px;
}
.x-menu>li>a h3{
    font-size: 16px;
    color: #fff;
    line-height: 2.4;
    font-weight: normal;
}
.x-menu>li>a:hover h3{display:none}
.x-menu>li>a span{display:none;
	text-transform: uppercase;
}
.x-menu>li>a:hover span{display:block;}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 0px;
    opacity: 0;
    top: 100%;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    display:none;
    position: absolute;
    z-index: 99;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    top: 65px;
    background: #fff;
    border-radius: 0px;
    padding: 0px 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;
    line-height: 2;
    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;
}


.topLink{width:400px;float:right;text-align:right;position: relative;z-index: 9999;}
.topLink .f_count{color:#ff0000;font-size:13px;font-weight:bold;}

.topLink .k2{color:#074b91;font-size:14px;font-family:"微软雅黑";}




/*语言切换*/
.translate{width:100px;position: absolute;left: 0;top:10px;z-index: 9999;}
.tran-in{left:120px;}
.translate li{border: 1px dashed #cccccc;line-height: 26px;text-align: left;background: #fff;}
.translate li a{display: block;padding-left: 10px;background: url(../images/dot4.png) no-repeat 88% 11px;}
.translate li a:hover{text-decoration: none;color:#275cea;cursor: pointer;}
.translate-en{display: none;padding: 6px;padding-top:0px;}
.translate li .translate-en a{padding-left: 0px;text-align: center;background: #fff;border-bottom: 1px solid #cccccc;}
.translate li .translate-en a:hover{font-weight: bold;}



.home-banner {
    position: relative;
}

.home-banner .carousel-item {
    color: #fff;
    text-align: center;
    line-height: 1;
}
.home-banner .carousel-item img{
	width: 100%;
}
.home-banner .carousel-item.ani .desc {
    transform: scale(0.86);
    transform-origin: center 120%;
    transition: all 1.6s;
}

.home-banner .carousel-item.current .desc {
    transform: none;
    transition: transform 5.5s linear;
}

.home-banner .carousel-item.current .en,
.home-banner .carousel-item.current .zh,
.home-banner .carousel-item.current .small {
    transform: none;
    opacity: 1;
}

.home-banner .carousel-item.current .en b {
    top: 0;
    opacity: 1;
    transition-property: top, opacity;
    transition-duration: .6s;
}

.home-banner .carousel-item .desc {
    position: relative;
    display: table;
    background: no-repeat center center;
    z-index: 1;
    transform: scale(1.08);
}

.no-backgroundsize .home-banner .carousel-item .desc {
    background: none !important;
}

.home-banner .carousel-item .desc.ww {
    background-size: 100% auto;
    width: 100%;
}

.no-backgroundsize .home-banner .carousel-item .desc.ww .carousel-bg {
    width: 100%;
}

.home-banner .carousel-item .desc.hh {
    background-size: auto 100%;
}

.no-backgroundsize .home-banner .carousel-item .desc.hh .carousel-bg {
    height: 100%;
}

.home-banner .carousel-item .desc-cell {
    display: table-cell;
    vertical-align: middle;
}

.home-banner .carousel-item .carousel-bg {
    display: none;
}

.no-backgroundsize .home-banner .carousel-item .carousel-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    z-index: -1;
}

.home-banner .carousel-item .en {
    margin: 0;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 56px;
    text-transform: uppercase;
    opacity: 0;
    transform: translate(0, -1em);
    transition: all 1s .5s;
}

.home-banner .carousel-item .en b {
    position: relative;
    top: -56px;
    opacity: 0;
    transition-duration: 0s;
    font-weight: bold;
    font-size: 50px;
}



/* .home-banner .desc{width: 100%;}
.home-banner img{width: 100%;} */
/* 响应式 */
@media (max-width: 1440px) {  }
@media (max-width: 1024px) {  
    /* .home-banner .desc{height: 100%;} */
}
@media (max-width: 768px) { 
    /* .home-banner{margin-top: 60px;} */
    /* .home-banner .carousel-item .en b{font-size: 24px;}
    .home-banner .carousel-item .small{margin-top: 10px!important;margin-bottom: 10%!important;} */
 }
@media (max-width: 475px) {  }




.home-banner .carousel-item .zh {
    margin-top: 20px;
    font-size: 26px;
    opacity: 0;
    transform: translate(0, 1em);
    transition: all 1s .5s;
}

.home-banner .carousel-item .small {
    position: relative;
    display: inline-block;
    margin-top: 80px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0;
    transition: all .8s .5s;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 10px;
}

.home-banner .slick-dots {
    bottom: 38px;
    line-height: 10px;
    display: none !important;
}

/*
.home-banner .slick-dots:before { content: ''; position: absolute; left: 50%; bottom: -15px; margin-left: -50px; width: 100px; height: 1px; background: rgba(255, 255, 255, 0.5); }
*/

.no-rgba .home-banner .slick-dots:before {
    background: #fff;
}

.home-banner .slick-dots li {
    width: 20px;
    height: 5px;
    background: #fff;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 0;
}

.home-banner .slick-dots li.slick-active {
    background: #dcb379;
}

.home-banner .scroll-down {
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    /*background: url("../images/hm-scrolldown.png") no-repeat center center;*/
    cursor: pointer;
    animation: scroll_down 2s infinite linear;
    z-index: 10;
}

@keyframes scroll_down {
    0% {
        transform: translate(0, -50%);
        opacity: 0;
    }
    5% {
        opacity: 0;
    }
    40% {
        transform: translate(0, -10%);
        opacity: 1;
    }
    60% {
        transform: translate(0, 10%);
        opacity: 1;
    }
    95% {
        opacity: 0;
    }
    100% {
        transform: translate(0, 50%);
        opacity: 0;
    }
}






/*热门搜索*/
/*
#formsearch{float:right;margin-top:20px;}
.hotSearch{height:24px;line-height:26px;font-weight:normal;color:#fff;font-size:12px;}


/*搜索和热门搜索*/
/*.hotSearch a{margin-right:6px;color:#fff;font-size:14px;}
#formsearch input{height:22px;background:#fff;border:1px solid #f7b71d;line-height:22px;float:left;}
#formsearch input#keyword{height:22px;line-height:22px;padding-left:4px;color:#666;}
#formsearch input#s_btn{width:46px;height:24px;line-height:24px;text-align:center;background-color:#f7b71d;color:#fff;border:none;cursor:pointer;}
*/

/*主体样式*/
.c1{width:1200px;margin:0 auto;}
.k1{line-height:32px;padding-top:5px;float:left;color:#000;font-size:14px;}
.k1 a{color:#000;}


.c2{width:1200px;margin:0 auto;margin-top:20px;}
.c2tt{color:#000;font-size:35px;font-weight:bold;text-align:center}
.en2{color:#676767;font-size:16px;font-weight:normal;text-align:center;background:url(../images/xs.png) no-repeat center;}

.ser_con{width:1200px;margin:0 auto;margin-top:45px;}
.ser_con li{float:left;margin-left:30px;margin-right:30px;padding-bottom:15px;_display:inline;width:240px;}
.ser_con li a.img{margin:0 auto;text-align:center;width:70px;height:70px;}
.ser_con li a.img img{}
.ser_con li h3{margin-top:10px;}
.ser_con li h3 a{color:#000000;font-size:20px;font-weight:normal;text-align:center;display:block;line-height:40px;}
.ser_con li span{height:40px;overflow:hidden;text-align:center;margin-top:10px;width:240px;display:block;color:#5a5a5a;font-size:12px;}

.ser_con li a.img{display:block;}
.ser_con li a.img:hover{border-color:#f7b71d;}


.c3{width:1920px;position:relative;left:50%;margin-left:-960px;background:url(../images/c3.png) no-repeat center top;height:590px;overflow:hidden;margin-top:20px;}
.c3_con{width:1200px;margin:0 auto;padding-top:40px;position:relative;height:510px;}

.c3tt{color:#fff;font-size:35px;font-weight:bold;text-align:center}
.en3{color:#fff;font-size:15px;font-weight:normal;text-align:center;background:url(../images/xs2.png) no-repeat center;}
.gsjj{color:#ffffff;font-size:14px;line-height:30px;text-indent:20px;width:560px;margin-top:30px;float:left;}
.jiantu{width:555px;height:365px;overflow:hidden;float:right;margin-top:30px;}

.mm1{position:absolute;bottom:10px;left:50%;width:150px;height:60px;background:#000;text-align:center;line-height:60px;border-radius: 5px;color:#fff;font-size:30px;font-weight:bold;}
.mm1 a{color:#fff;font-size:30px;font-weight:bold;}
.mm1:hover a{color:#f7b71d;}
.mm1:hover{background:#fff;}

.mm2{display:block;margin:0 auto;height:50px;background:#f1b014;border-radius: 10px;width:150px;line-height:50px;text-align:center;color:#fff;font-size:14px}
.mm2 a{color:#fff;font-size:14px;}


.c4{width:1200px;margin:0 auto;margin-top:30px;}


.c5{width:1920px;position:relative;left:50%;margin-left:-960px;background:#f9f9f9;height:390px;overflow:hidden;margin-top:35px;}
.c5_con{width:1200px;margin:0 auto;padding-top:30px;}
.anli{display:block;margin-top:30px;}




.pro_com{display:block;margin:0 auto;margin-top:55px;}
.tabli {width:244px;position:relative;float:left;}
.tabli li.cur{color:#Fff;height:123px;width:244px;background-color:#f7b71d;line-height: 123px;text-align: center;font-size:20px;}
.tabli li {display: inline-block;cursor: default;color: #000;background-color:#f9f9f9;height:123px;width:244px;
line-height: 123px;text-align: center;font-size:20px;margin-top:5px;}

.tabli li a{color:#000;}
.tabli li:hover a,.tabli li.cur a{color:#fff!important;}

.tab{display:none;width:880px;float:right;}

.news_list4{}
.news_list4 li{;position:relative;height:85px;border-bottom: 1px dashed #dbd4cd;margin-bottom:15px;}
.time{width:70px;height:65px;background:#f7b71d;overflow:hidden;float:left;margin-top:5px;margin-left:20px;}
.shi1{color:#ffffff;font-size:24px;text-align:center;font-weight:bold;margin-top:7px;}
.shi2{color:#ffffff;font-size:14px;text-align:center;}


.news_nr{width:730px;float:right;margin-right:20px;}
.news_nr a{color:#000000;font-size:16px;line-height:30px;}
.news_nr span{display:block;font-size:14px;color:#666666;line-height:26px;height:55px;overflow:hidden;}

.news_list4 li:hover .news_nr a{color:#f7b71d;}


.c6{width:1920px;position:relative;left:50%;margin-left:-960px;background:#f9f9f9;height:360px;margin-top:60px;}
.c6_con{width:1200px;margin:0 auto;padding-top:40px;}

.twt{display:block;margin-top:45px;}
.twt li a.img{display:block;border:1px solid #cdcdcd;}
.twt li a.img img{display:block;width: 270px;height:126px;}
.twt li{float: left;overflow: hidden; margin-left: 20px;}



.c7{background:url(../images/ffs.png) no-repeat center ;width:1920px;position:relative;left:50%;margin-left:-960px;height:358px;margin-top:15px;}
.c7_con{width:1200px;margin:0 auto;padding-top:10px;}
.dd1{float:left;width:315px;margin-top:30px;}
.logos{float:left;display:block;margin-top:30px;}
.lianxi{color:#ffffff;font-size:12px;line-height:30px;text-align:left;margin-top:20px;font-size:12px;}


.dd2{width:530px;float:left;margin-top:50px;margin-left:40px;}
.ddtt{color:#fff;font-size:16px;font-weight:normal;background:url(../images/xs3.png) no-repeat left bottom;line-height:40px;}

.news_list2{margin-top:10px}
.news_list2 li{line-height:35px;position:relative;border-bottom:1px dashed #acadad;margin-bottom:10px}
.news_list2 li a{line-height:35px;color:#ffffff;}
.news_list2 li a:hover{text-decoration:none;color:#f7b71d;}
.news_list2 li span{color:#acacac;z-index:0;line-height:35px;position:absolute;right:0px;top:0px;}
.news_list2 li h3 {font-size:14px;}
.news_list2 li div{line-height:24px;}



.dd3{float:right;margin-top:50px;}
.wiema{display:block;margin-top:20px;}




#container{width:1200px;margin:0 auto;margin-top:10px;}
.menu_cate{width:220px;float:left;}
.cate_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.about{width:460px;float:left;margin-left:12px;padding-bottom:5px;}
.about_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.about .content{padding:5px;padding-bottom:12px;text-indent:20px;}










/*主体样式*/
#container{width:1200px;margin:0 auto;margin-top:10px;}
.menu_cate{width:220px;float:left;}
.cate_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.about{width:460px;float:left;margin-left:12px;padding-bottom:5px;}
.about_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.about .content{padding:5px;padding-bottom:12px;text-indent:20px;}
.navigation{float:right;width:100px;}

.index-title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.index-table td{border:solid #add9c0; border-width:0px 1px 1px 0px; padding:10px 5px;}
.index-table{border:solid #add9c0; border-width:1px 0px 0px 1px;margin-top:10px;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

/*首页新闻*/
.news_company{width:280px;float:right;}
.news1_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.news_company .content{padding:5px;}

/*首页左侧联系我们*/
.contact{width:218px;float:left;padding-bottom:5px;margin-top:10px;}
.contact_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.contact .content{padding:5px;padding-left:8px;}

/*工程案例*/
.case{width:460px;float:left;margin-left:12px;padding-bottom:5px;margin-top:10px;}
.case_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.case .content{padding:5px;padding-bottom:12px;text-indent:20px;}

.news2_company{margin-top:10px;}

/*产品推荐*/
.recommend_product{margin-top:10px;width:692px;float:left;}
.recommend_product .title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.recommend_product .content{padding-top:15px;padding-bottom:14px;}
.roll_product li{padding-bottom:0px;}




/*友情链接*/
.f_link{width:1200px;margin:0 auto;line-height:35px;font-size:16px;display:block;margin-top:25px;color:#000000;}
.f_link a{font-size:12px;color:#000000;}


/*页面底部*/
.ffs{width:1920px;position:relative;left:50%;margin-left:-960px;background:#000;padding-bottom:10px}
#footer{position:relative;width:1000px;margin:0 auto;text-align:center;margin-bottom:10px;padding-top:15px;}
#footer a{color:#fff;font-size:12px;line-height:26px;}
#footer a:hover{color:#f7b71d;text-decoration:none;}

.copyright{text-align:center;line-height:26px;color:#fff;font-size:12px;}
.copyright a{color:#fff;font-size:12px;}

/*------------内页-------------------*/
.left .box{margin-bottom:10px;}
.left .box h3{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:#f7b71d;font-size:18px;color:#fff;}
.left .box .content{padding:5px 0px;}

.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;display:none;}

.n_banner{overflow:hidden;
	width: 100%;
}
.n_banner img{
	width: 100%;
	overflow:hidden;}
.left{width:225px;float:left;position:relative;z-index:99999;}
.sort_menu{}
.sort_menu h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.sort_product{margin-top:10px;}
.sort_product h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}

.n_contact{margin-top:10px;}
.n_contact h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.n_contact .content{padding:5px;line-height:24px;}

.right{width:940px;float:right;padding-bottom:10px;position:relative;z-index:999}
.sitemp{line-height:31px;height:31px;overflow:hidden;padding-right:10px;background:#f7b71d;}
.sitemp h2{width:340px;float:left;line-height:31px;text-align:center;text-align:left;text-indent:15px;color:#fff;font-size:18px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;color:#fff;}
.sitemp .site a{color:#fff;}
.right .content{padding:10px;padding-top:15px;overflow:hidden;line-height: 24px;}


.w_index{
    position: relative;
    background: #f6f6f6;
    padding: 5.25% 0;
    box-shadow: 0px 1px 20px rgba(0,0,0,0.2);
    z-index: 9999;
}

.w_list{
    position: relative;
}

.w_list li{
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}

.w_list li a{
    display: block;
}

.w_list li .simg{
    overflow: hidden;
}

.w_list li .simg img{
    width: 100%;
}

.w_list li .scc{
    position: relative;
    height:175px;
    padding: 15px 30px;
    background: #fff;
    transition: .5s ease;
}

.w_list li .scc h3{
    font-size: 23px;
    color: #000000;
    font-family: "黑体";
    font-weight: 400;
    margin-bottom: 10px;
     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.w_list li .scc h3 i{
    font-style: inherit;
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 5px;
    letter-spacing: 1px;
}

.w_list li .scc h4{ 
    font-size: 16px; 
    color: #000000;
    font-family: "黑体";
    font-weight: 400;
     text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.w_list li .scc h5{
    margin-top: 12px;
    float: left;
    width: 115px;
    line-height:39px;
    border-radius: 4px;
    text-align: center;
    background:#e74f19;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.w_list li:hover .scc{
    box-shadow: 0px 1px 20px rgba(0,0,0,0.2);
}



@media (max-width:768px){
    .w_list li{
        padding:0;
    }
}

.w2_index{
    position: relative;
    padding: 3.125% 0;
    background: url(../images/w2_bg.png) no-repeat;
    background-size: 100% 100%;
    z-index: 99;
}

.ttt2{
    text-align: center;
}

.ttt2 h3{
    font-size: 48px;
    color: #333333;
}
.ttt2 p{
    font-size: 23px;
    color: #030303;
    font-family: "Arial";
    text-transform: uppercase;
}

.pro_wap{
    position: relative;
}

.sort1{
    position: relative;
    display: flex;
    justify-content: center;
    margin: 3.125% 0;
}

.sort1 li{
    text-align: center;
    margin: 0 2.125%;
}

.sort1 li a{
    display: block;
    font-size: 18px;
    color: #000000;
    padding: 10px;
}

.sort1 li a:hover{
    background: #e74f19;
    color: #fff;
}
.sort1 li.cur a{
    background: #e74f19;
    color: #fff;
}

.ttz{
    display: none;
}

.list1z{
    position: relative;
}

.list1z li{
    position: relative;
    margin-bottom: 4.6875vw;
    text-align: center;
}

.list1z li a{
    display: block;
    background: #fff;
    transition: .3s ease;
}

.list1z li .simg{
    overflow: hidden;
}

.list1z li .simg img{
    width: 100%;
}

.list1z li h3{
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    padding: 5px 0;
    font-size: 22px;
    color: #000000;
    margin: 0 2px;
    line-height: 1.6;
}

.list1z li h4{
    line-height: 35px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.list1z li:hover a{
    background: #e74f19;
}

.list1z li:hover h3,.list1z li:hover h4{
    color: #fff;
}

.w2_index .promore{
    display: block;
    margin:26px auto 0px;
    text-align: center;
    width: 152px;
    line-height: 52px;
    border-radius: 5px;
    background: #e74f19;
    color: #fff;
    font-size: 14px;
}



@media (max-width:992px){
    .ttt2 h3{
        font-size:28px;
    }
    .ttt2 p{
        font-size:18px;
    }
    
    .sort1 li{
        margin: 0 1.125%;
    }
    .sort1 li a{
        font-size:14px;
    }
    
    .list1z li h3{
        font-size:18px;
    }
    
    .list1z li h4{
        line-height:30px;
        font-size:14px;
    }
}


@media (max-width:768px){
    .sort1{
        flex-wrap:wrap;
    }
    
    .list1z li{
        margin-bottom:20px;
        padding:0 5px;
    }
}




.c1_index{
    position: relative;
    padding: 5.25% 0 3.125%;
    background: #fff;
}

.c1_left{
    float: left;
}

.c1_left h3{
    font-family: "Arial";
    font-size: 50px;
    line-height: 1.1;
    color: #e74f19;
    font-weight: 400;
}

.c1_left h3 p{
    color: #333333;
    font-size: 24px;
    font-weight: 400;
}

.c1_left .abb_txt{
    padding: 5.34375% 0 2.5%;
    color: #333333;
    font-size: 16px; 
    line-height: 2;
}

.c1_left .abbmore{
    display: block;
    width: 152px;
    line-height: 50px;
    background: #e74f19;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    transition: .3s;
}

.c1_img{
    margin-top:30px;
    float: right;
}

.c1_img img{
    max-width: 100%;
}


.num-list{
    margin-top: 3.125%;
    position: relative;
}

.num-list li{
    padding: 1.125% 0;
    float: left;
    width: 24%;
    margin-right: 1.33%;
}

.num-list li:nth-child(4){
	margin-right: 0px;
}

.num-list li .inner{
    padding: 5px 0;
    text-align: center;
  }
  
.num-list li .inner img{
	width: 100%;
}

.num-list li .timer{
    font-size: 74px;
    color: #e54e19;
    font-weight: bold;
    font-family: "Impact";
    line-height: 1;
}

.num-list li i{
    font-style: inherit;
    font-size: 64px;
    color: #e54e19;
    font-weight: bold;
    line-height: 1;
    font-family: "Impact"
}

.num-list li .adorn{
    font-size: 17px;
    color: #666666;
}

.num-list li p{
    font-size: 16px;
    color: #666666;
    padding-top: 30px;
}


@media (max-width:768px){
 
 .num-list li .inner{
     padding-top:20px;
 }
 
 .num-list li .timer,
 .num-list li i{
     font-size:32px;
 }
 
 .num-list li p{
     font-size:14px;
     padding-top:15px;
 }
 
 .c1_left h3{
     font-size:35px;
 }
 .c1_left h3 p{
     font-size:20px;
 }
 
 .c1_left .abb_txt{
     font-size:14px;
 }
 
 .c1_left .abbmore{
     width:122px;
     line-height:40px;
 }
 
}

.pro_wap{
    position: relative;
}

.sort1{
    position: relative;
    display: flex;
    justify-content: center;
    margin: 3.125% 0;
}

.sort1 li{
    text-align: center;
    margin: 0 2.125%;
}

.sort1 li a{
    display: block;
    font-size: 18px;
    color: #000000;
    padding: 10px;
}

.sort1 li a:hover{
    background: #e74f19;
    color: #fff;
}
.sort1 li.cur a{
    background: #e74f19;
    color: #fff;
}
.c2_index{
    position: relative;
    background: url(../images/c2_bg.jpg) no-repeat top center;
    padding: 2.20833333% 0;
}

.c2_ttt{
    position: relative;
    margin-bottom: 3.20833333%;
}

.c2_ttt h3{
    font-family: "Arial";
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
}

.c2_ttt h3 p{
    font-size: 24px;
    font-weight: 400;
}

.c2_ttt .c2_txt{
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
    margin-top: 15px;
}


.c2_list{
    position: relative;
    display: flex;
    justify-content: space-between;
}

.c2_list li{
    position: relative;
    width: 24.59%;
    text-align: center;
    padding: 0 0px;
    cursor: pointer;
}

.c2_list li .imgs img{
    width: 100%;
}

.c2_list li::before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .24);
    content: "";
    opacity: 1;
    transition: .3s;
}

.c2_list li::after{
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    background: rgba(195, 7, 52, .8);
    content: "";
    opacity: 0;
    transition: .3s;
}

.c2_list li a{
    display: block;
    width: 90%;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    left: 5%;
    right: 5%;
    text-align: center;
    z-index: 9999;
    transition: .5s;
}

.c2_list li:hover a{
    top: 33%;
}


.c2_list li h3{
    color: #fff;
    font-size: 24px;
    padding: 2.20833333% 0;
}

.c2_list li span{
    display: none;
    color: #fff;
   font-size: 14px; 
   line-height: 1.7;
   padding: 8.20833333% 5%;
   opacity: 0;
   transition: .3s;
   
}

.c2_list li i{
    font-style: inherit;
    display: none;
    width: 150px;
    line-height: 42px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
   transition: .3s;
}


.c2_list li:hover::after{
    opacity: 1;
}

.c2_list li:hover::before{
    opacity: 0;
}

.c2_list li:hover span{
    opacity: 1;
    display: block;
}

.c2_list li:hover i{
    opacity: 1;
    display: inline-block;
}

@media (max-width:1200px){
    .c2_list{
        flex-wrap:wrap;
    }
    .c2_list li{
        width:49.59%;
        margin-top:10px;
    }
}


@media (max-width:768px){
     .c2_list li{
        width:100%;
        margin-top:10px;
    }
}


/*c3_index*/
.c3_index{
    position: relative;
    padding:0  0 3.125%;
}

.c3_ttt{
    position: relative;
    margin-bottom: 3.20833333%;
}

.c3_ttt h3{
    font-family: "Arial";
    color: #e74f19;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
}

.c3_ttt h3 p{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}

.c3_ttt a{
    position: absolute;
    right: 0px;
    bottom: 10px;
    display: block;
    color: #999999;
    font-size: 14px;
}



.news_list22 {
    margin-top: 2.125%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.news_list22 li {
    position: relative;
    width: 31.5%;
}

.news_list22 li a{
    display: block;
}

.news_list22 li a img{
    width: 100%;
}

.news_list22 li i{
    display: block;
    font-style: inherit;
    color: #999999;
    font-size: 14px;
    padding: 18px 0 10px;
}

.news_list22 li h3 {
    font-size: 18px;
    color: #333333;
    padding-bottom: 10px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.news_list22 li span {
    font-size: 14px;
    display: block;
    color: #999999;
    margin-top: 10px;
    line-height: 1.7;
    padding-bottom: 25px;
}


.news_list22 li:hover h3 {
    color: #e74f19;
}

@media (max-width: 992px) {
    .news_list22 {
        flex-wrap: wrap;
    }
    .news_list22 li {
        width: 48%;
    }
    .news_list22 li h3{
        padding-bottom: 10px;
    }
    .news_list22 li span{
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .news_list22 li {
        width: 100%;
    }
    .c3_ttt h3{
        font-size:35px;
    }
    .c3_ttt h3 p{
        font-size:20px;
    }
}




/*c4_index*/
.c4_index{
    position: relative;
    background: #f5f5f5;
    padding: 2.125% 0;
}


.c4_list{
    display: flex;
    justify-content: space-between
}

.c4_list li{
    position: relative;
}

.c4_list li a{
    display: block
}

.c4_list li span{
    float: left;
    width: 66px;
    height: 66px;
    overflow: hidden;
}

.c4_list li span img{
    max-width: 100%;
}
.c4_list li span .img1{
	display: block;
}
.c4_list li span .img2{
	display: none;
}

.c4_list li:hover span .img1{
    margin-top: 0px;display: none;
}
.c4_list li:hover span .img2{
    margin-top: 0px;display: block;
}


.c4_list li .time2{
    float: left;
    margin-left: 20px;
    padding-top: 10px;
}

.c4_list li .time2 h3{
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.c4_list li .time2 h4{
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-top: 5px;
     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}




@media (max-width:1200px){
    .c4_list{
        flex-wrap:wrap;
    }
    .c4_list li{
        margin-bottom:20px;
        width:50%;
    }
}

@media (max-width:992px){
    .c4_list li{
        margin-bottom:15px;
        width:100%;
    }
}

@media (max-width:500px){
     .c4_list li span{
        width:20%;
    }
    .c4_list li .time2{
        width:70%;
    }
    
   .c4_list li .time2 h3{
       font-size:16px;
   } 
    
   .c4_list li .time2 h4{
     font-size:16px;
   } 
   
}

/*hengtu*/
.hengtu img{
    width: 100%;
}


.foot_search{
    /*float: right;*/
    /*width:auto;*/
}

.foot_ewm{
    padding-left: 15px;
    padding-right: 15px;
}


.hotSearch{
    margin-top: 20px;
   color: rgba(255, 255, 255, .5);
    font-size: 14px;
}

.hotSearch a{
   color: rgba(255, 255, 255, .5);
    font-size: 14px;
}

#formsearch2 {
    width: 100%;
    background: url(../images/foot_ss.png) no-repeat center center;
    background-size: 100%;
}

#formsearch2 input {
    height: 40px;
    border: none;
    line-height: 40px;
    outline: none;
    background: none;
}

#formsearch2 input#keyword {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    color: #666;
    float: left;
    width: 80%;
}

#formsearch2 input#s_btn {
    width: 20%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    float: left;
}

@media (max-width:1200px) {
    #formsearch2 {
        width: 100%;
        background-size: 100%;
    }
}


#formsearch2 input::-webkit-input-placeholder,
#formsearch2 textarea::-webkit-input-placeholder {
    /* WebKit browsers */
      color: #a8abaf;
      opacity: .5;
}

#formsearch2 input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
     color: #a8abaf;
      opacity: .5;
}

#formsearch2 input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
      color: #a8abaf;
      opacity: .5;
}

#formsearch2 input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
      color: #a8abaf;
      opacity: .5;
}

#formsearch2 input[type='text']::-webkit-input-placeholder{
    color: #a8abaf;
      opacity: .5;
}


/*产品内页样式*/
.page-wrap2{
    background: #fff;
    padding: 2.58541667% 0;
}

.xypg-left-title2{
    padding: 0;
    line-height: 62px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    background: #e74f19;
    font-weight: bold;
    margin: 0;
}


.max1440{
    max-width: 1470px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.x-layout {
    position: relative;
    background: #1d2938;
    padding: 2.16666667% 0 0;
}

.x-layout .row {
    padding-bottom: 1.16666667%;
    margin-left: 0px;
    margin-right: 0px;
}

.x-layout-logo {
    margin-bottom: 35px;
    font-size: 14px;
    color: #fff;
}

.x-layout-logo a{
    font-size: 14px;
    color: #fff;
}

.x-layout-desc {
    position: relative;
}

.foot_lian dt {
    font-size: 16px;
    color: #fff;
    margin-bottom: 1.43em;
    font-weight: normal;
}

.x-layout-contact {
    margin-top: 0px;
}

.x-layout-contact p {
    margin-bottom: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.7;
    padding-bottom: 5px;
}

.x-layout-contact strong {
    display: block;
    font-size: 30px;
    color: rgba(255, 255, 255, 1);
}

.x-layout-contact a {
    color: #fff;
}

@media (min-width:992px){
    
    .foot_lian{
        margin-top: 20px; 
    }
}

.x-layout-menu dl {
    float: left;
    width: 25%;
    text-align: left;
}

.x-layout-menu dl dt {
    font-size: 18px;
    color: #fff;
    margin-bottom: 1.43em;
    font-weight: normal;
}

.x-layout-menu dl dd a {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 2.5;
    position: relative;
      transition: .3s;
}

.x-layout-menu dl dd a:hover{
    padding-left: 15px;
     color: rgba(255, 255, 255, 1);
}

.x-layout-menu dl dd a::before{
    position: absolute;
    left: -15px;
    top: 15px;
    content: "";
    width: 10px;
    height: 1px;
    background: #fff;
    transition: .3s;
    opacity: 0;
}

.x-layout-menu dl dd a:hover::before{
    opacity: 1;
    left: 0px;
}

.x-layout-ewm {
    text-align: center;
    line-height: 3;
    color: rgba(255, 255, 255, .5);
}

.x-layout-ewm img {
    max-width: 100%;
}

.x-layout-ewm p {
    font-size: 12px;
    font-weight: 100;
    line-height: 1.7;
    color: rgba(255, 255, 255, 1);
    margin: 15px 0 0 0;
}

.x-footer {
    background: #1b2531;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    line-height: 1.9;
}

.x-footer a {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
}

.x-footer a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.x-copyright {
   text-align: center;
}

.x-region {
    padding: 5px 0;
   color: rgba(255, 255, 255, .5);
    font-size: 14px;
}

.x-region a{
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
}


.link_index {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    padding: 10px 0;
    font-weight: bold;
    border-bottom: 1px solid #49535f;
}

.link_index a {
    font-size: 14px;
   color: rgba(255, 255, 255, 0.5);
   padding-right: 10px;
   font-weight: 400;
}


@media (max-width:768px) {
    .x-layout-menu dl dt{
        font-size:15px;
        margin-bottom: .83em;
    }
    
    .xypg-right-content p iframe{max-width:100%; height:auto;width:auto;}
}
@media (max-width:767px) {
    body{
        padding-bottom:50px;
    }
}


li {
    list-style: none;
}

.q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #191919;
    z-index: 999;
    border-top: 1px solid #fff;
}

.pf_down li {
    width: 33.333333%;
    float: left;
    text-align: center;
    padding: 7px 0 4px 0;
    border-right: 1px solid #fff;
}

.pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.pf_down li .d_name {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.pf_down li.l1 .ico7 {
    background: url(../images/btn15.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url(../images/btn16.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url(../images/btn17.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
    border: none;
}