/*清除浮动*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
@font-face {
    font-family : pro-bold;
    src : url(../font/DINPro-Bold.otf); 
 }
 @font-face {
    font-family : mont-medium;
    src : url(../font/Montserrat-Medium.otf); 
 }
 @font-face {
     font-family : pro-black;
     src : url(../font/DINPro-Black.otf);
 }
 @font-face {
    font-family : Barlow-Condensed-Medium;
    src : url(../font/BarlowCondensed-Medium.ttf);
}

.clearfix {
	display: block;
}

.advantage{
    width: 100%;
    height: auto;
    background-color: #f3f4f8;
}
.advantage01{
    margin: 0 auto;
    width: 1200px;
    height: 500px;
}
.advantage02{
    background-color: #f3f4f8;
}
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 70px;
    background: #336de2;
    z-index: 9999999999;
}

.pacman {
    left: 50%;
    top: 200px;
}

.loadinggif {
    display: none;
    text-align: center;
}

.loadinggif img {
    width: 150px;
}

.btn-more-products {
    text-align: center;
    padding-bottom: 20px;
}

/*轮播图*/
.banner {
    position: relative;
    height: auto;
}

#galleryHolder {
    background: #f3f4f8;
    height: 100%;
    left: 0;
    perspective: 1000px;
    position: relative;
    top: 0;
    transform-origin: right center 0;
    width: 100%;
}

#inner {
    display: none !important;
}

#prevButton,
#nextButton {
    bottom: 40%;
    height: 30px;
    opacity: 0.43;
    position: absolute;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    width: 30px;
    z-index: 500000 !important;
}

#prevButton:hover,
#nextButton:hover {
    opacity: 1;
    text-decoration: none;
}

#prevButton.showButton,
#nextButton.showButton {
    bottom: 0;
}

#prevButton {
    background: url("img/arr_left.png") no-repeat scroll 50% 0;
    left: 60px;
}

#nextButton {
    background: url("img/arr_right.png") no-repeat scroll 50% 0;
    right: 60px;
}

#imgSpinner {
    opacity: 0;
    position: fixed;
    right: 50%;
    top: 50%;
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
}

#imgSpinner.spinnerShow {
    opacity: 1;
}

/*header*/
.menu-hide {
    position: relative;
    width: 100%;
    height: 50px;
    display: none;
}

.menu-hide nav {
    position: absolute;
    left: 50%;
    margin-left: -290px
}

.menu-hide h1 {
    width: 300px;
    position: absolute;
    height: 50px;
    left: 0px;
    color: #d3bb8f;
    font-size: 26px;
    padding-left: 101px;
    background: url('/img/logo-s.png') no-repeat;
    line-height: 50px;
}


.menu-hide li {
    float: left;
}

.menu-hide li a {
    color: #d3bb8f;
    font-size: 16px;
    padding: 0 20px;
    line-height: 50px;
}

.menu-hide li a:hover {
    color: #a83b26;
}


.fanwei {
    font-size: 12px;
    color: #888;
    width: 100%;
    height: 20px;
}



.part1 {
    padding-top: 70px;
    padding-bottom: 22px;
    text-align: center;
}

.part1 p {
    font-size: 38px;
    color: #333;
}

.part1 h2 {
    font-size: 20px;
    color: #333;
    padding-top: 20px;
}

.pull-right {
    float: right !important;
}

.main {
    position: relative;
    display: table;
    width: 100%;
    background: #fff;
}

.main1 {
    margin: 0 auto;
    width: 1200px;
}

.row {
    margin-left: -30px;
    margin-top: 60px;
}

.span4 {
    width: 330px;
    float: left;
    padding: 0 20px;
    min-height: 1px;
    position: relative;
}

.banner-wrap {
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0;
    position: relative;
    display: block;
    visibility: hidden;
}

.banner-wrap .featured-thumbnail {
    margin: 0 0 15px;
    overflow: hidden;
}

.banner-wrap .featured-thumbnail img {
    transition: all 500ms linear 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    width: 100%;
}

.banner-wrap:hover img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
}

.banner-wrap .extra-wrap {
    position: absolute;
    left: 0px;
    top: 90px;
    text-align: center;
    width: 320px;
}

.extra-wrap {
    overflow: hidden;
}

.extra-wrap h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 8px;
}

.extra-wrap p {
    border-bottom: 3px solid #fff;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    line-height: 48px;
    padding: 18px 0;
    margin: 0 0 9px;
    width: 70%;
    margin: 0 auto;
}

.ppbg {
    background: #d62d31;
    height: 320px;
    width: 320px;
    border-radius: 320px;
}

.banner-wrap:hover .ppbg {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
}

.banner-wrap .featured-thumbnail .ppbg {
    transition: all 500ms linear 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
}

.extra-wrap .banner-btn {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 17px;
}

.hr {
    background: #e5e5e5 none repeat scroll 0 0;
    height: 1px;
    line-height: 0;
    /* margin: 30px 0; */
    overflow: hidden;
    width: 100%;
}

.span6 {
    width: 570px;
    float: left;
    margin-left: 30px;
    min-height: 1px;
    position: relative;
}



.sban {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    display: block;
    position: relative;
    text-decoration: none;
    transition: all 300ms linear 0s !important;
    -webkit-transition: all 300ms linear 0s !important;
    -o-transition: all 300ms linear 0s !important;
    -moz-transition: all 300ms linear 0s !important;
    backface-visibility: visible !important;
    animation-fill-mode: both;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0;
}

.sban:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.sban img {
    transition: all 500ms linear 0s;
    -webkit-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    width: 100%;
}

.sban:hover .banner-btn1,
.sban:hover .banner-btn2 {
    transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
}

.dw {
    left: 49px;
    position: absolute;
    top: 44px;
    overflow: hidden;
}

.dw h5 {
    color: #52c681;
}

.banner-btn1 {
    background: url('/img/grn_btn.png') no-repeat center;
    bottom: -84px;
    color: #fff;
    font-size: 16px;
    height: 36px;
    left: -1px;
    line-height: 15px;
    padding-left: 25px;
    padding-top: 49px;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    transition: all 300ms linear 0s !important;
    -webkit-transition: all 300ms linear 0s !important;
    -o-transition: all 300ms linear 0s !important;
    -moz-transition: all 300ms linear 0s !important;
    width: 289px;
}

.banner-btn2 {
    background: url("/img/ptp_dtn.png") no-repeat center;
    bottom: -84px;
    color: #fff;
    font-size: 16px;
    height: 36px;
    left: -1px;
    line-height: 15px;
    padding-left: 25px;
    padding-top: 49px;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    transition: all 300ms linear 0s !important;
    -webkit-transition: all 300ms linear 0s !important;
    -o-transition: all 300ms linear 0s !important;
    -moz-transition: all 300ms linear 0s !important;
    width: 289px;
}

.row1 {
    margin-left: -30px;
}

@keyframes flipInX {
    0% {
        opacity: 0;
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }

    60% {
        opacity: 1;
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        transform: perspective(400px);
    }
}

.flipInX {
    animation: flipInX 2s 1s;
    backface-visibility: visible !important;
    animation-fill-mode: forwards;
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transition-timing-function: ease-in;
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transition-timing-function: ease-in;
    }

    60% {
        opacity: 1;
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        transform: perspective(400px);
    }
}

.flipInY {
    animation: flipInY 2s 1s;
    backface-visibility: visible !important;
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0px, -3000px, 0px);
    }

    60% {
        opacity: 1;
        transform: translate3d(0px, 25px, 0px);
    }

    75% {
        transform: translate3d(0px, -10px, 0px);
    }

    90% {
        transform: translate3d(0px, 5px, 0px);
    }

    100% {
        transform: none;
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0px, 0px);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0px, 0px);
    }

    75% {
        transform: translate3d(-10px, 0px, 0px);
    }

    90% {
        transform: translate3d(5px, 0px, 0px);
    }

    100% {
        transform: none;
    }
}

.bounceInLeft {
    animation: bounceInLeft 2s 1s;
    animation-fill-mode: forwards
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0px, 0px);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0px, 0px);
    }

    75% {
        transform: translate3d(10px, 0px, 0px);
    }

    90% {
        transform: translate3d(-5px, 0px, 0px);
    }

    100% {
        transform: none;
    }
}

.bounceInRight {
    animation: bounceInRight 2s 1s;
    animation-fill-mode: forwards;
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0px, 3000px, 0px);
    }

    60% {
        opacity: 1;
        transform: translate3d(0px, -20px, 0px);
    }

    75% {
        transform: translate3d(0px, 10px, 0px);
    }

    90% {
        transform: translate3d(0px, -5px, 0px);
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px);
    }

    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px);
    }

    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px);
    }

    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px);
    }

    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    }
}

.zoomInUp {
    animation: zoomInUp 1s 1s;
    animation-fill-mode: forwards;
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
    }
}

.products-left {
    width: 270px;
    float: left;
}

.advanced_categories {
    border-bottom: 1px solid #ededed;
}

.advanced_categories h4 {
    border-bottom: 1px solid #e5e5e5;
    color: #404040;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 25px;
    margin-top: 20px;
    padding-bottom: 26px;
    text-transform: uppercase;
}

.advanced_categories_item {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;

    vertical-align: top;
    border-bottom: solid 1px #f3f4f8;
    background: #fff;
}

.advanced_categories_item span {
    font-size: 9px;
    padding-left: 5px;
    color: #888;
}

.advanced_categories ul li {
    display: block !important;
    float: none !important;
    list-style: outside none none;
}

.advanced_categories ul li a {
    color: #525151;
    font-size: 14px;
    font-weight: 400;
    line-height: 42px;
    padding: 0 27px;
    text-decoration: none;
    text-transform: uppercase;
}

.products-right {
    width: 870px;
    float: left;
    margin-left: 30px;
    min-height: 1px;
}

.products-right h2 {
    border-bottom: 1px solid #e5e5e5;
    color: #404040;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 22px;
    margin-top: 20px;
    padding-bottom: 26px;
    text-transform: uppercase;
}

.custom_products {
    height: auto;
    width: 100%;
}

.products-list {
    margin: 25px 0 0 -30px !important;
}

.products-list li {
    margin-left: 30px;
    width: 270px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    float: left;

    padding: 21px 25px;
    position: relative;
    text-align: center;
    vertical-align: top;

    line-height: 18px;
}

.products-list li a img {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    display: block;
    height: auto !important;
    margin: 0 0 8px;
    padding: 0;
    width: 100% !important;
}

.price {
    color: #444444;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.products-list li h3 {
    color: #323232;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
}

.add_to_cart {
    background: #444444 url("img/cart_img.png") no-repeat scroll center center !important;
    border-radius: 50% !important;
    height: 36px !important;
    padding: 0 !important;
    text-indent: -9999px;
    width: 36px !important;
}

.products-list li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    transition: all 300ms linear 0s !important;
}

.add_to_cart {
    background: url("/img/car.jpg") no-repeat scroll center center !important;
    border-radius: 50% !important;
    height: 36px !important;
    text-indent: -9999px;
    width: 36px !important;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    margin-top: 9px;
    text-shadow: none;
    transition: all 300ms linear 0s;
}

.add_to_cart:hover {
    background: url("/img/car1.jpg") no-repeat scroll center center !important;
    transition: all 300ms linear 0s;
}

.products-list2 {
    padding-bottom: 30px;
}

.chayihua {
    width: 100%;
    height: 700px;
    position: relative;
}

.chayi1 {
    height: 700px;
    overflow: hidden;
    position: absolute;
    left: 50%;
}

.chayi2 {
    background-image: url('/img/parallax.jpg');
    height: 936px;
    position: relative;
    margin-top: -200px;
}

.chayi-about {
    position: relative;
    width: 100%;
    height: 475px;
    padding-top: 112px;
}

.chayi-about1 {
    background: url('/img/chayibg.jpg');
    width: 100%;
    height: 475px;
}

.about-img {
    float: left;
    width: 500px;
    overflow: hidden;
}

.about-img a:hover img {
    opacity: 0.5;
    transform: scale(1.1);
    transition: all 0.4s ease 0s;
}

.about-defaut {
    float: left;
    padding: 80px 100px;
    width: 470px;
    color: #fff;
}

.about-defaut h3 {
    font-size: 40px;
    height: 70px;
    background: url('/img/icon2.png') no-repeat bottom left;
    margin-bottom: 15px;
}

.about-defaut p {
    padding: 10px 0;
    line-height: 26px;
    text-indent: 2em;
    font-size: 14px;
}


.service-default {
    visibility: hidden;
}

.service-default li {
    color: #2c2c2c;
    float: left;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 390px;
}

.service-default li figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.service-default li figure a {
    display: block;
    line-height: 0;
    font-size: 0;
    background: #d62d31;
}

.service-default li .caption {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    display: table-cell;
    left: 0;
    padding: 0 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.8s ease 0s;
    vertical-align: middle;
    text-align: center;
}

.service-default li .caption .inner {
    display: inline-block;
    vertical-align: middle;
}

.service-default li .caption h5 {
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    line-height: 55px;
    margin: 0 0 46px;
    text-transform: lowercase;
}

.service-default li .caption h5 a {
    color: #fff;
    text-decoration: none;
}

.service-default li .caption .post_count {
    display: none;
}

.service-default li .caption a.btn-primary {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 14px 24px;
}

.service-default li .caption a.btn-primary:hover {
    background: #000;
    transition: all 0.4s ease 0s;
}

a.btn-primary {
    background: #d62d31 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 15px 26px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.8s ease 0s;
}

.service-default li .caption .auxiliary {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.service-default li:nth-child(2n) .caption {
    display: none;
}


.service-default li .caption:hover {
    background: #d62d31;
    transition: all 0.4s ease 0s;
}

.service-default li a:hover img {
    background: #d62d31;
    opacity: 0.5;
    transform: scale(1.1);
    transition: all 0.4s ease 0s;
}

.video-defalut {
    position: relative;
    height: 345px;
}

.parallax-box {
    position: relative;
}

.parallax-bg {
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
}

.video-bg {
    height: 100%;
    position: relative;
    width: 100%;
    background: url('/img/toumingbg1.png');
    z-index: 9999;
}

.parallax_media {
    position: relative;
    height: 1070px;
    margin-left: 0;
    margin-top: -567.5px;
}

.video-bg h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 100px;
    padding-top: 50px;
}

.video-bg p {
    text-align: center;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    padding-top: 50px;
}


.sf-menu>li>a::before {
    content: attr(data-hover);
    font-weight: bold;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translate(-8px, -8px);
    transition: all 0.3s ease-in-out 0s;
    white-space: nowrap;
}

.sf-menu>li>a {
    color: #ffffff;
    display: block;
    font-size: 19px;
    font-weight: 300;
    margin: 1px 22px;
    opacity: 0.5;
    position: relative;
    transition: background 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
}


.sf-menu>li {
    float: left;
}

#megamenu {
    line-height: 0;
    position: relative;
    text-align: center;
    z-index: 999;
}


.header_isStuck {
    background: rgba(0, 0, 0, 0.01);
    left: 0;
    padding: 0 27px 26px;
    position: relative;
    right: 0;
    z-index: 999;

}

#header {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    position: relative;
    z-index: 100;
}

#megamenu .sf-menu {
    display: inline-block;
    margin-top: -40px;

}

.sf-menu>li>a:hover::before {
    opacity: 1;
    transform: translate(0px, 0px);
}

.productsbanner {
    height: 506px;
    background: url('/img/productslist-bg.jpg') no-repeat top center;
    width: 100%;
    position: relative;
    z-index: -1;
    margin-top: -110px;
}

.productsbanner1 {
    height: 506px;
    background: url('/img/products-bg1.jpg') no-repeat top center;
    width: 100%;
    position: relative;
    z-index: -1;
    margin-top: -110px;
}

.products-main {
    width: 1170px;
    margin: 0 auto;
    position: relative;
    padding-top: 30px;
}


.products-main .products-list2 .products-list li {
    margin-bottom: 20px;
}

.products-img {
    width: 440px;
    padding: 0 20px;
    background: #fff;
    overflow: hidden;
    float: left;
}

.products-img img {
    width: 100%;
}

.products-h1 {
    text-align: center;
    font-size: 50px;
    line-height: 150px;
}

.products-hr {
    background: #000;
    height: 2px;
    margin-bottom: 20px;
}

.products-cont {
    float: left;
    width: 420px;
}

.products-cont h1 {
    font-size: 30px;
    line-height: 80px;
    font-weight: bold
}

.products-price {
    font-size: 40px;
    color: #ed9964;
    line-height: 80px;
}

.products-buy {
    background: #ed9964;
    width: 164px;
    height: 50px;
    line-height: 50px;
}

.products-buy a {
    color: #fff;
    text-align: center;
    font-size: 16px;
    display: block;
}

.products-share {
    padding-top: 20px;
}

.buy-shuoming {
    font-size: 14px;
    padding-top: 20px;
    display: none;
}

.buy-shuoming .phone {
    background: url('/img/iconfont-dianhua.png') no-repeat center left;
    line-height: 20px;
    padding: 5px 0px 5px 30px;
}

.buy-shuoming .address {
    background: url('/img/iconfont-dizhi.png') no-repeat center left;
    line-height: 20px;
    padding: 5px 0px 5px 30px;
}

.buy-shuoming .warning {
    background: url('/img/iconfont-jinggao.png') no-repeat center left;
    line-height: 20px;
    padding: 5px 0px 5px 30px;
    color: #d62d31;
}

.products-content {
    width: 880px;
    float: right;
    margin-left: 20px;
}

.products-content h2 {
    line-height: 40px;
    font-size: 16px;
    border-bottom: solid 1px #000;
    padding-top: 20px;
    margin-bottom: 10px;
}

.products-content img {
    width: 100%;
}

.products-xiangguan {
    width: 270px;
    float: left;
}

.products-xiangguan h2 {
    line-height: 40px;
    font-size: 16px;
    border-bottom: solid 1px #000;
    padding-top: 20px;
    margin-bottom: 10px;
}

.products-view {
    width: 100%
}

.products-content1 {
    width: 100%;
    padding: 10px 0 30px 0;
    line-height: 26px;
}

.products-mobile {
    position: absolute;
    right: 20px;
    top: 30px;
    display: none;
}

.sf-menu1 li {
    border-bottom: dotted 1px #fff;
    margin: 0 40px;
}

.sf-menu1 a {
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
}

.product-index {
    margin: 0 auto;
    width: 1200px;
    height: 950px;
}

.user-touxiang1 {
    position: relative;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 30px;
    background: url(/img/user-touxiang.png);
    background-size: contain;
}

.kefu-touxiang1 {
    position: relative;
    width: 40px;
    height: 40px;
    left: 1160px;
    top: -65px;
    background: url(/img/kefu-touxiang.png);
    background-size: contain;
}

.user-touxiang3 {
    position: relative;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 30px;
    background: url(/img/user-touxiang.png);
    background-size: contain;
}

.kefu-touxiang4 {
    position: relative;
    width: 40px;
    height: 40px;
    left: 1160px;
    top: -85px;
    background: url(/img/kefu-touxiang.png);
    background-size: contain;
}

.user-touxiang5 {
    position: relative;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 30px;
    background: url(/img/user-touxiang.png);
    background-size: contain;
}

.kefu-touxiang6 {
    position: relative;
    width: 40px;
    height: 40px;
    left: 1160px;
    top: -65px;
    background: url(/img/kefu-touxiang.png);
    background-size: contain;
}

.user-touxiang7 {
    position: relative;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 30px;
    background: url(/img/user-touxiang.png);
    background-size: contain;
}

.kefu-touxiang8 {
    position: relative;
    width: 40px;
    height: 40px;
    left: 1160px;
    top: -65px;
    background: url(/img/kefu-touxiang.png);
    background-size: contain;
}

.question1 span {
    position: relative;
    left: 10px;
    top: 10px;
    width: 0;
    height: 0;
    border-width: 9px;
    border-style: solid;
    border-color: transparent;
    border-right-width: 18px;
    border-right-color: currentColor;
    color: #fff;
}




.speech-bubble1 {
    position: relative;
    background-color: #292929;
    width: 200px;
    height: 60px;
    line-height: 60px;
    /* 垂直居中 */
    color: white;
    border-radius: 10px;
    left: 75px;
    top: -20px;
    padding-left: 20px;
    font-size: 20px;
}

.speech-bubble2 {
    position: relative;
    background-color: #98e165;
    width: 600px;
    height: 80px;
    line-height: 34px;
    color: #000;
    border-radius: 10px;
    left: 530px;
    top: 0px;
    padding: 9px 20px 0px 20px;
    font-size: 16px;
}

.speech-bubble3 {
    position: relative;
    background-color: #292929;
    width: 320px;
    height: 60px;
    line-height: 60px;
    /* 垂直居中 */
    color: white;
    border-radius: 10px;
    left: 75px;
    top: -20px;
    padding-left: 20px;
    font-size: 20px;
}

.speech-bubble4 {
    position: relative;
    background-color: #98e165;
    width: 600px;
    height: 120px;
    line-height: 34px;
    /* 垂直居中 */
    color: #000;
    border-radius: 10px;
    left: 530px;
    top: 0px;
    padding: 9px 20px 0px 20px;
    font-size: 16px;
}

.speech-bubble5 {
    position: relative;
    background-color: #292929;
    width: 480px;
    height: 60px;
    line-height: 60px;
    /* 垂直居中 */
    color: white;
    border-radius: 10px;
    left: 75px;
    top: -20px;
    padding-left: 20px;
    font-size: 20px;
}

.speech-bubble6 {
    position: relative;
    background-color: #98e165;
    width: 600px;
    height: 80px;
    line-height: 34px;
    /* 垂直居中 */
    color: #000;
    border-radius: 10px;
    left: 530px;
    top: 0px;
    padding: 9px 20px 0px 20px;
    font-size: 16px;
}

.speech-bubble7 {
    position: relative;
    background-color: #292929;
    width: 310px;
    height: 60px;
    line-height: 60px;
    /* 垂直居中 */
    color: white;
    border-radius: 10px;
    left: 75px;
    top: -20px;
    padding-left: 20px;
    font-size: 20px;
}

.speech-bubble8 {
    position: relative;
    background-color: #98e165;
    width: 600px;
    height: 80px;
    line-height: 34px;
    /* 垂直居中 */
    color: #000;
    border-radius: 10px;
    left: 530px;
    top: 0px;
    padding: 9px 20px 0px 20px;
    font-size: 16px;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 15px solid;
}

.speech-bubble-right:after {
    border-color: transparent transparent transparent #98e165;
    left: 100%;
    top: 50%;
    margin-top: -15px;
}

.speech-bubble-left:after {
    border-color: transparent #292929 transparent transparent;
    top: 50%;
    right: 100%;
    margin-top: -18px;
}

.row-youshi {
    /* margin-top: 50px; */
    /* margin-left: 15px; */
    width: 100%;
    height: auto;

}


.youshi {
    width: 180px;
    height: 260px;
    float: left;
    text-align: center;
    border: solid 1px #e6e6e6;
    background: #fff;
    padding: 30px 10px 30px 10px;
    
}

.youshi i {
    font-size: 60px;
    color: #d62d31;
}

.youshi h4 {
    font-size: 26px;
    padding: 30px 0px 20px 0px;
    color: #333;
}

.youshi p {
    line-height: 24px;
    font-size: 14px;
    color: #555;
}

.liucheng {
    width: 240px;
    float: left;
    text-align: center;
    margin: 15px;
    padding: 50px 20px 30px 20px;
}

.liucheng i {
    font-size: 60px;
    color: #d62d31;
}

.liucheng h4 {
    font-size: 26px;
    padding: 30px 0px 20px 0px;
    color: #333;
}

.liucheng p {
    line-height: 24px;
    font-size: 16px;
    color: #555;
}

.news-index {
    width: 100%;

}

.news-item {
    float: left;
    width: 23%;
    background: #fff;
    border: solid 1px #e5e5e5;
    /* margin-left: 1.3%; */
    margin-right: 2.6%;
    margin-bottom: 80px;
}
.news-index>div:nth-child(4n){
    margin-right: 0;
}
.news-item-img img {
    width: 100%;
    height: 220px;
}

.news-text {
    padding: 20px 30px;
}

.news-day {
    display: block;
    font-size: 36px;
    font-weight: 900;
    color: #989898;
}

.news-ym {
    display: block;
    font-size: 16px;
    color: #989898;
    font-weight: bold;
    padding:15px 0 5px 0;
}

.news-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-title a {
    color: #000;
}

.news-dec {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    overflow: hidden;
}

.news-dec a {
    color: #666;
}

.swiper-container1 {
    width: 100%;
    height: 50%;
}

.swiper-container2 {
    width: 100%;
    height: 50%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 1108px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

.hezuo-index {
    padding: 50px 0px;
    width: 100%;
    background: #f2faff;
}

.news-item-img {
    overflow: hidden;
}

.news-item-img a:hover img {
    opacity: 0.5;
    transform: scale(1.1);
    transition: all 0.4s ease 0s;
}

.footer-b {
    background: #f3f4f8;
}

.footer-b1 {
    width: 1200px;
    border-top: solid 1px #e5e5e5;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
}

.footer-b1 p {
    line-height: 24px;
    font-size: 12px;
    color: #888;
}

.product-banner1 {
    width: 100%;
    padding-top: 70px;
    background: #ededed;
}

.product-banner1 img {
    width: 100%;
}

.pro-main {
    width: 100%;
    background: #ededed;
}

.pro-td {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.pro-td h2,.pro-td h1 {
    font-size: 30px;
    font-weight: 600;
    padding: 60px;
    text-align: center;
    color: #666;
}

.pro-item {
    width: 27%;
    padding: 60px 1%;
    background: #fff;
    text-align: center;
    box-shadow: 0px 5px 25px #b7b7b7;
    float: left;
    margin: 0 2%;
}
.pro-item img{
    width: 200px;
}

.pro-item h4 {
    font-size: 20px;
    font-weight: 800;
    padding: 30px 0px;
}

.pro-item p {
    line-height: 20px;
    font-size: 14px;
}

.pro-pz {
    background: url(/img/pro-bg1.jpg) no-repeat #ededed;
    background-size: cover;
    width: 100%;
    height: 600px;
}

.pro-pz h2 {
    font-size: 30px;
    font-weight: 600;
    padding: 40px;
    text-align: center;
    color: #fff;
}

.pz-table {
    width: 1000px;
    margin: 0 auto;
}

.pz-table table {
    width: 100%;
    background: #fff;
}

.pz-table td,
.pz-table th {
    padding: 16px 20px;
    text-align: center;
    border: solid 1px #ccc;
    font-size: 14px;
    line-height: 22px;
}

.pz-table th {
    background: #eee;
    min-width: 100px;
}

.pro-bj {
    background: #fff;
    padding-bottom: 100px;
}

.pro-bj h2 {
    font-size: 30px;
    font-weight: 600;
    padding: 60px;
    text-align: center;
}

.pro-bj td span {
    font-size: 20px;
    font-weight: 700;
    margin-right: 20px;
}

.pro-pf1 {
    background: #f7f7f7;
    width: 100%;
}

.pro-pf {
    background: #fff;
    padding-bottom: 80px;
    padding-top: 20px;
    width: 1200px;
    margin: 0 auto;
}

.pro-pf h2 {
    font-size: 30px;
    font-weight: 600;
    padding: 60px;
    text-align: center;
}

.pf-item {
    width: 50%;
    margin-bottom: 10px;
    float: left;
    padding: 30px 0;
    padding-right: 75px;
    box-sizing: border-box;
}

.pf-item-l {
    width: 145px;
    text-align: center;
    line-height: 1;
    color: #222222;
    transition: .5s ease-in-out;
    font-family: "beba";
    float: left;
}

.pf-item-l .num {
    font-family: Barlow-Condensed-Medium;
    font-size: 50px;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}


.pf-item-l .num:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 45px;
    background: #dddddd;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.pf-item-l .time {
    font-family: Barlow-Condensed-Medium;
    font-size: 16px;
}

.pf-item-r {
    width: calc(100% - 145px);
    float: right;
}

.pf-item-r .h0 {
    font-size: 20px;
    color: #222222;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    transition: .5s ease-in-out;
    margin-bottom: 15px;
}

.pf-item-r .p {
    height: 52px;
    overflow: hidden;
    transition: .5s ease-in-out;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}

.pf-item:hover {
    background: #336de2;
    transition: .5s ease-in-out;
    color: #ffffff;
}

.pf-item:hover .pf-item-l {
    transition: .5s ease-in-out;
    color: #ffffff;
}

.pf-item:hover .pf-item-r .h0 {
    transition: .5s ease-in-out;
    color: #ffffff;
}

.pf-item:hover .pf-item-r .p {
    transition: .5s ease-in-out;
    color: #def1ff;
}

.about-banner1 {
    padding-top: 70px;
    width: 100%;
}

.about-banner1 img {
    width: 100%;
}

.about {
    width: 100%;
    background: #f3f4f8;
}

.about h1 {
    font-size: 30px;
    font-weight: 600;
    padding: 60px;
    text-align: center;
}

.about-content {
    margin: 30px auto;
    width: 1200px;
    height: 450px;
    padding-bottom: 30px;
    font-size: 17px;
}

.about-content-r {
    width: 485px;
    float: right;
}

.about-content-l {
    float: left;
    width: 900px;
}

.about h2 {
    font-size: 20px;
    font-weight: 600;
    padding: 32px;
}

.about-content-l p {
    line-height: 36px;
    text-indent: 32px;

}

.about-content-r1 {
    width: 900px;
    float: right;
}

.about-content-l1 {
    float: left;
    width: 485px;
    padding-right: 50px;
}



.about-content-r1 p {
    line-height: 36px;
    text-indent: 32px;
    margin-bottom: 20px;
}

.wenhua h1 {
    font-size: 30px;
    font-weight: 600;
    padding: 60px;
    text-align: center;
}

.editor-culture .box {
    overflow: hidden;
    background-color: #eff5f8;
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
}

.editor-culture .box-n2 {
    margin-bottom: 3%;
    margin-top: 2%;
}

.editor-culture .box .txt {
    padding: 4%;
    padding-left: 10%;
}

.editor-culture .box .txt ul li {
    padding: 2% 0 2% 60px;
    position: relative;
}

.editor-culture .box .txt .h5 {
    font-size: 16px;
    font-weight: bold;
    padding: 2% 0;
}

.editor-culture .box .txt .icon {
    position: absolute;
    left: 0px;
}

.editor-network .box {
    margin-bottom: 3%;
    overflow: hidden;
    background-color: #eff5f8;
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
}

.editor-network .box .txt {
    padding: 6% 4%;
}

.editor-network .box .txt .tel,
.editor-network .box .txt .fax {
    white-space: normal;
    line-height: 50px;
    display: inline-block;
}

.editor-network .box .txt .tel {
    background: url("../images/tel-icon.png")
        /*tpa=http://liby.com.cn/images/tel-icon.png*/
        no-repeat left;
    padding-left: 36px;
    padding-right: 40px;
}

.editor-network .box .txt .fax {
    background: url("../images/fax-icon.png")
        /*tpa=http://liby.com.cn/images/fax-icon.png*/
        no-repeat left;
    padding-left: 40px;
}

.editor-motto .box-n1,
.editor-motto .box-n3,
.editor-motto .box-n4 {
    padding: 3%;
    background-color: #f7f9fa;
    margin-bottom: 2%;
}

.editor-motto .h3 {
    font-size: 20px;
    color: #006493;
    padding-bottom: 2%;
}

.editor-motto .h2 {
    line-height: 40px;
    font-size: 24px;
    position: relative;
    margin-bottom: 2%;
}

.editor-motto .h2:before {
    left: -1.5%;
    top: 40%;
    position: absolute;
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #66c5f1;
    border-radius: 4px 0 4px 0;
}

.editor-motto .box-n2 .h2:before {
    position: relative;
    left: 0;
    margin-right: 10px;
}

.editor-motto .box-n4 ul li {
    position: relative;
    padding-left: 17px;
}

.editor-motto .box-n4 ul li:before {
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #66c5f1;
    border-radius: 4px 0 4px 0;
}

.editor-culture .box-n1 .photo {
    float: left;
    width: 50%;
}
.editor-culture .box-n1 .photo img{
    width: 100%;
}
.editor-culture .box-n1 .txt {
    float: right;;
    width: 50%;
    box-sizing: border-box;
}

.editor-culture .box-n2 .photo {
    float: right;
    width: 50%;
}
.editor-culture .box-n2 .photo img{
    width: 100%;
}

.editor-culture .box-n2 .txt {
    float: left;
    ;
    width: 50%;
    box-sizing: border-box;
}

.editor-culture .iconfont {
    position: relative;
    left: 0px;
    top: 16px;
    font-size: 40px;
    color: #d62d31
}

.news-banner1 {
    padding-top: 70px;
    width: 100%;
}

.news-banner1 img {
    width: 100%;
}

.n-content .list1 {
    padding: 70px 0 40px;
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
    width: 1200px;
    margin: 0 auto;
}

.n-content .list1 .tit2 {
    font-size: 36px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 24px;
}

.n-content .list1 .ulbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.n-content .list1 .li {
    background: #f3f6f9;
    border-radius: 9px;
    border: 1px solid #e5e5e5;
    padding: 30px;
    width: 32%;
    height: 200px;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
}

.n-content .list1 .tit3 {
    font-size: 24px;
    color: #333;
    line-height: 1.2;
    margin-bottom: 15px;
}

.n-content .list1 .tit4 {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.n-content .list1 .img {
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    position: absolute;
}

.n-content .list1 .li:nth-child(2n) {
    margin: 0 2%;
}

.baidumap {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0px;
}

.join-banner1 {
    width: 1200px;
    margin: 0 auto;
    padding-top: 120px;
}

.join-list {
    width: 1200px;
    margin: 0 auto;
}

.zhpzw dt .area span,
.zhpzw dt em {
    background: url(http://www.yesky.com/TLimages2009/yesky/images/yesky_gw14/zhxon.png) no-repeat;
}

.shadow {
    text-shadow: 0px 1px 1px #858585;
}

.zhap {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.zhap p {
    text-align: center;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    color: #333;
}

.zhpzw dl {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 24px;
}



.zhpzw dt .tit {
    font-size: 30px;
    color: #999;
    padding: 20px 0 20px;
}

.zhpzw dt .area span {
    display: inline-block;
    line-height: 32px;
    font-size: 16px;
    color: #0093dd;
    padding-left: 24px;
    background-position: 0 -145px;
    margin-right: 30px;
}

.zhpzw dt .area span.pepole {
    padding-left: 30px;
    background-position: 0 -112px;
}

.zhpzw dt em {
    width: 30px;
    height: 54px;
    right: 45px;
    top: 40px;
    position: absolute;
    cursor: pointer;
}

.zhpzw dt em.show {
    background-position: 0 -54px;
}

.zhpzw dd {
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.zhpzw dd span {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
    display: block;
}

.zhpzw dd.show {
    display: block;
}

.join-flhj {
    width: 1200px;
    margin: 0 auto;
}

.flhj li {
    float: left;
    width: 400px;
    text-align: center;
    color: #333;
    padding: 50px 0;
}

.flhj li p {
    font-size: 25px;
    line-height: 40px;
}

.flhj li div {
    width: 310px;
    margin: 10px auto 0;
    height: 90px;
    position: relative;
}

.flhj li div span {
    font-size: 18px;
    position: absolute;
}

.flhj li.first span {
    color: #0076ca;
}

.flhj li.two span {
    color: #ff5f13;
}

.flhj li.three span {
    color: #572a93;
}

.join-zl {
    padding: 60px 0px;
    width: 100%;
}

.join-zl1 {
    width: 1190px;
    margin: 0 auto;
}

.join-zl h2 {
    font-size: 26px;
    text-align: center;
    padding-bottom: 60px;
}

.join-zl2 h2 {
    font-size: 26px;
    text-align: center;
    padding-bottom: 60px;
    color: #fff;
}

.join-zl2 {
    width: 100%;
    background: url(/img/join-bg1.jpg) no-repeat;
    background-size: cover;
    padding: 70px 0 120px 0;
}

.fypage {
    margin: 0 auto;
    width: 300px;
    padding-top: 30px;
}

.fypage .prepage {
    float: left;
    display: block;
    width: 80px;
    height: 30px;
    color: #FFFFFF;
    background: #336de2;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}

.fypage .nextpage {
    float: right;
    display: block;
    width: 80px;
    height: 30px;
    color: #FFFFFF;
    background: #0060A3;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}

.fypage .totalpage {
    float: inherit;
    display: block;
    width: 80px;
    height: 30px;
    color: #FFFFFF;
    background: #0060A3;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}


/* 首页大标题 */
.max_title{
    width: 100%;
    text-align: center;
    /* margin-top: 70px; */
    padding: 70px 0 35px;
}
.max_title>p{
    font-size: 38px;
}
.max_title>h2{
    font-size: 20px;
    margin-top: 25px;
}

/* 关于我们的布局 */
.about-content-txt{
    width: 650px;
}

/* 企业文化 */
.wenhua_ul>li .icon{
    width: 3em;
    height: 3em;
    position: relative;
    margin-top: 10px;
}
.wenhua_ul>li .icon svg{
    margin-top: 0px;
}
.cus_container{
    width: 1200px;
    margin: 50px auto 0;
}


.tools_main{
	width: 100%;
	background-color: #fafafa;
	padding-top: 70px;
}
.tools{
	margin: 0 auto;
	width: 1200px;

}
.tools_div{
	display: flex;
	justify-content: space-around;
	padding: 0 80px;
}
.tools_l {
	display: flex;
    flex-direction: column;
}
.tools_r {
	display: flex;
    flex-direction: column;
	margin-top: 200px;
}
.tools_item{
	width: 400px;
	height: 500px;
	background-size: contain;
	padding: 290px 30px 0px 30px;
	margin-bottom: 80px;
}
.tools_img1{
	background-image: url('../img/3dtubiao1.png');
}
.tools_img2{
	background-image: url('../img/3dtubiao2.png');
}
.tools_img3{
	background-image: url('../img/3dtubiao3.png');
}
.tools_img4{
	background-image: url('../img/3dtubiao4.png');
}
.tools_img5{
	background-image: url('../img/3dtubiao5.png');
}
.tools_img6{
	background-image: url('../img/3dtubiao6.png');
}
.tools_item h2{
	line-height: 50px;
}
.tools_item p{
	padding-bottom: 5px;
}




.support2_btn button{ cursor: pointer; transition: all 0.2s;}
.support2_btn{ border: solid 1px transparent; background: #edeff3; color: #5c6172;position: relative;width: 7.2em;border-radius: 0.2em;}

.support2_btn button:hover{ background: #336de2; color: #fff;}
.support2_btn{
		margin-top: 0.5em;
	}
	.support2_btn button{
		width: 7.2em;
		line-height: 2.2em;
		border-radius: 0.2em;
	}
	.support2_btn .support2_btn02{
		margin-left: 1.2em;
	}

.support2_btn:hover>.tools_tip_box {
   transition: all 0.3s;
   opacity: 1;
   visibility: visible;
}

.tools_tip_box {
   opacity: 0;
   visibility: hidden;
   background: #fff;
   position: absolute;
   left: 0;
   z-index: 99;
}
.tools_banner{
	width: 100%;
	height: 500px;
	background-image: url("../img/tools_banner.jpg");
	background-size: cover;
	margin-top: 70px;
	padding-top: 200px;
	padding-left: 30%;
}
.tools_banner h1{
	font-size: 40px;
}
