h2 {
    text-align: center;
    padding: 60px 0;
}

.type,
.condition,
.materials,
.more {
    min-width: 1200px;
}

.typeLeft {
    height: 400px;
    padding: 100px 0 20px;
    background-image: linear-gradient(#576ef0, #437399);
    color: #eee;
}

.typeLeft img {
    float: left;
}

.typeLeft .introduce {
    margin: 40px 20px 0 190px;
    font-size: 16px;
    line-height: 28px;
}

.typeLeft .introduce span {
    font-size: 24px;
    font-weight: 600;
}

.typeRight {
    height: 400px;
}

.typeRight h5 {
    width: 48%;
    height: 195px;
    margin: 0 10px 10px 0;
    padding: 0;
    border: 1px solid #d8d7d7;
}

.typeRight .introduce {
    margin: 20px 10px 0 20px;
    font-size: 16px;
    line-height: 28px;
}

.typeRight .introduce span {
    font-size: 24px;
    font-weight: 600;
}


/* 条件 */

.condition {
    background: url(../images/tiaojian.jpg);
    min-height: 650px;
}

.condition ul {
    padding: 85px 0 20px;
    overflow: hidden;
}

.condition ul li {
    float: left;
    width: 280px;
    height: 240px;
    border-radius: 30px;
    background: #fff;
    margin-right: 20px;
    text-align: center;
}

.condition ul li .bg-box-a {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
    margin: 40px auto 0;
    background: #fff;
}

.condition ul li i {
    width: 100px;
    height: 100px;
}

.condition ul li p {
    font-size: 18px;
    color: #333;
    line-height: 34px;
    padding-top: 5px;
}

.condition ul li i {
    display: inline-block;
    background: url(../images/ico_02.png);
    z-index: 999;
}

.condition ul li .ico1 {
    background-position: 0 -73px;
}

.condition ul li .ico2 {
    background-position: -100px -73px;
}

.condition ul li .ico3 {
    background-position: -300px -73px;
}

.condition ul li .ico4 {
    background-position: -400px -73px;
}

.condition .btn {
    text-align: center;
    width: 1180px;
    margin-top: 50px;
}

.condition button {
    width: 330px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 25px;
    border: none medium;
    outline: none;
}

.condition .flbtn {
    background: #2881d5;
}


/* 材料 */

.materials {
    background: url(../images/cailiao.png) no-repeat left;
}

.materials p {
    font-size: 20px;
    line-height: 40px;
}

.materials p span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #6586c2;
    border: 1px solid #4c8da7;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    margin-right: 15px;
}


/* 更多 */

.more {
    background: #fafafa;
    padding-bottom: 60px;
}

.more ul li {
    height: 380px;
    width: 24%;
    padding: 30px;
    background: #1d7bd3;
    text-align: center;
    background: #fff;
    border-radius: 15px;
    float: left;
    margin-right: 12px;
    color: #333;
    transition: all 0.5s;
    position: relative;
}

.more ul li .icobg {
    width: 110px;
    height: 110px;
    border-radius: 55px;
    background: #f6f6f6;
    margin: 0 auto;
}

.more ul li i {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: url(../images/serico02.png) no-repeat;
    position: relative;
    top: 20px;
    overflow: hidden;
}

.more ul li .ico2 {
    background-position: -70px 0;
}

.more ul li .ico3 {
    background-position: -140px 0;
}

.more ul li .ico4 {
    background-position: -210px 0;
}

.more ul li .moreTitle {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    position: relative;
}

.more ul li p {
    font-size: 16px;
    padding: 10px 0 0;
    line-height: 32px;
    text-align: left;
}

.more ul li a {
    display: inline-block;
    width: 240px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 25px;
    transition: all 0.5s;
    position: absolute;
    bottom: 20px;
    left: 8%;
    border: 1px solid #aaa5a5;
}

.more ul li:hover {
    color: #2881d5;
    box-shadow: 2px 3px 8px #adadad;
}

.more ul li:hover a {
    color: #fff;
    background: #2881d5;
    border: none;
}

.more ul li:hover .icobg {
    background: #2881d5;
}