/* CSS Document *//*--初始化CSS--*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: none;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "微软雅黑";
}
input::-moz-focus-inner {
border:none;
padding:0;
}
select, input {
	vertical-align: middle;
}
select, input, textarea {
	font-size: 12px;
	margin: 0;
}
input[type="text"], input[type="password"], textarea {
	outline-style: none;
	-webkit-appearance: none;
}
textarea {
	resize: none;
}
table {
	border-collapse: collapse;
}
body {
	padding: 0;
	font: 14px "微软雅黑", "宋体", "Arial Narrow", HELVETICA;
	background-color: #ffffff;
	/*min-width: 1200px;*//* overflow-y:scroll;*/
}
.clear {
	clear: both;

}
a {
	text-decoration: none;
	color: #333;
}
.left {
	float: left;
}
.right {
	float: right;
}
.dibu_left a {
	color: #999;
}/*--头部--*/
header{ display:none;}

#menu{ display:none;}
.top {
	width: 100%;
	height: 39px;
	border-bottom: 1px solid #eee;
}
.top_con {
	width: 1200px;
	height: 39px;
	margin: 0 auto;
}
.top_left {
	width: 400px;
	height: 39px;
	float: left;
	font-size: 14px;
	color: #999;
	line-height: 39px;
}
.top_right {
	width: 320px;
	height: 39px;
	float: right;
}
.top_right p {
	width: 260px;
	height: 39px;
	float: left;
	background: url(../Images/dh.gif) no-repeat;
	font-size: 14px;
	color: #999;
	line-height: 39px;
	padding-left: 35px;
	box-sizing: border-box;
}
.yu {
	width: 85px;
	height: 39px;
	float: left;
	line-height: 39px;
	color: #999;
}
.yu a {
	padding: 0px 8px;
	color: #999;
}
.kuang {
	width: 40px;
	height: 39px;
	float: right;
}
.weixin {
	position: relative;
	float: left;
}
.weixin .weixin_nr {
	width: 75px;
	height: 75px;
	padding: 0px 5px;
	background: #fff;
	text-align: center;
	position: absolute;
	display: none;
	left: -26px;
}
.weixin .weixin_nr img {
	width: 75px;
	height: 75px;
}
.weixin.on .weixin_nr {
	display: block;
}
.wangluo {
	position: relative;
	float: right;
	text-align: right;
	width: 40px;
}
.wangluo .wangluo_nr {
	width: 215px;
	height: 150px;
	text-align: left;
	padding: 6px 15px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #e6e6e6;
	position: absolute;
	display: none;
	right: 0;
}
.wangluo .wangluo_nr h3 {
	color: #333;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 6px;
}
.wangluo .wangluo_nr span {
	width: 210px;
	height: 25px;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	display: block;
}
.wangluo.on .wangluo_nr {
	display: block;
}/*--logo--*/
.logo {
	width: 1200px;
	height: 120px;
	margin: 0 auto;
}
.logo_left {
	width: 630px;
	height: 79px;
	float: left;
	margin-top: 19px;
}
.logo_left img {
	width: 234px;
	height: 79px;
	float: left;
}
.logo_left h3 {
	font-size: 22px;
	color: #555;
	margin-top: 10px;
	line-height: 32px;
}
.logo_left h3 span {
	color: #035cac;
}
.logo_left p {
	font-size: 18px;
	color: #555;
}
.logo_right {
	width: 280px;
	height: 66px;
	float: right;
	margin-top: 30px;
}
.logo_right img {
	width: 63px;
	height: 56px;
	float: left;
}
.logo_right p {
	color: #444;
	font-size: 16px;
}
.logo_right h3 {
	font-size: 26px;
	color: #035cac;
}/*--导航--*/
.nav {
	width: 100%;
	height: 50px;
	background: #404144;
}
.nav_con {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}
.nav_con ul li {
	width: 133px;
	height: 50px;
	float: left;
	margin-right: 19px;
}
.nav_con ul li a {
	width: 133px;
	height: 50px;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	display: block;
}
.nav_con ul li:hover {
	background: #096cc6;
}/*--footer--*/
.footer {
	width: 100%;
	height: 395px;
	background: #333;
	margin-top: 60px;
}
.footer_con {
	width: 1200px;
	height: 395px;
	margin: 0 auto;
	padding-top: 39px;
	box-sizing: border-box;
}
.footer_con_left {
	width: 695px;
	height: 316px;
	float: left;
	border-right: 1px solid #666;
}
.footer_con_left ul li {
	width: 173px;
	height: 316px;
	float: left;
}
.footer_con_left ul li h3 {
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 28px;
}
.footer_con_left ul li a {
	color: #fff;
	display: block;
	line-height: 26px;
}
.footer_con_left ul li a:hover {
	color: #1287f0;
}
.footer_con_left ul li a i {
	width: 0px;
	height: 1px;
	background: #035cac;
	transition: all 0.5s;
	display: block;
	float: left;
	margin-top: 12px;
}
.footer_con_left ul li a:hover i {
	width: 8px;
	margin-right: 5px;
}
.footer_con_right {
	width: 430px;
	height: 316px;
	float: right;
}
.footer_con_right a{ color:#eee;}
.footer_con_right i {
	font-style: normal;
	font-size: 14px;
	color: #fff;
	width: 70px;
	height: 16px;
	line-height: 16px;
	border-left: 2px solid #fff;
	text-align: center;
	display: block;
}
.footer_con_right h3 {
	font-size: 25px;
	color: #fff;
	font-weight: normal;
	margin-top: 16px;
}
.footer_con_right p {
	color: #fff;
	font-size: 14px;
	margin-top: 12px;
	line-height: 25px;
}
.footer_con_right .ma {
	width: 125px;
	height: 145px;
	float: left;
	margin-top: 10px;
}
.footer_con_right .ma span {
	color: #fff;
	line-height: 50px;
}
.footer_con_right .ma img {
	width: 105px;
	height: 105px;
	margin-top: 9px;
}
.footer_con_right .lian {
	width: 280px;
	height: 145px;
	float: right;
	margin-top: 10px;
}
.footer_con_right .lian span {
	color: #fff;
	line-height: 50px;
	padding-left: 10px;
	display: block;
}
.footer_con_right .lian a {
	color: #fff;
	line-height: 33px;
	padding-left: 10px;
	display: inline-block;
}
.dibu {
	width: 100%;
	height: 59px;
	background: #282828;
}
.dibu_con {
	width: 1200px;
	height: 59px;
	margin: 0 auto;
}
.dibu_left {
	width: 500px;
	height: 59px;
	line-height: 59px;
	color: #999;
	box-sizing: border-box;
	float: left;
}
.dibu_right {
	width: 326px;
	height: 59px;
	float: right;
}
.dibu_right a {
	color: #999;
	line-height: 59px;
	background: url(../images/di_a.gif) no-repeat left;
	width: 70px;
	text-align: right;
	margin-left: 10px;
	display: block;
	float: left;
}
.dibu_right a:hover {
	color: #035cac;
}/*--小导航--*/
.nav_x {
	width: 100%;
	height: 40px;
	background: #f0f0f0;
}
.nav_x_con {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	background: url(../images/nav_x.gif) no-repeat;
	color: #666;
	padding-left: 50px;
	box-sizing: border-box;
	line-height: 40px;
}
.nav_x_con a {
	padding: 0px 6px;
	color: #666;
}
.fenye {
	width: 530px;
	height: 50px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
.fenye a {
	padding: 5px 12px;
	border: 1px solid #d5d5d5;
	margin: 0 2px;
}
.fenye a:hover {
	background: #004a9f;
	border: 1px solid #004a9f;
	color: #fff;
}
.fenye .thisclass {
	background: #004a9f;
	color: #fff;
}
.nav_con {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}
.hidden-box {
	width: 1200px;
	position: absolute;
	z-index: 99999;
	display: none;
	background: #fff;
	background-color: rgba(255,255,255,0.9)
}
.hidden-box>ul {
	width: 199px;
	height: 460px;
	text-align: center;
	border-right: 1px solid #dfdfdf;
	float: left;
	list-style-type: none;
	color: #fff;
	cursor: pointer;
	padding-top: 12px;
	padding-bottom: 15px;
	overflow: hidden;
}
.hidden-box>ul li {
	line-height: 33px;
	height: 33px;
	font-weight: 500;
	background: none;
	text-align: center;
}
.hidden-loc-index {
	position: absolute;
	top: 50px;
	left: 0px
}
.hidden-box>ul li a {
	width: 199px;
	height: 33px;
	line-height: 33px;
	display: block;
	font-size: 14px;
	color: #333;
}
.hidden-box>ul li a:hover {
	background: #cecece;
	color: #333;
}
.hidden-box>ul img {
	width: 150px;
	height: 90px;
	margin: 0 auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
}
 /*首页大图切换*/
.flexslider{position:relative; width:100%; height:493px; overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:0;}
.slides li{height:493px;}
.flex-control-nav{position:absolute;bottom:30px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:16px;height:16px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:16px;height:16px; text-indent:-999px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:43%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:0px;background:url(../images/prev.png) center center no-repeat; opacity:.2; filter:Alpha(opacity=20);}
.flex-direction-nav li a.flex-next{right:0px;background:url(../images/next.png) center center no-repeat; opacity:.2; filter:Alpha(opacity=20);}

/*--搜索--*/
.sou {
	width: 1200px;
	height: 50px;
	background: #fff;
	margin: 0 auto;
}
.sou_left {
	width: 730px;
	height: 50px;
	float: left;
}
.sou_left a {
	padding: 0 7px;
	font-size: 14px;
	color: #444;
	line-height: 50px;
}
.sou_left a:hover {
	color: #035cac;
}
.sou_right {
	width: 360px;
	height: 28px;
	float: right;
	border: 1px solid #ddd;
	margin-top: 10px;
}
.sou_right input {
	border: none;
}
.input1 {
	width: 285px;
	height: 28px;
	padding: 0 10px;
	box-sizing: border-box;
}
.input2 {
	width: 69px;
	height: 28px;
	background: #035cac;
	color: #fff;
	float: right;
	cursor: pointer;
}
.index_box1{ width:100%; background:#eee; padding:20px 0px; overflow:hidden;}
.index_box1 .index_product{ width:1200px; margin:0 auto;}
.index_box1 .itit01{ background:url(../images/ititbg.png) center no-repeat;}
.index_box1 .itit01 dl{ font-size:32px; font-weight:bold; text-align:center;}
.index_box1 .itit01 p{ text-align:center; font-size:16px;}
.index_cat{ padding-top:20px;}
.index_cat .index_cat_ul{ display:block;margin-bottom:20px; overflow:hidden;}
.index_cat .index_cat_ul li{ display:block; float:left; width:165px; height:218px; padding:10px; background:#fff; border:1px solid #CCC; margin-right:15px; }
.index_cat .index_cat_ul li:nth-child(6){ margin-right:0px;}
.index_cat .index_cat_ul li p{ text-align:center; line-height:50px;}
.index_cat .p_more{ clear:both; margin:0 auto; width:140px; }
.index_cat .p_more a{ display:block;  background:#3d4558; height:40px; line-height:40px; text-align:center; color:#fff; font-size:18px; }
.index_cat .p_more a:hover{ background:#06C;}
.index_box2{ width:1200px; overflow:hidden; margin:0 auto;}
.index_box2 .tit_zy{ height:50px; line-height:50px; background:url(../images/j.jpg) left center no-repeat; border-bottom:1px solid #eee; margin-bottom:12px;}
.index_box2 .tit_zy h3{ float:left; padding-left:25px;}
.index_box2 .tit_zy .box2_more{ float:right;}
.index_box2 .list01_zy{ width:100%;}
.index_box2 .list01_zy .list01_ul{ display:block; overflow:hidden;}
.index_box2 .list01_zy .list01_ul li{ display:block; float:left; width:277px; height:340px; margin-right:30px;}
.index_box2 .list01_zy .list01_ul li:nth-child(4){ margin-right:0px;}
.index_box2 .list01_zy .list01_ul li img{ width:277px; height:277px;}
.index_box2 .list01_zy .list01_ul li p{ text-align:center; padding-top:10px;}

.gg_j{width:1200px; margin:0 auto;background:url(../images/ggj.jpg) right no-repeat; height:43px;}
.gg01{ width:100%; background:url(../images/adbg.jpg) bottom center;  overflow:hidden; margin-bottom:25px;}
.gg01 .gg01_cont{ width:1200px; margin:0 auto;}
.gg01 .gg01_cont .gg01_left{ float:left; width:50%; overflow:hidden; padding-top:30px;}
.gg01 .gg01_cont .gg01_left .gg01_tel{ background:url(../images/telbg.png) left center no-repeat; height:100px;}
.gg01 .gg01_cont .gg01_left .gg01_tel p{ color:#fff799; font-size:24px; padding-left:120px; padding-top:35px;}
.gg01 .gg01_cont .gg01_left .gg01_tel p span{ font-size:18px;}
.jiance{ padding-top:20px; display:block;}
.gg01_right{ float:right; width:530px; height:300px; background:url(../images/xiejiaobg.png) right top no-repeat;}
.gg01_right .gg01_yu{ display:block; padding:25px 0px 0px 210px; font-size:30px; font-weight:bold;}
.gg01_right .gg01_yu li{ padding:10px 0px 20px 0px;}
.gg01_right .gg01_yu li:nth-child(2){ padding-top:29px;}
.gg01_right .gg01_yu li:nth-child(3){ padding-top:30px;}


/*--荣誉--*/
.rongyu {
	width: 100%;
	height: 662px;
	background: url(../images/rongyu.jpg) no-repeat center;
	overflow: hidden;
}
.rongyu_con {
	width: 1200px;
	height: 662px;
	margin: 0 auto;
}
.rongyu_tit {
	width: 1000px;
	height: 115px;
	float: left;
	margin-top: 60px;
}
.rongyu_tit h3 {
	width: 280px;
	height: 63px;
	border-left: 7px solid #035cac;
	font-size: 30px;
	color: #444;
	padding-left: 15px;
}
.rongyu_tit h3 p {
	font-size: 20px;
	color: #8f8f8f;
	font-weight: normal;
	margin-top: 10px;
}
.rongyu_tit h3 span {
	line-height: 30px;
	display: block;
}
.rongyu_tit i {
	font-style: normal;
	font-size: 16px;
	color: #444;
	margin-left: 22px;
	margin-top: 15px;
	display: block;
}/* 水平滚动------------------------------ */
.scroll_horizontal {
	position: relative;
	width: 683px;
	height: 88px;
	border: 1px solid #cbcbcb;
	float: left;
	margin-top: 16px;
}
.scroll_horizontal .box {
	overflow: hidden;
	position: relative;
	width: 683px;
	height: 88px;
	margin: 0 auto;
}
.scroll_horizontal .list {
	overflow: hidden;
	width: 9999px;
}
.scroll_horizontal .list li {
	float: left;
	width: 160px;
}
.scroll_horizontal .list li img {
	width: 158px;
	height: 88px;
	border-right: 1px solid #ccc;
}
.scroll_horizontal .plus {
	position: absolute;
	top: 0px;
	width: 44px;
	height: 44px;
	right: 0;
	background: url(../images/zuo.gif) no-repeat;
	cursor: pointer;
}
.scroll_horizontal .minus {
	position: absolute;
	top: 43px;
	width: 44px;
	height: 44px;
	right: 0;
	background: url(../images/you.gif) no-repeat;
	cursor: pointer;
}
.rongyu .nr {
	width: 1200px;
	float: left;
	margin-top: 32px;
	overflow: hidden;
	position: relative;
}
.rongyu .nr ul li {
	margin-bottom: 20px;
}
.nr1 {
	width: 796px;
	height: 134px;
	background: url(../images/li_bg.gif) no-repeat;
}
.nr2 {
	width: 913px;
	height: 134px;
	background: url(../images/li_bg1.gif) no-repeat;
}
.rongyu .nr ul li img {
	width: 202px;
	height: 134px;
	float: left;
	margin-right: 22px;
}
.rongyu .nr ul li dl {
	width: 480px;
	height: 135px;
	float: left;
}
.rongyu .nr ul li dl h3 {
	width: 460px;
	font-size: 16px;
	color: #333;
	margin-top: 12px;
	line-height: 35px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.5s;
}
.rongyu .nr ul li dl span {
	font-size: 14px;
	color: #555;
	width: 480px;
	height: 50px;
	line-height: 24px;
	overflow: hidden;
	display: block;
}
.rongyu .nr ul li dl i {
	font-style: normal;
	color: #035cac;
	font-size: 14px;
	margin-top: 6px;
	display: block;
}
.rongyu .nr ul li dl h3:hover {
	color: #035cac;
	margin-left: 10px;
}
/* rongyu end*/
/*--新闻--*/
.news {
	width: 1200px;
	height: 490px;
	margin: 0 auto;
	margin-top: 55px;
}
.news_left {
	width: 752px;
	height: 490px;
	float: left;
	overflow: hidden;
}
#tab {
	position: relative;
	width: 752px;
}
#tab .tabList {
	width: 752px;
	height: 68px;
	border-bottom: 1px solid #e4e4e4;
	box-sizing: border-box;
}
#tab .tabList ul li {
	float: left;
	width: 190px;
	height: 68px;
	position: relative;
	cursor: pointer;
}
#tab .tabList ul li h3 {
	font-size: 20px;
	color: #404144;
	line-height: 35px;
	width: 100%;
}
#tab .tabList ul li span {
	font-size: 14px;
	color: #bcbcbc;
	width: 100%;
	display: block;
}
#tab .tabCon {
	position: absolute;
	left: 0;
	top: 100px;
	border-top: none;
	width: 752px;
	height: 490px;
}
#tab .tabCon div {
	width: 752px;
	height: 390px;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
}
#tab .tabList li.cur {
	border-bottom: none;
	background: url(../images/news.gif) no-repeat bottom left;
}
#tab .tabCon div.cur {
	opacity: 1;
	filter: alpha(opacity=100);
	position: relative;
	z-index: 9999;
}
#tab .tabCon div .le {
	width: 380px;
	height: 390px;
	float: left;
	position: relative;
}
#tab .tabCon div .le img {
	width: 380px;
	height: 265px;
}
#tab .tabCon div .le dl {
	width: 90px;
	height: 90px;
	background: #035cac;
	position: absolute;
	top: 216px;
	left: 27px;
	padding: 0px 10px;
	box-sizing: border-box;
}
#tab .tabCon div .le dl h3 {
	font-size: 35px;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #fff;
	margin-top: 3px;
	margin-bottom: 5px;
	line-height: 40px;
}
#tab .tabCon div .le dl p {
	font-size: 16px;
	color: #fff;
	text-align: center;
}
#tab .tabCon div .le dt {
	width: 380px;
	height: 125px;
	background: #f1f1f1;
	padding: 0px 23px;
	box-sizing: border-box;
}
#tab .tabCon div .le dt h3 {
	width: 230px;
	font-size: 16px;
	color: #444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: right;
	line-height: 35px;
	margin-top: 12px;
	margin-bottom: 10px;
}
#tab .tabCon div .le dt p {
	width: 100%;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	height: 50px;
	overflow: hidden;
}
#tab .tabCon ul {
	width: 342px;
	height: 390px;
	float: right;
	margin-top: -10px;
}
#tab .tabCon ul li {
	width: 100%;
	height: 44px;
	border-bottom: 1px dashed #d3d2d2;
	line-height: 44px;
	background: url(../images/dian.gif) no-repeat 0px 17px;
	padding-left: 15px;
	box-sizing: border-box;
}
#tab .tabCon ul li a {
	width: 208px;
	height: 40px;
	color: #666;
	line-height: 40px;
	display: block;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#tab .tabCon ul li span {
	width: 80px;
	height: 40px;
	line-height: 40px;
	color: #999;
	float: right;
	text-align: right;
}
#tab .tabCon ul li:hover a {
	color: #035cac;
}
#tab .tabCon ul li:hover span {
	color: #035cac;
}

.index_news{ width:1200px; height:auto; margin:0 auto; overflow:hidden; padding-top:30px;}
.index_news .index_news_left{ float:left; width:560px; border: 1px solid #e1e1e1; border-radius: 3px; padding:15px;}
.index_news .index_news_left .index_news_tit{ background: url(../images/line.jpg) no-repeat 110px 35px; height: 45px;}
.index_news .index_news_left .index_news_tit dl{color: #363636;font-size: 24px; font-weight: bold; line-height: 20px; float:left;}
.index_news .index_news_left .index_news_tit dl span{ font-weight:normal;font-size: 13px; font-family: arial; padding-top:5px; display:block;}
.index_news .index_news_left .index_news_tit a{ display:block; width: 68px; height: 25px;text-align: center; line-height: 25px; border-radius: 3px; background: #f4f4f4;color: #2b5c97; margin-top: 5px; float:right;}
.i_news_t{ width:100%; height:128px; padding:10px 0px;}
.i_news_t .a1{ float:left; display:block; width:179px;}
.i_news_t .a1 img{ width:179px; height:128px;}
.i_news_t dl{ display:block; float:left; width:360px; padding-left:15px;}
.i_news_t dl a{ font-weight:bold;}
.i_news_t dl dt{ padding-top:8px; line-height:25px; color:#999;}
.i_news_ul{ display:block;}
.i_news_ul li{ display:block; height:35px; line-height:35px; border-bottom:1px solid #eee;}
.i_news_ul li a{ float:left; display:block; width:75%; color:#999;}
.i_news_ul li span{ float:right; width:20%; text-align:right; color:#999;}
.i_news_right{ float:right !important;}


/*--留言--*/.liu {
	width: 400px;
	height: 490xp;
	float: right;
}
.liu_bt {
	width: 400px;
	height: 68px;
	border-bottom: 1px solid #e4e4e4;
	box-sizing: border-box;
}
.liu_bt h3 {
	font-size: 20px;
	color: #404144;
	line-height: 35px;
	width: 100%;
}
.liu_bt span {
	font-size: 14px;
	color: #bcbcbc;
	width: 100%;
	display: block;
}
.liu_con {
	width: 400px;
	height: 390px;
	background: #e9e9e9;
	margin-top: 30px;
	padding-top: 40px;
	box-sizing: border-box;
}
.liu_con .input {
	width: 333px;
	height: 40px;
	margin-left: 30px;
	margin-bottom: 15px;
}
.liu_con .input span {
	width: 80px;
	color: #444;
	height: 35px;
	line-height: 35px;
	float: left;
}
.liu_con .input input {
	width: 248px;
	height: 33px;
	background: #fff;
	border: 1px solid #cecece;
	color: #666;
	padding: 0 10px;
	line-height: 33px;
	box-sizing: border-box;
	float: left;
}
.liu_con .tex {
	width: 333px;
	height: 125px;
	margin-left: 30px;
}
.liu_con .tex span {
	width: 80px;
	color: #444;
	height: 35px;
	line-height: 35px;
	float: left;
}
.liu_con .tex textarea {
	width: 248px;
	height: 103px;
	background: #fff;
	border: 1px solid #cecece;
	color: #666;
	padding: 0 10px;
	line-height: 25px;
	box-sizing: border-box;
	float: left;
}
.liu_con .ti {
	width: 140px;
	height: 40px;
	margin-left: 110px;
}
.liu_con .ti input {
	width: 140px;
	height: 40px;
	background: #035cac;
	border: none;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
/* about*/
.seat{ width:100%; height:45px; line-height:45px; background:#f0f3fa; border-bottom:#d3dcf0 1px solid;}
.seat .seat_cont{ width:1200px; margin:0 auto;}
.about{ width:1200px; margin:0 auto; padding:20px 0px;}
.about .about_1{ width:100%; overflow:hidden; margin-bottom:25px;}
.about .about_1 .about_1_left{ float:left; width:550px; padding:15px; height:376px; border:1px solid #f1f4fa; line-height:27px;}
.about .about_1 .about_1_left .ab_tit{ display:block; padding-bottom:10px;}
.about_1_right{ float:right;}

.about_2{ width:100%; overflow:hidden; margin-bottom:25px;}
.about_2 .about_2_left{ width:804px; height:535px; float:left; }

.about_2 .about_2_right{ float:right; background:#f0f3fa; width:366px; height:505px; padding:15px;line-height:27px;}
.about_2 .about_2_right .about_wh{ display:block; padding-bottom:10px; font-size:24px;}

.about_3{ width:100%; overflow:hidden;}
.about_3 .about_3_left{ width:692px; height:569px; float:left;}
.about_3 .about_3_right{ width:508px; float:left; height:569px; background:#707070;}
.about_3 .about_3_right .about_hz{display:block; padding-bottom:10px; font-size:32px; color:#fff; padding-top:50px;}
.about_3 .about_3_right p{ width:80%; line-height:27px; color:#fff;}
.about_3 .about_3_right img{ border:5px solid #fff;}
/* 产品中心*/
.pro_banner{ width:100%; overflow:hidden;}
.pro_banner img{ width:100%;}
.product{ width:1200px; margin:0 auto; overflow:hidden; padding-top:30px;}
.product_img{ width:1200px; margin:0 auto; overflow:hidden;}
.product .prodcut_sort{ width:100%; overflow:hidden; margin-top:20px; background:url(../images/bg1.png);}
.product .prodcut_sort .product_tit1{ width:100%;}
.product .prodcut_sort .product_tit1 .span_1f{ display:block; float:left; width:100px; height:91px; font-size:50px; text-align:center; line-height:91px; font-weight:bold; color:#fff; background:#137ac8;}
.product .prodcut_sort .product_tit1 dl{ float:left; padding-left:10px; padding-top:15px;}
.product .prodcut_sort .product_tit1 dl h3{ font-size:30px;}
.product .prodcut_sort .product_tit1 .pro_more{ border:1px solid #6b6c6c; background:#f0f3fa; width:90px; height:30px; line-height:30px; display:block; float:right; text-align:center; margin-top:25px; margin-right:15px; font-size:12px;}
.product .prodcut_sort .product_ul{ display:block; overflow:hidden; padding:15px 0px;}
.product .prodcut_sort .product_ul li{ display:block; float:left; width:267px; height:320px; margin-left:26px;}
.product .prodcut_sort .product_ul li img{ width:267px; height:267px;}
.product .prodcut_sort .product_ul li p{ display:inline-block; background:#535353; width:100%; border-radius:0px 0px 5px 5px; height:40px; padding-top:5px;}
.product .prodcut_sort .product_ul li p a{ line-height:25px; color:#fff; text-align:center; display:block;}

.product_cont{ width:938px; float:left; overflow:hidden; }
.product_cont .ul_img{ display:block; overflow:hidden;}
.product_cont .ul_img .list_img{ display:block; float:left; width:209px; border:1px solid #eee; padding:4px; margin-right:14px; margin-bottom:20px;}
.product_cont .ul_img .list_img img{ width:209px; height:209px;}
.product_cont .ul_img .list_img h4{  font-weight:normal;}
.product_cont .ul_img .list_img h4 a{ display:block; width:100%;text-align:center;  height:50px; padding-top:5px;}
.product_nav{ float:right; width:245px; }
.product_nav .fl_tit{ height:50px; line-height:50px; text-align:center; font-size:24px; background:#2980b9;}
.product_nav .fl_tit b{ color:#fff;}

.container {
  width: 245px;
  margin: 0px auto;
}
.container > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.title {
  font-family: 'Pacifico';
  font-weight: norma;
  font-size: 40px;
  text-align: center;
  line-height: 1.4;
  color: #2980b9;
}

.dropdown a {
  text-decoration: none;
}
.dropdown [data-toggle="dropdown"] {
  position: relative;
  display: block;
  color: white;
  background: #2980b9;
  -moz-box-shadow: 0 1px 0 #409ad5 inset, 0 -1px 0 #20638f inset;
  -webkit-box-shadow: 0 1px 0 #409ad5 inset, 0 -1px 0 #20638f inset;
  box-shadow: 0 1px 0 #409ad5 inset, 0 -1px 0 #20638f inset;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  padding: 10px;
}
.dropdown [data-toggle="dropdown"]:hover {
  background: #2c89c6;
}
.dropdown .icon-arrow {
  position: absolute;
  display: block;
  font-size: 0.7em;
  color: #fff;
  top: 14px;
  right: 10px;
}
.dropdown .icon-arrow.open {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.dropdown .icon-arrow.close {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.dropdown .icon-arrow:before {
  content: '\25BC';
}
.dropdown .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown .dropdown-menu li {
  padding: 0;
}
.dropdown .dropdown-menu li a {
  display: block;
  color: #6e6e6e;
  background: #eeeeee;
  -moz-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d4d4d4 inset;
  -webkit-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d4d4d4 inset;
  box-shadow: 0 1px 0 white inset, 0 -1px 0 #d4d4d4 inset;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
  padding: 10px 10px;
}
.dropdown .dropdown-menu li a:hover {
  background: #f6f6f6;
}
.dropdown .show, .dropdown .hide {
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.dropdown .show {
  display: block;
  max-height: 9999px;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -moz-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}
.dropdown .hide {
  max-height: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
}

@keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }

  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }

  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }

  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -o-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }

  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }

  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }

  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }

  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -o-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }

  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }

  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }

  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }

  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -o-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }

  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -o-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }

  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-moz-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -o-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }

  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -o-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }

  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

.right_lx{ border:1px solid #eee; overflow:hidden; padding:10px;}
.right_lx .lx_t{ font-size:24px; font-weight:bold; border-bottom:1px solid #ccc; padding-bottom:8px; margin-bottom:10px;}
.right_lx p{ line-height:28px;}

.image_arc{ overflow:hidden; width:100%; padding-top:20px;}
.image_left{ float:left; width:404px;}
.imgae_right{ float:left; width:762px; padding-left:25px;}
/* 放大镜*/
/*主容器*/
.con-FangDa{
	width: 404px;
	height: auto;
	margin: 0px auto;
	background-color:#fff;
}
/*正常容器*/
.con-fangDaIMg{
	width: 404px;
	height: 404px;
	position: relative;
	background-color: #454545;
}
.con-fangDaIMg > img{
	width: 100%;
	height:100%
}
/*滑块*/
.magnifyingBegin{
	width: 150px;
	height: 175px;
	left: 0;
	top: 0;
	background-color: #454545;
	opacity: 0.5;
	filter:alpha(opacity=50);
	position: absolute;
	cursor: move;
	display: none;
}
/*放大镜显示区域*/
.magnifyingShow{
	width: 450px;
	height: 450px;
	display: none;
	position: absolute;
	right: -470px;
	top: 0;
	overflow: hidden;
	background-color: #454545;
}
.magnifyingShow > img{
	width: 900px;
	height: 900px;
	margin-left:0;
	margin-top: 0;
}
/*设置选择图片容器*/
.con-FangDa-ImgList{
	margin-top:10px;
	height:54px;
	width:320px;
	list-style: none;
}
.con-FangDa-ImgList > li{
	margin-right:7px;
	width: 50px;
	height: 50px;
	float: left;
	cursor: pointer;
	border: 2px solid #666;
	background-color: #454545;
	text-align:center;
}

.con-FangDa-ImgList > li > img{
	vertical-align:top;
	display:inline;
	width:100%;
	height:50px;
}
.con-FangDa-ImgList > .active{
	border-color:#000;
}

.imgae_right .img_tit{ font-size:24px;}
.parameter_ul{ display:block; padding-top:30px;}
.parameter_ul li{ display:block; float:left; height:120px; width:22%; background:#eee;border-radius:5px; text-align:center; line-height:27px; margin-right:20px;}
.parameter_ul li p{ padding-top:20px;}
.parameter_ul li b{ line-height:18px; font-size:14px;  padding:0px 10px;}
.jj_tit{ font-size:18px; font-weight:bold;}
.jianjie{ padding-top:30px; line-height:25px;}
.image_tel{ width:100%; overflow:hidden; padding-top:30px;}
.image_tel dl{ display:block; float:left; height:53px; width:276px; background:url(../images/imgtel.png) left center no-repeat #137ac8;background-position:20px; font-size:24px; color:#fff; line-height:53px;}
.image_tel dl b{ padding-left:70px;}
.img_kefu{ display:block; float:left; margin-left:30px; width:230px; height:53px;line-height:53px; text-align:center; font-size:24px; color:#137ac8;background:url(../images/d01.gif);}
.img_cont{ width:100%; padding-top:30px;}
.img_cont .img_cont_left{ float:left; width:932px; border:1px solid #eee;}
.img_cont .img_cont_left .img_introduce{ height:46px; line-height:46px; background:#f0f3fa;}
.img_cont .img_cont_left .img_introduce h4{ display:block; background:#666; width:120px; text-align:center; font-size:18px; color:#fff;}
.img_xiangqing{ padding:10px; line-height:27px;}
.arc_pre{ margin-top:10px;}
.arc_pre dl{ display:block; border-bottom:1px solid #eee; }
.arc_pre dl:nth-child(2){ border-bottom:none;}
.arc_pre dl a{ font-weight:bold;}
.relevant{ width:100%; padding-top:20px;}
.relevant .relevant_tit{ line-height:46px; font-size:24px; border-bottom:2px solid #f0f3fa;}
.relevant .relevant_ul{ display:block; padding-top:20px; overflow:hidden;}
.relevant .relevant_ul li{ float:left; width:267px; height:320px; margin-right:44px;}
.relevant .relevant_ul li img{ width:267px;}
.relevant .relevant_ul li:nth-child(4){margin-right:0px;}
.relevant .relevant_ul li p{ padding-top:8px; line-height:20px; text-align:center;white-space: nowrap;  text-overflow:ellipsis; overflow:hidden;}

.news_cont{ width:1200px; margin:0 auto; overflow:hidden; padding-top:20px;}
.news_cont .news_cont_left{ float:left; width:902px;}
.news_cont .news_cont_left .news_ls_ul{ display:block;}
.news_cont .news_cont_left .news_ls_ul .news_li{ height:128px; display:block; padding:10px; border:1px solid #eee; margin-bottom:15px;}
.news_cont .news_cont_left .news_ls_ul .news_li .li_a1{ display:block; float:left; width:179px; height:128px;}
.news_cont .news_cont_left .news_ls_ul .news_li .li_a1 img{width:179px; height:128px;}
.news_cont .news_cont_left .news_ls_ul .news_li dl{ display:block; float:left; padding-left:20px; width:670px;}
.news_cont .news_cont_left .news_ls_ul .news_li dl dd{ font-size:16px; font-weight:bold; line-height:30px;}
.news_cont .news_cont_left .news_ls_ul .news_li dl span{ display:block; color:#999; padding-top:20px;}

.news_cont_right{ float:right; width:258px;}
.news_cont_right .news_nav .news_tit{ background:#137ac8; height:55px; text-align:center; border-left:10px solid #333; line-height:55px; text-align:center; font-size:24px; color:#fff;}
.news_cont_right .news_nav .news_nav_ul{ display:block; overflow:hidden; background:#f0f3fa;}
.news_cont_right .news_nav .news_nav_ul li{ height:40px; line-height:40px; font-size:16px; text-align:center; border-bottom:1px solid #d2d2d2;}
.news_cont_right .news_nav .news_nav_ul li a{ display:block; overflow:hidden; width:100%;}
.news_cont_right .news_nav .news_nav_ul li a:hover{ background:#eaeffb; font-size:17px;}
.re_tit{ margin-top:25px;}
.hot_p{ display:block;}
.hot_p li{ width:100%; padding-top:15px;}
.hot_p li img{ width:100%;}
.hot_p li p{  white-space: nowrap;  text-overflow:ellipsis; overflow:hidden;}
.hot_p li p a{ display:block; background:#eee; height:40px; line-height:40px; text-align:center;}

.news_cont .news_article{ float:left; width:911px;}
.news_cont .news_article .article_title{ padding-bottom:20px;}
.news_cont .news_article .article_title h1{ font-size:24px;}
.news_cont .news_article .article_title p{ padding-top:5px; color:#999;}
.article_introduce{ line-height:27px;}

.contact{ width:1200px; margin:0 auto; padding-top:20px;}
.contact_ul{ display:block;}
.contact_ul li{ display:block; float:left; background:#eee;border-radius:5px; width:22%; height:200px; padding-top:50px; margin-right:30px; }
.contact_ul li span{width: 100px; height: 100px; display:block; margin:0 auto;background-color:#f8b551;  border-radius: 50%;  -moz-border-radius: 50%;  -webkit-border-radius: 50%; text-align:center; color:#fff;  line-height:100px;}
.contact_ul li span i{ line-height:100px;font-size:46px;}
.contact_ul li p{ text-align:center; font-size:18px; padding-top:15px;}

.news_center{ float:left; width:902px;}
.news_center .news_center_tit{ height:50px; line-height:50px; border-bottom:2px solid #f0f3fa;}
.news_center .news_center_tit h3{ float:left; width:100px; font-size:24px;}
.news_center .news_center_tit a{ float:right;}
.news_head{ padding-top:20px; width:100%; overflow:hidden;}
.news_head_span{ float:left; display:block; width:179px; height:128px;}
.news_head_span img{ width:179px; height:128px;}
.news_head_right{ float:left; padding-left:20px; width:700px;}
.news_head_right dd a{ font-size:16px; font-weight:bold; padding-bottom:10px; display:block;}
.news_head_right dt{ display:block; line-height:24px; color:#999;}
.news_line{ display:block; width:100%; padding-top:15px; padding-bottom:15px;}
.news_line li{ display:block; line-height:40px; height:40px; border-bottom:1px solid #eee;}
.news_line li a{ float:left; width:85%;}
.news_line li a:hover{ font-size:15px;}
.news_line li span{ display:block; width:15%; float:right; text-align:right;}

.yema{ overflow:hidden; width:100%; height:50px; padding-top:5px;}
.yema ul li{ float:left; margin-left:5px; display:block; border:1px solid #eee;padding:3px 7px;}
.yema ul li a{ display:block; overflow:hidden;}








