.box{
    margin-top: 60px;
    width: 100%;
    background: #FFFFFF;
}
/* banner
.banner{
    height: 270px;
    overflow: hidden;
    background: url(/r/cms/www/mobile/img/home/banner.png);
    background-size: 100%;
}
.banner p{
    text-align: center;
}
.banner p:nth-child(1){
    font-size: 22px;
    font-weight: 600;
    margin-top: 73px;
}
.banner p:nth-child(2){
    font-size: 15px;
    margin-top: 15px;
}
.banner p:nth-child(3) span{
    display: inline-block;
    width: 75px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    background: #1482E0;
    color: #FFFFFF;
    border-radius: 20px;
    margin-top: 25px;
}*/

/* 轮播 */
.c-banner{
    width: 100%;
    height: 540px;
    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%;
    height: 540px;
    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: 265px;
        overflow: hidden;
    }
    .c-banner .banner ul li img{
        width: 100%;
        height: auto;
        position: absolute;
        left: 100%;
        margin-left: -100%;
    }
}
/* 产品介绍 */
.product{
    overflow: hidden;
}
.product>li{
    width: 33.3%;
    height: 90px;
    float: left;
}
.product>li:nth-child(1){
    background: #33b8f2;
}
.product>li:nth-child(2){
    background: #0c8fe2;
}
.product>li:nth-child(3){
    background: #1f4fae;
}
.product>li>ul>li:first-child{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;

}
.product>li>ul>li:last-child{
    width: 100%;
    height: 45px;
    text-align: center;
    color: #FFFFFF;
}
.product>li>ul>li:last-child>p{
    margin-top: 6px;
}
.product>li>ul>li>img{
    height: 25px;
    margin-top: 20px;
}
/*  GD-PACS V5.0 */
.product-info1{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;

}
.product-info1>li{
    width: 50%;
    margin-top: 30px;
}
.product-info1>li:first-child{
    float: left;
}
.product-info1>li:last-child{
    float: right;
}
.product-info1>li>ul>li:first-child{
    font-weight: 600;
    font-size: 12px;
}
.product-info1>li>ul>li:last-child{
    margin-top: 12px;
    color: #666666;
}
/*  GD-PACS V5.0  222 */
.product-info2{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;

}
.product-info2>li{
    width: 50%;
    margin-top: 30px;
}
.product-info2>li:first-child{
    float: left;
}
.product-info2>li:last-child{
    float: right;
}
.product-info2>li>ul>li:first-child{
    font-weight: 600;
    font-size: 12px;
}
.product-info2>li>ul>li:last-child{
    margin-top: 12px;
    color: #666666;
    width: 92%;
}

/*  GD-PACS V5.0  333 */
.product-info3{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;

}
.product-info3>li{
    width: 50%;
    margin-top: 30px;
}
.product-info3>li:first-child{
    float: left;
}
.product-info3>li:last-child{
    float: right;
}
.product-info3>li>ul>li:first-child{
    font-weight: 600;
    font-size: 12px;
}
.product-info3>li>ul>li:last-child{
    margin-top: 12px;
    color: #666666;
    width: 80%;
}

/* 公司简介  */
.profile{
    margin-top: 30px;
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: url(/r/cms/www/mobile/img/home/jpbk.png);
    background-size: 100%;
}
.profile p{
    color: #FFFFFF;
}
.profile p:nth-child(1){
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 28px;
}
.profile p:nth-child(2){
    text-align: center;
    font-size: 12px;
    margin-top: 13px;
}
.profile p:nth-child(3){
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    margin-top: 24px;
    line-height: 150%;
}
/* 覆盖范围  */
.range{
    overflow: hidden;
    width: 100%;
    height: 300px;
    background: url(/r/cms/www/mobile/img/home/range.png);
    background-size: 100%;
}
.range>p{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #1482E0;
    margin-top: 28px;
}
.range ul{
    margin: 0 auto;
    clear: both;
    margin-top: 30px;
}
.range ul li{
    height: 100px;
}
.range-top{
    width: 60%;
}
.range-top>li:nth-child(1){
    background: url(/r/cms/www/mobile/img/home/yuan1.png);
    background-size: cover;
    float: left;
    width: 100px;
}
.range-top>li:nth-child(2){
    background: url(/r/cms/www/mobile/img/home/yuan2.png);
    background-size: cover;
    float: right;
    width: 100px;
}
.range-bottom{
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.range-bottom>li:nth-child(1){
    background: url(/r/cms/www/mobile/img/home/yuan3.png);
    background-size: cover;
    width: 100px;
}
.range-bottom>li:nth-child(2){
    background: url(/r/cms/www/mobile/img/home/yuan4.png);
    background-size: cover;
    width: 100px;
}
.range-bottom>li:nth-child(3){
    background: url(/r/cms/www/mobile/img/home/yuan6.png);
    background-size: cover;
    width: 100px;
}
.range ul li p{
    text-align: center;
}
.range ul li p:nth-child(1){
    color: #1482E0;
    font-size: 10px;
    margin-top: 18px;
}
.range ul li p:nth-child(2){
    color: #1482E0;
    font-size: 20px;
    margin-top: 5px;
}
.range ul li p:nth-child(3){
    color: #333333;
    font-size: 10px;
    margin-top: 4px;
}
/* 新闻中心  */
.new{
    overflow: hidden;
    width: 90%;

}
.new h4{
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
}
.new-t{
    width: 150px;
    height: 32px;
    margin: 20px auto 20px;
}
.new-t li{
    width: 75px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.new-t li:first-child{
    float: left;
    color: #FFFFFF;
    background: #1482E0;
    border-radius: 20px;
}
.new-t li:last-child{
    float: right;
    color: #666666;
}
.new-info{
    width: 90%;
    margin: 0 auto;
    clear: both;
}
.new-info>li{
    margin-top: 10px;
}
.new-info>li:first-child{
    float: left;
    position: relative;
}
.new-info>li:last-child{
    float: right;
    width: 64%;
}
.new-info>li:first-child>img{
    height: 80px;
}
.new-info>li:first-child>span{
    width: 31px;
    height: 31px;
    line-height: 30px;
    text-align: center;
    background: #1482E0;
    border-radius: 50px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: -15px;
    font-size: 8px;
    margin-top: -15px;
}
.new-info>li>ul>li:first-child{
    font-size: 12px;
    font-weight: 600;
    color: #333333;
    margin-top: 4px;
}
.new-info>li>ul>li:last-child{
    font-size: 10px;
    color: #999999;
    margin-top: 8px;
    line-height: 120%;
}
/* 合作伙伴  */
.partner{
    width: 100%;
    height: 234px;
    background: #f3f7fb;
    overflow: hidden;
    margin-top: 20px;
}
.partner p{
    text-align: center;
}
.partner p:first-child{
    font-size: 18px;
    font-weight: 600;
    margin-top: 35px;
}
.partner p:nth-child(2){
    color: #aaaaaa;
    font-size: 12px;
    margin-top: 12px;
}
.partner img{
    height: 40px;
}
.partner>ul{
    width: 320px;
    overflow: hidden;
    margin: 0 auto;
}
.partner>ul>li{
    width: 50px;
    float: left;
    text-align: center;
    margin-left: 38px;
}
.partner>ul>li:first-child{
    margin-left: 0px;
}
.partner>ul>li>ul>li:first-child{
    margin-top: 14px;
}
.partner>ul>li>ul>li:last-child{
    margin-top: 26px;
}
/* 友情链接  */
.link{
    width: 100%;
    height: 100px;
    background: url(/r/cms/www/mobile/img/home/link.png) no-repeat;
    /*background-size:100% 100px;*/
}
.link>ul{
margin: 0 auto;
overflow: hidden;
width: 90%;
}
.link>ul>li:first-child{
width: 25%;
float: left;
color: #ffffff;
font-size: 12px;
margin-top: 16px;
}
.link>ul>li:last-child{
width: 75%;
float: right;
font-size: 12px;
}
.link>ul>li:last-child>ul>li{
margin-top: 16px;
}
.link a{
color: #ffffff;
font-size: 12px;
}
.link img{
height: 12px;
margin-right: 2px;
}

