﻿/*font-size*/
@font-face {
  font-family: 'iconfont';
  src: url('iconfont/iconfont.eot');
  src: url('iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont/iconfont.woff2') format('woff2'), url('iconfont/iconfont.woff') format('woff'), url('iconfont/iconfont.ttf') format('truetype'), url('iconfont/iconfont.svg#iconfont') format('svg');
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  font-size: 14px;
}
body {
  font-family:Microsoft Yahei, "微软雅黑", "Arial";
  overflow-x: hidden;
}
.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.w1280 {
  width: 64rem;
  margin: 0 auto;
}
.w1410 {
  width: 70.5rem;
  margin: 0 auto;
}
.w1488 {
  width: 74.4rem;
  margin: 0 auto;
}
a,
p,
li,
h1,
h2,
h3 {
  text-decoration: none !important;
}
body {
  position: relative;
}
.isIe .select::after {
  content: none!important;
}
.swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 0.06rem;
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  width: 0.3rem;
  background: #ff0008;
}
.layui-layer-btn {
  display: flex;
  justify-content: center;
}
.breadcrum {

  display: flex;
  align-items: center;
  margin-top: 0;
  
  overflow-wrap: break-word;
padding-left: 30px;
border-color: transparent;
border-width: 0px;
height: 40px;
background-color: rgb(248, 248, 248);
 
border-style: solid;
}
.breadcrum a,
.breadcrum p {
  font-size: 14px;
}
 
@media only screen and (max-width: 767px) {
  .breadcrum a,
  .breadcrum p {
    font-size: 12px;
  }
}
.breadcrum a {
  cursor: pointer;
  color: #666;
  display: block;
}
.breadcrum i {
  margin-right: 5px;
  color: #666;
  font-size: 20px;
  line-height: 0.8;
}
@media only screen and (max-width: 1200px) {
  .breadcrum i {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .breadcrum i {
    font-size: 16px;
  }
}
.breadcrum .current {
  color: #333;
}
.textAreaContainer {
  font-size: 14px;
  line-height: 1.5;
}
/* dialog_component*/
.dialog_component {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  transform-origin: center;
}
.dialog_component.scale .dialog_content {
  transform: translate(-50%, -50%) scale(1);
}
.dialog_component.zoomOut .dialog_content {
  transform: translate(-50%, -50%) scale(0);
}
.dialog_component .dialog_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}
.dialog_component .dialog_content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  text-align: center;
  transition: all 0.5s cubic-bezier(0, 0.8, 1, 1);
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
}
.dialog_component .dialog_content .button {
  position: absolute;
  width: 4.2rem;
  height: 0.7rem;
  left: 50%;
  margin-left: -2.1rem;
  bottom: 0.9rem;
  line-height: 0.7rem;
  font-size: 26px;
  background: #ffc103;
  text-align: center;
  color: #fff;
  border-radius: 0.35rem;
  cursor: pointer;
}
@media only screen and (max-width: 1440px) {
  .dialog_component .dialog_content .button {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .dialog_component .dialog_content .button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dialog_component .dialog_content .button {
    font-size: 18px;
  }
}
.dialog_component .dialog_close {
  display: flex;
  align-items: center;
  position: absolute;
  right: 140px;
  top: 0;
  cursor: pointer;
}
.dialog_component .dialog_close::after {
  position: absolute;
  display: block;
  width: 1px;
  height: 130px;
  background: #6807e0;
  content: "";
  left: 50%;
  margin-left: -0.5px;
  top: 54px;
}
.dialog_component .dialog_close i {
  background: #6807e0;
  color: #fff;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  font-size: 24px;
}
@media screen and (max-width: 1600px) {
  .dialog_component .dialog_content img {
    width: 6.54rem;
    height: 8.76rem;
  }
  .dialog_component .dialog_close {
    right: 1.4rem;
  }
  .dialog_component .dialog_close::after {
    top: 0.54rem;
    height: 1.3rem;
  }
  .dialog_component .dialog_close i {
    width: 0.54rem;
    height: 0.54rem;
    line-height: 0.54rem;
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .dialog_component .dialog_content img {
    width: 6.54rem;
    height: 8.76rem;
  }
  .dialog_component .dialog_close {
    right: 1.4rem;
  }
  .dialog_component .dialog_close::after {
    top: 0.54rem;
    height: 1.3rem;
  }
  .dialog_component .dialog_close i {
    width: 0.54rem;
    height: 0.54rem;
    line-height: 0.54rem;
    font-size: 0.3rem;
  }
}
@keyframes imgSwitch1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imgSwitch2 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.pcMenuContainer .topAdv {
  position: relative;
  align-items: center;
  width: 100%;
  height: 30px;
  background-size: 100%;
  background-position: center;
  display: flex;
  justify-content: flex-end;
  background: #fff;
  z-index: 999;
  transform: scale(1);
}
.pcMenuContainer .topAdv a {
  position: relative;
  display: flex;
  align-items: center;
  width: 1280px;
  height: 30px;
  margin: 0 auto;
}
.pcMenuContainer .topAdv img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pcMenuContainer .topAdv .img1 {
  animation: imgSwitch1 4s ease-in-out infinite;
  animation-fill-mode: forwards;
}
.pcMenuContainer .topAdv .img2 {
  animation: imgSwitch2 4s ease-in-out infinite;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 1440px) {
  .pcMenuContainer .topAdv a {
    width: 1110px;
  }
}
@media screen and (max-width: 1280px) {
  .pcMenuContainer .topAdv a {
    width: 90%;
  }
}
.mobile-common-header .top_adv {
  width: 100%;
}
.mobile-common-header .top_adv a {
  display: flex;
  align-items: center;
}
.mobile-common-header .top_adv img {
  width: 100%;
}
.smallAdvImg {
  position: fixed;
  left: 10px;
  bottom: 30px;
  width: 1.5rem;
  z-index: 999;
  cursor: pointer;
}
.smallAdvImg img {
  width: 100%;
}
@keyframes imgScale {
  0% {
    transform: translateZ(0) scale(0);
    opacity: 0;
  }
  12.5% {
    transform: translateZ(0) scale(1);
    opacity: 1;
  }
  25% {
    transform: translateZ(0) scale(1);
    opacity: 1;
  }
  37.5% {
    transform: translateZ(0) scale(1);
    opacity: 0;
  }
  50% {
    transform: translateZ(0) scale(1);
    opacity: 0;
  }
  62.5% {
    transform: translateZ(0) scale(1);
    opacity: 0;
  }
  75% {
    transform: translateZ(0) scale(1);
    opacity: 0;
  }
  87.5% {
    transform: translateZ(0) scale(1);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) scale(1);
    opacity: 0;
  }
}
/* header style */
.header {
  display: block;
}
.header .pcMenuContainer {
  position: relative;
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #ebebeb;
   background:url(../main/topbg.jpg) no-repeat;
   
    background-size:100% 100%;  
}
.header .top {
  background: #059D77;
  height: 35px;
  line-height: 35px;
}
.header .top .innerWrap {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.header .top .innerWrap .left ul {
  display: flex;
  align-items: center;
}
.header .top .innerWrap .left ul li {
  border-right: 1px solid #333333;
  margin-right: 0.15rem;
  padding-right: 0.15rem;
}
.header .top .innerWrap .left ul li:last-child {
  border-right: 0;
}
.header .top .innerWrap .left ul li .group {
  color: #fff;
}
.header .top .innerWrap .left ul li .portal {
  color: #666;
}
.header .top .innerWrap .left ul li .portal:hover {
  color: #fff;
}
.header .top .innerWrap .right {
  height: 100%;
}
.header .top .innerWrap .right ul {
  display: flex;
  height: 100%;
}
.header .top .innerWrap .right ul li {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 100%;
  padding: 0 0.2rem;
}
.header .top .innerWrap .right ul li .iconR {
  margin-right: 5px;
}
.header .top .innerWrap .right ul li p {
  margin-right: 0.12rem;
  color: #fff;
}
.header .top .innerWrap .right ul li:hover {
  background:#00956D;
}
.header .top .innerWrap .right ul li .iconfont {
  transition: all 0.3s ease-out;
}
.header .top .innerWrap .right ul li .icon-arrowDown {
  color: #666;
}
.header .top .innerWrap .right ul li.active {
  
  color: #333333;
}
.header .top .innerWrap .right ul li.active i {
  color: #e50212;
}
.header .top .innerWrap .right ul li.active .icon-arrowDown {
  transform: rotate(180deg);
}
.header .bottom {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height:120px;
 
}
.header .bottom > a {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .bottom > a .logo {
  position: relative;
  width: 1.59rem;
  height: 0.52rem;
}
.header .bottom > a .logo li {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  animation: imgScale 8s ease-in-out infinite;
  animation-fill-mode: forwards;
  background: #fff;
  z-index: 4;
  opacity: 0;
}
.header .bottom > a .logo li img {
  width: 100%;
}
.header .bottom > a .logo li:nth-child(2) {
  animation-delay: 2s;
  z-index: 3;
}
.header .bottom > a .logo li:nth-child(3) {
  animation-delay: 4s;
  z-index: 2;
}
.header .bottom > a .logo li:nth-child(4) {
  animation-delay: 6s;
  z-index: 1;
}
.header .bottom .menu {
  height: 0.9rem;
}
.header .bottom .menu > ul {
  height: 100%;
  background: #fff;
}
.header .bottom .menu > ul > li > a {
  display: block;
  height: 100%;
}
.header .bottom > img {
  width: 1.6rem;
  cursor: pointer;
}
.header .bottom > .right {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.header .bottom > .right i {
  display: block;
}
.header .bottom > .right a {
  margin-left: 0.5rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  display: block;
}
 
.header .bottom > .right a:hover .mall .img.default {
  display: none;
}
.header .bottom > .right a:hover .mall .img.hovering {
  display: inline-block;
}
.header .bottom > .right a .mall {
  width: 361px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #76B62C;
  letter-spacing: 1px;
  font-size: 18px;
  
}
@media only screen and (max-width: 1024px) {
  .header .bottom > .right a .mall {
    font-size: 16px;
  }
  .content1 .innerWrap {
    flex-direction: column;
}
 
    .content1 .innerWrap .left {
    width: 100%;
  }
  .content1 .innerWrap .right {
    width: 100%;
  }
}
.header .bottom > .right a .mall .img {
  width: 22px;
  height: 22px;
  margin-right: 0.06rem;
}
.header .bottom > .right a .mall .img.default {
  display: inline-block;
}
.header .bottom > .right a .mall .img.hovering {
  display: none;
}
.header .bottom > .right a .mall i {
  margin-right: 6px;
  font-size: 20px;
}
@media only screen and (max-width: 1200px) {
  .header .bottom > .right a .mall i {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .bottom > .right a .mall i {
    font-size: 16px;
  }
}
.header .bottom > .right .searchBtn {
  cursor: pointer;
  font-size: 20px;
  color: #000;
}
@media only screen and (max-width: 1200px) {
  .header .bottom > .right .searchBtn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .bottom > .right .searchBtn {
    font-size: 16px;
  }
}
.header .bottom > .right .searchBtn:hover {
  color: #e60111;
}
.mobile-common-header {
  display: block;
}
.mobile-common-header .top {
position: fixed;
  top:0;
  left: 0;
  right: 0;
  flex: none;
   background-color: #094291;
   text-align:right;
   font-size:12px;
   height:20px;
   padding:0 20px 0 0;
   color:#fff;
    z-index: 998;
}

.mobile-common-header .nav-box {
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  height: 1.3rem;
  padding: 0 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
 background-color: #fff;
  z-index: 998;
  box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.2);
}


.mobile-common-header .nav-box .left {
  flex: none;
  height: 65%;
}
.mobile-common-header .nav-box .left a {
  display: block;
  height: 100%;
}
.mobile-common-header .nav-box .left a img {
  width: auto;
  height: 100%;
}
.mobile-common-header .nav-box .right {
  display: flex;
  align-items: center;
}
 
.mobile-common-header .nav-box .right .searchBtn {
  font-size: 20px;
  color: #333;
}
.mobile-common-header .nav-box .right .nav-button {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-left: 0.4rem;
  text-align: center;
  z-index: 999;
  font-size: 0;
  display: block;
  
}
.mobile-common-header .nav-box .right .nav-button div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 28px;
  height: 16px;
}
.mobile-common-header .nav-box .right .nav-button div span {
  width: 100%;
  height: 2px;
  background-color:#10358B;
  display: block;
  margin: 0 auto;
  line-height: 2px;
  position: static;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.mobile-common-header .nav-box .right .nav-button div span.center-hr {
  margin: 6px auto;
  width: 100%;
  
}
.mobile-common-header .nav-box .right .nav-button div span.top-hr {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.mobile-common-header .nav-box .right .nav-button div span.bottom-hr {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.mobile-common-header .nav-box .right .nav-button.active div span {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
}
.mobile-common-header .nav-box .right .nav-button.active div span.center-hr {
  display: none;
}
.mobile-common-header .nav-box .right .nav-button.active div span.top-hr {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.mobile-common-header .nav-box .right .nav-button.active div span.bottom-hr {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.mobile-common-header .searchContainer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-size: cover;
  background-position: center;
  animation-duration: 0.4s;
  display: none;
}
.mobile-common-header .searchContainer .box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobile-common-header .searchContainer .box .logo-box {
  width: 40%;
  margin-bottom: 0.8rem;
  margin-top: -200px;
}
.mobile-common-header .searchContainer .box .logo-box .logo {
  width: 100%;
}
.mobile-common-header .searchContainer .box .classify {
  display: flex;
}
.mobile-common-header .searchContainer .box .classify li {
  line-height: 0.4rem;
  cursor: pointer;
  color: #666;
}
.mobile-common-header .searchContainer .box .classify li:not(:last-child) {
  margin-right: 0.3rem;
  padding-right: 0.3rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-common-header .searchContainer .box .classify li.active {
  color: #fff;
}
.mobile-common-header .searchContainer .box .input-box {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin-top: 0.4rem;
  font-size: 0;
}
.mobile-common-header .searchContainer .box .input-box input {
  box-sizing: border-box;
  width: 85%;
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0 0.2rem;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 16px;
  vertical-align: middle;
}
.mobile-common-header .searchContainer .box .input-box .button {
  width: 15%;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  background: #e50212;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  vertical-align: middle;
}
.mobile-common-header .searchContainer .box .close {
  position: absolute;
  bottom: 20%;
  left: 50%;
  cursor: pointer;
  width: 0.6rem;
  height: 0.6rem;
  margin-left: -0.3rem;
  transition: all 0.3s ease-out;
}
.mobile-common-header .searchContainer .box .close img {
  width: 100%;
}
.mobile-common-header .searchContainer .box .close:hover {
  transform: rotate(90deg);
}
.mobile-common-header .menuContainer {
  display: none;
  position: fixed;
  left: 0;
  top: 1.65rem;
  bottom: 0;
  background: #fff;
  width: 100%;
  z-index: 999999;
}
.mobile-common-header .menuContainer .menuBox {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.mobile-common-header .menuContainer ul li {
  position: relative;
  padding: 0.3rem;
  border-top: 1px solid #eee;
  cursor: pointer;
  font-size: 16px;
}
.mobile-common-header .menuContainer ul li a {
  display: block;
  color: #333;
}
.mobile-common-header .menuContainer ul li .child {
  display: none;
  margin-top: 0.3rem;
}
.mobile-common-header .menuContainer ul li .child li:last-child {
  padding-bottom: 0;
}
.mobile-common-header .menuContainer ul li::after {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-family: iconfont;
  content: '\e683';
}
.header .menu > ul {
  display: flex;
}
.header .menu > ul > li {
  box-sizing: border-box;
  padding: 0 25px;
  line-height: 0.5rem;
  display: flex;
  justify-content: center;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .header .menu > ul > li {
    font-size: 16px;
  }
}
.header .menu > ul > li i {
  margin-right: 5px;
}
.header .menu > ul > li.active > a,
.header .menu > ul > li:hover > a {
  box-shadow: inset 0 -2px 0 #d12d25;
}
.header .menu ul li .innerWrap {
  display: flex;
  width: 1280px;
  margin: 0 auto;
}
.header .menu ul li .innerWrap .left {
  width: 50%;
  padding: 0.6rem 0 1rem;
  box-shadow: 10px 0 15px rgba(0, 0, 0, 0.1);
}
.header .menu ul li .innerWrap .left h2 {
  margin-bottom: 0.3rem;
  line-height: 1.5;
}
.header .menu ul li .innerWrap .right {
  display: block;
  width: 50%;
  padding: 0.6rem 0 1rem 1rem;
}
.header .menu ul li .innerWrap .right a {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  cursor: pointer;
}
.header .menu ul li .innerWrap .right h2 {
  margin-bottom: 0.3rem;
  line-height: 1.5;
}
.header .menu ul li .innerWrap .right .imgBox {
  width: 100%;
  height: 1.73rem;
}
.header .menu ul li .innerWrap .right .imgBox div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.header .menu ul li .child {
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0;
  top: calc(1.3rem + 30px);
  background: #fff;
  transform-origin: top center;
  display: none;
  border-top: 1px solid #ebebeb;
  cursor: default;
}
.header .menu ul li .child ul {
  display: flex;
  flex-wrap: wrap;
}
.header .menu ul li .child li {
  width: 33.3%;
  box-sizing: border-box;
  padding: 0;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 16px;
}
@media only screen and (max-width: 1366px) {
  .header .menu ul li .child li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .header .menu ul li .child li {
    font-size: 14px;
  }
}
.header .menu ul li .child li a {
  width: 100%;
  height: 100%;
  color: #333;
}
.header .menu ul li .child li:last-child {
  border-bottom: none;
}
.header .menu ul li .child li:hover a {
  color: #d12d25;
}
.header .menu ul li:hover .child {
  animation-name: slideInDown;
  animation-duration: 0.4s;
  display: block;
  top:0.7rem;
}
.header .menumain {
    background: #059D77;
    height: 45px;line-height: 45px;
}
.menumain .innerWrap{ width: 1280px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.header .menu_mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  background: #fff;
  z-index: 999;
  flex-direction: column;
}
.header .menu_mobile .top {
  width: 100%;
  height: 30px;
}
.header .menu_mobile .top .innerWrap {
  width: 100%;
}
.header .menu_mobile .top .innerWrap ul {
  display: flex;
  width: 100%;
  height: 100%;
}
.header .menu_mobile .top .innerWrap ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  padding: 0 0.2rem;
  flex: 1;
}
.header .menu_mobile .top .innerWrap ul li .iconfont {
  transition: all 0.3s ease-out;
}
.header .menu_mobile .top .innerWrap ul li .iconfont.up {
  transform: rotate(180deg);
}
.header .menu_mobile .top .innerWrap ul li img {
  display: none;
}
.header .menu_mobile .top .innerWrap ul li p {
  margin-right: 0.12rem;
}
.header .menu_mobile .top .innerWrap ul li:first-child {
  flex: 1.3;
}
.header .menu_mobile .top .innerWrap ul li:last-child {
  background: #444;
}
.header .menu_mobile .top .innerWrap ul li.active {
  background: #f4f4f4;
  color: #333333;
}
.header .menu_mobile .top .innerWrap ul li.active i {
  color: #e50212;
}
.header .menu_mobile .bottom {
  width: 100%;
  padding: 0.28rem 0.3rem;
  height: 50px;
  background: #fff;
}
.header .menu_mobile .logo {
  z-index: 999;
  width: 1.6rem;
}
.header .menu_mobile .right {
  display: flex;
  align-items: center;
}
.header .menu_mobile .right .searchBtn {
  font-size: 28px;
  margin-right: 0.2rem;
}
@media only screen and (max-width: 1440px) {
  .header .menu_mobile .right .searchBtn {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .menu_mobile .right .searchBtn {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header .menu_mobile .right .searchBtn {
    font-size: 18px;
  }
}
.header .menu_mobile .nav-button {
  position: relative;
  width: 36px;
  height: 36px;
  text-align: center;
  z-index: 999;
  font-size: 0;
  display: block;
  border-radius: 50%;
}
.header .menu_mobile .nav-button div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 28px;
  height: 16px;
}
.header .menu_mobile .nav-button div span {
  width: 100%;
  height: 2px;
  background-color: #333;
  display: block;
  margin: 0 auto;
  line-height: 2px;
  position: static;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .menu_mobile .nav-button div span.center-hr {
  margin: 6px auto;
  width: 80%;
  margin-left: 20%;
}
.header .menu_mobile .nav-button div span.top-hr {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.header .menu_mobile .nav-button div span.bottom-hr {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.header .menu_mobile .nav-button.active div span {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
}
.header .menu_mobile .nav-button.active div span.center-hr {
  display: none;
}
.header .menu_mobile .nav-button.active div span.top-hr {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.header .menu_mobile .nav-button.active div span.bottom-hr {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.header .menuContainer {
  display: none;
  position: fixed;
  left: 0;
  top: 80px;
  background: #fff;
  width: 100%;
  height: calc(100% - 80px);
  z-index: -1;
}
.header .menuContainer ul li {
  position: relative;
  padding: 0.3rem;
  border-top: 1px solid #eee;
  cursor: pointer;
  font-size: 16px;
}
.header .menuContainer ul li .child {
  display: none;
  margin-top: 0.3rem;
}
.header .menuContainer ul li .child li:last-child {
  padding-bottom: 0;
}
.header .menuContainer ul li::after {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-family: iconfont;
  content: '\e683';
}
.toggleMenu {
  position: absolute;
  top: 1.3rem;
  left: 0;
  width: 100%;
  z-index: 997;
  background: url(../img/header1.png), linear-gradient(to right, #f4f4f4 0, #f4f4f4 50%);
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  border-top: 1px solid #ebebeb;
  animation-duration: 0.4s;
  display: none;
}
.toggleMenu .innerWrap {
  display: flex;
  width: 1280px;
  margin: 0 auto;
}
.toggleMenu .innerWrap .left {
  width: 36.25%;
}
.toggleMenu .innerWrap .left ul {
  padding: 0.4rem 0;
}
.toggleMenu .innerWrap .left ul li {
  height: 0.8rem;
  padding: 0 0.25rem;
  cursor: pointer;
}
.toggleMenu .innerWrap .left ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.toggleMenu .innerWrap .left ul li.active {
  background: #fff;
}
.toggleMenu .innerWrap .left ul li.active p {
  color: #e60111;
}
.toggleMenu .innerWrap .left ul li.active div {
  display: none;
}
.toggleMenu .innerWrap .left ul li.active div.active {
  display: block;
}
.toggleMenu .innerWrap .left ul li a > div {
  width: 0.46rem;
  height: 0.46rem;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.2rem;
}
.toggleMenu .innerWrap .left ul li a > div.active {
  display: none;
}
.toggleMenu .innerWrap .center {
  width: 35.15%;
  background: #fff;
}
.toggleMenu .innerWrap .center > ul {
  padding: 0.4rem 0;
}
.toggleMenu .innerWrap .center > ul > li {
  display: none;
}
.toggleMenu .innerWrap .center > ul > li ul {
  height: 5.6rem;
  overflow-y: auto;
}
.toggleMenu .innerWrap .center > ul > li.active {
  display: block;
}
.toggleMenu .innerWrap .center > ul > li a {
  display: flex;
  align-items: center;
}
.toggleMenu .innerWrap .center > ul > li li {
  display: flex;
  align-items: center;
  height: 0.8rem;
  padding: 0 0.5rem;
  cursor: pointer;
}
.toggleMenu .innerWrap .center > ul > li li.active a,
.toggleMenu .innerWrap .center > ul > li li:hover a {
  color: #e60111;
}
.toggleMenu .innerWrap .center > ul > li li i {
  margin-right: 0.1rem;
}
.toggleMenu .innerWrap .right {
  width: 28.6%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.toggleMenu .innerWrap .right h2 {
  font-size: 30px;
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 1440px) {
  .toggleMenu .innerWrap .right h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .toggleMenu .innerWrap .right h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .toggleMenu .innerWrap .right h2 {
    font-size: 18px;
  }
}
.toggleMenu .innerWrap .right .button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 2.2rem;
  height: 0.45rem;
  border: 2px solid #bfbfbf;
  line-height: 0.45rem;
  padding: 10px 20px;
  margin-bottom: 0.1rem;
  font-size: 16px;
  cursor: pointer;
}
@media only screen and (max-width: 1366px) {
  .toggleMenu .innerWrap .right .button {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .toggleMenu .innerWrap .right .button {
    font-size: 14px;
  }
}
.toggleMenu .innerWrap .right .button::after {
  font-family: 'iconfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e683";
  color: #999;
}
.toggleMenu .innerWrap .right .button:hover {
  background: #da2233;
  color: #fff;
  border-color: #da2233;
}
.toggleMenu .innerWrap .right .button:hover::after {
  color: #fff;
}
.toggleMenu .innerWrap .right .p1 {
  padding-top: 0.08rem;
  font-size: 18px;
  color: #666;
}
@media only screen and (max-width: 1024px) {
  .toggleMenu .innerWrap .right .p1 {
    font-size: 16px;
  }
}
.toggleMenu .innerWrap .right .p2 {
  font-size: 30px;
  color: #e60011;
}
@media only screen and (max-width: 1440px) {
  .toggleMenu .innerWrap .right .p2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .toggleMenu .innerWrap .right .p2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .toggleMenu .innerWrap .right .p2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) {
  .toggleMenu .innerWrap {
    width: 1110px;
  }
}
.searchContainer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-size: cover;
  background-position: center;
  animation-duration: 0.4s;
  display: none;
}
.searchContainer .innerWrap {
  width: 1280px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.searchContainer .innerWrap .logo {
  width: 1.65rem;
  margin-bottom: 0.75rem;
}
.searchContainer .innerWrap ul {
  display: flex;
}
.searchContainer .innerWrap ul li {
  font-size: 38px;
  line-height: 0.4rem;
  margin-right: 0.3rem;
  padding-right: 0.3rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  color: #777;
}
@media only screen and (max-width: 1440px) {
  .searchContainer .innerWrap ul li {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .searchContainer .innerWrap ul li {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .searchContainer .innerWrap ul li {
    font-size: 24px;
  }
}
.searchContainer .innerWrap ul li.active {
  color: #fff;
}
.searchContainer .innerWrap ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.searchContainer .innerWrap .box {
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin: 0.36rem auto 0;
}
.searchContainer .innerWrap .box input {
  box-sizing: border-box;
  width: 85%;
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0 0.2rem;
  border: none;
  border-radius: 5px;
}
.searchContainer .innerWrap .box input:focus {
  border: 1px solid #e50212;
}
.searchContainer .innerWrap .box .button {
  width: 14%;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  background: #e50212;
  color: #fff;
  border-radius: 5px;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.5s;
}
@media only screen and (max-width: 1440px) {
  .searchContainer .innerWrap .box .button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .searchContainer .innerWrap .box .button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .searchContainer .innerWrap .box .button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .searchContainer .innerWrap .box .button {
    font-size: 16px;
  }
}
.searchContainer .innerWrap .box .button:hover {
  background: #ce120b;
}
.searchContainer .innerWrap .close {
  display: flex;
  position: absolute;
  bottom: 20%;
  cursor: pointer;
  width: 0.6rem;
  height: 0.6rem;
  transition: all 0.3s ease-out;
}
.searchContainer .innerWrap .close img {
  width: 100%;
  height: 100%;
}
.searchContainer .innerWrap .close:hover {
  transform: rotate(90deg);
}
@media screen and (max-width: 1280px) {
  .searchContainer .innerWrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .searchContainer .innerWrap {
    width: 100%;
  }
}
.linkContainer {
  width: 100%;
  z-index: 997;
  animation-duration: 0.4s;
  background: #f4f4f4;
  display: none;
}
.linkContainer .innerWrap {
  display: flex;
  width: 1280px;
  margin: 0 auto;
  padding: 0.6rem 0;
}
.linkContainer .innerWrap > ul {
  display: flex;
  width: 100%;
  display: none;
}
.linkContainer .innerWrap > ul.active {
  display: flex;
}
.linkContainer .innerWrap > ul > div {
  display: flex;
  width: 30%;
  justify-content: center;
  border-right: 1px solid #e6e6e6;
}
.linkContainer .innerWrap > ul > div:first-child {
  width: 20%;
  justify-content: left;
}
.linkContainer .innerWrap > ul > div:last-child {
  width: 20%;
  justify-content: flex-end;
  border-right: none;
}
.linkContainer .innerWrap > ul > div p {
  font-size: 20px;
  margin-bottom: 0.3rem;
  color: #333;
}
@media only screen and (max-width: 1200px) {
  .linkContainer .innerWrap > ul > div p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .linkContainer .innerWrap > ul > div p {
    font-size: 16px;
  }
}
.linkContainer .innerWrap > ul > div p:hover {
  color: #da2233;
}
.linkContainer .innerWrap > ul > div > li:hover,
.linkContainer .innerWrap > ul > div > li li:hover {
  color: #da2233;
  text-decoration: underline;
}
.linkContainer .innerWrap > ul > div > li:hover a,
.linkContainer .innerWrap > ul > div > li li:hover a {
  color: #da2233;
  text-decoration: underline;
}
.linkContainer .innerWrap > ul > div li {
  font-size: 14px;
  line-height: 2;
  color: #666;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .linkContainer .innerWrap > ul > div li {
    font-size: 12px;
  }
}
.linkContainer .innerWrap > ul > div li a {
  font-size: 14px;
  line-height: 2;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .linkContainer .innerWrap > ul > div li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1440px) {
  .linkContainer .innerWrap {
    width: 1110px;
  }
}
@media screen and (max-width: 1280px) {
  .linkContainer .innerWrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .linkContainer .innerWrap {
    width: 100%;
  }
  .linkContainer .innerWrap > ul > div {
    width: 25% !important;
    padding: 0 10px;
  }
}
.footer {
  display: block;
  padding-top: 0.8rem;
  background-color: #181d26;
  background-size: cover;
  background-position: center;
}
.footer .innerWrap {
  width: 1280px;
  margin: 0 auto;
}
.footer .top {
  display: flex;
  justify-content: space-between;
  margin-bottom:0;
}
.footer .top .left {
  width: 70%;
}
/* footer 底部*/
.footer{background:url(../img/footer_bg.jpg) no-repeat center; background-size:cover;}
.footer{padding:40px 0 0;}
.footer .list{float:left; width:40%;}
 
 
.footer .list.contact{width:100%;padding-left:40%}
.footer .list.contact .first{margin-bottom:35px;}
.footer .list.contact .first:after{display:none;}
.footer .list.contact ul li{margin-bottom:15px; padding-left:30px; position:relative;}
.footer .list.contact ul li .icon{width:28px; height:28px; display:inline-block; background:url(/main/footer_icon.png) no-repeat; position:relative; top:8px; margin-right:15px; position:absolute; left:0; top:50%; margin-top:-14px;}
.footer .list.contact ul li.li1 .icon{background-position:0 0;}
.footer .list.contact ul li.li2 .icon{background-position:0 -28px;}
.footer .list.contact ul li.li3 .icon{background-position:0 -56px;}
.footer .list.contact ul li.li4 .icon{background-position:0 -84px;}
.footer .list.contact ul li.li5 .icon{background-position:0 -112px;}
.footer .list.contact ul li span{line-height:25px; margin-left:10px; display:inline-block;}
 
.footer .right{float:right;}
.footer .right .img .ewm{float:left; text-align:center;}
.footer .right .img .ewm:first-child{margin-right:25px;}
.footer .right .img .ewm .txt{font-size:14px; color:#5a5a5a; margin-top:5px;}
 
 


.footer .top .right {
  color: #777;
}
.footer .top .right > img {
  width: 0.9rem;
  margin-bottom: 0.3rem;
}
.footer .top .right .qrAndLink {
  display: flex;
}
.footer .top .right .qrAndLink .showQr {
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}
.footer .top .right .qrAndLink .showQr:hover {
  color: #da2233;
}
.footer .top .right .qrAndLink .showQr:hover .qrContainer {
  display: flex;
}
.footer .top .right .qrAndLink .showQr .qrContainer {
  position: absolute;
  bottom: 0.5rem;
  z-index: 1;
  display: none;
  padding: 0.2rem;
  background: #fff;
  border-radius: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 1.7rem;
}
.footer .top .right .qrAndLink .showQr .qrContainer::after {
  position: absolute;
  left: 50%;
  bottom: -0.2rem;
  margin-left: -0.18rem;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.18rem solid transparent;
  border-right: 0.18rem solid transparent;
  border-top: 0.2rem solid #fff;
}
.footer .top .right .qrAndLink .showQr .qrContainer img {
  width: 1.3rem;
}
.footer .top .right .qrAndLink a {
  color: #fff;
  text-decoration: underline !important;
}
.footer .top .right .qrAndLink a:hover {
  color: #da2233;
}
.footer .top .right p a {
  cursor: pointer;
  color: #fff;
}
.footer .top .right ul {
  display: flex;
  margin-top: 0.36rem;
}
.footer .top .right ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 0.2rem;
  cursor: pointer;
  transition: all 0.3s ease-out;
  position: relative;
}
.footer .top .right ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.footer .top .right ul li > img,
.footer .top .right ul li a img {
  width: 0.24rem;
  filter: opacity(0.3);
}
.footer .top .right ul li:hover {
  background: #e50111;
  border-color: #e50111;
}
.footer .top .right ul li:hover img {
  filter: opacity(1);
}
.footer .top .right ul li:hover .qrContainer {
  display: block;
}
.footer .top .right ul li .qrContainer {
  position: absolute;
  bottom: 0.8rem;
  z-index: 1;
  display: none;
  padding: 0.2rem;
  background: #fff;
  border-radius: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.footer .top .right ul li .qrContainer::after {
  position: absolute;
  left: 50%;
  bottom: -0.2rem;
  margin-left: -0.18rem;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.18rem solid transparent;
  border-right: 0.18rem solid transparent;
  border-top: 0.2rem solid #fff;
}
.footer .top .right ul li .qrContainer img {
  width: 1.3rem;
}
.footer .bottom {
  display: flex;
  justify-content: space-between;
  height: 0.55rem;
  border-top: 1px solid #2d3138;
  color: #666;
  line-height: 0.55rem;
}
.footer .bottom a {
  color: #666;
}
.footer .bottom .copyright a:hover {
  color: #fff;
}
.footer .bottom ul {
  display: flex;
  align-items: center;
}
.footer .bottom ul li {
  margin-left: 0.15rem;
  padding-left: 0.15rem;
  border-left: 1px solid #2a2e34;
  line-height: 0.16rem;
  cursor: pointer;
}
.footer .bottom ul li:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .bottom ul li:hover a {
  color: #fff;
  text-decoration: underline;
}
.footer .bottom ul li a {
  color: #666;
}
.footer .bottom ul li:first-child {
  border-left: none;
}
.mobile-common-footer { 
  display: block;
  background-size: cover;
  background-position: center;
  padding: 0.5rem 15px;
}
.mobile-common-footer .top .nav {
  display: flex;
  flex-wrap: wrap;
}
.mobile-common-footer .top .nav li {
  margin-right: 0.8rem;
  margin-bottom: 0.3rem;
}
.mobile-common-footer .top .nav li a {
  color: #fff;
  font-size: 0.24rem;
  font-weight: 600;
}
.mobile-common-footer .top .message {
  padding-top: 0.2rem;
}
.mobile-common-footer .top .message p {
  color: #fff;
  font-size: 0.18rem;
  line-height: 2;
}
.mobile-common-footer .top .message p a {
  color: #fff;
  font-size: 0.18rem;
}
.mobile-common-footer .top .message p .link {
  color: #fff;
  text-decoration: underline !important;
  font-size: 0.18rem;
}
.mobile-common-footer .top .message .img-box {
  display: flex;
  margin-bottom: 0.46rem;
}
.mobile-common-footer .top .message .img-box li {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 1.7rem;
  height: 1.7rem;
   
  margin-right: 0.2rem;
  cursor: pointer;
  transition: all 0.3s ease-out;
  position: relative;
}
.mobile-common-footer .top .message .img-box li a {
  width: 100%;
  height: 100%;
  text-align:center;
  justify-content: center;
  align-items: center;
}
.mobile-common-footer .top .message .img-box li img {
  width: 1.7rem;
  
}
.mobile-common-footer .top .message .img-box li div {
 
line-height: 1.5;
color: #777;
font-size: 0.18rem;  
float:left;
text-align:center;
}
.mobile-common-footer .top .message .img-box li span {
 justify-content: center;
  align-items: center;
line-height: 1.5;
color: #fff;
font-size: 0.18rem;  
 
text-align:center;
}
.mobile-common-footer .bottom {
  
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.3rem;
}
.mobile-common-footer .bottom .config-box {
  display: flex;
  flex-wrap: wrap;
}
.mobile-common-footer .bottom .config-box li:not(:first-child) {
  padding-left: 10px;
}
.mobile-common-footer .bottom .config-box li:not(:last-child) a {
  padding-right: 10px;
  border-right: 1px solid rgba(244, 244, 244, 0.15);
}
.mobile-common-footer .bottom .config-box li a {
  color: #666;
  font-size: 0.18rem;
}
.mobile-common-footer .bottom .text {
  color: #fff;
  font-size: 0.18rem;
  margin-top: 5px;
}
.mobile-common-footer .bottom .text span {
  font-size: 0.18rem;
}
.mobile-common-footer .bottom .text a {
  font-size: 0.18rem;
  color: #fff;
}
.rightBar {
  display: block;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9999;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .rightBar {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .rightBar {
    font-size: 16px;
  }
}
.rightBar ul li {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 0.7rem;
  height: 0.7rem;
  background: #e6e6e6;
  margin-bottom: 2px;
  transition: all 0.3s ease-out;
  position: relative;
}
.rightBar ul li:hover .QrContainer {
  display: flex;
}
.rightBar ul li p {
  color: #fff;
}
.rightBar ul li:first-child {
  background: #df1f2d;
}
.rightBar ul li:first-child > img {
  display: none;
}
.rightBar ul li:first-child p {
  display: block;
  padding: 5px;
}
.rightBar ul li:nth-child(3) {
  background: #df1f2d;
}
.rightBar ul li:nth-child(3) > img {
  display: none;
}
.rightBar ul li:nth-child(3) p {
  display: block;
  padding: 5px;
}
.rightBar ul li:hover {
  background: #df1f2d;
}
.rightBar ul li:hover > img {
  display: none;
}
.rightBar ul li:hover p {
  display: block;
  padding: 5px;
}
.rightBar ul li#IM_consult {
  flex-direction: column-reverse;
}
.rightBar ul li#IM_consult:hover img {
  filter: none;
}
.rightBar ul li#IM_consult p {
  padding: 0;
}
.rightBar ul li#IM_consult img {
  display: block;
  width: 50%;
  filter: opacity(0.7);
}
.rightBar ul li .QrContainer {
  display: none;
  position: absolute;
  left: -1.98rem;
  padding-right: 0.28rem;
  top: 50%;
  transform: translateY(-50%);
}
.rightBar ul li .QrContainer .QrBox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  padding: 0.2rem;
  border-radius: 5px;
  align-items: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.rightBar ul li .QrContainer .QrBox::after {
  position: absolute;
  right: -0.18rem;
  top: 50%;
  margin-top: -0.18rem;
  content: "";
  width: 0;
  height: 0;
  border-top: 0.18rem solid transparent;
  border-bottom: 0.18rem solid transparent;
  border-left: 0.2rem solid #fff;
}
.rightBar ul li .QrContainer .QrBox img {
  width: 1.3rem;
}
.rightBar ul li .QrContainer .QrBox p {
  display: block;
  font-size: 16px;
  color: #666;
  margin-top: 0.2rem;
}
@media only screen and (max-width: 1366px) {
  .rightBar ul li .QrContainer .QrBox p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .rightBar ul li .QrContainer .QrBox p {
    font-size: 14px;
  }
}
.rightBar ul li p {
  font-size: 14px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .rightBar ul li p {
    font-size: 12px;
  }
}
.rightBar ul li > img {
  width: 56%;
  filter: opacity(0.335);
}
.mobile-common-fixed-menu {
  display: none;
  position: fixed;
  top: 50%;
  right: 0;
  width: 0.7rem;
  z-index: 998;
  flex-direction: column;
}
.mobile-common-fixed-menu .img-box {
  width: 0.7rem;
  height: 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.mobile-common-fixed-menu .img-box:not(:last-child) {
  margin-bottom: 5px;
}
.mobile-common-fixed-menu .img-box img {
  width: 70%;
}
.layui-layer-feedback {
  width: 600px !important;
  border-radius: 5px !important;
}
.feedbackContainer {
  padding: 0.4rem;
  border-radius: 5px;
}
.feedbackContainer h2 {
  font-size: 24px;
  margin-bottom: 0.3rem;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .feedbackContainer h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .feedbackContainer h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .feedbackContainer h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .feedbackContainer h2 {
    font-size: 16px;
  }
}
.feedbackContainer .tips {
  font-size: 14px;
  text-indent: 32px;
  color: #999;
}
@media only screen and (max-width: 767px) {
  .feedbackContainer .tips {
    font-size: 12px;
  }
}
.feedbackContainer .formContainer {
  width: 80%;
  margin: 0 auto;
  margin-top: 0.3rem;
}
.feedbackContainer .formContainer .formItem {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.feedbackContainer .formContainer .formItem p {
  line-height: 40px;
  height: 40px;
}
.feedbackContainer .formContainer .formItem .label {
  width: 20%;
  height: 40px;
  line-height: 40px;
}
.feedbackContainer .formContainer .formItem .red {
  color: #e60012;
}
.feedbackContainer .formContainer .formItem input {
  width: 80%;
  height: 40px;
  border: 1px solid #b3b3b3;
  padding: 10px 20px;
}
.feedbackContainer .formContainer .formItem textarea {
  width: 80%;
  border: 1px solid #b3b3b3;
  padding: 10px 20px;
  line-height: 20px;
}
.feedbackContainer .formContainer .btnBox {
  text-align: center;
  display: flex;
  justify-content: center;
}
.feedbackContainer .formContainer .button {
  display: inline-block;
  padding: 10px 20px;
  background: #e60012;
  color: #fff;
  cursor: pointer;
}
.feedbackContainer .formContainer .button:hover {
  background: #ce120b;
}
.page-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.page-list ul li {
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #fff;
  display: inline-block;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .page-list ul li {
    font-size: 16px;
  }
}
.isIe .page-list ul li {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.page-list ul li:not(:last-child) {
  margin-right: 10px;
}
.page-list ul li a {
  color: #666;
  display: block;
  background: #ededed;
  width: 100%;
  height: 100%;
}
.page-list ul li.pre-btn,
.page-list ul li.next-btn {
  font-size: 16px;
  width: 1rem;
}
@media only screen and (max-width: 1366px) {
  .page-list ul li.pre-btn,
  .page-list ul li.next-btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .page-list ul li.pre-btn,
  .page-list ul li.next-btn {
    font-size: 14px;
  }
}
.page-list ul li.pre-btn a {
  color: #fff;
  background: #2c2b2b;
}
.page-list ul li.pre-btn a:hover {
  background: #c90111;
}
.page-list ul li.next-btn a {
  color: #fff;
  background: #2c2b2b;
}
.page-list ul li.next-btn a:hover {
  background: #c90111;
}
.page-list ul li.page-num.active a {
  color: #fff;
  background: #c90111;
}
.page-list ul li.page-num.active a:hover {
  background: #c90111;
}
.page-list ul li.page-num:hover a {
  color: #fff;
  background: #c90111;
}
.page-list ul li.dian {
  background: none;
}
.page-list ul li.dian:hover {
  background: none;
}
.page-list ul li.dian:hover a {
  color: #333;
}
.page-list ul li:hover {
  background: #2c2b2b;
}
.page-list ul li:hover a {
  color: #fff;
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 19px;
  }
  .w1280 {
    width: 59rem;
  }
  .w1410 {
    width: 65rem;
  }
  .w1488 {
    width: 68.5rem;
  }
}
@media screen and (max-width: 1500px) {
  .w1280 {
    width: 52.6rem;
  }
  .w1410 {
    width: 58rem;
  }
  .w1488 {
    width: 61rem;
  }
  .rightBar ul li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 18px;
  }
  .w1280 {
    width: 53rem;
  }
  .w1410 {
    width: 59rem;
  }
  .w1488 {
    width: 59rem;
  }
  .header .top .innerWrap {
    width: 1110px;
  }
  .header .bottom {
    width: 1110px;
  }
  .header .menu ul li .innerWrap {
    width: 1110px;
  }
  .footer .innerWrap {
    width: 1110px;
  }
  .rightBar ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1370px) {
  .w1280 {
    width: 50.6rem;
  }
  .w1410 {
    width: 57rem;
  }
  .w1488 {
    width: 57rem;
  }
  .rightBar ul li p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1280px) {
  .w1280 {
    width: 47.4rem;
  }
  .w1410 {
    width: 52rem;
  }
  .w1488 {
    width: 52rem;
  }
  .footer .innerWrap {
    width: 90%;
  }
  .header .top .innerWrap {
    width: 90%;
  }
  .header .menu ul li .innerWrap {
    width: 90%;
  }
  .header .bottom {
    width: 90%;
  }
  .toggleMenu .innerWrap {
    width: 90%;
  }
  .rightBar ul li p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1140px) {
  .w1280 {
    width: 42.2rem;
  }
  .w1410 {
    width: 48rem;
  }
  .w1488 {
    width: 48rem;
  }
}
@media screen and (max-width: 1080px) {
  html {
    font-size: 16px;
  }
  .w1280 {
    width: 100%;
    padding: 0 30px;
  }
  .w1410 {
    width: 100%;
    padding: 0 30px;
  }
  .w1488 {
    width: 100%;
    padding: 0 30px;
  }
  .header {
    display: none;
  }
  .mobile-common-header {
    display: block;
    height: 1.1rem;
  }
  .footer {
    display: block;
  }
  .mobile-common-footer {
    display: block;
  }
  .rightBar {
    display: none;
  }
  .mobile-common-fixed-menu {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
  .w1280 {
    width: 100%;
    padding: 0 10px;
  }
  .w1410 {
    width: 100%;
    padding: 0 10px;
  }
  .w1488 {
    width: 100%;
    padding: 0 10px;
  }
  .page-list {
    padding: 30px 0 40px;
  }
  .page-list .dian {
    display: none !important;
  }
  .page-list ul li {
    width: 80px !important;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
  }
  .page-list ul li a {
    font-size: 14px;
    background-color: #2c2b2b;
    color: #fff;
    border-radius: 3px;
  }
  .breadcrum {
    
  }
  .layui-layer-feedback {
    width: 90% !important;
    border-radius: 5px !important;
  }
  .feedbackContainer .formContainer {
    width: 100%;
  }
  .feedbackContainer .formContainer .formItem .label {
    width: 30%;
  }
}



/****kkk menu start*******/
.main-menu {position: relative;}
.main-menu .navbar-collapse {padding: 0px}
.main-menu .navigation { float: left;margin: 0;position: relative;}
.main-menu .navigation li {  float: left;padding: 0;position: relative; }
.main-menu .navigation li:last-child{}
.main-menu .navigation li a {  color: #fff;display: block;font-size: 16px;font-weight: 700;line-height: 30px;opacity: 1;padding: 12px 33px;position: relative;text-transform: uppercase;transition: all 500ms ease 0s;}
.main-menu .navigation > li.dropdown > a {}
.main-menu .navigation > li.dropdown > a:after {}
.main-menu .navigation > li:hover > a, 
.main-menu .navigation > li.current > a {  color: #fff;opacity: 1; }
.main-menu .navigation > li > ul {  position: absolute;left: 0px;top: 140%;width: 200px;padding: 0px;z-index: 100;visibility: hidden;opacity: 0;  transition: all 500ms ease;
}
.main-menu .navigation > li:hover > ul {  top: 100%;opacity: 1;visibility: visible;}
.main-menu .navigation > li > ul > li {  float: none;margin: 0;padding: 0;position: relative;width: 100%;border-top: 1px solid  #009900;border-right: none;}
.main-menu .navigation > li > ul > li:first-child{  border: none;}
.main-menu .navigation > li > ul > li > a { background: #00895B;color: #ffffff;display: block;font-size: 14px;font-weight: 700;  line-height: 20px;padding: 15px 15px 15px 20px;position: relative;text-transform: capitalize;transition: all 500ms ease 0s;}
.main-menu .navigation > li > ul > li:hover > a {  color: #fff;background-color:rgba(59, 50, 133, 0.6) none repeat scroll 0 0;}

.main-menu .navigation > li > ul > li.dropdown > a:after{}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after{}
.main-menu .navigation > li > ul > li > ul{}
.main-menu .navigation > li > ul li:hover ul {}
.main-menu .navigation > li > ul > li ul li {}
.main-menu .navigation > li > ul > li ul li:first-child{}
.main-menu .navigation > li > ul > li ul li a{ }
.main-menu .navigation > li > ul > li  > ul > li:hover > a{}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {  position: absolute;right: 10px;top: 6px;width: 34px;height: 30px;border: 1px solid #ffffff;background: url(../images/icon/submenu-icon.png) center center no-repeat;background-size: 20px;cursor: pointer;z-index: 5;display: none;border-radius: 3px;-webkit-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;-moz-border-radius: 3px;}




.pagination {
 display:inline-block;
 padding-left:0;
 margin:20px 0;
 border-radius:0
}
.pagination>li {
 display:inline
}
.pagination>li>a,
.pagination>li>span {
 position:relative;
 float:left;
 padding:8px 12px;
 line-height:1.42857143;
 text-decoration:none;
 color:#73a856;
 background-color:#fff;
 border:1px solid #ddd;
 margin-left:-1px
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
 margin-left:0;
 border-bottom-left-radius:0;
 border-top-left-radius:0
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
 border-bottom-right-radius:0;
 border-top-right-radius:0
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
 z-index:2;
 color:#165ba8;
 background-color:#e6e6e6;
 border-color:#ddd
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
 z-index:3;
 color:#999999;
 background-color:#f5f5f5;
 border-color:#ddd;
 cursor:default
}
.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
 color:#999999;
 background-color:#fff;
 border-color:#ddd;
 cursor:not-allowed
}
 .pagination>li>a, .pagination>li>span{ color: #444;}
 /* 分页 */ 
.pagination {
    cursor: default;
     display: inline-block;
	 clear:both;
	 
    text-align: center;
	margin:3% 3%;  padding: 0;
}
.pagination a {
    background-color: #eee;
    border: 1px solid #e3e3e3;
  
    color: #ccc;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    margin: 0 4px;
    min-width: 36px;
}
.pagination a[href], .pagination a.active {
    background-color: #fff;
    color: #999;
}
.pagination a[href]:hover, .pagination a.active {
    background-color: #2A66B0;
    border-color: #2A66B0;
    color: #fff;
}
.pagination .older-first, .pagination .older-up, .pagination .older-down, .pagination .older-last {
    padding: 0 15px;
}
.pagination .page-number {
    color: #999;
    cursor: auto;
    margin: 0 0 0 20px;
}
.pagination  .smallinput {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    height: 26px;
    line-height: 26px;
    margin: 0 5px;
    padding: 0;
    text-align: center;
    width: 36px;
}
@media screen and (max-width: 768px) {
 
.pagination .smallinput{display:none;}
.pagination .page-number{display:none;}
.pagination .older-last{display:none;}
.pagination .older-first{display:none;}
.pagination {
    color: #666;
    display: block;
    font-size: 13px;
    width:91%;
    text-align: center;
}
.pagination > a {
    border: 1px solid #39414a;
    border-radius: 3px;
    color: #39414a;
    padding: 10px;
  
    text-decoration: none;
    top: -10px;
    white-space: nowrap;
}
.pagination > a:hover {
    background: #4a4849 none repeat scroll 0 0;
    border-color: #666;
    color: #fff;
}
.pagination  {
  display:block;
}
.pagination > a.older-up {
    float: left;
}
.pagination > a.older-down {
    float: right;
}
.pagination .page-number {
    color: #39414a;
} 
 
}
/******kkk menu end***************/

/******kkk mobile menu***************/
.mobilefootMenuout{display:none;}
.footMenu { bottom: 0; width:100%; min-width:320px;  margin:0 auto; position: fixed;z-index:1000 ;max-width:720px}
.bottommenu{ background: #25D48F; height:45px; line-height:42px; font-size:16px;}
.footMenu li{ float:left;width:33.3%; border-right:1px solid #FFF}
.footMenu a,.footMenu a:hover{ color:#FFF}
 
 
.footMenu li:first-child{background:url(../main/ico/mbile.png) no-repeat 12% 10px;}
.footMenu li:nth-child(2){background:url(../main/ico/ws.png) no-repeat 12% 10px;}
.footMenu li:nth-child(3){background:url(../main/ico/ly.png) no-repeat 12% 10px;}
 

.footMenu li a {
	display: block;
	color:#fff;
	padding:0 0 0 30%;
	 height:45px; line-height:45px; 
}
@media only screen and (max-width: 768px) {
  
	.mobilefootMenuout{display:block;} 
}
#adsfloatqq8 {background-color:#F7FCFF;-webkit-box-shadow:0 5px 9px rgba(4,0,0,.17);box-shadow:0 5px 9px rgba(4,0,0,.17);z-index:1699
}
.adsfloatqq9 {z-index:1699;}
.adsfloatqq9 .top{ background: #059D77;height:34px; line-height:34px;}
.adsfloatqq9 .top img{ position:absolute; top:5px; right:12px; cursor:hand;}
.adsfloatqq9 .bottom{ background:url(ads/floatQQbot1.gif) no-repeat center; height:14px;}
.adsfloatqq9 .content{ line-height:24px;

 z-index:1699

}
.adsfloatqq9 .mid{ background:url(ads/floatQQmid1.gif) repeat-y center; text-align:center; font-size:13px;}

/******KKKK qq end********/

.contentzy .item{width:98%;}


 





.contentspecial {  padding: 0.05rem 0 0.05rem 0; background:#efefef;}
.pr{ position: relative; }
.mb10{margin-bottom: 10px;}
.pro-item2 {width: 48%;}
.cont-line-hr{width: 100%;height: 2px;-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#148dd0, endColorstr=#25d58e)";background: -webkit-linear-gradient(to right, #148dd0 ,  #25d58e );  background: -moz-linear-gradient(to right, #148dd0 ,  #25d58e ); background: -ms-linear-gradient(to right, #148dd0 ,  #25d58e );background: linear-gradient(to right, #148dd0 ,  #25d58e );/*background: url('http://www.cntaiping.com/tplresource/cms/www/taiping/img/90th/index/btn_bg_img.png') center center no-repeat; background-size:100%;*/
}
.per-cus-head .title span{color: #333;font-size: 20px;font-weight: 600;position: relative;top: 4px;}
.main-news-lf-t {padding-bottom: 10px;}
.pl20 {padding-left: 20px;}
.pro-cus-item{height: 220px;padding-top: 20px;background-color: #fff;margin-right:1%;margin-left:1%;margin-bottom:12px;transition:all .2s linear;border-radius:6px;}
.pro-cus-itemfc{height: 220px;padding-top: 20px;background-color: #fff;margin-right:1%;margin-left:1%;margin-bottom:12px;transition:all .2s linear;border-radius:6px;}

.pro-cus-item:hover{box-shadow: 0 5px 12px #fff;transform:translate(0,-2px);-webkit-transform:translate(0,-2px);}
.pro-cus-itemhj{height: 290px;padding-top: 20px;background-color: #fff;margin-right:1%;margin-left:1%;margin-bottom:12px;transition:all .2s linear;border-radius:6px;}
.pro-cus-item:nth-child(3n+3){margin-right: 0;}
.pro-cont-img{width: 200px;height: 120px;position: absolute;right: 0;bottom: 0;}
.pro-cont-imgfc{width: 100%;height: 100%;position: absolute;right: 0;bottom: 0;} 
.pro-cont-imghj{width: 100%;height: 80%;position: absolute;right: 0;bottom: 0;} 
.pro-cus-p{font-size: 12px;color: #536471;line-height: 20px;padding-right:20px;}
.font16{font-size: 16px; }
.per-cus-body a:hover .pro-cus-spe{/*text-decoration:underline;*/color:#006bc7;}
.per-cont li a:hover .pro-cus-spe{/*text-decoration:underline;*/color:#006bc7;}
.mb10 {margin-bottom: 10px;}
.bold {font-weight: 700;}
.know-more{position: absolute;left: 20px;bottom:60px;/*border: 1px solid #1BAEB1;*/width: 100px;height: 28px;
line-height: 26px;
border-radius: 26px;text-align: center;/*padding:3px 15px;*/
background:url('/templates/defaultmobile/skins/default/serverimages/border.png') center center no-repeat;
background-size:100% 100%;}
.know-more img{width: 16px;position: relative;top: 5px;}
.know-more span{color:#1BAEB1;font-size: 12px;/*margin-right: 5px;*/}
.per-cus-head .title span{color: #333;font-size: 20px;font-weight: 600;position: relative;top: 4px;}
.more{cursor: pointer;position: relative;top: 12px;}
.per-cus-head .more span{font-size: 14px;color: #536471;}
.per-cus-head .more img{width: 16px;}
.per-cus-body a:hover .pro-cus-spe{/*text-decoration:underline;*/color:#006bc7;}
.per-cont li a:hover .pro-cus-spe{/*text-decoration:underline;*/color:#006bc7;}
.know-more span{color:#1BAEB1;font-size: 12px;/*margin-right: 5px;*/}



.contentzy {  padding: 0.05rem 0 0.05rem 0; }
.contentzy .item li{ line-height: 40.5px;padding-left: 20px;border-bottom: 1px dashed #ccc;font-size:15px;}

.mobile-tz {
    height: 36px;
    line-height: 36px;
    font-size: 14px;color:#ff0000;
    
}
@media screen and (max-width:768px){ 
.pro-cus-item{
    
   width:98%;

}
.pro-cus-itemhj{height:220px;}
.pro-cont-imghj {
    width: 100%;
    height: 60%;
    position: absolute;
    right: 0;
    bottom: 0;
}
 .pro-cus-itemfc{height: 160px;}
.accordion_content ul li{
    /*width: 190px;*/
    float: left;
    overflow: hidden;
   width:100%;

}
 }


/*第三块*/
.inm3 {
	 
}
.inm3>div{
	padding: 0;
	float:left;
	width:48%;
}
.inm3>div:first-child{
	margin-right:4%;
}
.inm3>div img{
	width:100%;
}
.inm3_1{
	position: relative;
	
}
.inm3_2 p{
	height: 150px;
	position: absolute;
	width: 100%;
	padding: 30px 0;
	background: rgba(0,0,0,0.4);
	bottom: 0;
	text-align: center;
}
.inm3_2 p span{
	min-height: 56px;
	display: inline-block;
}
.inm3_2 p i{
	font-style: normal;
	display: block;
	width: 100%;
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}
.inm3_3{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	text-align: center;
}
.inm3_3 a{
	display: block;
	height: 100%;
}
.inm3_3 p:nth-of-type(1){
	min-height: 56px;
	margin-top: 70px;
}
.inm3_3 p:nth-of-type(2){
	font-size: 18px;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.inm3_3 p:nth-of-type(2):before{
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	background: #fff;
	left: 50%;
	margin-left: -15px;
	bottom: 0;
}
.inm3_3 p:nth-of-type(3) span{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #d2d2d2;
}
.inm3_3 p:nth-of-type(3) span a{
	font-size: 18px;
	color: #fff;
}
.inm3_3 p:nth-of-type(3) span:last-of-type{
	border-right:0;
}
.inm3_3 p:nth-of-type(4){
	margin-top: 35px;
}
.inm3_1:hover .inm3_3{
	display: block;
}
.inm3_1:hover .in_p7{
	display: none;
}
@media (min-width: 200px) {
   
}
@media (min-width: 768px) {
.inm3_3 p:nth-of-type(1) {
    min-height: 56px;
    margin-top: 15px;
}
.inm3_3 p:nth-of-type(2) {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.inm3_3 p:nth-of-type(4) {
    margin-top: 15px;
}	
}
@media (min-width: 992px) {
.inm3_3 p:nth-of-type(1) {
    min-height: 56px;
    margin-top: 40px;
}
.inm3_3 p:nth-of-type(2) {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.inm3_3 p:nth-of-type(4) {
    margin-top: 20px;
} 
}
@media (min-width: 1200px) {
.inm3_3 p:nth-of-type(1) {
    min-height: 56px;
    margin-top: 70px;
}
.inm3_3 p:nth-of-type(4) {
    margin-top: 35px;
}  
}
.am-cf::after {
    clear: both;
}
.am-cf::after, .am-cf::before {
    content: " ";
    display: table;
}
.iconfont1 {
    
    font-size: 30px;
    font-style: normal;
}
.iconfont2 {
     
    font-size: 30px;
    font-style: normal;
}
.iconfont3 {
    
    font-size: 30px;
    font-style: normal;
}
.iconfont4 {
    
    font-size: 30px;
    font-style: normal;
}
.iconfont5 {
    
    font-size: 30px;
    font-style: normal;
}
.iconfont6 {
   
    font-size: 30px;
    font-style: normal;
}
.iconfont7 {
      
    font-size: 30px;
    font-style: normal;
}
.iconfont8 {
    font-family: "iconfont";
    font-size: 30px;
    font-style: normal;
}
.dh{width:100%;margin:-10px auto 1% auto;}
.dh ul{width:100%;}
.dh li{width: 30.33%;margin:5px 1.5%;background: #38a9e2;float: left;text-align: center;padding:22px 0;color: #fff;overflow: hidden;border-radius:2px}
 
.dh li a{color:#fff}
.dh li i{width: 100%;}
 
.dh li span{width: 100%;line-height: 15px;padding-top:6px;display: block;}
.dh ul .h100{height:230px;padding-top: 60px;  background:url(/templates/defaultmobile/skins/default/serverimages/lx.jpg) no-repeat;background-size:cover;  }
.dh ul .h200{  background:url(/templates/defaultmobile/skins/default/serverimages/xw.jpg) no-repeat;background-size:cover;  }
.dh ul .h300{ background:url(/templates/defaultmobile/skins/default/serverimages/fj.jpg) no-repeat;background-size:cover;  }
.dh ul .h400{ background: #FF9900; }
.dh ul .h500{ background:url(/templates/defaultmobile/skins/default/serverimages/d.jpg) no-repeat;background-size:cover;   }
.dh ul .h600{  background:url(/templates/defaultmobile/skins/default/serverimages/human.jpg) no-repeat;background-size:cover; }
.dh ul .w200{width:63.5%; background:url(/templates/defaultmobile/skins/default/serverimages/w20.jpg) no-repeat;background-size:cover;
-moz-background-size:cover; /* 老版本的 Firefox */
}
.dh ul .w800{ background: #ff0000;width: 100%;background:url(/templates/defaultmobile/skins/default/serverimages/pic2.jpg) no-repeat;background-size:cover; }
