/* 当设备小于768px时，footer的高度为以下css */


/* 修改container的最大度为1280 */

@media screen and ( min-width: 1280) {
    .container {
        width: 1280px;
    }
}

.header-top {
    width: 100%;
    height: 108px;
    background-color: #fff;
    border-bottom: 1px solid #f9f9f9;
    line-height: 108px;
    font-weight: 300;
}

.logo-top {
    display: block;
    width: 100%;
    height: 80px;
}


/* 设定top按钮的样式 */

.btn-1 {
    background: #fff;
    color: #7c6aa6;
    border: 1px solid #7c6aa6;
    transition: .5s;
}

.btn-1:hover {
    background: #7c6aa6;
    color: #fff;
    border-color: #7c6aa6;
}

.ico-1 {
    float: left;
    width: 215px;
}


/* 给三个小图标定位 */

.icon-1 {
    font-size: 24px;
    color: #7c6aa6;
    display: inline-block;
    position: absolute;
    top: 53px;
    left: -20px;
    margin: auto 0;
    height: 45px;
}

.icon-2 {
    font-size: 24px;
    color: #7c6aa6;
    display: inline-block;
    position: absolute;
    top: 53px;
    left: -35px;
    margin: auto 0;
    height: 45px;
}

.icon-3 {
    font-size: 24px;
    color: #7c6aa6;
    display: inline-block;
    position: absolute;
    top: 53px;
    left: -35px;
    margin: auto 0;
    height: 45px;
}

.ico-1 strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    height: 24px;
}

.ico-1 span {
    display: block;
    font-size: 12px;
    color: #969696;
    font-weight: normal;
    height: 19px;
    text-align: left;
}

.ico-email {
    position: relative;
    left: 25px;
}

.ico-address {
    position: relative;
    right: -25px;
    height: 100px;
}

.ico-address span {
    position: relative;
    top: -85px;
}

.ico-address a {
    font-weight: 600;
    color: #333;
    text-decoration: none;
}


/* nav */

.nav-logo {
    padding: 0;
    margin-bottom: 10px;
}


/* .fix-top {
    position: fixed;
    z-index: 9999;
    right: 0;
    left: 0;
} */


/* 导航栏的li */

.nav-menu li {
    display: block;
    padding-left: 36px;
    padding-right: 36px;
    font-size: 16px;
    height: 60px;
    background-color: #fff;
    transition: ease .5s;
}

.nav-menu li>a {
    color: #333 !important;
}

.nav-menu li:hover {
    background-color: #e7e7e7;
}

.nav-1 {
    /* padding-top: 20px;
    padding-bottom: 20px; */
    position: sticky;
    z-index: 9999;
    top: 0;
    height: 62px;
    margin-bottom: 0;
    box-shadow: 0 5px 10px -5px #aaaaaa;
    background-color: #fff;
    opacity: 0.9;
    transition: all .4s;
}

.nav-menu li>a {
    display: block;
    margin-top: 5px;
}


/* banner图 */

.banner {
    width: 100%;
    margin-top: 0px;
}

.item-1 {
    width: 100%;
}

.time {
    padding-left: 0;
    padding-right: 0;
}

.banner-btn {
    margin-bottom: 30px;
}


/* content */

.con-1 {
    margin-top: 40px;
}

.conten-1 h3 {
    font-size: 30px;
    font-weight: 200;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.conten-1 p {
    font-size: 15px;
    color: #9b9b9b;
    line-height: 32px;
    text-align: center;
    margin: 30px auto;
}


/* server页面按钮跳转到QQ */

.server-btn-a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.server-btn-a:hover {
    text-decoration: none;
    color: #fff;
}


/* server页面按钮跳转到QQ结束 */


/* .conten-1 span {
    display: block;
    background-color: #fff;
    position: absolute;
    top: 75px;
    right: 43%;
} */

.boxx {
    padding: 15px;
}

.boxx a {
    text-decoration: none;
    color: #333;
}

.box-1 {
    display: block;
    height: 340px;
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    transition: .5s;
    text-align: center;
    box-shadow: 0 10px 20px 0 rgba(37, 39, 95, 0.06);
}

.box-1:hover {
    box-shadow: 0 10px 20px 0 rgba(37, 39, 95, 0.26);
}

.box-1 img {
    transition: all .5s;
}

.box-1 img:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px #e2e2e2;
}

.box-1 h2 {
    font-size: 20px;
    color: #9c9c9c;
}

.box-1 p {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    width: 90%;
    margin: 10px auto;
    color: #9c9c9c;
}

.boximg-2 {
    /* border-radius: 50%; */
    width: 150px;
    height: 120px;
    overflow: hidden;
    text-align: center;
    margin: auto;
}

.boximg-2 img {
    display: block;
    width: 100px;
    height: 100px;
    transition: all .5s;
    margin: auto;
}

.boximg-2 img:hover {
    transform: scale(1.1);
}

.box-2 h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
}

.box-2 {
    height: 250px;
}


/* 新增的about-p，indext页面下面关于我们 */

.about-p {
    line-height: 25px;
    padding: 0 100px;
}


/* jionus */

.joinus {
    width: 100%;
    background: url("../images/promo_banner_bg_01.jpg") center no-repeat;
    height: 411px;
    padding: 0;
    margin: 0;
}

.con-2 {
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
}

.con-2 h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin-top: 100px;
}

.con-2 p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 70px;
}


/* contact */

.contact {
    background: url("../images/pattern-light.png");
    width: 100%;
    height: 480px;
    padding: 40px;
}

.container-centent {
    height: 480px;
}

.contact-a {
    padding: 20px;
}

.con-card {
    height: 360px;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
    padding-top: 100px;
}

.con-card .card-title {
    font-size: 20px;
    color: #333;
}

.con-card p {
    font-size: 16px;
    color: #969696;
    text-align: center;
}

.con-ico {
    width: 100%;
    height: 100px;
    margin: auto;
}


/* footer */

.footer {
    width: 100%;
    height: 300px;
    background: #394654;
    color: #fff;
}

.footer-a {
    text-decoration: none;
    color: #fff;
}

.footer-a:hover {
    color: #fff;
}

.pack {
    padding: 20px;
}

.about-us {
    margin-top: 20px;
    height: 262px;
}

.service {
    margin-top: 20px;
    height: 262px;
}

.about-us strong {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.service strong {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.about-us p {
    line-height: 25px;
}

.service a {
    display: block;
    height: 30px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin: 10px 0;
    color: #fff;
}

.service span {
    display: block;
    height: 30px;
    margin: 10px 0;
}

.service span:before {
    vertical-align: middle;
    padding-right: 20px;
    font-size: 12px;
}

.service a>i::before {
    vertical-align: middle;
    font-size: 12px;
    float: right;
    margin-left: 180px;
}

.bgcimg {
    height: 200px;
    background: url("../images/backgroudimg.png") no-repeat;
    margin-top: 0x;
}

.bgcimg .about-title {
    height: 200px;
}

.bgcimg h1 {
    margin: 80px 0;
    color: #fff;
}

.guild-title {
    height: 50px;
    text-align: left;
}

.guild {
    border-bottom: 1px solid #e7e7e7;
}

.guild-title span {
    display: inline-block;
    margin: 15px 0;
    font-size: 10px;
}

.guild-title span>a {
    color: #333;
    text-decoration: none;
}

.guild-title span:nth-child(2) {
    color: #cfcdcd;
}

.guild-title span:before {
    font-size: 0.5rem;
    color: #cfcdcd;
    padding-left: 15px;
    padding-right: 15px;
}

.explain {
    height: 380px;
    padding: 20px 50px;
}

.explain h3 {
    font-size: 20px;
}

.explain p {
    font-size: 14px;
    color: #939393;
    line-height: 22px;
}

.con-us {
    border-bottom: 1px solid #cfcdcd;
    margin-bottom: 50px;
}

.info-1 {
    width: 100%;
    height: 60px;
    font-size: 30px;
    border-radius: 0;
    background-color: #31b0d5;
}

.row-btn {
    height: 100px;
}

.map {
    margin-bottom: 60px;
}


/* 加入我们页面 */

.pic-ico {
    height: 353px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    margin-bottom: 20px;
    text-align: center;
}

.pic-ico>div {
    margin-top: 60px;
}

.panel-body h5 {
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.panel-body p {
    margin: 20px 0;
}

.panel-title a {
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}


/* contact */

.contact-left {
    list-style: none;
    margin-left: 50px;
}

.left-pic i {
    position: relative;
    top: 91px;
    left: -65px;
}

.left-pic h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
    text-align: left;
}

.left-pic p {
    font-size: 16px;
    color: #969696;
}

.left-pic {
    margin: 10px 0;
}

.contact-top {
    border-top: 1px solid #e7e7e7;
}


/* 表单区域 */

.am-g .input-group {
    width: 100%;
}

.input-group input {
    height: 54px;
    background: #fcfcfc;
    border: 2px solid #e9e9e9;
}

.input-group .form-control {
    height: 54px;
    background: #fcfcfc;
    border: 2px solid #e9e9e9;
}

.am-form h3 {
    margin: 20px 0;
}

.right-form {
    margin-top: 60px;
}

.am-g {
    margin: 30px 0;
}

.row-txt {
    padding-right: 20px;
}

.row-txt .form-control {
    background: #fcfcfc;
    border: 2px solid #e9e9e9;
}

.row-button {
    text-align: right;
    padding-right: 10px;
}

.row-button button {
    border-radius: 0;
    border: 2px solid #6975a6;
    color: #6975a6;
    padding: 10px 18px;
    background-color: #fff;
    transition: .5s;
}

.row-button button:hover {
    color: #fff;
    background-color: #6975a6;
    border-color: #6975a6;
}


/* 服务中心 */

.col-server {
    padding: 0 45px;
}

.server-img {
    border-radius: 2px;
    border: 1px solid #ececec;
    height: 200px;
    margin: 20px 0;
    transition: all .4s;
}

.server-img:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px 0 rgba(37, 39, 95, 0.26);
    cursor: pointer;
}

.server-img img {
    transition: .5s;
    display: block;
    padding: 10px 0;
    margin: 0 auto;
}

.server-img img:hover {
    transform: rotateY(360deg);
    cursor: pointer;
}

.server-title {
    padding: 25px 0;
    height: 99px;
    background-color: #f9f9f9;
}

.server-title p:nth-child(2) {
    padding: 0 10px;
    text-align: left;
    color: rgb(199, 0, 0);
}

.server-title p:nth-child(2) button {
    float: right;
}

.footer-server {
    margin-top: 30px;
}


/* news */

.col-news {
    margin: 30px;
}

.news {
    width: 80%;
    display: block;
    height: 300px;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    transition: all .4s;
}

.news:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px 0 rgba(37, 39, 95, 0.26);
    cursor: pointer;
}

.news h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 0 10px;
    height: 50px;
}

.news h3>a {
    text-align: left;
    text-decoration: none;
    color: #333;
}

.news h3>a:hover {
    text-decoration: none;
}

.news h3>a:link {
    text-decoration: none;
}

.news p {
    margin-top: 40px;
    font-size: 14px;
    color: #969696;
    text-align: center;
}

.case-backgroud {
    height: 805px;
    width: 100%;
    background: url("../images/adtype.jpg")
}

.case-list {
    margin: 30px 0;
}

.case-touch {
    display: block;
    height: 470px;
    box-shadow: 0 10px 20px 0 rgba(37, 39, 95, 0.06);
    border-radius: 6px;
    border: 1px solid #e7e7e7;
    transition: all .5s;
    text-decoration: none;
    color: #333;
}

.case-touch:hover {
    box-shadow: 0 10px 20px 0 rgba(37, 39, 95, 0.26);
    text-decoration: none;
    color: #333;
}

.case-touch:link {
    text-decoration: none;
    color: #333;
}

.case-touch img {
    display: block;
}

.case-title {
    margin-bottom: 40px;
}

.case-title h3 {
    padding: 0 20px;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
}

.case-title p {
    font-size: 16px;
    color: #87878a;
    line-height: 24px;
    padding: 0 20px;
}

.case-tongji {
    padding: 20px 0;
    border-top: 1px solid #e7e7e7;
    margin: 0 6%;
}

.case-tongji ul {
    text-align: center;
}

.case-tongji li:nth-child(1) {
    display: block;
    float: left;
    margin-right: 55px;
}

.case-tongji li:nth-child(2) {
    display: block;
    float: left;
    margin-left: 60px;
}

.case-tongji li span {
    display: block;
    font-family: 'DINPro-Medium';
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 5px;
    color: #4581fb;
    font-weight: 600;
}

.case-tongji li label {
    font-size: 12px;
    color: #87878a;
    line-height: 18px;
    font-weight: 400;
}

.btn-load {
    width: 166px;
    height: 46px;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #4581fb;
    color: #4581fb;
    transition: all 0.7s ease;
    margin: 30px 502px;
}

.btn-load:hover {
    color: #fff;
    border: 1px solid #4581fb;
    background-color: #4581fb;
    background-image: linear-gradient(52deg, #182FEC 0%, #00C1DF 39%, #0D6AF2 120%);
}

.dp-group a {
    color: #87878a;
    font-size: 16px;
    text-decoration: none;
}

.dp-row {
    margin: 40px 0;
    padding-left: 20px;
}


/* 媒体查询 */


/* 当设备小于768px时，执行以下css（有相同样式的类一定要放在页尾，不然的话会被覆盖） */

@media (max-width: 768px) {
    .banner {
        margin-top: 60px;
    }
    .footer {
        height: 100%;
    }
    .nav-1 {
        box-shadow: none;
    }
    .box-1 {
        overflow: hidden;
    }
    .box-1 img {
        width: 70%;
    }
    #navbar {
        background-color: #fff;
    }
    #navbar li {
        border-bottom: 1px solid #eee;
    }
    .navbar-toggle {
        transition: all .8s;
    }
    .bgcimg {
        margin-top: 62px;
        height: 280px;
    }
    .left-pic i {
        left: -82px;
    }
    .am-g .input-group {
        margin-top: 20px;
    }
}


/* 当设备小于1200px时 */

@media (max-width: 1200px) {
    .nav-menu li {
        padding-left: 5px;
        padding-right: 5px;
    }
    .banner {
        margin-top: 0;
    }
    .bgcimg {
        margin-top: 0;
    }
}