@import url('https://hwcdn.gkk.cn/Public/static/css/fonts.css');
* {font-family: '思源黑体-medium', FontAwesome !important;}

.swiper-container {
    margin-top: 80px;
}
.swiper-button-prev{
    background-image: url("/img/venubox/prev.gif");
}
.swiper-button-next{
    background-image: url("/img/venubox/next.gif");
}
.swiper-banner .swiper-container .swiper-slide img{
    width: 100%;
}
.bottom-img{
    background-image: url("/img/slider/banner-bottom.png");
}
.banner-btm{
    width: 100%;
    background: rgba(44,45,56,0.8);
    color: #fff;
    z-index: 99;
    padding: 10px 0;
}
.banner-btm .banner-btm-title{
    margin-bottom: 5px;
    font-size: 16px;
    color: #fff;
}
.banner-btm .banner-btm-des{
    font-size: 14px;
    color: #999;
}
.banner-btm {
    margin: 0;
}
.mkdes{
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 32px;
    margin: 20px 0 30px;
}
.platform-des div>img{
    width: 75px;
    height: 75px;

}
.platform-des div p{
    font-size: 16px;
    font-weight: bolder;
    color: #666;
    margin-top: 10px;
}
.hover-text{
    position: absolute;
    top: 0;
    left: 0;
    color: #3DA9DF;
    font-weight: 500;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 32px;
    opacity: 0;
}
.hover-text>.text{
    position: relative;
    top: 30%;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.picture-hover-text:hover .hover-text{
    opacity: 1;
    transition: .5s;
}

.c-nav{
    margin-bottom: 20px;
    font-size: 16px;
}
.c-nav .active{
    position: relative;
}
.c-nav .active a{
    color: #3DA9DF;
}
.c-nav .active img{
    display: block;
}
.c-nav li{
    display: inline-block;
    margin: 0 10px;
    color: #333;
    cursor: pointer;
}
.c-nav li img{
    display: none;
    position: absolute;
    width: 6px;
    height: 4px;
    left: 0;
    right: 0;
    top: 35px;
    margin: auto;
}

.table2 {font-size: 14px;border: 1px solid red;}
.table2 tr td{padding: 5px;}
.table2 tr:first-child {text-align: center;font-weight: bolder;}
.table2 tr:nth-child(1) td{background-color: #FF6565;}
.table2 tr:nth-child(even){background-color: #EAEAEA;}

.service-warp>div>div{
    border: 1px solid #ccc;
    padding: 15px;
    /*background-color: red;*/
}
.service-warp>div>div .title{
    font-size: 16px;
    font-weight: bold;
}
.service-warp>div>div .des{
    font-size: 16px;
    color: #666;
}

.contact-two .contact-title{
    font-size: 24px;
    font-weight: 600;
    color: #121212;
}
.contact-two .text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    color: #6c6c6c;
}
.contact-two .contact-info {
    margin-top: 25px;
}
.contact-two .contact-info li {
    font-size: 20px;
    color: #6c6c6c;
    margin-top: 8px;
}
.contact-two .contact-info li i {
    margin-right: 5px;
    color: #121212;
}
.form-input label {
    font-size: 12px;
    line-height: 18px;
    color: #6c6c6c;
    margin-bottom: 8px;
    display: inline-block;
}
.form-input .input-items {
    position: relative;
}
.form-input .input-items input, .form-input .input-items textarea {
    width: 100%;
    height: 44px;
    border: 2px solid #a4a4a4;
    padding-left: 44px;
    padding-right: 12px;
    position: relative;
    font-size: 16px;
    color: #6c6c6c;
}
.form-input .input-items i {
    position: absolute;
    top: 11px;
    left: 13px;
    font-size: 20px;
    z-index: 9;
    color: #6c6c6c;
}
.form-input .input-items input{
    outline: #3DA9DF;
}
.form-input .input-items input:focus, .form-input .input-items textarea:focus {
    border-color: #3DA9DF
}
.rounded-buttons .rounded-three {
    overflow: hidden;
    line-height: 52px;
    background-color: #3DA9DF;
    background-size: 200% auto;
    color: #fff;
    border: 0;
    transition: all .1s ease-out 0s;
}
.rounded-buttons .main-btn {
    border-radius: 50px;
}

/*  footer  */
.footer-area-bottom {
    background: #ffffff none repeat scroll 0 0;
    padding: 15px 0 23px;
}
.copyright-text a:hover {
    text-decoration: underline;
    color: #3EC1D5;
}
.copyright-text a {
    color: #444;
}
.copyright>p {
    font-size: 16px;
    line-height: 25px;
    color: #6c6c6c;
    margin: 0;
}
.copyright a, .credits a {
    color: #3EC1D5;
}
.credits {
    padding-top: 5px;
    text-align: center;
}

@media (max-width: 768px) {
    .header .menu{
        width: 100%;
    }
    .header .logo{
        display: block;
    }
    .navbar-toggler{
        position: relative;
        float: right;
        margin: 29px 15px 29px 0;
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: none;
        outline: none;
    }
    .logo .navbar-toggler .toggler-icon {
        background-color: #3EC1D5;
        width: 30px;
        height: 3px;
    }
    .navbar-toggler .toggler-icon{
        display: block;
        border-radius: 1px;
    }
    .navbar-toggler .toggler-icon+.toggler-icon{
        margin-top: 4px;
    }
    .header .tags{
        background-color: #252525;
        padding: 0;
        margin-top: 0;
        width: 100%;
    }
    .header .tags li{
        float: none;
        width: 100%;
        height: 40px;
        line-height: 40px;
        position: relative;
    }
    .header .tags li a{
        color: #fff;
    }
}
