@charset "UTF-8";

.sp-arrow {
    display: inline-block;
    position: relative;
    background: url(../style/sprite-arrow.png) no-repeat;
}


/* ====== Banner ====== */

.gr-banner {
    width: 100%;
    position: relative;
    height: 430px;
    overflow: hidden;
}

.gr-banner .bd {
    width: 100%!important;
    position: relative;
    z-index: 0;
}

.gr-banner .bd ul {
    width: 100% !important;
}

.gr-banner .bd li {
    width: 100% !important;
    height: 430px;
    overflow: hidden;
    text-align: center;
}

.gr-banner .bd li a {
    display: block;
    height: 430px;
}

.gr-banner .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
}

.gr-banner .hd ul {
    text-align: center;
}

.gr-banner .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    overflow: hidden;
    background: #F05A28;
    filter: alpha(opacity=90);
    opacity: 0.9;
    line-height: 999px;
    border-radius: 50%;
}

.gr-banner .hd ul .on {
    background: #134DA5;
    opacity: 1;
    filter: alpha(opacity=100);
}

.gr-banner .prev, .gr-banner .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    margin-left: -670px;
    left: 50%;
    z-index: 1;
    width: 40px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    font-size: 0;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.gr-banner .prev {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
}

.gr-banner .next {
    margin-left: 630px;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
}

.gr-banner .prev:before, .gr-banner .next:before {
    font-size: 24px;
    color: #fff;
    font-family: serif, "宋体";
}

.gr-banner .prev:before {
    content: "<";
}

.gr-banner .next:before {
    content: ">";
}

.gr-banner .prev:hover, .gr-banner .next:hover {
    background: rgba(0, 0, 0, .5);
}

.gr-banner:hover .prev, .gr-banner:hover .next {
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}


/*page banner*/
.gr-banner-page,
.gr-banner-page .bd li,
.gr-banner-page .bd li a {
    height: 380px;
}


/* ====== Index ====== */

.index-title {
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
    color: #333;
}

.index-title .cn-tit {
    display: inline-block;
    position: relative;
    font-size: 28px;
    font-weight: 400;
}

.index-title .cn-tit .line {
    display: inline-block;
    position: relative;
    top: -2px;
    margin: 0 12px;
    width: 28px;
    height: 1px;
    background-color: #666;
    vertical-align: middle;
}

.index-title .en-tit {
    margin-top: 7px;
    font-size: 12px;
    color: #707072;
}


/*推荐产品*/

.index-product {
    padding-bottom: 80px;
    background-color: #EEEFF4;
}

.index-product .index-title .cn-tit {
    font-size: 32px;
}

.product-sider {
    width: 228px;
    background-color: #fff;
    box-sizing: border-box;
    border-bottom: 8px solid #F05A28;
}

.prodcut-sider-tit {
    padding-left: 30px;
    height: 112px;
    background: #F05A28;
    color: #fff;
}

.prodcut-sider-tit h3 {
    padding-top: 32px;
    margin-bottom: 10px;
    font-size: 28px;
}

.prodcut-sider-tit p {
    font-size: 12px;
}

.product-sider-content h4 a {
    display: inline-block;
    width: 100%;
    height: 67px;
    line-height: 67px;
    text-indent: 24px;
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #EEEFF4;
}

.product-sider-list li {
    height: 47px;
    line-height: 47px;
    border-bottom: 1px solid #EEEFF4;
}

.product-sider-list li.on a {
    color: #F05A28;
}

.product-sider-list li a {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    width: 100%;
    box-sizing: border-box;
}

.product-sider-list li a:before {
    position: relative;
    top: -2px;
    left: -16px;
    content: url(../style/icon-circle.png);
}

.product-sider-list li:hover a:before, .product-sider-list li.on a:before {
    content: url(../style/icon-circle-on.png);
}

.icon-sp {
    background-image: url(../style/sprite-icon.png);
    background-repeat: no-repeat;
}

.icon-more {
    display: inline-block;
    width: 5px;
    height: 8px;
    background-position: 0 -73px;
}

.product-sider-list li a .icon-more {
    float: right;
    margin-right: 28px;
    margin-top: 19px;
    -webkit-transition: -webkit-transform .2s;
    -o-transition: -o-transform .2s;
    transition: transform .2s;
}

.product-sider-list li:hover a .icon-more, .product-sider-list li.on a .icon-more {
    background-position: -5px -73px;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.product-show {
    width: 962px;
}

.product-show-list {
    margin-bottom: -10px;
    width: 972px;
}

.product-show-list li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 233px;
    height: 267px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.product-show-list li:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.product-show-list li .box {
    border-bottom: 6px solid #F05A28;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.product-show-list li:hover .box {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}

.product-show-list li .pic {
    width: 232px;
    height: 232px;
    line-height: 232px;
    font-size: 0;
    overflow: hidden;
}

.product-show-list li .pic img {
    padding: 20px;
    max-width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
}

.product-show-list li h5 {
    height: 25px;
    line-height: 25px;
}


/*优势*/

.youshi {
    padding-bottom: 42px;
}

.youshi .index-title {
    padding-top: 70px;
    padding-bottom: 50px;
    background: url(../style/icon-6.png) no-repeat center;
}

.youshi-list {
    width: 1230px;
}

.youshi-list li {
    position: relative;
    float: left;
    margin-right: 31px;
    margin-bottom: 30px;
    padding: 0 40px;
    width: 377px;
    height: 173px;
    border: 1px solid #C9C9C9;
    box-sizing: border-box;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.youshi-list li:before {
    position: absolute;
    left: 50%;
    bottom: -26px;
    margin-left: -192px;
    width: 384px;
    height: 25px;
    content: url(../style/youshi-shadow.png);
}

.sp-ys {
    display: inline-block;
    background-image: url(../style/sprite-youshi.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

.youshi-list li>.sp-ys {
    position: absolute;
    left: 0;
    top: 0;
    width: 41px;
    height: 41px;
}

.sp-ys1 {
    background-position: 0 0;
}

.sp-ys2 {
    background-position: 0 -41px;
}

.sp-ys3 {
    background-position: 0 -82px;
}

.sp-ys4 {
    background-position: 0 -123px;
}

.sp-ys5 {
    background-position: 0 -164px;
}

.sp-ys6 {
    background-position: 0 -205px;
}

.youshi-list li .pic {
    width: 70px;
    height: 100px;
    line-height: 100px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.youshi-list li:hover .pic {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.youshi-list li .pic .sp-ys {
    vertical-align: middle;
}

.sp-ys1-1 {
    width: 39px;
    height: 54px;
    background-position: -67px 0;
}

.sp-ys2-1 {
    width: 50px;
    height: 49px;
    background-position: -67px -67px;
}

.sp-ys3-1 {
    width: 47px;
    height: 47px;
    background-position: -67px -123px;
}

.sp-ys4-1 {
    width: 47px;
    height: 47px;
    background-position: -67px -177px;
}

.sp-ys5-1 {
    width: 45px;
    height: 50px;
    background-position: -67px -234px;
}

.sp-ys6-1 {
    width: 48px;
    height: 56px;
    background-position: -67px -291px;
}

.youshi-list li .cont {
    width: 225px;
}

.youshi-list li h5 {
    position: relative;
    margin-bottom: 30px;
    font-size: 22px;
    color: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.youshi-list li:hover h5 {
    color: #F05A28;
}

.youshi-list li h5:before {
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 25px;
    border-bottom: 1px solid #999;
    content: "";
}

.youshi-list li p {
    line-height: 1.75;
}


/*关于*/

.index-about {
    height: 588px;
    background: url(../style/about-bg.jpg) no-repeat;
}

.index-about .index-title {
    padding-top: 45px;
    padding-bottom: 35px;
}

.index-about-content {
    box-sizing: border-box;
    padding: 40px 44px;
    background-color: #fff;
    overflow: hidden;
}

.index-about-content .pic {
    position: relative;
    width: 534px;
    height: 337px;
    margin-right: 40px;
    overflow: hidden;
}

.index-about-content .pic .yk-video {
    display: none;
}

.index-about-content .pic .video-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../style/icon-video.png) no-repeat center;
    -webkit-animation: pulse 2s 0s ease both infinite;
    -moz-animation: pulse 2s 0s ease both infinite;
    animation: pulse 2s 0s ease both infinite;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.index-about-content .cont {
    padding-top: 5px;
    overflow: hidden;
}

.index-about-content .cont h4 {
    margin-bottom: 15px;
    font-size: 26px;
    color: #2b388f;
}

.index-about-content .cont .slogon {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #2b388f;
    font-size: 18px;
    color: #2b388f;
}

.index-about-content .cont .des {
    padding-top: 20px;
    padding-bottom: 25px;
    line-height: 1.7;
}

.com-more {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff!important;
    background-color: #F05A28;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.com-more:hover {
    background: transparent;
}

.com-more i {
    display: inline-block;
    margin-left: 5px;
}


/* Pipaluk */

.button--pipaluk::before, .button--pipaluk::after {
    content: '';
    box-sizing: border-box;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}

.button--pipaluk::before {
    border: 2px solid #E85A24;
}

.button--pipaluk.button--inverted::before {
    border-color: #fff;
}

.button--pipaluk::after {
    background: #E85A24;
}

.button--pipaluk.button--inverted::after {
    background: #fff;
}

.button--pipaluk:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.button--pipaluk::before, .button--pipaluk:hover::after {
    -webkit-transform: scale3d(0.7, 0.7, 1);
    transform: scale3d(0.7, 0.7, 1);
}

.button--pipaluk:hover::after {
    background-color: #E85A24;
}

.button--pipaluk.button--inverted:hover::after {
    background-color: #fff;
}


/*环境*/

.index-environment {
    padding-bottom: 60px;
    background-color: #EEEFF4;
}

.index-environment-content {
    margin-bottom: 70px;
    position: relative;
}

.com-arrow {
    position: absolute;
    top: 50%;
    z-index: 20;
    margin-top: -24px;
    width: 26px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #999;
    font-size: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.com-arrow:hover {
    background-color: #F05A28;
}

.arr-prev, .arr-next {
    width: 9px;
    height: 17px;
    vertical-align: middle;
}

.arr-prev {
    background-position: 0 -73px;
}

.arr-next {
    background-position: -13px -73px;
}

.com-arrow.prev {
    left: 0;
}

.com-arrow.next {
    right: 0;
}

.com-more-bar {
    text-align: center;
}

.index-environment-content .bd {
    margin: 0 auto;
    width: 1148px;
    height: 182px;
    overflow: hidden;
}

.index-environment-content .bd ul {
    width: 1200px;
}

.index-environment-list li {
    position: relative;
    float: left;
    margin-right: 23px;
    width: 270px;
    height: 182px;
    overflow: hidden;
}

.index-environment-list li .box:before {
    position: absolute;
    left: 8%;
    top: 10%;
    z-index: 2;
    width: 84%;
    height: 80%;
    background: #E85A24 url(../style/icon-plus.png) no-repeat center;
    background: rgba(232, 90, 36, 0.8) url(../style/icon-plus.png) no-repeat center;
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.index-environment-list li:hover .box:before {
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.index-environment-list li img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-environment-list li:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.index-environment-content .hd {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
}

.index-environment-content .hd ul li {
    display: inline-block;
    margin: 0 3px;
    text-indent: -9999px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
}

.index-environment-content .hd ul li.on {
    background: #E85A24;
}


/*动态*/

.index-news {
    padding-bottom: 60px;
}

.index-news-item {
    width: 570px;
}

.news-list {
    margin-bottom: 24px;
    border-top: 1px solid #d8d8d8;
}

.index-news-item .news-list {
    height: 376px;
}

.news-list li {
    padding: 15px 45px 15px 2px;
    height: 94px;
    border-bottom: 1px solid #d8d8d8;
}

.news-list li .date {
    float: left;
    margin-right: 30px;
    /*padding-right: 9px;*/
    width: 70px;
    height: 90px;
    border: 2px solid #D2D2D2;
    text-align: center;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.news-list li:hover .date {
    background-color: #E85A24;
    border-color: #E85A24;
    color: #fff;
}

.news-list li .date span {
    display: block;
    margin-bottom: 10px;
    margin-top: 24px;
    font-size: 18px;
    color: #2b388f;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.news-list li:hover .date span {
    color: #fff;
}

.news-list li .cont {
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-list li:hover .cont {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
}

.news-list li h5 {
    padding-top: 10px;
    margin-bottom: 16px;
    font-size: 18px;
    color: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.news-list li:hover h5 {
    color: #E85A24;
}

.news-list li p {
    color: #666;
    line-height: 1.5;
}


/*伙伴*/

.index-partner {
    padding-bottom: 50px;
    background-color: #EEEFF4;
}

.index-partner-list li {
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    width: 188px;
    height: 84px;
    line-height: 84px;
    font-size: 0;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
}

.index-partner-list li img {
    box-sizing: border-box;
    padding: 15px;
    max-width: 100%;
    vertical-align: middle;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.index-partner-list li:hover img {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
    transform: translateX(6px);
}


/*友链*/

.links-tit {
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ADADAD;
    color: #2b388f;
    font-size: 20px;
}

.links-content a {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 20px;
}


/*底部*/

.footer-info {
    padding-top: 55px;
    padding-bottom: 50px;
    background-color: #223448;
}

.footer-info .foot-logo {
    margin-top: 39px;
}

.company-info {
    margin-left: 134px;
    color: #919AA4;
}

.company-info a {
    color: #919AA4;
}

.company-info a:hover {
    color: #ddd;
}

.company-info li {
    margin-bottom: 6px;
    height: 25px;
    line-height: 25px;
}

.company-info li i {
    margin-right: 22px;
    width: 25px;
    height: 25px;
}

.icon-c-tel {
    background-position: -31px 0;
}

.icon-c-fax {
    background-position: -31px -31px;
}

.icon-c-mail {
    background-position: -31px -62px;
}

.icon-c-site {
    background-position: -31px -92px;
}

.icon-c-addr {
    background-position: -31px -123px;
}

.foot-hot-line {
    margin-top: 30px;
    color: #CED1D4;
}

.foot-hot-line h5 {
    margin-bottom: 12px;
    font-size: 18px;
}

.footer-copyright {
    height: 55px;
    line-height: 55px;
    background-color: #223448;
    text-align: center;
    border-top: 1px solid #4E5D6D;
    color: #7A8591;
}

.footer-copyright a {
    color: #7A8591;
}

.footer-copyright a:hover {
    color: #ddd;
}


/*page banner*/

.page-banner {
    height: 379px;
}

.page-banner img {
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.left-side {
    width: 228px;
}


/* ====== 产品列表页 ====== */

.page {
    padding: 50px 0;
    background-color: #EEEFF4;
}

.page .prodcut-sider-tit {
    background-color: #2b388f;
}

.page-product .product-sider {
    border-color: #2B388F;
}

.other-sider {
    margin-top: 10px;
    background-color: #fff;
}

.other-sider h3 {
    padding-left: 30px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #2b388f;
    font-size: 22px;
}

.contact-sider-box {
    padding: 20px 20px 28px;
    border-bottom: 8px solid #2B388F;
}

.contact-num {
    margin-bottom: 20px;
    padding: 13px 0;
    height: 40px;
    border-top: 1px solid #B2B2B2;
    border-bottom: 1px solid #B2B2B2;
}

.contact-num .icon-tel {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background: url(../style/icon-tel.png) no-repeat;
}

.contact-num .tit {
    margin-top: 2px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #333;
}

.contact-num .des {
    font-size: 21px;
    color: #848484;
    font-family: Impact;
}

.contact-info {
    font-size: 12px;
}

.contact-info p {
    margin-bottom: 5px;
    line-height: 1.5;
}


/*页码*/

.page-number {
    position: relative;
    margin-top: 10px;
    padding: 0 40px;
    line-height: 50px;
    background-color: #fff;
    text-align: center;
}
.page-number a{padding: 8px 10px;height: 32px;margin: 0 1px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.page-number a:hover{background: #F05A28;color:#fff;}
.page-number .current{padding: 8px 12px;background: #F05A28;height: 32px;color: #fff;}
.page-number .fr select{width: 40px;height: 22px;border:1px solid #ccc;}
.page-number a.prev:before,
.page-number a.prev_disabled:before {
content:"上一页";}
.page-number a.next:before,
.page-number a.next_disabled:before {
content:"下一页";}

/*左侧*/

.page-left {
    width: 950px;
    background-color: #fff;
}

.crumbs-bar {
    padding-left: 30px;
    height: 33px;
    line-height: 33px;
    background-color: #2b388f;
    color: #fff;
}

.crumbs-bar a {
    color: #fff;
}

.page-content {
    padding: 50px 58px;
}

.page-content-aout {
    line-height: 2;
}

/* ====== 关于 ====== */

.page-about-left {
    min-height: 910px;
    background: #fff url(../style/page-about-bg.jpg) no-repeat center bottom;
}

.about-box-one .pic {
    margin-right: 35px;
    width: 272px;
    height: 412px;
    overflow: hidden;
    float: left;
}

.about-box-one .cont {
    overflow: hidden;
}

.about-box-one .tit {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E4E4E4;
    line-height: 1;
}

.about-box-one .tit h3 {
    margin-top: 5px;
    margin-bottom: 9px;
    font-size: 24px;
    color: #2b388f;
}

.about-box-one .tit p {
    color: #B5B5B5;
}

.about-box-one .des p {
    margin-bottom: 5px;
    text-indent: 2em;
}

.about-box-two {
    margin-top: 50px;
}

.about-box-two p {
    margin-bottom: 10px;
}

.about-box-two p em {
    color: #333;
    font-weight: 600;
}


/*推荐产品*/

.recommend-sider {
    margin-top: 10px;
    background-color: #fff;
}

.recom-product {
    padding: 26px 14px 0;
    height: 505px;
    overflow: hidden;
    border-bottom: 8px solid #F05A28;
}

.recom-product .bd {
    height: 490px;
    overflow: hidden;
}

.recom-product-list li {
    margin-bottom: 25px;
    width: 198px;
    border: 1px solid #D7D7D7;
    text-align: center;
}

.recom-product-list li .pic {
    width: 198px;
    height: 198px;
    line-height: 198px;
    font-size: 0;
    overflow: hidden;
}

.recom-product-list li .pic img {
    vertical-align: middle;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.recom-product-list li:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.recom-product-list li h5 {
    height: 30px;
    line-height: 1.5;
}


/*公司文化*/

.page-culture {
    padding-bottom: 231px;
    background: url(../style/about-culture-bg.jpg) no-repeat center bottom #fff;
}

.page-comtit {
    padding-bottom: 18px;
    border-bottom: 1px solid #C9C9C9;
}

.page-comtit .entit {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 15px;
}

.page-culture-des {
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 2;
}

.page-culture-des p {
    margin-bottom: 15px;
}

.page-culture-list .culture-item {
    position: relative;
    background-color: #F4F4F4;
}

.page-culture-list .culture-item .pic {
    width: 320px;
    height: 200px;
    overflow: hidden;
}

.page-culture-list .culture-item .cont {
    position: absolute;
    right: 0;
    padding: 0 35px;
    width: 514px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-culture-list .culture-item.left {
    background-color: #fff;
}

.page-culture-list .culture-item.left .cont {
    left: 0;
    padding: 0 10px;
}

.page-culture-notice {
    margin-top: 44px;
}

/*荣誉*/
.page-honor .page-comtit {
    margin-bottom: 22px;
    border-bottom: none;
}
.page-honor-content {
    margin: 0 auto;
    width: 776px;
}
.list-honor {
    width: 800px;
}
.list-honor li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}



.list-honor li .pic {
    padding: 25px;
    width: 326px;
    height: 225px;
    overflow: hidden;
    border: 1px solid #ccc;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.list-honor li:hover .pic {
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

.list-honor li .tit {
    height: 40px;
    line-height: 44px;
    font-size: 14px;
}

/*环境*/

.environment-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #ADADAD;
}

.environment-content .bd {
    position: relative;
    margin-bottom: 20px;
    height: 553px;
}
.environment-content .bd  .com-arrow {
    width: 36px;
    height: 70px;
    line-height: 70px;
    margin-top: -35px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.environment-content .bd ul li {
    float: left;
}

.environment-content .hd ul li {
    position: relative;
    float: left;
    width: 202px;
    overflow: hidden;
    box-sizing: border-box;
    border: 4px solid #ddd;
}

.environment-content .hd ul li.on {
    border-color: #F05A28;
}

.environment-content .hd ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.environment-content .hd ul li.on:before {
    opacity: 0;
    filter: alpha(opacity=0);
}

.environment-content .hd ul li ~ li {
    margin-left: 8px;
}

/*列表新闻*/
.list-news {
    border-bottom: 10px solid #EEEFF4;
    padding: 36px 32px 20px;
    background-color: #fff;
}

.list-news .news-list {
    border-top: 1px dotted #D8D8D8;
}

.list-news .news-list li {
    padding: 30px 10px 30px 5px;
    border-bottom: 1px dotted #D8D8D8;
}

.list-news .news-list li .date {
    width: 82px;
    text-align: left;
    padding: 0 14px;
    color: #777;
}

.list-news .news-list li .date span {
    margin-bottom: 15px;
    margin-top: 16px;
    font-size: 28px;
    color: #777;
    font-weight: 600;
}

.list-news .news-list li:hover .date,
.list-news .news-list li:hover .date span {
    color: #fff;
}


/*新闻详情*/
.gr-news-head {
    padding-bottom: 20px;
    border-bottom: 1px dotted #CDCDCD;
    text-align: center;
}
.gr-news-head .title {
    font-size: 22px;
    color: #333;
    line-height: 1.5;
}
.gr-news-head .inputtime {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #999;
}
.gr-news-head .inputtime a {
    color: #999;
}
.gr-news-head .inputtime a:hover {
    color: #008ED7;
}
.gr-news-head .share {
    color: #999;
}
.gr-news-body {
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #cdcdcd;
    line-height: 1.75;
}
.gr-news-body img {
    max-width: 100%;
}
.gr-news-body p {
    margin-bottom: 5px;
    line-height: 1.75;
}
.gr-news-other {
    padding-top: 30px;
    padding-bottom: 20px;
}
.gr-news-other-list li {
    padding-right: 5px;
    height: 30px;
    line-height: 30px;
}
.gr-news-other-list li .point {
    font-family: "宋体";
}
.gr-news-latest h3 {
    margin-bottom: 12px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #cdcdcd;
    color: #333;
}
.gr-news-latest h3 img,
.gr-news-other-list li img {
    position: relative;
    top: -2px;
    vertical-align: middle;
    margin-right: 5px;
}
.sp-news-latest {
    margin-left: 5px;
    margin-right: 5px;
    width: 13px;
    height: 17px;
    background-position: 0 -381px;
}
.sp-news-prev,
.sp-news-next {
    margin-top: -2px;
    margin-right: 5px;
    margin-left: 5px;
    width: 14px;
    height: 7px;
}
.sp-news-prev {
    background-position: 0 -329px;
}
.sp-news-next {
    background-position: 0 -362px;
}


/*产品详情*/
.product-head {
    margin-bottom: 30px;
}
.page-product .m_right {
    width: 910px;
    padding: 0 20px 20px;
    background: #fff;
}


.show_top{height: 53px;line-height: 53px;border-bottom: 1px solid #dadada;}
.t_next{height: 60px;line-height: 60px;overflow: hidden;}
.t_next .fl i{width: 10px;height: 15px;display: block;background: url(../style/ico.png) -20px -29px no-repeat;float: left;margin: 22px 0px 0 0;}
.t_next .fr i{width: 10px;height: 15px;display: block;background: url(../style/ico.png) -7px -29px no-repeat;float: right;margin: 22px 0 0 2px;}
.pro_imgs{width: 504px;float: left;}
.probar_left {
    width: 502px;
}
.pro_desc{width: 629px;float: right;padding: 20px 25px;}
.pro_desc h1{color: #F05A28;font-size: 18px;font-weight: 600;line-height: 24px;}
.pro_desc h2{font-size: 14px;font-weight: 500;line-height: 56px;border-bottom: 1px solid #dadada;}
.pro_desc .desc{height: 288px;overflow: hidden;line-height: 30px;margin: 20px 0 35px;font-size: 12px;}
.pro_desc .message{height: 55px;width: 210px;line-height: 55px;color: #fff;font-size: 18px;float: right;}
.pro_desc .message a{display: block;color: #333;background: #E3E3E3;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.pro_desc .message a:hover {
    background: #ccc;
}
.pro_desc .message a i {
    width: 24px;height: 24px;display: block;background: url(../style/ico.png) -56px -72px no-repeat;float: left;margin: 18px 10px 0 35px;
}
.pro_desc .hotline{float: left;width: 310px;height: 55px;line-height: 55px;color: #fff;text-align: left;font-size: 18px;background: #F05A28;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.pro_desc .hotline i{width: 23px;height: 22px;display: block;background: url(../style/ico.png) -2px -128px no-repeat;float: left;margin: 17px 10px 0 35px;}
/*.pro_desc .hotline span{color: #F05A28;}*/
.pro_desc .hotline:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.look_big{height: 70px;line-height: 70px;color: #ff6600;width: 1000px;float: left;}
.look_big i{width: 20px;height: 20px;display: block;float: left;margin: 28px 3px 0 145px;background: url(../style/ico.png) -5px -158px no-repeat;}
.pro_content{width: 100%;padding: 0;min-height: 530px;line-height: 30px;padding: 20px 0;font-size: 14px;font-family: "微软雅黑"!important;}
.pro_content span {font-family: "微软雅黑"!important;}
.pro_content table,
.pro_content img {
    max-width: 100%!important;
}
.pro_content td {
    box-sizing: border-box;
    padding: 5px 10px;
    max-width: 100%!important;
}
.rel_content{/*width: 750px;*/margin: 24px 0 0;min-height: 240px;}
.rel_list{width: 780px;padding-top: 20px;}
.rel_list li{width: 213px;height: 250px;border: 1px solid #e0e0e0;box-shadow: 0 0 5px #fff;float: left;margin: 0 50px 10px 15px;overflow: hidden;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.rel_list li:hover{border: 1px solid #dadada;box-shadow: 0 0 10px #d1d1d1;}
.rel_list li .pro_img{width: 200px;height: 200px;margin: 7px auto;line-height: 200px;font-size: 0;text-align: center;}
.rel_list li .pro_img img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.rel_list li p{width: 200px;height: 30px;line-height: 30px;text-align: center;margin: 0 auto;font-size: 14px;}
.rel_list li:hover p a {color: #000;}
.rel_content .slideGroup{width: 850px;text-align: left;}
.rel_content .slideGroup .slideBox{overflow: hidden;zoom: 1;padding: 0 0 0 17px;position: relative;}
.rel_content .slideGroup .sPrev,.slideGroup .sNext{position: absolute;left: 0px;top: 125px;display: block;width: 14px;height: 24px;background: url(../style/ico.png) 0 -72px no-repeat;}
.rel_content .slideGroup .sNext{left: auto;right: 0px;background: url(../style/ico.png) -17px -72px no-repeat;}
.rel_content .slideGroup .sPrev:hover{background: url(../style/ico.png) 0 -97px no-repeat;}
.rel_content .slideGroup .sNext:hover{background: url(../style/ico.png) -17px -97px no-repeat;}
.tagContent_{height: 400px;overflow: hidden;text-align: center;width: 400px;}
/*放大镜*/
#thumb {
    overflow: hidden;
    width: 515px;
    height: 110px;
}
#thumb li {
    border: 1px solid #dadada;
    float: left;
    height: 93px;
    margin: 10px 7px 0 0;
    overflow: hidden;
    text-align: center;
    width: 93px;
    line-height: 93px;
    background: #fff;
    font-size: 0;
}
#thumb li:hover,
#thumb li.on {
    border: 1px solid #ff6600;
}
#thumb li img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    border: none;
    outline: none;
}
#thumb li.emptyTag {
    }
#thumb li.selectTag {
    position: relative;
}
#thumb li.selectTag A {
    }
#show {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    left: 0;
    text-align: center;
    line-height: 500px;
    font-size: 0;
    margin: 0 auto;
    background: #fff;
}
#show img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
#show_mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 400px;
    background-color: #000;
    opacity: 1;
    filter: alpha(opacity=50);
    cursor: crosshair;
    border: 1px solid #999;
    display: none;
}
#zoom {
    float: left;
    position: relative;
    left: 520px;
    border: 1px solid #dadada;
    margin-top: -500px;
    z-index: 3;
    width: 400px;
    height: 600px;
    text-align: center;
    line-height: 600px;
    display: none;
    overflow: hidden;
    background-color: #fff;
    z-index: 1000;
}
#zoom img {
    position: absolute;
    margin: 0 auto;
}

.m_right .r_top {
    height: 50px;
    line-height: 55px;
    border-bottom: 1px solid #dadada;
    font-weight: 300;
    font-size: 18px;
    color: #333;
}
.m_right .r_top i{width: 17px;height: 17px;background: url(../style/ico.png) 0px -45px no-repeat;display: block;float: left;margin: 19px 10px 0 0}



.rel_content{/*width: 750px;*/margin: 24px 0 0;min-height: 240px;}
.rel_list{width: 780px;padding-top: 20px;}
.rel_list li{width: 213px;height: 250px;border: 1px solid #e0e0e0;box-shadow: 0 0 5px #fff;float: left;margin: 0 50px 10px 15px;overflow: hidden;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.rel_list li:hover{border: 1px solid #dadada;box-shadow: 0 0 10px #d1d1d1;}
.rel_list li .pro_img{width: 200px;height: 200px;margin: 7px auto;line-height: 200px;font-size: 0;text-align: center;}
.rel_list li .pro_img img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.rel_list li p{width: 200px;height: 30px;line-height: 30px;text-align: center;margin: 0 auto;font-size: 14px;}
.rel_list li:hover p a {color: #000;}
.rel_content .slideGroup{width: 850px;text-align: left;}
.rel_content .slideGroup .slideBox{overflow: hidden;zoom: 1;padding: 0 0 0 17px;position: relative;}
.rel_content .slideGroup .sPrev,.slideGroup .sNext{position: absolute;left: 0px;top: 125px;display: block;width: 14px;height: 24px;background: url(../style/ico.png) 0 -72px no-repeat;}
.rel_content .slideGroup .sNext{left: auto;right: 0px;background: url(../style/ico.png) -17px -72px no-repeat;}
.rel_content .slideGroup .sPrev:hover{background: url(../style/ico.png) 0 -97px no-repeat;}
.rel_content .slideGroup .sNext:hover{background: url(../style/ico.png) -17px -97px no-repeat;}



/*--/guest--*/
#guest {color: #545454;line-height: 22px;width: 680px;font-family:"微软雅黑";margin: 0 auto 20px;}
.input_on {background-color: #FFFFCC;border: 1px solid #999999;height: 18px;padding: 2px 8px 0 3px;}
.input_off {background-color: #FFFFFF;background-image: none;border: 1px solid #CCCCCC;float: left;height: 18px;margin: 0;padding: 2px 8px 0 3px;}
.input_move {background-color: #FFFFCC;background-image: none;border: 1px solid #0088CD;float: left;height: 18px;margin: 0;padding: 2px 8px 0 3px;}
.input_out {background-color: #FFFFFF;background-image: none;border: 1px solid #CCCCCC;float: left;width:373px;height: 28px;line-height:28px;margin: 0 5px 0 0;padding: 0px 8px 0 3px;}
.input_out1 {background-color: #FFFFFF;background-image: none;border: 1px solid #CCCCCC;float: left;font-size: 12px;line-height:20px;margin: 0 5px 0 0;padding: 2px 8px 0 3px;width: 450px;}
.input_out5 {background-color: #FFFFFF;background-image: none;border: 1px solid #CCCCCC;float: left;font-size: 12px;line-height:20px;margin: 0;padding: 2px 8px 0 3px;width: 373px;}
.input_out2 {background-color: #FFFFFF;background-image: none;border: 1px solid #CCCCCC;float: left;height: 18px;margin: 0;padding: 2px 8px 0 3px;width: 80px;}
#guest .input_test {list-style-type: none;padding-bottom: 10px;}
#guest ul.input_test .hr {display: block;float: left;line-height: 27px;margin: 0;overflow: hidden;padding: 0;width: 100%;}
#guest ul.input_test li {background-image: none;padding: 0;display: inline;float: left;margin:20px 0 0px 0;width: 700px;}
#guest .input_test label {background-image: none;float: left;font-size: 14px;line-height: 29px;margin: 0;padding: 0;text-align: right;width:70px;}
#guest .input_test span {background-image: none;color: red;float: left;font-size: 12px;line-height: 30px;margin-left: 0;text-align: left;}
#guest .input_test span.inp_zd,#guest .input_test span .inp_zd{ width:250px; height:30px; overflow:hidden;}
#guest .input_test .red {color: #FF0000;float: none;font-family:"arial";}
#guest .code_img{ height:28px; margin:1px auto;}
#sub_btn, #sub_reset {height: 24px;line-height: 24px;margin-right: 10px;width: 50px;}
#sub_btn:hover { height: 24px;line-height: 24px;width: 50px;}
.inp_kg {overflow: hidden;width: 50px;}
#submit, #sub_reset {cursor: pointer;width: 116px;height: 32px;background: #bebebe;border: none;color: #fff;
}
#guest #submit{width: 180px;height: 50px;background: #F05A28;border: none;color: #fff;font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#guest #submit:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}


/*--Guest--*/

/*联系*/
.page_con{position: relative; min-height: 500px;line-height: 30px;padding: 20px 0;font-size: 14px;    }
.mp_qrd{position: absolute;right: 58px;
    top: 50px;text-align: center;line-height: 2;}
.page_con table{width: 100%;font-size: 14px;}
.page_con tr{line-height: 30px;}
.page_con td{height: 80px;}

.contact-content p {
    line-height: 2;
}

#map {
    margin-top: 40px;
    width: 100%;
    height: 500px;
}

/*环境*/
.list-environment {
    width: 890px;
}
.list-environment li {
    float: left;
    margin-right: 19px;
    margin-bottom: 20px;
    width: 265px;
    text-align: center;
    overflow: hidden;
}
.list-environment li .pic img {
    width: 100%;
}
.list-environment li .tit {
    height: 40px;
    line-height: 40px;
}
.list-case li .pic {
    height: 180px;
    line-height: 180px;
    border: 1px solid #ddd;
    font-size: 0;
}
.list-case li .pic img {
    max-width: 100%;
    width: auto;
    vertical-align: middle;
}

/*客服*/
#floatDivBoxs{width:150px;background:#fff;position:fixed;top:100px;right:0;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#24358e;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3;}
#floatDivBoxs .floatDqq li a {display: block;}
#floatDivBoxs .floatDqq li img{float: left;margin-top: 10px;margin-left: 4px;margin-right: 15px;width: 25px;}
#floatDivBoxs .floatDtxt{font-size: 14px; color: #666; padding: 18px 20px 5px;}
#floatDivBoxs .floatDtel{padding: 0 0 15px 20px; font-size: 20px; color: #c70003;}
#floatDivBoxs .floatImg{text-align:center;padding:10px;background:#EBEBEB;}
#floatDivBoxs .floatImg img{margin-bottom:5px;}
#floatDivBoxs .floatDtel img{display:block;}
#floatDivBoxs .floatDbg{width:100%;height:20px;background:url(../style/online_botbg.jpg) no-repeat;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
.floatShadow{background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:45px;background:url(../style/online_arrow.png) no-repeat #24358e;position:fixed;top:100px;right:150px;z-index:999;}
#rightArrow a{display:block;height:45px;}