﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    color: #666;
    font: 14px/28px "宋体", "FontAwesome",Helvetica,Arial,sans-serif;
    background: #fff;
}

ul, li, p, em {
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal;
}

img {
    border-style: none;
    vertical-align: middle;
}

a:link, a:visited {
    color: inherit;
    text-decoration: none;
}

a:hover, a:active {
    color: inherit;
    text-decoration: underline;
}

b, strong {
    font-weight: bolder;
}

input, select {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: "宋体";
    text-align: center;
}

h1 {
    font-size: 24px;
    line-height: 48px;
}

h2 {
    font-size: 22px; /*line-height: 44px;*/
}

h3 {
    font-size: 20px;
    line-height: 40px;
}

h4 {
    font-size: 18px;
    line-height: 36px;
}

h5 {
    font-size: 16px;
    line-height: 32px;
}

h6 {
    font-size: 14px;
    line-height: 28px;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.gray {
    background: #f5f5f5;
}

.blue {
    background: #3385ff;
}


/****top*****/
.top {
    padding: 20px 0;
    height: 70px;
}

.content {
    margin: 0 auto;
    padding: 0;
    width: 1200px;
}

.top-logo img {
    max-width: 100%;
}

.top-tel {
    float: right;
}

    .top-tel dt, .top-tel dd {
        float: left;
    }

        .top-tel dt img {
            padding: 10px 10px;
        }

        .top-tel dd font {
            color: #e60112;
            font: bold 24px/24px Arial;
        }

/****nav****/
.nav {
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    background: #3385ff;
}

    .nav ul li {
        float: left;
        font-size: 16px;
    }

        .nav ul li a {
            color: #fff;
            display: block;
            padding: 0 35.5px;
        }

        .nav ul li.active a {
            background: #1e72f2;
        }

        .nav ul li:hover, .nav ul li a:hover, .nav ul li a.cur {
            background: #1e72f2;
            height: 50px;
        }

        .nav ul li ul {
            display: block;
            display: none\9;
            width: 135px;
            background: #1e72f2;
            overflow: hidden;
            position: absolute;
            z-index: 9;
        }

            .nav ul li ul li {
                width: 100%;
            }

        .nav ul li:hover .nav-down {
            display: block;
        }

        .nav ul li ul li a {
            padding: 0;
            display: block;
            width: 100%;
            color: #9bd5ff;
            font-size: 12px;
            height: 28px;
            line-height: 28px;
            text-align: center;
            overflow: hidden;
        }

    .nav ul .nav-ot ul li a {
        padding: 0;
        display: block;
    }

    .nav ul li ul li:hover, .nav ul li ul li a:hover {
        color: #fff;
        background: #1e72f2;
        height: 28px;
        line-height: 28px;
    }

    .nav a:link, .nav a:hover, .nav a:active, .nav a:visited {
        text-decoration: none;
    }

    /*nav-动画*/
    .nav ul li ul.nav-down {
        -webkit-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: all 0.3s 0.1s;
        -moz-transition: all 0.3s 0.1s;
        -ms-transition: all 0.3s 0.1s;
        transition: all 0.3s 0.1s;
    }

    .nav ul li:hover .nav-down {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }


/****banner****/
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .nivoSlider img {
        position: absolute;
        top: 0px;
        left: 0px;
        max-width: none;
    }

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

    .nivo-box img {
        display: block;
    }

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

    .nivo-caption p {
        padding: 5px;
        margin: 0;
    }

    .nivo-caption a {
        display: inline !important;
    }

.nivo-html-caption {
    display: none;
}

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
    width: 50px;
    height: 78px;
    display: block;
    color: transparent;
    overflow: hidden;
}

.nivo-prevNav {
    left: 0px;
    background: url(../png/banner_bj.png) no-repeat left center;
}

.nivo-nextNav {
    right: 0px;
    background: url(../png/banner_bj.png) no-repeat right center;
}

.nivo-controlNav {
    display: none;
    text-align: center;
    padding: 15px 0;
}

    .nivo-controlNav a {
        cursor: pointer;
    }

        .nivo-controlNav a.active {
            font-weight: bold;
        }


/****面包屑****/
.m-top {
    height: 60px;
    border-bottom: 1px solid #eee;
    line-height: 60px;
}

.breadcrumb {
    float: left;
}

    .breadcrumb li {
        float: left;
    }

        .breadcrumb li a {
            color: #3385ff;
        }

            .breadcrumb li a:hover {
                color: #1e72f2;
            }

        .breadcrumb li .gt {
            margin: 0 3px;
            font-size: 14px;
            color: #999;
        }

/*搜索*/
.search {
    position: relative;
    float: right;
    margin: 15px 0;
    width: 250px;
    height: 30px;
    background: #fff;
    overflow: hidden;
    line-height: 30px;
    border-radius: 30px;
}

.search-input, .search-btn {
    float: left;
}

.search-input {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 10px;
    width: 210px;
    height: 28px;
    border: 1px solid #b8b8b8;
    overflow: hidden;
    border-radius: 28px;
}

    .search-input input {
        outline: none;
        margin: 0;
        padding: 0;
        width: 210px;
        height: 28px;
        line-height: 28px;
        border: none;
    }

.search-btn {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 0;
    top: 0;
    width: 42px;
    height: 30px;
    color: #fff;
    text-align: center;
    background: #1e72f2;
}

    .search-btn:hover, .search-btn:active {
        background: #1e72f2;
    }


.container {
    margin: 0 auto;
    padding: 60px 0;
}
/****左侧导航****/
.sidernav {
    float: left;
    width: 198px;
    border: 1px solid #3385ff;
    background: #f8f8f8;
    border-radius: 4px;
}

    .sidernav h5 {
        background: #3385ff;
        color: #fff;
        line-height: 56px;
    }

.leftnav {
    width: 198px;
    height: 100%;
    transition: all .3s;
}

    .leftnav a {
        display: block;
        overflow: hidden;
        padding-left: 20px;
        line-height: 46px;
        max-height: 46px;
        color: #333;
        transition: all .3s;
    }

.leftleftnav a span {
    margin-left: 30px;
}

.nav-item {
    position: relative;
}

    .nav-item.nav-show {
        border-bottom: none;
    }

    .nav-item ul {
        background: rgba(0,0,0,.1);
    }

    .nav-item.nav-show ul {
        display: block;
    }

        .nav-item.nav-show ul a {
            line-height: 30px;
        }

    .nav-item ul li {
        height: 0;
        overflow: hidden;
        transition: all .4s;
    }

    .nav-item.nav-show ul li {
        height: 30px;
    }
/*.nav-item>a:before{content: "";position: absolute;left: 0px;width: 2px;height: 46px;background: #3385ff;opacity:0;transition: all .3s;}*/
.nav .nav-icon {
    font-size: 20px;
    position: absolute;
    margin-left: -1px;
}
/* 此处修改导航图标 可自定义iconfont 替换*/
.icon_1::after {
    content: "\e62b";
}

.icon_2::after {
    content: "\e669";
}

.icon_3::after {
    content: "\e61d";
}
/*---------------------*/
.nav-more {
    float: right;
    margin-right: 20px;
    font-size: 12px;
    transition: transform .3s;
}
    /* 此处为导航右侧箭头 如果自定义iconfont 也需要替换*/
    .nav-more::after {
        content: "\e621";
    }
/*---------------------*/
.nav-show .nav-more {
    transform: rotate(90deg);
}

.nav-show, .nav-item > a:hover {
    background: #fff;
    color: #3385ff;
    text-decoration: none;
}

    .nav-show > a:before, .nav-item > a:hover:before {
        opacity: 1;
    }

.nav-item li:hover a {
    background: none;
    color: #3385ff;
    text-decoration: none;
}

/* nav-mini */
.nav-mini.nav {
    width: 60px;
}

    .nav-mini.nav .nav-icon { /* margin-left:-2px; */
    }

    .nav-mini.nav .nav-item > a span {
        display: none;
    }

    .nav-mini.nav .nav-more {
        margin-right: -20px;
    }

    .nav-mini.nav .nav-item ul {
        position: absolute;
        top: 0px;
        left: 60px;
        width: 180px;
        z-index: 99;
        background: #fff;
        overflow: hidden;
    }

    .nav-mini.nav .nav-item:hover {
        background: #fff;
    }

        .nav-mini.nav .nav-item:hover .nav-item a {
            color: #FFF;
        }

        .nav-mini.nav .nav-item:hover a:before {
            opacity: 1;
        }

        .nav-mini.nav .nav-item:hover ul {
            display: block;
        }



/****产品列表****/
.main {
    float: left;
    padding-left: 30px;
    width: 970px;
}

.Produc ul {
    float: left;
    padding: 0;
}

.Product ul li {
    float: left;
    margin: 0 25px 25px 0;
    padding: 0;
    width: 300px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
}
.Product ul li:nth-child(3n){margin-right:0;}
    .Product ul li.none {
        margin-right: 0;
    }

    .Product ul li:hover {
        -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.22);
        box-shadow: 0 4px 20px rgba(0,0,0,0.22);
    }

.protuct-img {
    margin-bottom: 10px;
    float: left;
    width: 300px;
    height: 225px;
    overflow: hidden;
}

    .protuct-img img {
        width: 100%;
        height: 100%;
    }

.protuct-name {
    padding: 0 14px 10px 14px;
    width: 272px;
    float: left;
}

    .protuct-name em {
        padding: 0 20px;
        float: right;
        border-radius: 20px;
        background: #3385ff;
        color: #fff;
        color: #fff;
        text-decoration: none;
    }

        .protuct-name em:hover {
            background: #1e72f2;
        }

        .protuct-name em a:link, .protuct-name em a:visited, .protuct-name em a:hover, .protuct-name em a:active {
            color: #fff;
            text-decoration: none;
        }

    .protuct-name font {
    font: 14px/28px "宋体";
    max-width: 170px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*分页*/
.page-box select {
    margin: 0 5px;
    padding: 5px 0 5px 5px;
    border: 1px solid #dbdee1;
    color: #666;
    border-radius: 4px;
}

.page-box {
    float: left;
    color: #999;
    width: 100%;
    margin: 20px 0;
}

    .page-box .total {
        float: left;
    }

    .page-box .page {
        float: right;
    }

        .page-box .page a, .page-box .page span {
            padding: 0 11px;
            display: inline-block;
            width: auto;
            height: 30px;
            line-height: 30px;
            border: 1px solid #e8e8e8;
            text-align: center;
            color: #999;
            border-radius: 4px;
            background: #fff;
            margin: 0 2px;
        }

            .page-box .page .current, .page-box .page a.confirm {
                color: #fff;
            }

            .page-box .page a:hover {
                border-color: #1e72f2;
                color: #1e72f2;
                text-decoration: none;
            }

        .page-box .page .current, .page-box .page .current:hover {
            background-color: #1e72f2;
            border: 1px solid #3385ff;
            color: #fff;
            font-weight: bold;
        }

        .page-box .page em {
            padding-right: 7px;
            font-weight: bold;
            font-style: normal;
        }

        .page-box .page .number {
            width: 38px;
            margin-right: 7px;
            padding: 3px 0;
            border: 1px solid #3385ff;
            text-align: center;
            color: #666;
        }

        .page-box .page .confirm {
            background-color: #1e72f2;
            border: 1px solid #3385ff;
            color: #fff;
        }

            .page-box .page .confirm:hover {
                background-color: #1e72f2;
                border: 1px solid #3385ff;
                color: #fff;
            }


/****关于我们****/
.content h1 {
    font-weight: normal;
    letter-spacing: 1px;
    color: #000;
    font-size: 28px;
}

h6.about-word {
    padding-top: 20px;
    font-weight: normal;
}

h1.white {
    color: #fff;
}

.details {
    padding-top: 30px;
}

.pic {
    margin: 0 auto;
    width: 940px;
    height: 350px;
    overflow: hidden;
}

    .pic ul li {
        list-style: none;
        width: 50px;
        height: 350px;
        float: left;
        transition: all .6s;
        -o-transition: all .6s;
        -moz-transition: all .6s;
        -webkit-transition: all .6s;
        position: relative;
    }

        .pic ul li img {
            position: absolute;
            z-index: 10;
            left: 0;
            max-width: inherit;
        }

        .pic ul li.hover {
            width: 789px;
        }

.txt {
    width: 50px;
    height: 350px;
    background: #3385ff;
    filter: alpha(opacity=50);
    background: rgba(0,0,0,.5);
    position: relative;
    z-index: 100;
}

    .txt p {
        color: #fff;
        font-family: "宋体";
        float: left;
        position: relative;
    }

    .txt .p1 {
        font-size: 12px;
        width: 12px;
        margin: 70px 15px;
    }


/****案例展示****/
.case li {
    display: inline-block;
    padding: 0;
    margin: 15px 20px 5px 0;
    width: 270px;
    height: 202.5px;
    overflow: hidden;
    border-radius: 4px;
}

    .case li .none {
        padding: 15px 0 5px 0;
    }

    .case li img {
        width: 100%;
        height: 100%;
    }

/****公司宗旨****/
.Purpose li {
    display: inline-block;
    margin: 0 40px;
    width: 200px;
}

.Purpose h6 {
    float: left;
    font-weight: normal;
    height: 48px;
    line-height: 24px;
}

.Purpose .span {
    margin-top: 20px;
    float: left;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    overflow: hidden;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.22);
    box-shadow: 0 4px 20px rgba(0,0,0,0.22);
}


/****企业相册****/
.Album li {
    display: inline-block;
    padding: 0;
    margin: 15px 20px 5px 0;
    width: 270px;
    overflow: hidden;
    text-align: center;
}

    .Album li span {
        float: left;
        padding-bottom: 15px;
        width: 270px;
        height: 202.5px;
        border-radius: 4px;
        border: 1px solid #fff;
        overflow: hidden;
    }

        .Album li span img {
            width: 100%;
            height: 100%;
        }

    .Album li .none {
        padding: 15px 0 5px 0;
    }

    .Album li h6 {
        font-weight: normal;
    }


/****合作伙伴****/
.Partner {
    margin: 30px auto 0 auto;
    width: 1200px;
    height: 400px;
    position: relative;
}

    .Partner ul li {
        position: absolute;
        padding: 39.5px 25px;
        width: 150px;
        height: 150px;
        overflow: hidden;
        background: url(../png/partner.png) no-repeat;
    }

        .Partner ul li:hover {
            background: url(../png/partner-hover.png) no-repeat;
        }

        .Partner ul li img {
            width: 150px;
            height: 150px;
        }

.Partner1 {
    left: 150px;
    top: 0;
}

.Partner2 {
    left: 370px;
    top: 0;
}

.Partner3 {
    left: 590px;
    top: 0;
}

.Partner4 {
    left: 810px;
    top: 0;
}

.Partner5 {
    left: 40px;
    top: 190px;
}

.Partner6 {
    left: 260px;
    top: 190px;
}

.Partner7 {
    left: 480px;
    top: 190px;
}

.Partner8 {
    left: 700px;
    top: 190px;
}

.Partner9 {
    left: 920px;
    top: 190px;
}


/****新闻资讯****/
.news .news-left {
    width: 480px;
    float: left;
    background: none;
    padding: 0;
}

    .news .news-left:hover {
        background: none;
        padding: 0;
    }

.news .news-map {
    width: 480px;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.news .news-about span {
    padding: 5px 0;
    float: left;
    color: #999;
}

    .news .news-about span a:link, .news .news-about span a:visited {
        color: #999;
    }

.news .news-about {
    padding-top: 10px;
}

    .news .news-about h6 {
        text-align: left;
        font-weight: normal;
    }

        .news .news-about h6 a:link, .news .news-about h6 a:visited {
            color: #333;
        }

.news .news-maptime {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 5px;
    width: 80px;
    height: 40px;
    background: #3385ff;
    color: #fff;
    text-align: center;
    font: 14px/20px Arial;
}

    .news .news-maptime font {
        font: bold 18px/18px Arial;
    }

.news .news-about a.btn-blue {
    padding: 8px 35px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    background: #3385ff;
}

    .news .news-about a.btn-blue:hover, .news .news-about a.btn-blue:active {
        background: #1e72f2;
        text-decoration: none;
        cursor: pointer;
    }

.news li {
    width: 660px;
    float: right;
    padding: 0 13px;
    line-height: 36px;
    background: url(../png/li-icon.png) 3px 16px no-repeat;
}

    .news li:hover {
        padding: 0 13px;
        line-height: 36px;
        background: url(../png/li-hover-icon.png) 3px 16px no-repeat;
    }

    .news li span {
        float: right;
        color: #999;
    }


/****底部联系我们*****/
.address {
    float: left;
    width: 100%;
}

    .address ul li {
        width: 25%;
        float: left;
    }

.address-img {
    padding-top: 35px;
    float: left;
}

.address-word {
    padding: 25px 10px;
    float: left;
}

.address-wximg {
    float: right;
    text-align: right;
}

.link {
    float: left;
    margin-top: 15px;
    padding-top: 35px;
    width: 100%;
    border-top: 1px solid #eee;
}

    .link dt, .link dd {
        float: left;
    }

    .link dd {
        padding: 5px 0 0 15px;
    }

    .link a {
        margin: 0 0 0 15px;
        padding: 5px 15px;
        border-radius: 4px;
        border: 1px solid #eee;
    }

        .link a:hover, .link a:active {
            background: #1e72f2;
            border: 1px solid #1e72f2;
            color: #fff;
            text-decoration: none;
        }


/****底部信息****/
.footer {
    padding: 15px;
    background: #242529;
    color: #fff;
    text-align: center;
}
