/*common*/
* {
    margin: 0;
    padding: 0;
}

a, a:hover, a:visited, a:active, a:focus {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

input {
    border: none;
    outline: none;
    background: transparent;
}

input::-webkit-input-placeholder {
    color: #cccccc;
}

input::-moz-placeholder {
    color: #cccccc;
}

input:-ms-input-placeholder {
    color: #cccccc;
}

select {
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    background: transparent;
}

select::-ms-expand {
    display: none;
}

textarea {
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    background: transparent;
}

textarea::-ms-expand {
    display: none;
}

/*flex布局*/
.flex {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-a {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

body {
    font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 20px;
    width: 100%;
    background-color: #fff;
    color: #4d4d4d;
}

.part {
    position: relative;
    width: 100%;
    text-align: center;
    /*border: solid 1px red;*/
}

.myContain {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    /*border: solid 1px red;*/
}

.myContent {
    width: 100%;
    /*border: solid 1px red;*/
}

.title{
    font-size: 54px;
    font-weight: 600;
}

.nav{
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    height: 109px;
    z-index: 10;
}

.nav .logo{
    display: inline-block;
    margin-top: 28px;
}

.nav .myContent{
    width: 750px;
    height: 109px;
    float: right;
}

.nav a{
    position: relative;
    display: inline-block;
    width: 180px;
    height: 109px;
    line-height: 109px;
    font-size: 22px;
    color: #2f3e52;
}

.nav a:after{
    content: "|";
    position: absolute;
    top: 0;
    right: -3px;
}
.nav a:last-child:after{
    content: "";
}

.nav a:hover{
    background: #f8de01;
}

.banner{
    margin-top: 109px;
    background: transparent url("./img_pc/banner.bg.png") top center no-repeat;
    height: 792px;
    padding-top: 110px;
}

.banner .myContent{
    text-align: left;
}

.banner .myContent .apply{
    position: absolute;
    display: block;
    width: 521px;
    height: 79px;
    line-height: 79px;
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    color: #2f3e52;
    top: 427px;
    left: 7px;
    /*border: solid 1px red;*/
}

.part1{
    margin-top: 0px;
    background: transparent url("./img_pc/part1.bg.png") top center no-repeat;
    height: 985px;
}

.part1 .title span{
    color: #f8de01;
}

.part1 .myContent{
    height: 933px;
    background: #fff;
    margin-top: -160px;
    padding: 210px 50px 0;
}

.part1 .item{
    position: relative;
    width: 599px;
    height: 320px;
    padding: 5px 25px;
    text-align: left;
}

.part1 .item.bd1{
    border-right: solid 1px #2f3e52;
    border-bottom: solid 1px #2f3e52;
}

.part1 .item.bd2{
    border-bottom: solid 1px #2f3e52;
}

.part1 .bd3,.part1 .bd4{
    padding-top: 30px;
}

.part1 .item.bd4{
    border-left: solid 1px #2f3e52;
}

.part1 .item-title{
    font-size: 30px;
}
.part1 .item-title i{
    display: inline-block;
    background: #ff585b;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 12px;
    vertical-align: top;
    margin-top: 14px;
}

.part1 .item-content{
    font-size: 18px;
    margin-top: 20px;
    line-height: 30px;
}

.part1 .zx{
    display: block;
    width: 196px;
    height: 45px;
    line-height: 45px;
    background: #f8de01;
    font-size: 25px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 10px;
    border-radius: 22.5px;
    color: #2f3e52;
}

.part2{
    margin-top: 100px;
}
.part2 .title span{
    color: #fc424c;
}

.part2 .myContent{
    margin-top: 100px;
}

.part3{
    margin-top: 20px;
    background: transparent url("./img_pc/part3.bg.png") bottom center no-repeat;
    padding-bottom: 10px;
}


.part3 .sub_title{
    font-size: 35px;
}
.part3 .desc{
    font-size: 18px;

}

.part3 .table{
    margin-top: 50px;
    background: #fff;
    box-shadow: 0 0 10px -2px #ccc;
}

.part3 .table th{
    text-align: center;
    vertical-align: middle;
    background:#fc424c;
    color: #fff;
    font-size: 24px;
}
.part3 .table td{
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    color: #2f3e52;
}

.part3 .table .more{
    display: block;
    width: 186px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    background: #f8de01;
    font-size: 21px;
    margin: 20px auto;
    color: #2f3e52;
}

.part3 .apply{
    display: block;
    width: 450px;
    height: 69px;
    border-radius: 34.5px;
    line-height: 69px;
    font-size: 33px;
    background: #fc424c;
    color: #fff;
    margin: 50px auto;
}

.part4 {
    margin-top: 0;
    background: transparent url("./img_pc/part4.bg.png") top center no-repeat;
    height: 1256px;
    padding-top: 100px;
}
.part4 .title span{
    color: #fc424c;
}

.part4 .myContent{
    margin-top: 50px;
}
.part4 .myContent img{
    width: 1200px;
}

.part4 .apply{
    display: block;
    width: 450px;
    height: 69px;
    border-radius: 34.5px;
    line-height: 69px;
    font-size: 33px;
    background: #fc424c;
    color: #fff;
    margin: 50px auto;
}

.adv{
    margin-top: 0;
    background: transparent url("./img_pc/adv.bg.png") top center no-repeat;
    height: 416px;
}

.part5{
    margin-top: 100px;
}
.part5 .title span{
    color: #fc424c;
}

.part5 .myContent{
    margin-top: 100px;
}

.part6{
    margin-top: 10px;
    background: transparent url("./img_pc/part6.bg.png") bottom center no-repeat;
    padding-bottom: 30px;
}

.part6 .sub_title{
    font-size: 35px;
}

.part6 .myContent{
    margin-top: 50px;
}

.part6 .item{
    position: relative;
    width: 231px;
    height: 465px;
    border: solid 1px #ccc;
    text-align: left;
    background: #fff;
}
.part6 .item-title{
    font-size: 24px;
    color:#fc424c ;
    margin-bottom: 20px;
}
.part6 .item-content{
    padding: 20px;
    font-size: 18px;
    color: #2f3e52;
}

.part6 .zx{
    display: block;
    width: 151px;
    height: 35px;
    line-height: 35px;
    background:#f8de01 ;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -75.5px;
    bottom: 30px;
    border-radius: 17.5px;
    color: #2f3e52;
}

.part6 .apply{
    display: block;
    width: 450px;
    height: 69px;
    border-radius: 34.5px;
    line-height: 69px;
    font-size: 33px;
    background: #fc424c;
    color: #fff;
    margin: 50px auto;
}

.part7{
    margin-top: 0;
    background: transparent url("./img_pc/part7.bg.png") center no-repeat;
    height: 1326px;
    padding-top: 100px;
}
.part7 .title span{
    color: #fc424c;
}

.part7 .myContent{
    margin-top: 50px;
}

.part7 .apply{
    display: block;
    width: 450px;
    height: 69px;
    border-radius: 34.5px;
    line-height: 69px;
    font-size: 33px;
    background: #fc424c;
    color: #fff;
    margin: 50px auto;
}

.tools{
    /*background: #f8e100;*/
    width: 150px;
    height: 500px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -250px;
}

.tools .toolsimg{
    width: 130px;
}

.tools a{
    display: block;
    width: 150px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    color: #2f3e52;
    font-size: 16px;
    background: #fff;
    border: solid 1px #2f3e52;
    border-top: solid 1px transparent;
}
.tools a:nth-child(2){
    border-top: solid 1px #2f3e52;
}
.tools a:last-child{
    background: #f7cc19;
}
.tools a:nth-last-child(2),
.tools a:nth-last-child(3)
{
    background: #f8e100;
}

.tools a:nth-child(1) .ico{
    width: 40px;
}
.tools a:nth-child(2) .ico{
    width: 35px;
}

.tools a:last-child{
    margin-left: 0;
}


.wx_code{
    display: none;
    position: absolute;
    top: 68px;
    left: -235px;
    width: 233px;
    background: #fff;
    padding: 15px;
    text-align: center;
    color: #333;
    font-size: 20px;
    box-shadow: 0 0 5px 2px #ccc;
    line-height: 20px;
    font-weight: 600;
}

.wx_code span{
    color: #7d1231;
}


.wx_code img{
    width: 203px;
    height: 203px;
    z-index: 10;
    margin-bottom: 5px;
}
