@font-face {
    font-family: DIN-Medium;
    src: url('../font/DIN-Medium.otf')
}

/*@font-face
{font-family: DINPro-Bold;
src: url('DINPro-Bold.otf')}*/
body,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea,
table,
div,
ul,
li,
a,
input,
select {
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: inherit;
}

img {
    border: 0;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    font-family: "microsoft yahei";
}

:focus {
    outline: none !important;
    border-color: inherit;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

h3,
h4,
h5,
h6 {
    font-weight: normal;
}

em,
i {
    font-style: normal;
}

* {
    box-sizing: border-box;
    font-family: "microsoft yahei";
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
    -webkit-appearance: none;
}

input[type="button"] {
    border: none;
}

textarea {
    -webkit-appearance: none;
}

.auto {
    width: 1200px;
    margin: 0 auto;
}

:hover {
    transition: all .2s;
}

.img_hover_wrap {
    overflow: hidden;
}

.img_hover {
    transition: all .3s;
}

.img_hover:hover {
    transform: scale(1.05, 1.05);
}

.img_traslate {
    transition: all .3s;
}

.img_traslate:hover {
    transform: translateY(-10px);
}

.img_rotate {
    transition: all .3s;
}

.img_rotate:hover {
    transform: rotate(-360deg);
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.img {
    width: 100%;
    display: block;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ele {
    position: relative;
}

.ele:before,
.ele:after {
    content: '';
    position: absolute;
    display: block;
}

.ipt {
    display: block;
    border: none;
}

.ipt_button {
    cursor: pointer;
}

.item_scale .icon {
    transition: all .3s;
}

.item_scale:hover .icon {
    transform: scale(1.05, 1.05);
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

/*å¤´éƒ¨*/
.head {
    padding: 10px 0;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 100;
}

.head+div {
    margin-top: 80px;
}

.hd_logo {}

.hd_logo .img {
    width: auto;
    height: 60px;
}

.hd_nav {
    padding: 10px 0;
}

.hd_nav li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 15px;
    color: #333;
    border-bottom: 2px solid transparent;
    line-height: 40px;
    margin: 0 10px;
    transition: all 0s;
}

.hd_nav li.cur,
.hd_nav li:hover {
    color: #009dce;
    border-bottom-color: #009dce;
}

.hd_nav li a {
    display: block;
}


/*å…¬å¸ç®€ä»‹*/
.about_tit {
    font-size: 38px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.about_tit span {
    display: block;
    font-size: 20px;
    margin-top: 1%;
}

.about_brand {
    padding: 90px 0 20px;
}

.about_brand .imgbox {
    width: 46%;
}

.about_brand .info {
    width: 46%;
    margin-left: 3%;
}

.about_brand .info .about_tit {
    text-align: left;
}

.about_brand .info .txt {
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    margin-top: 35px;
    width: auto;
    height: auto;
    text-align: initial;
    display: block;
    background-color: transparent;
}

.about_idea {
    padding: 55px 0 20px;
}

.about_idea .detail {
    margin-top: 35px;
    background: #f8f8f8;
    padding: 35px 0;
}

.about_idea .txt {
    font-size: 16px;
    color: #f36161;
    line-height: 36px;
    height: auto;
    text-align: initial;
    display: block;
    background-color: transparent;
    width: auto;
}

.about_course {
    padding: 55px 0 100px;
}

.about_course .detail {
    margin-top: 30px;
    position: relative;
}

.about_course .detail:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
}

.about_course .detail .row {
    padding: 25px 0;
    position: relative;
}

.about_course .detail .row .circle {
    position: absolute;
    left: 50%;
    top: 38px;
    background: url(../image/about_03.png) no-repeat center;
    background-size: contain;
    width: 13px;
    height: 13px;
    display: block;
    margin-left: -6px;
    z-index: 10;
}

.about_course .detail li {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 38px;
    width: 50%;
}

.about_course .detail li.odd {
    float: left;
    text-align: right;
    padding-right: 30px;
}

.about_course .detail li.even {
    float: right;
    text-align: left;
    padding-left: 30px;
}

.about_course .detail li:hover {
    color: #f36161;
}

.about_course .detail li:hover .circle {
    background: url(../image/about_03-1.png) no-repeat center;
    background-size: contain;
}

.about_partner {
    background: #f8f8f8;
    padding: 95px 0 65px;
}

.about_partner .detail {
    margin-top: 50px;
    margin-left: -40px;
}

.about_partner .item {
    /*width: 250px;
    height: 120px;
    margin-left: 40px;*/
    float: left;
    margin: 10px 0;
    width: calc(100% / 4 - 2%);
    margin: 1%;
}

.about_partner .owl-buttons {
    display: none;
}

.about_partner .owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    margin: 0 6px;
    opacity: 1;
    background: #b8c3cc;
}

.about_partner .owl-theme .owl-controls .owl-page.active span {
    width: 30px;
    border-radius: 3px;
    background: #f36161;
}

.about_partner .item:hover {
    box-shadow: 0 0 10px #ddd;
}

.about_partner .owl-carousel {}

.about_partner .owl-carousel .hang {
    width: 100%;
    overflow: hidden;
}

/*.about_partner .owl-carousel .owl-wrapper-outer {
    padding: 0 10px;
    width: 100%;
}

.about_partner .owl-carousel .owl-wrapper,
.about_partner .owl-carousel .owl-item,
.about_partner .owl-carousel .owl-item .hang{
    width: 100% !important;
}

.about_partner .owl-carousel .owl-item .hang .item{
    float: left;
    width: calc(100% / 3);
}*/

.about_bottom {
    padding: 50px 0;
    background: url(../image/about_16.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.about_bottom:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.about_bottom .wrap {
    padding: 0 20px;
    position: relative;
}

.about_bottom .title {
    font-size: 38px;
    color: #fff;
    font-weight: bold;
}

.about_bottom .txt {
    margin-top: 25px;
    height: auto;
    text-align: initial;
    display: block;
    background-color: transparent;
    width: auto;
}

.about_bottom .txt p {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    position: relative;
    padding-left: 25px;
}

.about_bottom .txt p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}


.footer {
    background: #1b252e;
}

.ft_top {
    padding: 55px 0 30px;
    font-size: 0;
}

.ft_top li {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    width: 25%;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 26px;
    padding-left: 35px;
    line-height: 26px;
}

.ft_top li.address {
    background-image: url(../image/ft_01.png);
}

.ft_top li.tel {
    background-image: url(../image/ft_02.png);
}

.ft_top li.time {
    background-image: url(../image/ft_03.png);
}

.ft_top li.email {
    background-image: url(../image/ft_04.png);
}

.ft_bottom {
    padding: 25px 0;
    border-top: 1px solid #2b353e;
    text-align: center;
}

.ft_menu {
    margin-bottom: 5px;
}

.ft_menu .lk {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    line-height: 30px;
}

.ft_menu .lk:hover {
    color: #fff;
}

.ft_bottom .fz {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    line-height: 30px;
}

.ft_bottom .fz a {
    margin-right: 10px;
}

.ft_bottom .fz a:hover {
    color: #fff;
}

.gotop {
    background: url(../image/ft_05.png) no-repeat center;
    background-size: cover;
    width: 36px;
    height: 36px;
    display: block;
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 100;
}

/*æœåŠ¡èŒƒå›´*/
.service_advan {
    padding: 60px 0;
}

.service_advan .titbox {}

.service_advan .titbox .tit {
    font-size: 28px;
    color: #212121;
    text-transform: uppercase;
    font-family: helvetica;
}

.service_advan .titbox .fz {
    font-size: 18px;
    color: #999999;
    margin-top: 5px;
}

.service_advan .detail {
    margin-top: 15px;
    background: url(../image/service2.jpg) no-repeat center;
    background-size: cover;
    padding: 25px 30px 25px 30px;
    border-radius: 10px;
}

.service_advan .detail .title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.service_advan .detail .txt {
    margin-top: 15px;
    height: auto;
    text-align: initial;
    display: block;
    background-color: transparent;
    width: auto;
}

.service_advan .detail .txt p {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.service_advan .detail .txt p:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #f14444;
    background: #fff;
    display: block;
    left: 0;
    top: 10px;
}

.service_brand {
    padding: 55px 0 100px;
    background: #f8f8f8;
}

.service_brand .detail {
    margin-top: 50px;
}

.service_brand .info {
    width: 45%;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    padding-top: 15px;
}

.service_brand .imgbox {
    width: 48%;
}

.service_det {
    padding: 70px 0 75px;
}

.service_det .list {
    margin-left: -5%;
    margin-top: 20px;
}

.service_det .list .item {
    padding: 25px 0;
    width: 20%;
    margin-left: 5%;
    float: left;
}

.service_det .list .top {
    position: relative;
}

.service_det .list .num {
    font-size: 18px;
    color: #333333;
    /*position:absolute;left: 0;top: 0;*/
    font-family: 'DIN-Medium';
}

.service_det .list .en {
    font-size: 18px;
    color: rgba(51, 51, 51, .1);
    text-transform: uppercase;
    font-family: 'DIN-Medium';
    margin-top: 5px;
}

.service_det .list .title {
    font-size: 24px;
    color: #333333;
    margin-top: 15px;
}

.service_det .list .line {
    display: block;
    width: 100%;
    height: 1px;
    background: #cccccc;
    margin-top: 20px;
}

.service_cata {
    background: url(../image/service1.jpg) no-repeat left center;
    background-size: cover;
    padding: 50px 0;
}

.service_cata .list {
    margin-top: 10px;
}

.service_cata .list .item {
    width: 20%;
    text-align: center;
    float: left;
    padding: 30px 0;
}

.service_cata .list .icon {
    width: 70px;
}

.service_cata .list .title {
    font-size: 20px;
    color: #333333;
    margin-top: 15px;
}

.ser_button {
    display: block;
    font-size: 18px;
    color: #fff;
    width: 185px;
    line-height: 60px;
    text-align: center;
    background: #009dce;
    border-radius: 29px;
    margin: 25px auto 0;
}

.ser_button:hover {
    background: #d31919;
}

.service_case {
    padding: 75px 0;
}

.service_case .detail {
    margin-top: 35px;
    padding-bottom: 20px;
}

.service_case .detail .txt {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 25px;
    padding: 0 25px;
    height: auto;
    text-align: initial;
    display: block;
    background-color: transparent;
    width: auto;
}

.service_case .detail .title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    color: #000;
    font-size: 18px;
}

.service_case .detail .desc {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-top: 10px;
}

.pc_show {
    display: block;
}

.sp_show {
    display: none;
}

.pad_show {
    display: none;
}

.poster-main {
    position: relative;
    width: 900px;
    height: 270px
}

.poster-main a,
.poster-main img {
    display: block;
}

.poster-main .poster-list {
    width: 900px;
    height: 270px;
}

.poster-main .poster-list .poster-item {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 1 !important;
}

.poster-main .poster-btn {
    position: absolute;
    /*height: 100%;width:100px;*/
    top: 50%;
    z-index: 10;
    opacity: 1;
    width: 23px !important;
    height: 40px !important;
    margin-top: -20px;
    cursor: pointer;
}

.poster-main .poster-prev-btn {
    left: 0px;
    background: url("../image/service_27.png") no-repeat center;
    left: -50px;
}

.poster-main .poster-next-btn {
    right: 0px;
    background: url("../image/service_28.png") no-repeat center;
    right: -50px;
}

.poster-main .poster-prev-btn:hover {
    background: url("../image/service_27-1.png") no-repeat center;
}

.poster-main .poster-next-btn:hover {
    background: url("../image/service_28-1.png") no-repeat center;
}





.service_course {
    background: #f8f8f8;
    position: relative;
}

.service_course .about_tit {
    text-align: left;
}

.service_course .detail {
    width: 58%;
    padding: 45px 0 35px 0;
}

.service_course .list {
    margin-top: 25px;
}

.service_course .column {
    width: 44%;
}

.service_course .item {
    padding: 15px 20px 15px 30px;
    position: relative;
}

.service_course .item .icon {
    width: 52px;
    margin-right: 18px;
    float: left;
}

.service_course .item .info {
    line-height: 52px;
}

.service_course .item .title {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
}

.service_course .item:after {
    content: '';
    position: absolute;
    right: 0;
    width: 5px;
    height: 5px;
    background: #009dce;
    border-radius: 50%;
    display: block;
    top: 50%;
    margin-top: -3px;
}

.service_course .item .title i {
    color: #009dce;
    margin-right: 7px;
}

.service_course .item .fz {
    font-size: 14px;
    color: #fff;
    display: none;
    margin-top: 5px;
}

.service_course .pic {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    max-width: 40%;
}

.service_course .item:hover {
    background: #009dce;
}

.service_course .item:hover .info {
    line-height: initial;
}

.service_course .item:hover .title {
    color: #fff;
}

.service_course .item:hover .title i {
    color: #fff;
}

.service_course .item:hover .fz {
    display: block;
}

.service_course .icon_hide {
    display: none;
}

.service_course .item:hover .icon_hide {
    display: block;
}

.service_course .item:hover .icon_show {
    display: none;
}

.service_bottom {
    background: #2b333a;
    padding: 15px 0;
}

.service_bottom .txt {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    height: auto;
    text-align: initial;
    display: block;
    background-color: transparent;
    width: auto;
}



@media screen and (min-width:320px) and (max-width:1199px) {
    .auto {
        width: 100%;
        padding: 0 2%;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {

    /*æœåŠ¡èŒƒå›´*/
    .service_brand .info {
        padding-top: 0;
        width: 50%;
    }

    .service_course .pic {
        top: auto;
        height: auto;
    }

    .pad_show {
        display: block;
    }

    .pc_show {
        display: none;
    }

    .service_case .pad_item {
        margin: 0 5px;
    }

    .service_case .detail .title {
        font-size: 18px;
    }

    .service_case .detail .desc {
        display: none;
    }

    .service_case .detail .txt {
        bottom: 10px;
        padding: 0 15px;
    }

    .about_brand .imgbox {
        float: none;
        margin: 0 auto 20px;
    }

    .about_brand .info {
        width: 100%;
        margin-left: 0;
    }

    .about_brand .auto1 {
        padding: 0 2%;
        width: 100%;
    }

    .about_bottom .title {
        font-size: 34px;
    }


}

@media screen and (min-width:768px) and (max-width:991px) {
    .head+div {
        margin-top: 70px;
    }

    .hd_logo .img {
        height: 50px;
    }

    .hd_nav {
        padding: 5px 0;
    }

    .hd_nav li {
        padding: 0 5px;
        margin: 0 5px;
    }

    .service_advan .titbox .tit {
        font-size: 22px;
    }

    .service_advan .titbox .fz {
        font-size: 16px;
    }

    .service_advan .detail .title {
        font-size: 18px;
    }

    .service_advan .detail .txt p {
        font-size: 15px;
        margin-bottom: 0;
    }

    .service_advan .detail .txt p:before {
        width: 6px;
        height: 6px;
        top: 12px;
    }

    .about_tit {
        font-size: 26px;
    }

    .pad_show {
        display: block;
    }

    .pc_show {
        display: none;
    }

    .service_case {
        padding: 50px 0;
    }

    .service_case .pad_item {
        margin: 0 5px;
    }

    .service_case .detail .title {
        font-size: 16px;
    }

    .service_case .detail .desc {
        display: none;
    }

    .service_case .detail .txt {
        bottom: 10px;
        padding: 0 15px;
    }

    .service_case .owl-theme .owl-controls .owl-buttons div {
        display: none;
    }

    .service_case .owl-theme .owl-controls .owl-page span {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }

    .service_case .ser_button {
        width: 140px;
    }

    .service_brand {
        padding: 55px 0 50px;
    }

    .service_brand .info {
        padding-top: 0;
        width: 100%;
        float: none;
        font-size: 15px;
        line-height: 31px;
    }

    .service_brand .imgbox {
        margin-left: 15px;
    }

    .service_det .list .title {
        font-size: 18px;
    }

    .service_det .list .en {
        font-size: 16px;
    }

    .ser_button {
        width: 100%;
        line-height: 50px;
        font-size: 16px;
    }

    .service_cata {
        background: #f8f8f8;
    }

    .service_cata .list .icon {
        width: 50px;
    }

    .service_cata .list .title {
        font-size: 16px;
    }

    .service_course .detail {
        width: 100%;
    }

    .service_course .pic {
        display: none;
    }

    .service_course .column {
        float: left;
        margin-right: 4%;
    }

    .service_course .item {
        padding: 10px 20px 10px 30px;
    }

    .service_bottom .txt {
        font-size: 14px;
    }

    .ft_top {
        padding: 30px 0;
    }

    .ft_top li {
        width: 50%;
        background-size: 22px;
        padding-left: 30px;
        margin-bottom: 5px;
    }

    .about_brand {
        padding: 50px 0 20px;
    }

    .about_brand .imgbox {
        float: none;
        margin: 0 auto 20px;
        width: 80%;
    }

    .about_brand .info {
        width: 100%;
        margin-left: 0;
    }

    .about_brand .info .txt {
        font-size: 16px;
        line-height: 32px;
        margin-top: 20px;
    }

    .about_brand .auto1 {
        padding: 0 2%;
        width: 100%;
    }

    .about_course .detail .row {
        padding: 15px 0;
    }

    .about_course .detail li {
        font-size: 16px;
    }

    .about_course .detail .row .circle {
        top: 27px;
    }

    .about_partner {
        padding: 60px 0 30px;
    }

    .about_partner .item {
        width: auto;
        height: auto;
    }

    .about_partner .item img {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    .about_bottom .title {
        font-size: 22px;
    }

    .about_bottom .txt {
        margin-top: 15px;
    }

    .about_bottom .txt p {
        font-size: 14px;
        padding-left: 15px;
        line-height: 30px;
    }

    .about_bottom .txt p:before {
        width: 6px;
        height: 6px;
        top: 10px;
    }

}

@media screen and (min-width:320px) and (max-width:767px) {
    .sj_menu {
        background: url(../image/menu.png) no-repeat center;
        background-size: contain;
        width: 26px;
        height: 26px;
        position: absolute;
        right: 3%;
        top: 50%;
        margin-top: -13px;
    }

    .head+div {
        margin-top: 50px;
    }

    .head {
        padding: 5px 0;
        border-bottom: 1px solid #efefef;
    }

    .hd_logo .img {
        height: 40px;
    }

    .hd_nav {
        padding: 5px 0;
        position: absolute;
        width: 100%;
        left: 0;
        top: 51px;
        background: #fff;
        display: none;
        background: #009dce;
    }

    .hd_nav li {
        padding: 0 4%;
        margin: 0;
        display: block;
        font-size: 14px;
        line-height: 32px;
        color: #fff;
    }

    .hd_nav li.cur,
    .hd_nav li:hover {
        border: none;
        color: #333;
    }

    .service_advan {
        padding: 30px 0;
    }

    .service_advan .titbox .tit {
        font-size: 18px;
    }

    .service_advan .titbox .fz {
        font-size: 15px;
        margin-top: 0;
    }

    .service_advan .detail {
        padding: 15px 15px 15px 15px;
    }

    .service_advan .detail .title {
        font-size: 15px;
    }

    .service_advan .detail .txt {
        margin-top: 10px;
    }

    .service_advan .detail .txt p {
        font-size: 13px;
        margin-bottom: 5px;
        line-height: 22px;
        padding-left: 15px;
        text-indent: initial;
    }

    .service_advan .detail .txt p:before {
        width: 4px;
        height: 4px;
        top: 7px;
    }

    .about_tit {
        font-size: 18px;
    }

    .pad_show {
        display: block;
    }

    .pc_show {
        display: none;
    }

    .service_case {
        padding: 30px 0;
    }

    .service_case .detail {
        margin-top: 20px;
        padding-bottom: 0;
    }

    .service_case .pad_item {
        margin: 0;
    }

    .service_case .detail .title {
        font-size: 14px;
    }

    .service_case .detail .desc {
        display: none;
    }

    .service_case .detail .txt {
        bottom: 10px;
        padding: 0 15px;
    }

    .service_case .owl-theme .owl-controls .owl-buttons div {
        display: none;
    }

    .service_case .owl-theme .owl-controls .owl-page span {
        width: 8px;
        height: 8px;
        margin: 0 5px;
    }

    .service_case .ser_button {
        width: 140px;
    }

    .service_brand {
        padding: 30px 0 30px;
    }

    .service_brand .detail {
        margin-top: 20px;
    }

    .service_brand .info {
        padding-top: 0;
        width: 100%;
        float: none;
        font-size: 14px;
        line-height: 26px;
    }

    .service_brand .imgbox {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .service_det {
        padding: 30px 0;
    }

    .service_det .list .item {
        padding: 10px 0;
    }

    .service_det .list .title {
        font-size: 14px;
        margin-top: 10px;
    }

    .service_det .list .en {
        font-size: 14px;
        height: 34px;
    }

    .service_det .list .line {
        margin-top: 15px;
    }

    .ser_button {
        width: 100%;
        line-height: 35px;
        font-size: 12px;
    }

    .service_cata {
        background: #f8f8f8;
        padding: 30px 0;
    }

    .service_cata .list {
        margin-top: 10px;
    }

    .service_cata .list .item {
        padding: 10px 0;
        width: 33.3%;
    }

    .service_cata .list .icon {
        width: 30px;
    }

    .service_cata .list .title {
        font-size: 14px;
        padding: 0 5px;
        margin-top: 10px;
    }

    .service_cata .list .item:last-child {
        width: 100%;
    }

    .service_cata .list .ser_button {
        width: 120px;
        margin-top: 15px;
    }

    .service_course .about_tit {
        text-align: center;
    }

    .service_course .detail {
        width: 100%;
    }

    .service_course .pic {
        display: none;
    }

    .service_course .column {
        width: 48%;
    }

    .service_course .item {
        padding: 10px 0 10px 0;
    }

    .service_course .item .icon {
        width: 34px;
        margin-right: 15px;
    }

    .service_course .item .info {
        line-height: 34px;
    }

    .service_bottom .txt {
        font-size: 13px;
        line-height: 20px;
    }

    .service_course .item:after {
        display: none;
    }

    .service_course .item .title {
        font-size: 14px;
    }

    .service_course .item:hover {
        background: transparent;
    }

    .service_course .item:hover .fz {
        display: none;
    }

    .service_course .item:hover .icon_show {
        display: block;
    }

    .service_course .item:hover .icon_hide {
        display: none;
    }

    .service_course .item:hover .title {
        color: #333;
    }

    .service_course .item:hover .title i {
        color: #009dce;
    }

    .service_course .item:hover .info {
        line-height: 34px;
    }

    .about_course .detail li.even {
        padding-left: 15px;
    }

    .about_course .detail li.odd {
        padding-right: 15px;
    }

    .ft_top {
        padding: 20px 0 10px;
        display: none;
    }

    .ft_top li {
        width: 100%;
        background-size: 18px;
        padding-left: 30px;
        margin-bottom: 5px;
        font-size: 12px;
    }

    .ft_menu .lk {
        font-size: 12px;
        margin: 0 10px;
        line-height: 24px;
    }

    .ft_bottom {
        padding: 15px 0;
    }

    .ft_bottom .fz {
        font-size: 12px;
        line-height: 24px;
    }

    .gotop {
        bottom: 20px;
        width: 26px;
        height: 26px;
    }


    .about_brand {
        padding: 15px 0 20px;
    }

    .about_brand .imgbox {
        float: none;
        margin: 0 auto 20px;
        width: 100%;
    }

    .about_brand .info {
        width: 100%;
        margin-left: 0;
        padding-top: 10px;
    }

    .about_brand .info .txt {
        font-size: 14px;
        line-height: 26px;
        margin-top: 15px;
    }

    .about_brand .auto1 {
        padding: 0 2%;
        width: 100%;
    }

    .about_idea {
        padding: 25px 0 20px;
    }

    .about_idea .detail {
        padding: 20px 0;
        margin-top: 20px;
    }

    .about_idea .txt {
        font-size: 14px;
        line-height: 24px;
    }

    .about_course {
        padding: 20px 0 30px;
    }

    .about_course .detail .row {
        padding: 10px 0;
    }

    .about_course .detail li {
        font-size: 13px;
        line-height: 24px;
        font-weight: normal;
    }

    .about_course .detail .row .circle {
        top: 17px;
        width: 10px;
        height: 10px;
        margin-left: -5px;
    }

    .about_partner {
        padding: 60px 0 30px;
    }

    .about_partner .detail {
        margin-left: 0;
        margin-top: 20px;
    }

    .about_partner .owl-carousel .owl-wrapper-outer {
        padding: 0;
    }

    .about_partner .item {
        width: auto;
        height: auto;
    }

    .about_partner .item img {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    .about_bottom {
        padding: 30px 0;
    }

    .about_bottom .title {
        font-size: 16px;
    }

    .about_bottom .txt {
        margin-top: 15px;
    }

    .about_bottom .txt p {
        font-size: 14px;
        padding-left: 15px;
        line-height: 22px;
        margin-bottom: 3px;
    }

    .about_bottom .txt p:before {
        width: 4px;
        height: 4px;
        top: 8px;
    }

}

.inner_banner {
    position: relative;
}

.inner_banner .inner_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    background-color: rgba(0, 0, 0, .5);
    padding: 2%;
    text-align: center;
    border-radius: 6px;
}

.inner_banner .inner_txt p:nth-child(1) {
    color: #fff;
    font-size: 2rem;
    letter-spacing: 2px;
}

.inner_banner .inner_txt p:nth-child(2):before {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #fff;
    margin: 0 auto 5% auto;
}

.inner_banner .inner_txt p:nth-child(2) {
    color: #fff;
    margin-top: 6%;
    font-size: 16px;
}

.casePage .swiper-button-prev {
    background-image: url('../image/service_27-1.png');
    background-size: 10px auto;
    background-color: #eee;
    top: 60%;
    width: 38px;
}

.casePage .swiper-button-next {
    background-image: url('../image/service_28-1.png');
    background-size: 10px auto;
    background-color: #eee;
    top: 60%;
    width: 38px;
}

.newPage {}

.newPage .con {
    margin: 4% 3%;
}

.newPage .con p {
    line-height: 2 !important;
}

.contactPage {
    margin-bottom: 5%;
}

.contactPage form {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    background-color: #f8f8f8;
    padding: 3% 4%;
    box-shadow: 0 0 10px rgba(51, 51, 51, .3);
}

.contactPage .form-group {
    margin: 3% 0;
}

.contactPage label {
    font-size: 16px;
    margin-bottom: 1%;
    display: block;
}

.contactPage label span {
    display: inline-block;
    width: 40px;
    text-align: center;
    background-color: #009dce;
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
    padding: 2px 0;
}

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

    .pc_show,
    .pad_show {
        display: none !important;
    }

    .sp_show {
        display: block !important;
    }
    #fh5co-content_show .detail{
        margin-top: 10%;
    }
    .offcanvas-visible #fh5co-offcanvas{
        box-shadow: 2px 0 10px 5px rgba(0, 0, 0, .1);
    }
    #fh5co-offcanvas ul li a{
        font-size: 15px;
        padding: 8% 0 5% 2px;
    }
    .inner_banner .inner_txt{
        width: 90%;
    }
    .inner_banner .inner_txt p:nth-child(1){
        font-size: 18px;
    }
    .inner_banner .inner_txt p:nth-child(2){
        font-size: 14px;
    }
    .inner_banner{
        height: 300px;
        overflow: hidden;
    }
    .inner_banner img{
        width: auto;
        height: 100%;
        max-width: initial;
    }
}