﻿body {
    margin: 0px;
    padding: 0px;
}

.page1div {
    width: 100%;
    height: 500px;
    background: url('/images/xinchuang/page1bg.png') no-repeat;
    background-size: 100% 100%;
}


.pagetitle {
    width: 100%;
    padding-top: 80px;
    font-size: 35px;
    text-align: center;
    font-weight: 600;
}

.page1div2 {
    width: 80%;
    height: 240px;
    background: url('/images/xinchuang/page1bg2.png') no-repeat;
    background-size: 100% 100%;
    margin: auto;
    margin-top: 50px;
}

.page1div2title {
    width: 66%;
    color: #646464;
    line-height: 49px;
    font-size: 22px;
    padding-top: 61px;
    margin-left: 260px;
}

.page2div {
    width: 100%;
    background: url('/images/xinchuang/page2bg.png') no-repeat;
    background-size: 100% 100%;
}

.page2divcontent {
    width: 80%;
    margin: auto;
    padding-bottom: 100px;
}

.page2itemlist {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
}

.page2item {
    width: 48%;
    margin: 1%;
}

.page2itemtitle {
    margin-left: 20px;
    font-size: 25px;
    font-weight: 600;
    line-height: 50px;
}

.page2itemtitle2 {
    margin-left: 20px;
    margin-top: 20px;
    font-size: 20px;
    line-height: 35px;
    color: #646464;
}

.page2itemtitle3 {
    margin-left: 20px;
    font-size: 20px;
    line-height: 50px;
    color: #004abf;
}

    .page2itemtitle3 span {
        margin-left: 10px;
    }

.page3div {
    width: 100%;
    height: 888px;
    background: url('/images/xinchuang/page3bg.png') no-repeat;
    background-size: 100% 100%;
}

.page3itemlist {
    width: 80%;
    margin: auto;
    margin-top: 80px;
    display:flex;
}

.page3item {
    width: 21%;
    margin: 2%;
    text-align:center;

}

    .page3item img {
      width:100%;
    }


    .page3itemtitle {
        line-height: 50px;
        font-size: 20px;
        color: white;
        text-align: center;
    }