.flex {
  display: flex;
  align-items: center;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-transform: capitalize;
  transition: 0.5s;
  
}
a {
  font-size: 14px;
  text-decoration: none;
}
a:hover {
  color: #314dee;
}
a:first {
  outline-style: none;
}
.yihang {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.erhang {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
li {
  list-style: none;
}
img {
  vertical-align: middle;
}
.template {
  max-width: 1200px;
  margin: 0 auto;
}
.list {
  padding: 10px 0 40px;
}
.list span a {
  color: #333;
}
.list p {
  padding: 0 10px;
}
.list p a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin: 0 3px;
  color: #999;
}
.list p .Cur {
  color: #333;
}
.list p a:hover {
  color: #333;
}
.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.container .content_banner {
  width: 100%;
  height: 80px;
  max-width: 1920px;
  background-color: #f2f2f2;
}
.container .content_banner .box {
  max-width: 1200px;
  height: 100%;
  margin: auto;
}
.container .content_banner .box .banner {
  justify-content: space-between;
  height: 100%;
}
.container .content_banner .box .banner .banner_left img {
  height: 70px;
}
.container .content_banner .box .banner .banner_right {
  margin: 0 60px;
  flex: 1;
}
.container .content_banner .box .banner .banner_right ul {
  justify-content: space-between;
}
.container .content_banner .box .banner .banner_right ul a {
  position: relative;
  color: #4d4d4d;
  font-size: 16px;
  padding: 15px 0;
}
.container .content_banner .box .banner .banner_right ul a li {
  text-transform: capitalize;
}
.container .content_banner .box .banner .banner_right ul a::after {
  position: absolute;
  top: 50px;
  content: "";
  width: 0%;
  left: 50%;
  transform: translate(-50%);
  height: 3px;
  background-color: #041e83;
  transition: 0.3s;
}
.container .content_banner .box .banner .banner_right ul a:hover {
  color: #041e83;
}
.container .content_banner .box .banner .banner_right ul a:hover::after {
  width: 100%;
}
.container .content_banner .box .banner .banner_right ul .active {
  color: #041e83;
}
.container .content_banner .box .banner .banner_right ul .active::after {
  width: 100%;
}
.container .content_banner .box .banner .choice .gq {
  height: 18px;
  margin-right: 5px;
}
.container .content_banner .box .banner .choice .textcn,
.container .content_banner .box .banner .choice .texten {
  color: #4d4d4d;
}
.container .content_banner .box .banner .choice .shuxian {
  margin: 0 10px;
  height: 15px;
}
.container .banner_menu {
  display: none;
}
.container .content_swiper {
  width: 100%;
  max-width: 1920px;
}
.container .content_swiper .box1 {
  height: 800px;
  display: flex;
  width: 100%;
  margin: auto;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.container .content_swiper .box1 .swiper {
  width: 100%;
  height: 100%;
}
.container .content_swiper .box1 .swiper .wiper-wrapper {
  width: 100%;
  height: 100%;
}
.container .content_swiper .box1 .swiper .wiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .content_recom {
  width: 100%;
  max-width: 1920px;
  background-color: #e6e6e6;
  background-image: url(../images/bg2.png);
}
.container .content_recom .box2 {
  padding: 30px 0;
  max-width: 1200px;
  margin: auto;
  justify-content: space-evenly;
}
.container .content_product {
  width: 100%;
  max-width: 1920px;
  background-color: #ebf0f7;
}
.container .content_product .box3 {
  flex-direction: column;
  max-width: 1200px;
  margin: auto;
  justify-content: space-evenly;
}
.container .content_product .box3 .t {
  padding: 50px 0;
  flex-direction: column;
}
.container .content_product .box3 .t .title * {
  font-size: 40px;
}
.container .content_product .box3 .t .title span {
  color: #041e83;
}
.container .content_product .box3 .t .title_english {
  color: #ffffff;
  font-size: 40px;
}
.container .content_product .box3 .enproduct_menu {
  padding-bottom: 20px;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container .content_product .box3 .enproduct_menu li {
  text-align: center;
  width: 30%;
  background: #ffffff;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 10px;
  color: #808080;
  border: 1px solid #a1a1a1;
  cursor: pointer;
}
.container .content_product .box3 .enproduct_menu::after {
  content: "";
  width: 773px;
  /*伪元素的宽度与子元素的宽度一致*/
}
.container .content_product .box3 .enproduct_menu .current {
  background-color: #041e83;
  color: #ffffff;
}
.container .content_product .box3 .cnproduct_menu {
  padding-bottom: 20px;
  width: 100%;
  justify-content: flex-start;
}
.container .content_product .box3 .cnproduct_menu .li {
  width: calc(100% / 7.6);
  margin-right: 16px;
  text-align: center;
  background: #ffffff;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 10px;
  color: #808080;
  border: 1px solid #a1a1a1;
  cursor: pointer;
}
.container .content_product .box3 .cnproduct_menu .li:nth-child(7n + 7) {
  margin-right: 0;
}
.container .content_product .box3 .cnproduct_menu .li:hover {
  background: #041e83;
  color: #fff;
}
.container .content_product .box3 .cnproduct_menu .current {
  background-color: #041e83;
  color: #ffffff;
}
.container .content_product .box3 .tab_con {
  width: 100%;
  height: 100%;
}
.container .content_product .box3 .tab_con .product_img {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.container .content_product .box3 .tab_con .product_img .product {
  background-color: #fff;
  border-radius: 10px;
  width: 25%;
  height: 420px;
  display: flex;
  justify-content: center;
  margin-right: 19px;
  position: relative;
  overflow: hidden;
}
.container .content_product .box3 .tab_con .product_img .product:nth-child(4n + 4) {
  margin-right: 0;
}
.container .content_product .box3 .tab_con .product_img .product:hover img {
  transform: scale(1.1);
}
.container .content_product .box3 .tab_con .product_img .product .product1 {
  width: 75%;
  object-fit: cover;
}
.container .content_product .box3 .tab_con .product_img .product .word {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.container .content_product .box3 .tab_con .product_img .product .word span {
  color: #444;
  margin-left: 5px;
}
.container .content_product .box3 .tab_con .item {
  display: none;
}
.container .content_product .box3 .btn {
  margin-top: 20px;
  text-align: center;
  padding: 10px 40px;
  width: 225px;
  height: 40px;
  line-height: 20px;
  background-color: #041e83;
  color: #ffffff;
  border-radius: 40px;
}
.container .content_product .box3 .text {
  margin: 30px 0;
  font-size: 16px;
  text-indent: 2rem;
  color: #999999;
  line-height: 32px;
}
.container .content_recomend {
  width: 100%;
  padding-bottom: 50px;
  max-width: 1920px;
  background-color: #ffffff;
}
.container .content_recomend .box4 {
  flex-direction: column;
  max-width: 1200px;
  margin: auto;
  justify-content: space-evenly;
}
.container .content_recomend .box4 .t1 {
  padding: 40px 0;
  flex-direction: column;
}
.container .content_recomend .box4 .t1 .title * {
  font-size: 40px;
}
.container .content_recomend .box4 .t1 .title span {
  color: #041e83;
}
.container .content_recomend .box4 .t1 .title_english {
  color: #ebf0f7;
  font-size: 40px;
}
.container .content_recomend .box4 .company_recom {
  position: relative;
  width: 100%;
}
.container .content_recomend .box4 .company_recom .text_recom {
  width: 790px;
  background-color: #041e83;
  min-height: 520px;
  z-index: 9;
  border-radius: 20px;
  padding-bottom: 50px;
}
.container .content_recomend .box4 .company_recom .text_recom .word {
  padding-top: 50px;
  margin-bottom: 20px;
  display: block;
  text-indent: 2rem;
  font-size: 14px;
  color: #ffffff;
  margin-left: 60px;
  width: 400px;
  line-height: 32px;
  -webkit-line-clamp: 12;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .content_recomend .box4 .company_recom .text_recom .more {
  margin-left: 60px;
  width: 100px;
  height: 40px;
  color: #ffffff;
  border: 1px solid #ffffff;
  justify-content: center;
  border-radius: 10px;
}
.container .content_recomend .box4 .company_recom .text_recom .more:hover {
  background-color: #fff;
  color: #041e83;
}
.container .content_recomend .box4 .company_recom .pic {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 99;
  width: 60%;
}
.container .content_recomend .box4 .company_recom .pic img{
  width: 100%;
  border-radius: 10px
}
.container .content_recomend .box4 .company_recom .company_recom_bottom {
  width: 100%;
  justify-content: space-around;
  padding: 30px 0;
}
.container .content_recomend .box4 .company_recom .company_recom_bottom li div {
  font-size: 40px;
  font-weight: 700;
  color: #041e83;
  margin-bottom: 10px;
}
.container .content_recomend .box4 .company_recom .company_recom_bottom li span {
  font-size: 24xp;
  font-weight: 500;
  color: #999999;
}
.container .content_application {
  width: 100%;
  max-width: 1920px;
  background-color: #ebf0f7;
}
.container .content_application .box5 {
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-evenly;
}
.container .content_application .box5 .t2 {
  padding: 50px 0;
  flex-direction: column;
}
.container .content_application .box5 .t2 .title * {
  font-size: 40px;
}
.container .content_application .box5 .t2 .title span {
  color: #041e83;
}
.container .content_application .box5 .t2 .title_english {
  color: #ffffff;
  font-size: 40px;
}
.container .content_application .box5 .pics {
  padding-bottom: 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.container .content_application .box5 .pics li {
  position: relative;
  width: 33%;
  margin-bottom: 5px;
  overflow: hidden;
}
.container .content_application .box5 .pics li:hover img {
  transform: scale(1.1);
}
.container .content_application .box5 .pics li img {
  width: 100%;
}
.container .content_application .box5 .pics li span {
  position: absolute;
  bottom: 15px;
  left: 10px;
  color: #ffffff;
}
.container .content_news {
  width: 100%;
  max-width: 1920px;
  background-color: #ffffff;
}
.container .content_news .box6 {
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-evenly;
}
.container .content_news .box6 .t3 {
  padding: 50px 0;
  flex-direction: column;
}
.container .content_news .box6 .t3 .title * {
  font-size: 40px;
}
.container .content_news .box6 .t3 .title span {
  color: #041e83;
}
.container .content_news .box6 .t3 .title_english {
  color: #ebf0f7;
  font-size: 40px;
}
.container .content_news .box6 .news {
  width: 100%;
  padding-bottom: 50px;
  justify-content: space-between;
  align-items: flex-start;
}
.container .content_news .box6 .news .news_pic {
  width: 52%;
  margin-right: 40px;
}
.container .content_news .box6 .news .news_pic img {
  width: 100%;
  height: 100%;
}
.container .content_news .box6 .news .news_info {
  flex: 1;
}
.container .content_news .box6 .news .news_info .more {
  width: 80px;
  padding: 10px 0;
  border: 1px solid #8a8a8a;
  border-radius: 10px;
  margin-top: 5px;
  justify-content: center;
}
.container .content_news .box6 .news .news_info .more a {
  color: #8a8a8a;
}
.container .content_news .box6 .news .news_info .more:hover {
  background: #041e83;
}
.container .content_news .box6 .news .news_info .more:hover a {
  color: #fff;
}
.container .content_news .box6 .news .news_info .ul {
  width: 100%;
}
.container .content_news .box6 .news .news_info .ul .li {
  width: 100%;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 15px;
  margin-bottom: 15px;
  justify-content: flex-start;
}
.container .content_news .box6 .news .news_info .ul .li:hover .text .p1 {
  color: #041e83;
}
.container .content_news .box6 .news .news_info .ul .li .text {
  flex: 1;
}
.container .content_news .box6 .news .news_info .ul .li .text .p1 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 15px;
}
.container .content_news .box6 .news .news_info .ul .li .text .p2 {
  font-size: 14px;
  color: #333333;
}
.container .content_news .box6 .news .news_info .ul .li .date {
  width: 120px;
  color: #999;
  margin-bottom: 20px;
  justify-content: flex-end;
}
.container .content_partner {
  width: 100%;
  max-width: 1920px;
  background-color: #ebf0f7;
}
.container .content_partner .box7 {
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-evenly;
}
.container .content_partner .box7 .t4 {
  padding: 50px 0;
  flex-direction: column;
}
.container .content_partner .box7 .t4 .title * {
  font-size: 40px;
}
.container .content_partner .box7 .t4 .title span {
  color: #041e83;
}
.container .content_partner .box7 .t4 .title_english {
  color: #ffffff;
  font-size: 40px;
}
.container .content_partner .box7 .pics {
  padding-bottom: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.container .content_partner .box7 .pics li {
  position: relative;
  width: 19%;
  margin-bottom: 15px;
  overflow: hidden;
}
.container .content_partner .box7 .pics li:hover img {
  transform: scale(1.1);
}
.container .content_partner .box7 .pics li img {
  width: 100%;
}
.container .content_bottom {
  padding: 50px 0;
  width: 100%;
  max-width: 1920px;
  background-color: #152132;
}
.container .content_bottom * {
  text-transform: capitalize;
}
.container .content_bottom .box8 {
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
}
.container .content_bottom .box8 .btm_1 {
  width: 100%;
  color: #ffffff;
  justify-content: space-between;
  align-items: flex-end;
}
.container .content_bottom .box8 .btm_1 .logo {
  height: 140px;
  margin-right: 80px;
}
.container .content_bottom .box8 .btm_1 .logo img {
  height: 100%;
}
.container .content_bottom .box8 .btm_1 .company_name {
  flex: 1;
  border-bottom: 1px solid #a5b2c6;
  text-align: right;
  padding-bottom: 20px;
}
.container .content_bottom .box8 .btm_1 .company_name .chinese {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: bold;
}
.container .content_bottom .box8 .btm_1 .company_name .english {
  font-size: 16px;
  color: #a5b2c6;
}
.container .content_bottom .box8 .btm_2 {
  padding: 30px 0;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #a5b2c6;
}
.container .content_bottom .box8 .btm_2 .call {
  width: 200px;
  height: 100%;
  margin-right: 100px;
}
.container .content_bottom .box8 .btm_2 .call ul {
  text-align: left;
  color: #ffffff;
  flex-direction: column;
  align-items: flex-start;
}
.container .content_bottom .box8 .btm_2 .call ul li {
  margin-bottom: 25px;
}
.container .content_bottom .box8 .btm_2 .call ul li:last-child {
  margin: 0;
}
.container .content_bottom .box8 .btm_2 .call ul li:last-child div {
  margin-top: 10px;
}
.container .content_bottom .box8 .btm_2 .call ul li .title {
  font-size: 16px;
  color: #a5b2c6;
}
.container .content_bottom .box8 .btm_2 .call ul li .ph {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
}
.container .content_bottom .box8 .btm_2 .call ul li:nth-child(3) {
  margin-left: 0px;
  color: #a5b2c6;
  text-align: center;
}
.container .content_bottom .box8 .btm_2 .menu {
  flex: 1;
}
.container .content_bottom .box8 .btm_2 .menu .list {
  padding: 0;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.container .content_bottom .box8 .btm_2 .menu .list .ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.container .content_bottom .box8 .btm_2 .menu .list .ul .title {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.container .content_bottom .box8 .btm_2 .menu .list .ul .li {
  margin-top: 20px;
  font-size: 15px;
  color: rgba(164, 177, 197, 0.5);
}
.container .content_bottom .box8 .btm_2 .menu .list .ul .li:first-child {
  margin: 0;
}
.container .content_bottom .box8 .btm_2 .enmenu {
  width: 1020px;
  height: 100%;
}
.container .content_bottom .box8 .btm_2 .enmenu ul {
  width: 100%;
  height: 100%;
  justify-content: space-evenly;
  margin-top: 15px;
}
.container .content_bottom .box8 .btm_2 .enmenu ul li {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.container .content_bottom .box8 .btm_2 .enmenu ul li .title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.container .content_bottom .box8 .btm_2 .enmenu ul li div {
  margin-top: 22px;
  font-size: 13px;
  color: #a5b2c6;
}
.container .content_bottom .box8 .btm_3 {
  width: 100%;
  padding: 20px 0 0 0;
  justify-content: space-between;
}
.container .content_bottom .box8 .btm_3 * {
  color: #a5b2c6;
  font-size: 14px;
}
.container .compay_recom_banner {
  width: 100%;
  height: 450px;
  max-width: 1920px;
  background-image: url(../ban/images/abo_02.jpg);
}
.container .compay_recom_mune {
  width: 100%;
  max-width: 1920px;
  background-color: #ffffff;
  overflow: hidden;
}
.container .compay_recom_mune .box1 {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.container .compay_recom_mune .box1 .compay_recom_title {
  width: 100%;
  height: 100px;
  position: relative;
}
.container .compay_recom_mune .box1 .compay_recom_title ul {
  display: flex;
  position: absolute;
  padding: 0;
  bottom: 0px;
  height: 50px;
}
.container .compay_recom_mune .box1 .compay_recom_title ul li {
  padding: 0 20px;
  color: #808080;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}
.container .compay_recom_mune .box1 .compay_recom_title ul .current {
  color: #041e83;
  border-bottom: 5px solid #041e83;
}
.container .compay_recom_mune .box1 .tab_con {
  width: 100%;
  border-top: 1px solid #b1b1b3;
  padding: 80px 0 50px 0;
}
.container .compay_recom_mune .box1 .tab_con .company_info {
  text-indent: 2rem;
  color: #808080;
  line-height: 32px;
  font-size: 14px;
}
.container .compay_recom_mune .box1 .tab_con .item {
  display: none;
}
.container .compay_recom_mune .ul {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.container .compay_recom_mune .ul .li {
  justify-content: center;
  align-items: center;
  width: 23.80952381%;
  height: 390px;
  margin-right: 19px;
  margin-bottom: 19px;
}
.container .compay_recom_mune .ul .li:nth-child(4n + 4) {
  margin-right: 0;
}
.container .compay_recom_mune .ul .li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .product_center_banner {
  width: 100%;
  height: 450px;
  max-width: 1920px;
  background-color: #f1f3fb;
}
.container .product_center_banner .box2 {
  height: 100%;
  margin: 0 auto;
  background: url(../ban/images/pro_02.jpg) top center no-repeat;
}
.container .product_center_mune {
  width: 100%;
  max-width: 1920px;
  background-color: #ebf0f7;
  overflow: hidden;
}
.container .product_center_mune .box1 {
  max-width: 1200px;
  margin: 0 auto;
}
.container .product_center_mune .box1 .product_center_title {
  width: 100%;
  height: 100px;
  position: relative;
}
.container .product_center_mune .box1 .product_center_title .ul {
  display: flex;
  position: absolute;
  padding: 0;
  bottom: 0px;
  height: 50px;
}
.container .product_center_mune .box1 .product_center_title .ul .li {
  padding: 0 20px;
  color: #808080;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}
.container .product_center_mune .box1 .product_center_title .ul .current {
  color: #041e83;
  border-bottom: 3px solid #041e83;
}
.container .product_center_mune .box1 .enproduct_center_title {
  width: 100%;
  height: 100px;
  position: relative;
}
.container .product_center_mune .box1 .enproduct_center_title ul {
  display: flex;
  position: absolute;
  padding: 0;
  bottom: 0px;
  height: 50px;
}
.container .product_center_mune .box1 .enproduct_center_title ul li {
  padding: 0 10px;
  color: #808080;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
.container .product_center_mune .box1 .enproduct_center_title ul .current {
  color: #041e83;
  border-bottom: 3px solid #041e83;
}
.container .product_center_mune .box1 .tab_con {
  width: 100%;
  border-top: 1px solid #b1b1b3;
  padding: 80px 0 50px 0;
}
.container .product_center_mune .box1 .tab_con .product_center_img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.container .product_center_mune .box1 .tab_con .product_center_img .product {
  position: relative;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-right: 19px;
  width: 23.80952381%;
  background: #fff;
}
.container .product_center_mune .box1 .tab_con .product_center_img .product:nth-child(4n + 4) {
  margin-right: 0;
}
.container .product_center_mune .box1 .tab_con .product_center_img .product .product2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  justify-content: center;
}
.container .product_center_mune .box1 .tab_con .product_center_img .product .product2 img {
  width: 75%;
  object-fit: cover;
}
.container .product_center_mune .box1 .tab_con .product_center_img .product .product2 .hover {
  border-radius: 10px;
  position: absolute;
  padding: 45px 20px;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background: url(../images/bg3.png) repeat center center;
}
.container .product_center_mune .box1 .tab_con .product_center_img .product .product2 .hover .btn {
  margin-top: 240px;
  font-size: 20px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
}
.container .product_center_mune .box1 .tab_con .product_center_img .product .product2 .hover .more {
  color: #fff;
  font-size: 14px;
  background: url(../images/more.png) no-repeat center right;
  border-bottom: 1px solid #fff;
  padding-bottom: 11px;
}
.container .product_center_mune .box1 .tab_con .product_center_img .product:hover .hover {
  top: 0;
}
.container .product_center_mune .box1 .tab_con .product_center_img .product:hover .word {
  display: none;
}
.container .product_center_mune .box1 .tab_con .product_center_img .product .word {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.container .product_center_mune .box1 .tab_con .product_center_img .product .word img {
  margin-right: 5px;
}
.container .product_center_mune .box1 .tab_con .item {
  display: none;
}
.container .quality_assurance_banner {
  width: 100%;
  height: 400px;
  max-width: 1920px;overflow: hidden;
}
.container .quality_assurance_banner .box2 {
  width: 100%;
  height: 560px;
  margin: 0 auto;
  background: url(../ban/images/news_02.jpg) no-repeat;
}

.container .quality_assurance_banner1 {
  width: 100%;
  height: 560px;
  max-width: 1920px;overflow: hidden;
}
.container .quality_assurance_banner1 .box2 {
  width: 100%;
  height: 560px;
  margin: 0 auto;
  background: url(../ban/images/cont_02.jpg) no-repeat;
}

.container .quality_assurance_mune {
  width: 100%;
  max-width: 1920px;
  background-color: #ebf0f7;
  overflow: hidden;
}
.container .quality_assurance_mune .box1 {
  max-width: 1200px;
  margin: 0 auto;
}
.container .quality_assurance_mune .box1 .quality_assurance_title {
  width: 100%;
  height: 100px;
  position: relative;
}
.container .quality_assurance_mune .box1 .quality_assurance_title .ul {
  display: flex;
  position: absolute;
  padding: 0;
  bottom: 0px;
  height: 50px;
}
.container .quality_assurance_mune .box1 .quality_assurance_title .ul .li {
  padding: 0 20px;
  color: #808080;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}
.container .quality_assurance_mune .box1 .quality_assurance_title .ul .current {
  color: #041e83;
  border-bottom: 5px solid #041e83;
}
.container .quality_assurance_mune .box1 .tab_con {
  width: 100%;
  border-top: 1px solid #b1b1b3;
  padding: 80px 0;
}
.container .quality_assurance_mune .box1 .tab_con .quality_assurance_img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.container .quality_assurance_mune .box1 .tab_con .quality_assurance_img .product {
  width: 30%;
  height: 295px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-right: 19px;
  width: 23.80952381%;
  position: relative;
}
.container .quality_assurance_mune .box1 .tab_con .quality_assurance_img .product:nth-child(4n + 4) {
  margin-right: 0;
}
.container .quality_assurance_mune .box1 .tab_con .quality_assurance_img .product .product2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .quality_assurance_mune .box1 .tab_con .quality_assurance_img .product .product2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .quality_assurance_mune .box1 .tab_con .quality_assurance_img .product .product2 .hover {
  border-radius: 10px;
  position: absolute;
  padding: 45px 20px;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background: rgba(4, 29, 133, 0.6);
}
.container .quality_assurance_mune .box1 .tab_con .quality_assurance_img .product .product2 .hover .btn {
  margin-top: 150px;
  font-size: 20px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 6px;
}
.container .quality_assurance_mune .box1 .tab_con .quality_assurance_img .product .product2 .hover .more {
  color: #fff;
  font-size: 14px;
  background: url(../images/more.png) no-repeat center right;
  border-bottom: 1px solid #fff;
  padding-bottom: 11px;
}
.container .quality_assurance_mune .box1 .tab_con .quality_assurance_img .product:hover .hover {
  top: 0;
}
.container .quality_assurance_mune .box1 .tab_con .quality_assurance_img .product:hover .word {
  display: none;
}
.container .quality_assurance_mune .box1 .tab_con .quality_assurance_img .product:hover .enword {
  display: none;
}
.container .quality_assurance_mune .box1 .tab_con .quality_assurance_img .product .word {
  position: absolute;
  margin-top: -50px;
  margin-left: 20px;
  color: #ffffff;
}
.container .quality_assurance_mune .box1 .tab_con .quality_assurance_img .product .enword {
  position: absolute;
  margin-top: -50px;
  margin-left: 20px;
  color: #ffffff;
}
.container .quality_assurance_mune .box1 .tab_con .item {
  display: none;
}
.container .news_banner {
  width: 100%;
  height: 400px;
  max-width: 1920px;
  background-image: url(../images/newsbanner.jpg);
}
.container .news_mune {
  width: 100%;
  max-width: 1920px;
  background-color: #ffffff;
  overflow: hidden;
}
.container .news_mune .box1 {
  max-width: 1200px;
  margin: 0 auto;
}
.container .news_mune .box1 .news_recom_title {
  width: 100%;
  height: 100px;
  position: relative;
}
.container .news_mune .box1 .news_recom_title .ul {
  display: flex;
  position: absolute;
  padding: 0;
  bottom: 0px;
  height: 50px;
}
.container .news_mune .box1 .news_recom_title .ul .li {
  padding: 0 20px;
  color: #808080;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}
.container .news_mune .box1 .news_recom_title .ul .current {
  color: #041e83;
  border-bottom: 5px solid #041e83;
}
.container .news_mune .box1 .tab_con {
  width: 100%;
  border-top: 1px solid #b1b1b3;
  padding: 80px 0 50px 0;
}
.container .news_mune .box1 .tab_con .news_info {
  width: 100%;
  height: 100%;
  margin: 0;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
}
.container .news_mune .box1 .tab_con .news_info .new1 {
  overflow: hidden;
  margin-right: 19px;
  margin-bottom: 20px;
  width: 23.80952381%;
}
.container .news_mune .box1 .tab_con .news_info .new1:nth-child(4n + 4) {
  margin-right: 0;
}
.container .news_mune .box1 .tab_con .news_info .new1 .new_pic {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.container .news_mune .box1 .tab_con .news_info .new1 .new_pic img {
  width: 100%;
  object-fit: cover;
}
.container .news_mune .box1 .tab_con .news_info .new1 .new_pic:hover {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.container .news_mune .box1 .tab_con .news_info .new1 .new_text {
  margin-top: -35px;
  padding: 15px;
  position: relative;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  background: #ffffff;
  z-index: 2;
}
.container .news_mune .box1 .tab_con .news_info .new1 .new_text .date {
  font-size: 15px;
  color: #1c1c1c;
  font-family: arial;
  margin-bottom: 14px;
}
.container .news_mune .box1 .tab_con .news_info .new1 .new_text .news_title {
  font-size: 17px;
  color: #252525;
  margin-bottom: 11px;
}
.container .news_mune .box1 .tab_con .news_info .new1 .new_text .news_content {
  font-size: 14px;
  color: #575757;
  line-height: 24px;
  margin-bottom: 40px;
}
.container .news_mune .box1 .tab_con .news_info .new1 .new_text .more {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 1px solid #e0e0e0;
  width: 30px;
  height: 30px;
  transition: 0.5s;
  cursor: pointer;
}
.container .news_mune .box1 .tab_con .news_info .new1 .new_text .more::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%) rotate(45deg);
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.container .news_mune .box1 .tab_con .news_info .new1:hover {
  box-shadow: 4px 20px 40px 5px rgba(0, 0, 0, 0.1);
  margin-top: -8px;
  transition: all 0.3s linear;
}
.container .news_mune .box1 .tab_con .news_info .new1:hover .more {
  background-color: #ff0000;
}
.container .news_mune .box1 .tab_con .news_info .new1:hover .more::after {
  border-color: #ffffff;
}
.container .news_mune .box1 .tab_con .item {
  display: none;
}
.container .Application_field_banner {
  width: 100%;
  height: 400px;
  max-width: 1920px;
}
.container .Application_field_banner .box2 {
  width: 100%;
  height: 400px;
  margin: 0 auto;
  background: url(../images/ap_bg.jpg) no-repeat;
}
.container .Application_field_mune {
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.container .Application_field_mune .box1 {
  max-width: 1200px;
  margin: 0 auto;
}
.container .Application_field_mune .box1 .Application_field_title {
  width: 100%;
  height: 100px;
  position: relative;
}
.container .Application_field_mune .box1 .Application_field_title ul {
  display: flex;
  position: absolute;
  padding: 0;
  bottom: 0px;
  height: 50px;
}
.container .Application_field_mune .box1 .Application_field_title ul li {
  padding: 0 20px;
  color: #808080;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}
.container .Application_field_mune .box1 .Application_field_title ul .current {
  color: #041e83;
  border-bottom: 5px solid #041e83;
}
.container .Application_field_mune .box1 .tab_con {
  width: 100%;
  border-top: 1px solid #b1b1b3;
  padding: 80px 0 50px 0;
}
.container .Application_field_mune .box1 .tab_con .Application_field_info1 {
  width: 100%;
  height: 100%;
  margin: 0;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
}
.container .Application_field_mune .box1 .tab_con .Application_field_info1 .new1 {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-right: 19px;
  margin-bottom: 20px;
  width: 23.80952381%;
}
.container .Application_field_mune .box1 .tab_con .Application_field_info1 .new1:nth-child(4n + 4) {
  margin-right: 0;
}
.container .Application_field_mune .box1 .tab_con .Application_field_info1 .new1 .new_pic {
  width: 100%;
  height: 290px;
  overflow: hidden;
}
.container .Application_field_mune .box1 .tab_con .Application_field_info1 .new1 .new_pic:hover img {
  transform: scale(1.1);
}
.container .Application_field_mune .box1 .tab_con .Application_field_info1 .new1 .new_pic img {
  transition: 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .Application_field_mune .box1 .tab_con .Application_field_info1 .new1 .new_text {
  width: 100%;
  flex-direction: column;
  display: flex;
  margin-top: 10px;
}
.container .Application_field_mune .box1 .tab_con .Application_field_info1 .new1 .new_text .news_title {
  font-size: 20px;
  color: #252525;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 11px;
}
.container .Application_field_mune .box1 .tab_con .Application_field_info1 .new1 .new_text .news_content {
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  color: #575757;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.container .Application_field_mune .box1 .tab_con .Application_field_info2 {
  width: 100%;
  height: 100%;
  margin: 0;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
}
.container .Application_field_mune .box1 .tab_con .Application_field_info2 .new1 {
  position: relative;
  cursor: pointer;
  width: 24%;
  overflow: hidden;
  margin-bottom: 20px;
  margin-right: 19px;
  width: 23.80952381%;
}
.container .Application_field_mune .box1 .tab_con .Application_field_info2 .new1:nth-child(4n + 4) {
  margin-right: 0;
}
.container .Application_field_mune .box1 .tab_con .Application_field_info2 .new1 .new_pic {
  width: 100%;
  overflow: hidden;
  height: 160px;
}
.container .Application_field_mune .box1 .tab_con .Application_field_info2 .new1 .new_pic:hover img {
  transform: scale(1.1);
}
.container .Application_field_mune .box1 .tab_con .Application_field_info2 .new1 .new_pic img {
  transition: 0.6s;
  object-fit: cover;
  width: 100%;
}
.container .Application_field_mune .box1 .tab_con .Application_field_info2 .new1 .new_text {
  width: 100%;
  flex-direction: column;
  display: flex;
  margin-top: 10px;
}
.container .Application_field_mune .box1 .tab_con .Application_field_info2 .new1 .new_text .news_title {
  font-size: 26px;
  color: #252525;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 11px;
}
.container .Application_field_mune .box1 .tab_con .Application_field_info2 .new1 .new_text .news_content {
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 18px;
  color: #575757;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.container .Application_field_mune .box1 .tab_con .item {
  display: none;
}
.container .map {
  width: 100%;
  height: 400px;
  max-width: 1920px;
}
.container .map #container {
  width: 100%;
  height: 400px;
}
.container .mid_box {
  width: 100%;
  max-width: 1920px;
  background-color: #ffffff;
  overflow: hidden;
  background: url(../images/contact_usbg.png);
}
.container .mid_box .box1 {
  max-width: 1200px;
  margin: 0 auto;
}
.container .mid_box .box1 .box2 {
  width: 821px;
  margin: 100px auto 100px auto;
  padding: 20px 20px 48px 20px;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  flex-direction: column;
}
.container .mid_box .box1 .box2 .nav {
  margin: 20px 0px;
  flex-direction: column;
}
.container .mid_box .box1 .box2 .nav .title {
  font-size: 32px;
  margin-bottom: 20px;
}
.container .mid_box .box1 .box2 .nav .text {
  font-size: 16px;
  color: #999999;
}
.container .mid_box .box1 .box2 .mid_text {
  align-items: flex-start;
  width: 100%;
}
.container .mid_box .box1 .box2 .mid_text .bt {
  font-size: 30px;
  color: #494949;
  font-weight: bold;
  line-height: 35px;
  padding: 0 100px;
  position: relative;
}
.container .mid_box .box1 .box2 .mid_text .bt::before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #dedede;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
}
.container .mid_box .box1 .box2 .mid_text .jsh {
  font-size: 15px;
  color: #333;
  line-height: 36px;
}
.container .news_content {
  width: 100%;
  max-width: 1920px;
  background-color: #ffffff;
  overflow: hidden;
}
.container .news_content .box1 {
  padding-top: 100px;
  max-width: 1200px;
  margin: 0 auto;
}
.container .news_content .box1 .title {
  font-size: 40px;
  color: #222;
  margin-bottom: 50px;
  text-align: center;
}
.container .news_content .box1 .mid {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  font-size: 18px;
  color: #9f9f9f;
  line-height: 40px;
  text-align: center;
  align-items: center;
}
.container .news_content .box1 .text {
  padding: 34px 0;
  overflow: hidden;
  font-size: 26px;
  color: #4f4f4f;
  text-indent: 2rem;
  line-height: 40px;
}
.container .news_content .box1 .img {
  flex-direction: column;
}
.container .product_details_banner {
  width: 100%;
  height: 400px;
  max-width: 1920px;
  background-color: #f1f3fb;
}
.container .product_details_banner .box2 {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  background: url(../images/product_center_banner.png) no-repeat;
  background-position: 0 25px;
}
.container .product_details_mune {
  width: 100%;
  max-width: 1920px;
  background-color: #ebf0f7;
  overflow: hidden;
}
.container .product_details_mune .box1 {
  max-width: 1200px;
  margin: 0 auto;
}
.container .product_details_mune .box1 .product_details_title {
  width: 100%;
  height: 100px;
  position: relative;
}
.container .product_details_mune .box1 .product_details_title ul {
  display: flex;
  position: absolute;
  padding: 0;
  bottom: 0px;
  height: 50px;
}
.container .product_details_mune .box1 .product_details_title ul li {
  padding: 0 20px;
  color: #808080;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}
.container .product_details_mune .box1 .product_details_title ul .current2 {
  color: #041e83;
  border-bottom: 3px solid #041e83;
}
.container .product_details_mune .box1 .enproduct_details_title {
  width: 100%;
  height: 100px;
  position: relative;
}
.container .product_details_mune .box1 .enproduct_details_title ul {
  display: flex;
  position: absolute;
  padding: 0;
  bottom: 0px;
  height: 50px;
}
.container .product_details_mune .box1 .enproduct_details_title ul li {
  padding: 0 10px;
  color: #808080;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
.container .product_details_mune .box1 .enproduct_details_title ul .current {
  color: #041e83;
  border-bottom: 3px solid #041e83;
}
.container .product_details_mune .box1 .tab_con {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.container .product_details_mune .box1 .tab_con .product_info {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
  width: 800px;
  height: 1020px;
  margin-left: 150px;
}
.container .product_details_mune .box1 .tab_con .product_info .title {
  font-size: 36px;
  color: #333;
  height: 10%;
}
.container .product_details_mune .box1 .tab_con .product_info .pic {
  position: relative;
  width: 50%;
  height: 60%;
  margin: 0;
}
.container .product_details_mune .box1 .tab_con .product_info .pic .img {
  background-color: #fff;
  width: 100%;
  height: 80%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.container .product_details_mune .box1 .tab_con .product_info .pic .img img {
  width: 100%;
  height: 100%;
}
.container .product_details_mune .box1 .tab_con .product_info .pic .img .left {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: url(../images/left_rotate.png) no-repeat center;
}
.container .product_details_mune .box1 .tab_con .product_info .pic .img .right {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 40px;
  left: 5px;
  background: url(../images/right_rotate.png) no-repeat center;
}
.container .product_details_mune .box1 .tab_con .product_info .pic .small_img {
  top: 20px;
  position: relative;
}
.container .product_details_mune .box1 .tab_con .product_info .pic .small_img .left {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  position: absolute;
  z-index: 10;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  cursor: pointer;
}
.container .product_details_mune .box1 .tab_con .product_info .pic .small_img .right {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  position: absolute;
  z-index: 10;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  cursor: pointer;
}
.container .product_details_mune .box1 .tab_con .product_info .pic .small_img ul {
  display: flex;
  margin-top: 10px;
  padding: 0;
  width: 100%;
  height: 100%;
  justify-content: space-evenly;
}
.container .product_details_mune .box1 .tab_con .product_info .pic .small_img ul li {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
.container .product_details_mune .box1 .tab_con .product_info .pic .small_img ul li img {
  width: 100%;
  height: 100%;
}
.container .product_details_mune .box1 .tab_con .product_info .pic .small_img ul .current1 {
  border: 2px solid #ff0000;
}
.container .product_details_mune .box1 .tab_con .product_info .text {
  height: 30%;
}
.container .product_details_mune .box1 .tab_con .product_info .text .jsh {
  font-size: 15px;
  color: #666;
  line-height: 35px;
  margin-bottom: 27px;
}
.container .product_details_mune .box1 .tab_con .product_info .text .jsh ul {
  padding: 0;
}
.container .product_details_mune .box1 .tab_con .product_info .text .jsh ul li img {
  width: 7px;
  height: 7px;
}
.container .quality_details_banner {
  width: 100%;
  height: 400px;
  max-width: 1920px;
}
.container .quality_details_banner .box2 {
  width: 100%;
  height: 400px;
  margin: 0 auto;
  background: url(../images/quality_assurance_banner.png) no-repeat;
}
.container .quality_details_mune {
  width: 100%;
  height: 1120px;
  max-width: 1920px;
  background-color: #ebf0f7;
  overflow: hidden;
}
.container .quality_details_mune .box1 {
  max-width: 1200px;
  height: 1120px;
  margin: 0 auto;
}
.container .quality_details_mune .box1 .quality_details_title {
  width: 100%;
  height: 100px;
  position: relative;
}
.container .quality_details_mune .box1 .quality_details_title ul {
  display: flex;
  position: absolute;
  padding: 0;
  bottom: 0px;
  height: 50px;
}
.container .quality_details_mune .box1 .quality_details_title ul li {
  padding: 0 20px;
  color: #808080;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}
.container .quality_details_mune .box1 .quality_details_title ul .current2 {
  color: #041e83;
  border-bottom: 3px solid #041e83;
}
.container .quality_details_mune .box1 .enquality_details_title {
  width: 100%;
  height: 100px;
  position: relative;
}
.container .quality_details_mune .box1 .enquality_details_title ul {
  display: flex;
  position: absolute;
  padding: 0;
  bottom: 0px;
  height: 50px;
}
.container .quality_details_mune .box1 .enquality_details_title ul li {
  padding: 0 10px;
  color: #808080;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
.container .quality_details_mune .box1 .enquality_details_title ul .current {
  color: #041e83;
  border-bottom: 3px solid #041e83;
}
.container .quality_details_mune .box1 .tab_con {
  max-width: 1200px;
  height: 650px;
  margin: 0 auto;
  overflow: hidden;
}
.container .quality_details_mune .box1 .tab_con .quality_info {
  padding-top: 50px;
  width: 800px;
  height: 600px;
  margin-left: 150px;
}
.container .quality_details_mune .box1 .tab_con .quality_info .pic {
  position: relative;
  width: 50%;
  height: 63%;
  margin: 0;
}
.container .quality_details_mune .box1 .tab_con .quality_info .pic .img {
  margin-top: 30px;
  width: 100%;
  height: 80%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.container .quality_details_mune .box1 .tab_con .quality_info .pic .img img {
  width: 100%;
  height: 100%;
}
.container .quality_details_mune .box1 .tab_con .quality_info .pic .img .left {
  display: none;
}
.container .quality_details_mune .box1 .tab_con .quality_info .pic .img .right {
  display: none;
}
.container .quality_details_mune .box1 .tab_con .quality_info .pic .small_img {
  height: 20%;
  position: relative;
}
.container .quality_details_mune .box1 .tab_con .quality_info .pic .small_img .left {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  position: absolute;
  z-index: 10;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  cursor: pointer;
}
.container .quality_details_mune .box1 .tab_con .quality_info .pic .small_img .right {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  position: absolute;
  z-index: 10;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  cursor: pointer;
}
.container .quality_details_mune .box1 .tab_con .quality_info .pic .small_img ul {
  display: flex;
  margin-top: 10px;
  padding: 0;
  width: 100%;
  height: 100%;
}
.container .quality_details_mune .box1 .tab_con .quality_info .pic .small_img ul li {
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  width: 30%;
  height: 100%;
}
.container .quality_details_mune .box1 .tab_con .quality_info .pic .small_img ul li img {
  width: 100%;
  height: 100%;
}
.container .quality_details_mune .box1 .tab_con .quality_info .pic .small_img ul .current1 {
  border: 2px solid #ff0000;
}
.container .quality_details_mune .box1 .tab_con .quality_info .text .title {
  font-size: 36px;
  color: #333;
  margin-bottom: 8px;
}
.container .quality_details_mune .box1 .tab_con .quality_info .text .jsh {
  font-size: 15px;
  color: #666;
  line-height: 35px;
  margin-bottom: 27px;
}
.container .quality_details_mune .box1 .tab_con .quality_info .text .jsh ul {
  padding: 0;
}
.container .quality_details_mune .box1 .tab_con .quality_info .text .jsh ul li img {
  width: 7px;
  height: 7px;
}
.container .main-pshow .flex,
.container .main-nshow .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .main-pshow .plate1,
.container .main-nshow .plate1 {
  padding: 50px 0;
}
.container .main-pshow .plate1 .top .p1,
.container .main-nshow .plate1 .top .p1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
.container .main-pshow .plate1 .top .p2,
.container .main-nshow .plate1 .top .p2 {
  color: #999;
  font-size: 14px;
}
.container .main-pshow .plate1 .img,
.container .main-nshow .plate1 .img {
  margin: 50px 0;
}
.container .main-pshow .plate1 .text,
.container .main-nshow .plate1 .text {
  text-align: left;
  margin-bottom: 50px;
  line-height: 2;
  text-indent: 2rem;
}
.container .main-pshow .plate1 .bot,
.container .main-nshow .plate1 .bot {
  width: 100%;
  justify-content: space-between;
}
.container .main-pshow .plate1 .bot *,
.container .main-nshow .plate1 .bot * {
  font-size: 14px;
  color: #999;
}
.container .main-pshow .plate1 .bot a,
.container .main-nshow .plate1 .bot a {
  color: #444;
}
.container .main-pshow .plate1 .img {
  height: 80vh;
}
.container .main-pshow .plate1 .img img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 450px) {
  .list {
    padding: 0 0 30px 10px;
    justify-content: center;
  }
  .container1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container1 .content_banner {
    position: fixed;
    width: 100%;
    height: 58px;
    z-index: 999;
  }
  .container1 .content_banner .box {
    display: fixed;
    width: 100%;
    height: 100%;
  }
  .container1 .content_banner .box .banner {
    display: flex;
    justify-content: space-between;
  }
  .container1 .content_banner .box .banner .banner_left {
    width: 150px;
    margin: 0;
  }
  .container1 .content_banner .box .banner .banner_left img {
    height: 55px;
  }
  .container1 .content_banner .box .banner .menu-button {
    z-index: 100;
    margin: 0;
    padding: 14.5px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #041e83;
    /*margin: 14px;
                        border-radius: 5px;*/
  }
  .container1 .content_banner .box .banner .menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
  }
  .container1 .content_banner .box .banner .menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
  }
  .container1 .content_banner .box .banner .menu-button .bar {
    display: block;
    width: 30px;
    height: 3px;
    margin: 10px auto;
    background-color: #fff;
    border-radius: 10px;
  }
  .container1 .content_banner .box .banner .choice {
    margin-right: 5px;
  }
  .container1 .content_banner .box .banner .choice .gq {
    width: 30px;
    height: 15px;
  }
  .container1 .content_banner .box .banner .choice .textcn {
    width: 14px;
    font-size: 12px;
  }
  .container1 .content_banner .box .banner .choice .texten {
    width: 14px;
    font-size: 12px;
  }
  .container1 .content_banner .box .banner .choice .shuxian {
    margin: 0 5px;
    height: 15px;
  }
  .container1 .content_banner .box .banner .banner_right {
    display: none;
  }
  .container1 .banner_menu {
    z-index: 99;
    background-color: #041e83;
    position: fixed;
    left: 0;
    top: 58px;
    bottom: 0;
    width: 0;
    height: 100%;
    padding-bottom: 50px;
  }
  .container1 .banner_menu ul {
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .container1 .banner_menu ul a {
    width: 100%;
    border-bottom: 1px solid #999999;
    display: flex;
    align-items: center;
  }
  .container1 .banner_menu ul a:last-child {
    border: none;
  }
  .container1 .banner_menu ul a li {
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 35px 0;
  }
  .container1 .content_swiper {
    margin-top: 58px;
    width: 100%;
    height: 220px;
  }
  .container1 .content_swiper .box1 {
    width: 100%;
    height: 220px;
  }
  .container1 .content_swiper .box1 .swiper .swiper-wrapper .swiper-slide img {
    padding: 10px;
    width: 100%;
    height: 220px;
  }
  .container1 .content_swiper .box1 .swiper .swiper-button-next {
    display: none;
  }
  .container1 .content_swiper .box1 .swiper .swiper-button-prev {
    display: none;
  }
  .container1 .content_recom {
    display: none;
  }
  .container1 .content_product {
    width: 100%;
  }
  .container1 .content_product .box3 {
    width: 100%;
  }
  .container1 .content_product .box3 .t {
    padding: 20px 0;
  }
  .container1 .content_product .box3 .t .title {
    width: 100%;
    font-size: 16px;
  }
  .container1 .content_product .box3 .t .title * {
    font-size: 28px;
  }
  .container1 .content_product .box3 .t .title span {
    color: #041e83;
  }
  .container1 .content_product .box3 .t .title_english {
    color: #ffffff;
    font-size: 16px;
  }
  .container1 .content_product .box3 .cnproduct_menu {
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    padding: 0 10px;
    align-content: flex-start;
  }
  .container1 .content_product .box3 .cnproduct_menu .li {
    margin-bottom: 10px;
    text-align: center;
    width: calc(100% / 3.2);
    margin-right: 11px;
    background: #ffffff;
    font-size: 16px;
    border-radius: 5px;
    padding: 5px;
    color: #808080;
    border: 1px solid #a1a1a1;
    cursor: pointer;
  }
  .container1 .content_product .box3 .cnproduct_menu .li:nth-child(7n + 7) {
    margin-right: 11px;
  }
  .container1 .content_product .box3 .cnproduct_menu .li:nth-child(3n + 3) {
    margin-right: 0;
  }
  .container1 .content_product .box3 .cnproduct_menu .current {
    background-color: #041e83;
    color: #ffffff;
  }
  .container1 .content_product .box3 .enproduct_menu {
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
  }
  .container1 .content_product .box3 .enproduct_menu li {
    text-align: center;
    width: 30%;
    margin: 5px;
    background: #ffffff;
    font-size: 10px;
    padding: 5px 2px;
    border-radius: 5px;
    color: #808080;
    border: 1px solid #a1a1a1;
    cursor: pointer;
  }
  .container1 .content_product .box3 .enproduct_menu::after {
    content: "";
    width: 773px;
    /*伪元素的宽度与子元素的宽度一致*/
  }
  .container1 .content_product .box3 .enproduct_menu .current {
    background-color: #041e83;
    color: #ffffff;
  }
  .container1 .content_product .box3 .tab_con {
    margin-top: 20px;
    width: 100%;
    padding: 0 10px;
  }
  .container1 .content_product .box3 .tab_con .product_img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .container1 .content_product .box3 .tab_con .product_img .product {
    width: 47.61904762%;
    height: 240px;
    margin-right: 17px;
    margin-bottom: 17px;
  }
  .container1 .content_product .box3 .tab_con .product_img .product:nth-child(2n + 2) {
    margin-right: 0;
  }
  .container1 .content_product .box3 .tab_con .product_img .product .word {
    font-size: 10px;
    margin-top: -42px;
    margin-left: 8px;
  }
  .container1 .content_product .box3 .tab_con .product_img .product .word img {
    width: 8px;
    height: 8px;
  }
  .container1 .content_product .box3 .tab_con .item {
    display: none;
  }
  .container1 .content_product .box3 .btn {
    font-size: 12px;
    padding: 5px;
    width: 110px;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .container1 .content_product .box3 .text {
    display: none;
  }
  .container1 .content_recomend {
    width: 100%;
  }
  .container1 .content_recomend .box4 {
    width: 100%;
  }
  .container1 .content_recomend .box4 .t1 {
    padding: 20px 0;
  }
  .container1 .content_recomend .box4 .t1 .title {
    width: 100%;
    font-size: 16px;
  }
  .container1 .content_recomend .box4 .t1 .title * {
    font-size: 28px;
  }
  .container1 .content_recomend .box4 .t1 .title span {
    color: #041e83;
  }
  .container1 .content_recomend .box4 .t1 .title_english {
    color: #041e83;
    font-size: 16px;
  }
  .container1 .content_recomend .box4 .company_recom {
    width: 100%;
    padding: 0 10px;
  }
  .container1 .content_recomend .box4 .company_recom .text_recom {
    padding: 10px;
    padding-bottom: 20px;
    width: 100%;
    min-height: 300px;
    background-color: #041e83;
    z-index: 9;
    border-radius: 20px;
  }
  .container1 .content_recomend .box4 .company_recom .text_recom .word {
    padding: 0;
    margin: 15px 5px;
    width: auto;
  }
  .container1 .content_recomend .box4 .company_recom .text_recom .word .text {
    display: block;
    text-indent: 2rem;
    font-size: 12px;
    color: #ffffff;
    margin-left: 0px;
    margin-right: 8px;
    line-height: 32px;
  }
  .container1 .content_recomend .box4 .company_recom .text_recom .more {
    margin-left: 235px;
  }
  .container1 .content_recomend .box4 .company_recom .text_recom .more a {
    color: #ffffff;
    border: 1px solid #ffffff;
    margin-top: 10px;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
  }
  .container1 .content_recomend .box4 .company_recom .company_recom_bottom {
    width: 100%;
    justify-content: space-around;
    padding: 20px 10px;
  }
  .container1 .content_recomend .box4 .company_recom .company_recom_bottom li div {
    font-size: 16px;
    font-weight: 700;
    color: #041e83;
  }
  .container1 .content_recomend .box4 .company_recom .company_recom_bottom li img {
    height: 55px;
    padding: 0 10px;
  }
  .container1 .content_recomend .box4 .company_recom .company_recom_bottom li span {
    font-size: 10px;
    display: block;
    font-weight: 500;
    color: #999999;
    height: 40px;
  }
  .container1 .content_recomend .box4 .company_recom .encompany_recom_bottom {
    width: 100%;
    justify-content: space-around;
    padding: 10px;
  }
  .container1 .content_recomend .box4 .company_recom .encompany_recom_bottom li div {
    font-size: 16px;
    font-weight: 700;
    color: #041e83;
  }
  .container1 .content_recomend .box4 .company_recom .encompany_recom_bottom li img {
    height: 55px;
    padding: 0 10px;
  }
  .container1 .content_recomend .box4 .company_recom .encompany_recom_bottom li span {
    font-size: 10px;
    display: block;
    font-weight: 500;
    color: #999999;
    height: 80px;
  }
  .container1 .content_recomend .box4 .pic {
    display: none;
  }
  .container1 .content_application {
    width: 100%;
    background-color: #ebf0f7;
  }
  .container1 .content_application .box5 {
    flex-direction: column;
    width: 100%;
    justify-content: space-evenly;
  }
  .container1 .content_application .box5 .t2 {
    padding: 20px 0;
    flex-direction: column;
  }
  .container1 .content_application .box5 .t2 .title {
    width: 100%;
    font-size: 16px;
  }
  .container1 .content_application .box5 .t2 .title * {
    font-size: 28px;
  }
  .container1 .content_application .box5 .t2 .title span {
    color: #041e83;
  }
  .container1 .content_application .box5 .t2 .title_english {
    color: #ffffff;
    font-size: 16px;
  }
  .container1 .content_application .box5 .pics {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px;
  }
  .container1 .content_application .box5 .pics li {
    position: relative;
    width: 33%;
    margin-bottom: 5px;
  }
  .container1 .content_application .box5 .pics li img {
    width: 100%;
  }
  .container1 .content_application .box5 .pics li span {
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    left: 5px;
    color: #ffffff;
  }
  .container1 .content_news {
    width: 100%;
    background-color: #ffffff;
  }
  .container1 .content_news .box6 {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    justify-content: flex-start;
  }
  .container1 .content_news .box6 .t3 {
    padding: 20px 0;
    text-align: center;
    flex-direction: column;
  }
  .container1 .content_news .box6 .t3 .title {
    width: 100%;
    font-size: 16px;
  }
  .container1 .content_news .box6 .t3 .title * {
    font-size: 28px;
  }
  .container1 .content_news .box6 .t3 .title span {
    color: #041e83;
  }
  .container1 .content_news .box6 .t3 .title_english {
    color: #ebf0f7;
    font-size: 16px;
  }
  .container1 .content_news .box6 .news {
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
  }
  .container1 .content_news .box6 .news .news_pic {
    padding: 0 10px;
    width: 100%;
    margin-bottom: 0;
  }
  .container1 .content_news .box6 .news .news_pic img {
    width: 100%;
    height: 100%;
  }
  .container1 .content_news .box6 .news .news_info {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    margin-top: 20px;
  }
  .container1 .content_news .box6 .news .news_info ul {
    padding: 0;
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
  }
  .container1 .content_news .box6 .news .news_info ul li {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    border-bottom: 1px solid #b3b3b3;
    padding: 0;
  }
  .container1 .content_news .box6 .news .news_info ul li .date {
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0 5px;
    height: 50px;
    margin-right: 15px;
    background-color: #041e83;
    font-size: 14px;
    color: #ffffff;
  }
  .container1 .content_news .box6 .news .news_info ul li .n_info {
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333333;
  }
  .container1 .content_news .box6 .news .news_info ul .more {
    margin-left: 280px;
    padding: 10px;
    border: 1px solid #8a8a8a;
    border-radius: 10px;
    margin-top: 5px;
    font-size: 12px;
  }
  .container1 .content_news .box6 .news .news_info ul .more a {
    color: #8a8a8a;
    font-size: 14px;
  }
  .container1 .content_partner {
    display: none;
    width: 100%;
    max-width: 1920px;
    background-color: #ebf0f7;
  }
  .container1 .content_partner .box7 {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    justify-content: space-evenly;
  }
  .container1 .content_partner .box7 .t4 {
    padding: 20px 0;
    flex-direction: column;
  }
  .container1 .content_partner .box7 .t4 .title {
    width: 100%;
    font-size: 16px;
  }
  .container1 .content_partner .box7 .t4 .title * {
    font-size: 28px;
  }
  .container1 .content_partner .box7 .t4 .title span {
    color: #041e83;
  }
  .container1 .content_partner .box7 .t4 .title_english {
    color: #ffffff;
    font-size: 16px;
  }
  .container1 .content_partner .box7 .pics {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
    align-items: center;
  }
  .container1 .content_partner .box7 .pics li {
    position: relative;
    width: 19%;
    margin-bottom: 15px;
  }
  .container1 .content_partner .box7 .pics li img {
    width: 100%;
  }
  .container1 .content_bottom {
    display: none;
  }
  .container1 .compay_recom_banner {
    margin-top: 58px;
    width: 100%;
    height: 200px;
    background-image: url(../images/company_banner.png);
  }
  .container1 .compay_recom_mune {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    overflow: hidden;
  }
  .container1 .compay_recom_mune .box1 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .container1 .compay_recom_mune .box1 .compay_recom_title {
    width: 100%;
    height: 60px;
    position: relative;
  }
  .container1 .compay_recom_mune .box1 .compay_recom_title ul {
    display: flex;
    position: absolute;
    padding: 0;
    bottom: 0px;
    height: 30px;
  }
  .container1 .compay_recom_mune .box1 .compay_recom_title ul li {
    padding: 0 6px;
    margin-right: 5px;
    color: #808080;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    line-height: 2;
    max-width: 100px;
    overflow: hidden;
  }
  .container1 .compay_recom_mune .box1 .compay_recom_title ul .current {
    color: #041e83;
    border-bottom: 3px solid #041e83;
    line-height: 2;
    max-width: 100px;
    overflow: hidden;
  }
  .container1 .compay_recom_mune .box1 .compay_recom_title .entitle_mune {
    height: 50px;
  }
  .container1 .compay_recom_mune .box1 .tab_con {
    width: 100%;
    height: 100%;
    border-top: 1px solid #b1b1b3;
    padding: 30px 10px;
  }
  .container1 .compay_recom_mune .box1 .tab_con .company_info {
    text-indent: 2rem;
    color: #808080;
    line-height: 32px;
  }
  .container1 .compay_recom_mune .box1 .tab_con .company_info img {
    width: 100%;
    height: 200px;
  }
  .container1 .compay_recom_mune .box1 .tab_con .item {
    display: none;
  }
  .container1 .compay_recom_mune .ul .li {
    justify-content: center;
    align-items: center;
    width: 47.61904762%;
    height: 240px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .container1 .compay_recom_mune .ul .li:nth-child(4n + 4) {
    margin-right: 15px;
  }
  .container1 .compay_recom_mune .ul .li:nth-child(2n + 2) {
    margin-right: 0;
  }
  .container1 .compay_recom_mune .ul .li img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }
  .container1 .product_center_banner {
    margin-top: 58px;
    width: 100%;
    height: 150px;
    background-color: #f1f3fb;
  }
  .container1 .product_center_banner .box2 {
    width: 100%;
    height: 150px;
    margin: 0 auto;
    background: url(../images/product_center_banner.png) no-repeat;
    background-position: -30px 25px;
    background-size: 100%;
  }
  .container1 .product_center_mune {
    width: 100%;
    background-color: #ebf0f7;
    overflow: hidden;
  }
  .container1 .product_center_mune .box1 {
    width: 100%;
    margin: 0 auto;
  }
  .container1 .product_center_mune .box1 .enproduct_center_title {
    width: 100%;
    height: 172px;
    position: relative;
  }
  .container1 .product_center_mune .box1 .enproduct_center_title .ul {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    justify-content: space-between;
    padding: 0;
    bottom: 0px;
    height: 162px;
    align-items: center;
    text-align: center;
  }
  .container1 .product_center_mune .box1 .enproduct_center_title .ul .li {
    width: 50%;
    margin-bottom: 10px;
    color: #808080;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
  }
  .container1 .product_center_mune .box1 .enproduct_center_title .ul::after {
    content: "";
    width: 195px;
  }
  .container1 .product_center_mune .box1 .enproduct_center_title .ul .current {
    color: #041e83;
    border-bottom: 5px solid #041e83;
  }
  .container1 .product_center_mune .box1 .product_center_title {
    width: 100%;
    height: 172px;
    position: relative;
  }
  .container1 .product_center_mune .box1 .product_center_title .ul {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    justify-content: space-between;
    padding: 0;
    height: 162px;
    align-items: center;
    text-align: center;
    padding: 0 10px;
  }
  .container1 .product_center_mune .box1 .product_center_title .ul .li {
    width: 47.61904762%;
    margin-bottom: 5px;
    color: #808080;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    background: #041e83;
    color: #fff;
    padding: 5px 0;
    margin-right: 10px;
  }
  .container1 .product_center_mune .box1 .product_center_title .ul .li:nth-child(2n + 2) {
    margin-right: 0;
  }
  .container1 .product_center_mune .box1 .product_center_title .ul::after {
    content: "";
    width: 195px;
  }
  .container1 .product_center_mune .box1 .product_center_title .ul .current {
    color: #fff;
    border-bottom: 2px solid #041e83;
  }
  .container1 .product_center_mune .box1 .tab_con {
    padding: 20px 10px;
    width: 100%;
    border-top: 1px solid #b1b1b3;
  }
  .container1 .product_center_mune .box1 .tab_con .product_center_img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .container1 .product_center_mune .box1 .tab_con .product_center_img .product {
    height: 220px;
    width: 47.61904762%;
    margin-bottom: 17px;
    margin-right: 17px;
  }
  .container1 .product_center_mune .box1 .tab_con .product_center_img .product:nth-child(4n + 4) {
    margin-right: 17px;
  }
  .container1 .product_center_mune .box1 .tab_con .product_center_img .product:nth-child(2n + 2) {
    margin-right: 0;
  }
  .container1 .product_center_mune .box1 .tab_con .product_center_img .product .product2 {
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden;
  }
  .container1 .product_center_mune .box1 .tab_con .product_center_img .product .product2 img {
    width: 100%;
    height: 100%;
  }
  .container1 .product_center_mune .box1 .tab_con .product_center_img .product .product2 .hover {
    border-radius: 10px;
    position: absolute;
    padding: 25px 26px;
    top: -100%;
    left: 0;
    width: 100%;
    height: 96%;
    transition: 0.5s;
    background: url(../images/bg3.png) repeat center center;
  }
  .container1 .product_center_mune .box1 .tab_con .product_center_img .product .product2 .hover .btn {
    margin-top: 110px;
    font-size: 14px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 6px;
  }
  .container1 .product_center_mune .box1 .tab_con .product_center_img .product .product2 .hover .more {
    color: #fff;
    font-size: 14px;
    background: url(../images/more.png) no-repeat center right;
    border-bottom: 1px solid #fff;
    padding-bottom: 11px;
  }
  .container1 .product_center_mune .box1 .tab_con .product_center_img .product:hover .hover {
    top: 0;
  }
  .container1 .product_center_mune .box1 .tab_con .product_center_img .product .word {
    width: 40%;
    font-size: 12px;
    margin-top: -44px;
    margin-left: 10px;
  }
  .container1 .product_center_mune .box1 .tab_con .product_center_img .product img {
    width: 7px;
    height: 7px;
  }
  .container1 .product_center_mune .box1 .tab_con .item {
    display: none;
  }
  .container1 .quality_assurance_banner {
    margin-top: 58px;
    width: 100%;
    height: 150px;
  }
  .container1 .quality_assurance_banner .box2 {
    width: 100%;
    height: 150px;
    margin: 0 auto;
    background: url(../images/quality_assurance_banner.png) no-repeat;
    background-size: 100% 100%;
  }
  .container1 .quality_assurance_mune {
    width: 100%;
    background-color: #ebf0f7;
    overflow: hidden;
  }
  .container1 .quality_assurance_mune .box1 {
    min-height: 74vh;
    width: 100%;
    margin: 0 auto;
  }
  .container1 .quality_assurance_mune .box1 .quality_assurance_title {
    width: 100%;
    height: 80px;
    position: relative;
  }
  .container1 .quality_assurance_mune .box1 .quality_assurance_title .ul {
    text-align: center;
    flex-wrap: wrap;
    display: flex;
    position: absolute;
    padding-left: 10px;
    bottom: 0px;
    height: 45px;
    justify-content: space-between;
  }
  .container1 .quality_assurance_mune .box1 .quality_assurance_title .ul .li {
    margin: 0;
    padding: 0 10px;
    color: #808080;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
  }
  .container1 .quality_assurance_mune .box1 .quality_assurance_title .ul .current {
    color: #041e83;
    border-bottom: 3px solid #041e83;
  }
  .container1 .quality_assurance_mune .box1 .quality_assurance_title .entitle_mune {
    align-items: center;
    text-align: center;
    height: 80px;
  }
  .container1 .quality_assurance_mune .box1 .tab_con {
    width: 100%;
    border-top: 1px solid #b1b1b3;
    padding: 0;
    padding: 20px 10px 0 10px;
  }
  .container1 .quality_assurance_mune .box1 .tab_con .quality_assurance_img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .container1 .quality_assurance_mune .box1 .tab_con .quality_assurance_img .product {
    width: 50%;
    height: 180px;
    margin-bottom: 20px;
    width: 47.61904762%;
    margin-bottom: 17px;
    margin-right: 17px;
  }
  .container1 .quality_assurance_mune .box1 .tab_con .quality_assurance_img .product:nth-child(4n + 4) {
    margin-right: 17px;
  }
  .container1 .quality_assurance_mune .box1 .tab_con .quality_assurance_img .product:nth-child(2n + 2) {
    margin-right: 0;
  }
  .container1 .quality_assurance_mune .box1 .tab_con .quality_assurance_img .product .product2 {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .container1 .quality_assurance_mune .box1 .tab_con .quality_assurance_img .product .product2 img {
    width: 100%;
    height: 100%;
  }
  .container1 .quality_assurance_mune .box1 .tab_con .quality_assurance_img .product .product2 .hover {
    border-radius: 10px;
    position: absolute;
    padding: 25px 26px;
    top: -100%;
    left: 0;
    width: 100%;
    height: 96%;
    transition: 0.5s;
    background: url(../images/bg3.png) repeat center center;
  }
  .container1 .quality_assurance_mune .box1 .tab_con .quality_assurance_img .product .product2 .hover .btn {
    margin-top: 110px;
    font-size: 14px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 6px;
  }
  .container1 .quality_assurance_mune .box1 .tab_con .quality_assurance_img .product .product2 .hover .more {
    color: #fff;
    font-size: 14px;
    background: url(../images/more.png) no-repeat center right;
    border-bottom: 1px solid #fff;
    padding-bottom: 11px;
  }
  .container1 .quality_assurance_mune .box1 .tab_con .quality_assurance_img .product:hover .hover {
    top: 0;
  }
  .container1 .quality_assurance_mune .box1 .tab_con .quality_assurance_img .product:hover .enword {
    display: none;
  }
  .container1 .quality_assurance_mune .box1 .tab_con .quality_assurance_img .product .word {
    font-size: 12px;
    margin-top: -35px;
    margin-left: 8px;
  }
  .container1 .quality_assurance_mune .box1 .tab_con .quality_assurance_img .product .enword {
    width: 40%;
    color: #ffffff;
    font-size: 12px;
    margin-top: -50px;
    margin-left: 10px;
  }
  .container1 .quality_assurance_mune .box1 .tab_con .quality_assurance_img .product img {
    width: 7px;
    height: 7px;
  }
  .container1 .quality_assurance_mune .box1 .tab_con .item {
    display: none;
  }
  .container1 .news_banner {
    margin-top: 58px;
    width: 100%;
    height: 150px;
    background-image: url(../images/newsbanner.jpg);
    background-size: 100%;
  }
  .container1 .news_mune {
    width: 100%;
    max-width: 1920px;
    background-color: #ffffff;
    overflow: hidden;
  }
  .container1 .news_mune .box1 {
    width: 100%;
    background-color: #ebf0f7;
    overflow: hidden;
  }
  .container1 .news_mune .box1 .news_recom_title {
    width: 100%;
    height: 80px;
    position: relative;
  }
  .container1 .news_mune .box1 .news_recom_title .ul {
    display: flex;
    position: absolute;
    padding: 0;
    bottom: 0px;
    height: 40px;
  }
  .container1 .news_mune .box1 .news_recom_title .ul .li {
    padding: 0 20px;
    color: #808080;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    width: 50%;
    line-height: 2;
    overflow: hidden;
  }
  .container1 .news_mune .box1 .news_recom_title .ul .current {
    color: #041e83;
    border-bottom: 3px solid #041e83;
    width: 50%;
    line-height: 2;
    overflow: hidden;
  }
  .container1 .news_mune .box1 .tab_con {
    width: 100%;
    padding: 20px 10px;
    border-top: 1px solid #b1b1b3;
  }
  .container1 .news_mune .box1 .tab_con .news_info {
    width: 100%;
    height: 100%;
    margin: 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
  }
  .container1 .news_mune .box1 .tab_con .news_info .new1 {
    height: 314px;
    overflow: hidden;
    width: 47.61904762%;
    margin-bottom: 17px;
    margin-right: 17px;
  }
  .container1 .news_mune .box1 .tab_con .news_info .new1:nth-child(4n + 4) {
    margin-right: 17px;
  }
  .container1 .news_mune .box1 .tab_con .news_info .new1:nth-child(2n + 2) {
    margin-right: 0;
  }
  .container1 .news_mune .box1 .tab_con .news_info .new1 .new_pic {
    position: relative;
    width: 100%;
    height: 150px;
  }
  .container1 .news_mune .box1 .tab_con .news_info .new1 .new_pic img {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container1 .news_mune .box1 .tab_con .news_info .new1 .new_text {
    margin-top: 0;
    padding: 0px;
    position: relative;
    width: 100%;
    height: 150px;
    flex-direction: column;
    background: #ffffff;
    z-index: 2;
  }
  .container1 .news_mune .box1 .tab_con .news_info .new1 .new_text .date {
    font-size: 15px;
    color: #1c1c1c;
    font-family: arial;
    margin-top: 10px;
  }
  .container1 .news_mune .box1 .tab_con .news_info .new1 .new_text .news_title {
    width: 150px;
    font-size: 17px;
    color: #252525;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 11px;
  }
  .container1 .news_mune .box1 .tab_con .news_info .new1 .new_text .news_content {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    font-size: 12px;
    color: #575757;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
  }
  .container1 .news_mune .box1 .tab_con .news_info .new1 .new_text .more {
    border: 1px solid #e0e0e0;
    width: 30px;
    height: 30px;
    margin-left: 156px;
    cursor: pointer;
  }
  .container1 .news_mune .box1 .tab_con .news_info .new1 .new_text .more::after {
    width: 10px;
    height: 10px;
    top: 8px;
  }
  .container1 .news_mune .box1 .tab_con .item {
    display: none;
  }
  .container1 .Application_field_banner {
    margin-top: 58px;
    width: 100%;
    height: 150px;
    background-color: #f1f3fb;
  }
  .container1 .Application_field_banner .box2 {
    width: 100%;
    height: 150px;
    margin: 0 auto;
    background: url(../images/ap_bg.jpg) no-repeat center / cover;
  }
  .container1 .Application_field_mune {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    overflow: hidden;
  }
  .container1 .Application_field_mune .box1 {
    width: 100%;
    margin: 0 auto;
  }
  .container1 .Application_field_mune .box1 .Application_field_title {
    width: 100%;
    height: 60px;
    position: relative;
  }
  .container1 .Application_field_mune .box1 .Application_field_title ul {
    display: flex;
    position: absolute;
    padding: 0;
    bottom: 0px;
    height: 40px;
  }
  .container1 .Application_field_mune .box1 .Application_field_title ul li {
    padding: 0 20px;
    color: #808080;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
  }
  .container1 .Application_field_mune .box1 .Application_field_title ul .current {
    color: #041e83;
    border-bottom: 3px solid #041e83;
  }
  .container1 .Application_field_mune .box1 .tab_con {
    width: 100%;
    border-top: 1px solid #b1b1b3;
    padding: 20px 10px;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info1 {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info1 .new1 {
    cursor: pointer;
    overflow: hidden;
    width: 47.61904762%;
    margin-bottom: 17px;
    margin-right: 17px;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info1 .new1:nth-child(4n + 4) {
    margin-right: 17px;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info1 .new1:nth-child(2n + 2) {
    margin-right: 0;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info1 .new1 .new_pic {
    position: relative;
    width: 100%;
    height: 180px;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info1 .new1 .new_pic .hover {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20% 30px 1% 30px;
    transition: 0.5s;
    background: url(../images/bg3.png) repeat center center;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info1 .new1 .new_pic .hover .btn {
    font-size: 22px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 6px;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info1 .new1 .new_pic .hover .jsh {
    font-size: 15px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 43px;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info1 .new1 .new_pic .hover .more {
    color: #fff;
    font-size: 15px;
    background: url(../images/more.png) no-repeat center right;
    border-bottom: 1px solid #fff;
    padding-bottom: 11px;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info1 .new1 .new_pic:hover .hover {
    top: 0;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info1 .new1 .new_pic img {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info1 .new1 .new_text {
    width: 100%;
    flex-direction: column;
    display: flex;
    margin-top: 10px;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info1 .new1 .new_text .news_title {
    font-size: 16px;
    color: #252525;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 11px;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info1 .new1 .new_text .news_content {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #575757;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info2 {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info2 .new1 {
    cursor: pointer;
    width: 48%;
    overflow: hidden;
    width: 47.61904762%;
    margin-bottom: 17px;
    margin-right: 17px;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info2 .new1:nth-child(4n + 4) {
    margin-right: 17px;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info2 .new1:nth-child(2n + 2) {
    margin-right: 0;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info2 .new1 .new_pic {
    position: relative;
    width: 100%;
    height: 80px;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info2 .new1 .new_pic .hover {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20% 30px 1% 30px;
    transition: 0.5s;
    background: url(../images/bg3.png) repeat center center;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info2 .new1 .new_pic .hover .btn {
    font-size: 22px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 6px;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info2 .new1 .new_pic .hover .jsh {
    font-size: 15px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 43px;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info2 .new1 .new_pic .hover .more {
    color: #fff;
    font-size: 15px;
    background: url(../images/more.png) no-repeat center right;
    border-bottom: 1px solid #fff;
    padding-bottom: 11px;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info2 .new1 .new_pic:hover .hover {
    top: 0;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info2 .new1 .new_pic img {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info2 .new1 .new_text {
    width: 100%;
    flex-direction: column;
    display: flex;
    margin-top: 10px;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info2 .new1 .new_text .news_title {
    font-size: 16px;
    color: #252525;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 11px;
  }
  .container1 .Application_field_mune .box1 .tab_con .Application_field_info2 .new1 .new_text .news_content {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #575757;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
  }
  .container1 .Application_field_mune .box1 .tab_con .item {
    display: none;
  }
  .container1 .news_content {
    margin-top: 58px;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    overflow: hidden;
  }
  .container1 .news_content .box1 {
    width: 100%;
    margin: 0 auto;
    padding: 50px 10px;
  }
  .container1 .news_content .box1 .title {
    font-size: 24px;
    color: #222;
    margin-bottom: 15px;
    text-align: center;
  }
  .container1 .news_content .box1 .mid {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    font-size: 12px;
    color: #9f9f9f;
    line-height: 30px;
    text-align: center;
    align-items: center;
  }
  .container1 .news_content .box1 .text {
    padding: 34px 0;
    overflow: hidden;
    font-size: 20px;
    color: #4f4f4f;
    text-indent: 2rem;
    line-height: 30px;
  }
  .container1 .news_content .box1 .img {
    flex-direction: column;
    text-align: center;
  }
  .container1 .news_content .box1 .img img {
    width: 100%;
    height: 100%;
  }
  .container1 .map {
    margin-top: 58px;
    width: 100%;
    height: 200px;
  }
  .container1 .map #container {
    height: 200px;
  }
  .container1 .mid_box {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    overflow: hidden;
    background: none;
  }
  .container1 .mid_box .box1 {
    margin: 0 auto;
    width: 100%;
  }
  .container1 .mid_box .box1 .box2 {
    width: 100%;
    margin: 30px auto 30px auto;
    padding: 10px 36px 24px 12px;
    position: relative;
    background: #fff;
    box-shadow: none;
    flex-direction: column;
  }
  .container1 .mid_box .box1 .box2 .nav {
    margin: 0px 0px;
    flex-direction: column;
    width: 100%;
  }
  .container1 .mid_box .box1 .box2 .nav .title {
    padding-left: 20px;
    width: 100%;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .container1 .mid_box .box1 .box2 .nav .text {
    display: none;
    font-size: 12px;
    color: #999999;
  }
  .container1 .mid_box .box1 .box2 .mid_text {
    flex-direction: column;
  }
  .container1 .mid_box .box1 .box2 .mid_text .bt {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
  }
  .container1 .mid_box .box1 .box2 .mid_text .bt img {
    width: 110px;
  }
  .container1 .mid_box .box1 .box2 .mid_text .bt::before {
    content: none;
  }
  .container1 .mid_box .box1 .box2 .mid_text .jsh {
    width: 100%;
    padding-left: 20px;
    font-size: 12px;
    color: #333;
    line-height: 36px;
  }
  .container1 .mid_box .box1 .box2 .mid_text .jsh img {
    width: 70px;
    height: 70px;
  }
  .container1 .product_details_banner {
    margin-top: 58px;
    width: 100%;
    height: 150px;
    background-color: #f1f3fb;
  }
  .container1 .product_details_banner .box2 {
    width: 100%;
    height: 150px;
    margin: 0 auto;
    background: url(../images/product_center_banner.png) no-repeat;
    background-position: -30px 25px;
    background-size: 100%;
  }
  .container1 .product_details_mune {
    width: 100%;
    background-color: #ebf0f7;
    overflow: hidden;
    height: 100%;
  }
  .container1 .product_details_mune .box1 {
    width: 100%;
    margin: 0 auto;
  }
  .container1 .product_details_mune .box1 .enproduct_details_title {
    width: 100%;
    height: 174px;
    position: relative;
  }
  .container1 .product_details_mune .box1 .enproduct_details_title ul {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    justify-content: space-between;
    padding: 0;
    bottom: 0px;
    height: 164px;
    align-items: center;
    text-align: center;
  }
  .container1 .product_details_mune .box1 .enproduct_details_title ul a {
    width: 50%;
  }
  .container1 .product_details_mune .box1 .enproduct_details_title ul a li {
    padding: 0;
    width: 50%;
    margin-bottom: 10px;
    color: #808080;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
  }
  .container1 .product_details_mune .box1 .enproduct_details_title ul::after {
    content: "";
    width: 186px;
  }
  .container1 .product_details_mune .box1 .product_details_title {
    width: 100%;
    height: 172px;
    position: relative;
  }
  .container1 .product_details_mune .box1 .product_details_title ul {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    justify-content: space-between;
    padding: 0;
    bottom: 0px;
    height: 162px;
    align-items: center;
    text-align: center;
  }
  .container1 .product_details_mune .box1 .product_details_title ul a {
    width: 50%;
  }
  .container1 .product_details_mune .box1 .product_details_title ul a li {
    width: 100%;
    margin-bottom: 10px;
    color: #808080;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
  }
  .container1 .product_details_mune .box1 .product_details_title ul::after {
    content: "";
    width: 195px;
  }
  .container1 .product_details_mune .box1 .product_details_title ul .current {
    color: #041e83;
    border-bottom: 2px solid #041e83;
  }
  .container1 .product_details_mune .box1 .tab_con {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .container1 .product_details_mune .box1 .tab_con .product_info {
    padding: 10px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-bottom: 20px;
  }
  .container1 .product_details_mune .box1 .tab_con .product_info .pic {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .container1 .product_details_mune .box1 .tab_con .product_info .pic .img {
    background-color: #fff;
    margin-top: 30px;
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
  .container1 .product_details_mune .box1 .tab_con .product_info .pic .img .left {
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 5px;
    background: url(../images/left_rotate.png) no-repeat center;
  }
  .container1 .product_details_mune .box1 .tab_con .product_info .pic .img .right {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 40px;
    left: 5px;
    background: url(../images/right_rotate.png) no-repeat center;
  }
  .container1 .product_details_mune .box1 .tab_con .product_info .pic .small_img {
    height: 60px;
    position: relative;
  }
  .container1 .product_details_mune .box1 .tab_con .product_info .pic .small_img .left {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: inline-block;
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    cursor: pointer;
  }
  .container1 .product_details_mune .box1 .tab_con .product_info .pic .small_img .right {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: inline-block;
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    cursor: pointer;
  }
  .container1 .product_details_mune .box1 .tab_con .product_info .pic .small_img ul {
    display: flex;
    margin-top: 10px;
    padding: 0;
    width: 100%;
    height: 100%;
    justify-content: space-evenly;
  }
  .container1 .product_details_mune .box1 .tab_con .product_info .pic .small_img ul li {
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    width: 60px;
    height: 60px;
  }
  .container1 .product_details_mune .box1 .tab_con .product_info .pic .small_img ul li img {
    width: 100%;
    height: 100%;
  }
  .container1 .product_details_mune .box1 .tab_con .product_info .pic .small_img ul .current1 {
    border: 2px solid #ff0000;
  }
  .container1 .product_details_mune .box1 .tab_con .product_info .text {
    display: none;
  }
  .container1 .product_details_mune .box1 .tab_con .product_info .text .jsh {
    font-size: 15px;
    color: #666;
    line-height: 35px;
    margin-bottom: 27px;
  }
  .container1 .product_details_mune .box1 .tab_con .product_info .text .jsh ul {
    padding: 0;
  }
  .container1 .product_details_mune .box1 .tab_con .product_info .text .jsh ul li img {
    width: 7px;
    height: 7px;
  }
  .container1 .quality_details_banner {
    margin-top: 58px;
    width: 100%;
    height: 150px;
  }
  .container1 .quality_details_banner .box2 {
    width: 100%;
    height: 150px;
    margin: 0 auto;
    background: url(../images/quality_assurance_banner.png) no-repeat;
    background-size: 100% 100%;
  }
  .container1 .quality_details_mune {
    width: 100%;
    height: 900px;
    background-color: #ebf0f7;
    overflow: hidden;
  }
  .container1 .quality_details_mune .box1 {
    width: 100%;
    height: 900px;
    margin: 0 auto;
  }
  .container1 .quality_details_mune .box1 .enquality_details_title {
    width: 100%;
    height: 174px;
    position: relative;
  }
  .container1 .quality_details_mune .box1 .enquality_details_title ul {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    justify-content: space-between;
    padding: 0;
    bottom: 0px;
    height: 164px;
    align-items: center;
    text-align: center;
  }
  .container1 .quality_details_mune .box1 .enquality_details_title ul a {
    width: 50%;
  }
  .container1 .quality_details_mune .box1 .enquality_details_title ul a li {
    padding: 0;
    width: 50%;
    margin-bottom: 10px;
    color: #808080;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
  }
  .container1 .quality_details_mune .box1 .enquality_details_title ul::after {
    content: "";
    width: 186px;
  }
  .container1 .quality_details_mune .box1 .quality_details_title {
    width: 100%;
    height: 195px;
    position: relative;
  }
  .container1 .quality_details_mune .box1 .quality_details_title ul {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    justify-content: space-between;
    padding: 0;
    bottom: 0px;
    height: 162px;
    align-items: center;
    text-align: center;
  }
  .container1 .quality_details_mune .box1 .quality_details_title ul a {
    width: 50%;
  }
  .container1 .quality_details_mune .box1 .quality_details_title ul a li {
    width: 100%;
    margin-bottom: 10px;
    color: #808080;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
  }
  .container1 .quality_details_mune .box1 .quality_details_title ul::after {
    content: "";
    width: 195px;
  }
  .container1 .quality_details_mune .box1 .quality_details_title ul .current {
    color: #041e83;
    border-bottom: 2px solid #041e83;
  }
  .container1 .quality_details_mune .box1 .tab_con {
    width: 100%;
    height: 650px;
    margin: 0 auto;
    overflow: hidden;
  }
  .container1 .quality_details_mune .box1 .tab_con .quality_info {
    padding: 10px;
    width: 100%;
    height: 600px;
    margin: 0;
  }
  .container1 .quality_details_mune .box1 .tab_con .quality_info .pic {
    position: relative;
    width: 100%;
    height: 90%;
    margin: 0;
  }
  .container1 .quality_details_mune .box1 .tab_con .quality_info .pic .img {
    margin-top: 30px;
    width: 100%;
    height: 80%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
  .container1 .quality_details_mune .box1 .tab_con .quality_info .pic .img .left {
    display: none;
  }
  .container1 .quality_details_mune .box1 .tab_con .quality_info .pic .img .right {
    display: none;
  }
  .container1 .quality_details_mune .box1 .tab_con .quality_info .pic .small_img {
    height: 20%;
    position: relative;
  }
  .container1 .quality_details_mune .box1 .tab_con .quality_info .pic .small_img .left {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: inline-block;
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    cursor: pointer;
  }
  .container1 .quality_details_mune .box1 .tab_con .quality_info .pic .small_img .right {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: inline-block;
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    cursor: pointer;
  }
  .container1 .quality_details_mune .box1 .tab_con .quality_info .pic .small_img ul {
    display: flex;
    margin-top: 10px;
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .container1 .quality_details_mune .box1 .tab_con .quality_info .pic .small_img ul li {
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    width: 30%;
    height: 100%;
  }
  .container1 .quality_details_mune .box1 .tab_con .quality_info .pic .small_img ul li img {
    width: 100%;
    height: 100%;
  }
  .container1 .quality_details_mune .box1 .tab_con .quality_info .pic .small_img ul .current1 {
    border: 2px solid #ff0000;
  }
  .container1 .quality_details_mune .box1 .tab_con .quality_info .text {
    display: none;
  }
  .container1 .quality_details_mune .box1 .tab_con .quality_info .text .title {
    font-size: 36px;
    color: #333;
    margin-bottom: 8px;
  }
  .container1 .quality_details_mune .box1 .tab_con .quality_info .text .jsh {
    font-size: 15px;
    color: #666;
    line-height: 35px;
    margin-bottom: 27px;
  }
  .container1 .quality_details_mune .box1 .tab_con .quality_info .text .jsh ul {
    padding: 0;
  }
  .container1 .quality_details_mune .box1 .tab_con .quality_info .text .jsh ul li img {
    width: 7px;
    height: 7px;
  }
}
