/*
Theme Name: xakulian.com
Theme URI: http://www.xakulian.com
Description: XIAOKUMENDIAN
Version: 1.0
Author: xakulian.com
*/
body {
    font-family: source-han-sans-traditional, PingHei, 'PingFang SC', 'Helvetica Neue', Helvetica, STHeitiSC-Light, sans-serif;
}
body,
html {
    width: 100%;
    height: 100%;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #888;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}
.topnav {
    font-size: 14px;
}
.topnav h1{
    font-size: 14px;
    display: inline;
}

.navbar {
    height: 90px;
    padding: 20px;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    background-color: rgba(50, 50, 50, 0.65);
    border-color: transparent;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-collapse.collapse.in {
    max-height: none;
    height: 100vh;
}

.scrolled-nav {
    background-color: rgba(2, 2, 2, 0.8);
    height: 50px !important;
    padding: 0px !important;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    border-bottom: none;
    z-index: 3;
}

.scrolled-nav .topnav .navbar-header .navbar-brand,
.scrolled-nav .topnav .navbar-nav li a {
    color: #fff;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background-color: #000;
    color: #fff;
    border-radius: 4px;
}

.navbar-default .navbar-nav>li>a:focus {
    background-color: transparent;
    color: #fff;
}

.scrolled-nav .topnav .navbar-nav li a:hover,
.scrolled-nav .topnav .navbar-nav li a:focus {
    background-color: #499bee;
    color: #fff;
    border-radius: 0;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message>h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message>h3 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.content-section-a {
    padding: 70px 0 120px 0;
    background-color: #fff;
}

.content-section-b {
    padding: 50px 0 80px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    box-shadow: 4px 12px 40px 6px rgba(0,0,0,0.09);
}

.content-section-c {
    padding: 40px 0;
    background-color: #989898;
    width: 100%;
    height: 600px;
    background-image: url(./assets/images/top.jpg);
    background-size: cover;
    background-position: center;
    text-shadow: 2px 3px 5px rgb(0, 0, 0);
}

.content-section-c h1,
.info a h3 {
    color: #fff;
}

.info a h3 {
    color: #000;
    text-decoration: none;
}

.info a h3:hover {
    color: #000;
    text-decoration: none;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}
.client-section-header{
    margin: 20px 0 0 -15px;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}

#clients {
    padding: 40px 0;
    background-color: #F5F5F5;
}

.content-section-b .img-wrap {
    overflow: hidden;
}

.content-section-b .img-wrap .mask-s {
    border: none;
    position: absolute;
    width: 358px;
    height: 199px;
    margin: 0;
    padding: 0;
    top: 0;
    left: 16px;
    background-color: #000;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.hover-wave a:hover {
    text-decoration: none;
}

.hover-wave a:hover .mask-s {
    width: 360px;
    height: 200px;
    left: 15px;
    background-color: #000;
    opacity: 0.6;
}

.hover-wave a {
    overflow: hidden;
    transition: all ease-out 0.3s;
}

.hover-wave a img {
    transition: all ease-out 0.3s;
}

.hover-wave a:hover img {
    width: 358px;
    overflow: hidden;
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(./assets/images/bottom.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

.banner a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

footer {
    padding: 30px 0;
    line-height: 25px;
    background-color: #1f2d3d;
}

footer .spiner{
    color: #007aff;
    margin: 0 5px;
}

footer a{
    color: #c2c2c2;
}
footer a:hover{
    text-decoration: none;
    color: #afafaf;
}

footer p.copyright {
    color: #c2c2c2;
}

footer img {
    opacity: 0.5;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

footer img.kexin {
    filter: grayscale(0.5);
}

footer img:hover {
    cursor: pointer;
    opacity: 1;
    filter: none;
}

.banner .info {
    width: 340px;
    height: 150px;
    background: #000;
    opacity: 0.65;
    border-radius: 5px;
    padding: 40px 0;
    margin-bottom: 100px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.banner .info:hover{
    opacity: 0.85;
}

.banner .info p {
    opacity: 1;
}

.info h3 {
    color: #fff;
    font-size: 24px;
}

.info h3 i {
    margin-right: 10px;
}
h3.h3_kulian{
    font-size: 24px;
}
h3.h3_kulian::before{
    content: "";
    margin-right: 14px;
    height: 14px;
    line-height: 14px;
    border-left: 6px solid #FFC43F;
}

.info .en {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

p.copyright {
    margin: 15px 0 0;
}

.h-caption {
    text-align: center;
}

.h-caption i {
    display: block;
    font-size: 54px;
    color: #382526;
    margin-bottom: 36px;
}

.h-caption h4 {
    color: #382526;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.h-body p {
    font-size: 12px;
    font-weight: normal;
    color: #555;
    text-align: left;
}

.pt100 {
    padding-top: 100px;
}

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

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

.modal-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}
/**
* Modal
*/
.modal-pop {
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    width: 600px;
    max-width: 75rem;
    min-height: 20rem;
    padding: 1rem;
    border-radius: 3px;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.modal-pop .close-modal {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 15px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition-delay: 0.3s;
}

.modal-pop .close-modal svg {
    width: 1.75em;
    height: 1.75em;
}

.modal-pop .modal-pop-content {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition-delay: 0.3s;
}

.modal-pop.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.modal-pop.active .modal-content {
    opacity: 1;
}

.modal-pop.active .close-modal {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
    z-index: 99999999;
}

.modal-pop-content {
    font-size: 20px;
    border: none;
    box-shadow: none;
}

/* 反馈弹窗 */
#indexFeed {
    width: 500px;
    background-color: transparent;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    padding: 0 !important;
    overflow: hidden;
    z-index: 9999;
    margin: 0 auto;
    top: 15%;
}

#indexFeed .radio-custom label {
    font-weight: normal;
    font-size: 13px;
}

#indexFeed .radio-custom label:after {
    top: 7px;
    left: 5px;
}

#indexFeed .radio-custom label:before {
    width: 16px;
    height: 16px;
    top: 2px;
    border: 1px solid #9e9999;
}

#indexFeed .radio-custom input[type="radio"]:checked+label::before {
    border-width: 8px;
    border-color: #62a8ea;
}

#indexFeed .modal-header {
    background-color: #007aff;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#indexFeed .modal-header .close {
    opacity: 1;
    color: #fff;
}

#indexFeed .modal-header .close:hover {
    opacity: 0.5;
}

#indexFeed .modal-header .modal-title {
    color: #fff;
}

#indexFeed .modal-dialog {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    transition: all 1s;
    -webkit-transition: all 1s;
}

#indexFeed .met-feedback {
    padding: 0;
}

#indexFeed .met-feedback .met-feedback-body {
    padding: 0;
}

.modal-open {
    overflow-x: hidden;
    overflow-y: visible;
    padding-right: 0px !important;
}

.block1 li {
    margin-bottom: 80px;
}

#aboutusDiv {
    padding: 120px 15px;
}

.icon_box {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.block1 .icon_box {
    position: absolute;
    display: block;
    left: -40px;
    top: -20px;
    width: 100%;
    height: 100%;
    min-height: 150px;
    min-width: 200px;
    max-width: 350px;
    border-radius: 4px;
}

.block1 li .icon_box::before,
.block1 li .icon_box::after {
    position: absolute;
    top: 20px;
    right: -20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.block1 li .icon_box::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.block1 li .icon_box::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.block1 li:hover .icon_box::before,
.block1 li:hover .icon_box::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
    z-index: 99;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;

}

.swiper-container-clients {
    padding: 0 120px;
}

.roll-client-img {
    width: 90%;
    background-color: #fff;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin: 20px auto;
}

.swiper-slide p {
    padding-bottom: 40px;
}

.img-div {
    padding: 0;
    border-radius: 3px;
    overflow: hidden;
    margin: 10px 0 20px 0;
}

.img-div img {
    width: 100%;
    -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;
}

.img-div img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.85;
}

.swiper-slide h3,
.swiper-slide h4 {
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.swiper-slide h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 220px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 110px);
}

.swiper-slide h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #18d26e;
    bottom: 0;
    left: calc(50% - 20px);
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background-color: #1bd271;
    outline: none;
}

#qr-code-img {
    width: 300px;
    margin: 40px;
}

.foot-links li a{
    text-decoration: none;
}

.btn-blur{
    white-space: nowrap;
    font-size: 18px;
    line-height: 60px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    background: #007dfc;
    cursor: pointer;
    text-align: center;
    padding: 0 35px 0 40px;
    opacity: 1;
    transform-origin: 50% 50% 0;
    transition: background-color .2s ease-out;
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0 30px 0;
}
.btn-blur:hover{
    background: #1287ff;
}

.online{position:fixed;right:14px;top:61%;transform:translateY(-50%);z-index:999}
.online li{margin:10px 0;width:30px;height:30px;position:relative}
.online li a{text-decoration:none;}
.onlineIco{float:right;display:block;text-align:center;width:38px;height:38px;border-radius:8px;background:#b5b5b5;color:#fff;overflow:hidden;transition:all .2s ease-in 0s}
.onlineIco i{width:38px;height:38px;line-height:38px;font-size:14px;text-align:center;margin-right:5px;}
.onlineCon{font-size:16px;font-weight:700;color:#fff;line-height:14px;display:inline}
.onlineIco:hover{color:#fff;background:#4096ee;width:120px}
.onlineIcoTel:hover{width:180px}
.onlineIco:focus{color:#fff}
.onlineIco:hover i{text-align:right;width:auto}
.online li.online_top .onlineIco{background:#4096ee}

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

/**/
@media (min-width: 320px) and (max-width: 480px) {
    .online {
        right: 8px;
        top: 60%;
    }
    .onlineIco {
        width: 28px;
        height: 28px;
    }
    .online li {
        margin: 4px 0;
        width: 28px;
        height: 28px;
    }
    .onlineIco:hover {
        width: 100px;
    }
    .onlineIco i {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 10px;
        text-align: center;
        margin-right: 5px;
    }
    .onlineCon {
        font-size: 14px;
    }
    .copyrights{
        display: block;
    }
    .box {
        margin: 20px 0;
    }
    #qr-code-img {
        width: 86%;
        margin: 7%;
    }
    .modal-pop.active {
        margin: 10%;
    }
    /* smartphones, iPhone, portrait 480x320 phones */
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar {
        height: 50px;
        padding: 0px;
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #d9edf7;
    }
    .navbar-default a.navbar-brand {
        color: #f3f3f3;
        font-size: 14px;
    }
    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.85);
    }
    .scrolled-nav .topnav .navbar-nav li a {
        color: #fff;
        padding: 20px 0 20px 40px;
    }

    .content-section-c h1 {
        font-size: 24px;
        margin: 5px;
    }

    .info h3 {
        font-size: 15px;
        color: #fff;
    }

    .info .en {
        font-size: 13px;
    }

    .pt100 {
        padding-top: 70px;
        padding-left: 25px;
    }
    #workflow{
        border-top: 1px solid #eee;
        padding: 30px 0 50px 0;
    }
    #workflow .item{
        margin: 20px 0;
    }

    .block1,
    .block2 {
        padding: 0;
    }

    .aboutusimg {
        width: 100%;
    }

    #contact .info {
        width: 100%;
        height: 200px;
        opacity: 0.9;
        padding-top: 60px;
        margin: 20px 0;
        font-size: 16px;
    }

    .block1 li {
        margin-bottom: 10px;
    }

    .content-section-c {
        height: 600px;
        padding: 0 0 0 20px;
    }

    #aboutusDiv {
        padding: 70px 20px 50px 20px;
    }

    .banner {
        padding: 40px 0;
    }

    .banner .info {
        width: auto;
        margin-bottom: 40px;
    }

    .block1 .icon_box {
        left: -20px;
        top: -10px;
        min-height: 110px;
        min-width: 360px;
    }

    #indexFeed .modal-dialog {
        width: 98%;
        margin-top: 20%;
        margin-left: 1%;
    }

    footer {
        padding: 30px 0 40px 0;
    }
}
#showDataForm .form-group input{
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}
#showDataForm .form-group textarea{
    line-height: 23px;
    font-size: 16px;
}
#showDataForm .form-group .btn-primary{
    height: 55px;
    background-color: #007dfc;
}
#showDataForm .form-group{
    margin-bottom: 20px;
}
@media (min-width:481px) {

    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    .aboutusimg {
        width: 100%;
    }
}

@media (min-width:641px) {

    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .aboutusimg {
        width: 100%;
    }
}

@media (min-width:961px) {

    /* tablet, landscape iPad, lo-res laptops ands desktops */
    .aboutusimg {
        width: 100%;
    }
}

/**/

@media (min-width: 641px) and (max-width: 960px) {

    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .banner .info {
        width: auto;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    #indexFeed {
        width: 98%;
        right: 0;
        top: 20px;
        bottom: 0;
    }
}

@media (max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message>h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons>li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}