.slide {
    position: relative;
    width: 100%;
    height: 480px;
    background-color: #346EFE;
}

.slideImg {
    display: block;
    width: 100%;
    height: 100%;
}

.center-box {
    max-width: 1440px;
    width: 1420px;
    min-width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
}

.bg-img {
    width: 250px;
    height: 100px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
    z-index: 0;
}

    .bg-img img {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

.text-center {
    padding: 0 215px;
}

    .text-center:after {
        content: "";
        display: table;
        clear: both;
    }
/* .img-row {
  display: inline-block;
  width: 27%;
  height: auto;
  background: #FFFFFF;
  border: 1px solid #E4E7F2;
  box-shadow: 0 2px 60px 3px rgba(0,0,0,0.08);
  border-radius: 20px;
} */
a {
    text-decoration: none;
    color: #FFFFFF;
}

._mask {
    position: absolute;
    min-width: 1420px;
    background: url(/images/slideMask.png) no-repeat bottom;
    background-size: cover;
    height: 60px;
    bottom: -4px;
    width: 100%;
}

.img-row {
    display: inline-block;
    width: 270px;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #E4E7F2;
    box-shadow: 0 2px 60px 3px rgba(0,0,0,0.08);
    border-radius: 20px;
}

    .img-row > img {
        display: block;
        width: 110px;
        height: 110px;
        margin: 60px auto 30px;
    }

    .img-row h3 {
        font-size: 22px;
        margin: 0;
        font-weight: 600;
        color: #24283D;
        text-align: center;
    }

    .img-row h4 {
        opacity: 0.6;
        font-size: 14px;
        margin: 10px 0 40px;
        color: #24283D;
        letter-spacing: 0;
        text-align: center;
        line-height: 28px;
    }

    .img-row p {
        display: block;
        width: 180px;
        height: 40px;
        line-height: 40px;
        color: #205CEE;
        text-align: center;
        margin: 0 auto 35px;
    }

        .img-row p > img {
            display: inline-block;
            width: 175px;
            height: 19px;
        }

    .img-row button {
        display: inline-block;
        width: 100%;
        height: 100%;
        background: #336EFF;
        border-radius: 100px;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0.89px;
        text-align: center;
        line-height: 30px;
        border: none;
    }

.bg-img1 {
    width: 420px;
    height: 100px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 60px;
}

    .bg-img1 img {
        width: 100%;
        height: 100%;
    }

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.ml-100 {
    margin-left: 100px;
}

.jzy-title {
    font-size: 16px;
    color: #4E546D;
    line-height: 28px;
    text-align: center;
}

.jzy-bg-swhz {
    width: 100%;
    height: 692px;
    background-image: url(/images/AboutUs/bg_swhz_bg.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: -50px;
}

    .jzy-bg-swhz > p {
        opacity: 0.6;
        font-size: 16px;
        color: #4E546D;
        letter-spacing: 0;
        text-align: center;
        line-height: 28px;
    }

.jzyForm {
    width: 400px;
    margin: 0 auto;
    padding: 30px;
    background: #FFFFFF;
    border: 1px solid #E4E7F2;
    box-shadow: 0 2px 60px 3px rgba(0,0,0,0.08);
    border-radius: 20px;
    box-sizing: border-box;
}

form > label {
    font-size: 18px;
    color: #24283D;
    line-height: 28px;
}

form > input {
    width: 100%;
    font-size: 14px;
    color: #24283D;
    height: 30px;
    margin-bottom: 14px;
    line-height: 30px;
    border: none;
    border-bottom: 1px solid #EAEEF4;
}

form > textarea {
    width: 100%;
    font-size: 14px;
    padding-left: 10px;
    color: #24283D;
    border: none;
    background: #FCFCFC;
    border: 1px solid #EAEEF4;
    border-radius: 10px;
    box-sizing: border-box;
    resize: none;
}

input[type=button] {
    opacity: 1;
    width: 100%;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 14px;
    color: #FFFFFF;
    background: #336EFF;
    border-radius: 100px;
    border: none;
}

    input[type=button]:focus {
        outline: 0;
    }

input.disabled {
    background-color: #CCC !important;
}

.jzyForm .success-image {
    text-align: center;
    box-sizing: border-box;
}

.success-image img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 34px auto 107px;
}

.success-image h2 {
    font-size: 26px;
    color: #24283D;
    line-height: 28px;
    margin-bottom: 120px;
    font-weight: normal;
}

.success-image h4 {
    font-weight: normal;
    opacity: 0.6;
    font-size: 16px;
    color: #24283D;
    line-height: 28px;
}

.bgColor {
    border-bottom: 1px solid #F35D4D;
}

.bgColor-textarea {
    border: 1px solid #F35D4D;
}

button:focus {
    outline: 0;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}
/*默认的placeholder文字颜色*/
::-webkit-input-placeholder {
    color: #808080;
    opacity: 0.4;
}
/* 自定义class change来区分不同input下的颜色改变 */
input.change::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #F35D4D;
}

input.change:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #F35D4D;
}

input.change::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #F35D4D;
}

input.change:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #F35D4D;
}

textarea.change::-webkit-input-placeholder {
    color: #F35D4D;
}

textarea.change:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #F35D4D;
}

textarea.change::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #F35D4D;
}

textarea.change:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #F35D4D;
}

body {
    margin: 0;
    padding: 0;
}
