﻿/*产品列表*/

html,body,li,ul,div,span,img,h1,p,a,h2,h3,h4,h5,h6{margin:0px;padding:0px;border:0px;font-family:microsoft yahei,黑体,Arial, Helvetica, sans-serif;}
li {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
a {
	text-decoration: none;
}
.ss {
	font-family: "微软雅黑";
	font-size: 15px;
	font-weight: normal;
	color: #434341;vertical-align: top;
}
.news {
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: normal;
	color: #080808;
}

.wz {
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: normal;
	color: #434341;
	line-height: 25px;
}
.wz a {
    color:#000; text-decoration:none
}
.wz1,.wz1 a {
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: normal;
	color: #434341;
	line-height: 35px;
}


.dh ,.dh a{
	font-family: "微软雅黑";
	font-size: 18px;
	font-weight: normal;
	color: #434341;
}

.ds,.ds a {
	font-family: "微软雅黑";
	font-size: 12px;
	font-weight: normal;
	color: #434341;
}
.z1 {
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: normal;
    line-height:22px;
	color: #FFFFFF;
}
.bt,.bt a {
	font-family: "微软雅黑";
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
.b1,.b1 a {
	font-family: "微软雅黑";
	font-size: 18px;
	font-weight: normal;
	color: #0e131f;
}


.tb {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #555;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border: 1px solid #DCDCDC;
}
#header{
	width: 100%;
	height: 352px;
	background-image: url(../images/1920.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.fg-bt{
	font-family: "微软雅黑";
	font-size: 40px;
	font-weight: normal;
	color: #FFFFFF;
}
.ss a{
    color:#000; text-decoration:none
}
.z2 {
background:#0086ad
}
.z2 a{
color:#fff
}


/******产品列表*****/
.product-box {
	width: 789px;
}
.product-box li {
	border: 1px solid #e0e0e0;
	width: 223px;
	height: 290px;
	margin: 20px 18px;
	box-shadow: 1px 1px 0 #f0f0f0;
	float: left;
}
.product-box li .product-img {
	width: 100%;
	height: 158px;
	overflow: hidden;
text-align:center
}
.product-box li .product-img img{
	max-height: 158px;
}
.product-box li .product-con {
	padding: 0 10px;
}
.product-box li h2 {
	font-size: 14px;
	line-height: 40px;
	color: #3e4d6e;
}
.product-box li a {
	color: #fff;
	font-size: 12px;
	font-family: "宋体";
	display: block;
	width: 53px;
	height: 19px;
	background: #3ba7e8;
	text-align: center;
	line-height: 19px;
	margin: 0 0 12px 0;
	border-radius: 2px;
}
.product-box li p {
	font-size: 12px;
	font-family: "songti";
	color: #3d4e6c;
	line-height: 18px;
	background: url(images/line.jpg) no-repeat top;
	padding: 8px 0 0 5px;
}
.product-fy {
	width: 280px;
	margin: 30px auto 0;	
}
.product-fy li {
	width: 28px;
	height: 28px;
	border: 1px solid #cccedc;
	margin-right: 5px;
	float: left;
}
.product-fy li a {
	font-size: 12px;
	font-family: "songti";
	line-height: 28px;
	text-align: center;
	display: block;
	color: #818181;
}
.product-fy li a:hover {
	background: #1987c4;
	color: #fff;
}


/*新闻列表页*/
.news-top-box {
	width: 828px;
	margin: 0 0 0 10px;
    background: -webkit-linear-gradient(#f9f9f9, #fff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f9f9f9, #fff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f9f9f9, #fff); /* Firefox 3.6 - 15 */
    background: linear-gradient(#f9f9f9, #fff); /* 标准的语法（必须放在最后） */
}
.news-top-img {
	width: 157px;
	height: 117px;
	padding: 1px;
	border: 1px solid #e0e0e0;
	margin: 10px 0 0 30px;
	float: left;
}
.news-top-img img {
	width: 157px;
	height: 117px;
}
.news-top-con {
	float: left;
	width: 600px;
	padding: 10px 0 0 20px;
}
.news-top-con h2 {
	font-size: 16px;
	padding-left: 10px;
	background: url(../images/z.jpg) left 4px no-repeat;
	position: relative;
}
.news-top-con span {
	position: absolute;
	right: 0;
	font-size: 12px;
	color: #9f9f9f;
	font-weight: normal;
}
.news-top-con p {
	text-indent: 16px;
	color: #484a56;
	font-size: 12px;
	line-height: 24px;
}
.news-top-con a {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 93px;
	height: 21px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	background: url(../images/news-btn.png) no-repeat center center;
}
.news-list {
	list-style: none;
	width: 828px;
	margin: 20px 0 0 10px;
	background: url(../images/news-list-line.jpg) no-repeat center top;
}
.news-list li {
	background: url(../images/news-list-line.jpg) no-repeat center bottom;
	padding-left: 20px;
	line-height: 40px;
}
.news-list li i {
	display: inline-block;
	width: 2px;
	height: 2px;
	background: #5b5b5b;
	line-height: 20px;
	vertical-align: middle;
	margin-right: 6px;
}
.news-list li a {
	text-decoration: none;
	color: #5b5b5b;
	font-size: 12px;
}

.news-list-fy {
	width: 280px;
	margin: 30px auto 0;	
}
.news-list-fy li {
	list-style: none;
	width: 28px;
	height: 28px;
	border: 1px solid #cccedc;
	margin-right: 5px;
	float: left;
}
.news-list-fy li a {
	text-decoration: none;
	font-size: 12px;
	font-family: "songti";
	line-height: 28px;
	text-align: center;
	display: block;
	color: #818181;
}
.news-list-fy li a:hover {
	background: #1987c4;
	color: #fff;
}
/*新闻详情页*/
.news-detail {
max-width:800px;height:auto;overflow:hidden;
}
.news-detail-title {
	padding-bottom: 20px 20px 0;
	background: url(../images/news-list-line.jpg) no-repeat center bottom;
}
.news-detail-title h2 {
	font-size: 24px;
	color: #010101;
	font-weight: normal;
	line-height: 70px;
}
.news-detail-title span {
	font-size: 12px;
	color: #7a7a7a;
	margin: 0 10px;
}
.news-detail-con {
	padding: 20px;
}

.news-detail-con img {
max-width:760px;
}

.news-detail-con p {
	text-align: left;
	color: #4d4d4d;
	text-indent: 2rem;
}
.news-detail-fy {
	padding: 12px 0 0 30px;
	font-size: 12px;
	text-align: left;
	background: url(../images/news-list-line.jpg) no-repeat center top;
}
.news-detail-fy a {
	text-decoration: none;
	color: #757575;
}
.news-detail-fy i {
	font-style: normal;
	color: #06679e;
}
/*产品详情*/
.pro-detail-box {
	width: 811px;
	padding-top: 20px;
}
.pro-detail-img {
	text-align: center;
	width: 503px;
	height: 328px;
	border: 1px solid #cfcbcc;
	padding: 5px;
	float: left;
}
.pro-detail-con {
    color:#3d4e6c;
	width: 270px;
	float: left;
	line-height: 40px;
	padding: 20px 0 0 20px;
}
.pro-detail-con a {
	text-decoration: none;
	color: #f00;
}
.pro-detail-con span {
	font-size: 14px;
	color: #999;
}
.pro-detail-box>h2 {
    padding-bottom:10px;
	font-size: 24px;
	color: #080808;
	font-weight: normal;
}
.pro-detail-box>p,.pro-detail-box {
	color: #3d4e6c;font-size:16px;
}
/******首页新闻******/
#wrapper {
	position: relative;
	/*margin: 30px auto;*/
	width: 348px;
	height: 210px;
}
#banner {
	position: relative;
	width: 348px;
	height: 210px;
	overflow: hidden;
}
.imgList {
	position: relative;
	width: 1740px;
	height: 210px;
	z-index: 10;
	overflow: hidden;
}
.imgList li {
	float: left;
	display: inline;
}
#prev,#next {
	position: absolute;
	top: 80px;
	z-index: 20;
	cursor: pointer;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
#prev {
	left: 10px;
}
#next {
	right: 10px;
}
#prev:hover,#next:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.bg {
	position: absolute;
	bottom: 0;
	width: 348px;
	height: 30px;
	z-index: 20;
	opacity: 0.6;
	filter: alpha(opacity=60);
	background: #000;
}
.infoList {
	position: absolute;
	left: 10px;
	bottom: 6px;
	z-index: 30;
}
.infoList li {
	display: none;
}
.infoList .infoOn {
	display: inline;
	color: white;
	font-size: 14px;
}
.indexList {
	position: absolute;
	right: 10px;
	bottom: 5px;
	z-index: 30;
}
.indexList li {
	font-size: 12px;
	float: left;
	text-align: center;
	line-height: 16px;
	height: 16px;
	width: 16px;
	border: 2px solid black;
	background: grey;
	cursor: pointer;
}
.indexList .indexOn {
	background: #0086ad;
	font-weight: bold;
	color: white;
}
/*投资者关系*/
.index-relation {
	width: 360px;
	height: 241px;
}
.index-relation li {
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.index-relation-img {
	width: 90px;
	height: 90px;
	border-radius: 2px;
	overflow: hidden;
	float: left;
}
.index-relation-con {
	float: left;
	width: 260px;
	height: 90px;
	padding: 4px 0 0 10px;
}
.index-relation-con h3 {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.index-relation-con p {
	font-size: 12px;
	color: #666;
	line-height: 20px;
}
/****首页漂浮窗****/
@media(max-width:1200px) {
    .piaofu {
    display:none;
    }
}
.piaofu {
	width: 140px;
	height: 250px;
	position: fixed;
	background: #000;
	top: 40%;
	right: 10px;
	z-index: 1000;
	background: url(../images/fixed-icon.png) no-repeat 0;
}
.piaofu a {
	display: block;
	width: 140px;
}
.footer-lianxi {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.footer-lianxi img {
	width: 26px;
	vertical-align: middle;
	padding-right: 10px;
}
/******首页工程案例******/
.index-case {
	width: 990px;
}
.index-case li {
	padding-top: 10px;
	width: 198px;
	text-align: center;
	float: left;
}

.index-case li p {
	line-height: 24px;
	color: #707070;
	margin: 0;
}
.pageMain {
min-width:1167px;margin:0 auto;
}
/*****分页控件*****/
.pagebox {
text-align:center
}
.pagination {
    margin: 0;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 3px;
}
.pagination>li {
    display: inline;
}
.pagination-gap>li:first-child>a, .pagination-gap>li:last-child>a {
    border-radius: 3px;
}

.pagination-gap>li>a {
    margin: 0 3px;
    border-radius: 3px;
    font-size:12px;
}

.pagination>li>a,.pagination>li>span {
	position: relative;
	float: left;
	padding: 4px 12px;
	margin-left: -1px;
	line-height: 1.6;
	color: #76838f;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #e4eaec
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
	z-index: 2;
	color: #89bceb;
	background-color: #f3f7f9;
	border-color: #e4eaec
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #62a8ea;
	border-color: #62a8ea
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
	color: #ccd5db;
	pointer-events: none;
	cursor: not-allowed;
	background-color: transparent;
	border-color: #e4eaec
}

.pagination-lg>li>a,.pagination-lg>li>span {
	padding: 6px 18px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination-sm>li>a,.pagination-sm>li>span {
	padding: 3px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px
}

.scroll-nav {
width:1200px;position:absolute; top: 0;left:0;
}
.scroll-nav >ul{
width:100%;
}
.scroll-nav > ul > li {
   float:left;width:150px; line-height:14px;
    text-align:center
}
.scroll-nav > ul > li > a {
    line-height:18px;
}
.scroll-nav > ul > li > a>img {
    width:32px;height:36px;margin:0px;padding:0px;border:0px;
}
.scroll-nav > ul > li > a>span {
    display:block;
    padding:3px 0px;
    color:#434341
}