@charset "utf-8";

@font-face {
  font-family: "Ignotum-Italic";
  src: url("../fonts/Ignotum-Italic.ttf");
}

@font-face {
  font-family: "Ignotum-Regular";
  src: url("../fonts/Ignotum-Regular.ttf");
}

@font-face {
  font-family: "Lambda-Italic";
  src: url("../fonts/Lambda-Italic.ttf");
}

@font-face {
  font-family: "Lambda-Regular";
  src: url("../fonts/Lambda-Regular.ttf");
}

/* CSS Document */

* {
  margin: 0px;
  padding: 0px;
  font-family: "PingFang SC", "Microsoft YaHei", HelveticaNeue-Thin,
    "Helvetica Neue", Helvetica, Arial;
}

body {
  font-size: 16px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

html,
body {
  overflow-x: hidden;
}

table,
td,
tr,
ul,
ol,
li,
dl,
dd,
dt,
p,
input,
form,
em,
p,
img,
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  padding: 0px;
}

h1 {
  color: #232323;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
p,
span {
  font-size: 14px;
}

input {
  background: none;
  outline: none;
  border: none;
}

input,
button,
select,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

p {
  color: #666666;
}

ul,
li {
  list-style: none;
}

.cursor {
  cursor: pointer;
}

.clear {
  font-size: 0;
  line-height: 0;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

img {
  border: none;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: none;
  color: #333333;
}

.left,
.lf {
  float: left;
}

.right,
.rt {
  float: right;
}

.row {
  margin-left: auto;
  margin-right: auto;
}

.paddingBox {
  padding: 80px 0;
}

.content {
  padding: 0 60px;
  margin: 0 auto;
}

body.bj {
  background-color: #f8f8f8;
}

@media (min-width:1440px) {
  .container {
    max-width: 1410px;
    margin: 0 auto;
  }
}

@media (max-width:991px) {
  .paddingBox {
    padding: 40px 0;
  }
}

/**header**/
.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  transition: all 0.05s;
}

.header.on {
  transform: translateY(-126px);
  transition: all 0.8s;
  transition-delay: 1s;
}

.header .logo {
  width: auto;
  height: 70px;
  margin: 28px 0 0 0;
  display: inline-block;
}

.header .logo img {
  display: block;
  width: auto;
  height: 100%;
}

.header .top {
  height: 110px;
}

/* 搜索 */
.dhAsearch {
  width: 100%;
}

.search {
  position: relative;
  margin: 0 0px 0 20%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  top: 20px;
  height: 36px;
  padding: 4px;
  border: solid 1px #1e2188;
  border-radius: 30px;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05);
}

.search i {
  position: absolute;
  left: 15px;
  top: 6px;
  color: #ddd;
}

.search input {
  padding-left: 36px;
  color: #777;
  font-size: 13px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search button {
  width: 80px;
  border-radius: 20px;
  font-size: 14px;
  background-color: #e60013;
  border: none;
  color: #fff;
}

/* 头部电话 */
.header .tel {
  margin-top: 20px;
  line-height: 40px;
}

.header .tel span.dh {
  font-size: 20px;
  /* font-family: Ignotum-Italic; */
  font-weight: bold;
  color: #1e2188;
  /* font-family: Lambda-Italic; */
  /*  font-weight: bold; */
}

.header .tel span.en {
  font-size: 18px;
}

.header .tel span i {
  font-weight: normal;
  margin-right: 4px;
  font-size: 18px;
}

.header .tel span {
  margin-left: 30px;
}

/* 导航 */
.header .right {
  width: 60%;
}

.header .nav {
  margin-top: 10px;
}

.header .nav>li {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header .nav>li.on::before {
  left: 50%;
  margin-left: -40px;
  width: 80px;
  opacity: 1;
  visibility: visible;
}

.header .nav>li::after {
  position: absolute;
  content: "";
  right: 0;
  top: 20px;
  width: 2px;
  height: 24px;
  background: #eee;
  border-radius: 50%;
}

.header .nav>li:nth-last-child(1)::after {
  display: none;
}

.header .nav>li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 0px;
  height: 2px;
  left: 50%;
  margin-left: 0px;
  background-color: #1e2188;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.header .nav>li:hover:before {
  left: 50%;
  margin-left: -40px;
  width: 80px;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.header .nav li>a {
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  display: block;
  width: 100%;
}
.header .nav li > a:hover{
    background: #e60013;
    color: #fff;
}

.header .nav li ul a {
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  background-color: #fff;
  color: #333;
}

.header .nav li ul a:hover {
  background-color: #1e2188;
  color: #fff;
}

.header .nav li {
  position: relative;
  display: block;
}

.header .nav ul {
  position: absolute;
  width: 200px;
  top: 50px;
  left: 50%;
  margin-left: -100px;
  z-index: 11;
  background-color: #fff;
  display: none;
}

.header .nav ul li>ul {
  left: 100%;
  top: 0;
  margin: 0;
}

@media (max-width: 1439px) {
  .search {
    margin: 0 0 0 20px;
  }
}

/* 手机导航 */
.WapHeader {
  height: 60px;
  background: url(../images/headerBj.jpg) no-repeat;
  background-size: auto 120px;
  background-position: top -10px left -30px;
  display: none;
}

.sp_header {
  float: right;
}

.WapHeader .en {
  float: right;
  margin: 19px 15px 0 0;
}

.WapHeader .logo {
  height: 36px;
  display: inline-block;
  float: left;
  margin: 12px 0;
}

.WapHeader .logo img {
  display: block;
  height: 100%;
}

.sp_nav {
  width: 30px;
  float: left;
  position: relative;
  cursor: pointer;
  height: 30px;
  margin-top: 22px;
}

.sp_nav span {
  display: block;
  background: #333;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 5px;
  transition: all ease 0.35s;
}

.sp_nav span:nth-of-type(1) {
  top: 0px;
}

.sp_nav span:nth-of-type(2) {
  top: 8px;
}

.sp_nav span:nth-of-type(3) {
  top: 16px;
}

.sp_nav_se span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg);
}

.sp_nav_se span:nth-of-type(2) {
  width: 0;
}

.sp_nav_se span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg);
}

.sjj_nav {
  position: relative;
  position: fixed;
  z-index: 9;
  background-color: #f9f9f9;
  width: 270px;
  height: 100vh;
  font-size: 15px;
  line-height: 40px;
  top: 60px;
  right: -270px;
  padding: 30px;
  padding-top: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: right ease 0.35s;
}

.nav_show {
  right: 0;
  transition: right ease 0.35s;
}

.sjj_nav ul li i {
  position: absolute;
  top: 24px;
  right: 0px;
  height: 20px 30px 20px;
  padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
  position: relative;
  top: -26px;
  fill: #000;
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
  transition: all ease 0.35s;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}

.sjj_nav ul li {
  border-top: 1px rgba(0, 0, 0, 0.05) solid;
  position: relative;
  line-height: 44px;
  font-size: 16px;
  font-weight: bold;
}

.sjj_nav ul li:first-child {
  border-top: none;
}

.sjj_nav ul li:nth-last-child(1) {
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
}

.sjj_nav ul li ul {
  display: none;
  background-color: #fff;
  border-top: 1px rgba(0, 0, 0, 0.05) solid;
}

.sjj_nav ul li a {
  width: 80%;
  color: #333;
}

.sjj_nav ul li ul li a {
  padding-left: 20px;
}

.sjj_nav ul li ul li a {
  display: block;
  text-align: left;
  font-weight: normal;
}

.sjj_nav ul li ul li>ul {
  padding-left: 20px;
}

.sjj_nav p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 28px;
}

/* 手机搜索 */

.search2 {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-top: 14px;
  float: right;
  cursor: pointer;
}

.search2>i {
  line-height: 36px;
  text-align: center;
  display: block;
}

.tj_yy .search {
  width: 100%;
  margin: 0;
  top: 0;
}

.tj_yy {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}

.tj_yy .b_j {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.tj_yy .n_r {
  position: relative;
  width: 400px;
  max-width: 100%;
  float: right;
  margin-top: 60px;
  margin-right: 15px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  z-index: 11;
}


.H {
  height: 120px;
}

@media only screen and (max-width: 1199px) {
  .H {
    height: 60px;
  }

  .WapHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .header {
    display: none;
  }
}

@media only screen and (max-width: 539px) {
  .tj_yy .n_r {
    width: 100%;
    margin-right: 0;
  }
}

/* banner */
.banner .swiper-wrapper {
  transition-delay: 0.6s;
}

.banner .swiper-container {
  width: 100%;
  height: auto;
}

.banner .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.banner .swiper-slide img {
  display: block;
  width: 100%;
}

.banner .swiper-slide .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.banner .swiper-slide h2,
.banner .swiper-slide h3,
.banner .swiper-slide p {
  opacity: 0;
  transform: translateY(40px);
  -ms-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -o-transform: translateY(40px);
  transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}

.banner .swiper-slide h2 {
  font-size: 54px;
  font-weight: bold;
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}

.banner .swiper-slide h3 {
  margin-top: 40px;
  font-size: 30px;
  transform: translateY(40px);
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}

.banner .swiper-slide p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}

.banner .ani-slide p,
.banner .ani-slide h2,
.banner .ani-slide h3 {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 80px;
  cursor: pointer;
  color: var(--swiper-navigation-color, #fff);
  border: solid 4px rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  transition: all 0.5s;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  border: solid 4px #e60013;
  color: #e60013;
  transition: all 0.5s;
}

.banner img.wapImg {
  display: none;
}

@media (max-width: 1199px) {
  .banner .swiper-slide h2 {
    font-size: 34px;
  }

  .banner .swiper-slide h3 {
    font-size: 16px;
    margin-top: 10px;
  }

  .banner .swiper-slide p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 1023px) {
  .banner img.wapImg {
    display: block;
  }

  .banner img.webImg {
    display: none;
  }
}

@media (max-width: 539px) {
  .banner .swiper-slide h2 {
    font-size: 22px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

/* 首页标题 */
.indexTitle {
  margin-bottom: 40px;
  background: url(../images/titleBj.png) no-repeat;
  background-size: auto 100%;
  background-position: center;
}

.indexTitle h1 {
  position: relative;
  color: #1e2188;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
}

.indexTitle p {
  font-size: 16px;
  line-height: 22px;
}

.indexMore {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  border-radius: 20px 3px 20px 3px;
  width: 140px;
  height: 38px;
  line-height: 36px;
  padding-left: 22px;
  border: solid 1px #aaa;
}

.indexMore i {
  margin-left: 20px;
}

.indexMore:hover {
  background-color: #1e2188;
  border-color: #1e2188;
  color: #fff;
}

.indexMore::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background-color: #1e2188;
  opacity: 0.2;
  border-radius: 50%;
}

.indexMore:hover:after {
  width: 160px;
  height: 160px;
  margin-top: -80px;
  margin-left: -80px;
  opacity: 0;
  transition: all 0.5s;
}

.indexMore2 {
  display: block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  background-color: #1e2188;
  border-color: #1e2188;
  color: #fff;
  margin: 40px auto 0 !important;
}

/* 关于我们 */
.indexAbout {
  background: url(../images/dituBj.png) no-repeat;
  background-size: 90% auto;
  background-position: top center;
}

.indexAbout main {
  position: relative;
}

/* .indexAbout main::before {
  position: absolute;
  width: 50%;
  height: 100%;
  content: "";
  right: 100%;
  top: 0;
  background: #f4f6f9;
  opacity: 1;
}
 */
.indexAbout .CompanyProfile {
  width: 100%;
  margin-bottom: 20px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.indexAbout .CompanyProfile .imgBox {
  overflow: hidden;
  height: 340px;
  width: 50%;
}

.indexAbout .CompanyProfile .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s;
}

.indexAbout .CompanyProfile:hover img {
  transform: scale(1.05);
  transition: transform 0.5s;
}

.indexAbout .CompanyProfile .txt {
  background-color: #f6f6f6;
  padding: 30px 40px 0px;
  width: 50%;
}

.indexAbout .CompanyProfile .txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.indexAbout .CompanyProfile .txt h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.indexAbout .CompanyProfile .txt em {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin: 20px 0;
}

.indexAbout .CompanyProfile .txt p {
  font-size: 16px;
  line-height: 24px;
}

.indexAbout .wenhua {
  width: 33.33%;
  overflow: hidden;
  background: #f6f6f6 url(../images/wenhua1-1.png) no-repeat;
  background-size: cover;
  height: 240px;
}

.indexAbout .wenhua2 {
  background: #f6f6f6;
  width: 65%;
  margin-left: 1.66%;
}

.indexAbout .wenhua .wz {
  min-height: 200px;
  padding: 40px;
  transition: all 0.5s;
}

.indexAbout .wenhua .wz h3 {
  font-size: 20px;
  font-weight: bold;
}

.indexAbout .wenhua .wz h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #1e2188;
  margin: 10px 0;
}

.indexAbout .wenhua2 .imgBox {
  width: 50%;
  overflow: hidden;
}

.indexAbout .wenhua2 .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s;
}

.indexAbout .wenhua2:hover img {
  transform: scale(1.05);
  transition: transform 0.5s;
}

.indexAbout .wenhua2 .wz {
  width: 50%;
}

@media (max-width: 991px) {
  .indexTitle {
    margin-bottom: 20px;
  }

  .indexAbout .CompanyProfile {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .indexAbout .CompanyProfile .txt {
    width: 100%;
    padding-bottom: 30px;
  }

  .indexAbout .CompanyProfile .imgBox {
    width: 100%;
  }

  .indexAbout .wenhua {
    width: 100%;
    height: auto;
  }

  .indexAbout .wenhua .wz {
    padding: 30px;
    min-height: auto;
  }

  .indexAbout .wenhua2 {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

@media (max-width: 539px) {
  .indexTitle {
    background-size: 80% auto;
  }

  .indexTitle h1 {
    font-size: 22px;
    line-height: 40px;
  }

  .indexAbout .CompanyProfile .txt {
    padding: 20px;
  }

  .indexAbout .CompanyProfile .txt h2 {
    font-size: 18px;
  }

  .indexAbout .CompanyProfile .imgBox {
    height: auto;
  }

  .indexAbout .wenhua .wz {
    padding: 20px;
  }

  .indexAbout .wenhua .wz h3 {
    font-size: 18px;
  }
}

/* 产品中心 */
.indexProduct {
  position: relative;
  background: url(../images/indexProductBj.png) no-repeat;
  background-size: cover;
}


.swiper {
  width: 100%;
  height: 100%;
}

.indexProduct a {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 40px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.indexProduct a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1px;
  border: solid 10px transparent;
  border-top-color: rgba(255, 255, 255, 0.2);
  bottom: -20px;
  left: 36px;
}

.indexProduct a:hover:after {
  border-top-color: #1e2188;
}

.indexProduct a:hover {
  background-color: #1e2188;
}

.indexProduct a h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.indexProduct a p {
  color: rgba(255, 255, 255, 0.8);
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.indexProduct .bottom {
  color: #fff;
}

.indexProduct .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;

}

.indexProduct .swiper-slide .imgBox {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 5px;
  border: solid 2px #fff;
}

.indexProduct .swiper-slide:hover .imgBox {
  border-color: #e60013;
}

.indexProduct .bottom .txt {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.indexProduct .bottom .bt {
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
}

.indexProduct .bottom p {
  color: rgba(255, 255, 255, 0.8);
}

.indexProduct .indexMore::after {
  background-color: #fff;
}

@media (max-width: 1439px) {
  .indexProduct {
    position: relative;
    background: url(../images/indexProductBj.png) no-repeat;
    background-size: cover !important;
    background-position: center !important;
  }
}

/* 新闻中心 */
.indexNews {
  position: relative;
  overflow: hidden;
  background: #f4f4f4 url(../images/newsBj.png) no-repeat;
  background-size: cover;
}

.indexNews main a {
  width: 32.2%;
  margin-right: 1.7%;
  background: #fff;
  border: solid 1px #eee;
  padding: 40px 20px;
  margin-top: 24px;
}

.indexNews main a:hover {
  background: url(../images/newsLiBj.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}

.indexNews main a:nth-child(3n) {
  margin-right: 0;
}

.indexNews main a .time {
  display: inline-block;
  width: 80px;
  background: url(../images/newsBjdian.png) no-repeat;
  background-position: top 80px left 0;
  background-size: 64px;
}

.indexNews main a .txt {
  padding-left: 30px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.indexNews main a .time strong {
  font-size: 22px;
}

.indexNews main a .txt h2 {
  font-weight: bold;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size:16px;
}

.indexNews main a .txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.indexNews main a:hover p {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1199px) {

  .indexNews main a,
  .indexNews main a:nth-child(3n) {
    width: 49%;
    margin-right: 2%;
  }

  .indexNews main a:nth-child(2n) {
    margin-right: 0;
  }

  .indexNews main a .txt {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {

  .indexNews main a,
  .indexNews main a:nth-child(3n) {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 539px) {
  .indexNews main a {
    padding: 20px 10px;
  }

  .indexNews main a .time {
    width: 54px;
  }

  .indexNews main a .time strong {
    font-size: 18px;
  }
}

/* 联系我们 */
.indexContact {
  padding: 40px 0;
  background: #1e2148 url(../images/indexContactBJ.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.indexContact .txt {
  width: 40%;
}

.indexContact .form {
  height: 46px;
  margin-top: 24px;
  width: 60%;
  padding-left: 40px;
  border-color: #fff;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.1);
}

.indexContact .search input {
  padding-left: 0;
  color: rgba(255, 255, 255, 0.8);
}

.indexContact .search i {
  top: 7px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 22px;
}

.indexContact form button {
  background-color: #e60013;
}

.indexContact h1 {
  font-size: 34px;
  color: #fff;
  font-weight: bold;
}

.indexContact h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #fff;
  margin: 20px 0;
}

.indexContact p {
  font-size: 18px;
  color: #fff;
}

@media (max-width: 991px) {

  .indexContact .txt {
    width: 100%;
  }

  .indexContact form {
    top: 0;
    width: 100%;
    margin: 15px 0 0 0;
  }
}

@media (max-width: 539px) {
  .indexContact h1 {
    font-size: 22px;
  }
}

/* 底部 */
footer {
  padding-top: 60px;
  background-color: #f8f8f8;
}

footer ul {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

footer ul.left {
  margin-right: 80px;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

footer ul li.logo {
  height: 70px;
  margin-bottom: 40px;
}

footer ul li.logo img {
  display: block;
  height: 100%;
}

footer ul.contact {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

footer ul li {
  /*   color: rgba(255, 255, 255, 0.8); */
  font-size: 16px;
  font-weight: bold;
}

footer ul li a {
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

footer ul li p {
  font-weight: normal;
  /*   color: rgba(255, 255, 255, 0.4); */
}

footer ul li i {
  margin-right: 10px;
}

footer ul li,
footer ul li a,
footer ul li p {
  line-height: 30px;
  margin-top: 5px;
}

/* 二维码 */
.smContact {
  position: relative;
}

.smContact span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-size: 24px;
  color: #fff;
}

.smContact ul {
  margin-top: 10px;
}

.smContact li {
  color: #333;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 15px 0 0;
}

.smContact li a {
  color: #888;
}

.smContact .ewm {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  bottom: 54px;
  display: none;
  width: 120px;
  height: auto;
  padding: 6px;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  z-index: 33;
}

.smContact li .icon {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.smContact li:hover .icon {
  opacity: 1;
}

.smContact .ewm img {
  display: block;
  width: 100%;
  height: 100%;
}

.smContact .ewm p {
  position: relative;
  font-size: 14px !important;
  text-align: center;
  color: #999;
}

.smContact .ewm p::after {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -26px;
  content: "";
  width: 1px;
  height: 1px;
  border: solid 10px transparent;
  border-top-color: #fff;
}

/* 版权 */
footer .line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 80px 0 40px;
}

footer .banquan {
  width: 100%;
  padding-bottom: 40px;
}

footer .banquan span {
  margin: 0 5px;
}

footer .banquan a {
  margin: 0 10px;
}

footer .banquan p,
footer .banquan a {
  line-height: 26px;
  color: #666;
}

footer a:hover {
  color: #1e2148;
}

@media (max-width: 1199px) {
  footer {
    padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  footer {
    padding-top: 40px;
  }

  footer .line {
    margin: 40px 0 20px;
  }

  footer .banquan {
    padding-bottom: 20px;
  }

  footer ul {
    width: 33.33%;
    padding-right: 10px;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  footer ul.left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  footer ul li.logo {
    margin-bottom: 15px;
    height: 64px;
  }

  footer ul.contact {
    margin-top: 20px;
    width: 100%;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  footer .smContact ul {
    width: 100% !important;
  }
}

@media (max-width: 599px) {
  .smContact .ewm {
    left: 0;
    margin-left: 0;
  }

  .smContact .ewm p::after {
    margin-left: 0;
    left: 5px;
  }
}

@media (max-width: 539px) {
  footer ul li.logo {
    height: 54px;
  }
}

/* 在线客服 */

.sidebar {
  position: fixed;
  z-index: 1000;
  left: auto;
  right: 0px;
  top: 50%;
  margin-top: -150px;
  width: 80px;
  height: 240px;
  transition: all 0.5s;
  /*width: 62px; height: 240px; transform: translate(0,-50%); -webkit-transform: translate(0,-50%);*/
}

.sidebar.off {
  right: -62px;
}

.sidebar.off .sidebar-open {
  visibility: visible;
  opacity: 1;
}

.sidebar li {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  float: left;
  cursor: pointer;
  width: 100%;
  text-align: center;
  position: relative;
  width: 80px;
  height: 80px;
  border: 1px solid #ebe7e7;
  border-radius: 2px;
  background: #fff;
  background: linear-gradient(to bottom, #ffffff 0%, #edecec 100%);
}

.sidebar li span {
  width: 32px;
  height: 32px;
  display: block;
  margin: 12px auto 0;
}

.sidebar li span img {
  display: block;
  width: 100%;
}

.sidebar li span img+img {
  display: none;
}

.sidebar li em {
  display: block;
  font-size: 14px;
}

.sidebar li a {
  color: #333;
}

.sidebar li .li_con {
  padding: 15px;
  display: none;
  text-align: left;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  position: absolute;
  right: 80px;
  top: 0;
  box-shadow: 0px 0px 3px 0px #ccc;
  background: #fff;
}

.sidebar li:hover {
  background: #e40013;
  border: 1px solid #e40013;
  border-radius: 2px;
}

.sidebar li:hover em {
  color: #fff;
}

.sidebar li:hover span img {
  display: none;
}

.sidebar li:hover span img+img {
  display: block;
}

.sidebar li:hover .li_con {
  display: block;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.sidebar li .li_con .cl {
  display: none;
}

.sidebar li .li_box01 {
  width: 420px;
}

.sidebar li .li_box01 dt {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.sidebar li .li_box01 h5 {
  margin-bottom: 15px;
}

.sidebar li .li_box01 dt input {
  float: left;
  width: calc(100% - 110px);
  padding: 0 10px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ebe7e7;
  background: #fff;
  font-size: 12px;
}

.sidebar li .li_box01 dt button {
  float: right;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
  border: none;
  font-size: 12px;
  color: #fff;
  background: #e40013;
}

.sidebar li .li_box01 dd {
  margin-bottom: 5px;
}

.sidebar li .li_box01 dd>img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.sidebar li .li_box01 dd i {
  color: #e40013;
}

.sidebar li .li_box02 dd {
  margin-bottom: 10px;
}

.sidebar li .li_box02 dd:last-child {
  margin-bottom: 0px;
}

.sidebar li .li_box02 dd a {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  color: #fff !important;
  text-align: center;
  background: #e40013;
}

.sidebar li .li_box03 {
  text-align: center;
  width: 150px;
}

.sidebar li .li_box03 p {
  margin-top: 5px;
}

.sidebar li .li_box03 img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 1439px) {
  .sidebar {
    width: 60px;
  }

  .sidebar li {
    width: 60px;
    height: 60px;
  }

  .sidebar li span {
    width: 24px;
    height: 24px;
  }

  .sidebar li em {
    font-size: 12px;
  }

  .sidebar li .li_con {
    right: 60px;
  }

  .sidebar li .li_con {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
}

@media only screen and (max-width:1199px) {
  .sidebar {
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    height: auto;
    background-color: #fff;
  }

  .sidebar li {
    width: 20%;
  }

  .sidebar li .li_con {
    position: fixed;
    right: auto;
    left: 0;
    top: auto;
    bottom: 60px;
  }

  .sidebar li .li_box01 {
    width: 100%;
  }

  .sidebar li .li_box03 {
    position: absolute;
    left: 0;
  }

  .sidebar li span {
    margin: 10px auto 0;
  }

  .sidebar li .li_con .cl {
    display: block;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    position: absolute;
    top: -40px;
    right: 15px;
    color: #fff;
  }

  .sidebar .toTop {
    display: inline-block !important;
    opacity: 1 !important;
  }
}