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{
  position: relative;
}
.banner a img {
  max-width: 100%;
}
.bread_nav {
  height: 60px;
  line-height: 60px;
  background: #e30016;
}
.bread_nav .content .left {
  float: left;
}
.bread_nav .content .left .home {
  margin-right: 8px;
}
.bread_nav .content .left span,
.bread_nav .content .left a {
  font-size: 14px;
  color: #ffffff;
}
.bread_nav .content .left span img,
.bread_nav .content .left a img {
  position: relative;
  top: -2px;
}
.bread_nav .content .son_nav {
  float: right;
}
.bread_nav .content .son_nav ul li {
  float: left;
}
.bread_nav .content .son_nav ul li:hover,
.bread_nav .content .son_nav ul li.active {
  background: #fff;
}
.bread_nav .content .son_nav ul li:hover a,
.bread_nav .content .son_nav ul li.active a {
  color: #e30016;
}
.bread_nav .content .son_nav ul li a {
  display: block;
  /* width: 140px; */
  padding: 0 15px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}




.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: #e30016;
  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/jk/tit_bg.png) no-repeat right center;
}

.list_pro .content .tit h5 span{
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  position: relative;
  padding-bottom: 5px;
}
.list_pro .content .tit h5 span::after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e30016;
  content: "";
}

.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: #de0217;
  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: #e30016;
  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: #e30016;
}
.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 > h6{
  font-size: 18px;
  color: #333333;
  padding: 10px 0;
  font-weight: bold;
}
.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: #e30016;
  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/jk/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: #e30016;
}
.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: #e30016;
}
.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: #e30016;
}
.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/jk/tit_bg.png) no-repeat right center;
}

.show_pro .item2 .content .tit h5 span{
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  position: relative;
  padding-bottom: 5px;
}
.show_pro .item2 .content .tit h5 span::after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e30016;
  content: "";
}

.show_pro .item2 .content > div {
  margin-bottom: 50px;
}
.show_pro .item2 .content .one .word p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.show_pro .item2 .content .one .word img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
}
.show_pro .item2 .content .two .word {
  border: solid 1px #dedede;
  padding: 30px;
}
.show_pro .item2 .content .two .word table{
  width: 100%;
}
.show_pro .item2 .content .two .word table th,.show_pro .item2 .content .two .word table td{
  border: 1px solid #dedede;
}
.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{
  color: #333;
}
.show_pro .item2 .content .three .word .list ul li a i{
  color: rgba(228, 2, 21, 0.9);
}
.show_pro .item2 .content .three .word .list ul li a:hover{
  color: rgba(228, 2, 21, 0.9);
}
.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: #e30016;
  border: 1px solid #e30016;
}
.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/jk/tit_bg.png) no-repeat right center;
}

.list_case .content .tit h5 span{
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  position: relative;
  padding-bottom: 5px;
}
.list_case .content .tit h5 span::after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e30016;
  content: "";
}

.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/jk/tit_bg.png) no-repeat right center;
}

.list_news .content .tit h5 span{
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  position: relative;
  padding-bottom: 5px;
}
.list_news .content .tit h5 span::after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e30016;
  content: "";
}

.list_news .content .list ul li {
  margin-bottom: 20px;
}
.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 #e30016;
}
.list_news .content .list ul li a:hover .word h5 {
  color: #e30016;
}
.list_news .content .list ul li a .pic {
  float: right;
  width: 300px;
  height: 200px;
  text-align: center;
  line-height: 200px;
  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: 840px;
  height: 200px;
  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: #e30016;
}
.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: #e30016;
  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/jk/tit_bg.png) no-repeat right center;
}

.contact_us .content .tit h5 span{
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  position: relative;
  padding-bottom: 5px;
}
.contact_us .content .tit h5 span::after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e30016;
  content: "";
}

.contact_us .content .item1 {
  overflow: hidden;
}
.contact_us .content .item1 .word {
  float: left;
  width: 50%;
}
.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{
    margin-bottom: 10px;
}
.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 .text .address{
    display: flex;
    align-items: center;
}
.contact_us .content .item1 .word .text .address span{
    display: block;
    font-weight: normal;
    margin-left: 5px;
}

.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/jk/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: #e30016;
  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: #e30016;
}
.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 #e30016;
}
.show_news .content .news_right ul li a:hover .word p {
  color: #e30016;
}
.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/jk/tit_bg.png) no-repeat right center;
}


.hot_pro .content .tit h5 span{
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  position: relative;
  padding-bottom: 5px;
}
.hot_pro .content .tit h5 span::after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e30016;
  content: "";
}

.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: #de0217;
  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: #e40215;
}
.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/jk/tit_bg.png) no-repeat right center;
}

.about_us .content .tit h5 span{
  font-size: 24px;
  line-height: 1;
  color: #333333;
  position: relative;
  padding-bottom: 5px;
}
.about_us .content .tit h5 span::after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e30016;
  content: "";
}

.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: 305px;
  text-align: center;
  line-height: 305px;
  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: #e30016;
}
.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/jk/tit_bg.png) no-repeat right center;
}

.product  .tit h5 span{
  font-size: 24px;
  line-height: 1;
  color: #333333;
  position: relative;
  padding-bottom: 5px;
}
.product  .tit h5 span::after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e30016;
  content: "";
}

.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: #e30016;
}
.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: #e30016;
  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: #de0217;
} */
.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/jk/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: #e30016;
  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/jk/product_item2_bg.jpg) no-repeat center;
}
.product .item2 .content {
  height: 450px;
}
.product .item2 .content .tit h5 {
  color: #fff;
  background: url(/statics/images/jk/tit_bg_white.png) no-repeat right center;
}

.product .item2 .content  .tit h5 span{
  font-size: 24px;
  line-height: 1;
  color: #333333;
  position: relative;
  padding-bottom: 5px;
}
.product .item2 .content  .tit h5 span::after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e30016;
  content: "";
}

.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: #e30016;
  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: #de0217;
  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: #de0217;
}
.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: #de0217;
}
.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: #de0217;
}
.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: #de0217;
  margin-right: 5px;
}
.product .item6 .content .list ul li a i {
  font-size: 14px;
  color: #999999;
  float: right;
}




.side_nav {
  position: fixed;
  top: 50%;
  right: 0;
  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: 50px;
  height: 60px;
  background: #fff;
  border: 1px solid #dedede;
  text-align: center;
  overflow: hidden;
}
.side_nav ul li a img {
  display: block;
  margin: 8px auto 0;
}
.side_nav ul li a span {
  font-size: 12px;
  color: #333333;
}
.side_nav ul li .tel {
  display: none;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(-100%, -50%);
  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: #e30016;
}
.side_nav ul li .tel h6 {
  font-size: 16px;
}
.side_nav ul li .qrcode {
  display: none;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(-100%, -50%);
  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;
}



.page_top {
  border-bottom: 1px solid #dedede;
}
.page_top .content {
  height: 45px;
  line-height: 45px;
}
.page_top .content .welcome {
  float: left;
}
.page_top .content .welcome a {
  font-size: 14px;
  color: #333;
}
.page_top .content .welcome a:hover {
  color: #e30016;
}
.page_top .content ul {
  float: right;
}
.page_top .content ul li {
  float: left;
  padding: 0 20px;
  display: block;
  height: 45px;
  line-height: 43px;
  position: relative;
}
.page_top .content ul li:hover .qrcode {
  display: block;
}
.page_top .content ul li:last-child {
  padding-right: 0;
}
.page_top .content ul li:first-child::after {
  display: none;
}
.page_top .content ul li::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #fff;
}
.page_top .content ul li .qrcode {
  display: none;
  z-index: 10;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 5px;
  background: #fff;
}
.page_top .content ul li .qrcode img {
  max-width: 100px;
}
.page_top .content ul li a {
  font-size: 14px;
  color: #333;
}
.page_top .content ul li a:hover {
  color: #e30016;
}
.header {
  border-bottom: 1px solid #f1f1f1;
}
.header .content {
  overflow: hidden;
  height: 133px;
}
.header .content .logo {
  float: left;
  margin-top: 44px;
}
.header .content .logo a {
  display: block;
}
.header .content .tel {
  margin-top: 40px;
  float: right;
  background: url(/statics/images/jk/tel.png) no-repeat left center;
  padding: 8px 0 8px 70px;
}
.header .content .tel h5 {
  font-size: 14px;
  line-height: 1;
  color: #333333;
}
.header .content .tel h6 {
  font-size: 24px;
  line-height: 1;
  color: #e30016;
}
.nav {
  background: #e30016;
}
/* .nav .content .pro_nav {
  float: left;
  width: 290px;
  position: relative;
  cursor: pointer;
}

.nav .content .pro_nav.active >ul{
  display: block !important;
}
.nav .content .pro_nav:hover >ul{
  display: block;
}
.nav .content .pro_nav h5 {
  background: #333;
  height: 60px;
  line-height: 60px;
  padding-left: 27px;
}
.nav .content .pro_nav h5 img {
  position: relative;
  top: -3px;
  margin-right: 17px;
}
.nav .content .pro_nav h5 span {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}

.nav .content .pro_nav > ul {
  display: none;
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.nav .content .pro_nav > ul > li:hover a {
  background: #f1f1f1;
  color: #e30016;
}
.nav .content .pro_nav > ul > li:hover a i {
  color: #e30016;
}
.nav .content .pro_nav > ul > li:hover a::after {
  display: block;
}
.nav .content .pro_nav > ul > li:hover .son_nav {
  display: block;
}
.nav .content .pro_nav > ul > li > a {
  background: #fff;
  display: block;
  height: 62.5px;
  line-height: 60px;
  font-size: 16px;
  color: #333;
  padding: 0 34px;
  position: relative;
}
.nav .content .pro_nav > ul > li > a::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 30px;
  background: #e30016;
  content: "";
  display: none;
}
.nav .content .pro_nav > ul > li > a i {
  float: right;
  color: #333;
}
.nav .content .pro_nav > ul .son_nav {
  position: absolute;
  display: none;
  top: 0;
  left: 100%;
  width: 455px;
  height: 500px;
  background: #f1f1f1;
  padding: 0 30px;
}
.nav .content .pro_nav > ul .son_nav h6 a{
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #dedede;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  display: block;
}
.nav .content .pro_nav > ul .son_nav h6 a:hover{
  color: #e30016;
}

.nav .content .pro_nav > ul .son_nav ul li a {
  line-height: 60px;
  height: 60px;
  font-size: 14px;
  color: #333;
}
.nav .content .pro_nav > ul .son_nav ul li a:hover {
  color: #e30016;
} */



.nav .content .web_nav {
  /* width: 910px;
  float: right; */
}
.nav .content .web_nav ul li a {
  display: block;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #ffffff;
}
.nav .content .web_nav ul li{
  position: relative;
}

.nav .content .web_nav ul>li.active>a,.nav .content .web_nav ul>li:hover>a{
  background: #333;
}

.nav .content .web_nav ul li:hover .son_nav{
  display: block;
}
.nav .content .web_nav ul li .son_nav{
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: none;
}
.nav .content .web_nav ul li .son_nav ul li a{
  line-height: 60px;
  height: 60px;
  font-size: 14px;
  color: #fff;
  background: #e30016;
}

.nav .content .web_nav ul li .son_nav ul li a:hover{
  color: #e30016;
  background: #fff;
}
.nav .content .web_nav ul li:hover .pro_nav{
  display: block;
}
.nav .content .web_nav ul li .pro_nav{
  /* width: 290px; */
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}


.nav .content .web_nav ul li .pro_nav > ul > li:hover>a {
  background: #fff;
  color: #e30016;
}
/* .nav .content .web_nav ul li .pro_nav > ul > li:hover a i {
  color: #e30016;
} */
.nav .content .web_nav ul li .pro_nav > ul > li:hover a::after {
  display: block;
}
.nav .content .web_nav ul li .pro_nav > ul > li:hover .son_nav {
  display: block;
}
.nav .content .web_nav ul li .pro_nav > ul > li > a {
  background: #e30016;
  display: block;
  height: 62.5px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  padding: 0 34px;
  position: relative;
}
/* .nav .content .web_nav ul li .pro_nav > ul > li > a::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 30px;
  background: #e30016;
  content: "";
  display: none;
} */
.nav .content .web_nav ul li .pro_nav > ul > li > a i {
  float: right;
  color: #333;
}
.nav .content .web_nav ul li .pro_nav > ul li{
  position: static;
}
.nav .content .web_nav ul li .pro_nav > ul li .more_nav {
  position: absolute;
  display: none;
  top: 0;
  left: 100%;
  width: 280px;
  height: 500px;
  background: #fff;
  padding: 0 30px;
}
.nav .content .web_nav ul li .pro_nav > ul li:hover .more_nav{
  display: block;
}
.nav .content .web_nav ul li .pro_nav > ul li .more_nav h6 a{
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #dedede;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  display: block;
}
.nav .content .web_nav ul li .pro_nav > ul li .more_nav h6 a:hover{
  color: #e30016;
}

.nav .content .web_nav ul li .pro_nav > ul li .more_nav ul li a {
  line-height: 60px;
  height: 60px;
  font-size: 14px;
  color: #333;
}
.nav .content .web_nav ul li .pro_nav > ul li .more_nav ul li a:hover {
  color: #e30016;
  background: none;
} 

.banner a {
  display: block;
  height: 500px;
}
.banner .swiper-pagination {
  bottom: 10px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: solid 2px #ffffff;
  background-color: rgba(227, 0, 22, 0);
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: #e30016;
  border: solid 2px #e30016;
}
.hot_word {
  background: #f1f1f1;
  border-bottom: 1px solid #dedede;
}
.hot_word .content {
  height: 80px;
  line-height: 80px;
}
.hot_word .content .left {
  float: left;
  width: 60%;
}
.hot_word .content .left span {
  font-size: 14px;
  color: #333333;
}
.hot_word .content .left a {
  font-size: 14px;
  color: #666;
}
.hot_word .content .left a:hover {
  color: #e30016;
}
.hot_word .content .search {
  float: right;
}
.hot_word .content .search form {
  margin-top: 20px;
  width: 320px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #dddddd;
  overflow: hidden;
}
.hot_word .content .search form .txt {
  width: 250px;
  height: 40px;
  font-size: 14px;
  color: #333;
  padding-left: 15px;
  float: left;
}
.hot_word .content .search form .sub {
  float: right;
  width: 40px;
  height: 40px;
  background: url(/statics/images/jk/search.png) no-repeat center;
}
.index .title {
  text-align: center;
  padding: 50px 0 30px;
}
.index .title h5 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 36px;
  line-height: 37px;
  color: #333333;
}
.index .title h6 {
  font-size: 12px;
  line-height: 37px;
  color: #999999;
}
.index .lookmore a {
  margin: 40px auto;
  display: block;
  width: 170px;
  height: 50px;
  background-color: #e30016;
  border-radius: 3px;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
}
.index .item1 {
  background: url(/statics/images/jk/index_bg.png) no-repeat right 130px bottom 40px;
}
.index .item1 .content {
  overflow: hidden;
}
.index .item1 .content .list {
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
}
.index .item1 .content .list ul {
  margin: 0 -6px;
}
.index .item1 .content .list ul li {
  margin-bottom: 30px;
  padding: 0 6px;
}
.index .item1 .content .list ul li a {
  display: block;
}
.index .item1 .content .list ul li a:hover .pic {
  box-shadow: 0px 0px 5px 0px rgba(227, 0, 22, 0.53);
  border: solid 1px #e30016;
}
.index .item1 .content .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.index .item1 .content .list ul li a .pic {
  height: 290px;
  background-color: #ffffff;
  border: solid 1px #dedede;
  line-height: 290px;
  text-align: center;
  overflow: hidden;
  transition: all 0.5s linear;
}
.index .item1 .content .list ul li a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.index .item1 .content .list ul li a .word {
  text-align: center;
  margin-top: 10px;
  overflow: hidden;
}
.index .item1 .content .list ul li a .word p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333333;
}
.index .item2 {
  background: #e30016;
}
.index .item2 .content {
  height: 672px;
}
.index .item2 .content .title h5,
.index .item2 .content .title h6 {
  color: #fff;
}
.index .item2 .content .slide {
  position: relative;
}
.index .item2 .content .slide .swiper-container {
  padding-bottom: 50px;
}
.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .pic img {
  transform: scale(1.1);
}
.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  height: 290px;
  text-align: center;
  overflow: hidden;
  background: #fff;
}
.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
  height: 150px;
  background: #fff;
  padding: 30px;
  text-align: center;
}
.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word h5 {
  font-size: 18px;
  line-height: 1;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word h6 {
  font-size: 14px;
  line-height: 1;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 30px;
}
.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word span {
  font-size: 14px;
  line-height: 1;
  color: #999999;
}
.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word span img {
  position: relative;
  top: -2px;
}
.index .item2 .content .slide .swiper-container .swiper-pagination {
  bottom: 0;
}
.index .item2 .content .slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: solid 2px #ffffff;
  background-color: rgba(227, 0, 22, 0);
  opacity: 1;
}
.index .item2 .content .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border: solid 2px #ffffff;
}
.index .item2 .content .slide .swiper-button-next {
  right: -100px;
}
.index .item2 .content .slide .swiper-button-prev {
  left: -100px;
}
.index .item2 .content .slide .swiper-button-next,
.index .item2 .content .slide .swiper-button-prev {
  outline: none;
  width: 65px;
  height: 65px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 65px;
  opacity: 1;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index .item2 .content .slide .swiper-button-next i,
.index .item2 .content .slide .swiper-button-prev i {
  color: #e30016;
}
.index .item2 .content .slide .swiper-button-next.swiper-button-disabled,
.index .item2 .content .slide .swiper-button-prev.swiper-button-disabled {
  background: #333;
}
.index .item2 .content .slide .swiper-button-next.swiper-button-disabled i,
.index .item2 .content .slide .swiper-button-prev.swiper-button-disabled i {
  color: #fff;
}
.index .item3 {
  background: url(/statics/images/jk/ab_bg.jpg) no-repeat left center;
  position: relative;
}
.index .item3 .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 633px;
  background: url(/statics/images/jk/index_03.jpg) no-repeat center;
}
.index .item3 .content {
  height: 633px;
}
.index .item3 .content .left {
  width: 600px;
  float: left;
  padding-top: 68px;
  padding-right: 30px;
}
.index .item3 .content .left h5 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 36px;
  line-height: 1;
  color: #e30016;
}
.index .item3 .content .left h6 {
  font-size: 24px;
  line-height: 37px;
  color: #666666;
}
.index .item3 .content .left h4 {
  font-size: 14px;
  line-height: 37px;
  color: #999999;
}
.index .item3 .content .left p {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  margin: 10px 0;
}
.index .item3 .content .left .slide {
  position: relative;
}
.index .item3 .content .left .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.index .item3 .content .left .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .pic img {
  transform: scale(1.1);
}
.index .item3 .content .left .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  height: 137px;
  text-align: center;
  overflow: hidden;
  background: #fff;
  line-height: 137px;
}
.index .item3 .content .left .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.index .item3 .content .left .slide .swiper-button-next {
  right: -15px;
}
.index .item3 .content .left .slide .swiper-button-prev {
  left: -15px;
}
.index .item3 .content .left .slide .swiper-button-next,
.index .item3 .content .left .slide .swiper-button-prev {
  outline: none;
  width: 15px;
  height: 30px;
  background: #e30016;
  text-align: center;
  line-height: 30px;
  opacity: 1;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index .item3 .content .left .slide .swiper-button-next i,
.index .item3 .content .left .slide .swiper-button-prev i {
  color: #fff;
}
.index .item3 .content .left .slide .swiper-button-next.swiper-button-disabled,
.index .item3 .content .left .slide .swiper-button-prev.swiper-button-disabled {
  background: #333;
}
.index .item3 .content .left .slide .swiper-button-next.swiper-button-disabled i,
.index .item3 .content .left .slide .swiper-button-prev.swiper-button-disabled i {
  color: #fff;
}
.index .item3 .content .left .lookmore a {
  margin: 0;
  margin-top: 45px;
}
.index .item4 .content .item_nav ul {
  text-align: center;
}
.index .item4 .content .item_nav ul li {
  display: inline-block;
}
.index .item4 .content .item_nav ul li:hover a,
.index .item4 .content .item_nav ul li.active a {
  background-color: #e30016;
  color: #fff;
}
.index .item4 .content .item_nav ul li a {
  width: 170px;
  height: 50px;
  border: solid 1px #dedede;
  text-align: center;
  line-height: 50px;
  display: block;
  font-size: 16px;
  color: #333333;
}
.index .item4 .content .list {
  margin-top: 50px;
  padding-bottom: 30px;
}
.index .item4 .content .list .item_list {
  display: none;
  overflow: hidden;
}
.index .item4 .content .list .item_list:first-child {
  display: block;
}
.index .item4 .content .list .item_list .left {
  float: left;
  width: 535px;
}
.index .item4 .content .list .item_list .left a {
  display: block;
  position: relative;
}
.index .item4 .content .list .item_list .left a:hover .pic img {
  transform: scale(1.1);
}

.index .item4 .content .list .item_list .left a .word {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  background: #e71a0f;
}
.index .item4 .content .list .item_list .left a .word p {
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .item4 .content .list .item_list .left a .pic {
  height: 335px;
  text-align: center;
  overflow: hidden;
  line-height: 335px;
}
.index .item4 .content .list .item_list .left a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.index .item4 .content .list .item_list .right {
  width: 625px;
  float: right;
}
.index .item4 .content .list .item_list .right ul li:first-child a {
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.index .item4 .content .list .item_list .right ul li:first-child a .tit {
  border-bottom: 0 solid #000;
  height: 40px;
  line-height: 40px;
}
.index .item4 .content .list .item_list .right ul li:first-child a p {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
.index .item4 .content .list .item_list .right ul li a {
  display: block;
}
.index .item4 .content .list .item_list .right ul li a:hover .tit h5,
.index .item4 .content .list .item_list .right ul li a:hover .tit i {
  color: #e71a0f;
}
.index .item4 .content .list .item_list .right ul li a .tit {
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #f1f1f1;
}
.index .item4 .content .list .item_list .right ul li a .tit h5 {
  float: left;
  font-size: 18px;
  color: #333333;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .item4 .content .list .item_list .right ul li a .tit i {
  float: right;
  font-size: 16px;
  color: #333333;
}
.friend_link {
  
}
.friend_link .content {
  padding: 30px 0;
  overflow: hidden;
}
.friend_link .content span {
  float: left;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.friend_link .content a {
  float: left;
  font-size: 14px;
  color: #666666;
  display: block;
  margin-left: 20px;
}
.friend_link .content a:hover {
  color: #e30016;
}
.footer{
  border-top: 2px solid #e30016;
}
.footer .content {
  overflow: hidden;
}
.footer .content .left {
  width: 835px;
  float: left;
}
.footer .content .left .foot_nav {
  padding: 57px 0 30px;
  border-bottom: 1px solid #dedede;
}
.footer .content .left .foot_nav ul {
  overflow: hidden;
}
.footer .content .left .foot_nav ul li {
  padding: 0 80px;
  float: left;
  border-right: 1px solid #dedede;
}
.footer .content .left .foot_nav ul li:first-child {
  padding-left: 0;
}
.footer .content .left .foot_nav ul li:last-child {
  border-right: 0px solid #f1f1f1;
  padding-right: 0;
}
.footer .content .left .foot_nav ul li h5 a{
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 20px;
}
.footer .content .left .foot_nav ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  display: block;
}
.footer .content .left .foot_nav ul li a:hover {
  color: #e30016;
}
.footer .content .left .foot_logo {
  border-bottom: 1px solid #dedede;
  height: 122px;
  text-align: center;
  line-height: 122px;
}
.footer .content .left .foot_logo .add {
  margin: 0 44px;
}
.footer .content .left .beian {
  line-height: 45px;
}
.footer .content .left .beian a {
  font-size: 14px;
  color: #333333;
}
.footer .content .left .beian a:hover {
  color: #e30016;
}
.footer .content .right {
  text-align: center;
  float: right;
  width: 290px;
  height: 450px;
  background: #e30016;
}
.footer .content .right .line {
  width: 1px;
  height: 41px;
  background: #fff;
  margin: 50px auto 30px;
}
.footer .content .right h5 {
  font-size: 14px;
  color: #ffffff;
}
.footer .content .right h6 {
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 25px;
}
.footer .content .right img {
  max-width: 130px;
}
.footer .content .right h4 {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
}
