@charset "utf-8";
/* CSS Document */

body, ul, li, h1, h2, h3, h4, h5, h6, p, form, dl, dt, dd { margin: 0px; padding: 0px;}
body{
	/* [disabled]background:#f1f1f1; */
	font-size: 14px;
	font-family: "Microsoft YaHei","微软雅黑";
	color: #333;background:#f1f1f1;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	color: #333;
}
ul,li{ list-style:none;}
img{ border:none;}
a{text-decoration:none;color:#333;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
a:focus,input{outline:none;}
.left{float:left;}
.right{float:right;}
.clear { diplay: block!important; float: none!important; clear: both; overflow: hidden; width: auto!important; height: 0!important; margin: 0 auto!important; padding: 0!important; font-size: 0; line-height: 0; }


#top{position:fixed; bottom:100px; right:0; z-index:200;}
#home{position:fixed; bottom:160px; right:0; z-index:200;}
#left_layer{position:fixed; top:220px; left:5px; z-index:200;}

/*顶部*/
.top{ width:100%; height:45px; line-height:45px; background:#033566;}
.top_main{ width:1200px; margin:0 auto;}
.top_main .left{ width:500px; float:left; color:#FFF;}
.top_main .right{ width:500px; float:right; text-align:right;}

select{ width:100px; height:24px; margin-top:10px; cursor:pointer;}

#logo{ width:100%; height:auto; border-bottom:1px solid #d5d5d5;}
#logo_main{ width:1200px; height:120px; margin:0 auto;}
.logo{ width:600px; float:left;}
.tel_sha{ width:300px; float:right; margin-top:30px;}
.tel{ line-height:35px;}
.tel span{ font-size:20px; font-family:Impact;}
.share{ width:300px;}
.share1{ width:80px; float:left;}
.share2{ width:220px; float:left;}




.navs{ width:100%; height:60px;/* border-bottom:1px solid #033566;*/}
.nav_main{ width:1200px; height:60px; margin:0 auto;}
.selected{
    background:url(../images/select.jpg) top center repeat-x !important;
}
.selected>a{
    color: #033566 !important;
}
.nav_menu3 > ul > li.selected > a::after {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.nav_menu3{ width:800px; float:left; font-size:16px; z-index:100; position:absolute;}
.nav_menu3 ul,
.nav_menu3 ul li,
.nav_menu3 ul li a,
.nav_menu3 #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_menu3 #menu-button { 
    margin-top: 100px;
    background: #F00;
    position: absolute;
    z-index: 99999;
}
.nav_menu3:after,
.nav_menu3 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.nav_menu3 #menu-button {
  display: none;
}
.nav_menu3 {
  width: auto;
  line-height: 1;


}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #990B2C;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.nav_menu3 > ul > li {
  float: left;
}
.nav_menu3.align-center > ul {
  font-size: 0;
  text-align: center;
}
.nav_menu3.align-center > ul > li {
  display: inline-block;
  float: none;
}
.nav_menu3.align-center ul ul {
  text-align: left;
}
.nav_menu3.align-right > ul > li {
  float: right;
}
.nav_menu3.align-right ul ul {
  text-align: right;
}
.nav_menu3 > ul > li > a {
  /*padding: 25px 20px 20px 20px;*/
  padding:0 20px;
  line-height:60px;
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.nav_menu3 > ul > li:hover > a {
  color: #033566;
  border-top:3px solid #FC0;
}
.nav_menu3 > ul > li.nav-has-sub > a {
  padding-right: 25px;
}
.nav_menu3 > ul > li.nav-has-sub > a::after {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #990B2C;
  border-right: 1px solid #990B2C;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  
}
.nav_menu3 > ul > li.nav-has-sub:hover > a::after {
  border-color: #033566;
}
.nav_menu3 ul ul {
  position: absolute;
  left: -9999px;
}
.nav_menu3 > ul > li > ul {    
  border-top: 1px solid #FFF;
}
.nav_menu3 li:hover > ul {
  left: auto;
}
.nav_menu3.align-right li:hover > ul {
  right: 0;
}
.nav_menu3 ul ul ul {
  margin-left: 100%;
  top: 0;
}
.nav_menu3.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.nav_menu3 ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
.nav_menu3 ul li:hover > ul > li {
  height: 35px; font-size:14px; background:#033566;
}
.nav_menu3 ul ul li a {
	line-height:35px;
  padding: 0 10px;
  width: 220px;
  background: #f1f1f1;
  text-decoration: none;
  color: #333333;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  border-top: 1px dashed #ccc;
}
.nav_menu3 ul ul li:hover > a,
.nav_menu3 ul ul li a:hover {
  color: #333; background:#e4e4e4;
}
.nav_menu3 ul ul li.nav-has-sub > a::after {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.nav_menu3.align-right ul ul li.nav-has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.nav_menu3 ul ul li.nav-has-sub:hover > a::after {
  border-color: #333;
}


.search{ width:300px; float:right; margin-top:15px;}
.search_con{ width:200px; height:25px; color:#333; border:1px solid #cccccc;}
.search_botton{ width:60px; height:30px; background:#033566; color:#FFF; }


/*banner*/
.slideBox1{ width:100%; height:auto; overflow:hidden; position:relative; }
.slideBox1 .hd{ width:500px; height:15px; margin:0 auto; overflow:hidden; position:absolute; left:48%; bottom:65px; z-index:100; text-align:center;}
.slideBox1 .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox1 .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; background:url(../images/bai.png) no-repeat; }
.slideBox1 .hd ul li.on{ background:url(../images/lan.png) no-repeat; color:#fff; }
.slideBox1 .bd{ position:relative; height:100%; z-index:0;   }
.slideBox1 .bd li{ zoom:1; vertical-align:middle; }
.slideBox1 .bd img{ width:100%; height:auto; display:block;  }
		
.slideBox1 .prev,.slideBox1 .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox1 .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox1 .prev:hover,
.slideBox1 .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox1 .prevStop{ display:none;  }
.slideBox1 .nextStop{ display:none;  }



#main{ width:100%; height:auto; padding-top:40px; background:url(../images/image_bj.jpg) repeat;}
/*产品展示*/
.product{ width:1200px;  margin:0 auto;}
.pro_tit{ width:1200px; height:75px; background:url(../images/image_protit.png) center no-repeat; text-align:center; line-height:75px; margin-top:20px;}
.pro_tit span{ color:#033566; font-size:26px; font-weight:bolder; }
.pro_tit span1{ color:#fec722; font-size:20px; font-weight:bolder; margin:auto 10px;}
.pro_tit span2{ color:#033566; font-size:14px;}

.pro{ width:1200px; height:620px;}
.pro ul{ width:1200px; height:auto;}
.pro ul li{ width:290px; height:290px; background:#d9d9d9; float:left; margin:10px 5px;}
.pro_pic{ width:290px; height:auto; text-align:center;}
.pro_pic img{ height:220px;}
.pro_name{ width:290px; height:60px; line-height:60px; text-align:center; font-size:16px;}
.pro_name a{ font-size:16px; color:333;}

.pro_btm{ width:1200px; height:75px; background:url(../images/image_protit.png) center no-repeat;}
.pro_btm .more{ width:200px; margin:10px auto; line-height:75px; background:url(../images/image_more.jpg) center center no-repeat; color:#FFF; text-align:center;}
.pro_btm .more a{ color:#FFF;}


.about{width:1200px; height:555px; margin:0 auto; margin-top:50px; background:url(../images/about_bg.png) no-repeat; }
.about_us{ width:600px; height:505px;padding-left:80px; float:left;}
.about_tit{ width:600px; height:75px; line-height:75px; padding-top:50px;}
.about_tit span{ color:#033566; font-size:26px; font-weight:bolder; }
.about_tit span1{ color:#ffffff; font-size:20px; font-weight:bolder; margin:auto 10px;}
.about_tit span2{ color:#333333; font-size:14px;}

.about_cont{ width:600px; height:250px; line-height:30px;}
.about_cont p{ text-indent:24px;}

.about_btm{ width:600px; height:75px; text-align:left;}
.about_btm .more{ width:160px; line-height:75px; background:url(../images/image_more.jpg) center center no-repeat; color:#FFF; text-align:center;}
.about_btm .more a{ color:#FFF;}



.about_pic{ width:500px; padding-top:44px;float:right;}
.about_pic img{ width:500px; height:411px;}

.slideBox{ width:500px; height:412px; overflow:hidden; position:relative;  }
		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#f00; color:#fff; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:500px; height:412px; display:block;  }

	



/*中间广告*/
.ad{ width:100%; height:231px; background:url(../images/image_ad.jpg) center no-repeat;}


/*新闻、解决方案、解答*/
#new{ width:100%; height:400px; background:#f1f1f1; padding:50px 0px;}
.new{ width:1200px; height:400px;  margin:0 auto;}
.new_tit{ width:350px; height:75px; line-height:75px; margin:0 auto;}
.new_title{ width:300px; float:left;}
.new_title span{ color:#033566; font-size:18px; font-weight:bolder; }
.new_title span1{ color:#CCCCCC; font-size:18px; margin:auto 10px;}
.new_title span2{ color:#033566; font-size:14px;}
.new_more{ width:50px; float:right; font-size:12px;}
.new_more a{ color:#033566;}


.news{ width:380px; height:400px; float:left; background:#FFF;}
.news_cont{ width:350px; height:auto; margin:0 auto;}
.news_cont ul li{ width:350px; line-height:35px; background:url(../images/dian.png) left center no-repeat; float:left; border-bottom:1px dashed #cccccc;  margin-bottom:3px;}
.news_cont .name{ width:250px; height:35px; float:left; padding-left:15px;}
.news_cont .date{ width:80px; height:35px; float:right; color:#828080;}


.solution{ width:380px; height:400px; float:left; margin-left:30px; background:#FFF;}
.sol_cont{ width:350px; height:auto; margin:0 auto;}
.sol_cont ul li{ width:350px; line-height:35px;  float:left; background:fff; margin-bottom:3px;border-bottom:1px dashed #cccccc;}
.sol_cont ul li a{ padding-left:15px;}
.sol_cont ul li:hover{ background:#8c999f;}
.sol_cont ul li:hover a{color:#FFF;}


.faq{ width:380px; height:400px; float:right; background:#FFF;}
.faq_cont{ width:350px; height:auto; margin:0 auto;}
.faq_cont ul li{ width:350px; line-height:30px;  float:left; background:url(../images/faq_img.png) 5px 8px no-repeat; margin-bottom:5px; border-bottom:1px dashed #cccccc; }
.faq_cont .list{ padding-left:30px; color:#023669;}
.faq_cont .list a{color:#023669;}
.faq_cont .intr{ font-size:12px; line-height:30px; padding-left:30px;}


/*底部*/
#foot{ width:100%; height:460px; background:#033566; color:#FFF;}
.foot{ width:1300px; margin:0 auto; margin-top:30px;}
.foot .list{padding-top:50px; float:left;}
.foot .list span{height:40px;  font-size:16px; font-weight:bolder; line-height:40px; margin:auto 45px;}
.foot ul{ max-width:270px; height:310px; border-right:1px dashed #ffffff;}
.foot ul li{ margin:auto 45px;}
.foot ul li .font_w{ font-weight:bolder;} 
.foot ul li .font_w a{ font-weight:bolder;} 
.foot ul li a{ color:#FFF; line-height:35px;}

.footer{  width:100%; height:50px; background:#032f5c; color:#FFF; text-align:center; line-height:50px;}


/*内页*/
/*pic*/
/*.inpic{width:100%;margin:auto;height:300px;overflow:hidden;}
.inpic img{ position:relative; left:50%; margin-left:-960px;}*/
/*内页banner*/
.inpic{ width:100%; height:auto; overflow:hidden; position:relative; }
.inpic .hd{ width:500px; height:15px; margin:0 auto; overflow:hidden; position:absolute; left:48%; bottom:25px; z-index:100; text-align:center;}
.inpic .hd ul{ overflow:hidden; zoom:1; float:left;  }
.inpic .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; background:url(../images/bai.png) no-repeat; }
.inpic .hd ul li.on{ background:url(../images/lan.png) no-repeat; color:#fff; }
.inpic .bd{ position:relative; height:100%; z-index:0;   }
.inpic .bd li{ zoom:1; vertical-align:middle; }
.inpic .bd img{ width:100%; height:auto; display:block;  }
		
.inpic .prev,.inpic .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.inpic .next{ left:auto; right:3%; background-position:8px 5px; }
.inpic .prev:hover,
.inpic .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.inpic .prevStop{ display:none;  }
.inpic .nextStop{ display:none;  }



.box_main{ width:1200px; height:auto; margin:0 auto; margin-top:20px; margin-bottom:50px; zoom:1;overflow:hidden; }

/*位置*/
.box_main  .location{ width:1200px; height:50px; line-height:50px;  background:url(../images/location.png) left no-repeat; color:#666; border-bottom:1px solid #CCC;}
.box_main  .location .loc_left{ width:500px; float:left; padding-left:30px;}
.box_main  .location .loc_left a{ color:#666;}
.box_main  .location .loc_left a:hover{ color:#333;}
.box_main  .location .loc_right{ width:500px; float:right; color:#033566; text-align:right;  font-weight:bolder;}
.box_main  .location .loc_right span{ padding:8px 10px; margin-right:5px;}
/*左侧列表*/
.box_main .left{ width:330px;  float:left; /*margin-left:10px;*/ margin-top:20px;}
.box_main .left .list{ padding:10px auto;background:##dcdbdb;}
.box_main .left .list .title{background: #033566; color:#FFF;border-bottom:1px solid #666;cursor:pointer; padding-left:20px;line-height:41px;} 
.box_main .left .list .title1{background:#033566;color:#FFF;border-bottom:1px solid #666;cursor:pointer; padding-left:40px;}
.box_main .left .list .content{ width:330px; height:auto; zoom:1;overflow:hidden; padding-bottom:10px; background:#e4e4e4;}
.box_main .left .list .content p{ padding:10px; line-height:35px;}
.box_main .left .list .content li{ width:300px; margin:0 auto; color:#333333;background:#eeeeee;border-bottom:1px dashed #d5d5d5;}
.box_main .left .list .content li a{color:#333333; padding-left:20px; background:url(../images/image_list.png) no-repeat left; margin-left:30px;}


.ce{display:block;width:330px;background:#eeeeee;}
.ce li{border-bottom: 1px solid rgb(201,201,201); background:#032f5c;}
.more{margin-left: 36px;}
.ce li a{padding: 10px 10px 10px 40px;color:white;display:block;cursor:pointer;background:url(../images/tu.png) no-repeat 10px center;}
.ce li a:hover{background:url(../images/tu.png) no-repeat 10px center #033566;}
.ce li .dqian{background:none}
.ce li .xz{background:url(../images/tu.png) no-repeat 10px center #033566;}

.er{display:none; background:rgb(100,100,100);} 
.er li{width:100%; border:solid rgb(201,201,201); border-width:1px 0px 0px; background:#e4e4e4;}
.er li a{display:block; padding:10px 10px 10px 40px; color:#333;background:none;font-size: 14px;}
.er .e_li:hover{  background:#e4e4e4;}
.er .e_li a{background:url(../images/more.png) no-repeat 280px center;}

.er li a:hover,.er li .sen_x{background:#d2d0d0;}
.er .e_li a:hover{background:url(../images/more.png) no-repeat 280px center;/* background:#d2d0d0;*/}
.er .e_li .sen_x{background:url(../images/more.png) no-repeat 280px center ;}

.thr{display:none;}
.thr li{margin-bottom:1px;border-top: 1px solid rgb(201,201,201);position:relative;}
.er .e_li .thr li a{background:none; padding:10px 10px 10px 60px;}
.er .e_li .thr li a:hover{background:#d2d0d0;}
.er .e_li .thr li .xuan{background:#d2d0d0;}

.more1{margin-left: 28px;margin-top: -4px;}

.er .e_li .thr .thr_nr{border:1px solid rgb(201,201,201);display:none;}
.er .e_li .thr .thr_nr li{position:relative;}
.er .e_li .thr .thr_nr li a{background:none; padding:10px 10px 10px 80px;}
.er .e_li .thr .thr_nr li a:hover{background:#d2d0d0;}


.tree {  color:#033556;width:330px; padding:15px 0; background:#e4e4e4;}
.tree li,
.tree li > a,
.tree li > span {/*padding: 4pt;*/border-radius: 4px; padding-top:5px; padding-bottom:5px; padding-left:10px;}
.tree li a {color:#033556;text-decoration: none;line-height:30px;border-radius: 4px; padding:5px 10px;}
.tree li a:hover {background-color: #84bf31;color: #fff;}
.tree li a.current{background-color: #84bf31;color: #fff;}
.active {background-color: #34495E;color: white;}
.active a {color: #fff;}
.tree li a.active:hover {background-color: #34BC9D;}

/*.tree li{ width:90%; margin:0 auto; border-bottom:1px dashed #CCCCCC;}
.tree li ul li{ width:80%; margin:0 auto; border-bottom:1px dashed #CCCCCC;}
.tree li ul li ul li{width:70%; margin:0 auto; border-bottom:1px dashed #CCCCCC;}
.tree li ul li ul li ul li{ border-bottom:1px dashed #CCCCCC;}
.tree li ul li ul li ul li ul li{ border-bottom:1px dashed #CCCCCC;}
.tree li ul li ul li ul li ul li ul li{ border-bottom:1px dashed #CCCCCC;}*/

/*右侧侧列表*/
.box_main .right{ width:840px; height:auto; float:right; margin-top:20px; zoom:1;overflow:hidden;}
.box_main .right .l{ width:840px;  text-align:left; margin-top:20px; line-height:35px;}
.box_main .right .l a{ color:#033566;}
.box_main .right .n{ width:840px;  text-align:left;  line-height:35px;}
.box_main .right .n a{ color:#033566;}

h3{ font-size:20px; text-align:center; padding:10px 0; }
.box_main .right p{ line-height:35px; text-indent:24px; padding:5px;}
/*productlist*/
.box_main .products { height:auto; zoom:1;overflow:hidden;}
.box_main .right .products  ul li{ width:260px; margin-left:15px; margin-bottom:10px; border:1px solid #dcdbdb; float:left; background:#FFF;}
.box_main .right .products  ul li img{ text-align:center;  width:230px; height:180px; margin-left:10px;}
.box_main .right .products  ul li .name{ text-align:center; line-height:45px; background:#dcdbdb;height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
/*product*/
.box_main .product_s .box_top{ width:100%; height:auto; zoom:1;overflow:hidden;}
.box_main .product_s .box_top .pic{ width:450px; height:auto; float:left; text-align:center; border:1px solid #ddd;}
.box_main .product_s .box_top .name{ width:350px; float:right; height:45px; line-height:45px; margin-top:20px; background:#e7e7e7; text-align:left; padding-left:10px;}
.box_main .product_s .box_top .name p{ color:#727272}
.box_main .product_s .box_top .name .neirong{ width:350px; height:auto; }
.box_main .product_s .box_top .name .neirong h4{ text-align:left; color:#727272;}


/*产品详细图片切换*/
.picFocus{  width:430px;margin:0 auto; padding:5px;  position:relative;  overflow:hidden;  zoom:1;   }
.picFocus .hd{ width:430px; padding-top:5px;  overflow:hidden; }
.picFocus .hd ul{ margin-right:-5px;  overflow:hidden; zoom:1; }
.picFocus .hd ul li{ padding-top:5px; float:left;  text-align:center; }
.picFocus .hd ul li img{ width:100px; height:80px; border:2px solid #ddd; cursor:pointer; margin-right:4px;   }
.picFocus .hd ul li.on{ background:url("images/icoUp.gif") no-repeat center 0; }
.picFocus .hd ul li.on img{ border-color:#84bf31;  }
.picFocus .bd li{ width:430px; vertical-align:middle;/* background:#ddd;*/}
.picFocus .bd img{ width:430px; height:330px; display:block;}

.box_main .product_s .box_btn{ width:100%; margin-top:30px;}
.box_main .product_s .box_btn .title{ border-bottom:1px dashed #84bf31; line-height:60px; margin-bottom:10px;}
.box_main .product_s .box_btn .title .name{ width:100px; line-height:45px; background: #e4e4e4; color:#033566; font-weight:bolder; text-align:center;}
.box_main .product_s .box_btn .content{ }

/*推荐产品*/
.picMarquee-left{ width:1200px; height:260px; margin:0 auto; margin-bottom:20px; overflow:hidden; position:relative;  border:1px solid #ccc;   }
.picMarquee-left .hd{ overflow:hidden;  height:42px; line-height:42px; background:#e4e4e4; padding:0 10px;  }
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url(../images/arrow.png) no-repeat;}
.picMarquee-left .hd .next{ background-position:0 -50px;  }
.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.picMarquee-left .hd span{}
		
.picMarquee-left .bd{ padding:10px;   }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:210px; height:160px; display:block; padding:2px; border:1px solid #ccc; }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px;   }


/*page*/
.page{ width:840px; height:30px; line-height:30px;text-align:center; color:#333; margin-top:30px;}
.page a,.page span{ padding:0 10px; margin:0 6px; display:block; border:1px solid #e5e5e5;border-radius:4px; float:left; color:#333;}
.page a:hover,.page a.hover{ background:#0c42a2; color:#fff;}
.page span.last{ background:none; border:none; padding-left:30px;}

/*caselist*/
.box_main .caselist{ width:1200px; margin:0 auto;}
.box_main .caselist p{ text-indent:24px; line-height:35px;}
.box_main .caselist ul li{ width:350px; margin:15px 25px; float:left;}
.box_main .caselist ul li .image{ width:350px; height:auto; border:8px solid #FFF;}
.box_main .caselist ul li .name{ width:350px; line-height:40px; }
.box_main .caselist ul li .name a{ font-weight:bolder;}
.box_main .caselist ul li .content{ width:350px; font-size:12px; line-height:24px;}

/*newslist*/
.box_main .right .newslist{}
.box_main .right .newslist ul li{ width:840px; height:35px; line-height:35px; border-bottom:1px dashed #CCCCCC; background:url(../images/dian.png) no-repeat left;}
.box_main .right .newslist ul li .title{ width:700px; float:left;}
.box_main .right .newslist ul li .data{ width:100px; float:right; color:#999;}
.box_main .right .newslist ul li a{ padding-left:30px;}


/*资质证书*/
.box_main .right .honorlist{ width:840px;}
.box_main .right .honorlist ul li{ width:250px; height:335px; float:left; margin:10px;}
.box_main .right .honorlist ul li .pic img{ width:250px; height:300px; border:1px solid #e4e4e4;}
.box_main .right .honorlist ul li .name{ width:250px; height:35px; line-height:35px; text-align:center;}

.box_main .right .honor{ text-align:center;}
.box_main .right .honor img { max-width:800px;}

/*招聘*/
.box_main .right .zhaopin{line-height:35px; margin-top:10px;}
.box_main .right .zhaopin .zhiwei{ border-bottom:1px dashed #00CC33; font-weight:bolder; color:#033566; font-size:16px;}
.box_main .right .zhaopin .ct{ margin-top:10px;}
.box_main .right .zhaopin .ct p{ padding:10px;}


/*联系方式*/
.contact{ width:1200px; height:auto;zoom:1;overflow:hidden; margin:0 auto; margin-top:20px; }
.contact p{ padding-left:40px; line-height:30px; text-align:left;}

.con_left{ width:550px; float:left;}
.con_right{ width:550px; float:left; margin-left:50px;padding-bottom:30px;}

.con_tel{ width:500px; height:30px; line-height:30px;text-align:center; background:url(../images/tel.png) left center no-repeat; margin-bottom:10px; margin-top:20px;}
.con_fax{ width:500px; height:30px; text-align:center; background:url(../images/fax.png)  left center no-repeat; margin-bottom:10px;}
.con_mail{ width:500px; height:30px;  text-align:center; background:url(../images/mail.png)  left center no-repeat; margin-bottom:10px;}
.con_add{ width:500px; height:30px; text-align:center; background:url(../images/add.png)  left center no-repeat; margin-bottom:10px;}
.con_ewm{ width:150px; float:left; text-align:center; margin-left:40px; margin-top:10px; line-height:35px;}

.map{ width:1200px; height:500px;  margin:0 auto; margin-top:20px;}
.map_left{ width:550px; height:auto; float:left;}
.map_right{ width:552px; height:auto; float:left;overflow:hidden; margin-left:50px;}

.form1{ width:600px; height:auto; margin:0 auto; margin-top:20px;}
.form1 .name{ width:80px; height:24px; line-height:24px; float:left; text-align:left; text-indent:24px;}
.form1 .inp{ width:300px; float:left; line-height:24px;  border:1px solid #ccc;}
.form1 .yanz{ width:120px; float:left;  line-height:24px;  border:1px solid #ccc;}
.form1 .textarea{ width:400px; float:left; line-height:24px;  border:1px solid #ccc;}
.form1 .submit{ width:100px; height:30px; line-height:30px; color:#FFF; font-weight:bolder; margin-left:80px; border-radius:4px; background:#033566; border:1px solid #033566;}
