@charset "utf-8";
/*
CSS Reset
Author : zhanghu
Date : 2013-11-27
Veision : 1.0.0
*/

/* 清除内外边距 */
body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, code, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, textarea, /* form elements 表单元素 */
table, tbody, tfoot, thead, th, td, /* table elements 表格元素 */ 
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video/* html5 Elements */ {
    margin:0;
    padding:0;
    outline:0;
    background:transparent;
}
/* html5 Elements display block html5元素块级呈递*/ 
article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display:block;
}

/* 设置默认字体 */
body,
button, input, select, textarea /* for ie */ {font:14px/1.5 "微软雅黑","\5FAE\8F6F\96C5\9ED1", Verdana, Tahoma, "DejaVu Sans", sans-serif;}
h1, h2, h3, h4, h5, h6,button, input, select, textarea{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family:"\5FAE\8F6F\96C5\9ED1", Verdana, Tahoma, "DejaVu Sans", sans-serif } /* 统一等宽字体 */
small { font-size:12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol, li { list-style:none; }
/* 重置图片边框 */
img { border:none; }

/* 重置文本格式元素 */
a { text-decoration:none;outline:thin none; }
a:hover { text-decoration:none; color: #00aedf;}


/* 重置表格元素 */
table { border-collapse:collapse; border-spacing:0; }

/* 清除浮动 */
.clear{clear:both;  }
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}

/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

html,body{font-size: 13px; line-height: 18px;}
a{color: #333;}

/*----------CSS初始化END-----------------*/

#main{width: 100%;}
.container{width: 1200px; margin: 0 auto;position: relative;}
img.img-responsive{display: block; max-width: 100%; height: auto;}

.header{
    width: 100%; 
    margin: 0 auto; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    background-color: #fff; 
    z-index: 1;
}
.header .logo{float: left; padding: 10px 0;}
.header .nav{float: right;}
.header .nav ul li{float: left; padding: 15px 20px 20px; font-weight: bold; padding-bottom: 25px;font-size: 16px;}
.header .nav ul li.active{ border-bottom: 3px solid #00aedf; }
.header .nav .lang{float: right; height: 50px; line-height: 50px; width: 100%; text-align: right;}
.header .nav .lang a{padding: 0 10px;}

/*首页*/
.index_header{background-color: transparent;}
.index_header2{background-color: #fff; position: fixed; z-index: 9;}
.index_header2 .nav ul li a,.index_header2 .nav .lang a{color: #333;}
.index_header2 .nav .lang{display: none;}

.index_header a{color: #fff;}

.logo_index2{display: none; height: 40px;}

.banner{margin-top: 105px;}
.banner img{width: 100%;} 

/*.banner{margin-top: 105px; position: relative; height: 350px; overflow: hidden; width: 100%;}
.banner img{position: absolute; top: 0px; left: 50%; margin-left: -960px;} */

.main{color: #666;}
.main .main_l{float: left; width: 19.17%; border-top: 4px solid #00aedf; border-bottom: 2px solid #00aedf;margin-top: 20px; padding-bottom: 20px;}
.main .main_l h3{font-size: 20px; font-weight: bold; line-height: 30px; padding: 10px 0;}
.main .main_l ul li{line-height: 30px; padding: 10px 0; padding-left: 30px; border-bottom: 1px solid #eee; font-size: 16px;}
.main .main_l ul li:hover,.main .main_l ul li.active{ background: url(../images/sidebar.png) 10px center no-repeat;}
.main .main_l ul li:hover a,.main .main_l ul li.active a{color: #00aedf;}
.main .main_r{float: right; width: 79.17%;}
.main .n_nav{line-height: 30px; padding: 10px 0; border-bottom: 1px solid #ccc;}
.main .n_nav ul{float: right; display: inline;}
.main .n_nav ul a:last-child{color: #00aedf;}
.main .main_r h5{border-left: 2px solid #00aedf; margin: 20px 0px; padding-left: 15px; font-weight: bold; font-size: 16px; color: #00aedf;}
.main .main_r ul.aboutzz_ico{margin-top: 20px;}
.main .main_r ul.aboutzz_ico li{width: 16%; padding: 0 2%; float: left; text-align: center;}
.main .main_r ul.aboutzz_ico li img{padding: 8% 0;}
.main .main_r ul.aboutzz_ico li p{line-height: 30px; text-align: center;}
.main .main_r ul.about_jyln li,.main .main_r ul.about_zzln li{width: 31.33%; float: left; padding-left: 2%; line-height: 30px; background: url(../images/footer_dian.png) center left no-repeat;}
.about_yxln p{line-height: 30px;}
.about_yxln img{margin-top: 20px; max-width: 100%;}


.footer{padding: 50px 0; background-color: #333333; color: #fff; margin-top: 50px;}
.footer ul{float: left;}
.footer ul li{float: left; padding: 0 15px; font-size: 16px; background: url(../images/footer_dian.png) center left no-repeat;}
.footer ul li:first-child{background:none;}
.footer ul li a{color: #fff;}
.footer ul li a:hover{color: #00aedf;}
.footer p{float: right;}
.footer p a{color: #fff;}


/*关于卓众-企业文化*/
.about_qywh p{line-height: 30px; margin-bottom: 20px;}
.about_qywh ul{margin-bottom: 20px;}
.about_qywh ul li{width: 48%; float: left; padding: 10px 1%;}
.about_qywh ul li div{border: 1px solid #ccc; padding: 0 20px;}
.about_qywh ul li div h5{margin: 15px 0;}

/*关于卓众-企业资质*/
.about_qyzz ul li{width: 30.33%; float: left; padding: 0px 1.5%; text-align: center; margin-top: 15px;}
.about_qyzz ul li span{position: relative; display: block;border: 1px solid #ccc; padding: 20px ; height: 300px; overflow: hidden;}
.about_qyzz ul li span img{max-width: 100%;max-height: 300px;}
.about_qyzz ul li span .img_fdj{position: absolute; right: 15px; bottom: 15px;}
.about_qyzz ul li p{line-height: 30px; font-weight: bold; color: #333; padding: 5px 0;}

.pro_type h5,.pro_list h5,.case_list h5.news_list h5,.server h5,.sales h5{border-left: 2px solid #00aedf; margin: 20px 0px; padding-left: 15px; font-weight: bold; font-size: 16px; color: #00aedf;}
.pro_type ul li,.pro_list ul li,.case_list ul li{width: 29%; float: left;margin:0 0.55%;padding: 20px 1.5%; text-align: center;}


/*产品中心-分栏页*/
.pro_type ul li{display: inline-block;}
.pro_type ul li h6{font-size: 16px; font-weight: bold; line-height: 30px;margin-top: 5px;}
.pro_type ul li>p{line-height: 24px;}
.pro_type ul li{margin-top:1.1%;}
.pro_type ul li a:not(.wfEditorMode){display: block;text-align:center}
.pro_type ul li a .pro_list_img{height:230px;width:230px;overflow:hidden;border-radius:50%;display:inline-block;border:1px solid #ddd;}
.pro_type ul li a img{height:230px;}
.pro_type ul li .div_bg{display:none;line-height:230px;height:230px;padding:0;width:345px;text-align: center;
    background:rgba(255,255,255,.8);position:absolute;top:0;left:0;text-align:center;vertical-align: middle;}
.pro_type ul li .div_bg span{display:inline-block;vertical-align:middle;text-align: center;width:345px;height:80%;padding-top:10%}
.pro_type ul li .div_bg span p{height:20%;line-height:20%;}

/*产品中心-列表页*/
.pro_list ul li>div{border: 1px solid #ccc; padding: 2%; width: 96%;}
.pro_list ul li>div{width: 100%;}
.pro_list ul li>div p{font-weight: bold; line-height: 40px; border-top: 1px solid #ccc;}
.pro_list ul li>div img{margin-bottom: 10px; width: 100%;}
.pro_list ul li .nodiv{height: 184px;width:276px;overflow:hidden;padding-bottom:10px;}

/*工程案例*/
.case_list ul li div p{line-height: 40px; font-weight: bold;}
.case_list ul li div a span{position: relative; display: block; overflow: hidden;}
.case_list ul li div a span .img_tm{position: absolute; top: 0px; left: 0px; width: 150%;top:-27px;left:-5px;}
.case_list ul li div img{width: 100%;}
.case_list ul li div img:not(.img_tm){height:100%}

/*新闻中心*/
.news_list ul li{width: 100%; margin-bottom: 20px;}
.news_list .news_list_l{width: 13.789%;background-color: #00bff0;color: #fff; float: left;}
.news_list .news_list_l p{text-align: center; padding: 10px 0;}
.news_list .news_list_l h6{font-weight: bold;text-align: center; font-size: 30px; line-height: 40px; padding-bottom: 30px;}
.news_list .news_list_r{width: 84%; float: right; padding-left: 2.211%; color: #333;}
.news_list .news_list_r h4{font-size: 16px; line-height: 30px; margin-bottom: 10px;}
.news_list .news_list_r p{font-size: 13px; line-height: 24px; margin-bottom: 5px;}
.news_list .news_list_r a{}

/*服务支持*/
.server ul li{background: url(../images/footer_dian.png) center left no-repeat; padding-left: 15px; font-size: 14px; font-weight: bold; line-height: 40px;}
.server ul li span{float: right; font-weight: normal;font-size: 13px;}
.server ul li a{color: #00bff0;}
.server ul li span img{margin-left: 10px;}

/*联系我们-销售网络*/
.sales .sales_l{width: 33.05%; float: left;}
.sales .sales_l h6{line-height: 30px; font-size: 16px; font-weight: bold;}
.sales .sales_l p{line-height: 30px;}
.sales .sales_l p span{line-height: 30px; font-size: 13px; font-weight: bold; color: #333;}
.sales .sales_r{width: 66.95%; float: right;}

ul.scjd{}
ul.scjd li{width: 30.33%; float: left; padding: 20px 1.5% 20px; border-bottom: 1px #ccc solid;}
ul.scjd li h6{line-height: 30px; font-size: 16px; font-weight: bold;}
ul.scjd li .line{width: 15px; height: 2px; background-color: #00bff0; margin: 3px 0;}
ul.scjd li p{line-height: 30px;}
ul.scjd li p span{line-height: 30px; font-weight: bold; color: #333;}

ul.zxzx li{line-height: 40px; height: 40px; width: 100%; color: #333;}
ul.zxzx li:nth-child(2n){height: none;}
ul.zxzx li input{width: 100%; height: 30px; border: 1px solid #00aedf; padding-left: 5px; border-radius: 3px;}
ul.zxzx textarea{width: 100%; border: 1px solid #00aedf; padding-left: 5px; border-radius: 3px; height: 90px;}
ul.zxzx a.btn{display: inline-block; width: 214px; height: 52px; line-height: 52px; text-align: center; color: #fff;background-color: #00baee; border-radius: 5px; margin-top: 30px;}
ul.zxzx a.btn:last-child{background-color: #eee; color: #000; margin-left: 30px;}

/*联系我们-招纳贤士*/
.n_about_join{margin-bottom: 50px;}
.n_about_join h1{text-align: center; font-size: 30px; height: 50px; line-height: 50px; font-weight: normal; margin-top: 50px; margin-bottom: 30px;}
.n_about_join div.content{padding: 20px 50px;}
.n_about_join div.content p{color: #333;line-height: 30px;}
.n_about_join div.content p strong{font-weight: bold;}
.n_about_join div.content p a{display: inline-block; background-color: #00aedf; float: right; color: #fff; padding: 5px 20px;}
.n_about_join h3{ background: url(../images/about_c.png) 20px center no-repeat;}
.sideMenu h3{ height:60px; line-height:60px; padding-left:40px; background:#f4f4f4; cursor:pointer; background: url(../images/about_c.png) 20px center no-repeat;border-bottom:1px solid #ddd;  }
.sideMenu h3 em{float:right; display:block; width:40px; height:60px;   background:url(../images/icoAdd.png) 16px 28px no-repeat; cursor:pointer; }
.sideMenu h3 span{float: right; color: #00aedf;}
.sideMenu h3.on em{ background-position:16px -40px; }



.ppt{position: relative; width: 100%;}
.ppt .banner {
    position: absolute; 
    top: 0; 
   /* left: 50%; 
    margin-left: -960px; */
    width: 1920px; 
    height: 995px; 
    margin-top: 0px;
}
.ppt .banner_img li{float: left; width: 1920px; height: 955px; position: relative;}
.ppt .banner_img img{width: 100%;}

#bannerBox .icon{position:absolute; bottom:5%; width:100%;height:4px; z-index:5;text-align:center}
#bannerBox .icon a{display:inline-block;height:4px;width:70px;margin:0px 10px;text-indent:-999999px;background-color: rgba(255, 255, 255, 0.5);}
#bannerBox .icon a.selected{background-color: rgba(255, 255, 255, 1);}
#bannerBox .icon li{cursor:pointer;}
#bannerBox .icon li.hover{}
#bannerBox .mainBox{position:absolute;top:40%;left:0px;width:100%;z-index:4;}
#bannerBox .mainBox .container{color: #fff; text-align: left;}
#bannerBox .mainBox .container h4{font-size: 24px; line-height: 80px; font-weight: inherit;}
#bannerBox .mainBox .container h1{font-size: 38px; line-height: 40px; font-weight: bold;}
#bannerBox .mainBox .container div.line{width: 298px; height: 1px; background-color: #fff; margin: 20px 0;}
#bannerBox .mainBox .container p{font-size: 14px; line-height: 20px;}

#bannerBox2 .icon{position:absolute; bottom:5%; left:50%; height:4px; z-index:5;margin-left: -180px;}
#bannerBox2 .icon a{display:block;height:4px;width:70px;margin:0px 10px;text-indent:-99em; float: left; background-color: rgba(255, 255, 255, 0.5);}
#bannerBox2 .icon a.selected{background-color: rgba(255, 255, 255, 1);}
#bannerBox2 .icon li{cursor:pointer;}
#bannerBox2 .icon li.hover{}
#bannerBox2 .mainBox{position:absolute;top:40%;left:0px;width:100%;z-index:4;}
#bannerBox2 .mainBox .container{color: #fff; text-align: left;}
#bannerBox2 .mainBox .container h4{font-size: 24px; line-height: 80px; font-weight: inherit;}
#bannerBox2 .mainBox .container h1{font-size: 38px; line-height: 40px; font-weight: bold;}
#bannerBox2 .mainBox .container div.line{width: 298px; height: 1px; background-color: #fff; margin: 20px 0;}
#bannerBox2 .mainBox .container p{font-size: 14px; line-height: 20px;}

.index_pro h2,.index_case h2,.index_news h2{text-align: center; font-size: 26px; font-weight: bold; height: 30px; line-height: 30px; padding: 50px 0 60px 0;}

.index_about{position: relative;}
.index_about video{width: 100%;position: relative;z-index: -10;}
.index_about h2{text-align: center; font-size: 26px; font-weight: bold; height: 30px; line-height: 30px; padding: 130px 0 55px 0;}
.index_about .index_about_position{position: absolute; top: 0px; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.65);}
.index_about .container p{text-align: center; font-size: 15px; line-height: 30px; font-weight: lighter;}
.index_about .container ul li{
    width: 25%; 
    float: left; 
    text-align: center;
    margin: 8% 0;
}
.index_about .container ul{
    display:block;
    width: 100%;
}
.index_about .container ul li div{
    width: 213px; 
    height: 113px; 
    border: 1px solid #27b9e2; 
    border-radius: 176.5px; 
    text-align: center; 
    padding: 70px 20px; 
    margin: 0 auto;
}

img.video_img{display: none;}

.index_about{overflow: hidden;}
.index_about .container ul li div p{line-height: 30px; margin-top: 10px; font-weight: 400; height: 60px;}
.index_about .container ul li div h1{color: #00aedf; height: 50px; line-height: 50px;}
.index_about .container ul li div h1 span{font-size: 58px; font-weight: bold;}
.index_about .container a.index_about_more{width: 145px; height: 45px; margin: 8% auto; border: 1px solid #00aedf; display: block; text-align: center; line-height: 45px; color: #00aedf;}
.index_about .container a.index_about_more:hover{background: rgba(255,255,255,0.2);}

.index_pro{position: relative; width: 100%; height: 1080px;}
.index_pro .index_pro_position{position: absolute; top: 0px; left: 0px; width: 100%; height: 1080px;}
.index_pro .index_pro_position .container>span{width: 32px; height: 60px; display: block; position: absolute; top:49%;z-index: 9999}
.index_pro .index_pro_position .container>span.index_pro_left{background: url(../images/index_pro_left.png) no-repeat; left: 0px;cursor:pointer}
.index_pro .index_pro_position .container>span.index_pro_right{background: url(../images/index_pro_right.png) no-repeat; right: 0px;cursor:pointer}
.index_pro .picList_link{height: 500px;}
.index_pro .ul .piclists{width: 380px; float: left; text-align: center; height:750px;}
.index_pro .ul .piclists .li{width:230px; padding: 20px 1.5%;margin-top:10%;display: inline-block;}


.index_pro .ul .li a:not(.wfEditorMode){display:block;}
.index_pro .ul .li h6{font-size: 15px; font-weight: bold; line-height: 30px;}
.index_pro .ul .li>p {line-height:20px;font-size: 13px;text-align: center;width:100%}
.index_pro .ul .li .pro_list_img{height:230px;width:230px;overflow:hidden;border-radius:50%;,margin:0 auto;border:1px solid #ddd;}
.index_pro .ul .li img{height:230px;}
.index_pro .ul .li { }
.index_pro .ul .li .pro_list_img .div_bg{display:none;line-height:230px;height:230px;padding:0;width:345px;text-align: center;
    background:rgba(255,255,255,.8);position:absolute;top:0;left:0;text-align:center;vertical-align: middle;}
.index_pro .ul .li .pro_list_img .div_bg span{display:inline-block;vertical-align:middle;text-align: center;width:345px;height:80%;padding-top:10%}
.index_pro .ul .li .pro_list_img .div_bg span p{height:20%;line-height:20%;}

.index_case{position: relative;overflow: hidden;background:url(../images/index_case.jpg) center no-repeat;background-size:cover}
.index_case img.img_position{position: absolute; z-index: -1;}
.index_case .index_case_position{ width: 100%;}
.index_case ul li{width: 30.33%; float: left; padding: 0 1.5%; text-align: center;}
.index_case ul li div p{line-height: 40px; font-size: 13px; font-weight: bold;}
.index_case ul li div a span{position: relative; display: block; overflow: hidden;}
.index_case ul li div a span .img_tm{position: absolute; top: 0px; left: 0px; width: 150%;top:-30px;left:-7px;}
.index_case ul li div img{width: 100%;}

.index_news{}
.index_news .hd{width: 100%; height: 50px; line-height: 50px; border-bottom: 1px solid #ccc; margin-bottom: 60px;}
.index_news .hd ul{width: 435px; text-align: center; margin: 0 auto;}
.index_news .hd ul li{width: 145px; float: left; text-align: center; margin: 0 auto; cursor: pointer;}
.index_news .hd ul li.on{border-bottom: 3px solid #039be6;}
.index_news .bd ul{width: 100%;}
.index_news .bd ul li{width: 50%; margin-bottom: 20px; float: left;}
.index_news .index_news_l{width: 21.833%;background-color: #00bff0;color: #fff; float: left;}
.index_news .index_news_l p{text-align: center; padding: 15px 0;}
.index_news .index_news_l h6{font-weight: bold;text-align: center; font-size: 30px; line-height: 40px; padding-bottom: 20px;}
.index_news .index_news_r{width: 74%; float: right; padding-left: 2.167%; color: #333; padding-right: 2%;}
.index_news .index_news_r h4{font-size: 16px; line-height: 30px; margin-bottom: 10px;}
.index_news .index_news_r p{font-size: 13px; line-height: 24px;}
.index_news .index_news_r a{} 


/* 首页右侧悬浮 */
.index_float{position: fixed; top: 185px !important; right: 20px; z-index: 5555; width: 92px;}
.index_float .index_float_top{border-left: 1px solid #000;border-right: 1px solid #000;background:rgba(0, 0, 0, 0.5); margin-bottom: 20px;}
.index_float .index_float_top ul li{height: 92px;border-top: 1px solid #000;cursor: pointer; position: relative;}
.index_float .index_float_top ul li img.float_wx{width: 90px; position: absolute; top: 5px; left: -100px; display: none;}
.index_float .index_float_top ul li:hover img{background-color: #0055A9;}
.index_float .index_float_top ul li:last-child{border-bottom: 1px solid #000; height: 184px;}
.index_float .index_float_botton{background:rgba(0, 0, 0, 0.5); height: 60px; border: 1px solid #000;}



/* 产品内容页面 */
.pro_show{}
.pro_show .pro_show_l{width: 49%; float: left; height: auto; padding-right: 1%;}
.pro_show .pro_show_r{width: 44%; float: right; margin-left: 1%; padding: 0px 2%; border: 1px solid #ccc;}
.pro_show .pro_show_r h4{font-size: 16px; color: #00aedf; font-weight: bold; line-height: 30px; margin-top: 10px;}
.pro_show .pro_show_r p{line-height: 24px; font-size: 13px; color: #666; padding-left: 15px; background: url(../images/footer_dian.png) left 10px no-repeat}
.pro_show .pro_show_r ul{margin: 10px 0;}
.pro_show .pro_show_r ul li{line-height: 24px; color: #333;}
.pro_show table{border: 1px solid #fff; width: 100%; line-height: 30px;}
.pro_show table tr{ height: 30px; }
.pro_show table tr th{border: 1px solid #fff; background-color: #00aedf; color: #fff; font-weight: normal; text-align: center;}
.pro_show table tr td{border: 1px solid #fff; text-align: center;}


#bigPic{width:100%;height:430px;overflow: hidden;background-color:#FFF;margin-bottom:10px;}
#bigPic img{display:none;width: 100%;height: 100%;}
ul#thumbs li.active img{background:#fff;border: 2px solid #ccc;}
ul#thumbs, ul#thumbs li{margin:0;padding:0;list-style:none;}
ul#thumbs li{float:left;width: 18%;padding: 1%;margin-bottom:5px;cursor:pointer;}
ul#thumbs img{float:left;width:100%;height:100%;overflow:hidden;z-index:1;}


#bannerBox2{display: none;}
ul.grid{display: none;}

@media only screen and (max-width: 1200px) {
    body{font-size: 16px;}
    h5{font-size: 22px!important;}
    .ppt2{display: block!important;}
    .container{width: 96%; padding: 0 2%;}
    .header .nav{display:none !important;}
    .curBg{display: none;}
    ul.grid{display: block; font-size: 18px; margin-top: 30px;} 
    ul.grid li{border-bottom: 1px #ddd solid;}
    ul.grid li ul.menu-level-2{}
    ul.grid ul li form{float:left;width:100%;margin:32px 30px;}
    ul.grid ul li form .boxs{float:left;width:170px;height: 37px;font-size:14px;color:#666;padding:0 10px;outline:none;border:1px solid #dcdada;}
    ul.grid ul li form .boxt{float:left;width:39px;height:39px;background:url(../images/btnsidesearch.png) no-repeat;border:none;overflow: hidden;text-indent: -999px;cursor:pointer;outline:none;}
    /*    sidebar*/
    .pageinner {
        float:left;
        width: 100%;
        z-index:100;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform 500ms cubic-bezier(0.77,0,0.175,1);
        -moz-transition: -moz-transform 500ms cubic-bezier(0.77,0,0.175,1);
        -ms-transition: -ms-transform 500ms cubic-bezier(0.77,0,0.175,1);
        transition: transform 500ms cubic-bezier(0.77,0,0.175,1);
        position:relative;
    }
    .sideopen .pageinner {
        -webkit-transform: translateX(-270px);
        -moz-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        transform: translateX(-270px);

    }

    body.sideopen .shadow{display: block}
    .grid {position:fixed;width:270px;top:0px;right:0px;height:100%;display: block;z-index: 2;}

    .grid > li { width: 100%; height: 100%; overflow: hidden;  position: relative; }
    .sidenav { position: absolute; top: 0; left: 0; bottom: 0;  width: 270px; overflow: hidden; padding-top: 20px;}
    li.laug{font-size: 16px;}
    li.laug a{display: inline-block;text-indent: 0px;color:#333;  font-size: 16px;}
    body.sideopen .sidenav {background:#fff;}

    .three{
        -webkit-transform: translateX(270px);
        -moz-transform: translateX(270px);
        -ms-transform: translateX(270px);
        transform: translateX(270px);
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform 500ms cubic-bezier(0.77,0,0.175,1);
        -moz-transition: -moz-transform 500ms cubic-bezier(0.77,0,0.175,1);
        -ms-transition: -ms-transform 500ms cubic-bezier(0.77,0,0.175,1);
        transition: transform 500ms cubic-bezier(0.77,0,0.175,1);
    }
    body.sideopen .three{
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
    .sidenav li { _overflow: hidden; width: 100%;  text-indent: 40px; }
    .sidenav a { text-decoration: none; color: #4B4B4B;  display: block; line-height: 48px;  }
    
    .sidenav b { display: block; color: #333333;font-size:18px; line-height: 4; font-weight:normal; }
    .sidenav b .en{   color: #bdbdbd;}
    .sidenav a:hover span{  color: #00a1df;}
    .sidenav a.active span{  color: #00a1df;}
    .nav-toggle {
        display: block;
        right:15px;top:20px;
        width: 60px;
        height: 60px;
        z-index: 556;

        position: absolute;
        cursor: pointer;
        -webkit-transition-duration: 0.66s;
        transition-duration: 0.66s;
        -webkit-transition-timing-function: swing;
        transition-timing-function: swing;
    }

    .nav-toggle .icon {
        width: 30px;
        height: 4px;
        background-color: #00669F;
        border-radius: 2px;
        position: absolute;
        top: 28px;
        left: 15px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        transiting-timing-function: swing;
    }
    .nav-toggle .icon:before, .nav-toggle .icon:after {
        width: 30px;
        height: 4px;
        background-color: #00669F;
        border-radius: 2px;
        content: "";
        position: absolute;
        left: 0;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: swing;
        transition-timing-function: swing;
    }
    .nav-toggle .icon:before {
        top: -9px;
    }
    .nav-toggle .icon:after {
        top: 9px;
    }
    body.sideopen .nav-toggle .icon {
        width: 0;
    }
    body.sideopen .nav-toggle .icon:before {
        -webkit-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg);
    }
    body.sideopen .nav-toggle .icon:after {
        -webkit-transform: translateY(-9px) rotate(-45deg);
        -ms-transform: translateY(-9px) rotate(-45deg);
        transform: translateY(-9px) rotate(-45deg);
    }
    ul.grid li ul li.menu-level-3{padding-left: 30px;}

    .main .main_l{display: none;}
    .main .main_r{width: 96%; padding: 0 2%;}
    .footer ul{display: none;}
    .footer p{text-align: center; float: none;}

    .main .main_r ul.about_jyln li, .main .main_r ul.about_zzln li{width: 48%; line-height: 40px;}

    .about_qywh ul li{width: 98%;}
    .about_qyzz ul li,.pro_type ul li,.case_list ul li,.pro_list ul li,.index_case ul li{width: 45%;}
    .news_list .news_list_r h4{font-size: 16px; margin-bottom: 0px;}
    .news_list .news_list_r p{font-size: 14px;}
    ul.scjd li{width: 47%;}
    .main .main_r ul.aboutzz_ico li{width: 21%;}
    .sales .sales_l{width: 100%; position: relative;}
    .sales .sales_l img{position: absolute; bottom: 0px; right: 0px; margin-bottom: 40px;}
    .sales .sales_r{width: 100%;}
    .index_about .container ul li{width: 50%; margin: 30px 0;}
    #video{display: none;}
    img.video_img{display: block;}

}


@media only screen and (max-width: 1680px){
    .index_about .container ul li{margin: 6% 0;}
    .index_about .container a.index_about_more{margin: 2% auto;}
}
@media only screen and (max-width: 1440px){
    .index_about .container ul li{margin: 1.5% 0;}
    .index_about h2{padding:50px 0 30px 0;}
    .index_about .container a.index_about_more{margin: 0% auto;}
}
@media only screen and (max-width: 960px){


    .main .main_l{display: none;}
    .main .main_r ul.about_jyln li, .main .main_r ul.about_zzln li{width: 100%;}
    .about_qyzz ul,.pro_type ul,.pro_list ul,.index_case ul{text-align:center}
    .about_qyzz ul li,.pro_type ul li,.pro_list ul li,.index_case ul li{width:80%;float:none}
    .index_about .container ul li{width: 50%; margin: 15px 0;}
    .index_about h2{padding:35px 0 20px 0;}
    .index_about .container p{line-height: 27px}
    .index_about .container ul li div {padding:50px 0;}
    #bannerBox .mainBox .container{text-align: center;}
    #bannerBox .mainBox .container div.line{margin: 20px auto;}
    #bannerBox2 .mainBox .container{text-align: center;}
    #bannerBox2 .mainBox .container div.line{margin: 20px auto;}
    .index_news .bd ul li{width: 100%;}

    #video{display: none;}
    img.video_img{display: block;}

    .index_float{display: none;}

    .pro_show .pro_show_r h4{font-size: 18px;}
    .pro_show .pro_show_r p{font-size: 16px;}
    .pro_show .pro_show_l{width: 99%;}
    .pro_show .pro_show_r{width: 96%;}
}

@media only screen and (max-width: 640px){
    ul.about_jyln li{width: 100%;}
    .index_about h2{padding:35px 0 20px 0;}
    .about_qyzz ul li,.pro_type ul li{width: 47%;}
    .index_about .container ul li{width: 50%;}
        .index_about .container ul li{width: 50%; margin: 10px 0;}
    .index_news .bd ul li{width: 100%;}
    .main .main_r ul.aboutzz_ico li{width: 29%;}
    
    #video{display: none;}
    img.video_img{display: block;}

    .index_float{display: none;}
    .index_about .container a.index_about_more{margin: 17px auto;}
    ul.scjd li{width: 97%;}
    .index_about .container ul li div{padding:50px 0px;}
    .index_about .container ul li div h1 span{font-size: 50px;}

 
    .ppt2 .banner img{width: auto; position: absolute; left: -500px;}
}

/* 翻页 */

.pagebox{margin:30px auto;width:100%;text-align:center; clear: both;}
.pagebox ul{display:inline-block;+display:inline;zoom:1;}
.pagebox ul li{float:left;padding:0 0px; width: 32px; height: 32px; line-height: 32px;}
.pagebox ul li.last,.pagebox ul li.first{display: none;}
.pagebox ul li a{padding:0 5px;color:#aaa;}
.pagebox ul li.selected li{background-color: #ff1b00;}
.pagebox ul li.selected a{color:#fff; display: block; background-color: #00AEDF;}
/* .pagebox .hidden{display: block!important;} */

.nav-toggle .icon a span{display: none;}

/* 各种详情页 */
.xiangqing{width: 100%; margin-bottom: 50px; }
.xiangqing h2{text-align: center; font-size: 18px; line-height: 40px; color: #00A9DA; margin-top: 10px;}
.xiangqing p.date{line-height: 40px; text-align: center;}
.xiangqing p{line-height: 30px; font-size: 14px;}
.xiangqing p img{ display: inherit; margin: 10px auto; max-width: 100%;}

ul.zxzx li input.w_input{width: 20%; display: inline-block;}
ul.zxzx li #yw0{ width: 150px; height: 40px; line-height: 40px; }

#searchform{/* position: absolute; top: 0px; left: 0px; */ width:28px; height:50px; line-height: 50px; display: inline-block; float: right; margin-top: 15px;}
.searchsubmit{
     float:right;
     width:24px;
     background:url(../images/fangda.png) center center no-repeat;
     border:none;
     outline:none;
     cursor:pointer;
     text-indent: 9999px;
}
.searchext{
    width:0px;
    height:18px;
    border: 1px solid #777;
    outline:none;
    text-indent:2px;
    line-height:50px;
    border-radius: 5px;
}



/*搜索页面*/
.search{margin-top: 50px;}
.search ul li{border: 1px solid #ccc; margin: 10px 0; padding: 10px; border-radius: 5px;}
.search ul li h4{height: 30px; line-height: 30px; font-size: 16px; color: #00aedf;}
.search ul li p{line-height: 24px; text-indent: 2rem;}
.search ul li p.more{text-align: right; text-indent: 0rem; color: #00aedf;}




















#slider .li{
    position: relative;
    display: block;
    height: 100%;
    top: 0px;
    left: 0px;
    float: left;
    width: 100%;
}
#slider div.img-part-left{
        height: 100%;
    width: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

#slider div.img-part-right{
   height: 100%;
    width: 50%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}



#slider div.img-part-left .img-part-wrapper{
        height: 100%;
    width: 200%;
    position: absolute;
    top: 0;
    left: 0;
}
#slider div.img-part-right .img-part-wrapper{
     height: 100%;
    width: 200%;
    position: absolute;
    top: 0;
    right: 0;
}
#slider .li .imgwarpper img {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

.header .container .nav .lang a.onshow{
    color:#00aedf;
}



@media only screen and (max-width: 1200px){
    .index_case ul li{float:none;display:inline-block;padding:0;margin:0 1.5%;}
    .index_case ul li span{height:308px;overflow:hidden;}
    .index_case ul li span{height:308px;overflow:hidden;}
    .index_case ul li span img:not(.img_tm){height:308px;}
    .pro_type ul li, .pro_list ul li, .case_list ul li{float:none;display:inline-block;}
}
