/* 手机导航 */
.mobile-inner-header {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 60px;
  display: none;
  line-height: 60px;
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 22px;
}

.mobile-inner-header-icon {
  color: #333;
  height: 60px;
  font-size: 25px;
  text-align: center;
  float: right;
  width: 60px;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  outline: none;
}

.mobile-inner-header-icon:hover {
  background-color: rgba(51, 51, 51, 0.2);
  cursor: pointer;
}

.mobile-inner-header-icon span {
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 2);
  width: 25px;
  height: 1px;
  background-color: rgba(51, 51, 51, 1);
}

.mobile-inner-header img {
  height: 100%;
}

.mobile-inner-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}

@keyframes clickfirst {
  0% {
    transform: translateY(4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}

@keyframes clicksecond {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

.mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}

@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

.mobile-inner-nav {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0px;
  padding-top: 30px;
  padding-bottom: 80px;
  display: none;
  z-index: 999;
}

.mobile-inner-nav a {
  display: inline-block;
  line-height: 50px;
  text-decoration: none;
  width: 80%;
  margin-left: 10%;
  color: #333;
  border-bottom: solid 1px rgba(51, 51, 51, 0.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 300;
}

.mobile-inner-nav a:hover {
  color: rgba(51, 51, 51, 0.4);
  border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}

/* 网页顶部 */
.page_top_box {
  background-color: #0060ba;
  width: 100%;
  height: 43px;
}

.page_top {
  max-width: 1400px;
  margin: auto;
  height: 43px;
  line-height: 43px;
}

.page_top_l {
  float: left;
  color: #fff;
}


.page_top_r {
  float: right;
}

.page_top_m {
  float: left;
  color: #fff;
  height: 43px;
  line-height: 43px;
  margin-right: 50px;
}


.page_top_m img {
  display: inline-block;
}

.page_top_m p {
  display: inline-block;
}

.page_top_r .f14 {
  float: right;
}

.page_top_r .f14 {
  margin-bottom: 0;
}

.page_top_r .f14 li {
  float: left;
}

.page_top_r .f14 li a {
  color: #fff;
}


.page_top_r ul li::after {
  content: "|";
  color: #fff;
  margin: 0 10px;
}

.page_top_r ul li:last-child::after {
  content: " ";
}

/* 网页头部 */
.header {
  /* width: 72.9%; */
  max-width: 1400px;
  height: 118px;
  margin: auto;
}

.header_logo {
  width: 36.4%;
  overflow: hidden;
  float: left;
}
.header_logo img{
  width: 100%;
}
.nav {
  float: right;
  width: 62%;
}

.nav_main {
  width: 100%;
}

.nav_main ul {
  margin-bottom: 0;
}

.nav_main li {
  float: left;
  font-size: 18px;
  height: 118px;
  line-height: 118px;
  width: calc(100%/8);
  position: relative;
  text-align: center;
}

.nav_main li a {
  color: #000;
}

.xiala {
  width: 120px;
  position: absolute;
  top: 118px;
  left: 0;
  z-index: 999;
  display: none;
}

.xiala ul {
  margin-bottom: 0;
}

.nav ul li:hover .xiala {
  display: block;
}

.nav_main .xiala li {
  height: 40px;
  font-size: 16px;
  background-color: #fff;
  width: 100%;
  line-height: 40px;
  text-align: center;
}

.nav_main .xiala li a {
  border-left: none;
}

.nav_main .xiala li:hover a {
  border-left: none;
}

.nav_main .xiala li a {
  color: #000;
}

.nav_main .xiala li:hover a {
  color: #3a72b9;
}



/* banner */
.banner {
  z-index: -1;
}

.banner_01 .swiper-slide img {
  width: 100%;
}

.banner_01 .swiper-pagination-bullet {
  background: #fff;
  width: 35px;
  height: 5px;
  border-radius: 0;
  opacity: 1;
}

.banner_01 .swiper-pagination-bullet-active {
  width: 35px;
  height: 5px;
  border-radius: 0;
  background-color: #ffa800;
}

/* 超链接 */
.link {
  width: 100%;
  height: 260px;
  
}

.link_01 {
  width: calc(100%/6);
  float: left;
  height: 100%;
  text-align: center;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding-top: 90px;
}

.link_pic {
  width: 49px;
  height: 49px;
  margin: auto;
}

.link_01 p {
  margin-top: 20px;
  font-size: 18px;
}

.link_01 a {
  color: #000;
  display: block;
}

.link_01:hover {
  background-color: #0060ba;
}

.link_01:hover a {
  color: #fff;
}

/* 公司简介 */
.about {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}

.about_main {
  max-width: 1400px;
  margin: auto;
}

.about_t_eng {
  display: inline-block;
  font-size: 72px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.2);
}

.about_t_ch {
  display: inline-block;
  font-size: 36px;
  color: #000;
  margin-left: 18%;
}

.about_content {
  width: 48%;
  font-size: 16px;
  color: #000;
  line-height: 2.5;
  text-indent: 2em;
}

.about_tele {
  width: 60%;
  height: 205px;
  background-color: #0060ba;
  padding-left: 13%;
  color: #fff;
  padding-top: 20px;
  margin-top: 150px;
}

.about_b_title {
  font-size: 31px;
  margin: 20px 0;
}

.about_b_title span {
  font-weight: 700;
}

.about_b_tele {
  font-size: 20px;
  margin-left: 8%;
}

.about_b_tele span {
  font-size: 22px;
  font-weight: 700;
}

.about_button {
  background-color: #fff;
  width: 122px;
  height: 28px;
  border-radius: 30px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  margin: auto;
  margin-top: 20px;
  margin-left: 18%;

}

.about_button a {
  color: #000;
}

.about_pic {
  position: absolute;
  width: 50%;
  top: 100px;
  right: 0;
}
.about_pic img{
  width: 100%;
}

/* 产品展示 */
.product {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding-bottom: 40px;
}

.product_title {
  font-size: 36px;
  color: #000;
  text-align: center;
  margin-top: 40px;
}

.product_nav {
  max-width: 1400px;
  overflow: hidden;
  margin: auto;
  margin-top: 40px;
}

.product_nav ul {
  margin-bottom: 0;
}

.product_nav li {
  float: left;
  width: 13%;
  background-color: #fff;
  margin-right: 1.5%;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  position: relative;
}

.product_nav li a {
  color: #000;
}

.product_nav li::before {
  display: none;
  position: absolute;
  background: url(../images/product_02.png);
  width: 36px;
  height: 17px;
  left: 40%;
  top: 59px;
  content: "";
}

.product_nav li:hover {
  background-color: #0060ba;
}

.product_nav li:hover::before {
  display: block;
}

.product_nav li:hover a {
  color: #fff;
}

.product_nav li:last-child {
  margin-right: 0;
}

.product_main {
  margin-top: 60px;

}

.product_main img {
  width: 100%;
}

.product_main .swiper-slide {
  border: 1px solid #a8a8a8;
  background-color: #fff;
}

.product_pic_01 {
  background-color: #fff;
  padding: 20px 0;
}

.product_main .swiper-slide p {
  width: 96%;
  margin: auto;
  text-align: center;
  color: #767676;
  background-color: #fff;
  font-size: 21.2px;
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #eae9e0;
}

.product_button {
  width: 125px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: auto;
  background-color: #fff;
  border-radius: 30px;
  margin-top: 40px;
}

.product_button a {
  color: #000;
}

/* 各种领域 */
.field {
  width: 100%;
  overflow: hidden;
}

.field_01 {
  width: 50%;
  float: left;
  position: relative;
}

.field_01 img {
  width: 100%;
}

.field_01 a {
  color: #fff;
}

.field_01 p {
  position: absolute;
  width: 100%;
  background-color: rgba(5, 56, 104, 0.6);
  bottom: 0;
  left: 0;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  text-align: center;
}

/* 企业荣誉 */
.honer {
  width: 100%;
  overflow: hidden;
}

.honer_main {
  width: 100%;
  background: url(../images/honer_01.png) no-repeat center top;
  padding-top: 60px;
  text-align: center;
  color: #707070;
  font-size: 18px;
  margin-bottom: 40px;

}

.honer_main p {
  margin-top: 20px;
}

.honer_main h1 {
  padding-bottom: 50px;
  color: #fff;
  font-size: 36px;
}

.honer_gun {
  max-width: 1400px;
  margin: auto;
  padding: 40px 25px 45px 25px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #f2f2f2;
  border-radius: 30px;
}

.honer_pic {
  width: 90%;
  margin: auto;
}

.honer_pic img {
  width: 100%;
}

.honer_gun .swiper-pagination {
  position: static;
  padding-top: 20px;
}

.honer_gun .swiper-pagination-bullet {
  background: #0060ba;
  width: 35px;
  height: 5px;
  border-radius: 0;
  margin-right: 5px;
  opacity: 1;
  text-align: center;
}

.honer_gun .swiper-pagination-bullet-active {
  width: 35px;
  height: 5px;
  margin-right: 5px;
  background-color: #0060ba;
  border-radius: 0;
}

/* 新闻中心 */
.news {
  width: 100%;
  overflow: hidden;
  background-color: #f6f6f6;
  padding-top: 40px;
}

.news h1 {
  font-size: 36px;
  color: #000;
  text-align: center;
}

.news_main {
  max-width: 1400px;
  overflow: hidden;
  margin: auto;
  margin-top: 40px;
}

.news_main_01 {
  width: 32%;
  margin-right: 2%;
  float: left;
  background-color: #fff;
}

.news_main_01:last-child {
  margin-right: 0;
}

.news_pic {
  width: 94%;
  margin: auto;
  margin-top: 15px;
}

.news_title {
  width: 94%;
  margin: auto;
  font-size: 18px;
  color: #000;
  margin-top: 15px;
}

.news_content {
  width: 94%;
  margin: auto;
  margin-top: 25px;
  font-size: 14px;
  color: #707070;
  line-height: 2.4;
}

.news_bottom {
  width: 94%;
  margin: auto;
  border-top: 1px solid #e5e5e5;
  line-height: 3;
  color: #707070;
  font-size: 14px;
  margin-top: 60px;
  margin-bottom: 10px;
  overflow: hidden;
}

.news_b_more {
  float: left;
}

.news_b_more a {
  color: #707070;
}

.news_b_date {
  float: right;
}

.news_button {
  width: 125px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 40px auto;
  background-color: #fff;
  border-radius: 30px;
}

.news_button a {
  font-size: 14px;
  color: #000;
}

/* 页脚 */
.foot {
  width: 100%;
  height: 535px;
  background: url(../images/foot_bg.png);
  padding-top: 20px;
  color: #fff;
}

.foot h1 {
  text-align: center;
  font-size: 36px;
}

.foot_main {
  max-width: 1400px;
  margin: auto;
  margin-top: 50px;
}

.foot_left {
  float: left;
  width: 36.4%;
}

.foot_left_logo {
  margin-bottom: 20px;
}

.foot_left_01 {
  line-height: 2.5;
  font-size: 13px;
}

.foot_left_01 img {
  display: inline-block;
}

.foot_left_01 p {
  display: inline-block;
}

.foot_mid {
    float: left;
    margin-top: 200px;
    padding-left: 3%;
    margin-left: -15%;
}
.foot_mid img{
	width:167px;
	height:167px;}

.copy {
  background-color: #001422;
  width: 100%;
  overflow: hidden;
  line-height: 65px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.copy p {
  display: inline-block;
}

.copy a {
  color: #fff;
  margin-left: 20px;
}

/* 产品详情内页 */
.details {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding-bottom: 40px;
}

.detaisl_main {
  max-width: 1400px;
  overflow: hidden;
  margin: auto;
  padding-top: 40px;
}

.details_left {
  float: left;
  width: 24.56%;
}

.details_l_top {
  width: 100%;
  overflow: hidden;
  background-color: #0068b7;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}

.details_l_top h1 {
  font-size: 36px;
  font-weight: 600;
}

.details_l_main {
  width: 100%;
  font-size: 20px;

  line-height: 3;
  background-color: #fff;

}

.details_l_main ul {
  margin-bottom: 0;
}

.details_l_main li {
  border-bottom: 1px solid #eeeeee;

}

.details_l_main li a {
  color: #767676;
  display: block;
  text-align: left;
  padding-left: 30%;
}

.details_l_contact {
  width: 100%;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  background-color: #0068b7;
  color: #fff;
  padding: 20px 0;
}

.details_l_contacts {
  padding-top: 20px;
  background-color: #fff;
  font-size: 16px;
  line-height: 2;
  padding-left: 5%;
  padding-bottom: 40px;
}

.details_right {
  float: right;
  width: 74%;

}

.details_right_main {
  width: 100%;
  overflow: hidden;
}

.details_r_left {
  background-color: #fff;
  float: left;
  width: 49.5%;
  color: #000;
  padding-top: 40px;
  font-size: 21.2px;
}

.details_r_left .details_r_contact {
  background-color: #fff;
  width: 100%;
  padding-left: 7%;
  color: #000;
  font-size: 21.2px;
}

.details_r_left h2 {
  font-size: 21.2px;
  margin-bottom: 30px;
}

.details_hotLine img {
  display: inline-block;
}

.details_hotLine p {
  display: inline-block;
}

.details_hotLine {
  font-size: 16px;
  line-height: 2.4;
}

.details_email {
  font-size: 16px;
  line-height: 2.4;
}

.details_email img {
  display: inline-block;
}

.details_email p {
  display: inline-block;
}

.details_wechat {
  margin-bottom: 10px;
  margin-top: 20px;
}

.details_product {
  width: 100%;
  padding-top: 50px;
}

.details_product input[type="button"] {
  width: 50%;
  float: left;
  background: none;
  border: none;
  height: 50px;
  line-height: 50px;
  background-color: #eeeeee;
  border-top: 2px solid #eee;
}

.details_product input[type="button"].activer {
  background-color: #fff;
  border-top: 2px solid #0068b7;
}

.details_r_right {
  float: right;
  width: 49%;

}

.details_r_right img {
  width: 100%;
}

.details_contact {
  width: 100%;
  margin-top: 40px;
}

.details_c_main {
  display: none;
  width: 100%;
}
.details_c_main img{
  max-width: 100%;
}

.details_c_main h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  line-height: 2.5;
}

.details_c_main {
  font-size: 18px;
  color: #000;
  line-height: 2.6;
}

/* 产品展示 */
/* 产品展示 */
.exhibition {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding-bottom: 40px;
  padding-top: 100px;
}

.exhibition_title {
  font-size: 36px;
  color: #000;
  text-align: center;
  margin-top: 40px;
}

.exhibition_nav {
  max-width: 1400px;
  height: 60px;
  margin: auto;
  margin-top: 40px;
}

.exhibition_nav ul {
  margin-bottom: 0;
}

.exhibition_nav li {
  float: left;
  width: 13%;
  background-color: #fff;
  margin-right: 1.5%;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  position: relative;
}

.exhibition_nav li a {
  color: #000;
}

.exhibition_nav li::before {
  display: none;
  position: absolute;
  background: url(../images/product_02.png);
  width: 36px;
  height: 17px;
  left: 40%;
  top: 59px;
  content: "";
}

.exhibition_nav li:hover {
  background-color: #0060ba;
}

.exhibition_nav li:hover::before {
  display: block;
}

.exhibition_nav li:hover a {
  color: #fff;
}

.exhibition_nav li:last-child {
  margin-right: 0;
}

.exhibition_main {
  margin-top: 60px;
}

.exhibition_01 {
  width: 19.5%;
  background-color: #fff;
  float: left;
  margin-right: 0.625%;
  margin-top: 10px;
}

.exhibition_01:nth-child(5n) {
  margin-right: 0;
}

.exhibition_01 img {
  width: 100%;
}

.exhibition_pic_01{
  padding: 20px 0;
}

.exhibition_01 p {
  width: 96%;
  margin: auto;
  text-align: center;
  color: #767676;
  background-color: #fff;
  font-size: 21.2px;
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #eae9e0;
}

/* 新闻中心内页 */
.newsCenter {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 40px 0;
}

.newsCenter_main {
  max-width: 1400px;
  overflow: hidden;
  margin: auto;
}

.newsCenter_01 {
  width: 32%;
  font-size: 16px;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 20px;
  float: left;
  margin-right: 2%;
  margin-bottom: 35px;
}

.newsCenter_01:nth-child(3n) {
  margin-right: 0;
}

.newsCenter_pic {
  width: 100%;
}

.newsCenter_pic img {
  width: 100%;
}

.newsCenter_01 a {
  color: #000;
}

.newsCenter_01 h3 {
  font-size: 21px;
  margin: 20px 0;
}

.newsCenter_01 p {
  color: #6b6b6b;
  line-height: 2.3;
}

/* 新闻详情 */
.newsshows_title {
  margin: 5px 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
}

.news_info {
  text-align: center;
  color: #999;
  border: 1px solid #e1e1e1;
  border-left: 0;
  border-right: 0;
  margin: 10px 0;
  padding: 5px 0;
}

#art_content {
  word-break: break-all;
  font-size: 13px;
  padding: 0 0 10px 0;
}

#art_content img {
  max-width: 920px;
}

.newshow {
  width: 100%;
  overflow: hidden;
}

.newshows {
  max-width: 1400px;
  margin: 20px auto 40px;
}

/* 内页导航 */
.bigPic{
  width: 100%;
}
.bigPic img{
  width: 100%;
}
.page_nav{
  width: 100%;
  overflow: hidden;
  background-color: #0068b7;
}
.page_nav_main{
  max-width: 1400px;
  overflow: hidden;
  margin: auto;
}
.page_nav_main ul{
  margin-bottom: 0;
  text-align:center;
}
.page_nav_main li{
  width: 20%;
  font-size: 26px;
  padding: 20px 0;
  text-align: center;
  display:inline-block;
}
.page_nav_main a{
  color: #fff;
  display: block;
  border-right: 3px solid #fff;
}
.page_nav_main li:last-child a{
  border-right: none;
}

/* 公司简介 */
.profile{
  max-width: 1400px;
  overflow: hidden;
  margin: auto;
  margin-top: 40px;
}
.profile_left{
  float: left;
  width: 50%;
}
.profile_left img{
  width: 100%;
}
.profile_right{
  float: right;
  width: 47%;
  font-size: 14px;
  color: #000;
  line-height: 3;
}

/* 组织架构 */
.framework{
  width: 100%;
  overflow: hidden;
  background-color: #fafafa;
  margin-top: 50px;
  padding-bottom: 30px;
  display:none;
}
.framework h1{
  padding-top: 30px;
  font-size: 36px;
  color: #000;
  text-align: center;
}
.framework_main{
  max-width: 970px;
  margin: auto;
  margin-top: 20px;
}
.framework_main img{
  width: 100%;
}

/* 发展历程 */
.development{
  max-width: 1400px;
  overflow: hidden;
  margin: auto;
  margin-top: 40px;
  text-align: center;
  display:none;
}
.development h1{
  font-size: 36px;
}
.about_history {
  overflow: hidden;
  max-width: 1400px;
  margin: auto;
}
.about_history_top{
  margin-top: 50px;
}

.about_history_top_title {
  font-size: 48px;
  color: #002f56;
  font-weight: bold;
  margin-top: 50px;
}

.about_history_top_con {
  font-size: 24px;
    color: #000;
    width: 80%;
    text-align: center;
    margin: auto;
    line-height: 2;
}

.about_history_tops {
  display: none;
}

.about_history_bot {
  width: 100%;
  overflow: hidden;
  margin-top: 85px;
  position: relative;
  padding: 0 50px;
}

.historyswiper {
  text-align: center;
}

.swiper-container.historyswiper {
  padding-top: 20px;
  background: url(../images/hisline.png) top 40px center no-repeat;
}

.about_history_bot_year {
  font-size: 23px;
  color: #010101;
}

.about_history_bot_circle {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 0 auto 18px;
  background: #0068b7;
  border: 2px solid #b6b6b6;
}
.swiper-slide.show .about_history_bot_circle {
  width: 60px;
  height: 60px;
  background: 0068b7;
  border: 2px solid 0068b7;
  margin-top: -10px;
  margin-bottom: 8px;
}

/* 企业文化 */
.culture{
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}
.culture h1{
  font-size: 36px;
  text-align: center;
}
.culture_main{
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.culture_main_01{
  margin-top: 15px;
  float: left;
  width: 49.5%;
  margin-right: 1%;
  position: relative;
}
.culture_main_01 img{
  width: 100%;
}
.culture_main_01:nth-child(2n){
  margin-right: 0;
}
.culture_content{
  font-size: 20px;
  color: #000;
  line-height: 2.2;
}
.culture_content h3{
  font-size: 28px;
  color: #0068b7;
  font-weight: 700;
}
.culture_main_01:nth-child(n) .culture_content{
  position: absolute;
  top:50px;
  left: 260px;
}
.culture_main_01:nth-child(2n) .culture_content{
  position: absolute;
  top:50px;
  left: 50px;
}


/* 荣誉资质 */
.prize{
  width: 100%;
  overflow: hidden;
  background-color: #ededed;
  margin-top: 10px;
  padding-top: 60px;
  padding-bottom: 45px;
}
.prize h1{
  font-size: 36px;
  text-align: center;
}
.prize_main{
  max-width: 1400px;
  margin: auto;
  margin-top: 55px;
}
.prize_01 img{
  width: 100%;
}
