/*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: #013297;
}
.layui-layer-btn {
  display: flex;
  justify-content: center;
}
.breadcrum {
  display: flex;
  align-items: center;
  margin-bottom: 0.36rem;
}
.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: #013297;
  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;
}
.header .top {
  background: #333333;
  height: 0.4rem;
}
.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.1rem;

}
.header .top .innerWrap .right ul li .iconR {
  margin-right: 5px;
}
.header .top .innerWrap .right ul li p {
  margin-right: 0.02rem;
  color: #999;
}
.header .top .innerWrap .right ul li:hover {
  background: #444;
}
.header .top .innerWrap .right ul li .iconfont {
  transition: all 0.3s ease-out;
  color: #fff;
}
.header .top .innerWrap .right ul li .icon-arrowDown {
  color: #666;
}
.header .top .innerWrap .right ul li.active {
  background: #f4f4f4;
  color: #333333;
}
.header .top .innerWrap .right ul li.active i {
  color: #013098;
}
.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: 0.9rem;
  background: #fff;
}
.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;
  width: 15%;   
}
.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 {
  background-color: #e60111;
}
.header .bottom > .right a:hover .mall {
  color: #fff;
  border: 2px solid #e60111;
}
.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: 150px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e50212;
  letter-spacing: 1px;
  font-size: 18px;
  border: 2px solid #e1e1e1;
}
 
.header .bottom > .right .sc-box{ border: 1px solid #d8d8d8; }
.header .bottom > .right .sc-box input{ border: 0px; height: 30px;padding-left: 10px; width:calc(100% - 50px);}
.header .bottom > .right .sc-box button{  border: 0px; background: #fff; height: 30px; width: 30px; padding: 0 10px;}
.header .bottom > .right .sc-box button i{ color:#383838; font-size: 18px;}

@media only screen and (max-width: 1024px) {
  .header .bottom > .right a .mall {
    font-size: 16px;
  }
}
.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: none;
}
.mobile-common-header .nav-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 1rem;
  padding: 0 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  z-index: 998;
}
.mobile-common-header .nav-box .left {
  flex: none;
  height: 60%;
}
.mobile-common-header .nav-box .left a {
  display: block;
  height: 100%;
}
.mobile-common-header .nav-box .left a img {
  max-width: 100%;
  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;
  background: #fff;
}
.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: #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;
}
.mobile-common-header .nav-box .right .nav-button div span.center-hr {
  margin: 6px auto;
  width: 80%;
  margin-left: 20%;
}
.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;
  background: rgba(0,0,0,0.8);
}
.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 form{ width: 100%;}
.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: #003197;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  vertical-align: middle;
  float: right;
}
.mobile-common-header .searchContainer .box .input-box .button button{ background: none;border: 0px; color:#fff;}
.mobile-common-header .searchContainer .box .close {
  position: absolute;
  bottom: 40%;
  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: 1rem;
  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 20px;
  line-height: 0.9rem;
  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 #013098;
}
.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: #013098;
}
.header .menu ul li:hover .child {
  animation-name: slideInDown;
  animation-duration: 0.4s;
  display: block;
  top: calc(1.3rem + 30px);
}
.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: 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: #013098;
}
.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 .center > ul > li ul .lm_cp{ width: 96%; padding: 0 2%;}
.toggleMenu .innerWrap .center > ul > li ul .lm_cp .lm_cp_tu{ width: 100%;}
.toggleMenu .innerWrap .center > ul > li ul .lm_cp .lm_cp_tu img{ width: 100%;}
.toggleMenu .innerWrap .center > ul > li ul .lm_cp .lm_cp_title{ width: 100%; text-align: center; font-size: 16px; font-weight: bold; margin: 15px 0;}
.toggleMenu .innerWrap .center > ul > li ul .lm_cp .lm_cp_desc{ width: 100%;}
.toggleMenu .innerWrap .center > ul > li ul .lm_cp .lm_cp_ckxq{  width: 100%; margin-top: 30px; text-align: center;}
.toggleMenu .innerWrap .center > ul > li ul .lm_cp .lm_cp_ckxq a{ font-size: 14px; padding: 8px 20px; border: 1px solid #e5e5e5; display: inline-block;}
.toggleMenu .innerWrap .center > ul > li ul .lm_cp .lm_cp_ckxq a:hover{ font-size: 14px; padding: 10px 20px; border: 1px solid #003197; background: #003197; color: #fff;}

.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: 'icomoon' !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: #013297;
  color: #fff;
  border-color: #013297;
}
.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: #013297;
}
@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: 90%;
  }
}
@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: 1.15rem;
}
.footer .top .left {
  width: 66%;
}
.footer .top .left > ul {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.footer .top .left > ul > li p {
  margin-bottom: 0.3rem;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .footer .top .left > ul > li p {
    font-size: 16px;
  }
}
.footer .top .left > ul > li ul li {
  cursor: pointer;
  color: #777;
  line-height: 2;
}
.footer .top .left > ul > li ul li:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .top .left > ul > li ul li:hover a {
  color: #fff;
}
.footer .top .left > ul > li ul li a {
  color: #777;
  line-height: 2;
}
.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: #013098;
}
.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: 1.05rem;
  border-top: 1px solid #2d3138;
  color: #666;
  line-height: 1.05rem;
}
.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: none;
  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: #777;
  font-size: 0.18rem;
  line-height: 2;
}
.mobile-common-footer .top .message p a {
  color: #777;
  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-top: 0.36rem;
}
.mobile-common-footer .top .message .img-box li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  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%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-common-footer .top .message .img-box li img {
  width: 0.4rem;
  filter: opacity(0.3);
}
.mobile-common-footer .bottom {
  margin-top: 0.5rem;
  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: #777;
  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: #777;
}
.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{ display: inline-block; width: 100%;}
.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{
  cursor: pointer;
  transition: 0.3s;
}
.page-list ul li.pre-btn a {
  color: #fff;
  background: #2c2b2b;
}    
.page-list ul li.pre-btn a:hover,.page-list ul li a:hover {
  background: #013297;
}
.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,.page-list ul li.thisclass {
  background: #013297;
  color: #fff;
}
.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: 1rem;
  }
  .footer {
    display: none;
  }
  .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 {
    display: none;
  }
  .layui-layer-feedback {
    width: 90% !important;
    border-radius: 5px !important;
  }
  .feedbackContainer .formContainer {
    width: 100%;
  }
  .feedbackContainer .formContainer .formItem .label {
    width: 30%;
  }
}




.i_yyly{ width: 100%; padding: 120px 0 100px;display: inline-block;}
.i_yyly .innerWrap{ width: 1280px;  margin: 0 auto;}
.i_yyly_fl{ width: 50%; float: left;}
.i_yyly_title{font-size: 40px;}
.i_yyly_title_list{ width: 100%; margin-top: 30px;  float: left;}
.i_yyly_title_list li{  float: left;  margin-right: 2%; margin-bottom: 10px;   width: 32%;}
.i_yyly_title_list li:nth-child(3n){  margin-right: 0;}
.i_yyly_title_list li a{ color: #999999; font-size: 22px; cursor: pointer;}
.i_yyly_title_list li.active a{ color: #003197;}
.i_yyly_cont{ width: 100%; margin-top: 50px;  display: inline-block;}
.yyly_s{ display: none;}
.yyly_s.active{ display: block;}
.i_yyly_cont_title{ font-size: 30px; margin-bottom: 15px;}
.i_yyly_cont_desc{ }
.i_yyly_cont_desc p{ line-height: 30px; color: #717171; font-size: 16px;}
.i_yyly_cont_gd{ width: 100%; margin-top: 40px;}
.i_yyly_cont_gd a{ float: left; font-size: 15px; color:#003197;}
.yyly_qh{ position: relative; margin-top: 100px; margin-left: -20px;}
.yyly_qh .swiper-button-prev,.yyly_qh .swiper-button-next{ background: none; color: #013197; font-size: 30px; width: 70px; height: 70px; text-align: center; line-height: 70px; border-radius: 100%;}
.yyly_qh .swiper-button-prev:hover,.yyly_qh .swiper-button-next:hover{ color: #fff; background: #013197; transition: 0.5s;}
.yyly_qh .swiper-button-next{ left: 80px;}

.i_yyly_fr{ width: 47%; float: right; overflow: hidden; position: relative;}
.i_yyly_fr .yyly_content1{ width: 70%;  overflow: unset;}
.i_yyly_fr .yyly_content1 .swiper-container{ overflow: unset;}
.i_yyly_fr .yyly_content1 .swiper-slide{ text-align: center; }
.i_yyly_fr img{ max-width: 90%;} 
.i_yyly_fr .yyly_content1 .swiper-button-prev{ left: 22.5%; background: none; color: #fff; background: #013197; font-size: 30px; width: 70px; height: 70px; text-align: center; line-height: 70px; border-radius: 100%; display: none;}
.i_yyly_fr .yyly_content1 .swiper-button-next{ right: 22.5%; background: none; color: #fff; background: #013197; font-size: 30px; width: 70px; height: 70px; text-align: center; line-height: 70px; border-radius: 100%;}


.i_about{ width: 100%; float: left; position: relative; background: url(../images/about_bg.png) no-repeat left bottom #f4f4f4;}
.i_about .innerWrap{ width: 1280px;  margin: 0 auto;position: relative;}
.i_about_fl{  width: 60%; float: left; margin-top: 100px; position: absolute;}
.i_about_title{font-size: 35px; width: 100%; color: #013197; margin-bottom: 30px; font-weight: bold;}
.i_about_desc{ font-size: 20px; width: 100%; color: #333333;}
.i_about_desc p{ font-size: 20px; width: 100%; color: #333333; line-height: 40px;}
.i_about_gd{ margin-top: 50px;}
.i_about_gd a{ float: left; padding: 8px 15px; font-size: 20px; color: #013197; border: 1px solid #013197;}
.i_about_gd a i{ margin-left: 20px; font-size: 17px;}
.i_about_gd a:hover{ color: #fff;  background:#013197 ;}
.i_about_fr{ width: 50%; float: right;}
.i_about_fr img{  height: 100%;}
.i_about_bot{ position: absolute; bottom: 0px; width: 58%;}
.i_about_bot:before{ position: absolute; content: "";width: 100%;height: 1.63rem; left: -6%;bottom: 0;background: linear-gradient(to top, #04389e 0%, #2367cc 100%);transform: skewX(-23deg);}
.i_about_bot_list{ width: 65%; margin-left: 25%;position: relative; z-index: 999;  height: 1.63rem; color: #fff;}
.i_about_bot_list li{ float: left; width: 50%; text-align: center; border-left: 2px solid #5d87cf; position: relative; top: 50%; transform: translateY(-50%);}
.i_about_bot_list li:nth-child(1){ width: 50%; border-left: 0;}
.i_about_bot_list li .i_about_bot_list_kuan{ text-align: left; display: inline-block;}
.i_about_bot_list li .i_about_bot_title{}
.i_about_bot_list li .i_about_bot_title span{ font-size: 72px; font-family: Aharoni; line-height: 48px;}
.i_about_bot_list li .i_about_bot_desc{ font-size: 15px;}

.i_hzhb{  width: 100%; padding: 100px 0;display: inline-block;  background: #2367cc;}
.i_hzhb .innerWrap{    width: 1280px;  margin: 0 auto;}
.i_hzhb_title{ text-align: center; color: #fff; font-size: 30px;}
.i_hzhb_list{ width: 100%; float: left; margin: 30px 0;}
.i_hzhb_list li{ display: inline-block;width: 14%;margin: 1%;overflow: hidden;cursor: pointer;background: #fff;}
.i_hzhb_list li:nth-child(5n){margin-right: 0;}
.i_hzhb_list li .i_hzhb_list_tu{ width: 100%; padding-bottom: 60%; position: relative; overflow: hidden;}
.i_hzhb_list li .i_hzhb_list_tu img{ width: 100%; height: 100%; position: absolute; object-fit: cover;}

.i_hzhb_list li:hover { box-shadow: 0px 0 15px #3e3e3e;}

.i_news{ width: 100%; padding: 120px 0 50px;display: inline-block;}
.i_news .innerWrap{ width: 1280px;  margin: 0 auto;}
.i_news_title{ text-align: center; width: 100%; font-size: 40px; color: #333333; font-weight: bold;}
.i_news_title_list{ width: 100%; text-align: center; margin-top: 30px;}
.i_news_title_list li{ display: inline-block; border:1px solid #013197; border-radius: 30px; margin:0 20px ; overflow: hidden; }
.i_news_title_list li a{ padding: 8px 30px; font-size: 18px; line-height: 30px; float: left; width: 100%; }
.i_news_title_list li.active a{ background:#013197 ; color: #fff;}
.i_news_cont{ width: 100%; display: inline-block;  margin-top: 30px;}
.i_news_list{ width: 100%;}
.i_news_list .i_news_nr{ display: none;}
.i_news_list .i_news_nr.active{ display: block;}
.i_news_list li{ width: 31%; margin-right: 3.5%; float: left; transition: 0.5s; }
.i_news_list li:nth-child(3n){ margin-right: 0px;}
.i_news_list li .i_news_list_tu{ width: 100%; padding-bottom: 68%; position: relative; overflow: hidden;}
.i_news_list li .i_news_list_tu img{ position: absolute; height: 100%; width: 100%; object-fit: cover;}
.i_news_list li .i_news_list_cont{ width: 96%; padding: 2%;}
.i_news_list li .i_news_list_title{ width: 100%; font-size: 18px; color: #323232; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.i_news_list li .i_news_list_desc{  width: 100%; font-size: 16px; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.i_news_list li .i_news_list_time{ margin-top: 10px; line-height: 40px; display: inline-block; width: 100%; border-top: 1px solid #fff;}
.i_news_list li .i_news_list_time span{ font-size: 16px; color:#a1a1a1; float: left;}
.i_news_list li .i_news_list_time i{  float: right;  margin-top: 10px;}
.i_news_list li:hover{  box-shadow: 0px 0px 10px #d8d8d8;}
.i_news_list li:hover .i_news_list_title{ color:#013197 ;}
.i_news_list li:hover .i_news_list_time{ border-top: 1px solid #f4f4f4; color:#013197 ;}
.i_news_list li:hover .i_news_list_time span{ color:#013197 ;}
.i_news_ckqb{ float: left; width: 100%; line-height: 0; margin-top: 30px; text-align: center;}
.i_news_ckqb a{ padding: 10px 30px; background: #f6f6f6; color: #013197; font-size: 18px; border-radius: 20px;}
.i_news_ckqb a i{ font-size: 18px; margin-left: 10px;}
.i_news_ckqb a:hover{ color: #fff; background: #013197;}

.footer2{ width: 100%; background: #262626; float: left;}
.footer2 .innerWrap{ width: 1280px;  margin: 0 auto;}
.footer_top{  width: 100%; border-bottom: 1px solid #7b7b7b;  float: left; padding: 15px 0;}
.footer_logo{ float: left;}
.footer_logo img{ float: left;}
.footer_top_fr{ float: right;}
.footer_top_fr li{  float: left; margin-left: 20px;}
.footer_top_fr li a{ font-size: 30px;width: 50px;height: 50px;text-align: center;color: #262626;background: #515151 !important;display: inline-block;line-height: 50px;border-radius: 100%; padding: 0; margin: 0; opacity: 1 !important;}
.footer_top_fr li a:hover{ color:#fff; background: #013098 !important;}
.footer_cont{  width: 100%; float: left; padding: 60px 0 30px;}
.footer_nav{ width: 50%; float: left;}
.footer_nav li{ float: left; width: 20%;}
.footer_nav li a{ color:#fff; font-size: 18px;}
.footer_nav li a:hover{ color:#013098;}
.footer_lxfs{ float:right; width: 50%;}
.footer_lxfs_fl{ float: right; color:#fff;  text-align: right; margin-top: 20px; margin-right: 30px;}
.footer_lxfs_tel{ font-size: 18px;}
.footer_lxfs_tel i{ margin-right: 6px;}
.footer_lxfs_tel span{ font-size: 30px; font-weight: bold;}
.footer_lxfs_add{ font-size: 18px;}
.footer_lxfs_add i{  margin-right: 6px;}
.footer_lxfs_ewm{ float: right;  padding: 10px; background: #939393; border-radius: 5px;}
.footer_lxfs_ewm img{  max-width: 120px; float: left;}
.footer_link{ width: 100%; float: left;  margin:  15px auto;}
.footer_link a{ color: #fff;margin: 0 5px;}

.footer_bot{ width: 100%; float: left; padding: 15px 0;background: #121212; color: #606060; font-size:17px;}
.footer_bot a{ color: #606060;  font-size:17px;}
.footer_copy{ float: left;}
.footer_js{ float: right;}


/*资讯中心*/
.news_list{  float:left; width:100%; padding-bottom:50px; }
.news_list li{  float:left; width:calc(45.5% - 2px); margin-right: 1%;  margin-bottom:1%; text-align:center; background: #fff; padding: 2%; border: 1px solid #e7e7e7;}
.news_list li:nth-child(2n){ margin-right:0px}
.news_list li a{ float:left; width:100%;}

.news_list li .news_list_tu{ width:30%; float:left; position: relative; padding-bottom: 22%; overflow: hidden; }
.news_list li .news_list_tu img{ height: 100%; position: absolute; left: 50%; transform: translateX(-50%);}
.news_list li .news_list_cont{ width:66%; padding:0 2%;  float:left; text-align:left; }
.news_list li .news_list_title{ height: 30px;  font-size: 16px; float: left;  width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.news_list li .news_list_desc{ text-align: left; font-size: 12px; color:#515151; float: left;  width: 100%; height: 68px; overflow: hidden;}
.news_list li .news_list_time{ text-align: left; font-size: 12px; color:#515151; float: left;  width: 100%; font-weight: bold;}
.news_list li .news_list_gd{ width:60px;  float:left; display:none; }
.news_list li .news_list_gd span{ font-size: 30px; color: #d6d6d6; border: 1px solid #d6d6d6; border-radius: 50px; float: right; width: 50px; height: 50px; line-height: 50px; text-align: center;}
.news_list li:hover{ background:#019ae6;  transition: 0.5s;}
.news_list li:hover a,.news_list li:hover .news_list_desc,.news_list li:hover .news_list_time{color:#fff;  transition: 0.5s;}
.news_list li:hover .news_list_gd span{ background:#fff; border-color:#019ae6; color:#019ae6;}


.zi_nav{ width: 100%; text-align: center; margin-bottom: 15px;}
.zi_nav li{ display: inline-block; font-size: 14px; -webkit-border-radius: 50px; padding: 0 10px;}
.zi_nav li a{  line-height: 35px; padding: 0 15px; display: block; border-radius: 50px;  border: 1px solid #ccc;}
.zi_nav li.no a,.zi_nav li a:hover{ color: #fff; background: #013297;  border: 1px solid #013297;}

/*证书*/
.honor{  float: left; width:100%; padding:50px 0;}
.honor_title{ text-align: center; font-size: 36px; color: #000;}
.honor_list{ width: 100%; margin-top: 50px;}
.honor_list li{ float: left; width: 24%; margin-right: 1.333%;}
.honor_list li:nth-child(4n){ margin-right:0px;}
.honor_list li .honor_list_tu{ width:calc(100% - 2px);  padding-bottom:130%; border:1px solid #e5e5e5; position:relative; overflow:hidden;}
.honor_list li .honor_list_tu img{ position:absolute; max-width:100%; max-height:100%; left:50%; top:50%; transform:translate(-50%,-50%);  }
.honor_list li .honor_list_title{ text-align:center; line-height:50px; margin-bottom:10px; font-size:14px;}
.honorry_list_gd{ float: left; width:100%; text-align: center; height: 50px; line-height: 50px; background: #f1f1f1; font-size: 18px;}
.honorry_list_gd a{ float: left; width:100%; }
.honor_list_gs{ width:4px; display:none;}



.imagehome{ float: left; width:100%; padding:50px 0;}
.imagehome_title{ text-align: center; font-size: 36px; color: #000;}
.imagehome_list{ width:100%; float:left; margin-top: 30px;}
.imagehome_list li{ width: calc(96% - 2px); float:left; border:1px solid #e5e5e5; margin-bottom: 30px; padding: 2%;}
.imagehome_list li .imagehome_list_tu{ float: left; width: 35%; margin-right: 3%; padding-bottom: 22%; position: relative; overflow: hidden;}
.imagehome_list li .imagehome_list_tu img{ height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.imagehome_list li .imagehome_list_cont{ float: left; width: 62%;}
.imagehome_list li .imagehome_list_title{ width: 100%; font-size: 24px; color: #000; line-height: 30px;}
.imagehome_list li .imagehome_list_title span{ float:right;}
.imagehome_list li .imagehome_list_title span img{ height: 20px;}
.imagehome_list li .imagehome_list_titleen{ font-size: 16px; color: #767676;}
.imagehome_list li .imagehome_list_xian{ width: 60px; height: 3px; background: #013297; margin: 20px 0;}
.imagehome_list li .imagehome_list_desc{ font-size: 14px; line-height: 30px;}
.imagehome_list li .imagehome_list_gd{ float: right; font-size: 14px; }
.imagehome_list li .imagehome_list_gd{ color: #013297; text-decoration: underline;}
.imagehome_bot_bg{ float: left; width:100%; background:#013297; margin-bottom: 50px;}
.imagehome_bot{ float: left; width:100%; position:relative; padding:30px 0;}
.imagehome_bot_tb1{ position:absolute; bottom:0px; left:0px;}
.imagehome_bot_tb1 img{}
.imagehome_bot_cont{ width:calc(100% - 400px); margin:0 auto; text-align:center; color:#fff;}
.imagehome_bot_title{ font-size:30px;}
.imagehome_bot_desc{ font-size: 18px;}
.imagehome_bot_gd{ margin-top: 20px;}
.imagehome_bot_gd a{ color: #013297;  background: #fff; padding: 5px 20px; border-radius: 50px;}
.imagehome_bot_tb2{ position:absolute; bottom:-20px; right:0px;}
.imagehome_bot_tb2 img{}

.imagehome_list_zimun{ float: left; width:100%; margin:10px 0;}
.imagehome_list_zimun ul{ float: left; width:100%; position:relative; overflow:hidden;  transition: 0.5s;}
.imagehome_list_zimun li{ width: calc(20% - 22px); float:left; margin-right: 1.25%; padding: 10px; margin-bottom: 10px;}
.imagehome_list_zimun li:nth-child(5n){ margin-right: 0;}
.imagehome_list_zimun li .list_zimun_tu{ float: left; width: 100%; padding-bottom: 100%; position: relative; overflow: hidden;}
.imagehome_list_zimun li .list_zimun_tu img{ height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.imagehome_list_zimun li .list_zimun_title{ width: 100%; font-size: 14px; color: #000; text-align:center;overflow: hidden;
text-overflow: ellipsis;white-space: nowrap;}
.imagehome_list_zimun_gd{ float: left; width: calc(20% - 22px); padding: 10px;  border:1px solid #e5e5e5;    align-items: center;    display: inline-grid;  text-align: center; font-size: 16px; cursor: pointer; position:absolute; top:0px; right:0px;}
.imagehome_list_zimun_gs{ width: 5px;}


.join-title{ width: 100%; float: left}
.join-title .text {
  line-height: 1.2;
  max-width: 60%;
}
.join-title .text .tit {
  font-size: 28px;
  color: #000000;
  font-weight: bold;
}
.join-title .text .txt {
  font-size: 16px;
  color: #666666;
  margin-top: 20px;
}
.rlzy_lm{ width: 100%;margin: 30px 0 0;}
.rlzy_lm ul{}
.rlzy_lm li{ width: 16%; margin-bottom: 1.3%; line-height: 40px;     display: inline-block; background: #1a5693; text-align: center;}
.rlzy_lm li:nth-child(4n){ margin-right: 0px;}
.rlzy_lm li a{ color: #fff;      display: inline-block; width: 100%;     font-size: 16px;} 
.i_pro_wap{ margin-bottom:20px; display:none;  text-align: center;}
.i_pro_wap select{ width:90%; padding:0 5%; height:40px; font-size: 16px;    background: #1a5693; color: #fff; border-color: #1a5693;}

.w-tr {
  border-bottom: 1px solid #eeeeee;
}
.recruit-con {
  padding-bottom: 55px;
  padding-top: 35px;
}

.recruit-con a, .recruit-con li, .recruit-con ul, .recruit-con span, .recruit-con div {
  box-sizing: border-box;
}

.recruit-con .form1.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}

.recruit-con .form1 .td {
  float: left;
  display: inline-block;
  text-align: center;
}

.recruit-con .form1 .tr1 {
  background: #303030;
  color: #fff;
  height: 60px;
  font-size: 16px;
  line-height: 60px;

}

.recruit-con .form1 .tr1 .td {
  width: 16.5%;
}

.recruit-con .form1 .tr1 .td2 {
  width: 8%;
}

.recruit-con .form1 .tr2 {
  color: #444444;
  height: 65px;
  font-size: 14px;
  line-height: 65px;
 
  box-sizing: border-box;
}

.recruit-con .form1 .tr2.on {
  background: #eaeaea;
}

.recruit-con .form1 .tr2 .td {
  width: 16.5%;
}

.recruit-con .form1 .tr2 .td0.cur {
  color: #333333;
}

.recruit-con .form1 .tr2 .td2 {
  cursor: pointer;
  width: 8%;
}

.recruit-con .form1 .hides {
  display: none;
  padding: 0 75px;
  background: #fafafa;
}

.recruit-con .form1 .hides .tr3 .td {
  float: left;
  width: 25%;
  font-size: 14px;
  color: #666;
  line-height: 32px;
  height: 120px;
  border-bottom: 1px solid #e8e8e8;
  padding-top: 22px;
  box-sizing: border-box;
}
.recruit-con .form1 .hides .tr3 .td span {
  color: #333;
}

.recruit-con .form1 .hides .dt {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  padding-top: 35px;
  padding-bottom: 45px;
  box-sizing: border-box;
}

.recruit-con .form1 .hides .dt .dl:nth-child(1) {
  margin-bottom: 25px;
}

.recruit-con .form1 .hides .bot {
  padding: 28px 0 28px;
}

.recruit-con .form1 .hides .bot .re-a {
  display: inline-block;
  width: 150px;
  height: 42px;
  background: #28529b;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 42px;
}

.recruit-con .form1 .hides .bot .end-span {
  cursor: pointer;
  color: #28529b;
  line-height: 42px;
  font-size: 14px;
}


.zp_cont_sq{ font-size:16px; width:170px; height:40px; line-height:40px; text-align:center; background:#1357a0; margin-top:30px;}
.zp_cont_sq a{ color:#fff; float: left; width: 100%;}
.zp_message{ width:100%; padding:0 5%;}
.zp_message_input li input{ width: 100%; height: 50px; margin-top:20px; padding: 0 3%; border:1px solid #dedede; color:#ababab; font-size: 16px;}
.zp_message_input li input#name{ background:url(../images/cp_ly_name.png) center right no-repeat;}
.zp_message_input li input#tel{ background:url(../images/cp_ly_tel.png) center right no-repeat;}
.zsjm_message_submit{ width:50%; float:left; text-align:center; margin-bottom:10px;}
.zsjm_message_submit input.coolbg{ width: 96%; height: 50px;background: #1357a0; color: #fff; border: 0px; font-size:16px;
margin-top: 20px;}
.zp_message_input li textarea{ width: 100%; min-height: 50px; margin-top:20px; padding: 3%; border:1px solid #dedede; color:#ababab; font-size: 16px;}

.zp_kuang{ display:none;  width:500px; height:500px;}

.mbox {
  display: none;
}
.sel_ul ul {
  overflow: hidden;
  padding: 0;
  padding: 1px;
  box-sizing: border-box;
}

.sel_ul ul li.cur .li {
  background: #1a5693;
  border: none;
  color: #ffffff;
  transition: .5s;
}

.sel_ul ul li.cur .li .num {
  color: #ffffff;
  transition: .5s;
}

.sel_ul ul li.cur .li .top {
  border-bottom: none;
  background: #ec8516;
  color: #fff;
}

.sel_ul .ull .lli {
  width: 100%;
  background: #fff;
  margin-top: 5px;
}

.sel_ul ul li .li {
  height: 50px;
  line-height: 50px;
  background: #fff;
  background: #f7f7f7;
  font-size: 15px;
  color: #333333;
  padding: 0 30px;
  transition: .5s;
}
.sel_ul ul li .li .position {
  max-width: 75%;
  height: 100%;
  overflow: hidden;
}

.sel_ul ul li .li .num {
  font-size: 12px;
  cursor: pointer;
  color: #999;
  transition: .5s;
}

.sel_ul ul li .li .top {
  height: 52px;
  width: 100%;
  font-size: 16px;
  color: #666;
  line-height: 52px;
  padding-left: 13px;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  position: relative;
}

.sel_ul ul li .li .top:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 15px;
  height: 30px;
  width: 30px;
  background: url("../img/img-14.png") no-repeat center;
  background-size: 100%;
}

.sel_ul ul li .li .bot {
  background: #ffffff;
  overflow: hidden;
  padding: 10px 15px;
  box-sizing: border-box;
}

.sel_ul ul li .li .bot .bot1 {
  font-size: 12px;
  width: 50%;
  float: left;
}
.sel_ul ul li .yin {
  background: #f7f7f7;
  padding: 0 15px;
  padding-bottom: 30px;
  box-sizing: border-box;
  display: none;
}

.sel_ul ul li .yin h3 {
  font-size: 14px;
  color: #666;
  font-weight: bold;
  margin-top: 8px;
}

.sel_ul {
  padding-top: 18px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.sel_ul ul li .yin .p {
  font-size: 12px;
  line-height: 1.5;
  color: #777;
}

.sel_ul ul li .yin .p span {
  color: #005197;
}

.sel_ul ul li .yin .p:nth-child(1) {
  border-top: 1px solid #e5e5e5;
}

.sel_ul ul li .yin .p span {
  margin-top: 5px;
}


.newsright {
  width: 100%;
}
.newsright .spans {
  text-align: right;
}
.newsright .spans span {
  display: inline-block;
  font-size: 16px;
  color: #888888;
}
.newsright .newsright-box {
  width: 100%;
}
.newsright .newsright-top .spans {
  height: 80px;
  padding-top: 15px;
}
.newsright .newsright-top .imghbox {
  display: block;
  position: relative;
}
.newsright .newsright-top .imghbox .imgs {
  overflow: hidden;
  height: 4.5rem;
}
.newsright .newsright-top .imghbox img {
  transition: .5s;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.newsright .newsright-top .imghbox:hover img {
  transition: .5s;
  transform: scale3d(1.05, 1.05, 1);
}
.newsright .newsright-top .imghbox:hover .words .t0 {
  transition: .5s;
  color: #1a5693;
}
.newsright .newsright-top .imghbox .words-text {
  position: relative;
  height: 100%;
  padding-bottom: 40px;
}
.newsright .newsright-top .imghbox .words {
  position: relative;
  width: 100%;
  background: #f7f7f7;
  /*height: 330px;*/
  /*top: -75px;*/
  /*left: -70px;*/
  font-size: 14px;
  color: #888888;
  line-height: 25px;
  padding: 52px 60px  50px 38px;
  box-sizing: border-box;
}
.newsright .newsright-top .imghbox .words .t0 {
  font-size: 26px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 35px;
  transition: .5s;
  line-height: 1;
}
.newsright .newsright-top .imghbox .words .t1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.newsright .newsright-top .imghbox .words .jiantou {
  width: 36px;
  height: 30px;
  background: url("../images/x10.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.newsright .newsright-top .imghbox .words .time {
  font-size: 14px;
  color: #888888;
  line-height: 18px;
  padding-left: 26px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
}
.newsright .newsright-top .imghbox .words .time:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 15px;
  height: 18px;
  background: url("../images/x9.png") no-repeat center;
}
.newsright .newsright-bot {
  margin-top: 80px;
  position: relative;
  margin-bottom: 200px;
}
.newsright .newsright-bot .spans {
  position: absolute;
  right: 0;
  top: 15px;
}
.newsright .newsright-bot .newsright-list {
  position: relative;
}
.newsright .newsright-bot .newsright-list .itemsbox.active {
  margin-top: 80px;
  padding-right:0;
  box-sizing: border-box;
}
.newsright .newsright-bot .newsright-list .items {
  display: block;
}
.newsright .newsright-bot .newsright-list .itemsbox {
  display: block;
  width: 50%;
  padding-right:15px;
  box-sizing: border-box;
  float: left;
  padding-bottom: 30px;
}

.newsright .newsright-bot .newsright-list .itemsbox .imgs {
  overflow: hidden;
  width: 100%;
  padding-bottom: 65%;
  position: relative;
}
.newsright .newsright-bot .newsright-list .itemsbox .imgs img {
  width: 100%;
  transition: .5s;
  position: absolute;
  height: 100%;
  object-fit: cover;
}
.newsright .newsright-bot .newsright-list .itemsbox:hover .imgs img {
  transition: .5s;
  transform: scale3d(1.05, 1.05, 1);
}
.newsright .newsright-bot .newsright-list .itemsbox:hover .words .t0 {
  color: #1a5693;
  transition: .5s;
}
.newsright .newsright-bot .newsright-list .itemsbox .words {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  padding-top: 30px;
  padding-bottom: 35px;
}
.newsright .newsright-bot .newsright-list .itemsbox .words .t0 {
  font-size: 22px;
  line-height: 25px;
  height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #000000;
  transition: .5s;
}
.newsright .newsright-bot .newsright-list .itemsbox .words .t1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  margin-top: 12px;
}
.newsright .newsright-bot .newsright-list .itemsbox .time {
  font-family: Arial;
  display: inline-block;
  padding-left: 26px;
  position: relative;
  line-height: 18px;
}
.newsright .newsright-bot .newsright-list .itemsbox .time:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 15px;
  height: 18px;
  background: url("../images/x9.png") no-repeat center;
}
.newsright .newsright-bot .newsright-list .itemsbox .text {
  width: 330px;
  overflow: hidden;
}

.newsright .newsright-box {
  position: relative;
}

.infotit {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: solid 1px #ededed;
  margin-bottom: 30px;
}

.infotit h2 {
  font-size: 38px;
  color: #333;
  line-height: 42px;
  margin-bottom: 30px;
}

.infotit p {
  font-size: 14px;
  color: #999;
  line-height: 26px;
}

.infotit p span {
  color: #999;
}

.infotx {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}

.infotx img {
  max-width: 100%;
}

.infotx p {
  word-wrap: break-word;
}

.infotx.ship iframe {
  max-width: 100%;
}

.infoctrl {
  padding-top: 40px;
  border-top: solid 1px #ededed;
  margin-top: 30px;
}

.pagectrl p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pagectrl p a {
  color: #999;
  display: inline;
}

.pagectrl p a:hover {
  color: #013297;
}

.infotit .tit01 {
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.pageback a {
  font-size: 14px;
  padding-right: 22px;
  color: #666;
}

.pageback a:hover {
  color: #013297;
}


.contact-title {
  line-height: 1;
}
.contact-title .cn {
  font-size: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
}
.contact-title .cn span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #313131;
  bottom: 0;
  left: 0;
}
.contact-title .cn span:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 80px;
  left: 0;
  top: 0;
  background: #1a5693;
}
.contact-title .en {
  font-size: 44px;
  font-family: Arial;
  color: #dddddd;
  font-weight: bold;
}

.list-ul .item {
  float: left;
  line-height: 1.2;
  padding: 0 50px;
  box-sizing: border-box;
  position: relative;
}
.list-ul .item:nth-child(1) {
  padding-left: 0;
}
.list-ul .item:nth-child(1):after {
  display: none;
}
.list-ul .item:last-child {
  padding-right: 0;
}
.list-ul .item:after {
  position: absolute;
  width: 1px;
  height: 45px;
  background: #e5e5e5;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.list-ul .item .t0 {
  font-size: 30px;
  font-family: Arial;
  color: #444444;
  font-weight: bold;
}
.list-ul .item .t1 {
  font-size: 16px;
  color: #444444;
  margin-top: 15px;
}
.contact .contact-us {
  margin-bottom: 20px;
}
.contact .contact-us .words {
  background: #fff;
  padding: 65px 0px;
  box-sizing: border-box;
}
.contact .contact-us .words .ul {
  margin-top: 60px;
  display: inline-block;
  width: 100%;
}
.contact .contact-us .mapbox {
  height: 400px;
}
.contact .contact-us .mapbox .map {
  height: 100%;
  background: #f5f5f5;
}
.contact .contact-us .mapbox .BMapLabel {
  background: transparent !important;
  border: none !important;
}

.contact-messages {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}
.contact-messages .items {
  width: 50%;
}
.contact-messages .items img{ max-width: 100%;}
.contact-messages .words {
  background: #ffffff;
  position: relative;
  height: 100%;
  padding: 20px 50px 0 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #666666;
}
.contact-messages .words .inputbox {
  margin-top: 65px;
}
.contact-messages .words .inputbox input, .contact-messages .words .inputbox textarea {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  width: 100%;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
}
.contact-messages .words .inputbox input[type=text] {
  padding: 0 15px;
  box-sizing: border-box;
  height: 55px;
  margin-bottom: 20px;
}
.contact-messages .words .inputbox input[type=submit] {
  width: 140px;
  height: 45px;
  background: #1a5693;
  font-size: 16px;
  color: #fffefe;
  margin-top: 40px;
}
.contact-messages .words .inputbox textarea {
  height: 110px;
  padding: 15px;
  box-sizing: border-box;
  resize: none;
  display: block;
}
.messages-title .en {
  font-size: 46px;
  font-family: Arial;
  color: #000000;
  font-weight: bold;
}
.messages-title .cn {
  font-size: 24px;
  color: #000000;
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: bold;
}




.banner .swiper-slide .bannerImg_wap{ display: none;}
#lightbox-container-image-box{ max-width: 80%; height:auto !important; margin:0 auto;}
#lightbox-container-image img#lightbox-image{ width:100%;}
#lightbox-container-image-data-box{ max-width: 80%;}	
#lightbox-nav a{ height: 100% !important;}
#sysbox{  overflow-x: hidden;}
#sysbox.mobileStyle{ height: 90% !important;  top: 5% !important; position: fixed; z-index: 999999; overflow-x: hidden;}
#syscontent {  height: auto !important;}

/*Online Service*/
.kf-sidebar{position: fixed;top: 250px;right: 10px;z-index: 999;}
.kf-sidebar li{width: 55px;height: 55px;margin-bottom: 1px;position: relative;}
.kf-sidebar .sidebox{display: block;width: 55px;height: 55px;position: absolute;top: 0;right: 0;overflow: hidden;transition: ease-in-out 0.2s;}
.kf-sidebar .tb{display: block;width: 55px;height: 55px;position: absolute;top: 0;left: 0;}
.kf-sidebar li:hover .tb{background-color: rgba(0,0,0,0.3) !important;}
.kf-sidebar p{line-height: 55px;text-align: center;color: #FFFFFF !important;font-size: 20px;float: left;position: absolute;top: 0;left: 55px;}

.kf-sidebar .kf-tel .sidebox{background-color:#013297;}
.kf-sidebar .kf-qq .sidebox{background-color: #013297;}
.kf-sidebar .kf-sq .sidebox{background-color: #013297;}
.kf-sidebar .kf-weixin .sidebox{background-color: #013297;}
.kf-sidebar .kf-ww .sidebox{background-color: #013297;}
.kf-sidebar #goTop{background-color: #013297;cursor: pointer;}

.kf-sidebar .kf-tel .tb{background: url(../images/kf_tel.png)no-repeat center;}
.kf-sidebar .kf-qq .tb{background: url(../images/kf_qq.png)no-repeat center;}
.kf-sidebar .kf-sq .tb{background: url(../images/kf_sq.png)no-repeat center;}
.kf-sidebar .kf-weixin .tb{background: url(../images/kf_weixin.png)no-repeat center;}
.kf-sidebar .kf-ww .tb{background: url(../images/kf_ww.png)no-repeat center;}
.kf-sidebar #goTop .tb{background: url(../images/gotop.png)no-repeat center;}

.kf-sidebar .kf-tel p{width: 180px;}
.kf-sidebar .kf-tel:hover .sidebox{width: 235px;}
.kf-sidebar .kf-qq p{width: 140px;}
.kf-sidebar .kf-qq:hover .sidebox{width: 195px;}
.kf-sidebar .kf-sq p{width: 140px;}
.kf-sidebar .kf-sq:hover .sidebox{width: 195px;}
.kf-sidebar .kf-ww p{width: 140px;}
.kf-sidebar .kf-ww:hover .sidebox{width: 195px;}

.kf-sidebar .ewm{position: absolute;top: -53px;right: 55px;padding-right: 15px;display: none;}
.kf-sidebar .ewm .box{padding: 5px;background: #FFFFFF;border: 1px solid #013297;}
.kf-sidebar .ewm .box img{display: block;width: 150px;height: 150px;}

.footer_fd_kuan{ display:none;}
.footer_fd,#gotop_wap{ display:none;}
@media screen and (max-width: 1440px) {
  .i_about_bot_list{ width: 90%;  margin-left: 6%;}
  .i_yyly .innerWrap,.i_about .innerWrap,.i_news .innerWrap,.footer2 .innerWrap{ width: 96%;}
}
@media screen and (max-width: 1300px) {

  .header .menu > ul > li{ padding: 0 15px; }
  .header .menu > ul > li a{ font-size: 16px;}
  .header .bottom > a img{ height: 40px;}
  .i_yyly_fl{ width: 43%;}
  .i_yyly_fr{ width: 45%;}

}
@media screen and (max-width: 999px) {

  .banner .swiper-slide .bannerImg,.banner .swiper-slide .ctx{ display: none;}
  .banner .swiper-slide .bannerImg_wap{ display: block;}

  .content1 .swiper-button-prev, .content1 .swiper-button-next{display: none;}
  .content1 .swiper-slide p,.content1 .endChange .swiper-slide p{font-size: 14px;}
  .content2{  padding: 0.1rem 0 0.7rem;height:auto}
  .content2 .select,.content2 .innerWrap{ display: none;}
  .content2 .product{ position: relative; width: 100%;}
  .content2 .product .intro{ width: 100%;}
  .content2 .product > a{ position: relative; padding: 30px 30px 0;}
  .content2 .product .innerWrap{padding-bottom:0px}
  .content2 .product .intro{ text-align: center;}
  .content2 .product .intro .btn1{  margin: auto;}
  
  .i_yyly .innerWrap,.i_about .innerWrap,.i_news .innerWrap,.footer2 .innerWrap{ width: 96%;}
  .i_yyly{ padding: 50px 0 30px;}
  .i_yyly_fl{ width: 100%;}
  .i_yyly_title{ font-size: 30px;}
  .i_yyly_title_list{ margin-top: 10px;}
  .i_yyly_title_list li a{ font-size: 24px;}
  .i_yyly_fr{ width: 100%; margin-top: 30px;}
  .i_yyly_fr .yyly_content1{  width: 100%;}
  .yyly_qh{display: none;}
  .i_yyly_title_list li{ margin-right:0; width: 32%;}
  .i_yyly_fr .yyly_content1 .swiper-button-prev,.i_yyly_fr .yyly_content1 .swiper-button-next{  font-size: 22px; width: 50px; height: 50px;    line-height: 50px;}
  .i_yyly_fr .yyly_content1 .swiper-button-prev{ left: 5.5%; display: block; }
  .i_yyly_fr .yyly_content1 .swiper-button-next{ right: 5.5%;}
  .i_yyly_cont_title{ font-size: 26px;}
  .i_yyly_cont_desc p{ font-size: 14px;}

  .i_about_fr{ width: 100%;}
  .i_about_fr img{ width: 100%; height: auto;}
  .i_about_fl{ position: relative; width: 100%; margin-top: 30px;}
  .i_about_bot{ position: relative; float: left; width: 100%; margin-top: 30px;}
  .i_about_bot:before{    transform: skewX(0deg); left: 0px;}
  .i_about_bot_list li{ width: 33%; text-align: center;}
  .i_about_bot_list li:nth-child(1){  width: 33%; text-align: center;}
  .i_about_bot_list li .i_about_bot_title span{ font-size: 50px; line-height: 30px;}

  .i_news{ padding: 50px 0;}
  .i_news_title{ font-size: 32px; }
  .i_news_title_list li{ margin: 0 5px; }
  .i_news_title_list li a{  padding: 2px 25px;  font-size: 14px;}
  .i_news_list li{ width: 100%; margin-right: 0px;}

  .footer_top,.footer_cont,.kf-sidebar{ display: none;}
  .footer_nav{ width: 100%;}
  .footer_lxfs{ width: 100%; margin-top: 30px;}
  .footer_lxfs_ewm{ float: left;}
  .footer_lxfs_fl{float: left; margin-left: 30px; text-align: left;}


	#gotop_wap{display:block;}	
	#gotop_wap {
		position: fixed;
		bottom: 80px;
		right: 5px;
		background: url(../images/gotop1.png) no-repeat 14px 15px rgba(0,0,0,0.5);   
		width: 40px;
		height: 40px;
		border-radius: 4px;
		cursor: pointer;
		z-index: 999;
	}
	.footer_fd_kuan{ display:block;width: 100%; float:left; height: 60px;}
	.footer_fd{ display:block;  width: 100%; position: fixed;  bottom: 0px;  height: 60px; background:#013297; box-shadow: 0px 0px 14px  #3b3b3b; z-index: 99999;}
	.footer_fd li{ width:25%; float:left; text-align:center;}
	.footer_fd li a{ color:#fff; width: 100%; float: left; line-height: 30px;}
	.footer_fd li .footer_fd_tu{ width: 100%; height:20px; float:left; text-align:center; margin-top:10px;}
	.footer_fd li .footer_fd_tu img{ height:100%;}


  .imagehome_bot_title{ font-size: 16px;}
	.imagehome_bot_desc{ font-size: 12px;}
	.imagehome_bot_gd{ margin-top: 10px;}
  .pcbox {
    display: none;
  }
  .mbox {
    display: block;
    margin-bottom: 50px;
  }
  .rlzy_lm li{ width: 24%;}

  .newsright .newsright-top .imghbox .words {
    position: static;
    width: 100%;
    height: auto;
    padding: 30px;
  }

  .newsright .newsright-top .imghbox .words-text {
    padding-bottom: 45px;
  }

  .fixed-newsleft {
    width: 100%;
  }

  .newsleft {
    width: 100%;
  }

  .newsright {
    width: 100%;
  }

  .newsright .newsright-box {
    width: 100%;
  }

  .news-swiper {
    margin-top: 40px;
    width: 100%;
  }

  .news-tit .li {
    float: left;
  }

  .newsright .newsright-top .spans {
    height: 40px;
    padding-top: 10px;
  }

  .news-tit {
    margin-top: 40px;
  }

  .news-swiper .itembox .item {
    font-size: 14px;
  }

  .news-tit .li {
    font-size: 14px;
  }

  .newsright .newsright-bot .newsright-list .itemsbox.active {
    margin-top: 0;
  }

  .newsright .newsright-bot .spans {
    position: static;
  }
  .newsright .newsright-top .imghbox .words .t0{
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow:hidden;
  }
  .newsright .newsright-bot .newsright-list .itemsbox .words .t0{ font-size: 18px;}
  .newsright .newsright-bot{ margin-top: 30px;margin-bottom:30px}
  .newsright .newsright-bot .newsright-list .itemsbox{ padding-right:0px}
  .newsright .newsright-bot .newsright-list .itemsbox .text{  width: 100%;}
  .newsright .newsright-bot .newsright-list .itemsbox .time {  float: left;  margin-top: 10px;}

  .infotit .tit01{ font-size: 16px;}
  .infoctrl { padding-top: 25px; margin-top: 15px;  display: inline-block; width: 100%;}
  .pagectrl { width: 100%;}
  .pageback { width: 100%; margin-top: 16px; display: block;}
  .contact .contact-us .words .ul {
    margin-top: 40px;
  }
  .list-ul .item.item0 {
    width: 50%;
    padding: 0 20px;
  }
  .list-ul .item.item0 {
    width: 50%;
    padding: 0 20px;
  }

  .list-ul .item {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .list-ul .item:nth-child(2n+1) {
    padding-left: 0;
  }

  .list-ul .item:nth-child(2n+1):after {
    display: none;
  }

  .contact .contact-us .text .items {
    width: 100%;
  }

  .contact-messages .items {
    width: 100%;
  }
  .contact-messages .items img {
    width: 100%;
  }

  .contact .contact-us .mapbox {
    height: 400px;
  }

  .contact-messages .words {
    position: static;
    padding: 20px 0px;
  }

  .contact .contact-us .text .items {
    min-height: auto;
    padding: 20px 25px;
  }

  .contact .contact-us .words, .contact-join {
    padding: 20px 0px;
  }

  .list-ul .item .t1 {
    line-height: 16px;
    height: 32px;
  }
  .list-ul .item .t0 {
    font-size: 20px;
  }
  .list-ul .item .t1 {
    line-height: 16px;
    height: 32px;
  }
  .messages-title .en {
    font-size: 18px;
  }
  .messages-title .cn {
    font-size: 16px;
  }
  .contact-messages .words .inputbox input[type=text], .contact-messages .words .inputbox textarea {
    font-size: 14px;
    height: 35px;
    margin-bottom: .2rem;
  }
  .contact-messages .words .inputbox textarea {
    height: 70px;
  }
  .contact-messages .words {
    font-size: 13px;
  }
  .contact-messages .words .inputbox {
    margin-top: .35rem;
  } 
  .contact-messages .words .inputbox input[type=submit]{ margin-top: 10px;}
  .imagehome_list_zimun li{ width: calc(23% - 22px);}


}
@media screen and (max-width: 799px) {
  .honor_list li{ width: 49%; margin-right: 2%;}
	.honor_list li:nth-child(2n){ margin-right:0px;}
	.honor_list_gs{ width:2px;}

  .imagehome_list li .imagehome_list_tu{ width:100%; padding-bottom: 50%; margin-right:0px;}
	.imagehome_list li .imagehome_list_cont{ width:100%;}
	.imagehome_bot_bg{ display:none;} 
  .contact-title .cn{ font-size: 16px;}
  .contact-title .en, .join-title .en {  display: block; width: 100%;  margin-top: 15px; font-size: 20px;}

  .list-ul .item .t0 {
    font-size: 15px;
  }
  .list-ul .item .t1 {
    font-size: 14px;
    line-height: 1.2;
  }
  .imagehome_list_zimun li{ width: calc(22.8% - 22px);}

  .news_list li .news_list_tu{ width: 100%;     padding-bottom: 50%;}
	.news_list li .news_list_cont{width: 100%;padding:0px;}
	.news_list li .news_list_gd{ display:none;}

  .infotx.ship iframe {
    height: 300px;
  }

}
@media screen and (max-width: 499px) {

  .i_yyly{ padding: 20px 0 20px;}
  .i_yyly_title{ font-size: 26px;}
  .i_yyly_title_list li a{ font-size: 16px; font-weight: bold;}
  .i_yyly_cont{ margin-top: 10px;}  
  .i_yyly_cont_desc p{ font-size: 12px;}
  .i_yyly_cont_gd a{ font-size: 14px;}
  .i_yyly_cont_gd a i{ font-size: 14px;}

  .i_about_title{ font-size: 30px; margin-bottom: 10px;}
  .i_about_desc p{  font-size: 16px; line-height: 30px;}
  .i_about_bot:before{ height: 100%;   }  
  .i_about_bot_list{ float: left;  height: auto; width: 100%; margin-left: 0;}
  .i_about_bot_list li{top: 0;  transform: unset; }
  .i_about_bot_list li{ width: 100%; border-bottom: 2px solid #5d87cf; border-left: 0px;  padding: 15px 0;}
  .i_about_bot_list li:nth-child(1){ width: 100%;}
  .i_about_bot_list li:nth-child(3){ border-bottom:0px}
  .i_about_bot_list li .i_about_bot_list_kuan{ text-align:center;}
  .i_about_gd{  margin-top: 30px;}
  .i_about_gd a{ font-size: 14px;}
  .footer_copy,.footer_js{ width: 100%; text-align: center;font-size: 14px;}
  .footer_copy a,.footer_js a{ font-size: 14px;}

  .honor_list{margin-top: 30px;}
  .zi_nav li{   padding: 0px 5px; margin-bottom: 10px;}
  .imagehome_list li .imagehome_list_tu{ padding-bottom: 70%; margin-bottom: 20px;}
	.imagehome_list li .imagehome_list_title{ font-size: 18px;}
	.imagehome_list li .imagehome_list_titleen{ font-size: 12px;}
	.imagehome_list li .imagehome_list_xian{ margin: 10px 0;}
	.imagehome_list li .imagehome_list_desc{ font-size: 12px; line-height: 24px;}
	.imagehome_list li .imagehome_list_gd{ font-size: 12px; margin-top: 10px;}

  .honor_title,.imagehome_title{ font-size: 24px;}
  .imagehome_list_zimun li{ width: calc(28.5% - 22px);  margin-right: 1.33%;}
	.imagehome_list_zimun li:nth-child(5n){ margin-right: 1.33%;}
	.imagehome_list_zimun li:nth-child(4n){ margin-right:0%;}
	.imagehome_list_zimun li .list_zimun_title{  font-size: 12px;}
  .infotx.ship iframe {
    height: 250px;
  }
  
}


/*contact*/
@media screen and (min-width: 280px) and (max-width: 1200px) {
	.contact_box{padding: 5% !important;}
	.contact_box .box .tb{width: 70px !important;height: 70px !important;top: -35px !important;margin-left: -35px !important;}
	.contact_box .box .tb i{height: 56px !important;line-height: 56px !important;font-size: 30px !important;}
}
@media screen and (min-width: 280px) and (max-width: 950px) {
	.contact_box .box{float: none !important;width: 100% !important;margin-right: 0 !important;padding: 45px 20px !important;min-height: 0 !important;}
	.contact_box{padding-top: 50px !important;}
}

.contact_box{padding: 120px 0 80px;}
.contact_box .box{width: 29%;float: left;border: 1px solid #E3E3E3;margin-right: 6.5%;position: relative;box-sizing: border-box;padding: 65px 30px 30px;min-height: 280px;}
.contact_box .box3{margin-right: 0;}
.contact_box .box .tb{width: 110px;height: 110px;box-sizing: border-box;border: 1px solid #E3E3E3;padding: 6px;border-radius: 50%;position: absolute;top: -55px;left: 50%;margin-left: -55px;}
.contact_box .box .tb i{display: block;width: 100%;height: 96px;line-height: 96px;text-align: center;border-radius: 50%;color: #FFFFFF;font-size: 40px;}
.contact_box .box1 .tb i{background: #e34953;}
.contact_box .box2 .tb i{background: #f89c37;}
.contact_box .box3 .tb i{background: #4cbb43;}
.contact_box .box .bt{line-height: 32px;text-align: center;padding-bottom: 4px;font-size: 18px;color: #333;}
.contact_box .box p{position: relative;line-height: 30px;padding-left: 70px; width: 100%; min-height: 30px;}
.contact_box .box p span{position: absolute;top: 0;left: 0;}
.contact_box .box3 .ewm{width: 80%;margin: 0 auto; text-align: center;} 
.contact_box .box3 .ewm img{width: 100%;display: inline-block; max-width: 150px;}
.contact_box .tupian{margin: 5% 0;}
.contact_box .tupian img{display: block;width: 100%;}




.page-list {
  clear: both;
  margin: 20px;
  overflow: hidden;
  margin-left: 0px;
  text-align: center;
  font-size: 12px
 }
 .page-list ul>span {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 4px 12px;
  margin: 0 1px;
  line-height: 24px;
  background: #fff;
  color: #999
 }
 .page-list ul>span.page-numbar a{
  display: inline-block;
  border: 1px solid #ccc;
  padding: 4px 12px;
  margin: 0 1px;
  line-height: 24px;
  background: #fff;
  color: #999
 }
 .page-list ul>span.page-numbar {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 24px;
  background: #fff;
  color: #999
 }
 
 .page-list ul>span.page-numbar span{
  display: none;
 }
 .page-list ul span:hover {
  background: #0067d0;
  color: #fff;
  border: 1px solid #0067d0
 }
 .page-list ul span.page-numbar a:hover {
  background: #0067d0;
  color: #fff;
  border: 1px solid #0067d0
 }
 .page-list ul>span:not(.page-numbar):hover a{
  color: #fff;
 }
 .page-list ul span.page-numbar:hover {
  background: #fff;
  color: #999;
  border: none
 }
 /* .page-list ul>span.page-numbar:hover a{
  color: none;
 } */
 .page-list ul .page-numbar a.page-num-current {
  display: inline-block;
  border: 1px solid #0067d0;
  padding: 4px 12px;
  margin: 0 1px;
  background: #0067d0;
  color: #fff;
 }
 .page-list ul .page-numbar a.page-num-current {
  color: #fff;
 }
 .page-list ul span a {
  /* display: block; */
  color: #999
 }
 .page-list ul span:not(.page-numbar) a:hover {
  color: #fff;
 }
 @media (max-width: 600px) {
  .page-list ul span.page-status,.page-list ul span.page-num{
   display: none;
    }
    .page-list ul>span {
      padding: 2px 5px;
  }
  .page-list ul>span.page-numbar a {
    padding: 2px 5px;
}
.page-list ul .page-numbar a.page-num-current {
  padding: 2px 5px;

}
 }