/*banner轮播图*/
.banner-wrapper {
    height: 583px;
    position: relative;
}

.banner-wrapper>.iconfont {
    position: absolute;
    top: 250px;
    color: #fff;
    z-index: 5;
    font-size: 60px;
    text-shadow: 0.1em 0.1em 0.2em black;
    cursor: pointer;
}

.banner-wrapper>.left {
    left: 0;
}

.banner-wrapper>.right {
    right: 0;
}

.banner-height {
    height: 583px !important;
}

.banner-item {
    height: 583px !important;
    background: url(../img/banner.jpg) center/cover no-repeat;
    position: relative;
}

.banner-item .content {
    /*padding-left: 58px;*/
    height: 100%;
    box-sizing: border-box;
    background: center right no-repeat;
    background-size: auto ;
    color: #ffffff;
    position: relative;
}
.banner-item .text1 {
    width: 1200px;
    /*padding-left: 58px;*/
    height: 100%;
    box-sizing: border-box;
    background: center right no-repeat;
    background-size: auto ;
    color: #ffffff;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 102;
}

.banner-item .text2 {
    position: absolute;
    z-index: 103;
    width: 1200px;
    padding-top: 160px;
    margin: 0 auto;
}

.banner-item .text2>h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 42px;
    max-width: 45%;
}

.banner-item .text2>p {
    width: 484px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    margin-bottom: 25px;
}

.banner-item .text2 div>a {
    width: 100px;
    height: 33px;
    border-radius: 17px;
    border: solid 2px #ffffff;
    text-align: center;
    line-height: 33px;
    color: #fff;
    font-size: 14px;
    float: left;
    margin-right: 15px;
}

.banner-item .text2>a>.iconfont {
    font-size: 14px;
}

.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 20px;
    width: 100%;
    z-index: 5;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    margin: 0 3px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
    width: 20px;
   }

/*我们的业务*/
.business-list {
    font-size: 0;
    width: 1260px;
    margin-bottom: 60px;
}

.business-list>li {
    display: inline-block;
    width: 300px;
    height: 417px;
    vertical-align: top;
    text-align: center;
}

/*1111111111*/
/*.business-list>li:nth-child(1) {
    animation-delay: 1.5s;
}
.business-list>li:nth-child(2) {
    animation-delay: 2.5s;
}
.business-list>li:nth-child(3) {
    animation-delay: 3.5s;
}
.business-list>li:nth-child(4) {
    animation-delay: 4.5s;
}*/
/*111111111111111*/

.business-list li img {
    width: 250px;
    height: auto;
}

.business-list>li>h3 {
    font-size: 20px;
    text-align: center;
    margin: 24px 0;

}

.business-wrapper{
    background: #F5F5F5;
}

.business-wrapper .title span {
    color: #e6e6e6;
}

.business-list>li>p {
    width: 238px;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
}

.business-list>li>p::after {
    top: -1.3em;
}

/*服务行业*/
.industry-wrapper {
    height: 570px;
    background: url('../img/bg_01.jpg') no-repeat center/cover;
}

.industry-wrapper .title>span {
    color: #ffffff;
}

/*.industry-wrapper>.content{
    box-sizing: border-box;
}*/
.industry-list {
    width: 860px;
    margin-top: 100px;
    padding-left: 195px;
    font-size: 0;
}

.industry-list>li {
    display: inline-block;
    margin-bottom: 20px;
    width: 350px;
    height: 60px;
    padding: 0 20px;
    background: #06076d;
    border-radius: 5px;
    line-height: 60px;
    color: #ffffff;
    margin-right: 40px;
}

.industry-list>li:hover {
    background: #1a3163;
}

.industry-list>li>a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    cursor: default;
}

.industry-list>li>a>.iconfont {
    float: right;
}

.goods-wrapper .title>span {
    color: #e7e7e7;
}

.good>a>h3 {
    margin: 20px 0;
    font-size: 20px;
}

.good>p {
    line-height: 24px;
    color: #666666;
    height: 72px;
    overflow: hidden;

}

.good>p::after {
    top: -1.3em;
}

.goods-wrapper>.content>a {
    width: 96px;
    display: block;
    margin: 0 auto;
    color: #666666;
    font-size: 14px;
    margin-bottom: 68px;
}

/*客服弹窗*/
.goods-wrapper>.content>a>.iconfont {
    margin-left: 10px;

}


/*新闻资讯*/
.news-wrapper {}

.news-wrapper>.news-wrapper-bg {
    height: 720px;
    background: url(../img/bg_2.jpg) center/cover no-repeat;
}

.news-wrapper>.news-wrapper-bg>.content>.title>h2 {
    color: #ffffff;
}

.news-wrapper>.news-wrapper-bg>.content>.title>span {
    color: #0c0d70;
}

.news-swiper {
    margin-top: 90px;
    position: relative;
}

.news-swiper .news-container {
    width: auto;
    height: 330px;
    margin: 0 auto;
    color: #ffffff;
}

.news-swiper .news-container h4 a {
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px;
}

.news-swiper .news-container p {
    font-size: 16px;
    line-height: 36px;
    margin-top: 20px;
}

.nwes-item {
    position: relative;
    margin: 0 100px;
    overflow: hidden;
}

.nwes-item p a {
    display: block;
    margin-top: 15px;
    text-align: center;
    color: #ffffff;
}

.news-swiper>.iconfont {
    position: absolute;
    top: 130px;
    font-size: 34px;
    color: #ffffff;
    cursor: pointer;
}

.news-swiper>.prev {
    left: 0;
}

.news-swiper>.next {
    right: 0
}

.news-list {
    position: relative;
    top: -104px;
    font-size: 0;
}

.news-list>li {
    display: inline-block;
    width: 280px;
    height: 286px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    font-size: 14px;
    padding: 29px 22px 37px 23px;
    box-sizing: border-box;
    margin: 10px 10px 20px 10px;
    vertical-align: top;
}

.news-list>li>h4 {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    margin: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ff6500;
}

.news-list>li>h4>a {
    height: 88px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ff6500;
}

.news-list>li>p {
    margin: 20px 10px;
    line-height: 24px;
    color: #666666;
    height: 150px;
}

/*企业介绍*/
.profile-bg {
    height: 300px;
    background: url(../img/bg_03.jpg) top center/cover no-repeat;

}

.profile-bg .title>span {
    color: #dbdbdb
}

.profile-content {
    position: relative;
    top: -87px;
    height: 425px;
}

.profile-content>.left {
    float: left;
    margin-left: 15px;
}

.profile-content>.left>.data {
    width: 400px;
    height: 400px;
    background-color: #ff6500;
    box-shadow: 0px 5px 20px 0px rgba(255, 101, 0, 0.34);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 60px 30px 0 35px;
    color: #ffffff;
}

.profile-content>.left>.data>h3 {
    font-size: 100px;
    font-weight: bold;
    margin-bottom: 40px;
}

.profile-content>.left>.data>p {
    font-size: 30px;
    line-height: 48px;
    height: 144px;
    overflow: hidden;
}

.profile-content>.left>.data>p::after {
    top: -1.2em;
    background: #ff6500;
    box-shadow: -5px 5px 5px 5px rgba(255, 101, 0, 1);
}

.profile-content>.left>.company-list {
    margin-top: 40px;
    width: 280px;
    font-size: 0;
}

.profile-content>.left>.company-list>li {
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.profile-content>.right {
    float: left;
    width: 785px;
    padding-top: 190px;
    font-size: 0;

}

.profile-content>.right>p {
    width: 430px;
    height: 210px;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    margin-left: 40px;
    overflow: hidden;
}

.profile-content>.right>p::after {
    top: -1.3em;
    text-align: left;
}

.profile-content>.right>p>.text {
}

.profile-content>.right>img {
    /*display: inline-block;*/
    float: right;
    margin-left: 30px;
}
