.banner {
    width: 100%;
    height: 720px;
    margin-top: 26px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.banner img {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#6600122D', endColorstr='#6600122D');
    background: rgba(0, 18, 45, 0.4);
    line-height: 100px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding: 0 100px 0 60px;
    box-sizing: border-box;
    z-index: 2;
}


.banner .swiper-container .banner-pagination {
    height: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100px;
    line-height: 100px;
    z-index: 4;
}

.banner .swiper-container .banner-pagination span {
    width: 14px;
    height: 14px;
    background-color: #fff;
    opacity: 1;
}

.banner .swiper-container .banner-pagination .swiper-pagination-bullet-active {
    background: none;
    border: 4px #fff solid;
    box-sizing: border-box;
}

.news {
    margin-top: 60px;
}

.newsFl {
    width: 30%;
}

.businessTit {
    /* padding-left: 84px; */
}

.businessTit img {
    width: 305px;
    height: 32px;
}

.businessList {
    margin-top: 44px;
}

.businessList ul {
    overflow: hidden;
}

.businessList ul li {
    height: 200px;
    background-color: #f5f5f5;
    margin-bottom: 32px;
}

.businessList ul li:hover {
    background-color: #e5f0fd;
}

.businessList ul li:hover span {
    color: #006cef;
}

.businessList ul li a {
    text-align: center;
    line-height: 200px;
}

.businessList ul li img {
    display: inline-block;
    vertical-align: middle;
}

.businessList ul li span {
    font-size: 22px;
    color: #333;
    margin-left: 40px;
    display: inline-block;
    width: auto;
}

.newsFr {
    width: 66%;
}

.trends {
    padding-bottom: 68px;
}

.trends:last-child {
   padding-bottom: 68px;
}

.trendsTit,
.newsInfoTit {
    height: 40px;
    line-height: 40px;
}

.trendsTit .fl,
.newsInfoTit {
    height: 40px;
}

.trendsTit .fl img {
    width: 264px;
    height: 33px;
}

.trendsTit .fr a {
    line-height: 40px;
}

.trendsTit .fr a img {
    vertical-align: middle;
}

.trendsList {
    margin-top: 30px;
}

.trendsList ul li {
    line-height: 44px;
}

.trendsList ul li a {
    height: 44px;
}

.trendsList ul li a span {
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
}

.trendsList ul li a i {
    float: right;
    font-size: 14px;
    color: #999999;
}

.trendsList ul li:hover span {
    color: #006cef;
}

.trendsList ul li:hover i {
    color: #006cef;
}

.newsInfoTit .fl img {
    width: 420px;
    height: 33px;
}

.ad {
    margin-top: 40px;
}

.ad img {
    width: 100%;
    display: inline-block;
    height: auto;
}

.project {
    margin-top: 40px;
    background: url(../images/projectBg.png)no-repeat;
    background-size: 100% 100%;
    padding: 56px 85px 30px;
}

.projectTit {
    text-align: center;
}

.projectMore {
    height: 40px;
    text-align: center;
}

.projectMore a {
    display: inline-block;
    width: auto;
    line-height: 40px;
}

.projects {
    margin-top: 30px;
}

.projects ul li {
    float: left;
    width: 13%;
    margin: 0 1.5% 1% 0;
    background: #fff;
}
.projects ul li:nth-child(7n+0){
    margin-right: 0;
}
.projects ul li a{
    text-align: center;
    line-height: 200px;
    vertical-align: middle;
    height: 200px;
}
.projects ul li img {
    width: auto;
    display: inline-block;
    max-width: 90%;
    max-height: 90%;
}

.projects .swiper-projects {
    padding-bottom: 48px;
}

.projects .swiper-projects .projects-pagination {
    bottom: 0;
}

.projects .swiper-projects .projects-pagination span {
    width: 14px;
    height: 14px;
    background-color: #fff;
    opacity: 1;
}

.projects .swiper-projects .projects-pagination .swiper-pagination-bullet-active {
    background: none;
    border: 4px #fff solid;
    box-sizing: border-box;
}


.online {
    margin-top: 50px;
    padding: 0 4%;
}
.onlineFl{
    width: 44%;
}
.onlineFr{
    width: 56%;
}


.onlineMore {
    height: 40px;
    line-height: 40px;
}

.onlineMore a {
    display: inline-block;
    width: auto;
}

.onlineFlList {
    padding-right: 4%;
    margin-top: 42px;
}

.onlineFlList ul {
    float: left;
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
}

.onlineFlList ul li {
    line-height: 50px;
}

.onlineFlList ul li a {
    font-size: 18px;
    color: #323232;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}

.onlineFlList ul li a:hover {
    color: #006cef;
}

.onlineFrList {
    margin-top: 42px;
}

.onlineFrList dl {
    float: left;
    width: 32%;
    margin-right: 1%;
    font-size: 18px;
    color: #333;
}

.onlineFrList dl dt,
.onlineFrList dl dd {
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.onlineFrList dl dt {
    background-color: #f5f5f5;
}

.onlineFrList dl dd a {
    font-size: 17px;
    color: #333;
    cursor: default;
}



.brand {
    margin-top: 70px;
    padding: 0 4% 70px;
}

.brands {
    /* height: 320px; */
    margin-top: 50px;
    position: relative;
}

.brands img {
    width: 100%;
    height: 100%;
}
.brands span{
    font-size: 18px;
    color: #333;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.brands .swiper-container{
    width: 90%;
    margin: 0 auto;
}
.brands .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* 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;
    transition: 300ms;
    transform: scale(0.8);
}
.brands .swiper-slide span{
    display: none;
}
.brands .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}
.brands .swiper-slide-active span,
.swiper-slide-duplicate-active span{
    display: inline-block;
}
.brand-prev,.brand-next{
    position: absolute;
    left: 0;
    top: 30%;
    width: 60px;
    height: 60px;
    outline: none;
    cursor: pointer;
}
.brand-next{
    left: auto;
    right: 0;
}
.brand-prev img,.brand-next img{
    width: 100%;
    height: 100%;
}