@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;
}
.header .logo .logo{   
    transition: all .5s;
}
.header{
    padding:0px 0px;
    width:100%;
    position: relative;
    color:#3b3b3b;
    z-index: 999999;
}
.header .nav>ul{
    margin:0;
    margin-top: 10px;
    transition: all .5s;
}
.header .nav>ul>li{
    display: inline-block;
    padding: 0 15px;
    position: relative;
}
.header .nav>ul>li>a{
    display: block;
    position: relative;
    color:#3b3b3b;
    font-size: 18px;
    padding:18px 0 15px 0;
}
.header .nav>ul>li>a>b{
    display: block;
    height:3px;
    width:100%;
    background:#0088e5;
    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{
    color: #0088e5;
}
.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:-13px; transform: translate(-50%, 0); 
font-size:18px; 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:#63a82f; background:#f2fcfa;}
.header .nav>ul>li:hover ul.submenu{
    display: block;
}
.header .language{  
    margin:0px 0px 0px;
    line-height: 80px;   
    transition: all .5s;
}
.header .header-tel{
    line-height: 60px;
    margin: 10px 0px 0px;
    transition: all .5s;
}
@media(max-width:991px){
    .header .header-tel{
        margin: 15px 0px 0px;
    }
}
.header .header-tel span{
    font-size: 20px;
    color:#fff;
    margin: 0px 10px;
    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:100px;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:#13aa1e;width:90px;color:#fff}


.m-btn{
    display: none;
    position: absolute;
    cursor: pointer;
    right:20px;
    top:35px;
}
.m-btn span{
    display: block;
    width:20px;
    height:2px;
    background:#424242;
    position: relative;
    -webkit-transition: all 200ms cubic-bezier(.4,0,0,1);
    -o-transition: all 200ms cubic-bezier(.4,0,0,1);
	transition: all 200ms cubic-bezier(.4,0,0,1);
}
.m-btn span::before, .m-btn span::after{
    content:'';
    display: block;
    height:2px;
    width:20px;
    background:#424242;
    position: absolute;
	left: 0;
    -webkit-transition: all 200ms cubic-bezier(.4,0,0,1);
    -o-transition: all 200ms cubic-bezier(.4,0,0,1);
	transition: all 200ms cubic-bezier(.4,0,0,1);
}
.m-btn span:before {
	top: -8px;
}
.m-btn span:after {
	bottom: -8px;
}
.m-btn.active span {
	background: transparent;
	margin-left: 10px;
}
.m-btn.active span:before {
    transform: rotate(-48deg) translate(-6px, 5px);
    -webkit-transform: rotate(-48deg) translate(-6px, 5px);
    -o-transform: rotate(-48deg) translate(-6px, 5px);
	width: 24px;
}
.m-btn.active span:after {
    transform: rotate(48deg) translate(-6px, -5px);
    -webkit-transform: rotate(48deg) translate(-6px, -5px);
    -o-transform: rotate(48deg) translate(-6px, -5px);
	width: 24px;
}

header.on{
    color:#424242;
    background-color:#fff;
    box-shadow: 0 0 10px #eee;
    top: 0;
    position: fixed;
    left: 0;
    width:100%;
    z-index: 999999;
}
header.on .header .nav ul li a{
    color:#424242;
}
header.on .header .logo .logo{
    height: 80px;
}
header.on .header .header-tel span,header.on .language span{
    color:#828282;
}
@media(max-width:1199px){
header .header .header-tel span,header .language span{
    color:#828282;
}}
header.on .language a{
    color:#424242;
}

header.on .header .header-tel{
    margin: 15px 0px 0px;
}

@media (max-width: 1199px){
    .header .nav>ul>li{
        padding-left:0;
    }    
}
@media (max-width: 992px){   
    .m-btn{
        display: block;
    }    
    .header{
        position: relative;    
        padding:0;
    }    
    header.on .header .logo .logo, .header .logo .logo{
        height:60px !important;       
    }
    .header .language{
        line-height: 60px;
        padding-right:50px;
    }
    .header .nav{
        position: absolute;
        left:-100vw;
        top:60px;
        width:70%;
        height:calc(100vh - 60px);
        background:#fff;
        box-shadow: 0 0 10px #eee;
        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;
        line-height: 40px !important;
        padding:0 20px;
    }    
    .header .nav ul li a{
        color:#424242;
    }
    .header .language a{
        color:#424242;
    }
    .header .logo .logo1{
        display: none;
    }
    .header .logo .logo2{
        display: block;
    }
}
@media(max-width:1200px){
    .header .nav .submenu li {
        display: none !important;
    }
}
@media (max-width: 540px){
    header.on .header .logo .logo, .header .logo .logo {
        height: 45px !important;
        margin-top: 10px;
    }
}
/* banner */
.banner{
    position: relative;
}
.banner .carousel-caption{
    text-align: left;
    width:100%;
    margin-top:-150px;
    position: absolute;
    left:0%;
    top:50%;
    color:#fff;
    padding:0 15px;
}
.banner .carousel-caption h1{
    font-size: 72px;
    font-weight: bold;
}
.banner .carousel-caption p{
    font-size: 16px;
    margin:30px 0px;
    width: 52%;
}
.banner .carousel-caption p.bann2{
    font-size: 36px;    
}
.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:768px){
    .carousel-caption h1{
        margin-top: 100px;
    }
    .carousel-caption p{
        display: none;
    }
    .carousel-caption .homeLink{
        width: 150px;
        height: 40px;
        text-indent: 0px;
        font-size: 16px;
        padding-left: 20px;
        overflow: hidden;
        border-radius: 50px;
        line-height: 40px;
        margin-top: 24px;
    }
}

@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;
        text-align: center;
    }
}
@-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:992px){
   
    .banner .carousel-inner>.item>a>img, .banner .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
        display: block;
        max-width: 136%;
        margin-left: -18%;
        height: auto;
    }     
}

/* 搜索 */
.search{
    height:100px;
    background:#f8f8f8;
}
.search .keywords{
    line-height: 100px;
}
.search .keywords a{
    display: inline-block;
    padding:0 10px;
}
.search .search-box{
    margin-top:35px;
}
.search .search-n{
    width:385px;
    height:40px;
}
.search .search-n form{
    width:100%;
    height:100%;
}
.search .search-n form input{
    width:325px;
    height:100%;
    border:1px solid #ddd;
    padding:0 0 0 10px;
}
.search .search-n form input:-moz-placeholder {
    font-size: 14px;
}
.search .search-n form input:-ms-input-placeholder{
    font-size: 14px;
}
.search .search-n form input::-webkit-input-placeholder{
    font-size: 14px;
}
.search .search-n form button{
    background:#0064ba;
    border:none;
    width:60px;
    color:#fff;
    height:100%;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
@media (max-width:992px){
    .search{
        height:60px;
    }
    .search .keywords{
        overflow: hidden;
        text-overflow:ellipsis;
        line-height: 60px;
    }
}

.common{
    padding:100px 0;
}
/* 关于我们 */
.about .about-box .about-intro{
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 40px;
}
.about .about-box .more,.ny-about .more{ 
    color:#fff;
    display: inline-block;
    padding: 10px 50px;
    font-weight: bolder;
    background: #0088e5;
    margin-top: 30px;  
}
@media (max-width:992px){
    .common{
        padding:20px 0;
    }        
    .about .about-box .title{
        font-size: 14px;
    }
    .about .about-box .about-intro {       
        font-size: 14px;
        margin-bottom: 0px;
    }
}
/* 产品分类展示 */
.title{
    font-size: 16px;
    color:#999999;
    line-height:1.4;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.title span{
    display: block;
    font-size: 36px;
    color: #333333;   
}
.product-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.product-box .pro-img {
    overflow: hidden;
}
.product-box .pro-img img{
    width:100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.product-box .pro-con h5{
    font-size: 24px;
    line-height:2.5;
    text-align: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.product-box .pro-con:hover .pro-img img{
    transform:  scale(1.1);
    -webkit-transform:  scale(1.1);
    -o-transform:  scale(1.1);
}
.product-box .pro-con:hover{
    background:#fff;
    color:#0064ba;
}
.product-box .pro-con:hover h5{
    background: #0088e5;
    color: #fff;
}

@media (max-width:992px){
    .title{
        font-size: 14px;
    }
    .title span{
        font-size: 24px;
    } 
    .product-box .pro-con h5 {
        font-size: 12px;
    }
}

/* 发展历程 */
.history{
    background: url(../img/history.jpg) no-repeat fixed center;
    color: #fff;
}
.history .bottom{
    margin-top: 150px;
}
.history .timelineBox{
    position: relative;
    padding: 50px;
}
.history .main-timeline:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    margin: auto 0;
    position: absolute;
    top: 50%;
    left: 0;
}
.history .main-timeline .linebox{   
    height: 150px;
    text-align: center;
    position: relative;
} 
.history .main-timeline .linebox:before{
    content: '';
    position: absolute;    
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 16px;  
    border-radius: 50%;
    z-index: 2;
    background: #0088e5;
    border: 3px solid #7fc3f2;
}
.history .main-timeline .linebox.top:before{
    bottom: auto;
    bottom: 0%;
    margin-bottom: -8px;
}

.history .main-timeline .linebox.bottom:before{
    bottom: auto;
    top: 0%;
    margin-top: -8px;
}
.history .main-timeline .linebox::after {
    content: '';
    position: absolute;
    left: 50%;
    height: 25px;
    width: 2px;
    margin-left: -1px;
    background: #fff;
}
.history .main-timeline .linebox.top:after{
    bottom: auto;
    bottom: 0%;   
}
.history .main-timeline .linebox.bottom:after{
    bottom: auto;
    top: 0%; 
}
.history .timeline-content{
   position: absolute;
   width: 100%;
   left: 0px;
}
.history .bottom .timeline-content{
    top: 45px;
}
.history .top .timeline-content{
    bottom: 45px;
}
/* 新闻 */
.news-nav{
    border-bottom: 1px solid #d4d4d4;
    line-height: 2.5;
    overflow: hidden;
    margin-bottom: 30px;
}
.news-nav li{
    display: inline-block;   
}
.news-nav li a{
    padding-right: 15px;
    font-size: 24px;
    display: block;
    transition: all 0.3s;
}
.news-nav span .more{
    color: #fff;
    display: inline-block;
    padding: 2px 25px;
    font-weight: bolder;
    background: #0088e5;
    font-size: 14px;
    margin-top: 10px;
}
/*新闻左侧*/
.news-left .img img{
    width: 100%;
    transition: all .5s;
}
.news-left .img:hover img{
    transform:  scale(1.1);
    -webkit-transform:  scale(1.1);
    -o-transform:  scale(1.1);
}
.news-left .news-con{   
    width: 100%;
    overflow: hidden;
    position: relative;    
}
.news-left .news-title{   
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 15px 20px; 
    background: rgba(0,0,0,0.6);   
}
.news-box .news-left{
    width:50%;
    padding-right: 30px;  
}
/*新闻右侧*/
.news-box .news-right{
    width:50%;
    padding-left: 30px;
}
.news-box .news-content .news-list{   
    margin-bottom: 25px; 
    transition: all 0.3s;
}

.news-box .news-content .news-list .news-title{
    font-size: 20px;
    line-height: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;    
}
.news-box .news-content .news-list .news-title span{
    font-size: 14px;
    margin-top: 5px;  
    float: right;
}
.news-box .news-content .news-list .news-desc{
    color: #666666;
    font-size: 16px;
}
@media (max-width:992px){
    .history .timelineBox {        
        padding: 0px 50px;
    }
    .news-box .news-left{
        width:100%; 
        padding-right: 0px;      
    }
    .news-left .news-title{
        font-size: 16px;
    }
    .news-box .news-right{
        width:100%;
        padding-left: 0px;
    }
    .news-box .news-nav li a{
        font-size: 16px;
    }
    .news-nav li a {       
        font-size: 18px;        
    }
    .news-nav span .more {        
        padding: 0px 15px;        
        font-size: 12px;
        margin-top: 5px;
    }
    .news-box .news-content .news-list .news-title,  
    .news-box .news-content .news-list .news-title p{
        font-size: 16px;
    }
    .news-box .news-content .news-list .news-desc{
        font-size: 14px;
    }
}
/*联系我们和留言*/
.contact-gbook{
    background: #f6f6f6;
}
.contact-con{
    background: #fff;
    padding: 50px;
}
.contact-con ul li{
    padding:5px 0px;
    font-size: 20px;
}
.contact-gbook .messsage{
    background: #fff;
    padding: 30px 50px;
}
@media (max-width:767px){   
    .contact-con {       
        padding: 20px 50px;
    }
    .contact-con ul li {    
        font-size: 16px;
    }
    .foot-nav{
        display: none;
    }
    .foot-logo{
        margin-bottom: 20px;
    }
}