body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
input,
option,
textarea,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
}
html,
body {
  font-size: 0.2rem;
  font-family: '微软雅黑';
  color: #333;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
img,
input {
  border: none;
}
a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
i,
em {
  font-style: normal;
}
.float_l {
  float: left;
}
.float_r {
  float: right;
}
.show {
  display: block !important;
}
.hide {
  display: none;
}
button {
  background: none;
  border: 0;
  outline: none;
  margin: 0;
}
.clearfix:after {
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
}
.img {
  width: 100%;
  height: 100%;
  float: left;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.center {
  width: 80%;
  margin: 0 auto;
}
.ovfHidden {
  overflow: hidden;
  height: 100%;
}
.model {
  z-index: 8;
  display: none;
  animation: box 0.3s;
}
@keyframes box {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes warn {
  0% {
    opacity: 0;
    transform: rotate(0deg) scale(0);
  }
  100% {
    transform: rotate(720deg) scale(1);
    opacity: 1;
  }
}
@keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes animate-Z {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated-l {
  animation: animate 0.5s ease-in-out;
}
.animated-r {
  animation: animate-Z 0.5s ease-in-out;
}
header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  border-bottom: 1px solid #e6e6e6;
  min-height: 90px;
}
header .logo {
  line-height: 90px;
}
header .menu {
  margin: 47px 0 22px 0;
}
header .menu li {
  float: left;
  text-align: center;
  margin: 0 10px;
  padding-bottom: 14px;
  box-sizing: border-box;
}
header .menu li .menu_a {
  color: #333;
  font-size: 15px;
  position: relative;
  padding: 0 10px 10px 10px;
  display: inline-block;
  box-sizing: border-box;
}
header .menu li .menu_a.active {
  color: #3e4e99;
  border-bottom: 1px solid #3e4e99;
}
header .menu li .menu_a:hover {
  color: #3e4e99;
  border-bottom: 1px solid #3e4e99;
}
header .menu li .box {
  position: absolute;
  left: 0;
  top: 74px;
  width: 100%;
  background: #fff;
  z-index: 5;
  height: auto;
  border-top: 1px solid #e6e6e6;
  line-height: 50px;
  display: none;
  animation: box 0.5s;
  transition: all 0.5s;
  padding-left: 53%;
  text-align: left;
  box-sizing: border-box;
}
header .menu li .box a {
  display: inline-block;
  padding: 0 20px;
  color: #333;
  font-size: 13px;
}
header .menu li .box a:hover {
  color: #3e4e99;
}
header .menu li .box a.on {
  color: #3e4e99;
}
header .menu li .product {
  padding-right: 0;
}
header .menu li:hover .box {
  display: block;
}
header .icon {
  display: none;
  line-height: 90px;
}
.header {
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
  min-height: 90px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
}
footer {
  width: 100%;
  background: #464646;
  padding: 10px 0;
  margin-top: 50px;
  color: #fff;
  text-align: center;
}
footer p {
  margin: 5px 0;
}
footer p a {
  color: #fff !important;
  padding-bottom: 2px;
}
footer p a:hover {
  text-decoration: underline !important;
}
footer ul {
  width: 100%;
  display: inline-block;
}
footer ul li {
  display: inline-block;
  margin: 10px 20px;
  text-align: left;
}
footer ul li a {
  color: #337ab7;
}
footer ul li a:hover {
  color: #ca4433;
}
footer ul li a:active {
  color: #337ab7;
}
footer ul li span i {
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}
#home {
  width: 100%;
}
#home .banner {
  width: 100%;
  height: 600px;
  overflow: hidden;
}
#home .banner img {
  width: 100%;
  height: 100%;
}
#home .swiper-container {
  height: 600px;
}
#home .swiper-container a {
  width: 100%;
  display: block !important;
}
#home .ban_li {
  width: 100%;
  margin-top: 30px;
}
#home .ban_li .li_cir {
  width: 50%;
  height: 500px;
  padding: 100px 5% 0 9%;
  box-sizing: border-box;
  background: url("../images/home/about.jpg") no-repeat;
}
#home .ban_li .li_cir .cir {
  width: 40%;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 5%;
}
#home .ban_li .li_cir .cir img {
  width: 100%;
}
#home .ban_li .li_cir .info {
  width: 55%;
}
#home .ban_li .li_cir .info h3 {
  color: #fff;
}
#home .ban_li .li_cir .info p {
  color: #fff;
  width: 100%;
  height: 150px;
  margin: 20px 0 0 0;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -moz-box;
  -moz-box-orient: vertical;
  font-size: 16px;
  line-height: 30px;
}
#home .ban_li .li_cir .info p::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #5caed3 50%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 3px;
  content: "";
  padding: 0 5px 1px 30px;
  position: absolute;
  right: 0;
  width: 10px;
  height: 30px;
}
#home .ban_li .li_cir .info button {
  width: 120px;
  height: 40px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 12px;
  margin-top: 20px;
  transition: all 0.3s;
}
#home .ban_li .li_cir .info button:hover {
  background: #fff;
  color: #5885af;
}
#home .ban_li .li_info {
  width: 50%;
  height: 500px;
  background: url("../images/home/product.jpg") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
#home .ban_li .li_info .info-img {
  width: 55%;
  height: 180px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}
#home .ban_li .li_info .info-img h3 {
  margin-top: 0;
  color: #333;
}
#home .ban_li .li_info .info-img p {
  color: #000;
}
#home .ban_li .li_info .info-img img {
  width: 100%;
  height: auto;
}
#home .ban_li .li_info .info-img button {
  width: 120px;
  height: 40px;
  border: 1px solid #5885af;
  color: #5885af;
  border-radius: 12px;
  margin-top: 20px;
  transition: all 0.3s;
}
#home .ban_li .li_info .info-img button:hover {
  background: #5885af;
  color: #fff;
}
#home .ban_li li {
  margin-bottom: 120px;
  position: relative;
}
#home .ban_li li .info-btn {
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
  height: 100px;
  line-height: 100px;
  background: #bcbcbc;
  text-align: center;
  color: #fff;
  transition: all 0.7s;
  font-size: 30px;
}
#home .ban_li li:hover .info-btn {
  background: #3e4e99;
}
#home .know {
  width: 100%;
}
#home .know .title {
  color: #333;
  position: relative;
  background: url("../images/home/bor1.jpg") repeat-x left bottom;
  padding: 25px 0 12px 0;
}
#home .know .title h1 {
  font-size: 30px;
  text-align: center;
}
#home .know .title b {
  background: #0d59ab;
  height: 1px;
  width: 117px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#home .know .know-ban {
  width: 100%;
  height: 700px;
  background: url("../images/home/home_05.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin: 30px auto 0 auto;
}
#home .know .know-ban a {
  display: block;
  width: 50%;
  height: calc(350px);
  color: #fff;
  text-align: center;
  position: relative;
}
#home .know .know-ban a img {
  margin: 50px 0 15px;
}
#home .know .know-ban a h2 {
  font-size: 26px;
  font-weight: normal;
  text-transform: uppercase;
}
#home .know .know-ban a .info {
  margin: 15px auto 24px auto;
  width: 40%;
  text-align: center;
  font-size: 16px;
}
#home .know .know-ban a span {
  display: block;
  padding-bottom: 12px;
  border-bottom: 4px solid #6e6e6e;
  font-size: 16px;
  line-height: 10px;
  color: #6e6e6e;
  text-transform: uppercase;
  width: 50px;
  margin: 0 auto;
  transition: all 0.5s;
}
#home .know .know-ban a:first-child,
#home .know .know-ban a:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#home .know .know-ban a:nth-child(2n-1) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#home .know .know-ban a:hover span {
  width: 100px;
  border-color: #fff;
  color: #fff;
}
#home .know .know-ban a:hover {
  background: #3e4e99;
  transition: all 0.5s ease-out;
}
#about {
  width: 100%;
}
#about .banner {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
#about .banner .bg-logo {
  width: 100%;
  height: 100%;
}
#about .banner .txt {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
  text-align: center;
}
#about .banner .txt span {
  font-size: 41px;
  font-family: "华文琥珀";
  letter-spacing: 30px;
  display: inline-block;
  margin-right: 40px;
  color: orange;
}
#about .banner .txt span:nth-child(2) {
  margin-right: 0;
}
#about .banner .logo {
  position: absolute;
  right: 45%;
  bottom: 84px;
  text-align: left;
  width: 11%;
}
#about .banner .logo img {
  width: 100%;
  animation-delay: 5s;
  animation: warn 3s ease-in-out;
  animation-iteration-count: inherit;
  transition: All 0.4s;
}
#about .info-con {
  width: 100%;
  padding-top: 80px;
}
#about .info-con .con-title {
  width: 100%;
  text-align: center;
}
#about .info-con .con-title li {
  display: inline-block;
  padding: 5px 30px;
  margin: 0 5px 10px 5px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
}
#about .info-con .con-title li:hover {
  color: #0d59ab;
}
#about .info-con .con-title li.ac {
  background: #0d59ab;
  color: #ffffff;
}
#about .info-con .bor {
  display: block;
  width: 100%;
  height: 1px;
  background: url("../images/about/bor.jpg") repeat-x left bottom;
  padding: 16px 0 12px 0;
}
#about .info-con .con-list {
  width: 100%;
  padding-top: 50px;
}
#about .info-con .con-list li {
  display: none;
  width: 100%;
}
#about .info-con .con-list li .li-part {
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}
#about .info-con .con-list li .li-part p {
  text-indent: 40px;
  width: 100%;
}
#about .info-con .con-list li .li-img {
  text-align: center;
}
#about .info-con .con-list li:nth-child(4) .li-img img {
  width: 200px;
}
#contact {
  width: 100%;
}
#contact .banner {
  width: 100%;
  height: 500px;
}
#contact .banner img {
  width: 100%;
  height: 100%;
}
#contact .con-title {
  color: #333;
  position: relative;
  background: url("../images/home/bor1.jpg") repeat-x left bottom;
  padding: 80px 0 12px 0;
}
#contact .con-title h1 {
  font-size: 30px;
  text-align: center;
}
#contact .con-title b {
  background: #0d59ab;
  height: 1px;
  width: 117px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#contact .address {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}
#contact .address .list {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.3s;
}
#contact .address .list .li_img {
  float: left;
  width: 49%;
}
#contact .address .list .li_img img {
  width: 80%;
}
#contact .address .list .li_txt {
  float: right;
}
#contact .address .list .li_txt p i {
  display: inline-block;
}
#contact .address .list:nth-child(2n) .li_img {
  float: right;
  text-align: right;
}
#contact .address .list:nth-child(2n) .li_txt {
  float: left;
}
#contact .address .list:hover {
  box-shadow: 0 10px 10px -4px #e6e6e6, 0 -10px 10px -4px #e6e6e6;
}
#product {
  width: 100%;
}
#product .banner {
  width: 100%;
  height: 500px;
}
#product .banner img {
  width: 100%;
  height: 100%;
}
#product .con-title {
  color: #333;
  position: relative;
  background: url("../images/home/bor1.jpg") repeat-x left bottom;
  padding: 80px 0 12px 0;
}
#product .con-title h1 {
  font-size: 30px;
  text-align: center;
}
#product .con-title b {
  background: #0d59ab;
  height: 1px;
  width: 117px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#product .tab {
  width: 100%;
}
#product .tab .tab-title {
  width: 100%;
  text-align: center;
  padding-top: 50px;
}
#product .tab .tab-title li {
  display: inline-block;
  margin: 0 20px 20px 0;
  padding: 10px 16px;
  box-sizing: border-box;
  border-radius: 30px;
  cursor: pointer;
  font-size: 15px;
  color: #000;
}
#product .tab .tab-title li:hover {
  color: #0d59ab;
}
#product .tab .tab-title li.ac {
  background: #0d59ab;
  color: #ffffff;
}
#product .tab .tab-title li.ac:hover {
  color: #ffffff;
}
#product .tab .tab-list {
  padding-top: 30px;
  width: 100%;
}
#product .tab .tab-list li {
  display: none;
  width: 100%;
}
#product .tab .tab-list li p {
  line-height: 30px;
  width: 100%;
  font-size: 16px;
  color: #666;
  text-indent: 30px;
}
#product .tab .tab-list li .tab-cir {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
#product .tab .tab-list li .tab-cir span {
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #eee;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0 40px 20px 40px;
  z-index: 1;
  position: relative;
}
#product .tab .tab-list li .tab-cir span img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.5s;
}
#product .tab .tab-list li .tab-cir span:hover img {
  transform: scale(1.1);
}
#product .tab .tab-list li .tab-system {
  width: 100%;
  text-align: center;
}
#product .tab .tab-list li .tab-system p {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
#product .tab .tab-list li .tab-system p img {
  width: 100%;
}
#honor {
  width: 100%;
}
#honor .banner {
  width: 100%;
  height: 500px;
}
#honor .banner img {
  width: 100%;
  height: 100%;
}
#honor .con-title {
  color: #333;
  position: relative;
  background: url("../images/home/bor1.jpg") repeat-x left bottom;
  padding: 80px 0 12px 0;
}
#honor .con-title h1 {
  font-size: 30px;
  text-align: center;
}
#honor .con-title b {
  background: #0d59ab;
  height: 1px;
  width: 117px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#honor .honor-list {
  padding-top: 30px;
  width: 100%;
  text-align: center;
}
#honor .honor-list li {
  display: inline-block;
  width: 20%;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  box-sizing: border-box;
  margin: 0 20px 30px 20px;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#honor .honor-list li .button {
  display: block;
  width: 100%;
  margin: 10px auto auto auto;
  padding: 10px;
  box-sizing: border-box;
  color: #ffffff;
  background: #3e4e99;
  text-align: center;
  border-radius: 20px;
  transition: all 0.5s;
  cursor: pointer;
}
#honor .honor-list li .button:hover {
  background: #fff;
  color: #3e4e99;
}
#honor .honor-list li:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
#honor .lb_wrap {
  display: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
#honor .lb_wrap .lightbox_bg {
  background: #000;
  opacity: .7;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  cursor: url("../images/honor/small.png"), auto;
}
#honor .lb_wrap .lightbox {
  position: fixed;
  left: 0;
  top: 54%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 9;
  text-align: center;
  cursor: url("../images/honor/small.png"), auto;
}
#honor .lb_wrap .lightbox p {
  position: absolute;
  height: 100px;
  width: 100px;
  top: 50%;
  z-index: 999;
  margin-top: -30.5px;
  cursor: pointer;
  transition: all 0.5s;
  transform: translateY(-15%);
}
#honor .lb_wrap .lightbox p.prev {
  left: 0;
  right: auto;
  background: url("../images/honor/prev1.png") no-repeat right top;
}
#honor .lb_wrap .lightbox p.prev:hover {
  background-image: url("../images/honor/prev.png");
}
#honor .lb_wrap .lightbox p.next {
  left: auto;
  background: url("../images/honor/next.png") no-repeat left top;
  right: 0;
}
#honor .lb_wrap .lightbox p.next:hover {
  background-image: url("../images/honor/next1.png");
}
#honor .lb_wrap .lightbox span {
  display: block;
  color: #ffffff;
  margin-top: 50px;
  font-size: 24px;
}
#case {
  width: 100%;
}
#case .banner {
  width: 100%;
  height: 500px;
}
#case .banner img {
  width: 100%;
  height: 100%;
}
#case .con-title {
  color: #333;
  position: relative;
  background: url("../images/home/bor1.jpg") repeat-x left bottom;
  padding: 80px 0 12px 0;
}
#case .con-title h1 {
  font-size: 30px;
  text-align: center;
}
#case .con-title b {
  background: #0d59ab;
  height: 1px;
  width: 117px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#case .ul {
  width: 100%;
  padding-top: 30px;
  position: relative;
}
#case .ul .li {
  float: left;
  width: 48%;
  margin-right: 2%;
  padding: 12px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  color: #333;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all 0.3s;
  transform: scale(1);
  position: relative;
  z-index: 1;
}
#case .ul .li a {
  color: #333 !important;
}
#case .ul .li .img {
  float: left;
  width: 200px;
  margin: 0 20px 0 0;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#case .ul .li .img img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.4s;
}
#case .ul .li .part {
  float: left;
  padding-top: 20px;
  width: 63%;
}
#case .ul .li .part p {
  text-indent: 20px;
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -moz-box;
  -moz-box-orient: vertical;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
#case .ul .li .part p::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF 50%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 3px;
  content: "";
  padding: 0 5px 1px 30px;
  position: absolute;
  right: -5px;
  width: 10px;
  height: 30px;
}
#case .ul .li .part button {
  width: 140px;
  height: 30px;
  border: 1px solid #0d59ab;
  color: #0d59ab;
  border-radius: 10px;
  margin-top: 15px;
  transition: all 0.3s;
}
#case .ul .li .part button:hover {
  color: #fff;
  background: #0d59ab;
}
#case .ul .li:nth-child(2n) {
  margin-right: 0;
}
#case .ul .li:hover {
  z-index: 2;
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#case .ul .li:hover img {
  transform: scale(1.1);
}
#service {
  width: 100%;
  background: #fff;
}
#service .banner {
  width: 100%;
  height: 500px;
}
#service .banner img {
  width: 100%;
  height: 100%;
}
#service .con-title {
  color: #333;
  position: relative;
  background: url("../images/home/bor1.jpg") repeat-x left bottom;
  padding: 80px 0 12px 0;
}
#service .con-title h1 {
  font-size: 30px;
  text-align: center;
}
#service .con-title b {
  background: #0d59ab;
  height: 1px;
  width: 117px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#service .ser-con {
  width: 100%;
}
#service .ser-con ul {
  width: 100%;
}
#service .ser-con ul li {
  width: 100%;
  margin-top: 50px;
  background: #f5f5f5;
  transition: all .5s;
  border-radius: 10px;
  overflow: hidden;
}
#service .ser-con ul li .con-l {
  width: 40%;
  height: 320px;
}
#service .ser-con ul li .con-l img {
  width: 100%;
  height: 100%;
}
#service .ser-con ul li .con-r {
  width: calc(60%);
  height: 100%;
  padding: 30px 20px 20px 40px;
  box-sizing: border-box;
  font-family: 微软雅黑;
}
#service .ser-con ul li .con-r h3 {
  line-height: 43px;
  color: #333333;
  font-size: 26px;
}
#service .ser-con ul li .con-r p {
  margin: 0;
}
#service .ser-con ul li .con-r p i {
  font-size: 18px;
  color: #999999;
}
#service .ser-con ul li .con-r div {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
#service .ser-con ul li:hover {
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#detail {
  width: 100%;
}
#detail .banner {
  width: 100%;
  height: 500px;
}
#detail .banner img {
  width: 100%;
  height: 100%;
}
#detail .con-title {
  color: #333;
  position: relative;
  background: url("../images/home/bor1.jpg") repeat-x left bottom;
  padding: 80px 0 12px 0;
}
#detail .con-title h1 {
  font-size: 30px;
  text-align: center;
}
#detail .con-title b {
  background: #0d59ab;
  height: 1px;
  width: 117px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#detail .detail_list {
  width: 100%;
}
#detail .detail_list h2 {
  font-size: 36px;
  font-weight: normal;
  color: #333333;
  line-height: 1;
  font-family: '宋体';
  text-align: center;
}
#detail .detail_list h2 span {
  display: block;
  color: #848484;
  font-size: 12px;
  margin-top: 5px;
  font-family: Arial;
}
#detail .detail_list .list_info {
  width: 100%;
  font-size: 14px;
  line-height: 2.14;
  color: #333333;
  padding-left: 30px;
  box-sizing: border-box;
  margin: 30px 0;
  position: relative;
}
#detail .detail_list .list_img {
  width: 100%;
  text-align: center;
}
#detail .detail_list .list_img img {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 20px 0;
}
#detail .detail_list p {
  text-align: left;
  text-indent: 40px;
  color: #666;
  font-size: 16px;
  line-height: 30px;
}
p {
  width: 100%;
  margin-bottom: 0;
}
p .con_info {
  width: 48%;
  display: inline-block;
  text-align: left;
  font-weight: bold;
  text-indent: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  padding-left: 10%;
  box-sizing: border-box;
  margin: auto;
}
p .con_info:nth-child(1) {
  margin-left: -40px;
}
p .con_s {
  font-weight: normal;
  display: inline-block;
  width: 23%;
  text-align: left;
  padding-left: 4%;
  box-sizing: border-box;
}
@media screen and (max-width: 1620px) {
  #case .ul .li .img {
    width: 140px;
    height: 140px;
    margin: 20px;
  }
  #case .ul .li .part {
    padding-top: 0;
  }
  #home .ban_li .li_cir {
    height: 455px;
  }
  #home .ban_li .li_info {
    height: 455px;
  }
}
@media screen and (max-width: 1500px) {
  .center {
    width: 90%;
  }
  #honor .honor-list li {
    width: 39%;
  }
  #honor .honor-list .button {
    width: 80% !important;
  }
  header .menu li .box {
    padding-left: 53%;
  }
  #about .banner .logo {
    bottom: 90px;
  }
  #case .banner,
  #about .banner,
  #contact .banner,
  #honor .banner,
  #product .banner,
  #service .banner,
  #detail .banner {
    width: 100%;
    height: 400px !important;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 1400px) {
  #about .banner .logo {
    bottom: 90px;
  }
  p .con_info {
    padding-left: 8%;
  }
  p .con_s {
    padding-left: 2%;
  }
  #home .ban_li .li_info {
    height: 400px;
  }
  #home .ban_li .li_cir {
    height: 400px;
  }
}
@media screen and (max-width: 1300px) {
  header {
    height: 90px;
  }
  header .menu {
    margin: 29px 0 0 0;
  }
  header .menu li {
    margin: 0;
  }
  header .menu li .box {
    padding-left: 56%;
  }
  header .logo {
    width: 34%;
    line-height: 86px;
    height: 86px;
  }
  header .logo a img {
    width: 100%;
    height: 100%;
  }
  .header .logo {
    width: 34%;
    height: 86px;
  }
  #home .ban_list {
    height: 500px;
  }
  #home .banner {
    width: 100%;
    height: auto !important;
  }
  #home .ban_li .li_cir {
    height: 360px;
    padding-top: 44px;
  }
  #home .ban_li .li_info {
    height: 360px;
  }
  #case .banner,
  #about .banner,
  #contact .banner,
  #honor .banner,
  #product .banner,
  #service .banner,
  #detail .banner {
    width: 100%;
    height: 350px !important;
    transition: all 0.3s;
  }
  #case .ul .li .part {
    width: 60%;
  }
  #contact .address .list .li_txt h2 {
    font-size: 27px;
  }
  #about .banner .txt {
    top: 30px;
  }
  #about .banner .txt img {
    width: 43%;
  }
  #about .banner .logo {
    bottom: 66px;
  }
  .lightbox img {
    max-height: 500px;
  }
  p .con_info {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1200px) {
  #case .ul .li .part {
    width: 54%;
  }
  #honor .honor-list li {
    width: 39%;
  }
  #honor .honor-list li img {
    width: auto;
  }
  #honor .honor-list li .button {
    width: 100%;
  }
  #contact .address .list .li_txt h2 {
    font-size: 22px;
  }
  #service .ser-con ul li .con-l {
    width: 40%;
    height: 300px;
  }
}
@media screen and (max-width: 1251px) {
  p .con_s {
    width: 48%;
    padding-left: 14%;
  }
  p .con_s:nth-child(1),
  p .con_s:nth-child(2),
  p .con_s:nth-child(4),
  p .con_s:nth-child(6) {
    margin-left: -40px;
  }
}
@media screen and (min-width: 1000px) {
  header .menu {
    display: block !important;
    height: fit-content !important;
  }
}
@media screen and (max-width: 1000px) {
  .model {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  header .logo {
    width: fit-content;
    width: -moz-fit-content;
  }
  header .menu {
    display: none;
    position: absolute;
    right: 0;
    top: 56px;
    width: 50%;
    text-align: left;
    background: #ffffff;
    z-index: 9;
    animation: lateX 0.5s;
  }
  header .menu li {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    margin: 0;
  }
  header .menu li .box {
    display: none !important;
    position: inherit;
    height: auto;
    padding: 0;
    text-align: center;
    transition: all 0.5s;
  }
  header .menu li .box a {
    display: block;
  }
  header .menu li:nth-child(2n) {
    background: #f5f5f5;
  }
  header .menu li:hover .box {
    display: none !important;
  }
  header .icon {
    display: block;
    cursor: pointer;
  }
  #home .ban_list {
    height: 300px;
  }
  #home .ban_li li {
    width: 100% !important;
  }
  #home .ban_li .li_cir .cir {
    width: 30%;
  }
  #home .ban_li .li_info .info-img img {
    height: 90% !important;
  }
  #home .know .know-ban {
    height: auto;
  }
  #home .know .know-ban a {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #case .ul .li {
    width: 100%;
    margin-right: 0;
  }
  #case .ul .li .part {
    width: 68%;
  }
  #case .ul .li .part p {
    -webkit-line-clamp: 2;
  }
  #contact .address .list .li_txt h2 {
    font-size: 19px;
  }
  #contact .address .list .li_img {
    width: 43%;
  }
  #contact .address .list .li_img img {
    width: 90%;
    padding-top: 20px;
    box-sizing: border-box;
  }
  #case .banner,
  #about .banner,
  #contact .banner,
  #honor .banner,
  #product .banner,
  #service .banner,
  #detail .banner {
    transition: all 0.3s;
    width: 100%;
    height: auto !important;
  }
  #service .ser-con ul li {
    height: auto;
  }
  #service .ser-con ul li .con-l {
    float: none;
    height: auto;
    width: 100%;
    text-align: center;
  }
  #service .ser-con ul li .con-l img {
    width: 60%;
  }
  #service .ser-con ul li .con-r {
    float: none;
    width: 100%;
    text-align: center;
  }
  #service .ser-con ul li .con-r .p {
    text-align: left;
  }
  #about .banner .txt span {
    font-size: 28px;
  }
  #about .banner .logo {
    bottom: 44px;
  }
}
@media screen and (max-width: 760px) {
  header .logo {
    width: 64%;
  }
  .header img {
    width: 64%;
  }
  #honor .honor-list li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #honor .honor-list li .button {
    width: 60%;
  }
  #case .con-title,
  #honor .con-title,
  #product .con-title,
  #service .con-title,
  #contact .con-title {
    padding-top: 40px;
  }
  #case ul li .img,
  #honor ul li .img,
  #product ul li .img,
  #service ul li .img,
  #contact ul li .img {
    width: 90px;
    height: 90px;
    margin-top: 30px;
  }
  #case ul li .part,
  #honor ul li .part,
  #product ul li .part,
  #service ul li .part,
  #contact ul li .part {
    width: 60%;
  }
  #case ul li .part h3,
  #honor ul li .part h3,
  #product ul li .part h3,
  #service ul li .part h3,
  #contact ul li .part h3 {
    font-size: 18px;
  }
  #case .ul .li .img {
    width: 90px;
    height: 90px;
    margin-top: 30px;
  }
  #case .ul .li .part {
    width: 60%;
  }
  #case .ul .li .part h3 {
    font-size: 18px;
  }
  #home .ban_list {
    height: 200px;
  }
  #home .ban_li li {
    margin-bottom: 80px;
  }
  #home .ban_li li .info-btn {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    bottom: -60px;
  }
  #contact .address .list .li_img {
    width: 100%;
    text-align: center;
  }
  #contact .address .list .li_img img {
    width: 90%;
  }
  #contact .address .list .li_txt {
    text-align: center;
    width: 100%;
    padding-top: 20px;
  }
  #detail .detail_list .list_img img {
    width: 100%;
  }
  #about .banner .txt span {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  header .logo img {
    width: 100%;
    height: auto !important;
  }
  #about .info-con ul li .li-img img {
    width: 100%;
  }
}
@media screen and (max-width: 415px) {
  #product .tab .tab-title li {
    margin-right: 0;
  }
  #about .info-con .con-list .li-img img {
    width: 100%;
  }
  #about .banner .txt img {
    width: 65%;
  }
  #about .banner .log {
    width: 17%;
    right: 41%;
    bottom: 35px;
  }
  #detail .detail_list .list_img img {
    width: 100%;
  }
  #home .ban_li {
    margin-top: 0;
  }
  #home ul .li_cir .cir {
    width: 38% !important;
  }
  #home ul .li_cir .info {
    margin-top: -48px !important;
  }
  #home ul .li_cir .info p {
    font-size: 13px !important;
  }
  #home ul .li_info .info-img {
    height: 200px;
  }
  #home ul .li_info .info-img h3 {
    font-size: 20px;
  }
  #home .know .know-ban a .info {
    font-size: 14px;
  }
  header .logo {
    width: 77%;
  }
  .header img {
    width: 77%;
  }
  #case .ul .li .part {
    width: 48%;
  }
  #case .ul .li .part h3 {
    font-size: 16px;
  }
  #case .banner,
  #about .banner,
  #contact .banner,
  #honor .banner,
  #product .banner,
  #service .banner,
  #detail .banner {
    width: 100%;
    height: auto !important;
    transition: all 0.3s;
  }
  #honor .lb_wrap .lightbox img {
    width: 85% !important;
  }
  #honor .lb_wrap .lightbox .txt {
    font-size: 20px !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 40% !important;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 45px !important;
  }
  #honor .lb_wrap .lightbox p.prev {
    left: -37px !important;
  }
  #honor .lb_wrap .lightbox p.next {
    right: -37px !important;
  }
  #honor .lb_wrap .lightbox {
    top: 56% !important;
  }
  footer ul li {
    width: 100%;
    margin: 10px 0;
  }
  #about .banner .txt span {
    font-size: 18px;
  }
  p .con_info {
    width: 100%;
    padding-left: 0;
  }
  p .con_s {
    width: 100%;
  }
  p .con_s:nth-of-type(2n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 345px) {
  #case .ul .li .part {
    width: 45%;
  }
  #case .ul .li .part button {
    width: 98px;
  }
  #home .ban_li .li_info .info-img button {
    width: 86px;
    height: 30px;
  }
}
@keyframes lateX {
  0% {
    transform: translate(144px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
