@charset "utf-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, hr, p, a, samp, strong, blockquote, dl, dt, dd, ul, ol, li, pre, form, label, table, tbody, tr, th, td, img {
  border: 0 none;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: '思源黑体';
  list-style-type: none;
  line-height: 150%;
  letter-spacing: 1px;
}

body {
  background: #f7f7f7;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  max-height: 100%;
}
a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding: 0;
}
.fc{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: -webkit-center;
  align-items: -moz-center;
  align-items: center;
}
.fl{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}


.container{
  margin: 0 auto!important;
  display: block;
}
.head{
  background: #005eac;

}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  line-height: 1;

  z-index: 999;
/*  position: absolute;*/
  top: 0;
  right: 0;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;

  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
 display: inline-block;

}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 1rem 1.5rem;
  width: auto;
  text-align: center;
  font-size: 0.9rem;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:last-child a{
  border: 0
}
#cssmenu > ul > li > a img{
  width: 25px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #fff;
  background: #005499;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
   top: 47px;

}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
 
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: auto;
  width: 100%;
}
#cssmenu ul ul li a {
  padding: 13px 0;
  border-bottom: 1px solid #eee;
  width: 7.2rem;
  display: block;
  font-size: 14px;
  background: #fff;
  text-decoration: none;
  color: #333;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  text-align: center;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
  background: #005499
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;

}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
  
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    text-align: center;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px;
    font-size: 14px;
    color: #fff;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #fff;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;

  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 25px;
    height: 2px;
    background: #999;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 23px;
    right: 20px;
    display: block;
    width: 25px;
    height: 10px;
    border-top: 3px solid #999;
    border-bottom: 3px solid #999;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;

  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}
.top_box_left img{
  max-width: 18rem;
}


.banner_li{
  position: relative;
}
.top{
  background: #fff;
  padding: 1rem 0;
}

.head_left img{ 
  max-width: 80px;
}

.top_box_r1_img img{
  width: 2rem;
  display: block;
  margin-right: 0.5rem;
}
.top_box_r1_text .p1{
  color: #333;
  font-size: 0.9rem;
  font-weight: 600
}
.top_box_r1_text .p2{
  color: #999;
  font-size: 0.8rem;
}

.head_right{
  position: relative;
}

.search img{
  width: 1rem;
  cursor: pointer;
}

.top_box_center input.jsk{
  border: 1px solid #7a9dc9;
  height: 2rem;
  line-height: 2rem;
  padding-left: 1rem;
  background: none;
  font-size: 0.9rem;
  border-radius: 3rem;
  width: 100%;
}
.top_box_center input.js {
    position: absolute;
    right: 23px;
    top: 10px;
}
.top_box_center input::placeholder{
	color: #7a9dc9;
}
.top_box_center{
	margin-top: 0.5rem;
	text-align: right;
}
.top_box_center a{
  display: inline-block;
  height: 2rem;
  line-height: 2rem;

  font-size: 0.9rem;
  width: 2.5rem;
 
}
.top_box_center a img{
    width: 0.9rem;
    height: auto;
    margin-left: 0.5rem
}

.top_box_right{
  color: #999;
  font-size: 0.8rem;
}
.top_box_right span{
  font-weight: bold;
  color: #004cac;
  font-size: 1rem;
}

.top_box_center{
	position: relative;
}
.top_box_center a{
	position: absolute;
	right: 0.7rem;
	top: 0;
	
}
.top_box_center input.jsk{
	outline: none;
	color: #fff;
}

.index_banner_li{
	position: relative
}
.index_banner_li_f{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 1.5rem;
	color: #333;
}
.index_banner_li_f span{
	display: block;
	text-align: center;
	color: #888;
	font-size: 1rem;
}
.n_news_t{
	font-size: 0.95rem;
	color: #222;
	margin-bottom: 1rem;
}
.n_news{
	padding: 1rem 0;
}
.n_news_box{
	background: #fff;
	padding: 1rem;
	background: url('/jzgcxy/images/news_bj.png') bottom #fff no-repeat;
}

.n_news_t a{
	font-size: 0.95rem;
	color: #444;
	display: inline-block;
	padding: 0 0.2rem;
}
.n_news_t a:hover{
	color: #005eac;
}

.n_news_box{
	display: flex;
}
.n_news_right{
	flex: 1;
}
.n_news_left{
	margin-right: 2rem;
	width: 10rem;
}

.n_news_left ul li a{
	display: flex;

	align-items: center;
	padding-bottom: 1.5rem;
	font-size: 0.95rem;
	color: #000;
	position: relative;
	left: -5px;
	top: -8px;
	font-weight: bold;
}
.n_news_left ul li a:hover{
	color: #005eac;
}
.n_news_left ul li:last-child a{
	padding-bottom: 0;

}
.n_news_left ul{
	border-left: 1px solid #eee;
	position: relative;
	margin-bottom: -20px;
}
.n_news_left ul li a .s1{
	display: inline-block;
	width: 10px;
	margin-right: 1rem;
}
.n_news_left ul li a .s2{
	display: inline-block;
	width: 10px;
}
.n_news_left ul li a .s2 img{
	display: none;
}
.n_news_left ul li a.on .s2 img{
	display: block;
}
.n_news_left ul li a.on{
	color: #005eac;
}




.n_news_right_li{
	display: flex;
	border-bottom: 1px solid #eee;
	padding: 2rem 0;
}
.n_news_right_li .dleft{
	width: 14rem;
	margin-right: 2rem;
}
.n_news_right_li .dright{
	flex: 1;
}

.n_news_right_li .dright .d1{
	font-size: 1rem;
	font-weight: bold;
	color: #333;
}

.n_news_right_li .dright .d2 img{
	width: 0.7rem;
	height: 0.7rem;
	margin-right: 0.2rem;
}
.n_news_right_li .dright .d2{
	font-size: 0.8rem;
	color: #999;

}
.n_news_right_li .dright .d3{
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 1rem;
	padding: 0.5rem 0;
}
.n_news_right_li .dright .d4{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.n_news_right_li .dright .d4_1 img{
	width: 0.8rem;
	height: 0.6rem;
	margin-right: 0.2rem;
}
.n_news_right_li .dright .d4_1 {
	font-size: 0.8rem;
	color: #999;
}
.n_news_right_li .dright .d4_2 a{
	font-size: 0.9rem;
	color: #fff;
	background: #005eac;
	padding: 0.5rem 1.3rem;
	border-radius: 0.2rem;
}

.n_news_right_li .dright .d4_2 a:hover{
	opacity: 0.8;
}
.next{
	text-align: center;
	margin: 1rem 0;
}
.next a{
	font-size: 0.95rem;
	color: #000;
	display: inline-block;
	margin:0.5rem 0.2rem;
	width: 1.8rem;
	height:1.8rem;
	text-align: center;
	line-height: 1.8rem;
	border-radius: 50%;
}

.next a.on{
	background: #005eac;
	color: #fff;
}

.next a:hover{
	background: #005eac;
	color: #fff;
}

.footer{
	background: url('/jzgcxy/images/footer_banner.jpg') no-repeat;
	background-size: 100%100%;
	padding-top: 2rem;
}
.footer_li .d1 {
	padding-top: 1rem;
	margin-bottom: 0.4rem;
	
}
.footer_li .d1 img{
	width: auto;
	height: 2rem;
}
.footer_li .d2 {
	font-size: 0.85rem;
	color: #b8cce7;
	padding: 0.3rem 0;
}
.footer_li .d2 img {
	width: 1rem;
	height: 1rem;
	display: inline-block;
	margin-right: 0.2rem;
}

.footer_li1 .d1{
	display: inline-block;
	width: 30%;
	margin: 1% 1% 2% 1%;
	
}
.footer_li1 .d1 img{
	display: block;
	margin: 0 auto;
	background: #fff;
	padding: 5px;
}
.footer_li1 .d1 span{
	display: block;
	text-align: center;
	font-size: 0.85rem;
	color: #b8cce7;
}


.footer_li2 .dt{
	font-size: 1.2rem;
	color:#fff;
	font-weight: bold;
	padding-bottom: 0.5rem;
}
.footer_li2 .dd a{
	display: inline-block;
	font-size: 0.85rem;
	color: #b8cce7;
	padding: 0.3rem;
}
.footer_li2 .dd a:hover{
	color: #fff;
}
.footer_text{
	text-align: center;
	border-top: 1px solid #0049a6;
	font-size: 0.85rem;
	color: #b8cce7;
	padding: 1rem;
}




.n_news_det_left{
	flex: 1;
}
.n_news_det_right{
	width: 15rem;
	margin-left: 2rem;
}
.n_news_det_left .d1{
	font-size: 1.3rem;
	font-weight: bold;
	color: #333;
        text-align: center;
}

.n_news_det_left .d2{
	font-size: 0.85rem;
	color: #888;
	display: flex;
	padding: 0.5rem 0;
}
.n_news_det_left .d2 span{
	display: flex;
	align-items: center;
	padding-right: 0.5rem;
}
.n_news_det_left .d3 p{
	text-indent: 2em;
	font-size: 0.9rem;
	color: #555;
	padding: 0.5rem 0;
}
.n_news_det_left .d3 p img{
	display: block;
	margin: 0 auto;
}

.n_news_det_right .dli a{
	display: flex;
	margin-bottom: 1rem;
}

.n_news_det_right .dli a .dli_left{
	width: 4rem;
	height: 4rem;
	
	margin-right: 0.5rem;
}
.n_news_det_right .dli a .dli_left img{
	width: 5rem;
	height: 5rem;
	border-radius: 0.2rem;
}
.n_news_det_right .dli a .dli_right{
	flex: 1;
}
.n_news_det_right .dli a .dli_right .d1_1{
	font-size: 0.9rem;
	line-height: 120%;
	color: #333;
	padding-bottom: 0.3rem;
}
.n_news_det_right .dli a .dli_right .d1_2{
	font-size: 0.8rem;
	color: #888;
}

.n_news_det_right .dli a:hover .dli_left{
	color: #0049a6;
}


.banner{
	height: 30rem;
	display: block;
	width: 100%;
}
.banner_li img{
	display: block;
	width: 100%;
	height: 100%;
}



.banner .swiper-pagination1 .swiper-pagination-bullet{
	width: 3rem;
	border-radius: 0;
	height: 0.2rem;
	opacity: 1;
	background: #fff;
}
.banner .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #005eac;
}


.index_news_t{
	font-size: 2rem;
	color: #333;
	padding: 3rem 1rem;
	text-align: center;
}
.index_news_t span{
	display: block;
	text-align: center;
	font-size: 0.9rem;
	color: #999;
}
.index_news_t.bai{
	color: #fff;
}
.index_news_t.bai span{
	color: #fff;
}
.news_swiper_li{
	
	height: 26rem;
	display: block;
}
.news_swiper_li a{
	position: relative;
	margin-right: 1rem;
	display: block;
	width: 100%;
	height: 100%;	
}

.news_swiper_li a img{
	width: 100%;
	height: 100%;
	display: block;
}
.news_swiper_li a .dd{
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	padding: 0.5rem;
	font-size: 0.9rem;
	color: #fff;
	display: block;
	width: 100%;
}



.news_swiper .swiper-pagination2 .swiper-pagination-bullet{
	width: 0.3rem;
	border-radius: 50%;
	height: 0.3rem;
	opacity: 1;
	background: #999;
}
.news_swiper .swiper-pagination2{
	text-align: right;
}
.news_swiper .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #fff;
	width: 0.7rem;
	border-radius: 2px;
	height: 0.25rem;
}

.index_news_right ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
}
.index_news_right_more{
	text-align: right;
	margin-bottom: 0.5rem;
}
.index_news_right_more a{
	display:inline-block;
	font-size: 1.1rem;
	color: #005499;
	font-weight: bold;
	
}
.index_news_right_more a span{
	font-size: 0.85rem;
	margin-left: 0.2rem;
}
.index_news_right ul li a img{
	margin-right:0.7rem;
	margin-top: -0.2rem;
}
.index_news_right ul li a .s1{
	display:inline-block;
	font-size: 0.85rem;
	color: #444;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 80%;


}
.index_news_right ul li a .s2{
	display:inline-block;
	font-size: 0.85rem;
	color: #999;

}
.index_news_right ul li a:hover .s1{
	color: #005499;
}
.index_news_right ul li a{
		margin-bottom: 1rem;
			padding-bottom: 1rem;
}
.index_body{
	
	background: #fff;
}

.index_news_right{
	padding-left:2rem;

}
.index_news1{
	padding-bottom:3%;
	
		clear:both;
		overflow: hidden;
}
.index_news{
	
	clear:both;
/* 	overflow: hidden; */
}

.index_notice_1 {
	padding-right: 1rem;
}
.index_notice_1 .dd_li a{
	display: flex;
	margin-bottom: 1rem;
	padding: 1rem;
	background: #f5f5f5;
}

.index_notice_1 .dd_li a .dd_left{
	width: 7rem;
}
.index_notice_1 .dd_li a .dd_right{
	flex: 1;
	margin-left: 1rem;
}

.index_notice_1 .dd_li a .dd_left img{
	width: 7rem;
	height: 7rem;
	display: block;
}
.index_notice_1 .dd_li a .dd_right .d1{
	font-size: 1rem;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	height: 3.4rem;
	margin-bottom: 0.5rem;
}
.index_notice_1 .dd_li a .dd_right .d2{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index_notice_1 .dd_li a .dd_right .d2 .d2_1{
	color: #888;
	font-size: 0.9rem;
	text-align: center;
}
.index_notice_1 .dd_li a .dd_right .d2 .d2_1 span{
	color: #005eac;
	font-size: 1.5rem;
	display: block;
}

.index_notice_1 .dd_li a .dd_right .d2 .d2_2 img{
	width: 1.5rem;
}
.index_notice_1 .dd_li a:hover{
	background: #005499;

}

.index_notice_1 .dd_li a:hover .dd_right .d1{

	color: #fff!important;
}
.index_notice_1 .dd_li a:hover .dd_right .d2 .d2_1 span{

	color: #fff!important;
}
.index_notice_1 .dd_li a:hover .dd_right .d2 .d2_1 {

	color: #fff!important;
}

.index_notice_2 .dd_li{
	width: 50%;
	display: inline-block;
	float: left;
}
.index_notice_2 a{
	display: flex;
	background: #f5f5f5;
	padding: 1.2rem 1rem;
	margin: 0 0.5rem 1rem 0.5rem ;
}

.index_notice_2 a .dd_left{
	width: 5rem;
	color: #888;
	font-size: 0.9rem;
	text-align: center;
	border-right: 1px solid #999;
	margin-right: 1rem;
}
.index_notice_2 a .dd_left span{
	color: #005eac;
	font-size: 1.5rem;
	display: block;
}
.index_notice_2 a .dd_right{
	flex: 1;
	font-size: 1rem;
	font-weight: bold;
	color: #333;
}
.index_notice_2 a .dd_right .d1{
	height: 3.6rem;
	overflow: hidden;
}

.index_notice_2 a:hover{
	background: #005499;
}
.index_notice_2 a:hover .dd_left span{
	color: #fff;
}
.index_notice_2 a:hover .dd_left{
	color: #fff;
	border-right: 1px solid #fff;
}
.index_notice_2 a:hover .dd_right{
	color: #fff;
}
.index_notice{
	padding-bottom: 5%;
	clear: both;
	overflow: hidden;
}

.index_specialty{
	display: flex;
}
.index_specialty_li{
	flex: 1;
        width:200px;
}
.index_specialty_li a{
	margin: 0.5rem;
	display: block;
	position: relative;
	overflow: hidden;
}
.index_specialty_li a .img{
	width: 100%;
	display: block;
	height: auto;
}
.index_specialty_li a .d2{
	position: absolute;
	top: 150%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: rgba(0, 84, 153, 0.7);
	width: 100%;
	padding: 1rem;
	height: 100%;

}
.index_specialty_li a .d2 .p1{
	color: #fff;
	font-size: 1.2rem;
	padding-bottom: 0.5rem;
}
.index_specialty_li a .d2 .p2{
	color: #a0b7cc;
	font-size: 0.95rem;
}
.index_specialty_li a .d1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
}
.index_specialty_li a .d1 span{
	display: block;
	text-align: center;
	font-size: 1.1rem;
	color: #fff;
	padding-top: 25%;
}
.index_specialty_li a .d1 img{
	display: block;
	margin: 2rem auto;
}

.index_specialty_li a:hover .d1{
	top: -100%;
	transition: 0.8s;
}
.index_specialty_li a:hover .d2{
	top: 50%;
	transition: 0.8s;
}


.index_specialty{
	padding-bottom: 5%;
}


.index_sshj{
	background: url('/jzgcxy/images/img6.jpg') no-repeat;
	background-size: 100%100%;
	
}
.sshj_banner{
	padding-bottom: 5%;
}

.sshj_banner_li a{
	display: block;
	background: #fff;
	border-radius: 0.5rem;

}
.sshj_banner_li a img{
	display: block;
	width: 100%;
	height: 15rem;
	border-radius: 0.5rem 0.5rem 0 0;
}
.sshj_banner_li a span{
	font-size: 0.9rem;
	color: #333;
	text-align: center;
	padding: 0.5rem;
	display: block;
}

.sshj_banner_li a:hover span{
	background: #005499;
	color: #fff;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background: url('/jzgcxy/images/left.png') no-repeat;
	
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background: url('/jzgcxy/images/right.png') no-repeat;
}


.gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 30rem;
}
.gallery-wrap .item {
	position: relative;
}
.gallery-wrap .item .img_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gallery-wrap .item .img_bg img{
	width: 100%;
	height: 100%;
	display: block;
	 object-fit:cover
}
.gallery-wrap .item .d2{
	display: none;
}
.gallery-wrap .item .d1 img{
	width: 1.2rem;
	margin-bottom: 0.5rem;
}
.gallery-wrap .d1{
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	width: 1.2rem;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
}
.gallery-wrap .d2{
	position: absolute;
	top: 10%;
	left: 10%;
	width: 50%;
	color: #fff;
	font-size: 1rem;
	display: flex;
	

}
.gallery-wrap .d2 .d2_1{
	margin-right: 1rem;
	font-size: 1.2rem;
	font-weight: bold;
	width: 1rem;
}
.gallery-wrap .d2 .d2_2 img{
	display: block;
	margin-bottom: 1rem;
}
.item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease;
  position: relative;
}
.item:hover {
  flex: 4;
}
.gallery-wrap .item:hover .d2{
	display: flex;
}
.gallery-wrap .item:hover .d1{
	display: none;
}

/* .item-1 {
  background: url('/jzgcxy/images/img3.jpg') no-repeat;
}

.item-2 {
  background: url('/jzgcxy/images/img3.jpg')no-repeat
}

.item-3 {
 background: url('/jzgcxy/images/img3.jpg')no-repeat
}

.item-4 {
 background: url('/jzgcxy/images/img3.jpg')no-repeat
}

.item-5 {
  background: url('/jzgcxy/images/img3.jpg')no-repeat
} */
.index_xsfc{
	padding-bottom: 5%;
}

























@media(min-width: 1500px){
  .container{
    min-width: 1400px;
  }
}

@media(min-width: 770px){
  .sj{
    display: none
  }
}
@media(max-width: 770px){
	.index_news_right ul li a .s1{
		width: 75%;
	}
	#cssmenu ul ul li a{
		border-bottom: 1px solid #555;
	}
	#cssmenu ul ul{
		top: 0;
	}
	.gallery-wrap .d2{
		width: 80%;
	}
	.sshj_banner_li a img{
		height: auto;
	}
	.index_notice_2 .dd_li{ 
		width: 100%;
	}
	.index_notice_2 a .dd_right{
		font-size: 1rem;	
	}
	.index_notice_2 a .dd_right .d1{
		height: auto;
	}
	.index_specialty{
		display: block;
	}
	.index_specialty .index_specialty_li{
		width: 50%;
		display: inline-block;
		float: left;
	}
	.index_specialty_li a .d1 span{
		font-size: 1rem;
	}
	.index_specialty_li a .d2 .p1{
		font-size: 1rem;
	}
	.index_specialty_li a .d2 .p2{
		font-size: 0.85rem;
	}
	.banner{
		height: auto;
	}
	.banner .swiper-pagination1 .swiper-pagination-bullet{
		width: 2rem;
	}
	.news_swiper_li{
		height: auto;
	}
	.index_news_right{
		margin: 1rem 0;
		padding-left: 0;
	}
	.index_news_right ul li a .s2{
		font-size: 0.8rem;
	}
	.index_notice_1 .dd_li a .dd_right .d1{
		font-size: 0.95rem;
		height: auto;
	}
	.index_news_t{
		padding: 1.5rem 1rem;
		font-size: 1.3rem;
	}
	.n_news_det_left .d1{
		font-size: 1rem;
	}
	.n_news_det_left .d3 p{
		font-size: 0.8rem;
	}
	.n_news_det_right{
		width: 100%;
		margin-left: 0;
	}
	.footer_li1{
		padding: 0.5rem 0;
	}
	.footer_li2 .dt{
		font-size: 1rem;
	}
	.n_news_left{
		width: auto;
		margin-right: 0;
	}
	.n_news_right_li{
		display: block;
	}
	.n_news_right_li .dleft{
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.index_banner_li_f{
		font-size: 1.1rem;
	}
	.index_banner_li_f span{
		font-size: 0.9rem;
	}
	.swiper-button-next, .swiper-button-prev{
		width: 15px;
		height: 25px;
		background-size: 15px 25px;
	}
  .top_box_center input.jsk{
     height: 2rem;
    line-height: 2rem
  }
  .top_box_center a{
    height: 2rem;
    line-height: 2rem
  }
  .top_box_center a img{
    height: 1.2rem;
    width: 1.2rem;
  margin-left: 0.6rem
  }
  #cssmenu #menu-button::after{
 
    background: #333
  }
  #cssmenu #menu-button::before{

    border-top: 2px solid #333; 
    border-bottom: 2px solid #333;
  }

  #cssmenu ul{
    position: absolute;
    background: #000;
    width: 100%;

    transition: 1s;
    right:0;
	   z-index: 99;
  }
  .n_news_box{
	  display: block;
  }
  .top_box_right{
	  display: none;
  }
  .top_box_center{
	  display: none;
  }
  .top_box_center input.jsk{
    display: inline-block;
    position: relative;
    z-index: 99999
  }
  .top_box_center a{
    display: inline-block;
    position: relative;
    z-index: 99999
  }
  .head_right{
    margin-top: -3.5rem
  }
  .head{
    background: #fff;
  }

  .sj{
    display: block;
  }


}






/*使用transition属性*/
.border {
border: 2px solid black;
transition: border-color 0.5s ease-in-out;
}
.border:hover {
border-color: red;
}
/*使用animation属性*/
.border {
border: 2px solid black;
animation: border 1s infinite alternate;
}
@keyframes border {
from {
border-color: red;
}
to {
border-color: yellow;
}
}