*{
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}
a {
    color: #333333;
    text-decoration: none;
}
ul, li, ol {
    list-style-type: none;
}
.pcs-max-width{
    width: 1200px;
    margin: auto;
}
.pcs-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.pcs-top p{
    font-size: 34px;
    font-weight: bold;
    color: #C8201E;
}
.pcs-top p img{
    margin-right: 10px;
}
.pcs-nav{
    display: flex;
    margin-top: 20px;
}
.pcs-nav a{
    width: 200px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: #333333;
}
.pcs-nav .nav-red{
    background-color: #C8201E;
    color: white;
}
.pcs-navl{
    background-color: #f5f5f5;
    padding: 30px 0;
    color: #666;
    font-size: 14px;
}
.pcs-navl a{
    color: #333;
}
.pcs-navl a.navl-red{
    color: #C8201E;
}
.pcs-banner img{
    width: 100%;
}
.pcs-content h1{
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.pcs-content1{
    background-color: #f5f5f5;
    padding: 40px 0;
    text-align: center;
}
.pcs-content1 h1 span{
    color: #2650FD;
}
.pcs-content1 form label{
    display: block;
    color: #333;
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
}
.pcs-content1 form label span{
    color: red;
}
.pcs-content1 form label input{
    width: 500px;
    height: 50px;
    border: 1px solid #999999;
    border-radius: 6px;
    padding-left: 10px;
    font-size: 24px;
    background-color: #f5f5f5;
}
.pcs-content1 button{
    width: 360px;
    height: 70px;
    background: linear-gradient(0deg, #FF4D0B, #FF7A37);
    border-radius: 35px;
    color: white;
    font-size: 24px;
    text-align: center;
    line-height: 70px;
    border: 0;
    margin-top: 40px;
}

.pcs-content2{
    padding: 40px 0;
    background: url(../images/c2bg1.png) no-repeat no-repeat;
    background-size: 100% 100%;
}
.pcs-content2>div>div{
    background: url(../images/c2bg2.png) no-repeat no-repeat;
    width: 1200px;
    height: 312px;
    overflow: hidden;
    margin-top: 40px;
    position: relative;
    font-size: 24px;
    color: #333;
}
.pcs-content2 div div div{
    width: 698px;
    height: 197px;
    position: relative;
    top: 55px;
    left: 473px;
}
.pcs-content2 p{
    font-weight: bold;
    margin-top: 20px;
}

.pcs-content3{
    background-color: #f5f5f5;
    padding: 40px 0;
}
.pcs-content3-flex{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 28px;
}
.pcs-content3-flex div{
    width: 570px;
}
.pcs-content3-flex p{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    display: flex;
    margin-bottom: 30px;
}
.pcs-content3-flex p span{
    width: 38px;
    min-width: 38px;
    height: 38px;
    background: #224DFD;
    border-radius: 4px;
    font-size: 24px;
    font-weight: bold;
    color: #FEFEFE;
    text-align: center;
    line-height: 38px;
    margin-right: 10px;
}
.pcs-content3-flex a{
    width: 300px;
    height: 54px;
    background: linear-gradient(0deg, #224DFD, #5D7DFF);
    border-radius: 27px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 54px;
    text-align: center;
    display: block;
    margin: auto;
}
.pcs-content3-flex img{
    width: 549px;
}

.pcs-content4{
    background: linear-gradient(0deg, #375DFC, #6C95FF);
    padding: 40px 0 10px;
}
.pcs-content4 h1{
    color: white;
}
.pcs-content4-flex{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pcs-content4-flex>div{
    width: 370px;
    padding-top: 20px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.pcs-content4-flex>div h3{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-right: 15px;
}
.pcs-content4-flex>div p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-top: 15px;
    margin-right: 15px;
}
.pcs-content4-flex img{
    margin-right: 15px;
}

.pcs-content5{
    background-color: #f5f5f5;
    padding: 40px 0;
}
.pcs-content5-flex{
    display: flex;
    margin-top: 40px;
}
.pcs-content5-flex img{
    margin-right: 50px;
}
.pcs-content5-flex div{
    margin-top: 20px;
}
.pcs-content5-flex p{
    background: #FFFFFF;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 24px;
    color: #333333;
    display: flex;
    margin-top: 30px;
    align-items: center;
}
.pcs-content5-flex p span{
    width: 60px;
    height: 60px;
    background: linear-gradient(0deg, #224DFD, #5D7DFF);
    border-radius: 4px;
    display: inline-block;
    min-width: 60px;
    color: white;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    margin-right: 10px;
}
.pcs-content5-flex p s{
    text-decoration: none;
}
.pcs-content5a1{
    width: 280px;
    height: 60px;
    background: linear-gradient(0deg, #FF4D0B, #FF7A37);
    border-radius: 30px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    margin-top: 60px;
}
.pcs-content5a2{
    width: 280px;
    height: 60px;
    background: linear-gradient(0deg, #224DFD, #5D7DFF);
    border-radius: 30px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 30px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    margin-top: 60px;
}

.pcs-content6{
    background: url(../images/c6bg1.png) no-repeat no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
}
.pcs-content6>div>span{
    width: 60px;
    height: 4px;
    background: #375DFC;
    border-radius: 2px;
    display: block;
    margin: 20px auto;
}
.pcs-content6>div>p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-align: center;
}
.pcs-content6-flex{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.pcs-content6-left{
    background: url(../images/c6l.png) no-repeat no-repeat;
    background-size: 100% 100%;
    width: 609px;
    height: 275px;
    padding: 30px 70px 30px 20px;
}
.pcs-content6-right{
    background: url(../images/c6r.png) no-repeat no-repeat;
    background-size: 100% 100%;
    width: 609px;
    height: 275px;
    padding: 30px 20px 30px 70px;
}
.pcs-content6-flex div{
    color: white;
}
.pcs-content6-flex div h4{
    font-size: 24px;
}
.pcs-content6-flex div span{
    display: block;
    width: 100px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 2px;
    margin: 20px 0 40px;
}
.pcs-content6-flex div p{
    font-size: 20px;
    line-height: 30px;
}
.pcs-content6 a{
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    width: 400px;
    height: 70px;
    background: linear-gradient(0deg, #FF4D0B, #FF7A37);
    border-radius: 35px;
    text-align: center;
    line-height: 70px;
    margin: 40px auto 10px;
    display: block;
}

.pcs-content7{
    padding: 40px 0;
    background-color: #f5f5f5;
}
.pcs-content7>div>span{
    width: 60px;
    height: 4px;
    background: #375DFC;
    border-radius: 2px;
    display: block;
    margin: 20px auto;
}
.pcs-content7>div>p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-align: center;
}
.pcs-content7-flex{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.pcs-content7-flex div{
    width: 278px;
    height: 350px;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.08);
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
}
.pcs-content7-flex div img{
    width: 100%;
}
.pcs-content7-img{
    width: 100px !important;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(55,93,252,0.17);
    border-radius: 50%;
    position: relative;
    margin-top: -70px;
}
.pcs-content7-flex div h4{
    font-size: 24px;
    margin: 0px 0 10px;
}
.pcs-content7-flex div p{
    font-size: 16px;
    color: #666666;
    padding: 0 10px;
}

.pcs-content8{
    padding: 40px 0;
}
.pcs-content8-flex{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
}
.pcs-content8-flex div{
    width: 380px;
    text-align: center;
}
.pcs-content8-flex div h4{
    font-size: 24px;
    color: #333333;
    margin: 10px 0 5px;
}
.pcs-content8-flex div p{
    font-size: 16px;
    color: #666666;
    padding: 0 5px;
    margin-bottom: 40px;
}
.pcs-content8>div>p{
    display: flex;
    justify-content: space-around;
}
.pcs-content8>div>p a{
    width: 400px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
    color: white;
    border-radius: 35px;
}
.pcs-content8a1{
    background: linear-gradient(0deg, #FF4D0B, #FF7A37);
}
.pcs-content8a2{
    background: linear-gradient(0deg, #224DFD, #5D7DFF);
}

.pcs-content9{
    padding: 40px 0;
    background-color: #f5f5f5;
}
.pcs-content9-flex{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
}
.pcs-content9-flex div{
    width: 380px;
    height: 190px;
    border-radius: 12px;
    background-size: 100% 100%;
    padding: 30px;
    margin-bottom: 30px;
}
.pcs-content9-flex div h4{
    font-size: 24px;
    color: #333333;
}
.pcs-content9-flex div p{
    width: 188px;
    margin-top: 15px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: justify;
}
.pcs-content9-xz1{
    background: url(../images/xz1.png) no-repeat no-repeat;
}
.pcs-content9-xz2{
    background: url(../images/xz2.png) no-repeat no-repeat;
}
.pcs-content9-xz3{
    background: url(../images/xz3.png) no-repeat no-repeat;
}
.pcs-content9-xz4{
    background: url(../images/xz4.png) no-repeat no-repeat;
}
.pcs-content9-xz5{
    background: url(../images/xz5.png) no-repeat no-repeat;
}
.pcs-content9-xz6{
    background: url(../images/xz6.png) no-repeat no-repeat;
}
.pcs-content10{
    padding: 40px 0;
}
.pcs-content10 ul{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
    background: #FFFFFF;
    box-shadow: 0px 1px 32px 0px rgba(0,0,0,0.09);
    padding: 30px 30px 20px;
}
.pcs-content10 ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D3D3D3;
    width: 536px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.pcs-content10 ul li a{
    font-size: 16px;
    color: #333333;
    line-height: 34px;
}
.pcs-content10 ul li i{
    width: 7px;
    height: 7px;
    background: #2953FD;
    display: inline-block;
    margin-right: 10px;
}
.pcs-content10 ul li span{
    font-size: 14px;
    color: #999999;
    line-height: 34px;
}
.pcs-content10>div>a{
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    width: 400px;
    height: 70px;
    background: linear-gradient(0deg, #FF4D0B, #FF7A37);
    border-radius: 35px;
    text-align: center;
    line-height: 70px;
    margin: 40px auto 10px;
    display: block;
}

.pcs-footer img{
    width: 100%;
}