@charset "utf-8";
@import "http://energe.imwork.net/all/css/mobile.css";
@import "http://energe.imwork.net/all/css/iconfont.css";
//é¢œè‰²
@main_color: #006;
@main_color2: #fff;
//é¢œè‰²

//è¿‡æ¸¡
.transition(@s:.75s){
    transition: @s;
    -ms-transition: @s;
    -moz-transition: @s;
    -webkit-transition: @s;
    -o-transition: @s;
}
//è¿‡æ¸¡ end
//æ—‹è½¬
.transform_rotate(@s:7deg){
    transform:rotate(@s);
    -ms-transform:rotate(@s);
    -moz-transform:rotate(@s);
    -webkit-transform:rotate(@s);
    -o-transform:rotate(@s);
}
//æ—‹è½¬ end
//æ—‹è½¬ - ä¸Šä¸‹å·¦åðʧ§»åŠ¨
.transform_translate(@x:10px,@y:10px){
    transform: translate(@x,@y);
    -ms-transform: translate(@x,@y);
    -moz-transform: translate(@x,@y);
    -o-transform: translate(@x,@y);
}
//æ—‹è½¬ - ä¸Šä¸‹å·¦åðʧ§»åŠ¨ end
//æ—‹è½¬ - ä¸Šä¸‹ç§»åŠ¨
.transform_translateY(@px:10px){
    transform: translateY(@px);
    -ms-transform: translateY(@px);
    -moz-transform: translateY(@px);
    -o-transform: translateY(@px);
}
//æ—‹è½¬ - ä¸Šä¸‹ç§»åŠ¨ end
//æ—‹è½¬ - å·¦åðʧ§»åŠ¨
.transform_translateX(@px:10px){
    transform: translateX(@px);
    -ms-transform: translateX(@px);
    -moz-transform: translateX(@px);
    -o-transform: translateX(@px);
}
//æ—‹è½¬ - å·¦åðʧ§»åŠ¨ end
//æ—‹è½¬ - 3Dæ—‹è½¬
.transform_rotateY(@deg:360deg){
    transform:rotateY(@deg);
    -ms-transform: rotateY(@deg);
    -moz-transform: rotateY(@deg);
    -o-transform: rotateY(@deg);
}
//æ—‹è½¬ - 3Dæ—‹è½¬ end
//æ”¾å¤§
.transform_scale(@s:1.0){
    transform: scale(@s);
    -ms-transform: scale(@s);
    -moz-transform: scale(@s);
    -webkit-transform: scale(@s);
    -o-transform: scale(@s);
}
//æ”¾å¤§ end
//å˜æ¢
.transform_skew(@deg:360deg){
    transform: skew(@deg);
    -ms-transform: skew(@deg);
    -moz-transform: skew(@deg);
    -webkit-transform: skew(@deg);
    -o-transform: skew(@deg);
}
//å˜æ¢ end
//å˜æ¢X
.transform_skewX(@deg:360deg){
    transform: skewX(@deg);
    -ms-transform: skewX(@deg);
    -moz-transform: skewX(@deg);
    -webkit-transform: skewX(@deg);
    -o-transform: skewX(@deg);
}
//å˜æ¢X end
//å˜æ¢Y
.transform_skewY(@deg:360deg){
    transform: skewY(@deg);
    -ms-transform: skewY(@deg);
    -moz-transform: skewY(@deg);
    -webkit-transform: skewY(@deg);
    -o-transform: skewY(@deg);
}
//å˜æ¢Y end
//åŠ¨ç”»åŸºç‚¹ end
.transform_origin(@px:10px,@px2:10px){
    transform-origin:@px @px2;
    -ms-transform-origin:@px @px2;
    -webkit-transform-origin:@px @px2;
    -moz-transform-origin:@px @px2;
    -o-transform-origin:@px @px2;
}
//åŠ¨ç”»åŸºç‚¹ end

body{color: #333; width: 100%;}
*{margin:0;padding:0;}
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, p, th, td, dl, dt, dd{margin:0;padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:normal;vertical-align:baseline;}
em, b, i { font-style:normal;}
body { background: #FFF; color: #000; font-size: 12px; font-style: normal; font-family:'Microsoft Yahei','å¾®è½¯é›…é»‘','Simsun','å®‹ä½“','Arial', sans-serif;}
img{border:none;}
li{list-style: none;}
a{text-decoration:none;color: #333}
a:focus{outline-style:none;outline-width:0;}
a:link, a:visited, a:active{text-decoration:none;}
a:hover{text-decoration:none;}

//æ¸…é™¤æ®åŠ¨
.clearboth{clear: both;}
.clearfix{ *zoom: 1;}
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: "";}
.clearfix:after {clear: both;}

//å®šä½
.fl {float:left;}
.fr{float:right;}
.pr{position:relative;}
.pa{position:absolute;}
.vh{visibility:hidden;}
.dn{display: none;}
.oh{overflow: hidden;}

input{-webkit-appearance:none; /*åŽ»é™¤inputé»˜è®¤æ ·å¼ iphoneçš„æŒ‰é’® */}

//è¿‡æ¸¡
.transition{
    transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
//è¿‡æ¸¡ end

.centered{width: 600/2/12rem; margin: 100/2/12rem auto;}
.index_centered{width: 600/2/12rem; margin: 0 auto;}
.centered_top{width: 600/2/12rem; margin: 80/2/12rem auto 20/2/12rem auto; overflow: hidden;}
.centered_bottom{width: 600/2/12rem; margin: 20/2/12rem auto 80/2/12rem auto; overflow: hidden;}
.page_centered_bottom{width: 640/2/12rem; margin: 20/2/12rem auto 80/2/12rem auto; overflow: hidden;}
.centered_video{width: 600/2/12rem; margin: 20/2/12rem auto;}

/* header */
header{width: 100%; height: 80/2/12rem; background: #fff; position: fixed; top:0; z-index: 999; overflow: hidden;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);}
header .logo{height: 60/2/12rem; position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);}
header .r{position: absolute; top: 0; right: 0; width: 80/2/12rem; height: 100%; text-align: center; line-height: 80/2/12rem; border-left: 1/2/12rem solid #ccc;}
header .r a{}
header .r i{color: #333;}
header .r a p{font-size: 24/2/12rem; color: @main_color2;}
/* nav */
.nav_bj{position: fixed; left: 0; bottom: 0; width:100%; height: 100%; z-index: 998; display: none; background: rgba(0,0,0,.3);}
.nav_content{position:fixed; right: -320/2/12rem; bottom: 0; width:320/2/12rem; height: 100%; background: #fff; z-index: 998; overflow-y:auto; .transition(1s);}
.nav_content .title{height: 80/2/12rem; margin: 0 auto; text-align: center; position: relative;}
.nav_content .title p{font-size: 30/2/12rem; color: #FFF;}
.nav_content .title .cnen{height: 60/2/12rem;}
.nav_content .title .cnen ul{text-align: center; line-height: 30/2/12rem;}
.nav_content .title .cnen ul li{display: inline-block; height: 30/2/12rem; line-height: 30/2/12rem;}
.nav_content .title .cnen ul li a{font-size:26/2/12rem; color: #fff; padding: 0 10/2/12rem;}
.nav_content .nav-ul{float:left; width:100%; overflow-y: auto;}
.nav_content .nav-ul .nav-li{float:left;width:100%;height:60/2/12rem;line-height:60/2/12rem;text-align:left;text-indent:20/2/12rem; border-top:1px solid #ccc; padding:5px 0;}
.nav_content .nav-ul .nav-li i{color: #333 !important; margin: 0 20/2/12rem 0 0;}
.nav_content .nav-ul .nav-li a{display: block; width: 240/2/12rem; height: 100%; color:#333; font-size:28/2/12rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.nav_content .bottom{height: 80/2/12rem;}

/* footer */
footer{position:fixed; z-index:999; bottom:0; width:100%; height:80/2/12rem; background: #fff; box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);}
footer > ul > li{width: 33.33%; height:80/2/12rem;  text-align: center; float:left; padding: 5/2/12rem 0 0 0; position: relative;}
footer > ul > li.on i{color: @main_color !important;}
footer > ul > li.on p{color: @main_color;}
footer > ul > li i{color: #333 !important;}
footer > ul > li > a p{font-size: 24/2/12rem; color: #333;}
footer > ul > li > ul{width: 100/12rem; position: absolute; bottom: 50/12rem; left: 50%; margin-left: -100/2/12rem; background: #fafafa; border: 2/2/12rem solid #e1e1e1; display:none;}
footer > ul > li > ul > li{display: inline-block; padding: 30/2/12rem 0; font-size: 24/2/12rem; border-bottom: 2/2/12rem solid #e1e1e1; width: 85/12rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
footer > ul > li > ul > li:nth-last-child(1){border-bottom: none;}


////////////////////////////// é¦–é¡µ //////////////////////////////
//banner
.focus{ width:100%; height:320/2/12rem;  margin:0 auto; position:relative; overflow:hidden;   }
.focus .hd{ width:100%; height:11px;  position:absolute; z-index:1; bottom:5px; text-align:center;  }
.focus .hd ul{ display:inline-block; height:5px; padding:3px 5px; background-color:rgba(255,255,255,0.7);
    -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size:0; vertical-align:top;
}
.focus .hd ul li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#8C8C8C; margin:0 5px;  vertical-align:top; overflow:hidden;   }
.focus .hd ul .on{ background:@main_color;  }

.focus .bd{ position:relative; z-index:0; }
.focus .bd li img{ width:100%;  height:320/2/12rem; background:url(/static/index/mobile/default/css/images/loading.gif) center center no-repeat;  }
.focus .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* å–æ¶ˆé“¾æŽ¥é«˜äº® */  }
//banner end
//é¦–é¡µ1
.index_top{height: 80/2/12rem;}
.index_bottom{height: 90/2/12rem;}

.module{margin: 6/2/12rem 0 0 0; width: 640/2/12rem; height: 153/2/12rem; overflow: hidden;}
.module .l{float:left; width: 288/2/12rem; height: 153/2/12rem; position: relative;}
.module .l h3{margin: 44/2/12rem 0 0 20/2/12rem; font-size: 30/2/12rem; color: #454449; width: 200/2/12rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.module .l i{display: block; width:24/2/12rem; height:44/2/12rem; background:url(/static/index/mobile/default/css/images/jiantou.png) no-repeat; background-size:24/2/12rem 44/2/12rem;  position: absolute; top:43/2/12rem;right:35/2/12rem;}
.module .r{float:left; width: 352/2/12rem; height: 153/2/12rem;}
.module .r img{width: 352/2/12rem; height: 153/2/12rem;}
//é¦–é¡µ1 end

//é¦–é¡µ2

//public start
.bg{background:#f7f7f7;}
.index_title_wrap{text-align:center;margin-top:40/2/12rem;}
.index_title_wrap h2 .index_title{font-size:30/2/12rem;color:@main_color;}
.index_title_wrap h2 .index_title span{color:#c00;}
//public end

//index_service start
.index_service{overflow:hidden;padding-bottom:40/2/12rem;background:#fff;}
.index_service .index_service_b{margin-top:30/2/12rem;}
.index_service .index_service_b .item_wrap:nth-of-type(1)~.item_wrap{margin-top:30/2/12rem;}
.index_service .index_service_b .item_wrap .item_wrap_t .item_wrap_t_t{text-align:center;line-height:91/2/12rem;font-size:28/2/12rem;font-weight:800;width:196/2/12rem;height:91/2/12rem;margin:0 auto;background:url('/static/index/mobile/upload/sys/pc/service/title_bg.png') no-repeat center;background-size:100% 100%;}
.index_service .index_service_b .item_wrap .item_wrap_t .item_wrap_t_t a{color:#333;}
.index_service .index_service_b .item_wrap .item_wrap_t .pic_wrap{position:relative;display:block;width:554/2/12rem;height:250/2/12rem;margin:30/2/12rem auto 0;overflow:hidden;}
.index_service .index_service_b .item_wrap .item_wrap_t .pic_wrap img{position:absolute;width:100%;top:50%;left:50%;.transform_translate(-50%,-50%);}
.index_service .index_service_b .item_wrap .item_wrap_t_b{width:554/2/12rem;overflow:hidden;text-align:justify;font-size:1rem;color:#333;margin:20/2/12rem auto 0;}

.index_service .index_service_b .index_service_b_b{margin-top:30/2/12rem;}
.index_service .index_service_b .index_service_b_b .item_wrap_b .item_wrap_b_t{font-size:1rem;text-align:center;font-weight:800;}
.index_service .index_service_b .index_service_b_b .item_wrap_b .item_wrap_b_t a{color:@main_color;}
.index_service .index_service_b .index_service_b_b .item_wrap_b .item_wrap_b_m{margin-top:30/2/12rem;}
.index_service .index_service_b .index_service_b_b .item_wrap_b .item_wrap_b_m ul{text-align:center;}
.index_service .index_service_b .index_service_b_b .item_wrap_b .item_wrap_b_m ul li{display:inline-block;width:200/2/12rem;height:50/2/12rem;line-height:50/2/12rem;font-size:1rem;}
.index_service .index_service_b .index_service_b_b .item_wrap_b .item_wrap_b_m ul li.on{color:#fff;background:@main_color;}
.index_service .index_service_b .index_service_b_b .item_wrap_b .item_wrap_b_b{margin-top:30/2/12rem;}
.index_service .index_service_b .index_service_b_b .item_wrap_b .item_wrap_b_b ul li{width:340/2/12rem;}
.index_service .index_service_b .index_service_b_b .item_wrap_b .item_wrap_b_b ul li .pic_wrap{position:relative;width:340/2/12rem;height:218/2/12rem;overflow:hidden;}
.index_service .index_service_b .index_service_b_b .item_wrap_b .item_wrap_b_b ul li .pic_wrap img{position:absolute;width:100%;top:50%;left:50%;.transform_translate(-50%,-50%);}
.index_service .index_service_b .index_service_b_b .item_wrap_b .item_wrap_b_b ul li .item_title{font-size:1rem;color:#333;text-align:center;height:40/2/12rem;line-height:40/2/12rem;}
//index_service end

//index_product start
.index_product{overflow:hidden;padding-bottom:40/2/12rem;background:#fff;margin-top:15/2/12rem;}
.index_product .index_product_b{margin-top:30/2/12rem;}
.index_product .index_product_b .item_wrap:nth-of-type(1)~.item_wrap{margin-top:30/2/12rem;}
.index_product .index_product_b .item_wrap .item_wrap_t{width:196/2/12rem;height:91/2/12rem;margin:0 auto;background:url('/static/index/mobile/upload/sys/pc/service/title_bg.png') no-repeat center;background-size:100% 100%;font-size:28/2/12rem;text-align:center;line-height:91/2/12rem;}
.index_product .index_product_b .item_wrap .item_wrap_t a{color:#c00;}
.index_product .index_product_b .item_wrap .item_wrap_b{margin-top:30/2/12rem;}
.index_product .index_product_b .item_wrap .item_wrap_b ul li{width:276/2/12rem;}
.index_product .index_product_b .item_wrap .item_wrap_b ul li .pic_wrap{width:274/2/12rem;height:177/2/12rem;border:1/2/12rem solid #bfbfbf;}
.index_product .index_product_b .item_wrap .item_wrap_b ul li .pic_wrap img{display:block;width:100%;height:100%;}
.index_product .index_product_b .item_wrap .item_wrap_b ul li .item_title{text-align:center;font-size:1rem;color:#333;font-weight:800;margin-top:10/2/12rem;}
//index_product end

//index_advantage start
.index_advantage{overflow:hidden;padding-bottom:40/2/12rem;background:#fff;margin-top:15/2/12rem;}
.index_advantage .index_advantage_b{margin-top:30/2/12rem;}
.index_advantage .index_advantage_b .index_advantage_b_b{margin-top:20/2/12rem;}
.index_advantage .index_advantage_b img{display:block;width:100%;}
.index_advantage .index_advantage_b ul li{position:relative;margin-top:20/2/12rem;padding-left:65/2/12rem;height:47/2/12rem;line-height:47/2/12rem;}
.index_advantage .index_advantage_b ul li .icon{position:absolute;width:65/2/12rem;height:47/2/12rem;top:0;left:0;}
.index_advantage .index_advantage_b ul li .item_title{font-size:1rem;color:#333;}
.index_advantage .index_advantage_b ul li .item_title span{color:#c00;}
//index_advantage end

//index_abo start
.index_abo{overflow:hidden;width:100%;margin-top:15/2/12rem;background:#fff;padding-bottom:48/2/12rem;}
.index_abo .index_abo_b{margin-top:30/2/12rem;}
.index_abo .index_abo_b .index_abo_b_t{height:274/2/12rem;line-height:40/2/12rem;overflow:hidden;font-size:1rem;color:#666;text-align:justify;text-indent:2em;}
.index_abo .index_abo_b img{display:block;width:100%;margin-top:20/2/12rem;}
//index_abo end

//index_news start
.index_news{overflow:hidden;background:#fff;margin-top:15/2/12rem;}
.index_news .index_news_b{margin-top:30/2/12rem;}
.index_news .index_news_b ul li:nth-of-type(1)~li{margin-top:20/2/12rem;}
.index_news .index_news_b ul li{width:100%;height:140/2/12rem;}
.index_news .index_news_b ul li .date{width:138/2/12rem;height:138/2/12rem;border:1/2/12rem solid #d2d2d2;text-align:center;text-align:center;}
.index_news .index_news_b ul li .date .month{font-size:60/2/12rem;color:#333;margin-top:12/2/12rem;font-weight:800;}
.index_news .index_news_b ul li .date .day{font-size:1rem;color:#333;}
.index_news .index_news_b ul li .content{width:(600-140-30)/2/12rem;margin-left:30/3/12rem;}
.index_news .index_news_b ul li .content .content_title a{font-size:30/2/12rem;color:#333;margin-top:14/2/12rem;display:inline-block;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.index_news .index_news_b ul li .content .content_remark{font-size:1rem;color:#666;height:60/2/12rem;overflow:hidden;margin-top:6/2/12rem;}
//index_news end

//é¦–é¡µ2 end
////////////////////////////// é¦–é¡µ //////////////////////////////
////////////////////////////// å†…é¡µ //////////////////////////////
////////////////////////////// æœç´¢é¡µ //////////////////////////////
.sform{}
.sform input[name="q"]{float:left;width:510/2/12rem;height:80/2/12rem; line-height:33px; text-indent:5px;border-radius:0px; border: 1px solid #999; font-size: 26/2/12rem; border-top-left-radius: 1rem; border-bottom-left-radius: 1rem;}
.sform input[type="submit"]{float:left; width:84/2/12rem; height:84/2/12rem; background: url(/static/index/mobile/default/wap/images/icon/search.png) @main_color no-repeat center; background-size: 60/2/12rem  60/2/12rem;;
border:none; border-top-right-radius: 1rem; border-bottom-right-radius: 1rem; border-top-left-radius: 0; border-bottom-left-radius: 0;
}
//å…³é”®è¯
.sform label{float:left; width:100%; color:#333; padding: 10/2/12rem 0;}
.sform label span{float:left; width:100%; font-size: 26/2/12rem; line-height: 40/2/12rem;}
.sform label a{font-size: 24/2/12rem; color:#333;}
//å…³é”®è¯
//æœç´¢å¤±è´¥ç»“æžœ
.stitle{width:100%; border-bottom:1px solid #ccc; padding:10px 0; color: @main_color; text-align:left; font-size: 24/2/12rem; margin:10px 0;}
.sno{width:100%;padding:30px 0;overflow:hidden;}
.sno span{display:block;width:100%;color:#999;text-align:center;margin:5px 0; font-size: 26/2/12rem;}
.sno .f{font-size: 30px; color: #999;}
.sno .c{font-size:14px;line-height:24px; color: #999;}
.sno .e{line-height:18px; color:#999;}
//æœç´¢å¤±è´¥ç»“æžœ
////////////////////////////// æœç´¢é¡µ //////////////////////////////

//é¢åŒ…å±‘å¯¼èˆª
.breadcrumb{font-size: 24/2/12rem;}
//é¢åŒ…å±‘å¯¼èˆª end

//å†…é¡µ_å¤´éƒ¨æ ‡é¢˜
.page_title{margin: 20/2/12rem 0; background:url(/static/index/mobile/default/css/images/tbg.png) repeat-x left 25/2/12rem;color:#000;text-align:center;overflow:hidden;}
.page_title span{display:inline-block; background: #FFF;}
.page_title .c{font-size:32/2/12rem;padding:0 15px;}
.page_title i{font-size:32/2/12rem;}
.page_title .e{font-size:30/2/12rem;}
//å†…é¡µ_å¤´éƒ¨æ ‡é¢˜ end

/* å†…é¡µ_å¯¼èˆª */
#page_nav{width: 100%; height: 80/2/12rem; line-height: 80/2/12rem; overflow: hidden; background: #fff; box-shadow:3px 3px 3px rgba(0,0,0,0.2); position: relative;}
#page_nav .swiper-slide {padding: 0 40/2/12rem; width:auto;}
#page_nav .swiper-wrapper {overflow: auto;}
#page_nav .swiper-wrapper a{font-size: 24/2/12rem;}
#page_nav .swiper-wrapper .cur a{color:@main_color;}
.page_nav_fixed{position: fixed; top: 0; z-index: 997;}
.page_nav_height1{height: 80/2/12rem; margin: 80/2/12rem auto 20/2/12rem auto;}

//äº§å“åˆ—è¡¨
@product_list_li_width: 290/2/12rem;
.product_list{width:110%; overflow:hidden;}
.product_list li{float: left; width: @product_list_li_width; background: #fff; overflow: hidden; margin-right: 20/2/12rem; position: relative;}
.product_list li a img{width:100%;}
.product_list li a .tit{height: 100/2/12rem; line-height: 100/2/12rem; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; font-size: 24/2/12rem;}

.product_list li .hot{width: 100px; height: 30px; line-height: 30px; background: @main_color; position: absolute; top: 10px; left: -26px; z-index:100; color: #fff; text-align: center; font-size: 12px;
.transform_rotate(-45deg);
}
//äº§å“åˆ—è¡¨ end
//æ¡ˆä¾‹åˆ—è¡¨
@case_list_li_width: 290/2/12rem;
.case_list{width:110%; overflow:hidden;}
.case_list li{float:left; width: @case_list_li_width; background:#fff; overflow:hidden; margin-right: 20/2/12rem;}
.case_list li a img{width: 100%;}
.case_list li a .tit{height: 100/2/12rem; line-height: 100/2/12rem; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; font-size: 24/2/12rem;}
//æ¡ˆä¾‹åˆ—è¡¨ end
//å›¾ç‰‡åˆ—è¡¨
@pic_list_li_width: 290/2/12rem;
.pic_list{width:110%; overflow:hidden;}
.pic_list li{float: left; width: @pic_list_li_width; background:#fff; overflow:hidden; margin-right: 20/2/12rem;}
.pic_list li a img{width: 100%;}
.pic_list li a .tit{height: 100/2/12rem; line-height: 100/2/12rem; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; font-size: 24/2/12rem;}
//å›¾ç‰‡åˆ—è¡¨ end
//è§†é¢‘åˆ—è¡¨
@video_list_li_width: 600/2/12rem;
.video_list{width:110%; overflow:hidden;}
.video_list li{float:left; width: @video_list_li_width; background:#fff; overflow: hidden; margin-right: 20/2/12rem;}
.video_list li img{width: 100%;}
.video_list li iframe{width: 100%;}
.video_list li .tit{height: 100/2/12rem; line-height: 100/2/12rem; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; font-size: 24/2/12rem;}
//è§†é¢‘åˆ—è¡¨ end

//å†…é¡µ_å…¬å…±è½®æ’­å›¾
.page_focus{width: 640/2/12rem; margin:0 auto; position:relative; overflow:hidden;   }
.page_focus .hd{width: 640/2/12rem; height:5px;  position:absolute; z-index:1; bottom:0; text-align:center;}
.page_focus .hd ul{ overflow:hidden; display:-moz-box; display:-webkit-box; display:box; height:5px; background-color:rgba(51,51,51,0.5);}
.page_focus .hd ul li{ -moz-box-flex:1; -webkit-box-flex:1; box-flex:1; }
.page_focus .hd ul li{font-size: 0;}
.page_focus .hd ul .on{background: @main_color;}
.page_focus .bd{ position:relative; z-index:0; }
.page_focus .bd li img{width:100%;}
.page_focus .bd li a{-webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* å–æ¶ˆé“¾æŽ¥é«˜äº® */ }
//å†…é¡µ_å…¬å…±è½®æ’­å›¾ end
//å†…é¡µ_å…¬å…±è½®æ’­å›¾2(éœ€è®¾å›¾å®½é«˜)
.page_focus2{width: 640/2/12rem; margin:0 auto; position:relative; overflow:hidden;   }
.page_focus2 .hd{width: 640/2/12rem; height: 10/2/12rem; position:absolute; z-index:1; bottom:0; text-align:center;}
.page_focus2 .hd ul{ overflow:hidden; display:-moz-box; display:-webkit-box; display:box; height:5px; background-color:rgba(51,51,51,0.5);}
.page_focus2 .hd ul li{ -moz-box-flex:1; -webkit-box-flex:1; box-flex:1; }
.page_focus2 .hd ul li{font-size: 0;}
.page_focus2 .hd ul .on{background: @main_color;}
.page_focus2 .bd{ position:relative; z-index:0; }
.page_focus2 .bd li img{width: 640/2/12rem; height: 400/2/12rem;}
.page_focus2 .bd li a{-webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* å–æ¶ˆé“¾æŽ¥é«˜äº® */ }
//å†…é¡µ_å…¬å…±è½®æ’­å›¾2(éœ€è®¾å›¾å®½é«˜) end
//å†…é¡µ_è¯¦æƒ…æè¿°
.page_detail1{width: 600/2/12rem; margin: 0 auto; background:#fff;}
.page_detail1 h1{display:block; font-size: 36/2/12rem;padding:30/2/12rem 0;text-align:center;}
.page_detail1 .page_nav2{width: 100%; height: 86/2/12rem; background: #fff; border-bottom: 2/2/12rem solid #999; position: relative;}
.page_detail1 .page_nav2 .left_line{width: 20/2/12rem; height: 2/2/12rem; background: #999; position: absolute; bottom: -1.5/2/12rem; left: -20/2/12rem; display: block;}
.page_detail1 .page_nav2 .right_line{width: 20/2/12rem; height: 2/2/12rem; background: #999; position: absolute; bottom: -1.5/2/12rem; right: -20/2/12rem; display: block;}
.page_detail1 .page_nav2 li.swiper-slide{height: 84/2/12rem; line-height: 84/2/12rem; padding: 0 40/2/12rem; width:auto; overflow: hidden; font-size: 24/2/12rem;}
.page_detail1 .page_nav2 li.on{color:@main_color; border-top: 2/2/12rem solid #999; border-left: 2/2/12rem solid #999; border-right: 2/2/12rem solid #999; border-bottom: 2/2/12rem solid #fff; border-radius: 10/2/12rem 10/2/12rem 0 0;}
.page_detail1 .tempWrap{padding: 20/2/12rem 0;}
.page_detail1 .detail{width: 600/2/12rem; overflow:hidden;}
//å†…é¡µ_è¯¦æƒ…æè¿° end

////////////////////////////// æ–°é—»é¡µ //////////////////////////////
//æ–°é—»åˆ—è¡¨é¡µ
.article_list{width:100%;overflow:hidden;}
.article_list li{width:100%; height:120/2/12rem; background:#fff; margin: 30/2/12rem 0;}
.article_list li .l{float:left; width:120/2/12rem; height:120/2/12rem; border: 1/2/12rem solid #e5e5e5; text-align: center;}
.article_list li .l p{color: #666666;}
.article_list li .l .p1{line-height: 85/2/12rem; font-size: 50/2/12rem; font-weight: bold;}
.article_list li .l .p2{font-size: 24/2/12rem;}
.article_list li .c{float: right; width:450/2/12rem; padding: 10/2/12rem;}
.article_list li .c h3{width:100%; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; font-size: 30/2/12rem; color: #000;}
.article_list li .c p{display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical; word-break:break-all; overflow:hidden; font-size: 20/2/12rem; color: #666;}
//æ–°é—»åˆ—è¡¨é¡µ
//æ–°é—»åˆ—è¡¨é¡µ2
.article_list2{width: 600/2/12rem; margin: 0 auto;}
.article_list2 li{border: 1px solid #ccc; border-radius: 5px; padding: 10/2/12rem; margin-bottom: 20/2/12rem;}
.article_list2 li img{width: 159/2/12rem; height: 119/2/12rem; display: block; float:left;}
.article_list2 li .content{float:right; width: 400/2/12rem; height: 119/2/12rem; overflow: hidden;}
.article_list2 li .content h4{font-size: 28/2/12rem; width: 400/2/12rem; line-height: 28/2/12rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #333;}
.article_list2 li .content span{display: block; font-size: 24/2/12rem; line-height: 24/2/12rem; margin-top: 5/2/12rem;}
.article_list2 li .content p{float: left; font-size: 24/2/12rem; color: #666; width: 400/2/12rem; height: 65/2/12rem; line-height: 30/2/12rem; overflow: hidden; margin-top: 5/2/12rem;}
//æ–°é—»åˆ—è¡¨é¡µ2 end
//æ–°é—»åˆ—è¡¨é¡µ3
.article_list_width{width: 640/2/12rem;}
.article_list3{width: 640/2/12rem; margin: 0 auto;}
.article_list3 li{border-bottom: 1px solid #ccc;}
.article_list3 li a{display: block; height: 140/2/12rem; padding: 20/2/12rem;}
.article_list3 li .content{float: left; width: 390/2/12rem; height: 140/2/12rem; overflow: hidden;}
.article_list3 li .content h4{font-size: 30/2/12rem; float: left; line-height: 44/2/12rem; color: #333; word-break: break-all;  height: 95/2/12rem; overflow: hidden;}
.article_list3 li .content p{float: left; font-size: 24/2/12rem; color: #666; width: 400/2/12rem; height: 85/2/12rem; line-height: 24/2/12rem; overflow: hidden; margin-top: 15/2/12rem;}
.article_list3 li img{width: 183/2/12rem; height: 140/2/12rem; display: block; float:right;}
//æ–°é—»åˆ—è¡¨é¡µ3 end
//å†…é¡µ_å…¬å…±è¯¦æƒ…é¡µ2
.article_detail{background:#fff; overflow:hidden;}
.article_detail h1{padding:20/2/12rem; font-size: 36/2/12rem; text-align:left;}
.article_detail .i{display: block; padding: 0 20/2/12rem 20/2/12rem 20/2/12rem; text-align:left; _height:40/2/12rem; line-height:40/2/12rem; color:#828282; border-bottom: 2/2/12rem dotted #e1e1e1; font-size: 24/2/12rem; overflow:hidden; }
.article_detail .i span{height:40/2/12rem; font-size: 24/2/12rem; margin-right: 20/2/12rem;}
.article_detail .detail{width: 600/2/12rem; margin: 0 auto; padding:20px 0;  overflow: hidden;}
//å†…é¡µ_å…¬å…±è¯¦æƒ…é¡µ2 end
//æ–°é—»åˆ†äº«
.bdsharebuttonbox{height: 24px;}
//æ–°é—»åˆ†äº«
////////////////////////////// æ–°é—»é¡µ //////////////////////////////

//ä¸Šä¸‹é¡µ
.prev_next{padding: 20/2/12rem 10/2/12rem; border-top: 2/2/12rem dotted #e1e1e1; border-bottom: 2/2/12rem dotted #e1e1e1;}
.prev_next .apn{font-size: 24/2/12rem; width: 100%; margin-top: 12/2/12rem; height: 50/2/12rem; line-height: 50/2/12rem; background: #fff; text-indent: 10/2/12rem; padding: 6/2/12rem 0; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.prev_next .apn a{color: @main_color; font-size: 24/2/12rem;}
//ä¸Šä¸‹é¡µ end

//åŠ è½½
.page_load{display:none;width:100%;margin-top:10px;height:30px;background:url(/static/index/mobile/default/css/images/loading.gif) no-repeat center center;}
//åŠ è½½

////////////////////////////// å…³äºŽæˆ‘ä»¬ //////////////////////////////
//èšåˆæ ç›®
.part>li{padding: 25/2/12rem 0;}
.part>li:nth-child(1){padding-top: 0px;}
.sector_head{}
.sector_head h3{font-size: 30/2/12rem; text-align: left; line-height: 50/2/12rem; border-bottom: 1/2/12rem solid #ccc; color: @main_color;}
.sector_head h3 a{font-size: 30/2/12rem; text-align: left; line-height: 50/2/12rem; color: @main_color;}
//èšåˆæ ç›® end

//å•é¡µ
.sector_content{padding: 20/2/12rem 0; overflow:hidden;}
//å•é¡µ end

//å›¾ç‰‡3
@about_pic3_li_width: 290/2/12rem;
.about_pic3{width:110%; padding: 20/2/12rem 0; overflow:hidden;}
.about_pic3 li{float:left; width: @about_pic3_li_width; background:#fff;overflow:hidden; margin-right: 20/2/12rem;}
.about_pic3 li img{width: 100%;}
.about_pic3 li .tit{height:50px; line-height:50px; font-size: 20/2/12rem; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
//å›¾ç‰‡3
//è§†é¢‘
@about_video_li_width: 600/2/12rem;
.about_video{width:110%; padding: 20/2/12rem 0; overflow:hidden;}
.about_video li{float:left; width: @about_video_li_width; background:#fff;overflow:hidden; margin-right: 20/2/12rem;}
.about_video li iframe{width: 100%; }
.about_video li .tit{height:50px; line-height:50px; font-size: 20/2/12rem; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
//è§†é¢‘
//è¯ä¹¦
@about_cert_li_width: 290/2/12rem;
.about_cert{width:110%; padding: 20/2/12rem 0; overflow:hidden;}
.about_cert li{float:left; width: @about_cert_li_width; background:#fff;overflow:hidden; margin-right: 20/2/12rem;}
.about_cert li img{width: 100%;}
.about_cert li .tit{height:50px; line-height:50px; font-size: 20/2/12rem; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
//è¯ä¹¦ end
//åˆä½œå®¢æˆ·
@about_client_li_width: 288/2/12rem;
.wap_about_client{width:110%; padding: 20/2/12rem 0; overflow:hidden;}
.wap_about_client li{float: left; width: @about_client_li_width; background: #fff; overflow: hidden; margin:20/2/12rem 20/2/12rem 0 0; border: 1/2/12rem solid #ccc;}
.wap_about_client li img{width: 100%;}
//åˆä½œå®¢æˆ· end
////////////////////////////// å…³äºŽæˆ‘ä»¬ //////////////////////////////


/* å†…é¡µ_åœ¨çº¿ç•™è¨€ */
.feedback{width: 600/2/12rem; font-size: 28/2/12rem;}
.feedback .introduce{font-size: 24/2/12rem; color:#f00; padding: 10/2/12rem 0 20/2/12rem 0;}
.feedback .text input{
    width: 576/2/12rem;
    height: 40/2/12rem;
    font-size: 24/2/12rem;
    border-radius: 5/2/12rem;
    background-color: #eee;
    border: 2/2/12rem dashed #aaa;
    margin: 10/2/12rem auto;
    padding: 10/2/12rem 10/2/12rem;
    line-height: normal;
}
.feedback .textarea1 .textarea2{
    width: 576/2/12rem;
    height: 100*2/2/12rem;
    font-size: 24/2/12rem;
    border-radius: 5/2/12rem;
    background-color: #eee;
    border: 2/2/12rem dashed #aaa;
    margin: 10/2/12rem auto;
    padding: 10/2/12rem 10/2/12rem;
}

.feedback .submit .input{
    width: 100%;
    height: 70/2/12rem;
    font-size: 30/2/12rem;
    border-radius: 5/2/12rem;
    background: @main_color;
    border: none;
    color: #ffffff;
    text-align: center;
}
.feedback .j_form_tips{font-size: 24/2/12rem; margin: 20/2/12rem auto;}

//è”ç³»æˆ‘ä»¬
.contact{}
.contact h3{font-size: 40/2/12rem; margin-bottom: 25/2/12rem;}
.contact p{font-size: 30/2/12rempx; height: 80/2/12rem; line-height: 80/2/12rem; color: #666666; border-top: 1/2/12rem solid #666;}
#allmap{width: 100%; height: 800/2/12rem;}
//è”ç³»æˆ‘ä»¬
////////////////////////////// å†…é¡µ //////////////////////////////

//è¿”å›žé¡¼ƒ¨
.footer_back{width: 70/2/12rem; position: fixed; z-index: 999; bottom: 120/2/12rem; right: 20/2/12rem;}
.backToTheHead{width: 70/2/12rem; height: 70/2/12rem; margin-bottom: 10/2/12rem; display: none;}
.backToTheHead2{width: 70/2/12rem; height: 70/2/12rem;}
.backToTheHead img{width: 70/2/12rem; height: 70/2/12rem;}
.backToTheHead2 img{width: 70/2/12rem; height: 70/2/12rem;}
//è¿”å›žé¡¼ƒ¨ end

//æ¨ªå±
@media all and (orientation : landscape) {
    .landscape{display: block;}/*æ¨ªå±æ—¼˜¾ç¤º*/
    .landscape{background: #333; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; text-align: center;}
    .landscape i{display: block; background: url(/static/index/mobile/default/wap/images/phone.png); width: 100/2/12rem; height: 100/2/12rem;overflow: hidden; background-size: 100/2/12rem 100/2/12rem; margin: 80/2/12rem auto 15/2/12rem auto;
    animation:mymove 3s infinite;
    -webkit-animation:mymove 4s infinite;
    }
    .landscape b{font-size: 20/2/12rem; color: #fff;}

}
@keyframes mymove
{
0%   {transform:rotate(270deg);}
50%  {transform:rotate(360deg);}
100% {transform:rotate(270deg);}
}

@-webkit-keyframes mymove
{
0%   {transform:rotate(270deg);}
50%  {transform:rotate(360deg);}
100% {transform:rotate(270deg);}
}
//æ¨ªå± end
//ç«–å±
@media all and (orientation : portrait){
.landscape{display: none;}/*ç«–å±æ—¼¶ˆå¤±*/
}
//ç«–å± end
//////////////////////////// å†…é¡µ ////////////////////////////
.iconfont {
  font-family:"iconfont" !important;
  font-size: 34/2/12rem;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

/**
 * å†…é¡µ_æ ç›®ç®€ä»‹
 */
.page_intro{width: 600/2/12rem; margin: 0 auto;}
/* PAGINATIN */
.pagination {
	margin:0 0 10px 10px;
	height:30px;
}
.pagination li{
	float: left;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #f4f4f4;
    border-color: #DDDDDD;
    color: inherit;
    cursor: default;
    z-index: 2;
}

.pagination > li > a,
.pagination > li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}
.pagination:after {
    clear: both;
}<!--ʱ1784932882.6644-->