@charset "utf-8";
html,
body {
    min-width: 110px;
    color: #2c3a46;
    background: #fff;
    font-size: 14px;
    line-height: 1.6em;
    font-family: Helvetica, "Pingfang SC", "Microsoft YaHei", STHeiti, Verdana, Arial, Tahoma, sans-serif;
}

html {
    position: relative;
}

body {
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0;
    padding: 0;
    border: 0;
}

@media (-webkit-max-device-pixel-ratio: 1) {
     ::-webkit-scrollbar-track-piece {
        background-color: #fff;
    }
     ::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }
     ::-webkit-scrollbar-thumb {
        background-color: #c2c2c2;
        background-clip: padding-box;
        min-height: 28px;
        border-radius: 3px;
    }
     ::-webkit-scrollbar-thumb:hover {
        background-color: #a0a0a0;
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

.main-top-menu-header {
    min-width: 1000px;
}

.main-top-menu-header {
    width: 100%;
    min-width: 1100px;
    height: auto;
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #ededed;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    z-index: 200;
    transition: all 0.5s ease-in;
}

.main-top-menu-header .header-container {
    box-sizing: border-box;
    margin: 0 auto;
    width: 1100px;
    height: 70px;
    zoom: 1;
}

.main-top-menu-header .header-container .logo {
    display: inline-block;
    width: 200px;
    height: 30px;
    margin-top: 20px;
    background-size: 200px 30px;
    background-image: url(/static/v2/img/hnusoft.png);
}

.main-top-menu-header a {
    text-decoration: none;
}

.main-top-menu-header .header-container .nav-logo-container {
    display: inline-block;
    width: 60px;
    margin-left: 10px;
    margin-bottom: -1px;
}

.main-top-menu-header .header-container .nav-logo-container .nav-link {
    float: left;
    width: 78px;
    color: #999;
    font-size: 10px;
    font-family: "PingFang SC";
    font-weight: 300;
    line-height: 16px;
}

.main-top-menu-header a {
    text-decoration: none;
}

.main-top-menu-header .header-container .header-menu-list {
    float: right;
    zoom: 1;
}

.main-top-menu-header ul {
    list-style: none;
}

.main-top-menu-header .header-container .header-menu-list>li {
    float: left;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    padding: 0px 20px;
}

.main-top-menu-header .header-container .caret {
    position: relative;
    display: inline-block;
}

.main-top-menu-header .header-container .caret:before {
    border-top-color: #ffffff;
    top: -9px;
    z-index: 2;
}

.main-top-menu-header .header-container .caret:after,
.main-top-menu-header .header-container .caret:before {
    content: " ";
    height: 0;
    width: 0;
    top: 100px;
    position: absolute;
    left: 5px;
    border: 5px solid transparent;
}

.main-top-menu-header .header-container .caret:before {
    border-top-color: #fff;
    top: -9px;
    z-index: 2;
}

.main-top-menu-header .header-container .caret:after,
.main-top-menu-header .header-container .caret:before {
    content: " ";
    height: 0;
    width: 0;
    top: 100px;
    position: absolute;
    left: 5px;
    border: 5px solid transparent;
}

.main-top-menu-header .header-container .caret:after {
    border-top-color: #333;
    top: -7px;
    z-index: 1;
}

.main-top-menu-header .header-container .caret:after,
.main-top-menu-header .header-container .caret:before {
    content: " ";
    height: 0;
    width: 0;
    top: 100px;
    position: absolute;
    left: 5px;
    border: 5px solid transparent;
}

.main-top-menu-header .header-container .caret:after {
    border-top-color: #333;
    top: -7px;
    z-index: 1;
}

.main-top-menu-header .header-container .caret:after,
.main-top-menu-header .header-container .caret:before {
    content: " ";
    height: 0;
    width: 0;
    top: 100px;
    position: absolute;
    left: 5px;
    border: 5px solid transparent;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper {
    position: absolute;
    left: 0;
    border-bottom: 0.5px solid #e5e5e5;
    transform: rotate3d(1, 0, 0, -90deg);
    z-index: 100;
    max-height: 0px;
    box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.07);
    transform-origin: 50% 0%;
    transition: 300ms ease-in-out;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu {
    margin: 30px auto;
    width: 100%;
    max-width: 1100px;
    zoom: 1;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product {
    box-sizing: border-box;
    float: left;
    line-height: normal;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .border-right {
    border-right: 0.5px solid #e5e5e5;
    padding-right: 45px;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product .menu-title {
    font-size: 12px;
    color: #666666;
    margin-bottom: 12px;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .p-s-h-main .menu-title {
    padding-left: 10px;
    margin-left: 0;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product .link-list-left {
    float: left;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .p-s-h-solutions {
    margin-left: 82px;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product {
    box-sizing: border-box;
    float: left;
    line-height: normal;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product .link-list-left {
    float: left;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .p-s-h-solutions .menu-title {
    padding-left: 10px;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product .menu-title {
    font-size: 12px;
    color: #666666;
    margin-bottom: 12px;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product .link-list-left div {
    position: relative;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .p-s-h-solutions .solution-container {
    zoom: 1;
    max-width: 760px;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .p-s-h-solutions .solution-container:after {
    content: "";
    display: table;
    clear: both;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .p-s-h-solutions .solution-container:after {
    content: "";
    display: table;
    clear: both;
}

.main-top-menu-header .header-container .header-menu-list .current-highlight {
    color: #232323 !important;
    border-bottom: 4px solid #e71a07;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown {
    z-index: 200;
}

.main-top-menu-header .header-container .header-menu-list .caret-margin {
    margin-right: 16px;
}

.main-top-menu-header .header-container .header-menu-list .caret-margin:nth-child(5) {
    margin-right: 80px;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown {
    z-index: 200;
}

.main-top-menu-header .header-container .header-menu-list>li {
    padding: 0px 20px;
}

.main-top-menu-header .header-container .header-menu-list>li {
    float: left;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    padding: 0px 20px;
}

.main-top-menu-header .header-container .header-menu-list>li {
    padding: 0 20px;
}

.main-top-menu-header .header-container .header-menu-list>li {
    float: left;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
}

.main-top-menu-header .header-container .header-menu-list>li .p-s-h-center {
    text-decoration: none;
    color: #2c3a46;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper {
    position: absolute;
    left: 0;
    border-bottom: 0.5px solid #e5e5e5;
    transform: rotate3d(1, 0, 0, -90deg);
    z-index: 100;
    max-height: 0px;
    box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.07);
    transform-origin: 50% 0%;
    transition: 300ms ease-in-out;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu {
    margin: 30px auto;
    width: 100%;
    max-width: 1100px;
    zoom: 1;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product {
    box-sizing: border-box;
    float: left;
    line-height: normal;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .border-right {
    border-right: 0.5px solid #e5e5e5;
    padding-right: 45px;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product .menu-title {
    font-size: 12px;
    color: #666666;
    margin-bottom: 12px;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .p-s-h-main .menu-title {
    padding-left: 10px;
    margin-left: 0;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product .link-list-left {
    float: left;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product .link-list-left div {
    position: relative;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product .p-s-h-block {
    width: 212px;
    height: 70px;
    padding: 13px 10px;
    box-sizing: border-box;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu:after {
    content: "";
    display: table;
    clear: both;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu:after {
    content: "";
    display: table;
    clear: both;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown {
    z-index: 200;
}

.main-top-menu-header .header-container li.login_common_ {
    padding: 0px 0px 0px 20px;
}

.main-top-menu-header .header-container .header-menu-list>li {
    padding: 0px 20px;
}

.main-top-menu-header .header-container .header-menu-list>li {
    float: left;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    padding: 0px 20px;
}

.main-top-menu-header .header-container .btn-login {
    width: 80px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    border: 1px solid #2b90ed;
    color: #2b90ed;
    text-align: center;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
}

.main-top-menu-header .header-container li.register_common_ {
    padding: 0px 0px 0px 10px;
}

.main-top-menu-header .header-container .header-menu-list>li {
    padding: 0px 20px;
}

.main-top-menu-header .header-container .header-menu-list>li {
    float: left;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    padding: 0px 20px;
}

.main-top-menu-header .header-container .btn-register_ {
    width: 80px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background-color: #2b90ed;
    color: #ffffff;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}

.main-top-menu-header .header-container .caret {
    position: relative;
    display: inline-block;
}

.main-top-menu-header .header-container .caret:after,
.main-top-menu-header .header-container .caret:before {
    content: " ";
    height: 0;
    width: 0;
    top: 100px;
    position: absolute;
    left: 5px;
    border: 5px solid transparent;
}

.main-top-menu-header .header-container .caret:before {
    border-top-color: #ffffff;
    top: -9px;
    z-index: 2;
}

.main-top-menu-header .header-container .caret:after {
    border-top-color: #333;
    top: -7px;
    z-index: 1;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown:hover .dropdown-menu-wrapper {
    transform: rotate3d(0, 0, 0, 0deg);
    transform-origin: 50% 0%;
    max-height: 1000px;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .p-s-h-center {
    transition: background-size 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    background: linear-gradient(90deg, #e71a07 0, #f67979 98%) no-repeat left bottom;
    background-size: 0 4px;
    padding-bottom: 4px;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown:hover .p-s-h-center {
    background-size: 100% 4px;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper {
    position: absolute;
    left: 0;
    border-bottom: 0.5px solid #e5e5e5;
    transform: rotate3d(1, 0, 0, -90deg);
    z-index: 100;
    max-height: 0px;
    box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.07);
    transform-origin: 50% 0%;
    transition: 300ms ease-in-out;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
}


/*menu*/

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper {
    position: absolute;
    left: 0;
    border-bottom: 0.5px solid #e5e5e5;
    transform: rotate3d(1, 0, 0, -90deg);
    z-index: 100;
    max-height: 0px;
    box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.07);
    transform-origin: 50% 0%;
    transition: 300ms ease-in-out;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu {
    margin: 30px auto;
    width: 100%;
    max-width: 1100px;
    zoom: 1;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product {
    box-sizing: border-box;
    float: left;
    line-height: normal;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .border-right {
    border-right: 0.5px solid #e5e5e5;
    padding-right: 45px;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product .menu-title {
    font-size: 12px;
    color: #666666;
    margin-bottom: 12px;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .p-s-h-main .menu-title {
    padding-left: 10px;
    margin-left: 0;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product .link-list-left {
    float: left;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product .p-s-h-block:hover {
    background: #f8f8f8;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product .link-list-left div {
    position: relative;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product .p-s-h-block {
    width: 240px;
    height: 70px;
    padding: 13px 10px;
    box-sizing: border-box;
}


.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product .link-list-left div span {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 13px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product .link-list-left div h4 {
    font-size: 16px;
    color: #333333;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product .link-list-left div p {
    font-size: 12px;
    color: #999999;
    margin-top: 5px;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .p-s-h-main h4,
.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .p-s-h-main p {
    margin-left: 26px;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .p-s-h-solutions {
    margin-left: 82px;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product {
    box-sizing: border-box;
    float: left;
    line-height: normal;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product .link-list-left {
    float: left;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .p-s-h-solutions .menu-title {
    padding-left: 10px;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product .menu-title {
    font-size: 12px;
    color: #666666;
    margin-bottom: 12px;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product .link-list-left div {
    position: relative;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .p-s-h-solutions .solution-container .p-s-h-block:nth-child(3n + 1) {
    margin-left: 0;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .p-s-h-solutions .solution-container .p-s-h-block {
    float: left;
    margin-left: 61px;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .p-s-h-solutions .solution-container .p-s-h-block {
    float: left;
    margin-left: 61px;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .product .link-list-left div {
    position: relative;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu {
    margin: 30px auto;
    width: 100%;
    max-width: 1100px;
    zoom: 1;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .item-product {
    width: 240px;
    box-sizing: border-box;
    height: 80px;
    float: left;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .item-p-s-h-link {
    display: block;
    width: 100%;
    height: 100%;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .item-p-s-h-link h3 {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    padding: 16px 0px 10px 20px;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .item-p-s-h-link p {
    font-size: 12px;
    line-height: 12px;
    color: #999999;
    padding-left: 20px;
}

.main-top-menu-header .header-container .bottom-contact-container {
    margin: 0 auto;
    width: 1100px;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0px;
    box-sizing: border-box;
    text-align: center;
}

.main-top-menu-header .header-container .bottom-contact-container .bottom-contact {
    font-size: 12px;
    line-height: 30px;
    color: #666;
}

.main-top-menu-header .header-container .bottom-contact-container .bottom-contact .dividing-line {
    display: inline-block;
    padding: 0px 20px;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .item-container .item-product {
    position: relative;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .item-product {
    width: 240px;
    box-sizing: border-box;
    height: 80px;
    float: left;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .item-product:hover {
    background-color: #f8f8f8;
}

.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .item-container span {
    width: 23px;
    height: 23px;
    position: absolute;
    left: 10px;
    top: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .item-container .item-product h3,
.main-top-menu-header .header-container .header-menu-list .p-s-h-dropdown .dropdown-menu-wrapper .dropdown-menu .item-container .item-product p {
    margin-left: 36px;
    padding-left: 0;
}


/*banner*/

.banner-container {
    height: 420px;
    width: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container .slide-1 img,
.swiper-container .slide-2 img,
.swiper-container .slide-3 img,
.swiper-container .slide-4 img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

.swiper-container .slide-1 .content-wrapper,
.swiper-container .slide-2 .content-wrapper,
.swiper-container .slide-3 .content-wrapper,
.swiper-container .slide-4 .content-wrapper {
    position: absolute;
    width: 1100px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.swiper-container .slide-1 .content-wrapper h3,
.swiper-container .slide-2 .content-wrapper h3,
.swiper-container .slide-3 .content-wrapper h3,
.swiper-container .slide-4 .content-wrapper h3 {
    font-size: 48px;
    color: #fff;
    margin: 100px 0 7px;
    line-height: 62px;
    font-weight: bold;
}


.swiper-container .slide-4 p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 55px;
}

.font-lighter {
    font-weight: lighter;
    color: #fff;
    height: 50px;
}

.swiper-container .slide-1 .content-wrapper a.primary,
.swiper-container .slide-2 .content-wrapper a.primary,
.swiper-container .slide-3 .content-wrapper a.primary,
.swiper-container .slide-4 .content-wrapper a.primary {
    width: 160px;
    height: 40px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a.primary {
    background: #38f;
    padding: 12px 42px;
    color: #fff;
}

a.button {
    font-size: 14px;
    padding: 12px 22px;
    text-decoration: none;
    border-radius: 2px;
}

.swiper-container .slide-4 .inner-img {
    width: 516px;
    height: 281px;
    width: auto;
    position: absolute;
    right: 0;
    top: 70px;
}

.swiper-container .slide-1 {
    background-image: url(https://mycoding.com/Template/style4/style_img/aliyun/TB1INNuQpXXXXafXpXXXXXXXXXX-1904-990.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.swiper-container .slide-2 {
    background-image: url(https://mycoding.com/Template/style4/style_img/aliyun/TB1.2PVOpXXXXa9XVXXXXXXXXXX-1400-350.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.swiper-container .slide-3 {
    background-image: url(https://mycoding.com/Template/style4/style_img/aliyun/TB1_be7NXXXXXaNapXXXXXXXXXX-2880-760.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.swiper-container .slide-4 {
    background-image: url(https://mycoding.com/Template/style4/style_img/aliyun/TB13THcMpXXXXXpXFXXXXXXXXXX-1600-440.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-container .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    border-radius: 0;
    opacity: 0.5;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-container .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.swiper-container .custom-prev {
    right: 1130px;
    left: auto;
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    background-image: url(/static/v2/img/L.png);
}

.swiper-container .custom-next {
    left: 1130px;
    right: auto;
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    background-image: url(/static/v2/img/R.png);
}

.swiper-container .swiper-button-container {
    width: 1100px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.banner-container .no-visual {
    visibility: hidden;
}

.banner-container:hover .no-visual {
    visibility: visible;
}

.swiper-container .slide-1 small {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
    display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
}

.swiper-container .swiper-pagination-bullet:after {
    content: " ";
    position: absolute;
    top: -18.5px;
    bottom: -18.5px;
    left: 0;
    right: 0;
}