.center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(-50%);
}

.mainbg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -1;
    background-color: #e4ecf0;
}

.mainbg img {
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -1
}

/* 文字竖排 */
span.vertical {
    display: block;
    width: 14px;
    font-size: 14px;
    color: #333333;
    position: absolute;
    /*font-weight: bold;*/
    left: 20%;
}

span.vertical:hover {
    color: #9d2933;
}

span.selected {
    color: #9d2933;
    font-weight: bold;
    top: 0px;
}

.selectedTab {
    background-color: #9d2933;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

a.selectedTab {
    color: #FFFFFF;
}

.hoverTab {
    color: #333333;
}

.hoverTab:hover {
    color: #FFFFFF;
    background-color: #9d2933;
}

.slTab {
    text-align: center;
    color: #333333;
    font-size: 12px;
    padding: 5px 0;
}

.slTab:hover {
    text-align: center;
    background-color: #9d2933;
}

.unS {
    color: #333333;
}

.unS:hover {
    color: #FFFFFF;
}

/* 竖分隔线 */
div.verSepLine {
    height: 37px;
    width: 1px;
    border-left: 1px darkgray solid
}

/* 注册登录文字 */
a.register {
    font-size: 15px;
    color: dimgray;
}

div.newsbook {
    height: 500px;
    background-image: url(../../common/images/news_book.png);
    background-size: 100% 100%;
}

div.red {
    font-size: 15px;
    color: #9d2933;
}

.tilt_red {
    font-size: 15px;
    color: #9d2933;
}

.tilt_black {
    font-size: 15px;
    color: #333333;
}

.tilt_black:hover {
    color: #9d2933;
}

span.firstname {
    font-size: 40px;
    color: papayawhip;
}

.firstnameP {
    font-size: 40px;
    color: papayawhip;
    margin-left: 33px;
}

div.loginmain {
    position: fixed;
    padding-top: 100px;
    top: 80px;
    bottom: 80px;
    width: 100%;
    background-image: url(../../common/images/login_bg.jpg);
    background-size: 100% 100%;
}

div.loginbg {
    width: 400px;
    height: auto;
    padding-bottom: 17px;
    background-image: url(../../common/images/login_input_bg.png);
    background-size: 100% 100%;
}

div.logintitle {
    padding: 10px;
    background-color: #9d2933;
    color: white;
    font-size: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

input.fwindow {
    /*width: 100%;*/
    height: 30px;
    padding-left: 10px;
    background-image: url(../../common/images/input.png);
    background-size: 100% 100%;
    width: 280px;
    border: none;
    margin-top: 4px;
}

button.login {
    width: 97%;
    height: 40px;
    background: #c5966c;
    border-radius: 5px;
    color: white;
    border: none;
    font-size: 16px;
}

button.verification-code {
    position: absolute;
    width: max-content;
    height: 34px;
    background: #c5966c;
    border-radius: 5px;
    color: white;
    border: none;
    font-size: 12px;
}


div.registermain {
    position: fixed;
    top: 80px;
    bottom: 80px;
    width: 100%;
    background-image: url(../../common/images/register_bg.jpg);
    background-size: 100% 100%;
}

div.registerbg {
    width: 100%;
    height: 480px;
    background-image: url(../../common/images/login_input_bg.png);
    background-size: 100% 100%;
}

div.registertitle {
    padding: 10px;
    background-color: #9d2933;
    color: white;
    font-size: 15px;
    margin-left: 3.5%;
    margin-right: 3.4%;
}

div.registerform {
    width: 400px;
}

div.form-group-margin {
    margin-bottom: 10px;
}

/*弹框共通样式*/
.mask {
    width: 100%;
    height: 100%;
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
}

.pop {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    border-radius: 5px;
    /*box-shadow: 0px 0px 10px 2px #828282;*/
}

.popTitle {
    width: 100%;
    height: 38px;
    background-color: #9D2932;
    border-radius: 5px 5px 0 0;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    float: right;
}

.popBody {
    position: absolute;
    top: 45px;
    bottom: 70px;
    width: 100%;
}

.popButton {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 70px;
    border-radius: 0 0 5px 5px;
}

.saveButton {
    background: url(../images/save.png);
    width: 100px;
    height: 36px;
    cursor: pointer;
    /*margin: 0 auto;*/
    float: right;
    margin-right: -35px;
}

.saveButton:hover {
    background: url(../images/save_on.png);
}

.confirmButton {
    background: url(../images/confirm.png);
    width: 80px;
    height: 30px;
    cursor: pointer;
    float: right;
}

.confirmButton:hover {
    background: url(../images/confirm_on.png);
}

.resetButton {
    background: url(../images/reset.png);
    width: 100px;
    height: 36px;
    cursor: pointer;
    float: left;
}

.resetButton:hover {
    background: url(../images/reset_on.png);
}

.cancelButton {
    background: url(../images/cancel.png);
    background-size: 100% 100%;
    width: 80px;
    height: 36px;
    cursor: pointer;
    float: left;
    margin-left: 40px;
}

.cancelButton:hover {
    background: url(../images/cancel_on.png);
    background-size: 100% 100%;
}

.radio {
    background: url(../images/radio.png);
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 2px 10px;
    float: left;
}

.radio_on {
    background: url(../images/radio_on.png);
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 2px 10px;
    float: left;
}

.parent {
    margin: 50% auto 0 auto;
}

.our {
    display: inline;
}

.ourMenu {
    top: 50px;
    min-width: 50px;
    padding: 0px;
    border: 0px;
    position: absolute;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    display: block;
}

a {
    cursor: pointer;
}

.connection {
    width: 270px;
    position: absolute;
    left: 50%;
    top: 37%;
    font-family: initial;
}

.team_message {
    width: 80%;
    height: 50%;
    position: absolute;
    left: 160px;
    bottom: 32%;
    overflow: hidden;
}

.team_back {
    width: 35%;
    height: 50%;
    left: 30%;
    position: absolute;
    bottom: 10%;
}

.team_font {
    width: 500px;
    height: 250px;
    left: 30%;
    position: absolute;
    bottom: 10%;
    background: url("../images/team_message.png");
    background-size: 100% 100%;
    padding: 20px;
}

.team {
    position: absolute;
    top: 58%;
    left: 15%;
    right: 20%;
    font-family: initial;
}

.tel {
    font-size: 175%;
    color: #9d2933;
    font-family: '隶书';
}

.infoDetail {
    font-size: 12px;
    margin-bottom: 5px;
}

/*案例动画*/
.service-wrap {
    position: absolute;
    top: 0;
    width: 96%;
    height: 100%;
    max-height: 570px;
    overflow: hidden;
}

.service {
    position: absolute;
    top: 0
}

.service-item {
    padding: 10px;
}

.service-item .s-item-img {
    position: relative;
    text-align: center;
    padding-right: 95px;
}

.service-item img {
    position: absolute;
    width: 90px;
    height: 90px;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

.s-item-img img:last-child {
    opacity: 0;
}

.s-item-img:hover img:first-child {
    opacity: 0;
}

.s-item-img:hover img:last-child {
    opacity: 1;
}

.s-item-con {
    padding-top: 110px;
}

.s-item-con h3 {
    font-size: 18px;
    color: #292929;
    padding-top: 6px;
    margin: 0;
    text-align: center;
}

.s-item-con p {
    font-size: 14px;
    color: #656565;
    margin: 26px 0;
    line-height: 19px;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.teamName {
    word-wrap: break-word;
    font-size: 17px;
    color: #9d2933;
}

.teamP {
    word-wrap: break-word;
    font-size: 14px;
    color: #333333;
    margin-top: -48px;
    display: block;
    margin-left: -22px;
}

.teamWord {
    word-wrap: break-word;
}

.teamPic {
    width: 100%;
    padding-bottom: 20px
}

/* 全局提示--start */
.messageBox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: fixed;
    top: 16px;
    left: 0;
    z-index: 1010;
    width: 100%;
    pointer-events: none;
}

.messageBox .msg-content-box {
    padding: 8px;
    text-align: center;
}

.messageBox .msg-content-box:first-child {
    margin-top: -8px;
}

.messageBox .move-up-enter {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    -webkit-animation-name: antMoveUpIn;
    animation-name: antMoveUpIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes antMoveUpIn {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1
    }
}

@keyframes antMoveUpIn {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1
    }
}

.messageBox .move-up-leave {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-timing-function: cubic-bezier(.6, .04, .98, .34);
    animation-timing-function: cubic-bezier(.6, .04, .98, .34);
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
    -webkit-animation-name: MessageMoveOut;
    animation-name: MessageMoveOut;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

@-webkit-keyframes MessageMoveOut {
    0% {
        max-height: 150px;
        padding: 8px;
        opacity: 1
    }

    100% {
        max-height: 0;
        padding: 0;
        opacity: 0
    }
}

@keyframes MessageMoveOut {
    0% {
        max-height: 150px;
        padding: 8px;
        opacity: 1
    }

    100% {
        max-height: 0;
        padding: 0;
        opacity: 0
    }
}

.messageBox .msg-content {
    display: inline-block;
    padding: 8px 16px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    pointer-events: all;
    font-size: 0;
    min-width: 216px;
    text-align: center;
}

.messageBox .msg-content .msg-anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -8px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 25px;
    height: 25px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/message/info.png);
    position: relative;
    margin-right: 7px;
}

.messageBox .msg-content .msg-txt {
    font-size: 13px;
    color: #27A4FF;
}

/* 成功 */
.messageBox .msg-content.msg-success {
    background: #1ac9b7;
}

.messageBox .msg-content.msg-success .msg-anticon {
    background-image: url(../images/message/success.png);
}

.messageBox .msg-content.msg-success .msg-txt {
    color: #fff;
    font-size: 18px;
    font-family: Microsoft YaHei;
}

/* 失败 */
.messageBox .msg-content.msg-error {
    background: #FFE9EF;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.57);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.57);
}

.messageBox .msg-content.msg-error .msg-anticon {
    background-image: url(../images/message/error.png);
}

.messageBox .msg-content.msg-error .msg-txt {
    color: #FB4949;
}

/* 提示 */
.messageBox .msg-content.msg-info {
    background: #E8F4FF;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.57);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.57);
}

.messageBox .msg-content.msg-info .msg-anticon {
    background-image: url(../images/message/info.png);
}

.messageBox .msg-content.msg-info .msg-txt {
    color: #27A4FF;
}

/* 终止 */
.messageBox .msg-content.msg-warning {
    background: #c11b1a;
}

.messageBox .msg-content.msg-warning .msg-anticon {
    background-image: url(../images/message/warning.png);
}

.messageBox .msg-content.msg-warning .msg-txt {
    color: #fff;
    font-size: 18px;
    font-family: Microsoft YaHei;
}

/* 全局提示--end */

@media only screen and (min-width:1600px) {
    div.registerbg {
        margin-top: 10%;
        width: 100%;
        height: 480px;
        background-image: url(../../common/images/login_input_bg.png);
        background-size: 100% 100%;
    }
}

@media only screen and (max-width:1600px) {
    div.newsbook {
        margin-top: 2%;
        height: 500px;
        background-image: url(../../common/images/news_book.png);
        background-size: 100% 100%;
    }
}

@media only screen and (min-width:1720px) {
    div.newsbook {
        margin-top: 10%;
        height: 500px;
        background-image: url(../../common/images/news_book.png);
        background-size: 100% 100%;
    }
}

@media only screen and (max-width:1600px) {
    div.parent {
        margin-top: 40%;
    }

}