@charset "utf-8";
html, body {
    width: 100%;
    height: 100%;
    background: #e7e7e7;
}
.content {
    width: 1100px;
    margin: auto;
    padding:50px 0 40px 0;
}
.title {
    text-align: center;
}
.title > span {
    display: block;
}
.title .en-title {
    font-weight: bold;
}
.title strong {
    padding-right: 6px;
    color: #10802e;
}
.wrap {

}
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    height: 70px;
}
/*导航*/
.header .content {
    width: 800px;
    height: 71px;
    padding: 0;
}
.header.scroll {
    background: #fff;
    border-bottom: 1px solid #aaa;
}
.logo {
    float: left;
    width: 115px;
    height: 69px;
    padding: 0px 0;
}
.logo a {
    display: block;
    height: 100%;
}
.logo a img {
    display: none;
    width: 100%;
    height: 100%;
}
.logo a .top {
    display: block;
}
.scroll .logo a .no-top {
    display: block;
}
.scroll .logo a .top {
    display: none;
}
.nav {
    float: right;
}
.nav ul {
    padding: 0;
    margin: 0;
}
.nav a {
    position: relative;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
.nav ul {
    padding: 0;
    list-style: none;
}
.nav li {
    float: left;
    padding: 0 10px;
}
.navigation-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    border-bottom: solid 2px;
}
.navigation-link:before {
    left: 0;
}
.navigation-link:before {
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}
.navigation-link:hover {
    color: #fff;
}

.navigation-link:hover:before {
    width: 100%;
}
.navigation-link.selected {
    color: #fff;
}
.navigation-link.selected:before {
    width: 100%;
}
.scroll a.navigation-link {
    color: #184678;
}

.big-pic {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
#scene {
    padding: 0;
    margin: 0;
    width: 115%;
    height: 120vh;
    overflow: hidden;
    top: -5%;
    left: -5%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.layer {
    width: 110%;
    height: 120vh;
    overflow: hidden;
}
.pic-layer1 {
    background-image: url(../images/big_pic.jpg);
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -5%;
    top: -5%;
}
.company-name {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(43,105,145,.2);
}
.company-name .word-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 800px;
    height: 90px;
    margin: auto;
    text-align: center;
    color: #fff;
}
.company-name .word-wrap h1 {
    padding: 0;
    margin: 0;
    font-size: 45px;
    height: 60px;
    line-height: 60px;
    font-weight: 500;
}
.company-name .word-wrap h2 {
    font-size: 25px;
    padding: 0;
    margin: 0;
    height: 25px;
    line-height: 30px;
    font-weight: 200;
}
.about-us {
    background: #fff;
}
.about-us .content p {
    line-height: 30px;
    text-align: justify;
    font-size: 14px;
    color: #999;
    text-indent: 2em;
}

.products-show {
    background: #f2f6f8;
}
.products ul {
    padding: 20px 0;
    margin: 0;
    text-align: center;
}
.products ul li {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin: 0 15px 10px;
    border: 3px solid #ccc;
}
.products ul li a {
    display: block;
    height: 100%;
    text-decoration: none;
}
.products ul li a img {
    display: block;
    width: 100%;
    height: 100px;
}
.products ul li a span {
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    background: #fff;
    color: #000;
}
/*新闻中心*/
.news-center {
    background: #f2f6f8;
    /*background: #fff;*/
}
.news-list ul {
    padding: 30px 0;
    margin: 0;
    text-align: center;
}
.news-list li {
    float: left;
    list-style: none;
    display: inline-block;
    width: 530px;
    padding: 8px;
    height: 180px;
}
.news-list li a {
    position: relative;
    display: block;
    height: 100%;
    background: #ebebeb;
}
.news-img {
    float: left;
    width: 180px;
    height: 100%;
}
.news-img img {
    display: block;
    width: 100%;
    height: 100%;
}
.news-content {
    float: right;
    width: 345px;
    padding: 8px 5px;
}
.news-content h3 {
    padding: 0;
    margin: 0;
    height: 44px;
    line-height: 44px;
    text-align: left;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-content p {
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 100px;
    max-height: 80px;
    line-height: 28px;
    font-size: 12px;
    color: #999;
    font-weight: normal;
    text-align: left;
}
.news-content span {
    position: absolute;
    left: 190px;
    bottom: 0;
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    text-align: left;
}
.page-box {
    margin: auto;
    text-align: center;
    font-size: 0;
}
.page-box span {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    margin: 0 3px;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    line-height: 14px;
    cursor: pointer;
}
.page-box span em {
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
}
.page-box span.prev,
.page-box span.next {
    position: relative;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background: #184678;
}
.page-box span.prev em {
    right: 5px;
    top: 3px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    /*border-left: 6px solid transparent;*/
    border-right: 6px solid #fff;
}
.page-box span.next em {
    left: 5px;
    top: 3px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
    /*border-right: 6px solid #fff;*/
}
.page-box span.num {
    color: #ccc;
}
.page-box span.num.selected {
    color: #229e55;
}
/*资质*/
.certificate {
    background: #fff;
}
.certificate-list {
    padding: 20px 0;
}
.certificate-wrap {
    overflow: hidden;
    height: 175px;
    border: 3px solid #ddd;
}
.limarquee-inner {
    float: left;
    position: relative;
    white-space: nowrap;
}
.certificate-list ul {
    display: inline-block;
    position: relative;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    height: 149px;
    white-space: nowrap;
    background:none !important;
}
.certificate-list ul li {
    display: inline-block;
    width: 160px;
    height: 149px;
    padding-right: 12px;
    cursor: pointer;
}
.certificate-list ul li img {
    display: block;
    width: 100%;
    height: 120px;
}
.certificate-list ul li p {
    padding: 0;
    margin: 0;
    height: 39px;
    line-height: 39px;
    text-align: center;
    font-size: 12px;
}
/*合作伙伴*/
.partner {
    background: #fff;
}
.mate-member {
    padding: 30px 40px 0;
    margin: auto;
    text-align: center;
}
.partner .member {
    display: inline-block;
    height: 4.5rem;
    margin: 0 2rem 4rem 0;
}
.partner .member a {
    display: inline-block;
}
.partner .member.juhua {
    height: 0.8rem;
}
.partner .member.zijin {
    height: 1.3rem;
}
.partner .member img {
    display: inline-block;
    height: 60px;
}
/*联系我们*/
.contact-us {
    background: url("../images/bottom_bg.png");
    background-position: center;
    background-size: cover;
}
.contact-us .content {
    width: 1000px;
    height: 500px;
    color: #fff;
    font-size: 22px;
}
.our-info {
    float: left;
    width: 50%;
}
.our-info .title {
    padding-bottom: 40px;
}
.our-info .title h3 {
   font-size: 40px;
    padding: 0;
    margin: 0;
    text-align: left;
}
.our-info .title p {
    font-size: 18px;
    padding: 0;
    margin: 0;
    text-align: left;
}
.our-info .info-ceil {
    padding: 10px 0;
}
.our-info .info-ceil em {
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.contact-us .map {
    float: right;
    width: 450px;
    height:320px;
    margin-top: 30px;
    border: 2px solid #aaa;
}
@media screen and (max-width: 1000px) {
    .about-us .content {
        width: 80%;
    }
    .products-show .content {
        width: 80%;
    }
    .partner .content {
        width: 80%;
    }
    .news-center .content {
        width: 80%;
    }
    .certificate .content {
        width: 80%;
    }
    .contact-us .content {
        width: 80%;
    }
    .contact-us .map {
        width: 300px;
        height: 250px;
    }
}
@media screen and (max-width: 500px) {
    .about-us .content p {
        font-size: 0.8rem;
        line-height: 1.3rem;
    }
    .products ul li {
        width: 80px;
        height: 80px;
    }
    .products ul li a img {
        height: 60px;
    }
    .partner .member img {
        height: 38px;
    }
    .mate-member {
        padding: 15px 10px 0;
    }
    .partner .content {
        width: 100%;
    }
    .partner .member {
        margin: 0 0rem 0rem 0;
    }
    .news-center .content {
        width: 320px;
    }
    .news-list li {
        width: 304px;
        height: 110px;
    }
    .news-img {
        width: 110px;
    }
    .news-content {
        width: 186px;
    }
    .news-content h3 {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }
    .news-content p {
        line-height: 16px;
        max-height: 48px;
    }
    .news-content span {
        left: 125px;
        font-size: 0.5rem;
    }
    .our-info .title h3 {
        font-size: 18px;
    }
    .our-info .title p {
        font-size: 14px;
    }
    .contact-us .content {
        font-size: 12px;
    }
    .our-info {
        width: 80%;
    }
    .our-info .info-ceil {
        padding: 5px 0;
    }
    .our-info .title {
        padding-bottom: 7px;
    }
    .content {
        padding: 25px 0 40px 0;
    }
    .contact-us .map {
        width: 300px;
        height: 224px;
    }
    .company-name .word-wrap {
        width: 280px;
    }
    .company-name .word-wrap h1 {
        font-size: 22px;
    }
    .company-name .word-wrap h2 {
        font-size: 14px;
    }
    .logo {
        float: left;
        width: 83px;
        height: 62px;
        padding: 18px 8px;
    }
    .header {
        height: 63px;
    }
    .nav {
        width: 280px;
    }
    .header .content {
        width: 380px;
    }
    .nav a {
        height: 63px;
        line-height: 63px;
        font-size: 0.8rem;
    }
}