﻿.swiper-container {
    overflow: hidden;
    position: relative;
    height: auto;
    width: 100%;
}
.banner_swiper-container .swiper-slide{
	height:auto !important;
}
.banner_swiper-container .swiper-wrapper{
	height:auto !important;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -ms-transform: translateX(0);
}

.head+.swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto !important;
}

.company .swiper-container {
    width: 554px;
    overflow: hidden;
    margin: 0 !important;
    height: 540px;
    float: left;
}

.company .swiper-wrapper {
    height: 540px;
    width: 1662px;
}

.swiper-pagination {
    transition: 0.3s opacity;
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
    -ms-transition: 0.3s opacity;
    -ms-transform: translateX(0);
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-visible-switch {
    background-color: white;
}

.keywords-wrapper {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    padding-top: 40px;
    margin-bottom: 70px;
}

.keywords-wrapper:after {
    content: "";
    width: 0;
    height: 0;
    clear: both;
    display: block;
}

.keywords-wrapper .hot {
    float: left;
    margin-left: 20px;
}

.keywords-wrapper label {
    color: #333333;
    margin-right: 10px;
    float: left;
    margin-top: 10px;
}

.keywords-wrapper ul {
    display: inline-block;
    color: #999999;
    width: 750px;
}

.keywords-wrapper ul a {
    color: #999999;
    text-decoration: none;
}

.keywords-wrapper li {
    display: inline-block;
    padding: 10px;
}

.keywords-wrapper .search {
    position: relative;
    float: right;
    margin-right: 20px;
    width: 315px;
    height: 45px;
}

.keywords-wrapper .search input {
    height: 100%;
    width: 100%;
    border: none;
    background-color: #eeeeee;
    color: #999999;
    border-radius: 35px;
    /*	-ms-border-radius:35px;*/
    /*	behavior: url(../pie/PIE.htc);*/
    z-index: 2;
    font-size: 16px;
    padding: 0 40px;
    box-sizing: border-box;
    outline: none;
}

input::-ms-clear,
-ms-reveal {
    display: none;
}

.keywords-wrapper .search img {
    position: absolute;
    top: 10px;
    right: 40px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.product {
    text-align: center;
}

.product .en_title,
.news .en_title {
    font-size: 16px;
    color: #656a72;
    text-transform: uppercase;
    letter-spacing: 8px;
    line-height: 2;
}

.product .title,
.news .title,
.partners .title {
    position: relative;
    font-size: 36px;
    color: #24344b;
    font-family: "宋体";
    line-height: 2;
}

.product .title:after,
.news .title:after,
.partners .title:after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 67px;
    height: 3px;
    background-color: #356afc;
}

.product .description {
    margin-top: 20px;
    font-size: 16px;
    color: #999999;
}

.product-list {
    width: 1200px;
    margin: 40px auto 0 auto;
    height: 806px;
}

.product-list ul:after,
.news-list .center ul:after {
    content: "";
    width: 0;
    height: 0;
    clear: both;
    display: block;
}

.product-list ul {
    display: none;
}

.product-list ul.active {
    display: block;
}

.product-list li {
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-bottom: 50px;
}

.product-list li:hover .hover_pic {
    display: block;
}

.product-list li:hover .text {
    border: none;
    box-shadow: 0 0 30px rgba(153, 153, 154, 0.5);
}

.product-list li:nth-child(3n) {
    margin-right: 0;
}

.product-list .pic {
    position: relative;
    width: 380px;
    height: 286px;
    background-color: #ebebec;
    /* border: 1px solid #ebebec; */
}

.product-list .pic>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-list .pic .init_pic {
    line-height: 289px;
    overflow: hidden;
}

.product-list .pic .init_pic img {
    max-width: 100%;
    vertical-align: middle;
}

.product-list .pic .hover_pic {
    display: none;
    background-color: rgba(145, 165, 215, 0.7);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#B291a5d7, endColorstr=#B291a5d7);
    border-bottom: 2px solid #6979ff;
    box-sizing: border-box;
}

.product-list .pic .hover_pic .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    box-sizing: border-box;
    /* width: 60%;
	text-align: center; */
}

.product-list .details {
    margin-top: 5px;
    font-size: 14px;
    color: white;
}

.product-list .product_description {
    margin-top: 15px;
    font-size: 16px;
    color: white;
    text-align: left;
    line-height: 1.5;
    max-height: 74px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.product-list .text {
    display: block;
    text-align: center;
    height: 65px;
    line-height: 65px;
    width: 379px;
    font-size: 20px;
    color: #676767;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
}

.product-list a {
    text-decoration: none;
    color: #676767;
}

.product .product_details {
    display: inline-block;
    width: 185px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #dcdcdc;
    padding: 0 20px;
}

.product_details .left {
    float: left;
    margin-top: 12px;
    cursor: pointer;
}

.product_details .right {
    float: right;
    margin-top: 12px;
    cursor: pointer;
}

.product .product_details .product_details_text a {
    line-height: 40px;
    color: #999999;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.service {
    margin-top: 70px;
    height: 694px;
    background: url(../images/product_bg1.png) no-repeat;
    background-size: cover;
}

.service .content {
    width: 1200px;
    margin: 0 auto;
}

.service .content .left,
.service .content .right {
    float: left;
    display: inline-block;
}

.service .content .right {
    width: 900px;
    margin-left: -150px;
}

.service .content .right a {
    display: inline-block;
}

.service .content .right img {
    cursor: pointer;
}

.service .content .right .first {
    margin-top: 60px;
    text-align: center;
}

.service .content .right .second img {
    margin-left: 150px;
    margin-top: 30px;
}

.service .content .right .third img {
    margin-left: 0px;
    /* 	margin-top: 30px; */
}

.service .content .right .third a:first-child img {
    margin-right: 480px;
}

.service .content .right .second img:first-child {
    margin-right: 0px;
}

.service .content .left img {
    margin-top: 110px;
}

.service img {
    /* width: 100%; */
}

.company {
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    overflow: hidden;
}

.company:after,
.news-list:after {
    content: "";
    width: 0;
    height: 0;
    clear: both;
    display: block;
}

.company .left {
    width: 500px;
    float: left;
    overflow: hidden;
    position: relative;
}

.company .point {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.company .point span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid white;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.company .point span.active {
    background-color: white;
}

.company .pic {
    white-space: nowrap;
    transition: all 0.3s;
}

.company .left img {
    width: 100%;
}

.company .left img {
    margin-left: -5px;
}

.company .left img:first-child {
    margin-left: 0;
}

.company .right {
    position: relative;
    float: right;
    width: 500px;
    height: 100%;
}

.company .right .title {
    font-size: 36px;
    font-family: "宋体";
    color: #24344b;
    line-height: 2;
}

.company .right .en_title {
    text-transform: uppercase;
    font-size: 24px;
    color: #cbcbcb;
    line-height: 2;
}

.company .right .text {
    color: #666666;
    font-size: 16px;
    line-height: 2;
}

.company .details a,
.news .details a,
.service .details a {
    display: inline-block;
    margin-top: 60px;
    font-size: 24px;
    color: #fff;
    width: 195px;
    height: 60px;
    background-color: #3362d8;
    text-decoration: none;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
}

.company .details a:hover,
.news .details a:hover,
.service .details a:hover {
    box-shadow: 0px 0px 15px rgba(51, 98, 216, 0.53);
}

.service .details {
    display: block;
}

.service .details a {
    margin-top: 110px;
}

.news {
    margin-top: 80px;
    text-align: center;
}

.news-list {
    width: 1200px;
    margin: 40px auto 0 auto;
}

.news-list .left {
    float: left;
    margin-left: -61px;
    margin-top: 270px;
    background-color: #e0e0e0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.news-list .right {
    float: right;
    margin-right: -61px;
    margin-top: 270px;
}

.news-list .center {
    float: left;
    width: 1134px;
    text-align: left;
    overflow: hidden;
    margin: 0 30px;
}

.news-list .center ul {
    white-space: nowrap;
    transition: all 0.5s;
}

.news-list .news-item {
    width: 100%;
    display: inline-block;
    margin-right: 34px;
}

.news-list .news-item:last-child {
    margin-right: none;
}

.news-list .news-item .article {
    position: relative;
    padding-bottom: 21px;
    background-size: cover;
    border: 1px solid #eeeeee;
}

.news-list .news-item .article .content {
    padding: 20px 20px 0 20px;
    position: relative;
    box-sizing: border-box;
}

.news-list .news-item .article:hover {
    border-color: #d5d5d5;
}

.news-list .news-item .article:hover:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #356afc;
    /* background-image: url(../images/bg1.png); */
}

.news-list .news-item .article:hover:after {
    position: absolute;
    content: "";
    display: block;
    width: 34px;
    height: 25px;
    right: 50px;
    bottom: -25px;
    background: url(../images/bg1.png) no-repeat;
    background-size: cover;
}

.news-list .news-item .article:hover .content {}

.news-list .news-item .article_title {
    color: #4d4d4d;
    font-size: 16px;
}

.news-list .news-item .date {
    font-size: 14px;
    color: #999999;
    margin: 5px 0;
}

.news-list .news-item .text {
    margin-top: -30px;
    font-size: 14px;
    color: #4d4d4d;
    max-width: 100%;
    white-space: pre-wrap;
    height: 94px;
    display: -webkit-box;
    display: -ms-inline-flexbox;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list .news-item .pic {
    margin-top: 40px;
}

.news-list .news-item .more {
    /* margin-top: 20px; */
}

.news-list .news-item .more a {
    text-decoration: none;
    color: #222462;
    font-size: 16px;
}

.news-list .news-item .pic img {
    width: 100%;
    height: 209px;
}

.news .details {
    display: block;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.news .details a {
    float: left;
    margin-left: 30px;
}

.partners {
    margin-top: 70px;
    text-align: center;
}

.partners-list {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.partners-list ul {
    margin-top: 40px;
    white-space: nowrap;
    animation: scroll 18s linear infinite;
    -ms-animation: scroll 18s linear infinite;
}

@keyframes scroll {
    0 {
        transform: translateX(0);
    }
    80% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.partners-list ul li {
    display: inline-block;
    max-width: 180px;
}

.partners-list ul li img {
    max-width: 100%;
}



@media screen and (max-width: 767px) {
    .swiper-container {
        padding-top: 70px;
        height: 160px;
        width: 100%;
    }
    .news-list .news-item .pic img {
        height: auto;
    }
    .swiper-container .swiper-wrapper {
        height: 100%;
    }
    .swiper-container .swiper-wrapper .swiper-slide img {
        width: 100%;
        height: auto;
    }
    .swiper-container .swiper-pagination {
        bottom: 25px;
    }
    .keywords-wrapper .search input {
        width: 90%;
    }
    .company .swiper-container {
        width: 100%;
        height: 240px;
    }
    .company .swiper-container .swiper-wrapper .swiper-slide img {
        width: 100%;
        height: 240px;
    }
    .keywords-wrapper {
        width: 100%;
        padding-top: 0;
    }
    .keywords-wrapper .search {
        float: none;
        display: inline-block;
        margin-left: 20px;
    }
    .keywords-wrapper ul {
        width: 100%;
    }
    .product-list {
        width: 100%;
    }
    .product-list li {
        width: 100%;
    }
    .company {
        width: 100%;
    }
    .company .left {
        width: 100%;
    }
    .company .left img {
        width: 100%;
    }
    .company .right {
        width: 100%;
        text-align: center;
    }
    .service .details a {
        margin-top: 20px;
    }
    .company .right .text {
        text-align: left;
        padding: 0 10px;
    }
    .company .details a,
    .news .details a {
        margin-top: 20px;
    }
    .news-list {
        width: 100%;
    }
    .news-list .left,
    .news-list .right {
        display: none;
    }
.news-list .news-item {
    width: 100%;
    margin-right: 34px;
}
    .news-list .news-item:nth-child(n + 2) {
        /* display: inline-block; */
    }
    .partners-list {
        width: 100%;
    }
    .partners-list ul li {
        max-width: 100px;
    }
    .news-list .center {
        width: 100%;
        height: auto;
        display: block;
        overflow: auto;
        padding: 0 30px;
        box-sizing: border-box;
        margin: 0;
    }
    .news-list .news-item {
        margin-right: 0;
        display: block;
    }
    .news .details {
        width: 100%;
    }
    .product-list .pic {
        width: 100%;
    }
    .product-list .text {
        width: calc(100% - 2px);
    }
    .service .content {
        padding: 0 20px;
        box-sizing: border-box;
        width: 100%;
    }
    .service .content .left {
        width: 100%;
    }
    .service {
        height: 450px;
        background-image: none;
    }
    .service .content .left img {
        width: 100%;
    }
    .service .content .right {
        width: 100%;
        margin-left: 0px;
    }
    .service .content .right img {
        width: 99px;
    }
    .service .content .right .second img {
        margin-left: 0px;
    }
    .service .content .right .second a:first-child img {
        margin-right: 60px;
        margin-left: 50px;
    }
    .service .content .right .third {
        margin-top: 40px;
    }
    .service .content .right .third a:first-child img {
        margin-right: 130px;
    }
    .service .content .right .second {
        /* width: 50%; */
    }
    .news-list .news-item .text {
        max-width: 80%;
    }
}

@media screen and (max-width: 320px) {
    .swiper-container .swiper-pagination {
        bottom: 45px;
    }
    .keywords-wrapper .hot {
        margin-top: -20px;
    }
    .news-list .news-item .pic img {
        height: auto;
    }
}