@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
.container {
  padding: 0 21.875rem;
  width: 100%;
}
.container_l {
  padding: 0 0 0 21.875rem;
}
.container_r {
  padding: 0 21.875rem 0 0;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.er-ul {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #076ce0;
  display: none;
}
.er-ul > li:hover {
  background-color: rgba(80, 80, 80, 0.4);
}
.er-ul > li:hover a {
  color: #076ce0;
}
.er-ul a {
  color: #fff !important;
}
.ta img{max-height: 350px;}
.er-ul::before {
  content: "";
  position: absolute;
  top: -15px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #076ce0;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: .875rem;
} 
.er-ul > li:hover a {
  color: #076ce0;
}
header .nav_ul > li:hover .er-ul {
  transform: scale(1);
  opacity: 1;
  display: block;
}
.bg {
  background: #076ce0;
}
.logo_phone img {
  width: 7.5rem;
}
.c {
  color: #076ce0;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
header .top {
  line-height: 7.125rem;
}
header .top .logo_img {
  width: 7.375rem;
}
header .top .logo_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8.125rem;
}
header .top .logo_text > div:nth-child(1) {
  font-size: 2rem;
  color: #076ce0;
  font-weight: 600;
  line-height: 2.25rem;
}
header .top .logo_text > div:nth-child(2) {
  font-size: .875rem;
  line-height: 1.5rem;
}
header .bot {
  line-height: 2.5rem;
  background: #076ce0;
}
header .bot .nav_ul {
  display: flex;
  justify-content: space-around;
}
header .bot .nav_ul > li {
  width: 100%;
  font-size: 1rem;
  text-align: center;
  position: relative;
}
header .bot .nav_ul > li > a {
  color: #fff;
}
header .bot .nav_ul > li.active,
header .bot .nav_ul > li:hover {
  background-color: #fff;
}
header .bot .nav_ul > li.active > a,
header .bot .nav_ul > li:hover > a {
  color: #076ce0;
}
.banner .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  width: 28px;
  height: 28px;
  line-height: 28px;
  opacity: 1;
}
.banner .swiper-pagination {
  bottom: 2.1875rem;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.title {
  border-bottom: 1px solid #F0F0F0;
  line-height: 2.5rem;
  padding-bottom: .625rem;
  position: relative;
  margin: 1.5625rem 0 4rem;
}
.title span:nth-child(1) {
  font-size: 1.25rem;
  color: #076ce0;
}
.title span:nth-child(2) {
  font-size: .875rem;
  margin-left: .625rem;
  text-transform: uppercase;
}
.title::before {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 9%;
  height: .375rem;
  background: #076ce0;
}
.index_one {
  padding-bottom: 3.75rem;
}
.index_one .left {
  margin: 0;
  padding-top: .625rem;
}
.index_one .left .col-md-6 {
  padding: 0 7px 1.6875rem;
}
.index_one .left .row {
  margin-left: -5px;
  margin-right: -5px;
}
.index_one .right {
  font-size: 1rem;
  padding-left: 2.5rem;
}
.index_one .right .text p {
  margin-bottom: .9375rem;
}
.font16 {
  font-size: 1rem;
}
.line30 {
  line-height: 1.875rem;
}
.index_two {
  background: #2b2b2b;
  padding-bottom: 6.875rem;
}
.index_two .name {
  padding: 1.875rem 0;
  background: #076ce0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.125rem;
}
.index_two .title::before {
  width: 15%;
}
.index_three {
  padding-bottom: 12.5rem;
}
.index_three .top {
  line-height: 2.25rem;
  margin-bottom: 10px;
}
.index_three .top .fl {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}
.index_three .top .fr:hover a {
  color: #076ce0;
}
.index_three .top .fr {
  font-size: .75rem;
}
.index_three .top .fr a {
  color: #999999;
}
.index_three ul li {
  line-height: 2.5rem;
  padding: 3px 5px;
  border-bottom: 1px dashed #ddd;
  color: #666666;
  font-size: .875rem;
}
.index_three ul li .fl {
  width: 70%;
  color: #666666;
}
.index_three ul li:hover {
  color: #076ce0;
}
.index_three ul li:hover .fl {
  color: #076ce0;
}
.index_three .left {
  padding-right: 1.5625rem;
}
.index_three .right {
  padding-left: 1.5625rem;
}
footer {
  background: #333333;
  padding: 2.5rem 0;
  color: #8b919d;
  line-height: 1.875rem;
  font-size: .875rem;
}
footer a {
  color: #8b919d;
  font-size: .875rem;
}
footer a:hover {
  color: #076ce0;
}
.beian {
  line-height: 5rem;
  background: #333333;
  color: #8b919d;
  border-top: 1px solid rgba(221, 221, 221, 0.1);
}
.hddb {
  position: fixed;
  bottom: 5%;
  right: 2%;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  cursor: pointer;
  background: #076ce0;
  z-index: 99;
}
.hddb i {
  color: #fff;
  font-size: 1.5rem;
}
.neiye_ban {
  padding: 10px 0;
}
.title1.title {
  font-weight: 600;
  margin-bottom: 2.5rem;
}
.title1.title span:nth-child(1) {
  font-size: 1.5rem;
}
.list_about .pad_l_r,
.list_contact .pad_l_r,
.list_qa .pad_l_r {
  padding: 0 5rem;
}
.list_about .text {
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_about .text p {
  margin-bottom: .9375rem;
}
.list_contact {
  margin-bottom: 3.75rem;
}
.list_contact .name {
  font-size: 1.125rem;
  color: #076ce0;
  line-height: 2.25rem;
  margin: .9375rem 0 1.875rem;
  font-weight: 600;
}
.list_contact .text {
  font-size: .875rem;
  line-height: 1.875rem;
}
.list_contact .zaixian {
  line-height: 2.8125rem;
  background: #076ce0;
  padding: 0 .9375rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.margin_bot.list_about,
.margin_bot {
  margin: 0 0 5rem 0;
}
#certify {
  position: relative;
  padding: 2rem 0 2.8125rem;
  width: 80%;
  margin: 0 auto 5rem;
}
#certify .swiper-container {
  padding-bottom: 60px;
}
#certify .swiper-slide {
  width: 520px;
  height: 600px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}
#certify .swiper-slide img {
  display: block;
}
#certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}
#certify .swiper-pagination {
  width: 100%;
  bottom: 0;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #076ce0;
}
#certify .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
#certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}
#certify .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}
#certify .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}
.list_pro .row,
.show_pro .row {
  margin-left: 0;
}
.list_pro .left,
.show_pro .left {
  padding-right: 0;
  padding-left: 0;
}
.list_pro .left .name,
.show_pro .left .name {
  line-height: 2.8125rem;
  padding: 0 .625rem;
  font-size: 1rem;
  color: #fff;
  background: #076ce0;
  border-radius: 6px 6px 0 0;
}
.list_pro .left ul,
.show_pro .left ul {
  padding: 0 4px;
  background: #f6f6f6;
}
.list_pro .left ul li,
.show_pro .left ul li {
  line-height: 2.8125rem;
  border-bottom: 1px dashed #ddd;
  color: #444;
  font-size: .875rem;
  padding: 0 10px;
}
.list_pro .left ul li a,
.show_pro .left ul li a {
  color: #444;
}
.list_pro .left ul li:hover a,
.show_pro .left ul li:hover a,
.list_pro .left ul li.active a,
.show_pro .left ul li.active a {
  color: #076ce0;
}
.list_pro .right,
.show_pro .right {
  padding-left: 30px;
}
.list_pro .row {
  margin-left: 0;
}
.list_pro .right .name {
  height: 4.125rem;
  line-height: 1.375rem;
  font-size: .875rem;
  color: #666666;
}
.list_pro .right .name > div {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.list_pro .right ul li {
  float: left;
  width: 20%;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.list_pro .right .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.list_pro .right ul li:hover .hover {
  opacity: 1;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.list_pro .right ul li:hover .name {
  color: #076ce0;
}
.list_pro .right ul li:hover img {
  transform: scale(1.1);
}
.show_pro {
  margin-top: 10px;
}
.show_pro .right .title {
  margin: 0 0 25px 0;
}
.show_pro .right .fangdajing img {
  border: 1px solid #d1d1d1;
  width: 400px;
  height: 400px;
  object-fit: cover;
}
.show_pro .right .name {
  font-size: 1.125rem;
  margin: 5px 0 15px 0;
  color: #888;
}
.show_pro .right .next {
  color: #666666;
  font-size: .875rem;
  margin: 1.875rem 0;
}
.show_pro .right .next a {
  color: #666666;
}
.show_pro .right .name_detaile {
  margin: 0 6px;
  line-height: 39px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.show_pro .right .name_detaile span:nth-child(1) {
  border: 1px solid #076ce0;
  border-bottom-color: #fff;
  display: inline-block;
  width: 12%;
  text-align: center;
}
.show_pro .right .name_detaile::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 88%;
  height: 1px;
  background: #076ce0;
}
.show_pro .right .title::before {
  left: 0;
  transform: translateX(0);
}
.show_pro .text {
  font-size: .875rem;
  color: #666666;
  line-height: 1.875rem;
}
.list_case {
  margin-top: 2.5rem;
}
.list_case .col-md-3 {
  margin-bottom: 3.125rem;
}
.list_case .col-md-3 > div {
  border: 1px solid #c9c9c9;
}
.list_news .name {
  line-height: 2.8125rem;
  padding: 0 15px;
  background: #076ce0;
  color: #fff;
}
.list_news .name .fr i {
  color: #fff;
  font-size: 1.375rem;
  display: block;
}
.list_news ul {
  background: #f6f6f6;
}
.list_news ul li {
  border-bottom: 1px dashed #ddd;
  line-height: 2.8125rem;
  padding: 5px 15px;
  color: #666666;
  font-size: .875rem;
}
.list_news ul li a {
  color: #666666;
}
.list_news ul li:last-child {
  border-bottom: none;
}
.list_news ul li:hover {
  color: #076ce0;
}
.list_news ul li:hover a {
  color: #076ce0;
}
.neiye_ban img {
  width: 100%;
}
.fenxiang {
  margin-top: 1.875rem;
}
.fenxiang a {
  background: transparent !important;
  font-size: 1.125rem !important;
  color: #fff !important;
  margin: 0 !important;
  margin-right: 10px !important;
  padding-left: 0 !important;
  float: none !important;
  display: inline-block;
  text-align: center;
  width: 33px;
  height: 33px !important;
  border: solid 1px #43c624;
  border-radius: 50%;
  line-height: 33px;
  background: #43c624 !important;
}
.fenxiang a:hover {
  color: #43c624 !important;
}
.fenxiang a.icon-qq {
  border: solid 1px #ff4a4b;
  background: #ff4a4b !important;
}
.fenxiang a.icon-qq:hover {
  color: #ff4a4b !important;
}
.fenxiang a.icon-weibo:hover {
  color: #fcbb21 !important;
}
.fenxiang a.icon-weibo {
  border: solid 1px #fcbb21;
  background: #fcbb21 !important;
}
.fenxiang a:hover {
  text-decoration: none;
  background: #fff !important;
  opacity: 1 !important;
}
.show_news {
  margin-top: 1.875rem;
}
.show_news .name {
  font-size: 1.5rem;
  color: #333;
  text-align: left;
  font-weight: 400;
  margin-bottom: 1.875rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #f0efef;
}
.show_news .text {
  font-size: .875rem;
  line-height: 1.875rem;
  color: #666666;
}
#bsWXBox {
  width: 232px !important;
  height: 257px !important;
}
.fenxiang {
  float: right;
  line-height: 33px;
}
.list_qa .pad_l_r {
  margin-top: 2.5rem;
}
.list_qa .pad_l_r .name {
  font-size: 1.125rem;
  color: #076ce0;
  margin-bottom: 15px;
  font-weight: 600;
}
.list_qa .pad_l_r .text {
  color: #666666;
  font-size: .875rem;
  line-height: 1.875rem;
}
.list_qa .pad_l_r li {
  margin-bottom: 1.875rem;
}
.list_download {
  margin-top: 1.25rem;
}
.list_download .col-md-4 {
  margin-bottom: 2.5rem;
}
.list_download .col-md-4 a {
  width: 80%;
  margin: 0 auto;
}


#small #mark{
  width: 100px;
  height: 100px;
  background-color: white;
  opacity: 0.5;
  position: absolute;
  /* float: left; */
  left: 0;
  top: 0;
  /* z-index: 99; */
}
#big{
  width: 400px;
  height: 365px;
  border: 1px solid #000;
  position: absolute;
  left: 400px;
  top: 100px;
  overflow: hidden;
}
#big img{
  width: 750px;
  height: 1095px;
  position: absolute;
}

@media (max-width: 1440px) {
  .container {
    padding: 0 15rem;
  }
  html {
    font-size: calc(1vw);
  }
  header .top .logo_text > div:nth-child(1) {
    font-size: 1.6rem;
  }
  header .top .logo_text > div:nth-child(2) {
    font-size: .75rem;
  }
  header .top .logo_img {
    width: 5.375rem;
  }
  header .top .logo_text {
    left: 6.5rem;
  }
  #dituContent {
    height: 300px !important;
  }
  #certify .swiper-slide {
    width: 400px;
    height: 500px;
  }
}
@media (max-width: 1366px) {
  .container {
    padding: 0 12rem;
  }
  html {
    font-size: 14px;
  }
  .index_three ul li {
    font-size: 1rem;
  }
  .list_pro .right ul li {
    float: left;
    width: 33.3%;
  }
}
@media (max-width: 990px) {
  header {
    display: none;
  }
  .phone .logo_text .enname{font-size: 10px; color: #666;}
  .container {
    padding: 0 8rem;
  }
  .phone .logo_img {
    width: 35px;
  }
  .phone .logo_text {
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translateY(-50%);
    width: auto;
  }
  .phone .logo_text > div:nth-child(1) {
    font-size: 1.2rem;
    line-height: 1.75rem;
    color: #076ce0;
    font-weight: 600;
  }
  .phone .phone_a {
    position: relative;
  }
  .phone .phone_logo {
    width: 90%;
  }
  .banner .swiper-pagination {
    bottom: 15px;
  }
  .title {
    margin: 1.5625rem 0 2rem;
  }
  .index_one .right {
    padding-left: 15px;
  }
  .index_one .left .col-md-6 {
    padding: 0 7px 15px;
  }
  .index_two .swiper-container {
    padding-bottom: 3.2rem;
  }
  .index_two .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
  }
  .index_two .swiper-pagination-bullet-active {
    background: #076ce0;
  }
  .index_two {
    padding-bottom: 2.875rem;
  }
  .index_three .left {
    padding-right: 15px;
  }
  .index_three .right {
    padding-left: 15px;
    padding-top: 15px;
  }
  .index_three .top {
    margin-bottom: 0;
  }
  .index_three {
    padding-bottom: 4.5rem;
  }
  body {
    padding-bottom: 0;
  }
  .list_about .pad_l_r,
  .list_contact .pad_l_r,
  .list_qa .pad_l_r {
    padding: 0;
  }
  .title1.title {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .list_contact .text {
    margin-bottom: 15px;
  }
  .list_contact .name {
    margin: 10px 0 10px;
  }
  .list_case {
    margin-top: 1.5rem;
  }
  .list_case .col-md-3 {
    margin-bottom: 20px;
  }
  .list_download .col-md-4 a {
    width: 100%;
  }
  .list_pro .left,
  .show_pro .left {
    padding-right: 15px;
    padding-left: 0;
  }
  .list_pro .right,
  .show_pro .right {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
  .phone .logo_text > div:nth-child(1) {
    font-size: 1.2rem;
  }
  .title {
    margin: 1.5625rem 0 1.5625rem;
  }
  .index_one .left {
    padding-top: 0;
  }
  .index_one {
    padding-bottom: 25px;
  }
  .index_one .right .text p:last-child {
    margin-bottom: 0;
  }
  .index_two .name {
    padding: 10px 0;
    font-size: 1rem;
  }
  .index_two {
    padding-bottom: 15px;
  }
  .index_three {
    padding-bottom: 25px;
  }
  .list_contact .text,
  .show_news .text {
    font-size: 1rem;
  }
  .show_news .text {
    line-height: 1.75rem;
  }
  .list_contact {
    margin-bottom: 25px;
  }
  .margin_bot.list_about,
  .margin_bot {
    margin-bottom: 25px;
  }
  .list_case .col-md-3 {
    margin-bottom: 15px;
  }
  .list_case .col-md-3:nth-child(odd) {
    padding-right: 7.5px;
  }
  .list_case .col-md-3:nth-child(even) {
    padding-left: 7.5px;
  }
  .list_case {
    margin-top: 15px;
  }
  .list_pro .right ul li {
    width: 50%;
  }
  .list_qa .pad_l_r {
    margin-top: 15px;
  }
  .show_news .name {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .show_pro .right .name_detaile span:nth-child(1) {
    width: 30%;
  }
  .show_pro .right .name_detaile::before {
    width: 70%;
  }
  .show_pro .text {
    font-size: 1rem;
  }
  .phone_footer {
    display: none;
  }.show_pro .right .fangdajing img { 
    width: 100%;
    height: auto;
  }
}
