.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.subtitle {
    height: 60px;
    line-height: 60px;
    font-size: 46px;
    text-align: center;
    font-size: #333;
    margin-top: 60px;
}

.subtitle-des {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #999;
    text-align: center;
}

/* banner */
.banner {
    height: 400px;
    background: url(../../images/cms/banner.jpg) no-repeat center center;
    position: relative;
}

.banner .w1200 {
    position: relative;
    height: 100%;
}

.banner .w1200 a {
    padding: 10px 20px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -80px;
    color: #fff;
}

.banner .w1200 a:hover {
    color: #fff;;
    background: rgba(228, 96, 101, 1);
}

/* 功能介绍 */
.introduction {
    height: 740px;
    position: relative;
    background: rgba(244, 244, 244, 1);
    padding-top: 40px;
}

.introduction .introdection-content {
    height: 500px;
    margin: 60px auto;
    position: relative;

}

.introduction .introdection-content .content-left {
    width: 400px;
    height: 280px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    padding: 40px;
    margin-top: 20px;

}

.introduction .introdection-content .content-right {
    width: 400px;
    height: 280px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    padding: 40px;
    margin-top: 20px;
    border: 1px solid #fff;
}

.introduction .introdection-content .box img {
    width: 130px;
    height: 130px;
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -75px;
}

.introduction .introdection-content .box .title {
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin: 20px;
    margin-top: 60px;
}

.introduction .introdection-content .box .txt {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.introduction .introdection-content .box a {
    height: 20px;
    line-height: 20px;
    padding: 10px 20px;
    background: #fff;
    font-size: 16px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 20px;
    cursor: pointer;
    text-decoration: none;
}

.introduction .introdection-content .content-left a {
    color: rgba(119, 124, 189, 1);
    border: 1px solid rgba(119, 124, 189, 1)
}

.introduction .introdection-content .content-left .title {
    color: rgba(119, 124, 189, 1);
}

.introduction .introdection-content .content-left a:hover {
    color: #fff;
    border: 1px solid rgba(119, 124, 189, 1);
    background-color: rgba(119, 124, 189, 1);
}

.introduction .introdection-content .content-right a {
    color: rgba(228, 96, 101, 1);
    border: solid 1px rgba(228, 96, 101, 1);
}

.introduction .introdection-content .content-right .title {
    color: rgba(228, 96, 101, 1);
}

.introduction .introdection-content .content-right a:hover {
    color: #fff;
    border: 1px solid rgba(228, 96, 101, 1);
    background-color: rgba(228, 96, 101, 1);
}

/* 更多功能介绍 */
.morefunction-content .row {
    height: 300px;
    position: relative;
    overflow: hidden;
}

.morefunction-content .row img {
    width: 352px;
    height: 252px;
    display: none;

}

.morefunction-content .row .des {
    width: 352px;
    height: 260px;
}

.morefunction-content .row:nth-child(odd) img {
    position: absolute;
    top: 20px;
    left: -500px;
}

.morefunction-content .row:nth-child(even) img {
    position: absolute;
    top: 20px;
    right: -500px;
}

.morefunction-content .row:nth-child(odd) .des {
    position: absolute;
    top: 20px;
    right: 100px;
}

.morefunction-content .row:nth-child(even) .des {
    position: absolute;
    top: 20px;
    left: 100px;
}

.morefunction-content .row .des .title {
    font-size: 30px;
    color: #333;
    height: 40px;
    line-height: 40px;
    margin: 20px;
    margin-top: 80px;
}

.morefunction-content .row .des .txt {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

/* 高品质模板 */
.templatebox {
    height: 780px;
    margin-top: 60px;
    background: rgba(244, 244, 244, 1);
    position: relative;
    padding-top: 40px;
}

.templatebox-content ul {
    position: relative;
    height: 630px;
    margin-top: 40px;
}

.templatebox-content ul li {
    position: relative;
    width: 370px;
    height: 240px;
    float: left;
    margin-bottom: 45px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}

.templatebox-content ul li img {
    position: relative;
    width: 370px;
    height: 230px;
    box-sizing: border-box;
}

.templatebox-content ul li:nth-child(2),
.templatebox-content ul li:nth-child(5) {
    margin-left: 45px;
    margin-right: 45px;
}

/* 优势 */
.advantage-content {
    position: relative;
    height: auto;
}

.advantage-content ul {
    position: relative;
    height: 630px;
    margin-top: 40px;
}

.advantage-content ul li {
    position: relative;
    width: 580px;
    height: 160px;
    float: left;
    margin-bottom: 45px;
    box-sizing: border-box;
}

.advantage-content ul li img {
    position: relative;
    width: 580px;
    height: 160px;
    box-sizing: border-box;
}

.advantage-content ul li:nth-child(odd) {
    margin-right: 40px;
}

.rt-float {
    position: fixed;
    right: 0;
    top: 50%;
    height: 300px;
    margin-top: -150px;
    z-index: 1000;
}

.rt-float .rt-float-close {
    width: 86px;
}

.rt-float .rt-float-close img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.rt-float .rt-float-btn {
    position: relative;
    width: 86px;
    height: 80px;
    border-radius: 3px;
    background-color: #d6d6d6;
    margin-top: 16px;
    cursor: pointer;
}

.rt-float .rt-float-btn span {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 8px;
    text-align: center;
}

.rt-float .rt-float-btn:hover {
    color: #fff;
}

.rt-float .rt-float-btn:hover.qq {
    background-image: url(../../images/cms/qq1.png);
    background-color: #ff7900;
}

.rt-float .rt-float-btn:hover.phone {
    background-image: url(../../images/cms/phone1.png);
    background-color: transparent;
}

.rt-float .rt-float-btn:hover.phone .phone-active {
    display: block;
}

.rt-float .rt-float-btn:hover.totop {
    background-image: url(../../images/cms/totop1.png);
    background-color: #ff7900;
}

.rt-float .rt-float-btn.qq {
    background: url(../../images/cms/qq.png) no-repeat center 6px;
    background-color: #d6d6d6;
}

.rt-float .rt-float-btn.phone {
    position: relative;
    background: url(../../images/cms/phone.png) no-repeat center 6px;
    background-color: #d6d6d6;
}

.rt-float .rt-float-btn.phone-active {
    display: none;
    background: url(../../images/cms/phone1.png) no-repeat 137px 6px;
    background-color: #ff7900;
    width: 200px;
    position: absolute;
    top: -16px;
    right: 0;
    color: #fff;
}

.rt-float .rt-float-btn.phone-active div {
    margin: 20px 0 0 20px;
    line-height: 1.5;
}

.rt-float .rt-float-btn.totop {
    background: url(../../images/cms/totop.png) no-repeat center 6px;
    background-color: #d6d6d6;
}

.contact-me {
    background: url(../../images/cms/contact_me.jpg) no-repeat center center;
    height: 600px;
    overflow: auto;
}

.contact-me .contact-top {
    color: #fff;
    text-align: center;
    padding-top: 60px;
}

.contact-me .contact-top h1 {
    font-size: 50px;
    line-height: 1.5;
}

.contact-me .contact-form {
    margin: 60px auto;
    display: block;
}

.contact-me .contact-form .contact-input {
    position: relative;
    float: left;
    margin-left: 176px;
    margin-bottom: 56px;
}

.contact-me .contact-form .contact-input .input_error {
    color: #ff4949;
    font-size: 12px;
    line-height: 32px;
    height: 32px;
    position: absolute;
    border: 1px solid #e63d2d;
    padding-left: 40px;
    width: 340px;
    top: 105%;
    left: 0;
    background: url(../../images/cms/input_error.png) no-repeat 10px center;
    background-color: #ffe3e3;
    display: none;
}

.contact-me .contact-form .contact-input .img {
    position: absolute;
    height: 48px;
    width: 120px;
    top: 0;
    right: 0;
}

.contact-me .contact-form .contact-input i {
    position: absolute;
    left: 10px;
    top: 0;
    height: 100%;
    width: 24px;
}

.contact-me .contact-form .contact-input i.icon-uname {
    background: url(../../images/cms/uname.png) no-repeat left center;
}

.contact-me .contact-form .contact-input i.icon-phone {
    background: url(../../images/cms/mobile.png) no-repeat left center;
}

.contact-me .contact-form .contact-input i.icon-company {
    background: url(../../images/cms/house.png) no-repeat left center;
}

.contact-me .contact-form .contact-input i.icon-code {
    background: url(../../images/cms/captcha.png) no-repeat left center;
}

.contact-me .contact-form input {
    width: 334px;
    height: 46px;
    border: 1px solid #ccc;
    padding-left: 45px;
}

.contact-me .contact-footer {
    clear: both;
    text-align: center;
}

.contact-me .contact-footer button {
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #e63d2d;
    border-radius: 3px;
    font-size: 16px;
    width: 190px;
    border: none;
    cursor: pointer;
    outline: none;
}
  