@charset "UTF-8";

/*scss 公共*/
.btn {
  padding: 12px 30px;
  background-color: #EC545F;
  font-size: 16px;
  color: #FFF;
  display: inline-block;
}

.btn:hover {
  color: #FFF;
  background-color: #063190;
}

.btn .icon {
  display: inline-block;
  width: 24px;
  height: 10px;
  margin-right: 5px;
  background: url("../images/arrow.html") no-repeat;
}

/*header start*/
.main {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.wap-logo {
  display: none;
}

.nav-box {
  display: none;
}

.header {
  background-color: #000;
}

.header .m-width-1280 {
  position: relative;
}

.header .logo {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 9;
}

.header .header-top {
  text-align: right;
  height: 60px;
  padding-top: 18px;
  box-sizing: border-box;
}

.header input {
  border: none;
  width: 80px;
  height: 24px;
  background: white;
  border-radius: 12px;
  line-height: 24px;
  box-sizing: border-box;
  padding-left: 30px;
  transition: all 0.3s;
}

.header .header-search {
  position: relative;
  float: right;
  margin-right: 20px;
}

.header .header-search button {
  border: none;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 26px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/sousuo.png");
}

.header-box {
  background-color: #063190;
  position: relative;
}

.header-box .lan-zw {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  height: 100%;
  width: 30%;
  z-index: 2;
}

.header-box .lan-zw-arrow {
  position: absolute;
  left: 30%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 40px;
  border-color: transparent transparent #063190 transparent;
  margin-left: -40px;
  z-index: 3;
}

.lan-box {
  cursor: pointer;
  float: right;
}

.lan-box dt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.lan-box:hover dd {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.lan-box:hover .arrow {
  transform: rotate(-180deg);
}

.lan-box em {
  color: #fff;
  padding: 0 8px;
}

.lan-box dl {
  position: relative;
}

.lan-box dd {
  position: absolute;
  right: 0;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  transform-origin: top left;
  background: rgba(0, 0, 0, 0.8);
  max-width: 100%;
  padding: 0 20px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  z-index: 9;
}

.lan-box dd a {
  display: block;
  color: #fff;
}

.lan-box dd a:hover {
  text-decoration: underline;
}

.lan-box .arrow {
  display: inline-block;
  width: 10px;
  background: url("../images/xiala.png") no-repeat 50% 50%;
  height: 6px;
  transition: all 0.3s;
}

.lan-box .lang {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("../images/yuyan.png") no-repeat 50% 50%;
}

.web-share a {
  cursor: pointer;
  display: inline-block;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  transition: all 0.3s;
  background-color: #ccc;
  border-radius: 50%;
}

.pc-nav {
  position: relative;
  background-color: #000;
}

.pc-nav li {
  float: right;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.pc-nav li>a {
  padding: 25px 25px;
  display: block;
}

.pc-nav li.cur>a {
  font-weight: 500;
}

.pc-nav li:hover>a {
  text-decoration: underline;
}

.pc-nav li:nth-of-type(1)>a {
  padding-right: 0;
}

.pc-nav li:hover .erji {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.pc-nav li a {
  color: #fff;
}

.pc-nav li .erji {
  position: absolute;
  z-index: 90;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  top: 105%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.95);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  width: 280px;
}

.pc-nav li .erji dd {
  text-align: left;
  position: relative;
  text-transform: capitalize;
  border-bottom: 1px dashed #EEEEEE;
}

.pc-nav li .erji dd .erji-child {
  position: absolute;
  left: 90%;
  top: 0;
  padding-left: 20px;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  width: 250px;
}

.pc-nav li .erji dd .erji-child:after {
  content: '';
  position: absolute;
  left: 12px;
  top: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 8px 6.5px 0;
  border-color: transparent rgba(255, 255, 255, 0.95) transparent transparent;
}

.pc-nav li .erji dd .erji-child dl {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.pc-nav li .erji dd .erji-child dd:after {
  display: none;
}

.pc-nav li .erji dd .erji-child dd a:hover {
  padding-left: 30px;
}

.pc-nav li .erji dd:nth-last-of-type(1) {
  margin-bottom: 0;
}

.pc-nav li .erji dd:hover>a {
  padding-left: 43px;
}

.pc-nav li .erji dd:hover:after {
  width: 7px;
}

.pc-nav li .erji dd:hover .erji-child {
  visibility: visible;
  opacity: 1;
  left: 100%;
}

.pc-nav li .erji dd:after {
  content: '';
  position: absolute;
  left: 30px;
  top: 52%;
  transform: translateY(-50%);
  width: 0px;
  height: 2px;
  background-color: #063190;
  transition: all 0.3s;
}

.pc-nav li .erji dd a {
  font-size: 16px;
  transition: all 0.3s;
  color: #000018;
  line-height: 1.2;
  padding: 20px 10px 20px 30px;
  display: block;
}

.pc-nav li .erji dd a:hover {
  color: #063190;
}

/*header end*/
.imgshow {
  overflow: hidden;
}

.imgshow img {
  width: 100%;
  transition: all 0.3s;
}

/*footer start*/
.footer {
  background-color: #262626;
  padding: 50px 0 40px;
}

.footer h3 {
  white-space: nowrap;
  margin-bottom: 10px;
}

.footer h3 a {
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
}

.footer .web-share {
  padding-top: 20px;
}

.footer .web-share a {
  background-color: #FFF;
  border-radius: 50%;
  margin-right: 5px;
}

.footer .web-share a:hover {
  background-color: #063190;
}

.footer .web-share .iconfont {
  color: #262626;
}

.foot-nav {
  position: relative;
  padding-left: 200px;
}

.foot-nav .flogo {
  position: absolute;
  left: 0;
}

.foot-nav ul {
  width: 740px;
  border-right: 1px solid #4D4D4D;
  float: left;
}

.foot-nav li {
  float: left;
  padding-right: 35px;
  box-sizing: border-box;
  width: 25%;
}

.foot-nav dd {
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.foot-nav dd a {
  font-size: 12px;
  color: #ccc;
}

.foot-nav dd a:hover {
  text-decoration: underline;
  color: #FFF;
}

.foot-form {
  width: 300px;
  float: right;
}

.foot-form .usedComp {
  font-size: 12px;
}

.foot-form .usedComp:nth-child(3) {
  width: 100%;
}

.foot-form .usedComp:nth-child(4) {
  width: 100%;
}

.foot-form .usedComp:nth-child(2) {
  float: right;
}

.foot-form .xhl-controls .xhl-textarea {
  height: 60px;
  font-size: 12px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}

.foot-form .xhl-input-xlarge {
  font-size: 12px;
}

.foot-form #xhlFormSubmit {
  background-color: #063190;
  width: 80px;
  height: 30px;
  border-radius: 0;
  font-size: 12px;
  line-height: 30px;
  margin: 0;
  text-transform: capitalize;
}

.footer-copy {
  margin-top: 30px;
  color: #ccc;
  font-size: 12px;
  color: #ccc;
  border-top: 1px solid #4D4D4D;
  padding: 15px 0;
  overflow: hidden;
}

.footer-copy p {
  float: left;
}

.footer-copy p:nth-child(2) {
  float: right;
}

.footer-copy a {
  color: #ccc;
}

.footer-copy a:hover {
  color: #fff;
}

.footer-copy .foot-logo {
  text-align: center;
}

/*footer end*/
/*轮播图start*/
.banner {
  margin: 0 auto 0;
  width: 100%;
}

.banner.banner-ny {
  position: relative;
  display: none;
}

.banner.banner-ny img {
  width: 100%;
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
}

.banner .bg-box {
  position: relative;
  z-index: 1;
}

.banner .bg-box img {
  width: 100%;
  height: auto;
}

.banner .wap-box {
  display: none;
}

.banner .wap-box img {
  width: 100%;
  height: auto;
}

.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  opacity: 1;
  border-radius: inherit;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  transition: all 0.6s;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.5);
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 30px;
  height: 1px;
}

.swiper-slide .banner-content {
  opacity: 1;
  transition: all .6s;
  z-index: 9;
  position: absolute;
  color: #FFF;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.swiper-slide .banner-content .tit {
  font-size: 40px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.swiper-slide .banner-content .tit h2 {
  padding: 0 45px;
  display: inline-block;
  flex-shrink: 0;
}

.swiper-slide .banner-content .tit2 {
  font-size: 48px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
}

.swiper-slide .banner-content .tit span {
  display: inline-block;
  height: 16px;
  width: 400px;
  background-repeat: no-repeat;
}

.swiper-slide .banner-content .tit span.tit-left {
  background-image: url("../images/news/banner-tit-left.png");
  background-position: 100% 50%;
}

.swiper-slide .banner-content .tit span.tit-right {
  background-image: url("../images/news/banner-tit-right.png");
  background-position: 0% 50%;
}

.banner-menu-list {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  font-size: 16px;
}

.banner-menu-list p {
  padding-top: 30px;
  text-align: center;
}

.banner-menu-list dl a {
  color: #E6E6E6;
  font-size: 16px;
}

.banner-menu-list dl:nth-child(1) dd {
  padding-left: 20px;
}

.banner-menu-list dl:nth-child(2) dd {
  padding-left: 10px;
}

.banner-menu-list dl:nth-child(2) dd {
  padding-left: 10px;
}

.banner-menu-list dl:nth-last-of-type(1) {
  text-align: right;
}

.banner-menu-list dl:nth-last-of-type(1) dd {
  float: none;
  display: inline-block;
  text-align: left;
}

.banner-menu-list dl:nth-last-of-type(1) dd a {
  margin-left: -10px;
}

.banner-menu-list dl:nth-last-of-type(1) dd:nth-child(1) {
  width: 19%;
}

.banner-menu-list dl:nth-last-of-type(1) dd:nth-child(2) {
  width: 19%;
}

.banner-menu-list dl dd {
  float: left;
  box-sizing: border-box;
  width: 17%;
  line-height: 2;
}

.banner-menu-list dl dd a {
  transition: all 0.3s;
  display: block;
}

.banner-menu-list dl dd a:hover {
  color: #FFF;
  font-weight: 500;
}

.banner-menu-list dl dd:nth-child(2) {
  width: 25%;
}

.banner-menu-list dl dd:nth-child(3) {
  width: 19%;
}

.banner-menu-list dl dd:nth-child(4) {
  width: 19%;
}

.banner-menu-list dl dd:nth-child(5) {
  width: 20%;
}

.banner-text {
  text-align: center;
}

.banner-text p {
  font-size: 18px;
  line-height: 36px;
}

.text-color h1,
.text-color p {

  text-shadow: 0px 0px 7px #05318F;
}

.banner-fenlei1 ul.w4 li {
  width: 25%;
}

.banner-fenlei1 li {
  float: left;
  width: 20%;
  text-align: center;
}

.banner-fenlei1 li:hover .imgshow img {
  transform: scale(1.03);
}

.banner-fenlei1 .imgshow {
  text-align: center;
}

.banner-fenlei1 .imgshow img {
  max-width: 100%;
  width: auto;
}

.banner-fenlei1 h3 {
  padding: 0 15%;
  margin-top: 20px;
}

.banner-fenlei1 h3 a {
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  display: block;
  line-height: 34px;
  height: 68px;
  overflow: hidden;
}

.banner-fenlei1 h3 a:hover {
  color: #063190;
}

.banner-fenlei1 .view-more,
.banner-text .view-more {
  color: #F8F8F8;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  display: inline-block;
  background: #063190;
  width: 128px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  border-radius: 4px;
}

.banner-fenlei1 .view-more:hover,
.banner-text .view-more:hover {
  background: #2a5ccc;
}

.banner-fenlei1 .view-more .icon,
.banner-text .view-more .icon {
  width: 16px;
  height: 36px;
  background: url(../images/jiantou-down2.png) no-repeat 50% 50%;
  float: right;
  margin-right: 14px;
}

/*轮播图end*/
.inner-banner {
  padding-top: 110px;
}

.inner-banner .ib-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 300px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

.inner-banner .ib-inner .ib-tit {
  text-align: center;
}

.inner-banner .ib-inner .ib-tit h4 {
  display: inline-block;
  font-size: 40px;
  color: #FFFFFF;
  text-shadow: 1px 1px 10px #000000;
  font-weight: normal;
  position: relative;
}

.inner-banner .ib-inner .ib-tit h4:after {
  content: '';
  width: 69px;
  height: 10px;
  background: url(../images/inner-banner-tit-l.html) no-repeat center;
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -5px;
}

.inner-banner .ib-inner .ib-tit h4:before {
  content: '';
  width: 69px;
  height: 10px;
  background: url(../images/inner-banner-tit-r.html) no-repeat center;
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -5px;
}

.crumbs-box {
  padding: 20px 0;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 20px;
}

.crumbs-box .home {
  background: url("../images/home.png") no-repeat 0 50%;
  padding-left: 28px;
}

.crumbs-box a {
  color: #656565;
  display: inline-block;
  transition: all 0.4s;
}

.crumbs-box a:hover {
  color: #063190;
  cursor: pointer;
}

.crumbs-box i {
  display: inline-block;
  padding: 0 5px;
  color: #656565;
}

.crumbs-box span {
  color: #656565;
}

/*公共样式定义 start*/
.m-width-1280 {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.m-width-1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.m-width-1500 {
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
}

.m-width-1780 {
  max-width: 1780px;
  margin: 0 auto;
  width: 100%;
}

.martop-90 {
  margin-top: 90px;
}

.marbot-90 {
  margin-bottom: 90px;
}

.paddtop-90 {
  padding-top: 90px;
}

.paddbot-90 {
  padding-bottom: 90px;
}

/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.m-width-1280 {
  max-width: 1280px;
  margin: 0 auto;
}

/*置顶按钮 start*/
#toTop {
  width: 60px;
  height: 60px;
  right: 20px;
  bottom: 20px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  z-index: 999;
  background: #063190;
  border-radius: 5px;
}

#toTop img {
  vertical-align: middle;
}

/*置顶按钮 end*/
/*分页 start*/
.page-box {
  padding: 60px 0 0;
  text-align: center;
}

.page-box .iconfont {
  font-size: 20px;
  font-weight: bold;
}

.page-box .page-inner {
  display: flex;
  justify-content: center;
}

.page-box .page-inner a,
.page-box .page-inner span {
  display: inline-flex;
  font-size: 20px;
  color: #999;
  margin: 0 5px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  justify-content: center;
  background: transparent;
  border-radius: 50%;
}

.page-box .page-inner .current,
.page-box .page-inner a:hover,
.page-box .page-inner span.current {
  display: inline-flex;
  color: #fff;
  background-color: #063190;
  margin: 0 5px;
}

.page-box .page-inner .page-list {
  display: flex;
}

.page-box .page-inner .page-list a.act,
.page-box .page-inner .page-list a:hover {
  transition: all 0.4s;
}

.page-box .page-inner a.prev.no-drop,
.page-box .page-inner a.next.no-drop {
  cursor: no-drop;
  opacity: 0.5;
}

.page-box .page-inner .page-list .current.act,
.page-box .page-inner .page-list .current:hover {
  color: #295a83;
  transition: all 0.4s;
}

.page-box .page-inner .current.prev {
  font-weight: bold;
}

.page-box .page-inner .current.next {
  font-weight: bold;
}

.page-box .page-inner .current.prev.no-drop,
.page-box .page-inner .current.next.no-drop {
  cursor: no-drop;
  opacity: 0.5;
}

/*分页 end*/
.title {
  margin: 80px 0 50px;
}

.title h2 {
  font-size: 36px;
  color: #063190;
  font-weight: normal;
  text-transform: uppercase;
  background: url("../images/titbg.png") no-repeat 0 50%;
  padding-left: 50px;
}

.title.cfff h2 {
  color: #FFF;
  background: url("../images/titbg2.png") no-repeat 0 50%;
}

.index-product-grid {
  padding-bottom: 150px;
}

.index-product-grid .text {
  position: relative;
  padding-left: 450px;
  margin: 80px 0 70px;
}

.index-product-grid .title {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
}

.index-product-grid .text-p {
  color: #555;
}

.text .text-p img {
  max-width: 100%;
  height: auto;
}

.index-pro-list li {
  position: relative;
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 90px;
}

.index-pro-list li:nth-child(3n) {
  margin-right: 0;
}

/* .index-pro-list li:hover {
  z-index: 2;
} */

/* .index-pro-list li:hover > h3 {
  opacity: 0;
} */

/* .index-pro-list li:hover .hover-text {
  top: 90%;
  visibility: visible;
  opacity: 1;
} */
.index-pro-list li:hover h3 a {
  color: #063190;
}

.index-pro-list li .hover-text {
  transition: all 0.3s;
  top: 100%;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  background-color: white;
  box-shadow: 0px 6px 29px 0px rgba(0, 0, 0, 0.05);
  background-position: 95% 12%;
  background-repeat: no-repeat;
  background-image: url("../images/index-pro-arrow2.png");
  visibility: hidden;
  opacity: 0;
  border-bottom: 2px solid #063190;
}

.index-pro-list li .hover-text h3 {
  margin-bottom: 16px;
}

.index-pro-list li .hover-text h3 a {
  color: #063190;
}

.index-pro-list li .hover-text .text-p {
  height: 90px;
  overflow: hidden;
}

.index-pro-list li .hover-text p {
  color: #444;
  line-height: 30px;
}

.index-pro-list li h3 {
  font-size: 20px;
}

.index-pro-list li>h3 {
  position: absolute;
  bottom: -50px;
  right: 0;
  padding: 10px 0px 10px 0;
  box-sizing: border-box;
  width: 260px;
  height: 90px;
  background-color: white;
  box-shadow: 0px 6px 29px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-image: url("../images/index-pro-arrow.png");
}

.index-pro-list li>h3 a {
  color: #111;
  align-items: center;
  max-height: 52px;
  line-height: 26px;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding-right: 60px;
}

.index-app-grid {
  background-color: #434343;
  padding: 1px 0 80px;
}

.index-app-grid .swiper-button-next,
.index-app-grid .swiper-button-prev {
  background-color: #FFF;
  background-image: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  top: 50%;
  margin-top: -30px;
}

.index-app-grid .swiper-button-next .iconfont,
.index-app-grid .swiper-button-prev .iconfont {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
}

.index-app-grid .swiper-button-next {
  right: 17%;
}

.index-app-grid .swiper-button-prev {
  left: 17%;
}

.index-app-grid .app-top-swiper {
  padding: 55px 0;
}

.index-app-grid .app-bot-swiper {
  margin-top: 20px;
}

.index-app-grid .app-bot-swiper .swiper-slide {
  height: 185px;
}

.index-app-grid .app-bot-swiper .swiper-slide.swiper-slide-active .text {
  width: 840px;
  margin-left: 0;
  opacity: 1;
  visibility: visible;
}

.index-app-grid .app-bot-swiper .swiper-slide.swiper-slide-active p {
  display: block;
}

.index-app-grid .app-bot-swiper .swiper-slide.swiper-slide-active .see-more {
  background: #063190;
  color: #FFF;
  margin-top: 20px;
  text-align: center;
}

.index-app-grid .app-bot-swiper .text {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}

.index-app-grid .app-bot-swiper .text h3 {
  width: 200px;

}

.index-app-grid .app-bot-swiper .text p {
  display: none;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.index-app-grid .app-bot-swiper .text h3 a {
  max-height: 60px;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.index-app-grid .app-bot-swiper .text .see-more {
  color: #ccc;
  font-size: 14px;
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
}

.index-app-grid .swiper-slide {
  width: 33.33%;
}

.index-app-grid .swiper-slide.swiper-slide-active {
  transition: all 0.3s;
  z-index: 9;
}

.index-app-grid .swiper-slide.swiper-slide-active .imgshow img {
  width: 840px;
  border-color: #063190;
}

.index-app-grid .swiper-slide.swiper-slide-active .text h3 {
  width: auto;
}

.index-app-grid .swiper-slide p {
  color: #E6E6E6;
}

.index-app-grid .swiper-slide .imgshow {
  margin-bottom: 0px;
  height: 310px;
  position: relative;
  overflow: initial;
}

.index-app-grid .swiper-slide .imgshow img {
  transition: all 0s;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 4px solid transparent;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.index-app-grid .swiper-slide h3 {
  padding: 0 0 15px;
}

.index-app-grid .swiper-slide h3 a {
  color: #FFF;
  font-size: 24px;
  line-height: 30px;
  display: block;
}

.index-blog-grid {
  position: relative;
}

.index-blog-grid .blog-siwper-text {
  position: absolute;
  right: 6%;
  bottom: 0;
  background-color: #063190;
  z-index: 3;
  box-sizing: border-box;
  width: 420px;
}

.index-blog-grid .blog-siwper-text .text {
  display: none;
}

.index-blog-grid .blog-siwper-text .text:nth-child(1) {
  display: block;
}

.index-blog-grid .blog-siwper-text p {
  padding: 25px 20px 0;
  font-size: 22px;
}

.index-blog-grid .blog-siwper-text p a {
  color: #FFF;
  display: block;
  line-height: 30px;
  max-height: 90px;
  font-weight: 500;
  overflow: hidden;
}

.index-blog-grid .blog-siwper-text .view-more {
  font-size: 14px;
  text-transform: uppercase;
  background-color: #2856BB;
  color: #FFF;
  padding-left: 20px;
  width: 80%;
  display: inline-block;
  line-height: 36px;
  margin-top: 35px;
}

.index-blog-grid .blog-siwper-text .view-more .icon {
  width: 16px;
  height: 12px;
  display: inline-block;
  background: url("../images/jiantou-down2.png") no-repeat;
  margin-left: 6px;
}

.index-blog-list ul {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.index-blog-list ul li {
  padding: 37px 20px;
  border-top: 1px solid #E5E5E5;
  position: relative;
}

.index-blog-list ul li:nth-last-of-type(1) {
  border-bottom: 1px solid #E5E5E5;
}

.index-blog-list ul li:hover,
.index-blog-list ul li.cur {
  background: white;
  box-shadow: 0px 4px 79px 0px rgba(0, 0, 0, 0.09);
}

.index-blog-list ul li:hover:after,
.index-blog-list ul li.cur:after {
  width: 100%;
}

.index-blog-list ul li:hover h3 a,
.index-blog-list ul li.cur h3 a {
  color: #063190;
}

.index-blog-list ul li:after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #063190;
  transition: all 0.3s;
  bottom: 0;
}

.index-blog-list ul h3 {
  position: relative;
  padding-right: 80px;
  margin-bottom: 8px;
}

.index-blog-list ul h3 a {
  color: #111;
  font-size: 24px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-blog-list ul .text-p {
  background: url("../images/jiantou-down.png") no-repeat 100% 100%;
}

.index-blog-list ul .text-p a {
  display: block;
  padding-right: 100px;
}

.index-blog-list ul p {
  color: #555;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.index-blog-list .index-blog-swiper {
  float: right;
  width: 45%;
  box-sizing: border-box;
}

.index-blog-list .date {
  color: #555;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.index-news-grid {
  position: relative;
  padding: 1px 0 80px;
  margin-top: 80px;
}

.index-news-grid:after {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 48%;
  top: 0;
  background-color: #434343;
  z-index: -1;
}

.index-news-grid .news-sw-page {
  position: absolute;
  bottom: 10px;
  left: 45%;
  z-index: 3;
}

.index-news-grid .news-sw-page a {
  cursor: pointer;
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
}

.index-news-grid .news-sw-page a:hover .iconfont {
  color: #063190;
}

.index-news-grid .news-sw-page .iconfont {
  font-weight: normal;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.index-news-grid .swiper-slide {
  width: 665px;
}

.index-news-grid .swiper-slide.swiper-slide-active h3 a {
  color: #fff;
}

.index-news-grid .swiper-slide.swiper-slide-active .date {
  color: #ccc;
}

.index-news-grid .swiper-slide.swiper-slide-active .text-p {
  opacity: 1;
  visibility: visible;
}

.index-news-grid h3 {
  margin: 20px 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-news-grid h3 a {
  color: #111;
  font-size: 24px;
}

.index-news-grid .text-p {
  opacity: 0;
  visibility: hidden;
  padding-right: 13%;
}

.index-news-grid .date {
  color: #999;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.index-news-grid p {
  color: #CCCCCC;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.index-con-grid {
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  padding: 54px 0;
}

.index-con-grid li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  position: relative;
}

.index-con-grid li a {
  margin-right: 10px;
}

.index-con-grid li:nth-child(1) {
  border-right: 1px solid #D2D2D2;
}

.index-con-grid li:nth-child(2) {
  padding-left: 10%;
}

.index-con-grid li:nth-child(2) .see-more {
  right: 0%;
  left: auto;
}

.index-con-grid li:hover .see-more {
  opacity: 1;
  visibility: visible;
}

.index-con-grid .see-more {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url("../images/index-con-arrow.png") no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 60%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.index-con-grid h3 a {
  font-size: 36px;
  color: #111;
}

.index-con-grid p {
  color: #555;
}

.index-con-grid p em {
  padding-right: 5px;
}

.index-con-grid p em,
.index-con-grid p a {
  color: #555;
  font-weight: normal;
}

.index-con-grid p a:hover {
  color: #063190;
}

.index-links-grid li {
  text-transform: uppercase;
  float: left;
}

.index-links-grid li a {
  display: block;
  padding: 25px 20px;
}

.index-links-grid li a:hover {
  color: #063190;
}

.index-links-grid li:nth-last-of-type(1) a {
  padding-right: 0;
}

.index-links-grid .m-width-1280 {
  position: relative;
  box-sizing: border-box;
  padding-left: 80px;
}

.index-links-grid h3 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #063190;
  font-size: 18px;
}

.pro-tab-item {
  background: #063190;
  margin-bottom: 70px;
}

.pro-tab-item ul {
  display: flex;
  justify-content: space-between;
  line-height: 1;
  position: relative;
}

.pro-tab-item ul li>a {
  color: #FFF;
  position: relative;
  padding: 30px 0;
  display: inline-block;
  cursor: pointer;
}

.pro-tab-item ul li>a:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #fff transparent;
  opacity: 0;
}

.pro-tab-item ul li>a.noerji:after {
  display: none;
}

.pro-tab-item ul li.act .item-erji {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.pro-tab-item ul li.act>a:after {
  opacity: 1;
}

.pro-tab-item ul .item-erji {
  position: absolute;
  left: 0;
  top: 105%;
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.pro-tab-item ul .item-erji dd {
  display: inline-block;
}

.pro-tab-item ul .item-erji dd:hover a,
.pro-tab-item ul .item-erji dd.cur a {
  color: #063190;
}

.pro-tab-item ul .item-erji a {
  display: inline-block;
  line-height: 70px;
  color: #656565;
  padding: 0 30px;
}

.content-pro {
  border-top: 1px solid #EDEDED;
  padding-top: 20px;
}

.content-pro .ny-product-list li {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}

.content-pro .ny-product-list li:nth-child(3n) {
  margin-right: 0;
}

.ny-product-list li {
  padding: 45px 0 10px;
  position: relative;
  transition: all 0.3s;
}

.ny-product-list li:hover {
  background: url("../images/probgh.jpg") no-repeat;
}

.ny-product-list li:hover .imgshow {
  background: transparent;
}

.ny-product-list li:hover h3 a {
  color: #FFF;
}

.ny-product-list li:hover .more {
  opacity: 1;
}

.ny-product-list li .more {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #FFF;
  background: url("../images/jiantou-down2.png") no-repeat 50% 50%;
  right: 20px;
  top: 20px;
  opacity: 0;
}

.ny-product-list .imgshow {
  background: #F3F4F7;
  margin-bottom: 15px;
}

.ny-product-list h3 {
  text-align: 0 40px;
  text-align: center;
  transition: all 0.3s;
}

.ny-product-list h3 a {
  font-size: 20px;
  color: #111;
  display: block;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}

.prodis-gall .pic-gall {
  width: 53%;
  float: left;
}

.prodis-gall .gall-tips {
  width: 44%;
  float: right;
}

.prodis-gall .gall-tips .web-share {
  margin-bottom: 30px;
}

.prodis-gall .gall-tips .web-share a {
  background: #CCCCCC;
  margin-right: 10px;
  border-radius: 50%;
}

.prodis-gall .gall-tips .web-share a:hover {
  background: #063190;
}

.prodis-gall .gall-tips .web-share .iconfont {
  color: #FFF;
  font-size: 14px;
}

.prodis-gall .gall-box .swiper-slide {
  position: relative;
}

.prodis-gall .gall-box .swiper-slide img {
  width: 100%;
  border: 4px solid transparent;
  box-sizing: border-box;
}

.prodis-gall .gall-box .swiper-slide.swiper-slide-thumb-active img {
  border-color: #063190;
}

.prodis-gall .gallery-thumbs,
.prodis-gall .gallery-thumbs-app {
  padding: 20px 0 0;
}

.gall-tips .tit {
  font-size: 30px;
  color: #063190;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 500;
}

.gall-tips .links {
  margin-top: 10px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.gall-tips .links .icon {
  width: 18px;
  height: 18px;
  text-align: center;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gall-tips .links .icon img {
  flex-shrink: 0;
}

.gall-tips .links .icon_img_h {
  display: none;
}

.gall-tips .links a {
  float: left;
  width: 32%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: all 0.3s;
  background: #000;
  border-radius: 5px;
  font-family: 'ArialMT';
  color: #fff;
  font-size: 14px;
}

.gall-tips .links a:nth-of-type(3) {
  margin-right: 0;
}

.gall-tips .links a:hover {
  background-color: #063190;
}

.gall-tips .links a:hover .icon_img_h {
  display: inline-block;
}

.gall-tips .links a:hover .icon_img {
  display: none;
}

.prodis-box {
  margin-top: 30px;
}

.prodis-des {
  height: 380px;
}

.prodis-des .text {
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.prodis-des p {
  line-height: 36px;
  font-size: 18px;
  color: #888888;
  margin-bottom: 10px;
}

.prodis-app-des .text {
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.prodis-app-des p {
  line-height: 2;
  font-size: 16px;
  color: #656565;
}

.prodis-app-des p em {
  color: #333;
}

.pro-detail-adv {
  background: #063190 url("../images/advgridbg.jpg") 50% 50%;
  margin-top: 70px;
  padding: 1px 0;
}

.pro-detail-adv h3 {
  color: #fff;
  margin: 80px 0 50px;
  font-size: 30px;
  text-align: center;
  font-weight: normal;
}

.pro-detail-adv .icon {
  display: inline-block;
  width: 90px;
  height: 90px;
  background: url("../images/advbg.png") no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 90px;
}

.pro-detail-adv .icon img {
  vertical-align: middle;
}

.pro-detail-adv li {
  position: relative;
  height: 90px;
  padding-left: 110px;
  box-sizing: border-box;
  float: left;
  width: 30%;
  margin: 0 5% 80px 0;
}

.pro-detail-adv li:nth-child(3n) {
  margin-right: 0;
}

.pro-detail-adv li .text {
  height: 96px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
}

.prodis-tit {
  margin: 80px 0 40px;
}

.prodis-tit h3 {
  font-size: 30px;
  color: #063190;
  font-weight: normal;
  line-height: 1;
}

.prodis-tit.hasicon {
  background: url("../images/titbg.png") no-repeat 0 50%;
  padding-left: 54px;
}

.prodis-tit.hasicon h3 {
  line-height: 36px;
}

/* .table-block .prodis-tit h3 {
  text-align: center;
} */

.my-table table {
  width: 100%;
  text-align: center;
  color: #666;
}

.my-table table th {
  color: #333;
  background-color: #EBEFF8;
}

.my-table table th,
.my-table table td {
  padding: 10px;
  text-align: center;
}

.my-table table td {
  border: 1px solid #EEEEEE;
}

.foreign-block {
  background: url("../images/forbg.jpg");
  padding: 1px 0 80px;
}

/* .foreign-block .prodis-tit {
  margin: 30px 0;
} */

.foreign-block .prodis-tit h3 {
  text-align: left;
}

.foreign-block .text {
  float: left;
  width: 100%;
  line-height: 2;
}

.foreign-block .imgshow {
  width: 45%;
  float: right;
}

.descr-block .prodis-tit h3 {
  text-align: left;
}

.descr-list li {
  overflow: hidden;
  border-bottom: 1px solid #EEEEEE;
  padding: 20px 0;
}

.descr-list li:nth-child(1) {
  padding-top: 0;
}

.descr-list li:hover .imgshow img {
  transform: scale(1.03);
}

.descr-list .imgshow {
  float: left;
  width: 30%;
  border: 1px solid #eee;
}

.descr-list .text {
  width: 66%;
  float: right;
  padding-top: 60px;
}

.descr-list h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.descr-list h3 a {
  font-size: 24px;
  color: #333;
}

.descr-list p {
  line-height: 32px;
  font-size: 16px;
  height: 96px;
  overflow: hidden;
}

.likepro-block {
  background: #F1F4FA;
  padding: 1px 0 35px;
}

.likepro-block.type2 {
  background: transparent;
}

.likepro-block.type2 .imgshow {
  background: #F3F4F7;
}

.likepro-block .imgshow {
  background: #FFF;
}

.text-block .m-width-1500 {
  box-sizing: border-box;
  padding: 0 110px;
  position: relative;
}

.text-block p img {
  max-width: 100%;
  height: auto;
}

.text-block .swiper-button-next,
.text-block .swiper-button-prev {
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  width: 58px;
  height: 58px;
  margin-top: -29px;
  text-align: center;
  line-height: 58px;
  opacity: 1;
  pointer-events: initial;
}

.text-block .swiper-button-next:hover,
.text-block .swiper-button-prev:hover {
  background: #063190;
}

.text-block .swiper-button-next:hover .iconfont,
.text-block .swiper-button-prev:hover .iconfont {
  color: #FFF;
}

.text-block .swiper-button-next .iconfont,
.text-block .swiper-button-prev .iconfont {
  color: #333333;
  font-size: 22px;
}

.text-block .swiper-button-next {
  right: 0;
}

.text-block .swiper-button-prev {
  left: 0;
}

.gall-box .swiper-button-next,
.gall-box .swiper-button-prev {
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  line-height: 40px;
  opacity: 1;
  pointer-events: initial;
}

.text-block .text-p {
  overflow-x: auto;
}

.text-block table tr:nth-child(even) {
  background-color: #f3f5fb;
}

.text-block table {
  width: 100% !important;
}

.gall-box .swiper-button-next:hover,
.gall-box .swiper-button-prev:hover {
  background: #063190;
}

.gall-box .swiper-button-next:hover .iconfont,
.gall-box .swiper-button-prev:hover .iconfont {
  color: #FFF;
}

.gall-box .swiper-button-next .iconfont,
.gall-box .swiper-button-prev .iconfont {
  color: #333333;
  font-size: 22px;
}

.gall-box .swiper-button-next {
  right: 10px;
}

.gall-box .swiper-button-prev {
  left: 10px;
}

.app-block .app-list h3 {
  margin: 10px 0;
}

.content-app .app-list li {
  float: left;
  width: 48%;
  margin-bottom: 60px;
}

.content-app .app-list li:nth-child(2n) {
  float: right;
}

.content-app .page-box {
  padding-top: 0;
}

.app-list h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 20px 0 10px;
}

.app-list h3 a {
  color: #111;
  font-size: 24px;
}

.app-list p {
  color: #656565;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.app-list li:hover .imgshow img {
  transform: scale(1.03);
}

.app-list .see-more {
  width: 120px;
  height: 40px;
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  transition: all 0.3s;
  margin-top: 25px;
  font-size: 14px;
  background: #063190;
}

.app-list .see-more:hover {
  background: #000;
}

.detail-form-box {
  background: url("../images/formbg.jpg") no-repeat 50% 50%;
  padding-top: 1px;
}

.detail-form-box form {
  max-width: 770px;
  margin: 0 !important;
}

.detail-form-box .usedComp:nth-child(1),
.detail-form-box .usedComp:nth-child(2),
.detail-form-box .usedComp:nth-child(3) {
  width: 31%;
  margin-right: 3.5%;
}

.detail-form-box .usedComp:nth-child(3) {
  margin-right: 0;
}

.detail-form-box .usedComp:nth-child(4) {
  width: 100%;
}

.appdetailtext-block {
  margin-top: 50px;
}

.appdetailtext-block .tit {
  margin-bottom: 20px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 32px;
}

.appdetailtext-block .tit h3 {
  font-size: 20px;
  color: #333;
}

.appdetailtext-block .tit.type1 {
  background-image: url("../images/appdetailtit1.png");
}

.appdetailtext-block .tit.type2 {
  background-image: url("../images/appdetailtit2.png");
}

.appdetailtext-block .tit.type3 {
  background-image: url("../images/appdetailtit3.png");
}

.appdetailtext-block .text img {
  max-width: 100%;
  height: auto;
}

.turkey-block p {
  color: #666;
  font-size: 16px;
  line-height: 2;
}

.question-block ul {
  border-top: 1px solid #52391D;
}

.question-block li {
  font-size: 18px;
  border-bottom: 1px solid #EEEEEE;
}

.question-block li.cur .text {
  display: block;
}

.question-block li .q-tit {
  position: relative;
  cursor: pointer;
}

.question-block li a {
  padding: 25px 0;
  color: #333;
  margin: 0 50px;
  display: block;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.question-block li .iconfont {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
}

.question-block li .text {
  padding: 15px 50px;
  background-color: #F4F6FB;
  border-radius: 5px;
  color: #666666;
  display: none;
}

.question-block li .num {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #063190;
  font-weight: 500;
}

.aftersales-block .text {
  line-height: 2;
}

.appdetail-page {
  margin-top: 50px;
  padding: 40px 0;
  border-bottom: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
}

.appdetail-page .imgshow {
  float: left;
  width: 155px;
  position: absolute;
  left: 0;
}

.appdetail-page .imgshow img {
  max-height: 80px;
  width: auto;
  max-width: 100%;
}

.appdetail-page p a {
  display: block;
  line-height: 28px;
  overflow: hidden;
  height: 56px;
}

.appdetail-page a {
  color: #333;
}

.appdetail-page a:hover {
  color: #063190;
}

.appdetail-page .p-prev {
  float: left;
  width: 40%;
  position: relative;
  padding-left: 175px;
  box-sizing: border-box;
}

.p-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.appdetail-page .p-prev:hover img {
  transform: scale(1.03);
}

.appdetail-page .p-next {
  float: right;
  width: 40%;
  position: relative;
  padding-right: 175px;
  box-sizing: border-box;
}


.appdetail-page .p-next .text {
  text-align: right;
}

.appdetail-page .p-next .imgshow {
  left: auto;
  right: 0;
}

.appdetail-page .p-next:hover img {
  transform: scale(1.03);
}

.appdetail-page .p-next .see-more i {
  padding-left: 4px;
  padding-right: 0;
}

.appdetail-page .see-more {
  color: #063190;
  line-height: 30px;
}

.appdetail-page .see-more i {
  padding-right: 4px;
}

.news-list li {
  overflow: hidden;
  padding: 40px 0;
  border-bottom: 1px solid #EDEDED;
}

.news-list li:nth-child(1) {
  padding-top: 0;
}

.news-list li:hover .imgshow img {
  transform: scale(1.03);
}

.news-list li:hover h3 a {
  color: #063190;
}

.news-list .imgshow {
  float: left;
  width: 39%;
  position: relative;
}

.news-list .imgshow .date {
  position: absolute;
  width: 70px;
  top: 0;
  left: 20px;
  z-index: 2;
  background-color: #063190;
  color: #FFF;
  text-align: center;
  border-radius: 0px 0px 20px 20px;
  padding: 12px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list .imgshow .date em {
  font-size: 22px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.news-list .text {
  width: 57%;
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-list h3 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.news-list h3 a {
  color: #111;
  font-weight: normal;
}

.news-list .text-p {
  line-height: 2;
}

.news-list .see-more {
  margin-top: 35px;
  width: 120px;
  text-transform: uppercase;
  color: #FFF;
  height: 40px;
  line-height: 40px;
  background-color: #063190;
  text-align: center;
  display: inline-block;
}

.news-list .see-more:hover {
  background-color: #000;
}

.content-news-detail .tit {
  font-size: 30px;
  color: #063190;
}

.content-news-detail .web-share a {
  margin-right: 3px;
}

.content-news-detail .web-share a .iconfont {
  color: #FFF;
}

.content-news-detail .web-share a:hover {
  background-color: #063190;
}

.content-news-detail .subtit {
  padding: 20px 0 20px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 30px;
}

.content-news-detail .subtit .web-share {
  float: left;
}

.content-news-detail .subtit .slot-right {
  float: right;
}

.content-news-detail .subtit .slot-right span {
  padding-left: 15px;
}

.content-news-detail .text-p {
  line-height: 2;
}

.content-news-detail .text-p img {
  max-width: 100%;
  height: auto;
}

.blog-swiper {
  position: relative;
}

.blog-swiper .swiper-container {
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.blog-swiper .imgshow {
  float: left;
  width: 45%;
}

.blog-swiper .text {
  float: right;
  width: 55%;
  box-sizing: border-box;
  padding: 70px 40px;
}

.blog-swiper .text p {
  line-height: 24px;
  max-height: 96px;
  overflow: hidden;
}

.blog-swiper h3 {
  margin-bottom: 30px;
}

.blog-swiper h3 a {
  font-size: 24px;
  color: #111;
  display: block;
  line-height: 44px;
  max-height: 88px;
  overflow: hidden;
}

.blog-swiper .see-more {
  color: #063190;
  margin-top: 25px;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
}

.blog-swiper .see-more img {
  vertical-align: middle;
  margin-left: 7px;
}

.blog-swiper .see-more em {
  float: left;
}

.blog-swiper .swiper-pagination-bullets {
  width: auto;
  left: 45%;
  background: white;
  border: 1px solid #eeeeee;
  border-radius: 25px;
  padding: 2px 0;
  margin-left: 40px;
  bottom: 15%;
}

.blog-swiper .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  color: #666;
  opacity: 1;
  background-color: transparent;
  transition: all 0.3s;
}

.blog-swiper .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #063190;
  color: #FFF;
}

.blog-list li:hover .imgshow img {
  transform: scale(1.03);
}

.blog-list li:hover h3 a {
  color: #063190;
}

.blog-list li:hover .see-more {
  color: #063190;
  background: url(../images/jiantou-down-h.png) no-repeat 100% 50%;
}

.content-blog .blog-list li {
  width: 31%;
  margin: 40px 3.5% 0 0;
  float: left;
}

.content-blog .blog-list li:nth-child(3n) {
  margin-right: 0;
}

.blog-list .text {
  padding: 15px 15px 0;
  border: 1px solid #eee;
  border-top: none;
}

.blog-list h3 {
  margin-bottom: 8px;
  font-weight: normal;
}

.blog-list h3 a {
  display: block;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  font-size: 18px;
  color: #111;
}

.blog-list p {
  font-size: 14px;
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}

.blog-list .imgshow {
  position: relative;
}

.blog-list .imgshow .time {
  line-height: 36px;
  height: 82px;
  /* position: absolute; */
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  background: rgba(6, 49, 144, 0.5);
}

.blog-list .see-more {
  display: block;
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding: 15px 0;
  background: url("../images/jiantou-down.png") no-repeat 100% 50%;
  line-height: 1;
}

.content-blog-detail .tit {
  font-size: 30px;
  color: #063190;
  text-align: center;
}

.content-blog-detail h4 {
  color: #333;
  font-size: 18px;
}

.content-blog-detail .subtit {
  padding: 20px 0 20px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 30px;
}

.content-blog-detail .web-share {
  text-align: center;
}

.content-blog-detail .web-share a {
  margin: 0 3px;
}

.content-blog-detail .web-share a .iconfont {
  color: #FFF;
}

.content-blog-detail .web-share a:hover {
  background-color: #063190;
}

.content-blog-detail .text-p {
  line-height: 2;
}

.content-blog-detail .text-p img {
  max-width: 100%;
  height: auto;
}

.content-blog-detail .text-p p.icon {
  position: relative;
  padding-left: 26px;
}

.content-blog-detail .text-p p.icon img {
  position: absolute;
  left: 0;
  top: 6px;
}

.content-blog-detail .appdetail-page .imgshow {
  width: 90px;
}

.content-blog-detail .appdetail-page .p-next {
  padding-right: 100px;
}

.content-blog-detail .appdetail-page .p-prev {
  padding-left: 100px;
}


.content-blog-detail .appdetail-page.appdetail-page-blog .p-prev{padding-left: 0!important;}
.content-blog-detail .appdetail-page.appdetail-page-blog .p-next{ padding-right: 0!important; }

.about-info h2 {
  font-size: 30px;
  color: #083391;
  margin-bottom: 10px;
  font-weight: normal;
}

.about-info h3 {
  font-size: 20;
  color: #333;
  margin-bottom: 8px;
}

.about-info p.icon {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

.about-info p.icon em {
  color: #083391;
  font-size: 18px;
  padding: 0 5px;
}

.about-info p.icon img {
  position: absolute;
  left: 0;
  top: 5px;
}

.about-info p {
  line-height: 2;
}

.about-tit {
  text-align: center;
  margin: 90px 0 30px;
}

.about-tit h2 {
  font-size: 30px;
  color: #083391;
  font-weight: normal;
}

.about-walk .walk-hover-grid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #F8F8F8;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.about-walk .walk-hover-grid .iconfont {
  position: absolute;
  right: 30px;
  top: 46px;
  transform: rotate(-45deg);
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
  z-index: 9;
}

.about-walk .walk-hover-grid .iconfont:hover {
  color: #EC545F;
}

.about-walk .walk-hover-grid.cur {
  opacity: 1;
  visibility: visible;
}

.about-walk .walk-hover-grid .imgshow {
  float: left;
  width: 50%;
}

.about-walk .walk-hover-grid .text {
  float: right;
  width: 50%;
  box-sizing: border-box;
  background: #F8F8F8;
  overflow-y: auto;
}

.about-walk .walk-hover-grid .text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.about-walk .walk-hover-grid .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #063190;
}

.about-walk .walk-hover-grid .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #999;
}

.about-walk .walk-hover-grid .text .text-scoll {
  padding: 40px;
}

.about-walk .walk-hover-grid .text h3 {
  font-size: 24px;
  color: #063190;
  margin-bottom: 25px;
  position: relative;
}

.about-walk .walk-hover-grid .text h4 {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  margin-bottom: 10px;
}

.about-walk .walk-hover-grid .text h4 img {
  margin-right: 10px;
}

.about-walk .walk-hover-grid .text .text-p {
  margin-bottom: 15px;
}

.about-walk .walk-hover-grid .text p {
  font-size: 16px;
  color: #666;
  line-height: 2;
  position: relative;
  padding-left: 15px;
}

.about-walk .walk-hover-grid .text p img {
  max-width: 100%;
  height: auto !important;
}

.about-walk .walk-hover-grid .text p .dot {
  color: #063190;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0px;
}

.about-walk ul {
  position: relative;
}

.about-walk li {
  float: left;
  margin-bottom: 14px;
  cursor: pointer;
}

.about-walk li:hover .imgshow a:after {
  transform: scale(1);
}

.about-walk li:hover .imgshow a .text {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.about-walk li .imgshow a {
  display: block;
  position: relative;
}

.about-walk li .imgshow a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  transform: scale(0);
  transition: all 0.3s;
}

.about-walk li .imgshow .text {
  position: absolute;
  left: 0%;
  top: 40%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.about-walk li .imgshow .text h3 {
  color: #083391;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 10px;
}

.about-walk li .imgshow .text .icon {
  width: 46px;
  height: 46px;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #C3C3C3;
  background: #FFF;
  color: #063190;
  padding: 3px;
  border-radius: 50%;
  font-weight: bold;
  display: inline-block;
  line-height: 34px;
}

.about-walk li .imgshow .text .icon .iconfont {
  font-size: 20px;
}

.about-walk li:nth-of-type(1) {
  width: 29.3%;
}

.about-walk li:nth-of-type(2) {
  width: 41.4%;
  margin: 0 0.85%;
}

.about-walk li:nth-of-type(3) {
  width: 27.6%;
}

.about-walk li:nth-of-type(4) {
  width: 40.9%;
  margin-bottom: 0;
}

.about-walk li:nth-of-type(5) {
  width: 28.1%;
  margin: 0 0.85%;
  margin-bottom: 0;
}

.about-walk li:nth-of-type(6) {
  width: 29.3%;
  margin-bottom: 0;
}

.about-history .slide-tit {
  padding: 20px 0 35px;
}

.about-history .slide-tit .icon {
  background-color: #FFF;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #eee;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  margin-right: 20px;
  transition: all 0.3s;
}

.about-history .slide-tit .icon .iconfont {
  font-size: 18px;
  color: #063190;
  font-weight: bold;
}

.about-history .slide-tit .time {
  font-weight: 500;
  color: #333;
  font-size: 18px;
}

.about-history .swiper-slide.cur .slide-tit .icon {
  transform: rotate(-45deg);
}

.about-history .swiper-slide.cur:after {
  opacity: 1;
}

.about-history .swiper-slide:after {
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22.5px 25px 22.5px;
  border-color: transparent transparent #F7F7F7 transparent;
}

.month-text .text {
  line-height: 2;
}

.month-tab-text {
  height: 200px;
  overflow-y: auto;
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}

.month-tab-text::-webkit-scrollbar {
  width: 5px;
  background-color: #eee;
}

.month-tab-text::-webkit-scrollbar-track {
  border-radius: 5px;
}

.month-tab-text::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.history-tab-con {
  background: #F8F8F8 url("../images/devbg.jpg") no-repeat 50% 50%;
  padding: 80px 0;
  box-sizing: border-box;
}

.month-tab-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.month-tab-item a {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  position: relative;
  padding-bottom: 5px;
  cursor: pointer;
}

.month-tab-item a.cur,
.month-tab-item a:hover {
  color: #063190;
}

.month-tab-item a.cur:after,
.month-tab-item a:hover:after {
  width: 18px;
}

.month-tab-item a:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -9px;
  width: 0;
  bottom: 0;
  height: 2px;
  background-color: #063190;
  transition: all 0.3s;
}

.about-fac-grid .swiper-slide {
  width: 500px;
}

.about-fac-grid .swiper-slide:hover img {
  transform: scale(1.03);
}

.about-honor-grid {
  background: url("../images/honorbg.jpg") no-repeat 50% 100%;
}

.about-honor-grid .swiper-container {
  padding: 50px 0;
}

.about-honor-grid .swiper-slide {
  transform: scale(1);
  z-index: 1;
  transition: all 0.3s;
}

.about-honor-grid .swiper-slide.swiper-slide-prev,
.about-honor-grid .swiper-slide.swiper-slide-next {
  transform: scale(1.1);
  z-index: 3;
}

.about-honor-grid .swiper-slide.swiper-slide-active {
  transform: scale(1.2);
  z-index: 4;
}

.about-honor-grid .m-width-1500 {
  box-sizing: border-box;
  padding: 0 100px;
  position: relative;
}

.about-honor-grid .swiper-button-next {
  right: 0;
}

.about-honor-grid .swiper-button-prev {
  left: 0;
}

.about-honor-grid .swiper-button-next,
.about-honor-grid .swiper-button-prev {
  background-image: none;
  width: 58px;
  height: 58px;
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  margin-top: -29px;
  text-align: center;
  line-height: 58px;
}

.about-honor-grid .swiper-button-next .iconfont,
.about-honor-grid .swiper-button-prev .iconfont {
  font-size: 22px;
  color: #063190;
  font-weight: bold;
}

.about-honor-grid .swiper-button-next:hover,
.about-honor-grid .swiper-button-prev:hover {
  background: #063190;
}

.about-honor-grid .swiper-button-next:hover .iconfont,
.about-honor-grid .swiper-button-prev:hover .iconfont {
  color: #FFF;
}

.contact-top-info .form-and-list {
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: flex;
  overflow: hidden;
}

.contact-top-info .about-tit {
  margin-top: 0;
}

.contact-top-info .con-left-list {
  float: left;
  width: 33.5%;
  background-color: #063190;
  color: #FFF;
  padding: 30px;
  box-sizing: border-box;
}

.contact-top-info .con-left-list .btns {
  overflow: hidden;
}

.contact-top-info .con-left-list .btns a {
  font-size: 14px;
  width: 48%;
  float: left;
  height: 44px;
  background: white;
  border-radius: 5px;
  line-height: 44px;
  text-align: center;
  color: #063190;
  transition: all 0.3s;
  cursor: pointer;
}

.contact-top-info .con-left-list .btns a:hover {
  background: rgba(255, 255, 255, 0.6);
}

.contact-top-info .con-left-list .btns a:nth-child(2) {
  float: right;
}

.contact-top-info .con-left-list .btns a img {
  vertical-align: middle;
  margin-right: 10px;
}

.contact-top-info .con-left-list .line {
  width: 30px;
  height: 2px;
  background: white;
  margin-bottom: 10px;
}

.contact-top-info .con-left-list h3 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 8px;
}

.contact-top-info .con-left-list li {
  position: relative;
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0 30px 50px;
}

.contact-top-info .con-left-list li:nth-last-child(1) {
  border-bottom: none;
}

.contact-top-info .con-left-list li .icon {
  position: absolute;
  left: 0;
  top: 45px;
}

.contact-top-info .con-left-list li a {
  color: #FFF;
}

.contact-top-info .con-left-list li a:hover {
  text-decoration: underline;
}

.contact-top-info .con-left-list p {
  font-size: 16px;
  line-height: 2;
}

.contact-top-info .con-left-list h4 {
  font-weight: 400;
  margin-bottom: 5px;
}

.contact-top-info .con-right-form {
  float: right;
  width: 66.5%;
  box-sizing: border-box;
  padding: 1px 40px 30px;
}

.contact-top-info .con-right-form .usedComp input {
  padding: 0 10px;
  border-radius: 5px;
}

.contact-top-info .con-right-form .usedComp:nth-child(1),
.contact-top-info .con-right-form .usedComp:nth-child(2),
.contact-top-info .con-right-form .usedComp:nth-child(3) {
  width: 31%;
  float: left;
  margin-right: 3.5%;
}

.contact-top-info .con-right-form .usedComp:nth-child(3) {
  margin-right: 0;
}

.contact-top-info .con-right-form .usedComp:nth-child(4) {
  width: 100%;
}

.contact-top-info .con-right-form .usedComp:nth-child(5) {
  width: 100%;
}

.contact-top-info .con-right-form .usedComp:nth-child(6) {
  width: 49%;
  float: right;
}

.contact-top-info .con-right-form .usedComp:nth-child(7) {
  width: 100%;
}

.contact-top-info .xhl-controls .xhl-textarea {
  height: 120px;
}

.contact-top-info .con-tit {
  font-size: 30px;
  color: #063190;
  font-weight: 400;
  margin: 20px 0px;
}

.error-top {
  background: url("../images/error-banner.jpg") no-repeat 50% 50%;
  padding: 160px 0;
}

.error-top .left-text {
  width: 50%;
  float: left;
}

.error-top .text {
  width: 50%;
  float: right;
  box-sizing: border-box;
  padding-left: 5%;
  font-size: 14px;
}

.error-top .text h2 {
  margin-top: 40px;
}

.error-top .text p {
  padding: 15px 5px;
}

.error-top .text p a {
  color: #063190;
  padding-left: 10px;
}

.error-top .text p a:hover {
  text-decoration: underline;
}

.error-top h2 {
  font-size: 30px;
  color: #063190;
  font-weight: 400;
  margin-bottom: 35px;
}

.error-form {
  position: relative;
}

.error-form input,
.error-form button {
  background: transparent;
  border: none;
}

.error-form input {
  height: 50px;
  background: white;
  border: 1px solid #eeeeee;
  width: 100%;
  box-sizing: border-box;
  padding: 0 70px 0 20px;
  font-size: 14px;
}

.error-form button {
  background: url("../images/ss2.png") no-repeat 50%;
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.search-top {
  background: url("../images/error-banner.jpg") no-repeat 50% 100%;
  padding: 130px 0;
}

.search-top .text {
  width: 50%;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 14px;
}

.search-top .text h2 {
  text-align: center;
}

.search-top .text p {
  padding: 15px 5px;
}

.search-top .text p a {
  color: #063190;
  padding-left: 10px;
}

.search-top .text p a:hover {
  text-decoration: underline;
}

.search-top h2 {
  font-size: 30px;
  color: #063190;
  font-weight: 400;
  margin-bottom: 35px;
}

.sear-tit {
  background: url("../images/titbg.png") no-repeat;
  padding-left: 55px;
  line-height: 36px;
  margin: 80px 0 40px;
}

.sear-tit h3 {
  font-size: 30px;
  font-weight: 400;
  color: #063190;
}

.sear-tit h3 em {
  font-weight: 600;
}

.search-list .ny-product-list li {
  float: left;
  width: 31%;
  margin: 0 3.5% 0 0;
}

.search-list .ny-product-list li:nth-of-type(3n) {
  margin-right: 0;
}

/*公共样式定义 end*/
@media only screen and (max-width: 1666px) {
  .biginner-20 {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1566px) {
  .index-app-grid .app-bot-swiper .text {
    margin-left: -10%;
  }

  .index-app-grid .app-bot-swiper .swiper-slide-next .text {
    margin-left: 10%;
  }
}

@media only screen and (max-width: 1466px) {
  .banner-menu-list p img {
    width: 250px;
  }

  .swiper-slide .banner-content .tit2 {
    font-size: 40px;
  }

  .banner-fenlei1 h3 a {
    font-size: 20px;
    height: 30px;
    height: 60px;
  }

  .banner-fenlei1 li {
    padding: 0 30px;
    box-sizing: border-box;
  }

  .blog-swiper .swiper-pagination-bullets {
    bottom: 5%;
  }

  .news-list .text {
    display: block;
  }

  .m-width-1280 {
    max-width: 1000px;
  }

  .foot-nav ul {
    width: 100%;
    border: none;
  }

  .foot-form {
    width: 100%;
    margin-top: 20px;
  }

  .pc-nav li>a {
    padding: 25px 10px;
  }

  .index-app-grid .swiper-slide.swiper-slide-active .imgshow img,
  .index-app-grid .app-bot-swiper .swiper-slide.swiper-slide-active .text {
    width: 600px;
  }

  .index-app-grid .swiper-button-next,
  .index-app-grid .swiper-button-prev {
    bottom: 35px;
  }

  .index-app-grid .app-top-swiper {
    padding: 10px 0;
  }

  .blog-swiper .text {
    padding: 30px;
  }

  .blog-swiper .swiper-container-horizontal>.swiper-pagination-bullets,
  .blog-swiper .swiper-pagination-custom,
  .blog-swiper .swiper-pagination-fraction {
    bottom: 30px;
    margin-left: 30px;
  }

  .appdetail-page .p-prev {
    width: 48%;
  }

  .index-news-grid:after {
    width: 55%;
  }
}

.nav-box,
.wap-show {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .banner .swiper-pagination {
    display: none;
  }

  .index-news-grid .swiper-slide {
    width: 100%;
  }

  .swiper-slide .banner-content {
    display: none;
  }

  .about-walk li:hover .imgshow a .text {
    display: none;
  }

  .about-walk .walk-hover-grid {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    overflow-y: auto;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  }

  .about-walk .walk-hover-grid .text .text-scoll {
    padding: 20px;
  }

  .about-walk .walk-hover-grid .text {
    height: auto !important;
  }

  .about-walk .walk-hover-grid .imgshow,
  .about-walk .walk-hover-grid .text {
    width: 100%;
  }

  .about-walk li {
    width: 100% !important;
    margin-bottom: 20px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .header-box .lan-zw-arrow,
  .header-box .lan-zw {
    display: none;
  }

  .index-app-grid .app-bot-swiper .text {
    margin-left: 0;
  }

  .content-blog-detail .appdetail-page .p-prev {
    padding-left: 0;
  }

  .content-blog-detail h3 {
    font-size: 24px;
  }

  .about-fac-grid {
    padding: 0 20px;
  }

  .about-honor-grid .m-width-1500 {
    padding: 0 50px;
  }

  .about-honor-grid .swiper-slide.swiper-slide-active,
  .about-honor-grid .swiper-slide.swiper-slide-prev,
  .about-honor-grid .swiper-slide.swiper-slide-next {
    transform: scale(1);
  }

  .inner-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  #menuPc,
  .pc-nav,
  .header .header-top,
  .pc-logo,
  .header-box:before,
  .header-box:after {
    display: none;
  }

  .wap-logo {
    display: block;
    height: 40px;
  }

  .header {
    background-color: transparent;
  }

  .header .logo {
    position: initial;
    padding: 5px 0;
  }

  #page {
    background: #FFFFFF;
  }

  .btn-nav {
    position: absolute;
    background: transparent;
    border: none;
    padding: 10px 0px 10px 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    float: right;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 19;
  }

  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #FFF;
    box-shadow: 0 1px 1px #000000;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }

  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }

  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }

  .mm-opening .middle {
    width: 0;
  }

  .banner .bg-box {
    display: none;
  }

  .banner-content {
    display: none;
  }

  .banner .wap-box {
    display: block;
  }

  .index-product-grid .text {
    padding-left: 0;
    margin: 30px 0;
  }

  .index-product-grid .title {
    position: initial;
    margin-bottom: 20px;
  }

  .index-pro-list li {
    width: 49%;
    margin-right: 0;
  }

  .index-pro-list li:nth-child(2n) {
    float: right;
  }

  .index-pro-list li>h3 {
    position: initial;
    width: 100%;
    background: none;
    font-size: 16px;
    height: auto;
    padding: 10px;
  }

  .index-pro-list li>h3 a {
    padding-right: 0;
    height: auto;
    line-height: 20px;
    height: 40px;
    display: block;
    position: initial;
    transform: translateY(0);
  }

  .index-pro-list li {
    margin-bottom: 30px;
  }

  .index-pro-list li:hover .hover-text {
    display: none;
  }

  .index-pro-list li:hover>h3 {
    display: block;
    opacity: 1;
  }

  .title h2,
  .title.cfff h2 {
    font-size: 28px;
    padding-left: 0;
    background: none;
  }

  .title {
    margin: 30px 0;
  }

  .index-product-grid {
    padding-bottom: 20px;
  }

  .index-app-grid .swiper-slide .imgshow {
    height: auto;
  }

  .index-app-grid .swiper-slide.swiper-slide-active .imgshow img,
  .index-app-grid .app-bot-swiper .swiper-slide.swiper-slide-active .text {
    width: 100%;
  }

  .index-app-grid .swiper-slide .imgshow img {
    position: initial;
    transform: translate(0, 0);
  }

  .index-app-grid .swiper-button-next,
  .index-app-grid .swiper-button-prev {
    bottom: 0;
    margin-top: 0 !important;
  }

  .index-app-grid .swiper-button-next {
    right: 0;
  }

  .index-app-grid .swiper-button-prev {
    left: 0;
  }

  .index-app-grid .app-bot-swiper .text {
    position: initial;
    transform: translateY(0);
  }

  .index-app-grid .app-bot-swiper .swiper-slide {
    height: auto;
  }

  .index-app-grid {
    padding-bottom: 30px;
  }

  .index-blog-list ul,
  .index-blog-list .index-blog-swiper {
    width: 100%;
  }

  .index-blog-list .index-blog-swiper {
    margin: 20px 0;
  }

  .index-blog-grid .blog-siwper-text {
    display: none;
  }

  .index-news-grid {
    padding-bottom: 50px;
    margin-top: 0px;
    padding-left: 0 !important;
    background: #434343;
  }

  .index-news-grid:after {
    display: none;
  }

  .index-con-grid li {
    width: 100%;
  }

  .index-con-grid li:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 20px;
  }

  .index-con-grid li:nth-child(2) {
    padding-left: 0;
  }

  .index-con-grid {
    padding: 25px 0;
  }

  .index-con-grid h3 a {
    font-size: 24px;
  }

  .index-links-grid {
    padding: 15px 0;
  }

  .index-links-grid .m-width-1280 {
    padding-left: 0;
  }

  .index-links-grid li a {
    padding: 5px 10px 5px 0;
  }

  .index-links-grid {
    padding-left: 0;
  }

  .index-links-grid h3 {
    position: initial;
    transform: translateY(0);
  }

  .foot-nav {
    padding-left: 0;
  }

  .foot-nav .flogo {
    position: initial;
    width: 100%;
    text-align: center;
  }

  .foot-nav ul {
    display: none;
  }

  .foot-form .usedComp input {
    width: 100%;
  }

  .footer-copy p {
    text-align: center;
    float: none;
    width: 100%;
  }

  .footer {
    padding: 25px 0;
  }

  .index-news-grid .news-sw-page .iconfont {
    color: #FFF;
  }

  .index-news-grid .news-sw-page a:hover .iconfont {
    color: #FFF;
  }

  .index-blog-list ul .text-p a {
    padding-right: 40px;
  }

  .index-blog-list ul h3 a {
    font-size: 18px;
  }

  .index-blog-list .date {
    font-size: 14px;
  }

  .index-blog-list ul li {
    padding: 15px;
  }

  .content-pro .ny-product-list li {
    width: 49%;
    margin-right: 0;
  }

  .content-pro .ny-product-list li:nth-child(2n) {
    float: right;
  }

  .ny-product-list h3 a {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }

  .pro-tab-item {
    display: none;
  }

  .page-box {
    padding-top: 25px;
  }

  .paddbot-90 {
    padding-bottom: 30px;
  }

  .ny-product-list li {
    padding-top: 10px;
  }

  .prodis-gall .pic-gall,
  .prodis-gall .gall-tips {
    width: 100%;
  }

  .gall-tips .tit {
    font-size: 24px;
    margin-top: 20px;
  }

  .prodis-des {
    height: auto;
  }

  .gall-tips .links a {
    width: 100%;
  }

  .pro-detail-adv {
    margin-top: 20px;
  }

  .pro-detail-adv li {
    width: 100%;
    margin-bottom: 20px;
  }

  .pro-detail-adv h3 {
    margin: 30px 0;
  }

  .my-table {
    overflow-x: auto;
  }

  .foreign-block .imgshow,
  .foreign-block .text {
    width: 100%;
  }

  .foreign-block {
    padding: 30px 0;
  }

  .prodis-tit {
    margin: 30px 0;
  }

  .descr-list .imgshow,
  .descr-list .text {
    width: 100%;
  }

  .descr-list .text {
    padding-top: 15px;
  }

  .text-block .m-width-1500 {
    padding: 0 60px;
  }

  .text-block .swiper-button-next {
    right: 15px;
  }

  .text-block .swiper-button-prev {
    left: 15px;
  }

  .text-block .swiper-button-next,
  .text-block .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    line-height: 30px;
  }

  .text-block .swiper-button-next .iconfont,
  .text-block .swiper-button-prev .iconfont {
    font-size: 18px;
  }

  .prodis-tit.hasicon {
    background: none;
    padding-left: 0;
  }

  .prodis-tit {
    text-align: center;
  }

  .prodis-tit h3,
  .prodis-tit.hasicon h3 {
    font-size: 26px;
  }

  .detail-form-box .usedComp:nth-child(1),
  .detail-form-box .usedComp:nth-child(2),
  .detail-form-box .usedComp:nth-child(3) {
    width: 100%;
    margin-right: 0;
  }

  .detail-form-box .xhl-input-xlarge,
  .detail-form-box .xhl-controls .xhl-textarea,
  .detail-form-box #xhlFormSubmit {
    width: 100%;
  }

  .app-list h3 a {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: block;
  }

  .app-list h3 {
    white-space: initial;
  }

  .app-list p {
    display: none;
  }

  .app-list .see-more {
    width: auto;
    height: auto;
    padding: 8px;
    line-height: 1;
    font-size: 12px;
    margin-top: 5px;
  }

  .content-app .app-list li {
    margin-bottom: 30px;
  }

  .question-block li a {
    box-sizing: border-box;
    padding-right: 50px;
    white-space: initial;
  }

  .appdetail-page .p-prev {
    margin-bottom: 15px;
    padding-left: 0;
  }

  .appdetail-page .p-prev,
  .appdetail-page .p-next {
    width: 100%;
  }

  .appdetail-page .imgshow {
    width: 35%;
    box-sizing: border-box;
    margin-right: 0;
    padding-right: 15px;
    display: none;
  }

  .appdetail-page .text {
    width: 100%;
    font-size: 14px;
  }

  .appdetail-page .p-next {
    padding-right: 0;
  }

  .appdetail-page .p-next .text {
    text-align: left;
  }

  .appdetail-page p a {
    line-height: 1.5;
    /* height: 40px; */
    display: inline-block;
    height: auto;
    overflow: initial;
  }

  .appdetail-page .wap-show {
    display: inline-block;
    line-height: 1.5;
    padding-right: 10px;
    color: #333;
    font-weight: 500;
  }

  .appdetail-page .see-more {
    display: none;
  }

  .appdetail-page {
    padding: 20px 0;
    margin-top: 20px;
  }

  .news-list .imgshow,
  .news-list .text {
    width: 100%;
  }

  .news-list .text {
    margin-top: 20px;
    height: auto !important;
  }

  .content-news-detail h3 {
    font-size: 26px;
  }

  .content-news-detail .subtit .slot-right {
    width: 100%;
    margin-top: 10px;
  }

  .content-news-detail .subtit .slot-right span {
    display: block;
    padding-left: 0;
  }

  .blog-swiper .swiper-pagination {
    position: initial;
    margin-left: 0;
    margin: 20px 0;
    border: none;
  }

  .blog-swiper .imgshow,
  .blog-swiper .text {
    width: 100%;
  }

  .blog-swiper h3 a {
    line-height: 30px;
    height: 60px;
  }

  .blog-swiper .text {
    padding: 15px;
  }

  .blog-swiper .swiper-container-horizontal>.swiper-pagination-bullets,
  .blog-swiper .swiper-pagination-custom,
  .blog-swiper .swiper-pagination-fraction {
    bottom: 5px;
    margin-left: 0;
    left: auto;
    right: 10px;
  }

  .content-blog .blog-list li {
    width: 49%;
    margin-right: 0;
  }

  .content-blog .blog-list li:nth-child(2n) {
    float: right;
  }

  .blog-list h3 a {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
  }

  .blog-list .imgshow .time {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
  }

  .contact-top-info .con-left-list,
  .contact-top-info .con-right-form {
    width: 100%;
  }

  .contact-top-info .con-right-form {
    padding: 1px 20px 20px;
  }

  .contact-top-info .form-and-list {
    display: block;
  }

  .about-tit h2 {
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .contact-top-info .con-left-list li {
    padding: 10px 0 10px 50px;
  }

  .contact-top-info .con-left-list li .icon {
    top: 15px;
  }

  .contact-top-info .con-left-list .btns a {
    width: 100%;
    margin-bottom: 10px;
  }

  .contact-top-info .con-right-form .usedComp:nth-child(1),
  .contact-top-info .con-right-form .usedComp:nth-child(2),
  .contact-top-info .con-right-form .usedComp:nth-child(3),
  .contact-top-info .con-right-form .usedComp:nth-child(5),
  .contact-top-info .con-right-form .usedComp:nth-child(6) {
    width: 100%;
  }

  .search-top {
    padding: 50px 0;
  }

  .search-top .text {
    width: 100%;
  }

  .search-top h2 {
    margin-bottom: 20px;
  }

  .search-list .ny-product-list li {
    width: 49%;
    margin-right: 0;
  }

  .search-list .ny-product-list li:nth-child(2n) {
    float: right;
  }

  .sear-tit {
    background: none;
    padding-left: 0;
    text-align: center;
    font-size: 28px;
    margin: 30px 0;
  }

  .error-top .left-text,
  .error-top .text {
    width: 100%;
  }

  .error-top .left-text img {
    max-width: 100%;
  }

  .error-top h2 {
    font-size: 28px;
  }

  .error-top .text h2 {
    text-align: center;
    margin-bottom: 20px;
  }

  .error-top {
    padding: 40px 0;
  }
}