﻿@charset "utf-8";

body {
	margin:0px auto;
	padding:0px;
	background:#F5F5F5;
	font:"微软雅黑";
}
h4,p{margin:0;padding:0;}
.clear{
	clear:both;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
a{
	text-decoration:none;
}
.head{
	margin:0 auto;
	height:111px;
	width:1024px;
}

.head img{
	float:left;
}

.h_right li{
	font-size:13px;
	float:right;
}
.h_right .tel{
	font-size:16px;
	font:"微软雅黑";
	float:right;
	margin-top:40px;
	line-height:30px;
}
.h_right .tel span{
	color:#006DBD;
}
.h_right .tel img{
	 display:block;
	 float:left;
}
.head ul li a{
	text-decoration:none;
	color:#4D4D4D;

}

/**********************下拉菜单***********************/
.nav_bg ul,.nav_bg li,.nav_bg dl,.nav_bg dd{
margin:0;
padding:0;
}
.nav_bg li{
list-style:none;
float:left;
position: relative;
background:#006DBD;
}
.nav_bg ul li:hover{
background:#019FE3;
-moz-transition: background .1s ease-out;
-webkit-transition: background .1s ease-out;
}
.nav_bg li a{
position:relative;
display:block;
height:40px;
line-height:40px;
width:116px;
color:#fff;
text-decoration:none;
z-index:100;
text-align:center;
}
.nav_bg li.last{
border-right: 0 none;
}
.nav_bg dl{
position:absolute;
display:block;
top:42px;
width:116px;
background:#006DBD;
z-index:10000000000000000;
}
.nav_bg li:hover dl{
top:42px;
display:block;
width:116px;
}
.nav_bg dl a{
background:transparent;
border:0 none;
-moz-transition: background 0.5s ease-out;
-webkit-transition: background 0.5s ease-out;
z-index:50000000000000;
}
dl a:hover{
color:#FFF;
background:#009FE7;
-moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.nav_bg dd{
margin-top:-40px;
width:0px;
height:0px;
overflow:hidden;
-webkit-transition-property:all;
-moz-transition-property: all;
/* older safari/Chrome browsers */
    -webkit-opacity: 0;
    /* Netscape and Older than Firefox 0.9 */
    -moz-opacity: 0;
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
    -khtml-opacity: 0;
    /* IE9 + etc...modern browsers */
    opacity: 0;
    /* IE 4-9 */
    filter:alpha(opacity=0);
    /*This works in IE 8 & 9 too*/
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /*IE4-IE9*/
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.nav_bg li:hover dd{
margin-top:0;
width:116px;
height:40px;
/* older safari/Chrome browsers */
    -webkit-opacity: 1;
    /* Netscape and Older than Firefox 0.9 */
    -moz-opacity: 1;
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
    -khtml-opacity: 1;
    /* IE9 + etc...modern browsers */
    opacity: 1;
    /* IE 4-9 */
    filter:alpha(opacity=1);
    /*This works in IE 8 & 9 too*/
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    /*IE4-IE9*/
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
}
.nav_bg li dd{
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
}
.nav_bg li:hover dt{
display:block;
}

/**********************下拉菜单***********************/


/*.logo{
	background:url(/templets/lianhechaoyue/images/logo.jpg) no-repeat;
	width:130px;
	height:80px;
	margin:20px auto 0 auto;
	float:left;
}*/
.nav_bg{
	background:#006DBD;
	height:40px;
	border-bottom:1px solid #FFF;
	font-size:16px;
}
.nav_bg ul{
	width:1024px;
	height:40px;
	margin:0 auto;
}
.nav_bg ul li{
	color:#FFF;
	float:left;
	text-align:center;
	width:116px;
	height:40px;
	line-height:40px;
}
.nav_bg ul li:hover{
	background:#009FE7;
}
.content{
	margin:26px auto 20px auto;
	padding:0px;
	width:1024px;
	min-height:350px;
}
.lm_news{
	background:#FFF;
	border:1px solid #D3D3D3;
	height:260px;
	width:720px;
	float:left;
	margin-left:10px;
}

.news_bt_bg{
	margin:0px;
	padding:0px;
	background:url(/templets/lianhechaoyue/images/lanmu_bg.jpg) repeat-x;
	width:720px;
	height:36px;
}
.news_bt_bg .news{
	margin-left:10px;
	padding:0px;
}
.news_bt_bg .trend{
	margin-left:360px;
	padding:0px;
}
.news_bt_bg ul li{
	margin-right:8px;
	float:left;
	line-height:36px;
}
.news_nr{
	padding:15px 0 10px 10px;
	margin:0px;
	width:330px;
	height:200px;
	float:left;
}
.news_nr img{
	float:left;
}
.news_nr p{
	text-indent:2em;
	color:#000;
	font-size:14px;
	font:"微软雅黑";
	line-height:20px;
	margin:0px;
	padding-left:100px;
}
.news_list ul{
	margin:0px;
	padding:0px;
}
.news_list ul li{
	color:#5B5B5B;
	font:"微软雅黑";
	font-size:14px;
	line-height:22px;
}
.news_list ul li:hover{
	color:#F00;
}
.news_list ul li span{
	float:left;
	margin-right:24px;
}
.news_list ul a{
	text-decoration:none;
}
.trend_nr{
	padding-top:15px;
	padding-right:8px;
	margin:0px;
	float:right;
	min-height:200px;
	width:360px;
}
.trend_nr img{
	float:left;
}
.trend_nr p{
	text-indent:2em;
	color:#464646;
	font-size:14px;
	font:"微软雅黑";
	line-height:20px;
	margin:0px;
	padding-left:130px;
}
.xq{
	text-indent:0;
	margin-top:8px;
	display:block;
	float:left;
	background:url(/templets/lianhechaoyue/images/more.jpg) no-repeat;
	width:73px;
	height:20px;
	color:#fff;
	font-size:13px;
	line-height:20px;
	text-decoration:none;
}
.lm_zz{
	background:#FFF;
	border:1px solid #D3D3D3;
	height:260px;
	width:260px;
	float:right;
	margin-right:10px;
}
.zz_bt_bg{
	margin:0px;
	padding:0px;
	background:url(/templets/lianhechaoyue/images/lanmu_bg.jpg) repeat-x;
	width:260px;
	height:36px;
}
.zz_bt_bg .zz{
	margin-left:10px;
	padding:0px;
}
.zz_bt_bg ul li{
	margin-right:8px;
	float:left;
	line-height:36px;
}
.lm_zz .zz_nr{
	margin:10px auto;
	text-align:center;
}

.lm_pro{
	margin:18px auto;
	background:#FFF;
	border:1px solid #D3D3D3;
	height:275px;
	width:1000px;
}
.pro_bt_bg{
	margin:0 auto;
	padding:0px;
	background:url(/templets/lianhechaoyue/images/lanmu_bg.jpg) repeat-x;
	width:1000px;
	height:36px;
}
.pro_bt_bg ul img{
	margin-left:10px;
}
.pro_bt_bg ul li{
	margin-right:8px;
	float:left;
	line-height:36px;
}
.lm_pro .pro_nr{
	display:block;
	margin:10px auto;
	width:940px;
	height:205px;
	background:#F00;
}
.lm_pro .pro_nr ul{
	margin:0;
	padding:0;
}
.lm_pro .btn_l,.btn_r,.pro_nr{
	float:left;
}
.lm_pro .btn_l,.btn_r{
	margin-top:80px;
}
.foot{
	margin:0;
	padding:0;
}
.foot .foot_link{
	padding:0;
	background:#D3D3D3;
	margin:0 auto;
	width:100%;
	height:43px;
}
.foot .foot_link li{
	width:998px;
	margin:0 auto;
	line-height:43px;
}
.foot .foot_link li a{
	text-decoration:none;
	color:#000;
}
.foot .foot_link li a:hover{
	color:#F00;
}
.foot .foot_bq{
	padding:0;
	background:#006DBD;
	margin:0 auto;
	width:100%;
	height:162px;
	float:left;
}
.foot .foot_bq li{
	margin:0 auto;
	line-height:20px;
}
.banquan{
	margin:0;
	padding:0;
	height:162px;
	background:#006DBD;
}
.banquan ul{
	width:998px;
	margin:0 auto;
}
.banquan ul li{
	margin-top:35px;
	float:left;
	line-height:22px;
	margin-right:20px;
	color:#FFF;
	font-size:16px;
	font:"微软雅黑";
}
.banquan ul li a{
	color:#fff;
}
.banquan ul li a:hover{
	color:red;
}
.banquan li:nth-child(1){
	width:500px;
}
.banquan li:nth-child(2){
	width:300px;
}

/********************about***********************/
/*
.about_banner{
	margin:0 auto;
	width:1431px;
	height:197px;
	width:1431px;
	overflow:hidden;
}
.about_banner span{
	margin:0 auto;
	background:url(/templets/lianhechaoyue/images/about_banner.jpg) no-repeat;
	position: relative;
	height: 197px;
	left:50%;
	right:50%;
	margin:-150px 0px 0px -715px;
	width:100%;
	overflow:hidden;
}
*/

.about_banner{
	margin: 0 auto;
	padding-top: 150px;
	overflow: hidden;
	width: 100%;
	float: left;
}
.about_banner ul{
	position: relative;
	height:197px;
	left: 50%;
	right: 50%;
	margin: -150px 0px 0px -715px;
	width:1431px;
	overflow: hidden;
}
.about_banner ul li{
	width: 1431px;
	height: 197px;
	top: 0;
	position: absolute;
}


.about_nr{
	width:1000px;
	margin:15px auto 0 auto;
}
.about_nr .about_nr_left{
	margin:0;
	padding-top:4px;
	width:234px;
	min-height:129px;
	border:#D3D3D3 1px solid;
	float:left;
}
.about_nr .about_nr_left img{
	float:right;
}
.about_nr .about_nr_left ul li{
	width:201px;
	height:30px;
	margin:0 auto;
	margin-top:6px;
	background:#EDEDED;
	line-height:30px;
}
.about_nr .about_nr_left ul li .jt{
	background:url(/templets/lianhechaoyue/images/jiantou.jpg) no-repeat;
	width:14px;
	height:14px;
	float:right;
	position:relative;
	top:8px;
	right:20px;
}
.about_nr .about_nr_left ul li:hover div{
	background:url(/templets/lianhechaoyue/images/jiantou2.jpg) no-repeat;
}
.about_nr .about_nr_left ul li:hover *{
	color:#FFF;
}
.about_nr .about_nr_left ul li:hover{
	background:#1B4FB1;
}
.about_nr .about_nr_left ul li span{
	background:url(/templets/lianhechaoyue/images/fg.jpg) no-repeat;
	width:4px;
	height:30px;
	float:left;
}
.about_nr .about_nr_left ul li big{
	margin-left:12px;
	color:#2C2C2C;
	font:"微软雅黑";
	font-size:12px;
}

/***************right*********************/
.about_nr .about_nr_right{
	margin:0;
	width:752px;
	min-height:560px;
	border:1px solid #D3D3D3;
	float:right;
}

.about_nr_right .jianjie_bt{
	width:100%;
	height:30px;
	background:#EDEDED;
}

.about_nr_right .jianjie_bt big{
	margin-left:27px;
	line-height:30px;
	font:"微软雅黑";
	font-size:14px;
	float:left;
}
.about_nr_right .jianjie_bt ul{
	float:right;
	width:575px;
	background:url(/templets/lianhechaoyue/images/p_bg.jpg) repeat-x center;
}
.about_nr_right .jianjie_bt ul li{
	float:right;
	font-size:10px;
	color:#2C2C2C;
	font:"微软雅黑";
	line-height:30px;
	margin-right:10px;
}
.about_nr_right .jianjie_bt ul li a{
	text-decoration:none;
	color:#2C2C2C;
}
.about_nr_right .jianjie_bt ul li a:hover{
	color:#F00;
}
.about_nr_right .jianjie_nr{
	margin:0;
	padding:17px 20px;
}
.about_nr_right .jianjie_nr p{
	width:100%;
	text-indent:2em;
	color:#2C2C2C;
	font-size:14px;
	font:"微软雅黑";
}
.bule{
	width:100%;
	height:4px;
	background:#1B4FB1;
	margin-top:15px;
}
.nr_bq{
	padding-top:20px;
	text-align:center;
	margin:0 auto;
	width:100%;
	height:87px;
	background:#D3D3D3;
}
.nr_bq span{
	color:#000;
	font:"微软雅黑";
	font-size:10px;
	line-height:28px;
}
/**************************product******************************************/
.pro_zs{
	margin:0;
	width:95%;
	min-height:400px;
	padding:14px 20px;
}
.pro_zs ul li{
	border:1px solid #D3D3D3;
	background:#D3D3D3;
	height:190px;
	width:167px;
	margin:10px 4px;
	float:left;
}
.pro_zs ul li:hover *{
	color:#FFF;
}
.pro_zs ul li:hover{
	background:#009FE7;
}
.pro_zs ul li p{
	margin:0;
	padding:0;
	line-height:24px;
	text-align:center;
	font:"微软雅黑";
	font-size:12px;
	height:26px;
	color:#2C2C2C;
}
.pag_change{
	margin:15px auto 0 auto;
	width:460px;
	height:30px;
}
#gundiv ul li .zslion p{
	background:#009FE7;
	display:block;
	color:#FFF;
}
/*****************partner*************************/
.partner_nr{
	margin:0;
	width:95%;
	min-height:400px;
	padding:14px 40px;
}
.partner_nr ul li{
	border:1px solid #D3D3D3;
	text-align:center;
	width:150px;
	height:110px;
	margin:20px 30px;
	float:left;
	transition: all 0.5s;
}
.partner_nr ul li:hover{
	border:1px solid #009FE7;
}
.partner_nr ul li:hover img{
	width:145px;
	height:105px;
}
/*****************news***********************/
.news_zs ul{
	margin:0;
	padding:0;
}
/*.news_zs ul li{
	margin:16px;
	width:216px;
	height:170px;
	border:1px solid #D3D3D3;
	float:left;
}*/
.boxgrid{
	width:216px;
	height:170px;
	margin:0px;
	float:left;
	overflow:hidden;
	position:relative;
}
.boxgrid big{
	line-height:25px;
	margin-left:5px;
	color:#fff;
	font-size:14px;
	font:"微软雅黑";
}
.boxgrid img{
	position:absolute;
	top:0;
	left:0;
	border:0;
}
.boxgrid p{
	margin:0;
	padding:0 10px;
	color:#ccc;
	font-weight:bold;
	font:10pt "Lucida Grande", Arial, sans-serif;
}
.boxgrid a{
	color:#FFF;
}
.boxgrid a:hover{
	color:#900;
}
.boxcaption{
	float:left;
	position:absolute;
	background:#333;
	height:100px;
	width:100%;
	opacity:.8;/* For IE 5-7 */
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);/* For IE 8 */
	-MS-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption{
	top:85px;
	left:0px;
}
.caption .boxcaption {
	top:120px;
	left:0px;
}

/**************************招聘******************************/
.zhaopin{
	font:"微软雅黑";
	padding-left:15px;
	padding-top:20px;
}
.zhaopin big{
	font-size:18px;
	color:#000;
}
.zhaopin big span{
	font-weight:bold;
}
.zhaopin p{
	font-size:11px;
	line-height:10px;
}
/********************在线留言*********************/
.ly_div{
	margin:15px auto;
	width:500px;
	height:350px;
	border:#D3D3D3 1px solid;
}
/********************联系我们*********************/
.lianxi{
	font:"微软雅黑";
	margin-top:20px;
	margin-left:20px;
	color:#121111;
}
.lianxi big{
	font-size:18px;
}
.lianxi p{
	font-size:14px;
	line-height:8px;
}
/******************首页产品展示********************/
#zsgun{
	background:#FFFFFF;
	position:relative;
	height:205px;
	margin:auto;
}
a.hScrollPane_leftarrow{
	top:70px;
	cursor:pointer;
	display:block;
	width:35px;
	height:55px;
	background:url(/templets/lianhechaoyue/images/l_btn.jpg) no-repeat;
	left:0px;
	position:absolute;
}
a.hScrollPane_leftarrow:hover{
	background:url(/templets/lianhechaoyue/images/l_btn2.jpg) no-repeat;
}
a.hScrollPane_rightarrow{
	top:70px;
	cursor:pointer;
	display:block;
	width:35px;
	height:55px;
	background:url(/templets/lianhechaoyue/images/r_btn.jpg) no-repeat;
	right:-6px;
	position:absolute;
}
a.hScrollPane_rightarrow:hover{
	background:url(/templets/lianhechaoyue/images/r_btn2.jpg) no-repeat;
}
/*.hScrollPane_dragbar{
	width:843px;
	position:absolute;
	border-bottom:#83CC32 1px solid;
	left:15px;
	top:210px;
	z-index:1;
	padding:0 39px;
}*/
/*.hScrollPane_draghandle{
	position:absolute;
	width:180px;
	height:10px;
	overflow:hidden;
	background:url(../{dede:global.cfg_templets_skin/}/images/gunbar.png) no-repeat left top;
	_background:url(../{dede:global.cfg_templets_skin/}/images/gunbar.gif) no-repeat left top;
	bottom:-5px;
	cursor:pointer;
	margin:0 39px;
	left:0;
}*/

#gundiv{
	width:935px;
	position:relative;
	float:left;
	display:inline;
	height:205px;
	overflow:hidden;
	margin-left:32px;
}
#gundiv ul{
	height:205px;
	position:absolute;
	width:auto;
}
#gundiv li{
	width:172px;
	height:205px;
	margin-right:18px;
	overflow:hidden;
	float:left;
	position:relative;
	line-height:25px;
	background:#D9D9D9;
	text-align:center;
}
#gundiv li:last-child{
	margin-right:0px;
}
#gundiv li a{
	display:block;
	font-size:14px;
	color:#3B3B3B;}
#gundiv img{
	margin:0;
	padding:0;}
/*#gundiv ul li:first-child{
	margin-left:9px;
}*/
#gundiv li.zslion a{
	background:#009FE7;
	display:block;
	color:#FFF;
}
/*********************************banner*****************************/
.box{
	margin:0 auto;
	padding-top:150px;
	overflow:hidden;
	width:100%;
	float:left;

}
.box ul{
	position: relative;
	height: 527px;
	left:50%;
	right:50%;
	margin:-150px 0px 0px -960px;
	width:1920px;
	overflow:hidden;
}

.box ul li{
	width:1920px;
	height:527px;
	left:300px;
	top:0;
	position:absolute;
}
.box ol{
	position:absolute;
	top:640px;
	width:260px;
	margin-left:-130px;
	left:50%;
	z-index:20;
	text-align:center;
}
.box ol a{
	width:10px;
	height:10px;
	margin-right:10px;
	background:#FFFFFD;
	border-radius:50%;
	display:inline-block;
}
.box ol a.active{
	background:#039DDD;
	z-index:18;
}
/**************新闻内容页***************/
.news_wenzhang{
	padding:0 20px;
}
.news_wenzhang h3{
	text-align:center;
}
.news_wenzhang img{
	margin:0 auto;
}
.news_wenzhang p{
	font:"微软雅黑";
	line-height:24px;
	font-size:13px;
	text-indent:2em;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/**************产品内容页***************/
.pro_1{
	padding:0 20px;
	margin-top:20px;
}
.pro_1 h5{
	text-align:center;
}
.pro_1 p{
	text-indent:2em;
	font:"微软雅黑";
	font-size:13px;
}

/************************rongyuzhanshi****************************/
.ry_zs{
	margin:0;
	width:95%;
	min-height:400px;
	padding:14px 20px;
}
.ry_zs ul li{
	border:1px solid #D3D3D3;
	background:#D3D3D3;
	height:170px;
	width:223px;
	margin:10px 5px;
	float:left;
}
.ry_zs ul li:hover *{
	color:#FFF;
}
.ry_zs ul li:hover{
	background:#009FE7;
}
.ry_zs ul li p{
	margin:0;
	padding:0;
	line-height:24px;
	text-align:center;
	font:"微软雅黑";
	font-size:12px;
	height:22px;
	color:#2C2C2C;
}

.newslists {
	width: 830px;
	padding: 20px 10px;
	height: auto;
	overflow: hidden
}
.newslists li {
	width: 830px;
	border-bottom: 1px dotted #ccc;
	padding-left: 15px;
	background: url(../images/arrow0.jpg) left center no-repeat;
}
.newslists li a {
	color: #000;
	font-size: 12px;
}
.newslists li span {
	float: right;
	width: 100px;
	font-size: 12px;
}
.txt{margin: 20px 0;}
.txt p{
	font-size: 14px;
	margin:5px 0 10px 0;
	color: #585858;
}
.news_zs{padding: 0 10px;}
.txt img{float: left;}
.txt a{color: #000;font-size: 14px;}
