@charset "utf-8";

header{
    width:100%; 
}
/*................*/
.header{
    padding: 0px 0px;
    max-width:1920px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    z-index: 999;
    position: fixed;
    width: 100%;
    top: 0px;
    background: #fff;
}
.header .logo img{
    height: 78px;
    padding: 12px 0px;
    width: auto;
    transition: all .5s;
}
header .nav{
    padding: 0px 0px;    
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .nav>ul{   
    transition: all .5s;
}
header .nav>ul>li{
    display: inline-block;   
    padding: 0px 1.2rem;
}
header .nav>ul>li>a{   
    position: relative;
    display: block;
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px 0px;   
    line-height: 78px;
    white-space: nowrap;
    transition: all 0.3s;
}
@media (max-width: 1280px){ 
    header .nav>ul>li{
       padding: 0px 0.6rem;
    }   
}

header .nav>ul>li:hover a,header .nav>ul>li.active a{
    color: #0d42a0;
}
.header .nav>ul>li:hover .submenu{ opacity:1; visibility:visible}
.header .nav>ul>li .submenu li:hover a,header .header.on .nav>ul>li .submenu li:hover a {color:#0d42a0}

.submenu { 
    width: 100%;
    background: rgba(0,0,0,0.9);
    left: 0%;
    padding: 30px 0px 30px;
    position: absolute;
    top: calc(100% + 0px);
    z-index: 0;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    transition: height .5s;
    border-top: 1px solid rgba(255,255,255,0.2);    
}
.submenu .t {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}
.submenu .sub-menu{
    display: flex;
    flex-wrap: wrap;
}
.submenu .sub-menu li {
    width: 18%;
    margin-right: 2%;
    display: block;     
    opacity: 0; 
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
    text-align: left;
    display: flex;
    align-items: stretch;   
}
.header .nav .submenu .sub-menu li a{
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    padding: 10px 0px;
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    display: block; transition: .6s;
}
.header .nav>ul>li:hover .submenu li, .header .nav>ul>li:focus .submenu li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.header .nav>ul>li:hover .submenu, .header .nav>ul>li:focus .submenu {
    height: 200px;
    z-index: 10;
}
/*分享按钮*/
.shareicon{
    font-size: 1.142rem;
    color: #fff;
    white-space: nowrap;
}
.shareicon ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.shareicon ul li{
    position: relative;
    margin-left: 15px;
}
.shareicon i,.shareicon a{    
    color: #0d42a0;
    font-size: 16px;
    transition: all 0.5s;
}
.shareicon a{
    font-size: 1.125rem;
    font-weight: 500;
}
.foot-text .shareicon ul li {
    position: relative;
    margin-left: 0px;
    margin-right: 15px;
}
header .header .shareicon a.weChat .er-box {
    position: absolute;
    top: 100%; 
    left: 0;   
    width: 10px;
    height: 10px;
    opacity: 0.0;
    transition: all 0.3s;
}
header .header .shareicon a.weChat:hover .er-box{
    opacity: 1.0;
    background: #fff;
    padding: 5px;
    width: 100px;
    height: 100px;
}
@media (max-width: 992px){  
    .header .logo img {
        height: 55px;
        padding: 5px 0px;
    }
    header .nav>ul{
        display: block;
    }  
    header .nav{
        position: absolute;
        left:-100vw;
        top: 100%;
        width:100%;
        height:calc(100vh - 60px);
        background: #fff;        
        z-index:999;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding-top:20px;
    }
    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; 
        padding:0 20px;
    }
    header .nav ul li a{        
        line-height: 45px;
        font-size: 16px;
        padding: 0px 10px;
        border-bottom: 1px solid #dfdfdf;
    }
    .submenu{
        display: none;
    }
    .shareicon ul li{
        margin-left: 20px;
    }
    header .shareicon ul li a{
        padding: 10px 10px;
    }
}
/* banner */
.banner{
    position: relative;
    width: 100%;
    background: #000;
    overflow: hidden;
}
.banner .banner-txt{  
    width:100%;    
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0px 5%;
    z-index: 9;
    font-size: 1.625rem;
    color:#ffbc00;
}
.banner .banner-txt h3 span{   
   font-weight: 200;
   line-height: 1.1;
   color: #fff;
   font-size: 1.625rem;
   width: 37%;
   display: block; 
   margin-top: 0.5rem; 
}

.banner .banner-txt h3{ 
    font-weight: 600; 
    color: #fff;
    font-size: 3.125rem;    
}
@media(max-width:1299px){
    .banner .banner-txt h3{
        font-size: 32px;
    }
    .banner .banner-txt h3 span{
        font-size: 18px;       
    }
}
@media(max-width:991px){
    .banner{
        padding-top: 40px;
    }
    .banner .banner-txt h3 span{ 
       font-size: 1.0rem;
       width: 100%;
    }
    .banner .banner-txt{
        top: 40%;
        width: 100%;
        font-size: 1.325rem;
    }
    .banner .banner-txt h3{
        font-size: 14px;
    }
}

.common{
    padding-top: 100px;
    padding-bottom: 100px;
}
.commonT{
    padding-top: 100px;    
}
.title{
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 600;
    position: relative;
    text-transform: uppercase; 
    margin-bottom: 30px;
}

@media (max-width:992px){    
    .common{
       padding-top:30px;
       padding-bottom:30px;
    }
    .commonT{
        padding-top: 40px;    
    }
    .title{
        font-size: 1.75rem;
        margin-bottom: 10px;
    }    
}
/*产品分类*/
.product{
    background: url(../img/product.jpg) no-repeat top center #fff;
    overflow: hidden;
    color: #fff;
    position: relative; 
}
.product .title{
    margin-top: 40px;
}
.product .more{
    margin-top: 1.5rem;
}
.product .more a{    
    display: block;
    border-radius: 35px;    
    padding: 15px 0px;
    opacity: 0.8;
    border: 1px solid #d8d8d8;    
    font-size: 1.125rem;
    transition: all 0.3s ease-in-out;     
}
.product .more a:hover{
    background: #255ca8;
    color: #fff;
}
@media (max-width:992px){ 
    .product .more a{
        font-size: 1.25rem;
    }
}
/*首页关于我们*/
.about{
    position: relative;
    background: url(../img/about.jpg) no-repeat top center #fff;
    overflow: hidden;
    background-size: cover; 
}
.about .title{
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.about .about-txt{
    line-height: 1.4;
    margin: 0rem 0px 3rem;
    font-size: 1.125rem;
}
.about .about-txt h5{
    font-size: 2.5rem;
    line-height: 1.0;
    font-weight: 700;
    margin: 0px 0px 2rem;
}
.about a.more,.news a.more{
    color: #ffbc00;
    font-size: 1.125rem;
    transition: all 0.3s ease-in-out;
}
.about a.more:hover,.news a.more:hover{
    padding-left: 15px;
}
@media (max-width:767px){
    .about .about-txt h5{
        font-size: 1.75rem;
    }
    .about .about-txt{
        width: 100%;
        margin: 0rem 0px 1rem;
        font-size: 1.125rem;
    }
    .about a.more{
        margin: 10px 0px;
        display: block;
    } 
}
/*应用*/
.application{
    background: #FFF;
    overflow: hidden;
    position: relative;  
}
.application ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.application ul li{
    width:25%;
    overflow: hidden;
    position: relative;
}
.application ul li:after{
    content: "";
    position: absolute;
    top: 2.5%;
    left: 2.5%;    
    cursor:pointer;
    width: 95%;
    height: 95%;    
    border: 1px solid #f3f3f332;
    z-index: 2;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.application ul li .cover-search{
    position: absolute;
    top: 0%;
    left: 0%;   
    cursor:pointer;
    width: 100%;
    height: 100%;
    z-index: 3;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.application .app-img{
    overflow: hidden;
    background: #000;
}
.application .app-img img{
    width: 100%;
    opacity: 0.3;
    filter: grayscale(1);
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.application ul li:hover .app-img img{
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    filter: grayscale(0);
    opacity: 0.8;
}
.application ul li:hover:after{
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.application ul li:hover .app-con{
    opacity: 1.0;
    top: 60%;
    transform: translate(-50%, -10%);
}
.application .app-con{
    position: absolute;
    width: 100%;  
    top: 50%;
    left: 50%;   
    z-index: 4;
    transform: translate(-50%, -50%);
    cursor:pointer;
    transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}
.application .app-con h3{
    font-size: 1.0rem;
    color: #fff;
    font-weight: 100;
    line-height: 1.2;
    overflow: hidden;
    padding: 10px 5px;
    text-align: center;
    z-index: 9;   
}
.application .app-con h3 span{
    display: block;
    font-weight: 400;
    font-size: 1.75rem;
}

.application .app-con .more {
    text-align: center;     
}
.application .app-con .more a{
    transition: all 0.3s ease-in-out;
    background: transparent;
    border-radius: 35px;
    padding: 5px 25px;
    font-size: 0.875rem;
    display: inline-block;    
    color: #fff;
    border: 1px solid #fff; 
}
.application ul li:hover .app-con .more a{
    background: #fff;        
    color: #0d42a0;       
}
@media (max-width:992px){     
   .application ul li {
        width: 50%;
    }
    .application .app-con h3 span {    
        font-size: 1.5rem;
    }
}
/* 新闻 */
.news{
    background: #fff;
    overflow: hidden;
}
.news .title span{
    float: right;
}
.news .n-img{    
    position: relative;
    overflow: hidden; 
    padding-bottom: 2.5rem;
    margin-bottom: 0.5rem;
}
.news .n-img img {    
    width: 100%;    
    transition: all 0.6s;
}
.news .n-img:hover img {
    transform: scale(1.1);
}
.news .news-title{    
    font-size: 1.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;    
    transition: all 0.6s;
}
.news .news-time{
    position: absolute;
    bottom:0%;
    left: 0px;
    line-height: 1.2;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    padding: 0.8rem 1.0rem;
    background: #ffbc00;
    font-size: 1.5rem;
}
.news .news-time span{
    display: block;
    font-size: 0.875rem;
    margin-top: 1rem;
}
.news .news-time:before{ 
    content: "";
    display: block;
    margin: 0px 0px;
    width: 12px;
    height: 2px;
    background: #fff; 
}
.news .news-desc {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    line-height: 1.3;
}
.news .news-desc:after{ 
    content: "";
    display: block;
    margin: 15px 0px;
    width: 30px;
    height: 3px;
    background: #ffbc00; 
}
@media (max-width:991px){ 
    .news .n-img{
        margin-top: 1rem;
    }
}