@charset "utf-8";

/* CSS Document */

/* 通用样式 */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500&display=swap');

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  min-width: 1200px;
}

body {
  width: 100%;
  height: 100%;
  min-width: 1330px;
  font-size: 16px;
  color: #333;
  background: #ffffff;
  font-family: "Microsoft YaHei";
  font-weight: 300;
}

ul,
li,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  list-style: none;
  padding: 0;
  margin: 0;
}

input,
textarea {
  outline: none;
}

::-webkit-input-placeholder {
  color: #999999;
}

::-moz-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

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

a:hover {
  color: #a77f4c;
}

.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both
}


/*图片放大*/

.imgZoom img {
  transition: all .4s;
  -webkit-transition: all .4s;
}

.imgZoom img:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}


/*display*/

.display_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.display_flex > * {
  display: block;
}

.display_inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.display_inline-flex > * {
  display: block;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}


/*伸缩流方向*/

.flex-direction_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}


/*主轴对齐*/

.justify-content_flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.justify-content_flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.justify-content_flex-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}


/*侧轴对齐*/

.align-items_flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.align-items_flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.align-items_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.align-items_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}


/*伸缩性*/

.flex_auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}

.flex_1 {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}


/*显示顺序*/

.order_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.order_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.center-box {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.link {
  float: left;
  line-height: 70px;
}

.cue {
  background-color: #FF1500;
}

.cue a {
  color: #ffffff !important;
}

.link li {
  float: left;
  width: 100px;
  text-align: center;
}

.link li a {
  color: #000000;
}

.flex-pack-around {
  -webkit-box-pack: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: center;
  justify-content: space-around;
}


/* header */

.header {
  height: 85px;
  background-color: #ffffff;
}

.header .logo {
  padding-top: 14px;
}

.header .head_right {
  height: 100%;
}

.header .nav {
  float: left;
  height: 100%;
}

.header .nav ul {
  height: 100%;
}

.header .nav ul li {
  float: left;
  line-height: 85px;
  height: 100%;
  padding: 0 20px;
}

.header .nav ul li a {
  display: block;
  line-height: 85px;
  height: 100%;
}

.header .nav ul li a:hover,
.header .nav ul li.focus a {
  color: #ff4e00;
  border-bottom: 3px solid #ff4e00;
}


/*首页bannner*/

.banner .swiper-container {
  height: 550px;
  overflow: hidden;
  width: 100%;
}

.banner .swiper-container .swiper-slide {
  height: 550px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

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

.banner .swiper-pagination-switch {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  background: #fff;
  margin: 0 5px;
  cursor: pointer;
}

.banner .swiper-active-switch {
  background: #fa4c0d;
}


/* 首页mian */

.index-main {
  padding-top: 75px;
  height: 725px;
  position: relative;
}

.index-main .main-title {
  width: 457px;
  height: 75px;
  margin: 0 auto;
  position: relative;
}

.index-main .main-title .line {
  position: absolute;
  left: 0px;
  top: 37px;
  z-index: 5;
  width: 457px;
  height: 1px;
  background-color: #fa4c0d;
}

.index-main .main-title .titles {
  position: absolute;
  left: 123px;
  top: 0px;
  z-index: 15;
  width: 201px;
  height: 56px;
  background-color: #fa4c0d;
  color: #ffffff;
  text-align: center;
  font-size: 26px;
  line-height: 56px;
}

.index-main .main-title .title-en {
  position: absolute;
  left: 173px;
  bottom: -2px;
  z-index: 15;
}

.index-main .product-play {
  margin-top: 65px;
  height: 333px;
  width: 100%;
  position: relative;
}

.index-main .prev {
  background-image: url('./../images/28.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 30;
  width: 43px;
  height: 43px;
  top: 273px;
  left: -60px;
  cursor: pointer;
}

.index-main .next {
  background-image: url('./../images/29.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 30;
  width: 43px;
  height: 43px;
  top: 273px;
  right: -60px;
  cursor: pointer;
}

.index-main .product-play .play-ul {
  width: 3000px;
  height: 100%;
  margin-right: -15px;
}

.index-main .product-play .play-ul li {
  float: left;
  width: 300px;
  height: 100%;
  padding: 0 15px;
}

.index-main .product-play .play-ul li .play-main {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 1px solid #dbdbdb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.index-main .product-play .play-ul li .play-main .play-top {
  height: 270px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.index-main .product-play .play-ul li .play-main .play-top img {
  height: 270px;
  width: 100%;
}

.index-main .product-play .play-ul li .play-main .play-bot {
  height: 60px;
  background-color: #004195;
  width: 100%;
  line-height: 60px;
  text-align: center;
}

.index-main .product-play .play-ul li .play-main .play-bot p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.index-main .more {
  display: inline-block;
  width: 35px;
  height: 30px;
  background-image: url('./../images/5.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 70px;
  left: 582px;
}


/* 首页关于我们 */

.introduction {
  width: 100%;
  height: 550px;
}

.introduction .center-left {
  position: relative;
  text-align: center;
}

.introduction .center-left h2 {
  color: #ffffff;
  font-size: 33px;
  z-index: 15;
  position: absolute;
  top: 185px;
  left: 120px;
}

.introduction .center-left button {
  width: 168px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  outline: none;
  cursor: pointer;
  border: 3px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  font-size: 28px;
  z-index: 15;
  position: absolute;
  top: 265px;
  left: 205px;
}

.introduction .center-right {
  padding-top: 65px;
  padding-left: 40px;
}

.introduction .center-right h2 {
  font-size: 32px;
  color: #000000;
  margin-bottom: 35px;
}

.introduction .center-right p {
  font-size: 15px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 30px;
}

.introduction .introd-center {
  width: 600px;
  height: 100%;
}

.introd-left {
  width: 50%;
  height: 100%;
  background-color: #003a88;
  background-image: url('./../images//6.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.introd-right {
  height: 100%;
  width: 50%;
  background-color: #f3f3f3;
}


/* 首页新闻 */

.newss {
  padding-top: 70px;
  height: 675px;
  position: relative;
  padding-bottom: 95px;
}

.newss .center-box {
  background-image: url('./../images/9.png');
  background-repeat: no-repeat;
  background-position: center 50px;
  background-size: 80% 90%;
}

.newss .main-title {
  width: 457px;
  height: 75px;
  margin: 0 auto;
  position: relative;
}

.newss .main-title .line {
  position: absolute;
  left: 0px;
  top: 37px;
  z-index: 5;
  width: 457px;
  height: 1px;
  background-color: #fa4c0d;
}

.newss .main-title .titles {
  position: absolute;
  left: 123px;
  top: 0px;
  z-index: 15;
  width: 201px;
  height: 56px;
  background-color: #fa4c0d;
  color: #ffffff;
  text-align: center;
  font-size: 26px;
  line-height: 56px;
}

.newss .main-title .title-en {
  position: absolute;
  left: 160px;
  bottom: -2px;
  z-index: 15;
}

.newss .newss-main {
  margin-top: 55px;
  height: 380px;
}

.newss .newss-left {
  width: 510px;
  height: 380px;
  cursor: pointer;
}

.newss .newss-left .newss-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.newss .newss-left .newss-img .newss-text {
  padding-left: 28px;
  width: 100%;
  height: 70px;
  font-size: 16px;
  line-height: 70px;
  background-color: #666664;
  color: #ffffff;
  position: absolute;
  bottom: 0;
}

.newss .newss-right {
  width: 655px;
  height: 380px;
}

.newss .newss-right ul {
  width: 655px;
  height: 380px;
}

.newss .newss-right ul li {
  width: 100%;
  height: 116px;
  border: 1px solid #d3d3d3;
  padding-top: 15px;
  padding-left: 20px;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
}

.newss .newss-right ul li i {
  background-image: url('./../images/10.png');
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 15px;
  height: 7px;
  position: absolute;
  right: 28px;
  top: 50px;
  z-index: 15;
}

.newss .newss-right ul li .li-left {
  width: 85px;
  border-right: 1px solid #d5dde6;
}

.newss .newss-right ul li .li-left h2 {
  color: #333333;
  text-align: left;
  font-size: 48px;
  font-weight: normal;
}

.newss .newss-right ul li .li-left p {
  color: #909090;
  text-align: left;
  font-size: 14px;
}

.newss .newss-right ul li .li-right {
  width: 475px;
  height: 83px;
  margin-left: 25px;
}

.newss .newss-right ul li .li-right h4 {
  font-size: 18px;
  font-weight: normal;
}

.newss .newss-right ul li .li-right p {
  margin-top: 12px;
  font-size: 15px;
  color: #999999;
  line-height: 25px;
  font-weight: normal;
}

.newss .newss-right ul li:hover {
  width: 100%;
  height: 116px;
  border: 1px solid #eef2f8;
  padding-top: 15px;
  padding-left: 20px;
  background-color: #004195;
  position: relative;
}

.newss .newss-right ul li:hover i {
  background-image: url('./../images/11.png');
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 15px;
  height: 7px;
  position: absolute;
  right: 28px;
  top: 50px;
  z-index: 15;
}

.newss .newss-right ul li:hover .li-left {
  width: 85px;
  border-right: 1px solid #d5dde6;
}

.newss .newss-right ul li:hover .li-left h2 {
  text-align: left;
  font-size: 48px;
  font-weight: normal;
  color: #ffffff;
}

.newss .newss-right ul li:hover .li-left p {
  color: #ffffff;
  text-align: left;
  font-size: 14px;
}

.newss .newss-right ul li:hover .li-right {
  width: 475px;
  height: 83px;
  margin-left: 25px;
}

.newss .newss-right ul li:hover .li-right h4 {
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
}

.newss .newss-right ul li:hover .li-right p {
  margin-top: 12px;
  font-size: 15px;
  color: #ffffff;
  line-height: 25px;
  font-weight: normal;
}


/* 首页底部 footer */

.footer {
  height: 380px;
  width: 100%;
}

.footer .footer-top {
  height: 318px;
  background-image: url('./../images/12.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.footer .footer-top .footer-link {
  color: #ffffff;
  padding-top: 57px;
}

.footer .footer-top .footer-link ul h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
}

.footer .footer-top .footer-link ul .line {
  display: inline-block;
  margin-top: 9px;
  margin-bottom: 19px;
  background-color: #8cc7e3;
  width: 63px;
  height: 1px;
}

.footer .footer-top .footer-link ul li {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 14px;
}

.footer .footer-top .footer-link ul li a {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
}

.footer .footer-top .footer-link ul li a:hover {
  color: #000000;
}

.footer .footer-top .qr-code p {
  color: #ffffff;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 25px;
}

.footer .footer-bot {
  height: 62px;
  background-color: #003b75;
  width: 100%;
  text-align: center;
  line-height: 62px;
}

.footer .footer-bot p {
  font-size: 14;
  color: #ffffff;
}


/*banner图片 */

.about-banner-img {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

}

.honor-banner-img {
  width: 100%;
  height: 350px;
  /*background-image: url('./../images/16.png');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.news-banner-img {
  width: 100%;
  height: 350px;
  /*background-image: url('./../images/18.png');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.products-banner-img {
  width: 100%;
  height: 350px;
  /*background-image: url('./../images/21.png');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.contact-banner-img {
  width: 100%;
  height: 350px;
  /*background-image: url('./../images/23.png');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


/* 面包屑 */

.menu-nav {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: right;
  background-color: #eeeeee;
}

.menu-nav .text {
  font-size: 16px;
  color: #000000;
}


/* about-main */

.about-main {
  padding-top: 60px;
  height: 650px;
  background-color: #ffffff;
}

.about-main h2 {
  margin-bottom: 62px;
  text-align: center;
  font-size: 32px;
  color: #000000;
}

.about-main .main-concat {
  height: 382px;
}

.about-main .main-concat .image {
  width: 560px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-main .main-concat .version {
  width: 600px;
  height: 100%;
}

.about-main .main-concat .version p {
  font-size: 15px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 30px;
}


/* honor-main */

.honor-main {
  padding-top: 60px;
  height: 1060px;
  background-color: #ffffff;
}

.honor-main h2 {
  margin-bottom: 35px;
  text-align: center;
  font-size: 32px;
  color: #000000;
}

.honor-main .main-concat {
  height: 840px;
}

.honor-main .main-concat ul a {
  padding: 0 9px
}

.honor-main .main-concat ul {
  width: 100%;
  height: 100%;
}

.honor-main .main-concat ul li {
  float: left;
  width: 282px;
  cursor: pointer;
  margin-bottom: 20px;
}

.honor-main .main-concat ul li img {
  border: 3px solid #005bab;
  overflow: hidden;
}


/* news-view-main */

.news-view-main {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

.news-view-main .title-main {
  text-align: center;
}

.news-view-main .title-main h3 {
  margin-bottom: 15px;
  font-size: 36px;
}

.news-view-main .title-main .text1 {
  display: inline-block;
  margin-right: 10px;
}

.news-view-main .title-main .text2 {
  display: inline-block;
}

.news-view-main .concat-main {
  margin-top: 45px;
  line-height: 25px;
  text-indent: 2em;
}


/* news-main */

.news-main {
  padding-top: 60px;
  height: 1040px;
  background-color: #ffffff;
}

.news-main h2 {
  margin-bottom: 44px;
  text-align: center;
  font-size: 32px;
  color: #000000;
}

.news-main .main-concat {
  height: 895px;
}

.news-main .main-concat ul {
  width: 100%;
  height: 357px;
}

.news-main .main-concat ul li {
  float: left;
  width: 365px;
  height: 357px;
  margin-bottom: 20px;
  cursor: pointer;
}

.news-main .main-concat ul li .li-top {
  width: 100%;
  height: 205px;

  background-repeat: no-repeat;
  background-size: cover;
}

.news-main .main-concat ul li .li-bot {
  width: 100%;
  height: 152px;
  background-color: #f3f3f3;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 25px;
}

.news-main .main-concat ul li .li-bot h6 {
  color: #000;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 15px;
}

.news-main .main-concat ul li .li-bot p {
  color: #999999;
  line-height: 20px;
  font-size: 15px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-main .main-concat ul li .li-bot s {
  margin-top: 25px;
  display: block;
  height: 0;
  width: 100%;
  border-bottom: 1px dotted #898989;
}

.news-main .main-concat ul li .li-bot .date {
  margin-top: 6px;
  display: block;
  height: 30px;
  font-size: 14px;
  color: #666666;
}

.news-main .main-concat ul li .li-bot .date .fr {
  cursor: pointer;
}

.news-main .main-concat .list {
  margin-top: 40px;
}

.news-main .main-concat .list ul {
  width: 100%;
}

.news-main .main-concat .list ul li {
  cursor: pointer;
  width: 100%;
  height: 35px;
  padding: 0px;
  margin: 0;
}

.news-main .main-concat .list ul li .text1 {
  max-width: 1050px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 15px;
  color: #000;
}

.news-main .main-concat .list ul li .text1:hover {
  color: gray;
}

.news-main .main-concat .list ul li .text1 i {
  display: inline-block;
  width: 7px;
  height: 13px;
  margin-right: 19px;
  background: url('./../images/20.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.news-main .main-concat .list ul li .text1 .i1 {
  display: inline-block;
  width: 7px;
  height: 13px;
  margin-right: 19px;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-main .main-concat .list ul li .text1 .i2 {
  display: inline-block;
  width: 7px;
  height: 13px;
  margin-right: 19px;
  background: url('./../images/27.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.news-main .main-concat .list ul li .text2 {
  font-size: 14px;
}

.news-main .main-concat .pagination {
  margin-top: 45px;
  height: 48px;
}

.num_on {
  background-color: #ff1600;
}

.news-main .main-concat .pagination div {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #dcdcdc;
  color: #000;
  width: 84px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}

.news-main .main-concat .pagination div:hover {
  background-color: #ff1600;
  border: 1px solid #ff1600;
  color: #ffffff;
  cursor: pointer;
}

.news-main .main-concat .pagination .num {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #dcdcdc;
  color: #000;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}


/* products-main */

.products-main {
  padding-top: 60px;
  height: 1040px;
  background-color: #ffffff;
}

.products-main h2 {
  margin-bottom: 55px;
  text-align: center;
  font-size: 32px;
  color: #000000;
}

.products-main .main-concat {
  height: 895px;
}

.products-main .main-concat ul {
  width: 100%;
  height: 710px;
}


.products-main .main-concat ul li {
  margin: 0 15px;
  float: left;
  width: 277px;
  height: 332px;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}


/* .products-main .main-concat ul li:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
} */

.products-main .main-concat ul li .data {
  border: 1px solid #dbdbdb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.products-main .main-concat ul li .li-top {
  width: 100%;
  height: 272px;
  text-align: center;
}

.products-main .main-concat ul li .li-top img {
  width: 100%;
}

.products-main .main-concat ul li .li-bot {
  width: 100%;
  height: 60px;
  background-color: #004195;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 25px;
}

.products-main .main-concat ul li .li-bot h6 {
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
}

.products-main .main-concat .pagination {
  margin-top: 45px;
  height: 48px;
}

.products-main .main-concat .pagination div {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #dcdcdc;
  color: #000;
  width: 84px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}

.products-main .main-concat .pagination div:hover {
  background-color: #ff1600;
  border: 1px solid #ff1600;
  color: #ffffff;
  cursor: pointer;
}

.products-main .main-concat .pagination .num {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #dcdcdc;
  color: #000;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}


/* honor-view-main */

.honor-view-main {
  padding-top: 60px;
  /* height: 1040px; */
  background-color: #ffffff;
}

.honor-view-main h2 {
  margin-bottom: 55px;
  text-align: center;
  font-size: 32px;
  color: #000000;
}

.honor-view-main .main-concat {
  height: 100%;
}

.honor-view-main .main-concat .honor-image {
  border: 1px solid #dbdbdb;
  width: 300px;
  height: 352px;
  margin: 0 auto;
}

.honor-view-main .main-concat .honor-image .li-top {
  width: 100%;
  height: 100%;
  text-align: center;
}

.honor-view-main .main-concat .honor-image .li-top img {
  width: 100%;
  height: 100%;
}

.honor-view-main .main-concat .honor-introd {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.honor-view-main .main-concat .honor-introd h4 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 30px;
}

.honor-view-main .main-concat .honor-introd p {
  line-height: 25px;
  margin-bottom: 20px;
}


/* products-view-main */

.products-view-main {
  padding-top: 60px;
  /* height: 1040px; */
  background-color: #ffffff;
}

.products-view-main h2 {
  margin-bottom: 55px;
  text-align: center;
  font-size: 32px;
  color: #000000;
}

.products-view-main .main-concat {
  padding-bottom: 40px;
}

.products-view-main .main-concat .products-image {
  border: 1px solid #dbdbdb;
  width: 500px;
  margin: 0 auto;
}

.products-view-main .main-concat .products-image .li-top {
  width: 100%;
  text-align: center;
}

.products-view-main .main-concat .products-image .li-top img {
  width: 100%;
}

.products-view-main .main-concat .products-introd {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.products-view-main .main-concat .products-introd h4 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 30px;
}

.products-view-main .main-concat .products-introd p {
  line-height: 25px;
  margin-bottom: 20px;
}
.products-view-main .main-concat .products-introd p img{
  width: 100%;
}

/* contact-main */

.contact-main {
  padding-top: 60px;
  height: 1040px;
  background-color: #ffffff;
}

.contact-main h2 {
  margin-bottom: 62px;
  text-align: center;
  font-size: 32px;
  color: #000000;
}

.contact-main .name {
  text-align: center;
  color: #666666;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-main .address {
  text-align: center;
  color: #666666;
  font-size: 18px;
  margin-bottom: 15px;
  margin-bottom: 35px;
}

.contact-main ul {
  width: 100%;
  height: 133px;
  margin-bottom: 70px;
}

.contact-main ul li {
  width: 33.33%;
  height: 133px;
  float: left;
  border: 1px solid #d9d9d9;
}

.contact-main ul li i {
  display: inline-block;
  margin-right: 18px;
  width: 40px;
  height: 53px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.contact-main ul li i.one {
  background-image: url('./../images/24.png');
  background-size: cover;
}

.contact-main ul li i.two {
  background-image: url('./../images/25.png');
  width: 35px;
  height: 35px;
  background-size: cover;
}

.contact-main ul li i.three {
  background-image: url('./../images/26.png');
  width: 28px;
  height: 42px;
  background-size: cover;
}

.contact-main ul li div .p1 {
  color: #666666;
  font-size: 18px;
  font-weight: 600;
}

.contact-main ul li div .p2 {
  color: #666666;
  font-size: 18px;
}

.contact-main .maps {
  width: 100%;
  height: 457px;
  border: 1px solid #d9d9d9;
}
