@charset "utf-8";

.tb70 {
    padding: 70px 0;
}

.pbb60 {
    padding-bottom: 60px;
}

.icon {
    background: url("../images/ico.png") no-repeat 0 0;
}

.trans {
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.back-white {
    background: #fff;
}

.vicon {
    position: relative;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

/*HeaderSTART*/
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    line-height: 80px;
    z-index: 1006;
}

.header.back {
    background: #000;
}

.header .logon {
    display: none;
}

.header .logo-img {
    display: table-cell;
    max-width: 250px;
    max-height: 80px;
    vertical-align: middle;
    text-align: center;
}

.header .logo-img img {
    max-height: 77px;
    vertical-align: middle;
}

.header .contact-tel {
    display: block;
    width: 210px;
    text-align: right;
    margin-left: 50px;
}

.header .contact-tel i {
    float: left;
    width: 15px;
    height: 15px;
    margin: 35px 0 0 3px;
}

.header .contact-tel a {
    color: #fff;
    font-size: 16px;
}

.header .contact-tel span {
    padding-left: 10px;
}

.nav ul li {
    float: left;
    padding: 0 20px;
}

.nav ul li:nth-of-type(5) {
    position: relative;
}

.nav ul li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
}

.nav ul li a em {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 3px;
    background: #3874f4;
    z-index: 99;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.nav ul li.on a {
    color: #3874f4;
}

.nav ul li.on a em {
    opacity: 1;
    width: 100%;
}

/** Show **/
.header.show-class {
    position: static;
}

.header.show-class .default {
    display: none;
}

.header.show-class .logon {
    display: inherit;
}

.header.show-class .nav ul li a {
    color: #333;
}

.header.show-class .nav ul li a:hover {
    color: #3874f4;
    font-weight: normal;
}

.header.show-class .contact-tel i {
    background-position: -23px 0;
}

.header.show-class .contact-tel a {
    color: #666;
}

.header.show-class .contact-tel span {
    color: #ff9600;
}

/** 二级 **/
.header .container {
    position: relative;
}

.nav .childer {
    display: none;
    position: absolute;
    width: 100%;
    min-width: 1200px;
    height: auto;
    top: 80px;
    left: 0;
    padding: 35px 45px;
    background: #fff;
    box-shadow: 0 10px 8px rgba(0, 0, 0, .1);
    z-index: 1008;
}

.nav .childer.childer-116 {
    width: 1270px;
    padding: 35px 20px;
}

.nav .childer.childer38 {
    width: 200px;
    min-width: 200px;
    padding: 20px 0 30px;
    left: -56px;
    text-align: center;
}

.nav .childer.childer205 {
    width: 230px;
    min-width: 230px;
    padding: 20px 0 30px;
    left: -56px;
    text-align: center;
}

.nav .childer.childer205 a,
.nav .childer.childer38 a {
    color: #333;
    line-height: 35px;
}

.nav .childer .cons {
    float: left;
    width: 200px;
    margin-right: 75px;
}

.nav .childer .cons:last-child {
    margin-right: 0;
}

.nav .childer .cons.ww {
    width: 420px;
}

.nav .childer .cons .childer-more {
    float: left;
    width: 200px;
    margin-right: 15px;
}

.nav .childer .cons .childer-more:last-child {
    margin-right: 0;
}

.nav .childer .cons span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}

.nav .childer .cons span em {
    float: left;
    display: block;
    width: 4px;
    height: 18px;
    background: #3874f4;
    margin: 2px 10px 0 0;
}

.nav .childer .cons a {
    display: block;
    padding: 0;
    font-weight: normal;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.nav .childer .cons a b.ico1 {
    display: inline-block;
    width: 34px;
    height: 24px;
    background: url("../images/hot.png") no-repeat;
    vertical-align: text-top;
}

.nav .childer .cons a b.ico2 {
    display: inline-block;
    width: 31px;
    height: 21px;
    background: url("../images/new.png") no-repeat;
    vertical-align: middle;
}

.nav .childer .cons a:hover,
.nav .childer.childer205 a:hover,
.nav .childer.childer38 a:hover {
    color: #fff;
    background: url("../images/menu-ico.png") no-repeat center top;
}

.nav ul li:hover .childer {
    display: block;
}

/*HeaderNED*/
/*SlidesSTART*/
.swiper-container {
    width: 100%;
    height: auto;
    background: #fff;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-repeat: no-repeat;
}

.swiper-slide img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.slide-usezans .swiper-button-next,
.slide-usezans .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    background: none;
}

.slide-usezans .swiper-button-next {
    right: 2% !important;
}

.slide-usezans .swiper-button-prev {
    left: 2% !important;
}

.slide-usezans .swiper-button-next .span-next,
.slide-usezans .swiper-button-prev .span-prev {
    color: #fff;
    font-size: 50px;
}

.slide-usezans.swiper-container .swiper-button-prev.swiper-button-disabled,
.slide-usezans.swiper-container .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

.slide-usezans.swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 8%;
}

.slide-usezans.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    opacity: .4;
}

.slide-usezans.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-container .wrapper-intro {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.swiper-container .wrapper-intro .text-slide {
    width: 900px;
    position: absolute;
    top: 40%;
    left: 0;
    text-align: left;
    transform: translate(0, -55%);
    -webkit-transform: translate(0, -55%);
}

.swiper-container .wrapper-intro p {
    color: #fff;
    line-height: inherit;
}

.swiper-container .wrapper-intro .p1 {
    font-size: 42px;
    line-height: 55px;
}

.swiper-container .wrapper-intro .p2 {
    font-size: 14px;
    padding-top: 6px;
}

.swiper-container .swiper-slide .url {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 106;
}

.swiper-container .wrapper-intro .bqq {
    display: block;
    width: 123px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #fff;
    border-radius: 65px;
    position: absolute;
    bottom: 35%;
    left: 0;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    z-index: 110;
}

/*SlidesNED*/
/*++------------------------
/*++  Plate-Module
/*++------------------------*/
.comm-title {
    text-align: center;
    margin: 0 0 30px 0;
}

.comm-title h3,
.comm-title h2 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.comm-title p {
    color: #333;
}

/** Moudle-1 **/
.bg-CM {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.section_wrap {
    background-image: url(../images/big_bg.png);
    padding-top: 70px;
    padding-bottom: 70px
}

.section_wrap .section {
    position: relative
}

.section_wrap .section div {
    box-sizing: border-box
}

.section_wrap .section .title_wrap {
    color: #333;
    background-image: url(../images/title_1.png);
    background-size: 50%;
    padding: 60px
}

.section_wrap .section .title_wrap .title {
    font-size: 40px;
    font-weight: 700
}

.section_wrap .section .title_wrap .icon_wrap {
    height: 40px;
    line-height: 40px
}

.section_wrap .section .title_wrap .icon_wrap img {
    vertical-align: middle
}

.section_wrap .section .title_wrap .text {
    font-size: 18px
}

.section_wrap .section .title_wrap_edu {
    background-image: url(../images/title_2.png)
}

.section_wrap .section .title_wrap_wit {
    background-image: url(../images/title_3.png)
}

.section_wrap .section .title_wrap_firm {
    background-image: url(../images/title_4.png)
}

.section_wrap .section .content {
    height: 380px
}

.section_wrap .section .content .swiper-slide .item:last-child {
    margin-right: 0
}

.section_wrap .section .content .item_bg {
    width: 23%;
    height: 100%;
    background-image: url(../images/bg_2.png);
    background-size: 100%;
    padding: 36px 22px
}

.section_wrap .section .content .item_bg .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
    padding-left: 12px;
    position: relative
}

.section_wrap .section .content .item_bg .title::before {
    width: 6px;
    height: 66px;
    background-color: #fff;
    border-radius: 10px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 4px
}

.section_wrap .section .content .item_bg .value {
    height: 140px;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    padding-top: 60px;
    -webkit-line-clamp: 3
}

.section_wrap .section .content .item_bg .more {
    display: block;
    width: 104px;
    height: 38px;
    border: solid 1px #fff;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    cursor: pointer;
    margin-top: 60px
}

.section_wrap .section .content .item_bg_edu {
    background-image: url(../images/bg_3.png)
}

.section_wrap .section .content .item_bg_wit {
    background-image: url(../images/bg_4.png)
}

.section_wrap .section .content .item_bg_firm {
    background-image: url(../images/bg_5.png)
}

.section_wrap .section .content .my_swiper {
    width: 76%;
    height: 100%
}

.section_wrap .section .content .item {
    width: 32%;
    height: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .04);
    margin-left: 12px;
    position: relative
}

.section_wrap .section .content .item .img_wrap {
    width: 100%;
    height: 216px
}

.section_wrap .section .content .item .img_wrap .img {
    width: 100%;
    height: 100%
}

.section_wrap .section .content .item .label_wrap {
    padding: 0 14px
}

.section_wrap .section .content .item .label {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    padding: 16px 0
}

.section_wrap .section .content .item .text {
    font-size: 14px;
    line-height: 22px;
    color: #999
}

.section_wrap .section .content .item .look {
    display: block;
    width: 114px;
    height: 36px;
    line-height: 36px;
    background-image: linear-gradient(-62deg, #2f73fe 0, #3d94fc 63%, #4ab5fa 100%), linear-gradient(#ff7e5e, #ff7e5e);
    box-shadow: 0 12px 32px 0 rgba(31, 111, 195, .05);
    font-size: 14px;
    color: #fff;
    margin-top: 14px;
    cursor: pointer;
    opacity: 0;
    transition: all 1s
}

.section_wrap .section .content .item .look_edu {
    background-image: linear-gradient(-62deg, #f66177 0, #ff85a7 100%), linear-gradient(#3cc7ef, #3cc7ef)
}

.section_wrap .section .content .item .look_wit {
    background-image: linear-gradient(-62deg, #56bcee 0, #3ee2c2 100%), linear-gradient(#ffb750, #ffb750)
}

.section_wrap .section .content .item .look_firm {
    background-image: linear-gradient(-62deg, #785efc 0, #ab85ff 100%), linear-gradient(#4462a7, #4462a7)
}

.section_wrap .section .content .item .bott_icon {
    width: 100%;
    height: 6px;
    background-image: linear-gradient(192deg, #2f73fe 0, #3d94fc 63%, #4ab5fa 100%), linear-gradient(#ff7e5e, #ff7e5e);
    background-blend-mode: normal, normal;
    box-shadow: 0 12px 32px 0 rgba(31, 111, 195, .05);
    opacity: 0;
    transition: all 1s
}

.section_wrap .section .content .item .bott_icon_edu {
    background-image: linear-gradient(192deg, #f66177 0, #ff85a7 100%), linear-gradient(#3cc7ef, #3cc7ef)
}

.section_wrap .section .content .item .bott_icon_wit {
    background-image: linear-gradient(192deg, #56bcee 0, #3ee2c2 100%), linear-gradient(#ffb750, #ffb750)
}

.section_wrap .section .content .item .bott_icon_firm {
    background-image: linear-gradient(192deg, #785efc 0, #ab85ff 100%), linear-gradient(#4462a7, #4462a7)
}

.section_wrap .section .content .item_nomargin {
    margin-right: 0
}

.section_wrap .section .next {
    top: 70%;
    right: -90px
}

.section_wrap .section .content .item:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3)
}

.section_wrap .section .content .item:hover .bott_icon,
.section_wrap .section .content .item:hover .look {
    opacity: 1
}


/** Moudle-2 **/
.adavs {
    width: 100%;
    position: absolute;
    top: -48px;
    left: 0;
    z-index: 1001;
}

.adavs .adavs-con {
    background: #fff;
    height: 127px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    border-radius: 10px;
    overflow: hidden;
}

.adavs ul li {
    width: 20%;
    float: left;
    text-align: center;
    padding: 12px 0;
}

.adavs ul li .icon_wrap {
    height: 50px;
    line-height: 50px;
}

.adavs ul li .icon_wrap img {
    vertical-align: middle;
}

.adavs ul li .remark h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333;
}

.adavs ul li .remark p {
    font-size: 12px;
    color: #999;
}

/** Moudle-3 **/
.custom_bg {
    height: 800px
}

.serve_wrap .title_wrap {
    color: #fff;
    padding: 50px
}

.serve_wrap {
    position: relative
}

.serve_wrap .img_wrap {
    width: 100%
}

.serve_wrap .title_wrap .title {
    font-size: 40px;
    font-weight: 700
}

.serve_wrap .title_wrap .icon_wrap {
    height: 40px;
    line-height: 40px
}

.serve_wrap .title_wrap .icon_wrap .vicon {
    vertical-align: middle;
}

.serve_wrap .title_wrap .text {
    font-size: 18px
}

.serve_wrap .strength_title {
    color: #333;
    top: -20px
}

.serve_wrap .news_title {
    padding-top: 20px
}

.serve_wrap .flow_title {
    top: -90px
}

.serve_wrap .content {
    height: 460px
}

.serve_wrap .content .left_nav {
    width: 23%;
    height: 100%
}

.serve_wrap .content .left_nav .img {
    width: 100%;
    height: 100%
}

.serve_wrap .content .right_nav {
    width: 77%;
    height: 100%
}

.serve_wrap .content .right_nav .nav {
    width: 39%;
    height: 124px;
    background-color: #fff;
    box-shadow: 0 12px 32px 0 rgba(31, 111, 195, .05);
    padding: 48px 38px;
    margin-left: 20px;
    transition: all 1s;
    margin-bottom: 20px
}

.serve_wrap .content .right_nav .nav .icon_wrap {
    width: 30%;
    margin-top: 24px
}

.serve_wrap .content .right_nav .nav .value {
    width: 60%;
    line-height: 24px;
    padding-left: 30px
}

.serve_wrap .content .right_nav .nav .value .title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    padding-bottom: 12px
}

.serve_wrap .content .right_nav .nav .value .text {
    font-size: 14px;
    color: #999;
    -webkit-line-clamp: 4
}

.serve_wrap .content .right_nav .nav .detail_btn {
    display: none;
    width: 110px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: solid 1px #fff;
    font-size: 14px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all 1s;
    margin: 10px auto
}

.serve_wrap .content .right_nav .vicon {
    width: 100px;
    height: 100px
}

.serve_wrap .content .right_nav .nav:hover {
    background-color: #4b7eea
}

.serve_wrap .content .right_nav .nav:hover .icon_wrap {
    display: none;
}

.serve_wrap .content .right_nav .nav:hover .value {
    width: calc(100% - 76px);
}

.serve_wrap .content .right_nav .nav:hover .title {
    text-align: center;
    color: #fff
}

.serve_wrap .content .right_nav .nav:hover .text {
    color: #fff
}

.serve_wrap .content .right_nav .nav:hover .detail_btn {
    display: block;
}

/** Moudle-4 **/
.img_wrap .img_14 {
    display: block;
    width: 94%;
    height: auto;
    margin: 0 auto;
}

/** Moudle-4-1 **/
.delivery_bg {
    height: 1680px;
    background-image: url(../images/bg_7.png)
}

.container .projects .project {
    height: 250px;
    margin-bottom: 30px
}

.container .projects .project .label_left {
    width: 15%;
    height: calc(100% - 28px);
    background-image: linear-gradient(-62deg, #3974f4 0, #5d8ef7 63%, #80a7fa 100%), linear-gradient(#fff, #fff);
    padding: 14px 10px
}

.container .projects .project .label_left .boder_left {
    width: 100%;
    border: 1px dashed #fff;
    padding: 54px 0
}

.container .projects .project .label_left .text {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    padding-top: 34px
}

.container .projects .project .detail_wrap {
    width: 83%;
    height: 100%;
    background-color: #fff
}

.container .projects .project .detail_text {
    width: 45%;
    padding: 57px 34px
}

.container .projects .project .detail_text .title {
    font-size: 16px;
    line-height: 26px;
    color: #333
}

.container .projects .project .detail_text .submit_file {
    font-size: 14px;
    line-height: 22px
}

.container .projects .project .detail_text .submit_file .file_title {
    color: #333;
    padding-top: 16px;
    padding-bottom: 8px
}

.container .projects .project .detail_text .submit_file .files .file {
    color: #4980f5;
    background-color: #f5f5f5;
    padding: 2px 14px;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer
}

.container .projects .project .img_wrap {
    display: flex;
    align-items: center;
    width: 47%;
    height: 100%;
    line-height: 250px
}

.container .projects .project .img_wrap .img {
    width: 100%
}

/** Moudle-4-2 **/
.liuc.serve_wrap .flow_title {
    top: -20px;
}

.liuc.serve_wrap .img_wrap .img {
    width: 100%;
    height: auto;
    margin-top: 74px;
}

/** Moudle-5 **/
.cases {
    height: 1040px;
    background: url("../images/bg_8.png");
}

.cases.tb70 {
    padding: 0 0 20px;
}

.cases-con ul li {
    float: left;
    width: 380px;
    height: 360px;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    margin: 0 30px 30px 0;
}

.cases-con ul li:nth-of-type(3n) {
    margin-right: 0;
}

.cases-con ul li .imgs-con {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.cases-con ul li img {
    display: none;
    width: 100%;
}

.cases-con ul li img.show-img {
    display: block;
}

.cases-con ul li .remark {
    padding: 15px 25px 0;
}

.cases-con ul li .remark h5 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-bottom: 5px;
}

.cases-con ul li .remark p {
    font-size: 13px;
    color: #666;
}

.cases-con ul li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .5)
}

.cases-con ul li:hover .show-img {
    display: none;
}

.cases-con ul li:hover .code-img {
    display: block;
}

/** Moudle-6 **/
.partner_bg {
    height: 860px;
    background-image: url(../images/bg_9.png);
}

.partner_bg .swiper-container {
    background: transparent;
}

.swiper_wrap .pre_btn {
    left: -60px;
    top: 65%;
}

.swiper_wrap .next_btn {
    right: -50px;
    top: 67%;
}

.partners_swiper .partners .partner {
    width: calc(20% - 20px);
    height: 114px;
    padding: 10px;
}

.partners_swiper .partners .partner .img {
    width: 100%;
    height: 100%;
}

/** Moudle-7 **/
.news {
    background: #f1f1f1;
}

.cate-nav {
    text-align: center;
}

.cate-nav a {
    display: inline-block;
    padding: 7px 20px;
    text-align: center;
    border-radius: 65px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
}

.cate-nav a:hover,
.cate-nav a.on {
    color: #fff;
    background: #0ac864;
    box-shadow: 0 0 12px rgba(10, 200, 100, .5);
}

.cate-nav a.fr {
    font-weight: normal;
    font-size: 12px;
    color: #999;
    padding: 7px 0 0;
}

.cate-nav a.fr:hover {
    background: transparent;
    box-shadow: none;
    color: #3874f4;
}

.news-qy {
    padding: 0 30px;
    width: 320px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    border-radius: 10px;
    overflow: hidden;
}

.news-qy h5 {
    height: 94px;
    line-height: 94px;
    font-size: 20px;
}

.news-qy h5 a {
    font-size: 13px;
    color: #999;
}

.news-qy ul li {
    padding: 22px 0;
    border-top: 1px dashed #ccc;
}

.news-qy ul li:first-child {
    border-top: 1px solid #ccc;
}

.news-qy ul li a {
    display: flex;
    align-items: center;
}

.news-qy ul li img {
    display: block;
    width: 111px;
    margin-right: 20px;
}

.news-qy ul li .remark .time {
    color: #999;
    padding-top: 5px;
}

.news-qy ul li:hover h6 {
    color: #3874f4;
}

.news-recomm {
    width: 730px;
    padding: 20px 30px 9px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    border-radius: 10px;
    overflow: hidden;
}

.news-recomm .cate-nav {
    text-align: left;
    margin-top: 7px;
}

.news-recomm .cons .frist {
    margin: 20px 0 0;
}

.news-recomm .cons .frist a {
    display: flex;
    align-items: center;
}

.news-recomm .cons .frist img {
    display: block;
    width: 274px;
    margin-right: 15px;
}

.news-recomm .cons .frist .remark h5 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.news-recomm .cons .frist .remark .desc {
    font-size: 13px;
    padding: 10px 0 15px;
}

.news-recomm .cons .frist .remark .time {
    font-size: 12px;
    color: #999;
}

.news-recomm .cons .frist:hover .remark h5 {
    color: #3874f4;
}

.news-recomm .cons ul li {
    float: left;
    width: 356px;
    line-height: 58px;
    border-bottom: 1px dashed #dcdcdc;
}

.news-recomm .cons ul li:nth-of-type(even) {
    float: right;
}

.news-recomm .cons ul li:nth-last-child(1),
.news-recomm .cons ul li:nth-last-child(2) {
    border-bottom: 0;
}

.news-recomm .cons ul li .time {
    font-size: 12px;
    color: #999;
}

.news-recomm .cons ul li:hover a {
    color: #3874f4;
}

/** Moudle-9 **/
.lin-s ul li {
    float: left;
    width: 25%;
    height: 480px;
}

.lin-s ul li .remark {
    width: 175px;
    margin: 0 auto;
}

.lin-s ul li .remark .imgs {
    width: 65px;
    height: 42px;
    margin: 80px auto 0;
    background: url("../images/sj-ico.png") no-repeat 0 -49px;
}

.lin-s ul li:nth-of-type(3) .imgs {
    background-position: -72px -49px
}

.lin-s ul li:nth-of-type(4) .imgs {
    background-position: -136px -49px
}

.lin-s ul li .remark h5 {
    font-size: 18px;
    color: #333;
    padding: 25px 0 15px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.lin-s ul li .remark .labels {
    padding: 10px 0 60px;
}

.lin-s ul li .remark .labels p {
    line-height: 35px;
    color: #999;
}

.lin-s ul li .remark .labels p em {
    float: left;
    display: block;
    width: 6px;
    height: 6px;
    background: #999;
    border-radius: 65px;
    margin: 16px 10px 0 0;
}

.lin-s ul li .remark a {
    display: block;
    width: 107px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 65px;
    border: 1px solid #dcdcdc;
    color: #999;
    margin: 0 auto;
}

.lin-s ul li:nth-of-type(1):hover {
    box-shadow: none;
}

.lin-s ul li:nth-of-type(2):hover .imgs {
    background-position: 0 0;
}

.lin-s ul li:nth-of-type(3):hover .imgs {
    background-position: -72px 0;
}

.lin-s ul li:nth-of-type(4):hover .imgs {
    background-position: -136px 0;
}

.lin-s ul li:hover {
    box-shadow: 0 0 12px rgba(127, 106, 255, .3);
}

.lin-s ul li:hover .remark a {
    background: #7f6aff;
    box-shadow: 0 0 12px rgba(127, 106, 255, .8);
    color: #fff;
    border-color: transparent;
}

/** edu **/
.lin-s.edu ul li:nth-of-type(2) .imgs {
    background-position: 6px -164px
}

.lin-s.edu ul li:nth-of-type(3) .imgs {
    background-position: -64px -164px
}

.lin-s.edu ul li:nth-of-type(4) .imgs {
    background-position: -132px -164px
}

.lin-s.edu ul li:hover {
    box-shadow: 0 0 12px rgba(58, 226, 241, .3);
}

.lin-s.edu ul li:hover .remark a {
    background: #3ae2f1;
    box-shadow: 0 0 12px rgba(58, 226, 241, .8);
}

.lin-s.edu ul li:nth-of-type(2):hover .imgs {
    background-position: 6px -111px;
}

.lin-s.edu ul li:nth-of-type(3):hover .imgs {
    background-position: -64px -111px;
}

.lin-s.edu ul li:nth-of-type(4):hover .imgs {
    background-position: -132px -111px;
}






/** 弹窗 **/
.ads-con {
    width: 100%;
    height: 180px;
}

.ads-con h5 {
    text-align: center;
    font-size: 24px;
    color: #fff;
    padding: 55px 0 20px;
}

.ads-con .type-contact {
    display: block;
    width: 138px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 65px;
    color: #fff;
    margin: 0 auto;
    border: 1px solid #fff;
    cursor: pointer;
}

.comments {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1008;
}

.comm-list:after {
    display: block;
    content: "";
    clear: both;
}

.comm-list {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 883px;
    height: 408px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    margin: -204px 0 0 -441.5px;
}

.comm-list .comm-left {
    width: 358px;
    float: left;
}

.comm-list .comm-left img {
    display: block;
    width: 100%;
}

.comm-list .comm-right {
    position: relative;
    padding: 0 30px;
    width: 465px;
    float: right;
    height: 100%;
}

.comm-list .comm-right .titles {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 80px 0 25px;
}

.comm-list .comm-right ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

.comm-list .comm-right ul li label {
    display: block;
    float: left;
    width: 78px;
    color: #000;
}

.comm-list .comm-right ul li input[type=text] {
    padding: 0 20px;
    width: calc(100% - 118px);
    height: 50px;
    line-height: 50px;
    border: 0;
    color: #666;
}

.comm-list .comm-right .input-submit {
    display: block;
    width: 300px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 65px;
    font-size: 16px;
    border: 0;
    background: -webkit-linear-gradient(to right, #4681f6, #80b4fc);
    background: linear-gradient(to right, #4681f6, #80b4fc);
    color: #fff;
    margin: 50px auto 0;
    cursor: pointer;
}

.comm-list .comm-right .error-hide {
    display: block;
    position: absolute;
    bottom: 105px;
    left: 30px;
    margin-left: 0;
}

.comm-list .comm-right .open {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 20px;
    height: 19px;
    background-position: -51px 0;
    cursor: pointer;
}

.comm-list .comm-right .open:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*FooterSTART*/
.footer:after,
.contactus ul:after,
.footer .links:after {
    display: block;
    content: "";
    clear: both;
}

.footer {
    padding: 70px 0 0;
}

.footer a {
    color: #333;
}

.footer-nav ul li {
    width: 159px;
    float: left;
    margin-right: 10px;
}

.footer-nav ul li:last-child {
    margin-right: 0;
}

.footer-nav ul li h3 {
    font-size: 16px;
    color: #333;
    padding-bottom: 5px;
}

.footer-nav ul li a {
    height: 20px;
    line-height: 20px;
    color: #666;
    display: block;
    padding-top: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.footer-right {
    text-align: center;
}

.footer-right h5 {
    font-size: 16px;
    color: #fff;
    padding-bottom: 10px;
    font-weight: bold;
}

.footer-right p {
    color: #fff;
    padding-top: 6px;
}

.contactus {
    width: 225px;
    margin-right: 15px;
    color: #fff;
}

.contactus .tel {
    color: #fff;
    font-size: 24px;
}

.contactus ul {
    padding: 20px 0;
}

.contactus ul li {
    position: relative;
    float: left;
    width: 35px;
    height: 35px;
    background: #2d303b;
    border-radius: 65px;
    margin-right: 12px;
}

.contactus ul li a {
    display: block;
}

.contactus ul li i {
    display: block;
    width: 17px;
    height: 14px;
    background-position: 0 -24px;
}

.contactus ul li.codes i {
    margin: 10px 0 0 9px;
}

.contactus ul li.qqs i {
    background-position: -24px -24px;
    margin: 10px 0 0 11px;
}

.contactus ul li .code-img {
    display: none;
    position: absolute;
    bottom: 50px;
    left: -49px;
    padding: 8px;
    width: 115px;
    height: 115px;
    background: #fff;
    z-index: 65
}

.contactus ul li .code-img img {
    display: block;
    width: 100%;
}

.contactus ul li .code-img em {
    position: absolute;
    left: 56px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #fff;
}

.contactus ul li.codes:hover .code-img {
    display: block;
}

.footer .links {
    height: 65px;
    line-height: 65px;
    border-top: 1px solid #292b37;
}

.footer .links span {
    display: block;
    float: left;
    width: 70px;
}

.footer .links .text-a {
    float: right;
    width: calc(100% - 75px);
}

.footer .links .text-a a {
    display: block;
    float: left;
    padding-right: 15px;
}

.copyright {
    height: 55px;
    line-height: 55px;
    border-top: 1px solid #292b37;
    color: #333
}

.back-black .footer-nav ul li h3,
.back-black .phone strong {
    color: #fff;
}

.back-black .footer-nav ul li a {
    color: rgba(255, 255, 255, .8);
}

.back-black .copyright,
.back-black .copyright a,
.contactus p,
.footer .links span,
.footer .links .text-a a {
    color: rgba(255, 255, 255, .5);
}

.footer a:hover,
.footer .links .text-a a:hover,
.back-black .footer-nav ul li a:hover {
    color: #3874f4;
}

/*FooterNED*/