body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0
}

body {
    font: 12px "宋体", "Arial Narrow", HELVETICA;
    background: #fff;
    -webkit-text-size-adjust: 100%
}

a {
    color: #172c45;
    text-decoration: none
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

.section1 {
    background: url("../img/bg1.png") no-repeat;
    width: 100%;
    position: relative;
    background-size: 100% 100%;
    padding: 200px 0 262px;
    box-sizing: border-box;
}

.section1_header {
    width: 1200px;
    margin: 0 auto 100px;
}

.section1_header img {
    width: 505px;
    height: 150px;
}

.section1 .p1 {
    font-size: 30px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    display: flex;
    align-items: center;
    line-height: 55px;
}

.section1 .p1 img {
    width: 18px;
    height: 24px;
}

.section1 .p1:first-child img {
    margin-right: 12px;
}

.section1 .p1:nth-child(2) span {
    margin: 0 8px 0 28px;
}

.section1 .p2 {
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: rgba(51, 51, 51, 1);
    line-height: 40px;
    margin-left: 30px;
}

.section1 .line {
    background: #333333;
    width: 74px;
    height: 1px;
    margin: 20px 0 20px 30px;
}

.section1_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.section1_container ul {
    width: 440px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section1_container li {
    padding: 0 30px;
    height: 80px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 12px 24px 0px rgba(31, 21, 0, 0.1);
    border-radius: 50px 0px 0px 0px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: rgba(51, 51, 51, 1);
}

.section1_container li span:first-child {
    width: 12px;
    height: 12px;
    background: rgba(255, 186, 0, 1);
    display: inline-block;
    border-radius: 60%;
    margin-right: 10px;
}

.section2 {
    background: url("../img/bg2.png") no-repeat;
    width: 100%;
    position: relative;
    background-size: 100% 100%;
    padding: 220px 0;
    box-sizing: border-box;
}

.section2 img {
    display: block;
    margin: 0 auto;
    width: 854px;
}

.section3 {
    background: url("../img/bg3.png") no-repeat;
    width: 100%;
    position: relative;
    background-size: 100% 100%;
    padding: 150px 0;
    box-sizing: border-box;
}

.section3 .imgTitle {
    height: 60px;
    display: block;
    margin: 0 auto 176px;
}

.section3 > div {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.section3 .div1 > img {
    height: 313px;
}

.section3 .div1 section img {
    height: 40px;
    margin-right: 10px;
}

.section3 .div1 section > p {
    display: flex;
    align-items: center;
    font-size: 30px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 30px;
}

.section3 .div1 section > p > span:nth-child(3) {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(51, 51, 51, 1);
    margin-bottom: -10px;
    margin-left: 10px;
}

.section3 .div1 section ul li {
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: rgba(51, 51, 51, 1);
    line-height: 50px;
    position: relative;
    padding-left: 40px;
}

.section3 .div1 section ul li:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url("../img/yellowsicle.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -10px;
}

.section3 .div2 {
    margin-top: 166px;
}

.section4 {
    background: url("../img/bg4.png") no-repeat;
    width: 100%;
    position: relative;
    background-size: 100% 100%;
    padding: 94px 0 137px;
    box-sizing: border-box;
}

.section4 > div {
    width: 1200px;
    margin: 0 auto;
}

.section4 > div:nth-child(2) {
    margin-top: 200px;
}

.section4 div p {
    display: flex;
    align-items: center;
    font-size: 30px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 30px;
}

.section4 div p img {
    height: 40px;
    margin-right: 10px;
}

.section4 div p span:nth-child(3) {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(255, 255, 255, 1);
    margin-bottom: -10px;
    margin-left: 10px;
}

.section4 div ul li {
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: rgba(255, 255, 255, 1);
    line-height: 50px;
    padding-left: 40px;
    position: relative;
}

.section4 div ul li:before {
    content: '';
    width: 18px;
    height: 18px;
    background: url("../img/yellowsicle.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -9px;
}

.section5 {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    padding: 150px 0 100px;
}

.section5 .img1 {
    width: 287px;
    margin: 0 auto 50px;
    display: block;
}

.section5 .img2 {
    width: 420px;
}

.section5 .img3 {
    width: 253px;
    margin: 0px auto 0px;
    display: block;
}

.section5 p {
    text-align: center;
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 40px;
}

.section5 > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1200px;
    margin: 80px auto 0px;
}

.section5 > .div2 {
    padding-top: 200px;
}

.section5 > div li {
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: rgba(51, 51, 51, 1);
    line-height: 70px;
    position: relative;
    padding-left: 30px;
    margin-left: 50px;
}

.section5 > div li:before {
    content: '';
    width: 18px;
    height: 18px;
    background: url("../img/yellowsicle.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -9px;
}

.section6 {
    background: url("../img/bg5.png") no-repeat;
    width: 100%;
    position: relative;
    background-size: 100% 100%;
    padding: 75px 0;
    box-sizing: border-box;
}

.section6 li {
    width: 260px;
    padding: 20px 10px 10px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 12px 24px 0px rgba(31, 21, 0, 0.1);
}

.section6 li p:first-child {
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.section6 li p:nth-child(2) {
    width: 40px;
    height: 2px;
    background: rgba(255, 186, 0, 1);
    margin: 10px auto;
}

.section6 li p:nth-child(3) {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
}

.section6 ul:first-child {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto 75px;
}

.section6 ul:nth-child(2) {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 880px;
    margin: 0 auto;
}

.section7 {
    background: url("../img/bg6.png") no-repeat;
    width: 100%;
    position: relative;
    background-size: 100% 100%;
    padding: 150px 0 250px;
    box-sizing: border-box;
}

.section7 .img1 {
    height: 60px;
    display: block;
    margin: 0 auto 50px;
}

.section7 .img2 {
    width: 1200px;
    display: block;
    margin: 75px auto 50px;
}

.section7 ul {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.section7 ul li {
    width: 250px;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: rgba(51, 51, 51, 1);
    line-height: 40px;
}

.section7 > p {
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 40px;
    text-align: center;
}

.section7 .img3 {
    height: 60px;
    display: block;
    margin: 0px auto 50px;
}

.section7 > div {
    padding-top: 230px;
}

.section7 .img4 {
    width: 1200px;
    display: block;
    margin: 75px auto 50px;
}

.section7 .img5 {
    height: 60px;
    display: block;
    margin: 0px auto 50px;
}

.section7 .img6 {
    width: 1200px;
    display: block;
    margin: 75px auto 0px;
}

.section8 {
    background: url("../img/bg7.png") no-repeat;
    width: 100%;
    position: relative;
    background-size: 100% 100%;
    padding: 90px 0;
    box-sizing: border-box;
}

.section8 > div {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    height: 620px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 12px 24px 0px rgba(31, 21, 0, 0.1);
}

.section8 > div:nth-child(2) {
    margin-top: 70px;
}

.section8 > div > div {
    flex-grow: 1;
    position: relative;
    height: 620px;
}

.section8 > div:nth-child(1) > div {
    padding: 100px 0px 60px 100px;
    box-sizing: border-box;
}

.section8 > div:nth-child(2) > div {
    padding: 100px 100px 60px 100px;
    box-sizing: border-box;
}

.section8 .img1 {
    height: 60px;
    margin-bottom: 104px;
}

.section8 .img2 {
    width: 80px;
    position: absolute;
    bottom: 60px;
    left: 100px;
}

.section8 .img3 {
    height: 620px;
}

.section8 .img4 {
    height: 620px;
}

.section8 .img5 {
    height: 60px;
    margin-bottom: 104px;
    margin-left: 312px;
}

.section8 .img6 {
    height: 50px;
    position: absolute;
    bottom: 60px;
    right: 100px;
}

.section8 li {
    font-size: 30px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 60px;
    position: relative;
    padding-left: 30px;
}

.section8 li:first-child:before {
    content: '';
    width: 18px;
    height: 18px;
    background: url("../img/blackcicle.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -9px;
}

.section9 {
    padding-top: 250px;
    width: 100%;
    background: rgba(255, 255, 255, 1);
}

.section9 > img {
    height: 60px;
    display: block;
    margin: 0 auto;
}

.section9 > p {
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 40px;
    text-align: center;
    margin: 50px 0;
}

.section9 section {
    background: url("../img/bg8.png") no-repeat;
    width: 100%;
    position: relative;
    background-size: 100% 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 66px 0;
}

.section9 .imgJia {
    padding-top: 250px;
}

.section9 .imgJia img {
    height: 60px;
    display: block;
    margin: 0 auto;
}

.section9 section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
}

.section9 section > div > div:first-child {
    display: flex;
    width: 600px;
    align-items: center;
    justify-content: flex-end;
    padding-right: 70px;
    box-sizing: border-box;
}

.section9 section > div > div:first-child ul {
    text-align: right;
}

.section9 section > div > div:nth-child(2) {
    display: flex;
    width: 600px;
    align-items: center;
    justify-content: flex-start;
    padding-left: 70px;
    box-sizing: border-box;
}

.section9 section .img1 {
    width: 123px;
    height: 123px;
}

.section9 section .img2 {
    margin-right: 60px;
}

.section9 section .img3 {
    margin-left: 60px;
}

.section9 section ul li {
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.section10 {
    background: url("../img/bg9.png") no-repeat;
    width: 100%;
    position: relative;
    background-size: 100% 100%;
    padding: 133px 0;
    box-sizing: border-box;
}

.section10 > div {
    width: 1200px;
    margin: 0 auto;
    padding: 40px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 12px 24px 0px rgba(31, 21, 0, 0.1);
}

.section10 img {
    height: 73px;
    display: block;
    margin: 0 auto 65px;
}

.section10 p {
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: rgba(51, 51, 51, 1);
    line-height: 50px;
    text-indent: 35px;
}

.section11 {
    background: url("../img/bg10.png") no-repeat;
    width: 100%;
    position: relative;
    background-size: 100% 100%;
    padding: 55px 0;
    box-sizing: border-box;
}

.section11 > div {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.section11 > div button {
    width: 200px;
    height: 60px;
    background: rgba(255, 205, 56, 1);
    box-shadow: 0px 12px 24px 0px rgba(255, 205, 56, 0.3);
    border: none;
    outline: none;
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    border-radius: 4px;
    margin-left: -2px;
    cursor: pointer;
}

.section11 > div input {
    flex-grow: 1;
    height: 60px;
    border: none;
    outline: none;
    padding-left: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
}

.section12 {
    background: url("../img/bg11.png") no-repeat;
    width: 100%;
    position: relative;
    background-size: 100% 100%;
    padding: 70px 0 90px;
    box-sizing: border-box;
}

.section12 > img {
    height: 60px;
    display: block;
    margin: 0 auto;
}

.section12 ul {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.section12 .ul1 img {
    height: 221px;
    display: block;
}

.section12 .ul2 img {
    height: 235px;
    display: block;
}

.section12 .ul1 {
    margin: 70px auto;

}

.section13 {
    background: url("../img/bg13.png") no-repeat;
    width: 100%;
    height: 600px;
    position: relative;
    background-size: 100% 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section13 > div {
    width: 1000px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.section13 > div div:nth-child(1) img {
    width: 543px;
    display: block;
}

.section13 > div div:nth-child(2) img {
    width: 199px;
    height: 60px;
    display: block;
    margin: 0 auto;
}

.section13 > div div:nth-child(2) {
    text-align: center;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

.section13 > div div:nth-child(2) .p1 {
    margin: 10px 0;
}

.section13 > div div:nth-child(2) .p2 {
    margin-bottom: 50px;
}

.section13 > div div:nth-child(2) a {
    width: 300px;
    height: 60px;
    background: rgba(255, 205, 56, 1);
    box-shadow: 0px 12px 24px 0px rgba(255, 205, 56, 0.3);
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

footer {
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    text-align: center;
    background: rgba(52, 53, 58, 1);
    box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.08);
    height: 120px;
    width: 100%;
}

.footerPosition {
    position: absolute;
    left: 0;
    bottom: 0;
}

footer p {
    line-height: 28px;
}

footer p:first-child, footer p:nth-child(2) {
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

footer p:nth-child(3) {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(81, 81, 81, 1);
}

footer div {
    position: relative;
}

footer > div {
    display: flex;
    align-items: center;
    height: 120px;
    width: 1200px;
    justify-content: space-between;
    margin: 0 auto;
}

footer > div > div:first-child {
    display: flex;
    align-items: center;
}

footer > div > div:first-child a:first-child img {
    width: 36px;
    height: 16px;
    display: block;
}

footer > div > div:first-child a:nth-child(2) img {
    width: 46px;
    height: 20px;
    display: block;
}

footer > div > div:first-child a:nth-child(3) img {
    width: 48px;
    height: 15px;
    display: block;
}

footer > div > div:first-child a:nth-child(4) img {
    width: 109px;
    height: 17px;
    display: block;
}

footer p:nth-child(3):hover {
    color: rgba(255, 255, 255, 1);
}

footer a {
    font-size: 14px;
    color: white;
    margin-right: 80px;
}

footer > div div:last-child:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 43px;
    background: #666666;
    left: -133px;
    top: 50%;
    margin-top: -22px;
}

.goTop {
    opacity: 0;
    position: fixed;
    right: 30px;
    bottom: 200px;
    width: 110px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 64, 128, 0.1);
    box-shadow: 0px 8px 16px 0px rgba(0, 64, 128, 0.1);
    border-radius: 4px;
    text-align: center;
    font-family: PingFangSC-Light, PingFangSC;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.goTop i {
    width: 20px;
    height: 20px;
    background: url("../img/icon-top.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 4px;
}

.goTop:hover {
    color: #409eff;
    background: rgb(236, 245, 255);
}

.goTop:hover i {
    width: 20px;
    height: 20px;
    background: url("../img/icon-topActive.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 4px;
}

.profile_right {
    padding: 20px;
    width: auto;
    background: #fff;
    position: fixed;
    left: 30px;
    top: 50%;
    z-index: 100;
    transform: translateY(-50%);
    border-radius: 4px;
    box-shadow: 0px 8px 16px 0px rgba(0, 64, 128, 0.1);
}

.profile_right_cnt {
    width: 100%;
    height: auto;
    background: url(../img/profile_menu_bg1.png) -23px 0 repeat-y;
}

.profile_right_cnt p {
    width: 100%;
    color: #333;
    font-weight: bold;
    background: url(../img/profile_menu_bg.png) 0 -41px no-repeat;
    padding-left: 18px;
    margin: 6px 0
}

.profile_right_cnt p.sec {
    background: none;
    position: relative;
    height: 18px;
    margin: 4px 0
}

.profile_right_cnt p.sec:hover {
    background: none;
}

.profile_right_cnt a.sec {
    width: 100%;
    color: #333;
    position: absolute;
    top: 0;
    left: 0px;
    font-weight: normal;
    background: url(../img/profile_menu_bg.png) 0 -80px no-repeat;
    padding-left: 30px;
    margin: 2px 0
}

.profile_right_cnt a.sec:hover {
    color: #03529E;
    cursor: pointer;
    background: url(../img/profile_menu_bg.png) 0 -61px no-repeat;
}

.profile_right_cnt p a {
    color: #333;
}

.profile_right_cnt p:hover {
    color: #03529E;
    cursor: pointer;
    background: url(../img/profile_menu_bg.png) 0 -22px no-repeat;
}

.profile_right_cnt p:hover a {
    color: #03529E;
}

.profile_right_cnt div.profile_right_cnt_first {
    width: 100%;
    font-weight: bold;
    background: url(../img/profile_menu_bg.png) 0 -6px no-repeat;
    padding-left: 12px;
    height: 12px;
    margin-bottom: 10px;
}

.profile_right_cnt div.profile_right_cnt_last {
    width: 100%;
    font-weight: bold;
    background: url(../img/profile_menu_bg.png) 0 -6px no-repeat;
    padding-left: 12px;
    height: 12px;
    margin-top: 10px;
}

.profile_right_cnt ul {
    margin-bottom: 10px;
    margin-top: 10px;
}

.profile_right_cnt ul li {
    padding-left: 18px;
    width: 100%;
    line-height: 23px;
}

.profile_right_cnt ul li a {
    color: #333
}

.profile_right_cnt ul li a:hover {
    color: #03529E
}

.profile_right_cnt .floatnav_a_cur {
    color: #03529E;
    cursor: pointer;
    background: url(../img/profile_menu_bg.png) 0 -22px no-repeat;
}

.profile_right_cnt .floatnav_a_cur a {
    color: #03529E;
}

.profile_right_cnt .floatnav_a_cur a.sec {
    color: #03529E;
    background: url(../img/profile_menu_bg.png) 0 -59px no-repeat;
}
