﻿/* 易优CMS（eyoucms.com）安全，易用 */
@charset "utf-8";
/* CSS Document */
/**全局**/
* {
	margin: 0px;
	padding: 0px;
}
div, form, img, ul, ol, li, dl, dt, dd, map {
	padding: 0;
	margin: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif, "宋体";
	background: #fff url(../images/bg.png) repeat-x left top;
}
img {
	border: none;
}
ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #f00;
}
hr {
	line-height: 0px;
	font-size: 0px;
	border: none;
	height: 1px;
	width: 100%;
	margin: 5px 0px;
}
div {
	margin: 0px auto;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
input, select {
	font-family: arial, Helvetica, sans-serif;
	padding: 1px;
}
.blank {
	width: 100%;
	height: 10px;
	float: left;
	clear: both;
	overflow: hidden;
}
.mt10 {
	margin-top: 30px;
}
.hide {
	display: none;
}
.red {
	color: #f00;
}
.blue {
	color: #00f;
}
.gray {
	color: #ccc;
}
.noinfo {
	width: 100%;
	float: left;
	padding: 10px 0;
	text-align: center;
}
.input_text {
	background: url(../images/inputbg.png) no-repeat left top;
	height: 25px;
	line-height: 25px;
	border: 1px solid #ccc;
	padding: 0 10px;
	float: left;
}
.input_area {
	background: #fff url(../images/inputbg.png) no-repeat left top;
	width: 501px;
	height: 80px;
	border: 0px;
	padding: 5px 10px;
	border: 1px solid #ccc;
}
.input_submit {
	width: 77px;
	height: 41px;
	float: left;
	background: url(../images/search.png) no-repeat left top;
	text-align: center;
	line-height: 41px;
	color: #fff;
	border: 0px;
	cursor: pointer;
}
.float_bg {
	background: url(../images/qq_3.gif) repeat-y left top;
	width: 118px;
	padding: 2px 0;
	float: left;
}
.w960 {
	width: 960px;
	margin: 0 auto;
}
.w980 {
	width: 980px;
	margin: 0 auto;
}
.w1000 {
	width: 1200px;
	margin: 0 auto;
}
#weixin {
	position: fixed;
	right: 0px;
	top: 210px;
	z-index: 9999;
}
@media screen and (max-width:1200px) {
#weixin {
	display: none;
}
}
#easyDialogTitle {
	margin: 0px;
	padding: 0px;
	width: 500px;
	height: 300px;
	font-size: 14px;
}
#easyDialogTitle h2 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: relative;
}
#closeBtn {
	width: 24px;
	height: 24px;
	background: url(../images/close.png) no-repeat left top;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
}
/*all*/
#bg {
	width: 100%;
	float: left;
	/* background: url(../images/top.png) no-repeat center top; */
	background: white;
}
#main {
	width: 100%;
	float: left;
	padding: 10px 0px;
}
/*end*/

/**顶部**/
#head {
	width: 100%;
	float: left;
	height: 170px;
}
#logo {
	float: left;
	margin: 2vh 0 0 0;
}
#head_right {
	float: right;
}
#favorite {
	float: right;
	line-height: 32px;
	height: 32px;
	padding: 0px 7px 0 0;
}
#favorite ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#favorite li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#favorite li a {
	margin: 0 3px;
}
#tel {
	float: right;
	line-height: 30px;
	white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 10px 0 0;
}
/*end*/

/*menu*/
#navigate {
	width: 100%;
	height: 40px;
	float: left;
	line-height: 40px;
	background: url(../images/nav.png) repeat-x left top;
}
#navigate ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigate li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 140px;
	text-align: center;
}
#navigate li.first_menu {
	width: 140px;
}
#navigate li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#navigate li a:hover {
	color: #ff0;
}
#navigate li a.current {
}
/*end*/

/*sub*/
#sub {
	width: 100%;
	height: 36px;
	float: left;
	background: #fff url(../images/sub.jpg) no-repeat center top;
}
/*end*/

/*search*/
#search {
	width: 100%;
	float: left;
}
#search form {
	margin: 0px;
	padding: 0px;
}
.skw {
	float: left;
	width: 300px;
	padding: 0 5px;
	line-height: 33px;
	height: 33px;
	border: 1px solid #dedede;
	border-right: 0px;
	color: #666;
}
.sub {
	width: 70px;
	height: 35px;
	line-height: 35px;
	float: left;
	background: url(../images/search.png) no-repeat left top;
	border: 0px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-indent: 22px;
	float: left;
}
/*end*/

/*flash*/
#banner {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
}
#flash {
	width: 318px;
	float: left;
	padding: 5px;
	border: 1px solid #dedede;
}
#myFocus {
	width: 318px;
	height: 225px;
}
.pic img {
	width: 318px;
	height: 225px;
}
/*end*/


/*底部*/
#copyright {
	width: 100%;
	float: left;
	text-align: center;
	background: #ddd;
	line-height: 25px;
}
#copyright a {
}
#copyright a:hover {
}
#copy_txt {
	width: 870px;
	float: left;
	padding: 20px 0;
}
#footnav {
	width: 100%;
	float: left;
	background: #0248b4;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
#footnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footnav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#footnav li a {
	margin: 0 10px;
	color: #fff;
}
#footnav li a:hover {
	color: #ff0;
}
#copyright img {
	float: right;
	width: 85px;
	padding: 25px 30px 0 0;
}
/*end*/


/*home*/
.home_left {
	width: 1200px;
	float: left;
}
.home_right {
	width: 250px;
	float: right;
}
.home_list {
	width: 100%;
	float: left;
}
.home_top {
	width: 363px;
	height: 33px;
	line-height: 33px;
	float: left;
	background: #e4f1fb;
	border: 1px solid #dedede;
}
.home_top h3 {
	font-size: 14px;
	color: #0248b4;
	float: left;
	background: url(../images/right_top.png) no-repeat 12px center;
	padding: 0 0 0 34px;
}
.home_top h3 a {
	color: #0248b4;
}
.home_top span {
	float: right;
	padding: 0 10px 0 0px;
}
.home_top span a {
	color: #999;
}
.home_con {
	width: 347px;
	padding: 8px;
	float: left;
	line-height: 200%;
	overflow-x: hidden;
	border: 1px solid #dedede;
	border-top: 0px;
}
#news {
	width: 100%;
	/* float: right; */
}
.news_top {
	width: 100%;
	height: 35px;
	line-height: 35px;
	float: left;
	background: url(../images/news_bg.png) repeat-x left top;
}
.news_top h3 {
	float: left;
	width: 114px;
	background: url(../images/news_item.png) no-repeat left top;
	color: #1e65d1;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
}
.news_top span {
	float: right;
	padding: 0 10px 0 0;
}
.news_top span a {
	color: #999;
}
.news_con {
	padding: 8px;
	float: left;
	/* border: 1px solid #ddd;
	border-top: 0px; */
	width: 98%;
	/* height: 340px; */
}
.news_item {
	/* width: 365px; */
}
.news_img {
	float: left;
	width: 100%;
}
.news_img img {
	width: 300px;
}
.news_right {
	width: 100%;
	float: left;
}
.news_title {
	font-weight: bold;
	width: 100%;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.news_des {
	width: 100%;
	line-height: 20px;
	overflow: hidden;
}
.news_list {
	width: 100%;
	float: left;
}
.news_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.news_list li {
	margin: 0px;
	padding: 0 0 0 10px;
	list-style-type: none;
	background: url(../images/li_0.png) no-repeat left center;
	line-height: 40px;
	border-bottom: 1px dashed #bbb;
}
.pro_con {
	position: relative;
	width: 722px;
	float: left;
	padding: 20px 8px;
	border: 1px solid #ddd;
	border-top: 0px;
}
.picleft {
	width: 722px;
	overflow: hidden;
}
.picleft li {
	width: 165px;
	float: left;
	margin: 0 10px;
	line-height: 25px;
	height: 150px;
	overflow: hidden;
	text-align: center;
}
.picleft li img {
	width: 165px;
	height: 125px;
	float: left;
}
#LeftButton {
	width: 24px;
	height: 42px;
	display: block;
	background: url(../images/left.png) no-repeat 0px 0px;
	position: absolute;
	left: 0px;
	top: 55px;
	display: none;
}
#RightButton {
	width: 24px;
	height: 42px;
	display: block;
	background: url(../images/right.png) no-repeat 0px 0px;
	position: absolute;
	left: 676px;
	top: 55px;
	display: none;
}
#MarqueeDiv {
	width: 755px;
	float: left;
	height: 152px;
	overflow: hidden;
	margin: 0 0 0 0px;
	display: inline;
}
#MarqueeDiv img {
	margin-right: 14px;
	height: 150px;
	width: 150px;
	border: 1px solid #dcdcdc;
}
/*end*/


/*left*/
#left {
	width: 250px;
	float: left;
}
.left_list {
	width: 100%;
	float: left;
}
.left_top {
	width: 100%;
	height: 35px;
	line-height: 35px;
	float: left;
	background: url(../images/news_bg.png) repeat-x left top;
}
.left_top h3 {
	font-size: 14px;
	color: #fff;
	width: 115px;
	height: 35px;
	float: left;
	text-indent: 35px;
	background: url(../images/news_item.png) no-repeat left center;
}
.left_top span {
	float: right;
	padding: 0 10px 0 0;
}
.left_top span a {
	color: #999;
}
.left_con {
	width: 232px;
	padding: 5px 8px;
	float: left;
	line-height: 200%;
	border: 1px solid #dedede;
	border-top: 0px;
}
.type_list {
	width: 100%;
	float: left;
}
.type_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.type_list li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	background: url(../images/li_bg.png) no-repeat left center;
	text-align: center;
}
.type_list li a {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.type_list li a:hover {
	color: #f00;
}
.type_list li a#lsed {
}
.type_list li.second_cat {
	background: none;
}
.type_list li.second_cat a {
	font-size: 12px;
	font-weight: normal;
}
.type_list li.second_cat a:hover {
	background: none;
}
.tel_con {
	width: 210px;
	padding: 10px;
	float: left;
	line-height: 200%;
}
.type_list2 {
	width: 100%;
	float: left;
	text-align: center;
}
.type_list2 ul {
}
.type_list2 li {
	width: 50%;
	height: 35px;
	line-height: 35px;
	float: left;
	margin: 1px auto;
	background: url(../images/li_bg2.png) no-repeat left top;
}
.type_list2 li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.type_list2 li a:hover {
	color: #f00;
}
.video {
	width: 100%;
	text-align: center;
	clear: both;
	margin: 10px 0 0 0;
}
.video_con {
	width: 100%;
	float: left;
}
.video_title {
	width: 100%;
	height: 35px;
	float: left;
	line-height: 35px;
	background: url(../images/video_title.png) no-repeat left top;
	text-align: center;
	margin: 5px 0 0 0;
}
/*end*/

/*right*/
#right {
	width: 76%;
	float: right;
}
#right_top {
	width: 100%;
	height: 33px;
	line-height: 33px;
	float: left;
	background: #e4f1fb;
	border: 1px solid #dedede;
}
#right_top h3 {
	font-size: 14px;
	color: #0248b4;
	float: left;
	background: url(../images/right_top.png) no-repeat 12px center;
	padding: 0 0 0 34px;
}
#right_top h3 a {
	color: #0248b4;
}
#right_top span {
	float: right;
	padding: 0 10px 0 0px;
}
#right_con {
	width: 100%;
	float: left;
	line-height: 200%;
	/* overflow-x: hidden; */
	border: 1px solid #dedede;
	border-top: 0px;
	min-height: 745px;
	height: auto !important;
	height: 745px;
}
#right_con .channel{
	margin: 20px;
}
/*end*/

/*demo*/
#demo {
	overflow: hidden;
	width: 900px;
	height: 145px;
	margin: 35px 0 0 10px;
	float: left;
	display: inline;
}
#cdemo {
	overflow: hidden;
	width: 900px;
}
#demo img {
}
#indemo {
	float: left;
	width: 800%;
}
#demo1 {
	float: left;
}
#demo2 {
	float: left;
}
/*end*/
	
/*link*/
.friendlink {
	padding-top: 12px;
}
.friendlink li {
	float: left;
	width: 242px;
}
.friendlink li.txt1 {
	padding: 3px 0px 3px 24px;
	background: url(../images/dot.gif) no-repeat 10px center;
}
.friendlink li.pic1 {
	padding: 3px 0 3px 8px;
}
.friendlink li.pic1 img {
	width: 240px;
	height: 65px;
}
.link {
	width: 100%;
	float: left;
}
.link_img {
	width: 100%;
	float: left;
	text-align: center;
}
.link_img ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.link_img li {
	margin: 0px;
	padding: 0 10px;
	list-style-type: none;
	display: inline;
}
.link_img li img {
	height: 30px;
}
.link_txt {
	width: 870px;
	float: left;
}
.link_txt ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.link_txt li {
	margin: 0px;
	padding: 0 5px;
	list-style-type: none;
	display: inline;
	line-height: 25px;
}
/*end*/
	 
/*news*/
.articleList {
	width: 97%;
	float: left;
	margin: 15px;
}
.articleList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.articleList li {
	margin: 0px;
	padding: 0 0 0 10px;
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
	background: url(../images/li_0.png) no-repeat left center;
	line-height: 45px;
}
.time {
	color: #959595;
	float: right;
}
.articleTitle {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.articleAuthor {
	text-align: center;
	padding: 7px 0px;
	border-bottom: 1px dotted #ccc;
}
.articleAuthor span {
	margin: 0px 6px;
	font-size: 9pt;
}
.articleInfo {
	width: 100%;
	padding: 10px 0;
}
.pageUpDown {
	padding-top: 10px;
	text-align: left;
}
/*end*/

/*Product*/
.productList {
	width: 100%;
	float: left;
}
.productList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.productList li {
	margin: 5px 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	float: left;
	width: 179px;
	height: 150px;
	display: inline;
	line-height: 25px;
	overflow: hidden;
}
.productList li img {
	width: 165px;
	height: 125px;
}
.productTitle {
	line-height: 32px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	font-size: 16px;
}
.productImg {
	width: 100%;
	text-align: center;
	float: left;
}
.productImg img {
}
.productRight {
	width: 360px;
	float: right;
}
.title {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
	border-bottom: 1px dotted #ccc;
	line-height: 25px;
}
.title span {
	font-size: 14px;
	font-weight: bold;
}
.productDesc {
	line-height: 200%;
	padding: 10px 0;
	width: 100%;
	float: left;
}
/*end*/

/*page*/
.pages {
	font-size: 12px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.pages li {
	float: left;
	margin-right: 5px;
}
.pages li.thisclass {
	width: 40px;
	height: 18px;
	border: 1px solid #cccccc;
	text-align: center;
}
.pages li:first-child {
	width: 40px;
	height: 17px;
	line-height: 17px;
	border: 1px solid #cccccc;
}
.pages li {
	font-size: 12px;
	border: 1px solid #ccc;
	width: 40px;
	height: 18px;
	line-height: 18px;
}
.pages li:hover {
	background: #eee;
	width: 40px;
	height: 18px;
	line-height: 18px;
}
.pages a.page_now {
	background: #eee;
	color: #f00;
}
.pages select {
	vertical-align: middle;
	font-size: 8pt;
	padding: 0px;
}
.pages b {
	font-weight: normal;
}
/*end*/


/*login*/
.img-scroll {
	position: relative;
	margin: 0px auto;
	height: 185px;
	overflow: hidden;
}
.img-scroll .prev {
	position: absolute;
	left: 5px;
	width: 33px;
	height: 33px;
	top: 63px;
	background: url(../images/scroll_left.jpg) no-repeat right center;
	cursor: pointer;
}
.img-scroll .next {
	position: absolute;
	right: 5px;
	width: 33px;
	height: 33px;
	top: 63px;
	background: url(../images/scroll_right.jpg) no-repeat left center;
	cursor: pointer;
}
.img-list {
	position: relative;
	width: 894px;
	height: 185px;
	overflow: hidden;
}
.img-list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 9999px;
	height: 185px;
}
.img-list li {
	margin: 0px;
	padding: 0 31px 0 0;
	list-style-type: none;
	float: left;
	width: 154px;
	height: 185px;
	display: inline;
	line-height: 25px;
	text-align: center;
}
.img-list li img {
	width: 152px;
	height: 152px;
	border: 1px solid #ccc;
}
/*scroll*/
#ProScroll {
	overflow: hidden;
}
.news-notice {
	margin: 0;
}
/*首页幻灯*/
.indnews {
	/* width: 318px;
	height: 255px; */
	float: left;
}
.news-pic {
	width: 560px;
	height: 362px;
}
.news-pic, .news-pic img {
	width: 318px;
	height: 265px;
	overflow: hidden;
}
.news-notice .news-txt {
	width: 318px;
	height: 255px;
	float: right;
	border: 1px solid #efefef;
}
/*首页幻灯 end*/



.news_295 {/* background-color: #f2f2f2; */padding-bottom: 100px;}
.news_295 .clearfix {zoom: 1;}
.news_295 .news_con {margin-left: auto;margin-right: auto;width: 650px;}
.news_295 .news_con .tle{text-align: center;padding: 100px 0 70px;position: relative;}
.news_295 .news_con .tle h3{text-transform: uppercase;font-weight: normal;font-size: 30px;color: #282828;position: relative;z-index: 9;font-family: "icomoons";}
.news_295 .news_con .tle h4{font-size: 28px;margin-top: 10px;font-weight: normal;color: #282828;font-family: "icomoon";}
.news_295 .news_con .tle h4 a{color: #282828;}
.news_295 .news_con .tle h1{border-top: 2px #e6e6e6 dotted;position: absolute;left: 0;width: 100%;top: 118px;z-index: 1;}
.news_295 .news_con .tle h1 img{display: block;width: 27px;height: 16px;position: absolute;top: -9px;right: 95px;}
.news_295 .news_con .tle p{color: #666;font-size: 14px;margin-top: 25px;font-family: "icomoon";}
.news_295 .news_con .newsc .navtop{text-align: center;margin-bottom: 35px;}
.news_295 .news_con .newsc .navtop a{display: inline-block;*display:inline;*zoom:1;margin: 0 20px;color: #666;font-size: 15px;padding-bottom: 10px;}
.news_295 .news_con .newsc .navtop a.cur{border-bottom: 2px #e60009'} solid;color: {$eyou.theme.color1|default='#e60009;}
.news_295 .news_con .newsc .navbox .conbox dl{width: 500px;background-color: #fff;float:left;display:inline;}
.news_295 .news_con .newsc .navbox .conbox dl dt{width: 500px;height: 280px;overflow: hidden;}
.news_295 .news_con .newsc .navbox .conbox dl dt img{display: block;width: 500px;height: 280px;transition: .8s;}
.news_295 .news_con .newsc .navbox .conbox dl:hover dt img{transform: scale(1.1);}
.news_295 .news_con .newsc .navbox .conbox dl dd{padding-bottom: 30px;}
.news_295 .news_con .newsc .navbox .conbox dl dd h3{font-weight: normal;margin-top: 37px;padding: 0 45px;}
.news_295 .news_con .newsc .navbox .conbox dl dd h3 a{color: #181818;font-size: 20px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.news_295 .news_con .newsc .navbox .conbox dl dd p{color: #666;font-size: 14px;margin-top: 30px;padding: 0 45px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 3;-webkit-box-orient: vertical;height: 75px;line-height: 25px;}
.news_295 .news_con .newsc .navbox .conbox dl dd a.More{color: #999;font-size: 14px;display: inline-block;*display: inline;*zoom: 1;margin-top: 30px;float: right;margin-right: 45px;}
.news_295 .news_con .newsc .navbox .conbox dl:hover dd h3 a, .news_295 .news_con .newsc dl:hover dd a.More{color: #e60009;}
.news_295 .news_con .newsc .navbox .conbox dl:hover{box-shadow: 0 0 20px rgba(0,0,0,0.1);}

.news_295 .news_con .newsc .navbox .conbox ul{width: 650px;float:right;display:inline;}
.news_295 .news_con .newsc .navbox .conbox ul li{background-color: #fff;overflow: hidden;margin-top: 10px;}
.news_295 .news_con .newsc .navbox .conbox ul li:first-child{margin-top: 0;}
.news_295 .news_con .newsc .navbox .conbox ul li:hover{box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.news_295 .news_con .newsc .navbox .conbox ul li h3{font-weight: normal;overflow: hidden;}
.news_295 .news_con .newsc .navbox .conbox ul li h3 span{color: #999;font-size: 12px;float: right;}
.news_295 .news_con .newsc .navbox .conbox ul li h3 a{color: #181818;font-size: 20px;width: 500px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;-webkit-box-orient: vertical;float: left;}
.news_295 .news_con .newsc .navbox .conbox ul li p{color: #666;font-size: 15px;margin-top: 10px;height: 50px;line-height: 25px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news_295 .news_con .newsc .navbox .conbox ul li a.More{color: #999;font-size: 14px;display: inline-block;*display: inline;*zoom: 1;float: right;margin-top: 10px;}
.news_295 .news_con .newsc .navbox .conbox ul li:hover h3 a, .news_295 .news_con .newsc ul li:hover a.More{color: #e60009;}
.news_295 .news_con .newsc .navtop .cur{
	color: #0d4fc7;
	border-bottom: 3px solid #0d4fc7;
}




