@font-face {
    font-family: "HN_Th";
    src: url('../style/HelveticaNeueLTStd-Th.eot');
    src: local('☺'), url('../style/HelveticaNeueLTStd-Th.eot?#iefix') format("embedded-opentype"), url('../style/HelveticaNeueLTStd-Th.woff') format("woff"), url('../style/HelveticaNeueLTStd-Th.ttf') format("truetype")
}

@font-face {
    font-family: "gil";
    src: url('../style/Gilroy-Bold.woff.ttf') format("truetype")
}

@font-face {
    font-family: "mool";
    src: url('../style/moolbor.eot');
    src: local('☺'), url('../style/moolbor.eot?#iefix') format("embedded-opentype"), url('../style/moolbor.woff') format("woff"), url('../style/moolbor.ttf') format("truetype")
}

* {
    outline: 0
}

body, input, textarea, select, button {
    line-height: 2em;
    color: #555
}

img, fieldset {
    border: 0
}

ul, ol {
    list-style: none
}

em, address {
    font-style: normal
}

a, a p, a span, a h3, a h4, a h2, a div {
    text-decoration: none;
    cursor: pointer;
    color: #555
}

a:hover, a:hover p, a:hover span, a:hover h3, a:hover h4, a:hover h2, a div {
    color: #003992
}

.bg5.light a {
    color: #fff
}

.bg5.light a:hover {
    color: #f60
}

a:active, a:focus, a:visited {
    text-decoration: none
}

table {
    border-collapse: collapse
}

h2, h3, h4 {
    font-weight: normal
}

legend, hr, table caption {
    display: none
}

label {
    vertical-align: middle;
    color: #666
}

img {
    margin: 0;
    padding: 0;
    vertical-align: middle
}

input, textarea {
    margin: 0;
    padding: 3px 5px;
    vertical-align: middle
}

select {
    margin: 0;
    height: 22px;
    vertical-align: middle;
    font-size: 1em;
    border: 1px solid #bbb
}

select option {
    vertical-align: 3px
}

*:first-child + html select {
    margin-top: 2px
}

.skip {
    display: none;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    padding: 0;
    font-size: 0;
    line-height: 0
}

.skip:hover, .skip:active, .skip:focus {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5px 0;
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma;
    line-height: 1;
    color: #666;
    text-decoration: none !important;
    text-indent: 10px
}

.ellips {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left
}

.blind {
    font-size: 0;
    height: 0;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 0
}

.solutionsbg {
    background: url(../../images/background.jpg) no-repeat top center;
    height: 900px;
    max-width: 1920px;
    margin: auto
}

.wbg {
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #eee
}

.banner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.banner .item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.banner .item img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.banner .pic, .banner .pic_m {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.banner .pic .pimg {
    width: 100%;
    display: block;
    opacity: 1;
    transition: transform 5s ease 0s, opacity 2s ease 0s
}

.bannerText {
    position: absolute;
    top: 30%;
    left: 5%;
    z-index: 500;
    color: #fff;
    line-height: 1;
    width: 50%
}

.bannerText img {
    max-width: 100%
}

.bannerText h3 {
    font-size: 28px;
    line-height: 1.5
}

.bannerText h1 {
    font-size: 55px;
    line-height: 1.2;
    margin-bottom: 20px
}

.bannerText .b b {
    display: block
}

.bannerText .button {
    margin-top: 30px
}

.downSider {
    width: 19px;
    height: 48px;
    background: url(../../images/arrow.png) no-repeat center center;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    bottom: 130px;
    z-index: 99;
    animation: b_jump .5s ease-in-out .1s alternate infinite;
    -webkit-animation: b_jump .5s ease-in-out .1s alternate infinite;
    cursor: pointer
}

.notice {
    overflow: hidden;
    height: 4em
}

.notice .w1280 {
    box-sizing: border-box;
    background-image: url(../../images/notice.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 60px;
    padding-right: 60px
}

.notice a {
    color: #003992;
    font-size: 14px;
    font-weight: bold;
    max-width: 100%;
    text-overflow: ellipsis;
    display: block
}

.notice a:hover {
    color: #f60
}

.idxbanner {
    height: 590px
}

.idxbanner ul li {
    position: relative;
    height: 590px;
    overflow: hidden
}

.idxbanner ul li img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.box {
    box-sizing: border-box
}

.form1 {
    background: rgba(0, 0, 0, 0.5);
    padding: 3vw;
    z-index: 888;
    right: 4vw;
    top: 50%;
    transform: translateY(-53%);
    width: 27vw
}

.form1 h2 {
    margin-bottom: 30px;
    font-size: 30px
}

.form1 dl {
    display: flex;
    flex-wrap: wrap
}

.form1 dl .s-input {
    background-color: #fff;
    border-radius: 3px;
    line-height: 4em;
    text-indent: 10px
}

.form1 dl dd {
    margin-bottom: 14px;
    box-sizing: border-box
}

.form1 dl dd:nth-child(1), .form1 dl dd:nth-child(4) {
    padding-right: 7px
}

.form1 dl dd:nth-child(2), .form1 dl dd:nth-child(5) {
    padding-left: 7px
}

.form1 dl dd img {
    border-radius: 3px;
    cursor: pointer
}

.form2 {
    background-color: #eff5ff
}

.form2 .s-input {
    border: 0;
    width: 80%;
    height: 3.5em;
    line-height: 3.5em;
    text-indent: 15px;
    font-size: 16px
}

.form2 .btn4 {
    width: 20%;
    float: right;
    position: relative;
    display: block;
    position: relative;
    line-height: 3.5;
    cursor: pointer
}

.form2 .btn4:before {
    content: '\e52b';
    font-family: iconfont;
    color: #000;
    text-align: center;
    width: 100%;
    display: block;
    z-index: 40;
    position: absolute;
    left: 0;
    top: 0
}

.form2 .btn4 input {
    width: 100%;
    text-indent: 1000px;
    overflow: hidden;
    z-index: 50;
    position: relative;
    cursor: pointer
}

@keyframes b_jump {
    from {
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }
    to {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px)
    }
}

@-webkit-keyframes b_jump {
    from {
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }
    to {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px)
    }
}

.advantages {
    display: flex
}

.advantages dd {
    width: 25%;
    box-sizing: border-box;
    padding: 0 1% 0 0;
    vertical-align: middle
}

.advantages dd img {
    float: left
}

.advantages dd h3 {
    font-size: 20px;
    margin-top: 15px
}

.prenext {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #eee
}

.prenext .pre {
    float: left
}

.prenext .next {
    float: right
}

.idx_l1 dd:nth-child(2) ul li {
    width: 50%;
    float: left;
    padding: 2%;
    box-sizing: border-box
}

.idx_l1 dd:nth-child(2) img {
    width: 100%
}

.idx_l1 dd:nth-child(2) ul li:first-child {
    margin-top: 10%
}

.idx_l3 img, .idx_l3a img {
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
    transition: 300ms
}

.idx_l3 .slick-slide div, .idx_l3a .slick-slide div {
    padding: 15px
}

.idx_l3 li, .idx_l3a li {
    text-align: center;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    transition: 500ms
}

.idx_l3 li:hover, .idx_l3a li:hover {
    transform: translateY(-5px)
}

.idx_l3 li:hover img, .idx_l3a li:hover img {
    transform: scale(1.09)
}

.idx_l3 li h4 {
    background-color: #eff5ff;
    color: #222;
    line-height: 3
}

.idx_l3 .slick-dots li, .grow4 .slick-dots li, .idx_l3a .slick-dots li {
    font-size: 0;
    height: 5px;
    width: 16px;
    background-color: #003992;
    transition: 500ms;
    border-radius: 0
}

.idx_l3 .slick-dots li.slick-active, .grow4 .slick-dots li.slick-active, .idx_l3a .slick-dots li.slick-active {
    width: 30px;
    background-color: #f6009c
}

.idx_l4 ul.w1280:first-child {
    padding: 20px 0;
    line-height: 3
}

.idx_l4 ul.w1280:first-child li {
    font-weight: bold;
    padding-right: 40px
}

.idx_l4 ul.w1280:first-child li:last-child {
    padding-right: 0
}

.idx_l4 ul.w1280:last-child {
    padding: 15px 0
}

.idx_l4 dl {
    border: 1px solid #1a4d9d;
    padding: 40px 0
}

.idx_l5 .w30 {
    box-sizing: border-box;
    padding-left: 8%
}

.idx_l5 .w30 .tit {
    margin-bottom: 200px
}

.idx_l5 .w30 .tit h4 {
    font-size: 25px
}

.idx_l5 .item p {
    min-height: 150px
}

.idx_l5.grow3a .item p {
    font-size: 14px;
    line-height: 1.8
}

@media (min-width: 1940px) {
    .idx_l5.grow3a .item p {
        min-height: 15vh
    }
}

.grow3a .idx_l7 .item a {
    min-height: 650px
}

.grow3a .tit .fr {
    margin-top: 20px
}

.idx_l5 .item a ul {
    margin: 20px 0
}

.idx_l5.grow3a .item a ul {
    margin-top: 0
}

.idx_l5 .item a ul:after, .idx_l5 .item a ul:before {
    content: '';
    display: table;
    clear: both
}

.idx_l5 .item a ul li {
    float: left;
    width: 49%;
    border-radius: 3px;
    text-align: center
}

.idx_l5 .item a ul li:nth-child(1) {
    background-color: #ffe9db;
    color: #f60
}

.idx_l5 .item a ul li:nth-child(2) {
    background-color: #d3d6ff;
    color: #003992;
    float: right
}

.idx_l7 .item {
    padding-right: 20px
}

.idx_l7 .item a {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    min-height: 300px
}

.tit {
    position: relative
}

.tit h1 {
    font-size: 45px;
    font-weight: bold
}

.tit h2, .tit h3 {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.8
}

.tit h4 {
    font-size: 18px
}

.tit {
    margin-bottom: 20px
}

.idx_l2 .num {
    font-family: "gil";
    font-size: 200px;
    color: #e5ebfa;
    left: 0;
    top: 30%;
    display: inline-block;
    line-height: 1;
    z-index: 0
}

.idx_l2 .tit {
    z-index: 5;
    position: relative
}

.idx_l2 dd:nth-child(2) .col2 .item:first-child {
    float: right
}

.idx_l2 .col2 .item:nth-child(2) {
    padding: 10% 0 0 5%;
    box-sizing: border-box
}

.idx_l2 a {
    display: block;
    color: #555
}

.idx_l2 a h2 {
    color: #03229a
}

.idx_l2 a .tit {
    color: #555
}

.idx_l2 a:hover h2 {
    color: #f60
}

.idx_l2 a:hover .num {
    left: -40px
}

.idx_l2 a:hover .tit {
    margin-left: 20px
}

.col3 .item {
    width: 33.33333%;
    float: left
}

.col4 .item {
    width: 25%;
    float: left
}

.col2 .item {
    width: 50%;
    float: left
}

.col:before, .col:after {
    content: '';
    display: table;
    clear: both
}

.idx_l1 .item h2, .laz1 ul li h3, .grow1 ul li h3 {
    font-size: 35px;
    font-weight: bold;
    color: #f60;
    line-height: 1.5
}

.laz1 ul li h3 {
    color: #ff003a
}

.grow4 .slick-list li {
    padding: 20px
}

.grow4 .slick-list li a {
    overflow: hidden;
    display: block
}

.grow4 .slick-list li a:hover img {
    transform: scale(1.09)
}

.idx_l1 .item {
    font-size: 25px;
    color: #003992
}

.counter, .ht b {
    font-size: 70px
}

.idx_l1 .ht .counter {
    font-size: 25px
}

.idx_l8 li {
    display: inline-block;
    transition: 300ms
}

.arrow-l, .arrow-r {
    font-family: "iconfont";
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #003992;
    background-color: #fff;
    cursor: pointer;
    line-height: 40px;
    margin: 0 5px;
    text-align: center
}

.arrow-l:before {
    content: '\e512'
}

.arrow-r:before {
    content: '\e502'
}

.arrow-l:hover, .arrow-r:hover {
    background-color: #f60;
    color: #fff
}

.bannert {
    background-size: cover;
    position: relative;
    height: 710px;
    background-position: center
}

@media (min-width: 1980px) {
    .bannert {
        height: 100vh
    }
}

.openbanner {
    background-image: url(../../images/open.jpg)
}

.lazbanner {
    background-image: url(../../images/laz.jpg)
}

.tbcbanner {
    background-image: url(../../images/tbc1.jpg)
}

.growbanner {
    background-image: url(../../images/grow.jpg)
}

.focusbanner {
    background-image: url(../../images/focus.jpg)
}

.bannert .tit {
    position: absolute;
    left: 10%;
    top: 30%
}

.newb a {
    display: block;
    width: 100%
}

.newb img {
    width: 100%
}

.newb {
    position: relative
}

.pager {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 4em
}

.pager span {
    display: inline-block;
    margin: 0 5px
}

.pager span a {
    display: inline-block;
    background-color: #fff;
    border: 3px solid #fff;
    width: 10px;
    height: 10px;
    overflow: hidden;
    text-indent: 100px;
    transition: 400ms;
    border-radius: 50%
}

.pager span a:hover, .pager span.on a {
    background-color: transparent
}

.growbanner.bannert .tit {
    left: 50%
}

.bannert .tit h2 {
    font-size: 50px;
    line-height: 1.5
}

.bannert .tit .button {
    margin-top: 20px
}

.pbanner {
    overflow: hidden;
    position: relative;
    min-height: 500px;
    background-image: url(../../home/images/ab1.jpg);
    background-size: cover
}

.pbanner .tit {
    left: 0;
    right: 0;
    width: 1240px;
    bottom: 20%;
    margin: auto
}

#glist {
    position: relative
}

.grid {
    width: 350px;
    min-height: 250px;
    float: left;
    margin: 8px
}

.mon {
    display: none
}

.bd {
    border-bottom: 1px solid #eee
}

.bt {
    border-top: 1px solid #eee
}

.da-thumbs li a, .da-thumbs li a img {
    display: block;
    position: relative
}

.da-thumbs li a {
    overflow: hidden
}

.da-thumbs li a div {
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.da-thumbs li a div.da-animate {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.da-thumbs li a h3 {
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: url(../../images/arrow.png) no-repeat bottom center;
    padding-bottom: 70px;
    font-size: 25px;
    font-weight: normal;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 100%
}

.da-slideFromTop {
    left: 0;
    top: -100%
}

.da-slideFromBottom {
    left: 0;
    top: 100%
}

.da-slideFromLeft {
    top: 0;
    left: -100%
}

.da-slideFromRight {
    top: 0;
    left: 100%
}

.da-slideTop {
    top: 0
}

.da-slideLeft {
    left: 0
}

.da-thumbs li a div span {
    display: block;
    position: relative
}

.gotop {
    float: right;
    cursor: pointer
}

.keywords {
    float: left
}

.header {
    top: 0;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 899;
    height: 100px;
    transition: 600ms;
    -webkit-transition: 600ms
}

.header.pos {
    top: 0;
    bottom: auto;
    position: fixed;
    box-shadow: 5px 5px 35px 5px rgba(100, 100, 100, .2);
    background-color: rgba(255, 255, 255, .9)
}

.header .nav {
    float: left
}

.header .nav li {
    float: left;
    position: relative
}

.header .nav a {
    display: block;
    color: #fff;
    line-height: 100px;
    font-size: 16px;
    padding: 0 30px
}

.searchbtn > span {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 58px;
    margin-right: 65px;
    cursor: pointer
}

.pos .searchbtn > span, .mos .searchbtn > span, .dark .searchbtn > span {
    color: #033992
}

.searchbtn > form {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 15px;
    background: #fff;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1) inset
}

.searchbtn input[type='text'] {
    float: left;
    width: calc(100% - 10%);
    height: 35px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-right: 0;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    line-height: 35px
}

.searchbtn input[type='submit'] {
    float: right;
    width: 10%;
    height: 35px;
    border: 0;
    background: #f60;
    font-size: 18px;
    color: #fff;
    cursor: pointer
}

.login {
    line-height: 100px;
    margin-right: 20px
}

.login li {
    display: inline-block
}

.login a {
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    padding: 0 35px;
    line-height: 3
}

.login li:nth-child(2) a {
    background-color: #f60
}

.login a:hover {
    background-color: #fff;
    color: #f60
}

.login li:nth-child(2) a:hover {
    background-color: #fff
}

.header .nav .twonav {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    background: #f60;
    padding: 5px 0 0 0;
    display: none
}

.header .nav .twonav li {
    float: none !important;
    clear: both;
    width: 100%
}

.header .nav .twonav a {
    text-align: center;
    display: block;
    color: #003992;
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 5px;
    background-color: #fff
}

.header .nav .twonav a:hover {
    background: #f60;
    color: #fff
}

.header .nav .twonav li a:before {
    content: '';
    padding-left: 5px
}

.header .nav .twonav li a {
    padding-left: 5px
}

.header.pos .nav a, .header.dark .nav a, .header.pos .login li:nth-child(1) a, .header.dark .login li:nth-child(1) a {
    color: #222
}

.header.dark .login li:nth-child(1) a:hover {
    background-color: #f60;
    color: #fff
}

.header.dark .login li:nth-child(2) a:hover {
    background-color: #1a4d9d;
    color: #fff
}

.menu-handler {
    transition: 300ms;
    -webkit-transition: 300ms;
    width: 58px;
    height: 58px;
    cursor: pointer;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1008
}

.menu-handler .burger {
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    display: block;
    position: absolute;
    z-index: 5;
    top: 20px;
    left: 50%;
    margin: 0 0 0 -12px;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center
}

.menu-handler.mos .burger, .menu-handler.dark .burger {
    background-color: #03229a
}

.menu-handler .burger-2 {
    top: 27px
}

.menu-handler .burger-3 {
    top: 35px
}

.csstransforms .menu-handler.active {
    background-color: transparent
}

.csstransforms .menu-handler.active .burger {
    background: #03229a
}

.csstransforms .menu-handler.active .burger-1 {
    top: 27px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.csstransforms .menu-handler.active .burger-2 {
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0
}

.csstransforms .menu-handler.active .burger-3 {
    top: 27px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.csstransforms .trans, .csstransforms .trans:hover {
    -webkit-transition: all 277ms ease-in-out;
    -moz-transition: all 277ms ease-in-out;
    -o-transition: all 277ms ease-in-out;
    transition: all 277ms ease-in-out;
    -ms-transition: all 277ms ease-in-out
}

.csstransforms .trans-fast, .csstransforms .trans-fast:hover {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out
}

.no-csstransforms .menu-handler.active .burger-1, .no-csstransforms .menu-handler.active .burger-2, .no-csstransforms .menu-handler.active .burger-3 {
    display: none
}

.no-csstransforms .menu-handler.active {
    background: url(../../images/mob_close.png) no-repeat scroll center center
}

.menuBox {
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1006;
    background-color: #fff
}

.navMobile {
    padding: 20% 0;
    max-width: 85%;
    margin: auto
}

.navMobile dd {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee
}

.navMobile dd h3 a {
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    position: relative;
    overflow: hidden;
    text-indent: 18px;
    font-weight: 400;
}

.navMobile dd h3 a:before, .navMobile dd h3 a:after {
    font-family: iconfont;
    position: absolute;
    right: 10px;
    top: 30%;
    color: #aaa;
    z-index: 999
}

.navMobile dd h3 a:before {
    opacity: 1;
    content: '\e612';
    transition: 300ms
}

.navMobile dd h3 a:after {
    opacity: 0;
    content: '\e636';
    top: 250%;
    transition: 300ms
}

.navMobile dd h3 a.cur:before {
    opacity: 0;
    top: -250%
}

.navMobile dd h3 a.cur:after {
    opacity: 1;
    top: 30%
}

.navMobile dd a {
    display: block;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 12px;
    color: #646464;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight:bold;;
}

.navMobile dd a:active, .navMobile dd a:hover, .navMobile dd h3 a.cur {
    color: #f60
}

.navMobile dd.dlin8 {
    border-bottom: 0
}

.dlin8 ul {
    padding: 60px 0 10px 0
}

.dlin8 ul:before, .dlin8 ul:after {
    clear: both;
    content: '';
    display: table;
    line-height: 0
}

.dlin8 ul li {
    float: left;
    width: 49%
}

.dlin8 ul li:nth-child(2) {
    float: right
}

.dlin8 ul li a {
    background-color: #f60;
    color: #fff;
    text-align: center;
    border-radius: 5px
}

.dlin8 ul li a:hover {
    background-color: #033992;
    color: #fff
}

.dlin8 ul li:nth-child(1) a {
    background-color: #033992
}

.dlin8 ul li:nth-child(1) a:hover {
    background-color: #f60
}

.mlogo {
    width: 100px;
    display: block;
    position: absolute;
    left: 10px;
    top: 15px
}

.mlogo img {
    width: 100%
}

.menuBox .tool {
    text-align: center;
    font-size: 0;
    background: #a2192b;
    padding: 55px 0
}

.menuBox .tool a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    background: 0;
    color: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 100%;
    margin: 0 10px;
    line-height: 40px;
    text-transform: uppercase
}

.menuBox .tool a:hover .ntx {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px)
}

.too2 {
    text-align: center;
    margin-top: 10%
}

.too2 a {
    background: 0;
    color: #646464;
    margin: 0 20px
}

.too2 a:hover {
    color: #a2192b；
}

.menuBox .twonav {
    background: #fafafa;
    display: none;
    padding: 20px 0
}

.menuBox .twonav a {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 0;
    color: #003992;
    text-indent: 25px
}

.menuBox .twonav a:hover {
    background: #f60;
    color: #fff
}

.logo {
    float: left;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden
}

.logo img {
    max-height: 100%;
    display: block
}

.logo img:nth-child(2) {
    display: none
}

.header.pos .logo img:nth-child(1), .header.dark .logo img:nth-child(1) {
    display: none
}

.header.pos .logo img:nth-child(2), .header.dark .logo img:nth-child(2) {
    display: block
}

.down {
    position: absolute;
    top: 45px;
    right: 200px
}

.down a {
    display: block;
    color: #fff;
    text-align: center;
    background: url(../../images/down.gif) no-repeat 0 0;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px 0 30px
}

.down a:hover {
    background-position: 0 -30px
}

.fr {
    float: right
}

.fl {
    float: left
}

.topnews {
    padding: 160px 0 80px 0;
    overflow: hidden
}

.topnews.story {
    padding: 100px 0 0 0
}

.topnews.story dl {
    background-color: #fafafa;
    padding-bottom: 40px
}

.topnews.story dd div:nth-child(2) {
    padding-left: 40px
}

.topnews .pic {
    height: 350px;
    margin-bottom: 20px
}

.topnews a {
    color: #778ba5
}

.topnews a h2 {
    color: #344565;
    line-height: 2
}

.topnews a:hover h2 {
    color: #f60
}

.search {
    background-color: #033992;
    position: relative
}

.search .w1280 {
    height: 300px;
    padding-top: 200px
}

.search .form2 .s-input {
    height: 5em;
    font-size: 20px;
    width: 90%
}

.search .form2 .btn4 {
    height: 4em;
    line-height: 4em;
    font-size: 25px;
    width: 10%
}

.search .form2 .btn4 input {
    line-height: 6em
}

.newslist .pic {
    overflow: hidden;
    height: 230px;
    margin-right: 40px
}

.newslist.unilist .pic {
    height: 190px
}

.newslist dd {
    background-color: #fff;
    margin-bottom: 25px;
    transition: 600ms
}

.newslist.unilist dd {
    padding-bottom: 25px;
    border-bottom: 1px solid #eee
}

.newslist dd:hover {
    box-shadow: 5px 5px 25px 5px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px)
}

.newslist.unilist dd:hover {
    border-bottom: 1px solid #f60;
    box-shadow: none;
    transform: translateY(0)
}

.newslist dd:hover .pic img {
    transform: scale(1.09)
}

.newslist dd .con {
    padding: 20px 20px 0 0
}

.newslist.slist dd .con {
    padding: 20px
}

.newslist dd a h3 {
    font-size: 20px;
    color: #344565
}

.newslist dd:hover a h3 {
    color: #f60
}

.newslist dd p {
    padding: 20px 0;
    color: #778ba5;
    font-size: 14px
}

.newslist.unilist dd p {
    padding: 10px 0
}

.newslist dd span, .newslist dd span a {
    color: #f60
}

.mnavt {
    display: none
}

a .pic {
    overflow: hidden
}

a .pic img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

a:hover .pic img {
    transform: scale(1.09)
}

.topnews h2 {
    font-size: 25px;
    line-height: 1.5;
    font-weight: normal
}

.topnews .tit {
    padding: 40px 0
}

.newscon {
    padding: 160px 0 60px 0
}

.news2 {
    padding: 20px;
    line-height: 1.2;
    margin-top: 20px
}

.news2 span {
    font-size: 30px;
    display: inline-block;
    font-family: impact;
    line-height: 1.5;
    margin-right: 20px;
    color: #aaa
}

.news2 li {
    padding: 15px 0;
    border-bottom: 1px solid #d4dce9
}

.newscon .tit h2 {
    line-height: 1.3;
    font-size: 30px;
    color: #344565
}

.newscon .tit .t1 {
    margin: 20px 0 50px 0;
    color: #778ba5
}

.newscon .tit .t1 a {
    color: #f60
}

.newscon .tit .t1 a:hover {
    color: #003c96
}

.ab1 li {
    width: 37%;
    float: left
}

.ab1 li:nth-child(2) {
    float: right;
    width: 60%;
    padding-top: 40px
}

.ab2 {
    background: url(../../home/images/ab2.jpg) no-repeat center #003992;
    min-height: 470px;
    padding-top: 50px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px
}

.ab2 li h2 {
    font-size: 45px;
    line-height: 2
}

.ab3 {
    color: #003992
}

.ab3 ul li {
    padding: 20px 0
}

.ab3 ul:first-child li img {
    float: left
}

.ab3 ul:first-child li h2 {
    font-size: 45px;
    line-height: 1.8
}

.ab3 ul:nth-child(2) {
    border-bottom: 1px solid #eee
}

.ab3 ul:nth-child(2) li {
    border-top: 1px solid #eee
}

.ab3 ul:nth-child(2) li:after, .ab3 ul:nth-child(2) li:before, .ab3 ul:first-child li:after, .ab3 ul:first-child li:before {
    display: table;
    content: "";
    line-height: 0;
    clear: both
}

.ab3 ul:nth-child(2) li img {
    float: right
}

.ab3 ul:nth-child(2) li {
    font-size: 25px;
    line-height: 5;
    padding-left: 30px
}

.ab4 {
    box-sizing: border-box;
    color: #fff;
    position: relative;
    width: 100%;
    height: auto
}

.ab4 .slick-frame {
    min-width: 1200px;
    height: 800px;
    position: relative;
    margin: 0 auto;
    padding-top: 100px;
    background: url(../../home/images/ab4.jpg) no-repeat center #003992;
    background-size: cover;
    box-sizing: border-box
}

.ab4 .hl1, .hl2, .hl3 {
    height: 1px;
    position: absolute;
    background-color: rgba(255, 255, 255, .5)
}

.ab4 .hl1 {
    top: 250px;
    left: 0;
    right: 50%;
    margin-right: -600px
}

.ab4 .hl2 {
    top: 466px;
    width: 1200px;
    left: 50%;
    margin-left: -600px
}

.ab4 .hl3 {
    top: 682px;
    left: 50%;
    margin-left: -600px;
    right: 0
}

.ab4 .arc1, .arc2 {
    position: absolute;
    width: 100px;
    height: 215px;
    border: 1px solid rgba(255, 255, 255, .5)
}

.ab4 .arc1 {
    border-radius: 0 100% 100% 0/50%;
    border-left: 0;
    top: 250px;
    right: 50%;
    margin-right: -700px
}

.ab4 .arc2 {
    border-radius: 100% 0 0 100%/50%;
    border-right: 0;
    top: 466px;
    left: 50%;
    margin-left: -700px
}

.ab4 .history {
    margin: 0 auto;
    width: 1240px
}

.history .hul1, .hul2 {
    z-index: 5;
    padding: 0;
    display: flex
}

.history .hul1 {
    margin-top: 20px;
    width: 100%;
    justify-content: space-between
}

.history .hul2 {
    width: 100%;
    margin-top: 0;
    justify-content: space-around
}

.history .milestone {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 230px;
    height: 215px
}

.history .hul1 .milestone {
    width: 220px
}

.history .milestone span {
    position: absolute;
    color: #003596;
    left: 0;
    top: 18px;
    width: 80px;
    height: 66px;
    background: url(../../home/images/iconlite.png) no-repeat;
    font-size: 26px;
    line-height: 62px;
    text-align: center
}

.history .milestone span:hover {
    color: #fff;
    cursor: default;
    background: url(../../home/images/icondark.png) no-repeat top center
}

.history .milestone .line {
    position: absolute;
    width: 1px;
    height: 29px;
    background-color: rgba(255, 255, 255, .5);
    left: 40px;
    top: 84px
}

.history .milestone .circle {
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .6);
    top: 113px;
    left: 35px
}

.history .milestone p {
    display: block;
    position: absolute;
    width: 100%;
    left: 50px;
    font-size: 14px;
    line-height: 22px;
    top: 108px
}

.history .milestone .highlight {
    white-space: nowrap;
    width: auto;
    padding-left: 6px;
    padding-right: 6px;
    height: 22px;
    background: linear-gradient(90deg, #ff6500 0, #ff009b 100%);
    border-radius: 8px
}

.history .milestone .top132 {
    top: 132px
}

.history .milestone .top136 {
    top: 138px
}

.history .milestone .top148h {
    top: 148px;
    height: 40px
}

.history .milestone .top122l {
    top: 122px;
    height: 22px
}

.history .milestone .top122m {
    top: 122px;
    height: 18px
}

.history .milestone .top122h {
    top: 122px;
    height: 36px
}

.history .milestone .top152 {
    top: 145px
}

.history .milestone .top156 {
    top: 156px
}

.history .milestone .top158 {
    top: 158px
}

.history .milestone .top167h {
    top: 167px;
    height: 21px
}

.history .milestone .top184 {
    top: 184px
}

.history .milestone .top188 {
    top: 188px
}

.ab4 .tit img, .ab5 .tit img {
    float: left;
    margin-right: 10px
}

.ab5 ul {
    display: flex;
    margin-top: 40px
}

.ab5 ul li {
    color: #fff;
    background-color: #003992;
    width: 33.333333%
}

.ab5 ul li:nth-child(2) {
    background-color: #005ce1
}

.ab5 ul li:nth-child(3) {
    background-color: #0f146d
}

.ab5 ul li p {
    padding: 40px
}

.ab5 ul li div img {
    height: auto;
    margin-left: 40px;
    margin-top: 40px
}

.ab6 {
    background: url(../../home/images/updateLogo.png) no-repeat top center #e5ebfb;
    box-sizing: border-box;
    padding: 80px 0;
    min-height: 500px
}

.unibanner {
    height: 750px;
    background-image: url(../../home/images/uni1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative
}

.unibanner a * {
    color: #fff
}

.unibanner a:hover * {
    color: #f60
}

.unibanner .tit h4 {
    font-size: 25px;
    font-weight: 700
}

.unibanner .button {
    position: absolute;
    bottom: 15%;
    right: 0;
    transform: translateX(-50%)
}

.unibanner .button a {
    border-radius: 100px;
    font-size: 25px;
    padding: 0 100px
}

.unibanner .poa {
    left: 0;
    right: 0;
    height: 100%
}

.uninotice {
    width: 35%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.uninotice li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative
}

.uninotice li:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .05)
}

.unicos li {
    float: left;
    text-align: center;
    width: 16.5%
}

.unicos li h3 {
    font-size: 16px
}

.unicos1 li span {
    float: left
}

.unicos1 li h3 {
    margin: 35px 0 0 0;
    font-size: 16px
}

.unicos1 li:after {
    display: table;
    clear: both;
    content: ''
}

.unicos1 .poa {
    bottom: 40px;
    left: 40px
}

.uni {
    font-size: 45px;
    line-height: 2;
    color: #fff
}

.uni a {
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 10%
}

.uni a h2 {
    color: #fff;
    font-size: 45px;
    font-weight: bold
}

.uni a:hover h2 {
    color: #f60;
    transform: translateY(-5%)
}

.logform {
    box-shadow: 0 25px 35px 0 rgba(0, 0, 0, .2);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    transform: translateY(-50%);
    padding: 3%;
    background-color: #fff;
    font-size: 14px
}

.logform .button {
    margin: 20px 0
}

.logform .button, .logform .button a {
    display: block;
    text-align: center
}

.logform .tit h4 {
    font-weight: bold
}

.logform li:last-child {
    color: #aaa
}

.logform li:last-child a {
    color: #f60
}

.logform li:last-child a:hover {
    color: #003992
}

.subnav {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.subnav li {
    float: left
}

.subnav li a {
    color: #fff;
    padding: 0 40px;
    display: block;
    line-height: 80px;
    position: relative
}

.subnav li a:after {
    content: '';
    width: 0;
    height: 4px;
    background-color: #f60;
    position: absolute;
    bottom: 0;
    left: 0
}

.subnav li a:hover, .subnav .current a {
    color: #f60;
    font-weight: bold
}

.subnav li a:hover:after, .subnav .current a:after {
    width: 100%;
    transition: 300ms
}

.newsmenu .subnav {
    position: relative
}

.newsmenu .subnav li a {
    color: #333;
    position: relative;
    line-height: 56px
}

.newsmenu .subnav li a:hover, .newsmenu .subnav .current a {
    color: #f60
}

.subnav2 {
    text-indent: 25px;
    margin-top: 20px;
    padding-bottom: 10px
}

.subnav2 h2 {
    color: #03229a;
    line-height: 4
}

.subnav2 a {
    display: block;
    line-height: 4
}

.subnav2 .on a, .subnav2 a:hover {
    background-color: #fff;
    color: #f60;
    font-weight: bold;
    border-left: 5px solid #f60
}

.storylist .slick-arrow, .topnews .slick-arrow, .idx_l3 .slick-arrow, .uninotice .slick-arrow, #uni1 .slick-arrow {
    border-radius: 50%;
    font-family: "iconfont";
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    height: 50px;
    width: 50px;
    line-height: 50px;
    position: absolute;
    top: -80px;
    right: 10px;
    color: #000;
    text-align: center;
    z-index: 55;
    font-size: 20px
}

#uni1 .slick-arrow {
    right: -15px;
    top: 0;
    height: 25px;
    width: 25px;
    line-height: 25px;
    background: 0;
    box-shadow: none;
    color: #033992
}

#uni1 .slick-next {
    top: 90%
}

#uni1 .slick-prev:before {
    content: '\e636'
}

#uni1 .slick-next:before {
    content: '\e612'
}

.idx_l3 .slick-arrow {
    top: 50%;
    margin-top: -65px
}

.uninotice .slick-arrow {
    top: -45px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px
}

.topnews .slick-arrow {
    top: 85%;
    box-shadow: none;
    background: transparent
}

.topnews.story .slick-arrow {
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05)
}

.storylist .slick-prev, .topnews .slick-prev {
    right: 80px
}

.uninotice .slick-prev {
    right: 50px
}

.idx_l3 .slick-next {
    right: -60px
}

.idx_l3 .slick-prev {
    right: auto;
    left: -60px
}

.storylist .slick-prev:before, .topnews .slick-prev:before, .idx_l3 .slick-prev:before, .uninotice .slick-prev:before {
    content: '\e512'
}

.storylist .slick-next:before, .topnews .slick-next:before, .history .slick-next:before, .idx_l3 .slick-next:before, .uninotice .slick-next:before {
    content: '\e502'
}

.storylist .slick-arrow:hover, .topnews .slick-arrow:hover, .idx_l3 .slick-arrow:hover, .uninotice .slick-arrow:hover {
    text-indent: 5px;
    color: #f60
}

.topnews.story .slick-prev {
    right: 50%;
    margin-right: -520px
}

.topnews.story .slick-next {
    right: 50%;
    margin-right: -600px
}

.storylist dl {
    margin: 0 -20px
}

.storylist dd {
    padding: 20px 20px 40px 20px
}

.storylist dd ul {
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .05)
}

.storylist dd ul li a p {
    color: #999;
    font-size: 12px;
    line-height: 1.5;
    margin: 15px 0
}

.storylist dd ul li a:nth-child(2) {
    color: #f60
}

.idx_l3 .slick-dots {
    bottom: 0
}

.idx_l3 .slick-slider {
    padding-bottom: 60px
}

.pagelist {
    padding: 50px 0;
    text-align: center
}

.pagelist dd {
    display: inline-block;
    margin: 0 5px
}

.pagelist dd a {
    display: block;
    padding: 3px 15px;
    border-radius: 3px;
    border: 1px solid #eee
}

.pagelist dd.active a, .pagelist dd a:hover {
    background-color: #f60;
    border-color: #f60;
    color: #fff
}

.sevbanner {
    height: 100vh;
    background-image: url(../../images/cn/sev1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative
}

.sevbanner .tit {
    position: absolute;
    top: 30%;
    right: 15%;
    margin-bottom: 0;
    width: 550px
}

.sevbanner .counter {
    font-size: 50px
}

.sevbanner .tit h2 {
    line-height: 1.5;
    font-size: 42px
}

.sevbanner .tit h3 {
    font-size: 30px;
    margin-top: 40px;
    font-weight: normal
}

.sevbanner .tit ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px
}

.sevbanner .tit ul li {
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 130%
}

.sev1 {
    padding: 140px 0
}

@media (max-width: 600px) {
    .sev1 {
        padding: 150px 0
    }

    .sevbanner {
        height: 65vh;
        background-position: 10% center
    }

    .sevbanner .tit {
        right: 0;
        width: 90%;
        left: 0;
        margin: auto;
        top: 20%
    }

    .sevbanner .counter {
        font-size: 120%
    }

    .sevbanner .tit h3 {
        font-size: 150%
    }

    .sevbanner .tit ul li {
        width: 100%;
        padding: 5px 15px
    }
}

.sev1 ul {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap
}

.sev1 ul li {
    font-size: 20px;
    width: 18%;
    margin: 0 1%;
    background-color: #fff;
    border-radius: 10px;
    border: dotted 1px #ddd;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    color: #000;
    line-height: 2
}

.sev1 ul li span {
    display: inline-block;
    padding: 0 10px
}

.sev1 dd:nth-child(2) {
    padding: 5% 0
}

.sev2 .tit h2 {
    font-weight: 700;
    color: #003992
}

.sev2 .tit h4, .unicos1 .tit h4 {
    font-weight: 700;
    color: #003992;
    font-size: 25px
}

.sev2 dd .fl {
    width: 35%
}

.sev2 dd .fr {
    width: 65%
}

.sev2 dd .fr .tit {
    text-align: center
}

.sevc {
    padding-top: 20px
}

.sevc .tit h3 {
    font-size: 25px
}

.sevc ul {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.sevc ul li h3 {
    font-size: 18px;
    color: #003992
}

.sevc ul li {
    margin-bottom: 20px
}

.sev2 dd .fr .tit h5, .sevlist li h4 {
    font-size: 25px;
    color: #003992
}

.sevicos {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.sevicos li {
    width: 49%;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 2%
}

.sevicos:nth-child li {
    width: 25%
}

.sevicos li:nth-child(odd) {
    margin-right: 2%
}

.sevicos li:before, .sevicos li:after {
    display: table;
    clear: both;
    line-height: 0;
    content: ''
}

.sevicos li img {
    float: left;
    margin-right: 10px
}

.sevicos li h3 {
    font-size: 20px;
    font-weight: 700;
    color: #003992
}

.sevicos:last-child li {
    width: 23.33333%;
    text-align: center;
    margin-right: 2%
}

.sevicos:last-child li:last-child {
    margin-right: 0
}

.sevicos:last-child li img {
    float: none;
    margin: auto
}

.sevlist {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.sevlist li {
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 2%;
    width: 46%;
    padding: 25px 35px 35px 35px;
    text-align: center;
    box-sizing: border-box
}

.sevlist2 {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.sevlist2 li {
    margin: 0;
    border-radius: 10px;
    background-color: #fff;
    flex: 0 1 17%;
    padding: 25px 5px 35px 5px;
    text-align: center;
    box-sizing: border-box
}

@media screen and (max-width: 1199px) {
    .bg4 {
        margin: 0;
        padding: 0
    }

    .sevlist2 {
        width: 100%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: left
    }

    .sevlist2 li {
        flex: 0 44%;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 20px;
        padding: 15px 5px 15px 5px
    }
}

.sevlist2 li h4 {
    color: #003992;
    font-weight: 600
}

.sevlist2 li img {
    color: #003992;
    margin-bottom: 20px
}

@media (max-width: 600px) {
    .sevlist li {
        width: 100%;
        margin-right: 0
    }
}

.sevlist li:nth-child(4n) {
    margin-right: 0
}

.sevlist li h4 {
    line-height: 2;
    font-size: 16px;
    font-weight: bold
}

.laz2 {
    border-top: 1px solid #eee
}

.laz2 img {
    max-width: 100%
}

.laz1 ul, .laz3 ul, .laz4 ul, .tbc1 ul, .tbc2 ul, .tbc4 ul, .open2 ul, .open3 ul, .grow1 ul, .grow2 ul {
    display: flex;
    flex-wrap: wrap
}

.laz1 ul li {
    width: 33%;
    text-align: center
}

.laz1 ul li .tit, .grow1 ul li .tit {
    min-height: 60px
}

.laz1 ul li h3 {
    font-size: 70px
}

.laz2 dd:nth-child(1) {
    width: 55%;
    float: left
}

.laz2 dd:nth-child(2) {
    width: 40%;
    float: right
}

.laz3 ul li {
    margin: 0 2% 2% 0;
    width: 49%;
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .05)
}

.laz3 h3, .laz4 h3 {
    font-size: 25px;
    color: #003992;
    line-height: 2.5
}

.laz3 ul li p {
    min-height: 120px
}

.laz3 ul li:nth-child(even) {
    margin-right: 0
}

.laz4 {
    text-align: center
}

.w1280 img, .bg8 img {
    max-width: 100%
}

.laz4 ul li, .tbc1 ul li {
    width: 33.333333%;
    box-sizing: border-box;
    padding: 0 3%
}

.tbc1 h4, .focus1 h4 {
    font-size: 25px
}

.tbc1 ul {
    border-top: 1px solid #eee;
    padding-top: 40px
}

.tbc2 ul li {
    box-sizing: border-box;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .05)
}

.tbc2 .tit {
    position: relative;
    padding-left: 30px;
    line-height: 3
}

.tbc2 .tit:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 25px;
    border-radius: 20px;
    background-color: #003992
}

.tbc2 .tit h4 {
    font-size: 25px
}

.tbc2-1 {
    margin-bottom: 40px
}

.tbc2-1 li {
    width: 30%
}

.tbc2-1 li:nth-child(2) {
    margin: 0 5%
}

.tbc2-2 li {
    width: 21.25%;
    margin-right: 5%
}

.tbc2-2 li:last-child {
    margin-right: 0
}

.tbc3 {
    text-align: center
}

.tbc4 ul {
    width: 50%;
    margin: auto
}

.tbc4 ul li {
    width: 30%;
    box-sizing: border-box
}

.tbc4 ul li:nth-child(2) {
    width: 40%;
    text-align: center;
    padding: 0 5%
}

.tbc4 ul li:nth-child(2) h4 {
    font-size: 25px;
    font-weight: 700
}

.inlinef {
    display: inline-flex;
    justify-content: space-between
}

.open2biz3 ul {
    display: flex;
    flex-wrap: wrap
}

.open2biz3 {
    background: #e8e1fe url('../business3img/bg.png') no-repeat fixed center
}

.open2biz3 ul {
    padding: 60px 0 120px
}

.open2biz3 ul li {
    width: 32%;
    text-align: left;
    vertical-align: middle;
    align-items: center
}

.cont4 ul li {
    width: 48% !important;
    text-align: center;
    vertical-align: middle;
    justify-content: center
}

.open2 ul {
    padding: 60px;
    border-bottom: 1px solid #bfc7dd
}

.open2 ul li {
    width: 23.333333%;
    text-align: center;
    vertical-align: middle
}

.open2 ul li:first-child {
    width: 30%;
    font-size: 25px;
    color: #003992;
    padding-top: 60px
}

.open3 {
    text-align: center
}

.open3 ul li {
    width: 50%
}

.grow1 ul {
    margin: auto;
    width: 90%
}

.grow1 ul li {
    width: 25%;
    color: #003992
}

.grow1 ul li:nth-child(2) {
    width: 35%
}

.grow1 ul li:nth-child(4) {
    width: 15%
}

.grow1 .pic {
    padding: 20px;
    text-align: center;
    border-radius: 15px;
    margin: 40px 0;
    background-color: #f2f5fa;
    padding: 40px 0
}

.grow2 ul {
    padding: 40px 0
}

.grow2 ul li {
    width: 50%
}

.grow2 ul li h3 {
    font-size: 25px;
    color: #003992
}

.grow3 ul {
    margin: 80px 0 40px 0
}

.grow3 .tit h4 {
    font-size: 25px
}

.grow3 ul li {
    width: 20%;
    float: left;
    line-height: 3.5;
    padding-right: 20px;
    box-sizing: border-box
}

.grow3 ul li img {
    border: 1px solid #eee;
    padding: 20px;
    box-sizing: border-box
}

.transy {
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
    transition: 700ms;
    -webkit-transition: 700ms;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    opacity: 0
}

.tranShow {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.dly_1 {
    transition-delay: 100ms;
    -webkit-transition-delay: 100ms
}

.dly_2 {
    transition-delay: 200ms;
    -webkit-transition-delay: 200ms
}

.dly_3 {
    transition-delay: 300ms;
    -webkit-transition-delay: 300ms
}

.dly_4 {
    transition-delay: 400ms;
    -webkit-transition-delay: 400ms
}

.dly_5 {
    transition-delay: 500ms;
    -webkit-transition-delay: 500ms
}

.dly_6 {
    transition-delay: 600ms;
    -webkit-transition-delay: 600ms
}

.dly_7 {
    transition-delay: 700ms;
    -webkit-transition-delay: 700ms
}

.block {
    display: block
}

.iblock {
    display: inline-block
}

.dflex {
    display: flex;
    flex-wrap: wrap
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-loading .slick-list {
    background: #00865e center center no-repeat
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: 0;
    outline: 0
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    outline: 0
}

.slick-dots li button:focus {
    outline: 0
}

.w33 {
    width: 33%
}

.w50 {
    width: 50%
}

.w55 {
    width: 55%
}

.w20 {
    width: 20%
}

.w25 {
    width: 25%
}

.w10 {
    width: 10%
}

.w5 {
    width: 5%
}

.w15 {
    width: 15%
}

.w30 {
    width: 30%
}

.w40 {
    width: 40%
}

.w45 {
    width: 45%
}

.w49 {
    width: 49%
}

.w60 {
    width: 60%
}

.w65 {
    width: 65%
}

.w70 {
    width: 70%
}

.w80 {
    width: 80%
}

.w90 {
    width: 90%
}

.w93 {
    width: 93%
}

.w100 {
    width: 100%
}

.h100 {
    height: 100%
}

.w1280 {
    max-width: 1240px
}

.pt250 {
    padding-top: 250px
}

.pt10 {
    padding-top: 10px
}

.pt20 {
    padding-top: 20px
}

.pt30 {
    padding-top: 30px
}

.pt40 {
    padding-top: 40px
}

.pt50 {
    padding-top: 50px
}

.pt60 {
    padding-top: 60px
}

.pt70 {
    padding-top: 70px
}

.pt80 {
    padding-top: 80px
}

.pt90 {
    padding-top: 90px
}

.pt100 {
    padding-top: 100px
}

.pt120 {
    padding-top: 120px
}

.pt210 {
    padding-top: 210px
}

.pt170 {
    padding-top: 170px
}

.pb210 {
    padding-bottom: 210px
}

.pb10 {
    padding-bottom: 10px
}

.pb20 {
    padding-bottom: 20px
}

.pb30 {
    padding-bottom: 30px
}

.pb40 {
    padding-bottom: 40px
}

.pb50 {
    padding-bottom: 50px
}

.pb60 {
    padding-bottom: 60px
}

.pb70 {
    padding-bottom: 70px
}

.pb80 {
    padding-bottom: 80px
}

.pb90 {
    padding-bottom: 90px
}

.pb100 {
    padding-bottom: 100px
}

.pl10 {
    padding-left: 10px
}

.pl20 {
    padding-left: 20px
}

.pl30 {
    padding-left: 30px
}

.pl40 {
    padding-left: 40px
}

.pl50 {
    padding-left: 50px
}

.pl60 {
    padding-left: 60px
}

.pl70 {
    padding-left: 70px
}

.pl80 {
    padding-left: 80px
}

.pl90 {
    padding-left: 90px
}

.pl100 {
    padding-left: 100px
}

.pr10 {
    padding-right: 10px
}

.pr20 {
    padding-right: 20px
}

.pr30 {
    padding-right: 30px
}

.pr40 {
    padding-right: 40px
}

.pr50 {
    padding-right: 50px
}

.pr60 {
    padding-right: 60px
}

.pr70 {
    padding-right: 70px
}

.pr80 {
    padding-right: 80px
}

.pr90 {
    padding-right: 90px
}

.pr100 {
    padding-right: 100px
}

.pr5 {
    padding-right: 5px
}

.pl5 {
    padding-left: 5px
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mt60 {
    margin-top: 60px
}

.mt70 {
    margin-top: 70px
}

.mt80 {
    margin-top: 80px
}

.mt90 {
    margin-top: 90px
}

.mt100 {
    margin-top: 100px
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.mb60 {
    margin-bottom: 60px
}

.mb70 {
    margin-bottom: 70px
}

.mb80 {
    margin-bottom: 80px
}

.mb90 {
    margin-bottom: 90px
}

.mb100 {
    margin-bottom: 100px
}

.mfb70 {
    margin-bottom: -70px
}

.mfb200 {
    margin-bottom: -200px
}

.ml10 {
    margin-left: 10px
}

.ml20 {
    margin-left: 20px
}

.ml30 {
    margin-left: 30px
}

.ml40 {
    margin-left: 40px
}

.ml50 {
    margin-left: 50px
}

.ml60 {
    margin-left: 60px
}

.ml70 {
    margin-left: 70px
}

.mlf70 {
    margin-left: -70px
}

.ml80 {
    margin-left: 80px
}

.ml90 {
    margin-left: 90px
}

.ml100 {
    margin-left: 100px
}

.mr10 {
    margin-right: 10px
}

.mr20 {
    margin-right: 20px
}

.mr30 {
    margin-right: 30px
}

.mr40 {
    margin-right: 40px
}

.mr50 {
    margin-right: 50px
}

.mr60 {
    margin-right: 60px
}

.mr70 {
    margin-right: 70px
}

.mr80 {
    margin-right: 80px
}

.mr90 {
    margin-right: 90px
}

.mr100 {
    margin-right: 100px
}

.pcon10 {
    padding: 10px
}

.pcon20 {
    padding: 20px
}

.pcon30 {
    padding: 30px
}

.pcon40 {
    padding: 40px
}

.pcon50 {
    padding: 50px
}

.pcon60 {
    padding: 60px
}

.pcon70 {
    padding: 70px
}

.pcon80 {
    padding: 80px
}

.pcon90 {
    padding: 90px
}

.fsize14 {
    font-size: 14px
}

.fsize16 {
    font-size: 16px
}

.fsize18 {
    font-size: 18px
}

.fsize20 {
    font-size: 20px
}

.fsize25 {
    font-size: 25px
}

.fsize30 {
    font-size: 30px
}

.fsize35 {
    font-size: 35px
}

.fsize40 {
    font-size: 40px
}

.fsize45 {
    font-size: 45px
}

.fsize50 {
    font-size: 50px
}

.fsize55 {
    font-size: 55px
}

.fsize60 {
    font-size: 60px
}

.fsize65 {
    font-size: 65px
}

.bold {
    font-weight: bold
}

.mlr {
    margin: auto
}

.txtcenter {
    text-align: center
}

.w100px {
    width: 100px
}

.w200px {
    width: 200px
}

.w300px {
    width: 300px
}

.w400px {
    width: 400px
}

.w500px {
    width: 500px
}

.w600px {
    width: 600px
}

.w700px {
    width: 700px
}

.w800px {
    width: 800px
}

.w900px {
    width: 900px
}

.h650px {
    height: 650px
}

.lh1 {
    line-height: 1em
}

.lh15 {
    line-height: 1.5em
}

.lh2 {
    line-height: 2em
}

.lh25 {
    line-height: 2.5em
}

.lh3 {
    line-height: 3em
}

.lh35 {
    line-height: 3.5em
}

.lh4 {
    line-height: 4em
}

.lh45 {
    line-height: 4.5em
}

.poa {
    position: absolute
}

.por {
    position: relative
}

.up {
    text-transform: uppercase
}

.green {
    color: #a2192b
}

.light {
    color: #fff
}

.blue {
    color: #003992
}

.pink {
    color: #f6009c
}

.light1 {
    color: #eed9b5
}

.orange {
    color: #f60
}

.red {
    color: #ff003a
}

.dark {
    color: #222
}

.dark1 {
    color: #946c28
}

.line {
    display: inline-block;
    width: 25px;
    height: 9px;
    background: #a2192b
}

.grey {
    color: #aaa
}

.bg1 {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    background-image: url("/assets/home/images/idx2.jpg");
    background-position: center
}

.bg3 {
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 600px
}

.bg4 {
    background-color: #eff5ff
}

.bg5 {
    background-color: #003992;
    position: relative;
    margin-top: -1px
}

.bg6 {
    background-color: #f8fbff;
    border-radius: 10px;
    padding: 40px;
    box-sizing: border-box
}

.bg7 {
    transition: 300ms;
    background-image: url(../../home/images/un1.jpg);
    background-size: cover;
    background-position: center;
    min-height: 380px;
    position: relative
}

.bg8 {
    background: url(../../home/images/bg8.jpg) no-repeat top center #f2f5f9;
    min-height: 500px;
    background-size: cover
}

.bg8 .poa {
    top: 50%;
    width: 100%;
    transform: translateY(-50%)
}

.bg8 .button {
    display: block
}

.bg9 {
    padding-bottom: 200px;
    background-image: url(../../home/images/bg9.jpg);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat
}

.abg {
    background: url(../../images/abg.jpg) no-repeat center;
    min-height: 1126px;
    background-color: #dbe2fb
}

@media (max-width: 861px) {
    .abg {
        min-height: auto
    }
}

.button {
    display: inline-block
}

.button a {
    display: inline-block;
    background-image: linear-gradient(120deg, #fc8800, #f6009e);
    border-radius: 5px;
    line-height: 3;
    padding: 0 50px;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box
}

.button a:hover {
    background-image: linear-gradient(120deg, #f6009e, #06f);
    transform: translateY(-8%)
}

.bg5 .button a {
    background-image: none;
    background-color: #fff;
    color: #f60;
    width: 100%;
    text-align: center
}

.more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.more a {
    display: block;
    border-radius: 50%;
    line-height: 50px;
    width: 50px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05)
}

.more a:hover {
    color: #fff;
    background-color: #f60
}

.more1 a {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 40px;
    border-radius: 5px
}

.more1 a:hover {
    background-color: #f60;
    border-color: #f60
}

.more2 {
    display: inline-block;
    float: right;
    margin-right: -60px
}

.more2 a {
    display: block;
    background-image: url(../../images/more.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 43px;
    height: 4em
}

.appbtn li {
    margin-bottom: 10px
}

.appbtn li:nth-child(3) a span {
    text-indent: 5px
}

.appbtn a {
    display: block;
    border: 1px solid #fff;
    line-height: 80px;
    font-size: 20px;
    position: relative
}

.appbtn a:before, .appbtn a:after {
    content: '';
    clear: both;
    display: table;
    line-height: 0
}

.appbtn a span {
    display: inline-block;
    background-color: #fff;
    color: #000;
    width: 80px;
    font-size: 35px;
    text-align: center;
    float: left;
    margin-right: 20px
}

.appbtn a:hover {
    background-color: #fff
}

.appbtn a:hover span {
    color: #f60
}

.appqr {
    position: absolute;
    top: -1px;
    left: 0;
    opacity: 0;
    width: 0;
    height: 0;
    transition: 400ms
}

.appqr img {
    width: 100%
}

.appbtn a:hover .appqr {
    opacity: 1;
    left: -170px;
    width: 170px;
    height: 170px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .2)
}

.popUpblack {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    background: rgba(0, 0, 0, .4);
    display: none
}

.popUpblack.show .popUp {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s
}

.popUp {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -175px 0 0 -150px;
    width: 300px;
    height: 350px;
    border: 5px solid #fff;
    background: #fff;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%)
}

.popUp .t {
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    color: #333;
    font-weight: 700;
    background: #fff;
    overflow: hidden
}

.popUp .t .close {
    float: right;
    cursor: pointer;
    color: #aaa;
    font-weight: 400
}

.popUp .img {
    padding: 20px
}

.popUp .img img {
    width: 100%;
    display: block
}

.qr {
    position: relative;
    cursor: pointer
}

.qrimg {
    position: absolute;
    top: -40px;
    right: 0;
    opacity: 0;
    width: 0;
    height: 0;
    transition: 400ms
}

.qrimg img {
    width: 100%
}

.qr:hover .qrimg {
    opacity: 1;
    top: -185px;
    width: 170px;
    height: 170px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .2)
}

.tbc3a {
    color: #fff;
    background-image: url(../../images/tbc3a.jpg);
    background-size: cover;
    font-size: 20px
}

.tbc3b-1 {
    display: flex;
    flex-wrap: wrap
}

.tbc3b-1 li {
    background-color: #fff;
    padding: 1em;
    overflow: hidden;
    font-size: 20px;
    box-shadow: 0 15px 15px rgba(0, 0, 0, .1);
    width: 23%;
    margin-right: 2%;
    margin-bottom: 2%;
    box-sizing: border-box;
    line-height: 3.5
}

.tbc3b-1 li img {
    float: left;
    margin-right: 10px
}

.tbc3c * {
    box-sizing: border-box
}

.tbc3c ul {
    display: flex;
    flex-wrap: wrap
}

.tbc3c ul li {
    width: 25%;
    padding: 0 2.5%;
    position: relative
}

.tbc3c ul li h4 {
    color: #003992;
    font-size: 25px;
    padding: .5em 0
}

.tbc3c ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #f2f5f9
}

.tbc3c ul li span {
    font-size: 30px;
    color: #fff;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    position: absolute;
    top: 0;
    left: -0.8em;
    border-radius: 50%;
    background-color: #f60;
    display: block;
    text-align: center;
    font-weight: bold
}

.tbc3d .tit h3, .tbc3a .tit h4 {
    line-height: 1.6;
    font-size: 25px
}

.tbc3d .tit {
    padding-top: 2em
}

.tbc3d {
    background-image: url(../../images/tbc3d1.jpg);
    background-size: cover;
    border-radius: 15px;
    padding: 2em;
    margin-bottom: 60px;
    box-sizing: border-box
}

.tbc3d img {
    float: left;
    margin-right: 2em
}

.flex {
    display: flex;
    flex-wrap: wrap
}

.open2a ul:nth-child(2) {
    border-bottom: 1px solid #bfc7dd
}

.open2a li, .grow1a li, .grow3b li {
    width: 100%;
    text-align: center;
    float: left
}

.grow1a ul {
    border-radius: 1em;
    background-color: #fafafa;
    padding: 2em
}

.grow1a li {
    width: 100%
}

.grow3b li {
    width: 100%;
    background-color: #fff;
    margin: .5%;
    border-radius: 15px;
    overflow: hidden;
    text-align: left;
    position: relative
}

.grow3b li:after {
    content: '';
    clear: both;
    display: table
}

.grow3a .pic, .focusf .pic {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    height: 300px;
    margin: -30px -30px 20px
}

.grow3a .pic img {
    object-fit: cover
}

.grow3b li img {
    float: left
}

.grow3b li h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%)
}

.laz4 ul li {
    position: relative;
    padding: 3%
}

.laz4 ul li > * {
    position: relative;
    z-index: 55
}

.laz4 ul li:before {
    content: '';
    position: absolute;
    background-color: #fff;
    border-radius: 1em;
    width: 97%;
    height: 97%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.laz4 h3 {
    line-height: 1.65;
    font-size: 20px
}

.laz4 h3 span {
    color: #ff003a
}

.sercon li, .baoming li {
    border-radius: .7em;
    width: 49%;
    padding: 0 5% 5%;
    box-sizing: border-box
}

.baoming li:nth-child(1) {
    width: 69%
}

.baoming li:nth-child(2) {
    width: 29%;
    text-align: center
}

.sercon li {
    background-color: #fff;
    text-align: center
}

.sercon li:nth-child(2), .baoming li:nth-child(2) {
    margin-left: 2%
}

.sercon li img {
    max-width: 80%
}

.baoming li {
    padding: 3%
}

.baoming li h2, .sercon li h2 {
    font-size: 25px;
    margin-bottom: 1em;
    font-weight: 800
}

@media (max-width: 861px) {
    .grow3a .pic, .focusf .pic {
        margin: -15px -15px 10px
    }
}

@media (max-width: 600px) {
    .grow3b li img {
        max-width: 45%
    }
}

@media (min-width: 768px) {
    .grow1a li {
        width: 50%
    }

    .open2a li, .grow1a li, .grow3b li {
        width: 50%
    }

    .grow3b li {
        width: 49%
    }

    .grow3b li h3 {
        left: 40%
    }
}

.focusa p {
    font-size: 120%;
    line-height: 2
}

.focusa strong {
    font-size: 150%;
    color: #f60
}

.focus1 ul {
    display: flex;
    flex-wrap: wrap
}

.focus1 ul li {
    position: relative;
    width: calc(100%);
    box-sizing: border-box;
    padding: .7rem;
    margin: 0 1rem 1rem 0;
    box-shadow: 0 15px 20px rgba(0, 0, 0, .07);
    border-radius: .7rem;
    padding-left: 100px
}

.focus1 ul li img {
    float: left;
    width: 90px;
    border-radius: .5rem;
    margin-left: calc(-130px + 1rem)
}

.focusbg {
    background-color: #0347f4
}

.focusb ul {
    display: flex
}

.focusb h5 {
    text-align: center;
    padding: .5rem;
    background-color: rgba(255, 255, 255, .3);
    color: #fff;
    border-radius: 5em;
    margin-top: 3em;
    font-size: 150%
}

.focusb ul li {
    background-color: #fff;
    margin: 0 1%;
    border-radius: 1em;
    padding: 1em;
    width: 31.33333%;
    height: 33vh;
    position: relative
}

.focusb ul li p:nth-child(2) {
    font-weight: 800;
    font-size: 150%;
    color: #2346d8;
    margin-bottom: 1rem
}

.focusb ul li span {
    display: block;
    width: 70%;
    color: #fff;
    background-color: #f60;
    border-radius: 5em;
    padding: 0 1em;
    text-align: center;
    line-height: 3em;
    position: absolute;
    left: 50%;
    bottom: -1.5em;
    transform: translateX(-50%)
}

.focusb .w30 ul li {
    width: 100%;
    margin-left: 2%;
    margin-right: 0
}

.focusb .w30 h5 {
    margin-left: 2%
}

.focusb .w70 h5 {
    margin-left: 1%;
    margin-right: 1%
}

.focusc .flex {
    justify-content: center;
    text-align: center
}

.focusc .no1 .item {
    background-color: #fff;
    width: 23.5%;
    margin: 0 .5%;
    box-sizing: border-box;
    border-radius: 1rem;
    overflow: hidden
}

.focusc .no1 .item h2 {
    background-image: linear-gradient(120deg, #fc8800, #f6009e);
    color: #fff;
    padding: 1rem 0;
    font-weight: 800;
    font-size: 150%
}

.focusc .no1 li {
    border-radius: 1em
}

.focusc .no1 ul {
    padding: 1em;
    font-size: 120%
}

.smalla {
    font-size: 90%;
    line-height: 1.45
}

.smallb {
    font-size: 75%;
    line-height: 1.45
}

.biger {
    font-size: 130%
}

.focusc .no1 ul span {
    color: #f6009e
}

.focusc .no1 ul li {
    padding: .5rem 0
}

.focusc .no1 ul li img {
    width: 5em
}

.focusc .no2 li {
    font-size: 120%;
    background-image: linear-gradient(120deg, #f6009e, #06f);
    color: #fff;
    border-radius: 5em;
    margin: 2rem .5rem;
    padding: .5rem 2rem
}

.focusd .item, .focuse .item {
    padding: 20px;
    box-sizing: border-box
}

.focusd dl, .focuse .item > div {
    border-radius: 1em;
    background-color: #fff;
    height: 100%;
    padding: 1.5rem;
    box-sizing: border-box
}

.focuse .item > div {
    background-color: #0347f4;
    color: #fff
}

.focuse .w50 {
    font-size: 120%;
    line-height: 1.85
}

.focuse.lazm .w50 {
    font-size: 110%
}

.focuse a {
    color: #fff
}

.focuse a:hover {
    color: #f60
}

.focuse .w30 h3 {
    padding-top: 1rem
}

.focuse .w30 img {
    max-width: 80%;
    border-radius: .5em
}

.focusd dl dt {
    font-weight: 800;
    color: #f60;
    position: relative
}

.focusd dl dt span {
    font-size: 250%;
    position: absolute;
    left: -1.2em;
    top: -1.2em;
    color: #fff;
    background-color: #f60;
    border-radius: 5rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center
}

.focusd dl dd {
    background-color: #fff6f0;
    padding: 1em;
    border-radius: .5em
}

.focusf .pic {
    height: 28vh
}

.focusf .item h4 {
    font-size: 120%;
    color: #0347f4;
    margin-bottom: 1rem
}

.idx_l5.foucsf .item p {
    min-height: 20vh;
    font-size: 14px;
    line-height: 1.8
}

.fos1, .fos2, .fos3 {
    background-color: #2346d8;
    background-image: url(../../images/fos1.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 900px
}

.fos2 {
    background-image: url(../../images/bd1.jpg)
}

.fos3 {
    background-image: url(../../images/bd2.jpg)
}

.idx_l7.ads .item {
    padding-left: 10px;
    padding-right: 10px
}

.wuliu {
    background-image: url(../../images/wuliu.jpg);
    background-position: center;
    background-size: cover
}

.wuliu ul li {
    width: calc(33.33333% - 2rem);
    background-color: #fff;
    border-radius: .7rem;
    padding: 2.5rem 2rem 4.5rem;
    box-sizing: border-box;
    margin: 1rem;
    font-size: 120%;
    background-image: url(../../images/wbg1.jpg);
    background-position: 3% 5%;
    background-repeat: no-repeat
}

.wuliu ul li.wubg {
    background-image: url(../../images/wbg2.jpg)
}

.wuliu ul {
    margin-left: -1rem;
    margin-right: -1rem
}

.wuliu ul li:nth-child(2) {
    background-image: linear-gradient(120deg, #f60, #f6009e);
    color: #fff
}

.wuliu ul li h3 {
    font-size: 180%;
    color: #003fbd;
    font-weight: 800;
    text-align: center
}

.wuliu h4 {
    text-align: center;
    border-radius: 5em;
    line-height: 1.5em;
    font-size: 120%;
    font-weight: 800;
    margin: 1rem 0;
    color: #f60;
    background-color: #fff
}

.wuliu ul li:nth-child(2) h3 {
    color: #fff
}

.idxb {
    position: relative
}

.idxb img {
    width: 100%
}

.idxb a {
    display: block;
    width: 100%
}

.idxb .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #fff
}

.swiper-container {
    width: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.idx_logos img {
    width: 100%
}

.idx_logos ul {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem
}

.idx_logos ul li {
    width: 7.1428%;
    box-sizing: border-box;
    padding: .5rem
}

.idx_logos ul li a {
    display: block;
    border-radius: .3rem;
    border: 1px solid #eee;
    overflow: hidden
}

.idx_logos ul li:hover a {
    transform: translateY(-5px)
}

.idx_logos ul li:hover a img {
    transform: scale(1.09)
}

@media (min-height: 1080px) {
    .focusb ul li {
        height: 23vh
    }
}

@media (min-width: 1200px) {
    .open2a li, .grow1a li, .grow3b li {
        width: 20%
    }

    .grow1a li {
        width: 25%
    }

    .grow3b li {
        width: 49%
    }
}

@media (min-width: 900px) {
    .focus1 ul li {
        width: calc(50% - 1rem)
    }
}

@media (min-width: 1400px) {
    .focus1 ul li {
        width: calc(33.33333% - 1rem);
        padding: 1.5rem 1rem;
        padding-left: 130px
    }
}

@media (max-width: 1380px) {
    .idx_logos ul li {
        width: 10%
    }

    .idx_l5 .w80 {
        width: 95%
    }
}

@media (max-width: 800px) {
    .focusbanner {
        background-image: url(../../images/focusm.jpg)
    }
}

@media (max-width: 600px) {
    .idx_logos ul {
        overflow-y: scroll;
        height: 70vh
    }

    .idx_logos ul li {
        width: 25%
    }

    .wuliu ul li {
        width: 100%;
        margin: 1rem 0
    }

    .focusb ul li {
        width: 100%;
        height: auto;
        margin-bottom: 1rem
    }

    .focusb ul li span {
        right: 1rem;
        width: 30%;
        bottom: auto;
        left: auto;
        top: 1rem;
        transform: translateX(0)
    }

    .focusb .w30 {
        margin-top: 1rem
    }

    .focusb h5 {
        margin-top: 0
    }

    .focusc .no1 .item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1rem
    }

    .focusc .no2 li {
        width: 100%;
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .focusc .no1 .item h2 {
        font-size: 150%
    }

    .focusc .no1 ul {
        font-size: 120%;
        padding: 1rem
    }

    .focusd .w33 {
        width: 100%
    }

    .focuse .item {
        padding: 1rem;
        font-size: 120%
    }

    .focusb ul {
        flex-wrap: wrap
    }
}

@media (min-width: 1940px) {
    .idx_l5.foucsf .item p {
        height: 15vh
    }
}

p.orange.txtcenter {
    font-size: 85%;
    color: #aaa
}

.about-we {
    display: flex;
    flex-grow: initial;
    max-width: 1240px;
}

.we-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    padding: 30px 0;
}

.we-item-pic {
    display: flex;
    flex: 1;
}
.we-item-tl{
    color: white;margin-left: 20px;
}
.we-item-tl h2{
   margin-bottom: 5px;
}
.we-item-conetnt {
    display: flex;
}
.we-ln {
    width: 50%;
}
.we-item-conetnt2{
    text-align: center;margin-bottom: 100px;
}
.we-item-conetnt2 > h2{
    color:#000;font-size: 36px;font-weight: 300; margin-bottom: 20px;
}
.we-item-conetnt2 > p {
    color:#c6c6c6
}
.we-item-pic2 {
    margin:0 auto;
}
.we-item-pic2 > img {
    height: 231px;
}
.mlang {
    display: none;
}
.step-line {
    display: flex;align-items: center;
}
.step-box{
    display: flex;
}
.step-item img {
    width: 120px;

}
.step-box p {
    margin-top: 5px;
}
.step-line-img1{
    display: block;
    flex:1;
}
.step-line-img2{
    display: none;
}
@media (max-width: 768px) {
    .about-we {
        display: block;
    }
    .we-item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
        /*margin-top: 20px;*/
    }
    .we-item-tl{
        /*color: white;padding: 10px;*/
    }
    .we-item-conetnt {
       padding: 10px 0;
    }
    .we-ln {
        width: 100%;
    }

    .we-item-pic2 > img {
        width: 100%;
        height: 100%;
    }
    .mlang {
        margin-left: 10px;display: flex;align-items: center;
    }
    .appbtn li {
        width: 100%!important;
    }

    .step-box{
        display: flex;
        flex-direction: column;
    }
    .step-line-img1{
        display: none;
    }
    .step-line-img2{
        display: block;
        flex:1;
        height: 80px!important;
    }
    .ab2{
        padding-bottom: 150px;
    }

    /*.ab4 .slick-frame {*/
    /*    width: 100%;*/
    /*    min-width: 100%;*/
    /*    height: auto;*/
    /*    position: relative;*/
    /*    padding: 0 20px;*/
    /*}*/
    /*.history .hul1, .hul2 {*/
    /*    flex-direction: column;*/
    /*}*/
    .step-item img {
        width: 80px;
    }
    .ma{
        font-size: 16px!important;
    }
}
