﻿/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
@charset "utf-8";
/* 全局 */
* {
	transition: background-color ease .3s;
	-moz-transition: background-color ease .3s;
	-webkit-transition: background-color ease .3s;
	-o-transition: background-color ease .3s
}
html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all
}
/* Style Reset
*/
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: #666666;
	font-family: '微软雅黑';
}
img {
	border: none;
}
ul, ol, li, a {
	list-style: none;
	text-decoration: none;
}
input, select, textarea {
	outline: none;
	border: none;
	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----------------------------------- */

input[placeholder], [placeholder], *[placeholder] {
 color:#a4a4a4 !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
color: #a4a4a4;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #a4a4a4;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #a4a4a4;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #a4a4a4;
}
/* 头部 */

/* 顶部样式 */
.h_top_c {
	width: 100%;
	height: 45px;
	background-color: #000000;
}
.h_top, .h_mid {
	width: 1140px;
	height: 100%;
	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: 120px;
}
.logo {
	margin-top: 10px;
	float: left;
}
.top_right{
margin-top: 10px;
float: right;
}
.search {
	border-radius: 25px;
}
.teli{
	height: 50px;
    text-align: center;
}
.teli i{
	display: block;
	width:35px; 
	height:35px;
	background: url(../images/home_03.png)no-repeat center left ;
	float: left;
}
.teli span{
width: 50px;
height: 50px;
float: left;
display: -webkit-box;
text-align: -webkit-auto;
}
.teli h2{
	line-height: 37px;
	display: -webkit-box;
}
.search div {
	display: block;
	width: 180px;
}
.s_c {
	height: 33px;
	float: left;
	border:1px solid #220630; 
	position: relative;
	z-index: 10;
	background-color: #fff;
}
.search_text {
	width: 242px;
	height: 33px;
	line-height: 33px;
	background-color: transparent;
	text-indent: 15px;
	color: #707070;
	float: left;
}
.drop_down {
	float: left;
	width: 73px;
	height: 37px;
	line-height: 37px;
	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: 60px;
	height: 33px;
	float: left;
	cursor: pointer;
	background: #fff url(../images/0014050_12.png) no-repeat 0 center;
}
.search_submit:hover {
	filter:alpha(opacity=90);  
      -moz-opacity:0.9;  
      -khtml-opacity: 0.9;  
      opacity: 0.9;  
}
.h_mid_news {
	width: 100%;
	height: 93px;
	background: #ededed;
}
.h_mid_news_c {
	width: 1140px;
	margin: 0 auto;
}
.h_mid_news_c_nn {
	width: 300px;
	height: 93px;
	line-height: 93px;
	color: #787878;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background: url(../images/0014050_09.png) no-repeat 17px center;
	padding-left: 63px;
	text-align: left;
}
/* logo search end*/

/* 头部 end*/

/* nav */
.nav_c {
	width: 100%;
	height: 57px;
	position: relative;
	z-index: 8;
 webkit-box-shadow: 0 3px 0;  
 -moz-box-shadow: 0 3px 0;  
  box-shadow: 0 3px 0;  
}
.nav {
	width: 1140px;
	margin: 0 auto;
	height: 50px;
	position: relative;
	z-index: 11;
}
.nav ul li {
	float: left;
	width: 67px;
	height: 50px;
	font-size: 16px;
	text-align: center;
	position: relative;
	z-index: 8;
	font-weight: bold;
	margin-right: 80px;
}
 .nav ul li a:hover{
	color: #ff0000;
} 
.nav ul li:last-child{
	margin-right: inherit;
}
.nav ul li a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #000;
	text-align: center;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.nav_dd {
	width: 110px;
	position: absolute;
	background: #eee;
	top: 50px;
	left: 0;
	z-index: 10;
	text-align: center;
	padding: 7px 0;
	margin-left: -13px;


}
.nav_dd a {
	font-size: 14px;
	color: #000;
}
.nav_dd a:hover {
	color: #ff0000;
}
.nav_dd a:last-child {
	border-right: 0;
}
.zz_nav {
	width: 150px;
	position: absolute;
	top: 50px;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 8;
}
/* nav end*/

/* banner */
.banner {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.atm_banner .hd{ height:20px; overflow:hidden; position:absolute; left:850px; bottom:5px; z-index:1; }
.atm_banner .hd ul{ overflow:hidden; zoom:1; float:left;  }
.atm_banner .hd ul li{ 
	 float:left;
	 margin-right:10px; 
	  width:20px; 
	  height:20px; 
	  line-height:14px;
	  moz-border-radius: 50px;
    -webkit-border-radius: 50px;
     border-radius: 20px; 
     background:#fff;
     color: #fff;
      cursor:pointer; 
  }
.atm_banner .hd ul li.on{
      background:#f00;
       color:red; }
.atm_banner .bd{ position:relative; height:100%; z-index:0;   }

.txtMarquee-left .bd ul li {
	width: 225px!important;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-right: 15px;
}
.txtMarquee-left .bd ul li a {
	width: 225px!important;
	color: #787878;
	font-size: 14px;
}
.about_text {
	width: 477px;
	height: 246px;
	margin-top: 12px;
	padding: 0 9px;
	line-height: 28px;
	text-align: justify;
	overflow: hidden;
}
/* main */
.main_c {
	width: 100%;/* 	background-color: #efe6f3; */
}
.main {
	width: 1140px;
	margin: 0 auto;
	overflow: hidden;
}
/* common */
.common {
	width: 1140px;
	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 {
	 filter:alpha(opacity=95);  
      -moz-opacity:0.95;  
      -khtml-opacity: 0.95;  
      opacity: 0.95;  
}
.c_title_c {
	width: 1140px;
	margin: 0 auto;
}
.c_title_c .c_title {
	padding-bottom: 0!important;
	border-bottom: 0!important;
	margin-bottom: 0 !important;
}
.c_title {
	position: relative;
	margin-top: 30px;
	padding-bottom: 12px;
	margin-bottom: 16px;
}
.c_title i{
	display: block;
	width: 52px;
	height: 5px;
	background: url(../images/home_03.jpg) no-repeat;
}
.c_title h2 {
	font-size: 30px;
	color: #3D3D3D;
	font-weight: bold;
}

.c_title a {
	display: inline-block;
	width: 68px;
	height: 24px;
	line-height: 24px;
	color: #716b97;
	position: absolute;
	top: 3px;
	right: 0;
	text-align: center;
	border: 1px solid #b1b6db;
	border-radius: 4px;
}
.tuijian .c_title a {
	background-color: #fff
}
.c_title span {
	display:block;
	font-size: 18px;
	color: #848587;
	font-family: "Arial";
	padding-left: 3px;
	margin-top: 5px;
	font-weight: normal;
}
/* 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 {
	 filter:alpha(opacity=90);  
      -moz-opacity:0.9;  
      -khtml-opacity: 0.9;  
      opacity: 0.9;  
}
.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 {
	filter:alpha(opacity=90);  
      -moz-opacity:0.9;  
      -khtml-opacity: 0.9;  
      opacity: 0.9;  
}
/* 专家团队 */

/* 特色技术 */
.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;
	filter:alpha(opacity=0);  
      -moz-opacity:0;  
      -khtml-opacity: 0;  
      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 {
	filter:alpha(opacity=90);  
      -moz-opacity:0.9;  
      -khtml-opacity: 0.9;  
      opacity: 0.9;  
}
.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 {
	filter:alpha(opacity=95);  
      -moz-opacity:0.95;  
      -khtml-opacity: 0.95;  
      opacity: 0.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 {
	filter:alpha(opacity=90);  
      -moz-opacity:0.9;  
      -khtml-opacity: 0.9;  
      opacity: 0.9;  
}
/* 荣誉资质 end*/

/* 友情链接 */
.links_cc {
	background:#8d1a0e;
	padding: 1px 0;
}
.links {
	color: #004676;
	width: 1140px;
	margin: 12px auto;
	font-size: 14px;
	text-align: left;
}
.links .links_c {
	width: 1140px;
	float: right;
	color: #eee;
}
.links_c span{
	float: right;
}
.links a {
	display: inline-block;
	color: #b7bbdb;
	margin: 0 9px;
	margin-bottom: 8px;
}
.links a:hover {
	color: #fff;
	text-decoration: underline;
}
/* 友情链接 end*/

.bottom_c {
	width: 100%;
	background-color: #000000;
	padding: 40px 0;
}
.bottom_nav {
	width: 1140px;
	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%;
	padding-top: 20px;
	background: url(../images/foot_01.png) center;
	height: 307px;
}
.footer {
	width: 220px;
	float: right;
	margin: 0 auto;
	overflow: hidden;
}
.f_pic {
	display: inline-block;
	vertical-align: top;
	margin-top: 34px;
	margin-right: 10px;
}
.f_content {
	width: 220px;
	color: #eee;
	line-height: 25px;
	overflow: hidden;
}
.f_content img{
	float: left;
}
.f_content div{
	width: 84px;
	line-height: 20px;
	margin-top: 75px;
    margin-left: 10px;
    float: left;
}

.f_content a {
	color: #6c76c0;
}
.f_content a:hover {
	color: #fff;
	text-decoration: underline;
}
.jiathis_style {
	display: inline-block;
	margin-top: 20px;
	filter:alpha(opacity=70);  
      -moz-opacity:0.7;  
      -khtml-opacity: 0.7;  
      opacity: 0.7;  
	color: #486dd3;
}
/* ------------------------------------------index end----------------------------------- */

/* ------------------------------------------subpage------------------------------------- */

/* 公共 */
.sub_common {
/* margin-bottom: 13px; */
}
.sub_common_padding {
	/* 	padding:0 15px; */
/* 	padding-bottom: 7px; */
	padding: 13px;
	color: #515d6b;
}
.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;
	/* 	border-bottom: 2px solid #d6bae4; *//* 	background:url(../images/00139956_03.jpg) no-repeat left bottom; */
/* 	padding-bottom: 10px; */
}
.content_com_title h2 {
	display: inline-block;
	/* 	padding-bottom: 6px; */
	/* border-bottom: 2px solid #8241a3; */
	width: 180px;
	font-size: 24px;
	color: #000;
}
.content_com_title h2 span{
	display: block;
	color: #ff0000;
	font-size: 14px;
}
.bread {
	color: #000000;
	top: 20px;
}
.bread i{
	display: -webkit-inline-box;
	width: 15px;
	height: 15px;
	background: url(../images/list.png)no-repeat left;
}
.bread a {
	display: inline-block;
	color: #000000;
	padding: 0 8px;
    font-size: 16px;
}
.bread a:last-child{
	color: #ff0000;
}
.bread a:hover {
	color: #db0e34;
}
/* 左侧 */
.sp_left {
	width: 225px;
	float: left;
	margin-top: 15px;
	background-color: #f0f0f0;
	margin-bottom: 13px;
}
/* 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: 30px;
	line-height: 30px;
	margin-bottom: 5px;
}
.syl_list ul li a {
	display: block;
	padding: 0 5px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #595959;
}
.syl_list ul li a:hover {
	color: #fff;
	background-color: #db0e34;
}
/* 优惠模块 end*/

/* 左侧联系我们 */
.sub_content_list {
	padding: 0 17px;
	padding-top: 10px;
	padding-bottom: 15px;
	line-height: 27px;
}
.sub_content_list div {
	margin-bottom: 7px;
}
/* 左侧联系我们 end*/
/* 左侧  end*/

/* 右侧内容 */
.sp_content {
	width: 758px;
	float: right;
	margin-top: 15px;
}
.content {
	min-height: 672px;
	line-height: 28px;
	padding: 0 5px;
 _height:expression(this.scrollHeight < 672 ? "672px" : "auto");
}
.content_i{
	width: 590px;
	height: 191px;
	border: 2px solid #000;
	margin-right: 20px;
}
.content_i img{
	margin-top: 16px;
	float: right;
}
.content_d{
	display: block;
	width: 400px;
	padding:60px 23px 0;
}
.content_d p{
	text-indent: 2rem;
	width: 340px;
}
.content_d  a {
	 width: 170px;
    text-align: center;
    margin-top: 10px;
    float: right;
}
.content_d  a span{
   color: #716b97;
    line-height: 8px;
    text-align: center;
    border: 1px solid #b1b6db;
    border-radius: 4px;
    padding: 10px;
    width: 110px;
    display: block;
}
.content_d  a:hover span{
	background-color: #293485;
	color: #fff;
}
.content_d span a:hover{
	background-color: #293485;
	color: #fff;
}
.content_d  h3{
	margin-bottom: 10px;
	color: #000;
}
.content_ai{
	width: 390px;
	height: 222px;
}
.content_a{
	width: 172px;
	height: 222px;
	float: left;
	background: #000;
	color: #fff;
}
.content_a p{
	padding: 20px;
}
.content_a span{
	display: block;
	text-align: center;
}
.content_a span a{
    color: #716b97;
    text-align: center;
    border: 1px solid #b1b6db;
    border-radius: 4px;
    padding: 5px;
}
.content_ai img{
	width: 218px;
    float: left;
}
#tip b {
	color: #333e8d;
}
/* ------------------------------------------subpage end------------------------------------- */
/*新闻*/
.content_list{
	width: 100%;
	height: 130px;
	border: 1px solid #ccc;
	margin-right: 20px;
	margin-bottom: 10px;
}
.content_list:nth-of-type(3n+0){
	margin-right: 0;
}
.content_list h3{
        color: #ff0000;
}
.content_list img{
	float: left;
	margin: 10px 5px;
	border: 1px solid #eee;
}
.content_list_d{
	width:620px;
	padding: 10px;
	float: right;
}
/*---------end---------*/
/*服务领域*/
.msn-focus { width: 530px; height: 260px; }
  .msn-focus img { width: 265px; height: 215px; display: block;float: left; }
  .msn-focus .hd { font-size: 16px; height:30px;  line-height: 30px; width: 537px; margin-right: -7px;margin: 13px 0; }
  .msn-focus .hd li { float: left; display: inline; float: left; margin: 0 7px 0 0; height: 35px }
  .msn-focus .hd .on { background: url("../images/arrow1.png") no-repeat scroll center bottom }
  .msn-focus .hd .on a { background-color: #38a3db; color: #fff }
  .msn-focus .hd a { height: 30px; background-color: #eee; color: #3D3D3D; float: left; padding: 0 8px }
  .msn-focus .bd { width: 530px; height: 215px; position: relative; overflow: hidden }
  .msn-focus .bd ul { height: 215px; overflow: hidden; position:relative;  font-size: 16px; line-height: 28px }
  .msn-focus .bd li { width: 530px; height: 215px; background-color: #fff; position: relative; float: left;}
  .msn-focus .bd li p {left: 0; bottom: 0; line-height: 25px; height: 200px; width: 235px; padding: 10px;text-indent: 2rem;float: left;background: #000;}
  .msn-focus .bd li p a, .msn-focus .bd li p a:visited { position: relative; color: #fff; margin-left: 20px }
  .msn-focus .bd li p a:hover { color: #ff0000 }
  .msn-focus .prev, .msn-focus .next {width: 29px; height: 64px; opacity: .6; filter: alpha(opacity=60); background:url(../images/slider-arrow.png) no-repeat #eee; margin-left: 10px;background-size: 235px 28px }
  .msn-focus .prev:hover { background:url(../images/slider-arrow.png) no-repeat -104px 0px #38a3db; }
  .msn-focus .next:hover{background:url(../images/slider-arrow.png) no-repeat 14px 0px #38a3db;}
  .msn-focus .prev { left: 0; background-position: -165px 2px; }
  .msn-focus .next { right: 0; background-position: -45px 2px; }
  .msn-focus .bdOn .prev,.msn-focus .bdOn .next{ display:block;  }

  .msn-focus_1 { width: 1140px; height: auto; }
  .msn-focus_1 img { width: 350px; height: 350px; display: block }
  .msn-focus_1 .hd { font-size: 16px; height:400px;  line-height: 30px; width:1140px; margin-right: -7px ;margin: 0 auto;}
  .msn-focus_1 .hd li { float: left; display: inline;  margin: 0 45px 0 0; color: #000;    text-align: center;}
  .msn-focus_1 .hd li:last-child{margin-right: 0}
  .msn-focus_1 .hd .on {background: #ff0000; color: #fff;}
  .msn-focus_1 .bd { width: 1140px; height: auto; margin: 0 auto;}
  .msn-focus_1 .bd ul {position:relative;  font-size: 16px; line-height: 28px }
  .msn-focus_1 .bd li { width: 1180px; padding: 10px;}

/*end*/
.select {
	float: left;
	width: 100px;
	height: 37px;
	line-height: 37px;
	border: 0;/* background:url(../images/select.jpg) right center no-repeat #000; */
}
select {
	font-family: "微软雅黑";
}
.select select {
	width: 96%;
	padding: 0 3%;
	cursor: pointer;
	background-color: transparent;
	overflow: hidden;
	color: #a4a4a4;
	border-right: 1px solid #b7bfe8;
	border-left: 1px solid #b7bfe8;
	font-size: 14px;
}
/* 产品导航 */
.c_title_nav {
	text-align: center;
	margin-top: 10px;
}
.c_title_nav a {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 7px;
	color: #2f2f2f;
	background-color: #d7d7d7;
	border-radius: 4px;
	margin: 0 4px;
}
.c_title_nav a:hover {
	color: #fff;
	background-color: #23201d;
}
.pro_cc {
	background-color: #f4f4f4;
	padding-bottom: 29px;
	margin-top: 17px;
}
.pro_cc_c {
	width: 1140px;
	margin: 0 auto;
	padding-top: 1px;
}
.picScroll-left {
	width: 1140px;
	position: relative;
	margin-top: 20px;
}
.picScroll-left .hd {
	overflow: hidden;
	height: 30px;
	top: 50%;
	left: 0;
	text-align: center;
	float: right;
}
.picScroll-left .hd a{
	background:#444; 
}
.picScroll-left .hd .next {
	margin-right: 10px;
    top: 50%;
    display: block;
    width: 45px;
    height: 30px;
    float: left;
	background: url(../images/slider-arrow.png) -166px 3px  no-repeat #ddd;
	background-size: 235px 25px;
}
.picScroll-left .hd .prev {
    margin-right: 10px;
    top: 50%;
    display: block;
    width: 45px;
    height: 30px;
    float: left;
	background: url(../images/slider-arrow.png) -40px 3px  no-repeat #ddd;
	background-size: 235px 25px;
}

.picScroll-left .prev:hover{background: url(../images/slider-arrow.png) 20px 3px  no-repeat #ff0000;background-size: 235px 25px;}
.picScroll-left .next:hover{ background: url(../images/slider-arrow.png) -105px 3px  no-repeat #ff0000; background-size: 235px 25px;}

/* .picScroll-left .hd a:hover{background-color: #ea7724} */

.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 {
	width: 1140px;
	margin: 0 auto;
}
.picScroll-left .bd .tempWrap{
	margin: 0 auto;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	margin: 0 7px;
	float: left;
	_display: inline;
	color: #eee;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.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: 270px;
	height: 220px;
	display: block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.picScroll-left .bd ul li .pic img:hover {
	filter:alpha(opacity=50);  
      -moz-opacity:0.5;  
      -khtml-opacity: 0.5;  
      opacity: 0.5;  
}
.picScroll-left .bd ul li .title_content {
	margin-left: 15px;
	width: 270px;
	text-align: justify;
	color: #333;
	margin-bottom: 10px;
}
.picScroll-left .bd ul li .title_content h2{
font-size: 16px;
font-weight: normal;

}
.picScroll-left .bd ul li .title_content a {
	color: #ff0000;
	padding: 5px;
	line-height: 32px;
	border: 1px solid #ff0000;
}
.picScroll-left .bd ul li .title_content div{
	line-height: 21px;
	font-size: 13px;
	margin: 10px 0;
}
/* .about_us_aa{
	height: 371px;
} */
.about_us_aa_cc {
	width: 1140px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 16px;
	background: url(../images/common_bg_07.jpg) no-repeat center bottom;
}
.au_logo {
	text-align: center;
	margin-top: 40px;
}
.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;
	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: #ea7724;
}
.case_title_index {
	text-align: center;
	margin: 33px 0;
}
.case_title_index h2 {
	color: #23201d;
	font-size: 24px;
	font-weight: normal;
}
.case_title_index span {
	color: #ea7724;
	font-size: 28px;
}
.case_index_c {
	width: 1140px;
	margin: 0 auto;
}
.case_show {
	margin-bottom: 43px;
}
.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;
	filter:alpha(opacity=90);  
      -moz-opacity:0.9;  
      -khtml-opacity: 0.9;  
      opacity: 0.9;  
}
.case_more {
	width: 187px;
	height: 144px;
	background: #ea7724 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: #ea7724;
	font-weight: bold;
}
.bg_pic {
	margin-right: 4px;
	margin-left: 10px;
}
.right_pic {
	margin-right: 10px;
}
.news_index{
	background: #f2f2f2;
}
.news_index_new {
	margin-top: 30px;
	background-color: #f2f2f2;
}
.news_index_cc {
	width: 1140px;
	margin: 0 auto;
}
.news_index_cc_new {
	background: none;
	padding-bottom: 25px;
}
.cc_common_title {
	position: relative;
}
.cc_common_title h2 {
	color: #636363;
	font-size: 24px;
}
.cc_common_title span {
	display: inline-block;
	color: #10a710;
	font-size: 28px;
	font-family: "Impact";
}
.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: 655px; 
float: left;
background: #fff;
height: 425px;
}
.f_2{
	width: 438px;
	padding-left: 47px;
}
.nic_t {
	margin-top: 12px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #8b8b8b;
	margin-left: 3px;
}
.right_c {
	width: 346px;
	margin-left: 13px;
	text-align: justify;
}
.right_c h2 {
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #f70000;
	font-weight: normal;
}
.right_c h2:hover {
	text-decoration: underline;
}
.right_c span {
	display: inline-block;
	height: 66px;
	line-height: 24px;
	overflow: hidden;
	margin-top: 2px;
	color: #797979;
}
.left_pic img {
	width: 128px;
	height: 94px;
	display: block;
}
.news_all {
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.news_all ul li {
	color: #4c4c4c;
	height: 33px;
	line-height: 33px;
	background: url(../images/arrow.png) -57px -38px no-repeat;
}
.news_all ul li a {
	width: 100%;
	padding-left: 20px;
	color: #4c4c4c;
	
}
.news_all ul li a:hover {
	color: #e70000;
}
.news_all ul li span {
	color: #848484;
	float: right;
}
.r_news_content {
	width: 590px;
}
.r_news_content_new {
	width: 395px!important;
	margin-top: 35px;
	padding-left: 53px;
	overflow: hidden;
	border-left: 1px solid #ccc;
}
.honor_list {
	margin-left: -25px;
	margin-top: 20px;
}
.honor_list ul li {
	float: left;
	width: 209px;
	height: 158px;
	border: 1px solid #10a710;
	border-radius: 5px;
	overflow: hidden;
	margin-left: 25px;
	overflow: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.honor_list ul li img {
	width: 209px;
	height: 158px;
}
.honor_list ul li:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 2px 4px #444;
	box-shadow: 0 2px 4px #444;
	filter:alpha(opacity=90);  
      -moz-opacity:0.9;  
      -khtml-opacity: 0.9;  
      opacity: 0.9;  
}
.big_news {
	margin-top: -18px;
}
.big_news ul li {
	padding-bottom: 8px;
	border-bottom: 1px dashed #ccc;
	margin-top: 6px;
}
.big_news ul li:hover .bn_cc {
	border: 4px solid #eb0a4a;
	padding: 8px;
}
.bn_cc {
	padding: 12px;
}
.bn_pic {
	float: left;
}
.bn_pic a img {
	width: 76px;
	height: 56px;
}
.bn_content {
	float: left;
	width: 365px;
	margin-left: 12px;
}
.bn_content a h4 {
	color: #373737;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.bn_content a h4:hover {
	color: #c90219;
}
.bn_content div {
	height: 35px;
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	color: #919191;
}
.bn_date {
	width:80px;
	float: right;
	margin-top: 10px;
   
}
.bn_date span {
	line-height: 9px;
	text-align: center;
}
.contact_bottom {
	text-align: right;
}
.contact_bottom h2 {
	font-size: 30px;
	color: #636363;
}
.contact_bottom span {
	display: block;
	font-size: 36px;
	color: #10a710;
	font-family: "Impact";
}
.contact_map {
	margin-top: 20px;
}
.contact_content {
	width: 217px;
	height: 131px;
	overflow: hidden;
	line-height: 24px;
	color: #757575;
}
.contact_content span {
	display: inline-block;
	/* 	float: right; */
	width: 175px;
	vertical-align: top;
	color: #383838;
}
.contact_pic img {
	width: 157px;
	height: 116px;
	border: 1px solid #10a710;
}
/* 本例子css */
.slideBox_c {
	width: 262px;
	height: 140px;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
}
.slideBox_c .bd {
	border: 1px solid #ddd;
}
.slideBox_c  h2{
	background: url(../images/index_10.png) no-repeat center; 
	text-align: center;
	background-size: 230px;
	margin-bottom: 10px;
}

.slideBox_c .bd img {
	width: 250px;
	height: 90px;
	display: block;
	padding: 5px;
}
.news_all_new ul li {
	height: 27px;
	line-height: 27px;
}
.news_all_new ul li a {
	width: 100%;
}
.bb_nav {
	width: 1140px;
    margin: 0 auto;
	height: 190px;
	margin-top: 28px;
	position: relative;
}
.bb_nav_c {
	width: 900px;
	float: left;
}

.bb_nav_c ul li {
	width: 122px;
	float: left;
	line-height: 25px;
	text-align: center;
}

.bb_nav_c ul li a {
	color: #eee;
	font-size: 14.99px;
	font-weight: bold;
}
.bb_nav_c ul li ul{
	margin-top: 28px;
}
.bb_nav_c ul li ul li {
	margin-bottom: 10px;
}
.bb_nav_c ul li ul li a {
	color: #eee;
	font-size: 12.99px;
}

.bb_nav_c ul li a:hover {
	text-decoration: underline;
}
.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;
	z-index: 10;
}
.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;
}
.share_i {
	text-align: center;
}
.c_title_new {
	margin: 0;
	border-bottom: 0;
	padding-top: 0;
}
.c_title_new h2 {
	width: auto!important;
	height: 55px;
	line-height: 55px;
	font-size: 24px;
	color: #fff;
	background: #e70000;
	text-align: left;
	padding: 0 12px;
}
.contact_content_new {
	height: auto!important;
	margin-top: 5px;
}
.pro_content {
	margin-top: 53px;
	margin-left: -26px;
}
.pro_content ul li {
	float: left;
	position: relative;
	margin-left: 26px;
}
.pro_content ul li span {
	display: inline-block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	line-height: 40px;
	text-align: left;
	color: #6b6f8b;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.pro_content ul li a img {
	width: 220px;
	height: 165px;
	border: 2px solid #fff;
	display: block;
}
.pro_content ul li a img:hover {
	filter:alpha(opacity=90);  
      -moz-opacity:0.9;  
      -khtml-opacity: 0.9;  
      opacity: 0.9;  
	border-color: #eb0a4a;
}
.pro_content ul li span:hover {
	color: #e70000;
}
.yanfa {
	width: 1140px;
	margin: auto;
}
.yanfa_c {
	width: 670px;
}
.yanfa_c .pro_content {
	margin-left: -12px;
}
.yanfa_c .pro_content ul li {
	width: 215px;
	padding: 0;
	bottom: 0;
	margin-left: 12px;
	border: 0;
}
.yanfa_c .pro_content ul li a img {
	width: 215px;
	height: 163px;
	display: block;
}
.yanfa_c .pro_content ul li a span {
	width: 100%;
	position: static;
	background: #e6e6e6;
	color: #004c60;
	font-size: 16px;
}
.xueshu {
	width: 320px;
}
.tuijian {
	width: 1140px;
	margin: 0 auto;
}
.tuijian .pro_content {
	margin-left: -12px;
}
.tuijian .pro_content ul li {
	border: 0;
	padding: 0;
	margin-left: 12px;
}
.tuijian .pro_content ul li span {
	position: static;
	height: 49px;
	line-height: 49px;
	background: #fff;
	color: #00375e;
}
.tuijian .pro_content ul li img {
	width: 235px;
	height: 174px;
	border: 4px solid #e8e8e8;
}
.c_title_tuijian {
	text-align: center;
	background: url(../images/00001_12.jpg) no-repeat left center;
}
.c_title_tuijian h2 {
	display: inline-block;
	background: none;
	color: #0460a1;
	font-size: 24px;
	background-color: #fff;
}
.tujian_tab_nav {
	text-align: center;
	margin-top: 5px;
}
.tujian_tab_nav a {
	display: inline-block;
	width: 109px;
	text-align: center;
	height: 31px;
	line-height: 31px;
	border: 1px solid #1785d1;
	background: url(../images/001397_15.jpg);
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.tujian_tab_nav a:hover {
	color: #f9e0ba;
}

.jishu_c {
	width: 1140px;
	margin: auto;	
	margin-bottom: 30px;
}
.jishu_c_js {
	width: 530px;
	float: left;
}
.jcj_title{
	padding: 25px 0;
	color: #C7C7C7;
}
.jcj_title h1{
	font-size: 30px;
}
.jcj_title i{
	display: block;
	width: 52px;
	height: 5px;
	background: url(../images/home_03.jpg) no-repeat;
	margin-top: 41px;
}
.jcj_title li{
	float: left;
}
.jcj_title h2 {
	float: left;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 25px;
	color: #3D3D3D;
	text-align: center;
	font-weight: bold;
}
.jcj_title div {
	width: 530px;
	float: left;
	color: #333;
	font-size: 15px;
	line-height: 25px;
}.jcj_title div p{
margin-bottom: 30px;
font-size: 14px;
}
.jcj_title div ul li{
	width: 120px;
	float: left;
	padding: 8px;
	margin-right: 15px;
	background: #ff0000;
	text-align: center;
	color: #fff;
	border: 1px solid #a4a4a4;
}
.jcj_title div ul li a{
	color: #666;
	font-size: 14px;
}
.jcj_title div ul li a span{
	color: #eee;
}
.jcj_title div ul li a:hover{

	color: #ff0000;
}
.c_title a:hover {
	background-color: #293485;
	color: #fff;
}
.jishu_c_js_one {
	margin-right: 80px;
}
/* 本例子css */
.picScroll-top {
	width: 550px;
	height: 120px;
	overflow: hidden;
	position: relative;
}
.picScroll-top .hd {
	overflow: hidden;
	background: #fff;
	width: 25px;
	float: left;
	text-align: center;
	;
}
.picScroll-top .hd ul {
	display: inline-block;
}
.picScroll-top .hd ul li {
	width: 11px;
	height: 11px;
	overflow: hidden;
	cursor: pointer;
	margin: 5px 0;
	background-color: #d3d3d3;
	border-radius: 50%;
	color: hsla(0,0%,0%,0);
}
.picScroll-top .hd ul li.on {
	background-color: #eb0a4a;
	color: hsla(0,0%,0%,0);
}
.picScroll-top .bd {
	float: left;
}
.picScroll-top .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-top .bd ul li {
	zoom: 1;
}
.picScroll-top .bd ul li .pic {
	text-align: center;
	float: left;
}
.picScroll-top .bd ul li .pic img {
	width: 160px;
	height: 120px;
	display: block;
}
.picScroll-top .bd ul li .pic a:hover img {
	border-color: #999;
}
.picScroll-top .bd ul li .title {
	line-height: 24px;
}
.picScroll-top .bd ul li .title_content {
	float: left;
	margin-left: 15px;
	width: 350px;
	text-align: justify;
}
.picScroll-top .bd ul li .title_content a h2 {
	width: 100%;
	font-size: 20px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.picScroll-top .bd ul li .title_content div {
	color: #716b97;
	line-height: 24px;
	height: 90px;
	overflow: hidden;
	margin-top: 3px;
}
.case_honor_c {
	width: 1140px;
	margin: 0 auto;
}
.jiagong_case {
	width: 1140px;
	height: 400px;

}
.jiagong_p{
	width: 1100px;
	height: 200px;
	margin: 0 auto;
	background: #000;
	filter:alpha(opacity=50);  
      -moz-opacity:0.5;  
      -khtml-opacity: 0.5;  
      opacity: 0.5;  
	color: #fff;
}
.jiagong_p p{
	padding: 0 15px;
	font-size: 14px;
	line-height: 23px;
}
.jiagong_p h2{
	text-stroke: 1px #000; 
}
.jiagong_case_honor {
	width: 387px;
	float: right;
}
.jiagong_case_honor .picScroll-top {
	width: 387px;
}
.jiagong_case_honor .picScroll-top .bd ul li {
	margin-right: -20px;
}
.jiagong_case_honor .picScroll-top .bd ul li a img {
	width: 156px;
	height: 116px;
	border: 2px solid #e3e3e3;
	margin-right: 20px;
}
.case_honor {
	padding-bottom: 10px;
}
.case_honor i{
	display: block;
	height: 30px;
	width: 1920px;
	background: url(../images/home_06.png) no-repeat bottom;
	position: absolute;
}
.c_title_ss {
	margin: 0 12px;
	border-bottom: 1px solid #b7b7b7;
}
.c_title_ss a {
	width: 40px;
	height: 13px;
	line-height: 13px;
	color: #505050;
	font-weight: bold;
	border: 0;
	top: 15px;
	right: 0;
}
.c_title_ss a:hover {
	color: #db0e34;
	background-color: #f0f0f0;
}
.selectBox {
	width: 84px;
	padding: 0 8px;
	border-left: 1px solid #b7bfe8;
	border-right: 1px solid #b7bfe8;
	height: 30px;
	margin-top: 4px;
}
.selectLt {
	float: left;
	width: 67px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	cursor: pointer;
}
.selectRt {
	float: left;
	width: 17px;
	height: 28px;
	background: url(../images/b_sanjiao_03.jpg) no-repeat center;
	cursor: pointer;
}
.optionsBox {
	width: 100px;
	background-color: #fff;
	border: 1px solid #b7bfe8;
	border-top: 0;
}
.optionBox {
	cursor: pointer;
}
.optionBox span {
	padding: 0 9px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.optionBox:hover {
	background-color: #eb0a4a;
	color: #fff;
}
.cssSelect .selected {
	background-color: #eb0a4a;
	color: #fff;
}
/* banner */
.atm_banner {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	z-index: 0
}
.atm_banner img {
	display: block;
	margin: 0 auto;
}
.atm_banner_box {
	position: absolute;
	top: 0;
	left: 50%;
}
.atm_btns {
	width: 1002px;
	position: absolute;
	height: 81px;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -501px;
}
.atm_btns .atm_prev, .atm_btns .atm_next {
	width: 100px;
	height: 100px;/* float:left; */
	font: 700 56px/70px "simsun";
	color: #fff;
	text-align: center;
	position: absolute;
	left: -10%;
	top: 0;
	background: url(../images/qqwwqq_03.png) no-repeat left center;
}
.atm_btns .atm_next {
	float: right;
	background-position: right center;
	position: absolute;
	left: 100%;
	top: 0;
}
/*==========分页样式===========*/
.paging {
	width: 100%;
	height: 24px;
	text-align: center;
	padding: 15px 0;
	float: right
}
.paging a {
	font: 12px/24px "microsoft yahei";
	color: #333;
	text-decoration: none;
	padding: 0 8px;
	border: solid 1px #ddd;
	display: inline-block;
	white-space: nowrap;
	margin: 0 3px;
}
.paging a {
	background: none;
}
.paging a.hover {
	background: #8089ca;
	color: #fff;
}
.paging a:hover {
	background: #8089ca;
	color: #fff;
}
.paging span {
	background: #333e8d;
	color: #fff;
}
/* 浮动工具 */
.c-tools {
	position: fixed;
	z-index: 9999;
	text-align: center;
	right: 0;
	bottom: 50%;
	margin-bottom: -144px;
}
.c-tools ul li {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
	position: relative;
	width: 62px;
	height: 62px;
	margin: 1px;
	background: #293485 url(../images/tools-ico.png) no-repeat;
}
.c-tools ul li:hover {
	background-color: #e73455;
}
.c-tools ul li span {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: none;
	position: absolute;
	right: 63px;
	width: 135px;
	line-height: 62px;
	padding: 0 10px;
	background: #e73455;
	color: #ffffff;
}
.c-tools ul li .ewmPic {
	width: 168px;
}
.c-tools ul li .ewmPic img {
	display: block;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 168px;
	height: 168px;
}
.c-tools ul .tel-ico {
	background-position: center -22px;
}
.c-tools ul .tel-ico span {
	line-height: 31px;
}
.c-tools ul .ewm-ico {
	background-position: center 21px;
}
.c-tools ul .qq-ico {
	background-position: center -69px;
}
.c-tools ul .top-ico {
	background-position: center -115px;
}
/* 浮动工具 */
/* 评论 */
.c-proBox h3 {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	font-weight: 400;
	height: 36px;
	line-height: 36px;
	background: #333e8d;
	color: #ffffff;
	padding: 5px 10px;
	margin: 10px 0;
}
.c-comment li {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	line-height: normal;
	margin-bottom: 10px;
	padding: 0 15px;
	border: 1px solid #eeeeee;
	background: #ffffff;
}
.c-comment li p {
	padding: 15px 0;
	border-top: 1px dashed #eeeeee;
}
.c-comment li p span {
	float: right;
}
.c-comment li p.on {
	border-top: 0;
}
.c-comment li p.admin {
	color: #333e8d;
}
.c-more {
	text-align: center;
	line-height: normal;
}
.c-more a {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	background: #333e8d;
	color: #ffffff;
	padding: 13px 0;
}
.c-more a:hover {
	background: #e73455;
}
/* 留言 */
.c-book ul li {
	position: relative;
	margin-top: 10px;
}
.c-book ul li em {
	float: left;
	text-align: right;
	margin-right: 10px;
	padding-top: 7px;
	width: 150px;
	font-style: normal;
}
.c-book ul li textarea, .c-book ul li input, .c-book ul li select {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 12px;
	border: 1px solid #eeeeee;
	font-family: 'Microsoft Yahei';
}
.c-book ul li textarea:hover, .c-book ul li input:hover, .c-book ul li select:hover, .c-book ul li textarea:focus, .c-book ul li input:focus, .c-book ul li select:focus {
	border-color: #333e8d;
}
.c-book ul li textarea {
	width: 450px;
	height: 150px;
	overflow-y: hidden;
}
.c-book ul li img {
	position: absolute;
	cursor: pointer;
	top: 10px;
	margin-left: 5px;
}
.c-book ul li.bnt {
	margin-left: 150px;
}
.c-book ul li.bnt input {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	cursor: pointer;
	width: 120px;
	margin-left: 10px;
	border-color: #333e8d;
	background: #333e8d;
	color: #ffffff;
}
.c-book ul li.bnt input:hover {
	border-color: #e73455;
	background: #e73455;
}
.c-cb, .c-cbli li {
	zoom: 1;
}
/* product view 产品内页 */
.view_imgs {
	width: 0px;
	height: 0px;
	margin: 20px auto;
	position: relative;
	background: #f7f7f7;
}
.view_imgs .btn {
	position: absolute;
	width: 15px;
	height: 70px;
	top: 422px;
	cursor: pointer;
	z-index: 99;
	font-size: 50px;
	font-weight: bold;
}
.view_imgs .prev {
	left: 0;
	background: url(../) no-repeat center center #ffffff;
}
.view_imgs #prev, .view_imgs #prev #next {
	width: 15px;
	height: 70px;
	margin-left: 0;
}
.view_imgs #prevTop, .view_imgs #nextTop {
	display: none
}
.view_imgs .next {
	right: 0;
	background: url(../) no-repeat center center #ffffff;
}
.view_imgs li {
	float: left;
}
.view_imgs .prev:hover, .view_imgs .next:hover {
	background-color: #830808;
}
.view_imgs .cf li {
	position: relative;
	color: #fff;
}
.view_imgs .cf a {
	display: block;
	width: 555px;
	height: 416px;
	position: absolute;
	color: #fff;
}
.view_imgs .picBox {
	height: 416px;
	position: relative;
	overflow: hidden;
}
.view_imgs .picBox ul {
	height: 416px;
	position: absolute;
}
.view_imgs .picBox li {
	width: 555px;
	height: 374px;
}
.view_imgs .listBox {
	width: 511px;
	height: 71px;
	margin: 0 auto;
	position: relative;
	padding: 6px 0 10px;
	overflow: hidden;
}
.view_imgs .listBox ul {
	height: 71px;
	position: absolute;
}
.view_imgs .listBox li {
	width: 104px;
	height: 71px;
	cursor: pointer;
	position: relative;
}
.view_imgs .listBox li a {
	display: block;
	width: 95px;
	height: 71px;
}
.view_imgs .listBox li img {
	width: 95px;
	height: 71px;
}
.view_imgs .listBox .on img {
	width: 89px;
	height: 65px;
	border: 3px solid #830808;
}
.view_imgs .picBox li img {
	max-width: 100%;
}
.ol_width {
	width: 580px;
}
