/*头部样式*/

#header {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    float: left;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 {
    line-height: 32px;
    padding-top: 5px;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

#menu {
    padding-top: 18px;
}


/*热门搜索*/

.search {
    text-align: left;
    padding: 30px 0 10px 0;
}

#formsearch {
    width: 233px;
    float: right;
}

.hotSearch {
    float: right;
    height: 29px;
    line-height: 29px;
    font-weight: normal;
    color: #2a2a2a;
    padding-right: 25px;
    _display: inline;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/*主体样式*/

.bg1 {
    background: url(../images/bg.jpg) no-repeat 50% 0;
}

.bg2 {
    background: url(../images/bg2.jpg) no-repeat 50% 0 #ebf6fc;
}

#container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
    background: #fff;
}

.boxx {
    width: 1200px;
    margin: 0 auto;
}


/* 资质证书 */

.honor {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;

}

.wave {
    width: 100%;
    height: 37px;
    background: url(../images/line.png) repeat-x left top;
    position: absolute;
    left: 0;
    top: -15px;
    z-index: 99;
    -webkit-animation: wave 10s cubic-bezier(.58, .29, .24, .88) infinite alternate;
    /* Chrome, Safari, Opera */
    animation: wave 10s cubic-bezier(.58, .29, .24, .88) infinite alternate;
}

@-webkit-keyframes wave {
    0% {
        top: -15px;
    }
    10% {
        top: 0px;
    }
    20% {
        top: -15px;
    }
    30% {
        top: 0px;
    }
    40% {
        top: -15px;
    }
    50% {
        top: 0px;
    }
    60% {
        top: -15px;
    }
    70% {
        top: 0px;
    }
    80% {
        top: -15px;
    }
    90% {
        top: 0px;
    }
    100% {
        top: -15px;
    }
}


/* Standard syntax */

@keyframes wave {
    0% {
        top: -15px;
    }
    10% {
        top: 0px;
    }
    20% {
        top: -15px;
    }
    30% {
        top: 0px;
    }
    40% {
        top: -15px;
    }
    50% {
        top: 0px;
    }
    60% {
        top: -15px;
    }
    70% {
        top: 0px;
    }
    80% {
        top: -15px;
    }
    90% {
        top: 0px;
    }
    100% {
        top: -15px;
    }
}

.honors {
    width: 1150px;
    margin: auto;
    padding: 75px 25px 20px;
    position: relative;
    z-index: 99;
}

.honors .content li {
    text-align: center;
    float: left;
    margin: 0 16px;
    position: relative;
    overflow: hidden;
}

.honors .content li h3 {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.honors .content li:hover h3 {
    top: 0;
}

.honors .content img {
    width: 200px;
    height: 200px;
}

.honors .content li a {
    display: block;
}

.honors .content li h3 a {
    vertical-align: middle;
    line-height: 230px;
}

.honors .content li h3 img {
    width: 32px;
    height: 32px;
}

.honors .content {
    width: 1150px;
    overflow: hidden;
    height: 230px;
    float: left;
}

.honorlist {
    width: 2000px;
}

.pre_left {
    cursor: pointer;
    width: 41px;
    height: 70px;
    position: absolute;
    background: url(../images/pre1.jpg) no-repeat;
    left: -41px;
    top: 50%;
    margin-top: -35px;
    z-index: 9999;
}

.pre_right {
    cursor: pointer;
    width: 41px;
    height: 70px;
    position: absolute;
    background: url(../images/next1.jpg) no-repeat;
    right: -41px;
    top: 50%;
    margin-top: -35px;
}

.pre_left:hover {
    background: url(../images/pre2.jpg) no-repeat;
}

.pre_right:hover {
    background: url(../images/next2.jpg) no-repeat;
}

.honor .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 600px;
    background: url(../images/honorbg.jpg) no-repeat center top;
    background-size: cover;
    -webkit-animation: move2 20s linear infinite alternate;
    /* Chrome, Safari, Opera */
    animation: move2 20s linear infinite alternate;
}

@-webkit-keyframes move2 {
    from {
        top: 0;
    }
    to {
        top: -290px;
    }
}


/* Standard syntax */

@keyframes move2 {
    from {
        top: 0;
    }
    to {
        top: -290px;
    }
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*友情链接*/

.f_link {
    width: 900px;
    overflow: hidden;
}


/*页面底部*/

#footer {
    background: #0a3d9b;
    color: #fff;
    padding-bottom: 10px;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #b6002a;
    text-decoration: none;
}

.nav_foot {
    text-align: center;
    line-height: 24px;
    color: #666;
}

.copyright {
    text-align: center;
    line-height: 24px;
}

.foot-up {
    line-height: 30px;
    padding: 15px 0 20px;
}

.footlogo {
    width: 436px;
    text-align: center;
    background: url(../images/line2.png) no-repeat 100% 50%;
    min-height: 76px;
}

.contacts {
    width: 448px;
    padding-left: 62px;
    line-height: 36px;
    background: url(../images/line2.png) no-repeat 100% 50%;
}

.contacts img {
    padding-right: 10px;
}

.ewm {
    width: 196px;
}

.copyright {
    padding-top: 18px;
}


/*------------内页-------------------*/

.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.left .box .content {
    padding: 5px 0px;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.n_banner {
    width: 1250px;
    margin: 0 auto;
    margin-top: 50px;
}

.n_banner img {
    width: 1250px;
    margin: 0 auto
}

.left {
    width: 225px;
    float: left;
}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact {
    margin-top: 10px;
}

.n_contact h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact .content {
    padding: 5px;
    line-height: 24px;
}

.right {
    width: 760px;
    float: right;
    padding-bottom: 10px;
}

.sitemp {
    line-height: 31px;
    height: 31px;
    overflow: hidden;
    padding-right: 10px;
    border-bottom: 1px solid #ddd;
}

.sitemp h2 {
    width: 340px;
    float: left;
    line-height: 31px;
    text-align: center;
    text-align: left;
    text-indent: 15px;
    font-size: 14px;
}

.sitemp .site {
    width: 380px;
    float: right;
    text-align: right;
    line-height: 30px;
}

.right .content {
    padding: 10px;
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}

.sort_album {
    margin-top: 15px;
}
.pages{padding:10px 20px;}
.pages .content {
    padding: 52px 0;
}
.pages .contentt {
    padding: 20px 0;
}
