html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol {
  list-style: none;
}
a:focus,
a:active,
a:hover {
  color: #333;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.am-paragraph-default {
  margin: 0;
}
.am-paragraph-default img {
  border: none;
  padding: 0;
  max-width: 100%;
}
.am-close {
  font-size: 24px;
}
/*滚动条美化*/
body::-webkit-scrollbar {
  width: 10px !important;
}
body::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
body::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
body::-webkit-scrollbar-corner {
  background-color: #ddd;
}
body::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
::-webkit-scrollbar {
  width: 15px;
}
.tac,
.tc {
  text-align: center;
}
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
}
.lc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.hc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.allc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
i {
  font-style: normal;
}
video {
  display: block;
  background: #000;
}
input,
select {
  outline: none;
  border: none;
}
h4,
h5,
h6 {
  font-weight: normal;
}
.scrollbarActive::-webkit-scrollbar {
  width: 10px !important;
}
.scrollbarActive::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
.scrollbarActive::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
.scrollbarActive::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
.scrollbarActive::-webkit-scrollbar-corner {
  background-color: #ddd;
}
.scrollbarActive::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
.scrollbarActive::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
.scrollbarActive::-webkit-scrollbar {
  width: 15px;
}
body,
html {
  min-width: 1200px;
}
.clear {
  clear: both;
}
.content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.banner a img {
  max-width: 100%;
}
.banner{
  position: relative;
}
.banner .bread_nav {
  /*overflow: hidden;*/
  /* position: absolute; */
  bottom: 0;
  left: 0;
  height: 60px;
  line-height: 60px;
  width: 100%;
  background: #0455b5;
}
.banner .bread_nav .content .left {
  float: left;
  height: 60px;
  overflow: hidden;
}
.banner .bread_nav .content .left .home {
  margin-right: 8px;
}
.banner .bread_nav .content .left span,
.banner .bread_nav .content .left a {
  font-size: 14px;
  color: #ffffff;
}
.banner .bread_nav .content .left span img,
.banner .bread_nav .content .left a img {
  position: relative;
  top: -2px;
}
.banner .bread_nav .content .son_nav {
  float: right;
}
.banner .bread_nav .content .son_nav ul li {
  float: left;
}
.banner .bread_nav .content .son_nav ul li:hover,
.banner .bread_nav .content .son_nav ul li.active {
  background: #fff;
}
.banner .bread_nav .content .son_nav ul li:hover a,
.banner .bread_nav .content .son_nav ul li.active a {
  color: #0455b5;
}
.banner .bread_nav .content .son_nav ul li a {
  display: block;
   width: 109px; 
  padding:  0 5px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  color: #fff;
  position:relative;
}

.banner .bread_nav .content .son_nav ul li:hover .second_nav{
    display: block;
}
.banner .bread_nav .content .son_nav ul li .second_nav{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: #fff;
    display: none;
    z-index: 10;
}

.banner .bread_nav .content .son_nav ul li .second_nav ul li{
    float: none;
}
.banner .bread_nav .content .son_nav ul li .second_nav ul li a:hover{
    background: #0455b5;
    color: #fff;
}


.page {
  padding: 20px 0 70px;
}
.page ul {
  text-align: center;
}
.page ul li {
  display: inline-block;
  margin: 0 6px;
}
.page ul li:hover a,
.page ul li.active a {
  background: #0455b5;
  color: #fff;
}
.page ul li a {
  display: block;
  width: 60px;
  height: 60px;
  border: solid 1px #dedede;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
}
.list_pro {
  background: #f1f1f1;
}
.list_pro .content .tit {
  padding: 55px 0;
}
.list_pro .content .tit h5 {
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  background: url(/statics/images/jzh/tit_bg.png) no-repeat right center;
}
.list_pro .content .list {
  overflow: hidden;
}
.list_pro .content .list ul {
  margin: 0 -19px;
}
.list_pro .content .list ul li {
  padding: 0 19px;
  margin-bottom: 38px;
}
.list_pro .content .list ul li a {
  display: block;
}
.list_pro .content .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.list_pro .content .list ul li a:hover .word {
  background: #0455b5;
  color: #fff;
}
.list_pro .content .list ul li a .pic {
  height: 375px;
  text-align: center;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.list_pro .content .list ul li a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.list_pro .content .list ul li a .pic .name {
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #333333;
}
.list_pro .content .list ul li a .word {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  background: #fff;
  transition: all 0.5s linear;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.show_pro .item1 {
  background: #f1f1f1;
}
.show_pro .item1 .content .center {
  overflow: hidden;
  padding-top: 60px;
}
.show_pro .item1 .content .center .pic {
  width: 600px;
  background: #fff;
  float: left;
}
.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 480px;
  text-align: center;
  line-height: 480px;
  overflow: hidden;
}
.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-wrapper .swiper-slide a img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-button-prev,
.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-button-next {
  width: 35px;
  height: 50px;
  background: #0455b5;
  text-align: center;
  line-height: 45px;
}
.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-button-prev i,
.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-button-next i {
  font-size: 24px;
  color: #fff;
}
.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-button-prev {
  left: 0;
}
.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-button-next {
  right: 0;
}
.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-pagination {
  bottom: 35px;
}
.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 13px;
  height: 13px;
  background: #f1f1f1;
  margin: 0 3px;
}
.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #0455b5;
}
.show_pro .item1 .content .center .word {
  width: 600px;
  float: right;
  height: 480px;
  padding-left: 48px;
  position: relative;
}
.show_pro .item1 .content .center .word > h5 {
  font-size: 30px;
  line-height: 1;
  color: #333333;
  padding: 30px 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 25px;
}
.show_pro .item1 .content .center .word p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.show_pro .item1 .content .center .word .contact {
  position: absolute;
  bottom: 47px;
  left: 48px;
}
.show_pro .item1 .content .center .word .contact a {
  display: block;
  float: left;
  width: 160px;
  height: 50px;
  background-color: #0455b5;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
}
.show_pro .item1 .content .center .word .contact a span {
  font-size: 18px;
  color: #fff;
}
.show_pro .item1 .content .center .word .contact .tel {
  float: left;
  background: url(/statics/images/jzh/small_tel.png) no-repeat left center;
  padding: 6px 0 6px 65px;
  margin-left: 20px;
}
.show_pro .item1 .content .center .word .contact .tel h5 {
  font-size: 14px;
  line-height: 1;
  color: #333333;
}
.show_pro .item1 .content .center .word .contact .tel p {
  font-size: 24px;
  line-height: 1;
  color: #0455b5;
}
.show_pro .item1 .content .small_nav {
  margin-top: 30px;
  background: #fff;
}
.show_pro .item1 .content .small_nav ul li:hover a,
.show_pro .item1 .content .small_nav ul li.active a {
  background-color: #0455b5;
}
.show_pro .item1 .content .small_nav ul li a {
  display: block;
  height: 60px;
  background-color: #333;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #ffffff;
  border-left: 1px solid #fff;
}
.show_pro .item1 .content .small_nav ul li a.am-active{
  background-color: #0455b5;
}
.show_pro .item2 .content {
  padding: 50px 0;
}
.show_pro .item2 .content .tit {
  padding: 0 0 30px;
}
.show_pro .item2 .content .tit h5 {
  font-size: 24px;
  line-height: 1;
  color: #333333;
  background: url(/statics/images/jzh/tit_bg.png) no-repeat right center;
}
.show_pro .item2 .content > div {
  margin-bottom: 50px;
}
.show_pro .item2 .content .one .word{
  text-align: left !important;
}
.show_pro .item2 .content .one .word p {
  /* font-size: 14px;
  line-height: 24px;
  color: #666666; */
  text-align: left;
}
.show_pro .item2 .content .one .word img {
  max-width: 100%;
  /* display: block; */
  margin: 0 auto;
  height: auto;
  width: auto;
}
.show_pro .item2 .content .one .word {
  border: solid 1px #dedede;
  padding: 30px;
}
.show_pro .item2 .content .one .word table{
  max-width: 100%;
}
.show_pro .item2 .content .one .word table th,.show_pro .item2 .content .one .word table td{
  border: 1px solid #333;
}
.show_pro .item2 .content .three .word .list {
  overflow: hidden;
}
.show_pro .item2 .content .three .word .list ul {
  margin: 0 -6px;
}
.show_pro .item2 .content .three .word .list ul li {
  padding: 0 6px;
}
.show_pro .item2 .content .three .word .list ul li:nth-child(2n) a .cover {
  top: auto;
  bottom: 0;
}
.show_pro .item2 .content .three .word .list ul li a {
  display: block;
  position: relative;
}
.show_pro .item2 .content .three .word .list ul li a:hover .cover {
  background: rgba(228, 2, 21, 0.9);
}
.show_pro .item2 .content .three .word .list ul li a > img {
  width: 100%;
}
.show_pro .item2 .content .three .word .list ul li a .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  transition: all 0.5s linear;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding-top: 45px;
}
.show_pro .item2 .content .three .word .list ul li a .cover h5 {
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
}
.show_pro .item2 .content .three .word .list ul li a .cover h6 {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin: 5px 0 10px;
}
.show_pro .item2 .content .four .word .list {
  overflow: hidden;
}
.show_pro .item2 .content .four .word .list ul {
  margin: 0 -6px;
}
.show_pro .item2 .content .four .word .list ul li {
  padding: 0 6px;
}
.show_pro .item2 .content .four .word .list ul li a {
  display: block;
}
.show_pro .item2 .content .four .word .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.show_pro .item2 .content .four .word .list ul li a:hover .word span {
  background: #0455b5;
  border: 1px solid #0455b5;
}
.show_pro .item2 .content .four .word .list ul li a:hover .word span i {
  color: #fff;
}
.show_pro .item2 .content .four .word .list ul li a .pic {
  height: 246px;
  overflow: hidden;
  text-align: center;
  line-height: 246px;
}
.show_pro .item2 .content .four .word .list ul li a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.show_pro .item2 .content .four .word .list ul li a .word {
  padding: 15px 10px;
}
.show_pro .item2 .content .four .word .list ul li a .word h5 {
  float: left;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}
.show_pro .item2 .content .four .word .list ul li a .word span {
  float: right;
  display: block;
  width: 35px;
  height: 35px;
  border: solid 1px #dedede;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
}
.show_pro .item2 .content .four .word .list ul li a .word span i {
  color: #333;
}
.list_case {
  background: #f1f1f1;
}
.list_case .content {
  padding-bottom: 50px;
}
.list_case .content .tit {
  padding: 55px 0;
}
.list_case .content .tit h5 {
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  background: url(/statics/images/jzh/tit_bg.png) no-repeat right center;
}
.list_case .content .list {
  overflow: hidden;
}
.list_case .content .list ul {
  margin: 0 -19px;
}
.list_case .content .list ul li {
  padding: 0 19px;
  margin-bottom: 38px;
}
.list_case .content .list ul li a {
  display: block;
}
.list_case .content .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.list_case .content .list ul li a:hover .word .arrow {
  left: 50px;
}
.list_case .content .list ul li a .pic {
  height: 235px;
  line-height: 235px;
  text-align: center;
  overflow: hidden;
}
.list_case .content .list ul li a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.list_case .content .list ul li a .word {
  position: relative;
  height: 228px;
  background: #fff;
  padding: 40px 40px 0;
}
.list_case .content .list ul li a .word .arrow {
  position: absolute;
  bottom: 40px;
  left: 40px;
  transition: all 0.5s linear;
}
.list_case .content .list ul li a .word h5 {
  overflow: hidden;
  margin-bottom: 20px;
}
.list_case .content .list ul li a .word h5 span {
  font-size: 24px;
  line-height: 1;
  color: #333333;
}
.list_case .content .list ul li a .word h5 img {
  float: right;
}
.list_case .content .list ul li a .word p {
  font-size: 14px;
  color: #333333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  max-height: 72px;
}
.list_news .content .tit {
  padding: 55px 0;
}
.list_news .content .tit h5 {
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  background: url(/statics/images/jzh/tit_bg.png) no-repeat right center;
}
.list_news .content .list ul li {
  margin-bottom: 50px;
}
.list_news .content .list ul li a {
  display: block;
  overflow: hidden;
}
.list_news .content .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.list_news .content .list ul li a:hover .word {
  border-bottom: 1px solid #0455b5;
}
.list_news .content .list ul li a:hover .word h5 {
  color: #0455b5;
}
.list_news .content .list ul li a .pic {
  float: right;
  width: 490px;
  height: 290px;
  text-align: center;
  line-height: 290px;
  overflow: hidden;
}
.list_news .content .list ul li a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.list_news .content .list ul li a .word {
  float: left;
  width: 660px;
  height: 290px;
  border-bottom: 1px solid #f1f1f1;
  padding-top: 65px;
}
.list_news .content .list ul li a .word .data {
  font-size: 14px;
  color: #666666;
}
.list_news .content .list ul li a .word .data img {
  position: relative;
  top: -2px;
}
.list_news .content .list ul li a .word h5 {
  font-size: 30px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  margin: 30px 0;
}
.list_news .content .list ul li a .word p {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 36px;
  max-height: 72px;
}
.support .title {
  padding: 50px 0;
  text-align: center;
}
.support .title h5 {
  font-size: 36px;
  line-height: 30px;
  color: #333333;
}
.support .title h6 {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
}
.support .item1 {
  background: #f1f1f1;
}
.support .item1 .content {
  padding-bottom: 50px;
}
.support .item1 .content .list {
  overflow: hidden;
}
.support .item1 .content .list ul {
  margin: 0 -19px;
}
.support .item1 .content .list ul li {
  padding: 0 19px;
}
.support .item1 .content .list ul li a {
  background: #fff;
  height: 235px;
  display: block;
  overflow: hidden;
  position: relative;
}
.support .item1 .content .list ul li a .pic {
  text-align: center;
  margin: 26px auto 0;
  height: 160px;
  line-height: 160px;
}
.support .item1 .content .list ul li a .word {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  line-height: 1;
  color: #333333;
  font-weight: bold;
}
.support .item2 .content {
  padding-bottom: 20px;
}
.support .item2 .content .list {
  overflow: hidden;
}
.support .item2 .content .list ul {
  margin: 0 -50px;
}
.support .item2 .content .list ul li {
  padding: 0 50px;
  margin-bottom: 78px;
}
.support .item2 .content .list ul li a {
  overflow: hidden;
}
.support .item2 .content .list ul li a .pic {
  width: 110px;
  height: 110px;
  border: solid 1px #dedede;
  text-align: center;
  line-height: 110px;
  border-radius: 50%;
  float: left;
}
.support .item2 .content .list ul li a .word {
  width: 400px;
  float: right;
}
.support .item2 .content .list ul li a .word h5 {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  margin: 10px 0;
}
.support .item2 .content .list ul li a .word p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.support .item3 {
  background: #f1f1f1;
}
.support .item3 .content {
  overflow: hidden;
}
.support .item3 .content .list ul {
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
.support .item3 .content .list ul li {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.support .item3 .content .list ul li a .word {
  padding: 25px;
}
.support .item3 .content .list ul li a:hover .word h5{
  color: #0455b5;
}
.support .item3 .content .list ul li a .word h5 {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.support .item3 .content .list ul li a .word p {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 18px;
  max-height: 36px;
}
.support .item3 .content .lookmore {
  margin: 35px auto 50px;
  text-align: center;
}
.support .item3 .content .lookmore a {
  display: inline-block;
  border-radius: 3px;
  width: 170px;
  height: 50px;
  border: solid 1px #dedede;
  background: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #333333;
  transition: all 0.5s linear;
}
.support .item3 .content .lookmore a:hover {
  background: #0455b5;
  color: #fff;
}
.contact_us .content {
  padding-bottom: 50px;
}
.contact_us .content .tit {
  padding: 55px 0;
}
.contact_us .content .tit h5 {
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  background: url(/statics/images/jzh/tit_bg.png) no-repeat right center;
}
.contact_us .content .item1 {
  overflow: hidden;
}
.contact_us .content .item1 .word {
  float: left;
}
.contact_us .content .item1 .word h5 {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}
.contact_us .content .item1 .word h6 {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.contact_us .content .item1 .word .text {
  margin-top: 30px;
}
.contact_us .content .item1 .word .text p img {
  position: relative;
  top: -2px;
  width: 20px;
  margin-right: 3px;
}
.contact_us .content .item1 .word .text p span {
  font-size: 16px;
  line-height: 45px;
  color: #666666;
}
.contact_us .content .item1 .word .qrcode {
  overflow: hidden;
  margin-top: 50px;
}
.contact_us .content .item1 .word .qrcode .pic {
  float: left;
  border: 1px solid #dedede;
  background: #fff;
  padding: 10px;
}
.contact_us .content .item1 .word .qrcode .pic img {
  width: 80px;
}
.contact_us .content .item1 .word .qrcode .word {
  float: left;
  margin-top: 25px;
  margin-left: 25px;
}
.contact_us .content .item1 .word .qrcode .word p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #666666;
}
.contact_us .content .item1 .map {
  float: right;
}
.contact_us .content .item1 .map img {
  width: 600px;
  height: auto;
}
.contact_us .content .item2 {
  margin-top: 100px;
}
.contact_us .content .item2 .form form {
  overflow: hidden;
}
.contact_us .content .item2 .form form div {
  width: 580px;
  border-radius: 3px;
  border: solid 1px #dedede;
  overflow: hidden;
  padding-left: 20px;
  float: left;
  margin-bottom: 18px;
}
.contact_us .content .item2 .form form div:nth-child(2n) {
  float: right;
}
.contact_us .content .item2 .form form div span {
  display: block;
  width: 60px;
  height: 60px;
  float: left;
  font-size: 16px;
  line-height: 60px;
  color: #666666;
}
.contact_us .content .item2 .form form div span i {
  color: #ff0000;
}
.contact_us .content .item2 .form form div input {
  width: 480px;
  height: 60px;
  float: left;
  font-size: 16px;
  color: #666666;
}
.contact_us .content .item2 .form form textarea {
  display: block;
  width: 100%;
  height: 186px;
  background-color: #dedede;
  border: solid 1px #dedede;
  border-radius: 3px;
  padding: 15px 50px;
  background: url(/statics/images/jzh/contact_06.png) no-repeat left 21px top 21px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  outline: none;
  resize: none;
}
.contact_us .content .item2 .form form .sub {
  margin-top: 18px;
  width: 393px;
  height: 60px;
  border-radius: 3px;
  background: #0455b5;
  color: #fff;
}
.show_news .content {
  padding: 60px 0;
  overflow: hidden;
}
.show_news .content .news_left {
  width: 900px;
  float: left;
  padding-right: 58px;
  border-right: 1px solid #dedede;
}
.show_news .content .news_left .title {
  padding-bottom: 50px;
  border-bottom: 1px solid #dedede;
}
.show_news .content .news_left .title h5 {
  font-size: 30px;
  line-height: 1;
  color: #333333;
  margin-bottom: 15px;
}
.show_news .content .news_left .title p span {
  margin-right: 50px;
}
.show_news .content .news_left .title p span img {
  position: relative;
  top: -2px;
}
.show_news .content .news_left .title p span i {
  font-size: 14px;
  line-height: 36px;
  color: #666666;
}
.show_news .content .news_left .word {
  padding: 40px 0;
  border-bottom: 1px solid #dedede;
}
.show_news .content .news_left .word p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.show_news .content .news_left .word img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
.show_news .content .news_left .up_next {
  text-align: center;
  overflow: hidden;
  margin-top: 30px;
}
.show_news .content .news_left .up_next a {
  width: 240px;
  height: 45px;
  background-color: #f1f1f1;
  border-radius: 23px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
}
.show_news .content .news_left .up_next a:hover {
  background: #0455b5;
}
.show_news .content .news_left .up_next a:hover span,
.show_news .content .news_left .up_next a:hover i {
  color: #fff;
}
.show_news .content .news_left .up_next a:first-child {
  float: left;
}
.show_news .content .news_left .up_next a:first-child span {
  margin-left: 20px;
}
.show_news .content .news_left .up_next a:last-child {
  float: right;
}
.show_news .content .news_left .up_next a:last-child span {
  margin-right: 20px;
}
.show_news .content .news_left .up_next a i {
  color: #999999;
}
.show_news .content .news_left .up_next a span {
  font-size: 14px;
  color: #999999;
}
.show_news .content .news_right {
  width: 300px;
  float: right;
  padding-left: 58px;
}
.show_news .content .news_right ul li:first-child a {
  padding-top: 0;
}
.show_news .content .news_right ul li:last-child a .word {
  border-bottom: 0 solid #000;
}
.show_news .content .news_right ul li a {
  display: block;
  padding-top: 40px;
}
.show_news .content .news_right ul li a:hover .pic img {
  transform: scale(1.1);
}
.show_news .content .news_right ul li a:hover .word {
  border-bottom: 1px solid #0455b5;
}
.show_news .content .news_right ul li a:hover .word p {
  color: #0455b5;
}
.show_news .content .news_right ul li a .pic {
  width: 238px;
  height: 140px;
  overflow: hidden;
  text-align: center;
  line-height: 140px;
}
.show_news .content .news_right ul li a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.show_news .content .news_right ul li a .word {
  padding: 20px 0 ;
  border-bottom: 1px solid #dedede;
}
.show_news .content .news_right ul li a .word p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.show_news .content .news_right ul li a .word span {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.hot_pro {
  background: #f1f1f1;
}
.hot_pro .content {
  padding-bottom: 50px;
}
.hot_pro .content .tit {
  padding: 55px 0;
}
.hot_pro .content .tit h5 {
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  background: url(/statics/images/jzh/tit_bg.png) no-repeat right center;
}
.hot_pro .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.hot_pro .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .pic img {
  transform: scale(1.1);
}
.hot_pro .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .word {
  background: #0455b5;
  color: #fff;
}
.hot_pro .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  height: 205px;
  line-height: 205px;
  text-align: center;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.hot_pro .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.hot_pro .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic .name {
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #333333;
}
.hot_pro .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  background: #fff;
  transition: all 0.5s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot_pro .content .slide .arrow {
  margin-top: 30px;
  text-align: center;
}
.hot_pro .content .slide .arrow .swiper-button-prev,
.hot_pro .content .slide .arrow .swiper-button-next {
  position: static;
  background: none;
  margin: 0;
  display: inline-block;
  width: auto;
  height: auto;
  outline: none;
}
.hot_pro .content .slide .arrow .swiper-button-prev i,
.hot_pro .content .slide .arrow .swiper-button-next i {
  font-size: 24px;
  color: #333;
}
.hot_pro .content .slide .arrow .swiper-pagination {
  display: inline-block;
  position: static;
  margin: 0 10px;
}
.hot_pro .content .slide .arrow .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 15px;
  height: 15px;
  background: #999999;
  margin: 0 3px;
}
.hot_pro .content .slide .arrow .swiper-pagination .swiper-pagination-bullet-active {
  background: #0455b5;
}
.about_us .content .tit {
  padding: 50px 0 30px;
}
.about_us .content .tit h5 {
  font-size: 24px;
  line-height: 1;
  color: #333333;
  background: url(/statics/images/jzh/tit_bg.png) no-repeat right center;
}
.about_us .content .item1 {
  padding-bottom: 50px;
  border-bottom: 1px solid #dedede;
}
.about_us .content .item1 .center {
  overflow: hidden;
}
.about_us .content .item1 .center .pic {
  float: left;
  width: 380px;
  height: 250px;
  overflow: hidden;
  text-align: center;
  line-height: 250px;
}
.about_us .content .item1 .center .pic img {
  max-width: 100%;
}
.about_us .content .item1 .center .word {
  width: 768px;
  float: left;
  margin-left: 24px;
  margin-top: 5px;
}
.about_us .content .item1 .center .word p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.about_us .content .item2 {
  padding-bottom: 50px;
  border-bottom: 1px solid #dedede;
}
.about_us .content .item2 .center p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.about_us .content .item3 .center .list ul {
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
.about_us .content .item3 .center .list ul li {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.about_us .content .item3 .center .list ul li a {
  display: block;
  height: 100px;
  text-align: center;
  line-height: 100px;
  overflow: hidden;
}
.about_us .content .item3 .center .list ul li a img {
  max-width: 100%;
}
.about_us .content .item4 {
  padding-bottom: 50px;
  border-bottom: 1px solid #dedede;
}
.about_us .content .item4 .center .slide .swiper-container {
  padding-bottom: 60px;
}
.about_us .content .item4 .center .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  background: #f1f1f1;
}
.about_us .content .item4 .center .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .pic img {
  transform: scale(1.1);
}
.about_us .content .item4 .center .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  height: 190px;
  text-align: center;
  line-height:190px;
  overflow: hidden;
}
.about_us .content .item4 .center .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.about_us .content .item4 .center .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
  border-top: 1px solid #dedede;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 16px;
  color: #333333;
}
.about_us .content .item4 .center .slide .swiper-container .swiper-pagination {
  bottom: 0px;
}
.about_us .content .item4 .center .slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 13px;
  height: 13px;
  background: #f1f1f1;
  margin: 0 3px;
}
.about_us .content .item4 .center .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #0455b5;
}
.about_us .content .item5 {
  padding-bottom: 50px;
}
.about_us .content .item5 .center .list {
  overflow: hidden;
  margin-bottom: 20px;
}
.about_us .content .item5 .center .list ul {
  margin: 0 -10px;
}
.about_us .content .item5 .center .list ul li {
  padding: 0 10px;
}
.about_us .content .item5 .center .list ul li a {
  overflow: hidden;
}

.about_us .content .item5 .center .list:first-child ul li a{
  height: 390px;
  display: block;
}
.about_us .content .item5 .center .list:last-child ul li a{
  height: 260px;
  display: block;
}
.about_us .content .item5 .center .list ul li a:hover img {
  filter: none;
  transform: scale(1.1);
}
.about_us .content .item5 .center .list ul li a img {
  width: 100%;
  transition: all 0.5s linear;
  filter: grayscale(100%);
}
.product .tit {
  padding: 50px 0 30px;
}
.product .tit h5 {
  font-size: 24px;
  line-height: 1;
  color: #333333;
  background: url(/statics/images/jzh/tit_bg.png) no-repeat right center;
}
.product .item1 .content .center {
  overflow: hidden;
}
.product .item1 .content .center .pic {
  width: 375px;
  background: #fff;
  float: left;
}
.product .item1 .content .center .pic .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 375px;
  text-align: center;
  line-height: 375px;
  overflow: hidden;
}
.product .item1 .content .center .pic .slide .swiper-container .swiper-wrapper .swiper-slide a img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.product .item1 .content .center .pic .slide .swiper-container .swiper-button-prev,
.product .item1 .content .center .pic .slide .swiper-container .swiper-button-next {
  width: 40px;
  height: 80px;
  background: #e40114;
  text-align: center;
  line-height: 80px;
  opacity: 1;
  margin-top: 0;
  transform: translateY(-50%);
}
.product .item1 .content .center .pic .slide .swiper-container .swiper-button-prev i,
.product .item1 .content .center .pic .slide .swiper-container .swiper-button-next i {
  font-size: 24px;
  color: #fff;
}
.product .item1 .content .center .pic .slide .swiper-container .swiper-button-next.swiper-button-disabled,
.product .item1 .content .center .pic .slide .swiper-container .swiper-button-prev.swiper-button-disabled {
  background: #333;
}
.product .item1 .content .center .pic .slide .swiper-container .swiper-button-prev {
  left: 0;
}
.product .item1 .content .center .pic .slide .swiper-container .swiper-button-next {
  right: 0;
}
.product .item1 .content .center .pic .slide .swiper-container .swiper-pagination {
  bottom: 35px;
}
.product .item1 .content .center .pic .slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 13px;
  height: 2px;
  background: #999999;
  margin: 0 3px;
  border-radius: 0;
}
.product .item1 .content .center .pic .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #e40114;
}
.product .item1 .content .center .word {
  width: 742px;
  float: left;
  height: 375px;
  padding-left: 48px;
  position: relative;
}
.product .item1 .content .center .word > h5{
  padding: 50px 0 40px;
}
.product .item1 .content .center .word > h5 a{
  font-size: 30px;
  line-height: 1;
  color: #333333;
}
.product .item1 .content .center .word > h5 a:hover{
  color: #0455b5;
}
.product .item1 .content .center .word p {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 30px;
  max-height: 120px;
}
.product .item1 .content .center .word .link {
  position: absolute;
  bottom: 55px;
  left: 48px;
}
.product .item1 .content .center .word .link a {
  width: 170px;
  height: 50px;
  background-color: #0455b5;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}
.product .item1 .content .center .word .link a:last-child {
  background-color: #e40114;
}
.product .item1 .content .center .word .link a img {
  position: relative;
  top: -2px;
}
.product .item1 .content .center .word .link a span {
  font-size: 18px;
  color: #ffffff;
}

.product .item1 .content .title {
  overflow: hidden;
  padding: 64px 0 26px;
  border-bottom: 1px solid #dedede;
}
.product .item1 .content .title h5 {
  float: left;
  /* padding-left: 50px; */
  position: relative;
}
/* .product .item1 .content .title h5::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 3px;
  background: #0455b5;
} */
.product .item1 .content .title h5 span {
  font-size: 24px;
  line-height: 1;
  color: #333333;
}
.product .item1 .content .title .item_nav {
  float: right;
}
.product .item1 .content .title .item_nav ul li {
  float: left;
  margin-left: 25px;
}
.product .item1 .content .title .item_nav ul li:hover a,
.product .item1 .content .title .item_nav ul li.active a {
  color: #333;
}
.product .item1 .content .title .item_nav ul li:hover a::after,
.product .item1 .content .title .item_nav ul li.active a::after {
  display: block;
}
.product .item1 .content .title .item_nav ul li a {
  position: relative;
  font-size: 14px;
  color: #999;
}
.product .item1 .content .title .item_nav ul li a::after {
  position: absolute;
  content: "";
  bottom: -31px;
  left: 50%;
  transform: translateX(-50%);
  width: 55px;
  height: 7px;
  background: url(/statics/images/jzh/item_nav_bg.png) no-repeat center;
  display: none;
}

.product .item1 .content .list {
  padding: 25px 0;
}
.product .item1 .content .list .item_list{
  display: none;
}
.product .item1 .content .list .item_list:first-child{
  display: block;
}
.product .item1 .content .list .item_list .swiper-container {
  padding-bottom: 83px;
}
.product .item1 .content .list .item_list ul li a {
  display: block;
}
.product .item1 .content .list .item_list ul li a:hover .pic img {
  transform: scale(1.1);
}
.product .item1 .content .list .item_list ul li a:hover .word {
  background: #e40114;
}
.product .item1 .content .list .item_list ul li a:hover .word h5 {
  color: #fff;
}
.product .item1 .content .list .item_list ul li a:hover .word span {
  background: #fff;
}
.product .item1 .content .list .item_list ul li a:hover .word span i {
  color: #e40114;
}
.product .item1 .content .list .item_list{
  overflow: hidden;
}
.product .item1 .content .list .item_list ul{
  margin: 0 -13px;
}
.product .item1 .content .list .item_list ul li{
  padding: 0 13px;
}
.product .item1 .content .list .item_list ul li a .pic {
  height: 220px;
  overflow: hidden;
  text-align: center;
  line-height: 220px;
  background: #f1f1f1;
}
.product .item1 .content .list .item_list ul li a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.product .item1 .content .list .item_list ul li a .word {
  height: 60px;
  line-height: 60px;
  padding: 13px 10px;
  background: #f1f1f1;
  border-top: 1px solid #dedede;
}
.product .item1 .content .list .item_list ul li a .word h5 {
  float: left;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}
.product .item1 .content .list .item_list ul li a .word span {
  float: right;
  display: block;
  width: 35px;
  height: 35px;
  background: #0455b5;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
}
.product .item1 .content .list .item_list ul li a .word span i {
  color: #fff;
}

/* .product .item1 .content .list .swiper-container .swiper-pagination {
  bottom: 35px;
}
.product .item1 .content .list .swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 11px;
  height: 11px;
  border: solid 3px #f1f1f1;
  background: #fff;
  margin: 0 3px;
  border-radius: 50%;
}
.product .item1 .content .list .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 3px #e40114;
} */

.product .item2 {
  background: url(/statics/images/jzh/product_item2_bg.jpg) no-repeat center;
}
.product .item2 .content {
  height: 450px;
}
.product .item2 .content .tit h5 {
  color: #fff;
  background: url(/statics/images/jzh/tit_bg_white.png) no-repeat right center;
}
.product .item2 .content .list ul li a {
  display: block;
  padding: 50px;
  height: 277px;
  border-right: solid 1px #dedede;
  background: #fff;
}
.product .item2 .content .list ul li a h5 span {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
}
.product .item2 .content .list ul li a h5 img {
  float: right;
  margin-top: 3px;
}
.product .item2 .content .list ul li a .word {
  margin-top: 25px;
}
.product .item2 .content .list ul li a .word p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.product .item3 .content .list {
  overflow: hidden;
}
.product .item3 .content .list ul {
  margin: 0 -6px;
}
.product .item3 .content .list ul li {
  padding: 0 6px;
}
.product .item3 .content .list ul li:nth-child(2n) a .cover {
  top: auto;
  bottom: 0;
}
.product .item3 .content .list ul li a {
  display: block;
  position: relative;
}
.product .item3 .content .list ul li a:hover .cover {
  background: rgba(228, 2, 21, 0.9);
}
.product .item3 .content .list ul li a > img {
  width: 100%;
}
.product .item3 .content .list ul li a .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  transition: all 0.5s linear;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding-top: 45px;
}
.product .item3 .content .list ul li a .cover h5 {
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
}
.product .item3 .content .list ul li a .cover h6 {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin: 5px 0 10px;
}
.product .item3 .content .lookmore a {
  display: block;
  width: 170px;
  height: 50px;
  border-radius: 3px;
  border: solid 1px #dedede;
  text-align: center;
  line-height: 50px;
  margin: 30px auto 50px;
  font-size: 14px;
  color: #333333;
  transition: all 0.5s linear;
}
.product .item3 .content .lookmore a:hover {
  background: #0455b5;
  color: #fff;
}
.product .item4 {
  background: #f1f1f1;
}
.product .item4 .content .center {
  padding-bottom: 50px;
  border-bottom: 1px solid #dedede;
}
.product .item4 .content .center .slide {
  position: relative;
}
.product .item4 .content .center .slide .arrow {
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 0;
}
.product .item4 .content .center .slide .arrow .swiper-button-prev,
.product .item4 .content .center .slide .arrow .swiper-button-next {
  position: static;
  background: none;
  display: inline-block;
  outline: none;
}
.product .item4 .content .center .slide .arrow .swiper-button-prev i,
.product .item4 .content .center .slide .arrow .swiper-button-next i {
  font-size: 24px;
}
.product .item4 .content .center .slide .btn {
  z-index: 10;
  position: absolute;
  bottom: 20px;
  left: 630px;
}
.product .item4 .content .center .slide .btn .swiper-pagination {
  position: static;
}
.product .item4 .content .center .slide .btn .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #dedede;
  margin-right: 5px;
  opacity: 1;
}
.product .item4 .content .center .slide .btn .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0358a9;
}
.product .item4 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.product .item4 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  float: left;
  width: 600px;
  height: 320px;
  text-align: center;
  line-height: 320px;
}
.product .item4 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.product .item4 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
  width: 600px;
  float: right;
  padding-left: 30px;
}
.product .item4 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a .word h5 {
  margin: 20px 0 30px;
}
.product .item4 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a .word h5 i {
  font-size: 39px;
  line-height: 30px;
  color: #999999;
  opacity: 0.5;
  font-style: oblique;
}
.product .item4 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a .word h5 span {
  font-size: 24px;
  line-height: 30px;
  color: #0358a9;
}
.product .item4 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a .word p {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 24px;
  max-height: 96px;
}
.product .item4 .content .center .slide .swiper-container .swiper-wrapper .swiper-slide a .word .more {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: #0455b5;
  text-align: center;
  line-height: 33px;
  font-size: 24px;
  color: #fff;
  margin-top: 25px;
}
.product .item5 {
  background: #f1f1f1;
}
.product .item5 .content .list {
  overflow: hidden;
  padding-bottom: 60px;
}
.product .item5 .content .list ul {
  margin: 0 -13px;
}
.product .item5 .content .list ul li {
  padding: 0 13px;
}
.product .item5 .content .list ul li a {
  display: block;
}
.product .item5 .content .list ul li a:hover .pic > img {
  transform: scale(1.1);
}
.product .item5 .content .list ul li a:hover .word {
  background: #0455b5;
}
.product .item5 .content .list ul li a:hover .word .text h5,
.product .item5 .content .list ul li a:hover .word .text span {
  color: #fff;
}
.product .item5 .content .list ul li a .pic {
  height: 210px;
  text-align: center;
  line-height: 210px;
  overflow: hidden;
  position: relative;
}
.product .item5 .content .list ul li a .pic .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.product .item5 .content .list ul li a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.product .item5 .content .list ul li a .word {
  height: 75px;
  background: #fff;
  padding: 13px 20px;
}
.product .item5 .content .list ul li a .word .text {
  width: 70%;
  float: left;
}
.product .item5 .content .list ul li a .word .text h5 {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .item5 .content .list ul li a .word .text span {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
}
.product .item5 .content .list ul li a .word i {
  width: 14px;
  height: 2px;
  background: #dedede;
  float: right;
  display: block;
  margin-top: 30px;
}
.product .item6 .content .list {
  overflow: hidden;
  padding-bottom: 60px;
}
.product .item6 .content .list ul {
  margin: 0 -8px;
}
.product .item6 .content .list ul li {
  padding: 0 8px;
}
.product .item6 .content .list ul li:first-child a {
  display: block;
  height: auto;
  position: relative;
}
.product .item6 .content .list ul li:first-child a:hover .pic img {
  transform: scale(1.1);
}
.product .item6 .content .list ul li:first-child a:hover .word {
  background: #0455b5;
}
.product .item6 .content .list ul li:first-child a .word {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background: rgba(0, 0, 0, 0.8);
  line-height: 35px;
  padding-left: 15px;
  font-size: 14px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .item6 .content .list ul li:first-child a .pic {
  height: 224px;
  overflow: hidden;
  text-align: center;
  line-height: 224px;
}
.product .item6 .content .list ul li:first-child a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.product .item6 .content .list ul li a {
  display: block;
  border-bottom: 1px solid #dedede;
  height: 46px;
  line-height: 46px;
}
.product .item6 .content .list ul li a:last-child {
  border-bottom: 0 solid #000;
}
.product .item6 .content .list ul li a:hover span {
  color: #0455b5;
}
.product .item6 .content .list ul li a span {
  display: block;
  float: left;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333333;
}
.product .item6 .content .list ul li a span b {
  color: #0455b5;
  margin-right: 5px;
}
.product .item6 .content .list ul li a i {
  font-size: 14px;
  color: #999999;
  float: right;
}
.top .content {
  height: 45px;
  border-bottom: 1px solid #dedede;
  line-height: 45px;
}
.top .content .left {
  float: left;
}
.top .content .left a {
  font-size: 14px;
  color: #333333;
}
.top .content .left a:hover {
  color: #0455b5;
}
.top .content .right {
  float: right;
}
.top .content .right ul li {
  float: left;
  margin-left: 30px;
  position: relative;
}
.top .content .right ul li:hover .qrcode {
  display: block;
}
.top .content .right ul li:last-child::after {
  display: none;
}
.top .content .right ul li:last-child a {
  color: #0455b5;
  font-size: 18px;
}
.top .content .right ul li:last-child a img {
  position: relative;
  top: -2px;
}
.top .content .right ul li::after {
  position: absolute;
  top: 50%;
  right: -15px;
  content: "";
  width: 1px;
  height: 12px;
  background: #dedede;
  transform: translateY(-50%);
}
.top .content .right ul li .qrcode {
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.top .content .right ul li a {
  font-size: 14px;
  color: #333333;
}
.top .content .right ul li a:hover {
  color: #0455b5;
}
.header{
  position: relative;
}
.header>.content {
  overflow: hidden;
  height: 125px;
  /* padding-top: 30px; */
}
.header .content .logo {
  float: left;
  margin-top: 15px;
}
.header .content .logo a {
  display: block;
}
.header .content .nav {
  float: right;
}
.header .content .nav>ul>li {
  float: left;
  margin-left: 33px;
  height: 125px;
  line-height: 125px;
}
.header .content .nav >ul>li  a {
  font-size: 16px;
  color: #999999;
  
}

.header .content .nav >ul>li.active a{
  color: #0455b5;
  font-weight: bold;
}
.header .content .nav >ul>li  a:hover {
  color: #0455b5;
  font-weight: bold;
}
.banner .slide .swiper-container .swiper-pagination {
  bottom: 50px;
}
.banner .slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: solid 3px #0455b5;
  background: none;
  opacity: 1;
}
.banner .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #0455b5;
}
.banner .slide .swiper-container .swiper-button-next,
.banner .slide .swiper-container .swiper-button-prev {
  width: 19px;
  height: 35px;
  background: none;
}
.banner .slide .swiper-container .swiper-button-next {
  background: url(/statics/images/jzh/banner_right.png) no-repeat center;
  right: 50px;
}
.banner .slide .swiper-container .swiper-button-prev {
  background: url(/statics/images/jzh/banner_left.png) no-repeat center;
  left: 50px;
}
.hot_word .content {
  height: 60px;
  line-height: 60px;
}
.hot_word .content .left {
  width: 50%;
  float: left;
}
.hot_word .content .left span {
  font-size: 14px;
  color: #0455b5;
  font-weight: bold;
}
.hot_word .content .left a {
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}
.hot_word .content .right {
  float: right;
  padding-top: 12px;
}
.hot_word .content .right form {
  width: 460px;
  box-shadow: 0px 0px 7px 0px rgba(0, 67, 255, 0.3);
  border-radius: 3px;
  border: solid 1px #027fef;
  overflow: hidden;
}
.hot_word .content .right form .txt {
  width: 400px;
  display: block;
  float: left;
  height: 36px;
  font-size: 14px;
  color: #333;
  padding-left: 10px;
}
.hot_word .content .right form .sub {
  display: block;
  float: right;
  width: 40px;
  height: 36px;
  background: url(/statics/images/jzh/search.png) no-repeat center;
}
.index .title {
  padding: 60px 0 35px;
  text-align: center;
}
.index .title h5 {
  font-size: 36px;
  line-height: 1;
  color: #333333;
}
.index .title h6 {
  font-size: 14px;
  line-height: 1;
  color: #666666;
  margin: 12px 0;
}
.index .title p {
  font-size: 14px;
  line-height: 1;
  color: #999999;
}
.index .item_nav {
  margin-bottom: 40px;
}
.index .item_nav ul {
  text-align: center;
}
.index .item_nav ul li {
  display: inline-block;
  margin: 0 5px;
}
.index .item_nav ul li:hover a,
.index .item_nav ul li.active a {
  background-image: linear-gradient(45deg, #17b9d3 0%, #0455b5 100%);
  box-shadow: 0px 7px 9px 0px rgba(2, 127, 239, 0.2);
  color: #fff;
}
.index .item_nav ul li a {
  width: 116px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
  border-radius: 25px;
  transition: all 0.5s linear;
}
.index .item1 {
  background: url(/statics/images/jzh/index_item1_bg.jpg) no-repeat center;
}
.index .item1 .content {
  height: 836px;
}
.index .item1 .content .list .item_list {
  display: none;
}
.index .item1 .content .list .item_list:first-child {
  display: block;
}
.index .item1 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  background: #fff;
}
.index .item1 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a:hover span {
  background-image: linear-gradient(45deg, #17b9d3 0%, #0455b5 100%);
  color: #fff;
}
.index .item1 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  height: 235px;
  line-height: 235px;
  text-align: center;
  overflow: hidden;
}
.index .item1 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  transition: all 0.5s linear;
  max-width: 60%;
}
.index .item1 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a .tit {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #dedede;
}
.index .item1 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a .description {
  height: 80px;
  text-align: center;
  padding: 15px 10px 0;
}
.index .item1 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a .description p {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  max-height: 48px;
}
.index .item1 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a span {
  display: block;
  width: 375px;
  height: 57px;
  text-align: center;
  line-height: 57px;
  background: #dedede;
  font-size: 14px;
  color: #666666;
  transition: all 0.5s linear;
}
.index .item1 .content .list .item_list .slide .arrow {
  margin-top: 40px;
  text-align: center;
}
.index .item1 .content .list .item_list .slide .arrow a {
  width: 166px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 25px;
  text-align: center;
  display: inline-block;
  line-height: 50px;
  margin: 0 5px;
  color: #333333;
  font-size: 14px;
  transition: all 0.5s linear;
}
.index .item1 .content .list .item_list .slide .arrow a:hover {
  background-image: linear-gradient(45deg, #17b9d3 0%, #0455b5 100%), linear-gradient(#0455b5, #0455b5);
  color: #fff;
}
.index .item1 .content .list .item_list .slide .arrow .swiper-button-next,
.index .item1 .content .list .item_list .slide .arrow .swiper-button-prev {
  outline: none;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(45deg, #17b9d3 0%, #0455b5 100%), linear-gradient(#0455b5, #0455b5);
  background-blend-mode: normal, normal;
  box-shadow: 0px 7px 9px 0px rgba(2, 127, 239, 0.2);
  background-size: 100% 100%;
  position: static;
  margin-top: 0;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  opacity: 1;
}
.index .item1 .content .list .item_list .slide .arrow .swiper-button-next i,
.index .item1 .content .list .item_list .slide .arrow .swiper-button-prev i {
  color: #fff;
}
.index .item1 .content .list .item_list .slide .arrow .swiper-button-next.swiper-button-disabled,
.index .item1 .content .list .item_list .slide .arrow .swiper-button-prev.swiper-button-disabled {
  background: #fff;
  box-shadow: none;
}
.index .item1 .content .list .item_list .slide .arrow .swiper-button-next.swiper-button-disabled i,
.index .item1 .content .list .item_list .slide .arrow .swiper-button-prev.swiper-button-disabled i {
  color: #333;
}
.index .item2 {
  background: #f3f6fd;
}
.index .item2 .content {
  padding-bottom: 60px;
}
.index .item2 .content .list {
  overflow: hidden;
}
.index .item2 .content .list ul {
  margin: 0 -10px;
}
.index .item2 .content .list ul li {
  padding: 0 10px;
  margin-bottom: 10px;
}
.index .item2 .content .list ul li a {
  height: 270px;
  display: block;
  text-align: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 0 0;
  
  transition: all 0.2s linear;
  background-position: center;
  position: relative;
}
.index .item2 .content .list ul li a .cover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 36px 36px 0;
  background-image: linear-gradient(45deg, rgba(23,185,211,0.93) 0%, rgba(2,126,240,0.95) 100%);
  background-size: 0 0;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .2s linear;
}

.index .item2 .content .list ul li a:hover .cover{
  background-size: 100% 100%;
}
.index .item2 .content .list ul li a:hover {
  background-size: 100% 100% ;
}
.index .item2 .content .list ul li a:hover .pic {
  border: solid 2px #ffffff;
}
.index .item2 .content .list ul li a:hover .pic .img_c {
  display: inline-block;
}
.index .item2 .content .list ul li a:hover .pic .img {
  display: none;
}
.index .item2 .content .list ul li a:hover h5,
.index .item2 .content .list ul li a:hover p {
  color: #fff;
}
.index .item2 .content .list ul li a:hover .line {
  background: #fff;
}
.index .item2 .content .list ul li a .pic {
  width: 55px;
  height: 55px;
  border-style: solid;
  border-width: 2px;
  border-image-slice: 1;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  margin: 0 auto;
}
.index .item2 .content .list ul li a .pic .img_c {
  display: none;
}
.index .item2 .content .list ul li a h5 {
  font-size: 24px;
  color: #333333;
  margin: 20px 0;
}
.index .item2 .content .list ul li a .line {
  width: 28px;
  height: 2px;
  background: #0455b5;
  margin: 0 auto 20px;
}
.index .item2 .content .list ul li a p {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  max-height: 48px;
}
.index .item2 .content .lookmore a {
  width: 166px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 25px;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 50px;
  margin-top: 30px;
  transition: all 0.5s linear;
}
.index .item2 .content .lookmore a:hover {
  background-image: linear-gradient(45deg, #17b9d3 0%, #0455b5 100%);
  color: #fff;
}
.index .item3 .content {
  padding-bottom: 58px;
}
.index .item3 .content .item_nav ul li a {
  border: 1px solid #dedede;
}
.index .item3 .content .list .item_list {
  display: none;
}
.index .item3 .content .list .item_list:first-child {
  display: block;
}
.index .item3 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  padding: 15px;
  background: #f1f1f1;
}
.index .item3 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a:hover {
  background-image: linear-gradient(45deg, #17b9d3 0%, #0455b5 100%);
}
.index .item3 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .pic img {
  transform: scale(1.1);
}
.index .item3 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .word .tit h5,
.index .item3 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .word .tit h6 {
  color: #fff;
}
.index .item3 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  height: 250px;
  line-height: 250px;
  text-align: center;
  overflow: hidden;
}
.index .item3 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  transition: all 0.5s linear;
  max-width: 100%;
}
.index .item3 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
  overflow: hidden;
  padding-bottom: 10px;
}
.index .item3 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a .word .tit {
  width: 60%;
  float: left;
  margin-top: 20px;
}
.index .item3 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a .word .tit h5 {
  font-size: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .item3 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a .word .tit h6 {
  font-size: 14px;
  color: #999;
}
.index .item3 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a .word .arrow {
  float: right;
  width: 51px;
  height: 51px;
  background-color: #ffffff;
  text-align: center;
  line-height: 51px;
  border-radius: 50%;
  margin-top: 26px;
}
.index .item3 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a .word .arrow i {
  color: #333;
  font-size: 20px;
}
.index .item3 .content .list .item_list .slide .arrow {
  margin-top: 50px;
  text-align: center;
}
.index .item3 .content .list .item_list .slide .arrow a {
  width: 166px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 25px;
  text-align: center;
  display: inline-block;
  line-height: 50px;
  margin: 0 5px;
  color: #333333;
  font-size: 14px;
  transition: all 0.5s linear;
  border: 1px solid #dedede;
}
.index .item3 .content .list .item_list .slide .arrow a:hover {
  background-image: linear-gradient(45deg, #17b9d3 0%, #0455b5 100%), linear-gradient(#0455b5, #0455b5);
  color: #fff;
}
.index .item3 .content .list .item_list .slide .arrow .swiper-button-next,
.index .item3 .content .list .item_list .slide .arrow .swiper-button-prev {
  border: 1px solid #dedede;
  outline: none;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(45deg, #17b9d3 0%, #0455b5 100%), linear-gradient(#0455b5, #0455b5);
  background-blend-mode: normal, normal;
  box-shadow: 0px 7px 9px 0px rgba(2, 127, 239, 0.2);
  background-size: 100% 100%;
  position: static;
  margin-top: 0;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  opacity: 1;
}
.index .item3 .content .list .item_list .slide .arrow .swiper-button-next i,
.index .item3 .content .list .item_list .slide .arrow .swiper-button-prev i {
  color: #fff;
}
.index .item3 .content .list .item_list .slide .arrow .swiper-button-next.swiper-button-disabled,
.index .item3 .content .list .item_list .slide .arrow .swiper-button-prev.swiper-button-disabled {
  background: #fff;
  box-shadow: none;
}
.index .item3 .content .list .item_list .slide .arrow .swiper-button-next.swiper-button-disabled i,
.index .item3 .content .list .item_list .slide .arrow .swiper-button-prev.swiper-button-disabled i {
  color: #333;
}
.index .item4 {
  background: url(/statics/images/jzh/index_item4_bg.jpg) no-repeat center;
}
.index .item4 .content {
  height: 658px;
}
.index .item4 .content .list {
  margin: 20px 0 48px;
}
.index .item4 .content .list ul li:last-child::after{
  display: none;
}
.index .item4 .content .list ul li {
  position: relative;
}
.index .item4 .content .list ul li::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 31px;
  height: 31px;
  background: url(/statics/images/jzh/progress.png) no-repeat center;
  transform: translateX(50%);
}
.index .item4 .content .list ul li a {
  display: block;
  text-align: center;
}
.index .item4 .content .list ul li a:hover h5 {
  color: #333;
}
.index .item4 .content .list ul li a:hover h6 {
  color: #0455b5;
  font-weight: bold;
}
.index .item4 .content .list ul li a:hover .line {
  background: #0455b5;
}
.index .item4 .content .list ul li a h5 {
  font-size: 30px;
  color: #999999;
  line-height: 1;
}
.index .item4 .content .list ul li a h6 {
  margin: 20px 0;
  line-height: 1;
  font-size: 24px;
  color: #333333;
}
.index .item4 .content .list ul li a .line {
  width: 35px;
  height: 5px;
  border-radius: 25px;
  background: #999999;
  margin: 0 auto;
}
.index .item4 .content .slide {
  box-shadow: 0px 2px 27px 0px rgba(0, 0, 0, 0.1);
}
.index .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .center {
  overflow: hidden;
}
.index .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .center .pic {
  width: 600px;
  float: left;
  height: 430px;
}
.index .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .center .word {
  width: 600px;
  float: right;
  height: 430px;
  background: #fff;
  padding: 60px 50px 0 50px;
}
.index .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .center .word h5 {
  font-size: 36px;
  line-height: 1;
  color: #333333;
  margin-bottom: 13px;
}
.index .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .center .word h6 {
  font-size: 16px;
  line-height: 1;
  color: #999999;
  margin-bottom: 35px;
}
.index .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .center .word p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.index .item4 .content .slide .swiper-container .swiper-pagination {
  width: auto;
  bottom: 62px;
  left: 650px;
}
.index .item4 .content .slide .swiper-container .swiper-pagination .swiper-pagination-current {
  font-size: 48px;
  line-height: 1;
  color: #0455b5;
}
.index .item4 .content .slide .swiper-container .swiper-pagination .swiper-pagination-total {
  font-size: 18px;
  color: #999999;
}
.index .item4 .content .slide .swiper-container .arrow {
  position: absolute;
  z-index: 10;
  bottom: 64px;
  right: 70px;
}
.index .item4 .content .slide .swiper-container .arrow .swiper-button-next,
.index .item4 .content .slide .swiper-container .arrow .swiper-button-prev {
  outline: none;
  position: static;
  margin-top: 0;
  display: inline-block;
  background: none;
  width: auto;
  height: auto;
  margin: 0 5px;
  opacity: 1;
}
.index .item4 .content .slide .swiper-container .arrow .swiper-button-next i,
.index .item4 .content .slide .swiper-container .arrow .swiper-button-prev i {
  color: #0455b5;
  font-size: 24px;
}
.index .item4 .content .slide .swiper-container .arrow .swiper-button-next.swiper-button-disabled i,
.index .item4 .content .slide .swiper-container .arrow .swiper-button-prev.swiper-button-disabled i {
  color: #333;
}
.index .item5 {
  background: url(/statics/images/jzh/index_item5_bg.jpg) no-repeat center;
}
.index .item5 .content {
  height: 720px;
  padding-top: 120px;
}
.index .item5 .content .title h5,
.index .item5 .content .title h6,
.index .item5 .content .title p {
  color: #fff;
}
.index .item5 .content .word {
  text-align: center;
  padding: 0 60px;
}
.index .item5 .content .word p {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
}
.index .item5 .content .lookmore {
  display: block;
  width: 170px;
  height: 50px;
  border: solid 1px #ffffff;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #ffffff;
  margin: 40px auto;
  border-radius: 25px;
  transition: all 0.5s linear;
}
.index .item5 .content .lookmore:hover {
  background: #fff;
  color: #0455b5;
}
.index .item5 .content .list ul li a {
  display: block;
  text-align: center;
}
.index .item5 .content .list ul li a .line {
  width: 1px;
  height: 35px;
  background: #fff;
  margin: 20px auto ;
}
.index .item5 .content .list ul li a span {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
}
.index .item5 .content .list ul li a h6 {
  font-size: 14px;
  color: #ffffff;
}
.index .item6 .content {
  padding-bottom: 58px;
}
.index .item6 .content .item_nav ul li a {
  border: 1px solid #dedede;
  width: 166px;
}
.index .item6 .content .list .item_list {
  display: none;
}
.index .item6 .content .list .item_list:first-child {
  display: block;
}
.index .item6 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.index .item6 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a:hover {
  background-image: linear-gradient(45deg, #17b9d3 0%, #0455b5 100%);
}
.index .item6 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .pic img {
  transform: scale(1.1);
}
.index .item6 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .word p {
  color: #fff;
}
.index .item6 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  height: 190px;
  line-height: 190px;
  text-align: center;
  overflow: hidden;
  background: #f1f1f1;
}
.index .item6 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  transition: all 0.5s linear;
  max-width: 100%;
}
.index .item6 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
  height: 50px;
  border: solid 1px #f1f1f1;
  text-align: center;
  line-height: 50px;
}
.index .item6 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a .word p {
  font-size: 14px;
  color: #333333;
}
.index .item6 .content .list .item_list .slide .arrow {
  margin-top: 50px;
  text-align: center;
}
.index .item6 .content .list .item_list .slide .arrow a {
  width: 166px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 25px;
  text-align: center;
  display: inline-block;
  line-height: 50px;
  margin: 0 5px;
  color: #333333;
  font-size: 14px;
  transition: all 0.5s linear;
  border: 1px solid #dedede;
}
.index .item6 .content .list .item_list .slide .arrow a:hover {
  background-image: linear-gradient(45deg, #17b9d3 0%, #0455b5 100%), linear-gradient(#0455b5, #0455b5);
  color: #fff;
}
.index .item6 .content .list .item_list .slide .arrow .swiper-button-next,
.index .item6 .content .list .item_list .slide .arrow .swiper-button-prev {
  border: 1px solid #dedede;
  outline: none;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(45deg, #17b9d3 0%, #0455b5 100%), linear-gradient(#0455b5, #0455b5);
  background-blend-mode: normal, normal;
  box-shadow: 0px 7px 9px 0px rgba(2, 127, 239, 0.2);
  background-size: 100% 100%;
  position: static;
  margin-top: 0;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  opacity: 1;
}
.index .item6 .content .list .item_list .slide .arrow .swiper-button-next i,
.index .item6 .content .list .item_list .slide .arrow .swiper-button-prev i {
  color: #fff;
}
.index .item6 .content .list .item_list .slide .arrow .swiper-button-next.swiper-button-disabled,
.index .item6 .content .list .item_list .slide .arrow .swiper-button-prev.swiper-button-disabled {
  background: #fff;
  box-shadow: none;
}
.index .item6 .content .list .item_list .slide .arrow .swiper-button-next.swiper-button-disabled i,
.index .item6 .content .list .item_list .slide .arrow .swiper-button-prev.swiper-button-disabled i {
  color: #333;
}
.index .item7 {
  background: #f1f1f1;
}
.index .item7 .content {
  padding-bottom: 20px;
}
.index .item7 .content .item_nav ul li a {
  border: 1px solid #dedede;
  width: 166px;
}
.index .item7 .content .list .item_list:first-child{
  display: block;
}
.index .item7 .content .list .item_list {
  display: none;
  overflow: hidden;
}
.index .item7 .content .list .item_list .big a {
  overflow: hidden;
  display: block;
}
.index .item7 .content .list .item_list .big a .pic {
  width: 375px;
  height: 250px;
  float: left;
  text-align: center;
  line-height: 245px;
  background: #fff;
}
.index .item7 .content .list .item_list .big a .pic img {
  transition: all 0.5s linear;
  max-width: 100%;
}
.index .item7 .content .list .item_list .big a .word {
  background: #fff;
  width: 825px;
  height: 250px;
  float: right;
  padding: 40px 40px 0;
}
.index .item7 .content .list .item_list .big a .word h5 {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.index .item7 .content .list .item_list .big a .word h6 {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px 0 15px;
}
.index .item7 .content .list .item_list .big a .word p {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  max-height: 72px;
  margin-bottom: 20px;
}
.index .item7 .content .list .item_list .big a .word span {
  font-size: 14px;
  line-height: 24px;
  color: #0455b5;
  padding-left: 77px;
  position: relative;
}
.index .item7 .content .list .item_list .big a .word span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 57px;
  height: 1px;
  background: #0455b5;
}
.index .item7 .content .list .item_list ul {
  margin: 10px -17.5px 0;
}
.index .item7 .content .list .item_list ul li {
  padding: 0 17.5px;
}
.index .item7 .content .list .item_list ul li:nth-child(9) a,
.index .item7 .content .list .item_list ul li:nth-child(10) a {
  border-bottom: 0 solid #000;
}
.index .item7 .content .list .item_list ul li a {
  display: block;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #dedede;
}
.index .item7 .content .list .item_list ul li a:hover span {
  color: #0455b5;
}
.index .item7 .content .list .item_list ul li a span {
  display: block;
  float: left;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333333;
}
.index .item7 .content .list .item_list ul li a span b {
  color: #0455b5;
}
.index .item7 .content .list .item_list ul li a i {
  font-size: 14px;
  color: #999999;
  float: right;
}
.index .friend_link .content {
  padding: 22px 0 15px;
  overflow: hidden;
}
.index .friend_link .content span,
.index .friend_link .content a {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  display: block;
  float: left;
}
.index .friend_link .content a {
  margin: 0 5px 5px 5px;
}
.index .friend_link .content a:hover {
  color: #0455b5;
}
.footer {
  border-top: 2px solid #0455b5;
  background: #333333;
}
.footer .content .foot_nav {
  overflow: hidden;
  padding: 60px 0 80px;
  border-bottom: 1px solid #474747;
}
.footer .content .foot_nav ul li {
  float: left;
  margin-right: 110px;
}
.footer .content .foot_nav ul li:last-child {
  margin-right: 0;
  margin-left: 50px;
}
.footer .content .foot_nav ul li h5 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
}
.footer .content .foot_nav ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  display: block;
}
.footer .content .foot_nav ul li a:hover {
  color: #0455b5;
}
.footer .content .foot_nav ul li .tel {
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
}
.footer .content .foot_nav ul li .address {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin: 10px 0;
}
.footer .content .foot_nav ul li .qrcode .img {
  float: left;
  margin-right: 20px;
  text-align: center;
}
.footer .content .foot_nav ul li .qrcode .img img {
  width: 134px;
}
.footer .content .foot_nav ul li .qrcode .img p {
  font-size: 12px;
  color: #ffffff;
  margin-top: 10px;
}
.beian {
  background: #333333;
}
.beian .content {
  height: 60px;
  line-height: 60px;
}
.beian .content .left a,
.beian .content .right a {
  font-size: 14px;
  color: #ffffff;
}
.beian .content .left a:hover,
.beian .content .right a:hover {
  color: #0455b5;
}
.beian .content .left {
  float: left;
}
.beian .content .right {
  float: right;
}


.side_nav {
  position: fixed;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 10;
}
.side_nav ul li {
  position: relative;
  margin-bottom: 1px;
}
.side_nav ul li:hover .tel {
  display: block;
}
.side_nav ul li:hover .qrcode {
  display: block;
}
.side_nav ul li a {
  display: block;
  width: 75px;
  height: 75px;
  /* background: #fff; */
  background: #333;
  border: 1px solid #dedede;
  text-align: center;
  overflow: hidden;
}
.side_nav ul li a img {
  display: block;
  margin: 15px auto 5px;
}
.side_nav ul li a span {
  font-size: 14px;
  /* color: #333333; */
  color: #ffffff;
}
.side_nav ul li .tel {
  display: none;
  position: absolute;
  top: 50%;
  /*right: -10px;*/
  transform: translate(40%, -40%);
  width: 200px;
  height: 85px;
  background: #fff;
  text-align: center;
  padding-top: 15px;
  box-shadow: 0 0 10px 0 rgba(20, 34, 67, 0.1);
}
.side_nav ul li .tel h5 {
  font-size: 18px;
  font-weight: bold;
  color: #0177ff;
}
.side_nav ul li .tel h6 {
  font-size: 16px;
}
.side_nav ul li .qrcode {
  display: none;
  position: absolute;
  top: 50%;
  /*left: -10px;*/
  transform: translate(70%, -40%);
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(20, 34, 67, 0.1);
  padding: 10px;
}
.side_nav ul li .qrcode img {
  max-width: 100px;
}

.nav  > ul > li:hover .pro_nav {
  display: block;
}

.nav  > ul > li .pro_nav {
  display: none;
  padding-top: 20px;
  z-index: 15;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 390px;
  background: #fff url(/statics/images/jzh/pronav_bg.png) no-repeat center;
  border-top: 1px solid #dedede;
}
.nav  > ul > li .pro_nav .left_nav {
  border-right: 1px solid #dedede;
  width: 225px;
  float: left;
}
.nav  > ul > li .pro_nav .left_nav ul li a {
  padding-left: 20px;
  display: block;
  font-size: 16px;
  line-height: 34px;
  color: #333;
  background: url(/statics/images/jzh/dot.png) no-repeat left center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav  > ul > li .pro_nav .left_nav ul li a:hover {
  color: #0455b5;
  /* text-decoration: underline; */
}
.nav  > ul > li .pro_nav .slide {
  width: 975px;
  float: right;
}
.nav  > ul > li .pro_nav .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 220px;
  margin: 0 auto;
  border-bottom: 1px solid #dedede;
}
.nav  > ul > li .pro_nav .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  height: 120px;
  line-height: 120px;
  overflow: hidden;
  text-align: center;
}


.nav  > ul > li .pro_nav .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 100%;
}

.nav  > ul > li:nth-child(3) .pro_nav .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 60%;
}


.nav  > ul > li .pro_nav .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
  text-align: center;
  font-size: 16px;
  color: #0455b5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 42px;
  line-height: 42px;
}
.nav  > ul > li .pro_nav .slide .arrow {
  position: static;
  text-align: center;
  margin-top: 10px;
  line-height: 1;
}
.nav  > ul > li .pro_nav .slide .arrow .swiper-button-prev,
.nav  > ul > li .pro_nav .slide .arrow .swiper-button-next {
  position: static;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #0455b5;
  opacity: 1;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  outline: none;
}
.nav  > ul > li .pro_nav .slide .arrow .swiper-button-prev i,
.nav  > ul > li .pro_nav .slide .arrow .swiper-button-next i {
  font-size: 14px;
  color: #fff;
}