@charset "utf-8";

/**通用**/
body {
    background-image: url(biaochi01_0vp7.png);
    background-repeat: repeat-x;
    background-position: left top;
    font-size: 14px;
    font-family: Microsoft YaHei, Arial, "宋体", Helvetica, sans-serif, Verdana;
}

* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
	color:#5a5a5a;
}
a:hover{ color:#ff6600}

li {
    list-style: none;
}
.both{ clear: both;}
.w1000 {
    width: 1000px;
    margin: 0 auto;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.mg20 {
    margin-top: 20px;
}

.top {
    width: 100%;
    height: 565px;
    background-image: url(fi1b.png);
    background-repeat: repeat-x;
    background-position: left top;
}

.w1000 .left .logo {
    margin: 20px 0px 10px 20px
}

.sc {
    margin-top: 10px;
    color: #666666;
}

.tel {
    background-image: url(tel.gif);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 18px;
    margin-top: 30px;
    text-indent: 60px;
    margin-left: -50px;
}

.sc a {
    color: #666666;
}

.menu {
    width: 100%;
    height: 45px;
    background-color: #319dd3;
    clear: both;
    padding-top: 6px;
}

.menu .w1000 ul li {
    float: left;
    height: 45px;
    line-height: 40px;
    margin: 0px 8px;
}
.menu .w1000 ul li:hover ,.menu .w1000 ul li.hover{
    background-position: center bottom;
    border-radius: 5px 5px 0px 0px;
    background-image: url(q363.png);
    background-repeat: no-repeat;
    color: #ff6600
}
.menu .w1000 ul li.hover a{ color: #ff6600;}
.menu .w1000 ul li a {
    padding: 0 20px;
    color: #fff;
    display: block;
    font-size: 18px;
}

.menu .w1000 ul li a:hover {
    color: #ff6600
}

/***幻灯片****/
/* 本例子css */
.fullSlide {
    width: 100%;
    position: relative;
    height: 410px;
    background: #000;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 410px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 410px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 42px;
    height: 11px;
    margin: 1px;
    overflow: hidden;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    line-height: 999px;
}

.fullSlide .hd ul .on {
    background: #f00;
}

.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 15%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.fullSlide .next {
    left: auto;
    right: 15%;
    background-position: -6px -137px;
}

/**首页新闻****/
.zxnew {
    width: 536px;
    height: 363px;
    background-image: url(shuxian.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 33px;
}

.me {
    height: 40px;
    border-bottom: 1px #B8CED1 solid;
    width: 98%;
    font-size: 18px;
    line-height: 40px;
}

.me100 {
    width: 100%;
}

.me .xian {
    border-bottom: 2px #ff6600 solid;
    height: 40px;
    float: left;
    margin-right: 4px;
}

.me .xian .cu {
    color: #ff6600;
    font-size: 28px;
    margin-right: 3px;
}

.index_info {
    width: 539px;
    margin-top: 5px;
    float: left;
	margin-bottom:5px;
}

.index_info img {
    float: left;
    width: 150px;
    height: 120px;
}

.index_info p {
    height: 120px;
    background-color: #f7f6f6;
    border-radius: 0 5px 5px 0px;
    float: right;
    width: 360px;
}

.index_info p span {
    width: 98%;
    float: left;
    text-align: center;
}

.index_info p span a {
    color: #00aaff;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
}

.index_info p span.fo {
    text-align: left;
    line-height: 24px;
    padding: 0 8px;
    color: #333;
	width:346px;
}

.index_list {
    width: 539px;
    float: left;
}

.index_list li {
	border-bottom: 1px dashed #e2e2e2;
	height: 32px;
	line-height: 32px;
	margin-bottom: 10px;
	float: left;
	display: block;
	width: 98%;
	background-image: url(18.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent:30px;
}

.index_list li a{ color:#333;}
.index_list li a:hover{ color:#ff6600}
.index_list li .time {
    float: right;
    color: #929292;
    font-family: SimSun;
    font-size: 11px;
}

/***首页关于我们****/

.zxabout {
    width: 397px;
    float: right;
}

.zxabout img {
    margin: 10px 0 10px 0;
}

.zxabout p {
    line-height: 24px;
    font-family: "Microsoft YaHei";
    color: #666;
}

.zxabout p a {
    color: #ff6600;
    text-align: right;
    float: right;
    padding-right: 5px;
}

/***产品中心***/
.chanping {
    margin-right: -15px;
    clear: both;
    width: 1015px;
    height: 198px;
}

.chanping ul li {
    width: 153px;
    height: 139px;
    float: left;
    border: solid 1px #ccc;
    padding: 15px;
    margin: 15px 18px 0 0;
    cursor: pointer;
}

.chanping ul li:hover {
    border-color: #ff6600;
    color: #ff6600;
}

.chanping ul li img {
    width: 150px;
    height: 110px;
    max-width: 150px;
    max-height: 110px;
    float: left;
}

.chanping ul li span {
    float: left;
    text-align: center;
    height: 37px;
    line-height: 37px;
    width: 150px;
}

/**经典案例****/
.picMarquee-left {
    width: 1000px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
    margin-top: 20px;
}

.picMarquee-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.picMarquee-left .bd {
    padding: 10px;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 240px;
    height: 150px;
    display: block;
    padding: 2px;
}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-left .bd ul li .title {
    line-height: 24px;
}

/***网站底部****/
.foot {
    width: 100%;
    height: 165px;
    background-image: url(nmob.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-top: 30px;
}

.yqlj {
    width: 100%;
    background-color: #319dd3;
    height: 40px;
    line-height: 40px;
}

.yqlj ul li {
    float: left;
}

.yqlj ul li a {
    padding: 0 15px;
    color: #ffffff;
}

.yqlj_di {
    width: 100%;
    height: 100px;
    background-image: url(fi1b.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-top: 20px;
}
.yqlj_di p{ text-align: right; color: #666; line-height: 24px;}

/**网站内容样式****/
.content .left{
	border: 1px solid rgb(241, 241, 241);
	display: block;
	height: 644px;
	padding: 0;
	width: 246px;
	word-wrap: break-word;
	background-image: url(ico_8_v6v4.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.content .left ul li{ text-align: center; height: 38px; line-height: 38px; font-size: 14px;}
.content .left ul li:hover ,.content .left ul li.cur{
	background-image: url(qfrd.png);
	background-repeat: no-repeat;
	background-position: 60px center;
}
.content .left ul li.cur a{color: #ff6600}
.content .left ul li a{ font-size: 16px; }
.content .left ul li.one{
	height: 60px;
	background-image: url(ico_7_oxcg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top:30px;
	text-align:center;
}
.content .left ul li.one a{
    font-family: 'Microsoft YaHei'; font-size: 18px; letter-spacing: 2px; line-height: 26px;
}
.content .left p img{ margin-left: 15px; margin-top: 30px; margin-bottom: 15px;}
.content .left p.text-r{ height: 30px; line-height: 30px; padding-right: 10px; text-align: right;}
.content .right { width: 716px;float:right; min-height: 500px;}
.crumbs {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: solid 1px #cccccc;
	background-image: url(iconh_kebp.png);
	background-repeat: no-repeat;
	background-position: 5px center;
    text-indent: 30px;
    margin-bottom: 15px;
}
.title{ width: 100%; line-height: 50px; min-height: 50px; text-align: center; color: #666666; font-size: 18px;}
.title h1{font-size: 24px; font-weight: normal;}
.laiyuan{width: 100%; height: 24px; margin-top: 15px; font-size: 12px; color: #666666; text-align: right;}
.info{  padding: 10px;
    background-color:#f5f5f5;
    border-color: #e5e5e5;
    border-style: dashed;
    border-width: 1px;
    color: #868686;
    font-size: 12px;
    margin: 0 auto;
    line-height: 22px;
    margin-bottom: 20px;
}
.xiangxi{ padding: 20px; font-size: 14px; line-height: 2em; max-width: 676px; min-height: 400px;}
.xiangxi img{ max-width: 676px;}
.xiyi{ margin-top: 20px;}
.xiyi a{  font-size: 12px;line-height: 28px; height: 28px;}

/***列表分页***/
.liebiao { width: 686px; margin: 30px  15px;}
.liebiao li{
    height: 32px;
    line-height: 32px;
    background-image:url("18.png");
    background-position: left center;
    background-repeat: no-repeat;
    text-indent: 2em;
    border-bottom: dotted 1px #ccc;
}
.liebiao li a{ font-size: 14px;}
.liebiao li:hover{
    background-image: url("qfrd.png");
    border-bottom: solid 1px #ccc;
}
.liebiao li i{
    float: right;
    font-size: 12px;
}
.liebiao li.bk20 {
    height: 30px;
    background-image: none;
    border: none;
}
.fengye{ margin: 0 auto; display: table; margin-top: 20px;}
.fengye a{ padding: 5px 8px; }
.fengye span{background: #ff6600; padding: 5px 8px; color: #fff;}
.fengye a:hover{background: #ff6600;color: #fff;}