﻿.container{max-width:1200px;}

/*网站公共样式*/
.info-content{line-height:2;}
a{color:#333;text-decoration:none;}                                            
a:hover{color:#2f69b3;}
a:focus{color:#000;}
a.btn-more{transition:all 0.5s ease;-moz-transition:all 0.5s ease; /* Firefox 4 */-webkit-transition:all 0.5s ease; /* Safari and Chrome */-o-transition:all 0.5s ease; /* Opera */}
.banner{height:500px\9!important;overflow:hidden\9!important;overflow:hidden;} /*兼容ie低版*/


/*遮罩层*/
.mask-bg{position:fixed;width: 100%;height:100%;display:none;height:100vh;background-color: rgba(0, 0, 0, .7);overflow:hidden;z-index:100;top: 0;left: 0;}
.mask-bg.active{display:block;}



/*首页模块样式*/
.product-module-box {position:relative;}
.module-title{clear:both;text-align:center;margin:30px 0px 30px 0px;}
.module-title .cn-title{display:block;color:#333;line-height:48px;font-family: SimSun;font-weight: bold;}
.module-title span{font-size: 18px;background:url(http://t11402.mbdemo.18inter.com/Templates/T11402/images/24tel.png) no-repeat center left;background-size: 34px;padding: 20px 0 20px 50px;}



/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/
.nav .animated,.sub-nav .animated{animation-duration:0.4s;-webkit-animation-duration:0.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.navSlide{animation-name:navSlide;-webkit-animation-name:navSlide;}
@keyframes navSlide{0%{transform:translateY(100%);-webkit-transform:translateY(100%);-ms-transform:translateY(100%);-moz-transform:translateY(100%);-o-transform:translateY(100%);opacity:0;visibility:visible;}100%{transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);opacity:1;}}



/*主菜单*/
@media (min-width:1000px) /*pc端*/
{
.header .logo img{height:60px;}
.header .container .row{line-height: 78px;}
.logo-box{text-align:left;padding-left: 0;padding-right:0;}
.topborder{border-left: 1px solid #f4f4f4;height: 50px;position: relative;top: 15px;}
.topborder .toptel{}
.topborder .toptel .box{font-family: arial;font-size: 20px;color: rgb(78, 87, 117);line-height: 0px;text-align: right !important;margin-top: -5px;}
.topborder .toptel .box .fa{font-size:30px;}
.topborder .toptel .box span{padding-left:10px;}
.topborder .toptel .tel{line-height: 20px;}
.header .topnav{padding-left: 100px;}

.nav{width: 100%;}
.nav>ul>li{float:left;text-align:center;line-height:78px;width: 16.6%;}
.nav>ul>li>ul{position:absolute;}
.nav>ul>li>a{display: block;width: 100%;font-size:17px;}
.nav >ul>li:hover > a,.nav >ul>li.active > a{color:#ff7404;}

.nav li:hover> ul{display:block;}
.nav ul li ul li a{display:block;width:100%;text-align:center;color:#fff;font-size:15px;line-height:50px} 
.nav ul li ul li a:hover{text-decoration:none;color:#fff;background:#89584B;}

.nav ul li ul li{display:none!important;}
.nav ul li{position:relative;}
.nav ul li .arrow{display:none}
.nav ul li ul{background-color:#ad7669;display:none;position:absolute;left:-18%;z-index:2;width:150px} /*二级ul样式*/
.nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/

.same-padding{padding-top:50px;}
.nav-toggle{display:none;}
.breadcrumb-box{line-height: 60px;}
.display-dies{display:none;}

/*bootom*/
footer{text-align:left;margin-top:100px;}
footer .container .row{padding: 40px 0;}
.footer-nav ul li:first-child a{padding-right:12px;}
.footer-nav ul li:not(:first-child) a{padding: 0 12px;}
.footer-nav ul li a{padding-right: 26px;font-size:16px;}
.footer-right{text-align: right;padding-top:30px;position: absolute;right: 0;top: 20%;}
.footer-address{font-size:15px;}
}

@media (max-width:1000px) /*手机端*/
{
.header .container .row{margin-top: 10px;margin-bottom: 10px}
.header .logo a {display: block;max-width: 80%;}
.header .logo img{height:52px;max-width: 90%;}
.header .nav-toggle{position:absolute;right:0;top:-2px;font-size:25px;min-width:60px;height:60px;line-height:60px;text-align:center;cursor:pointer;z-index:1;}
.header .nav-toggle.active{color:#ccc;}

.nav-toggle{position: absolute;top: 24px;right: 20px;}
.nav-toggle .fa{font-size: 24px;}
.logo-box{text-align:left;padding-left: 0;}


.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:300px;max-width:60%}
.nav ul li{line-height: 45px;text-align:left}
.nav ul li ul{display:none;} /*二级ul样式*/
.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;background-color:#eeeeee}
.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:0s}
.nav ul li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}

.nav ul li.current > a{color:#5a342b;}
.nav ul li.active > ul{display:block}
.nav ul li.active > .arrow{transform:rotate(90deg)}

.display-die{display:none!important;}
.sub-nav-box{display:none;}
.same-padding{padding-top:40px;}
.breadcrumb-box{line-height: 30px;}

/*bootom*/
.bot-bg{margin-top: -50px;padding-bottom: 40px;}
footer{text-align: center;margin-top:70px;}
footer .container .row{padding: 20px 0}
.footer-nav ul li a{padding: 0 12px;}
.footer-nav li a{padding: 0px 4px;}
.footer-right{padding-top:30px;}
}



/*bootom*/
.bot-bg{background-color:#000;}
footer{width:100%;min-height:95px;background:#0f3661;line-height:2.5;padding: 20px 0 30px;}
footer a{color:#fff;}

.footer-nav{padding-bottom:6px;border-bottom: 1px solid #36597f;position: relative;}
.footer-nav ul li{display:inline-block;}
.footer-nav ul li a{color:#cecece;}
.footer-nav ul li:not(:last-child) a{border-right: 1px solid #cecece;}
.footer-nav ul li a:hover{font-weight:bold;}
.footer-address{padding-top: 10px;color:#cecece;}
.footer-right li{display: inline-block;}
.footer-right li:first-child{padding-right: 40px;}
.footer-right li img{max-width: 80px;}
.footer-right li span{display: block;font-size: 13px;padding-top: 5px;text-align: center;color:#cecece;}

.beian{text-align:center;}
.beian,.beian a,.footer-right li{color:#cecece;font-size:13px;}
.footer-more a.btn-more:hover{background-color:rgba(30,99,172,1);border: 1px rgba(30,99,172,1) solid;color:#fff;}
.bot-bg{padding-top: 20px;}
.bot-bg a{color:#cecece;}
.fotphone {
    position: absolute;
    right: 0;
    top: 0;
    color: #ff7404;
    font-size: 20px;
}
.fotphone span{padding-left:8px;}

/*子栏目样式*/
.sub-nav-box {clear: both;position: relative;}
.sub-nav-box .sub-nav-title{line-height:100px;text-align:center;background:url(../image/cat_tt.jpg) no-repeat center;background-size:cover;padding-left:15px;font-size:22px;color:#ff0000f0;font-family:"Microsoft YaHei",Tahoma,Verdana,"Simsun";}

.sub-nav-box .sub-nav{clear:both;text-align:left;margin-bottom:20px;width:100%;overflow:visible;background:#fafafa;}
.sub-nav-box .sub-nav li{width:100%;padding:0px;text-align:left;position:relative;display:block;}
.sub-nav-box .sub-nav li a{display:block;padding-left:25px;line-height:42px;font-size:14px;color:#808080;font-family:"Microsoft YaHei",Tahoma,Verdana,"Simsun";border-bottom:1px #ececec solid;font-size:15px}
.sub-nav-box .sub-nav li a:hover{color:#5a342b;}
.sub-nav-box .sub-nav li ul{display:none}
.sub-nav-box .sub-nav li ul li a{padding-left:55px;}
.sub-nav-box .sub-nav li ul li ul li a{padding-left:85px}

.sub-nav-box li .arrow{position:absolute;right:0px;top:0px;width:54px;height:54px;line-height:54px; text-align:center;transition-duration:0.1s;cursor:pointer}
.sub-nav-box li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}

.sub-nav-box .sub-nav li.current > a,.sub-nav-box .sub-nav li:hover > a{color: #346db4;background-color: #e9e9e9;}
.sub-nav-box .sub-nav li.active > ul{display:block}
.sub-nav-box .sub-nav li.active > .arrow{transform:rotate(90deg)}



/*图片列表*/
.images-list .row .item a{display:block;overflow:hidden;}
.images-list .row .item img{display:block;width:100%;height:auto;transition: all 0.3s ease-out 0s;}
.images-list .row .item a:hover img{transform:scale(1.1,1.1);}



/*固定TOP*/
#toTop{position: fixed;bottom: 12px;right: 12px;width: 40px;height: 40px;text-indent: -999em;z-index: 999;background: url(../image/top.png) no-repeat;background-position: 0 -42px;transition: all 0.2s linear;}
#toTop:hover{background-position:0 0;}



/*移动端固定栏目按钮*/
.float-nav-toggle{display: block;text-align: center;position: fixed;left: 6px;bottom: 60px;color: #fff;font-size: 18px;width: 40px;height: 40px;line-height: 40px;background-color: rgba(13, 13, 13, 0.6);border-radius: 20px;}
@media (max-width: 767px) {.display-xs-block {display: block !important;}}



/*手机端固定导航栏*/
.footer-fixed{position:fixed;left:0;bottom:0;overflow:hidden;width:100%;padding:6px 0px 2px;color:#fff;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;border-top: 0.2rem solid #000;background: #fff;}
.footer-fixed ul{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;text-align: center;}
.footer-fixed ul li a{width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size: 13px;}
.footer-fixed ul li p{font-size:1.3rem;}
.footer-fixed.active{transform:translateX(2.8rem);z-index:9;}
.footer-fixed2{font-size: 2.8rem;padding-top: 0.6rem;}
.footer-fixed i{display:block;}
.footer-fixed .fa{font-size:22px;}
@media (min-width:1000px){.footer-fixed{display:none!important;}}
@media (max-width:1000px){footer{margin-bottom:50px;}}



/*内容页公共用*/
.html5zoo-arrow-left-0{background:url(../image/left.png) no-repeat scroll left top!important;margin-left:10px;}
.html5zoo-arrow-right-0{background:url(../image/left2.png) no-repeat scroll left top!important;margin-right:10px;}

.breadcrumb > li + li::before {content: ">>";padding: 0 5px;color: rgb(102, 102, 102);}
.breadcrumb li:first-child a span:hover,.breadcrumb li:last-child a:hover{text-decoration:underline;}
.pagination > li > a, .pagination > li > span{padding: 4px 10px;}

.card1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.card2{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 54px;}
.cards2{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 46px;}
.card5{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;word-break: break-all;height: 100px;}


.page ul li .fa{padding-right: 10px;}
.page ul li:hover a,.page ul li:hover{color: #0488CD;}
.news-page ul li{color: #0f89dd;}
.news-page ul li a:hover,.news-page ul li:hover{color:#000;}

.breadcrumb-line{border-bottom:1px solid #e8e8e8;}
.breadcrumb li:first-child .fa{padding-right:6px;color:#b3b2b2;font-size:16px;}
.breadcrumb li a{font-size:13px;}




/*内页样式*/
@media(min-width:1000px) {
.morebox{padding-top:80px;}
.headlinebox .title{font-size: 28px;}
.moresame{padding-top: 80px;}
.moresame a{padding:12px 80px;}
.morebox .more0{margin-right:10px;}

.forus-bg{padding: 30px 0 90px;}
.forus-bg .mapbox{margin-top: 50px;}
.forus-bg .mapbox li{padding-left: 70px;}
.forus-bg .mapbox li:not(:last-child){border-right: 1px solid #e6e6e6;}
.forus-bg .mapbox li .box .font1{font-size: 30px;}
.forus-bg .mapbox li .box .font2{font-size: 18px;}
.vision{padding: 20px 0 50px;}
.vision .headlinebox {text-align:left;margin: 20px 0;}
.vision .headlinebox .line{margin:12px 0 16px;}
.vision .headlinebox .title{font-size: 23px;}
.vision .headlinebox .en{color: rgb(136, 136, 136);font-size: 15px;}
.vision .phonevision{padding-top:50px;}
.vision .left{padding-right:100px;}
.honor-bg{padding: 20px 0;margin-bottom: -100px;}

.product-box .addword p{font-size:20px;}
.product-box li{padding-bottom:50px;}
.product-box li .more{padding-top: 50px;}
.lie-bg{padding: 50px 0;}
.flow-path li:nth-child(-n+6){background:url(../image/f_arrow.png) no-repeat right;background-position-y: 35px;}
.product-list li .title a{font-size: 18px;}
.product-list li .news-box .left{padding-left:0;}
.product-list li .news-box a img{width:100%!important;}

.home-answer li .ask{font-size:16px;}
.contactpage .box{margin-left: 15px;margin-right: 15px;padding-bottom: 12px;}

}


@media (max-width:1000px) {
.morebox a{display: inline-block;margin-top: 20px;}
.headlinebox .title{font-size: 20px;}
.moresame{padding-top: 40px;}
.moresame a{padding:10px 30px;}


.forus-bg{padding: 10px 0 50px;}
.forus-bg .mapbox{margin-top: 30px;}
.forus-bg .mapbox li{padding-left:0;padding-right:0;padding-bottom:10px;}
.forus-bg .mapbox li .box{padding-top: 10px;}
.forus-bg .mapbox li .box .font1{font-size: 20px;}
.forus-bg .mapbox li .box .font2{font-size: 14px;}
.honor-bg{padding: 40px 0 10px;margin-bottom: -70px;}

.product-box li{padding-bottom:30px;}
.product-box li .more{padding-top: 30px;}
.lie-bg{padding: 10px 0 30px;}

.product-list li .news-box{padding: 15px 0;}
.product-list li .title a{font-size: 16px;}
.home-answer li .title .index{display:none;}
.contactpage .box{padding-bottom: 20px;}
}
@media (max-width:767px){
    .flow-path li{width:33% !important;float:left;padding-bottom:20px;}
    .phonepadd{margin-left: -15px;margin-right: -15px;}
}

/*内页公共样式*/
.headlinebox{text-align: center;margin: 30px 0;}
.headlinebox .line{border-top: 2px solid #ff7404;width: 40px;margin: 12px auto 16px;height: 2px;}
.headlinebox .en{color: rgb(136, 136, 136);font-size: 13px;}

.morebox{text-align: center;clear:both;}
.morebox a{border:1px solid rgba(221,221,221,1);padding:10px 30px;}
.morebox .more1{color: rgba(119,119,119,1);margin-right:10px;}
.morebox .more2{color: rgba(255,116,4,1);}
.morebox .more1:hover{border-color: rgba(60,120,216,1);color: rgba(255,116,4,1);}
.morebox .more2:hover{border-color: rgba(60,120,216,1);color: rgba(119,119,119,1);}
.morebox .more0{color:rgba(2,140,207,1);}
.morebox .more0:hover{border-color: rgba(60,120,216,1);color:rgba(28,69,135,1);}

.moresame{text-align:center;}
.moresame a{background-color:rgba(47,105,179,1);color:#fff;border-radius:4px;}
.moresame a:hover{background-color:rgb(255, 116, 4);}
.moresame p{font-size:18px;color:rgb(255, 116, 4);padding-top: 20px;}

/*内页-关于我们*/
.marqueelefts {height: auto;max-width: 1200px;overflow: hidden;margin: 0px auto;}/*滚动*/
.marqueelefts ul{float:left;}
.marqueelefts li{float:left;margin:0 5px;display:inline;width:250px;height:auto;text-align:center;}
.marqueelefts li .pic{display:block;width:250px;height:auto;padding:10px;overflow:hidden;}
.marqueelefts li .pic img{height:100%;width:100%;}
.marqueelefts li .txt{text-align:center;height:auto;line-height:260px;}
.marqueelefts .marquee1_1>li>p{text-align:center;margin: 0 auto;display:inline-block;}

.honor-bg{background-color:#fafafa;}
.forus-bg{background:url(../image/forus-bg.jpg) no-repeat center;background-size:cover;}
.forus-bg .mapbox li img{width:46px;height:46px;float: left;position: relative;top: 16px;}
.forus-bg .mapbox li .box{float: left;padding-left: 12px;}
.forus-bg .mapbox li .box .font1{color:#028ccf;}
.forus-bg .mapbox li .box .font2{color:rgb(136, 136, 136);}

/*内页-产品中心*/
.lie-bg{background-color:#fafafa;}
.product-box .gray-product{background-color:#fff;padding-bottom:30px;}
.product-box li{text-align: center;}
.product-box li .title{line-height: 1.5;color: rgb(67, 67, 67);padding: 10px;font-size: 18px;text-align: center;}
.product-box li a.title:hover{color:#0f89dd;}
.product-box .introduct{color: #999999;padding:10px 10px 0;font-size:15px}
.product-box li .more a{color: rgba(47,105,179,1);padding:6px 30px;border:1px solid rgba(47,105,179,1);display: inline-block !important;}
.product-box li .more a:hover{border-color:rgba(255,87,0,1);color:rgba(255,87,0,1);}

.product-box .div-imgs{ position:relative;} 
.product-box .div-imgs img{display:block;width:100%;}
.product-box .div-imgs .mask{width:100%;height:100%;background:rgba(0, 0, 0, 0.28);position:absolute;top:0;left:0;transition:0.3s linear;overflow:hidden;display:flex;justify-content:center;align-items:center; opacity:0;}
.product-box .div-imgs:hover .mask{opacity:1;}
.product-box .div-imgs .mask img{width:40px!important;height:40px!important;}
.product-box .addword p{color:#fff;}

.flow-path{text-align:center;}
.flow-path li{width:14.2%;float:left;}
.flow-path li img{width:38px;height:38px;}
.flow-path li .box {color: rgb(255, 116, 4);font-size: 15px;padding-top:20px;}
.flow-path li .line{transition:0.3s linear;border:1px solid rgba(47,105,179,1);color:rgba(47,105,179,1);display: inline-block;padding: 26px;border-radius: 40px;}
.flow-path li .line:hover{border:1px solid rgb(255, 116, 4);color:rgb(255, 116, 4);}
.shaky:hover {
    display: inline-block;
    padding: 1px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-name: shaky-slow;
    -ms-animation-name: shaky-slow;
    animation-name: shaky-slow;
    -webkit-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-play-state: running;
    -ms-animation-play-state: running;
    animation-play-state: running;
}
    @-webkit-keyframes shaky-slow {
        0% {
            -webkit-transform: translate(0px, 0px) rotate(0deg);
        }
        10% {
            -webkit-transform: translate(1.4px, 0px) rotate(-2deg);
        }
        20% {
            -webkit-transform: translate(1px, 1px) rotate(-0.5deg);
        }
        30% {
            -webkit-transform: translate(-1.3px, -1.3px) rotate(-1.5deg);
        }
        40% {
            -webkit-transform: translate(-1.4px, -1px) rotate(-0.5deg);
        }
        50% {
            -webkit-transform: translate(1.6px, 1.6px) rotate(1.5deg);
        }
        60% {
            -webkit-transform: translate(1.3px, 1.6px) rotate(-0.5deg);
        }
        70% {
            -webkit-transform: translate(-1.6px, 1px) rotate(1.5deg);
        }
        80% {
            -webkit-transform: translate(1.4px, 1.6px) rotate(2deg);
        }
        90% {
            -webkit-transform: translate(-1.6px, -1.6px) rotate(-2deg);
        }
        98% {
            -webkit-transform: translate(1.3px, 1px) rotate(-0.5deg);
        }
    }

/*内页-产品中心*/   
.product-list li .news-box{overflow: hidden;margin-bottom: 26px;background-color: #fafafa;}
.product-list li .title a{padding-top: 10px;}
.product-list li .title .date{color: #ed8e82;padding-bottom: 10px;}
.product-list li .title p{color: #7e7e7e;line-height: 1.6;}

/*内页-新闻中心*/
.home-answer li{position: relative;padding-right: 100px;line-height: 3;border-bottom: 1px solid #ebebeb;}
.home-answer li .title{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.home-answer li .title .index a{color:#94a0ac;padding-right: 10px;font-size: 16px;}
.home-answer li .title .eye {color: #9c9c9c;padding-right: 10px;}
.home-answer li .title .eye .fa{padding-right:4px;}
.home-answer li .date{position: absolute;right: 0px;top: 0px;color: #d9d9d9;}

/*分页-联系我们*/
.conmore {text-align: center;margin-top: -50px;}
.conmore a{color:#fff;border:1px solid #fff;padding:10px 30px;border-radius:30px;}
.conmore a:hover{background-color:rgba(47,105,179,1);border-color:rgba(47,105,179,1);}
.contactpage .box{background-color:#fafafa;overflow: hidden;}
.contactpage .footer-right{right: 15px;top: 0;}




/*首页样式*/
@media(min-width:1000px) {
.superiority li .box{padding: 50px 14px 60px;}
.superiority-bg{padding: 20px 0 110px;margin-bottom:30px;}
.superiority{padding-top: 40px;}
.home-service .flow-path{margin: 80px 0 20px;}

.home-weare{margin: 50px 0 10px;padding: 10px 0 40px;}
.home-weare .moresame {padding-top: 20px;}
.home-honorlist{margin: 50px 0 40px;}

.newsbox .left{font-size: 21px;}
.homenews-bg{padding: 40px 0 80px;margin-top: 20px;margin-bottom: -100px;}
.homenews-bg .box{padding: 15px 26px;}
.homenews-bg .newsleft .product-list li .news-box .right{padding-left: 0;padding-right: 0;}
.homenews-bg .box{min-height: 404px;}
}

@media (max-width:1000px) {
.superiority li .box{padding: 30px 4px 40px;}
.superiority li:first-child .box{border-bottom:1px solid #133963;}
.superiority li:nth-child(2) .box{border-bottom:1px solid #ccc;}
.superiority-bg{padding: 10px 0 60px;margin-bottom:10px;}
.home-weare{margin: 30px 0 10px;padding: 10px 0 40px;}

.newsbox .left{font-size: 18px;}
.homenews-bg{padding: 20px 0 50px;margin-top: 20px;margin-bottom: -70px;}
.homenews-bg .box{padding: 20px 15px;}
.homenews-bg .newsleft .product-list li .news-box{margin-left: -15px;margin-right: -15px;}
.homenews-bg .newsleft .product-list li .news-box .left{margin-bottom:10px;}

}

/*首页-我们的优势*/
.superiority-bg{background:url(../image/superiority-bg.jpg) no-repeat center;background-size:cover;}
.superiority-bg .headlinebox .title{color: rgb(217, 217, 217);}
.superiority{text-align:center;}
.superiority li{padding-left: 0;padding-right: 0;}
.superiority li img{width:58px;height:58px;}
.superiority li .box .font1{padding: 20px 0;}
.superiority li:nth-child(2n-1) .box{background-color:#e8ebef;transition:0.3s linear;}
.superiority li:nth-child(2n-1) .box:hover{background-color:rgba(255,255,255,1);}
.superiority li:nth-child(2n-1) .box .font1{font-size: 16px;color: rgb(2, 140, 207);}
.superiority li:nth-child(2n-1) .box .font2{font-size: 13px;color: rgb(119, 119, 119);}
.superiority li:nth-child(2n) .box{background-color:#133963;}
.superiority li:nth-child(2n) .box .font1{color:#fff;font-size: 16px;}
.superiority li:nth-child(2n) .box .font2{color:#fff;font-size: 13px;}

/*首页-我们的服务*/
.home-weare{background-color:#fafafa;}
.home-honorlist li .box{border: 1px solid #f4f4f4;text-align:center;}
.homenews-bg{background-color:#fafafa;}
.homenews-bg .box{background-color:#fff;}

/*首页-较新动态*/
.newsbox{position:relative;border-bottom:1px solid #ccc;padding-bottom:8px;margin-bottom: 24px;}
.newsbox .right{position:absolute;right:0;top:7px;}
.newsbox .right a{color: rgba(136,136,136,1);padding:5px 12px;background-color:#e9edf2;font-size:13px;border-radius:4px;}
.newsbox .right a:hover{color:#fff;background-color: rgba(47,105,179,1);}

.homenews-list li.tw .content > a{display:block;line-height:30px;font-size: 18px;word-break: keep-all;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.homenews-list li.tw .content > span{color: #7D7D7D;font-size: 13px;}
.homenews-list li.tw .content{border-bottom: 1px dashed #eee;margin-bottom: 10px;padding-bottom: 10px;}
.homenews-list li.tw .content .details > p{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 40px;margin-top: 2px;}
.homenews-list li.tw .content .details a{color: #CF0202;padding-top: 6px;display: block;}

.homenews-list .item{font-size:13px;line-height: 2;position: relative;padding-left: 60px;}
.homenews-list .item .date{color: #9F9F9F;position: absolute;left: 0px;top: 0px;}
.homenews-list .item .title{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.homenews-list .item .title a{font-size:14px;}
.homenews-list .item .title:hover a,.homenews-list .item:hover .date{color:#d00e0f;}

.homenews-bg .newsleft .product-list li .news-box{margin-bottom: 10px;background-color: #fff;}
.homenews-bg .newsleft .product-list li .title a{padding-top: 0;}
.homenews-bg .newsleft .product-list li .xiang{font-size: 13px;color: #CF0202;padding-top:10px!important;}
.homenews-bg .newsleft .product-list li .date{font-size: 13px;color: #acacac;margin-top: -14px;}
.homenews-bg .newsleft .home-answer li .ask{font-size: 14px;}
.homenews-bg .newsleft .home-answer li{border-bottom: 1px solid #fff;line-height: 2.2;}
.homenews-bg .newsleft .home-answer li .date{color: #acacac;font-size: 13px;}
.homenews-bg .newsright .home-answer li .ask{font-size: 14px;}
.homenews-bg .newsright .home-answer li .date{color: #acacac;font-size: 13px;}
.homenews-bg .newsright .home-answer li{line-height: 2.4;border-bottom: 1px dashed #ededed;}