@charset "UTF-8";
.index-banner {
    width: 100%;
    /* height: 700px; */
    min-width: 1320px;
    margin: auto;
}
.swiper-container {
    height: 100%;
}
.swiper-wrapper {
    height: 100%;
}
.index-banner-bg {
    display: block;
    width: 100%;
}
.index-banner-bg img {
    display: block;
    width: 100%;
}
.pagination {
    position: absolute;
    bottom: 27px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 45px;
    height: 3px;
    margin: 0 8px;
    background-color: #fff;
}
.swiper-active-switch {
    background-color: #0478e4;
}
.company-products {
    position: relative;
    height: 840px;
    overflow: hidden;
}
.company-products-right {
    position: absolute;
    top: 0;
    right: 0;
    /* width: 45%; */
    height: 100%;
    background-color: #f2f4f7;
}
.company-products-title {
    margin-top: 60px;
    /* padding-left: 55px; */
}
.company-products-title-e {
    font-size: 30px;
    color: #e0e0e0;
    text-transform: uppercase;
}
.company-products-title-c {
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 7px;
    font-size: 26px;
    color: #333333;
    border-bottom: 3px solid #a8cee7;
}
.company-products-title-c i {
    position: relative;
    font-style: normal;
}
.company-products-title-c i::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 3px;
    background-color: #0478e4;
}
.company-products-tag {
    margin-top: 12px;
    font-size: 14px;
    color: #999999;
}
.company-products-img {
    position: relative;
    width: 600px;
    height: 487px;
    margin-top: 62px;
    background-repeat: no-repeat;
    background-position: center;
}
.company-products-img1 {
    background-image: url('/z-site/sanlian-gw/stencil/default/images/product-bg1.png');
}
.company-products-img2 {
    background-image: url('/z-site/sanlian-gw/stencil/default/images/product-bg2.png');
}
.company-products-img3 {
    background-image: url('/z-site/sanlian-gw/stencil/default/images/product-bg3.png');
}
.company-products-img4 {
    background-image: url('/z-site/sanlian-gw/stencil/default/images/product-bg4.png');
}
.company-products-img5 {
    background-image: url('/z-site/sanlian-gw/stencil/default/images/product-bg5.png');
}
.company-products-category1 {
    position: absolute;
    left: 305px;
    top: 5px;
    padding-left: 85px;
    padding-bottom: 30px;
    cursor: pointer;
}
.products-category-title {
    font-size: 18px;
    color: #323131;
}
.products-category-title-e {
    font-size: 14px;
    color: #999;
}
.company-products-category-hover .products-category-title {
    color: #0478e4;
}
.company-products-category-hover .products-category-title-e {
    color: #a8cee7;
}
.company-products-category2 {
    position: absolute;
    left: 450px;
    top: 18px;
    padding-left: 85px;
    padding-top: 55px;
    cursor: pointer;
    white-space: nowrap;
}
.company-products-category3 {
    position: absolute;
    left: 550px;
    top: 175px;
    padding-left: 11px;
    padding-top: 88px;
    cursor: pointer;
    white-space: nowrap;
}
.company-products-category4 {
    position: absolute;
    left: 465px;
    top: 315px;
    padding-left: 85px;
    padding-top: 42px;
    cursor: pointer;
    white-space: nowrap;
}
.company-products-category5 {
    position: absolute;
    left: 320px;
    top: 400px;
    padding-left: 85px;
    padding-top: 42px;
    cursor: pointer;
    white-space: nowrap;
}
.products-category-content {
    position: relative;
    width: 532px;
    *width: 497px;
    padding-left: 35px;
    display: none;
    background-color: #f2f4f7;
}
.products-category-arrow {
    position: absolute;
    z-index: 3;
    top: -18px;
    left: 0;
    width: 77px;
    height: 84px;
    background-image: url('/z-site/sanlian-gw/stencil/default/images/index-down-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
}
.company-products-content {
    position: relative;
}
.products-category-right {
    position: absolute;
    top: 0;
    right: -30px;
    width: 120px;
    height: 280px;
    background-color: #f7f9fa;
}
.index-category-title {
    position: relative;
    z-index: 5;
    margin-top: 50px;
    font-size: 36px;
    color: #333333;
}
.index-category-title-e {
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
}
.index-category-text {
    margin-top: 30px;
    height: 44px;
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}
.index-category-img-content {
    position: relative;
    margin-top: 40px;
    height: 205px;
    width: 265px;
}
.index-category-img-title {
    margin-top: 5px;
    font-size: 16px;
    color: #666666;
    text-align: center;
}
.index-product-img {
    width: 265px;
    background-color: #f2f4f7;
}
.index-product-img img {
    width: 100%;
    height: 174px;
    box-shadow: 0 0 5px #e7e9eb;
}
.index-more {
    display: block;
    width: 193px;
    height: 44px;
    margin-top: 65px;
    background-image: url('/z-site/sanlian-gw/stencil/default/images/index-more.png');
    background-repeat: no-repeat;
    background-position: center;
}
.index-more:hover,
.index-about-more:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.swiper-category-img-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-category-img-container .swiper-slide {
    height: 100%;
    /* opacity: 0.4; */
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.swiper-category-img-container .swiper-slide-visible {
    position: relative;
    z-index: 99;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.swiper-category-img-container .swiper-slide-active {
    position: relative;
    z-index: 100;
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.index-about {
    width: 100%;
    min-width: 1320px;
    height: 841px;
    background-image: url('/z-site/sanlian-gw/stencil/default/images/about-us-bg-2.png');
    background-repeat: no-repeat;
    background-position: center;
}
.index-about .company-products-title-c {
    color: #fff;
    border-color: #fff;
}
.index-about .company-products-title {
    padding-left: 0;
    margin-top: 80px;
}
.index-about-content {
    margin-top: 75px;
}
.index-about-left {
    width: 486px;
}
.index-about-title {
    font-size: 30px;
    color: #fff;
}
.index-about-show {
    margin-top: 35px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
}
.index-about-more {
    display: block;
    width: 193px;
    height: 44px;
    margin-top: 50px;
    background-image: url('/z-site/sanlian-gw/stencil/default/images/index-more-fff.png');
    background-repeat: no-repeat;
    background-position: center;
}
.index-about-right {
    width: 570px;
    /*height: 289px;*/
    margin-right: 8px;
    border-radius: 10px;
    overflow: hidden;
    /*background-image: url("/z-site/sanlian-gw/stencil/default/images/video-bg.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
}
.index-about-right video {
    width: 100%;
    height: 100%;
    background-color: #808588;
    border: 5px solid #000000;
    border-radius: 10px;
}
.index-new {
    width: 100%;
    background-color: #f3f5f7;
}
.index-new .company-products-title {
    position: relative;
    margin-top: 45px;
    padding-left: 0;
}
.index-new-more {
    position: absolute;
    right: 0;
    top: 60px;
    font-size: 14px;
    color: #0478e4;
}
.index-new-content {
    position: relative;
    width: 1245px;
    height: 510px;
    margin-top: 20px;
    margin-bottom: 45px;
    /* overflow: hidden; */
}
.index-new-list {
    position: relative;
    width: 370px;
    height: 500px;
    margin-right: 60px;
    background-color: #fff;
}
.index-new-img {
    position: relative;
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.index-new-title {
    padding: 0 20px;
    margin-top: 25px;
    font-size: 24px;
    color: #0478e4;
}
.index-new-list-content {
    margin-top: 28px;
    height: 140px;
    padding: 0 20px;
    font-size: 16px;
    color: #484848;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    line-height: 1.8;
    letter-spacing: 2px;
}
.index-new-list .index-more {
    position: absolute;
    left: 0;
    *left: 50%;
    right: 0;
    bottom: 38px;
    margin: auto;
    *margin-left: -92px;
}
.index-new-list-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    width: 50px;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: none;
}
.swiper-button-prev {
    left: -100px;
    background-image: url('/z-site/sanlian-gw/stencil/default/images/index-new-arrow-left.png');
}
.swiper-button-next {
    right: -60px;
    background-image: url('/z-site/sanlian-gw/stencil/default/images/index-new-arrow-right.png');
}
.index-new-swiper {
    overflow: hidden;
}
.new-content {
    width: 100%;
    background-color: #f7f7f7;
    overflow: hidden;
}
.location {
    margin-top: 48px;
    font-size: 18px;
    color: #999;
}
.new-list-content {
    margin-bottom: 30px;
    overflow: hidden;
}
.new-list {
    display: block;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 38px;
    border-bottom: 1px solid #ededed;
}
.new-list:last-child {
    border-bottom: none;
}
.new-list-img {
    position: relative;
    width: 210px;
    height: 128px;
    overflow: hidden;
}
.new-list-info {
    width: 590px;
    margin-left: 33px;
}
.new-list-info-title {
    font-size: 18px;
    color: #333333;
}
.new-list-info-content {
    margin-top: 20px;
    max-height: 140px;
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.new-list-line {
    width: 1px;
    height: 40px;
    margin-left: 125px;
    background-color: #e7e7e7;
}
.new-list-time {
    margin-left: 75px;
}
.new-list-time span {
    display: block;
}
.new-list-time1 {
    font-size: 24px;
    color: #666;
}
.new-list-time2 {
    font-size: 16px;
    color: #999;
}
.new-list-arrow {
    width: 19px;
    height: 33px;
    margin-top: 8px;
    background-image: url('/z-site/sanlian-gw/stencil/default/images/new-list-arrow.png');
    background-position: center;
    background-repeat: no-repeat;
}
.new-list:hover .new-list-info-title,
.new-list:hover .new-list-time span {
    color: #0478e4;
}
.new-list:hover .new-list-arrow {
    background-image: url('/z-site/sanlian-gw/stencil/default/images/new-list-arrow-hover.png');
}
.page {
    margin-bottom: 50px;
    text-align: center;
}
.page .pagination {
    position: static;
    bottom: initial;
}
.page .pagination li {
    display: inline;
}
.page a,
.page span {
    padding: 5px 8px;
    margin: 0 5px;
    font-size: 12px;
    color: #666666;
    border: 1px solid #acacac;
}
.page a:hover,
.page span {
    color: #fff;
    background-color: #0478e4;
    border-color: #0478e4;
}
.page span .sr-only {
    display: none;
}
.show-content {
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 25px 64px 85px;
    min-height: 400px;
    background-color: #fff;
}
.show-title {
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    text-align: center;
}
.show-time {
    margin-top: 12px;
    padding-bottom: 13px;
    font-size: 14px;
    text-align: center;
    color: #999999;
    border-bottom: 2px solid #f4f4f4;
}
.show-time span {
    margin: 0 25px;
}
.new-detail {
    margin-top: 25px;
    line-height: 2;
    font-size: 18px;
    color: #666666;
}
.new-detail img {
    display: block;
    margin: 10px 0;
    width: 100%;
}
.recruit-content {
    padding: 0;
}
.recruit-header {
    height: 148px;
    *height: 88px;
    padding: 30px 45px;
    background-color: #383838;
}
.recruit-header-contact {
    width: 180px;
    margin-top: 15px;
    color: #fff;
    font-size: 18px;
    background-color: #0478e4;
    text-align: center;
    line-height: 44px;
}
.recruit-header-base {
    width: 900px;
    color: #fff;
}
.recruit-title {
    font-size: 40px;
    line-height: 56px;
    overflow: hidden;
    font-weight: bold;
}
.recruit-title span {
    float: left;
}
.recruit-title-name {
    max-width: 50%;
}
.recruit-title-money {
    margin-left: 73px;
    color: #ef1616;
}
.recruit-postion {
    margin-top: 5px;
    font-size: 18px;
    color: #f7f7f7;
}
.recruit-postion span {
    margin-right: 40px;
}
.recruit-info {
    padding: 0 45px 40px;
}
.recruit-info-title {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 26px;
    color: #333333;
    font-weight: bold;
}
.recruit-info-detail {
    font-size: 18px;
    color: #333333;
    line-height: 1.8;
}
.leave-message {
    padding: 30px 160px;
    margin-top: 75px;
    background-color: #fff;
    border-radius: 5px;
}
.leave-message-title {
    font-size: 24px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.leave-message-list {
    margin-top: 35px;
    overflow: hidden;
}
.leave-message-input {
    width: 400px;
    *width: 380px;
    height: 44px;
    padding: 0 10px;
    line-height: 44px;
    font-size: 18px;
    border: 1px solid #dcdcdc;
}
.leave-message-input::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
.leave-message-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
.leave-message-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}
.leave-message-textarea {
    width: 100%;
    height: 147px;
    line-height: 2;
    outline: none;
}
.leave-message-submit-btn {
    display: block;
    width: 280px;
    height: 40px;
    margin: 38px auto 0;
    color: #fff;
    font-size: 18px;
    background-color: #0478e4;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
}
.map-content {
    padding: 30px 35px;
    margin-top: 53px;
    margin-bottom: 80px;
    -moz-box-shadow: 0px 0px 10px #c7c4c4;
	-webkit-box-shadow: 0px 0px 10px #c7c4c4;
	box-shadow: 0px 0px 10px #c7c4c4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#c7c4c4')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#c7c4c4');
}
.map-content-detail-img {
    width: 100%;
    -moz-box-shadow: 3px 3px 8px #dcd7d7;
	-webkit-box-shadow: 3px 3px 8px #dcd7d7;
	box-shadow: 3px 3px 8px #dcd7d7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#dcd7d7')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#dcd7d7');
    /* background-image: url('/z-site/sanlian-gw/stencil/default/images/map.png');
    background-position: center;
    background-repeat: no-repeat; */
}
/* .map-content-detail {
    width: 100%;
    height: 450px;
    -moz-box-shadow: 3px 3px 8px #dcd7d7;
	-webkit-box-shadow: 3px 3px 8px #dcd7d7;
	box-shadow: 3px 3px 8px #dcd7d7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#dcd7d7')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#dcd7d7');
    background-image: url('/z-site/sanlian-gw/stencil/default/images/map.png');
    background-position: center;
    background-repeat: no-repeat;
} */
.contact-info {
    margin-top: 22px;
    line-height: 28px;
    font-size: 18px;
    color: #666666;
    overflow: hidden;
}
.contact-info-base {
    margin-right: 157px;
    *margin-right: 150px;
}
.contact-info-base:last-child {
    margin-right: 0;
}
.contact-info-base-last {
    margin-right: 0;
}
.contact-icon {
    height: 26px;
    margin-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.contact-tel-icon {
    width: 27px;
    background-image: url('/z-site/sanlian-gw/stencil/default/images/contact-tel-icon.png');
}
.contact-tel-title {
    font-weight: bold;
}
.contact-email-icon {
    width: 27px;
    background-image: url('/z-site/sanlian-gw/stencil/default/images/contact-email-icon.png');
}
.contact-address-icon {
    width: 21px;
    background-image: url('/z-site/sanlian-gw/stencil/default/images/contact-address-icon.png');
}
.customer-map {
    width: 100%;
    min-height: 1020px;
    background-image: url('/z-site/sanlian-gw/stencil/default/images/customer-map-bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #f7f7f7;
}
.global-customers {
    margin-top: 55px;
    font-size: 24px;
    color: #333333;
    text-align: center;
    font-weight: normal;
    font-weight: bold;
}
.customer-map-img {
    margin-top: 40px;
    width: 100%;
}
.customer-map-img img,
.customer-parter-img2 img{
    display: block;
    width: 100%;
}
.detail-small-title {
    position: relative;
    margin-top: 28px;
    font-size: 24px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
}
.detail-small-title-icon {
    float: left;
    width: 8px;
    height: 24px;
    margin-right: 12px;
    background-color: #ef1616;
    border-radius: 8px;
}
.customer-detail {
    margin-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 2.2;
}
.customer-detail p {
    text-indent: 2em;
}
.customer-img {
    padding: 55px 0;
    background-color: #f2f5f8;
}
.customer-img img {
    width: 100%;
}
.swiper-customer-img {
    position: relative;
    width: 100%;
    height: 240px;
    margin-top: 15px;
    overflow: hidden;
}
.swiper-customer-img ul {
    position: absolute;
}
.swiper-customer-img li {
    float: left;
}
.customer-banner-bg {
    float: left;
    position: relative;
    display: block;
    width: 320px;
    height: 240px;
    margin-right: 15px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #eee;
}
/*.customer-img .customer-banner-bg {*/
    /*width: 320px;*/
/*}*/
.cooperative-customers {
    width: 100%;
    min-height: 665px;
    background-color: #f2f5f8;
    background-image: url('/z-site/sanlian-gw/stencil/default/images/customer-parter-img.png');
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.cooperative-customers .global-customers {
    margin-top: 45px;
}
.customer-parter-img2 {
    margin-top: 72px;
    width: 100%;
}
.hub-slider ul {
    list-style: none;
}
.hub-slider ul li {
    width: 265px;
    height: 201px;
    /* background: #f2f4f7; */
    position: absolute;
    top: 0;
    background-size: cover;
}
.new-list-text {
    width: 990px;
    overflow: hidden;
}
.search-bg {
    width: 100%;
    height: 500px;
    background-image: url('/z-site/sanlian-gw/stencil/default/images/search-bg-pc.png');
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.search-content {
    width: 800px;
    height: 64px;
    margin: 180px auto 0;
    text-align: center;
    background-color: #4e5561;
    background: rgba(255, 255, 255, 0.2);
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    line-height: 64px;
}
.search-content form {
    height: 100%;
}
.search-content-input {
    width: 667px;
    *width:651px;
    height: 64px;
    padding-left: 16px;
    background-color: #4e5561;
    background: rgba(255, 255, 255, 0.02);
    outline: none;
    border: none;
    line-height: 64px;
    color: #fff;
}
.search-content-btn {
    width: 133px;
    height: 100%;
    background-color: #0478e4;
    outline: none;
    color: #fff;
}
.search-reslut {
    padding: 30px 0 40px;
    background-color: #f7f7f7
}
.search-reslut-content {
    padding: 0 28px;
    background-color: #fff;
    font-size: 14px;
    overflow: hidden;
}
.search-reslut-title {
    padding: 0 20px;
    height: 60px;
    font-weight: bold;
    line-height: 60px;
    border-bottom: 1px solid #ececec;
}
.search-reslut-list {
    display: block;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dashed  #ececec;
}
.search-reslut-list-title {
    width: 975px;
}
.search-reslut-list:hover {
    color: #0478e4;
}
.search-page {
    margin-top: 60px;
    margin-bottom: 60px;
}
.fileObject {
    font-size: 14px;
}
.fileObject a {
    display: block;
    text-indent: 2em;
}