/* 导航图 */

.banner {
    width: 100%;
    height: 670px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner .banner-container {
    padding: 50px 83px;
    background: white;
    position: absolute;
    top: 56px;
    right: 15%;
    text-align: center;
}

.banner .banner-container .single {
    border: 1px solid rgba(221, 221, 221, 1);
    box-sizing: border-box;
    padding: 16px;
    width: 352px;
    font-size: 18px;
    margin-bottom: 20px;
}

.banner .banner-container .single:last-child {
    margin-bottom: 0;
}

.banner .banner-container h4 {
    font-size: 24px;
    font-weight: 400;
    color: #494949;
    margin-bottom: 40px;
}

.banner .banner-container .single .icon img {
    width: 28px;
    height: 28px;
}

.banner .banner-container .single input {
    border: none;
    outline: none;
    height: 28px;
    margin-left: 10px;
}

.banner .banner-container .submit-btn {
    width: 352px;
    height: 58px;
    background: rgba(82, 214, 149, 1);
    color: #FFFFFF;
    border: none;
    outline: none;
    cursor: pointer;
}

input::-webkit-input-placeholder {
    color: rgb(133, 93, 93);
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #B3B2B2;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #B3B2B2;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #B3B2B2;
}


/* */

.wrap {
    padding: 88px 0 103px 0;
    background: #F5F5F5;
}

.warpWhite {
    background: white;
}

.line {
    height: 1px;
    display: inline-block;
    width: 136px;
    background: rgba(168, 168, 168, 1);
}

.wrap1 .container {
    text-align: center;
}

.wrap1 .container h4 {
    font-size: 28px;
    font-weight: 400;
    color: #313131;
}

.wrap1 .container .line {
    margin: 33px 0 68px 0;
}

.wrap1 .container .desc {
    font-size: 16px;
    color: rgba(146, 146, 146, 1);
    margin-bottom: 92px;
}

.wrap1 .container .content {
    text-align: center;
}

.wrap1 .container .content .content-container {
    display: inline-block;
}

.wrap1 .container .content .arrow {
    width: 85px;
    height: 100px;
    margin: 0 45px;
    position: relative;
}

.wrap1 .container .content .arrow img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -42.5px;
    margin-top: -11.5px;
}

.wrap1 .container .content .single {
    text-align: center;
    width: 280px;
}

.wrap1 .container .content .single .showImg img {
    width: 100px;
    height: 100px;
    margin-bottom: 39px;
}

.wrap1 .container .content .single p {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(49, 49, 49, 1);
}

.wrap1 .container .content .single p:last-child {
    margin-bottom: 0;
}


/* */

.wrap2 .container .content1 .content-container {
    display: inline-block;
    width: 100%;
    margin-bottom: 58px;
}

.wrap2 .container .content1 .content-container:last-child {
    margin-bottom: 0;
}

.wrap2 .container .content1 .content-container .left,
.wrap2 .container .content1 .content-container .right {
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 63px 0 63px 55px;
    width: 541px;
}

.wrap2 .container .content1 .content-container .showImg {
    margin-top: 5px;
}

.wrap2 .container .content1 .content-container .left img,
.wrap2 .container .content1 .content-container .right img {
    width: 98.4px;
    height: 98.4px;
}

.wrap2 .container .content1 .content-container .showDesc {
    text-align: left;
    margin-left: 52px;
}

.wrap2 .container .content1 .content-container .showDesc h5 {
    /*margin-bottom: 62px;*/
    width: 283px;
    box-sizing: border-box;
    padding-bottom: 34px;
    border-bottom: 2px solid rgba(245,247,250,1);
    font-size: 20px;
    font-family: Adobe Heiti Std R;
    font-weight: normal;
    color: rgba(28, 30, 34, 1);
    margin-bottom: 30px;
}

.wrap2 .container .content1 .content-container .showDesc p {
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: rgba(46, 49, 57, 1);
    line-height: 24px;
}
.lineMargin{
    margin-bottom: 40px !important;
}