@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #555;
}

ul, dl, dd, h1, h2, h3, h4, h5, h6, form, p, th, tr, td, table {
	padding: 0;
	margin: 0;
}

body{
	overflow-x:hidden;
}

table {
	 border-collapse:collapse;
	 border-spacing:0
}

ul {
	list-style: none;
}

img {
	border: 0px;
}

a {
	color: #555;
	text-decoration: none;
	outline:none;
}

a:hover {
	color: #555;
}

@font-face {
  font-family: 'iconfont';  /* project id 1584900 */
  src: url('//at.alicdn.com/t/font_1584900_fss00ll7as.eot');
  src: url('//at.alicdn.com/t/font_1584900_fss00ll7as.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1584900_fss00ll7as.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1584900_fss00ll7as.woff') format('woff'),
  url('//at.alicdn.com/t/font_1584900_fss00ll7as.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1584900_fss00ll7as.svg#iconfont') format('svg');
}

/*顶部*/
#header {
	width: 100%;
	height: 118px;
	margin: 0 auto;
	position:relative;
	z-index:999;
}

#header .box {
	width: 1200px;
	height: 118px;
	margin: 0 auto;
}

#header .left {
	width:670px;
	height:118px;
	float:left;
	overflow:hidden;
}

#header .left .logo {
	width: 313px;
	height: 40px;
	margin-top:40px;
	float: left;
	overflow:hidden;
}

#header .left .logo img{
	width:313px;
	height:40px;
}

#header .left .biao {
	width: 300px;
	height: 68px;
	margin-top:28px;
	margin-left:40px;
	float: left;
	overflow:hidden;
}

#header .left .biao h3{
	margin-top:14px;
	line-height:30px;
	font-size:24px;
	color:#555;
	font-weight: normal;
}


#header .right {
	width:384px;
	height:118px;
	float:right;
}

#header .right .items {
	width: 322px;
	height: 40px;
	float: right;
	text-align: right;
	line-height: 40px;
}

#header .right .items a {
	height:40px;
	margin-left:8px;
	display:inline-block;
	text-align:right;
	line-height: 42px;
	vertical-align: middle;
	font-size: 14px;
}

#header .right .items a:nth-child(1):before{
	content: "\e66f";
	font-family:"iconfont";
	font-size:26px;
	vertical-align: bottom;
	color:#1f87a4;
	margin-right:2px;
	line-height: 40px;
}

#header .right .items a:nth-child(2):before{
	content: "\e604";
	font-family:"iconfont";
	font-size:24px;
	vertical-align: bottom;
	color:#1f87a4;
	margin-right:2px;
	line-height: 40px;
}

#header .right .items a:nth-child(3):before{
	content: "\e60e";
	font-family:"iconfont";
	font-size:24px;
	vertical-align: bottom;
	color:#1f87a4;
	margin-right:2px;
	line-height: 40px;
}

#header .right .items a.weixin .wxewm{
	width:120px;
	height:120px;
	z-index:1000;
	display:none;
	position:absolute;
	border:1px solid #ccc;
	padding:3px;
	background-color:#fff;
}
#header .right .items a.weixin:hover .wxewm{
	display:block;	
	margin-left:-20px;
}

#header .right .tel {
	width: 384px;
	height:44px;
	text-align: right;
	line-height:44px;
	padding-top: 10px;
	font-size:20px;
	color:#1f87a4;
	vertical-align:bottom;
	overflow:hidden;
}

#header .right .tel span.telico {
	font-family:"iconfont";
	font-size:26px;
	line-height:48px;
	color:#555;
	vertical-align:top;
}

#header .right .tel span.teltxt {
	margin-left: 8px;
	font-size: 16px;
	line-height: 44px;
	color: #555;
	vertical-align: top;
}

/*导航*/
#menu {
	width:100%;
	height:60px;
	margin:0 auto;
	position:relative;
	background:#1f87a4;
	z-index:888;
}

#menu .box {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}

#menu ul.topul {
	width: 1200px;
	position: relative;
	z-index:999;
}

#menu ul.topul > li {
	position: relative;
	display: inline-block;
	height:62px;
	float:left;
}

#menu ul.topul > li > a {
	font-size: 18px;
	width:148px;
	color:#fff;
	position: relative;
	display: block;
	height:60px;
	line-height:58px;
	border-left: 1px solid #197088;
	text-align:center;
	overflow:hidden;
}

#menu ul.topul > li:last-child > a {
	border-right: 1px solid #197088;
}

#menu ul.topul > li:hover > a {
	color: #fff;
	background-color:#1c1c1c;
}

#menu ul.topul > li.cur > a {
	background-color:#1c1c1c;
	color: #fff;
}

/*二级导航*/
#menu ul.topul > li:hover ul.erul{
	display:block;
}

#menu ul.erul{
	display:none;
	padding:15px 0 20px;
	position:absolute;
	background-color:#fff;
	border: 1px solid #1c1c1c;
	text-align:center;
}

#menu ul.erul > li{
	width:auto;
	white-space:nowrap;
	padding:0 19px;
}

#menu ul.erul > li:hover > a{
	color:#fff;
	background:#1c1c1c;
	border-bottom:1px solid #1c1c1c;
}

#menu ul.erul > li a{
	width:auto;
	white-space:nowrap;
	min-width:80px;
	padding:8px 16px;
	display:block;
	line-height:20px;
	color:#555;
	background-color:#fff;
	border-bottom:1px solid #eee;
	text-decoration:none;
}

/*三级导航*/
#menu ul.erul > li:hover ul.sanul{
	display:block;
}

#menu ul.sanul{
	display:none;
	padding:15px 0 20px;
	position:absolute;
	background-color:#fff;
	border: 1px solid #1c1c1c;
	text-align:left;
	margin-left: 131px;
	margin-top: -53px;
}

#menu ul.sanul > li{
	width:auto;
	white-space:nowrap;
	padding:0 19px;
}

#menu ul.sanul > li:hover a{
	color:#fff;
	background:#1c1c1c;
	border-bottom:1px solid #1c1c1c;
}

#menu ul.sanul > li a{
	width:auto;
	white-space:nowrap;
	min-width:80px;
	padding:8px 16px;
	display:block;
	line-height:20px;
	color:#333;
	background-color:#fff;
	border-bottom:1px solid #eee;
	text-decoration:none;
}

/*导航特殊处理*/
#menu ul.prodrop{
	margin-left: 0;
	text-align:left;
}
#menu ul.inddrop{
	margin-left: 0;
	text-align:left;
}
#menu ul.inddrop .sanul{
	margin-left: 259px;
	text-align:left;
}
#menu .hidden{ display:none}

/*banner*/
.fullSlide { width:100%; height:504px; position:relative; top:-2px; overflow:hidden; }
.fullSlide .bd { position:relative; z-index:0;}
.fullSlide .bd li { width:100%; height:504px; overflow:hidden; }
.fullSlide .bd li a { display:block; height:504px;}
.fullSlide .hd { width:100%; position:relative; z-index:1; margin-top:-50px; height:30px; line-height:30px;}
.fullSlide .hd ul { text-align:center; }
.fullSlide .hd ul li { cursor:pointer; display:inline-block; width:80px; height:6px; margin:2px; background:#f3c903; opacity:0.9; filter:alpha(opacity=90); overflow:hidden;}
.fullSlide .hd ul .on { background:#1f87a4; }
.fullSlide .prev,.fullSlide .next{ display:none; }

/*首页关于焦点*/
.fullSlide2 { width:565px; height:370px; position:relative; overflow:hidden; }
.fullSlide2 .bd { position:relative; z-index:0;}
.fullSlide2 .bd li { width:100%; height:370px; overflow:hidden; }
.fullSlide2 .bd li a { display:block; height:370px; }
.fullSlide2 .bd li img{width:565px; height:370px; opacity:1; filter:alpha(opacity=100);}
.fullSlide2 .bd li img:hover{opacity:0.9; filter:alpha(opacity=90);}
.fullSlide2 .hd { width:514px; margin:0 auto; position:relative; z-index:1; margin-top:-45px; height:28px; }
.fullSlide2 .hd ul { text-align:left; }
.fullSlide2 .hd ul li { cursor:pointer; display:inline-block; width:34px; height:28px; line-height:26px; margin-right:8px; background:#1f87a4; opacity:0.9; color:#fff; text-align:center; filter:alpha(opacity=90); overflow:hidden;}
.fullSlide2 .hd ul .on { background:#f3c903; }
.fullSlide2 .prev,.fullSlide2 .next{ display:none; }

/*首页新闻焦点*/
.fullSlide3 { width:372px; height:408px; margin:30px auto 0; position:relative; overflow:hidden; }
.fullSlide3 .bd { position:relative; z-index:0;}
.fullSlide3 .bd li { width:100%; height:408px; overflow:hidden; }
.fullSlide3 .bd li a { display:block; height:408px;}
.fullSlide3 .bd li a:hover  h3{ color:#1f87a4;}
.fullSlide3 .bd li img{width:370px; height:274px; border:1px solid #ddd; opacity:1;	filter:alpha(opacity=100);}
.fullSlide3 .bd li img:hover{opacity:0.9; filter:alpha(opacity=90);}
.fullSlide3 .bd li .title{width:370px; height:56px; margin:10px auto; overflow:hidden;}
.fullSlide3 .bd li .title h3{width:370px; height:36px; line-height:34px; white-space: nowrap; text-overflow: ellipsis; color:#333; font-weight:normal; overflow:hidden;}
.fullSlide3 .bd li .title p{width:370px; height:24px; line-height:22px; color:#333;  overflow:hidden;}
.fullSlide3 .hd { width:372px; margin:0 auto; position:relative; z-index:1; margin-top:-38px; height:12px; }
.fullSlide3 .hd ul { text-align:left; }
.fullSlide3 .hd ul li { cursor:pointer; display:inline-block; width:12px; height:12px; border-radius:6px; text-indent:-999px; margin-right:10px; background:#1f87a4; opacity:0.9; filter:alpha(opacity=90); overflow:hidden;}
.fullSlide3 .hd ul .on { background:#f3c903; }
.fullSlide3 .prev,.fullSlide2 .next{ display:none; }


/*搜索*/
#search{
	width:100%;
	height:50px;
	margin:28px auto;
	overflow:hidden;
}

#search .box{
	width:1200px;
	height:50px;
	margin:0 auto;
	overflow:hidden;
}

#search .box .left{
	width:289px;
	height:50px;
	line-height:48px;
	color:#fff;
	text-indent:24px;
	float:left;
	background:url(../images/searchtelbg.png) no-repeat;
	overflow:hidden;
}

#search .box .right{
	width:346px;
	height:50px;
	padding-top:4px;
	float:right;
	overflow:hidden;
}

#search .box .right .key{
	width:282px;
	height:36px;
	border:2px solid #1f87a4;
	color:#888;
	padding:0 48px 2px 12px;
	font-size:16px;
	overflow:hidden;
}

#search .box .right .btn{
	font-family:"iconfont";
	width:42px;
	height:38px;
	font-size:28px;
	line-height:38px;
	text-align:center;
	color:#fff;
	border:none;
	float:right;
	top:-40px;
	position:relative;
	z-index:999;
	background:#1f87a4;
	cursor:pointer;
}


/*首页产品*/
#indexpro{
	width:100%;
	height:auto;
	margin:0px auto 40px;
	overflow:hidden;	
}

#indexpro .box{
	width:1200px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}

#indexpro .cattitle{
	width:1200px;
	height:125px;
	margin:0 auto 34px;
	background:url(../images/floorline.png) 0 90px no-repeat;
	overflow:hidden;
}

#indexpro .cattitle span{
	width:1200px;
	height:74px;
	line-height:74px;
	display:block;
	color:#666;
	font-size:40px;
	text-align:center;
	overflow:hidden;
}

#indexpro .cattitle h3{
	width:198px;
	height:44px;
	margin:0 auto;
	line-height:40px;
	font-size:26px;
	color:#fff;
	background:#1f87a4;
	border-radius:25px;
	text-align:center;
	overflow:hidden;
}

/*首页产品分类*/
#indexpro .procat {
	width: 1200px;
	height: auto;
	margin: 0 auto 22px;
	overflow: hidden;
}

#indexpro .procat table {
	width: 1196px;
	border: 2px solid #ddd;
}

#indexpro .procat table .head {
	vertical-align: middle;
	width: 24px;
	padding:10px;
	line-height:24px;
	font-size: 18px;
	color: #fff;
	font-weight:bold;
	text-align: center;
	background-color: #1f87a4;
}

#indexpro .procat table .catlst {
	padding: 18px 36px;
}

#indexpro .procat table .catlst a{
	width: 212px;
	height: 32px;
	display: block;
	float:left;
	line-height: 32px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-top: 4px;
	border-radius: 16px;
	background-color: #ddd;
	color: #777;
	font-size: 16px;
	padding:0 24px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#indexpro .procat table .catlst a:hover{
	background-color:#ccc;
	color:#555;
}

/*首页产品列表*/
#indexpro .newpro{
	width: 1196px;
	height:352px;	
	margin:60px 0 20px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	overflow:hidden;
}

#indexpro .newpro li{
	width:298px;
	height:352px;	
	float:left;
	border-right:1px solid #ccc;
	overflow:hidden;
}

#indexpro .newpro li:last-child{
	border-right:none;
}

#indexpro .newpro li img{
	width:270px;
	height:270px;
	margin:0 auto;
	display:block;
	opacity:1; 
	filter:alpha(opacity=100);
	overflow:hidden;
}
#indexpro .newpro li img:hover{opacity:0.9; filter:alpha(opacity=90);}

#indexpro .newpro li span{
	width:240px;
	height:36px;
	display:block;
	margin:15px auto;
	padding:0 12px;
	line-height:34px;
	font-size:16px;
	border:2px solid #1f87a4;
	color:#1f87a4;
	text-align:center;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#indexpro .newpro li:hover span{
	color:#fff;
	background:#1f87a4;
}


/*首页关于我们*/
#indexabout{
	width: 100%;
	height:512px;
	overflow:hidden;
}

#indexabout .cattitle{
	width: 1200px;
	height:98px;
	margin:0 auto 26px;
	overflow:hidden;
}

#indexabout .cattitle h3{
	height:58px;
	line-height:56px;
	font-size:38px;
	color:#1f87a4;
	text-align:center;
	overflow:hidden;
}

#indexabout .cattitle h3 span{
	line-height:56px;
	font-size:34px;
	color:#ccc;
	font-weight:normal;
	overflow:hidden;
}

#indexabout .cattitle p{
	height:30px;
	line-height:28px;
	font-size:18px;
	color:#ccc;
	text-align:center;
	overflow:hidden;
}

#indexabout .box{
	width: 1200px;
	height:370px;
	margin:0 auto;
	overflow:hidden;
}

#indexabout .left{
	width: 565px;
	height:370px;
	float:left;
	overflow:hidden;
}

#indexabout .right{
	width: 568px;
	height:370px;
	float:right;
	overflow:hidden;
}

#indexabout .right p{
	line-height:26px;
	margin-top:6px;
	margin-bottom:15px;
}

#indexabout .right .catlink{
	width:588px;
	height:48px;
	margin-top:30px;
}

#indexabout .right .catlink a{
	width:176px;
	height:48px;
	line-height:46px;
	margin-right:20px;
	display:inline-block;
	text-align:center;
	color:#fff;
	background:#1f87a4;
}

#indexabout .right .catlink a:hover{
	background:#f3c903;
}

/*首页优势*/
#indexadv{
	width: 100%;
	height:1107px;
	margin: 60px auto 70px;
	background:url(../images/advbg.jpg) center no-repeat;
	overflow:hidden;
}

#indexadv .cattitle{
	width: 1200px;
	height:115px;
	margin:50px auto;
	overflow:hidden;
}

#indexadv .cattitle h3{
	height:68px;
	line-height:66px;
	font-size:38px;
	color:#1f87a4;
	text-align:center;
	overflow:hidden;
}

#indexadv .cattitle p{
	height:48px;
	line-height:46px;
	font-size:20px;
	color:#fff;
	text-align:center;
	background:url(../images/advdec.png) center no-repeat;
	overflow:hidden;
}

#indexadv .tel span:hover{
	background:#f3c903;
}

#indexadv .box{
	width:1200px;
	height:740px;
	margin:0 auto;
	overflow:hidden;
}

#indexadv .advimg{
	width:354px;
	height:354px;
	margin:138px auto 0;
	background:url(../images/advimg.png) center no-repeat;
	overflow:hidden;
}

#indexadv .box .advlst:hover{
	cursor:pointer;
}

#indexadv .box .ico{
	width:65px;
	height:75px;
	line-height:72px;
	text-align:center;
	font-size: 30px;
	color: #fff;
	background:url(../images/advico1.png) no-repeat;
	overflow:hidden;
	display: inline-block;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

#indexadv .box .advlst:hover .ico{
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

#indexadv .adv1{
	margin-top: -475px;
	margin-left: 565px;
	width: 620px;
	height: 124px;
	overflow:hidden;
}

#indexadv .adv1 .ico{
	float:left;
}

#indexadv .adv1 .desc{
	float: left;
	width: 350px;
	margin-left: 95px;
}

#indexadv .adv2{
	margin-top: 6px;
	margin-left: 792px;
	width: 620px;
	height: 124px;
	overflow: hidden;
}

#indexadv .adv2 .ico{
	float:left;
}

#indexadv .adv2 .desc{
	float: left;
	width: 350px;
	margin-left: 49px;
}

#indexadv .adv3{
	margin-top: 136px;
	margin-left: 792px;
	width: 620px;
	height: 124px;
	overflow: hidden;
}

#indexadv .adv3 .ico{
	float:left;
}

#indexadv .adv3 .desc{
	float: left;
	width: 350px;
	margin-left: 49px;
}

#indexadv .adv4{
	margin-top: 6px;
	margin-left: 238px;
	width: 394px;
	height: 174px;
	overflow: hidden;
}

#indexadv .adv4 .ico{
	float:right;
}

#indexadv .adv4 .desc{
	float: left;
	width: 258px;
	margin-top:58px;
}

#indexadv .adv4 h3{
	text-align:right;
}

#indexadv .adv5{
	margin-top: -268px;
	margin-left: 32px;
	width: 376px;
	height: 132px;
	overflow: hidden;
}

#indexadv .adv5 .ico{
	float:right;
}

#indexadv .adv5 .desc{
	float: left;
	width: 258px;
}

#indexadv .adv5 h3{
	text-align:right;
}

#indexadv .adv6{
	margin-top: -428px;
	margin-left: 32px;
	width: 376px;
	height: 132px;
	overflow: hidden;
}

#indexadv .adv6 .ico{
	float:right;
}

#indexadv .adv6 .desc{
	float: left;
	width: 258px;
}

#indexadv .adv6 h3{
	text-align:right;
}


#indexadv .box .advlst:hover .ico{
	background:url(../images/advico2.png) no-repeat;
}

#indexadv .box h3{
	height:38px;
	line-height:38px;
	font-size:26px;
	color:#333;
	font-weight: normal;
	overflow:hidden;
}

#indexadv .box .advlst:hover h3{
	color:#1f87a4;
}

#indexadv .box p{
	line-height:24px;
	font-size:14px;
	margin-top:8px;
	overflow:hidden;
}

#indexadv .tel{
	width: 1200px;
	height:48px;
	margin:24px auto 0;
	text-align:center;
	overflow:hidden;
}

#indexadv .tel span{
	width: 392px;
	height:48px;
	line-height:46px;
	text-align:center;
	background:#1f87a4;
	color:#fff;
	font-size:20px;
	border-radius:24px;
	display:inline-block;
}

/*首页合作伙伴*/
#indexapar{
	width: 100%;
	height:200px;
	margin: 60px auto 0;
	overflow:hidden;
}

#indexapar .cattitle{
	width: 1200px;
	height:42px;
	margin:0 auto;
	background:url(../images/floorline.png) center no-repeat;
	overflow:hidden;
}

#indexapar .cattitle h3{
	width:495px;
	height:42px;
	line-height:40px;
	font-size:18px;
	color:#fff;
	text-align:center;
	margin:0 auto;
	background:#1f87a4;
	font-weight:normal;
	overflow:hidden;
}

#indexapar .box{
	width:1200px;
	height:99px;
	margin:42px auto 0;
	overflow:hidden;
}

.rollphotos { width: 1200px; height:99px; overflow:hidden;}
.LeftBotton { width:30px; height: 99px; background: url(../images/leftarr.png) 0 20px no-repeat; float:left; cursor: pointer; }
.RightBotton { width:30px; height: 99px; background: url(../images/rightarr.png) 0 20px no-repeat; float:right; cursor: pointer; }
.rollphotos .cont { width: 1080px; float:left; margin-left:30px; overflow: hidden; }
.rollphotos .hwbox { float: left; width: 180px; text-align: center }
.rollphotos .hwbox img { width:165px; height:99px; opacity:1; filter:alpha(opacity=100);}
.rollphotos .hwbox img:hover{cursor:pointer; opacity:0.9; filter:alpha(opacity=90);}

/*首页新闻*/
#indenews{
	width: 100%;
	height:650px;
	margin: 20px auto 110px;
	overflow:hidden;
}

#indenews .cattitle{
	width: 1200px;
	height:114px;
	margin:0 auto;
	overflow:hidden;
}

#indenews .cattitle span{
	width: 1200px;
	height: 68px;
	line-height: 66px;
	display: block;
	color: #666;
	font-size: 40px;
	text-align: center;
	overflow: hidden;
}

#indenews .cattitle h3{
	height:48px;
	line-height:40px;
	font-size:36px;
	color:#1f87a4;
	text-align:center;
	background:url(../images/floorline.png) center no-repeat;
	overflow:hidden;
}

#indenews .box{
	width: 1200px;
	height:456px;
	margin:80px auto 0;
	overflow:hidden;
}

#indenews .box .left{
	width: 434px;
	height:452px;
	float:left;
	border:2px solid #efefef;
	background:#f8f8f8;
	overflow:hidden;
}

#indenews .box .right{
	width: 700px;
	height:456px;
	float:right;
	overflow:hidden;
}

#indenews .box .right .picnews{
	width: 700px;
	height:174px;
	overflow:hidden;
}

#indenews .box .right .picnews .thumb{
	width: 228px;
	height:172px;
	border:1px solid #ddd;
	float:left;
}

#indenews .box .right .picnews .thumb img{
	width: 228px;
	height:172px;
	opacity:1;
	filter:alpha(opacity=100);
}

#indenews .box .right .picnews .thumb img:hover{
	opacity:0.9;
	filter:alpha(opacity=90);
}

#indenews .box .right .newscon{
	width: 424px;
	height:174px;
	float:right;
	overflow:hidden;
}

#indenews .box .right .newscon h3{
	width: 424px;
	height:35px;
	line-height:35px;
	overflow:hidden;
	white-space: nowrap;
	font-size:20px;
	color:#333;
	text-overflow: ellipsis;
}

#indenews .box .right .newscon h3:hover{
	color:#1f87a4;
}

#indenews .box .right .newscon p{
	width: 424px;
	height:72px;
	margin-top: 10px;
	line-height:24px;
	overflow:hidden;
	font-size:14px;
}

#indenews .box .right .newscon span{
	width: 424px;
	height:24px;
	margin-top:18px;
	display:inline-block;
	line-height:22px;
	color:#333;
	overflow:hidden;
}

#indenews .box .right .lastnews{
	width: 700px;
	height:235px;
	margin-top: 44px;
	overflow:hidden;
}

#indenews .box .right .lastnews li{
	width: 700px;
	height:46px;
	border-bottom:1px dashed #ddd;
	overflow:hidden;
}

#indenews .box .right .lastnews li div{
	width: 572px;
	height:46px;
	line-height:44px;
	float:left;
	overflow:hidden;
	text-indent:28px;
	background:url(../images/newsarr.png) 0 9px no-repeat;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#indenews .box .right .lastnews li:hover div{
	color:#1f87a4;
}

#indenews .box .right .lastnews li span{
	width: 110px;
	height:46px;
	display:inline-block;
	line-height:44px;
	float:right;
	text-align:right;
	color:#888;
	overflow:hidden;
}


/*内页框架*/
#innermain{
	width:100%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}

#innermain > .box{
	width:1200px;
	height:auto;
	margin:38px auto 64px;
	overflow:hidden;
}

/*当前位置*/
#position {
	width: 1200px;
	height: 48px;
	line-height: 48px;
	background:#1f87a4;
	overflow: hidden
}

#position h2 {
	width: auto;
	height: 48px;
	line-height: 46px;
	font-size:20px;
	color: #fff;
	display:inline-block;
	border-left:10px solid #F4CF26;
	padding-left:18px;
	font-weight:normal;
	overflow:hidden;
}

#position div {
	width: auto;
	height: 48px;
	display:inline-block;
	line-height: 48px;
	text-align: right;
	color: #fff;
	float: right;
	padding-right:15px;
}

#position div a{
	color: #fff;
}


/*内页左侧*/
#innermain .inleft{
	width:244px;
	height:auto;
	float:left;
	margin-top:50px;
	overflow:hidden;
}

/*内页左侧分类*/
#innermain .inleft .leftcat{ width:244px; height:auto; margin-bottom:26px; background-color:#29a5c8; border-bottom:7px solid #197088; overflow:hidden; }
#innermain .inleft .leftcat h3{ width:244px; height:58px; margin:0 auto; text-indent:20px; background-color:#197088; font-size:22px; color:#fff; line-height:58px; font-weight:normal; overflow:hidden; }
#innermain .inleft .leftcat h3 span{ color:#fff; font-weight:normal;}
#innermain .inleft .leftcat ul.topcat { width:244px; height:auto; margin:0 auto; padding:16px 0 26px; }
#innermain .inleft .leftcat ul.topcat > li{ width:244px; height:auto; line-height:40px; border-bottom:1px dotted #ddd;}
#innermain .inleft .leftcat ul.topcat > li > a{ width:196px; height:40px; margin:0 auto; display:block; line-height:40px; font-size:16px; color:#fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
#innermain .inleft .leftcat ul.topcat > li:hover{ background:#F4CF26; }
#innermain .inleft .leftcat ul.topcat > li > a:hover{ color:#fff; }

#innermain .inleft .leftcat ul.soncat{
	display:none;
	background:#ddd;
}

#innermain .inleft .leftcat ul.soncat > li{
	width:244px; height:auto; line-height:40px; border-bottom:1px dotted #fff;
}

#innermain .inleft .leftcat ul.soncat > li > a{ width:196px; height:40px; margin:0 auto; display:block; line-height:40px; font-size:14px; color:#888; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

#innermain .inleft .leftcat ul.topcat > li:hover > ul.soncat{ display:block; }

#innermain .inleft .leftcat ul.hidden{display:none;}


/*内页左侧联系方式*/
#leftcontact{ width:244px; height:auto; overflow:hidden; }
#leftcontact h3{ width:244px; height:50px; margin:0 auto; text-indent:15px; background-color:#1f87a4; font-size:18px; color:#fff; line-height:48px; font-weight:normal; overflow:hidden; }
#leftcontact h3 span{ color:#fff; font-weight:normal;}
#leftcontact .box{ width:242px; height:auto; border:1px solid #ddd; border-top:none; overflow:hidden;}
#leftcontact .box h4{ width:214px; height:38px; margin:10px auto 0; font-size:16px; color:#333; line-height:36px; font-weight:normal; overflow:hidden; }
#leftcontact .box p{ width:214px; height:auto; margin:0 auto; padding:0 0 20px; line-height:26px; font-size:14px; }



/*内页右侧*/
#innermain .inright{
	width:890px;
	height:auto;
	float:right;
	overflow:hidden;
}


/*内页右侧产品分类*/
#innermain .fsoncat {
	width: 890px;
	height: 54px;
	line-height: 46px;
	margin-bottom:25px;
	overflow: hidden
}

#innermain .fsoncat:first-child{ margin-top:38px; }

#innermain .fsoncat .box{
	width: 890px;
	height: 46px;
	line-height: 46px;
	border-bottom:2px solid #ddd;
	margin:0;
	overflow: hidden;
}

#innermain .fsoncat .box h3 {
	width: auto;
	height: 46px;
	line-height: 44px;
	font-size:20px;
	color: #1f87a4;
	display:inline-block;
	font-weight:normal;
	overflow:hidden;
}

#innermain .fsoncat .box div.more {
	width: auto;
	height: 46px;
	display:inline-block;
	line-height: 46px;
	text-align: right;
	color: #1f87a4;
	float: right;
}

#innermain .fsoncat .box div.more a{
	color: #1f87a4;
}

#innermain .fsoncat .box div.more a span{
	color: #1f87a4;
	font-family:"宋体";
}

#innermain .fsoncat .redline{
	width:85px;
	height:4px;
	background:#1f87a4;
	margin-top:-3px;
	position:relative;
	z-index:999;
}

/*内页产品列表*/
#innermain .prolst{
	width:920px;
	height:auto;
	overflow:hidden;
}

#innermain .prolst li{
	width:198px;
	height:247px;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	border:1px solid #ccc;
	border-bottom:2px solid #ccc;
	overflow:hidden;
}

#innermain .prolst li img{
	width:198px;
	height:190px;
	opacity:1;
	filter:alpha(opacity=100);
	display:block;
	overflow:hidden;
}

#innermain .prolst li img:hover{
	opacity:0.9;
	filter:alpha(opacity=90);
}

#innermain .prolst li span{
	width: 178px;
	height: 40px;
	padding: 8px 10px 0;
	line-height: 20px;
	display: block;
	text-align: center;
	border-top: 1px solid #ccc;
	background: #f1f1f1;
	overflow: hidden;
	cursor: pointer;
	font-size: 14px;
	border-bottom: 8px solid #f1f1f1;
}

#innermain .prolst li:hover{ border-color:#1f87a4; }

#innermain .prolst li:hover span{
	background:#1f87a4;
	color:#fff;	
	border-top:1px solid #1f87a4;
	border-bottom: 8px solid #1f87a4;
}

#innermain .showall{
	background: #1f87a4;
	width: 120px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	border-radius: 15px;
	cursor:pointer;
}


/*内页图片列表*/

#imglst{
	width:920px;
	height:auto;
	margin:52px 0 15px;
	overflow:hidden;
}

#imglst li{
	width:276px;
	height:220px;
	float:left;
	margin-right:29px;
	margin-bottom:25px;
	overflow:hidden;
}

#imglst li img{
	width:270px;
	height:177px;
	border:1px solid #ccc;
	padding:2px;
	opacity:1; 
	filter:alpha(opacity=100);
}

#imglst li span{
	width:256px;
	height:36px;
	padding:0 10px;
	line-height:36px;
	display:block;
	text-align:center;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	cursor:pointer;
}

#imglst li:hover img{
	border:1px solid #1f87a4;
	cursor:pointer;
	opacity:0.9; 
	filter:alpha(opacity=90);
}

#imglst li:hover span{
	color:#1f87a4;
}


/*内页文章列表*/

#arclst{
	width:890px;
	height:auto;
	margin:15px 0 25px;
	overflow:hidden;
}

#arclst li{
	width:890px;
	height:210px;
	margin-top:36px;
	border-bottom:1px dashed #ddd;
	overflow:hidden;
}

#arclst li .newsimg{
	width: 230px;
	height: 170px;
	float:left;
}

#arclst li .newsimg img{
	width: 228px;
	height: 168px;
	border:1px solid #ddd;
	opacity:1;
	filter:alpha(opacity=100);
}

#arclst li .newsimg img:hover{
	opacity:0.9;
	filter:alpha(opacity=90);
}

#arclst li .newstxt{
	width: 610px;
	height:170px;
	float: right;
	overflow:hidden;
}

#arclst li .newstxt h3{
	width:610px;
	height:40px;
	line-height:40px;
	overflow:hidden;
}

#arclst li .newstxt h3 a{
	width:610px;
	height:40px;
	display:block;
	line-height:40px;
	font-size:18px;
	color:#333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}

#arclst li .newstxt h3 a:hover{
	text-decoration: underline
}

#arclst li .newstxt p{
	line-height:24px;
	margin-top:5px;
	font-size:16px;
	color:#888;
}

#arclst li .newstxt p a{
	line-height:24px;
	font-size:16px;
	color:#888;
}

#arclst li .newstxt span{
	display:block;
	margin-top:10px;
}


/*内页文章标题*/
#innermain .inright h1.title{
	width:890px;
	height:auto;
	margin:65px auto 0;
	line-height:32px;
	text-align:center;
	font-size:28px;
	color:#333;	
	overflow:hidden;
}

/*内页图片文章标题*/
#innermain .inright .tline{
	width:890px;
	height:auto;
	margin-top:35px;
	border-bottom:2px solid #ddd;
	overflow:hidden;
}


/*内页普通文章信息*/
#innermain .inright .infos {
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	background-color: #F0F0F0;
	color: #9B9B9B;
	margin: 35px auto;
	margin-bottom: 0px;
	overflow: hidden;
}


/*内页产品描述*/
#prodesc{
	margin:70px auto 50px;
	overflow:hidden;
}

#prodesc .prothumb{
	width:324px;
	height:324px;
	float:left;
	border:2px solid #ccc;
}

#prodesc .prothumb img{
	width:324px;
	height:324px;
	opacity:1;
	filter:alpha(opacity=100);
}

#prodesc .prothumb img:hover{
	opacity:0.9;
	filter:alpha(opacity=90);
}

#prodesc .protxt{
	width:494px;
	min-height:334px;
	float:right;
}

#prodesc .protxt .protitle{
	line-height:32px;
	font-size:24px;
	color:#1f87a4;
	font-weight:bold;
	padding-bottom:12px;
	margin-bottom:14px;
	border-bottom:2px solid #ccc;
	display:block; 
	padding-bottom:20px;
}

#prodesc .protxt p{
	font-size:16px;
	line-height:26px;
}

#prodesc .protxt p a{
	font-size:16px;
}

#prodesc .protxt .ordertel{
	height:48px;
	margin-top:18px;
	line-height:48px;
	font-size:28px;
	color:#1f87a4;
}

#prodesc .protxt .ordertel:before{content: "\e6ab"; font-family:iconfont; font-size:58px; vertical-align: middle; color:#e6ac00; margin-right:10px }

#prodesc .protxt .ordertel span{ line-height:48px; font-size:26px; color:#777; }

#prodesc .protxt .lxinfo{
	margin-top:32px;
}

#prodesc .protxt .lxinfo a{
	width:234px;
	height:38px;
	line-height:38px;
	display:inline-block;
	text-align:center;
	color:#fff;
	background:#1f87a4;
	border-radius:18px;
	overflow:hidden;
}

#prodesc .protxt .lxinfo a:first-child{
	margin-right:14px;
}

#prodesc .protxt .lxinfo a.weixin .wxewm{
	width:130px;
	height:130px;
	z-index:999;
	position:absolute;
	display:none;
	border:1px solid #ccc;
	background-color:#fff;
}
#prodesc .protxt .lxinfo a.weixin:hover .wxewm{
	display:block;
	margin-left:48px;
	margin-top:-185px;	
}

/*内页联系我们*/
#contact{
	width:890px;
	height:auto;
	margin:30px 0 50px;
	overflow:hidden;
}

#contact h3{
	width:882px;
	height:36px;
	line-height:34px;
	color:#1f87a4;
	border-left:8px solid #1f87a4;
	font-size:24px;
	font-weight:normal;
	text-indent:14px;
	overflow:hidden;
}

#contact .left{
	width:560px;
	height:auto;
	float:left;
	overflow:hidden;
}

#contact .left h4{
	width:560px;
	height:40px;
	margin:20px 0 10px;
	line-height:38px;
	font-size:20px;
	color:#333;
	font-weight:normal;
}

#contact .left p{
	line-height:26px;
	font-size:16px;
	color:#555;
}

#contact .right{
	width:270px;
	height:auto;
	float:right;
	overflow:hidden;
}

#contact .right img{
	width:132px;
	height:132px;
	float:left;
	margin-top:50px;
	overflow:hidden;
}

#contact .right span{
	width:22px;
	height:118px;
	float:left;
	margin-top:50px;
	margin-left:8px;
	display:block;
	color:#1f87a4;
	padding-top:14px;
	line-height:26px;
	overflow:hidden;
}

/*内页在线留言*/
#feedbook{
	width:890px;
	height:auto;
	margin:50px 0;
	overflow:hidden;
}

#feedbook h3{
	width:882px;
	height:36px;
	line-height:34px;
	color:#1f87a4;
	border-left:8px solid #1f87a4;
	font-size:24px;
	font-weight:normal;
	text-indent:14px;
	overflow:hidden;
}
#inform { margin-top:30px; }
#inform table{ border:none; }
#inform table td { height:45px; line-height:30px; padding:5px 8px; padding-left:10px; }
#inform table td.left { width:90px; text-align:left; line-height: 35px; padding-left:0; }
#inform .intxt { width:740px; height:30px; line-height:30px; padding:3px 5px;}
#inform .incon { width:740px; height:140px; margin-top:3px; line-height:30px; padding:3px 5px; resize:none;}
#inform .intxt, #inform .incon { border:1px solid #A8A8A8;background-color: transparent; }
#inform span { color:#F00; }
#inform table td{ border:none }
#inform .inbtn { height:70px; line-height:70px; text-align:left; padding-left:350px; }
#inform .inbtn input{ font-size:16px; width:116px; height:40px; background:#1f87a4; color:#fff; border:none; cursor:pointer; }
#inform .inbtn input:hover{ background:#17677d; }


/*内页详细介绍*/
#content{
	width:890px;
	height:auto;
	margin:40px 0;
	line-height:1.8;
	overflow:hidden;
}

#content h1{
	line-height:36px;
	margin: 46px auto;
	font-size:32px;
	color:#333;
	text-align:center;
}

#content h1:first-child{
	margin-top:10px;
}

#content h2{
	height: 39px;
	line-height:36px;
	margin: 35px auto;
	background:url(../images/prodetarr.png) #eeecec left no-repeat;
	font-size:20px;
	color:#fff;
	text-indent:20px;
}

#content h2:first-child{
	margin-top:0;
}

#content img{max-width:100%;height:auto !important;}

/*内页内容表格*/
#content table {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
	max-width:100%;
}

#content table,#content table td,#content table th {
	border: 1px solid #d4d4d4
}

#content table th,#content table td {
	text-align: left;
	padding: 8px 12px;
	width: auto !important;
	max-width:100%;
	line-height:1.5;
	height:auto !important;
}


/*内页 上一页、下一页*/
#innermain .inright .prenext{
	width:890px; 
	height:auto;
	padding-top:30px;
	border-top:1px solid #ccc;
	overflow:hidden;
}

#innermain .inright .prenext .pre{
	width:890px; 
	height:30px;
	line-height:30px;
	display:block; 
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}

#innermain .inright .prenext .next{
	width:890px; 
	height:30px;
	line-height:30px;
	display:block; 
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}


/*底部*/
#footer {
	width: 100%;
	height: 600px;
	margin: 0 auto;
	background:url(../images/footbg.jpg) no-repeat;
	overflow: hidden;
}

#footer .fmain {
	width: 1200px;
	height: 542px;
	margin:0 auto;
	overflow: hidden;
}


#footer .fmain .ftel{
	width: 1200px;
	height: 64px;
	line-height:62px;
	margin:45px auto 35px;
	font-size:38px;
	color:#fff;
	text-align:center;
	overflow: hidden;
}

#footer .fmain .flink{
	width: 1200px;
	height: 104px;
	margin:0 auto 45px;
	text-align:center;
	overflow: hidden;
}

#footer .fmain .flink a{
	width: 90px;
	height: 104px;
	display:inline-block;
	margin:0 20px;
	background:url(../images/flinkbg.png) no-repeat;
	overflow: hidden;
}

#footer .fmain .flink a img {
	width:60px;
	height:60px;
	margin:22px auto;
    display: inline-block;
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

#footer .fmain .flink a:hover img {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

#footer .fmain .middle{
	width: 1200px;
	height: 205px;
	margin:0 auto;
	overflow: hidden;
}

#footer .fmain .middle .fweixin {
	width:152px;
	height:205px;
	float: left;
	overflow: hidden;
}

#footer .fmain .middle .fweixin img{
	width:152px;
	height:152px;
	margin-top: 18px;
}

#footer .fmain .middle .fweixin span{
	width:152px;
	height:32px;
	line-height:30px;
	font-size:16px;
	display:block;
	color:#ddd;
	text-align:center;
	margin-top: 5px;
	font-weight: bold;
}

#footer .fmain .middle .fcat {
	width: 540px;
	height: 205px;
	float: left;
	margin-left:82px;
	overflow: hidden;
}

#footer .fmain .middle .fcat h3{
	color: #fff;
	line-height: 45px;
	font-size: 24px;
	font-weight:normal;
}

#footer .fmain .middle .fcat p{
	margin-top:18px;
}

#footer .fmain .middle .fcat p a{
	color:#ddd;
	line-height:30px;
	display:inline-block;
	margin-right:14px;
}

#footer .fmain .middle .fcat p a:hover{
	color:#fff;
}

#footer .fmain .middle .fcontact {
	width: 378px;
	height: 205px;
	float: right;
	overflow: hidden;
}

#footer .fmain .middle .fcontact h3{
	color: #fff;
	line-height: 45px;
	font-size: 24px;
	font-weight:normal;
}

#footer .fmain .middle .fcontact p{
	margin-top:15px;
	line-height:26px;
	color:#ddd;
}

#footer .fmain .middle .fcontact p a{
	color:#ddd;
}

#footer .fmain .middle .fcontact p a:hover{
	color:#fff;
}

#footer .copyright {
	width: 100%;
	height: 58px;
	border-top: 1px solid #666;
	overflow:hidden;
}

#footer .copyright .box {
	width: 1200px;
	height: 58px;
	margin: 0 auto;
	overflow:hidden;
}

#footer .copyright .box .left{
	width: 620px;
	height: 58px;
	float:left;
	line-height:58px;
	color:#ddd;
	text-transform:uppercase;
	overflow:hidden;
}

#footer .copyright .box .left a{
	color:#ddd;
	line-height:58px;
}

#footer .copyright .box .left a:hover{
	color:#fff;
}

#footer .copyright .box .right{
	width: 540px;
	height: 58px;
	float:right;
	line-height:58px;
	color:#ddd;
	text-align:right;
	text-transform:uppercase;
	overflow:hidden;
}

#footer .copyright .box .right a{
	color:#ddd;
	line-height:58px;
}

#footer .copyright .box .right a:hover{
	color:#fff;
}

/*分页*/
#pages{ clear:both; padding:20px 0 10px; line-height:34px; text-align:center; overflow:hidden; }
#pages li { display:inline-block; height:34px; margin-right:5px; line-height:34px; font-size:16px; padding:0 12px;  border:1px solid #ddd; color:#555; overflow:hidden}
#pages li a{ display:block; height:34px; line-height:34px; font-size:16px; color:#555; text-decoration:none; }
#pages li a:hover{ color:#29a5c8; }
#pages li.thisclass { background:#29a5c8; color:#fff; }