body {
    min-width: 1280px;
}
#main {
    overflow: hidden;
}
#main .main {
    position: relative;
    z-index: 9;
    float: left;
    width: 906px;
}
#header {
    box-shadow: 0 0 6px 0 rgba(6,0,1,0.25);
}
#header_fixed{
    position: fixed;
    top: 0;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.header{
    z-index: 99;
    width: 100%;
}
#service,
#advantage,
#process {
    padding: 80px 0 60px;
}
#service .title,
#advantage .title,
#process .title {
    position: relative;
    height: 64px;
    margin: 0 auto;
}
#service .title .en,
#advantage .title .en,
#process .title .en {
    position: absolute;
    left: 50%;
    top: 0;
    line-height: 64px;
    font-weight: 700;
    font-size: 84px;
    color: #3356BE;
    opacity: 0.1;
}
#service .title h2,
#advantage .title h2,
#process .title h2 {
    padding-top: 12px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #111;
}
#service .title h2 span,
#advantage .title h2 span,
#process .title h2 span {
    color: #3356BE;
}
/* 标准特色定制服务 start */
#service {
    background: #fff;
}
#service .title {
    width: 420px;
}
#service .title .en {
    margin-left: -210px;
}
#service .tags {
    overflow: hidden;
    margin: -6px -10px;
    padding: 46px 0;
}
#service .tags li {
    float: left;
    margin: 6px 10px;
}
#service .tags li a {
    display: block;
    width: 142px;
    height: 36px;
    padding: 0 10px;
    line-height: 36px;
    background: #EEE;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#service .tags li a.active,
#service .tags li a:hover {
    background: #3356BE;
    color: #fff;
}
#service .info {
    overflow: hidden;
}
#service .info dl {
    float: left;
}
#service .info dl dt h3 {
    line-height: 38px;
    font-weight: 700;
    font-size: 38px;
    color: #000;
}
#service .info dl dd.subtitle {
    padding: 38px 0 32px;
    font-weight: 700;
    font-size: 16px;
    color: #3356BE;
}
#service .info dl dd.nature {
    width: 800px;
    line-height: 36px;
    font-size: 14px;
    color: #727F9C;
}
#service .info dl dd strong {
    color: #000;
}
#service .info .img {
    float: right;
}
#service .info .img img {
    max-width: 460px;
}
/* 标准特色定制服务 end */
/* 平台优势 start */
#advantage {
    padding-bottom: 74px;
    background: #F2F5F9;
}
#advantage .title {
    width: 570px;
}
#advantage .title .en {
    margin-left: -285px;
}
#advantage ul {
    overflow: hidden;
    margin-top: 92px;
}
#advantage ul li {
    float: left;
    width: 25%;
    text-align: center;
}
#advantage ul li strong {
    display: block;
    margin: 34px 0 25px;
    line-height: 22px;
    font-size: 22px;
    color: #000;
}
#advantage ul li small {
    display: block;
    width: 238px;
    margin: 0 auto;
    line-height: 24px;
    font-size: 14px;
    color: #727F9C;
}
/* 平台优势 end */
/* 服务流程 start */
#process {
    padding-bottom: 130px;
    background: #fff;
}
#process .title {
    width: 400px;
}
#process .title .en {
    margin-left: -200px;
}
#process ul {
    overflow: hidden;
    margin-top: 100px;
}
#process ul li {
    position: relative;
    float: left;
    text-align: center;
    width: 25%;
}
#process ul li i {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    background: #3356BE;
    border-radius: 50%;
    text-align: center;
    font-size: 36px;
    color: #fff;
}
#process ul li strong {
    display: block;
    padding: 22px 0;
    font-size: 18px;
    color: #111;
}
#process ul li small {
    display: block;
    width: 198px;
    margin: 0 auto;
    line-height: 24px;
    font-size: 14px;
    color: #727F9C;
}
#process ul li em {
    position: absolute;
    top: 18px;
    left: 300px;
    font-size: 42px;
    color: #ddd;
}
/* 服务流程 end */
/* 咨询表单 start */
#consult {
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
}
#consult_form {
    width: 622px;
    height: 506px;
    margin: 66px auto 120px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    border-radius: 12px;
}
#consult_form .title {
    padding: 0 0 24px;
}
#consult_form .title strong {
    display: block;
    padding: 20px 0 15px;
    text-align: center;
    line-height: 18px;
    font-size: 18px;
    color: #222;
}
#consult_form .title small {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #727F9C;
}
#consult_form .form-group {
    overflow: hidden;
    padding: 0 32px;
}
#consult_form .form-group dt {
    float: left;
    width: 120px;
    line-height: 36px;
    text-align: right;
    font-size: 14px;
    color: #666;
}
#consult_form .form-group dt i {
    color: #f00;
}
#consult_form .form-group dd {
    position: relative;
    float: left;
}
#consult_form .form-group dd input {
    float: left;
    width: 400px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    outline: none;
}
#consult_form .form-group dd textarea {
    float: left;
    width: 400px;
    height: 64px;
    line-height: 24px;
    padding: 6px 10px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    outline: none;
    resize: none;
}
#consult_form .form-group dd select {
    width: 422px;
    height: 38px;
    padding: 0 8px;
    border-radius: 5px;
    border: 1px solid #ddd;
    outline: none;
    cursor: pointer;
}
#consult_form .form-group dd.error {
    width: 422px;
    height: 22px;
    line-height: 22px;
    padding: 0 0 0 120px;
    text-align: left;
    font-size: 12px;
    color: #f00;
}
#consult_form .btns {
    text-align: center;
}
#consult_form .btns .btn {
    width: 148px;
    height: 38px;
    line-height: 38px;
    margin: 0 10px;
    outline: none;
    border: 1px solid #3356BE;
    background: #3356BE;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
/* 咨询表单 end */
#footer {
    position: relative;
    z-index: 1;
    margin-top: -84px;
}
/* 提示弹窗 start */
.layer-tip-success {
    border-radius: 12px !important;
    overflow: hidden;
}
.layer-tip-success .layui-layer-title {
    padding: 24px 0 10px !important;
    border-bottom: 0 !important;
    text-align: center !important;
    font-weight: 700;
    font-size: 18px;
    color: #000 !important;
}
.layer-tip-success .desc {
    padding: 10px 28px 20px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}
.layer-tip-success .btns{
    text-align: center;
}
.layer-tip-success-close .btns {
    padding: 24px 0 0;
}
.layer-tip-success-forbid .btns {
    padding: 30px 0 0;
}
.layer-tip-success .btns a.btn {
    display: inline-block;
    width: 132px;
    height: 38px;
    line-height: 38px;
    margin: 0 10px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.layer-tip-success .btns a.btn-confirm {
    border-color: #3356BE;
    background: #3356BE;
    color: #fff;
}
/* 提示弹窗 end */