@charset "utf-8";
/*subnav*/
.subnav {
    min-height: 12rem;
    background: #f7f7f7;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: flex
}
.subnav-list{
}
.subnav .subnav-btn a {
    display: block;
    border: 1px solid #d7d7d7;
    text-align: center;
    line-height: 32px;
    font-size: 1.4rem;
    padding: 0 4rem;
}
.subnav .subnav-tit {
    padding: 1rem 0.5rem;
}
.subnav .subnav-btn a:hover {
    background: #900000;
    color: white;
    border: 1px solid #d7d7d7;
}
.subnav .actred {
    color: white;
}
.subnav .actred a {
    color: #fff;
    background: #900000;
}
/*index*/
.index-container .banner .carousel-control-prev-icon {
    background-image: url("/images/icon/arrow-left.png");
    width: 60px;
    height: 60px;
    background-size: 100px;
}
.index-container .banner .carousel-control-next-icon {
    background-image: url("/images/icon/arrow-right.png");
    width: 60px;
    height: 60px;
    background-size: 100px;
}
.section-one {
    text-align: center;
}
.section-title {
    padding: 4rem 0;
}
.section-title h2 {
    font-size: 3rem;
    padding: 2rem 0;
    color: #333;
}
.section-title h4 {
    font-size: 2rem;
    color: #555;
    font-weight: 100;
}
.display-block {
    display: block;
}
.container-main .section-con .img-88 {
    width: 880px;
    height: 670px;
}
.container-main .section-con .img-55 a {
    width: 550px;
    height: 330px;
}
.container-main .section-con .img-55 a:nth-child(1) {
    margin-bottom: 1rem;
}
.box {
    text-align: center;
    overflow: hidden;
    position: relative;
}
.box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.box:hover:before {
    width: 100%;
    left: 0;
    opacity: 0.5;
}
.box img {
    width: 100%;
    height: auto;
}
.box .box-content {
    width: 100%;
    padding: 14px 18px;
    color: #fff;
    position: absolute;
    top: 38%;
    left: 0;
}
.box .title {
    font-size: 3rem;
    opacity: 0;
    transition: all 0.5s ease 0s;
    padding: 2rem 0;
    font-weight: 100;
}
.box .post {
    font-size: 1.6rem;
    text-transform: capitalize;
    opacity: 0;
    transition: all 0.5s ease 0s;
    font-weight: 100;
    letter-spacing: 2px;
}
.box:hover .title, .box:hover .post {
    opacity: 1;
    transition-delay: 0.2s;
}
.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 15px;
}
.box .icon li {
    display: inline-block;
}
.box .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #f74e55;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-right: 5px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease 0s;
}
.box:hover .icon li a {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.5s;
}
.box:hover .icon li:last-child a {
    transition-delay: 0.8s;
}
.box-content {
    color: #fff;
}
.h80 {
    height: 8rem;
}
.section-title {
    text-align: center;
    padding: 6rem;
}
.section-title h2 {
    font-size: 5rem;
    font-weight: 100;
}
.section-products {
    text-align: center;
    background: #efefef;
}
.pro-tit {
    font-size: 1.4rem;
    bottom: 2rem;
    position: absolute;
    bottom: 4%;
    left: 5%;
    color: #fff;
}
.section-products .section-con > ul > li {
    padding-bottom: 3rem;
}
.section-products .section-con > ul {
    width: 100%;
}
/*
.index .news_list li {
    position: relative;
    float: left;
    border: 1px solid #d7e0e8;
    width: 31.8%;
    cursor: pointer;
    height: 540px;
        margin-bottom: 20px;
    margin-right:20px;
}

.index .news_list li:nth-child(3), .index .news_list li:nth-child(6){
    margin-right:0;
}
*/
.index .news_list li {
    padding: 0;
    margin-bottom: 2rem;
}
.index .news_list li:hover {
    -moz-box-shadow: 0px 18px 15px #f6f6f6;
    -webkit-box-shadow: 0px 18px 15px #f6f6f6;
    box-shadow: 0px 18px 15px #f6f6f6;
    transition: 0.5s;
}
.index .news_list li:hover .news_cover img {
    transform: scale(1.05);
}
.index .news_list li:hover .more {
    transform: scale(1.05) translateX(10px)
}
.index .news_list a {
    color: #888;
    border: 1px solid #d7e0e8;
    display: block;
    margin: 0 10px;
}
.index .news_list .news_cover {
    overflow: hidden;
    height: 300px;
}
.index .news_list .news_cover img {
    width: 100%;
    transition: 0.5s;
    height: 100%;
}
.index .news_list .news_title {
    width: 85%;
    margin: 20px auto;
    color: #333;
    font-size: 1.6rem;
    line-height: 3rem;
}
.index .news_list .text {
    width: 85%;
    margin: 20px auto 0;
    font-size: 1.4rem;
    line-height: 2.8rem;
}
.index .news_list .more {
    color: #f39700;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 3rem 4rem;
}
ul.news_list {
    overflow: hidden;
}
.section-case .case-tit p {
    font-size: 1.6rem;
    padding: 1.6rem 1.6rem 3rem 1.6rem;
    color: #000;
    line-height: 100%;
}
.section-case .case-img {
    max-width: 450px;
    max-height: 300px;
    overflow: hidden;
}
.section-case {
    background-image: url(https://guopingshiye.oss-cn-beijing.aliyuncs.com/images/icon/index-case-bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.section-case .section-title h2 {
    color: #d4d4d4
}
.section-case .section-title h4 {
    color: #d4d4d4
}
.section-case .case-tit p {
    color: #fff;
}
.case_list li {
    padding: 0;
    margin-bottom: 2rem;
}
.case_list li > a {
    display: block;
    border: 1px solid #d7e0e8;
    margin: 0 10px;
    background: #fff;
}
.case_list .case_cover {
    overflow: hidden;
}
.case_list li:hover {
    transition: 0.5s;
}
.case_list li:hover .case_cover img {
    transform: scale(1.05);
}
.case_list li:hover .more {
    transform: scale(1.05) translateX(10px)
}
.case_list .case_cover img {
    width: 100%;
    transition: 0.5s;
    height: 300px;
    ;
}
.case_list .case_title {
    width: 85%;
    margin: 20px auto;
    color: #333;
    font-size: 1.6rem;
    line-height: 3rem;
}
.case_list .text {
    width: 85%;
    margin: 20px auto 0;
    font-size: 1.4rem;
    line-height: 2.8rem;
}
.case_list .more {
    color: #f39700;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 3rem 4rem;
}
.section-about {
    background-image: url(https://guopingshiye.oss-cn-beijing.aliyuncs.com/images/icon/index-about.jpg
);
    background-repeat: no-repeat;
}
.section-about .section-title h2 {
    color: #fff;
}
.section-about .section-title h4 {
    color: #fff;
}
.section-about .about-info p {
    font-size: 16px;
    color: #fff;
    line-height: 4rem;
}
.section-about .section-title {
    text-align: left;
    padding: 5rem 0;
}
.section-about .section-con {
    padding: 12rem 0;
}
.section-about .nuibox {}
.section-about .nuibox em {
    font-size: 6rem;
    color: #fff;
}
.section-about .nuibox h5 {
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
}
.section-about .nuibox .li {
    text-align: center;
}
.section-about2 {
    padding: 8rem 0;
}
.section-about2 .col-xl-4 p {
    font-size: 5rem;
}
.section-about2 .col-xl-4 p:nth-child(2) {
    color: #c00;
}
.section-about2 .col-xl-8 h4 {
    font-size: 2rem;
    padding-bottom: 1rem;
}
.section-about2 .col-xl-8 p {
    color: #555;
    font-size: 1.6rem;
    line-height: 3.2rem;
}
.section-about2 .col-xl-8 p span {
    padding-right: 1rem;
    font-size: 2rem;
    color: #333;
}
.section-about2 .col-xl-8 img {
    padding: 1rem 0;
}
/*products*/
.products {
    background: #f7f7f7;
}
.products .pro-tit {
    font-size: 1.4rem;
    bottom: 2rem;
    position: absolute;
    bottom: 4%;
    left: 5%;
    color: #fff;
}
.trans {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 80px;
}
.products .col-6 {
    padding: 0 10px;
}
.zoom-img {
    transition: .5s;
}
.zoom-img:hover {
    transform: translateZ(0) scale(1.05);
}
div.pagebutton {
    margin: 7rem auto;
}
a.pagea {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    color: #999999;
    font-size: 1.4rem;
    text-decoration: none;
    margin: 0 2px;
    text-align: center;
}
.pagediv a:hover, .pagediv a.on {
    color: #FFF;
    text-decoration: none;
    background: #555555;
    width: 3rem;
    height: 3rem;
}
.products li.col-6 {
    padding: 10px;
}
/*products-content*/
.products-content .container-main {
    width:76%;
    overflow: hidden;
    margin-top: 4rem;
}
.products-content .container-main > .content-left {
    width:32%;
}
.products-content .container-main .content-right p {
    font-size: 1.6rem;
    line-height: 2.8rem;
}
.content-text {}
.products-content h1 {
    font-size: 2.2rem;
    line-height: 3rem;
    margin-left: 10%;
    padding: 0 0 1rem 0;
}
.products-content .content-left > h3 {
    margin: 0 auto;
}
.artic {
    font-size: 1.4rem;
    line-height: 2.8rem;
    color: #555;
    padding-left: 10%;
    padding-right: 5%;
    padding-top: 1rem;
}
.artic p strong {
    color: rgb(85, 85, 85);
    font-size: small;
    font-weight: 700;
}
.content-right{
    padding: 0 1.5rem;
}
.content-img {
    width: 65%;
}
.content-img img {
    padding: 0 2rem 4rem 2rem;
}
.content-proinfo {
    background: #f7f7f7;
    padding: 3rem 0;
}
.content-left .rel-case ul li {
    padding: 0;
    width: 48%;
}
.content-left h3 {
    background: #313131;
    color: white;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    margin: 2rem 0;
    text-indent: 2rem;
}
.content-left h4 {
    margin-top: 6px;
    font-size: 1.4rem;
    line-height: 2.8rem;
    padding-bottom: 1rem;
}
/*news*/
.news-content .title {
    display: block;
    border-bottom: 1px solid #ededed;
    padding: 2% 0px;
    text-align: center;
}
.news-content h1 {
    color: #5e5e5e;
    font: 3rem/1.5 "microsoft yahei";
}
.news-content p.adddate {
    color: #bcbbbb;
    font-size: 1.4rem;
    padding: 1rem 0;
}
.news-content .artic {
    width: 100rem;
    margin: 4rem auto;
    color: #333;
    padding: 0;
}
.news-content .artic p {
    font-size: 1.6rem;
}
.news-content .artic img {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 3rem 0;
}
.news-content .artic a{
    padding:0 0.5rem;
    color:#900000;
}
.news-content .artic a:hover{
     text-decoration:underline;
}
.next-page {
    width: 100rem;
    margin: 4rem auto;
    border-top: 1px solid #ededed;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.next-page ul li {
    width: 48%;
}
.primary-image {
    float: left;
}
.next-page a {
    font-size: 1.6rem;
    color: #666;
    line-height: 3.8rem;
}
.next-page a:hover {
    color: #333;
}
.next-page ul li p {
    line-height: 3.8rem;
    text-indent: 4rem;
    font-size: 1.6rem;
    color: #333;
}
.next-page li.pre {
    background: url("/images/icon/leftarrow1.jpg") no-repeat 0;
}
.next-page li.pre:hover {
    background: url("/images/icon/leftarrow2.jpg") no-repeat 0;
}
.next-page li.next {
    background: url("/images/icon/rightarrow.png") no-repeat 0;
    background-position: right;
}
.next-page li.next:hover {
    background: url("/images/icon/rightarrow.jpg") no-repeat 0;
    background-position: right;
}
.next-page .next p {}
/*news*/
.news .item {
    width: 65%;
    max-width: 1200px;
    line-height: 2.8rem;
}
.news > ul > li {
    border-bottom: 1px solid #e8e8e8;
    padding: 5rem 0;
}
.news > ul > li:hover {
    background: #f7f7f7;
}
.news > ul > li > a:hover p.ns_con {
    color: #555;
}
.news .item .col-4 {
    padding: 0
}
.news .item .col-8 {
    padding: 0
}
.news .item div.img img {
    width: 80%;
}
.news .item p.ns_adddate {
    color: #888888;
    padding-bottom: 2rem;
}
.news .item p.ns_title {
    padding-bottom: 30px;
    font-size: 1.8rem;
    ;
    color: #333;
}
.news .item .n_arrow {
    background: url("/images/icon/leftarrow1.jpg") no-repeat 0;
    width: 3.8rem;
    height: 3.8rem;
}
.news .item:hover .n_arrow {
    background: url("/images/icon/leftarrow2.jpg") no-repeat 0;
}
/*about*/
.about h1, .contact h1 {
    height: 108px;
    font-size: 2.4rem;
    color: #555555;
    letter-spacing: 1px;
    font-weight: bold;
}
.about .about-info {
    text-align: center;
    line-height: 3.2rem;
    color: #666;
}
.about .section2 {
    color: #fff;
    margin: 4rem 0;
}
.about .section2 .img1 {
    background-image: url(/images/icon/about-jingwu.jpg);
    background-size: contain;
}
.about .section2 .img2 {
    background-image: url(/images/icon/about-jizhuangxiang.jpg);
    background-size: contain;
}
.about .section2 .img3 {
    background-image: url(/images/icon/about-weishengjian.jpg);
    background-size: contain;
}
.about .section2 h4 {
    font-size: 2rem;
    padding-top: 5rem;
    text-align: center;
}
.about .section2 .container-fluid p {
    padding: 5rem;
    line-height: 3rem;
    color: #fff;
}
.about .section2 a.btn {
    padding: 10px 20px;
    font-size: 1rem;
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 40px;
    margin: 0 auto 40px auto;
    display: inline-block;
    width: 140px;
}
.about .section1 {
    padding: 5rem;
    background: #f3f3f3;
}
.about .section1 .col-4 {
    padding: 4rem;
}
.about .section1 .title {
    font-size: 2rem;
    color: #555;
    padding: 1rem 0;
}
.about .section1 p {
    color: #666;
    line-height: 3rem;
}
.about .section3 .nuiBox {
    margin-top: 4rem;
    height: 14rem;
    border-top: 1px solid #dae0e6;
    border-bottom: 1px solid #dae0e6;
    text-align: center;
}
.about .section3 .nuiBox .li {
    padding-top: 43px;
}
.about .section3 .nuiBox .li.i1:before {
    display: none;
}
.about .section3 .nuiBox .li:before {
    content: "";
    display: block;
    width: 0;
    height: 60px;
    border-left: 1px solid #dae0e6;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.about .section3 .nuiBox .li em {
    display: inline-block;
    color: #ffb400;
    font: 35px/26px 'Rubik';
}
.about .section3 .nuiBox .li h5 {
    color: #868686;
    font-size: 15px;
}
.licheng .events-list {
    padding-top: 120px;
}
.licheng .events-list .dl {
    max-width: 1100px;
    height: 166px;
    margin: 0 auto;
}
.licheng .events-list .dl .dt {
    float: left;
    width: 380px;
    height: 166px;
    position: relative;
}
.licheng .events-list .dl .dt .ic {
    position: absolute;
    right: -22px;
    top: -1px;
    z-index: 50;
    width: auto;
}
.licheng .events-list .dl .dt:before {
    content: "";
    display: block;
    width: 205px;
    height: 0;
    border-top: 1px solid #dae0e6;
    position: absolute;
    right: 0;
    top: 7px;
}
.licheng .events-list .dl .dt:after {
    content: "";
    display: block;
    width: 0;
    height: 166px;
    border-right: 1px solid #dae0e6;
    position: absolute;
    right: 0;
    top: 7px;
}
.licheng .events-list .dl .dt h5 {
    color: #ffb400;
    font: 48px/36px 'Rubik';
    margin-top: -10px;
}
.licheng .events-list .dl .dd {
    float: left;
    width: 720px;
    height: 166px;
    padding-left: 40px;
}
.licheng .events-list .dl .dd h3 {
    color: #808080;
    margin-bottom: 15px;
    margin-top: -4px;
}
@media screen and (max-width: 1199px) {
    .licheng {
        padding-bottom: 300px;
    }
    .licheng .events-list .dl .dt {
        width: 20%;
    }
    .licheng .events-list .dl .dd {
        width: 80%;
        min-height: 166px;
        height: auto;
        padding-bottom: 60px;
    }
    .licheng .events-list .dl .dt h5 {
        width: 90px;
        background-color: #FFF;
        font-size: 35px;
        position: relative;
        z-index: 99;
    }
    .licheng .events-list .dl .dt:before {
        max-width: 100%;
    }
    .licheng .events-list .dl .dt:after {
        display: none;
    }
    .licheng .events-list .dl .dd {
        border-left: 1px solid #dae0e6;
    }
    .licheng .events-list {
        position: relative;
    }
    .licheng .events-list:after {
        content: "";
        display: block;
        clear: both;
    }
    .licheng .events-list .dl {
        height: auto;
    }
}
@media screen and (max-width: 750px) {
    .licheng .events-list {
        padding-top: 30px;
    }
    .licheng .events-list .dl .dt h5 {
        width: 48px;
        font-size: 18px;
    }
    .licheng .events-list .dl .dt {
        width: 23%;
    }
    .licheng .events-list .dl .dd {
        width: 77%;
        padding-left: 30px;
    }
    .licheng {
        background: none;
        padding-bottom: 80px;
    }
}
/*wenhua*/
.wenhua .section {
    max-width: 1200px;
    margin-top: 6rem;
    font-size: 1.4rem;
    color: #666;
    text-align: center;
}
.wenhua .section li {
    height: 26rem;
    margin: 2rem;
    font-size: 1.6rem;
    padding: 0;
    height: 26rem;
    margin: 0 0 5px 0;
}
.wenhua .section ul {
    padding: 0;
    margin: 0 auto;
}
.wenhua .section li .fl {
    font-size: 2rem;
    padding: 0;
    width: 40rem;
    float: left;
    margin-right: 5px;
}
.wenhua .section li .fr {
    font-size: 1.6rem;
    float: left;
    background: #f7f7f7;
    height: 26rem;
    width: 795px;
}
.wenhua .section li img {
    height: 26rem;
}
.clear-line {
    height: 1px;
    clear: both;
}
.wenhua .section h3 {
    font-size: 2.6rem;
    margin: 8rem auto 2rem auto;
    color: #c00;
}
.wenhua .section h4 {
    font-size: 1.6rem;
}
.wenhua .linian {
    background: #f7f7f7;
    line-height: 2.8rem;
}
.wenhua .linian h3 {
    margin: 0 auto;
    padding: 5rem;
}
.wenhua .linian p {
    padding: 2rem 10rem;
}
.wenhua .linian p span {
    color: #c00;
    font-size: 1.6rem;
    padding: 0 1rem;
}
/*contact*/
.contact .address {
    line-height: 3.2rem;
    color: #555;
}
.contact .address p {
    font-size: 1.6rem;
    text-align: center;
}
/*case*/
.case {
    background: #f7f7f7;
}
.case-container .subnav .subnav-btn a {
}
.case .case-tit p {
    font-size: 1.6rem;
    padding: 1.6rem 1.6rem 3rem 1.6rem;
    color: #000;
    line-height: 100%;
}
.case .case-img {
    max-width: 450px;
    max-height: 300px;
    overflow: hidden;
}
/*media screen*/
@media screen and (max-width: 1199px) {
    .index-container .banner .carousel-control-prev-icon, .index-container .banner .carousel-control-next-icon {
        width: 40px;
        height: 40px;
        background-size: 40px;
    }
    .container-main {
        width: 100%;
    }
    .section-title {
        padding: 0;
    }
    .section-title h2 {
        font-size: 2.6rem;
        font-weight: 100;
        padding: 4rem 0 1rem 0;
    }
    .section-title h4 {
        line-height: 1.6rem;
        font-size: 1.4rem;
        font-weight: 100;
        padding: 0 2rem 4rem 2rem;
    }
    .container-main .section-con .img-55 a {
        width: auto;
        height: auto;
    }
    .container-main .section-con .img-88 {
        height: auto;
    }
    .section-about .nuibox em {
        font-size: 2rem;
    }
    .section-about .section-con {
        padding: 6rem 0;
    }
    .section-about .section-title {
        padding: 0;
    }
    .section-about .section-title h2 {
        text-align: center;
    }
    .section-about .section-title h4 {
        text-align: center;
    }
    .section-about2 {
        padding-top: 0
    }
    .section-about2 .col-xl-4 p {
        font-size: 3rem;
        text-align: center;
    }
    .section-about2 .col-xl-4 {
        padding: 4rem 0;
    }
    .section-about2 .col-xl-8 h4 {
        font-size: 2rem;
        padding-bottom: 1rem;
    }
    .section-about2 .col-xl-8 p {
        color: #555;
        font-size: 1.6rem;
        line-height: 3.2rem;
    }
    .section-about2 .col-xl-4 p:nth-child(2) {
        color: #c00;
    }
    .section-products .section-con > ul > li{
        padding-left:5px;
        padding-right:5px;
    }
    .news .item{
        width:100%;
    }
    .news .item p.ns_title{
        padding:10px 0;
    }
    .wenhua .section li .fr{
        width:100%;
    }
    .wenhua .linian p{
        padding:2rem;
    }
    .products-content .container-main{
        width:100%;
    }
    .content-img{
        width:auto;
    }
    .news-content .artic{
        padding:0 10px;
	width:100%;
    }

}
@media screen and (max-width:1900px) and (min-width:1400px){
    .container-main .section-con .img-88 {
        max-width: 650px;
    }
    .container-main .section-con .img-55 a {
        max-width: 400px;
        height: auto;
    }
}
@media screen and (max-width:1366px) and (min-width:1200px){
    .products-content .container-main > .content-left {
        width: 32%;
    }
    .content-img {
        width: 65%;
    }
    .container-main .section-con .img-88 {
        max-width: 580px;
    }
    .container-main .section-con .img-55 a {
        max-width: 360px;
        height: auto;
    }
}
@media screen and (max-width:1199px){
    .products-content .container-main > .content-left{
        width:100%
    }
    .subnav .subnav-btn a{
        padding: 0 2rem;
    }
}
/* CSS Document */