body {
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #333;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma,
    sans-serif !important;
  height: auto;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  word-break: break-word;
}
* {
  box-sizing: border-box;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th {
  padding: 0;
  margin: 0;
}
fieldset {
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
}
a,
img,
iframe {
  border: 0;
  padding: 0;
  margin: 0;
}
i {
  font-style: normal;
}
address,
caption,
cite,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}
ul,
ol,
li {
  list-style: none;
}
caption {
  text-align: left;
}
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: 100%;
}
q:unknown {
  content: "";
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: 100%;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #a60004;
  text-decoration: none;
}
.ease,
.ease * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.noease,
.noease * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 16px;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
  font-size: 16px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
}
.clear {
  clear: both;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: block;
  _height: 0;
  overflow: hidden;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}
.hidden {
  display: none;
}

/* common css */
.header-banner__box {
  position: relative;
  height: 464px;
  z-index: 1;

}

.header-banner__box .header-box {
  position: relative;
  z-index: 12;
}

.header-banner__box .header-box .top-logo {
  padding-top: 40px;
  margin-left: 0;
  width: 413px;
  height: 69px;
}

.header-banner__box .header-box .top-logo a {
  display: block;
}

.header-banner__box .banner-img {
  position: absolute;
  top: 0;
  z-index: 1;
}

.header-banner__box .banner-img img {
  width: 100%;
  object-fit: cover;
  height: 464px;
}

.header-banner__box2 ,.header-banner__box2 .banner-img img {
  height: 429px;
}

.news-list li {
  position: relative;
  padding-left: 20px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all ease 0.36s;
  background: none;
}
.news-list li::before {
  position: absolute;
  left: 0;
  top: 16px;
  content: "";
  width: 4px;
  height: 4px;
  border: 1px solid #999;
  background-color: #fff;
  display: block;
  transition: all 0.8s ease;
  border-radius: 50%;
}

.news-list li .tit {
  float: left;
  width: 460px;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.news-list li .time {
  float: right;
  font-size: 16px;
  line-height: 40px;
  color: #434242;
  cursor: pointer;
}

.news-list li:hover {
  transform: translateY(-4px);
  transition: all ease 0.36s;
}

.news-list li:hover .tit {
  color: #0080be;
}

.news .title {
  background: none;
  padding-left: 0;
  height: 35px;
}

.news .title ul {
  height: 35px;
  border-bottom: 1px solid #e5e5e5;
}
.news .title ul li {
  font-weight: bold;
}
.news .title li.on a {
  border-bottom: 3px solid #0080be;
}
.news .title a {
  font-size: 20px;
  color: #ababab;
}
.news .title .on a {
  height: 35px;
  color: #0080be;
}

.shjz-page__box .floor-1__main {
  padding-top: 40px;
  padding-bottom: 40px;
}

.shjz-page__box .floor-1__main .floor-1__left {
  width: 586px;
}

.shjz-page__box .floor-1__main .floor-1__right {
  width: 586px;
}

.shjz-page__box .f2-box__tit {
  height: 85px;
}

.shjz-page__box .f2-box__tit img {
  height: 85px;
}
.shjz-page__box .floor-2__main .floor-2__left {
  float: left;
  width: 962px;
}
.shjz-page__box .floor-2__main .panel-content {
  margin-top: 36px;
  background-color: #f7f7f7;
}
.shjz-page__box .floor-2__main .panel-content .hd {
  float: left;
  width: 198px;
}
.shjz-page__box .floor-2__main .panel-content .hd li {
  height: 63px;
  border-top: 3px solid #fff;
  background-color: #4492d5;
}
.shjz-page__box .floor-2__main .panel-content .hd li:first-child {
  border-top: none;
}

.shjz-page__box .floor-2__main .panel-content .hd li.on {
  background-color: #8cbea3;
}
.shjz-page__box .floor-2__main .panel-content .hd li .tit {
  font-weight: bold;
  font-size: 20px;
  line-height: 63px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.shjz-page__box .floor-2__main .panel-content .bd {
  float: left;
  padding: 20px 16px 56px 27px;
  width: 764px;
  height: 378px;
}

.policy-list .policy-item {
  padding: 10px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #ddd;
  transition: all ease 0.36s;
}

.policy-list .policy-item .tit {
  margin-left: 3px;
  padding-left: 15px;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  background: url("shjz_ico1.png") no-repeat left center;
}

.policy-list .policy-item:hover {
  transform: translateY(-4px);
  transition: all ease 0.36s;
}

.policy-list .policy-item:hover .tit {
  color: #0080be;
}

.shjz-page__box .floor-2__main .floor-2__right {
  width: 238px;
}

.shjz-page__box .floor-2__main .img-list .img-item:first-child {
  margin-bottom: 18px;
}

.shjz-page__box .floor-2__main .img-list .img-item img {
  height: 180px;
}

.shjz-page__box .floor-2__main .img-list .img-item img:hover {
  filter: brightness(105%);
}

.shjz-page__box .floor-3__main {
  padding-top: 50px;
  padding-bottom: 50px;
}
.shjz-page__box .floor-3__main .floor-3__left {
  width: 586px;
}

.shjz-page__box .floor-3__main .floor-3__right {
  width: 586px;
}

.shjz-page__box .floor-4__main {
  padding-bottom: 50px;
}
.shjz-page__box .floor-4__main .info-list .info-item {
  width: 570px;
  height: 118px;
  transition: all ease 0.36s;
}
.shjz-page__box .floor-4__main .info-list .info-item img {
  height: 118px;
}
.shjz-page__box .floor-4__main .info-list .info-item:hover {
  transform: translateY(-4px);
  transition: all ease 0.36s;
}

.shjz-page__box .floor-4__main .info-list .info-item:hover img {
  filter: brightness(105%);
}

/* jyfw */
.jyfw-page__box .floor-1__main {
  padding-top: 50px;
  padding-bottom: 70px;
}
.jyfw-page__box .floor-1__left {
  width: 770px;
}

.jyfw-page__box .floor-1__left .part-left__section {
  margin-top: 24px;
}

.jyfw-page__box .floor-1__left .part-left__section:first-child {
  margin-top: 0;
}

.jyfw-page__box .part-left__section4 .info-list .info-item {
  width: 375px;
  height: 118px;
  transition: all ease 0.36s;
}
.jyfw-page__box .part-left__section4 .info-list .info-item img {
  height: 118px;
}
.jyfw-page__box .part-left__section4 .info-list .info-item:hover {
  transform: translateY(-4px);
  transition: all ease 0.36s;
}

.jyfw-page__box .part-left__section4 .info-list .info-item:hover img {
  filter: brightness(105%);
}

.jyfw-page__box .floor-1__right {
  width: 410px;
}

.jyfw-page__box .floor-1__right .part-section__right .top-title {
  height: 50px;
  background-color: #0080be;
}
.jyfw-page__box .floor-1__right .part-section__right .top-title .tit {
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
  text-indent: 20px;
  color: #fff;
}
.jyfw-page__box .directory {
  margin-top: 12px;
}
.jyfw-page__box .directory-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.jyfw-page__box .directory-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 130px;
  height: 87px;
  margin-bottom: 10px;
  background-color: #ecf0f5;
  transition: all ease 0.36s;
}

.jyfw-page__box .directory-list li:nth-child(4) {
  width: 200px;
}

.jyfw-page__box .directory-list li:nth-child(5) {
  width: 200px;
}

.jyfw-page__box .directory-list li .tit {
  margin-top: 12px;
  font-size: 16px;
  color: #000;
}

.jyfw-page__box .directory-list li:hover {
  transform: translateY(-4px);
  transition: all ease 0.36s;
}

.jyfw-page__box .service {
  margin-top: 12px;
}
.jyfw-page__box .service-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.jyfw-page__box .service-list li {
  display: flex;
  align-items: center;
  width: 200px;
  height: 87px;
  margin-bottom: 10px;
  transition: all ease 0.36s;
}

.jyfw-page__box .service-list a:first-child li{
  background: url("jyfw-img1.png") center center;
}
.jyfw-page__box .service-list a:nth-child(2) li{
  background: url("jyfw-img2.png") center center;
}
.jyfw-page__box .service-list a:nth-child(3) li{
  background: url("jyfw-img3.png") center center;
}
.jyfw-page__box .service-list a:nth-child(4) li{
  background: url("jyfw-img4.png") center center;
}
.jyfw-page__box .service-list li .tit {
  margin-left: 56px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.jyfw-page__box .service-list li:hover {
  transform: translateY(-4px);
  transition: all ease 0.36s;
}

.jyfw-page__box .part-section__right1 {
  padding: 15px 16px;
  width: 411px;
  height: 246px;
  box-sizing: border-box;
  background: url("jyfw-bg1.png") center center;
}
.jyfw-page__box .part-section__right1 .panel-content {
  padding: 20px 25px 20px 26px;
  width: 380px;
  height: 218px;
  margin: 0 auto;
  border-radius: 8px;
  box-sizing: border-box;
}

.jyfw-page__box .part-section__right {
  margin-top: 20px;
}
.jyfw-page__box .part-section__right3 {
  margin-top: 10px;
}
.jyfw-page__box .part-section__right4 {
  margin-top: 10px;
}
.jyfw-page__box .part-section__right:first-child {
  margin-top: 0;
}
.jyfw-page__box .part-section__right .panel-content .f1-title .tit {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #0080be;
}
.jyfw-page__box .part-section__right .contact-item {
  margin-top: 20px;
  font-size: 15px;
  line-height: 16px;
  color: #010101;
}

.jyfw-page__box .part-section__right .contact-item em {
  margin: 0 4px;
}

.jyfw-page__box .part-section__right4 {
  padding: 15px 16px;
  width: 411px;
  height: 246px;
  box-sizing: border-box;
  background: url("jyfw-bg2.png") center center;
}

.jyfw-page__box .part-section__right4 .panel-content {
  padding: 20px 4px 20px 16px;
  width: 380px;
  height: 218px;
  margin: 0 auto;
  border-radius: 8px;
  box-sizing: border-box;
}

/* sbfw */
.sbfw-page__box .floor-1__main {
  padding-top: 50px;
  padding-bottom: 70px;
}
.sbfw-page__box .floor-1__left {
  width: 770px;
}

.sbfw-page__box .floor-1__left .part-left__section {
  margin-top: 28px;
}

.sbfw-page__box .floor-1__left .part-left__section:first-child {
  margin-top: 0;
}

.sbfw-page__box .part-left__section4 .info-list .info-item {
  width: 375px;
  height: 118px;
  transition: all ease 0.36s;
}
.sbfw-page__box .part-left__section4 .info-list .info-item img {
  height: 118px;
}
.sbfw-page__box .part-left__section4 .info-list .info-item:hover {
  transform: translateY(-4px);
  transition: all ease 0.36s;
}

.sbfw-page__box .part-left__section4 .info-list .info-item:hover img {
  filter: brightness(105%);
}

.sbfw-page__box .floor-1__right {
  width: 410px;
}

.sbfw-page__box .floor-1__right .part-section__right .top-title {
  height: 50px;
  background-color: #0080be;
}
.sbfw-page__box .floor-1__right .part-section__right .top-title .tit {
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
  text-indent: 20px;
  color: #fff;
}
.sbfw-page__box .directory {
  margin-top: 12px;
}
.sbfw-page__box .directory-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.sbfw-page__box .directory-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 198px;
  height: 116px;
  margin-bottom: 10px;
  background-color: #5fc8d6;
  transition: all ease 0.36s;
}

.sbfw-page__box .directory-list li:nth-child(2) {
  background-color: #429aec;
}

.sbfw-page__box .directory-list li .tit {
  margin-top: 14px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}

.sbfw-page__box .directory-list li:hover {
  transform: translateY(-4px);
  transition: all ease 0.36s;
}

.sbfw-page__box .service {
  margin-top: 12px;
}
.sbfw-page__box .service-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.sbfw-page__box .service-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: 9px;
  transition: all ease 0.36s;
  background-color: #ecf0f5;
}
.sbfw-page__box .service-list li .img {
  position: relative;
  width: 35px;
  height: 60px;
}
.sbfw-page__box .service-list li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
}

.sbfw-page__box .service-list li .tit {
  margin-left: 36px;
  width: 120px;
  font-size: 16px;
  line-height: 60px;
  color: #000;
}

.sbfw-page__box .service-list li:hover {
  transform: translateY(-4px);
  transition: all ease 0.36s;
}

.sbfw-page__box .part-section__right1 {
  padding: 15px 16px;
  width: 411px;
  height: 246px;
  box-sizing: border-box;
  background: url("sbfw-bg1.png") center center no-repeat;
}
.sbfw-page__box .part-section__right1 .panel-content {
  padding: 30px 25px 30px 26px;
  width: 380px;
  height: 218px;
  margin: 0 auto;
  border-radius: 8px;
  box-sizing: border-box;
}

.sbfw-page__box .part-section__right {
  margin-top: 20px;
}
.sbfw-page__box .part-section__right3 {
  margin-top: 10px;
}
.sbfw-page__box .part-section__right4 {
  margin-top: 10px;
}
.sbfw-page__box .part-section__right:first-child {
  margin-top: 0;
}
.sbfw-page__box .part-section__right .panel-content .f1-title .tit {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #0080be;
}
.sbfw-page__box .part-section__right .contact-item {
  display: flex;
  margin-top: 20px;
  font-size: 15px;
  line-height: 16px;
  color: #010101;
}

.sbfw-page__box .part-section__right .contact-item em {
  margin: 0 4px;
}

.sbfw-page__box .part-section__right .contact-item .cl {
  line-height: 28px;
}
.sbfw-page__box .part-section__right .contact-item .cr {
  line-height: 28px;
}

.sbfw-page__box .part-section__right4 {
  padding: 15px 16px;
  width: 411px;
  height: 246px;
  box-sizing: border-box;
  background: url("sbfw-bg2.png") center center no-repeat;
}

.sbfw-page__box .part-section__right4 .panel-content {
  padding: 44px 4px 20px 26px;
  width: 380px;
  height: 218px;
  margin: 0 auto;
  border-radius: 8px;
  box-sizing: border-box;
}
/* zffw */
.zffw-page__box .floor-1__main {
  padding-bottom: 70px;
}
.zffw-page__box .floor-1__left {
  width: 770px;
}

.zffw-page__box .floor-1__left .part-left__section {
  margin-top: 28px;
}

.zffw-page__box .floor-1__left .part-left__section:first-child {
  margin-top: 0;
}



.zffw-page__box .floor-1__right {
  width: 410px;
}

.zffw-page__box .floor-1__right .part-section__right .top-title {
  height: 50px;
  background-color: #0080be;
}
.zffw-page__box .floor-1__right .part-section__right .top-title .tit {
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
  text-indent: 20px;
  color: #fff;
}


.zffw-page__box .service {
  margin-top: 12px;
}
.zffw-page__box .service-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.zffw-page__box .service-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: 9px;
  transition: all ease 0.36s;
  background-color: #ecf0f5;
}
.zffw-page__box .service-list li .img {
  position: relative;
  width: 35px;
  height: 60px;
}
.zffw-page__box .service-list li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
}

.zffw-page__box .service-list li .tit {
  margin-left: 36px;
  width: 200px;
  font-size: 16px;
  line-height: 60px;
  color: #000;
}

.zffw-page__box .service-list li:hover {
  transform: translateY(-4px);
  transition: all ease 0.36s;
}

.zffw-page__box .part-section__right1 {
  padding: 15px 16px;
  width: 411px;
  height: 336px;
  box-sizing: border-box;
  background: url("zffw-bg1.png") center center no-repeat;
}
.zffw-page__box .part-section__right1 .panel-content {
  padding:20px 17px;
  width: 380px;
  height: 304px;
  margin: 0 auto;
  border-radius: 8px;
  box-sizing: border-box;
}

.zffw-page__box .part-section__right {
  margin-top: 20px;
}
.zffw-page__box .part-section__right3 {
  margin-top: 10px;
}
.zffw-page__box .part-section__right4 {
  margin-top: 10px;
}
.zffw-page__box .part-section__right:first-child {
  margin-top: 0;
}
.zffw-page__box .part-section__right .panel-content .f1-title .tit {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #0080be;
}
.zffw-page__box .part-section__right .contact-list
{margin-top: 20px;}
.zffw-page__box .part-section__right .contact-item {
  display: flex;
  margin-top: 10px;
  font-size: 15px;
  line-height: 16px;
  color: #010101;
}

.zffw-page__box .part-section__right .contact-item em {
  margin: 0 4px;
}

.zffw-page__box .part-section__right .contact-item .cl {
  line-height: 28px;
}
.zffw-page__box .part-section__right .contact-item .cr {
  line-height: 28px;
}

.zffw-page__box .part-section__right4 {
  padding: 5px;
  width: 410px;
  height: 81px;
  background-color: #5eb19b;
}
.zffw-page__box .part-section__right4  p{
  text-align: center;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;font-weight:600;

}
.zffw-page__box .part__section4 .info-list{
width: 1200px;
margin-top: 60px;
}
.zffw-page__box .part__section4 .info-list .info-item {
  width: 570px;
  height: 141px;
  transition: all ease 0.36s;
}

.zffw-page__box .part__section4 .info-list .info-item img {
  height: 141px;
}
.zffw-page__box .part__section4 .info-list .info-item:hover {
  transform: translateY(-4px);
  transition: all ease 0.36s;
}

.zffw-page__box .part__section4 .info-list .info-item:hover img {
  filter: brightness(105%);
}
.zffw-page__box .part-left__section .news-list li{ height: 44px;line-height: 44px; }
@media only screen and (max-width: 768px) {
 .header-banner__box .header-box .top-logo{padding-top: 5px;}
 .header-banner__box .header-box .top-logo a img{width:70%;height: auto;}
.header-banner__box2,.header-banner__box .banner-img img{height: 50vw;}
.fl,.fr{float: none;}
.sbfw-page__box .floor-1__left,.sbfw-page__box .floor-1__right{width: 98vw;}
.news-list li .tit{width:65vw;}
.news-list li .tit,.news-list li .time{font-size: 14px;}
.sbfw-page__box .floor-1__left .part-left__section{margin-top: 0px;}
.sbfw-page__box .part-left__section4 .info-list .info-item,.sbfw-page__box .part-left__section4 .info-list .info-item a img{width: 98vw;height: auto;}
.sbfw-page__box .directory-list li{width: 48vw;}
.sbfw-page__box .part-section__right1,.sbfw-page__box .part-section__right4{width: 98vw;padding:0;background-size:100%;}
}