@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	font-style:normal;
	outline: none;
}
body {
	font-family: "Microsoft Yahei";
	min-width: 1220px;
	padding-top: 0;
	font-size: 14px;
	margin:0px;
	background-color:#F4F7F7;
	background-image:url(../img/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
img {
	border: 0px;
}
ul,li {
	margin:0px; padding:0px;
	list-style:none;
	}
a {
	outline: none;
	text-decoration: none;
}
a:hover,a:active,a:focus {
	text-decoration:none;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
.clear {
	clear:both;
	}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.select {
	outline: none;
	height:40px;
	font-family: "Microsoft Yahei";
	font-size:12px;
	width:300px;
	margin-left:20px;
	margin-top:20px;
	}
#box{
	position:relative;
	}
#float{
	position:absolute; top:0px; z-index:1000;
	}
.backToTop {
	display: none;
	width: 46px;
	height:46px;
	background-image:url(../img/topgo.fw.png);
	position: fixed;
	_position: absolute;
	right: 10px;
	bottom: 100px;
	_bottom: "auto";
	cursor: pointer;
	 /*opacity: .6;
	 filter: Alpha(opacity=60);*/
}
.backToTop:hover {
	background-position:left -46px;
	}


.toolbarout {
	height:32px; 
	}
.ttoolbar {
	width:1280px;
	height:32px;
	margin:auto;
	t}
.ttoolbar li {
	font-size:12px;
	line-height:32px;
	color:#999999;
	}
.ttoolbar li a {
	color:#999999;
	}
.ttoolbar li a:hover {
	color:#03C9E4;
	}
.ttoolbar li span {
	padding:0px 10px 0px 10px;
	}
.indexlogo {
	height:115px;
	width:1280px;
	margin:auto;
	position:relative;
	}
.indexlogo img {
	display:block;
	margin:auto;
	}
.indexlogo span {
	display:block;
	width:170px;
	height:27px;
	position:absolute;
	top:70px; right:0px;
	
	}
.indexlogo a {
	display:block; float:left;
	width:80px; height:27px; line-height:24px;
	color:#4D7AFF;
	font-size:14px;
	border:1px solid #4D7AFF;
	background-color:#fff;
	border-radius:20px;
	text-align:center;
	}
.indexlogo a:hover {
	color:#fff;
	border:1px solid #4D7AFF;
	background-color:#4D7AFF;
	}
/*menu*/	

.indexmenu {
	width:100%;
	height:45px;
	position:relative;
	background-color:#0E4DA1;
	}
.indexmenu #menu_hover_bg {
	width: 100%;
	height: 0;
	background: rgba(255,255,255,1);
	position: absolute;
	top: 45px;
	z-index: 10009;
	overflow: hidden;
	box-shadow: 2px 3px 3px #111;
}
.indexmenu .menu {
	width:1300px;
	margin:auto;
	}
.indexmenu .menu ul li {
	float: left;
}

.indexmenu .menu ul li h2 {
	font-weight: normal;
	font-size: 14px;
	position: relative;
}

.indexmenu .menu ul>li.intro>h2:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background-color: #ff9c01;
	left: 50%;
	margin-left: -25px;
	bottom: 0px;
}
.indexmenu .menu ul li h2 a {
	padding: 0 24px;
	line-height: 45px;
	display: block;
	height: 45px;
	color: #fff;
	font-size: 14px;
}

.indexmenu .menu ul li .sub_menu {
	width: 1300px;
	height: 0px;
	position: absolute;
	z-index: 10999;
	left: 50%;
	margin-left:-650px;
	top: 45px;
	overflow: hidden;
}
.indexmenu .menu ul li .sub_menu.sub_bg01 {
	background:url(../img/nav/nav_01.jpg) no-repeat center bottom;
	}
.indexmenu .menu ul li .sub_menu.sub_bg02 {
	background:url(../img/nav/nav_02.jpg) no-repeat center bottom;
	}
.indexmenu .menu ul li .sub_menu.sub_bg03 {
	background:url(../img/nav/nav_03.jpg) no-repeat center bottom;
	}
.indexmenu .men_pic {
	position: absolute;
	display:block;
	top:190px;
	left:20px;
	width:100px; height:100p;
	}
.indexmenu .menu ul li .sub_menu .sub_menu_list {
	position: relative;
	width:100%;
	padding-top:40px;
	
}

.indexmenu .menu ul li .sub_menu .sub_menu_list>h3 {
	color: #666;
	font-weight: normal;
	padding-bottom: 30px;
	font-size: 18px;
}
.indexmenu .menu ul li .sub_menu .sub_menu_list>h3 span {
	font-size: 12px;
	display:block;
	line-height:22px;
	color:#CCC;
	}


.indexmenu .menu ul li .sub_menu .sub_menu_list .list .info {
	float: left;
	display: block;
	width: 305px;
	height: 90px;
	padding: 15px 15px 0px 70px;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #515151;
	background-repeat:no-repeat;
	background-position:15px 18px;
	border-radius:5px;
}
.indexmenu .menu ul li .sub_menu .sub_menu_list .list .info:hover {
	background-color:#f2f2f2;
}
.indexmenu .menu ul li .sub_menu .sub_menu_list .list .info h3 a {
	font-weight: normal;
	color: #303030;
	font-size: 15px;
	position: relative;
}
.indexmenu .menu ul li .sub_menu .sub_menu_list .list .info h3 a:hover {
	color:#03C9E4;
	font-weight:bold;
	}

.indexmenu .menu ul li .sub_menu .sub_menu_list .list .info p {
	padding-top: 5px;
	font-size: 12px;
	color: #989898;
	line-height:22px;
}
.indexmenu .menu ul li .sub_menu .sub_menu_list .list .info p a {
	font-size: 12px;
	color: #989898;
	display:inline-block;
	margin-right:10px;
	}
.indexmenu .menu ul li .sub_menu .sub_menu_list .list .info p a:hover {
	color:#03C9E4;
	}
.indexmenu .nav01 {
	background-image:url(../img/icon/nav_01.fw.png);
	}	
.indexmenu .nav02 {
	background-image:url(../img/icon/nav_02.png);
	}
.indexmenu .nav03 {
	background-image:url(../img/icon/nav_03.png);
	}
.indexmenu .nav04 {
	background-image:url(../img/icon/nav_04.png);
	}
.indexmenu .nav05 {
	background-image:url(../img/icon/nav_05.png);
	}
.indexmenu .nav06 {
	background-image:url(../img/icon/nav_06.png);
	}
.indexmenu .nav07 {
	background-image:url(../img/icon/nav_07.png);
	}
.indexmenu .nav08 {
	background-image:url(../img/icon/nav_08.png);
	}
.indexmenu .nav09 {
	background-image:url(../img/icon/nav_09.png);
	}
.indexmenu .nav10 {
	background-image:url(../img/icon/nav_10.png);
	}
.indexmenu .nav11 {
	background-image:url(../img/icon/nav_11.png);
	}
.indexmenu .nav12 {
	background-image:url(../img/icon/nav_12.png);
	}
.indexmenu .nav13 {
	background-image:url(../img/icon/nav_13.png);
	}
.indexmenu .nav14 {
	background-image:url(../img/icon/nav_14.png);
	}
.indexmenu .nav15 {
	background-image:url(../img/icon/nav_15.png);
	}
.indexmenu .nav16 {
	background-image:url(../img/icon/nav_16.png);
	}
.indexmenu .nav17 {
	background-image:url(../img/icon/nav_17.png);
	}	
.indexmenu .nav18 {
	background-image:url(../img/icon/nav_18.png);
	}
.indexmenu .nav19 {
	background-image:url(../img/icon/nav_19.png);
	}
.indexmenu .nav20 {
	background-image:url(../img/icon/nav_20.png);
	}
.indexmenu .nav21 {
	background-image:url(../img/icon/nav_21.png);
	}
.indexmenu .nav22 {
	background-image:url(../img/icon/nav_22.png);
	}
.indexmenu .nav23 {
	background-image:url(../img/icon/nav_23.png);
	}
.indexmenu .nav24 {
	background-image:url(../img/icon/nav_24.png);
	}
.indexmenu .nav25 {
	background-image:url(../img/icon/nav_25.png);
	}
.indexmenu .nav26 {
	background-image:url(../img/icon/nav_26.png);
	}
.indexmenu .nav27 {
	background-image:url(../img/icon/nav_27.png);
	}
.indexmenu .nav28 {
	background-image:url(../img/icon/nav_28.png);
	}
.indexmenu .nav29 {
	background-image:url(../img/icon/nav_29.png);
	}
.indexmenu .nav30 {
	background-image:url(../img/icon/nav_30.png);
	}
.indexmenu .nav31 {
	background-image:url(../img/icon/nav_31.png);
	}
.indexmenu .nav32 {
	background-image:url(../img/icon/nav_32.png);
	}
.indexmenu .nav33 {
	background-image:url(../img/icon/nav_33.png);
	}
.indexmenu .nav34 {
	background-image:url(../img/icon/nav_34.png);
	}
.indexmenu .nav35 {
	background-image:url(../img/icon/nav_35.fw.png);
	}
.indexmenu .nav36 {
	background-image:url(../img/icon/nav_36.fw.png);
	}
.indexmenu .nav37 {
	background-image:url(../img/icon/nav_37.fw.png);
	}
.indexmenu .nav38 {
	background-image:url(../img/icon/nav_38.fw.png);
	}
.indexmenu .nav39 {
	background-image:url(../img/icon/nav_39.fw.png);
	}
.indexmenu .nav40 {
	background-image:url(../img/icon/nav_40.fw.png);
	}
.indexmenu .nav41 {
	background-image:url(../img/icon/nav_41.fw.png);
	}
.indexmenu .nav42 {
	background-image:url(../img/icon/nav_42.fw.png);
	}
.indexmenu .nav43 {
	background-image:url(../img/icon/nav_43.fw.png);
	}
.indexmenu .nav44 {
	background-image:url(../img/icon/nav_44.fw.png);
	}
.indexmenu .nav45 {
	background-image:url(../img/icon/nav_45.fw.png);
	}
.indexmenu .nav46 {
	background-image:url(../img/icon/nav_46.fw.png);
	}
.indexmenu .nav47 {
	background-image:url(../img/icon/nav_47.fw.png);
	}
.indexmenu .menu ul li .sub_menu .sub_menu_list .list .infon {
	float: left;
	display: block;
	width: 250px;
	height: 90px;
	padding: 15px 15px 0px 70px;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #515151;
	background-repeat:no-repeat;
	background-position:15px 18px;
	border-radius:5px;
}
.indexmenu .menu ul li .sub_menu .sub_menu_list .list .infon:hover {
	background-color:#f2f2f2;
}
.indexmenu .menu ul li .sub_menu .sub_menu_list .list .infon h3 a {
	font-weight: normal;
	color: #303030;
	font-size: 15px;
	position: relative;
}
.indexmenu .menu ul li .sub_menu .sub_menu_list .list .infon h3 a:hover {
	color:#069;
	}

.indexmenu .menu ul li .sub_menu .sub_menu_list .list .infon p {
	padding-top: 5px;
	font-size: 12px;
	color: #989898;
	line-height:22px;
}
.indexmenu .menu ul li .sub_menu .sub_menu_list .list .infon p a {
	font-size: 12px;
	color: #989898;
	display:inline-block;
	margin-right:10px;
	}
.indexmenu .menu ul li .sub_menu .sub_menu_list .list .infon p a:hover {
	color:#069;
	}
.indexmenu .menu ul li .sub_menu .sub_menu_list .list.sol_list {
	border-left:1px solid #f2f2f2;
	
	}
.indexmenu .menu ul li .sub_menu .sub_menu_list .list.sol_list a {
	display: block;
    width: 220px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    text-indent: 50px;
    color: #303030;
	font-size:15px;
}
.indexmenu .menu ul li .sub_menu .sub_menu_list .list.sol_list a:hover {
	background-color:#f2f2f2;
	}
.indexmenu .menu ul li .sub_menu.sol_left .sub_menu_list:nth-child(2) .list.sol_list a {
	display: block;
    width: 220px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    text-indent: 20px;
    color: #303030;
}
.indexmenu .menu ul li .sub_menu .sub_menu_list .list.sol_list .icon{

    height: 70px;
    padding-top: 5px;
}
.sub_menu>.w1200 h3{padding-bottom: 30px;padding-top: 30px;font-size: 16px;color: #666;font-weight: normal;}
.sub_menu .sub_menu_list .category{
	float: left;
	width: 257px;
    height: 220px;
    border-right: 1px solid #f2f2f2;}

.sub_menu .sub_menu_list .category li{
	float: left;
	width: 257px;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #303030;
    }
.sub_menu .sub_menu_list .category li.active { background-color: #0E4DA1; color:#fff; }
.sub_menu .sub_menu_list .content{float: left;width: 1030px;}
.sub_menu .sub_menu_list .content .cont_list{
	float: left;
	width: 1030px;
    height: 220px;
	display: none;
	padding:0px 0px 0px 30px;
	}
.sub_menu .sub_menu_list .content .cont_list ul li .foffice{
	float: left;
	width: 250px;
    height: 40px;
	color:#666;
	padding-left:30px;
	line-height:40px;
	border-radius:5px;
    }
.sub_menu .sub_menu_list .content .cont_list ul li a:hover{background: #f2f2f2; color:#06C;}
.sub_menu .sub_menu_list .content .cont_list ul li {
	position:relative;
	width: 250px;
    height: 40px;
	}
.sub_menu .sub_menu_list .content .cont_list ul li:hover .foffice {
	background: #f2f2f2; color:#06C; font-weight:bold;
	}
.sub_menu .sub_menu_list .content .cont_list ul li .suboffice {
	display:none;
	box-shadow:0 4px 7px 0 rgba(0,0,0,0.2);
	}
.sub_menu .sub_menu_list .content .cont_list ul li:hover .suboffice {
	position:absolute;
	z-index:1;
	display:block;
	top:40px;
	left:0px;
	width:250px;
	background: #f2f2f2;
	border-radius:5px;
	box-shadow:0 4px 7px 0 rgba(0,0,0,0.2);
	padding:10px 0px 10px 0px;
	}
.sub_menu .sub_menu_list .content .cont_list ul li .suboffice a {
	width: 250px;
    height: 40px;
	float:left;
	color:#666;
	display:block;
	padding-left:30px;
	line-height:40px;
	}
.sub_menu .sub_menu_list .content .cont_list ul li .suboffice a:hover {
	color:#06C;
	}


.sub_menu .sub_menu_list .content .cont_list .infon {
	float: left;
	display: block;
	width: 300px;
	height: 90px;
	padding: 15px 15px 0px 70px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top:20px;
	color: #515151;
	background-repeat:no-repeat;
	background-position:15px 18px;
	border-radius:5px;
}
.sub_menu .sub_menu_list .content .cont_list .infon:hover {
	background-color:#f2f2f2;
}
.sub_menu .sub_menu_list .content .cont_list .infon h3 a {
	font-weight: normal;
	color: #303030;
	font-size: 15px;
	position: relative;
}
.sub_menu .sub_menu_list .content .cont_list .infon h3 a:hover {
	color:#06C;
	}

.sub_menu .sub_menu_list .content .cont_list .infon p {
	padding-top: 5px;
	font-size: 12px;
	color: #989898;
	line-height:22px;
}
.sub_menu .sub_menu_list .content .cont_list .infon p a {
	font-size: 12px;
	color: #989898;
	display:inline-block;
	margin-right:10px;
	}
.sub_menu .sub_menu_list .content .cont_list .infon p a:hover {
	color:#069;
	}
.indexmenu .menuserch {
	background-image:url(../img/icon/ss.fw.png);
	background-repeat:no-repeat;
	background-position:center 14px;
	width:55px;
	height:45px;
	display:block;
	overflow:hidden;
	}
.sub_menu .sub_menu_list .content .cont_list .menuinlist {
	width:100%;
	margin-top:20px;
	padding:0px 0px 10px 20px;
	
	}
.sub_menu .sub_menu_list .content .cont_list .menuinlist span {
	font-size:15px;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
	}
.sub_menu .sub_menu_list .content .cont_list .menuinlist a {
	display:inline-block;
	padding:10px 15px 10px 15px;
	font-size:15px;
	color:#666;
	}
.sub_menu .sub_menu_list .content .cont_list .menuinlist a:hover {
	color:#039;
	}
.indexmenu .menuserch i {
	border-left:1px solid #749BCE;
	display:block;
	width:20px; height:20px;
	margin-top:15px;
	}
.indexmenu .form-group {
	border: 2px solid #0082df;
    position: relative;
	width:900px;
	margin:auto;
    height: 52px;
    z-index: 3;
	background-color:#fff;
	}
.indexmenu .form-group input {
    width: 770px;
    height: 20px;
    line-height: 20px;
    color: #222;
    position: absolute;
    top: 1px;
    left: 0px;
    outline: none;
    border: none;
	padding-left:20px;
	margin-top:12px;
}
.indexmenu .form-group button {
	border: none;
    background: #0082df;
    color: #fff;
    font-size: 18px;
    height: 48px;
    
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 112px;
    cursor: pointer;
	font-family: "Microsoft Yahei";
	}
.indexmenu .form-group button:hover {
	background: #0E4DA1;
	}
.indexmenu .form-group button i {
	background-image:url(../img/icon/ss.fw.png);
	background-size:22px;
	display:inline-block;
	width:22px; height:22px;
	margin-right:10px;
	}
/*menuend*/	

/*banner*/
.banner_box{
	width:1280px;
	margin:10px auto 0px auto;
	overflow:hidden;
	position:relative;
	}
.banner{
	width:400%;
	overflow:hidden;
	position:relative;
	}
.banner img{
	float:left;
	width:25%;
	}
.btn_box{
	position:absolute;
	bottom:20px;
	width:360px;
	left:50%;
	margin-left:-135px;
	overflow:hidden;
	}
.btn_box span{
	width:60px;
	height:4px;
	margin:0 15px;
	background-color:#F4F7F7;
	float:left;
	cursor:pointer;
	}
.btn_box .current{
	background-color:#5184cf;
	}
.right_arrow{
	position:absolute;
	top:50%;
	margin-top:-24px;
	right:20px;
	cursor:pointer;
	}
.left_arrow{
	position:absolute;
	top:50%;
	margin-top:-24px;
	left:20px;
	cursor:pointer;
	}
/*banner*/
.mainbtn {
	width:1280px;
	height:105px;
	margin:10px auto 30px auto;
	}
.mainbtn li {
	width:205px;
	height:105px;
	float:left;
	background-color:#CCC;
	margin-right:10px;
	}
.mainbtn li:last-child {
	margin-right:0px;
	}
.mainbtn li a {
	display:block;
	width:205px;
	height:105px;
	background-repeat:no-repeat;
	background-position:center 0px;
	position:relative;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;
	color:#fff;
	font-size:16px;
	}
.mainbtn li a:hover {
	color:#337AC1;
	background-position:center -105px;
	box-shadow:2px 2px 5px #ccc;
	}
@-webkit-keyframes btnani {
        0% {
            background-position:center 0px;
			color:#fff;
			opacity:.3;
			}
		100% {
			color:#337AC1;
            background-position:center -105px;
			opacity:1;
			}
    }
@keyframes btnani {
        0% {
            background-position:center 0px;
			color:#fff;
			opacity:.3;
			}
		100% {
			color:#337AC1;
            background-position:center -105px;
			opacity:1;
			}
    }
.mainbtn li a i {
	display:block;
	width:205px;
	height:22px;
	font-style:normal;
	text-align:center;
	position:absolute;
	bottom:7px;
	}
.mainbtn li a.menu01 {
	background-color:#5E95B5;
	background-image:url(../img/menu/07.fw.png);
	}
.mainbtn li a.menu02 {
	background-color:#68B4B5;
	background-image:url(../img/menu/02.fw.png);
	}
.mainbtn li a.menu03 {
	background-color:#D07F81;
	background-image:url(../img/menu/03.fw.png);
	}
.mainbtn li a.menu04 {
	background-color:#C89D6F;
	background-image:url(../img/menu/04.fw.png);
	}	
.mainbtn li a.menu05 {
	background-color:#7182B2;
	background-image:url(../img/menu/05.fw.png);
	}
.mainbtn li a.menu06 {
	background-color:#7CD393;
	background-image:url(../img/menu/06.fw.png);
	}
.mainbtn li a.menu08 {
	background-color:#7182B2;
	background-image:url(../img/menu/08.fw.png);
	}	
.mainbtn li a:hover {
	background-color:#fff;
	}	
.outcall {
	width:100%;
	background-color:#fff;
	padding-top:20px;
	}	
.newsout {
	width:1280px;
	height:460px;
	margin:auto;
	}	
.navtitle {
	padding-left:20px;
	background:url(../img/title_img.fw.png) no-repeat left 16px;
	color:#0E436D; font-size:17px; 
	height:50px; line-height:50px;
	margin-bottom:20px;
	/*text-shadow:2px 1px rgba(0,0,0,.3);*/
	position:relative;
	}

.Tabnews{
margin:0px; 
padding:0px;
width:850px; 
position:relative;
margin:auto;
}
.Tabnews .Menubox {
height:50px;
border-bottom:3px solid #F0F0F0;
position:relative;
}
.Tabnews .Menubox .newstaba {
	position:absolute;
	top:12px; right:0px;
	display:block;
	width:105px; height:28px; line-height:25px;
	color:#4D7AFF;
	font-size:12px;
	padding-left:29px;
	border-radius:20px;
	background-color:#fff;
	background-image:url(../img/icon/index_n.fw.png);
	background-repeat:no-repeat;
	background-position:7px 0px;
	}
.Tabnews .Menubox .newstaba:hover {
	color:#fff;
	background-position:7px -28px;
	background-color:#4D7AFF;
	}
.Tabnews .Menubox ul{
padding:0px;
}

.Tabnews .Menubox li{
float:left; display:block; cursor:pointer; height:50px; line-height:50px; background-color:#fff;
color:#878787;  font-size:15px; width:120px; text-align:center; margin:0px 0px 0px 0px; border-bottom:3px solid #F0F0F0;
}
.Tabnews .Menubox li.hover{
height:50px; color:#037a5f; font-weight:bold;
background-color:#fff; border-bottom:3px solid #037a5f;
}
.Tabnews .Menubox li a {
	color:#878787;
	}
.Tabnews .Menubox li a:hover {
	color:#037a5f;
	}
.Tabnews .Contentbox{
clear:both; 
padding-top:20px;
}
.Tabnews ul{ list-style:none;}	
@-webkit-keyframes pageani {
        0% {
            margin-left:-10px;
			opacity:.7;
			}
		100% {
			margin-left:0px;
            opacity:1;
			 }
    }

.newslist {
	width:850px; height:100px;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s; 
	}
.newslist li{
	width:415px; height:100px;
	float:left;
	border-bottom:1px solid #EAEAEA;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-right:10px;
	}
.newslist li img {
	width:120px; height:85px;
	}
		

.newslist .media-body {
	width:275px;
	}
.newslist .media-body a {
	display:block;
	color:#5D5D5D;
    font-size:15px;
	margin-bottom:5px;
	width:275px;
	text-overflow: ellipsis;
	height:50px; line-height:26px;
	overflow:hidden;
	}
.newslist .media-body a:hover {
	color:#03C9E4;
	}
.newslist .media-body span {
	display:block;
	line-height:20px;
	height:20px;
	}	
.newslist .media-body i {
	font-size:12px;
	color:#CCC;
	font-style:normal;
	margin-top:5px;
	padding-right:20px;
	}
.noticelist {
	width:850px; height:100px;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s; 
	}
.noticelist li{
	width:415px; height:100px;
	float:left;
	border-bottom:1px solid #EAEAEA;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-right:10px;
	}
.noticelist li .date {
	width:90px; height:85px;
	background-color:#99B3FF;
	color:#fff;
	padding-top:5px;
	}
.noticelist li .date .day {
	font-size:40px;
	display:block;
	}
.noticelist li .date .mon {
	font-size:15px;
	display:block;
	}
.noticelist .media-body {
	width:305px;
	}
.noticelist .media-body a {
	display:block;
	color:#5D5D5D;
    font-size:15px;
	margin-bottom:5px;
	width:285px;
	text-overflow: ellipsis;
	height:85px; line-height:30px;
	overflow:hidden;
	padding-top:10px;
	}
.noticelist .media-body a:hover {
	color:#03C9E4;
	}
.noticelist .media-body span {
	display:block;
	font-size:12px; color:#777777;
	line-height:22px;
	text-overflow: ellipsis;
	height:45px;
	overflow:hidden;
	}	
.noticelist .media-body i {
	display:block;
	font-size:12px;
	color:#CCC;
	font-style:normal;
	}
.medialist {
	width:850px; height:100px;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s; 
	}
.medialist li{
	width:415px; height:100px;
	float:left;
	border-bottom:1px solid #EAEAEA;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-right:10px;
	}
.medialist li img {
	width:120px; height:85px;
	}
.medialist .media-body {
	width:275px;
	}
.medialist .media-body a {
	display:block;
	color:#5D5D5D;
    font-size:15px;
	margin-bottom:5px;
	width:275px;
	text-overflow: ellipsis;
	height:50px; line-height:26px;
	overflow:hidden;
	}
.medialist .media-body a:hover {
	color:#03C9E4;
	}
.medialist .media-body span {
	display:block;
	line-height:20px;
	height:20px;
	}	
.medialist .media-body i {
	font-size:12px;
	color:#CCC;
	font-style:normal;
	margin-top:5px;
	padding-right:20px;
	
	}
/*4块服务列表*/
.service{
  width: 1280px;
  margin: auto;
  height:500px;
}

.cols{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col{
  width: 25%;
  cursor: pointer;
}

.container{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}

.front,
.back{
  background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	text-align: center;
	min-height: 250px;
	height: auto;
	color: #fff;
	font-size: 12px;
}

.back{
  background: #CCC;
  /*background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: -o-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: linear-gradient(45deg,  #cedce7 0%,#596a72 100%);*/
}
.back:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .4; background-color: #000;
	-webkit-backface-visibility: hidden;
            backface-visibility: hidden;
	}
.front:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .1; background-color: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    
}
.container:hover .front,
.container:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner{
    -webkit-transform: translateY(-40%) translateZ(60px) scale(0.94);
            transform: translateY(-40%) translateZ(60px) scale(0.94);
    top: 40%;
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
}
.inner a {
	display:block;
	margin:10px 20px;
	border-radius:5px;
	height:40px; width:120px;
	background-color: rgba(255,255,255,.3);
	color:#fff; 
	line-height:40px;
	font-size: 13px;
	
	}
.inner a:hover {
	background-color: #0E4DA1;
	}
.container .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.container:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.front .inner p{
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.front .inner p:after{
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}

.front .inner span{
  color: rgba(255,255,255,0.7);
  font-weight: 300;
}

@media screen and (max-width: 64rem){
  .col{
    width: calc(33.333333% - 2rem);
  }
}

@media screen and (max-width: 48rem){
  .col{
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 32rem){
  .col{
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.se01 {
	background-image:url(../img/service/01.jpg);
	}
.seb01 {
	background-image:url(../img/service/01_b.jpg);
	}
.se02 {
	background-image:url(../img/service/02.jpg);
	}
.seb02 {
	background-image:url(../img/service/02_b.jpg);
	}
.se03 {
	background-image:url(../img/service/03.jpg);
	}
.seb03 {
	background-image:url(../img/service/03_b.jpg);
	}
.se04 {
	background-image:url(../img/service/04.jpg);
	}
.seb04 {
	background-image:url(../img/service/04_b.jpg);
	}
/*end*/
.otherd {
	width:1280px;
	height:750px;
	margin:auto;
	padding:50px 0px 0px 0px;
	}
.otherd .otherleft {
	width:325px;
	}
.otherd .otherright {
	width:955px;
	}
.Tabbooks{
margin:0px 0px 30px 0px; 
padding:5px;
width:305px;
height:430px;
position:relative;
background-color:#fff;
border-radius:5px;
}
.Tabbooks .Menubox {
height:40px;
border-bottom:3px solid #F0F0F0;
}
.Tabbooks .Menubox ul{
padding:0px;
}
.Tabbooks .Menubox li{
float:left; display:block; cursor:pointer; height:40px; line-height:40px; background-color:#fff;
color:#878787;  font-size:14px; width:100px; text-align:center; margin:0px 5px 0px 0px; border-bottom:3px solid #F0F0F0;
}
.Tabbooks .Menubox li.hover{
font-size:14px; height:40px; color:#333;
border-bottom:3px solid #333;
}
.Tabbooks .Contentbox{
clear:both; 
padding-top:20px;
}
.Tabbooks ul{ list-style:none;}		
.paper {
	width:305px;
	}
.paper .paperimg img {
	display:block;
	margin:auto;
	}
.paper .paperinfo {
	padding:10px 10px 0px 10px;
	}
.paper .paperinfo span {
	color:#333;
	display:block;
	}
.paper .paperinfo i {
	font-style:normal;
	font-size:12px;
	color:#CCC;
	}
.app {
	width:300px;
	height:200px;
	background-color:#fff;
	border-radius:5px;
	padding:5px;
	margin-right:25px;
	margin-bottom:30px;
	}
.apptitle {
	border-bottom:3px solid #F0F0F0;
	height:50px; line-height:50px;
	}
.apptitle span {
	color:#333;
	font-size:17px;
	padding:0px 5px 0px 30px;
	font-weight:600;
	}
.apptitle i {
	font-style:normal;
	color:#CCC;
	font-size:12px;
	}
.app ul {
	padding-top:20px;
	}
.app li {
	width:50%;
	float:left;
	font-size:14px;
	height:30px;
	padding-left:20px;
	margin-bottom:10px;
	}
.app li a {
	color:#999;
	padding-left:30px;
	line-height:30px;
	display:block;
	background-repeat:no-repeat;
	background-image:url(../img/icon/icon.jpg);
	}
.app li a:hover {
	color:#3B98F5;
	background-position:left -30px;
	}
.app li .amenu1	{
	background-position:left 0px;
	}
.app li .amenu1:hover {
	background-position:left -30px;
	}
.app li .amenu2	{
	background-position:left -60px;
	}
.app li .amenu2:hover {
	background-position:left -90px;
	}
.app li .amenu3	{
	background-position:left -120px;
	}
.app li .amenu3:hover {
	background-position:left -150px;
	}
.app li .amenu4	{
	background-position:left -180px;
	}
.app li .amenu4:hover {
	background-position:left -210px;
	}
/*服务类*/
.recommend-blocks {
	margin-left: 0px;
}
.recommend-blocks .reco-img-wrap {
	position: relative;
	margin-right: 25px;
	margin-bottom:30px;
	text-align: center;
	width: 300px;
	height: 200px;
}
.reco-img-wrap:last-child,
.reco-img-wrap-long:last-child
{
	margin-right: 0;
}
.img-info {
	position: absolute;
	left:0;
	top: 60px;
	width: 100%;
	color: #ffffff;
	text-shadow: 1px 1px 5px #001A66;
}
.img-info .img-text {
	margin-bottom: 8px;
	font-size: 28px;
	font-weight: 700;
	
}
.img-info .img-sub {
	font-size: 14px;
}
.line-l {
	display: inline-block;
	overflow: hidden;
	margin-right: 10px;
	vertical-align: middle;
	width: 25px;
	height: 1px;
	background-color: #ffffff;
	background-position: 0 -671px;
}
.line-r {
	display: inline-block;
	overflow: hidden;
	margin-left: 10px;
	vertical-align: middle;
	width: 25px;
	height: 1px;
	background-color: #ffffff;
	background-position: 0 -672px;
}
.recommend-new .path-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	
}
.recommend-down {
	margin-top: 0px;
}
.reco-img-wrap-long {
	position: relative;
	margin-left: 0px;
	margin-right:25px;
	text-align: center;
	width: 625px;
	height: 200px;
}

.recommend-cover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-color: #000000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;*/
}
.animation-scale:hover {
	-moz-transform: scale3d(.98,.98,1);
	-ms-transform: scale3d(.98,.98,1);
	-webkit-transform: scale3d(.98,.98,1);
	transform: scale3d(.98,.98,1);
	transform: scale(0.98);
}
.animation-scale {
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.animation-scale-item {
	width: 300px;
	height: 200px;
}
.animation-scale-item-long {
	width: 625px;
	height: 200px;
}
/*服务类*/
.footer {
	
	background-color:#fff;
	color:#868686;
	font-size:12px;
	height:auto;
	}
.footer a {
	color:#868686;
	}
.footer a:hover {
	color:#16C7F3;
	}
.f_link {
	border-bottom:1px solid #E7E7E7;
	height:70px;
	width:1280px;
	margin:auto;
	}
.f_link span {
	display:block;
	margin:auto;
	width:1280px;
	font-size:12px;line-height:70px;
	}
.f_link span a {
	padding:0px 10px 0px 10px;
	border-right:1px solid #868686;
	}
.f_warp {
	width:1280px;
	margin:auto;
	}
.f_warp p {
	line-height:30px;
	}
.link-app {
	padding-top:20px;
	height:70px;
	}
.link-app a {
	display:block;
	width:40px; height:40px;
	float:left;
	margin:0px 10px 0px 10px;
	}
.link-app a:hover {
	background-position:left 40px;
	}
.link-app .icon01 {
	background-image:url(../img/icon/01.fw.png);
	position:relative;
	}
.link-app .icon01:hover {
	background-position:left -40px;
}
.link-app .pop {
	background-color:#fff;
	width:300px; height:150px;
	display:none;
	position:absolute;
	top:-160px; left:-10px;
	box-shadow:2px 2px 5px #555;
	border-radius:5px;
	-webkit-animation: bottomani 1 0.8s;
	animation: bottomani 1 0.8s; 
	}
.link-app .pop span {
	display:block;
	width:150px; height:160px;
	float:left;
	color:#999;
	text-align:center;
	}
.link-app .pop span img {
	width:130px; height:130px;
	display:block;
	margin:auto;
	}
.link-app .icon02 {
	position:relative;
	background-image:url(../img/icon/02.fw.png);
	}

.link-app .icon03 {
	background-image:url(../img/icon/03.fw.png);
	position:relative;
	}

@-webkit-keyframes bottomani {
        0% {
			opacity:0;
			margin-top:-20px;
			}
		100% {
			margin-top:0px;
			opacity:1;
			}
    }
@keyframes bottomani {
        0% {
           margin-top:-20px;
			opacity:.3;
			}
		100% {
			margin-top:0px;
			opacity:1;
			}
    }
	
/*page*/
.pagewarp {
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:150px;
	margin-bottom:20px;
	}
.pagebanner01  {
	background-image:url(../img/page_banner/01.jpg);
	}
.pagebanner02  {
	background-image:url(../img/page_banner/02.jpg);
	}
.pagebanner03  {
	background-image:url(../img/page_banner/03.jpg);
	}
.pagebannernav  {
	background-image:url(../img/page_banner/nav_bg.jpg);
	background-color:#fff;
	background-size:100% auto;
	}	
	
.pageout {
	width:1280px;
	background-color:#fff;
	margin:auto auto 20px auto;
	padding:20px;
	position:relative
	}
.pageoutw {
	width:1280px;
	margin:auto auto 20px auto;
	
	}
.pageout2 {
	width:1280px;
	margin:auto;
	padding:20px 0px 20px 0px;
	}
.pagetitle {
	width:1280px;
	height:50px; line-height:50px;
	margin:auto auto 10px auto;
	color:#878787; font-size:15px;
	padding-left:40px;
	background:url(../img/title_img.fw.png) no-repeat 20px center #fff;
	/*text-shadow:2px 1px rgba(0,0,0,.3);*/
	}
.pagenav {
	width:1280px;
	height:50px; line-height:50px;
	margin:auto auto 10px auto;
	text-align:center;
	border-radius:6px;
	}
.pagenav a {
	display:inline-block;
	font-size:14px;
	color:#000000;
	line-height:18px;
	padding:7px 20px 8px 20px;
	margin: auto 30px auto 30px;
	background:#D2D2D2;
	border:1px solid #ddd;
	font-weight:bold;
	border-radius:4px;
	cursor:pointer;
	}
.pagenav a:hover {
	background:#39C;
	border:1px solid #39C;
	color:#fff;
	}
.pagenav .hover {
	display:inline-block;
	font-size:14px;
	line-height:18px;
	padding:7px 20px 8px 20px;
	margin: auto 30px auto 30px;
	background:#0E4DA1;
	color:#fff;
	border:1px solid #0E4DA1;
	font-weight:bold;
	box-shadow:0 4px 7px 0 rgba(0,0,0,0.2);
	border-radius:4px;
	cursor:pointer;
	} 


.framecontent {
	width:1200px;
	margin:auto;
	padding:100px 0px 50px 0px;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s; 
	}
.framecontent img {
	width:1200px;
	height:auto;
	margin:auto;
	}
@-webkit-keyframes pageani {
        0% {
            margin-top:10px;
			opacity:.7;
			}
		
		100% {
			margin-top:0px;
            opacity:1;
			 }
    }
@-webkit-keyframes imgani {
        0% {
			width:0px; height:0px;
			opacity:.3;
			}
		
		100% {
			width:230px; height:90px;
            opacity:1;
			 }
    }
	
.txtsize {
	width:35px;
	height:100px;
	}
.txtsize a {
	width:35px;
	height:35px; 
	display:block;
	font-size:12px;
	line-height:35px; text-align:center;
	background-color:#F2F2F2;
	color:#666;
	margin-bottom:10px;
	}
.txtsize a:hover {
	background-color:#CCC;
	color:#06C;
	}
.txtsize .other {
	background-image:url(../img_news/icon/s.fw.png);
	background-repeat:no-repeat;
	background-position:center center;
	}
.txtsize .videos {
	background-image:url(../img_news/icon/v.png);
	background-repeat:no-repeat;
	background-position:center center;
	}


	

.Tabgk{
margin:auto;
padding:40px 0px 0px 0px;
width:900px; 
position:relative;

}
.Tabgk .Menubox {
height:50px;
border-bottom:3px solid #F0F0F0;
}
.Tabgk .Menubox ul{
padding:0px;
}
.Tabgk .Menubox li{
float:left; display:block; cursor:pointer; height:50px; line-height:50px; background-color:#fff;
color:#878787;  font-size:16px; width:50%; text-align:center; margin:0px 0px 0px 0px; border-bottom:3px solid #F0F0F0;
}
.Tabgk .Menubox li.hover{
height:50px; color:#037a5f; font-weight:bold;
background-color:#fff; border-bottom:3px solid #037a5f;
}
.Tabgk .Contentbox{
clear:both; 
padding-top:20px;
padding-bottom:40px;
}
.Tabgk ul{ list-style:none;}	

.Tabeee {
margin:auto;
padding:0px;
width:1280px; 
position:relative;

}
.Tabeee .Menubox {
height:55px;
background-color:#F4F7F7;
padding-top:20px;
padding-left:40px;
}
.Tabeee .Menubox ul{
padding:0px;
}
.Tabeee .Menubox li{
	float:left; 
	font-size:14px;
	color:#666a75;
	line-height:18px;
	padding:7px 10px 8px 10px;
	margin: auto 10px auto 10px;
	background:#fff;
	border:1px solid #ddd;
	box-shadow:0 4px 7px 0 rgba(0,0,0,0.2);
	border-radius:4px;
	cursor:pointer;
}
.Tabeee .Menubox li.hover{
	font-size:14px;
	line-height:18px;
	padding:7px 10px 8px 10px;
	background:#0E4DA1;
	color:#fff;
	border:1px solid #0E4DA1;
	border-radius:4px;
	cursor:pointer;
}
.Tabeee .Contentbox{
clear:both; 
padding-top:40px;
padding-bottom:40px;
}
.Tabeee ul{ list-style:none;}
.viewtitle {
	width:900px;
	margin:auto;
	}
.viewtitle span {
	font-size:26px;
	color:#333;
	font-weight:bold;
	display:block;
	text-align:center;
	height:70px; line-height:70px;
	}
.viewtitle i {
	font-size:12px;
	color:#999;
	text-align:center;
	line-height:70px;
	display:block;
	height:70px;
	}
.viewcontent {
	width:900px;
	margin:auto;
	padding-top:30px;
	text-align:justify;
	}
.viewcontent p {
	font-size:17px;
	color:#666666;
	line-height:30px;
	text-indent:2em;
	margin-bottom:30px;
	}
.viewcontent i {
	font-size:22px;
	display:block;
	color:#0E4DA1;
	font-weight:bold;
	}
.viewcontent span {
	font-size:15px;
	font-weight:bold;
	display:block;
	color:#666666;
	margin:auto auto 30px auto;
	}
.viewcontent span img {
	display:block;
	margin:auto;
	}

.viewcontentd {
	width:950px;
	margin:auto;
	padding:30px 0px 0px 30px;
	}
.viewcontentd p {
	font-size:15px;
	color:#333;
	line-height:30px;
	text-indent:2em;
	margin-bottom:30px;
	}
.viewcontentd i {
	font-size:22px;
	display:block;
	color:#0E4DA1;
	font-weight:bold;
	}
.viewcontentd span {
	font-size:15px;
	font-weight:bold;
	display:block;
	color:#666666;
	margin-bottom:30px;
	}
.leadercontent {
	width:1200px;
	margin:auto;
	padding-top:50px;
	background:url(../img/bg3.jpg) repeat-y center top;
	}
.leadercontent div {
	width:600px;
	height:auto;
	}
.leadercontent div li {
	display:block;
	width:300px;
	margin:auto;
	padding:20px;
	text-align:center;
	margin-bottom:70px;
	position:relative;
	background-color:#fff;
	border-radius:10px;
	}
.leadercontent div li:hover {
	background-color:#E8EEEE;
	
	box-shadow:0 4px 18px 0 rgba(0,0,0,0.5);
	}
.leadercontent div li img {
	display:block;
	margin:auto;
	width:260px; height:auto;
	
	cursor:pointer;
	}
.leadercontent div li span {
	color:#fff;
	font-size:15px;
	
	position:absolute;
	width:220px;
	height:40px;
	border-radius:10px;
	line-height:40px;
	background-color: rgba(0,0,0,.5);
	bottom:5px; left:50%; margin-left:-100px;
	}
.popout {
	background-color: rgba(0,0,0,.7);
	display:none;
	position:absolute;
	top: 0%; left: 0%;
	position:fixed;
	width:100%;
	height:100%;
	z-index:100001;
	}
.popin {
	width:1200px; height:550px;
	margin-top:-275px;
	margin-left:-600px;
	padding:30px;
	background-color:#fff;
	position:absolute;
	top:50%; left:50%;
	-webkit-animation: popani 1 0.8s;
	animation: popani 1 0.8s;
	overflow-y:auto;
	}
.popinv {
	width:1280px; height:600px;
	margin-top:-275px;
	margin-left:-640px;
	background-color:#fff;
	position:absolute;
	top:50%; left:50%;
	-webkit-animation: popani 1 0.8s;
	animation: popani 1 0.8s; 
	}
.popout .close {
	position:absolute;
	top:20px;
	width:50px; height:50px;
	right:20px;
	display:block;
	background-image:url(../img/close.fw.png);
	}
.popout .close:hover {
	background-position:left -50px;
	
	}
.popin .popleftimg {
    float:left;
    margin-right:5px;
}
.popin .popleftimg span{
	display:block;
	text-align:center;
	}
.popin .popleftimg span b {
	font-size:21px;
	display:block;
	padding-bottom:5px;
	padding-top:10px;
	}
.popin .popcontentin {
    width:780px; float:right;
}
.popin .popcontentin i {
	font-size:22px;
	font-style:normal;
	font-weight:bold;
	color:#0E4DA1;
	}
.popin .popcontentin p {
	font-size:13px;
	color:#333;
	line-height:30px;
    
	text-indent:2em;
	}
.poptable {
	border-left:1px solid #EEE;
	border-top:1px solid #EEE;
	font-size:12px;
	color:#333;
	background-color:#fff;
	}
.poptable .tdone {
	background-color:#E6F2FF;
	text-align:right;
	width:120px;
	}
.poptable .tdtow {
	text-align:left;
	}
.poptable td {
	border-bottom:1px solid #ccc;
	border-right:1px solid #EEE;
	padding:5px;
	text-align:center;
	height:40px;
	padding:0px 10px;
	}

@-webkit-keyframes popani {
        0% {
			opacity:0;
			margin-top:-255px;
			}
		100% {
			margin-top:-275px;
			opacity:1;
			}
    }
@keyframes popani {
        0% {
           margin-top:-255px;
			opacity:.3;
			}
		100% {
			margin-top:-275px;
			opacity:1;
			}
    }
	
/*发展历程*/
.process_con{width:100%; overflow:hidden;  position:relative; padding:45px 0px; margin-top:40px; background:url(../img/bg2.jpg) repeat-y center top; }
.process_con .line_b{width:6px; height:100%; background:#c0d1db; position:absolute; left:50%; margin-left:-3px; top:0; display:block;}
.process_con .line_y{width:23px; height:22px; background:url(../img/his_top.png) no-repeat; position:absolute; left:50%; margin-left:-11px; top:0; display:block;}
.process_con .line_x{width:23px; height:22px; background:url(../img/his_top.png) no-repeat; position:absolute; left:50%; margin-left:-11px; bottom:0; display:block;}

.process_con .process_cut{width:975px; margin:auto; min-height:300px;}
.process_con .process_cut li{width:100%; position:relative; margin-bottom:20px; height:auto; clear:both;}
.process_con .process_cut li div {
	width:400px; height:auto;
	}
.process_con .process_cut li div.process_fr{ float:right; width:400px; }
.process_con .process_cut li div.process_fr b{left:538px; background:url(../img/his_right.png) no-repeat;}

.process_con .process_cut li:last-of-type{margin-bottom:0;}

.process_con .process_cut li span{font-size:16px;color:#333;}
.process_con .process_cut li h3{padding-bottom:20px; font-size:16px;line-height:16px; color:#333; position:relative;}
.process_con .process_cut li h3:after{content:''; position:absolute; left:0; bottom:9px; height:2px; width:60px; background:#00a4ef;}
.process_con .process_cut li p{font-size:12px; color:#999; margin-bottom:20px;}
.process_con .process_cut li b{position:absolute; left:50%; top:15px; margin-left:-62px; background:url(../img/his_left.png) no-repeat; width:74px; height:22px;}
/*沧桑巨变*/
.accordioncontent {
	position:relative;
	padding-top:90px;
	padding-bottom:60px;
	background-image:url(../img/his/title.fw.png);
	background-repeat:no-repeat;
	background-position:10px 50px;
	height:1200px;
	
	}
.accordioncontent .title {
	float:right;
	margin-top:30px;
	margin-right:30px;
	}
ul.accordion{
    list-style:none;
    font-family: Cambria, serif;
    font-size: 16px;
    line-height: 1.5em;
	margin-top:100px;
}
ul.accordion li{
    float:right;
    width:70px;
    height:580px;
    display:block;
	border-top:1px solid #fff;
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:left top;
    position:relative;
    overflow:hidden;
    -moz-box-shadow:1px 3px 15px #ccc;
    -webkit-box-shadow:1px 3px 15px #ccc;
    box-shadow:1px 3px 15px #ccc;
}
ul.accordion li.bg1{background-image:url(../img/his/pic_01.jpg);}
ul.accordion li.bg2{background-image:url(../img/his/pic_02.jpg);}
ul.accordion li.bg3{background-image:url(../img/his/pic_03.jpg);}
ul.accordion li.bg4{background-image:url(../img/his/pic_04.jpg);}
ul.accordion li.bg5{background-image:url(../img/his/pic_05.jpg);}
ul.accordion li.bg6{background-image:url(../img/his/pic_06.jpg);}
ul.accordion li.bg7{background-image:url(../img/his/pic_07.jpg);}
ul.accordion li.bg8{background-image:url(../img/his/pic_08.jpg);}
ul.accordion li.bleft{border-left:2px solid #fff;}
ul.accordion li .heading{
    background-color:#fff;
	
    padding:10px;
    margin-top:60px;
    opacity:0.9;
    text-transform:uppercase;
    font-style:normal;
    font-weight:bold;
    letter-spacing:1px;
    font-size:14px;
    color:#444;
    text-align:center;
    text-shadow:-1px -1px 1px #ccc;
}
ul.accordion li .description{
    position:absolute;
    width:480px;
    height:175px;
    bottom:0px;
    left:0px;
    display:none;
	
}
ul.accordion li .description h2{
    text-transform:uppercase;
    font-style:normal;
    font-weight:bold;
    letter-spacing:1px;
    font-size:45px;
    color:#444;
    text-align:left;
    margin:0px 0px 15px 20px;
    text-shadow:-1px -1px 1px #ccc;
}
ul.accordion li .description p{
    line-height:14px;
    margin:10px 22px;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.6em;
}
ul.accordion li .description a{
    position:absolute;
    bottom:5px;
    left:20px;

    text-transform:uppercase;
    font-style:normal;
    font-size:11px;
    text-decoration:none;
    color:#888;
}
ul.accordion li .description a:hover{
    color:#333;
    text-decoration:underline;
}
ul.accordion li .bgDescription{
    background:transparent url(../img/his/bgDescription.png) repeat-x top left;
    height:340px;
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    display:none;
}
/*历任院长*/
.process_conl{width:100%; overflow:hidden;  position:relative; padding:45px 0px; margin-top:40px; background:url(../img/bg2.jpg) repeat-y center top; }
.process_conl .line_b{width:6px; height:100%; background:#c0d1db; position:absolute; left:50%; margin-left:-3px; top:0; display:block;}
.process_conl .line_y{width:23px; height:22px; background:url(../img/his_top.png) no-repeat; position:absolute; left:50%; margin-left:-11px; top:0; display:block;}
.process_conl .line_x{width:23px; height:22px; background:url(../img/his_top.png) no-repeat; position:absolute; left:50%; margin-left:-11px; bottom:0; display:block;}

.process_conl .process_cut{width:1200px; margin:auto; min-height:300px;}
.process_conl .process_cut li{width:100%; position:relative; margin-bottom:20px; height:auto; clear:both;}
.process_conl .process_cut li div {
	width:600px; height:auto; padding:0px 85px 0px 0px; 
	}
.process_conl .process_cut li div.process_fr{  width:600px; height:auto; float:right; padding:0px 0px 0px 85px; }
.process_conl .process_cut li div.process_fr b{position:absolute; left:50%; top:15px; margin-left:-12px;  background:url(../img/his_right.png) no-repeat;}

.process_conl .process_cut li:last-of-type{margin-bottom:0;}

.process_conl .process_cut li span{font-size:16px;color:#333;}
.process_conl .process_cut li h3{padding-bottom:20px; font-size:14px;line-height:16px; color:#333; position:relative;}
.process_conl .process_cut li h3:after{content:''; position:absolute; left:0; bottom:9px; height:2px; width:120px; background:#00a4ef;}
.process_conl .process_cut li p{font-size:12px; color:#999; display:block;}
.process_conl .process_cut li p.left {
	width:120px; height:180px;
	}
.process_conl .process_cut li p img {
width:120px; height:180px;
}
.process_conl .process_cut li p.right{
	width:395px; padding-left:20px;
	line-height:30px; color:#333;
	}
.process_conl .process_cut li b{position:absolute; left:50%; top:15px; margin-left:-62px; background:url(../img/his_left.png) no-repeat; width:74px; height:22px;}

/*医院文化*/
.wenhuacontent {
	width:1280px;
	background-color:#fff;
	font-size:14px;
	color:#868686;
	padding:40px 20px 20px 20px;
	height:auto;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s;
	
	}
.wenhuacontent div {
	display:block;
	width:45%;
	}
.wenhuacontent img {
	display:block;
	margin:auto;
	}
.wenhuacontent span {
	font-weight:bold;
	color:#333;
	font-size:16px;
	
	}
.wenhuacontent p {
	line-height:28px;
	margin-top:30px;
	}
.wenhuacontent .right {
	width:500px;
	}
.wenhuacontent .right span {
	font-weight:bold;
	color:#0C4C9F;
	font-size:16px;
	display:block;
	margin:10px auto 20px auto;
	}
.tixcontent {
	width:1280px;
	background-color:#fff;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s; 
	}
.tixcontent li {
	float:left;
	display:block;
	height:250px;
	}
.tixcontent li.col_25 {
	
	width:320px;
	}
.tixcontent li.col_50 {
	width:640px;
	}
.tixcontent li div {
	padding-top:75px;
	width:100%;
	height:250px;
	color:#fff;
	}
.tixcontent li div.s {
	background-color:#0E4DA1;
	}
.tixcontent li div.q {
	background-color:#00A1E9;
	}
.tixcontent li div span {
	font-size:25px;
	display:block;
	text-align:center;
	margin-bottom:25px;
	}
.tixcontent li div i {
	font-size:18px;
	display:block;
	text-align:center;
	font-style:normal;
	}
.tixcontent li div p {
	display:block;
	font-size:15px;
	line-height:30px;
	text-align:left;
	}
	
.ovnewslist {
	width:1000px; height:100px;
	margin:auto;
	padding-top:50px;
	}
.ovnewslist li{
	width:430px; height:100px;
	float:left;
	border-bottom:1px solid #EAEAEA;
	padding-bottom:10px;
	margin-bottom:30px;
	margin-right:40px;
	}
.ovnewslist li img {
	width:120px; height:85px;
	}
.ovnewslist .media-body {
	width:275px;
	}
.ovnewslist .media-body a {
	display:block;
	color:#5D5D5D;
    font-size:14px; font-weight:bold;
	margin-bottom:5px;
	text-overflow: ellipsis;
	max-width:250px;
	overflow:hidden;
	white-space: nowrap;
	}
.ovnewslist .media-body a:hover {
	color:#03C9E4;
	}
.ovnewslist .media-body span {
	display:block;
	font-size:12px; color:#777777;
	line-height:22px;
	text-overflow: ellipsis;
	height:45px;
	overflow:hidden;
	}	
.ovnewslist .media-body i {
	display:block;
	font-size:12px;
	color:#CCC;
	font-style:normal;
	}
/* 滚动条的样式 */
.scrollUp,.scrollHandle,.scrollDown{
	overflow:hidden;
	}
.scrollBar{
	height:100%;
	width:6px;
	overflow:hidden;
	position:absolute;
	right:0;top:0;
	z-index:111;
	background-image:url(../img/srcbg.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	
	}
.scrollUp,.scrollDown{
	height:5px;
	cursor:pointer;
	position:absolute;
	left:0px;
	cursor:pointer}
.scrollUp,.scrollHandle,.scrollHandleDown,.scrollDown{
	width:6px;
	position:absolute;
	}
.scrollHandle{
	height:109px;
	left:1px;top:5px;
	cursor:n-resize;
	background-color:#0C4AEF;
	border-radius:0px;
	}
.scrollUp{top:0; }
.scrollDown{bottom:0;}

.sliderlist{width:365px;height:500px; margin-top:20px;}
.sliderlist img{height:300px;width:230px;border:none;}
.sliderlist li {
	height:60px;
	}
.sliderlist li a {
	line-height:60px;
	padding-left:20px;
	color:#666;
	display:block;
	width:350px;
	height:60px;
	border-bottom:1px dashed #DBDBEA;
	background-color:#F4F7F7;
	}
.sliderlist li a.h {
	background-color:#0E4DA1;
	color:#fff;
	border-bottom:1px dashed #0E4DA1;
	}
.sliderlist li a:hover {
	background-color:#DBEDFF;
	color:#666;
	border-bottom:1px dashed #DBDBEA;
	}
/* 滚动条的样式end */
.pagecontent {
	width:845px;
	min-height:600px;
	padding-bottom:40px;
	
	margin-top:20px;
	}
.contenttitle {
	font-size:18px; font-weight:bold; color:#333;
	line-height:60px; height:60px;
	border-bottom:1px solid #DBDBEA;
	}
.showd {
	background:url(../img/btmshow.jpg) no-repeat center top;
	height:14px;
	}
.contentin img{
	margin:30px auto auto auto;
	display:block;
	}
.contentin span{
	display:block;
	text-align:center;
	font-size:12px;
	}
.contentin p {
	font-size:15px;
	color:#333;
	line-height:30px;
	text-indent:2em;
	margin-top:30px;
	}
	
.Tabb{
margin:0px; padding:0px;
width:845px; position:relative;
margin:auto;
}
.Tabb .Menubox {
height:50px;
background-color:#F0F0F0;
margin-top:20px;
}
.Tabb .Menubox ul{
padding:0px;
}
.Tabb .Menubox li{
float:left; display:block; cursor:pointer; height:50px; line-height:20px; background-color:#075FB7;
color:#FFFFFF;  font-size:12px; width:130px; text-align:center; margin:0px 5px 0px 0px; padding-top:5px; border:1px solid #075FB7;
}
.Tabb .Menubox li.hover{
font-size:12px;  height:50px; color:#039;
background-color:#83BFFC; border:1px solid #075FB7;
}
.Tabb .Contentbox{
clear:both; 
padding-top:40px;
min-height:500px;
}
.Tabb ul{ list-style:none;}
.pagecontentin,.pagecontentinsen,.pagedownload {
	-webkit-animation: pagee 1 0.8s;
	animation: pagee 1 0.8s; 
	}
.pagecontentin p {
	font-size:15px;
	color:#666666;
	line-height:30px;
	text-indent:-4em;
	margin-left:5em;
	margin-bottom:20px;
	}
.pagecontentinsen p {
	font-size:15px;
	color:#666666;
	line-height:30px;
	text-indent:-5em;
	margin-left:6em;
	margin-bottom:20px;
	}
@-webkit-keyframes pagee {
        0% {
            
			opacity:0;
			}
		
		100% {
            opacity:1;
			 }
    }	
.pagedownload {
	
	}
.pagedownload a {
	font-size:18px;
	color:#1F1F1F;
	display:block;
	height:60px; line-height:60px;
	background-image:url(../img/word.jpg);
	background-repeat:no-repeat;
	background-position:30px 0px;
	padding-left:140px;
	margin-bottom:30px;
	}
.pagedownload a:hover {
	color:#03C9E4;
	}
/*pagetop*/
.pagetop {
	height:60px;
	width:1240px;
	
	}
.pagetop .form-group {
	border: 1px solid #aaa;
    position: relative;
	width:280px;
	margin:auto;
    height: 35px;
    z-index: 3;
	background-color:#fff;
	}
.pagetop .form-group input {
    width: 240px;
    height: 20px;
    line-height: 20px;
    color: #222;
    position: absolute;
    top: 1px;
    left: 0px;
    outline: none;
    border: none;
	padding-left:10px;
	margin-top:4px;
	
}
.pagetop .form-group button {
	border: none;
    background: #fff;
    color: #fff;
    font-size: 18px;
    height: 33px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 45px;
    cursor: pointer;
	border-left:1px solid #aaa;
	}
.pagetop .form-group button:hover {
	background: #DFEFFF;
	}
.pagetop .form-group button i {
	background-image:url(../img/icon/sb.fw.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:20px;
	display:inline-block;
	width:45px; height:33px;
	margin-right:10px;
	}
.link-group {
	width:960px;
	text-align:right;
	}
.link-group a {
	display:inline-block;
	font-size:12px;
	color:#09C;
	background-repeat:no-repeat;
	background-image:url(../img/icon/icon.jpg);
	line-height:30px;
	padding-left:25px;
	margin-left:40px;
	}
.link-group a:hover {
	color:#FC0;
	}
.link-group .amenu1	{
	background-position:left 0px;
	}
.link-group .amenu1:hover {
	background-position:left -30px;
	}
.link-group .amenu2	{
	background-position:left -60px;
	}
.link-group .amenu2:hover {
	background-position:left -90px;
	}
/*pagetop*/
.Tabpb{
padding:0px 0px 0px 0px;
width:1200px; 
position:relative;
margin:auto;
}
.Tabpb .Menubox {
    height: 50px;
    border-bottom: 3px solid #F0F0F0;
    
}
.Tabpb .Menubox ul{
padding:0px;
}
.Tabpb .Menubox li{
float:left; display:block; cursor:pointer; height:50px; line-height:50px; background-color:#fff;
color:#878787;  font-size:16px; width:200px; text-align:center; margin:0px 0px 0px 0px; border-bottom:3px solid #F0F0F0;
}
.Tabpb .Menubox li.hover{
height:50px; color:#037a5f; font-weight:bold;
background-color:#fff; border-bottom:3px solid #037a5f;
}
.Tabpb .Contentbox{
clear:both; 
padding-top:1px;
}
.Tabpb ul{ list-style:none;}
.vtable {
	background-color:#F4F4F4;
	}
.vtable td {
	border:1px solid #fff;
	width:155px;
	font-size:14px; background-color: #f4f7f7;
	}
.vtable thead td {
	background-color:#037a5f;
	}
.vtable thead {
	position: fixed;
    top: 0;
    width: 1200px; display: block;
	}
#thead_1 {
	height:50px;
	text-align:center;
	color:#fff;
	font-size:16px;
    position: inherit;
	}
.vtable thead .w td{
	height:50px;
	text-align:center;
	color:#fff;
	font-size:16px;
	}
.vtable thead td i {
	display:inline-block;
	width:50%; height:40px;
	text-align:center;
	font-size:14px;
	font-style:normal;
	color:#fff;padding-top: 5px;
	
	}

.vtable tbody tr.jt {
	background-color:#EFF5FE;
	}
.vtable tbody tr:hover {
	background-color:#FFFFD2;
	}
.vtable tbody td {
	height:50px;
	vertical-align:middle;
	padding:5px 0px 5px 0px;
	}
.vtable tbody td:first-child {
	background-color:#E8E7E7;
	font-size:16px;
	color:#000;
	font-weight:bold;
	text-align:center;
}
.vtable tbody td i {
	display:block;
	width:50%; height:48px;
	background-color:#509EB7;
	float:left;
	color:#fff;
	font-style:normal;
	font-size:12px;
	text-align:center;
	padding-top:5px;
	}
.vtable tbody td span {
	display:block;
	width:50%;
	height:100%;
	float:left;
	text-align:center;
	
	}
.vtable tbody td span a {
	font-size:15px;
	display:block;
	line-height:36px;
	color:#333;
	}
.vtable tbody td span a:hover {
	color:#333;
	background-color:#b6dfdf;
	border-radius:5px;
	}
/*普通*/
.vstable {
	background-color:#F4F4F4;
	}
.vstable td {
	border:1px solid #fff;
	
	font-size:12px;
	}
.vstable thead td {
	background-color:#E8E7E7;
	}
.vstable thead .w td{
	height:40px;
	text-align:center;
	color:#666;
	font-size:12px;
	}
.vstable thead td i {
	display:inline-block;
	width:50%; height:20px;
	text-align:center;
	font-size:12px;
	font-style:normal;
	color:#666;
	
	}

.vstable tbody tr.jt {
	background-color:#EFF5FE;
	}
.vtable tbody tr:hover {
	background-color:#FFFFD2;
	}
.vstable tbody td {
	height:50px;
	vertical-align:middle;
	padding:5px 0px 5px 30px;
	}

.vstable tbody td i {
	display:block;
	width:50%; height:48px;
	background-color:#509EB7;
	float:left;
	color:#fff;
	font-style:normal;
	font-size:12px;
	text-align:center;
	padding-top:5px;
	}
.vstable tbody td span {
	display:block;
	width:50%;
	height:100%;
	float:left;
	text-align:center;
	
	}
.vstable tbody td span a {
	font-size:12px;
	display:block;
	line-height:22px;
	color:#333;
	}
.vstable tbody td span a:hover {
	color:#333;
	background-color:#b6dfdf;
	border-radius:5px;
	}
.vstable tbody .cztablelistleft {
	background-color:#E8E7E7;
	font-weight:bold;
	}
.ptable {
	background-color:#F4F4F4;
	}
.ptable td {
	border:1px solid #fff;
	text-align:center;
	font-size:12px;
	color:#333;
	}
.ptable thead td {
	background-color:#E8E7E7;
	}
.ptable thead .w td{
	height:40px;
	text-align:center;
	color:#666;
	font-size:12px;
	}
.ptable thead td i {
	display:inline-block;
	width:50%; height:20px;
	text-align:center;
	font-size:12px;
	font-style:normal;
	color:#666;
	
	}
.ptable tbody td {
	height:50px;
	vertical-align:middle;
	padding:5px 0px 5px 0px;
	}

.ptable tbody td i {
	display:block;
	width:50%; height:48px;
	background-color:#509EB7;
	float:left;
	color:#fff;
	font-style:normal;
	font-size:12px;
	text-align:center;
	padding-top:5px;
	}
.ptable tbody td span {
	display:block;
	width:50%; 
	float:left;
	text-align:center;
	
	}
.ptable tbody td span a {
	font-size:12px;
	display:block;
	line-height:22px;
	color:#333;
	}
.ptable tbody td span a:hover {
	color:#333;
	background-color:#b6dfdf;
	border-radius:5px;
	}
/*滚动菜单*/
.scrollpic {
	width: 1280px;
	margin:0px auto 30px auto;
}
#myscroll {
	display: block;
	width: 100%;
	position: relative;
	height: 60px;
	overflow: hidden;
	
}
#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
	
}
#myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#myscroll ul li {
	display: block;
	float: left;
	padding: 0;
	width:170px;
}
#myscroll ul li a {
	display: block;
	float: left;
	width: 150px;
	padding: 0;
	position: relative;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size:16px;
	text-align:center;
	background-color: rgba(14,77,161,.6);
	border-radius:5px;
	
}
#myscroll a .intro {
	position: absolute;
	left: 0;
	z-index: 10;
	background-color: #0057c4;
	filter: alpha(opacity=70);
	width: 150px;
	color: #fff;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	text-align: center;
	background-image:url(../img/jia.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 40px;
	border-radius:5px;
}

#myscroll a .intro p {
	height: 40px;
	overflow: hidden;
}
#myscroll a .intro {
	bottom: -211px;
}
#myscroll a:hover .intro {
	bottom: 0px;
}
#mybtns {
	margin: 10px 0;
	width: 1280px;
	display: block;
	height: 42px;
}
#mybtns a {
	width: 42px;
	height: 42px;
	display: block;
	float: right;
	margin-right: 0px;
	margin-left:5px;
	border-radius:5px;
}
#mybtns a:hover {
	background-color: #347fdc;
}
#mybtns a:hover, #myscroll, #mybtns a, #myscroll a:hover .intro, #myscroll a .intro, #myscroll #myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns #left {
	background-image: url(../img/jt_l.png);
}
#mybtns #right {
	background-image: url(../img/jt_r.png);
}
/*不滚动菜单*/
.noscrollpic {
	width: 1280px;
	margin:auto;
	height: 150px;
	position: relative;
	overflow: hidden;
	padding-top:10px;
	padding-left:50px;
}
.noscrollpic ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.noscrollpic ul li {
	display: block;
	float: left;
	padding: 0;
	width:170px;
	margin-bottom:30px;
}
.noscrollpic ul li a {
	display: block;
	float: left;
	width: 150px;
	padding: 0;
	position: relative;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size:16px;
	text-align:center;
	background-color: rgba(14,77,161,.6);
	border-radius:5px;
}
.noscrollpic ul li a:hover {
	background-color: rgba(14,77,161,.9);
	box-shadow:0 4px 7px 0 rgba(0,0,0,0.2);
	}
/*.noscrollpic a .intro {
	position: absolute;
	left: 0;
	z-index: 10;
	background-color: #0057c4;
	filter: alpha(opacity=70);
	width: 150px;
	color: #fff;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	text-align: center;
	background-image:url(../img/jia.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 40px;
	border-radius:5px;
}

.noscrollpic a .intro p {
	height: 40px;
	overflow: hidden;
}
.noscrollpic a .intro {
	bottom: -211px;
}
.noscrollpic a:hover .intro {
	bottom: 0px;
}*/

/*名医*/
.eeedrout {
	width:300px;
	height:170px;
	background-color:#fff;
	border-radius:5px;
	padding:10px 10px;
	float:left;
	margin:auto 10px 20px 10px;
	}
.eeedrout .title {
	height:40px;
	line-height:30px;
	color:#0058B8;
	font-size:16px;
	
	border-bottom:1px solid #ddd;
	}
.eeedrout .list {
	padding-top:10px;
	
	}
.eeedrout .list a {
	display:inline-block;
	width:40px; height:35px; line-height:35px;
	color:#666;
	font-size:12px;
	text-align:center;
	}
.eeedrout .list a:hover {
	color:#0058B8;
	}
.pagebanner {
	width:1280px;
	height:200px;
	margin:10px auto;
	}

/*信息列表*/
.inout {
	width:1280px;
	margin:auto;
	padding-bottom:30px;
	min-height:900px;
	}
.inoutlmr {
	width:1280px;
	margin:auto;
	padding-bottom:30px;
	}
.inoutlmr .left{
	width:250px;
	margin-right:35px;
	float:left;
	}
.inoutlmr .mid{
	width:700px;
	margin-right:35px;
	float:left;
	}
.inoutlmr .right{
	width:260px;
	float:right;
	}
.infoleft {
	width:340px;
	}
.inforight {
	width:340px;
	}
.infoleft .nameleft {
	width:340px;
	background-color:#fff;
	margin-top:20px;
	padding-bottom:20px;
	}
.infoleft .nameleft img {
	margin:auto;
	
	display:block;
	}
.infoleft .name {
	width:340px;
	height:145px;
	background-color:#fff;
	padding:28px;
	margin-bottom:10px;
	}

.infoleft .name span {
	display:block;
	width:89px; height:89px;
	color:#fff;
	float:left;
	background:url(../img_news/icon/logo.fw.png) no-repeat center 15px #4D7AFF;
	padding-top:60px;
	text-align:center;
	}
.infoleft .name i {
	display:block;
	width:195px; height:89px;
	float:right;
	padding:0px 0px 0px 20px;
	color:#999;
	font-size:14px;
	}

.edita {
	display:block;
	border:1px solid #CCC;
	background:url(../img/icon/em.fw.png) no-repeat 20px 0px #fff;
	border-radius:10px;
	height:89px;
	padding-left:110px;
	padding-top:20px;
	color:#2693FF;
	font-size:22px;
	font-weight:bold;
	}
.edita i{
	font-size:12px; 
	color:#CCC;
	line-height:25px;
	font-style:normal;
	font-weight:normal;
	display:block;
	}
.edita:hover {
	color:#F90;
	}
/*右侧菜单*/
.rightmenu {
	width:340px;
	padding:20px;
	
	background:#FFF;
	}
.showmenu {
	color:#919191;
	font-size:18px;
	height:60px;
	line-height:60px;
	background:url(../img/showpic.jpg) no-repeat 0px center;
	padding-left:30px;
	cursor:pointer;
	display:block;
	border-bottom:1px dashed #CCCCCC;
	}
.showmenu:hover {
	color:#F90;
	}
.showmenu.hover {
	color:#0E4DA1;
	font-size:18px;
	font-weight:bold;
	}
.shownav {
	display:none;
	padding-bottom:10px;
	}
.shownav a {
	display:block;
	color:#919191;
	line-height:35px; height:35px;
	font-size:15px;
	padding-left:30px;
	
	}
.shownav a:hover {
	color:#57ABD9;
	}
.divlined {
	border-bottom:1px dashed #CCCCCC;
	}

.loading {
	width:900px; height:45px;
	float:right;
	background-color:#fff;
	text-align:center;
	line-height:45px;
	color:#666;
	cursor:pointer;
	}
.loading:hover {
	background-color:#EEF7FF;
	color:#069;
	box-shadow:2px 2px 5px #ccc;
	}
.divm {
	margin:auto
	}	
.infolist {
	width:900px;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s; 
	}
.infolist li{
	width:900px; height:185px;
	
	background-color:#fff;
	padding:20px;
	margin-bottom:20px;
	}

.infolist li:hover {
	box-shadow:2px 2px 5px #DEDEDE;
	}
.infolist a img {
	width:200px; height:145px;
	}
.infolist .media-body {
	width:630px; 
	}
.infolist .media-body a {
	display:block;
	color:#5D5D5D;
    font-size:16px;
	font-weight:600;
	margin-bottom:10px;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
	}
.infolist .media-body a:hover {
	color:#03C9E4;
	}
.infolist .media-body span {
	display:block;
	font-size:14px; color:#777777;
	line-height:22px;
	text-overflow: ellipsis;
	height:85px;
	overflow:hidden;
	}
.infolist .media-body div {
	height:24px;
	width:100%;
	}
.infolist .media-body i {
	display:inline-block;
	font-size:12px;
	color:#999;
	font-style:normal;
	height:24px; line-height:24px;
	background-repeat:no-repeat;
	
	}
.infolist .media-body .date {
	background-image:url(../img_news/icon/03.jpg);
	padding-left:30px;
	margin-left:20px;
	}
.infolist .media-body .nub {
	background-image:url(../img_news/icon/02.jpg);
	padding-left:30px;
	margin-left:20px;
	}

/*通知样式*/
.innoticelist {
	width:900px;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s; 
	}
.innoticelist li{
	width:900px; height:150px;
	
	background-color:#fff;
	padding:20px;
	margin-bottom:20px;
	}

.innoticelist li:hover {
	box-shadow:2px 2px 5px #ccc;
	}
.innoticelist li .date {
	width:90px; height:85px;
	background-color:#99B3FF;
	color:#fff;
	padding-top:7px;
	}
.innoticelist li .date .day {
	font-size:40px;
	display:block;
	}
.innoticelist li .date .mon {
	font-size:15px;
	display:block;
	}
.innoticelist .media-body {
	width:730px; 
	}
.innoticelist .media-body a {
	display:block;
	color:#5D5D5D;
    font-size:16px;
	font-weight:600;
	margin-bottom:10px;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
	}
.innoticelist .media-body a:hover {
	color:#03C9E4;
	}
.innoticelist .media-body span {
	display:block;
	font-size:14px; color:#777777;
	line-height:22px;
	text-overflow: ellipsis;
	height:60px;
	overflow:hidden;
	}
.innoticelist .media-body div {
	height:24px;
	width:100%;
	}
.innoticelist .media-body i {
	display:inline-block;
	font-size:12px;
	color:#999;
	font-style:normal;
	height:24px; line-height:24px;
	background-repeat:no-repeat;
	
	}
.innoticelist .media-body .date {
	background-image:url(../img_news/icon/03.jpg);
	padding-left:30px;
	margin-left:20px;
	}
.innoticelist .media-body .nub {
	background-image:url(../img_news/icon/02.jpg);
	padding-left:30px;
	margin-left:20px;
	}
/*下载样式*/
.dllist {
	width:900px;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s; 
	}
.dllist li{
	width:900px; height:120px;
	background-color:#fff;
	padding:15px;
	margin-bottom:20px;
	}

.dllist li:hover {
	box-shadow:2px 2px 5px #ccc;
	}
.dllist li .dloadpic {
	width:90px; height:85px;
	background-color:#99B3FF;
	background-image:url(../../../img/word.png);
	background-repeat:no-repeat;
	background-position:center;
	
	}
.dllist li .date {
	width:90px; height:85px;
	background-color:#99B3FF;
	color:#fff;
	padding-top:7px;
	}
.dllist li .date .day {
	font-size:40px;
	display:block;
	}
.dllist li .date .mon {
	font-size:15px;
	display:block;
	}
.dllist .media-body {
	width:740px;
	padding-top:10px;
	}
.dllist .media-body a {
	display:block;
	color:#5D5D5D;
    font-size:16px;
	font-weight:600;
	margin-bottom:10px;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
	}
.dllist .media-body a:hover {
	color:#03C9E4;
	}
.dllist .media-body span {
	display:block;
	font-size:14px; color:#777777;
	line-height:22px;
	text-overflow: ellipsis;
	height:10px;
	overflow:hidden;
	}
.dllist .media-body div {
	height:24px;
	width:100%;
	padding-left:0px;
	}
.dllist .media-body i {
	display:inline-block;
	font-size:12px;
	color:#999;
	font-style:normal;
	height:24px; line-height:24px;
	background-repeat:no-repeat;
	}
.dllist .media-body .date {
	background-image:url(../img_news/icon/03.jpg);
	padding-left:30px;
	margin-left:20px;
	}
.dllist .media-body .nub {
	background-image:url(../img_news/icon/02.jpg);
	padding-left:30px;
	margin-left:20px;
	}	
/*竖排样式*/
.linelist {
	width:1280px;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s; 
	}
.linelis ul {
	width:1280px;
	}
.linelist ul li{
	width:380px; height:440px;
	background-color:#fff;
	padding:10px;
	float:left;
	margin:0px 70px 50px 0px;
	}
.linelist ul li:last-child {
	margin:0px 0px 50px 0px;
}
.linelist ul li:hover {
	box-shadow:2px 2px 5px #ccc;
	}
.linelist a img {
	width:360px; height:280px;
	}
.linelist .media-body {
	width:360px;
	}
.linelist .media-body a {
	display:block;
	color:#5D5D5D;
    font-size:20px;
	font-weight:600;
	margin-bottom:10px;
	margin-top:30px;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
	text-align:center;
	}
.linelist .media-body a:hover {
	color:#03C9E4;
	}
.linelist .media-body span {
	display:block;
	font-size:14px; color:#777777;
	line-height:22px;
	text-overflow: ellipsis;
	height:50px;
	overflow:hidden;
	text-align:center;
	}
.linelist .media-body div {
	height:24px;
	width:100%;
	}
.linelist .media-body i {
	display:inline-block;
	font-size:12px;
	color:#999;
	font-style:normal;
	height:24px; line-height:24px;
	background-repeat:no-repeat;
	
	}
.linelist .media-body .date {
	background-image:url(../img_news/icon/03.jpg);
	padding-left:30px;
	margin-left:20px;
	}
.linelist .media-body .nub {
	background-image:url(../img_news/icon/02.jpg);
	padding-left:30px;
	margin-left:20px;
	}
/*托管医院*/
.tglist {
	width:900px;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s; 
	}
.tglist ul {
	width:900px;
	height:auto;
	clear:both;
	
	}
.tglist ul li{
	width:400px; height:300px;
	background-color:#fff;
	padding:10px;
	margin-bottom:50px;
	}
.tglist ul li:first-child {
	float:left;
	}
.tglist ul li:last-child {
	float:right;
	}
.tglist li:hover {
	box-shadow:2px 2px 5px #ccc;
	}
.tglist a {
	display:block;
	width:380px; height:280px;
	position:relative;
	color:#fff;
	}
.tglist a img {
	width:380px; height:280px;
	}
.tglist a div {
	position:absolute;
	top:110px;
	height:80px;
	width:100%;
	background-color:rgba(0,0,0,0.5);
	}
.tglist a div span {
	display:block;
	font-size:20px;
	text-align:center;
	line-height:45px;
	}
.tglist a div i {
	display:block;
	font-size:15px;
	text-align:center;
	
	}

/*托管医院end*/
/*都司随笔*/
.sdlist {
	width:1280px;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s; 
	}
.sdlist ul {
	width:1280px;
	height:auto;
	clear:both;
	
	}
.sdlist li{
	width:260px; height:300px;
	background-color:#fff;
	padding:10px;
	margin:auto 30px 50px 30px;
	float:left;
	}
.sdlist li:hover {
	box-shadow:2px 2px 5px #ccc;
	}

.sdlist a {
	display:block;
	width:240px; height:280px;
	position:relative;
	color:#fff;
	}
.sdlist a img {
	width:240px; height:280px;
	}
.sdlist a div {
	position:absolute;
	bottom:90px;
	height:70px;
	width:100%;
	background-color:rgba(0,0,0,0.5);
	padding-top:10px;
	
	}
.sdlist a:hover div {
	background-color:#0E4DA1;
	
	}
.sdlist a div span {
	display:block;
	font-size:20px;
	text-align:left;
	padding-bottom:10px;
	padding-left:20px;
	}
.sdlist a div i {
	display:block;
	font-size:12px;
	text-align:left;;
	padding-left:20px;
	
	}

/*都司随笔end*/
	
.pagercontent {
	width:900px;
	padding:30px;
	margin-bottom:20px;
	background-color:#fff;
	}
.pagercontent i {
	font-size:22px;
	font-style:normal;
	font-weight:bold;
	color:#0E4DA1;
	}
.pagercontent p {
	font-size:16px;
	color:#333;
	line-height:30px;
	text-indent:2em;
	margin-top:30px;
	}
.pagercontent p .pic {
	width:640px;
	margin:20px auto;
	font-size:12px;
	color:#333;
	display:block;
	text-align:center;
	}
.pagercontent p .pic img {
	display:block;
	margin-bottom:5px;
	width:640px; height:auto;
	}
.pagercontent .pic1 {
	margin-top:30px;
	font-size:12px;
	color:#333;
	display:block;
	text-align:center;
	}
.pagercontent .pic1 img {
	display:block;
	margin-bottom:5px;
	width:840px; height:auto;
	text-align:center;
	}
.pagercontent .pic2 {
	margin-top:30px;
	font-size:12px;
	color:#333;
	display:block;
	text-align:center;
	width:100%;
	}
.pagercontent .pic2 img {
	display:block;
	margin:auto;
	}
.pagercontent .zscon {
	border:1px solid #CCCCCC;
	background-color:#FFFFE1;
	font-size:12px;
	padding:20px;
	margin-top:20px;
	margin-left:35px;
	margin-bottom:40px;
	text-indent:-3em;
	padding-left:60px;
	line-height:25px;
	color:#666;
	}
.unicon {
	border:1px solid #CCCCCC;
	background-color:#FFFFE1;
	font-size:12px;
	padding:20px;
	margin-top:50px;
	margin-bottom:40px;
	padding-left:40px;
	line-height:32px;
	color:#666;
	}
.unicon a {
	color:#09F;
	}
.pagercontent1 {
	width:900px;
	padding:30px;
	margin-bottom:20px;
	background-color:#fff;
	}
.pagercontent1 i {
	width:50px; height:50px;
	text-align:center; line-height:50px;
	background-color:#F5F5F5;
	display:inline-block;
	border-radius:25px;
	font-size:22px;
	font-style:normal;
	font-weight:bold;
	color:#0E4DA1;
	margin-right:10px;
	}
.pagercontent1 span {
	line-height:40px;
	font-weight:bold;
	color:#0E4DA1;
	font-size:16px;
	}
.pagercontent1 p {
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-top:20px;
	padding-left:60px;
	}
.pagercontent2 {
	width:900px;
	height:auto;
	padding:30px;
	margin-bottom:20px;
	background-color:#fff;
	}
.pagercontent2 i {
	width:150px; height:150px;
	padding-top:40px;
	text-align:center; line-height:40px;
	background-color:#55A5AA;
	display:block;
	float:left;
	border-radius:75px;
	font-size:20px;
	font-style:normal;
	color:#fff;
	margin-right:10px;
	}
.pagercontent2 .ye {
	width:130px; height:50px; line-height:50px;
	text-align:center;
	background-color:#C4E1FF;
	display:block;
	float:left;
	border-radius:10px;
	font-size:20px;
	
	color:#09C;
	margin-right:10px;
	margin-top:25px;
	}
.pagercontent2 span {
	font-size:16px;
	width:680px;
	color:#333;
	line-height:30px;
	margin-top:20px;
	padding-left:30px;
	display:block;
	float:right;
	}
.pagercontent2 span font {
	font-size:12px;
	color:#999;
	}
.pagercontent2 p {
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-top:20px;
	padding-left:60px;
	}
.pagercontent3 {
	width:900px;
	height:auto;
	padding:30px;
	margin-bottom:30px;
	background-color:#fff;
	}
.pagercontent3 img {
	display:block;
	width:100px;
	height:145px;
	float:left;
	margin-right:30px;
	}
.pagercontent3 div {
	width:710px;
	float:right;
	}
.pagercontent3 .bktitle {
	display:block;
	font-weight:bold;
	color:#0E4DA1;
	font-size:16px;
	margin-bottom:20px;
	}
.pagercontent3 .bktitle:hover {
	color:#09C;
	}
.pagercontent3 div .span1 {
	font-size:15px;
	color:#333;
	line-height:25px;
	display:block;
	margin-bottom:20px;
	}
.pagercontent3 div .span2 {
	font-size:12px;
	color:#999;
	line-height:25px;
	display:block;
	margin-bottom:20px;
	}
.pagercontent3 div .span3 {
	font-size:12px;
	color:#999;
	}
.pagercontent3 div .span3 a {
	font-size:12px;
	color:#06F;
	padding-right:20px;
	}
.pagercontent4 {
	width:900px;
	height:auto;
	padding:30px;
	margin-bottom:30px;
	background-color:#fff;
	}
.pagercontent5 {
	width:100%;
	padding:30px;
	margin-bottom:20px;
	background-color:#fff;
	}
.pagercontent5 i {
	font-size:22px;
	font-style:normal;
	font-weight:bold;
	color:#0E4DA1;
	}
.pagercontent5 p {
	font-size:14px;
	color:#333;
	line-height:30px;
	text-indent:-23px;
	margin-bottom:20px;
	margin-left:30px;
	}
.pagercontent6 {
	width:900px;
	padding:30px;
	margin-bottom:20px;
	background-color:#fff;
	}
.pagercontent6 i {
	font-size:22px;
	font-style:normal;
	font-weight:bold;
	color:#0E4DA1;
	}
.pagercontent6 p {
	font-size:16px;
	color:#333;
	line-height:30px;
	text-indent:-17px;
	margin-top:30px;
	margin-left:17px;
	}
.pagercontent6 p span {
	display:block;
	margin-left:37px;
	text-indent:-34px;
	padding-right:20px;
	margin-bottom:20px;
	}
.pagercontent7 {
	width:840px;
	margin-bottom:20px;
	background-color:#fff;
	}
.pagercontent7 i {
	font-size:22px;
	font-style:normal;
	font-weight:bold;
	color:#0E4DA1;
	}
.pagercontent7 p {
	font-size:16px;
	color:#333;
	line-height:30px;
	text-indent:-17px;
	margin-top:30px;
	margin-left:17px;
	}
.pagercontent7 p span {
	display:block;
	margin-left:30px;
	text-indent:-30px;
	margin-bottom:20px;
	}
.pagercontent7 p font{
	color:#06C;
	}
.pagercontent7 img {
	margin-top:30px;
}
.pagercontent7 a {
	color:#06C;
	display:inline-block;
	width:100px;
	text-align:center;
	}
.pagercontent7 a:hover {
	color:#F90;
	
	
	}
.Tablx{
margin:auto;
width:840px; 
position:relative;
}
.Tablx .Menubox {
height:50px;
border-bottom:3px solid #F0F0F0;
}
.Tablx .Menubox ul{
padding:0px;
}
.Tablx .Menubox li{
float:left; display:block; cursor:pointer; height:50px; line-height:50px; background-color:#fff;
color:#878787;  font-size:16px; width:20%; text-align:center; margin:0px 0px 0px 0px; border-bottom:3px solid #F0F0F0;
}
.Tablx .Menubox li.hover{
height:50px; color:#037a5f; font-weight:bold;
background-color:#fff; border-bottom:3px solid #037a5f;
}
.Tablx .Contentbox{
clear:both; 
padding-top:20px;
padding-bottom:40px;
}
.Tablx ul{ list-style:none;}
.Tablin{
margin:auto;
width:840px; 
position:relative;
}
.Tablin .Menuboxin {
height:50px;
}
.Tablin .Menuboxin ul{
padding:0px;
}
.Tablin .Menuboxin li{
display:inline-block;
cursor:pointer;
height:28px; 
line-height:28px; 
color:#fff;  
font-size:12px;
background-color:#CCC;
padding:0px 10px 0px 10px;
margin-right:20px; margin-bottom:20px;
border-radius:14px;
}
.Tablin .Menuboxin li.hover{
background-color:#43839E;
}
.Tablin .Contentboxin {
clear:both; 
}
.Tablin ul{ list-style:none;}
.Tabbj{
margin:auto;
width:840px; 
position:relative;
}
.Tabbj .Menubox {
height:50px;
border-bottom:3px solid #F0F0F0;
}
.Tabbj .Menubox ul{
padding:0px;
}
.Tabbj .Menubox li{
float:left; display:block; cursor:pointer; height:50px; line-height:50px; background-color:#fff;
color:#878787;  font-size:14px; width:120px; text-align:center; margin:0px 0px 0px 0px; border-bottom:3px solid #F0F0F0;
}
.Tabbj .Menubox li.hover{
height:50px; color:#037a5f; font-weight:bold;
background-color:#fff; border-bottom:3px solid #037a5f;
}
.Tabbj .Contentbox{
clear:both; 
padding-top:20px;
padding-bottom:40px;
}
.Tabbj ul{ list-style:none;}
.tablelist {
	border-left:1px solid #EEE;
	border-top:1px solid #EEE;
	font-size:12px;
	color:#666;
	}
.tablelist th {
	background-color:#43839E;
	height:40px;
	color:#fff;
	padding:5px;
	}
.tablelist tr:hover {
	background-color:#E6F2FF;
	color:#000;
	}
.tablelist td {
	border-bottom:1px solid #ccc;
	border-right:1px solid #EEE;
	padding:5px;
	text-align:center;
	height:50px;
	}
.formlist {
	width:900px;
	-webkit-animation: pageani 1 0.8s;
	animation: pageani 1 0.8s; 
	}
.formlist .formcontent {
	width:900px;
	padding:30px 180px 30px 30px;
	margin-bottom:20px;
	background-color:#fff;
	}
.formlist .formcontent li {
	height:60px;
	
	}
.formlist .formcontent li input {
	border:1px solid #ccc;
	height:35px;
	width:565px;
	padding-left:5px;
	line-height:35px;
	display:block;
	float:right;
	}
.formlist .formcontent i {
	display:block;
	width:120px;
	height:35px;line-height:35px;
	font-style:normal;
	float:left;
	text-align:right;
	}
.formlist .formcontent span {
	font-size:12px;
	color:#666;
	line-height:25px;
	}
/*页面滑动*/

.zz-all-content{position:relative;max-width:1280px;margin:0 auto;padding-top:80px; }
.zz-all-content .nav{position:absolute;top:0px;left:0;width:1280px;border-radius:2px;padding:10px 0 10px 0px;overflow:hidden;z-index: 70;margin: 0px;}
.zz-all-content .nav.am-sticky{left: 50%!important;width:1280px!important; box-shadow:0 4px 18px 0 rgba(0,0,0,0.05); margin-left:-640px!important; background-color:#fff;}
.zz-all-content .nav .nav-content{width: 1280px;margin: 0 auto;}
.zz-all-content .nav.am-sticky .nav-content{width: 1280px;margin: 0 auto;}
.zz-all-content .nav .nav-title{

	color:#878787; font-size:15px;
	padding-left:40px;
	background:url(../img/title_img.fw.png) no-repeat 20px center #fff;
	line-height:20px;margin-right:10px;display:block;float:left;margin-top:5px}
.zz-all-content .nav .nav-list{float:left;overflow:hidden;width:70%;font-size:0}
.zz-all-content .nav .nav-list li{float: left; }
.zz-all-content .nav .nav-list li a{
	display:inline-block;
	font-size:14px;
	color:#666a75;
	line-height:18px;
	padding:7px 10px 8px 10px;
	margin-right:20px;
	margin-left:20px;
	background:#fff;
	border:1px solid #ddd;
	border-radius:4px;
	cursor:pointer;
	
	}
.zz-all-content .nav .nav-list li:last-of-type a{margin-bottom:0}
.zz-all-content .nav .nav-list li a.am-active{color:#fff;border:1px solid #4D7AFF;border-radius:4px; background-color:#4D7AFF;}

.zz-all-content .zz-content{overflow:hidden; margin-bottom:40px;}
.zz-all-content .zz-content .title{font-size:18px;color:#252b3a;letter-spacing:0;line-height:28px;position:relative;padding-left:12px;margin-bottom:20px;margin-top:10px}
.zz-all-content .zz-content .title:before{background:#f66f6a;content:'';position:absolute;top:4px;left:0;width:2px;height:20px}


.zz-all-content .zz-contentin {
	wdith:1280px;
	margin:auto;
	}
.zz-all-content .zz-contentin ul li {
	float:left;
	width:240px;
	height:100px;
	background-color:#fff;
	margin-right:20px;
	margin-bottom:20px;
	text-align:center;
	padding-top:20px;
	line-height:30px;
	font-size:15px;
	color:#4D7AFF;
	cursor:pointer;
	}
.zz-all-content .zz-contentin ul li:last-child {
	margin-right:0px;
}
.zz-all-content .zz-contentin ul li:hover {
	background-color:#4D7AFF;
	color:#fff;
	}
.zz-all-content .zz-content a {
	display:block;
	wdith:1280px;
	margin:auto;
	background-color:#fff;
	}
.zz-all-content .zz-content a img {
	width:1000px;
	height:auto;
	display:block;
	margin:auto;
	padding:20px;
	}
.am-sticky{position:fixed!important;z-index:1010;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}[data-am-sticky][class*=am-animation-]{-webkit-animation-duration:.2s;animation-duration:.2s}

/*页面滑动*/
/*信息详情*/
.contentout {
	width:900px;
	float:left;
	background-color:#fff;
	padding:20px 40px 50px 40px;
	}
.contentout {
	padding-top:20px;
	}
.contentout .title {
	font-size:25px;
	color:#333;
	line-height:50px;
	}
.contentout .title2 {
	font-size:14px;
	color:#999;
	line-height:30px;
	margin-bottom:20px;
	}
.contentout .ftitle2 {
	font-size:20px;
	color:#333;
	line-height:70px;
	font-weight:bold;
	}
.contentout .newsinfo {
	wdith:100%;
	height:25px;
	}
.contentout .newsinfo .infoleft {
	font-size:12px;
	color:#999;
	width:50%;
	height:25px;
	line-height:25px;
	}
.contentout .newsinfo .infoleft span {
	display:inline-block;
	margin-right:20px;
	}
.contentout .newsinfo .infoleft span i {
	display:inline;
	}
.txtsizeo {
	width:50%;
	height:25px;
	}
.txtsizeo a {
	width:25px;
	height:25px; 
	display:inline-block;
	font-size:12px;
	line-height:25px; text-align:center;
	background-color:#F2F2F2;
	color:#666;
	margin-left:10px;
	}
.txtsizeo a:hover {
	background-color:#CCC;
	color:#06C;
	}
.txtsizeo .other {
	background-image:url(../img_news/icon/s.fw.png)
	}
.contentout .subtitle {
	font-size:15px;
	color:#111111;
	line-height:30px;
	margin-bottom:10px;
	}
.contentout .content {
	padding-top:20px;
	padding-bottom:30px;
	}
.contentout .content span {
	}
.contentout .content span img {
	display:block;
	margin:auto auto 10px auto;
	max-width:750px;
	height:auto;
	}
.contentout .content span i {
	display:block;
	text-align:center;
	font-size:12px;
	color:#039;
	}
.contentout .content p {
	font-size:16px;
	color:#333;
	line-height:30px;
	text-indent:2em;
	margin-top:30px;
	}
.contentout .content p a {
	color:#0066FF;
	}
.contentout .content p a:hover {
	color:#0CC;
	}
.contentout .contentsj .p2 {
	font-size:16px;
	color:#333;
	line-height:30px;
	text-indent:-2em;
	margin-left:2em;
	margin-bottom:20px;
	}
.contentout .contentsj .p5 {
	font-size:16px;
	color:#333;
	line-height:30px;
	text-indent:-5em;
	margin-left:5em;
	margin-bottom:20px;
	
	}		
.pagedownload span{
	display:block;
	font-size:18px;
	color:#7297F6;
	border-bottom:1px solid #ccc;
	height:40px; line-height:40px;
	margin-bottom:30px;
	}
.pagedownload a {
	font-size:16px;
	color:#1F1F1F;
	display:block;
	height:40px; line-height:40px;
	background-image:url(../img/word.jpg);
	background-size:40px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:70px;
	margin-bottom:20px;
	}
.pagedownload a:hover {
	color:#03C9E4;
	}
.downloaddiv {
	background-color:#FCFCFC;
	width:820px;
	min-height:390px;
	margin-top:20px;
	box-shadow:0px 0px 10px #ccc inset;
	}
.downloaddiv a {
	height:80px; width:400px;
	background-color:#fff;
	background-image:url(../../../img/word.jpg);
	background-position:10px center;
	background-repeat:no-repeat;
	padding-left:90px;
	color:#000;
	display:block;
	position:relative;
	margin:auto auto 20px auto;
	border:1px solid #CCC;
	font-size:14px;
	}
.downloaddiv a:hover {
	background-color:#E1F5FF;
	}
.downloaddiv a span {
	display:block;
	height:80px;
	width:220px;
	line-height:30px;
	font-size:14px;
	}
.downloaddiv a i {
	display:block;
	width:70px; 
	height:78px;
	line-height:78px;
	text-align:center;
	background-color:#FFC;
	position:absolute;
	right:0px;
	top:0px;
	color:#09C;
	font-weight:bold;
	font-size:16px;
	}
.downloaddiv a:hover i {
	background-color:#FF9;
	}
/*信息详情*/
.LBStext {
	padding-top:50px;
	width:1200px;
	margin:auto;
	}
.LBStext .lbstextin{
	width:800px;
	}
.LBStext .lbsimgin{
	width:400px;
	}
.LBStext .lbsimgin img {
	display:block;
	margin:auto auto 20px auto;
	}
.LBStext .lbsimgin span {
	display:block;
	font-size:20px;
	font-weight:bold;
	line-height:40px;
	margin-bottom:20px;
	}
.LBStext .lbsimgin i {
	font-style:normal;
	font-size:13px;
	color:#666;
	display:block;
	margin-bottom:30px;
	text-align:center;
}
.LBStext .title {
	font-size:20px;
	font-weight:bold;
	line-height:40px;
	margin-bottom:20px;
	}
.LBStext p {
	font-size:14px;
	line-height:25px;
	margin-bottom:20px;
	padding-left:20px;
	color:#666;
	}
/* 体检*/
.tjout {
	width:1280px;
	margin:30px auto 0px auto;
	}
.tjout .tjleft {
	width:900px;
	margin-right:40px;
	}
.tjout .tjbannerleft {
	width:645px;
	
	}
.tjout .tjrightv {
	width:635px;
	}
.tjout .tjrightv .name {
	width:635px;
	height:430px;
	background-color:#fff;
	padding:25px 25px 0px 25px;
	}

.tjout .tjrightv .name span {
	display:block;
	height:40px;
	color:#069;
	font-size:20px;
	text-align:center;
	margin:auto auto 0px auto;
	}
.tjout .tjrightv .name i {
	display:block;
	width:100%;
	height:320px;
	line-height:28px;
	color:#666;
	font-size:13px;
	text-indent:2em;
	padding-top:20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	font-style:normal;
	}
.tjout .tjrightv .name a {
	display:block;
	width:100px;
	height:30px; line-height:28px;
	text-align:center;
	color:#4D7AFF;
	border:1px solid #4D7AFF;
	border-radius:20px;
	margin:auto;
	font-size:12px;
	}
.tjout .tjrightv .name a:hover {
	color:#fff;
	border:1px solid #4D7AFF;
	background-color:#4D7AFF;
	}
.tjtctitle {
	width:1280px;
	height:30px;
	line-height:30px;
	padding-left:20px;
	margin:auto;
	border-left:7px solid #0759AB;
	margin-bottom:20px;
	
	}
.tjtctitle i {
	font-size:17px;
	color:#666;
	font-style:normal;
	display:block;
	width:150px;
	float:left;
	}
.tjtctitle div {
	width:1100px;
	float:right;
	text-align:left;
	}
.tjtctitle a {
	display:inline-block;
	padding:0px 10px 0px 10px;
	font-size:12px;
	color:#39C;
	margin-right:20px;
	}
.tjtctitle a:hover {
	background:#39C;
	border-radius:5px;
	color:#fff;
	}
.tjtcout {
	width:1280px;
	margin:auto;
	}
.tjtcout li {
	width:196px;
	height:140px;
	float:left;
	margin-right:20px;
	}
.tjtcout li:last-child {
	margin-right:0px;
}
.tjtcout li a {
	display:block;
	width:100%; height:120px;
	background-color:#fff;
	padding-top:20px;
	position:relative;
	overflow:hidden;
	
	}
.tjtcout li a div {
	position:absolute;
	display:block;
	width:100%; height:120px;
	line-height:18px;
	background-color:#0759AB;
	top:0px;
	left:-239px; 
	transition:all 0.3s ease;-webkit-transition:all 0.3s ease;
	text-align:center;
	padding-top:5px;
	opacity:.5;
	}
.tjtcout li a:hover div{
	display:block;
	left:0px;
	opacity:1;
	}

.tjtcout li a div i.title{
	color:#fff;
	line-height:30px;
	font-size:15px;
	margin-bottom:10px;
	display:block;
	}
.tjtcout li a div i.tcinfo {
	background-color:#A5C8F8;
	color:#fff;
	display:block;
	padding:2px 10px;
	font-size:13px;
	border-radius:10px;
	
	width:150px;
	margin:auto auto 10px auto;
	}
.tjtcout li a i {
	font-style:normal;
	}
.tjtcout li a .pic {
	display:block;
	width:60px; height:60px;
	text-align:center; line-height:60px;
	border-radius:30px;
	background-color:#A5C8F8;
	color:#EDF4FE;
	margin:auto;
	
	font-size:25px;
	}
.tjtcout li a span {
	color:#666;
	display:block;
	text-align:center;
	line-height:30px;
	font-size:14px;
	}
@keyframes div4{0%{left:-165px} 100%{left:0px}}
@-webkit-keyframes div4{0%{left:-165px} 100%{left:0px}}
.taocantabletitle {
	background-color:#00477F;
	height:50px;
	line-height:50px;
	color:#fff;
	padding-left:15px;
	font-size:15px;
	font-weight:bold;
	border-bottom:2px solid #00B3DF;
	}
.taocantable {
	
	border-left:1px solid #ccc;
}
.taocantable td  {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	height:50px;
	padding-left:15px;
	font-size:12px;
}
.taocantable .tctableft {
	background-color:#EFEFEF;
	color:#000;
	border-right:3px solid #00B3DF;
	font-weight:bold;
	width:200px;
	}

.Tabtj{
margin:auto;
width:905px; 
position:relative;
background-color:#fff;
}
.Tabtj .Menubox {
height:50px;
}
.Tabtj .Menubox ul{
padding:20px 0px 0px 0px;text-align:left;
}
.Tabtj .Menubox li{
display:inline-block;
cursor:pointer;
height:28px; 
line-height:28px; 
color:#fff;  
font-size:12px;
background-color:#CCC;
padding:0px 20px 0px 20px;
margin-left:20px; 
border-radius:14px;
}
.Tabtj .Menubox li.hover{
background-color:#0759AB;
}
.Tabtj .Menubox li:hover {
background-color:#00B3DF;
}
.Tabtj .Contentbox {
clear:both; 
}
.Tabtj ul{ list-style:none;}
.tjright {
	width:349px;
	background-color:#fff;
	padding-top:20px;
	margin-right:5px;
	}
.tjright .tcontent {
	width:85%;
	margin:auto auto 30px auto;
	}
.tjright .tcontent i {
	font-size:17px;
	font-weight:bold;
	color:#0759AB;
	display:block;
	margin-bottom:20px;
	}
.tjright .tcontent p {
	margin-bottom:30px;
	font-size:15px;
	line-height:30px;
	color:#666;
	padding-left:15px;
	}
.tjright .tcontent p span {
	color:#09C;
	}
/*体检*/
.consumelist {
	width:400px;
	height:75px;
	margin-top:20px;
	margin-left:20px;
	padding-top:20px;
	}
.consumelist li {
	height:50px;
	}
.consumelist span {
	display:block;
	width:350px;height:30px; line-height:30px;
	float:right;
	}
.check_img {
    display: none;
}
.check_img + label {
	display:block;
	width:30px; height:30px;
	background-image:url(../img/check_2.png);
	cursor:pointer;
	margin:0px auto 0px auto;
	float:left;
}
.check_img + label:hover {
	display:block;
	width:30px; height:30px;
	background-image:url(../img/check_3.png);
	cursor:pointer;
}

.check_img:checked + label {
	display:block;
	width:30px; height:30px;
	background-image:url(../img/check_1.png);
}
.consumeform {
	width:700px;
	margin-left:70px;
	margin-top:40px;
	}
.consumeform input {
	border:1px solid #ccc;
	height:35px;
	width:600px;
	padding-left:5px;
	line-height:35px;
	display:block;
	}
.consumeform .but {
	background-color:#069;
	border:1px solid #069;
	color:#fff;
	font-size:14px;
	padding:5px 10px;
	margin-top:40px;
	cursor:pointer;
	}
.consumeform .but:hover {
	background-color:#09C;
	}
.alertMsg {
	display:none;
	width: 400px; height:140px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 1px 1px 10px black;
	padding: 15px;
	position: absolute;
	left:50%; top:50%;
	margin-left:-200px;
	margin-top:-70px;
	text-align: center;
	background: #fff;
	-webkit-animation: bounceInUp 1 1s;
	animation: bounceInUp 1 1s;
	z-index:100001;
	}
.alertMsg span {
	font-size:20px;
	color:#069;
	font-weight:bold;
	display:block;
	text-align:center;
	margin-bottom:20px;
	}
.alertMsg i {
	font-size:12px;
	color:#666;
	display:block;
	text-align:center;
	}
.alertMsg .but {
	display:block;
	background-color:#069;
	border:1px solid #069;
	color:#fff;
	font-size:14px;
	padding:5px 10px;
	border-radius:5px;
	cursor:pointer;
	margin:20px auto 0px auto;
	}
.alertMsg .but:hover {
	background-color:#09C;
	}
@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
    }
}
.search {
	padding:30px 0px 20px 0px;
	}
.search .form-group {
	border: 2px solid #0082df;
    position: relative;
	width:900px;
	margin:auto;
    height: 52px;
    z-index: 3;
	background-color:#fff;
	}
.search .form-group input {
    width: 770px;
    height: 20px;
    line-height: 20px;
    color: #222;
    position: absolute;
    top: 1px;
    left: 0px;
    outline: none;
    border: none;
	padding-left:20px;
	margin-top:12px;
}
.search .form-group button {
	border: none;
    background: #0082df;
    color: #fff;
    font-size: 18px;
    height: 48px;
    
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 112px;
    cursor: pointer;
	font-family: "Microsoft Yahei";
	}
.search .form-group button:hover {
	background: #0E4DA1;
	}
.search .form-group button i {
	background-image:url(../img/icon/ss.fw.png);
	background-size:22px;
	display:inline-block;
	width:22px; height:22px;
	margin-right:10px;
	}
.searchtitle {
	width:900px;
	height:50px; line-height:50px;
	margin:auto auto 30px auto;
	color:#878787; font-size:15px;
	padding-left:20px;
	background:#fff;
	
	}
.searchtitle span {
	color:#3B97F6;
	}
.searchlist {
	width:900px;
	margin:auto;
	background-color:#fff;
	padding:20px;
	}
.searchlist li{
	
	border-bottom:1px dashed #CCCCCC;
	}

.searchlist .media-body {
	width:860px;
	padding:25px 0px 25px 0px;
	}
.searchlist .media-body a {
	display:block;
	color:#666;
    font-size:22px;
	margin-bottom:20px;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
	}
.searchlist .media-body a:hover {
	color:#03C9E4;
	}
.searchlist .media-body span {
	display:block;
	font-size:14px; color:#666;
	line-height:22px;
	text-overflow: ellipsis;
	padding-bottom:20px;
	overflow:hidden;
	}
.searchlist .media-body div {
	height:24px;
	width:100%;
	}
.searchlist .media-body i {
	display:inline-block;
	font-size:12px;
	color:#999;
	font-style:normal;
	height:24px; line-height:24px;
	background-repeat:no-repeat;
	
	}
.searchlist .media-body .date {
	background-image:url(../img_news/icon/03.jpg);
	padding-left:30px;
	margin-left:20px;
	}
.searchlist .media-body .nub {
	background-image:url(../img_news/icon/02.jpg);
	padding-left:30px;
	margin-left:20px;
	}
/*医疗服务导航*/
.mednav {
	width:340px;
	background-color:#fff;
	
	height:520px;
	padding:10px 20px;
	}
.mednav ul {
	height:auto;
	clear:both;
	border-bottom:1px solid #F6F6F6;
	height:100px;
	}
.mednav ul:last-child {
	border-bottom:1px solid #fff;
}
.mednav ul a {
	display:block;
	width:150px;
	height:100px;
	background-repeat:no-repeat;
	background-position:center 20px;
	color:#666;
	font-size:12px;
	text-align:center;
	padding-top:70px;
	background-color:fff;
	}
.mednav ul a:hover {
	background-color:#F6F6F6;
	}
.mednav ul a:first-child {
	float:left;
	border-right:1px solid #F6F6F6;
	}
.mednav ul a:last-child {
	float:right;
	border-right:1px solid #fff;
	}
.mednavmenu01 {
	background-image:url(../img/icon/nav_41.fw.png);
	}
.mednavmenu02 {
	background-image:url(../img/icon/nav_32.png);
	}
.mednavmenu03 {
	background-image:url(../img/icon/nav_35.fw.png);
	}
.mednavmenu04 {
	background-image:url(../img/icon/nav_45.fw.png);
	}
.mednavmenu05 {
	background-image:url(../img/icon/nav_47.fw.png);
	}
.mednavmenu06 {
	background-image:url(../img/icon/nav_37.fw.png);
	}
.mednavmenu07 {
	background-image:url(../img/icon/nav_40.fw.png);
	}
.mednavmenu08 {
	background-image:url(../img/icon/nav_42.fw.png);
	}
.mednavmenu09 {
	background-image:url(../img/icon/nav_33.png);
	}
.mednavmenu10 {
	background-image:url(../img/icon/nav_03.png);
	}

/*医疗服务导航*/
/*分页*/
.tcdPageCode{padding: 15px 20px; text-align:center; color: #ccc; width:900px; background-color:#fff;}
.tcdPageCode li{
	display:inline-block;
	}
.tcdPageCode a{color: #428bca;display: inline-block;height: 25px;	line-height: 25px;	padding: 0 10px;border: 1px solid #ddd;	margin: 0 2px;border-radius: 4px;vertical-align: middle;}
.tcdPageCode a:hover{text-decoration: none;border: 1px solid #428bca;}
.tcdPageCode span.current{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;color: #fff;background-color: #428bca;border: 1px solid #428bca;border-radius: 4px;vertical-align: middle;}
.tcdPageCode span.disabled{	display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;	color: #bfbfbf;background: #f2f2f2;border: 1px solid #bfbfbf;border-radius: 4px;vertical-align: middle;}
.tcdPageCode .itemCount {
	font-size:12px;
	}
/*分页*/
/*上传预览*/
.photogroup {
	padding:30px 30px 0px 30px;
	}	
.album {
	position:relative;
	width: 150px;
	height: 120px;
	border:1px solid #CCC;
	margin:0px 50px 70px 50px;
}
.album-title {
	position:absolute;
	top:130px;
	width:150px;
	text-align:center;
	color:#666;
	}
.album {
	background: url(../img/album.jpg);
	background-size:100px auto;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#fff;
	float:left;
}
.album-old {
	background: url(../img/album.jpg);
	background-size:100px auto;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#fff;
	float:left;
}

.album-new {
	background: url(../img/album.jpg);
	background-size:100px auto;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#fff;
	float:left;
}

.upload-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 120px;
	z-index: 2;
	
}
.upload-btn input {
	width: 150px;
	height: 120px;
	opacity: 0;
}
.btn-old {
}
.btn-new {
}
.upload-img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	overflow: hidden
}
.upload-img.loading {
	background: url(../img/loading.gif) no-repeat center;
	background-size:50px 50px;
}
.upload-img img {
	opacity: 0;
	width: 130px;
	height: 100px;
}
.album .upload-img {
	width: 130px;
	height: 100px;
	left: 10px;
	top: 10px;
}
.album-old .upload-img {
	width: 130px;
	height: 100px;
	left: 10px;
	top: 10px;
	
}
.album-new .upload-img {
	width: 150px;
	height: 120px;
	left: 10px;
	top: 10px;
}
.btn-sub {
    background: #0E4DA1;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "Microsoft Yahei";
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	border:0px;
	width:170px;
	margin:25px auto 15px auto;
	display:block;
	border-radius:20px;
	height: 40px; line-height:40px;
	
}
.btn-sub i {
	font-style:normal;
	font-size:18px;
	font-weight:bold;
	height: 40px; line-height:40px;
	display:block;
	text-align:center;
	}
/*上传预览*/
.404 {
	background: url(../img/404.jpg) no-repeat center;
	height:659px;
	width:1000px;
	margin:auto;
	}