* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
:after,
:before {
  box-sizing: border-box;
}
@font-face {
     font-family: "../font/A思源黑体—02";
     src: url("https://www.hoperf.cn/public/Home/font/A%E6%80%9D%E6%BA%90%E9%BB%91%E4%BD%93%E2%80%9402.woff2") format("woff2"),
     url("https://www.hoperf.cn/public/Home/font/A%E6%80%9D%E6%BA%90%E9%BB%91%E4%BD%93%E2%80%9402.woff") format("woff"),
     url("https://www.hoperf.cn/public/Home/font/A%E6%80%9D%E6%BA%90%E9%BB%91%E4%BD%93%E2%80%9402.ttf") format("truetype"),
     url("https://www.hoperf.cn/public/Home/font/A%E6%80%9D%E6%BA%90%E9%BB%91%E4%BD%93%E2%80%9402.eot") format("embedded-opentype"),
     url("https://www.hoperf.cn/public/Home/font/A%E6%80%9D%E6%BA%90%E9%BB%91%E4%BD%93%E2%80%9402.svg") format("svg");
    }
html,
body {
   font-family: "A思源黑体—02";
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #000;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
/*img { max-width: 100%; max-height: 100%; }*/
address,
caption,
cite,
code,
dfn,
/*em,
strong,*/
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* div塌陷 clearfix */
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.clearfix {
  *zoom: 1;
}
a {
  text-decoration: none;
  color: #333;
}
a:focus,
a:hover {
  text-decoration: none;
  color: #3798ff;
}
button[disabled] {
  cursor: not-allowed !important;
}
input {
  outline: none !important;
}
:focus {
  outline: none;
}
@font-face {
  font-family: "iconfont";
  src: url('../font/iconfont.eot');
  /* IE9*/
  src: url('../font/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../font/iconfont.woff') format('woff'), /* chrome, firefox */ url('../font/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('https://www.hoperf.cn/public/Home/font/iconfont.svg') format('svg');
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.header > .containers > .telPhone:hover {
  color: #3798ff;
}
.header > .containers > .telPhone:hover > i {
  color: #3798ff;
}
.as-width {
  width: 100%;
}
.header {
  background-color: #000000;
  height: 40px;
}
.header > .containers {
  width: 1200px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
}
.header > .containers > .telPhone {
  float: left;
  display: block;
  color: #fff;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.header > .containers > .telPhone > .imgIcon {
  position: absolute;
  top: 0;
  left: 0;
}
.header > .containers > .topFr {
  float: right;
  padding-top: 10px;
  cursor: pointer;
}
.header > .containers > .topFr > .china {
  float: left;
  border-right: 1px solid #e5e5e5;
  color: #595d60;
  height: 20px;
  line-height: 20px;
  padding-right: 4px;
}
.header > .containers > .topFr > .english {
  padding-left: 4px;
  float: right;
  height: 20px;
  color: #595d60;
  line-height: 20px;
}
.header > .containers > .topFr > .language-active {
  color: #fff;
}
.menu {
  width: 100%;
  height: 80px;
  background-color: #fff;
}
.menu > .menu-container {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
}
.menu > .menu-container > .icon {
  height: 80px;
  padding-top: 17px;
  width: 240px;
  float: left;
}
.menu > .menu-container > .icon >a> img {
  width: 100%;
  height: auto;
}
.menu > .menu-container > .nav {
  float: right;
  height: 80px;
  margin-right: 24px;
}
.menu > .menu-container > .nav > .nav-d {
  float: left;
  height: 80px;
  line-height: 80px;
  width: 108px;
  text-align: center;
  cursor: pointer;
}
.menu > .menu-container > .nav > .nav-d > .nav-line {
  width: 108px;
  height: 4px;
  background-color: #3798ff;
  position: absolute;
  top: 76px;
  right: 0;
  transform: translate(0, 0);
  transition: all 0.3s ease-in;
}
.menu > .menu-container > .nav > .nav-d.active {
  color: #3798ff;
  border-bottom: 4px solid #3798ff;
}
/* 搜素 */
.header .headSearch{
  float:right;
  position:relative;
  width:190px;
  height:28px;
  background-color: #3798ff;
  margin-top: 6px;
  font-size: 0;
  margin-right:16px;
}
.header .headicon{
  position: absolute;
  top:0;
  right:0;
  width:50px;
  height:28px;
  background: none;
    border: 0;
}
.header .headicon img{
  width:50px;
  height:28px;
}
.header .headinput{
  width:190px;
  padding-left:20px;
  padding-right:50px;
  height:28px;
  border:none;
  background-color: #3798ff;
  color:#fff;
  font-size:14px;
  display: block;
}
.toswitch{
  display: none;
}
@media screen and (max-width: 1200px) {
  #searchValue{
    display: none;
  }
}
.nav-menu {
  position: absolute;
  width: 100%;
  height: 220px;
  background-color: #ffffff;
  left: 0;
  border-top: 2px solid #f8f8f8;
  z-index: 9999;
  top: 120px;
  display: none;
}
.nav-menu > .nav-content {
  width: 1200px;
  margin: 0 auto;
}
.nav-menu > .nav-content > .v-list {
  width: 320px;
  margin-right: 60px;
}
.nav-menu > .nav-content > .v-list > .nav-top {
  font-size: 18px;
  height: 52px;
  line-height: 52px;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #ddd;
}
.nav-menu > .nav-content > .v-list > .nav-b {
  padding-top: 22px;
}
.nav-menu > .nav-content > .v-list > .nav-b > .v-l-a {
  width: 50%;
}
.nav-menu > .nav-content > .v-list > .nav-b > .v-l-a > .v-l-c {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
.nav-menu > .nav-content > .v-lista {
  width: 122px;
  /*margin-left: 64px;*/
}
.nav-menu > .nav-content > .v-lista > .nav-b > .v-l-a {
  width: 100%;
}
.nav-menu > .nav-content > .v-listc {
  width: 144px;
  margin-left: 30px;
}
.nav-menu > .nav-content > .v-listc > .nav-b > .v-l-a {
  width: 100%;
}
.nav-menu > .nav-content > .nav-t {
  padding: 0 34px;
}
.nav-menu > .nav-content > .nav-t:first-child {
  padding-right: 70px;
}
.navlist:hover .nav-menu {
  display: block;
}
@media screen and (max-width: 1200px) {
  .as-width > .menu > .menu-container {
    width: 100%;
  }
  .as-width > .header > .containers {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .nav {
    display: none;
  }
  .as-width > .menu > .menu-container {
    width: 100%;
  }
  .as-width > .header > .container {
    width: 100%;
    padding: 0 20px;
  }
  .menu {
    height: 80px;
    position: relative;
  }
  .menu-container {
    height: 80px;
  }
  .as-width > .menu > .menu-container > .icon {     height: 80px;     padding-top: 17px;     width: 240px;     padding-left: 16px;   }
}
.w-chat {
  font-size: 0;
  padding-left: 20px;
  background-color: #ccc;
}
.tv-footer-l > li.chat {
  font-size: 20px;
}
.tv-footer {
  width: 100%;
  background: #595d60;
}
.tv-footer-container {
  margin: 0 auto;
  color: #fff;
  width: 1200px;
}
.tv-footer-l {
  float: left;
  /*padding-top: 51px;*/
  width: 20%;
  padding-left: 10%;
}
.tv-footer-l > li {
  padding-bottom: 10px;
  color: #fff;
  font-size: 14px;
}
.tv-footer-l > li:first-child {
  padding-bottom: 18px;
  font-size: 17px;
}
.tv-footer-li:hover {
  -webkit-animation: footerTextCV 0.5s ease-out both;
  animation: footerTextCV 0.5s ease-out both;
}
@-webkit-keyframes footerTextCV {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}
@keyframes footerTextCV {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}
.tv-footer-l > li > a {
  color: #ccc;
  cursor: pointer;
}
.tv-footer-l > li > a:hover {
  text-decoration: underline;
  -webkit-animation: tada 2s ease-out both;
  animation: tada 2s ease-out both;
  color: #fff;
}
.tv-footer-r {
  float: right;
  padding-top: 51px;
  max-width: 600px;
}
.tv-footer-r > p {
  font-size: 14px;
  padding-bottom: 5px;
}
.tv-footer-r > p > a {
  color: #fc5240;
  text-decoration: underline;
}
.tv-footer-r > p:first-child,
.right > p:nth-child(3) {
  margin-bottom: 16px;
}
.tv-footer-r > p:nth-child(2),
.right > p:nth-child(4) {
  margin-bottom: 8px;
}
.hp-bt {
  display: none;
  width: 100%;
}
.ft-tab {
  height: 54px;
  line-height: 54px;
  width: 100%;
  padding-left: 20px;
  border-top: 1px solid #e5e5e5;
  background-color: #ccc;
  cursor: pointer;
}
.hamburger {
  position: absolute;
  top: 30px;
  right: 18px;
  display: none;
}
@media screen and (max-width: 1200px) {
  .tv-footer-container {
    width: 100%;
    display: none;
  }
  .tv-footer-l {
    width: 50%;
    padding-left: 20%;
  }
  .hp-bt {
    display: block;
  }
  .hamburger {
    top: 20px;
    display: block;
  }
  /* .swiper-slide > .list {
    height: 200px;
  } */
  .header {
    padding: 0 20px;
  }
}
@media screen and (max-width: 772px) {
  .tv-footer-l {
    width: 100%;
    padding-left: 40%;
  }
}
#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}
#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
.hamburger .line {
  width: 30px;
  height: 3px;
  background-color: #3798ff;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover .line {
  background-color: #3798ff;
}
.hamburger:hover {
  cursor: pointer;
}
.pop-up {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s ease-in;
  z-index: 9999;
}
.p-top {
  height: 58px;
  line-height: 58px;
  color: #3798ff;
  padding-left: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.p-fl {
  float: left;
  height: 58px;
}
.p-f > a {
  display: block;
}
.p-fl a {
  color: #3798ff;
  font-size: 20px;
}
.p-nav {
  float: left;
  height: 58px;
}
.p-nav a {
  color: #303133;
  font-size: 14px;
  margin-left: 4px;
}
.p-top > i {
  float: right;
  font-size: 36px;
  color: #333;
  margin-right: 16px;
  margin-top: 10px;
  cursor: pointer;
}
.d-c {
  width: 100%;
}
.d-c > li {
  width: 100%;
  height: 58px;
  line-height: 58px;
  border-top: 1px solid #e5e5e5;
  padding-left: 40px;
}
.d-c > li.active {
  padding-left: 20px;
}
.d-c > li.active > .d-t {
  color: #3798ff;
}
.d-t > i {
  margin-left: 20px;
}
.p-top > .jump {
  font-size: 14px;
  color: #303133;
  margin-right: 10px;
  margin-top: 24px;
}
.modal {
  /*display: block;*/
  right: 0;
}
/*关闭图标*/
.close {
  float: right;
  position: relative;
  margin: 16px;
  width: 24px;
  height: 24px;
  background: white;
  cursor: pointer;
  box-sizing: border-box;
}
.close:hover::before,
.close:hover::after {
  background: red;
}
.close:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 25px;
  background: #666666;
  transform: rotate(45deg);
  top: -3px;
  left: 11px;
}
.close:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 25px;
  background: #666666;
  transform: rotate(-45deg);
  top: -3px;
  left: 11px;
}
* {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.list_dt {
  background: #3798ff;
  color: white;
  width: 100%;
  padding: 0 40px 0 20px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  border-bottom: 1px solid #3798ff;
}
.list_dt:hover {
  background: #3798ff;
}
.list_dt:hover ._after {
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #3798ff;
}
#open {
  background: #3798ff;
}
#open ._after {
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #3798ff;
}
.list_dt_icon {
  position: absolute;
  right: 10px;
  top: 11px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../image/off.png") no-repeat;
  background-size: cover;
}
#open .list_dt_icon {
  background: url("../image/open.png") no-repeat;
  background-size: cover;
}
.list_dd {
  display: none;
}
.list_li {
  background: #4e4e4e;
  list-style-type: none;
  color: white;
  width: 100%;
  padding: 0 30px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  border-bottom: 1px solid #6b6b6b;
}
.list_li > a {
  color: #ccc;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  position: relative;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide > img {
  width: 100%;
  height: auto;
}
.swiper-slide > .word {
  position: absolute;
  top: 50%;
  left: 56%;
  width: 448px;
  color: #fff;
  transform: translate(0, -50%);
}
.swiper-slide > .word > .one {
  font-size: 40px;
  line-height: 40px;
  height: 40px;
  color: #fff;
  text-align: left;
}
.swiper-slide > .word > .two {
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  color: #fff;
  text-align: left;
  margin-top: 40px;
}
.container {
  width: 100%;
  background-color: #fff;
}
.container > .content {
  width: 100%;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 99999999999;
  background-color: #fff;
}
.container > .content > .top {
  width: 1200px;
  margin: 0 auto;
  height: 82px;
  line-height: 82px;
}
.container > .content > .top > .bread {
  position: relative;
  padding-left: 38px;
}
.container > .content > .top > .bread > .left {
  margin: 0 16px;
}
.container > .content > .top > .bread > img {
  position: absolute;
  top: 25px;
  left: 0;
  height: 30px;
  width: 30px;
}
.container > .content > .top > .next-menu {
  height: 84px;
  line-height: 84px;
  position: relative;
}
.container > .content > .top > .next-menu > .item {
  width: 108px;
  cursor: pointer;
  text-align: center;
  height: 84px;
}
.container > .content > .top > .next-menu > .item.active {
  color: #3798ff;
  border-bottom: 4px solid #3798ff;
}
.container > .content > .top > .next-menu > .l-p {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 6px;
  width: 108px;
  background-color: #3798ff;
}
.container {
  width: 100%;
  background-color: #fff;
}
.container > .b-t-m {
  width: 100%;
  margin: 0 auto;
  /*height: 84px;*/
  line-height: 84px;
  overflow-y: hidden;
}
.container > .b-t-m > .b-t-c {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.container > .b-t-m > .b-t-c > .t-list {
  padding: 0 19px;
  cursor: pointer;
}
.container > .b-t-m > .b-t-c > .t-list.active {
  color: #3798ff;
}
.container > .c-ct {
  width: 100%;
  color: #f6f6f6;
  background-color: #f6f6f6;
  padding-top: 50px;
}
.container > .c-ct > .c-t {
  width: 1200px;
  margin: 0 auto;
  color: #333;
  height: 60px;
  line-height: 60px;
  border-left: 4px solid #3798ff;
  padding-left: 20px;
  font-size: 36px;
  margin-bottom: 50px;

}
.container > .c-ct > .c-center {
  width: 1200px;
  margin: 0 auto;
}
.container > .c-ct > .c-center > .p-l-c {
  display: block;
  width: 24.5%;
  margin-right: 0.4%;
  height: 446px;
  background-color: #f8f8f8;
  box-shadow: 2px 2px 4px #999;
  position: relative;
  margin-bottom: 26px;
}
.container > .c-ct > .c-center > .p-l-c > img {
  width: 100%;
  height: auto;
 /* height: 260px;*/
  margin-top:20px;
}
.container > .c-ct > .c-center > .p-l-c > .p-l-b {
  height: 190px;
  width: 100%;
  padding: 28px 15px 20px;
}
.container > .c-ct > .c-center > .p-l-c > .p-l-b > .p-l-t {
  font-size: 24px;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.container > .c-ct > .c-center > .p-l-c > .p-l-b > .p-m {
  font-size: 16px;
  margin-top: 22px;
  color: #333;
}
.container > .c-ct > .c-center > .p-l-c > .p-l-b .p-cl {
  font-size: 14px;
  line-height: 24px;
  margin-top: 22px;
      display: -webkit-box;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.container > .c-ct > .c-center > .p-l-c > .new {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 1200px) {
  .container > .content > .top {
    width: 100%;
  }
  .container > .b-t-m {
    overflow: auto;
  }
  .container > .c-ct > .c-center {
    width: 100%;
  }
  .container > .c-ct > .c-t {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .container > .content > .top > .bread {
    display: none;
  }
  .container > .content > .top > .next-menu {
    float: left;
    width: 100%;
  }
  .container > .content > .top > .next-menu > .item {
    width: 25%;
  }
  .container > .c-ct > .c-t {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .container > .c-ct {
    padding-top: 30px;
  }
  .container > .c-ct > .c-center > .p-l-c {
    width: 100%;
    height:auto;
  }
  .container > .c-ct > .c-center > .p-l-c > img{
    height:auto;
  }
  .container > .b-t-m > .b-t-c {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 520px) {
  .headSearch{
    display: none;
  }
  .toswitch{
    display: block;
  }
}
/*分页*/
.pagination{display: flex;flex-wrap: wrap;justify-content: center;padding: 30px 0;}
.pagination li{margin: 0 2px;padding: 4px 10px;    border: 1px #cccccc solid;font-size: 14px;}
.pagination li.active{background: #3798ff;border: 1px solid #3798ff;color: #fff;}
.pagination li.active a{color: #fff;}
.pagination li.sxy a{font-family:宋体;font-weight: bold;}

.jjfa{max-width:1200px;margin:auto;}
.jjfa h3{font-size:30px;color:#fff;text-align:center;font-weight:normal;margin-top:50px;margin-bottom:15px;}
.jjfa h3 span{font-size:12px;color:#fff;text-align:center;font-weight:normal;display:block;}

.jjfabg{background:url(../image/probg.jpg)no-repeat;background-size:cover;padding:40px 0;}
.jjfa .pro_list{display:flex;flex-wrap:wrap;padding-top:30px;}
.jjfa .pro_list li{width:16%;margin-right:0.8%;margin-bottom:0.8%;padding:10px 0;position:relative;background:#fff;}
.jjfa .pro_list li:nth-child(6n){margin-right: 0;}
.jjfa .pro_list li .img{overflow:hidden;}
.jjfa .pro_list li .img img{width:100%;display:block;transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s;}
.jjfa .pro_list li:hover .img img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);}
.jjfa .pro_list li .tit{font-size:16px;text-align:center;color:#fff;position:absolute;top:100%;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:rgba(189,27,32,0.8);opacity:0;transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s;}
.jjfa .pro_list li:hover .tit{top:0;opacity:1;}

.jjfa .fwly_list{display:flex;flex-wrap:wrap;justify-content:space-between;padding:40px 0;}
.jjfa .fwly_list li{width:32%;margin-bottom:2%;box-shadow: 0 3px 6px rgba(0,0,0,0.3);}
.jjfa .fwly_list li .img{overflow:hidden;}
.jjfa .fwly_list li .img img{width:100%;display:block;transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s;}
.jjfa .fwly_list li:hover .img img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);}
.jjfa .fwly_list li .tit{font-size:18px;color:#333;font-weight:bold;padding:10px 10px 10px;text-align:center;}

.jjfa .fxcp{display:flex;flex-wrap:wrap;justify-content:space-between;}
.jjfa .fxcp p{width:100%;}
.jjfa .fxcp p img{width:100%;display:block;}
@media (max-width: 1200px) {
  .jjfa{max-width:94%;}
}


@media (max-width: 768px) {
  .jjfa h3{margin-top: 0px;margin-bottom: 0;}
  .jjfa .pro_list li{width:23.875%;margin-right:1.5%;margin-bottom:1.5%;}
  .jjfa .pro_list li:nth-child(6n){margin-right:1.5%;}
  .jjfa .pro_list li:nth-child(4n){margin-right:0;}
  .jjfa .fwly_list li{width:48%;margin-bottom:4%;}
  .jjfa .fxcp p{width:100%;}
}
@media (max-width: 480px) {
  .jjfa .pro_list{justify-content:space-between;}
  .jjfa .pro_list li{width:48%;margin-right:0;margin-bottom:4%;}
  .jjfa .pro_list li:nth-child(6n){margin-right:0;}
  .jjfa .pro_list li:nth-child(4n){margin-right:0;}
  
}









