@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial,Microsoft YaHei;
  line-height: 100%;
}
img {
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #333;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #333;
}
a:active {
  text-decoration: none;
}
ul,
dl,
p,
address {
  margin-bottom: 0;
}
ul li {
  list-style-type: none;
}
input:focus,
button:focus,
textarea:focus {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.col-lg-1-7,
.col-md-1-7,
.col-sm-1-7,
.col-xs-1-7 {
  width: 14.2857%;
}
@media (min-width: 768px) {
  html {
    font-size: 43.75%;
  }
  .cell-sm {
    display: table-cell !important;
  }
  .inline-sm {
    display: inline !important;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 50%;
  }
  .cell-md {
    display: table-cell !important;
  }
  .inline-md {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
  .cell-lg {
    display: table-cell !important;
  }
  .inline-lg {
    display: inline !important;
  }
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.fn {
  float: none;
}
.noLi {
  list-style-type: none;
}
.f0 {
  font-size: 0px;
}
.f12 {
  font-size: 1.2rem;
}
.f14 {
  font-size: 1.4rem;
}
.f16 {
  font-size: 1.6rem;
}
.f18 {
  font-size: 1.8rem;
}
.f20 {
  font-size: 2rem;
}
.f22 {
  font-size: 2.2rem;
}
.f24 {
  font-size: 2.4rem;
}
.clear {
  clear: both;
}
.wauto {
  width: auto !important;
}
.inblock {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.container {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
nav.navbar {
  position: relative;
  border-radius: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 0;
  background: #fff;
 
  z-index: 999;
}
nav.navbar .navbar-header {
  padding-left: 2%;
  text-align: right;
}
nav.navbar .navbar-header > .navbar-brand {
  margin-top: 5px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  height: auto;
}
nav.navbar .navbar-header > .navbar-brand > a {
  display: inline-block;
  vertical-align: middle;
}
nav.navbar .navbar-header > .navbar-phone {
  float: right;
}
nav.navbar .navbar-collapse {
  text-align: center;
  padding-top: 26px;
  padding-right: 1.5%;
}
nav.navbar .navbar-collapse > ul {
  display: inline-block;
  vertical-align: middle;
  float: none;
  text-align: right;
  font-size: 0px;
}
nav.navbar .navbar-collapse > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: none;
  text-align: center;
  padding-left: 17px;
  padding-right: 17px;
}
nav.navbar .navbar-collapse > ul > li > a {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  font-size: 1.6rem;
  font-family: Arial;
  color: #333;
}
nav.navbar .navbar-collapse > ul > li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  background-color: #fff;
  padding: 15px 0;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.27);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.27);
}
nav.navbar .navbar-collapse > ul > li ul li {
  text-align: center;
  font-size: 1.4rem;
}
nav.navbar .navbar-collapse > ul > li ul li a {
  line-height: 200%;
}
nav.navbar .navbar-collapse > ul > li ul li:hover a {
  color: #3a73c2;
}
nav.navbar .navbar-collapse > ul > li:first-child {
  padding-left: 0;
}
nav.navbar .navbar-collapse > ul > li:last-child {
  padding-right: 0;
}
nav.navbar .navbar-collapse > ul > li:hover > a {
  background: transparent;
  color: #3a73c2;
}
nav.navbar .navbar-collapse > ul > li.active > a {
  background: transparent;
  color: #3a73c2;
}
nav.navbar .navbar-collapse .search {
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
  float: right;
}
nav.navbar .navbar-collapse .search form {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 0px;
  border: 1px solid #c9caca;
  border-radius: 20px;
}
nav.navbar .navbar-collapse .search form input {
  width: 220px;
  height: 16px;
  line-height: 16px;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  padding-left: 25px;
  color: #999;
  border-right: 1px solid #c9caca;
  background: transparent;
}
nav.navbar .navbar-collapse .search form button {
  display: inline-block;
  vertical-align: middle;
  width: 41px;
  height: 16px;
  border: 0;
  background: transparent;
}
nav.navbar .navbar-collapse .search form button i {
  display: block;
  width: 41px;
  height: 16px;
  background: url(../images/index_09.jpg) no-repeat center center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
nav.navbar .navbar-collapse .search form:hover i {
  background: url(../images/index_09_on.jpg) no-repeat center center;
  background-size: contain;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
nav.navbar .navbar-collapse .search .lang {
  position: relative;
  font-size: 1.6rem;
  line-height: 28px;
  padding-left: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
nav.navbar .navbar-collapse .search .lang i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/index_06.jpg) no-repeat left center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
nav.navbar .navbar-collapse .search .lang:hover i {
  background: url(../images/index_06_on.jpg) no-repeat left center;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.path {
  width: 100%;
  margin-bottom: 3%;
}
.path dl {
  font-size: 1.6rem;
  color: #666;
}
.path dl dt {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
.path dl dd {
  display: inline-block;
  vertical-align: middle;
}
.path dl dd:hover a {
  color: #3a73c2;
  text-decoration: underline;
}
.path dl a {
  color: #666;
  font-family: Microsoft YaHei;
}
.ban {
  position: relative;
  width: 100%;
  text-align: center;
}
.s_bd {
  background: #3a73c2;
}
.page_box {
  overflow: auto;
  margin-top: 4%;
}
.page_box .page {
  text-align: center;
  font-size: 0;
  min-width: 350px;
}
.page_box .page > span {
  width: 38px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  font-size: 1.8rem;
  margin-right: 10px;
  color: #fff;
  background-color: #41b23b;
  vertical-align: middle;
}
.page_box .page > a {
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  font-size: 1.8rem;
  margin-right: 10px;
  color: #333;
  background-color: transparent;
  vertical-align: middle;
}
.page_box .page > a:first-child {
  width: 12px;
  height: 35px;
  padding: 0 1%;
  margin-right: 20px;
  font-size: 1.8rem;
  background: transparent;
}
.page_box .page > a:last-child {
  width: 12px;
  height: 35px;
  padding: 0 1%;
  margin-left: 10px;
  font-size: 1.8rem;
  background: transparent;
}
.page_box .page > a:hover {
  background: transparent;
}
.pn {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.pn > div {
  width: 50%;
  float: left;
  padding: 1.2% 3px;
  text-align: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px dashed #dfdfdf;
}
.pn > div:before {
  content: '';
  width: 8px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url(../images/new_show_pn.png) no-repeat left center;
}
.pn > div.n {
  border-left: 0;
}
.pn > div > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
@media (max-width: 767px) {
  .pn > div {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
}
.my-map#container {
  width: 100%;
  height: 465px;
  position: static;
}
.my-map#container img {
  width: auto !important;
}
.my-map#container .amap-icon img {
  width: 100% !important;
}
.my-map#container .icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.my-map#container .icon-cir {
  height: 31px;
  width: 28px;
}
.my-map#container .icon-cir-red {
  background-position: -11px -5px;
}
.amap-container {
  height: 100%;
}
.contents.index .h {
  background: #fff;
  text-align: center;
  padding-top: 3.9%;
  padding-bottom: 2.8%;
}
.contents.index .h h1 {
  display: inline-block;
  font-size: 3.6rem;
  color: #111;
  margin: 0;
  margin-bottom: 1.56%;
  background: url(../images/index_41.jpg) no-repeat left center, url(../images/index_41.jpg) no-repeat right center;
  padding-left: 65px;
  padding-right: 65px;
}
.contents.index .h h1 span {
  color: #3a73c2;
}
.contents.index .h p {
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 0;
}
.contents.index .c1 {
  padding-bottom: 3.9%;
  background: #f2f2f2;
}
.contents.index .c1 .b {
  padding-top: 3%;
}
.contents.index .c1 .b .swiper-slide {
  width: 24.475%;
  margin-right: 0.7%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  float: left;
}
.contents.index .c1 .b .swiper-slide a {
  display: block;
  margin-bottom: 2px;
  background: #fff;
}
.contents.index .c1 .b .swiper-slide p {
  font-size: 1.6rem;
  background: #fff;
  padding: 6% 0;
  text-align: center;
  margin-bottom: 0;
}
.contents.index .c1 .b .swiper-slide:last-child {
  margin-right: 0;
}
.contents.index .c1 .b .swiper-slide:hover {
  -webkit-box-shadow: 0 0 3px 3px #e7e7e7;
          box-shadow: 0 0 3px 3px #e7e7e7;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.contents.index .c1 .b .swiper-button {
  width: 100%;
  background: #0a92dc;
  overflow: hidden;
  margin-top: 4%;
}
.contents.index .c1 .b .swiper-button > div {
  position: static;
  width: 33%;
  margin: 0;
  padding: 1.5% 0;
  height: 15px;
  line-height: 15px;
  text-align: center;
  float: left;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.contents.index .c1 .b .swiper-button > div.more {
  background: #3ac26d;
}
.contents.index .c1 .b .swiper-button > div.more a {
  position: relative;
  font-size: 1.4rem;
  color: #fff;
  padding-right: 25px;
}
.contents.index .c1 .b .swiper-button > div.more a i {
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 19px;
  background: url(../images/index2_03.jpg) no-repeat right center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contents.index .c1 .b .swiper-button > div.more:hover i {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.contents.index .c1 .b .swiper-button > div.swiper-button-prev {
  background: url(../images/prev.png) no-repeat center center;
  opacity: 0.4;
}
.contents.index .c1 .b .swiper-button > div.swiper-button-prev:hover {
  opacity: 1;
}
.contents.index .c1 .b .swiper-button > div.swiper-button-next {
  background: url(../images/next.png) no-repeat center center;
  opacity: 0.4;
}
.contents.index .c1 .b .swiper-button > div.swiper-button-next:hover {
  opacity: 1;
}
.contents.index .c2 {
  padding-bottom: 3.9%;
}
.contents.index .c2 .b ul {
  overflow: hidden;
  margin-bottom: 0;
}
.contents.index .c2 .b ul li {
  width: 33.33%;
  display: table-cell;
  border: 1px solid #e2e2e2;
}
.contents.index .c2 .b ul li .tit {
  position: relative;
  text-align: center;
  background: #f5f5f5;
  padding-top: 10%;
  padding-bottom: 12%;
  border-bottom: 1px solid #e2e2e2;
}
.contents.index .c2 .b ul li .tit h1 {
  font-size: 2.4rem;
  color: #0a92dc;
  margin: 0;
}
.contents.index .c2 .b ul li .tit h2 {
  font-size: 1.6rem;
  margin: 0;
  margin-top: 10px;
}
.contents.index .c2 .b ul li .tit img {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%) rotateY(0);
          transform: translate(-50%, 50%) rotateY(0);
  width: auto;
  max-width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contents.index .c2 .b ul li .con {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12%;
  padding-bottom: 10%;
  text-align: center;
}
.contents.index .c2 .b ul li .con p {
  font-size: 1.4rem;
  line-height: 185%;
  margin-bottom: 0;
}
.contents.index .c2 .b ul li:hover .tit img {
  -webkit-transform: translate(-50%, 50%) rotateY(360deg);
          transform: translate(-50%, 50%) rotateY(360deg);
}
.contents.about {
  background-color: #f2f2f2;
  padding-top: 2.6%;
  padding-bottom: 3.6%;
}
.contents.about .h {
  border-bottom: 1px solid #dadada;
  padding-bottom: 2%;
}
.contents.about .h h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 3rem;
}
.contents.about .h i {
  font-size: 3rem;
  color: #999;
  vertical-align: middle;
  font-weight: lighter;
  margin-left: 5px;
  margin-right: 5px;
}
.contents.about .h h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  color: #999;
  text-transform: uppercase;
}
.contents.about .c1 {
  margin-bottom: 5%;
}
.contents.about .c1 p,.contents.about .c1 span {
  font-size: 1.4rem!important;
  line-height: 200%;
  margin-top: 2.5%;
}
.contents.about .c2 {
  margin-bottom: 5%;
}
.contents.about .c2 .b {
  margin-top: 4.8%;
  overflow: hidden;
}
.contents.about .c2 .b .pic {
  width: 47.5%;
  float: left;
}
.contents.about .c2 .b ul {
  width: 52.5%;
  float: left;
  padding-left: 10px;
  padding-right: 3.33%;
}
.contents.about .c2 .b ul li {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.contents.about .c3 .b {
  position: relative;
  padding: 3.8% 5.5%;
  background-color: #fff;
  margin-top: 5%;
}
.contents.about .c3 .b .swiper-slide {
  background: url(../images/about_13.jpg) no-repeat center center;
  padding: 1.4%;
}
.contents.about .c3 .b .slide_4_button > div {
  width: 44px;
  height: 44px;
  background-size: 11px 24px;
  background-color: #e2e2e2;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}
.contents.about .c3 .b .slide_4_button > div:hover {
  background-color: #41b23b;
}
.contents.about .c3 .b .slide_4_button .swiper-button-prev {
  background-image: url(../images/arrow1.png);
  left: 0;
  margin-left: -22px;
}
.contents.about .c3 .b .slide_4_button .swiper-button-next {
  background-image: url(../images/arrow1_02.png);
  right: 0;
  margin-right: -22px;
}
.contents.case {
  padding: 2.2% 0;
  background-color: #f2f2f2;
}
.contents.case aside {
  width: 250px;
  float: left;
}
.contents.case aside .dh {
  position: relative;
  text-align: center;
  background-color: #fff;
  padding-bottom: 8%;
  margin-bottom: 10%;
}
.contents.case aside .dh dt {
  position: relative;
  font-size: 2.4rem;
  color: #fff;
  background-color: #1a6ec4;
  font-weight: normal;
  height: 74px;
  line-height: 74px;
  margin-bottom: 8%;
}
.contents.case aside .dh dt:before {
  content: '';
  position: absolute;
  left: 12%;
  top: 50%;
  width: 15px;
  height: 2px;
  background: #fff;
}
.contents.case aside .dh dt:after {
  content: '';
  position: absolute;
  right: 12%;
  top: 50%;
  width: 15px;
  height: 2px;
  background: #fff;
}
.contents.case aside .dh dd a {
  font-size: 1.4rem;
  line-height: 200%;
}
.contents.case aside .dh dd:hover a {
  color: #1a6ec4;
}
.contents.case aside .dh:before {
  content: '';
  position: absolute;
  top: 74px;
  left: 0;
  border-left: 8px solid #1a6ec4;
  border-bottom: 5px solid transparent;
}
.contents.case aside .dh:after {
  content: '';
  position: absolute;
  top: 74px;
  right: 0;
  border-right: 8px solid #1a6ec4;
  border-bottom: 5px solid transparent;
}
.contents.case aside .dz {
  background-color: #fff;
  padding-bottom: 10%;
}
.contents.case aside .dz dt {
  font-size: 1.8rem;
  color: #fff;
  background-color: #41b23b;
  text-align: center;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10%;
}
.contents.case aside .dz dd {
  font-size: 1.4rem;
  line-height: 200%;
  padding-left: 12%;
  padding-right: 12%;
}
.contents.case aside .dz dd:nth-last-of-type(1) {
  margin-top: 8%;
}
.contents.case aside .dz dd:nth-last-of-type(1) a {
  display: block;
  padding-left: 70px;
  background: url(../images/case_13.jpg) no-repeat left 3px center;
  height: 52px;
  line-height: 52px;
}
.contents.case aside .dz dd:nth-last-of-type(1) a b {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 115px;
  height: 30px;
  line-height: 30px;
  background-color: #1a6ec4;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin-left: 5px;
}
.contents.case aside .dz dd:nth-last-of-type(1) a b:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  border-right: 5px solid #1a6ec4;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-top: -5px;
  margin-left: -5px;
}
.contents.case aside .dz dd:nth-last-of-type(1):hover a b {
  color: #1a6ec4;
  background-color: transparent;
  border: 1px solid #1a6ec4;
}
.contents.case .main {
  width: calc(100% - 250px);
  float: left;
  padding-left: 2.75%;
}
.contents.case .main ul {
  overflow: hidden;
}
.contents.case .main ul li {
  margin-bottom: 10px;
}
.contents.case .main ul li a {
  display: block;
}
.contents.case .main ul li p {
  font-size: 1.6rem;
  padding: 12.5% 0;
  text-align: center;
}
.contents.contact {
  background-color: #f2f2f2;
  padding-bottom: 2%;
}
.contents.contact .c1 {
  margin-top: 3.6%;
  background-color: #fff;
  overflow-x: hidden;
  font-size: 0px;
}
.contents.contact .c1 > div {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.contents.contact .c1 .pic {
  padding: 4% 5%;
}
.contents.contact .c1 .txt {
  padding: 4% 4% 4% 20px;
}
.contents.contact .c1 .txt h1 {
  margin-bottom: 5%;
}
.contents.contact .c1 .txt p {
  font-size: 1.8rem;
  line-height: 233%;
}
.contents.contact .c2 {
  margin-top: 3.6%;
  background-color: #fff;
  overflow-x: hidden;
  font-size: 0px;
}
.contents.contact .c2 > div {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.contents.contact .c2 .pic {
  padding: 4% 5% 4% 20px;
}
.contents.contact .c2 .txt {
  padding: 4% 5%;
  font-size: 1.6rem;
}
.contents.contact .c2 .txt form {
  width: 100%;
}
.contents.contact .c2 .txt form label {
  position: relative;
  width: 100%;
  margin-bottom: 5%;
  border: 1px solid #eaeaea;
  font-weight: normal;
}
.contents.contact .c2 .txt form input {
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding-left: 25px;
  padding-right: 25px;
  border: 0;
}
.contents.contact .c2 .txt form textarea {
  width: 100%;
  height: 100px;
  line-height: 38px;
  padding-left: 25px;
  padding-right: 25px;
  border: 0;
  resize: none;
}
.contents.contact .c2 .txt form button {
  width: 160px;
  height: 38px;
  line-height: 38px;
  background-color: #41b23b;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  border: 0;
}
.contents.contact .c2 .txt form .import:before {
  content: '*';
  position: absolute;
  left: 6px;
  top: 15px;
  color: #f00;
}
.contents.contact .c3 {
  margin: 3.6% 0;position: relative;
}
.contents.news {
  padding: 2.2% 0;
  background-color: #f2f2f2;
}
.contents.news aside {
  width: 250px;
  float: left;
}
.contents.news aside .dh {
  position: relative;
  text-align: center;
  background-color: #fff;
  padding-bottom: 8%;
  margin-bottom: 10%;
}
.contents.news aside .dh dt {
  position: relative;
  font-size: 2.4rem;
  color: #fff;
  background-color: #1a6ec4;
  font-weight: normal;
  height: 74px;
  line-height: 74px;
  margin-bottom: 8%;
}
.contents.news aside .dh dt:before {
  content: '';
  position: absolute;
  left: 12%;
  top: 50%;
  width: 15px;
  height: 2px;
  background: #fff;
}
.contents.news aside .dh dt:after {
  content: '';
  position: absolute;
  right: 12%;
  top: 50%;
  width: 15px;
  height: 2px;
  background: #fff;
}
.contents.news aside .dh dd a {
  font-size: 1.4rem;
  line-height: 200%;
}
.contents.news aside .dh dd:hover a {
  color: #1a6ec4;
}
.contents.news aside .dh:before {
  content: '';
  position: absolute;
  top: 74px;
  left: 0;
  border-left: 8px solid #1a6ec4;
  border-bottom: 5px solid transparent;
}
.contents.news aside .dh:after {
  content: '';
  position: absolute;
  top: 74px;
  right: 0;
  border-right: 8px solid #1a6ec4;
  border-bottom: 5px solid transparent;
}
.contents.news aside .dz {
  background-color: #fff;
  padding-bottom: 10%;
}
.contents.news aside .dz dt {
  font-size: 1.8rem;
  color: #fff;
  background-color: #41b23b;
  text-align: center;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10%;
}
.contents.news aside .dz dd {
  font-size: 1.4rem;
  line-height: 200%;
  padding-left: 12%;
  padding-right: 12%;
}
.contents.news aside .dz dd:nth-last-of-type(1) {
  margin-top: 8%;
}
.contents.news aside .dz dd:nth-last-of-type(1) a {
  display: block;
  padding-left: 70px;
  background: url(../images/case_13.jpg) no-repeat left 3px center;
  height: 52px;
  line-height: 52px;
}
.contents.news aside .dz dd:nth-last-of-type(1) a b {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 115px;
  height: 30px;
  line-height: 30px;
  background-color: #1a6ec4;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin-left: 5px;
}
.contents.news aside .dz dd:nth-last-of-type(1) a b:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  border-right: 5px solid #1a6ec4;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-top: -5px;
  margin-left: -5px;
}
.contents.news aside .dz dd:nth-last-of-type(1):hover a b {
  color: #1a6ec4;
  background-color: transparent;
  border: 1px solid #1a6ec4;
}
.contents.news .main {
  width: calc(100% - 250px);
  float: left;
  padding-left: 2.75%;
}
.contents.news .main .c1 {
  position: relative;
  background-color: #fff;
  padding: 3%;
  margin-bottom: 15px;
}
.contents.news .main .c1 .swiper-slide {
  overflow: hidden;
}
.contents.news .main .c1 .swiper-slide .pic {
  width: 33%;
  float: left;
  padding-left: 1px;
}
.contents.news .main .c1 .swiper-slide .txt {
  width: 67%;
  float: left;
  padding-left: 5%;
  padding-right: 6%;
}
.contents.news .main .c1 .swiper-slide .txt h1 {
  margin-top: 5px;
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 5%;
}
.contents.news .main .c1 .swiper-slide .txt h2 {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 5%;
}
.contents.news .main .c1 .swiper-slide .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 170%;
  margin-bottom: 10px;
}
.contents.news .main .c1 .swiper-slide .txt a {
  display: block;
  width: 88px;
  height: 28px;
  line-height: 28px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background-color: #3a73c2;
}
.contents.news .main .c1 .swiper-slide .txt a:hover {
  background-color: transparent;
  border: 1px solid #3a73c2;
  color: #3a73c2;
}
.contents.news .main .c1 .swiper-pagination {
  position: absolute;
  width: auto;
  height: auto;
  text-align: right;
  right: 2.5%;
  top: 7%;
  pointer-events: none;
  font-size: 1.8rem;
  color: #070707;
}
.contents.news .main .c1 .swiper-pagination .swiper-pagination-total {
  font-size: 1.4rem;
  color: #737373;
}
.contents.news .main .c2 ul li {
  background-color: #fff;
  margin-bottom: 10px;
}
.contents.news .main .c2 ul li a {
  display: block;
  font-size: 0px;
  padding: 2% 0;
}
.contents.news .main .c2 ul li a .date {
  display: inline-block;
  vertical-align: middle;
  width: 125px;
  text-align: center;
  border-right: 1px solid #e3e3e3;
  color: #666;
}
.contents.news .main .c2 ul li a .date h1 {
  font-size: 4.8rem;
}
.contents.news .main .c2 ul li a .date h2 {
  font-size: 1.4rem;
}
.contents.news .main .c2 ul li a .txt {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 125px);
  padding: 0 3.5%;
}
.contents.news .main .c2 ul li a .txt h1 {
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.contents.news .main .c2 ul li a .txt p {
  font-size: 1.4rem;
  color: #999;
  line-height: 170%;
}
.contents.news .main .c2 ul li:hover {
  background-color: #3a73c2;
}
.contents.news .main .c2 ul li:hover a .date {
  color: #fff;
}
.contents.news .main .c2 ul li:hover a .txt h1 {
  color: #fff;
}
.contents.news .main .c2 ul li:hover a .txt p {
  color: #fff;
}
.contents.news_show {
  padding: 2.2% 0;
  background-color: #f2f2f2;
}
.contents.news_show aside {
  width: 250px;
  float: left;
}
.contents.news_show aside .dh {
  position: relative;
  text-align: center;
  background-color: #fff;
  padding-bottom: 8%;
  margin-bottom: 10%;
}
.contents.news_show aside .dh dt {
  position: relative;
  font-size: 2.4rem;
  color: #fff;
  background-color: #1a6ec4;
  font-weight: normal;
  height: 74px;
  line-height: 74px;
  margin-bottom: 8%;
}
.contents.news_show aside .dh dt:before {
  content: '';
  position: absolute;
  left: 12%;
  top: 50%;
  width: 15px;
  height: 2px;
  background: #fff;
}
.contents.news_show aside .dh dt:after {
  content: '';
  position: absolute;
  right: 12%;
  top: 50%;
  width: 15px;
  height: 2px;
  background: #fff;
}
.contents.news_show aside .dh dd a {
  font-size: 1.4rem;
  line-height: 200%;
}
.contents.news_show aside .dh dd:hover a {
  color: #1a6ec4;
}
.contents.news_show aside .dh:before {
  content: '';
  position: absolute;
  top: 74px;
  left: 0;
  border-left: 8px solid #1a6ec4;
  border-bottom: 5px solid transparent;
}
.contents.news_show aside .dh:after {
  content: '';
  position: absolute;
  top: 74px;
  right: 0;
  border-right: 8px solid #1a6ec4;
  border-bottom: 5px solid transparent;
}
.contents.news_show aside .dz {
  background-color: #fff;
  padding-bottom: 10%;
}
.contents.news_show aside .dz dt {
  font-size: 1.8rem;
  color: #fff;
  background-color: #41b23b;
  text-align: center;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10%;
}
.contents.news_show aside .dz dd {
  font-size: 1.4rem;
  line-height: 200%;
  padding-left: 12%;
  padding-right: 12%;
}
.contents.news_show aside .dz dd:nth-last-of-type(1) {
  margin-top: 8%;
}
.contents.news_show aside .dz dd:nth-last-of-type(1) a {
  display: block;
  padding-left: 70px;
  background: url(../images/case_13.jpg) no-repeat left 3px center;
  height: 52px;
  line-height: 52px;
}
.contents.news_show aside .dz dd:nth-last-of-type(1) a b {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 115px;
  height: 30px;
  line-height: 30px;
  background-color: #1a6ec4;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin-left: 5px;
}
.contents.news_show aside .dz dd:nth-last-of-type(1) a b:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  border-right: 5px solid #1a6ec4;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-top: -5px;
  margin-left: -5px;
}
.contents.news_show aside .dz dd:nth-last-of-type(1):hover a b {
  color: #1a6ec4;
  background-color: transparent;
  border: 1px solid #1a6ec4;
}
.contents.news_show .main {
  width: calc(100% - 250px);
  float: left;
  padding-left: 2.75%;
}
.contents.news_show .main .c1 {
  position: relative;
  background-color: #fff;
  padding: 3%;
}
.contents.news_show .main .c1 article .h {
  border-bottom: 1px solid #e3e3e3;
}
.contents.news_show .main .c1 article .h h1 {
  font-size: 3rem;
  color: #000;
  margin-bottom: 15px;
}
.contents.news_show .main .c1 article .h h2 {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 20px;
}
.contents.news_show .main .c1 article .b h1 {
  font-size: 1.8rem;
  margin: 4% 0;
}
.contents.news_show .main .c1 article .b p {
  font-size: 1.4rem;
  color: #666;
  line-height: 170%;
  margin-bottom: 5%;
}
.contents.news_show .main .c1 article .b img {
  width: auto;
  max-width: 100%;
}
.contents.product {
  padding: 2.2% 0;
  background-color: #f2f2f2;
}
.contents.product aside {
  width: 250px;
  float: left;
}
.contents.product aside .dh {
  position: relative;
  text-align: center;
  background-color: #fff;
  padding-bottom: 8%;
  margin-bottom: 10%;
}
.contents.product aside .dh dt {
  position: relative;
  font-size: 2.4rem;
  color: #fff;
  background-color: #1a6ec4;
  font-weight: normal;
  height: 74px;
  line-height: 74px;
  margin-bottom: 8%;
}
.contents.product aside .dh dt:before {
  content: '';
  position: absolute;
  left: 12%;
  top: 50%;
  width: 15px;
  height: 2px;
  background: #fff;
}
.contents.product aside .dh dt:after {
  content: '';
  position: absolute;
  right: 12%;
  top: 50%;
  width: 15px;
  height: 2px;
  background: #fff;
}
.contents.product aside .dh dd a {
  font-size: 1.4rem;
  line-height: 200%;
}
.contents.product aside .dh dd:hover a {
  color: #1a6ec4;
}
.contents.product aside .dh:before {
  content: '';
  position: absolute;
  top: 74px;
  left: 0;
  border-left: 8px solid #1a6ec4;
  border-bottom: 5px solid transparent;
}
.contents.product aside .dh:after {
  content: '';
  position: absolute;
  top: 74px;
  right: 0;
  border-right: 8px solid #1a6ec4;
  border-bottom: 5px solid transparent;
}
.contents.product aside .dz {
  background-color: #fff;
  padding-bottom: 10%;
}
.contents.product aside .dz dt {
  font-size: 1.8rem;
  color: #fff;
  background-color: #41b23b;
  text-align: center;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10%;
}
.contents.product aside .dz dd {
  font-size: 1.4rem;
  line-height: 200%;
  padding-left: 12%;
  padding-right: 12%;
}
.contents.product aside .dz dd:nth-last-of-type(1) {
  margin-top: 8%;
}
.contents.product aside .dz dd:nth-last-of-type(1) a {
  display: block;
  padding-left: 70px;
  background: url(../images/case_13.jpg) no-repeat left 3px center;
  height: 52px;
  line-height: 52px;
}
.contents.product aside .dz dd:nth-last-of-type(1) a b {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 115px;
  height: 30px;
  line-height: 30px;
  background-color: #1a6ec4;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin-left: 5px;
}
.contents.product aside .dz dd:nth-last-of-type(1) a b:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  border-right: 5px solid #1a6ec4;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-top: -5px;
  margin-left: -5px;
}
.contents.product aside .dz dd:nth-last-of-type(1):hover a b {
  color: #1a6ec4;
  background-color: transparent;
  border: 1px solid #1a6ec4;
}
.contents.product .main {
  width: calc(100% - 250px);
  float: left;
  padding-left: 2.75%;
}
.contents.product .main ul {
  overflow: hidden;
}
.contents.product .main ul li {
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 3.5%;
}
.contents.product .main ul li .pic {
  margin-bottom: 2px;
}
.contents.product .main ul li .txt {
  font-size: 1.6rem;
  padding: 7% 0;
  text-align: center;
  background-color: #fff;
  margin-bottom: 8px;
}
.contents.product .main ul li a {
  display: block;
  background-color: #008dd4;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5% 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #008dd4;
}
.contents.product .main ul li:hover a {
  color: #008dd4;
  background-color: transparent;
}
.contents.product_show {
  padding: 2.2% 0;
  background-color: #f2f2f2;
}
.contents.product_show aside {
  width: 250px;
  float: left;
}
.contents.product_show aside .dh {
  position: relative;
  text-align: center;
  background-color: #fff;
  padding-bottom: 8%;
  margin-bottom: 10%;
}
.contents.product_show aside .dh dt {
  position: relative;
  font-size: 2.4rem;
  color: #fff;
  background-color: #1a6ec4;
  font-weight: normal;
  height: 74px;
  line-height: 74px;
  margin-bottom: 8%;
}
.contents.product_show aside .dh dt:before {
  content: '';
  position: absolute;
  left: 12%;
  top: 50%;
  width: 15px;
  height: 2px;
  background: #fff;
}
.contents.product_show aside .dh dt:after {
  content: '';
  position: absolute;
  right: 12%;
  top: 50%;
  width: 15px;
  height: 2px;
  background: #fff;
}
.contents.product_show aside .dh dd a {
  font-size: 1.4rem;
  line-height: 200%;
}
.contents.product_show aside .dh dd:hover a {
  color: #1a6ec4;
}
.contents.product_show aside .dh:before {
  content: '';
  position: absolute;
  top: 74px;
  left: 0;
  border-left: 8px solid #1a6ec4;
  border-bottom: 5px solid transparent;
}
.contents.product_show aside .dh:after {
  content: '';
  position: absolute;
  top: 74px;
  right: 0;
  border-right: 8px solid #1a6ec4;
  border-bottom: 5px solid transparent;
}
.contents.product_show aside .dz {
  background-color: #fff;
  padding-bottom: 10%;
}
.contents.product_show aside .dz dt {
  font-size: 1.8rem;
  color: #fff;
  background-color: #41b23b;
  text-align: center;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10%;
}
.contents.product_show aside .dz dd {
  font-size: 1.4rem;
  line-height: 200%;
  padding-left: 12%;
  padding-right: 12%;
}
.contents.product_show aside .dz dd:nth-last-of-type(1) {
  margin-top: 8%;
}
.contents.product_show aside .dz dd:nth-last-of-type(1) a {
  display: block;
  padding-left: 70px;
  background: url(../images/case_13.jpg) no-repeat left 3px center;
  height: 52px;
  line-height: 52px;
}
.contents.product_show aside .dz dd:nth-last-of-type(1) a b {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 115px;
  height: 30px;
  line-height: 30px;
  background-color: #1a6ec4;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin-left: 5px;
}
.contents.product_show aside .dz dd:nth-last-of-type(1) a b:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  border-right: 5px solid #1a6ec4;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-top: -5px;
  margin-left: -5px;
}
.contents.product_show aside .dz dd:nth-last-of-type(1):hover a b {
  color: #1a6ec4;
  background-color: transparent;
  border: 1px solid #1a6ec4;
}
.contents.product_show .main {
  width: calc(100% - 250px);
  float: left;
  padding-left: 2.75%;
}
.contents.product_show .main .pc-slide {
  overflow: hidden;
  margin-bottom: 5%;
}
.contents.product_show .main .pc-slide .l {
  width: 45%;
  float: left;
}
.contents.product_show .main .pc-slide .r {
  width: 55%;
  float: left;
  padding-left: 5.5%;
}
.contents.product_show .main .pc-slide .r .h {
  border-bottom: 1px solid #dedede;
}
.contents.product_show .main .pc-slide .r .h h1 {
  padding-left: 45px;
  background: url(../images/pn.png) no-repeat left top;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
}
.contents.product_show .main .pc-slide .r .b h2 {
  font-size: 1.6rem;
  height: 40px;
  line-height: 40px;
  border: 2px solid #000;
  color: #666;
  margin-top: 10%;
}
.contents.product_show .main .pc-slide .r .b h2 b {
  font-weight: normal;
  background-color: #000;
  color: #fff;
  display: inline-block;
  height: 36px;
  line-height: 40px;
  padding: 0 20px;
}
.contents.product_show .main .pc-slide .r .b h2 i {
  display: inline-block;
  line-height: 40px;
  color: #666;
  padding: 0 18px;
  font-style: normal;
}
.contents.product_show .main .pc-slide .r .b a {
  display: block;
  height: 78px;
  line-height: 78px;
  font-size: 1.6rem;
  color: #070707;
  padding-left: 78px;
  background: url(../images/down.png) no-repeat left center;
  margin-top: 10%;
}
.contents.product_show .main .pc-slide .r .b a:hover {
  color: #3a73c2;
}
.contents.product_show .main .pc-slide .r .b address {
  position: relative;
  border: 1px solid #41b23b;
  padding: 14% 7% 8%;
  margin-top: 18%;
}
.contents.product_show .main .pc-slide .r .b address:before {
  content: '立即咨询';
  position: absolute;
  left: 7%;
  top: 0;
  width: 135px;
  height: 45px;
  line-height: 45px;
  -webkit-transform: translateY(-22.5px);
      -ms-transform: translateY(-22.5px);
          transform: translateY(-22.5px);
  background-color: #41b23b;
  text-align: center;
  font-size: 2rem;
  color: #fff;
}
.contents.product_show .main .pc-slide .r .b address p {
  font-size: 1.8rem;
  line-height: 170%;
  padding-left: 35px;
}
.contents.product_show .main .pc-slide .r .b address p:nth-child(1) {
  background: url(../images/phone.png) no-repeat left center;
}
.contents.product_show .main .pc-slide .r .b address p:nth-child(2) {
  background: url(../images/msg.png) no-repeat left center;
}
.contents.product_show .main .pc-slide .preview {
  position: relative;
  margin-top: 7px;
  padding-left: 40px;
  padding-right: 40px;
}
.contents.product_show .main .pc-slide .preview .arrow-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 100%;
  background-color: #fff;
  background-image: url(../images/arrow2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px 24px;
}
.contents.product_show .main .pc-slide .preview .arrow-left:hover {
  background-color: #d6d6d6;
  background-image: url(../images/arrow1.png);
}
.contents.product_show .main .pc-slide .preview .arrow-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 100%;
  background-color: #fff;
  background-image: url(../images/arrow2_02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px 24px;
}
.contents.product_show .main .pc-slide .preview .arrow-right:hover {
  background-color: #d6d6d6;
  background-image: url(../images/arrow1_02.png);
}
.contents.product_show .main .datails .c {
  background-color: #fff;
  border-bottom: 1px solid #3a73c2;
}
.contents.product_show .main .datails .c .h {
  position: relative;
  font-size: 2rem;
  padding: 2.5% 3%;
  border-bottom: 1px solid #dbdbdb;
}
.contents.product_show .main .datails .c .h:after {
  content: '';
  position: absolute;
  left: 5%;
  bottom: 0;
  margin-bottom: -8px;
  width: 12px;
  height: 8px;
  background: url(../images/product_show_15.jpg);
}
.contents.product_show .main .datails .c:nth-last-of-type(1) {
  border-bottom: 0;
}
.contents.product_show .main .datails .c:nth-last-of-type(1) img,.contents.product_show .main .datails .c img{max-width:100%;height:auto!important}
.contents.job {
  padding: 2.2% 0;
  background-color: #f2f2f2;
}
.contents.job aside {
  width: 250px;
  float: left;
}
.contents.job aside .dh {
  position: relative;
  text-align: center;
  background-color: #fff;
  padding-bottom: 8%;
  margin-bottom: 10%;
}
.contents.job aside .dh dt {
  position: relative;
  font-size: 2.4rem;
  color: #fff;
  background-color: #1a6ec4;
  font-weight: normal;
  height: 74px;
  line-height: 74px;
  margin-bottom: 8%;
}
.contents.job aside .dh dt:before {
  content: '';
  position: absolute;
  left: 12%;
  top: 50%;
  width: 15px;
  height: 2px;
  background: #fff;
}
.contents.job aside .dh dt:after {
  content: '';
  position: absolute;
  right: 12%;
  top: 50%;
  width: 15px;
  height: 2px;
  background: #fff;
}
.contents.job aside .dh dd a {
  font-size: 1.4rem;
  line-height: 200%;
}
.contents.job aside .dh dd:hover a {
  color: #1a6ec4;
}
.contents.job aside .dh:before {
  content: '';
  position: absolute;
  top: 74px;
  left: 0;
  border-left: 8px solid #1a6ec4;
  border-bottom: 5px solid transparent;
}
.contents.job aside .dh:after {
  content: '';
  position: absolute;
  top: 74px;
  right: 0;
  border-right: 8px solid #1a6ec4;
  border-bottom: 5px solid transparent;
}
.contents.job aside .dz {
  background-color: #fff;
  padding-bottom: 10%;
}
.contents.job aside .dz dt {
  font-size: 1.8rem;
  color: #fff;
  background-color: #41b23b;
  text-align: center;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10%;
}
.contents.job aside .dz dd {
  font-size: 1.4rem;
  line-height: 200%;
  padding-left: 12%;
  padding-right: 12%;
}
.contents.job aside .dz dd:nth-last-of-type(1) {
  margin-top: 8%;
}
.contents.job aside .dz dd:nth-last-of-type(1) a {
  display: block;
  padding-left: 70px;
  background: url(../images/case_13.jpg) no-repeat left 3px center;
  height: 52px;
  line-height: 52px;
}
.contents.job aside .dz dd:nth-last-of-type(1) a b {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 115px;
  height: 30px;
  line-height: 30px;
  background-color: #1a6ec4;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin-left: 5px;
}
.contents.job aside .dz dd:nth-last-of-type(1) a b:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  border-right: 5px solid #1a6ec4;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-top: -5px;
  margin-left: -5px;
}
.contents.job aside .dz dd:nth-last-of-type(1):hover a b {
  color: #1a6ec4;
  background-color: transparent;
  border: 1px solid #1a6ec4;
}
.contents.job .main {
  width: calc(100% - 250px);
  float: left;
  padding-left: 2.75%;
}
.contents.job .main ul {
  background-color: #fff;
  padding-bottom: 5%;
}
.contents.job .main ul li {
  margin-top: -1px;
}
.contents.job .main ul li .hd {
  border: 1px dashed #cfcfcf;
  overflow: hidden;
}
.contents.job .main ul li .hd .hd1 {
  border-right: 1px dashed #cfcfcf;
  padding: 3.5% 4.5%;
}
.contents.job .main ul li .hd .hd1 p {
  font-size: 1.6rem;
  color: #444;
  margin-bottom: 20px;
}
.contents.job .main ul li .hd .hd1 p b {
  font-weight: normal;
  margin-right: 5%;
}
.contents.job .main ul li .hd .hd1 p:last-child {
  margin-bottom: 0;
}
.contents.job .main ul li .hd .hd2 {
  border-left: 1px dashed #cfcfcf;
  padding: 3.5% 4.5%;
  text-align: center;
  margin-left: -1px;
}
.contents.job .main ul li .hd .hd2 span {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 15px;
  margin-top: 5%;
}
.contents.job .main ul li .hd .hd2 span b {
  font-weight: normal;
}
.contents.job .main ul li .hd .hd2 a {
  display: block;
  width: 85px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 20px;
  background-color: #3a73c2;
  border: 1px solid #3a73c2;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.contents.job .main ul li .hd .hd2 a:hover {
  background-color: transparent;
  color: #3a73c2;
}
.contents.job .main ul li .bd {
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 1px;
}
.contents.job .main ul li .bd .box {
  padding: 3% 5%;
}
.contents.job .main ul li .bd h1 {
  font-size: 1.8rem;
  color: #444;
  font-weight: bold;
  margin-bottom: 5%;
}
.contents.job .main ul li .bd p {
  font-size: 1.4rem;
  line-height: 200%;
}
.contents.job .main ul li .bd a {
  display: block;
  width: 85px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 20px;
  background-color: #3a73c2;
  border: 1px solid #3a73c2;
  margin-left: auto;
  margin-right: 0;
}
.contents.job .main ul li .bd a:hover {
  background-color: transparent;
  color: #3a73c2;
}
.contents.job .main ul li.active .bd {
  height: auto;
}
footer {
  background: #2f2f2f;
  border-bottom: 1px solid #2c2e35;
  padding-top: 3%;
  padding-bottom: 3%;
  overflow: hidden;
}
footer dl {
  margin-bottom: 10px;
}
footer .l {
  width: 66.6%;
  float: left;
}
footer .l > dt {
  text-align: center;
  width: 16%;
  float: left;
}
footer .l > dt > h1 {
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
  color: #fff;
  margin: 0;
  margin-bottom: 20px;
  border-right: 3px solid #3a73c2;
  margin-right: -2px;
}
footer .l > dt img {
  max-width: 55%;border-radius: 100%;
}
footer .l > dd {
  width: 21%;
}
footer .r {
  width: 33.3%;
  float: left;
}
footer .r > dt {
  text-align: center;
  width: 32%;
  float: left;
}
footer .r > dt > h1 {
  font-size: 2.4rem;
  color: #fff;
  margin: 0;
  margin-bottom: 20px;
  border-right: 3px solid #3a73c2;
  margin-right: -2px;
}
footer .r > dt img {
  max-width: 55%;border-radius: 100%;
}
footer .r > dd {
  width: 68%;
}
footer .l > dd,
footer .r > dd {
  float: left;
  padding-left: 30px;
}
footer .l > dd dt,
footer .r > dd dt {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 20px;
}
footer .l > dd dd,
footer .r > dd dd {
  font-size: 1.5rem;
  color: #ccc;
  line-height: 180%;
}
footer .l > dd dd a,
footer .r > dd dd a {
  font-size: 1.5rem;
  color: #ccc;
  line-height: 180%;
}
footer .l > dd:nth-of-type(1),
footer .r > dd:nth-of-type(1) {
  border-left: 1px solid #434549;
}
.bq {
  width: 100%;
  background-color: #2f2f2f;
}
.bq > .container {
  position: relative;
  padding: 2% 0;
  width: 80px;
}
.bq > .container > p {
  color: #8c909c;
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 120%;
}
.bq > .container > p > a {
  color: #8c909c;
  font-size: 1.4rem;
}
.bq > .container > a {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pn2 {
  border-top: 1px solid #d0d0d0;
  overflow: hidden;
  background-color: #fff;
}
.pn2 > div {
  width: 50%;
  float: left;
  padding: 2.4% 0 2.4% 2.4%;
}
.pn2 > div a {
  display: block;
  height: 25px;
  line-height: 25px;
}
.pn2 > div a:hover {
  color: #3a73c2;
}
.pn2 > div.prev a {
  border-right: 1px solid #d0d0d0;
}
.layui-layer {
  max-width: 95%;
  max-height: 90%;
  overflow-y: auto;
  background: #fff;
}
.layui-layer .layui-layer-title {
  font-size: 0;
  background-color: #fff;
  border-bottom: 0;
}
.layui-layer .layui-layer-setwin {
  top: 0;
  right: 0;
}
.layui-layer .layui-layer-setwin a {
  background: #ffb400 url(../images/close.png) no-repeat center center;
  width: 40px;
  height: 40px;
}
.layui-layer .layui-layer-content {
  padding: 0 10% 5%;
}
.layui-layer .layui-layer-content > .h {
  padding: 15px 0;
  background: url(../images/write.png) no-repeat left center;
  padding-left: 50px;
  font-size: 1.8rem;
  line-height: 120%;
  border-bottom: 1px solid #e5e5e5;
}
.layui-layer .layui-layer-content > form > input[type="text"] {
  width: 100%;
  height: 44px;
  margin-top: 4%;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 0 30px;
  background: #fff url(../images/star.png) no-repeat left 15px center;
}
.layui-layer .layui-layer-content > form > input[type="text"]:focus {
  outline: 0;
}
.layui-layer .layui-layer-content > form > .radioBox {
  margin-top: 4%;
}
.layui-layer .layui-layer-content > form > .radioBox > label {
  font-size: 1.8rem;
  font-weight: normal;
  margin-right: 25px;
}
.layui-layer .layui-layer-content > form > .radioBox > label > input[type="radio"] {
  margin-right: 8px;
}
.layui-layer .layui-layer-content > form > textarea {
  width: 100%;
  height: 142px;
  margin-top: 4%;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 20px 30px;
  resize: none;
  background: #fff url(../images/star.png) no-repeat left 15px top 22px;
}
.layui-layer .layui-layer-content > form > textarea:focus {
  outline: 0;
}
.layui-layer .layui-layer-content > form > button {
  margin-top: 4%;
  width: 175px;
  height: 44px;
  line-height: 44px;
  background: #ffb400;
  color: #fff;
  border: 0;
  border-radius: 3px;
  text-align: center;
  font-size: 2.4rem;
}
.tc > .h {
  padding: 15px 0;
  background: url(../images/write.png) no-repeat left center;
  padding-left: 50px;
  font-size: 1.8rem;
  line-height: 120%;
  border-bottom: 1px solid #e5e5e5;
}
.tc > form > input[type="text"] {
  width: 100%;
  height: 44px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 0 30px;
  background: #fff url(../images/star.png) no-repeat left 15px center;
}
.tc > form > input[type="text"]:focus {
  outline: 0;
}
.tc > form > .radioBox {
  margin-bottom: 20px;
}
.tc > form > .radioBox > label {
  font-size: 1.8rem;
  font-weight: normal;
  margin-right: 25px;
}
.tc > form > .radioBox > label > input[type="radio"] {
  margin-right: 8px;
}
.tc > form > textarea {
  width: 100%;
  height: 142px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 20px 30px;
  resize: none;
  background: #fff url(../images/star.png) no-repeat left 15px top 22px;
}
.tc > form > textarea:focus {
  outline: 0;
}
.tc > form > button {
  width: 175px;
  height: 44px;
  line-height: 44px;
  background: #ffb400;
  color: #fff;
  border: 0;
  border-radius: 3px;
  text-align: center;
}
.share > li {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0 5px;
}
.mobile-foot > .container > .panel-group {
  margin-bottom: 5px;
}
.mobile-foot > .container > .panel-group > .panel {
  border-radius: 0;
}
.mobile-foot > .container > .panel-group > .panel > .panel-heading {
  background: #3a73c2;
  opacity: 1;
}
.mobile-foot .panel-primary > .panel-heading {
  background-color: #000;
  border-radius: 0;
  color: #fff;
  opacity: 0.7;
}
.mobile-foot .panel-primary > .panel-collapse > .list-group > .list-group-item > form > input {
  width: 100%;
  height: 30px;
  padding: 9px 11px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin-bottom: 5px;
}
.mobile-foot .panel-primary > .panel-collapse > .list-group > .list-group-item > form > input:focus {
  outline: none;
}
.mobile-foot .panel-primary > .panel-collapse > .list-group > .list-group-item > form > textarea {
  width: 100%;
  height: 80px;
  padding: 9px 11px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  resize: none;
}
.mobile-foot .panel-primary > .panel-collapse > .list-group > .list-group-item > form > textarea:focus {
  outline: none;
}
.mobile-foot .panel-primary > .panel-collapse > .list-group > .list-group-item > form > button {
  width: 64px;
  height: 30px;
  background: #ffb400;
  color: #fff;
  text-align: center;
  border: 0;
  border-radius: 5px;
}
.mobile-foot .panel-primary > .panel-collapse > .list-group > .list-group-item > dl > dd {
  padding-left: 35px;
  line-height: 35px;
  background-position: left top 7px;
  background-repeat: no-repeat;
}
.mobile-foot .panel-primary > .panel-collapse > .list-group > .list-group-item > dl > dd:nth-of-type(1) {
  background-image: url(../images/phone.png);
}
.mobile-foot .panel-primary > .panel-collapse > .list-group > .list-group-item > dl > dd:nth-of-type(2) {
  background-image: url(../images/msg.png);
}
.mobile-foot .panel-primary > .panel-collapse > .list-group > .list-group-item > dl > dd:nth-of-type(3) {
  background-image: url(../images/pos.png);
}
.mobile-foot .panel-primary > .panel-collapse > .list-group > .list-group-item > a > span {
  margin-left: 10px;
}
.mobile-foot img {
  width: auto !important;
}
.mobile-foot > .container {
  padding: 0;
}
.mobile-foot .panel-title > a {
  display: block;
}
.mobile-foot .panel-title > a:hover {
  color: #fff;
}
.mobile-foot .panel-body {
  padding: 0 !important;
}
.addthis_inline_share_toolbox > #atstbx > .at-share-btn-elements {
  text-align: center;
}
.addthis_inline_share_toolbox > #atstbx > .at-share-btn-elements > a {
  margin-left: 1% !important;
  margin-right: 1% !important;
}
.addthis_inline_share_toolbox > #atstbx > .at-share-btn-elements > a > .at-icon-wrapper {
  width: 28px !important;
  height: 28px !important;
}
.addthis_inline_share_toolbox > #atstbx > .at-share-btn-elements > a > .at-icon-wrapper > svg {
  width: 28px !important;
  height: 28px !important;
}
.col-lg-1-7,
.col-md-1-7,
.col-sm-1-7,
.col-xs-1-7 {
  width: 14.2857%;
}
.slide_1 {
  width: 100%;
}
.slide_1 .swiper-slide {
  overflow: hidden;
}
.slide_1 .swiper-slide img {
  width: auto !important;
  max-width: 100%;
  -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
      -ms-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
          transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  -webkit-transition: all 0.4s ease 1.2s;
  -o-transition: all 0.4s ease 1.2s;
  transition: all 0.4s ease 1.2s;
}
.slide_1 .swiper-slide.swiper-slide-active img {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition-delay: 0.4s !important;
       -o-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
  -webkit-transition: all 5.0s ease;
  -o-transition: all 5.0s ease;
  transition: all 5.0s ease;
}
.btn_aside {
  position: fixed;
  -webkit-transition: bottom ease 1s;
  -o-transition: bottom ease 1s;
  transition: bottom ease 1s;
  right: 10px;
  bottom: -220px;
  z-index: 3;
}
.btn_aside > .cbbtn {
  padding: 12.5px;
  width: 55px;
  height: 55px;
  margin-top: 1px;
  display: block;
  cursor: pointer;
  background: #0a92dc;
}
.btn_aside > .cbbtn#cweixin > div {
  background: url(../images/qrone.jpg);
  background-size: 100% 100%;
  width: 140px;
  height: 140px;
  position: relative;
  bottom: 130px;
  right: 1604px;
  display: none;
}
.btn_aside > .cbbtn#gotop {
  -webkit-transition: background-color ease 0.3s;
  -o-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}
.btn_aside > .cbbtn > .yy-icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../images/icon.png);
}
.btn_aside > .cbbtn > .yy-icon.yy-weixin {
  width: 30px;
  height: 30px;
  background-position: -40px -80px;
}
.btn_aside > .cbbtn > .yy-icon.yy-qq {
  width: 30px;
  height: 30px;
  background-position: 0px 0px;
}
.btn_aside > .cbbtn > .yy-icon.yy-gt {
  width: 30px;
  height: 30px;
  background-position: -40px -40px;
}
.btn_aside > .cbbtn > .yy-icon.yy-tell {
  width: 30px;
  height: 30px;
  background-position: 0px -120px;
}
.btn_aside > .cbbtn > .yy-icon.yy-skype {
  width: 30px;
  height: 30px;
  background-position: -40px 0px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  nav.navbar > .navbar-header {
    margin-left: 0;
    margin-right: 0;
    margin-left: 3%;
  }
  nav.navbar > .navbar-header > .navbar-toggle {
    background-color: #ff0000;
  }
  nav.navbar > .navbar-header > .navbar-toggle > .icon-bar {
    background-color: #fff;
  }
  nav.navbar > .navbar-header > button {
    margin-right: 0;
  }
  nav.navbar .navbar-collapse ul > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  nav.navbar > .navbar-header {
    margin-left: 0;
    margin-right: 0;
    margin-left: 1%;
  }
  nav.navbar > .navbar-header > .navbar-toggle {
    background-color: #ff0000;
  }
  nav.navbar > .navbar-header > .navbar-toggle > .icon-bar {
    background-color: #fff;
  }
  nav.navbar > .navbar-header > button {
    margin-right: 0;
  }
  nav.navbar .navbar-collapse > ul > li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .contents.index .c2 .l {
    width: 50%;
  }
  .contents.index .c2 .r {
    width: 48%;
  }
  .contents.index .c3 .new_box .tit {
    padding-left: 1%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50%;
  }
  .cell-xs {
    display: table-cell !important;
  }
  nav.navbar {
    position: static;
    width: 100%;
    padding: 0;
    height: auto;
  }
  nav.navbar .navbar-header {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    height: auto;
  }
  nav.navbar .navbar-header > .navbar-toggle {
    background-color: #3a73c2;
  }
  nav.navbar .navbar-header > .navbar-toggle > .icon-bar {
    background-color: #fff;
  }
  nav.navbar .navbar-header > .navbar-brand {
    margin-top: 5px;
    max-width: 125px;
  }
  nav.navbar .navbar-header > button {
    margin-right: 0;
  }
  nav.navbar .navbar-collapse {
    margin: 0;
    padding: 0;
  }
  nav.navbar .navbar-collapse > .nav {
    width: 100%;
    display: block;
    margin: 0;
    float: none;
    padding-bottom: 20px;
  }
  nav.navbar .navbar-collapse > .nav > li {
    display: block;
    text-align: center;
    border-top: 1px dashed #c9caca;
    border-left: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    float: none;
  }
  nav.navbar .navbar-collapse > .nav > li > a {
    line-height: 300%;
  }
  nav.navbar .navbar-collapse > .nav > li > ul {
    position: static;
    border-top-width: 1px;
  }
  nav.navbar .navbar-collapse > .nav > li > ul > li {
    border: 0;
    text-align: left;
    padding-left: 30px;
  }
  nav.navbar .navbar-collapse > .nav > li > ul > li > a {
    line-height: 30px;
  }
  nav.navbar .navbar-collapse > .nav > li:after {
    display: none;
  }
  nav.navbar .navbar-collapse > .nav > li:last-child {
    border-bottom: 1px dashed #d5d5d5;
  }
  nav.navbar .navbar-collapse > .search {
    float: none;
    width: 100%;
    padding: 0 5%;
    text-align: center;
  }
  nav.navbar .navbar-collapse > .search .lang {
    margin-left: 0;
    margin: 10px 0;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .path > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pc-foot .bq > .container {
    padding: 15px;
  }
  .pc-foot .bq > .container .txt {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .pc-foot .bq > .container ul {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .bq > .container > p {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contents.index .h h1 {
    font-size: 2.4rem;
  }
  .contents.index .h p {
    line-height: 170%;
  }
  .contents.index .c2 .b ul li {
    width: 100%;
    display: block;
  }
  .contents.about .c2 .b .pic {
    width: 100%;
  }
  .contents.about .c2 .b ul {
    width: 100%;
  }
  .contents.about .c2 .b ul {
    padding: 0;
    margin-top: 20px;
  }
  .contents.about .c2 .b ul li {
    padding-left: 0;
    padding-right: 0;
  }
  .contents.case aside .dz,
  .contents.news aside .dz,
  .contents.news_show aside .dz,
  .contents.product aside .dz,
  .contents.product_show aside .dz,
  .contents.job aside .dz {
    display: none;
  }
  .contents.case aside,
  .contents.news aside,
  .contents.news_show aside,
  .contents.product aside,
  .contents.product_show aside,
  .contents.job aside {
    width: 100%;
  }
  .contents.case .main,
  .contents.news .main,
  .contents.news_show .main,
  .contents.product .main,
  .contents.product_show .main,
  .contents.job .main {
    width: 100%;
    padding-left: 0;
  }
  .contents.case .main ul li {
    padding: 0;
  }
  .contents.news .main .c1 .swiper-slide .pic {
    width: 100%;
  }
  .contents.news .main .c1 .swiper-slide .txt {
    width: 100%;
    padding: 0;
  }
  .contents.news .main .c1 .swiper-pagination {
    top: 2.5%;
  }
  .contents.product_show .main .pc-slide .l {
    width: 100%;
  }
  .contents.product_show .main .pc-slide .r {
    padding-left: 0;
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 1699px) {
  nav.navbar .navbar-collapse {
    text-align: right;
    padding-top: 13px;
  }
  nav.navbar .navbar-collapse ul {
    margin-top: 13px;
  }
}

/* 这里开始 */




.contents.index .c3 {
  background-color: #f2f2f2;
  padding-top: 3.75%;
  padding-bottom: 4.4%;
}
.contents.index .c3 .index_about {
  width: 67%;
  margin-right: 1.4%;
  float: left;
  background-color: #fff;
  overflow: hidden;
}
.contents.index .c3 .index_about .pic {
  width: 38%;
  float: left;
}
.contents.index .c3 .index_about .txt {
  width: 62%;
  float: left;
  padding: 4% 3% 4% 0;
}
.contents.index .c3 .index_about .txt .title {
  position: relative;
  padding-left: 5%;
  border-bottom: 1px solid #dedede;
}
.contents.index .c3 .index_about .txt .title h1 {
  font-size: 2.4rem;
  color: #000;
  line-height: 33px;
  height: 33px;
}
.contents.index .c3 .index_about .txt .title a {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 35px;
  height: 35px;
  color: #000;
  border-bottom: 1px solid #3ac26d;
}
.contents.index .c3 .index_about .txt .con {
  padding-left: 5%;
  padding-top: 10%;
}
.contents.index .c3 .index_about .txt .con p {
  font-size: 1.4rem;
  color: #000;
  line-height: 200%;
}
.contents.index .c3 .index_news {
  width: 31.6%;
  float: left;
  background-color: #fff;
  -webkit-box-shadow: 0 0 16px rgba(25, 25, 25, 0.13);
          box-shadow: 0 0 16px rgba(25, 25, 25, 0.13);
}
.contents.index .c3 .index_news .title {
  position: relative;
  padding-left: 25%;
  padding-right: 5%;
  padding-top: 8.5%;
  border-bottom: 1px solid #dedede;
  background: url(../images/index4_03.jpg) no-repeat left 7% bottom;
}
.contents.index .c3 .index_news .title h1 {
  font-size: 2.4rem;
  color: #000;
  line-height: 33px;
  height: 33px;
}
.contents.index .c3 .index_news .title a {
  position: absolute;
  right: 5%;
  bottom: -1px;
  line-height: 35px;
  height: 35px;
  color: #000;
  border-bottom: 1px solid #3ac26d;
}
.contents.index .c3 .index_news .con dl {
  padding: 10% 8%;
}
.contents.index .c3 .index_news .con dl dt {
  font-weight: normal;
  padding-bottom: 5%;
  margin-bottom: 10%;
  border-bottom: 1px solid #e5e5e5;
}
.contents.index .c3 .index_news .con dl dt a h1 {
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 8%;
}
.contents.index .c3 .index_news .con dl dt a p {
  font-size: 1.4rem;
  color: #666;
  line-height: 170%;
}
.contents.index .c3 .index_news .con dl dt:hover a h1 {
  color: #3a73c2;
}
.contents.index .c3 .index_news .con dl dt:hover a p {
  color: #3a73c2;
}
.contents.index .c3 .index_news .con dl dd {
  line-height: 170%;
}
.contents.index .c3 .index_news .con dl dd a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 1.6rem;
  color: #666;
  line-height: 170%;
}
.contents.index .c3 .index_news .con dl dd:hover a {
  color: #3a73c2;
}
.contents.index .c4 .b {
  margin-bottom: 5%;
}
.contents.index .c4 .b ul {
  overflow: hidden;
  background-color: #f4f4f4;
}
.contents.index .c4 .b ul [class*='col'] {
  padding: 0;
}
.contents.index .c4 .b ul li .txt {
  padding: 3% 5%;
}
.contents.index .c4 .b ul li .txt h1 {
  font-size: 2.4rem;
  color: #000;
  margin-bottom: 15px;
}
.contents.index .c4 .b ul li .txt h1:after {
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  background-color: #3ac26d;
  margin-top: 15px;
}
.contents.index .c4 .b ul li .txt p {
  font-size: 1.4rem;
  color: #666666;
  line-height: 170%;
}
.contents.index .c5 {
  border-top: 1px solid #e1e1e1;
  padding: 3.6% 0;
}
.contents.index .c5 ul li {
  text-align: center;
  border-right: 1px solid #e1e1e1;
}
.contents.index .c5 ul li dl {
  display: inline-block;
  text-align: left;
}
.contents.index .c5 ul li dl dt {
  font-size: 2.4rem;
  color: #000;
  margin-bottom: 18%;
}
.contents.index .c5 ul li dl dt a {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.4rem;
  color: #666;
  font-weight: bold;
  margin-left: 12px;
}
.contents.index .c5 ul li dl dt a:hover {
  color: #3a73c2;
}
.contents.index .c5 ul li dl dd a {
  font-size: 1.4rem;
  color: #666666;
  line-height: 200%;
}
.contents.index .c5 ul li:last-child {
  border-right: 0;
}






@media (max-width: 1199px) and (min-width: 992px) {
  nav.navbar > .navbar-header {
    margin-left: 0;
    margin-right: 0;
    margin-left: 3%;
  }
  nav.navbar > .navbar-header > .navbar-toggle {
    background-color: #ff0000;
  }
  nav.navbar > .navbar-header > .navbar-toggle > .icon-bar {
    background-color: #fff;
  }
  nav.navbar > .navbar-header > button {
    margin-right: 0;
  }
  nav.navbar .navbar-collapse ul > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  nav.navbar > .navbar-header {
    margin-left: 0;
    margin-right: 0;
    margin-left: 1%;
  }
  nav.navbar > .navbar-header > .navbar-toggle {
    background-color: #ff0000;
  }
  nav.navbar > .navbar-header > .navbar-toggle > .icon-bar {
    background-color: #fff;
  }
  nav.navbar > .navbar-header > button {
    margin-right: 0;
  }
  nav.navbar .navbar-collapse > ul > li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .contents.index .c2 .l {
    width: 50%;
  }
  .contents.index .c2 .r {
    width: 48%;
  }
  .contents.index .c3 .new_box .tit {
    padding-left: 1%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50%;
  }
  .cell-xs {
    display: table-cell !important;
  }
  nav.navbar {
    position: static;
    width: 100%;
    padding: 0;
    height: auto;
  }
  nav.navbar .navbar-header {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    height: auto;
  }
  nav.navbar .navbar-header > .navbar-toggle {
    background-color: #3a73c2;
  }
  nav.navbar .navbar-header > .navbar-toggle > .icon-bar {
    background-color: #fff;
  }
  nav.navbar .navbar-header > .navbar-brand {
    margin-top: 5px;
    max-width: 125px;
  }
  nav.navbar .navbar-header > button {
    margin-right: 0;
  }
  nav.navbar .navbar-collapse {
    margin: 0;
    padding: 0;
  }
  nav.navbar .navbar-collapse > .nav {
    width: 100%;
    display: block;
    margin: 0;
    float: none;
    padding-bottom: 20px;
  }
  nav.navbar .navbar-collapse > .nav > li {
    display: block;
    text-align: center;
    border-top: 1px dashed #c9caca;
    border-left: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    float: none;
  }
  nav.navbar .navbar-collapse > .nav > li > a {
    line-height: 300%;
  }
  nav.navbar .navbar-collapse > .nav > li > ul {
    position: static;
    border-top-width: 1px;
  }
  nav.navbar .navbar-collapse > .nav > li > ul > li {
    border: 0;
    text-align: left;
    padding-left: 30px;
  }
  nav.navbar .navbar-collapse > .nav > li > ul > li > a {
    line-height: 30px;
  }
  nav.navbar .navbar-collapse > .nav > li:after {
    display: none;
  }
  nav.navbar .navbar-collapse > .nav > li:last-child {
    border-bottom: 1px dashed #d5d5d5;
  }
  nav.navbar .navbar-collapse > .search {
    float: none;
    width: 100%;
    padding: 0 5%;
    text-align: center;
  }
  nav.navbar .navbar-collapse > .search .lang {
    margin-left: 0;
    margin: 10px 0;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .path > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pc-foot .bq > .container {
    padding: 15px;
  }
  .pc-foot .bq > .container .txt {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .pc-foot .bq > .container ul {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .bq > .container > p {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contents.index .h h1 {
    font-size: 2.4rem;
  }
  .contents.index .h p {
    line-height: 170%;
  }
  .contents.index .c2 .b ul li {
    width: 100%;
    display: block;
  }
  .contents.about .c2 .b .pic {
    width: 100%;
  }
  .contents.about .c2 .b ul {
    width: 100%;
  }
  .contents.about .c2 .b ul {
    padding: 0;
    margin-top: 20px;
  }
  .contents.about .c2 .b ul li {
    padding-left: 0;
    padding-right: 0;
  }
  .contents.case aside .dz,
  .contents.news aside .dz,
  .contents.news_show aside .dz,
  .contents.product aside .dz,
  .contents.product_show aside .dz {
    display: none;
  }
  .contents.case aside,
  .contents.news aside,
  .contents.news_show aside,
  .contents.product aside,
  .contents.product_show aside {
    width: 100%;
  }
  .contents.case .main,
  .contents.news .main,
  .contents.news_show .main,
  .contents.product .main,
  .contents.product_show .main {
    width: 100%;
    padding-left: 0;
  }
  .contents.case .main ul li {
    padding: 0;
  }
  .contents.news .main .c1 .swiper-slide .pic {
    width: 100%;
  }
  .contents.news .main .c1 .swiper-slide .txt {
    width: 100%;
    padding: 0;
  }
  .contents.news .main .c1 .swiper-pagination {
    top: 2.5%;
  }
  .contents.product_show .main .pc-slide .l {
    width: 100%;
  }
  .contents.product_show .main .pc-slide .r {
    padding-left: 0;
    width: 100%;
    margin-top: 15px;
  }
  .contents.index .c3 .index_about {
    width: 100%;
  }
  .contents.index .c3 .index_news {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 10px;
  }
  .contents.index .c5 ul li {
    border-right: 0;
  }
  .contents.index .c3 .index_about .pic {
    width: 100%;
  }
  .contents.index .c3 .index_about .txt {
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 1699px) {
  nav.navbar .navbar-collapse {
    text-align: right;
    padding-top: 13px;
  }
  nav.navbar .navbar-collapse ul {
    margin-top: 13px;
  }
}

/* 这里结束 */