*,
*::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: #444;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #0665bf;
}

.cl {
  clear: both;
}

.container {
  width: 1200px;
  margin: 0 auto;
}
.container-full {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  /* 在宽度小于或等于1200px时应用的样式 */
  .container-full {
    width: 1200px;
    margin: 0 auto;
  }
}
.header {
  height: 120px;
}
.header .logo {
  height: 120px;
  float: left;
}
.header .logo img {
  margin-top: 20px;
  padding-right: 20px;
  border-right: #d8dfe7 solid 1px;
}
.header .comname {
  float: left;
  margin-left: 20px;
}
.header .comname .p1 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 25px;
  height: 32px;
  line-height: 32px;
}
.header .comname .p2 {
  margin-top: 10px;
  height: 22px;
  line-height: 22px;
  font-size: 18px;
}

.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;
  width: 135px;
  height: 20px;
  float: right;
}
.header .hotline .p2 {
  width: 100%;

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

  font-size: 22px;
  height: 26px;
  line-height: 26px;
}

.nav {
  font-size: 18px;
  float: left;
  border-top: #d8dfe7 solid 1px;
}
.nav li {
  line-height: 70px;
  float: left;
  width: 138px;
  text-align: center;
}
.nav li.nav-index {
  width: 90px;
}

.nav li.on {
  background-color: #0665bf;
}

.nav li.on a {
  color: #fff;
}
.nav .nav-container {
  position: relative;
}
.nav .list-open,
.nav .list-open2 {
  position: absolute;
  font-size: 14px;
  background-color: #0665bf;
  display: none;
  z-index: 100;
}
.nav .list-open a,
.nav .list-open2 a {
  color: #fff;

  height: 42px;
  line-height: 42px;
  display: block;
  padding: 0 20px;
}
.nav .list-open a:hover,
.nav .list-open2 a:hover {
  text-decoration: underline;
}
.banner {
  height: 600px;
  overflow: hidden;
  text-align: center;
}
.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;
}
.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: 14px;
  float: left;
}
.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: #0665bf;
  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: #0665bf;
  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;
}
.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: 190px;
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
}
.aboutus .right .div1 {
  margin-left: 80px;
}
.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: 160px;
}
.product-center .container {
  padding-top: 40px;
}
.product-center .left {
  width: 330px;
  float: left;
}
.product-center .left h1 {
  font-size: 32px;
  font-weight: bold;
  width: 324px;
  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;
}
.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; */
}
.product-center-list-container {
  width: 1540px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1200px) {
  /* 在宽度小于或等于1200px时应用的样式 */
  .product-center-list-container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
  }
}
.product-center-list-container a {
  width: 494px;
  background-color: #fff;
  margin-bottom: 20px;
  text-align: center;
  border: #e6e6e6 2px solid;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}
.product-center-list-container a:hover {
  border: #0665bf 2px solid;
}

.product-center-list-container a img {
  width: 351px;
  height: 234px;
  overflow: hidden;
}
.product-center-list-container a span {
  width: 254px;
  height: 36px;
  line-height: 36px;
  display: block;
  float: right;
  font-size: 16px;
  overflow: hidden;
  background-color: #e6e6e6;
}
.product-center-list-container a:hover span {
  background-color: #0665bf;
  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: #0665bf;
  color: #fff;
  border: #0665bf 1px solid;
}
.news-center .tab-content .cell {
  display: none;
}
.news-center .tab-content .show {
  display: block;
}
.news-center .tab-content .left {
  width: 610px;
  height: 510px;
  float: left;
}
.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;
  margin-top: 20px;
  margin-bottom: 11.5px;
  overflow: hidden;
}
.news-center .tab-content .left p {
  font-size: 14px;
  color: #969696;
  float: left;
  overflow: hidden;
  border-bottom: #dedede 1px solid;
  padding-bottom: 14px;
  width: 100%;
}
.news-center .tab-content .right {
  float: left;
  width: 590px;
  height: 510px;
  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: #0665bf;
  height: 215px;
  margin-top: 80px;
}
.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: 30px;
}
.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;
}
.footer .center .webnav a {
  width: 100px;
  float: left;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.footer .center .copyright {
  width: 310px;
  float: left;
  margin-left: 40px;
}
.footer .center .copyright a {
  color: #fff;
}
.footer .center .copyright p {
  width: 300px;
  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: #055faf;
  height: 80px;
}
.bottom p {
  padding-top: 30px;
}
.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: #2a77bb;
}
.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;
}

.position {
  float: left;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: #aaa 1px dashed;
}
.position i {
  width: 6px;
  height: 16px;
  background-color: #0665bf;
  display: block;
  margin-right: 10px;
  margin-top: 2px;
  float: left;
}
.position a {
  color: #333;
}
.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: #0665bf;
  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: #0665bf;
}
.left-side li.on a {
  color: #fff;
}
.left-side li.on i {
  width: 18px;
  background-image: url(icon-sub2.jpg);
}

.right-article {
  width: 926px;
  float: left;
  margin-left: 34px;
}
.right-article h2 {
  width: 100%;
  float: left;
  border-bottom: #d1d1d1 1px solid;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 45px;
}

.right-article h2 span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #666;
  font-weight: normal;
  padding: 0 20px;
  border-bottom: #333 1px solid;
}

.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: #0665bf 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: #0665bf;
  color: #fff;
}

.right-article .page {
  text-align: center;
  width: 100%;
  float: left;
  font-size: 0;
  margin-top: 80px;
}
.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;
}
.right-article .page a.on {
  border: #00459a 1px solid;
  background-color: #00459a;
  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;
}

.right-article .index-section a h3 {
  font-size: 18px;
  float: left;
  margin-top: 15px;
  margin-bottom: 11.5px;
  overflow: hidden;
  line-height: 1.2;
}

.right-article .index-section a p {
  font-size: 14px;
  color: #969696;
  float: left;
  overflow: hidden;
  border-bottom: #dedede 1px solid;
  padding-bottom: 15.2px;
  width: 100%;
}
.right-article .site-show .content {
  border-top: none;
}
