.banner {
    background: url(/assets/images/bg/bg-ju.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 80px 0 60px;
}
.g-cnt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    padding: 0 15px;
    max-width: 1290px;
}
.b-intr {
    padding: 32px 53px;
    position: relative;
    width: 500px;
    text-align: center;
}
.b-intr:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    opacity: 0.1;
    filter: alpha(opacity=10);
    z-index: 1;
}
.b-intr span {
    position: relative;
    z-index: 2;
    display: block;
    width: auto;
    text-align: right;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}
.b-intr span a {
    color: #fff;
    text-decoration: underline;
}
.b-intr span:first-child {
    text-align: left;
}
.banner h1 {
    margin-bottom: 55px;
    font-size: 54px;
    line-height: 90px;
}
.banner h1 em {
    font-size: 72px;
}
.banner .b-txt {
    position: relative;
    top: 60px;
}
.banner ._object {
    width: 485px;
    height: 490px;
    background: url(/assets/images/objects/pic-ju.png) no-repeat center;
    position: relative;
}

@media all and (max-width: 576px) {
    .banner {
        padding: 45px 0;
        text-align: center;
    }
    .banner .b-txt {
        float: none;
        position: static;
    }
    .banner ._object {
        width: 100%;
        display: none!important;
    }
    .banner .b-intr {
        width: auto;
        display: block;
    }
}

/*1*/
.ju-b1 {
    padding: 100px 0 104px;
    -webkit-background-size: cover;
    background-size: cover;
}
.ju-b1 h2 {
    margin-bottom: 55px;
}
.ju-b1 h3 {
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 3px;
    color: #1a1a1a;
    margin-bottom: 20px;
}
.ju-b1 .g-cnt > p {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 100px;
}
.ju-b1 .tb-cell {
    width: 25%;
}
.cs-item {
    width: 270px;
    padding: 40px 25px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 20px 0px
    rgba(86, 131, 244, 0.35);
    -moz-box-shadow: 0px 10px 20px 0px
    rgba(86, 131, 244, 0.35);
    box-shadow: 0px 10px 20px 0px
    rgba(86, 131, 244, 0.35);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: auto;
}
.cs-item h4 {
    text-align: center;;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0px;
    color: #030303;
    margin: 20px 0 30px;
}
.cs-item > p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
}
/*icon*/
.ic-md {
    display: block;
    width: 52px;
    height: 52px;
    background-image: url(/assets/images/icons/ic-sm.png);
    background-repeat: no-repeat;
    margin: auto;
}
.ic-md-m {
    width: 80px;
    background-position: -10px -163px;
}
.ic-md-f {
    width: 48px;
    background-position: -226px -168px;
}
.ic-md-h {
    width: 64px;
    background-position: -99px -163px;
}
.ic-md-n {
    width: 48px;
    background-position: -170px -168px;
}
/*1*/

/*2*/
.ju-b2 {
    background-image: linear-gradient(-55deg,
    #1a35b2 0%,
    #0f74ec 100%);
    background-color: #0f74ec;
    color: #fff;
    padding: 100px 0 104px;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}
.ju-b2 h2 {
    margin-bottom: 25px;
}
.ju-b2 .g-cnt > p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 60px;
}
.honor-block {
    color: #fff;
    display: inline-block;
}
.honor-block > * {
    display: inline-block;
    vertical-align: middle;
}
.honor-block > dl {
    max-width: 600px;
    background-color: #fff;
    padding: 40px 45px 45px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.honor-block > dl > dt,
.honor-block > dl > dd {
    padding-left: 30px;
}
.honor-block > dl > dd {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
    text-align: left;
}
.honor-block > dl > dd:before {
    content: '';
    display: block;
    width: 18px;
    height: 26px;
    background: url(/assets/images/icons/ic-sm.png) no-repeat -24px -7px;
    position: absolute;
    left: 2px;
    top: 12px;
}
@media all and (min-width: 1200px) {
    .honor-block > img {
        margin-right: 101px;
    }
}
@media all and (max-width: 1199px) {
    .honor-block {
        display: block;
        margin: auto;
    }
    .honor-block > * {
        display: table;
        margin: auto;
    }
}
/*2*/

/*3*/
.ju-b3 {
    padding: 100px 0 104px;
    background: url(/assets/images/bg/bg3-ju.png) no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}
.ju-b3 h2 {
    margin-bottom: 35px;
}
.ju-b3 .tb-row {
    margin-bottom: 40px;
}
.ju-b3 .cs-item {
    margin: 40px auto 0 auto;
}
.ju-b3 .cs-item > p {
    min-height: 50px;
}
.ju-b3 .ic-md {
    height: 65px;
}
.ic-md-11 {
    width: 50px;
    background-position: -921px -162px;
}
.ic-md-10 {
    width: 53px;
    background-position: -861px -162px;
}
.ic-md-9 {
    width: 50px;
    background-position: -803px -169px;
}
.ic-md-8 {
    width: 52px;
    background-position: -744px -164px;
}
.ic-md-7 {
    width: 48px;
    background-position: -689px -167px;
}
.ic-md-6 {
    width: 58px;
    background-position: -623px -167px;
}
.ic-md-5 {
    width: 48px;
    background-position: -567px -168px;
}
.ic-md-4 {
    width: 50px;
    background-position: -509px -169px;
}
.ic-md-3 {
    width: 48px;
    background-position: -454px -164px;
}
.ic-md-2 {
    width: 52px;
    background-position: -396px -169px;
}
.ic-md-1 {
    width: 52px;
    background-position: -337px -167px;
}
.ic-md-0 {
    width: 48px;
    background-position: -282px -169px;
}
.ju-b3 .cs-item h4 {
    margin-top: 10px;
}
/*3*/

/*4*/
.ju-b4 {
    padding: 100px 0 104px;
    background: url(/assets/images/bg/bg4-ju.png) no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}
.media {
    margin-top: 104px;
    display: table;
}
.media:nth-of-type(1) {
    margin-top: 0;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    font-size: 24px;
    letter-spacing: 0px;
    color: #1a1a1a;
    margin-bottom: 20px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.media .media-object {
    display: block;
    width: auto;
    max-width: none;
}
.media-body p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 15px;
}
.media-body :last-child {
    margin-bottom: 0;
}

.media-left {
    padding-right: 61px;
}
.media-right {
    padding-left: 61px;
}
@media all and (max-width: 992px) {
    .media-right, .media-left {
        padding: 0;
        margin-bottom: 20px;
    }
    .media-right > .media-object, .media-left > .media-object {
        display: block;
    }
    .media {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: row wrap;
    }
    .media .media-body {
        flex-basis: 100%;
    }
    .media .media-left {
        order: 1;
    }
    .media .media-body {
        order: 3;
    }
    .media .media-right {
        order: 2;
    }
}
.ju-b4 .media-body dl dt {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 11px;
}
.ju-b4 .media-body dl dd {
    font-size: 14px;
    line-height: 30px;
    color: #333;
}
.dvd {
    display: block;
    height: 1px;
    background-color: #dbe3f0;
    margin: 20px 0 25px 0;
}
/*4*/

/*5*/
.ju-b5 {
    padding: 100px 0 104px;
    background: url(/assets/images/bg/bg-5-ju.png) no-repeat center top;
    -webkit-background-size: 112% 100%;
    background-size: 112% 100%;
}
.j-wh {
    padding: 50px 40px;
    text-align: center;
    -webkit-box-shadow: 0px 10px 27px 0px
    rgba(26, 53, 178, 0.17);
    -moz-box-shadow: 0px 10px 27px 0px
    rgba(26, 53, 178, 0.17);
    box-shadow: 0px 10px 27px 0px
    rgba(26, 53, 178, 0.17);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.ju-b5 h3 {
    text-align: center;
}
.j-wh .tb-cell {
    width: 50%;
}
.yf-item {
    margin-right: auto;
    max-width: 510px;
}
.yf-item h4,
.yf-item dt,
.yf-item dd {
    text-align: left;
}
.yf-item h4 {
    font-size: 24px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 31px;
}
.yf-item dt {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 15px;
    margin-top: 31px;
    position: relative;
}
.yf-item dd {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    display: none;
}
.yf-item dt,
.yf-item dd {
    padding-left: 20px;
}
.yf-item dt:before {
    content: '';
    display: block;
    width: 18px;
    height: 26px;
    background: url(/assets/images/icons/ic-sm.png) no-repeat -24px -7px;
    position: absolute;
    left: -4px;
    top: -4px;
}
.trigger-dropdown dt.open,.trigger-dropdown dt:hover {
    color: #175dc0;
}
.trigger-dropdown dt.open:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: transform 200ms linear;
    -moz-transition: transform 200ms linear;
    -ms-transition: transform 200ms linear;
    -o-transition: transform 200ms linear;
    transition: transform 200ms linear;
}
.trigger-dropdown dt {
    color: #333;
    cursor: pointer;
}
.trigger-dropdown dt:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    webkit-transition:  transform 200ms linear;
    -moz-transition:  transform 200ms linear;
    -ms-transition:  transform 200ms linear;
    -o-transition:  transform 200ms linear;
    transition:  transform 200ms linear;
}
.yf-item dt:nth-of-type(1) + dd {
    display: block;
}
.ju-b5 h3 {
    font-size: 24px;
    margin-top: 100px;
}
.ju-b5 h3:first-child {
    margin-top: 0;
}
.j-wh > p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
    text-align: left;
}
.slicker {
    text-align: center;
}
.slicker .slick-arrow {
    width: 52px;
    height: 52px;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    cursor: pointer;
    background-color: unset;
    background-repeat: no-repeat;
    background-image: url(/assets/images/icons/ic-sm.png);
}
.slicker .slick-arrow.slick-next {
    right: -67px;
    background-position: -127px -39px;
}
.slicker .slick-arrow.slick-next:hover {
    background-position: -187px -39px;
}
.slicker .slick-arrow.slick-prev {
    left: -67px;
    background-position: -7px -39px;
}
.slicker .slick-arrow.slick-prev:hover {
    background-position: -66px -39px;
}
.slicker .slick-dots {
    margin-top: 35px;
}
.slicker .slick-dots li {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #cecece;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 7px;
    cursor: pointer;
}
.slicker .slick-dots li.slick-active,
.slicker .slick-dots li:hover {
    background-color: #175dc0;
}
.slicker .slick-dots li button {
    width: 0;
    height:0;
    padding: 0;
    margin: 0;
    content: '';
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}
.slicker .slick-top {
    cursor: pointer;
}
.slicker .slick-top img {
    margin: auto;
}
.slicker-parent .slick-contents .slick-content {
    display: none;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}
.slicker-parent .slick-contents .slick-content:first-child {
    display: block;
}
.slicker-parent .slick-contents {
    margin: 36px auto 0;
}
.slicker .slick-item .slick-top {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.slicker .slick-item .slick-top:before {
    content:'';
    background-color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.slicker .slick-item .slick-content {
    display: none;
}
.slicker .slick-item.slick-current.slick-active .slick-top {
    cursor: auto;
}
.slicker .slick-item.slick-current.slick-active .slick-top:before {
    opacity: 0;
    filter: alpha(opacity=0);
}
@media all and (min-width: 992px) {
    .slicker {
        max-width: 920px;
        margin: auto;
    }
    .slicker-parent .slick-contents {
        max-width: 920px;
        margin: 36px auto 0;
    }
}
@media all and (max-width: 1200px) {
    .tb .tb-cell, .tb .tb-row,.tb {
        display: block;
    }
    .tb .tb-row {
        letter-spacing: 0;
        word-spacing: 0;
        font-size: 0;
    }
    .tb .tb-cell {
        width: 50%;
        display: inline-block;
        letter-spacing: normal;
        word-spacing: normal;
        font-size: inherit;
    }

    .slicker {
        max-width: 920px;
        margin: auto;
    }
    .slicker-parent .slick-contents {
        max-width: 920px;
        margin: 36px auto 0;
    }
}
@media all and (max-width: 768px) {
    .tb .tb-cell {
        display: block;
    }
    .yf-item {
        max-width: none;
    }
}
.ju-b5 .g-cnt h4 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #1a1a1a;
    margin-top: 79px;
    margin-bottom: 29px;
    text-align: center;
}
.simply-scroll-list {
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
}
.simply-scroll-list > img {
    display: inline-block;
    font-size: inherit;
    letter-spacing: normal;
    word-spacing: normal;
    margin: 0 10px;
}
@media all and (min-width: 993px) {
    .simply-scroll-list {
        max-height: 140px;
        overflow: hidden;
    }
}
/*5*/

/*6*/
.ju-b6 {
    background: url(/assets/images/bg/bg-zhaopin.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 100px 0 104px;
    color: #1a1a1a;
}
.ju-bin {
    padding: 91px 0 85px 0;
    text-align: center;
    background: url(/assets/images/bg/ju-shen.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 382px;
}
.ju-bin h3 {
    color: #fff;
    font-size: 44px;
    margin-bottom: 60px;
}
/*6*/