@charset "utf-8";
body, ul, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, input, tr, td, th, form {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #333333;
}

html {
    height: 100%;
    width: 100%;
}

img {
    border: none;
    vertical-align: middle;
    display: block;
}

ul, li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

input[type="text"], input[type="email"], input[type="submit"], input[type="tel"], input[type="password"], textarea, select {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    border-radius: 0;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button, input {
    line-height: normal;
}

textarea {
    resize: none;
}

input:focus, textarea:focus {
    outline: none;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/

    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../img/common/select-arrow.png") no-repeat right center, #fff;

    /*为下拉小箭头留出一点位置，避免被文字覆盖*/

    box-sizing: border-box;

    border: 1px solid #bbbbbb;
    max-width: none;
    padding-left: 5px;
    padding-right: 40px;

}

select.required {
    background: url("../img/common/select-arrow.png") no-repeat right center, url("../img/common/input_bg.png") no-repeat right 0, #fff;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

/* Reset */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1; /* for IE6 IE7 */
}

.clear {
    clear: both;
    display: block;
    overflow: hidden
}

.cls {
    clear: both;
    line-height: 0px !important;
    height: 0px !important;
    font-size: 0px !important;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
    padding-right: 8px;
}

.fr {
    float: right;
}

.rel {
    position: relative;
}

.f12 {
    font-size: 12px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb10 .delete {
    cursor: pointer;
    color: #ff00ff;
}

.mb20 {
    margin-bottom: 20px;
}

.m10 {
    margin: 10px 10px 0;
}

.pb10 {
    padding-bottom: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl10 {
    padding-left: 10px;
}

.f13 {
    font-size: 13px;
}

.hidden {
    display: none;
}

/*网站CSS样式*/
* {
    margin: 0;
    padding: 0;;
}

/*.w {*/
/*width: 1920px;*/
/*margin: auto;*/
/*}*/

body {
    background-color: #fefefe;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}



/*banner区域*/
.banner-img1 {
    width: 100%;
    padding-top: 65px;
}


/*banner-one区域*/
.banner-one {
    position: relative;
}

.banner-con {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.banner-img2 {
     margin-top: -65px;
     width: 100%;
     display: block;
 }

.banner-con h3 {
    margin-top: 50px;
    text-align: center;
    font-size: 35px;
    color: #fd8129;
}


/*banner-info文字*/
.banner-info{
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin-top: 30px;
    line-height: 35px;
  letter-spacing: 1px;
}

/*部分文字颜色更改*/
.banner-info span{
    color: #fd8129;
}

/*横线*/
.borderBg {
    position: relative;
    width: 1200px;
    padding-top: 50px;
    border-bottom: 2px solid #fd8129;
    margin: 0 auto;
}

.borderCon {
    position: absolute;
    top: 40px;
    height: 10px;
    background: #fd8129;
    width: 230px;
    left: 50%;
    margin-left: -115px;

}

/*banner-info1文字*/
.banner-info1{
    width: 1278px;
    padding-top: 30px;
 margin: 0 auto;
}

.title-p1{
    float: left;
    font-size: 60px;
    color: #FFffff;
    margin-left: 200px;
    /*width: 300px;*/
    /*overflow:hidden;*/
    /*letter-spacing: 1px;*/
}

/*文字排序*/
.title-p1:first-child {
    margin-left: 18px;
}

/*banner-info1的+变色*/
.span-one{
    color: #fd8129;
    font-size: 36px;
}


.title-r1{
    font-size: 30px;
    /*margin-top: 15px;*/
 text-align: center;
    color: #FFffff;
}



/*一站式服务平台*/
.box-content {
    width: 100%;
    height: 666px;
}

/*横线*/
.hx-one1 {
    position: absolute;
    left: 0;
    top: 97px;
    width: 526px;
    overflow: hidden;
}

.hx-one1-bg {
    width: 100%;
    background: url("../img/index/hx1.png") no-repeat right center;
    height: 30px;
    background-size: auto 100%;
}

.hx-two1 {
    position: absolute;
    right: 0;
    top: 97px;
    width: 526px;
    overflow: hidden;
}

.hx-two1-bg {
    width: 100%;
    background: url("../img/index/hx2.png") no-repeat left center;
    height: 30px;
    background-size: auto 100%;
}

.box-warp1 {
    width: 1281px;
    margin: 0 auto;
    height: 666px;
}

.box-warp1 h2 {
    padding-top: 89px;
    text-align: center;
    font-size: 28px;
    color: #444444;
    position: relative;

}

.box-warp1 p {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    color: #000;
}

/*框的内容*/
.msgList {
    border-radius: 20px;
    float: left;
    width: 290px;
    height: 317px;
    display: inline-block;
    background-color: #ffffff;
    margin-top: 76px;
    margin-left: 32px;
    border: 3px solid #ffe9d4;
    overflow: hidden;
    /*box-shadow: 2px 2px 2px #c3d9ff;rgba(0,0,0,0.1);*/
}

/*msgList排列*/
.msgList:first-child {
    margin-left: 0
}

.image1 {
    padding-top: 15px;
    display: block;
    margin: 0 auto;
}

.msgList h3 {
    font-size: 20px;
    margin-top: 5px;
    text-align: center;
    color: #444444;
}

.info-one {
    padding-left: 29px;
    padding-right: 29px;
    margin-top: 10px;
    line-height: 25px;
    font-size: 14px;
    color: #000;
}

/*banner2*/
.banner-three {
    width: 100%;

}

/*box_two产品核心功能*/
.box_two {
    width: 100%;
    height: 751px;
    background-color: #ffffff;
}

.box_two h2 {
    padding-top: 88px;
    text-align: center;
    font-size: 28px;
    color: #444444;
    position: relative;

}

.box_two p {
    margin-top: 20px;
    /*margin-bottom: 72px;*/
    text-align: center;
    font-size: 20px;
    color: #000;
}

/*横线*/
.hx-one3 {
    position: absolute;
    left: 0;
    top: 96px;
    width: 526px;
    overflow: hidden;
}

.hx-one3-bg {
    width: 100%;
    background: url("../img/index/hx1.png") no-repeat right center;
    height: 30px;
    background-size: auto 100%;
}

.hx-two3 {
    position: absolute;
    right: 0;
    top: 96px;
    width: 526px;
    overflow: hidden;
}

.hx-two3-bg {
    width: 100%;
    background: url("../img/index/hx2.png") no-repeat left center;
    height: 30px;
    background-size: auto 100%;
}

.box-warp2 {
    height: 751px;
    width: 1284px;
    margin: 0 auto;

}
.msgList1{
    margin-top: 72px;
}
.msgList1-flex{
    display: flex;
}
/*框的内容*/
.box_two a {

    /*float: left;*/
    width: 426px;
    height: 220px;
    /*display: inline-block;*/
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    /*overflow: hidden;*/
}

/*box_two a点击反应*/
.box_two a:hover {
    border-color: #fd8129;
}

.box_two a:hover .image-bwo1 {
    display: block
}

.box_two a:hover .image-bwo {
    display: none
}

.box_two a:hover .title-h3 {
    color: #fd8129
}

.image-bwo {
    margin: 0 auto;
    padding-top: 20px;
}

.image-bwo1 {
    margin: 0 auto;
    padding-top: 20px;
    display: none;
}

.title-h3 {
    padding-top: 15px;
    text-align: center;
    color: #444444;
    font-size: 18px;
}

.info-two {
    padding-left: 38px;
    padding-right: 38px;
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
line-height: 25px;
}

/*box_three部分合作伙伴*/
.box_three {
    width: 100%;
    height: 750px;
}

.box-warp3 {
    width: 1280px;

    margin: 0 auto;

}

.box_three h2 {
    font-size: 28px;
    color: #444444;
    position: relative;
    text-align: center;

}

/*横线*/
.hx-one2 {
    position: absolute;
    left: 0;
    top: 6px;
    width: 526px;
    overflow: hidden;
}

.hx-one2-bg {
    width: 100%;
    background: url("../img/index/hx1.png") no-repeat right center;
    height: 30px;
    background-size: auto 100%;
}

.hx-two2 {
    position: absolute;
    right: 0;
    top: 6px;
    width: 526px;
    overflow: hidden;
}

.hx-two2-bg {
    width: 100%;
    background: url("../img/index/hx2.png") no-repeat left center;
    height: 30px;
    background-size: auto 100%;
}

/*图片排列*/

.img-border{
    margin-top: 36px;
}
.image {
    float: left;
width: 160px;
    margin-top: 50px;
    margin-left: 117px;

}

/*image图片排列*/
.image:nth-child(5n+1) {
    margin-left: 0
}









/*手机版*/
@media screen and ( max-width: 1440px ) {

    /*banner-one区域*/
    .banner-one {
        position: relative;
    }

    .banner-con {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .banner-img2 {
        /*margin-top: -65px;*/
        width: 100%;
        display: block;
    }

    .banner-con h3 {
        margin-top: 10px;
        text-align: center;
        font-size: 35px;
        color: #fd8129;
    }


    /*banner-info文字*/
    .banner-info{
        text-align: center;
        font-size: 20px;
        color: #ffffff;
        margin-top: 10px;
        line-height: 35px;
        letter-spacing: 1px;
    }

    /*部分文字颜色更改*/
    .banner-info span{
        color: #fd8129;
    }

    /*横线*/
    .borderBg {
        position: relative;
        width: 899px;
        padding-top: 15px;
        border-bottom: 2px solid #fd8129;
        margin: 0 auto;
    }

    .borderCon {
        position: absolute;
        top: 7px;
        height: 8px;
        background: #fd8129;
        width: 171px;
        left: 50%;
        margin-left: -85.5px;

    }

    /*banner-info1文字*/
    .banner-info1{
        width: 960px;
        padding-top: 15px;
        margin: 0 auto;
    }

    .title-p1{
        float: left;
        font-size: 48px;
        color: #FFffff;
        margin-left: 133px;
        /*width: 300px;*/
        /*overflow:hidden;*/
        /*letter-spacing: 1px;*/
    }

    /*文字排序*/
    .title-p1:first-child {
        margin-left: 13px;
    }

    /*banner-info1的+变色*/
    .span-one{
        color: #fd8129;
        font-size: 36px;
    }


    .title-r1{
        font-size: 20px;
        /*margin-top: 15px;*/
        text-align: center;
        color: #FFffff;
    }


    /*一站式服务平台*/
    /*横线*/
    .hx-one1 {
        position: absolute;
        left: 0;
        top: 96px;
        width: 363px;
        overflow: hidden;
        text-align: right;
    }

    .hx-one1-bg {
        width: 100%;
        background: url("../img/index/hx1.png") no-repeat right center;
        height: 30px;
        background-size: auto 100%;
    }

    .hx-two1 {
        position: absolute;
        right: 0;
        top: 96px;
        width: 363px;
        overflow: hidden;
        text-align: left;
    }

    .hx-two1-bg {
        width: 100%;
        background: url("../img/index/hx2.png") no-repeat left center;
        height: 30px;
        background-size: auto 100%;
    }

    .box-warp1 {
        width: 960px;
        margin: 0 auto;
        height: 666px;
    }

    /*框的内容*/
    .msgList {
        border-radius: 20px;
        float: left;
        width: 217px;
        height: 317px;
        display: inline-block;
        background-color: #ffffff;
        margin-top: 76px;
        margin-left: 22px;
        border: 3px solid #ffe9d4;
        overflow: hidden;
        /*box-shadow: 2px 2px 2px #c3d9ff;rgba(0,0,0,0.1);*/
    }

    /*box-content ul li排列*/
    .msgList:first-child {
        margin-left: 0
    }

    .image1 {
        width: 90px;
        padding-top: 20px;
        display: block;
        margin: 0 auto;
    }

    .info-one {
        padding-left: 25px;
        padding-right: 25px;
        margin-top: 28px;
        line-height: 22px;
        font-size: 14px;
        color: #000;
    }




    /*产品核心功能*/

    .box-warp2 {
        height: 751px;
        width: 960px;
        margin: 0 auto;

    }

    /*横线*/
    .hx-one3 {
        position: absolute;
        left: 0;
        top: 96px;
        width: 372px;
        overflow: hidden;
    }

    .hx-one3-bg {
        width: 100%;
        background: url("../img/index/hx1.png") no-repeat right center;
        height: 30px;
        background-size: auto 100%;
    }

    .hx-two3 {
        position: absolute;
        right: 0;
        top: 96px;
        width: 372px;
        overflow: hidden;
    }

    .hx-two3-bg {
        width: 100%;
        background: url("../img/index/hx2.png") no-repeat left center;
        height: 30px;
        background-size: auto 100%;
    }

.msgList1{
    margin-top: 72px;
}
    /*框的内容*/
    .box_two a {
        float: left;
        width: 318px;
        height: 220px;
        display: inline-block;
        background-color: #ffffff;
        border: 1px solid #dcdcdc;
        overflow: hidden;
    }

    .image-bwo {
        width: 38px;
        /*height: 50px;*/
        margin: 0 auto;
        padding-top: 20px;
    }

    .image-bwo1 {
        width: 38px;
        /*height: 50px;*/
        margin: 0 auto;
        padding-top: 20px;
        display: none;
    }

    .info-two {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 10px;
        font-size: 14px;
        color: #666666;
line-height: 23px;
    }


    /*部分合作伙伴*/
    .box-warp3 {
        width: 960px;
        height: 613px;
        margin: 0 auto;
    }

    /*横线*/
    .hx-one2 {
        position: absolute;
        left: 0;
        top: 6px;
        width: 376px;
        overflow: hidden;
    }

    .hx-one2-bg {
        width: 100%;
        background: url("../img/index/hx1.png") no-repeat right center;
        height: 30px;
        background-size: auto 100%;
    }

    .hx-two2 {
        position: absolute;
        right: 0;
        top: 6px;
        width: 375px;
        overflow: hidden;
    }

    .hx-two2-bg {
        width: 100%;
        background: url("../img/index/hx2.png") no-repeat left center;
        height: 30px;
        background-size: auto 100%;
    }

    /*图片排列*/
    .image {
        float: left;
width: 117px;
        /*height: 163px;*/
        padding-top: 76px;
        margin-left: 83px;
    }








}