@charset "utf-8";
/* CSS Document */
*{ padding:0px; margin:0px auto;}
body{ margin:0px auto; font-size:12px; line-height:22px; font-family: "Microsoft YaHei", "Arial", "WenQuanYi Micro Hei", sans-serif; color:#464646;}
ul, dl, dd, h1, h2, h3, h4, h5, h6, form, p { padding: 0; margin: 0; }
ul { list-style: none; }
img { border: 0px; }
a { color: #464646; text-decoration: none; transition: color 0.5s; -moz-transition: color 0.5s; -webkit-transition: color 0.5s; -o-transition: color 0.5s; }
a:hover {
	color: #019bdf;
	text-decoration: underline;
}
.clearfloat { clear: both; height: 0; font-size: 1px; line-height: 0px; }
.lf { float: left; }
.rt { float: right; }
/*导航部分*/
.main_poxx{
	width:1200px;
	height:101px;
}
.logo{
	height:71px;
	margin-top:13px;
}
/*菜单开始*/
.nav{
	width:730px;
	height:101px;
	float:right;
}
.nav_r{
	width:730px;
	height:46px;
	margin-top: 36px;
}
.nav_r li{
	line-height:46px;
	text-align:center;
	float:left;
	font-size:16px;
	position:relative;
	z-index:3;
}
.nav_r li a{
	height:46px;
	display:block;
	padding-right: 20px;
	padding-left: 20px;
}
#wrap{
	width:730px;
}
#main_nav{
	width:735px;
}
#main_nav li.focus a{
	background-image: url(../images/index_10.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
}
#main_nav li.focus ul li a{background:none;display:block;}
#main_nav li ul{
	position:absolute;
	top:46px;
	display:none;
	float:left;
	width:100%;
}
#main_nav li ul li{
	float:left;
	width:100%;
	height:35px;
	line-height:35px;
	display:block;
	background:#019bdf;
	filter: Alpha(Opacity=86);
	text-align:center;
	font-size:12px;
	padding:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #19a7e6;
}
#main_nav li ul li a:link,#main_nav li ul li a:visited{background:none;padding:0;height:35px;line-height:35px;color:#fff;font-size:12px;}
#main_nav li ul li a:hover{background:none;padding:0;height:35px;line-height:35px;color:#ff0;font-size:13px;}
.dh {
	background-image: url(../images/index_06.jpg);
	background-repeat: no-repeat;
	background-position: left 36px;
	width: 145px;
	padding-top: 36px;
	height: 46px;
	padding-left: 45px;
}
.dh span {
	font-size: 12px;
	color: #9d9d9d;
	display: block;
	line-height: 18px;
}
.dh font {
	font-size: 20px;
	color: #099CE1;
	font-family: Arial, Helvetica, sans-serif;
}
/*搜索*/
.ss_boxw {
	height: 60px;
	background-color: #f5f5f5;
}
.menuxn {
	width: 1200px;
	height: 60px;
	line-height: 60px;
}
.ss_box {
	width: 370px;
	margin-top: 17px;
}
.inp_srh {
	width:316px;
	height:26px;
	float: left;
	line-height: 28px;
	color: #a4a4a4;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #FFF;
	margin: 0px;
	border: 1px solid #e4e4e4;
}
.btn_srh {
	width:40px;
	height:26px;
	border:1px solid #e4e4e4;
	cursor:pointer;
	float: right;
}
.rmc_box {
	color: #666;
	height: 60px;
	background-image: url(../images/index_19.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
.rmc_box strong {
	font-size: 14px;
}
.rmc_box a {
	color: #666;
}
/*业务中心*/
.ywzx {
	width: 1200px;
	overflow: hidden;
	padding-top: 46px;
}
.yw_tit {
	width: 1200px;
	text-align: center;
}
.yw_tit span {
	font-size: 30px;
	color: #333;
	display: block;
	line-height: 66px;
}
.yw_tit span a {
	color: #333;
}
.yw_tit font {
	color: #8f8f8f;
	font-size: 17px;
	line-height: 40px;
}
.yw_boxx {
	padding-top: 12px;
	overflow: hidden;
}
.masage{
	float:left;
	text-align:center;
	width:250px;
	padding-top: 36px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.masage img{
	width:105px;
	height:105px;
	border-radius:52.5px;
    -webkit-transition: 0.4s;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
}
.masage img:hover{
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
}
.masage .dx{
	display:block;
	font-size:18px;
	color:#3a3a3a;
	line-height:30px;
	padding-top: 5px;
}
.masage .gl{
	display:block;
	font-size:14px;
	color:#999;
	padding-top:5px;
}
.more1{
	width:166px;
	height:40px;
	display:block;
	margin-top:40px;
	font-size:14px;
	background-color: #019bdf;
	border-radius: 20px; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */
	-moz-border-radius: 20px; /* Mozilla浏览器的私有属性 */
	-webkit-border-radius: 20px; /* Webkit浏览器的私有属性 */
}
.more1 a{
	color:#fff;
	text-align:center;
	display:block;
	line-height:40px;
}
.gg {
	background-image: url(../images/index_41.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 188px;
	margin-top: 60px;
}
.gg_n {
	height: 188px;
	width: 222px;
	padding-left: 978px;
}
.fw {
	padding-top: 33px;
	width: 222px;
}
.fw span {
	display: block;
	font-size: 14px;
	color: #FFF;
	line-height: 30px;
}
.fw font {
	display: block;
	font-size: 27px;
	color: #ffd200;
	line-height: 36px;
}
.zxkf {
	width: 222px;
	padding-top: 10px;
}
.zxkf span {
	line-height: 25px;
	text-align: center;
	height: 25px;
	width: 113px;
	border: 1px solid #FFF;
	display: block;
}
.zxkf span a {
	font-size: 16px;
	color: #FFF;
	display: block;
}
/*简介*/
.v_a_box {
	background-color: #f5f5f5;
	padding-top: 40px;
	overflow: hidden;
}
.video_about_box {
	width: 1200px;
	padding-top: 45px;
	overflow: hidden;
}
.video_box {
	background-image: url(../images/vbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 552px;
	padding-left: 4px;
}
.about_box {
	width: 552px;
}
.about_box h2 {
	font-weight: normal;
	line-height: 52px;
	font-size: 20px;
	color: #019bdf;
}
.about_boxx {
	width: 552px;
	overflow: hidden;
}
.ab_nr {
	font-size: 14px;
	line-height: 28px;
	color: #333;
	padding-right: 15px;
}
.xl {

}
.hj_ul {overflow:hidden;}
.hj_ul li {
	width: 264px;
	float: left;
	display: block;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}
.hj_ul li img {
	height: 184px;
	width:258px;
	margin: 0px;
	display: block;
	text-align:center;
	float: left;
	background-color: #FFF;
	padding: 3px;
}
.hj_ul li img:hover {
	background-color: #145599;
}
.case_box {
	overflow: hidden;
	padding-top: 45px;
}
.case_boxx{
	overflow: hidden;
	padding-bottom: 45px;
	padding-top: 30px;
}
.case_boxx ul li{
	width:20%;
	height:240px;
	float:left;
	position:relative;
	cursor:pointer;
	overflow:hidden;
}
.case_boxx ul li h3{
	bottom:0;
	width:100%;
	height:40px;
	display:block;
	background:#000;
	position:absolute;
	text-align:center;
	line-height:40px;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;
}.case_boxx ul li img{width:100%;height: 100%}
.case_boxx ul li a{color:#fff;} 
.case_boxx ul li a:hover{color:#fff;}
.case_boxx ul li b{
	top:240px;
	width:100%;
	position:absolute;
	z-index:100;
	cursor:pointer;
	height:240px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	background-color: #333;
}
.case_boxx ul li b samp{
	display:block;
	line-height:24px;
	font-family:"微软雅黑";
	color:#FFF;
	font-size:16px;
	padding:25px 25px 15px 25px;
}
.case_boxx ul li b i{
	line-height:22px;
	padding:0px 25px;
	font-style:normal;
	display:block;
	font-size:12px;
	margin-bottom: 0;
}
/*新闻*/
.news_box {
	overflow: hidden;
	background-image: url(../images/k.jpg);
	background-repeat: no-repeat;
	background-position: center -30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
	padding-bottom: 50px;
}
.news_boxx {
	width: 1200px;
	padding-top: 40px;
	overflow: hidden;
}
.new1 {
	width: 353px;
}
.fbulx {
	width: 353px;
	padding-top: 8px;
}
.fbulx li {
	line-height: 30px;
	font-size: 13px;
}
.fbulx li span {
	padding-right: 5px;
	padding-left: 2px;

}
/*合作伙伴*/
.hzhb {
	width: 1200px;
	overflow: hidden;
	padding-top: 40px;
}
.hzhb_boxx {
	width: 1200px;
	padding-top: 30px;
	overflow: hidden;
}
.hzhb_boxx ul li {
	float: left;
	margin-right: 52px;
	margin-bottom: 30px;
}
.hzhb_boxx ul li:nth-child(6n) {
	margin-right: 0px;
}
.hzhb_boxx ul li img {
	height: 80px;
	width: 156px;
}


.yqlj_boxw {
	background-color: #f3f3f3;
	height: 62px;
	margin-top: 30px;
}
.yqlj_box {
	width: 1200px;
	line-height: 62px;
}
.yqlj_box span {
	color: #FFF;
	background-color: #019bdf;
	width: 76px;
	display: block;
	text-align: center;
	margin-right: 8px;
}


/*foot*/
.foot{
	min-width:1200px;
	background-color: #272727;
	padding-top: 50px;
	padding-bottom: 33px;
}
.foot_l{
	width:1200px;
	overflow:hidden;
}
.foot_bg{
	width:220px;
	padding-left:45px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #464646;
	padding-right: 70px;
	padding-bottom: 30px;
}
.foot_bg h2{
	font-weight:normal;
	color: #c8c8c8;
} 
.lx {
	font-size: 14px;
	line-height: 30px;
	color: #c7c7c7;
}
.lx span {
	font-size: 33px;
	color: #ffae00;
	font-family: Impact;
	line-height: 48px;
	display: block;
	padding-top: 6px;
}
.foot_bg2 {
	padding-right: 80px;
	padding-left: 80px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #464646;
}
.foot_bg2 h2 {
	font-size: 14px;
	color: #c8c8c8;
	font-weight: normal;
	width: 70px;
	height: 44px;
}
.fotr{


}
.fotr li{
	line-height:24px;
}
.fotr li a{
	color:#c8c8c8;
}
.foot_bt{
	padding-left:70px;
}
.foot_bt h2 {
	font-size: 14px;
	color: #c8c8c8;
	font-weight: normal;
	height: 44px;
}
.ewm {

}
.bq_bn{
	color:#616161;
	font-size:12px;
	line-height:50px;
	width: 1200px;
	overflow: hidden;
}
.bq_bn a{
	color:#616161;
}
.wlfb {
	width: 1200px;
	padding-bottom: 10px;
	line-height: 20px;
}


/*内页*/
.banner{
	height:280px;
	background-image: url(../images/a1.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

/*位置*/
.main_boxx{ width:1200px; overflow:hidden; margin-top:30px; margin-bottom:50px;} 
.wait{
	width:1160px;
	height:45px;
	line-height:45px;
	font-size:15px;
	border-bottom:1px solid #efefef;
	background-image: url(../images/03wz.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}
.main_lf{
	width:250px;
}
.ahead a{ margin-left:8px; margin-right:8px;}
.show_lf{ width:250px;}
.pic {
	line-height: 55px;
	background-color: #019bdf;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0063b3;
	font-size: 20px;
	height: 55px;
	padding-left: 15px;
	color: #FFF;
}
.eat{
	width:220px;
	overflow:hidden;
	padding-bottom:16px;
	background-color: #f5f5f5;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
.sign{
	width:220px;
}
.sign li{
	height:38px;
	font-size:15px;
	line-height:38px;
	margin-bottom:10px;
	border: 1px solid #E6E6E6;
}
.sign li a{
	padding-left:40px;
	display:block;
	background-color: #fff;
	background-image: url(../images/inde_41.jpg);
	background-repeat: no-repeat;
	background-position: 18px center;
}
.sign li a:hover{
	text-decoration:none;
	color:#FFF;
	background-color: #019BDF;
}

.cp_fp{
	margin-bottom: 12px;
}
.cp_fp .teamr{
	font-size:16px;
	padding-left:45px;
	line-height:38px;
	color:#000;
	height:38px;
	font-weight:normal;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
	background-color: #fff;
	background-image: url(../images/08invo.jpg);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.cp_fp .listey{
	margin-top: 10px;
}
.listey li{
	line-height:26px;
	border-bottom:1px dashed #eee;
	padding-left:45px;
	font-size:12px;
	background-image: url(../images/n-jt1.png);
	background-repeat: no-repeat;
	background-position: 25px center;
}
.listey li a{
	color:#585858;
}
.online{
	margin-left:5px;
	margin-right:5px;
	margin-top:16px;
	font-size:30px;
	font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	color:#ff9c00;
	text-align:center;
	height:65px;
}
.dring{ color:#333; margin-bottom:10px; font-size:14px; display:block; text-align:center; background:url(../images/07lin.jpg) no-repeat center; }
.prow{
	margin-top:15px;
	width:250px;
}
.prow .nere{
	height:45px;
	line-height:45px;
	font-size:20px;
	color:#333;
	font-weight:normal;
	padding-left:15px;
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0063b3;
}
.cpfl_boxx{ clear:both; padding-top:0px; margin:0px auto;}
.phot{
	padding-top:10px;
}
.phot li{
	width:220px;
	text-align:center;
	margin-left:15px;
}
.phot li img{
	width:220px;
	height:195px;
	display:block;
}
.phot li span{
	margin-bottom:10px;
	display:block;
	font-size:15px;
	line-height: 33px;
}
.dianhua {
	color: #666666;
	line-height: 20px;
	padding: 20px 0 10px 66px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: 2px 18px;    background-size: 45px;
}
.dianhua span {
	display: block;
	color:#EE9131;
	font-family: Impact;
	font-size: 25px;
}
.dzt{margin-top:10px; clear:both;}
.addt{ line-height:26px; padding-left:6px; font-size:14px; color:#636161; margin-right:0px;}
.ery{ text-align:center; display:block; margin-top:15px; border-top:1px solid #eee; padding-top:20px; padding-bottom:20px;}

/*右边*/
.main_rty {
	width: 910px;
}
.ny_box {
	width: 910px;
}
.wzy_l {
	clear:both;
	padding-bottom:5px;
	padding-left:10px;
	display: block;
	text-transform:capitalize;
	height: 38px;
	font-weight: normal;
	line-height: 38px;
	background-image: url(../images/inde_31.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 8px;
}

.wzy_l .ga_l { font-size: 18px; color: #000; }
.wzy_l span { font-size: 12px; color: #AAA; }
.wzy_l span a { color: #AAA; }
.maint_boxx {
	padding-bottom: 20px;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
	font-size:13px;
	padding-top: 12px;
	line-height: 26px;
} 
.mainpro_boxx {  padding-top:23px; overflow: hidden; padding-bottom:10px;}
.cases_uly{ overflow:hidden;}
.cases_uly li {
	width: 270px;
	float: left;
	display: block;
	text-align: center;
	margin-right:16px;
	margin-left:16px;
	margin-bottom: 10px;
}
.cases_uly li img {
	width: 270px;
	height: 230px;
	display: block;
	float: left;
}
.cases_uly li span {font-size: 15px; display: block; text-transform:capitalize; line-height:36px;}

.sb_ul {overflow:hidden;}
.sb_ul li {
	width: 270px;
	float: left;
	display: block;
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
}
.sb_ul li img {
	width: 270px;
	height: 230px;
	margin: 0px;
	display: block;
	text-align:center;
	float: left;
}
.sb_ul li font {
	line-height:35px;
}

.news_ul li {
	line-height: 28px;
	background-image:url(../images/10inco.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	font-size:13px;
	width: 410px;
	float: left;
}
.news_ul li span { float: right; color:#999;}

.case_n {
	width: 900px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ddd;
	margin-bottom: 25px;
	padding-left: 10px;
}
.case_pic {
	width: 218px;
	text-align: center;
	height: 218px;
}
.case_pic  img{
	width: 218px;
	height: 218px;
}
.case_nr {
	width: 630px;
}
.case_nr span {
	display: block;
	font-size: 21px;
	line-height: 40px;
}
.case_nr font {
	color: #999;
	font-size: 13px;
	line-height: 25px;
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
}
.detail {
	height: 35px;
	line-height: 35px;
	float: left;
	width: 150px;
	font-size: 14px;
	margin-top: 30px;
	background-color: #E3D1A1;
}
.detail a {
	color: #FFF;
	text-align: center;
	display: block;
	background: url(../images/07jt.png) no-repeat 16px center;
}


/*内页 新闻中心*/
.news_bn{ overflow:hidden; margin-top:6px; }
.main_bt{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #eee;
}
.main_bt .by{
	height:35px;
	line-height:35px;
	padding-left:15px;
	font-weight:normal;
	background-image: url(../images/index_88.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.hck{ font-size:15px; float:left; color:#000;}
.date{ float:right; font-size:13px; color:#999;}
.dlo{ font-size:12px; clear:both; color:#999; padding-left:17px; display:block;}

/*产品详情内页*/
.cRight{ margin-top: 10px;}
.intrTil {background: url(../images/bgT.png) repeat-x; height: 35px; line-height: 35px; font-size: 14px;border-left: 1px solid #e2dfe0;border-right: 1px solid #e2dfe0;}
.intrTil strong a {
	float: left;
	display: block;
	padding-left:20px;
	padding-right:20px;
	text-align: center;
	background: #fff;
	color: #3e3d3d;
	font-weight: bold;
	height: 33px;
	line-height: 32px;
	margin-left: 0px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #0b87ce;
	border-right-color: #e2dfe0;
}
.intrTil a{ float: left;margin-left: 20px;}
.allConsCon_l{border:1px solid #e2dfe0;border-top:none;padding:10px 20px 20px 20px; overflow:hidden; line-height:22px;}
.piy_r{padding-top:10px; overflow:hidden; }
.piy_r li{
	float:left;
	text-align:center;
	width:265px;
	margin-right: 12px;
	margin-left: 12px;
}
.piy_r li span{ display:block; font-size:13px; line-height:35px;}
.piy_r li img{
	width:265px;
	height:235px;
}
.allCons{margin-top:10px;}
.allConsTil{background:url(../images/bgT.png) repeat-x;height:35px;line-height:35px;font-size:14px;border-left:1px solid #e2dfe0;border-right:1px solid #e2dfe0;}
.allConsTil a {float:right;margin-right:10px; display:block; text-transform:uppercase; font-size:12px; font-family:"Arial", "WenQuanYi Micro Hei", sans-serif;}
.allConsTil strong{
	float:left;
	display:block;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	background:#fff;
	color:#3e3d3d;
	font-weight:bold;
	height:33px;
	line-height:32px;
	margin-left:0px;
	font-size:15px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #0b87ce;
	border-right-color: #e2dfe0;
}
.allConsCon{border:1px solid #e2dfe0;border-top:none;padding:10px 20px; overflow:hidden;}
.allConsCon .liu_y {margin-top:10px;}
.allConsCon .liu_y li {line-height:36px;clear:both;}
.allConsCon .liu_y li em {font-style:normal;float:left;width:40px;text-align:left;font-size:12px;padding-left:12px;} 
.allConsCon .liu_y li span {float:left;}
.allConsCon .liu_y li span input {width:290px;height:26px;border:1px solid #e4e4e4;line-height:26px;float:left;}
.allConsCon .liu_y li span textarea {width:380px;height:150px;border:1px solid #e4e4e4;float:left;margin-bottom:10px;}
.allConsCon .liu_y li span select{margin-right:10px;width:120px;}
.allConsCon .liu_y li span img {float:left;margin-left:10px;}
.allConsCon .liu_y li .btnun {width:120px;height:30px;background:#033770; float:left; outline:none; border:none;display:block;text-align:center;line-height:30px;font-weight:bold;color:#fff;font-size:14px; border-radius:2px;}
.corXM h2 {font-size:25px;font-weight:normal;font-family:"微软雅黑";margin-bottom:10px;color:#333; line-height:35px;}
.corXM p{font-size:12px;color:#d92b49;}
.corXM{width:400px;float:right; }
.corXM ul li {
	line-height:25px;
	clear:both;
	padding:6px 0px;
}
.corXM ul li label{float:left;color:#999;width:70px;text-align:right;}
.corXM ul li span {float:left;color:#666;display:block;width:310px;}
.corXHead {
	border-bottom: 1px solid #eee;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-bottom: 10px;
}
.corXMBot{padding-top:18px; clear:both; overflow:hidden;}
.mfyysx{width:125px;height:38px;float:left;margin-right:12px;margin-top:10px;}
.mfyysx a{width:125px;height:38px;background:#033770; line-height:38px;display:block;text-align:center; font-size:14px;font-family:"微软雅黑";color:#fff;margin-bottom:10px; border-radius:5px;}
.ljcxls{
	width:125px;
	height:38px;
	float:left;
	margin-bottom:10px;
	margin-top: 5px;
}
.ljcxls a{width:125px;height:38px; border-radius:5px; background:#e3d1a1;line-height:38px;display:block;text-align:center;font-size:14px;font-family:"微软雅黑";color:#fff;}
.kcTel{margin-left:13px;line-height:22px;padding-top:5px;margin-top:3px;}
.kcTelL{
	float:left;
	margin-left:20px;
	padding-left:60px;
	background-image: url(../images/xbg.png);
	background-repeat: no-repeat;
	background-position: left -78px;
}
.kcTelL p {clear:both;color:#666;}
.kcTelL p strong{font-size:19px;font-weight:700; color:#333;}


.v_focus_box{
	border:1px solid #e4e4e4;
	overflow:hidden;
    padding:10px;
}
.v_focus {
    float:left;
	width:450px;
}
.v_focus .focus_img{
	width:450px;
}
.v_focus .zoom_pic{width:22px;height:22px;background:url(../images/fdj.gif) no-repeat;position:absolute;z-index:5;right:0;top:328px;}
.v_focus .focus_picList li{
	width:70px;
	display:inline;
	float:left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.v_focus .focus_picList li img{
	width:70px;
	display:inline;
	float:left;
	border: 1px solid #dedede;
	height:57px;
    cursor:pointer;
}
.v_focus .focus_picList li img:hover{
	display:inline;
	float:left;
	border: 1px solid #D2A457;
}
.v_focus .focus_btn_prev,.focus_btn_next{
	width:0px;
	height:0px;
	margin-top:20px;
	cursor:pointer;
	float:left;
	background-image: url(../images/btn_w10.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.v_focus .focus_btn_next {
	background-image: url(../images/btn_w10.gif);
	background-repeat: no-repeat;
	background-position: 0 -47px;
}

.mainfenx{
	padding-left:10px;
	padding-right:5px;
	line-height: 25px;
}
.lunhuan{
	width:720px;
	margin-top:20px;
	margin-bottom:10px;
}

.zixun {
	padding-right: 10px;
	height: 35px;
	width: 137px;
	padding-top: 4px;
}



/*留言 地图*/
.abt_bny { padding: 10px 20px; overflow: hidden; padding-bottom: 30px;  margin-bottom:20px;}
.abt_bny .liu_y { margin-top: 10px; }
.abt_bny .liu_y li { line-height: 36px; clear: both; }
.abt_bny .liu_y li em { font-style: normal; float: left; width: 120px; text-align: right; font-size: 12px; padding-right: 12px; }
.abt_bny .liu_y li span { float: left; }
.abt_bny .liu_y li span input { width: 280px; height: 26px; border: 1px solid #e4e4e4; line-height: 26px; float: left; outline: none; padding-left: 10px; font-family: "Microsoft YaHei", "Arial", "WenQuanYi Micro Hei", sans-serif;}
.abt_bny .liu_y li span input:hover,
.abt_bny .liu_y li span textarea:hover { border: 1px solid #ce0001; }
.abt_bny .liu_y li span textarea { width: 370px; height: 150px; border: 1px solid #e4e4e4; float: left; margin-bottom: 10px; outline: none; padding-left: 10px; }
.abt_bny .liu_y li span select { margin-right: 10px; width: 120px; }
.abt_bny .liu_y li span img { float: left; margin-left: 10px; }
.abt_bny .liu_y li .btnun {font-family: "Microsoft YaHei", "Arial", "WenQuanYi Micro Hei", sans-serif; background: #ff6915; float: left; border: 0px none; outline: none; width: 116px; height: 33px; color: #FFFFFF; font-size: 16px; }
.abt_bny .liu_y li .reset {font-family: "Microsoft YaHei", "Arial", "WenQuanYi Micro Hei", sans-serif; background: #919294; border: 0px none; outline: none; width: 116px; height: 33px; color: #FFFFFF; font-size: 16px; }

.wite{ font-size:14px; height:30px; line-height:30px; margin-bottom:10px;}
.sy_l{ color:#666;}
.map{ overflow:hidden; margin-bottom:20px;}
.map_l{line-height: 30px; padding-bottom:10px; font-size:15px;}
.map_l a{ color:#666;}
.map_t{ border: solid 1px #E0E0E0; padding:5px 0px; overflow:hidden;}
.map_t ul{padding: 0 15px; }
.map_t ul li{  float: left; line-height: 25px; padding-right:30px;}
.map_t ul li a{ color:#666;}

.pages {
    clear: both;
    margin: 20px;
    text-align: center;
}
.pages li {
    display: inline-block;
}
.pages a {
    border: 1px solid #ccc;
    padding: 0 5px;
}
.pages span {
    background: #ccc none repeat scroll 0 0;
    border: 1px solid #ccc;
    padding: 0 5px;
}
