@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 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, input, textarea, select { background: none; border: 0; margin: 0; padding: 0; font-family: "微软雅黑"; -webkit-font-smoothing: antialiased; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }

abbr[title], dfn[title] { cursor: help; }

blockquote, q { quotes: none }

blockquote:before, blockquote:after, q:before, q:after { content: none }

del { text-decoration: line-through }

hr { background: transparent; border: 0; clear: both; color: transparent; height: 1px; margin: 0; padding: 0; }

mark { background-color: #ffffb3; font-style: italic; }

input, select { vertical-align: middle }

ins { background-color: red; color: white; text-decoration: none; }

ol, ul { list-style: none }

table { border-collapse: collapse; border-spacing: 0; }

.clear { clear: both; display: block; height: 0; overflow: hidden; visibility: hidden; width: 0; }

.clearfix:after { clear: both; content: ' '; display: block; font-size: 0; height: 0; line-height: 0; visibility: hidden; width: 0; }

* html .clearfix, :first-child+html .clearfix { zoom: 1 }

body { margin: 0; padding: 0; line-height:30px;}

td, div { font-size: 14px; color: #444; }

a { color: #474747; text-decoration: none;  line-height:28px;}

a:hover { color: #333; }

.clear { clear: both; }

.dis { display: none; }

.w { width: 1200px; margin: 0 auto; clear: both; }

.mt10 { margin-top: 10px; }

.m10 { margin: 30px auto; }

.maincontainer { width: 100% }
#tophead .logo {width: 1200px;  clear: both; margin: 0 auto;margin: 12px auto 6px auto;overflow: hidden;zoom: 1; }

#tophead .logo span{display:block;}

#head {height: 40px; background-color: #f0f0f0;}

#heads{width:1200px;height:40px;line-height:40px;margin:0 auto;overflow: hidden;color:#474747}

.lb{vertical-align: middle;margin-right:6px;}

.heads_left{float:left;font-size:14px;}

.heads_right{float:right;font-size:14px;}

.heads_right a{color:#474747}

.logo_blue{font-size:26px;font-weight:bold;letter-spacing:1px}

.logo_black{color:#474747;font-size:15px;}

.logo_left{float:left}

.logo_right{float:right;overflow: hidden;}

.r_left{float:left;}

.r_right{float:left;margin-left:7px}

.r_right .xs{font-size:16px;margin-bottom:-5px;}

.p_right .bold,.r_right .bold{display: block;font-size:24px;font-weight:bold;color:#F18604;}/*logo end*/


#topnav { height: 50px; width: 100%; background: #0d62be; }

#topnav .w ul { padding: 0; list-style: none; width: 1200px; white-space: nowrap; margin: 0 auto; }

#topnav .w ul li { float: left; width: 150px; }


#topnav .w ul li a { height: 50px; line-height: 50px; text-align: center; font-size: 16px; font-family: microsoft yahei; color: #fff; display: block;}

#topnav .w ul li a:hover { background: #F18604; }

#topnav .w ul .hover a { background: #F18604; height: 50px; line-height: 50px;6font-size: 16px; font-family: microsoft yahei; color: #fff; display: block; }

#topnav .w ul li a span {
    width: 1px;
    height: 50px;
    float: left;
}

#topnav .w ul li dl { position: absolute; z-index: 999; margin: 0; display: none; width: 150px; }

#topnav .w ul .hover dl dt a { background: #0d62be; border-bottom: 1px solid #fff; height: 50px; line-height: 50px; display: block; font-size: 14px; }

#topnav .w ul .hover dl dt a:hover { background: #F18604; color: #fff; display: block; }

.banner {
		width: 100%;
		height: 500px;
		font-size: 0;
		overflow: hidden;
		position: relative;
	}
	
	.banner_img {
		width: 100%;
		height: 500px;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.banner_img li {
		width: 100%;
		height: 500px;
		display: inline-block;
		background-position: center;
		background-repeat: no-repeat;
		float: left;
		list-style: none;
	}
	
	.banner_list {
		height: 50px;
		top: 468px;
		position: relative;
		margin: 0 auto;
		z-index: 1;
	}
	
	.banner_list span {
		display: block;
		cursor: pointer;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background:#0d62be;
		float: left;
		margin: 0 5px;
	}
	

	.banner_list .spcss {
		background:#F18604;
	}
	
	.banner_left {
		position: absolute;
		height: 90px;
		width: 60px;
		top: 50%;
		left: 60px;
		background-color: rgba(73,72,62, 0.2);
		margin-top: -45px;
		text-align: center;
		transition: all .5s;
		z-index: 2;
	}
	
	.banner_left:hover {
		background-color: rgba(73,72,62, 0.6);
	}
	
	.banner_right {
		position: absolute;
		height: 90px;
		width: 60px;
		top: 50%;
		right: 60px;
		background-color: rgba(73,72,62, 0.2);
		margin-top: -45px;
		text-align: center;
		transition: all .5s;
		z-index: 2;
	}
	
	.banner_right:hover {
		background-color: rgba(73,72,62, 0.6);
	}
	
	.banner_left img {
		margin-top: 22px;
	}
	
	.banner_right img {
		margin-top: 22px;
	}

.rongyu{text-align:center;margin:40px 0px;}
.lanren{height:247px;margin:0 auto;}
.lanren ul li .a1 img{width:367px;height:478px;}
.lanren ul li{border:1px solid #ebeaea;width:367px;height:478px;list-style:none;position:relative;float:left;overflow:hidden;margin: 0px 15px 30px 16px;}
.lanren ul li .a1 .divA{position:absolute;bottom:0;left:0;width:367px;background:rgba(13,98,190,0.8);}
.lanren ul li .a1 .divA>.p1{width:367px;height:48px;font-size:18px;line-height:48px;color:#fff;text-align:center;}
/*遮罩*/
.lanren ul li .a2{position:absolute;top:0;left:-367px;width:367px;height:478px;text-align:center;color:white;background:rgba(13,98,190,0.8);}
.lanren ul li .a2 .p4{width:367px;text-align:center;position:absolute;top:205px;left:-367px;color:#fff;font-size:18px !important;}
.lanren ul li .a2 .p7{position:absolute;left:116px;width:125px;height:38px;line-height:38px;border-radius:4px;margin:150px auto;border:1px solid;}
.product{overflow:hidden;zoom:1;}/*romhyu end*/

.h2class { color: #787878; font: 100 18px/60px Arial, Helvetica, sans-serif; text-transform: uppercase; width: 100%; background: url(../images/h2classbj.png) repeat-x bottom; margin: 20px auto; height: 60px; }

.h2class span { color: #000; font: 800 24px/60px "微软雅黑"; margin-right: 30px; }

#about{background:url(../images/bg.jpg) no-repeat center;height:448px;margin-top:15px;overflow:hidden;}
.about{text-align:center;margin:30px 0px;}
.us{width:1200px;margin:0 auto;}
.pclass { color: #474747; font-size:16px;text-indent:2rem;line-height:2.4rem; margin: 15px }
.mores-m{ width:120px;height:40px; line-height:40px; position:relative; overflow:hidden;background: #ececec;float:right}
.mores-m .mores-mm{ width:45px; height:40px; transform:skewX(-20deg); position:absolute; right:-10px; top:0;background: #0d62be;}
.mores-m:hover .mores-mm { background: #F18604;color:#fff;}
.mores-m h1{ position:absolute; right:6px; top:0; z-index:100;color: #fff;font-size:14px;}
.mores-m a{ width:100px; height:40px;line-height:40px; padding:0 0 0 12px; display:block;color:#474747}
.mores-m a:hover{ text-decoration:none;}
.mores-m:hover .mores-mm{ transition:all .2s ease-in 0s;}/*about end*/

.kehus{text-align:center;margin:40px 0px;}
.Exhibitor{ width:1200px; margin:0 auto;overflow:auto;}
.hl_main5_content{width:1115px; float:left;}
.h1_main5_title{ height:30px; background:#999; line-height:30px; padding-left:10px; font-size:14px; font-weight:bold;}
.hl_main5_content1{width:960px; overflow:hidden; float:left; margin:0 25px;}
.hl_main5_content1 ul{width:3000px; overflow:hidden;}
.hl_main5_content1 ul li{ float:left; width:285px; display:inline; margin-right:15px;}
.hl_main5_content1 ul li img{ width:285px; }
.hl_scrool_leftbtn{width:40px; height:80px; background:url(../images/jian_left.jpg) no-repeat; float:left; margin-left:10px; margin-top:70px; cursor:pointer;}
.hl_scrool_rightbtn{width:40px; height:80px; background:url(../images/jian_right.jpg) no-repeat; float:right; margin-right:12px; margin-top:70px; cursor:pointer;}
.demoList { width:1229px; overflow:hidden;}
.demoList li { float:left; width:285px; border:1px solid #ccc; padding:5px; background:#fff; margin:10px; _display:inline; position:relative; z-index:0; overflow:hidden;}
.demoList li a { display:block; width:285px; overflow:hidden; cursor:pointer; }
.demoList li samp,.demoList li div { height:40px; line-height:40px;width:285px; position:absolute; left:5px; top:155px; z-index:1; background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;}
.demoList li samp { background:url(images1/zoom.png) no-repeat center center; }
.demoList li span,.demoList li b {  display:block; position:absolute; left:5px; bottom:5px; width:285px; z-index:1; height:40px; text-align:center; line-height:40px; font-size:14px; color:#fff; text-shadow:1px 1px 0 #000; font-weight:normal; }
.demoList li span { background:#000; }
.title_ch{}/* jQuery jcLightBox css     kehu end*/



.new img{margin:30px 0 40px 0}
.portlet-body{width:1200px;margin:0 auto;overflow:hidden;}
.list-unstyled {list-style: none;overflow:hidden;}
.fc-list-row li {line-height: 25px;float: left;width: 46%;border: 1px solid #cccccc;padding: 15px;font-size: 16px;margin-bottom: 15px;margin-right:15px;}
.fc-list-row li a{text-decoration:none;color:#000;}
.fc-list-row li:hover{background:#0d62be;color:#fff;}
.fc-list-row li:hover a{color:#fff;}
.list-unstyled li:nth-child(2){float:right;}
.list-unstyled li:nth-child(4){float:right;}
.list-unstyled li:nth-child(6){float:right;}/*xinwen*/
.newsbox{ background:#f0f0f0; height:396px; overflow:hidden;margin-top: 30px;}
.new{text-align:center;}
.news-l{width:570px; height:330px; line-height:30px; margin:0 30px 0 0; float:left;}
.news-l .htu{ width:570px; height:210px; overflow:hidden;}
.news-l .htu img{ width:570px; height:210px;}
.news-l .htu a{ -webkit-transition:All 2s ease-in-out; -moz-transition:All 0.4s ease-in-out; -o-transition:All 0.4s ease-in-out; transition:All 0.4s ease-in-out;}
.news-l .htu a:hover{ text-decoration:none; display:block; transform:scale(1.05); -webkit-transform:scale(1.05); -moz-transform:scale(1.05); -o-transform:scale(1.05);-ms-transform:scale(1.05);}
.news-l .hwz{ padding:14px 0 0 0; height:74px; overflow:hidden;color: #474747}
.news-l .hwz h1{ font-size:16px;color:#000;}
.news-m{ width:110px; line-height:32px; position:relative; overflow:hidden;background: #ececec;}
.news-m:hover .mm { background: #F18604;color:#fff;}
.news-m .mm{ width:40px; height:32px; transform:skewX(-20deg); position:absolute; right:-10px; top:0;background: #0d62be;}
.news-m h1{ position:absolute; right:5px; top:0; z-index:100;color: #fff;font-size:14px;}
.news-m a{ width:110px; height:32px;line-height:32px; padding:0 0 0 8px; display:block;color:#474747}
.news-m a:hover{ text-decoration:none;}
.news-m:hover .mm{ transition:all .2s ease-in 0s;}
.news-r{ width:600px; float:left;}
.news-r .cv{ width:470px; height:90px; line-height:30px; position:relative; margin:0 0 30px 0; padding:0 0 0 130px; overflow:hidden;background: #f5f5f5;}
.news-r .cv .rq{ width:130px; height:90px; transform:skewX(-20deg); position:absolute; left:-20px; top:0;background: #ececec;}
.news-r li:hover .rq{ transition:all .2s ease-in 0s;background: #F18604;}
.news-r .on .rq{ transition:all .2s ease-in 0s;}
.news-r h1{ position:absolute; left:37px; top:18px; z-index:100; font-size:28px;}
.news-r li:hover h1 {color: #fff;}
.news-r h2{ position:absolute; left:22px; top:47px; z-index:100; font-weight:normal;font-size: 16px}
.news-r li:hover h2 {color: #fff;}
.news-r li h3{ font-size:16px; color:#000;padding:15px 0 0 0;}
.news-r li a{ width:470px; height:90px; color:#474747;display:block; text-decoration:none;}/* 新闻 */

/**INDEX END*/


.subject { color: #3568df; font-size: 24px; font-family: microsoft yahei; height: auto; }

.shop_big{display:none;}



.subject b { display: inline-block; font-weight: bold; height: 35px; line-height: 35px; }

.subject span { color: #858585; display: inline-block; font-size: 14px; padding-left: 10px; line-height: 30px; }

.more { width: 112px; height: 32px; float: right; background: #0d62be; color: #fff; font-size: 14px; line-height: 32px; text-align: center; margin-top: 10px; margin-right: 27px; }

.more a { color: #fff; font-size: 14px; line-height: 32px; text-align: center; }

.subjectx { color:#0d62be; font-size: 18px; font-family: microsoft yahei; height: 41px; line-height: 40px; border-bottom: 1px solid #ddd; }
.subjectx span {float: right;color: #333;display: inline-block;font-size: 14px;}
.subjectx img {vertical-align: middle;margin-right: 5px;}
.subject { color: #0d62be; font-size: 24px; font-family: microsoft yahei; height: auto; }
.subjectx b {display: inline-block;font-weight: normal;border-bottom: 2px solid #0d62be;height: 40px;line-height: 40px;}
.subject span { color: #858585; display: inline-block; font-size: 14px; padding-left: 10px; line-height: 30px; }
.subject span a{color:#474747 !important;}

.pro_width { width: 1200px; height: 245px; overflow: hidden; }

.prolist { margin: 0; padding: 0; list-style: none; overflow: hidden; width: 29999px; margin-top: 20px; }

.prolist li { float: left; width: 310px; margin: 0; margin-right: 20px; }

.prolist li a { display: block; }

.prolist li a img { }

.prolist li a .title { text-align: center; font-size: 14px; height: 40px; line-height: 40px; font-family: microsoft yahei; }

.prolist li a .intro { line-height: 18px; color: #999; word-break: break-all; min-height: 55px; }

.prolist li a .more { display: block; margin: 15px auto 10px auto; text-align: center; background: #e5e5e5; width: 90px; line-height: 24px; }

.prolist li a:hover { }

.prolist li a:hover .title { color: #1F92D1; }

.prolist li a:hover .more { background: #1F92D1; color: #fff; }

.prolist2 { margin: 0; padding: 0; list-style: none; overflow: hidden; margin-top: 25px; margin-bottom: 10px; }

.prolist2 li { float: left; width: 473px; margin: 0; margin-right: 25px; }

.prolist2 li a { display: block; }

.prolist2 li a img { }

.prolist2 li a .title { text-align: center; font-size: 14px; height: 40px; line-height: 40px; font-family: microsoft yahei; }

.prolist2 li a .intro { line-height: 18px; color: #999; word-break: break-all; min-height: 55px; }

.prolist2 li a .more { display: block; margin: 15px auto 10px auto; text-align: center; background: #e5e5e5; width: 90px; line-height: 24px; }

.prolist2 li a:hover { }

.prolist2 li a:hover .title { color: #1F92D1; }

.prolist2 li a:hover .more { background: #1F92D1; color: #fff; }

.topcase { margin: 15px 0; padding: 0; list-style: none; overflow: hidden; }

.topcase li { float: left; width: 240px; margin: 0 13px 13px 0; }

.topcase li a { text-align: center; display: block; position: relative; height: 160px; overflow: hidden; }

.topcase li img { border: 1px solid #eee; width: 240px; height: 180px; display: block; margin-bottom: 10px; }

.topcase li a div { position: absolute; background: #333; width: 100%; line-height: 40px; height: 40px; color: #fff; display: block; bottom: -40px; left: 1px; opacity: 0.7 }

.bg_black { background: #f3f4f6; border-bottom: 5px solid #3568df; }

.bg_blue { background: #3568df; height: 100px; }

.subject_news { color: #333; font-size: 18px; font-family: microsoft yahei; height: 41px; line-height: 40px; width: 48%; float: left; margin-right: 2%; }

.subject_news b { display: inline-block; font-weight: bold; height: 40px; line-height: 40px; font-size: 22px; color: #3568df; }

.subject_news span { color: #8c8c8c; display: inline-block; font-size: 18px; font-family: Arial; padding-left: 10px; text-transform: uppercase; }

.subject_news a { float: right; font-size: 14px; margin-right: 10px; }

.news_width { width: 48%; height: auto; float: left; margin-right: 2%; margin-top: 7px; }

.company { width: 100%; height: auto; float: left; color: #111; font-size: 14px; line-height: 24px; }

.newslist { margin: 0; padding: 0; list-style: none; overflow: hidden; }

.newslist li { width:96%; margin: 0px; border-bottom: 1px dashed #ccc;font-size: 14px; font-family: microsoft yahei; color: #111; text-indent:15px; padding:5px 0; }

.newslist li a img { float: left; margin: 0px; margin-right: 10px; margin-top: 12px; }

.newslist li p { line-height: 26px; color: #999;  clear:both; width:100%; margin-top:6px;  }

.newslist li a:hover .title { color: #3568df; }

.fang { width: 180px; height: 63px; float: left; margin-right: 12px; margin-top: 18px; }

.fang img { width: 89px; height: 63px; float: left; background: #fff; margin-right: 10px; }

.fang p { font-size: 14px; color: #fff; line-height: 18px; margin: 0px; margin-top: 5px; }

.fang span { width: 27px; height: 3px; float: left; background: #fff; margin-top: 10px; }

.link { padding: 15px; }

.link img { margin: 3px 8px 5px 0; }

.link ul { clear: both; margin: 0; padding: 0; list-style: none; }

.link ul li { float: left; width: 93px; height: 25px; overflow: hidden; }

#bg_foot_nav { background: #187EC6; text-align: center; }

.foot_nav { height: 40px; line-height: 40px; color: #fff; }

.foot_nav span { float: right; padding-top: 5px; }

.foot_nav a { color: #fff; }

.foot_nav a:hover { color: #ff0; }

#bg_copyright { background: #0087fe; padding: 20px 0; }

.copyright { color: #fff; font-family: verdana; line-height: 25px; text-align: center; }

.copyright a { color: #fff; }

.copyright a:hover { color: #ff0; }

.lefter { width: 220px; margin-right: 30px; float: left; }
.menu_cate {width: 220px;float: left;background: #0d62be;height:568px;}
.menu_cates {width: 220px;float: left;background: #0d62be;height:245px;margin-top:30px;margin-bottom: 30px;}
.cate_title {color: rgb(255, 255, 255);text-align: center;padding-top: 15px;font: 600 26px/36px 微软雅黑;}
.cate_titlespan {font-size: 14px;text-align: center;color:#fff;}
.catelist { width: 207px;margin: 0 auto;background: #fff;margin-top: 20px;}
.catelists{width: 207px;margin: 0 auto;background: #fff;margin-top: 20px;font-size:16px}
.catelists p{padding:2px 12px;color:#070707}
.catelist ul {padding: 15px 0 5px;}
.catelist ul li {width: 194px;height: 40px;background: #0d62be url(../images/yuan.png) no-repeat 10px center;margin: 0 auto;margin-bottom: 15px;list-style-type: none;}
.catelist ul li a {display: block;font-size: 16px;color: #fff;padding-left: 34px;line-height: 40px;overflow: hidden;text-decoration: none;}
.catelist ul li a:hover{background:#F18604;background: #F18604 url(../images/yuan.png) no-repeat 10px center;}

.righter { float: right; width: 945px; }

.leftnav { background: #3568df; padding: 10px 15px; color: #fff; font-size: 18px; font-family: microsoft yahei; border-radius: 6px 6px 0px 0px; }

.leftnav a { color: #fff; }

.subnav { margin-bottom:10px; padding: 10px auto; border-radius: 0px 0px 6px 6px;border: 1px solid #0087fe; }

.subnav li { background-image: url(../images/snow.png); background-repeat: no-repeat; background-position: right center;background: #fafafa;border-bottom: 1px solid #eee;  padding-left: 10px; font-size: 14px;line-height:36px;  width:206px;}
.subnav li a { display: block;   line-height:36px;}

.subnav li:hover { color: #333; font-weight: 100; background: #f3f3f3; border-bottom: 1px solid #eee; }

.subnav li:hover a { color: #333;  }

.subnav dl { margin: 0; padding: 0; list-style: none; *margin-top:-12px;}

.subnav dl dt { }

.subnav dl dt a { background: #fafafa; display: block; height: 40px; line-height: 40px; border-bottom: 1px solid #eee; padding-left: 20px; font-size: 14px; list-style-position: outside; list-style-type: decimal; }

.subnav dl dt a:hover { background: #ccc; font-size: 14px; font-weight: normal; color: #f30; }

.subnav li dl .hover a { color: #f30; font-size: 14px; font-weight: normal; background: #fff; }

.left_border { border: 1px solid #eee; border-top: 0; padding: 10px 15px; line-height: 25px; }

.left_border p { margin: 0; padding: 0; }

.left_border b { font-size: 14px; }

.container {line-height: 25px; font-size: 14px;  }

.container p { font-family: microsoft yahei;  }

.artshow { line-height: 25px; font-size: 14px; padding: 0 0 15px 0; }

.artshow .title {text-align: center; font-size: 20px; line-height: 30px;  font-variant: normal; margin: 0; padding: 15px 0; font-family: microsoft yahei; }

.artshow .info {display:none; text-align: center; font-family: microsoft yahei; color: #999; padding: 0 0 15px 0; font-size: 14px; }

.artshow p { margin: 5px 0; font-size: 14px; }

.artshow .pre { margin: 5px 0 5px 0; color: #999; }

.artshow .next { margin: 0 0 5px 0; color: #999; }

.content{width:940px; float:right;overflow:hidden;margin-bottom:30px;}

.pre {float:left;background:#ccc;margin-top:183px;}
.pres {float:left !important;margin-top:183px !important;}

.pre:hover{background:#F18604;}

.next{float:right;background:#ccc;margin-top:183px;}
.nexts{float:right;margin-top:183px;}


.next:hover{background:#F18604;}

.content_right{width:812px;float:left;margin：0 10px;}

.prowidth { width: 950px; overflow: hidden; }

.pro_list { margin: 0; padding: 0; list-style: none; overflow: hidden; }

.pro_list li {border:1px solid #ccc; float: left; width: 290px; margin: 20px 10px 5px 10px; position: relative; }

.pro_list li a { display: block; }

.pro_list li a img { width: 290px;  overflow: hidden; }

.pro_list li .title { background: rgba(13,98,190,0.8);text-align: center; font-size: 14px; height: 40px; line-height: 40px; font-family: microsoft yahei; position: absolute; bottom: 0; width: 290px; }
.pro_list li a .title { color:#fff}
.pro_list li a .intro { line-height: 18px; color: #999; word-break: break-all; min-height: 55px; }

.pro_list li a .more2 { display: block; margin: 5px auto; color: #fff; text-align: center; background: #3568df; width: 90px; line-height: 30px; }



.pro_list li a:hover .title { color: #fff; background-color:rgba(241,134,4,0.8); height:40px; line-height:40px;}

.pro_list li a:hover .more2 { background: #e5e5e5; color: #333; }

.pic_list { margin: 15px 0; padding: 0; list-style: none; overflow: hidden; }

.pic_list li { float: left; width: 240px; margin: 0 13px 13px 0; }

.pic_list li a { border: 1px solid #eee; display: block; padding: 5px; }

.pic_list li a img { border: 0; }

.pic_list li a .title { text-align: center; font-size: 14px; height: 40px; line-height: 40px; font-family: microsoft yahei; }

.pic_list li a:hover { border: 1px solid #ddd; }

.pic_list li a:hover .title { color: #1F92D1; }

.casewidth { width: 780px; overflow: hidden; }

.case_list { margin: 20px 0; padding: 0; list-style: none; }

.case_list li { width: 240px; margin: 0 20px 30px 0; float: left; text-align: center; font-family: microsoft yahei; }

.case_list li img { display: block; margin-bottom: 15px; }

.case_list li a { color: #666; font-size: 13px; }

.case_list li a:hover { color: #f30; }

.joblist { margin: 15px 0; padding: 0; list-style: none; overflow: hidden; }

.joblist li { float: left; width: 480px; margin: 0 20px 20px 0; border-bottom: 1px dashed #eee; padding-bottom: 15px; }

.joblist li a .title { font-size: 16px; font-family: microsoft yahei; line-height: 30px; }

.joblist li .line { padding: 0; margin: 0; line-height: 22px; }

.joblist li .line b { float: left; width: 70px; color: #555; }

.joblist li .line .intro { margin-left: 70px; }

.joblist li a:hover .title { color: #f30; }

.zhaopinlist{list-style: none;overflow:hidden;margin-top:15px;}
.zhaopinlist a{text-decoration: none;}
.zhaopinlist li { margin: 10px;width: 46%;float: left;height: 200px;border: 1px solid #f2f1f1;padding: 7px;}
.zhaopinlist li:hover {top: -10px;transition: all .6s ease-in-out;-webkit-transition: all .6s ease-in-out;-moz-transition: all .6s ease-in-out;-ms-transition: all .6s ease-in-out;-o-transition: all .6s ease-in-out;box-shadow: 2px 2px 5px #ccc;margin-top: 10px;margin-right: 8px;margin-left: 8px;}
.zhaopinlist li h2 {font-size: 18px;line-height: 45px;color: #000;white-space: nowrap;width: 96%;overflow: hidden;
height: 45px;}
.zhaopinlist li h2 span { width: 180px;height: 40px;font-size: 14px;line-height: 40px;color: #FFF;background: #F18604;font-weight: bold;padding-left: 15px;padding-right: 15px;border-radius: 15px;margin-left: 15px;}
.zhaopinlist li p { overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;margin-bottom: 20px;-webkit-box-orient: vertical;}
.zhaopinlist li div {width: 100%;height: 70px;border-top: 1px solid #f0f0f0;margin-top: 0px;top: 200px;}
.zhaopinlist li .date {height: 52px;color: #485359;display: inline-block;float: left;font-family: verdana;text-align: center;font-size: 24px;font-family: Arial;font-weight: bold;padding-top: 16px;}
.zhaopinlist li .date em {display: block;float: right;padding: 0px 15px;color: #CCCCCC;margin-top: 5px;font: lighter normal 14px Verdana, Geneva, sans-serif;}
.zhaopinlist li:hover a, .zhaopinlist li a:hover h2, .zhaopinlist li a:hover p, .zhaopinlist li a:hover .date, .zhaopinlist li a:hover .date em {color: #000;}/*zhaopin*/

.news_list { margin: 0; padding: 0; list-style: none; }

.news_list li { border-bottom: 1px dotted #ccc; padding: 10px; line-height: 24px; color: #999; }

.news_list li:hover { background: #fafafa; }

.news_list li a { font-size: 18px; font-family: microsoft yahei; display: block; line-height: 40px; }

.news_list li em { color: #666; font-family: verdana; display: block; font-style: normal; }

.rss_list { margin: 0; padding: 0; list-style: none; }

.rss_list li { border-bottom: 1px dotted #ddd; line-height: 40px; color: #999; }

.rss_list li a { font-size: 14px; font-family: microsoft yahei; }

#position { margin: 0 auto; width: 1200px; overflow: hidden; font-family: 微软雅黑; line-height: 30px; }

/*list*/

.list_page { text-align: center; margin: 10px; display: block; }

.list_page:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }

.list_page ul { list-style: none; margin: 0; padding: 0; display: inline-block; vertical-align: bottom; }

.list_page ul li { display: inline-block; border: solid 1px #ddd; border-radius: 4px; }

.list_page ul a { color: #333; padding: 8px 12px; line-height: 18px; display: block; transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s; background: #fff; }

.page_group ul { border-right: solid 1px #ddd; border-radius: 4px; }

.page_group ul li { border-right: none; border-radius: 0; float: left; }

.page_group ul li:not(:first-child):not(:last-child) { border-radius: 0; }

.page_group ul li:first-child { border-radius: 4px 0 0 4px; }

.page_group ul li:last-child { border-radius: 0 4px 4px 0; }

.page_group ul .active a { background: #f3f3f3; border-radius: 0; }

.comment { overflow: hidden; clear: both; margin: 10px 0; }

.comment .line { clear: both; border-bottom: 1px solid #eee; padding-bottom: 15px; }

.comment .line .base { font-family: microsoft yahei; font-weight: bold; line-height: 30px; font-size: 14px; }

.comment .line .base span { margin: 0 0 0 10px; color: #999; font-weight: normal; float: right; font-size: 14px; }

.comment .line .content { line-height: 20px; word-wrap: break-word; overflow: hidden; }

.comment .line .reply { font-family: verdana; word-wrap: break-word; overflow: hidden; }

.comment .line .reply strong { color: #f60; float: left; }

.comment_more { text-align: center; padding: 10px 0; font-family: microsoft yahei; font-size: 14px; }

.comment_more a { color: #999; }

.comment_more a:hover { color: #f30; }

.commentadd { margin: 10px 0; clear: both; }

.commentadd .text { }

.commentadd .text .div { padding: 0 5px 0 0; border: 1px solid #E4E2E2; border-bottom: 0; }

.commentadd .text .div textarea { width: 98%; height: 70px; overflow: auto; border: 0; padding: 10px; }

.commentadd .input { margin: 0; font-size: 14px; background: #fafafa; border: 1px solid #EDECEC; overflow: hidden; padding: 0px 5px 5px 15px; line-height: 40px; height: 40px; font-family: microsoft yahei; }

.commentadd .input .send { float: right; border: 1px solid #1F92D1; background: #1F92D1; color: #fff; padding: 8px 25px; margin: 5px 0 0; vertical-align: middle; cursor: pointer; font-family: microsoft yahei; }

.bookadd .enter{margin-right:20px;}
textarea{border:1px solid #fff;width:540px;height:67px;}

.bookadd { margin: 20px 0; }

.bookadd div { margin-bottom: 15px; }

.bookadd .label { float: left; width: 80px; text-align: right; padding-right: 10px; clear: both; color:#fff !important;}

.bookadd .label span { color: #f30; font-family: 微软雅黑; }

.bookadd .enter { float:left;}

.bookadd input{ color:#555;}

.bookadd .enter .ip { border: 1px solid #ddd; padding: 10px 7px; vertical-align: middle; overflow: hidden; color:#fff;}

.bookadd .enter .bnt { border: 1px solid #0d62be; background: #0d62be; padding: 8px 40px; vertical-align: middle; color: #fff; cursor: pointer; }

.bookadd .enter label { display: block; }

.job_h1 { font-size: 14px; line-height: 35px; border-bottom: 1px solid #eee; margin: 10px 0; padding-bottom:8px}

strong{font-size:18px}

.info_title { font-size: 14px; font-weight: bold; border-bottom: 1px solid #f0f0f0; line-height: 30px; height: 30px; margin: 0 0 15px 0; }

.info_intro { padding: 0 0 20px 0; line-height: 22px; color: #666; }

.info_intro p { margin: 0 0 5px 0; padding: 0; }

.info_intro .red { color: #f30; margin: 0 5px; }

#goodsshow { margin: 20px 0; overflow: hidden; width: 950px; }

#goodsshow img { border: 0; }

#goodsshow .left { float: left; width: 350px; margin: 0 50px 0 0; }

#goodsshow .right { float: left; }

#goodsshow .shop_big { border: 1px solid #ededed; padding: 2px; background: #fff; width: 360px; cursor: pointer; }

#goodsshow .shop_plist { clear: both; width: 360px; }

#prolist { width: 310px; float: left; overflow: hidden; height: auto; position: relative; margin: 10px 0 0 0; }

#prolist ul { margin: 0; padding: 0; list-style: none; overflow: hidden; width: 20000px; position: relative; }

#prolist ul li { float: left; cursor: pointer; position: relative; background: url(../images/pro_none.gif) no-repeat center top; height: auto; }

#prolist ul li img { width: 60px; margin: 6px 8px 0 8px; padding: 0px; border: 0; }

#prolist .hover { background: url(../images/pro_bg.gif) no-repeat center top; height: 68px; }

#goodsshow .shop_plist a.prev { float: left; width: 20px; height: 68px; display: block; outline: none; background: url(../images/ico_left.gif) no-repeat center; line-height: 68px; margin-top: 12px; }

#goodsshow .shop_plist a.next { float: left; width: 20px; height: 68px; display: block; outline: none; background: url(../images/ico_right.gif) no-repeat center; margin-top: 12px; }

#goodsshow .right { width: 350px; }

#goodsshow .right h1 { font-size: 18px; font-family: microsoft yahei; font-weight: normal; margin: 0 0 10px 0; padding: 0; }

#goodsshow .right .intro { color: #999; min-height: 80px; }

#goodsshow .right .sno { border-bottom: 1px solid #eee; line-height: 35px; }

#goodsshow .right .price { color: #999; line-height: 30px; padding: 10px 0; }

#goodsshow .right .price span { color: #f60; font-size: 16px; }

a.inquiry { display: inline-block; background: #3568df; padding: 8px 30px; color: #fff; margin: 10px 0; font-size: 16px; font-family: microsoft yahei; border-radius: 4px; }

a:hover.inquiry { color: #fff; background: #6391fd; }

.text-desc { position: absolute; left: 0; top: 0; height: 100%; opacity: 0; width: 100%; }

.port-1 { float: left; width: 310px; height: 190px; position: relative; overflow: hidden; text-align: center; }

.port-1 .text-desc { opacity: 0.9; top: -100%; transition: 0.5s; color: #fff; text-align: center; }

.port-1 img { transition: 0.5s; }

.port-1:hover img { transform: scale(1.2); }

.port-1.effect-1:hover .text-desc { top: 0; background: rgba(0,0,0,0.7); }

.prolist p { font-weight: 300; line-height: 160px; font-size: 14px; color: #fff; text-align: center; }

.port-2 { float: left; width: 473px; height: 292px; position: relative; overflow: hidden; text-align: center; }

.port-2 .text-desc { opacity: 0.9; top: -100%; transition: 0.5s; color: #fff; text-align: center; }

.port-2 img { transition: 0.5s; }

.port-2:hover img { transform: scale(1.2); }

.port-2.effect-2:hover .text-desc { top: 0; background: rgba(0,0,0,0.7); }

.prolist2 p { font-weight: 300; line-height: 260px; font-size: 14px; color: #fff; text-align: center; }
/*shouye xinwen*/
.index_left_n{ width:500px; float:left; height:320px; overflow:hidden;}
.index_right_n{ width:680px; float:right; height:320px; overflow:hidden;}


#footer{overflow:hidden;zoom:1;background:#262626;}
.foots{border-bottom:1px solid #fff;margin:0 auto;}
.foots ul{width:1200px;margin:0 auto;overflow:hidden;zoom:1;}
.foots ul li{float:left;padding:10px 0;width:150px;font-size:16px;}
.foots ul li a{color:#fff;}
.foots ul li img{vertical-align:middle}

#f_content{width:1200px;margin:0 auto;margin-top:25px;margin-bottom:40px;overflow:hidden;zoom:1;}
.f_left{width:26%;float:left}
.f_left li{font-size:16px;color:#fff;line-height:32px;}
.f_left li:nth-child(1){font-weight:bold;font-size:20px;} 
.f_left li:nth-child(2){width:40px;height:2px;background:#fff;margin:14px 0 8px 0;} 
.f_c{width:47%;float:left;margin:0 auto;  height:260px;   padding-left: 26px;border-right:1px solid #333;border-left:1px solid #333; background:url(../images/f_bj.jpg) no-repeat center center;}
.f_c li{color:#fff;} 
.f_c li:nth-child(1){font-weight:bold;font-size:20px;} 
.f_c li:nth-child(2){width:40px;height:2px;background:#fff;margin:14px 0 8px 0;} 
.f_right{width:24%;float:left;text-align:center}
.f_right p {margin-top:20px}
.f_right p:nth-child(2){font-size:16px;color:#fff;line-height:50px;} 

.foot_bottom{background:#0d62be;padding:4px 0;color:#fff;}
.foot_bottom a{color:#fff;font-size:14px;}
.f_b{width:1200px;margin:0 auto;overflow:hidden;}
.ban{float:left;font-size:16px;}
.ji{float:right}/*foot end*/



