body{
    font-family:'Microsoft YaHei UI','微软雅黑','黑体','宋体' ;
}
/* animation */
@keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}
@-webkit-keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}
@-moz-keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}
@-o-keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}
section{overflow: hidden}
header{
    line-height: 80px;
    height: 80px;
    overflow: hidden;
    background-color: #FFFFFF;
}
header nav .header-nav{
    padding: 0 15px;
    display: inline-block;
    font-size: 16px;
    color: #000;
}
header nav .header-nav:hover{
    background-color: #f8f8f8;
}
header .wap_menu_btn{width: 26px}
header .wapnav .wap_colse_menu_btn img{position: absolute;right: 40%;top: 0;width: 35px;height: 35px;
}
header .wapnav .wap_menu_bg{position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    left: -100%;}
header .wap_menu_lis{width: 100%;padding-top: 120px}
header .wap_menu_lis a{display: inline-block;width: 100%;padding: 18px 0 18px 45px;line-height: 1;font-size: 18px;margin: 0;float: left;}
header .wap_menu_lis a.active{background-color: rgb(237, 237, 237)}
header nav.wapnav{position: fixed;width: 100%;left: 100%;top: 0;background-color: #fff;transition: all 0.3s ease-in-out;height: 100%;z-index: 9999;
}
@media (max-width: 767px) {
    header{height: 65px;line-height: 65px;}
    header .logo {line-height: 65px;}
    header .logo img{width: 136px}
}
.pl15{padding-left: 15px}
.pr15{padding-right: 15px}
.ml15{margin-left: 15px}
.mr15{margin-right: 15px}
.ml-15{margin-left: -15px}
.mr-15{margin-right: -15px}
.mb15{margin-bottom: 15px}
.widthfix{width: 100%}
a,a:hover,a:active,a:visited,a:focus{text-decoration: none}

@media (min-width: 1200px){
    .container {
        width: 1330px;
    }
}
.bg-blue{
    background-color:#72AFFF;
}
.bg-blue-dark{
    background-color: #184987;
}
.text-blue-dark{
    color: #184987 !important;
}
.text-red{
    color:rgb(187,0,15);
}
.text-white {
    color: #fff;
}
a.text-white:hover,
a.text-white:active,
a.text-white:focus,
button.text-white:hover,
button.text-white:active,
button.text-white:focus {
    color: #fff;
    opacity: .75;
}
.text-white-op {
    color: rgba(255, 255, 255, 0.85);
}
a.text-white-op:hover,
a.text-white-op:active,
a.text-white-op:focus,
button.text-white-op:hover,
button.text-white-op:active,
button.text-white-op:focus {
    color: rgba(255, 255, 255, 0.85);
    opacity: .75;
}
.text-black {
    color: #000;
}
a.text-black:hover,
a.text-black:active,
a.text-black:focus,
button.text-black:hover,
button.text-black:active,
button.text-black:focus {
    color: #000;
    opacity: .75;
}
.text-black-op {
    color: rgba(0, 0, 0, 0.5);
}
a.text-black-op:hover,
a.text-black-op:active,
a.text-black-op:focus,
button.text-black-op:hover,
button.text-black-op:active,
button.text-black-op:focus {
    color: rgba(0, 0, 0, 0.5);
    opacity: .75;
}
.text-gray {
    color: #c9c9c9;
}
a.text-gray:hover,
a.text-gray:active,
a.text-gray:focus,
button.text-gray:hover,
button.text-gray:active,
button.text-gray:focus {
    color: #c9c9c9;
    opacity: .75;
}
.text-gray-dark {
    color: #999999;
}
a.text-gray-dark:hover,
a.text-gray-dark:active,
a.text-gray-dark:focus,
button.text-gray-dark:hover,
button.text-gray-dark:active,
button.text-gray-dark:focus {
    color: #999999;
    opacity: .75;
}
.text-gray-darker {
    color: #393939;
}
a.text-gray-darker:hover,
a.text-gray-darker:active,
a.text-gray-darker:focus,
button.text-gray-darker:hover,
button.text-gray-darker:active,
button.text-gray-darker:focus {
    color: #393939;
    opacity: .75;
}
.text-gray-light {
    color: #f3f3f3;
}
a.text-gray-light:hover,
a.text-gray-light:active,
a.text-gray-light:focus,
button.text-gray-light:hover,
button.text-gray-light:active,
button.text-gray-light:focus {
    color: #f3f3f3;
    opacity: .75;
}
.text-gray-lighter {
    color: #f9f9f9;
}
a.text-gray-lighter:hover,
a.text-gray-lighter:active,
a.text-gray-lighter:focus,
button.text-gray-lighter:hover,
button.text-gray-lighter:active,
button.text-gray-lighter:focus {
    color: #f9f9f9;
    opacity: .75;
}

.case_btn{border-radius: 5px;border:1px solid #72AFFF;color: #FFFFFF;font-size: 18px;padding: 7px 15px;display: inline-block;cursor: pointer}
.case_btn:hover{background-color: #184987;color: #FFF}
.case_btn img{padding-left: 20px;padding-bottom: 5px}
.case_btn i{font-style:normal}
/* bannner 区域 */
.banner{background-image: url("../img/bg.jpg");background-position: center;background-repeat: no-repeat;background-size: cover;padding: 107px 0 183px 0;}
.banner h1{font-size: 70px;line-height: 87px;padding-right: 68px}
.banner h2{line-height: 1.3;font-size: 32px}
.banner a.btn-block{text-align: center}
.banner p.lis{margin-top: 32px;}
.banner p.lis span {font-size:17px;margin-bottom: 12px;margin-right: 10px;display: inline-block;color: #FFF;border-radius: 30px;border: 1px solid #36475b;padding: 3px 10px;}
.banner p.lis span:after{content: '';width: 15px;height: 15px;background-image: url(../img/yes.png);background-repeat: no-repeat;background-position: center;background-size: 15px;display: inline-block;line-height: 23px;position: relative;top: 2px;left: 5px;}
.banner .visible-md .banner-right-box {letter-spacing:3px;background-color: rgba(1,25,56,0.5);width: 100%;overflow: hidden;padding: 12px;margin-bottom: 19px;font-size: 20px;border-radius: 6px;}
.banner .visible-md .banner-right-box .count_number{font-size: 45px;font-weight: 700}
.banner .visible-md .banner-right-box .count_number+em{font-size: 35px;font-style: normal}
.banner .visible-md .banner-right-box .numbox{ padding-left: 15px;color: #ffffff;max-height: 86px;}
.banner .visible-md .banner-right-box .numbox p{margin-bottom: 0}
.banner .visible-md .banner-right-box .numbox p:first-child{color:#e1e1e1}

.banner .visible-xs .banner-right-box {letter-spacing:2px;background-color: rgba(1,25,56,0.5);width: 100%;overflow: hidden;padding: 15px;margin-bottom: 15px;font-size: 16px}
.banner .visible-xs .banner-right-box img{width: 60px}
.banner .visible-xs .banner-right-box .count_number{font-size: 32px;font-weight: 700}
.banner .visible-xs .banner-right-box .count_number+em{font-size: 20px;font-style: normal}
.banner .visible-xs .banner-right-box .numbox{ padding-left: 15px;color: #ffffff}
.banner .visible-xs .banner-right-box .numbox p{margin-bottom: 0}
@media (max-width: 767px){
    .banner {
        padding: 15px 0;
    }
    .banner p.lis{zoom:0.7}
}
/*sever*/
.server{
    padding: 65px 0;
    overflow: hidden;
}
.server .cont{
    position: absolute;
    top: 100%;
    transition: all 0.3s ease-in;
    background-color: #184987;
    color: #FFF;
    font-size: 22px;
    padding: 0 43px;
    text-align: left;
    height: 400px;
    overflow: hidden;
    line-height: 400px;
    margin: 0 20px;
}
.server .cont2{
    /*position: absolute;*/
    /*top: 100%;*/
    transition: all 0.3s ease-in;
    background-color: #184987;
    color: #FFF;
    font-size: 19px;
    text-align: left;
    overflow: hidden;
    width: 100%;
    height: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.server .cont p,.server .cont2 p{display: inline-block;vertical-align: middle;line-height: 1.3;}
.server .cont p span,.server .cont2 p span{display: inline-block}
.server .cont p span.text-bolder,.server .cont2 p span.text-bolder{font-weight: bold}
.server .cont p span.text-italic,.server .cont2 p span.text-italic{font-style: italic}
.server p.cont2-1, .server p.cont2-2, .server p.cont2-3{
   display: none;width: 257px;
}

.server .tit{
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.server .tit img{
    width:80%
}
.server .sever_lis{
    height: 400px;
    line-height: 400px;
    overflow: hidden;
}
.server .sever_lis:hover .cont{top: 0}
@media (max-width: 767px) {
    .server{
        overflow: hidden;
        padding: 0;
    }
    .server .sever_lis{
        height: 212px;
        line-height: 212px;
        overflow: hidden;
    }
    .server .tit{
        line-height: 1;
        vertical-align: middle;
        display: inline-block;
        transition: all 0.3s ease-in-out;
    }
    .server .tit h2{font-size: 14px;margin-bottom: 0}
    .server .cont{font-size: 12px;padding: 0 10px;text-align: left;width: 100%;height: 301px;overflow: hidden;line-height: 301px}
    .server .cont p{display: inline-block;vertical-align: middle;line-height: 1;}
}

/*case 案例*/
.case{overflow: hidden}
.case .case_type{
    border-top: 4px solid #ddd;
}
.case .case_type_list a{font-size: 24px;color: #000;margin-right: 72px;padding: 10px 0;display: inline-block;position: relative;}
.case .case_type_list a:last-child{margin-right: 0;background-image: url(../img/rr.png);background-repeat: no-repeat;padding-right: 20px;background-position: center right}
.case .case_type_list i{content: "";margin-right: 0;width: 72px;height: 3px;background-color: #184987;position: absolute;top: -3px;transition: all 0.2s ease-in-out}
.case .case_list{margin: 0 -10px}
.case .case_list>div{padding: 5px !important;}
.case .case_list .case_item>img{width: 100%;height: 100%;transition: all 0.2s ease-in}
.case .case_list .case_item:hover>img{transform: scale(1.05);}
.case .case_list .case_item{height: calc(25vw - 10px);overflow: hidden;position: relative;}
.case .case_list .case_item .case_info{
    position:absolute;bottom:-151px;background-color: rgba(0,0,0,0.5);color: #FFF;transition: all 0.4s ease-in-out;
    padding: 0 30px;    padding-bottom: 30px;
}
.case .case_info p{
    line-height: 1.6;
    font-size: 15px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.case .case_list .case_item:hover .case_info{bottom:0;}
.wap_case .case_item{height:calc(100vw - 30px)}
.wap_case .case_item>img{width:100%}
.wap_case .case_item .case_info{
    position:absolute;bottom:-152px;margin-top: -56px;background-color: rgba(0,0,0,0.5);color: #FFF;transition: all 0.3s ease-in-out;
    padding: 0 30px;    padding-bottom: 30px;
}
.wap_case .case_item .case_info h3{font-size: 20px}
.wap_case .case_item:hover .case_info{bottom:0;top:auto}
@media (max-width: 767px) {
    .case .case_type_list a{font-size: 14px;margin-right: 30px;}
}
.swiper-button-next, .swiper-button-prev {
    position: relative;
    top: 0;
    width: 26px;
    height: 26px;
    z-index: 10;
    cursor: pointer;
    background-size: 26px 26px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 10px;
}
.swiper-button-prev{
    background-image: url("../img/left.png");
}
.swiper-button-next{
    background-image: url("../img/right.png");
}


/* 客户区*/
.client{padding-top: 80px;padding-bottom: 80px}
.client .client_list{padding: 0 8px}
.client .client_list img{width :100%;border:1px solid #B9C7D4;height:160px}
/*.client .client_list img:hover{box-shadow: #b9c7d4 0 0 10px 0}*/
.client .client_list>div{padding-bottom: 15px;padding-left: 7px;padding-right: 7px;}
.client .client_list>div:last-child{cursor: pointer}
.modal-content{background-image: url("../img/dbg.jpg");background-repeat: no-repeat;background-size: cover;background-position: center}
@media (min-width: 1200px){
    .price_modal .modal-content{padding: 0 100px}

    .client_modal .modal-dialog ,.price_modal .modal-dialog {
        width: 1200px;
        margin: 30px auto;
    }
    .client_modal .swiper-slide img{width: 24%;border:1px solid #B9C7D4;margin-bottom: 15px;box-sizing: border-box}
}
@media (min-width: 751px){
    .price_modal .modal-content{padding: 0 100px}

    .client_modal .swiper-slide img{width: 24%;border:1px solid #B9C7D4;margin-bottom: 15px;box-sizing: border-box}
}
@media (max-width: 751px){
    .client {
        padding-top: 30px;padding-bottom: 30px
    }
    .client .client_list img{height:86px}
    .client_modal .swiper-slide img{width: 49%; height:86px;border:1px solid #B9C7D4;margin-bottom: 15px;box-sizing: border-box}
    .price_modal .modal-content{padding: 0 15px}

}
.client_modal .modal-content,.price_modal .modal-content{border-radius: 0}
.client_modal button.close,.price_modal button.close{
    background-image: url(../img/close.png);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    margin-top: 0;
    right: 0;
    opacity: 1;
}
.client_modal .modal-title,.price_modal .modal-title{
    padding-top: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    color:#A40001;
}
.client_modal .modal-header,.price_modal .modal-header{border-bottom: 0}
.modal-backdrop.in {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.client_modal .modal-body{padding: 0}
.client_modal .swiper-slide{display: flex;flex-wrap: wrap;justify-content:space-between}
.client_modal .swiper-pagination {padding: 5px 10px 30px 10px;position: relative}
/**
询价弹框
 */
.price_modal .modal-title{
    text-align: left;
}
.price_modal .modal-body form {
    margin-bottom: 50px;
    overflow: hidden;
}
.price_modal .modal-body form p.h3{font-size: 25px}
.price_modal .modal-body form .pform_item label{font-size: 18px;font-weight: normal;padding-bottom: 10px;padding-top: 20px;}
.price_modal .modal-body form .pform_item input{font-size: 16px;padding: 10px;width: 100%;height:50px;border:1px solid #B9C7D4}
.price_modal .modal-body form .pform_item select{font-size: 16px;padding: 10px;width: 100%;height:50px;border:1px solid #B9C7D4}
.price_modal .modal-body form .pform_item textarea{font-size: 16px;padding: 10px;width: 100%;height:161px;border:1px solid #B9C7D4}
.price_modal .modal-body form .pform_item button.price_btn{color: #FFF;
    font-size: 14px;
    padding: 6px 15px;
    background-color: #A40001;
    border-radius: 5px;
    border: 0;
    height: auto;
    width: auto;
    margin-top: 58px;
}
@media (max-width: 751px) {
    .price_modal .modal-title{ padding-top: 10px;font-size:26px}
    .price_modal .modal-body form p.h3{
        font-size: 18px;}
    .price_modal .modal-body form p.h3:first-child{margin-top: 0}
    .price_modal .modal-body form .pform_item button.price_btn{margin-top: 5px;}
    .price_modal .modal-body form .pform_item label{font-size: 14px;margin:0;padding-top: 10px;padding-bottom: 5px}
    .price_modal .modal-body form .pform_item input,
    .price_modal .modal-body form .pform_item select
    {height: 38px;font-size: 14px;padding: 5px}
    .price_modal .modal-body form .pform_item textarea{height: 120px;font-size: 14px;padding: 5px}
}

/*联系我们表单*/
.contact{background-image: url("../img/bg2.jpg");background-repeat: no-repeat;}
.contact .c_f_box{ padding-left: 10px}
@media (min-width: 1200px){
    .about_team .contact{
        margin-left: -30px;
        width: 470px;
    }
}
.contact .guo_box{    text-align: center;
    line-height: 533px;}
.contact .guo{display: inline-block;vertical-align: middle;    line-height: 1;}
.contact .guo p{font-size: 30px;color: #184987;text-align: center;background-color: rgba(255,255,255,0.5);line-height: 65px;}
.contact .form{    background-color: rgba(255,255,255,0.5);
    width: 100%;
    height: 533px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;}
.contact .form h1{ color: #184987;font-size: 47px;margin-bottom: 38px}
.contact .form .form_item{margin-bottom: 20px;position: relative}
.contact .form .form_item input{height: 50px;padding: 10px;line-height: 28px;font-size: 18px;width: 100%;border:1px solid #B9C7D4;padding-right: 90px}
.contact .form .form_item textarea{height: 138px;padding: 10px;line-height: 28px;font-size: 18px;width: 100%;border:1px solid #B9C7D4;padding-right: 90px}
.contact .form .form_footer{padding-top: 10px}
.contact .form_footer span{color: rgb(231,0,18);font-size: 50px;font-weight: 700;vertical-align: top;line-height: 0.8;}
.contact .form_footer button{float: right;font-size: 18px;padding: 12px 30px;background-color: rgb(205,209,212);border:0;vertical-align: top;}
.contact .form_item label{    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    width: 80px;
    height: 50px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-left: 1px solid #B9C7D4;
    border-bottom: 1px solid #b9c7d4;}
.contact .form_item label[for="username"]{background-image: url("../img/u.png");}
.contact .form_item label[for="mobile"]{background-image: url("../img/m.png");}
.contact .form_item label[for="memo"]{background-image: url("../img/p.png");}
.contact .form_item label[for="email"]{background-image: url("../img/email.png");}

@media (max-width: 751px){
    .contact{background-image: url("../img/e_f.png");background-repeat: no-repeat;zoom: 0.7}
    .contact .c_f_box{ padding-left: 15px}
    /*.contact .form h1{ font-size: 26px;}*/
    .contact .form_footer span{    font-size: 38px;
        font-weight: 700;
        line-height: 57px;}
    .contact .guo_box{line-height: 1; padding: 18px 0;}
    .contact .guo_box.guo2 a{width: 100%}
    .contact .guo_box.guo2 a img{width: 100%}
    /*.contact .guo_box p{font-size: 20px;}*/
    /*.contact .guo img{width: 100%;}*/
    /*.about_main2,.about_team{zoom: 0.7}*/
    /*.about_main2{padding-top: 40px}*/
}
/*页脚*/
footer{
    background-image: url("../img/bg3.jpg");background-repeat: no-repeat;
    /*height: 590px;*/
}
footer .footer_telephone {
    padding-top: 75px;
    color: #b6b6b6;
    font-size: 16px;
}

footer .footer_telephone .footerline:before {
    border-bottom: 1px solid #626262;
    padding-bottom: 17px;
    content: '';
    display: inline-block;
    width: 100%;
}

footer .footer_telephone h2{
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}
footer .footer_addressinfo{
    margin-top: 52px;
    font-size: 18px;
    color: #979797;
}
footer .footer_addressinfo .addr>DIV{
    float: left;
    margin-right: 50px;
}
footer .footer_addressinfo .addr p{
    margin-bottom: 7px;
}
footer .footer_addressinfo .addr p:last-child{
    margin-bottom: 0;
}
footer .footer_addressinfo span{
    font-weight: bold;
    font-size: 18px;
}
footer .footer-nav{
    color: #f0f0f0;
    font-size: 18px;
    margin-left: 20px;
    margin-bottom: 38px;
    display: inline-block;
    margin-top: -2px;
}
footer .flink {
    color: #828282;
    margin-bottom: 80px;
}
footer .flink a{
    color: #8b8b8b;
}
footer .beian{background-color: #000;text-align: center;color: #757575;font-size: 14px;padding: 10px;}
footer .beian a{color: #757575;display: inline-block}
@media (max-width: 751px){
    footer .container{padding: 0}
    footer .footer_telephone{
        padding-top: 30px;
    }
    footer .footer_telephone h2{
        font-size: 18px;
    }
    footer .footer_addressinfo{
        font-size: 12px;
        margin-top: 35px;
    }footer .footer_addressinfo span{
        font-size: 12px;
    }
    footer .footer_addressinfo .addr p {
        margin-bottom: 2px;
    }
    footer .footer_addressinfo .addr>div{margin-right: 0}
    footer .footer_addressinfo .addr>div:last-child{margin-top: 22px}
     .wx img{width: 100%}
    footer .flink a{font-size: 12px}
    footer .flink{margin-top:22px;
        margin-bottom: 20px; }
    footer .footer_telephone div.col-xs-4.text-right img{max-width: 100%}
}

/*警告弹窗*/
div#base_dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
}
.base_dialog_box {
    width: 600px;
    background: #FFF;
    height: 170px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -85px;
}
@media (max-width: 751px){
    .base_dialog_box {
        width: 90%;
        background: #FFF;
        height: 170px;
        position: absolute;
        top: 50%;
        left: 5%;
        margin-top: -85px;
        margin-left:0 ;
    }
}
.base_dialog_box .close_btn {
    background-image: url(../img/close.png);
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
}
.base_dialog_logo {
    width: 40%;
    overflow: hidden;
    line-height: 150px;
    height: 170px;
    background-color: #eee;
    padding: 10px;
    box-sizing: border-box;
    float: left;
    text-align: center;
}
.base_dialog_logo img{
    max-width: 100%;
}
.base_dialog_box .err_msg {
    width:60%;
    line-height: 150px;
    display: inline-block;
    float: left;
    padding: 10px;
    text-align: center;
}
.base_dialog_box .err_msg p {
    font-size: 20px;
    color: #A40001;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
}
/**
about 页面
关于我们
 */
.page_top_banner{
    background-image: url("../img/about_banner.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.page_top_banner h1{
    height: 20.83vw;
    line-height: 20.83vw;
    color: #FFF;
    font-size: 48px;
    padding: 0;
    margin: 0;
}
.page_top_banner .bread a{
    color:#000;
}
.page_top_banner .bread i{
    font-size: 10px;
}
.page_top_banner .bread{
    margin: 30px 0;
}

.about .about_main2>div>div{margin-bottom: 15px}
.about .about_main2 .pic>img{width: 100%}
.about .about_main2 .pic{
    width: 100%;
    border: 1px solid #bfbfbf;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    border-bottom: 1px solid #8b98bf;}
.about .about_main2 .pic .txt .desc{
    line-height: 1.6;
    font-size: 17px;
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
}
.about .about_main2 .txt {
    padding: 40px 40px 30px 40px;
    border-bottom: 3px solid #8b98bf;
}
.about .about_main2 h3.tit {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    color: #174986;
}

.about .about_main2 .info{
    position: absolute;
    top: 101%;
    transition: all 0.5s ease-in-out;
    background: #fff;
    /*border: 1px solid #fff;*/
    left: 0;
    font-size: 18px;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    border: 1px solid #bfbfbf;
}
.about .about_main2 .pic .info h3.tit{
    margin-top: 46px;
    text-align: left;
    padding: 20px 40px 0px 40px;
    font-weight: bolder;
    margin-bottom: 20px;
}
.about .about_main2 .pic .info .desc{
    padding: 0 40px;
    text-align: justify;
    line-height: 30px;
}

/*.about .about_main2 .pic:hover .info{*/
/*    !*top:0;*!*/
/*    height: 100%;*/
/*    border: 1px solid #bfbfbf;}*/
.about .about_main2 .pic .info:after{
    content: '';
    width: 100%;
    height: 30px;
    bottom:30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    background-image: url("../img/up.png");
    display: inline-block;
    position: absolute;
}
.about .about_main2 .down {text-align: center}
.about .about_main2 .down {
    text-align: center;
    padding-top: 40px;
}
.about_guo{
    background-color: #e7ecf0
}
.about_guo .ginfo{padding: 83px 15px 80px 15px;}
.about_guo .ginfo .pic{text-align: center;float: left}
.about_guo .ginfo .pic img{width: 240px;height: 320px}
.about_guo .ginfo .txt{max-width: 1060px;min-width: 500px;float: left}
.about_guo .ginfo .txt p{font-size: 18px;line-height: 46px;padding: 0 35px 0 60px;text-align: justify}
@media (max-width: 751px) {
    .about .about_main2{margin-top: 30px;zoom: 0.7}
    .about .about_main2 .txt{
        padding: 7px 20px 20px 20px;
    }
    .about .about_main2 h3.tit{
        font-size: 26px;
    }
    .about .about_main2 .down{padding-top: 20px}
    .page_top_banner h1{
        height: 100px;
        line-height: 100px;
        font-size: 25px;
    }
    .page_top_banner{
        background-size: 100% 100px;
    }
    .about_guo .ginfo{padding: 40px 0;}
    .about_guo .ginfo .pic{text-align: center;float: left;width: 100%;padding-bottom: 0px}
    .about_guo .ginfo .pic img{width: 160px;height: auto}
    .about_guo .ginfo .txt{max-width: 750px;min-width: 200px}
    .about_guo .ginfo .txt p{font-size: 14px;line-height: 26px;text-align: justify;padding: 15px}
}
.about .about_team{
    background-image: url("../img/bg4.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.about .about_team{
    background-image: url("../img/bg4.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.about .about_team dl.team_item dt{
    font-size: 18px;
    color: #184987;
    font-weight: bold;
}
.about .about_team dl.team_item dd{
    font-size: 18px;
    padding-top: 6px;
}
.about .about_team dl.team_item{
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    padding-left: 125px;
    margin-top: 30px;
    margin-bottom: 0;
}
.about .about_team .team_info {
    width: 100%;
    height: 533px;
    padding-top: 5px;
    margin-top: 35px;
    padding-left: 0px;
    padding-right: 30px;
    overflow: hidden;
}
.about .about_team .team_info h3{
    color: #184987;
    font-size: 30px;
    margin-bottom: 48px;
}
.about .contact .form{
    padding-top: 5px;
    margin-top: 35px;
    margin-bottom: 52px;

}
.about .contact .form h1{
    font-size: 30px;
     margin-bottom:28px;
}
.about .contact .form .form_footer{
    padding-top: 0;
}
 @media (max-width: 751px) {
     .about .about_team .team_info{
         padding-right: 0;
         zoom: 0.7;
         height: auto;

     }
     .about .about_team dl.team_item{padding-top: 5px;padding-bottom: 5px;margin-top: 15px;}
 }
 /**
 我们的服务页面

  */
.server-page .desginer_area>div:before{background-image: url("../img/ser_1.jpg");}
.server-page .desginer_team>div:before{background-image: url("../img/ser_2.jpg");}
.server-page .desginer_idea>div:before{background-image: url("../img/ser_3.jpg");}
.server-page .desginer_can>div:before{background-image: url("../img/ser_4.jpg");}
 .server-page .desginer .desginer_team>div,
 .server-page .desginer .desginer_idea>div,
 .server-page .desginer .desginer_area>div,
 .server-page .desginer .desginer_can>div{
     width: 100%;
     border:1px dashed #000;
     position: relative;
     padding: 45px 0;
     /*transition: all 0.2s ease-in-out;*/
 }
 .server-page .desginer .desginer_team>div:before,
 .server-page .desginer .desginer_idea>div:before,
 .server-page .desginer .desginer_area>div:before,
 .server-page .desginer  .desginer_can>div:before{
     content: '';
     width:88px;height:88px;background-color: #FFF;
     background-position: center;
     background-repeat: no-repeat;
     display: inline-block;
     position: absolute;
     top: -44px;
     left: 20px;
 }
 .server-page .desginer .desginer-title h4{
     border-top: 1px solid #aaaaaa;
     color: #1b1b1b;
     text-align: center;
     margin-top: 30px;
     padding-top: 20px;
     letter-spacing: 2px;
     font-size: 19px;
 }
 .server-page .desginer .desginer-title>div,.server-page .trusteeship .desginer-title>div{
     width: 141px;
     height: 239px;
     padding: 46px 25px;
     border: 2px solid #d8d8d8;
     box-sizing: border-box;
     padding-bottom: 0;
 }
 .server-page .desginer {
     margin-top: -20px;
 }
.server-page .desginer .row{padding-top: 44px}
.server-page .desginer .desginer_team>div:hover,
.server-page .desginer .desginer_idea>div:hover,
.server-page .desginer .desginer_area>div:hover,
.server-page .desginer  .desginer_can>div:hover{
    border:1px solid #174986;
    box-shadow: inset #174986 0 0 0 2px;
}
.server-page .desginer h3 {
    border-left: 6px solid #174986;
    margin-left: -3px;
    font-size: 35px;
    padding-left: 45px;
    color: #174986;
    margin-top: 10px;
    letter-spacing: 3px;
}
.server-page .desginer>div>div>div>div:hover h3{
    border:none;
    padding-left: 51px;
}
.server-page .desginer p {
    letter-spacing: 2px;
    padding:10px 45px 0 45px ;
    font-size: 18px;
    margin-bottom: 0;
    text-align: justify;
}
.server-page .desginer:hover .desginer-title img{
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;
}
.server-page .desginer .box{
    margin-bottom: 45px;
    height: 385px;
}
.server-page .desginer div.row:first-child .box{
    height: auto;
}
@media (max-width: 751px) {
    main.server-page{zoom: 0.7}
    .server-page .desginer>div>.row:nth-child(2){padding-top: 0}
    .server-page .desginer .box{height: auto}

}
.server-page .wap-desginer-title h4{
    font-size: 35px;
    text-align: right;
    padding-bottom: 35px;
}
.server-page .develop>div{
    position: relative;
}
.server-page .develop-title{position: absolute;
    left: 15px;
    top: 138px;
    z-index: 101;
    background: rgba(0,0,0,0.7);}
.server-page .develop .develop-title>div {
    width: 141px;
    padding: 31px 25px 0 25px;
    box-sizing: border-box;

}
.server-page .develop .develop-title h4 {
    text-align: center;
    margin-top: 33px;
    padding-top: 20px;
    letter-spacing: 2px;
    font-size: 19px;
    color: #FFFFFF;
    background: rgba(0,0,0,0.4);
    margin-bottom: 0;
    padding-bottom: 21px;
    margin-left: -22px;
    margin-right: -22px;
}.server-page .develop{
    background-image: url("../img/ser_bg1.jpg");
    background-repeat: no-repeat ;
    background-position: center;
    background-size: cover;
 }
.server-page .develop:hover .develop-title img{
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;
}
.server-page .develop .dev_area>div:first-child {
    padding-right: 0;
}
.server-page .develop .dev_area img{
    max-height: 271px;
}
.server-page .develop .row{overflow: hidden}
.server-page .develop .dev_area p
{
    padding: 65px;
    font-size: 22px;
    background-color: rgba(228,228,228,0.7);
    margin-left: -16px;
    line-height: 35px;
    text-align: justify;
    margin-bottom: 0;
}
.server-page .develop .dev_area h2{
    position: absolute;
    top: 115px;
    color: #FFFFFF;
    text-align: right;
    width: 100%;
    padding-right: 65px;
    border-right: 4px solid #FFF;
    margin: 0;
    font-size: 46px;
    margin-left: -25px;
    line-height: 45px;
}
.server-page .develop .dev_can h2{
    position: absolute;
    top: 68px;
    color: #FFFFFF;
    width: 100%;
    padding-left: 140px;
    border-left: 4px solid #5b90d4;
    margin: 0;
    font-size: 46px;
    margin-left: 10px;
    line-height: 45px;
}
.server-page .develop .dev_can img{
    max-height: 175px;
}
.server-page .develop .dev_can p{
    padding: 42px 40px 63px 200px;
    font-size: 21px;
    background-color: rgba(38,115,212,0.7);
    margin-right: -30px;
    line-height: 35px;
    text-align: justify;
    margin-bottom: 0;
    color: #FFF;
}
.server-page .wap-desginer-title h4.text-left{text-align: left}

@media (max-width: 751px) {
    .server-page .develop{background-image:none }
    .server-page .develop .dev_area>div:first-child{padding-right:15px }
    .server-page .develop .dev_area p{margin-left: 0;padding: 15px;}
    .server-page .develop .dev_area h2{border: 0;text-align: center;padding: 0;margin: 0;}
    .server-page .develop .dev_can{margin-top:15px}
    .server-page .develop .dev_can p{padding:15px;margin-right:0}
    .server-page .trusteeship .wap-desginer-title h4{margin: 0;padding: 0}
}

.server-page .trusteeship{
    background-image: url("../img/ser_bg2.jpg");
    background-repeat: no-repeat ;
    background-position: center;
    background-size: cover;
    padding-top:90px ;
    padding-bottom: 80px;
}

.server-page .trusteeship:hover .desginer-title img{
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;
}
.server-page .trusteeship .desginer-title h4 {
    border-top: 1px solid #aaaaaa;
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    letter-spacing: 2px;
    font-size: 17px;
    color: #1b1b1b;
}
.server-page .trusteeship .content td:first-child{
    font-size: 37px;
    color: #184987;
    padding-right: 35px;
    width: 110px;
    vertical-align: top;
}.server-page .trusteeship .content tr:nth-child(2){
    padding-top: 5px;
}
.server-page .trusteeship .content td {
    padding: 35px 0 5px;
    font-size: 25px;
}
@media (max-width: 751px) {
    .server-page .trusteeship {background-image: none;padding-top: 0}
    .contact-page{zoom:0.7}
    .contact-page .contact{zoom: unset}
}

.contact-page .page_top_banner h1{
    line-height: 1.1;
    color: #184987;
    font-size: 36px;
    height: auto;
    padding-top: 65px;
}
.contact-page .page_top_banner .bread{margin: 11px 0;padding-bottom: 189px;font-size: 16px;color: #184987}
.contact-page .page_top_banner .bread a{font-size: 16px;color: #184987}
.contact-page .contact_info{margin-top: -151px}
.contact-page .contact_info>div>div{padding-left:15px;
    padding-right: 15px; }
.contact-page .contact_info .col-xs-12.hot-tel {
    height: 151px;
    line-height: 151px;
    background-color: rgba(255,255,255,0.6);
}
.contact-page .contact_info .col-xs-12.hot-tel span{vertical-align: middle;padding-left: 30px}
.contact-page .contact_info .col-xs-12.hot-tel span.text-red{font-size: 60px;color: rgb(231,0,18);padding-left: 59px;font-weight: bold;}
.contact-page .contact_info table{width: 100%}
.contact-page .contact_info table td{height: 50px;border-left:1px solid #bbc4d0 ;border-right:1px solid #bbc4d0;font-size: 18px;padding: 0 30px;}
.contact-page .contact_info table th{color:#184987;font-weight: bold;font-size: 15px;width: 110px;vertical-align: middle;text-align: center;
}
.contact-page .contact_info .telphone>div:last-child table td{border-right: 0}
.bor-bot{
    border-bottom: 1px #bbc4d0 solid;
}
.contact-page .contact_info .row.telphone {
    box-shadow: #e7f0f9 0 20px 78px 0;
    margin-bottom: 62px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}.contact-page .contact_info .row.telphone>div {
    padding: 0;
}
.contact-page .contact_map .contact .form{padding: 0}
@media (max-width: 751px) {
    .contact-page .contact_info {
        margin-top: -120px;
    }
    .contact-page .page_top_banner h1{padding-bottom: 150px}
    .contact-page .contact_info .col-xs-12.hot-tel span {
        width: 23%;
        display: inline-block;
        line-height: 1.5;
        padding-left: 10px;
        font-size: 18px;
    }
    .contact-page .contact_info .col-xs-12.hot-tel{
        height: 120px;
        line-height: 120px;
    }
    .contact-page .contact_info .telphone>div:last-child> table{
        border-top: 1px #bbc4d0 solid;
    }
    .contact-page .contact_info .row{
        padding: 0 15px;
    }
    .contact-page .contact_info table td{border-right:0 }
    .contact-page .contact_info .row.telphone{padding: 0;margin: 0;    margin-bottom: 25px;}
    .contact-page .contact_info .col-xs-12.hot-tel span.text-red {
        font-size: 37px;
        display: inline;
    }
    .contact-page .contact_map{margin-top: 30px}
    .contact .form h1 {
        margin-bottom: 15px;
    }
}

.guo-page .video-list .v-item{
    border:3px solid #E3ECF5;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}
.guo-page .video-list .v-item img{
    width: 100%;
}
.guo-page .video-list .v-thumb {
    height:206px;
    position: relative;
    cursor: pointer;
}
.guo-page .video-list .v-thumb:after{
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left:0;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease-in-out;
    opacity: 0.8;
    background-image: url("../img/guo_play.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.5);

}
.guo-page .video-list .v-item .v-tit{
    font-size: 25px;
    font-weight:500;
    height: 41px;
    overflow: hidden;
    color: #184987;
    text-align: center;
    margin-top: 22px;
}
.video_modal{
    top:100px
}
@media (max-width: 751px) {
    .guo-page {zoom: 0.7}
    .guo-page .video-list .v-item{padding: 10px}
    .guo-page .video-list .v-thumb {
        height:auto;
    }
    .guo-page .video-list .v-item .v-tit{
        font-size: 18px;
    }

}

.pagination>li>a, .pagination>li>span {
    margin-right: 10px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #184987;
    cursor: default;
    background-color:#D6E6F5;
    border-color: #D6E6F5;
}



