﻿@CHARSET "UTF-8";

body {
    padding-top: 68px;
}

._container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    ._container {
        padding: 0 5px !important;
    }
}

@media (min-width:992px) {
    ._container {
        width: 900px
    }
}

@media (min-width: 1024px) {
    ._container {
        width: 970px
    }
}

@media (min-width: 1100px) {
    ._container {
        width: 1000px
    }
}

@media (min-width: 1280px) {
    ._container {
        width: 1200px
    }
}

@media (min-width:1366px) {
    ._container {
        width: 1250px
    }
}

@media (min-width:1440px) {
    ._container {
        width: 1400px
    }
}

@media (min-width:1600px) {
    ._container {
        width: 1500px
    }
}

.navbar-pos-rel {
    position: relative;
}

.navbar {
    padding-top: 0 !important;
}

.child-nav-icon {
    margin-right: 16px;
}

.nav-ul {
    min-height: 70px;
}

.nav-arrow-bottom {
    display: none;
}

.concat-box {
    width: 143px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    border: 1px solid #FFFFFF;
    position: absolute;
    right: 0;
    top: 60%;
    color: #fff;
    transform: translateY(-50%);
    padding: 0 10px;
}

    .concat-box img {
        width: 16px;
        height: 16px;
    }

.navbar-toggle {
    position: absolute;
    top: 15px;
    right: 0;
    margin-top: 0;
}

.top-nav-tip {
    color: #fff;
    position: absolute;
    top: 10px;
    left: 18px;
}

.navbar-default .navbar-nav > .active {
    position: relative;
}

    .navbar-default .navbar-nav > .active > a span, .navbar-default .navbar-nav > li > a:hover > span {
        color: #FABE00;
        position: relative;
    }

.child-nav-item-title {
    font-size: 16px !important;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 6px;
    text-align: left;
}

.child-nav-item-tip {
    font-size: 14px !important;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    text-align: left;
    line-height: 1;
    margin-bottom: 0;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
}

.nav-arrow-bottom_s {
    display: inline-block;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar .nav .user {
    padding: 0;
    line-height: 70px;
}

    .navbar .nav .user .headicon {
        margin: 0 5px;
        height: 30px;
    }

    .navbar .nav .user .caret {
        vertical-align: middle;
        margin: 0 5px;
    }

/*tc widget*/
.tc-main {
    margin-top: 20px;
}

/*tc-box*/
.tc-box {
    background: #fff;
    margin: 0 0 10px 0;
}

.body-white .tc-box {
    min-height: 500px;
}

.tc-box.first-box {
    margin: 0 0 10px 0;
}

.tc-box.article-box {
}

/*tc-box end */

/* The blog boxes */
/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/
.tc-gridbox-container {
    width: 25%;
    float: left;
}

.tc-gridbox {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #eee;
    background: #fff;
    cursor: pointer;
}

.tc-gridbox {
    margin: 0 10px 20px 10px;
}

    .tc-gridbox:hover {
        -webkit-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
        -moz-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
        box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    }

    .tc-gridbox a {
        text-decoration: none;
    }

@media ( min-width: 768px) and (max-width: 979px) {
    .tc-gridbox {
        display: block;
        float: none;
        width: 95%;
    }
}

@media ( max-width: 979px) {
    .tc-gridbox-container {
        display: block;
        float: none;
        width: 100%;
    }

    .tc-gridbox {
        margin: 0 0 10px 0;
    }
}

.tc-gridbox .header {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    background: #fff;
}

.tc-gridbox .footer {
    padding: 5px 14px 5px 14px;
    text-align: right;
    background: #fff;
}

.tc-gridbox .header .item-image {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.tc-gridbox .header img {
    margin-bottom: 5px;
    width: 100%;
    /*-webkit-transition: all 0.8s ease-in-out;*/
    /*-moz-transition: all 0.8s ease-in-out;*/
    /*-o-transition: all 0.8s ease-in-out;*/
    /*-ms-transition: all 0.8s ease-in-out;*/
    /*transition: all 0.8s ease-in-out;*/
}

    .tc-gridbox .header img:hover {
        /*-webkit-transform: scale(1.2) rotate(2deg);*/
        /*-moz-transform: scale(1.2) rotate(2deg);*/
        /*-o-transform: scale(1.2) rotate(2deg);*/
        /*-ms-transform: scale(1.2) rotate(2deg);*/
        /*transform: scale(1.2) rotate(2deg);*/
    }

.tc-gridbox .header h3 {
    color: #454a4e;
    margin: 0 5px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
}

    .tc-gridbox .header h3 a,
    .tc-gridbox .header h3 a:focus,
    .tc-gridbox .header h3 a:hover {
        color: #454a4e;
        white-space: nowrap;
    }

.tc-gridbox .header .meta {
    color: #5a6065;
}

.tc-gridbox .header hr {
    border-top-color: #eee;
    border-bottom: none;
    margin: 5px 0;
}

.tc-gridbox .body {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 14px;
    color: #343a3f;
}

    .tc-gridbox .body a {
        color: #666;
    }

        .tc-gridbox .body a:hover {
            color: #428bca;
        }

.tc-gridbox .btn {
    float: right;
    margin-right: 10px;
    margin-bottom: 18px;
}

/*masonary*/

.masonary-container .item {
    margin-bottom: 20px;
}

    .masonary-container .item h3 {
        line-height: 100%;
    }

.masonary-container .grid-sizer, .masonary-container .item {
    width: 24.9%;
    margin: 10px 0.05%;
    float: left;
    zoom: 1;
}

@media ( max-width: 479px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 98%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

@media ( min-width: 480px) and (max-width: 767px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 48%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

/*list Boxes
------------------------------------*/
.list-boxes {
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 25px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
    border: solid 1px #eee;
}

    .list-boxes:hover {
        border: solid 1px #ddd;
    }

    .list-boxes h2 a {
        color: #555;
    }

    .list-boxes:hover h2 a {
        color: #f90;
    }

    .list-boxes .list-actions a {
        font-size: 16px;
        text-decoration: none;
    }

    .list-boxes p a {
        color: #72c02c;
    }

    .list-boxes .list-boxes-img li i {
        color: #72c02c;
        font-size: 12px;
        margin-right: 5px;
    }

    .list-boxes .list-boxes-img img {
        display: block;
        margin: 5px 10px 10px 0;
    }

    .list-boxes h2 {
        margin-top: 0;
        font-size: 20px;
        line-height: 20px;
    }

    .list-boxes ul.list-boxes-rating li {
        display: inline;
    }

        .list-boxes ul.list-boxes-rating li i {
            color: #f8be2c;
            cursor: pointer;
            font-size: 16px;
        }

            .list-boxes ul.list-boxes-rating li i:hover {
                color: #f8be2c;
            }

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
    color: #fff;
}

/*Red list Box*/
.list-boxes-red {
    background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
    background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
    background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
    background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
    border-top: solid 2px #1abc9c;
}

    .list-boxes-top-sea:hover {
        border-top-color: #16a085;
    }

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
    border-top: solid 2px #f1c40f;
}

    .list-boxes-top-yellow:hover {
        border-top-color: #f39c12;
    }

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
    border-left: solid 2px #e67e22;
}

    .list-boxes-left-orange:hover {
        border-left-color: #d35400;
    }

/*Green Left Bordered list Box**/
.list-boxes-left-green {
    border-left: solid 2px #72c02c;
}

    .list-boxes-left-green:hover {
        border-left-color: #5fb611;
    }

/*Green Right Bordered list Box**/
.list-boxes-right-u {
    border-right: solid 2px #72c02c;
}

    .list-boxes-right-u:hover {
        border-right-color: #5fb611;
    }

/*comments*/
.comment {
    margin-bottom: 10px;
}

    .comment .avatar {
        height: 40px;
        width: 40px;
    }

.comment-body {
    overflow: hidden;
}

.comment-content {
    padding-bottom: 2px;
    word-break: break-all;
    word-wrap: break-word;
}

.comment > .pull-left {
    margin-right: 10px;
}

.comment .time {
    color: #ccc;
    font-size: 12px;
    line-height: 14px;
}

.comment-postbox-wraper {
}

.comment-postbox {
    width: 100%;
    padding: 10px;
}

.comment-reply-box {
    position: relative;
}

    .comment-reply-box .textbox {
        width: 100%
    }

.comment-reply-submit .btn {
    margin-top: 20px;
}

/*ranking box*/

.ranking ul li {
    padding: 5px 0;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i {
    margin-right: 5px;
}

.ranking li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #aaa;
}

.ranking li.top3 i {
    background: #FC9B0B;
}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
    padding: 10px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px;
    /*border-top: solid 2px #eee;*/
}

    .comment-ranking .comment-ranking-inner,
    .comment-ranking .comment-ranking-inner:after,
    .comment-ranking .comment-ranking-inner:before {
        transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

        .comment-ranking .comment-ranking-inner:after,
        .comment-ranking .comment-ranking-inner:before {
            width: 0;
            height: 0;
            right: 0px;
            bottom: 0px;
            content: " ";
            display: block;
            position: absolute;
        }

        .comment-ranking .comment-ranking-inner:after {
            border-top: 15px solid #eee;
            border-right: 15px solid transparent;
            border-left: 0px solid transparent;
            border-left-style: inset; /*FF fixes*/
            border-right-style: inset; /*FF fixes*/
        }

        .comment-ranking .comment-ranking-inner:before {
            border-bottom: 15px solid #fff;
            border-right: 0 solid transparent;
            border-left: 15px solid transparent;
            border-left-style: inset; /*FF fixes*/
            border-bottom-style: inset; /*FF fixes*/
        }

        .comment-ranking .comment-ranking-inner:hover {
            border-color: #FC9B0B;
            border-top-color: #FC9B0B;
            background: #f0f0f0;
        }

            .comment-ranking .comment-ranking-inner:hover:after {
                border-top-color: #FC9B0B;
            }

        .comment-ranking .comment-ranking-inner span.comment-time {
            color: #777;
            display: block;
            font-size: 11px;
        }

        .comment-ranking .comment-ranking-inner a {
            text-decoration: none;
        }

            .comment-ranking .comment-ranking-inner a:hover {
                text-decoration: underline;
            }

        .comment-ranking .comment-ranking-inner i.fa {
            top: 2px;
            color: #bbb;
            font-size: 18px;
            position: relative;
        }

/*ThinkCMF Photos*/
ul.tc-photos {
    margin: 0;
}

.tc-photos li {
    display: inline;
}

    .tc-photos li a {
        text-decoration: none;
    }

    .tc-photos li img {
        opacity: 0.6;
        width: 50px;
        height: 50px;
        margin: 0 2px 8px;
        border: 1px solid #ddd;
    }

        .tc-photos li img:hover {
            opacity: 1;
            border: 1px solid #f90;
            /* box-shadow: 0 0 0 1px #f90; */
        }

/**/

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}

    .posts .dl-horizontal dt {
        width: 60px;
        float: left;
    }

        .posts .dl-horizontal dt .img-wraper {
            display: block;
            width: 55px;
            height: 55px;
            padding: 1px;
            margin-top: 2px;
            border: solid 1px #ddd;
        }

        .posts .dl-horizontal dt img {
            width: 100%;
            height: 100%;
            /* width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd; */
        }

    .posts .dl-horizontal dd {
        margin-left: 70px;
    }

        .posts .dl-horizontal dd p {
            margin: 0;
        }

        .posts .dl-horizontal dd a {
            font-size: 14px;
            line-height: 16px !important;
        }

            .posts .dl-horizontal dd a:hover {
                text-decoration: none;
            }

    .posts .dl-horizontal:hover dt img,
    .posts .dl-horizontal:hover dd a {
        color: #FC9B0B;
        border-color: #FC9B0B !important;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-end {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-pack-around {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.bg-theme {
    background-color: #286cec;
}

.three-c {
    color: #333;
}

.six-c {
    color: #666;
}

.nine-c {
    color: #999;
}

.white-c {
    color: #fff;
}

.theme-c {
    color: #286cec;
}

.f-18 {
    font-size: 18px;
}

.f-16 {
    font-size: 16px;
}

.f-20 {
    font-size: 20px;
}

.f-14 {
    font-size: 14px;
}

.f-23 {
    font-size: 20px;
}

.f-22 {
    font-size: 22px;
}

.f-24 {
    font-size: 24px;
}

.f-26 {
    font-size: 26px;
}

.f-28 {
    font-size: 28px;
}

.f-12 {
    font-size: 12px
}

.f-30 {
    font-size: 34px;
    font-weight: bold;
}

.f-34 {
    font-size: 34px;
}

.f-34-bold {
    font-size: 34px;
    font-weight: bold
}

.f-36 {
    font-size: 36px;
}

.f-32 {
    font-size: 32px;
}

.f-40 {
    font-size: 40px;
}

.f-50 {
    font-size: 50px;
}

.f-70 {
    font-size: 70px;
}

.f-80 {
    font-size: 80px;
}

.f-120 {
    font-size: 120px;
}

.f-bold {
    font-weight: bold;
}

.margin-tten {
    margin-top: 10px;
}

.margin-ttwo {
    margin-top: 20px;
}

.subtitle-mg {
    margin-top: 26px;
}

.margin-tthree {
    margin-top: 30px;
}

.margin-tsix {
    margin-top: 60px;
}

.margin-tfive {
    margin-top: 50px;
}

.margin-tfour {
    margin-top: 40px;
}

.margin-smbfive {
    margin-bottom: 5px;
}

.margin-bten {
    margin-bottom: 10px;
}

.margin-btwo {
    margin-bottom: 20px
}

.margin-bfive {
    margin-bottom: 50px;
}

.margin-bseven {
    margin-bottom: 70px;
}

.content-margint {
    margin-top: 70px;
}

.margin-zero {
    margin: 0;
}

.padding-ten {
    padding: 10px;
}

.display-block {
    display: block;
}

.text-over {
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gray-bg {
    background-color: #fbfbfb;
    padding: 80px 10px 80px
}

.white-bg {
    background-color: #fff;
    padding: 80px 10px 80px
}

a:hover {
    text-decoration: none;
}

.core-staff, .staff-avatar {
    transition: .5s;
    -webkit-transition: .5s
}

    .core-staff:hover {
        box-shadow: rgba(0,0,0,.1) 0px 0px 20px 5px;
    }

        .core-staff:hover .staff-avatar {
            top: -50px;
        }
/*妗堜緥涓績*/
.case-type {
    font-size: 16px;
    color: #333;
    cursor: pointer;
    padding: 4px 18px;
}

.case-type-active {
    color: #286cec
}

.case-container {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 auto;
}

.case-div {
    border: 1px solid #e2e2e2;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.case-div-item {
    padding: 0 20px;
}

.item-title {
    height: 50px;
}

    .item-title .case-h4 {
        color: #4B4235;
        font-size: 18px;
    }

    .item-title .case-p {
        font-size: 13px;
        color: #929292;
        text-align: right;
    }

    .item-title .case-h4, .case-p {
        width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0;
        line-height: 50px;
    }

.item-arow {
    padding: 5px 0;
    color: #929292
}

    .item-arow .arow-icon {
        float: right
    }

.case-img {
    width: 100%;
    overflow: hidden;
    min-height: 150px;
}

    .case-img img {
        transition: .8s;
        width: 100%;
    }
/*.case-div:hover .case-img img{transform: scale(1.1);}*/

.case-div:hover .abscase2 {
    bottom: 0;
}

.abscase2 {
    position: absolute;
    bottom: -150px;
    left: 0;
    width: 100%;
    height: 150px;
    transition: all .3s ease;
    flex-direction: column;
    background: #fff;
    border-bottom: 4px solid #2389ed;
}

    .abscase2 p.flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 50px;
        padding: 0 20px;
    }

        .abscase2 p.flex span:nth-of-type(1) {
            font-size: 1.3em;
        }

        .abscase2 p.flex span:nth-of-type(2) {
            background: #f1f1f1;
            padding: 4px 10px;
            border-radius: 3px;
            font-size: 12px;
            height: 30px;
            line-height: 30px;
            padding: 0 5px;
        }

    .abscase2 p {
        background: #fff;
    }

        .abscase2 p.casedetail {
            padding-bottom: 2px;
            line-height: 24px;
        }

        .abscase2 p.introduct-detail {
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            display: -webkit-box !important;
            -webkit-line-clamp: 4 !important;
            -webkit-box-orient: vertical !important;
            height: 80px;
            padding: 0 20px;
            line-height: 20px;
            margin: 0;
        }

/*21閬撳伐搴�*/
.process-intros {
    flex-wrap: wrap;
    padding: 30px 100px
}

    .process-intros div {
        width: 23%;
        margin: 1%;
        height: 170px;
        position: relative
    }

        .process-intros div a {
            transition: .5s;
            -webkit-transition: .5s;
            width: 100%;
            height: 100%;
            padding: 20px;
            position: absolute;
            top: 0;
            left: 0;
            background: #fff;
            border-radius: 15px;
            z-index: 99;
        }

        .process-intros div:hover a {
            top: -4px;
            left: -4px;
            box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
            background-color: #286cec;
        }

            .process-intros div:hover a h2 {
                color: #fff
            }

            .process-intros div:hover a h4 {
                color: #fff
            }

            .process-intros div:hover a p {
                color: #fff
            }

        .process-intros div a h2 {
            font-weight: bold;
            margin-bottom: 5px;
            font-size: 35px;
            letter-spacing: -3px;
            color: #000
        }

        .process-intros div a h4 {
            font-weight: bold;
            margin-bottom: 8px;
            color: #333
        }

        .process-intros div a p {
            color: #a8a8a8;
            margin-bottom: 0;
            font-size: 14px;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
/*鏍稿績浜哄憳*/
.core-staff {
    transition: .5s;
    margin-top: 50px;
    height: 360px;
    width: 100%;
    background: #fff;
    padding: 20px;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center
}

    .core-staff .staff-avatar {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        position: absolute;
        top: -40px;
    }

    .core-staff:hover {
        box-shadow: rgba(0,0,0,.1) 0px 0px 20px 5px;
    }

.staff-detail {
    margin-top: 40px;
    width: 100%
}

    .staff-detail h3 {
        text-align: center
    }

    .staff-detail .staff-content {
        text-align: justify;
        width: 100%;
        color: #929292;
        overflow: hidden;
        height: 200px;
        word-wrap: break-word;
    }

    .staff-detail .staff-name {
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 20px
    }

.newcore {
    max-width: 1360px;
    margin: 0 auto;
    height: 400px;
    overflow: hidden;
    position: relative
}

    .newcore .newcore-swiper {
        min-width: 1360px;
        position: absolute;
        left: 0;
    }

        .newcore .newcore-swiper .newcore-swiper-item {
            width: 300px;
            float: left;
            margin: 0 20px;
        }

.coreswiper-right, .coreswiper-left {
    font-size: 22px;
    z-index: 9;
    width: 2em;
    height: 2em;
    background-color: #fff;
    color: #111;
    border-radius: 50%;
}

.coreswiper-left {
    position: absolute;
    top: 380px;
    left: -20px
}

.coreswiper-right {
    position: absolute;
    top: 380px;
    right: -20px
}
/*.glyphico{opacity: 1}*/

/*鍝佺墝鏍囪瘑鍔ㄧ敾*/
/*.brand{transition: ease-in .5s;padding:20px 30px;overflow: hidden;*/
/*background: linear-gradient(0, #ffbe00 2px, #ffbe00 2px) no-repeat,*/
/*linear-gradient(-90deg, #ffbe00 2px, #ffbe00 2px) no-repeat,*/
/*linear-gradient(-180deg, #ffbe00 2px, #ffbe00 2px) no-repeat,*/
/*linear-gradient(-270deg, #ffbe00 2px, #ffbe00 2px) no-repeat;*/
/*background-size: 0 2px, 2px 0, 0 2px, 2px 0;*/
/*background-position: left top, right top, right bottom, left bottom;}*/
/*.brand:hover {*/
/*background-size: 100% 2px,  2px 100%, 100% 2px, 2px 100%;*/
/*}*/
.cooprates-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #e2e2e2
}

.cooprates-item-parent {
    width: 18%;
    margin: 1%;
}

.cooprates-item img {
    width: 100%;
    height: 100%;
    transtion: .5s;
    -webkit-transition: .5s
}

.cooprates-item:hover {
    box-shadow: rgba(0,0,0,.1) 0px 0px 20px 5px;
    border: 1px solid #e2e2e2
}
/*.cooprates-item:hover img{transform:scale(1.1);}*/
/*娣＄伆*/
.qiangray {
    color: #fbfbfb !important;
}

.zhongwhite {
    color: #fff !important;
}

.english-leter {
    letter-spacing: -1px
}

.gradient-text-one {
    background-image: -webkit-linear-gradient(left,#FE761F,yellow);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text-two {
    background-image: -webkit-linear-gradient(bottom,#FE761F,yellow);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a {
    outline: none
}

    a:focus {
        outline: none
    }

.f-bold {
    font-weight: bold
}

.line1d5 {
    line-height: 1.5
}

.margint7 {
    margin-top: 70px
}

.f-size30 {
    font-size: 30px
}

.text-white {
    color: #fff
}

.padding-zero {
    padding: 0
}

.width100 {
    width: 100%
}

h4.text-center {
    font-size: 19px !important;
    margin-top: 16px !important;
    margin-bottom: 10px !important;
    font-weight: bold !important;
}

.onenum {
    position: absolute;
    bottom: 0;
    height: 100px;
    background: rgba(46,12,169,.5);
    color: #fff;
    width: 100%
}

.onecontent {
    position: absolute;
}

.onenum .container .onenum-item {
    width: 20%;
    text-align: center;
    height: 100px
}

    .onenum .container .onenum-item h1 {
        font-size: 40px;
        font-weight: bold
    }

    .onenum .container .onenum-item p {
        font-size: 24px;
        margin-bottom: 0
    }

/*鏂囩珷璇︽儏鐨勬牱寮�*/
.hot-artical {
    margin-top: 20px;
    background-color: #fff;
    min-height: 150px;
    box-shadow: rgba(0,0,0,.1) 0px 0px 20px 5px;
}

    .hot-artical .hot-title {
        padding: 10px;
        border-bottom: 3px solid #f5f5f5;
        font-size: 24px;
    }

.artical-list {
    padding: 0 10px 20px 10px;
}

    .artical-list .artical-list-item {
        margin: 10px 0;
        cursor: pointer
    }

        .artical-list .artical-list-item img {
            width: 15px
        }

        .artical-list .artical-list-item p {
            color: #5B5B5B;
            font-size: 14px;
            margin-bottom: 0;
            width: 93%;
            margin-left: 2%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.artical-list-item:hover p {
    color: #FFBA00
}

.recomand-lists {
    padding: 15px 15px 40px 15px
}

    .recomand-lists .recomand-img {
        width: 100%;
        margin-bottom: 20px
    }

.page-num {
    margin-top: 50px
}

.tc-main {
    margin-bottom: 20px
}

.artical-title {
    margin-top: 10px
}

.your-address {
    font-size: 14px;
    color: #545454;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}

.artical-abstract {
    margin-bottom: 25px;
    background-color: #F5F7F8;
    padding: 15px 0;
}

    .artical-abstract div {
        text-indent: 25px;
        min-height: 25px;
        max-height: 50px;
        line-height: 25px;
        overflow: hidden;
        padding: 0 8px;
        text-align: justify
    }

.detail-banner {
    width: 100%;
    max-height: 300px;
    overflow: hidden
}

    .detail-banner img {
        width: 100%
    }

.bannertop {
    width: 100%;
}

    .bannertop img {
        width: 100%;
        cursor: pointer;
    }

.artical-titile {
    margin: 25px 0
}

.article-infobox {
    font-size: 12px;
    color: #545454;
    margin-bottom: 25px;
}

.artical-source {
    color: #333
}

.goprev, .go-index {
    color: #202020
}

    .goprev:hover, .go-index:hover {
        color: #FFBA00
    }

.marketing-apply-item {
    width: 100%;
    height: 24rem;
    margin-bottom: 8%;
    overflow: hidden
}

    .marketing-apply-item img {
        width: 100%;
        min-height: 24rem;
    }

.animated-contaniner {
    width: 100%;
    text-align: center;
}

/* 鎺ㄨ崘鏍囩 */
.recomand-tips .recomand-tip {
    display: inline-block;
    padding: 5px 10px;
    background-color: #eeeeee;
    color: #666;
    border-radius: 4px;
    font-size: 12px;
    margin: 5px;
}

/*娉ㄥ唽灏忕▼搴�*/
.register-wx {
    padding: 60px 0;
    text-align: center;
}

.btn-regis-wx {
    border: 1px solid #fff;
    padding: 14px 40px;
    border-radius: 4px;
    margin-left: 40px;
}

    .btn-regis-wx:hover {
        color: #fff;
    }

.clearfix:before,
.clearfix:after {
    display: table;
    content: ""; /*涓嶇敤鏈夊唴瀹逛篃鍙互*/
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.onelist-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.twolist-hidden {
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.threelist-hidden {
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (min-width: 992px) {
    .nav-arrow-bottom_s {
        display: none;
    }

    .navbar-default .navbar-nav > .active::after {
        content: "";
        width: 100%;
        position: absolute;
        height: 3px;
        background-color: #FABE00;
        bottom: 0px;
        left: 0;
    }
    /* 椤堕儴瀵艰埅鏍峰紡 */
    .navbar-default .navbar-nav > li > a {
        color: #fff;
        text-align: center;
    }

    .navbar-default .navbar-nav > .open > a {
        color: #fff;
        background: transparent;
    }

    .menu-item-level-1, .navbar-header, .dropdown-custom-level-1 {
        padding-top: 45px !important;
    }

    .menu-item-level-1, .dropdown-custom-level-1 {
        height: 115px !important;
        padding: 0 18px;
    }

        .menu-item-level-1:hover::after, .dropdown-custom-level-1:hover::after {
            content: "";
            width: 100%;
            position: absolute;
            height: 3px;
            background-color: #FABE00;
            bottom: 0px;
            left: 0;
        }
    /* .menu-item-level-1:hover > a, .dropdown-custom-level-1:hover > a{
        color: #FABE00 !important;
    } */
    .nav-arrow-bottom {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -8px;
        display: none;
    }

    .dropdown-custom-level-1:hover .nav-arrow-bottom {
        display: block;
    }
    /* .navbar-default .navbar-nav>li>a:hover>span {
        color: #fff
    } */
}

@media (max-width: 1200px) {
    .concat-phone-box {
        display: none;
    }

    .top-nav-tip {
        display: none;
    }

    .concat-box {
        display: none;
    }

    .nav-ul {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

@media (max-width: 992px) {
    .nav-container {
        background: #fff;
    }

    .left-logo-box {
        float: none;
    }

    .nav-menu-btn {
        display: block;
    }

    .nav-list {
        float: none;
        background-color: #fff;
        display: none;
        margin: -2px -15px auto;
    }

    .nav-item-one {
        padding: 0 15px;
        float: none;
        line-height: normal;
        margin-top: 20px;
    }

    .child-nav-list {
        position: relative;
        top: auto;
        left: auto;
        padding: 0;
    }

    .child-nav-item {
        display: block;
        text-align: left;
        margin-top: 20px;
    }

    .drow-btn {
        display: block;
    }

    .navbar-default {
        background-color: #fff !important;
    }

    .child-nav-icon {
        display: none;
    }

    .menu-item-level-2 {
        display: block;
    }

    .child-nav-item-title, .child-nav-item-tip {
        color: #333;
    }

    .dropdown-menu-level-1 {
        padding: 0 0 0 20px !important;
        position: relative !important;
        top: auto !important;
        box-shadow: none;
    }

    .menu-item-level-2 {
        display: block !important;
    }
}
