/*banner页面样式 Start*/
.banner {
    /*     background: url("../images/index/banner.png") no-repeat; */
    width: 100%;
    height: 660px;
    background-size: 100% 100%;
}

.banner1 {
    background: url(../images/product/product-bottom.png) no-repeat;
    width: 100%;
    height: 660px;
    background-size: 100% 100%;
}

.banner2 {
    background: url("../images/index/banner.png") no-repeat;
    width: 100%;
    height: 660px;
    background-size: 100% 100%;
}

.banner h1 {
    font-size: 40px;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.35);
    padding-left: 15%;
    padding-top: 250px;
    position: absolute;
}

.banner p {
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    padding-left: 15%;
    padding-top: 350px;
    position: absolute;
}

.swiper-pagination {
    bottom: 30px !important;
}
/*banner页面样式 End*/

/*ship Start*/
.ship {
    width: 100%;
    height: 170px;
    text-align: center;
}

.ship-left {
    display: inline-block;
    width: 300px;
    padding: 28px 0;
}

.ship-left p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 1.5;
}

.ship-left p b {
    font-weight: bold;
    color: rgba(30, 178, 251, 1);
    font-size: 30px;
    padding-right: 5px;
}
/*ship End*/

/*轮播 Start*/
.Carousel {
    width: 100%;
    height: 790px;
    background: #1663E4;
    text-align: center;
}

.Carousel h4 {
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    padding-top: 53px;
}

.Carousel p {
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    opacity: 0.6;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 30px;
}
/*轮播 End*/

/*专家电话咨询 Start*/
.mobile {
    height: 160px;
    background: rgba(30, 178, 251, 1);
    width: 100%;
    text-align: center;
}

.mobile p img {
    padding: 45px 0;
}
/*专家电话咨询 End*/

/*新闻切换 STart*/
.new {
    width: 100%;
    height: 700px;
    background: #EEF9FD;
    text-align: center;
}

.new-top ul li {
    font-size: 24px;
    height: 42px;
    font-weight: 500;
    display: inline-block;
    margin-top: 70px;
    cursor: pointer;
}

.enterprise {
    color: #666666;
    margin-left: 42px;
}

.shipping {
    color: rgba(30, 178, 251, 1);
    border-bottom: 1px solid #1EB2FB;
}

.enterprise-new {
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-top: 56px;
}

.shipping-new {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-top: 56px;
}

.new-main {
    display: inline-block;
    width: 388px;
    height: auto;
    overflow: hidden;
    margin-right: 18px;
    background-color: #FFF;
}

.new-main img {
    width: 388px;
    height: 230px;
}

.new-main h4 {
    margin: 18px 0;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    height: 40px;
}

.new-main p {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 18px;
    width: 347px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.new-main span {
    width: 347px;
    text-align: right;
    display: inline-block;
    font-size: 12px;
    color: #999999;
    font-weight: 400;
    margin-top: 17px;
}
/*新闻切换 End*/

/*轮播 Start*/
.video {
    width: 100%;
    height: 800px;
    text-align: center;
}

.video h5 {
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    padding-top: 70px;
    margin-bottom: 20px;
}

.video p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    opacity: 0.6;
    margin-bottom: 40px;
}

.wrap {
    width: 1200px;
    height: auto;
    overflow: hidden;
    text-align: center;
    display: flex;
}

.gallery-top {
    width: 200px;
    display: flex;
    flex-direction: row;
    height: 580px;
}

.ship-item {
    cursor: pointer;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(30, 178, 251, 1);
    line-height: 2;
    text-align: right;
}

.swiper-slide-active {
    color: #ffffff !important;
}

.gallery-thumbs {
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    height: 399px;
    overflow: hidden;
    margin-top: 30px;
}

.swiper-slide {
    font-size: 18px;
    /* Center slide text vertically */
    width: 100%;
    margin-bottom: 20px;
    opacity: 0.9;
    text-align: center;
}

.swiper-wrapper img {
    width: 800px;
    height: 370px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 30px;
}

.swiper-show {
    color: #ffffff;
}

.gallery-thumbs, .swiper-container, .ship-wrapper {
    flex: 1;
    width: unset;
    height: unset;
}

.ship-item-select {
    color: #fff;
}

/*轮播 End*/

/*合作客户 Start*/
.cooperation {
    width: 100%;
    height: 576px;
    text-align: center;
    background: #F5F5F5;
}

.cooperation h5 {
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    padding-top: 70px;
    margin-bottom: 20px;
}

.cooperation p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    opacity: 0.6;
    margin-bottom: 40px;
}

.cooperation-img {
    display: inline-block;
    width: 1200px;
    height: auto;
    overflow: hidden;
}

.cooperation-img img {
    margin-right: 14px;
    margin-bottom: 14px;
}

/*合作客户 End*/
.ship-bar-group {
    height: 100%;
    position: relative;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.ship-bar {
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    height: 12.5%;
    top: 0%;
    transition: top 0.6s;
    -moz-transition: top 0.6s; /* Firefox 4 */
    -webkit-transition: top 0.6s; /* Safari and Chrome */
    -o-transition: top 0.6s; /* Opera */
}

.ship-item-group {
    text-align: right;
    line-height: 4;
}

.ship-item {
    color: #1EB2FB;
    font-size: 16px;
    line-height: 4.5;
}

.ship-item-select {
    color: #ffffff !important;
}

.swiper-slide h5 {
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    width: 800px;
    text-align: left;
}

.swiper-slide p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    width: 800px;
    text-align: left;
    opacity: 1;
}

.moreNews {
    width: 1200px;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-top: 50px;
}

.moreNews a {
    background: url("../images/index/more.png") no-repeat scroll 0 0
        transparent;
    width: 170px;
    height: 50px;
    cursor: pointer;
    display: inline-block;
}

.moreNews a:hover {
    background: url("../images/index/moreHover.png") no-repeat scroll 0 0
        transparent;
    width: 170px;
    height: 50px;
    cursor: pointer;
    display: inline-block;
}