@charset "utf-8";
header{
    width:100%;    
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    background-color: #fff;
}
.top-bar{
    padding: 5px 0px 5px;
    color: #fff;
    background: #004388;
    max-width:1920px;
}
.top-bar .other{
    font-size: 16px; 
    font-weight: 800;
}
.top-bar .tel-hnte{
    text-align: right;
    font-size: 16px;
}
.top-bar .tel-hnte i{
    font-size: 18px;
    margin: 0px 10px;
    font-weight: 100;   
}
.top-bar .tel-hnte i.icon-HNTE-fill{
    color: #e70012;
    font-weight: 500;
}
.top-bar .tel-hnte .phone{
    font-size: 18px;    
    font-weight: 800;
}
.top-bar .language{
    color: #004ba5;
    font-weight: 700;
    margin: 0px 10px;
}
@media(max-width:992px){
    .top-bar .tel-hnte {
        font-size: 13px;
    }
}
.header .logo .logo{
    height: 70px;
    transition: all .5s;
}
.header{
    padding:25px 0px;
    width:100%;
    position: relative;
    z-index: 99;
}
.header .nav>ul{
    margin:0px;
    display: flex;
    justify-content: flex-end;
    transition: all .5s;
}
.header .nav>ul>li{
    display: inline-block;
    padding-left: 25px;
    position: relative;
}
.header .nav>ul>li>a{
    display: block;
    position: relative;    
    font-size: 16px;
    padding: 2px 0 0px 0;
}
.header .nav>ul>li>a span{
    font-weight: 700;
}
.header .nav>ul>li>a>b{
    display: block;
    height:3px;
    width:100%;
    background:#fff;
    position: absolute;
    left:0;
    bottom:0;
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.header .nav>ul>li:hover a>b{
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -o-transform: rotateY(0);
}
.header .nav ul.submenu {
    display: none;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -80px;
    width: 160px;
    background: #fff;
    border-radius: 4px;
}
.header .nav ul.submenu:before{content:"\e253"; 
font-family: 'Glyphicons Halflings'; position:absolute; left:50%; 
top:-15px; transform: translate(-50%, 0); 
font-size:16px; color:#fff; font-style:normal; -webkit-font-smoothing: antialiased; 
-webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale;}

.header .nav ul.submenu li{width:100%; border-bottom:1px solid rgba(0,0,0,.05);}
.header .nav ul.submenu li a{display:block;font-size:14px; color:#444; line-height:20px; padding:12px 2%; text-align:center;}
.header .nav ul.submenu li a:hover{color:#0072b4; background:#edf8ff;}
.header .nav>ul>li:hover ul.submenu{
    display: block;
}
.header .header-tel{
    line-height: 50px;
    margin: 0px 0px;
    transition: all .5s;
}
.header .header-tel span{
    font-size: 18px;    
    margin: 0px 5px;
    cursor: pointer;
}
.search-from{position:absolute;top:-125px;
    z-index:8;
    padding:20px;
    box-shadow:0 0 5px rgba(0,0,0,.2);
    background:#fff;
    left:50%;
    margin-left: -150px;
    opacity:0;transition:.5s all ease-in-out}
.search-from.active{top:81px;opacity:1;transition:.5s all ease-in-out}
.search-from form{justify-items:center}
.search-from #txtSearch{width:300px;border:1px #dedede solid;color:#232323;height:42px;outline:0;padding-left:10px}
.search-from .btnSearch{border:none;font-size:16px;height:42px;background:#0072b4;width:90px;color:#fff}

header.on{    
    box-shadow: 0 0 10px #494949b8;    
    position: fixed;
    top:0px;
    left:0;
    z-index:99;
}
header.on .header{
    padding: 10px 0px;
}
header.on .header .logo .logo{
    height: 50px;
}
@media (max-width: 1199px){
    .header .nav>ul>li{
        padding-left:0;
    }    
}
@media (max-width: 992px){    
    .m-btn{
        display: block;
    }    
    .header{
        position: relative;       
        padding:10px 0px;
    }    
    header.on .header .logo .logo, .header .logo .logo{
        height:35px !important;
    } 
    .header .nav>ul {
        margin: 0px 20px;
        display: block;
    }   
    .header .nav{
        position: absolute;
        left:-100vw;
        padding-top: 15px;
        top:55px;
        width:70%;
        height:calc(100vh - 55px);
        background:#2c2c2c;       
        z-index:999;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    .header .nav.show{
        left:0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    .header .nav ul li{
        display: block !important;
        line-height: 1.2 !important;
        padding:7px 20px;
        border-bottom: 1px solid #363636;
    }
    .header .nav>ul>li>a span{
        font-weight: normal;
    }
    .header .nav ul li a{
        font-size: 15px;
        color: #fff;        
    }
    @media(max-width:1200px){
        .header .nav .submenu li {
            display: none !important;
        }
    }
}
/* banner */
.banner{
    position: relative;
}
.banner .carousel-caption{
    text-align: left;
    width:100%;
    position: absolute;
    left:0%;
    top:25%;
    color:#fff;
    padding:0 15px;
    font-weight: bold;
}
.banner .carousel-caption h1{
    font-size: 70px;
    font-weight: 700;
    margin:5px 0px;  
}
.banner .carousel-caption p{
    font-size: 45px;
    margin:0px 0px;
}
.banner .carousel-caption p.sign{
    font-size: 34px;
}
.banner .carousel-caption p.sign:after{
    content: "";
    width: 100px;
    height: 3px;
    display: block;
    margin: 10px 0px;
}
.home-btn{margin-top:5%;}
.homeLink{position:relative; display:block; text-align:left; width:180px; height:50px; text-indent:0px; font-size:16px; padding-left:40px;  overflow:hidden; border-radius:50px; line-height:50px; overflow:hidden; color:#fff; background:#13aa1e;transition: all 0.3s ease-in-out;}
.homeLink:after{ content: '→'; font-family: 'iconfont'; position:absolute; right:40px; top:50%; transform: translate(0, -50%); text-indent:0px; font-size:24px; font-style:normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale;}
.homeLink:hover{ width:200px; text-indent:0; color:#fff;}
.Home-swiper .swiper-slide .home-btn{opacity:0; transition:all .4s;}
.Home-swiper .ani-slide .home-btn{opacity:1; }

@media (max-width:1400px){
    .banner .carousel-caption{
        width:100%;
        margin-left:0;
        left:0;
    }
}
@media not all, (-webkit-transform-3d) {
    .carousel-inner>.item{
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
}
@-webkit-keyframes scaleUpDown {
    from {opacity: 0.8; -webkit-transform: scale(1.2); transform: scale(1.2); }
    to { opacity: 1;  -webkit-transform: scale(1); transform: scale(1);}
}

@keyframes scaleUpDown {
    from {opacity: 0.8; -webkit-transform: scale(1.2); transform: scale(1.2);}
    to { opacity: 1;  -webkit-transform: scale(1); transform: scale(1);}
}
.banner .carousel-inner .item img{
    -webkit-animation: scaleUpDown 3.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 3.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
@media (max-width:1400px){
    .banner .carousel-caption h1{
        font-size: 35px;
    }
    .banner .carousel-caption p{
        font-size: 16px;
    }
}
@media (max-width:992px){
    .banner .carousel-caption{
        top: auto;
        bottom: 15%;
    }
    .banner .carousel-caption p.sign:after{       
        width: 50px;
        height: 2px;       
        margin: 2px 0px;
    }
    .banner .carousel-caption p.sign,
    .banner .carousel-caption h1{
        font-size: 16px;
    }
    .banner .carousel-caption p{
        font-size: 12px;
    }    
}

/* 搜索 */
.search .search-box form{
    width:100%;
    height:100%;
}
.search .search-box form input{
    width:100%;
    height: 40px;
    line-height: 40px;
    border:0px solid #ddd;
    background: #f2f2f2;
    padding:0px 20px;
    border-radius: 25px;
}
.search .search-box form input:-moz-placeholder {
    font-size: 14px;
}
.search .search-box form input:-ms-input-placeholder{
    font-size: 14px;
}
.search .search-box form input::-webkit-input-placeholder{
    font-size: 14px;
}
.search .search-box form button{
    background:transparent;
    position: absolute;
    right: 10px;
    top: 0px;
    border:none;
    width:60px;
    color:#363433;
    height:100%;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.search .search-box form button i{
    font-size: 22px;
}
@media (max-width:992px){
    .search{
        height:60px;
    }
    .search .keywords{
        overflow: hidden;
        text-overflow:ellipsis;
        line-height: 60px;
    }
}
.common{
    padding:60px 0;
}
/* 通用标题 */
.title{
    font-size: 90px;
    text-align: center;
    color: #eeeeee;    
    line-height:1.2;     
    text-transform: uppercase;
    position: relative;
    font-weight: 800;
    margin-bottom: 15px;    
}
.title span{    
    font-weight: bold;
    font-size: 45px;
    display: block;   
    color: #2b2b2b;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -25px;
}
.title b{
    display: block;
    font-size: 24px;
    color: #2b2b2b;
    font-weight: 100;
    margin-top: 5px;
}
.title:after{
    content: "";
    width: 60px;
    height: 3px;
    background: #e62f43;
    margin: 10px auto;
    display: block;
}
@media (max-width:992px){
    .common{
        padding:40px 0;
    }
    .title{
        font-size: 40px;
        margin-bottom: 15px;
    }
    .title span{
        font-size: 18px;
    }
    .title b{
        font-size: 16px;
    }
}
/* 关于我们 */
.about{
    background: #fff;
    text-align: center;
}
.about .about-intro{     
    margin-bottom: 20px;
    font-size: 15px;  
    text-align: center;
}
.about .about-tel{     
    color: #fff;
    font-weight: 700;
    line-height: 1.0;
    text-align: center;
    font-size: 30px;
    background: #004388;
    padding: 15px 50px;
    border-radius: 50px;
    display: inline-block;
    margin: 0px auto;
}
.about .about-tel span{
    display: block;
    font-weight: 100;
    font-size: 18px;
}
@media(max-width:992px){
    .about .about-tel{
        font-size: 16px;
    }
    .about .about-intro {
        font-size: 14px;
        text-align: left;
    }
}
/*产品*/
.product{
    background: url(../img/product.jpg) no-repeat top center #f4f4f4;
    background-size: 100% 50%;
    position: relative;
    overflow: hidden;
}
.product .title{
    color: #0e5094;
}
.product .title span,.product .title b{
    color: #fff;
}
.product .pro-nav ul,.product-frame .pro-nav ul {    
    overflow: hidden;    
    position: relative;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.pro-nav li .sign a{   
    font-size: 16px;
    line-height: 1;
    padding: 16px 25px;
    margin: 0px 10px;
    border-radius: 30px;
    font-weight: 600;    
    margin-bottom: 10px;
    transition: all .5s;    
    display: block;
    background: #fff;
}
.pro-nav li:hover .sign a{   
    color: #e63837;
    background: #ffe21c;
}
.product-frame .pro-nav li .sign a{
    background: #f4f4f4;
    color: #2b2b2b;
}
.product-frame .pro-nav li:hover .sign a{
    background: #004388;
    color: #fff;
}
/*产品*/
.product-box{
    position: relative;
}
.product-box .swiper-slide{        
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
}
.product-box .pro-con{ 
    background: #d9d9d9;
    text-align: center;
    padding: 25px 10px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.product-box .pro-img {
    overflow: hidden;
    text-align: center;
    padding: 35px;    
}
.product-box .pro-img img{
    max-width:100%;   
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s; 
}
.product-box .pro-con h5{    
    line-height: 1.2;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;    
}
.product-box .pro-con h5 span{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #004388;
}
.product-box .pro-con h5 span:before{    
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    background: #e21b00;
    margin: 5px auto;
}
.product-box .pro-con:hover{    
    color: #fff;
    background: #004388;
}
.product-box .pro-con .more{
    border-radius: 25px;
    background: #004388;
}
.product-box .pro-con:hover h5 span{
    color: #fff;
}
.product-box .pro-con:hover .more{
    background: #fff;
    color: #004388;
}
@media(max-width:992px){      
    .product .pro-nav {
        margin-top: 0px;
        padding: 15px;    
        margin-bottom: 15px;
    }
    .pro-nav li .sign a {
        font-size: 12px;       
        padding-right: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .product-box .pro-con h5{
        font-size: 16px;
    }     
}
.product-box .pro-con:hover .pro-img img{
    transform: scale(1.1);
    -webkit-transform:  scale(1.1);
    -o-transform:  scale(1.1);
}
.swiper-button-next, .swiper-button-prev{
    background-size: 16px 32px;
}
.product-box .swiper-button-next, .product-box .swiper-button-prev{
    background-size: 26px 32px;
}
.product-box .swiper-button-prev{
    left: -30px;
}
.product-box .swiper-button-next{
    right: -30px;
}

@media (max-width:992px){
    .product-box .swiper-button-prev{
        left: -10px;
    }
    .product-box .swiper-button-next{
        right: -10px;
    } 
}
/*工业铝型材框架产品展示*/
.product-frame ul.frame-box {
    overflow: hidden;
    display: flex;
    flex: 1;
    justify-content: space-between;
}
.frame-box li{   
    float: left;
    width: 280px; 
    cursor: pointer;
    transition: all .4s ease 0s;
    overflow: hidden;
    position: relative;
}
.frame-box li img{    
    height: 380px;
    width: 100%;
}
.frame-box li .frame-img{
    width: calc(100% - 220px);
    background: #fcfcfc;
    overflow: hidden;
    float: right;
}
.frame-box .frame-title{
    font-weight: bold;
    font-size: 14px;  
    line-height: 1.4; 
}
.frame-box .frame-title span{  
    font-size: 18px; 
    display: block;  
}
.frame-box .frame-title:after{
    content: "";
    display: block;
    border-bottom: 2px solid #fff;
    width: 30px;
    margin: 10px 0px;
}
.frame-box li .frame-body{    
    font-size: 14px;
    width: 220px;
    height: 100%;
    padding: 50px 30px;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #0087e1;
    transition: opacity 2s, transform 0.6s;
}
.frame-box li:nth-child(2) .frame-body{
    background: #0065b5;
}
.frame-box li:nth-child(3) .frame-body{
    background: #004388;
}
.frame-box .frame-desc{  
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6; 
    overflow: hidden;
}
.frame-box .frame-more{
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
}
.frame-box .imghover{
    width: 85%;
}
/*应用领域*/
.field .row{
    margin-left: 0px;
    margin-right: 0px;
}
.field .field-con{    
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    overflow: hidden;
    padding: 20px 30px;
    font-size: 14px;
    line-height: 1.3;
    min-height: 230px;
    background: #f8f8f8;
}
.field .field-con:nth-child(2),.field .field-con:nth-child(4),.field .field-con:nth-child(5),.field .field-con:nth-child(7){
    background: #eaeaea;
}
.field .field-con .con-txt{
    font-size: 14px; 
    color: #a2a2a2;
    font-weight: lighter;
    padding: 10px 0px;  
    line-height: 1.3;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;  
}
.field .field-con .con-txt span{
    display: block;
    color: #2b2b2b;
    font-size: 25px;
}
.field .field-con .con-txt:after{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #dedede;
    margin: 5px 0
}
.field .field-con h5{
    font-size: 18px; 
    font-weight: 500;
    padding: 10px 0px 0px;  
    line-height: 1.3;
    text-transform: uppercase;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;  
}
.field .field-con h5:after{
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    background: #e21b00;
    margin: 5px 0
}

.field .field-con:hover:before{
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    opacity: 1.0;
    transition: all 0.5s ease;
}
@media (max-width:991px){    
    .field .field-con{
        margin-bottom: 15px;
    }
    .field .field-con h5 {
        font-size: 14px;
    }
}
/*工业铝型材产品特点*/
.advantage .advantage-box{
    background: url(../img/advantage.jpg) no-repeat bottom #003c7a;
    padding: 60px 0px 365px;
}
.advantage-box ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.advantage-box ul li{
    width: 18%;
    font-size: 14px;
    background: #fff;
    text-align: center;
    padding: 50px 40px 80px;
    border-radius: 150px;
}
.advantage-box ul li h5{
    font-size: 26px;
    color: #004388; 
    font-weight: 500;
    padding: 10px 0px 0px;  
    line-height: 1.3;
    text-transform: uppercase;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;  
}
.advantage-box ul li h5 span{
    display: block;
    font-size: 16px;
    font-weight: lighter;
    color: #747474;
    text-transform: uppercase;
}
.advantage-box ul li h5:after{
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    background: #e21b00;
    margin: 5px auto;
}
@media(max-width:992px){
    .advantage-box ul li {
        width: 100%;
        padding: 15px 20px;
        border-radius: 10px;
        margin-bottom: 15px;
    }
}
/*加工定制流程*/
.process{
    background: #fff;   
}
.process ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.process ul li{
    width: 18%;    
    background: url(../img/process.png) no-repeat center #fff;
    background-size: contain;
    text-align: center;
    padding: 30px 30px 80px;
    margin-top: 0px;
    transition: all 0.5s;   
}
.process ul li h5{
    font-size: 50px;
    color: #e2e1e1; 
    font-weight: 500;
    padding: 0px 0px;  
    line-height: 1;
    text-transform: uppercase;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;  
}
.process ul li h5 span{
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: lighter;
    color: #2b2b2b;
    text-transform: uppercase;
}
.process ul li h5 span:before{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #e21b00;
    margin: 5px auto;
}
.process ul li img{
    margin-top: 10px;
}
.process ul li:hover{
    margin-top: -10px;
}
@media(max-width:992px){
    .process ul li{
        width: 50%;
    }
    .process ul li h5{
        font-size: 32px;       
    }
    .process ul li h5 span{        
        font-size: 14px;
    }
}
/*框架加工特点*/
.frame-td{
    background: url(../img/feature.jpg) no-repeat center #fff;  
}
.frame-td ul li .frame-con{
    font-size: 14px;
    background: #fff;
    border-radius: 15px;   
    margin-top: 10px;
    overflow: hidden;
    transition: all 0.5s;  
}
.frame-td ul li .frame-con .con-txt{
    height: 230px;
    padding: 20px 20px;
}
.frame-td ul li h5{
    font-size: 50px;
    color: #e2e1e1; 
    font-weight: 500;
    padding: 0px 0px;  
    line-height: 1;
    margin-bottom: 5px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;  
}
.frame-td ul li h5 span{
    display: block;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #004388;
    text-transform: uppercase;
}
.frame-td ul li h5 span:before{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #e21b00;
    margin: 5px 0;
}
.frame-td ul li img{    
    width: 100%;
}
.frame-td .frame-con:hover{
    margin-top: 5px;
}
@media(max-width:992px){
    .frame-td ul li h5 {
        font-size: 30px;
    }
    .frame-td ul li h5 span {        
        font-size: 16px;
    }
}
/*客户案例*/
.case{
    background: #fff;
}
.case .title span,.advantage .title span{
    color: #004388;
    margin-top: -10px;
}
.case .case-img{
    overflow: hidden;
    text-align: center;
    position: relative; 
    transition: all 0.6s;
}
.case .case-img h5{
    position: absolute;
    width: 100%;
    bottom: 10px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.case .case-img img{
    max-width: 100%;
    width: auto;
    transition: all 0.6s;
}
.case .case-img:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.case .gallery-thumbs{
    margin-top: 20px;
}
.case .gallery-thumbs .case-img img{
    opacity: 0.7;    
}
.case .gallery-thumbs .swiper-slide-thumb-active .case-img img{
    opacity: 1.0;   
}
/*留言*/
.message{    
    color: #fff;
}
.message .on-title{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
}
.message .on-title span{
    font-size: 16px;
}
.message .con-box{  
    padding: 50px;  
    font-size: 18px;
    background: url(../img/message.jpg) no-repeat center;
    background-size: cover;   
}
.con-box .btn-online{
    color: #004388;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    padding: 6px 50px 0px;
    background: #ffe21c;
}
.con-box .btn-online i{
    font-size: 35px;
    font-weight: 100;
    line-height: 1;
    float: left;
}
.con-box .tel{ 
    text-align: right; 
    font-size: 20px;    
    line-height: 1.2;
    margin-top: 10px;
}
.con-box .tel span{
    font-weight: 600;
}
@media(max-width:767px){   
    .message .con-box {     
        padding: 20px;
    }
    .message .on-title {
        font-size: 20px;
    }
    .con-box .tel {
        font-size: 16px;  
    }
    .con-box .btn-online i {
        font-size: 26px;
    }
    .con-box .btn-online {        
        font-size: 15px;
        padding: 6px 10px 0px;
    }   
}
/*下载*/
.down .adv-con{
    background: url(../img/down.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 40px 50px;
    color: #fff;
}
.down .adv-con h5{
    font-size: 24px;
    line-height: 1.4;    
}
.down .adv-con h5 span{
    display: block;
    color: #0096d5;
    font-weight: bolder;
    font-size: 40px;
}
.down .down-nav{
    background: #1689dc;
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    margin-top: 10px;
    transition: all 0.5s;
} 
.down .down-nav img{
    float: left;
    margin-right: 5px;
}
.down .down-nav:hover{
    background: #1179c8;
}
@media (max-width: 992px){
    .down .adv-con{
        padding: 20px 20px;
    }
    .down .adv-con h5{
        font-size: 16px;
    }
    .down .adv-con h5 span{
        font-size: 14px;
    }

}
/* 新闻 */
.news{
    background: url(../img/news.jpg) no-repeat #fbfbfb;
    background-size: 100% 100%;
    padding-bottom: 60px;
}
.news-box .news-con{
    width: 100%;
    font-size: 14px;
    overflow: hidden; 
    padding-top: 15px;
    transition: all 0.6s;       
}
.news-box .news-title{
    overflow: hidden;    
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 10px;
}
.news-box .news-title:after{    
    content: "";
    display: block;
    background: #e62f43;
    width: 40px;
    height: 2px;
    transition: all 0.6s;
    margin: 5px 0px; 
}
.news-box .news-time{    
    font-size: 16px;
    color: #e62f43;
    font-weight: 600;
    line-height: 1.0;
    margin: 10px 0px;
}
.news-box .news-img img{
    width: 100%;
    transition: all 0.6s;
}
.news-box .news-con:hover{    
    padding-top: 10px;
}
/*产品知识*/
.ktitle{
    font-size: 30px;
    font-weight: 700;
    color:#e62f43;
    line-height: 1;
    margin-bottom: 25px;
    text-align: center;
}
.ktitle:after{
    content: "";
    width: 60px;
    height: 3px;
    background: #e62f43;
    margin: 10px auto;
    display: block;
}
.knowledge .know-con{
    background-color: #fafafa;
    padding: 15px;
    margin: 15px 0px;
}
.knowledge .know-con .know-title{
    overflow: hidden;    
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.knowledge .know-title i{
    color: #e62f43;
    font-size: 18px;
    margin-right: 5px;
}
.knowledge .know-title span{
    display: block;
    padding-left: 20px;
}
@media (max-width:992px){    
    .pro-pack{
        display: none;
    }
    .pro-con p{
        margin: 0;
    }
    .home-btn{margin-top:0;}
    .news-box .news-time {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .news-box .news-time span {
        font-size: 24px;
    }
    .news-box .news-title {       
        font-size: 14px;
        margin-bottom: 0px;
    }
    .news-box .news-con{
        font-size: 12px;
    }
}