body {
    position: relative
}

strong {
    font-weight: bold !important
}

.container {
    width: 12rem;
    margin: 0 auto
}

@media screen and (max-width:1024px) {
    .container {
        width: 100%;
        padding: 0 .3rem
    }
}

.username em {
    float: left;
    color: #fff;
    margin-right: .1rem;
    max-width: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

div.index-title {
    position: relative;
    width: 9.5rem;
    margin: 0 auto;
    min-height: 2.1rem
}

div.index-title.no-icon {
    padding-top: .5rem;
    padding-top: .8rem
}

div.index-title.no-icon::before,
div.index-title.no-icon::after {
    top: 1.08rem
}

@media screen and (max-width:1024px) {
    div.index-title {
        width: 100%;
        padding-bottom: .24rem
    }
}

div.index-title.white:after,
div.index-title.white:before {
    background-color: #fff
}

div.index-title.white h1.nav-name {
    color: #fff
}

div.index-title.white h2.subtitle {
    color: #fff
}

div.index-title.white div.left,
div.index-title.white div.right {
    opacity: .3
}

div.index-title:after,
div.index-title:before {
    top: 1.25rem;
    content: '';
    position: absolute;
    z-index: 3;
    width: 2.8rem;
    height: .03rem;
    background-color: #fff
}

@media screen and (max-width:1024px) {

    div.index-title:after,
    div.index-title:before {
        width: 1rem;
        top: 1.18rem
    }
}

div.index-title:before {
    left: 0
}

@media screen and (max-width:1024px) {
    div.index-title:before {
        left: .18rem
    }
}

div.index-title:after {
    right: 0
}

@media screen and (max-width:1024px) {
    div.index-title:after {
        right: .18rem
    }
}

div.index-title div.nav-icon {
    text-align: center
}

div.index-title div.nav-icon img {
    display: inline-block;
    width: .93rem;
    height: .93rem
}

@media screen and (max-width:1024px) {
    div.index-title div.nav-icon img {
        width: .86rem;
        height: .86rem
    }
}

div.index-title h1.nav-name {
    margin-top: .07rem;
    font: .36rem / .48rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: .36rem !important;
    line-height: .48rem !important;
    color: #333;
    font-weight: normal;
    text-align: center
}

div.index-title h2.subtitle {
    font: .22rem / .3rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: .22rem !important;
    line-height: .3rem !important;
    color: #555;
    font-weight: normal;
    margin-top: .08rem;
    text-align: center
}

@media screen and (max-width:1024px) {
    div.index-title h2.subtitle {
        font: .28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
        font-size: .28rem !important;
        line-height: 1.5 !important;
        color: #555;
        font-weight: normal;
        padding: 0 .23rem;
        letter-spacing: .6px
    }
}

div.index-title div.left,
div.index-title div.right {
    position: absolute;
    top: .41rem;
    border: .02rem solid #d9d9d9;
    border-bottom: 0 none;
    width: 3.2rem;
    height: 1.68rem
}

@media screen and (max-width:1024px) {

    div.index-title div.left,
    div.index-title div.right {
        width: 2.4rem;
        height: 1.64rem;
        height: auto;
        bottom: 0
    }
}

div.index-title div.left:after,
div.index-title div.right:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 2.8rem;
    height: .02rem;
    background-color: #d9d9d9
}

@media screen and (max-width:1024px) {

    div.index-title div.left:after,
    div.index-title div.right:after {
        width: 1.8rem;
        height: 1px
    }
}

div.index-title div.left {
    border-right: 0 none;
    left: .65rem
}

@media screen and (max-width:1024px) {
    div.index-title div.left {
        left: 0
    }
}

div.index-title div.left:after {
    left: 0
}

div.index-title div.right {
    border-left: 0 none;
    right: .65rem
}

@media screen and (max-width:1024px) {
    div.index-title div.right {
        right: 0
    }
}

div.index-title div.right:after {
    right: 0
}

div.page-title {
    text-align: center;
    width: 6.81rem;
    margin: 0 auto;
    margin-bottom: .62rem
}

@media screen and (max-width:1024px) {
    div.page-title {
        width: 100%
    }
}

div.page-title h1 {
    font-size: .36rem;
    font-family: Microsoft YaHei;
    font-weight: 600;
    line-height: .48rem;
    color: #333;
    padding-bottom: .16rem
}

div.page-title div.split {
    position: relative
}

div.page-title div.split::before,
div.page-title div.split::after {
    position: absolute;
    top: .07rem;
    content: '';
    display: inline-block;
    width: 3.2rem;
    height: 0px;
    border: 1px solid #d9d9d9
}

@media screen and (max-width:1024px) {

    div.page-title div.split::before,
    div.page-title div.split::after {
        width: 2.8rem;
        top: .2rem
    }
}

div.page-title div.split::before {
    left: 0
}

div.page-title div.split::after {
    right: 0
}

div.page-title div.split span {
    display: inline-block;
    width: .12rem;
    height: .12rem;
    background: #0354a4
}

.img-hover {
    overflow: hidden
}

.img-hover img {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.img-hover:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

div.jun-btn-group {
    text-align: center;
    font-size: 0
}

div.jun-btn-group a:last-child div.jun-btn {
    margin-right: 0
}

div.jun-btn {
    display: inline-block;
    width: 1.16rem;
    height: .41rem;
    background: #fff;
    border: .01rem solid #707070;
    opacity: 1;
    border-radius: .02rem;
    font-size: .16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: .41rem;
    color: #333;
    text-align: center;
    cursor: pointer;
    transition: background .2s;
    margin-right: .2rem;
    vertical-align: top
}

@media screen and (max-width:1024px) {
    div.jun-btn {
        width: 1.6rem;
        height: .57rem;
        font-size: .22rem;
        line-height: .57rem;
        margin-right: .4rem
    }
}

div.jun-btn.active,
div.jun-btn:hover {
    border: 0 none;
    background: #0354a4;
    color: #fff;
    transition: background .2s
}

div.jun-btn.active a,
div.jun-btn:hover a {
    color: #fff
}

img.width-auto {
    width: auto !important;
    height: 100% !important;
    opacity: 1 !important
}

img.height-auto {
    width: 100% !important;
    height: auto !important;
    opacity: 1 !important
}

div.list-search {
    height: .44rem;
    margin: .2rem 0 .1rem;
    font-size: 0
}

@media screen and (max-width:1024px) {
    div.list-search {
        height: .8rem
    }
}

div.list-search input {
    width: calc(100% - 6.66%);
    background-color: #fff;
    display: inline-block;
    height: 100%;
    line-height: .44rem;
    border-top-left-radius: .08rem;
    border-bottom-left-radius: .08rem;
    padding-left: .22rem;
    font-size: .14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: .24rem;
    color: #c7c7c7;
    border: 0 none;
    outline: 0 none;
    vertical-align: top
}

@media screen and (max-width:1024px) {
    div.list-search input {
        width: 80%;
        font-size: .28rem;
        line-height: .8rem
    }
}

div.list-search span.search-btn {
    display: inline-block;
    height: 100%;
    width: 6.66%;
    line-height: .44rem;
    background-color: #868991;
    border-top-right-radius: .16rem;
    border-bottom-right-radius: .16rem;
    text-align: center;
    font-size: .16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff
}

@media screen and (max-width:1024px) {
    div.list-search span.search-btn {
        width: 20%;
        font-size: .28rem;
        line-height: .8rem
    }
}

header.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99
}

@media screen and (max-width:1024px) {
    header.header {
        background: none
    }
}

header.header div.header-wrapper {
    background: #003b90;
    height: .5rem;
    line-height: .5rem
}

@media screen and (max-width:1024px) {
    header.header div.header-wrapper {
        width: 100%;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1001;
        background: #003b90;
        height: .88rem;
        padding: .14rem .3rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2)
    }
}

@media screen and (max-width:1024px) {
    header.header div.header-wrapper .phone-header {
        position: relative
    }
}

header.header div.header-wrapper div.slide-button {
    display: none
}

@media screen and (max-width:1024px) {
    header.header div.header-wrapper div.slide-button {
        width: .45rem;
        display: block;
        float: right;
        margin-top: .15rem;
        position: absolute;
        top: .15rem;
        right: .4rem
    }

    header.header div.header-wrapper div.slide-button div {
        width: 100%;
        height: 1px;
        background-color: #fff;
        margin-bottom: .13rem;
        transition: all .5s
    }

    header.header div.header-wrapper div.slide-button.on div.top {
        transform-origin: 0%;
        transform: rotate(44deg);
        transition: transform .5s
    }

    header.header div.header-wrapper div.slide-button.on div.center {
        opacity: 0;
        transition: opacity .5s
    }

    header.header div.header-wrapper div.slide-button.on div.bottom {
        transform-origin: 0%;
        transform: rotate(-44deg);
        transition: transform .5s
    }
}

@media screen and (max-width:1024px) {
    header.header div.company-info {
        padding: 0;
        display: inline-block
    }
}

header.header div.company-info div.info-left {
    float: left
}

header.header div.company-info div.info-left div.logo {
    width: auto;
    height: 0.4rem;
    display: inline-block;
    vertical-align: top;
    margin-top: .05rem
}

@media screen and (max-width:1024px) {
    header.header div.company-info div.info-left div.logo {
        width: auto;
        height: 0.4rem;
        margin-right: .1rem;
        margin-top: .1rem
    }
}

header.header div.company-info div.info-left div.logo img {
    display: block;
    width: auto;
    height: 100%;
}

header.header div.company-info div.info-left div.name {
    display: inline-block
}

@media screen and (max-width:1024px) {
    header.header div.company-info div.info-left div.name {
        margin-top: .05rem
    }
}

header.header div.company-info div.info-left div.name h1 {
    font: .2rem / .26rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: .2rem !important;
    line-height: .26rem !important;
    color: #fff;
    font-weight: normal;
    margin-bottom: .06rem;
    letter-spacing: .02rem
}

@media screen and (max-width:1024px) {
    header.header div.company-info div.info-left div.name h1 {
        font: .3rem / .4rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
        font-size: .3rem !important;
        line-height: .4rem !important;
        color: #333;
        font-weight: bold
    }
}

header.header div.company-info div.info-left div.name p {
    font: .2rem / .26rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: .2rem !important;
    line-height: .26rem !important;
    color: #fff;
    font-weight: normal;
    letter-spacing: .02rem;
    display: inline-block;
    vertical-align: middle
}

header.header div.company-info div.info-left div.name em {
    display: inline-block;
    margin: 0 .15rem;
    color: #fff
}

@media screen and (max-width:1024px) {
    header.header div.company-info div.info-left div.name em {
        display: none
    }
}

header.header div.company-info div.info-right {
    float: right
}

@media screen and (max-width:1024px) {
    header.header div.company-info div.info-right {
        display: none
    }
}

header.header div.company-info div.info-right p {
    font-size: .16rem;
    color: #fff;
    height: .5rem;
    line-height: .5rem;
    vertical-align: top;
    float: left
}

header.header div.company-info div.info-right p span {
    font-size: .22rem;
    display: inline-block;
    height: .3rem;
    line-height: .3rem;
    background: #fff;
    padding: 0 .1rem;
    border-radius: .15rem;
    color: #003b90;
    vertical-align: middle;
    margin-left: .15rem
}

header.header div.company-info div.info-right p:last-child {
    margin-left: .3rem
}

header.header div.company-info div.info-right .go-user-center strong {
    display: inline-block;
    height: 100%;
    width: .2rem;
    background-image: url('../images/i-user.png');
    background-repeat: no-repeat;
    background-size: .2rem .2rem;
    background-position: center center
}

header.header div.company-info div.info-right .go-user-center strong:hover {
    text-decoration: underline
}

header.header .header-nav {
    position: relative;
    height: .8rem
}

@media screen and (max-width:1024px) {
    header.header .header-nav {
        display: none
    }
}

header.header .header-nav nav.nav {
    letter-spacing: 1px
}

header.header .header-nav nav.nav h6 {
    height: .8rem;
    line-height: .8rem;
    background: url(../images/topRight.png) left center no-repeat;
    background-size: auto 100%;
    padding-left: .2rem;
    font-size: .2rem
}

header.header .header-nav nav.nav .nav-wrapper {
    float: left;
    width: 100%;
    background: #fff
}

@media screen and (max-width:1024px) {
    header.header .header-nav nav.nav {
        display: none
    }
}

header.header .header-nav nav.nav ul.nav-list {
    font-size: 0;
    white-space: nowrap;
    margin: 0 auto
}

header.header .header-nav nav.nav ul.nav-list li.list-item {
    display: inline-block;
    height: .8rem;
    line-height: .8rem;
    padding: 0 .28rem;
    position: relative
}

header.header .header-nav nav.nav ul.nav-list li.list-item.active {
    background: #e5e5e5
}

header.header .header-nav nav.nav ul.nav-list li.list-item:hover {
    background: #e5e5e5
}

header.header .header-nav nav.nav ul.nav-list li.list-item:last-child {
    margin-right: 0
}

header.header .header-nav nav.nav ul.nav-list li.list-item a {
    display: inline-block;
    font: .2rem / .24rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: .2rem !important;
    line-height: .24rem !important;
    color: #333;
    font-weight: normal;
    letter-spacing: .8px;
    vertical-align: middle
}

header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    background-color: #fff;
    box-shadow: 0 .03rem .2rem rgba(0, 0, 0, 0.16);
    z-index: 100001;
    padding: .1rem .43rem;
    display: none;
    white-space: normal;
    line-height: 1
}

header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav ul li.child-item {
    vertical-align: top
}

header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav ul li.child-item.level-3,
header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav ul li.child-item.others {
    display: inline-block;
    min-width: 1.5rem;
    margin-right: .5rem
}

header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav ul li.child-item.level-3 a.child-hrefs,
header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav ul li.child-item.others a.child-hrefs {
    border-bottom: 1px solid rgba(134, 137, 145, 0.4);
    font-size: .16rem !important;
    color: #000
}

header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav ul li.child-item.level-3 a.child-hrefs:hover,
header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav ul li.child-item.others a.child-hrefs:hover {
    color: #0355c9;
    transition: color .2s
}

header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav ul li.child-item:last-child {
    margin-right: 0
}

header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav ul li.child-item .child-href {
    font-size: .16rem !important;
    color: #000000
}

header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav ul li.child-item a {
    color: #8e8e8e;
    display: block;
    text-align: left;
    padding: .1rem 0;
    -webkit-transition: color .2s;
    transition: color .2s;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .16rem !important
}

header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav ul li.child-item a:hover {
    color: #0355c9;
    -webkit-transition: color .2s;
    transition: color .2s
}

header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav ul li.child-item dd.child-child-item a {
    font-size: .14rem !important
}

header.header .header-nav nav.nav ul.nav-list li.list-item .nav-25 {
    width: 3rem
}

header.header .header-nav nav.nav ul.nav-list li.list-item .nav-25 dl {
    display: flex
}

header.header .header-nav nav.nav ul.nav-list li.list-item .nav-25 dl dd {
    width: 48%
}

header.header .header-nav nav.nav ul.nav-list li.list-item .nav-25 dl dd:first-child {
    margin-right: 2%
}

header.header .header-nav nav.nav ul.nav-list li.list-item .nav-25 dl dd:last-child {
    margin-left: 2%
}

header.header .header-nav nav.nav ul.nav-list li.list-item .nav-25 dl dd a.child-hrefs {
    font-size: .14rem !important
}

header.header .header-nav nav.nav ul.nav-list li.list-item .nav-274 {
    width: 3rem
}

header.header .header-nav nav.nav ul.nav-list li.list-item .nav-274 dl {
    display: flex
}

header.header .header-nav nav.nav ul.nav-list li.list-item .nav-274 dl dd {
    width: 48%
}

header.header .header-nav nav.nav ul.nav-list li.list-item .nav-274 dl dd:first-child {
    margin-right: 2%
}

header.header .header-nav nav.nav ul.nav-list li.list-item .nav-274 dl dd:last-child {
    margin-left: 2%
}

header.header .header-nav nav.nav ul.nav-list li.list-item .nav-274 dl dd a.child-hrefs {
    font-size: .14rem !important
}

@media screen and (max-width:1024px) {
    header.header .header-nav nav.nav ul.nav-list li.list-item .nav-25 dl dd a.child-hrefs {
        font-size: .28rem !important
    }
    header.header .header-nav nav.nav ul.nav-list li.list-item .nav-274 dl dd a.child-hrefs {
        font-size: .28rem !important
    }
}

header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav::-webkit-scrollbar {
    width: .05rem;
    height: 1px
}

header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav::-webkit-scrollbar-thumb {
    background: #eee
}

header.header .header-nav nav.nav ul.nav-list li.list-item .child-nav::-webkit-scrollbar-track {
    background: #fcfcfc
}

header.header .header-nav nav.nav .showStation {
    float: right;
    height: 100%;
    width: 2.2rem;
    text-align: center;
    background: #cb3435;
    color: #fff;
    text-shadow: 0 6px 6px #750000;
    font-size: .36rem;
    line-height: .65rem;
    font-weight: bold
}

header.header div.nav-wrapper-phone {
    display: none
}

@media screen and (max-width:1024px) {
    header.header div.nav-wrapper-phone {
        position: fixed;
        top: .88rem;
        left: 0;
        z-index: 99999;
        background: #fff;
        width: 100%;
        height: calc(100% - .88rem);
        overflow: auto;
        padding: .3rem .45rem
    }

    header.header div.nav-wrapper-phone ul.nav-list {
        height: 100%
    }

    header.header div.nav-wrapper-phone ul.nav-list li.list-item {
        position: relative;
        font: .26rem / 1rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
        font-size: .26rem !important;
        line-height: 1rem !important;
        color: #000;
        font-weight: normal
    }

    header.header div.nav-wrapper-phone ul.nav-list li.list-item.open:after {
        content: '-'
    }

    header.header div.nav-wrapper-phone ul.nav-list li.list-item:after {
        display: none;
        position: absolute;
        top: .3rem;
        bottom: 0;
        right: 0;
        content: '+';
        font: .3rem / .35rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
        font-size: .3rem !important;
        line-height: .35rem !important;
        color: #000;
        font-weight: normal;
        font-weight: bold
    }

    header.header div.nav-wrapper-phone ul.nav-list li.list-item a {
        display: block;
        color: #000;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }

    header.header div.nav-wrapper-phone ul.nav-list li.list-item.child:after {
        display: block
    }

    header.header div.nav-wrapper-phone ul.nav-list div.child-menu {
        display: none
    }

    header.header div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list {
        overflow-y: auto
    }

    header.header div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list li.menu-item {
        padding: 0 .4rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        position: relative;
        font: .26rem / 1rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
        font-size: .26rem !important;
        line-height: 1rem !important;
        color: #000;
        font-weight: normal
    }

    header.header div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list li.menu-item.open:after {
        content: '-'
    }

    header.header div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list li.menu-item:after {
        display: none;
        position: absolute;
        top: .3rem;
        bottom: 0;
        right: 0;
        content: '+';
        font: .3rem / .35rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
        font-size: .3rem !important;
        line-height: .35rem !important;
        color: #000;
        font-weight: normal;
        font-weight: bold
    }

    header.header div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list li.menu-item.child:after {
        display: block
    }

    header.header div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list li.menu-item a {
        font: .26rem / 1rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
        font-size: .26rem !important;
        line-height: 1rem !important;
        color: #000;
        font-weight: normal;
        border: 0 none
    }

    header.header div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list li.menu-item .child-href {
        color: #ccc
    }
}

.public-title h2 {
    font-size: .5rem;
    color: #333;
    text-align: center;
    font-weight: bold
}

.public-title p {
    font-size: .18rem;
    color: #333;
    text-align: center
}

div.index-title1 {
    width: 6.48rem;
    text-align: center;
    margin: 0 auto;
    *zoom: 1
}

div.index-title1:before,
div.index-title1:after {
    display: table;
    content: ' '
}

div.index-title1:after {
    clear: both
}

@media screen and (max-width:1024px) {
    div.index-title1 {
        width: 100%
    }
}

div.index-title1 div.left,
div.index-title1 div.right {
    width: 1.62rem;
    height: .13rem;
    margin-top: .28rem
}

@media screen and (max-width:1024px) {

    div.index-title1 div.left,
    div.index-title1 div.right {
        margin-top: .25rem
    }
}

div.index-title1 div.left {
    float: left;
    background: url('../images/title-bg-left1.png') center center / cover no-repeat
}

div.index-title1 div.right {
    background: url('../images/title-bg-right1.png') center center / cover no-repeat;
    float: right
}

div.index-title1 h1.nav-name {
    display: inline-block;
    font-size: .46rem;
    font-family: Microsoft YaHei;
    line-height: .62rem;
    color: #054299;
    letter-spacing: 2px;
    font-weight: 600;
}

@media screen and (max-width:1024px) {
    div.index-title1 h1.nav-name {
        font-size: .36rem;
        line-height: 1.5
    }
}

div.index-title1 h2.subtitle {
    margin-top: .16rem;
    font-size: .32rem;
    font-family: Microsoft YaHei;
    line-height: .26rem;
    color: #595959;
    letter-spacing: 2px
}

div.video-play {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    display: none
}

div.video-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1001;
    background: #0b0b0b;
    opacity: .8
}

div.video-wrap {
    z-index: 1002;
    position: fixed;
    top: 52%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -52%, 0);
    transform: translate3d(-50%, -52%, 0);
    width: 10.24rem;
    height: 5.76rem
}

@media screen and (max-width:1024px) {
    div.video-wrap {
        width: 90%;
        height: auto
    }
}

div.video-wrap video {
    width: 100%;
    height: auto
}

div.close-btn {
    cursor: pointer;
    font-size: .3rem;
    color: #ffffff;
    text-align: right;
    font-family: sans-serif;
    margin-right: -0.1rem;
    margin-bottom: .1rem
}

.page-technical-advantages-content ul {
    margin: .5rem auto 0 auto
}

.page-technical-advantages-content ul li {
    display: block;
    float: left;
    width: 25%;
    padding: 0 .15rem
}

.page-technical-advantages-content ul li .img {
    text-align: center
}

.page-technical-advantages-content ul li .title {
    font-size: .2rem;
    color: #333;
    padding: .2rem 0 .3rem 0;
    text-align: center
}

.page-technical-advantages-content ul li .desc {
    line-height: .28rem;
    text-align: justify;
    padding: 0 .2rem;
    color: #657384;
    font-size: .15rem
}

@media screen and (max-width:1024px) {
    .page-technical-advantages-content ul li {
        width: 48.5%;
        margin-right: 3%;
        margin-top: .3rem
    }

    .page-technical-advantages-content ul li:nth-child(2n) {
        margin-right: 0
    }

    .page-technical-advantages-content ul li .title {
        font-size: .3rem
    }

    .page-technical-advantages-content ul li .desc {
        font-size: .28rem
    }
}

.page-technical-specifications-content {
    margin: .5rem auto 0 auto
}

.page-technical-specifications-content ul.list li.list-item {
    display: block;
    position: relative;
    width: 5rem;
    height: 2.5rem;
    float: left;
    font-size: .14rem;
    color: #657384;
    letter-spacing: 1px;
    border: 6px solid #eee;
    margin: 0 .5rem 0
}

.page-technical-specifications-content ul.list li.list-item .main {
    width: 3.6rem;
    margin: .3rem auto 0
}

.page-technical-specifications-content ul.list li.list-item .main .title {
    font-size: .2rem;
    color: #2074db;
    font-weight: 600;
    letter-spacing: 3px
}

.page-technical-specifications-content ul.list li.list-item .main ul.list-child {
    margin-top: .15rem;
    line-height: .3rem
}

.page-technical-specifications-content ul.list li.list-item .main ul.list-child li.list-child-item {
    display: block;
    width: 100%;
    color: #737f8e;
    letter-spacing: 0px;
    font-size: .15rem
}

.page-technical-specifications-content ul.list li.list-item:last-child .main .title {
    color: #ff5f45
}

@media screen and (max-width:1024px) {
    .page-technical-specifications-content ul.list li.list-item {
        width: 100%;
        height: 3rem;
        font-size: .28rem;
        margin: 0 0 .3rem 0
    }

    .page-technical-specifications-content ul.list li.list-item .main {
        width: auto;
        margin: .3rem .3rem 0
    }

    .page-technical-specifications-content ul.list li.list-item .main .title {
        font-size: .3rem
    }

    .page-technical-specifications-content ul.list li.list-item .main ul.list-child li.list-child-item {
        font-size: .28rem
    }
}

.page-application-scenarios-content ul {
    margin-top: .5rem
}

.page-application-scenarios-content ul li {
    display: block;
    width: 2.2rem;
    float: left;
    margin-right: .2rem;
    background-color: #fff;
    overflow: hidden
}

.page-application-scenarios-content ul li .img {
    width: 100%;
    height: 1.2rem;
    overflow: hidden
}

.page-application-scenarios-content ul li .img img {
    width: 100%;
    height: auto
}

.page-application-scenarios-content ul li .title {
    margin-top: .2rem;
    margin-bottom: .1rem;
    padding: 0 .1rem;
    text-align: center;
    font-size: .18rem
}

.page-application-scenarios-content ul li .desc {
    font-size: .15rem;
    line-height: .26rem;
    text-align: justify;
    padding: 0 .1rem .2rem
}

.page-application-scenarios-content ul li:last-child {
    margin-right: 0
}

@media screen and (max-width:1024px) {
    .page-application-scenarios-content ul li {
        width: 48.5%;
        margin-right: 3%;
        margin-top: .3rem;
        height: 4rem
    }

    .page-application-scenarios-content ul li:nth-child(2n) {
        margin-right: 0
    }

    .page-application-scenarios-content ul li .img {
        height: 1.84rem
    }

    .page-application-scenarios-content ul li .title {
        font-size: .3rem
    }

    .page-application-scenarios-content ul li .desc {
        font-size: .28rem;
        line-height: .36rem
    }
}

.page-black-application-scenarios-content ul {
    margin-top: .5rem
}

.page-black-application-scenarios-content ul li {
    display: block;
    width: 3rem;
    height: 3.6rem;
    float: left;
    background-color: #232323;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden
}

.page-black-application-scenarios-content ul li .img {
    margin-top: .9rem;
    text-align: center
}

.page-black-application-scenarios-content ul li .title {
    color: #fff;
    font-size: .2rem;
    text-align: center;
    width: 100%;
    margin-top: .4rem;
    letter-spacing: 1px
}

.page-black-application-scenarios-content ul li .hover {
    display: none;
    margin: auto;
    margin-top: 1rem;
    width: 1.8rem;
    text-align: justify
}

.page-black-application-scenarios-content ul li .hover .hover-title {
    font-size: .2rem;
    color: #fff;
    font-weight: bold;
    text-align: center
}

.page-black-application-scenarios-content ul li .hover .hover-desc {
    font-size: .15rem;
    color: #fff;
    padding-top: .3rem;
    line-height: .28rem
}

.page-black-application-scenarios-content ul li:last-child {
    margin-right: 0
}

.page-black-application-scenarios-content ul li:hover {
    background-color: #003B90;
    transition-duration: .5s
}

.page-black-application-scenarios-content ul li:hover .img,
.page-black-application-scenarios-content ul li:hover .title {
    display: none
}

.page-black-application-scenarios-content ul li:hover .hover {
    display: block
}

@media screen and (max-width:1024px) {
    .page-black-application-scenarios-content ul li {
        width: 50%;
        height: 4rem
    }

    .page-black-application-scenarios-content ul li .img {
        margin-top: .5rem
    }

    .page-black-application-scenarios-content ul li .title {
        font-size: .3rem
    }

    .page-black-application-scenarios-content ul li .hover {
        width: 100%;
        padding: 0 .15rem
    }

    .page-black-application-scenarios-content ul li .hover .hover-title {
        font-size: .3rem
    }

    .page-black-application-scenarios-content ul li .hover .hover-desc {
        font-size: .28rem;
        line-height: .36rem
    }
}

.page-four-application-scenarios-content ul {
    margin-top: .5rem
}

.page-four-application-scenarios-content ul li {
    display: block;
    width: 2.85rem;
    float: left;
    margin-right: .2rem;
    background-color: #fff;
    overflow: hidden
}

.page-four-application-scenarios-content ul li .img {
    width: 100%;
    height: 2rem;
    overflow: hidden
}

.page-four-application-scenarios-content ul li .img img {
    width: 100%;
    height: auto
}

.page-four-application-scenarios-content ul li .title {
    margin-top: .2rem;
    margin-bottom: .1rem;
    padding: 0 .1rem;
    text-align: center;
    font-size: .18rem
}

.page-four-application-scenarios-content ul li .desc {
    font-size: .15rem;
    line-height: .26rem;
    text-align: justify;
    margin-bottom: .2rem;
    padding: 0 .1rem
}

.page-four-application-scenarios-content ul li:last-child {
    margin-right: 0
}

@media screen and (max-width:1024px) {
    .page-four-application-scenarios-content ul li {
        width: 48.5%;
        margin-right: 3%;
        height: 5.2rem;
        margin-top: .3rem
    }

    .page-four-application-scenarios-content ul li .img {
        height: 2.7rem
    }

    .page-four-application-scenarios-content ul li .title {
        font-size: .3rem
    }

    .page-four-application-scenarios-content ul li .desc {
        font-size: .28rem;
        line-height: .36rem
    }

    .page-four-application-scenarios-content ul li:nth-child(2n) {
        margin-right: 0
    }
}

.join-menu {
    height: auto;
    margin: -0.4rem auto .4rem auto;
    padding: .1rem .08rem
}

@media screen and (max-width:1024px) {
    .join-menu {
        padding: .3rem 0
    }
}

.join-menu .container ul {
    width: 5rem;
    margin: .1rem auto;
    height: auto;
    overflow: hidden;
    padding: .16rem;
    background: #fff;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
    border-radius: .2rem
}

.join-menu .container ul li {
    display: block;
    width: 33.333%;
    float: left
}

.join-menu .container ul li a img {
    display: block;
    margin: 0 auto .08rem auto
}

.join-menu .container ul li a div {
    font-size: .16rem;
    color: #000;
    text-align: center
}

.join-menu .container ul li:hover a div,
.join-menu .container ul li.activeAbout a div {
    font-weight: bold
}

@media screen and (max-width:1024px) {
    .join-menu .container ul {
        width: 90%
    }

    .join-menu .container ul li a img {
        margin: 0 auto .15rem auto
    }

    .join-menu .container ul li a div {
        font-size: .3rem
    }
}

.ctrl {
    width: 1.2rem;
    height: .6rem;
    position: fixed;
    right: .1rem;
    bottom: .8rem;
    background: #0033b2;
    z-index: 100;
    border-radius: .1rem;
    border: 1px solid #0033b2
}

.ctrl a {
    display: block;
    font-size: .18rem;
    color: #ffffff;
    text-align: center;
    line-height: .6rem
}

.ctrl a i {
    padding-right: .05rem;
    font-size: .26rem
}

.ctrl a span {
    display: inline-block;
    vertical-align: top
}

@media screen and (max-width:1024px) {
    .ctrl {
        width: 2rem;
        height: .8rem;
        bottom: 3rem
    }

    .ctrl a {
        line-height: .8rem;
        font-size: .3rem
    }

    .ctrl a i {
        padding-right: .08rem
    }
}

.ctrl:hover {
    background: #fff;
    border: 1px solid #0033b2
}

.ctrl:hover a {
    color: #0033b2
}

div.core-skill div.skill-list div.left-thumb div.skill-intro div.intro-title h1.title {
    display: inline-block;
    vertical-align: top;
    margin-top: .13rem;
    font-size: .32rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: .42rem;
    letter-spacing: 2px;
    color: #ffffff;
    margin-left: .3rem
}

div.index-title3 h1.nav-name {
    display: inline-block;
    font-size: .36rem;
    font-family: Microsoft YaHei;
    font-weight: 600;
    line-height: .48rem;
    letter-spacing: 2px;
    color: #333333
}