﻿@charset "utf-8";
/*

*/
 
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input
{margin:0;padding:0;}
body,input,textarea{font-size:14px;color:#d5d5d5; font-family: '微软雅黑';}
img{border:none;}
ul,ol,li,a{list-style:none;text-decoration: none;}
input,select,textarea{outline:; border:; background:#FFF;}
textarea{resize:none;}
 
/*清浮动*/
.clearfix:after{content:"";display:block;clear:both; }
.clearfix{zoom:1;}
 
/*公共部分*/
.fl{ float: left; } /*左浮动*/
.fr{ float: right;} /*右浮动*/
.c { clear: both; } /*清浮动*/
.dn{ display: none; } /*不显示*/

/* ------------------------------------------index----------------------------------- */

/* 头部 */
/* 顶部样式 */
.top{width:1200px;height: 100px;margin: 0 auto;min-width: 1200px;}
.logo {float: left;border: 0;}

/* 顶部样式 end*/

/* 顶部样式 */
.header{width: 100%;background:#1b1b1d;position: fixed;height: 100px;z-index: 5;display: block;min-width: 1200px;margin:0 auto}
.h_top_c{
	width: 100%;
	height: 45px;
	background-color: #000000;
}
.h_top,.h_mid{
	width: 1000px;
	margin:0 auto;
	position: relative;
}
.h_top div{
	float: left;
	height: 45px;
	line-height: 45px;
	padding-left: 45px;
	font-size: 16px;
	color:#fff;
	background: url(../images/0013920_45.png) no-repeat left 10px;
}
.h_top span{
	position: absolute;
	top: 12px;
	right: 0;
	color:#ffd200;
	font-size: 16px;
}
/* 顶部样式 end*/

/* logo search */
.h_mid_c{
	width: 100%;
	height: 97px;
	background-color: #23201d;
	position: relative;
	z-index: 99;
}


.search{
	float: right;
/* 	width: 294px; */
	margin-top: 12px;
	margin-right: 42px;
}
.s_c{
/* 	width: 243px; */
	height: 35px;
	float: left;
/* 	border:1px solid #220630; */
	position: relative;
	z-index: 10;
}
.search_text{
	width: 242px;
	height: 32px;
	line-height: 32px;
	background-color: #fff;
	text-indent: 6px;
	color:#707070;
	float: left;
	border:1px solid #d4d4d4;
	margin-right: 3px;
	font-family: "宋体";
}
.drop_down{
	float: left;
	width: 73px;
	height: 35px;
	line-height: 35px;
	color:#39114e;
	padding-left: 10px;
	background:url(../images/drop_down_icon_03.png) no-repeat 90% center;
	cursor: pointer;
}
.drop_down:hover{
	color:#763696;
}
.dd_list{
	width: 83px;
	position: absolute;
	top: 35px;
	right: 0;
	z-index: 9;
	background-color: #efe6f3;
}
.dd_list span{
	display: inline-block;
	width: 73px;
	padding-left: 10px;
	height: 35px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height: 35px;
	color:#39114e;
	cursor: pointer;
}
.dd_list span:hover{
	color:#763696;
}
.current_dd_span{
	color:#fff!important;
	background-color: #220630;
}
.search_submit{
	width: 34px;
	height: 34px;
	float: left;
	background: #23201d url(../images/0013920_45.png) no-repeat 5px -92px;
	cursor: pointer;
	border-radius: 4px;
}
.search_submit:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.h_mid_news{
	height: 60px;
	background-color: #eeeeee
}
.h_mid_news_c{
	width: 1000px;
	height: 60px;
	margin:0 auto;
	background: url(../images/0013992_17.jpg) no-repeat right 34px;
}
.h_mid_news_c_nn{
	width: 300px;
	height: 60px;
	line-height: 60px;
	color:#1a1d22;
	font-size: 12px;
	font-family: "宋体";
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background: url(../images/0013992_11.jpg) no-repeat left 10px;
	padding-left: 34px;
}
/* logo search end*/

/* 头部 end*/

/* nav */
.nav_c{padding:30px;}
.nav{height: 70px;position: relative;z-index: 1;float: right}
.nav ul li{
	float: left;
	width: 90px;
	height: 75px;
	text-align: center;
/* 	position: relative; */
/* 	z-index:8; */
}
.nav ul li a{
/* 	width: 100%; */
	font-size: 16px;
	height:70px;
	line-height: 75px;
	color:#a8a8a8;
	display: block;
	border-top: 1px solid #812174;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	transition: color 0.5s;
}
.nav ul li a:first-child{
	border-top: 0;
}
.nav ul li a:hover{
	color:#fff;
}
.nav ul li.on a{
	color:#fff;
}
.nav_dd{
 	width: 1015px; 
	height: 32px;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 7;
	background:#23201d;
	overflow: hidden;
}
.nav_dd a{
	display: inline-block!important;
	width:auto;
	height: 20px!important;
	line-height: 20px !important;
	margin-top: 6px!important;
	border-top: 0!important;
	margin:0 10px;
	color:#bababa!important;
	border-right: 1px solid #bababa;
	padding-right: 25px;
}
.nav_dd a:hover{
	color:#fff!important;
}
.nav_dd a:last-child{
	border-right: 0;
}
/* nav end*/

/* banner */
.banner{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
/* .banner img{
	display:block;
} */
/* banner end*/

/* icon_nav */
.icon_nav_c{
	width:1200px;
	height: 780px;
	margin: 0 auto;
}
.icon_nav{
	width:273px;float: left
}
.tel_1 li{line-height:30px;color: #1b1b1d}
.icon_nav_title{
	width: 118px;
	height: 118px;
	background-color: #632781;
}
.icon_nav_title{
	float: left;
	margin-top: 24px;
}
.icon_nav_title:hover{
	opacity: 0.95;
	filter: alpha(opacity=95);
}
.icon_nav_title a h2{
	width: 60px;
	height: 63px;
	line-height: 32px;
	margin:0 auto;
	padding-top: 10px;
	font-size: 30px;
	color:#f1a4f0;
	font-weight: normal;
}
.icon_nav_title a span{
	display: block;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color:#79369a;
	background-color: #4b1865;
	font-size: 18px;
	font-weight: bold;
	margin-top: 12px;
}
.icon_nav_list{
	float: left;
	margin-left: 10px;
	margin-top: 30px;
}
.icon_nav_list ul li{
	float: left;
	width: 70px;
	margin:0 8px;
	text-align: center;
}
.icon_nav_list ul li a span{
	display: block;
	margin-top: 10px;
	font-size: 16px;
	color:#390f4e;
}
.icon_nav_list ul li img{
	border-radius: 5px;
}
.icon_nav_list ul li:hover img{
	-webkit-box-shadow: 0 2px 2px #531272;
	box-shadow: 0 2px 2px #531272;
}

/* main */
.main_c{width:100%;background-color: #1f1f1f;min-width: 1200px;margin: 0 auto}

/* common */
.common{
	width: 1000px;
	margin:0 auto;
	margin-top: 10px;
}
.common_title{
	position: relative;
	height: 45px;
	margin-bottom: 15px;
	border-bottom: 2px solid #d6bae4;
}
.common_title h2{
	width: 100px;
	padding-left: 36px;
	padding-bottom: 6px;
	position: absolute;
	left: 0;
	top: 10px;
	border-bottom: 2px solid #8241a3;
	font-size: 22px;
	font-weight: normal;
	color:#632781;
	text-align: center;
}
.common_title a{
	display: inline-block;
	width: 70px;
	height: 26px;
	line-height: 26px;
	position: absolute;
	top: 10px;
	right: 9px;
	text-align: center;
	color:#f1a4f0;
	background-color: #632781;
}
.common_title a:hover{
	opacity: 0.95;
	filter: alpha(opacity=95);
}

/* 22222222222 */
.c_title{ height:40px;background: url(../images/bt_bg.jpg) center;line-height:40px;}
.c_title h2{font-size:21px;color:#000000;float: left;font-family:"思源黑体 Bold";}
.c_title span{font-size:14px;color:#f08300;padding-left:10px}
/* common */

/* 优惠 */
.youhui_banner{
	width: 336px;
	float: left;
}
.big_pic{
	width: 323px;
	height: 309px;
	border:2px solid #c4a7d2;
	overflow: hidden;
}
.big_pic img{
	width: 323px;
	height: 309px;
}
.small_pic{
	margin-top: 8px;
}
.small_pic a{
	float: left;
	display: inline-block;
	width: 71px;
	height: 70px;
	border:2px solid #c7abd4;
	margin-right: 9px;
}
.small_pic a img{
	width: 71px;
	height: 70px;
}
.current_small_pic_a{
	border:2px solid #632781!important;
}

.youhui_content{
	float: left;
	width: 651px;
	margin-left: 13px;
}
.youhui_content .common_title h2{
	background: url(../images/0013920_43.png) no-repeat;
}

.youhui_content_c h2{
	width: 100%;
	color:#632781;
	font-size: 20px;
	text-decoration: underline;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.youhui_content_c h2:hover{
	color:#9549bb;
}
.youhui_p{
	height: 77px;
	line-height: 25px;
	overflow: hidden;
	margin-top: 11px;
	color:#866e92;
}
.youhui_s{
	margin-top: 18px;
}
.youhui_s span{
	display: inline-block;
	padding:0 9px;
	color:#dd0000;
	font-size: 16px;
	border:1px solid #dd0000;
	margin-right: 5px;
}
.youhui_s i{
	display: inline-block;
	padding:0 9px;
	color:#603774;
	font-size: 16px;
	border:1px solid #603774;
	font-weight: normal;
	text-decoration: line-through;
}
.youhui_content_list{
/* 	height: 152px; */
	background-color: #dec6ea;
	padding:17px 15px;
	margin-top: 23px;
}
.youhui_content_list ul li{
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.youhui_content_list ul li a{
	display: inline-block;
	width: 100%;
	color:#632781;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.youhui_content_list ul li a:hover{
	text-decoration: underline;
}

/* 优惠 end*/

/* 专家团队 */
.zhuanjia .common_title h2{
	background: url(../images/0013920_43.png) no-repeat left -121px;
}
.zhuanjia_list ul li{
	float: left;
	width: 241px;
	height: 316px;
	border: 2px solid #d6bae4;
}
.zhuanjia_list ul li:hover{
	border: 2px solid #632781;
}
.zhuanjia_pic img{
	width: 241px;
	height: 184px;
}

.zhuanjia_c{
	padding:11px 8px;
}
.zhuanjia_c h2{
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	color:#390f4e;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.zhuanjia_c div{
	width: 100%;
	height: 36px;
	overflow: hidden;
	color:#684f74;
	margin-top: 5px;
	margin-bottom: 9px;
}
.zhuanjia_c span{
	display: inline-block;
	width:73px;
	padding-left: 36px;
	height: 35px;
	line-height: 35px;
	background: #632781 url(../images/0001392_time_09.png) no-repeat 9px center;
	border-radius: 5px;
/* 	text-align: center; */
	color:#dec6ea;
	font-size: 16px;
	margin-right: 2px;
}
.zhuanjia_c span:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.zhuanjia_c strong{
	display: inline-block;
	width:109px;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
 	text-align: center; 
	color:#dec6ea;
	background-color: #a73998;
	font-size: 16px;
	font-weight: normal;
}
.zhuanjia_c strong:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);
}
/* 专家团队 */

/* 特色技术 */
.tese .common_title h2{
	background: url(../images/0013920_43.png) no-repeat left -240px;
}
.tese_content_p{
	width: 730px;
	height: 210px;
	line-height: 26px;
	overflow: hidden;
	color:#612d7b;
}
.tese_content_pic img{
	width: 237px;
	height: 214px;
}
/* 特色技术end */

/* 案例展示 */
.anli .common_title h2{
	background: url(../images/0013920_43.png) no-repeat left -356px;
}

.anli_content ul li{
	width: 213px;
	height: 161px;
	float: left;
	overflow: hidden;
	position: relative;
}
.anli_zz{
	width: 81%;
	height: 80%;
	padding:10%;
	position: absolute;
	top: 100%;
	left: 0;
	background:url(../images/nav_li_bg_07.png);
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
}
.anli_zz a{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.anli_zz span{
	display: block;
	color:#cfb4db;
	margin-bottom: 10px;
}

/* 案例展示 end*/

/* 媒体报道 */
.meiti{
	width: 476px;
	float: left;
}
.meiti .common_title h2{
	background: url(../images/0013920_43.png) no-repeat left -473px;
}
.youhui_p_new{
	height: 50px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c6b3d0;
}
.youhui_p_new p{
	height: 50px;
	overflow: hidden;
}
.meiti_list{
	margin-top: 10px;
}
.meiti_list ul li{
	width: 100%;
	height: 27px;
	line-height: 27px;
}
.meiti_list ul li a {
	display: inline-block;
	width: 100%;
	color: #632781;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.meiti_list ul li a:hover{
	text-decoration: underline;
}
/* 媒体报道 end*/
/* 科室简介 */
.keshi{
	width: 486px;
	float: right;
}
.keshi .common_title h2{
	background: url(../images/0013920_43.png) no-repeat left -590px;
}
.keshi_content{
	height: 210px;
	line-height: 26px;
	overflow: hidden;
	color:#612d7b;
}
/* 科室简介 end*/

/* 医院环境 */
.huanjing{
	width: 632px;
	padding:6px;
	float: left;
	border:1px solid #a869c7;
}
.huanjing .common_title h2{
	background: url(../images/0013920_43.png) no-repeat left -706px;
}

.huanjing_content{
	padding:0 10px;
}
.huanjing_content_pic img{
	width: 295px;
	height: 221px;
	margin-right: 8px;
}
.huanjing_content_pic img:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.huanjing_content_p h2{
	font-size: 18px;
	font-weight: normal;
	color:#632781;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.huanjing_content_p span{
	display: inline-block;
	width: 100%;
	color:#632781;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.huanjing_content_p strong{
	display: inline-block;
	width: 95px;
	height: 26px;
	line-height: 26px;
	color:#f1a4f0;
	text-align: center;
	background-color: #632781;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
}
.huanjing_content_p strong:hover{
	opacity: 0.95;
	filter: alpha(opacity=95);
}
/* 医院环境 end*/

/* 荣誉资质 */
.rongyu{
	width: 313px;
	padding:0 10px;
	padding-top: 6px;
	padding-bottom: 10px;
	float: right;
	border:1px solid #a869c7;
}
.rongyu_content_pic a img:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);
}
/* 荣誉资质 end*/

/* 友情链接 */
.links{
	color:#000000;
	width: 1000px;
	margin:12px auto;
	font-family: "宋体";
	font-size: 12px;
}
.links a{
	display: inline-block;
	padding-right: 15px;
	color:#000000;
	margin-bottom: 7px;
}
.links a:hover{
	color:#f08300;
}
/* 友情链接 end*/

.bottom_c{
	width: 100%;
	background-color: #000000;
	padding:40px 0;
}
.bottom_nav{
	width: 1000px;
	margin:0 auto;
}

.bottom_content{
	width: 644px;
	float: left;
	padding:3px 0;
	border-right: 1px solid #171717;
}
.bottom_content ul li{
	float: left;
	width: 115px;
	color:#676767;
	margin-right: 45px;
}
.bottom_content ul li h2{
	padding:10px 0;
	padding-left: 40px;
	font-size: 16px;
}
.gy{
	background: url(../images/0013920_45.png) no-repeat left -198px;
}
.zx{
	background: url(../images/0013920_45.png) no-repeat left -329px;
}
.xg{
	background: url(../images/0013920_45.png) no-repeat left -456px;
}
.jg{
	background: url(../images/0013920_45.png) no-repeat left -584px;
}
.bottom_content ul li a{
	color:#676767;
	display: block;
	padding-left: 40px;
	margin-bottom: 13px;
}
.bottom_content ul li a:hover{
	color:#9a9a9a;
}

.QR{
	width: 330px;
	float: right;
	margin-top: 10px;
}
.QR div{
	float: left;
	margin-left: 15px;
	margin-top: 40px;
}
.QR div span{
	display: block;
}
.QR img{
	float: left;
	margin-left: 25px;
}


.footer_c{width: 100%;height: 113px;background-color: #ffffff;}
.footer{width: 1200px;margin:0 auto;}
.f_pic{
	width: 257px;
	height: 114px;
	text-align: right;
	float: left;
}
.f_pic img{
	margin-top: 37px;
}
.f_content{float: left;line-height: 27px;color:#535353;margin-top:35px;overflow: hidden;font-size: 12px;font-family: "宋体";text-align: center;width: 1200px}
.f_content a{
	color:#535353;
}
.f_content a:hover{
	color:#f08300;
}

.side_nav{
	position: fixed;
	top: 50%;
	right: 0;
  	width: 60px;
}
.side_nav ul li{
	position: relative;
	width: 60px;
	height: 60px;
  	float: right; 
  	margin-bottom: 1px;
  	/* border-bottom: 1px solid #fff; */
}
.side_nav ul li a{
	display:inline-block;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
/* 	border-bottom: 1px solid #fff; */
}
/* .side_nav ul li:last-child,.side_nav ul li:last-child a{
	border-bottom: 0;
} */
.current_side_n{
	width: 140px!important;
}
.current_side_n a{
	width: 140px!important;
}
/* .current_side_n span{

} */
.side_nav ul li span{
/*  	display:block; */
  	float: left;
	color:#fff;
	line-height: 60px;
	font-size: 16px;
 	margin-left: 60px;
 	cursor: pointer;
}
.side_nav_3 a{
	width: 60px;
}
.side_nav_3 a span{
	height: 148px;
	position: absolute;
	right: 60px;
	bottom: 0;
	margin-left: 0!important;
	display: none;
}

.tel a{
	background: #f08300 url(../images/0013920_47.png) no-repeat 15px 15px;
}
.QQ a{
	background: #f08300 url(../images/0013920_47.png) no-repeat 15px -96px;
}
.sub_QR a{
	background: #f08300 url(../images/0013920_47.png) no-repeat 15px -207px;
}
.back_top a{
	background: #f08300 url(../images/0013920_47.png) no-repeat 15px -317px;
}


/* ------------------------------------------index end----------------------------------- */

/* ------------------------------------------subpage------------------------------------- */

/* 公共 */
.sub_common{
	margin-bottom: 13px;
}
.sub_common_padding{
/* 	padding:0 15px; */
/* 	padding-bottom: 7px; */
	padding-top: 5px;
	color:#d6d6d6;
	font-family: "宋体";
	font-size: 12px;
}
.sub_common_padding a{
	color:#390f4e;
}
.sub_common_title{
	width: 100%;
	height: 63px;
	line-height: 63px;
	background-color: #632781
}
.sub_common_title h2{
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	color:#efe6f3;
	background: url(../images/sub_common_title_bg_03.png) no-repeat center center;
}

.content_com_title{
	position: relative;
	height: 45px;
	margin-bottom: 15px;
    border-bottom: 1px  dashed #d5d5d5;
	-webkit-background-size: 565px;
	background-size: 565px;
	padding-bottom: 10px;
}
.content_com_title h2{
	display: inline-block;
	padding-bottom: 6px;
	position: absolute;
	left: 0;
	top: 10px;
/* 	border-bottom: 2px solid #8241a3; */
	font-size: 22px;
	font-weight: bold;
	color:#f08300;
	text-align: left;
}
.bread{
	color:#ffffff;
	position: absolute;
	top: 30px;
	right: 9px;
}
.bread a{
	display: inline-block;
	color:#ffffff;
/* 	height: 26px;
line-height: 26px; */
}



/* 左侧 */
.sp_left{
	width: 225px;
	float: left;
	margin-top: 15px;
}
/* left_nav */
.sub_nav_list{
	overflow: hidden;
}
.sub_nav_list ul li{
	width: 195px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 9px;
	overflow: hidden;
}
.sub_nav_list ul li a{
	display: block;
	height: 33px;
	padding-left: 40px;
	border-radius: 20px;
	border:1px solid #7e5195;
}
.sub_nav_list ul li a:hover{
	background-color: #cd9ae6;
	border:1px solid #cd9ae6;

}
.current_snl a{
	color:#d6bae4!important;
	border:1px solid #632781!important;
	background-color: #632781!important;
}
/* left_nav */

/* 优惠模块 */
.syl_pic img{
	width: 240px;
	height: 138px;
}
.syl_list ul li{
	width: 100%;
	height: 25px;
	line-height: 25px;
	margin-bottom: 7px;
}
.syl_list ul li a{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color:#d6d6d6;
}
.syl_list ul li a:hover{
	color:#f08300;
	text-decoration: underline;
}
/* 优惠模块 end*/

/* 左侧联系我们 */
.sub_content_list{
	padding-bottom: 15px;
	line-height: 27px;
}
.sub_content  .cc_common_title span{
	font-family: "Impact"!important;
}
/* 左侧联系我们 end*/
/* 左侧  end*/

/* 右侧内容 */
.sp_content{
	width: 758px;
	float: right;
	margin-top: 15px;
}
.content{
	min-height: 672px;
	_height:expression(this.scrollHeight < 672 ? "672px" : "auto");
}
.content a{color:#d5d5d5}
.content a:hover{color:#f08300}

/* ------------------------------------------subpage end------------------------------------- */


.select{
	float:left;
	width:92px;
	height: 32px;
	line-height: 32px;
	border:0;
	background: #fff!important;
	border:1px solid #d4d4d4;
	margin-right: 5px;
/* background:url(../images/select.jpg) right center no-repeat #000; */
}
select{font-family: "微软雅黑";}
.select select{
	width: 96%;
	padding:0 2%;
}


/* 产品导航 */
.c_title_nav{
	margin-top:20px;background: url(../images/fl_bg.jpg)no-repeat; height: 346px;
}
.c_title_nav h3{height:87px; color: #FFFFFF; line-height: 87px;padding-left:43px; font-family: "思源黑体 Bold";font-size:20px;}
.c_title_nav li{border-bottom: 1px dashed #7a7a7a; width: 250px;margin: 0 auto}
.c_title_nav a{
	display:block;
	height: 32px;
	line-height: 32px;
	color:#ffffff;
}
.c_title_nav a:hover{color:#f08300;transition: color 0.5s; }

.pro_cc_c{
	width:890px;
	height:450px;
	float: right
}
.pro_cc_c ul{margin-top:20px}
.pro_cc_c ul li{margin: 0 15px 15px 15px;width:265px; float:left; text-align:center; height:auto; list-style:none;    overflow: hidden;}
.pro_cc_c a{ color:#616161}
.picScroll-left{ width:1000px; position:relative;}
.picScroll-left .hd{
	width: 92px; 
	overflow:hidden;  
	height:30px; 
	position: absolute;
	top: -39px;
	left: 50%;
	margin-left: -46px; 
	text-align: center;
}
.pro_img{float: left;overflow: hidden;width:263px;height:auto;margin-right: 15px;border: 1px solid #b5b5b5}
.pro_img:hover{border: 1px solid #f08300}
.pro_img:hover img {transform: scale(1.1);transition: 500ms;}
.picScroll-left .hd .prev,.picScroll-left .hd .next{ 
	display:block;  
	width:26px; 
	height:26px;
	float: right; 
	cursor:pointer; 
	background: #23201d url(../images/0013922_07.png) no-repeat 8px center;
	border-radius: 4px;
	margin:0 10px;
}
.picScroll-left .hd a:hover{
	background-color: #f08300
}
.picScroll-left .hd .next{ background-position: -31px center;  }
.picScroll-left .hd .prevStop{ background-position:-60px 0; }
.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icocircle.gif") 0 -9px no-repeat; }
.picScroll-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .bd{ padding:10px;  margin-top: 25px;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 15px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center;-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s; }
.picScroll-left .bd ul li .pic img{ 
	width:288px; height:214px; 
	display:block;  padding:5px; 
	border:1px solid #e0e0e0; background-color: #efefef;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.picScroll-left .bd ul li .title{ 
	height: 29px;
	line-height:29px;  
	background-color: #045dff;
	color:#fff;
	text-align: center;
	margin-top: 6px;
}
.picScroll-left .bd ul li .pic img:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.picScroll-left .bd ul li .pic:hover{
	-webkit-box-shadow: 0 2px 4px #666;
	box-shadow: 0 2px 4px #666;
}
.picScroll-left .bd ul li .title a{
	color:#fff;
}
.about_us_aa{height:510px;background:#1f1f1f;margin-top:50px;border-bottom: 1px #2c2c2e solid;width: 100%;min-width: 1200px;margin: 0 auto}
.about_us_aa_cc{
	width: 1200px;
	margin:0 auto;
	overflow: hidden;
}
.au_logo h3{text-align: center;margin-top:25px;font-family: "思源黑体 Bold";font-size:36px;color: #FFFFFF}
.f-cb {zoom: 1;}
.lst li {padding: 20px 0;height: 145px;width: 50%; float: left;}
.lst li .left {float: left;overflow: hidden;width: 206px;height: 140px;margin-right: 15px;}
.lst li .left img {display: block;width: 100%;height: 100%;transition: 500ms;}
.lst li .right {float: left;width: 362px;padding-right: 8px;position: relative;}
.lst li .right .h2 {color: #fff;font-size: 18px;line-height: 30px; padding-bottom: 3px;padding-top: 5px;width: 100%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;height: 30px;}
.lst li .right .h2 a {color: #FFF;}
.ldt-lst .lst li .right .p1 {color: #979797;font-size: 14px;line-height: 20px;height: 60px;overflow: hidden;margin-bottom: 8px;}
.lst li .left:hover img {transform: scale(1.1);}



.au_logo img{
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.au_logo img:hover {
	-webkit-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
.au_c{
	width: 720px;
	height: 80px;
	text-align: center;
	color:#fff;
	margin-top: 25px;
	margin-left: 140px;
	overflow: hidden;
	line-height: 28px;
}

.more_btn{
	display: inline-block;
	width: 120px;
	height: 32px;
	background-color: #fff;
	color:#23201d;
	border-radius: 15px;
	text-align: center;
	line-height: 32px;
	margin-top: 25px;
	-webkit-box-shadow: 0 3px 3px #23201d;
	box-shadow: 0 3px 3px #23201d;
}
.more_btn:hover{
	color:#fff;
	background-color:rgb(255, 0, 0);
}
.case_index{background: #1f1f1f;height: 387px;width: 100%;min-width: 1200px;margin: 0 auto}
.case_title_index{text-align: center;color: #FFFFFF;padding-top: 20px}
.case_title_index h3{font-size:36px;font-family: "思源黑体 Bold";}
.case_title_index span{color:#f08300;}
.case_index_c{
	width: 1200px;
	margin:0 auto;
}
.case_show{margin-bottom: 43px;margin-top: 30px}
.case_show div img{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.case_show div:hover img{
	-webkit-box-shadow: 0 4px 4px #666;
	box-shadow: 0 4px 4px #666;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.case_more{
	width: 187px;
	height: 144px;
	background: #f08300 url(../images/001394_14.jpg) no-repeat 27px 19px;
	padding:19px 27px;
	margin-bottom: 4px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.case_more:hover{
	-webkit-box-shadow: 0 4px 4px #666;
	box-shadow: 0 4px 4px #666;
}
.case_more span{
	display: block;
	font-size: 20px;
	color:#fff;
	font-weight: bold;
	margin-top: 64px;
}
.case_more a{
	display: inline-block;
	width: 109px;
	height: 36px;
	line-height: 36px;
	color:#fff;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 5px;
	margin-top: 15px;
}
.case_more a:hover{
	background-color: #fff;
	color:#f08300;
	font-weight: bold;
}
.bg_pic {
	margin-right: 4px;
	margin-left: 10px;
}
.right_pic{
	margin-right: 10px;
}
.news_index{
	background-color: #ebebeb;
	height: 290px;
	border-bottom: 1px solid #d9d9d9;
	padding:40px 0;
}
.news_index_cc{
	width: 1000px;
	margin:0 auto;
}
.cc_common_title{
	position: relative;
}
.cc_common_title h2{
	color:#f08300;
	font-size: 24px;
}
.cc_common_title span{
	display: inline-block;
	color:#ffffff;
	font-size: 28px;
/* 	margin-top: -3px; */
	font-family: "Arial";
}
.cc_common_title a{
	position: absolute;
	right: 0;
	bottom: 7px;
	display: inline-block;
	background-color: #23201d;
	color:#fff;
	padding:2px 5px;
}
.l_news_content{
	width:450px;
}
.r_news_content{
	width:350px;}
.nic_t{
	margin-top: 24px;
}
.right_c{
	width: 230px;
	margin-left: 13px;
}
.right_c h2{
	font-size: 14px;
	font-family: "宋体";
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color:#f08300;
}
.right_c h2:hover{
	text-decoration: underline;
}
.right_c span{
	display: inline-block;
	height: 36px;
	line-height: 18px;
	font-family: "宋体";
	overflow: hidden;
	margin-top: 5px;
	font-size: 12px;
	color:#939393;
}

.news_all{
	margin-top: 20px;
}
.news_all ul li{
	font-size: 12px;
	color:#5d5d5d;
	padding:6px 0;
	background: url(../images/00139940_18.png) no-repeat left center;
}
.news_all ul li a{
	display: inline-block;
	width: 257px;
	color:#5d5d5d;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-left: 10px;
	font-family: "宋体";
}
.news_all ul li a:hover{
	color:#f08300;
}
.news_all ul li span{
	float: right;
	font-family: "宋体";
}

/* 本例子css */
.slideBox{ width:189px; height:150px; overflow:hidden; position:relative; border:3px solid #d2d2d2; margin-top: 24px; }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:0; bottom:0; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{color:#b1b1b1; font-size: 12px; float:left; margin-right:2px;  width:16px; height:16px; line-height:16px; text-align:center; background-color: rgba(0,0,0,0.6); cursor:pointer; }
.slideBox .hd ul li.on{ background:#ea6415; color:#fff; width: 26px;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:189px; height:150px; display:block;  }

.news_all_new{
	margin-left: 18px;
}

.bb_nav{
	height: 45px;
	background-color:#f08300;
	position: relative;
}
.bb_nav_c{
	width: 1050px;
	margin:0 auto;
}
.bb_nav ul li{
	width: 100px;
	float: left;
	text-align: center;
}
.bb_nav ul li a{
	display: inline-block;
	width: 80px;
	height: 28px;
	line-height: 28px;
	color:#fff;
	margin-top: 9px;
	font-size: 12px;
	font-family: "宋体";
	border-radius: 4px;
}
.bb_nav ul li a:hover{
	background-color: #23201d;
}
.bb_nav_c span{
	display: inline-block;
	width: 42px;
	height: 21px;
	background: url(../images/0013942_22.png) no-repeat center center;
	position: absolute;
	left: 50%;
	margin-left: -21px;
	bottom: -21px
}

.xml_map{
	margin-top: 38px;
	margin-bottom: 15px;
	height: 34px;
	line-height: 34px;
	background: url(../images/00139434_29.jpg) no-repeat left center;
}
.xml_map a{
	color:#a7a7a7;
	font-family: "宋体";
	font-size: 12px;
	padding-left: 46px;
}
.top_contact{
	float: right;
	margin-top: 13px;
}
.top_contact h2{
	color:#000;
	font-size: 22px;
	background: url(../images/001399_03.jpg) no-repeat right center;
	padding-right: 33px;
	text-align: right;
}
.top_contact span{
	display: inline-block;
	font-size: 30px;
	color:#387efd;
/* 	font-weight: bold; */
	font-family: "Impact";
	margin-top: 3px;
}


.slideBox1{
	margin-top:12px;
}
.slideBox1 li{ line-height:30px}

.slideBox1 .bd ul li{ padding:4px 0px;}

.mainCon{ width:740px; float:right; }