*{margin:0;padding:0;border:0;box-sizing: border-box;color: #444;}
html,body,div,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;border:0;font-family:"Microsoft YaHei",Helvetica,Tahoma,Arial,"Hiragino Sans GB","Hiragino Sans GB W3",STXihei,STHeiti,Heiti,SimSun,sans-serif;}
html,body{color:#fff}
body{background:#fff;}
ul,ol,li{list-style:none}
a{color:#fff}
a:link,a:visited{text-decoration:none}
img{border:none}
em{font-style:normal}
.clearfloat:after{content:'';display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0;clear:both;}
.clearfloat{zoom:1}
select{
    border: none;
    outline: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.fleft{
    float: left;
}
.fright{
    float: right;
}
.w1200{
    width:1200px;
    margin: auto;
}
.f18{font-size: 18px;}
.f16{font-size: 16px;}
.f26{font-size: 26px;}
.f36{font-size: 36px;}
.c9{color: #999;}
.c4{color:#444;}
.ellipsis{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ellipsis_more{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*header*/
.banner_container{
    width: 100%;
    height: 651px;
    /*background: url('../images/banner1.png') no-repeat;*/
    /*background-size:100% ;*/
    color:#fff;
    /*padding-top: 40px;*/
    background-color: #f4f7fc;
}
.banner1{
    width: 100%;
    height: 651px;
}
.nav_fixed,.nav_fixed2{
    background: #fff;
    width: 100%;
    padding:20px 0;
    top:0;
    left: 0;
    position: fixed;
    z-index: 999;
    overflow: hidden;
}
/*.nav_fixed2{*/
    /*padding:40px 0;*/
    /*height: 140px;*/
    /*box-shadow: 0 0 0 1px #d8d8d8;*/

/*}*/
.nav_fixed .nav img,.nav_fixed2 .nav img{
    width: 210px;
    height: 70px;
    vertical-align: middle;
}
.nav_fixed .nav ul li,.nav_fixed2 .nav ul li{
    height: 40px;
    line-height: 40px;
    color:#444;
    cursor: pointer;
}
.nav_fixed .nav,.nav_fixed2 .nav{
    height: 40px;
    line-height: 40px;
}
.nav_banner{
    width: 100%;
    padding:40px 0;
    top:0;
    left: 0;
    position: fixed;
    z-index: 999;
    overflow: hidden;
}
.nav ul li{
    color: #fff;
    cursor: pointer;
}
.nav_fixed .nav ul li a,.nav_fixed2 .nav ul li a{
    color:#444;
    font-size: 18px;
}
.nav_fixed .nav ul li a:hover,.nav_fixed2 .nav ul li a:hover{
    color:#1a6aee;
}
.nav{
    height: 60px;
}
.nav img{
    width:300px;
    height: 100px;
    float: left;
}
.nav ul{
    float: right;
}
.nav ul li{
    font-size: 18px;
    margin-left: 50px;
    float: left;
    height: 60px;
    line-height: 60px;
}
.nav ul li a{
    color: #fff;
}
.swiper-wrapper{
    position: relative;
}
.btn_free{
    width: 292px;
    height: 72px;
    line-height: 72px;
    font-size: 36px;
    background:#00d8c9;
    border-radius:36px ;
    text-align: center;
    /*margin:397px 0 0 360px ;*/
    color:#fff;
    cursor: pointer;
    position: absolute;
    left: 360px;
    top:397px
}
.btn_free2{
    background: #f78704;
}
.btn_free3{
    background: #4398e7;
}
/*header*/
/*footer↓↓↓↓*/
#footer_container{
    width: 100%;
    background: #3d3d59;
    color: #fff;
    padding:60px 0;
}
#footer_container div{
    color: #fff;
}
.footer_logo{
    width: 130px;
    height: 174px;
}
#footer_container .title{
    font-size: 24px;
}
#footer_container .server_one{
    margin-left: 105px;
}
#footer_container .info div{
    margin-top: 30px;
    margin-right: 30px;
}
#footer_container .info2 div{
    margin-top: 30px;
}
#footer_container .server_two{
    margin-left: 130px;
}
#footer_container .href{
    padding-top: 60px;
}
#footer_container .margin_right40{
    color: #fff;
    display: inline-block;
    margin-right: 40px;
}
/*footer↑↑↑*/
/*测边栏留言*/
.message_container{width:230px;height:578px;position:fixed;top:15%;right:0;z-index:999;}
.message_container>div{float:left;}
.message_container .packup{background:url('../images/bg_packup.png') no-repeat;width:30px;height:95px;font-size:14px;text-align: center;padding-top:20px;cursor: pointer;color:#fff; }
.message_container .packup .triangle-right{width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:8px solid white;margin:5px 0 0 12px; }
.message_container .packup .triangle-left{width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:8px solid white;margin:5px 0 0 12px; }
.message_container .message_content{/*height:775px;*/background: #333;text-align:center;padding:20px;}
.message_container img{vertical-align: middle;margin-right:7px;}
.message_wechat{width:141px;height:141px;}
.message_container .service_qq{margin:25px auto;width:160px;height:40px;line-height:40px;background:#2ca1eb;border-radius:10px;text-align: center;cursor: pointer;}
.message_container .message_top_border{
    border-top:1px solid #fff;
    padding:10px 0;
}
.message_container .message_margin_top_bottom{
    margin:10px 0;
    border-bottom:1px solid #fff;
    padding-bottom:10px;
}
.message_info{
    height:60px;
    margin-top:15px;
}
.message_info>div,.message_info>img{
    float:left;
}
.message_info>img{
    margin-right:10px;
    width:50px;
    height:50px;
    border-radius:5px;
}
.message_toke{
    font-size:14px;
    width:160px;
    height:40px;
    line-height:40px;
    background:#ff7e00;
    color:#fff;
    text-align: center;
    border-radius:14px;
    margin-top:20px;
    cursor: pointer;
}
.message_container .message_content div,.message_container .message_content span,.message_change{color:#fff}
/*快速估价*/
#speedy_estimation_container{
    position:fixed;
    width:100%;
    height:100%;
    z-index:999;
    top:0;
    left:0;
    background:rgba(0,0,0,.6);
    display: none;
}
.speedy_estimation_main{
    background:url('../images/speedy_bg.png') no-repeat;
    background-size:100%;
    width:690px;
    height:644px;
    margin:150px auto;
    text-align: center;
}
.phone_code{
    width:291px!important;
    height:68px;
    line-height: 68px;
    border-radius:10px;
    border:1px solid #efefef;
    outline:none;
}
.speedy_estimation_main input{
    outline:none;
    border:1px solid #efefef;
    width:530px;
    height:68px;
    line-height:68px;
    margin:0 auto 20px;
    border-radius:10px;
    padding:0 20px;
}
.speed_float_left{
    float:left;
}
.speed_code_btn{
    width:210px;
    height:68px;
    line-height:68px;
    font-size:16px;
    background:#216ffb;
    border-radius: 10px;
    cursor: pointer;
    margin-left:27px;
    color:#fff;
}
.btn_get_free{
    width:570px;
    clear: both;
    margin:30px auto 0;
    background:#216ffb;
    border-radius: 10px;
    height:68px;
    line-height:68px;
    font-size:18px;
    color:#fff;
    cursor: pointer;
}
.close_speed{
    width:26px;
    height:26px;
    position:absolute;
    right:3%;
    top:2%;
}
.speedy_estimation_main>div{
    margin:auto;
    padding-top:47px;
    text-align: center;
    position:relative;
}
.speed_float_container{
    height:68px;
    width:531px;
    margin: 0 auto 20px;
}
.speed_title{
    margin-bottom:65px;
    color:#fff;
}
.message_ts{
    color:red;
    width:530px;
    clear: both;
    text-align: left;
    margin: auto;
    height:21px;
}
/*快速估价*/
/*置顶*/
.to_top_container{
    position:fixed;
    top:92%;
    right:0;
    z-index:999;
    width:80px;
    height:80px;
    background:#f8f8f8;
    text-align: center;
    color:#000;
    cursor: pointer;
}
.to_top{
    margin-top:16px;
}
/*@media screen and (max-width:1901px){*/
    /*!*.opearte_container{width: 100%}*!*/
    /*!*.banner_container{height:604px;}*!*/
    /*!*.w1200,.banner_container,#footer_container,.opearte_container,.case_container,.cooperate_company_container,.about_us,.competitive_advantages,.product_inserver {width: 100%!important;}*!*/
    /*!*.w1200{width: 1200px}*!*/
/*}*/
/*@media screen and (max-width:1810px){*/
    /*!*.opearte_container{width: 100%}*!*/
    /*!*.banner_container{height:583px;}*!*/
    /*!*.w1200,.banner_container,#footer_container,.opearte_container,.case_container,.cooperate_company_container,.about_us,.competitive_advantages,.product_inserver {width: 100%!important;}*!*/
    /*!*.w1200{width: 1200px}*!*/
/*}*/
/*@media screen and (max-width:1810px){*/
    /*!*.opearte_container{width: 100%}*!*/
    /*.banner_container{height:598px;}*/
    /*!*.w1200,.banner_container,#footer_container,.opearte_container,.case_container,.cooperate_company_container,.about_us,.competitive_advantages,.product_inserver {width: 100%!important;}*!*/
    /*!*.w1200{width: 1200px}*!*/
/*}*/
.news_tag{
    margin-bottom: 50px;
}
.news_tag a{
    color: #999;
}
.news_info_main a{
    color: #000;
}
@media screen and (max-width:1625px){
    /*.btn_free{margin:333px 0 0 360px}*/
}
@media screen and (max-width:1500px){
    /*.btn_free{margin:333px 0 0 360px}*/
    /*.banner_container{height:523px;}*/
    /*.opearte_container{width: 100%}*/
    .full,.product_inserver,.nav_banner,.product_inserver_header,.industry_information ,.opearte_container,.banner_container,#footer_container,.opearte_container,.case_container,.cooperate_company_container,.about_us,.competitive_advantages,.product_inserve,.nav_fixed{width: 1500px!important;}
    .w1200{width: 1200px!important;}
    .case_container_top .header{width: 1400px!important;}

    /*.w1200,.banner_container,#footer_container,.opearte_container,.case_container,.cooperate_company_container,.about_us,.competitive_advantages,.product_inserver {width: 1200px!important;}*/
}