.banner .swiper-container {
  width: 100%;
  height: 806px;
}
.banner .swiper-slide {
  text-align: center;
  background: #000;
  overflow: hidden;
}
.banner .swiper-wrapper {
  position: relative;
}
.banner .pic {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: 2;
}
.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  position: relative;
  margin: 0 6px !important;
}
.pro_detail .detail_r .p3 {
  line-height: 30px;
  width: 400px;
}
.detail_product1 .swiper-button-next,.detail_product1 .swiper-button-prev{
  display: block ;
  width: 30px;
    height: 45px;
}
.content2 .swiper-pagination-bullet,.content1 .swiper-pagination-bullet {
  background-color: #055AC2;
}
.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  top: -1.5px;
}
.swiper-pagination-bullet-active:after {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  position: absolute;
  top: -4px;
  left: -4px;
  border-radius: 50%;
}
.content2 .swiper-pagination-bullet-active:after,.content1 .swiper-pagination-bullet-active:after {
  border-color: #055AC2;
}
#header {
  background-color: #0459C3;
  padding: 25px 0 20px;
}
#header .logo {
  float: left;
}
#header .tel {
  float: right;
  padding-left: 58px;
  background: url(../images/icon1.png) no-repeat left 3px;
  color: #fff;
}
#header .tel .p2 {
  font-size: 24px;
  line-height: 28px;
  margin-top: 5px;
}
.pc_menu {
  background-color: #fff;
}
.pc_menu .container {
  position: relative;
}
.pc_menu .search {
  position: absolute;
  right: 0;
  top: 0;
}
.pc_menu .search .icon {
  float: right;
  line-height: 78px;
  cursor: pointer;
}
.pc_menu .search form {
  position: absolute;
  right: 0;
  top: 78px;
  padding: 15px 25px;
  background-color: #fff;
  z-index: 100;
  width: 350px;
  display: none;
}
.pc_menu .search form input {
  float: left;
}
.pc_menu .search form input[type="text"] {
  width: 245px;
  line-height: 38px;
  border: 1px solid #D9D9D9;
  padding-left: 15px;
  outline: none;
}
.pc_menu .search form input[type="submit"] {
  width: 55px;
  height: 40px;
  background: #0459c2 url(../images/icon3.png) no-repeat center;
  border: none;
  outline: none;
}
.pc_menu .menu {
  padding-right: 5%;
}
.pc_menu .menu > li {
  float: left;
  width: 11.11%;
  text-align: center;
  position: relative;
  z-index: 100;
}
.pc_menu .menu > li > a {
  display: block;
  line-height: 78px;
  position: relative;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pc_menu .menu > li .menu2 {
  position: absolute;
  top: 78px;
  padding-top: 8px;
  width: 100%;
  left: 0;
  display: none;
}
.pc_menu .menu > li .menu2 .box {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 15px 0;
}
.pc_menu .menu > li .menu2 .box .item a {
  display: block;
  line-height: 40px;
  color: #000;
}
.pc_menu .menu > li .menu2 .box .item a:hover {
  color: #0459c3;
}
.pc_menu .menu > li.cur > a,
.pc_menu .menu > li:hover > a {
  color: #0459c3;
}
.pc_menu .menu > li.cur > a:after,
.pc_menu .menu > li:hover > a:after {
  content: "";
  display: block;
  background: url(../images/icon7.png) no-repeat;
  width: 84px;
  height: 11px;
  position: absolute;
  bottom: 14px;
  left: 50%;
  margin-left: -42px;
}
.content .content1 {
  padding-top: 74px;
}
.content .content2 {
  padding-top: 73px;
}
.content .content2 .swiper-container {
  margin: 35px -12.5px 0;
  width: 100%;
  height: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.content .content1 .swiper-container {
  margin: 35px -12.5px 0;
  width: 100%;
  height: 920px;
  margin-left: auto;
  margin-right: auto;
}
.content .content2 .swiper-container a {
  display: block;
  width: 100%;
  padding: 12.5px;
}
.content .content2 .swiper-container a .image {
  height: 425px;
  line-height: 425px;
  border: 1px solid #F5F5F5;
  padding: 0 8%;
}
.content .content2 .swiper-container a .text {
  font-size: 18px;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 70px;
}
.content .content2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 25px !important;
}
.content .content1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 405px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 25px !important;
}
.content .content3 {
  padding: 70px 0 138px;
  background: url(../images/bg1.png) no-repeat center bottom;
}
.content .content3 .index_about {
  margin-top: 55px;
}
.content .content3 .index_about .image {
  float: left;
  width: 53%;
  height: 599px;
  background: url(../images/index_13.jpg) no-repeat center;
}
.content .content3 .index_about .text {
  float: left;
  width: 47%;
}
.content .content3 .index_about .text .box {
  height: 480px;
  margin-top: 60px;
  background-color: #F7F7F7;
  padding: 60px 9% 0;
  position: relative;
  width: 106%;
  left: -6%;
}
.content .content3 .index_about .text .box .p1 {
  font-size: 24px;
  color: #0459c2;
}
.content .content3 .index_about .text .box .p1:after {
  content: "";
  display: block;
  width: 94px;
  height: 5px;
  background-color: #0459C2;
  margin: 15px 0 25px;
}
.content .content3 .index_about .text .box .p2 {
  color: #181818;
  line-height: 30px;
  text-indent: 28px;
  height: 210px;
  overflow: hidden;
}
.content .content4 {
  padding: 75px 0 95px;
}
.content .content4 .index_more a {
  margin: 45px auto 0;
}
.content .index_more {
  margin-top: 35px;
}
.content .index_more a {
  display: block;
  width: 185px;
  height: 38px;
  padding-left: 15px;
  background: url(../images/icon5.png) no-repeat center;
  color: #333333;
  line-height: 36px;
}
.content .index_title {
  width: 462px;
  height: 51px;
  margin: 0 auto;
  background: url(../images/icon4.png) no-repeat center;
  text-align: center;
}
.content .index_title .p1 {
  font-size: 18px;
  color: #b9b9b9;
  position: relative;
  top: -8px;
}
.content .index_title .p2 {
  font-size: 36px;
  color: #0459c2;
  font-weight: bold;
}
.content .type_list {
  margin: 34px -13px 0;
}
.content .type_list .swiper-slide {
  margin-top: 28px;
  padding: 0 13px;
}
.content .type_list .swiper-slide a {
  display: block;
  position: relative;
}
.content .type_list .swiper-slide a .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  line-height: 72px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content .case {
  margin: 20px -13px 0;
}
.content .case li {
  margin-top: 45px !important;
  padding: 0 13px;
}
.content .case li a {
  display: block;
  position: relative;
}
.content .case li a .text {
  position: absolute;
  width: 90%;
  line-height: 45px;
  left: 5%;
  bottom: 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  color: #fff;
  padding: 0 15px;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content .case li a:hover .text {
  background-color: rgba(4, 89, 194, 0.9);
}
.content .location {
  background-color: #F2F2F2;
}
.content .location .container {
  position: relative;
}
.content .location .container .location_text {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 80px;
  padding-left: 22px;
  background: url(../images/icon10.png) no-repeat left center;
}
.content .location .container .location_text a {
  color: #0459c2;
}
.content .location .in_type {
  padding-right: 340px;
}
.content .location .in_type li {
  float: left;
  width: 14.28%;
  position: relative;
}
.content .location .in_type li > a {
  display: block;
  text-align: center;
  line-height: 80px;
  font-size: 16px;
  color: #555555;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content .location .in_type li .in_type2 {
  position: absolute;
  width: 600%;
  top: 80px;
  left: 20px;
  padding-top: 35px;
  display: none;
}
.content .location .in_type li .in_type2 a {
  float: left;
  color: #333333;
  padding: 0 13px;
  line-height: 15px;
  border-right: 1px solid #7D7D7D;
}
.content .location .in_type li .in_type2 a:hover {
  color: #0459C2;
}
.content .location .in_type li .in_type2 a:last-child {
  border-right: none;
}
@media (min-width: 992px) {
  .content .location .in_type li:hover > a {
    background-color: #0459C2;
    color: #fff;
  }
}
.content .location .in_type li.cur > a {
  background-color: #0459C2;
  color: #fff;
}
.content .wrap_title {
  padding: 15px;
  background-color: #0459C3;
}
.content .wrap_title .text {
  float: left;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.content .wrap_title .type_icon {
  float: right;
  width: 80px;
  line-height: 24px;
  text-align: center;
  background-color: #F3F3F3;
  border-radius: 15px;
  color: #2a2a2a;
}
.content .in_content {
  padding-bottom: 630px;
  background: url(../images/bg2.png) no-repeat center bottom;
}
.content .in_content .about {
  margin-top: 85px;
}
.content .in_content .pro {
  margin-top: 150px;
}
.content .in_content .pro li a {
  display: block;
  width: 100%;
  padding: 12.5px;
}
.content .in_content .pro li a .image {
  height: 425px;
  line-height: 425px;
  border: 1px solid #F5F5F5;
  padding: 0 8%;
}
.content .in_content .pro li a .text {
  font-size: 18px;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 70px;
}
#footer .footer_top {
  padding: 65px 0 35px;
  color: #fff;
}
#footer .footer_top .footer_l {
  float: left;
  width: 340px;
}
#footer .footer_top .footer_l .d2 {
  margin-top: 25px;
}
#footer .footer_top .footer_l .d3 {
  font-size: 36px;
  font-weight: bold;
}
#footer .footer_top .footer_l .d4 li {
  line-height: 24px;
}
#footer .footer_top .footer_l .d4 li .s1 {
  float: left;
  width: 50px;
}
#footer .footer_top .footer_l .d4 li .s2 {
  display: block;
  overflow: hidden;
}
#footer .footer_top .footer_l .d4 li:last-child .s1 {
  width: 98px;
}
#footer .footer_top .footer_r {
  overflow: hidden;
}
#footer .footer_top .footer_r li {
  padding-left: 4%;
  padding-right: 0;
}
#footer .footer_top .footer_r li a {
  display: block;
  color: #bfbfbf;
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#footer .footer_top .footer_r li a:hover{
  color: #fff;
}
#footer .footer_top .footer_r li a:first-child {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}
#footer .copyright {
  padding: 15px 0 25px;
  border-top: 1px solid #8D8D8D;
  line-height: 24px;
  color: #eeeeee;
}
#footer .copyright a {
  color: #eeeeee;
}
@media (max-width: 992px) {
  .pro_detail .detail_r .p3{
    width: 100%;
  }
  #header .tel {
    display: none;
  }
  .pc_menu {
    display: none;
  }
  .banner .swiper-container {
    height: 400px;
  }
  .content .content2 .swiper-container a .image {
    height: 300px;
    line-height: 300px;
  }
  .content .content2 .swiper-container {
    height: 790px;
  }
  .content .content3 .index_about .image {
    width: 100%;
    background-size: cover;
    height: 485px;
  }
  .content .content3 .index_about .text .box {
    height: auto;
    margin-top: 0px;
    background-color: #F7F7F7;
    padding: 25px 15px 35px;
    position: relative;
    width: 100%;
    left: 0%;
  }
  .content .content3 .index_about .text {
    width: 100%;
    margin-top: 10px;
  }
  #footer .footer_top {
    display: none;
  }
  .content .location .container .location_text {
    display: none;
  }
  .content .location .in_type {
    padding-right: 0;
  }
  .content .location .in_type li {
    float: none;
    width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }
  .content .location .in_type li a {
    text-align: left;
    line-height: 36px;
    padding-left: 27px;
  }
  .content .location .container {
    width: 100%;
  }
  .content .location .in_type li .in_type2 {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    padding-top: 0;
    padding-left: 15px;
  }
  .content .location .in_type li .in_type2 a {
    display: block;
    line-height: 30px;
    border-right: none;
    width: 100%;
    float: none;
  }
  .content .location .in_type {
    display: none;
  }
  .content .in_content .pro {
    margin-top: 50px;
  }
  .content .in_content .pro li a .image {
    height: 300px;
    line-height: 300px;
  }
}
@media (max-width: 767px) {
  #header {
    padding: 12px 0 15px 15px;
  }
  #header .logo {
    width: 70%;
  }
  .wap_menu {
    top: 60px;
  }
  .banner .swiper-container {
    height: 200px;
  }
  .content .content1 {
    padding-top: 30px;
  }
  .content .index_title {
    width: 255px;
    height: 28px;
    background-size: cover;
  }
  .content .index_title .p2 {
    font-size: 18px;
    color: #0459c2;
    font-weight: bold;
    margin-top: 0;
  }
  .content .index_title2 {
    width: 330px;
    height: 44px;
  }
  .content .index_title2 .p2 {
    margin-top: 12px;
  }
  .content .type_list {
    margin: 20px 7.5px 0;
  }
  .content .type_list .swiper-slide {
    margin-top: 10px;
    padding: 0 7.5px;
  }
  .content .type_list .swiper-slide a .text {
    line-height: 25px;
    font-size: 12px;
  }
  .content .content2 {
    padding: 40px 7.5px 0;
  }
  .content .index_title .p1 {
    font-size: 12px;
  }
  .content .content2 .swiper-container a {
    padding: 0 7.5px;
  }
  .content .content2 .swiper-container a .image {
    height: 170px;
    line-height: 170px;
  }
  .content .content2 .swiper-container a .text {
    font-size: 12px;
    line-height: 40px;
  }
  .content .content2 .swiper-slide {
    margin-top: 0 !important;
  }
  .content .content2 .swiper-container {
    height: 470px;
  }
   .content .content1 .swiper-slide{
    height: 145px; margin-top:10px !important;
    
  }
    .content .content1 .swiper-container {
    height: 360px;
  }
  .content .content3 {
    padding: 30px 15px 70px;
  }
  .content .content3 .index_about {
    margin-top: 35px;
  }
  .content .content3 .index_about .image {
    height: 263px;
  }
  .content .content3 .index_about .text .box .p1 {
    font-size: 14px;
  }
  .content .content3 .index_about .text .box .p1:after {
    content: "";
    display: block;
    width: 47px;
    height: 2.5px;
    background-color: #0459C2;
    margin: 10px 0 15px;
  }
  body {
    font-size: 12px;
  }
  .content .content3 .index_about .text .box .p2 {
    color: #181818;
    line-height: 20px;
    text-indent: 24px;
    height: auto;
    overflow: hidden;
  }
  .content .index_more a {
    line-height: 25px;
    background-size: cover;
    padding-left: 8px;
    width: 125px;
    height: 25px;

  }
  .content .index_more {
    margin-top: 20px;
  }
  #footer .copyright a{
    color: #333;
  }
  .content .content4 {
    padding: 30px 0 48px;
  }
  .content .case {
    margin: 20px 7.5px 0;
  }
  .content .case li {
    margin-top: 15px !important;
    padding: 0 7.5px;
  }
  .content .case li a .text {
    position: absolute;
    width: 90%;
    line-height: 24px;
    left: 5%;
    bottom: 7px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    color: #fff;
    padding: 0 15px;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #footer .copyright {
    background-color: #fff;
    color: #333333;
    text-align: left;
    padding: 5px;
    line-height: 20px;
  }
  .content .content4 .index_more a {
    margin: 25px auto 0;
  }
  #footer {
    margin-bottom: 63px;
  }
  .content .wrap_title {
    padding: 10px;
  }
  .content .location .in_type li > a {
    font-size: 12px;
  }
  .content .in_content .about {
    padding: 40px 15px 0;
    margin-top: 0;
  }
  .content .in_content {
    padding-bottom: 230px;
    background-size: 150% auto;
  }
  .content .in_content .pro {
    margin-top: 25px;
    padding: 0 7.5px;
  }
  .content .in_content .pro li a .image {
    height: 170px;
    line-height: 170px;
  }
  .content .in_content .pro li {
    padding: 0 7.5px;
    margin-top: 15px;
  }
  .content .in_content .pro li a {
    padding: 0;
  }
  .content .in_content .pro li a .text {
    font-size: 12px;
    line-height: 40px;
  }
  .wrap_tel{
    margin: 20px 0 0;
    text-align: center;
  }
  .wrap_tel li{
    display: inline-block;
    width: 150px;
    line-height: 26px;
    padding: 0 5px;
  }
  .wrap_tel li a{
    display: block;
    border: 1px solid #E4E3E3;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    text-align: left;
    padding-left: 38px;
    color: #333333;
    background-position: 18px center;
    background-repeat: no-repeat;
    background-image: url(../images/icon11.png);
    background-size: 14px auto;
  }
  .wrap_tel li:last-child a{
    background-image: url(../images/icon12.png);
  }
  .wap_footer dl{
    position: relative;
  }
  .wap_footer dl.footer_tel .footer_pop{
    width: 125px;
  }
  .wap_footer dl .footer_pop{
    display: none;
    position: absolute;
    top: -70px;
    left: 0;
    border: 1px solid #74A4DE;
    padding: 5px 8px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .wap_footer dl .footer_pop li{
    line-height: 26px;
  }
  .wap_footer dl .footer_pop li img{
    float:left;
    width: 14px;
    position: relative;
    top: 7px;
    margin-right: 5px;
  }
  .wap_footer dl.on .footer_pop{
    display: block;
  }
  .wap_footer dl.footer_map .footer_pop{
    width: 90px;
  }
}
