*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
ul, ol, li
{
    list-style-type: none;
}
.clearfix:after
{
    content: "";
    display: block;
    clear: both;
}
a, a:hover, a:visited
{
    color: inherit;
    text-decoration: none;
}
img
{
    vertical-align: middle;
    max-width: 100%;
}/* @font-face{font-family:"SNbold";src:url(../font/SourceHanSansCN-Bold.otf);} *//* @font-face{font-family:"SNregular";src:url(../font/SourceHanSansCN-Regular.otf);} */
@font-face
{
    font-family: "YS";
    src: url(../font/YouSheBiaoTiHei-2.ttf);
}
@font-face
{
    font-family: "OswaldBold";
    src: url(../font/Oswald-Bold.otf);
}
@font-face
{
    font-family: "OswaldRegular";
    src: url(../font/Oswald-Regular.ttf);
}
@font-face
{
    font-family: "roboto";
    src: url(../font/Roboto-Medium-12.ttf);
}
h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    font-family: "SNbold";
}
.flex
{
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}
body
{
    font-size: 14px;
    color: #333;
    background: #fff;
    font-family: "SNregular";
    line-height: 1.717;
    width: 100%;
    overflow-x: hidden;
}
.w1600
{
    max-width: 1600px;
    margin: auto;
}
@media(max-width: 1600px)
{
    .w1600
    {
        padding: 0 2%;
    }
}
.w1440
{
    max-width: 1440px;
    margin: auto;
}
@media(max-width: 1440px)
{
    .w1440
    {
        padding: 0 2%;
    }
}
.header
{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgba(0,0,0,.1);
    width: 100%;
    padding-left: 50px;
    color: #fff;
    -webkit-transition: background .6s;
    transition: background .6s;
}
.header .inner
{
    height: 90px;
    align-items: center;
}
.header .right
{
    flex: 1 1 auto;
    justify-content: flex-end;
    align-items: center;
}
.header .rcon
{
    align-items: stretch;
    padding-left: 50px;
    justify-content: flex-end;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: .6s;
    transition: .6s;
}
.header .openSearch .rcon
{
    -webkit-transform: translate(0,-120px);
    transform: translate(0,-120px);
}
.mask
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.openSearch .mask
{
    display: block;
}
.openedMenu .mask
{
    display: block;
}
.nav
{
    font-size: 0;
    border-right: 1px solid rgba(255,255,255,.2);
}
.nav li
{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.nav li>a
{
    display: block;
    line-height: 90px;
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
    white-space: nowrap;
    position: relative;
}
.nav li>a:after
{
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: url(../img/flash.png) no-repeat center;
}
.white .nav li>a:after, .whiteHeader .nav li>a:after
{
    background: url(../img/flash-active.png) no-repeat center;
}
.nav li.cur>a:after
{
    height: 31px;
    bottom: -17px;
    -webkit-transition: .3s;
    transition: .3s;
}
.nav li .sub
{
    position: absolute;
    top: 99%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 1270px;
    max-width: 100%;
    padding-top: 40px;
    display: none;
}
.nav li .subinner
{
    align-items: stretch;
    background: #fff;
}
.nav li .sub .subl
{
    width: 280px;
    background: #f3f8ff;
    padding: 35px 25px 35px 0;
}
.nav li .sub .subl a
{
    display: block;
    padding: 0 30px 0 45px;
    line-height: 46px;
    font-size: 15px;
    color: #555;
}
.nav li .sub .subr
{
    padding: 50px 65px;
    flex: 1 1 auto;
    max-width: 580px;
    font-size: 15px;
    color: #555;
}
.nav li .sub .subr h3
{
    font-size: 18px;
    color: #333;
    font-family: 'SNregular';
    margin: 20px 0;
    line-height: 1;
}
.nav li .sub .subr .desc
{
    line-height: 24px;
    margin-bottom: 20px;
    max-height: 48px;
    overflow: hidden;
}
.linka
{
    color: #2d65bc;
    font-size: 14px;
}
.nav li .sub .subl a:hover, .nav li .sub .subl a.cur
{
    font-size: 18px;
    color: #2d65bc;
    font-weight: bold;
    background: url(../img/icon-more.png) no-repeat right center;
}
.tool
{
    border-right: 1px solid rgba(255,255,255,.2);
    line-height: 90px;
    white-space: nowrap;
    padding-right: 20px;
    position: relative;
    z-index: 30;
}
.tool .item
{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 18px;
    padding-left: 20px;
    cursor: pointer;
    padding-right: 10px;
}
.tool .item .down
{
    position: absolute;
    left: 0;
    width: 100%;
    font-size: 14px;
    top: 100%;
    background: rgba(0,0,0,.1);
    line-height: 40px;
    display: none;
    color: #fff;
}
.tool .item .down a
{
    display: block;
    padding-left: 20px;
    padding-right: 10px;
}
.tool .item .down a:hover
{
    background: rgba(0,0,0,.1);
}
.icondown
{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-bottom: 8px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
}
.sys
{
    border-right: 1px solid rgba(255,255,255,.2);
    line-height: 90px;
    white-space: nowrap;
    padding-right: 20px;
    font-size: 18px;
}
.sys a
{
    margin-left: 20px;
    padding-left: 25px;
    display: inline-block;
    vertical-align: middle;
}
.sys .user
{
    background: url(../img/20211028163410896.png) no-repeat left center;
}
.sys .system
{
    background: url(../img/icon-computer.png) no-repeat left center;
}
.search
{
    position: relative;
    padding: 0 30px;
    cursor: pointer;
    z-index: 30;
}
.searchbox
{
    position: absolute;
    right: 110%;
    transition: .6s;
    opacity: 0;
    top: -100%;
    width: 400px;
    height: 30px;
}
.search .searBtn
{
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background: url(../img/icon-search.png) no-repeat center;
}
.searchbox input
{
    width: 100%;
    height: 100%;
    background: #fff;
    outline: none;
    border: none;
    padding: 10px;
}
.searchbox .searchIcon
{
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../img/icon-search.png) no-repeat center;
}
.searchbox .searchIcon
{
    background: none;
}
.openSearch .searchbox
{
    top: 0;
    opacity: 1;
}
.logo .black
{
    display: none;
}
.header.white, .whiteHeader .header
{
    background: #fff;
    color: #333;
    box-shadow: 0 0 10px #ccc;
}
.header.white .logo .white, .whiteHeader .header .logo .white
{
    display: none;
}
.header.white .logo .black, .whiteHeader .header .logo .black
{
    display: block;
}
.header.white .nav li>a, .whiteHeader .header .nav li>a
{
    color: #333;
}
.header.white .icondown, .whiteHeader .header .icondown
{
    border-color: #333;
}
.header.white .sys .user, .whiteHeader .header .sys .user
{
    background: url(../img/icon-user-black.png) no-repeat left center;
}
.header.white .sys .system, .whiteHeader .header .sys .system
{
    background: url(../img/icon-computer-black.png) no-repeat left center;
}
.header.white .search .searBtn, .whiteHeader .header .search .searBtn
{
    background: url(../img/icon-search-black.png) no-repeat center;
}
.header.white .searchbox input, .whiteHeader .header .searchbox input
{
    background: #ebebeb;
}
.header.white .searchbox .searchIcon, .whiteHeader .header .searchbox .searchIcon
{
    background: none;
}
.header.white .openMenu i, .whiteHeader .header .openMenu i
{
    background: #333;
}
.header.openedMenu .openMenu i
{
    background: none;
}
.header.white .searchbox, .whiteHeader .header .searchbox
{
    background: #fff;
}
@media(max-width: 1700px)
{
    .header
    {
        padding-left: 20px;
    }
    .nav li>a
    {
        font-size: 16px;
        padding: 0 10px;
    }
    .tool .item
    {
        font-size: 16px;
        padding-left: 15px;
    }
    .sys
    {
        font-size: 16px;
    }
    .tool
    {
        padding-right: 15px;
    }
    .sys a
    {
        margin-left: 15px;
    }
    .search
    {
        padding: 0 15px;
    }
}
@media(max-width: 1024px)
{
    .header.white .openSearch .searchbox .searchIcon, .whiteHeader .header .openSearch .searchbox .searchIcon
    {
        background: url(../img/icon-search-black.png) no-repeat center;
    }
    .header.white .searchbox .searchIcon, .whiteHeader .header .searchbox .searchIcon
    {
        background-size: 20px!important;
    }
    .header .inner
    {
        height: 60px;
    }
    .logo img
    {
        max-height: 30px;
    }
    .openMenu
    {
        border-left: 1px solid rgba(255,255,255,.2);
        position: relative;
        width: 60px;
        height: 60px;
        cursor: pointer;
    }
    .openMenu i
    {
        position: absolute;
        width: 30px;
        height: 1px;
        top: 50%;
        background: rgba(255,255,255,.8);
        left: 50%;
        margin-left: -15px;
    }
    .openMenu i:before, .openMenu i:after
    {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: inherit;
        left: 0;
        -webkit-transition: .4s;
        transition: .4s;
    }
    .openMenu i:before
    {
        top: -10px;
    }
    .openMenu i:after
    {
        top: 10px;
    }
    .header .rcon
    {
        position: fixed;
        right: -100%;
        width: 240px;
        display: block;
        background: #fff;
        top: 60px;
        bottom: 0;
        padding: 20px 0;
        overflow: auto;
        color: #333;
        -webkit-transform: none!important;
        transform: none!important;
        z-index: 20;
    }
    .header.openedMenu .rcon
    {
        right: 0;
    }
    .nav ul
    {
        display: block;
    }
    .nav li
    {
        display: block;
    }
    .nav li>a
    {
        line-height: 40px;
        margin-bottom: 10px;
        padding-left: 60px;
        color: #333;
    }
    .nav
    {
        border: none;
    }
    .nav li .sub
    {
        position: static;
        width: auto;
        transform: none;
        padding: 10px 0;
    }
    .nav li .subinner
    {
        display: block;
    }
    .nav li .sub .subl
    {
        width: auto;
        padding: 10px;
    }
    .nav li .sub .subr
    {
        padding: 10px;
    }
    .nav li .sub .subl a
    {
        line-height: 40px;
        font-size: 14px;
        padding-left: 50px;
    }
    .nav li .sub .subl a:hover, .nav li .sub .subl a.cur
    {
        font-size: 16px;
    }
    .nav li>a:after
    {
        display: none;
    }
    .tool
    {
        border-right: none;
        padding: 0 60px;
        line-height: 40px;
    }
    .tool .item
    {
        display: block;
        padding-left: 0;
    }
    .sys
    {
        border: none;
        padding: 0;
        text-align: center;
        font-size: 14px;
        line-height: 50px;
    }
    .sys .user
    {
        background: url(../img/icon-user-black.png) no-repeat left center;
    }
    .sys .system
    {
        background: url(../img/icon-computer-black.png) no-repeat left center;
    }
    .header.openedMenu .searchbox .searchIcon
    {
        background: url(../img/icon-search-black.png) no-repeat center;
    }
    .header.openedMenu .search .searBtn
    {
        background: url(../img/icon-search-black.png) no-repeat center;
    }
    .header.openedMenu
    {
        background: #fff;
    }
    .header.openedMenu .logo .white
    {
        display: none;
    }
    .header.openedMenu .logo .black
    {
        display: block;
    }
    .header.openedMenu .openMenu i:before, .header.openedMenu .openMenu i:after
    {
        background: #333;
        top: 0;
    }
    .header.openedMenu .openMenu i:before
    {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .header.openedMenu .openMenu i:after
    {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .searchbox
    {
        position: fixed;
        left: 0;
        right: 0;
        padding: 20px 10px;
        height: 70px;
        width: auto;
        background: rgba(0,0,0,.1);
    }
    .searchbox input
    {
        height: 30px;
    }
    .searchbox .searchIcon
    {
        top: 20px;
        right: 10px;
        background: url(../img/icon-search-black.png) no-repeat center;
    }
    .openSearch .searchbox
    {
        top: 60px;
    }
}
.swiper-container .dots
{
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: 30px;
    text-align: center;
}
.swiper-container .dots span
{
    margin: 0!important;
    width: 100px;
    height: 35px;
    position: relative;
    background: none;
    opacity: 1!important;
    line-height: 35px;
}
.swiper-container .dots span em
{
    border: 1px solid #fff;
    width: 17px;
    height: 17px;
    line-height: 15px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
}
.swiper-container .dots span em:after
{
    content: "";
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.swiper-container .dots span:before
{
    content: "";
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    right: 65px;
    top: 50%;
}
.swiper-container .dots span:after
{
    content: "";
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 0;
    left: 65px;
    top: 50%;
}
.swiper-container .dots span.swiper-pagination-bullet-active em
{
    border-color: transparent;
    width: 30px;
    height: 25px;
    background: url(../img/dot.png) no-repeat center;
}
.swiper-container .dots span.swiper-pagination-bullet-active em:after
{
    display: none;
}
.swiper-container .dots span.swiper-pagination-bullet-active:before
{
    right: 75px;
}
.swiper-container .dots span.swiper-pagination-bullet-active:after
{
    left: 75px;
}
.homeBlock
{
    padding: 5% 0;
    width: 100%;
    overflow: hidden;
}
.title
{
    margin-bottom: 5%;
    font-size: 16px;
    color: #555;
    position: relative;
}
.title.center
{
    text-align: center;
}
.subtitle span
{
    text-transform: uppercase;
    font-size: 36px;
    color: #e2e2e2;
    line-height: 1;
    font-family: 'OswaldBold';
    position: relative;
}
.subtitle span:after
{
    content: "";
    left: 0;
    top: 0;
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(180deg,#fff,#fff 2px,transparent 2px,transparent 4px,#fff 4px,#fff 5px,transparent 5px,transparent 7px);
    background-image: linear-gradient(180deg,#fff,#fff 2px,transparent 2px,transparent 4px,#fff 4px,#fff 5px,transparent 5px,transparent 7px);
    background-repeat: repeat-y;
    background-size: auto 7px;
    z-index: 10;
}
.white .subtitle span
{
    background-image: -webkit-linear-gradient(180deg,#e2e2e2,#e2e2e2 1px,#fff 2px,#fff 2px);
    background-image: linear-gradient(180deg,#e2e2e2,#e2e2e2 1px,#fff 2px,#fff 2px);
    background-repeat: repeat-y;
    background-size: auto 2px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.white .subtitle span::after
{
    display: none;
}
.title.white
{
    color: #fff;
}
.title.white h3
{
    color: #fff;
}
.title h3
{
    font-size: 36px;
    color: #333;
    margin: 10px 0;
    line-height: 1;
}
.home1
{
    align-items: stretch;
}
.home1 .item
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10% 60px 140px 60px;
    color: #fff;
    position: relative;
    width: 25%;
    -webkit-transition: .6s;
    transition: .6s;
    z-index: 10;
    height: 700px;
    border-right: 2px solid #fff;
}
.home1 .item.cur
{
    width: 60%!important;
    flex: 0 0 auto;
}
.home1 .item.cur:after
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: -1;
}
.home1 .item .icon
{
    text-align: center;
    -webkit-transition: .6s;
    transition: .6s;
    opacity: 1;
    margin-top: 0;
}
.home1 .item.cur .icon
{
    opacity: 0;
    margin-top: -160px;
    text-align: left;
}
.home1 .item .tit
{
    font-size: 30px;
    text-align: center;
    margin: 20px 0 50px;
}
.home1 .item.cur .tit
{
    text-align: left;
}
.home1 .item .desc
{
    font-size: 16px;
    line-height: 30px;
    position: relative;
    top: 60px;
    opacity: 0;
    -webkit-transition: .6s;
    transition: .6s;/* max-height:180px; */
    overflow: hidden;
    max-width: 65%;
}
.home1 .item.cur .desc
{
    top: 0;
    opacity: 1;
}
.home1 .item .ibtn
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 21px 40px 0;
    text-align: center;
    line-height: 46px;
    justify-content: center;
    background: url(../img/flashline2.png) no-repeat top center;
}/* .home1:hover .item{width:13.333%;padding-left:40px;padding-right:40px;}
*/
.home1 .item .ibtn .tags
{
    vertical-align: middle;
    white-space: nowrap;
    width: 0;
}
.home1 .item .ibtn .tags a
{
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    margin-right: 20px;
    background: url(../img/icon-more2.png) no-repeat right center;
    position: relative;
    left: 30px;
    opacity: 0;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition: .6s;
    transition: .6s;
}
.home1 .item.cur .ibtn .more
{
    display: inline-block;
    border: 2px solid #fff;
    padding: 0 17px;
    border-radius: 23px;
    line-height: 42px;
    white-space: nowrap;
}
.home1 .item.cur .ibtn .more:after
{
    content: "+";
    margin-left: 40px;
    font-size: 20px;
    vertical-align: middle;
}
.home1 .item.cur .ibtn
{
    justify-content: space-between;
    padding: 45px 40px 24px;
    background: url(../img/flashline.png) no-repeat top center;
}
.home1 .item.cur .ibtn .tags
{
    width: auto;
}
.home1 .item .ibtn .tags a:nth-child(2)
{
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.home1 .item .ibtn .tags a:nth-child(3)
{
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.home1 .item .ibtn .tags a:nth-child(4)
{
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.home1 .item .ibtn .tags a:nth-child(5)
{
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}
.home1 .item .ibtn .tags a:nth-child(6)
{
    -webkit-transition-delay: .7s;
    transition-delay: .8s;
}
.home1 .item .ibtn .tags a:nth-child(7)
{
    -webkit-transition-delay: .7s;
    transition-delay: .9s;
}
.home1 .item .ibtn .tags a:nth-child(8)
{
    -webkit-transition-delay: .7s;
    transition-delay: 1s;
}
.home1 .item .ibtn .tags a:nth-child(9)
{
    -webkit-transition-delay: .7s;
    transition-delay: 1.1s;
}
.home1 .item .ibtn .tags a:nth-child(10)
{
    -webkit-transition-delay: .7s;
    transition-delay: 1.2s;
}
.home1 .item.cur .ibtn .tags a
{
    left: 0;
    opacity: 1;
}
.about
{
    padding-bottom: 70px;
    background: url(../img/aboutbg.png) no-repeat bottom center;
    align-items: flex-end;
}
.about .left
{
    width: 51%;
}
.about .title h3
{
    margin-bottom: 50px;
}
.viewMore a, .viewMore span
{
    display: inline-block;
}
.viewMore a:after, .viewMore span:after
{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #2d65bc url(../img/icon-more2.png) no-repeat center;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 10px;
    margin-bottom: 3px;
}
.viewMore2 a, .viewMore2 span
{
    display: inline-block;
    border: 2px solid #2d65bc;
    padding: 0 17px;
    border-radius: 23px;
    line-height: 42px;
    white-space: nowrap;
    color: #2d65bc;
}
.viewMore2 a:after, .viewMore2 span:after
{
    content: "+";
    margin-left: 40px;
    font-size: 20px;
    vertical-align: middle;
}
.viewMore2 a:hover, .viewMore2 span:hover
{
    color: #fff;
    background: #2d65bc;
}
.about .right
{
    width: 49%;
    padding-left: 20px;
    padding-top: 84px;
}
.about .data
{
    margin-top: 40px;
}
.data
{
    font-size: 0;
}
.data .item
{
    display: inline-block;
    width: 19%;
    font-size: 16px;
    margin-right: 8%;
    color: #555;
    vertical-align: top;
    border-bottom: 2px solid #aabecd;
    padding-bottom: 20px;
}
.data .item:nth-child(4n)
{
    margin-right: 0;
}
.data .item:nth-child(2n)
{
    padding-top: 90px;
}
.data .item b
{
    font-family: 'OswaldRegular';
    font-weight: normal;
    color: #2d65bc;
    font-size: 48px;
}
.data .item sup
{
    font-size: 26px;
    color: #2d65bc;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
}
.data .item .tit
{
    display: inline-block;
    position: relative;
    line-height: 1;
    padding-right: 20px;
    margin-bottom: 20px;
}
.data .item sub
{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
}
.slideNews .swiper-container
{
    overflow: visible;
}
.slideNews .swiper-slide
{
    opacity: .2;
    padding: 30px 0;
}
.slideNews .swiper-slide-prev, .slideNews .swiper-slide-next, .slideNews .swiper-slide-active
{
    opacity: 1;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right
{
    display: none;
}
.slideNews .text
{
    padding: 45px 0;
    opacity: 0;
}
.slideNews .text .date
{
    font-size: 16px;
    color: #999;
    margin-bottom: 10px;
    -webkit-transition: .6s;
    transition: .6s;
    opacity: 0;
    position: relative;
    top: -30px;
}
.slideNews .swiper-slide-active .text .date
{
    top: 0;
    opacity: 1;
}
.slideNews .text h4
{
    font-size: 24px;
    color: #333;
    font-family: 'SNregular';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    -webkit-transition: .6s;
    transition: .6s;
    opacity: 0;
    position: relative;
    top: -30px;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.slideNews .swiper-slide-active .text h4
{
    top: 0;
    opacity: 1;
}
.slideNews .text .desc
{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    -webkit-transition: .6s;
    transition: .6s;
    opacity: 0;
    position: relative;
    top: 30px;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.slideNews .swiper-slide-active .text .desc
{
    top: 0;
    opacity: 1;
}
.slideNews .text .more
{
    text-align: center;
    margin-top: 40px;
}
.slideNews .text .more a
{
    display: inline-block;
    line-height: 42px;
    width: 140px;
    text-align: center;
    font-size: 14px;
    border-radius: 23px;
    border: 2px solid #2d65bc;
    color: #2d65bc;
}
.slideNews .text .more a:hover
{
    background: #2d65bc;
    color: #fff;
}
.slideNews .swiper-slide-active .text
{
    opacity: 1;
}
.swiper-container-3d
{
    perspective: 1500px;
}
.slideNews img
{
    width: 100%;
}
.swiperBtns .prev, .swiperBtns .next
{
    position: absolute;
    width: 60px;
    height: 60px;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    cursor: pointer;
    bottom: 230px;
    z-index: 60;
}
.swiperBtns .prev
{
    right: 70%;
}
.swiperBtns .next
{
    left: 70%;
}
.swiperBtns span:after
{
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
    border-left: 2px solid #999;
    border-bottom: 2px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swiperBtns span.next:after
{
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.swiperBtns span:hover
{
    background: #2d65bc;
    border-color: #2d65bc;
}
.swiperBtns span:hover:after
{
    border-color: #fff;
}
@media(max-width: 1366px)
{
    .home1 .item .tit
    {
        font-size: 25px;
    }
}
@media(max-width: 1024px)
{
    .subtitle span
    {
        font-size: 26px;
    }
    .title h3
    {
        font-size: 28px;
    }
}
@media(max-width: 560px)
{
    .subtitle span
    {
        font-size: 24px;
    }
    .swiper-container .dots
    {
        bottom: 10px;
    }
    .title h3
    {
        font-size: 24px;
    }
    .home1
    {
        display: block;
    }
    .home1 .item
    {
        width: 100%!important;
        height: auto;
        border: none;
    }
    .home1 .item.cur
    {
        width: 100%!important;
    }
    .home1 .item .icon
    {
        margin: 0!important;
        opacity: 1!important;
        text-align: left;
    }
    .home1 .item .icon img
    {
        height: 90px;
    }
    .home1 .item .tit
    {
        text-align: left;
        margin: 20px 0;
        font-size: 24px;
    }
    .home1 .item .desc
    {
        font-size: 14px;
        top: 0;
        opacity: 1;
        max-width: 100%;
    }
    .home1 .item .ibtn
    {
        padding: 40px 20px 20px!important;
        line-height: 20px;
        align-items: center;
        overflow: hidden;
    }
    .home1 .item .ibtn .tags a
    {
        padding-right: 12px;
        font-size: 14px;
    }
    .home1 .item:after
    {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.3);
        z-index: -1;
    }
    .home1 .item.cur .ibtn .more
    {
        line-height: 40px;
    }
    .about .left
    {
        width: 100%;
    }
    .about
    {
        flex-wrap: wrap;
        padding-bottom: 50px;
    }
    .about .title h3
    {
        margin-bottom: 20px;
    }
    .about .right
    {
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }
    .data .item b
    {
        font-size: 26px;
    }
    .data .item sup
    {
        font-size: 20px;
        top: -10px;
    }
    .data .item
    {
        margin-right: 4%;
        width: 22%;
        font-size: 14px;
        padding-bottom: 10px;
    }
    .data .item .tit
    {
        margin-bottom: 10px;
    }
    .data .item:nth-child(2n)
    {
        padding-top: 50px;
    }
    .swiperBtns .prev, .swiperBtns .next
    {
        bottom: 70px;
        width: 32px;
        height: 32px;
    }
    .swiperBtns span:after
    {
        border-width: 1px;
        width: 8px;
        height: 8px;
        margin-left: -4px;
    }
    .slideNews .text
    {
        padding: 30px 0;
    }
    .slideNews .text h4
    {
        font-size: 18px;
    }
    .slideNews .text .desc
    {
        font-size: 14px;
    }
    .slideNews .text .more
    {
        margin-top: 20px;
    }
    .swiperBtns .prev
    {
        right: auto;
        left: 30px;
    }
    .swiperBtns .next
    {
        left: auto;
        right: 30px;
    }
}
.quickLinks
{
    align-items: center;
    justify-content: space-between;
}
.quickLinks .item
{
    width: 33.33%;
}
.quickLinks .item a
{
    align-items: center;
    padding: 80px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 16px;
}
.quickLinks .item h3
{
    font-size: 32px;
    font-family: 'SNregular';
}
.quickLinks .item a:hover
{
    padding: 90px 50px;
    box-shadow: 0 5px 15px #ccc;
}
.homeLast
{
    margin-bottom: -85px;
    position: relative;
    z-index: 10;
}
.indexFooter
{
    padding-top: 85px;
    background: #f4f4f4;
}
.footer
{
    padding: 45px 0 35px;
    line-height: 30px;
    color: #999;
    background: #f4f4f4;
}
.footTop
{
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e7ec;
    align-items: center;
}
.ftel
{
    font-size: 18px;
    color: #333;
    padding-left: 35px;
}
.ftel b
{
    display: block;
    font-family: 'OswaldBold';
    font-size: 24px;
    padding-left: 35px;
    margin-left: -35px;
    background: url(../img/tel.png) no-repeat left center;
}
.footCenter
{
    justify-content: space-between;
}
.fnav
{
    flex: 1 1 auto;
    justify-content: space-between;
}
.fnav dl
{
    padding-right: 30px;
}
.fnav dl dd a:hover
{
    color: #2d65bc;
}
.fnav dt
{
    font-size: 18px;
    color: #333;
}
.gup
{
    padding: 0 40px;
    font-size: 12px;
    color: #727c85;
}
.gup .tit
{
    font-size: 18px;
    color: #333;
}
.gup .b
{
    font-family: 'OswaldBold';
    font-size: 16px;
    color: #d6000f;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 5px;
}
.gup .b b
{
    padding-right: 10px;
    font-size: 46px;
    position: relative;
    margin-right: 10px;
}
.gup .b b:after
{
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #d6000f;
    position: absolute;
    right: 0;
    bottom: 15px;
}
.socail
{
    text-align: center;
}
.socail ul
{
    overflow: hidden;
    display: flex;
}
.socail li
{
    width: 149px;
}
.socail li:last-child
{
    margin-left: 20px;
}
.socail li img
{
    display: block;
    width: 100%;
    height: auto;
}
.qcode
{
    border: 1px solid #fff;
    margin-bottom: 10px;
}
.socailIcons .item
{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.socailIcons .item .img
{
    font-size: 0;
    background: #cbcccc;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    cursor: pointer;
}
.socailIcons
{
    margin-top: 10px;
}
.footBottom
{
    margin-top: 20px;
    text-align: right;
}
.goTop
{
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: none;
    z-index: 50;
    border-radius: 50%;
    background: #2d65bc url(../img/icon-top.png) no-repeat center;
}
.imgbox
{
    overflow: hidden;
    max-height: 100%;
}
.bshare-custom
{
    text-align: right;
}
.imgbox img, .imgbox .scale
{
    transition: .6s;
    -webkit-transition: .6s;
}
.imgbox .scale
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.imgbox:hover img, .imgbox:hover .scale
{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
@media(max-width: 1366px)
{
    .socail li
    {
        width: 110px;
        font-size: 12px;
        line-height: 20px;
    }
    .socail li:last-child
    {
        margin-left: 10px;
    }
    .gup
    {
        padding: 0 15px;
    }
    .fnav dl
    {
        padding-right: 10px;
    }
    .fnav dd
    {
        font-size: 13px;
    }
}
@media(max-width: 1024px)
{
    .quickLinks .item a
    {
        font-size: 14px;
        padding: 60px 20px;
    }
    .quickLinks .item h3
    {
        font-size: 20px;
    }
    .quickLinks .item:nth-child(2n) a
    {
        padding: 80px 20px;
    }
    .footCenter
    {
        flex-wrap: wrap;
    }
    .fnav
    {
        width: 100%;
        margin-bottom: 20px;
    }
    .gup
    {
        padding: 0;
    }
    .goTop
    {
        right: 20px;
        bottom: 20px;
    }
}
@media(max-width: 768px)
{
    .quickLinks .item a
    {
        padding: 20% 20px!important;
        box-shadow: none!important;
    }
    .quickLinks
    {
        display: block;
    }
    .quickLinks .item
    {
        width: 100%;
        margin-bottom: 20px;
    }
    .fnav
    {
        display: none;
    }
    .fnav dl
    {
        padding-right: 0;
    }
    .homeLast
    {
        margin-bottom: 0;
    }
    .indexFooter
    {
        padding-top: 0;
    }
    .footTop
    {
        flex-direction: column;
    }
    .ftel
    {
        margin-top: 20px;
    }
    .ftel p
    {
        display: none;
    }
    .ftel b
    {
        font-size: 18px;
    }
    .footCenter
    {
        flex-direction: column;
        align-items: center;
    }
    .footBottom
    {
        text-align: center;
    }
    .bshare-custom
    {
        text-align: center;
    }
}
.pageMain
{
    padding: 5% 0;
}
.cybj
{
    justify-content: space-between;
    flex-wrap: wrap;
}
.cybj .item
{
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 49%;
    margin-bottom: 2%;
    text-align: center;
    padding: 80px 40px 90px;
    position: relative;
    font-size: 16px;
}
.cybj .item .tit
{
    font-size: 30px;
    margin: 20px 0 110px;
}
.cybj .item .ibtn
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 60px;
    padding-top: 20px;
    background: url(../img/flashline2.png) no-repeat top center;
}
.cybj .item .ibtn a
{
    display: block;
}
.selectBlock
{
    background: #f4f4f4;
    margin-bottom: 50px;
    line-height: 50px;
}
.selectLine
{
    border-bottom: 1px solid #fff;
    padding: 0 28px;
    align-items: center;
}
.pageBlock
{
    margin-bottom: 5%;
}
.productCatgray .title
{
    margin-bottom: 50px;
}
.selectBlock .tit
{
    font-size: 18px;
    padding-right: 30px;
    width: 110px;
    flex: 0 0 auto;
}
.selects
{
    flex: 1 1 auto;
    justify-content: space-between;
    padding: 28px 0;
}
.selects .item
{
    flex: 1 1 auto;
    margin-left: 10px;
    position: relative;
}
.selects .item select
{
    height: 50px;
    width: 100%;
    padding: 0 20px;
    cursor: pointer;
    font-size: 14px;
}
.selects .item:after
{
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.proList
{
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 50px;
}
.proList .item
{
    width: 32.66%;
    margin-right: 1%;
    margin-bottom: 1%;
    background: #f4f4f4;
}
.proList .item:nth-child(3n)
{
    margin-right: 0;
}
.proList .item a
{
    display: block;
    padding: 25px 30px;
    font-size: 16px;
    color: #666;
    -webkit-transition: .6s;
    transition: .6s;
}
.proList .item .tit
{
    font-size: 20px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.proList .item .img
{
    font-size: 0;
    line-height: 170px;
    text-align: center;
    margin-bottom: 10px;
}
.proList .item img
{
    max-height: 170px;
}
.proList .item a:hover
{
    box-shadow: 0 5px 15px #ccc;
}
.bottomContact
{
    padding: 90px 0;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bottomContact .title
{
    margin-bottom: 0;
    padding-right: 50px;
}
.bottomContact .flex
{
    align-items: center;
}
.contactLinks
{
    flex: 1 1 auto;
    justify-content: space-between;
    padding-left: 15%;
}
.contactLinks .item
{
    padding-left: 30px;
}
.contactLinks .item .img
{
    line-height: 78px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 80px;
    text-align: center;
    margin-right: 10px;
}
.contactLinks .item .tit
{
    font-size: 28px;
}
.checkBoxs
{
    flex: 1 1 auto;
    padding: 20px 0;
    line-height: 30px;
    flex-wrap: wrap;
}
.checkBoxs .checkItem
{
    margin: 10px 20px 0 0;
    position: relative;
}
.checkBoxs .checkItem input[type="radio"]
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}
.checkBoxs .checkItem span
{
    display: block;
    border-radius: 3px;
    padding: 0 10px;
}
.checkBoxs .checkItem input[type="radio"]:checked+span
{
    color: #fff;
    background: #2d65bc;
}
.productCatgray .ny_bt
{
    margin-bottom: 50px;
}
.title2
{
    font-size: 20px;
    margin-bottom: 20px;
}
.solutionRel
{
    padding: 0 0 110px;
}
.title .swiperBtns .prev, .title .swiperBtns .next
{
    bottom: 0;
    border-color: #999;
}
.title .swiperBtns
{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 140px;
}
.title .swiperBtns .prev
{
    right: auto;
    left: 0;
}
.title .swiperBtns .next
{
    left: auto;
    right: 0;
    background: #2d65bc;
    border-color: #2d65bc;
}
.title .swiperBtns .next:after
{
    border-color: #fff;
}
.solutionRel .tit
{
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
}
@media(max-width: 1024px)
{
    .cybj .item .tit
    {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .cybj .item
    {
        padding: 40px 40px 50px;
    }
    .cybj .item .ibtn
    {
        line-height: 40px;
    }
    .cybj .item .icon img
    {
        height: 90px;
    }
    .selectLine
    {
        flex-wrap: wrap;
        padding: 10px;
    }
    .selects
    {
        width: 100%;
        padding: 0;
    }
    .checkBoxs
    {
        padding-top: 0;
        width: 100%;
        padding-bottom: 10px;
    }
    .checkBoxs .checkItem
    {
        margin: 5px 10px 0 0;
    }
    .selects .item:first-child
    {
        margin-left: 0;
    }
    .proList .item .tit
    {
        font-size: 18px;
    }
    .bottomContact .flex
    {
        flex-wrap: wrap;
    }
    .bottomContact .title
    {
        width: 100%;
        margin-bottom: 30px;
    }
    .contactLinks
    {
        padding-left: 0;
        flex-wrap: nowrap;
    }
    .contactLinks .item
    {
        padding: 0 10px;
    }
    .contactLinks .item .tit
    {
        font-size: 18px;
    }
    .contactLinks .item .img
    {
        line-height: 60px;
        width: 60px;
    }
}
@media(max-width: 560px)
{
    .cybj .item
    {
        padding: 30px 20px;
        font-size: 14px;
    }
    .cybj .item .tit
    {
        font-size: 16px;
    }
    .cybj .item .icon img
    {
        height: 50px;
    }
    .selectBlock
    {
        margin-bottom: 30px;
        line-height: 40px;
    }
    .productCatgray .title
    {
        margin-bottom: 30px;
    }
    .selects
    {
        flex-wrap: wrap;
    }
    .selects .item
    {
        width: 49%;
        margin-left: 2%;
        margin-bottom: 1%;
    }
    .selects .item:nth-child(2n+1)
    {
        margin-left: 0;
    }
    .selects .item select
    {
        height: 40px;
    }
    .selectBlock .tit
    {
        margin-bottom: 10px;
        width: auto;
    }
    .proList .item
    {
        width: 100%;
        margin-right: 0;
    }
    .proList
    {
        margin-bottom: 30px;
    }
    .contactLinks .item
    {
        margin-bottom: 20px;
        padding: 0;
        padding-right: 10px;
    }
    .title .swiperBtns
    {
        width: 80px;
    }
    .solutionRel .tit
    {
        font-size: 18px;
        margin-top: 10px;
    }
    .solutionRel
    {
        padding: 0 0 30px;
    }
}
.productInfo
{
    padding-top: 120px;
}
.bread
{
    margin-bottom: 5%;
    font-size: 16px;
    color: #999;
}
.bread a
{
    padding-right: 18px;
    display: inline-block;
    position: relative;
}
.bread a:before
{
    content: '';
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bread span
{
    color: #2d65bc;
}
.infoTop
{
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 5%;
}
.infoTop .img
{
    width: 50%;
    justify-content: center;
    align-items: center;
    background: #f3f3f3;
}
.infoTop .desc
{
    padding-left: 50px;
    width: 50%;
    font-size: 16px;
    color: #555;
    line-height: 2;
}
.infoTop .desc h3
{
    font-size: 36px;
    color: #333;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'SNregular';
}
.infoTop .desc .sdes
{
    padding-bottom: 30px;
    margin-bottom: 45px;
    border-bottom: 1px solid #e5e5e5;
}
.infoTop .desc .tit
{
    font-size: 26px;
    margin-bottom: 30px;
}
.infoTab
{
    padding: 15px 35px;
    color: #fff;
    background: #2d65bc;
    font-size: 18px;
}
.infoTab span
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
.infoTab span.cur
{
    border-color: #fff;
}
.infoList .info
{
    padding: 40px 0;
    font-size: 16px;
    color: #555;
}
.info table
{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.info td
{
    border: 1px solid #e5e5e5;
    padding: 15px 30px;
}
.info td.td1, .info td:first-child
{
    background: #f4f4f4;
}
@media(max-width: 1400px)
{
    .productInfo
    {
        padding-top: 80px;
    }
}
@media(max-width: 768px)
{
    .bread
    {
        font-size: 14px;
    }
    .infoTop
    {
        flex-wrap: wrap;
    }
    .infoTop .img
    {
        width: 100%;
        padding: 10% 0;
        margin-bottom: 20px;
    }
    .infoTop .desc
    {
        width: 100%;
        padding: 0 10px;
        font-size: 14px;
    }
    .infoTop .desc h3
    {
        font-size: 22px;
    }
    .infoTop .desc .sdes
    {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .infoTop .desc .tit
    {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .infoTab
    {
        font-size: 16px;
        padding: 10px 20px;
    }
    .table td
    {
        padding: 10px;
        font-size: 14px;
    }
}
.aboutContent
{
    justify-content: space-between;
    align-items: stretch;
}
.aboutContent .left
{
    width: 62.5%;
    flex: 0 0 auto;
    position: relative;
    padding-bottom: 175px;
}
.data2
{
    padding: 40px;
    background: #2d65bc;
    color: #fff;
    justify-content: space-between;
    font-size: 16px;
}
.data2 .item
{
    padding: 0 30px;
}
.data2 .item b
{
    font-family: 'OswaldRegular';
    font-weight: normal;
    font-size: 48px;
}
.data2 .item sup
{
    font-size: 26px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
}
.data2 .item .tit
{
    display: inline-block;
    position: relative;
    line-height: 1;
    padding-right: 20px;
    margin-bottom: 20px;
}
.data2 .item sub
{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
}
.aboutContent .right
{
    padding-left: 90px;
    flex: 1 1 auto;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    padding-right: 40px;
}
.aboutContent .right .enTitle
{
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
    color: #2d65bc;
    font-family: 'roboto';
}
.aboutContent .right .tit
{
    font-size: 26px;
    line-height: 1;
    color: #333;
    margin-bottom: 20px;
}
.aboutContent .right .short
{
    color: #666;
}
.aboutContent .right .short b
{
    color: #d6000f;
}
.aboutContent .right .text
{
    background: #f4f4f4;
    padding: 50px;
    margin: 50px -40px 0 -90px;
    padding-left: 90px;
}
.aboutContent .left .imgbox
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 175px;
}
.aboutContent .left .data2
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
}
.threeBlocks
{
    overflow: hidden;
}
.threeBlocks .item
{
    position: relative;
    padding-right: 50%;
    padding-bottom: 30.6%;
    float: left;
}
.threeBlocks .item .imgbox
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.threeBlocks .item .text
{
    position: absolute;
    left: 70px;
    top: 50px;
    right: 70px;
    color: #fff;
    font-size: 16px;
}
.threeBlocks .item:first-child
{
    padding-bottom: 61.2%;
}
.honorBlock
{
    justify-content: space-between;
    align-items: stretch;
}
.honorBlock .left
{
    width: 25%;
    flex: 0 0 auto;
    font-size: 16px;
    color: #555;
    line-height: 30px;
}
.honorBlock .left .title
{
    margin-bottom: 50px;
}
.honorBlock .left .viewMore2
{
    margin-top: 60px;
}
.honnorList
{
    justify-content: space-between;
    flex: 1 1 auto;
    counter-reset: honor;
}
.honnorList .item
{
    height: 100%;
    margin-right: 1%;
    width: 33.33%;
    background: #f4f4f4;
    padding: 30px;
    text-align: center;
    align-items: center;
    display: flex;
}
.honnorList .item .img
{
    position: relative;
    z-index: 10;
    margin-bottom: 50px;
    padding-top: 110px;
}
.honnorList .item .tit
{
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 50px;
}
.honnorList .item .img:after
{
    counter-increment: honor;
    content: "0" counter(honor);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    color: #eaeaea;
    font-size: 165px;
    line-height: 1;
    font-family: 'OswaldRegular';
}
.mailes
{
    padding: 60px 75px;
    position: relative;
    background: url(../img/milesBg.jpg) no-repeat center;
    background-size: cover;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    min-height: 650px;
}
.mailes .slideContent
{
    width: 45%;
}
.mailes .slideContent .title
{
    margin-bottom: 70px;
}
.mailes .slideContent .imgbox
{
    margin-bottom: 45px;
}
.mailes .slideTitle
{
    position: absolute;
    right: 0;
    top: 50%;
    width: 35%;
    text-align: center;
    height: 650px;
    margin-top: -325px;
    overflow: hidden;
}
.mailes .slideTitle .swiper-container
{
    height: 650px;
    margin-top: 20px;
}
.mailes .slideTitle .swiper-slide
{
    height: 130px!important;
    line-height: 130px;
    font-size: 48px;
    color: #c7d5df;
    font-family: 'OswaldRegular';
    text-transform: uppercase;
    padding-left: 45%;
    text-align: left;
}
.mailes .slideTitle .swiper-slide-active
{
    font-size: 50px;
    color: #fff;
}
.mailes .slideTitle:after
{
    background: url(../img/slideLine.png) no-repeat center;
    content: "";
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -45px;
    height: 130px;
    position: absolute;
}
.party
{
    justify-content: space-between;
    align-items: center;
}
.party .left
{
    width: 33.33%;
    flex: 0 0 auto;
    padding-right: 5%;
    font-size: 16px;
    color: #555;
}
.party .left .title
{
    margin-bottom: 45px;
}
.party .left .tit
{
    font-size: 40px;
    line-height: 1.2;
    color: #2d65bc;
    margin-bottom: 20px;
}
.party .left .desc
{
    line-height: 30px;
}
.party .left .viewMore2
{
    margin-top: 60px;
}
@media(max-width: 1366px)
{
    .aboutContent .right
    {
        padding-left: 50px;
        font-size: 14px;
        padding-right: 30px;
    }
    .aboutContent .right .tit
    {
        font-size: 22px;
    }
}
@media(max-width: 1200px)
{
    .aboutContent .right
    {
        padding-left: 40px;
    }
    .aboutContent .right .enTitle
    {
        font-size: 32px;
    }
    .aboutContent .right .tit
    {
        font-size: 22px;
    }
    .aboutContent .right .text
    {
        margin-left: -40px;
        padding: 30px 40px;
        font-size: 14px;
    }
    .data2
    {
        padding: 40px 20px;
        font-size: 14px;
    }
    .data2 .item b
    {
        font-size: 34px;
    }
    .data2 .item sup
    {
        top: -10px;
    }
    .data2 .item .tit
    {
        margin-bottom: 10px;
    }
    .aboutContent .left
    {
        padding-bottom: 148px;
    }
    .aboutContent .left .imgbox
    {
        bottom: 148px;
    }
    .threeBlocks .subtitle span
    {
        font-size: 24px;
    }
    .threeBlocks .title h3
    {
        font-size: 24px;
    }
    .honnorList .item .tit
    {
        font-size: 16px;
    }
    .honnorList .item .img:after
    {
        font-size: 110px;
    }
    .honnorList .item .img
    {
        padding-top: 65px;
        margin-bottom: 30px;
    }
    .party .left .tit
    {
        font-size: 28px;
    }
    .party .left .desc
    {
        font-size: 14px;
    }
    .party .left .viewMore2
    {
        margin-top: 20px;
    }
}
@media(max-width: 768px)
{
    .aboutContent
    {
        flex-wrap: wrap;
    }
    .aboutContent .left .data2
    {
        position: static;
        padding: 20px;
    }
    .aboutContent .left
    {
        width: 100%;
        padding: 0;
    }
    .aboutContent .left .imgbox
    {
        position: relative;
        padding-right: 100%;
        padding-bottom: 64%;
        bottom: 0;
    }
    .aboutContent .left .imgbox .scale
    {
        position: absolute;
    }
    .data2 .item
    {
        padding: 0 20px;
        width: 50%;
        margin: 15px 0;
    }
    .data2
    {
        flex-wrap: wrap;
    }
    .aboutContent .right
    {
        padding: 20px;
    }
    .aboutContent .right .enTitle
    {
        font-size: 24px;
    }
    .aboutContent .right .tit
    {
        font-size: 20px;
    }
    .aboutContent .right .text
    {
        margin: 30px -20px 0;
        padding: 20px;
    }
    .threeBlocks .item
    {
        padding-right: 100%;
        margin-bottom: 10px;
        padding-bottom: 61.5%!important;
    }
    .threeBlocks .item .text
    {
        left: 30px;
        top: 30px;
    }
    .honorBlock
    {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .honorBlock .left
    {
        width: 100%;
    }
    .honorBlock .left .viewMore2
    {
        margin-top: 30px;
    }
    .honnorList
    {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .honnorList .item
    {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1%;
        padding: 20px;
        justify-content: center;
    }
    .honorBlock .left .title
    {
        margin-bottom: 30px;
    }
    .threeBlocks .title h3
    {
        font-size: 20px;
    }
    .threeBlocks .subtitle span
    {
        font-size: 20px;
    }
    .honnorList .item .img
    {
        padding-top: 50px;
        margin-bottom: 10px;
    }
    .honnorList .item .img:after
    {
        font-size: 70px;
    }
    .mailes
    {
        padding: 40px 20px 20px;
        min-height: 0;
        font-size: 14px;
        line-height: 2;
        background-position: left center;
    }
    .mailes .slideContent
    {
        width: 100%;
    }
    .mailes .slideTitle
    {
        position: static;
        height: 40px;
        margin-top: 30px;
        width: 100%;
    }
    .party
    {
        flex-wrap: wrap;
    }
    .party .left
    {
        width: 100%;
        margin-bottom: 30px;
    }
    .party .left .title
    {
        margin-bottom: 30px;
    }
    .party .left .tit
    {
        font-size: 24px;
    }
    .mailes .slideContent .title
    {
        margin-bottom: 30px;
    }
    .mailes .slideTitle .swiper-container
    {
        height: 40px;
        margin-top: 0;
    }
    .mailes .slideTitle .swiper-slide
    {
        height: 40px!important;
        line-height: 40px;
        font-size: 18px;
        padding: 0;
        text-align: center;
    }
    .mailes .slideContent .imgbox
    {
        margin-bottom: 20px;
    }
    .mailes .slideTitle:after
    {
        display: none;
    }
    .mailes .slideTitle .swiper-slide-active
    {
        background: url(../img/slideLine.png) no-repeat center;
        background-size: cover;
    }
    .viewMore2 a, .viewMore2 span
    {
        line-height: 30px;
        font-size: 14px;
        border-width: 1px;
    }
    .viewMore2 a:after, .viewMore2 span:after
    {
        margin-left: 10px;
    }
}
.honnorCenter
{
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.honnorCenter .item
{
    width: 25%;
    text-align: center;
    padding-bottom: 83px;
    position: relative;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    align-items: flex-end;
}
.honnorCenter .item:before
{
    content: "";
    position: absolute;
    width: 50%;
    height: 83px;
    left: 0;
    bottom: 0;
    background: url(../img/shawCenter.png) repeat-x center top;
}
.honnorCenter .item:after
{
    content: "";
    position: absolute;
    width: 50%;
    height: 83px;
    right: 0;
    bottom: 0;
    background: url(../img/shawCenter.png) repeat-x center top;
}
.honnorCenter .item .tit
{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 25px;
    z-index: 10;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.honnorCenter .item .img
{
    display: inline-block;
    position: relative;
}
.honnorCenter .item .img .viewbtn
{
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 38px;
    height: 38px;
    z-index: 10;
    background: rgba(0,0,0,.2) url(../img/icon-search.png) no-repeat center;
}
@media(min-width: 768px)
{
    .honnorCenter .item:nth-child(4n+1):before
    {
        background: url(../img/shawLeft.png) no-repeat left top;
    }
    .honnorCenter .item:nth-child(4n+4):after, .honnorCenter .item:last-child:after
    {
        background: url(../img/shawRight.png) no-repeat right top;
    }
}
@media(max-width: 768px)
{
    .honnorCenter .item
    {
        width: 50%;
        padding-bottom: 60px;
    }
    .honnorCenter .item:before, .honnorCenter .item:after
    {
        height: 60px;
    }
    .honnorCenter .item .tit
    {
        bottom: 15px;
        font-size: 14px;
    }
    .honnorCenter .item .img .viewbtn
    {
        width: 22px;
        height: 22px;
        background-size: 60%;
    }
    .honnorCenter
    {
        margin-bottom: 10px;
    }
    .honnorCenter .item:nth-child(2n+1):before
    {
        background: url(../img/shawLeft.png) no-repeat left top;
    }
    .honnorCenter .item:nth-child(2n):after
    {
        background: url(../img/shawRight.png) no-repeat right top;
    }
}
.teamList .item
{
    padding: 50px;
    background: #f9f9f9;
    margin-bottom: 40px;
}
.teamList .item .tit
{
    font-size: 30px;
    color: #2d65bc;
    margin-bottom: 5px;
}
.teamList .item .subt
{
    font-size: 18px;
    margin-bottom: 15px;
}
.teamList .item .desc
{
    font-size: 16px;
    color: #777;
    line-height: 30px;
}
@media(max-width: 768px)
{
    .teamList .item
    {
        padding: 20px;
        margin-bottom: 20px;
    }
    .teamList .item .tit
    {
        font-size: 22px;
    }
    .teamList .item .subt
    {
        font-size: 16px;
    }
    .teamList .item .desc
    {
        font-size: 14px;
        line-height: 2;
    }
}
.lcBg
{
    background: url(../img/lcBg.png) no-repeat bottom center;
    background-size: 100% auto;
}
.history
{
    margin-left: 33.33%;
    position: relative;
}
.history .item
{
    position: relative;
    padding-left: 127px;
    cursor: pointer;
}
.history .item .date
{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}
.history .item .date b
{
    font-size: 30px;
    font-family: 'Oswald_Regular';
    padding-right: 5px;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
}
.history .item .content
{
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    padding-bottom: 10px;
    min-height: 150px;
    border-left: 2px solid #f1f1f1;
    padding-left: 35px;
}
.history .item .content:before
{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #a8b0b8;
    background: #fff;
    border-radius: 50%;
    top: 0;
    left: -13px;
    z-index: 20;
}
.history .item .content:after
{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #a8b0b8;
    border-radius: 50%;
    top: 6px;
    left: -7px;
    z-index: 30;
}
.history .item:hover:before
{
    content: "";
    width: 40px;
    height: 176px;
    position: absolute;
    left: 107px;
    top: 0;
    margin-top: -78px;
    z-index: 10;
    background: url(../img/flash-v.png) no-repeat center;
}
.history .item:hover .content:before, .history .item:hover .content:after
{
    display: none;
}
@media(max-width: 768px)
{
    .history
    {
        margin-left: 0;
        padding-top: 30px;
        overflow: hidden;
    }
    .history .item
    {
        padding-left: 88px;
    }
    .history .item .date
    {
        font-size: 16px;
    }
    .history .item .date b
    {
        font-size: 22px;
    }
    .history .item:hover:before
    {
        left: 69px;
        background-size: auto 100%;
    }
    .history .item .content
    {
        padding-left: 20px;
        font-size: 14px;
        min-height: 100px;
        padding-bottom: 40px;
    }
}
.culture
{
    justify-content: space-between;
    align-items: stretch;
}
.culture .left
{
    width: 33.33%;
    padding-right: 5%;
    flex: 0 0 auto;
}
.culture .imgbox
{
    max-height: none;
}
.culture .pic
{
    position: relative;
    overflow: hidden;
}
.culture .pic img
{
    display: block;
    width: 100%;
    height: auto;
}
.cultureItems .item
{
    position: relative;
    padding-left: 100px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    padding-bottom: 50px;
}
.cultureItems .item .icon
{
    width: 58px;
    height: 58px;
    font-size: 0;
    text-align: center;
    line-height: 56px;
    border: 1px solid #2f66bd;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 10;
    background: #fff;
}
.cultureItems .item .tit
{
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}
.cultureItems .item:first-child .icon, .cultureItems .item:nth-child(2) .icon
{
    background: #2f66bd;
}
.cultureItems .item:before
{
    content: "";
    position: absolute;
    height: 100%;
    left: 50px;
    top: 0;
    border-right: 1px solid #2f66bd;
}
.culture .imgbox
{
    flex: 1 1 auto;
    position: relative;
}
.culture .imgbox .text
{
    position: absolute;
    z-index: 20;
    left: 50px;
    bottom: 60px;
    color: #fff;
    font-family: "YouSheBiaoTiHei";
    font-size: 42px;
    line-height: 1;
}
.culture .imgbox .text b
{
    display: block;
    font-size: 78px;
    font-weight: normal;
}
.culture .imgbox .text:after
{
    content: "";
    display: inline-block;
    width: 60px;
    height: 6px;
    background: #fff;
    vertical-align: middle;
}
@media(max-width: 768px)
{
    .culture
    {
        flex-wrap: wrap;
        padding-top: 20px;
    }
    .culture .left
    {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .cultureItems .item .tit
    {
        font-size: 18px;
    }
    .culture .imgbox
    {
        width: 100%;
    }
    .culture .imgbox .scale
    {
        position: absolute;
        left: 0;
        top: 0;
    }
    .culture .imgbox .text
    {
        left: 30px;
        bottom: 30px;
        font-size: 18px;
    }
    .culture .imgbox .text b
    {
        font-size: 44px;
    }
    .culture .imgbox .text:after
    {
        height: 2px;
    }
    .cultureItems .item
    {
        padding-left: 70px;
    }
    .cultureItems .item:before
    {
        left: 29px;
    }
    .cultureItems .item .icon
    {
        left: 0;
    }
}/* 20211026 */
@media(min-width: 1024px)
{
    .nav li.cur>a:after
    {
        height: 2px;
        bottom: 0;
        background: #fff;
        opacity: .2;
    }
}
.nav li .proNav .subl
{
    width: 330px;
    background: #fff;
}
.nav li .proNav .subl .icon
{
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    overflow: hidden;
    line-height: 50px;
    font-size: 0;
    filter: grayscale(1);
    margin-right: 10px;
}
.nav li .proNav .subl .icon img
{
    width: 180%;
    max-width: none;
    left: -50%;
    position: relative;
}
.nav li .proNav .subl a
{
    font-size: 16px;
    padding-left: 30px;
}
.nav li .proNav .subl .cur .icon
{
    filter: none;
}
.proNav .sub2
{
    width: 250px;
    background: #f3f8ff;
    padding: 58px 25px 35px 30px;
    color: #333;
}
.proNav .sub2 a
{
    font-size: 16px;
    display: block;
    line-height: 42px;
    padding-right: 30px;
}
.proNav .sub2 a.cur
{
    font-size: 18px;
    color: #2d65bc;
    font-weight: bold;
    background: url(../img/icon-more.png) no-repeat right center;
}
.threeBlocks .item
{
    padding-bottom: 50%!important;
}
@media(min-width: 1400px)
{
    .header.down
    {
        -webkit-transform: translate(0,-100px);
        transform: translate(0,-100px);
        -webkit-transition: .6s;
        transition: .6s;
    }
    .header.up
    {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        -webkit-transition: .6s;
        transition: .6s;
    }
}
@media(max-width: 1024px)
{
    .proNav
    {
        flex-wrap: wrap;
        background: #f3f8ff;
    }
    .nav li .proNav .subl
    {
        width: 100%;
        background: none;
        padding: 10px 20px;
    }
    .nav li .proNav .subl .icon
    {
        display: none;
    }
    .proNav .sub2
    {
        display: none!important;
    }
    .nav li .sub .subr
    {
        background: #f3f8ff;
        padding: 0 20px 20px;
    }
    .nav li .proNav .subl a
    {
        font-size: 14px;
        line-height: 34px;
        padding: 0;
    }
    .nav li>a
    {
        padding-left: 20px;
    }
    .tool
    {
        padding: 0 20px;
    }
    .nav li .sub .subl
    {
        padding: 10px 20px;
    }
    .nav li .sub .subl a
    {
        padding-left: 0;
    }
}
.downIcon
{
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(../img/cw_img29.png) no-repeat center;
    margin-left: 10px;
    margin-bottom: 3px;
}
a:hover .downIcon
{
    background: url(../img/cw_img29_white.png) no-repeat center;
}
.part_con3 .rq .div .bot:hover
{
    color: #2d65bc;
}
.aboutMap
{
    display: inline-block;
    font-size: 0;
    position: relative;
}
.aboutMap i
{
    position: absolute;
    width: 10px;
    height: 10px;
    left: 33.5%;
    top: 42.6%;
    background: #d60311;
    border-radius: 50%;
    z-index: 10;
}
.aboutMap i:before
{
    content: "";
    position: absolute;
    padding: 25px;
    border: 1px solid #d60311;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-animation: scales 2s ease-in infinite;
    animation: scales 2s ease-in infinite;
    z-index: -1;
}
.aboutMap i:after
{
    content: "";
    position: absolute;
    padding: 25px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    background: #cb8085;
    border: 1px solid #cb8085;
    -webkit-animation: scales 2s ease-in infinite;
    animation: scales 2s ease-in infinite;
    animation-delay: .5s;
    z-index: -1;
}
.aboutMap i em
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d60311;
    border-radius: 50%;
    z-index: 10;
}
@-webkit-keyframes scales
{
    from
    {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scales
{
    from
    {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.quickLinks .item:hover
{
    padding: 0;
}
.quickLinks .item
{
    padding: 5px 0;
    -webkit-transition: .6s;
    transition: .6s;
}
.quickLinks .item a
{
    margin: 5px 0;
    -webkit-transition: .6s;
    transition: .6s;
}
.quickLinks .item a:hover
{
    margin: 0;
}
.pop
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer;
    background-color: rgba(0,0,0,.6);
    z-index: 999;
}
.pop>.flex
{
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.popContent
{
    background-color: #fff;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.875em;
    text-align: left;
    cursor: default;
    position: relative;
    width: 1200px;
    max-width: 90%;
}
.pop .close
{
    width: 24px;
    height: 24px;
    background: url(../img/icon_09.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 1.66666667%;
    cursor: pointer;
}
.popTitle
{
    border-bottom: 1px solid #f3f0ec;
    padding: 0 20px;
    font-size: 0;
    line-height: normal;
    text-align: center;
}
.popTitle span
{
    display: inline-block;
    font-size: 24px;
    color: #2e312c;
    font-weight: normal;
    border-bottom: 2px solid #d6000f;
    line-height: 1.5em;
    padding: 14px 0;
}
.pop .content
{
    padding: 3.33333333% 2.5%;
    min-height: 400px;
    max-height: 100%;
    overflow: auto;
}
.pop .popBottom
{
    background-color: #f3f2f0;
    text-align: center;
    line-height: 68px;
    height: 68px;
    position: relative;
    z-index: 12;
    font-size: 16px;
    clear: both;
    left: 0;
    width: 100%;
    bottom: 0;
}
@media(max-width: 560px)
{
    .popTitle span
    {
        font-size: 18px;
    }
    .pop .close
    {
        left: auto;
        right: 0;
        top: -32px;
    }
    .popContent
    {
        max-width: 96%;
        font-size: 14px;
    }
    .pop .content
    {
        min-height: 200px;
    }
    .pop .popBottom
    {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}
.partyTop .flex
{
    align-items: center;
    flex-direction: row-reverse;
}
.partyTop .text
{
    width: 50%;
    font-size: 16px;
    line-height: 2.1;
    color: #666;
    padding-left: 5%;
}
.titleText
{
    margin: 20px auto;
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    color: #666;
    max-width: 900px;
}
.loveList .item
{
    align-items: center;
    padding: 3% 5%;
    margin-bottom: 50px;
    background: #f9f9f9;
    font-size: 16px;
    color: #666;
    line-height: 2;
}
.loveList
{
    counter-reset: index1;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.loveList .item .text
{
    width: 64%;
    padding-right: 90px;
}
.loveList .item .tit
{
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
}
.loveList .item .tit:before
{
    counter-increment: index1;
    content: "0" counter(index1);
    color: #2d65bc;
    font-family: 'OswaldRegular';
    font-weight: bold;
    font-size: 24px;
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.loveList .item .imgbox
{
    position: relative;
}
.loveList .item .imgbox p
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0,0,0,.2);
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}
.loveList .item:first-child .imgbox p
{
    display: block;
}
.loveList .item:nth-child(2)
{
    flex-direction: row-reverse;
}
.loveList .item:nth-child(2) .text
{
    padding-left: 90px;
    padding-right: 0;
}
.loveList .item:nth-child(3)
{
    display: block;
}
.loveList .item:nth-child(3) .text
{
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}
.loveList .item:nth-child(5), .loveList .item:nth-child(6)
{
    width: 50%;
    display: inline-flex;
    vertical-align: top;
    flex-direction: column-reverse;
    border-right: 20px solid #fff;
    padding-left: 50px;
    padding-right: 50px;
}
.loveList .item:nth-child(6)
{
    border-right: none;
    border-left: 20px solid #fff;
}
.loveList .item:nth-child(5) .text, .loveList .item:nth-child(6) .text
{
    padding: 0;
    width: 100%;
    margin-top: 20px;
}
.learningList .item
{
    align-items: center;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #666;
    line-height: 2;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.learningList
{
    counter-reset: index2;
}
.learningList .item .text
{
    width: 50%;
    padding-left: 90px;
}
.learningList .item .tit
{
    font-size: 36px;
    color: #333;
    margin-bottom: 10px;
}
.learningList .item .tit:before
{
    counter-increment: index2;
    content: "0" counter(index2);
    font-family: 'OswaldRegular';
    font-weight: bold;
    color: #2d65bc;
}
.learningList .item:nth-child(2n)
{
    flex-direction: row;
}
.learningList .item:nth-child(2n) .text
{
    padding-right: 90px;
    padding-left: 0;
}
.activities
{
    position: relative;
}
.activities .swiper-slide p
{
    font-size: 16px;
    text-align: center;
    color: #666;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.slideControl .prev, .slideControl .next
{
    width: 50px;
    height: 50px;
    position: absolute;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    cursor: pointer;
    top: 50%;
    margin-top: -25px;
    z-index: 30;
}
.slideControl .prev:before
{
    content: "";
    width: 30%;
    border-bottom: 1px solid #c8c8c8;
    position: absolute;
    top: 50%;
    left: 38%;
    z-index: 10;
}
.slideControl .prev:after
{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    transform: rotate(45deg);
    left: 38%;
    top: 50%;
    margin-top: -5px;
    z-index: 10;
    display: block;
}
.slideControl .next:before
{
    content: "";
    width: 30%;
    border-bottom: 1px solid #c8c8c8;
    position: absolute;
    top: 50%;
    right: 38%;
    z-index: 10;
}
.slideControl .next:after
{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    transform: rotate(-45deg);
    right: 38%;
    top: 50%;
    margin-top: -5px;
    z-index: 10;
    display: block;
}
.slideControl .prev:hover, .slideControl .next:hover
{
    background: #3168bd;
    border-color: #2d65bc;
}
.activities .prev
{
    left: -80px;
}
.activities .next
{
    right: -80px;
}
@media(max-width: 768px)
{
    .partyTop .flex
    {
        flex-direction: column;
    }
    .partyTop .text
    {
        width: 100%;
        padding: 0;
    }
    .loveList .item
    {
        flex-direction: column!important;
        width: 100%!important;
        margin-bottom: 30px;
        padding: 20px!important;
        border: none!important;
    }
    .loveList .item .text
    {
        width: 100%!important;
        padding: 0 0 20px!important;
    }
    .loveList .item .imgbox, .loveList .item .imgbox img
    {
        width: 100%;
    }
    .learningList .item
    {
        flex-direction: column!important;
        margin-bottom: 30px;
    }
    .learningList .item .text
    {
        width: 100%;
        margin-bottom: 20px;
        padding: 0!important;
    }
    .learningList .item .imgbox, .learningList .item .imgbox img
    {
        width: 100%;
    }
    .activities .prev
    {
        left: 10px;
    }
    .activities .next
    {
        right: 10px;
    }
    .slideControl .prev, .slideControl .next
    {
        width: 40px;
        height: 40px;
    }
    .learningList .item .tit
    {
        font-size: 20px;
    }
    .loveList .item .tit
    {
        font-size: 20px;
    }
}
.singelContent .context
{
    font-size: 16px;
    line-height: 2;
    color: #666;
}
.frendsLinks
{
    flex-wrap: wrap;
    align-items: stretch;
}
.frendsLinks .item
{
    padding: 20px;
    line-height: 40px;
    font-size: 0;
    width: 19%;
    box-shadow: 0 0 8px #d5d5d5;
    border-radius: 10px;
    margin-right: 1%;
    margin-bottom: 1%;
    text-align: center;
}
@media(max-width: 768px)
{
    .frendsLinks .item
    {
        width: 32.33%;
    }
}
@media(max-width: 560px)
{
    .frendsLinks .item
    {
        width: 49%;
    }
    .frendsLinks .item:nth-child(2n)
    {
        margin-right: 0;
    }
}
.overscroll
{
    margin-right: 4px;
}
.overscroll::-webkit-scrollbar, .selects::-webkit-scrollbar
{/*滚动条整体样式*/
    width: 4px;/*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.overscroll::-webkit-scrollbar-thumb, .selects::-webkit-scrollbar-thumb
{/*滚动条里面小方块*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.1);
    background: #333;
}
.overscroll::-webkit-scrollbar-track, .selects::-webkit-scrollbar-track
{/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.2);
    border-radius: 10px;
    background: #ccc;
}
.pop .content
{
    height: 70vh;
}
.homeBan img
{
    width: 100%;
}
.gup .b.down
{
    color: #0ebe98;
}
.gup .b.down b:after
{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-bottom-color: #0ebe98;
}
.socailIcons .item
{
    display: inline-block!important;
    height: 40px!important;
    width: 40px!important;
    padding: 0!important;
    border-radius: 50%;
}
.socailIcons .item.bshare-weixin
{
    background: #cbcccc url(../img/icon-wx.png) no-repeat center!important;
}
.socailIcons .item.webo
{
    background: #cbcccc url(../img/icon-wb.png) no-repeat center!important;
}
.bsBox, .bsBox *
{
    box-sizing: content-box;
}
.honnorCenter .item .tit
{
    padding: 0 20px;
    white-space: normal;
    line-height: 24px;
    height: 48px;
    bottom: 10px;
}
@media(max-width: 768px)
{
    .honnorCenter .item .tit
    {
        bottom: 0;
    }
}/* 20211101 */
.gup .b b
{
    color: #333;
    padding-right: 0;
}
.gup .b b:after
{
    display: none;
}
.gup .b span.up
{
    color: #d6000f;
}
.gup .b span.down
{
    color: #0ebe98;
}
.gup .b span i
{
    display: inline-block;
    width: 12px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.gup .b span.up i
{
    background-image: url(../img/cw_img7.png);
}
.gup .b span.down i
{
    background-image: url(../img/cw_img7_2.png);
}
.achievement .top .div1 .p2
{
    color: #333!important;
}
.achievement .top .div1 .p2 span.up
{
    color: #d6000f;
}
.home1 .item .ibtn
{
    align-items: center;
}
.home1 .item.cur .ibtn .tags
{
    white-space: normal;
    text-align: left;
}
.home1 .item .ibtn .tags a
{
    line-height: 30px;
    white-space: nowrap;
}
.casesRel .flex
{
    align-items: center;
    background: #f9f9f9;
}
.casesRel .imgbox
{
    width: 50%;
}
.casesRel .imgbox img
{
    width: 100%;
}
.casesRel .content
{
    padding: 20px 5%;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    width: 50%;
}
.casesRel .content .tit
{
    font-size: 24px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 20px;
}
.casesRel .content .line
{
    position: relative;
    padding-left: 90px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.casesRel .content .line .label
{
    position: absolute;
    left: 0;
    top: 0;
    color: #999;
}
@media(max-width: 1024px)
{
    .casesRel .content .tit
    {
        font-size: 20px;
    }
    .casesRel .content .line
    {
        margin-bottom: 5px;
        font-size: 14px;
    }
}
@media(max-width: 768px)
{
    .casesRel .flex
    {
        flex-wrap: wrap;
    }
    .casesRel .imgbox
    {
        width: 100%;
    }
    .casesRel .content
    {
        width: 100%;
        line-height: 1.5;
    }
    .casesRel .content .tit
    {
        font-size: 18px;
    }
}/* 20211104 */
.home1 .item>a
{
    display: block;
    height: 100%;
    padding: 90px 60px 140px 60px;
}
.home1 .item
{
    padding: 0!important;
}
.fnav dt
{
    white-space: nowrap;
}
.gup .b
{
    white-space: nowrap;
}
.solutionRel .swiper-slide.item
{
    width: 50%;
    padding-right: 2%;
    margin-bottom: 2%;
}
.solutionRel .swiper-wrapper
{
    flex-wrap: wrap;
    align-items: flex-end;
}
.infoTop .img .swiper-slide
{
    align-items: center;
    height: auto;
    justify-content: center;
    padding: 20px 0 60px;
}
.infoTop .img .swiper-slide img
{
    max-height: 460px;
    max-width: 90%;
}
.infoTop .img .dots
{
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0;
    bottom: 20px;
    text-align: center;
}
.infoTop .img
{
    position: relative;
}
.infoTop .img .dots span
{
    margin: 0 4px;
}
.casesRel .swiper-wrapper
{
    flex-wrap: wrap;
    align-items: flex-end;
}
.casesRel .swiper-slide
{
    margin-bottom: 5%;
}
.pop .check input[type="checkbox"]
{
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;
    -webkit-appearance: auto;
    appearance: auto;
}
.pop .popBottom .btn
{
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
    margin: 0 10px;
    background: #ccc;
    line-height: 40px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}
.pop .popBottom .btn.check
{
    background: #d6000f;
    color: #fff;
}
.popContent .toast
{
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 20px 40px;
    border-radius: 10px;
    background: rgba(0,0,0,.4);
    -webkit-transform: translate(-50%,-50%);
    display: none;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 20px;
}
@media(max-width: 1300px)
{
    .fnav dt
    {
        font-size: 16px;
    }
}
@media(min-width: 560px)
{
    .home1 .item.cur .ibtn
    {
        padding-top: 20px;
        padding-bottom: 10px;
        flex-wrap: wrap;
    }
    .home1 .item.cur .ibtn .tags
    {
        padding: 20px 0;
    }
}
@media(max-width: 560px)
{
    .home1 .item>a
    {
        padding: 30px 30px 120px;
    }
    .solutionRel .swiper-slide.item
    {
        width: 100%;
        padding-right: 0%;
    }
}
.purch_con1 .top .div input
{
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: 16px;
    color: #666;
    box-sizing: border-box;
    text-align: left;
    font-family: inherit;
}
.purch_con1 .top .div
{
    margin-bottom: 10px;
}
.purch_con1 .top .div1
{
    flex: 1 1 auto;
    margin-bottom: 10px;
    background: #fff;
    margin-right: .75%;
}
.purch_con1 .top
{
    flex-wrap: wrap;
    align-items: stretch;
}
.purch_con1 .top .div1 input
{
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: 16px;
    color: #666;
    font-family: inherit;
}
.purch_con1 .top .searchDiv
{
    padding: 0 30px;
    line-height: 60px;
    margin-bottom: 10px;
    margin-right: .75%;
    cursor: pointer;
    font-size: 16px;
    background: #2d65bc;
    color: #fff;
}
.purch_con1 .top .reset
{
    padding: 0 30px;
    line-height: 60px;
    margin-bottom: 10px;
    font-size: 16px;
    background: #a9a9a9;
    color: #fff;
    cursor: pointer;
}
@media(max-width: 1459px)
{
    .purch_con1 .top .div input
    {
        font-size: 14px;
    }
    .purch_con1 .top .searchDiv, .purch_con1 .top .reset
    {
        line-height: 46px;
        font-size: 14px;
    }
    .purch_con1 .top .div1 input
    {
        font-size: 14px;
    }
}
@media(max-width: 580px)
{
    .purch_con1 .top .searchDiv, .purch_con1 .top .reset
    {
        line-height: 36px;
    }
    .purch_con1 .top .searchDiv
    {
        padding: 0 13px;
        font-size: 14px;
    }
    .purch_con1 .top .div1
    {
        width: 50%;
    }
    .purch_con1 .top .reset
    {
        padding: 0 13px;
        font-size: 14px;
    }
    .infoTop .img .swiper-slide img
    {
        max-height: 200px;
    }
    .infoTop .img .swiper-slide
    {
        padding: 10px;
    }
    .infoTop .img .dots
    {
        bottom: 10px;
    }
}
.infoList .info *, .infoTop .desc *, .new_dat1 .con *
{
    font-family: inherit!important;
}
.searchbox
{
    right: 45px;
    padding-right: 30px;
}
.aboutMap i .lg
{
    position: absolute;
    width: 60px;
    left: 50%;
    margin-left: -28px;
    top: 30px;
}
.about .left .title
{
    max-width: 740px;
}
@media(max-width: 1700px)
{
    .searchbox
    {
        right: 25px;
    }
}
@media(max-width: 1024px)
{
    .openSearch .searchbox
    {
        right: 0;
        padding-right: 10px;
    }
}/* 2021.11.16 */
.solutionRel .swiper-slide.item
{
    width: 33.33%;
}
@media(max-width: 1400px)
{
    .productInfo
    {
        padding-top: 110px;
    }
}
.casesRel .imgbox
{
    width: 35%;
}
.casesRel .content
{
    width: 60%;
}
.home1 .item .ibtn .tags a:hover
{
    color: #2d65bc;
}
.nav li .sub .subl a
{
    transition: all .1s;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
}
.home1 .item .ibtn .more:hover
{
    background-color: #2d65bc;
}/*20211130*/
.tdt-infowindow-content-wrapper .tit
{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.tdt-infowindow-content-wrapper p
{
    margin: 0!important;
}
.tdt-infowindow-content
{
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}
.cont_con1 .top
{
    position: relative;
    z-index: 10;
}
@media(max-width: 1280px)
{
    .nav li>a
    {
        padding: 0 7px;
    }
    .tool .item
    {
        padding: 0 10px;
    }
    .tool
    {
        padding-right: 0;
    }
    .sys
    {
        padding-right: 10px;
    }
    .sys a
    {
        margin-left: 10px;
    }
    .search
    {
        padding: 0 10px;
    }
}
.books .item
{
    display: inline-block;
    width: 29.33%;
    margin: 0 2% 2%;
    font-size: 14px;
    text-align: center;
}
.books
{
    font-size: 0;
}
.books .item .img
{
    box-shadow: 5px 5px 30px rgba(0,0,0,.2);
    margin-bottom: 20px;
}
.books .item .btns a
{
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    line-height: 1;
    display: inline-block;
}
.books .item .btns a:last-child
{
    border-left: 1px solid #999;
}
.books .item .t
{
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
@media(max-width: 768px)
{
    .books .item
    {
        width: 48%;
        margin: 0 1%;
        margin-bottom: 20px;
    }
    .books .item .img
    {
        margin-bottom: 10px;
    }
    .books .item .btns a
    {
        font-size: 12px;
    }
    .books .item .t
    {
        font-size: 14px;
        margin-top: 0;
    }
}