@charset "utf-8";
body { min-width: 1200px;}
a:hover { color: #EE7700;}
#header { height: 80px; }

#navigation { height: 80px; }
#navigation>ul { height: 80px;}
#navigation>ul>li { float: left; position: relative; }
#navigation>ul>li>a { display: block; height: 80px; width: 108px; text-align: center; color: #242424; padding-top: 30px; }
#navigation>ul>li>a .name { font-size: 16px; }
#navigation>ul>li.home a .name { border-left: none; }
#navigation>ul>li>a .aname {font-size: 12px; }
#navigation>ul>li:hover>a , #navigation>ul>li>.current { color:#2386ee; border-bottom: 3px solid #2386ee; text-decoration: none; transition: all .5s ease 0s; }
#navigation .sub { margin: 0; height: auto; display: none; position: absolute; left: 0; background: #FFF; z-index: 99999; width: auto; width: 108px; }
#navigation .sub li { background: none; float: none; }
#navigation .sub li a { display: block; text-align: center; height: 36px; line-height: 36px; font-size: 12px; font-weight: normal; }
#navigation .sub li a:hover { background: #2386ee; color: #FFF; }

/* 幻灯 */
#slideshow { position: relative; overflow: hidden; }
#slideshow .bd li { }
#slideshow .hd ul { width: 100%; position: absolute; z-index: 1; bottom: 40px; left: 0; height: 30px; line-height: 30px; text-align: center; }
#slideshow .hd ul li { cursor: pointer; display: inline-block; zoom: 1; width: 10px; height: 10px; border-radius: 5px; margin: 2px; background: #FFF; overflow: hidden; line-height: 9999px; }
#slideshow .hd ul .on { background: #2386ee; width: 20px; }
#slideshow .url { width: 1200px; margin: 0 auto; }
#slideshow .url a { width: 1200px; display: block; }
#slideshow .next, #slideshow .prev { position: absolute; top: 0; width: 50px; cursor: pointer;  }
#slideshow .next { right: 50%; background: url(images/r.png) center no-repeat; margin-right: -660px; }
#slideshow .prev { left: 50%; background: url(images/l.png) center no-repeat; margin-left: -660px;}

#search { background: #FAFAFA; padding: 20px; position: relative; box-shadow: 0 0 4px #CCC; margin-top: 10px; border-radius: 5px; }

#search_text { border-radius: 19px 0 0 19px; border: 2px solid #EE7700; height: 38px; width: 300px; position: absolute; top: 10px; right: 80px; padding: 0 15px; }
#search_btn { border-radius: 0 19px 19px 0; background: #EE7700; height: 38px; width: 80px; position: absolute; top: 10px; right: 10px; color: #FFF; cursor: pointer;}

#index_products { padding: 20px 0; }



#content {  }
.hd1 { background: #EEE; height: 46px; line-height: 46px; padding: 0 14px; border-left: 20px solid #EE7700; font-size: 18px; border-radius: 0 5px 5px 0; }
.bd1 { padding: 10px 0; }

#index-link {}
.link_text a { display: block; background: #EEE; text-align: center; height: 32px; line-height: 32px; margin-bottom: 10px;}


/*当前位置*/
#current_location {  padding: 20px;   background:url(images/icos-home.png) center  left no-repeat; }
#current_location a.current{ color: red; }

#detail_name { }
#detail_intro { font-size: 12px; color: #999; margin-bottom: 20px;}
#detail_content { padding: 20px 0; }
#detail_content p { line-height: 32px; }
#detail_picture { margin: 20px 0; text-align: center;}
#detail_video { margin: 20px 0; text-align: center; }
#detail_video embed  { width: 100%; height: 535px; }
#detail_attachment { margin: 20px 0; }

#detail_slideshow .bd li img { width: 100%; }
#detail_slideshow .hd { margin-top: 10px;}
#detail_slideshow .hd li img { cursor: pointer; }
#detail_slideshow .hd li.on img { transform: scale(1.2, 1.2); }

/*首页产品标签*/
#products_tab .hd li { display: block; cursor: pointer; height: 46px; line-height: 46px; padding: 0 15px; background: #EEE; text-align: center; font-size: 16px; }
#products_tab .hd li.on { background: #EE7700; color: #FFF; }
#products_tab .bd { margin-top: 10px !important; }
#products_tab .bd .content { }

/*列表*/
.plist .wrap { padding: 9px; border: 1px solid #EEE; transition: all .5s ease 0s; }
.plist .wrap:hover { background: #EEE;}
.plist .title { padding: 10px 0; text-align: center; }
.plist .content { font-size: 12px; height: 80px; color: #666; padding: 0 10px; }

.pdlist { margin-bottom: 20px; border: 1px solid #EEE; padding: 19px;  }
.pdlist:hover { border: 1px solid #DDD; }
.pdlist .title { font-size: 18px; }
.pdlist .content { color: #666; padding: 10px 0; }

.alist { margin-bottom: 20px; }
.alist:hover .date { border-color: #999; }
.alist .date { text-align: center; color: #666; border: 1px solid #EEE; transition: all .5s ease 0s;}
.alist .date .month_day { font-size: 16px; margin-top: 15px; }
.alist .date .year { font-size: 18px; margin-bottom: 15px; }
.alist .title { font-size: 20px; line-height: 40px; font-weight:bold; }
.alist .time { font-size: 16px; color:#666; line-height: 30px; }
.alist .content { padding: 10px 0; color: #999; font-size: 14px; line-height:30px;}

.channel_list li { float:left; line-height:36px; margin:0 15px;height:36px;}
.channel_list li a { display: block; line-height: 36px;  padding: 0 10px;height:36px; }
.channel_list li a:hover { border-bottom:2px solid #2386ee;}
.channel_list li a.current { border-bottom:2px solid #2386ee; color:#2386ee;}
.channel_wlist { margin-bottom: 20px; }
.channel_wlist li { display: inline-block; margin-right: 10px; }
.channel_wlist li a { background: #EEE; height: 40px; line-height: 40px; display: block; text-align: center; padding: 0 30px; font-size: 16px;}
.channel_wlist li a:hover { background: #EE7700; color: #FFF; }
.channel_wlist li a.current { background: #EE7700; color: #FFF; }

.channel_plist .hd { background: #EE7700 url(images/icon1.png) right center no-repeat; line-height: 36px; padding: 0 10px; margin-bottom: 2px;}
.channel_plist .hd.on { background: #EE7700 url(images/icon2.png) right center no-repeat;  }
.channel_plist .hd a { display: block; color: #EEE; }
.channel_plist .bd { display: none; }
.channel_plist .bd li { background: #EEE; line-height: 30px; padding: 0 20px; margin-bottom: 2px; }
.channel_plist .bd li a { display: block; color: #333;}

#channel_content { }
#channel_content p {line-height: 32px;}

.page_show { margin: 20px 0; }
.page_show a { display: inline-block; height: 40px; line-height: 40px; min-width: 40px; text-align: center; background: #FFFFFF; margin-right: 5px; border:1px solid #dddddd; }
.page_show a:hover, .page_show a.page_current { background: #2386ee; color: #FFF; }

.flist { margin-bottom: 20px;}
.flist .username { background: #EEE; padding: 10px; }
.flist .content { padding: 20px; border: 1px solid #EEE; }
.flist .content .answer { padding: 10px; border: 1px solid #EEE; margin-top: 10px; }

#float { z-index: 9999; position: absolute; display: block; bottom: 1px; right: 0; }
#float .wrap { margin-bottom: 2px; position: relative; cursor: pointer; background: #2386ee;}
#float .icon { padding: 15px 0; width: 60px; display: block; line-height: 60px; text-align: center;  color: #FFF; font-size: 30px; }
#float .content {  min-height: 60px; position: absolute; right: 60px; top: 0; display: none; background: #2386ee;}
#float .content a { color: #FFF; }
#float .qq .content { line-height: 60px; padding: 0 20px; font-size: 30px; color: #FFF;  }
#float .qrcode .content { padding: 5px; width: 180px; }
#float .phone .content { line-height: 60px; padding: 0 20px; font-size: 30px; color: #FFF;  }
#float .custom .content { padding: 20px; min-width: 160px; color: #FFF; }
#float .gotop .content { }

.caselist .wrap { position: relative;}
.caselist .title { display: none; background: #000; position: absolute; left: 0px; top: 0px; height: 100%; width: 100%; padding: 10px; opacity: 0.8; filter:alpha(opacity=80); }
.caselist .title a { color: #DDD; }

#channel_cover { margin-bottom: 10px; text-align: center;}




.honor_list { height: 387px; overflow: hidden; position: relative; }
.honor_list .bd .content { height: 387px; text-align: center; }
.honor_list .bd .content img { height: 387px; }
.honor_list .prev,.honor_list .next { display: none; width: 40px; height: 40px; line-height: 40px; text-align: center; background: #EEE; color: #000; cursor: pointer; font-size: 14px; opacity: 0.5; filter:alpha(opacity=50);}
.honor_list .prev { position: absolute; top: 160px; left: 10px; }
.honor_list .next { position: absolute; top: 160px; right: 10px; }

#index-4 { padding: 50px 0;  background: #EE7700;}
#index-4 .name { text-align: center; font-size: 30px; text-align: center; padding: 30px 0; color: #FFF;}
#index-4 .seoname { border-top: 1px solid #3368BA; text-align: center; }
#index-4 .seoname span{ position: relative; top: -16px; background: #3368BA; padding: 10px 20px; font-size: 16px; line-height: 30px; color: #FFF; }
.case_list .title { background: #FFF; padding: 20px; }

.index_hd {}
.index_hd .name_wrap { text-align: center; }
.index_hd .name_wrap .name { font-size: 30px; padding: 20px 0; font-weight: bold; }
.index_hd .name_wrap .aname { font-size: 16px;   padding: 10px 0; color:#666666; }

.index_bd { }

.index_hd .hr {
  margin: 20px auto;
  position: relative;
  width: 300px;
  height: 1px;
  background-color: #cccccc;
}
.index_hd .hr:before {
  content: " ";
  position: absolute;
  left: 50%;
  top: -1px;
  width: 30px;
  height: 3px;
  margin-left: -15px;
  background-color: #2386ee;
}

#index-a { margin: 20px 0; }
#index-b { padding-top: 20px; background:#F3F6F9;}
#index-c {  }
#index-d { }
#index-e { }

.products_clist { margin-bottom: 20px;}
.products_clist ul { text-align: center; }
.products_clist ul li { display: inline-block; margin: 0 5px; margin-bottom: 10px; }
.products_clist ul li a { display: block; font-size: 18px; font-weight: bold; padding: 15px 25px; color: #242424; background: #EEE; }
.products_clist ul li a:hover { background: #EE7700; color: #FFF; }
.products_list .wrap { background:#FFF;  padding: 10px; transition: all .5s ease 0s;}
.products_list .wrap:hover {  }
.products_list .title { padding: 10px 0; color: #FFF; text-align: center;}

#products_slideshow {position: relative;}
#products_slideshow .prev_next { position: absolute; right: -66px; top: 0;}
#products_slideshow .prev_next .prev , #products_slideshow .prev_next .next { display: block; font-size: 12px; font-weight: bold; width: 50px; height: 50px; line-height: 50px; text-align: center; background: #EEE; margin-bottom: 5px; cursor: pointer; }
#products_slideshow .prev_next .prev:hover , #products_slideshow .prev_next .next:hover { background: #EE7700; color: #EEE; }

#honor_slideshow {position: relative;}
#honor_slideshow .prev_next .prev , #honor_slideshow .prev_next .next { position: absolute; top: 50%; display: block; font-size: 12px; font-weight: bold; width: 50px; height: 50px; line-height: 50px; border-radius: 25px; text-align: center; background: #EEE; cursor: pointer; margin-top: -26px; }
#honor_slideshow .prev_next .prev:hover , #honor_slideshow .prev_next .next:hover { background: #EE7700; color: #EEE; }

#honor_slideshow .prev_next .prev { left: -76px; }
#honor_slideshow .prev_next .next { right: -76px; }

.index_alist li div { }
#index_about { background: #FFF; }
#index_news { background: #FFF; padding: 50px; }
#index_contact_case { background: #FFF; padding: 50px; }

.siteWidth{position:relative; max-width:1200px; margin:0 auto; _width:1200px; }

/*footer*/
#footer{position:relative; padding:30px 0 0;text-align:left; background: #0064B2; }
/*底部logo*/
#footerLogo{width: 336px; float: left; padding:40px 36px 0 0; margin: 0 auto; text-align: center;}
#footerLogo a{display: inline-block; *display: inline; width: 200px; height: 132px; line-height: 132px; overflow: hidden; float: left; text-indent: -999px; background:  url(images/footerLogo.png) center top no-repeat;}

/*底部-通用框*/
.footerBox{width: auto; float: left;}
.footerBox .hd{position: relative; z-index: 1; height: 40px; line-height: 40px; padding-bottom: 20px; font-size: 20px; font-weight: bold; color: #FFFFFF;}
.footerBox .hd::after{position: absolute; z-index: 1; left: 0; bottom: 0; display: block; content: ""; width: 24px; height: 1px; line-height: 1px; float: left; overflow: hidden; background-color: #d5d5d5;}
.footerBox .bd{padding: 20px 0 0; color:#FFFFFF;}
/*版权信息*/
.copyRight{position: relative; z-index: 1; margin-top: 30px; padding:18px 0; line-height: 28px; text-align: center; font-size: 12px; color: #FFFFFF; border-top: 1px solid #e2e2e2;}

/*友情链接*/
#share{width: 162px; float: right; padding-right: 40px;}
#share .bd{text-align: center;}
#share .bd .tit{margin-top: 10px;line-height: 30px; font-size: 12px; color: #333;}
#contact{width: 482px;}
#contact .bd{line-height: 30px; color: #FFFFFF;}
#contact .bd p{padding-left: 28px; margin: 10px 0 0; background:  url(images/contactIcon.png) left 7px no-repeat;}
#contact .bd p.item2{background-position: left -33px;}
#contact .bd p.item3{background-position: left -74px;}
#contact .bd p.item4{display: none; background-position: left -155px;}
#contact .bd p.item5{background-position: left -111px;}
.clearfix:after{display:block; visibility:hidden;clear:both; height:0; line-height: 0; content:'.'; }
.box{
            width:100%;
            height:530px;
            margin:0 auto;
        }
        /* 清除li样式 */
       .box ul,li{
            list-style: none;
        }
        /* 将ul相对定位，目的是让内容的div绝对定位时相对ul定位，否则会相对body定位 */
        /* ul弹性盒，目的是让li横着排，也可以将li浮动或者转行内块 */
       .box ul{
            position:relative;
            display:flex;
        }
        /* 将三个li宽度平分，高度60px */
        .box li{
            flex:1;
            height:60px;
        }
        /* input隐藏 */
        .box input{
            display:none;
        }
        /* 设置input的下一个节点label的样式 */
       .box input+label{
            display:block;
            width:100%;
            height:100%;
            font-size:16px;
            text-align: center;
            line-height: 60px;
            color:#333;
        }
        /* 设置div内容的基础样式 隐藏内容div*/
       .box input+label+div{
            display:none;
            position: absolute;
            left:0;
            top:60px;
        }
        /* input选中状态时候对应的label的样式 */
      .box  input:checked+label{
            
            color:#005BEA; border-bottom:2px solid #005BEA;
        }
        /* input选中时候显示对应的div */
       .box input:checked+label+div{
            display:block;
        }
