/*reset*/
*,
*:before,
*:after {
   -webkit-user-select: none;
   -moz-user-select: -moz-none;   /*  防止文本复制 */
   -webkit-touch-callout: none;   /*  防止图片另存 */
   -ms-touch-action: pan-y;  /*  站点支持触屏*/
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*去掉元素被点击时背景框的颜色*/
   -moz-tap-highlight-color:rgba(0, 0, 0, 0);
   -webkit-box-sizing:border-box;  /*传统模型*/
	-moz-box-sizing:border-box;
	box-sizing: border-box;
	margin:0;
	padding:0;
	font-family:"Microsoft Yahei",Arial;
}
body,
html{
	-ms-overflow-style: none !important;
 	width:100%;
  	height:100%;
	/*overflow-x: hidden;*/
	background:#eeeeee;
}
body {
  -webkit-text-size-adjust: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: -webkit-box;                 /*盒模式，控制父容器里面子元素的排列方式、排列顺序、垂直（水平）对齐方式*/
  -webkit-box-orient: vertical;
  -webkit-box-align: stretch;
}
input,
textarea {
  -webkit-user-select: text;
  -moz-user-select: -moz-text;
  -moz-user-select: text;
}
img {
  border: none;
}
p {
  display: block;
  color: inherit;
}
ul,li,dl,dt,dd{
	list-style:none;
}
img{
	max-width:100%;border:0;display:block;	
}
.clear{
	float:none;clear:both;
	width:0;height:0;border:0;display:block;
	font-size:0;
	background:none;visibility:hidden;overflow:hidden;	
}
.clear-fix:after{
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;visibility:hidden;
}
a{
	text-decoration:none;
	outline:none;
}
.fl{float:left; font-style: normal;}
.fr{float:right;}
.all{width:100%;}
.t_cen{text-align:center;}
.pt_1em{padding-top:1em;}
.pb_1em{padding-bottom:1em;}
/*font*/
@font-face{
  font-family:"iconfont";
  src:
  url('../font/iconfont.woff') format('woff'),
  url('../font/iconfont.ttf') format('truetype');
}
.iconfont{
  font-family:"iconfont" !important;
  font-style:normal;
  -webkit-font-smoothing:antialiased;
  -webkit-text-stroke-width:0.2px;
  -moz-osx-font-smoothing:grayscale;
}


header{background:#212c34;}
/*common module*/
.top{
	position:relative; overflow:hidden;
	text-align:center; background:#FFF;
}
.top-tl{
	color:#879da9;font-size:1.75em;line-height:2.86em;	
}
.logo{
	display:block;
	width:75%;margin:0 auto; float:left;
}

.btwz{ display:block; font-family:"微软雅黑"; font-size:2rem; color:#fff;
	width:75%;margin:0 auto; line-height:5rem;}

/*right-btn 导航*/
.cbtn-nav{
	position:absolute;right:3.125%;top:0;
	width:10%;height:100%;display:block;
	color:#879da9;font:2.2em/2.2 "Microsoft Yahei";text-align:center;
	cursor:pointer;
}
.cbtn-nav:visited{
	color:#879da8;
}

/*left-btn 返回/搜索*/
.cbtn-search,.cbtn-back{
	position:absolute;left:3.125%;top:0;
	width:10%;height:100%;display:block;
	color:#879da9;font:2.2em/2.2 "Microsoft Yahei";text-align:center;
	cursor:pointer;
}
.cbtn-search:visited,.cbtn-back:visited{
	color:#879da8;	
}
.cbtn-search.pressed,.cbtn-back.pressed{
	color:#fcdb00;
}

/*srch*/
.srch{
	position:relative;
	width:100%; margin: 1.5% auto;
	font-size:1.625em;
	-webkit-appearance:none;
	display: none;
}
.srch-txt{
	width:100%; border:none; 
	color:#b3b3b3;font:0.8em/2.2 "Microsoft YaHei"; text-indent: 1em;
	background:#133f8a;cursor:pointer; border:3px solid #10489d;
	-webkit-appearance:none;
}
.srch-txt::-webkit-input-placeholder{
	color:#CCC;
}
.srch-sub{
	position:absolute;top:0;right:0; background:url(../../images/index_03.png) no-repeat left center #133f8a;
	width:10%;height:80%;border:none;border-radius:0; margin-top:1%; margin-right:1%;
	color:#ffffff;font:1.375em/1.4 "Microsoft YaHei";text-align:center;
	cursor:pointer;
	-webkit-appearance:none;
}


/*banner*/
.banner{ width: 100%;}
/*module slide banner 幻灯片效果*/
.mod-slide{
	position:relative;
	visibility:hidden;
	overflow:hidden;
}
.mod-slide .slide-in{
	position:relative;
	overflow:hidden;
}
.mod-slide .slide-in > div{
	position:relative;float:left;
	width:100%;
	font-size:0;text-align:center;
}
.mod-slide .slide-in > div img{
	display:inline-block;
}
.mod-slide .slide-pos{
	position:absolute;left:0;bottom:0em;z-index:9999;
	width:100%;padding:1% 0;
	text-align:center;
}
.mod-slide .slide-pos li{
	width:0.75em;height:0.75em;margin:0em; border-radius:1.5em;display:inline-block;
	background:#fff;
}
.mod-slide .slide-pos li.on{
	background:#212c34;
}
.slide{
	width:100%;margin:0 auto;
}

/*inav*/
.inav{	
	width:93.75%;margin:0 auto;padding:0 4%;
	background:url(../images/navbg.png) left top no-repeat;
	background-size:100% ;
}
.inav-son{
	float:left;
	width:17.5%;padding-bottom:5.8%;display:block;
	color:#ffffff!important;font-size:1.25em;line-height:3em;text-align:center;
	background:url(../images/navbg2.png) center 70% no-repeat;
	background-size:21.875% ;
}
.inav-son:visited{
	color:#fffffe;
}
.inav-son:last-child{
	width: 30%;padding-right: 4%;
	text-align:right;
	background: none;
}

/*itl  标题*/
.itl{
	/*position:relative;*/
	width:93.75%; /*background:#fff;*/
	margin:3.125% auto; margin-bottom:0px;
	background-size:100% ;
}
.itl-tl{
	width: 72%; padding: 2.5% 0%; margin: 0 auto; font-weight:bold; background:url(../../images/titlebg.png) center center no-repeat #ffffff;
	color:#6a6969;font:1.5em/1.25 "微软雅黑"; text-align: center;
}
.itl-fl{ width:90%; margin:0 auto; height:60px; padding-top:1.5%;}

.itl-fl ul li{ width:28%; float:left; border-radius:5px; background:#a2a29e; margin-left:4%; color:#fff;font:1.25em "微软雅黑"; line-height:40px; text-align: center;}
.itl-fl ul li a{color:#fff; display:block;}
.itl-fl ul li a:hover{color:#fff; background:#0962c8; display:block; border-radius:5px;}
.ithover{color:#fff; background:#0962c8; display:block; border-radius:5px;}
.itl-tl span{
	display: block;
	color:#1561af;  font-family: impact; text-transform: uppercase;
}
.itl-more{
	width: 46%; margin: 1em auto; margin:3.5% auto; border-radius:0.3em;
	color:#ffffff;font:1.25em/1.8 "微软雅黑"; text-align: right;
	background: #229f07;
}
.itl-more a{
	display:block;
	text-align: center;
	color:#ffffff; 
}
.itl-more a:visited{
	color:#fffffe;
}
.ita{ background:#fff;}
.itl-more2{
	width: 46%;  margin:3.5% auto; border-radius:0.3em;
	color:#ffffff;font:1.25em/1.8 "微软雅黑"; text-align: right;
	background: #b41e1f;
}
.itl-more2 a{
	display:block;
	text-align: center;
	color:#ffffff; 
}
.itl-more2 a:visited{
	color:#fffffe;
}


/*iprocla index*/
.iprocla{ 
	width: 93.75;
	
}
.iprocla a{
	float: left;
	border:1px solid #fff;padding:0% 2%; margin-right: 3%;	
	color: #ffffff;font:1.25em/2 "微软雅黑";
}
.iprocla a:last-child{
	margin-right: 0%;	
}

/*ipro*/
.ipro{width:100%;margin:0 auto;	background: #ffffff; overflow:hidden;}
.ipro_bk{width:95%;margin:0 auto;	background: #ffffff; overflow:hidden;}

.ipro_bk ul li{width:32%; float:left; color:#686868;font:0.9em "微软雅黑"; text-align: center; margin-right:0.6%;  margin-left:0.6%}
.ipro_bk ul li img{width:100%;}
.ipro_bk ul li a{width:100%; background:#cccbcb; display:block; color:#686868; line-height:30px;}
.ipro_bk ul li a:hover{background:#0e448e; display:block; color:#fff;}

/*快捷服务*/
.kjfw_cont{ width:94%; overflow:hidden; background-size:23%; margin-left:3.5%; background:#fff; margin-top:2%;margin-bottom:2%; padding-bottom:2%;padding-top:2%;}
.kjfw_cont_t{width:100%; height:50px;border-bottom:2px solid #ed6d73;  margin-top:1%;}
.kjfw_cont_t_tu{width:100%; height:50px; line-height:50px; background-size:50%;background:url(../images/index_17.png) no-repeat center;font-family:"微软雅黑"; font-size:1.5em; color:#fff; text-align:center; }
.kjfw_cont_b{width:100%;  margin-top:2%;}
.kjfw_cont_b ul li{ width:20%; margin-left:3.5%; line-height:40px; float:left; list-style:none;font-family:"微软雅黑"; font-size:1.1em; color:#2e4254; text-align:center;}
.kjfw_cont_b ul li img{width:100%;cursor:pointer}
.kjfw_cont_b ul li a{color:#71594a;}


/*产品展示*/
.show_cp{width:100%;margin:0 auto;	background: #ffffff; overflow:hidden;}
.show_cp_bk{width:98%;margin:0 auto; background: #ffffff; overflow:hidden;}

.show_cp_bk ul li{width:32%; float:left; color:#686868;font-family: "微软雅黑"; margin-right:0.6%;  margin-left:0.6%; margin-bottom:3%; margin-top:2%;}
.show_cp_bk ul li img{width:100%;}
.show_cp_bk_zi{width:95%; display:block; color:#686868; line-height:2.5rem; float:left; padding-left:5%; font-size:1em; text-align:center; }
.show_cp_bk_db{width:95%; display:block;float:left; padding-left:5%; margin-top:10px;}

.show_cp_bk_jg{width:40%; display:block; color:#686868; line-height:30px; float:left;font-size:1em; }

.show_cp_bk_an{ background:#ff9400; border-radius:0.3em; display:block; color:#fff; float:right; text-align:center; padding:2%; margin-right:5%;font-size:0.8em; }
.usishow{width:93.75%;margin: 2% auto 3.125% auto;padding:2%;background: #ffffff;}

.cpshow{width:100%;margin: 2% auto 3.125% auto;padding:2%;background: #ffffff; border-bottom:5px solid #e5e9ec; overflow:hidden;}
.cpshowa1{width:100%;margin: 2% auto 3.125% auto;padding:2%;background: #ffffff; overflow:hidden;}

.cp_show_t{width:100%;margin:0 auto; background:#ffffff; overflow:hidden;}
.cp_show_t_tu{width:80%; text-align:center; margin:0 auto;}
.cp_show_t_tu img{width:100%;}
.cpshow_bt{width:100%; height:auto; overflow:hidden; margin: 2% auto 3.125% auto;padding:2%;background: #ffffff; border-bottom:5px solid #e5e9ec;}
.cpshow_bt_l{width:60%; padding:2%; float:left; font-family:"微软雅黑"; font-size:1.1em; color:#333;}
.cpshow_bt_r{width:30%; padding:2%; margin-top:13px; float:right; margin-right:20px; border-radius:0.2em; background:#9f1306; text-align:center; color:#fff;}
.cpshow_bt_r a{color:#fff; display: block;}

.cpshow_cpxq{width:100%;padding:2%; float:left; overflow:hidden;}
.cpshow_cpxq_t{width:100%; height:40px; float:left; border-bottom:1px solid #33a0b2; margin-top:20px;}
.cpshow_cpxq_t_zi{width:20%;  height:40px; line-height:40px; float:left; background:#33a0b2;  font-family:"微软雅黑"; font-size:1.1em; color:#fff; text-align:center;}
.cpshow_cpxq_b{width:100%; height:auto; line-height:30px; float:left; font-family:"微软雅黑"; font-size:1em; color:#656464; margin-top:16px;}
.cpshow_cpxq_xgcp{width:100%; height:auto; line-height:30px; float:left; font-family:"微软雅黑"; font-size:1em; color:#656464; margin-top:16px;}
.cpshow_cpxq_xgcp ul li{width:30%; height:auto; line-height:35px; float:left; font-family:"微软雅黑"; font-size:1em; color:#686868; margin-top:16px; margin-right:1%; margin-left:1%;}
.cpshow_cpxq_xgcp ul li a{color:#686868; display:block; text-align:center;}
.cpshow_cpxq_xgcp ul li img{width:100%; height:100%;}

.qr_usiabout{width:93.75%;margin: 2% auto 3.125% auto;padding:2%;background: #ffffff; min-height:500px;}
.qrdd_an{ width:30%; height:45px; line-height:45px; margin:0 auto; background:#1f830a; border-radius:0.3em; text-align:center;font-family:"微软雅黑"; font-size:1em; color:#fff; margin-top:10%;}

/*首页产品展示*/
.index_cont_cp { width:100%; height:auto; margin-top:2.5%;}
.index_cont_cp_ny { width:95%; height:auto; margin:0 auto; overflow:hidden; }
.index_cont_cp_ny ul li { width:100%; height:auto; float:left; padding-bottom:3%; margin-bottom:3%; border-bottom:1px solid #d9d9d9; overflow:hidden; }
.index_cont_cp_ny_tu { width:35%; height:auto; float:left; }
.index_cont_cp_ny_tu img { width:100%; }
.index_cont_cp_ny_r { width:60%; height:auto; float:right; margin-left:5%; line-height:2em;}
.index_cont_cp_ny_r_bt { width:100%; line-height:2.5em; float:left; font-weight:700; float:left; font-family:"微软雅黑"; color:#747474; font-size:1em; }
.index_cont_cp_ny_r_ny { width:100%; line-height:2em; float:left; font-family:"微软雅黑"; float:left; color:#888; font-size:0.8em; }
.index_cont_cp_ny_r_db { width:100%; float:left;  bottom:0; margin-top:2%;  }
.index_cont_cp_ny_r_db_an { width:30%; float:right;  bottom:0; border-radius:3em;}

.but_a { color:#fff; display:block; background:#9b9b9b; font-family:"微软雅黑"; text-align:center; border-radius:0.3em; line-height:1.8rem; }
.but_a:hover { background:#33a0b2; display:block; }
.buthouver{ background:#33a0b2; display:block;border-radius:0.3em; color:#fff;text-align:center;line-height:1.8rem;}


.ipro .metro-b{
	position:relative;
	width:100%;padding:3%; border-bottom: 1px solid #d4dde3;
	background: #ffffff;
}
.ipro .metro-b .pic{
	float:left;
	width: 31%;
}
.ipro .metro-b .pic img{
    margin:0 auto;
}
.ipro .metro-b .text{
	float:left;
	width: 69%;
	padding-left:1em;
	color:#666666;font:1em/1.8 "微软雅黑";
}
.ipro .metro-b .text .aa{
	display:block;
	color:#333333;font:1.25em/2 "微软雅黑"; text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}

/*iTel */
.iTel{
	width:93.75%; padding:2%;margin:3.125% auto 0 auto;
	background: #229f07;
}
.iTelTitle {
	 float: left;
	 width: 20%;  display:block;overflow:hidden;
	 color:#ffffff;font:3em/1 "微软雅黑"; text-align: right;
}

.iTelCon{
	float: left;
	width: 78%;padding-left:1%; font:1.4em/1 "微软雅黑"; text-align: center;
	color:#ffffff;
}
.iTelCon a{
	line-height:3.5em; 	color:#ffffff;}


/*inews*/
.inews{
	width:93.75%;margin:0 auto;	background: #ffffff; padding:2%;}
.inews li{
	padding:0 0;border-bottom: 1px solid #dfe6ea; background:url(../../images/xtb_01.png) no-repeat left center; padding-left:8%;
	color:#333333;font:normal 1.2em/3.5 "微软雅黑";	
}
.inews li:nth-child(4){
	border-bottom: none; /* padding:0;*/
}
.inews li .biao{
	 color:#82b5dc;
}
.inews li a{
	display: block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
	color:#666;
}
.inews li a:visited{
	color:#666;
}
.inews li a.pressed{
	color:#000000;
}
.inews .idate{
	float: right;
	color:#999;	
}
.inews_cont_t{ width:90%;  height:auto; overflow:hidden; margin:0 auto; border-bottom:1px dashed #d2d2d2; text-align:center;}
.inews_cont_t_bt{ width:100%; line-height:2.5em;  font:normal 1.2em/2 "微软雅黑"; font-size:1.1em;}
.inews_cont_t_time{ width:100%; line-height:2.5em;  font:normal 1.2em/2 "微软雅黑"; font-size:0.9em;}
.inews_cont_ny{ width:90%;  height:auto; padding-top:2%; overflow:hidden; margin:0 auto;font:normal 1.2em/2 "微软雅黑"; font-size:0.9em; color:#656464;}

.inpro_cont_ny{ width:90%;  height:auto; padding-top:2%; overflow:hidden; margin:0 auto;font:normal 1.2em/2 "微软雅黑"; font-size:0.9em; color:#656464;}
.inpro_cont_ny_tu{ width:90%;  height:auto; margin:0 auto; border-bottom:6px solid #e5e9ec;}
.inpro_cont_ny_tu img{ vertical-align: middle; width:100%}

.inpro_cont_ny_zi{ width:100%;  height:auto; padding-top:2%; overflow:hidden; margin:0 auto;font:normal 1.2em/2 "微软雅黑"; font-size:1em; color:#656464;}


.inews_cont_xybk{ width:90%; height:auto; padding-top:2%; overflow:hidden; margin:0 auto;}
.inews_cont_next{ width:95%; padding-left:5%;  height:40px; border:1px solid #cccfd6; border-radius:0.5em; margin-top:2%;font:normal 1.2em/2 "微软雅黑"; font-size:0.9em; color:#6e6e6e;line-height:40px;}
.page{text-align:center; overflow:hidden; width:95%; margin:3% auto; height:36px; line-height:36px;}
.page a{font-size:12px; border:#CCC solid 1px;color:#000;margin-left:5px;padding:3px 9px; line-height:30px;}
.page .page_act{border: 1px solid #33a0b2;background:#33a0b2;color: #fff;font-weight: bold;}
.ipro_cont_next{ width:95%; padding-left:5%;  height:40px;  border:1px solid #1f8309; border-radius:0.5em; margin-top:2%;font:normal 1.2em/2 "微软雅黑"; font-size:0.9em; color:#656464;line-height:40px;}

/*..........................................在线投标*/
.C_b{ width:100%; overflow:hidden; padding-left:5px; background: url(../images/message_03.png) no-repeat bottom right  #fff;  margin-top:15px; }
.M_b_t{ width:100%; height:50px; line-height:25px; float:left;  font-family:"微软雅黑"; font-size:13px; color:#1d8248; text-align:left; padding-left:4px; margin-top:20px;  _padding-left:8px; }
.lxnr{ width:100%; padding:15px 10px; margin-top:10px; overflow:hidden; float:left; font-family:"微软雅黑"; font-size:13px; color:#535353; padding-bottom:20px;}
.C_b table{ width:100%;overflow:hidden; float:left;}

.lxnr .table td{ width:20%;}


.fwzx_lxnr1{ width:98%; margin:3%; overflow:hidden; background:none; float:left; font-family:"微软雅黑"; font-size:13px; color:#535353;}
.fwzx_lxnr1 img { border: 0px none; vertical-align: top;max-width: 100%;}
.fwzx_bk1{ border:1px solid #e3e3eb; border-radius:none; line-height:26px; margin-bottom:0.8em; width:90%;}
.fwzx_lxnr1 input,textarea{-webkit-appearance: none;border-radius: 0; }
.fwzx_lxnr1 select{-webkit-appearance: none;border-radius: 0; width:50%; background:#}

.iabout{
	width:93.75%;margin: 0 auto 3.125% auto;
	padding:2%;
	background: #ffffff;
}

.iabout01{
	width:93.75%;margin: 0 auto 3.125% auto;
	padding:2%;
	background: #fff;
}

.iabout02{
	width:93.75%;margin: 0 auto 3.125% auto;
	padding:2%;
	background: #fff;
}

.iabout03a{
	width:93.75%;margin: 1rem auto 6.5rem auto;
	padding:2%;
	background: #fff;
}
.iaboutCon{color:#666;font:normal 1.2em/2 "微软雅黑";}

.iaboutCon1{color:#666;font:normal 1.2em/2 "微软雅黑"; padding-left:2%;}


footer{position:relative;}
.usiabout0a{width:93.75%;margin: 2% auto 3.125% auto;padding:2%;background: #ffffff;}

.usiabout{width:93.75%;margin: 2% auto 3.125% auto;padding:2%;background: #ffffff;}
.usabout_t{width:93.75%;margin: 2% auto 3.125% auto;padding:2%;background: #ffffff; border-bottom:3px solid #33a0b2; margin-top:4%; overflow:hidden;}
.usabout_t ul li{width:23%; height:40px; line-height:40px; float:left; border-radius:0.5em  0.5em;  background: #33a0b2; font-size:1.2em;  font-family: "微软雅黑"; color:#fff; text-align:center; margin-left:1%; margin-right:1%; margin-top:1%;} 
.usabout_t ul li a{ font-family: "微软雅黑"; color:#fff; text-align:center;display:block;}
.usabout_t ul li a:hover{ color:#fff; background:#ff9400; display:block;  border-radius:0.5em  0.5em; }
.ushover{ color:#fff; background:#ff9400; display:block;  border-radius:0.5em  0.5em; }

.xsabout_t{width:93.75%; height:53px; margin: 2% auto 3.125% auto;padding:2%;background: #ffffff; border-bottom:3px solid #33a0b2; margin-top:5%;}
.xsabout_t ul li{width:23%; height:40px; line-height:40px; float:left; border-radius:0.5em  0.5em 0  0;  background: #1f8309; font-size:1em;  font-family: "微软雅黑"; color:#fff; text-align:center; margin-left:1%; margin-right:1%;} 
.xsabout_t ul li a{ font-family: "微软雅黑"; color:#fff; text-align:center;display:block;}
.xsabout_t ul li a:hover{ color:#fff; background:#ff9400; display:block;  border-radius:0.5em  0.5em 0  0; }
.xshover{ color:#fff; background:#ff9400; display:block;  border-radius:0.5em  0.5em 0  0; }

.xsabout_t1{width:93.75%; height:53px; margin: 2% auto 3.125% auto;padding:2%;background: #ffffff; border-bottom:3px solid #ff9400; margin-top:5%;}
.xsabout_t1 ul li{width:30%; height:40px; line-height:40px; float:left; border-radius:0.5em  0.5em 0  0;  background: #1f8309; font-size:1em;  font-family: "微软雅黑"; color:#fff; text-align:center; margin-left:1%; margin-right:1%;} 
.xsabout_t1 ul li a{ font-family: "微软雅黑"; color:#fff; text-align:center;display:block;}
.xsabout_t1 ul li a:hover{ color:#fff; background:#ff9400; display:block;  border-radius:0.5em  0.5em 0  0; }



/* 招标中心 */
.zbzx_inews{
	width:93.75%;margin:0 auto;	background: #ffffff; padding:2%;}
.zbzx_inews li{
	padding:0 3%;border-bottom: 1px solid #dfe6ea; background:url(../../images/zbcg.png) no-repeat left center; padding-left:8%;
	color:#333333;font:normal 1.2em/3.5 "微软雅黑";	
}
.zbzx_inews li:nth-child(4){
	border-bottom: none;
}
.zbzx_inews li .biao{
	 color:#82b5dc;
}
.zbzx_inews li a{
	display: block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
	color:#333333;
}
.zbzx_inews li a:visited{
	color:#333332;
}
.zbzx_inews li a.pressed{
	color:#000000;
}
.zbzx_inews .idate{
	float: right;
	color:#999;	
}

.jjfa_a_t{width:93.75%; height:auto; margin: 0 auto;padding:2%;}
.jjfa_a_t{width:100%;}


/* 联系我们 */
.usilxwm{width:93.75%;margin: 2% auto 3.125% auto;padding:2%;background: #ffffff;}
.usilxwm_map{width:90%; float:left;}
.usilxwm_map img{width:100%;}
.usilxwm_t{width:100%; line-height:40px; height:50px;  border-bottom:1px solid #e7e5e5; margin-top:5%; font-family:"微软雅黑"; color:#cd1106; font-size:1.1em;}
.usilxwm_b{width:100%; line-height:40px;  margin-top:3%; font-family:"微软雅黑"; color:#656464; font-size:0.9em;}

/* 招商加盟 */
.zsjm{ width:100%; height:auto; line-height:2rem;font-family:"微软雅黑"; color:#646464; font-size:1em; margin-bottom:3rem; border-bottom:1px dashed #7d7d7d;}
.sqjm{ width:100%; height:47px; line-height:47px; border-bottom:1px solid #b41e1f;}
.sqjm_zi{ width:20%; height:47px; line-height:47px; text-align:center; font-family:"微软雅黑"; color:#fff; font-size:1em; background:#b41e1f;}


/* 人才招聘 */
.ny_zhaopin{  width:100%; background:#fff; font-family:"微软雅黑"; padding-bottom:30px; }
table.zhaopin_table tr{ height:35px; font-size:12px; text-align:left; line-height:35px; }
table.zhaopin_table td{ border-bottom:1px #e0d7d2 solid; color:#535353;}
table.zhaopin_table a{ color:#71a51f;}
.zhaopin_table_tit th{background-color:#71a51f; color:#fff; height:20px;  }
table.zhaopin_table td.green{ color:#583000; padding-left:10px; padding-top:3px;}
.page1{ padding-top:20px;font-size:12px;font-family:"微软雅黑"; color:#583000; float:right; margin-bottom:10px; padding-right:10px;}
.page1 ul li a:hover{color:#ff3b00;}
.job_ny{ padding:20px 10px 10px 10px; font-family:"微软雅黑"; font-size:12px; color:#583000; line-height:25px; overflow:hidden;}


/* navfoot */
.navFootBox{
	 width: 100%; 
	 padding: 0 3.125% 3.125% 3.125%; 
}
.navFoot{ 
	width: 100%;
	background: #a60d22;
}
.navFoot a{
	float:left;
	width: 20%; display: block;
	color:#fff;font:normal 1.375em/3 "微软雅黑"; text-align: center;
	}
/*one-touch  foot 按钮*/
.one-touch{
	width:100%; height:auto; overflow:hidden;
	background:#2b2b2b;
	color:#89969f;font-size:1em !important;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-perspective:1000;
	perspective:1000;
	position:fixed; bottom:0px;
	max-width:640px;
}
.one-touch a{ background:url(../../images/foot_bk.png) no-repeat right center;
	float:left;
	width:25%;padding:0em;display:block;
	color:#fff;text-align:center;
	cursor:pointer;
}
.one-touch a:visited{
	color:#fff;
}
.one-touch a.pressed{
	color:#fff;
}
.one-touch a > span{
	display:block;
	font:0.6em/1.8 "微软雅黑";
}
.one-touch .iconfont{ vertical-align:middle; margin-top:0.5%;
	font:2em/1.2 "微软雅黑";
}

.one-touch .iconfont img{ vertical-align:middle; margin:0 auto;}

/* top  返回顶部 */
.cbtn-top{
	display: none;
	position:fixed;right:2%;bottom:24%;border-radius:50%;
	width:3.25em;height:3.25em; padding:0.3125em;
	color:#ffffff;font-size:1.2em;text-align:center;
	background:#f9a69e;
	cursor:pointer;	
}
.cbtn-top .iconfont{
	color:#ffffff;
	width:100%;height:100%;padding-top:0.1em;
	border-radius:50%;
	font-size:2em;
	background: rgb(21,97,175)
}
.cbtn-top span{
 display: block;
 font-size:1em;
}
.cbtn-top.pressed{
	background:rgba(21,97,175,.4);
}

/*nav  右导航*/
#rightnav{ display: none;}
#pageslide { 
	display:none; 
	width:18em;height:100%;
	background:#FFF5C1;
	position: fixed;top: 0; z-index: 999999;
}
.rightnav{
	z-index:9999 !important;
	width:18em !important;height:100%;
	background:#222c35;
	box-shadow: 10px 0 10px rgba(0, 0, 0,0.3 ) inset;
	
}
.rightnav > *{
	padding:1em 0;
}
.nav-in a{
	color:#899da8;font:1.375em/4 "微软雅黑",Arial; line-height:3em;
	display:block;
	color:#899da8;	
}
.nav-in a:visited{
	color:#899da7;	
}
.nav-in a.pressed{
	color:#fcdb00;
}
.nav-in .iconfont{
	color:#899da8;
	font-size:1.375em;line-height:3em;
}
.nav-in .font{
	font-size:0.5em;line-height:7.4em;
}
.nav-in .top{
	padding-top:2.2em;
}
.nav-in li{ text-align:center; line-height:1em; border-bottom:1px solid #3a3b36;	padding:0 1.2em;	overflow: hidden;}
/* end index module*/


/*  分页   module */
.conBodyBox{
	padding:3.125%;
	width: 100%;
	/*background:#0B61A4 ; */
}
.conBody{
	width:100%; height: 100%;  border: 0.125em solid #d4dde3; /*padding: 3%;*/
	background: #FFFFFF;
}
.conBodyContent{
	width:100%; height: 100%;  border: 0.125em solid #d4dde3; padding: 3%;
	background: #FFFFFF;
}
/*cdtl module view页 内容样式*/
.cdtl-txt{
	color:#666666;font:normal 1.25em/2 "微软雅黑";
	word-wrap:break-word;word-break:break-all;
}
.cdtl-txt img{
	display:inline-block;
}
.cdtl-tl{
	padding:0 0.5em 3% 0.5em;margin:0 auto 0.5em auto;
	color:#333333;font:1.375em/2 "Microsoft YaHei";text-align:center;
	word-wrap: break-word;word-break: break-all;
	border-bottom: 1px dashed  #d2d2d2;
}
.cdtl-picBox{
	margin:2em 0;
	text-align:center;
}
.cdtl_pic{
	display:inline-block;
	max-width:80%;
}

/* 新闻列表 */
.pnews{
	width:100%;
	background:#ffffff;
}
.pnews li{
	color:#222;font:normal 1.25em/3.5 "Microsoft YaHei";
	padding:0 3.25% 0 2.25%;border-bottom: 1px  dashed    #cccccc;
}
.pnews li:last-child{
	border-bottom: none;
}
.pnews li .biao{
	 float: left;
	 color:#82b5dc;
	 margin-right: 2%;
}
.pnews li .idate{
	 float: right;
	 color:#999999;
}
.pnews li a{
	display:block;
	color:#333333;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;
}
.pnews li a:visited{
	color:#333332;
}
.pnews .date{
	padding:0 1.5em;
	color:#d2d2d2;	
}


/*page pro  当前位置*/
.pproPosition{
	position: relative;
	width:100%; padding: 0% 3%; margin-bottom:3.125%;border-bottom:0.125em solid #c81731;
	color:#f02e49;font:1.5em/3 "Microsoft Yahei";
	background:#ffffff;
}
.pproPosition span{
	text-transform: uppercase;
	color: #1561af; font-family: impact;
}

/* pro  class分类 图标 */
.pproClass a{
	position:absolute;right:3%;top:26%;
	display: block;
	border:1px solid #000000; padding: 0% 5%;
	color:#000000;font:1em/1.5 "Microsoft Yahei";
	cursor:pointer;	
}

/*  proclass dl 页*/
.classList{ width: 100%;}
.classList dl{ 
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
}
.classList dt a{
	width: 100%; padding: 0% 3%;
	display: block;
	color:#1461b1;font:1.5em/2.6 "Microsoft Yahei";
}
.classList dd { color: #666666; padding-bottom: 3%;}
.classList dd a{
	display: inline-block; padding:0% 3% ; 
	color:#666666;font:1.25em/1.8 "Microsoft Yahei";
}


/*page pro 页  pic list*/
.ppro{
	width:100%;
}
.ppro .metro-b{
	position:relative;
	width:100%;padding:3%; border-bottom: 1px solid #d4dde3;
	background: #ffffff;
}
.ppro .metro-b:last-child{
	border-bottom: none;
}
.ppro .metro-b .pic{
	float:left;
	width: 31%;
}
.ppro .metro-b .pic img{
    margin:0 auto;
}
.ppro .metro-b .text{
	float:left;
	width: 69%;
	padding-left:1em;
	color:#666666;font:1em/1.8 "Microsoft Yahei";
}
.ppro .metro-b .text .aa{
	display:block;
	color:#333333;font:1.25em/2 "Microsoft Yahei"; text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}

/* list 、view  翻页    */
.pgList{ width: 100%; padding-left: 35%; margin-top: 3.125%; text-align:center;}
.pgList .pgNext,.pgList .pgPre{
	 float:left;
	 width:9.3%; display: block;
	 color:#ffffff;font-size: 1.25em; line-height: 1.8em;
	 background: #1561af;
} 
.pgList .pgPre{
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	}
.pgList  span{
	float: left;
	width:27.6%;
	display: block;
	color:#1561af;font-size: 1.25em; line-height: 1.8em;
}

.pgListView{ 
	width: 100%;
}
.pgListView .pgNextView,.pgListView .pgPreView{
	 width: 100%; padding: 0 3%; display: block;
	 border: 1px solid #cccfd6; border-radius: 5px;
	 color:#1662ad;font-size: 1.25em; line-height: 2.2em;
	 text-overflow:ellipsis;white-space:nowrap;overflow:hidden;
}
.pgListView .pgPreView{ margin-bottom:2%;margin-top:5%;} 
.pgListView .backList,.pgListView .backListClass{
	width:45% ; display: block; margin: 5% auto 2% auto;
	border-radius: 3px;
	color:#ffffff;font-size: 1.25em; line-height: 1.8em; text-align: center;
	background: #c81731;
}
.pgListView .backListClass{margin-bottom:5%;}

.searchback{
	width:45% ; display: block; margin: 5% auto 2% auto;
	border-radius: 3px;
	color:#ffffff;font-size: 1.25em; line-height: 1.8em; text-align: center;
	background: #c81731;
}
.searchfont{color:#666;font-size:1.25em;line-height:2em;padding-top:1em;padding-bottom:1em}
.searchfont a{color: #1561af;}
.searchfont a:visited{color: #1561ae;}



.fhdb_cont_b{ width:100%; overflow:hidden; margin-top:1%; text-align:center; font-family:"微软雅黑"; font-size:1em; color:#666;}
.fhdb_cont_b a{color:#666;}
.fhdb_cont_wz{ width:100%; margin:1.0%; overflow:hidden;  margin-top:1%; text-align:center; font-family:"微软雅黑"; color:#8c8c8c; font-size:0.85em;}


.bjys{width:640px;margin:0 auto; position:absolute;}
.white_content {
  BORDER-BOTTOM: 5px solid #ff9400;
  POSITION: fixed;
  BORDER-LEFT:5px solid #ff9400;
  PADDING-BOTTOM: 10px;
  BACKGROUND-COLOR: #fff;
  WIDTH: 90%;
  height: auto;
  DISPLAY: none;
  COLOR: #666;
  FONT-SIZE: 14px;  
  TOP: 245px;
  BORDER-RIGHT: 5px solid #ff9400;
}

.AQMM_cont_b_b{width:95%; padding:2%; overflow:hidden;}
.AQMM_cont_b_b ul li{width:100%; float:left;font-family:"微软雅黑"; font-size:1em; color:#777777; line-height:3em; margin-left:5%; }
.name_zi{ color:#999; width:25%; line-height:25px; text-align:right; padding:2% 0; border:none; font-size:1em;font-family:\5FAE\8F6F\96C5\9ED1;  text-overflow:ellipsis; float:left;} 
.name_r{float:right; width:75%; color:#a0a09f; margin-top:2%;} 
.AQMM_cont_b_b_tj{width:60%; float:left;font-family:"微软雅黑"; font-size:1.2em; color:#fff; line-height:3em; background:#1f8309; margin-top:1%; margin-left:20%; border-radius:0.3em; text-align:center; cursor:pointer; }
.AQMM_cont_b_b_tj a{color:#fff; display:block; text-align:center; }

.name01{ color:#999; height:25px; line-height:25px; overflow:hidden; padding:1% 0; border:1px solid #cccccc;background:none; font-size:0.8em;font-family:\5FAE\8F6F\96C5\9ED1; width:75%; text-overflow:ellipsis; padding-left:2%;}
.AQMM_cont_b_b_tjxy{width:80%; float:left;font-family:"微软雅黑"; font-size:0.8em; color:#777777; line-height:2.3em; text-align:center;margin-top:1%; margin-left:14%; }
.name02a{ color:#999; height:25px; line-height:25px; padding:1% 0; padding-left:2%; border:1px solid #cccccc;background:none; font-size:14px;font-family:\5FAE\8F6F\96C5\9ED1; width:75%; text-overflow:ellipsis;}
.name_rzc{float:right; width:75%; color:#a0a09f; margin-top:2%;} 

.fwzx_lxnr td{ line-height:26px;}
.fwzx_lxnr{ width:98%; margin:3%; overflow:hidden; background:none; font-family:"微软雅黑"; font-size:13px; color:#535353;}
.fwzx_lxnr img { border: 0px none; vertical-align: top;max-width: 100%;}
.fwzx_lxnr  a{ float:left;}
.fwzx_bk{ border:1px solid #e3e3eb; border-radius:none; line-height:26px; margin-bottom:0.8em; width:90%;}
.fwzx_lxnr input,textarea{-webkit-appearance: none;border-radius: 0; line-height:35px; }
.fwzx_lxnr select{-webkit-appearance: none;border-radius: 0; width:50%; background:#}


/*media query*/
@media screen and (min-width:640px){
	.all{
		width:640px;
		margin:0 auto;
	}
	.alla{
		width:100%;
		margin:0 auto;
	}
	.rightnav{
		width:18em !important;
	}
	.afPopup{
		width:640px;
	}
}
@media screen and (max-width:540px){
	body,html{font-size:14.5px;}
}
@media screen and (max-width:480px){
	body,html{font-size:13px;}
}
@media screen and (max-width:420px){
	body,html{font-size:12px;}
}
@media screen and (max-width:360px){
	body,html{font-size:12px;}
}
@media screen and (max-width:320px){
	body,html{font-size:12px;}
}

.clear-fix:after{content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden;}

/*导航*/
.hnav2{background:#33a0b2;}
.hnav2 a{font:normal 1.2rem/3rem "微软雅黑";background:#33a0b2;color:#fff;width:20%;float:left;display:block;text-align:center;box-sizing:border-box; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.hnav2 a:nth-child(1){background:#33a0b2;color:#fff;}
.hnav2 a:nth-child(2){background:#33a0b2;color:#fff;}
.hnav2 a:nth-child(3){background:#33a0b2;color:#fff;}
.hnav2 a:nth-child(4){background:#33a0b2;color:#fff;}

.content{width: 100%; background-color: #fff;}
@media all and (min-width:640px){
    .content{width:640px;margin:0 auto;position:relative;}
}
/*itl*/
.itl{width:93.75%;margin:0.2rem auto;}
.itl h2{display:inline-block;float:left; text-align:center; border-bottom:3px solid #33a0b2;font-size:1.5rem;line-height:3rem;color:#000;font-weight:normal; width:25%;}
.itl h3{float:left;width:73%;border-bottom:3px solid #bfbfbf;font-weight:normal;line-height:3rem; margin-left:2%;}
.itl h3 span{display:inline-block;margin:0.5rem 0;padding:0 0.5rem;font-size:1rem;line-height:1.6rem;color:#FFF;background:#33a0b2;}
.itl_more a{display:block;color:#d82741;}
/*itl_more*/
.itl_more{width:93.75%;margin:0.6rem auto;font-size:1.5rem;line-height:3rem;background:#e8e8e8;text-align:center;}
.itl_more a{display:block;color:#6b6b6b;}

/*iwrap*/
.iwrap{width:93.75%;margin:0.8rem auto;}
/*item_g*/
.item_g{position:relative;padding:0.8rem 0;overflow:hidden; min-height:8rem; border-bottom:1px dashed #7d7d7d;}
.item_g .pic{position:relative;width:31%;}
.item_g .con{position:absolute;top:0.8rem;right:0;width:64.625%;}
.item_g .tl a{display:block;font-size:1.2rem;color:#43484e;font-weight:normal;line-height:1.5em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.item_g .txt{max-height:3em;overflow:hidden;font-size:1rem;color:#939394;line-height:1.5em;}
.item_g .date{ width:30%; height:2rem; margin-top:0.2rem;font-size:1rem;line-height:2em;color:#fff; border-radius:0.3rem; background:#9b9b9b; float:right; text-align:center;	}
.item_g .date a{color:#fff; display:block;}
.item_g .date a:hover{color:#fff; background:#33a0b2; display:block;border-radius:0.3rem;height:2rem;line-height:2em;}
.gd_hover{color:#fff; background:#ff9900; display:block;border-radius:0.3rem;height:2rem;line-height:2em;}

/*icla*/
.icla{width:93.75%;margin:0 auto;}
.icla a{display:inline-block; border-radius: 5px; width:30%; margin:2% 1.2%;border:#33a0b2 2px solid; text-align:center;font-size:1.2rem;color:#FFF;line-height:4rem;text-align:center;background:#33a0b2;}

.icla1{width:93.75%;margin:0 auto;}
.icla1 ul li{display:inline-block; width:30%; border:#33a0b2 2px solid; margin:2% 1.2%; float:left; text-align:center;font-size:1.1rem;color:#FFF;line-height:4rem;text-align:center;background:#fff; border-radius:5px;}
.icla1 ul li .tb{ width:28%; float:left; text-align:center; padding-top:10%; margin-left:4%;}
.icla1 ul li .wz{ width:66%; float:right; color:#33a0b2; text-overflow: ellipsis;overflow: hidden; white-space: nowrap; }
/*item_b*/
.item_b{position:relative;width:48.3%;float:left;margin-right:3.4%;margin-top:0.2rem;}
.item_b:nth-child(-n+2){margin-top:0;}
.item_b:nth-child(2n){margin-right:0;}
.item_b .con{padding:0.1rem 0 0;}
.item_b .tl a{display:block;font-weight:normal;padding-right:0.34rem;font-size:0.23rem;color:#333;line-height:0.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

.cpzs{ width:100%; height: auto; margin:1rem auto;}
.cpzs ul{ margin:0px; padding:0px;}
.cpzs ul li{ width:30%; height:auto; margin-right:0.7rem; margin-bottom:1rem; float:left; list-style:none; border:1px solid #33a0b2;}
.cpzs_ny{ width:100%; height:auto; float:left; padding:0.1rem;}
.cpzs_ny_t{ width:100%; float:left;}
.cpzs_ny_t img{ width:154px;}

.cpzs_ny_zi{ width:100%; height:26px; line-height:26px; background:#33a0b2; text-align:center; font-family:"微软雅黑"; font-size:1rem; color:#fff; float:left;}

.cpzs_ny a{ color:#fff; display:block;}
.cpzs_ny a:hover{ color:#fff; background:#ff7f00; display:block;}


.tjcp{ width:100%; height: auto; margin:2rem auto; padding-top:2rem; overflow:hidden;}
.tjcp ul{ margin:0px; padding:0px;}
.tjcp ul li{ width:30%; height:auto; margin-right:0.7rem; margin-bottom:1rem; float:left; list-style:none; border:1px solid #ef3916;}
.tjcp_ny{ width:100%; height:auto; float:left; padding:0.8rem;}
.tjcp_ny_t{ width:100%; float:left;}
.tjcp_ny_t img{ width:154px;}

.tjcp_ny_zi{ width:100%; height:26px; line-height:26px; background:#cd1106; text-align:center; font-family:"微软雅黑"; font-size:1rem; color:#fff; float:left;}

.tjcp_ny a{ color:#fff; display:block;}
.tjcp_ny a:hover{ color:#fff; background:#ff7f00; display:block;}




/*iadg*/
.iadg{margin:0.2rem auto;padding:0 1em; background:url(../../images/index_pp01.png) no-repeat left 0.5rem top;}
.iadg_t{color:#000000; padding-left:3.6rem;font-size:1.5rem;line-height:1.5em;color:#333; margin-top:0.6rem;}
.iadg_b{color:#7a7a7as; padding-left:3.6rem;font-size:1rem;line-height:1.5em;color:#333;}

.iadga{margin:0.2rem auto;padding:0 1em; margin-top:1rem; background:url(../../images/index_pp02.png) no-repeat left 0.5rem top;}
.iadga_t{color:#000000; padding-left:3.6rem;font-size:1.5rem;line-height:1.5em;color:#333;}
.iadga_b{color:#7a7a7as; padding-left:3.6rem;font-size:1rem;line-height:1.5em;color:#333;}
.iadg a{color:#b41e1f;}

/*hadv*/
.hadv{margin:0.2rem auto;width:93.75%;text-align:center;font-size:1.5rem;color:#FFF;line-height:2rem;background:#b41e1f;-webkit-box-sizing:border-box;box-sizing:border-box;}
.hadv a{display:block;text-align:center;font-size:1.5rem;color:#FFF;line-height:3.5rem;}
.hadv span,.hadv i{display:inline-block;vertical-align:middle;font-style:normal;}
.hadv span:first-child{width:5.625%;margin-right:0.05rem;}

/*inew*/
.inew{padding:0 3.125%;margin-bottom:0.1rem; margin-top:3%;}
.inew li{font-size:1.2rem;color:#a30901;line-height:3rem;background-color:#f4f1f1; margin-top:1%;}
.inew li:nth-child(2n){background-color:#FFF;}
.inew a{display:block;color:#333;padding:0 0 0 3.125%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.inew span:first-child{float:right;line-height:3rem;margin:0.1rem 0;padding:0 0.1rem;color:#999;font-size:1.2rem;}
.inew span:nth-child(2){display:inline-block;margin-bottom:0.05rem;width:1rem;font-size:3rem;line-height:3rem;color:#a30901;vertical-align:middle;}

.qyfc{ width:100%; height: auto; overflow:hidden;}
.qyfc ul{ padding:0px; margin:0px;}
.qyfc ul li{width:30%; height:auto; list-style:none; float:left; position:absolute;}
.qyfc_t{ width:100%; height:auto;}
.qyfc_zi{ width:100%; height:22px; line-height:22px; background:#acaeaf; text-align:center; font-family:"微软雅黑"; color:#fff; position: relative; bottom:0px;}

/*item_d*/
.item_d{position:relative;width:31.6%;float:left;margin:0.05rem 2.6% 0.05rem 0;}
.item_d:nth-child(3n){margin-right:0;}
.item_d .pic{-webkit-box-sizing:border-box;box-sizing:border-box; text-align:center;}
.item_d .pic img{border-radius:0.05rem;}
.item_d .pic a{ font-family:"微软雅黑"; color:#656565; line-height:2rem;}

.aboutus{margin:0.2rem auto;padding:0 1.5em; line-height:2rem; color:#999999; margin-top:1rem;}
.aboutus a{color:#999999;}


/*iabout*/
.iabout0a{width:93.75%;margin:1rem;padding:0.2rem 0;	font-size:1.6rem;color:#FFF;text-align:center;background:#b41e1f;border-radius:0.6rem;}
.iabout0a a{color:#FFF;}
.iabout0a .b{display:block;}
.iabout0a .b span{display:inline-block;vertical-align:middle;}
.iabout0a .b span:first-child{font-size:1.2rem;text-align:left;}
.iabout0a .b span:last-child{line-height:3em;margin-left:0.1rem;color:#2f2f2f;background:#ffd18c;border-radius:0.5rem;padding:0 0.5em;}
.iabout0a span:last-child strong{display:inline-block;font-weight:normal;font-size:1.2rem;line-height:3em;}
