body {
	font-size: 14px;
	font-family: Microsoft Yahei;
	width: 100%;
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
}

dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #333;
	text-decoration: none;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a:hover {
	text-decoration: none;
	color: #049cdc;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

input {
	border: 0;
}
  *::-webkit-scrollbar
  {
      width: 8px;
      height: 8px;
      background-color: #ffffff;
  }
 
  
  *::-webkit-scrollbar-track
  {
      -webkit-box-shadow: inset 0 0 9px rgba(0,0,0,0.3);
     border-radius: 10px;
     background-color: #F5F5F5;
  }
 
  
  *::-webkit-scrollbar-thumb
  {
      border-radius: 10px;
     -webkit-box-shadow: inset 0 0 9px rgba(0,0,0,.3);
      background-color: #bfbfbf;
  }
.wrap {
	width: 100%;
	overflow: hidden;
	min-width: 320px;
	margin: 0px auto;
	max-width: 640px;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 47px;
}


.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.f_b {
	font-weight: bold;
}

.v_m {
	vertical-align: middle;
}

.v_t {
	vertical-align: top;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.db {
	display: block;
}

.dnb {
	display: inline-block;
}

.d_n {
	display: none;
}

.bod_r50 {
	border-radius: 50%;
}

.bod_r {
	border-radius: 5px;
}

.p20 {
	padding: 20px;
}

.pt5 {
	padding-top: 5px;
}

.pb5 {
	padding-bottom: 5px;
}

.pl5 {
	padding-left: 5px;
}

.pr5 {
	padding-right: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.pl10 {
	padding-left: 10px;
}

.pr10 {
	padding-right: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pl15 {
	padding-left: 15px;
}

.pr15 {
	padding-right: 15px;
}

.pb15 {
	padding-bottom: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.pl20 {
	padding-left: 20px;
}

.pt20 {
	padding-top: 20px;
}

.pr25 {
	padding-right: 25px;
}

.pb25 {
	padding-bottom: 25px;
}

.pl25 {
	padding-left: 25px;
}

.pt25 {
	padding-top: 25px;
}

.pr30 {
	padding-right: 30px;
}

.pb30 {
	padding-bottom: 30px;
}

.pl30 {
	padding-left: 30px;
}

.pt30 {
	padding-top: 30px;
}

.mt5 {
	padding-top: 5px;
}

.mb5 {
	margin-bottom: 5px;
}

.ml5 {
	margin-left: 5px;
}

.mr5 {
	margin-right: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.ml10 {
	margin-left: 10px;
}

.mr10 {
	margin-right: 10px;
}

.mt15 {
	margin-top: 15px;
}

.ml15 {
	margin-left: 15px;
}

.mr15 {
	margin-right: 15px;
}

.mb15 {
	margin-bottom: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.ml20 {
	margin-left: 20px;
}

.ml80 {
	margin-left: 80px;
}

.mt20 {
	margin-top: 20px;
}

.mr25 {
	margin-right: 25px;
}

.mb25 {
	margin-bottom: 25px;
}

.ml25 {
	margin-left: 25px;
}

.mt25 {
	margin-top: 25px;
}

.mr30 {
	margin-right: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.ml30 {
	margin-left: 30px;
}

.mt30 {
	margin-top: 30px;
}

.t_c {
	text-align: center;
}

.t_r {
	text-align: right;
}

.t_l {
	text-align: left;
}

.f36 {
	font-size: 36px;
}

.f32 {
	font-size: 32px;
}

.f30 {
	font-size: 30px;
}

.f28 {
	font-size: 28px;
}

.f24 {
	font-size: 24px;
}

.f22 {
	font-size: 22px;
}

.f20 {
	font-size: 20px;
}

.f12 {
	font-size: 12px;
}

.f18 {
	font-size: 18px;
}

.f16 {
	font-size: 16px;
}

.f14 {
	font-size: 14px;
}

.bod {
	border: 1px solid #eee;
}

.b_t {
	border-top: 1px solid #eee;
}

.b_r {
	border-right: 1px solid #eee;
}

.bb_d {
	border-bottom: 1px dotted #ddd;
}

.bb {
	border-bottom: 1px solid #eee;
}

.b_l {
	border-left: 1px solid #eee;
}

.lh30 {
	line-height: 30px;
}

.lh24 {
	line-height: 24px;
}

.t_d {
	text-decoration: underline;
}

.p_r {
	position: relative;
}

.c_p {
	cursor: pointer;
}

.c_6 {
	color: #666;
}

.white {
	color: #fff;
}

.red {
	color: #f01414;
}

.c_9 {
	color: #999;
}

.yellow {
	color: #fcdd80;
}

.blue {
	color: #0098fb;
}

.bgf {
	background: #fff;
}

.orange {
	color: #ff9000;
}

.box_s {
	box-shadow: 0 0 20px #ccc;
}

.td2 {
	text-indent: 2em;
}

.bgcolor {
	background: #f5f5f5;
}

.green {
	color: #45b29b;
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p20 {
	padding: 20px;
}

.p30 {
	padding: 30px;
}

.bg {
	height: 436px;
	background: url(../image/bg_01.jpg) center no-repeat;
	overflow: hidden;
	background-size: cover;
}

.bg a {
	color: #fff;
}
.bg a:hover{
	color: #f8df69;
}
.bg .link a{
	color: #0178aa;
	display: inline-block;
	margin: 10px 26px 0 0;
	font-size: 14px;
}
.header {
	padding: 15px 0;
}

.navbar-default {
	background: none;
	margin: 0;
	border: none;
}

.navbox {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 18px 25px;
	position: relative;
	letter-spacing: 3px;
	
}
.navbar-nav>li{
	position: static;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background: none;
	color: #fff;
}
.navbar-default .navbar-nav>li:hover>a:after,
.navbar-default .navbar-nav>.active>a:after,
.navbar-default .navbar-nav>.active>a:focus:after,
.navbar-default .navbar-nav>.active>a:hover:after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 6px solid #f8df69;
}
 .navbar-default .navbar-collapse .navbar-nav .dropdown-menu .container>ul>li>a:hover
 {
 	color: #f8df69;
	
}
 
.bg .nav-tabs {
	margin-top: 45px;
	border: none;
}
.bg .nav-tabs>li{
	margin: 0;
}
.bg .nav-tabs>li>a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 15px 25px;
	border: none;
	margin: 0;
}

.bg .nav-tabs>li.active>a,
.bg .nav-tabs>li.active>a:focus,
.bg .nav-tabs>li.active>a:hover  {
	background: rgba(255,255,255,0.7);
	color: #05638d;
	border: none;
}
.bg .tab-content {
	background: rgba(255,255,255,0.7);
	padding: 30px 80px;
	border-radius: 0 5px 5px 5px;
	margin-right: 210px;
	position: relative;
	
	min-height: 126px;
}
.bg .tab-content>.img{
	position: absolute;
	bottom: -30px;
	right: -180px;
	max-width: 100%;
}
.bg .tab-content input,.bg .tab-content .input-group-btn>.btn{
	height: 46px;
	outline: 0px;
}
.bg .tab-content .btn-primary{
	background: #049cdc;
	border: 1px solid #049cdc;
}
.footer{
	background: #2b2b2b;
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer a:hover{
	color: #0d84b6;
}
.footer li {
	line-height: 30px;
}

.footer .copyright {
	text-align: center;
	padding: 25px 0;
	background: #049cdc;
	margin-top: 40px;
}

.footer h3 {
	font-size: 20px;
	padding-left: 10px;
	border-left: 8px solid #1fd9fb;
	margin-bottom: 20px;
}
.navbox .dropdown-menu{
	min-width: 100%;
	background: #0f6b9b;
	border: none;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	
}
.navbar-nav>li:hover .dropdown-menu{
	display: block;
}
.navbox .dropdown-menu ul{
	position: relative;
	z-index: 3;
}
.navbox .dropdown-menu:after{
	content: '';
	display: block;
	height: 100%;
	background: #0f6b9b;
	position: absolute;
	left:-50%;
	right: 100%;
	top: 0;
	z-index: 0;
}
.navbox .dropdown-menu:before{
	content: '';
	display: block;
	height: 100%;
	background: #0f6b9b;
	position: absolute;
	right:-50%;
	left: 100%;
	top: 0;
	z-index: 0;
}
.navbox .dropdown-menu li{
	float: left;
	width: 20%;
	line-height: 40px;
}
.homepage .a {
	text-align: center;
	padding: 30px 0;
}

.homepage .a li {
	float: left;
	width: 9%;
	font-size: 14px;
}

.homepage .a li p {
	margin-top: 10px;
}

.homepage .title {
	position: relative;
	margin-bottom: 20px;
}

.homepage .title:after {
	content: '';
	display: block;
	width: 8px;
	height: 18px;
	border-radius: 8px;
	background: #0099cc;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.homepage .title b {
	font-size: 22px;
	padding-left: 20px;
	padding-right: 5px;
}

.homepage .title a {
	color: #666;
	font-size: 14px;
}

.homepage .b .col-lg-7 li {
	line-height: 32px;
	color: #444;
	background: url(../image/home_66.png) left 15px no-repeat;
	padding-left: 18px;
}

.homepage .b .col-lg-7 li span {
	font-size: 12px;
	color: #999;
}

.homepage .b .col-lg-7 li a {
	display: block;
	width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.homepage .b .col-lg-7 li:hover {
	background: url(../image/home_66.png) left -17px no-repeat;
}

.homepage .b .col-lg-7 li:hover a {
	color: #099ad7;
}

.homepage .b .col-lg-1 .btn {
	padding: 0;
	text-align: center;
	position: relative;
}

.homepage .b .col-lg-1 .btn a {
	display: block;
	width: 39px;
	height: 98px;
	background: #ececec;
	border-radius: 5px;
	line-height: 16px;
	padding-top: 20px;
	margin-bottom: 40px;
}

.homepage .b .col-lg-1 .btn>img {
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translate(-50%, 0);
}

.homepage .b .col-lg-1 .btn>span {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	background: #ca3603;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	position: absolute;
	top: -20px;
	right: 0;
}

.homepage .c .box {
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin-left: 10px;
	position: relative;
	padding: 25px 50px 15px;
	text-align: center;
}

.homepage .c .box>span {
	display: block;
	width: 38px;
	height: 108px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: -10px;
	background: url(../image/home_80.png) center no-repeat;
	top: 0;
	font-weight: bold;
	padding-top: 14px;
	z-index: 99;
}

.homepage .c .box p {
	font-size: 14px;
	line-height: 22px;
	margin: 10px 0 0 0;
}

.homepage .c .box a img {
	height: 152px;
	width: 100%;
	border: 1px solid #edeaea;
}

.homepage .d {
	padding: 60px 0 40px;
}

.homepage .d .box {
	border-radius: 5px;
	border: 1px solid #7bccf1;
	position: relative;
	height: 344px;
	padding: 30px;
	box-shadow: 8px 8px 0 #e0eef9;
}

.homepage .d .box .title {
	position: absolute;
	top: -20px;
	width: 208px;
	height: 34px;
	line-height: 30px;
	border-radius: 34px;
	border: 2px solid #7ecdf1;
	text-align: center;
	padding: 0;
	background: #fff;
	left: 50%;
	transform: translate(-50%, 0);
}

.homepage .d .box .title:after {
	display: none;
}

.homepage .d .box .title b {
	font-size: 18px;
}

.homepage .d .nav-tabs {
	float: left;
	width: 90px;
	text-align: center;
	padding-top: 20px;
	border: none;
}
.homepage .d .nav-tabs>li{
	float: none;
	margin: 0;
}
.homepage .d .nav-tabs>li>a {
	display: block;
	border-radius: 5px;
	line-height: 35px;
	padding: 0;
	font-size: 14px;
	border: 1px solid #049cdc;
	margin-top: 15px;
}

.homepage .d .nav-tabs>li.>a {
	color: #fff;
	background: #049cdc;
}

.homepage .d .tab-content {
	margin-left: 120px;
	padding-top: 20px;
}
.homepage .d .tab-content img{
	max-width: 100%;
}
.homepage .d .list li {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 14px;
	padding: 9px 0;
}

.homepage .d .list li i {
	display: inline-block;
	width: 42px;
	height: 42px;
	
	background-repeat: no-repeat;
	margin-bottom: 6px;
}

.homepage .d .list li .ico1 {
	background-position: -3px 0;
}

.homepage .d .list li .ico2 {
	background-position: -130px -3px;
}

.homepage .d .list li .ico3 {
	background-position: -263px -3px;
}

.homepage .d .list li .ico4 {
	background-position: -380px -3px;
}

.homepage .d .list li .ico5 {
	background-position: 0 -96px;
}

.homepage .d .list li .ico6 {
	background-position: -131px -95px;
}

.homepage .d .list li .ico7 {
	background-position: -263px -96px;
}

.homepage .d .list li .ico8 {
	background-position: -379px -96px;
}

.homepage .d .list li .ico9 {
	background-position: -1px -182px;
}

.homepage .d .list li .ico10 {
	background-position: -129px -182px;
}

.homepage .d .list li .ico11 {
	background-position: -263px -180px;
}

.homepage .d .list li .ico12 {
	background-position: -379px -182px;
}
#ifocus { 

	 }
 #ifocus_pic 
 {
	  display:inline;
	  position:relative; 
	  float:left; 
	  width:348px; 
	  height:215px; 
	  overflow:hidden; 
	  }
#ifocus_piclist { 
position:absolute;
 }
#ifocus_piclist li { 
	 width:348px;
	 height:215px; 
	 overflow:hidden;
 }
#ifocus_piclist img {
	 width:348px;
	 height:215px;
	  }
#ifocus_btn { 
     display:inline; 
	 float:right; 
	 width:98px; 
	 }
#ifocus_btn li { 
	margin-bottom: 15px;
     width:98px; 
	 height:62px; 
	 cursor:pointer; 
	 opacity:0.5;
	  -moz-opacity:0.5; 
	  filter:alpha(opacity=50); 
	  }
#ifocus_btn img { 
 	width:98px;
 	height:62px; 
	}
#ifocus_btn .current {
	 opacity:1; -moz-opacity:1; filter:alpha(opacity=100); 
	 }
#ifocus_opdiv { 
	  position:absolute; 
	  left:0; 
	  bottom:0; 
	  width:410px;
	   height:35px;
		background:#000;
		 opacity:0.5; 
		 -moz-opacity:0.5; 
		 filter:alpha(opacity=50); 
   }
#ifocus_tx { 
  position:absolute; 
  left:8px; 
  bottom:8px; 
  color:#FFF; 
  height: 20px;
  overflow: hidden;
  }
#ifocus_tx .normal { 
  display:none;
  
  }
.homepage .e {
	margin-bottom: 50px;
}

.homepage .e .flex {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.flex {
	display: flex;
}
.flex_item {
	flex: 1;
}

.homepage .e .flex b {
	font-size: 18px;
	color: #066f9c;
	padding-left: 10px;
}

.homepage .e .flex a {
	font-size: 12px;
	color: #666;
}
.homepage .e .flex a:hover{
	color: #049cdc;
}
.homepage .e .box>p {
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	margin: 10px 0 15px;
}

.homepage .e .box {
	padding: 0 20px;
}

.homepage .e .pic {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.homepage .e .pic img {
	width: 100%;
}

.homepage .e .pic a {
	position: absolute;
	background: rgba(15, 107, 155, 0.8);
	width: 100%;
	left: 0;
	height: 100%;
	text-align: center;
	color: #fff;
	top: 0;
	padding-top: 40px;
	display: none;
}

.homepage .e .pic:hover a {
	display: block;
}

.homepage .e dt {
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0px 8px;
}
.homepage .title a:hover{
	color: #099ad7;
}
.homepage .e .t_c {
	margin-top: 20px;
}

.homepage .e .t_c .btn {
	background: #099ad7;
	border: 1px solid #099ad7;
	margin: 5px 10px;
}
.homepage .e .t_c .btn:hover{
	color: #099ad7;
	background: #fff;
}
.modal-dialog{
	margin-top: 10%;
}
.pagination>li>a, .pagination>li>span{
	color: #333;
}
.pagination>.>a, .pagination>.>a:focus, .pagination>.>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background: #049cdc;
	border: 1px solid #049cdc;
}
.close{
	opacity: 1;
}
.notice .box{
	overflow-y: scroll;
	height: 360px;
}
.notice .flex{
	display: flex;
	align-items: center;
	margin: 10px 0;
}
.notice .flex .btn{
	background: #eceaea;
	margin-right: 15px;
}
.notice .flex .flex_item{
	flex: 1;
}
.notice .flex a{
	display: block;
	padding-left: 25px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.notice .flex a.d{
	background: url(../image/t_11.png) left center no-repeat;

}
.noticed{
	background: url(../image/t_11.png) left center no-repeat;

}


.bg_info{
	height: auto;
	overflow:visible;
}
.bg_info .navbox{
	background: #0d84b6;
}
.info_page {
	padding: 20px 0 100px;
}
.info_page .left{
	float: left;
	width: 180px;
	background: #f9f7f7;
	border: 1px solid #7bccf1;
	text-align: center;
}
.info_page .left h3{
	line-height: 50px;
	font-weight: bold;
	margin: 0;
	 background-image: linear-gradient(to right, #0178aa , #37a2cf);
	 font-size: 18px;
	 color: #fff;
	 letter-spacing: 3px;
}
.info_page .left h3 b{
	position: relative;
}
.info_page .left h3 b:after{
	content: '';
	display: inline-block;
	border: 1px solid #fff;
	width: 5px;
	height: 5px;
	position: absolute;
	left: -15px;
	top:10px;
}
.info_page .left h3 b:before{
	content: '';
	display: inline-block;
	border: 1px solid #fff;
	width: 5px;
	height: 5px;
	position: absolute;
	right: -15px;
	top:10px;
}

.info_page .left li{
	font-size: 16px;
	border-bottom: 1px solid #eee;
}
.info_page .left li:last-child{
	border: none;
}
.info_page .left li a{
	display: block;
	padding: 20px 0;
}
.info_page .left li.on a{
	background: #eae8e8;
	color: #0178aa;
}
.info_page .right{
	float: right;
	width: 960px;
}
.breadcrumb{
	margin: 0;
	background: none;
	padding-left: 0;
}
.ztpage {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.ztpage a{
	display: block;
	margin-top: 50px;
}
.ztpage a img {
	height: 90px;
}
.ztpage a p{
	margin-top: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.hurre {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.hurre .input-group .form-control{
	border: 1px solid #0098fb;
	border-right: none;
}
.hurre .input-group-btn>.btn{
	border: 1px solid #0098fb;
	border-left: none;
}

.propage .media{
	margin-top: 50px;
}
.propage .media .media-body p{
	height: 59px;
	color: #9d9b9b;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.propage .media-object{
	height: 67px;
}
.propage .media-left{
	text-align: center;
	font-size: 12px;
}
.propage .media-left .btn{
	border: 1px solid #ddd;
	font-size: 12px;
	padding: 3px 0;
	width: 78px;
	margin: 8px 0;
}
.propage .media-left .btn.on{
	background: #e9e8e8;
}
.propage .media-left .btn.on i{
	background: url(../image/x1.png) center no-repeat;
}
.propage .media-left .btn i{
	display: inline-block;
	width: 16px;
	height: 15px;
	background: url(../image/x.png) center no-repeat;
	vertical-align: middle;
	background-size: contain;
}
.propage .media-heading{
	font-weight: bold;
	font-size: 16px;
}
.propage .bb{
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.propage .bb i{
	color: #e9c855;
}

.aboutuspage .a{
	padding-top: 30px;
}
.aboutuspage img{
	width: 100%;
}
.aboutuspage .gallery-top{
	margin-top: 50px;
}
.aboutuspage .a h3{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 20px 0;
}
.aboutuspage .a p{
	line-height: 30px;
	margin-bottom: 20px;
}
.aboutuspage .b{
	padding-bottom: 50px;
}
.aboutuspage .b .box{
	border: 1px solid #ddd;
	border-bottom: 2px solid #1990c7;
	margin-top: 30px;
}

.aboutuspage .b .box .hd{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 144px;
	background: url(../image/4_11.png) center no-repeat;
	background-size: cover;
	letter-spacing: 4px;
	color: #fff;
}
.aboutuspage .b .box1{
	border-bottom: 2px solid #58a35f;
}
.aboutuspage .b .box1 .hd{
	background: url(../image/4_15.png) center no-repeat;
	background-size: cover;
}
.aboutuspage .b .box2{
	border-bottom: 2px solid #6a8ccd;
}
.aboutuspage .b .box2 .hd{
	background: url(../image/4_10.png) center no-repeat;
	background-size: cover;
}
.aboutuspage .b .box .bd{
	font-size: 12px;
	line-height: 36px;
	padding: 20px 40px;
}
.aboutuspage .b .box .bd i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 20px;
	height: 20px;
	background-image: url(../image/4_21.png);
	background-repeat: no-repeat;
}
.aboutuspage .b .box .bd .ico1{
	height: 15px;
}
.aboutuspage .b .box .bd .ico2{
	background-position: 0 -35px;
	height: 18px;
}
.aboutuspage .b .box .bd .ico3{
	background-position: 0 -65px;
	height: 17px;
}
.aboutuspage .b .box .bd .ico4{
	background-position: 0 -94px;
}
.aboutuspage .b .box .bd .ico5{
	background-position: 0 -130px;
	height: 12px;
}


.searvicepage{
	padding-bottom: 50px;
}
.searvicepage .box {
	margin-top: 30px;
}
.searvicepage .a .title{
	border-bottom: 1px solid #eee;
}
.searvicepage .a .title b{
	font-size: 26px;
	display: inline-block;
	padding: 0 15px 10px;
	border-bottom: 3px solid #fed24c;
	letter-spacing: 5px;
}
.searvicepage .a p{
	line-height: 30px;
	margin-top: 20px;
}
.searvicepage .a .col-md-3{
	padding-top: 50px;
}
.searvicepage .a .col-md-3 li{
	float: left;
	width: 50%;
	text-align: center;
	line-height: 76px;
	padding: 0.5px;
}
.searvicepage .a .col-md-3 li a{
	display: block;
	color: #fff;
}
.searvicepage .a .col-md-3 img{
	width: 100%;
}
.searvicepage .b .media{
	margin-top: 30px;
	border: 1px solid #eee;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 30px;
}
.searvicepage .b .media .media-body p{
	height: 60px;
	color: #9d9b9b;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden;
}
.searvicepage .b .media .bb{
	padding-bottom: 10px;
	    margin-bottom: 10px;
}
.searvicepage .b .media  .bb i {
    color: #e9c855;
}
.searvicepage .b  .media-heading {
    font-weight: bold;
    font-size: 16px;
}
.searvicepage .b  .media-left {
    text-align: center;
    font-size: 12px;
}
.searvicepage .b .media-object {
    height: 67px;
}
.searvicepage .b .btn {
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 3px 0;
    width: 78px;
    margin: 8px 0;
}

.searvicepage .b .btn i {
    display: inline-block;
    width: 16px;
    height: 15px;
    background: url(../image/x.png) center no-repeat;
    vertical-align: middle;
    background-size: contain;
}
.searvicepage .b .btn.on,.searvicepage .b .btn:hover {
    background: #e9e8e8;
}
.searvicepage .b .btn.on i,.searvicepage .b .btn:hover i {
    background: url(../image/x1.png) center no-repeat;
}

.searvicepage .c{
	border: 1px solid #bdcddb;
	margin-top: 15px;
}
.searvicepage .c .hd{
	border-top: 2px solid #bdcddb;
	background: #e9eff4;
	padding: 15px;
}
.searvicepage .c .hd a{
	display: inline-block;
	padding: 0 10px;
	border: 1px solid transparent;
	border-radius: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
	position: relative;
}
.searvicepage .c .hd a::after{
	content: '';
	display: block;
	border-right: 1px solid #ccc;
	position: absolute;
	right: -10px;
	top: 0;
	bottom: 0;
}
.searvicepage .c .hd a:hover{
	color: #0f79b6;
	border: 1px solid #0f79b6;
}
.searvicepage .c .bd{
	padding: 15px;
}
.searvicepage .c .text-center span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #0f79b6;
	padding: 2px 15px;
	border-radius: 15px;
}
.searvicepage .c .bd .flex{
	border: 1px solid #eee;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin-top: 15px;
	border-radius: 10px;
	padding: 25px;
}
.searvicepage .b .media:hover,
.searvicepage .c .bd .flex:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.2) !important;
}
.searvicepage .c .bd .flex .pic{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-right: 15px;
	width: 82px;
}
.searvicepage .c .bd .flex .pic img{
	width: 82px;
	height: 82px;
	margin-bottom: 10px;
}
.searvicepage .c .bd li{
	line-height: 30px;
	color: #6d7173;
}
.searvicepage .c .bd li b{
	color: #333;
}
.searvicepage .c .ft{
	padding:0 15px;
	text-align: center;
	font-size: 12px;
}
.searvicepage .c .ft .text-center{
	margin-bottom: 20px;
}
.searvicepage .c .ft .swiper-button-next,.searvicepage .c .ft  .swiper-button-prev{
	font-size: 24px;
	background: none;
	color: #ccc;
	margin: 0;
	line-height: 44px;
}
.searvicepage .c .ft .swiper-button-next:hover,.searvicepage .c .ft  .swiper-button-prev:hover{
	color: #49abfe;
}
.searvicepage .c .ft .left p{
	font-weight: bold;
	margin-top: 5px;
}
.searvicepage .c .ft .left img{
	width: 65px;
	height: 65px;
	border-radius: 50%;
}
.searvicepage .c .ft .right{
	padding: 0 30px;
}
.searvicepage .c .ft .right a{
	display: block;
	line-height: 37px;
	background: #e9f0f5;
	border-radius: 20px;
	border: 1px solid #d3e0ea;
}
.searvicepage .d .b .media{
	padding:5px 0 0 5px;
	box-shadow: none;
	border: none;
}
.searvicepage .d .b .media .bb{
	border: none;
	margin-bottom: 0;
}


.baogao {
	padding: 20px 0 40px;
	margin: 0;
}
.baogao .left{
	width: 255px;
	float: left;
	border: 1px solid #ddd;
}
.baogao .left .title{
	text-align: center;
	line-height: 37px;
	background: #e3f4fb;
	font-weight: bold;
}
.baogao .left .bd {
	line-height: 35px;
	padding: 20px 0;
	margin: 0 30px;
}
.baogao .left .bd li .fl{
	width: 66%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: block;
}
.baogao .left .bd .fr{
	color: #acaaaa;
}
.baogao .left .ft{
	text-align: center;
	cursor: pointer;
	padding-bottom: 15px;
	border-top: 1px solid #eee;
    margin: 0 30px;
}
.baogao .left .ft i{
	display: inline-block;
	width:0;
	height:0;
	border-right:8px solid transparent;
	border-left:8px solid transparent;
	border-top:8px solid #e8e6e6;
}
.baogao .right{
	width: 860px;
	float: right;
}
.baogao .right .hurre{
	border: none;
}
.baogao .right .title{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
	font-size: 12px;
}
.baogao .right .flex_item{
	flex: 1;
}
.baogao .right .title .b{
	display: inline-block;
	padding:0 10px 10px;
	border-bottom: 3px solid #fed24c;
	color: #999;
}
.baogao .right .title .b b{
	font-size: 18px;
	color: #0d84b6;
	display: inline-block;
	
	line-height: 14px;
	
}
.baogao .right .title .b span{
	border-left: 1px solid #0d84b6;
	padding-left: 6px;
	margin-left: 6px;
}
.baogao .right .title1{
	background: #f2f2f2;
	padding-right: 10px;
}
.baogao .right .title1 .b{
	border-left: 3px solid #fed24c;
	border-bottom: none;
	padding: 5px 10px;
}
.baogao .right .a .box{
	background: #ebeeef;
	padding: 24px;
	position: relative;
	margin-top: 15px;
}
.baogao .right .a .box li{
	float: left;
	width: 20%;
	padding: 24px;
}
.baogao .right .a .box ul{
	margin: -24px -24px -24px 20px;
}
.baogao .right .a .box>span{
	    display: block;
	    width: 38px;
	    height: 108px;
	    color: #fff;
	    text-align: center;
	    position: absolute;
	    left: -10px;
	    background: url(../image/home_80.png) center no-repeat;
	    top: 50%;
		margin-top: -54px;
	    font-weight: bold;
	    padding-top: 14px;
	    z-index: 99;
}
.baogao .right .a .box li a{
	display: block;
	font-size: 12px;
	color: #9a9999;
}
.baogao .right .a .box li a:hover p,.baogao .right .b .col-lg-4 li a:hover p,.baogao .right .c li a:hover p{
	color: #0d84b6;
}
.baogao .right .a .box li img{
	width: 100%;
}
.baogao .right .a .box li p{
	margin: 8px 0 0;
	line-height: 24px;
}
.baogao .right .b{
	padding: 40px 0;
}
.baogao .right .b .col-lg-6 ul{
	padding: 10px 0 0 0;
}
.baogao .right .b .col-lg-6 li{
	line-height: 30px;
}
.baogao .right .b .col-lg-6 li a{
	display: block;
	width: 70%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.baogao .right .b .col-lg-6 li .fr{
	font-size: 12px;
	color: #bcbcbc;
}

.baogao .right .b .col-lg-12 ul{
	padding: 10px 0 0 0;
}
.baogao .right .b .col-lg-12 li{
	line-height: 30px;
}
.baogao .right .b .col-lg-12 li a{
	display: block;
	width: 70%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.baogao .right .b .col-lg-12 li .fr{
	font-size: 12px;
	color: #bcbcbc;
}

.baogao .right .c-1 ul{
	padding-top: 20px;
	margin: 0 -32px;
}

.baogao .right .c-1 li{
	float: left;
	width: 20%;
	padding:15px 32px;
	font-size: 12px;
}
.baogao .right .c-1 li img{
	width: 100%;
}
.baogao .right .c-1 li .pic{
	position: relative;
}
.baogao .right .c-1 li .pic>span{
	display: inline-block;
	background: #0d84b6;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
	padding: 2px 5px;
}
.baogao .right .c-1 li .pic>.t1{
	background: #3fb666;
}
.baogao .right .c-1 li .pic>.t2{
	background: #d79d02;
}
.baogao .right .c-1 li p{
	line-height: 24px;
	margin-top: 8px;
	color: #9a9999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 48px;
}


.userpage .a {
	padding-top: 30px;
}
.userpage .a .col-sm-3 .box{
	border: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
.userpage .a .col-sm-3 .box .hd{
	background: url(../image/5_03.jpg) center no-repeat;
	background-size: 100% 100%;
	padding: 20px;
	color: #fff;
}
.userpage .a .col-sm-3 .box .hd .media-object{
	border: 5px solid #fff;
	border-radius: 50%;
	width: 75px;
	height: 75px;
}
.userpage .a .col-sm-3 .box .bd{
	padding: 10px;
}
.userpage .a .col-sm-3 .box .bd .flex{
	display: flex;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.userpage .a .col-sm-3 .box .bd .flex p{
	color: #a4a5a5;
}
.userpage .a .col-sm-3 .box .bd .label{
	padding: 0;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	line-height: 15px;
	font-weight: normal;
}
.userpage .a .col-sm-3 .box .bd ul li{
	float: left;
	width: 33.333%;
	text-align: center;
	padding: 5px;
}
.userpage .a .col-sm-3 .box .bd ul li a{
	display: block;
	border-radius: 3px;
	background: #e9f9ff;
	line-height: 33px;
	border: 1px solid #91cfe9;
	color: #033d77;
}
.userpage .a .col-lg-9 .box{
	border: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
	border-top: 5px solid #37a2cf;
	padding: 15px ;
	height: 293px;
}
.userpage .a .col-lg-9 .title,
.userpage .b .title{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.userpage .a .col-lg-9 .title .flex_item,
.userpage .b  .title .flex_item{
	font-weight: bold;
	font-size: 16px;
}
.userpage .a .col-lg-9 .title a,
.userpage .b  .title a{
	font-size: 12px;
	color: #666;
	
}
.userpage .a .col-lg-9 .list1{
	text-align: center;
}
.userpage .a .col-lg-9 .list1 a{
	display: block;
	padding: 10px 0;
}
.userpage .a .col-lg-9 .list1 img{
	height: 50px;
	margin-bottom: 8px;
}
.userpage .a .col-lg-9 .list2 li{
	line-height: 32px;
}
.userpage .a .col-lg-9 .list2 li a,.userpage .b li a,.userpage .c .box li a,.userpage .f li a,.userpage .c .box .media .media-heading a{
	float: left;
	display: block;
	width: 70%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.userpage .a .col-lg-9 .list2 li a span{
	display: inline-block;
	font-size: 12px;
	color: #02a1cf;
	border: 1px solid #02a1cf;
	border-radius: 0 5px;
	line-height: 16px;
	border-radius: 10px;
	padding: 0 6px;
}
.userpage .a .col-lg-9 .list2 li .fr{
	font-size: 12px;
	color: #9e9c9c;
}
.userpage .b {
	margin-top: 30px;
}
.userpage .b .title {
	border: none;
}
.userpage .b .media-object{
	width: 122px;
	height: 165px;
}
.userpage .b .media-heading{
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	margin-top: 0;
	border-left: 10px solid #37a2cf;
	padding-left: 10px;
	background: #f2f2f2;
	margin-bottom: 10px;
}
.userpage .b li{
	line-height: 30px;
	background: url(../image/5_11.png) left center no-repeat;
	padding-left: 15px;
}
.userpage .b li .fr{
	color: #aeaeae;
}
.userpage .c .title{
	text-align: center;
	margin-top: 30px;
	border-top: 1px solid #eee;
	font-weight: bold;
	font-size: 16px;
	padding-top: 20px;
	position: relative;
}
.userpage .c .title:before{
	content: '';
	display: inline-block;
	width:0;
		height:0;
		border-right:10px solid transparent;
		border-left:10px solid transparent;
		border-top:10px solid #eee;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -10px;
}
.userpage .c .box{
	margin-top: 30px;
	position: relative;
	border-left: 1px solid #ccc;
	padding-left: 65px;
	min-height:150px;
}
.userpage .c .box>span{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	font-size: 18px;
	font-weight: bold;
	width: 33px;
	height: 136px;
	border-radius: 0 33px 33px 0;
	text-align: center;
	color: #fff;
	padding-top: 32px;
	    background-image: linear-gradient(to right, #5fc7ef , #1a7bc1);
}
.userpage .c .box>.s1{
	 background-image: linear-gradient(to right, #5194e5 , #7653c1);
}
.userpage .c .box>.s2{
	 background-image: linear-gradient(to right, #26c1a5 , #099c95);
}
.userpage .c .box>.s3{
	 background-image: linear-gradient(to right, #ffbe76 , #ff8100);
}
.userpage .c .box li{
	line-height: 30px;
}
.userpage .c .box .media-object{
	width: 147px;
	height: 98px;
}
.userpage .c .box .media{
	margin-bottom: 15px;
}
.userpage .c .box .media p{
	line-height: 24px;
	color: #797777;
	margin: 10px 0 0;
}
.userpage .c .box .media .media-heading {
	line-height: 17px;
}
.userpage .c .box .media .media-heading a{
	font-weight: bold;
	font-size: 16px;
}
.userpage .c .box .fr{
	color: #b0b0b1;
	font-size: 12px;
}
.userpage .d {
	padding-top: 40px;
}
.userpage .d .title,.userpage .e .title{
	display: flex;
	align-items: center;
}
.userpage .d .title .flex_item,.userpage .e .title .flex_item{
	font-weight: bold;
	font-size: 16px;
	color: #016793;
}
.userpage .d .title a,.userpage .e .title a{
	display: inline-block;
	padding: 2px 6px;
	color: #666;
	font-size: 12px;
	border: 1px solid #91cfe9;
	border-radius: 20px;
}
.userpage .d .media{
	margin-top: 30px;
}
.userpage .d .media .media-body p{
	line-height: 24px;
	margin: 10px 0 0;
	color: #919192;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.userpage .d .media .media-heading{
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.userpage .d .media .data{
	text-align: center;
	width: 70px;
	border: 1px solid #0178aa;
	color: #666;
	margin-right: 20px;
}
.userpage .d .media .data span{
	display: block;
	font-size: 36px;
	color: #919192;
}
.userpage .d .media .data p{
	margin: 0;
	color: #fff;
	background: #0178aa;
	font-size: 12px;
}
.userpage .e{
	padding-top: 30px;
}
.userpage .e .media{
	margin-top: 30px;
	color: #666;
}
.userpage .e .media-heading{
	font-weight: bold;
	font-size: 16px;
}
.userpage .e p{
	color: #939494;
}
.userpage .e .media-object{
	width: 105px;
	height: 140px;
}
.userpage .f{
	margin-top: 40px;
	padding-bottom: 60px;
}
.userpage .f .nav-tabs{
	border-bottom: 1px solid #0178aa;
}
.userpage .f .nav-tabs>li>a{
	width: 136px;
	line-height: 47px;
	height: 47px;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #0178aa;
	border: none;
	position: relative;
	border-radius: 0;
}
.userpage .f .nav-tabs>li.active>a, 
.userpage .f .nav-tabs>li.active>a:focus, 
.userpage .f .nav-tabs>li.active>a:hover{
	background: #0178aa;
	color: #fff;
}
.userpage .f .nav-tabs>li.active>a:after{
	content: '';
	display: inline-block;
	width:0;
		height:0;
		border-right:5px solid transparent;
		border-left:5px solid transparent;
		border-bottom:5px solid #fff;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -5px;
}
.userpage .f ul{
	margin-top: 15px;
}
.userpage .f li{
	line-height: 36px;
}
.userpage .f li .fr{
	font-size: 12px;
	background: #ebe9e9;
	border-radius: 20px;
	line-height: 16px;
	padding: 0 6px;
	color: #666;
	margin-top: 10px;
}
.totop {
	display: none;
	position: fixed;
	right: 50%;
	margin-right:-660px ;
	background: url(../image/2_41.png) center no-repeat;
	width: 38px;
	height: 38px;
	bottom: 100px;
	cursor: pointer;
	border-radius:5px;
}

.notice {
	padding: 0 45px;
}
.notice .modal-body,.notice .modal-header{
	padding: 15px 0;
}

.searvice1 .title{
	    border-bottom: 1px solid #eee;
		position: relative;
}
.searvice1 .title:after{
	content: '';
	display: block;
	border-bottom: 3px solid #fed24c;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120px;
}
.searvice1 .title b {
    font-size: 18px;
    display: inline-block;
    padding: 0 0 10px;
    
    letter-spacing: 5px;
}
.searvice1 .a {
	padding: 30px 0;
}
.searvice1 .a p{
	line-height: 30px;
	margin-top: 15px;
}
.searvice1 .a li{
	line-height: 30px;
	display: flex;
	margin-top: 20px;
}
.searvice1 .a li span {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	color: #fff;
	background: #0d84b6;
	text-align: center;
	margin-right: 15px;
}
.btn-primary{
	background: #0d84b6;
	border: 1px solid #0d84b6;
}
.searvice1 .t_c{
	padding: 30px 0;
}
.searvice1 .t_c p{
	margin-top: 15px;
}
.searvice1 .t_c .btn{
	padding: 10px 30px;
	border-radius: 30px;
	margin:  10px;
}
.searvice1 img{
	max-width: 100%;
}
.searvice1 .b li{
	float: left;
	width: 20%;
	text-align: center;
	padding: 0 30px;
}
.searvice1 .b ul{
	margin: 0 -30px 30px;
}
.searvice1 .c .nav-tabs{
	border: none;
}
.searvice1 .c .nav-tabs>li>a{
	background: #e7e7e7;
	padding: 10px 30px;
	border: none;
}
.searvice1 .c .nav-tabs>li.active>a,
 .searvice1 .c .nav-tabs>li.active>a:focus,
  .searvice1 .c .nav-tabs>li.active>a:hover{
	  background: #049cdc;
	  color: #fff;
  }
  .searvice1 .c .box{
	  height: 190px;
	  overflow-y: scroll;
	  background: #f7f6f6;
	  padding:35px ;
	  border: 1px solid #ddd;
	  line-height: 30px;
  }

.books .box{
	border: 1px solid #ddd;
	padding: 15px;
	margin-top: 30px;
}
.books .box .media-heading{
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.books .box h5{
	color: #b6b7b8;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.books .box p{
	line-height: 24px;
	font-size: 12px;
	color: #717272;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.books .box .media-object{
	width: 116px;
	height: 160px;
}

.newsitem .hd{
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}
.newsitem .hd h1{
	font-size: 16px;
	font-weight: bold;
	color: #036794;
	margin-bottom: 20px;
}
.newsitem .hd b{
	color: #999;
}
.newsitem .bd p{
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.newsitem .bd img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.newsitem .bd h5{
	text-align: center;
	color: #999;
}
.newsitem .ft{
	border: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 50px;
}
.newsitem .ft p>span{
	color: #999;
	margin-right: 30px;
	cursor: pointer;
}
.newsitem .ft p>span.on{
	color: #049fe2;
}
.newsitem .ft .box{
	border: 1px solid #ddd;
}
.newsitem .ft .box .title{
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	background: #eeeeee;
}
.newsitem .ft .box ul{
	line-height: 30px;
	padding: 10px 20px;
	font-size: 12px;
}
.newsitem .ft .box .input-group{
	padding: 20px;
	border-top: 1px solid #ddd;
}

.proitem{
	background: #e2eff5;
	padding: 30px;
	margin: 20px 0 50px;
}
.proitem p{
	margin: 0;
	line-height: 30px;
}

.left_big {
	width: 902px;
	float: left;
	border: 1px solid #eee;
}

.left_big .hd{
	padding: 20px;
	border-bottom: 1px solid #eee;
	background-image: linear-gradient(to bottom, #96d6f4 , #eff9fd);
}
.left_big .left{
	width: 255px;
	border: none;
	border-right: 1px solid #eee;
}
.r_box{
	margin-left: 255px;
	padding: 0 20px;
}
.r_box>ul>li{
	padding: 20px 0 10px;
	border-bottom: 1px solid #eee;
}
.r_box>ul>li .media-heading{
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 19px;
}
.r_box>ul>li .media-heading a{
	font-weight: bold;
	font-size: 16px;
	
}
.r_box>ul>li .media-body>div{
	line-height:26px;
}
.r_box>ul>li .media-body b{
	color: #999;
}
.r_box>ul>li>.flex{
	margin-top: 15px;
	font-size: 12px;
	
}
.r_box>ul>li>.flex a{
	color: #999;
}
.r_box>ul>li>.flex a.on,.r_box>ul>li>.flex a:hover{
	color: #049fe2;
}
.right_sm {
	float: right;
	width: 232px;
	background: #f3f3f3;
	padding: 15px;
	border-top: 5px solid #dddddd;
}
.right_sm h4{
	font-size: 16px;
	color: #016793;
}
.right_sm .a a{
	word-break:break-all;
	display: inline-block;
	color: #033d77;
	border: 1px solid #7bccf1;
	border-radius: 5px;
	padding: 5px 10px;
	background: #e3f4fb;
	margin: 0 5px 5px 0;
}
.right_sm .c li{
	line-height: 26px;
}
.right_sm .b{
	padding: 20px 0;
}
.right_sm .b li{
	line-height: 26px;
	margin-top: 15px;
}
.right_sm .b li span{
	color: #999;
	display: inline-block;
	padding-left: 5px;
}
.r_box1 {
	float: left;
	margin: 0;
	width: 620px;
}
.baogao .right .tab1{
	text-align: center;
	border-bottom: 1px solid #a7e2fa;
	margin-bottom: 15px;
	line-height: 42px;
}
.baogao .right .tab1 .on a{
	font-weight: bold;
	color: #0d84b6;
}

.fqlb .a{
	background: #ddf2fb;
	padding: 20px;
	margin-top: 30px;
}
.fqlb .a p{
	line-height: 32px;
}
.fqlb .a .title{
	font-size: 18px;
	color: #0d84b6;
	margin-bottom: 20px;
}
.fqlb .a .b_l{
	border-left: 1px solid #ccc;
}
.fqlb .b .title,.fqlb .c .title,.fqlb .e .title{
	font-size: 16px;
	font-weight: bold;
	color: #0d84b6;
	margin-top: 30px;
}
.fqlb .b .box{
	line-height: 30px;
	padding:25px;
	border: 1px solid #ddd;
	margin-top: 20px;
	min-height: 260px;
	border-top: 4px solid #abd3e5;
}
.fqlb .c .media{
	margin-top: 20px;
}
.fqlb .c .media .media-heading{
	line-height: 34px;
	margin: 0;
}
.fqlb .d{
	background: #f1f0f0;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 20px;
	margin-top: 30px;
}
.fqlb .d .title{
	font-size: 16px;
	color: #0d84b6;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}
.fqlb .d .p_r{
	padding: 0 60px;
}
.fqlb .d .p_r .swiper-button-prev{
	width: 34px;
	height: 64px;
	background: url(../image/12_25.png) center no-repeat #c3c4c4;
	border-radius: 5px;
	left: 0;
}
.fqlb .d .p_r .swiper-button-next{
	width: 34px;
	height: 64px;
	background: url(../image/12_27.png) center no-repeat #c3c4c4;
	border-radius: 5px;
	right: 0;
}
.fqlb .d .p_r .swiper-button-prev:hover,.fqlb .d .p_r .swiper-button-next:hover{
	background-color: #0d84b6;
}
.fqlb .e{
	padding-bottom: 50px;
}
.fqlb .e p{
	line-height: 32px;
	margin-top: 15px;
}
.fqlb .e h4{
	font-weight: bold;
}
.fqlb .e .table-bordered>tbody>tr>td{
	vertical-align: middle;
}
.article {
	padding-top: 20px;
}
.article .col-lg-9 .a {
	border: 1px solid #7bccf1;
	padding: 20px;
}
.article .col-lg-9 .a .hd h1{
	font-size: 16px;
	font-weight: bold;
	color: #036794;
	margin-top: 0;
	margin-bottom: 20px;
}
.article .col-lg-9 .a .hd .row{
	line-height: 24px;
}
.article .col-lg-9 .a .hd b{
	color: #999;
}
.article .col-lg-9 .a .hd {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.article .col-lg-9 .a .bd{
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	line-height: 28px;
}
.article .col-lg-9 .a .bd p{
	margin: 0;
	text-indent: 2em;
}
.article .col-lg-9 .a .bggreen{
	background: #4ff2ba;
}
.article .col-lg-9 .a .bgblue{
	background: #4fe1f2;
}
.article .col-lg-9 .a .bgorange{
	background: #ef9b2d;
}
.article .col-lg-9 .a .ft{
	padding-top: 15px;
}
.article .col-lg-9 .a .ft a{
	color: #959595;
	font-size: 12px;
}
.article .col-lg-9 .b {
	padding-bottom: 30px;
}
.article .col-lg-9 .b .title{
	font-size: 16px;
	color: #016793;
	font-weight: bold;
	background: #ebebeb;
	padding: 10px;
	margin-top: 20px;
}
.article .col-lg-9 .b >ul>li{
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.article .col-lg-9 .b >ul>li dt{
	color: #016793;
	font-weight: bold;
	margin-bottom: 10px;
}
.article .col-lg-9 .b >ul>li dd{
	line-height: 26px;
	margin-bottom: 10px;
}
.article .col-lg-9 .b >ul>li p{
	color: #999;
	margin-bottom: 20px;
}
.article .col-lg-9 .b >ul>li .flex a,.bookitem2 .a .flex a{
	color: #999;
	font-size: 12px;
}
.article .col-lg-9 .b >ul>li .flex a.on,
.article .col-lg-9 .a .ft a.on,
.article .col-lg-9 .b >ul>li .flex a:hover,
.article .col-lg-9 .a .ft a:hover,
.bookitem2 .a .flex a:hover,
.bookitem2 .a .flex a.on
{
	color:#049fe2 ;
}
.article .col-lg-9 .b >ul>li .flex a.on .zan,
.article .col-lg-9 .a .ft a.on .zan,
.r_box>ul>li>.flex a.on .zan, .r_box>ul>li>.flex a:hover .zan,
.newsitem .ft p>span.on .zan,
.article .col-lg-9 .b >ul>li .flex a:hover .zan,
.article .col-lg-9 .a .ft a:hover .zan,
.bookitem2 .a .flex a:hover .zan,
.bookitem2 .a .flex a.on .zan{
	background: url(../image/zan_04.png) center no-repeat;
	background-size: 100% 100%;
}
.article .col-lg-9 .b .box,.r_box>ul>li .box,.article .col-lg-9 .a .box,
.bookitem2 .a .box
{
	border: 1px solid #ddd;
	margin-top: 15px;
	display: none;
}
.article .col-lg-9 .b .box>h4,.r_box>ul>li .box>h4,.article .col-lg-9 .a .box>h4,
.bookitem2 .a .box>h4{
	margin: 0;
	background: #eeeeee;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	font-weight: bold;
}
.article .col-lg-9 .b .box ul,.r_box>ul>li .box ul,.article .col-lg-9 .a .box ul,
.bookitem2 .a .box ul{
	padding: 10px 20px;
	line-height: 30px;
	font-size: 12px;
	color: #999;
	border-bottom: 1px solid #ddd;
}
.article .col-lg-9 .b .box ul b{
	color: #333;
}
.article .col-lg-9 .b .box .input-group,.r_box>ul>li .box .input-group,.article .col-lg-9 .a .box .input-group,
.bookitem2 .a .box .input-group{
	padding: 20px;
}
.article .right {
	border: 1px solid #eee;
}
.article .right>.title{
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	background: #049cdc;
	padding: 10px 15px;
}
.article .right .a .media-object {
	width: 80px;
	height: 116px;
}
.article .right .a .media-heading,.article .right .a li{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.article .right .box{
	padding: 15px;
}
.article .right .a li{
	line-height: 30px;
	color: #666;
}
.article .right .box .title{
	font-size: 16px;
	color: #016793;
	margin: 8px 0 10px;
}
.article .right .box .b a{
	    display: inline-block;
	    color: #033d77;
	    border: 1px solid #7bccf1;
	    border-radius: 5px;
	    padding: 5px 15px;
	    background: #e3f4fb;
	    margin: 0 5px 5px 0;
	    cursor: auto;
}
.article .right .box .c b{
	color: #049cdc;
}
.article .right .box .c li{
	margin-top: 15px;
}
.article .right .box .c .media-object{
	width: 56px;
	height: 56px;
	border-radius: 50%;
}
.article .right .box .d li{
	line-height: 30px;
	display: flex;
	align-items: center;
}
.article .col-lg-9 .a .hd1 .media-object{
	width: 116px;
	height: 160px;
}
.article .col-lg-9 .a .hd1 li{
	line-height: 30px;
}
.article .col-lg-9 .a .hd1 b{
	color: #999;
}
.article .col-lg-9 .a .hd1 .media-heading{
	font-size: 16px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 18px;
	color: #036794;
}
.article .col-lg-9 .a .bd1{
	height: 590px;
}
.article .col-lg-9 .b >ul>li .media-object{
	width: 116px;
	height: 160px;
}
.article .col-lg-9 .b >ul>li .media-heading{
	font-weight: bold;
	color: #036794;
}
.article .col-lg-9 .b >ul>li li {
	line-height: 30px;
}
.article .col-lg-9 .b >ul>li li b{
	color: #999;
}
.article .col-lg-9 .b .media{
	margin-bottom: 15px;
}
.zan{
	display: inline-block;

	width: 12px;
	height: 13px;
	background: url(../image/zan_03.png) center no-repeat;
	background-size: 100% 100%;
}
.left_big-1 {
	float: none;
	width: 100%;
}

.booklist .title{
	margin-top: 30px;
	font-size: 12px;
}
.booklist .title .flex_item{
	font-size: 16px;
	font-weight: bold;
	color: #0f6b9b;
}
.booklist .box{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin-top: 30px;
	position: relative;
}
.booklist .box p{
	margin: 0;
}
.booklist .box p b{
	color: #999;
}
.booklist .box h4{
	font-weight: bold;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin: 0;
}
.booklist .box>span{
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 0;
	width: 47px;
	line-height: 19px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: url(../image/13_11.png) center no-repeat;
}
.booklist .box .media-object{
	width: 124px;
	height: 179px;
}

.bookitem {
	padding-bottom: 50px;
}
.bookitem p{
	margin: 30px 0;
	line-height: 24px;
}
.bookitem img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.bookitem h5{
	text-align: center;
	font-size: 12px;
	color: #999;
}

.bookuser {
	padding-bottom: 50px;
}
.bookuser .table-bordered>tbody>tr>td{
	vertical-align: middle;
	padding: 20px;
	line-height: 24px;
}
.bookuser h2{
	text-align: center;
	font-weight: bold;
	margin: 40px 0 20px;
}
.bookuser h5{
	text-align: center;
	font-size: 12px;
	color: #999;
}
.bookuser h5 span{
	color: #953a0d;
}
.bookuser h3{
	font-weight: bold;
	color: #015f86;
	margin-top: 30px;
	font-size:16px;
}
.bookuser h4{
	font-weight: bold;
	color: #016793;
	margin-top: 15px;
}
.bookuser li{
	line-height: 30px;
}
.bookuser .table-bordered>tbody>tr>th{
	text-align: center;
	background: #d3dbe7;
}

.booknotice  {
	line-height: 24px;
	padding: 30px 0 50px;
}
.booknotice .a li{
	margin-top: 20px;
}
.booknotice .a li b{
	display: block;
}
.booknotice .a .title{
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
}
.booknotice .a .title span{
	display: inline-block;
	padding: 10px;
	border-bottom: 3px solid #fed24c;
}
.booknotice .a img{
	max-width: 100%;
}
.booknotice .b p{
	margin-top: 20px;
}
.booknotice .b b{
	color: #06628d;
}
.booknotice .b h4{
	font-weight: bold;
	color: #06628d;
	margin-top: 30px;
	font-size:16px;
}
.booknotice .b ul{blue
	padding-left: 40px;
	line-height: 36px;
}

.itempage {
	padding: 30px;
	border: 1px solid #7bccf1;
	margin: 30px 0 60px;
}
.itempage .col-lg-8 {
	line-height: 30px;
}
.itempage .col-lg-8 b{
	color: #999;
}
.itempage .col-lg-8 p{
	border-top: 1px solid #ddd;
	line-height: 24px;
	padding-top: 5px;
	margin-top: 5px;
}
.itempage .col-lg-8 h4{
	font-weight: bold;
	font-size: 16px;
	color: #0d84b6;
}

.Library {
	padding-bottom: 40px;
}
.Library .box{
	border: 1px solid #ddd;
	margin-top: 40px;
	position: relative;
	line-height: 30px;
	padding: 30px 30px 20px;
}
.Library .box>span{
	display: inline-block;
	width: 170px;
	line-height: 28px;
	text-align: center;
	border-radius: 28px;
	font-weight: bold;
	font-size: 16px;
	color: #0679b5;
	border: 1px solid #0679b5;
	background: #d5f0fd;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	top: -14px;
}
.Library .box a{
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.Library .box h4 b{
	display: inline-block;
	background: #dcddde;
	padding: 2px 5px;
	font-size: 16px;
}

.ziyuan a{
	display: block;text-align: center;
	margin-top: 20px;
}
.ziyuan img{
	max-width: 100%;
	height: 60px;
}

.bookitem2 {
	
	margin: 20px 0 40px;
}
.bookitem2 .a{
	border: 1px solid #7bccf1;
}
.bookitem2 .a>.flex {
	border-top: 1px solid #ddd;
	padding: 15px;
}
.bookitem2 .a .pd{
	padding: 20px;
}
.bookitem2 .a .pd .media-object{
	border: 1px solid #ddd;
	width: 110px;
	height: 154px;
}
.bookitem2 .a .pd .row{
	line-height: 26px;
}
.bookitem2 .a .pd h4{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
    line-height: 20px;
}
.bookitem2 .a .pd .row b{
	color: #999;
}
.bookitem2 .a .pd p{
	line-height: 30px;
	color: #a0a1a2;
	margin-top: 15px;
}
.bookitem2 .b .title{
	background: #ebebeb;
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #016793;
	margin-top:30px;
}
.bookitem2 .b .box{
	margin-top: 30px;
}
.bookitem2 .b .box h4{
	font-weight: bold;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 20px;
}
.bookitem2 .b .box b{
	color: #999;
}
.bookitem2 .b .box .media-object{
	width: 96px;
	height: 124px;
}

.article .col-lg-9 .b .title1 {
	margin-top: 20px;
}
.article .col-lg-9 .b .title1 .flex_item{
	font-weight: bold;
	line-height: 34px;
	color: #016793;
	font-weight: bold;
	font-size: 16px;
}
.article .col-lg-9 .b .title1 .btn-default{
	color: #016793;
	border: 1px solid #6fc9f1;
	background: #e3f4fb;
}
.blue1 {
	color: #016793;
}
.article .right .box .d .more{
	text-align: center;
	color: #999;
	font-size: 12px;
	margin-top: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	cursor: pointer;
}
.article .right .box .d .badge{
	background: #bfbfbf;
}
.article .right .box .d .badge.on{
	background: #edcc7d;
}
.article .right .box .d .h{
	height: 270px;
	overflow: hidden;
}
.article .right .box .d .h.on{
	height: auto;
}

.tecang .a {
	margin-top: 30px;
}
.tecang .a dl{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 30px;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}
.tecang .a dl dt{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}
.tecang .a .swiper-button-next,.tecang .a .swiper-button-prev{
	background: rgba(0,0,0,0.5);
	text-align: center;
	color: #fff;
	font-size: 32px;
	width: 42px;
	line-height: 72px;
	height: 72px;
}
.tecang .a .swiper-button-next:hover,.tecang .a .swiper-button-prev:hover{
	color: #26b6f3;
}
.tecang .a .swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
}
.tecang .a .swiper-pagination-bullet-active{
	background: #26b6f3;
}
.tecang .b{
	position: relative;
	margin-top: 50px;
	border: 2px solid #facd89;
	padding: 30px 60px 10px;
	line-height: 30px;
}
.tecang .b span{
	display: block;
	width: 226px;
	line-height: 42px;
	background: url(../image/21_07.png) center no-repeat #fff;
	position: absolute;
	left: 50%;
	top: -21px;
	transform: translate(-50%,0);
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.tecang .c .box{
	background: url(../image/21-1_03.jpg) center no-repeat;
	background-size: 100% 100%;
	margin-top: 30px;
	padding: 30px;
}
.tecang .c .box h3{
	margin: 0;
	text-align: center;
	color: #82530a;
	font-weight: bold;
	letter-spacing: 5px;
	font-size: 16px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6cd9e;
}
.tecang .c .box .media-heading{
	line-height: 24px;
}
.tecang .c .box .media-object{
	width: 204px;
	height: 129px;
}
.tecang .d{
	position: relative;
	padding:40px 78px;
}
.tecang .d .swiper-button-next,.tecang .d .swiper-button-prev{
	background: #e8e8e6;
	text-align: center;
	color: #a1a19d;
	font-size: 22px;
	width: 52px;
	line-height: 56px;
	height: 52px;
	border-radius: 50%;
}
.tecang .d .swiper-button-next{
	right: 0;
}
.tecang .d .swiper-button-prev{
	left: 0;
}
.tecang .d .swiper-button-next:hover,.tecang .d .swiper-button-prev:hover{
	color: #0b9ad5;
}
.tecang .d a{
	display: block;
	border:1px solid #f6b37f;
	border-radius: 5px;
	box-shadow: 0 0 10px #fce9da;
	padding: 10px;
}
.tecang .d a img{
	width: 100%;
	border-radius: 5px;
}
.tecang .d a dt{
	font-weight: bold;
	color: #00567a;
	line-height:24px;
	margin: 10px 0 6px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.tecang .d a dd{
	line-height: 24px;
	color: #7e7e7e;
	height: 120px;
	overflow: hidden;
}
.tecang .e .title,.tecang .f .title{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 42px;
	    background: url(../image/21_07.png) center no-repeat;
}
.tecang .e ul{
	margin: 15px 0;
}
.tecang .e li{
	line-height: 36px;
}
.tecang .e li b{
	color: #00567a;
}
.tecang .e .btn{
	width: 130px;
	height: 42px;
	background-image: linear-gradient(to bottom, #2bcdfd, #1487d6);
	border: 1px solid #1779bb;
	color: #fff;
	padding: 0;
	line-height: 42px;
	margin: 10px 20px;
}
.tecang .f{
	padding-bottom: 50px;
}
.tecang .f h3{
	color: #00567a;
	font-weight: bold;
}
.tecang .f p{
	line-height: 26px;
}

.userico {
	color: #fff;
	position: absolute;
	right: 230px;
	top: 60px;
}
.floor {
	width: 305px;
	margin: 30px auto 0;
	
}
.floor span{
	display: block;
	width: 305px;
	height: 68px;
	background: url(../image/20_03.png) center no-repeat;
	margin-top: -50px;
	position: relative;
}
.floor span.on{
	background: url(../image/20_04.png) center no-repeat;
}
.floor span.on i{
	display: block;
}
.floor span i{
	font-style: normal;
	display: none;
	position: absolute;
	left: 380px;
	min-width: 70px;
	top: 22px;
}
.floor span i:after{
	content: '';
	border-bottom: 1px solid #2171af;
	width: 60px;
	position: absolute;
	left: -80px;
	top: 12px;
}
.booknotice-floor .flex{
	align-items: center;
}
.booknotice-floor .a{
	padding: 20px 0;
}
.booknotice-floor .a img{
	max-width: 100%;
}
.booknotice-floor .a .title{
	margin: 0 0 20px 0;
}

.fenqu .a{
	border-radius: 10px;
	border: 1px solid #7ecef4;
	padding: 30px;
	margin: 30px 0;
}
.fenqu .a .flex{
	align-items: center;
}
.fenqu .a .pic{
	max-width: 100%;
	margin-left: 30px;
}
.fenqu .a p{
	line-height: 32px;
	padding-top: 25px;
	border-top: 1px solid #eee;
	margin-top: 25px;
}
.fenqu .a .ewm{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	width: 109px;
}
.fenqu .a h4{
	font-size: 24px;
	font-weight: bold;
	color: #1f648f;
}
.fenqu .a .btn{
	background: #0b99d4;
	color: #fff;
	font-size: 16px;
	padding: 6px 30px;
	margin-top: 20px;
}
.fenqu .b .flex{
	align-items: center;
	margin-top: 20px;
}
.fenqu .b .flex h4{
	font-weight: bold;
	font-size: 16px;
}
.fenqu .b .flex p{
	line-height: 30px;
}
.fenqu .b .flex img{
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border: 1px solid #0d84b6;
	max-width: 100%;
}
.fenqu .b .title{
	font-weight: bold;
	font-size: 18px;
	color: #0d84b6;

}
.fenqu .b .b_l li{
	border-radius: 5px;
	margin-top: 20px;
	height: 135px;
	padding: 40px 25px 0;
	line-height: 30px;
}
.fenqu .b .b_l li a{
	display: block;
	background: url(../image/n_18.png) left 13px no-repeat;
	padding-left: 15px;
}
.fenqu .b .b_l .box{
	height: 550px;
	border: 1px solid #ddd;
	background: #f7f7f7;
	padding: 20px;
	border-radius: 5px;
	margin-top: 20px;
}
.fenqu .b .b_l .box p{
	line-height: 30px;
}
.fenqu .b .b_l .box h3{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #0d84b6;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.fenqu .b .b_l .box h4{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 30px 0 15px;
}
.fenqu .c{
	margin: 30px 0;
	border: 1px solid #ddd;
	border-top: 3px solid #7ecef4;
}
.fenqu .c .title{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #0d84b6;
	background: #f2f2f2;
	line-height: 42px;
}
.fenqu .c .box{
	position: relative;
	padding: 30px 60px;
}
.fenqu .c a{
	display: block;
	padding: 7px;
}
.fenqu .c img{
	width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.fenqu .c .swiper-button-next{
	width: 30px;
	height: 56px;
	border-radius: 5px;
	background: url(../image/12_27.png) center no-repeat #c3c4c4;
}
.fenqu .c .swiper-button-prev{
	width: 30px;
	height: 56px;
	border-radius: 5px;
	background: url(../image/12_25.png) center no-repeat #c3c4c4;
}
.fenqu .c .swiper-button-next:hover,.fenqu .c .swiper-button-prev:hover{
	background-color: #0b99d4;
}

.resourcesDiv {
	box-shadow: 0 0 10px rgba(129, 187, 228, 1);
	border-radius: 50%;
	background-color: #fff;
	width: 58px;
	height: 58px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-items: center;
	display: -webkit-flex;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #7bccf1;
}

.resourcesImg {
	max-width: 43px; 
	max-height: 43px;
}
.resourcesp {
	text-align: center;
	color: #0178aa;
	font-size:13px;
	font-weight:bold;
	margin-top: 10px;
}

@media (min-width:992px) and (max-width:1199px){

	
}
@media (min-width:768px) and (max-width:991px){

	
}
@media (max-width:767px){
	.header{
		display: none;
	}
	.bg{
		height: auto;
		background-size: cover;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background: #fff;
	}
	.bg .tab-content{
		margin: 0;
		padding: 15px;
		height: auto;
	}
	.bg .tab-content>.img{
		display: none;
	}
	.navbar-default .navbar-nav>li>a{
		font-size: 14px;
		font-weight: normal;
		padding: 10px;
		letter-spacing: 3px;
	}
	.logo img{
		width: 200px;
		margin: 8px 0 0 10px;
	}
	.homepage .a li{
		width: 33.333%;
	}
	#ifocus_btn{
		display: none;
	}
	#ifocus_pic,#ifocus_piclist li,#ifocus_piclist,#ifocus_piclist img{
		width: 100%;
	}
	.homepage .b .col-lg-6 ul{
		margin: 15px 0;
	}
	.homepage .b .col-lg-6 li a{
		width: 60%;
	}
	.homepage .b .col-lg-1{
		position: fixed;
		right: 0;
		top: 50%;
		z-index: 999;
		padding: 0;
	}
	.homepage .b .col-lg-1 .btn{
		display: block;
	}
	.homepage .c .box{
		margin-bottom: 15px;
	}
	.homepage .e .t_c{
		margin-bottom: 20px;
	}
	.navbox .dropdown-menu{

		position: static;
		margin-bottom: 10px;
	}
	.navbox .dropdown-menu li{
		width: 50%;
	}
	.userpage .a .col-lg-9 .box{
		height: auto;
	}
	.userpage .b .media-body, 
	.userpage .b .media-left, 
	.userpage .b .media-right,
	.userpage .c .media-body,
	.userpage .c .media-left, 
	.userpage .c .media-right	{
		display: block;
		width: 100%;
	}
	.userpage .b .media-object{
		margin: 15px 0;
	}
	.userpage .c .box .media-object{
		margin-bottom: 15px;
	}
	.info_page .right,.info_page .left,.baogao .left,.baogao .right{
		width: auto;
		margin: 0 15px;
		float: none;
	}
	.ztpage a{
		margin-top: 20px;
	}
	.ztpage a img{
		height: 50px;
	}
	.baogao .right .a .box li,.baogao .right .c li{
		width: 50%;
		padding: 7px;
	}
	.baogao .right .c-1 li{
		width: 50%;
	}
	.baogao .right .a .box ul{
		margin: -7px -7px -7px 20px;
	}
	.searvicepage .a .col-md-3 li{
		line-height: 97px;
	}
	.totop {
		margin: 0;
		right: 0;
		bottom: 100px;
	}
	.notice{
		padding: 0 15px;
	}
	.left_big,.right_sm,.r_box1{
		width: auto;
		float: none;
	}
	.r_box{
		margin: 0;
	}
	.r_box ul li .media-body>div{
		line-height:26px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.article .col-lg-9 .a .ft a,.article .col-lg-9 .b >ul>li .flex a,.r_box ul li .flex a{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.article .col-lg-9 .b >ul>li li,.article .col-lg-9 .a .hd1 li{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		line-height: 24px;
	}
	.userico{
		right: 15px;
	}
	.booknotice-floor .flex{
		display: block;
	}
	.tecang .c .box .media-body,.tecang .c .box .media-left,.tecang .c .box .media-right{
		display: block;
		width: 100%;
		padding: 0;
	}
	.tecang .c .box .media-object{
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	

}
.aboutUsicon1{
background: url(../image/icon1.png) center no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 14px;
    display: inline-block;
    margin-right: 6px;
}
.aboutUsicon2{
background: url(../image/icon2.png) center no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 14px;
    display: inline-block;
    margin-right: 6px;
}
.aboutUsa {
	margin: 0px;
	font-weight: bold;
	color: #0d84b6;
	display: inline-block;
	margin-bottom: 0;
	font-size: 16px;
	text-align: left;
	 padding: 0px 12px;
	height: 40px;
	line-height: 40px;
}

.aboutUsactive {
	font-weight: bold;
	background-color: #9ddbf8;
	display: inline-block;
	margin-top: -1px;
	font-size: 16px;
	text-align: left;
	padding: 0px 12px;
 	height: 41px;
 	line-height: 41px;
 	border: 1px solid #9ddbf8;
 }

.aboutUsa:focus {
	color: #0d84b6;
	outline: none;
}
.aboutUsactive:focus {
	color: #0d84b6;
	outline: none;
}
.aboutUsactive:hover {
	color: #0d84b6;
	outline: none;
}
.aboutUsnavDiv{
	margin-top: 20px;
	background-color: #fff;
	border: 1px solid #9ddbf8;
	border-radius: 4px;
	height: 41px;
	line-height: 41px;
}
.xsHideBorderRight{
	border-right: 1px solid #9ddbf8;
}
#feiendlyLinkList a:hover {
    text-decoration: none;
    color: #049cdc !important;
}
.marktip{
	background-color: rgb(255 255 255 / 50%);
	height:20px;
    line-height: 20px;
    display: inline-block;
    padding: 0 4px;
    font-weight: normal;
    color: #f2a039 !important;
    font-size: 11px;
    letter-spacing: 0;
    border: 1px solid #f2a039;
    border-radius: 10px;
    -webkit-transform: scale(.9);
}
.marktipBlue{
	background-color: rgb(255 255 255 / 50%);
	height:20px;
    line-height: 20px;
    display: inline-block;
    padding: 0 4px;
    font-weight: normal;
    color: #0098fb !important;
    font-size: 11px;
    letter-spacing: 0;
    border: 1px solid #0098fb;
    border-radius: 10px;
    -webkit-transform: scale(.9);
}
@media (min-width:992px) and (max-width:1199px){
	.homepage .b .col-lg-1 {
		    position: fixed;
		    top: 190px;
		    right: 0;
		    width: 38px;
		    padding: 0;
	}
	
}

@media  (min-width: 1200px){
	.homepage .b .col-lg-1 {
		    position: fixed;
		    top: 190px;
		    right: 50%;
		    margin-right: -659px;
		    width: 38px;
		    padding: 0;
	}
}
@media ( min-width : 768px) {

	
}
	.navUseName{
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		white-space: nowrap;
		width: auto;
		max-width:80px;
		display: inline-block;
		vertical-align: bottom;
	}
@media ( max-width : 767px) {
	.navUseName{
			max-width:70px;
}
	.tecang .b {
		padding: 20px;
	}
	.tecang .c .box .media-left img {
		width: 100% !important;
		height: auto !important;
	}
	.tecang .c .box .media-body {
		margin-top: 10px;
	}
	.tecang .d {
		padding: 40px 65px;
	}
	.englishLetter a {
		display: inline-block;
		text-align: center;
		width: auto !important;
		margin-right: 9px;
	}
	.xsHideBorderRight {
		border-right: none !important;
	}
	.aboutUsnavDiv {
		height: auto;
	}
	#feiendlyLinkList li {
		display: block;
		width: 100% !important;
		clear: both;
	}
	#hideMargin {
		margin-top: 20px !important;
	}
	.navbar-default .navbar-nav .visible-xs a:after{
	border-bottom:0px !important;
	}
}