@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0;}
ul,li,dl,dt,dd,ol{ list-style:none; margin:0; padding:0;}
header,article,footer,nav,section,aside,menu{ display:block;}
table{ border-collapse:collapse; border-spacing:0;}
img{ border:none;}
a { color:#333; text-decoration:none;}
a:hover { color:#00478a;}
body { font-family:Microsoft YAHEI,Arial,Helvetica,sans-serif; font-size:12px; color:#333; min-width:320px; max-width:640px; line-height:22px;}
.fl{ float:left;}
.fr{ float:right;}
.mob_mt { margin-top:5px;}
.warmp { position:relative; right:0; z-index:1; -webkit-transition:all .5s ease; transition:all .5s ease;}
.clear { clear:both;}
.warp{padding:0 2.5%;}
input::-webkit-input-placeholder { color:#999;} 
input:-moz-placeholder { color:#999;} 
input::-moz-placeholder { color:#999;}
input:-ms-input-placeholder { color:#999;} 
input[type=button], input[type=submit], input[type=file], button { cursor:pointer; -webkit-appearance:none;}
textarea { -webkit-appearance:none;}

/*字体及字体图标*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
       url('../fonts/fontawesome-webfont.woff2') format('woff2'),
      url('../fonts/fontawesome-webfont.woff') format('woff'), 
      url('../fonts/fontawesome-webfont.ttf') format('truetype'), 
      url('../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon { display:block; font-family:"FontAwesome"; overflow:hidden;}
.icon-tel:before { content:"\f095";}
.icon-cult:before { content:"\f0e8";}
.icon-job:before { content:"\f0ea";}
.icon-about:before { content:"\f124";}
.icon-reorder:before { content:"\f0c9";}


/*top*/
.header { width:100%; height:50px; position:relative; z-index:999;}
.navbar { position:fixed; top:0; right:0; width:100%; background:#fff; height:50px; line-height:50px; z-index:999; -webkit-transition:all .5s ease; transition:all .5s ease; }
.navbar .ico-logo { display:block; float:left; height:30px; overflow:hidden; margin:10px 0 0 10px;}
.navbar .ico-logo img { display:block; height:100%;}
.navbar .ico-nav { position:absolute; z-index:3; top:7px; width:35px; height:35px; font-size:0; overflow:hidden; text-align:center; border-radius:50%; background-position:center center; background-repeat:no-repeat; right:10px; background-image:url(../images/hy_02.png);}

/*右侧隐藏导航*/
.scroller { height:100%; overflow-y:auto;}
.nav { width:200px; position:fixed; top:0px; right:-200px; z-index:99999; background:#fff; -webkit-transition:all .5s ease; transition:all .5s ease; -webkit-transition:all .5s ease; transition:all .5s ease; overflow-y:auto;}
.nav .clicbl{display: none;}
.nav h3 { padding:10px 0; background:#fff; text-align:center; border-bottom:1px solid #eee;}
.nav h3 img { width:90%;}
.nav ul { padding:10px 0;}
.nav ul li { line-height:25px; padding:0 20px; font-size:16px; margin-bottom:13px;}
.nav ul li a {color: #000;}
.nav ul li a i { font-size:12px; margin-left:5px; letter-spacing:1px; color:#fff; font-style:normal;}
.nav ul li h1 { font-size:14px; border-bottom:1px solid #000; line-height:30px; font-weight:100; margin-bottom:5px;}
.nav ul li h1 i { color:#000; font-size:24px; cursor:pointer; float:right; font-style:normal; width:15px;}
.nav ul li span { display:block; width:100%; text-align:left; font-size:14px; border-bottom:1px solid #ddd; padding:5px 0;}
.nav ul li span a { display:block; float:left; color:#666; max-width:90%; font-size:12px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.nav ul li span i { color:#666; font-size:16px; float:right; cursor:pointer; font-style:normal; width:10px;}
.nav ul li span ul { margin:0; padding:0; display:none; width:100%;}
.nav ul li span ul li { margin:0; padding:5px 0; width:100%; float:none; text-align:left; border-top:1px solid #eee;}
.nav ul li span ul li a { border:none; display:block; float:none; width:100%;}

/*foot*/
.footer { height:50px;}
.footer .fot { width:100%; height:50px; background:#ba1f25; position:fixed; bottom:0; z-index:9999;}
.footer .fot li { float:left; width:25%; font-size:12px; box-sizing:border-box;transform: scale(0.9);}
.footer .fot li a { display:block; width:100%; text-align:center; padding-top:5px; color:#fff;}
.footer .fot li i { margin:0 auto; font-size:22px; color:#fff; font-style:normal;}
.bottom { width:100%; padding:10px 0; font-size:12px; line-height:20px; color:#999; background:#eee; text-align:center;}
.bottom p { padding:0px 15px;}
.bottom p a { color:#999;}

.openMenu { right:200px; -webkit-transition:all .5s ease; transition:all .5s ease;}
.openMenu .navbar { right:200px; -webkit-transition:all .5s ease;transition:all .5s ease;}
.openNav { right:0; -webkit-transition:all .5s ease; transition:all .5s ease; border-left: 1px #e8e8e8 solid;}

/*banner*/
.banner { width:100%; margin:0 auto; position:relative; overflow:hidden; background:#fff;}
.banner .hd { width:100%; text-align:center; position:absolute; bottom:0px; z-index:2;}
.banner .hd li { display:inline-block; width:10px; height:10px; margin:0 5px; border:1px solid #fff; border-radius:50%; background:#fff; filter:alpha(opacity=50); opacity:0.5; overflow:hidden;}
.banner .hd .on { background:#2f2724; border-color:#2f2724; filter:alpha(opacity=80); opacity:0.8;}
.banner .bd { width:100%;}
.banner .bd li { width:100%;}
.banner .bd li a { display:block; width:100%;}
.banner .bd img { display:block; width:100%;}
.banner_ej,.banner_ej img { width:100%;}

/************************************************ 首页代码 start*****************************************************/
/*搜索*/
.search {width: 80%;margin:10px auto;}
.search input { display:block; float:right;  height:28px; line-height:26px; } 
.search .tit {width: 77%;padding:0 5%; background:#fff; color:#333;border-left:1px solid #C8C8C8;border-top:1px solid #C8C8C8;border-bottom:1px solid #C8C8C8;border-right:1px solid #0660D0;}
.search .djs { background:#0660D0 url(../images/search.png) no-repeat center center; height:30px; width: 31px;border:none;}
input:focus{outline: none; background:transparent;border:none;}
textarea:focus{outline: none; background:transparent;border:none;}

/*集团简介*/
.compintr {padding:13px 0;background: #F4F5F7;}
.compintr h3 a{font-size: 20px;color: #b30605;line-height: 50px;}
.compintr .text p{ font-size:14px; color: #777;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;
 }
.compintr .text .item a{display: block;float:left;width: 26%;line-height: 30px;border: 1px solid #5a5a5a;font-size: 16px;color: #5a5a5a; text-align: center;margin:10px 10px 10px 0;}
.compintr .text .more{display: block;width: 42%; height: 30px; background: #B30705; line-height: 30px; font-size: 16px; color: #fff; text-align: center;}
.compintr .text img{display: block;width: 100%;margin-top: 10px;}

/*子公司介绍*/
.subsidiary ul li{float:left; width:47%; margin: 10px 1.5%;  overflow:hidden; text-align:center; position: relative; }
.subsidiary li img { display:block; width:100%;  margin: 0 auto;}
.subsidiary li h3 {  width: 90%;height: 35px; line-height:35px;background: rgba(0,0,0,0.5);padding:0 10px;font-size:14px; color:#fff;font-weight:normal;text-align: center;position: absolute;bottom: 0;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.subsidiary .more{display:block;width: 100px;height: 25px;margin:10px auto 20px auto; background: #0660D0; line-height: 25px; font-size: 14px; color: #fff; text-align: center;}

/*企业动态*/
.news{background:#F4F5F7; padding-top: 1px; }
.slide_news { width:99.5%;  margin:0 auto;padding:10px 0;}
.slide_news .slide_pic { width:100%;  position:relative; border:1px solid #ddd;}
.slide_news  .slide_pic .hd { width:20%; height:37px; line-height:37px; text-align:right; overflow:hidden; position:absolute; right:10px; bottom:0px; z-index:1;}
.slide_news .slide_pic .hd li { display:inline-block; margin-right:2px; width:9px; height:8px;   background:#fff; cursor:pointer; }
.slide_news .slide_pic .hd li.on { background:#048DD8; }
.slide_news .slide_pic .bd li { position:relative;}
.slide_news .slide_pic .bd img { width:100%; display:block;}
.slide_news .slide_pic .bd p { position:absolute; bottom:0; width:100%;height: 38px; text-indent:1em; background:rgba(0,0,0,0.5); }
.slide_news .slide_pic .bd p span{display: inline-block; width: 60%; height: 37px; line-height: 37px; font-size:14px; color:#fff;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}

/**选项卡多栏目新闻**/
.tab_news { width:100%;height: 350px;  margin: 20px 0;}
.tab_news .hd { height:55px; margin:0 auto ; padding-bottom: 10px;}
.tab_news .hd li {display:block; float:left; width: 10%;height: 45px;line-height: 22px;background: #fff;padding:2% 3.8%;margin-left:3%; font-size:14px;color:#026FC4; cursor:pointer;text-align: center;overflow:hidden;transition: all 1s ease; }
.tab_news .hd li:nth-child(1){margin-left: 0;}
.tab_news .hd li.on { color:#fff; background: #026FC4; }
.tab_news .bd .qy_news li{border-bottom: 1px dashed #A0A0A0;padding-bottom: 10px;}
.tab_news .bd .qy_news li a{display: block; width: 100%;}
.tab_news .bd .qy_news li a h3 span{display: block;float: left;width: 77%;font-size:14px;color:#393939;line-height: 35px;font-weight: normal;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.tab_news .bd .qy_news li h3 .date{display: block;float: right;width: 65px;line-height: 35px;font-size:12px;color:#9e9e9e;}
.tab_news .bd .qy_news li a p{line-height: 24px;font-size:12px;color:#818181;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}

.tab_news .bd .all_news .first_art{border-bottom: 1px dashed #A0A0A0;padding-bottom: 15px;margin-bottom: 15px;}
.tab_news .bd .all_news .first_art a{display: block; width: 100%;}
.tab_news .bd .all_news .first_art a h3 span{float:left;width: 77%;font-size:16px;color:#393939;line-height: 45px;font-weight: normal;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.tab_news .bd .all_news .first_art a p{line-height: 24px;font-size:12px;color:#818181;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.tab_news .bd .all_news .first_art .date{display: block;float: right;width: 65px;line-height: 45px;font-size:12px;color:#9e9e9e;}
.tab_news .bd .all_news li{background: url(../images/new_dot.png) no-repeat center left; padding-left: 20px;line-height: 30px;}
.tab_news .bd .all_news li a{display: block;float:left; width: 77%;font-size:14px;color:#797979;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.tab_news .bd .all_news li span{display: block;float: right;width: 65px;font-size:12px;color:#9e9e9e;}

/*业务范围*/
.business .btitle a{display:block;background: #026FC4 ;padding: 10px;font-weight: normal;}
.business .btitle span{display:block;float:left;width: 50%;background: url(../images/bstit.jpg) no-repeat center left;padding-left: 32px;font-size: 16px; color: #fff;}
.business .btitle .more{float:right;width:40px; font-size: 12px; color: #eee;font-style: normal; }

.business ul li{float:left; width:47%; margin: 10px 1.5%;  overflow:hidden; text-align:center; position: relative; }
.business li img { display:block; width:100%;  margin: 0 auto;}
.business li h3 {  width: 90%;height: 35px; line-height:35px;background: rgba(0,0,0,0.5);padding:0 10px;font-size:14px; color:#fff;font-weight:normal;text-align: center;position: absolute;bottom: 0;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}

/*留言*/
.message {background: #2C344B;padding: 10px;margin-top: 10px;}
.message p{width: 100%;line-height: 22px;color: #fff;border-bottom: 1px dashed #999;padding:8px 0;margin-bottom: 8px;}
.message .form1 input{width: 38%;height: 35px;border:none;padding:0 5%;background: #262E45;margin:10px 0 15px 0;font-size:12px;color:#fff;}
.message .form1 input:nth-child(1){margin-right:2.8%;}
.message .form1 input::-webkit-input-placeholder{color:#fff;}
.message .form1 textarea::-webkit-input-placeholder{color:#fff;}
.message .form1 textarea{width: 90%;height: 90px;line-height: 25px;border:none;padding:2% 5%;background: #262E45;font-size:12px;color:#fff;}
.message .form1 .vcode{margin:0px 3% 10px 0;position: relative;top:-4px;}
.message .form1 #VCode{position: relative;top:9px;display: inline-block;width: 30%;height: 35px;}
.message .form1 .blue{display:block;width: 50%;height: 35px;border:none;background: #026FC4;color:#fff;border-radius:25px; margin:10px auto; }


/**栏目标题**/
.title { font-weight:normal;width: 88%; margin:30px auto 10px auto; }
.title i{display: inline-block;width: 33%;height: 1px;background: #ddd;margin-top: 10px;}
.title a { display: inline-block;width: 30%; font-size:16px; color:#4d4d4d;  height:23px;text-align: center;}
.title span {display: block; font-size:12px; color:#a7a7a7;text-align: center;text-transform: uppercase;}

/*共用栏目标题*/
.hy_gybt {margin: 5px 0px; width:100%; }
.hy_gybt h3 { width:50%; margin:0 auto; font-size:20px; text-align:center; font-weight:100; position:relative;}
.hy_gybt h3 a { color:#333;}
.hy_gybt h3 i { display:block; font-style:normal; font-size:16px; color:#ccc;}
.hy_gybt .more { display:block; width:43px; height:25px; position:absolute; top:33px; right:-20px; z-index:9;}

/*检测项目*/
.hy_jcxm { background:#fff;padding:10px 0;}

/************************************************ 首页代码 end*****************************************************/






/***二级页面***/
/*单页、文章内容*/
.position { height:30px; line-height:30px; text-indent:10px; margin:0 auto; color:#4b4b4b; font-size:12px; overflow:hidden; background:#f4f6f9;}
.position a { color:#4b4b4b;}
.pager-next-pre { padding:10px 10px 5px 10px; line-height:30px; font-size:14px; color:#999;}
.pager-next-pre p { margin:0;}
.theme { font-size:16px; text-align:center; line-height:25px; margin:0 auto;padding:10px; line-height:25px;}
.ms_time { color:#bbb; font-size:12px;text-align:center; padding:3px 0 5px 0; line-height:25px; border-bottom:1px solid #ddd; margin-bottom:10px;}

/*单页*/
.intro { line-height:25px; padding:5px 0px; max-width:95%; font-size:12px; margin:0 auto;}
.intro p {line-height:25px; font-size:13px; margin-bottom:0;}
.intro img { max-width:100%; display:block; margin:5px auto;}
.intro a { color:#ff0000; text-decoration:underline;}

/*分页*/
.chang_pages { font-size:12px; text-align:center; line-height:25px; padding:15px 10px;}
.chang_pages a,.chang_pages span { display:inline-block; border:1px solid #ddd; background:#fff; padding:0 10px; margin:0 2px;}
.chang_pages .current { background:#0067cb ; color:#fff; border:1px solid #0067cb;}

/*图片 */
.piclist { width:97%; margin:10px auto 0 auto;}
.piclist li {float:left; width:46%; margin:2% ; overflow:hidden;}
.piclist li a { display:block; width:100%;}
.piclist li img { display:block; width:100%;}
.piclist li h5 { width:90%; padding:5px 5% 0 5%; font-size:14px; color:#fff;text-align:center;background:#026fc4; height:30px; font-weight:normal; margin:0 auto; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

/* 产品*/
.prolist { width:97%; margin:10px auto 0 auto;}
.prolist li {float:left; width:46%; margin:2% ; overflow:hidden;border-bottom:1px solid #026fc4; padding-bottom:7px;}

.prolist li a { display:block; width:100%;}
.prolist li img { display:block; width:100%;}
.prolist li h5 { width:90%; padding:5px 5% 0 5%; font-size:14px; color:#333; line-height:30px; font-weight:normal; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;text-align: center;}
.prolist li p { width:90%; padding:0 5%; font-size:12px; color:#999; line-height:20px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}

/**新闻**/
.newlist { width:95%; margin:0 auto;}
.newlist li { width:100%; margin:10px auto 0 auto;padding-bottom: 10px;border-bottom: 1px solid #eee;}
.newlist li a { display:block; width:100%;}
.newlist li img { display:block; float:left; width:116px; height:85px; overflow:hidden;}
.newlist li .mesg { padding-left:130px;}
.newlist li .mesg h3 { font-size:14px; color:#333; width:100%; color:#333; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.newlist li .mesg span { display:block; width:100%; font-size:12px; color:#999;}
.newlist li .mesg p { font-size:12px; color:#666; line-height:22px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}

/**案例**/
.mob_tite { font-size:18px; height:30px; line-height:30px; text-align:left; font-weight:bold; color:#000; margin-bottom:1px; background-color:#fff; line-height:30px;}
.mob_al { padding:5px; background:#fff;}
.mob_al li { border-bottom:1px solid #eee; width:48%;margin: 0px 3px;display: inline-block;text-align: center;}
.mob_al li a { display:block;}
.mob_al li img { display:block; width:100%; margin:5px auto; border-radius:6px; overflow:hidden;}
.mob_al li h3 { font-size:14px; color:#333; width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.mob_al li p { color:#999; font-size:12px; margin:5px 0 10px 0; line-height:18px; height:36px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}

/*联系我们单独页面*/
.n_contact { padding:20px 0; width:100%;}
.n_contact .info { width:90%; margin:0 auto; padding-bottom:30px; color:#666; text-align:center; font-size:13px;}
.n_contact .info b { margin-top:15px; display:block; font-size:18px; color:#333;}
.n_contact .info img { margin-top:15px;}
.n_contact .upbox { width:95%; margin:0 auto 20px auto; border:1px solid #dbdbdb;}
.n_contact .upbox .text_box { padding:15px; background:#f9f9f9; border-bottom:1px solid #dbdbdb;}
.n_contact .upbox .text_box .box { background:url(../images/icon_contact.png) left 8px no-repeat; font-size:13px; line-height:30px; color:#333; padding-left:22px;}
.n_contact .map { width:95%; margin:0 auto; }
.n_contact .ewm_box { float:left; width:50%; margin:20px 0; border-left:1px solid #dbdbdb; box-sizing:border-box;}
.n_contact .ewm_box .box span { display:block; margin-top:8px; color:#666; text-align:center; font-size:12px;}
.n_contact .ewm_box img { display:block; margin:0 auto; width:115px; height:115px;}
	
/*招聘*/
.n_job { width:100%; margin:0 auto;}
.n_job th { background:#026fc4; text-align:center; height:50px; line-height:50px; color:#fff; font-size:15px;}
.n_job .titl td { border-bottom:1px dashed #ddd; padding:10px; background:#f8f8f8; text-align:center; color:#666; font-size:12px;}
.n_job .titl .afold { display:block; height:23px;  background:url(../images/icon_bnt__slide_close.png) center no-repeat;}
.n_job .titl.on .afold { background:url(../images/icon_bnt_slide_open.png) center no-repeat;}
.n_job .cont { padding:0 35px; background:#fff; line-height:25px; color:#666;}
.n_job .show_box { display:none;}
.n_job .article { padding:30px 0;}
.n_job .un { line-height:26px; margin:10px auto; font-size:14px; color:#777; padding:0 15px 15px 15px;}
.n_job .un a { color:#f30; font-size:16px;}
	
/*在线留言*/
.company { width:95%; margin:15px auto;}
.company li { margin-bottom:15px; width:100%; float:left;}
.company_l { margin-left:4px;}
.company_r { color:#434343; margin-right:4px; text-indent:2em;}
.company_r span { display:block; line-height:26px; margin-top:26px;}
.company_bot { margin-bottom:175px;}
.main_ly li { clear:both; color:#3c3b3b; line-height:30px; padding:0 0 12px;}
.main_ly_t1 { float:left; width:20%; height:30px; font-size:15px; line-height:30px;}
.main_ly_t2 { color:#999999; float:left; font-size:12px; padding:5px 0 0 0px;padding-left: 20%;width: 80%;}
.main_bd { border:1px solid #ccc; float:left; height:30px; line-height:30px; padding:0 0 0 5px; width:75%; background:none;}
.main_bd1 { border:1px solid #ccc; float:left; font-size:14px; height:102px; line-height:25px; padding:5px; width:73%; background:none;}
.main_bd2 { border:1px solid #ccc; float:left; height:33px; line-height:33px; padding:0 0 0 5px; width:135px; background:none;}
.blue { display:block; float:left; border:none; height:35px; width:40%; color:#3c3b3b; font-size:16px; line-height:35px; cursor:pointer; background:#444446; color:#fff;}
.lyyzm { height:35px; margin-left:5px;}

/*产品详情*/
.proFocus { margin:10px auto; width:95%; position:relative; overflow:hidden; zoom:1;}
.proFocus .hd { width:100%; padding-top:5px; overflow:hidden;}
.proFocus .hd ul { margin-right:-2px; overflow:hidden; zoom:1;}
.proFocus .hd li { float:left; text-align:center;}
.proFocus .hd li img { width:55px; border:2px solid #ddd; cursor:pointer; margin-right:2px;}
.proFocus .hd .on img { border-color:#037edb;}
.proFocus .bd { border:1px solid #ddd;}
.proFocus .bd li { vertical-align:middle;}
.proFocus .bd img { width:100%; display:block;}
.proRgt { width:100%;}
.proRgt li { line-height:30px; font-size:14px; color:#333;}
.proRgt li b { margin-right:10px;}
.proH5 { line-height:35px; background:#f4f4f4; font-size:14px; color:#333; border-left:6px solid #037edb; padding-left:10px; margin:15px auto 10px auto;}

/*免费咨询电话2017-03-14*/
.mobile_tel { background:#fff;}
.mobile_tel a { display:block; color:#f64e5d; font-size:22px; border-radius:10px; padding:10px 0; margin:0 auto;}
.mobile_tel a i { float:left; width:55px; height:51px; background:url(../images/call.png) no-repeat 10px 0 / 70% auto;}
.mobile_tel a b { font-weight:100; font-size:16px; color:#333;}
.mobile_tel a span { line-height:40px; font-weight:bold;}


