@charset "utf-8";
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; -webkit-box-shadow: none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font-family: "Microsoft Yahei"; color: #666; font-size: 13px;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; }


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
  font-family: 'iconfont';  /* project id 2345038 */
  src: url(files/iconfont.eot.txt),
  url(files/iconfont.woff) format('woff'),
  url(files/iconfont.ttf) format('truetype'),
}


/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
body {overflow-y: scroll;}

/*设置浮动*/
.fl,.pull-left {float: left;}
.fr,.pull-right {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

.clear{ clear:both; height: 0; overflow: hidden;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

.box,.content,.w1200,.width-1200{ width:1300px; margin:0 auto;}
/* -- 内页布局 -- */
.page_bg { padding:20px 0 20px; background:#fff;}
.page_main { margin: 0 auto; width: 1300px;}  /*版面宽度*/
.page_content{ width:930px;} /*右边宽度*/
.page_left{ width:240px;} /*左边宽度*/
.page_full{ width:100%;}
.dis,.hide{ display:none;}

.line-clamp-1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-clamp-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.n_box{
    width: 1300px;margin: 60px auto;position: relative;
}
.n_box:after,.box:after{
    display: block;content: "";clear: both;
}

/*抬头*/


.header{ position:fixed; top:0; left:0; right:0; width:100%; margin: 0 auto;/*background: linear-gradient(to bottom,rgba(0,0,0,40%),transparent);*/
z-index:999; font-family: "Microsoft Yahei";}

.logowhite{
    display: block;
}
.logoblue{
    display: none;;
}
.header .w1400,.headerbg .w1400{min-width:1300px; width:1300px;margin: 0 auto;
height:90px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; }
.hleft{  padding-top:5px;}
.hleft p{font-size:18px; color:#111; padding-left: 10px; 
    line-height:28px; display: block;position: relative;
}
.hleft p:before{
    content: "";
    display: block;width: 1px;height:50px;background:#ddd; position: absolute;left: 0;top: 5px;
}
.hleft p span{
    font-size:19px;
}
.hleft strong{
    letter-spacing: 0.6px;
}
.hleft a{ margin-right:13px; float: left;
}
.hleft a img{
  width: auto;
}
.nav{
    
}
.nav ul,.hright{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;
 
}

.nav>ul>li{ position:relative; 
    margin-right: 0;
}
.headerbg .nav>ul>li.on>a {
    color: #fff;
}
.top50{
    margin-top: 50px;
}

  

.nav>ul>li>a{ font-size:16px; color:#fff; display:block; line-height:40px; position:relative;  padding: 0 20px;
  
} 
.nav>ul>li.on>a:after,.nav>ul>li:hover>a:after{ width:100%;}
.nav>ul>li.on>a,.nav>ul>li:hover>a{  background: #085dc0;border-radius:20px;color: #fff;
    
}

.dropmenu{position:absolute; border-radius:5px; overflow:hidden; transition:all .3s ease; top:60px; left:-0; width:100%; background:rgba(255,255,255,0.98); 
box-shadow:0 0 10px rgba(0,0,0,.2); opacity:0; transform:rotateY(90deg);
    padding:15px 0;
    
}
.nav>ul>li:hover .dropmenu{ transform:rotate(0deg); opacity:1;}
.dropmenu a{ display:block; line-height:36px; font-size:15px; color:#666; text-align:center; transition:all .3s ease;}
.dropmenu a:hover{ color:#fff;
    background: #085dc0;
}
.dropmenu table,.dropmenu tbody,.dropmenu tr,.dropmenu td{ display:block; width:100%;}
.searchicon{ width:22px; height:22px; cursor:pointer;border-radius: 50%;
    color: #fff;font-weight: bold;overflow: hidden;text-align: center; padding-top: 3px;
}
.searchicon:before{
    font-size:1.1rem;
}
.search{ position:relative;
    margin-left: 10px;
}
.search:hover .iser_box{transform: rotateX(0deg); }
.iser_box{background: rgba(255,255,255,0.98);width:1000px;box-sizing:border-box; position: absolute;top:60px;right: 0;padding:25px 30px; z-index: 9;box-shadow:0 0 10px rgba(0,0,0,.2);}
.iser_box .iShow{ visibility:visible; opacity:1; top:62px;}

.z_img{width:38px;height:38px;position:absolute;top:0;right:0;background: no-repeat;}

.hidden{
    display: none;
}

.navlayout{cursor: pointer;
    width:85px;color: #fff;position: relative;line-height:90px;
}
.navlayout:before{
    display: block;float: left;font-size: 1rem;
}
.navlayout em{
    display: block;float: left;margin: 0 8px;
}
.navlayout i{
    display: block;float: left;font-size: 0.75vw !important;font-weight: normal;transform: rotate(180deg);transition: all ease 0.5s;
}
.navlayout:hover i{transform: rotate(0);}
.navlayout .xia{position: absolute;top: 70px;left: 0;box-shadow: 0 0 10px rgba(0,0,0,10%);border-radius:4px;
    display: none;width: 90px;text-align: center;border-top: 3px solid #085dc0;background: rgba(255,255,255,90%); padding: 10px 0;
}
.navlayout .xia a{
    display: block;line-height: 30px;color: #333;font-size: 14px;
}
.navlayout:hover .xia{
    display: block;
}
.navlayout:hover .xia a:hover{
    background: #085dc0;color: #fff;
}


.headerbg{position: fixed;top:0; left:0; right:0; width:100%; margin: 0 auto;
    z-index:999;width: 100%;min-width: 1250px;border-bottom: 1px solid #eee; background:rgba(255,255,255,0.96);
    
}
.headerbg .logowhite {
    display: none !important;
}
.headerbg .logoblue{
   display: block;
}
.headerbg .nav>ul>li>a,.headerbg .navlayout,.headerbg .searchicon{
    color: #333; 
}
.headerbg .nav>ul>li:hover>a{
    color: #fff; 
}




/*首页幻灯片*/
.sybanner { position: relative;z-index:10; background: #000;
      overflow: hidden;  width: 100%;min-width: 1250px;
  }


  .sybanner.picScroll-left {
    overflow: hidden;
    position: relative;width: 100%;min-width: 1300px;

  }

  .sybanner .picScroll-left .hd { width: 100%; bottom: 0;height: 100%;
 position: absolute;z-index: 2;left: 0;right: 0;margin: 0 auto;
  }

  .sybanner .hd .prev{display: block; margin-left:4%;
    width: 49px;
    height:110px;opacity: 0.5;
    float: left;
    overflow: hidden;margin-top: 18%;
    cursor: pointer;
    background: url(images/prev.png) 0 0 no-repeat;}
    
    
 .sybanner .picScroll-left .hd .next {
    display: block; margin-right:4%;opacity: 0.5;
    width: 49px;
    height:110px; margin-top: 20%;
    float: right;

    overflow: hidden;
    cursor: pointer;
    background: url(images/prev.png) -57px 0 no-repeat;
  }
 .bannerbgtup{position: relative;z-index:1;}
 .bannerbgtup img{
     display: block;width: 100%;height:auto;
 }
 .sybanner .picScroll-left .bd ul li{
     position: relative;
 }
.sybanner .picScroll-left .bd ul li .box{ top:6rem;
  position: absolute;left: 0;right: 0;margin: 0 auto;  z-index: 3;
}
  
  .sybanner .picScroll-left .hd ul { display: block;
    position: absolute;left: 0;right: 0;margin: 0 auto;width: 500px;text-align: center;
    overflow: hidden;
    zoom: 1;
bottom: 40px;


  }

 .sybanner  .picScroll-left .hd ul li {
position: relative;display: inline-block;text-align: center;
    overflow: hidden;
    margin-right: 5px;

    cursor: pointer;
     width:40px;height: 3px;background: rgba(255,255,255,1); border: none;border-radius: 0;
 
  }

  .sybanner.picScroll-left .hd ul .on {
     border: none;background: rgba(255,255,255,1);
		    position: relative;
  }
.sybanner .picScroll-left .hd .on:after{
      display: block;content: ""; background:#085dc0; position: absolute;top: 0;left: 0; height: 3px;
		   animation:mymove1 8s infinite; -moz-animation:mymove1 8s linear infinite;-ms-animation:mymove1 8s linear infinite;
		   -o-animation:mymove1 8s linear infinite; -webkit-animation:mymove1 8s linear infinite;
}

   @-webkit-keyframes mymove1
{
0% { width:0%;}
100%{width:100%;}
}
@-moz-keyframes mymove1
{
0% { width:0%;}
100%{width:100%;}
}


.sybanner .picScroll-left .bd {
   
  }

.sybanner .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
  }

  .sybanner.picScroll-left .bd ul li {

    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
  }

  .sybanner.picScroll-left .bd ul li .pic {
    text-align: center;
  }
.sybanner  .picScroll-left .bd{  width: 100%;}

  .sybanner .pic img {
    width: 100%;
    height: auto;
    display: block;

  }

   .sybanner .box{
       position: relative;
   }
   
   
 /*加工方式*/
 .jiagong{
     width: 100%;min-width: 1300px;padding-top: 80px;overflow: hidden;background: #fff;
 }
 
 .jiagong li{ font-size: 16px;text-align: center;line-height: 30px; color: #222;transition: all ease 0.3s;cursor: pointer;
     display: block;width: 23.5%;float: left;box-sizing: border-box;border: 1px solid #eee;padding:30px 0 30px 0; border-radius: 15px;overflow:hidden;
     
 }
  .jiagong li+li{
      margin-left: 2%;
  }
   .jiagong li .pic{transition: all ease 0.5s;font-size:64px;color: #085dc0;line-height:90px;
       display: block;width: 120px;margin: 0 auto;overflow: hidden; box-sizing: border-box;
   }
   .jiagong li .pic img{
       display: block;width: 100%;height: 100%;
   }
   .jiagong li .txt dl{font-size: 26px;font-weight: bold;line-height:30px; padding:3px 0 15px;
   }
  
  
  .jiagong li:hover{
      background: #085dc0;color: #fff;box-shadow: 0 0 20px inset #00499f;
  }
  .jiagong li:hover .pic{
     color: #fff;
  }
  
  
 .jjtd{
     margin-top: 75px;
 } 
  .jjtdt{
      text-align: center;font-size: 40px;color: #222; font-weight: bold;line-height: 40px;
  }
  .jjtdt p{
      font-size: 18px;color: #666;margin-bottom:20px;line-height: 50px; font-weight: normal;
  }
  .jjtdt span{
      color: #085dc0;
  }
  .jjtdc{
      font-size: 16px;color: #666;line-height: 34px;text-align: justify; margin-top: 40px;
  }
  
  .jjtdb{
      margin-top:60px;
  }
  .jjtdb:after{
      display: block;content: "";clear: both;
  }
   .jjtdb .pic{
       width: 240px;position: relative;
   } 
   .jjtdb .pic:nth-of-type(2n):after{
       position: absolute;top: 0;left: 0;
       display: block;content: "";width: 240px;height: 240px; background: url(images/shebeiimg.png) no-repeat center;
       animation: arrow1  7s linear infinite;    -moz-animation: arrow1 7s linear infinite;    -ms-animation: arrow1 7s linear infinite;    -o-animation: arrow1 7s linear infinite;    -webkit-animation: arrow1 7s linear infinite;
   }
   
   @-webkit-keyframes arrow1
{
0% {transform:rotate(0deg)
    
}
100%{transform:rotate(360deg)}
}
@-moz-keyframes arrow1
{
0% {transform:rotate(0deg)
    
}
100%{transform:rotate(360deg)}
}
  

@-o-keyframes arrow1
  
{
0% {transform:rotate(0deg)
    
}
100%{transform:rotate(360deg)}
}

.jjtdb .pic:nth-of-type(2n+1):after{
       position: absolute;top: 0;left: 0;
       display: block;content: "";width: 240px;height: 240px; background: url(images/shebeiimg.png) no-repeat center;
       animation: arrow2  6s linear infinite;    -moz-animation: arrow2 6s linear infinite;    -ms-animation: arrow2 6s linear infinite;    -o-animation: arrow2 6s linear infinite;    -webkit-animation: arrow2 6s linear infinite;
   }
   
   @-webkit-keyframes arrow2
{
0% {transform:rotate(0deg)
    
}
100%{transform:rotate(-360deg)}
}
@-moz-keyframes arrow2
{
0% {transform:rotate(0deg)
    
}
100%{transform:rotate(-360deg)}
}
  

@-o-keyframes arrow2
  
{
0% {transform:rotate(0deg)
    
}
100%{transform:rotate(-360deg)}
}

  .jjtdb img{width: 240px;height: auto;
      display: block;float: left;
  }
  .jjtdb .pic+.pic{
      margin-left:25px;
  }
  
  /*产品展示*/
  .prod_all{ margin-top: 80px;overflow: hidden;
      width: 100%;min-width: 1300px;background: url(images/probg.jpg)center top no-repeat; padding: 80px 0;color: #fff;
  }
  .prod_t{text-align: center;
      margin-bottom: 30px;
  }
  .prod_t dl{
      font-size: 40px;color: #fff;line-height: 40px; font-weight: bold;
  }
  .prod_t dl span{
      color: #ffc400;
  }
    .prod_t p{
        font-size: 18px;line-height: 50px;opacity: 0.7;
    }
    .prod_b{background: url(images/protabbg.png)center top no-repeat;}
    
.pro .hd{
    height: 64px;color: #fff;position: relative;
}

.pro .hd .pre{
    width: 53px;height: 92px;overflow: auto;right: 0;top: 250px;background: url(images/next.png)center no-repeat;
}

.pro .hd li{position: relative;
    display: block;width:14.2857%;box-sizing: border-box;float: left;color: #fff;text-align:center;
}  
.pro .hd li+li:after{
    display: block;content: "";width: 1px;height: 20px;border-right:1px dashed #fff;position: absolute;left: 0;top: 22px;opacity:0.4;
}
.pro .hd li.on a{
    color: #ffc400;
}
.pro .hd li.on a:after{
    display: block;content: "";width: 20px;height: 20px;background: #085dc0;transform: rotate(45deg);
    position: absolute;left: 0;right: 0;margin: 0 auto;bottom: -10px;z-index: 2;
}
.pro .hd li a{
    font-size: 20px;color: #fff;line-height: 64px;display: block;
}
.pro .bd{
    width: 1300px;height: 460px;background: #fff;box-sizing: border-box;position: relative;
}

.pro .bd .pic{
    padding-right: 115px;
}

 .pro .bd .txt{width: 430px;text-align: justify; font-size: 16px;line-height: 30px;color: #666; padding:60px 0 0 140px;}
  .pro .bd .txt dl{ display: block;border-bottom: 1px solid #eee; padding-bottom:25px;}
  .pro .bd .txt dl dt{font-size: 30px;color: #222;line-height: 30px; float: left;
      font-weight: bold;
  }
  .pro .bd .txt dl a{display: block;width: 110px;text-align: center;line-height: 30px;background: #eee;font-family: "arial";border-radius: 20px; font-size: 12px;color: #555;text-transform: uppercase;float: right;}
  .pro .bd .txt dl a:hover{ background: #085dc0;color: #fff;}
  .pro .bd .txt p{ padding-top: 20px; overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .pro .bd .txt p strong{
      color: #333;
  }
  .pro .bd .txt p i{
      color: #888;font-size: 13px; padding-right:3px;
  }
  
   .pro .bd .img{ display: block; font-size: 19px;color: #222;line-height:50px;text-align: center; margin-top:40px;
       cursor: pointer;
   }
  .pro .bd .img i{ margin: 0 auto;color: #fff;font-size:36px;line-height: 80px;
    display: block;width: 80px;height: 80px;background: #085dc0;border-radius: 50%;overflow: hidden;
  }

  .pro .bd .img+.img{ margin-left: 35px;}

.pro .arrow .next{
    position: absolute;z-index: 2;cursor: pointer;
    width: 53px;height: 92px;overflow: auto;right:40px;top: 240px;background: url(images/next.png)center no-repeat;
}
.pro .arrow .prev{
    position: absolute;z-index: 2;cursor: pointer;
    width: 53px;height: 92px;overflow: auto;left:40px;top: 240px;background: url(images/pre.png)center no-repeat;
}

.pro .box{
    position: relative;
}

/*产品滚动*/
.prod_bb{ margin-top:40px;min-width:1300px;}
.prod_bb{overflow:hidden;}
 .prod_bb li {
        float: left;
        margin-right: 20px;
        width: 320px;position: relative;overflow: hidden;
    }
   .prod_bb li .prod_img {
        width: 320px;
      
     
    }
   .prod_bb li .prod_img img {
        display: block;
        width: 100%;
        height: 100%;
    }
   .prod_bb li .txt {
        position: relative;
        width: 320px;
        height: 50px;
        text-align: center;
        font-size: 15px;
        color: #555;
        line-height: 50px;
        background: #f5f5f5;
    }
   .prod_bb li .txt span {
        position: relative;
        display: block;
        z-index: 9;
    }
   .prod_bb li .txt:after {
        display: block;
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 0;
        height: 50px;
        transition: all 0.3s;
        background: #085dc0;
    }
   .prod_bb li:hover .txt:after {
        width: 320px;
    }
    .prod_bb li:hover .txt {color: #fff; }

/*公司优势*/
.ys{
    width: 100%;min-width: 1300px;background: #f5f5f5;padding: 80px 0 60px 0;
}
.ys_cont>li{background: #fff;border: 1 solid #eee;position: relative;width: 100%;padding-bottom: 20px;margin-bottom: 20px; padding: 40px;
    box-sizing: border-box;
}
.ys{position: relative;}
.ys_l{width: 50%;overflow: hidden;position: relative;}
.ys_l img{width:100%;
    display: block;
}

.ys_r{width: 46%;padding-top: 30px;
    position: relative;
}
.ys_r>span{font-size: 30px;color: #085dc0;line-height: 50px;}
.ys_r>span:before{
    padding-right: 5px;
}
.ys_r p{font-size: 28px;font-weight: bold;color: #222;line-height: 50px;}
.ys_r d{font-size: 12px;text-transform: uppercase;color: #999;}
.ys_r i{width: 200px;height: 1px;background: #ccc;display: block;margin: 20px 0 30px;}
.ys_r dd{line-height: 40px;font-size:16px;}
.ys_r dd:before{content: '';width: 10px;height: 10px;display: inline-block;background: #085dc0;border-radius: 50%;margin-right: 5px;}
.ys_r ul li span{width: 58px;height: 58px;border:1px solid #085dc0;border-radius: 50%;display: block;display: flex;align-items: center;justify-content: center;}
.ys_r ul li span img{filter: brightness(0.5);}
.ys_r ul li{display: inline-block;position: relative;text-align:center;}
.ys_r ul li+li{padding-left: 100px;}
.ys_r ul li dt{line-height: 30px;}
.ys_r ul li+li:before{content: '';width: 1px;height: 80px;display: inline-block;background: #eee;position: absolute;margin-left: -80px;}
.ys_r ul{margin-top: 50px;}
.ys_numb{font-size: 82px;font-weight: bold;position: absolute;top: 0;right: 10px;color: #e3e3e3;}
.ys_cont{overflow: inherit !important;
    width: 1300px;margin: 0 auto;
}
.ys_box.on{transform: scale(1);}
.ys_r a{width: 200px;height: 50px;border: 1px solid #ccc;font-size: 16px;color: #666;text-align: center;display: block;line-height: 50px;margin-top: 40px;position: relative;transition: all 0.3s ease;}
.ys_r a:before{content:'';width:0%;height:100%;display:block;position: absolute;left:0px;top:0px;background:#085dc0;transition: all 0.3s ease;    z-index: 1;}
.ys_r a:hover:before{width:100%;}
.ys_r a:hover{color:#fff;}
.ys_r a>span{position: relative;z-index:9;}
.ys_r a:hover span{color:#fff;}

/*车间实力*/
.plant_bg {
    padding: 50px 0 20px 0;
    width: 100%; min-width: 1300px; margin: 0 auto;
    height: auto;

    overflow: hidden;
}
 .certify {
	position: relative;

	margin: 30px auto 0;
}

 .certify .swiper-container {
	padding-bottom: 60px;
}

 .certify .swiper-slide { border-radius: 0 0 0 100px;overflow: hidden;
    position: relative;
	width: 1300px;
	height: 660px;
	box-shadow: 0 8px 30px rgba(0,0,0,50%);
}

 .certify .swiper-slide img{
    width: 100%;
    
	display:block;
}
 .certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

 .certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
    



  
 .certify .swiper-button-prev {
	left: 30px;     outline-color: transparent;
	width: 81px;
	height: 81px;
	background: url(https://site.di7.com/member/web12624zw/files/images/case_0007.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
    transition: 0s;
    opacity: 1;
}

 .certify .swiper-button-prev:hover {
	background-position: 0 -83px;
	background-size: 100%;
}

 .certify .swiper-button-next {    outline-color: transparent;
	right: 50px;
	width: 81px;
	height: 81px;
	background: url(https://site.di7.com/member/web12624zw/files/images/case_0007.png) no-repeat;
	background-position: 0 -168px;
	background-size: 100%;
    transition: 0s;
    opacity: 1;
}

 .certify .swiper-button-next:hover {
	background-position: 0 -251px;
	background-size: 100%;
}
  .swiper-button-prev:after,.swiper-button-next:after{ display:none;}
  
  .swiper-slide a .text{position: absolute;left: 0;bottom: 0; width: 100%; box-sizing: border-box;padding: 35px 65px; height: 110px;
  background:rgba(0,0,0,40%); line-height: 45px; text-align: center;color: #fff;}
  .swiper-slide a .text i{ font-size: 22px;font-weight: lighter; display: block;}
  .case_qh{width: 1300px;position: absolute;left: 0;right: 0;margin: 0 auto;top:45%;}
  
  /*合作流程*/
  .process{ overflow: hidden;
      width: 100%;min-width: 1300px;
  }
  
  .customize{
        width: 550px;
    }
    .cusi_lx{
      
        padding-top:30px;
    }
    .cusi_lx:before{
        display: block;float: left;font-size: 55px;line-height: 73px;color: #085dc0;
    }
    .cusi_lx span{
        font-size: 18px;
        color: #666;
        display: block;
    }
    .cusi_lx b{
        font-family: Arial;
 
        font-size: 36px;
        color: #085dc0;
        display: block;
        line-height: 40px;
    }
    .cusi_dh{
        margin-top: 45px;
    }
    .cusi_dh b{
        font-size: 42px;
         color: #333;
         display: block;
         line-height: 70px;
    }
    .cusi_dh span{
        font-size: 22px;
    }
    .cusi_x{
        width: 34px;
        height:3px;
        background: #085dc0;
        margin-top: 20px;
    }
    .cusi_wz{
        font-size: 16px;
         color: #888;
         line-height: 26px;
         margin-top: 40px;
    }
    .cusi_lj{
        width: 167px;
        height: 46px;
        background: #085dc0;
        border-radius: 25px;
        line-height: 46px;
        margin-top: 50px;
        text-align: center;
        transition: all 0.3s linear;
    }   
     .cusi_lj a{display: block;
         color: #fff;
        font-size: 16px;
         
     }
     .cusi_lj a:hover{
         background: #ffc000;
         transition: all 0.3s linear;color: #fff;
     }
     .cusi_y{
         width: 705px;
         margin-top:20px;
     }
     .cusi_y li{
         width: 217px;cursor: pointer;
         height: 217px;
         border: 1px solid #eee;
         float: left;
         border-radius: 8px;
         margin-right: 24px;
         margin-bottom: 20px;
         transition: all 0.5s linear;transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;
         
     }
     .cusi_y li:hover{
         transition: all 0.5s linear; transform:translate(0,-10px);    -webkit-transform:translate(0,-10px);    -moz-transform:translate(0,-10px);    -o-transform:translate(0,-10px);    -ms-transform:translate(0,-10px);
     }
     .cusi_y li:hover .cusi_sz{
         background: #ffc400;
          transition: all 0.5s linear;
     }
     .cusi_y li:nth-child(3n){
         margin-right: 0;
     }
     
     .cusi_sz{
         width: 48px;
         height: 48px;
         background: #085dc0;
         font-family: Arial;
         font-size: 25px;
         text-align: center;
         color: #fff;
         line-height: 48px;
         border-radius: 50%;
         margin: 0 auto;
         transition: all 0.5s linear;
         margin-top: 30px;
     }
     .cusi_d{
         text-align: center;
         font-size: 24px;
         color: #333;
         font-weight: bold;
         padding-top: 30px;
     }
     .cusi_xt{
         width: 25px;
         height: 1px;
         background: #ffa800;
         margin: 0 auto;
         margin-top: 12px;
         margin-bottom: 12px;
     }
     .cusi_w{
         text-align: center;
         font-size: 16px;
          color: #666;
     }
     
     
    /*简介 */
    
  .about_all{width: 100%;min-width: 1400px;background: url(images/aboutbg.jpg) top center no-repeat;padding: 80px 0;margin-top:60px;}
  .about_box{ background: #fff; box-sizing: border-box;padding: 50px;}
  .about_l{width: 200px;background: #333;}
  .about_l  .top1{background: #085dc0;box-sizing: border-box;padding: 30px 20px; position: relative;text-align: center; color: #fff; line-height:36px;}
  .about_l .top1 dl{font-size: 32px; font-weight: bold;}
  .about_l .top1 p{ font-size: 16px;text-transform: uppercase;color: rgba(255,255,255,0.7);}
  .about_l .top1:after{display: block;content: "";width: 40px;height: 40px;background: #085dc0;transform: rotate(45deg);bottom: -10px;left: 0;right: 0;margin: 0 auto;position: absolute;}
  .about_l .top1 img{  display: block;margin: 10px auto; width: 150px;}
  
  .about_l  .links{ margin-top: 45px;}
  .about_l  .links a{ background: #fff;
    display: block;width: 160px;margin: 20px auto;box-sizing: border-box;border-left: 3px solid #085dc0;margin-bottom: 20px; 
   padding-left: 20px;}
  .about_l  .links a i{ display: block;float: left;margin-right: 10px;padding-top: 14px; font-size: 22px;}
   .about_l .links a em{ display: block;float: left;line-height: 50px;color: #333; font-size: 16px;}
   .about_l .links a:hover{
       background: #085dc0;
   }
   .about_l .links a:hover i,.about_l .links a:hover em{
       color: #fff;
   }
  .about_l .links a:after{ display: block;content: "";clear: both;}
  .about_l .phone{ line-height: 32px; color: #fff; margin:40px auto auto auto; font-size: 15px; width: 160px;background: url(images/011.png) top center no-repeat;box-sizing: border-box; padding:60px 0 50px ; text-align: center;}
  .about_l  .phone p{ font-family: "arial";font-size: 26px;font-weight: bold;}
  
  .about_r{width: 1000px;box-sizing: border-box;padding-left:50px;
      position: relative; height:651px;
  }
  .about_r .top2{ text-align: justify;font-size: 15px;line-height: 32px; color: #777;}
  .about_r .top2 dl{ font-size:30px;font-weight: bold; color: #222;line-height: 40px;margin-bottom: 10px; }
  .about_r .top2 dl span{ color: #085dc0;}
  .about_r .top2 p{text-indent: 2em; padding-top: 10px;}
  
   /*实力*/
    #about_b{ box-sizing: border-box; margin-top:20px;}
   #about_b li{display: block; float: left; font-size: 17px; color: #333; line-height: 26px;width: auto; padding: 20px 69px 20px 69px;position: relative;text-align: center; background: url(images/012.png) right center no-repeat;}
 
 #about_b li:nth-of-type(1){ padding-left: 0;}
 #about_b li:nth-of-type(3){  background: none; padding-right: 0;}
 
   #about_b li span{ color: #085dc0;  font-family: "impact"; font-size:60px;line-height:60px; float: left;}
 #about_b li p{ margin-bottom:5px; display:inline-block; position:relative;}
.number_ljs{font-size:18px; color:#ddd; text-align:center;}
 #about_b em{font-style:normal;display:block; font-size:20px;float: left; width: 25px; height: 25px; background: #efa900;border-radius: 50%;color: #fff; line-height: 23px; font-weight: bold; margin-left: 5px;}
  
 
 .about_gd{
    position: absolute;width: 1050px;box-sizing: border-box;bottom:0;left: 0;
 }
.about_gd .picScroll-left1{ overflow:hidden; position:relative; }
.about_gd .picScroll-left1 .hd{ overflow:hidden;  height:130px; width: 100%;top:60px;
		position: absolute;
		    
		}
	.about_gd .picScroll-left1 .hd .prev{ display:block;  width:52px; height:130px; 
			 cursor:pointer; background:url(images/prev.png) 0 0 no-repeat; position:absolute; left:50px;}
  .about_gd .picScroll-left1 .hd .next{ display:block;  width:52px; height:920px; position:absolute; right:50px;
			 cursor:pointer; background:url(images/next.png) 0 0 no-repeat;}
	.about_gd .picScroll-left1 .hd .prevStop{ background-position:-60px 0; }
	.about_gd .picScroll-left1 .hd .nextStop{ background-position:-60px -50px; }
	.about_gd .picScroll-left1 .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
	.about_gd	.picScroll-left1 .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer;  }
	.about_gd .picScroll-left1 .hd ul li.on{ background-position:0 0; }
	.about_gd .picScroll-left1 .bd{ padding:0 50px;   }
	.about_gd .picScroll-left1 .bd ul{ overflow:hidden; zoom:1; }
	.about_gd .picScroll-left1 .bd ul li{ float:left; _display:inline; overflow:hidden; text-align:center; width:33.3333333%;
	display:block;}
	.about_gd .picScroll-left1 .bd ul li .pic{ text-align:center; 
	    padding: 0 5px;
	}
	.about_gd .picScroll-left1 .bd ul li .pic img{ width:100%;  height:210px; display:block; }
	.about_gd .picScroll-left1 .bd ul li .pic a:hover img{ border-color:#999;  }
	.about_gd .picScroll-left1 .bd ul li .title{ line-height:20px; padding-top:10px;   }
	
/*版权*/
.copy {overflow: hidden;padding: 0 15px;background: #333 url(images/bqbg.jpg) no-repeat center;
   
}
.copy_box {width: 1300px;margin: 0 auto;}
.copy_num {display:  flex;justify-content:  space-between;align-items:  center;padding: 50px 0 50px;border-bottom: 1px solid rgba(255,255,255,0.1);}
.copy_num ul {display:  flex;justify-content:  space-between;width: 86%;}
.copy_num li {color:  #fff; display:  flex;align-items:  center;}
.copy_num li i {font-size: 30px;width: 60px;height: 60px;border: 1px solid #fff;border-radius:  50%;display:  flex;justify-content:  center;align-items:  center;}
.copy_num li>p {font-size: 17px;padding: 0 0 0 15px;display:  flex;flex-direction:  column;font-weight:  lighter;}
.copy_num li>p span {font-size:24px;font-family:Arial;padding: 10px 0 0;}
.copy_num>a {color:  #fff;font-size: calc(0.8rem + 0.2vw);background: #085dc0;width: 11%;padding: 1% 0;display:  flex;justify-content:  center;align-items:  center;}
.copy_num>a:hover{
    color: #fff;background: #efa900;
}
.copy_con {display:  flex;justify-content:  space-between;padding: 50px 0 30px 0;}
.copy_nav {width: 46%;margin-right: 6%;}
.copy_nav>ul {display: flex;justify-content: space-between;width: 100%;}
.copy_nav li {display: flex;flex-direction:  column;position:  relative;}
.copy_nav li>p {font-size: 1.3rem;color: #fff;margin: 0 0 25px 0;}
.copy_nav li>a {font-size: 1rem;font-weight: 100;color: rgba(255,255,255,0.7);padding: 0 0 15px 0;transition: 0.5s;    position: relative;}

.copy_nav li>a:hover {color:#ffc400;}
.copy_r { display:  flex;flex-direction:  column;align-items:  center;}
.copy_r i {}
.copy_r i img {width:140px;height:auto;}
.copy_r p {font-size: 16px;color:  #fff; padding:10px 0 0;}
.copy_end {padding: 32px 0;border-top: 1px solid rgba(255,255,255,0.1);color:  #fff;font-size: 15px;font-weight:  lighter;
    text-align: center;
}
.copy_end a {font-size: 15px;color:  #fff;}
.copy_end a:hover{
    color: #ffc400;
}	


/*内页分类*/
.prolist{float: left;box-sizing: border-box;
    width: 250px;position: relative;background: #fff;border: 5px solid #085dc0;
}
.prolist_t{
    text-align: center;padding: 30px 0;color: #fff; background: #085dc0;line-height:38px;
}
.prolist_t dl{
    color: #fff;font-size: 30px;font-weight: bold;letter-spacing: 1px;
}
.prolist_t dt{
    font-size: 20px;
}


.prodlistc{
    background: #fff; 
}
.prodlistc li:nth-of-type(1){
    display: none;
}
.prodlistc .yiji{box-sizing:border-box;
    width: 100%;color: #222;font-size:16px; border-bottom: 1px solid rgba(46,74,125,12%);
    display: block;line-height:60px;position: relative;  padding-left:45px;
}
.prodlistc .yiji:before{
    position: absolute;top: 0;left:22px;color: #085dc0;font-weight: normal;
}
.prodlistc li.on a,.prodlistc li:hover a{
    color: #085dc0;font-weight: bold;
}




.prolist_b{
    background: #085dc0;padding: 20px;
}
.prolist_b b{    font-size: 20px;
    color: #fff;
    position: relative;
    display: inline-block;font-weight: normal;
    padding-left: 30px;}
    
.prolist_b b:before{
    position: absolute;

    font-family: "iconfont";
    color: #fff;
    top: 5px;
    left: 0;
    font-size: 22px;
}   
.prolist_b dt{font-weight: bold;
    font-size:33px;font-family: "arial";color: #fff;line-height: 1.6;
}
.prolist_b .pic{
    overflow: hidden;
}
.prolist_b .pic img{
    display: block;width: 100%;height:auto;
}
.prolist_b p{font-size: 15px;
    color: rgba(255,255,255,0.6);
    line-height: 24px;
    margin-top: 14px;}
  
 .nboxr{
     width: 1000px;position: relative;
 } 
 
 
 /*内页幻灯片*/
.mod1019 .banner .ban_bg{
    text-align: center;color: transparent;
}
 .banner_w {   width:auto; display:inline-block;    margin: 0 auto;  font-size: 20px;    text-align: center;    color: #fff;   margin-top: 220px;    letter-spacing:3px;
     
 }
.banner_w b span {    display: inline-block; animation: nbanA 2s infinite; 
    color: #fff;
}
 .banner_w b {    font-size:50px;    line-height: 90px;color:#fff;}

.banner_w b span{    display: inline-block; animation: nbanA 2s infinite;}
.banner_w b span:nth-child(2){animation-delay: 0.2s;}
.banner_w b span:nth-child(3){animation-delay: 0.4s;}
.banner_w b span:nth-child(4){animation-delay: 0.6s;}
.banner_w b span:nth-child(5){animation-delay: 0.8s;}


@keyframes nbanA{
0%{transform: translateY(0px);}
50%{transform: translateY(-20px);}
100%{transform: translateY(0px);}
}
@keyframes moveBg {
  0% {
    background-position: 0% 30%;
  }

  100% {
    background-position: 100% 50%;
  }
}