﻿@charset "utf-8";
html,body{height:100%;}
body{padding:0; margin:0px auto; font-size:14px; line-height:24px; color:#666666;font-family: arial, 微软雅黑, sans-serif;background: #fff;width:100%; min-width:300px;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#545454; font-family: arial, 微软雅黑, sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;  vertical-align:top;}
a{ color:#333333; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#2858a0;}
/**:hover{transition: all ease 0.3s;}*/
.fl{ float:left;}.fr{ float:right;}.tr{ text-align:right;}.tc{ text-align:center;}
.hide{ display:none;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix{*zoom:1;}
:-moz-placeholder {color: #ccc;}
::-moz-placeholder {color: #ccc;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #ccc;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #ccc;}

::-webkit-scrollbar{
            width: 3px;-webkit-overflow-scrolling : touch;
            background-color: #e6e6e6;}
::-webkit-scrollbar-track{
            background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
            border-radius: 10px;
            background-color: #333;}
::-webkit-scrollbar-button{
            height: 0px;
            background-color: #B0AEDA;}

.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.Contain{ position:relative; clear:both; max-width:1300px; margin:0px auto;}
.block{ display:block;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: 0; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
/*	background: url(../images/ico/selectarr.png) no-repeat scroll 94% center transparent;
*/	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}
@media ( max-width:1360px){
.Contain{ width:94%;}
}

@media ( max-width:1024px){
.Contain{ width:auto; margin:0 12px;box-sizing:border-box;}
body{width:100%; min-width:300px; zoom:1; font-size:14px; line-height:24px;width:expression((documentElement.clientWidth < 100%) ? "100%" : "100%" ); padding-top:50px;}
}

/*font*/
.f_gray{ color:#888888;}
.iconfont{ font-size:24px; vertical-align:middle;}
.tit{ display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden;}
.p{overflow: hidden;word-break:normal;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;}

/*effict*/
.Scale-img {overflow: hidden;cursor: pointer; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s; display: block; width: 100%;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1); top:0px; left:0px;}
.imgbox{ overflow:hidden; position:relative;}
.imgbox span,.Scale-img span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;}


/*pages*/
.Pages{ zoom:1; overflow:hidden;text-align:center; color:#555; clear:both; line-height:44px; position:relative;}
.Pages span{ padding:0px 0px; display:inline-block; vertical-align:middle;}
.Pages a{ display:inline-block; margin:0px 3px; color:#444444; width:44px; text-align:center; font-size:18px;}
.Pages .p_page a{ display:inline-block; vertical-align:middle;}
.Pages .p_page .a_prev,.Pages .p_page .a_next,.Pages .p_page .a_first,.Pages .p_page .a_end{ display:inline-block; vertical-align:middle; width:109px; line-height:38px; border:3px solid #e5e5e5;}
.Pages .p_page .a_prev:hover,.Pages .p_page .a_next:hover,.Pages .p_page .a_first:hover,.Pages .p_page .a_end:hover{ background:#dcdcdc; color:#154a9a;}
.Pages .p_page .a_prev{ position:absolute; left:0; top:0;}
.Pages .p_page .a_next{ position:absolute; right:0; top:0;}
.Pages .p_page .num a{}
.Pages .p_page .num a:hover,.Pages .p_page .num a.a_cur{ background:#dcdcdc; color:#154a9a;}

.Pages .i_text{width:42px; padding:0px 10px; height:36px; line-height:36px; border:1px solid #e6e6e6; margin:0px 7px;}
.Pages .i_button,.Pages .p_count{margin-left:10px; padding:0px 10px; border:1px solid #e6e6e6; height:36px;}
.Pages .p_count{display:inline-block; padding:0px 18px; border:1px solid #e6e6e6;line-height:36px;}


@media ( max-width:768px){
.Pages{ line-height:24px;}
.Pages a{width:24px;font-size:14px;}
.Pages .i_text{width:20px;height:26px;line-height:26px;}
.Pages .i_button, .Pages .p_count{height:26px;line-height:26px;font-size:13px;}
.Pages .p_count{padding:0 8px;}
.Pages .p_page .a_prev,.Pages .p_page .a_next,.Pages .p_page .a_first,.Pages .p_page .a_end{ width:60px; line-height:22px; border:1px solid #e5e5e5;}
	.Pages .p_page .a_prev{ position:static;}
.Pages .p_page .a_next{ position:static;}
}

/*pages end*/


/*Top*/
.Header{ font-size:14px; background:#fff;}
.Toper{ height:40px; line-height:40px; color:#666666; background:#f4f4f5;}
.Toper a{ display:inline-block; color:#666666; margin-left:23px;vertical-align:top;}.Toper a:hover{color:#154a9a;}
.Toper img{ display:inline-block; vertical-align:middle; margin-right:6px;}

.sea{display:inline-block;vertical-align:top;}
.sea input{width:150px;height:30px;padding:0 10px;background:#ddd}
.sea a{display:inline-block;width:30px;height:30px;margin-top:5px;background:#ddd url(../images/sea.png) center center no-repeat;margin-left:0px;}
.seabox{display:none;}

.ToperLogo{ height:142px;}
.ToperLogo .Logo{float:left; padding-top:17px;}
.ToperLogo .right{ float:right; padding:25px 26px 0 0;}
.ToperLogo .tel{ float:left; border-right:1px solid #efefef; margin-right:29px; padding:9px 29px 0 0; height:63px; color:#154a9a;}
.ToperLogo .tel b{ display:block; line-height:28px; font-size:26px;}
.ToperLogo .ewm{ margin-right:20px;text-align:center; float:left;position:relative;  }
.ToperLogo .ewm img{ padding:9px; background:#fff; border:1px solid #e7e7e7; border-radius:3px; width:57px; height:57px;}
.ToperLogo .ewm span{display:block;margin-top:10px; text-align:center;  line-height:18px; right:25px; top:25px; color:#154a9a; font-weight:bold;}
/*.ToperLogo .ewm1{ margin-right:40px; padding-right:25px;border-right:1px solid #efefef;}*/

.ToperLogo .oa{ display:none; float:right; width:66px; text-align:center; line-height:28px;}
.ToperLogo .oa a{ display:block; color:#fff; background:#3673cf; padding-top:17px; height:55px; border-radius:9px;}
.ToperLogo .oa a:hover{ background:#5092f5;}
.ToperLogo .oa img{ display:block; margin:0px auto;}

.MainNav{ background:url(../images/navbg.jpg); height:58px;}
.MainNav li{ width:7.6%; float:left; text-align:center; position:relative;}
.MainNav li span a{ font-size:17px; z-index:2; position:relative;display:block; color:#fff; line-height:58px;}
.MainNav li em{ position:relative; z-index:1;}
.MainNav li:hover span a,.MainNav li.onnav span a,.MainNav li span a.sele{ color:#154a9a;}
.MainNav .arr{ display:none; position:absolute; z-index:2; width:50%; height:40px; right:0px; top:0px; color:#fff; text-align:right; line-height:40px;}
.MainNav .arr img{ position:absolute; width:17px; height:auto; background:none; right:20px; top:16px;transition: all ease 0.3s;}
.MainNav li.onnav .arr img{dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
	-ms-transform: translate(0, -3px) rotate(-180deg) !important;
	-o-transform: translate(0, -3px) rotate(-180deg) !important;
	transform: translate(0, -3px) rotate(-180deg) !important;}
.MainNav .bg{ position:absolute; left:50%; bottom:0px; height:100%; background:url(../images/navbgon.jpg); background-position:center top; background-size:contain; width:0%; z-index:0;transition:all 0.2s linear; -webkit-transition:all 0.2s linear;}
.MainNav li:hover span .bg,.MainNav li.onnav span .bg,.MainNav li span a.sele .bg{ width:100%; left:0;}


.NavPull{display:none; position:absolute; top:58px; z-index:999; text-align:center; left:-35%;width:170%;}
.NavPull.null{background:none; padding:0; box-shadow: 0 0px 0px none;}
.NavPull a{ display:block; color:#154a9a; padding:5px 5px; font-size:16px; background:#dae2f0; border-top:1px solid #cdd7e8; border-bottom:1px solid #e2e9f4; font-size:15px;}
.NavPull a:hover{ background:#416acb; color:#fff;}

.mstbg{ position:fixed; left:0px; top:0px; width:100%; height:100%; background:rgba(0,0,0,0.4); z-index:886; display:none;}
.openbtn{ cursor:pointer; display:none;width:26px; position:absolute; right:12px; top:12px; z-index:999;}
.closebtn{ position:fixed; left:0px; top:46px; width:100%; height:100%; z-index:887; display:none; background:rgba(255,255,255,0.8);}
.openbtn span{ display:block; height:4px; background:#154a9a; border-radius:3px; margin:4px 0px;transition: all ease 0.3s;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 5px) rotate(45deg);
	-moz-transform: translate(0, 5px) rotate(45deg);
	-ms-transform: translate(0, 5px) rotate(45deg);
	-o-transform: translate(0, 5px) rotate(45deg);
	transform: translate(0, 5px) rotate(45deg);}
.openbtn.on .sp2 {
	-webkit-transform: translate(0, -3px) rotate(-45deg);
	-moz-transform: translate(0, -3px) rotate(-45deg);
	-ms-transform: translate(0, -3px) rotate(-45deg);
	-o-transform: translate(0, -3px) rotate(-45deg);
	transform: translate(0, -3px) rotate(-45deg);}	
.openbtn.on .sp3 { display:none;}

@media ( max-width:1024px){
.Toper{ display:none;}
.Header{height:50px; position:fixed; left:0; top:0; width:100%; z-index:999; box-shadow:0 0 10px #ddd;}
.Header .Logo{ padding-top:8px;}.Header .Logo img{ height:35px;}
.ToperLogo { background:none; height:50px;}
.ToperLogo .right{padding:14px 40px 0 0;}
.ToperLogo .telsj{ background:url(../images/ico/tel.png); width:26px; height:26px; margin-right:12px; display:inline-block; vertical-align:middle;}
.ToperLogo .ewm,.ToperLogo .tel{ display:none;}
.ToperLogo .oa{width:56px;}
.ToperLogo .oa a{padding-top:0px; height:auto; line-height:25px; font-size:12px;}
.ToperLogo .oa img{ display:none;}
.sea input{display:none; position:absolute;top:50px;width:94%;left:0px;height:40px;background:rgba(255,255,255,1);box-shadow:0 0 10px #ddd;}
.sea a{background:transparent url(../images/sea1.png) center center no-repeat;margin-top:-3px;}
.seabox{display:inline-block}
.Header .openbtn,.ToperLogo .Telico,.MainNav .Nav,.ToperLogo .Tel a.close,.MainNav .arr{ display:block;}

.MainNav{ position:fixed; height:auto; max-height:100%; overflow-y:auto; z-index:999; width:100%; padding:0 0 8px; left:0;background: #666;top:46px; display:none;}
.MainNav li{ display:block; position:relative; cursor:pointer; float:none; border-bottom:1px solid #717070;border-top:1px solid #616161; width:auto; margin:0 10px;}
.MainNav li span a{ font-size:16px; text-align:left; height:auto; display:block; line-height:40px !important; height:40px !important; padding:0 0 0 5px; color:#fff !important; border:0;}
.MainNav li:hover span a,.MainNav li.onnav span a,.MainNav li span a.sele{ background:none;}
.MainNav .bg{ display:none;}

.NavPull { position:static; background:#8e8e8e; text-align:left; width:100%;}
.NavPull dd{ display:inline-block;}
.NavPull dd a{ display:block;padding:5px 10px 5px 10px; background:none; color:#fff; font-size:14px; border:0;}
.NavPull dd a:hover{ color:#fff; background:#4d4c4c;}
}
/*Top*/


/*Bottom*/
.Footer{ background: url(../images/footerbg.jpg) center bottom no-repeat; background-size:cover; color:#fff; padding:47px 0; font-size:16px;}
.Footer a{color:#929292;}.Footer a:hover{color:#fff;}
.Footer .nav{ line-height:60px; text-align:center;}
.Footer .nav li{ width:7.6923%; float:left;}
.Footer .nav a{ color:#fff;}.Footer .nav a:hover{ color:#ffcc00;}
.Footer .contact{ border-top:1px solid rgba(255,255,255,0.1);border-bottom:1px solid rgba(255,255,255,0.1); padding:30px 0; margin-bottom:27px;}
.Footer .contact li{ width:33.333%; float:left;}
.Footer .contact li.tel b{ font-weight:bold !important; font-size:18px;}
.Footer .contact li.add{ width:auto; float:right;}
.Footer .contact li .box{ position:relative; padding-left:67px; line-height:22px;}
.Footer .contact li .box b{ display:block; padding-top:6px; font-weight:normal;}
.Footer .contact li .box img{ position:absolute; left:0; top:0;}

.Footer .copyright{ font-size:14px; float:left; color:#8b93a1;}
.Footer .copyright a{color:#8b93a1;}.Footer .copyright a:hover{color:#fff;}
.Footer .link{ float:right;}
.Footer .link select{ text-indent:1em; color:#fff;background: url(../images/ico/selectarr.png) no-repeat scroll 100% center #787f83;padding-right: 55px; width:215px; height:35px;}

.totop{text-align: center; cursor: pointer;overflow: hidden;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s; position:fixed; right:0; bottom:0px; z-index:99; width:50px; height:50px; background:#666 url(../images/ico/top.png) center center no-repeat; color:#fff;}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;}

@media ( max-width:1024px){
.Footer{padding:0px 0 20px; font-size:14px;}
.Footer .nav{ display:none}
.totop{width:32px; height:32px; line-height:32px;}
.Footer .copyright,.Footer .link{ float:none; text-align:center; font-size:12px;}
.Footer .link select{ margin:0px auto 12px;}
}
@media ( max-width:768px){
.Footer .contact{ padding-bottom:0;}
.Footer .contact li{ width:auto; float:none !important; height:68px;}
}
/*Bottom*/

/*首页 s*/
.activehover{-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.5);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);}
	
.HomeBan {overflow:hidden; clear:both; position:relative;background:url(../images/loading.gif) center center no-repeat;}
.HomeBan .slides li{ position:relative;}
.HomeBan .slides li a{ display:block; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.HomeBan .flex-control-nav{bottom:23px; z-index:10;}
.HomeBan .flex-control-nav li{ margin:0 7px 0 6px; vertical-align:middle;}
.HomeBan .flex-control-nav li a{ opacity:1; width:10px; height:10px; background:rgba(0,0,0,0.5); border:0;}
.HomeBan .flex-control-nav li a.flex-active{opacity:1; width:15px; height:15px; background:#fff;}
.HomeBan .flex-direction-nav a { opacity: 0;background-color:#4e78d8; width:48px; height:48px; background-position:center center; background-repeat:no-repeat; text-indent:999em;}
.HomeBan .flex-direction-nav .flex-prev {left:-50px; background-image:url(../images/ico/arr1.png);}
.HomeBan .flex-direction-nav .flex-next {right:-50px; background-image:url(../images/ico/arr2.png);}
.HomeBan:hover .flex-direction-nav .flex-prev { opacity:1; left:5%;}
.HomeBan:hover .flex-direction-nav .flex-next { opacity:1; right:5%;}
.HomeBan .flex-direction-nav a:hover { background-color:#1f56d3;}
.HomeBan .sj { display:none !important;}

@media ( max-width:1024px){
.HomeBan .flex-control-nav{bottom:10px; z-index:10;}
.HomeBan .flex-direction-nav{ display:none;}
.HomeBan .pc { display:none !important;}
.HomeBan .sj { display:block !important; width:100%;}
}
@media ( max-width:640px){
.HomeBan .flex-control-nav li a.flex-active{width:10px; height:10px;}
}

.HomeFast{ background:#ecf3fd; position:relative; z-index:1;}
.HomeFast ul{ margin-left:-1px;}
.HomeFast li{ width:14.285%; float:left;}
.HomeFast li a{ display:block; margin-left:1px;transition: all ease 0.3s;}

.HomeTit{ position:relative; height:56px; line-height:56px; border-bottom:1px solid #efefef; margin-bottom:34px;}
.HomeTit ul{ float:left;}
.HomeTit ul li{ float:left; padding:0 11px; margin-right:18px; cursor:pointer; color:#999999; font-size:20px; font-weight:bold;}
.HomeTit a.more{ display:none; background:url(../images/more.png); width:21px; height:21px; position:absolute; right:17px; top:17px;}
.HomeTit a:hover.more{ background:url(../images/more2.png);}
.HomeTit ul li.on{color:#154a9a;}
.HomeTit ul li.on a.more{ display:block;}

.HomeTit2 h2{ color:#154a9a; font-size:20px; line-height:70px; position:relative;}
.HomeTit2 a.more{ background:url(../images/more.png); width:21px; height:21px; position:absolute; right:0px; top:22px;}
.HomeTit2 a:hover.more{ background:url(../images/more2.png);}

.HomeNews{ margin:30px 0 30px; position: relative;}
.HomeNews .slide{display:none;}
.HomeNews a.mores,.HomeExpter a.mores{background:url(../images/more.png); width:21px; height:21px; position:absolute; right:17px; top:17px;}
.HomeNews a.mores:hover,.HomeExpter a.mores:hover{ background:url(../images/more2.png);}
.HomeNews a.mores span{display:none; font-size:16px; color:#fff;}
.HomeNews .NewFocus {overflow:hidden; width:49.3%; float:left;}
.HomeNews .NewFocus .slides li{ position:relative;}
.HomeNews .NewFocus .slides li .imgbox{ padding-top:420px;}
.HomeNews .NewFocus .slides li .info{ position:absolute; left: 0; right:0; padding:15px 5% 49px; bottom:0; z-index:2; left:0; background:url(../images/filter60.png); color:#fff; font-size:18px; line-height:30px;}
.HomeNews .flex-control-nav{ text-align:left; left:5%; bottom:16px;}
.HomeNews .flex-control-nav li{ margin:0 7px 0 0px; vertical-align:middle;}
.HomeNews .flex-control-nav li a{ opacity:1; width:7px; height:7px; background:rgba(255,255,255,0.7); border:0;}
.HomeNews .flex-control-nav li a.flex-active{opacity:1; width:10px; height:10px; background:none; border:2px solid #256eda;}

.HomeNews .Right{ width:47%; float:right;}

.ListWz{}
.ListWz .top{ border-bottom:1px solid #f0f0f0; position:relative; padding:0 0 30px 218px; margin-bottom:12px;}
.ListWz .top .imgbox{ position:absolute; left:0; top:0; width:200px; height:140px;}
.ListWz .top .info{ line-height:20px;}
.ListWz .top .info .tit{ line-height:46px; font-size:18px; color:#333333;}
.ListWz .top .info .p{ color:#999999;-webkit-line-clamp: 2; height:40px;}
.ListWz .top .info .date{ color:#c6c6c6; margin-top:26px;}
.ListWz .top .info .more{ width:90px; height:32px; background-color: #c71528; background-image: url(../images/more2.png); background-position:center center; background-repeat:no-repeat;}
.ListWz .top .info:hover .tit{ color:#c71528;}

.ListWz .top2{ line-height:20px; position:relative; border-bottom:1px solid #f0f0f0; margin-bottom:7px; padding-left:105px; height:130px;}
.ListWz .top2 .date{ position:absolute; left:0; top:0; background:url(../images/datebg.gif); width:87px; height:105px; text-align:center; color:#2858a0;}
.ListWz .top2 .date i{ display:block; line-height:61px; font-size:48px; padding-top:13px;}
.ListWz .top2 .tit{ line-height:43px; font-size:18px; color:#2858a0; font-weight:bold;}
.ListWz .top2 .p{ color:#999999;-webkit-line-clamp: 2; height:60px; line-height:30px;}
.ListWz .top2:hover .tit{ color:#ea8f50;}

.ListWz .top3{ padding-bottom:22px;}
.ListWz .top3 img{ width:100%;}

.ListWz .li{ height:35px; line-height:35px; font-size:15px; background:url(../images/dot.png) 0px center no-repeat; padding-left:19px;}
.ListWz .li .date{ float:right; color:#c6c6c6;}
.ListWz .li .tit{ width:70%; float:left;}

.HomeExpter{ background:url(../images/ksbg.jpg) center top no-repeat; background-size:cover; padding:36px 0 20px;}
.HomeExpter .HomeTit2 a.more{ right:20px;}
.HomeExpter .Leftinfo{ width:46%; float:left;}
.HomeExpter .Leftinfo .txt{ line-height:30px; padding:0; color:#777777;}
.HomeExpter .Leftinfo .p1{ padding-left:9px; font-size:24px; color:#333333; margin-bottom:5px;}
.HomeExpter .Leftinfo .p{ text-indent:2em; height:90px;-webkit-line-clamp: 3;}
.HomeExpter .Leftinfo .nav{ text-align:center;}
.HomeExpter .Leftinfo .nav .a1{margin-top:20px;}
.HomeExpter .Leftinfo .nav .a2{display:none;height:220px; overflow:auto;margin-top:20px;}
.HomeExpter .Leftinfo .nav ul.on{overflow-y:auto;}
.HomeExpter .Leftinfo .nav li{ float:left; margin:0 3% 20px 0; width:22%;}
.HomeExpter .Leftinfo .nav li a{ display:block; color:#154a9a; line-height:35px; font-size:16px; border-radius:16px; background:rgba(255,255,255,0.4);height:35px;position:relative;}
.HomeExpter .Leftinfo .nav li a:hover{ background:#fff;}
.HomeExpter .Leftinfo .nav .more a{ cursor:pointer;background:#154a9a;border-radius:30px; font-size:16px;color:#fff;display:block;text-align:center;width:120px;line-height:36px;margin:0px auto 0;}
.HomeExpter .Leftinfo .nav .close a{ cursor:pointer;background:#154a9a;border-radius:30px; font-size:16px;color:#fff;display:block;text-align:center;width:120px;line-height:36px;margin:0px auto 0;}
.HomeExpter .Leftinfo .nav .close {display:none;}
.HomeExpter .Leftinfo .nav li a span{position:absolute;z-index:10;width:100%;left:0%;top:0;background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.2);display:none;padding:5px 0;line-height:25px;font-size:14px;}
.HomeExpter .Leftinfo .nav li a em{display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:100%;}
.HomeExpter .Leftinfo .nav li:hover a span{display:block;}

.HomeExpter .HomeTit{margin-bottom: 0;}
.HomeExpter .scroll{ width:48%; float:right; position: relative;}
.HomeExpter .flex-viewport{ margin-left:-10px;}
.HomeExpter  .scroll .HomeTit2 h2{ line-height:52px; padding-top:8px; color:#333333;}
.HomeExpter .big{ background:#fff; /*padding:20px 30px;*/ height:165px; margin-bottom:18px; overflow:hidden;}
.HomeExpter .big .img img{display:block; width: 100%;}
.HomeExpter .big  li { position:relative;}
.HomeExpter .big  li .imgbox{ width:22%; float:left; height:164px; border-radius:10px;}
.HomeExpter .big  li .info{ width:72.5%; float:right;}
.HomeExpter .big  li .ti{ line-height:32px; color:#333333; font-size:20px;}
.HomeExpter .big  li .ti i{ display:inline-block; margin-left:18px; color:#154a9a; font-size:16px;}
.HomeExpter .big  li .p{ line-height:25px; height:75px; color:#999999;-webkit-line-clamp: 3; margin:8px 0 12px;}
.HomeExpter .big  li .more{ text-align:center; width:120px; line-height:35px; color:#fff; background:#154a9a; border-radius:16px;}
.HomeExpter .big  li .more i{ display:inline-block; vertical-align:middle; margin-left:7px; width:21px; height:11px; background:url(../images/more3.png);}
.HomeExpter .big  li:hover .more{ background:#2b70d8;}
.HomeExpter .big .flex-control-nav{ z-index:100; text-align:right; right:12px; width:40%; bottom:5px;}
.HomeExpter .big .flex-control-nav li a{ text-indent:999em;}


.HomeExpter .small { height:200px; overflow:hidden;}
.HomeExpter .small li{ position:relative; width:136px; float:left; margin-right:10px;}
.HomeExpter .small li .info{ position:absolute; left:0; font-size:12px; line-height:18px; bottom:0; width:90%; color:#fff; z-index:2; background:rgba(21,74,154,0.5); padding:8px 5%;}
.HomeExpter .small li .imgbox{padding-top:200px;}
.HomeExpter .small li:hover .imgbox{ box-shadow:0 2px 10px #c8d5df;}

.HomeExpter .flex-direction-nav a {background-color:#eeeeee; width:20px; margin-top:-32px; height:40px; line-height:40px; font-size:18px; color:#4072bf;}
.HomeExpter .flex-direction-nav a:hover {background-color:#154a9a;color:#fff;}
.HomeExpter .flex-direction-nav .flex-prev {left:0px; border-radius:0 25px 25px 0;}
.HomeExpter .flex-direction-nav .flex-next {right:0px; border-radius:25px 0 0 25px;}
.HomeExpter .flex-direction-nav .flex-disabled{ display:block !important; opacity:1 !important; cursor:pointer;}

.HomeCol{ width:48%; padding:39px 0 54px 0;}
.HomeCol .HomeTit{ padding-bottom:8px;}

.Ztbox{ padding-bottom:5%; clear:both;}
.Ztbox .flex-viewport{ margin-left:-20px;}
.Ztbox .slides li a{ display:block; margin-left:20px;}
.Ztbox .flex-direction-nav a {background-color:rgba(0,0,0,0.5); width:20px; margin-top:-20px; height:33px; line-height:33px; font-size:18px; color:#fff;}
.Ztbox .flex-direction-nav a:hover {background-color:#154a9a;color:#fff;}
.Ztbox .flex-direction-nav .flex-prev {left:0px; border-radius:0 8px 8px 0;}
.Ztbox .flex-direction-nav .flex-next {right:0px; border-radius:8px 0 0 8px;}
.Ztbox .flex-direction-nav .flex-disabled{ display:block !important; opacity:1 !important; cursor:pointer;}

@media ( max-width:1024px){
.HomeNews{ margin:20px 0 20px;}
.HomeNews a.mores,.HomeExpter a.mores{top:8px;}
.HomeTit { height:40px; line-height:40px; margin-bottom:15px;}
.HomeTit ul li{margin-right:15px; font-size:16px; padding:0;}
.HomeTit a.more{ right:10px; top:10px;}
.HomeTit2 h2{ font-size:18px; line-height:45px;}
.HomeTit2 a.more{ top:10px;}

.HomeExpter .Leftinfo .p1{font-size:18px;margin-bottom:10px;}
.HomeExpter .Leftinfo .nav li a{font-size:14px;}

.ListWz .top{ padding: 0 0 15px 163px;}
.ListWz .top .info .tit{ line-height:30px; font-size:15px;}
.ListWz .top .imgbox{ width:150px;height:105px;}
.ListWz .top .info .date{ margin-top:14px;}
}

@media ( max-width:768px){
.HomeFast{ padding:12px 0;}
.HomeFast li{ width:25%;}
.HomeNews .NewFocus,.HomeNews .Right {width:auto; float:none;}
.HomeNews .NewFocus { margin-bottom:20px;}
.HomeNews .NewFocus .slides li .imgbox{ padding-top:60%;}
.HomeNews .NewFocus .slides li .info{width:90%; padding:10px 5% 40px;font-size:14px; line-height:24px;}
.HomeTit ul li{margin-right:8px;}

.ListWz .li{ height:28px; line-height:28px; font-size:14px;}

.ListWz .top2{ margin-bottom:10px; padding-left:85px; height:100px;}
.ListWz .top2 .date{width:70px; height:80px;}
.ListWz .top2 .date i{line-height:40px; font-size:24px; padding-top:5px;}
.ListWz .top2 .tit{ line-height:35px; font-size:15px;}
.ListWz .top2 .p{height:40px; line-height:20px;}

.HomeExpter{ padding-top:10px;}
.HomeExpter .Leftinfo{ width:auto; float:none; padding-bottom:29px;}
.HomeExpter .Leftinfo .p{ height:60px; line-height:20px;}
.HomeExpter .Leftinfo .txt{ padding:10px 0 0px;}
.HomeExpter .Leftinfo .p1{font-size:16px;}
.HomeExpter .Leftinfo .nav ul{ margin-left:-2%;}
.HomeExpter .Leftinfo .nav li{ margin:10px 0 0 2%; width:30.33333%;}
.HomeExpter .Leftinfo .nav .more a{ margin:10px auto 0;}
.HomeExpter .Leftinfo .nav .close a{ margin:10px auto 0;}
.HomeExpter .scroll{ width:auto; float:none;}
.HomeExpter .big{ height:auto; /*padding:12px;*/}
.HomeExpter .big .slides li .imgbox{ width:110px; height:150px; position:absolute; left:12px;}
.HomeExpter .big .slides li .info{ width:auto; float:none; margin-left:135px;}
.HomeExpter .big .slides li .p{ line-height:20px; height:60px; margin:8px 0 15px;}
.HomeExpter .big .slides li .more{ width:100px; line-height:30px;}
.HomeExpter .big .slides li .ti{ line-height:26px; color:#333333; font-size:16px;}
.HomeExpter .big  li .imgbox{ width:32%; height:145px;}
.HomeExpter .big  li .info{ width:65.5%;}
.HomeExpter .big  li .ti{line-height:24px;font-size:16px;}
.HomeExpter .big  li .p{line-height:22px;height:66px;}

.HomeCol{ width:auto; padding:15px 0 0px 0; float:none;}
.Ztbox{ padding:25px 0;}
.Ztbox .flex-viewport{ margin-left:-12px;}
.Ztbox .slides li a{ margin-left:12px;}
}

@media ( max-width:768px){
.HomeNews{padding-bottom: 45px;}
.HomeNews a.mores{top: auto; bottom:0; left:50%; margin-left:-60px; text-align: center; background: none; width:120px; line-height: 36px; height: 36px; background:#154a9a; border-radius:30px;}
.HomeNews a.mores span{display: block;}
}

/*首页 end*/


/*栏目页公用样式 s*/
.SubPage{ height:auto !important;min-height:255px; height:255px; padding-bottom:6%;}
.SubBan{ overflow:hidden; position:relative; height:300px;background-position:center center; background-repeat:no-repeat; background-size:cover;}

.ColumnName{ padding:29px 23px; color:#fff; line-height:32px; font-size:20px; background:url(../images/filter80.png);}
.ColumnName .arr{ display:none; position:absolute; right:0; top:0; width:100%; height:100%;}
.ColumnName .arr i{border:1px solid #f0f7ff; border-radius:50%; background:url(../images/menuarr.png) center center no-repeat; width:22px; height:22px; opacity:0.5;transition: all ease 0.3s; position:absolute; right:10px; top:8px;}
.ColumnName.on .arr i{ opacity:1;dis-moz-transform: translate(0, 0) rotate(-180deg) !important;
	-ms-transform: translate(0, 0) rotate(-180deg) !important;
	-o-transform: translate(0, 0) rotate(-180deg) !important;
	transform: translate(0, 0) rotate(-180deg) !important;}

.SubMenu{width:20.5%; float:left; margin-top:-91px; position:relative; z-index:1;}
.SubMenu ul{margin-top:2px; background:#f7fbff url(../images/menubg.jpg) center bottom no-repeat; background-size:contain; padding:23px 0 100px 22px; position:relative;}
.SubMenu li{line-height:44px; background:url(../images/menuline.gif) 6px top repeat-y; position:relative;}
.SubMenu .blank1{ z-index:2;position:absolute; left:22px; width:15px; height:19px; background:#f7fbff; top:19px;}
.SubMenu .blank2{ z-index:2;position:absolute; left:22px; width:15px; height:19px; background:#f7fbff; bottom:96px;}
.SubMenu .arrs{ background:url(../images/arr2.gif); width:8px; height:5px; position:absolute; right:34px; top:15px;}
.SubMenu li.onli .arrs{ background:url(../images/arr02.gif);}

.SubMenu li span a{ display:block; font-size:18px;color:#333333; padding-left:37px; background:url(../images/menudot1.png) 3px center no-repeat;}
.SubMenu li span a:hover,.SubMenu li.onli span a{ background:url(../images/menudot2.png) 0 center no-repeat; color:#154a9a;}

.SubMenu .sub{ display:none; line-height:24px;}
.SubMenu .sub dd a{ display:block; margin-left:55px; font-size:16px;}
.SubMenu li.onli .sub{ display:block;}

.djbody .ColumnName{background:url(../images/filter81.png);}
.djbody .SubMenu ul{ background:#fef8f8 url(../images/menubg2.jpg) center bottom no-repeat; background-size:contain;}
.djbody .SubMenu li{background:url(../images/menuline2.gif) 6px top repeat-y;}
.djbody .SubMenu li span a{ background:url(../images/menudot3.png) 3px center no-repeat;}
.djbody .SubMenu li span a:hover,.djbody .SubMenu li.onli span a{ background:url(../images/menudot4.png) 0 center no-repeat; color:#e60b21;}
.djbody .SubMenu .blank1,.djbody .SubMenu .blank2{background:#fef8f8;}
.djbody .SubMenu .sub dd a{ color:#e60b21;}
.djbody .SubMenu .sub dd a.on{ background:url(../images/menuline4.gif) 0px center no-repeat;}
.onys{color:#154a9a;}

.RightCon{ width:76%; float:right;}
.Position{ padding-top:25px; margin-bottom:42px; border-bottom:3px solid #f8f8f8; line-height:56px; height:56px;}
.Position h3{ font-weight:normal; float:left; color:#333333; font-size:18px;}
.Position .place{ color:#999999; float:right;}
.Position .place a{ color:#999999;}
.Position .place a:hover,.Position .place span{ color:#444444;}
.Position.lx h3{ color:#154a9a; border-bottom:3px solid #154a9a; padding:0 10px; font-weight:bold;}

.SinglePage{ word-wrap:break-word;word-break:normal;text-align:justify; color:#333333; font-size:16px; line-height:34px;}

@media ( max-width:1024px){
.SubPage{padding-bottom:30px;}
.SubBan {height:150px;}
.SubMenu li{ line-height:34px;}
.SubMenu li span a{ font-size:16px;}
.SubMenu .sub dd a{ font-size:14px;}
.SubMenu .blank1,.SubMenu .blank2{ display:none;}

.SinglePage{ font-size:14px; line-height:24px;}
}
@media ( max-width:998px){
.SubMenu{ width:auto; float:none; margin-top:-20px;}
.SubMenu ul{ padding:15px 0 60px 22px; display:none;}
.ColumnName{ padding:0px 0 0 25px; line-height:40px; font-size:16px;}
.ColumnName .arr{ display:block;}
.RightCon{ width:auto; float:none;}
.Position{ padding-top:0px; margin-bottom:25px; border-bottom:1px solid #f8f8f8; line-height:45px; height:45px; font-size:12px;}
.Position h3{ font-size:15px;}
}
/*栏目页公用样式 end*/


/*学校概况 s*/
.AboutInfo{ padding:26px; background:url(../images/aboutbg.gif); margin-bottom:5%;}
.AboutInfo .img{ width:66%; float:left; text-align:center;}
.AboutInfo1 .img{width:100%;}

.AboutInfo .info{ width:31%; float:right;}
.AboutInfo1 .info{display:none;}

.AboutInfo .name{ padding:28px 0 35px;}
.AboutInfo .name b{ display:block; color:#333333; font-size:26px;}
.AboutInfo .name i{ color:#999999; font-size:14px; letter-spacing:0.2em; text-transform:uppercase;}
.Abouttxt{ padding:0 26px;}
.Aboutitem{ border-top:3px solid #f8f8f8;}
.Aboutitem .ti{ line-height:48px; padding-top:15px; font-size:24px; color:#154a9a;}
.Aboutitem .info{ width:30%; float:left;}
.Aboutitem .about{ width:65%; float:right; padding-top:32px;}
.Aboutitem .about dl{ margin-bottom:40px; padding-left:25px; line-height:25px; border-left:4px solid #dcdcdc;}
.Aboutitem .about dl dt{ font-size:18px; font-weight:bold; color:#333333; margin:-5px 0 5px;}

#SheBeibox {position: relative; overflow:hidden; margin-bottom:8%;}
#SheBeibox .swiper-slide { position:relative;width: 470px; text-align:center;}
#SheBeibox .swiper-slide .tit{ position:absolute; z-index:2; left:0; bottom:0; width:100%; line-height:48px; font-size:22px; background:rgba(0,0,0,0.6); color:#fff;}
#SheBeibox .swiper-slide .imgbox{ height:316px;}
#SheBeibox .swiper-slide.swiper-slide-active .imgbox{}

#SheBeibox .swiper-pagination {width: 100%;bottom: 20px; display:none;}
#SheBeibox .swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 5px;background-color: #cccccc;width: 10px;height: 10px;opacity: 1;}
#SheBeibox .swiper-pagination-bullets .swiper-pagination-bullet-active {background-color: #eb5f1a;}
#SheBeibox .swiper-button-prev { border-radius:50%; cursor:pointer;left: 0px;width: 48px;height: 48px; background: #4e78d8 url(../images/ico/arr1.png) center center no-repeat; margin-top:-35px;}
#SheBeibox .swiper-button-next { border-radius:50%; cursor:pointer;right: 0px;width: 48px;height: 48px;background: #4e78d8 url(../images/ico/arr2.png) center center no-repeat; margin-top:-35px;}

.ShebeiList{ margin:0 0 4% -13px;}
.ShebeiList li{ width:33.333%; float:left;}
.ShebeiList .box{ padding-top:8px; border:1px solid #eeeeee; margin:0 0 30px 13px;transition: all ease 0.3s;}
.ShebeiList .imgbox{ padding-top:200px; margin:0 8px 8px;}
.ShebeiList .info{ border-top:1px solid #eeeeee; padding:16px 35px 28px; background:url(../images/ico/point.gif) right bottom no-repeat;}
.ShebeiList .tit{ line-height:45px; font-size:22px; color:#333333;}
.ShebeiList .p{ line-height:28px; height:84px;-webkit-line-clamp: 3; color:#666666; font-size:16px;}
.ShebeiList.ry .imgbox span{ background-size:contain;}
.ShebeiList.ry .info{ padding:64px 15px 0; height:66px; text-align:center; font-size:16px; color:#333333; background:url(../images/ico/ry.png) center 20px no-repeat; font-weight:bold; overflow:hidden;}

.HuanJing{ background:#f8f8f8; padding:37px;}
.HuanJing .tithead{ padding:28px 0 38px;line-height:27px;}
.HuanJing .tithead h3{ float:left; color:#333333; font-size:26px;}
.HuanJing .tithead .nav{ float:right; line-height:23px;}
.HuanJing .tithead .nav li{ float:left;}
.HuanJing .tithead .nav li a{ display:block; border:2px solid #f8f8f8; padding:0 10px; color:#333333; font-size:16px; cursor:pointer; margin-left:28px;}
.HuanJing .tithead .nav li.on a{ border:2px solid #154a9a; color:#154a9a; background:#fff;}

.HuanJing .big{ background:#fff; border:1px solid #eeeeee; margin-bottom:25px;}
.HuanJing .big .slides li { position:relative;}
.HuanJing .big .slides li .num{ position:absolute; left:0; bottom:0; width:90%; padding:0 5%; line-height:60px; background:rgba(0,0,0,0.67); color:#fff; font-size:16px; z-index:2;}
.HuanJing .big .slides li .num span{ color:#3673cf;}
.HuanJing .big .slides li .num i{ display:inline-block; vertical-align:middle; width:61px; height:1px; font-size:0; background:#fff; margin:0 10px;}
.HuanJing .big .slides li .imgbox{ padding-top:60%;}

.HuanJing .small .flex-viewport{ margin-left:-10px;}
.HuanJing .small .slides li{ cursor:pointer;}
.HuanJing .small .slides li .imgbox{ margin-left:10px; padding-top:143px; border:1px solid #efefef;}
.HuanJing  .small .slides li.flex-active-slide .imgbox{ border:3px solid #305ea5; padding-top:139px;}
.HuanJing .flex-direction-nav{ width:136px; right:0; bottom:0; position:absolute; background:rgba(21,75,154,0.8) url(../images/line.png) center center no-repeat; height:60px;}
.HuanJing .flex-direction-nav a { width:20px; margin-top:-9px; height:20px; line-height:20px; font-size:18px; color:#bababa;}
.HuanJing .flex-direction-nav a:hover {color:#fff;}
.HuanJing .flex-direction-nav .flex-prev {left:33px;}
.HuanJing .flex-direction-nav .flex-next {right:33px;}

.HornorTec{ background:#f8f8f8; padding:3.6%; margin-bottom:5%;}
.HornorTec .scroll{ width:53%; border:1px solid #eeeeee; background:#fff; padding:4% 4% 7%; position:relative; float:left;}
.HornorTec .imgbox{ padding-top:60%;}.HornorTec .imgbox span{ background-size:contain;}
.HornorTec .info{ font-size:16px; width:32%; float:right; line-height:35px; height:auto !important; height:391px; min-height:391px; background:url(../images/linebg.gif) 0px bottom repeat-x;}
.HornorTec .info .ico{ text-align:center; padding-bottom:25px;}
.HornorTec .info .ti{ text-align:center; color:#333333; font-size:26px; padding-bottom:23px;}
.HornorTec .info .p{color:#333333; text-indent:2em;}
.HornorTec .flex-control-nav{ left:0; bottom:15px;}
.HornorTec .flex-control-paging li a{ width:9px; height:9px; border:0; background:#d0d0d0;}
.HornorTec .flex-control-paging li a.flex-active{background:#313131;}
.HornorTec .flex-direction-nav{ width:150px; left:50%; margin-left:-75px; position:absolute; bottom:35px;}
.HornorTec .flex-direction-nav a { top:auto; bottom:-9px; margin:0; height:15px; line-height:15px; font-size:18px; color:#154a9a;}
.HornorTec .flex-direction-nav a:hover {color:#bababa;}
.HornorTec .flex-direction-nav .flex-prev {left:0px;}
.HornorTec .flex-direction-nav .flex-next {right:0px;}


@media ( max-width:1024px){
.AboutInfo{ padding:10px;}
.Abouttxt{ padding:0 10px;}
.AboutInfo .name{ padding:15px 0 10px;}
.AboutInfo .name b{font-size:18px;}
.AboutInfo .name i{letter-spacing:0;}
.Aboutitem .ti{ line-height:30px; font-size:18px;}
.Aboutitem .about dl dt{ font-size:16px;}
.ShebeiList .info{padding:10px 10px 10px;}
.ShebeiList .tit{ line-height:32px; font-size:16px;}
.ShebeiList .p{ line-height:22px; height:66px; font-size:14px;}
.HornorTec .info{ line-height:24px; font-size:14px; height:300px; min-height:300px;}
.HornorTec .info .ti{ font-size:18px; padding-bottom:10px;}
.ShebeiList.ry .info{ padding:40px 8px 0; line-height:20px; font-weight:normal; font-size:14px; background-position:center 10px;}

}
@media ( max-width:768px){
.AboutInfo .img,.AboutInfo .info,.Aboutitem .info,.Aboutitem .about{ width:auto; float:none;}
.Aboutitem .ti{font-size:16px;}
.Aboutitem .about dl{ margin-bottom:12px;}
#SheBeibox .swiper-slide {width: 280px;}
#SheBeibox .swiper-slide .tit{line-height:34px; font-size:16px;}
#SheBeibox .swiper-slide .imgbox{ height:200px;}
#SheBeibox .swiper-button-prev,#SheBeibox .swiper-button-next {width: 30px;height: 30px;}
.ShebeiList .imgbox{ padding-top:80%;}
.ShebeiList .box{ margin-bottom:13px;}
.ShebeiList .tit{ line-height:24px; font-size:14px;}
.ShebeiList .p{ display:none;}

.HuanJing .tithead{ padding:10px 0 20px;}
.HuanJing .tithead h3{ float:none; font-size:18px; padding-bottom:12px;}
.HuanJing{padding:12px;}
.HuanJing .tithead .nav{ float:none;}
.HuanJing .tithead .nav li{ width:20%;}
.HuanJing .tithead .nav li a{ margin:0; padding:0; text-align:center; font-size:14px;}
.HuanJing .big{ margin-bottom:20px;}
.HuanJing .big .slides li .num i{ width:20px;}
.HuanJing .big .slides li .num{ line-height:40px;}
.HuanJing .big .slides li .imgbox{ padding-top:70%;}
.HuanJing .flex-direction-nav{height:40px;}
.HuanJing .small .slides li .imgbox{padding-top:80px;}
.HuanJing .small .slides li.flex-active-slide .imgbox{ padding-top:75px;}

.HornorTec .scroll{ width:auto; float:none;}
.HornorTec .info{width:auto; float:none; height:100px; min-height:100px; padding-bottom:20px;}
.HornorTec .info .ico{ padding-bottom:0px;}
}

/*护理风采 s*/
.styletit{ text-align:center; width:70%; margin:0px auto; padding-bottom:18px;}
.stylesearch{ border:3px solid #e5e5e5; border-radius:20px; padding-top:6px; width:210px; height:28px; margin:0px auto 8px;}
.stylesearch .nav { position:relative;width:62px; height:22px; border-right:2px solid #e5e5e5; font-size:18px; text-align:center; float:left;}
.stylesearch .nav input {width:100%; height:22px; line-height:22px; font-size:18px; text-align:center; cursor:pointer; color:#ff4b4b;}
.stylesearch .nav ul { width:100%; position:absolute; left:0px; top:31px; display:none; border-radius:20px 0 0 0; background:#e5e5e5; z-index:99999;}
.stylesearch .nav ul li { padding-left:15px;cursor:pointer; line-height:32px;}
.stylesearch .nav .hover { color:#fff; background:#ff4b4b;}
.stylesearch .selectcon { width:125px; float:left; height:22px;}
.stylesearch .selectcon select{ width:100%; color:#ff4b4b; font-size:22px; font-weight:bold; text-align:center;background: url(../images/ico/selectarr2.png) no-repeat scroll 100% center transparent;}

.Styleitem{ background:#fff6f6 url(../images/stylebg1.png) center top no-repeat; background-size:contain; margin-bottom:5%; color:#836161;}
.Styleitem .box{ padding:115px 61px 85px 20%; background:url(../images/stylebg2.png) center bottom no-repeat; background-size:contain; position:relative; height:auto !important; height:351px; min-height:351px;}
.Styleitem .num{ left:6%; width:5%; top:7%; position:absolute;}
.Styleitem .head{ width:100%; float:none; text-align:center; font-size:16px;}
.Styleitem .head h4{ line-height:33px; color:#ff4b4b; font-size:24px; padding-top:17px;}
.Styleitem .imgbox{ padding-top:90%; border:13px solid #ffe3e3; border-radius:50%;}
.Styleitem .info{ line-height:28px; width:100%; float:none;}
.Styleitem .info .ti{ line-height:38px; font-size:16px; font-weight:bold;}
.Styleitem .info .ti img{ display:inline-block; vertical-align:middle; margin-right:5px;}
.Styleitem .info .p{ height:auto !important; height:67px; min-height:67px; padding-bottom:20px;text-align:center}
.Styleitem .info img{max-height:500px;}
@media ( max-width:768px){
.Styleitem .box{ padding:50px 0 30px; background:url(../images/stylebg2.png) center bottom no-repeat; background-size:contain; position:relative; height:auto !important; height:351px; min-height:351px;}
.Styleitem .num{ top:2%;}
.Styleitem .info .p{margin-top:60px;}
.Styleitem .head{ width:100%; float:none; margin:0px auto;}
.Styleitem .head h4{  font-size:18px;}
.Styleitem .info{ line-height:24px; width:auto; float:none; padding:0 15px;text-align:center;}
.Styleitem .info .p{height:20px; min-height:20px;}
}

/*医师团队 s*/
.TeamList{ margin:0 0 0 -5%;}
.TeamList li{ width:45%; float:left; margin:0 0 5% 5%; background:#f8f8f8;transition: all ease 0.3s;}
.TeamList .imgbox{ width:50%; padding-top:319px; float:left;}
.TeamList .info{ width:40%; float:left; padding-left:5%;}
.TeamList .name{ padding-top:31px; line-height:44px; font-size:20px; color:#333333;}
.TeamList .job{ color:#333333; font-size:16px;}
.TeamList .p{ color:#888888; height:96px;-webkit-line-clamp: 4; margin:14px 0 29px;}
.TeamList .mroe{ color:#154a9a;}
.TeamList .mroe i{ display:inline-block; vertical-align:middle; background:url(../images/more.gif); width:7px; height:7px; margin-left:15px;}

.ExpterImg{ width:24%; float:left; text-align:center;}
.ExpterImg a{color: #3d38ac;}.ExpterImg span{ display:block; text-align:right;}
.ExpterInfo{ width:60%; padding-left:5%; float:left;}
.ExpterInfo .p{ color:#999999;}
.ExpterInfo .ti{ color:#154a9a; font-size:20px; line-height:40px;}
.ExpterInfo .ti i{ font-weight:normal; color:#666666; font-size:15px; font-family:Arial, Helvetica, sans-serif; margin-left:8px;}
.ExpterInfo .job{ color:#333; font-size:16px; padding-bottom:13px;}



.popbox{ display:none;position:fixed;background:#fff;box-shadow:0 10px 20px rgba(0,0,0,0.2);width:400px;padding:20px;left:50%;top:50%;transform:translate(-50%,-50%);z-index:200;border-radius:10px;}
.popbox .close{width:30px;height:30px;background: #bbb url(../images/close.png) center center no-repeat;border-radius:50%;position:absolute;right:9px;top:9px;}
.popbox form{box-sizing:border-box;}
.popbox form .oname{font-size:20px;color:#333;font-weight:bold;}
.popbox ul{margin-top:30px;}
.popbox li{margin-bottom:18px;}
.popbox li input{width:100%;height:50px;background:#eee;border-radius:10px;padding:0 20px;box-sizing:border-box;}
.popbox li textarea{width:100%;height:220px;background:#eee;border-radius:10px;padding:20px;box-sizing:border-box;}
.popbox a{display:block;width:100%;height:50px;background:#f14a4a;text-align:center;line-height:50px;font-size:16px;color:#fff;border-radius:10px;}

@media ( max-width:1024px){
.TeamList .imgbox{padding-top:280px;}
.TeamList .name{ padding-top:10px; line-height:30px; font-size:16px;}
.TeamList .p{height:72px;-webkit-line-clamp: 3; margin:10px 0 10px;}
.TeamList .job{ font-size:14px;}
}
@media ( max-width:768px){
.TeamList li{ width:auto; float:none;}
.ExpterImg,.ExpterInfo{ width:auto; float:none; padding:0;}
}
@media ( max-width:640px){
.TeamList .imgbox{padding-top:220px;}

.popbox{width:90%;padding:10px;}
.popbox li input{height:38px;}
.popbox li textarea{height:180px;}
}

/*科室介绍 s*/
.KsInfo{ padding:5.5% 3.8% 8%; background:url(../images/bmbg.jpg) center top no-repeat; background-size:contain;}
.KsInfo .tithead{ text-align:center; color:#154a9a; padding-bottom:5%; font-size:26px;}
.KsInfo .info{ line-height:30px; background:#fff; border:1px solid #eef8ff; box-shadow:0 0 18px #d4dbe9; padding:5%;}
.KsInfo .contact{ height:auto !important; height:80px; min-height:80px; border-top:1px solid #eef8ff; margin-top:22px; padding-top:25px; color:#154b9b; font-size:16px; line-height:33px; position:relative;}
.KsInfo .contact .ewm{ margin:0px auto; width:166px; text-align:center; position:absolute; right:0px; top:0; padding-top:9px; font-size:14px;}
.KsInfo .contact .ewm img{ display:block; margin:0px auto 5px; width:78px; height:78px; padding:5px; border:1px solid #eeeeee;}

.TeamList2{ margin:0 3.8%;}
.TeamList2 .flex-viewport{ margin-left:-30px;}
.TeamList2 .slides li{ width:25%; float:left; text-align:center;}
.TeamList2 .slides li .box{ padding-left:30px; color:#666666; font-size:16px;}
.TeamList2 .slides li .imgbox{ border:1px solid #eeeeee; padding-top:125%;}
.TeamList2 .slides li .name{ line-height:26px; color:#154b9b; font-size:16px; padding-top:30px;}
.TeamList2 .flex-direction-nav a {background-color:#4e78d8; width:30px; height:48px; background-position:center center; background-repeat:no-repeat; text-indent:999em; border-radius:0; margin-top:-48px;}
.TeamList2 .flex-direction-nav .flex-prev {left:0px; background-image:url(../images/ico/arr1.png);}
.TeamList2 .flex-direction-nav .flex-next {right:0px; background-image:url(../images/ico/arr2.png);}
.TeamList2 .flex-direction-nav a:hover { background-color:#1f56d3;}

.DepartmentNav{ margin-left:-2%;}
.DepartmentNav li{ width:23%; float:left; padding:0 0 2% 2%;}
.DepartmentNav .box{ font-size:14px; border:1px solid #e7e7e7; border-radius:10px; padding:12px 19px 0; height:136px;transition: all ease 0.3s;}
.DepartmentNav .tit{ line-height:37px; color:#222222; font-size:18px;}
.DepartmentNav .p{ line-height:20px; height:40px;-webkit-line-clamp: 2; color:#999999; margin-bottom:14px;}
.DepartmentNav .more{ line-height:24px; color:#3e6bc8; font-weight:bold;}
.DepartmentNav .iconfont{ width:24px; line-height:24px; display:inline-block; margin-left:7px; color:#fff; border-radius:50%; background:#3d38ac; font-size:14px; text-align:center; font-weight:normal;}
.DepartmentNav li:hover .box{ border:1px solid #3e6bc8; background:#3e6bc8;}
.DepartmentNav li:hover .tit,.DepartmentNav li:hover .more{ color:#fff;}
.DepartmentNav li:hover .p{ color:#c1c0e0;}
.DepartmentNav li:hover .iconfont{ background:#fff; color:#3d38ac;}

@media ( max-width:1024px){
.KsInfo .tithead{font-size:18px;}
.DepartmentNav .tit{ line-height:30px; font-size:15px;}
.DepartmentNav .box{ height:120px;}
}
@media ( max-width:640px){
.KsInfo .info{ line-height:24px;}
.KsInfo .contact{ font-size:14px; line-height:26px;}
.KsInfo .contact .ewm{ position:static;}
.TeamList2 .slides li .box{ padding-left:12px; font-size:14px;}
.TeamList2 .flex-viewport{ margin-left:-12px;}
.TeamList2 .slides li .name{ padding-top:10px; font-size:15px;}
.DepartmentNav li{ width:48%;}
}

/*新闻中心 s*/
.NoticeList{ padding-bottom:3%;}
.NoticeList li{transition: all ease 0.3s; margin-bottom:24px; border:2px solid #f1f1f1; padding:28px 173px 0 153px; height:82px; position:relative;}
.NoticeList .date{ text-align:center; border-right:2px solid #dcdcdc; position:absolute; left:0; top:28px; width:123px; line-height:11px; color:#154a9a;}
.NoticeList .date i{ display:block; line-height:26px; font-size:36px; margin-bottom:16px;}
.NoticeList .tit{ line-height:20px; margin-bottom:9px; color:#333333; font-size:18px;}
.NoticeList .p{ color:#a8a8a8;-webkit-line-clamp: 1; height:24px;}
.NoticeList .more{ position:absolute; right:28px; top:33px; width:44px; height:44px; border-radius:50%; background: #e5e5e5 url(../images/more4.png) center center no-repeat;}
.NoticeList li:hover{ border:2px solid #154a9a;}
.NoticeList li:hover .tit{ color:#154a9a;}
.NoticeList li:hover .more{background: #154a9a url(../images/more04.png) center center no-repeat;}

.NewsList{ margin:0 0 3% -15px;}
.NewsList ul{margin-bottom:5%;}
.NewsList li{ width:100%; float:none;}
.NewsList .box{ transition: all ease 0.3s; margin:0 0 30px 0px; padding:0px 70px 20px 0;box-sizing:border-box; /*height:250px;*/;position:relative;    border-bottom: 1px solid #e9e9e9;}
.NewsList .box .ti{ background:url(../images/bdot.png) left center no-repeat;padding-left:40px;box-sizing:border-box;line-height:22px;/* height:44px; */overflow:hidden; color:#333333; font-size:18px;}
.NewsList .box .date{ line-height:36px;font-size:18px;font-family:Arial; color:#154a9a; padding-bottom:7px; margin-bottom:14px;position:absolute;top:0px;right:0px;}
.NewsList .box .p{ line-height:26px; height:78px;-webkit-line-clamp: 3; margin-bottom:24px; color:#a8a8a8;}
.NewsList .box .detail{ background:url(../images/more5.png) right center no-repeat;}
.NewsList li:hover .box { }
.NewsList li:hover .box .ti{ color:#154a9a;}

.PhotoNews{ margin:0 0 2.333% -2.333%;}
.PhotoNews li{ width:31%; float:left; text-align:center; padding:0 0 2.333% 2.333%;}
.PhotoNews li .imgbox{ padding-top:68%; border:1px solid #e3e3e3;}
.PhotoNews li .imgbox span{ width:94%; height:92%; left:3%; top:4%;}
.PhotoNews li .tit{ padding:0 5%; width:90%; line-height:45px; background:#f9f9f9;}
.PhotoNews li:hover .tit{ background:#154a9a; color:#fff;}
.PhotoNews li .play{transition: all ease 0.3s; z-index:2; position:absolute; left:0; top:0; width:100%; height:100%; color:#fff; background:rgba(0,0,0,0.2);}
.PhotoNews li .play i{ background:url(../images/ico/play.png); width:36px; height:36px; position:absolute; left:50%; top:50%; margin:-18px 0 0 -18px; z-index:3;}
.PhotoNews li:hover .play{background:rgba(0,0,0,0);}

.Titleinfo{ text-align:center; border-bottom:1px dashed #e5e5e5; margin-bottom:35px;}
.Titleinfo h2{-size:24px; color:#333333; line-height:26px;}
.Titleinfo .date{ padding:12px 0; font-size:14px;}
.Titleinfo .date i{ display:inline-block; margin:0 10px;}
.Titleinfo .share{ display:inline-block;*display:inline; zoom:1; vertical-align:middle;}
.videoinfo{ width:80%; margin:0px auto 10px; position:relative; height:100%; overflow:hidden;}
.videoinfo video{ background:#000; width:100%;}

.PrevNextBox {margin:50px 0 0 0;position:relative; color:#888888; font-size:16px;}
.PrevNextBox dl{margin-bottom:20px; line-height:60px; height:60px;overflow:hidden; background:#f7f7f7; position:relative;}
.PrevNextBox dl span{ padding-left:97px; position:relative; display:block;}
.PrevNextBox dl span em{ position:absolute; left:33px; top:0px; color:#000000; font-weight:bold;}
.PrevNextBox dl a{ margin:0px auto; display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:95%; color:#666666;}
.PrevNextBox dl:hover{background:#3d38ac; color:#fff;}
.PrevNextBox dl:hover a{ color:#fff;}
.PrevNextBox dl:hover span em{color:#fff;}
.PrevNextBox dl a.none{color:#999;}

@media ( max-width:1024px){
.NoticeList li{padding:28px 50px 0 100px;}
.NoticeList .more{ width:30px; height:30px; right:10px;}
.NoticeList .date{width:80px;}
.NoticeList .date i{ font-size:24px;}
.NewsList{margin-left:0px;}
/*.NewsList .box{ padding:10px 10px 0; height:200px;}*/
.NewsList .box .p{ height:48px;-webkit-line-clamp: 2; margin-bottom:10px; line-height:24px;}

.Titleinfo { line-height:20px; padding-bottom:0px; margin-bottom:20px;}
.Titleinfo h2{ font-size:18px;}
.Titleinfo .share{ display:none;}

.PrevNextBox {margin:30px 0 0 0; font-size:14px;}
.PrevNextBox dl{ width:auto; float:none !important; line-height:30px; height:30px; margin-bottom:8px;}
.PrevNextBox dl span{ padding-left:65px;}
.PrevNextBox dl span em{left:10px;}
.videoinfo{ width:100%;}
}
@media ( max-width:768px){
.NoticeList li{margin-bottom:15px; padding-top:15px; padding-left:70px; padding-right:45px; height:62px;}
.NoticeList .date{top:15px; font-size:12px; width:60px;}
.NoticeList .date i{margin-bottom:9px; font-size:20px;}
.NoticeList .more{ top:22px;}
.NoticeList .tit{font-size:15px; margin-bottom:5px;}
.NewsList li{ width:auto; float:none;}
.NewsList .box { margin-bottom:15px; height:auto; padding-bottom:10px;}
.NewsList .box .ti{ font-size:15px; height:auto;}

.PhotoNews { margin-left:-3%;}
.PhotoNews li{ width:47%; padding:0 0 3% 3%;}
.PhotoNews li .tit{ line-height:35px;}
}

/*联系我们 s*/
.Contacts{ padding:5% 0 6%;}
.Contacts li{ width:29.333%; float:left; padding:0 2%;}
.Contacts li .box{ border-right:2px solid #eeeeee; height:130px;}
.Contacts li .ti{ line-height:40px; padding-bottom:12px; color:#333333; font-size:20px;}
.Contacts li .ti i{ color:#154a9a; margin-left:5px;}
.Contacts li .ti img{ display:inline-block; vertical-align:middle; margin-right:32px;}
.Contacts li .txt{ padding-left:60px; line-height:30px; color:#333333; font-size:18px;}
.Contacts li .txt i{ color:#888888; font-size:14px; margin-left:15px;}
.Contacts li:last-child .box{ border-right:0;}
#dituContent{ height:457px; border:2px solid #f1f1f1;}
.Address{ font-size:16px; color:#444444; border-bottom:2px solid #eeeeee; padding:26px 45px 26px;}
.Address img{ display:inline-block; vertical-align:middle; margin-right:22px;}
.Address a.search{ background:url(../images/more5.png) right center no-repeat; padding-right:26px; float:right; color:#154a9a;}
.Address span{ float:left;}

@media ( max-width:1024px){
.Contacts li .ti{ line-height:30px; font-size:16px;}
.Contacts li .ti img{margin-right:8px;}
.Contacts li .txt{ padding-left:42px; line-height:26px;font-size:16px;}
}
@media ( max-width:768px){
.Contacts li{ width:auto; float:none;}
.Contacts li .box{height:auto; border-right:0px; border-bottom:2px solid #eeeeee; margin-bottom:10px; padding-top:10px;}
#dituContent{ height:240px;}
.Address{ font-size:14px; padding:26px 0px 26px;}
.Address a.search{ display:block;}
}

/*党建园地 s*/
.Djtit{ line-height:45px; padding:0 18px; height:45px; background:#f7de90; margin-bottom:48px;}
.Djtit h4{ float:left; color:#e60b21; font-size:18px;}
.Djtit h4 img{ display:inline-block; vertical-align:middle; margin-right:10px;}
.Djtit a.more{ float:right; color:#333333;}
.DjCol{ margin:0 0 0 -4%;}
.DjCol .Col{ width:46%; float:left; padding-left:4%; height:264px;}
.DjCol .tithead{ margin-bottom:10px; position:relative; background:url(../images/line3.gif) 0px center repeat-x; line-height:36px; height:36px;}
.DjCol .tithead span{ background:#fff; float:left; display:inline-block; padding-right:14px; color:#e60b21; font-size:18px;}
.DjCol .tithead a.more{ background:url(../images/more6.gif); width:18px; height:18px; display:block; border-left:12px solid #fff; position:absolute; right:0; top:11px;}
.DjCol li{ height:36px; line-height:36px; font-size:16px;}
.DjCol li .date{ color:#888888; float:right;}
.DjCol li .tit{ width:70%; float:left; color:#333333;}
.DjCol li .tit:hover{ color:#e60b21;}

.ZgList{ padding-bottom:3%;}
.ZgList li{ margin-bottom:24px; border:2px solid #f9d4d4; padding:19px 30px 5px;transition: all ease 0.3s;}
.ZgList .tit{ line-height:38px; font-size:18px; color:#333333;}
.ZgList .p{ line-height:26px; height:52px; color:#a8a8a8;-webkit-line-clamp: 2;}
.ZgList .other{ position:relative; margin-top:15px; border-top:1px solid #fce9e9; line-height:46px; color:#888888;}
.ZgList .other span{ display:inline-block; width:209px;}
.ZgList .other i{ color:#f09999;}
.ZgList .other .more{ background:url(../images/more6.png) right center no-repeat; padding-right:23px; position:absolute; right:0; top:0; color:#4c4c4c;}
.ZgList li:hover{ background:#fff;}
.ZgList li:hover .tit{ color:#e60b21;}

.Jgtit{ font-size:36px; text-align:center; color:#e60b21; line-height:39px; padding-bottom:25px;}
.Jgtit2{ font-size:18px; color:#e60b21; line-height:52px; padding-top:31px;}

.Jgtxt1{ display:table; width:100%; font-size:16px; font-weight:bold;border-top: 2px solid #e5e5e5;}
.table-tr {display: table-row;}
.table-td.th { color:#e60b21; padding:5px 19px; width:88px; border-right:0; text-align:left;}
.table-td { color:#333333; text-align:left;display: table-cell;height: 100%;border: 2px solid #e5e5e5;border-top: 0px;vertical-align: middle; padding:5px 27px;}

.Jgtxt2{ border:2px solid #e5e5e5;}
.Jgtxt2 li{ width:20%; float:left; padding-bottom:10px; line-height:28px; color:#333333;}
.Jgtxt2 li dt{ padding-left:10%; font-weight:bold; border-bottom:2px solid #e5e5e5; line-height:36px; margin-bottom:3px; font-size:16px;}
.Jgtxt2 li dd{ padding-left:10%;}
.Jgtxt2 li.w80{ width:80%;}
.Jgtxt2 li.w80 dt{ padding-left:3%;}
.Jgtxt2 li.w80 dd{ padding-left:3%;}

.Jgtxt3{ border:2px solid #e5e5e5; color:#333333; padding:10px 0 10px 20px; line-height:28px;}
.Jgtxt3 li{ display:inline-block; *display:inline-block;zoom:1; min-width:100%;padding: 5px 15px 5px 0;}
.Jgtxt3 li a{ background:url(../images/dot2.gif) 0px center no-repeat; padding-left:11px;}

@media ( max-width:1024px){
.Jgtit{ font-size:20px; padding-bottom:10px;}
.Jgtit2{ font-size:16px; padding-top:10px;}
.Jgtxt1{font-size:14px;}
}

@media ( max-width:768px){
.Djtit{ line-height:40px; height:40px; margin-bottom:25px;}
.Djtit h4,.DjCol .tithead span{font-size:16px;}
.DjCol .tithead{ margin-bottom:0px;}
.DjCol .Col{ width:auto; float:none; height:auto; padding-bottom:10px;}
.DjCol li{ height:30px; line-height:30px; font-size:14px;}

.ZgList li{ margin-bottom:15px; padding:10px 10px 5px;}
.ZgList .tit{ font-size:16px;}
.ZgList .p{ line-height:20px; height:40px;}
.ZgList .other{ line-height:40px;}
.ZgList .other span{ width:150px;}

.table-td.th { width:60px;}
.Jgtxt2 li dt{font-size:14px;}
.Jgtxt2 li dt{ padding-left:15px;}
.Jgtxt2 li dd{ padding-left:15px;}
.Jgtxt2 li{ width:auto; float:none;}
.Jgtxt2 li p{ display:inline-block; margin-right:15px;}
.Jgtxt2 li.w80{ width:auto;}
.Jgtxt2 li.w80 p{ border-bottom:1px solid #ddd; padding-bottom:5px; margin-bottom:5px; display:block;}
.Jgtxt2 li.w80 p:last-child{ border-bottom:0;}
}


/*20191118*/
.SubTit{ text-align:center; background:url(../images/linebg2.gif) 0px center repeat-x; margin-bottom:4%; line-height:43px; font-size:24px; color:#154a9a;}
.SubTit i{ display:inline-block; padding:0 48px; background:#fff;}
.autotxt{ max-width:48%; margin:0px auto;}
.Infoform{ width:48%; padding-top:5%;}
.Infoform.auto{ margin:0px auto;}
.Infoform .tithead{ line-height:54px; color:#154a9a; font-size:16px;}
.Infoform .item{ margin-bottom:1px; line-height:46px; background:#eef4f8; position:relative;}
.Infoform .item dt{ position:absolute; left:27px; top:0; color:#154a9a; font-size:16px;}
.Infoform .item .input{ font-size:16px; width:96%; height:45px; line-height:45px; color:#76859b;}
.Infoform .item .star{color:red;}
.Infoform .item dd.m1{ margin-left:74px;}
.Infoform .item dd.m2{ margin-left:106px;}
.Infoform .item dd.m3{ margin-left:137px;}
.Infoform .item.left{ width:40%; float:left;}
.Infoform .item.right{ width:60%; float:left;}
.Infoform .item .select{ border-right:1px solid #fff;}
.Infoform .item .select select{ color:#76859b; font-size:16px; width:96%; height:43px;background: url(../images/selectarr.png) no-repeat scroll 94% center transparent;}

.btnbox{ padding-top:50px; clear:both; text-align:center;}
.btnbox .sendbtn{ width:100%; background:#eaa348; height:46px; cursor:pointer; font-size:16px; color:#000;}

.TopHead{ font-size:16px; padding-bottom:30px;}
.TopHead .span{ color:#333333; display:inline-block; margin-right:65px;}.TopHead .span i{ color:#888888; margin-right:5px;}
.TopHead .ico{ display:inline-block; vertical-align:middle; margin-right:12px;}
.TopHead .jlbtn{ margin-right:15px; font-size:14px; text-align:center; color:#fff; display:inline-block; border-radius:30px; width:80px; line-height:35px; background:#3880d0;}
.TopHead .outbtn{ font-size:14px; text-align:center; color:#fff; display:inline-block; border-radius:30px; width:80px; line-height:35px; background:#f79500;}

.Keshi{ margin:0 0 0 -1px;}
.Keshi li{ width:16.6666%; float:left; text-align:center; line-height:58px; font-size:16px;}
.Keshi li a{ display:block; background:#e2ecf4; font-weight:bold; margin:0 0 1px 1px; color:#154a9a;}
.Keshi li a:hover{background:#154a9a; color:#fff;}
.Keshi li:nth-of-type(even) a{ background:#C1CDCD;}
.Keshi li:nth-of-type(even) a:hover{background:#154a9a; color:#fff;}

.jltable {display: table;width: 100%;border-collapse: collapse; font-size:16px;}
.jltable .qx{ color:#d53030;}.jltable .qx:hover{ text-decoration:underline;}
.jltable .date{ color:#154a9a;}
.table-tr {display: table-row;}
.table-th2 {display: table-cell;height: 58px;border:0;text-align: center;vertical-align: middle;background-color: #e2ecf4; color:#154a9a;}
.table-td2 {display: table-cell;height: 58px;border:0;border-bottom: 1px solid #e2ecf4;text-align: center;vertical-align: middle;}
.table-td2 i { display:none;}

.PbNav{ line-height:58px;}
.PbNav li{ line-height:60px; float:left; padding:0 34px; background:url(../images/line2.gif) right center no-repeat; font-size:20px;}
.PbNav li:last-child{ background:none;}
.PbNav a{ display:block; text-align:center; color:#333333;}
.PbNav li.on{ border-bottom:2px solid #154a9a;}
.PbNav li.on a{ color:#154a9a;}

.tablecss{ border-left:1px solid #fff; color:#808080; font-size:16px; margin-bottom:6%;}
.tablecss .row { width:100%; display: table-row;}
.tablecss .td{ display:table-cell; vertical-align:middle; border-right:1px solid #e2ecf4; border-bottom:1px solid #e2ecf4;}

.tablecss .thead{ width:100%; display: table; color:#154a9a;background:#e2ecf4; height:48px; line-height:20px;}
.tablecss .thead .td{ width:11.1428%; text-align:center; border-right:1px solid #e2ecf4; font-weight:normal;height:48px; line-height:20px; padding:8px 0;}
.tablecss .thead .td i{ display:block; font-size:14px;}
.tablecss .thead .td.d1{ width:15%;}
.tablecss .thead .td.d2{ width:7%;}

.tablecss .tbody{ overflow:hidden; margin-bottom:1px; position:relative; display: table; width:85%; padding-left:15%; text-align:left; background:#f7fbff; border-bottom:1px solid #e2ecf4;}
.tablecss .tbody .tab-tit{ border-right:1px solid #d9d9d9;text-align:center; color:#333333; position:absolute; width:15%; left:0px; top:0px; height:100%; background:#f7fbff; font-weight:bold;display: flex;align-items: center;justify-content: center;}
.tablecss .tbody .td{ height:58px; padding:10px 0; line-height:30px; width:13%;}
.tablecss .tbody .d1{ text-align:center; width:9%;}
.tablecss .tbody p{ margin:0 9px;}
.tablecss .tbody .row:nth-child(odd) .td{ background:#e7f0c8; border-bottom:0;}
.tablecss .tbody .date{ display:none;}

.zjimg{ width:18%; float:left;}
.zjimg img{ width:100%;}
.zjinfo{ width:78%; float:right;}
.zjinfo dl{ border-bottom:1px solid #dcdcdc; padding-left:109px; color:#333333; font-size:16px; position:relative; line-height:54px;}
.zjinfo dl dt{ position:absolute; left:0; top:0; color:#888888;}
.zjinfo dl dt i{ margin-left:35px;}
.zjinfo dl dd{}

.zjTit{ margin-bottom:20px; clear:both; border-bottom:3px solid #f7fbff; height:32px; overflow:; line-height:32px; padding-top:30px;}
.zjTit b{ font-size:16px; display:block; float:left; color:#154a9a; padding:0 7px; border-bottom:3px solid #154a9a;}

.Plist{ margin:0 0 0 -3%;}
.Plist li{ width:22%; float:left; position:relative; margin:0 0 3% 3%; text-align:center;}
.Plist li img{ width:100%;}
.Plist li:nth-child(4n+1){ clear:both;}
.Plist li span{ position:absolute; right:20px; bottom:18px; font-size:16px; color:#fff;}


@media ( max-width:768px){
.SubTit{ font-size:18px;}
.Infoform{ width:auto; float:none !important;}
.Infoform .item{ line-height:38px; width:auto !important; float:none !important;}
.Infoform .item .input{ font-size:14px; height:38px; line-height:38px;}
.Infoform .item .select select{font-size:14px; height:38px;}
.btnbox{ padding-top:30px;}
.Keshi li{ width:50%; line-height:40px; font-size:15px;}
.Keshi li:nth-child(2n+1){ clear:both;}

.jltable {font-size:14px;}
.jltable,.table-tr {display: block;}
.table-td2:last-child { display:block;}
.table-tr.thead  {display:none;}
.table-tr { background:#e2ecf4; margin-bottom:10px;}
.table-td2:nth-child(1),.table-td2:nth-child(6) { width:auto; display:block; float:none; clear:both;}
.table-td2 { height:auto; width:25%; float:left; border-bottom:1px solid #fff; padding:5px 0;}
.table-td2 i { display:block; color:#333; line-height:28px; font-size:14px;}
.table-td2:nth-child(2),.table-td2:nth-child(3),.table-td2:nth-child(4),.table-td2:nth-child(5) {height:65px; font-size:12px; line-height:16px;}
.table-td2:nth-child(6){ padding:0; line-height:28px;}
.TopHead .fl{ float:none; font-size:14px;}
.TopHead .fr{ float:none; text-align:center; padding-top:10px;}

.PbNav{ line-height:40px;}
.PbNav li{ line-height:42px; padding:0 14px; font-size:16px;}
.tablecss{font-size:14px;}

.tablecss .tbody{ margin-bottom:15px;  width:100%; padding-left:0%; padding-top:40px;}
.tablecss .tbody .tab-tit{ width:100%; height:auto; line-height:40px; color:#fff; background:#154a9a;}
.tablecss .thead{ display:none;}
.tablecss .thead .td{ width:14.285%;}
.tablecss .tbody .td{ display:block;}
.tablecss .tbody .td{ background:#e2ecf4; margin-bottom:1px;width:25%; float:left; height:auto; line-height:20px; border:0;}
.tablecss .tbody .d1{ color:#154a9a; width:auto; font-size:16px; float:none; text-align:center;}
.tablecss .tbody .td.d6{ clear:both;}
.tablecss .tbody .date{ padding-left:8px; display:block; color:#154a9a;}.tablecss .tbody .date i{ display:block;}
.tablecss .tbody .line{ border-left:1px solid #fff; min-height:80px;}
.tablecss .tbody .d1 .line{min-height:20px;}

.tablecss .tbody .row:nth-child(odd) .line{ border-left:1px solid #e2ecf4;}

.zjinfo dl{ padding-left:80px; font-size:14px;line-height:40px;}
.zjinfo dl dt i{ margin-left:27px;}
.Plist li{ width:30.333%;}
.Plist li:nth-child(4n+1){ clear:none;}
.Plist li:nth-child(3n+1){ clear:both;}
.Plist li span{right:10px; bottom:10px; font-size:14px;}

.autotxt{ max-width:none;}
.TopHead .jlbtn{ margin-right:5px;}
.TopHead .outbtn{width:60px;}
}

@media ( max-width:480px){
.TopHead .span{ display:block; margin:0 0 12px 0;}
.Plist li{ width:47%;}
.Plist li:nth-child(3n+1){ clear:none;}
.Plist li:nth-child(2n+1){ clear:both;}
}

.star{color:red;}


.LeaderList{ padding-bottom:2%;}
.LeaderList .tithead{ color:#fff; font-size:24px; padding:0 25px 0 45px; height:71px; line-height:51px; background:url(../images/titbg.png) 0px top no-repeat; position:absolute; top:38px; left:-20px;}
.LeaderList .item{ position:relative; background:#f4f4f4; margin:0 0 36px 20px; padding-top:55px;}
/*.LeaderList .item .imgbox{ width:37%; float:right; padding-top:333px;}
.LeaderList .item .info{ padding:74px 0 0 5%; line-height:27px; color:#555555; width:41%; float:left;}*/
.LeaderList .item .imgbox{ width:37%; float:right; padding-top:333px; display:none;}
.LeaderList .item .info{ padding:50px 5% 20px 5%; line-height:27px; color:#555555; width:auto; float:none;}
.LeaderList .item .name{ font-size:16px; color:#666666;}
.LeaderList .item .name i{ font-size:24px; color:#3b3b3b; margin-right:17px;}
.LeaderList .item .name b{ display:block; color:#e4e4e4; font-size:30px; text-transform:uppercase; line-height:58px; padding-bottom:12px;}
.LeaderList .item .box{ border-bottom:1px solid #fff;transition: all ease 0.3s;}
.LeaderList .item .box:last-child{ border-bottom:0px;}

.LeaderList .item .p{color:#555555;}

@media ( max-width:1024px){
	.LeaderList .tithead{ font-size:18px;}
	.LeaderList .item{padding-top:30px;}

	.LeaderList .item .info{line-height:24px;}
	.LeaderList .item .name { font-size:14px;}
	.LeaderList .item .name i{ font-size:18px; margin-right:8px;}
	.LeaderList .item .name b{ font-size:18px; line-height:30px;}
	.LeaderList .item .p{ height:48px;}
}

@media ( max-width:768px){
	.LeaderList .item{ padding-top:15px; margin-bottom:20px;}
	.LeaderList .item .imgbox{ width:auto; float:none; padding-top:60%;}
	.LeaderList .item .info{ width:auto; float:none;padding:15px 15px 25px 15px !important;}
	.LeaderList .tithead{ position:static; margin-left:-20px;}
}


/*体检中心 -2019-11-29*/
.ksroom{padding:50px 0;}
.ksroom .ksfl{width:70%;float:left;}
.kstit{}
.kstit1{border-bottom:1px solid #d3dfeb;padding-bottom:20px;}
.kstit .s1{font-size:28px;color:#154a9a;font-weight:bold;}
.kstit .s2{font-size:20px;color:#aeb2b9;font-family:Arial;padding-left:15px;}
.kstit2 .sbox{float:left;margin-top:35px;}
.kstit .sbox{float:left;margin-top:35px;}
.kstit1 .sbox{float:left;margin-top:30px;}
.kstit2 .s2{display:block;padding-left:0px;}
.kstit img{float:left;vertical-align:middle;margin-right:25px;}

.kstit .hlist{float:right;}
.kstit .hlist dd{padding-right:40px;margin-right:40px;text-align:center;display:inline-block;background:url(../images/tic/hline.png) right center no-repeat;}
.kstit .hlist dd p{font-size:16px;color:#101010;}
.kstit .hlist dd img{margin-right:0px;}
.kstit .hlist dd:last-child{padding-right:0px;margin-right:0px;background:none}

.ksfl .kscon{}
.ksfl .kscon .kstxt{font-size:18px;color:#333;margin:38px 0 30px 0;}
.ksfl .kscon .ksinfo{font-size:14px;color:#999;line-height:28px;text-indent:2em;}
.ksfl .kscon a.ksmore{display:block;width:150px;height:40px;margin-top:32px;background:#154a9a;border-radius:5px;font-size:14px;color:#fff;line-height:40px;text-align:center;box-shadow:0 10px 20px rgba(21,74,154,.4);}
.ksfl .kscon a.ksmore i{display:inline-block;vertical-align:middle; width:1px;height:10px;background:rgba(255,255,255,.1);margin:0 18px;}


.ksroom .ksrh{width:25.5%;float:right;}
.ksroom .ksrh .ksdl{width:100%;margin-top:30px;}
.ksroom .ksrh .ksdl dd{padding:14px 0;border-bottom:1px solid #eeeeee;}
.ksroom .ksrh .ksdl dd a{display:block;background:url(../images/tic/tdot.png) 15px center no-repeat;padding-left:44px;box-sizing:border-box;font-size:16px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.Heacon{padding:65px 0 50px 0;background:#f7fbff;}
.Heabox{}
.Heabox .hd{margin:58px 0 30px 0;}
.Heabox .hd .ht1{font-size:20px;color:#333;font-weight:bold;float:left;}
.Heabox .hd ul{float:right;}
.Heabox .hd ul li{font-size:16px;color:#888f95;display:inline-block;cursor:pointer;padding:2px 7px;border-radius:3px;margin-left:30px;}
.Heabox .hd ul li.on{background:#154a9a;color:#fff;}

.Heabox .bd{}
.Heaimg{position:relative;}
.Heaimg .item .imgbox{overflow:hidden;position:relative;padding-top:66.7%;margin-top:10px;}
.Heaimg .item .imgbox span {position:absolute;left:0px;top:0px;width:100%;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;}
.Heaimg .item .Hname{padding:30px 24px 20px 30px;background:#fff;border:1px solid #e8eef4;border-top:0px;}
.Heaimg .item .Hname .t1{font-size:20px;color:#333;}
.Heaimg .item .Hname .tcon{margin:15px 0 30px 0;font-size:14px;color:#999;height:48px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}

.Heaimg .item .Hname .hpri span{font-size:26px;color:#f13434;font-family:Arial;font-weight:bold;display:block;float:left;}
.Heaimg .item .Hname .hpri span i{font-size:14px;color:#f13434;font-family:"微软雅黑";}
.Heaimg .item .Hname .hpri a{display:block;float:right;font-size:14px;color:#fff;background:#f13434;padding:2px 10px;}

.Heaimg .owl-nav{width:100%;}
.Heaimg .owl-carousel .owl-nav.disabled{display:block!important;}
.Heaimg .owl-dots{display:none;}
.Heaimg .owl-carousel .owl-nav button.owl-prev,.Heaimg .owl-carousel .owl-nav button.owl-next{width:20px;height:33px;background:rgba(0,0,0,0.5);font-size:24px;color:#fff;}
.Heaimg .owl-carousel .owl-nav button.owl-prev{position:absolute;top:50%;transform:translate(0%,-50%);left:0px;border-radius:0 8px 8px 0;}
.Heaimg .owl-carousel .owl-nav button.owl-next{position:absolute;top:50%;transform:translate(0%,-50%);right:0px;border-radius:8px 0 0 8px;}
.Heaimg .owl-carousel .owl-nav button.owl-prev:hover{background:#154a9a;}
.Heaimg .owl-carousel .owl-nav button.owl-next:hover{background:#154a9a;}

.Manbox{padding:50px 0;}
.Manbox .Manfl{width:23.08%;float:left;border:1px solid #e8eef4;margin-top:40px;}
.Manbox .mtit{padding:20px 20px;border-bottom:1px solid #e8eef4;box-sizing:border-box;}
.Manbox .mtit span{display:block;font-size:18px;color:#333;font-weight:bold;float:left;}
.Manbox .mtit a{display:block;float:right;width:40px;height:24px;background:#e4eaf4;font-size:20px;color:#537fc1;font-weight:bold;border-radius:5px;text-align:center;line-height:24px;}

.ManSlider{position:relative;padding-bottom:20px;}
.ManSlider .item{padding:20px 15px;box-sizing:border-box;}
.ManSlider .item dl{border-bottom:1px solid #e8eef4;}
.ManSlider .item a{display:block;position:relative;font-size:14px;color:#333;line-height:26px;padding-left:40px;box-sizing:border-box;}
.ManSlider .item a i{display:block;width:22px;height:22px;background:#e8f1fb;border-radius:50%;font-size:14px;color:#f13434;text-align:center;line-height:22px;position:absolute;top:5px;left:0px;}
.ManSlider .item a.a1{font-size:14px;color:#999;line-height:24px;}
.ManSlider .item a i.i1{color:#154a9a;}
.ManSlider .item dd{padding-bottom:30px;}

.Manbox .ManMid{width:48.47%;float:left;margin-left:2.685%;border:1px solid #e8eef4;margin-top:40px;}
.ManSlider .owl-nav{width:100%;display:none;}
.ManSlider .owl-carousel .owl-dots.disabled{display:block!important;}
.ManSlider .owl-dots{width:100%;display:block;text-align:center;}
.ManSlider .owl-carousel button.owl-dot{width:8px;height:8px;background:#b8c4d1;border-radius:50%;margin:0 5px;}
.ManSlider .owl-carousel button.owl-dot.active{background:#535d66;}
.ManMid .Manul{padding:0 20px;}
.ManMid .Manul li{padding:25px 0px 22px 0px;border-bottom:1px solid #e8eef4;}
.ManMid .Manul li .mt1{font-size:14px;color:#333;line-height:24px;position:relative;padding-right:70px;box-sizing:border-box;}
.ManMid .Manul li .mt1 time{font-size:12px;color:#bfbfbf;position:absolute;top:0px;right:0px;}
.ManMid .Manul li .mt2{font-size:14px;color:#999;line-height:24px;margin-top:15px;}
.ManMid .Manul li:last-child{border-bottom:0px;}

.Manbox .Manrh{width:23.08%;height:336px;float:right;margin-top:40px;background-repeat:no-repeat;background-position:center center;background-size:cover;}
.Manbox .Manrh .Mantit{padding:0 30px;}
.Manbox .Manrh .Mantit .m1{font-size:32px;color:#fff;font-family:Arial;text-transform:uppercase;padding-top:50px;}
.Manbox .Manrh .Mantit .m2{font-size:18px;color:#fff;margin-top:10px;}
.Manbox .Manrh .Mantit .m3{font-size:12px;color:#fff;line-height:10px;}
.Manbox .Manrh .Mantit .m4{font-size:32px;color:#174b9c;font-family:Arial;margin-top:20px;}

@media ( max-width:768px){
	.ksroom,.Heacon,.Manbox{padding:40px 0;}
	.ksroom .ksfl,.ksroom .ksrh{width:100%;float:none;}
	.ksroom .ksrh{margin-top:40px;}
	.kstit .hlist{float:none;text-align:center;}
	.Manbox .Manfl,.Manbox .ManMid,.Manbox .Manrh{float:none;width:100%;}
	.Manbox .ManMid{margin-left:0px;}
}

@media ( max-width:640px){
	.kstit .s1{font-size:22px;}
	.kstit .s2{font-size:16px;padding-left:10px;}
	.ksfl .kscon .kstxt{font-size:16px;margin:15px 0;}
	.ksroom .ksrh .ksdl{margin-top:15px;}
	.kstit .hlist dd{padding-right:20px;margin-right:20px;}
	.Heabox .hd{margin:30px 0 20px 0;}
	.Heaimg .item .Hname{padding:20px 14px 10px 20px}
	.Heaimg .item .Hname .tcon{margin:10px 0 20px 0;}
	.Heaimg .item .Hname .hpri span{font-size:22px;}
	.kstit img{width:60px;margin-right:10px;}
	.Manbox .Manrh{height:236px;}
	.Heaimg .item .Hname .t1{font-size:18px;}
	.kstit .hlist{margin-top:20px;}
	.kstit .hlist dd img{width:50px;}
	.Heabox .hd ul{margin-top:10px;}
	.Heabox .hd ul li{margin-left:15px;}
	.kstit .sbox{margin-top:20px;margin-bottom:20px;}
	.kstit .hlist{margin-top:10px;}
	.Manbox .Manfl{margin-top:20px;}
}

/*在线咨询*/
.Online{padding:60px 0 120px 0;}
.kstit .place{ color:#999999; float:right;margin-top:58px;}
.kstit .place a{ color:#999999;}
.kstit .place a:hover,.kstit .place span{ color:#444444;}

.Onbox{margin-top:90px;background:#f2f7fb;}
.Onbox .Onfl{width:65.4%;background:url(../images/tic/zbg.jpg) center center no-repeat;background-size:cover;float:left;}
.Onbox .Onfl ul{padding:5%;box-sizing:border-box;}
.Onbox .Onfl li{margin-bottom:50px;}
.Onbox .Onfl li a{display:block;position:relative;font-size:20px;color:#333;line-height:26px;padding-left:40px;box-sizing:border-box;}
.Onbox .Onfl li a i{display:block;font-size:16px;color:#23529e;font-weight:bold;position:absolute;top:0px;left:0px;}
.Onbox .Onfl li a.a1{font-size:16px;color:#888f95;line-height:32px;margin-top:20px;}
.Onbox .Onfl li a i.i1{color:#a4c532;}

.Onbox .Onrh{width:34.6%;float:right;}
.Onbox .Onrh form{padding:20% 10% 0;box-sizing:border-box;}
.Onbox .Onrh form .oname{font-size:20px;color:#333;font-weight:bold;}
.Onbox .Onrh ul{margin-top:30px;}
.Onbox .Onrh li{margin-bottom:18px;}
.Onbox .Onrh li input{width:100%;height:50px;background:#fff;border-radius:10px;padding:0 20px;box-sizing:border-box;}
.Onbox .Onrh li textarea{width:100%;height:220px;background:#fff;border-radius:10px;padding:20px;box-sizing:border-box;}
.Onbox .Onrh a{display:block;width:100%;height:50px;background:#f14a4a;text-align:center;line-height:50px;font-size:16px;color:#fff;border-radius:10px;}

@media ( max-width:640px){
	.Onbox{margin-top:40px;padding-bottom:40px;}
	.Onbox .Onfl,.Onbox .Onrh{width:100%;float:none;}
	.Onbox .Onrh form{padding:6% 5% 0;}
	.Onbox .Onfl li a{font-size:18px;}
	.Onbox .Onfl li a.a1{font-size:14px;line-height:26px;margin-top:10px;}
	.Onbox .Onfl li{margin-bottom:20px;}
	.Online{padding:40px 0;}
	.kstit .place{margin-top:-10px;}
	.kstit1{padding-bottom:10px;}
}

/*体检套餐*/
.Exabox{background:url(../images/tic/xqbg.png) left top no-repeat;background-size:contain;}
.Exabox .Mainexa{padding-top:60px;}
.LeftMenu{width:20.8%;float:left;margin-left:105px;margin-top:50px;}
.RightCon1{width:62%;float:right;margin-top:50px;}

.LeftMenu li{position:relative;margin-bottom:30px;}
.LeftMenu li span a{ display:block; font-size:18px;color:#333333;background-image:url(../images/tic/jia.png);background-repeat:no-repeat;background-position:center right;}
.LeftMenu li span a i{display:inline-block;width:11px;height:11px;background:#b5c9e6;border-radius:50%;margin-right:10px;}
.LeftMenu li.onli span a{ background-image:url(../images/tic/jian.png);}

.LeftMenu .sub{ display:none;line-height:24px; padding:0px 0 0px 20px;}
.LeftMenu .sub dd a{padding-left:23px;display:block; font-size:16px;color:#888f95;margin-top:10px;}
.LeftMenu .sub dd a.on,.LeftMenu .sub dd a:hover{color:#154a9a;}
.LeftMenu li.onli .sub{ display:block;}

.casebox{}
.Casefl{width:55%;float:left;}
.Casefl .ct1{font-size:20px;color:#333;font-weight:bold;}
.Casefl .ct2{font-size:14px;color:#999;line-height:36px;margin:20px 0 40px 0;}
.Casefl .ct3{font-size:14px;color:#999;}
.Casefl .ct3 span{font-size:26px;color:#f13434;font-weight:bold;font-family:Arial;padding-left:30px;}
.Casefl .ct3 i{font-size:14px;}

.Caserh{width:37.25%;float:right;}
.Caserh img{width:100%;height:auto;}

.casebg{width:100%;padding:15px 0;background-size:cover;background-repeat:no-repeat;background-position:center center;text-align:center;margin:60px 0;}
.casebg img{display:inline-block;}
.casebg .cat1{display:inline-block;margin-left:3%;text-align:left;}
.casebg .cat1 .p1{font-size:18px;color:#fff;font-weight:bold;margin-top:10px;}
.casebg .cat1 .p2{font-size:14px;color:#fff;}

.casedl dl{position:relative;padding-left:190px;box-sizing:border-box;margin-bottom:50px;}
.casedl dl dt{font-size:16px;color:#fff;font-weight:bold;padding: 2px 20px;background:#154a9a;display:inline-block;position:absolute;top:0px;left:0px;}
.casedl dl dd li{font-size:14px;color:#333;font-weight:bold;line-height:36px;}
.casedl dl dd li i{display:inline-block;width:5px;height:5px;background:#333;border-radius:50%;vertical-align:middle;margin-right:15px;}
.casedl dl dd p{font-size:14px;color:#333;line-height:24px;text-indent:2em;margin-bottom:20px;}

.zxbtn { padding-top:15px;}
.zxbtn a{ display:block; border-radius:5px; color:#fff; background:#4d78d7; width:115px; line-height:38px; text-align:center;}

@media ( max-width:768px){
	.Exabox .Mainexa{padding-top:30px;}
	.LeftMenu,.RightCon1{width:100%;float:none;margin-left:0px;margin-top:40px;}
	.LeftMenu li{margin-bottom:20px;}
	.LeftMenu li span a{font-size:16px;}
	.LeftMenu .sub dd a{font-size:14px;}
	.Casefl .ct1{font-size:18px;}
	.Casefl .ct2{line-height:24px;margin: 20px 0;}
	.casedl dl{padding-left:120px;}
	.casedl dl dd li{line-height:30px;}
	.Casefl .ct3 span{font-size:22px;padding-left:15px;}
	.casebg{margin:30px 0;}
}


/*调查问卷*/
.Dcbox{background: #f7fbff url(../images/dcbg1.jpg) center top no-repeat; background-size:contain;}
.Dcbox .botbg{ background:url(../images/dcbg2.jpg) center bottom no-repeat; background-size:contain; padding:40px 40px 23%;}
.Dcbox .tithead{ text-align:center; color:#154a9a; font-size:36px; line-height:44px; padding-bottom:25px;}
.Dcbox .tiptxt{ margin-bottom:47px; border:1px dashed #d0deeb; background:#fff; box-shadow:0 5px 12px #d7e3f1; padding:5px;}
.Dcbox .tiptxt .box{ border:1px dashed #d0deeb; padding:40px; color:#154a9a; line-height:24px;}
.Dcbox .tiptxt .box h5{ font-size:18px; margin-bottom:15px;}
.Dcbox dl{ font-size:16px; margin:0 60px; line-height:46px;}
.Dcbox dl dt{ font-size:16px;}
.Dcbox dl dt i{ margin-right:15px;}
.Dcbox dl .input{ width:100%; height:44px; line-height:44px;}
.Dcbox dl.dis{ border-bottom:1px solid #d0deeb;}
.Dcbox dl.dis dt{ display:inline-block; *display:inline;zoom:1; background:#f7fbff; bottom:-1px; position:relative}
.Dcbox dl.dis dd{ width:64%; display:inline-block; *display:inline;zoom:1;}
.Dcbox dl .check{ line-height:34px; margin:0 0 15px 38px;}
.Dcbox dl .select{ width:170px; float:left; margin-right:38px; height:33px; border-bottom:1px solid #d0deeb; color:#949ca8;background: url(../images/ico/selectarr.gif) no-repeat scroll 94% center transparent; text-indent:0em !important;}
.Dcbox dl .form{ margin:5px 0 20px;}
.Dcbox dl .input2{ border-bottom:1px solid #d0deeb; width:170px; float:left; height:32px; color:#949ca8;}
.Dcbox dl .input2::-webkit-input-placeholder{color:#949ca8;}
.Dcbox dl textarea{border-bottom:1px solid #d0deeb; height:40px; line-height:20px; width:100%;}
.Dcbox .btn{ text-align:center; padding-top:4.2%;}
.Dcbox .sendbtn{ cursor:pointer; width:122px; height:38px; color:#fff; font-size:16px; background:#f14444;}

@media ( max-width:768px){
.Dcbox .tithead{font-size:20px; line-height:24px;}
.Dcbox .botbg{ padding:12px 12px 23%;}
.Dcbox .tiptxt .box{padding:12px;}
.Dcbox .tiptxt .box h5{ font-size:16px; margin-bottom:10px;}
.Dcbox dl{ font-size:14px; margin:0 10px; line-height:35px;}
.Dcbox dl .input{ height:34px; line-height:34px;}
.Dcbox dl dt{ font-size:14px;}.Dcbox dl dt i{ margin-right:6px;}
.Dcbox dl .check{ line-height:30px; margin:0 0 10px 25px;}
.Dcbox dl.dis dd{ width:46%;}
}
@media ( max-width:560px){
.Dcbox dl .select{ width:100%; float:none; margin:0;}
.Dcbox dl .input2{ width:100%; float:none;}
}

/* 19-12-23 */
.VideoBox,.HomeMap{width: 48%; margin: 4% 0;}
#dituContent.HomeMap{height: 400px;}
.VideoBox{position: relative;}
.VideoBox .img{position: relative; z-index: 3; height: 400px; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.VideoBox .img img{width: 100%; display: block;}
.VideoBox .play{position: absolute; left: 0; top: 0; width: 100%; height: 100%;  background-image: url(../images/play.png); background-repeat: no-repeat; background-position: center center;}
.VideoBox video{position: absolute; z-index: 2; left: 0px; top: 0px; width: 100%; height: 100%; background: #000;}

.table{ border:2px solid #e5e5e5;}
.table th{ font-size:16px; font-weight:bold; padding:5px 15px; text-align:left; border-bottom:2px solid #e5e5e5; color:#333;}
.table td{ padding:5px 15px;}
.table .td1{width:20%;}

@media ( max-width:998px){
#adv5{display:none;}
#adv6{display:none;}
}
@media ( max-width:768px){
.VideoBox,.HomeMap{width: auto; float: none !important;}
.HomeMap{margin-bottom: 0;}
.table .td1{width:33%;}
}
@media ( max-width:480px){
.VideoBox .img{height: 200px;}
#dituContent.HomeMap{height: 260px;}
}

.ztimg1{
overflow:hidden;
}
.ztimg1 a{
float:left;
width:49%;

}

.ztimg1 a:nth-child(2){
margin-left:2%
}

/* 22-07-01*/
.Heart_Ban img{display: block; width: 100%;}

.Heart_Main{padding: 50px 0;}
.Heart_Title{border-bottom: 1px solid #eaeaea; height: 50px;}
.Heart_Title .name{position: relative; font-size: 20px; padding: 0 20px; color: #154a9a; font-weight: bold; line-height: 45px; padding-bottom: 5px;}
.Heart_Title .name i{position: absolute; left: 0; right: 0; bottom: -1px; z-index: 2; height: 12px; background: url(../images/h_titbg.png) no-repeat left bottom;}
.Heart_Focus{width: 50%;}
.Heart_Focus .slides li{position: relative;}
.Heart_Focus .slides li .Scale-img{height: 420px;}
.Heart_Focus .slides li .mask{position: absolute; left: 0; right: 0; bottom: 0; padding: 0 115px 0 20px; z-index: 5; background: rgba(0,0,0,0.8);}
.Heart_Focus .slides li .tit{font-size: 18px; line-height: 56px; color: #fff;}
.Heart_Focus .flex-control-paging{width: 78px; right: 15px; bottom: 20px; height: 13px; line-height: 13px;}
.Heart_Focus .flex-control-paging li{margin: 0 3px;}
.Heart_Focus .flex-control-paging li a{width: 13px; height: 13px; background: #fff; border: none;}
.Heart_Focus .flex-control-paging li a.flex-active{background: #154a9a;}
.Heart_Focus .flex-direction-nav li a{width: 32px; height: 50px; line-height: 1000px; overflow: hidden; margin-top: -25px; border-radius: 0; background-color: rgba(0,0,0,0.6); background-repeat: no-repeat; background-position: center center;}
.Heart_Focus .flex-direction-nav li .flex-prev{left: 0; background-image: url(../images/left.png);}
.Heart_Focus .flex-direction-nav li .flex-next{right: 0; background-image: url(../images/right.png);}
.Heart_News{width: 47%;}
.Heart_News li.first{height: auto; padding-left: 0; background: none; padding: 20px 0; line-height: 24px; border-bottom: 1px solid #e7e7e7; margin-bottom: 14px;}
.Heart_News li.first .tit{font-size: 18px; color: #154a9a; margin-bottom: 12px;}
.Heart_News li.first .info{position: relative; padding-right: 55px; color: #999;}
.Heart_News li.first .info .more{position: absolute; right: 0; bottom: 0; color: #154a9a;}
.Heart_News li.first .info .p{-webkit-line-clamp: 1;}

.Heart_News li{height: 40px; line-height: 40px; padding-left: 15px; background: url(../images/h_dot1.png) no-repeat left center;}
.Heart_News li .tit{font-size: 16px;}
.Heart_News li .time{float: right; color: #999;}

.Heart_Parts{margin-top: 50px;}
.Heart_Parts ul{height: 551px; position: relative;}
.Heart_Parts li{position: absolute; background-repeat: no-repeat; background-position: left bottom; text-align: center; border-right: 1px solid #fff; outline: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.Heart_Parts li .box{padding: 32px 20px;}
.Heart_Parts li .box a{display: block; color: #fff;}
.Heart_Parts li .box h2{font-size: 25px; line-height: 34px;}
.Heart_Parts li dl{padding-top: 10px; font-size: 0;}
.Heart_Parts li dl dd{margin: 15px 3px 0; display: inline-block; width: 148px; line-height: 40px; font-size: 14px; background-color: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.25); border-radius: 25px;}
.Heart_Parts li.i2,.Heart_Parts li.i3,.Heart_Parts li.i4,.Heart_Parts li.i5{width: 27.179%; top: 0;}
.Heart_Parts li.i2,.Heart_Parts li.i5{height: 50.816%;}
.Heart_Parts li.i6,.Heart_Parts li.i7{width: 40.77%; height: 49%; bottom: 0;}
.Heart_Parts li.i5 .box,.Heart_Parts li.i7 .box{border-right: none;}
.Heart_Parts li.i1 dl dd{width: 178px;}
.Heart_Parts li.i1{width: 18.461%; left: 0; top: 0; bottom: 0; background-color: #ec965b; background-image: url(../images/bg1.png);}
.Heart_Parts li.i2{left: 18.461%; background-color: #ee9091; background-image: url(../images/bg2.png);}
.Heart_Parts li.i3{left: 45.64%; height: 32.667%; background-color: #6c9ad4; background-image: url(../images/bg3.png);}
.Heart_Parts li.i4{left: 45.64%; top: 32.75%; height: 17.95%; background-color: #83b6ef; background-image: url(../images/bg4.png);}
.Heart_Parts li.i5{right: 0; background-color: #a796d9; background-image: url(../images/bg5.png);}
.Heart_Parts li.i6{left: 18.461%; background-color: #78c17e; background-image: url(../images/bg6.png);}
.Heart_Parts li.i7{left: 59.23%; background-color: #5c97e8; background-image: url(../images/bg7.png);}

.HealthyAsk{position: fixed; right: 10px; top: 50%; z-index: 9; transform: translate(0,-50%); width: 120px; text-align: center; font-size: 16px; border-radius: 5px; background: #154a9a;}
.HealthyAsk a{display: block; padding: 25px 0 20px;}
.HealthyAsk span{display: block; margin-top: 10px; color: #fff;}

.HealthyBox{position: absolute; width: 335px; top: 0; left: -342px;}
.HealthyBox .box{padding: 24px 31px 24px 24px; background-image: url(../images/zxbg.png); background-repeat: no-repeat; background-size: 100% 100%;}
.HealthyBox dl dd{margin-bottom: 14px; background: #f4f4f4; padding: 0 20px;}
.HealthyBox dl dd .input,.HealthyBox dl dd select,.HealthyBox dl dd textarea{width: 100%; line-height: 36px;}
.HealthyBox dl dd select{text-indent: 0; padding-right: 0; appearance: auto; -webkit-appearance: auto; height: 36px;}
.HealthyBox dl dd textarea{height: 144px;}
.HealthyBox .btn{font-weight: bold; font-size: 16px; width: 100px; line-height: 40px; border-radius: 8px; background: #f8b551; color: #fff;}

@media ( max-width:1360px){
	.Heart_Parts li .box h2{font-size: 20px;}
	.Heart_Parts ul,.Heart_Parts li{position: static; height: auto !important;}
	.Heart_Parts li{width: 100% !important; border-bottom: 1px solid #fff;}
}

@media ( max-width:768px){
	.Heart_Main{padding: 25px 0;}
	.Heart_Focus,.Heart_News{width: auto; float: none;}
	.Heart_News,.Heart_Parts{margin-top: 20px;}
	.Heart_Parts li dl{padding-top: 0;}

	.HealthyAsk{position: static; transform: none;}
	.HealthyAsk a{position: fixed; right: 10px; top: 50%; z-index: 9; transform: translate(0,-50%); width: 86px; padding: 15px 0; text-align: center; font-size: 16px; border-radius: 5px; background: #154a9a;}
	.HealthyAsk img{width: 30px;}
	.HealthyBox{position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 99; background: rgba(0,0,0,0.5);}
	.HealthyBox .mask{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2;}
	.HealthyBox .box{position: absolute; left: 50%; top: 50%; z-index: 5; width: 280px; margin: -162px 0 0 -160px; background: #fff;  padding: 20px; box-shadow: 0 0 20px rgba(0,0,0,0.1);}
	.HealthyBox dl dd textarea{height: 72px;}
}

@media ( max-width:480px){
	.Heart_Focus .slides li .Scale-img{height: 300px;}
	.Heart_News li .tit{font-size: 15px;}
	.Heart_Parts li dl dd,.Heart_Parts li.i1 dl dd{width: 147px; line-height: 36px;}
	.Heart_Parts li .box{padding: 20px;}
}

/* 心脏大血管详情 */
.mb38{margin-bottom: 38px;}
.Heart_Position{padding: 15px 0 15px 26px; line-height: 29px; border-bottom: 1px solid #eaeaea; background: url(../images/home.png) no-repeat left center;}
.Parts_info .box{margin-top: 30px; background: #f6f6f6;}
.Parts_info .imgbox{width: 33.846%; height: 324px;}
.Parts_info .con{width: 61.538%; padding: 3% 1.5% 0 0; font-size: 15px; line-height: 39px; color: #333;}
.Parts_info .con .info{height: 198px; overflow-y: auto; padding-right: 10px; text-align: justify;}
.Parts_info .con .more{color: #154a9a;}

.Heart_visit .box dl{margin-top: 20px; line-height: 40px; min-height: 40px;}
.Heart_visit dl.relative dt{position: absolute; left: 0; top: 0;}
.Heart_visit dl.relative dd{padding-left: 40px;}
.Heart_visit dl.relative dd a{display: inline-block; margin-left: 20px; padding: 0 18px; border-radius: 5px; color: #02335e; background: #e0e6eb;}
.Heart_visit dl.relative dd a.on{background: #02335e; color: #fff;}
.Heart_visit .list{margin: 20px 0 0 -3%;}
.Heart_visit .list li{margin-bottom: 20px; margin: 0 0 20px 3%; width: 30.333%; float: left;}
.Heart_visit .list li a{display: block; background: #f6f6f6; padding: 3.5%;}
.Heart_visit .list li .Scale-img{width: 42.105%;}
.Heart_visit .list li .con{width: 52%;}
.Heart_visit .list li .con .title{line-height: 32px; margin-bottom: 16px; color: #999;}
.Heart_visit .list li .con .title span{font-size: 20px; margin-right: 10px; font-weight: bold; color: #02335e;}
.Heart_visit .list li .con .p{line-height: 27px; text-align: justify; -webkit-line-clamp: 5;}

@media ( max-width:1024px){
	.Heart_visit dl.relative dd a{margin: 0 0 5px 10px;}
	.Heart_visit .list li .con .p{-webkit-line-clamp: 4;}
}

@media ( max-width:768px){
	.mb38{margin-bottom: 15px;}
	.Parts_info .imgbox,.Parts_info .con{width: auto; float: none;}
	.Parts_info .imgbox{height: 400px;}
	.Parts_info .con{padding: 15px;}
	.Parts_info .con .info{height: auto;}
	.Heart_visit dl.relative dd a{padding: 0 10px;}
	.Heart_visit .list{margin: 20px 0 0 0;}
	.Heart_visit .list li{width: 100%; margin-left: 0;}
	.Heart_visit .list li .Scale-img{width: 28%;}
	.Heart_visit .list li .con{width: 68%; padding-top: 5%;}
}

@media ( max-width:640px){
	.Heart_visit .list li .con{padding-top: 0;}
	.Heart_visit .list li .con .title{margin-bottom: 0;}
	.Heart_visit .list li .con .p{-webkit-line-clamp: 3;}
}

@media ( max-width:480px){
	video{width: 100%; height: auto;}
}

.Advimg{margin-top: 20px;}
.Advimg img{display: block; width: 100%;}