﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

.clear {
    clear: both;
}

body {
    font-family: "微软雅黑";
    font-size: 12px;
}

input, a {
    outline: none;
    text-decoration: none;
    color: #3d3d3d;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
    }

img, input {
    border: none;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.container {
    width: 1165px;
}
/*---头部样式--*/
.logo {
    float: left;
    margin-right: 60px;
    height:55px;
}

.head {
    border-bottom: 1px solid #d8d8d8;
    box-shadow: 1px 1px 1px 1px #eee;
    background: url(../images/head-bg.gif) center repeat-x;
}

.head_inner {
}

.nav-box {
    float: left;
}

    .nav-box ul li a.active, .nav-box ul li a:hover {
        background: #005bac;
        color: #fff;
        text-shadow: #E8E8E8 0px 0px 0px;
        font-weight:600;
    }

    .nav-box ul li {
        float: left;
        text-align: center;
        line-height: 55px;
        text-shadow: #fff 1px 1px 0px;
    }

        .nav-box ul li.dropdown .dropdown-menu a {
            width: 100%;
            line-height: 30px;
        }

        .nav-box ul li.dropdown .dropdown-menu {
            margin: 0px;
            min-width:500px;
            background:url(../images/new-img/sub-menu-bg.jpg) center repeat-x;
            height:222px;
            padding:10px;
        }

            .nav-box ul li.dropdown .dropdown-menu li {
                /*float: none;*/
            }

                .nav-box ul li.dropdown .dropdown-menu li p {
                    word-wrap:break-word;
                    color:#808080;
                    font-size:14px;
                    line-height:24px;
                    text-align:left;
                }

        .nav-box ul li a {
            color: #333;
            line-height: 55px;
            display: block;
            padding: 0 15px;
            font-size: 16px;
        }

        .nav-box ul li a.strong-text {
            font-weight:600
        }

    .nav-box li:hover .dropdown-menu {
        display: block;
    }

.nav-left-float-list {
    float:left;
    width:50%;
}

/*内页banner*/
.banner-inner-wrap {
    width: 100%;
    height: 230px;
    float: left;
    position: relative;
}

    .banner-inner-wrap ul li {
        height:230px;
    }

.inner-bread-crumb-wrap {
    background: url(/images/new-img/bread_bg.gif) repeat-x;
    box-shadow: 0px 2px 5px #ddd;
}

    .inner-bread-crumb-wrap .breadcrumb {
        margin-left: 15px;
        background: transparent;
    }

.menu_line {
    width: 1px;
    float: left;
    overflow: hidden;
    display: inline;
    margin: 5px 0px 0px 10px;
    height: 200px;
    border-left: 1px solid #CCC;
    background: #FFF;
    margin-top: 10px;
}

.index-news {
    padding: 1px 15px;
    height: 35px;
    overflow: hidden;
}


.index-news h4 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #ae1a1a;
    width: 75px;
    padding-bottom: 10px;
}

.index-news ul li {
    font: normal 14px/1.5em "微软雅黑";
}

    .index-news ul li span {
        float: right;
    }

.index-news-span {
    width: 8%;
    font-size: 16px;
    color: #ae1a1a;
    float: left;
    font-weight: 600;
    line-height: 32px;
}

.slideBox {
    width: 90%;
    height: 32px;
    overflow: hidden;
    position: relative;
    float: left;
}

    .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

.pro-item-wrap {
    /*padding: 30px 15px;*/
    width: 100%;
}

.pro-items {
    margin-top: 10px;
}

    .pro-items ul li {
        text-align: center;
        float: left;
        width: 30%;
        background: url(../images/new-img/index_box_bg.gif) repeat-x #CCC;
        font-weight: bold;
        line-height: 55px;
        margin-right: 20px;
        margin-bottom: 20px;
        height: 125px;
        box-shadow:1px 4px 5px #999;
        padding:10px 7px 18px 11px;
    }

        .pro-items ul li a {
            color: #574e23;
            font-size: 20px;
            font-weight: bold;
            display: block;
            width: 100%;
        }

            .pro-items ul li a:hover {
                color: #005bac;
            }


        .pro-items ul li span {
            height: 100px;
            width: 100px;
            float: left;
            overflow: hidden;
            margin-right: 10px;
        }

        .pro-items ul li dt {
            font-size: 16px;
            color: #005bac;
            padding-bottom: 10px;
            text-align:left;
        }

        .pro-items ul li dd {
            padding-left: 10px;
            font-size: 12px;
            color: #303030;
            font-weight: 400;
            text-align:left;
        }

.search {
    float: left;
    border-left: 1px solid #d9d9d9;
    margin-top: 10px;
    position: relative;
}

.search-icon i {
    font-size: 14px;
    line-height: 55px;
    margin: 0 10px;
}

.search-icon:hover .search-input {
    display: block;
}

.search-icon i span {
    margin-left: 10px;
    font-size: 14px;
}

.search-input {
    display: none;
    left: 5px;
    position: absolute;
    top: 10px;
    width: 200px;
    z-index: 999;
}

.language {
    float: left;
    margin-left:30px;
    line-height:55px;
}

    .language a.active, .language a:hover {
        font-weight: bold;
    }

    .language a {
        color: #3d3d3d;
    }

#full-screen-slider {
    width: 100%;
    height: 380px;
    float: left;
    position: relative;
}

#slides {
    display: block;
    width: 100%;
    height: 380px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

    #slides li {
        display: block;
        width: 100%;
        height: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
    }

        #slides li a {
            display: block;
            width: 100%;
            height: 100%;
            text-indent: -9999px;
        }

#pagination {
    display: block;
    list-style: none;
    position: absolute;
    left: 50%;
    top: 350px;
    z-index: 9900;
    padding: 5px 15px 5px 0;
    margin: 0;
}

    #pagination li {
        display: block;
        list-style: none;
        width: 10px;
        height: 10px;
        float: left;
        margin-left: 15px;
        border-radius: 5px;
        background: #FFF;
    }

        #pagination li a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 0;
            margin: 0;
            text-indent: -9999px;
        }

        #pagination li.current {
            background: #0092CE;
        }

.main {
    padding: 10px 0 30px 0;
    background:url(../images/new-img/main.gif) repeat-x #f4f8f9;
    /*background: #f4f8f9;*/
}

.foot {
    background: #061727;
}

.foot-inner {
    padding: 30px 0 150px 0;
}

.foot-nav {
    width: 660px;
    margin: 0 auto;
    padding-top:8px;
}

    .foot-nav li {
        float: left;
    }

        .foot-nav li a {
            color: #fff;
            padding: 0px 10px;
            font-size: 14px;
        }

.foot-info {
    font-size: 14px;
    color: #fff;
    padding: 30px 0;
}

.foot .line span {
    display: inline-block;
    height: 8px;
}

.foot .copany {
    color: #fff;
    font-size: 14px;
    padding-top:8px;
}

.page-title h3 {
    font-size: 18px;
    font-weight: bold;
}

.page-info {
    line-height: 1.8em;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px 20px;
    min-height: 750px;
}

    .page-info img {
        max-width: 700px;
    }

.page-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.data {
    text-align: center;
    font-size: 14px;
}

.list-items h4, .company_contact h4 {
    background: #fff;
    color: #005bac;
    text-align: left;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 0px;
    border: 1px solid #d9d9d9;
    border-left: 4px solid #005bac;
    border-bottom: none;
}

.list-items ul {
    border: 1px solid #d9d9d9;
    padding: 10px;
}

.list-items li {
    font-size: 16px;
    line-height: 1.8em;
    border-bottom: 1px dotted #d9d9d9;
}

    .list-items li a {
        display: block;
        font-size: 14px;
        background: rgba(0, 0, 0, 0) url("../images/fen_jt3.gif") no-repeat scroll 10px 17px;
        padding-left: 30px;
    }

.title-wrap {
    font-size: 14px;
    text-indent:2em;
}

.company_news {
    border-bottom:1px dashed #ccc;
    margin-bottom:5px;
    clear:both;
    height:170px;
}

.news-img {
    width:25%;
    float:left;
}

    .news-img img {
        display:block;
        height:142px;
        width:100%;
    }

.news-lists {
    width:75%;
    float:left;
    padding-left:10px;
}

.news-lists p {
    font-size: 14px;
}

.news-lists small {
    color: #999;
    display: inline-block;
    float: right;
    font-size: 10px;
    line-height: 25px;
}

.news-lists h3 a {
    color: #3d3d3d;
    line-height: 25px;
    font-size:15px;
    font-weight:400;
}

.page-head h2 {
    font-size: 18px;
    font-weight: bold;
    background:;
    margin: 10px 0;
    color:#005bac;
}

.page-head .breadcrumb {
    margin-bottom: 0px;
}

    .page-head .breadcrumb li a {
        color: #3d3d3d;
    }

    .page-head .breadcrumb > li + li::before, .page-head .breadcrumb .active {
        color: #3d3d3d;
    }

.page-head {
    border-bottom: 2px solid #d9d9d9;
    margin-top: 10px;
}

.contact_text {
    padding: 10px;
    border: 1px solid #d9d9d9;
    font-size: 13px;
}

.page-head {
    background-color: #fff;
    position: relative;
}
/*===分页===*/
.paginationbox {
    text-align: right;
}

/*.paginationbox .pagination > li > a, .paginationbox .pagination > li > span {
    color:#3d3d3d;
}
.paginationbox .pagination > .active > a, .paginationbox .pagination > .active > span,.paginationbox .pagination > .active > a:hover, .paginationbox .pagination > .active > span:hover,.paginationbox .pagination > .active > a:focus, .paginationbox .pagination > .active > span:focus {
    background-color: #005bac;
    border-color: #005bac;
    color:#fff;
}*/

/*===前后新闻===*/
.gduo {
    background: #eee none repeat scroll 0 0;
    color: #3d3d3d;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 15px 0;
    overflow: hidden;
    padding: 0 10px;
}

    .gduo span {
        color: #3d3d3d;
        display: block;
        float: right;
        height: 30px;
        overflow: hidden;
        width: 320px;
    }
/*===相关产品===*/
.n_info_tjcp h4 {
    border-bottom: 1px solid #ccc;
}

.t04 {
    background: #d00000 none repeat scroll 0 0;
    color: #fff;
    line-height: 25px;
    text-indent: 15px;
}

.n_info_tjcp dl {
    display: inline;
    float: left;
    font-size: 0;
    height: 197px;
    margin: 17px 0 0 10px;
    overflow: hidden;
    position: relative;
    width: 209px;
}

    .n_info_tjcp dl img {
        border: 1px solid #d6d6d6;
        height: 156px;
        padding: 3px;
        width: 200px;
    }

    .n_info_tjcp dl a:hover img {
        border: 1px solid #246cd7;
    }

    .n_info_tjcp dl dd {
        background: rgba(0, 0, 0, 0) url("../images/alpha_g85.png") repeat scroll 0 0;
        bottom: 0;
        font: 14px/32px "Microsoft YaHei";
        height: 32px;
        left: 0;
        overflow: hidden;
        position: absolute;
        text-align: center;
        width: 200px;
    }

    .n_info_tjcp dl dd {
    }

        .n_info_tjcp dl dd a {
            color: #fff;
            display: inline-block;
        }

.pro_photo {
    border: 1px solid #ddd;
    height: 350px;
    padding: 1px;
    position: relative;
    width: 350px;
    float: left;
    text-align: center;
    background: #fff;
}

    .pro_photo img {
        width: 340px;
        height: 340px;
    }

.products .thumbnail span.pro_name {
    background: #eee none repeat scroll 0 0;
    display: block;
    font-size: 14px;
    margin-top: 5px;
    padding: 5px 10px;
    text-align: center;
}

.pright {
    float: left;
    font-size: 14px;
    margin-left: 5px;
    overflow: hidden;
    width: 320px;
    z-index: 1;
    margin-left: 30px;
}

.propar h4 {
    border-bottom: 1px dashed #246cd7;
    color: #333;
    font-size: 16px;
    line-height: 28px;
    padding: 0 8px;
}

.propar div.pd_short {
    line-height: 28px;
}

.propar div, .proshop div {
    line-height: 22px;
    padding: 5px 5px 0;
}

.pro_details_info h5 {
    background-color: #fff;
    background-image: url("../images/aticletitBg.png");
    background-position: 0 100%;
    background-repeat: repeat no-repeat;
    border-top: 2px solid #005bac;
    box-sizing: border-box !important;
    clear: both;
    color: #3d3d3d;
    font-family: 微软雅黑;
    font-size: 22px;
    font-weight: 100;
    line-height: 35px;
    margin: 25px 0 20px;
    max-width: 100%;
    padding: 5px 0 10px 7px;
    white-space: normal;
    word-wrap: break-word !important;
}

.tab_1 input {
    border: 1px solid #ccc;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
}

.tab_lt {
    font-size: 14px;
    text-align: right;
}

.tab_1 .span_1 {
    color: #f00;
}

.tab_1 .b17, .tab_1 .b18 {
    border: medium none;
    margin-left: 0;
    margin-top: 10px;
    padding: 0;
}

.tab_1 {
    line-height: 35px;
    margin: 10px 0 0 40px;
    font-size: 12px;
}

.tab_bz {
    vertical-align: top;
}

.red_x {
    color: #dd3904;
    display: inline;
    font-family: "宋体";
    font-size: 12px;
}

.company-name {
    background: #eee none repeat scroll 0 0;
    color: #3d3d3d;
    font-size: 20px;
    font-size-adjust: none;
    font-stretch: normal;
    font-weight: bold;
    letter-spacing: normal;
    margin: 0 0 10px 30px;
    min-height: 1.5em;
    padding: 0 10px;
    text-indent: 0;
    text-transform: none;
    white-space: pre-wrap;
    width: 290px;
    word-spacing: 0;
    word-wrap: break-word !important;
}


/*history*/
/*right arrow*/


.right-arrow {
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-left: 20px solid #e4e4e4;
    border-bottom: 11px solid transparent;
    margin-top:54px;
}

.left-arrow {
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-right: 20px solid #e4e4e4;
    border-bottom: 11px solid transparent;
    margin-top:54px;
}


.history-main-wrap {
    width:650px;
    margin:0 auto;
    text-align:center;
    height:auto;
    margin-bottom:50px;
    margin-left:46px;
    text-indent:0em;
}

    .history-main-wrap .history-clock {
        margin-left:-72px;
    }

.history-item-wrap {
    width:100%;
    display:block;
    clear:both;
}

.right-item {
    margin-left:118px;
}

.history-comment-wrap-left {
    border-radius:6px;
    width:258px;
    height:auto;
    text-align:left;
    font-size:14px;
    line-height:14px;
    background:#e4e4e4;
    padding:10px;
    margin-top:45px;
}

.history-comment-wrap-left-lg {
    border-radius:6px;
    width:258px;
    height:auto;
    text-align:left;
    font-size:14px;
    line-height:14px;
    background:#e4e4e4;
    padding:10px;
    margin-top:-12px;
    color:#666;
}

    .history-comment-wrap-left p {
        word-wrap:break-word;
        font-size:13px;
        line-height:10px;
        color:#666;
    }

.history-year-wrap {
    color:#ec5644;
    font-size:16px;
    float:left;
    font-weight:600;
    margin-top:54px;
    padding-left:15px;
   
    width:160px;
}

.last-dot {
    margin-left:278px;
}

.last-title {
    color:#ec5644;
    font-size:16px;
    float:left;
    font-weight:600;
    margin-left:-30px;
}

/*culture begin*/

.blank10 {
    clear: both;
    height: 10px;
    width: 100%;
}

.blank30 {
    clear: both;
    height: 30px;
    width: 100%;
}

.blank60 {
    clear: both;
    height: 60px;
    width: 100%;
}

.culture-content-wrap {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    clear:both;
}

.left-20 {
    float:left;width:20%;
}

.left-60 {
    float: left;
    width: 60%;
}

.culture-logo {
    width: 120px;
    height: 96px;
}

.culture-sologon {
    color: #ae1a1a;
    font-size: 24px;
    font-weight: 600;
}

.culture-big-word {
    font-size: 45px;
    font-weight: 700;
    color: #3377B8;
    width: 20%;
    float: left;
    text-align: right;
    /*opacity: 0.8;*/
}

.culture-detail-word {
    float: left;
    width: 60%;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
}

.font-blue {
    /*color: #3377B8;*/
    color: #ae1a1a;
}

.culture-big-sologon {
    text-align: left;
    padding-left: 50px;
}

    .culture-big-sologon p {
        font-size:20px;
        line-height:48px;
        color:#3d3d3d;
    }

.culture-split-line {
    border-bottom: 1px dashed #ccc;
    width: 80%;
    margin: 0 auto;
}

/*top nav splite*/
.top-nav-split {
    width: 1px;
    border-right: 1px solid #CCC;
    box-shadow: 1px 1px 1px 2px inset;
    float: left;
    position: absolute;
    top: 10px;
    height: 200px;
}

/*honor-img-list*/
.honor-img-list {
    margin:0;
    padding:0;
    list-style:none;
}

    .honor-img-list li {
        float: left;
        width: 230px;
        height: 185px;
        margin: 30px 10px;
    }

        .honor-img-list li a img {
            width: 220px;
            height: 146px;
            display: block;
        }

        .honor-img-list li p {
            text-indent:0em;
            text-align: center;
        }

/*foot-social-item*/
.foot-sns-wrap {
    width:100px;
    margin:0 auto;
    float:left;
    position:relative;
}

.foot-sns-wx {
    background:url(../images/new-img/wx.png) no-repeat center center;
    width:34px;
    height:34px;
    display:inline-block;
    cursor:pointer;
}

.foot-sns-wb {
    background:url(../images/new-img/wb.png) no-repeat center center;
    width:34px;
    height:34px;
    display:inline-block;
    cursor:pointer;
}

.foot-sns-qr-code {
    position:absolute;
    top:-120px;
    padding:5px;
    border:3px solid #000;
    background:#FFF;
}

.qr-code-wb {
    left:-40px;
    display:none;
}

.qr-code-wx {
    left:-10px;
    display:none;
}

/*brand story */
.brand-story-wrap {
    width:100%;
    margin:0 auto;
    padding-top:30px;
    padding-left:50px;
}

    .brand-story-wrap p {
        text-indent:0em;
        text-align:left;
        line-height:36px;
    }

    .brand-story-wrap p img {
        width:200px;
        height:60px;
    }

.brand-title-wrap {
    text-indent:0em;
    padding-bottom: 4px;
    border-bottom: solid 2px #3377B8;
}

.brand-slogan-list {

}

    .brand-slogan-list li {
        float:left;
        width:33.33%;
    }

    .brand-slogan-list li p {
        text-indent:0em;
        font-size:16px;
        color:#000;
        text-align:center;
    }

.brand-circle {
    background: #E3B818;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    word-wrap: break-word;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    text-indent:0em;
}

.brand-square {
    padding:5px 8px;
    color:#FFF;
    background:#3377B8;
    border-radius:4px;
    text-align:center;
    width:200px;
    text-indent:0em;
    font-size:20px;
    margin:0 auto;
    height:60px;
    line-height:50px;
}

.brand-title {
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
    background: #3377B8;
    color: #FFF;
}

.brand-half {
    width:50%;
}

.brand-center {
    text-align:center !important;
}

.brand-future-list li {
    width:50%;
    text-align:center;
    float:left;
    text-indent:0em;
}

.bg-dark-blue {
    background:#144076;
}

.bg-dark-red {
    background:#DB0F20;
}

.bg-gold {
    background:#E3B818;
}

/*合作伙伴*/
.partner-img-list {

}

    .partner-img-list li {
        width: 90px;
        height: 90px;
        float: left;
        margin: 10px 15px 50px 10px;
        text-align: center;
    }

        .partner-img-list li img {
            width: 100px;
            height: 100px;
        }