*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}

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

caption,
th {
  text-align: left;
  font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

summary {
  outline: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}

sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

input {
  outline: none;
  box-shadow: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

button {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}

body {
  font: 12px/150% Arial, Verdana, Microsoft Yahei, "\5b8b\4f53";
  color: #333;
  outline: 0;
  background-color: #fff;
}

a {
  color: #333;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #005DAD;
}

.cl {
  clear: both;
}

.container {
  width: 1400px;
  margin: 0 auto;
}

.container-full {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1400px) {

  /* 在宽度小于或等于1400px时应用的样式 */
  .container-full {
    width: 1400px;
    margin: 0 auto;
  }
}

.header {
  height: 120px;
}

.header .logo {
  height: 120px;
  float: left;
}

.header .logo img {
  margin-top: 20px;
  padding-right: 20px;
  float: left;
}

.header .logo p {
  float: left;
  font-size: 36px;
  color: #005DAD;
  font-weight: bold;
  margin-top: 15px;
  height: 80px;
  line-height: 80px;
  border-right: #d8dfe7 solid 1px;
  padding-right: 20px;
}

.header .comname {
  float: left;
  margin-left: 10px;
  margin-top: 15px;
}

.header .comname .left {
  float: left;
  width: 110px;
  color: #ed1a26;
  font-size: 46px;
}

.header .comname .left p {
  margin-top: 30px;
}

.header .comname .right {
  float: left;
}

.header .comname .p1 {
  font-size: 14px;
  margin-top: 17px;
  height: 22px;
  line-height: 22px;
  color: #333;
}

.header .comname .p2 {
  height: 22px;
  line-height: 22px;
  font-size: 18px;
  color: #333;
}

.header .hotline {
  width: 300px;
  float: right;
  margin-right: 10px;
}

.header .hotline .p1 {
  width: 100%;
  margin-top: 30px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #656565;
  text-align: right;
}

.header .hotline .p1 i {
  width: 15px;
  height: 20px;
  display: block;
  background-image: url(icon-phone.png);
  float: right;
}

.header .hotline .p1 span {
  display: block;
  height: 20px;
  float: right;
  font-size: 14px;
  color: #575757;
}

.header .hotline .p2 {
  width: 100%;

  margin-top: 5px;
  text-align: right;

  font-size: 28px;
  height: 26px;
  line-height: 26px;
  color: #575757;
  font-weight: bold;
}

.header .hotline div {
  width: 200px;
  float: left;
}

.header .hotline div.hotline-img {
  float: left;
  width: 80px;
  border-left: #d8dfe7 solid 1px;
  padding-left: 10px;
  margin-left: 10px;
  margin-top: 15px;
  height: 80px;
  line-height: 80px;
}

.hotline-img i {
  width: 46px;
  height: 46px;
  display: block;
  background-image: url(icon-phone3.png);
  margin-top: 13px;
}

.nav {
  font-size: 18px;
  float: left;
  border-top: #d8dfe7 solid 1px;
}

.nav li {
  line-height: 70px;
  float: left;
  width: 158px;
  text-align: center;
}

.nav li.on {
  background-color: #005DAD;
}

.nav li.on a {
  color: #fff;
}

.nav .list-open {
  position: absolute;
  font-size: 14px;
  background-color: #005DAD;
  display: none;
  z-index: 100;
  width: 158px;
}

.nav .list-open a {
  color: #fff;
  width: 100%;
  float: left;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 18px;
}

.banner {
  height: 600px;
  overflow: hidden;
}

.banner .swiper-slide img {
  height: 600px;
  overflow: hidden;
}

.banner2 {
  height: 323px;
  overflow: hidden;
}

.banner .swiper-container {
  width: 100%;
  position: relative;
}

.banner .bottom-nav {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  z-index: 10;
}

.banner .swiper-pagination {
  position: relative;
}

.banner .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  background: #fff;
  margin: 0 15px;
  opacity: 1;
  border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
  background: #de163b;
}

.search-what {
  height: 70px;
  line-height: 70px;
  background: #f2f2f2;
  font-size: 12px;
  color: #666;
}

.search-what .left {
  width: 800px;
  float: left;
}

.search-what .left strong {
  font-size: 14px;
  color: #000;
  float: left;
}

.search-what .left p {
  float: left;
  overflow: hidden;
}

.search-what .left span {
  float: left;
  margin-right: 10px;
}

.search-what .right {
  float: right;
}

.search-what .right form {
  float: left;
  font-size: 0;
  margin-top: 17.5px;
}

.search-what .right input {
  width: 300px;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  border: #e2e2e2 1px solid;
  border-right: none;
  font-size: 12px;
  float: left;
  color: #7f7f7f;
}

.search-what .right input.dosubmit {
  width: 37px;
  border: #e2e2e2 1px solid;
  border-left: none;
  background-color: #fff;
  float: left;
  background-image: url(icon-search.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  cursor: pointer;
}

.aboutus {
  margin-top: 70px;
  height: 500px;
}

.aboutus .left {
  width: 20px;
  float: left;
}

.aboutus .left span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #005DAD;
  float: left;
  margin-left: 7px;
  margin-bottom: 20px;
}

.aboutus .left p {
  width: 20px;
  height: 90px;
  writing-mode: vertical-rl;
  float: left;
  font-size: 16px;
  margin-bottom: 20px;
}

.aboutus .left b {
  display: block;
  width: 0.5px;
  height: 107px;
  background-color: #bcb9b8;
  float: left;
  margin-left: 10px;
}

.aboutus .center {
  float: left;
  width: 656px;
  overflow: hidden;
}

.aboutus .right {
  float: left;
  width: 524px;
}

.aboutus .right .welcome {
  width: 190px;
  height: 50px;
  line-height: 50px;
  float: left;
  font-size: 18px;
  color: #005DAD;
  border-bottom: #bcb9b8 1px solid;
  padding-left: 80px;
  margin-bottom: 20px;
}

.aboutus .right h1 {
  width: 100%;
  height: 45px;
  line-height: 45px;

  font-size: 36px;
  font-weight: bold;
  float: left;
  padding-left: 80px;
  color: #005DAD;
}

.aboutus .right h2 {
  width: 100%;
  float: left;
  height: 37px;
  line-height: 37px;
  font-size: 28px;
  font-weight: normal;
  padding-left: 80px;
}

.aboutus .right div {
  float: left;
  height: 70px;
  margin-top: 20px;
  border-left: #333 1px solid;
  padding-left: 15px;
}

.aboutus .right div strong {
  font-size: 18px;
  height: 25px;
  line-height: 25px;
  margin-top: 10px;
  display: block;
}

.aboutus .right div p {
  font-size: 14px;
  width: 180px;
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  color: #666;
}

.aboutus .right .div1 {
  margin-left: 80px;
}

.aboutus .right .div1 p {
  width: 230px;
}

.aboutus .right .more {
  margin-top: 80px;
  float: left;
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  margin-left: 80px;
}

.aboutus .right .more i {
  width: 40px;
  height: 25px;
  float: right;
  background-image: url(icon-arrow.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.product-center {
  background-color: #f8f8fc;
  height: 130px;
}

.product-center .container {
  padding-top: 40px;
}

.product-center .left {
  width: 330px;
  float: left;
}

.product-center .left h1 {
  font-size: 32px;
  font-weight: bold;
  width: 304px;
  height: 40px;
  line-height: 40px;
}

.product-center .left h2 {
  font-size: 24px;
  font-weight: normal;
  width: 330px;
  height: 32px;
  line-height: 32px;
}

.product-center .right {
  float: right;
  width: 800px;
}

.product-center .right .more {
  float: left;
  width: 100%;
  font-size: 16px;
  height: 25px;
  line-height: 25px;
}

.product-center .right .more a {
  float: right;
  color: #666;
}

.product-center .right .more i {
  width: 40px;
  height: 25px;
  float: right;
  background-image: url(icon-arrow2.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.product-center .right .product-list {
  float: right;
  margin-top: 20px;

  font-size: 0;
  height: 20px;
  line-height: 20px;
}

.product-center .right .product-list a {
  border-right: #444 2px solid;
  margin-left: 5px;
  padding-right: 5px;
  font-size: 16px;
}

.product-center .right .product-list a.last {
  border-right: none;
}

.product-center-list {
  background-color: #f8f8fc;
  /* height: 620px; */
  position: relative;
}

.product-center-list-container {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 1400px) {

  /* 在宽度小于或等于1400px时应用的样式 */
  .product-center-list-container {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
  }
}

.product-center-list-container a {
  width: 442px;
  background-color: #fff;
  margin-bottom: 20px;
  text-align: center;
  border: #e6e6e6 2px solid;
  margin-left: 14px;
  margin-right: 5px;
  display: inline-block;
}

.product-center-list-container a:hover {
  border: #005DAD 2px solid;
}

.product-center-list-container a img {
  /* width: 300px;
  height: 260px; */
  width: 438px;
  height: 300px;

  overflow: hidden;
}

.product-center-list-container a span {
  width: 100%;
  height: 36px;
  line-height: 36px;
  display: block;
  font-size: 16px;
  overflow: hidden;
  background-color: #e6e6e6;
}

.product-center-list-container a:hover span {
  background-color: #005DAD;
  color: #fff;
}

.product-center-list-container .swiper-container {
  width: 100%;
  position: relative;
}

.news-center h1 {
  font-size: 32px;
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 60px;
  text-align: center;
}

.news-center .tab-p {
  margin-top: 20px;
  margin-bottom: 45px;
  font-size: 0;
  float: left;
  width: 100%;
  text-align: center;
}

.news-center .tab-p span {
  width: 150px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;

  display: inline-block;
  border: #c6c5c5 1px solid;
  cursor: pointer;
}

.news-center .tab-p span.center {
  border-left: none;
  border-right: none;
}

.news-center .tab-p .on {
  background-color: #005DAD;
  color: #fff;
  border: #005DAD 1px solid;
}

.news-center .tab-content .cell {
  display: none;
}

.news-center .tab-content .show {
  display: block;
}

.news-center .tab-content .left {
  width: 610px;
  height: 400px;
  float: left;
  position: relative;
}

.news-center .tab-content .left img {
  width: 610px;
  height: 400px;
  overflow: hidden;
  float: left;
}

.news-center .tab-content .left h3 {
  font-size: 18px;
  float: left;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-indent: 2rem;
  background-color: #333;
  opacity: 0.7;
  width: 100%;
}

.news-center .tab-content .left p {
  font-size: 14px;
  color: #969696;
  float: left;
  overflow: hidden;
  border-bottom: #dedede 1px solid;
  padding-bottom: 14px;
}

.news-center .tab-content .right {
  float: left;
  width: 790px;
  height: 400px;
  overflow: hidden;
  padding-left: 20px;
}

.news-center .tab-content .right h3 {
  font-size: 18px;
  float: left;
  margin-top: 15px;
  margin-bottom: 11.5px;
  overflow: hidden;
  line-height: 1.2;
}

.news-center .tab-content .right p {
  font-size: 14px;
  color: #969696;
  float: left;
  overflow: hidden;
  border-bottom: #dedede 1px solid;
  padding-bottom: 15.2px;
  width: 100%;
}

.footer {
  background-color: #005DAD;
  height: 200px;
  margin-top: 50px;
}

.footer .left {
  width: 270px;
  float: left;
  text-align: center;
  margin-top: 30px;
}

.footer .left h1 {
  font-size: 22px;
  font-weight: normal;
  color: #fff;
  margin-top: 10px;
}

.footer .center h2 {
  font-size: 18px;
  color: #fff;
  margin-top: 35px;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.footer .center .webnav {
  width: 200px;
  float: left;
  margin-left: 40px;
  margin-top: 55px;
}

.footer .center .webnav a {
  width: 100px;
  float: left;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.footer .center .copyright {
  width: 310px;
  float: left;
  margin-left: 40px;
  margin-top: 55px;
  position: relative;
}

.footer .center .copyright a {
  color: #fff;
  font-size: 16px;
}

.footer .center .copyright p {
  width: 415px;
  float: left;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.footer .center .copyright p i {
  width: 25px;
  height: 15px;
  float: left;
  background-image: url(icon-link.png);
  background-repeat: no-repeat;
  background-position: center;
}

.footer .center .copyright .p3 a {
  float: left;
  margin-right: 10px;
}

.footer .right {
  width: 200px;
  float: right;
  margin-top: 35px;
  text-align: center;
}

.footer .right p {
  color: #fff;
}

.bottom {
  background-color: #005DAD;
  height: 80px;
}

.bottom p {
  padding-top: 30px;
  float: left;
}

.bottom p i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 20px;
  margin-right: 5px;
  margin-top: -5px;
  background-color: #053e6f;
}

.bottom p i.phone {
  background-image: url(icon-phone2.png);
}

.bottom p i.email {
  background-image: url(icon-email.png);
}

.bottom p i.addr {
  background-image: url(icon-addr.png);
}

.bottom p span {
  float: left;
  margin-right: 20px;
  color: #fff;
  font-size: 14px;
}

.bottom p span.last {
  float: right;
}

.bottom p span a {
  color: #fff;
}

.position {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  border-bottom: #dedede 1px solid;
}

.position i {
  width: 10px;
  height: 20px;
  background-color: #999;
  display: block;
  margin-right: 10px;
  margin-top: 13px;
  float: left;
}

.position {
  color: #8d8d8d;
}

.position a {
  color: #8d8d8d;
}

.left-side {
  width: 240px;
  float: left;
}

.left-side h1 {
  font-size: 28px;
  font-weight: normal;
  width: 240px;
  height: 80px;
  line-height: 80px;
  padding-left: 30px;
  background-color: #005DAD;
  color: #fff;
}

.left-side li {
  float: left;
  width: 240px;
  height: 56px;
  line-height: 56px;
  background-color: #ececeb;
  color: #666;
  font-size: 16px;
  margin-top: 1px;
  padding-left: 30px;
}

.left-side li a {
  width: 180px;
  float: left;
}

.left-side li i {
  width: 16px;
  height: 16px;
  background-image: url(icon-plus.png);
  display: inline-block;
}

.left-side li.on {
  background-color: #005DAD;
}

.left-side li.on a {
  color: #fff;
}

.left-side li.on i {
  width: 18px;
  background-image: url(icon-sub2.jpg);
}

.right-article {
  width: 100%;
  float: left;
}

.right-article h2 {
  width: 100%;
  float: left;
  border-bottom: #d1d1d1 1px solid;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 45px;
}

.right-article h2 span {
  font-size: 20px;
  color: #666;
  font-weight: normal;
  padding: 0 20px;
  border-bottom: #333 1px solid;
  padding-bottom: 10px;
}

.right-article .list-section a {
  width: 296px;
  float: left;
  background-color: #fff;
  margin-bottom: 20px;
  text-align: center;
  border: #e6e6e6 2px solid;
  margin-left: 10px;
}

.right-article .list-section a:hover {
  border: #005DAD 2px solid;
}

.right-article .list-section a.center {
  margin-left: 20px;
  margin-right: 20px;
}

.right-article .list-section a img {
  width: 223px;
  height: 148px;
  overflow: hidden;
}

.right-article .list-section a span {
  width: 220px;
  height: 28px;
  line-height: 28px;
  display: block;
  float: right;
  font-size: 16px;
  overflow: hidden;
  background-color: #e6e6e6;
}

.right-article .list-section a:hover span {
  background-color: #005DAD;
  color: #fff;
}

.right-article .page {
  text-align: center;
  width: 100%;
  float: left;
  font-size: 0;
  margin-top: 80px;
  margin-bottom: 40px;
}

.right-article .page a {
  text-align: center;
  width: 35px;
  height: 30px;
  line-height: 30px;
  border: #e6e6e6 1px solid;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.right-article .page a.on {
  border: #005DAD 1px solid;
  background-color: #005DAD;
  color: #fff;
}

.right-article .show-section .title {
  font-size: 28px;
  font-weight: normal;
  width: 100%;
  float: left;
  text-align: center;
}

.right-article .show-section .info {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #8e8e8e;
  padding-left: 280px;
}

.right-article .show-section .info i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
  margin-top: -3px;
}

.right-article .show-section .info i.time {
  background-image: url(icon-time.jpg);
}

.right-article .show-section .info i.member {
  background-image: url(icon-member.jpg);
}

.right-article .show-section .info i.eye {
  background-image: url(icon-eye.jpg);
}

.right-article .show-section .info span {
  float: left;
  font-size: 12px;
}

.right-article .show-section .content {
  border-top: #aaa 1px dashed;
  float: left;
  width: 100%;
  text-align: center;
}

.right-article .show-section .content p {
  text-align: left;
  font-size: 16px;
  line-height: 2;
}

.slide-arrow {
  width: 1510px;
  padding: 0 10px;
  margin: 0 auto;
}

.slide-arrow span {
  width: 40px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  color: #fff;
  display: inline-block;
  cursor: pointer;

  margin-top: 270px;
}

.index-zizhi .slide-arrow span {
  margin-top: 90px;
}

.slide-arrow .icon-arrowr {
  float: left;
  background-image: url(icon-left-arrow.png);
}

.slide-arrow .icon-arrowl {
  float: right;
  background-image: url(icon-right-arrow.png);
}

.slide-arrow .swiper-button-prev2,
.slide-arrow .swiper-button-prev3 {
  background-image: none;
}

.slide-arrow .swiper-button-next2,
.slide-arrow .swiper-button-next3 {
  background-image: none;
}

.zizhi {
  background-color: #fff;
}

.product-center .right .more i.nobg {
  background-image: url(icon-arrow.jpg);
}

.zizhi-title {
  border-bottom: #d8dfe7 solid 1px;
}

.zizhi-content {
  margin-top: 40px;
}

.zizhi-content .product-center-list-container a {
  width: 320px;
  height: 315px;
  margin-right: 11px;
  margin-left: 18px;
  border: none;
  margin-bottom: 20px;
  float: left;
}

.zizhi-content .product-center-list-container a img {
  width: 300px;
  height: 260px;
}

.zizhi-content .product-center-list-container a .list-img {
  width: 100%;
  height: 280px;
  border: #e6e6e6 2px solid;
}

.zizhi-content .product-center-list-container a span {
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  display: block;
  float: left;
  background-color: #fff;
}

.zizhi-content .product-center-list-container a:hover .list-img {
  border: #005DAD 2px solid;
}

.zizhi-content .product-center-list-container a:hover span {
  background-color: #fff;
  color: #333;
}

.zizhi-content .slide-arrow {
  /* top: 40%; */
  margin: 0 auto;
}

.news-center {
  background-color: #f8f8fc;
  height: 480px;
  padding-top: 50px;
}

.partner {
  border: #efefef 1px solid;
  padding-bottom: 40px;
  margin-top: 50px;
}

.partner .bg {
  width: 100%;
  height: 60px;
}

.partner .bg .bg-1 {
  width: 75px;
  height: 60px;
  background-image: url(hezuo.png);
  background-repeat: no-repeat;
  display: block;
  float: left;
}

.partner .ccr {
  text-align: center;
}

.partner .ccr .line {
  width: 1440px;
  height: 21px;
  background-image: url(line.png);
  background-repeat: no-repeat;
  display: block;
  float: left;
  margin-top: -10px;
}

.partner .ccr h2 {
  font-size: 28px;
  color: #000;
  height: 40px;
  line-height: 40px;
  width: 240px;
  text-align: center;
  margin-top: -20px;
  display: inline-block;
  position: relative;
}

.partner .ccr h2 strong {
  width: 90px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 45px;
}

.partner .ccr h2 b {
  width: 90px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  position: absolute;
  top: -10px;
  right: 15px;
  color: #005DAD;
  text-align: left;
}

.partner .partner-show {
  overflow: hidden;
  text-align: center;
  position: relative;
}

.partner .partner-show .swiper-slide a {
  width: 240px;
  display: inline-block;
  margin-left: 40px;
  margin-right: 20px;
  text-align: center;
  overflow: hidden;
}

.partner .partner-show .swiper-slide p {
  text-align: center;
  width: 100%;
}

.partner .partner-show .swiper-button-prev5 {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background-color: #b2b2b2;
  color: #fff;
  background-image: url(icon-left-arrow.png);
  background-position: -2px;
  cursor: pointer;
  position: absolute;
  top: 35%;
  left: 50px;

  z-index: 99;
}

.partner .partner-show .swiper-button-next5 {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background-color: #b2b2b2;
  color: #fff;
  background-image: url(icon-right-arrow.png);
  background-position: -2px;
  cursor: pointer;
  position: absolute;
  top: 35%;
  right: 50px;
  z-index: 99;
}

.banner2 {
  height: 400px;
}

.aboutus-tab {
  width: 1370px;
  float: left;
  background-color: #f4f4f4;
  margin-left: 15px;
  margin-top: 20px;
}

.aboutus-tab a {
  width: 150px;
  float: left;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #666;
  font-size: 18px;
}

.aboutus-tab a.on {
  background-color: #005DAD;
  color: #fff;
  position: relative;
}

.aboutus-content {
  border: #f2f2f2 1px solid;
  width: 1370px;
  float: left;
  margin-left: 15px;
  margin-top: 20px;
  padding: 15px;
}

.aboutus-content .title h3 {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.aboutus-content .title p {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  color: #666;
  font-size: 16px;
  margin-top: 10px;
  border-bottom: #f2f2f2 1px solid;
  padding-bottom: 30px;
}

.aboutus-content .title span {
  color: #333;
  font-size: 30px;
}

.aboutus-content .title span.on {
  color: #005DAD;
}

.aboutus-content article {
  color: #333;
  font-size: 18px;
  line-height: 2;
  float: left;
  /* white-space: pre-line; */
  width: 100%;
}

.aboutus-content article.jiejue,
.aboutus-content article.right-article {
  white-space: normal;
}

.aboutus-tab a.on::after {
  background-image: url(icon-uparrow.png);
  width: 20px;
  height: 10px;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 45%;
}

.main {
  float: left;
}

.main .product-center {
  background-color: #fff;
  border: #f2f2f2 1px solid;
  border-top: none;
  width: 1370px;
  float: left;
  margin-left: 15px;
  padding: 15px;
  height: auto;
  margin-bottom: 70px;
}

.main .product-center .container {
  padding-top: 10px;
  width: 100%;
}

.main .product-center .product-center-list-container {
  border-top: #f2f2f2 1px solid;
  margin-top: 30px;
  padding-top: 30px;
  float: left;
}

.main .product-center-list-container a {
  width: 425px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.footer,
.bottom {
  float: left;
}

.right-article section a {
  float: left;
  margin-top: 30px;
  margin-left: 14px;
  margin-right: 14px;
}

.right-article section .list-img {
  border: #e3e3e3 1px solid;
  width: 306px;
  height: 266px;
  text-align: center;
}

.right-article section a img {
  width: 420px;
  height: 310px;
  overflow: hidden;
  margin-top: 2px;
}

.product-center .product-tuijian a img {
  width: 420px;
  height: 310px;
}

.right-article section a p {
  text-align: center;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}

.solution {
  float: left;
  width: 100%;
  border-bottom: #f2f2f2 1px solid;
  padding-bottom: 20px;
}

.solution a {
  width: 180px;
  height: 170px;
  float: left;
  background-color: #f2f2f2;
  color: #666;
  border-radius: 5px;
  text-align: center;
  padding-top: 50px;
  position: relative;
  margin-right: 25px;
  margin-left: 20px;
}

.solution a.last {
  margin-right: 0;
}

.solution a p {
  margin-top: 10px;
  font-size: 18px;
}

.solution a .solution-arrow {
  position: absolute;
  top: 40%;
  right: -33px;
}

.solution a:hover {
  background-color: #005DAD;
  color: #fff;
}

.solution a .solution01 {
  background-image: url(solution01.png);
  width: 40px;
  height: 36px;
  display: inline-block;
}

.solution a:hover .solution01 {
  background-image: url(solution01i.png);
}

.solution a .solution02 {
  background-image: url(solution02.png);
  width: 44px;
  height: 44px;
  display: inline-block;
}

.solution a:hover .solution02 {
  background-image: url(solution02i.png);
}

.solution a .solution03 {
  background-image: url(solution03.png);
  width: 40px;
  height: 44px;
  display: inline-block;
}

.solution a:hover .solution03 {
  background-image: url(solution03i.png);
}

.solution a .solution04 {
  background-image: url(solution04.png);
  width: 42px;
  height: 30px;
  display: inline-block;
}

.solution a:hover .solution04 {
  background-image: url(solution04i.png);
}

.solution a .solution05 {
  background-image: url(solution05.png);
  width: 30px;
  height: 31px;
  display: inline-block;
}

.solution a:hover .solution05 {
  background-image: url(solution05i.png);
}

.solution a .solution06 {
  background-image: url(solution06.png);
  width: 44px;
  height: 44px;
  display: inline-block;
}

.solution a:hover .solution06 {
  background-image: url(solution06i.png);
}

.jiejue {
  float: left;
  margin-top: 50px;
  width: 100%;
}

.jiejue .row {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}

.jiejue .row-img {
  width: 630px;
  height: 350px;
  border: #f2f2f2 1px solid;
  text-align: center;
  overflow: hidden;
}

.jiejue .left {
  float: left;
  width: 630px;
}

.jiejue .right {
  width: 630px;

  float: right;
}

.jiejue h3 {
  font-size: 22px;
  color: #575757;
  font-weight: normal;
  margin-top: 60px;
  position: relative;
  text-align: right;
  width: 266px;
  padding-bottom: 5px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.jiejue h3::after {
  position: absolute;
  width: 266px;
  height: 5px;
  background-image: url(jiejue-h3.png);
  content: "";
  bottom: 0;
  left: 0;
}

.jiejue p {
  color: #575757;
  font-size: 16px;
}

.right-article section.aboutus-zizhi a img {
  width: 300px;
  height: 260px;
}

.chanpin-tab a {
  width: 160px;
}

article .relate {
  float: left;
  margin-bottom: 160px;
}

article .relate h6 {
  float: left;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-top: #e5e5e5 1px solid;
  border-bottom: #e5e5e5 1px solid;
  font-size: 18px;
  margin-bottom: 20px;
}

article .relate h6 span {
  font-size: 40px;
  float: left;
  margin-right: 10px;
  color: #666;
  background-image: url(book.png);
  width: 31px;
  height: 27px;
  margin-top: 13px;
}

article .relate h6 b {
  height: 60px;
  line-height: 60px;
  float: left;
}

article .relate li {
  width: 470px;
  float: left;
  list-style-type: disc;

  margin-top: 10px;
  font-size: 16px;
  margin-left: 35px;
  height: 30px;
  line-height: 30px;
}

article .relate3 {
  padding-bottom: 20px;
  margin-bottom: 0;
}

article .relate3 li {
  width: 409px;
}

article .relate li a {
  float: left;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  margin: 0;
}

.ccr-info {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  margin-top: 10px;
}

.ccr-info .left {
  width: 100%;
  float: left;
  padding-top: 20px;
}

.ccr-info .right {
  width: 100%;
  float: left;

}

.ccr-info .right .name {
  width: 100%;
  height: 73px;
  line-height: 73px;
  float: left;
  text-align: center;
}

.ccr-info .right .name .p1 {
  font-size: 12px;
  color: #666;
  display: inline-block;
}

.ccr-info .right .name .p2 {
  font-size: 12px;
  color: #aaa;
  padding-left: 25px;
  margin-top: 5px;
}

.ccr-info .right .name b {
  font-size: 28px;
  color: #005DAD;
  margin-right: 40px;
  float: left;
}

.ccr-info .right .name span {
  font-size: 12px;
  color: #bd192c;
  float: left;
}

.ccr-info .right .ccr-info-show {
  float: left;
  border: #e5e5e5 1px solid;
  padding: 20px;
  padding-top: 5px;

  width: 785px;
  height: 335px;
  margin-left: 15px;
  margin-top: 15px;
}

.ccr-info .right .ccr-info-show .p1 {
  float: left;
  border-bottom: #e5e5e5 1px solid;
  padding-bottom: 5px;
  width: 100%;
}

.ccr-info .right .ccr-info-show .p1 strong {
  float: left;
  font-size: 20px;
  color: #666;
  margin-right: 10px;
}

.ccr-info .right .ccr-info-show .p1 span {
  float: right;
  font-size: 14px;
  color: #666;
  margin-right: 10px;
  height: 24px;
  line-height: 24px;
}

.ccr-info .right .ccr-info-show .p1 button {
  font-size: 12px;
  color: #666;
  width: 70px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #dfdfdf;
  cursor: pointer;
  float: right;
  border-radius: 5px;
}

.ccr-info .right .ccr-info-show section {
  float: left;
  width: 100%;
}

.ccr-info .right .ccr-info-show section .left {
  font-size: 16px;
  color: #666;
  border: none;
  width: 400px;
  height: 100px;
  padding-top: 0;
}

.ccr-info .right .ccr-info-show section .left p {
  height: 30px;
  line-height: 30px;
}

.ccr-show-main .ccr-show-left .ccr-info .right .ccr-info-show section .right2 img {
  height: 110px;
  width: 110px;
}

.ccr-show-main .ccr-show-left .ccr-info .right .ccr-info-show section .right2 p {
  float: left;
  width: 100%;
  margin-top: -5px;
}

.ccr-show-main .ccr-show-left .ccr-info .right .ccr-info-show section .right2 div {
  margin-top: 15px;
  width: 113px;
  height: 134px;
  float: right;
  border: #e5e5e5 1px solid;
  margin-left: 20px;
  text-align: center;
}

.ccr-info .right .ccr-info-show .p2 {
  width: 100%;
  float: left;
  border-top: #e5e5e5 1px solid;
  border-bottom: #e5e5e5 1px solid;
  height: 60px;
  font-size: 16px;
  color: #666;
  padding-top: 15px;
  padding-left: 18px;
}

.ccr-info .right .ccr-info-show .p2 b {
  float: left;
  font-weight: normal;
  height: 28px;
  line-height: 28px;
}

.ccr-info .right .ccr-info-show .p2 span {
  background-color: #d7d7d7;
  border-radius: 5px;
  width: 80px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-align: center;
  float: left;
  color: #fff;
  margin-left: 10px;
}

.ccr-info .right .ccr-info-show .p3 {
  float: left;
  width: 100%;
  margin-top: 12px;
}

.ccr-info .right .ccr-info-show .p3 b {
  float: left;

  color: #996a3f;
  font-size: 28px;
  margin-right: 20px;
  height: 40px;
  line-height: 40px;
}

.ccr-info .right .ccr-info-show .p3 span {
  float: right;

  color: #996a3f;
  font-size: 16px;
  margin-left: 15px;
  background-color: #e0cba1;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

.ccr-info .right .ccr-info-show .p3 span::before {
  margin-right: 5px;
}

.product-thumb {
  text-align: center;
}

.view .swiper-container-ccr {
  width: 490px;
  height: 322px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.view .arrow-left {
  background: url(../images/index_tab_l.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10;
  display: none;
}

.view .arrow-right {
  background: url(../images/index_tab_r.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10;
  display: none;
}

.view img {
  width: 438px;
  height: 300px;
}

.preview {
  width: 100%;
  margin-top: 4px;
  position: relative;
  overflow: hidden;
}

.preview .swiper-container-ccr {
  width: 483px;
  height: 90px;
  margin-left: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.preview .swiper-slide {
  width: 134px;
  height: 88px;
  cursor: pointer;
  margin: 0 5px;
  position: relative;
}

.view .swiper-slide {
  position: relative;
  text-align: center;
}

.preview a {
  background: #c2c2c2;
  position: absolute;
  width: 20px;
  height: 88px;
  line-height: 88px;
  z-index: 10;
  color: #fff;
  text-align: center;
}

.preview .arrow-right {
  right: 0px;
}

.preview a span {
  font-size: 12px;
}

.preview img {
  padding: 1px;
  width: 132px;
  height: 88px;
}

.preview .active-nav img {
  padding: 0;
  border: 1px solid #49b53e;
}

.preview .arrow-left:hover,
.preview .arrow-right:hover {
  background-color: #d9d9d9;
}

.ccr-info-show .more-info {
  float: left;
  width: 100%;
}

.ccr-info-show .more-info ul {
  float: left;
  width: 100%;
  line-height: 50px;
  border-bottom: #e5e5e5 1px solid;
}

.ccr-info-show .more-info li {
  float: left;
  width: 25%;
  color: #666;
  font-size: 16px;
}

.ccr-info .right .ccr-info-show section .left .hotline {
  width: 41px;
  height: 41px;
  display: block;
  background-image: url(hotline.png);
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.ccr-info .right .ccr-info-show section .left p.hotline-p1 {
  color: #575757;
  font-size: 14px;
  height: 20px;
  width: 200px;
  float: left;
}

.ccr-info .right .ccr-info-show section .left p.hotline-p2 {
  color: #575757;
  font-size: 22px;
  font-weight: bold;
  width: 200px;
  float: left;
}

.ccr-info .right .ccr-info-show section .left {
  padding-top: 35px;
}

.ccr-info .right .ccr-info-show section .right2 {
  float: right;
  padding-top: 10px;
}

.ccr-info .right .ccr-info-show section .right2 p {
  color: #666;
  font-size: 12px;
  float: left;
  margin-top: 40px;
  margin-right: 10px;
}

.ccr-info .right .ccr-info-show section .right2 img {
  width: 110px;
  height: 110px;
  border: #e5e5e5 1px solid;
  padding: 2px;
  float: left;
}

.product-info {
  border: #e5e5e5 1px solid;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.product-info .title i {
  margin-right: 10px;
}

.product-info .title span {
  width: 150px;
  height: 54px;
  line-height: 54px;
  float: left;
  background-color: #005DAD;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: relative;
  font-weight: bold;
}

.product-info .content {
  float: left;
  width: 100%;
  min-height: 900px;
  padding: 30px;
}

.product-info .title span::after {
  width: 8px;
  height: 4px;
  content: "";
  background-image: url(downarrow.png);
  display: inline-block;
  position: absolute;
  bottom: -4px;
  left: 45%;
}

article .pre-next {
  float: left;
  width: 100%;
  line-height: 60px;
  border-top: #e5e5e5 1px solid;
  margin-top: 20px;
  padding: 0 20px;
}

article .pre-next a {
  font-size: 16px;
  font-weight: bold;
  width: 50%;
  overflow: hidden;
  float: left;
  margin: 0;
}

article .pre-next a.right {
  width: 50%;

  float: right;
  text-align: right;
}

.news-list {
  padding: 0 20px;
}

.news-list .show {
  float: left;
  width: 100%;
}

.news-list .show li {
  list-style-type: disc;
}

.news-list .show li.line {
  border-bottom: #ccc 1px dashed;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.news-list .show li a {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #656565;
}

.news-list .show li span {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #656565;
  float: right;
}

.news-article h1 {
  font-size: 28px;
  margin-top: 40px;
  text-align: center;
  float: left;
  width: 100%;
  line-height: 1.5;
}

.news-article p.title {
  font-size: 14px;
  color: #8e8e8e;
  margin-top: 25px;
  text-align: center;
  float: left;
  width: 100%;
  border-bottom: #e5e5e5 1px solid;
  padding-bottom: 20px;
}

.news-article p.title span {
  margin-left: 20px;
  color: #8f8f8f;
  font-size: 14px;
}

.news-article .content {
  width: 100%;

  padding: 10px;
  margin-top: 30px;
  float: left;
  font-size: 16px;
  line-height: 1.5;
  white-space: pre-line;
}

.search-li {
  width: 100%;
  float: left;
}

.search-li li {
  width: 100%;
  float: left;
  border-bottom: #ccc 1px dashed;
  padding-bottom: 10px;
}

.search-li li h3 {
  width: 100%;
  float: left;
  color: #333;
  font-size: 20px;
  font-weight: normal;
}

.search-li li p {
  width: 100%;
  float: left;
  color: #919191;
  font-size: 14px;
}

.aboutus-content .right-article section a img {
  width: 300px;
  height: 260px;
}

.aboutus-content article.aboutus-show {
  /* white-space: pre-line; */
}

.slide-arrow .icon-arrowl::before,
.slide-arrow .icon-arrowr::before {
  content: "";
}

.city-article a {
  margin-left: 20px;
}