@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	font-family:"Microsoft Yahei",宋体,Verdana,Arial,Helvetica,Sans-serif;
	font-weight:normal;

}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;	
}


a,a:link,a:visited{color:#333333; text-decoration:none;}
a:hover{color:#00439a; }
a.active{color: #00439a; text-decoration:none;}
.cl{clear:both; visibility:hidden; font-size:0px; line-height:0px; width:100%; height:0; padding:0px; margin:0px;}

/*clear float*/
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}

.red,a.red:link,a.red:visited{color:#ee7800;}
a.red:hover {color:#ffb02c;}

.dot{color:#ae1d2c; font-family:"微软雅黑";}


/*header*/
.headerpage{clear:both; width:100%; margin:0 auto 0 auto; padding:0; position:relative; }
.headerpage:after, .headerpage:before {content: '';display: block;clear: both;height: 0;}

header{ width:100%; position:absolute; top:0px; z-index:99; }
.head{clear:both; margin:2% auto 0 auto; max-width:1300px;}
header:after,header:before {content: '';display: block; clear: both; height: 0;}

header .logo{ float:left; width:312px;}

header .headerright{float:right; width:70%; padding:0px 0 0 0; position:relative; }
header .headerright img{ float:right;padding-top:5px;   }
header .headerright span{ font-size:28px; color:#e65802;  float:right; text-align:left;}
header .headerright span i{ font-weight:normal; font-style:normal;color:#999; line-height: 16px;}

header .wapnav{float:right; display:none;}


/*首页样式*/
.ibox{ clear:both; overflow:hidden; max-width:1300px; margin:0 auto; }


/*公司简介*/
.indexone{ clear:both;  background: -webkit-linear-gradient(bottom, rgba(16,84,173,1.0), rgba(12,102,218,1.0)); color:#fff; padding:1% 0;  }
.indexone .about_bt{ width:40%; float:left;   }
.indexone .about_bt span{font-size:44px; display:block; float:left; font-weight:bold;text-transform : uppercase; line-height:78px; padding:2px 10px 0 0;}
.indexone .about_bt a{ font-size:34px; color:#fff; line-height:78px;  }
.indexone ul{ float:right; width:60%; }
.indexone ul li{ width:18%; margin:0 7%; float:left; text-align:center; font-size:34px; font-weight:bold; }
.indexone ul li h3{ border-top:1px solid #528ad4; padding:6px 0 0 0; margin:5px 0 0 0; }

.indextwobox{ background:url(../images/indextwobg.jpg) no-repeat top left; background-size:cover; box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1); }
.indextwo{ width:52%; background:#fff; float:right; line-height:30px; padding:30px 50px; color:#333;  }
.indextwo .jianjie{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:6; }
.indextwo ul{ clear:both; overflow:hidden; width:100%; margin:2% auto 0 auto; }
.indextwo ul li{ float:left; width:18%; margin:0 7%; text-align:center;  }
.indextwo ul li img{ width:50px; height:50px; background:#d2d2d2; border-radius:50%; padding:12%; transition: 588ms;}
.indextwo ul li:hover img{ background:#00429a; }
.indextwo ul li a{ color:#777; font-weight:bold; display:block; }
/*公司简介 end*/


.biaoti{ text-align:center; margin:2% 0; }
.biaoti a{ font-size:34px; }
.biaoti a span{  font-size:34px; color:#004299;  }
.biaoti h3{ display:block; font-size:18px; color:#777777; margin:3px 0 0 0; background:url(../images/title01.png) no-repeat center; line-height:34px; }


/*产品滚动*/
.gengduo{ margin:25px 0 0 0; }
.gengduo a{ display:block; width:170px; margin:0 auto; color:#fff; border-radius:30px;  background: -webkit-linear-gradient(bottom, rgba(16,84,173,1.0), rgba(12,102,218,1.0)); text-align:center; line-height:40px; }
.gengduo a:hover{ background: -webkit-linear-gradient(bottom, rgba(150,0,0,1.0), rgba(211,0,0,1.0)); }

.indexthree{ margin:0 auto; max-width:1500px; position:relative; }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{ left:0px; z-index:99999;}

.swiper-container { width: 100%; height:auto; max-width:1300px; }
    .swiper-slide {
      text-align: center;
      font-size: 6px;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	.swiper-slide p{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:1; margin:15px 0 0 0; }
	 .swiper-slide img{ display:block; width:99%; height: auto; border:1px solid #dcdcdc; }
	  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.swiper-pagination-bullet{ background:#fff;opacity:.4;}
.swiper-pagination-bullet-active{ background:#fff;opacity:1;}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 20px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 20px;
    left: auto;
}

.swiper-button-next,
.swiper-button-prev {display:block;
 position:absolute;
 top:50%;
 width:66px;
 height:66px;
 margin-top:-18px;
 z-index:10;
 cursor:pointer;
 display:flex;
 align-items:center;
 justify-content:center;
 color:#fff;
}
.swiper-button-prev{ background:url(images/arrow_l.png); background-size:cover;}
.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
    content: '';
}
.swiper-button-next{ background:url(images/arrow_r.png);background-size:cover;}
.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
    content: '';
}
/*产品滚动 end*/

/*广告条*/
.indexfourbox{ text-align:center; background:url(../images/indexfourbg.jpg) no-repeat center; background-size:cover; padding:2.5% 0; margin:2.5% 0; color:#fff;  }
.indexfour{}
.indexfour dl{}
.indexfour dl dt{ font-weight:bold; font-size:46px; }
.indexfour dl .four{ clear:both; overflow:hidden; background:url(../images/indexfour.png) no-repeat center; line-height:45px; font-weight:bold; color:#8fc41e; }
.indexfour dl .four p{ font-family:"Arial Black", Gadget, sans-serif; font-size:20px; font-weight:bold; width:340px; margin:15px auto; background:url(../images/four.png) no-repeat left center; padding:0 0 0 30px; }
.indexfour dl dd{ font-size:18px; }
/*广告条 end*/


/*公司动态*/
.indexfivebox{}
.indexfive{ margin:0 auto; max-width:1300px;   }

#owl-demo .item{   margin:17px;  border:1px solid #e1e1e1; overflow:hidden;   }
#owl-demo .item img{  display: block; width: 100%; height: auto;  transition: 588ms;}
#owl-demo .item:hover img{transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1);}
.owl-buttons{ display:none; }
.item a{ padding:4% 5% 0% 5%; display:block; line-height:24px; }
.item a p{ margin:5px 0 0 0; color:#999999; font-size:14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; }
.item a .five_more{ color:#999999; text-transform : uppercase; clear:both; overflow:hidden; border-top:1px solid #e1e1e1; margin:3% 0 0 0; }
.item a .five_more span{ font-size:14px; line-height:44px; }
/*公司动态 end*/


/*合作商家*/
.indexsixbox{ background:url(../images/indexsixbg.jpg) no-repeat center; background-size:cover; margin:2% 0 0 0; padding:1% 0 3% 0; }
.indexsix{ margin:0 auto; max-width:1300px; }
.indexsix ul{ clear:both; overflow:hidden; }
.indexsix ul li{ float:left; width:14%; margin:0.5% 1.3%; }
.indexsix ul li img{ width:100%; }





/*首页样式 end*/


/*尾*/
.footerbox{ clear:both; margin:0% auto 0 auto; width:100%; background:url(../images/footerbg.jpg) no-repeat top; background-size:100% 100%; overflow:hidden; }

.footerbg{ }


.footerlx{ max-width:1300px; margin:2% auto 0% auto; clear:both; overflow:hidden; color:#fff; border-bottom:1px solid #525252; padding:0 0 2% 0; }
.footerlx dl{ float:left; width:25%; margin:0 0%;  padding:0% 0 0% 0%; text-align:center; color:#999999; line-height:26px; }
.footerlx dl dt{ margin:0 0% 0 0; }
.footerlx dl dd{  }

.footer{clear:both; max-width:1300px; margin:0 auto; padding:2% 0; overflow:hidden;}
.footmenu{ float:left; width:70%; }
.footmenu a:hover{color:#8fc41e; text-decoration:none;}
.footmenu dl{ float:left; width:30%; margin-right:0px;}
.footmenu dl dt{color:#c10c21; line-height:30px; }
.footmenu dl dt a{ font-size:16px; color:#fff; }
.footmenu dl dd{  width:100%; clear:both; margin-top:0px;}
.footmenu dl dd a{ font-size:14px; color:#999999; line-height:27px; }

.erweima{ float:right; width:340px; text-align:center; color:#fff; border:1px solid #545454; background-color:rgba(255,255,255,0.08); padding:15px 0; }
.erweima ul{ clear:both; }
.erweima ul li{ width:50%; float:left; text-align:center; }
.erweima ul li strong{ display:block; width:108px; background:#8fc41e; font-size:14px; font-weight:normal; color:#fff; border-radius:20px; margin:10px auto 0 auto; }
.erweima img{ margin:0px auto 0px auto;  }

.dibubg{ background:url(../images/dibubg.jpg) no-repeat; background-size:cover; padding:15px 0;  }
.dibu{ max-width:1300px; margin:0 auto; clear:both; overflow:hidden; }
.dibu p{ float:left; font-size:14px; color:#fff;  line-height:38px; }
.dibu p a{ font-size:14px; color:#fff; line-height:38px; }
.dibu .links{ float:right; width:320px; }
.dibu .links select{ width:320px; padding:0 10px; height:38px; line-height:38px; background:#053f91; overflow:hidden; border-radius:10px; border:1px solid #0056cc; color:#fff; }
.dibu .links select option{ line-height:36px; border:1px solid red; padding:2% 0; }





/*内页*/
.mainpage{clear:both; width:100%; margin:2px auto 0 auto; padding:0; background:url(../images/mainbg.jpg) no-repeat center; }
.mainpage:after, .mainpage:before{content: '';display: block;clear: both;height: 0;}
.mainleft{ margin:0 auto 15px auto; border-bottom:1px solid #d6d8db; clear:both; overflow:hidden; background:#fff; }
.left{ max-width:1300px; padding:0 0%; clear:both; overflow:hidden; margin:0 auto; text-align:center; }
.right{clear:both; max-width:1300px; margin:0 auto; padding:0 0%; /*background:#FFF; */  }	

.mainarea{ position:relative; clear:both; overflow:hidden; padding:2% 0%; min-height:360px; height:360px;}
[class].mainarea{height:auto;}
.mainarea div.content{font-size:14px; line-height:23px;}


.zoominfoleft{ text-align:center; width:100%;  }


.midpicarea{border:solid 1px #bbbbbb;z-index:5;cursor:crosshair;}
.bigpicarea{border:solid 1px #bbbbbb;overflow:hidden;position:absolute;z-index:6;}
.viewarea{border:solid 1px #fff;cursor:move; background-color:#999;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;overflow:hidden;position:absolute; z-index:10;  }

.zoomsmall{margin-top:8px;}
.zoomsmall ul{clear:both;}
.zoomsmall ul li{float:left; margin:0 2px;}
.zoomsmall ul li img{border:solid 1px #bbbbbb; padding:2px; cursor:pointer;}

/*内页位置*/

.positioninfo{ display:none; text-align:center; font-size:30px; font-weight:bold; margin:4% 0 0 0; padding:0 0 50px 0; background:url(../images/maintitle.png) no-repeat center bottom; }
.positionbox{ position:absolute; top:25%; z-index:99; width:100%;}
.position{ max-width:1300px; margin:0 auto; padding:0px 0 0 10px; line-height:45px; color:#fff; font-size:16px; }
.position strong{ display:block; font-size:40px; }
.position a{ color:#fff; }

.menu1{ overflow:hidden; text-align:center; margin:20px auto 10px auto; }
.menu1 h2{display:none; }
.menu1 a {color:#000000; line-height:40px; margin:0px 5px; padding:10px 15px; font-size:15px; text-decoration:none; text-align:center; background:#e6e6e6; 	-webkit-transition: background-color 0.5s;	-moz-transition: background-color 0.5s; -o-transition: background-color 0.5s; transition: background-color 0.5s;}
.menu1 a:link,.menu1 a:visited{background:#e6e6e6;}
.menu1 a:hover,.menu1 a.active,.menu1 a.active:link,.menu1 a.active:visited{background:#d71820; color:#FFFFFF;}

/*.menucp{ overflow:hidden; text-align:center; margin:20px auto 20px auto; }
.menucp h2{display:none; }
.menucp a {color:#000000; line-height:40px; margin:0px 5px; padding:10px 15px; font-size:15px; text-decoration:none; text-align:center; background:#e6e6e6; -webkit-transition: background-color 0.5s;	-moz-transition: background-color 0.5s; -o-transition: background-color 0.5s; transition: background-color 0.5s;}
.menucp a:link,.menucp a:visited{background:#e6e6e6;}
.menucp a:hover,.menucp a.active,.menucp a.active:link,.menucp a.active:visited{background:#0a51a3; color:#FFFFFF;}*/


.menucp{ clear:both; margin:0px auto 0px auto; width:100%; }
.menucp a,.menucp a:link,.menucp a:visited{ font-size:16px; text-align:center; padding:25px 3%; color:#333; line-height:60px; -webkit-transition: background-color 0.5s ; -moz-transition: background-color 0.5s ; -o-transition: background-color 0.5s; transition: background-color 0.5s; }
.menucp a:hover,.menucp a.active,.menucp a.active:link,.menucp a.active:visited{background:#0a51a3; color:#fff; text-decoration:none;}


.menu3{ clear:both; margin:0px auto 0px auto; width:100%; }
.menu3 a,.menu3 a:link,.menu3 a:visited{ font-size:16px; text-align:center; padding:25px 3%; color:#333; line-height:60px; -webkit-transition: background-color 0.5s ; -moz-transition: background-color 0.5s ; -o-transition: background-color 0.5s; transition: background-color 0.5s; }
.menu3 a:hover,.menu3 a.active,.menu3 a.active:link,.menu3 a.active:visited{background:#0a51a3; color:#fff; text-decoration:none;}

.menu4{ clear:both; margin:0 auto;  width:100%;}
.menu4 ul{clear:both; margin:0 auto; text-align:center; padding-top:10px;}
.menu4 ul a { display:block; float:left; width:13%; background:#ffffff; color:#000; border:1px solid #dddddd; border-radius:15px; font-size:13px; line-height:20px; margin:5px 0.5% 5px 0.5%; text-decoration:none; padding:6px 15px; overflow:hidden;}
.menu4 ul a:hover,.menu4 ul a.active,.menu4 ul a.active:link,.menu4 ul a.active:visited{color:#fff; background:#d71820; border:none;
	-webkit-transition: background-color 0.3s ;
	-moz-transition: background-color 0.3s ;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s; }

.menu5{ clear:both; margin:0 auto;  width:100%;}
.menu5 ul{clear:both; margin:0 auto; text-align:center; padding-top:10px;}
.menu5 ul a { display:block; float:left; width:13%; background:#ffffff; color:#000; border:1px solid #dddddd; border-radius:15px; font-size:13px; line-height:20px; margin:5px 0.5% 5px 0.5%; text-decoration:none; padding:6px 15px; overflow:hidden;}
.menu5 ul a:hover,.menu5 ul a.active,.menu5 ul a.active:link,.menu5 ul a.active:visited{color:#fff; background: #ff8a84; border:none;
	-webkit-transition: background-color 0.3s ;
	-moz-transition: background-color 0.3s ;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s; }


.menu2{clear:both;}
.menu2 h3{padding:0; margin-bottom:10px; border:#FF0000 1px solid;float:left; width:20%;}
.menu2 h3 a {color:#000;line-height:32px;padding-left:40px; font-size:14px;text-decoration: none; float:left }
.menu2 h3 a:link,.menu2 h3 a:visited{background-image: url(../images/menu1.png);background-repeat:no-repeat; background-position:12px;  }
.menu2 h3 a:hover,.menu2 h3 a.active,.menu2 h3 a.active:link,.menu2 h3 a.active:visited{color: #ff6501;background-image: url(../images/menu1a.png);background-repeat: no-repeat;}

.menu2 ul{padding:0px;}
.menu2 li a {color:#000;line-height:32px; padding-left:40px;margin-bottom:8px;text-decoration: none; display:block;}
.menu2 li a:link,.menu2 li a:visited{background-image: url(../images/menu1.png);background-repeat:no-repeat; background-position:12px;}
.menu2 li a:hover,.menu2 li a.active,.menu2 li a.active:link,.menu2 li a.active:visited{color: #ff6501;background-image: url(../images/menu1a.png);background-repeat:no-repeat;}


.backtop{ text-align:right; margin:10px 0 20px 0;}
.infosearch{ width:50%; clear:both; overflow:hidden; margin:0 auto; padding:3px 3px 3px 1.5%; border:1px solid #d5d5d5; border-radius:70px; }
.infosearch input[type="text"]{width:90%;height:40px; line-height:40px; border:0px solid #dddddd;-moz-border-radius: 3px;-webkit-border-radius:3px;background:none;outline:none;}
.infosearch input[type="submit"]{background-color:#0a51a3; float:right; border:0px; color:#ffffff; font-weight:bold; width:40px; height:40px; border-radius:50%; cursor:pointer;}

.infodes{ clear:both; padding:10px 0; line-height:20px;}

.af{ clear:both;}
.af dl{ clear:both;font-size:12px;line-height:23px;}
.af dl dt,.addf dl dd{ float:left;}
.af dl dt{ width:70px; text-align:right;}

/*信息*/

.info_cate{  }
.info_cate dl{ clear:both; overflow:hidden; border-bottom:1px solid #c39c61; margin:1% 0 2% 0;  }
.info_cate dl dt{ float:left; }
.info_cate dl dd{ float:left; line-height:48px; padding:0 0 0 2%; }
.info_cate dl dd a{ font-size:20px; font-weight:bold;}
.info_cate ul{ /*background:url(../images/zizhiling.jpg) repeat-y 12px 0;*/ clear:both; overflow:hidden; margin:0 0 2% 0; }
.info_cate ul ol{ width:46%; float:left; background:url(../images/zizhi.png) no-repeat left center; line-height:26px; padding:0.5% 0 0.5% 3%; }


.info_list{clear:both;margin-top:0px;padding:0px;}
.info_list ul{clear:both;}
.info_list ul li{ float:left; text-align:center; margin-top:15px;}


.info_listimg{clear:both;margin-top:0px;padding:0px; overflow:hidden}
.info_listimg ul{clear:both; margin-top:10px; }
.info_listimg ul li{float:left; width:23%; padding:5px 1% 5px 1%; text-align:center; line-height:36px;}
.info_listimg ul li a{display:block; padding:0px;}

.info_listimg ul li img{ width:100%;display:block; border:1px solid #dddddd;}
.info_listimg ul li a:hover{text-decoration:none;}
.info_listimg ul li a p{overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }


.info_list_download{}
.info_list_download ul{ clear:both; overflow:hidden; }
.info_list_download ul li{ width:42%; padding:2% 2.5%; margin:1% 1%; float:left; border:1px solid #cccccc; border-top:2px solid #8fc41e; background:#0a51a3 url(../images/download.png) no-repeat center right;  color:#fff;  transition: 588ms; }
.info_list_download ul li:hover{ background:#8fc41e url(../images/download.png) no-repeat bottom right; }
.info_list_download ul li a{ color:#fff; display:block; line-height:36px; font-weight:bold; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.info_list_download ul li a:hover{ }

.info_list_contact{}
.info_list_contact ul{ clear:both; overflow:hidden; }
.info_list_contact ul li{ float:left; width:42%; margin:1% 1%; padding:2% 0 2% 5%; border-radius:0 30px 0 30px; border-top:2px solid #8fc41e; }


.info_list_midpic{ clear:both; margin-top:0px; padding:0px; }
.info_list_midpic ul{ clear:both; overflow:hidden; }
.info_list_midpic ul li{ float:left; width:48%; text-align:center; margin:1% 1%;}
.info_list_midpic ul li img{ width:99.8%; display:block; border:1px solid #eee;  }
.info_list_midpic p{ background:#eee; padding:2% 0; line-height:23px; font-weight:bold;}
.info_list_midpic h2{ background:#eee; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:1; }

.info_list_case{ clear:both; margin-top:0px; padding:0px; }
.info_list_case ul{ clear:both; overflow:hidden; }
.info_list_case ul li{ float:left; width:48%; text-align:center; margin:1% 1%; position:relative; background:#000; }
.info_list_case ul li img{ width:99.8%; display:block; border:1px solid #eee;  }
.info_list_case p{ background:#eee; padding:2% 0; line-height:23px; font-weight:bold;}
.info_list_case h2{ background:#eee; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:1; }
.info_list_case ul li .bf{ position:absolute;  width:100%; text-align:center; height:100%; background-color:rgba(0,0,0,0.5); transition: 588ms; }
.info_list_case ul li .bf:hover{ background-color:rgba(0,0,0,0); }
.info_list_case ul li .bf img{ height:100px; width:100px; margin:25% auto 0 auto; border:0px; transition: 588ms;}
.info_list_case ul li:hover .bf img {transform: scale(1.1); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); }


.info_list ol.head{background: #eeeeee;font-size:14px;height:30px;line-height:30px; text-align:center; color:#333333;}
.info_list ol.head span.title{float:left;width:65%; font-size:15px; font-weight:bold;}
.info_list ol.head span.title a{font-size:15px; font-weight:bold;}
.info_list ol.head span.views{float:left;width:10%; }
.info_list ol.head span.date{float:right;width:16%; text-align:right; padding:0 25px 0 0;}

.info_list ol{ font-size:12px;height:30px;line-height:30px; padding:0 0 0 10px; border:1px solid #cccccc; width:48%; float:left; margin:0 1%; }
.info_list ol.bg{background: #f5f5f5; padding:0 0 0 10px;}
.info_list ol.info font.dot{color:#ee7700; font-family:"宋体";}
.info_list ol.info a.title{float:left;width:65%;}
.info_list ol.info span.views{float:left;width:10%;text-align:center;font-size:12px;color:#666666;}
.info_list ol.info span.date{float:right;width:16%;  text-align:right; padding:0 20px 0 0; font-size:12px;color:#666666;}

.info_list dl{ margin:0 0px 0px 0px; padding:2% 1%; clear:both; overflow:hidden; border-bottom:1px dashed #ccc;  transition: 588ms; }
.info_list dl:hover{ background:#fbfbfb; }
.info_list dl dt{ float:left; width:15%; overflow:hidden; }
.info_list dl dt img{ display:block; width:100%; transition: 588ms;}
.info_list dl dt:hover img {transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1);}
.info_list dl dd{ float:right; width:83%;   }
.info_list dl dd strong{ float:left; font-size:18px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:1; }
.info_list dl dd span{ float:right; color:#8fc41e; font-weight:bold; font-size:18px;  }
.info_list dl dd p{ clear:both; overflow:hidden; color:#777; padding:2% 0 0 0;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; }


.info_view{ clear:both;padding:5px 0 10px 0;}
.info_view h1.title{border-bottom:1px dotted #ccc; font-size:22px;line-height:26px; padding:15px 0; text-align:center; font-weight:bold;}
.info_view h2.subtitle{ background:#f5f5f5; color:#999; font-size:14px;line-height:22px; padding:5px 0;text-align:center;}
.info_view div.content{padding:0px 0px; font-size:14px;line-height:30px; }
.info_view div.content p{padding:5px 0;}
.info_view img{ max-width:100%;}
.info_view div.atta{font-size:14px;line-height:23px;padding-top:2px;color:#ee7700; font-weight:bold;}
.info_view div.comment{font-size:12px;line-height:23px;padding-top:2px;}

.info_view div.other{ text-align:left; padding-right:0px;}

.info_view .bigimg{ padding:10px 0px; text-align:center;}


.info_view table {border-collapse:collapse; border-spacing: 0; border:#CCCCCC 1px solid;}
.info_view td{border:#CCCCCC 1px solid; text-align:center; padding:4px;}


.info_commentlist{clear:both;margin-top:0px;padding:0px;}
.info_commentlist h1{background:#eeeeee;font-size:14px;line-height:28px;padding-top:3px;text-align:center;}
.info_commentlist p.name{clear:both; font-weight:bold; padding:3px 0;}
.info_commentlist p.date{clear:both; padding:3px 0; }
.info_commentlist p.content{clear:both; font-size:12px;line-height:20px; margin-bottom:20px; padding-bottom:10px; border-bottom:dotted 1px #ccc;}

.info_commentadd{ padding:5px;}
.info_commentadd p{ padding:3px 0;}
.info_commentadd input[type="text"]{ width:230px;}
.info_commentadd #txtcode{width:80px;}
.info_commentadd textarea{ width:230px;}

.supply_add{ padding:5px;}
.supply_add h2{ padding:5px; background-color:#f0f0f0; text-align:center;}
.supply_add p{ padding:3px 0;}
.supply_add input[type="text"]{ width:230px;}
.supply_add #txtcode{width:80px;}
.supply_add textarea{ width:230px;}

/*产品*/
.product_cate{clear:both;}
.product_cate dl{ clear:both; width:100%; margin-top:10px;}
.product_cate dl dt{ float:left; width:30%;}
.product_cate dl dd{ float:right; width:69%; line-height:21px;}
.product_cate dl strong{ font-size:14px;}

.product_list{clear:both;}
.product_list ul{clear:both;}

/*产品：上图下字*/
.product_list{clear:both; margin-top:0px; padding:0px; overflow:hidden}
.product_list ul{clear:both; margin-top:10px; }
.product_list ul li{float:left; width:22.5%; margin:0 1% 2% 1%; padding:0px 0% 0px 0%; text-align:center;line-height:26px; }
.product_list ul li a{display:block; padding:0% 0%; -webkit-transition: background-color 1.0s ; -moz-transition: background-color 1.0s ; -o-transition: background-color 1.0s; transition: background-color 1.0s; }
.product_list ul li img{ width:99.5%; display:block; border:1px solid #d7d7d7;}
.product_list ul li p{ text-align:center; margin:0px 0 0 0; padding:4% 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;/* background:#efefef;*/}



/*产品：列表*/
.product_list ol.head{background: #eeeeee;font-size:14px;height:26px;line-height:26px;padding-top:2px; padding-left:16px;text-align:center; color:#333333;}
.product_list ol.head span.title{float:left;width:60%;}
.product_list ol.head span.views{float:left;width:10%;  }
.product_list ol.head span.date{float:right;width:28%; }

.product_list ol.info{clear:both; font-size:12px;height:27px;line-height:27px;padding:2px 0 1px 16px;background-image:url(../images/bg.gif); background-repeat:no-repeat;}
.product_list ol.bg{background: #f5f5f5;}
.product_list ol.info font.dot{color:#ee7700; font-family:"宋体";}
.product_list ol.info a.title{float:left;width:60%; }
.product_list ol.info span.views{float:left;width:10%;text-align:center;font-size:12px;color:#666666;}
.product_list ol.info span.date{float:right;width:28%; text-align:center;font-size:12px;color:#666666;}

/*产品：左图右字*/
.product_list dl{ clear:both; width:100%; margin-top:10px;}
.product_list dl dt{ float:left; margin-right:10px;}
.product_list dl dd{ float:left; line-height:21px;}
.product_list dl strong{ font-size:14px;}
.product_list dl div.summary{ line-height:20px;}

/*.product_list ol.other,ol.other a,.product ol.other a:link,.product ol.other a:visited { display:block; font-size:12px; height:23px; line-height:23px;}*/
.product_view h1.title{border-bottom:1px dotted #ccc; font-size:22px;line-height:40px; padding:10px 0; text-align:center; font-weight:bold;}
.product_view h1.title b{ display:block; line-height:30px; font-size:20px;}
.product_view h2.subtitle{ background:#f5f5f5; color:#999; font-size:14px;line-height:22px; padding:5px 0;text-align:center;}
.product_view div.bigimg{ text-align:center; padding:10px 0;}
.product_view div.bigimg img{}

.product_view dl{ clear:both;}
.product_view dl dt,.product_view dl dd{ float:left;}
.product_view dl dt{ margin-right:10px; }
.product_view dl dd ul{ clear:both;}
.product_view dl dd li{ clear:both;font-size:12px;line-height:23px;}
.product_view dl dd span,.product_view dl dd p{ float:left;}
.product_view dl dd span{ width:70px; text-align:right;}
.product_view div.atta{font-size:12px;line-height:20px;color:#ee7700;}



.product_viewcart{padding:5px;}
.product_viewcart h2{ padding:5px; background-color:#f0f0f0; text-align:center; font-weight:bold;}
.product_viewcart p{ padding:3px 0; border-bottom:dotted 1px #ccc; margin-bottom:10px; padding-bottom:10px;}
.product_viewcart strong{ font-weight:bold;}
.product_viewcart input[type="text"]{ width:230px;}
.product_viewcart input.pnum{width:80px;}
.product_viewcart textarea{ width:230px;}

/*留言内页*/
.message_add{ padding:5px;}
.message_add p{ padding:3px 0; float:left; width:50%;}
.message_add input[type="text"]{ width:96%; height:30px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:1px solid #cccccc;}
.message_add #txtcode{width:100px;}
.message_add textarea{ width:96%; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:1px solid #cccccc;}

.message_list{clear:both; margin-bottom:25px;padding:0px;font-size:12px;line-height:20px; padding:1px;}
.message_list h1.title{background:#ebebeb;font-size:14px;line-height:28px;text-align:center;}
.message_list div.memo{padding:5px 0;}
.message_list div.nickname{text-align:left; padding:3px 0px;}
.message_list div.adddate{text-align:left; padding:3px 0px;}
.message_list div.reply{ padding:5px 0;background-color:#f7f7f7; }

.order_add{ padding:5px;}
.order_add p{ padding:3px 0;}
.order_add input[type="text"]{ width:230px;}
.order_add #txtcode{width:100px;}
.order_add textarea{ width:230px;}


/*人力资源内页*/
.job_add{ padding:5px;}
.job_add p{ padding:3px 0;}
.job_add input[type="text"]{ width:98%; height:30px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:1px solid #cccccc;}
.job_add #txtcode{width:100px;}
.job_add textarea{ width:98%; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:1px solid #cccccc;}
.job_add select{ height:30px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:1px solid #cccccc;}

.joblist{ clear:both; margin-bottom:15px; padding:10px 3px 10px 3px; border-bottom:dotted #333 1px;}
.joblist p{ padding:3px 0;}
.joblist p.biaoti{ font-size:18px;}
.joblist p.biaoti span{ font-size:18px;}
.joblist p.biaoti a{ background:#eeeeee; padding:3px 15px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:1px solid #cccccc;}
.joblist p.fabu{ color:#666666;}

.viewpic{ width:100%; text-align:center; clear:both;}
.viewpic img{ margin:20px auto; display:block;}
/*分页*/
.pagelist{clear:both; font-size:14px; line-height:26px; margin:4% 0; text-align:center; color:#333333;}
.pagelist a{color:#363535; text-decoration:none; line-height:26px; margin:5px 2px; border:#CCCCCC solid 1px; -moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px; padding:3px 8px;}
.pagelist a:hover{color:#0a51a3; text-decoration:none; border:#ccc solid 1px; background:#f1f1f1;}
.pagelist a.red{color:#ffffff; text-decoration:none; font-weight:bold; background:#d71820; border:none; -moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.pagelist a.red:hover{color:#ffffff; text-decoration:none;} 



.plinktop{text-align:right;font-size:12px;line-height:25px; padding-right:8px;}
.plinktop a,.plinktop a:link,.plinktop a:visited { padding:0 3px;color:#363535;  text-decoration:none;}
.plinktop a:hover{color:#ee7700; text-decoration:underline;}
.plinktop a.red,.plinktop a.red:link,.plinktop a.red:visited {color:#ee7700; text-decoration:underline; }
.plinktop a.red:hover{color:#ee7700; text-decoration:underline;} 

.plinkbottom{text-align:center;font-size:14px;line-height:25px;  padding-right:0px; margin:20px 0 0 0;}
.plinkbottom a,.plinkbottom a:link,.plinkbottom a:visited {padding:0 3px;color:#363535;text-decoration:none; }
.plinkbottom a:hover{color:#ee7700; text-decoration:underline;}
.plinkbottom a.red,.plinkbottom a.red:link,.plinkbottom a.red:visited {color:#ee7700; text-decoration:underline; }
.plinkbottom a.red:hover{color:#ee7700; text-decoration:underline;}

.imgborder{ border:#dedede solid 1px;}

.roundabout-holder  { 
	width:850px;
	height:496px;
	margin:0 auto;

}
.roundabout-moveable-item {
   width:650px;
   height:394px;
   cursor: pointer;
	border:3px solid #ccc;
	border:3px solid rgba(0, 0, 0, 0.08);
   border-radius:4px;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
}
	.roundabout-moveable-item img{
		width:100%;
	}
.roundabout-in-focus {
	border:4px solid rgba(0, 0, 0, 0.1);
}



/*新闻内页*/
.info_listxw{clear:both; padding:0px; margin-top:20px; display:block; overflow:hidden;}
.info_listxw dl{ clear:both; padding:1.5% 0px; border-bottom:1px dotted #cccccc; overflow:hidden;position: relative;}
.info_listxw dl:before{ content:""; background:#f8f8f8; width:100%; height:100%; position:absolute; left: 0; top: 0;  opacity: 0; visibility: hidden; transform: scaleY(0); -webkit-transform: scaleY(0); -moz-transform: scaleY(0); transition: 570ms; }

.info_listxw dl:hover:before {opacity: 1; visibility: visible; transform: scaleY(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); }
.info_listxw dl:hover dt img {transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1);}

.info_listxw dl dt{ display:none;}
/*.info_listxw dl dt img { display: block; width:98%; border:0px solid #e6e6e6; height: auto; line-height: 1; transition: 588ms; }*/
.info_listxw dl dd{ clear:both; position:relative; padding:0px 1%;}
.info_listxw dl dd a.title{ clear:both; display:block; font-size:18px; line-height:24px;}
.info_listxw dl dd .jianyao{ clear:both; font-size:13px; line-height:24px; color:#666666; height:48px; overflow:hidden;}
.info_listxw dl dd .jianyao p{ float:left; color:#666666; text-align:left; }
.info_listxw dl dd .jianyao div{float:left; color:#666666; text-align:left; list-style-type: none;}
.info_listxw dl dd .jianyao font{float:left; color:#666666; text-align:left;}
.info_listxw dl dd .jianyao span{float:left; color:#666666; text-align:left;}
.info_listxw dl dd .jianyao strong{float:left; font-weight:normal;}
.info_listxw dl dd .jianyao a{float:left; color:#666666;}
.info_listxw dl dd .jianyao img{ display:none;}
.info_listxw dl dd .jianyao br{ display:none;}
.info_listxw dl dd .jianyao iframe{ display:none;}
.info_listxw dl dd .newsdate{ clear:both; color:#999999; line-height:26px;}




/* 特效滚动 */
#focus_Box{position:relative;width:800px;height:554px;margin:20px auto;}
#focus_Box ul{position:relative;width:800px;height:554px}
#focus_Box li{z-index:0;position:absolute; width:0px;background:#787878;height:0px;top:146px;cursor:pointer;left:200px;border-radius:4px;box-shadow:1px 1px 12px rgba(200, 200, 200, 1)}
#focus_Box li img{width:100%;background:url(../images/loading.gif) no-repeat center 50%;height:100%;vertical-align:top}
#focus_Box li p{position:absolute;left:0;bottom:0px;width:100%;height:40px;line-height:40px;background:url(../images/float-bg.png) repeat;text-indent:8px;color:#fff;}
#focus_Box li p span{display:inline-block;width:70%;height:40px;overflow:hidden;}
#focus_Box .prev,#focus_Box .next{display:block;z-index:100;overflow:hidden;cursor:pointer;position:absolute;width:52px;height:52px;top:131px;}
#focus_Box .prev{background:url(../images/btn.png) left bottom no-repeat;left:0px}
#focus_Box .next{background:url(../images/btn.png) right bottom no-repeat;right:0px} 
#focus_Box .prev:hover{background-position:left top;}
#focus_Box .next:hover{background-position:right top;}
#focus_Box a.imgs-scroll-btn{display:block;position:absolute;z-index:110;top:7px;right:15px;width:51px;height:23px;overflow:hidden;background:url(../images/share-btn.png) no-repeat;text-indent:-999px;}



/*QQ客服样式*/
.main-im{position:fixed;right:10px;top:300px;z-index:100;width:110px;height:272px;}
.main-im .qq-a{display:block;width:106px;height:116px;font-size:14px;color:#0484cd;text-align:center;position:relative;}
.main-im .qq-a span{bottom:5px;position:absolute;width:90px;left:10px;}
.main-im .qq-hover-c{width:70px;height:70px;border-radius:35px;position:absolute;left:18px;top:10px;overflow:hidden;z-index:9;}
.main-im .qq-container{z-index:99;position:absolute;width:109px;height:118px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom:1px solid #dddddd;background:url(../images/qq-icon-bg.png) no-repeat center 8px;}
.main-im .img-qq{max-width:60px;display:block;position:absolute;left:6px;top:3px;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.main-im .im-qq:hover .img-qq{max-width:70px;left:1px;top:8px;position:absolute;}
.main-im .im_main{background:#F9FAFB;border:1px solid #dddddd;border-radius:10px;background:#F9FAFB;display:none;}
.main-im .im_main .im-tel{color:#000000;text-align:center;width:109px;height:105px;border-bottom:1px solid #dddddd;}
.main-im .im_main .im-tel div{font-weight:bold;font-size:12px;margin-top:6px;}
.main-im .im_main .im-tel .tel-num{font-family:Arial;font-weight:bold;color:#e66d15;}
.main-im .im_main .im-tel:hover{background:#fafafa;}
.main-im .im_main .weixing-container{width:55px;height:47px;border-right:1px solid #dddddd;background:#f5f5f5;border-bottom-left-radius:10px;background:url(../images/weixing-icon.png) no-repeat center center;float:left;}
.main-im .im_main .weixing-show{width:112px;height:172px;background:#ffffff;border-radius:10px;border:1px solid #dddddd;position:absolute;left:-125px;top:-126px;}
.main-im .im_main .weixing-show .weixing-sanjiao{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #ffffff;border-width:6px;left:112px;top:134px;position:absolute;z-index:2;}
.main-im .im_main .weixing-show .weixing-sanjiao-big{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #dddddd;border-width:8px;left:112px;top:132px;position:absolute;}
.main-im .im_main .weixing-show .weixing-ma{width:104px;height:103px;padding-left:5px;padding-top:5px;}
.main-im .im_main .weixing-show .weixing-txt{position:absolute;top:110px;left:7px;width:100px;margin:0 auto;text-align:center;}
.main-im .im_main .go-top{width:50px;height:47px;background:#f5f5f5;border-bottom-right-radius:10px;background:url(../images/toTop-icon.png) no-repeat center center;float:right;}
.main-im .im_main .go-top a{display:block;width:52px;height:47px;}
.main-im .close-im{position:absolute;right:10px;top:-12px;z-index:100;width:24px;height:24px;}
.main-im .close-im a{display:block;width:24px;height:24px;background:url(../images/close_im.png) no-repeat left top;}
.main-im .close-im a:hover{text-decoration:none;}
.main-im .open-im{cursor:pointer;margin-left:68px;width:40px;height:133px;background:url(../images/open_im.png) no-repeat left top;}
.cart-btn {
	width: 60px;
	height:60px;
	height:60px;
	position: fixed;
	top:300px;
	right:0px;
	z-index: 99;
	cursor: pointer;
}

.menu1_box{ overflow:hidden; text-align:center; }
.menu1_box h2{display: none;}
.menu1_box a {color:#000000; line-height:40px;  padding:10px 15px; font-size:15px; text-decoration:none; text-align:center; background:#e6e6e6; 	-webkit-transition: background-color 0.5s;	-moz-transition: background-color 0.5s; -o-transition: background-color 0.5s; transition: background-color 0.5s;}
.menu1_box a:link,.menu1_box a:visited{background:#e6e6e6;}
.menu1_box a:hover,.menu1_box a.active,.menu1_box a.active:link,.menu1_box a.active:visited{background:#d71820; color:#FFFFFF;}
.menu1_box ul li {display: inline;float: left;width:120px;}
.menu1_box ul {display: inline-block;overflow: auto;}

