@charset "UTF-8";
/*头部样式*/
.top {
  max-width: 1700px;
  margin: 0 auto;
}

@media screen and (max-width: 1700px) {
  .top {
    padding: 0 2%;
  }
}

h1, h2, h3, h4 {
  font-weight: normal;
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;
}

#header .logo {
  float: left;
  width: 12.6%;
  line-height: 80px;
}

#header .logo img {
  max-width: 100%;
  height: auto !important;
    width: auto !important;
}

#header .topLink {
  float: right;
  z-index: 9999;
  width: 63%;
}

#header .topLink .y-qie {
  width: 20%;
}

#header .topLink .y-qie li {
  width: 49.9%;
  float: left;
  text-align: center;
  line-height: 80px;
  border-left: 1px solid #e5e5e5;
  cursor: pointer;
}

#header .topLink .y-qie li a.en {
  color: #ff1100;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #header .logo {
    width: 60%;
    float: left;
  }
  #header .logo .img {
    max-width: 100%;
  }
}

#menu {
  float: left;
  width: 78%;
}

#menu .navv li {
  line-height: 80px;
  height: 80px;
  text-align: center;
  width: 16.666%;
  float: left;
  z-index: 999;
}

#menu .navv li a.more {
  display: block;
  line-height: 80px;
  color: #4b4b4b;
  height: 80px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

#menu .navv li a.more span::after {
  content: '>';
  display: block;
  position: absolute;
  right: 5%;
  top: 0;
  font-size: 12px;
  color: #4b4b4b;
}

#menu .navv li a.more:hover {
  color: #ff1100;
  text-decoration: none;
}

#menu .navv li a.more:hover span::after {
  content: '>';
  display: block;
  position: absolute;
  right: 5%;
  top: 0;
  font-size: 12px;
  color: #4b4b4b;
  transform: rotate(90deg);
}

#menu .navv .sec {
  background: #fff;
  color: #fff;
  display: none;
  z-index: 9999;
  position: absolute;
  top: 80px;
  left: 0px;
  width: 100%;
}

#menu .navv .sec .n-xia-left {
  width: 64%;
  float: left;
  padding-top: 3%;
}

#menu .navv .sec .n-xia-left dd {
  display: inline-block;
  padding: 2%;
}

#menu .navv .sec .n-xia-left a {
  color: #000000;
  font-size: 16px;
  display: inline-block;
}

#menu .navv .sec .n-xia-left a:hover {
  color: #ff1100;
}

#menu .navv .sec .n-xia-right {
  width: 36%;
  border-left: 1px solid #e4e4e4;
  padding: 1% 0;
  padding-left: 5%;
}

#menu .navv .sec .n-xia-right .content {
  width: 60%;
  text-align: left;
}

#menu .navv .sec .n-xia-right .content img {
  max-width: 100%;
}

#menu .navv .sec .n-xia-right a {
  background: #ff1100;
  height: 34px;
  line-height: 34px;
  display: block;
  text-align: center;
  width: 128px;
  margin-top: 4%;
  color: #FFF;
}

@media screen and (max-width: 1140px) {
  #menu .navv li a.more {
    font-size: 15px;
  }
  #menu .navv li a.more span::after {
    right: 0%;
  }
}

@media screen and (max-width: 960px) {
  #menu .navv li a.more {
    font-size: 14px;
  }
  #menu .navv li a.more span::after {
    right: 0%;
  }
}

/*首页banner*/
.banner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 325px;
  margin-top: 8px;
}

.banner ul.bb {
  position: relative;
  padding: 0px;
  margin: 0px;
  z-index: 5;
}

.banner ul.bb li {
  position: absolute;
  display: none;
}

.banner .num {
  position: absolute;
  right: 2px;
  bottom: 10px;
  z-index: 100;
}

.banner .num li {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 4px;
  background: #fff;
  line-height: 18px;
  text-indent: -100px;
  overflow: hidden;
  border-radius: 10px;
}

.banner .num li.num_hover {
  background-color: #f7de07;
}

.banner .num li.num_hover a {
  color: #fff;
}

.banner .num li a {
  float: left;
  display: block;
  text-align: center;
  color: #666;
  text-decoration: none;
  cursor: pointer;
  width: 18px;
  height: 18px;
  line-height: 18px;
}

/*热门搜索*/
.search {
  width: 50%;
  margin-left: 15%;
  padding-left: 15%;
  padding-top: 30px;
  position: relative;
  display: none;
}

.search p {
  position: absolute;
  right: 0;
  color: #333;
  font-size: 20px;
  cursor: pointer;
}

.search #formsearch input {
  height: 22px;
  background: none;
  border: none;
  line-height: 22px;
  width: 80%;
}

.search #formsearch input:focus {
  outline: none;
}

.search #formsearch input#keyword {
  height: 22px;
  line-height: 22px;
  padding-left: 4px;
  color: #666;
}

.search #formsearch input#s_btn {
  width: 46px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: url(../images/s.png) no-repeat center;
  color: #fff;
  border: none;
  cursor: pointer;
}

.search .hotSearch {
  float: left;
  height: 24px;
  line-height: 24px;
  font-weight: normal;
}

.search .hotSearch a {
  margin-right: 6px;
}

.search #search-type {
  float: left;
  width: 100px;
  height: 24px;
  border: 1px solid #c8c8c8;
  margin-right: 5px;
}

#swiper-container2 .swiper-button-prev,
#swiper-container2 .swiper-container-rtl .swiper-button-next {
  background: url(../images/left.png) no-repeat;
  width: 48px;
  height: 89px;
}

#swiper-container2 .swiper-button-prev:focus,
#swiper-container2 .swiper-container-rtl .swiper-button-next:focus,
#swiper-container2 .swiper-button-next:focus,
#swiper-container2 .swiper-container-rtl .swiper-button-prev:focus{
    outline: none;
    cursor: pointer;
}



#swiper-container2 .swiper-button-next,
#swiper-container2 .swiper-container-rtl .swiper-button-prev {
  background: url(../images/right.png) no-repeat;
  width: 48px;
  height: 89px;
}

@media screen and (max-width: 960px) {
  #swiper-container2 .swiper-button-prev,
  #swiper-container2 .swiper-container-rtl .swiper-button-next {
    background: url(../images/left.png) no-repeat;
    width: 26px;
    height: 60px;
    background-size: 100%;
  }
  #swiper-container2 .swiper-button-next,
  #swiper-container2 .swiper-container-rtl .swiper-button-prev {
    background: url(../images/right.png) no-repeat;
    width: 26px;
    height: 60px;
    background-size: 100%;
  }
}

.i-about {
  background: url(../images/bj1.jpg) no-repeat top center;
  padding-top: 4%;
  padding-bottom: 5%;
}

.i-about h2 {
  text-align: center;
  font-size: 36px;
  color: #0f3675;
}

.i-about h2 span {
  display: block;
}

.i-about h2 span::after, .i-about h2 span::before {
  content: '';
  display: inline-block;
  width: 56px;
  height: 1px;
  background: #0f3675;
  vertical-align: middle;
}

.i-about h2 span::before {
  margin-right: 7px;
}

.i-about h2 span::after {
  margin-left: 7px;
}

.i-about h2 p {
  font-size: 18px;
  color: #000000;
  padding-top: 2%;
}

.i-about .content {
  margin-top: 4%;
}

.i-about .content .i-about-left {
  width: 25%;
  padding-left: 5%;
}

.i-about .content .i-about-left h3 {
  color: #ff1100;
  font-size: 36px;
  text-align: right;
  padding-right: 25%;
  position: relative;
  text-transform: uppercase;
}

.i-about .content .i-about-left h3 p {
  font-size: 72px;
}

.i-about .content .i-about-left h3 a {
  position: absolute;
  right: 0;
  top: 30%;
  width: 39px;
  height: 39px;
  display: block;
}

.i-about .content .i-about-right {
  width: 70%;
}

.i-about .content .i-about-right h4 {
  color: #0f3675;
  font-size: 24px;
  text-indent: 20px;
}

.i-about .content .i-about-right .content1 {
  text-indent: 20px;
  color: #4b4b4b;
  font-size: 16px;
  padding-top: 8px;
  line-height: 35px;
}

.i-about .contentt {
  background: url(../images/1.png) no-repeat center;
}

.i-about .motl {
  text-align: center;
  position: relative;
  height: 443px;
  width: 624px;
  margin: 0 auto;
  animation: a 1000s;
  border-radius: 50%;
}

.i-about .motl li {
  text-align: center;
}

.i-about .motl li img {
  max-width: 80px;
}

.i-about .motl li.r1 {
  position: absolute;
  top: 80px;
  left: 4px;
  animation: b 1000s;
  transform-origin: top center;
}

.i-about .motl li.r2 {
  position: absolute;
  top: 12px;
  left: 90px;
  animation: b 1000s;
  transform-origin: top center;
}

.i-about .motl li.r3 {
  position: absolute;
  top: -20px;
  left: 220px;
  animation: b 1000s;
  transform-origin: top center;
}

.i-about .motl li.r4 {
  position: absolute;
  top: -5px;
  left: 386px;
  animation: b 1000s;
  transform-origin: top center;
}

.i-about .motl li.r5 {
  position: absolute;
  top: 70px;
  left: 540px;
  animation: b 1000s;
  transform-origin: top center;
}

.i-about .motl li.r6 {
  position: absolute;
  top: 218px;
  left: 563px;
  animation: b 1000s;
  transform-origin: top center;
}

.i-about .motl li.r7 {
  position: absolute;
  top: 325px;
  left: 479px;
  animation: b 1000s;
  transform-origin: top center;
}

.i-about .motl li.r8 {
  position: absolute;
  top: 376px;
  left: 290px;
  animation: b 1000s;
  transform-origin: top center;
}

.i-about .motl li.r9 {
  position: absolute;
  top: 387px;
  left: 116px;
  animation: b 1000s;
  transform-origin: top center;
}

.i-about .motl li.r10 {
  position: absolute;
  top: 289px;
  left: 0px;
  animation: b 1000s;
  transform-origin: top center;
}

.i-about .motl li.r11 {
  position: absolute;
  top: 153px;
  left: -36px;
  animation: b 1000s;
  transform-origin: top center;
}



@media screen and (max-width: 1200px) {
  .i-about h2 {
    font-size: 30px;
  }
  .i-about h2 p {
    font-size: 14px;
  }
  .i-about .content .i-about-left h3 {
    font-size: 20px;
  }
  .i-about .content .i-about-left h3 p {
    font-size: 40px;
  }
  .i-about .content .i-about-right h4 {
    font-size: 20px;
  }
  .i-about .content .i-about-right .content1 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .i-about h2 {
    font-size: 20px;
  }
  .i-about h2 p {
    font-size: 13px;
  }
  .i-about .content .i-about-left {
    display: none;
  }
  .i-about .content .i-about-right {
    width: 100%;
  }
  .i-about .content .i-about-right h4 {
    font-size: 16px;
  }
  .i-about .contentt {
    display: none;
  }
}

.i-product {
  margin-top: 5%;
}

.i-product h2 {
  text-align: center;
  font-size: 36px;
  color: #0f3675;
}

.i-product h2 span {
  display: block;
}

.i-product h2 span::after, .i-product h2 span::before {
  content: '';
  display: inline-block;
  width: 56px;
  height: 1px;
  background: #0f3675;
  vertical-align: middle;
}

.i-product h2 span::before {
  margin-right: 7px;
}

.i-product h2 span::after {
  margin-left: 7px;
}

.i-product h2 p {
  font-size: 18px;
  color: #000000;
  padding-top: 2%;
}

.i-product .slick_fwfw {
  margin-top: 5%;
}

.i-product .slick_fwfw .slick-dots {
  width: 100%;
  text-align: center;
  margin-top: 2%;
}

.i-product .slick_fwfw .slick-dots li {
  display: inline-block;
  background: #b5b5b5;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-right: 10px;
}

.i-product .slick_fwfw .slick-dots li button {
  background: none;
  font-size: 0;
  border: none;
}

.i-product .slick_fwfw .slick-dots li.slick-active {
  background: #ff1100;
}

.i-product .slick_fwfw .slick-arrow {
  display: block;
  border: none;
  cursor: pointer;
  width: 54px;
  height: 82px;
  position: absolute;
  top: 50%;
  margin-top: -41px;
  z-index: 99999;
  font-size: 0;
}

.i-product .slick_fwfw .slick-arrow:focus {
  outline: none;
}

.i-product .slick_fwfw .slick_con {
  margin: 0 5%;
  position: relative;
}

.i-product .slick_fwfw .slick-prev {
  left: -20px;
  background: url(../images/left.jpg) no-repeat;
}

.i-product .slick_fwfw .slick-next {
  right: -20px;
  background: url(../images/right.jpg) no-repeat;
}

.i-product .slick_fwfw .slick-slide {
  position: relative;
  overflow: hidden;
}

.i-product .slick_fwfw .slick-slide:hover .bj {
  top: 0;
}

.i-product .slick_fwfw .slick-slide .bj {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(55, 88, 140, 0.8);
  padding: 10%;
  transition: all .5s;
}

.i-product .slick_fwfw .slick-slide .bj .more {
  width: 184px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid #b5b5b5;
  color: #ffffff;
  font-size: 16px;
  border-radius: 20px;
  margin: 15% auto 0;
}

.i-product .slick_fwfw .slick-slide .bj h3 {
  font-size: 40px;
  color: #ffffff;
  position: relative;
}

.i-product .slick_fwfw .slick-slide .bj h3::after {
  content: '';
  display: block;
  width: 150px;
  height: 2px;
  background: #fff;
  left: 2%;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 1200px) {
  .i-product h2 {
    font-size: 30px;
  }
  .i-product h2 p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .i-product h2 {
    font-size: 20px;
  }
  .i-product h2 p {
    font-size: 13px;
  }
  .i-product .slick_fwfw .slick-arrow {
    width: 30px;
    height: 50px;
    background-size: 100%;
  }
  .i-product .slick_fwfw .slick-next {
    right: 0;
  }
  .i-product .slick_fwfw .slick-prev {
    left: 0;
  }
  .i-product .slick_fwfw .slick-slide .bj h3 {
    font-size: 14px;
  }
  .i-product .slick_fwfw .slick-slide .bj .more {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}

.i-shi {
  margin-top: 5%;
}

.i-shi h2 {
  text-align: center;
  font-size: 36px;
  color: #0f3675;
}

.i-shi h2 span {
  display: block;
}

.i-shi h2 span::after, .i-shi h2 span::before {
  content: '';
  display: inline-block;
  width: 56px;
  height: 1px;
  background: #0f3675;
  vertical-align: middle;
}

.i-shi h2 span::before {
  margin-right: 7px;
}

.i-shi h2 span::after {
  margin-left: 7px;
}

.i-shi h2 p {
  font-size: 18px;
  color: #000000;
  padding-top: 2%;
}

.i-shi .content {
  background: url(../images/bj2.jpg) no-repeat top center;
  margin-top: 5%;
}

.i-shi .content .i-shi-left {
  padding-top: 5%;
  width: 40%;
  padding-left: 5%;
}

.i-shi .content .i-shi-left .content1 {
  color: #000000;
  font-size: 16px;
  padding-top: 3%;
  line-height: 40px;
  display: none;
}

.i-shi .content .i-shi-left .content1 a {
  display: block;
  width: 198px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 2px solid #000000;
  margin-top: 8%;
  color: #000000;
  font-size: 18px;
}
.i-shi .content .i-shi-left .content1 a:hover{
    border-color: #fd1717;
    color: #fff;
    background: #fd1717;
}


.i-shi .content .i-shi-left li{
    display: inline-block;
    color: #000000;
  font-size: 35px;
  padding-right: 3%;
  position: relative;
  cursor: pointer;
}
.i-shi .content .i-shi-left li.cur{
    color: #fd1717;
}

.i-shi .content .i-shi-left  p.nne {
  color: #000000;
  font-size: 22px;
  margin-bottom: 4%;
  text-transform: uppercase;
}

.i-shi .content .i-shi-left p.nne::before {
  content: '';
  display: block;
  width: 91px;
  height: 4px;
  background: #000000;
  margin-bottom: 30px;
}

.i-shi .content .i-shi-right {
  width: 50%;
  margin-right: 5%;
}

.i-shi .content .i-shi-right #swiper-container3 {
  text-align: center;
}


.i-shi .content .i-shi-right #swiper-container3 .swiper-container-horizontal > .swiper-pagination-bullets,
.i-shi .content .i-shi-right #swiper-container3 .swiper-pagination-custom,
.i-shi .content .i-shi-right #swiper-container3 .swiper-pagination-fraction {
  bottom: 10%;
}

.i-shi .content .i-shi-right #swiper-container3 .nei {
  text-align: left;
  padding-left: 10%;
  font-size: 16px;
}

.i-shi .content .i-shi-right #swiper-container3 .nei h3 {
  font-size: 16px;
}

.i-shi .content .i-shi-right #swiper-container3 .img1 {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}

.i-shi .content .i-shi-right #swiper-container3 img {
  width: 100%;
  margin-top: 2%;
  transition: all .5s;
}

.i-shi .content .i-shi-right #swiper-container3 .swiper-button-next {
  position: absolute;
  left:60%;
  bottom: 10%;
  top: auto;
  margin-top: 0;
  background: url(../images/r1.png) no-repeat center;
  width: 70px;
  height: 21px;
  z-index: 9999;
}

.i-shi .content .i-shi-right #swiper-container3 .swiper-button-next:hover {
  background: url(../images/r1_on.png) no-repeat center #ff0000;
}

.i-shi .content .i-shi-right #swiper-container3 .swiper-button-prev {
  position: absolute;
  left: 40%;
  bottom: 10%;
  top: auto;
  margin-top: 0;
  background: url(../images/l1.png) no-repeat center;
  width: 70px;
  height: 21px;
  z-index: 9999;
}

.i-shi .content .i-shi-right #swiper-container3 .swiper-button-prev:hover {
  background: url(../images/l1_on.png) no-repeat center #ff0000;
}

.i-shi .content .i-shi-right #swiper-container3 .swiper-slide {
  padding: 20% 0;
  position: relative;
  cursor: pointer;
}

.i-shi .content .i-shi-right #swiper-container3 .swiper-slide:hover {
  background: #ff1919;
}

.i-shi .content .i-shi-right #swiper-container3 .swiper-slide:hover .nei {
  color: #fff;
}

.i-shi .content .i-shi-right #swiper-container3 .swiper-slide.ysa {
  background: #ff1919;
}

.i-shi .content .i-shi-right #swiper-container3 .swiper-slide.ysa .nei {
  color: #fff;
}

.i-shi .content .i-shi-right #swiper-container3 .swiper-slide:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 1200px) {
  .i-shi h2 {
    font-size: 30px;
  }
  .i-shi h2 p {
    font-size: 14px;
  }
  .i-shi .content .i-shi-left h3 {
    font-size: 18px;
  }
  .i-shi .content .i-shi-left h3 p {
    font-size: 16px;
    margin-top: 2%;
  }
  .i-shi .content .i-shi-left h3 p::before {
    margin-bottom: 10px;
  }
  .i-shi .content .i-shi-left .content1 {
    font-size: 14px;
  }
  .i-shi .content .i-shi-left .content1 a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .i-shi .content .i-shi-right #swiper-container3 .swiper-button-next {
    right: 30%;
  }
  .i-shi .content .i-shi-right #swiper-container3 .swiper-button-prev {
    left:36%;
  }
  .pageController .t1{
      float:none;
      text-align:center;
  }
}

@media screen and (max-width: 767px) {
  .i-shi h2 {
    font-size: 20px;
  }
  .i-shi h2 p {
    font-size: 13px;
  }
  .i-shi .content {
    padding-top: 6%;
  }
  .i-shi .content .i-shi-left {
    width: 100%;
    padding: 0;
  }
  .i-shi .content .i-shi-left .content1 {
    padding-top: 1%;
  }
  .i-shi .content .i-shi-left .content1 a {
    margin-top: 2%;
  }
  .i-shi .content .i-shi-right {
    margin-top: 2%;
    width: 100%;
    margin-right: 0;
  }
}

.i-news {
  padding-top: 4%;
  background: url(../images/news.jpg) no-repeat top center;
  padding-bottom: 5%;
}

.i-news h2 {
  color: #0c2d61;
  font-size: 36px;
  width: 168px;
  position: relative;
  text-align: center;
}

.i-news h2 p {
  font-size: 14px;
}

.i-news h2::before, .i-news h2::after {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  background: #0c2d61;
  left: 0;
  position: absolute;
  top: 0;
}

.i-news h2::after {
  left: auto;
  right: 0;
}

.i-news .slick_news {
  margin-top: 3%;
  padding-bottom: 5%;
}

.i-news .slick_news .slick-arrow {
  position: absolute;
  display: block;
  border: none;
  cursor: pointer;
  width: 61px;
  height: 39px;
  top: auto;
  margin-top: 0;
  bottom: 0;
  font-size: 0;
}

.i-news .slick_news .slick-arrow:focus {
  outline: none;
}

.i-news .slick_news .slick-prev {
  background: url(../images/left1.jpg) no-repeat;
  left: 0;
}

.i-news .slick_news .slick-next {
  background: url(../images/right1.jpg) no-repeat;
  left: 94px;
}
.i-news .slick_news .slick-prev:hover {
  background: url(../images/left1_on.png) no-repeat;
  left: 0;
}

.i-news .slick_news .slick-next:hover {
  background: url(../images/right1_on.png) no-repeat;
  left: 94px;
}


.i-news .slick_news .slick-slide {
  margin: 0 .2%;
}

.i-news .slick_news .slick-slide h3 {
  color: #000000;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 8%;
}

.i-news .slick_news .slick-slide span {
  display: block;
  line-height: 40px;
  color: #000000;
  font-size: 13px;
}

.i-news .slick_news .slick-slide p {
  color: #000000;
  font-size: 13px;
  line-height: 30px;
}

.i-news .slick_news .slick-slide .more {
  width: 125px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  font-size: 15px;
  border: 1px solid #000000;
  float: right;
}

.i-news .slick_news .slick-slide:hover .more {
  border-color: #ff0000;
  background: #ff0000;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .i-news h2 {
    font-size: 30px;
  }
  .i-news .slick_news .slick-slide h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .i-news h2 {
    font-size: 20px;
  }
  .i-news h2 p {
    font-size: 13px;
  }
  .i-news .slick_news {
    padding-bottom: 10%;
  }
}

.foot {
  background: #535353;
  padding: 2% 0 3% 0;
}

.foot .nav_foot {
  border-right: 1px solid #cccccc;
  padding-bottom: 5%;
}

.foot .nav_foot li {
  width: 20%;
  float: left;
  text-align: left;
}

.foot .nav_foot li dt {
  cursor: pointer;
  padding-bottom: 10%;
}

.foot .nav_foot li dt a {
  color: #d5d5d5;
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.foot .nav_foot li dd {
  line-height: 30px;
}

.foot .nav_foot li dd a {
  color: #d5d5d5;
  font-size: 14px;
}

.foot .f-er h3 {
  font-size: 24px;
  color: #d5d5d5;
}

.foot .f-er .content {
  margin-top: 20px;
}

.foot .f-er .content img {
  max-width: 100%;
}

.foot .f-contact {
  padding-left: 5%;
}

.foot .f-contact h3 {
  color: #aeaeae;
  font-size: 24px;
}

.foot .f-contact h3 span {
  color: #aeaeae;
  font-size: 16px;
  padding-left: 9px;
}

.foot .f-contact .content {
  color: #aeaeae;
  margin-top: 4%;
}

.foot .f-contact .content p {
  font-size: 14px;
  /*text-indent: 25px;*/
  position: relative;
  line-height: 30px;
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
  overflow: hidden;
  padding-left:25px;
  margin-bottom:4px;
}

.foot .f-contact .content p::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #a8a8a8;
  position: absolute;
  left: 0;
  top: 15px;
  margin-top: -3px;
}

@media screen and (max-width: 767px) {
  .foot .nav_foot {
    border: none;
    padding-bottom: 0;
  }
  .foot .nav_foot li {
    width: 100%;
  }
  .foot .nav_foot li.on dt::after {
    content: ">";
    position: absolute;
    right: 0;
    color: #fff;
    line-height: 30px;
    top: 0;
    transform: rotate(90deg);
  }
  .foot .nav_foot li.on dd {
    display: block;
    text-indent: 3%;
  }
  .foot .nav_foot li.on dd a {
    font-size: 12px;
  }
  .foot .nav_foot li dd {
    display: none;
  }
  .foot .nav_foot li dt {
    padding-bottom: 0;
    line-height: 30px;
    position: relative;
  }
  .foot .nav_foot li dt::after {
    content: ">";
    position: absolute;
    right: 0;
    color: #fff;
    line-height: 30px;
    top: 0;
  }
  .foot .nav_foot li dt a {
    font-size: 14px;
    font-weight: normal;
  }
}

.foot-out {
  background: #000000;
  padding: 2% 0;
  color: #cbcbcb;
  font-size: 14px;
}

.foot-out a {
  color: #cbcbcb;
}

.foot-out #shear {
  margin-top: 3%;
}

.foot-out #shear a {
  display: block;
  padding: 0 !important;
  margin: 0 1% !important;
  width: 34px;
  height: 34px;
}

.foot-out #shear a.bds_tsina {
  background: url(../images/f1.png) no-repeat !important;
}

.foot-out #shear a.bds_sqq {
  background: url(../images/f2.png) no-repeat !important;
}

.foot-out #shear a.bds_weixin {
  background: url(../images/f3.png) no-repeat !important;
}

.foot-out .kk1 {
  text-align: right;
}

#top {
  float: right;
  margin-left: 3%;
  bottom: 40px;
  color: #cbcbcb;
  font-size: 14px;
  cursor: pointer;
}

.pagea {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page2 .contentt {
  background: url(../images/nbj1.jpg) no-repeat top center;
  height: 100%;
  color: #ffffff;
  font-size: 18px;
  padding-top:4%;
  line-height: 50px;
  padding-left: 5%;
}

.page2 h2 {
  background: url(../images/tt.jpg) no-repeat top left;
  font-size: 36px;
  color: #043e80;
  font-family: "楷体";
  font-weight: bold;
  padding-top: 1%;
  margin-left: 2%;
}

.page2 h2 p {
  color: #043e80;
  font-size: 20px;
  font-weight: normal;
  font-family: "arial";
}

@media screen and (max-width: 1200px) {
  .page2 {
    padding-top: 1%;
  }
  .page2 .contentt {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .page2 {
    padding-top: 1%;
  }
  .page2 h2 {
    font-size: 20px;
  }
  .page2 h2 p {
    font-size: 14px;
  }
  .page2 .contentt {
    font-size: 14px;
    color: #ccc;
  }
}

.page3 h2 {
  background: url(../images/tt1.jpg) no-repeat top left;
  font-size: 36px;
  color: #043e80;
  font-family: "楷体";
  font-weight: bold;
  padding-top: 1%;
  margin-left: 2%;
}

.page3 h2 p {
  color: #043e80;
  font-size: 20px;
  font-weight: normal;
  font-family: "arial";
}

.page3 .contentt {
  background: url(../images/nbj2.jpg) no-repeat top center;
  height: 100%;
}

.page3 .contentt .top {
  padding-top: 5%;
}

.page3 .contentt .top .tabli {
  width: 20%;
  float: left;
  /*border:1px solid red;*/
}

.page3 .contentt .top .tabli li {
  font-size: 18px;
  padding-left: 20px;
  position: relative;
  line-height: 80px;
  cursor: pointer;
}

.page3 .contentt .top .tabli li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3.5px;
  width: 7px;
  height: 7px;
  background: #000000;
}

.page3 .contentt .top .tabli li.cur {
  font-size: 18px;
  color: #ef720e;
}

.page3 .contentt .top .tabli li.cur::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3.5px;
  width: 7px;
  height: 7px;
  background: #ef720e;
}

.page3 .contentt .top .page3-right {
  width: 76%;
  float: right;
}

.page3 .contentt .top .page3-right ul {
  display: none;
}

.page3 .contentt .top .page3-right ul li {
  width: 31.333%;
  float: left;
  position: relative;
  margin-right:2%;
}

.page3 .contentt .top .page3-right ul li:nth-child(1) {
  margin-top: 3%;
}

.page3 .contentt .top .page3-right ul li:nth-child(3) {
  margin-top: 2%;
}

.page3 .contentt .top .page3-right ul li img {
  width: 100%;
}

.page3 .contentt .top .page3-right ul li h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 56px;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 22px;
  color: #000000;
}

.page3 a.more1 {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1200px) {
  .page3 {
    padding-top: 1%;
  }
  .page3 .contentt {
    padding-top: 10%;
  }
  .page3 .contentt .top .tabli li {
    font-size: 20px;
  }
  .page3 .contentt .top .tabli li.cur {
    font-size: 30px;
  }
  .page3 a.more1 {
    display: block;
    width: 20%;
  }
  .page3 a.more1 img {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .page3 {
    padding-top: 1%;
  }
  .page3 h2 {
    font-size: 20px;
  }
  .page3 h2 p {
    font-size: 14px;
  }
  .page3 a.more1 {
    width: 50%;
  }
  .page3 .contentt {
    padding-top: 0;
  }
  .page3 .contentt .top .tabli {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .page3 .contentt .top .tabli li {
    flex-wrap: nowrap;
    font-size: 14px;
    padding-left: 10px;
    line-height: 40px;
  }
  .page3 .contentt .top .tabli li.cur {
    font-size: 14px;
  }
  .page3 .contentt .top .page3-right {
    width: 100%;
  }
  .page3 .contentt .top .page3-right ul li {
    width: 48%;
    margin-top: 0 !important;
    
  }
}

.page4 h2 {
  background: url(../images/tt2.jpg) no-repeat top left;
  font-size: 36px;
  color: #043e80;
  font-family: "楷体";
  font-weight: bold;
  padding-top: 1%;
  margin-left: 2%;
}

.page4 h2 p {
  color: #043e80;
  font-size: 20px;
  font-weight: normal;
  font-family: "arial";
}

.page4 .contentt {
  background: url(../images/nbj3.jpg) no-repeat top center;
  height: 100%;
  box-sizing: border-box;
  padding-top: 15%;
}

@media screen and (max-width: 767px) {
  .page4 {
    padding-top: 1%;
  }
  .page4 h2 {
    font-size: 20px;
  }
  .page4 h2 p {
    font-size: 14px;
  }
  .page4 .contentt {
    padding-top: 40%;
  }
}

.page4 .slick_fqiea .slick-arrow {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 20px;
  height: 40px;
  cursor: pointer;
  font-size: 0;
  border: none;
  background: none;
}

.page4 .slick_fqiea .slick-arrow:focus {
  outline: none;
}

.page1 {
  background: url(../images/nb.jpg) no-repeat top center;
  height: 100%;
}

.i-news_list li {
  padding: 4% 0;
}

.i-news_list li:hover .img1 img {
  transform: scale(1.1);
}

.i-news_list li:hover .nei h3 a {
  color: #60141e;
}

.i-news_list li .img1 {
  width: 24.4%;
  overflow: hidden;
  float: left;
}

.i-news_list li .img1 img {
  width: 100%;
  transition: all .4s;
}

.i-news_list li .nei {
  width: 68%;
  float: right;
  padding-top: 3%;
}

.i-news_list li .nei h3 {
  line-height: 53px;
  font-weight: normal;
}

.i-news_list li .nei h3 a {
  color: #333333;
  font-size: 22px;
}

.i-news_list li .nei p {
  font-size: 14px;
  color: #333333;
  padding-top: 2%;
}

.i-news_list li .nei span {
  display: block;
  padding-top: 4%;
  color: #999999;
}

.i-news_list li .nei span i {
  font-style: normal;
}

.i-news_list li .nei span em {
  font-style: normal;
  float: right;
}

@media screen and (max-width: 762px) {
  .i-news_list li .img1 {
    float: none;
    width: 100%;
  }
  .i-news_list li .nei {
    width: 100%;
  }
  .i-news_list li .nei h3 {
    color: #333333;
    font-size: 16px;
    line-height: 34px;
    font-weight: bold;
  }
  .i-news_list li .nei h3 a {
    font-size: 16px;
  }
  .i-news_list li .nei p {
    display: none;
  }
  .i-news_list li .nei span {
    padding-top: 0;
    font-size: 14px;
  }
  .i-news_list li .nei span i {
    display: none;
  }
  .i-news_list li .nei span em {
    display: block;
    float: left;
    font-size: 14px;
  }
}
