html {
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

b, body, dd, dl, dt, em, h1, h2, h3, h4, h5, i, img, li, ol, p, u, ul {
    margin: 0;
    padding: 0
}

body {
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 1.75;
    color: #272727;
    font-family: Microsoft YaHei, Open Sans, sans-serif, WenQuanYi MicroHei;
    overflow-x: hidden
}

@font-face {
    font-family: 'iconfont';  /* Project id 1671839 */
    src: url('//at.alicdn.com/t/font_1671839_dfkcvjhe808.woff2?t=1622692810991') format('woff2'),
    url('//at.alicdn.com/t/font_1671839_dfkcvjhe808.woff?t=1622692810991') format('woff'),
    url('//at.alicdn.com/t/font_1671839_dfkcvjhe808.ttf?t=1622692810991') format('truetype');
}

@font-face {
    font-family: webfont;
    font-display: swap;
    src: url(//at.alicdn.com/t/webfont_bmh1f0i45wk.eot);
    src: url(//at.alicdn.com/t/webfont_bmh1f0i45wk.eot#iefix) format("embedded-opentype"), url(//at.alicdn.com/t/webfont_bmh1f0i45wk.woff2) format("woff2"), url(//at.alicdn.com/t/webfont_bmh1f0i45wk.woff) format("woff"), url(//at.alicdn.com/t/webfont_bmh1f0i45wk.ttf) format("truetype"), url(//at.alicdn.com/t/webfont_bmh1f0i45wk.svg#%E5%BA%9E%E9%97%A8%E6%AD%A3%E9%81%93%E6%A0%87%E9%A2%98%E4%BD%932) format("svg")
}

/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: "DDRegular";
    font-weight: 400;
    src: url("//at.alicdn.com/wf/webfont/neT5qeuy3vYP/6wxQ_vlE2MctVpge7DrNT.woff2") format("woff2"),url("//at.alicdn.com/wf/webfont/neT5qeuy3vYP/YEEVrROn5hhrBqlp9mfVx.woff") format("woff");
    font-display: swap;
}

.iconfont {
    font-family: iconfont !important;
    font-style: normal;
    font-size: inherit;
    line-height: 1
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 29px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

h5, h6 {
    font-size: 16px
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #272727;
    line-height: 1.5
}

cite, dfn, em, i {
    font-style: italic
}

dd, dl, dt, li, ol, ul {
    list-style-type: none
}

img {
    border: 0;
    height: auto;
    width: 100%;
    max-width: 100%;
    vertical-align: middle
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

input, select, textarea {
    outline: 0;
    font-size: 14px !important
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #888;
    font-size: 14px
}

input:-moz-placeholder, input::-moz-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder {
    color: #888;
    font-size: 14px
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #888;
    font-size: 14px
}

a {
    text-decoration: inherit
}

a, a:visited {
    color: #323232
}

a:focus {
    outline: 0
}

a:active, a:focus, a:hover {
    color: #003778
}

a:active, a:hover {
    outline: 0
}

.custom-button.custom-secondary-button, .custom-button.custom-secondary-button:active, .custom-button.custom-secondary-button:visited {
    background-color: #fff;
    color: #2c3038;
    margin-left: 15px
}

.custom-button.custom-secondary-button:hover {
    background: #003778;
    color: #fff
}

a.more-link {
    border: 2px solid;
    padding: 9px 29px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    cursor: pointer
}

.more-link:after {
    content: "\e602";
    font-family: iconfont !important;
    padding-left: 5px;
    font-size: 11px;
    font-weight: 900
}

.custom-button.custom-default {
    background: #ddd;
    color: #222
}

.custom-button.custom-success {
    background: #0fb661
}

.custom-button.custom-info {
    background: #30b4da
}

.custom-button.custom-warning {
    background: #f0b02f
}

.custom-button.custom-danger {
    background: #ff4f39
}

.custom-button.custom-dark {
    background: #222
}

.custom-button.custom-purple {
    background: #9261c6
}

.custom-button.custom-pink {
    background: #ff6b98
}

.custom-button.custom-danger:hover, .custom-button.custom-dark:hover, .custom-button.custom-default:hover, .custom-button.custom-info :hover, .custom-button.custom-pink:hover, .custom-button.custom-purple:hover, .custom-button.custom-success:hover, .custom-button.custom-warning:hover {
    opacity: .8
}

.custom-button-demo h4 {
    margin-top: 30px;
    margin-bottom: 30px
}

.custom-button.button-large {
    padding: 20px 50px;
    font-size: 20px
}

.custom-button.button-medium {
    padding: 15px 35px
}

button.custom-button.button-extra-small {
    padding: 5px 15px;
    font-size: 13px
}

.custom-button, .custom-button.custom-primary-button, .custom-button.custom-primary-button:visited, .custom-button:visited, a.button {
    transition: all .3s ease 0s;
    background: #003778;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    padding: 10px 35px;
    border: none;
    height: auto;
    width: auto;
    cursor: pointer;
    display: inline-block;
    min-width: 135px;
    text-align: center;
    margin: 0;
    position: relative;
    font-weight: 600;
    vertical-align: middle
}

a.custom-button:before {
    content: "\e624";
    font-family: iconfont !important;
    margin-right: 13px
}

.button-curved, .button-curved .custom-button, .button-curved .custom-button.custom-primary-button:visited, .button-curved .custom-button:visited, .button-curved a.button.custom-button, .button-curved a.button.custom-button:visited .button-curved .custom-button.custom-primary-button, .button-curved a.scrollup, .button-curved input[type=button], .button-curved input[type=reset], .button-curved input[type=submit], a.scrollup:visited {
    border-radius: 50px
}

.button-semi-curved {
    border-radius: 5px
}

.button-circle, .button-circle-enabled .slick-arrow {
    border-radius: 100%
}

.custom-button.custom-primary-button:active, .custom-button.custom-primary-button:focus, .custom-button.custom-primary-button:hover, .custom-button:active, .custom-button:focus, .custom-button:hover {
    background-color: #f90;
    color: #fff;
    box-shadow: 0 2px 7px 0 rgba(255, 102, 0, .54)
}

.clear {
    width: 100%;
    height: 50px;
    clear: both;
    display: block;
    overflow: hidden
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.container {
    width: 1340px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    position: relative
}

.inner-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    position: relative
}

.inner-wrapper:after, .inner-wrapper:before {
    content: " ";
    display: table
}

.inner-wrapper:after {
    clear: both
}

.wrapper-fluid {
    margin: 0;
    padding: 0
}

.col-grid-1, .col-grid-2, .col-grid-3, .col-grid-4, .col-grid-5, .col-grid-6, .col-grid-7, .col-grid-8, .col-grid-9, .col-grid-10, .col-grid-11, .col-grid-12, .col-grid-13, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    margin: 20px 0;
    transition: all .4s ease-in-out 0s
}

.col-grid-0 {
    padding: 0;
    margin: 0
}

.col-grid-sm {
    padding-left: 15px;
    padding-right: 15px
}

.col-grid-1 {
    width: 8.33333%
}

.col-grid-2 {
    width: 16.66667%
}

.col-grid-3 {
    width: 25%
}

.col-grid-4 {
    width: 33.33333%
}

.col-grid-5 {
    width: 41.66667%
}

.col-grid-6 {
    width: 50%
}

.col-grid-7 {
    width: 58.33333%
}

.col-grid-8 {
    width: 66.66667%
}

.col-grid-9 {
    width: 75%
}

.col-grid-10 {
    width: 83.33333%
}

.col-grid-11 {
    width: 91.66667%
}

.col-grid-12 {
    width: 100%
}

.col-grid-13 {
    width: 20%
}

.col-md-10 {
    width: 80%
}

.col-md-2 {
    width: 20%
}

.box-shadow-block {
    -webkit-box-shadow: 0 0 25px 0 hsla(0, 0%, 47.8%, .1);
    -moz-box-shadow: 0 0 25px 0 hsla(0, 0%, 47.8%, .1);
    -ms-box-shadow: 0 0 25px 0 hsla(0, 0%, 47.8%, .1);
    -o-box-shadow: 0 0 25px 0 hsla(0, 0%, 47.8%, .1);
    box-shadow: 0 0 25px 0 hsla(0, 0%, 47.8%, .1);
    -webkit-transition: box-shadow .3s, transform .3s;
    -moz-transition: box-shadow .3s, transform .3s;
    -ms-transition: box-shadow .3s, transform .3s;
    -o-transition: box-shadow .3s, transform .3s;
    transition: box-shadow .3s, transform .3s;
    padding: 0;
    background: #fff;
    position: relative
}

.box-shadow-block:active, .box-shadow-block:focus, .box-shadow-block:hover {
    -webkit-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, .2);
    box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, .2);
    transform: translateY(-8px)
}

.wrapper {
    width: 1340px;
    margin: 0 auto;
    clear: both
}

.header {
    background-color: #fff;
    border-bottom: 2px solid #ddd;
    position: relative;
    z-index: 10000
}

.page-index .header {
    border-bottom: 0
}

.page-index .header .nav li.on a {
    color: #fff
}

.header-search, .header .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0;
    overflow: hidden
}

.header .logo {
    width: 189px;
    height: 60px;
    overflow: hidden
}

.header .logo img {
    width: auto;
    height: 100%
}

.header .tel {
    flex-grow: 0;
    flex-shrink: 0;
    height: 60px;
    position: relative;
    padding-left: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden
}

.header .tel:before {
    content: "\e64c";
    font-family: iconfont !important;
    font-size: 42px;
    color: #f90;
    margin-right: 10px
}

.header .tel h5 {
    color: #444;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    margin: 0
}
.header .tel div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;;
}
.header .tel p {
    padding-top: 0;
    font-size: 18px;
    color: #f90;
    line-height: 1.1;
    font-weight: 700;
    font-family: DDRegular;

}
.header .tel p span.num{
    width: 120px;
    display: inline-block;
    text-align: justify;
}
/*.header .tel p span.num:after {    content: " ";    display: inline-block;    width: 100%;}*/
.header .tel p span.name {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding-left: 6px
}

.header .nav {
    flex-grow: 1;
    flex-shrink: 1;
    padding-right: 30px
}

.header .nav .nav-f, .header .nav .nav-h {
    display: none
}

.header .nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.header .nav li {
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    font-size: 16px;
    font-weight: 600;
    margin-left: 15px
}

.header .nav li.on {
    background-color: #003778;
    color: #fff;
    border-radius: 40px
}

#header .subnav {
    display: none;
    z-index: 10000
}

#header.scrollfixed {
    background: #fff;
    box-shadow: 0 0 42px 0 rgba(0, 0, 0, .18);
    animation: smoothScroll 1s forwards;
    z-index: 999
}

.header .search {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    justify-content: flex-end;
    padding-right: 60px;
    margin-top: 20px
}

.header .search .box {
    width: 480px
}

.header .search .form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header .search .text {
    border: 2px solid #003778;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 12px
}

.header .search .submit {
    border: 1px solid #003778;
    background-color: #003778;
    color: #fff;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    overflow: hidden
}

.header .search .label {
    font-size: 12px;
    color: #888;
    padding-top: 5px
}

.header .search .label a, .header .search .label span {
    margin-right: 8px;
    display: inline-block
}

.header .search .label .red {
    color: red
}

.header-search {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.header-menu {
    position: relative;
    height: 50px;
    margin-top: 30px;
    z-index: 1000
}

.menu-side {
    position: absolute;
    left: 0;
    top: 0;
    width: 280px
}

.menu-side h3 {
    height: 52px;
    line-height: 50px;
    background-color: #003778;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    z-index: 1000
}

.menu-side h3:before {
    content: "\e669";
    font-family: iconfont !important;
    font-size: 16px;
    margin-right: 6px
}

.menu-side .box {
    background-color: #003778;
    width: 280px;
    padding: 0 15px;
    height: 100%;
    position: relative;
    z-index: 2
}

.menu-side .box dl {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    padding: 15px 0;
    position: relative;
    z-index: 2
}

.menu-side .box dl:last-child {
    border-bottom: 0
}

.menu-side .box dt {
    color: #f90;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 800;
    margin-bottom: 8px
}

.menu-side .box dd a {
    font-size: 13px;
    color: #f8f8f8;
    line-height: 1.9;
    margin-right: 12px;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.header .header-menu .nav ul {
    padding-left: 320px;
    justify-content: flex-start
}

.header .header-menu .nav li {
    font-weight: 500;
    cursor: pointer
}

.header .header-menu .nav li:hover {
    color: #f90
}

.header .header-menu .nav .on {
    background: 0 0;
    color: #003778;
    font-weight: 700
}

footer {
    width: 100%;
    overflow: hidden
}

.footer-area {
    background-color: #333
}

.footer-area .container {
    padding: 30px 20px
}

.footer-area .link {
    width: 100%;
    margin: 40px 0;
    overflow: hidden
}

.footer-area .link h3 {
    font-size: 16px;
    color: #c2c2c2;
    font-weight: 400;
    border-bottom: 2px solid #4b4b4b;
    height: 28px;
    margin-bottom: 10px;
    line-height: 1
}

.footer-area .link p a {
    display: inline-block;
    float: left;
    color: #c2c2c2;
    font-size: 12px;
    margin-right: 18px;
    line-height: 30px
}

.footer-area .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden
}

.footer-area .content .left {
    display: flex;
    justify-content: flex-start;
    flex-grow: 1;
    flex-shrink: 1
}

.footer-area .content .left dl {
    width: 137px;
    margin-right: 70px
}

.footer-area .content .left dl:last-child {
    margin-right: 0
}

.footer-area .content .left dt {
    font-size: 18px;
    height: 30px;
    border-bottom: 1px solid #666;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1
}

.footer-area .content .left dd {
    width: 160px;
    overflow: hidden
}

.footer-area .content .left dd a {
    line-height: 34px;
    float: left;
    margin-right: 23px;
    color: #fff;
    font-size: 14px
}

.footer-area .content .right {
    display: flex;
    justify-content: flex-start
}

.footer-area .content .right dl {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 72px;
    color: #fff
}

.footer-area .content .right dl:first-child {
    margin-left: 0
}

.footer-area .content .right .qrcode dt {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    height: 28px
}

.footer-area .content .right .qrcode dd {
    font-size: 12px
}

.footer-area .content .right .qrcode img {
    margin-top: 8px
}

.footer-area .content .right .contact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.footer-area .content .right .contact dt {
    padding-left: 80px;
    height: 68px;
    line-height: 68px;
    position: relative
}

.footer-area .content .right .contact dt:before {
    content: "\e60c";
    font-family: iconfont !important;
    font-size: 68px;
    position: absolute;
    left: 0;
    top: 0;
    display: block
}

.footer-area .content .right .contact h3 {
    font-style: normal;
    font-size: 12px;
    color: #fff;
    display: block;
    line-height: 1.4;
    margin: 0;
    font-weight: 500
}

.footer-area .content .right .contact p.t {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
    font-family: webfont
}

.footer-area .content .right .contact p.a {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 1.4
}

.footer-area .content .right .contact p a {
    color: #fff
}

.footer-area .content .right .contact dd {
    padding-top: 20px;
    margin: 0 -20px
}

.footer-area .content .right .contact dd span {
    padding: 0 20px;
    font-size: 16px;
    color: #fff
}

.footer-copyright .container {
    text-align: center;
    padding: 20px 12px
}

.footer-copyright .text {
    color: #666;
    font-size: 12px;
    padding-bottom: 12px
}

.footer-copyright .img img {
    width: 131px;
    height: 54px;
    margin: 0 25px
}

#header .subnav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 10000000
}

#header .subnav:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .28)
}

#header .subnav .subnav-box {
    position: absolute;
    right: -1000px;
    top: 0;
    bottom: 0;
    width: 70%;
    background-color: #1b1c1f
}

#header .subnav .subnav-h {
    height: 48px;
    padding: 0 6px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2
}

#header .subnav .subnav-h span {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block
}

#header .subnav .subnav-h .menu {
    display: none
}

#header .subnav .subnav-h .menu:before {
    content: "\e64a";
    font-family: iconfont !important;
    color: #fff;
    font-size: 20px
}

#header .subnav .subnav-h .close {
    order: -1
}

#header .subnav .subnav-h .close:before {
    content: "\e628";
    font-family: iconfont !important;
    color: #fff;
    font-size: 18px
}

#header .subnav .subnav-m {
    width: 100%;
    padding: 25px 0 0;
    position: relative;
    z-index: 1
}

#header .subnav .subnav-m:before {
    display: none
}

#header .subnav .subnav-m dl {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    padding: 15px 0;
    position: relative;
    z-index: 2
}

#header .subnav .subnav-m dl:last-child {
    border-bottom: 0
}

#header .subnav .subnav-m dt {
    color: #f90;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 800;
    margin-bottom: 8px
}

#header .subnav .subnav-m dd a {
    font-size: 13px;
    color: #f8f8f8;
    line-height: 1.9;
    margin-right: 12px;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

#header .subnav .subnav-m dl {
    padding: 12px
}

#header .subnav .subnav-m dt {
    font-size: 14px;
    margin-bottom: 5px
}

#header .subnav .subnav-m dd a {
    line-height: 1.6;
    font-size: 12px
}

#header .subnav .subnav-f {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    font-size: 18px;
    text-align: center;
    border-top: 1px solid #26282d;
    background-color: #1b1c1f;
    padding: 10px 12px
}

#header .subnav .subnav-f:before {
    content: "\e783";
    font-family: iconfont !important;
    color: #fff;
    font-size: 20px;
    margin-right: 3px
}

#header .subnav .subnav-f a {
    color: #fff
}

#content {
    width: 100%;
    position: relative;
    z-index: 10;
    overflow: hidden
}

#content .section {
    width: 100%;
    margin-bottom: 0;
    padding: 90px 0;
    clear: both;
    overflow: hidden
}

.section-title {
    text-align: center;
    margin: 0 auto 40px;
    overflow: hidden
}

.section-title-name {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    color: #1a1a1a;
    position: relative;
    padding: 0 25px;
    display: inline-block
}

.section-title-name:before {
    right: -70px
}

.section-title-name:after, .section-title-name:before {
    width: 70px;
    height: 2px;
    background-color: #0c65ed;
    top: 27px;
    position: absolute;
    content: ""
}

.section-title-name:after {
    left: -70px
}

.section-title-name span:before {
    right: -40px
}

.section-title-name span:after, .section-title-name span:before {
    width: 40px;
    height: 2px;
    background-color: #f90;
    top: 20px;
    position: absolute;
    content: ""
}

.section-title-name span:after {
    left: -40px
}

.section-title-desc {
    font-size: 14px;
    text-align: center;
    max-width: 800px;
    margin: 20px auto 40px;
    color: #888
}

.section-title-subtitle {
    font-style: italic;
    letter-spacing: 1.5px;
    font-weight: 100;
    font-size: 14px;
    margin-bottom: 5px;
    color: #727272
}

.section-title-line {
    height: 3px;
    width: 80px;
    margin: 0 0 15px;
    border-bottom: 2px solid #003778;
    position: relative;
    display: inline-block
}

.section-title-line:before {
    width: 45px;
    height: 2px;
    content: "";
    display: block;
    background: #003778;
    margin: 5px auto
}

.white-title .section-title-desc, .white-title .section-title-name {
    color: #fff
}

#content .section-slider {
    padding: 0;
    height: 650px;
    position: relative;
    z-index: 100
}

.section-slider-menu {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99
}

.section-slider-menu .container {
    height: 100%
}

.section-slider-menu .box {
    width: 280px;
    padding: 0 15px;
    height: 100%;
    position: relative;
    z-index: 2
}

.section-slider-menu .box:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .16)
}

.section-slider-menu .box dl {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    padding: 15px 0;
    position: relative;
    z-index: 2
}

.section-slider-menu .box dl:last-child {
    border-bottom: 0
}

.section-slider-menu .box dt {
    color: #f90;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 800;
    margin-bottom: 8px
}

.section-slider-menu .box dd a {
    font-size: 13px;
    color: #f8f8f8;
    line-height: 1.9;
    margin-right: 12px;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.section-slider .swiper-container {
    max-width: 1920px;
    height: 100%
}

.section-slider .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.section-slider .swiper-slide .thumb {
    width: 100%;
    height: 100%
}

.section-slider .swiper-slide .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    position: relative;
    z-index: 1
}

.section-slider .swiper-slide .title {
    position: absolute;
    left: 700px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.section-slider .swiper-slide .title h2 {
    font-size: 70px;
    font-weight: 700;
    margin: 20px 0 25px;
    color: #f90
}

.section-slider .swiper-slide .title h3 {
    font-size: 42px;
    font-weight: 500;
    color: #003778
}

.section-slider .swiper-slide .title p {
    font-size: 20px;
    max-width: 760px;
    margin-bottom: 35px;
    color: #003778
}

.section-slider .swiper-pagination-bullets {
    bottom: 5%;
    z-index: 999
}

.section-slider .swiper-pagination-bullet {
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 12px;
    margin: 3px 5px;
    width: 12px;
    z-index: 99;
    border-radius: 30px;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.section-slider .swiper-pagination-bullet-active {
    background-color: #f90;
    border-color: #fff;
    height: 22px
}

.section-slider .swiper-button-next, .section-slider .swiper-button-prev {
    bottom: 50%;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    text-align: center;
    width: 55px;
    height: 55px;
    padding: 5px;
    z-index: 999;
    line-height: 2.2;
    background: rgba(14, 14, 14, .26);
    transition: all .2s ease-in-out 0s;
    opacity: 0
}

.section-slider .swiper-button-next:after, .section-slider .swiper-button-prev:after {
    font-size: 16px;
    font-weight: 900
}

.section-slider:hover .swiper-button-next, .section-slider:hover .swiper-button-prev {
    opacity: 1;
    bottom: 45%
}

.section-slider .swiper-button-prev {
    left: 2%
}

.section-slider .swiper-button-next {
    right: 2%
}

.section-slider .swiper-button-next:hover, .section-slider .swiper-button-prev:hover {
    background-color: #003778;
    border-color: #003778;
    color: #fff
}

.section-case, .section-service {
    position: relative
}

.section-case {
    background-image: url(../img/case-bg.jpg);
    background-attachment: fixed;
    background-position: 50%;
    background-size: cover;
    z-index: 0
}

.section-case:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .9;
    z-index: -1
}

.section-case .section-tabs-ul {
    margin-bottom: 15px;
    text-align: center
}

.section-case, .section-case .section-tabs-h {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    text-align: center;
    cursor: default
}

.section-case .section-tabs-ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    border: 2px solid #ddd;
    border-radius: 50px
}

.section-case .section-tabs-li {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    color: #444;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all .37s ease-out;
    -moz-transition: all .27s ease-out;
    -o-transition: all .27s ease-out;
    -ms-transition: all .27s ease-out;
    transition: all .27s ease-out;
    cursor: pointer
}

.section-case .section-tabs-li span {
    color: #aba8a8;
    padding: 10px 22px;
    display: block;
    font-weight: 600;
    border-left: 2px solid #ddd;
    font-size: 13px
}

.section-case .section-tabs-li:first-child span {
    border: none
}

.section-case .section-tabs-li.active span, .section-case .section-tabs-li:hover span {
    color: #0c65ed
}

.section-case .section-tabs-item {
    float: left;
    width: 25%;
    border-color: #ededed;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    margin: 2px 0
}

.section-case .section-tabs-item .overlay:before {
    background: rgba(0, 0, 0, .76);
    bottom: 0;
    height: 100%;
    content: "";
    display: block;
    left: 2px;
    right: 2px
}

.section-case .section-tabs-item .desc, .section-case .section-tabs-item .overlay:before {
    width: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.section-case .section-tabs-item .desc {
    visibility: hidden;
    margin: 0;
    bottom: -36%;
    padding: 40px;
    color: #fff
}

.section-case .section-tabs-item:hover .desc {
    opacity: 1;
    visibility: visible;
    bottom: 10px
}

.section-case .section-tabs-item:hover .overlay:before {
    bottom: 0;
    opacity: .9
}

.section-case .section-tabs-item .desc h4 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 24px;
    color: #fff
}

.section-case .section-tabs-item .zoom i {
    text-align: center;
    font-size: 34px;
    color: #fff;
    padding: 0;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    display: block
}

.section-case .section-tabs-item .zoom i:before {
    content: "\e618";
    font-family: iconfont !important;
    font-style: normal
}

.section-case .section-tabs-item .zoom {
    position: absolute;
    top: 10%;
    z-index: 999;
    width: 100%;
    text-align: center;
    left: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.section-case .section-tabs-item:hover .zoom {
    top: 20%;
    visibility: visible
}

.more-wrapper {
    display: block;
    text-align: center;
    margin-top: 40px;
    clear: both;
    float: left;
    width: 100%
}

.section-work {
    background-color: #f5f5f5
}

.section-work .thumb {
    overflow: hidden;
    position: relative
}

.section-work .thumb img {
    margin: 0;
    vertical-align: middle;
    -webkit-transition: -webkit-transform 1s ease;
    -moz-transition: -moz-transform 1s ease;
    transition: transform 1s ease
}

.section-work .thumb a:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    background-color: rgba(34, 34, 34, .2);
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease
}

.section-work .thumb:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center
}

.section-work .content {
    background: #fff;
    overflow: hidden;
    padding: 50px;
    text-align: center;
    position: relative
}

.section-work .content .desc {
    color: #727272
}

.section-service .service-col:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: transparent;
    opacity: .85;
    width: 100%;
    height: 100%
}

.section-service .service-col:hover:after {
    opacity: 1
}

.section-service .service-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.section-service .iconfont {
    font-size: 70px;
    color: #f90
}

.section-service .content {
    padding-left: 25px
}

.section-service .content p {
    color: #888;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all
}

.section-team {
    background-color: #f5f5f5
}

.section-team .inner-wrapper {
    display: flex;
    align-items: stretch;
    overflow: hidden
}

.section-team .inner-wrapper .col-grid-13 {
    height: 100%
}

.section-team .content {
    padding: 25px 15px;
    overflow: hidden
}

.section-team .content h3 {
    margin-bottom: 5px;
    text-align: center;
    font-size: 18px
}

.section-team .content h4 {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    border-bottom-width: 6px;
    border-bottom-style: solid;
    padding-bottom: 10px;
    margin-bottom: 18px;
    text-align: center
}

.section-team .content ul {
    height: 120px
}

.section-team .content li {
    list-style-type: disc;
    list-style-position: inside
}

.section-team .col-grid-3:first-child .content h4 {
    border-bottom-color: #9bbb59
}

.section-team .col-grid-3:nth-child(2) .content h4 {
    border-bottom-color: #8064a2
}

.section-team .col-grid-3:nth-child(3) .content h4 {
    border-bottom-color: #c0504d
}

.section-team .col-grid-3:nth-child(4) .content h4 {
    border-bottom-color: #4bacc6
}

.section-team .col-grid-3:nth-child(5) .content h4 {
    border-bottom-color: #9bbb59
}

.section-team .content p {
    color: #333;
    font-size: 15px
}

.section-news .content {
    padding: 20px;
    overflow: hidden
}

.section-news .content h3 {
    height: 30px;
    line-height: 30px
}

.section-news .content h3 a {
    float: right;
    color: #06c;
    font-size: 14px;
    font-weight: 400
}

.section-news .content li {
    line-height: 38px;
    height: 38px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px
}

.section-news .content li a {
    flex-grow: 1;
    flex-shrink: 1;
    padding-right: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.section-news .content li span {
    color: #888;
    flex-grow: 0;
    flex-shrink: 0
}

.section-news .content li:last-child {
    border-bottom: 0
}

#content .section-border {
    padding: 0;
    background-color: #f0f5fd
}

.section-border .border {
    border-bottom: 1px solid #d9e9ff
}

.section-total .iconfont {
    font-size: 58px;
    color: #fff
}

.section-total .col-grid-3, .section-total .col-grid-9 {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px
}

.section-total .col-grid-3 {
    position: relative
}

.section-total .col-grid-3 img {
    width: 48px;
    height: 48px;
    max-width: 48px
}

.section-total .col-grid-3 .section-total-item {
    display: flex;
    align-items: center;
    margin-left: -10px;
    margin-top: -10px
}

.section-total .col-grid-3 h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0
}

.section-total .col-grid-3 p {
    color: #727272
}

.section-total-item .icon:before {
    font-family: iconfont !important;
    color: #fff;
    font-size: 48px
}

.section-total-item-1 .icon:before {
    content: "\e65f"
}

.section-total-item-2 .icon:before {
    content: "\e65e"
}

.section-total-item-3 .icon:before {
    content: "\e662"
}

.section-total-item-4 .icon:before {
    content: "\e65d"
}

#content .section-details {
    padding-top: 0;
    padding-bottom: 40px
}

#content .section-details .col-md-2, #content .section-details .col-md-10 {
    margin-bottom: 0
}

.section-details .thumb {
    width: 100%;
    height: 450px
}

.section-details .thumb .big {
    width: 100%;
    height: 400px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

.section-details .thumb .big li, .section-details .thumb .big ul {
    width: 100%;
    height: 100%
}

.section-details .thumb .small ul {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    overflow: hidden
}

.section-details .thumb .small li {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    overflow: hidden
}

.section-details .thumb .small img {
    width: 100%;
    height: 100%
}

.section-details .thumb .small li.on {
    border: 1px solid #f90
}

.section-details .meta h1 {
    font-size: 28px;
    font-weight: 700
}

.section-details .meta p {
    font-size: 14px;
    color: #888
}

.section-details .panel {
    padding: 20px;
    background-color: #f2f2f2;
    color: #555;
    margin-top: 20px
}

.section-details .panel dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    overflow: hidden
}

.section-details .panel dl:first-child {
    margin-top: 0
}

.section-details .panel dt {
    width: 80px;
    font-size: 14px;
    letter-spacing: 10px
}

.section-details .panel dd {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.section-details .panel dd span {
    display: inline-block
}

.section-details .panel .price {
    color: #ff552e;
    font-weight: 600;
    font-size: 26px
}

.section-details .panel .tips {
    color: #999;
    margin-left: 10px
}

.section-details .panel .cn span {
    padding-left: 22px;
    margin-right: 22px;
    display: inline-block
}

.section-details .panel .cn span:last-child {
    margin-right: 0
}

.section-details .panel .cn span:first-child {
    background: url(../img/detail/cn_1.png) no-repeat 0
}

.section-details .panel .cn span:nth-child(2) {
    background: url(../img/detail/cn_2.png) no-repeat 0
}

.section-details .panel .cn span:nth-child(3) {
    background: url(../img/detail/cn_3.png) no-repeat 0
}

.section-details .panel .cn span:nth-child(4) {
    background: url(../img/detail/cn_4.png) no-repeat 0
}

.section-details .choose {
    padding: 25px 20px
}

.section-details .choose dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    overflow: hidden
}

.section-details .choose dl:first-child {
    margin-top: 0
}

.section-details .choose dt {
    width: 80px;
    font-size: 14px
}

.section-details .choose dd {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.section-details .choose span {
    padding: 1px 20px;
    height: 39px;
    line-height: 38px;
    border: 1px solid #ddd;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.section-details .choose span:last-child {
    margin-right: 0
}

.section-details .choose span.on {
    border: 2px solid #ff552e;
    padding: 0 19px
}

.section-details .choose span.on:after {
    content: "\e65b";
    font-family: iconfont !important;
    font-size: 22px;
    position: absolute;
    right: -3px;
    bottom: -12px;
    color: #ff552e
}

.section-details .button {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.section-details .button a {
    height: 52px;
    line-height: 50px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    padding: 0 30px
}

.section-details .button a.tel {
    background-color: #ff552e;
    margin-right: 15px
}

.section-details .button a.wx {
    background-color: #6abd00
}

.section-details .button a.tel:before {
    content: "\e783";
    font-family: iconfont !important;
    margin-right: 10px;
    font-size: 18px
}

.section-details .button a.wx:before {
    content: "\e616";
    font-family: iconfont !important;
    margin-right: 10px
}

.section-details .button span {
    padding-top: 0;
    font-size: 32px;
    color: #f90;
    line-height: 1.4;
    font-weight: 700;
    font-family: webfont
}

.section-details-content .h {
    border: 1px solid #ddd;
    background-color: #f2f2f2;
    box-sizing: initial
}

.section-details-content .h ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    cursor: pointer
}

.section-details-content .h li {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #666;
    position: relative
}

.section-details-content .h li.on {
    font-weight: 700;
    color: #f90
}

.section-details-content .h li.on:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #f90
}

.section-details-content .c {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 0 25px;
    overflow: hidden
}

.section-details-content .clear {
    height: 25px
}

.section-details-content .section-title {
    margin: 20px auto 50px
}

.section-details-content .section-title-desc {
    margin: 0 auto
}

.section-details-content table {
    width: 100%;
    border-top: 1px solid #d9dee6;
    border-left: 1px solid #d9dee6
}

.section-details-content thead th {
    text-align: center;
    font-size: 16px
}

.section-details-content tbody td, .section-details-content thead th {
    padding: 15px 10px;
    border-right: 1px solid #d9dee6;
    border-bottom: 1px solid #d9dee6;
    text-align: center
}

.section-details-content thead th {
    border-bottom: 0
}

.section-details-content tbody td:first-child, .section-details-content thead th:first-child {
    text-align: left
}

.section-details-content thead th:first-child {
    background-color: #d9dee6;
    border: 1px solid #d9dee6
}

.section-details-content thead th:nth-child(2) {
    background-color: #e29a9a;
    border: 1px solid #e29a9a
}

.section-details-content thead th:nth-child(3) {
    background-color: #dfbbb3;
    border: 1px solid #dfbbb3
}

.section-details-content thead th:nth-child(4) {
    background-color: #a3cdcb;
    border: 1px solid #a3cdcb
}

.section-details-content thead th:nth-child(5) {
    background-color: #8bac74;
    border: 1px solid #8bac74
}

.section-details-content thead th:nth-child(6) {
    background-color: #849bca;
    border: 1px solid #849bca
}

.section-details-content thead th:nth-child(7) {
    background-color: #d1cd95;
    border: 1px solid #d1cd95
}

.section-details-content tbody tr:nth-child(2n) {
    background-color: #f2f2f2
}

.section-details-content .condition .item {
    margin-top: 30px
}

.section-details-content .condition h4 {
    list-style-type: disc;
    list-style-position: inside;
    padding: 0;
    margin: 0;
    height: 40px
}

.section-details-content .condition h4:before {
    content: "\e65c";
    font-family: iconfont !important
}

.section-details-content .condition tbody .yes {
    position: relative
}

.section-details-content .condition tbody .yes:before {
    content: "\e639";
    font-family: iconfont !important;
    font-size: 12px;
    color: #090
}

.section-details-content .condition tbody .wrong:before {
    content: "\e628";
    font-family: iconfont !important;
    font-size: 18px;
    color: #f03
}

.section-details-content .recomm {
    border: 1px solid #ddd;
    width: 228px;
    margin-bottom: 40px;
    overflow: hidden
}

.section-details-content .recomm .item {
    border-bottom: 1px solid #e0e0e0;
    padding: 25px
}

.section-details-content .recomm .item:last-child {
    border-bottom: 0
}

.section-details-content .recomm h2 {
    color: #f90;
    text-align: center;
    font-size: 27px;
    overflow: hidden
}

.section-details-content .recomm h3 {
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    color: #f90;
    overflow: hidden
}

.section-details-content .recomm h4 {
    font-weight: 400;
    color: #999;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    overflow: hidden
}

.section-details-content .recomm a {
    text-align: center;
    color: #666;
    margin-top: 15px;
    font-size: 18px;
    display: block;
    color: #003778
}

.section-details-content .support tbody td:first-child, .section-details-content .support thead th:first-child {
    text-align: center
}

.section-details-content .full {
    margin: 0 -25px
}

.section-details-content .full img {
    width: 100%
}

.section-details-content .cases {
    background-color: #f9f7f8;
    padding: 30px 0 60px;
    overflow: hidden
}

.section-details-content .cases ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.section-details-content .cases li {
    width: 20%;
    border-left: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7
}

.section-details-content .cases li:nth-child(5n+1) {
    border-left: 0
}

.section-details-content .cases li:first-child, .section-details-content .cases li:nth-child(2), .section-details-content .cases li:nth-child(3), .section-details-content .cases li:nth-child(4), .section-details-content .cases li:nth-child(5) {
    border-top: 0
}

.section-details-content .promise .cc {
    width: 100%;
    height: 500px;
    background-image: url(../img/detail/promise.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 100%;
    position: relative;
    overflow: hidden
}

.section-details-content .promise-item h5 {
    font-size: 14px;
    color: #283374
}

.section-details-content .promise-item p {
    font-size: 12px;
    color: #283374
}

.section-details-content .promise-item {
    width: 140px;
    text-align: center;
    position: absolute
}

.section-details-content .promise-item-1 {
    left: 84px;
    top: 40px
}

.section-details-content .promise-item-2 {
    left: 84px;
    top: 380px
}

.section-details-content .promise-item-3 {
    right: 82px;
    top: 50px
}

.section-details-content .promise-item-4 {
    top: 380px;
    right: 82px
}

.process {
    padding: 60px 0;
    background-color: #f9f7f8;
    overflow: hidden
}

.process .arrow {
    width: 67px;
    height: 20px;
    background-image: url(../img/detail/arrow.png);
    background-repeat: no-repeat;
    background-position: 50%;
    display: block;
    margin-top: -54px
}

.process .cc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    margin-top: -50px;
    overflow: hidden
}

.process .cc dl {
    width: 120px
}

.process .cc dt {
    position: relative;
    height: 180px;
    width: 100%;
    display: block;
    margin: 0 auto;
    font-family: iconfont !important;
    overflow: hidden
}

.process .cc dt i {
    width: 100px;
    height: 100px;
    text-align: center;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -50px;
    font-size: 40px;
    font-style: normal;
    color: #0c65ed;
    z-index: 10;
    overflow: hidden
}

.process .cc dt:before {
    content: "\e61f";
    top: 0;
    font-size: 120px;
    margin-left: -60px;
    color: #0c65ed
}

.process .cc dt:after, .process .cc dt:before {
    font-family: iconfont !important;
    position: absolute;
    left: 50%
}

.process .cc dt:after {
    content: "\e63a";
    top: 16px;
    font-size: 100px;
    margin-left: -50px;
    color: #eee
}

.advantage, .process .cc dd {
    text-align: center
}

.advantage {
    padding: 60px 0;
    overflow: hidden
}

.section-details-content .advantage .box {
    background-image: url(../img/detail/advantage.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60% auto;
    height: 500px;
    position: relative
}

.section-details-content .advantage .block {
    width: 50%;
    height: 250px;
    position: absolute
}

.section-details-content .advantage .block p {
    position: absolute;
    width: 160px;
    height: 160px;
    color: #fff;
    font-size: 16px;
    overflow: hidden
}

.section-details-content .advantage .block1, .section-details-content .advantage .block3 {
    left: 0
}

.section-details-content .advantage .block2, .section-details-content .advantage .block4 {
    left: 50%
}

.section-details-content .advantage .block3, .section-details-content .advantage .block4 {
    top: 250px
}

.section-details-content .advantage .block h5 {
    font-size: 14px;
    font-weight: 600;
    color: #444
}

.section-details-content .advantage .block1 h5 {
    position: absolute;
    right: -17%;
    top: -9%
}

.section-details-content .advantage .block2 h5 {
    position: absolute;
    bottom: -15%;
    left: 43%
}

.section-details-content .advantage .block3 h5 {
    position: absolute;
    right: 43%;
    top: -10%
}

.section-details-content .advantage .block4 h5 {
    position: absolute;
    left: -13%;
    bottom: -9%
}

.section-details-content .advantage .block5 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    margin-left: -100px;
    margin-top: -100px;
    font-size: 16px;
    font-weight: 700;
    color: #222
}

.section-details-content .advantage .block1 p, .section-details-content .advantage .block3 p {
    top: 50px;
    right: 30px
}

.section-details-content .advantage .block2 p, .section-details-content .advantage .block4 p {
    top: 50px;
    left: 30px
}

.section-details-content .advantage .block i {
    font-size: 50px;
    font-style: normal
}

.section-details-content .advantage .block span {
    font-size: 16px;
    font-weight: 700
}

.section-details-content .advantage .block i, .section-details-content .advantage .block span {
    display: block
}

.section-details-content .advantage .block i:before {
    font-family: iconfont !important
}

.section-details-content .advantage .block1 i:before {
    content: "\e646";
    font-size: 46px
}

.section-details-content .advantage .block2 i:before {
    content: "\e6ad";
    font-size: 48px
}

.section-details-content .advantage .block3 i:before {
    content: "\e645"
}

.section-details-content .advantage .block4 i:before {
    content: "\e643"
}

#content .page-banner {
    height: 432px;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    padding: 0;
    overflow: hidden
}

.page-banner .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%
}

.page-banner .container .title {
    color: #fff
}

.page-banner .container .title h2 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 42px;
    color: #fff
}

.page-banner .container .title p {
    font-size: 24px;
    line-height: 35px
}

.page-cases {
    background-color: #f5f6fb
}

.page-cases-lists .box, .page-cases-lists .box ul {
    width: 100%;
    overflow: hidden
}

.page-cases-lists .box ul {
    margin-top: -1px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.page-cases-lists .box li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 70px) / 6);
    margin-right: 14px;
    margin-bottom: 14px;
    height: 100px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 0 hsla(0, 0%, 47.8%, .1);
    -moz-box-shadow: 0 0 8px 0 hsla(0, 0%, 47.8%, .1);
    -ms-box-shadow: 0 0 8px 0 hsla(0, 0%, 47.8%, .1);
    -o-box-shadow: 0 0 8px 0 hsla(0, 0%, 47.8%, .1);
    box-shadow: 0 0 8px 0 hsla(0, 0%, 47.8%, .1);
    -webkit-transition: box-shadow .3s, transform .3s;
    -moz-transition: box-shadow .3s, transform .3s;
    -ms-transition: box-shadow .3s, transform .3s;
    -o-transition: box-shadow .3s, transform .3s;
    transition: box-shadow .3s, transform .3s
}

.page-cases-lists .box li img {
    width: auto;
    max-height: 100%;
    max-width: 100%
}

.page-cases-lists .box li:nth-child(6n+0) {
    margin-right: 0
}

.page-cases-lists .box li:hover {
    -webkit-box-shadow: 1px 4px 5px -2px rgba(0, 0, 0, .2);
    box-shadow: 1px 4px 5px -2px rgba(0, 0, 0, .2);
    transform: translateY(-8px)
}

.page-cases-lists .box-shadow-block{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 15px;
    height: 200px;
    box-sizing: border-box;
    overflow: hidden;
}
.page-cases-lists .box-shadow-block .logo{
    width: 40%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 120px;
    line-height: 120px;
    overflow: hidden;
}
.page-cases-lists .box-shadow-block .logo img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
    opacity: 0.5;
    max-width: 100%;
    max-height: 100%;
}
.page-cases-lists .box-shadow-block .content{
    flex-grow: 1;
    flex-shrink: 1;
    margin-left: 15px;
    height: 120px;
    overflow: hidden;
}
.page-cases-lists .box-shadow-block .content h3{
    height: 40px;
    line-height: 40px;
    color: #333;
}
.page-cases-lists .box-shadow-block .content p{
    font-size: 14px;
    line-height: 30px;
    height: 60px;
    color: #666;
}
.page-cases-lists .box-shadow-block:hover .logo img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
.page-cases-lists .box-shadow-block:hover .content h3{
    color: #f90;
}
#content .page-news-body {
    padding: 0;
    position: relative
}

.page-news-body .container {
    position: relative
}

.page-news-body .container:after {
    content: " ";
    width: 50%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    background-color: #f5f6fb
}

.page-news-body .col-grid-9 {
    background-color: #fff;
    position: relative;
    z-index: 2;
    margin: 0
}

.page-news-body .col-grid-3 {
    background-color: #f5f6fb;
    margin: 0;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.page-news-list .tabs {
    border-bottom: 1px solid #eee
}

.page-news-list .tabs h3 {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding-top: 10px
}

.page-news-list .tabs h3 span {
    color: #888;
    font-weight: 100
}

.page-news-list .tabs ul {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.page-news-list .tabs li {
    margin-right: 30px
}

.page-news-list .tabs li a {
    font-size: 18px;
    height: 80px;
    line-height: 80px;
    display: block;
    position: relative;
    margin-bottom: -1px
}

.page-news-list .tabs li.on a {
    border-bottom: 2px solid #003778;
    color: #003778
}

.page-news-list .item {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden
}

.page-news-list .item a {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.page-news-list .item .thumb {
    flex-grow: 0;
    flex-shrink: 0;
    width: 25%;
    height: 160px;
    overflow: hidden
}

.page-news-list .item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.page-news-list .item .info {
    padding-left: 20px
}

.page-news-list .item .info h3 {
    font-size: 16px
}

.page-news-list .item .info h4 {
    font-size: 14px;
    color: #888;
    font-weight: 500;
    padding-top: 10px
}

.page-news-list .item .info p {
    color: #888;
    padding-top: 10px
}

.page-news-list .item .info p span {
    margin-right: 15px
}

.page-news-list .item .info p span:before {
    font-family: iconfont !important;
    margin-right: 5px
}

.page-news-list .item .date:before {
    content: "\e6c5"
}

.page-news-list .item .visit:before {
    content: "\e640"
}

.page-news-list .item .class:before {
    content: "\e6c5"
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    overflow: hidden
}

.pagination li {
    display: inline-block;
    margin-left: -1px
}

.pagination li a, .pagination li span {
    display: block;
    height: 36px;
    line-height: 35px;
    border: 1px solid #ddd;
    padding: 0 14px
}

.pagination li.active span, .pagination li:hover a {
    background-color: #003778;
    border: 1px solid #003778;
    color: #fff
}

.page-news .guide {
    color: #999;
    padding: 30px 0
}

.page-news .guide a {
    color: #999
}

.page-news artcle {
    padding: 20px 0;
    display: block;
    overflow: hidden
}

.page-news h1 {
    font-size: 26px;
    font-weight: 500
}

.page-news .content {
    padding: 30px 0;
    line-height: 2.2;
    font-size: 16px;
    color: #555;
    overflow: hidden
}

.page-news .content table,.page-news .content table tr,.page-news .content table td{
    border: 1px solid #ccc;
}

.page-news .content img {
    margin: 15px 0;
    max-width: 100%
}

.page-news .pages {
    border-top: 1px solid #eee;
    padding: 30px 0;
    overflow: hidden
}

.page-news .pages p {
    margin-top: 10px
}

.page-news .enterprise{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f6fb;
    padding: 40px;
    overflow: hidden;
}
.page-news .enterprise .info{
    font-size: 16px;
    line-height: 34px;
    flex-grow: 0;
    flex-shrink: 0;
    border-right: 1px solid #ddd;
    padding-right: 30px;
    margin-right: 30px;
    color: #444;
    overflow: hidden;
}
.page-news .enterprise .desc{
    font-size: 16px;
    line-height: 34px;
    text-indent: 1em;
    flex-grow: 1;
    flex-shrink: 1;
    color: #444;
    position: relative;
}

.page-news .mate {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    color: #888;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden
}

.page-news .mate span {
    margin-right: 15px
}

.page-news .mate span:before {
    font-family: iconfont !important;
    margin-right: 5px
}

.page-news .mate .source:before {
    content: "\e6c9"
}

.page-news .mate .visit:before {
    content: "\e640"
}

.page-news .col-grid-3 .h {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    height: 42px;
    overflow: hidden
}

.page-news .search .c form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden
}

.page-news .search .c .input {
    border: 1px solid #ddd;
    border-right: 0;
    height: 28px;
    line-height: 28px;
    padding: 5px 8px;
    flex-grow: 1;
    flex-shrink: 1;
    box-sizing: unset;
    overflow: hidden
}

.page-news .search .c .btn {
    flex-grow: 0;
    flex-shrink: 0;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background-color: #003778;
    border: 1px solid #003778;
    color: #fff;
    cursor: pointer;
    overflow: hidden
}

.page-news .search .c .btn:hover {
    background-color: #004799
}

.page-news .classify .c ul {
    background-color: #fff;
    padding: 15px 20px
}

.page-news .classify .c li {
    border-bottom: 1px solid rgba(0, 0, 0, .07)
}

.page-news .classify .c li:last-child {
    border-bottom: 0
}

.page-news .classify .c li a {
    font-size: 14px;
    display: block;
    padding: 15px 0;
    font-weight: 700
}

.page-news .classify .c li a:before {
    content: "\e86f";
    font-family: iconfont !important;
    font-size: 20px;
    margin-right: 12px
}

.page-news .tags .c li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 1px 6px 0
}

.page-news .tags .c li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 5px 12px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #757575;
    text-transform: capitalize;
    border-radius: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.page-news .tags .c li a:hover {
    background-color: #003778;
    border-color: #003778;
    color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.page-news .recomm .c li {
    border-bottom: 1px solid rgba(0, 0, 0, .07)
}

.page-news .recomm .c li:last-child {
    border-bottom: 0
}

.page-news .recomm .c li a {
    font-size: 14px;
    display: block;
    padding: 15px 0
}

.page-service {
    background-color: #f5f6fb
}

.page-service-banner {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100% 486px
}

.page-service-banner .container {
    padding-bottom: 20px
}

.page-service-banner .menu {
    background-color: #003778;
    width: 280px;
    padding: 0 15px;
    height: 100%;
    position: relative;
    z-index: 2
}

.page-service-banner .menu dl {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    padding: 15px 0;
    position: relative;
    z-index: 2
}

.page-service-banner .menu dl:last-child {
    border-bottom: 0
}

.page-service-banner .menu dt {
    color: #f90;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 800;
    margin-bottom: 8px
}

.page-service-banner .menu dd a {
    font-size: 13px;
    color: #f8f8f8;
    line-height: 1.9;
    margin-right: 12px;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.page-service-banner .recomm {
    position: absolute;
    left: 310px;
    right: 10px;
    bottom: 20px;
    display: flex;
    justify-content: flex-start
}

.page-service-banner .recomm .grid {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    transition: all .4s ease-in-out 0s;
    box-sizing: border-box;
    overflow: hidden
}

.page-service-banner .recomm .box {
    background-color: #d7e3f1;
    padding: 15px 10px;
    height: 145px;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.page-service-banner .recomm .box:after {
    position: absolute;
    font-family: iconfont !important;
    opacity: .1;
    right: 0;
    bottom: -60px;
    font-size: 100px
}

.page-service-banner .recomm .grid-1 .box:after {
    content: "\e650";
    right: -20px;
    color: #fe6601
}

.page-service-banner .recomm .grid-2 .box:after {
    content: "\e61a";
    bottom: -47px;
    font-size: 90px;
    color: #00a35d
}

.page-service-banner .recomm .grid-3 .box:after {
    content: "\e617";
    right: -3px;
    bottom: -28px;
    font-size: 70px;
    color: #0182f6
}

.page-service-banner .recomm .grid-4 .box:after {
    content: "\e6df";
    right: 3px;
    color: #f60392
}

.page-service-banner .recomm .grid-1 .box {
    background-color: #f5f5e9
}

.page-service-banner .recomm .grid-2 .box {
    background-color: #d9fdef
}

.page-service-banner .recomm .grid-3 .box {
    background-color: #d7f8ff
}

.page-service-banner .recomm .grid-4 .box {
    background-color: #f5dfec
}

.page-service-banner .recomm .box h3 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden
}

.page-service-banner .recomm .grid-1 .box h3 {
    color: #fe6601
}

.page-service-banner .recomm .grid-2 .box h3 {
    color: #00a35d
}

.page-service-banner .recomm .grid-3 .box h3 {
    color: #0182f6
}

.page-service-banner .recomm .grid-4 .box h3 {
    color: #f60392
}

.page-service-banner .recomm .desc {
    font-size: 12px;
    color: #888;
    padding-bottom: 10px;
    height: 52px;
    overflow: hidden
}

.page-service-banner .recomm .btns {
    border: 1px solid #fe6601;
    color: #fe6601;
    width: 80px;
    height: 28px;
    line-height: 27px;
    padding: 0 12px;
    border-radius: 30px;
    font-size: 12px;
    text-align: center;
    display: block;
    overflow: hidden
}

.page-service-banner .recomm .grid-1 .box .btns {
    border: 1px solid #fe6601;
    color: #fe6601
}

.page-service-banner .recomm .grid-2 .box .btns {
    border: 1px solid #00a35d;
    color: #00a35d
}

.page-service-banner .recomm .grid-3 .box .btns {
    border: 1px solid #0182f6;
    color: #0182f6
}

.page-service-banner .recomm .grid-4 .box .btns {
    border: 1px solid #f60392;
    color: #f60392
}

.page-service-banner .recomm .grid-1:hover .btns {
    background-color: #fe6601;
    color: #fff
}

.page-service-banner .recomm .grid-2:hover .btns {
    background-color: #00a35d;
    color: #fff
}

.page-service-banner .recomm .grid-3:hover .btns {
    background-color: #0182f6;
    color: #fff
}

.page-service-banner .recomm .grid-4:hover .btns {
    background-color: #f60392;
    color: #fff
}

.page-service-item {
    margin: 50px 0
}

.page-service .page-service-item .section-main-wrap {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    overflow: hidden
}

.page-service-item .menu {
    width: 280px;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    overflow: hidden
}

.page-service-item .tags {
    padding: 20px 14px 20px 20px;
    position: relative
}

.page-service-item .tags a {
    padding: 0 8px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    font-size: 12px;
    margin-right: 6px;
    margin-top: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.page-service-item .tags:after {
    position: absolute;
    font-family: iconfont !important;
    opacity: .1;
    right: -20px;
    bottom: -20px;
    font-size: 100px;
    z-index: 1
}

.page-service-item1 .tags:after {
    content: "\e621"
}

.page-service-item2 .tags:after {
    content: "\eabc"
}

.page-service-item3 .tags:after {
    content: "\e67c"
}

.page-service-item4 .tags:after {
    content: "\e69f"
}

.page-service-item .list {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: -1px;
    overflow: hidden
}

.page-service-item .box {
    width: 25%;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.page-service-item .box a {
    display: block;
    padding: 20px
}

.page-service-item .image {
    height: 200px;
    overflow: hidden
}

.page-service-item .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .6s
}

.page-service-item .box:hover .image img {
    transform: scale(1.1)
}

.page-service-item .menu .desc {
    padding: 20px;
    color: #666;
    word-break: break-all
}

.page-service-item .info {
    padding: 10px 0;
    overflow: hidden
}

.page-service-item .info h3 {
    text-align: center;
    font-size: 14px;
    margin: 0
}

.page-service-item1 .menu {
    background-color: #eff8ff;
    border-left: 3px solid #0988e5
}

.page-service-item1 .menu .tags a {
    border: 1px solid #0988e5;
    color: #0988e5
}

.page-service-item2 .menu {
    background-color: #edfbfb;
    border-left: 3px solid #1cacc4
}

.page-service-item2 .menu .tags a {
    border: 1px solid #1cacc4;
    color: #1cacc4
}

.page-service-item3 .menu {
    background-color: #fcf3e3;
    border-left: 3px solid #fdb740
}

.page-service-item3 .menu .tags a {
    border: 1px solid #fdb740;
    color: #fdb740
}

.page-service-item4 .menu {
    background-color: #ded3eb;
    border-left: 3px solid #8d3eeb
}

.page-service-item4 .menu .tags a {
    border: 1px solid #8d3eeb;
    color: #8d3eeb
}

.page-service-item1 .box:nth-child(4n+0), .page-service-item2 .box:nth-child(4n+0), .page-service-item3 .box:nth-child(3n+0), .page-service-item4 .box:nth-child(3n+0) {
    border-right: 0
}

.page-service-item3 .box, .page-service-item4 .box {
    width: 33.33%
}

.point_area {
    position: absolute;
    width: 100px;
    height: 100px;
    transition: opacity .5s ease-out
}

.point_40, .point_80, .point_area .point_10 {
    width: 100%;
    height: 100%
}

.point_area .point {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background: 0 0
}

.point_area .point_40:after {
    -webkit-animation: ripple 4.5s ease-out .9s infinite;
    animation: ripple 4.5s ease-out .9s infinite
}

.point_area .point_10:after, .point_area .point_40:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #fd2f30;
    opacity: 0
}

.point_area .point_10:after {
    -webkit-animation: ripple 4.5s ease-out 225ms infinite;
    animation: ripple 4.5s ease-out 225ms infinite
}

.point_area .point_20:after {
    -webkit-animation: ripple 2s ease-out 225ms infinite;
    animation: ripple 2s ease-out 225ms infinite
}

.point_area .point_20:after, .point_area .point_30:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #fd814f;
    opacity: 0
}

.point_area .point_30:after {
    -webkit-animation: ripple 2s ease-out .9s infinite;
    animation: ripple 2s ease-out .9s infinite
}

.point_area .point_50:after {
    border-radius: 50%;
    border: 2px solid #fd814f;
    -webkit-animation: ripple 2s ease-out 1.8s infinite;
    animation: ripple 2s ease-out 1.8s infinite
}

.point_area .point_50:after, .point_area .point_80:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0
}

.point_area .point_80:after {
    border-radius: 50%;
    border: 2px solid #fd2f30;
    -webkit-animation: ripple 4.5s ease-out 1.8s infinite;
    animation: ripple 4.5s ease-out 1.8s infinite
}

.point_area .point-dot {
    z-index: 1;
    display: inline-block;
    width: 12px;
    height: 12px
}

.point_area .point_60:after {
    -webkit-animation: ripple 5.5s ease-out 225ms infinite;
    animation: ripple 5.5s ease-out 225ms infinite
}

.point_area .point_60:after, .point_area .point_70:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #348ef9;
    opacity: 0
}

.point_area .point_70:after {
    -webkit-animation: ripple 5.5s ease-out .9s infinite;
    animation: ripple 5.5s ease-out .9s infinite
}

.point_area .point_90:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #348ef9;
    opacity: 0;
    -webkit-animation: ripple 5.5s ease-out 1.8s infinite;
    animation: ripple 5.5s ease-out 1.8s infinite
}

.section-about-region .point-1 {
    left: 34%;
    top: 41%
}

.section-about-region .point-2 {
    left: 39%;
    top: 59%
}

.section-about-region .point-3 {
    left: 26%;
    top: 50%
}

.section-about-region .point-4 {
    left: 22%;
    top: 62%
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }
    5% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.point-name {
    position: absolute
}

.section-about .introduce {
    padding-top: 14px
}

.section-about .introduce p {
    text-indent: 2em;
    line-height: 1.9
}

.section-about .introduce .more-link {
    color: #003778;
    border-color: #003778;
    margin-top: 20px
}

.section-about-desc {
    background-image: url(../img/about/intro_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto
}

.section-about-desc .section-main-wrap {
    display: flex;
    justify-content: space-between
}

.section-about-desc .desc {
    flex-grow: 1;
    flex-shrink: 1;
    padding-right: 60px
}

.section-about-desc .desc h1 {
    padding-top: 10px;
    font-size: 28px;
    color: #333;
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1
}

.section-about-desc .desc h5 {
    display: block;
    font-size: 22px;
    color: #9f9e9e;
    font-family: webfont;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px
}

.section-about-desc .desc p {
    font-size: 14px;
    line-height: 2;
    margin-top: 10px
}

.section-about-desc .desc p, .section-about-desc .imgs {
    color: #666;
    font-family: Segoe UI, Lucida Grande, Helvetica, Arial, Microsoft YaHei, FreeSans, Arimo, Droid Sans, wenquanyi micro hei, Hiragino Sans GB, Hiragino Sans GB W3, sans-serif
}

.section-about-desc .imgs {
    width: 48%;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 34px
}

.section-about-region .section-main-wrap {
    height: 540px;
    background-image: url(../img/about/map.png);
    background-repeat: no-repeat;
    background-size: contain
}

.section-about-region .panel {
    background-color: #fff;
    width: 700px;
    padding: 30px 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 0 25px 0 hsla(0, 0%, 47.8%, .1);
    -moz-box-shadow: 0 0 25px 0 hsla(0, 0%, 47.8%, .1);
    -ms-box-shadow: 0 0 25px 0 hsla(0, 0%, 47.8%, .1);
    -o-box-shadow: 0 0 25px 0 hsla(0, 0%, 47.8%, .1);
    box-shadow: 0 0 25px 0 hsla(0, 0%, 47.8%, .1);
    -webkit-transition: box-shadow .3s, transform .3s;
    -moz-transition: box-shadow .3s, transform .3s;
    -ms-transition: box-shadow .3s, transform .3s;
    -o-transition: box-shadow .3s, transform .3s;
    transition: box-shadow .3s, transform .3s;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    text-align: center
}

.section-about-region .panel dt {
    font-size: 50px;
    font-weight: 800;
    color: #f90
}

.section-about-region .panel .unit {
    font-size: 22px
}

.section-about-region .panel dd {
    font-size: 16px
}

.section-about-honor {
    width: 100%;
    background-color: #efefef
}

.section-about-honor .item {
    width: 100%;
    height: 281px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden
}

.section-about-honor .h {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 10px;
    overflow: hidden
}

.section-about-honor .h span {
    width: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.9;
    display: block;
    overflow: hidden
}

.section-about-honor .c {
    flex-grow: 1;
    flex-shrink: 1;
    background-color: #fff;
    overflow: hidden
}

.section-about-honor .c ul {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.section-about-honor .c li {
    flex-grow: 0;
    flex-shrink: 0;
    padding: 20px;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    text-align: center;
    overflow: hidden
}

.section-about-honor .c .img {
    width: 100%;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.section-about-honor .c .img img {
    width: auto;
    object-fit: contain
}

.section-about-honor .c p {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.section-about-honor .item1 .h {
    color: #0988e5;
    background-color: #eff8ff;
    border-left: 3px solid #0988e5
}

.section-about-honor .item2 .h {
    color: #1cacc4;
    background-color: #edfbfb;
    border-left: 3px solid #1cacc4
}

.section-about-honor .item3 .h {
    color: #fdb740;
    background-color: #fcf3e3;
    border-left: 3px solid #fdb740
}

.section-about-honor .item1 .c li {
    width: 25%
}

.section-about-honor .item2 .c li {
    width: 33.33%
}

.section-about-honor .item3 .c li {
    width: 20%
}

.section-about-honor .item1 .c {
    margin-top: -1px
}

.page-search .page-service-item .tabs h3 {
    font-size: 14px;
    padding-bottom: 10px;
    overflow: hidden
}

.page-search .page-service-item .list {
    border: 1px solid #eee
}

.page-search .page-service-item .box {
    width: 20%
}

.page-search .page-service-item .box:nth-child(5n+0) {
    border-right: 0
}

.h-menu {
    display: none;
    position: absolute;
    right: 10px
}

.h-menu:before {
    content: "\e634";
    font-family: iconfont !important;
    color: #003778;
    font-size: 20px;
    font-weight: 700
}

@media screen and (max-width: 1200px) {
    #content .page-banner {
        background-size: auto
    }

    .header .logo img {
        height: 50px
    }

    .header .nav {
        margin-right: 20px;
        padding-right: 0
    }

    .header .nav li {
        padding: 0 10px;
        margin-left: 5px
    }

    .header .tel {
        padding-left: 0
    }

    .header .tel:before {
        font-size: 32px
    }

    .header .tel p {
        font-size: 20px
    }

    .header .tel span {
        padding-left: 5px
    }

    .header .search .box {
        width: 400px
    }

    .header-menu {
        margin-top: 14px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .page-index .header .nav li {
        font-size: 16px;
        margin-left: 0;
        margin-right: 5px
    }

    .header .nav li {
        font-size: 18px;
        margin-left: 0;
        margin-right: 20px
    }

    .section-slider-menu .container {
        padding: 0
    }

    .footer-area .link h3 {
        font-size: 18px
    }

    .footer-area .link p a {
        font-size: 14px
    }

    .footer-area .content .left dl {
        margin-right: 50px
    }

    .footer-area .content .right dl {
        margin-left: 50px
    }

    .section-about-region .panel {
        width: 600px;
        padding: 25px 40px
    }

    .page-service-banner {
        background-position: top;
        background-size: auto 380px
    }

    .page-service-banner .container {
        height: 568px
    }

    .header-menu .menu-side {
        display: none
    }

    .header .header-menu .nav ul {
        padding-left: 0;
        width: 100%;
        justify-content: space-around;
        flex-direction: row
    }

    .page-service-banner .menu {
        display: none
    }

    .page-service-banner .recomm {
        left: 10px
    }

    .page-service-item .tags {
        padding: 20px 14px
    }

    .page-service-item .menu {
        width: 260px;
        border-left-width: 2px
    }

    .page-service-item .menu .desc {
        padding: 14px
    }

    .page-service-item .box {
        width: 50%
    }
}

@media screen and (max-width: 800px) {
    #content .page-banner {
        height: 350px
    }

    .h-menu {
        display: block
    }

    h3 {
        font-size: 16px
    }

    .col-grid-1, .col-grid-2, .col-grid-3, .col-grid-4, .col-grid-5, .col-grid-6, .col-grid-7, .col-grid-8, .col-grid-9, .col-grid-10, .col-grid-11, .col-grid-12, .col-grid-13, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        padding-left: 12px;
        padding-right: 12px;
        float: left;
        margin: 8px 0
    }

    .container {
        padding-left: 12px;
        padding-right: 12px
    }

    .inner-wrapper {
        margin-left: -12px;
        margin-right: -12px
    }

    .col-grid-3, .col-grid-4 {
        width: 50%
    }

    .col-grid-13 {
        width: 33.33%
    }

    #content .section {
        padding: 40px 0
    }

    .section-title {
        margin-bottom: 25px
    }

    .section-title-name {
        font-size: 24px
    }

    .section-title-name:after, .section-title-name:before {
        top: 22px
    }

    .section-title-name span:after, .section-title-name span:before {
        top: 15px
    }

    .header .logo {
        height: 50px
    }

    .header .tel span, .page-index .header .tel {
        display: none
    }

    .header-search, .header .main {
        margin: 8px 0
    }

    .page-service-item .menu {
        width: 240px;
        border-left-width: 1px
    }

    .header .search {
        padding-right: 30px
    }

    .header .search .box {
        width: 320px
    }

    #content .section-slider {
        height: 350px;
        padding: 0
    }

    .section-slider .swiper-pagination-bullet {
        width: 8px;
        height: 8px
    }

    .section-slider .swiper-pagination-bullet-active {
        width: 8px;
        height: 12px
    }

    .section-slider-menu {
        display: none
    }

    .section-service .iconfont {
        font-size: 66px
    }

    .section-service .content p {
        font-size: 14px;
        line-height: 1.7
    }

    .section-service .col-grid-4 {
        height: 250px
    }

    .section-team .col-grid-3 {
        width: 50%
    }

    .section-team .inner-wrapper {
        flex-wrap: wrap
    }

    .section-team .content {
        padding: 12px
    }

    .section-team .content h3 {
        font-size: 16px
    }

    .section-team .content h4 {
        border-bottom-width: 3px
    }

    .section-team .content li {
        font-size: 14px
    }

    .section-news .col-grid-4 {
        width: 100%
    }

    .section-news .content {
        padding: 12px
    }

    .section-news .content li {
        font-size: 14px
    }

    .footer-area .container {
        padding: 16px 12px
    }

    .section-total .col-grid-3 {
        width: 50%
    }

    .section-total .col-grid-3 .section-total-item {
        margin-left: -16px;
        margin-top: -16px
    }

    .section-total .section-total-item .col-grid-3 {
        width: 20%
    }

    .section-total .col-grid-3 h4 {
        font-size: 16px
    }

    .section-total .col-grid-3 p {
        padding-top: 4px;
        font-size: 14px;
        line-height: 1.3
    }

    .section-total .col-grid-3, .section-total .col-grid-9 {
        padding-left: 16px;
        padding-right: 16px;
        flex-grow: 1;
        flex-shrink: 1
    }

    .footer-area .link h3 {
        font-size: 16px
    }

    .footer-area .content .left dd a, .footer-area .right .contact dd span {
        font-size: 15px
    }

    .footer-area .link {
        margin: 15px 0
    }

    .footer-area .content {
        flex-direction: row;
        justify-content: space-between
    }

    .footer-area .content .left, .footer-area .content .right {
        width: 100%
    }

    .footer-area .content .left dl {
        margin-right: 12px
    }

    .footer-area .content .left dt {
        font-size: 14px
    }

    .footer-area .content .left dd a {
        line-height: 28px
    }

    .footer-area .content .right {
        flex-direction: column;
        justify-content: center
    }

    .footer-area .content .right dl {
        margin-left: 30px
    }

    .footer-area .content .right .contact {
        display: flex;
        justify-content: space-between;
        align-items: center;
        order: -1;
        margin-bottom: 20px
    }

    .footer-area .content .right .qrcode .sub, .footer-area .content .right .qrcode dt {
        display: none
    }

    .footer-area .content .right .qrcode img {
        margin-top: 0
    }

    .footer-area .content .right .contact dt {
        height: 50px;
        line-height: 50px;
        padding-left: 58px
    }

    .footer-area .content .right .contact dt:before {
        font-size: 48px
    }

    .footer-area .content .right .contact h3 {
        margin: 4px 0 2px
    }

    .footer-area .content .right .contact p {
        font-size: 20px
    }

    .footer-area .content .right .contact dd {
        padding-top: 0
    }

    .footer-area .content .right .contact dd span {
        padding: 0 10px;
        font-size: 14px
    }

    .footer-copyright .container {
        padding: 12px
    }

    .footer-copyright .img img {
        width: auto;
        height: 36px;
        margin: 0 8px
    }

    .section-about-desc .imgs {
        display: none
    }

    .section-about-desc .desc h1 {
        font-size: 20px;
        text-align: center
    }

    .section-about-desc .desc h5 {
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px
    }

    .section-about-desc .desc {
        padding-right: 0
    }

    .section-about-desc .desc p {
        text-indent: 2em
    }

    .section-about-region .panel {
        width: 450px;
        padding: 15px
    }

    .section-about-region .panel dt {
        font-size: 30px
    }

    .section-about-region .panel dd {
        font-size: 14px
    }
}

@media screen and (max-width: 500px) {
    h3 {
        font-size: 16px
    }

    .col-grid-1, .col-grid-2, .col-grid-3, .col-grid-4, .col-grid-5, .col-grid-6, .col-grid-7, .col-grid-8, .col-grid-9, .col-grid-10, .col-grid-11, .col-grid-12, .col-grid-13, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        padding-left: 12px;
        padding-right: 12px;
        float: left;
        margin: 8px 0
    }

    .container {
        padding-left: 12px;
        padding-right: 12px
    }

    .inner-wrapper {
        margin-left: -12px;
        margin-right: -12px
    }

    .col-grid-3, .col-grid-4 {
        width: 100%
    }

    .col-grid-13 {
        width: 50%
    }

    #content .section {
        padding: 40px 0
    }

    .section-title {
        margin-bottom: 25px
    }

    .section-title-name {
        font-size: 20px
    }

    .section-title-name:after, .section-title-name:before {
        top: 20px
    }

    .section-title-name span:after, .section-title-name span:before {
        top: 14px
    }

    .header .logo {
        height: 40px;
        margin-left: 10px
    }

    .header .nav ul {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start
    }

    .header .tel {
        display: none
    }

    .header .main {
        flex-direction: column;
        align-items: flex-start
    }

    .header .container {
        padding-left: 0;
        padding-right: 0
    }

    .header .nav {
        width: 100%;
        margin-top: 6px
    }

    .header .nav ul {
        display: flex;
        flex-direction: row;
        justify-content: space-around
    }

    .header .nav li, .page-index .header .nav li {
        padding: 0;
        margin: 0;
        font-size: 14px;
        font-weight: 500
    }

    .header-search, .header .main {
        margin: 8px 0 0
    }

    #content .section-slider {
        height: 200px;
        padding: 0
    }

    .section-slider .swiper-pagination-bullet {
        width: 8px;
        height: 8px
    }

    .section-slider .swiper-pagination-bullet-active {
        width: 8px;
        height: 12px
    }

    .section-service .iconfont {
        font-size: 56px
    }

    .section-service .content p {
        font-size: 13px;
        line-height: 1.6
    }

    .section-service .col-grid-4 {
        height: auto
    }

    .section-team .col-grid-3 {
        width: 50%;
        height: 382px;
        float: left;
        overflow: hidden
    }

    .section-team .inner-wrapper {
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .section-team .content {
        padding: 12px
    }

    .section-team .content h3 {
        font-size: 16px;
        margin-bottom: 0
    }

    .section-team .content h4 {
        border-bottom-width: 3px
    }

    .section-team .content li {
        font-size: 12px
    }

    .section-news .content {
        padding: 12px
    }

    .footer-area .container {
        padding: 16px 12px
    }

    .section-total .col-grid-3 {
        width: 50%
    }

    .section-total .col-grid-3 .section-total-item {
        margin-left: -12px;
        margin-top: -12px
    }

    .section-total .section-total-item .col-grid-3 {
        width: 30%
    }

    .section-total .col-grid-3 h4 {
        font-size: 14px
    }

    .section-total .col-grid-3 p {
        padding-top: 4px;
        font-size: 12px;
        line-height: 1.3
    }

    .section-total .col-grid-3, .section-total .col-grid-9 {
        padding-left: 12px;
        padding-right: 12px;
        flex-grow: 1;
        flex-shrink: 1
    }

    .footer-area .link h3 {
        font-size: 14px
    }

    .footer-area .content {
        padding-top: 10px
    }

    .footer-area .content .left dd a, .footer-area .right .contact dd span {
        font-size: 12px
    }

    .footer-area .link {
        margin: 15px 0
    }

    .footer-area .content {
        flex-direction: column;
        justify-content: space-between;
        display: flex
    }

    .footer-area .content .left, .footer-area .content .right {
        width: 100%
    }

    .footer-area .content .left dl {
        margin-right: 12px
    }

    .footer-area .content .left dt {
        font-size: 14px
    }

    .footer-area .content .left dd a {
        line-height: 28px
    }

    .footer-area .content .right {
        margin-top: 20px;
        justify-content: space-between;
        display: flex;
        flex-wrap: nowrap
    }

    .footer-area .content .right dl {
        margin-left: 0;
        display: block
    }

    .footer-area .content .right .contact {
        display: block;
        justify-content: space-between;
        align-items: center;
        order: 1;
        margin-bottom: 0
    }

    .footer-area .content .right .qrcode, .footer-area .content .right .qrcode .sub, .footer-area .content .right .qrcode dt {
        display: none
    }

    .footer-area .content .right .qrcode img {
        margin-top: 0
    }

    .footer-area .content .right .contact dt {
        height: 50px;
        line-height: 50px;
        padding-left: 58px
    }

    .footer-area .content .right .contact dt:before {
        font-size: 48px
    }

    .footer-area .content .right .contact h3 {
        margin: 4px 0 2px
    }

    .footer-area .content .right .contact p {
        font-size: 20px
    }

    .footer-area .content .right .contact dd {
        padding-top: 0;
        padding-left: 15px
    }

    .footer-area .content .right .contact dd span {
        padding: 0 10px;
        font-size: 14px
    }

    .footer-copyright .container {
        padding: 12px
    }

    .footer-copyright .img img {
        width: auto;
        height: 36px;
        margin: 0 8px
    }

    .header .search {
        display: none
    }

    .header-menu {
        display: block;
        margin: 0;
        height: auto
    }

    .header .logo img {
        height: 40px
    }

    .page-service-banner {
        background-size: auto 200px
    }

    .page-service-banner .container {
        height: 470px
    }

    .page-service-banner .recomm {
        display: flex;
        flex-wrap: wrap;
        left: 5px;
        right: 5px;
        bottom: 10px
    }

    .page-service-banner .recomm .box {
        padding: 10px;
        height: 120px
    }

    .page-service-banner .recomm .grid {
        width: 50%;
        margin-top: 10px;
        padding-left: 5px;
        padding-right: 5px
    }

    .page-service-banner .recomm .grid .box h3 {
        font-size: 14px;
        margin-bottom: 5px
    }

    .page-service-banner .recomm .desc {
        height: 45px;
        margin-bottom: 3px
    }

    .page-service-item {
        margin: 30px 0
    }

    .page-service-item .menu {
        display: none
    }

    .page-service-item .box a {
        padding: 10px
    }

    #content .page-banner {
        height: 200px;
        background-size: cover
    }

    .section-about-desc .desc h1 {
        font-size: 16px;
        text-align: center
    }

    .section-about-desc .desc h5 {
        font-size: 12px;
        text-align: center;
        margin-bottom: 10px
    }

    .section-about-desc .desc {
        padding-right: 0
    }

    .section-about-desc .desc p {
        text-indent: 1em;
        line-height: 1.8;
        font-size: 12px
    }

    .section-about-honor .h {
        padding-bottom: 500px;
        margin-bottom: -500px
    }

    .section-about-honor .item {
        height: auto;
        min-height: 340px;
        align-items: normal
    }

    .section-about-honor .c ul {
        flex-wrap: wrap
    }

    .section-about-honor .c li {
        padding: 10px
    }

    .section-about-honor .item1 .h, .section-about-honor .item2 .h, .section-about-honor .item3 .h {
        border-left-width: 1px
    }

    .section-about-honor .item1 .c li, .section-about-honor .item2 .c li, .section-about-honor .item3 .c li {
        width: 50%
    }

    .section-about-honor .c .img {
        height: 120px
    }

    .section-about-honor .h span {
        margin-top: 16px
    }

    .page-cases-lists .box li {
        width: calc((100% - 20px) / 3);
        margin-right: 10px
    }

    .page-cases-lists .box li:nth-child(3n+0) {
        margin-right: 0
    }

    #content .section.page-news-body {
        padding: 0
    }

    #content .section.page-news-body .col-grid-9 {
        width: 100%
    }

    #content .section.page-news-body .col-grid-3 {
        display: none
    }

    .page-news-list .tabs ul {
        justify-content: space-around
    }

    .page-news-list .tabs li a {
        height: 46px;
        line-height: 46px;
        font-size: 16px;
        font-weight: 600
    }

    #content .section.page-news-list .item {
        padding: 15px 0
    }

    #content .section.page-news-list .item .thumb {
        width: 120px;
        height: 120px;
        flex-grow: 0;
        flex-shrink: 0;
        margin-right: 10px
    }

    #content .section.page-news-list .item .info {
        flex-grow: 1;
        flex-shrink: 1;
        padding-left: 0
    }

    .page-news-list .item .info h3 {
        font-size: 14px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .page-news-list .item .info h4 {
        font-size: 12px;
        padding: 0;
        height: 56px;
        overflow: hidden;
        text-overflow: -o-ellipsis-lastline;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .page-news-list .item .info p {
        padding-top: 0
    }

    .page-news-list .item .info p span.class {
        display: none
    }

    .page-news .guide {
        font-size: 12px;
        padding: 10px 0
    }

    .page-news artcle {
        padding: 0
    }

    .page-news h1 {
        font-size: 20px;
        padding-bottom: 0
    }

    .page-news .mate {
        padding-bottom: 10px
    }

    .page-news .content {
        padding: 20px 0
    }

    .page-news .pages {
        padding: 15px 0
    }

    .pagination li a, .pagination li span {
        height: 31px;
        line-height: 30px;
        padding: 0 10px
    }

    #content .section.page-cases-lists {
        padding: 10px 0
    }

    .section-about-region .section-main-wrap {
        height: 400px
    }

    .section-about-region .panel {
        box-shadow: none;
        padding: 0 20px;
        display: flex;
        justify-content: space-around;
        align-items: center
    }

    .section-about-region .panel dl {
        border-left: 1px solid #eee;
        padding-left: 25px
    }

    .section-about-region .panel dl:first-child {
        border-left: 0
    }

    .section-about-region .panel dt {
        font-size: 15px
    }

    .section-about-region .panel dd, .section-about-region .panel dt .unit {
        font-size: 12px
    }

    .section-about-region .point-1 {
        left: 60%;
        top: 32%
    }

    .section-about-region .point-2 {
        left: 69%;
        top: 46%
    }

    .section-about-region .point-3 {
        left: 44%;
        top: 40%
    }

    .section-about-region .point-4 {
        left: 38%;
        top: 55%
    }

    #content .section.section-details {
        padding: 16px 0
    }

    .section-details-content .section-title {
        margin: 0 auto 20px
    }

    .section-details-content .advantage {
        padding: 20px 0
    }

    .section-details .inner-wrapper {
        display: flex;
        flex-direction: column
    }

    #content .section.section-details .inner-wrapper .col-grid-7, .section-details .inner-wrapper .col-grid-5 {
        width: 100%;
        padding: 0;
        margin: 0;
        float: none
    }

    .section-details .thumb {
        height: 200px
    }

    .section-details .thumb .big {
        height: 200px;
        border: 0
    }

    .section-details .thumb .small {
        display: none
    }

    .section-details .meta h1 {
        font-size: 18px;
        padding: 15px 12px 0;
        text-align: center
    }

    .section-details .panel {
        display: none
    }

    .section-details .choose {
        padding: 25px 15px 15px;
        border-top: 10px solid #eee
    }

    .section-details .choose span {
        height: 30px;
        line-height: 29px;
        padding: 1px 10px;
        font-size: 12px;
        margin-right: 10px
    }

    .section-details .choose span.on {
        border: 1px solid #ff552e;
        padding: 1px 10px
    }

    .section-details .button {
        border-bottom: 10px solid #eee;
        text-align: center;
        padding-bottom: 25px
    }

    .section-details .button .tel {
        width: 100%;
        height: 48px;
        line-height: 47px;
        border-radius: 40px;
        margin: 0 12px
    }

    #content .section-details .col-md-2, .section-details .button .wx, .section-details .button > span {
        display: none
    }

    #content .section-details .col-md-10 {
        width: 100%
    }

    #content .section-details .col-md-10 .h {
        display: none
    }

    #content .section-details .col-md-10 .c {
        padding: 0;
        border: 0
    }

    .section-details-content tbody td, .section-details-content thead th {
        font-size: 12px;
        padding: 10px 8px
    }

    .section-details-content .full {
        margin: 0
    }

    .section-details-content .promise .cc {
        height: 550px;
        background-size: auto 76%;
        background-position: bottom
    }

    .section-details-content .promise-item h3 {
        font-size: 12px;
        margin-bottom: 7px
    }

    .section-details-content .promise-item p {
        font-size: 12px;
        line-height: 1.4
    }

    .section-details-content .promise-item-1 {
        left: 0;
        top: 0
    }

    .section-details-content .promise-item-2 {
        left: 0;
        top: 80px
    }

    .section-details-content .promise-item-3 {
        right: 0;
        top: 0
    }

    .section-details-content .promise-item-4 {
        top: 80px;
        right: 0
    }

    .section-details-content .process {
        padding: 30px 0
    }

    .section-details-content .process .cc {
        margin-top: -30px;
        padding: 0;
        justify-content: space-around
    }

    .section-details-content .process .arrow {
        display: none
    }

    .section-details-content .process .cc h3, .section-details-content .process .cc p {
        font-size: 12px
    }

    .section-details-content .process .cc dt {
        height: 90px
    }

    .section-details-content .process .cc dt:before {
        font-size: 60px;
        margin-left: -30px
    }

    .section-details-content .process .cc dt:after {
        font-size: 50px;
        margin-left: -25px;
        top: 8px
    }

    .section-details-content .process .cc dt i {
        width: 60px;
        height: 60px;
        font-size: 28px;
        margin-left: -30px;
        margin-top: -20px
    }

    .section-details-content .process .cc dd {
        height: 120px;
        padding: 0 10px
    }

    .section-details-content .advantage .box {
        background-size: 100% auto;
        height: 380px
    }

    .section-details-content .advantage h3 {
        font-size: 12px;
        position: absolute
    }

    .section-details-content .advantage p {
        font-size: 12px
    }

    .section-details-content .advantage .block {
        height: 190px
    }

    .section-details-content .advantage .block i:before {
        font-size: 30px
    }

    .section-details-content .advantage .block3, .section-details-content .advantage .block4 {
        top: 150px
    }

    .section-details-content .advantage .block1 p, .section-details-content .advantage .block3 p {
        right: 0
    }

    .section-details-content .advantage .block2 p, .section-details-content .advantage .block4 p {
        left: 0
    }

    .section-details-content .advantage .block1 h3 {
        top: 15px;
        right: -45px
    }

    .section-details-content .advantage .block2 h3 {
        bottom: -35px;
        right: 0
    }

    .section-details-content .advantage .block3 h3 {
        top: 20px;
        left: 0
    }

    .section-details-content .advantage .block4 h3 {
        bottom: -30px;
        left: -40px
    }

    .section-details-content .condition h4 {
        margin-top: 15px;
        font-size: 14px
    }



    .app-content {
        background-color: #f4f4f4;
        background-image: url(../img/about/intro_bg.jpg), linear-gradient(to bottom, rgba(243,243,243,0.3), rgba(255,255,255,1));
        padding: 40px 0 100px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100% auto;
    }
    .app-content .icon {
        width: 150px;
        height: 150px;
        margin: 0 auto;
        border-radius: 30px;
        box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.01);
    }
    .app-content .desc{
        font-size: 12px;
        color: #333;
        padding: 50px 30px;
        text-align: center;
        text-indent: 2em;
    }
    .app-content .qrcode {
        width: 200px;
        height: 200px;
        margin: 10px auto 0;
        /*box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);*/
    }
    .app-content .download {
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #0052cc;
        border-radius: 40px;
        margin: 0 auto;
        font-size: 15px;
        color: #fff;
        margin-top: 20px;
        overflow: hidden;
    }
}

@media screen and (max-width: 380px) {
    .section-team .content h3, h3 {
        font-size: 16px
    }

    h4 {
        font-size: 14px;
        margin-bottom: 6px
    }

    .section-title-name {
        font-size: 18px
    }

    .section-title-name:after, .section-title-name:before {
        top: 18px
    }

    .section-title-name span:after, .section-title-name span:before {
        top: 12px
    }

    .custom-button, .custom-button.custom-primary-button, .custom-button.custom-primary-button:visited, .custom-button:visited, a.button {
        padding: 5px 24px
    }

    .col-grid-1, .col-grid-2, .col-grid-3, .col-grid-4, .col-grid-5, .col-grid-6, .col-grid-7, .col-grid-8, .col-grid-9, .col-grid-10, .col-grid-11, .col-grid-12, .col-grid-13, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        margin: 8px 0
    }

    .container {
        padding-left: 10px;
        padding-right: 10px
    }

    .inner-wrapper {
        margin-left: -10px;
        margin-right: -10px
    }

    .section-total .col-grid-3, .section-total .col-grid-9 {
        padding-left: 8px;
        padding-right: 8px
    }

    .section-total .col-grid-3 .section-total-item {
        margin-left: -8px;
        margin-top: -8px
    }

    #content .page-banner {
        height: 180px
    }

    #content .section {
        padding: 16px 0
    }

    #content .section-slider {
        height: 200px;
        padding: 0
    }

    .section-service .iconfont {
        font-size: 46px
    }

    .section-service .content p {
        font-size: 12px;
        line-height: 1.5
    }

    .footer-area .link p a {
        line-height: 25px;
        font-size: 12px
    }

    .footer-area .content .left dt {
        height: 26px;
        margin-bottom: 5px
    }

    .section-total-item .icon:before {
        font-size: 38px
    }

    .section-total .col-grid-3 h4 {
        font-size: 12px
    }

    .footer-area .content .left dl {
        width: 150px;
        margin-right: 20px
    }

    .footer-area .content .left dd a {
        line-height: 24px;
        margin-right: 32px
    }

    .footer-area .content .right .contact p {
        font-size: 16px
    }

    .footer-area .content .left dl:last-child {
        display: none
    }

    .page-news-list .tabs li a {
        font-size: 14px
    }

    .section-about-region .point-1 {
        left: 60%;
        top: 29%
    }

    .section-about-region .point-2 {
        left: 69%;
        top: 43%
    }

    .section-about-region .point-3 {
        left: 44%;
        top: 37%
    }

    .section-about-region .point-4 {
        left: 38%;
        top: 48%
    }
}

.cndns-right {
    position: fixed;
    right: 5px;
    top: 50%;
    margin-top: -100px;
    z-index: 100;
    border-top: 4px solid #f90;
    padding: 20px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15)
}

.cndns-right-btn, .cndns-right-meau {
    position: relative
}

.cndns-right-btn {
    width: 48px;
    height: 48px;
    border: 1px solid #ddd;
    text-align: center;
    display: block;
    margin-bottom: 6px;
    background-color: #fff
}

.cndns-right-btn span {
    color: #848484;
    font-size: 28px;
    line-height: 48px
}

.cndns-right-btn sup {
    display: block;
    min-width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    border-radius: 50%;
    background-color: #ff6800;
    position: absolute;
    left: -12px;
    top: -12px
}

.cndns-right-btn p {
    color: #f90;
    font-size: 14px;
    line-height: 18px;
    padding-top: 5px;
    display: none
}

.cndns-right-meau:hover .cndns-right-btn span {
    display: none
}

.cndns-right-meau:hover .cndns-right-btn p {
    display: block
}

@-webkit-keyframes twinkling {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.meau-sev .cndns-right-btn {
    border-color: #f90;
    background-color: #f90
}

.meau-sev .cndns-right-btn p, .meau-sev .cndns-right-btn span {
    color: #fff
}

.meau-top .cndns-right-btn span {
    font-size: 18px;
    line-height: 12px;
    padding-top: 10px;
    display: block
}

.meau-top .cndns-right-btn i {
    display: block;
    color: #999;
    font-style: normal;
    font-size: 12px
}

.meau-top.cndns-right-meau:hover .cndns-right-btn {
    background-color: #f90
}

.meau-top.cndns-right-meau:hover .cndns-right-btn span {
    display: block;
    color: #fff
}

.meau-top.cndns-right-meau:hover .cndns-right-btn i {
    color: #fff;
    font-style: normal
}

.cndns-right-box .box-border {
    position: relative
}

.cndns-right-box .box-border .arrow-right {
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    right: -20px;
    top: 26px;
    border: 10px dashed transparent;
    border-left: 10px solid #fff
}

.cndns-right-box .box-border .sev-t span {
    font-size: 42px;
    float: left;
    display: block;
    line-height: 56px;
    margin-right: 16px;
    color: #d3d3d3
}

.cndns-right-box .box-border .sev-t p {
    float: left;
    color: #f90;
    font-size: 24px;
    line-height: 28px
}

.cndns-right-box .box-border .sev-t p i {
    display: block;
    font-size: 12px;
    color: #aaa;
    font-style: normal
}

.cndns-right-box .box-border .sev-b {
    margin-top: 15px
}

.cndns-right-box .box-border .sev-b h4 {
    color: #666;
    font-size: 14px;
    font-weight: 400
}

.cndns-right-box .box-border .sev-b li {
    float: left;
    width: 50%
}

.cndns-right-box .box-border .sev-b li a {
    display: inline-block;
    color: #999;
    font-size: 13px;
    padding-left: 43px;
    background: url(../img/q1.gif) no-repeat left 3px;
    line-height: 36px
}

.cndns-right-box .box-border .sev-b li a:hover {
    color: #f90
}

.meau-contact .cndns-right-box .box-border {
    border-top: 1px solid #e4e4e4;
    padding: 20px 0 0;
    margin: 12px 0 0;
    overflow: hidden
}

.cndns-right-meau:hover .cndns-right-box {
    display: block
}

.meau-code .cndns-right-box {
    top: inherit;
    bottom: -35px
}

.meau-code .cndns-right-box .box-border {
    width: 156px;
    text-align: center
}

.meau-code .cndns-right-box .box-border i {
    display: block;
    font-size: 14px;
    color: #aaa;
    padding-top: 10px;
    font-style: normal
}

.meau-code .cndns-right-box .box-border .arrow-right {
    top: inherit;
    bottom: 50px
}

.meau-sev .cndns-right-btn .demo-icon {
    display: none
}

.meau-sev:hover .cndns-right-btn {
    background: #f90
}

.meau-zs .cndns-right-btn {
    background-color: #f90;
    color: #fff;
    margin-top: 80px;
    border-color: #f90
}

.meau-zs .cndns-right-btn p, .meau-zs .cndns-right-btn span {
    color: #fff
}

.clears {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0
}


.text-ellipsis-1{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.text-ellipsis-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.text-ellipsis-3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}





/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:40px;bottom:90px;width:50px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:50px;height:50px; border-radius:3px;background-color:#393D49;color: #fff;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{opacity: .85}
.suspension .a i{float:left;width:50px;height:50px;line-height: 50px;text-align: center;color: #fff;font-size: 30px}
.suspension .a-top{display:none;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../img/side_bg_arrow.png) no-repeat;right:-8px;top:25px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:0px;}
.suspension .d-qrcode{top:54px;}

.suspension .d .inner-box{padding:8px 14px 8px;}
.suspension .d-service-item{padding:10px 0;overflow: hidden;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;line-height:44px;text-align:center;border-radius:50%;overflow:hidden;background:#F1F1F3;color: #c0c0c3;font-size:30px;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:14px;margin-left:12px;}
.suspension .d-service-item .name{font-size: 16px}
.suspension .d-service-item .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;color: #f90;font-weight: 600;font-size: 20px}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:0 0 10px;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}