
/* 轮播 */
.c-banner{
    width: 100%;
    height: 400px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}
.c-banner img{
    width: 100%;
}
.c-banner .banner ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.c-banner .banner ul a{
    /*width: 100%;*/
    /*height: 540px;*/
    position: absolute;
    display: none;
    opacity: 0;
}
.c-banner .banner ul a:nth-child(1){
    opacity: 1;
    display: block;
}
.c-banner .banner ul li img{
    width: 100%;
    position: absolute;
    top: 0px;
}
.c-banner .banner ul li:first-child img{
    position: relative;
}
.c-banner .nexImg{
    margin-right: 20px;
}
.c-banner .preImg{
    margin-left: 20px;
}
.c-banner .nexImg,.c-banner .preImg{
    padding: 25px 10px 25px 10px;
    position: absolute;
    top: 50%;
    margin-top: -53px;
    opacity: 0.5;
    border-radius: 5px;
    z-index: 10;

}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
    opacity: 0.8;
}
.c-banner .nexImg{
    right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{


}
.c-banner .jumpBtn{
    width: 100%;
    position: absolute;
    bottom: 80px;
    text-align: center;
}
.c-banner .jumpBtn ul{
    margin-bottom: 0px;
    padding: 0px;
}

.c-banner .jumpBtn ul li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background-color: #6095e0;
    opacity: 0.9;
    margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
    margin-left: 0px;
}
@media screen and (max-width:768px) {
    .c-banner{
        width: 100%;
        height: 345px;
        overflow: hidden;
    }
    .c-banner .banner ul li img{
        width: 768px;
        height: 345px;
        position: absolute;
        left: 50%;
        margin-left: -384px;
    }
}
/* 产品 */

.index-tab{
    background: #0065e7;
}
.product{
    width: 1200px;
    height: 306px;
    position: relative;
    margin: 0 auto;
}
.product-box{
    width: 1200px;
    height: 140px;
    position: absolute;
    top: -70px;
    left: 0;
}
.product-box>li{
    width: 400px;
    height: 140px;
    float: left;
    cursor: pointer;
}
.product-box1{
    background: #33b8f2;
}
.product-box2{
    background: #0c8fe2;
}
.product-box3{
    background: #1f4fae;
}
.product-box>li>ul>li{
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-family: "Noto Sans Sc";
}
.product-box>li>ul>li:first-child{
    margin: 30px 0 16px 0;
}
.product-info,.product-info2,.product-info3{
    position: absolute;
    top: 120px;
    left: 88px;
}
.product-info2,.product-info3{
    display: none;
}
.product-info>li{
    float: left;
}
.product-info>li:first-child{
    color: #1482e0;
    text-align: center;
    margin: 48px 84px 0 0;
}
.product-info>li:first-child>p:last-child{
    margin-top: 10px;
}
.product-info>li:last-child{
    margin-left: 234px;
}
.product-info>li>p:first-child{
    font-size: 18px;
    font-weight: 600;
}
.product-info>li>p:last-child{
    font-size: 14px;
}
.product-info>li>ul>li:last-child{
    margin-top: 44px;
}
.product-info>li>ul>li>ul>li:first-child{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}
.product-info>li>ul>li>ul>li:last-child{
    font-size: 14px;
    color: #828282;
    margin-top: 12px;
}
.icon1{
    margin: 30px 0 18px 0 !important;
}
.icon1 img{
    margin-top: 6px;
}
/* 金盘简介 */
.goldisc{
    width: 100%;
    height: 400px;
    background: url(.././images/index/bk1.png);
    background-repeat:no-repeat;
    margin: 0 auto;
    overflow: hidden;
    background-size: cover;
}
.goldisc b,.goldisc span,.goldisc i{
    text-align: center;
    display: block;
    color: #ffffff;
}
.goldisc b{
    font-size: 30px;
    margin-top: 80px;
}
.goldisc span:first-of-type{
    font-size: 18px;
    margin-top: 12px;
}
.goldisc span:nth-of-type(2){
    margin-top: 40px;
}
.goldisc span{
    font-size: 16px;
    margin-top: 14px;
}
.goldisc i{
    width: 112px;
    height: 44px;
    line-height: 44px;
    border-radius: 20px;
    background: #ffffff;
    color: #1482e0;
    font-size: 16px;
    margin: 40px auto 0;
    cursor: pointer;
}
/* 服务范围 */
.service{
    width: 100%;
    height: 420px;
    background: url(.././images/index/bk2.png);
    background-repeat:no-repeat;
    margin: 0 auto;
    overflow: hidden;
    background-size: cover;
}
.service p{
    margin-top: 74px;
    font-size: 24px;
    color: #1482e0;
    text-align: center;
}
.service ul{
    width: 1200px;
    overflow: hidden;
    margin: 64px auto 0;
}
.service ul li{
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 50px;
}
.service ul li:nth-child(1){
    background-image: url(../images/index/1.png);
}
.service ul li:nth-child(2){
    background-image: url(../images/index/2.png);
}
.service ul li:nth-child(3){
    background-image: url(../images/index/3.png);
}
.service ul li:nth-child(4){
    background-image: url(../images/index/4.png);
}
.service ul li:nth-child(5){
    background-image: url(../images/index/6.png);
    margin-right: 0px;
}
.service li span{
    display: block;
    text-align: center;
}
.service li span:nth-child(1){
    font-size: 14px;
    color: #1482e0;
    margin-top: 34px;
}
.service li span:nth-child(2){
    font-size: 48px;
    color: #1482e0;
    margin-top: 12px;
}
.service li span:nth-child(3){
    font-size: 14px;
    color: #333333;
    margin-top: 6px;
}
/* 新闻中心 */
.new{
    width: 1200px;
    height: 600px;
    margin: 0 auto;
}
.new p{
    text-align: center;
    font-size: 24px;
    color: #333333;
    margin-top: 60px;
}
.new-tab{
    width: 200px;
    overflow: hidden;
    text-align: center;
    margin: 22px auto 0;
}
.new-tab li{
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    color: #666666;
}
.new-tab li:first-child{
    float: left;
}
.new-tab li:last-child{
    float: right;
}
.new-tab-tab{
    background: #1482e0;
    border-radius: 25px;
    color: #ffffff !important;
}
.new-info{
    overflow: hidden;
    margin: 44px auto 0;
}
.new-info>li{
    float: left;
    margin-right: 40px;
    border: 2px solid #f2f2f3;
}
.new-info>li:last-child{
    margin-right: 0px;
}
.new-info>li>ul>li{

}
.new-info>li>ul>li:first-child{
    position: relative;
}
.new-info>li>ul>li:first-child>span{
    position: absolute;
    bottom: -25px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    background: #1482e0;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
}
.new-info>li>ul>li:first-child>img{
    width: 266px;
    height: 199.5px;
}
.new-info>li>ul>li:last-child{
    width: 226px;
    height: 124px;
    padding: 50px 20px 40px;
}
.new-info>li>ul>li:last-child>div:first-child{
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}
.new-info>li>ul>li:last-child>div:first-child>a{
    line-height:140%;
    word-break: break-all;
}
.new-info>li>ul>li:last-child>div:last-child{
    margin-top: 12px;
    font-size: 13px;
    line-height: 180%;
    color: #999999;
}
.new-a{
    text-align: center;
    margin-top: 50px;
}
.new-a a{
    cursor: pointer;
    color: #0c8fe2;
}
/* 合作伙伴 */
.partner{
    overflow: hidden;
    width: 100%;
    height: 514px;
    margin: 0 auto;
    background: #f3f7fb;
}
.partner>p:first-child{
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-top: 62px;
}
.partner-last{
    font-size: 14px;
    color: #8e8e8e;
    text-align: center;
    margin-top: 12px;
}
.partner>ul{
    width: 1100px;
    margin: 0 auto;
}
.partner>ul>li{
    overflow: hidden;
    clear: both;
    margin-top: 42px;
}
.partner>ul>li>ul{
    float: left;
    text-align: center;
    margin-right: 70px;
}
.partner>ul>li>ul:last-child{
    margin-right: 0px;
}
.partner>ul>li>ul>li{
    width: 164px;
    text-align: center;
}
.partner>ul>li>ul>li:first-child{
    height: 92px;
    line-height: 92px;

}
.banner a{
    width:100%;
}