﻿/*网站公共样式*/
.info-content{font-size:15px;line-height:2.5;padding:20px 0;}
.info-content img{max-width:100%;}
a{color:#333;text-decoration:none;}
a:hover{color:#ff3c00;}
.text-yellow{color:#e4b86b;}
.text-red{color:#ce0809;}
.text-blue{color:#0078d7;}
.text-orange{color:#ff3c00;}
.text-indent{text-indent:2em;}
.text-linethrough{text-decoration:line-through;}
.text-overflow{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.text-overflow-lines2{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:28px;height:56px;}
@media(max-width:768px){.padding-top-60{padding-top:30px;}
.padding-bottom-50{padding-bottom:30px;}
}
/*遮罩层*/
.mask-bg{position:fixed;width:100%;height:100%;display:none;background-color:rgba(0,0,0,.7);overflow:hidden;z-index:997;top:0;left:0;}
.mask-bg.active{display:block;}
/* pc导航 */
@media (min-width:1000px){.header .topbar{background-color:rgb(67,67,67);color:rgb(153,153,153);line-height:38px;height:38px;}
.header .topbar a{color:rgb(153,153,153);}
.header{z-index:10;width:100%;}
.header .logo{display:flex;height:90px;flex-direction:column;justify-content:center;}
.header .logo img{height:70px;width:auto;}
.header .nav-toggle{display:none}
.header .nav{padding-top:10px;}
.nav>ul>li{float:left;text-align:center;padding:0px 8px;}
.nav>ul>li>ul{display:none;position:absolute;padding-top:10px;left:0;z-index:200;width:100%;}
.nav>ul>li>a{display:block;text-align:center;color:#333;font-size:16px;position:relative;line-height:66px;height:70px;padding:0px 30px;}
.nav > ul > li.active > a{background:url("../images/dhover.jpg") repeat-x 0 center;}
.nav li:hover> ul{display:none}
.nav ul li ul li a{display:block;width:100%;text-align:center;color:#fff;font-size:15px;line-height:22px;height:48px;padding:0px 10px;}
.nav ul li ul li a:hover{text-decoration:none;color:#fff;background:#9c0d12;}
.nav ul li{position:relative}
.nav ul li .arrow{display:none}
.nav ul li ul li ul{left:100%;top:0px;display:none}
}
/* 移动端导航 */
@media (max-width:1000px){.header .topbar{display:none;}
.header{position:fixed;top:0;left:0;background:#2056ee;padding-bottom:10px;background-color:rgb(255,255,255);width:100%;z-index:10;box-shadow:1px 1px 1px rgba(0,0,0,.1);}
.header .logo{display:block;padding-top:10px;}
.header .logo img{height:40px}
.header .nav-toggle{position:absolute;right:0px;top:0px;font-size:25px;color:#666;min-width:60px;height:60px;line-height:60px;text-align:center;cursor:pointer;z-index:1}
.header .nav-toggle.active{color:#ccc}
.nav{position:fixed;z-index:999;top:0px;right:0px;width:0px;background:#fff;height:100%;height:100vh;opacity:0;transition:all 0.2s linear;overflow-y:auto}
.nav.active{opacity:1;width:260px;max-width:60%}
.nav ul li{line-height:45px;text-align:left}
.nav ul li ul{display:none;transition:display 1s linear;}
.nav ul li ul.active{display:block}
.nav ul li a{padding-left:30px;display:block;color:#999;font-size:15px;line-height:3.5;border-bottom:1px solid #dcdcdc}
.nav ul li ul li a{padding-left:60px;font-size:14px}
.nav ul li ul li ul li a{padding-left:90px}
.nav ul li ul li ul li li a{padding-left:120px}
.nav ul li{position:relative}
.nav ul li .arrow{position:absolute;right:0px;top:0px;width:50px;height:50px;line-height:50px;text-align:center;transition-duration:0.2s}
.nav ul li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}
.nav ul li .arrow.active{transform:rotate(90deg);transition-duration:0.2s}
.nav>ul>li>a>p{display:none}
}
/*下滑展示*/
.hover-down .item{width:100%;height:131px;overflow:hidden;position:relative;text-align:center;}
.hover-down .item .box{width:100%;position:absolute;top:-131px;transition:all 0.3s linear;}
.hover-down .item:hover .box{position:absolute;top:0px;}
.hover-down p{color:#333;}
@media(max-width:728px){.index-service .col-xs-6 .font-size-12{font-size:10px;}
}
/*底部样式*/
/*底部*/
footer{background:rgb(32,32,32);color:rgb(102,102,102);}
footer .msg{font-size:16px;}
footer .rights{border-top:1px solid #403e3e;}
footer .daohang{margin-bottom:60px;}
footer .daohang li{float:left;}
footer .daohang li a{color:rgb(102,102,102);margin-right:30px;line-height:30px;color:#fff;font-size:16px;}
footer .ss-box{width:380px;float:right;overflow:hidden;border:#ec3e0c 2px solid;background:#30323a;}
footer .s-input{width:330px;border:none;line-height:36px;padding-left:8px;background:transparent;color:#fff;}
footer .s-btn{width:46px;line-height:38px;border:none;background:#30323a;color:#fff;}
.footer-fixed{position:fixed;left:0;bottom:0;width:100%;background:#f5f5f5;z-index:9;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;box-shadow:rgba(70,69,69,0.14) 1px -1px 1px;}
@media(max-width:768px){footer{margin-bottom:60px;}
.footer-fixed ul{height:60px;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;}
.footer-fixed ul li{flex:1;}
.footer-fixed ul li + li{border-left:1px solid rgba(255,255,255,0.3);}
.footer-fixed ul li a{display:block;width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.footer-fixed ul li span{font-size:16px;line-height:26px;}
.footer-fixed ul li .fa-home{font-size:20px;}
.footer-fixed ul li p{font-size:12px;}
.footer-fixed.active{transform:translateX(280px);z-index:9;}
}
/*首页>>公用标题,公用链接*/
.index-comtitle .t1,.index-comtitle .t3{color:rgb(90,90,90);font-size:32px;font-weight:bold;text-transform:uppercase;margin-bottom:10px;}
.index-comtitle .t1 .s1{margin-right:10px;}
.index-comtitle .t1 .s2{position:relative;top:3px;}
.index-comtitle .t2{font-size:16px;}
@media(max-width:768px){.index-comtitle .t1,.index-comtitle .t3{font-size:22px;}
}
/*分页>左侧*/
.submenu{text-align:center;}
.submenu>ul>li{display:inline-block;padding:6px;position:relative;}
.submenu > ul > li > a{display:block;width:140px;height:50px;line-height:46px;background-color:#fff;font-size:16px;border:1px solid #ddd;}
.submenu > ul > li:hover > a,.submenu > ul > li.active > a{background:#e54a4a;font-weight:bold;color:#fff;border-color:#e54a4a;}
.submenu > ul > li > ul{display:none;position:absolute;left:6px;z-index:200;width:140px;background-color:rgb(229,74,74);color:#fff;}
.submenu li:hover> ul{display:block}
.submenu ul li ul li{padding:4px 6px;}
.submenu ul li ul li a{display:block;width:100%;text-align:center;font-size:15px;line-height:40px;height:40px;padding:0px 10px;color:#fff;}
.submenu ul li ul li a:hover{text-decoration:none;color:#fff;background:#fb5757;}
.submenu ul li ul li ul{left:100%;top:0px;display:none}
@media (max-width:1000px){.submenu > ul > li > a{width:150px;height:40px;line-height:38px;}
.submenu li:hover > ul{display:none;}
}
/*首页搜索*/
.search .ss-box{position:relative;margin:60px auto;border:1px solid #cfcfcf;background:#fff;width:100%;height:36px;}
.search .ss-box .s-input{width:100%;outline:none;border:none;line-height:34px;padding-left:0px;background-color:transparent;}
.search .ss-box .s-btn{position:absolute;right:-20px;top:-1px;width:54px;height:36px;color:#fff;cursor:pointer;font-weight:bold;line-height:32px;outline:none;border:none;background:#d49009;padding:0;}
.search .ss-box{margin:0px auto;}
.search .font span{cursor:pointer;color:#333;margin-right:10px;}
.search .font span:hover{color:rgb(255,127,39);}
.search .font .hot{color:rgb(193,147,47);margin-right:4px;}
/*首页>>经验介绍*/
.index-jingyan{margin-top:20px;background:url("../images/numbg.jpg") no-repeat center center;background-size:cover;color:#fff;}
.index-jingyan .item{padding:30px 0;text-align:center;background:#af0505;}
.index-jingyan .item:nth-child(2n){background:rgba(255,255,255,0.1);}
.index-jingyan .p1 .num{font-size:70px;margin-right:14px;}
.index-jingyan .icon{font-size:22px;}
.index-jingyan .p2{font-size:18px;margin-top:12px;margin-bottom:10px;}
@media(max-width:768px){.index-jingyan .item{padding:10px 0;}
.index-jingyan .p1 .num{font-size:30px;margin-right:8px;}
.index-jingyan .p2{font-size:18px;}
.index-jingyan .icon{font-size:14px;}
}
/*首页>>公司简介*/
.index-introduction .company{font-size:26px;font-weight:bold;margin-top:60px;margin-bottom:30px;}
.index-introduction .intro{line-height:2.2;font-size:15px;margin-bottom:50px;}
.index-introduction .picbox{width:80px;height:80px;background:#c60202;display:flex;justify-content:center;align-items:center;border-radius:40px;margin:0 auto;}
.index-introduction .picbox img{width:50px;height:50px;}
.index-introduction .pictitle{font-weight:bold;font-size:18px;margin-top:20px;text-align:center;}
.index-introduction .rightbox{padding-top:60px;padding-bottom:30px;position:relative;}
.index-introduction .rightbox .title{font-size:26px;font-weight:bold;line-height:2;color:#fff;text-align:center;position:absolute;top:240px;left:64px;}
.index-introduction .rightbox .title .en{font-size:16px;font-weight:normal;}
.index-introduction .rightbox img{width:420px;}
@media(max-width:768px){.index-introduction .company{font-size:20px;margin-top:30px;margin-bottom:10px;}
}
/*首页>>产品*/
.index-product{background:url(../images/113271.jpg) no-repeat center center;background-size:cover;}
.index-product .cn{font-size:24px;font-weight:bold;margin-bottom:30px;color:#fff;}
.index-product .en{font-size:16px;margin-bottom:40px;color:#fff;}
.index-product .more{width:136px;margin:0 auto;border-radius:3px 3px 3px 3px;border:1px solid rgba(255,255,255,1);line-height:40px;height:42px;color:#fff;display:block;}
.index-product .more:hover{border-color:rgba(255,87,0,1);background-color:rgba(255,102,0,1);}
.index-product .col-sm-3{padding:0 5px;}
.index-product .picbox{height:618px;display:flex;flex-direction:column;justify-content:center;}
.index-product .picbox1{background:url(../images/f777m.jpg) no-repeat center center;background-size:cover;}
.index-product .picbox2{background:url(../images/7te11.jpg) no-repeat center center;background-size:cover;}
.index-product .picbox3{background:url(../images/33ii.jpg) no-repeat center center;background-size:cover;}
.index-product .picbox4{background:url(../images/ptni.jpg) no-repeat center center;background-size:cover;}
/*首页>>关于我们*/
.index-aboutUs{padding:90px 0;background:url(../images/d0if.jpg) no-repeat center center;font-size:20px;color:#fff;margin-bottom:20px;line-height:2.4;}
.index-aboutUs .more{border-radius:3px 3px 3px 3px;box-shadow:rgba(249,156,156,0.6) 0px 1px 4px 0px;background-color:rgba(209,32,2,1);moz-transition:border-color 0.4s ease 0s,background-color 0.4s ease 0s;-webkit-transition:border-color 0.4s ease 0s,background-color 0.4s ease 0s;-o-transition:border-color 0.4s ease 0s,background-color 0.4s ease 0s;transition:border-color 0.4s ease 0s,background-color 0.4s ease 0s;width:150px;height:50px;display:block;color:#fff;margin:0 auto;margin-top:40px;}
/*首页>>企业实力*/
.index-shili .picbox{border:1px solid #ddd;padding:10px;}
.index-shili .pictitle{font-size:25px;margin-bottom:20px;font-weight:bold;margin-top:16px;margin-top:20px;}
.index-shili .intro{line-height:2.2;width:74%;margin:0 auto;margin-bottom:30px;}
/*产品列表*/
.productList .item{border:1px solid #ddd;padding:12px;}
.productList .item:hover{border:1px solid #ff3c00;}
.productList .item .picbox{overflow:hidden;}
.productList .item .picbox img{transition:0.3s all ease-in-out;}
.productList .item:hover img{transform:scale(1.08,1.08);}
@media(min-width:992px){.productList .col-md-3{width:20%;}
}
@media(max-width:768px){.productList{padding-left:10px;padding-right:10px;}
.productList .col-sm-3{padding-left:5px;padding-right:5px;}
}
/*首页>>新闻中心*/
/*新闻列表*/
.m-newlist{padding:30px;padding-top:40px;background:#fff;}
.m-newlist li{border-bottom:1px solid #ddd;margin-bottom:20px;position:relative;min-height:110px;}
.m-newlist .date{position:absolute;top:0;left:0px;width:75px;background-color:#f65141;text-align:center;font-family:Arial;padding:0px;}
.m-newlist .date span.date1{display:block;height:60px;line-height:60px;border-bottom:1px solid #fff;color:#fff;font-size:30px;background:#f65141;}
.m-newlist .date span.date2{color:#fff;line-height:26px;font-size:12px;}
.m-newlist .con{margin-left:100px;}
.m-newlist .con a.title{display:block;font-size:16px;font-weight:bold;line-height:1.5em;color:#4d4d4d;text-decoration:none;margin:0px 0px 0.5em 0px;overflow:hidden;}
.m-newlist .con a.title:hover{color:#e54a4a;}
.m-newlist .con div.introduct{color:#808080;line-height:1.8;text-indent:2em;}
.page-newslist .m-newlist{padding-left:0;padding-right:0;}
.page-newslist .m-newlist .date{left:20px;}
.page-newslist .m-newlist .con{margin-left:120px;margin-right:20px;}
.page-newslist .left-topnews .picbox{position:relative;}
.page-newslist .left-topnews .picbox img{width:100%}
.page-newslist .left-topnews .picbox .msg{background:rgba(0,0,0,.3);color:#fff;padding:10px;position:absolute;bottom:0;left:0;width:100%;}
.page-newslist .right-topnews .newsbox{border-bottom:1px solid #ddd;}
.index-news .row{padding-left:10px;padding-right:10px;}
.index-news .col-sm-4{padding-left:5px;padding-right:5px;}
.index-news .left-news .picbox{position:relative;}
.index-news .font .f1{font-family:verdana;letter-spacing:1px;font-size:50px;color:#ddd;font-weight:bold;}
.index-news .font .profile{text-transform:uppercase;font-size:13px;letter-spacing:7px;color:rgb(234,15,15);position:absolute;top:28px;left:4px;}
.index-news .linkbox{text-align:right;padding-top:10px;padding-bottom:10px;}
.index-news .link{margin:8px;width:150px;border-radius:25px 25px 25px 25px;height:44px;line-height:44px;box-shadow:rgba(143,143,143,0.6) 0px 1px 4px 0px;background-color:rgba(255,255,255,1);text-align:center;display:inline-block;}
.index-news .link:hover{box-shadow:rgba(209,32,2,0.7) 0px 1px 4px 0px;color:rgba(209,32,2,0.7);}
.index-news .left-news .picbox img{width:100%;height:390px;}
.index-news .left-news .picbox .msg{background:rgba(0,0,0,.3);color:#fff;padding:10px;position:absolute;bottom:0;left:0;width:100%;}
.index-news .m-newlist{padding:0px;background:#f5f5f5;}
.index-news .m-newlist .con div.introduct{text-indent:0em;}
.index-news .m-newlist li{margin-bottom:10px;min-height:90px;}
.index-news .m-newlist .date{width:70px;background:#f5f5f5;color:#4d4d4d;}
.index-news .m-newlist .date span.date1{height:50px;line-height:50px;border-bottom:1px solid #f5f5f5;background:#f5f5f5;color:#4d4d4d;}
.index-news .m-newlist .date span.date2{color:#4d4d4d;}
.index-news .m-newlist .con{padding-top:10px;padding-right:10px;margin-left:80px;}
.index-news .m-newlist .con a.title{font-weight:normal;}
@media(max-width:992px){.page-newslist .m-newlist{padding-top:30px;padding-left:10px;padding-right:10px;}
.m-newlist .date{width:60px;}
.m-newlist .con{margin-left:80px;}
.m-newlist li{padding-bottom:20px;}
.page-newslist .m-newlist .date{left:0px;}
.page-newslist .m-newlist .con{margin-left:80px;margin-right:0px;}
.index-news .link{margin:2px;width:120px;border-radius:10px;height:30px;line-height:30px;box-shadow:rgba(143,143,143,0.6) 0px 1px 4px 0px;background-color:rgba(255,255,255,1);text-align:center;display:inline-block;}
}
/*分页>>联系我们*/
 .page-contactUs .item{padding-left:20px;padding-bottom:10px;position:relative;}
.page-contactUs .item .icon{width:80px;position:absolute;top:0;left:0;}
.page-contactUs .item .content{padding-top:10px;font-size:15px;margin-left:60px}
.page-contactUs .item .content .p1{font-size:16px;margin-bottom:14px;font-weight:bold;}
@media(max-width:728px){.page-contactUs .item{position:relative;min-height:70px;}
.page-contactUs .item .content{padding-left:0px;text-align:left;padding-top:0;font-size:14px;}
.page-contactUs .item .content .p1{margin-bottom:4px;font-weight:bold;}
}
/*分页>>产品详情*/
.page-proDetail .detail .title{border-bottom:2px solid #a4a1a1;}
.page-proDetail .detail .title span{background:#a4a1a1;color:#fff;border-radius:10px 10px 0 0;padding:6px 30px;margin-top:20px;}
/*分页>关于我们*/
 .page-aboutUs .companypic{width:80%;border-radius:40px;margin:0 auto;display:block;}
.page-aboutUs .culture .col-sm-3,.page-aboutUs .culture .col-xs-6{padding-left:10px;padding-right:10px;margin-bottom:20px;}
.page-aboutUs .culture .item{height:560px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center;}
.page-aboutUs .culture .line{height:62px;width:1px;background:#fff;margin:20px 0;}
.page-aboutUs .culture .title{font-size:26px;margin-bottom:20px;margin-top:20px;}
.page-aboutUs .culture .text{width:76%;font-size:16px;line-height:200%;}
.page-aboutUs .culture .item1{background:url(../images/j1a.jpg) no-repeat center center;background-size:cover;}
.page-aboutUs .culture .item2{background:url(../images/j1a_1ss2.jpg) no-repeat center center;background-size:cover;}
.page-aboutUs .culture .item3{background:url(../images/j1a_6yqe.jpg) no-repeat center center;background-size:cover;}
.page-aboutUs .culture .item4{background:url(../images/j1a_p6y7_47bd.jpg) no-repeat center center;background-size:cover;}
.page-aboutUs .rongyv .picbox img{border:1px solid #ddd;padding:8px;}
@media(max-width:468px){.page-aboutUs .rongyv{padding-left:20px;padding-right:20px;}
.page-aboutUs .rongyv .col-xs-6{padding-left:5px;padding-right:5px;margin-bottom:10px;}
}
/*分页>关于我们*/
.page-contactUs .adbg{background:url("../images/ttja.jpg") no-repeat center center;padding:160px 0;color:#fff;line-height:2.2;font-size:18px;text-align:center;margin-top:20px;}
.page-contactUs .service .title{margin-top:20px;font-size:16px;font-weight:bold;}
@media(max-width:468px){.page-contactUs .service .title{font-size:14px;}
}

/* 轮播 */
 .pics_wrap img{margin:0 auto;}
 .pics_wrap .font-box{width:100%;height:calc(100% - 40px);position:absolute;top:0;left:0;}
 .pics_wrap .inner{height:100%;width:100%;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;}
.pics_wrap .textbox {line-height:1.4;/*min-width:620px;*/text-align:center;}
    .pics_wrap .font-box .font1 {
        font-size: 60px;
        margin-bottom: 50px;
        font-weight: bold;
    }
    .pics_wrap .font-box .font2 {
        font-size: 23px;
        margin-bottom: 50px;
        font-weight: bold;
    }
    .pics_wrap .font-box .font3 {
        font-size: 18px;
    }
    .pics_wrap .font-box .font3 img {
        margin-right:2px;
    }
    .pics_wrap .font-box .font3 span{
        margin-right: 18px;
    }
 @@media(max-width:768px){
    .pics_wrap {
        margin-top:60px;
    }
 }
