﻿/* CSS Document */
a:hover {
    text-decoration: none;
    color:#FF681F;
}

.list-style-flower {
    list-style: none;
}

    .list-style-flower li:before {
        content: "\2606";
        margin-right: 5px;
        color: #1e88e5; /*#b91d7c;*/
    }

.list-style-circle {
    list-style: circle !important;
}



/*header nav*/
ul.navbar-nav li {
    margin: 0 6px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    /*padding-right: 1.1em;
    padding-left: 1.1em;*/
    letter-spacing: 1px;
    color: #000;
}
    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #FF681F;
    }


.dropdown:hover > .dropdown-menu {
    margin-top:0px;
    display: block;
}

    .dropdown:hover > .dropdown-menu .dropdown-item:hover {
        color:#FF681F;
    }

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

li.nav-item.active {
    border-bottom: 2px solid #b91d7c;
    background: #e7e9ea;
}

.zmacp-nav {
    display:none;
}


.carousel-caption {
    top: 10em;
    z-index: 10;
    text-align: center;
    width: 74%;
    margin: 0 auto;
}

    .carousel-caption h2,
    .carousel-caption h3 {
        font-family: 'Noto Serif SC', serif, "Microsoft YaHei";
        font-weight: 700;
        font-size: 4em;
        letter-spacing: 2px;
        line-height: 1.4em;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    }

/* Declare heights because of positioning of img element */
    .carousel-item {
    height: 40em;
    background-color: #777;
}

    .carousel-item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 40rem;
    }

/*--/slider--*/

.carousel-item {
    background: -webkit-linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/Content/images/bannar/banner1.jpg) no-repeat;
    background: -moz-linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/Content/images/bannar/banner1.jpg) no-repeat;
    background: -ms-linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/Content/images/bannar/banner1.jpg) no-repeat;
    background: linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/Content/images/bannar/banner1.jpg) no-repeat;
    background-size: cover;
}

    .carousel-item.item2 {
        background: -webkit-linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/Content/images/bannar/banner2.jpg) no-repeat;
        background: -moz-linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/Content/images/bannar/banner2.jpg) no-repeat;
        background: -ms-linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/Content/images/bannar/banner2.jpg) no-repeat;
        background: linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/Content/images/bannar/banner2.jpg) no-repeat;
        background-size: cover;
    }

    .carousel-item.item3 {
        background: -webkit-linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/Content/images/bannar/banner3.jpg) no-repeat;
        background: -moz-linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/Content/images/bannar/banner3.jpg) no-repeat;
        background: -ms-linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/Content/images/bannar/banner3.jpg) no-repeat;
        background: linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/Content/images/bannar/banner3.jpg) no-repeat;
        background-size: cover;
    }

    .carousel-item.item4 {
        background: -webkit-linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/Content/images/bannar/banner5.jpg) no-repeat;
        background: -moz-linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/Content/images/bannar/banner5.jpg) no-repeat;
        background: -ms-linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/Content/images/bannar/banner5.jpg) no-repeat;
        background: linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/Content/images/bannar/banner5.jpg) no-repeat;
        background-size: cover;
    }

/*----introduce------*/
.introduce {
    margin-top:50px !important;
}

/*--advantage --*/
.advantage {
    padding: 6em 0;
}

.bg-hui {
    background-color: #f4f6f8;
}

.inner-sec-w3layouts-agileinfo {
    margin-top: 4em;
}

.bottom-sub-grid {
    text-align: center;
    margin: 0 auto;
}

.bt-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #FF892A; /*#03cce6*/
    text-align: center;
    margin: 0 auto;
}

/*
.bottom-sub-grid span {
    font-size: 2em;
    line-height: 3em;
    color: #fff;
    border-color: rgba(173, 173, 173, 0.45);
}*/

.bottom-sub-grid:hover a.btn.btn-secondary.view {
    background: #03cce6;
}

a.btn.btn-secondary.view {
    background: #333;
    color: #fff;
    margin-top: 2em;
    font-size: 0.9em;
    padding: 0.8em 1.5em;
}

.modal-body.video iframe {
    border: none;
    width: 100%;
    min-height: 250px;
}

h5#exampleModalLabel {
    font-size: 1.2em;
}

h4.sub-tittle_w3ls {
    font-size: 1.2em;
    color: #333;
    letter-spacing: 1px;
    margin: 1em 0;
}

/*--//advantage end--*/


/*-- stats counter begin --*/
.stats-counter {
    text-align: center;
    border: 1px solid rgba(49, 48, 48, 0.18);
    padding: 3em 0 0.5em 0;
}

    .stats-counter p {
        font-family: sans-serif;
        font-size: 3em;
        font-weight: 100;
        letter-spacing: 1px;
        color: #fff;
        padding-top: 15px;
        margin:0px;
    }

    .stats-counter h4 {
        font-size: 2em;
        font-weight: 100;
        color: #f7f7f7;
        letter-spacing: 1px;
    }

    .stats-counter i {
        font-size: 3em;
        color: rgba(255, 255, 255, 1);
        margin: 0;
    }

    .stats-counter .bd ul li {
        line-height: 20px !important;
    }

.mycounter {
    text-align: center;
    padding: 2em 0 0.5em 0;
}
    .mycounter p {
        font-family: sans-serif;
        font-size: 4em;
        font-weight: bold;
        letter-spacing: 1px;
        margin: 0px;
    }

    .mycounter h4 {
        font-size: 1.5em;
        font-weight: 100;
        color: #333;
        letter-spacing: 1px;
    }

/*-- /services --*/

.services {
    padding: 6em 0;
}

.icon_info {
    padding: 0.5em 1em;
    border: 3px solid #f5f5f5;
    background-color: #f5f5f5;
    transition: all 0.3s ease-out 0s;
}

    .icon_info h5 {
        font-size: 1.5em;
        color: #333;
        margin: 1em 0;
        font-weight: 600;
    }

.grid_info_main {
    margin-top: 1em;
}

    .grid_info_main i {
        font-size: 1.5em;
        color: #FF892A;
    }


/*-- //services --*/

/*----产品层叠图片滚动----*/

.imageflow {
    overflow: hidden;
    position: relative;
    text-align: left;
    visibility: hidden;
    width: 100%;
    margin: 0 auto
}

    .imageflow img {
        border: none;
        position: absolute;
        top: 0px;
        visibility: hidden;
        -ms-interpolation-mode: bicubic;
        -webkit-box-shadow: 2px 2px 2px 2px hsla(0,0%,0%,0.1);
        box-shadow: 2px 2px 2px 2px hsla(0,0%,0%,0.1);
    }

    .imageflow p {
        margin: 0 auto;
        text-align: center
    }

    .imageflow .loading {
        border: 1px solid #ccc;
        height: 15px;
        left: 0%;
        margin-left: -106px;
        padding: 5px;
        position: relative;
        visibility: visible;
        width: 200px
    }

    .imageflow .loading_bar {
        background: #ccc;
        height: 15px;
        visibility: visible;
        width: 1%
    }

    .imageflow .caption {
        font-weight: bold;
        position: relative;
        text-align: center;
        z-index: 10000
    }

    .imageflow .scrollbar {
        border-bottom: 1px solid #b3b3b3;
        position: relative;
        visibility: hidden;
        z-index: 10001;
        height: 1px
    }

    .imageflow .slider {
        background-image: url("/Content/images/report/1.png");
        background-repeat: no-repeat;
        height: 14px;
        margin: -6px 0 0 -7px;
        position: absolute;
        width: 14px;
        z-index: 10002
    }

    .imageflow .images {
        overflow: hidden;
        white-space: nowrap
    }

    .imageflow .button {
        cursor: pointer;
        height: 17px;
        position: relative;
        width: 17px
    }

    .imageflow .previous {
        background: url(/Content/Images/Index/button_left.png) top left no-repeat;
        float: left;
        margin: -7px 0 0 -30px
    }

    .imageflow .next {
        background: url(/Content/Images/Index/button_right.png) top left no-repeat;
        float: right;
        margin: -7px -30px 0 30px
    }

/*-------------------------*/

.style-grids_main {
    margin: 0;
}

.style-image-2 {
    background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(/Content/images/banner2.jpg) no-repeat;
    background-size: cover;
    min-height: 600px;
}

    .style-image-2.second {
        background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(/Content/images/banner5.jpg) no-repeat;
        background-size: cover;
        min-height: 600px;
    }

.grid_sec_info {
    padding: 8em 6em 6em 6em;
    background: #f5f5f5;
}

.style-grid-2-text_info p {
    margin: 2em 0;
}

.grid_sec_info h3 {
    font-size: 1.6em;
    line-height: 1.6em;
}

/*--footer--*/

.footer {
    padding: 1em 0 6em 0;
    border-top:1px solid #e0e0e0;
}

    .footer h3,
    .footer h2 {
        font-size: 1.3em;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }


.newsletter .email {
    background-color: #F4F4F4;
    border: none;
}

.flickr-grid {
    float: left;
    width: 32%;
    margin: 0 0.1em .2em;
}

    .flickr-grid a img {
        width: 100%;
        padding: 0.3em;
        border: 1px solid #333333;
    }

.newsletter .email {
    outline: none;
    padding: 13px 15px;
    color: #fff;
    font-size: 14px;
    width: 80%;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid #2d2d2d;
}

.newsletter {
    position: relative;
    margin-top: 2em;
}

button.btn1 {
    color: #fff;
    border: none;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    background: #03cce6;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    cursor: pointer;
    width: 20%;
}

/*--//footer--*/

/*--about--*/

.banner-inner {
    background: -webkit-linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/Content/images/tower.jpg) no-repeat;
    background: -moz-linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/Content/images/tower.jpg) no-repeat;
    background: -ms-linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/Content/images/tower.jpg) no-repeat;
    background: linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/Content/images/tower.jpg) no-repeat;
    background-size: cover;
    min-height: 150px;
}

.banner-career {
    background: -webkit-linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/Content/images/career.jpg) no-repeat;
    background: -moz-linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/Content/images/career.jpg) no-repeat;
    background: -ms-linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/Content/images/career.jpg) no-repeat;
    background: linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/Content/images/career.jpg) no-repeat;
    background-size:cover;
    min-height: 150px;
}

.font-major-title {
    font-size: 50px !important;
}

.font-career-title {
    font-size: 40px !important;
    text-shadow: #0382e3 2px 0 0,#0382e3 0 2px 0,#0382e3 -2px 0 0,#0382e3 0 -2px 0;
    -webkit-text-shadow: #0382e3 2px 0 0,#0382e3 0 2px 0,#0382e3 -2px 0 0,#0382e3 0 -2px 0;
    -moz-text-shadow: #0382e3 2px 0 0,#0382e3 0 2px 0,#0382e3 -2px 0 0,#0382e3 0 -2px 0;
    *filter: Glow(color=#0382e3, strength=1);
}

.breadcrumb {
    border-radius:0px!important;
}

li.breadcrumb-item {
    font-size: 0.9em;
    letter-spacing: 1px;
}

    li.breadcrumb-item a {
        color: #333;
    }

.breadcrumb-item.active {
    color: #1e88e5;
}


p.ab-para {
    margin: 2em 0 3em 0;
}

.test-btn {
    display: none;
}
/*--//about--*/

@media(max-width:800px) {
    .stats-counter p {
        font-size: 2.3em;
    }
}

@media(max-width:768px) {
    .news-right h4,
    .ab_info h4 {
        font-size: 1.7em;
    }
}

@media(max-width:640px) {
    .stats-counter {
        text-align: center;
        float: left;
        width: 100%;
    }

        
}

/*--responsive--*/

@media(max-width:1440px) {
    .services {
        padding: 6em 0 0 0;
    }
}

@media(max-width:1366px) {
    .carousel-item {
        height: 36em;
    }

    .carousel-caption {
        top: 7em;
        width: 59%;
    }

        .carousel-caption h2,
        .carousel-caption h3 {
            font-size: 3.5em;
            letter-spacing: 2px;
        }

    .style-image-2,
    .style-image-2.second {
        min-height: 530px;
    }
}

@media(max-width:1280px) {
    .advantage,
    .services {
        padding: 5em 0;
    }

    .inner-sec-w3layouts-agileinfo {
        margin-top: 3.5em;
    }

    .banner-inner, .banner-career {
        min-height: 180px;
    }

    ul.navbar-nav li {
        margin: 0 4px;
    }

    .style-image-2,
    .style-image-2.second {
        min-height: 488px;
    }

    .grid_sec_info {
        padding: 6em 4em 4em 4em;
    }
}

@media(max-width:1080px) {
    .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: 0.5em;
        padding-left: 0.5em;
        letter-spacing: 1px;
    }

    .carousel-item {
        height: 32em;
    }

    button.btn.btn-primary.play {
        width: 80px;
        height: 80px;
    }

    .carousel-indicators li {
        display: inline-block;
        max-width: 16px;
        height: 16px;
    }

    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 2.8em;
        letter-spacing: 2px;
    }

    .carousel-indicators {
        bottom: 11%;
        left: 0%;
        cursor: pointer;
    }

    .carousel-caption {
        top: 6em;
        width: 65%;
    }

    .stats-counter p {
        font-size: 2.5em;
        line-height: 1.6em;
    }


    .grid_sec_info h3 {
        font-size: 1.4em;
        line-height: 1.6em;
    }

    .inner-sec-w3layouts-agileinfo {
        margin-top: 3em;
    }

    h3.tittle_w3ls {
        font-size: 2.8em;
    }


    .proj_gallery_grid1_pos h3 {
        font-size: 1em;
    }
}

@media(max-width:1024px) {
    .advantage,
    .services {
        padding: 4em 0;
    }

    a.navbar-brand {
        font-size: 1.8em;
    }


    .style-image-2,
    .style-image-2.second {
        min-height: 457px;
    }

    .proj_gallery_grid1_pos p {
        letter-spacing: 1px;
        font-size: 12px;
    }

    .error-404 form {
        margin: 0 auto 2em;
        width: 50%;
    }

    .grid_sec_info {
        padding: 4em 2em 2em 2em;
    }
}

@media(max-width:991px) {
    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 3em;
        letter-spacing: 1px;
    }

    .navbar-toggler {
        margin-top: 7px;
        cursor: pointer;
    }

    a.navbar-brand {
        font-size: 1.8em;
        width: 50%;
    }
}

@media(max-width:900px) {
    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 2em;
        letter-spacing: 1px;
    }

    .carousel-item {
        height: 24em;
    }

    .carousel-caption {
        top: 4em;
        width: 72%;
    }

    .style-image-2,
    .style-image-2.second {
        min-height: 415px;
    }

    .test_social_pos {
        position: absolute;
        top: 0%;
        right: 28%;
    }

    .zmacp-nav {
        display:block;
        margin-bottom:0;
    }
    .banner-inner, .banner-career {
        display: none;
    }
}

@media(max-width:800px) {
    .dropdown > .dropdown-toggle:active {
        pointer-events: auto;
    }

    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 2.5em;
        letter-spacing: 1px;
    }
    
    .testimonials_grid p {
        width: 100%;
        margin: 1em auto 0;
    }

    .test-btn {
        display:block;
    }
    .footerh5 {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    body {
        font-size: 16px;
    }

    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 2em;
        letter-spacing: 1px;
    }
    .font-career-title, .font-major-title {
        font-size: 40px !important;
        padding-top: 40px !important;
    }

    .copyrighttop,
    .copyrightbottom {
        float: none;
        text-align: center;
    }

    .copyrightbottom {
        margin-top: 0.6em;
    }

    .bottom-sub-grid {
        margin: 1em 0;
    }
}

@media(max-width:767px) {
    .advantage,
    .services {
        padding: 3em 0;
    }


    .inner-sec-w3layouts-agileinfo {
        margin-top: 2em;
    }

    .test_social_pos {
        position: absolute;
        top: 0%;
        right: 23%;
    }

    h3.tittle_w3ls {
        font-size: 2.7em;
    }
}

@media(max-width:736px) {
    .carousel-caption {
        top: 3em;
        width: 74%;
    }

    .carousel-indicators li {
        margin: 0 6px;
    }

    .carousel-indicators li {
        display: inline-block;
        max-width: 14px;
        height: 14px;
    }

    .banner-inner, .banner-career {
        min-height: 130px;
    }
}

@media(max-width:667px) {
    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 1.6em;
        letter-spacing: 1px;
    }

    .carousel-item {
        height: 20em;
    }

    .carousel-indicators {
        bottom: 11%;
        left: 4%;
        cursor: pointer;
    }

    .font-career-title, .font-major-title {
        font-size: 35px !important;

    }

    .stats-counter {
        padding: 2em 0em;
    }
        .stats-counter .bd ul li {
            line-height: 1.5rem !important;
        }

    .footer h3,
    .footer h2 {
        font-size: 1.2em;
        margin-top:20px;
    }
}

@media(max-width:640px) {
    .carousel-caption {
        top: 3em;
        width: 77%;
    }

    h3.tittle_w3ls {
        font-size: 2.5em;
    }

    .section_1_gallery_grid {
        margin-top: 0em;
        margin-bottom: 0.6em;
    }
}

@media(max-width:600px) {

    h3.tittle_w3ls {
        font-size: 2.2em;
    }

    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 2.4em;
        letter-spacing: 1px;
    }

    .carousel-caption {
        top: 7em;
    }

}

@media(max-width:568px) {
    .carousel-item {
        height: 17em;
    }

    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 1.2em;
        letter-spacing: 1px;
    }

    button.btn.btn-primary.play {
        width: 60px;
        height: 60px;
    }

    .carousel-caption {
        top: 3em;
        width: 72%;
    }

    .carousel-indicators {
        bottom: 11%;
        left: 8%;
        cursor: pointer;
    }

    .introduce {
        margin-top: 20px !important;
    }

    h3.tittle_w3ls {
        font-size: 2em;
    }


    .grid_sec_info h3 {
        font-size: 1.2em;
        line-height: 1.6em;
    }

    .testimonials_grid {
        margin: 0 auto;
        width: 90%;
    }

    .test_social_pos {
        position: absolute;
        top: 0%;
        right: 15%;
    }

    .bg-header-img2 h1 {
        font-size:26px !important;
    }
}

@media(max-width:480px) {
    body {
        font-size:14px;
    }
    .carousel-item {
        height: 15em;
    }

    .carousel-caption {
        top: 2em;
    }

        .carousel-caption h2,
        .carousel-caption h3 {
            font-size: 1.2em;
            letter-spacing: 1px;
        }


    h4.sub-tittle_w3ls, .icon_info h5 {
        font-size: 1.1em;
    }

    .advantage h3, .services h3 {
        font-size: 32px !important;
    }

    .stats-counter {
        padding: 20px 0px;
    }

    .stats-counter h4 {
        font-size: 1.5rem;
    }

    .font-career-title, .font-major-title {
        font-size: 32px !important;
    }

    .login-box {
        padding-top: 1.5em;
        padding-bottom: 5em;
    }

    .footer {
        padding: 1em 0;
    }

    .advantage,
    .services {
        padding: 2.5em 0;
    }

    .style-image-2,
    .style-image-2.second {
        min-height: 280px;
    }

    .bg-faded {
        padding: 1em 0.8em;
    }

    .footerh5 {
        margin-bottom: 160px;
    }

}

@media(max-width:440px) {

    .bg-header-cyan h1 {
        font-size:1.8em !important;
    
    }
    .bg-header-cyan p {
        font-size:1.2em !important;
    }
    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 1.6em;
        letter-spacing: 1px;
    }

    .carousel-caption {
        top: 2em;
        width: 75%;
    }
}

@media(max-width:414px) {
    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 1em;
        letter-spacing: 1px;
    }

    .carousel-item {
        height: 13em;
    }
    
    .introduce .w-430 {
        width: 400px !important;
        margin: 0 auto !important;
        padding-bottom: 20px !important;
    }
        .introduce .w-430 span {
            width: 195px !important;
        }

    .stats-counter p {
        font-size: 1.8rem;
    }

    .bd ul li {
        font-size: 0.85rem;
        line-height: 1rem !important;
    }

    h3.tittle_w3ls {
        font-size: 1.8em;
    }

    .carousel-indicators li {
        display: inline-block;
        max-width: 11px;
        height: 11px;
    }

    .carousel-indicators {
        bottom: 11%;
        left: 5%;
        cursor: pointer;
    }
}

@media(max-width:384px) {
    .carousel-item {
        height: 12em;
    }

    .carousel-caption {
        top: 1.6em;
    }

    .bd ul li {
        font-size: 0.85rem;
        line-height: 1rem !important;
    }

    a.navbar-brand {
        font-size: 1.6em;
        width: 50%;
    }

    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 1em;
        letter-spacing: 1px;
    }

    .nav-link {
        display: block;
        padding: 0.5em 1em;
        font-size: 0.9em;
    }

    .testimonials_grid h3 {
        font-size: 1em;
    }
}

@media(max-width:375px) {
    .carousel-item {
        height: 11em;
    }

    .advantage, .services {
        padding: 3em 0;
    }

    .carousel-caption {
        top: 1em;
        width: 75%;
    }

    .introduce p {
        font-size: 16px !important;
    }

    .introduce .w-430 {
        width: 375px !important;
        margin: 0 auto !important;
        padding-bottom: 20px !important;
    }

        .introduce .w-430 span {
            width: 175px !important;
        }
        

    .stats-counter h4 {
        font-size: 1.4rem;
    }


    .font-career-title,.font-major-title {
        font-size: 26px !important;
    }

    .bd ul li {
        font-size: 0.78rem;
        line-height: 1rem !important;
    }

    .search input[type="search"] {
        width: 62%;
    }

    h3.tittle_w3ls {
        font-size: 1.6em;
    }

    .grid_sec_info h3 {
        font-size: 1em;
        line-height: 1.6em;
    }

    .footer h3, .footer h2 {
        font-size: 1.1em;
    }
}

@media(max-width:360px) {

    .introduce p {
        font-size: 16px !important;
    }

    .introduce .w-430 {
        width: 350px !important;
        margin: 0 auto !important;
        padding-bottom: 20px !important;
    }

        .introduce .w-430 span {
            width: 170px !important;
        }

        
}

@media(max-width:320px) {
    .carousel-item {
        height: 10em;
    }

    .carousel-caption {
        top: 0.8em;
    }

        .carousel-caption h2, .carousel-caption h3 {
            font-size: 0.8em;
            letter-spacing: 1px;
        }
    
    .stats-counter h4 {
        font-size: 1.2rem;
    }
    .font-major-title, .font-career-title {
        font-size: 24px !important;
    }
    .introduce p {
        font-size: 14px !important;
    }

    .introduce .w-430 {
        width: 320px !important;
        margin: 0 auto !important;
        padding-bottom: 20px !important;
    }

        .introduce .w-430 span {
            width: 150px !important;
        }

        

    .bd ul li {
        font-size: 0.65rem;
        line-height: 1rem !important;
    }

    h3.tittle_w3ls {
        font-size: 1.4em;
    }

    h4.sub-tittle_w3ls, .icon_info h5 {
        font-size: 1em;
    }

    p {
        margin: 0;
        font-size: 0.845em;
    }
}

/*--//responsive--*/

/*==================  Hexagon  ======================*/
.hexagon {
    display: inline-block;
    position: relative;
    padding: 45px 0;
    margin-bottom: 20px;
    /* background: #000; */
}

    .hexagon .inner {
        vertical-align: middle;
        display: table-cell;
        width: 150px;
        height: 87px;
        border-left: 1px solid #b91d7c;
        border-right: 1px solid #b91d7c;
    }

    .hexagon:before, .hexagon:after {
        content: '';
        position: absolute;
        top: 45px;
        left: 0;
        width: 150px;
        height: 87px;
        -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        border-right: 1px solid #b91d7c;
        border-left: 1px solid #b91d7c;
    }

    .hexagon:after {
        -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        -o-transform: rotate(-60deg);
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }

    .hexagon .inner .fal {
        text-align: center;
        font-size: 50px;
        width: 100%;
        color: #b91d7c;
    }

.service-box {
    margin: 25px 0 36px;
    text-align: center;
}

    .service-box .pull-left {
        margin-right: 20px;
    }

        .service-box .pull-left > i {
            font-size: 54px;
            height: 67px;
            line-height: 64px;
            text-align: center;
            width: 64px;
            color: #05BA8E;
            transition: background-color 400ms, background-color 400ms;
            position: relative;
        }

    .service-box:hover .pull-left > i {
        color: #121D29;
    }

.feature-wrap {
    margin-top: 20px;
    max-width: 275px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

    .feature-wrap i:before {
        transform: rotate(45deg);
    }

    .feature-wrap i {
        background-color: #FF681F;
        width: 50px;
        height: 50px;
        border-radius: 15px 100% 15px 0;
        color: #fff;
        font-size: 30px;
        padding-top: 13px;
        padding-left: 10px;
        transform: rotate(-45deg);
        text-align: left;
    }

    .feature-wrap p {
        margin-top: 30px;
        letter-spacing: 0.3px;
        font-size: 16px;
        line-height: 2.2;
        color: #FF681F;
    }

    .feature-wrap a {
        color: #444;
        font-weight: 600;
        display: inline-block;
        line-height: 20px;
        margin-top: 30px;
        text-transform: uppercase;
        font-size: 15px;
        margin-bottom: 15px;
    }

/*-----------------------------------------------登录--------------------------------------------------------*/
.login-page {
    background: url(/Content/images/login-register.jpg) center center no-repeat #d2d6de;
    background-size: cover;
    height: 100%;
    width: 100%;
    
}

.login-box {
    width: 380px;
    margin: 5% auto;
}

.login-box-body {
    background: rgba(255, 255, 255, 1);
    padding: 20px 20px 10px;
    border-top: 0;
    color: #67757c;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(169, 169, 169, .14), 0 3px 1px -2px rgba(169, 169, 169, .2), 0 1px 5px 0 rgba(169, 169, 169, .12);
}

    .login-box-body .zmacp-tabs {
        margin-left: 40px;
    }

.career-option {
    width: 130px;
}

    .btn-tip-purple .lbl {
        font-family: 'Microsoft YaHei' !important;
        color: #333 !important;
        font-weight: 500 !important;
    }

.subject-option {
    width: 130px;
}

#myForm h4 {
    font-weight: bolder !important;
    font-size: 16px !important;
}

@media (max-width:767px) {
    .login-box {
        width:90%;
    }


}
@media (min-width:414px) and (max-width:768px) {

    .career-option {
        width: 150px;
    }

    .subject-option {
        width: 150px;
    }

}
@media (max-width:375px) {
    .register-ruler {
        font-size: 14px;
    }
    .login-box-body .zmacp-tabs {
        margin-left: 30px;
    }


}
@media (max-width:320px) {
    .register-ruler {
        font-size: 12.8px;
    }
        .register-ruler .pull-right {
            padding-top:3px;
        }
    .login-box-body .zmacp-tabs {
        margin-left: 3px;
    }
}

.cercle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #FF892A; /*#03cce6*/
    text-align: center;
    margin: 0 auto;
}

