.pgbanner {
    height: 470px;
    overflow: hidden;
}

.pgbanner .banimg {
    height: 470px;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    animation-name: pimg;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}

.pgb1 .banimg {
    background-image: url(../images/pgban1.jpg);
}

.pgb2 .banimg {
    background-image: url(../images/pgban2.jpg);
}

.pgb3 .banimg {
    background-image: url(../images/pgban3.jpg);
}

.pgb4 .banimg {
    background-image: url(../images/pgban4.jpg);
}

.pgb5 .banimg {
    background-image: url(../images/pgban5.jpg);
}

.pgbanner .tit {
    width: 1200px;
    color: #fff;
    opacity: 1;
    animation-name: pbt;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    position: absolute;
    left: 0;
    right: 0;
    top: 300px;
    margin: auto;
}

.pgbanner .tit h3 {
    font-size: 40px;
    font-family: 'Arimo', sans-serif;
    font-weight: 200;
}

.pgbanner .tit p {
    font-size: 40px;
    font-weight: 200;
}

@keyframes pimg {
    from {
        transform: scale(1.1);
    }
    to {
        transform: scale(1);
    }
}

@keyframes pbt {
    from {
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

.pgbar {
    width: 1200px;
    height: 150px;
    margin: -75px auto 0;
    position: relative;
    z-index: 99;
    display: block;
}

.pgbar .barT {
    width: 300px;
    height: 150px;
    background: #e52029 url(../images/ico-arrow2.png) no-repeat 250px 90px;
    color: #fff;
    padding: 45px 30px 0 30px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    float: left;
}

.pgbar .barT span {
    display: block;
    width: 30px;
    height: 4px;
    background-color: #fff;
}

.pgbar .barT div {
    margin-top: 32px;
}

.pgbar .barT div h3 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 5px;
}

.pgbar .barT div p {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 5px;
}

.pgbar .pgnavbox {
    float: left;
    width: 900px;
    height: 75px;
    background-color: #fff;
    margin-top: 75px;
    box-shadow: 0 13px 24px rgba(15, 83, 138, 0.3);
}

.pgbar .pgnavbox ul li {
    float: left;
    font-size: 16px;
    color: #494949;
    line-height: 75px;
    text-align: center;
    position: relative;
}

.pgnavbox ul.w5 li {
    width: 20%;
}

.pgnavbox ul.w4 li {
    width: 25%;
}

.pgnavbox ul.w3 li {
    width: 33.3%;
}

.pgnavbox ul.w2 li {
    width: 50%;
}

.pgnavbox ul.w1 li {
    width: 100%;
}

.pgbar .pgnavbox ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pgbar .pgnavbox ul li.cur a {
    background-color: #f28f8f;
    color: #fff;
    position: relative;
}

.pgbar .pgnavbox ul li.cur:before {
    content: " ";
    width: 30px;
    height: 3px;
    background-color: #f82635;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    margin: auto;
}

.pgmain {
    margin-top: 70px;
    margin-bottom: 70px;
}

#pg-about p {
    font-size: 20px;
}

.textstyle1 {
    line-height: 2em;
    color: #737373;
}

.textstyle1 p {
    margin-bottom: 10px;
}


/**************ABOUT*****************/

#pg-about .fl {
    width: 530px;
    padding-top: 20px;
}

#pg-about .fr {
    float: right;
    width: 599px;
    height: 400px;
    box-shadow: 0 20px 46px rgba(15, 83, 138, 0.4);
    border-radius: 5px;
    overflow: hidden;
}


/**************ABOUT END*****************/


/**************企业实景*****************/

.photolist {
    width: 1240px;
}

.photolist li {
    float: left;
    width: 380px;
    height: 290px;
    margin-right: 30px;
    margin-bottom: 25px;
}

.photolist li a {
    display: block;
    width: 380px;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.photolist li a .img {
    width: 380px;
    height: 250px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    transition: all .2s;
}

.photolist li a .img img {
    width: 100%;
    height: auto;
}

.photolist li a p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    height: 35px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    border-radius: 0 0 5px 5px;
    padding-top: 80px;
    transition: all .2s;
}

.photolist li a:hover {
    box-shadow: 0 20px 40px rgba(15, 83, 138, 0.4);
}

.photolist li a:hover p {
    opacity: .5;
}


/**************资质证书*****************/

#pg-cert .cert-list {}

#pg-cert .cert-list>li {
    width: 20%;
    height: 320px;
    border: 1px solid #eee;
    margin: 0 0 -1px -1px;
    float: left;
    transition: all .3s;
    box-sizing: border-box;
    background-color: #fff;
}

#pg-cert .cert-list>li>a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#pg-cert .cert-list>li>a>.img {
    width: auto;
    height: 240px;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    overflow: hidden;
}

#pg-cert .cert-list>li>a>.img>img {
    max-width: 90%;
    max-height: 100%;
}

#pg-cert .cert-list>li>a>p {
    height: 50px;
    padding: 0 10px;
    line-height: 48px;
    text-align: center;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    transition: all .25s;
}

#pg-cert .cert-list a:after {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) url("../images/icon-zoom.png") no-repeat;
    background-position: 50% -50%;
    content: '';
    transition: all .35s;
}

#pg-cert .cert-list a:hover:after {
    background: rgba(0, 0, 0, .7) url("../images/icon-zoom.png") no-repeat;
    background-position: 50% 50%;
}


/**************资质证书END*****************/


/********新闻中心*********/

.pgbox {
    background-color: #fff;
    box-sizing: border-box;
    padding: 35px;
    border-radius: 5px;
}

#pg-news .newslist li {
    margin-bottom: 40px;
}

.newsviewbox {
    padding-top: 70px;
    padding-bottom: 40px;
    background-color: #fff;
    position: relative;
}

.newsviewbox .wrap {
    position: relative;
}

.newsviewbox .wrap .back {
    width: 140px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    background-color: #f28f8f;
    color: #fff;
    position: absolute;
    right: 0px;
    top: -90px;
    border-radius: 5px;
    transform: all .3s
}

.newsviewbox .wrap .back:hover {
    background-color: #4E89B4;
    top: -95px;
    box-shadow: 0 10px 30px rgba(15, 83, 138, 0.4);
}

.newsviewbox .line {
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: absolute;
    left: 0;
    top: 170px;
}

.newsviewbox .fl {
    width: 280px;
}

.newsviewbox .fl .hd {
    height: 100px;
    overflow: hidden;
    position: relative;
}

.newsviewbox .fl .hd:before {
    content: "MORE";
    font-size: 90px;
    color: #f5f5f5;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 0;
}

.newsviewbox .fl .hd p {
    font-size: 20px;
    font-weight: bold;
    color: #e52029;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}

.newsviewbox .fl .bd {
    padding-top: 50px;
    padding-right: 15px;
}

.newsviewbox .fl .bd a {
    display: block;
    line-height: 24px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.newsviewbox .fr {
    width: 920px;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
}

.newsviewbox .fr .newsT {
    height: 100px;
    border-left: 7px solid #e52029;
    margin-left: -3px;
}

.newsviewbox .fr .newsT p {
    float: left;
    width: 770px;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    font-weight: bold;
    margin-left: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.newsviewbox .fr .newsT span {
    float: right;
    height: 100px;
    line-height: 100px;
    font-size: 16px;
    color: #999;
}

.newsviewbox .fr .newsC {
    padding: 50px 0 50px 50px;
    line-height: 2em;
}

.newsviewbox .fr .newsC img {
    max-width: 100%;
}

#prevnext {
    text-align: center;
    position: relative;
    font-size: 14px;
    padding-top: 15px;
}

#prevnext a {
    display: inline-block;
    width: 100px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #999;
    background-color: #eee;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#prevnext a:hover {
    background-color: #e52029;
    color: #fff;
}


/************PRODUCT************/

.pghd {
    width: 100%;
    height: 86px;
    padding-top: 110px;
    background: #e6e6e6 url(../images/pghdbg.png) no-repeat center center;
    margin-top: -75px;
}

.pghd h3 {
    font-size: 30px;
    color: #1a1a1a;
    font-weight: normal;
    margin: 0;
}

.pghd p {
    font-size: 18px;
    color: #333;
    font-family: 'Arimo', sans-serif;
    margin-top: 5px;
}

.pghd span {
    display: block;
    width: 30px;
    height: 4px;
    background-color: #e52029;
    margin-top: 15px;
}

#pg-product .prolist {
    width: 1250px;
    overflow: hidden;
}

#pg-product .prolist li {
    float: left;
    width: 270px;
    height: 320px;
    margin-right: 39px;
    margin-bottom: 20px;
}

#pg-product .prolist a {
    display: block;
    width: 270px;
    height: 320px;
    margin: auto;
    overflow: hidden;
    text-align: center;
}

#pg-product .prolist a span.img {
    display: block;
    width: 270px;
    height: 270px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

#pg-product .prolist a span.img img {
    width: 270px;
    height: auto;
    border-radius: 5px;
}

#pg-product .prolist a .tit {
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#pg-product .prolist a span.img:after {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) url("../images/icon-zoom.png") no-repeat;
    background-position: 50% -50%;
    content: '';
    transition: all .35s;
}

#pg-product .prolist a:hover .img:after {
    background: rgba(0, 0, 0, .7) url("../images/icon-zoom.png") no-repeat;
    background-position: 50% 50%;
}

#pg-proview .pvhd {
    height: 500px;
    border: 1px solid #ddd;
    padding: 25px;
}

#pg-proview .proimg {
    width: 500px;
    height: 500px;
    float: left;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

#pg-proview .proimg img {
    width: 500px;
    height: 500px;
}

#pg-proview .pvhdR {
    width: 600px;
    height: 500px;
    float: right;
    overflow: hidden;
    position: relative;
}

#pg-proview .pvhdR .protit {
    font-size: 24px;
    color: #e52029;
    margin-top: 25px;
}

#pg-proview .pvhdR .protit span {
    color: #999;
    margin-left: 10px;
    padding-left: 13px;
    position: relative;
}

#pg-proview .pvhdR .protit span:before {
    content: " ";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #999;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 14px;
}

#pg-proview .pvhdR .protext {
    line-height: 28px;
    font-size: 14px;
    color: #888;
    margin-top: 20px;
}

#pg-proview .pvhdR .pageurl {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
}

#pg-proview .pvhdR .pageurl>a {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    padding: 8px 25px;
    background-color: #eee;
    transition: all .35s;
}

#pg-proview .pvhdR .pageurl>a.back {
    background: #d9261c!important;
    border: 1px solid #d9261c;
    color: #fff!important;
}

#pg-proview .pvhdR .pageurl>a.no {
    color: #ddd!important;
}

#pro_tags {
    margin-top: 30px;
    border: 1px solid #ddd;
    padding: 25px;
}

.tags_title {
    color: #d9261c !important;
    font-size: 18px;
    padding-left: 0px !important;
    font-weight: normal !important;
    border-bottom: none!important;
    padding: 8px 0px 8px 10px;
}

.tags_title:before {
    display: block;
    float: left;
    content: '';
    width: 8px;
    height: 8px;
    margin-right: 10px;
    margin-top: 8px;
    border-radius: 100%;
    background: #d9261c;
}

.tags_content img {
    max-width: 100%;
}

.tags_content table {
    width: 100%;
}

.tags_content table td {
    border: 1px solid #ddd;
    padding: 5px;
}

.tags_content table tr:hover {
    background-color: #f5f5f5!important;
}

#pg-proview a.gotop {
    display: block;
    width: 140px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background-color: #d9261c;
    margin: 30px auto;
    transition: all .35s;
}


/************PRODUCT END************/


/************CONTACT************/

#pg-contact {
    min-height: 600px;
    position: relative;
    margin-bottom: 0;
}

#pg-contact .zzT {
    height: 200px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: -140px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0));
}

#pg-contact .zzF {
    height: 200px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: -10px;
    z-index: 1;
    background: linear-gradient(to top, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0));
}

#pg-contact .wrap {
    position: relative;
}

#pg-contact .contact-con {
    width: 450px;
    height: 450px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 9;
    box-shadow: 0 20px 46px rgba(15, 83, 138, 0.4);
}

#pg-contact .contact-con dt {
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    padding-left: 35px;
    background: #e52029 url(../images/ico-arrow2.png) no-repeat 400px 25px;
    color: #fff;
}

#pg-contact .contact-con dd {
    padding: 35px;
    color: #999;
}

#pg-contact .contact-con dd a {
    color: #999;
}

#pg-contact .contact-con dd a:hover {
    color: #e52029;
}

#pg-contact .contact-con dd p {
    margin-bottom: 15px;
}

#map {
    width: 100%;
    height: 750px;
    position: absolute;
    left: 0;
    top: -140px;
    z-index: 0;
}


/******************服务理念******************/

#pg-service {
    min-height: 650px;
}

.fuwubox {
    width: 1200px;
    height: 600px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.fuwubox .fuwu-img {
    width: 1200px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.fuwubox .fuwu-img div {
    width: 100%;
    transition: all .4s;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.fuwubox .fuwu-nav {
    width: 1200px;
    height: 600px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    overflow: hidden;
}

.fuwubox .fuwu-nav .item {
    float: left;
    width: 400px;
    height: 600px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.fuwubox .fuwu-nav .item:not(:first-child)::before {
    content: '';
    width: 1px;
    height: 88px;
    background-color: #e8e8e8;
    position: absolute;
    left: 0;
    top: 460px;
}

.fuwubox .fuwu-nav .item .img {
    width: 61px;
    height: 41px;
    overflow: hidden;
    margin: 460px auto 0;
    position: relative;
    z-index: 999;
}

.fuwubox .fuwu-nav .item:hover .img img {
    margin-top: -41px;
}

.fuwubox .fuwu-nav .item>p {
    font-size: 18px;
    color: #2d2d2d;
    text-align: center;
    margin-top: 15px;
    position: relative;
    z-index: 999;
    transition: all .2s;
}

.fuwubox .fuwu-nav .item:hover>p {
    color: #fff;
}

.fuwubox .fuwu-nav .item .itemC {
    width: 100%;
    height: 600px;
    font-size: 16px;
    position: absolute;
    z-index: 80;
    left: -400px;
    top: 0;
    transition: all .2s;
}

.fuwubox .fuwu-nav .item:hover .itemC {
    left: 0;
}

.fuwubox .fuwu-nav .item .itemC .Ct {
    width: 400px;
    height: 400px;
    color: #fff;
    padding: 80px 40px 0 40px;
    line-height: 32px;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.fuwubox .fuwu-nav .item .itemC .Cb {
    width: 400px;
    height: 200px;
    background-color: #e52029;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 400px;
}


/******************在线反馈******************/

#pg-fdbk {
    height: 550px;
    background-color: #fff;
    padding: 50px;
    box-sizing: border-box;
}

#pg-fdbk .pgtit {
    margin-bottom: 10px;
}

#pg-fdbk .formbox {
    margin: auto;
    margin-top: 30px;
}

#pg-fdbk .formbox .fl {
    width: 470px;
}

.formbox .fm-item {
    display: block;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: all ease-in .2s;
    overflow: hidden;
}

#pg-fdbk .formbox .fl .fm-item {
    height: 50px;
    margin-bottom: 20px;
}

.formbox .fm-item input[type="text"],
.formbox .fm-item textarea {
    width: 100%;
    height: 100%;
    padding: 15px;
    border: none;
    background-color: inherit;
    box-sizing: border-box;
}

#pg-fdbk .formbox .fl .fm-item #checksn {
    width: 60%;
}

#pg-fdbk .formbox .fl .fm-item #checkimg {
    float: right;
    width: 80px;
    height: auto;
    margin-right: 15px;
    margin-top: 8px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
}

.formbox .fm-item input[type="text"]:focus,
.formbox .fm-item textarea:focus {
    background-color: #fff;
    border-color: #da251d;
}

#pg-fdbk .formbox .fr {
    width: 585px;
}

#pg-fdbk .formbox .fr .fm-item {
    height: 267px;
}

.formbox .btnbox {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #666;
    transition: all ease-in .2s;
}

.formbox .btnbox .btn {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
    background-color: #666;
    border: none;
}

#pg-fdbk .fm-item:hover {
    border-color: #aaa;
    box-shadow: 0px 3px 18px rgba(0, 0, 0, .4);
    background-color: #fff;
}

.formbox .btnbox:hover {
    box-shadow: 0px 3px 18px rgba(0, 0, 0, .4);
    background-color: #be2021;
}


/******************在线反馈END******************/


/******************DOWNLOAD******************/

#pg-down {
    margin-bottom: 40px;
}

#pg-down .pgtit {
    margin-bottom: 10px;
}

.downlist {
    margin-top: 30px;
    padding-top: 10px;
}

.downlist li {
    height: 80px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
    position: relative;
    transition: all 1s;
}

.downlist li .tit {
    font-size: 16px;
    font-weight: normal;
}

.downlist li p {
    margin-top: 15px;
    color: #333;
}

.downlist li span {
    color: #999;
    margin-right: 15px;
}

.downlist li .downbtn {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #e52029;
    border: 1px solid #ddd;
    position: absolute;
    right: 0px;
    top: 10px;
}

.downlist li .downbtn:hover,
.downlist li:hover {
    border-color: #e52029;
}


/******************DOWNLOAD END******************/


/******************应用案例******************/

#pg-case .caselist {}

#pg-case .caselist {
    width: 1290px;
}

#pg-case .caselist li {
    float: left;
    width: 330px;
    height: 315px;
    margin-right: 70px;
    margin-bottom: 20px;
}

#pg-case .caselist li a {
    display: block;
    width: 330px;
}

#pg-case .caselist li a .img {
    width: 330px;
    height: 230px;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}

#pg-case .caselist li a .img img {
    width: 330px;
    height: auto;
    transition: All .5s ease;
}

#pg-case .caselist li a h3 {
    font-weight: normal;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#pg-case .caselist li a p.text {
    font-size: 12px;
    line-height: 22px;
    color: #777;
    margin-top: 5px;
}

#pg-case .caselist li a:hover .img img {
    transform: scale(1.1);
}

#pg-case .caselist li a:hover h3 {
    color: #e52029;
}

#pg-case .caselist li a:hover p.text {
    color: #333;
}


/***************分页*************/

.pagewrap {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.pagebtn {
    width: 30px !important;
    height: 30px !important;
    line-height: 29px !important;
    border-radius: 4px;
}

.pagebtnA {
    background: #c60917 !important;
    color: #FFF !important;
    border: 0px none !important;
    font-weight: normal !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 29px !important;
    border-radius: 4px;
}

.green-black {
    padding: 3px 4px 5px;
    margin: 30px auto 55px;
    text-align: center;
}

.new_page {
    margin-top: 55px;
}

.green-black a {
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgb(51, 51, 51);
    margin-right: 8px;
    padding: 8px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(210, 210, 210);
    border-image: initial;
    background: rgb(242, 242, 242);
    text-decoration: none;
}

.new_page a.page-num-current {
    border: #e52029 1px solid;
    padding: 8px 12px;
    font-weight: bold;
    background: #e52029;
    color: #fff;
    margin-right: 8px;
}