@charset "UTF-8";

.sp-arrow {
    display: inline-block;
    position: relative;
    background: url(/images/sprite-arrow.png) no-repeat;
}


/* ====== Banner ====== */

.gr-banner {
    width: 100%;
    position: relative;
    height: 565px;
    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: 565px;
    overflow: hidden;
    text-align: center;
}

.gr-banner .bd li a {
    display: block;
    height: 565px;
}

.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 #225baa;
}

.prodcut-sider-tit {
    padding-left: 30px;
    height: 112px;
    background: #225baa;
    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: 45px;
    line-height: 45px;
    text-indent: 24px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #EEEFF4;
}

.product-sider-list li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #EEEFF4;
}

.product-sider-list li.on a {
    color: #F05A28;
}

.product-sider-list li a {
    position: relative;
    display: inline-block;
font-size: 15px;
    width: 100%;
    box-sizing: border-box; text-align:center;
}

.product-sider-list li a:before {
    position: relative;
    top: -2px;
    left: -16px;
    content: url(../images/icon-circle.png);
}

.product-sider-list li:hover a:before, .product-sider-list li.on a:before {
    content:url(../images/icon-circle2.png);
}

.icon-sp {
    background-image: url(../images/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 2px 10px rgba(34, 91, 170, 0.8);
    box-shadow: 0 2px 10px rgba(34, 91, 170, 0.8);
}

.product-show-list li .box {
    border-bottom: 6px solid #225baa;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.box{display: block; width: 100%; height: 100%;}

.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; font-size:15px;
}




/*关于*/

.index-about {
    height: 588px;
    background: url(/images/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(/images/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: #225baa;
}

.index-about-content .cont .slogon {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #225baa;
    font-size: 18px;
    color: #225baa;
}

.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(/images/icon-plus.png) no-repeat center;
    background: rgba(232, 90, 36, 0.8) url(/images/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-top:10px;
    margin-right: 30px;
    /*padding-right: 9px;*/
    width: 90px;
    height: 70px;
    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: #225baa;
    -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 .date .litpic { width:90px; height:70px;
    display: block;

    font-size: 18px;
    color: #225baa;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.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: #225baa;
    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: #225baa
;
}

.footer-info .foot-logo {
    margin-top: 39px;
}

.company-info {
    margin-left: 134px;
    color: #FFFFFF;
}

.company-info a {
    color: #FFFFFF;
}

.company-info a:hover {
    color: #FFFFFF;
}

.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: #225baa
;
    text-align: center;
    border-top: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.footer-copyright a {
    color: #FFFFFF;
}

.footer-copyright a:hover {
    color: #FFFFFF;
}


/*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: #225baa;
}

.page-product .product-sider {
    border-color: #225baa;
}

.other-sider {
    margin-top: 10px;
    background-color: #fff;
}

.other-sider h3 {
    padding-left: 30px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #225baa;
    font-size: 22px;
}

.contact-sider-box {
    padding: 20px 20px 28px;
    border-bottom: 8px solid #225baa;
}

.contact-num {
    margin-bottom: 10px;
    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(../images/icon-tel.png) no-repeat;
}

.contact-num .tit {
    margin-top: -5px;
    margin-bottom: 1px;
    font-size: 13px;
    color: #333;
}

.contact-num .des {
    font-size: 20px;
    color: #848484;
    font-family: Impact;line-height:1;
}

.contact-info {
    font-size: 12px;
}

.contact-info p {
    margin-bottom: 5px;
    line-height: 1.5;
}


/*页码*/

.page-number {height: 50px; width:880px;
    position: relative;
    margin-top: 10px;
    padding: 0 40px;
    line-height: 50px;
    background-color: #fff;
    text-align: center;
}
.page-number li{padding: 0px 10px;height: 32px;margin: 0 1px; float: left;list-style: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.page-number a{padding: 8px 10px;height: 32px;margin: 0 1px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.page-number a:hover{}
.page-number .thisclass{padding: 0px 10px;background: #225baa;height: 32px;color: #fff; margin-top:8px; line-height:32px;}
.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: #225baa;
    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(/images/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;
}

.cont img{ margin:20px auto;}




.about-box-one .tit {
    margin-bottom: 16px;
    padding-bottom: 1px;
    border-bottom: 1px solid #E4E4E4;
    line-height: 1;
}

.about-box-one .tit h3 {
    margin-top: 5px;
    margin-bottom: 9px;
    font-size: 24px;
    color: #225baa;
}

.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;
}