@charset "UTF-8";

::-moz-selection {
  background: #057ac8;
  color: #fff;
}

::selection {
  background: #057ac8;
  color: #fff;
}

::-moz-selection {
  background: #057ac8;
  color: #fff;
}

::-webkit-selection {
  background: #057ac8;
  color: #fff;
}

/* 样式重置 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #333;
  font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
}

a,
a:after,
a:before {
  color: inherit;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

a:hover {
  color: #057ac8;
  text-decoration: none;
  outline: none;
}

a:focus {
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

ul,
li,
p {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.transition {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.padding-none {
  padding: 0 !important;
}

.border-none {
  border: none !important;
}

.display-none {
  display: none !important;
}

.left-0 {
  left: 0 !important;
}

.container-fluid,
.container {
  padding: 0 8px;
}

/*主体样式*/
.m-top .top-wrap>div {
  padding: 16px 0 20px;
}

.m-top .company {
  overflow: hidden;
}

.m-top .company .mobil-logo {
  font-size: 20px;
  line-height: 1.43;
  text-align: center;
}

.m-top .tell-wrap {
  margin-bottom: 10px;
  line-height: 24px;
  color: #818798;
}

.m-top .tell-wrap .tell-intro span {
  display: block;
  margin-bottom: 4px;
}

.m-top .tell-wrap .tell-intro .num {
  font-size: 28px;
  font-weight: 700;
  color: #FFAD10;
}

.m-top .tell-wrap img {
  position: relative;
  top: 12px;
  right: 4px;
  max-width: 48px;
  float: right;
}

.m-top .attestation img {
  display: inline-block;
  vertical-align: bottom;
}

/* 导航 */
.m-menu {
  background: #0462a0;
}

.m-menu .pc-menu {
  height: 56px;
}

.m-menu .pc-menu li {
  float: left;
  width: 12.5%;
  position: relative;
}

.m-menu .pc-menu li a {
  display: block;
  text-align: center;
  line-height: 56px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-menu .pc-menu li a:hover {
  background: #057ac8;
}

.m-menu .pc-menu li .sub-menu {
  position: absolute;
  top: 80px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.m-menu .pc-menu li .sub-menu a {
  padding: 0;
  font-size: 14px;
  background: #057ac8;
  border-top: 1px solid rgba(4, 98, 160, 0.5);
  line-height: 45px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-menu .pc-menu li .sub-menu a:hover {
  background: #0462a0;
}

.m-menu .pc-menu li:hover a {
  background: #057ac8;
}

.m-menu .pc-menu li:hover .sub-menu {
  top: 56px;
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

.m-menu .pc-menu .active a {
  background: #057ac8;
}

.m-menu .mb-menu li a {
  display: block;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-right: 1px solid #035387;
  border-bottom: 1px solid #035387;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-menu .mb-menu li:nth-child(3n+3) a {
  border-right: 0;
}

/* Banner */
.m-banner .owl-controls {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-top: 0;
  z-index: 999;
}

.m-banner .owl-controls .owl-page span {
  margin: 0 4px;
  width: 12px;
  height: 12px;
  background: #999;
  border: 1px solid #FFF;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-transition: all ease 0.5;
  transition: all ease 0.5;
}

.m-banner .owl-controls .active span {
  background: #0462a0;
  opacity: 1;
}

/* 首页模块 */
.m-module {
  padding: 50px 0;
}

.m-module .title {
  margin-bottom: 40px;
  padding-bottom: 8px;
  line-height: 32px;
  position: relative;
}

.m-module .title .ename {
  text-transform: uppercase;
  font-size: 12px;
}

.m-module .title .cname {
  font-size: 36px;
  color: #5a5a5a;
  margin-bottom: 10px;
}

.m-module .title .cname span {
  display: inline-block;
  vertical-align: middle;
}

.m-module .title .cname span.sp-line {
  width: 18px;
  height: 5px;
  background-color: #5a5a5a;
}

.m-module .title .cname span.main-title {
  margin: 0 10px;
}

.m-module .more-wrap a {
  display: inline-block;
  margin-top: 25px;
  padding: 10px 26px;
  color: #333;
  background: transparent;
  border: 1px solid #999;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.m-module .more-wrap a i {
  font-size: 16px;
  padding-left: 5px;
  -webkit-transition: padding-left 0.3s ease-in-out 0s;
  transition: padding-left 0.3s ease-in-out 0s;
}

.m-module .more-wrap a:hover {
  background: #057ac8;
  border-color: #057ac8;
  color: #fff;
}

.m-gary {
  background-color: #f7f7f7;
}

/* 首页公司介绍 */
.m-i-about .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.m-i-about .wrap .img-box {
  position: relative;
  padding: 15px 15px 0 15px;
}

.m-i-about .wrap .img-box::before {
  content: "";
  display: inline-block;
  width: 65%;
  height: 90%;
  background-color: #0462a0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.m-i-about .wrap .intro-box .info p {
  line-height: 180%;
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

/* 首页产品 */
.m-i-product .wrap .left-box .title span {
  display: block;
}

.m-i-product .wrap .left-box .list {
  line-height: 40px;
  background: #fff;
  min-height: 524px;
}

.m-i-product .wrap .left-box .list>ul {
  padding: 0 25px;
}

.m-i-product .wrap .left-box .list>ul>li {
  border-bottom: 1px dashed #C5C5C5;
  overflow: hidden;
}

.m-i-product .wrap .left-box .list>ul>li>a {
  display: block;
  position: relative;
  color: #666;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}

.m-i-product .wrap .left-box .list>ul>li>a::before {
  content: ">";
  font-weight: 700;
  margin-right: 8px;
  font-family: "simsun";
  color: #057ac8;
}

.m-i-product .wrap .left-box .list>ul>li>a:hover {
  color: #057ac8;
}

.m-i-product .wrap .left-box .list .nav1 {
  padding: 10px 25px;
}

.m-i-product .wrap .left-box .list .nav1 .Links1 {
  padding-bottom: 10px;
}

.m-i-product .wrap .left-box .list .nav1 .Links1 li {
  padding-left: 13px;
}

.m-i-product .wrap .left-box .list .nav1 .Links1 li a {
  display: block;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  color: #666;
  background: url(../../images/icon/a_ns02.gif) no-repeat 0px 14px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-i-product .wrap .left-box .list .more {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 40px;
  text-align: center;
}

.m-i-product .wrap .left-box .list .more a {
  display: block;
  background: #BFCBD3;
  color: #FFF;
  margin: 0 15px;
}

.m-i-product .wrap .left-box .list .more a:hover {
  background: #057ac8;
}

.m-i-product .wrap .product-box {
  position: relative;
}

.m-i-product .wrap .product-box .scroll-btn {
  text-align: right;
  padding-right: 15px;
  margin-bottom: 20px;
}

.m-i-product .wrap .product-box .scroll-btn a {
  display: inline-block;
  border: 1px solid #ddd;
  color: #666;
  padding: 5px 10px;
  border-radius: 3px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.m-i-product .wrap .product-box .scroll-btn a:hover {
  border-color: #057ac8;
  background-color: #057ac8;
  color: #fff;
}

.m-i-product .wrap .product-box .scroll-btn:last-child {
  text-align: center;
  padding-right: 0;
}

.m-i-product .wrap .product-box .scroll-wrap {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.m-i-product .wrap .product-box .product-list {
  display: inline-block;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.m-i-product .wrap .product-box .product-list a {
  -webkit-transition: all ease 0s;
  transition: all ease 0s;
}

.m-i-product .wrap .product-box .product-list .item {
  padding: 15px;
  padding-top: 0;
  margin-bottom: 15px;
}

.m-i-product .wrap .product-box .product-list .item .img-box {
  overflow: hidden;
}

.m-i-product .wrap .product-box .product-list .item .img-box img {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.m-i-product .wrap .product-box .product-list .item .p-caption {
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  padding: 15px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-i-product .wrap .product-box .product-list .item:hover .img-box img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.m-i-product .wrap .product-box .product-list .item:hover .p-caption {
  background-color: #057ac8;
  color: #fff;
}

/* 首页新闻 */
.m-i-news .wrap .item {
  padding: 15px;
}

.m-i-news .wrap .item .news-date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  text-align: center;
  border: 1px solid #333;
  padding: 15px 0;
  border-radius: 50%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.m-i-news .wrap .item .news-date span {
  display: block;
}

.m-i-news .wrap .item .news-date span.day {
  font-size: 26px;
}

.m-i-news .wrap .item .news-date span.time {
  font-size: 16px;
}

.m-i-news .wrap .item .text {
  padding: 15px 15px 15px 130px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.m-i-news .wrap .item .text .news-title {
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-i-news .wrap .item .text .news-title::before,
.m-i-news .wrap .item .text .news-title::after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.m-i-news .wrap .item .text .news-title::before {
  background-color: #ddd;
  z-index: 1;
  width: 100%;
}

.m-i-news .wrap .item .text .news-title::after {
  width: 30px;
  background-color: #057ac8;
  z-index: 2;
}

.m-i-news .wrap .item .text .info {
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.m-i-news .wrap .item:hover .news-date {
  border-color: #057ac8;
  background-color: #057ac8;
  color: #fff;
}

.m-i-news .wrap .item:hover .text .news-title::after {
  width: 100%;
}

/*首页自定义*/
.m-i-redact {
  text-align: center;
}

.m-i-redact img {
  max-width: 100%;
}

/* 友情链接 */
.m-fd-links {
  padding: 20px;
}

.m-fd-links span {
  margin-right: 5px;
  color: #0462a0;
  font-weight: bold;
  font-size: 16px;
}

.m-fd-links a:after {
  content: "|";
  margin: 0 10px;
}

.m-fd-links a:last-child:after {
  content: "";
}

.m-fd-links a:hover:after {
  color: #666;
}

/* 底部 */
.m-footer {
  border-top: 1px solid #035387;
  background: #0462a0;
  padding: 20px 0 30px;
  line-height: 32px;
  color: #fff;
}

.m-footer .info a:hover {
  color: #fff;
  text-decoration: underline;
}

.m-footer span {
  display: inline-block;
  padding: 0 10px;
}

.m-footer .cw-ky a {
  display: inline-block;
  padding: 0 4px;
}

/* 返回顶部 */
.m-side-tool {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 999;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.m-side-tool li {
  border: 1px solid #dcdcdc;
  border-bottom: none;
  background-color: #fff;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.m-side-tool li:first-child {
  border-radius: 4px 4px 0 0;
}

.m-side-tool li:last-child {
  border-bottom: 1px solid #dcdcdc;
  border-radius: 0 0 4px 4px;
}

.m-side-tool li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
}

.m-side-tool li a:after {
  content: attr(data-original-title);
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -15px;
  display: inline-block;
  min-width: 90px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #1a1a1a;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  z-index: 1;
}

.m-side-tool li a:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.m-side-tool li i {
  font-size: 26px;
}

/*客服组件*/
.m-consultant {
  position: fixed;
  top: 250px;
  right: -154px;
  z-index: 999;
  border-radius: 6px 0px 0 6px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.m-consultant * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-consultant .controls {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  color: #0462a0;
  cursor: pointer;
  font-family: sans-serif;
  font-weight: 700;
}

.m-consultant .group {
  width: 30px;
  float: left;
  height: 180px;
  background: #0462a0;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  margin-top: 1px;
  margin-right: -1px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.m-consultant .group .info {
  display: inline-block;
  padding-top: 15px;
  font-size: 16px;
}

.m-consultant .group:hover {
  background: #057ac8;
}

.m-consultant .wrap {
  float: left;
  width: 154px;
  font-size: 12px;
  border: 1px solid #ddd;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.m-consultant .wrap .title {
  height: 28px;
  line-height: 28px;
  color: #fff;
  background: #0462a0;
  overflow: hidden;
  padding: 0 10px 0 15px;
}

.m-consultant .wrap .title .b-close {
  float: right;
  margin-top: 4px;
}

.m-consultant .wrap .sm-th {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.m-consultant .wrap .sm-th .sm-info {
  padding: 7px 12px 14px 12px;
}

.m-consultant .wrap .sm-th .sm-tall {
  line-height: 40px;
  text-align: center;
}

.m-consultant .wrap .qq-server .list {
  padding: 10px 0;
}

.m-consultant .wrap .qq-server .list li {
  padding: 5px 10px;
  text-align: center;
}

.m-consultant .wrap .qr-code {
  border-top: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.m-consultant .wrap .qr-code .qr-wrap {
  height: 132px;
  overflow: hidden;
}

.m-consultant .wrap .qr-code .qr-wrap img {
  max-width: 100%;
}

.m-consultant .wrap .qr-code .qr-info {
  padding-top: 10px;
}

.m-consultant .wrap .qr-code-hidden {
  display: none;
}

/* 首页媒介查询 */
@media screen and (max-width: 768px) {
  * {
    cursor: pointer;
  }

  .m-top .company .company-info .title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.43;
  }

  .m-module {
    padding: 25px 0;
  }

  .m-module .title {
    padding-bottom: 8px;
    margin-bottom: 20px;
  }

  .m-module .title .cname {
    font-size: 24px;
    margin-bottom: 0;
  }

  .m-i-product .wrap .left-box .title {
    margin-bottom: 16px;
    padding-bottom: 8px;
    line-height: 32px;
    background-color: transparent;
  }

  .m-i-product .wrap .left-box .title .byname {
    font-size: 24px;
    color: #666;
  }

  .m-i-product .wrap .left-box .title .name {
    font-size: 18px;
    color: #333;
  }

  .m-i-product .wrap .product-box .product-list .item {
    padding: 0;
    width: 48%;
    margin: 0 4% 4% 0;
  }

  .m-i-product .wrap .product-box .product-list .item:nth-child(2n) {
    margin-right: 0;
  }

  .m-i-about .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .m-i-about .wrap .img-box {
    margin-bottom: 30px;
    padding: 15px 0 0 15px;
  }

  .m-i-about .wrap .intro-box .info p {
    line-height: 180%;
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
  }

  .m-i-news .wrap .item {
    padding: 0;
    height: 110px;
  }

  .m-i-news .wrap .item .news-date {
    width: 70px;
    height: 70px;
    padding: 7px 0;
    margin-top: 18px;
  }

  .m-i-news .wrap .item .news-date span.day {
    font-size: 20px;
  }

  .m-i-news .wrap .item .news-date span.time {
    font-size: 14px;
  }

  .m-i-news .wrap .item .text {
    padding: 15px 15px 15px 90px;
  }

  .m-i-news .wrap .item .text .news-title {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }

  .m-i-news .wrap .item .text .info {
    color: #666;
    font-size: 12px;
  }

  .m-i-news .wrap .item:hover .news-date {
    border-color: #057ac8;
    background-color: #057ac8;
    color: #fff;
  }

  .m-i-news .wrap .item:hover .text .news-title::after {
    width: 100%;
  }

  .m-footer {
    padding: 20px 0;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .m-i-product .wrap .left-box .title {
    margin-bottom: 16px;
    padding-bottom: 8px;
    line-height: 32px;
    background-color: transparent;
  }

  .m-i-product .wrap .left-box .title .byname {
    font-size: 24px;
    color: #666;
  }

  .m-i-product .wrap .left-box .title .name {
    font-size: 18px;
    color: #333;
  }

  .m-i-product .wrap .product-box .product-list .item {
    padding: 0;
    width: 48%;
    margin: 0 4% 4% 0;
  }

  .m-i-product .wrap .product-box .product-list .item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .container {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .container {
    width: 100%;
  }

  .m-i-product .wrap .left-box {
    height: 605px;
    overflow: hidden;
  }

  .m-i-product .wrap .left-box .title {
    padding-top: 10px;
    margin-bottom: 0;
    background: #057ac8;
  }

  .m-i-product .wrap .left-box .title .byname {
    color: #fff;
    font-size: 24px;
  }

  .m-i-product .wrap .left-box .title .name {
    color: #fff;
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/* 内页样式 */
.m-page {
  padding: 48px 0;
  background: #f3f3f3;
}

.m-page .left-box {
  padding-left: 0;
}

.m-page .left-box .menu-wrap {
  background: #fff;
}

.m-page .left-box .menu-wrap .title {
  height: 60px;
  line-height: 60px;
  background: #0462a0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.m-page .left-box .menu-wrap .menu-list {
  padding-bottom: 20px;
}

.m-page .left-box .menu-wrap .menu-list .items a {
  display: block;
  overflow: hidden;
  padding: 15px;
  border-bottom: 1px dashed #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-page .left-box .menu-wrap .menu-list .items a i {
  float: right;
  vertical-align: middle;
  font-size: 20px;
  color: #057ac8;
}

.m-page .left-box .menu-wrap .menu-list .items a:hover {
  color: #fff;
  background: #057ac8;
  border-bottom-color: #057ac8;
}

.m-page .left-box .menu-wrap .menu-list .items a:hover i {
  color: #fff;
}

.m-page .left-box .menu-wrap .menu-list .items>a:hover {
  padding: 15px 20px;
}

.m-page .left-box .menu-wrap .menu-list .subnav a {
  padding: 12px 15px 12px 30px;
  color: #666;
  font-size: 12px;
}

.m-page .left-box .contact {
  margin-top: 30px;
  background: #fff;
}

.m-page .left-box .contact .pic {
  display: block;
  position: relative;
  height: 96px;
  overflow: hidden;
}

.m-page .left-box .contact .pic .text {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  width: 80%;
  height: 64px;
  background: #0462a0;
  background: rgba(33, 33, 33, 0.5);
  line-height: 32px;
}

.m-page .left-box .contact .pic .text span {
  display: block;
  padding-left: 16px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
}

.m-page .left-box .contact .contact-list {
  padding: 16px;
}

.m-page .left-box .contact .contact-list li {
  padding: 7px 0;
}

.m-page .right-box {
  padding-right: 0;
}

.m-page .right-box .right-con {
  padding: 23px 32px;
  background: #fff;
}

.m-page .right-box .right-con>.title {
  line-height: 48px;
  border-bottom: 1px solid #ddd;
}

.m-page .right-box .right-con>.title .name {
  font-size: 22px;
}

.m-page .right-box .right-con>.title .name i {
  vertical-align: middle;
  font-size: 26px;
  padding-right: 10px;
}

.m-page .right-box .right-con>.title .sitepath .link {
  color: #666;
  max-width: 520px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-page .right-box .right-con>.title .sitepath .link span {
  padding-right: 5px;
}

.m-page .right-box .right-con>.title .sitepath .link span>a:first-child {
  margin-right: 5px;
}

.m-page .right-box .right-con>.title .sitepath .link i {
  padding: 0 10px;
}

.m-page .right-box .right-con>.title .sitepath .menu-link {
  cursor: pointer;
}

.m-page .right-box .right-con .main {
  padding-top: 15px;
}

.m-page .right-box .right-con .main .intro-pic {
  width: 250px;
  max-height: 190px;
  padding: 4px;
  border: 1px solid #ddd;
  text-align: center;
  overflow: hidden;
  margin: 0 auto 15px;
}

.m-page .right-box .right-con .main .intro-wrap {
  line-height: 24px;
}

.m-page .right-box .right-con .main .intro-wrap img {
  max-width: 100%;
}

.m-page .right-box .m-p-list .list {
  padding: 8px;
}

.m-page .right-box .m-p-list .list .p-img {
  height: 200px;
  padding: 4px;
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.m-page .right-box .m-p-list .list .p-img img {
  display: block;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.m-page .right-box .m-p-list .list .p-title {
  padding: 15px 0 5px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.m-page .right-box .m-p-list .list:hover .p-img {
  border-color: #057ac8;
}

.m-page .right-box .m-p-list .list:hover .p-title {
  color: #057ac8;
}

.m-page .menu-wrap,
.m-page .contact,
.m-page .right-con {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

/* 产品详细 */
.m-p-view .pv-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  padding: 10px 0;
}

.m-p-view .pv-pic {
  margin: 20px 0;
  text-align: center;
}

.m-p-view .pv-pic img {
  max-width: 60%;
  border: 1px solid #ddd;
  padding: 3px;
}

.m-p-view .pv-date {
  text-align: center;
  margin: 16px 0;
  background: #eee;
  line-height: 40px;
  color: #666;
}

.m-p-view .pv-intro {
  line-height: 24px;
}

/* 新闻列表 */
.m-p-news .news-list li a {
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #DDD;
  color: #666;
  padding: 15px;
}

.m-p-news .news-list li a>.title {
  max-width: 80%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.m-p-news .news-list li a>.title:before {
  content: "·";
  margin-right: 10px;
  font-weight: 700;
}

.m-p-news .news-list li a>.date {
  color: #999;
}

.m-p-news .news-list li a .date-box {
  float: left;
  width: 60px;
  height: 60px;
  background-color: #0462a0;
  color: #fff;
  padding: 6px 0;
}

.m-p-news .news-list li a .date-box span {
  display: block;
  text-align: center;
}

.m-p-news .news-list li a .date-box span.day {
  font-size: 20px;
  font-weight: 700;
}

.m-p-news .news-list li a .date-box span.time {
  font-size: 12px;
}

.m-p-news .news-list li a .intro {
  padding-left: 80px;
}

.m-p-news .news-list li a .intro .title {
  font-size: 16px;
  vertical-align: middle;
  margin: 0 0 8px 0;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.m-p-news .news-list li a .intro p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.m-p-news .news-list li a:hover>.title {
  padding-left: 10px;
}

.m-p-news .news-list li a:hover .title {
  color: #057ac8;
}

/* 供应信息 */
.m-supply-details .sd-header {
  border: 1px solid #ddd;
  overflow: hidden;
  margin-bottom: 20px;
}

.m-supply-details .sd-header .sd-pic {
  padding: 15px;
  text-align: center;
  overflow: hidden;
  border-right: 1px solid #ddd;
  position: relative;
  height: 310px;
}

.m-supply-details .sd-header .sd-pic img {
  display: block;
  padding: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.m-supply-details .sd-header .sd-info {
  padding: 12px 15px;
}

.m-supply-details .sd-header .sd-info>.caption {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-supply-details .sd-header .sd-info>.intro {
  padding-top: 10px;
}

.m-supply-details .sd-header .sd-info>.intro p {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

.m-supply-details .sd-header .sd-info>.intro .title {
  font-size: 18px;
  color: #f5641d;
  font-weight: 700;
}

.m-supply-details .sd-header .sd-info .si-contact {
  padding: 10px 20px;
  overflow: hidden;
  border: 1px solid #fbbeaf;
  background-color: #fff1ed;
}

.m-supply-details .sd-header .sd-info .si-contact .tell {
  font-size: 18px;
  color: #666;
  font-weight: 700;
  margin-bottom: 10px;
}

.m-supply-details .sd-header .sd-info .si-contact .online {
  margin-bottom: 10px;
}

.m-supply-details .sd-header .sd-info .si-contact .online img {
  margin-right: 5px;
}

.m-supply-details .sd-content .c-tabs {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.m-supply-details .sd-content .c-tabs span {
  float: left;
  cursor: pointer;
  padding: 10px 30px;
}

.m-supply-details .sd-content .c-tabs .current {
  background: #057ac8;
  color: #fff;
}

.m-supply-details .c-con {
  display: none;
  padding: 20px 0;
}

.m-supply-details .c-con .explain {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.m-supply-details .c-con .explain .list {
  padding: 0;
  line-height: 30px;
}

.m-supply-details .c-con .introduce {
  padding-top: 20px;
  line-height: 24px;
}

.m-supply-details .c-con .introduce img {
  max-width: 100%;
}

.m-supply-details .active {
  display: block;
}

.m-supply-details .sd-newInfo .nTitle {
  font-size: 16px;
  line-height: 35px;
  border-bottom: 1px solid #ddd;
}

.m-supply-details .sd-newInfo .nTitle i {
  font-size: 18px;
  padding-right: 10px;
  color: #057ac8;
}

.m-supply-details .sd-newInfo .nMain {
  padding: 15px 0;
}

.m-supply-details .sd-newInfo .nMain .list {
  padding: 0 5px;
}

.m-supply-details .sd-newInfo .nMain .list a {
  display: block;
  line-height: 35px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-supply-details .sd-newInfo .nMain .list a i {
  color: #333;
  padding-right: 10px;
}

.m-supply-details .sd-newInfo .nMain .list a:hover {
  color: #057ac8;
}

/* 名片 */
.m-card {
  padding: 15px;
  background: #f4f4f4;
}

.m-card .cw-tp .c-logo {
  width: 80px;
  height: 80px;
  padding: 2px;
  border: 1px solid #ddd;
  overflow: hidden;
  margin-right: 15px;
}

.m-card .cw-tp .c-logo img {
  height: 100%;
}

.m-card .cw-tp .c-info p {
  margin-top: 10px;
}

.m-card .cw-tp .c-info .p-title span {
  padding-right: 10px;
}

.m-card .cw-tp .c-info .p-title span b {
  font-weight: 700;
  font-size: 16px;
  padding-right: 5px;
}

.m-card .cw-tp .c-info .p-phone span {
  color: #057ac8;
}

.m-card .cw-bd {
  margin: 10px 0;
  padding: 10px 15px;
  background: #fbe9b1;
}

.m-card .cw-bd p {
  line-height: 35px;
}

.m-card .cw-bd .c-caption {
  font-size: 16px;
  font-weight: 700;
}

.m-card .cw-bd .c-links .line {
  padding: 0 15px;
}

.m-card .cw-ft .list {
  padding: 5px;
  color: #057ac8;
}

.m-card .cw-ft .list span {
  color: #333;
  padding-right: 5px;
}

/* 企业图集 */
.m-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  visibility: hidden;
}

.m-modal .mask {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  filter: alpha(opacity=40);
}

.m-modal .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 500px;
  border-radius: 5px;
  padding: 10px;
  background: #fff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  visibility: hidden;
  opacity: 0;
}

.m-modal .wrap .close-btn {
  display: block;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 100%;
  background: #fff;
  color: #666;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.m-modal .wrap .close-btn:hover {
  color: #057ac8;
}

.m-modal .wrap .close-btn i {
  font-size: 20px;
}

.m-modal-on {
  visibility: visible;
}

.m-modal-on .wrap {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
  opacity: 1;
  text-align: center;
}

/* 联系页面 */
.m-guest {
  padding-top: 15px;
}

.m-guest .tips {
  padding: 15px 0 20px;
  line-height: 22px;
  color: #999;
}

.m-guest .form-group {
  margin-bottom: 20px;
}

.m-guest .form-control {
  border-radius: 0;
  resize: vertical;
}

.m-guest .form-control:focus {
  border-color: #057ac8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(5, 122, 200, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(5, 122, 200, 0.4);
}

.m-guest .yzm-control {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
}

.m-guest .btns .btn {
  background: #057ac8;
  color: #fff;
  border-radius: 0;
  padding: 8px 30px;
  margin-right: 15px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.m-guest .btns .btn-submit:hover {
  background: #0462a0;
}

.m-guest .btns .btn-reset {
  background: #0462a0;
}

.m-guest .btns .btn-reset:hover {
  background: #057ac8;
}

/* 上一条 & 下一条 */
.m-g-links {
  margin-top: 30px;
}

.m-g-links p {
  margin-bottom: 10px;
}

.m-g-links p a {
  color: #666;
  padding-left: 5px;
}

.m-g-links p a:hover {
  color: #057ac8;
  padding-left: 10px;
}

/* 相关产品 */
.m-correlation-pro {
  padding-top: 25px;
}

.m-correlation-pro .cp-title {
  margin: 10px 0;
  border-left: 5px solid #0462a0;
  padding-left: 10px;
  font-size: 18px;
  line-height: 1;
}

/* 分页 */
.m-pagination {
  text-align: center;
}

.m-pagination .pagination {
  margin: 30px 0 0;
}

.m-pagination .pagination>li>a,
.m-pagination .pagination>li>span {
  color: #0462a0;
}

.m-pagination .pagination>.active>a,
.m-pagination .pagination>.active>a:focus,
.m-pagination .pagination>.active>a:hover,
.m-pagination .pagination>.active>span,
.m-pagination .pagination>.active>span:focus,
.m-pagination .pagination>.active>span:hover {
  color: #fff;
  background-color: #057ac8;
  border-color: #057ac8;
}

/* 内页媒介查询 */
@media screen and (max-width: 992px) {
  .m-page .right-box .m-p-list .list .p-img {
    height: 136px;
  }
}

@media screen and (max-width: 768px) {
  .m-page {
    padding: 25px 0;
  }

  .m-page .left-box {
    position: fixed;
    width: 60%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10001;
    padding: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-box-shadow: 2px 0 12px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.2);
  }

  .m-page .left-box .menu-wrap {
    height: 100%;
  }

  .m-page .left-box .menu-wrap .menu-list {
    padding-bottom: 0;
    width: 100%;
    height: calc(100% - 60px);
    overflow-x: hidden;
    overflow-y: auto;
  }

  .m-page .left-box .menu-wrap .menu-list .items>a:hover {
    padding: 15px;
  }

  .m-page .left-box .menu-wrap .menu-list .subnav a {
    padding: 13px 13px 13px 20px;
  }

  .m-page .current {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .m-page .right-box {
    padding: 0;
  }

  .m-page .right-box .right-con {
    padding: 10px;
  }

  .m-page .right-box .right-con>.title .name {
    font-size: 20px;
  }

  .m-page .right-box .right-con>.title .name i {
    font-size: 18px;
  }

  .m-page .right-box .right-con>.title .sitepath .menu-link {
    color: #057ac8;
  }

  .m-page .right-box .m-p-list .list .p-img {
    height: 125px;
  }

  .m-p-view .pv-title {
    font-size: 18px;
  }

  .m-p-view .pv-pic img {
    max-width: 80%;
  }

  .m-g-links {
    margin-top: 20px;
  }

  .m-p-news .news-list li a .title {
    max-width: 100%;
  }

  .m-supply-details .sd-header .sd-pic {
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }

  .m-supply-details .sd-header .sd-info>.intro p {
    white-space: normal;
    line-height: 24px;
  }

  .m-modal .wrap {
    width: 280px;
  }
}
@media screen and (max-width:  480px) {
  .container {
    width: 100%!important;
  }
}
