* {
  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;
}
/* 搜素 */
.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;
  }
}
.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;
}
.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;
}
.container {
  width: 100%;
  background-color: #fff;
}
.container > .content {
  width: 100%;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.container > .content > .top {
  width: 1200px;
  margin: 0 auto;
  height: 110px;
  line-height: 110px;
}
.container > .content > .top > .bread {
  position: relative;
  padding-left: 38px;
}
.container > .content > .top > .bread > img {
  position: absolute;
  top: 38px;
  left: 0;
  height: 30px;
  width: 30px;
}
.container > .content > .n-nav {
  width: 1200px;
  margin: 0 auto;
  line-height: 30px;
  padding: 48px 0;
}
.container > .content > .n-nav > .n-title {
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  border-left: 4px solid #3798ff;
  color: #333;
  font-size: 16px;
  padding-left: 22px;
}
.container > .content > .n-nav > .next-menu {
  height: 30px;

  line-height: 30px;
  position: relative;
}
.container > .content > .n-nav > .next-menu > .item {
  width: 120px;
  cursor: pointer;
  text-align: left;
  position: relative;
  padding-left: 24px;
}
.container > .content > .n-nav > .next-menu > .item > img {
  position: absolute;
  top: 7px;
  left: 0;
  max-height: 16px;
  max-width: 16px;
}
.container > .content > .n-nav > .next-menu > .item.active {
  color: #3798ff;
}
.container > .content > .n-nav > .next-menu > .l-p {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 6px;
  width: 108px;
  background-color: #3798ff;
}
.container .n-list {
  width: 1200px;
  margin: 0 auto;
  padding-top: 120px;
}
.container  .n-list > .n-c {
  cursor: pointer;
  width: 390px;
  height: 490px;
  margin-right: 10px;
}
.container .n-list > .n-c > .n-top {
  width: 100%;
  height: 280px;
}
.container .n-list > .n-c > .n-top > img {
  width: 100%;
  height: 100%;
}
.container .n-list > .n-c > .n-bottom {
  width: 100%;
  padding-top: 22px;
  padding-left: 30px;
  padding-right: 30px;
}
.container .n-list > .n-c > .n-bottom > .n-t {
  line-height: 20px;
  font-size: 16px;
  color: #333333;
  display: -webkit-box;
      white-space: normal !important; 
    text-overflow: ellipsis; 
    word-wrap: break-word; 
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.container .n-list > .n-c > .n-bottom > .n-content {
  line-height: 20px;
  font-size: 14px;
  color: #666;
  margin-top: 20px;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
}
.container .n-list > .n-c > .n-bottom > .n-time {
  height: 14px;
  line-height: 14px;
  color: #999999;
  font-size: 14px;
  margin-top: 20px;
}
.container .n-list > .n-c:nth-child(3n+3) {
  margin-right: 0;
}
.container > .r-img {
  width: 100%;
}
.container > .r-img > img {
  width: 100%;
  height: auto;
}
.swiper-container {
  width: 50%;
  height: 380px;
}
.swiper-container > .n-b-c > .swiper-slide {
  width: 100%;
  height: 380px;
}
.swiper-container > .n-b-c > .swiper-slide > img {
  width: 100%;
  height: 100%;
}
.swiper-container > .n-b-d > .swiper-slide {
  padding-left: 44px;
  padding-top: 58px;
}
.swiper-container > .n-b-d > .swiper-slide > .n-t {
  color: #333;
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  display: -webkit-box;
      white-space: normal !important; 
    text-overflow: ellipsis; 
    word-wrap: break-word; 
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.swiper-container > .n-b-d > .swiper-slide > .n-look {
  margin-top: 26px;
}
.swiper-container > .n-b-d > .swiper-slide > .n-look > .time {
  color: #999999;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
}
.swiper-container > .n-b-d > .swiper-slide > .n-look > .look {
  color: #999999;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  margin-left: 38px;
}
.swiper-container > .n-b-d > .swiper-slide > p {
  line-height: 24px;
  font-size: 16px;
  color: #666;
  margin-top: 24px;
  height: 72px;
  display: -webkit-box;
      white-space: normal !important; 
    text-overflow: ellipsis; 
    word-wrap: break-word; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}
.swiper-container > .n-b-d > .swiper-slide > p>span:hover{
  
}
.swiper-container > .n-b-d > .swiper-slide >span{
  font-size: 16px;
  cursor: pointer;

}
.swiper-wrapper {
  width: 50%;
  height: 380px;
}
.swiper-container .b-next {
  top: 299px;
  left: 92px;
  bottom: 0;
  background-image: url(../image/next.png);
  background-size: cover;
  height: 44px;
  width: 44px;
}
.swiper-container .b-prev {
  top: 299px;
  left: 46px;
  bottom: 0;
  background-image: url(../image/prev.png);
  background-size: cover;
  height: 44px;
  width: 44px;
}
.banner {
  width: 1200px;
  margin: 0 auto;
  margin-top: 84px;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  width: 100%;
  top: 286px;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .container > .content > .top {
    width: 100%;
  }
  .container > .main > .tool {
    width: 100%;
  }
  .container > .main > .v-d {
    width: 100%;
    padding-right: 20px;
  }
  .container > .content > .n-nav {
    width: 100%;
    padding-left: 20px;
  }
  .banner {
    width: 100%;
    padding: 0 20px;
  }
  .container  .n-list {
    width: 100%;
    padding: 0 20px;
  }
  .container > .n-list > .n-c {
    width: 32%;
    margin-right: 0.5%;
  }
  .page-wrap{
     width:100%!important;   
  }
}
.imgI {
  width: 50%;
  font-size:0;
}
.imgI > img {
  width: 100%;
  height: 380px;
}
@media screen and (max-width: 992px) {
  .container > .content > .n-nav {
    padding: 0;
  }
  .imgI > img{
    height:auto;
  }
  .container > .content > .n-nav > .n-title {
    display: none;
  }
  .container > .content > .n-nav > .next-menu > .item {
    width: 50%;
    text-align: left;
    padding-left: 48px;
  }
  .container > .content > .n-nav > .next-menu {
    float: none;
    height: 60px;
    line-height: 60px;
  }
  .container > .main > .tool > .tool-t {
    padding-top: 30px;
    padding-left: 20px;
  }
  .container > .content > .n-nav > .next-menu > .item > img {
    position: absolute;
    top: 20px;
    left: 10px;
    max-width: 26px;
    max-height: 26px;
  }
  .banner {
    margin-top: 30px;
  }
  .swiper-container {
    width: 100%;
    height: 250px;
  }
  .swiper-container > .n-b-d > .swiper-slide {
    height: 250px;
    padding-left: 48px;
    padding-right: 48px;
  }
  .container .n-list {
    padding-top: 30px;
  }
  /* .swiper-container > .n-b-d > .swiper-slide > .n-t {
    height: auto;
  } */
  .container .n-list > .n-c > .n-top{
    height: auto;
  }
  .container .n-list > .n-c > .n-top>img{
    height: auto;
  }
  .container .n-list > .n-c {
    width: 100%;
    height:auto;
  }
  .container .n-list > .n-c > .n-bottom{
    padding-bottom: 60px;
  }
  .imgI {
    width: 100%;
    font-size: 0;
  }
  .swiper-container > .n-b-d > .swiper-slide{
    padding-top:28px;
  }
  .swiper-container > .n-b-d > .swiper-slide > .n-look > .look{
    margin-left: 28px;
  }
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets {
  right: 0;
  width: 40%;
  left: auto;
}

@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;padding-bottom:30px;}
.jjfa h3{font-size:30px;color:#4c4c4c;text-align:center;font-weight:normal;margin-top:50px;margin-bottom:15px;}
.jjfa h3 span{font-size:12px;color:#999;text-align:center;font-weight:normal;display:block;}
.jjfa .nav{display:flex;flex-wrap:wrap;justify-content:center;width:90%;margin:auto;}
.jjfa .nav li{width:150px;height:45px;line-height:45px;background:#e9e9e9;text-align:center;margin:10px;}
.jjfa .nav li a{display:block;color:#333;}
.jjfa .nav li:hover{background:#3798ff;}
.jjfa .nav li:hover a{color:#fff;}
.jjfa .nav li.on{background:#3798ff;}
.jjfa .nav li.on a{color:#fff;}

.jjfa .solution_list{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:40px;}
.jjfa .solution_list li{width:32%;margin-top:2%;}
.jjfa .solution_list li .img{overflow:hidden;}
.jjfa .solution_list li .img img{width:100%;display:block;transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s;}
.jjfa .solution_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 .solution_list li .tit{font-size:16px;text-align:center;color:#333;padding-top:10px;}

.show_con{padding:50px 0;font-size:16px;text-align:justify;line-height:2;color: #666;}
.show_con p{font-size:16px;text-align:justify;line-height:2;color: #666;}
.show_con img{max-width:100%;}
.show_con .tit{font-size:16px;text-align:center;color:#333;padding-top:10px;}
.show_con .show_tit{text-align:center;font-size: 18px;color: #333;position:relative;padding-bottom:5px;margin-bottom:20px;}
.show_con .show_tit:after{content:'';display:block;width:30px;height:1px;background:#333;position:absolute;bottom:0;left:50%;margin-left:-15px;}

.jjfa .fwxm_list{display:flex;flex-wrap:wrap;justify-content:space-between;padding:40px 0;}
.jjfa .fwxm_list li{width:48.5%;margin-bottom:3%;box-shadow: 0 3px 6px rgba(0,0,0,0.3);}
.jjfa .fwxm_list li .img{overflow:hidden;}
.jjfa .fwxm_list li .img img{width:100%;display:block;transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s;}
.jjfa .fwxm_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 .fwxm_list li .tit{font-size:18px;color:#333;font-weight:bold;padding:3% 3% 2%;}
.jjfa .fwxm_list li .des{font-size:14px;color:#666;padding:0 3% 3%;}




@media (max-width: 1200px) {
  .jjfa{max-width:94%;}
}

@media (max-width: 768px) {
  .jjfa h3{margin-top: 30px;margin-bottom: 0;}
  .jjfa .fwxm_list li{width:48%;margin-bottom:4%;}
  .jjfa .fwxm_list li .tit{padding:10px 10px 5px;}
  .jjfa .fwxm_list li .des{padding:0 10px 10px;}
  .jjfa .nav{width:100%;}
  .jjfa .nav li{width: 48%;margin:0;margin-top:4%;margin-right:4%;}
  .jjfa .nav li:nth-child(2n){margin-right:0;}
  .jjfa .nav li:last-child{margin-right:0;}
  .jjfa .solution_list li{width: 48%;}
}
@media (max-width: 480px) {

  
}
