body{
    font-family: "Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
}

/* ----------------------------------------------------------------
    单选和多选
----------------------------------------------------------------- */
.radio,
.checkbox,
.t_radio{
    margin: 0;
    padding: 12px 0px 12px 34px !important;
    position: relative;
    line-height: 24px;
}
.radio input[type="radio"],
.t_radio input[type="radio"],
.checkbox input[type="checkbox"]{
    opacity:1;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    outline: 0;
    background:url("../img/start_heart.png") no-repeat;
    -webkit-background-size: 90px 180px;
    -moz-background-size: 90px 180px;
    -o-background-size: 90px 180px;
    background-size: 90px 180px;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
    background-origin: content-box;
    -moz-background-origin: content-box;
    -webkit-background-origin: content-box;
}
.t_radio input[type="radio"]{
    background:url("../img/radio.png") no-repeat;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
}
.t_radio input[type="radio"]:checked{
    background:url("../img/radio_check.png") no-repeat;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
}
.radio input[type="radio"]:checked{
    background-position: -30px 0
}
.checkbox input[type="checkbox"]{
    background-position: 0 -30px
}
.checkbox input[type="checkbox"]:checked{
    background-position: -30px -30px
}
.checkbox label, .radio label{
    padding-left: 0px;
}

/* ----------------------------------------------------------------
    nav
----------------------------------------------------------------- */
.mb_navbar{
    position: absolute;
    top: 0px;
    z-index: 3000;
}
.sidenav {
    background: rgba(255, 255, 255, 1);
    display: block;
    font-size: 16px;
    font-weight: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    overflow: auto;
    transform: translate(-200px, 0);
    transition: transform .3s;
    top: 0;
    width: 200px;
    z-index: 1000;
    padding: 24px;
}
.sidenav.show {
    transform: translate(0, 0)
}
.sidenav-overlay{
    background: rgba(0, 0, 0, 0.2);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 888;
}
.mp_tuichu a{
    color: #000;
}
.mp_nav li a{
    color: #000;
    display: block;
    padding: 20px 0px;
}
.dlzc{
    margin-top: 50px;
}
.dlzc li a{
    display: block;
    padding: 14px;
}

/* ----------------------------------------------------------------
    通用
----------------------------------------------------------------- */
.container-fluid{
    width: 100%;
}
img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
a{
    color: #000;
}
a, a:hover, a:focus{
    text-decoration: none;
}
a:hover, a:hover, a:focus{
    color: #018fff;
}

h2{
    line-height: 42px;
}

p{
    margin-bottom: 0px;
    line-height: 24px;
}

.text-muted{
    color: #999;
}

.text-white{
    color: #fff;
}

.text-primary{
    color: #2881ee;
}

.text_eec881{
    color: #eec881;
}

.text_c81f3c{
    color: #c81f3c;
}

.font_12{
    font-size: 12px;
}

.font_16{
    font-size: 16px;
}

.bg_f5f5f5{
    background: #f5f5f5;
}

.bg_f9fafc{
    background: #f9fafc;
}

.no_padding{
    padding-left: 0px;
    padding-right: 0px;
}

.no_padding_left{
    padding-left: 0px;
}

.no_padding_right{
    padding-right: 0px;
}

.no_margin{
    margin: 0px;
}
.mb68{
    margin-bottom: 68px;
}
.mb24{
    margin-bottom: 24px;
}
.mb100{
    margin-bottom: 100px;
}
.mt68{
    margin-top: 68px;
}
.mt100{
    margin-top: 100px;
}
.mr5{
    margin-right: 5px;
}

.primary_style1{
    border-radius: 50px;
    background: #236def;
    border-color: #236def;
    color: #fff;
    padding: 8px 32px;
}
.primary_style1:hover,.primary_style1:focus,.primary_style1:active{
    background: #018fff;
    border-color: #018fff;
    color: #fff;
}

.img_center{
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ----------------------------------------------------------------
    index
----------------------------------------------------------------- */
/*顶部*/
.index_top{
    background: #223f68;
}
.index_top_left li{
    line-height: 58px;
    padding-right: 42px;
}
.index_top_left li img{
    margin-right: 8px;
}
.index_top_right{
    line-height: 58px;
}
.index_top_right a{
    margin-left: 50px;
}

/*导航*/
.index_top_nav{
    position: relative;
    margin-bottom: 102px;
}

.pc_navbar{
    min-height: 78px;
    position: absolute;
    top: 0px;

    left:50%;
    transform:translate(-50%);
    z-index: 3000;
}
.navbar-default{
    background: none;
    border: none;
}
.navbar-brand{
    height: 78px;
    padding: 20px 15px 8px 15px;
}
.nav li a{
    font-size: 16px;
    padding: 18px 6px;
    margin: 24px 16px;
    color: #fff;
}
.navbar-default .navbar-nav>li>a{
    color: #fff;
}
.nav li a::after{
    display: block;
    width: 0;
    height: 4px;
    background: #236def;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.nav li a:hover::after,.nav .active a::after{
    opacity: 1;
    width: 100%;
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{
    color: #236def;
    background: none;
}

.jumbotron{
    padding: 0px;
}
.index_banner .swiper-wrapper .swiper-slide{
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    background-color: #1c375c;
    height: 734px;
}
.index_banner .swiper-pagination-bullets{
    bottom: 132px;
}
.index_banner .swiper-pagination-bullet{
    width: 30px;
    height: 4px;
    border-radius: 0px;
    opacity: 0.5;
    background: #fff;
}
.index_banner .swiper-pagination-bullet-active{
    opacity: 1;
    background: #236def;
}
.index_banner .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 12px;
}
.index_banner .swiper-button-next,.index_banner .swiper-button-prev{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-size: 10px;
    background-color: rgba(0,0,0,0.4);
    opacity: 0.4;
}
.index_banner .swiper-button-prev{
    left: 200px;
}
.index_banner .swiper-button-next{
    right: 200px;
}
.index_banner .swiper-button-next:hover,.index_banner .swiper-button-prev:hover{
    opacity: 1;
}

.index_banner1{
    color: #fff;
}
.index_banner1 h2{
    margin: 150px 0px 18px 0px;
}
.index_banner1 p{
    font-size: 16px;
    line-height: 30px;
}
.index_banner1 h1{
    color: #e99030;
    font-size: 48px;
}

.banner3 img{
    margin: 100px 0px 16px 0px;
}
.banner3 h4{
    color: #eec881; 
    background:url("../img/banner3_h4.png") no-repeat center;
    padding: 14px 0px;
}
.banner3_1 h3{
    margin-top: 68px;
}
.banner3_2 h3{
    margin-top: 48px;
    margin-left: 130px;
    line-height: 46px;
}

.szgd{
    position: absolute;
    bottom: -100px;
    left:50%;
    transform:translate(-50%);
    z-index: 1000;
}
.szgd_style{
    background: #fff;
    box-shadow: 0px 10px 40px rgba(7,28,71,0.1);
}
.szgd_style_nr{
    margin: 38px 0px;
    border-right: 1px solid #eee;
}
.szgd_style_nr_right{
    border-right: none;
}
.index_szgd_icon{
    height: 36px;
}
.szgd_style_nr p{
    margin-top: 26px;
}
.szgd_sz{
    font-size: 30px;
    font-weight: 700;
    color: #2984ef;
}
.szgd_fsz{
    font-size: 16px;
    color: #666;
}
.szgd_p{
    font-size: 16px;
}

/*nav2*/
#scrollSearchDiv{
    z-index: 1000; 
    width: 100%; 
    height: 73px; 
    background-color: #fff; 
    display: none; 
    position: fixed; 
    left: 0; 
    top:0; 
    text-align: center; 
    border-bottom: 1px solid #eee;
}
.navbar-brand2{
    height: 73px;
    padding: 20px 15px 15px 15px;
}
.navbar-default .pc_nav2 li a{
    color: #999;
}
.pc_nav2 li a{
    padding: 26px 6px;
    margin: 0px 16px;
}

/*内容*/
.index_bt h2{
    margin: 100px 0px 0px 0px;
}
.index_bt p{
    margin: 18px 0px 68px 0px;
    line-height: 24px;
}

.ppys_bt_xw,.ppys_bt_xw2,.ppys_bt_dd{
    display: inline-block;
    width: 10px;
    height: 10px;
    background:url("../img/ppys_bt_xw.png") no-repeat;
}
.ppys_bt_xw2{
    width: 10px;
    height: 11px;
    background:url("../img/ppys_bt_xw2.png") no-repeat;
}
.ppys_bt_dd{
    width: 14px;
    height: 11px;
    background:url("../img/ppys_bt_dd.png") no-repeat;
}

/*品牌优势top*/
.gallery_thumbs{
    padding: 0px 15px;
}
.gallery_thumbs .media{
    padding: 12px 0px 12px 14px;
    cursor: pointer;
}
.gallery_thumbs .swiper-slide{
    border-right: 1px solid #f5f5f5;
    margin-bottom: 24px;
}
.gallery_thumbs .slide_right{
    border-right: none;
}
.gallery_thumbs .slide_right{
    border-right: none;
}
.gallery_thumbs .media .pull-left{
    margin-top: 15px;
    padding-right: 14px;
}
.gallery_thumbs .media p{
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 24px;
}
.gallery_thumbs .swiper-wrapper .my-slide-thumb-active .media{
    background: #fff;
    box-shadow: 0px 10px 20px rgba(35,109,239,0.2);
    z-index: 10000;
    border-radius: 12px;
    z-index: 10000;
}
.gallery_thumbs{
    padding-top: 8px;
}

.gallery_top .huadong_bottom_box{
    box-shadow: 0px 5px 15px rgba(35,109,239,0.2);
    background: #fff;
    border-radius: 10px;
    padding: 0px 0px 0px 0px;
    height: 620px;
}
.gallery_top{
    position: relative;
    box-shadow: none;
    padding: 8px 15px 42px 15px;
}
.gallery_top .swiper-pagination{
    position: absolute;
    left: 50%;
    transform:translate(-50%,-50%);
}
.gallery_top .swiper-pagination-bullet{
    width: 8px;    
    height: 8px;
    border-radius: 8px;
    background: #bed9fa;
    opacity: 1;
}
.gallery_top .swiper-pagination-bullet-active{
    width: 40px;
    background: #2882ef;
    opacity: 1;
}
.gallery_top>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 7px;
}
.gallery_top>.swiper-pagination-bullets{
    bottom: 0px;
}
.topbottom_huadong{
    height: 620px;
}
.topbottom_huadong .swiper-slide{
    height: auto;
    padding: 58px 100px 0px 100px;
}
.topbottom_huadong .swiper-scrollbar{
    right: 18px;
    top: 5%;
    height: 90%;
}
.topbottom_huadong .swiper-scrollbar-drag{
    background: rgba(41,132,239,1);
}
.topbottom_huadong .swiper-scrollbar{
    background: rgba(245,245,245,1);
}
.topbottom_huadong .swiper-button-next{
    background: none;
    top: auto;
    bottom: 14px;
    right: 33px;
}
.index_ljmfsy{
    padding: 78px 0px;
}

/*定价详情*/
.djxq_style{
    background: url("../img/djxq_banner1.jpg") no-repeat center;
    background-size: auto 100%;
    padding: 1px 0px;
}
.djxq_bg{
    margin-bottom: 100px;
}
.djxq_bg>tbody>tr>td,.djxq_bg>thead>tr>th{
    color: #333;
    border-color: #eee;
    padding: 18px 12px;
    font-size: 12px;
    text-align: center;
    vertical-align:middle;
}
.djxq_bg>thead>tr>th{
    border-bottom: none;
}
.djxq_bg>tbody>tr>td>a{
    display: inline-block;
    width: 78px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    color: #999;
    border-radius: 50px;
    -webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s,color 0.5s;
    background: #236def;
    color: #fff;
}
.djxq_bg>tbody>tr>td>a:hover{
    background: #018fff;
    color: #fff;
}
.djxq_bg>tbody>tr,.djxq_bg>thead>tr>th{
    background: #fff;
}
.djxq_bg>tbody>tr:hover{
   background: #f5f5f5;
   z-index: 10000;
}
.djxq_bg tbody tr td:nth-child(11){
   font-weight: 700;
}

/*产品功能*/
.huadong_top2,.huadong_top3,.huadong_top4{
    position: relative;
    top: 8px;
}
.huadong_top2 .swiper-slide a,.huadong_top3 .swiper-slide a,.huadong_top4 .swiper-slide a{
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 28px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    color: #999;
    cursor: pointer;
}
.huadong_top2 .swiper-slide a:before ,.huadong_top3 .swiper-slide a:before,.huadong_top4 .swiper-slide a:before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #2881ee;
    height: 4px;
    border-radius: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.huadong_top2 .swiper-slide a:hover:before,.huadong_top2 .swiper-slider a:focus:before,.huadong_top2 .hvr-underline-from-center a:active:before
,.huadong_top3 .swiper-slide a:hover:before,.huadong_top3 .swiper-slider a:focus:before,.huadong_top3 .hvr-underline-from-center a:active:before
,.huadong_top4 .swiper-slide a:hover:before,.huadong_top4 .swiper-slider a:focus:before,.huadong_top4 .hvr-underline-from-center a:active:before {
    left: 0;
    right: 0;
}
.huadong_top2 .swiper-slide-thumb-active a,.huadong_top2 .swiper-slide a:hover,.huadong_top2 .swiper-slide-thumb-active a:before
,.huadong_top3 .swiper-slide-thumb-active a,.huadong_top3 .swiper-slide a:hover,.huadong_top3 .swiper-slide-thumb-active a:before
,.huadong_top4 .swiper-slide-thumb-active a,.huadong_top4 .swiper-slide a:hover,.huadong_top4 .swiper-slide-thumb-active a:before{
    color: #2881ee;
    left: 0;
    right: 0;
}

.huadong_bottom2 .huadong_bottom_box,.huadong_bottom3 .huadong_bottom_box,.huadong_bottom4 .huadong_bottom_box{
    box-shadow: 0px 5px 15px rgba(35,109,239,0.2);
    background: #fff;
    border-radius: 10px;
    padding: 0px 0px 0px 0px;
    height: auto;
}
.huadong_bottom2,.huadong_bottom3,.huadong_bottom4{
    position: relative;
    box-shadow: none;
    padding: 8px 15px 42px 15px;
}
.huadong_bottom2 .swiper-pagination
,.huadong_bottom3 .swiper-pagination
,.huadong_bottom4 .swiper-pagination{
    position: absolute;
    left: 50%;
    transform:translate(-50%,-50%);
}
.huadong_bottom2 .swiper-pagination-bullet
,.huadong_bottom3 .swiper-pagination-bullet
,.huadong_bottom4 .swiper-pagination-bullet{
    width: 8px;    
    height: 8px;
    border-radius: 8px;
    background: #bed9fa;
    opacity: 1;
}
.huadong_bottom2 .swiper-pagination-bullet-active
,.huadong_bottom3 .swiper-pagination-bullet-active
,.huadong_bottom4 .swiper-pagination-bullet-active{
    width: 40px;
    background: #2882ef;
    opacity: 1;
}
.huadong_bottom2>.swiper-pagination-bullets .swiper-pagination-bullet
,.huadong_bottom3>.swiper-pagination-bullets .swiper-pagination-bullet
,.huadong_bottom4>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 7px;
}
.huadong_bottom2>.swiper-pagination-bullets
,.huadong_bottom3>.swiper-pagination-bullets
,.huadong_bottom4>.swiper-pagination-bullets{
    bottom: 0px;
}
.topbottom_huadong2,.topbottom_huadong3,.topbottom_huadong4{
    height: 620px;
}
.topbottom_huadong2 .swiper-slide,.topbottom_huadong3 .swiper-slide,.topbottom_huadong4 .swiper-slide{
    height: auto;
    padding: 58px 100px 0px 100px;
}
.topbottom_huadong2 .swiper-scrollbar,.topbottom_huadong3 .swiper-scrollbar,.topbottom_huadong4 .swiper-scrollbar{
    right: 18px;
    top: 5%;
    height: 90%;
}
.topbottom_huadong2 .swiper-scrollbar-drag,.topbottom_huadong3 .swiper-scrollbar-drag,.topbottom_huadong4 .swiper-scrollbar-drag{
    background: rgba(41,132,239,1);
}
.topbottom_huadong2 .swiper-scrollbar,.topbottom_huadong3 .swiper-scrollbar,.topbottom_huadong4 .swiper-scrollbar{
    background: rgba(245,245,245,1);
}
.topbottom_huadong2 .swiper-button-next,.topbottom_huadong3 .swiper-button-next,.topbottom_huadong4 .swiper-button-next{
    background: none;
    top: auto;
    bottom: 14px;
    right: 33px;
}

/*滚动*/
.rmwt_style{
    padding: 34px 34px 28px 34px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 15px 30px rgba(0, 102, 204, 0.15);
}
.rmwt_style h4{
    margin: 0px 0px 18px 0px;
}
.rmwt_style_right{
    margin-right: -4px;
}
.rmwt_lunbo{
    height: 150px;
}
.rmwt_lunbo ul li a{
    display: block;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.rmwt_lunbo .gxrz_style li a{
    padding-left: 24px;
    background: url("../img/xiaolaba.png") no-repeat left center;
}

.col-2{
    position: relative;
    width: 20%;
    float: left;
}
.price_gmlc{
    background: url(../img/price_gmlc_right.png) no-repeat;
    background-position: right 42px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.price_gmlc_right{
    background: none;
}

.gmlc{
    background: #f5f7fb;
    padding-top: 100px;
}

.ksmfty{
    background: url("../img/ksmfty_bg.jpg") no-repeat center;
    background-size: auto 100%;
    height: 228px;
}
.ksmfty h2{
    margin: 38px 0px 12px 0px;
}
.ksmfty a{
    display: inline-block;
    width: 182px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 16px;
    -webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s,color 0.5s;
}
.ksmfty a:hover{
    background: #fff;
    color: #2984ef;
}

/*底部*/
.index_bottom{
    background: #0b1929;
    color: #fff;
    padding-bottom: 120px;
}
.bottom_nav h4{
    font-size: 14px;
    margin-top:68px;
}
.bottom_nav ul li a{
    color: #babbbc;
    font-size: 12px;
    line-height: 36px;
}
.bottom_nav ul li a:hover{
    color: #2984ef;
}
.bottom_nav h3{
    margin: 8px 0px 20px 0px;
}
.bottom_nav img{
    margin-bottom: 8px;
}

.bottom_nav2{
    border-top: 1px solid #1b2d42;
    border-bottom: 1px solid #1b2d42;
    padding: 15px 15px 15px 0px;
}
.bottom_nav2 li a{
    color: #babbbc;
    font-size: 12px;
    line-height: 36px;
}
.bottom_nav2 li{
    width: 118px;
}
.bottom_nav2 ul li a:hover{
    color: #2984ef;
}

.bottom_nav3{
    padding-top: 32px;
    padding-bottom: 38px;
}
.bottom_nav3 ul li a{
    color: #fff;
    font-size: 12px;
    line-height: 36px;
}
.bottom_nav3 ul li a:hover{
    color: #2984ef;
}

.bottom_laqi{
    z-index: 1000;
}
.panel-group{
    margin-bottom: 0px;
}
.laqi{
    position: absolute;
    right: 24px;
    top: -40px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #d83227;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.laqi:hover,.laqi:focus,.laqi:active{
    background: #c22d23;
    color: #fff;
}
.bottom_laqi .panel{
    padding: 0px;
    border-radius: 0px;
    border: none;
    background: url("../img/bottom_laqi_bg.jpg") #d83227 no-repeat center;
    background-size: 100%;
}
.bottom_laqi .panel-body{
    padding: 0px;
}
.bottom_laqi h3{
    margin: 6px 0px
}
.bottom_laqi img{
    margin-right: 30px;
}
.bottom_laqi_an{
    display: inline-block;
    padding: 12px 32px;
    border: 3px solid #236def;
    background: #fef3bb;
    color: #236def;
    font-weight: 700;
    font-size: 18px;
    border-radius: 50px;
    margin-top: 22px;
}

.top_gundong{
    width: 600px;
    height: 58px;
}

/* ----------------------------------------------------------------
    品牌优势
-----------------------------------------------------------------*/
/*无限容量，灵活扩容*/
.versionCmp table thead tr td {
    font-size: 18px;
    line-height: 25px;
    padding: 13px 30px 12px 30px;
    background-color: #f6f7fa;
    font-weight: 700;
}
.versionCmp table thead tr td:nth-child(3) {
    background: -webkit-gradient(linear, left top, right bottom, from(#c2a370), to(#e9cb8b));
    background: -webkit-linear-gradient(top left, #c2a370, #e9cb8b);
    background: -o-linear-gradient(top left, #c2a370, #e9cb8b);
    background: linear-gradient(to bottom right, #c2a370, #e9cb8b);
    color: #fff;
}
.versionCmp table {
    border-spacing: 2px 0;
    border-collapse: separate;
}
.versionCmp table tr td:nth-child(1) {
    text-align: right;
}
.versionCmp table tbody tr:nth-child(odd) {
    background-color: #fcfcfe;
}
.versionCmp table tbody tr td {
    font-size: 13px;
    line-height: 18px;
    padding: 11px 30px;
    border: none;
}
.text_bold, .versionCmp .vc_title, .versionCmp table tr td:nth-child(1), 
.versionCmp table thead tr td, .versionCmp table tbody tr:nth-child(even) td:nth-child(3), .versionCmp table tbody tr:nth-child(even) td:nth-child(4), 
.versionCmp table tbody tr:nth-child(odd) td:nth-child(3), .versionCmp table tbody tr:nth-child(odd) td:nth-child(4), .versionCmp .btn_wrap .btn, 
.vipinfo_cnt .vc_title, .vipinfo_cnt table tr td:nth-child(1), .vipinfo_cnt table thead tr td, .vipinfo_cnt table tbody tr:nth-child(even) td:nth-child(2), 
.vipinfo_cnt table tbody tr:nth-child(odd) td:nth-child(2) {
    font-family: PingFangSC-Medium, "STHeitiSC-Light", BlinkMacSystemFont, "Helvetica", "lucida Grande", "SCHeiti", "Microsoft YaHei";
    font-weight: bold;
}
.versionCmp table tbody tr:nth-child(odd) td:nth-child(3), .versionCmp table tbody tr:nth-child(odd) td:nth-child(4) {
    background-color: #fbfaf6;
    font-size: 13px;
    color: #754f00;
}
.versionCmp table tbody tr:nth-child(even) td:nth-child(3), .versionCmp table tbody tr:nth-child(even) td:nth-child(4) {
    background-color: #f3eee4;
    font-size: 13px;
    color: #754f00;
}

/*安全扫码登录*/
.bt_aqrz{
    color: #2882ef;
    margin-bottom: 38px;
}
.aqrz_media{
    border-bottom: 1px solid #f5f5f5;
    padding: 24px 0px;
    margin: 0px;
}
.aqrz_media h4{
    margin: 15px 0px 18px 0px;
}
.aqrz_media p{
    color: #999;
}
.aqrz_media .pull-right{
    width: 80px;
    text-align: center;
}
.aqrz_media_bottom{
    border-bottom: none;
}

/*强反垃圾、高防病毒*/
.aqrz_media .pull-left{
    margin-top: 16px;
    padding-right: 60px;
}
.bt_aqrz{
    color: #2882ef;
    margin-bottom: 18px;
}
.fbt_aqrz{
    margin-bottom: 38px;
}

/*Foxmail专属体验*/
.ppys_foxmail{
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 78px;
}
.ppys_foxmail img{
    margin-top: 48px;
}
.ppys_foxmail h3{
    margin: 78px 0px 20px 0px;
}
.ppys_foxmail_top h3{
    margin: 28px 0px 20px 0px;
}

/*专业邮箱服务经验*/
.zyyxfwjy{
    background: #2984ef;
    font-size: 18px;
    border-radius: 10px;
    position: relative;
    padding: 20px 20px 20px 80px;
    margin-top: 48px;
    line-height: 30px;
}
.zyyxfwjy em{
    display: inline-block;
    font-size: 30px;
    position: absolute;
    left: 36px;
    top: 18px;
}

/* ----------------------------------------------------------------
    产品功能
-----------------------------------------------------------------*/
/*用户功能*/
.pt_ur_nr1{
    padding: 1px 22px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 15px rgba(41,132,239,0.2);
    margin: 0px 0px 24px 0px;
    height: 154px;
}
.pt_ur_nr1 h4 img {
    margin-right: 16px;
}
.pt_ur_nr1 h4 {
    font-size: 16px;
    margin: 22px 0px 10px 0px;
}
.pt_ur_nr1 p {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    line-height: 24px;
}

/*PC桌面端*/
.pc_zmd1{
    border-bottom: 1px solid #f5f5f5;
    padding: 78px 0px;
}
.pc_zmd_top{
    padding-top: 28px;
}

/*融合企业微信*/
.syfs_ydd_left .swiper-wrapper .swiper-slide{
    margin-bottom: 32px;
    padding: 0px;
}
.syfs_ydd_right .swiper-wrapper .swiper-slide{
    padding: 0px;
}
.syfs_ydd_left .swiper-wrapper .swiper-slide p{
    padding-left: 66px;
    display: block;
    color: #666;
    margin-top: 24px;
}
.syfs_ydd_left .swiper-wrapper .swiper-slide p span{
    position: absolute;
    left: 0px;
    margin-top: 12px;
    width: 34px;
    font-size: 28px;
    color: #bdbdbd;
}
.syfs_ydd_left .swiper-wrapper .swiper-slide-thumb-active p{
    color: #000;
}
.syfs_ydd_left .swiper-wrapper .swiper-slide-thumb-active p span{
    color: #186FD5;
}
.syfs_ydd_xiantiao{
    width: 40px;
    height: 1px;
    background: #eaeaea;
    display: inline-block;
    margin-left: 66px;
    margin-top: 24px;
}
.syfs_ydd_right{
    margin-top: 18px;
}

/*整合API*/
.zh_api .swiper-slide{
    padding: 0px;
}
.zh_api1{
    padding: 78px;
}
.zh_api1 .col-2{
    padding: 0px 12px;
}
.zh_api_top{
    border: 1px solid #f5f5f5;
    padding: 18px;
    height: 270px;
    -webkit-transition: background 0.5s;
    transition: border 0.5s;
}
.zh_api_top:hover{
    border-color: #2984ef;
}
.zh_api_top h4{
    margin: 10px 0px 16px 0px;
}
.zh_api_top p{
    font-size: 12px;
}

.zh_api2{
    background: #f5f5f5;
    padding: 78px;
}
.zh_api_bottom{
    background: #fff;
    padding-bottom: 28px;
    margin-bottom: 24px;
}
.zh_api_bottom .img_center{
    height: 166px;
}

/* ----------------------------------------------------------------
    技术服务
-----------------------------------------------------------------*/
/*服务器部署*/
.pe_os_nr2{
    background: #27395f;
    color: #fff;
    border-radius: 5px;
    padding: 24px;
    margin-bottom: 30px;
    height: 480px;
}
.pe_os_nr2 h3{
    font-size: 24px;
    font-weight: normal;
    margin: 0px;
}
.pe_os_nr_tu{
    height: 204px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pe_os_nr2 h4{
    height: 78px;
    font-size: 14px;
    line-height: 28px;
    margin: 0px;
}
.pe_os_nr2 ul{
    display: inline-block;
    width: 32%;
    vertical-align: top;
    color: #ccc;
}
.pe_os_nr2 ul li{
    line-height: 30px;
}

/*CDN加速节点*/
.pe_ge_cdnbt{
    margin: 56px 0px 0px 0px;
}
.pe_ge_cdnbt span{
    font-size: 14px;
    color: #999;
}
.pe_ge_cdnnr h4{
    border-left: 4px solid #2984ef;
    padding-left: 10px;
    font-size: 16px;
    margin: 28px 0px 12px 0px;
}
.pe_ge_cdnnr p{
    color: #999;
}

/*DMARC仿冒*/
.pe_os_fbt{
    margin: 0px;
    background: #f9fafc;
    padding: 0px 28px;
    border-radius: 5px;
    height: 58px;
    line-height: 58px;
    font-weight: 700;
    font-size: 16px;
}
.pe_os_qqcywy{
    padding: 15px 43px;
}
.pe_os_qqcywy p{
    line-height: 24px;
    margin-top: 24px;
}
.pe_os_qqcywy h4{
    font-weight: 700;
    font-size: 16px;
    margin: 24px 0px 24px 0px;
}
.pe_os_qqcywy ul{
    margin-top: 24px;
    line-height: 24px;
}

/*强反垃圾*/
.qflj_bfzllb>tbody>tr>td{
    border: 1px solid #f5f5f5;
    padding: 12px 18px;
}

/*高防病毒*/
.pe_am_txfljfbdcg{
    background: url("../img/pe_am_txfljfbdcg.jpg") no-repeat center;
    background-size: auto 100%;
}
.pe_am_txfljfbdcg1{
    color: #fff;
    background: #2984ef;
    border-radius: 10px;
    padding: 18px 14px 18px 52px;
    position: relative;
}
.pe_am_txfljfbdcg2{
    margin-bottom: 208px;
}
.pe_am_txfljfbdcg1 em{
    position: absolute;
    font-size: 30px;
    left: 12px;
    top: 12px;
}

/*高防病毒*/
.gfbd_txqyfwms p{
    background: #2984ef;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    padding: 26px 28px 26px 78px;
    margin-bottom: 40px;
    position: relative;
}
.gfbd_txqyfwms em{
    position: absolute;
    font-size: 30px;
    margin-left: -42px;
}
.service_txqyfwms_left{
    margin-top: 24px;
}

/* ----------------------------------------------------------------
    客户案例
-----------------------------------------------------------------*/
.khal_style{
    padding: 42px 24px;
}
.khal_padding{
    padding: 0px 24px;
}
.khal_style .img-rounded{
    border-radius: 10px;
    margin-bottom: 30px;
}
.khal_style1{
    background: url("../img/case_da_style1.png") #f5f7fb no-repeat;
    padding: 24px 32px;
}
.khal_style1 h4{
    line-height: 26px;
    font-size: 16px;
}
.khal_style2{
    margin: 24px 0px 0px 0px;
}
.khal_style2 li a{
    display: inline-block;
    padding: 8px 12px;
    background: #ddd;
    color: #fff;
    border-radius: 50px;
}
.khal_style2 li a:hover{
    background: #2984ef;
}
.khal_style3 h4{
    font-size: 16px;
    margin: 24px 0px 12px 0px;
}
.btn_ljgd{
    border-radius: 50px;
    color: #999;
    padding: 8px 32px;
    text-decoration: none;
}
.btn_ljgd:hover{
    color: #236def;
    text-decoration: none;
}
.case_ds_img{
    padding: 18px 8px 28px 8px;
}
.case_ds_img2{
    margin-right: -7px;
    margin-left: -7px;
}
.case_ds_img .img_center{
    border-radius: 0px;
    border: 1px solid #eee;
    padding: 20px;
    height: 80px;
}

/* ----------------------------------------------------------------
    内页
-----------------------------------------------------------------*/
.navbar_ny{
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.nr_yeimian{
    padding: 58px 100px 0px 100px;
    box-shadow: 0px 5px 15px rgba(35,109,239,0.2);
    background: #fff;
    border-radius: 10px;
}
.nr_yeimian2{
    padding: 58px 100px 58px 100px;
}
.nr_yeimian3{
    padding: 0px;
}

/* ----------------------------------------------------------------
    banner2
-----------------------------------------------------------------*/
.banner2{
    color: #fff;
    padding-left: 68px;
}
.banner2 h2{
    margin: 300px 0px 20px 0px;
}
.banner2 p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
}
.banner_style{
    padding-left: 48px;
}
.banner_style p{
    color: #fff;
    margin-top: 320px;
}
.banner_style p strong{
    color: #ffcd5d;
    font-size: 60px;
    line-height: 78px;
}

.ie_re_style3 p a{
    color: #0082ef;
    font-size: 16px;
    line-height: 30px;
}

.wxsmjkxz_style{
    box-shadow: 0px 15px 30px rgba(0,102,204,0.15);
    border-radius: 10px;
    padding: 24px;
    background: #fff;
}
.wxsmjkxz_style .img_center{
    height: 180px;
}
.wxsmjkxz_style p{
    margin-top: 14px;
}
.wxsmjkxz_style p span{
    color: #2984ef;
}

.text-danger{
    color: #f00;
}

.txqyyxtsgn>tbody>tr>td{
    vertical-align:middle;
    padding: 16px 20px;
    border-left: none;
}
.txqyyxtsgn {
    border-spacing: 1px 1px;
    border-collapse: separate;
    border: none;
}

/* ----------------------------------------------------------------
    价格
-----------------------------------------------------------------*/
.price_kaitong_style{
    padding: 0px 10px;
}
.price_kaitong{
    background: #fff;
    padding: 1px 0px 32px 0px;
    margin: 78px 0px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.price_kaitong:hover{
    box-shadow: 0px 15px 30px rgba(0,102,204,0.15);
}
.price_kaitong1{
    background: #2984ef;
    padding: 40px 20px 88px 20px;
    color: #fff;
}
.price_kaitong1 h3{
    font-size: 24px;
    margin: 0px 0px 0px 0px;
}
.price_kaitong1 p{
    font-size: 12px;
    margin: 14px 0px 0px 0px;
}
.price_kaitong2{
    background: #fff;
    box-shadow: 0px 15px 30px rgba(0,102,204,0.15);
    border-radius: 5px;
    margin: 0px 20px;
    padding: 20px 0px;
    position: relative;
    top: -50px;
}
.price_kaitong2 p{
    margin-top: 0px;
}
.price_kaitong2 h4{
    margin: 0px;
}
.price_kaitong2 h4 b{
    color: #2984ef;
    font-size: 30px;
}
.price_kaitong3{
    height: 326px;
    margin: -20px 0px 20px 0px;
}
.price_kaitong3 li{
    line-height: 36px;
}

.price_cjwt{
    background: #f9fafc;
    border-radius: 10px;
    padding: 42px 42px 32px 42px;
    margin-bottom: 28px;
}
.price_cjwt h4{
    margin: 0px;
}
.price_cjwt_style{
    position: relative;
    padding-left: 32px;
    margin-top: 10px;
}
.price_cjwt_style span{
    background: #2984ef;
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 8px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}
.price_cjwt_style p{
    line-height: 38px;
}

.price_gmlc2{
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/* ----------------------------------------------------------------
    品牌历程
-----------------------------------------------------------------*/
.pplc_txjs p{
   line-height: 38px;
}

.about_ssdsj2{
    padding: 0px 50px;
}
.about_ssdsj{
    padding: 15px 15px 72px 15px;
}
.swiper-container-h .slide_wm{
    box-shadow: 0px 5px 15px rgba(0, 102, 204, 0.15);
    width: 278px;
    height: 362px;
    border-radius: 5px;
    background: #333f50;
    color: #fff;
}
.swiper-container-h .slide_wm2{
    background: #aadb1e;
}
.swiper-container-h .slide_wm3{
    background: #b0b0b0;
}
.swiper-container-h .slide_wm4{
    background: #6db33f;
}
.swiper-container-h .slide_wm5{
    background: #4fb03f;
}
.swiper-container-h .slide_wm6{
    background: #535353;
}
.swiper-container-h .slide_wm7{
    background: #548235;
}
.swiper-container-h .slide_wm8{
    background: #8bbf67;
}
.swiper-container-h .slide_wm9{
    background: #efea94;
}
.swiper-container-h .slide_wm10{
    background: #ffc000;
}
.swiper-container-h .slide_wm11{
    background: #ff6700;
}

.about_ssdsj2 .swiper-button-prev,.about_ssdsj2  .swiper-button-next{
    background: none;
    width: 30px;
    height: 30px;
}
.about_ssdsj .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #2984ef;
}
.about_ssdsj .swiper-pagination-progressbar{
    top: auto;
    bottom: 0px;
    background: rgba(234,234,234,1);
}
.slide_wm_v{
    width: 100%;
    height: 230px;
}
.slide_wm_v .swiper-slide{
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.slide_wm_v .swiper-slide p{
    padding: 0px 24px 0px 44px;
    background:url("../img/icon_yuan.png") no-repeat left top;
    background-position-y: 12px;
    background-position-x: 28px;
    line-height: 32px;
    margin: 0px;
    font-size: 16px;
}
.about_ssdsj3{
    font-size: 30px;
    border-bottom:1px solid #f1f7fc;
    font-weight: normal;
    padding: 32px 28px 32px 28px;
    margin: 0px 0px 20px 0px;
}
.slide_wm_v .swiper-scrollbar-drag{
    background: rgba(41,132,239,1);
}
.slide_wm_v .swiper-scrollbar{
    background: rgba(242,242,242,1);
}
.histyory_cpls{
    margin: 0px 15px;
}
.history_lishi{
    padding: 78px 0px;
}
.history_lishi_bt{
    font-size: 30px;
    font-weight: normal;
    margin: 0px 0px 30px 0px;
}

/* ----------------------------------------------------------------
    客户案例
-----------------------------------------------------------------*/
.list_khan{
    display: block;
    background: #fff;
    padding: 24px;
    margin-bottom: 24px;
    -webkit-transition: box-shadow 0.5s,color 0.5s;
    transition: box-shadow 0.5s,color 0.5s;
}
.list_khan:hover{
    box-shadow: 0 15px 30px rgba(0, 102, 204, 0.15);
}
.list_khan .pull-left{
    width: 300px;
    height: 200px;
}
.list_khan p{
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.list_right_ul span {
    display: inline-block;
    width: 48px;
    height: 28px;
    line-height: 28px;
    border-radius: 50px;
    background: #2984ef;
    color: #fff;
    text-align: center;
    margin: 0px 0px 0px 14px;
}

.case_da_style3 h4{
    font-size: 20px;
    border-top: 1px solid #eee;
    margin: 48px 0px 34px 0px;
    padding-top: 50px;
}
.gzyh_gundong{
    padding: 15px 0px;
}
.gzyh_gundong .swiper-wrapper .swiper-slide .gzyh_gundong_bk{
    height: 120px;
    border: 1px solid #f5f5f5;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gzyh_gundong .swiper-wrapper .swiper-slide .gzyh_gundong_bk:hover{
    border: 1px solid #fff;
    box-shadow: 0px 5px 15px rgba(41,132,239,0.2);
}

.khal_lb a{
    display: inline-block;
    padding: 12px 24px;
    color: #999;
    border-radius: 50px;
    margin-top: 102px;
    -webkit-transition: background 0.5s,color 0.5s;
    transition: background 0.5s,color 0.5s;
}
.khal_lb .active a,.khal_lb a:hover{
    background: #236def;
    color: #fff;
}

/* ----------------------------------------------------------------
    客户详情
-----------------------------------------------------------------*/
.case_list_detils{
    text-indent: 2em;
}


/* ----------------------------------------------------------------
    现成无缝整合
-----------------------------------------------------------------*/
.pt_ue_tabs{
    background: #fff;
    padding: 0px;
    border-radius: 5px;
    border-bottom: 1px solid #f5f5f5;
}
.pt_ue_tabs ul{
    margin: 0px;
}
.pt_ue_tabs ul li a{
    display: inline-block;
    font-size: 16px;
    padding: 0px 20px 0px 20px;
    margin: 0px 44px;
    height: 98px;
    line-height: 98px;
}
.pt_ue_tabs ul li a{
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.pt_ue_tabs ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #2984ef;
    height: 5px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.pt_ue_tabs ul li a:hover:before, .pt_ue_tabs ul li a:focus:before, .pt_ue_tabs ul li a:active:before {
    left: 0;
    right: 0;
}
.pt_ue_tabs ul li a:hover{
    color: #000;
}
.pt_ue_tabs ul li.active a:before{
    left: 50%;
    right: 50%;
}
.pt_ue_tabs ul li.active a{
    border-bottom: 5px solid #2984ef;
}

.ie_re_txqyyxstyle{
    height: 160px;
    background: #fff;
    box-shadow: 0px 15px 30px rgba(0,102,204,0.15);
}

.ie_re_lbnr{
    border: 1px solid #f5f5f5;
    background: #fff;
   -webkit-transition: border 0.5s;
    transition: border 0.5s;
    color: #666;
    padding-bottom: 32px;
}
.ie_re_lbnr_right{
    margin-right: -4px;
}
.ie_re_lbnr:hover{
    border: 1px solid #2984ef;
}
.ie_re_lbnr_img{
    height: 198px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.guize_xg{
    position: relative;
}
.guize_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    color: #fff;
    opacity: 0;
    font-size: 12px;
}
.guize_text p{
    padding: 6px 12px;
}
.guize_xg:hover .guize_text{
    opacity: 1;
    transition: all 1s;
}

.ie_re_lbnr_top{
    padding: 0px 12px;
}

.ie_re_style1{
    height: 230px;
    background: #fff;
    color: #666;
    margin-bottom: 24px;
}
.ie_re_style1 p{
    margin: 0px;
}
.ie_re_style1 .ie_re_lbnr_img{
    height: 178px;
}

.qywxzh_nr1{
    background: #fff;
    padding: 24px;
    margin-bottom: 24px;
}
.qywxzh_nr1 img{
    margin-right: 24px;
}

.integrate_thirdparty1{
    color: #000;
    padding: 12px 15px;
    height: 280px;
}
.integrate_thirdparty1 h4{
    margin: 16px 0px 18px 0px;
}

/* ----------------------------------------------------------------
    帮助中心
-----------------------------------------------------------------*/
.help_style1{
    padding: 34px 15px 28px 15px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 15px 30px rgba(0, 102, 204, 0.15);
}
.help_style1 li strong{
    color: #999;
    margin: 32px 15px 15px 15px;
    display: block;
}
.help_style1 a{
    display: block;
    padding: 10px 15px;
    margin: 10px 0px;
    border-radius: 5px;
}
.help_style1 li a:hover{
    background: #f5f5f5;
    color: #000;
}
.help_style1 .active a,.help_style1 .active a:hover{
    color: #fff;
    background: #236def;
}
.help_style2 li a{
    display: block;
    line-height: 38px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.modal{
    z-index: 20000;
}
.modal-content{
    border-radius: 0px;
    box-shadow: none;
    border: none;
}
.modal-body{
    padding: 35px;
}
.close{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 36px;
    height: 36px;
}
.tanchuang1 h2{
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 24px;
}
.tanchuang_bd .input-group{
    margin-bottom: 24px;
}
.tanchuang_bd .input-group .input-group-addon{
    border-radius: 0px;
    background: #fff;
    border-color: #eee;
    padding: 12px 18px;
}
.tanchuang_bd .input-group .form-control{
    border-radius: 0px;
    border-color: #eee;
    box-shadow: none;
    height: 40px;
    padding: 12px 18px;
}
.tanchuang_bd .form-group{
    margin-bottom: 38px;
}
.tanchuang_bd .form-group .form-control{
    border-radius: 0px;
    border-color: #eee;
    box-shadow: none;
}
.tanchuang_liangzi{
    letter-spacing: 8px;
}
.tanchuang_tjsq,.tanchuang_tjsq:hover,.tanchuang_tjsq:focus,.tanchuang_tjsq:active{
    border-radius: 0px;
    border-color: #1e79e3;
    background: #1e79e3;
    padding: 12px 24px;
}
.tanchuang_quxiao,.tanchuang_quxiao:hover,.tanchuang_quxiao:focus,.tanchuang_quxiao:active{
    border-radius: 0px;
    border-color: #ccc;
    background: #ccc;
    padding: 12px 24px;
    color: #fff;
}

.tanchuang_huadong{
    height: 400px;
    margin-bottom: 24px;
}
.tanchuang_huadong .swiper-slide{
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tanchuang_huadong .swiper-scrollbar-drag{
    background: rgba(41,132,239,1);
}
.tanchuang_huadong .swiper-scrollbar{
    background: rgba(242,242,242,1);
}
.tanchuang_huadong>.swiper-scrollbar{
    right: 0px;
}

.pager li>a{
    padding: 10px 18px;
    border-radius: 26px;
}


.mfsy_bd .form-group{
    margin-top: 10px;
    margin-right: 30px;
}
.mfsy_bd .form-group .form-control{
    border:none;
    height: 42px;
    line-height: 42px;
}
.mfsy_bd .form-group .input-group-addon{
    border: none;
    padding: 0px;
    color: #236def;
    width: 40px;
    text-align: center;
}

.style_bg{
    background:url("../img/style_bg.png") center;
}
.style_bg2{
    background:url("../img/style_bg.png") #f9fafc center;
}

/* ----------------------------------------------------------------
    响应
-----------------------------------------------------------------*/
@media (max-width: 1500px){
    .index_banner .swiper-button-prev{
        left: 30px;
    }
    .index_banner .swiper-button-next {
        right: 30px;
    }
    .mb_navbar{
        margin-top: 20px;
    }
    .djxq_style{
        background: #132748;
        height: auto;
        padding-bottom: 78px;
    }
    .index_banner .swiper-wrapper .swiper-slide{
        background-size: auto 100%;
    }
}
@media (max-width: 900px){
    .index_top_left li{
        padding-right: 15px;
    }
}
@media (max-width: 900px){
    .mb_logo img{
        width: 300px;
    }
    .szgd{
        position: static;
        transform: none;
    }
    .szgd_sz{
        font-size: 20px;
    }
    .index_banner .swiper-wrapper .swiper-slide{
        height: 300px;
        background-size: auto 100%;
    }
    .index_banner .swiper-pagination-bullets{
        bottom: 30px;
    }
    .index_banner1 h2{
        margin-top: 70px;
        font-size: 24px;
    }
    .index_top_nav{
        margin-bottom: 0px;
    }
    .gallery_thumbs .media{
        padding: 12px 14px;
        text-align: center;
    }
    .gallery_thumbs .media .pull-left{
        float: none!important;
        padding: 0px;
        margin-bottom: 15px;
    }
    .topbottom_huadong .swiper-slide,.topbottom_huadong2 .swiper-slide, .topbottom_huadong3 .swiper-slide, .topbottom_huadong4 .swiper-slide,.nr_yeimian{
        padding: 38px 24px 0px 24px;
    }
    .rmwt_style{
        margin-bottom: 30px;
    }
    .col-2{
        position: relative;
        width: 100%;
        float: left;
    }
    .price_gmlc{
        background: url(../img/price_gmlc_right2.png) no-repeat;
        background-position: center bottom;
    }
    .price_gmlc_right{
        background: none;
    }
    .ksmfty h2{
        margin-top: 24px;
    }
    .ksmfty h4{
        line-height: 28px;
        font-size: 16px;
    }
    .ksmfty {
        background-position: left bottom;
    }
    .bottom_nav{
        margin-bottom: 20px;
    }
    .bottom_nav h4{
        margin-top: 34px;
    }
    .bottom_laqi h3 span{
        font-size: 14px;
        display: inline-block;
        width: 200px;
        line-height: 20px;
    }
    .bottom_laqi img{
        display: none;
    }
    .bottom_laqi_an{
        margin: 12px 0px;
        padding: 10px 30px;
    }
    .bottom_laqi h3{
        margin: 18px 0px 16px 0px;
    }
    .aqrz_media .pull-left{
        padding-right: 20px;
    }
    .pt_ur_nr1{
        height: 120px;
    }
    .topbottom_huadong .swiper-scrollbar,.topbottom_huadong2 .swiper-scrollbar, .topbottom_huadong3 .swiper-scrollbar, .topbottom_huadong4 .swiper-scrollbar{
        right: 0px;
    }
    .topbottom_huadong .swiper-button-next,.topbottom_huadong2 .swiper-button-next, .topbottom_huadong3 .swiper-button-next, .topbottom_huadong4 .swiper-button-next{
        right: 10px;
    }
    .case_ds_img2{
        margin: 24px 0px;
    }
    .pe_am_txfljfbdcg2{
        margin-bottom: 0px;
    }
    .pe_am_txfljfbdcg1{
        margin-bottom: 38px;
    }
    .pe_am_txfljfbdcg{
        background: none;
    }
    .gfbd_txqyfwms p{
        margin: 38px 0px 0px 0px;
    }
    .pc_zmd1 .mt100{
        margin-top: 0px;
    }
    .pc_zmd1 img{
        margin: 24px 0px;
    }
    .syfs_ydd_left .swiper-wrapper .swiper-slide p{
        margin-top: 0px;
    }
    .zh_api1{
        padding: 0px;
    }
    .zh_api2{
        padding: 24px;
    }
    #scrollSearchDiv{
        display: none!important;
    }

    .navbar_ny .pull-left img{
        width: 250px;
        margin-top: 8px;
    }
    .nr_fhsy span{
        display: none;
    }

    .banner2{
        padding-left: 15px;
    }
    .banner2 h2{
        margin: 70px 0px 0px 0px;
        font-size: 24px;
    }
    .banner2 p{
        font-size: 16px;
    }
    .banner_style p{
        margin-top: 24px;
    }
    .banner_style{
        padding-left: 15px;
    }
    .banner_style p strong{
        font-size: 24px;
        line-height: 28px;
    }
    .banner3 img{
        margin: 70px 0px 16px 0px;
    }
    .banner3 h4{
        font-size: 14px;
    }
    .banner3_1 h3{
        margin: 15px 0px;
        font-size: 18px;
    }
    .banner3_2 h3{
        margin: 15px 0px;
        font-size: 18px;
        line-height: 24px;
    }
    .index_banner .swiper-button-next, .index_banner .swiper-button-prev{
        opacity: 0;
    }
    .price_gmlc2{
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .list_khan .pull-left{
        width: 100%;
        float: none!important;
    }
    .pt_ue_tabs ul li a{
        padding: 0px;
        margin: 0px;
    }
    .bottom_laqi .panel{
        background-size: auto 100%;
    }
    .bottom_dianhua{
        display: none;
    }
}