body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "microsoft yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header {
    width: 100%;
    height: 540px;
    display: flex;
    justify-content: center;
    background-image: url("../img/banner01.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-color: white;
}
.header, .row-content {
    width: 1260px;
}
.header {
    height: inherit;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-flow: wrap;
}
.logo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 16px;
    flex-basis: 50%;
}
.logo img{
    width: 46px;
    height: 44px;
}
.logo h3 {
    color: white;
    font-size: 22px;
    margin: 0 0 0 10px !important;
    font-weight: 500;
}
.header-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-top: 16px;
    flex-basis: 50%;
}
.header-btn {
    color:white;
    border-radius: 10px;
    text-decoration: none;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    margin-left: 20px;
}
.header-btn-primary {
    /*background-color: #FBC002;*/
    /*border: 1px solid #FBC002;*/
    background-color: #FF9E3F;
    border: 1px solid #FF9E3F;
}
.header-btn-primary:hover {
    /*background-color: #FECD30;*/
    /*border: 1px solid #FECD30;*/
    background-color: #FFB244;
    border: 1px solid #FFB244;
}
.header-btn-default {
    border: 1px solid white;
}
.header-btn-default:hover {
    background-color: #FBFBFB;
    border: 1px solid #FBFBFB;
    color: #0f0f0f;
}

.header-title {
    color: white;
    margin-top: 120px;
    flex-basis: 100%;
}
.header-title b {
    display: block;
    width: 125px;
    height: 6px;
    background-color: white;
}
.header-title .title {
    font-size: 60px;
    font-weight: 500;
    margin-top: 10px;
    display: block;
}
.header-title p {
    font-size: 24px;
}

.header-icon {
    flex-basis: 80%;
    margin-left: 10%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-self: center;
    margin-top: 150px;
}
.header-icon .header-icon-e {
    box-shadow: 0 3px 15px 2px #dddddd;
    position: relative;
}
.header-icon .header-icon-e span {
    position: absolute;
    bottom: 12px;
    display: block;
    color: #1296db;
    width: 100%;
    text-align: center;
}

.main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 260px;
    padding-bottom: 60px;
}

.main .row {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .row .row-bg-l {
    z-index: 1;
    position: absolute;
    width: 40%;
    height: 60%;
    top: 20%;
    left: 0;
    background-color: #eaeeef;
}
.main .row .row-content {
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.main .row .row-content .row-index {
    margin:0 10px;
}
.main .row .row-content .row-index img {
    height: 280px;
}
.main .row .row-content .row-phone {
    margin:0 10px;
}
.main .row .row-content .row-detail {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 50px;
    top: 100px;
}
.main .row .row-content .row-detail dt {
    color: #1296db;
    font-size: 28px;
    border: 2px solid #1296db;
    border-radius: 28px;
    padding: 6px 38px;
    font-weight: 600;
}
.main .row .row-content .row-detail dd {
    color: #1296db;
    margin: 13px 0;
    font-size: 18px;
    background-image: url(../img/arrow.png);
    background-size: 26px 20px;
    background-repeat: no-repeat;
    background-position: 5px 3px;
    padding-left: 40px;
}

.main .row2 {
    margin-top: 100px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .row2 .row-index {
    margin: 0 !important;
}
.main .row2 .row-index img {
    height: 280px;
}
.main .row2 .row-content {
    z-index: 2;
    height: 400px;
    margin-left: 500px;
    background-color: #eaeeef;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main .row2 .row-content .row-detail {
    display: flex;
    flex-direction: column;
    margin-left: 368px;
}
.main .row2 .row-content .row-detail dt {
    color: #666;
    font-size: 28px;
    border: 2px solid white;
    border-radius: 28px;
    padding: 6px 38px;
    font-weight: 600;
}
.main .row2 .row-content .row-detail dd {
    color: #666;
    margin: 13px 0;
    font-size: 18px;
    background-image: url(../img/arrow02.png);
    background-size: 26px 20px;
    background-repeat: no-repeat;
    background-position: 5px 3px;
    padding-left: 40px;
}

.main .row2 .row-bg-r {
    z-index: 1;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    background-color: #eaeeef;
}

.main .row3 {
    margin-top: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.main .row3 .row-content {
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.main .row3 .row-bg-r {
    z-index: 1;
    position: absolute;
    width: 51%;
    height: 60%;
    top: 20%;
    right: 0;
    background-color: #eaeeef;
}
.main .row3 .row-content .row-index {
    margin-left: 130px;
}
.main .row3 .row-content .row-index img {
    height: 280px;
}
.main .row3 .row-content .row-phone {
    margin:0 !important;
}
.main .row3 .row-content .row-detail {
    display: flex;
    flex-direction: column;
}
.main .row3 .row-content .row-detail dt {
    color: #1296db;
    font-size: 28px;
    border: 2px solid #1296db;
    border-radius: 28px;
    padding: 6px 38px;
    font-weight: 600;
}
.main .row3 .row-content .row-detail dd {
    color: #1296db;
    margin: 13px 0;
    font-size: 18px;
    background-image: url(../img/arrow.png);
    background-size: 26px 20px;
    background-repeat: no-repeat;
    background-position: 5px 3px;
    padding-left: 40px;
}

.main .row4 {
    margin-top: 100px;
}
.main .row4 .row-index, .main .row4 .row-phone {
    margin: 0 !important;
}

.right-fixer {
    z-index: 100;
    position: fixed;
    right: 30px;
    top: 300px;
    background-color: white;
    box-shadow: 0 2px 2px 0 #aaa;
    border-radius: 4px;
}
.right-fixer .fixer-sy {
    width: 90px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FF9E3F;
    color: white;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.right-fixer .fixer-sy:hover {
    background-color: #FFB244;
}
.right-fixer .fixer-sy img {
    width: 50px;
    height: 50px;
}
.right-fixer .fixer-sy span {
    color: white;
    display: inline-block;
    margin: 0;
    font-size: 14px;
}
.right-fixer .fixer-me{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #555555;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.right-fixer .fixer-me img {
    width: 90px;
    height: 90px;
}
.right-fixer .fixer-me span {
    display: inline-block;
    margin: 0 0 8px 0;
    font-size: 14px;
}

.form-sy {
    color: #444;
    padding: 15px 30px;
    background-color: white;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.form-sy h3 {
    width: 100%;
    text-align: center;
    border-bottom: 3px solid #1296db;
    margin: 0;
    padding: 0 0 15px;
    font-weight: 500;
    color: #444;
}
.form-sy label {
    font-size: 15px;
    padding: 15px 0 10px;
}
.form-sy input {
    border: 1px solid #aaa;
    padding: 0 12px;
    background-color: white;
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    box-sizing: border-box;
}
.form-sy input:focus {
    border: 1px solid #1296db;
    background-color: whitesmoke;
}
.form-sy div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-sy div input {
    width: 60%;
}
.form-sy div button {
    background-color: white;
    padding: 10px 15px;
    color: #1296db;
    border: 1px solid #1296db;
    border-radius: 6px;
    width: 36%;
    cursor: pointer;
    text-align: center;
}
.form-sy div button.disable {
    border: 1px solid #aaa;
    color: #aaa;
    background-color: whitesmoke;
}
.form-sy a {
    width: 100%;
    background-color: #1296db;
    border: 1px solid #1296db;
    border-radius: 10px;
    margin: 20px 0 15px;
    color: whitesmoke;
    height: 45px;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-sy a:hover {
    background-color: #25a6e9;
    border: 1px solid #25a6e9;
}

footer {
    width: 100%;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: url("../img/footerbg.png") 0 0 repeat-x;
}

footer .row-content {
    height: 100%;
    display: flex;
    justify-content: flex-start;
}
footer .row-content .info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
footer .row-content .info p {
    color: white;
    margin: 50px 0 8px 0;
}
footer .row-content .info a {
    color: white;
    text-decoration: none;
}
footer .row-content .qrcode {
    display: flex;
    margin: 30px 0 0 300px;
}
footer .row-content .qrcode div {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-size: 13px;
    margin: 0 20px;
}
footer .row-content .qrcode div img {
    width: 100px;
    height: 100px;
}
footer .row-content .qrcode div span {
    display: inline-block;
    margin-top: 5px;
}
