﻿@charset "utf-8";

/*全局初始化样式*/
body,html{overflow-x:hidden;}
body{padding:0;margin:0 auto;font-size:14px;line-height:1.42857143;font-family:arial,Microsoft YaHei,'微软雅黑','宋体';color:#666460;width:100%;min-width:320px;zoom:1;    /*禁用Webkit内核浏览器的文字大小调整功能*/-webkit-text-size-adjust:none;    /*取出点击出现半透明的灰色背景*/    /*控制文本可选性*/

  /* -webkit-user-select: none;
         -ms-user-select: none;
        -moz-user-select: none;
      -khtml-user-select: none;
             user-select: none;    */

  /*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight:rgba(0,0,0,0);    /*设置字体的抗锯齿或者说光滑度*/-webkit-font-smoothing:antialiased;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

/*默认去除ul、li的默认样式*/
.p,.h1,.h2,.h3,.h4,.h5,.h6{margin:0;padding:0;}
.dl,.dl dd,.ul,.ul li{list-style:none;margin:0;padding:0;}

/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{border-radius:0;-webkit-border-radius:0;color:#666460;font-family:'微软雅黑';}

/*表单元素获得焦点时不显示虚线框*/
input:focus{outline:none;}
input,button,select,textarea{outline:none;    /*-webkit-appearance:none;*/    /*强制去除表单自带的样式*/}

/*不允许多行输入文本框有滚动条*/
textarea{resize:none;    /*-webkit-appearance:none;*/    /*强制去除textarea自带的样式*/}

/*初始化表单元素样式*/
textarea,input,select{background:none;border:none;margin:0;padding:0;}
button,input[type="button"],input[type="submit"],input[type="reset"]{-webkit-appearance:none;cursor:pointer;}
button[disabled],input[disabled]{cursor:default;}

/*初始化HTML5标签样式*/
audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{display:block;}

/*去除figure边距*/
figure,figcaption{margin:0px;padding:0px;}

/*初始化图片样式*/
img{border:none;border:0;max-width:100%;vertical-align:top;}

/*初始化a的样式和字体样式*/
a{color:#666460;text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:all 0.2s;-moz-transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;}
/*a:focus{outline:none;-moz-outline:none;}*/
a:hover{color:#1479ca;}

/*清除浮动*/
.clear{clear:both;height:0px;overflow:hidden;}
.clearfix:after{content:".";display:block;height:0;visibility:hidden;clear:both;font-size:0px;}
.clearfix{zoom:1;}
.container{margin:0 auto;max-width:1200px;padding:0 15px;}
.containHide{overflow:hidden;}
@media screen and (min-width:1200px){
  .container{width:98%;margin:0 auto;padding:0;}
}

/*全局样式*/

/*页面框架结构*/

/*页面主体内容*/

/*边侧菜单*/

/*主要内容*/

/*内容*/
.txtbox,.singlepage{    /*单片 设置文字两端对齐*/
text-justify:inter-ideograph;text-align:justify;word-wrap:break-word;overflow:hidden;}
.current{    /*当前位置*/}
.headerbox{position:relative;z-index:999;}

/*分页*/

/*分页*/

.singlepage{ min-height: 500px;}

/*头部*/
.header{background:#ffffff;padding:15px 0;position:relative;height:61px;z-index:9999;}
.header .logo{display:block;width:50%;max-width:121px;float:left;}
.header .logo .logo1{display:none;}
.header .navBtn{float:right;}
.navBtn{height:31px;width:35px;position:relative;}
.navBtn .span1{width:35px;height:3px;background:#1479ca;display:inline-block;position:absolute;top:5px;left:0;transition:all 0.2s;-moz-transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;}
.navBtn .span2{width:35px;height:3px;background:#1479ca;display:inline-block;position:absolute;top:14px;left:0;transition:all 0.2s;-moz-transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;}
.navBtn .span3{width:35px;height:3px;background:#1479ca;display:inline-block;position:absolute;bottom:5px;left:0;transition:all 0.2s;-moz-transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;}
.header_menu_on .span2{display:none;}
.header_menu_on .span1{transform:rotate(45deg);top:14px;}
.header_menu_on .span3{transform:rotate(-45deg);top:14px;}
.mainnav{position:absolute;top:61px;right:0;background:#fffffc;width:250px;display:none;z-index:999;}
.mainnav .ul li a{display:block;height:35px;line-height:35px;color:#333333;padding:0 15px;font-size:16px;}
.mainnav .ul li dl{display:none;}
.Top_right .language{height:25px;line-height:25px;position:relative;margin:10px 15px 30px 10px;}
.Top_right .language .a{width:60px;height:25px;line-height:25px;display:block;color:#333333;background:url(../images/xial1.png) no-repeat 34px center;}
.Top_right .language dl{position:absolute;top:20px;left:0;width:50px;margin:0;padding:5px 0 10px;display:none;z-index:9;width:60px;}
.Top_right .language dl a{color:#333;}
.Top_right .Search .Search_Box{border:1px solid #717171;margin:10px 15px;height:35px;line-height:35px;position:relative;padding-right:50px;}
.Top_right .Search input{width:100%;color:#333;line-height:34px;padding:0 10px;}
.Top_right .Search .Search_Box a{display:inline-block;position:absolute;top:0;right:0;width:48px;background:url(../images/search1.png) no-repeat center;border-left:1px solid #717171;height:34px;}
.top_link .bdshare-button-style0-32 .bds_linkedin{width:20px;height:20px;background:url(../images/in.png) no-repeat center;}
.top_link{display:none;}
.Top_right .dz a{display:inline-block;width:48px;line-height:28px;border:1px solid #717171;color:#333;border-radius:3px;text-align:center;margin-left:15px;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.Top_right .dz a:hover{background:#1479ca;color:#fff;}
.Top_right .dz{padding:10px 0 20px;}
.menu-toggle{
	margin: 10px 0 0 0px;
    float: right;
    position: absolute;
    right: 5px;
    top: 0;
}
@media (min-width:1024px){
  .header .logo .logo1{display:block;}
  .header .logo .logo2{display:none;}
  .header{position:fixed;top:0;left:0;width:100%;z-index:9;background:rgba(0,0,0,0.3);height:70px;padding-bottom:0;}
  .mainnav{position:static;display:block;background:none;width:100%;top:0;}
  .navBtn{display:none;}
  .mainnav .ul li{display:inline-block;padding:0 5px;height:55px;position:relative;}
  .mainnav .ul li>a{color:#fff;padding:0;height:40px;display:block;line-height:40px;border-bottom:3px solid transparent;}
  .mainnav .ul li.onnav .navA{border-color:#fff;}
  .mainnav .ul li .navA:hover{border-color:#fff;}
  .mainnav .ul{padding-left:62px;padding-right:0;text-align:center;float:left;}
  .Top_right .language .a{color:#fff;}
  .Top_right .Search .Search_Box a{background:url(../images/search.png) no-repeat center;}
  .Top_right .language .a{background:url(../images/xial.png) no-repeat 34px center;color:#fff;}
  .Top_right .language{cursor:pointer;}
  .Top_right .language dl{background:#fff;width:100px;border-radius:5px;box-shadow:0 0 5px #999;top:100%;left:auto;right:0;text-align:center;}
  .Top_right .language dl a{color:#000;display:block;height:25px;}
  .Top_right .dz a{color:#fff;border-color:#fff;}
  .Top_right .dz a:hover{background:#fff;border-color:#fff;color:#1479ca;}
  .header{z-index:10;}
  .header .logo{float:left;}
  .Top_right{float:right;margin-top:8px;}
  .Top_right .language{border-right:1px solid #e2e2e2;width:64px;margin:0;float:left;}
  .Top_right .Search .Search_Box{display:none;}
  .Top_right .Search{width:30px;height:25px;background:url(../images/search.png) no-repeat center 4px;float:left;margin-left:10px;padding-bottom:47px;}
  .top_link{float:left;display:inline-block;}
  .top_link .bdshare-button-style0-32 .bds_linkedin{margin:0;margin-top:3px;margin-left:10px;margin-right:2px;}
  .Top_right .Search{position:relative;cursor:pointer;}
  .Top_right .dz{float:left;margin:0;padding:0;position:relative;top:-2.5px;}
  .Top_right .Search .Search_Box{width:200px;right:0;top:47px;display:none;background:rgba(0,0,0,0.3);position:absolute;border-color:#fff;margin:0;}
  .Top_right .Search .Search_Box a{border-color:#fff;width:40px;}
  .Top_right .Search .Search_Box input{color:#fff;}
  .body .headerbox{height:70px;}
  .body .header{box-shadow:0 0 10px #999;}
  .body .header .logo .logo1{display:none;}
  .body .header .logo .logo2{display:block;}
  .body .header{background:#fff;}
  .body .mainnav .ul li>a{color:#333;}
  .body .mainnav .ul li.onnav .navA{border-color:#1479ca;color:#1479ca;}
  .body .Top_right .language .a{color:#333;background:url(../images/xial1.png) no-repeat 34px center;cursor:pointer;}
  .body .Top_right .language{border-right:1px solid #e2e2e2;}
  .body .Top_right .Search .Search_Box{border:1px solid #717171;background:#fff;}
  .body .Top_right .Search .Search_Box a{background:url(../images/search1.png) no-repeat center;border-left:1px solid #717171;height:34px;}
  .body .Top_right .Search{background:url(../images/search1.png) no-repeat center 4px;}
  .body .top_link .bdshare-button-style0-32 .bds_linkedin{background:url(../images/hin.png) no-repeat center;}
  .body .Top_right .Search input{color:#717171;}
  .body .Top_right .dz a{border:1px solid #717171;color:#333;}
  .body .Top_right .dz a:hover{background:#1479ca;border-color:#1479ca;color:#fff;}
  .slide_box{position:absolute;top:100%;padding:15px;left:50%;width:140px;margin-left:-70px;background:#fff;box-shadow:0 0 5px #999;display:none;}
  .mainnav .ul li dl dd{margin:0;}
  .mainnav .ul li dl dd a{color:#333;height:35px;line-height:35px;padding:0;cursor:pointer;}
  .body .mainnav .ul li .navA:hover{border-color:#1479ca;color:#1479ca;}
  .mainnav .ul li dl dd a:hover{color:#1479ca;}
  .mainnav .ul li dl{display:block;margin:0;width:98%;max-width:1200px;margin:0 auto;text-align:center;}

  /*    .body .Top_right .language dl{background: transparent;}
  .body .Top_right .language dl a{display: block;text-align: center;color:#333;} */}
  @media (min-width:1200px){
    .mainnav .ul li{padding:0 15px;}
  }
  @media (min-width:1225px){
    .mainnav .ul{padding-left:82px;}
  }

  /*头部*/

  /*底部*/
  .footer{background:#343b41;}
  .footer_top{padding:70px 0 50px;display:none;}
  .footer_bottom{padding:20px 0;text-align:center;color:#ccc;border-top:1px solid #575d62;}
  .footer_top dl{margin:0;padding:0;}
  .footer_top dl dd,.footer_top dl dt{padding:0;margin:0;}
  .footer_top .left .h3{color:#ccc;padding-top:8px;}
  .footer_top .left{float:left;}
  .footer_top .middle{float:left;padding-left:3%;width:43%;}
  .footer_top .right{float:left;width:30%}
  .footer_top dl dt{color:#fff;font-size:16px;font-weight:bold;position:relative;padding-bottom:15px;margin-bottom:15px;}
  .footer_top dl dt .i{position:absolute;bottom:0;left:0;width:30px;height:2px;background:#717171;}
  .footer_top dl dd{padding-bottom:5px;color:#ccc;}
  .footer_top dl dd a{color:#ccc;}
  .footer_top dl dd a:hover{color:#fff;}
  .footer_top dl{float:left;}
  .footer_top .middle dl{margin-right:4%;}
  .footer_top .right dd{padding-left:28px;}
  .footer_top .right .dd{background:url(../images/dh.png) no-repeat 0 5px;}
  .footer_top .right .dd1{background:url(../images/xj.png) no-repeat 0 6px;}
  .footer_top .right .dd2{background:url(../images/dz.png) no-repeat 0 2px;}
  .footer_top .left .Bottom_link{padding-top:60px;}
  .footer_top .left .Bottom_link .bds_linkedin{width:36px;height:36px;background:url(../images/icon.png) no-repeat right center;}
  .footer_top .left .Bottom_link .bds_weixin{width:36px;height:36px;background:url(../images/icon.png) no-repeat left center;position:relative;overflow:visible;}
  .footer_top .left .Bottom_link .bds_weixin:hover{opacity:1;filter:alpha(opacity=100);}
  .footer_top .left .Bottom_link .bds_weixin .imgbox{width:60px;height:60px;position:absolute;left:50%;margin-left:-30px;bottom:50px;text-indent:0;background-color:#fff;border:1px solid #ddd;padding:5px;display:none;}
  .footer_top .left .Bottom_link .bds_weixin .imgbox:before,.footer_top .left .Bottom_link .bds_weixin .imgbox:after{content:'';position:absolute;left:50%;margin-left:-5px;}
  .footer_top .left .Bottom_link .bds_weixin .imgbox:before{bottom:-10px;z-index:2;font-size:0;line-height:0;border-width:5px 5px;border-style:solid dashed dashed dashed;border-color:#fff transparent transparent transparent;width:0;height:0;overflow:hidden;}
  .footer_top .left .Bottom_link .bds_weixin .imgbox:after{bottom:-11px;z-index:1;font-size:0;line-height:0;border-width:5px 5px;border-style:solid dashed dashed dashed;border-color:#ddd transparent transparent transparent;width:0;height:0;overflow:hidden;}
  @media (min-width:768px){
    .footer_top{display:block;}
  }
  @media (min-width:900px){
    .footer_top .middle{padding-left:5%;width:51%;}
    .footer_top .middle dl{margin-right:11%;}
  }
  @media (min-width:1024px){
    .footer_top .middle{padding-left:9%;width:58%;}
    .footer_top .middle dl{margin-right:15%;}
  }
  @media (min-width:1200px){
    .footer_top .middle{padding-left:8%;width:59%;}
    .footer_top .middle dl{margin-right:18%;}
  }
  @media (min-width:1366px){
    .footer_top .left .Bottom_link .bds_weixin .imgbox{width:162px;height:162px;margin-left:-81px;}
  }
  @media (min-width:1920px){
    .footer_top .middle{padding-left:11%;width:59%;}
  }

  /*底部*/
  
 .asid_share{position:fixed;width:60px;top:50%;right:20px;margin-top:-240px;z-index:890;border-radius:6px}
.asid_share .asid_share_bar{background: #fff;border:1px solid #f1f1f1;border-radius: 6px;box-shadow:0px 0px 6px 1px rgb(0 0 0 / 12%)}
*html #asid_share{position:absolute;top:expression(documentElement.scrollTop + "px");margin:300px 0 0 0}
.asid_share .asid_share_box{position:relative;top: -1px;left: -1px;width:60px;height:60px;margin-bottom:5px;text-align:center;z-index:0;ransition:all .3s;-webkit-transition:all .3s}
.asid_share .asid_share_box.service{background:#0ca6f2;border-radius:6px 6px 0 0;text-decoration:none}
.asid_share .asid_share_box a{display:block;width:60px;height:60px;padding:10px}
.asid_share .asid_share_box a:hover{text-decoration:none}
.asid_share .asid_share_box a img{width:40px;height:40px;max-width: initial;}
.asid_share .asid_share_box a:hover .asid_title,.asid_share .asid_share_box .asid_title{color:#0ca6f2;font-size:14px;display:block;padding-top:0px;line-height:20px;width:40px;letter-spacing:2px;text-align:center}
.asid_share .service a:hover .asid_title,.asid_share .service .asid_title{color:#fff}
.asid_share .red_bag{text-decoration:none}
.asid_share .asid_sha_layer{border:1px solid #ddd;background:#fff;position:absolute;right:82px;bottom:-44px;box-shadow:0px 0px 6px 1px rgb(0 0 0 / 12%)}
.asid_share .telephone .asid_sha_layer{bottom: 7px;width:150px;padding:10px 15px;font-size:14px;color:#0ca6f2;text-align:left}
.asid_share .telephone .asid_sha_layer h3{margin:0;font-size:14px;color:#333;}
.asid_share .telephone .asid_sha_layer p{font-size: 16px;margin: 0; font-family: sans-serif;}
.asid_share .backtop{margin-top:20px; background: #fff;border:1px solid #f1f1f1;box-shadow:0px 0px 6px 1px rgb(0 0 0 / 12%)}
.asid_share .line{width:40px;height:1px;background:#ddd;margin:5px 10px}
.sweep_img{padding:7px 7px 0; margin:0}
.asid_share .weChat .pb6{margin: 5px 10px 10px;}
.sweep_img img{width:120px;height:120px;max-width: initial;}
.asid_share_box .asid_help_list li{line-height:26px;height:26px;background:url(../images/dian.png) no-repeat 6px 12px}
.asid_share_box .asid_help_list li a{line-height:26px;height:26px;padding:0 0 0 14px;text-align:left}
.asid_help_list li a:hover{color:#fff}
.asid_share_triangle{width:12px;height:40px;position:absolute;right:79px;bottom:0px;z-index:100}
.border_sj,.con_sj{display:block;width:18px;height:28px;font-size:18px;overflow:hidden;font-family:SimSun}
.border_sj{color:#ccc;font-style:normal}
.con_sj{color:white;margin:-14px -2px 0 0;margin:-28px 0 0 -2px}
<!-- asid end -->

  /*页面二级/左侧/右侧菜单*/

  /*页面二级/左侧/右侧菜单*/
  .HomeBan img{width:100%;}
  .HomeBan{position:relative;}
  .HomeBan .img2{display:none;}
  .HomeBan .swiper-pagination-bullet{width:12px;height:12px;opacity:1;margin:0 5px;border:2px solid #fff;background:transparent;}
  .HomeBan .pagination_box{position:absolute;bottom:20px;left:0;width:100%;height:14px;text-align:center;}
  .HomeBan .swiper-pagination{width:100%;}
  .HomeBan .swiper-pagination-bullet-active{background:#fff;}
  .HomeBan a{position:relative;display:block;text-align: center;}
  .HomeBan .Box{position:absolute;top:50%;left:15px;-webkit-transform:translateY(-50%);display:none;-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:80%;opacity:0;transition:all 6s;-moz-transition:all 6s;-webkit-transition:all 6s;-o-transition:all 6s;}
  .HomeBan .swiper-slide-active .Box{opacity:1;}
  .HomeBan .Box .h3{color:#fff;font-size:18px;padding-bottom:5px;}
  .HomeBan .Box .p{color:#fff;font-size:15px;}
  .Home_floor1{padding-top:55px;background:#f6fafd;}
  .Home_floor1_img{text-align:center;padding-bottom:10px;}
  .Home_title{color:#333333;font-size:30px;padding-top:20px;text-align:center;padding-bottom:10px;line-height:28px;}
  .Home_title1{text-align:center;padding-bottom:6px;color:#666666;font-size:16px;padding-bottom:45px;padding-top:5px;}
  .Home_floor1 .ul li{text-align:center;box-shadow:0 0 30px #deeeff;background:#fff;padding:0 4%;padding-top:20px;padding-bottom:35px;margin-bottom:30px;}
  .Home_floor1 .ul li .h3{color:#333;font-size:24px;padding-bottom:10px;padding-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  .Home_floor1 .ul li .p{color:#717171;line-height:24px;text-align:left;margin-bottom:20px;text-overflow:ellipsis;height:48px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
  .Home_floor1 .ul li .more a{display:block;width:98px;height:35px;line-height:35px;border:1px solid #ccc;color:#676767;text-align:center;margin:0 auto;border-radius:3px;}
  .Home_floor1 .ul li .more a:hover{color:#fff;border-color:#1479ca;background:#1479ca;}
  .Home_floor1{padding-bottom:40px;}
  .Home_floor2{padding:75px 0;}
  .Home_floor2 .right{padding-top:20px;}
  .Home_floor2 .right .h3{color:#333333;font-size:30px;padding-bottom:10px;}
  .Home_floor2 .right .p{color:#717171;line-height:24px;padding-bottom:50px;}
  .Home_floor2 .right .ul .h4{padding-left:40px;position:relative;color:#333333;font-size:20px;}
  .Home_floor2 .right .ul li{margin-bottom:25px;}
  .Home_floor2 .right .ul .img{position:absolute;top:0px;left:0;}
  .Home_floor2 .right .ul .p1{padding-left:40px;margin-top:5px;color:#717171;line-height:24px;}
  .Index_title{font-size:30px;text-align:center;color:#333333;padding-top:70px;}
  .Index_title1{text-align:center;padding-bottom:6px;color:#666666;font-size:16px;padding-bottom:45px;padding-top:5px;}
  .Home_floor3 .Index_title{color:#fff;}
  .Home_floor3 .Index_title1{color:#fff;}
  .Home_floor3{background:url(../images/home2bg.jpg) no-repeat top center;background-size:cover;padding-bottom:20px;}
  .Home_floor3 li{background:#fff;position:relative;border-radius:4px;margin-bottom:50px;padding:65px 1% 60px;text-align:center;}
  .Home_floor3 li .img{position:absolute;top:-47px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);}
  .Home_floor3 li .h3{color:#444c5a;font-size:20px;line-height:28px;padding-bottom:15px;}
  .Home_floor3 li .p{color:#666666;line-height:24px;}
  .Home_floor3 .ul{margin-top:47px;}
  .Home_floor4{background:#f6fafd;padding-bottom:50px;}
  .Home_floor4 li{padding-bottom:30px;margin-bottom:20px;background:#fff;}
  .Home_floor4 li img{width:100%;transition:all 0.4s;-moz-transition:all 0.4s;-webkit-transition:all 0.4s;-o-transition:all 0.4s;}
  .Home_floor4 li>a{display:block;overflow:hidden;}
  .Home_floor4 li>a:hover img{transform:scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);}
  .Home_floor4 li .h3{padding:18px 0 10px;}
  .Home_floor4 li .h3 a{color:#333333;font-size:18px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  .Home_floor4 li .p{color:#717171;line-height:24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:20px;height:48px;}
  .Home_floor4 li .more{color:#1479ca;font-size:14px;width:100px;height:35px;border:1px solid #1479ca;line-height:35px;text-align:center;display:block;border-radius:3px;}
  .Home_floor4 li .more:hover{background:#1479ca;color:#fff;}
  .Home_floor4 li .Box{padding:0 5%;}
  .Home_floor5_Box{position:relative;padding:0 30px;}
  .Home_floor5_Box .swiper-button-next{width:24px;height:42px;background:url(../images/home5_btn.png) no-repeat right center;right:0;opacity:1;cursor:pointer;}
  .Home_floor5_Box .swiper-button-prev{width:24px;height:42px;background:url(../images/home5_btn.png) no-repeat left center;left:0;opacity:1;cursor:pointer;}
  .Home_floor5_Box .swiper-slide{font-size:0;}
  .Home_floor5_Box .swiper-slide a{display:inline-block;width:49%;padding:5px;margin-right:2%;margin-bottom:5px;}
  .Home_floor5_Box .swiper-slide a img{box-shadow:0 0 12px #e3e1e1;width:100%;transition:all 0.4s;-moz-transition:all 0.4s;-webkit-transition:all 0.4s;-o-transition:all 0.4s;}
  .Home_floor5_Box .swiper-slide a:nth-child(2n){margin-right:0;}
  .Home_floor5{padding-bottom:50px;}
  .Home_floor5_Box .swiper-slide a:hover img{transform:scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);}
  .Home_floor5 .Index_title1{padding-bottom:25px;}
  .Home_floor5 .swiper-container{padding:20px 0;}
  .Home_floor5_Box .swiper-button-next:hover{background:url(../images/home5_btn1.png) no-repeat right center;}
  .Home_floor5_Box .swiper-button-prev:hover{background:url(../images/home5_btn1.png) no-repeat left center;}
  .Product_info_link a{
	 display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin-left: 40px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
	}
	.Product_info_link a:hover{
		text-decoration:underline}
  @media screen and (min-width:480px){
    .Home_title{color:#333333;font-size:36px;padding-top:20px;text-align:center;padding-bottom:10px;line-height:36px;}
    .Home_floor1 .ul li{width:48%;margin-right:4%;float:left;}
    .Home_floor1 .ul li:nth-child(2n){margin-right:0;}
    .Home_floor2 .right .ul li{width:50%;float:left;}
    .Index_title{font-size:36px;}
    .Home_floor3 .ul li{width:48%;margin-right:4%;float:left;}
    .Home_floor3 .ul li:nth-child(2n){margin-right:0;}
  }
  @media (min-width:640px){
    .Home_floor4 li{width:32%;margin-right:2%;float:left;background:#fff;}
    .Home_floor4 .ul li:nth-child(3n){margin-right:0%;}
    .Home_floor5_Box .swiper-slide a{width:32%;margin-right:2%;margin-bottom:10px;}
    .Home_floor5_Box .swiper-slide a:nth-child(2n){margin-right:2%;}
    .Home_floor5_Box .swiper-slide a:nth-child(3n){margin-right:0;}
  }
  @media screen and (min-width:768px){
    .HomeBan .Box{width:500px;}
    .HomeBan .Box .h3{font-size:28px;}
    .HomeBan .Box .p{font-size:16px;}
	.Home_floor1 .ul{text-align:center}
    .Home_floor1 .ul li{width: 31.5%; margin-right: 2.25%; float: none;display: inline-block;}
    .Home_floor1 .ul li:nth-child(2n){margin-right:2.25%;}
    .Home_floor1 .ul li:nth-child(3n){margin-right:0%;}
    .Home_floor2 .right{float:right;padding-top:0;width:50%;}
    .Home_floor2 .left{float:left;width:40%;}
    .Home_floor3 .ul li{width:23.5%;margin-right:2%;float:left;}
    .Home_floor3 .ul li:nth-child(2n){margin-right:2%;}
    .Home_floor3 .ul li:nth-child(4n){margin-right:0%;}
    .Home_floor5_Box .swiper-slide a{width:24%;margin-right:1.333%;margin-bottom:15px;}
    .Home_floor5_Box .swiper-slide a:nth-child(2n){margin-right:1.333%;}
    .Home_floor5_Box .swiper-slide a:nth-child(3n){margin-right:1.333%;}
    .Home_floor5_Box .swiper-slide a:nth-child(4n){margin-right:0;}
  }
  @media screen and (min-width:1024px){
    .HomeBan .img2{display: inline-block;}
    .HomeBan .img1{display:none;}
    .HomeBan .Box .h3{font-size:48px;padding-bottom:30px;}
    .HomeBan .Box .p{font-size:16px;}
    .Home_floor2 .right{padding-top:30px;}
    .Home_floor4 li .Box{padding:0 30px;}
    .Home_floor5_Box .swiper-slide{padding:0 20px;}
  }
  @media screen and (min-width:1225px){
    .HomeBan .Box{width:1200px;left:50%;margin-left:-600px;}
  }
  @media screen and (min-width:1260px){
    .Home_floor5_Box{padding:0 15px;}
    .Home_floor5_Box .swiper-button-next{right:-20px;}
    .Home_floor5_Box .swiper-button-prev{left:-20px;}
  }
  @media screen and (min-width:1366px){
    .Home_floor5_Box{padding:0 0;}
    .Home_floor5_Box .swiper-button-next{right:-50px;}
    .Home_floor5_Box .swiper-button-prev{left:-50px;}
  }
  @media screen and (min-width:1400px){
    .Home_floor5_Box{padding:0 0;}
    .Home_floor5_Box .swiper-button-next{right:-80px;}
    .Home_floor5_Box .swiper-button-prev{left:-80px;}
  }
  .banner{position:relative;z-index:1;overflow:hidden;}
  .banner img{width:100%;vertical-align:top;position:relative;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
  .banner:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
  .banner .img2{display:none;}
  .banner .container{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);}
  .banner .h3{color:#ffffff;font-size:16px;}
  .banner .p{color:#eeeeee;font-size:16px;text-transform:uppercase;}
  .banner1 .h3{background:#27bcae;display:inline-block;padding:5px 10px;overflow:hidden;white-space:nowrap;max-width:100%;text-overflow:ellipsis;}
  .banner1 .down a{display:inline-block;height:38px;line-height:38px;border-radius:19px;color:#fff;font-size:14px;border:1px solid #27bcae;margin-top:10px;padding:0 15px 0 45px;border:1px solid #fff;background:url(../images/icon_01.png) no-repeat 21px center;}
  .banner1 .down a:hover{background-color:#1479ca;border-color:#1479ca;}
  .paddingT_60{padding-top:60px;}
  .banner1 .h31{background:#ff756d;}
  .Product_info_title{color:#333333;font-size:24px;position:relative;padding-left:15px;margin-bottom:20px;margin-top:15px;}
  .Product_info_title .i{display:inline-block;width:5px;height:24px;background:#27bcae;position:absolute;top:6px;left:0;}
  .Product_info_title1 .i{background:#ff756d;}
  .Product_info .dl dd{padding-left:25px;position:relative;color:#666;line-height:24px;margin-bottom:10px;}
  .Product_info .dl dd .i{display:inline-block;width:5px;height:5px;background:#6e6e6e;position:absolute;top:10px;left:10px;border-radius:50%;}
  .Product_info .dl{padding-bottom:15px;}
  .Product_info .ul li{margin-bottom:30px;}
  .Product_info .ul2 li{display:table;}
  .Product_info .ul2 li .left{display:table-cell;width:106px;vertical-align:top;}
  .Product_info .ul2 li .right{display:table-cell;vertical-align:top;}
  .Product_info .ul2 li .h3{color:#333;font-size:20px;padding-bottom:6px;padding-top:5px;}
  .Product_info .ul2 li .p{color:#717171;line-height:24px;}
  .Product_info_middle{padding-bottom:40px;}
  .Product_info_middle .ul2{padding-top:20px;}
  .Product_info .ul3 li{background:#f6fafd;}
  .Product_info .ul3 li .left{padding-left:3%;padding-top:15px;}
  .Product_info_bottom{border-bottom:1px solid #e2e2e2;}
  .Product_info_down a{display:inline-block;height:38px;line-height:38px;border-radius:19px;color:#fff;font-size:16px;border:1px solid #fff;margin-top:25px;padding:0 15px 0 45px;background:url(../images/icon_01.png) #27bcae no-repeat 21px center;margin:40px auto;}
  .Product_info_down{text-align:center;}
  .Product_info_down1 a{background:#ff756d;}
  .Product_info_link{background:url(../images/probg.jpg) no-repeat top center;background-size:cover;padding:35px 0;}
  .Product_info_link .h3{color:#ffffff;font-size:16px;line-height:26px;text-align:center;padding-bottom:10px;}
  .Product_info_link .p{text-align:center;color:#fff;font-size:24px;font-weight:bold;}
  .Product_info_link img{vertical-align:middle;padding-right:10px;}
  .Product_info_link .a{color:#fff;font-size:14px;display:inline-block;width:98px;height:35px;line-height:35px;border:1px solid #fff;border-radius:4px;vertical-align:middle;margin-left:15px;}
  .ProductPinfo{padding-bottom:20px;}
  @media screen and (min-width:640px){
    .Product_info .ul2 li{width:48%;float:left;margin-right:4%;}
    .Product_info .ul2 li:nth-child(2n){margin-right:0;}
  }
  @media screen and (min-width:768px){
    .banner .h3{color:#fff;font-size:36px;}
    .banner .p{color:#eee;font-size:16px;text-transform:uppercase;}
    .banner1 .h3{display:inline-block;padding:5px 20px;}
    .Product_info .ul1 li .left{width:46.5%;float:left;}
    .Product_info .ul1 li .right{width:46.5%;float:right;}
    .Product_info .ul1 li:nth-child(2n) .left{float:right;}
    .Product_info .ul1 li:nth-child(2n) .right{float:left;}
    .ProductPinfo{padding-bottom:40px;}
  }
  @media screen and (min-width:1024px){
    .banner .img2{display:block;}
    .banner .img1{display:none;}
    .banner .h3{font-size:24px;}
    .banner1 .down a{font-size:16px;margin-top:25px;}
  }
  @media screen and (min-width:1200px){
    .banner .h3{font-size:36px;}
    .banner .container{width:98%;left:1%;}
  }
  @media screen and (min-width:1225px){
    .banner .container{width:1200px;left:50%;margin-left:-600px;}
  }

  /*
     .Menu000706 涓篸emo缂栧彿
     */
  .slidebar{border-bottom:1px solid #e2e2e2;margin-bottom:35px;padding-top:4px;position:relative;z-index:10;}
  .Menu000706{padding-bottom:0%;position:relative;z-index:990;}
  .Menu000706 header{margin-top:-3%;}
  .Menu000706 header h1{margin:0;display:inline-block;border-radius:5px 5px 0 0;padding:10px 10% 10px 18px;background:url(../images/Menu000706-icon.png) no-repeat 95% center #1479ca;color:#fff;font-weight:normal;font-size:24px;}
  .Menu000706 header h1 span{opacity:0.3;display:block;font-size:12px;text-transform:uppercase;}
  .Menu000706 nav{position:relative;z-index:990;}
  .Menu000706 nav dl{position:absolute;right:0;top:50%;margin-top:-12px;background:url(../images/Menu000706-cur.png) no-repeat left center;padding-left:25px;color:#999;line-height:24px;}
  .Menu000706 nav dl a{color:#999;}
  .Menu000706 nav dl span,.Menu000706 nav dl a:hover{color:#1479ca;}
  .Menu000706 nav li a{display:block;font-size:16px;padding:13px 0;cursor:pointer;}
  @media (min-width:769px){
    .Menu000706 nav ol{display:none;}
    .Menu000706 nav ul{display:block!important;}
    .Menu000706 nav li{float:left;padding:0 2% 0 0;}
    .Menu000706 nav li a{border-bottom:3px solid transparent;padding-bottom:10px;}
    .Menu000706 nav li a:hover,.Menu000706 nav li.aon a{color:#1479ca;border-bottom:3px solid #1479ca;}
  }
  @media (max-width:1000px){
    .slidebar{margin-bottom:10px;}
    .Menu000706 nav dl{display:none;}
    .Menu000706 header{position:relative;z-index:5;}
    .Menu000706 header h1{display:block;padding-right:0;}
  }
  @media (max-width:768px){
    .Menu000706 nav{position:relative;}
    .Menu000706 nav ol{border-top:1px solid #e6e6e6;margin-top:2%;padding:10px 0 0;}
    .Menu000706 nav ol span{display:block;background-color:#1479ca;padding:5px;border-radius:3px;}
    .Menu000706 nav ol a{display:block;background-color:#fff;color:#333;border-radius:5px;line-height:40px;padding:0 10px;position:relative;font-size:16px;}
    .Menu000706 nav ol a::before{position:absolute;content:'';right:5px;top:50%;margin-top:-3px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #1479ca;}
    .Menu000706 nav ul{position:absolute;width:100%;top:56px;left:0;background-color:#1479ca;padding:5px;border-radius:0 0 5px 5px;display:none;}
    .Menu000706 nav li{background-color:#fff;border-bottom:1px solid #1479ca;border-radius:5px;}
    .Menu000706 nav li:nth-child(2n){background-color:rgba(255,255,255,0.8);}
    .Menu000706 nav li a{padding:0 2%;line-height:40px;}
    .Menu000706 nav li a:hover{color:#1479ca;}
  }
  @media (max-width:768px){
    .Menu000706 header h1{font-size:20px;}
  }
  .Product_list_h3{font-size:24px;color:#333;padding:0 0 15px;}
  .Product_list_top{font-size:0;border-left:1px solid #e2e2e2;margin-bottom:30px;}
  .Product_list_topBnone .Product_list_top{border-left:none;}
  .Product_list_top a{display:inline-block;height:35px;background:#f5f5f5;color:#666666;line-height:35px;border:1px solid #e2e2e2;border-left:0;padding:0 12px;font-size:14px;}
  .Product_list_top a:hover{color:#1479ca;background:#fff;}
  .Product_list_top .on{color:#1479ca;background:#fff;}
  .Product_list_top{white-space:nowrap;overflow-x:auto;}
  @media (min-width:1100px){
    .Product_list_top{overflow:hidden;}
  }
  .Product_list li{border:1px solid #e2e2e2;margin-bottom:30px;position:relative;}
  .Product_list li .Box{padding:35px 10px 35px 90px;}
  .Product_list li .left{position:absolute;top:35px;left:18px;}
  .Product_list li .h3{padding-bottom:8px;}
  .Product_list li .h3 a{color:#333;font-size:18px;font-weight:bold;white-space:nowrap;text-overflow:ellipsis;display:block;overflow-x:hidden;}
  .Product_list li .p{color:#717171;line-height:24px;overflow:hidden;height: 48px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:15px;font-size:14px; height: 48px; line-height: 24px;}
  .Product_list li .more{width:85px;height:35px;line-height:35px;text-align:center;color:#676767;border:1px solid #cccccc;display:block;border-radius:4px;font-size:14px;}
  .Product_list .ul{font-size:0;}
  .Product_list{padding-bottom:25px;}
  .Product_list li .h3 a:hover{color:#1479ca;}
  .Product_list li .more:hover{color:#1479ca;border-color:#1479ca;}
  .Service_title{color:#333333;font-size:16px;position:relative;padding:20px 0 10px;padding-left:15px;}
  .Service_title .i{display:inline-block;width:5px;height:1em;background:#1479ca;position:absolute;top:25px;left:0;}
  .Service_content{padding-bottom:80px;}
  .Service_content .ul1 li{margin-bottom:20px;position:relative;background:#f6fafd;}
  .Service_content .ul1 li .Box{padding:30px 30px 30px 75px;}
  .Service_content .ul1 li .left{position:absolute;top:30px;left:40px;}
  .Service_content .ul1 li .h3{color:#333;font-size:18px;font-weight:bold;white-space:nowrap;text-overflow:ellipsis;display:block;overflow-x:hidden;padding-bottom:8px;}
  .Service_content .ul1 .p{color:#717171;line-height:24px;margin-bottom:15px;font-size:14px;}
  .Service_content .ul2 li img{width:100%;}
  .Service_content .ul2 li{position:relative;overflow:hidden;margin-bottom:20px;}
  .Service_content .ul2 li:last-child{margin-bottom:0;}
  .Service_content .ul2 li .h3{position:absolute;bottom:0;left:0;width:100%;padding:8px 15px;background:rgba(0,0,0,0.4);color:#fff;min-height:55px;display:table;font-size:14px;}
  .Service_content .ul2 li .tbc{display:table-cell;vertical-align:middle;}
  .Service_content .ul3 .right{padding-bottom:15px;padding:3%;}
  .Service_content .ul3 li{padding-bottom:15px;background:#f6fafd;}
  .Service_content .ul3 li:last-child{padding-bottom:0;}
  .Service_content .ul3 .right .h3{color:#666;font-size:16px;font-weight:bold;padding-bottom:8px;}
  .Service_content .ul3 .right .p{color:#666666;line-height:24px;}
  .Service_content .table td img{vertical-align:middle;padding-right:10px;display:none;}
  .Service_content .table td{border-bottom:1px solid #9edbfa;padding:25px 3%;}
  .Service_content .table{border-collapse:collapse;border:1px solid #9edbfa;border-bottom:0 solid #9edbfa;width:100%;}
  .Service_content .table thead .td2{font-size:15px;color:#333;font-weight:bold;}
  .Service_content .table thead .td1{font-size:15px;color:#fff;font-weight:bold;}
  .Service_content .table{background:url(../images/serbg.jpg) no-repeat left center;background-size:40% 100%;}
  .Service_content .table .td1{width:40%;}
  .Service_content .table tbody .td1{color:#fff;line-height:34px;vertical-align:top;}
  .Service_content .table tbody .td2{color:#666666;line-height:34px;vertical-align:top;}
  .Service_content .table_Box{overflow-y:auto;}
  .Service_content .table1{background:url(../images/serbg.jpg) no-repeat left center;background-size:20% 100%;border-collapse:collapse;border-top:1px solid #9edbfa;border-left:1px solid #9edbfa;width:100%;}
  .Service_content .table1 thead .td1{font-size:15px;color:#fff;font-weight:bold;width:20%;}
  .Service_content .table1 tbody .td1{color:#fff;line-height:34px;vertical-align:top;width:20%;}
  .Service_content .table1 td img{vertical-align:middle;padding-right:10px;display:none;}
  .Service_content .table1 td{padding-left:15px;border-bottom:1px solid #9edbfa;padding:25px 3%;border-right:1px solid #9edbfa;}
  .Service_content .table1 thead .td2{font-size:15px;color:#333;font-weight:bold;white-space:nowrap;}
  .Service_content .table1 tbody .td2{color:#666666;line-height:34px;vertical-align:top;}
  .Service_content .table1 thead .td3{font-size:15px;color:#333;font-weight:bold;white-space:nowrap;}
  .Service_content .table1 tbody .td3{color:#666666;line-height:34px;vertical-align:top;}
  .Service_content .table1 thead .td4{font-size:15px;color:#333;font-weight:bold;}
  .Service_content .table1 tbody .td4{color:#666666;line-height:34px;vertical-align:top;}
  .Case_list_top{padding-top:30px;}
  .Case_list_top .Product_list_top a{padding:0 35px;}
  .Case_list .left{display:none;}
  .Case_list .li_top .h3{color:#333333;font-size:20px;padding-bottom:5px;}
  .Case_list .li_top .p{color:#666666;font-size:14px;line-height:24px;padding-bottom:10px;}
  .Case_list .li_top .xial{display:inline-block;color:#1479ca;font-size:14px;padding-right:20px;background:url(../images/xiall.png) no-repeat right center;cursor:pointer;}
  .Case_list .li_top .xial.on{background-image:url('../images/xiall1.png');}
  .Case_list .li_top{padding-bottom:35px;}
  .Case_list .Box{border-top:1px solid #dde1e3;padding:30px 10px;display:none;}
  .Case_list .Box .h3{position:relative;padding-left:20px;color:#333333;font-size:18px;margin-bottom:8px;}
  .Case_list .Box .h3 .i{display:inline-block;width:5px;height:5px;background:#6e6e6e;position:absolute;top:10px;left:0;border-radius:50%;}
  .Case_list .Box .p{line-height:24px;color:#666;padding-bottom:30px;}
  .Case_list li{background:#f6fafd;padding:50px 15px 20px;}
  .Case_list li:nth-child(2n){background:#fff;}
  .Case_list{padding-bottom:50px;}
  .Case_list_top .right_search{border:1px solid #e4e4e4;background:#f5f5f5;height:35px;border-radius:17.5px;width:233px;padding-right:40px;position:relative;margin-bottom:30px;}
  .Case_list_top .right_search a{display:inline-block;width:40px;height:33px;position:absolute;top:0;right:0;background:url(../images/serach1.png) no-repeat center;}
  .Case_list_top .right_search input{width:100%;padding:0 15px;height:33px;line-height:33px;}
  .About_company{padding-top:30px;}
  .About_company_title{color:#333333;font-size:24px;text-align:center;padding-top:20px;padding-bottom:8px;position:relative;margin-bottom:60px;}
  .About_company_title .i{width:25px;height:4px;background:#1479ca;position:absolute;bottom:0;left:50%;margin-left:-12.5px;}
  .About_company_top .ul li{text-align:center;}
  .About_company_top .ul .h3{color:#333333;font-size:20px;padding-bottom:10px;}
  .About_company_top .ul .p{color:#555555;line-height:24px;text-align:left;font-size:14px;}
  .About_company_top .ul li{margin-bottom:30px;vertical-align:top;}
  .About_company_top{padding-bottom:30px;}
  .About_company_bottom{padding-top:50px;padding-bottom:80px;background:#f6fafd;}
  .About_company_bottom .img{display:none;}
  .About_company_bottom .h3{color:#333;font-size:20px;padding-bottom:4px;}
  .About_company_bottom .p{color:#555555;line-height:24px;}
  .About_company_bottom .ul li{margin-bottom:20px;}
  .About_honour{padding-top:30px;padding-bottom:60px;}
  .About_honour .ul li a{display:block;}
  .About_honour .ul li a .img{padding:8px;border:1px solid #e2e2e2;}
  .About_honour .ul li img{width:100%;}
  .About_honour .ul li .h3{color:#666666;line-height:24px;text-align:center;padding-top:10px;font-size:14px;}
  .About_honour .ul li{margin-bottom:20px;}
  .About_honour .ul{font-size:0;}
  @media (min-width:480px){
    .Service_content .ul1{font-size:0;display:flex;flex-wrap:wrap;}
    .Service_content .ul1 li{width:48%;margin-right:4%;display:inline-block;}
    .Service_content .ul1 li:nth-child(2n){margin-right:0;}
    .About_honour .ul li{width:49%;margin-right:2%;display:inline-block;}
    .About_honour .ul li:nth-child(2n){margin-right:0;}
  }
  @media (min-width:640px){
    .Product_list .ul{display:flex;flex-wrap:wrap;}
    .Product_list li{width:48%;margin-right:4%;display:inline-block;}
    .Product_list li:nth-child(2n){margin-right:0;}
    .Service_content .table .td1{width:30%;}
    .Service_content .table{background-size:30% 100%;}
    .Service_content .table td{padding-left:30px;}
    .Case_list li .li_top{padding-left:150px;position:relative;}
    .Case_list li .left{position:absolute;top:0;left:10px;width:130px;display:block;}
    .Case_list li .left img{width:100%;}
    .Case_list .Box{padding-left:150px;}
    .About_company_top .ul{font-size:0;display:flex;flex-wrap:wrap;}
    .About_company_top .ul li{width:48%;margin-right:4%;display:inline-block;}
    .About_company_top .ul li:nth-child(2n){margin-right:0;}
  }
  @media (min-width:768px){
    .Service_content .ul2{font-size:0;}
    .Service_content .ul2 li{width:32%;margin-right:2%;display:inline-block;float:left;}
    .Service_content .ul2 li:nth-child(3n){margin-right:0;}
    .Service_content .ul3 li{display:table;}
    .Service_content .ul3 li{padding-bottom:0;width:100%;}
    .Service_content .ul3 .right{width:50%;padding-bottom:0;float:right;display:table-cell;vertical-align:middle;}
    .Service_content .ul3 .left{width:50%;float:left;}
    .Service_content .ul3 li:nth-child(2n) .left{float:right;}
    .Service_content .ul3 li:nth-child(2n) .right{float:left;}
    .Service_content .table td img{vertical-align:middle;padding-right:10px;display:inline-block;}
    .Service_content .table1 td img{vertical-align:middle;padding-right:10px;display:inline-block;}
    .Case_list li{padding:50px 35px 10px 35px;}
    .Case_list li .li_top{padding-left:200px;position:relative;}
    .Case_list li .left{width:170px;}
    .Case_list .Box{padding-left:190px;}
    .Case_list_top .left{float:left;}
    .Case_list_top .right{float:right;}
    .Case_list .li_top .h3{font-size:22px;}
    .About_company_top .ul li{width:28%;margin-right:8%;display:inline-block;float:left;}
    .About_company_top .ul li:nth-child(2n){margin-right:8%;}
    .About_company_top .ul li:nth-child(3n){margin-right:0;}
    .About_honour .ul li{width:32%;margin-right:2%;display:inline-block;vertical-align:top;}
    .About_honour .ul li:nth-child(2n){margin-right:2%;}
    .About_honour .ul li:nth-child(3n){margin-right:0%;}
  }
  @media (min-width:1024px){
    .Service_content .ul3{padding-bottom:20px;}
    .Service_content .ul3 li{position:relative;}
    .Service_content .ul3 li:nth-child(2n) .right{left:0;}
    .Service_content .ul3 .right{position:absolute;top:50%;right:0;padding:0 3%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);}
    .Service_content .table_Box{padding-bottom:20px;}
    .Service_title{padding:20px 0 35px 15px;}
    .Product_list li{width:32%;margin-right:2%;display:inline-block;}
    .Product_list li:nth-child(2n){margin-right:2%;}
    .Product_list li:nth-child(3n){margin-right:0;}
    .Product_list li .h3 a{font-size:20px;}
    .Service_content .ul1 li{width:23.5%;margin-right:2%;display:inline-block;}
    .Service_content .ul1 li:nth-child(2n){margin-right:2%;}
    .Service_content .ul1 li:nth-child(4n){margin-right:0;}
    .Service_content .table .td1{width:25%;}
    .Service_content .table{background-size:25% 100%;}
    .Service_content .table td{padding-left:60px;}
    .About_company_bottom .img{display:inline-block;width:33%;}
    .About_company_bottom{text-align:center;}
    .About_company_bottom .Box{position:relative;}
    .About_company_bottom .ul li{width:33.5%;text-align:right;padding-right:2%;padding-bottom:32px;background:url(../images/sboutbg1.png) no-repeat right bottom;margin-bottom:0;}
    .About_company_bottom li.li1{position:absolute;top:0;left:0;}
    .About_company_bottom li.li2{position:absolute;top:33%;left:0;}
    .About_company_bottom li.li3{position:absolute;bottom:0;left:0;}
    .About_company_bottom li.li4{position:absolute;top:0%;right:0;text-align:left;background:url(../images/sboutbg.png) no-repeat left bottom;padding-right:0;padding-left:2%;}
    .About_company_bottom li.li5{position:absolute;top:33%;right:0;text-align:left;background:url(../images/sboutbg.png) no-repeat left bottom;padding-right:0;padding-left:2%;}
    .About_company_bottom li.li6{position:absolute;bottom:0;right:0;text-align:left;background:url(../images/sboutbg.png) no-repeat left bottom;padding-right:0;padding-left:2%;}
  }
  @media (min-width:1200px){
    .Product_list li .Box{padding-left:115px;}
    .Product_list li .left{left:30px;}
    .Service_title{font-size:24px;}
    .About_company_bottom .ul li{padding-bottom:45px;}
  }

  /*
     .Page002193 涓篸emo缂栧彿
     */
  .Page002193{zoom:1;overflow:hidden;padding:30px 0 60px;text-align:center;}
  .Page002193 span{padding:0px 3px;display:inline-block;}
  .Page002193 a{display:inline-block;margin:0px 2px;border:1px solid #ededed;padding:0 1em;color:#666;line-height:35px;border-radius:3px;transition:0.3s ease-out;}
  .Page002193 a:hover{color:#fff;border:1px solid #1479ca;background:#1479ca;}
  .Page002193 .p_cur,.Page002193 .p_count,.Page002193 .p_total,.Page002193 .p_jump,.Page002193 .a_first,.Page002193 .a_end{display:none;}
  .Page002193 .p_cur b{color:#F00;}
  .Page002193 .p_count b{color:#F00;}
  .Page002193 .p_total b{color:#F00;}
  .Page002193 .p_page em{font-style:normal;display:none;}
  .Page002193 .p_page em a.a_cur{color:#fff;background:#1479ca;border-color:#1479ca;}
  .Page002193 .p_page b{font-weight:normal;}
  .Page002193 .a_prev{font-size:16px;font-weight:bold;}
  .Page002193 .a_next{font-size:16px;font-weight:bold;}
  @media (min-width:768px){
    .Page002193 .p_page em{font-style:normal;display:inline-block;}
  }
  .About_history .ul li .time{color:#555555;font-size:36px;line-height:36px;position:relative;padding-left:90px;height:36px;margin-bottom:10px;}
  .About_history .ul li .time .i1{position:absolute;top:0;left:0;}
  .About_history .ul li .time .i{display:block;background:#d5d5d5;height:1px;position:relative;bottom:-28px;}
  .About_history .ul li .dl dd{padding-left:10px;position:relative;color:#555555;line-height:24px;}
  .About_history .ul li .dl dd::before{content:" ";display:block;width:4px;background:#555555;height:1px;position:absolute;top:10px;left:0;}
  .About_history .ul li .dl{padding-bottom:5px;}
  .About_history .ul li{margin-bottom:50px;}
  .About_history .ul li .li_box{padding-left:30px;position:relative;}
  .About_history .ul{background:url(../images/historybg_01.png) repeat-y 6px center;padding-bottom:20px;}
  .About_history .ul li .yuan{position:absolute;top:0;width:15px;height:15px;left:0;background:url(../images/historybg_02.png);}
  .About_history .ul li .Box{position:relative;top:-9px;}
  .About_history{padding-top:60px;padding-bottom:60px;}
  .About_news{padding-top:30px;}
  .About_news_list .left a{display:block;}
  .About_news_list .h3 a{color:#333333;font-size:18px;line-height:28px;margin:15px 0 8px;display:block;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
  .About_news_list .p{color:#717171;line-height:24px;margin-bottom:15px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:48px;}
  .About_news_list .time{color:#717171;padding-left:18px;background:url(../images/time.jpg) no-repeat left center;margin-bottom:15px;}
  .About_news_list .more{margin-bottom:15px;}
  .About_news_list .more a{color:#1479ca;}
  .About_news_list li{padding-bottom:20px;border-bottom:1px solid #e3e3e3;margin-bottom:40px;}
  .About_news .Page002193{padding-top:0;}
  .About_news_list img{width:100%;transition:all 0.4s;-moz-transition:all 0.4s;-webkit-transition:all 0.4s;-o-transition:all 0.4s;}
  .About_news_list .left{overflow:hidden;}
  .About_news_list li .left:hover img{transform:scale(1.1);}
  .About_news_list .h3 a:hover{color:#1479ca;}
  .About_news_info_title{color:#333333;font-size:16px;text-align:center;font-weight:bold;}
  .About_news_info_titme{color:#999;font-size:12px;line-height:12px;text-align:center;padding:10px 0 25px;border-bottom:1px solid #f0f0f0;margin-bottom:30px;}
  .About_news_info_content .p{color:#717171;font-size:12px;line-height:20px;padding-bottom:20px;}
  .About_news_info_bottom{border-top:1px solid #f0f0f0;padding-top:25px;}
  .About_news_info_bottom .left a{color:#333333;font-size:12px;display:block;margin-bottom:8px;}
  .About_news_info_bottom .left a:hover{color:#1479ca;}
  .About_news_info_bottom .left{margin-bottom:20px;}
  .About_news_info_bottom .right a{color:#1479ca;}
  .About_news_info_content{padding-bottom:25px;}
  .About_news_info{padding-bottom:60px;}
  .About_contact_title{color:#333333;font-size:24px;position:relative;padding-left:15px;margin-bottom:20px;margin-top:15px;}
  .About_contact_title .i{display:inline-block;width:5px;height:24px;background:#1479ca;position:absolute;top:6px;left:0;}
  .About_contact_top .left .p{color:#666666;font-size:14px;line-height:24px;padding-bottom:20px;}
  .About_contact_top{padding-bottom:55px;}
  .About_contact{padding-top:30px;}
  .About_contact_middle .h3{color:#1479ca;font-size:20px;font-weight:bold;padding:10px 0 20px;}
  .About_contact_middle .h31{color:#3bd087;}
  .About_contact_middle .ul li{height:50px;line-height:47px;border:1px solid #e2e2e2;padding:0 25px;border-radius:4px;display:inline-block;margin-bottom:20px;margin-right:20px;min-width:160px;font-size:14px;}
  @media only screen and (max-width:768px){
    .About_contact_middle .ul li{padding:0 15px;min-width:140px;margin-right:10px;}
    .About_contact_middle .ul li:nth-child(2n+2){margin-right:0px;}
  }
  @media (min-width:1024px){
    .About_news_info_title{font-size:24px;}
    .About_news_info_titme{font-size:14px;}
    .About_news_info_content{font-size:16px;}
    .About_news_info_bottom .left a{font-size:14px;}
  }
  @media (min-width:1280px){
    .About_news_info_bottom .left a{display:inline-block;margin-left:20px;}
    .About_news_info_bottom .left a:first-child{margin-left:0;}
  }
  .About_contact_middle .ul li img{vertical-align:middle;padding-right:10px;}
  .About_contact_middle .ul{margin-bottom:30px;font-size:0;}
  .About_contact_bottom{padding-top:10px;}
  .About_contact_bottomTop{background:#1479ca;color:#ffffff;}
  .About_contact_bottomTop a{color:#ffffff;}
  .About_contact_bottomTop{font-size:0;}
  .About_contact_bottomTop>div{padding:0 10px;width:32%;font-size:14px;display:inline-block;position:relative;height:47px;line-height:47px;}
  .About_contact_bottomTop>div.clear{width:0;padding:0;height:0;}
  .About_contact_bottomTop .span4{display:none;}
  .About_contact_bottomTop .span2 .dl{position:absolute;top:47px;left:0;background:#1479ca;padding-top:10px;border-top:1px solid #fff;display:none;width:100%;}
  .About_contact_bottomTop .span2 .dl dd{line-height:20px!important;padding-bottom:6px;padding:0 10px 10px 10px;}
  .About_contact_bottomBt .span4{display:none;}
  .About_contact_bottomTop .span2{background:url(../images/xial.png) no-repeat 75px center;}
  .About_contact_bottomTop .span5{background:none;}
  .About_contact_bottomBt .h3 .span4{display:none;}
  .About_contact_bottomBt .h3{font-size:0;padding:15px 0;}
  .About_contact_bottomBt .h3>div{width:32%;font-size:14px;display:inline-block;vertical-align:top;padding:0 10px;}
  .About_contact_bottomBt .h3{background:url(../images/xiall.png) no-repeat 97% 24px;cursor:pointer;}
  .About_contact_bottomBt .ul li{border-bottom:1px solid #dcdcdc;}
  .About_contact_bottomBt .ul li .Box{padding:20px 40px;display:none;}
  .About_contact_bottomBt .Box .h4{color:#1479ca;font-weight:bold;padding-bottom:8px;}
  .About_contact_bottomBt .Box .p{color:#666666;line-height:30px;padding-bottom:30px;}
  .About_contact_bottomBt li.on{background:#f8f8f8;}
  .About_contact_bottomBt .ul li.on .h3{background:url(../images/xiall1.png) no-repeat 97% 24px;}
  .About_contact_bottom_list .ul{padding-bottom:10px;}
  .Contact_way .h3{color:#333333;font-size:20px;font-weight:bold;line-height:91px;margin-bottom:3px;}
  .Contact_way .h3 img{vertical-align:middle;padding-right:5px;}
  .Contact_way .p{color:#717171;line-height:20px;padding-bottom:6px;padding-left:13px;font-size:14px;}
  .Contact_way_top .left{padding:30px 15px;}
  .Contact_way_top{box-shadow:0 0 15px #e0dfdf;margin-bottom:35px;}
  .Contact_way .ul li{box-shadow:0 0 15px #e0dfdf;margin-bottom:35px;padding:30px 15px;vertical-align:top;}

  /*select下拉样式*/
  .ZJselectBox{width:100%;height:35px;position:relative;max-width:800px;}
  .ZJselectTxt{position:relative;padding-left:15px;line-height:33px;color:#333;font-size:14px;border:1px solid #dddddd;height:35px;padding-right:8%;background:url(../images/jianx.jpg) no-repeat 97% center;}
  .ZJselectTxt i.icon{display:block;width:35px;height:35px;position:absolute;right:0;top:0;background:url(images/zjdown.png) no-repeat center;z-index:2;cursor:pointer;}
  .ZJselectTxt i.iconOn{background-image:url(images/zjup.png);}
  .ZJselectBox .ZJselectUl{position:absolute;display:none;width:100%;z-index:4;top:35px;left:0;background:#fff;}
  .ZJselectBox .ZJselectUl .ZJselectUlBox{max-height:240px;overflow-y:auto;border:1px solid #ccc;}
  .ZJselectBox .ZJselectUl ul li{font-size:14px;float:none;height:35px;line-height:35px;padding:0;margin:0;padding-left:15px;border-bottom:1px solid #f9f9f9;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;cursor:pointer;}
  .ZJselectBox .ZJselectUl ul li:hover{background:#f5f5f5;}
  .Contact_word .ul1 li input{width:100%;height:35px;font-size:14px;position:relative;max-width:800px;border:1px solid #dddddd;padding-left:15px;padding-right:15px;color:#333;}
  .Contact_word .ul1 li{margin-bottom:14px;}
  .Contact_word .ul1 li .box{display:block;padding-right:15px;position:relative;}
  .Contact_word .h3{color:#333;font-size:24px;padding-bottom:15px;}
  .Contact_word .ul .span{color:#ff0012;position:absolute;top:0;right:5px;line-height:35px;font-size:20px;}
  .Contact_word .ul textarea{border:1px solid #dddddd;font-size:14px;padding:15px;width:99%;height:200px;color:#333;}
  .Contact_word .ul1 li.textarea .box{max-width:none;}
  .Contact_word .ul1 li.textarea .span{top:80px;}
  .Contact_word .ul1 li.last input{max-width:150px;height:45px;line-height:45px;background:#1479ca;text-align:center;color:#fff;border-color:#1479ca;cursor:pointer;}
  .Contact_word .ul1 li.last{margin-bottom:80px;}
  @media (min-width:1000px){
    .Contact_word .ul li.lastInput .span{right:auto;left:805px;}
    .Contact_word .ul li .span.bticon{right:auto;left:805px;}
  }
  .Down_contain .Case_list_top{padding-top:0;}
  .Down_contain .Product_list_top{margin-bottom:20px;}
  .Down_contain .Case_list_top .right_search{margin-bottom:20px;}
  .Case_list_top1{font-size:0;}
  .Case_list_top1 a{display:inline-block;height:35px;line-height:37px;padding:0 25px;position:relative;font-size:14px;}
  .Case_list_top1 a .span{position:absolute;top:11.5px;right:-1px;height:12px;width:1px;background:#e2e2e2;}
  .Case_list_top1 a:last-child .span{display:none;}
  .Case_list_top1 a.on{color:#fff;background:#1479ca;}
  .Case_list_top1 a.on .span1{background:url(../images/down_02.png);width:7px;height:5px;position:absolute;bottom:-5px;left:50%;margin-left:-3.5px;}
  .Case_list_top1 a:hover{color:#fff;background:#1479ca;}
  .Case_list_top1 a:hover .span1{background:url(../images/down_02.png);width:7px;height:5px;position:absolute;bottom:-5px;left:50%;margin-left:-3.5px;}
  .Case_list_top1{padding-bottom:20px;}
  .Case_list_top1{white-space:nowrap;overflow-x:auto;}
  .Down_list li .h3{color:#333333;padding-bottom:8px;}
  .Down_list li .p{color:#717171;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
  .Down_list li{padding:30px 120px 30px 15px;background:#f6fafd;margin-bottom:30px;position:relative;}
  .Down_list li .down{position:absolute;top:40px;right:10px;color:#1479ca;border:1px solid #1479ca;display:inline-block;height:30px;line-height:30px;padding:0 15px 0 30px;background:url(../images/down_04.png) no-repeat 15px center;border-radius:4px;}
  .Down_list li .down:hover{border-color:#1479ca;background-color:#1479ca;background-image:url('../images/down_05.png');color:#fff;}
  .Dl_content{background:url(../images/dlbg.jpg) no-repeat top center;padding:140px 0;}
  .Dl_content1{padding:40px 0;background-image:url('../images/dlzcbj.jpg');background-position: top;background-repeat:no-repeat;background-size:cover;}
  .Dl_contain{background:#fff;}
  .Dl_top{border-bottom:1px solid #f2f2f2;text-align:center;}
  .Dl_top a{color:#717171;font-size:18px;display:inline-block;line-height:68px;margin:0 10px;border-bottom:3px solid transparent;position:relative;bottom:-2px;cursor:pointer;}
  .Dl_top a.on{color:#1479ca;border-bottom:3px solid #1479ca;}
  .Dl_Box{padding:30px 15px;}
  .Dl_Box label{width:70px; margin-right:20px; float:left;height:35px;line-height:35px;font-size:14px;color:#333; text-align:right}
  .Dl_Box input{width: 100%;height:35px;line-height:35px;border:1px solid #ddd;padding:0 15px;color:#333;}
  .Dl_Box select{width: 100%;height:35px;line-height:35px;border:1px solid #ddd;padding:0 15px;color:#333;}
  .Dl_Box select option{line-height: 2;}
  .Dl_Box li{margin-bottom:10px;position:relative;}
  .Dl_Box li b{font-size: 14px;color: red;left:8px;top:9px;position:absolute;/*font-size: 14px;color: red;font-weight: 700;margin-right: 3px;*/}
  .Dl_Box input::-webkit-input-placeholder{color:#999999;}
  .Dl_Box input:-moz-placeholder{color:#999999;}
  .Dl_Box input::-moz-placeholder{color:#999999;}
  .Dl_Box input:-ms-input-placeholder{color:#999999;}

  .Dl_Box .casket {display: flex; justify-content: space-between;}
  .Dl_Box .casket input:nth-child(1){    width: 60%;}
  .Dl_Box .casket input:nth-child(2){width: 38%;background: #0ca6f2; color: #fff;}
    .Dl_Box .casket .code-btn {
        width: 38%;
        background: #0ca6f2;
        color: #fff;
    }
  .Dl_Box li.rinput{position:relative;padding-right:95px;}
  .Dl_Box li.rinput .imginput{position:absolute;right:0;top:0;width:80px;height:35px;}
  .Dl_Box .checkbox input{width:13px;height:13px;padding:0;vertical-align:middle;position:relative;top:-1px;margin-right:4px;}
  .Dl_Box .ul li.checkbox{color:#555555;font-size:14px;height:30px;}
  .Dl_Box .ul li.checkbox a{float:right;color:#555555;}
  .Dl_Box .ul li.checkbox a:hover{color:#1479ca;}
  .Dl_Box .ul li.last input{color:#fff;font-size:16px;text-align:center;line-height:43px;background:#1479ca;height:45px;border-color:#1479ca;cursor:pointer;}
  .Dl_contain{max-width:410px;float:right;width:100%;}
  .Dl_Box .ul li.checkbox .span{color:#1479ca;float:none;}
  .Dl_Box .ul li.last .a{color:#fff;font-size:16px;text-align:center;line-height:43px;background:#0ca6f2;height:45px;border-color:#0ca6f2;cursor:pointer;display:block;margin-left: 0px;border-radius: 4px;}
  .Menu .h3{background:#1479ca;font-size:24px;color:#fff;padding:20px;line-height:24px;margin-bottom:6px;}
  .Menu .h3 .span{color:#67bdf5;font-size:14px;text-transform:uppercase;vertical-align:bottom;padding-left:6px;position:relative;bottom:-4px;}
  .Menu .ul li{margin-bottom:6px;box-shadow:0 0 15px #e7f0fb;}
  .Menu .ul li a{display:block;padding:15px 20px;background:#fff;font-size:16px;color:#666;height:60px;line-height:30px;}
  .Menu .ul li a img{padding-right:8px;vertical-align:middle;max-width:26px;}
  .Menu .ul li .img2{display:none;}
  .Menu .ul li a:hover,.Menu .ul li.onmenu a{color:#1479ca;}
  .Menu .ul li a:hover .img1,.Menu .ul li.onmenu a .img1{display:none;}
  .Menu .ul li a:hover .img2,.Menu .ul li.onmenu a .img2{display:inline-block;}
  .Menu .ul .onmenu a{color:#1479ca;}
  .Hui_content{background:#f5f9fd;padding-bottom:75px;padding-top:20px;}
  .slidebar1{border:0;padding-top:0;}
  .Hui_top{background:#fff;padding:30px 15px;margin-bottom:20px;box-shadow:0 0 15px #e7f0fb;}
  .Hui_top .left{display:table;float:left;width:76%;}
  .Hui_top .left .img{display:table-cell;vertical-align:middle;padding-right:20px;}
  .Hui_top .left .name{display:table-cell;vertical-align:middle;}
  .Hui_top .left .img img{border-radius:50%;}
  .Hui_top .left .name .h3{color:#333;font-size:18px;}
  .Hui_top .left .name .p{color:#1479ca;}
  .Hui_top .right{float:right;width:24%;color:#666;}
  .Hui_top .right .span{font-size:36px;color:#dadada;line-height:40px;}
  .Hui_xcontent{background:#fff;margin-bottom:20px;box-shadow:0 0 15px #e7f0fb;}
  .Hui_xcontent .h3{padding:0 15px;height:55px;line-height:55px;color:#666666;font-weight:bold;background:#f6fafd;}
  .Hui_xcontent .h3 a{float:right;padding-left:18px;background:url(../images/huibg03.png) no-repeat left center;color:#1479ca;}
  .Hui_xcontent .ul1{padding:25px 15px 50px;}
  .Hui_xcontent .ul1 li{color:#666666;padding-bottom:15px;}
  .Hui_xcontent .ul2{padding:25px 15px 0;}
  .Hui_xcontent .ul2 li a{display:block;padding:15px 10px;background:#f6fafd;color:#333333;padding-right:98px;position:relative;}
  .Hui_xcontent .ul2 li{margin-bottom:20px;}
  .Hui_xcontent .ul2 li .span{float:right;color:#999;position:absolute;top:15px;right:15px;}
  .search_list li a{display:block;padding:15px;border-bottom:1px solid #ddd;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
  .search_list{padding-bottom:50px;}
  .About_company_bottom1{color:#fff;padding:75px 0 45px;}
  .About_company_bottom1 .h3{color:#fff;font-size:50px;}
  .About_company_bottom1 .p{line-height:20px;padding-bottom:15px;font-size:14px;}
  .About_company_bottom1 .ul li{margin-bottom:30px;width:48%;margin-right:4%;}
  .About_company_bottom1 .ul li .i{display:block;width:50px;height:2px;background:#fff;}
  .About_company_bottom1 .ul{font-size:0;display:flex;flex-wrap:wrap;}
  .About_company_bottom1 .ul li:nth-child(2n){margin-right:0;}
  @media (min-width:460px){
    .Hui_top .left .img{width:105px;}
    .Hui_top .right{width:auto;}
  }
  @media (min-width:640px){
    .About_news_list .left{float:left;width:27%;}
    .About_news_list .right{float:right;width:70%;}
    .About_news_list .h3 a{padding-top:0;}
    .About_news_list li{padding-bottom:0;}
    .About_news_list li{margin-bottom:60px;}
    .Dl_Box{padding:30px;}
  }
  @media (min-width:768px){
    .About_contact_top .left{width:46%;float:left;}
    .About_contact_top .right{float:right;width:47%;}
    .About_contact_bottomTop .span4{display:inline-block;width:24%;}
    .About_contact_bottomTop .span2{width:24%;}
    .About_contact_bottomTop .span5{background:none;}
    .About_contact_bottomTop .span1{width:24%;}
    .About_contact_bottomTop>div{width:24%;}
    .About_contact_bottomTop>div.span1{padding-left:40px;}
    .About_contact_bottomTop>div.span3{padding-left:40px;}
    .About_contact_bottomBt .h3>div{width:24%;}
    .About_contact_bottomBt .h3>div.span1{padding-left:40px;}
    .About_contact_bottomBt .h3>div.span3{padding-left:40px;}
    .About_contact_bottomBt .h3>div.span4{width:24%;display:inline-block;}
    .Contact_way .ul{font-size:0;}
    .Contact_way .ul li{width:49%;margin-right:2%;display:inline-block;padding:30px 40px;}
    .Contact_way .ul li:nth-child(2n){margin-right:0;}
    .Contact_way_top{display:table;}
    .Contact_way_top .left{width:49%;padding:30px 40px;display:table-cell;vertical-align:middle;}
    .Contact_way_top .right{width:51%;display:table-cell;vertical-align:top;}
    .Contact_way .ul{padding-bottom:60px;}
    .slidebar1{width:280px;}
    .Hui_content_pl .container{padding-left:310px;position:relative;}
    .slidebar1{position:absolute;top:0;left:15px;}
    .Hui_content_pl{min-height:550px;}
    .Menu .ul li a{height:70px;line-height:40px;}
    .About_company_bottom1 .ul{justify-content:space-between;}
    .About_company_bottom1 .ul li{width:auto;margin-right:0;padding-right:10%;}
    .About_company_bottom1 .ul li:nth-child(4n){padding-right:0;}
  }
  @media (min-width:1024px){
    .About_history .ul li{padding-left:50%;margin-bottom:0;position:relative;}
    .About_history .ul li .img{text-align:left;}
    .About_history .ul li.even .img{text-align:right;}
    .About_history .ul li.even{padding-left:0;padding-right:50%;}
    .About_history .ul li.even .time{padding-left:0;padding-right:90px;}
    .About_history .ul li.even .time .i1{left:auto;right:0;}
    .About_history .ul li.even .li_box{padding-left:0;padding-right:30px;}
    .About_history .ul li .yuan{left:-7.5px;}
    .About_history .ul li.even .yuan{left:auto;right:-7.5px;}
    .About_history .ul{background:url(../images/historybg_01.png) repeat-y center;}
    .Down_list li{padding-left:85px;background:url(../images/down_03.png) #f6fafd no-repeat 25px 35px;padding-right:235px;}
    .Down_list li .down{right:40px;}
    .Hui_top{padding:30px;}
    .Hui_xcontent .h3{padding:0 30px;}
    .Hui_xcontent .ul1{padding:25px 30px 50px;}
    .Hui_xcontent .ul2{padding:25px 30px 0;}
    .Hui_xcontent .ul2 li a{padding:15px 25px;padding-right:140px;}
    .Hui_xcontent .ul2 li .span{right:25px;}
  }
  @media (min-width:1200px){
    .slidebar1{position:absolute;top:0;left:0;}
  }
  @media (min-width:1225px){
    .slidebar1{position:absolute;top:0;left:0;}
  }

  /*会员中心*/
  .memberPersonInfo{min-height:400px;padding-top:10px;}
  .memberPersonInfo .statusBar{height:auto;line-height:1.2;padding:10px 20px;}
  .memberPersonInfo .statusBar .btns{overflow:hidden;position:static;line-height:30px;padding-top:10px;}
  .memberPersonInfo .statusBar .btns .webuploader-pick{margin-left:0;}
  .memberPersonInfo .form_table{margin:0 auto;width:100%;max-width:700px;}
  .memberPersonInfo .form_table td{padding:5px;min-width:89px;}
  .memberPersonInfo .form_table td .queueList{margin:0;}
  .memberPersonInfo .form_table td .placeholder{padding:30px 0;}
  .memberPersonInfo .form_table td .placeholder,.memberPersonInfo .form_table td .placeholder .webuploader-pick{font-size:14px;}
  .memberPersonInfo .text{width:100%;height:35px;line-height:35px;min-width:173px;color:#333;border:1px solid #dddddd;padding:0 15px;}
  .memberPersonInfo .btn{color:#fff;font-size:16px;text-align:center;line-height:43px;background:#1479ca;height:45px;border-color:#1479ca;cursor:pointer;    /*display: block;*/width:90px;}
  .memberPersonInfo .form_err{color:red;}
  @media (min-width:1000px){
    .memberPersonInfo{padding-top:0px;}
    .memberPersonInfo .text{min-width:240px;}
    .memberPersonInfo .btn{width:120px;}
  }
  .bd_weixin_popup{height:315px!important;}
  .bactTop{position:fixed;width:40px;height:40px;right:10px;bottom:20px;display:none;z-index:999;}
  .bactTop a{display:block;width:40px;height:40px;border-radius:40px;background:#00000080 url('../images/backtop.png') no-repeat center;}
  @media (min-width:1000px){
    .bactTop{display:block;}
  }

  /*专题活动*/
  .special-event{padding:3% 0;}
  .pagess{
    margin-top: 5%;
    margin-bottom: 5%
  }
.pagess .p_cur{display: none}
.pagess .p_count{display: none}
.pagess .p_total{display: none}
.pagess .p_jump{display: none}
.pagess .p_page a{
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #eee;
font-style:normal
}
.pagess .p_page a.a_cur{
      color: #1479ca;
}
.caselists .ul li{
  width: 160px;
  float: left;
  margin-right: 40px;
  margin-top: 15px;
  padding:8px;
}
.caselists .ul li .imags{
    width: 100%;
    background-size: cover;
    background-position: center;
    padding-bottom: 55%;
    background-repeat: no-repeat;
    background-size: contain;
}
.rk-button-bar{
	width: 80%;
    position: relative;
    margin: 0 auto;
}
    
.rk-button-bar .pause-button{
    position: absolute;
    width: 33px;
    height: 33px;
    background: url(../images/slider-pause.png);
    background-size: cover;
    bottom: 27px;
    right: 100px;
    z-index: 1;
    cursor: pointer;
}
.pause-button.play{
    background: url(../images/slider-play.png);
    background-size: cover;
}
.rk-button-bar .rk-swiper-button-next {
    cursor: pointer;
    position: absolute;
    display: block;
    height: 33px;
    width: 33px;
    overflow: hidden;
    background: url(../images/slider-next.png) no-repeat;
    background-size: cover;
    z-index: 99;
    right: 0px;
    bottom: 27px;
}
.rk-button-bar .rk-swiper-button-prev {
    cursor: pointer;
    position: absolute;
    display: block;
    height: 33px;
    width: 33px;
    overflow: hidden;
    background: url(../images/slider-prev.png) no-repeat;
    background-size: cover;
    z-index: 99;
    right: 50px;
    bottom: 27px;
}