@charset "UTF-8";
body {
  min-width: 1200px;
  font-size: 14px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: 'San Francisco Pro';
  /*background: transparent;*/
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 200%;
  font-weight: normal;
}

:focus {
  outline: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover img {
  border: none;
  color: inherit;
}

a:active {
  outline: none;
  color: inherit;
}

/*清除浮动*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/*png css hack for ie6*/
.nav {
  width: 1200px;
  margin: 0 auto;
}

.nav .logo {
  float: left;
  padding: 25px 0 18px;
}

.nav .logo img {
  width: 135px;
}

.nav .nav-model {
  float: right;
  color: #333;
  font-size: 16px;
  padding: 30px 0;
}

.nav .nav-model > li {
  float: left;
  margin-right: 40px;
  position: relative;
}

.nav .nav-model > li :last-child {
  margin-right: 0;
}

.nav .nav-model > li .active {
  color: #0090FF;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px solid #0090ff;
}

.nav .nav-model > li .pop-model {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 8px #aaa;
  font-size: 13px;
  left: -24px;
  display: none;
  z-index: 100;
}

.nav .nav-model > li .pop-model > li {
  padding: 15px 10px;
  text-align: center;
  width: 100px;
}

.nav .nav-model > li .pop-model > li:hover {
  background: #f0f0f0;
  color: #0090FF;
}

.nav .nav-model > li .pop-model > li .pop-model-active {
  color: #0090FF;
}

.nav .nav-model > li:hover .pop-model {
  display: unset;
}

.banner img {
  width: 100%;
}

.section {
  width: 1200px;
  margin: 0 auto;
}

.section .title {
  text-align: center;
  padding: 40px 0;
}

.section .title .name {
  display: inline-block;
  font-size: 24px;
}

.section .title .Identification {
  display: block;
}

.section .title .Identification > div {
  display: inline-block;
}

.section .title .Identification > div span {
  float: left;
  width: 20px;
  height: 2px;
  background: #0090FF;
  margin-right: 10px;
}

.section .title .Identification > div span :last-child {
  margin-right: 0;
}

.section .content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.section .content li {
  width: 265px;
  border: 1px solid #E5E5E5;
}

.section .content li .img {
  text-align: center;
  padding: 20px 0;
  position: relative;
}

.section .content li .img img {
  width: 50px;
}

.section .content li .img .img-line span {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #0090FF;
}

.section .content li .content-title {
  text-align: center;
}

.section .content li .content-title .name {
  font-size: 16px;
  font-weight: 700;
}

.section .content li .content-title .identification .cation {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #0090FF;
}

.section .content li .discribe {
  padding: 30px;
  color: #989898;
  font-size: 14px;
}

.footer {
  background: #1A1A1D;
  margin-top: 80px;
}

.footer .footer-content {
  width: 1200px;
  margin: 0 auto;
}

.footer .footer-content .compony-info {
  width: 100%;
  font-size: 13px;
  padding: 40px 0;
}

.footer .footer-content .compony-info li {
  float: left;
  color: #DCDCDC;
}

.footer .footer-content .compony-info li .name {
  font-size: 17px;
}

.footer .footer-content .compony-info li > div {
  margin-bottom: 20px;
}

.footer .footer-content .compony-info li > div label {
  color: #0090FF;
}

.footer .footer-content .compony-info .info {
  margin-left: 240px;
}

.footer .footer-content .compony-info .ewm {
  float: right;
}

.footer .footer-content .compony-info .ewm img {
  width: 100px;
}

.footer .footer-content .footer-bottom {
  border-top: 1px solid #DCDCDC;
  text-align: center;
  color: #DCDCDC;
  padding: 20px 0;
}

.side {
  position: fixed;
  right: 10px;
  width: 60px;
  bottom: 200px;
  z-index: 100;
}

.side .to-top {
  background: #0590FF;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 12px;
  padding: 5px;
  margin-top: 15px;
  cursor: pointer;
}

.side .to-top .icon img {
  width: 20px;
}

.side .contact .online {
  position: absolute;
  width: 200px;
  background: #fff;
  box-shadow: 0 0 10px #aaa;
  right: 0px;
  bottom: 150px;
  border-radius: 4px;
  display: none;
}

.side .contact .online .online-title {
  background: #0590ff;
  color: #fff;
  padding: 10px 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.side .contact .online .online-title span {
  float: right;
  cursor: pointer;
}

.side .contact .online .online-type {
  padding: 10px 20px;
  background: #E5E5E5;
  color: #000;
  font-weight: bold;
}

.side .contact .online .online-type img {
  float: left;
  width: 20px;
}

.side .contact .online .online-type span {
  float: left;
  line-height: 22px;
  margin-left: 10px;
}

.side .contact .online .online-ewm {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  padding: 40px 0;
}

.side .contact .online .online-ewm img {
  width: 120px;
}

.side .contact .contact-type {
  background: #0590FF;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 12px;
  padding: 5px;
  cursor: pointer;
}

.side .contact .contact-type .icon {
  padding: 9px 0 5px 0;
}

.side .contact .contact-type .icon img {
  width: 20px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
  color: #333;
  background: #FFF;
}
