.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, .7);
}

.container2 {
    max-width: 1280px;
}

.top {
    background: #F3F3F3;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.top a {
    margin: 0 10px;
}

.top a:first-child {
    margin-left: 0;
}

.top a:hover {
    color: #132E87
}

.logo {
    padding: 20px 0;
    width: 25%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.logo a {
    display: block;
}

.logo img {
    width: auto;
    transition: all .5s;
    display: block;
}

.yuyan {
    float: right;
    width: 6%;
    padding-top: 33px;
}

.yuyan a {
    color: #fff;
    display: block;
    width: 76px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    background: #2F3132;
    border-radius: 5px;
    font-family: "Arial"
}

.nav {
    width: 69%;
    float: right;
    padding: 0 15px 0 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#hzMenu {
    float: right;
    width: 100%;
}

#hzMenu > li {
    text-align: center;
    position: relative;
    float: left;
    width: 12.5%;
    padding: 30px 8px 0;
    box-sizing: border-box;
    height: 100px;
    transition: all .3s;
}

#hzMenu > li > a {
    color: #333;
    display: block;
    font-size: 15px;
    padding: 7px 0px;
}

#hzMenu > li.current > a {
    color: #fff;
    background: #2F3132;
    border-radius: 5px;
}

#hzMenu > li:hover > a {
    color: #fff;
    background: #2F3132;
    border-radius: 5px;
}

#hzMenu .subnav {
    position: absolute;
    top: 100px;
    left: 5px;
    width: 200px;
    display: none;
    z-index: 99;
    line-height: 26px;
    background: rgba(255, 255, 255, .7);
}

#hzMenu .subnav li a {
    display: block;
    color: #444;
    text-align: left;
    padding: 5px 30px;
}

#hzMenu .subnav li a:hover {
    color: #fff;
    background: #2F3132
}

.fudong.header {
    background: rgba(255, 255, 255, .6);
}

.fudong .top {
    display: none;
}

.fudong .logo {
    padding: 7px 0;
}

.fudong .logo img {
    width: 80%
}

.fudong .yuyan {
    padding-top: 19px;
}

.fudong #hzMenu > li {
    padding: 20px 8px 0;
    height: 68px;
}

.fudong #hzMenu > li > a {
    font-size: 14px;
    padding: 5px 0px;
}

.fudong #hzMenu .subnav {
    top: 68px;
}

.hzMenu {
    display: none
}

.window {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 999;
    display: none;
}

.l-open {
    background: none;
    color: #2F3132;
    font-size: 40px;
    cursor: pointer;
    margin-top: 9px;
    float: right;
    transition: all .5s;
}

@media screen and (max-width: 1280px) {
    .container2 {
        padding: 0 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .logo {
        width: 24%;
    }
    .yuyan {
        width: 7%
    }
    .nav {
        width: 69%;
    }
}

@media screen and (max-width: 768px) {
    .logo {
        width: 28%;
        padding: 9px 0;
    }
    .yuyan {
        width: 12%;
        padding-top: 18px;
    }
    .nav {
        width: 60%;
    }

    .show-r {
        display: block !important;
    }
    #hzMenu {
        display: none
    }
    .hzMenu {
        position: fixed;
        top: 0;
        right: 0;
        width: 60%;
        height: 100%;
        background-color: #fff;
        display: block;
        z-index: 99999
    }
    .hzMenu > li {
        width: 100%;
        border-bottom: 1px solid #eee;
        margin: 0;
        padding: 0;
        text-align: left;
    }
    .hzMenu > li a {
        font-size: 14px;
        width: 100%;
        height: 46px;
        line-height: 46px;
        display: block;
        padding: 0 20px;
        color: #444
    }
    .hzMenu > li a i {
        float: right;
        font-size: 24px;
        font-weight: normal;
        color: #777
    }
    .hzMenu > li.current {
        border-left: 4px solid #2F3132;
    }
    .hzMenu > li.current > a {
        color: #2F3132;
    }
    .hzMenu .subnav {
        position: fixed;
        top: 0;
        right: 0;
        width: 60%;
        height: 100%;
        background-color: #fff;
    }
    .hzMenu .fanhui {
        cursor: pointer;
        color: #444;
        font-size: 14px;
        padding: 0 16px;
        font-weight: bold;
        height: 66px;
        line-height: 66px;
        border-bottom: 2px solid #eee
    }
    .hzMenu .fanhui i {
        transform: rotate(180deg);
    }

    .sho {
        right: -60% !important;
    }
    .window {
        display: block;
    }

    .fudong .logo img {
        width: 85%
    }
    .fudong .yuyan {
        padding-top: 12px;
    }
    .fudong .l-open {
        font-size: 36px;
        margin-top: 6px;
    }
}

@media screen and (max-width: 480px) {
    .top {
        height: 44px;
        line-height: 22px;
    }
    .top .fl,
    .top .fr {
        width: 100%;
        float: none;
    }
    .logo {
        width: 36%;
        padding: 10px 0;
    }
    .yuyan {
        width: 18%;
        padding-top: 10px;
    }
    .yuyan a {
        font-size: 12px;
        width: 60px;
        height: 24px;
        line-height: 24px;
    }
    .nav {
        width: 46%;
    }
    .l-open {
        margin-top: 7px;
        font-size: 28px;
    }

    .fudong .logo img {
        width: 100%
    }
    .fudong .yuyan {
        padding-top: 10px;
    }
    .fudong .l-open {
        margin-top: 7px;
        font-size: 28px;
    }
}

.banner {
    padding-bottom:35px;
    /*background: url(../images/ban_bg.jpg) repeat-x bottom center;*/
}

.banner img {
    display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
}

.banner .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: url(../images/ban_ico.png) no-repeat center;
    opacity: 1;
    border: 1px solid #ddd;
}

.banner .swiper-pagination-bullet-active {
    background-image: url(../images/ban_ico1.png);
}

@media screen and (max-width: 768px) {
    .banner {
        padding-bottom: 35px;
    }
    .banner .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
    }
    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        background-size: 16px 30px;
        top: 55%;
        margin-top: 0;
    }
}

@media screen and (max-width: 480px) {
    .banner {
        padding: 90px 0 20px;
        /*background-image: url(../images/ban_bg2.jpg);*/
    }
    .banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 3px !important
    }
    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        background-size: 10px 24px;
    }
}

/*鍏充簬*/

.about {
    padding: 40px 0;
}

.about h4 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.about .fl {
    width: 50%;
}

.about .fl p {
    line-height: 36px;
    font-size: 16px;
}

.about .fl ul {
    margin-top: 20px
}

.about .fl li {
    float: left;
    width: 25%;
    text-align: center;
    overflow: hidden;
    padding: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.about .fl li img {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    transition: all .3s
}

.about .fl li img:hover {
    transform: scale(1.05);
}

.about .fr {
    width: 50%;
    padding-top: 8px;
    padding-left: 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.about_video {
    margin: 0 auto;
    width: 100%;
    height: 400px;
    background: #eee;
}

@media screen and (max-width: 1024px) {
    .about .fl p {
        line-height: 34px;
    }
}

@media screen and (max-width: 768px) {
    .about .fl,
    .about .fr {
        width: 100%;
        padding: 0
    }
    .about .fl p {
        line-height: 28px;
        font-size: 14px;
    }
    .about .fr {
        margin-top: 15px;
    }
}

@media screen and (max-width: 480px) {
    .about {
        padding: 25px 0;
    }
    .about h4 {
        font-size: 18px;
        margin-bottom: 10px
    }
    .about .fl p {
        line-height: 24px;
    }
    .about .fl li {
        padding: 3px;
        font-size: 12px;
    }

    .about_video {
        height: auto;
    }
}

@media screen and (max-width: 320px) {
    .about h4 {
        font-size: 16px;
    }
}

/*缁熶竴鏍囬*/

.bt {
    text-align: center;
    margin-bottom: 20px;
}

.bt h4 {
    font-size: 28px;
    color: #132e89;
    line-height: 28px;
    background: url(../images/bt_bg.png) no-repeat center;
}

.bt p {
    color: #c0c0c0;
    font-size: 18px;
    margin: 15px 0 0;
    text-transform: uppercase;
    font-family: "Arial"
}

@media(max-width: 480px) {
    .bt {
        margin-bottom: 15px;
    }
    .bt h4 {
        font-size: 18px;
        line-height: 22px;
        background-size: 50%
    }
    .bt p {
        line-height: 20px;
        font-size: 14px;
        margin: 5px 0;
    }
}

@media(max-width: 320px) {
    .bt h4 {
        font-size: 16px;
    }
    .bt p {
        font-size: 12px;
        margin: 3px 0 0;
    }
}

/*浜у搧*/

.product {
    padding: 50px 0;
    background: #F1F1F1
}

.li_pro {
    margin-top: 40px;
}

.li_pro li {
    float: left;
    width: 25%;
    padding: 0 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.li_pro li a {
    display: block;
    background: #fff;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}

.li_pro li a:hover {
    box-shadow: 0px 3px 10px #aaa;
}

.li_pro img {
    width: 100%;
    display: block;
    height: 250px;
    transition: all .5s
}

.li_pro li a:hover img {
    transform: scale(1.1);
}

.li_pro span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    text-align: center;
    color: #333;
    transition: all .4s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.li_pro li a:hover span {
    color: #fff;
    box-shadow: inset 0px -40px 0px rgba(0, 11, 46, .7);
    height: 44px;
    line-height: 44px;
}

@media(max-width:1024px) {
    .li_pro img {
        height: 225px;
    }
    .li_pro span {
        height: 36px;
        line-height: 36px;
        position: static;
        text-align: center;
        display: block;
        font-size: 14px;
    }
    .li_pro li a:hover span {
        color: #333;
        box-shadow: none;
        height: auto;
        line-height: 36px;
    }
}

@media(max-width: 768px) {
    .li_pro li {
        width: 50%;
        margin-bottom: 25px;
    }
    .li_pro img {
        height: 305px;
    }
}

@media(max-width: 480px) {
    .product {
        padding: 25px 0;
    }
    .li_pro {
        margin-top: 20px;
    }
    .li_pro li {
        padding: 0 5px;
        margin-bottom: 20px;
    }
    .li_pro span {
        height: 30px;
        line-height: 30px;
    }
    .li_pro img {
        height: 135px;
    }
}

@media(max-width: 320px) {
    .li_pro {
        margin-top: 20px;
    }
    .li_pro li {
        width: 100%;
        padding: 0
    }
    .li_pro img {
        height: 245px;
    }
}

/*鍚堜綔*/

.link {
    padding: 40px 0
}

.link li {
    text-align: center;
    width: 25%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    px;
}

.link li a {
    color: #333;
    display: block;
}

.link li img {
    height: 150px;
    display: block;
    border: 2px solid #eee;
}

.link li p {
    margin-top: 10px;
    font-size: 16px;
}

.btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.btn span {
    position: absolute;
    background: #2F3132;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.btn1 {
    width: 280px;
    height: 2px;
    left: 0;
}

.btn2 {
    width: 2px;
    height: 150px;
    top: 0;
}

.btn-top {
    top: 0;
    transform: translateX(300px);
    -webkit-transform: translateX(300px);
}

.btn-bottom {
    bottom: 0;
    transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
}

.btn-left {
    left: 0;
    transform: translateY(-150px);
    -webkit-transform: translateY(-150px);
}

.btn-right {
    right: 0;
    transform: translateY(150px);
    -webkit-transform: translateY(150px);
}

.link li a:hover span {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

@media screen and (max-width: 768px) {
    .link li {
        width: 33.33%;
    }
    .link li img {
        height: 120px;
    }
}

@media screen and (max-width: 480px) {
    .link {
        padding: 25px 0
    }
    .link li {
        width: 50%;
        padding: 5px;
    }
    .link li img {
        height: 85px;
    }
    .link li p {
        font-size: 14px;
        margin-top: 0px;
    }
}

@media screen and (max-width: 320px) {
    .link li img {
        height: 70px;
    }
    .link li p {
        font-size: 12px;
    }
}

/*鏂伴椈*/

.news {
    padding: 40px 0 0;
}

.news li {
    padding: 5px;
    float: left;
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.news li a {
    display: block;
    background: #F7F7F7;
    padding-bottom: 15px;
}

.news li a .pic {
    overflow: hidden;
}

.news li a img {
    height: 160px;
    display: block;
    width: 100%;
    transition: all .5s;
}

.news li a:hover img {
    transform: scale(1.1);
}

.news li a h5 {
    font-size: 16px;
    color: #000;
    margin-top: 15px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.news li a p {
    color: #666;
    margin-top: 15px;
    height: 44px;
    overflow: hidden;
    font-size: 12px;
    padding: 0 15px;
}

.news li a span {
    font-size: 13px;
    color: #132e89;
    margin-top: 20px;
    display: block;
    padding: 0 15px;
}

.news li a:hover h5 {
    color: #ff0000
}

@media screen and (max-width: 768px) {
    .news li {
        width: 50%;
    }
    .news li a img {
        height: 200px;
    }
}

@media screen and (max-width: 480px) {
    .news {
        padding: 25px 0 0;
    }
    .news li {
        padding: 5px;
    }
    .news li a {
        padding-bottom: 8px;
    }
    .news li a img {
        height: 95px;
    }
    .news li a h5 {
        margin-top: 8px;
        font-size: 14px;
        padding: 0 10px;
    }
    .news li a p {
        margin-top: 8px;
        line-height: 18px;
        height: 36px;
        padding: 0 10px;
    }
    .news li a span {
        margin-top: 15px;
        font-size: 12px;
        padding: 0 10px;
    }
}

@media screen and (max-width: 320px) {
    .news li {
        padding: 0;
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .news li a span {
        margin-top: 6px;
    }
    .news li a img {
        height: 145px;
    }
}

/*搴曢儴*/

.footer {
    background: -webkit-linear-gradient(#F9F9F9, #B0B0B0);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#F9F9F9, #B0B0B0);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#F9F9F9, #B0B0B0);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#F9F9F9, #B0B0B0);
    /* 鏍囧噯鐨勮娉 */
    padding: 30px 0 0;
    margin-top: 60px;
}

.footer .fl {
    width: 52%;
}

.footer .fr {
    width: 48%;
}

.bot_logo {
    width: 40%;
    float: left;
    padding-right: 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.dizhi {
    width: 60%;
    float: left;
}

.dizhi p {
    background-repeat: no-repeat;
    background-position: left 2px;
    padding-left: 35px;
    margin-top: 12px;
}

.dizhi p:first-child {
    background-image: url(../images/ico1.png);
}

.dizhi p:nth-child(2) {
    background-image: url(../images/ico2.png);
}

.dizhi p:nth-child(3) {
    background-image: url(../images/ico3.png);
}

.dizhi p:last-child {
    background-image: url(../images/ico4.png);
}

.liuyan {
    width: 70%;
    float: left;
    padding-right: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.liuyan form {
    background: #FBFAFA;
    border-radius: 5px;
    box-shadow: 0px 2px 6px #aaa;
    padding: 10px;
}

.liuyan span {
    padding: 0 5px 3px;
    width: 50%;
    float: left;
}

.liuyan input {
    border: 0;
    border-bottom: 1px solid #C3C3C3;
    padding-left: 15px;
    font-family: "\5fae\8f6f\96c5\9ed1";
    color: #222;
    width: 100%;
    line-height: 24px;
    background: url(../images/star.png) no-repeat left center;
}

.liuyan p {
    padding: 7px 5px 0px;
    width: 100%
}

.liuyan textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #C3C3C3;
    max-width: 100%;
    min-height: 80px;
    font-family: "\5fae\8f6f\96c5\9ed1";
    background: url(../images/star.png) no-repeat left 12px;
}

.liuyan button {
    height: 32px;
    line-height: 32px;
    width: 100%;
    text-align: center;
    font-family: "\5fae\8f6f\96c5\9ed1";
    color: #555;
    cursor: pointer;
}

.ewm {
    width: 30%;
    float: left;
    text-align: center;
}

.ewm img {
    display: block;
    margin: 0 auto;
}

.foot_copy {
    color: #666666;
    padding: 12px 0;
    text-align: center;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}

.foot_copy span {
    margin: 0 20px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .footer {
        margin-top: 45px;
    }
    .footer .fl,
    .footer .fr {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .footer {
        margin-top: 30px;
    }
    .bot_logo {
        display: none;
    }
    .dizhi,
    .liuyan,
    .ewm {
        width: 100%;
        padding: 0;
    }
    .dizhi p {
        margin-top: 8px;
    }
    .ewm {
        margin-top: 12px;
    }

    .foot_copy {
        font-size: 12px;
    }
    .foot_copy span {
        margin: 0 5px;
        display: inline;
    }
}

@media screen and (max-width: 320px) {
    .footer {
        margin-top: 20px;
    }
    .dizhi p {
        font-size: 12px;
        background-size: 5%;
        padding-left: 25px;
    }
}
