@charset "gb2312";
/* CSS Reset */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,lengend,button,input,textarea,th,td{margin:0;padding:0;}
body,button,input,select,textarea{font:14px/1 'Microsoft Yahei', Tahoma,Helvetica,Arial,sans-serif;color:#444;}
body{overflow:hidden;min-width:1050px;}
h1{font-size:18px;}
h2{font-size:16px;}
h3{font-size:14px;}
h4,h5,h6{font-size:100%;}
ul,ol{list-style:none;}
a{text-decoration:none;color:#444;}
a:hover{text-decoration:none;color:#005fbb;}
abbr[title],acronym[title]{border-bottom:1px dotted;cursor:help;}
q:before,q:after{content:'';}
legend{color:#000;}
fieldset,img{border:none;}
button,input,select,textarea{font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}
hr{border:none;height:1px;}
html{overflow-y:scroll;}
.area{height:auto;width:1160px;margin:30px auto 0;display:table;}
.mt35{margin-top:35px;}
.fl{float:left;}
.fr{float:right;}

/* Common */
.top{height:110px;width:100%; background:url(../images/top.jpg) top center no-repeat;}
.top .topBox{height:auto;width:1140px;margin:0 auto;}
.top .topBox .logo{float:left;margin-top:25px;}
.top .topBox dl.tel{float:right;margin-top:10px;padding-left:50px;background:url(../images/tel.png) left no-repeat;}
.top .topBox dl.tel dt{font-size:16px;padding:5px 9px;color:#005fbb;}
.top .topBox dl.tel dd{font-size:20px;color:#f0b200;font-weight:bold;}

.navs{height:45px;line-height:45px;width:100%;font-size:16px; font-weight: bold; box-shadow:0 5px 0px rgba(0,0,0,0.1);background-color: #307ac9;}
.navInner{height:45px; width:1130px; margin:0 auto;  }
.navInner ul li{height:45px;width:125px;  text-align:center;position:relative;float:left;color: #FFF;}
.navInner ul li:last-child{border:none;}
.navInner ul li a{height:45px;display:block;color:#fff;}
.navInner ul li a:hover,.nav ul li a.on{background:#2761a0;color:#fff;}
.navInner ul li ul{position:absolute;background:rgba(255,255,255,1);padding:10px 0;display:none;color: #444;}
.navInner ul li ul li{width:125px;height:35px;line-height:35px;float:none;background:none;border:none;}
.navInner ul li ul li a{width:125px;height:35px;display:block;font-size:16px;color: #444;}

/* .banner{height:650px;width:100%;overflow:hidden;text-align:center;} */



.newss{ 
	width: 590px;
	height: auto;
	float: left;
	padding-left: 10px;
	}
.newss .news-title{
	width: 590px;
	height: 50px;
	line-height: 50px;
	background-color: #ddd;
}
.newss .news-title ul li {
	float: left;
	width: 100px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000;
}
.newss .news-title .now{
	background-color: #307ac9;
	color: #fff;
}

.newss .news-lists {
	width: 590px;
	overflow:hidden;
	height: 288px;
}
.newss .news-lists ul {
	width: 570px;
	height: 288px;
	padding: 6px 10px;
}
.newss .news-lists li {
	border-bottom: 1px dashed #ddd;
	width: 570px;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	white-space:nowrap; 
}
.newss .news-lists li a {
	width: 490px;
	white-space:nowrap; 
	float: left;
}
.newss .news-lists li em {
	float: right;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	line-height: 30px;
}


.service1{height:auto;width:100%;  background:url(../images/s-bg.jpg) bottom center repeat-x; padding-bottom:50px;display:table;}
.serviceTit1{height:40px;width:1160px;background:url(../images/servicetit.png) center no-repeat;text-align:center;filter: invert(90%);}
.serviceTit1 h2{font-size:32px;line-height: 40px; }

.serviceTit1 img{width: 1160px;}
.serviceTit1 a{color:#0047a1;line-height:24px; }
.serviceCon1{height:auto;width:1160px;display:table;margin-top:20px;}
.serviceCon1 li{float:left;padding:1px;}
.serviceCon1 li a{height:146px;width:288px;display:block;overflow:hidden;position:relative;border-radius:5px;}
.serviceCon1 li img{height:146px;width:288px;}
.serviceCon1 li a img,.serviceCon1 li a h2,.serviceCon1 li a span{position:absolute;}
.serviceCon1 li a h2{height:50px;width:180px;display:block;border:#fff 1px solid;left:53px;top:52px;text-align:center;line-height:50px;color:#fff;font-size:18px;z-index:3;}
.serviceCon1 li a span{height:146px;width:288px;display:block;background:#000;z-index:2;opacity:0.3;filter:alpha(opacity=30);border-radius:5px;}
.serviceCon1 li a:hover span{opacity:0.5;filter:alpha(opacity=50);animation: hoverspan 0.5s;-moz-animation: hoverspan 0.5s;	/* Firefox */-webkit-animation: hoverspan 0.5s;	/* Safari �� Chrome */-o-animation: hoverspan 0.5s;	/* Opera */}
@keyframes hoverspan
{
0%   {opacity:0.3;filter:alpha(opacity=30);}
50%   {opacity:0.6;filter:alpha(opacity=60);}
100% {opacity:0.5;filter:alpha(opacity=50);}
}

@-moz-keyframes myfirst /* Firefox */
{
0%   {opacity:0.3;filter:alpha(opacity=30);}
50%   {opacity:0.6;filter:alpha(opacity=60);}
100% {opacity:0.5;filter:alpha(opacity=50);}
}

@-webkit-keyframes myfirst /* Safari �� Chrome */
{
0%   {opacity:0.3;filter:alpha(opacity=30);}
50%   {opacity:0.6;filter:alpha(opacity=60);}
100% {opacity:0.5;filter:alpha(opacity=50);}
}

@-o-keyframes myfirst /* Opera */
{
0%   {opacity:0.3;filter:alpha(opacity=30);}
50%   {opacity:0.6;filter:alpha(opacity=60);}
100% {opacity:0.5;filter:alpha(opacity=50);}
}
.tabmenu{height:40px;width:1160px;line-height:40px;font-size:16px;font-weight:bold;}
.tabmenu ul{margin:0 auto;display:table;}
.tabmenu ul li{height:40px;line-height:40px;width:160px;text-align:center;float:left;cursor:pointer;background:#ddd;margin:0 1px;}
.tabmenu ul li.now{background:#0047a1;}
.tabmenu ul li.now a{color:#FFF;}
.tabCon1{height:auto;width:1160px;display:table;margin-top:40px;}

.tablist1{width:1160px;display:none;}
.tabBox1{height:195px;width:1100px;float:left;display:inline;overflow:hidden;}
.tabBox1 ul{float:left;}
.tabBox1 ul li{height:165px;width:260px;float:left;padding-bottom:30px;margin:0 8px 0 7px;background:url(../images/sha2.jpg) center bottom no-repeat;}
.tabBox1 .active{display:block;}
.block{display:block;   }
.al,.ar{height:105px;width:30px; float: left;cursor:pointer;margin-top:30px;}
.ar{float:right;}



.bannerBox{height:650px;width:100%;position:relative;}
#guide{height:650px;position:relative;}
#ctrl_pane {margin:0 auto;height:20px;width:100%;z-index:20;position:absolute;text-align:center;bottom:5px;}
#ctrl_pane span{display:inline-block;width:10px;height:10px;border-radius:50%;z-index:12;background:#fff;cursor:pointer;margin-right:10px;}
#ctrl_pane span.active {background:#005fbb;}
#guide ul {height:650px;width:100%;overflow:hidden;}
#guide ul li {height:650px;display:none;width:100%;position:absolute;top:0;left:0;}

.subBox{height:70px;width:100%;border-bottom:#ddd 1px solid;}
.subBoxInner{width:1160px;margin:0 auto;display: table;}
.hotWords{height:30px;line-height:30px;width:700px;margin-top:20px;float:left;}
.hotWords span{color:#005fbb;}
.hotWords a{padding:0 5px;}

.search{height:30px;width:300px;margin-top:20px;float:right; text-align:left;}
.searchSelect{height:30px;line-height:30px;float:left;border:#ddd 1px solid;border-right:none; }

.searchInput{height:30px;line-height:30px;width:170px;float:left;font-size:14px;border:#ddd 1px solid;background:#fff;outline:none;}
.searchBtn{height:30px;width:60px;float:left;border:none;background:#005fbb;color:#fff;cursor:pointer;}


.aboutTit{height:100px;width:1160px;background:url(../images/abouttit.png) center no-repeat;text-align:center;}
.aboutTit h2{font-size:28px;padding-top:25px;}
.aboutTit h2 span{color:#005fbb;}
.aboutTit p{line-height:30px;}
.aboutCon{height:auto;width:1160px;margin-top:30px;padding-bottom:40px;display:table;}
.about01{height:auto;width:600px;}
.aboutText{display:table;}
.aboutText span{height:60px;width:60px;line-height:60px;text-align:center;font-size:30px;font-weight:bold;font-style:italic;float:left;display:block;background:#005fbb;border-radius:50%;color:#fff;}
.aboutText div{float:left;margin-left:15px;}
.aboutText div p{font-size:20px;color:#005fbb;line-height:35px;padding-left:5px;}
.aboutText div h2{font-size:25px;color:#f7c639;}
.aboutText div ul{margin-top:10px;}
.aboutText div li{font-size:16px;line-height:36px;list-style:none;background:url(../images/dui.png) left no-repeat;background-size:30px;padding-left:40px;}
.aboutText div li a{ color:#005fbb;}
.about02{height:auto;}

.subar{height:135px;width:100%;margin-top:70px;background:#005fbb;}
.subarInner{height:135px;width:1160px;margin:0 auto;position:relative;}
.subarInner img{position:absolute;left:0;bottom:0;}
.subarText{width:400px;text-align:center;position:absolute;top:40px;left:400px;color:#fff;}
.subarText h2{font-size:24px;}
.subarText span{color:#f8ce60;}
.subarText p{font-size:18px;line-height:40px;}
.subarTel{position:absolute;right:0;top:30px;color:#fff;background:url(../images/telb.png) left no-repeat;background-size:60px;padding-left:60px;}
.subarTel dt{font-size:18px;line-height:30px;}
.subarTel dd{font-size:32px;font-weight:bold;color:#f8ce60;}

.notice{height:auto;width:550px;display:table;}
.notice .title{width:550px;display:table;}
.notice .title dl{float:left;}
.notice .title dl dt{float:left;font-size:60px;font-weight:bold;color:#005fbb;}
.notice .title dl dd{float:left;margin-left:10px;}
.notice .title dl dd h2{font-size:24px;color:#005fbb;margin-top:7px;}
.notice .title dl dd span{font-size:18px;line-height:28px;}
.notice .title p{float:right;width:390px;line-height:32px;border-bottom:#ddd 1px solid;text-align:right;}
.notice .title p a{color:#005fbb;}
.noticCon{width:550px;display:table;}
.noticCon dl{width:550px;display:table;padding:25px 0;border-bottom:#ccc 1px dashed;}
.noticCon dl dt{height:68px;width:68px;background:#005fbb;color:#fff;text-align:center;float:left;}
.noticCon dl dt h2{font-size:36px;line-height:46px;}
.noticCon dl dd{width:460px;float:right;}
.noticCon dl dd h2{font-size:18px;font-weight:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.noticCon dl dd p{font-size:16px;color:#888;line-height:24px;padding-top:5px;}

.tabCon{height:auto;width:1160px;display:table;margin-top:10px;}
.tabBox{width:1160px;float:left;display:inline;overflow:hidden;}
.tabBox ul{float:left;}
.tabBox ul li{height:144px;width:206px;float:left;margin:10px 20px 10px 0;padding:5px;background:#fff;box-shadow:0 3px 8px rgba(0,0,0,0.2)}
.tabBox ul li img{height:144px;width:206px;}

.service{height:530px;width:100%;margin-top:60px;display:table;background:url(../images/servicebg.jpg) center no-repeat;}
.serviceTit{height:80px;width:1160px;background:url(../images/servicetit.png) center no-repeat;text-align:center;color:#fff;}
.serviceTit h2{font-size:32px;padding-top:10px;}
.serviceTit p{line-height:30px;}
.serviceCon{height:auto;width:1160px;display:table;margin-top:20px;position:relative;}
.serviceCon .al,.serviceCon .ar{height:90px;width:40px;line-height:90px;text-align:center;position:absolute;top:120px;background:rgba(255,255,255,0.5);cursor:pointer;color:#005fbb;font-family:sans-serif;font-size:40px;font-weight:bold;}
.serviceCon .al{left:0;}
.serviceCon .ar{right:0;}
.serviceCon .al:hover,.serviceCon .ar:hover{background:rgba(255,255,255,0.8);}



.case{height:auto;width:1160px;display:table;margin-top:20px;}
.tabmenu2{height:auto;width:230px;float:left;background:#005fbb;padding:10px;}
.caseTit{height:auto;background:url(../images/building.png) 0 0 no-repeat;padding:10px 0;background-size:52px;color:#fff;padding-left:60px;}
.caseTit h2{font-size:24px;}
.caseTit p{line-height:24px;}
.tabmenu2 ul{width:210px;padding:0 10px 10px;display:table;background:#fff;}
.tabmenu2 ul li{height:40px;line-height:38px;width:208px;float:left;border:#ddd 1px solid;margin-top:10px;position:relative;}
.tabmenu2 ul li a{height:40px;padding-left:35px;display:block;background:url(../images/case.png) 10px 13px no-repeat;}
.tabmenu2 ul li.now{background:#005fbb;border:#005fbb 1px solid;}
.tabmenu2 ul li.now a{color:#FFF;background:url(../images/case_hover.png) 10px 12px no-repeat;}

.tabmenus{}
.tabmenus ul{width:210px;padding:0 10px 10px;display:table;background:#fff;}
.tabmenus ul li{height:40px;line-height:38px;width:208px;float:left;border:#ddd 1px solid;margin-top:10px;position:relative;}
.tabmenus ul li a{height:40px;padding-left:35px;display:block;background:url(../images/case.png) 10px 13px no-repeat;}
.tabmenus ul li.now{background:#005fbb;border:#005fbb 1px solid;}
.tabmenus ul li.now a{color:#FFF;background:url(../images/case_hover.png) 10px 12px no-repeat;}

.tabmenus ul li ul{position:absolute;width:178px;  display:none;background:#BCBCBC;}
.tabmenus ul li ul li{width:178px;height:35px;line-height:35px; text-align: center;float:none;background:none;}
.tabmenus ul li ul li a{width:166px;height:35px;padding:0 6px;background:none;  display:block;font-size:14px;}
.tabmenus ul li ul li a:hover,a.active{background:#005fbb;color:#fff;text-decoration:none;}

.tabCon2{height:auto;width:870px;float:right;}
.caseSubtit{height:48px;width:870px;border-bottom:#ddd 2px solid;}
.caseSubtit dl{float:left;height:30px;border-left:#005fbb 3px solid;margin-top:8px;padding-left:6px;}
.caseSubtit dl dt{font-size:16px;font-weight:bold;color:#005fbb;line-height:30px;}
.caseSubtit dl dd{font-size:12px;color:#888;line-height:18px;}
.caseSubtit a{float:right;margin-top:20px;color:#005fbb;}
.tabCon2 .tablist{width:870px;display:none;}
.tabCon2 .tablist ul li{height:auto;width:254px;margin:20px 20px 0 0;padding:10px 10px 5px;border:#ddd 1px solid;float:left;text-align:center;}
.tabCon2 .tablist ul li:nth-child(3n){margin-right:0;}
.tabCon2 .tablist ul li img{height:150px;width:254px;float:left;}
.tabCon2 .tablist ul li p{line-height:30px;float:left;width:254px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.tabCon2 .block{display:block;}
.caseTel{color:#fff;background:url(../images/telb.png) 0 15px no-repeat;background-size:42px;padding:10px 0 10px 40px;}
.caseTel dt{line-height:30px;padding-left:5px;}
.caseTel dd{font-size:24px;font-weight:bold;}

.flink{height:auto;width:1160px;margin:50px auto 0;display:table;}
.flink .title{width:1160px;display:table;}
.flink .title dl{float:left;}
.flink .title dl dt{float:left;font-size:60px;font-weight:bold;color:#005fbb;}
.flink .title dl dd{float:left;margin-left:10px;}
.flink .title dl dd h2{font-size:24px;color:#005fbb;margin-top:7px;}
.flink .title dl dd span{font-size:18px;line-height:28px;}
.flink .title p{float:right;width:1000px;line-height:32px;border-bottom:#ddd 1px solid;text-align:right;}
.flink .title p a{color:#005fbb;}
.flinkCon{height:auto;width:1160px;line-height:1.8;}
.flinkCon a{padding:0 5px;color:#666;}
.flinkCon a:hover{color:#005fbb;}
.footers{height:260px;width:100%;background:#005fbb;margin-top:30px;}
.footers .subNav{height:48px;width:1160px;margin: 0 auto;padding:15px 0;text-align:center;border-bottom:#0F77DC 1px solid;}
.footers .subNav li{float:left;width:115px;height:16px;display:inline-block;border-right:#0F77DC 1px solid;}
.footers .subNav li:last-child{border:none;}
.footers .subNav li a{color:#fff;}
.footerInner{height:auto;width:1160px;margin:0 auto; clear: left;}
.footLogo{margin-top:60px;float: left;}

.copyright{height:auto;margin:30px 0 0 40px;float:left;color:#fff;line-height:30px;}
.copyright a{color:#fff;}
.copyright a:hover{color:#fff;}
.ewm{height:110px;width:110px;float:right;text-align:center;color:#fff;margin-top:30px;}
.ewm img{float:left;height:110px;width:110px;}
.ewm p{width:110px;float:left;line-height:30px;}
/*Pages*/
.nBan{height:auto;width:100%;margin:0 auto;display:table;}
.nBan img{height:auto;width:100%;float:left;}
.left{height:auto;width:250px;float:left;}
.leftMenu ul li:hover{background:#005fbb;}
.leftMenu ul li a:hover{color:#fff;background:url(../images/case_hover.png) 10px 12px no-repeat;}

.right{height:auto;width:870px;float:left;}
.right .caseSubtit .location{float:right;margin-top:15px;color:#888;background:url(../images/home.png) left no-repeat;padding:5px 0 5px 25px;}
.right .caseSubtit .location a{float:none;color:#888;}
.rightCon{height:auto;width:870px;margin-top:10px;min-height:500px;}

.rightCon .listCase{width:870px;display:table;}
.rightCon .listCase li{height:auto;width:254px;margin:20px 20px 0 0;padding:10px 10px 5px;border:#ddd 1px solid;float:left;text-align:center;}
.rightCon .listCase li:nth-child(3n){margin-right:0;}
.rightCon .listCase li img{height:150px;width:254px;float:left;}
.rightCon .listCase li p{line-height:30px;float:left;width:254px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

.rightCon .noticCon{width:870px;}
.rightCon .noticCon dl{width:870px;}
.rightCon .noticCon dl dd{width:780px;}
.page{line-height:30px;text-align:center;padding:15px;}
.page a{color:#333;padding:3px;}
.page a.red1{color:#E88086;text-decoration:underline;}

.topicTitle{width:870px;line-height:1.5;border-bottom:#ddd 1px dashed;padding:10px 0;text-align:center;}
.topicTitle h2{font-size:18px;line-height:2;}
.topicTitle p.info{color:#888;font-size:12px;font-family:Arial;}
.content{height:auto;width:870px;display:table;margin-top:15px;line-height:2;}


#pages { text-align:right; width:760px; float:right; padding:14px 0 10px; }
#pages a { display:inline-block; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px}
#pages a.a1 { background:url(../images/admin_img/pages.png) no-repeat 0 5px; width:56px; padding:0 }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
#pages span { display:inline-block; height:22px; line-height:22px; background:#c00; border:1px solid #c00; color:#fff; text-align:center;padding:0 10px}
.page .noPage { display:inline-block; width:56px; height:22px; line-height:22px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }

.f14{ margin-top:30px;}
.titles{ width:760px; text-align:center; font-size:16px; height:auto; line-height:30px; padding:10px 0 0; font-weight:bold;}
.ftitles{ width:760px; text-align:center; font-size:14px; height:25px; line-height:25px; padding:4px 0 0; color:#333333; }
.titles h1{ width:760px; text-align:center; font-size:16px; height:auto; line-height:30px; padding:10px 0 0; font-weight:bold;}
.ftitles h2{ width:760px; text-align:center; font-size:14px; height:25px; line-height:25px; padding:4px 0 0; color:#333333; }
.dates{ width:760px; text-align:center; font-size:12px;height:20px; line-height:20px; padding-bottom:10px; color:#999}
/*����ժҪ*/
.summary { width:860px; background-color:#F6FAFD;border: 1px solid #DCDDDD;font-size: 14px;line-height: 23px; margin:10px 0; padding:6px;text-align: justify;text-indent: 2em;}
/*�����Ķ�*/
.red{ color:#c00}

.related{ border-top:dashed 1px #ccc; margin-top:15px}
.related h5{padding-bottom:4px}
.related{ padding:10px 0 0}

.related .red{ font-size:14px; font-weight:bold;}
.related .list{ width:700px;}
.related .list li{ line-height:25px;}
.related .list li a{ color:#000}
.related .list li span{ margin-left:10px;}


.ltable{
	width:850px;
	margin:10px;
	line-height:30px;
	border-bottom:#999 dashed 1px; }






.bn317 {
    height: 350px;
    width: 560px;
    z-index: 20;
	overflow: hidden;
	position: relative;
	float: left;
}
.bn317 .list, .bn317 li, .bn317 img {
    height: 350px;
}
.bn317 li {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.bn317 li img {
    width: 560px;
    height: 350px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -280px;
    top: 0;
}
.bn317 li a {
    display: block;
    width: 100%;
}
.bn317 .tip {
    width: 100%;
    height: 6px;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: 24px;
    z-index: 10;
	box-shadow:none;
	background:none;
}
.bn317 .tip span {
    width: 10px;
    height: 10px;
    margin: 0 9px;
    border: 3px solid #307ac9;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    border-radius: 100%;
}
.bn317 .tip span.cur {
    background: #307ac9;
}
.bn317 .prev, .bn317 .next {
    width: 50px;
    height: 70px;
    position: absolute;
    z-index: 12;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
    transition: none;
    background: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/btn317.png) no-repeat 0 center;
}
.bn317 .prev {
    left: 3%;
    background-position: 8px center;
}
.bn317 .next {
    right: 3%;
    background-position: -59px 0;
}