﻿/*----------全局样式----------*/

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    list-style: none
}

body {
    font-size: 14px;
    min-height: 100%;
    background: #ffffff;
    padding: 0;
    margin: 0;
}

.clearfix {
    zoom: 1
}

h1,
h2,
h3,
h4,
h5 {
    width: 100%;
    text-align: center;
}

.container-fluid {
    padding: 0;
}

ul {
    padding: 0;
    margin: 0;
}


/*----------Header Start----------*/

.mobile-header{
    display: none;
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .header-wrap .container{
        display: none;
    }

    .mobile-header{
        display: block;
        width: 100%;
    }
}

.nav-button{
    width: 100%;
    height: 58px;
}

.mobile-nav{
    max-height: 0px;
    width: 100%;
    overflow: hidden;
    transition: max-height ease-out 0.2s;
}

.mobile-nav ul li{
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.nav-mobile-button {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #eee;
}
.nav-mobile-button .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.nav-mobile-button .icon-bar {
    display: block;
    margin-top: 4px;
    width: 22px;
    height: 2px;
    background: #f65d3f;
    border-radius: 1px;
}

.header-wrap {
    width: 100%;
    z-index: 999;
    background: rgba(255,255,255,.8);
    border-bottom: 1px solid #ccc;
}

.header-wrap a {
    text-decoration: none;
}

.logo {
    position: relative;
    float: left;
    z-index: 2;
    margin: 27px 0;
    background: url(../img/logo_1.png) center no-repeat;
    width: 159px;
    height: 36px;
}

.nav-container {
    text-align: center;
}

.nav-container ul {
    position: relative;
    margin-bottom: 0;
    z-index: 1;
}

.nav-container ul li {
    display: inline-block;
    height: 90px;
    line-height: 90px;
    margin: 0 15px;
    font-weight: 400;
}

.nav-container ul li a {
    color: rgba(143, 143, 143, 0.99);
}

.nav-container ul li a:hover {
    color: #063;
}

.nav-right {
    position: relative;
    z-index: 998;
    float: right;
    text-align: left;
}

.nav-right a {
    height: 90px;
    line-height: 90px;
    margin: 0 15px;
    color: #ccc;
}

#weixin {
    position: relative;
}
#weixin .qrcode{
    display: none;
}

#weixin:hover .qrcode {
    position: absolute;
    display: block;
    background: url(../img/qrcode.jpg) center no-repeat;
    background-size: cover;
    z-index: 999;
    left: -80px;
    width: 200px;
    height: 200px;
    border: 10px solid #ccc;
}

#search:before {
    left: 53px;
    width: 2px;
    border-right: 1px dotted #8c8c8c;
    height: 5px;
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -2.5px;
}


/*----------Header End----------*/


/*----------banner Start----------*/

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner-page{
    border-bottom: 1px solid #ccc;
    box-shadow: 5px 10px 15px 2px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

.banner-page img{
    width: 100%;
    height: auto;
}

.video-mask {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

#home_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*----------banner End----------*/

.page-s1 {
    margin: 0;
    width: 100%;
}

.products,
.news {
    position: relative;
    padding-top: 20px;
}

.products h3,
.news h3 {
    margin: 0;
    padding: 30px 0;
}

.products h3 span, .news h3 span {
    display: block;
    font-size: 12px;
    color: #ccc;
    padding: 5px 0;
    font-weight: normal;
}

.products h3:before, .news h3:before {
    left: 0;
    width: 40%;
    border-bottom: 1px solid #efefef;
    height: 5px;
    position: absolute;
    content: '';
    top: 65px;
}

.products h3:after, .news h3:after {
    right: 0;
    width: 40%;
    border-bottom: 1px solid #efefef;
    height: 5px;
    position: absolute;
    content: '';
    top: 65px;
}

.slide-wrap{
    height: 400px; border: 10px solid #f1f1f1; padding: 0; overflow: hidden;
}

.swiper-container{
    height: 100%;
}

.swiper-slide{
    overflow: hidden;
}

.swiper-slide img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 750px) {
    .products h3:before, .news h3:before {
        width: 35%;
    }
    .products h3:after, .news h3:after {
        width: 35%;
    }
}

@media screen and (max-width: 450px) {
    .products h3:before, .news h3:before {
        width: 30%;
    }
    .products h3:after, .news h3:after {
        width: 30%;
    }
}

/*----------Notice Start----------*/
.notice {
    width: 100%;
    height: 45px;
    background: #eeeeee;
    line-height: 45px;
}

.notice-box{
    position: relative;
    padding-left: 35px;
}

.notice-box i{
    position: absolute;
    left: 20px;
    top: 15px;
    width: 20px;
}

.notice-box ul li{
    width: 100%;
}

.notice-box ul li a{
    color: #337ab7;
    text-decoration: none;
}

.notice-box ul li em{
    font-style: normal;
    color: #f00;
    margin-right: 5px;
}

.notice-box ul li .time{
    font-size: 0.857em;
    color: #999999;
    text-align: right;
}

.notice-box i:before {
    margin-right: 10px;
    color: #f00;
}

/*----------Express Start----------*/
.express {
    margin: 40px 0;
    background: url(../img/i-bg.jpg) no-repeat fixed;
    background-size: cover;
    width: 100%;
    padding: 200px 5px 200px 5px;
}

.express h3 {
    padding: 10px 0;
}

.express h1 {
    width: 100%;
    text-align: center;
}

.express .e-tile {
    padding: 10px;
    line-height: 250px;
}

.express .e-tile-c {
    background: rgba(239, 239, 239, 0.6);
    padding: 10px;
}

.express .e-tile-w {
    border: 1px solid rgba(202, 219, 233, 0.8);
    background: #fff;
    padding: 10px;
}

.express .e-icon {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.express .e-icon img {
    width: 50px;
    height: auto;
}


/*----------News Start----------*/
.news-list{
    display: none;
}

.news-wrap .active{
    display: block;
}

.news-list ul li {
    padding: 11px 5px;
    border-bottom: 1px dotted #ccc;
}

.news-list ul li:hover {
    background: #f1f1f1;
}

.news-list ul li span {
    float: right;
    color: #ccc;
}

.news-btn{
    border-bottom: 1px solid #eeeeee;
}

.news-btn .active{
    display: inline-block;
    background-color: green;
    color: #fff;
    padding: 10px;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}

.news-btn li{
    padding: 10px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}


/*----------Products Start----------*/
.products .p-tile {
    padding: 5px;
}

.products .p-tile-c {
    background: #ccc;
    padding: 10px;
    overflow: hidden;
}

.products .p-tile-t {
    width: 100%;
    text-align: center;
    font-size: 18px;
    height: 65px;
    line-height: 65px;
}

.products .p-tile-c img {
    width: 100%;
    height: auto;
}


/*----------Footer Start----------*/
.footer {
    padding: 40px 0;
    margin-top: 40px;
    width: 100%;
    background: #f4f4f4;
}

.footer .wx {
    text-align: center;
}

.footer .wx img {
    width: 90px;
    height: auto;
}

.footer .f-tile-l, .footer .f-tile-m, .footer .f-tile-r {
    position: relative;
    margin: 10px 0;
}

.footer .f-tile-m .contact p{
    line-height: 16px;
}

.footer .f-tile-r div {
    display: inline-block;
    vertical-align: top;
}

.footer .sm {
    text-align: center;
}



.swiper-button-next, .swiper-button-prev{
    background-size: 27px 24px;
}

.new_video-dimensions{
    width: 100%;
    height: 100%;
}

.video-js{
    width: 100%;
    height: 100%;
}

.directory .title{
    font-weight: 600;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.directory .title:before{
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    content: '\f0c9';
    margin-right: 5px;
 }

.page-wrap .content{
    font-size: 12px;
}

.page-wrap{
    padding: 10px 20px;
}

.news-wrap{

}

.news-wrap li{
    padding: 10px 0;
}

.news-wrap li span{
    float: right;
}



.category_box{
    padding: 0;
    margin: 0 0 40px 0;
    height: 50px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    line-height: 50px;
}
.category_title{
    float: left;
    width: 70%;
}
.category_title li{
    display: inline-block;
    padding: 0 20px;
}
.category_title .active{
    background: #005ca2;
    color: #fff;
}
.category_title .active a{
    color: #fff;
}
.category_title li a{
    color: #06c;
}
.crumbs{
    float: right;
}

.product-wrap .container{
    display: inline-block;
    margin: 20px 10px;
    width: 330px;
    height: 250px;
}

.product-wrap .container img{
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 5px;
}

.product-wrap .container .title{
    text-align: center;
}

.paging{
    margin: 20px 0;
    text-align: center;
}
