@charset "UTF-8";

/*=== MEDIA QUERY ===*/

.main-color {
  color: #004096;
}

body {
  line-height: 1.8;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: #232323;
  letter-spacing: 0.5px;
}

h1,
.h1 {
  font-size: 48px;
  text-transform: uppercase;
}

h2,
.h2 {
  font-size: 38px;
  text-transform: uppercase;
}

h3,
.h3 {
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
}

h4,
.h4 {
  font-size: 22px;
  line-height: 30px;
}

h5,
.h5 {
  font-size: 18px;
  line-height: 24px;
}

h6,
.h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}

.font-primary {
  font-family: "Barlow Condensed", sans-serif;
}

.font-secondary {
  font-family: "Montserrat", sans-serif;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

.navbar-toggle .icon-bar {
  background: #004096;
}

input[type=email],
input[type=password],
input[type=text],
input[type=tel] {
  box-shadow: none;
  height: 50px;
  outline: none;
  font-size: 14px;
}

input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid #004096;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #004096;
}

.btn {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 18px 35px;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 700;
  transition: all 0.5s ease;
  border: 1px solid transparent;
}

.btn-main,
.btn-transparent,
.btn-small {
  background: linear-gradient(90deg, #004c67 0%, #004096 100%);
  color: #fff;
}

.btn-main:hover,
.btn-transparent:hover,
.btn-small:hover {
  background: linear-gradient(90deg, #004c67 0%, #004096 100%);
  color: #fff !important;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn-solid-border {
  border: 2px solid #004096;
  background: transparent;
  color: #fff;
}

.btn-solid-border:hover {
  border: 2px solid #004096;
  background: #004096;
}

.btn-white {
  border: 2px solid #fff;
  background: #fff;
  color: #232323;
}

.btn-white:hover {
  border: 1px solid #004096;
  background: #004096;
  color: #fff !important;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #004096;
}

.btn-transparent:hover {
  background: transparent;
  color: #004096;
}

.btn-large {
  padding: 20px 45px;
}

.btn-large .btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 10px 25px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.bg-shadow {
  background-color: #fff;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.bg-gray {
  background: #f0f2f4;
}

.bg-primary {
  background: #004096 !important;
}

.section {
  padding: 100px 0;
}

.section-title {
  margin-bottom: 70px;
}

.section-title .title {
  font-size: 50px;
  line-height: 50px;
}

.section-title p {
  color: #666;
  font-family: "Montserrat", sans-serif;
}

.page-title {
  padding: 155px 0 100px;
}

.overly,
.bg-4 {
  position: relative;
}

.overly:before,
.bg-4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0.8;
}

.overly-2,
.page-title,
.slider,
.slider2,
.slider3,
.cta,
.textimonial {
  position: relative;
}

.overly-2:before,
.page-title:before,
.slider:before,
.slider2:before,
.slider3:before,
.cta:before,
.textimonial:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}

#success,
#error {
  display: none;
}

.text-color {
  color: #004096;
}

.text-black {
  color: #232323;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 26px;
  line-height: 36px;
}

.text-lg {
  font-size: 56px;
  line-height: 66px;
}

.no-spacing {
  letter-spacing: 0px;
}

a {
  transition: all 0.35s ease;
}

a:hover,
a:focus {
  color: #004096 !important;
  text-decoration: none !important;
  outline: 0;
}

.font-size-13 {
  font-size: 13px;
}

.letter-spacing {
  letter-spacing: 1px;
}

.bg-black-50 {
  background: #181a23;
}

.navbar-nav li {
  padding: 0px 10px;
}

.navbar-nav .nav-link {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1px;
  transition: all 0.25s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #004096;
}

.top-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
}

.top-header ul li {
  padding: 0px 25px;
  border-left: 1px solid #dedede;
}

.dropdown {
  height: 100%;
}

.dropdown-menu {
  background: #1c1c1c;
  border-radius: 0px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
  padding: 24px 0 26px;
  min-width: 280px;
  left: 0px;
  top: 100%;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  transition: all 0.3s ease 0s;
  display: block;
}

.dropdown-item {
  color: #c8c8c8;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 0.55rem 2rem;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  z-index: 20;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.dropdown-item:hover {
  background: transparent;
  color: #004096;
}

ul.dropdown-menu li {
  padding-left: 0px !important;
}

.fixed-nav {
  background: #181a23;
}

.navbar-toggler {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0px;
  padding: 5px 10px;
}

.navbar-collapse.collapse.show {
  background: #181a23;
}

.slider {
  background: url(/images/bg/banner2.png) no-repeat 0% 30%;
  background-size: cover;
  padding: 180px 0px;
}

.slider h1 {
  font-size: 70px;
  line-height: 95px;
}

.slider span.subhead {
  color: #fff;
  letter-spacing: 5px;
  border: 2px solid #fff;
  padding: 3px 15px 5px 15px;
  opacity: 0.8;
}

.slider2 {
  background: url(/images/bg/banner1.png) no-repeat 0% 30%;
  background-size: cover;
  padding: 180px 0px;
}

.slider2 h1 {
  font-size: 70px;
  line-height: 95px;
}

.slider2 span.subhead {
  color: #fff;
  letter-spacing: 5px;
  border: 2px solid #fff;
  padding: 3px 15px 5px 15px;
  opacity: 0.8;
}

.slider3 {
  background: url(/images/bg/banner_three.png) no-repeat 0% 30%;
  background-size: cover;
  padding: 180px 0px;
}

.slider3 h1 {
  font-size: 70px;
  line-height: 95px;
}

.slider3 span.subhead {
  color: #fff;
  letter-spacing: 5px;
  border: 2px solid #fff;
  padding: 3px 15px 5px 15px;
  opacity: 0.8;
}

.bg-2 {
  background: url(/images/bg/ban1.jpg) no-repeat;
  background-size: cover;
  margin-top: -33px;
    height: 150px;
}

.bg-3 {
  background: url(/images/bg/27mdpi.png) no-repeat;
  background-size: cover;
}

.bg-4 {
  background: url(/images/about/img-7.jpg) no-repeat;
  background-size: cover;
}

.mt-80px {
  margin-top: -80px;
}

.number {
  opacity: 0.1;
  font-size: 130px;
  display: block;
  line-height: 120px;
  position: absolute;
  top: 10px;
}

.why .card {
  transition: all 0.4s ease 0s;
}

.why .card:hover {
  background: #181a23;
}

.why .card:hover h3,
.why .card:hover p {
  color: #fff;
}

.hover-style-1 {
  position: relative;
}

.hover-style-1:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  transition: all 600ms ease;
  background: linear-gradient(90deg, #004096 0%, #004c67 100%);
  border-color: #004096;
}

.hover-style-1 h3,
.hover-style-1 p,
.hover-style-1 a,
.hover-style-1 i,
.hover-style-1 h4 {
  position: relative;
  transition: all 600ms ease;
}

.hover-style-1:hover:before {
  height: 100%;
}

.hover-style-1:hover a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.hover-style-1:hover h3,
.hover-style-1:hover h4,
.hover-style-1:hover p,
.hover-style-1:hover a {
  color: #fff;
}

.hover-style-1:hover i {
  color: rgba(255, 255, 255, 0.8) !important;
}

.mt--45 {
  margin-top: -45px;
}

.course .card-body a h4:hover {
  color: #004096;
}

.course-widget li a {
  color: #232323;
  opacity: 0.9;
}

.team-content-overlay li a {
  color: #fff;
}

.team-content-overlay li a:hover {
  background: #004096;
}

.team-item .card-body {
  margin-top: -120px;
}

.team-content-overlay {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  width: 100%;
  background-color: rgba(41, 40, 45, 0.85);
  transition: opacity 0.3s ease-out;
}

.overlay-content {
  width: 100%;
  position: absolute;
  left: 0;
  padding: 25px;
  box-sizing: border-box;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}

.team-item:hover .team-content-overlay {
  opacity: 1;
}

.team-item:hover .card-body {
  opacity: 0;
}

.team-wrap .card-subtitle {
  position: relative;
}

.team-wrap .card-subtitle:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  max-width: 26px;
  border-top: 4px solid #ddd;
  margin-top: 20px;
}

.team-wrap ul li a {
  width: 40px;
  height: 40px;
  border: 1px solid #dedede;
  color: #232323;
  display: inline-block;
  text-align: center;
  padding-top: 6px;
}

.team-wrap ul li a:hover {
  background: #004096;
  border-color: #004096;
  color: #fff !important;
}

.divider {
  margin: 0 auto;
  background: #004096;
  width: 45px;
  height: 4px;
}

.cta {
  background: url(/images/bg/slide2.jpg) fixed 50% 50% no-repeat;
  background-size: cover;
}

.w-40 {
  width: 40%;
}

.testimonial-slider .slick-dots li {
  color: #fff;
}

.slick-dots li.slick-active button::before {
  color: #004096;
}

.slick-dots li button::before {
  color: #fff;
  font-size: 10px;
}

.slick-slide:focus,
.slick-slide a {
  outline: none;
}

.lh-35 {
  line-height: 35px;
}

.pricing .card-body ul li {
  font-size: 15px;
}

.pricing h3 {
  padding-left: 20px;
}

.pricing h3 sup {
  top: 20px;
  left: 0px;
}

.pricing h3 sub {
  font-size: 13px;
}

.pricing .btn-solid-border:hover {
  color: #fff !important;
}

.google-map #map {
  width: 100%;
  height: 450px;
}

.mt--170 {
  margin-top: -170px;
}

.blog .card a h4 {
  font-weight: 700;
}

.blog .card a h4:hover {
  color: #004096;
}

.blog-post-meta span {
  font-size: 13px;
}

.lh-25 {
  line-height: 23px;
}

.search i {
  position: absolute;
  right: 15px;
  top: 15px;
}

.tags a {
  display: inline-block;
  color: #232323;
  border: 1px solid #dedede;
  padding: 3px 10px;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 14px;
}

.follow a {
  width: 35px;
  height: 35px;
  background: #fff;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
}

.pagination {
  border: 0px;
}

.pagination li a {
  color: #232323;
}

.pagination .page-item.active .page-link {
  background-color: #004096;
  border-color: #004096;
  color: #fff !important;
}

.pagination .page-item:last-child .page-link {
  border-radius: 0px;
}

.pagination .page-item:first-child .page-link {
  border-radius: 0px;
}

.pagination .page-link {
  background: transparent;
  padding: 15px 20px;
}

.font-size-12 {
  font-size: 12px;
}

.post-tags a {
  display: inline-block;
  background: #fff;
  padding: 5px 10px;
}

.social-share a {
  color: #232323;
  padding: 0px 10px;
}

.reply-btn {
  font-size: 12px;
  padding: 6px 17px;
  font-weight: 400;
  border: 2px solid #eee;
}

.footer {
  padding-top: 90px;
  padding-bottom: 45px;
}

.footer p {
  color: #fff;
  opacity: 0.8;
  font-size: 14px;
}

.bg-black {
  background: #111;
}

.footer-menu li a {
  color: #fff;
  opacity: 0.8;
  font-size: 14px;
}

.footer-menu li a:hover {
  color: #004096;
  opacity: 1;
}

.lh-40 {
  line-height: 40px;
}

.footer-socials li a {
  color: #fff;
  opacity: 0.8;
}

.recent-blog a {
  line-height: 1.5;
  font-size: 14px;
}

.footer-socials li a {
  color: #595b65;
  font-size: 18px;
  padding-left: 10px;
}

/*=== MEDIA QUERY ===*/

@media (max-width: 400px) {
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }

  .navbar-nav li {
    padding: 0px;
  }
}

@media (max-width: 480px) {
  .slider h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .slider2 h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .slider3 h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .text-lg {
    font-size: 28px;
    line-height: 38px;
  }

  .lead {
    font-size: 1rem;
  }

  .media {
    display: block;
  }

  .media-body {
    margin-top: 20px;
  }

  .number {
    font-size: 50px;
    line-height: 65px;
  }

  .dropdown-menu {
    display: none;
    text-align: center;
  }

  .navbar-nav li {
    padding: 0px;
  }
}

@media (max-width: 768px) {
  .media {
    display: block;
  }

  .media-body {
    margin-top: 20px;
  }

  .services .media img {
    width: 100% !important;
  }

  .dropdown-menu {
    display: none;
    text-align: center;
  }

  .navbar-nav li {
    padding: 0px;
  }
}

/*# 精密检测设备 */

.product-show .product-img {
  background-color: #fff;
  margin: 20px;
}

@font-face {
  font-family: "iconfont";
  src: url(/css/icon/iconfont.eot);
  src: url(/css/icon/iconfont.eot?#iefi) format("embedded-opentype"), url(/css/icon/iconfont.woff2) format("woff2"), url(/css/icon/iconfont.woff) format("woff"), url(/css/icon/iconfont.ttf) format("truetype"), url(/css/icon/iconfont.svg#iconfont) format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 56px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top-three {
  background-color: #efeff1;
}

.logo {
  width: 230px;
}

.blog-posts {
  margin-top: 50px;
}

.blog-post-content {
  margin-bottom: 30px;
}

.blog-post-content .blog-post-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-post-content .posted-date {
  bottom: 0;
  left: 0;
  padding: 8px 16px;
  background: #004096;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.blog-post-content .posted-date .day {
  font-size: 36px;
  font-weight: bold;
}

.blog-post-content .posted-date .month {
  margin-top: 4px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.blog-post-content-wrap .entry-title {
  margin: 24px 0 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}

.blog-post-content-wrap .post-author {
  margin-top: 12px;
}

.blog-post-content-wrap .post-author a {
  font-style: italic;
  color: #19c880;
  text-decoration: none;
}

.blog-post-content-wrap .post-comments {
  position: relative;
  padding-left: 12px;
  margin-top: 12px;
  margin-left: 5px;
}

.blog-post-content-wrap .post-comments a {
  text-decoration: none;
  color: #757686;
}

.blog-post-content-wrap .post-comments::before {
  content: "/";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  text-align: center;
}

.blog-post-content-wrap .entry-content {
  margin-top: 12px;
  margin-bottom: 0;
  color: #757686;
}

#news_detail .title {
  margin-top: 30px;
}

#news_detail .introduction {
  margin-bottom: 20px;
  padding: 0 50px;
}

#news_detail .pages {
  margin: 20px;
}

.to-submit {
  background-color: #004096;
}

.download .big-title {
  margin: 30px;
}

.download .sector .inner-wap {
  padding: 40px 0;
  background: #fff;
  cursor: default;
  height: 100px;
  position: relative;
}

.download .sector .inner-wap .icon {
  float: left;
  margin-left: 15px;
  width: 55px;
  position: relative;
  top: -23px;
}

.download .sector .inner-wap .icon span {
  font-size: 40px;
}

.download .sector .inner-wap .name {
  float: left;
  position: relative;
  top: -17px;
}

.download .sector .inner-wap .name p {
  text-align: left;
  margin: 0;
}

.download .sector .inner-wap .name .down-title {
  color: #333;
}

.download .sector .inner-wap .name .size {
  color: #a4a4a4;
}

.download .sector .inner-wap .btn-links {
  position: absolute;
  right: 10px;
  float: right;
  margin-right: 15px;
  line-height: 34px;
  border: 1px solid #004096;
  background: #004096;
  color: #fff;
  width: 80px;
  text-align: center;
  font-size: 14px;
  height: 30px;
}

.download .sector .inner-wap .btn-links a {
  color: #fff;
}

.download .sector .inner-wap .btn-links a:hover {
  color: #333;
}

@media (max-width: 1200px) {
  .download .big-title {
    margin: 30px;
  }

  .download .sector .inner-wap {
    padding: 40px 0;
    background: #fff;
    cursor: default;
    height: 110px;
    position: relative;
  }

  .download .sector .inner-wap .icon {
    float: left;
    margin-left: 15px;
    width: 55px;
    position: relative;
    top: -23px;
  }

  .download .sector .inner-wap .icon span {
    font-size: 40px;
  }

  .download .sector .inner-wap .name {
    float: left;
    position: relative;
    top: -17px;
  }

  .download .sector .inner-wap .name p {
    text-align: left;
    margin: 0;
  }

  .download .sector .inner-wap .name .down-title {
    color: #333;
    width: 250px;
  }

  .download .sector .inner-wap .name .size {
    color: #a4a4a4;
  }

  .download .sector .inner-wap .btn-links {
    position: absolute;
    right: 10px;
    float: right;
    margin-right: 15px;
    line-height: 34px;
    border: 1px solid #004096;
    background: #004096;
    color: #fff;
    width: 80px;
    text-align: center;
    font-size: 14px;
    height: 30px;
  }

  .download .sector .inner-wap .btn-links a {
    color: #fff;
  }

  .download .sector .inner-wap .btn-links a:hover {
    color: #333;
  }
}

@media (max-width: 480px) {
  .download .big-title {
    margin: 30px;
  }

  .download .sector {
    margin-bottom: 10px;
  }

  .download .sector .inner-wap {
    padding: 40px 0;
    background: #fff;
    cursor: default;
    height: 120px;
    position: relative;
  }

  .download .sector .inner-wap .icon {
    float: left;
    margin-left: 15px;
    width: 55px;
    position: relative;
    top: -10px;
  }

  .download .sector .inner-wap .icon span {
    font-size: 40px;
  }

  .download .sector .inner-wap .name {
    float: left;
    position: relative;
    top: -32px;
  }

  .download .sector .inner-wap .name p {
    text-align: left;
    margin: 0;
  }

  .download .sector .inner-wap .name .down-title {
    color: #333;
    width: 179px;
  }

  .download .sector .inner-wap .name .size {
    color: #a4a4a4;
  }

  .download .sector .inner-wap .btn-links {
    position: absolute;
    right: 10px;
    top: 56px;
    float: right;
    margin-right: 15px;
    line-height: 34px;
    border: 1px solid #004096;
    background: #004096;
    color: #fff;
    width: 80px;
    text-align: center;
    font-size: 14px;
    height: 30px;
  }

  .download .sector .inner-wap .btn-links a {
    color: #fff;
  }

  .download .sector .inner-wap .btn-links a:hover {
    color: #333;
  }
}

.product-show .product-img p {
  padding: 0 10px;
}

.product-show .product-img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  /*Safari 和 Chrome*/
  -moz-transform: scale(1.2);
  /*Firefox*/
  -ms-transform: scale(1.2);
  /*IE9*/
  -o-transform: scale(1.2);
  /*Opera*/
}

.media {
  margin-bottom: 30px;
}

.media img {
  position: relative;
  top: 0;
}

.media .media-body h4 {
  font-size: 18px;
}

.media .media-body p {
  font-size: 14px;
  min-height: 180px;
}

.avds {
  width: 100%;
  background: #FFFFFF;
}

.avds .avds_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.avds .avds_small {
  background: #0040964d;
  height: 360px;
  padding: 30px;
  position: relative;
}

.avds .avds_small .avds_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.avds .avds_small .avds_small_inner {
  width: 100%;
  height: 100%;
  border: solid 2px #FFFFFF;
}

.avds .avds_small .avds_small_inner .avds_discount_container {
  position: absolute;
  z-index: 100;
  right: 36px;
  bottom: 0;
}

.avds .avds_small .avds_small_inner .avds_discount_container > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.avds .avds_small .avds_small_inner .avds_discount {
  position: absolute;
  bottom: 71px;
  right: 0;
  width: 152px;
  text-align: center;
}

.avds .avds_small .avds_small_inner .avds_discount div:first-child {
  font-size: 31px;
  font-weight: 700;
  color: #1b1b1b;
  line-height: 0.75;
  margin-bottom: 15px;
}

.avds .avds_small .avds_small_inner .avds_discount div:first-child span {
  font-size: 36px;
  font-weight: 700;
  vertical-align: super;
}

.avds .avds_small .avds_small_inner .avds_discount div:last-child {
  font-size: 19px;
  font-weight: 400;
  color: #1b1b1b;
  margin-top: 1px;
}

.avds .avds_small .avds_small_inner .avds_small_content {
  position: relative;
  z-index: 100;
  max-width: 250px;
  padding-top: 57px;
  padding-left: 31px;
  padding-right: 30px;
}

.avds .avds_small .avds_small_inner .avds_small_content .avds_title {
  font-size: 25px;
  font-weight: 600;
  color: #333;
  line-height: 1.16;
}

.avds .avds_small .avds_small_inner .avds_small_content .avds_link {
  color: #004096;
  font-size: 20px;
  margin-top: 18px;
  padding-left: 4px;
}

.avds .avds_small .avds_small_inner .avds_small_content .avds_link a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}

.avds .avds_small .avds_small_inner .avds_small_content .avds_link a::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  content: "";
}

.avds .avds_large {
  position: relative;
  height: 360px;
  background: #004096;
}

.avds .avds_large .avds_large_container {
  width: 100%;
  height: 100%;
  padding-top: 39px;
  padding-left: 32px;
  padding-bottom: 44px;
}

.avds .avds_large .avds_large_container .avds_large_content {
  position: relative;
  z-index: 100;
  max-width: 567px;
  height: 100%;
  background: rgba(0, 0, 0, 0.63);
  padding-right: 10px;
  padding-left: 30px;
  padding-top: 25px;
  padding-bottom: 30px;
}

.avds .avds_large .avds_large_container .avds_large_content .avds_title {
  font-size: 25px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.16;
}

.avds .avds_large .avds_large_container .avds_large_content .avds_link {
  margin-top: 18px;
  padding-left: 4px;
}

.avds .avds_large .avds_large_container .avds_large_content .avds_link a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}

.avds .avds_large .avds_large_container .avds_large_content .avds_link a::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  content: "";
}

.avds .avds_large .avds_large_container .avds_large_content .avds_text {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2.14;
  margin-top: 11px;
  padding-left: 2px;
}

.avds .avds_large .avds_large_container .avds_large_content .avds_link_large {
  margin-top: 40px;
}

.footer-widget .iconfont {
  font-size: 20px;
  color: #fff;
}

.footer-widget p {
  font-size: 12px;
  margin-bottom: 2px;
}

.footer-widget .address,
.footer-widget .phone {
  margin-top: -25px;
}

.cop-name {
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
}

.img-background {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100 */
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #ffffff 0%, #e5e5e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e5e5e5",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.img-background img {
  height: 300px;
}

.img-background-body {
  background: #f8f8f8;
}

.img-background-body .img-title {
  padding: 10px 10px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.img-background-body .img-des {
  padding: 10px;
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-detail .product-detail-title {
  background: #004096;
  color: #fff;
}

.product-detail .product-detail-body {
  border: 2px solid #004096;
}

.product-detail .product-detail-body img {
  max-width: 90%;
}

.product-des {
  margin-top: -10px;
  padding-left: 10px;
  padding-bottom: 10px;
  white-space: pre-line;
}

