@charset "UTF-8";




/*** 初始化*/
    body{font: 12px/1.5em "微软雅黑"; background: #f0f0f0;}
    a:hover{color: #1854a5}
    /*块元素内外边距*/
    html, body, div, p, ul, li, dl, dt, dd{margin: 0; padding: 0}
    /*超链接标签文本修饰*/
    a{text-decoration: none}
    /*图片边框*/
    img{border: 0}
    /*列表项目符号*/
    ul, li{list-style: none}


/*** 自定义类*/
    /*最大包裹，用于控制内容宽度和页面内居中*/
    .wrap{max-width: 1150px; margin: 0 auto}
    /*清除浮动*/
    .clearfix:after{content: "."; display: block; height: 0; clear: both; visibility: hidden}
    .clearfix{zoom: 1}/*IE兼容专用*/
    .clear{clear: both}
    /*盒子阴影*/
    .boxShadow{box-shadow: 0 0 10px #ccc}
    .boxShadow2{
        /*css3上浮*/
        -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }


/*分页*/
    .paging{min-width: 200px; height: auto; margin: 20px auto 0; clear: both; text-align: right;}
    .paging ul,
    .paging li{display: inline-block; *display: inline; zoom: 1}
    .paging ul{width: auto; height: 100%; font-size: 0; background: #fff; padding: 0 12px}
    .paging li{ font-size: 12px}
    .paging li a{display: inline-block;*display: inline;*zoom:1;
         color: #666;
         padding: 4px 7px; margin: 0 3px; 
        font-family: Arial, Helvetica, sans-serif;

    }
    .paging li a:hover{color: #1854a5}
    .paging li.paging_current a{ color: #1854a5;border:1px solid #eee;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }
    .paging li.paging_prev a,
    .paging li.paging_next a{background: none}
    .paging li.total a{

        border:1px solid #eee;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;

    }


/*** 头部 */
    .header{padding-top: 9px; background: #fff; position: relative; z-index: 9}
    .header_subNavBg{display: none; position: absolute; top: 132px; left: 0; width: 100%; height: 100%; background: #f8f8f8; filter: alpha(opacity=80); opacity: 0.8; border-radius: 0 0 5px 5px}

    /*logo*/
    .header_logo{float: left; padding-top: 50px;}
    .header_logo a,
    .header_logo img{display: block; width: 240px; height: 37px}

    /*一级导航*/
    .header_nav{float: right; padding-top: 50px}
    .header_nav_li{float: left; padding: 0 20px; background: url(/skin/images/header_nav_li_bg.png) no-repeat right top; position: relative}
    .header_nav_li_a{font-size: 16px; color: #4b4b4b; display: block; padding: 5px 0 48px; border-bottom: 2px solid #fff}
    .header_nav_li_a:hover,
    .header_nav_li .current{color: #1854a5; border-color: #1854a5}
    .header_nav >li:last-child{ background: none }
    /*二级导航*/
    .header_subNav{display: none; position: absolute; top: 73px; left: 50%; padding-top: 21px; z-index: 9}
    .header_subNav li{float: left; padding: 0 35px}
    .header_subNav a{
	  display: block; width: 90px; height: 30px; text-align: center; padding-top: 60px; color: #1854a5;
      -webkit-transition: color 0.3s linear;
      -moz-transition: color 0.3s linear;
      -o-transition: color 0.3s linear;
      transition: color 0.3s linear;
    }
        /*新闻*/
        .header_nav_news .header_subNav_a1{background: url(/skin/images/subnavnews.png) no-repeat 0 0}
        .header_nav_news .header_subNav_a2{background: url(/skin/images/subnavnews.png) no-repeat -90px 0}
        .header_nav_news .header_subNav_a3{background: url(/skin/images/subnavnews.png) no-repeat -180px 0}
        .header_nav_news .header_subNav_a1:hover{color: #fff; background: url(/skin/images/subnavnews.png) no-repeat 0 -90px}
        .header_nav_news .header_subNav_a2:hover{color: #fff; background: url(/skin/images/subnavnews.png) no-repeat -90px -90px}
        .header_nav_news .header_subNav_a3:hover{color: #fff; background: url(/skin/images/subnavnews.png) no-repeat -180px -90px}
        /*产品*/
        .header_nav_products .header_subNav_a1{background: url(/skin/images/subnavproducts.png) no-repeat 0 0}
        .header_nav_products .header_subNav_a2{background: url(/skin/images/subnavproducts.png) no-repeat -90px 0}
        .header_nav_products .header_subNav_a3{background: url(/skin/images/subnavproducts.png) no-repeat -180px 0}
        .header_nav_products .header_subNav_a4{background: url(/skin/images/subnavproducts.png) no-repeat -270px 0}
        .header_nav_products .header_subNav_a1:hover{color: #fff; background: url(/skin/images/subnavproducts.png) no-repeat 0 -90px}
        .header_nav_products .header_subNav_a2:hover{color: #fff; background: url(/skin/images/subnavproducts.png) no-repeat -90px -90px}
        .header_nav_products .header_subNav_a3:hover{color: #fff; background: url(/skin/images/subnavproducts.png) no-repeat -180px -90px}
        .header_nav_products .header_subNav_a4:hover{color: #fff; background: url(/skin/images/subnavproducts.png) no-repeat -270px -90px}
        /*解决方案*/
        .bgimg80{background: url(/skin/images/subnavslotion.png) no-repeat 0 0}
        .bgimg81{background: url(/skin/images/subnavslotion.png) no-repeat -90px 0}
        .bgimg80:hover{color: #fff; background: url(/skin/images/subnavslotion.png) no-repeat 0 -90px}
        .bgimg81:hover{color: #fff; background: url(/skin/images/subnavslotion.png) no-repeat -90px -90px}
        /*应用及案例*/
        .bgimg83{background: url(/skin/images/subnavcases.png) no-repeat 0 0}
        .bgimg84{background: url(/skin/images/subnavcases.png) no-repeat -90px 0}
        .bgimg83:hover{color: #fff; background: url(/skin/images/subnavcases.png) no-repeat 0 -90px}
        .bgimg84:hover{color: #fff; background: url(/skin/images/subnavcases.png) no-repeat -90px -90px}
        /*关于我们*/
        .bgimg89{background: url(/skin/images/subnavabout.png) no-repeat 0 0}
        .bgimg90{background: url(/skin/images/subnavabout.png) no-repeat -90px 0}
        .bgimg89:hover{color: #fff; background: url(/skin/images/subnavabout.png) no-repeat 0 -90px}
        .bgimg90:hover{color: #fff; background: url(/skin/images/subnavabout.png) no-repeat -90px -90px}
        /*学商实验室*/
        .bgimg86{background: url(/skin/images/subnavsys.png) no-repeat 0 0}
        .bgimg87{background: url(/skin/images/subnavsys.png) no-repeat -90px 0}
        .bgimg86:hover{color: #fff; background: url(/skin/images/subnavsys.png) no-repeat 0 -90px}
        .bgimg87:hover{color: #fff; background: url(/skin/images/subnavsys.png) no-repeat -90px -90px}


/*** 底部
*/
    .footer{padding-bottom: 50px; background: #f0f0f0}
    .footer_b1{padding: 25px 0; background: #f5f5f5}
    .footer_b1 .footer_menu{width: 729px; float: left; overflow: hidden}
    .footer_b1 dl{float: left; margin-right: 50px; text-align: center;}
    .footer_b1 dl a{color: #333}
    .footer_b1 dl a:hover{color: #1854a5}
    .footer_b1 dt{font-size: 14px; color: #333; font-weight: bold}
    .footer_b1 dd{margin-top: 10px}
    .footer_b1 .attentionUs{float: left; text-align: right; padding-right: 22px; border-right: 1px solid #dedede}
    .footer_b1 .attentionUs .title{float: right; padding-left: 20px; font-size: 14px; color: #4d4d4d; font-weight: bold; background: url(/skin/images/attention.png) no-repeat left}
    .footer_b1 .attentionUs .content{clear: both; float: right; margin-top: 20px}
    .footer_b1 .attentionUs .footer_wx{display: inline-block; width: 32px; height: 27px; background: url(/skin/images/footer_wx.png) no-repeat; position: relative}
    .footer_b1 .attentionUs .footer_wx div{display: none; position: absolute; top: -170px; left: -60px; width: 151px; height: 150px; padding-bottom: 10px; background: url(/skin/images/footer_wxhover.png) no-repeat center bottom}
    .footer_b1 .attentionUs .footer_wx div img{width: 131px; height: 130px; padding: 10px; background: #fff; -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);}
    .footer_b1 .attentionUs .footer_wb{display: inline-block; margin-left: 20px; width: 33px; height: 27px; background: url(/skin/images/footer_wb.png) no-repeat}
    .footer_b1 .attentionUs .footer_mty{display: inline-block; margin-left: 20px; width: 26px; height: 28px; background: url(/skin/images/footer_mty.png) no-repeat}
    .footer_b1 .attentionUs .footer_by{display: inline-block; margin-left: 20px; width: 26px; height: 27px; background: url(/skin/images/footer_by.png) no-repeat}
    .footer_b1 .serveLine{float: right; padding-left: 20px; width: 175px}
    .footer_b1 .serveLine .title{float: right; padding-left: 20px; font-size: 14px; color: #505050; font-weight: bold; background: url(/skin/images/serveline.png) no-repeat left}
    .footer_b1 .serveLine .phoneNum{float: right; margin-top: 10px; font-size: 22px; color: #ed6d1f; font-weight: bold}
    .footer_b1 .serveLine .time{float: right; margin-top: 8px; font-size: 12px; color: #505050}
    .footer_b2{height: 44px; line-height: 44px; background: #f0f0f0; border-bottom: 1px solid #e8e8e8; font-size: 12px; color: #4d4d4d}
    .footer_b2 .copyRight{float: left; width: 370px}
    .footer_b2 .email{float: left; width: 270px}
    .footer_b2 .address{float: right}
    .footer_b2 .tongji{display: none;}

    .footer_b3{background: #f0f0f0; border-bottom: 1px solid #e8e8e8; padding: 10px 0; font-size: 12px; color: #969696}
    .footer_b3 .wrap{position: relative}
    .footer_b3 a{color: #969696}
    .footer_b3 a:hover{color: #1854a5}
    .footer_b3 .title{float: left; width: 70px}
    .footer_b3 ul{float: left; width: 1050px}
    .footer_b3 li{float: left; margin: 0 0 5px 14px}
    .footer_b3 .onOff{position: absolute; bottom: 0; right: 0; width: 13px; height: 14px; background: url(/skin/images/onoff.png) no-repeat; cursor: pointer}



/*** 首页banner
 */
    .indexBanner{border-top: 1px solid #e0e0e0; width: 100%; /*height: 504px;*/ overflow: hidden; position: relative; top: -1px}
    .indexBanner .banner{width: 100%;/*height: 504px;*/ /*position: absolute; left: 50%; margin-left: -800px*/}
    /*焦点按钮*/
    .indexBanner .hd{position: absolute; right: 14%; top: 23px; z-index: 1}
    .indexBanner .hd ul{overflow: hidden; zoom: 1; float: left}
    .indexBanner .hd ul li{float: left; margin-right: 10px; width: 10px; height: 10px; background: url(/skin/images/indexbannerfocusbtn.png) no-repeat; cursor: pointer}
    .indexBanner .hd ul li.on{background-position: -10px 0}
    /*幻灯区*/
    .indexBanner .bd{position: relative; height: 100%; z-index: 0}
    .indexBanner .bd li{zoom: 1; vertical-align: middle; font-size: 0}
    .indexBanner .bd img{width:100%; /*height: 504px; */vertical-align: top;}
    /*前后按钮*/
    .indexBanner .prev,
    .indexBanner .next{position: absolute; left: 10%; top: 50%; margin-top: -25px; display: block; width: 50px; height: 50px; background: url(/skin/images/indexbannerbtn.png) no-repeat; filter: alpha(opacity=60); opacity: 0.6}
    .indexBanner .next{left: auto; right: 10%; background-position: -50px 0}
    .indexBanner .prev:hover,
    .indexBanner .next:hover{filter: alpha(opacity=100); opacity: 1}



/*** 内页banner
*/
    .innerBanner{width: 100%; height: 248px; overflow: hidden; position: relative}
    .innerBanner .banner{width: 1600px; height: 248px; position: absolute; left: 50%; margin-left: -800px}
    .innerBanner img{width: 1600px; height: 248px}



/*** 首页内容
*/
    /*热点新闻*/
    .hotNews{height: 49px; line-height: 49px; background: #fff}
    .hotNews .title{float: left; padding: 0 20px 0 10px; font-size: 14px; color: #1854a5; font-weight: bold; background: url(/skin/images/hotnews_tbg.png) no-repeat right}
    .hotNews .content{float: left; height: 100%; width: 1064px; overflow: hidden; position: relative}
    .hotNews .hd{position: absolute; right: 0; top: 16px}
    .hotNews .hd .prev,
    .hotNews .hd .next{display: block; width: 17px; height: 17px; float: left; margin-left: 5px; background: url(/skin/images/hotnews_bbg.png) no-repeat; filter: alpha(opacity=60); opacity: 0.6; cursor: pointer}
    .hotNews .hd .next{ background-position: -17px 0}
    .hotNews .hd a:hover{filter: alpha(opacity=100); opacity: 1}
    .hotNews .bd{padding: 16px 0 0 20px; width: 1004px}
    .hotNews .bd li{overflow: hidden; height: 17px; line-height: 17px}
    .hotNews .bd a{float: left; font-size: 14px; color: #4b4b4b; letter-spacing: 1px;}
    .hotNews .bd a:hover{color: #1854a5}
    .hotNews .bd .date{float: left; margin-left: 15px; color: #787878}


    /*5块*/
    .fiveBlock{height: 400px; padding: 80px 0 81px 0; background: #f0f0f0}
    .fiveBlock .wrap{position: relative}
    .fiveBlock a{
	
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
	/*20210803*/
	.leftimg, .midimg, .rightimg {float:left;}
	.leftimg{width:33.33%;}
	.midimg{width:33.33%;}
	.rightimg{width:33.33%;}	
	.fiveBlock_2{height:200px;overflow:hidden;}
	.fiveBlock_3, .fiveBlock_4{height:200px;overflow:hidden;}
	.fiveBlock_5{height:400px;overflow:hidden;}
	
    .fiveBlock_1, .fiveBlock_1 img{width: 100%; height: 400px}
    .fiveBlock_2 img{width: 100%; height: 200px}
    .fiveBlock_3 img{width: 50%; height: 200px;float:left;}
    .fiveBlock_4 img{width: 50%; height: 200px;float:left;}
    .fiveBlock_5 img{width: 100%; height: 400px}
    .fiveBlock a:hover{z-index: 9;
        -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
        box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }


    /*tab栏*/
    .tabBox{background: #fff}
    .tabBox .titleBox{height: 51px; border-bottom: 1px solid #9BD4E7}
    .tabBox .titleBox .wrap{position: relative}
    .tabBox .titleBox ul{height: 52px; line-height: 52px; position: absolute;width:100%;}
    .tabBox .titleBox li{float: left;width:50%;}
    .tabBox .titleBox a{display: block; text-align: center; font-size: 18px; color: #646464}
    .tabBox .titleBox a:hover{/*color: #1854a5*/}
    .tabBox .titleBox .current{font-size: 20px; color: #fff; text-shadow: 0 0 5px rgba(0,0,0,0.8); background: url(/skin/images/tabbox_tbg.png) no-repeat;font-weight: 700;letter-spacing: 2px}
    .tabBox .titleBox .current:hover{color: #fff}
    .tabBox .content_1{/*margin-top: 35px; padding-bottom: 44px;*/ border-bottom: 1px solid #9BD4E7}
    .tabBox .content_1 li{
        float: left; 
        width: 20%; 
        height: 260px;
        overflow: hidden;
        padding: 45px 0 90px;
        text-align: center;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
    }
    .tabBox .content_1 li p{margin: 0; padding: 0}
    .tabBox .content_1 li img{width: 101px; height: 101px}
    .tabBox .content_1 li:hover{

        -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        box-shadow: 0 15px 30px 

        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    .tabBox .content_1 div{font-size: 16px; color: #333; /*margin-top: 25px*/}
    .tabBox .content_1 p{font-size: 12px; color: #999; line-height: 2em; margin-top: 25px}
    .tabBox .content_2{display: none; /*margin-top: 22px; padding-bottom: 50px;*/ border-bottom: 1px solid #A1E2CC}
    .tabBox .content_2 .more{float: right; width: 16px; height: 16px; background: url(/skin/images/more.png) no-repeat}
    .tabBox .content_2 .more:hover{background-position: -48px 0}
    .tabBox .content_2 .content{margin-top: 10px; border: 1px solid #c4eddf; border-bottom: 0; height: 331px}
    .tabBox .content_2 .content .img{position: relative; width: 50%; height: 331px; float: left;}
    .tabBox .content_2 .content .img img{width: 100%; height: 331px; border-bottom: 1px solid #c4eddf; border-right: 1px solid #678f7b; }
    .tabBox .content_2 .content .img a{display: block; width: 100%; height: 100%; position: absolute;left: 0;top: 0}
    .tabBox .content_2 .content .img a:first-child{display: block;}
    .tabBox .content_2 .content ul{float: left; width: 50%; height: 330px; border-bottom: 1px solid #c4eddf}
    
    .tabBox .content_2 .content li a{
        display: block; 
        height: 82px; 
        overflow: hidden;
        /*padding: 16px 0 18px 35px;*/
        padding: 0 35px;
        border-bottom: 1px solid #c4eddf;
        background: #f5f5f5;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        letter-spacing: 1px
    }

    .tabBox .content_2 .content li a div{font-size: 16px; color: #505050; margin-top: 15px;}
    .tabBox .content_2 .content li a p{font-size: 14px; color: #969696; margin-top: 12px}
    .tabBox .content_2 .content li a.current p{font-size: 14px; color: #fff!important; margin-top: 12px}
    .tabBox .content_2 .content li a.current{
        background: #3ec496;
        color: #fff !important;
        /*shdow*/
        -moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
        box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
        filter: progid: DXImageTransform.Microsoft.Shadow(strength = 3, direction = 180, color = '#333333');
        -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 180, Color = '#333333')";
        /*end shdow*/
        -webkit-transform: translate3d(0, -3px, 0);
        transform: translate3d(0, -3px, 0);
    }
    .tabBox .content_2 .content li a.current div{
        color: #fff !important;
    }
    .tabBox .content_2 .content li a:hover div{color: #fff;}
    .tabBox .content_2 .content li a:hover p{color: #fff;}
    .tabBox .content_2 .content li:last-child a{border:none;height: 81px}
    /*.tabBox .content_2 .content li a:last-child{border:none;}*/
    .tabBox .content_3{display: none; /*padding-bottom: 45px;*/ border-bottom: 1px solid #F9E6A1}
    .tabBox .content_3 .more{float: right; width: 16px; height: 16px; /*margin-top: 23px;*/ background: url(/skin/images/more.png) no-repeat}
    .tabBox .content_3 .more:hover{background-position: -16px 0}
    .tabBox .content_3 ul{margin-top: 15px; width: 1191px}
    .tabBox .content_3 li{
        padding: 24px 27px 20px 27px;
        margin-right: 41px; 
        width: 300px; 
        border: 1px solid #f7e5be; 
        background: #f5f5f5;
         float: left;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }
    .tabBox .content_3 li img{width: 300px; height: 168px}
    .tabBox .content_3 li .content{/*height: 37px;*/font-size: 14px; font-weight: bold; margin-top: 15px;}
    .tabBox .content_3 li .content a{
        display: inline-block;*display: inline;zoom:1;
      color: #505050;
      width: 300px;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
}
    .tabBox .content_3 li .content a:hover{color: #1854a5;
      /*overflow:visible;
      white-space:normal;*/
    }
    .tabBox .content_3 li p{font-size: 12px; color: #969696; margin-top: 10px; line-height: 2em; height: 48px; overflow: hidden; text-align: justify; letter-spacing: 1px}
    .tabBox .content_3 li .link{margin-top: 20px; font-size: 12px; color: #969696}
    .tabBox .content_3 li .link a{font-size: 13px; color: #c3c3c3}
    .tabBox .content_3 li .link a:hover{color: #e6aa1e}
    .tabBox .content_3 li .link span{float: right}
    .tabBox .content_3 li:hover{
        -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        box-shadow: 0 15px 30px 

        -webkit-transform: translate3d(0, -3px, 0);
        transform: translate3d(0, -3px, 0);
    }
    .tabBox .content_3 li:hover a{
        /*overflow:visible;
      white-space:normal;
      */
    }

    .tabBox .content_4{display: none; border-bottom: 1px solid #E1A8E4}
    .tabBox .content_4 .title{font-size: 16px; color: #505050}
    .tabBox .content_4 .title span{font-size: 12px; color: #E1A8E4; margin-left: 5px}
    .tabBox .content_4 .title a{float: right; width: 16px; height: 16px; background: url(/skin/images/more.png) no-repeat}
    .tabBox .content_4 .title a:hover{background-position: -16px 0}
    .tabBox .content_4 .more{float: right; width: 16px; height: 16px; /*margin-top: 23px;*/ margin-bottom: 15px; background: url(/skin/images/more.png) no-repeat}
    .tabBox .content_4 .more:hover{background-position: -64px 0}
    .tabBox .content_4 .summary{float: left; padding-right: 33px; border-right: 1px solid #E1A8E4}
    .tabBox .content_4 .summary .content{margin-top: 10px; width: 300px; height: 262px; padding: 20px 27px; border: 1px solid #E1A8E4; background: #f8f8f8; overflow: hidden;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .tabBox .content_4 .summary .content:hover{
        cursor:pointer;
        
        -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px 

        -webkit-transform: translate3d(0, -3px, 0);
        transform: translate3d(0, -3px, 0);
    }

    .tabBox .content_4 .summary .content:hover a{color: #1854a5;}
    .tabBox .content_4 .summary img{width: 300px; height: 168px}
    .tabBox .content_4 .summary .content_title{margin-top: 20px; font-size: 16px; text-align: center}
    .tabBox .content_4 .summary .content_title a{color: #505050; letter-spacing: 2px}
    .tabBox .content_4 .summary p{margin-top: 10px; color: #969696; line-height: 2em}
    .tabBox .content_4 .news{float: left; width: 370px; padding: 0 33px; border-right: 1px solid #E1A8E4}
    .tabBox .content_4 .news ul{margin-top: 4px}
    .tabBox .content_4 .news li{padding: 0 5px 0 15px; height: 31px; line-height: 31px; background: url(/skin/images/ulbg.jpg) no-repeat 5px}
    .tabBox .content_4 .news li a{color: #6b6b6b;}
    .tabBox .content_4 .news li a:hover{color: #1854a5}
    .tabBox .content_4 .news li span{float: right}
    .tabBox .content_4 .ad{float: right; width: 295px}
    .tabBox .content_4 .ad a,
    .tabBox .content_4 .ad img{display: block; width: 295px; height: 110px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .tabBox .content_4 .ad a:hover{filter: alpha(opacity=80); opacity: 0.8}

    .tabBox .content_5{display: none; /*margin-top: 25px; padding-bottom: 45px;*/ border-bottom: 1px solid #F9ABB9}
    .tabBox .content_5 .more{float: right; width: 16px; height: 16px; background: url(/skin/images/more.png) no-repeat}
    .tabBox .content_5 .more:hover{background-position: -32px 0}
    .tabBox .content_5 ul{margin-top: 15px}
    .tabBox .content_5 li{float: left; width: 164px; height: 164px; line-height: 164px; text-align: center; overflow: hidden}
    .tabBox .content_5 img{display: inline-block; vertical-align: middle}

    .tabBox .content_1,
    .tabBox .content_2,
    .tabBox .content_3,
    .tabBox .content_4,
    .tabBox .content_5
    {

      /*height: 420px !important; */   
      /*margin-top: 25px; */
      /*padding-bottom: 45px;*/
      overflow: hidden;
      height: 450px;
      padding-top:50px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;

    }


/*** 内页内容
*/
    .innerContainer{padding-bottom: 20px}
    .innerContainer .menuBox{margin-top: 32px; width: 25%; float: left}
    .innerContainer .contentBox{position: relative; top: -40px; float: left; width: 72%; padding: 20px 1%; background: #fff;
        -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.1);
        box-shadow: 0 0 20px 5px rgba(0,0,0,0.1);
    }
    .innerContainer .menuBox dt{/*width: 330px;*/width:290px ; height: 80px; line-height: 80px;padding-left: 40px; font-size: 18px; background: #fff; letter-spacing:2px;
        /*-webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;*/
    }
    .innerContainer .menuBox dt span{display: inline-block;*display: inline;*zoom:1; width: 40px; height: 100%; margin-right: 35px; float: left;}
    
    .innerContainer .menuBox dd{width: 330px; height: 48px; line-height: 48px; text-align: center; cursor: pointer; font-size: 14px; background: #fff; letter-spacing:2px;
        /*-webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;*/
    }

    .innerContainer .menuBox dt a,
    .innerContainer .menuBox dd a{display: block; height: 100%}
    .innerContainer .menuBox dt a{padding-left: 30px;}
    /*.innerContainer .menuBox dt a:hover,
    .innerContainer .menuBox dd a:hover{color: #1854a5;}
    */
    .innerContainer .menuBox dt.current a,
    .innerContainer .menuBox dd.current a{color: #fff;}
    .innerContainer .menuBox dt.current a:hover,
    .innerContainer .menuBox dd.current a:hover{color: #fff;}

    .innerContainer .menuBox dd:hover{background-color: #eee}
    .innerContainer .menuBox .ad{margin-top: 100px}
    .innerContainer .menuBox .ad a{display: block; width: 330px; height: 124px;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
    }
    .innerContainer .menuBox .ad a:hover{filter: alpha(opacity=80); opacity: 0.8}
    .innerContainer .menuBox .ad img{width: 330px; height: 124px}
    .innerContainer .article_sharebtn{float: right}
    .innerContainer .article_sharebtn div{float: left; margin-left: 5px}
    .innerContainer .article_sharebtn div a{display: block; width: 25px; height: 25px; background: url(/skin/images/share.png) no-repeat}
    .innerContainer .article_sharebtn .tencentwb a{background-position: -31px 0}
    .innerContainer .article_sharebtn .qqzone a{background-position: -62px 0}

    /*新闻列表页*/
        /*左*/
        .listNews .menuBox{border-top: 1px solid #ded3eb;}
        .listNews dt,
        .listNews dd{border: 1px solid #ded3eb; color: #5b259c; border-top: 0}
        .listNews dt a,
        .listNews dd a{ color: #5b259c;}
        .listNews .menu_1 dt span{background: url(/skin/images/news_menu1.png) no-repeat center}
        .listNews .menu_2 dt span{background: url(/skin/images/news_menu2.png) no-repeat center}
        .listNews .menu_3 dt span{background: url(/skin/images/news_menu3.png) no-repeat center}
        .listNews .menu_1 dt.current,
        .listNews .menu_2 dt.current,
        .listNews .menu_3 dt.current{color: #fff; border-color: #5b259c; background: #5b259c url(/skin/images/menu_current.png) no-repeat right}
        .listNews .menu_1 dt.current span{background: url(/skin/images/news_menu11.png) no-repeat center}
        .listNews .menu_2 dt.current span{background: url(/skin/images/news_menu22.png) no-repeat center}
        .listNews .menu_3 dt.current span{background: url(/skin/images/news_menu33.png) no-repeat center}
        .listNews dd.current{color: #fff;font-weight: 700; border-color: #5b259c; background: #5b259c url(/skin/images/menu_current.png) no-repeat right;}
        /*右*/
        .listNews .contentBox .hot li{position: relative; margin-top: 30px; padding-bottom: 20px; border-bottom: 1px solid #eee9f5}
        .listNews .contentBox .hot li:first-child{margin-top: 15px;}
        .listNews .contentBox .hot li:hover a{color:  #5b259c}
        .listNews .contentBox .hot .title{font-size: 20px; font-weight: bold; }
        .listNews .contentBox .hot .title a{color: #4d4d4d; letter-spacing: 2px; font-weight: 700}
        .listNews .contentBox .hot .title a:hover{color: #5b259c}
        .listNews .contentBox .hot .time{
            position: absolute; 
            right: 0;
            margin-right: 20px;
             top: -13px;
            width: 45px; 
            height: 33px; 
            padding:18px 12px;
            line-height: 1.3em;
            background: #5b259c; 
            font-size: 16px; 
            font-weight: bold;
             color: #fff; 
            text-align: center;
            font-family:Microsoft yahei;
            word-break:break-all; /*支持IE，chrome，FF不支持*/
　　        word-wrap:break-word;/*支持IE，chrome，FF*/

        }
        .listNews .contentBox .hot img{margin-top: 20px; width: 741px; height: 300px}
        .listNews .contentBox .hot p{margin-top: 15px; font-size: 14px; color: #4d4d4d; line-height: 1.5em; height: 42px; overflow: hidden}
        .listNews .contentBox .hot .more{position: absolute; right: 0;margin-right: 20px; bottom: 20px; font-size: 13px; color: #5b259c;}
        .listNews .contentBox .hot .more:hover{color: #1854a5}

        .listNews .contentBox .lists li{padding-left: 38px; height: 49px; line-height: 49px; border-bottom: 1px solid #efeaf5; background: url(/skin/images/ulbg.jpg) no-repeat 19px}
        .listNews .contentBox .lists li:hover a{ color: #5b259c}
        .listNews .contentBox .lists a{font-size: 14px; color: #4d4d4d;}
        .listNews .contentBox .lists a:hover{color: #5b259c}
        .listNews .contentBox .lists span{float: right}


    /*新闻文章页*/
        /*右*/
        .articleNews .contentBox_title{font-size: 20px;  font-weight: bold; color:#444;margin-top: 15px; }
        .articleNews .contentBox_title a{color: #4d4d4d;}
        .articleNews .contentBox_title a:hover{color: #1854a5}
        .articleNews .contentBox_title .author{font-weight: normal; font-size: 12px; margin-left: 24px}
        .articleNews .contentBox_title .time{float: right; font-size: 14px; color: #5b259c}
        .articleNews .ad{margin-top: 20px}
        .articleNews .ad img{width: 100%; height: 420px}
        .articleNews .editBox{margin-top: 20px}
        .articleNews .bottom{margin-top: 10px}
        .articleNews .pageCut{float: left; font-weight: bold}
        .articleNews .pageCut a{color: #4d4d4d; font-weight: normal}
        .articleNews .pageCut a:hover{color: #1854a5}
        .articleNews .share{float: right;}

    
    /*产品列表页*/
        .listProducts{padding-bottom: 0; background: #fff; position: relative; top: -40px; -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px 5px rgba(0,0,0,0.1); overflow: hidden
}
        .listProducts_title{margin-top: 30px; text-align: center; font-size: 24px; color: #1854a5; font-weight: bold}
        .listProducts_summary{margin-top: 30px; padding: 0 40px; font-size: 14px; color: #4d4d4d; line-height: 2em; text-indent: 2em}
        .listProducts_content{margin-top: 30px}
        .listProducts_content_title{height: 42px; line-height: 42px; border-bottom: 1px solid #cfdbec}
        .listProducts_content_title div{float: left; width: 250px; padding-left: 40px; height: 42px; line-height: 42px; background: #1854a5; color: #fff; font-size: 18px; font-weight: bold}
        .listProducts_content_title a{float: right; margin: 15px 40px 0 0; width: 16px; height: 16px; background: url(/skin/images/more.png) no-repeat}
        .listProducts_content_title a:hover{background-position: -80px 0}
        .listProducts_content_main{padding: 0 40px 50px; width: 1088px; overflow: hidden}
        .listProducts_content_main li{float: left; width: 250px; margin: 35px 20px 0 0; height: 351px; border: 1px solid #cedceb; position: relative;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }
        .listProducts_content_main a{display: block; width: 100%; height: 100%}
        .listProducts_content_main img{width: 250px; height: 197px; position: absolute; top: 25px}
        .listProducts_content_main li:hover{
             -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
             box-shadow: 0 15px 30px rgba(0,0,0,0.1);

            -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
        }
        .listProducts_content_main .content{text-align: center; width: 100%; color: #4d4d4d; position: absolute; top: 285px}
        .listProducts_content_main .title{font-size: 18px; font-weight: bold}
        .listProducts_content_main .subTitle{font-size: 14px; margin-top: 10px}
        .listProducts_content_main .desc{display: none; position: absolute; 
         bottom: 0;width: 100%; height: 90px;
         background: #1854a5; filter: alpha(opacity=90); opacity: 0.9; 
         color: #fff; line-height: 1.8em; text-indent: 2em;font-size: 12px;
     }
        .listProducts_content_main .desc p{
            margin: 0;
            padding: 0; padding: 15px 20px;
            font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
        }
        .listProducts_content_main .top{top: 25px}
        .listProducts_content_main .bottom{top: 130px}
        .listProducts_cases{padding: 30px 40px 40px; background: #f0f0f0}
        .listProducts_cases .title{font-size: 18px; color: #1854a5; font-weight: bold}
        .listProducts_cases ul{margin-top: 20px; width: 1101px}
        .listProducts_cases li{width: 335px; height: 185px; float: left; border: 1px solid #c6d2e1; position: relative; margin-right: 30px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }
        .listProducts_cases li:hover{
             -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
             box-shadow: 0 15px 30px rgba(0,0,0,0.1);

            -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
        }
        .listProducts_cases li img{width: 335px; height: 185px}
        .listProducts_cases li div{position: absolute; bottom: 0; width: 100%; height: 35px; line-height: 35px; text-align: center; background: #1854a5; filter: alpha(opacity=90); opacity: 0.9; color: #fff; font-size: 16px}


    /*产品文章页*/
        .articleProducts .contentBox{padding-bottom: 50px}
        .articleProducts .menuBox{border-top: 1px solid #b9c7dd}
        .articleProducts dt,
        .articleProducts dd{border: 1px solid #b9c7dd; color: #1854a5; border-top: 0}
        .articleProducts dt a,
        .articleProducts dd a{ color: #1854a5;}
        .articleProducts .menu_1 dt span{background: url(/skin/images/products_menu1.png) no-repeat center}
        .articleProducts .menu_2 dt span{background: url(/skin/images/products_menu2.png) no-repeat center}
        .articleProducts .menu_3 dt span{background: url(/skin/images/products_menu3.png) no-repeat center}
        .articleProducts .menu_4 dt span{background: url(/skin/images/products_menu4.png) no-repeat center}
        .articleProducts .menu_1 dt.current,
        .articleProducts .menu_2 dt.current,
        .articleProducts .menu_3 dt.current,
        .articleProducts .menu_4 dt.current{color: #fff; border-color: #1854a5; background: #1854a5 url(/skin/images/menu_current.png) no-repeat right}
        .articleProducts .menu_1 dt.current span{background: url(/skin/images/products_menu11.png) no-repeat 44px}
        .articleProducts .menu_2 dt.current span{background: url(/skin/images/products_menu22.png) no-repeat 44px}
        .articleProducts .menu_3 dt.current span{background: url(/skin/images/products_menu33.png) no-repeat 44px}
        .articleProducts .menu_4 dt.current span{background: url(/skin/images/products_menu44.png) no-repeat 44px}
        .articleProducts dd.current{color: #fff; border-color: #1854a5; background: #1854a5 url(/skin/images/menu_current.png) no-repeat right}
        .articleProducts dd.current:hover{background-color: #1854a5}
        .articleProducts .contentBox .title .left{float: left;}
        .articleProducts .contentBox .title .left a{ color: #4d4d4d}
        .articleProducts .contentBox .title .left a:hover{ color: #1854a5}
        .articleProducts .contentBox .title .share{float: right}
        .articleProducts .contentBox .title .big{font-size: 20px; font-weight: bold;margin-top: 15px;}
        .articleProducts .contentBox .title .small{font-size: 14px; margin-top: 5px}
        .articleProducts .contentBox .ad{margin-top: 20px}
        .articleProducts .contentBox .ad img{width: 100%; height: 400px}
        .articleProducts .contentBox .detailed{margin-top: 40px}
        .articleProducts .contentBox .detailed_title{width: 736px; border-right: 1px solid #d1dded;}
        .articleProducts .contentBox .detailed_title li{float: left; width: 183px; text-align: center; height: 33px; line-height: 33px; font-size: 16px; color: #1854a5; border: 1px solid #d1dded; border-right: 0; overflow: hidden; cursor: pointer}
        .articleProducts .contentBox .detailed_title li.current{color: #fff; background: #1854a5; border-color: #1854a5}
        .articleProducts .contentBox .detailed_content{width: 100%; padding-top: 20px}
        .detailed_content2,
        .detailed_content3,
        .detailed_content4{display: none}

        .articleProducts .contentBox .share{margin-top: 15px;}
        
    
    /*解决方案列表页*/
        .listScheme{padding-bottom: 0; background: #fff; position: relative; top: -40px; -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px 5px rgba(0,0,0,0.1); overflow: hidden}
        .listScheme_title{margin-top: 30px; text-align: center; font-size: 24px; color: #1b8139; font-weight: bold}
        .listScheme_summary{margin-top: 30px; padding: 0 40px; font-size: 14px; color: #4d4d4d; line-height: 2em; text-indent: 2em}
        .listScheme_content{margin-top: 30px}
        .listScheme_content_title{height: 42px; line-height: 42px; border-bottom: 1px solid #d1e6d7}
        .listScheme_content_title div{float: left; width: 250px; padding-left: 40px; height: 42px; line-height: 42px; background: #1b8139; color: #fff; font-size: 18px; font-weight: bold}
        .listScheme_content_title a{float: right; margin: 15px 40px 0 0; width: 16px; height: 16px; background: url(/skin/images/more.png) no-repeat}
        .listScheme_content_title a:hover{background-position: -96px 0}
        .listScheme_content_main{padding: 0 40px 50px; width: 1088px; overflow: hidden}
        .listScheme_content_main li{float: left; width: 20%; margin: 35px 1% 0 0; height: 351px; border: 1px solid #d1e6d7; position: relative;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }
        .listScheme_content_main a{display: block; width: 100%; height: 100%;}
        .listScheme_content_main li:hover{
            -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);

            -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
        }
        .listScheme_content_main img{width: 100%; height: 197px; position: absolute; top: 25px}
        .listScheme_content_main .content{text-align: center; width: 100%; color: #4d4d4d; position: absolute; top: 285px}
        .listScheme_content_main .title{font-size: 18px; font-weight: bold}
        .listScheme_content_main .subTitle{font-size: 14px; margin-top: 10px}
       /* .listScheme_content_main .desc{
            display: none; position: absolute; bottom: 0;
         height: 85px; padding: 15px 15px 0; background: #1b8139; 
         filter: alpha(opacity=90); opacity: 0.9; color: #fff; line-height: 1.8em;
          text-indent: 2em
      }*/
         .listScheme_content_main .desc{display: none; position: absolute; 
             bottom: 0;width: 100%; height: 120px;
             background: #1b8139; filter: alpha(opacity=90); opacity: 0.9; 
             color: #fff; line-height: 1.8em; text-indent: 2em;font-size: 12px;
         }
        .listScheme_content_main .desc p{
            margin: 0;
            padding: 0; padding: 15px 20px;
            font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
        }
        .listScheme_content_main .top{top: 25px}
        .listScheme_content_main .bottom{top: 130px}
        .listScheme_cases{padding: 30px 40px 40px; background: #f0f0f0}
        .listScheme_cases .title{font-size: 18px; color: #1b8139; font-weight: bold}
        .listScheme_cases ul{margin-top: 20px; width: 1101px}
        .listScheme_cases li{width: 335px; height: 185px; float: left; border: 1px solid #c6d2e1; position: relative; margin-right: 30px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }
        .listScheme_cases li:hover{
             -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
            -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
        }
        .listScheme_cases li img{width: 335px; height: 185px}
        .listScheme_cases li div{position: absolute; bottom: 0; width: 100%; height: 35px; line-height: 35px; text-align: center; background: #1b8139; filter: alpha(opacity=90); opacity: 0.9; color: #fff; font-size: 16px}
        .l_c_m_first .listScheme_content_main{width: 1094px}
        .l_c_m_first .listScheme_content_main li{float: left; width: 520px; margin: 35px 25px 0 0; height: 350px; border: 1px solid #d1e6d7; position: relative}
        .l_c_m_first .listScheme_content_main img{width: 520px; height: 350px; position: static;}
        .l_c_m_first .listScheme_content_main .content{text-align: center; width: 200px; color: #fff; position: absolute; top: 290px; letter-spacing: 1px}
        .l_c_m_first .listScheme_content_main .title{font-size: 18px; font-weight: bold}
        .l_c_m_first .listScheme_content_main .subTitle{font-size: 14px; margin-top: 10px}

    
    /*解决方案文章页*/
        .articleScheme .menuBox{border-top: 1px solid #c9decf}
        .articleScheme dt,
        .articleScheme dd{border: 1px solid #d1e8d7; color: #1d913b; border-top: 0}
        .articleScheme dt a,
        .articleScheme dd a{ color: #1d913b;}
        .articleScheme .menu_0 dt span{background: url(/skin/images/scheme_menu0.png) no-repeat center}
        .articleScheme .menu_1 dt span{background: url(/skin/images/scheme_menu1.png) no-repeat center}
        .articleScheme .menu_2 dt span{background: url(/skin/images/scheme_menu2.png) no-repeat center}
        .articleScheme .menu_3 dt span{background: url(/skin/images/scheme_menu3.png) no-repeat center}
       
        .articleScheme .menu_0 dt.current,
        .articleScheme .menu_1 dt.current,
        .articleScheme .menu_2 dt.current,
        .articleScheme .menu_3 dt.current{color: #fff; border-color: #1d913b; background: #1d913b url(/skin/images/menu_current.png) no-repeat right}
        
        .articleScheme .menu_0 dt.current span{background: url(/skin/images/scheme_menu00.png) no-repeat center}
        .articleScheme .menu_1 dt.current span{background: url(/skin/images/scheme_menu11.png) no-repeat center}
        .articleScheme .menu_2 dt.current span{background: url(/skin/images/scheme_menu22.png) no-repeat center}
        .articleScheme .menu_3 dt.current span{background: url(/skin/images/scheme_menu33.png) no-repeat center}
        .articleScheme dd.current{color: #fff; border-color: #1d913b; background: #1d913b url(/skin/images/menu_current.png) no-repeat right}
        .articleScheme dd.current:hover{background-color: #1d913b}
        .articleScheme .contentBox_title{margin-top: 20px}
        .articleScheme .contentBox_title .left{float: left; font-size: 20px; font-weight: bold; }
        .articleScheme .contentBox_title .left a{color: #1d913b}
        .articleScheme .contentBox_title .left a:hover{color: #1854a5;}
        .articleScheme .contentBox_title .share{float: right}
        .articleScheme .ad{margin-top: 20px}
        .articleScheme .ad img{width: 100%; height: 420px}
        .articleScheme .editBox{margin-top: 30px}


    /*应用及案例列表页*/
        .listCases .menuBox{border-top: 1px solid #f6e0da}
        .listCases dt,
        .listCases dd{border: 1px solid #f6e0da; color: #d36348; border-top: 0}
        .listCases dt a,
        .listCases dd a{ color: #d36348;}
        .listCases .menu_1 dt span{background: url(/skin/images/cases_menu1.png) no-repeat center}
        .listCases .menu_2 dt span{background: url(/skin/images/cases_menu2.png) no-repeat center}
        .listCases .menu_1 dt.current,
        .listCases .menu_2 dt.current{color: #fff; border-color: #d36348; background: #d36348 url(/skin/images/menu_current.png) no-repeat right}
        .listCases .menu_1 dt.current span{background: url(/skin/images/cases_menu11.png) no-repeat center}
        .listCases .menu_2 dt.current span{background: url(/skin/images/cases_menu22.png) no-repeat center}
        .listCases dd.current{color: #fff; border-color: #d36348; background: #d36348 url(/skin/images/menu_current.png) no-repeat right}
        .listCases dd.current:hover{background-color: #d36348}
        .listCases .contentBox_title{margin-top: 20px}
        .listCases .contentBox_title .left{float: left; font-size: 20px; font-weight: bold; color: #d36348}
        .listCases .contentBox_title .left a{color: #d36348}
        .listCases .contentBox_title .left a:hover{color: #1854a5}
        .listCases .contentBox_title .share{float: right}
        .listCases .contentBox_content{margin-top: 30px}
        .listCases .contentBox_content .title{font-size: 18px; color: #d36348; font-weight: bold; padding-left: 30px; background: url(/skin/images/cases_titlebg.png) no-repeat left}
        .listCases .contentBox_content ul{width: 100%; margin-top: 15px; padding-left: 10px}
        .listCases .contentBox_content li{float: left; width: 48%; height: 185px; border: 1px solid #f6e1dc; position: relative; margin: 0 1% 35px 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }
        .listCases .contentBox_content li:hover{
             -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
             box-shadow: 0 15px 30px rgba(0,0,0,0.1);
            -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
        }
        .listCases .contentBox_content li a{display: block; width: 100%; height: 185px;}
        .listCases .contentBox_content li img{width: 100%; height: 185px}
        .listCases .contentBox_content li div{position: absolute; bottom: 0; left: 0; height: 35px; line-height: 35px; width: 100%; filter: alpha(opacity=90); opacity: 0.9; background: #d36348; text-align: center; font-size: 16px; color: #fff;}


    /*应用及案例文章页*/
        .articleCases .ad{margin-top: 20px}
        .articleCases .ad img{width: 100%;}
        .articleCases .editBox{margin-top: 30px}

        .articleCases .bottom{margin-top: 10px}
        .articleCases .pageCut{float: left; font-weight: bold}
        .articleCases .pageCut a{color: #4d4d4d; font-weight: normal}
        .articleCases .pageCut a:hover{color: #1854a5}
        .articleCases .share{float: right;}

    
    /*应用及案例 总列表页*/
        .listCasesOfAll{position: relative; top: -40px; width: 1070px; padding: 35px 40px 50px; background: #fff; -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px 5px rgba(0,0,0,0.1);}
        .listCasesOfAll_title{text-align: center; font-size: 24px; color: #d36348; font-weight: bold}
        .listCasesOfAll_summary{margin-top: 25px; font-size: 14px; color: #4d4d4d; line-height: 1.5em; text-indent: 2em}
        .listCasesOfAll_content{margin-top: 35px}
        .listCasesOfAll_content .title{text-align: center; font-size: 0}
        .listCasesOfAll_content .title li{display: inline-block; width: 290px; height: 42px; line-height: 42px; text-align: center; font-size: 18px; color: #d36348; font-weight: bold; border: 1px solid #f6e0da; cursor: pointer}
        .listCasesOfAll_content .title li.current{background: #d36348; color: #fff; border-color: #d36348}
        .listCasesOfAll_content .lCAC_area{width: 1098px; padding-bottom: 50px;display:}
        .listCasesOfAll_content .lCAC_area .more{float: right;width: 16px;height: 16px;background: url(/skin/images/more.png) no-repeat;margin-right: 30px;margin-top: 40px;margin-bottom: 10px}
        .listCasesOfAll_content .lCAC_area .more:hover{background-position: -16px 0;}
        .listCasesOfAll_content .lCAC_area li{float: left; 
        width: 335px; height: 185px;
        border: 1px solid #f6e1dc;
           position: relative;
           margin: 0 29px 80px 0;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
        }
        .listCasesOfAll_content .lCAC_area li:hover{
            -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
             box-shadow: 0 15px 30px rgba(0,0,0,0.1);
            -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
        }
        .listCasesOfAll_content .lCAC_area li a{/*display: none;*/ width: 335px; height: 185px}
        .listCasesOfAll_content .lCAC_area li img{width: 335px; height: 185px}
        .listCasesOfAll_content .lCAC_area li div{position: absolute; bottom: 0; left: 0; height: 35px; line-height: 35px; width: 100%; filter: alpha(opacity=90); opacity: 0.9; background: #d36348; text-align: center; font-size: 16px; color: #fff;}

        .listCasesOfAll_content .lCAC_case{display: none; width: 1096px}
        .listCasesOfAll_content .lCAC_case .more{float: right;width: 16px;height: 16px;background: url(/skin/images/more.png) no-repeat;margin-right: 28px;margin-top: 40px;margin-bottom: 10px}
        .listCasesOfAll_content .lCAC_case .more:hover{background-position: -16px 0;}
        .listCasesOfAll_content .lCAC_case li{float: left; width: 520px; height: 295px; border: 1px solid #f6e0da; position: relative; margin: 0 26px 40px 0;
            -webkit-transition: all 0.3s linear;
              -moz-transition: all 0.3s linear;
              -o-transition: all 0.3s linear;
              transition: all 0.3s linear;
        }
        .listCasesOfAll_content .lCAC_case li:hover{
            
            -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
             box-shadow: 0 15px 30px rgba(0,0,0,0.1);

            -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
        }
        .listCasesOfAll_content .lCAC_case li a{display: block; width: 520px; height: 295px}
        .listCasesOfAll_content .lCAC_case li img{width: 520px; height: 295px}
        .listCasesOfAll_content .lCAC_case li div{position: absolute; top: 130px; left: 35px; font-size: 24px; color: #fff; font-weight: bold}


    /*关于我们*/
        .indexAboutUs .menuBox{border-top: 1px solid #eddcbe}
        .indexAboutUs dt,
        .indexAboutUs dd{border: 1px solid #eddcbe; color: #e49d23; border-top: 0}
        .indexAboutUs dt a,
        .indexAboutUs dd a{ color: #e49d23;}
        .indexAboutUs .menu_1 dt span{background: url(/skin/images/indexaboutus_menu1.png) no-repeat center}
        .indexAboutUs .menu_2 dt span{background: url(/skin/images/indexaboutus_menu2.png) no-repeat center}
        .indexAboutUs .menu_3 dt span{background: url(/skin/images/indexaboutus_menu3.png) no-repeat center}
        .indexAboutUs .menu_4 dt span{background: url(/skin/images/indexaboutus_menu4.png) no-repeat center}
        .indexAboutUs .menu_5 dt span{background: url(/skin/images/indexaboutus_menu5.png) no-repeat center}
        .indexAboutUs .menu_1 dt.current,
        .indexAboutUs .menu_2 dt.current,
        .indexAboutUs .menu_3 dt.current,
        .indexAboutUs .menu_4 dt.current,
        .indexAboutUs .menu_5 dt.current{color: #fff; border-color: #e49d23; background: #e49d23 url(/skin/images/menu_current.png) no-repeat right}
        .indexAboutUs .menu_1 dt.current span{background: url(/skin/images/indexaboutus_menu11.png) no-repeat center}
        .indexAboutUs .menu_2 dt.current span{background: url(/skin/images/indexaboutus_menu22.png) no-repeat center}
        .indexAboutUs .menu_3 dt.current span{background: url(/skin/images/indexaboutus_menu33.png) no-repeat center}
        .indexAboutUs .menu_4 dt.current span{background: url(/skin/images/indexaboutus_menu44.png) no-repeat center}
        .indexAboutUs .menu_5 dt.current span{background: url(/skin/images/indexaboutus_menu55.png) no-repeat center}
        .indexAboutUs dd.current{color: #fff; border-color: #e49d23; background: #e49d23 url(/skin/images/menu_current.png) no-repeat right}
        .indexAboutUs dd.current:hover{background-color: #e49d23}
        .indexAboutUs .title{font-size: 24px; font-weight: bold}
        .indexAboutUs .title a{color: #e49d23; }
        .indexAboutUs .title a:hover{color: #1854a5; }
            /*公司简介*/
            .indexAboutUs_gsjj{margin-top: 15px; padding-bottom: 40px}
            .indexAboutUs_gsjj .ad{margin-top: 40px}
            .indexAboutUs_gsjj .ad img{width: 100%; height: 490px}
            .indexAboutUs_gsjj .subTitle{padding-left: 30px; height: 20px; line-height: 20px; font-size: 18px; color: #e49d23; font-weight: bold; background: url(/skin/images/aboutus_titlebg.png) no-repeat left}
            .indexAboutUs_gsjj .summary{margin-top: 50px}
            .indexAboutUs_gsjj .summary .editBox{margin-top: 15px; line-height: 1.8em}
            .indexAboutUs_gsjj .patent{margin-top: 35px; position: relative}
            .indexAboutUs_gsjj .patent ul{width: 768px}
            .indexAboutUs_gsjj .patent li{float: left; width: 163px; height: 230px; margin: 25px 29px 0 0}
            .indexAboutUs_gsjj .patent li img{width: 163px; height: 230px}
            .indexAboutUs_gsjj .patent .onOff{position: absolute; bottom: -30px; right: 0; width: 13px; height: 14px; background: url(/skin/images/onoff.png) no-repeat; cursor: pointer}

            /*合作伙伴*/
            .indexAboutUs_hzhb{margin-top: 15px; padding-bottom: 40px}
            .indexAboutUs_hzhb .content{margin-top: 40px}
            .indexAboutUs_hzhb .content li{float: left; width: 121px; height: 121px; line-height: 121px; text-align: center; border: 1px solid #f6dbb0; overflow: hidden;margin-left:-1px;margin-top:-1px;}
            .indexAboutUs_hzhb .content img{display: inline-block; vertical-align: middle;width:121px;height:auto;}
            .indexAboutUs_hzhb .paging{margin-top: 35px}

            /*常见问题*/
            .indexAboutUs_cjwt{ margin-top: 20px}
            .indexAboutUs_cjwt .tabTitle{margin-top: 40px; width: 740px; border-right: 1px solid #faebd3}
            .indexAboutUs_cjwt .tabTitle li{float: left; font-size: 16px; color: #e49d23; width: 184px; height: 33px; line-height: 33px; text-align: center; border: 1px solid #faebd3; border-right: 0; cursor: pointer}
            .indexAboutUs_cjwt .tabTitle li.current{color: #fff; font-weight: bold; border-color: #e49d23; background: #e49d23}
            .indexAboutUs_cjwt .tabTitle li a{color: #e49d23; letter-spacing: 2px }
            .indexAboutUs_cjwt .tabTitle li.current a{color: #fff}
            .indexAboutUs_cjwt .tabContent{margin-top: 50px; color: #505050}
            .indexAboutUs_cjwt .tabContent .tabContent_title{
                padding-left: 17px; 
                height: 33px; 
                line-height: 33px;
                 background: #f5f5f5; 
                font-size: 14px; 
                font-weight: bold; 
                border-left: 15px solid #e49d23;
                letter-spacing: 1px;
            }
            .indexAboutUs_cjwt .tabContent .tabContent_content{padding: 0 34px 15px; margin-top: 20px; line-height: 1.8em; text-indent: 2em; text-align: justify;}
            .indexAboutUs_cjwt .tabContent2,
            .indexAboutUs_cjwt .tabContent3,
            .indexAboutUs_cjwt .tabContent4{display: none}

            /*下载中心*/
            .indexAboutUs_xzzx{ margin-top: 20px}
            .indexAboutUs_xzzx .tabTitle{margin-top: 40px; width: 740px; border-right: 1px solid #faebd3}
            .indexAboutUs_xzzx .tabTitle li{float: left; font-size: 16px; color: #e49d23; width: 184px; height: 33px; line-height: 33px; text-align: center; border: 1px solid #faebd3; border-right: 0; cursor: pointer}
            .indexAboutUs_xzzx .tabTitle li a{color: #e49d23; letter-spacing: 2px }
            .indexAboutUs_xzzx .tabTitle li.current{color: #fff; font-weight: bold; border-color: #e49d23; background: #e49d23}
            .indexAboutUs_xzzx .tabTitle li.current a{color: #fff; }
            .indexAboutUs_xzzx .tabContent{margin-top: 50px; color: #505050}
            .indexAboutUs_xzzx .tabContent .tabContent_title{
                padding-left: 17px; 
                height: 33px; 
                line-height: 33px;
                 background: #f5f5f5; 
                font-size: 14px; 
                font-weight: bold; 
                border-left: 15px solid #e49d23;
                letter-spacing: 1px;
            }
            .indexAboutUs_xzzx .tabContent .tabContent_title:hover .dn{background-position: -20px 0}
            .dn{float: right; margin: 7px 22px 0 0; width: 20px; height: 20px; background: url(/skin/images/dn.png) no-repeat}
            .dn:hover{background-position: -20px 0}
            .indexAboutUs_xzzx .tabContent .tabContent_content{padding: 0 34px 15px;
             margin-top: 20px; 
             line-height: 1.8em;
              text-indent: normal; 
              color: #606060;
              text-align: justify;
          }
            .indexAboutUs_xzzx .tabContent2,
            .indexAboutUs_xzzx .tabContent3,
            .indexAboutUs_xzzx .tabContent4{display: none}

            /*联系我们*/
            .indexAboutUs_lxwm{ margin-top: 20px; padding-bottom: 80px}
            #map{margin-top: 35px; width: 742px; height: 490px; border: #ccc solid 1px; font-size: 12px}
            .editBox{margin-top: 30px; line-height: 2em;/*text-align: justify;*//*letter-spacing: 2px*/}
            /*连接颜色总体控制*/
            .innerContainer .listNews {}
            
            .indexAboutUs .title{ color: #e49d23}
            .articleScheme .contentBox_title .left{ color: #1d913b}
            .articleProducts .contentBox .title .left{color:#1854a5 }

.contentBox{
	font-size:14px;
	line-height:20px!important;
}

.editBox img{
	width:100%!important;
	height:auto!important;
}

/*手机端*/
@media screen and (max-width: 767px){
	.wrap{width: 100%;}
	.leftimg{width:33.33%;}
	.midimg{width:33.33%;}
	.rightimg{width:33.33%;}	
    .fiveBlock_2 img{width: 100%; height: 200px}
    .fiveBlock_3 img{width: 50%; height: 200px;float:left;}
    .fiveBlock_4 img{width: 50%; height: 200px;float:left;}
    .fiveBlock_5 img{width: 350px; height: 400px}
@charset "UTF-8";

/*** 初始化*/
    body{font: 12px/1.5em "微软雅黑"; background: #f0f0f0}
    a:hover{color: #1854a5}
    /*块元素内外边距*/
    html, body, div, p, ul, li, dl, dt, dd{margin: 0; padding: 0}
    /*超链接标签文本修饰*/
    a{text-decoration: none}
    /*图片边框*/
    img{border: 0}
    /*列表项目符号*/
    ul, li{list-style: none}


/*** 自定义类*/
    /*最大包裹，用于控制内容宽度和页面内居中*/
    .wrap{width: 1150px; margin: 0 auto}
    /*清除浮动*/
    .clearfix:after{content: "."; display: block; height: 0; clear: both; visibility: hidden}
    .clearfix{zoom: 1}/*IE兼容专用*/
    .clear{clear: both}
    /*盒子阴影*/
    .boxShadow{box-shadow: 0 0 10px #ccc}
    .boxShadow2{
        /*css3上浮*/
        -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }


/*分页*/
    .paging{min-width: 200px; height: auto; margin: 20px auto 0; clear: both; text-align: right;}
    .paging ul,
    .paging li{display: inline-block; *display: inline; zoom: 1}
    .paging ul{width: auto; height: 100%; font-size: 0; background: #fff; padding: 0 12px}
    .paging li{ font-size: 12px}
    .paging li a{display: inline-block;*display: inline;*zoom:1;
         color: #666;
         padding: 4px 7px; margin: 0 3px; 
        font-family: Arial, Helvetica, sans-serif;

    }
    .paging li a:hover{color: #1854a5}
    .paging li.paging_current a{ color: #1854a5;border:1px solid #eee;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }
    .paging li.paging_prev a,
    .paging li.paging_next a{background: none}
    .paging li.total a{

        border:1px solid #eee;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;

    }


/*** 头部 */
    .header{padding-top: 9px; background: #fff; position: relative; z-index: 9}
    .header_subNavBg{display: none; position: absolute; top: 132px; left: 0; width: 100%; height: 100%; background: #f8f8f8; filter: alpha(opacity=80); opacity: 0.8; border-radius: 0 0 5px 5px}

    /*logo*/
    .header_logo{float: left; padding-top: 50px;}
    .header_logo a,
    .header_logo img{display: block; width: 240px; height: 37px}

    /*一级导航*/
    .header_nav{float: right; padding-top: 50px}
    .header_nav_li{float: left; padding: 0 20px; background: url(/skin/images/header_nav_li_bg.png) no-repeat right top; position: relative}
    .header_nav_li_a{font-size: 16px; color: #4b4b4b; display: block; padding: 5px 0 48px; border-bottom: 2px solid #fff}
    .header_nav_li_a:hover,
    .header_nav_li .current{color: #1854a5; border-color: #1854a5}
    .header_nav >li:last-child{ background: none }
    /*二级导航*/
    .header_subNav{display: none; position: absolute; top: 73px; left: 50%; padding-top: 21px; z-index: 9}
    .header_subNav li{float: left; padding: 0 35px}
    .header_subNav a{
	  display: block; width: 90px; height: 30px; text-align: center; padding-top: 60px; color: #1854a5;
      -webkit-transition: color 0.3s linear;
      -moz-transition: color 0.3s linear;
      -o-transition: color 0.3s linear;
      transition: color 0.3s linear;
    }
        /*新闻*/
        .header_nav_news .header_subNav_a1{background: url(/skin/images/subnavnews.png) no-repeat 0 0}
        .header_nav_news .header_subNav_a2{background: url(/skin/images/subnavnews.png) no-repeat -90px 0}
        .header_nav_news .header_subNav_a3{background: url(/skin/images/subnavnews.png) no-repeat -180px 0}
        .header_nav_news .header_subNav_a1:hover{color: #fff; background: url(/skin/images/subnavnews.png) no-repeat 0 -90px}
        .header_nav_news .header_subNav_a2:hover{color: #fff; background: url(/skin/images/subnavnews.png) no-repeat -90px -90px}
        .header_nav_news .header_subNav_a3:hover{color: #fff; background: url(/skin/images/subnavnews.png) no-repeat -180px -90px}
        /*产品*/
        .header_nav_products .header_subNav_a1{background: url(/skin/images/subnavproducts.png) no-repeat 0 0}
        .header_nav_products .header_subNav_a2{background: url(/skin/images/subnavproducts.png) no-repeat -90px 0}
        .header_nav_products .header_subNav_a3{background: url(/skin/images/subnavproducts.png) no-repeat -180px 0}
        .header_nav_products .header_subNav_a4{background: url(/skin/images/subnavproducts.png) no-repeat -270px 0}
        .header_nav_products .header_subNav_a1:hover{color: #fff; background: url(/skin/images/subnavproducts.png) no-repeat 0 -90px}
        .header_nav_products .header_subNav_a2:hover{color: #fff; background: url(/skin/images/subnavproducts.png) no-repeat -90px -90px}
        .header_nav_products .header_subNav_a3:hover{color: #fff; background: url(/skin/images/subnavproducts.png) no-repeat -180px -90px}
        .header_nav_products .header_subNav_a4:hover{color: #fff; background: url(/skin/images/subnavproducts.png) no-repeat -270px -90px}
        /*解决方案*/
        .bgimg80{background: url(/skin/images/subnavslotion.png) no-repeat 0 0}
        .bgimg81{background: url(/skin/images/subnavslotion.png) no-repeat -90px 0}
        .bgimg80:hover{color: #fff; background: url(/skin/images/subnavslotion.png) no-repeat 0 -90px}
        .bgimg81:hover{color: #fff; background: url(/skin/images/subnavslotion.png) no-repeat -90px -90px}
        /*应用及案例*/
        .bgimg83{background: url(/skin/images/subnavcases.png) no-repeat 0 0}
        .bgimg84{background: url(/skin/images/subnavcases.png) no-repeat -90px 0}
        .bgimg83:hover{color: #fff; background: url(/skin/images/subnavcases.png) no-repeat 0 -90px}
        .bgimg84:hover{color: #fff; background: url(/skin/images/subnavcases.png) no-repeat -90px -90px}
        /*关于我们*/
        .bgimg89{background: url(/skin/images/subnavabout.png) no-repeat 0 0}
        .bgimg90{background: url(/skin/images/subnavabout.png) no-repeat -90px 0}
        .bgimg89:hover{color: #fff; background: url(/skin/images/subnavabout.png) no-repeat 0 -90px}
        .bgimg90:hover{color: #fff; background: url(/skin/images/subnavabout.png) no-repeat -90px -90px}
        /*学商实验室*/
        .bgimg86{background: url(/skin/images/subnavsys.png) no-repeat 0 0}
        .bgimg87{background: url(/skin/images/subnavsys.png) no-repeat -90px 0}
        .bgimg86:hover{color: #fff; background: url(/skin/images/subnavsys.png) no-repeat 0 -90px}
        .bgimg87:hover{color: #fff; background: url(/skin/images/subnavsys.png) no-repeat -90px -90px}


/*** 底部
*/
    .footer{padding-bottom: 50px; background: #f0f0f0}
    .footer_b1{padding: 25px 0; background: #f5f5f5}
    .footer_b1 .footer_menu{width: 729px; float: left; overflow: hidden}
    .footer_b1 dl{float: left; margin-right: 50px; text-align: center;}
    .footer_b1 dl a{color: #333}
    .footer_b1 dl a:hover{color: #1854a5}
    .footer_b1 dt{font-size: 14px; color: #333; font-weight: bold}
    .footer_b1 dd{margin-top: 10px}
    .footer_b1 .attentionUs{float: left; text-align: right; padding-right: 22px; border-right: 1px solid #dedede}
    .footer_b1 .attentionUs .title{float: right; padding-left: 20px; font-size: 14px; color: #4d4d4d; font-weight: bold; background: url(/skin/images/attention.png) no-repeat left}
    .footer_b1 .attentionUs .content{clear: both; float: right; margin-top: 20px}
    .footer_b1 .attentionUs .footer_wx{display: inline-block; width: 32px; height: 27px; background: url(/skin/images/footer_wx.png) no-repeat; position: relative}
    .footer_b1 .attentionUs .footer_wx div{display: none; position: absolute; top: -170px; left: -60px; width: 151px; height: 150px; padding-bottom: 10px; background: url(/skin/images/footer_wxhover.png) no-repeat center bottom}
    .footer_b1 .attentionUs .footer_wx div img{width: 131px; height: 130px; padding: 10px; background: #fff; -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);}
    .footer_b1 .attentionUs .footer_wb{display: inline-block; margin-left: 20px; width: 33px; height: 27px; background: url(/skin/images/footer_wb.png) no-repeat}
    .footer_b1 .attentionUs .footer_mty{display: inline-block; margin-left: 20px; width: 26px; height: 28px; background: url(/skin/images/footer_mty.png) no-repeat}
    .footer_b1 .attentionUs .footer_by{display: inline-block; margin-left: 20px; width: 26px; height: 27px; background: url(/skin/images/footer_by.png) no-repeat}
    .footer_b1 .serveLine{float: right; padding-left: 20px; width: 175px}
    .footer_b1 .serveLine .title{float: right; padding-left: 20px; font-size: 14px; color: #505050; font-weight: bold; background: url(/skin/images/serveline.png) no-repeat left}
    .footer_b1 .serveLine .phoneNum{float: right; margin-top: 10px; font-size: 22px; color: #ed6d1f; font-weight: bold}
    .footer_b1 .serveLine .time{float: right; margin-top: 8px; font-size: 12px; color: #505050}
    .footer_b2{height: 44px; line-height: 44px; background: #f0f0f0; border-bottom: 1px solid #e8e8e8; font-size: 12px; color: #4d4d4d}
    .footer_b2 .copyRight{float: left; width: 370px}
    .footer_b2 .email{float: left; width: 270px}
    .footer_b2 .address{float: right}
    .footer_b2 .tongji{display: none;}

    .footer_b3{background: #f0f0f0; border-bottom: 1px solid #e8e8e8; padding: 10px 0; font-size: 12px; color: #969696}
    .footer_b3 .wrap{position: relative}
    .footer_b3 a{color: #969696}
    .footer_b3 a:hover{color: #1854a5}
    .footer_b3 .title{float: left; width: 70px}
    .footer_b3 ul{float: left; width: 1050px}
    .footer_b3 li{float: left; margin: 0 0 5px 14px}
    .footer_b3 .onOff{position: absolute; bottom: 0; right: 0; width: 13px; height: 14px; background: url(/skin/images/onoff.png) no-repeat; cursor: pointer}



/*** 首页banner
 */
    .indexBanner{border-top: 1px solid #e0e0e0; width: 100%; /*height: 504px;*/ overflow: hidden; position: relative; top: -1px}
    .indexBanner .banner{width: 100%;/*height: 504px;*/ /*position: absolute; left: 50%; margin-left: -800px*/}
    /*焦点按钮*/
    .indexBanner .hd{position: absolute; right: 14%; top: 23px; z-index: 1}
    .indexBanner .hd ul{overflow: hidden; zoom: 1; float: left}
    .indexBanner .hd ul li{float: left; margin-right: 10px; width: 10px; height: 10px; background: url(/skin/images/indexbannerfocusbtn.png) no-repeat; cursor: pointer}
    .indexBanner .hd ul li.on{background-position: -10px 0}
    /*幻灯区*/
    .indexBanner .bd{position: relative; height: 100%; z-index: 0}
    .indexBanner .bd li{zoom: 1; vertical-align: middle; font-size: 0}
    .indexBanner .bd img{width:100%; /*height: 504px; */vertical-align: top;}
    /*前后按钮*/
    .indexBanner .prev,
    .indexBanner .next{position: absolute; left: 10%; top: 50%; margin-top: -25px; display: block; width: 50px; height: 50px; background: url(/skin/images/indexbannerbtn.png) no-repeat; filter: alpha(opacity=60); opacity: 0.6}
    .indexBanner .next{left: auto; right: 10%; background-position: -50px 0}
    .indexBanner .prev:hover,
    .indexBanner .next:hover{filter: alpha(opacity=100); opacity: 1}



/*** 内页banner
*/
    .innerBanner{width: 100%; height: 248px; overflow: hidden; position: relative}
    .innerBanner .banner{width: 1600px; height: 248px; position: absolute; left: 50%; margin-left: -800px}
    .innerBanner img{width: 1600px; height: 248px}



/*** 首页内容
*/
    /*热点新闻*/
    .hotNews{height: 49px; line-height: 49px; background: #fff}
    .hotNews .title{float: left; padding: 0 20px 0 10px; font-size: 14px; color: #1854a5; font-weight: bold; background: url(/skin/images/hotnews_tbg.png) no-repeat right}
    .hotNews .content{float: left; height: 100%; width: 1064px; overflow: hidden; position: relative}
    .hotNews .hd{position: absolute; right: 0; top: 16px}
    .hotNews .hd .prev,
    .hotNews .hd .next{display: block; width: 17px; height: 17px; float: left; margin-left: 5px; background: url(/skin/images/hotnews_bbg.png) no-repeat; filter: alpha(opacity=60); opacity: 0.6; cursor: pointer}
    .hotNews .hd .next{ background-position: -17px 0}
    .hotNews .hd a:hover{filter: alpha(opacity=100); opacity: 1}
    .hotNews .bd{padding: 16px 0 0 20px; width: 1004px}
    .hotNews .bd li{overflow: hidden; height: 17px; line-height: 17px}
    .hotNews .bd a{float: left; font-size: 14px; color: #4b4b4b; letter-spacing: 1px;}
    .hotNews .bd a:hover{color: #1854a5}
    .hotNews .bd .date{float: left; margin-left: 15px; color: #787878}


    /*5块*/
    .fiveBlock{height: 400px; padding: 80px 0 81px 0; background: #f0f0f0}
    .fiveBlock .wrap{position: relative}
    .fiveBlock a{
		float: left;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
	/*20210803*/
	.leftimg, .midimg, .rightimg {float:left;}
	.leftimg{width:400px;}
	.midimg{width:400px;}
	.rightimg{width:350px;}	
	.fiveBlock_2{height:200px;overflow:hidden;}
	.fiveBlock_3, .fiveBlock_4{height:200px;overflow:hidden;}
	.fiveBlock_5{height:400px;overflow:hidden;}
	.fiveBlock_3, .fiveBlock_4{float:left;}
    .fiveBlock_1, .fiveBlock_1 img{width: 400px; height: 400px}
    .fiveBlock_2 img{width: 400px; height: 200px}
    .fiveBlock_3 img{width: 200px; height: 200px}
    .fiveBlock_4 img{width: 200px; height: 200px}
    .fiveBlock_5 img{width: 350px; height: 400px}
    .fiveBlock a:hover{z-index: 9;
        -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
        box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }


    /*tab栏*/
    .tabBox{background: #fff}
    .tabBox .titleBox{height: 51px; border-bottom: 1px solid #9BD4E7}
    .tabBox .titleBox .wrap{position: relative}
    .tabBox .titleBox ul{height: 52px; line-height: 52px; position: absolute}
    .tabBox .titleBox li{float: left}
    .tabBox .titleBox a{display: block; width: 575px; text-align: center; font-size: 18px; color: #646464}
    .tabBox .titleBox a:hover{/*color: #1854a5*/}
    .tabBox .titleBox .current{font-size: 20px; color: #fff; text-shadow: 0 0 5px rgba(0,0,0,0.8); background: url(/skin/images/tabbox_tbg.png) no-repeat;font-weight: 700;letter-spacing: 2px}
    .tabBox .titleBox .current:hover{color: #fff}
    .tabBox .content_1{/*margin-top: 35px; padding-bottom: 44px;*/ border-bottom: 1px solid #9BD4E7}
    .tabBox .content_1 li{
        float: left; 
        width: 230px; 
        height: 260px;
        overflow: hidden;
        padding: 45px 0 90px;
        text-align: center;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
    }
    .tabBox .content_1 li p{margin: 0; padding: 0}
    .tabBox .content_1 li img{width: 101px; height: 101px}
    .tabBox .content_1 li:hover{

        -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        box-shadow: 0 15px 30px 

        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    .tabBox .content_1 div{font-size: 16px; color: #333; /*margin-top: 25px*/}
    .tabBox .content_1 p{font-size: 12px; color: #999; line-height: 2em; margin-top: 25px}
    .tabBox .content_2{display: none; /*margin-top: 22px; padding-bottom: 50px;*/ border-bottom: 1px solid #A1E2CC}
    .tabBox .content_2 .more{float: right; width: 16px; height: 16px; background: url(/skin/images/more.png) no-repeat}
    .tabBox .content_2 .more:hover{background-position: -48px 0}
    .tabBox .content_2 .content{margin-top: 10px; border: 1px solid #c4eddf; border-bottom: 0; height: 331px}
    .tabBox .content_2 .content .img{position: relative; width: 584px; height: 331px; float: left;}
    .tabBox .content_2 .content .img img{width: 584px; height: 331px; border-bottom: 1px solid #c4eddf; border-right: 1px solid #678f7b; }
    .tabBox .content_2 .content .img a{display: block; width: 100%; height: 100%; position: absolute;left: 0;top: 0}
    .tabBox .content_2 .content .img a:first-child{display: block;}
    .tabBox .content_2 .content ul{float: left; width: 563px; height: 330px; border-bottom: 1px solid #c4eddf}
    
    .tabBox .content_2 .content li a{
        display: block; 
        height: 82px; 
        overflow: hidden;
        /*padding: 16px 0 18px 35px;*/
        padding: 0 35px;
        border-bottom: 1px solid #c4eddf;
        background: #f5f5f5;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        letter-spacing: 1px
    }

    .tabBox .content_2 .content li a div{font-size: 16px; color: #505050; margin-top: 15px;}
    .tabBox .content_2 .content li a p{font-size: 14px; color: #969696; margin-top: 12px}
    .tabBox .content_2 .content li a.current p{font-size: 14px; color: #fff!important; margin-top: 12px}
    .tabBox .content_2 .content li a.current{
        background: #3ec496;
        color: #fff !important;
        /*shdow*/
        -moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
        box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
        filter: progid: DXImageTransform.Microsoft.Shadow(strength = 3, direction = 180, color = '#333333');
        -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 180, Color = '#333333')";
        /*end shdow*/
        -webkit-transform: translate3d(0, -3px, 0);
        transform: translate3d(0, -3px, 0);
    }
    .tabBox .content_2 .content li a.current div{
        color: #fff !important;
    }
    .tabBox .content_2 .content li a:hover div{color: #fff;}
    .tabBox .content_2 .content li a:hover p{color: #fff;}
    .tabBox .content_2 .content li:last-child a{border:none;height: 81px}
    /*.tabBox .content_2 .content li a:last-child{border:none;}*/
    .tabBox .content_3{display: none; /*padding-bottom: 45px;*/ border-bottom: 1px solid #F9E6A1}
    .tabBox .content_3 .more{float: right; width: 16px; height: 16px; /*margin-top: 23px;*/ background: url(/skin/images/more.png) no-repeat}
    .tabBox .content_3 .more:hover{background-position: -16px 0}
    .tabBox .content_3 ul{margin-top: 15px; width: 1191px}
    .tabBox .content_3 li{
        padding: 24px 27px 20px 27px;
        margin-right: 41px; 
        width: 300px; 
        border: 1px solid #f7e5be; 
        background: #f5f5f5;
         float: left;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }
    .tabBox .content_3 li img{width: 300px; height: 168px}
    .tabBox .content_3 li .content{/*height: 37px;*/font-size: 14px; font-weight: bold; margin-top: 15px;}
    .tabBox .content_3 li .content a{
        display: inline-block;*display: inline;zoom:1;
      color: #505050;
      width: 300px;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
}
    .tabBox .content_3 li .content a:hover{color: #1854a5;
      /*overflow:visible;
      white-space:normal;*/
    }
    .tabBox .content_3 li p{font-size: 12px; color: #969696; margin-top: 10px; line-height: 2em; height: 48px; overflow: hidden; text-align: justify; letter-spacing: 1px}
    .tabBox .content_3 li .link{margin-top: 20px; font-size: 12px; color: #969696}
    .tabBox .content_3 li .link a{font-size: 13px; color: #c3c3c3}
    .tabBox .content_3 li .link a:hover{color: #e6aa1e}
    .tabBox .content_3 li .link span{float: right}
    .tabBox .content_3 li:hover{
        -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        box-shadow: 0 15px 30px 

        -webkit-transform: translate3d(0, -3px, 0);
        transform: translate3d(0, -3px, 0);
    }
    .tabBox .content_3 li:hover a{
        /*overflow:visible;
      white-space:normal;
      */
    }

    .tabBox .content_4{display: none; border-bottom: 1px solid #E1A8E4}
    .tabBox .content_4 .title{font-size: 16px; color: #505050}
    .tabBox .content_4 .title span{font-size: 12px; color: #E1A8E4; margin-left: 5px}
    .tabBox .content_4 .title a{float: right; width: 16px; height: 16px; background: url(/skin/images/more.png) no-repeat}
    .tabBox .content_4 .title a:hover{background-position: -16px 0}
    .tabBox .content_4 .more{float: right; width: 16px; height: 16px; /*margin-top: 23px;*/ margin-bottom: 15px; background: url(/skin/images/more.png) no-repeat}
    .tabBox .content_4 .more:hover{background-position: -64px 0}
    .tabBox .content_4 .summary{float: left; padding-right: 33px; border-right: 1px solid #E1A8E4}
    .tabBox .content_4 .summary .content{margin-top: 10px; width: 300px; height: 262px; padding: 20px 27px; border: 1px solid #E1A8E4; background: #f8f8f8; overflow: hidden;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .tabBox .content_4 .summary .content:hover{
        cursor:pointer;
        
        -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px 

        -webkit-transform: translate3d(0, -3px, 0);
        transform: translate3d(0, -3px, 0);
    }

    .tabBox .content_4 .summary .content:hover a{color: #1854a5;}
    .tabBox .content_4 .summary img{width: 300px; height: 168px}
    .tabBox .content_4 .summary .content_title{margin-top: 20px; font-size: 16px; text-align: center}
    .tabBox .content_4 .summary .content_title a{color: #505050; letter-spacing: 2px}
    .tabBox .content_4 .summary p{margin-top: 10px; color: #969696; line-height: 2em}
    .tabBox .content_4 .news{float: left; width: 370px; padding: 0 33px; border-right: 1px solid #E1A8E4}
    .tabBox .content_4 .news ul{margin-top: 4px}
    .tabBox .content_4 .news li{padding: 0 5px 0 15px; height: 31px; line-height: 31px; background: url(/skin/images/ulbg.jpg) no-repeat 5px}
    .tabBox .content_4 .news li a{color: #6b6b6b;}
    .tabBox .content_4 .news li a:hover{color: #1854a5}
    .tabBox .content_4 .news li span{float: right}
    .tabBox .content_4 .ad{float: right; width: 295px}
    .tabBox .content_4 .ad a,
    .tabBox .content_4 .ad img{display: block; width: 295px; height: 110px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .tabBox .content_4 .ad a:hover{filter: alpha(opacity=80); opacity: 0.8}

    .tabBox .content_5{display: none; /*margin-top: 25px; padding-bottom: 45px;*/ border-bottom: 1px solid #F9ABB9}
    .tabBox .content_5 .more{float: right; width: 16px; height: 16px; background: url(/skin/images/more.png) no-repeat}
    .tabBox .content_5 .more:hover{background-position: -32px 0}
    .tabBox .content_5 ul{margin-top: 15px}
    .tabBox .content_5 li{float: left; width: 164px; height: 164px; line-height: 164px; text-align: center; overflow: hidden}
    .tabBox .content_5 img{display: inline-block; vertical-align: middle}

    .tabBox .content_1,
    .tabBox .content_2,
    .tabBox .content_3,
    .tabBox .content_4,
    .tabBox .content_5
    {

      /*height: 420px !important; */   
      /*margin-top: 25px; */
      /*padding-bottom: 45px;*/
      overflow: hidden;
      height: 450px;
      padding-top:50px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;

    }


/*** 内页内容
*/
    .innerContainer{padding-bottom: 20px}
    .innerContainer .menuBox{margin-top: 32px; width: 330px; float: left}
    .innerContainer .contentBox{position: relative; top: -40px; float: left; width: 740px; padding: 20px 40px; background: #fff;
        -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.1);
        box-shadow: 0 0 20px 5px rgba(0,0,0,0.1);
    }
    .innerContainer .menuBox dt{/*width: 330px;*/width:290px ; height: 80px; line-height: 80px;padding-left: 40px; font-size: 18px; background: #fff; letter-spacing:2px;
        /*-webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;*/
    }
    .innerContainer .menuBox dt span{display: inline-block;*display: inline;*zoom:1; width: 40px; height: 100%; margin-right: 35px; float: left;}
    
    .innerContainer .menuBox dd{width: 330px; height: 48px; line-height: 48px; text-align: center; cursor: pointer; font-size: 14px; background: #fff; letter-spacing:2px;
        /*-webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;*/
    }

    .innerContainer .menuBox dt a,
    .innerContainer .menuBox dd a{display: block; height: 100%}
    .innerContainer .menuBox dt a{padding-left: 30px;}
    /*.innerContainer .menuBox dt a:hover,
    .innerContainer .menuBox dd a:hover{color: #1854a5;}
    */
    .innerContainer .menuBox dt.current a,
    .innerContainer .menuBox dd.current a{color: #fff;}
    .innerContainer .menuBox dt.current a:hover,
    .innerContainer .menuBox dd.current a:hover{color: #fff;}

    .innerContainer .menuBox dd:hover{background-color: #eee}
    .innerContainer .menuBox .ad{margin-top: 100px}
    .innerContainer .menuBox .ad a{display: block; width: 330px; height: 124px;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
    }
    .innerContainer .menuBox .ad a:hover{filter: alpha(opacity=80); opacity: 0.8}
    .innerContainer .menuBox .ad img{width: 330px; height: 124px}
    .innerContainer .article_sharebtn{float: right}
    .innerContainer .article_sharebtn div{float: left; margin-left: 5px}
    .innerContainer .article_sharebtn div a{display: block; width: 25px; height: 25px; background: url(/skin/images/share.png) no-repeat}
    .innerContainer .article_sharebtn .tencentwb a{background-position: -31px 0}
    .innerContainer .article_sharebtn .qqzone a{background-position: -62px 0}

    /*新闻列表页*/
        /*左*/
        .listNews .menuBox{border-top: 1px solid #ded3eb;}
        .listNews dt,
        .listNews dd{border: 1px solid #ded3eb; color: #5b259c; border-top: 0}
        .listNews dt a,
        .listNews dd a{ color: #5b259c;}
        .listNews .menu_1 dt span{background: url(/skin/images/news_menu1.png) no-repeat center}
        .listNews .menu_2 dt span{background: url(/skin/images/news_menu2.png) no-repeat center}
        .listNews .menu_3 dt span{background: url(/skin/images/news_menu3.png) no-repeat center}
        .listNews .menu_1 dt.current,
        .listNews .menu_2 dt.current,
        .listNews .menu_3 dt.current{color: #fff; border-color: #5b259c; background: #5b259c url(/skin/images/menu_current.png) no-repeat right}
        .listNews .menu_1 dt.current span{background: url(/skin/images/news_menu11.png) no-repeat center}
        .listNews .menu_2 dt.current span{background: url(/skin/images/news_menu22.png) no-repeat center}
        .listNews .menu_3 dt.current span{background: url(/skin/images/news_menu33.png) no-repeat center}
        .listNews dd.current{color: #fff;font-weight: 700; border-color: #5b259c; background: #5b259c url(/skin/images/menu_current.png) no-repeat right;}
        /*右*/
        .listNews .contentBox .hot li{position: relative; margin-top: 30px; padding-bottom: 20px; border-bottom: 1px solid #eee9f5}
        .listNews .contentBox .hot li:first-child{margin-top: 15px;}
        .listNews .contentBox .hot li:hover a{color:  #5b259c}
        .listNews .contentBox .hot .title{font-size: 20px; font-weight: bold; }
        .listNews .contentBox .hot .title a{color: #4d4d4d; letter-spacing: 2px; font-weight: 700}
        .listNews .contentBox .hot .title a:hover{color: #5b259c}
        .listNews .contentBox .hot .time{
            position: absolute; 
            right: 0;
            margin-right: 20px;
             top: -13px;
            width: 45px; 
            height: 33px; 
            padding:18px 12px;
            line-height: 1.3em;
            background: #5b259c; 
            font-size: 16px; 
            font-weight: bold;
             color: #fff; 
            text-align: center;
            font-family:Microsoft yahei;
            word-break:break-all; /*支持IE，chrome，FF不支持*/
　　        word-wrap:break-word;/*支持IE，chrome，FF*/

        }
        .listNews .contentBox .hot img{margin-top: 20px; width: 741px; height: 300px}
        .listNews .contentBox .hot p{margin-top: 15px; font-size: 14px; color: #4d4d4d; line-height: 1.5em; height: 42px; overflow: hidden}
        .listNews .contentBox .hot .more{position: absolute; right: 0;margin-right: 20px; bottom: 20px; font-size: 13px; color: #5b259c;}
        .listNews .contentBox .hot .more:hover{color: #1854a5}

        .listNews .contentBox .lists li{padding-left: 38px; height: 49px; line-height: 49px; border-bottom: 1px solid #efeaf5; background: url(/skin/images/ulbg.jpg) no-repeat 19px}
        .listNews .contentBox .lists li:hover a{ color: #5b259c}
        .listNews .contentBox .lists a{font-size: 14px; color: #4d4d4d;}
        .listNews .contentBox .lists a:hover{color: #5b259c}
        .listNews .contentBox .lists span{float: right}


    /*新闻文章页*/
        /*右*/
        .articleNews .contentBox_title{font-size: 20px;  font-weight: bold; color:#444;margin-top: 15px; }
        .articleNews .contentBox_title a{color: #4d4d4d;}
        .articleNews .contentBox_title a:hover{color: #1854a5}
        .articleNews .contentBox_title .author{font-weight: normal; font-size: 12px; margin-left: 24px}
        .articleNews .contentBox_title .time{float: right; font-size: 14px; color: #5b259c}
        .articleNews .ad{margin-top: 20px}
        .articleNews .ad img{width: 100%; height: 420px}
        .articleNews .editBox{margin-top: 20px}
        .articleNews .bottom{margin-top: 10px}
        .articleNews .pageCut{float: left; font-weight: bold}
        .articleNews .pageCut a{color: #4d4d4d; font-weight: normal}
        .articleNews .pageCut a:hover{color: #1854a5}
        .articleNews .share{float: right;}

    
    /*产品列表页*/
        .listProducts{padding-bottom: 0; background: #fff; position: relative; top: -40px; -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px 5px rgba(0,0,0,0.1); overflow: hidden
}
        .listProducts_title{margin-top: 30px; text-align: center; font-size: 24px; color: #1854a5; font-weight: bold}
        .listProducts_summary{margin-top: 30px; padding: 0 40px; font-size: 14px; color: #4d4d4d; line-height: 2em; text-indent: 2em}
        .listProducts_content{margin-top: 30px}
        .listProducts_content_title{height: 42px; line-height: 42px; border-bottom: 1px solid #cfdbec}
        .listProducts_content_title div{float: left; width: 250px; padding-left: 40px; height: 42px; line-height: 42px; background: #1854a5; color: #fff; font-size: 18px; font-weight: bold}
        .listProducts_content_title a{float: right; margin: 15px 40px 0 0; width: 16px; height: 16px; background: url(/skin/images/more.png) no-repeat}
        .listProducts_content_title a:hover{background-position: -80px 0}
        .listProducts_content_main{padding: 0 40px 50px; width: 1088px; overflow: hidden}
        .listProducts_content_main li{float: left; width: 250px; margin: 35px 20px 0 0; height: 351px; border: 1px solid #cedceb; position: relative;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }
        .listProducts_content_main a{display: block; width: 100%; height: 100%}
        .listProducts_content_main img{width: 250px; height: 197px; position: absolute; top: 25px}
        .listProducts_content_main li:hover{
             -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
             box-shadow: 0 15px 30px rgba(0,0,0,0.1);

            -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
        }
        .listProducts_content_main .content{text-align: center; width: 100%; color: #4d4d4d; position: absolute; top: 285px}
        .listProducts_content_main .title{font-size: 18px; font-weight: bold}
        .listProducts_content_main .subTitle{font-size: 14px; margin-top: 10px}
        .listProducts_content_main .desc{display: none; position: absolute; 
         bottom: 0;width: 100%; height: 90px;
         background: #1854a5; filter: alpha(opacity=90); opacity: 0.9; 
         color: #fff; line-height: 1.8em; text-indent: 2em;font-size: 12px;
     }
        .listProducts_content_main .desc p{
            margin: 0;
            padding: 0; padding: 15px 20px;
            font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
        }
        .listProducts_content_main .top{top: 25px}
        .listProducts_content_main .bottom{top: 130px}
        .listProducts_cases{padding: 30px 40px 40px; background: #f0f0f0}
        .listProducts_cases .title{font-size: 18px; color: #1854a5; font-weight: bold}
        .listProducts_cases ul{margin-top: 20px; width: 1101px}
        .listProducts_cases li{width: 335px; height: 185px; float: left; border: 1px solid #c6d2e1; position: relative; margin-right: 30px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }
        .listProducts_cases li:hover{
             -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
             box-shadow: 0 15px 30px rgba(0,0,0,0.1);

            -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
        }
        .listProducts_cases li img{width: 335px; height: 185px}
        .listProducts_cases li div{position: absolute; bottom: 0; width: 100%; height: 35px; line-height: 35px; text-align: center; background: #1854a5; filter: alpha(opacity=90); opacity: 0.9; color: #fff; font-size: 16px}


    /*产品文章页*/
        .articleProducts .contentBox{padding-bottom: 50px}
        .articleProducts .menuBox{border-top: 1px solid #b9c7dd}
        .articleProducts dt,
        .articleProducts dd{border: 1px solid #b9c7dd; color: #1854a5; border-top: 0}
        .articleProducts dt a,
        .articleProducts dd a{ color: #1854a5;}
        .articleProducts .menu_1 dt span{background: url(/skin/images/products_menu1.png) no-repeat center}
        .articleProducts .menu_2 dt span{background: url(/skin/images/products_menu2.png) no-repeat center}
        .articleProducts .menu_3 dt span{background: url(/skin/images/products_menu3.png) no-repeat center}
        .articleProducts .menu_4 dt span{background: url(/skin/images/products_menu4.png) no-repeat center}
        .articleProducts .menu_1 dt.current,
        .articleProducts .menu_2 dt.current,
        .articleProducts .menu_3 dt.current,
        .articleProducts .menu_4 dt.current{color: #fff; border-color: #1854a5; background: #1854a5 url(/skin/images/menu_current.png) no-repeat right}
        .articleProducts .menu_1 dt.current span{background: url(/skin/images/products_menu11.png) no-repeat 44px}
        .articleProducts .menu_2 dt.current span{background: url(/skin/images/products_menu22.png) no-repeat 44px}
        .articleProducts .menu_3 dt.current span{background: url(/skin/images/products_menu33.png) no-repeat 44px}
        .articleProducts .menu_4 dt.current span{background: url(/skin/images/products_menu44.png) no-repeat 44px}
        .articleProducts dd.current{color: #fff; border-color: #1854a5; background: #1854a5 url(/skin/images/menu_current.png) no-repeat right}
        .articleProducts dd.current:hover{background-color: #1854a5}
        .articleProducts .contentBox .title .left{float: left;}
        .articleProducts .contentBox .title .left a{ color: #4d4d4d}
        .articleProducts .contentBox .title .left a:hover{ color: #1854a5}
        .articleProducts .contentBox .title .share{float: right}
        .articleProducts .contentBox .title .big{font-size: 20px; font-weight: bold;margin-top: 15px;}
        .articleProducts .contentBox .title .small{font-size: 14px; margin-top: 5px}
        .articleProducts .contentBox .ad{margin-top: 20px}
        .articleProducts .contentBox .ad img{width: 100%; height: 400px}
        .articleProducts .contentBox .detailed{margin-top: 40px}
        .articleProducts .contentBox .detailed_title{width: 736px; border-right: 1px solid #d1dded;}
        .articleProducts .contentBox .detailed_title li{float: left; width: 183px; text-align: center; height: 33px; line-height: 33px; font-size: 16px; color: #1854a5; border: 1px solid #d1dded; border-right: 0; overflow: hidden; cursor: pointer}
        .articleProducts .contentBox .detailed_title li.current{color: #fff; background: #1854a5; border-color: #1854a5}
        .articleProducts .contentBox .detailed_content{width: 100%; padding-top: 20px}
        .detailed_content2,
        .detailed_content3,
        .detailed_content4{display: none}

        .articleProducts .contentBox .share{margin-top: 15px;}
        
    
    /*解决方案列表页*/
        .listScheme{padding-bottom: 0; background: #fff; position: relative; top: -40px; -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px 5px rgba(0,0,0,0.1); overflow: hidden}
        .listScheme_title{margin-top: 30px; text-align: center; font-size: 24px; color: #1b8139; font-weight: bold}
        .listScheme_summary{margin-top: 30px; padding: 0 40px; font-size: 14px; color: #4d4d4d; line-height: 2em; text-indent: 2em}
        .listScheme_content{margin-top: 30px}
        .listScheme_content_title{height: 42px; line-height: 42px; border-bottom: 1px solid #d1e6d7}
        .listScheme_content_title div{float: left; width: 250px; padding-left: 40px; height: 42px; line-height: 42px; background: #1b8139; color: #fff; font-size: 18px; font-weight: bold}
        .listScheme_content_title a{float: right; margin: 15px 40px 0 0; width: 16px; height: 16px; background: url(/skin/images/more.png) no-repeat}
        .listScheme_content_title a:hover{background-position: -96px 0}
        .listScheme_content_main{padding: 0 40px 50px; width: 1088px; overflow: hidden}
        .listScheme_content_main li{float: left; width: 250px; margin: 35px 20px 0 0; height: 351px; border: 1px solid #d1e6d7; position: relative;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }
        .listScheme_content_main a{display: block; width: 100%; height: 100%;}
        .listScheme_content_main li:hover{
            -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);

            -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
        }
        .listScheme_content_main img{width: 250px; height: 197px; position: absolute; top: 25px}
        .listScheme_content_main .content{text-align: center; width: 100%; color: #4d4d4d; position: absolute; top: 285px}
        .listScheme_content_main .title{font-size: 18px; font-weight: bold}
        .listScheme_content_main .subTitle{font-size: 14px; margin-top: 10px}
       /* .listScheme_content_main .desc{
            display: none; position: absolute; bottom: 0;
         height: 85px; padding: 15px 15px 0; background: #1b8139; 
         filter: alpha(opacity=90); opacity: 0.9; color: #fff; line-height: 1.8em;
          text-indent: 2em
      }*/
         .listScheme_content_main .desc{display: none; position: absolute; 
             bottom: 0;width: 100%; height: 120px;
             background: #1b8139; filter: alpha(opacity=90); opacity: 0.9; 
             color: #fff; line-height: 1.8em; text-indent: 2em;font-size: 12px;
         }
        .listScheme_content_main .desc p{
            margin: 0;
            padding: 0; padding: 15px 20px;
            font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
        }
        .listScheme_content_main .top{top: 25px}
        .listScheme_content_main .bottom{top: 130px}
        .listScheme_cases{padding: 30px 40px 40px; background: #f0f0f0}
        .listScheme_cases .title{font-size: 18px; color: #1b8139; font-weight: bold}
        .listScheme_cases ul{margin-top: 20px; width: 1101px}
        .listScheme_cases li{width: 335px; height: 185px; float: left; border: 1px solid #c6d2e1; position: relative; margin-right: 30px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }
        .listScheme_cases li:hover{
             -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
            -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
        }
        .listScheme_cases li img{width: 335px; height: 185px}
        .listScheme_cases li div{position: absolute; bottom: 0; width: 100%; height: 35px; line-height: 35px; text-align: center; background: #1b8139; filter: alpha(opacity=90); opacity: 0.9; color: #fff; font-size: 16px}
        .l_c_m_first .listScheme_content_main{width: 1094px}
        .l_c_m_first .listScheme_content_main li{float: left; width: 520px; margin: 35px 25px 0 0; height: 350px; border: 1px solid #d1e6d7; position: relative}
        .l_c_m_first .listScheme_content_main img{width: 520px; height: 350px; position: static;}
        .l_c_m_first .listScheme_content_main .content{text-align: center; width: 200px; color: #fff; position: absolute; top: 290px; letter-spacing: 1px}
        .l_c_m_first .listScheme_content_main .title{font-size: 18px; font-weight: bold}
        .l_c_m_first .listScheme_content_main .subTitle{font-size: 14px; margin-top: 10px}

    
    /*解决方案文章页*/
        .articleScheme .menuBox{border-top: 1px solid #c9decf}
        .articleScheme dt,
        .articleScheme dd{border: 1px solid #d1e8d7; color: #1d913b; border-top: 0}
        .articleScheme dt a,
        .articleScheme dd a{ color: #1d913b;}
        .articleScheme .menu_0 dt span{background: url(/skin/images/scheme_menu0.png) no-repeat center}
        .articleScheme .menu_1 dt span{background: url(/skin/images/scheme_menu1.png) no-repeat center}
        .articleScheme .menu_2 dt span{background: url(/skin/images/scheme_menu2.png) no-repeat center}
        .articleScheme .menu_3 dt span{background: url(/skin/images/scheme_menu3.png) no-repeat center}
       
        .articleScheme .menu_0 dt.current,
        .articleScheme .menu_1 dt.current,
        .articleScheme .menu_2 dt.current,
        .articleScheme .menu_3 dt.current{color: #fff; border-color: #1d913b; background: #1d913b url(/skin/images/menu_current.png) no-repeat right}
        
        .articleScheme .menu_0 dt.current span{background: url(/skin/images/scheme_menu00.png) no-repeat center}
        .articleScheme .menu_1 dt.current span{background: url(/skin/images/scheme_menu11.png) no-repeat center}
        .articleScheme .menu_2 dt.current span{background: url(/skin/images/scheme_menu22.png) no-repeat center}
        .articleScheme .menu_3 dt.current span{background: url(/skin/images/scheme_menu33.png) no-repeat center}
        .articleScheme dd.current{color: #fff; border-color: #1d913b; background: #1d913b url(/skin/images/menu_current.png) no-repeat right}
        .articleScheme dd.current:hover{background-color: #1d913b}
        .articleScheme .contentBox_title{margin-top: 20px}
        .articleScheme .contentBox_title .left{float: left; font-size: 20px; font-weight: bold; }
        .articleScheme .contentBox_title .left a{color: #1d913b}
        .articleScheme .contentBox_title .left a:hover{color: #1854a5;}
        .articleScheme .contentBox_title .share{float: right}
        .articleScheme .ad{margin-top: 20px}
        .articleScheme .ad img{width: 100%; height: 420px}
        .articleScheme .editBox{margin-top: 30px}


    /*应用及案例列表页*/
        .listCases .menuBox{border-top: 1px solid #f6e0da}
        .listCases dt,
        .listCases dd{border: 1px solid #f6e0da; color: #d36348; border-top: 0}
        .listCases dt a,
        .listCases dd a{ color: #d36348;}
        .listCases .menu_1 dt span{background: url(/skin/images/cases_menu1.png) no-repeat center}
        .listCases .menu_2 dt span{background: url(/skin/images/cases_menu2.png) no-repeat center}
        .listCases .menu_1 dt.current,
        .listCases .menu_2 dt.current{color: #fff; border-color: #d36348; background: #d36348 url(/skin/images/menu_current.png) no-repeat right}
        .listCases .menu_1 dt.current span{background: url(/skin/images/cases_menu11.png) no-repeat center}
        .listCases .menu_2 dt.current span{background: url(/skin/images/cases_menu22.png) no-repeat center}
        .listCases dd.current{color: #fff; border-color: #d36348; background: #d36348 url(/skin/images/menu_current.png) no-repeat right}
        .listCases dd.current:hover{background-color: #d36348}
        .listCases .contentBox_title{margin-top: 20px}
        .listCases .contentBox_title .left{float: left; font-size: 20px; font-weight: bold; color: #d36348}
        .listCases .contentBox_title .left a{color: #d36348}
        .listCases .contentBox_title .left a:hover{color: #1854a5}
        .listCases .contentBox_title .share{float: right}
        .listCases .contentBox_content{margin-top: 30px}
        .listCases .contentBox_content .title{font-size: 18px; color: #d36348; font-weight: bold; padding-left: 30px; background: url(/skin/images/cases_titlebg.png) no-repeat left}
        .listCases .contentBox_content ul{width: 744px; margin-top: 15px; padding-left: 30px}
        .listCases .contentBox_content li{float: left; width: 335px; height: 185px; border: 1px solid #f6e1dc; position: relative; margin: 0 35px 35px 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }
        .listCases .contentBox_content li:hover{
             -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
             box-shadow: 0 15px 30px rgba(0,0,0,0.1);
            -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
        }
        .listCases .contentBox_content li a{display: block; width: 335px; height: 185px;}
        .listCases .contentBox_content li img{width: 335px; height: 185px}
        .listCases .contentBox_content li div{position: absolute; bottom: 0; left: 0; height: 35px; line-height: 35px; width: 100%; filter: alpha(opacity=90); opacity: 0.9; background: #d36348; text-align: center; font-size: 16px; color: #fff;}


    /*应用及案例文章页*/
        .articleCases .ad{margin-top: 20px}
        .articleCases .ad img{width: 100%;}
        .articleCases .editBox{margin-top: 30px}

        .articleCases .bottom{margin-top: 10px}
        .articleCases .pageCut{float: left; font-weight: bold}
        .articleCases .pageCut a{color: #4d4d4d; font-weight: normal}
        .articleCases .pageCut a:hover{color: #1854a5}
        .articleCases .share{float: right;}

    
    /*应用及案例 总列表页*/
        .listCasesOfAll{position: relative; top: -40px; width: 1070px; padding: 35px 40px 50px; background: #fff; -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px 5px rgba(0,0,0,0.1);}
        .listCasesOfAll_title{text-align: center; font-size: 24px; color: #d36348; font-weight: bold}
        .listCasesOfAll_summary{margin-top: 25px; font-size: 14px; color: #4d4d4d; line-height: 1.5em; text-indent: 2em}
        .listCasesOfAll_content{margin-top: 35px}
        .listCasesOfAll_content .title{text-align: center; font-size: 0}
        .listCasesOfAll_content .title li{display: inline-block; width: 290px; height: 42px; line-height: 42px; text-align: center; font-size: 18px; color: #d36348; font-weight: bold; border: 1px solid #f6e0da; cursor: pointer}
        .listCasesOfAll_content .title li.current{background: #d36348; color: #fff; border-color: #d36348}
        .listCasesOfAll_content .lCAC_area{width: 1098px; padding-bottom: 50px;display:}
        .listCasesOfAll_content .lCAC_area .more{float: right;width: 16px;height: 16px;background: url(/skin/images/more.png) no-repeat;margin-right: 30px;margin-top: 40px;margin-bottom: 10px}
        .listCasesOfAll_content .lCAC_area .more:hover{background-position: -16px 0;}
        .listCasesOfAll_content .lCAC_area li{float: left; 
        width: 335px; height: 185px;
        border: 1px solid #f6e1dc;
           position: relative;
           margin: 0 29px 80px 0;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
        }
        .listCasesOfAll_content .lCAC_area li:hover{
            -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
             box-shadow: 0 15px 30px rgba(0,0,0,0.1);
            -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
        }
        .listCasesOfAll_content .lCAC_area li a{/*display: none;*/ width: 335px; height: 185px}
        .listCasesOfAll_content .lCAC_area li img{width: 335px; height: 185px}
        .listCasesOfAll_content .lCAC_area li div{position: absolute; bottom: 0; left: 0; height: 35px; line-height: 35px; width: 100%; filter: alpha(opacity=90); opacity: 0.9; background: #d36348; text-align: center; font-size: 16px; color: #fff;}

        .listCasesOfAll_content .lCAC_case{display: none; width: 1096px}
        .listCasesOfAll_content .lCAC_case .more{float: right;width: 16px;height: 16px;background: url(/skin/images/more.png) no-repeat;margin-right: 28px;margin-top: 40px;margin-bottom: 10px}
        .listCasesOfAll_content .lCAC_case .more:hover{background-position: -16px 0;}
        .listCasesOfAll_content .lCAC_case li{float: left; width: 520px; height: 295px; border: 1px solid #f6e0da; position: relative; margin: 0 26px 40px 0;
            -webkit-transition: all 0.3s linear;
              -moz-transition: all 0.3s linear;
              -o-transition: all 0.3s linear;
              transition: all 0.3s linear;
        }
        .listCasesOfAll_content .lCAC_case li:hover{
            
            -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
             box-shadow: 0 15px 30px rgba(0,0,0,0.1);

            -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
        }
        .listCasesOfAll_content .lCAC_case li a{display: block; width: 520px; height: 295px}
        .listCasesOfAll_content .lCAC_case li img{width: 520px; height: 295px}
        .listCasesOfAll_content .lCAC_case li div{position: absolute; top: 130px; left: 35px; font-size: 24px; color: #fff; font-weight: bold}


    /*关于我们*/
        .indexAboutUs .menuBox{border-top: 1px solid #eddcbe}
        .indexAboutUs dt,
        .indexAboutUs dd{border: 1px solid #eddcbe; color: #e49d23; border-top: 0}
        .indexAboutUs dt a,
        .indexAboutUs dd a{ color: #e49d23;}
        .indexAboutUs .menu_1 dt span{background: url(/skin/images/indexaboutus_menu1.png) no-repeat center}
        .indexAboutUs .menu_2 dt span{background: url(/skin/images/indexaboutus_menu2.png) no-repeat center}
        .indexAboutUs .menu_3 dt span{background: url(/skin/images/indexaboutus_menu3.png) no-repeat center}
        .indexAboutUs .menu_4 dt span{background: url(/skin/images/indexaboutus_menu4.png) no-repeat center}
        .indexAboutUs .menu_5 dt span{background: url(/skin/images/indexaboutus_menu5.png) no-repeat center}
        .indexAboutUs .menu_1 dt.current,
        .indexAboutUs .menu_2 dt.current,
        .indexAboutUs .menu_3 dt.current,
        .indexAboutUs .menu_4 dt.current,
        .indexAboutUs .menu_5 dt.current{color: #fff; border-color: #e49d23; background: #e49d23 url(/skin/images/menu_current.png) no-repeat right}
        .indexAboutUs .menu_1 dt.current span{background: url(/skin/images/indexaboutus_menu11.png) no-repeat center}
        .indexAboutUs .menu_2 dt.current span{background: url(/skin/images/indexaboutus_menu22.png) no-repeat center}
        .indexAboutUs .menu_3 dt.current span{background: url(/skin/images/indexaboutus_menu33.png) no-repeat center}
        .indexAboutUs .menu_4 dt.current span{background: url(/skin/images/indexaboutus_menu44.png) no-repeat center}
        .indexAboutUs .menu_5 dt.current span{background: url(/skin/images/indexaboutus_menu55.png) no-repeat center}
        .indexAboutUs dd.current{color: #fff; border-color: #e49d23; background: #e49d23 url(/skin/images/menu_current.png) no-repeat right}
        .indexAboutUs dd.current:hover{background-color: #e49d23}
        .indexAboutUs .title{font-size: 24px; font-weight: bold}
        .indexAboutUs .title a{color: #e49d23; }
        .indexAboutUs .title a:hover{color: #1854a5; }
            /*公司简介*/
            .indexAboutUs_gsjj{margin-top: 15px; padding-bottom: 40px}
            .indexAboutUs_gsjj .ad{margin-top: 40px}
            .indexAboutUs_gsjj .ad img{width: 100%; height: 490px}
            .indexAboutUs_gsjj .subTitle{padding-left: 30px; height: 20px; line-height: 20px; font-size: 18px; color: #e49d23; font-weight: bold; background: url(/skin/images/aboutus_titlebg.png) no-repeat left}
            .indexAboutUs_gsjj .summary{margin-top: 50px}
            .indexAboutUs_gsjj .summary .editBox{margin-top: 15px; line-height: 1.8em}
            .indexAboutUs_gsjj .patent{margin-top: 35px; position: relative}
            .indexAboutUs_gsjj .patent ul{width: 768px}
            .indexAboutUs_gsjj .patent li{float: left; width: 163px; height: 230px; margin: 25px 29px 0 0}
            .indexAboutUs_gsjj .patent li img{width: 163px; height: 230px}
            .indexAboutUs_gsjj .patent .onOff{position: absolute; bottom: -30px; right: 0; width: 13px; height: 14px; background: url(/skin/images/onoff.png) no-repeat; cursor: pointer}

            /*合作伙伴*/
            .indexAboutUs_hzhb{margin-top: 15px; padding-bottom: 40px}
            .indexAboutUs_hzhb .content{margin-top: 40px}
            .indexAboutUs_hzhb .content li{float: left; width: 121px; height: 121px; line-height: 121px; text-align: center; border: 1px solid #f6dbb0; overflow: hidden;margin-left:-1px;margin-top:-1px;}
            .indexAboutUs_hzhb .content img{display: inline-block; vertical-align: middle;width:121px;height:auto;}
            .indexAboutUs_hzhb .paging{margin-top: 35px}

            /*常见问题*/
            .indexAboutUs_cjwt{ margin-top: 20px}
            .indexAboutUs_cjwt .tabTitle{margin-top: 40px; width: 740px; border-right: 1px solid #faebd3}
            .indexAboutUs_cjwt .tabTitle li{float: left; font-size: 16px; color: #e49d23; width: 184px; height: 33px; line-height: 33px; text-align: center; border: 1px solid #faebd3; border-right: 0; cursor: pointer}
            .indexAboutUs_cjwt .tabTitle li.current{color: #fff; font-weight: bold; border-color: #e49d23; background: #e49d23}
            .indexAboutUs_cjwt .tabTitle li a{color: #e49d23; letter-spacing: 2px }
            .indexAboutUs_cjwt .tabTitle li.current a{color: #fff}
            .indexAboutUs_cjwt .tabContent{margin-top: 50px; color: #505050}
            .indexAboutUs_cjwt .tabContent .tabContent_title{
                padding-left: 17px; 
                height: 33px; 
                line-height: 33px;
                 background: #f5f5f5; 
                font-size: 14px; 
                font-weight: bold; 
                border-left: 15px solid #e49d23;
                letter-spacing: 1px;
            }
            .indexAboutUs_cjwt .tabContent .tabContent_content{padding: 0 34px 15px; margin-top: 20px; line-height: 1.8em; text-indent: 2em; text-align: justify;}
            .indexAboutUs_cjwt .tabContent2,
            .indexAboutUs_cjwt .tabContent3,
            .indexAboutUs_cjwt .tabContent4{display: none}

            /*下载中心*/
            .indexAboutUs_xzzx{ margin-top: 20px}
            .indexAboutUs_xzzx .tabTitle{margin-top: 40px; width: 740px; border-right: 1px solid #faebd3}
            .indexAboutUs_xzzx .tabTitle li{float: left; font-size: 16px; color: #e49d23; width: 184px; height: 33px; line-height: 33px; text-align: center; border: 1px solid #faebd3; border-right: 0; cursor: pointer}
            .indexAboutUs_xzzx .tabTitle li a{color: #e49d23; letter-spacing: 2px }
            .indexAboutUs_xzzx .tabTitle li.current{color: #fff; font-weight: bold; border-color: #e49d23; background: #e49d23}
            .indexAboutUs_xzzx .tabTitle li.current a{color: #fff; }
            .indexAboutUs_xzzx .tabContent{margin-top: 50px; color: #505050}
            .indexAboutUs_xzzx .tabContent .tabContent_title{
                padding-left: 17px; 
                height: 33px; 
                line-height: 33px;
                 background: #f5f5f5; 
                font-size: 14px; 
                font-weight: bold; 
                border-left: 15px solid #e49d23;
                letter-spacing: 1px;
            }
            .indexAboutUs_xzzx .tabContent .tabContent_title:hover .dn{background-position: -20px 0}
            .dn{float: right; margin: 7px 22px 0 0; width: 20px; height: 20px; background: url(/skin/images/dn.png) no-repeat}
            .dn:hover{background-position: -20px 0}
            .indexAboutUs_xzzx .tabContent .tabContent_content{padding: 0 34px 15px;
             margin-top: 20px; 
             line-height: 1.8em;
              text-indent: normal; 
              color: #606060;
              text-align: justify;
          }
            .indexAboutUs_xzzx .tabContent2,
            .indexAboutUs_xzzx .tabContent3,
            .indexAboutUs_xzzx .tabContent4{display: none}

            /*联系我们*/
            .indexAboutUs_lxwm{ margin-top: 20px; padding-bottom: 80px}
            #map{margin-top: 35px; width: 742px; height: 490px; border: #ccc solid 1px; font-size: 12px}
            .editBox{margin-top: 30px; line-height: 2em;/*text-align: justify;*//*letter-spacing: 2px*/}
            /*连接颜色总体控制*/
            .innerContainer .listNews {}
            
            .indexAboutUs .title{ color: #e49d23}
            .articleScheme .contentBox_title .left{ color: #1d913b}
            .articleProducts .contentBox .title .left{color:#1854a5 }

.contentBox{
	font-size:14px;
	line-height:20px!important;
}

.editBox img{
	width:100%!important;
	height:auto!important;
}

