*,*:after,*:before{
	margin:0;
	padding:0;
	list-style:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;}
*:after{
	clear:both;}
body{
	font:normal 14px/20px Arial,'Times New Roman','Microsoft YaHei',SimHei,serif;
	width:100%;
	background:url(../images/htmlbg.jpg) repeat-x;}

img{
	border:0;}
a{
	text-decoration:none;
	color:#333;}
a:hover{
	text-decoration: none;
	cursor:pointer;}
ul,li{
	padding:0px;
	margin: 0px;}
.clear{
	clear:both;}
@media(max-width:720px){
	body{
		font-size:12px;}
}
@media(max-width:768px){
	body,header,.main{
		width:100%;
		overflow-x:hidden;}
}

/*顶部*/
header{
	width:100%;
	padding-top:20px;
	padding-bottom:5px;}
.topright{
	text-align: right;
	line-height:28px;
	margin-top:25px;}
.searchInput{
	width: 150px;
	height: 28px;
	background: #fff;
	color: #d4d4d4;
	border:0px;
	padding:0px 8px;
	display:inline-block;
	vertical-align:top;
	border-radius: 15px 0px 0px 15px;
	-webkit-border-radius: 15px 0px 0px 15px;
	-moz-border-radius: 15px 0px 0px 15px;
	-o-border-radius: 15px 0px 0px 15px;}
.searchBtn{
	background: #fff;
	text-align: center;
	border: 0px;
	height: 28px;
	font-size: 14px;
	color:#43afe9;
	padding:0px 10px;
	display:inline-block;
	vertical-align:top;
	border-radius: 0px 15px 15px 0px;
	-webkit-border-radius: 0px 15px 15px 0px;
	-moz-border-radius: 0px 15px 15px 0px;
	-o-border-radius: 0px 15px 15px 0px;
	border-left:1px solid #d4d4d4;
	margin-right:60px;}
header .row{
	margin:0px;}
.logo-menu{
	padding-bottom: 10px;}
.logo img{
	width:90%;}
.logo-menu .col-md-4,.logo-menu .col-md-8,.menu .col-md-12{
	padding:0px;}
@media(min-width:1200px){
	header .container{
		width:1200px;}
}
@media(max-width:1024px){
	.searchBtn{
		margin-right: 20px;}
}
@media(max-width:768px){
	.logo img{
		width:100%;}
	.logo-menu{
		padding-bottom: 0px;}
}
@media(max-width:720px){
	.logo img{
		width:70%;
		margin-top:0px;}
	.topright{
		padding-right:0px;}
}
@media(max-width:414px){
	.logo img{
		width:100%;
		margin-top:0px;}
	.searchInput{
		width: 100px;}
	.topright{
		margin-top: 10px;}
	.searchBtn{
		margin-right: 10px;}
}
@media(max-width:413px){
	.logo{
		width: 55%;}
	.searchInput{
		width: 75px;
		font-size: 12px;}
	.topright{
		margin-top: 0px;
		width:45%;}
	.searchBtn{
		margin-right: 0px;
		padding:0px 5px;
		font-size: 12px;}
}

/*menu*/
.menu{
	width: 100%;
	border-top:1px dotted #bee9fc;
	border-bottom:1px dotted #bee9fc;
	padding:5px 0px;}
/*:root .gradient{filter:none;}*/
#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{
	background: #13a1ea;
	border-radius: 25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-o-border-radius:25px;}
#cssmenu > ul{
	padding-left: 10px;}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;}
#cssmenu #menu-button {
  display: none;}
#cssmenu {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;}
#cssmenu > ul > li {
  float: left;
  padding:15px 0px;}

#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: 0px 42px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  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:hover,
#cssmenu > ul > li.active{
  background:#52bcff;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius:10px 10px 0px 0px;
  -moz-border-radius:10px 10px 0px 0px;
  -o-border-radius:10px 10px 0px 0px;
  padding-top: 10px;
  margin-top: 5px;}
#cssmenu > ul > li:hover a,
#cssmenu > ul > li.active a{
	color: #fff;}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  padding-top:5px;
  z-index: 999999999;}
#cssmenu li:hover > ul {
  left: auto;}
#cssmenu.align-right li:hover > ul {
  right: 0;}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;}
#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: 32px;}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 148px;
  font-size: 16px;
  background: #52bcff;
  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;
  text-align: center;}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
  background-color: #d8ab02;}
#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;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;}
@media(max-width:1024px) and (min-width:992px){
	
	header .container{
		width:100%;}
	#cssmenu{
		left:10px;}
	#cssmenu > ul > li {
		padding:0px 8px;}
	#cssmenu > ul > li:last-child {
		padding-right:0px;}
	#menu-line {
		margin-left:8px;}
}
@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) {
.menu{
	background: none;
	box-shadow: 0px;
	border-radius: 0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-o-border-radius:0px;
	border:none;}
#cssmenu {
  width: 100%;
  left:0;
  top:0;}
#cssmenu>ul {
	margin-top:10px;
	padding-left: 0px;}
#cssmenu ul {
    width: 100%;
    display: none;
	background: #fff;
	padding:0px;}
#cssmenu > ul > li {
	padding:0px;}
#cssmenu > ul > li > a {
	font-size:14px;
	color: #000;}
#cssmenu > ul > li:hover,
#cssmenu > ul > li.active{
  background:#fff;
  padding-top: 0px;
  margin-top: 0px;
  border-radius: 0px;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  -o-border-radius:0px;}
#cssmenu > ul > li:hover a,
#cssmenu > ul > li.active a{
	color: #000;}
  #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;
    border-top: 1px solid rgba(120, 120, 120, 0.15);}
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
	padding:10px;}
  #cssmenu>ul>li{
	padding-left:10px;}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;}
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;}
  #cssmenu ul ul li a {
    padding: 10px 20px 10px 30px;
    font-size: 14px;
    color: #000000;
    background: none;
	  text-align: left;}
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;}
  #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: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;}
  #cssmenu #menu-button::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;}
  #cssmenu #menu-button::before {
    content:"";
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 15px;
    height: 8px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;}
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
	height:36px;
    width: 36px;
    cursor: pointer;}
  #cssmenu .submenu-button::after {
    content: "";
    position: absolute;
    top: 11px;
    left: 16px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;}
  #cssmenu .submenu-button::before {
    content: "";
    position: absolute;
    left: 11px;
    top: 16px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;}
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;}
}
@media(max-width:768px){
	.logo{
		margin-top:0px;}
}
@media(max-width:414px){
	.menu{
		margin-top:-25px;
		background:none;
		margin-bottom:10px;}
	.menu #cssmenu{
		background:none;}
}

/*banner*/
.banner{
	margin-top:10px;}
.banner img{
	width: 100%;}
.carousel-indicators{
	margin-bottom:-10px;}

/*main*/
.main{
	width:100%;
	background:url(../images/fhh.jpg) right top no-repeat;
	margin-top:-170px;
	padding-top:200px;}
@media(max-width:1440px){
	.main{
		width:100%;
		background:url(../images/fhh-1200.jpg) right top no-repeat;
		margin-top:-100px;
		padding-top:140px;}
}
@media(max-width:1024px){
	.main{
		background: none;}
	.main .container{
		padding:0px;}
}
@media(min-width:1200px){
	.main>.container{
		width:1200px;}
}
.main .row{
	margin:0px;}
.main .container-fluid{
	padding:0px;
	padding-top:10px;}
.main>.container>.row>.col-md-4,.main>.container>.row>.col-md-6,.main>.container>.row>.col-md-2,.main>.container>.row>.col-md-10,.main>.container>.row>.col-md-12{
	padding:0px;}
.main>.container>.row>.col-md-4{
	padding-left:15px;
	padding-right:15px;}
.notice .col-md-3,.notice .col-md-8{
	padding:0px;}

.title01,.title02,.title03,.title04{
	width:40px;
	border-radius:40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	height:40px;
	background:#4abdee;
	color:#fff;
	display:inline-block;
	text-align:center;
	line-height:40px;
	margin-left:5px;
	font-size: 16px;}
.title02{
	background:#23d5bd;}
.title03{
	background:#fcac34;}
.title04{
	background:#f884b6;}
.txtScroll-left{ width:100%;  position:relative;  line-height:40px;border-radius:15px;-webkit-border-radius: 15px;-moz-border-radius:15px;-o-border-radius:15px;border:1px dotted #386fc1;background:#fff; margin-top: 5px;}
.txtScroll-left .bd{ width:100%; overflow:hidden;}
.txtScroll-left .bd ul{ overflow:hidden; zoom:1; width: 100%;}
.txtScroll-left .bd ul li{  float:left;text-align: right; _display:inline; width: 100%;}
.txtScroll-left .bd ul li span{ color:#686868; padding-right: 15px; width: 20%;}
.txtScroll-left .bd ul li a{width:80%;float:left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding-left:15px; color:#686868; text-align: left;}

@media(max-width:1024px){
	.notice .col-md-3{
		width: 32%;}
	.notice .col-md-8{
		width: 60%;}
	
}
@media(max-width:1024px){
	.notice .col-md-3{
		width: 32%;}
	.notice .col-md-8{
		width: 68%;}
	
}
@media(max-width:768px){
	.notice .col-md-3{
		width: 32%;}
	.notice .col-md-8{
		width: 68%;}
	.main>.container>.row>.col-md-2,.main>.container>.row>.col-md-10{
		padding:0px 15px;}
}
@media(max-width:767px){
	.main{
		padding-top: 120px;}
	.notice .col-md-3{
		width: 100%;
		padding:0px 15px;}
	.notice .col-md-8{
		width: 100%;
		padding:0px 15px;}
	.notice-title{
		width: 70%;}
	.notice-date{
		width: 30%;}
	.notice img{
		width: 70px;}
	.txtScroll-left{ margin-top: 10px;}
	.txtScroll-left .bd ul li span{ width: 25%;}
	.txtScroll-left .bd ul li a{ width: 75%;}
	.title01,.title02,.title03,.title04{
		width: 32px;
		height: 32px;
		border-radius: 32px;
		-webkit-border-radius: 32px;
		-moz-border-radius: 32px;
		-o-border-radius: 32px;
		line-height: 32px;}
	.wp_entry img{
		width:100%;}
}
@media(max-width:374px){
	.txtScroll-left .bd ul li span{ width: 30%;}
	.txtScroll-left .bd ul li a{ width: 70%;}
}

.zszx,.news{
	margin-top:30px;}
.zszx{
	margin-top: 30px;}
.news{
	padding-left:40px;}
.news-top{
	width: 100%;}
.zszx-top,.news-top{
	margin-top: -20px;}
.zszx-title,.news-title{
	background:url(../images/zszx-title.jpg) no-repeat;
	width:204px;
	height:60px;
	font-size:18px;
	padding-left:65px;
	padding-top: 25px;}
.news-title{
	background:url(../images/xwzx-title.jpg) no-repeat;
	display: inline-block;
	padding-top:20px;}
.zszx-title>a,.news-title>a{
	color: #fff;}
.more{
	background: url(../images/more.jpg) no-repeat;
	width: 80px;
	height: 57px;
	line-height: 57px;
	text-align: center;
	display: inline-block;
	float: right;}
.more a{
	color: #49bdee;}
.zszx-con{
	margin-top: 20px;}

.zszx-item{
	background:#49bdee;
	width:100%;
	border-radius:20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	height:40px;
	line-height:40px;
	padding-left:20px;
	margin-top:10px;}
.zszx-item a{
	color:#fff;
	font-size:18px;}
.weixin{
	margin-top: 25px;
	text-align: center;}
.weixin img{
	width: 80%;}
.weixin-info{
	line-height: 28px;}
.news-img-title{
	background: #49bdee;
	width: 100%;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	color: #fff;}
.news-img-title a{
	color: #fff;
	padding-left: 10px;}
.news-con,.bbhx-con,.jkyz-con,.paxy-con,.tdjs-con,.djzc-con{
	width: 100%;
	background: #8ecaef;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	padding-right: 20px;
	padding-top: 20px;
	margin-top: 10px;}
.bbhx-con,.jkyz-con,.paxy-con,.tdjs-con,.djzc-con{
	margin-top: 10px;}
#myCarousel2 ol,#myCarousel3 ol{
	position: absolute;
	bottom: 50px;}
.news-con>.container-fluid,.bbhx-con>.container-fluid,.jkyz-con>.container-fluid,.paxy-con>.container-fluid,.tdjs-con>.container-fluid,.djzc-con>.container-fluid{
	background: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border: 1px dotted #386fc1;
	padding-bottom: 10px;}
.news-con .col-md-5,.news-con .col-md-7{
	padding:0px;}

.news-con .col-md-5{
	padding-left: 15px;}
.news-con .col-md-10,.jkyz .col-md-10,.paxy-con .col-md-10,.bbhx-con .col-md-10,.tdjs-con .col-md-10,.djzc-con .col-md-10{
	padding:0px;
	padding-left: 20px;}
.news-con .col-md-2,.jkyz .col-md-2,.paxy-con .col-md-2,.bbhx-con .col-md-2,.tdjs-con .col-md-2,.djzc-con .col-md-2{
	padding:0px;
	padding-right: 15px;}
.news .item img{
	width: 100%;
	height: 240px;}
@media(min-width:1200px){
	.news-con .col-md-10{
		width: 80%;}
	.news-con .col-md-2{
		width: 20%;}
}
@media(max-width:1024px){
	.news-con .col-md-10,.jkyz .col-md-10,.paxy-con .col-md-10,.bbhx-con .col-md-10,.tdjs-con .col-md-10,.djzc-con .col-md-10{
		width: 80%;}
	.news-con .col-md-2,.jkyz .col-md-2,.paxy-con .col-md-2,.bbhx-con .col-md-2,.tdjs-con .col-md-2,.djzc-con .col-md-2{
		width: 20%;}
	.news-con .col-md-10{
		width: 78%;}
	.news-con .col-md-2{
		width: 22%;}
	.news .item img{
		width: 100%;
		height: 225px;}
}
@media(max-width:767px){
	.zszx-title,.news-title{
		font-size: 16px;}
	.zszx-item a{
		font-size: 14px;}
}
@media(max-width:413px){
	.news-con .col-xs-9,.jkyz .col-xs-9,.paxy-con .col-xs-9,.bbhx-con .col-xs-9,.tdjs-con .col-xs-9,.djzc-con .col-xs-9{
		width: 75%;}
	.news-con .col-xs-3,.jkyz .col-xs-3,.paxy-con .col-xs-3,.bbhx-con .col-xs-3,.tdjs-con .col-xs-3,.djzc-con .col-xs-3{
		width: 25%;}
}
@media(max-width:374px){
	.news-con .col-xs-9,.jkyz .col-xs-9,.paxy-con .col-xs-9,.bbhx-con .col-xs-9,.tdjs-con .col-xs-9,.djzc-con .col-xs-9{
		width: 70%;}
	.news-con .col-xs-3,.jkyz .col-xs-3,.paxy-con .col-xs-3,.bbhx-con .col-xs-3,.tdjs-con .col-xs-3,.djzc-con .col-xs-3{
		width: 30%;}
}
.news-item-title{
	line-height: 22px;}
.news-item-title a{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	display: inline-block;
	width: 100%;
	background:url(../images/li.jpg) no-repeat left;
	padding-left: 20px;}
.bbhx .news-item-title,.jkyz .news-item-title,.paxy .news-item-title,.tdjs .news-item-title,.djzc .news-item-title{
	padding-left: 0px;}
.bbhx .news-date,.jkyz .news-date,.paxy .news-date,.tdjs .news-date,.djzc .news-date{
	padding-right: 0px;}
.news-date{
	text-align: right;}
.column-top{
	border-bottom:1px solid #dde5f1;
	width:100%;}
.column-title{
	width:60%;
	float:left;
	font-size:18px;
	color:#0136a1;}
.bbhx,.jkyz,.paxy,.tdjs,.djzc{
	padding-top: 35px;}
.tdjs,.djzc{
	padding-top: 20px;}
.bbhx{
	padding-right: 20px;}
.jkyz,.paxy{
	padding-left: 20px;}
.tdjs{
	padding-right: 20px;}
.djzc{
	padding-left: 20px;}
.tdjs-con .djzc-con{
	min-height: 234px;}

.slideTxtBox{ width:100%; text-align:left;}
.slideTxtBox .hd{ height:32px; line-height:30px; position:relative; width: 100%; margin-bottom: 18px; margin-top: 10px;}
.slideTxtBox .hd ul{ float:left; position:absolute;top:-1px; height:32px; width: 100%;}
.slideTxtBox .hd ul li{ float:left;cursor:pointer; background: #49bdee; width: 18.4%; margin-left: 2%; text-align: center; border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;-o-border-radius: 10px; color: #fff; padding:3px;}
.slideTxtBox .hd ul li span{ display: inline-block; width: 100%; border: 1px dotted #fff; border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;-o-border-radius: 10px;}
.slideTxtBox .hd ul li span a {color: #ffffff;}
.slideTxtBox .hd ul li:first-child{margin-left: 0px;}
.slideTxtBox .hd ul li.on{ height:38px;  background:#fcac34;}
.slideTxtBox .bd{margin-top: 10px;}
.slideTxtBox .bd ul{  zoom:1;}
.jkyz-con .slideTxtBox .hd ul li{ width: 23.5%;}
.jkyz-con .slideTxtBox .bd{
	margin-top: 20px;}

.jcsj{
	margin-top: 20px;}
.jcsj-top{
	background: url(../images/line.jpg) repeat-x;
	height: 40px;
	width: 100%;
	text-align: center;}
.jcsj-title{
	padding-left:15px;
	padding-right: 15px;
	background: #fff;
	width: 250px;
	display: inline-block;}
.picScroll-left{ width:100%;  position:relative; margin-top:10px;}
.picScroll-left .hd .prev{background:url(../images/left.jpg) no-repeat; width: 38px; height: 38px;position: absolute; left: -38px; top: 40%; z-index: 9999;}
.picScroll-left .hd .next{ background:url(../images/right.jpg) no-repeat; width: 38px; height: 38px;position: absolute; right: -38px; top: 40%; z-index: 9999;}
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1;}
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url(images/icocircle.jpg) 0 -9px no-repeat;}
.picScroll-left .hd ul li.on{ background-position:0 0;}
.picScroll-left .bd{ padding:10px 0px; width: 100%; overflow:hidden;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1;}
.picScroll-left .bd ul li{ margin:0px; float:left; _display:inline; overflow:hidden; text-align:center; width: 25%;}
.picScroll-left .bd ul li .pic{ text-align:center; padding: 0px 10px;}
.picScroll-left .bd ul li .pic img{ width:100%; display:block; border: 1px dotted #49bdee; padding:4px; height: 200px;}
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;}
.picScroll-left .bd ul li .title{ line-height:24px;}

.address{
	background: url(../images/jn.jpg) no-repeat left;
	width: 100%;
	height: 286px;
	/* margin-top: 10px; */
	padding-right: 200px;
	padding-top: 40px;}
.address-weixin{
	width:150px;
	display: inline-block;
	padding-right: 30px;
	padding-top: 40px;}
.address-weixin img{
	width: 100%;}
.address-con{
	display: inline-block;
	text-align: left;
	vertical-align: top;
	padding-top: 50px;}
.address-con div{
	line-height: 32px;}
.address .col-md-12{
	text-align: right;}
.bbhx .item img{
	width: 100%;
	height: 335px;}

@media(max-width:1024px){
	.news-item-title{
		line-height: 19px;}
	.news .news-item-title{
		line-height: 21px;}
	.bbhx-con .bd{
		margin-top: 30px;}
	.bbhx .news-item-title{
		line-height: 22px;}
	.bbhx .item img{
		width: 100%;
		height: 265px;}
	.picScroll-left .bd ul li .pic img{ width:100%; display:block; border: 1px dotted #49bdee; padding:4px; height: 180px;}
}
@media(max-width:768px){
	.bbhx-con .bd{
		margin-top: 10px;}
	.zszx-item{
		width: 70%;}
	.weixin{
		text-align: right;
		margin-top: -150px;}
	.weixin img{
		width: 150px;}
	.weixin-info{
		padding-right: 20px;}
	.news{
		padding-left: 0px;
		padding-top: 30px;}
	.item img{
		width: 100%;}
	.news .col-md-5{
		padding-right: 15px;}
	.tdjs,.djzc,.paxy,.jkyz,.bbhx,.jcsj{
		padding-left: 15px;
		padding-right: 15px;}
	.address{
		background: url(../images/jn-768.jpg) no-repeat left;
		width: 100%;
		height: 138px;
		padding-top: 10px;
		padding-right: 0px;}
	.address-weixin,.address-con{
		padding-top:0px;}
	.address-weixin{
		font-size: 12px;
		padding-right: 10px;}
	.picScroll-left .bd ul li{
		width: 33.3%;}
	.picScroll-left .hd .prev{
		left: -10px;}
	.picScroll-left .hd .next{
		right: -10px;}
	.bbhx .item img,.news .item img{
		width: 100%;
		height: 425px;}
	.picScroll-left .bd ul li .pic img{ width:100%; display:block; border: 1px dotted #49bdee; padding:4px; height: 160px;}
}
@media(max-width:767px){
	.zszx-item{
		width: 50%;}
	.picScroll-left .bd ul li{
		width: 50%;}
	.news-con,.bbhx-con,.jkyz-con,.paxy-con,.tdjs-con,.djzc-con{
		padding-right: 10px;
		padding-top: 10px;}
	.news-con>.col-xs-9{
		width: 77%;}
	.news-con>.col-xs-3{
		width: 23%;}
	.picScroll-left .hd .prev{
		left: -10px;}
	.picScroll-left .hd .next{
		right: -10px;}
	.bbhx .item img,.news .item img{
		width: 100%;
		height: 225px;}
	.weixin{
		padding-right: 20px;
		padding-top: 10px;}
	.weixin img{
		width: 120px;}
	.weixin-info{
		padding-right: 10px;}
	.address{
		background: none;
		text-align: left;}
	.address-weixin{
		width: 110px;
		padding-left: 0px;
		padding-right: 10px;
		text-align: left;}
	.jcsj-title{
		width: 180px;}
	.picScroll-left .bd ul li .pic{ text-align:center; padding: 0px 5px;}
	.picScroll-left .bd ul li .pic img{ width:100%; display:block; border: 1px dotted #49bdee; padding:4px; height: 140px;}
}
@media(max-width:413px){
	.address{
		padding-top: 0px;
		margin-left: -5px;}
	.address-weixin{
		width:80px;}
	.address-con div{
		line-height: 24px;}
	.bbhx .item img,.news .item img{
		width: 100%;
		height: 205px;}
	.picScroll-left .bd ul li .pic img{ width:100%; display:block; border: 1px dotted #49bdee; padding:4px; height: 120px;}
}
@media(max-width:374px){
	.address{
		padding-top: 0px;
		text-align: center;}
	.address-weixin{
		width:100%;
		text-align: center;}
	.address-weixin img{
		width: 40%;}
	.address-con{
		text-align: center;
		width: 100%;}
	.address-con div{
		line-height: 24px;}
	.weixin{
		text-align: right;
		padding-right: 10px;
		margin-top: -125px;}
	.weixin img{
		width: 100px;}
	.weixin-info{
		padding-right: 5px;}
	.zszx-item{ line-height: 32px; height: 32px;}
	.bbhx .item img,.news .item img{
		width: 100%;
		height: 175px;}
	.picScroll-left .bd ul li .pic img{ width:100%; display:block; border: 1px dotted #49bdee; padding:4px; height: 100px;}
}



.footer{
	width: 100%;}
.footer img{
	width: 100%;}


/*回到顶部*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 21px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(54, 54, 54, 0.8) url(../images/cd-top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;}
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;}
}