@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:1400px; margin:0 auto;}
/* -- 内页布局 -- */
.page_bg { padding:20px 0 20px; background:#fff;}
.page_main { margin: 0 auto; width: 1400px;}  /*版面宽度*/
.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: 1400px;margin: 60px auto;position: relative;
}
.n_box:after{
    display: block;content: "";clear: both;
}


/*抬头*/
.topall{width: 100%;
   height: 100px;box-sizing: border-box;min-width: 1400px; z-index: 12;position: absolute;top: 0;
    background: linear-gradient(to bottom,#fff,#fff,#fafafa);color:#fff;
}
.topall .box{display: flex;display: -webkit-flex;position: relative;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;}
    
    .topall .box:after{
        display: none;
    }
.topall .logo{
   margin-right: 10px;
} 
.topall .logo img{
    display: block;height: 55px;
}
.topall .topname{ font-size:13px; color:#888;
    line-height: 1.3;
}
.topall .topname dl{
    font-size: 27px; color: #222;font-weight: bold;
}
.topall .topname p{
  text-transform: uppercase; margin-left: -27px;
}


/*导航*/
.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-left:1.5vw;}
.headerbg .nav>ul>li.on>a {
    color: #0071c0;
}
.top20{
    margin-top: 20px;
}
.top50{
    margin-top: 50px;
}

  

.nav>ul>li>a{ font-size:17px; color:#111; display:block; line-height:100px; position:relative; 
} 
.nav>ul>li>a i{
    margin-left:8px;font-size: 0.8rem;opacity: 0.7;transform: rotate(0);transition: all ease 0.5s;float: right;
}
.nav>ul>li.on>a:after,.nav>ul>li:hover>a:after{ width:100%;}
.nav>ul>li.on>a,.nav>ul>li:hover>a{  color: #0071c0; }
.nav>ul>li i{
    display: none;
}
.nav>ul>li:nth-of-type(2) i,.nav>ul>li:nth-of-type(3) i,.nav>ul>li:nth-of-type(7) i{ display:block;}

.dropmenu{position:absolute; border-radius:5px; overflow:hidden; transition:all .3s ease; top:100px; left:-20%; width:140%; background:rgba(255,255,255,0.98); 
box-shadow:0 0 10px rgba(0,0,0,.2); opacity:0; transform:rotateY(90deg);
    padding:10px 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: #0071c0;
}
.dropmenu table,.dropmenu tbody,.dropmenu tr,.dropmenu td{ display:block; width:100%;}


.hidden{
    display: none;
}

/*中英切换*/
.navlayout{cursor: pointer;
    width:95px;color: #222;position: relative;line-height:100px;
}
.navlayout:before{
    display: block;float: left;font-size: 1rem;
}
.navlayout em{
    display: block;float: left;margin: 0 8px;font-size:1.1rem;
}
.navlayout i{
    display: block;float: left;font-size: 0.8rem !important;font-weight: normal;transform: rotate(0);transition: all ease 0.5s;opacity: 0.6;
}

.nav>ul>li:hover>a i,.navlayout:hover i{transform: rotate(180deg);}


.navlayout .xia{position: absolute;top:100px;left:-20px;box-shadow: 0 0 10px rgba(0,0,0,10%);border-radius:4px; 
    display: none;width: 120px;text-align: center;background: rgba(255,255,255,90%); padding: 10px 0;
}
.navlayout .xia a{
    display: block;line-height: 36px;color: #333;font-size: 1rem;
}
.navlayout:hover .xia{
    display: block;
}
.navlayout:hover .xia a:hover{
    background: #0071c0;color: #fff;
}

.top4vw{
    margin-top: 4vw;
}

/*搜索下拉*/
.searchicon{ width:22px; height:100px; background:url(images/003.png) no-repeat center; cursor:pointer; position:relative;}
.searchall{ position:relative;}
.search:hover .iser_box{transform: rotateX(0deg); }
.iser_box{background: rgba(255,255,255,0.98);width:1200px;box-sizing:border-box; position: absolute;top:100px;right: 0;padding: 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;}

/*电话*/

.topall .tel{
    position: relative;
}

.topall .tel:before{
    display: block;float: left;width: 30px; height: 30px;line-height: 30px;font-size: 16px;
    background: #0071c0;color: #fff; margin-right: 5px;text-align: center;border-radius: 50%;
}
.topall .tel i{
    font-size: 22px;font-family: "arial";color: #111; display: block;float: left; line-height: 30px;
}



/*首页幻灯片*/
.sybanner{
    width: 100%;min-width: 1400px;margin-top: 100px; position:relative; overflow:hidden;z-index: 10;
    
} 
.sybanner:after{content:""; height: 103px;width: 100%;
    display: block;position: absolute;bottom: 0;left: 0;right: 0;background: url(images/bannerbg1.png)center no-repeat;z-index: 2;
}

.sybanner .bannercon{ height: 100%;
   position:absolute !important;width: 100%;left: 0;right: 0;margin: 0 auto; top: 0;}
.sybanner .prev{ display:block; width: 55px;height: 55px;border:2px solid #fff; font-size: 26px;line-height:55px; border-radius: 50%; opacity: 0.5; color: #fff;text-align: center;z-index: 2;
			 cursor:pointer; position:absolute; left:1vw;top:40vh;transform:rotate(180deg);}
.sybanner .next{display:block; width: 55px;height: 55px;border:2px solid #fff; font-size: 26px;line-height: 55px;border-radius: 50%; opacity: 0.5; color: #fff;text-align: center;z-index: 2;
			 cursor:pointer;  position:absolute;right:1vw;top:40vh;}

.sybanner .next:hover,.sybanner .prev:hover{
    background: #0071c0;color: #fff;border-color: #0071c0;opacity: 1;
}
	.sybanner .pic{ text-align:center; position:relative;}
	.sybanner .pic img{ width:100%;  height: auto;
	    min-width: 1400px;
	}
	

.bannerheight{  display:block;width: 100%;}
.bannerheight img{
    display: block;width: 100%;min-width: 1400px;}
    
.banpage{
    position: absolute;text-align: center;left: 0;right: 0;margin: 0 auto;bottom:5vh;z-index: 1;
}   
.banpage li{cursor: pointer;
    display: inline-block;width: 12px;height: 12px;background:#0071c0;border-radius:6px;overflow: hidden; margin: 0 5px; color: transparent;
}
.banpage li.on{
    background: #ff6d00;width:44px;
}

.sybanner .video{
    width: 100%;
}
.sybanner .video video{
    display: block;height: 100%;width: 100%;
}


/*公司简介*/
.about{
    background: #f2f2f2;width: 100%;min-width: 1400px;padding: 0 0 80px 0; overflow: hidden;
}

/*数字滚动*/
.num{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; font-size:16px; color:#888; text-align:center; }
.num span,.num i{ display:inline-block; vertical-align:top;}
.num span{ font-size:64px; color:#000000; font-family:impact; position:relative; z-index:3;}
.num i{ border-radius:50%; width:30px; height:30px; font-size:20px; font-family:arial; line-height:30px; color:#fff; background:#ff6d00; margin-left:-10px;}
.num p+p{ margin-top:2px;color:#222;}

.aboutb{
    box-sizing: border-box;border-radius: 20px;overflow: hidden; background: #fff; margin-top: 60px;
}
.aboutbl{
    width:480px;height:730px; position: relative;
}
.aboutbl:after{content:"";border-radius: 50%;z-index: 2;
    display: block;width: 60px;height: 60px;top: 330px;background: rgba(255,255,255,60%);position: absolute;left: 0;right: 0;margin: 0 auto;
 animation: arrow  2s infinite;    -moz-animation: arrow 2s infinite;    -ms-animation: arrow 2s infinite;    -o-animation: arrow 2s infinite;    -webkit-animation: arrow 2s infinite;}

@-webkit-keyframes arrow
{
0% {width: 0;height:0; top:360px; opacity:0;}
50% {opacity:1;}
100% {width: 60px;height: 60px;top: 330px; opacity:0;}

}
@-moz-keyframes arrow
{
0% {width: 0;height:0; top:360px;}
50% {width: 60px;height: 60px;top: 330px;}
100%{width: 0;height:0; top:360px;}
}
  
@-o-keyframes arrow
  
{
0% {width: 0;height:0; top:360px;}
50% {width: 60px;height: 60px;top: 330px;}
100%{width: 0;height:0; top:360px;}
}


.aboutbl:before{content:"";border-radius: 50%;z-index: 1;
    display: block;width: 100px;height: 100px;top: 310px;background: rgba(255,255,255,50%);position: absolute;left: 0;right: 0;margin: 0 auto;
 animation: arrow  4s infinite;    -moz-animation: arrow 4s infinite;    -ms-animation: arrow 4s infinite;    -o-animation: arrow 4s infinite;    -webkit-animation: arrow 4s infinite;}

@-webkit-keyframes arrow
{
0% {width: 0;height:0; top:360px; opacity:0;}
50% {opacity:1;}
100% {width: 100px;height: 100px;top: 310px; opacity:0;}

}
@-moz-keyframes arrow
{
0% {width: 0;height:0; top:360px; opacity:0;}
50% {opacity:1;}
100% {width: 100px;height: 100px;top: 310px; opacity:0;}
}
  
@-o-keyframes arrow
  
{
0% {width: 0;height:0; top:360px; opacity:0;}
50% {opacity:1;}
100% {width: 100px;height: 100px;top: 310px; opacity:0;}
}


.shipin{z-index: 4;cursor: pointer;
    width: 60px;height: 60px;top: 343px;position: absolute;left: 0;right: 0;color: #ff6d00;font-size:30px !important;line-height: 60px;margin: 0 auto;transform: rotate(90deg)
}


.shipin1{
     display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 999;box-sizing: border-box;
}
.shipin1 .video{width: 856px;position: relative;
    display: block;margin: 13vw auto 0 auto;
}
.shipin1 .video i{text-align: center;cursor: pointer;
    display: block;position: absolute;right: -20px;top: -20px;color: #222;background: #fff;width: 40px;height: 40px;line-height: 40px;font-size: 20px; border-radius: 50%;overflow: hidden;
}
.shipin1 .video video{display:block;width:100%;}





.aboutbr{ height: 730px;box-sizing: border-box;
    padding:60px;width:920px;position:relative; background: url(images/aboutbg.jpg)top right no-repeat;
}
.aboutbr .aboutt dl{font-weight: bold; margin-top:5px;
    font-size:44px;line-height: 50PX;color: #222; position: relative;z-index: 2;
}
.aboutbr .aboutt dl b{color:#0071c0;}
.aboutbr .aboutt dd{
    font-family: "arial";font-weight: bold;font-size:100px;text-transform: uppercase;color: #fff;left: 60px;top: 45px;line-height:1;/*position: absolute;*/
 letter-spacing: 4px;
    -webkit-text-stroke: 1px #d3d3d3;
    color: transparent;

}
.aboutbr .aboutt dt{
    display: block;font-size: 30px;color: #333;line-height: 1;padding-top:12px;font-weight: lighter;
}
.aboutbr .aboutt p{
    font-size: 15px;color: #666;line-height: 2;padding-top: 33px; overflow : hidden;text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


.aboutbr .since{color: #fff8;position: relative;cursor:pointer;
    width: 280px;height: 220px;padding: 30px;box-sizing: border-box;font-size: 15px;line-height: 1.6; background: #666; margin-top:40px;
}
.aboutbr .since a{font-size:22px;color:#fff;}
.aboutbr .since dd{}
.aboutbr .since:before{color:#fff;
    display: block;font-size: 60px;line-height: 60px;position: absolute;right: 30px;bottom: 30px;
}
.aboutbr .since i{
    display: block;font-size: 30px;font-family: arial;color: #fff;margin-top: 20px;
}
.aboutbr .since:hover{background: #0071c0;}


/*简介切换*/
.aboutqh{
    position: relative;
}
.aboutqh .aboutqht{
    position: absolute;width: 540px;top: -340px;left: 540px;
}
.aboutqh .aboutqht li{float: left;background: #f2f2f2; margin-right: 20px;line-height: 1.4;
    display: block;width: 240px;box-sizing: border-box;height: 100px;padding: 20px 25px; position: relative;
}
.aboutqh .aboutqht li:nth-of-type(n+3){
    margin-top: 20px;
}
.aboutqh .aboutqht:after{
    display: block;content:"";clear: both;
}
.aboutqh .aboutqht li a{
    display: block;color: #333;
}
.aboutqh .aboutqht li a dd{font-size:13px;color:#888; }
.aboutqh .aboutqht li a:before{font-size:54px;top: 0;
    display: block;position: absolute;right: 25px;line-height: 100px;color: #666;
}
.aboutqh .aboutqht li a dl{ font-size:20px; padding-top:8px;}

.hidden{
    display: none;
}

.aboutqhtbpic{
    margin-top: 60px;
}
.aboutqhtbpic a{text-align: center;
    display: block;float: left;width: 23.5%;float: left;box-sizing: border-box;background: #fff;
}
.aboutqhtbpic a+a{
    margin-left: 2%;
}
.aboutqhtbpic:after{
    display: block;content: "";clear: both;
}
.aboutqhtbpic a .pic{
    overflow: hidden;
}
.aboutqhtbpic a .pic img{
    display: block;width:100%;height: auto;transition: all ease 0.5s;
}
.aboutqhtbpic a:hover .pic img{transform:scale(1.1);}
.aboutqhtbpic a .txt{
    font-size: 1rem;line-height:60px;
}
.aboutqhtbpic a:hover .txt{
    background: #0071c0;color: #fff;
}
.aboutqh .aboutqht li.nep01{background:#0071c0; color:#fff;}
.aboutqh .aboutqht li.nep01 dl,.aboutqh .aboutqht li.nep01 dd,.aboutqh .aboutqht li.nep01 a:before{color:#fff;}
    
    
/*工艺展示*/
.gongyi{
     width: 100%;min-width: 1400px;padding:80px 0 80px 0;
}    
.gongyib{
    background: #f5f5f5;border: 1px solid #eee; border-radius: 10px;overflow: hidden;
}
.gongyib .pic1{
    width: 700px;overflow: hidden;  position: relative;
}
.gongyib .pic1 img{ height: 520px;
    display: block;
}
.gongyib .text{
    width:698px;font-size: 15px;line-height: 2;position: relative;
    box-sizing: border-box;padding: 60px;
}
.gongyib .text dl{font-size:30px;line-height:1.3;color:#222 ;}
.gongyib .text dd{text-transform: uppercase;font-size: 14px;color: #999;font-family: "arial";
    border-bottom: 1px dashed #ddd;padding-bottom: 15px;margin-bottom: 15px;
}
.gongyib .text .more{background: #eee;line-height: 50px;position: absolute;right: 60px;top: 30px;
    display: block;width:160px;text-align: center;font-size: 16px;color: #666;border-radius: 30px;
}

.gongyib .tedian{
    position: absolute;right: 2px; width: 130px;top:7px;
   color: #333;
}
.gongyib .tedian li{background: #fff;box-sizing: border-box;padding:20px 0;text-align: center;font-size: 16px;line-height: 1.6;
    margin: 13px;border-radius: 10px; 
}
.gongyib .tedian li:nth-of-type(2n){background: #0071c0;color: #fff;}
.gongyib .qita{
    position: relative; margin-top:20px;
}
.gongyib .tedian li:hover{
    background: #ff6d00;color: #fff;
}

.gongyi .qitab{
    margin-top:10px;
}
.gongyi .qitat p{ font-size:22px;color:#222;line-height:2;}
.gongyi .qitat li{line-height: 1.6;font-size: 13px;color: #888; border-radius: 10px;cursor: pointer;
    display: block;width: 23.5%;float: left;background: #fff;box-sizing: border-box;text-align: center; padding:15px 12px
}
.gongyi .qitat li+li{
    margin-left: 2%;
}
.gongyi .qitat li .pic{font-size: 32px;color: #222;}
.gongyi .qitat li dl{ font-size:20px;color:#222; padding-bottom:5px;}

.gongyi .qitat li:hover{background: #0071c0;color: #fff;}
.gongyi .qitat li:hover .pic ,.gongyi .qitat li:hover dl{color:#fff;}
.gongyi .qitat li:hover{color:#fff8;}

/*产品展示 */
.prodall{
    width: 100%;min-width: 1400px;padding: 80px 0; background: #0071c0 url(images/prodbg.jpg)fixed top no-repeat; overflow: hidden;
}
  .prodt{
      text-align: center;line-height:1.4; position: relative; margin-bottom: 40px;
  }  
  .prodt dl{
      font-size:44px;color: #222; margin-top: 5px;
  }
  .prodt dl b{ color:#0071c0;}
    .prodt dd{    -webkit-text-stroke: 1px #d3d3d3;font-family: "arial";line-height: 73px;display: block;padding-top: 2px;
    font-weight: bold;
    font-size: 100px;
    text-transform: uppercase;
    color: transparent;}
    
    .prodt p{
        font-size: 17px;color: #888; padding-top:5px;overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    }
   .prodall .prodt dd {    -webkit-text-stroke: 1px #5097c9;}
  .prodall  .prodt dl{ color:#fff;}
.prodall  .prodt p{
    color: rgba(255,255,255,0.7)
}    
 .case_bg_btn{position: absolute; height: 40px; line-height: 40px; padding: 0 20px;  border-radius: 5px; top: 5px; left: 50%;}
         .prod_big{ overflow: hidden;   overflow: hidden;box-sizing: border-box;
         
        }
         ul.prod_tab_ul{
            text-align: center; background: rgba(255,255,255,8%);border-radius: 30px;margin: 0 auto; padding: 10px 0;
        }
         .prod_tab_ul li{
            display: inline-block; 
        }
    
         .prod_tab_ul li a{
             padding: 0 40px;
            font-size: 16px;
       
            color: #fff;
            height: 36px;
            line-height: 36px; color: #fff;
            display: inline-block;
           
        }
         .prod_tab_ul li.on a{ position: relative;
            font-weight: bold;color: #fff; border-radius: 20px;
            background:#0071c0;
        }
        
         .honor_content{overflow: hidden; min-width: 1400px;
            margin-top:40px;
        }

         .prod_content_ul li{border-radius: 10px;overflow: hidden;
            margin: 0 10px; width:360px;  background: #fff;box-shadow: 0 0 10px rgba(255,255,255,0.1); box-sizing: border-box; display: inline-block; }
        
         .prod_content_ul li p{
            width: 360px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-align: center;
            height: 50px;transition: all ease 0.5s;
            line-height: 50px;
          background: #fff;font-size: 15px;
        }
        .prod_content_ul li .pic{
            overflow: hidden;
        }
         .prod_content_ul li img{
            width: 100%; height: auto;display: block;transition: all ease 0.5s;
        }
        .prod_content_ul li:hover img{
            transform: scale(1.1);
        }
        .prod_content_ul li:hover p{
            background: #ff6d00;color: #fff;
        }
            
    /*公司优势*/
.youshi{
    width: 100%;min-width: 1400px;background: #fff;padding: 80px 0;
}   
.youshib{height: 600px;border-radius:20px;
    box-shadow: 0 0 10px rgba(0,0,0,10%);box-sizing: border-box;position: relative;overflow: hidden;
}
.youshib:after{content:"";position: absolute;
    display: block;width:200px;height: 700px; background: #0071c0;left: 0;top:0;
}
.youshib .pic{position: absolute;z-index: 5;right: 0;top: 0;
    width: 700px;height: 420px;overflow: hidden;
}
.youshib .pic img{
    display: block;width: 100%;
}
.youshib:before{box-sizing: border-box;padding: 50px;display: block;content: "";
    height: 748px;width: 748px;position: absolute;z-index: 2;background: #fff;top: -74px;left:50px;border-radius: 50%;overflow: hidden;
}
.youshib .text{position: relative;z-index: 4; height: 600px;
   box-sizing: border-box;padding: 60px;font-size: 15px;line-height: 2; margin-left: 60px;
}

.youshibb .youshiqh{border-radius: 50px 0 0 0; 
    height: 130px;width:950px;border-top: 8px solid #0071c0; border-left: 8px solid #0071c0; right: 0;bottom: 0;position: absolute;
}
.youshibb .youshiqh li{float: left;cursor: pointer;
    display: block;width: 25%;box-sizing: border-box;text-align: center;position: relative;padding: 15px 0; 
}
.youshibb .youshiqh li:after{content:"";
    display: block;border-right: 1px dashed #ddd;height:65px;top: 35px;right: 0;position: absolute;}
.youshibb .youshiqh li:last-child:after{display:none;}    
    
.youshibb .youshiqh li .icon{
    display: inline-block;line-height: 100px;font-size: 50px;color: #666; margin-right: 5px;
}
.youshibb .youshiqh li .title2{  display: inline-block; line-height:1.4;font-size:14px;text-align:left;}
.youshibb .youshiqh li .title2 dl{font-size:22px;color:#222;}
.youshibb .youshiqh li.on .icon,.youshibb .youshiqh li.on .title2 dl,.youshibb .youshiqh li.on .title2{ color:#0071c0;}


.youshibb .litxt{padding-left: 30px;
    width: 500px;padding-top: 0;line-height:2;
}
.youshibb .litxt dl{line-height: 1;position: absolute;left: 90px;top:65px;
    font-size:70px;color: #ff6d00;font-weight: bold;}
   
    .youshibb .litxt dd{color: #222; font-size:40px; padding-left:95px;font-weight:bold; }
.youshibb .litxt dt{
    display: block;color: #444;line-height: 1.6;font-size: 28px; margin-bottom: 20px;
}  
.youshibb .litxt p{
    font-size: 16px;color: #888;padding-top:10px;
}
.youshibb .litxt p:bfore{
    color: #0071c0;
}
.youshibb .litxt .tel{
    display: block;margin-top:40px;line-height: 50px;
}
.youshibb .litxt .tel:before{
    display: block;color: #222;float: left;font-size: 30px;margin-right: 1px;
}
.youshibb .litxt .tel:after{
    display: block;content: "";clear: both;
}
.youshibb .litxt .tel i{ font-size:32px;color:#333;font-family:"arial"; font-weight:bold;}
.youshimore{
position: absolute;bottom: 60px;left: 150px;width: 160px;background: #fff;border: 10px solid #f5f5f5; text-align: center;line-height: 40px;border-radius:40px;color: #222;font-size: 16px;
}
.youshimore:before{font-size: 18px;
    padding-right: 5px;
}
.youshimore:hover{
    background: #ff6d00;color: #fff; border-color: #ffd6b8;
}

/*客户案例*/
.caseall{
    width: 100%;min-width: 1400px;padding:65px 0 80px 0;background: #f2f2f2; overflow: hidden;
}

.caseb{position:relative;}

.caseb a{
    display: block;float: left;width: 378px;height: auto;background: #fff;border-radius: 10px;overflow: hidden;
}
.caseb a:nth-of-type(2n){
    margin-left: 644px;
}
.caseb a .pic{
    overflow: hidden;
}
.caseb a .pic img{transition: all ease 0.5s;
    display: block;width: 100%;height: auto;
}
.caseb a:hover .pic img{
    transform: scale(1.1)
}

.caseb a .txt{text-align: center; padding: 0 20px;
    background:#fff;font-size: 16px;color: #333;line-height: 50px;
}
.caseb a:hover .txt{background:#0071c0;color:#fff;}

.caseb a:nth-of-type(n+3){
    margin-top: 20px;
}

.caseb a .miaoshu{ display: none; font-size: 15px;line-height:1.9;color: #888;padding-top: 10px; height:169px; box-sizing:border-box;}

.caseb a:nth-of-type(5){
    display: block;width: 600px;height: auto;position: absolute;left: 0;right: 0;top: 0;margin: 0 auto;
}
.caseb a:nth-of-type(5) .txt{line-height:40px;
    font-size: 20px;padding-top: 15px;
}
.caseb a:nth-of-type(5) .miaoshu{padding: 0 40px 30px 40px; 
   display: block;color: #888;
}
.caseb .more{text-align: center;
    display: block;width: 160px;margin: 10px auto 0 auto;font-size: 14px;line-height: 42px;border-radius: 10px;overflow: hidden;background: #f2f2f2;
}
.caseb .more:hover{
    background: #0071c0;color: #fff;
}
.caseb a:nth-of-type(5):hover .miaoshu{
    background: #0071c0;color: #fff7;
}
.caseb a:hover .more{
    color: #333;
}

.caseb a:hover .more:hover{color:#fff;background:#ff6d00;}

/*合作伙伴*/
.partner_all{
margin-top: 20px; overflow: hidden;
}
.partner_b li{
    display: block;width: 320px;height: auto;overflow: hidden;margin: 0 10px;border-radius: 10px;overflow: hidden;position: relative; height: 160px;
}
.partner_b li .pic img{
    display:block;width: 100%;height: auto;
}

.partner_b li .txt{transition: all ease 0.5s;text-align: center;line-height: 160px;
    position: absolute;bottom: -160px;font-size:18px;color: #fff;background: rgba(0,113,192,90%);width: 100%;height: 160px;
}

.partner_b li:hover .txt{
    bottom: 0;
}



/*合作流程*/
.process{overflow: hidden;
    width: 100%;min-width: 1400px; padding: 80px 0 50px 0;overflow: hidden;position: relative;
}
.process:after{left: 0;right: 0;z-index: 1;
    display: block;content: "";width: 100%;height: 1px;background: #ddd;position: absolute;bottom:49px;
}
.processb{
   text-align: center;position: relative;  padding-bottom: 58px;
}
.processb li{ width: 190px; display:block;float: left; position: relative; cursor: pointer; box-sizing: border-box;transition: all ease 0.5s;z-index: 2;
}
.processb li .pic{font-size: 32px; margin: 0 auto;transition: all ease 0.5s;
    width: 80px;height: 80px;line-height: 80px; background: #0071c0;color: #fff;border: 10px solid #d9eaf6; border-radius: 50%;
}
.processb li:hover .pic{ 
    transform: rotateY(360deg)
}

.processb li dl{
    font-size: 22px;line-height: 3;color: #222;
}
.processb li p{
    color: #888;line-height: 1.6;font-size:14px;
}
.processb li i{margin: 0 auto; height: 30px;border-radius: 50%;line-height: 30px;
    display: block;position: absolute;font-size: 18px;color: #888;left: 0;right: 0;top:300px;width:30px;background: #fff;
}
.processb li:hover i{ background:#ff6d00;color:#fff;}

.processb .jiantou{float: left;
    width: 52px;text-align: center;line-height: 100px;font-size: 24px;color: #d3d3d3;
}

.proc_pho{display: flex;background: #0071c0;width:800px;height: 60px;align-items: center;justify-content:center;border-radius: 30px;margin:30px auto 0;}
.proc_pho b{font-size: 22px;color: #fff; font-weight:normal; letter-spacing:1px;}
.proc_pho p{width: 280px;height: 100%;background: #333;color: #fff;font-size:22px;text-align: center;line-height: 60px;border-radius: 30px;margin:0 16px; cursor:pointer;}
.proc_pho>span{color: #fff;font-size: 36px;font-family: "Arial";font-size: 28px;
  
}
.proc_pho p a{display: inline-block;margin-right:3px;
    font-size: 26px;  vertical-align: top;
    letter-spacing: 1px;color: #fff;
}
.shipin2{
     display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 999;box-sizing: border-box;
}
.shipin2 .video{width: 856px;position: relative;
    display: block;margin: 13vw auto 0 auto;
}
.shipin2 .video i{text-align: center;cursor: pointer;
    display: block;position: absolute;right: -20px;top: -20px;color: #222;background: #fff;width: 40px;height: 40px;line-height: 40px;font-size: 20px; border-radius: 50%;overflow: hidden;
}
.shipin2 .video video{display:block;width:100%;}


/*版权*/
.copyright{ background: #333;
    width: 100%;min-width: 1400px;padding:40px 0;border-top: 10px solid #0071c0;color: #aaa;line-height:2.6;
}
.copyright a{color: #aaa; font-size:16px;}
.copyrightl{
    width: auto;
}
.copyrightl p{
    line-height:37px;
}
.copyrightl dl{
    font-size: 20px;color: #fff; position: relative;
}
.copyrightl .tel{
    font-size: 18px;line-height: 1.2; padding-top: 15px;
}
.copyrightl .tel em{ font-size:40px;color:#fff; border-bottom:1px solid #444;margin-bottom: 12px;line-height: 2; padding-bottom: 10px;
    display: block;
}

.copyrightl dl:after{content:"";
    display: block;width: 30px;height: 1px;background: #999; margin: 8px 0 15px;
}

.copyrightl p:before{
    padding-right: 5px;}
  
.copynav li{
     display: block;float: left; 
    margin-left: 64px;
}

 .copynav:after{
      display: block;content: "";clear: both;
  }
.copynav a{display: block;line-height:38px;}  
.cycode img{display: block;width: 138px;margin-top: 5px;text-align: center;
    
}
.cycode .code+.code{ margin-left:25px;}
.cycode .code i{background: #fff1;
    display: block;text-align: center;font-size:15px;color: #fff;line-height: 40px;
}

.copyrightb{
    border-top: 1px solid #3c3c3c;padding-top:25px; line-height: 30px;font-size: 16px;color: #aaa; margin-top: 30px;
}



/*内页代码*/

/*内页幻灯片*/
.mod1019 .banner .ban_bg{
   color: transparent;position: relative;
}
 .banner_w {   width:auto;  font-size:22px;    color:#222;   padding-top:140px;  line-height:1.6;text-align: center; font-weight: lighter;
     
 }
.banner_w b {    display:block;text-transform: capitalize;letter-spacing: 5px;
    font-size:46px;  
}

.banner_w b span{      display: block;}
.textleft{text-align: left;
}

/*内页技术服务*/
.jsfw{	}
	.jsfwt{ margin-bottom: 60px;border-radius: 10px;
		background: #f5f5f5;padding: 50px;font-size: 16px;line-height: 2;
	}
	.jsfwt p{
		text-indent: 2em;
	}
	.jsfwt p+p{
		margin-top: 10px;
	}
	.jsfwt img{
	    display: block;width: 23.5%;float: left;height: auto; margin-top: 40px; 
	}
	.jsfwt img+img{
	    margin-left: 2%;
	}
	.jsfwb li{line-height: 2; border:1px solid #eee;border-radius: 10px;
		display: block;width: 32%;float: left;box-sizing: border-box; padding: 50px;background: #f5f5f5;text-align: center;
	}
	.jsfwb li+li{
	    margin-left: 2%;
	}
	.jsfwb li dl{ font-size: 30px;color: #0071c0;}
	.jsfwb li p{ margin-bottom: 30px;
		font-size: 16px;color: #666; height: 90px;line-height: 30px;
	}

	.jsfwb li img{
		display: block;width: 100%;height: auto;
	}
	
	.jglc{
	    margin: 60px 0;
	}
	.jglc img{
	    display: block;
	}
	
	
.shfwb{
    display: flex;justify-content: space-between;
    flex-wrap: nowrap; text-align: center; font-size: 15px;line-height: 2;
}
.shfwb li{ background: #f9f9f9;border: 1px solid #eee;border-radius: 10px;
    padding:30px 50px 40px 50px;
}
.shfwb li p{
    text-align: left;
}
.shfwb li dl{font-size: 30px;color: #222;
   
}