html, body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, dl, dt, dd, fieldset, img, q, i, em, sub, sup, strong, form, input {
  margin: 0;
  padding: 0;
  list-style: none;
  font-style: normal;
  font-weight: normal;
  border: 0 none;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Microsoft Yahei", "SimHei", Arial, Tahoma, sans-serif, serif;
  -webkit-text-size-adjust: none;
  margin: 0 auto;
  -webkit-appearance: none;
  -webkit-user-select: none;
  font-size: 14px;
  background: #fff;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  background: #fff;
  font-size: 14px;
}

.w-100 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

a {
  text-decoration: none;
  -webkit-touch-callout: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus, input:focus, textarea:focus, select {
  outline: none;
}

a {
  color: #3d3d3d;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input {
  -webkit-appearance: none;
}

input[type=radio] {
  left: -999999px;
  position: absolute;
}

.none {
  display: none;
}

img {
  vertical-align: top;
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
}

img.img-touch {
  -webkit-touch-callout: default;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

img {
  display: block;
}

.main {
  width: 1200px;
  margin: 0 auto;
}

.header {
  height: 100px;
  position: relative;
}
.header .phone {
  background: url(../images/phone.png) no-repeat;
  width: 152px;
  height: 26px;
  position: absolute;
  top: 37px;
  right: 100px;
}

.nav {
  width: 800px;
  float: left;
  height: 100px;
  line-height: 100px;
}
.nav .sub {
  display: none;
  width: 100%;
  left: 0;
  position: absolute;
  top: 100px;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  z-index: 999;
}
.nav .sub li {
  height: 50px;
  line-height: 40px;
  zoom: 1;
}
.nav .sub li a {
  text-align: center;
  display: block;
  font-size: 16px;
}
.nav .nli.active > h3 a {
  color: #0069e8;
}
.nav .nli {
  float: left;
  position: relative;
  display: inline;
}
.nav .nli.menu-item-level-1 {
  margin: 0 10px;
}
.nav .nli.menu-item-level-2 {
  width: 100%;
}
.nav .nli.menu-item-level-2 h3 {
  width: 100%;
}
.nav .nli.menu-item-level-2 h3 a {
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}
.nav .nli h3 {
  float: left;
}
.nav .nli h3 a {
  margin: 0 10px;
  padding: 0 25px;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #5d5d5d;
}
.nav .nli h3 a.bottom {
  background: url(../images/icon_1.jpg) right center no-repeat;
}
.nav .nli h3 a:hover {
  color: #0069e8;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.logo {
  width: 280px;
  height: 36px;
  float: left;
}
.logo h1 {
  padding-top: 32px;
}
.logo h1 a {
  width: 280px;
  height: 36px;
  display: block;
  text-indent: -9999999px;
  background: url(../images/logo.png) no-repeat;
}

.swiper-container-1, .swiper-container-2 {
  position: relative;
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container img {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.item-1 {
  margin: 100px 0;
}
.item-1 .bd {
  margin-top: 40px;
}
.item-1 .bd li {
  position: relative;
}
.item-1 .bd .slide-box {
  cursor: pointer;
  position: relative;
}
.item-1 .bd .slide-box dl {
  z-index: 9;
  padding: 10px;
  text-align: left;
}
.item-1 .bd .slide-box dl dt {
  color: #333;
  font-size: 18px;
  height: 55px;
  line-height: 1.5;
}
.item-1 .bd .slide-box dl dd {
  font-size: 16px;
}
.item-1 .bd .slide-box img {
  width: 100%;
}
.item-1 .title .hd {
  float: right;
}
.item-1 .title .hd ul li {
  display: inline-block;
}
.item-1 .title .hd ul li.on a {
  background: #dd231f;
  color: #fff;
  border: 1px solid #dd231f;
}
.item-1 .title .hd ul li a {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #dfe3e9;
  font-size: 16px;
  color: #666;
}
.item-1 .title dl {
  width: 400px;
}
.item-1 .title dl dt {
  font-size: 30px;
  color: #333;
  margin-bottom: 15px;
}
.item-1 .title dl dd {
  font-size: 18px;
  color: #999;
}

.swiper-pagination-1, .swiper-pagination-2 {
  bottom: -30px !important;
  width: 100%;
}
.swiper-pagination-1 .swiper-pagination-bullet, .swiper-pagination-2 .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-1 .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #dd231f;
  width: 10px;
  height: 10px;
}

.server {
  background: url(../images/s_bg.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  padding: 112px 0;
}
.server .right {
  float: right;
  width: 390px;
  height: 521px;
}
.server .left {
  width: 810px;
  float: left;
  background: #fff;
  height: 521px;
}
.server .left ul {
  overflow: hidden;
  margin-top: 40px;
}
.server .left ul li {
  width: 198px;
  float: left;
  margin-left: 6px;
}
.server .left ul li img {
  width: 100%;
}
.server .left .title {
  margin-top: 62px;
}
.server .left .title dl {
  overflow: hidden;
}
.server .left .title dl dt {
  margin-left: 20px;
  width: 200px;
  float: left;
  font-size: 30px;
  color: #333;
  margin-bottom: 15px;
}
.server .left .title dl dt p {
  margin-top: 20px;
  font-size: 18px;
  color: #999;
}
.server .left .title dl dd {
  width: 580px;
  float: right;
  font-size: 14px;
}

.news {
  padding: 60px 0;
}
.news .main {
  overflow: hidden;
}
.news .main ul {
  overflow: hidden;
  width: 1260px;
  margin-top: 50px;
}
.news .main ul li {
  width: 385px;
  float: left;
  background-color: #f6f7fa;
  position: relative;
  height: 241px;
  margin-right: 20px;
  cursor: pointer;
  margin-bottom: 20px;
}
.news .main ul li.on {
  background-color: #0069e8;
}
.news .main ul li.on dt a {
  color: #fff !important;
}
.news .main ul li.on dd {
  color: #fff !important;
}
.news .main ul li dl {
  padding: 30px;
}
.news .main ul li dl dt {
  font-size: 18px;
  color: #3a3a3a;
  margin-bottom: 10px;
}
.news .main ul li dl dd {
  font-size: 14px;
  margin-bottom: 10px;
  color: #999999;
}
.news .main ul li dl dd.time {
  font-size: 18px;
  color: #999;
}
.news .main ul li dl dd.desc {
  height: 60px;
  overflow: hidden;
}
.news .main ul li dl dd.more {
  display: none;
}
.news .main ul li dl dd.more a {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #dd231f;
}
.news .main ul li img {
  width: 100%;
}
.news .main ul li .date {
  background: url(../images/date_icon.png) no-repeat;
  width: 56px;
  height: 59px;
  color: #fff;
  text-align: center;
  top: 10px;
  left: 10px;
  position: absolute;
}
.news .main ul li .date .p1 {
  padding-top: 10px;
  font-size: 12px;
}
.news .main ul li .date .p2 {
  font-size: 28px;
}
.news .title {
  text-align: center;
}
.news .title dl dt {
  color: #0069e8;
  font-size: 30px;
  margin-bottom: 10px;
}
.news .title dl dd {
  color: #999;
  font-size: 18px;
}

.footer {
  background: #31363c url(../images/footer_bg.jpg) top right no-repeat;
  width: 100%;
  overflow: hidden;
  padding-bottom: 90px;
}
.footer .footer-logo {
  padding: 50px 0;
}
.footer dl {
  float: left;
  width: 20%;
  color: #fff;
}
.footer dl.d1 dd a {
  color: #fff;
  font-size: 14px;
  line-height: 35px;
}
.footer dl.d3 dd {
  line-height: 35px;
}
.footer dl.d2 {
  width: 40%;
  margin-right: 5%;
}
.footer dl.d2 dd {
  width: 160px;
  height: 37px;
  float: left;
  margin-bottom: 10px;
}
.footer dl.d2 dd a {
  width: 150px;
  height: 37px;
  margin-right: 5px;
  line-height: 37px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px dashed #5a5e63;
  display: block;
  color: #fff;
  text-align: center;
}
.footer dl dt {
  margin-bottom: 20px;
  font-size: 18px;
}
.footer .ewm {
  width: 120px;
  float: right;
}
.footer .ewm p {
  line-height: 40px;
  color: #fff;
  text-align: center;
}

.copyright {
  background-color: #282c33;
  text-align: center;
  padding: 30px 0;
  color: #999999;
}
.copyright p {
  line-height: 30px;
}

.cate-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cate-img img {
  width: 100%;
}
.cate-img dl {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  color: #fff;
  transform: translate(0%, 50%);
  margin-top: -40px;
}
.cate-img dl dt {
  font-size: 30px;
  margin-bottom: 10px;
}
.cate-img dl dd {
  text-transform: uppercase;
  font-size: 18px;
}

.crumbs {
  background: #f5f5f5;
  height: 80px;
  line-height: 80px;
  color: #999;
  text-align: right;
}
.crumbs a {
  color: #999;
}

.p-t-0 {
  padding-top: 0 !important;
}

.pro-list-1 {
  padding: 60px 0;
}
.pro-list-1 .main ul {
  overflow: hidden;
  width: 1360px;
}
.pro-list-1 .main ul li {
  position: relative;
  float: left;
  width: 380px;
  margin-right: 40px;
}
.pro-list-1 .main ul li img {
  width: 100%;
  height: 265px;
}
.pro-list-1 .main ul li dl {
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 20px;
  text-align: left;
}
.pro-list-1 .main ul li dl dt {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.pro-list-1 .main ul li dl dd {
  font-size: 16px;
}

.pro-list {
  padding: 60px 0;
}
.pro-list .main ul {
  overflow: hidden;
  width: 1360px;
}
.pro-list .main ul.pro-list-2 li {
  width: 385px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.pro-list .main ul.pro-list-2 li img {
  width: 100%;
  height: 240px;
}
.pro-list .main ul.pro-list-2 li dt {
  height: 40px;
  line-height: 1.4;
}
.pro-list .main ul.pro-list-2 li dd {
  font-size: 14px;
  color: #999;
}
.pro-list .main ul li {
  position: relative;
  float: left;
  width: 270px;
  margin-right: 40px;
  margin-bottom: 40px;
}
.pro-list .main ul li img {
  width: 100%;
  height: 365px;
}
.pro-list .main ul li dl {
  z-index: 9;
  color: #fff;
  padding: 10px;
  text-align: left;
}
.pro-list .main ul li dl dt {
  height: 55px;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
}
.pro-list .main ul li dl dd {
  font-size: 16px;
}

.pro .hd {
  float: left;
}
.pro .hd ul li {
  display: inline-block;
}
.pro .hd ul li.on a {
  background: #dd231f;
  color: #fff;
  border: 1px solid #dd231f;
}
.pro .hd ul li a {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #dfe3e9;
  font-size: 16px;
  color: #666;
}

.post_excerpt {
  color: #989898;
  line-height: 30px;
  margin: 10px 0;
}

.content .title {
  text-align: center;
  line-height: 130px;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px dashed #cfcfcf;
}
.content .desc {
  overflow: hidden;
}
.content .desc .c-time {
  float: left;
  color: #989898;
}
.content .desc .c-time span {
  margin-right: 20px;
}
.content .desc .font {
  float: right;
}
.content .desc .font span {
  background-color: #ebebeb;
  padding: 5px 8px;
  cursor: pointer;
}
.content .desc .font span.on {
  color: #fff;
  background-color: #ff6000;
  font-size: 16px;
}

.pr {
  overflow: hidden;
  background-color: #f5f5f5;
  height: 120px;
  line-height: 120px;
  text-align: center;
}
.pr .ewm {
  width: 26px;
  height: 26px;
  display: inline-block;
}
.pr a {
  font-size: 14px;
  color: #999999;
}
.pr .p {
  float: left;
}
.pr .n {
  float: right;
}

.page {
  text-align: center;
  margin-top: 30px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #0069e8;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 2;
  color: #0069e8;
  background-color: #e6e6e6;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #999999;
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: default;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

#article_content {
  margin-top: 30px;
  margin-bottom: 30px;
}
#article_content strong {
  font-weight: bold;
}
#article_content img {
  display: inline-block;
}

#article_content img {
  height: auto !important;
  max-width: 100%;
}

.fx {
  margin: 30px 0;
  text-align: center;
}

.sub-cate ul {
  margin-top: 30px;
  text-align: center;
}
.sub-cate ul li {
  margin: 0 5px;
  display: inline-block;
}
.sub-cate ul li.on a {
  background: #dd231f;
  color: #fff;
  border: 1px solid #dd231f;
}
.sub-cate ul li a:hover {
  background: #dd231f;
  color: #fff;
  border: 1px solid #dd231f;
}
.sub-cate ul li a {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #dfe3e9;
  font-size: 16px;
  color: #666;
}

.left-nav {
  width: 265px;
  float: left;
}
.left-nav ul {
  background: #fbfbfb;
}
.left-nav ul li {
  position: relative;
  overflow: hidden;
  height: 43px;
  line-height: 43px;
  border-bottom: 1px solid #e8e8e8;
}
.left-nav ul li dl {
  display: none;
  position: absolute;
  right: -110px;
  top: 0;
  box-sizing: border-box;
  width: 106px;
  padding: 5px;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  background: #fff;
}
.left-nav ul li dl dd {
  box-sizing: border-box;
  display: block;
  width: 95px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #e8e8e8;
}
.left-nav ul li dl dd:not(:nth-child(1)) {
  margin-top: -1px;
}
.left-nav ul li dl dd a {
  display: block;
}
.left-nav ul li dl dd a:hover {
  color: #b90f10;
}
.left-nav ul li dl dd.on {
  color: #b90f10;
}
.left-nav ul li dl dd::after {
  display: block;
  content: "";
  position: absolute;
  width: 5px;
  height: 43px;
  left: -5px;
  top: 50%;
  margin-top: -21px;
  background: url(../images/icon_1.jpg) center no-repeat;
}
.left-nav ul li:last-child {
  border-bottom: none;
}
.left-nav ul li > a {
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.left-nav ul li.on > a, .left-nav ul li.hover > a,
.left-nav ul li > a:hover {
  background: #f5f5f5;
  color: #000;
}
.left-nav h3 {
  margin-top: 40px;
  line-height: 60px;
  background: #b90f10;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
}
.left-nav h3 span {
  margin-left: 5px;
}

.friend {
  font-size: 16px;
  color: #fff;
}
.friend a {
  margin: 0 10px;
  color: #fff;
  font-size: 14px;
}

.swiper-button-next, .swiper-button-prev {
  color: #dd231f !important;
}

/*# sourceMappingURL=css.css.map */
