@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: 0 auto;position: relative;
}
.n_box:after{
    display: block;content: "";clear: both;
}

/*导航*/
.header{ position:fixed; top:0; left:0; right:0; width:100%; margin: 0 auto;z-index:999; font-family: "microsoft yahei";
     background:rgba(255,255,255,0);transition: all ease 0.5s; min-width: 1400px;
}

.logowhite{
    display: block;
}
.logoblue{
    display: none;;
}
.header .w1400,.headerbg .w1400{min-width:1400px; margin: 0 auto;
height:80px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; }

.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; height:50px;
}
.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:0 1.3vw;transition:all .5s ease;}
.headerbg .nav>ul>li.on>a,.nav>ul>li.on>a {
   font-weight: bold;
}
.top50{
    margin-top: 50px;
}
.top8vh{
    margin-top: 8vh;
}
  

.nav>ul>li>a{ font-size:17px; color:#fff; display:block; line-height:80px; position:relative; }

.nav>ul>li .dropmenu{position:absolute;  overflow:hidden;  top:80px; left:-70%; width:240%; background:#f9f9f9; 
box-shadow:0 0 10px inset rgba(0,0,0,10%);  display: block;height: 0;transition:all .5s ease;
}
.nav>ul>li:hover .dropmenu{
    height: 150px;
}
.nav>ul>li:nth-of-type(2):hover .dropmenu{
    height:auto;
}
.nav>ul>li:nth-of-type(3):hover .dropmenu{height:305px;}

.header .tel{
    position: relative;
}

.header .tel:before{
    display: block;float: left;width: 30px; height: 30px;line-height: 30px;font-size: 16px;
    background: #fff1;color: #fff; margin-right: 5px;text-align: center;border-radius: 50%;
}
.header .tel i{
    font-size: 22px;font-family: "arial";color: #fff; display: block;float: left; line-height: 30px;
}
.dropmenu a:last-child{
    padding-bottom: 20px;
}
.dropmenu a{ display:block; line-height:40px; font-size:15px; color:#333; text-align:center; transition:all .3s ease;}


.searchicon{ width:26px; height:26px; 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;}
.search:hover .iser_box{transform: rotateX(0deg); }
.iser_box{background: rgba(255,255,255,0.98);width:1400px;box-sizing:border-box; position: absolute;top:84px;right: 0;padding: 30px 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:160px;color: #f9f9f9;position: relative;line-height:80px;transition: all ease 0.5s;
}
.navlayout:before{
    display: block;float: left;font-size: 1.2rem;
}
.navlayout em{
    display: block;float: left;margin: 0 8px;font-size:1.2rem;
}
.navlayout i{
    display: block;float: left;font-size:1.2rem;font-weight: normal;transform: rotate(180deg);transition: all ease 0.5s;
}
.navlayout:hover i{transform: rotate(0);}


.navlayout:hover .xia a:hover,.dropmenu a:hover{
    color: #340b73; 
}

.navlayout .xia{position: absolute;top: 80px;left: 0;height: 0;line-height: 40px;transition: all ease 0.5s;
    display:block;width: 160px;text-align: center;background:#f9f9f9;overflow: hidden;box-shadow: 0 0 10px inset rgba(0,0,0,10%);
}
.navlayout:hover .xia{height:120px;

}
.navlayout .xia a{
    display: block;color: #333;font-size: 1.1rem; 
}
.navlayout .xia a:nth-of-type(1),.dropmenu a:nth-of-type(1){
    padding-top:15px;
}

.headerbg{position: fixed;top:0; left:0; right:0; width:100%; margin: 0 auto;
    z-index:999;width: 100%;min-width: 1400px;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;
}



.header:hover{
    background:rgba(255,255,255,1);
}
.header:hover .nav>ul>li>a,.header:hover .navlayout,.header:hover .searchicon,.header:hover .tel i,.headerbg.header .tel i{
    color: #333;
}
.header:hover .tel:before,.headerbg.header .tel:before{
   background:#340b73;color: #fff;  
}
.header:hover .logowhite{
    display: none;
}
.header:hover .logoblue{
    display: block;
}

/*首页幻灯片*/
.sybanner{
    width: 100%;min-width: 1400px; position:relative; overflow:hidden; height: 920px;z-index: 10;
    
} 
.bannercon ul{ width:100%; height:920px;}

.sybanner .bannercon{ 
   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:48vh;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:48vh;}


.bannerheight{  display:block;width: 100%; height:920px; }
.banone{ width: 100%;min-width: 1400px; height: 920px; background: url(images/banner1bg.jpg) center no-repeat;}
.bantwo{ width: 100%;min-width: 1400px; height: 920px; background: url(images/banner2bg.jpg) center no-repeat;}
.banthree{ width: 100%;min-width: 1400px; height: 920px; background: url(images/banner3bg.jpg) center no-repeat;}
    
    
.sybanner .next:hover,.sybanner .prev:hover{
    background: #340b73;color: #fff;border-color: #340b73;opacity: 1;
}
	.sybanner .pic{ text-align:center; position:relative;}
	.sybanner .pic img{ width:100%;  height: auto;
	    min-width: 1400px;
	}
	

.bannerheight img{
    display: block;width: 100%;min-width: 1400px;}
    
.banpage{
    position: absolute;text-align: center;left: 0;right: 0;margin: 0 auto;bottom: 2vh;z-index: 2;
}   
.banpage li{cursor: pointer;
    display: inline-block;width: 12px;height: 12px;background: rgba(255,255,255,0.5);border-radius:6px;overflow: hidden; margin: 0 5px; color: transparent;
}
.banpage li.on{
    background: rgba(255,255,255,1);width:44px;
}


.bannercon .neir{
    width: 1400px;margin: 0 auto;position: relative;
}
.bannercon .neir .txt{
    width: 620px;position: absolute;left: 0;z-index: 3;
}

.sybanner .neir .tupian{
   position: absolute;right: 0;top: 0;
}
.sybanner .neir .tupian .img1{
    display: block;position: absolute;right: 44px;top: 169px;
}
.sybanner .neir .tupian .img2{
    display: block;position: absolute;right:0;top: 510px;
}
.sybanner .neir .tupian .img3{
    display: block;position: absolute;right:366px;top:428px;
}
.sybanner .neir .tupian .banner021{ display: block;position: absolute;right: 0;top: 152px;}
.sybanner .neir .tupian .banner022{ display: block;position: absolute;right:460px;top: 380px;}



.sybanner .neir .zi1{
    font-size:68px;color: #fff;letter-spacing:7px;line-height: 1; margin-top:190px;
}
.sybanner .neir span{
    font-weight: bold;color: #f46136;
}
.sybanner .neir .zi2{
    font-size: 28px;font-weight:lighter;line-height:2.4;color: #fff;
}
.sybanner .neir .zi3{
    text-align: center;border-radius:0 30px  0 30px;overflow: hidden;letter-spacing:4px; font-size: 24px;color: #fff;line-height: 50px;background:rgba(52,11,115,0.6); margin: 10px 0 60px 0;
}
.sybanner .neir .zi4{
    font-size: 22px;letter-spacing:18px;color: #fff;line-height:2; margin-top: 105px;
}
.sybanner .bantwo .neir .zi4{ letter-spacing:10px; font-weight:lighter;
    line-height: 1.6;
}


.sybanner .neir .links{ line-height: 50px;letter-spacing: 1px;transition: all ease 0.5s; padding: 0 30px;
    font-size: 17px;color: #fff;background: #fff1;text-align: center;padding: 0 30px;display: inline-block;border-radius: 10px;margin-top: 50px;
}
.sybanner .neir .links:hover{
    background: #f46136;border-radius: 30px 0 30px 0; padding: 0 40px;
}
.sybanner .neir .links span{
    display: inline-block;
}

.sybanner .neir .img5{
    display: block;margin: 20px 0;
}

.banthreew{
    width: 1070px;margin: 0 auto;margin-top:220px;color: #fff;text-align: center; background: #0006;border-radius: 35px;overflow: hidden; padding: 50px 0;
}
.sybanner .neir .banthreew .zi1{ margin-top:0; }
.sybanner .neir .banthreew .zi3{ border-radius:0; margin:22px 0 15px 0; font-weight: lighter; line-height:55px; position:relative;overflow: visible; background: #340b73;
font-size: 25px;
}
.sybanner .neir .banthreew .zi3:after{ 
    display: block;position: absolute;content: "";right: 0;top: 55px;transform: rotate(270deg);
    width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top:15px solid #1a0042; 
}

.sybanner .neir .banthreew .zi3:before{ 
    display: block;position: absolute;content: "";left: 0;top: 55px;transform: rotate(90deg);
    width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-top:15px solid #1a0042; 
}
.banthreew p{ font-weight: lighter;
    font-size: 20px; margin-bottom:35px;
}
.banthreew li{
    display:inline-block; margin:0 10px;
}
.banthreew li img{
    display: block;width:299px;height: auto;border: 3px solid #fff;border-radius: 10px;overflow: hidden;
}

.banthreew li dl{
   line-height:3;font-size: 18px; color: #fff7;
}

/*产品展示*/
.prod_all{
    width: 100%;min-width: 1400px; padding: 90px 0;
}
.prod_t{
    text-align: center; font-size: 18px;color: #666;line-height: 1; margin-bottom:40px;
}
.prod_t dl{
    font-size: 40px;font-weight: bold;color: #222;padding-bottom: 15px;
}


/*产品切换*/
.prodb .picScroll-leftcp{ position:relative;  }

.prodb .picScroll-leftcp .hd{ overflow:hidden;height: 40px;
width: 110%;position: absolute;top: 250px;left:-5%;
    }
.prodb .picScroll-leftcp .hd .prev{
    font-size: 40px;color: #e3e3e3;right: 0;top: 0;cursor: pointer;position: absolute;
}
.prodb .picScroll-leftcp .hd .next{  font-size: 40px;color: #e3e3e3;left: 0;top: 0;cursor: pointer;position: absolute;
}

.prodb .picScroll-leftcp .hd .next:hover,.prodb .picScroll-leftcp .hd .prev:hover{
    color: #340b73;
}

.prodb .picScroll-leftcp .bd{  position:relative;}
.prodb .picScroll-leftcp .bd:after{
    content: "";
    display: block;width: 1px;height: 100%;position: absolute;right: 0;top: 0;background:#eee;
}
.prodb .picScroll-leftcp .bd ul{ overflow:hidden; zoom:1; }
.prodb .picScroll-leftcp .bd ul li{ 
    width:50%;}
    .prodb .picScroll-leftcp .bd ul li a{border: 1px solid #eee;  border-right: none;
        display: block;box-sizing: border-box;padding: 0;position: relative;
    }
/*.prodb .picScroll-leftcp .bd ul li a:after{font-weight:lighter;
    display: block;content: "+";width:66px;height: 66px;line-height: 43px;background: #340b73;box-sizing: border-box;border: 10px solid #dcd3eb;border-radius: 50%;
    position: absolute;left: 0;right: 0;bottom: -33px; margin: 0 auto;text-align: center;font-size: 22px;color: #fff;transition: all ease 0.5s;
}    

.prodb .picScroll-leftcp .bd ul li:hover a:after{transform:rotate(90deg); background: #f46136;border-color: #f7ded6;}*/

.prodb .picScroll-leftcp .bd ul li .pic{border-bottom: none;
    overflow:hidden;}
.prodb .picScroll-leftcp .bd ul li .pic img{
    display: block;width: 100%;height: auto;
    }

.prodb .picScroll-leftcp .bd ul li .txt{
    padding: 40px 50px;box-sizing: border-box;background: #f9f9f9;
}
.prodb .picScroll-leftcp .bd ul li .txtt{
    font-size: 26px;color: #222;line-height: 40px; margin-bottom:8px;
}

.prodb .picScroll-leftcp .bd ul li .txtt i{
    display: inline-block;font-size: 32px;
}
.prodb .picScroll-leftcp .bd ul li .txtt em{
     display: inline-block;font-size: 26px;
}
.prodb .picScroll-leftcp p{
    font-size: 16px;line-height: 1.6;color: #666;text-align: justify;
}

.morelink{ background: #f5f5f5;
    width: 250px;border: 1px solid #eee;text-align: center;font-size: 15px;line-height: 50px;color: #666;margin:60px auto 0 auto;display: block;
    transition: all ease 0.5s;
}
.morelink:hover{
    width: 320px;border-radius: 20px 0 20px 0;color:#fff;background: #340b73;border-color: #340b73;
}


.prodzs{
    margin-top: 50px;
}

.prodzs a{text-align: center;padding-bottom: 30px;line-height: 1;position: relative;overflow: hidden;
    display: block;width: 32%;float: left;box-sizing: border-box;border: 1px solid #eee; margin: 0 2% 2% 0;
}

.prodzs a:nth-of-type(3n){
    margin-right: 0;
}
.prodzs a img{
    display: block;width: 100%;height: auto; box-sizing: border-box;padding: 20px;
}
.prodzs a .txt{bottom: -430px;transition: all ease 0.5s;
  position: absolute;left: 0;width: 100%;height: 100%;box-sizing: border-box;padding:0 12%;
}

.prodzs a .txt dl{font-size: 22px;color: #222;}
.prodzs a .txt p{
    font-size: 15px;line-height: 1.8;padding-top: 20px;color: rgba(255,255,255,80%);
}
.prodzs a .txt i{
    display: block;width:200px;border-radius: 30px;background: #340b73;color: #fff;margin: 30px auto;font-size: 15px;color: #fff;line-height: 46px;
}
.prodzs:after{
    display: block;content: "";clear: both;background: rgba(0,0,0,85%); 
}
.prodzs a:hover .txt{
    bottom:0;padding:30% 12%; background: rgba(0,0,0,85%)
}
.prodzs a:hover .txt dl{ color:#fff;}


/*应用案例*/
.case_all{
    width: 100%;min-width: 1400px;background: url(images/casebg.jpg)center top no-repeat fixed;overflow: hidden;
    padding: 90px 0;
}


/*公司简介*/
.about{
    width: 100%;min-width: 1400px;background: #fff; padding: 90px 0;
}
.aboutb{
    background: #fff;border-radius: 70px;overflow: hidden;position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,10%);height: 620px;box-sizing: border-box;
}

.aboutb:before{
    display: block;width: 185px;content: "";height: 100%;position: absolute;left: 0;top: 0;z-index: 1; background: #340b73;
}
.aboutb:after{width:950px;
    display: block;content: "";height: 950px;position: absolute;left:65px;top: -160px;z-index:2; background: #fff;border-radius: 50%;
}
.aboutbt{
    position: relative;z-index: 3;
}
.aboutbt .pic{
    width:680px;height: auto;overflow: hidden;}
.aboutbt .pic img{
    display: block;width: 100%;height: auto;}
 
 .aboutbt .txt{
     width: 520px;text-align:justify; font-size: 15px;line-height:2;color: #888; padding: 55px 0 0 140px;
 }   
.aboutbt dl{
    font-size: 120px;font-weight: bold;font-family: "arial";color: #333;line-height: 1;text-transform: uppercase;
}    
.aboutbt dd{
    font-size: 30px;color: #333;font-weight: bold;line-height: 1;
}
.aboutbt dt{
    display: block;font-size: 12px;font-family: "arial";color: #999;text-transform: uppercase;line-height:3;letter-spacing: 2px; border-bottom: 1px solid #eee;padding-bottom:23px;margin-bottom: 28px;
}
.aboutbt p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.aboutbt a{
    display:inline-block;
    padding: 0 50px;line-height:46px;border: 1px solid #e3e3e3;border-radius: 8px;font-size: 15px;color: #888; margin-top:40px;
}
.aboutbt a:hover{
    background: #340b73;color: #fff;border-color: #340b73;
}
.aboutbt a:before{
    font-size: 18px; padding-right:1px;
}
.aboutlink{z-index: 4;
    width: 960px;box-sizing: border-box;position: absolute;bottom: 0;right: 0;border: 20px solid #340b73;border-right: none;border-bottom: none;padding:32px 0 30px 0;text-align: center;
    border-radius: 70px 0 0 0; overflow: hidden;
}
.aboutlink a{display: inline-block; padding: 0 45px; font-size: 22px;color: #333;line-height:1; border-right: 1px dashed #d1d1d1;cursor: pointer;
    
}
.aboutlink a:before{display:block;
    font-size: 40px;color: #333;line-height: 1; padding-bottom: 9px;
}
.aboutlink a:last-child{
    border-right: none;
}
.aboutlink a:hover,.aboutlink a:hover:before{
    color: #340b73;
}

/*广告条*/
.ggt{
    width: 100%;min-width: 1400px;text-align: center; position: relative; margin: 50px auto; overflow: hidden;
}
.ggt dl{
  text-align: center;line-height:220px;font-family: "times";text-transform: uppercase; color:#f2f2f2;  font-size: 15vw;letter-spacing:75px; padding-left:50px;
}
.ggt .tel{
position: absolute;width: 100%;line-height: 220px; font-size: 45px;color: #222;top: 0;letter-spacing:8px;
}


/*版权*/
.copyright{
    width: 100%;min-width: 1400px;background: #333 url(images/bqbg.jpg) center bottom no-repeat;border-top:1px solid #222; padding-top: 35px; line-height: 2; color: #888;font-size: 15px;
}
.copyright a{ color: #888;font-size: 15px;}
.copyright a:hover{
    color: #fff;
}
.navbottom{
     position: relative;
}
.navbottom li {
    display: block;float: left;
}
.navbottom li+li{ margin-left:4vw;}
.navbottom li dl,.bottomtel .tel dl{ font-size:20px;color:#fff;}
.navbottom li dl:after,.bottomtel .tel dl:after{
    display: block;content: "";width: 20px;height: 2px;background: #777;margin:15px 0;
}
.navbottom li:after{
    display: block;content: "";
}
.navbottom li a{font-size:15px;color:#888;display:block; line-height:33px;}
/*.navbottom li:nth-of-type(2){
    width:400px;
}
.navbottom li:nth-of-type(2) a{
    float: left;width: 200px;
}*/

.bottomtel{
position: relative;
}
.bottomtel .tel{
    font-size: 16px;color: #888; margin-left: 5vw;
}
.bottomtel .tel:before{
    display: block;float: left;color: #888;font-size:25px;margin-right: 5px;
}

.bottomtel .tel p{ font-size:22px;color:#fff; line-height:33px;height: 33px;
    font-family: "arial";
}
.bottomtel .tel p em{color: #888; font-size:16px;
    display: inline-block;vertical-align:bottom;
}
.bottomtel .tel p em:before{
    padding-right:6px;color: #888; font-size: 18px;
}
.bottomtel .tel:after,.bottomtel .code:after{
    display: block;content: "";clear: both;
}

.copyright .code{ margin-top:20px;}

.copyright .code .codefl{
    background:rgba(255,255,255,0.05);padding:10px; border: 1px solid rgba(255,255,255,0.05);
}
.copyright .code .codefl img{
    display: block;width: 150px;height: auto;
}
.copyright .code .codefl p{ font-size:16px;text-align: center;line-height: 1.6; padding:8px 5px 0 5px;
    color: #fff;
}
.copyright .code .codefl+.codefl{ margin-left:25px;}

.copyright .copyw{ border-top:1px solid #3c3b3b; padding:30px 0 35px 0; margin-top:40px;}



/*内页幻灯片*/
.mod1019 .banner .ban_bg{
    text-align: center;color: transparent;position: relative;
}
 .banner_w {   width:auto;  font-size: 20px;    color: #fff;   padding-top:205px;  text-align:left; line-height:1.6;
     
 }
.banner_w b {    display:block;
    color: #fff; font-size:40px;  
}


.banner_w b span{  
    display: block;
}
