@import url(public.css);

/*Header*/
.content p{margin:0px;}
header { background-color:#ffffff;}

.wel {
    height: 40px;
    line-height: 40px;
    background-color: #666;
}

.wel dl {
    margin: 0 auto;
    overflow: hidden;
}

.wel dl dt {
    float: left;
}

.wel dl dt a {
    display: inline-block;
    padding: 0 30px 0px 0px;
    color: #fff;
    text-decoration: none;
}

.wel dl dt a:hover {
    background-color: #555;
}

.wel dl dt a.hover {
    font-weight: bold;
    background-color: #fff;
    color: #c00;
}

.wel dl dd {
    float: right;
	color:#ffffff;
}

.wel dl dd a {
    color: #fff;
    margin-left: 15px;
}

.logo {
    padding: 15px 0;
    float: left;
}

#navlist {
    position: relative;
}
.menu {
    height: 108px;
    line-height: 108px;
    text-align: center;
    margin-left: 280px;
}

.menu ul li {
    width: 14%;
    /* border-right: 1px solid #eee; */
    float: right;
}

.menu a {
    display: block;
    border-bottom: 2px solid #fff;
    text-decoration: none;
}

.menu a:hover, .menu a.hover {
    border-bottom: 2px solid #c00;
}
.cont {
    padding: 20px 0;
}
.nav {
    background-color: #f0f0f0;
    overflow: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
}

.nav dl dt {
    font-weight: bold;
}

.nav dl dd a {
}

.nav dl.clso {
    float: left;
}

.nav dl.clst {
    width: 40%;
    float: left;
}

.nav dl.clst dd {
    width: 50%;
    float: left;
}

.home_pro>dl{width:20%}

.home_h>dl{width:22%;}
.home_h>dl.o1{width:29%;}
.home_h>dl.o5{width:5%;}
.home_news>dl{width:25%}
.home_download{}
.home_download>dl{width:20%;}

/*banner*/
.banner {
    height: 550px;
    position: relative;
    overflow: hidden;
}

.banner .img {
    width: 100% !important;
}

.banner .img li {
    width: 100% !important;
    height: 550px;
}

.banner .img li a {
    display: block;
    height: 100%;
    background-size: auto;
}

.banner-btn {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
}

.banner-btn a {
    display: block;
    width: 49px;
    height: 104px;
    position: absolute;
    top: -10%;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.banner-btn a.prev {
    left: 20px;
    background: url(../images/foot.png) no-repeat 0 0;
}

.banner-btn a.next {
    right: 20px;
    background: url(../images/foot.png) no-repeat -49px 0;
}

.banner .bannav {
    position: absolute;
    bottom: 20px;
    left: 50%;
}

.banner .bannav ul {
    position: relative;
    left: -50%;
}

.banner .bannav ul li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    text-indent: -999px;
    margin-right: 20px;
    background: #ccc;
    float: left;
    cursor: pointer;
}

.banner .bannav ul li.on {
    background: #da251d;
}

.tite {
    overflow: hidden;
}

.tite h2 {
    float: left;
}

.tite h2 strong {
    color: #c00;
}

.tite span {
    float: right;
}

.tite span a {
    width: 8px;
    height: 14px;
    display: inline-block;
    text-align: center;
    background-color: #999;
    color: #fff;
    margin-left: 1px;
    margin-top: 10px;
}

.tite span a:hover, .tite span a.hover {
    background-color: #c00;
}

/*新闻头条+站内搜索*/
.ihot {
    background-color: #f0f0f0;
    margin: 20px auto;
    overflow: hidden;
}

.hotnews {
    background: url(../images/lb.png) 20px center no-repeat;
    padding: 15px 20px;
    float: left;
}
.hotnews div ul li{height:29px; text-align:left;padding-left:40px;}
.hotnews a{font-size:14px; height:29px; text-align:left; line-height:29px; display:block;}

.isearch {
    padding: 15px 20px;
    float: right;
}

.isearch span {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 20px;
    background: #fff url(../images/seabg.png) left center no-repeat;
    padding-left: 30px;
}

.isearch input {
    border: 1px solid #fff;
}

.isearch button {
    background-color: #c00;
    border-radius: 20px;
}

/*新闻+视频+活动*/
.inews {
    width: 40%;
    float: left;
}

.inews dl {
    overflow: hidden;
	width:468px;
	font-size:13px;
}

.inews dl strong {
    display: block;
    margin-bottom: 10px;
}

.inews dl dt {
    width: 40px;
    color: #999;
    line-height: 18px;
    padding-top: 5px;
    float: left;
}

.inews dl dt span {
    display: block;
    color: #333;
}

.inews dl dd {
    margin-left: 60px;
    padding-left: 20px;
    border-left: 1px solid #eee;
    color: #999;
}

.ivideo {
    width: 25%;
    margin-left: 5%;
    overflow: hidden;
    float: right;
}

/*首页产品*/
.ipro {
    background-color: #f0f0f0;
    padding: 25px 0;
}

.ipro_t {
    overflow: hidden;
}

.ipro_t h2 {
    float: left;
}

.ipro_t h2 strong {
    color: #c00;
}

.ipro_t span {
    color: #999;
    float: right;
}

.ipro_t span a {
    margin-left: 15px;
}

.iprolist {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    overflow: hidden;
}

.iprolist div {
    overflow: hidden;
}

.iprolist div a img {
    width: 100%;
    display: block;
}

.iprolist div a {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    float: left;
}

.iprolist div span {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.iprolist .pro1 {
    width: 50%;
    overflow: hidden;
    float: left;
}

.iprolist .pro1 img {
    height: 290px;
}

.iprolist .pro2 {
    width: 25%;
    overflow: hidden;
    float: left;
}

.iprolist .pro2 img {
    height: 290px;
}

.iprolist .pro3 {
    width: 25%;
    overflow: hidden;
    float: right;
}

.iprolist .pro3 img {
    height: 581px;
}

/*社区资讯*/
.shqu {
    width: 20%;
    float: left;
}

.shqu h2 {
}

.shqu h2 strong {
    color: #c00;
}

.shqu dl {
}

.shqu dl dt {
    background-color: #c00;
    color: #fff;
    padding: 0 15px;
    text-align: right;
    margin-bottom: 10px;
}

.shqu dl dd a {
    margin-right: 15px;
    display: inline-block;
}

.sqwz {
    width: 77%;
    float: right;
}

.sqwz dl {
	font-size:13px;
	height:129px;
	overflow:hidden;
}

.sqwz dl dt {
    width: 270px;
    float: left;
}

.sqwz dl dt img {
    width: 100%;
}

.sqwz dl dd {
    margin-left: 300px;
    color: #999;
}

.sqwz dl dd a {
    font-weight: bold;
}

/**/
.banbg {
    height: 200px;
}

.bannews {
    height: 193px;
    background: url(../images/new-banner_03.jpg) center center no-repeat;
}

.banwz {
    line-height: 93px;
    font-size: 30px;
    color: #888;
    text-align: right;
}

.position {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    line-height: 30px;
	position:relative;
	clear:both;
	z-index:99999;
}

.position .ma20{overflow:inherit !important;}
.position .fl a,.position .fl span, .position .fl div{float:left;}
.position .fl span{padding:0px 4px;}
.position .dropdown{position:relative; padding-right:12px;}
.position .dropdown ul{display:none; position:absolute; clear:both; top:30px; background:#fff;}
.position .dropdown ul li{width:140px;}
.position .dropdown ul a{display:block;}
.position .dropdown ul a:hover{}
.position .dropdown i{
	background: rgba(0, 0, 0, 0) url("../images/icons-2.png") no-repeat scroll 0 0;
    height: 4px;
    position: absolute;
    right: 4px;
    top: 13px;
    transform-origin: 50% 50% 0;
    transition: transform 0.1s ease-in 0s;
    width: 8px;}
.position .dropdown-active i{
	transform: rotate(180deg);}
	
.position a {
    text-decoration: none;
    padding: 0 4px;
    font-size: 12px;
    font-weight: bold;
}

.position a.home {
    background: url(../images/icon_home.png) left center no-repeat;
    padding-left: 20px;
}

.position a.on {
    background: url(../images/icon_jt.png) left center no-repeat;
}

.position .fr span {
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 20px;
    background: #fff url(../images/seabg.png) left center no-repeat;
    padding-left: 30px;
}

.position .fr input {
    border: 1px solid #fff;
    margin: 3px;
}

.position .fr button {
    background-color: #c00;
    border-radius: 20px;
    margin: 3px;
	cursor:pointer;
}

.conbox {
    padding: 25px 0;
    background: url(../images/conbg.png) top right repeat-y;
}

.conlt {
    margin-right: 300px;
}

.conrt {
    width: 280px;
    float: right;
}

.conrt ul {
}

.conrt ul li {
    line-height: 60px;
}

.conrt ul li a {
    margin-left: 25px;
    padding-left: 20px;
    display: block;
    text-decoration: none;
    background-color: #f0f0f0;
}

.conrt ul li a:hover, .conrt ul li a.hover {
    background-color: #c00;
    color: #fff;
}

.rtad {
    margin-left: 25px;
    margin-top: 20px;
}

.rtad img {
    width: 100%;
}

/*产品列表*/
.prolist {
}

.prolist dl {
    border-bottom: 1px dashed #eee;
    padding-bottom: 20px;
    margin: 20px 0;
    overflow: hidden;
}

.prolist dl dt {
    width: 250px;
    float: left;
}

.prolist dl dt img {

}

.prolist dl dd {
    margin-left: 300px;
    margin-bottom: 5px;
    color: #999;
}

.prolist dl dd a {
    font-weight: bold;
}

.prolist dl dd.cha a {
    display: inline-block;
    border: 1px solid #999;
    font-weight: normal;
    text-decoration: none;
    padding: 0 15px;
    border-radius: 4px;
    margin-right: 15px;
}

.prolist dl dd.cha a:hover {
    border: 1px solid #c00;
}

/*产品详情*/
.proshow {
    overflow: hidden;
}

.proshowimg {
    width: 350px;
    float: left;
}


/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.spec-preview .zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:350px;height:350px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.spec-preview .jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/
.spec-preview{width:350px;height:350px;border:1px solid #DFDFDF;}
.spec-scroll{clear:both;margin-top:8px;width:352px;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体";text-align:center;width:10px;height:54px; line-height:54px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:322px;height:56px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:56px;}
.spec-scroll .items ul li{float:left;width:64px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:50px;height:50px; cursor:pointer;}
.spec-scroll .items ul li img:hover,.spec-scroll .items ul li .hover{border:2px solid #FF6600;padding:1px;}


/*产品列表放大镜*/
.proshowimg1 {
    width: 250px;
    float: left;
}
/*图片放大镜样式*/
.jqzoom1{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.spec-preview1 .zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:250px;height:250px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.spec-preview1 .jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/
.spec-preview1{width:250px;height:250px;border:1px solid #DFDFDF;}
.spec-scroll1{clear:both;margin-top:8px;width:252px;}
.spec-scroll1 .prev{float:left;margin-right:4px;}
.spec-scroll1 .next{float:right;}
.spec-scroll1 .prev,.spec-scroll1 .next{display:block;font-family:"宋体";text-align:center;width:10px;height:54px; line-height:54px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;}
.spec-scroll1 .items{float:left;position:relative;width:222px;height:56px;overflow:hidden;}
.spec-scroll1 .items ul{position:absolute;width:999999px;height:56px;}
.spec-scroll1 .items ul li{float:left;width:64px;text-align:center;}
.spec-scroll1 .items ul li img{border:1px solid #CCC;padding:2px;width:50px;height:50px; cursor:pointer;}
.spec-scroll1 .items ul li img:hover,.spec-scroll1 .items ul li .hover{border:2px solid #FF6600;padding:1px;}

.prointr {
    margin-left: 370px;
}

.prointr dl dt {
    color: #c00;
    margin-bottom: 15px;
}

.prointr dl dd {
    margin-bottom: 15px;
    color: #666;
}

.prointr dl dd a {
    background-color: #c00;
    padding: 8px 18px;
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
    border-radius: 4px;
}

.prointr dl dd a:hover {
    background-color: #c33;
}

#ckepop {
    margin-top: 30px;
}

.procon {
    margin-top: 20px;
}

.procon ul.tab {
    line-height: 35px;
    margin-bottom: 20px;
    background-color: #666;
    padding: 2px 2px 0 2px;
    overflow: hidden;
}

.procon ul.tab li {
    float: left;
}

.procon ul.tab li a {
    display: block;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
    margin-right: 2px;
}

.procon ul.tab li a:hover {
    background-color: #555;
}

.procon ul.tab li a.hover {
    background-color: #fff;
    color: #c00;
}

.prorele {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.prorele ul {
    margin-top: 20px;
    overflow: hidden;
}

.prorele ul li {
    width: 25%;
    text-align: center;
    float: left;
}

.prorele ul li span {
    display: block;
    border: 1px solid #eee;
    margin: 5px;
    padding: 2px;
}

.prorele ul li span:hover {
    border: 1px solid #c00;
}

.prorele ul li span img {
    width: 100%;
}

/*新闻列表*/
.newslist {
}

.newslist .search{ padding:0px 0px 10px 0px; border-bottom:1px solid #ccc; margin-bottom:10px;}

.newslist dl {
    border-bottom: 1px dashed #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.newslist dl dt {
    font-weight: bold;
}

.newslist dl dd {
    color: #999;
    font-size: 12px;
}

.newslist dl dd a {
    line-height: 50px;
    background: url(../images/dimg.jpg) 0 13px no-repeat;
    padding-left: 30px;
    display: inline-block;
    text-decoration: none;
}

.newslist dl dd a:hover {
    background-position: 0 -43px;
}

.newslist dl dd img {
    height: 70px;
    margin-right: 5px;
}

/*新闻详情*/
.newsinfo {
    margin-bottom: 20px;
}

.newsinfo dl {
    font-size: 12px;
}

.newsinfo dl dt a {
    color: #c00;
    margin-right: 15px;
}

.newsinfo dl dd {
    color: #999;
}

.newscon img {
    max-width: 676px;
}

.newsrele {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.newsrele ul {
    margin-top: 10px;
    overflow: hidden;
}

.newsrele ul li {
    width: 50%;
    float: left;
}

.newsrele ul li a {
    background: url(../images/icon_jt.png) left center no-repeat;
    padding-left: 13px;
}
#scrollUp{background:url(../images/top.png) no-repeat scroll 0 0 rgba(0,0,0,0);bottom:20px;height:38px;right:20px;width:38px}

.gzwm{position:relative;}
.erwm{position:absolute; top:-155px; left:47px; z-index:99; background:url(../images/icon33.png) no-repeat center bottom; padding-bottom:10px;}
.erwm img{height:180px !important;}


/*msg css*/
 .gsk-book {
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
	line-height: 22px;
	color: #666;
	padding-bottom: 12px;
}
.gsk-book .fl {
	float: left;
}
.gsk-book .fr {
	float: right;
}
.gsk-book-title {
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 6px;
	margin-bottom: 10px;
	padding-left: 3px;
}
.gsk-book-title .tit_add {
	color: #888;
}
.gsk-book-title .tit_add a {
	text-decoration: none;
	color: #F60;
}
.gsk-book-title .tit_add a:hover {
	text-decoration: underline;
	color: #F60;
}
.gsk-book-title .rcord em {
	color: #F00;
}
.gsk-book-list {
	margin-bottom: 10px;
}
.gsk-book-list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.gsk-book-list ul li {
	color: #666666;
	float: none;
	height: auto;
	margin: 0;
	min-height: 50px;
	padding: 10px 10px 10px 72px;
	position: relative;
}
.gsk-book-list ul .odd {
	background: #f1f1f1;
}
.gsk-book-list ul .even {
	background: #fff;
}
.gsk-book-list ul li p {
	padding: 10px 0;
	margin: 0;
}
.gsk-book-list .gsk-book-author cite {
	font-style: normal;
	padding-right: 5px;
	color: #f60;
}
.gsk-book-list .gsk-book-author img {
	border: 1px solid #DDDDDD;
	height: 32px;
	left: 10px;
	padding: 4px;
	position: absolute;
	top: 13px;
	width: 32px;
}
.gsk-book-list .gsk-book-date {
	color: #999;
}
.gsk-book-list .gsk-book-reply {
	color: #06F;
}
.gsk-add {
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
	line-height: 22px;
	color: #666;
}
.gsk-add .gsk-add-title {
	border-bottom: 1px dashed #CCCCCC;
	padding: 4px 0px 4px 5px;
	margin-bottom: 10px;
	font-family:"Microsoft YaHei", sans-serif;
	background: #f6f6f6;
	font-weight: bold;
}
.gsk-add #guestbook {
	margin: 0px;
	padding: 0px;
}
.gsk-add .gsk-add-item {
	line-height: 26px;
	padding: 4px 0px;
}
.gsk-add .gsk-add-item label {
	color: #505050;
	display: inline-block;
	font-family:"Microsoft YaHei", sans-serif;
	font-size: 12px;
	line-height: 26px;
	min-width: 100px;
	overflow: hidden;
	padding-right: 5px;
	text-align: right;
	vertical-align: middle;
	width: 100px;
}
.gsk-add .gsk-add-item span {
	color: #F00;
	padding-left: 6px;
}
.gsk-add .gsk-add-item input[type="text"] {
	border-color: #707070 #CECECE #CECECE #707070;
	border-style: solid;
	border-width: 1px;
	color: #666666;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding: 0 4px;
	vertical-align: middle;
	width: 200px;
}
.gsk-add .gsk-add-item textarea {
	border-color: #707070 #CECECE #CECECE #707070;
	border-style: solid;
	border-width: 1px;
	color: #666666;
	font-size: 12px;
	height: 140px;
	line-height: 18px;
	overflow: auto;
	padding: 2px 4px;
	vertical-align: middle;
	width: 400px;
}
.gsk-vercode{ height:35px;}
.gsk-add .gsk-vercode label, .gsk-add .gsk-vercode div {
	float:left;
}
.gsk-add .gsk-vercode div {
	padding-left:4px;
	*padding-left:6px;
}
.gsk-add .gsk-vercode div span {
	display:block;
	height:26px;
	overflow:hidden;
	float:left;
}
.vercode-wrap .vercode-img {
	border:1px solid #ccc;
	height:24px !important;
	cursor:pointer;
}
.vercode-wrap .vercode{padding-left:0px; padding-right:5px; padding-left:0px !important;}
.vercode-wrap .vercode input{width:50px !important;}
.gsk-add .gsk-add-item .btn_gsk {
}
/*msg css*/


.side{position:fixed;width:54px;height:275px;right:0;top:130px;z-index:100;}
.side ul li{width:54px;height:54px;float:left;position:relative; margin-bottom:1px;}
.side ul li .sidebox{position:absolute;width:54px;height:54px; line-height:54px;top:0;right:0;transition:all 0.3s;background:#2c2c2c;opacity:0.8;filter:Alpha(opacity=80);color:#fff;overflow:hidden;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#2c2c2c;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.side ul li .sidetop:hover{background:#ae1c1c;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}