@charset "utf-8";
/* 像素科技 */
*{ padding:0; margin:0;outline:none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, select, p, th, td {margin: 0; padding: 0;}
body{color: #333333;  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif; font-size: 14px;-webkit-font-smoothing: antialiased;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: normal;}
li, dt, dd {list-style: none;}
a {color:#333333; text-decoration:none; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out;}
a:hover { color:#333333; text-decoration:none;}
img {border:0; vertical-align:middle;max-width: 100%;}
button, input, textarea {
    border: none;
    background: transparent;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
i{font-style:normal}
.clear {clear:both;}
.hide {display:none;}
.fl{float: left;}
.fr{float: right;}
.black{color: #333333 !important;}
.main_bg{background: #448aff !important;}
.xs_bg{background: #f2f2f2 !important;}
.yellow{background: #fdd000 !important;}
.xs100{position: relative;width: 1200px;margin: 0 auto; min-width: 1200px;}
[v-cloak]{display: none;}
.text{
	display: inline;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(56%,transparent),color-stop(0,#fdd000));
    background-image: linear-gradient(180deg,transparent 46%,#fdd000 0);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    -webkit-transition: background-size .4s ease;
    transition: background-size .4s ease;
    letter-spacing: 5px;
}
.flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}
.col_1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col_2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col_3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col_4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col_5{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.tc {text-align: center;}
.mg50{margin-top: 50px;}
.mg60{margin-top: 60px;}
.mg20{margin-top: 20px;}
.mg30{margin-top: 30px;}
.pd50{padding-top: 50px;}
.pd30{padding: 30px;}
.pd20{padding: 20px;}
.pdt50{padding: 50px 0;}
.fz50{font-size: 50px;}
.fz20{font-size: 20px;}
.fz30{font-size: 30px;font-weight: 700;}
.fz32{font-size: 32px;font-weight: 700;}
.h300{height: 300px !important;}
.h100{height: 100px !important; width: 100%;overflow: hidden;}
.h80{height: 80px !important; width: 100%;overflow: hidden;}
.line_b{border-bottom: 1px solid #f4f4f4}
.line_t{border-top: 1px solid #f4f4f4}
.bgfa{background: #f4f8fd}
.bgs{background-color: #3f97ff !important}
.main_clolr{color: #3182f8 !important}
.c333{color: #333 !important;}
.cfff{color: #fff !important;}
.bgff{background: #ffffff !important;}
.tc_l{text-align: left !important;}
.food_zx{
    width: 100%;
    min-width: 1200px;
    height: 130px;
    background: url('../img/menberbg.jpg') no-repeat;
    overflow: hidden;
    text-align: center;
    line-height: 130px;
}
.food_zx a{
    border-radius: 20px;
    border: 1px solid #fff;
    color: #fff;
    padding: 15px;
    font-size: 16px;
}
.header{
    min-width: 1200px;
    width: 100%;
    height: 80px;
    position: fixed;
    background: rgba(255, 255, 255, 0);
    left: 0;
    top: 0;
    z-index: 998;
}
.header_n{
     background: rgba(36, 127, 235, 1);
}
.header-bg{
     background: rgba(0, 0, 0, .5);
}
.header_or{
      min-width: 1200px;
    width: 100%;
    height: 80px;
    background: #ccc;
}
.pubbox{
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.19);
}
.qxcp{
    border-radius: 20px;
   border: 1px solid #e6e6e6;
    padding: 5px 15px;
    color: #fff;
    margin: 25px 17px;
    transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out;
}
.qxcp:hover{
    background: #fff;
    color: #3182f8;
}
.header_down{
}
.header_down .nav_item .nav-link{
    color: #fff !important;
}
.header_down .header_menu .dome{
    color: #fff !important;
}
.header_down .header_menu .nav_item i{
    color: #fff !important;
}
.header_down .logo i{
    color: #448aff !important;
}
.header_menu{
    height: 80px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0);
    font-size: 14px;
}
.header_menu .menu_w{
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    position: static!important;
}
.header_menu .logo{
     width: 170px;
    height: 50px;
    margin-top: 15px;
   
}
.header_menu .logo i{
    font-size: 70px;
    color: #448aff;
}
.header_menu .nav_xs{
    margin-left: 10px;
}
.header_menu .nav_item{
    float: left;
    height: 80px;
    padding: 0 9px;
    overflow: hidden;
}
.header_menu .nav_item .nav-link{
    line-height: 80px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}
.header_menu .nav_item .active{
    border-bottom: 2px solid #fff;
    padding: 10px 0;
}
.header_menu .nav_item i{
   padding-left: 5px;
   color: #333;
}
.header_menu .dome{
    position: relative;
    line-height: 80px;
    font-size: 16px;
    color: #333;
    padding-right: 30px;
}
.header_right .shiyong a{
    float: left;
    margin-top: 20px;
    color: #fff;border: 1px solid #fff;
    border-radius: 5px;
    margin-left: 10px;
    padding: 10px 15px;
}
.header_menu .dome i{
    position: absolute;
    right: 0;
    top: -25px;
    width: 30px;
    height: 22px;
     -webkit-animation: bounce-down 0.6s linear infinite;
    animation: bounce-down 0.6s linear infinite;
}
@-webkit-keyframes bounce-down {
    25% {-webkit-transform: translateY(-3px);}
    50%, 100% { -webkit-transform: translateY(0);}
    75% { -webkit-transform: translateY(3px);}
}
 
@keyframes bounce-down {
    25% {transform: translateY(-3px);}
    50%, 100% {transform: translateY(0);}
    75% {transform: translateY(3px);}
}
.header_menu li .dropdown-menu-wrapper {position: absolute; left: 0; top:80px;border-bottom: 0.5px solid #e5e5e5; transform: rotate3d(1, 0, 0, -90deg); z-index: 100; max-height: 0px;
 box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.07);transform-origin: 50% 0%;  transition: 300ms ease-in-out;  overflow: hidden; background-color: #fff; width: 100%;}
.header_menu li:hover .dropdown-menu-wrapper { transform: rotate3d(0, 0, 0, 0deg); transform-origin: 50% 0%; max-height: 1000px;}
.header_menu li .dropdown-menu-wrapper .dropdown-menu { margin:35px auto 15px;  width: 100%; max-width: 1200px; zoom: 1; position:relative;}
.header_menu li .dropdown-menu-wrapper .item-product { width:calc(33.3% - 15px);float:left; margin-right:20px; margin-bottom:20px; padding:15px 20px;box-sizing:border-box; border-radius:4px; 
 transition: all 0.3s ease;}
.header_menu li .dropdown-menu-wrapper .item-product:hover { background:#f6f6f6;}
.header_menu li .dropdown-menu-wrapper .item-product:nth-child(3n) { margin-right:0; }
.header_menu li .dropdown-menu-wrapper .item-product img {max-width:60px; border-radius:4px; float:left; margin-right:20px;}
.header_menu li .dropdown-menu-wrapper .item-product h3 {color:#333; font-size:16px; line-height:200%;}
.header_menu li .dropdown-menu-wrapper .item-product p { color:#999;  line-height:200%;}
.header_menu li .dropdown-menu-wrapper .item-market { position: relative; width:calc(25% - 15px);float:left; margin-bottom:20px; padding:15px 20px; margin-right:20px;  box-sizing:border-box; border-radius:4px; 
 transition: all 0.3s ease; }
.item-market .hots{
    position: absolute;
    width: 30px;
    height: 22px;
    background: url('../img/ihot.png') no-repeat;
    right:20px; top:10px;
 }
 .item-market .inew{
 position: absolute;
    width: 30px;
    height: 22px;
    background: url('../img/inew.png') no-repeat;
    right:20px; top:10px;
 }
.header_menu li .dropdown-menu-wrapper .item-market:hover { background:#f6f6f6;}
.header_menu li .dropdown-menu-wrapper .item-market:nth-child(4n) { margin-right:0; }
.header_menu li .dropdown-menu-wrapper .item-market img { width:50px; border-radius:4px; float:left; margin-right:20px;}
.header_menu li .dropdown-menu-wrapper .item-market h3 {color:#333; font-size:15px; line-height:160%;}
.header_menu li .dropdown-menu-wrapper .item-market p { color:#999; font-size:13px; }
.header_menu li .dropdown-menu-wrapper .dropdown-menu .hot1 { position:absolute; left:470px; top:10px;}
.header_menu li .dropdown-menu-wrapper .dropdown-menu .hot2 { position:absolute; left:775px; top:10px;}
.header_menu li .dropdown-menu-wrapper .dropdown-menu .hot3 { position:absolute; left:1080px; top:10px;}
.header_menu li .dropdown-menu-wrapper .dropdown-menu .hot4 { position:absolute; left:165px; top:110px;}
.header_menu li .dropdown-menu-wrapper .item-sol { width:100%; margin-bottom:30px; padding-top:10px; float: left; }
.header_menu li .dropdown-menu-wrapper .item-sol ul li {width:100%; padding:0; margin:0; height:auto;}
.header_menu li .dropdown-menu-wrapper .item-sol ul li span { width:80px; text-align:right; font-size:15px; color:#333; line-height:230%;}
.header_menu li .dropdown-menu-wrapper .item-sol ul li .subnav { width:1120px;}
.header_menu li .dropdown-menu-wrapper .item-sol ul li .subnav a {line-height: 30px; display:inline-block; padding:1px 20px; background:#f6f6f6; border-radius:4px; margin-left:15px; color:#666; margin-bottom:20px;
 transition: all 0.3s ease; }
.header_menu li .dropdown-menu-wrapper .item-sol ul li .subnav a:hover { background:#ff7300; color:#fff;}

.header_menu li .dropdown-menu-wrapper .item-about { width:calc(25% - 15px);float:left; margin-bottom:20px; padding:15px 20px; margin-right:20px;  box-sizing:border-box; border-radius:4px; 
 transition: all 0.3s ease;  }
.header_menu li .dropdown-menu-wrapper .item-about:hover { background:#f6f6f6;}
.header_menu li .dropdown-menu-wrapper .item-about:nth-child(4n) { margin-right:0; }
.header_menu li .dropdown-menu-wrapper .item-about h3 {color:#333; font-size:16px; line-height:200%;}
.header_menu li .dropdown-menu-wrapper .item-about p { color:#999; font-size:14px; line-height:200%; }
.dropdown{
    position: absolute;
    left: 0;
    top: 80px;
    border-bottom: 0.5px solid #e5e5e5;
    z-index: 100;
    height: 300px;
    box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.07);
    transform-origin: 50% 0%;
    transition: 300ms ease-in-out;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.footer{
     width: 100%;
    min-width: 1200px;
    padding: 20px 0  0;
    background: #2b373d;
}
.footer .ft_pz{
    overflow: hidden;
   padding-bottom: 20px;
     border-bottom: 1px solid #4c4c4c;
}
.footer .ft_pz li{
    float: left;
    width: 25%;
    border-right: 1px solid #4c4c4c;
}
.footer .ft_pz li:nth-child(4n){
    border-right: 0px solid #4c4c4c;
}
.footer .ft_pz li img{
    float: left;
    width: 50px;
    height: 50px;
    margin-left: 14%;
}
.footer .ft_pz div{
    float: left;
    margin-left: 10px;
    text-align: left;
    color: #ccc;
}
.footer .ft_pz div p:nth-child(1){
    font-size: 16px;
}
.footer .ft_pz div p:nth-child(2){
   margin-top: 10px;
}
.footer  .ft_info{
    padding: 25px 0;
    overflow: hidden;
}
.footer .ft_info .ft_info_left dl{
    width: 240px;
    float: left;
    margin-right: 30px;
}
.footer .ft_info .ft_info_left dt{
    font-size: 20px;
    color: #cccccc;
    padding-bottom: 20px;
    border-bottom: 1px solid #4c4c4c;
}
.footer .ft_info .ft_info_left dd{
 float: left;
 margin-right: 10px;
 margin-top: 15px;
 line-height: 2;
}
.footer .ft_info .ft_info_left dd a{
    color: #ccc;
}
.footer .ft_info .ft_info_left dl:nth-child(1){
    width: 160px;
}
.footer .ft_info .ft_info_left dl:nth-child(2){
    width: 180px;
}
.footer .ft_info .ft_info_left dl:nth-child(3){
    width: 310px;
}
.footer .ft_info .ft_info_left dl:nth-child(4){
    width: 100px;
}
.ft_info_right{
    width: 300px;
    overflow: hidden;
    margin-left: 30px;
    color: #ccc;
}
.ft_info_right .footr_logo{
    width: 180px;
    margin: 0 auto
}
.ft_info_right .footer_lx .i{
    width: 50px;
    height: 50px;
    background: rgba(214, 214, 214, .3);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin-left: 40px;
}
.ft_info_right .footer_lx .tel{overflow: hidden;}
.ft_info_right .footer_lx .i i{
    font-size: 30px;
}
.ft_info_right .footer_lx .xssz{
    margin-left: 20px;
}
.ft_info_right .footer_lx .xssz h3{
    font-size: 16px;
}
.ft_info_right .footer_lx .xssz p{
    font-size: 23px;
    color: #fff;
}
.ft_info_right .footer_lx .tx_hz{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.ft_info_right .footer_lx .tx_hz{
    text-align: center;
}
.ft_info_right .footer_lx .tx_hz img{
    width: 110px;
    height: 41px;
    margin-left: 15px;
}
.ft_info_right .footer_lx .tx_hz_1{
    text-align: center;
    overflow: hidden;
    margin-top: 10px
}
.ft_info_right .footer_lx .tx_hz_1 .ewm{
    float: left;
    width: 50%;
}
.ft_info_right .footer_lx .tx_hz_1 .ewm img{
    width: 100px;
    height: 100px;
}
.ft_info_right .footer_lx .tx_hz_1 .ewm p{
    padding-top: 10px;
}
.lins{
    overflow: hidden;
    padding: 15px 0;
    border-top: 1px solid #4c4c4c;
}
.lins p{
    margin-bottom: 10px;
    font-size: 16px;
    color: #ccc;
}
.lins a{
    font-size: 14px;
    color: #8e8e8e;
    margin-right: 30px;
    float: left;
    margin:5px 10px 5px 0px;
}
.copyright{
    border-top: 1px solid #4c4c4c;
    padding: 10px 0;
    color: #ccc;
    text-align: center;
     overflow: hidden;
     line-height: 40px;
}
.copyright a{
    color: #ccc;
}
.copyright_auth {
    text-align: center;
    overflow: hidden;
}
.copyright_auth  p{
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
}
.copyright_auth a{
    display: inline-block;
    margin:  10px;
}
.kefu_content{
    width: 150px;
    background: #ffffff;
    position: absolute;
    right: 0px;
    top: 35%;
    z-index: 99;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.07);
    font-size: 12px;
    text-align: center;
    padding: 20px 10px;
    line-height: 24px;
    font-size: 16px;
}
.kefu_content .wechat_box{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #eee solid;
}
.kefu_content .tel_box {
    line-height: 30px;
    padding-bottom: 20px;
    border-bottom: 1px #eee solid;
}
.kefu_content .tel_box .t{
    color: #eb3616;
    font-weight: 600;
    font-style: 18px;
}
.kefu_content .tel_box i{
    font-size: 20px;
}
.kefu_content  .zxzx{
    padding: 5px 10px ;
    background: #448aff;
    color: #fff;
    border-radius: 8px;
}
.kefu_content  .zxzx a{
    color: #fff;
}
.kefu_content .back_box a{
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #448aff;
    color: #fff;
    margin: 0 auto;
    border-radius: 50%;
}.kefu_content .back_box a i{font-size: 25px;}

.bottom_kefu{
    width: 100%;
    height: 400px;
    background: url('../img/ss.png') no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bottom_kefu2{
    width: 100%;
    height: 200px;
    background: url('../img/ss.png') no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bottom_kefu .tit,
.bottom_kefu2 .tit
{
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
.shuju{
    overflow: hidden;
    margin-top: 40px;
}
.bottom_kefu .shuju ul{
    padding-bottom: 20px;
    overflow: hidden;
}
.bottom_kefu .shuju li{
 float: left;
 width: 25%;
 height: 90px;
 position: relative;
 color: #fff;
}
.bottom_kefu .shuju li .num{
    float: left;
    font-size: 30px;
    width: 100%;
    text-align: center;
}
.bottom_kefu .shuju li .ds{
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}
.jia{
    position: absolute;
    font-size: 34px;
    right: 60px;
    top: -20px;
}
.lx_btn{
    width: 100%;
    text-align: center;
    padding-top: 20px;
    display: block;
}
.lx_btn a{
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 20px;
    border: 1px solid #fff;
    color: #fff;
    margin: 0 10px;
}
.lx_btn a:hover{
    background: #fff;
    color: #3ebcaa;
}
.overlay{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999999;
}
.overlay .kefuInfo{
   width: 608px;
    height: 364px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -304px;
    margin-top: -260px;
    border-radius: 10px;
    background: url("../img/login_popup.png") no-repeat;
    background-size: 608px 364px;
}
.overlay .kefuInfo .tit{
width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 24px;
    font-size: 24px;
    color: #303445;
    margin: 54px 0 25px 0;
    font-family: 'MicrosoftYaHei';
}
.overlay .kefuInfo .pic{
    width: 169px;
    height: 169px;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
    border: 4px solid #448aff;
    text-align: center;
}
.overlay .kefuInfo .colse{
    width: 28px;
    height: 28px;
    border: 1px solid #FFF;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    line-height: 28px;
    position: absolute;
    top: -30px;
    left: 102%;
    margin-left: -14px;
    cursor: pointer;
}
.overlay .kefuInfo .des{
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #59607B;
    font-family: 'MicrosoftYaHei';
}
.page{
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.page a{
    background: #448aff;
    font-size: 14px;
    color: #fff;
    padding:10px 15px;
    line-height: 35px;
    border-radius: 5px;
}
.page .active{
 background: #f05e16;
}
.page a:hover{
    background: #f05e16;
}
.nolist{
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
}
/*解决方案*/
.jj_list{
    overflow: hidden;
}
.jj_list ul{
    overflow: hidden;
    margin: 0 -15px;
}
.jj_list li {
    padding: 0 15px;
    margin-bottom: 25px;
}
.jj_list li .box{
      border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
}
.jj_list li .pic{
    width: 100%;
    height: 255px;
}
.jj_list li .info{
    padding: 10px;
    overflow: hidden;
    height: 90px
}
.jj_list li .info .tit{
    font-size: 16px;
    margin-bottom: 5px;
}
.jj_list li .info .des{
    font-size: 14px;
    color: #858585;
}
/*客服*/
.kefu_box{
    width: 150px;
    position: absolute;
    right: 5px;
    top: 250px;
    height: 500px;
    box-shadow: 0 13px 32px 0 rgba(44,44,44,.17);
    background: #ffffff;
    border-radius: 10px;
    z-index: 999;
}
.kefu_box .kefu_tx{
    position: relative;
    width: 80px;
    height: 80px;
    background: url('../img/kefu-3.png') no-repeat;
    background-size: 100% 100%;
    border-radius: 50%;
    margin: 20px auto;
    border: 2px solid #3182f8;
}
.kefu_box .zixun{
    text-align: center;
}
.kefu_box .zixun a{
    background: #3182f8;
    padding: 8px 15px;
    color: #fff;
    border-radius: 10px;
}
.kefu_box .zixun2{
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}
.kefu_box .zixun3{
    text-align:center;
    font-size: 16px;
    line-height: 35px;
}
.kefu_box .zixun3 .tit{
    color: #3182f8
}
.kefu_box .zz{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #3182f8;
    position: absolute;
    left: 74px;
    top: 10px;
    transform-origin: 0 50px!important;
    animation: ballRotate 2.5s linear infinite!important;
    -webkit-transform-origin: 0 50px!important;
    -webkit-animation: ballRotate 2.5s linear infinite!important;
    z-index: 9999;
}
@-webkit-keyframes ballRotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
@keyframes ballRotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}

.tit_info{
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}
.tit_info .name{
    font-size: 26px;
    font-weight: 600;
}
.tit_info .des{
    font-size: 16px;
    padding: 10px 0;
    color: #999;
}
.f_tit{
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    padding-left: 8px;
    border-left: 3px solid #3182f8;
    margin-bottom: 5px;
}
.positions{
    padding: 20px 0;
}
/*分页*/
.pages{
    width: 100%;
    text-align: center;
    padding: 40px 0;
}
.pages a{
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #999;
    background: #ffffff;
    font-size: 14px;
    margin: 0 5px;
    border-radius: 5px;
    border: 1px solid #E9E9E9;
}
.pages .active{
    background: #3daaff;
    color: #fff
}
.pages a:hover{
    background: #3daaff;
    color: #fff
}
/*顶部搜索*/
.list_search{
    position: relative;
    width: 250px;
    height: 40px;
    overflow: hidden;
    margin: 20px 0;
    border-radius: 5px;
}
.list_search .sinp{
    background: #f6f7f9;
    line-height: 40px;
    height: 40px;
    border: none;
    width: 200px;
    padding: 0 10px;
}
.list_search .sbut{
    height: 40px;
    width: 50px;
    border: none;
    background: url('../img/s.png') center no-repeat;
    background-size: 60%;
    background-color: #fff;
}
.search_banner{
    width: 100%;
    min-width: 1200px;
    background: url('../img/ss_banner.jpg') no-repeat;
    background-size: 100% 100%;
    height: 400px;
}
.search_box{
    text-align: center;
    width: 600px;
    height: 55px;
    margin: 0 auto;
    padding-top: 160px;
}
.search_box .sinp{
    width: 520px;
    border: 2px solid #fff;
    border-right: none;
    height: 55px;
    padding-left: 30px;
    color: #fff;
    font-size: 16px;
}
.search_box input::-webkit-input-placeholder{
    color:#fff;
        }
.search_box .sbut{
    width: 80px;
    border: 2px solid #fff;
    height: 55px;
    background: url('../img/s.png') center no-repeat;
    background-size: 60%;
    background-color: #fff;
}
.search_box .font{
 width: 100%;
 overflow: hidden;
 text-align: center;
 font-size: 24px;
 padding-top: 35px;
 color: #fff
}
.newslist{
    padding: 20px 0;
}
.newslist ul{
    position: relative;
    margin-left: -23px;

    overflow: hidden;
}
.newslist li{
    float: left;
    position: relative;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    width: 23%;
    margin-left: 2%;
    margin-top: 30px;
    transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out;
}
.newslist li:hover{
    -moz-box-shadow: 0 0 8px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px 1px rgba(0,0,0,0.3);
}
.newslist li .pic{
    width: 100%;
    height: 195px;
}
.newslist li .pic img{
    width: 100%;
    height: 100%;
}
.newslist .name{
    border-bottom: 1px solid #eee;
    padding: 15px 16px 13px 13px;
    height: 135px;
    position: relative;
    font-size: 14px;
}
.newslist .tag i{
    padding: 5px 6px;
    display: inline-block;
    background: #f3f3f3;
    font-size: 12px;
}
.card-item{
    position: relative;
    padding: 11px 16px 13px;
    line-height: 25px;
    overflow: hidden;
}
.card-item .tx{
    width: 25px;
    height: 25px;
    background-color: #3182f8;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
}
.card-item .tx i{
    font-size: 24px;
    color: #fff;
}
.newslist li .desc{
    color: #999999;
    font-size: 14px;
    margin: 10px 0;
}
/*框架*/
.xs_box{
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}
.xs_box .xs_left{
    width: 180px;
background: #fff;

}
.xs_box .xs_left .name{
    font-size: 18px;
       background: #3182f8;
    color: #fff;
    line-height: 35px;
    padding-left: 10px;
}
.xs_box .xs_left li{
    font-size: 16px;
    padding-left: 10px;
    line-height: 50px;
    border-bottom: 1px solid #f2f2f2
}
.xs_box .xs_right{
    width: 1000px;
    background: #fff;
    padding: 25px;
}
.xs_box .xs_right a{
    float: left;
    margin-left: 15px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
}
.solutions_xs{
    overflow: hidden;
}
.solutions_xs ul li {
    float: left;
    width: 290px;
    height: 140px;
    background-color: #fff;
    margin: 5px;
    position: relative;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.14);
}
.solutions_xs ul li .icon{
    float: left;
    width: 90px;
    margin-top: 25px;
    height: 90px;
    transition: all .5s ease;
}
.solutions_xs ul li .info{
    float: right;
    padding: 5px;
    margin-top: 20px;
    width: 190px;
}
.solutions_xs ul li .info .tit{
    font-size: 16px;
    margin-bottom: 8px;
    transition: all .5s ease;
}
.solutions_xs ul li .info .des{
    font-size: 14px;
    color: #999;
}
.solutions_xs ul li :hover .icon{
margin-top: 15px;
}
.solutions_xs ul li :hover .info .tit{
    color: #3182f8;
}
.solutions_xs .more_s{
    margin: 70px auto 0px;
    width: 178px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #3182f8;
    font-size: 16px;
    transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out;
    color: #ff4800;
}
.solutions_xs .more_s:hover{
    background: #3182f8;
    color: #fff;
}
.solutions_xs .more_s:hover a{
    color: #fff;
}
