﻿/*轮播图 start*/
.banner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.bd{
    width: 100%;
    overflow: hidden;
}
.bd ul {
    width: 100%;
    float: left;
}
.bd li {
    width: 100%;
    float: left;
}
.bd li a{
    width: 100%;
    vertical-align: middle;
}
.bd li img {
    width: 100%;
    float: left;
    vertical-align: middle;
}
.hd{
    height: 12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    bottom: 7%;
    z-index: 13;
}
.hd ul li{
    width: 12px;
    height: 12px;
    float: left;
    display: inline;
    margin: 0 9px;
    cursor: pointer;
    background: url(../images/spot.png) no-repeat center center;
    background-size: contain;
}
.hd ul li.on{
    background: url(../images/spot-on.png) no-repeat center center;
    background-size: contain;
}
.carousel{
    margin-bottom: 10px;
}
/*轮播图 end*/


/*轮播图 #demo3 start*/
.partner{
    padding: 55px 0;
    padding: 2.86% 0;
}
#demo3 .bd{
    padding: 0 33px;
    width: 100%;
}
#demo3 .bd ul li{
    float: left;
    width: 16.666%;
    border-right: 1px solid #f0f0f0;
}
#demo3 .bd ul li:nth-of-type(6n){
    border: none;
}
#demo3 .bd ul li img{
    width: 100%;
}
#demo3 .hd{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 30px;
}
#demo3 .hd a{
    width: 30px;
    height: 30px;
    background-size: contain;
    border-radius: 50%;
}
#demo3 .hd .prev{
    width: 30px;
    height: 30px;
    background: url(../images/left-sm-arr.png) no-repeat center;
}
#demo3 .hd .prev:hover{
    background: url(../images/left-bl-arr.png) no-repeat center;
}
#demo3 .hd .next{
    float: right;
    background: url(../images/right-sm-arr.png) no-repeat center;
}
#demo3 .hd .next:hover{
    background: url(../images/right-bl-arr.png) no-repeat center;
}
/*轮播图 #demo3 end*/


/*solution  start*/
.solution{
    margin: 10px 0;
}
.solution li{
    float: left;
    width: 49.74%;
    position: relative;
}
.solution li:nth-of-type(2){
    float: right;
}
.solution>li>img{
    width: 100%;
}
.solution-way{
    position: absolute;
    //top: 50%;
    //transform: translateY(-50%);
top: 25%;
    color: #fff;
    text-align: center;
    display: inline-block;
}
.solution-way h1{
    font-size: 32px;
    margin-bottom: 37px;
    /*margin-bottom: 14%;*/
}
.solution-way p{

}
.solution li:nth-of-type(1) .solution-way{
    right: 145px;
}
.solution li:nth-of-type(2) .solution-way{
    left: 145px;
}
.solution .news-btn{
    margin: 0 auto;
}
/*solution  end*/



/*新闻中心 start*/
.news-center{
    background: url(../images/bg-news.jpg) no-repeat 0px 0px;
    background-size: cover;
    padding: 55px 0 59px 0;
    padding: 2.86% 0 3% 0;
}
.news-center h1{
    text-align: center;
    color: #1e1e1e;
    font-size: 30px;
    font-size: 1.875em;
    padding-bottom: 16px;
    background: url(../images/bd-news.jpg) no-repeat center bottom;
    margin-bottom: 40px;
}


/*新闻中心 end*/