@charset "utf-8";
* {margin: 0;padding: 0;border-radius: 0;}
body {font-size: 12px;font-family: "思源黑体";margin: 0px auto;background: #fff;}
ul,
li {list-style: none;margin: 0;padding: 0;}
a {text-decoration: none;}
img {border: none;vertical-align: middle;}
h1,
h2,
h3,
h4,
h5,
h6 {font-weight: lighter;color: #000;}
i {font-style: normal;}
/*设置宽度,轨道颜色*/
::-webkit-scrollbar {width: 5px;height: 5px;background: #ffffff;/*可以设置轨道颜色*/padding-right: 2px;}

/* 头部*/
.top_bg {position: fixed;top: 0;left: 0;right: 0;z-index: 999999999;height: 80px;background-color: #fff;border-bottom: 1px solid #eeeeee;box-sizing: border-box;}
.top {width: 88%;max-width: 1450px;margin: 0 auto;}
.top .top_logo {float: left;margin-top: 17px;}
.top .top_nav {float: left;width: 65%;margin-left: 10%;}
.top .top_nav ul {margin-top: 35px;}
.top .top_nav ul li {float: left;margin-right: 3.6%;position: relative;}
.top .top_nav ul li.active a {color: #0081cc;}
.top .top_nav ul li.active i {width: 100%;background-color: #0081cc;}
.top .top_nav ul li:hover .menus_bg {display: block;}
.top .top_nav ul li:hover > a {color: #0081cc;}
.top .top_nav ul li:hover i {width: 100%;background-color: #0081cc;}
.top .top_nav ul li > a {float: left;height: 45px;font-size: 18px;color: #595757;padding: 0 9px;display: block;position: relative;}
.top .top_nav ul li i {position: absolute;left: 50%;bottom: 0;width: 0%;height: 4px;background-color: #e2e2e2;display: block;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;-webkit-transform: translateX(-50%);-o-transform: translateX(-50%);-ms-transform: translateX(-50%);-moz-transform: translateX(-50%);transform: translateX(-50%);}
.top .nav_sj {display: none;}
.top .top_rr {display: none;}
.top .top_en {float: right;margin-top: 31px;}
.top .top_en a {font-size: 18px;color: #666;}
.top .top_en img {display: inline-block;width: 21px;height: 21px;margin-top: -3px;}

/* banner */
.slideBox {margin-top: 80px;width: 100%;height: auto;position: relative;overflow: hidden;}
.slideBox .hd {height: 15px;overflow: hidden;position: absolute;right: 50%;bottom: 4%;z-index: 1;transform: translateX(50%);}
.slideBox .hd ul {overflow: hidden;zoom: 1;float: left;}
.slideBox .hd ul li {float: left;margin-left: 4.5px;margin-right: 4.5px;width: 14px;height: 14px;border-radius: 8px;text-align: center;background: #ffffff;cursor: pointer;position: relative;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.slideBox .hd ul li.on {width: 56px;}
.slideBox .bd {position: relative;height: 100%;z-index: 0;}
.slideBox .banner_btn{width: auto; height: 42px;line-height: 40px;text-align: center; border: 1px solid #f7f7f7;border-radius: 5px;overflow: hidden; box-sizing: border-box; position: absolute;bottom: 13%;left: 50%;transform: translateX(-50%);}
.slideBox .banner_btn a{display: block;width: auto !important; padding: 0 10px; font-size: 18px;color: #fff;transition: all .4s;position: relative;overflow: hidden;}
.slideBox .banner_btn a::after{content: '';display: block;position: absolute;top: 0;left: -1px;width: 100%;height: 100%;background-color: #0081cc;z-index: -9;transform: translateX(-100%);transition: all .2s;}
.slideBox .banner_btn a:hover::after{transform: translateX(0%);}
.slideBox .banner_btn img{display: inline-block !important; width: 24px !important;height: auto !important;margin-top: -2px;}
.slideBox .bd img {width: 100%;height: calc(100vh - 80px);display: block;object-fit: cover;}
.slideBox .bd ul li{position: relative;}
.slideBox .bd ul li a {display: block;width: 100%;height: 100%;overflow: hidden;}
.slideBox .bd ul li.on img {-webkit-animation: mymove 5s infinite;
/* Chrome, Safari, Opera */animation: mymove 5s infinite;animation-iteration-count: 1;-webkit-animation-iteration-count: 1;
/* Safari Chrome */transform: scale(1.1);}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {from {transform: scale(1)}to {transform: scale(1.1)}}

/* Standard syntax */
@keyframes mymove {from {transform: scale(1)}to {transform: scale(1.1)}}
.pc_banner {position: relative;}
.pc_banner img {width: 100%;height: auto;}
.pc_banner .pc_banner_text {position: absolute;top: 0;left: 50%;width: 88%;max-width: 1450px;margin: 0 auto;height: 100%;-webkit-transform: translateX(-50%);-o-transform: translateX(-50%);-ms-transform: translateX(-50%);-moz-transform: translateX(-50%);transform: translateX(-50%);text-align: left;}
.pc_banner .pc_banner_text h1 {font-size: 28px;line-height: 46px;font-weight: 540;color: #fff;position: absolute;top: 50%;transform: translateY(-50%);}
.sj_banner {display: none;}
.box_swipe {display: none;}

/* banner视频 */
.video_bg{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: #101010;z-index: 9999999999999;}
.video_close img{position: absolute;right: 24px;top: 24px;width: 36px;height: auto;opacity: 0.5;cursor: pointer;}
.video{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 66vw;height: 77vh;}
.video iframe{width: 100%;height: 100%;}

/* 标题 */
.title {text-align: center;}
.title h1 {display: inline-block;font-size: 42px;color: #0081cc;font-weight: 550;position: relative;}
.title h1::after {position: absolute;top: calc(50% - 1.5px);left: -73px;content: '';display: block;width: 51px;height: 3px;background-color: #0081cc;}
.title h1::before {position: absolute;top: calc(50% - 1.5px);right: -73px;content: '';display: block;width: 51px;height: 3px;background-color: #0081cc;}

/* 旗下品牌 */
.iBrand_bg {padding-top: 73px;padding-bottom: 73px;overflow: hidden;}
.iBrand_bg .title {margin-bottom: 35px;}
.iBrand {}
.iBrand ul {overflow: hidden;position: relative;}
.iBrand ul li {float: left;width: 19.4%;height: 839px;margin-left: 0.6%;cursor: pointer;}
.iBrand ul li:nth-child(1) .iBrand_mask{background: transparent;}
.iBrand ul li:nth-child(2) .iBrand_img {left: 40%;}
.iBrand ul li:nth-child(3) .iBrand_img {left: 60%;}
.iBrand ul li:nth-child(4) .iBrand_img {left: 100%;}

.iBrand ul li:nth-child(1){background-position-x: 33% !important;}
.iBrand ul li:nth-child(2){background-position-x: 47% !important;}
.iBrand ul li:nth-child(3){background-position-x: 39% !important;}
.iBrand ul li:nth-child(4){background-position-x: 65% !important;}


.iBrand ul li:hover .iBrand_img {}
.iBrand ul li:hover .iBrand_img .iBrand_logo img{transform: translateX(-50%) translateY(0px);opacity: 1;transition: all 0.5s ease 0.7s;}
.iBrand ul li:hover .iBrand_img .iBrand_logo p{transform: translateX(-50%) translateY(0px); opacity: 1;transition: all 0.5s ease 1s;}
/* .iBrand ul li:hover .iBrand_img .iBrand_logo img{opacity: 1;transition: all 0.5s ease 0.5s;} */
.iBrand ul li:hover .iBrand_img .more{transform: translateX(-50%) translateY(0px);opacity: 1;transition: all 0.5s ease 1.5s;}
.iBrand .iBrand_img {position: absolute;left: 0;top: 0;right: 0;width: 0;height: 100%;opacity: 0;transition: all 1s;z-index: 9999;}
.iBrand .iBrand_img span.iBrand_close {display: none;}
.iBrand .iBrand_img .iBrand_close_pc{position: absolute;top: 50px;right: 100px; display: block;width: 50px;height: 50px;line-height:43px; text-align: center; border-radius: 5px;background-color: transparent;font-size: 55px;font-weight: lighter;color: #0081cc;border: 1px solid #0081cc;box-sizing: border-box;z-index: 99;}
.iBrand .iBrand_img .iBrand_close_pc:hover{background-color: #0081cc;color: #fff;}
.iBrand .iBrand_img .iBrand_logo {position: absolute;top: 50%;left: 50%;width: 100%;height: 100%;transform: translate(-50%,-50%); text-align: center;transition: all 0.4s;transition-delay: .6s;opacity: 1;}
.iBrand .iBrand_img .iBrand_logo img{position: absolute;bottom: 180px;left: 50%; height: 77px;opacity: 0;transform: translateX(-50%) translateY(300px);}
.iBrand .iBrand_img .iBrand_logo p{position: absolute;bottom: 130px;left: 50%;font-size: 20px;color: #fff; opacity: 0;transform: translateX(-50%) translateY(300px);}
.iBrand .more{position: absolute;bottom: 50px;left: 50%;background: #0081cc;margin-left: 0px;transform: translateX(-50%) translateY(300px);}
.iBrand .more::before{background: #fff;}
.iBrand .more::after{background: #fff;}
.iBrand .more a {color: #fff;}
.iBrand .more span {color: #fff;}
.iBrand .more:hover a,.iBrand .more:hover span {
  color: #333;
}

.more:hover a,.more:hover span {
  color: #fff;
}
.more:hover:before {
  opacity: 1;
  transform: translateX(0px);
}
.more:hover:after {
  opacity: 0;
  transform: translateX(0%);
}

.more {width: 130px;height: 44px;border-radius: 4px;background: #fff;margin-top: 3.6rem;position: absolute;bottom: -130px;left: 50%;margin-left: -65px;opacity: 0;
overflow: hidden;transition: all 0.7s;-webkit-transition: all 0.7s;-moz-transition: all 0.7s;-ms-transition: all 0.7s;}
.more::before {content: '';width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: url(../images/sign.jpg) no-repeat;background-size: cover;opacity: 0;
transform: translateX(-100%);transition: transform 0.5s ease-in-out 0s;z-index: 1;}
.more::after {content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: url(../images/sign.jpg) no-repeat;background-size: cover;opacity: 1;
transform: translateX(100%);transition: transform 0.5s ease-in-out 0s;z-index: 1;}
.more a {display: block;text-align: center;line-height: 44px;color: #333;font-size: 16px;position: relative;z-index: 2;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;}
.more span {display: block;text-align: center;line-height: 44px;color: #333;font-size: 16px;position: relative;z-index: 2;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;}
.iBrand .iBrand_text {width: 100%;position: relative;top: 50%;text-align: center;z-index: 999;-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);-moz-transform: translateY(-50%);transform: translateY(-50%);}
.iBrand .iBrand_text img{height: 66px;}
.iBrand .iBrand_mask {position: relative;top: 0;left: 0;margin-top: -66px;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);}

/* 我们的产品 */
.iProduct_bg {height: 1064px;padding-top: 71px;box-sizing: border-box;position: relative;overflow: hidden;}
.iProduct_bg video {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;background-color: rgba(0, 0, 0, 0.5);z-index: 9;}
.iProduct_bg .title {position: relative;z-index: 99;margin-bottom: 35px;}
.iProduct_bg .title h1 {color: #fff;}
.iProduct_bg .title h1::after {background-color: #fff;}
.iProduct_bg .title h1::before {background-color: #fff;}
.iProduct_bg2 {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);z-index: 99;}
.iProduct {width: 91%;max-width: 1500px;margin: 0 auto;position: relative;z-index: 999;}
.iProduct .mySwiper {height: 731px;overflow: initial;}
.iProduct .swiper-slide {height: 50%;text-align: center;padding-bottom: 40px;padding: 0 1.6%;box-sizing: border-box;}
.iProduct .swiper-horizontal > .swiper-pagination-progressbar,
.iProduct .swiper-pagination-progressbar.swiper-pagination-horizontal,
.iProduct .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.iProduct .swiper-scrollbar {width: 96%;max-width: 1500px;left: 50%; top: auto;bottom: -55px;height: 11px;border-radius: 5px;overflow: hidden;transform: translateX(-50%);}
.iProduct .swiper-scrollbar-drag {background: #0081cc;}
.iProduct a {display: block;height: 302px;overflow: hidden;background-color: #fff;border-radius: 20px;margin-bottom: 14.25%;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;position: relative;}
.iProduct a:hover {background-color: #0081cc;}
.iProduct a:hover h1 {color: #fff;}
.iProduct a:hover p {color: #fff;}

.iProduct a:hover .more{opacity: 1;bottom: 31px;}
.iProduct a img {position: absolute;left: 50%;bottom: -16%;width: 67.7%;height: auto;-webkit-transform: translateX(-50%);-o-transform: translateX(-50%);-ms-transform: translateX(-50%);-moz-transform: translateX(-50%);transform: translateX(-50%);z-index: 0;}
.iProduct a h1 {font-size: 24px;color: #666;line-height: 33px;font-weight: 400;margin-top: 28px;position: relative;z-index: 1;}
.iProduct a p {font-size: 16px;color: #999;margin-top: 6px;position: relative;z-index: 1;}
.iProduct a .more{bottom: 0;}

/* 关于yh533388银河 */
.iAboutus_bg {background-color: #fff;margin-bottom: 93.5px;padding-top: 71px;}
.iAboutus_bg .title {margin-bottom: 35px;}
.iAboutus {position: relative;}
.iAboutus img {width: 100%;height: auto;}
.iAboutus .iAboutus_text {position: absolute;top: 0;left: 50%;width: 88%;max-width: 1450px;padding-top: 43px;transform: translateX(-50%);}
.iAboutus .iAboutus_text h1 {font-size: 28px;color: #fff;font-weight: 550;margin-bottom: 15px;}
.iAboutus .iAboutus_text p {width: 60%; font-size: 16px;color: #fff;line-height: 28px;margin-bottom: 10px;}
.iAboutus .bd {position: relative;height: auto;z-index: 0px;width: 100%;}
.iAboutus .bd li {zoom: 1px;width: 100%; position: relative;}
.iAboutus .bd img.iabpc{display:block;}
.iAboutus .bd img.iabmobile{display:none;}
.iAboutus .bd img {width: 100%;height: auto;display: block;}
.iAboutus .hd {width: 88%;max-width: 1450px; height: 187px;text-align: center;margin: 0 auto; margin-top: -93.5px;z-index: 1;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);background-color: #fff;}
.iAboutus .hd ul::after{content: '';display: block;clear: both;}
.iAboutus .hd ul li {float: left;width: 20%;height: 187px;cursor: pointer;box-sizing: border-box;background-color: #fff;position: relative;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.iAboutus .hd ul li::after {content: '';display: block;height: 0px;width: 100%;position: absolute;bottom: 100%;left: 0;right: 0;background-color: #0081cc;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.iAboutus .hd ul li::before {content: '';display: block;height: 0px;width: 100%;position: absolute;top: 100%;left: 0;right: 0;background-color: #0081cc;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.iAboutus .hd ul li h1 {font-size: 46px;color: #0081cc;margin-top: 50px;font-weight: bold;}
.iAboutus .hd ul li h1 b {font-weight: 500;}
.iAboutus .hd ul li h1 span {font-size: 16px;font-weight: 500;}
.iAboutus .hd ul li p {font-size: 18px;color: #666;}
.iAboutus .hd ul li i {display: block;width: 1px;height: 99px;background-color: #ddd;position: absolute;right: 0;top: calc(50% - 49.5px);}
.iAboutus .hd ul li.on {background: #0081cc;border-color: transparent;}
.iAboutus .hd ul li.on::after {height: 15px;}
.iAboutus .hd ul li.on::before {height: 15px;}
.iAboutus .hd ul li.on h1 {color: #fff;}
.iAboutus .hd ul li.on p {color: #fff;}
.iAboutus .hd ul li.on i {background-color: transparent;}

/* 新闻资讯 */
.iNews_bg {background-color: #f6f6f6;padding-top: 71px;padding-bottom: 71px;overflow: hidden;}
.iNews_bg .title {margin-bottom: 35px;}
.iNews {width: 88%;max-width: 1450px;margin: 0 auto;overflow: hidden;}
.iNews1 {float: left;width: 45.5%;}
.iNews1:hover .iNews1_img img {transform: scale(1.1);}
.iNews1:hover .iNews1_text > h1 {color: #0081cc;}
.iNews1 .iNews1_text {padding: 0 21px;box-sizing: border-box;background-color: #fff;padding-bottom: 31px;}
.iNews1 .iNews1_text > h1 {font-size: 18px;color: #333;font-weight: 550;margin-top: 27px;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.iNews1 .iNews1_text > p {font-size: 16px;color: #999;line-height: 28px;margin-top: 20px;}
.iNews1 .iNews1_text span {display: block;width: 132px;height: 34px;line-height: 32px;text-align: center;border: 1px solid #dddddd;border-radius: 20px;font-size: 16px;margin-top: 5px;color: #999;margin-top: 32px;box-sizing: border-box;}
.iNews1 .iNews1_text span img {width: 17px;height: 17px;margin-top: -2px;margin-right: 8px;}
.iNews1 .iNews1_img {overflow: hidden;}
.iNews1 .iNews1_img img {width: 100%;height: auto;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.iNews1 .iNews_time {width: 94px;height: 94px;background-color: #0081cc;text-align: center;box-sizing: border-box;padding-top: 17px;margin-top: -47px;z-index: 99;position: relative;}
.iNews1 .iNews_time h1 {color: #fff;font-size: 38px;font-weight: 500;line-height: 40px;}
.iNews1 .iNews_time p {color: #fff;font-size: 16.6px;font-weight: 500;}
.iNews2 {float: right;width: 48.3%;overflow: hidden;}
.iNews2 ul {border-bottom: 1px solid #e3e3e3;}
.iNews2 ul li {border-top: 1px solid #e3e3e3;}
.iNews2 ul li:hover .iNews2_text h1 {color: #0081cc;}
.iNews2 ul li a {display: block;padding: 34px 0;overflow: hidden;}
.iNews2 .iNews2_text {float: left;width: 83%;}
.iNews2 .iNews2_text h1 {font-size: 18px;color: #333333;font-weight: 550;margin-top: 14px;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;padding-right: 30px;box-sizing: border-box;}
.iNews2 .iNews2_text p {font-size: 16px;color: #999;margin-top: 15px;padding-right: 30px;box-sizing: border-box;}
.iNews2 .iNews2_time {float: left;text-align: center;width: 17%;height: 84px;border-left: 1px solid #c5c5c5;box-sizing: border-box;}
.iNews2 .iNews2_time h1 {font-size: 38px;color: #8f8f8f;font-weight: 500;line-height: 43px;margin-top: 9px;}
.iNews2 .iNews2_time p {font-size: 16.6px;color: #999;}
.news_more {}
.news_more a {display: block;width: 80px;height: 34px;line-height: 32px;text-align: center;border: 1px solid #dddddd;border-radius: 20px;font-size: 16px;margin-top: 5px;color: #999;margin-top: 32px;box-sizing: border-box;}
.news_more a:hover{background-color: #0081cc;color: #fff;border-color: #0081cc;}
.news_more a i {font-family: '宋体';}

/* 资质荣誉 */
.iHonor_bg {overflow: hidden;position: relative;}
.iHonor_bg > img{width: 100%;height: 930px;object-fit: cover;}
.iHonor{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 9;}
.iHonor .title {margin-top: 71px; margin-bottom: 35px;}

.iHonor_main{width: 88%;max-width: 1450px;height: calc(100% - 161px); margin: 0 auto;position: relative;}
.iHonor_main .bd ul{overflow: hidden;}
.iHonor_main .bd ul li{overflow: hidden;}
.iHonor_main .bd ul li .iHonor_item:hover .iHonor_img img{transform: scale(1.1);}
.iHonor_main .bd ul li .iHonor_item{float: left;width: 17.4%;margin-right: 3.25%;margin-bottom: 3.25%;text-align: center;position: relative;overflow: hidden;}
/* .iHonor_main .bd ul li .iHonor_item:hover img{transform: scale(1.1);} */
.iHonor_main .bd ul li .iHonor_item > img{width: 100%;height: auto;transition: all .4s;}
.iHonor_main .hd {display: none;}
.iHonor_main .iHonor_img{position: absolute;top: 45%;left: 50%; transform: translate(-50% , -50%);}
.iHonor_main .iHonor_img img{width: 100%;height: auto;transition: all .4s;}
.iHonor_main .iHonor_text{font-size: 15px;color: #fefefe;margin-top: 15px;height: 20px;white-space: nowrap;overflow: hidden;}
.iHonor_main .prev{position: absolute;left: -86px;top: 40.5%; display: block;width: 62px;height: 62px;text-align: center;line-height: 62px;background: rgba(255,255,255,0.2);border-radius: 50%;color: #14233d;font-size: 40px;font-family: '宋体';font-weight: bold;transition: all .4s;}
.iHonor_main .prev:hover{color: #0081cc;background: #fff;}
.iHonor_main .next{position: absolute;right: -86px;top: 40.5%; display: block;width: 62px;height: 62px;text-align: center;line-height: 62px;background: rgba(255,255,255,0.2);border-radius: 50%;color: #14233d;font-size: 40px;font-family: '宋体';font-weight: bold;transition: all .4s;}
.iHonor_main .next:hover{color: #0081cc;background: #fff;}
.iHonor .honor_width1 {width: 75.2%;}
.iHonor .honor_width2 {width: 84%;}

/* 弹出层 */
.popup_bg{display: none;  position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.9);z-index: 999999999;}
.popup{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.popup_close{position: absolute;
    top: 10%;
    right: 10%;
    transition: all .4s linear;
    cursor: pointer;}
.popup_close:hover{transform: rotate(360deg);-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);-moz-transform: rotate(360deg);-o-transform: rotate(360deg);}


/* 底部 */
.bottom_bg {height: auto;background-color: #0081cc;box-sizing: border-box;}
.bottom {width: 88%;max-width: 1450px;margin: 0 auto;}
.bottom1 {background-color: #fff; overflow: hidden;padding-top: 64px; padding-bottom: 18px;border-bottom: 1px solid #3299d5;}
.bottom1 .bottom1_logo {float: left;margin-top: 17px;margin-right: 40px;}
.bottom1 .bottom1_right {float: left;height: 33px;padding-left: 40px;margin-top: 33px;border-left: 1px solid #ddd;}
.bottom1 .bottom1_right a{margin-right: 42px;}
.bottom1 .bottom1_right a img:hover{opacity: 0.8;}
.bottom2 {overflow: hidden;padding-bottom: 55px;}
.bottom2 .bottom2_left {float: left;width: 50%;}
.bottom2 .bottom2_left h1 {font-size: 20px;color: #fff;font-weight: 500;margin-top: 28px;margin-bottom: 5px;}
.bottom2 .bottom2_left p {font-size: 15px;color: #fff;line-height: 28px;}
.bottom2 .bottom2_right {float: right;text-align: right;}
.bottom2 .bottom2_icon {display: inline-block;margin-top: 30px;}
.bottom2 .bottom2_icon a {margin-left: 14px;}
.bottom2 .bottom2_icon .wx{position: relative;}
.bottom2 .bottom2_icon .wx span{display: none;position: absolute;top: 38px;left: 43%;transform: translateX(-50%); padding: 3px;background-color: #fff;box-shadow: 0 0 3px #eeeeee;}
.bottom2 .bottom2_icon .wx span::after{content: '';display: block;width: 0;height: 0;position: absolute; top: -5px;left: 50%;transform: translateX(-50%); width: 0;
    height: 0;
    border-bottom: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;}
.bottom2 .bottom2_icon .wx:hover span{display: block;}
.bottom2 .bottom2_icon .wx span img{width: 70px;}
.bottom2 .bottom2_icon a > img:hover{opacity: 0.8;}
.bottom2 .bottom2_text {font-size: 12px;color: rgba(255, 255, 255, 0.5);margin-top: 49px;}
.bottom2 .bottom2_text a {font-size: 12px;color: rgba(255, 255, 255, 0.5);margin-left: 19px;position: relative;}

/* 新闻资讯 */
.news {width: 88%;max-width: 1450px;margin: 0 auto;margin-top: 20px;margin-bottom: 80px;}
.news ul {}
.news ul li {overflow: hidden;position: relative;border-bottom: 1px solid #eeeeee;padding: 49px 0;}
.news ul li a {display: block;}
.news ul li a:hover .news_img img {transform: scale(1.1);}
.news ul li a:hover .news_time h1 {color: #067cc4;}
.news ul li a:hover .news_time i {color: #067cc4;}
.news ul li a:hover .news_time p {color: #067cc4;}
.news ul li a:hover .news_text h1 {color: #067cc4;}
.news ul li a:hover .news_text span {opacity: 1;}
.news .news_img {float: left;width: 31.9%;overflow: hidden;}
.news .news_img img {width: 100%;height: auto;min-height: 220px;object-fit: cover;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.news .news_time {float: left;width: 8.8%;margin-left: 3.4%;}
.news .news_time h1 {font-size: 20px;color: #999;font-weight: 550;margin-top: 37px;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.news .news_time i {font-size: 20px;color: #999;font-weight: 550;display: block;margin-top: 7px;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.news .news_time p {font-size: 36px;color: #999;font-weight: 550;margin-top: 7px;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.news .news_text {position: absolute;top: 49px;right: 0;width: 55.9%;height: calc(100% - 98px);}
.news .news_text h1 {font-size: 24px;color: #333;font-weight: 400;margin-top: 35px;margin-bottom: 34px;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.news .news_text p {font-size: 18px;color: #999;line-height: 32px;height: 128px;overflow: hidden;}
.news .news_text span {opacity: 0;position: absolute;left: 0;bottom: 0;display: block;width: 112px;height: 33px;line-height: 33px;border-radius: 20px;font-size: 15px;color: #fff;text-align: center;background-color: #067cc4;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.news .news_text i {font-family: swiper-icons;font-weight: bold;font-size: 12px;}

/* 分页 */
.fy {text-align: center;margin-bottom: 87px;}
.fy ul {display: inline-block;overflow: hidden;}
.fy ul li {float: left;width: 36px;height: 36px;box-sizing: border-box;text-align: center;margin: 0 8px;border-radius: 50%;overflow: hidden;}
.fy ul li.fy_prev a {font-weight: bold;font-size: 14px;font-family: swiper-icons;background-color: #dddddd;}
.fy ul li.fy_next a {font-weight: bold;font-size: 14px;font-family: swiper-icons;background-color: #dddddd;}
.fy ul li.fy_active a {background-color: #067cc4;border-color: #067cc4;color: #fff;}
.fy ul li:hover a {background-color: #067cc4;border-color: #067cc4;color: #fff;}
.fy ul li a {display: block;line-height: 36px;color: #666;font-size: 20px;font-weight: 500;}

/* 新闻内页 */
.news_de {width: 88%;max-width: 1450px;height: auto;margin: 0 auto;padding-top: 75px;}
.news_de .de_title {text-align: center;}
.news_de .de_title h1 {color: #333333;font-size: 32px;font-weight: 400;}
.news_de .fx {text-align: center;margin: 24px 0 59px 0;border-bottom: 1px solid #e5e5e5;padding-bottom: 33px;position: relative;}
.news_de .fx span {font-size: 18px;color: #333333;vertical-align: middle;}
.news_de .fx img {width: 28px;height: auto;margin: 0 10px;margin-top: -2px;}
.news_de .fx span.news_de_time {margin-right: 22px;font-size: 18px;color: #666;}
.news_de .item {margin-bottom: 44px;font-size: 18px;color: #666;line-height: 36px;}
.news_de .item p {font-size: 18px;color: #666;line-height: 36px;}
.news_de .item img {margin: 19px auto;max-width: 100%;height: auto;display: block;}

.video_btns {width: 100%;height: auto;position: relative;border-top: 1px solid #dddddd;padding-top: 43px;margin-bottom: 30px;margin-top: 67px;}
.video_btns a {display: inline-block;font-size: 18px;color: #666666;}
.video_btns a.prev,
.video_btns a.next {line-height: 53px;}
.video_btns a.prev:hover {color: #067cc4;}
.video_btns a.next:hover {color: #067cc4;}
.video_btns a.return {position: absolute;right: 0;top: 65%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);width: 141px;height: 42px;color: #fff;text-align: center;line-height: 40px;border: 1px solid #067cc4;border-radius: 40px;background-color: #067cc4;box-sizing: border-box;}
.video_btns a.return:hover {border-color: #067cc4;background-color: #fff;color: #067cc4;}

/* 隐私政策 */
.privacy {width: 88%;max-width: 1450px;height: auto;margin: 80px auto;margin-top: 120px; font-size: 18px;color: #666;line-height: 32px;}
.privacy h1 {color: #333;font-size: 42px;margin-bottom: 20px;font-weight: bold;}
.privacy h2 {color: #333;font-size: 28px; font-weight: normal;margin-bottom: 20px;}
.privacy p {font-size: 18px;color: #666;line-height: 32px;}

/* 1680 */
@media screen and (max-width:1680px){
/* 头部 */
.top_bg{height: 74px;}
.top .top_logo{margin-top: 14px;}
.top .top_logo img{height: 48px;}
.top .top_nav ul{margin-top: 33px;}
.top .top_nav ul li{margin-right: 3.6%;}
.top .top_nav ul li > a{font-size: 16px;height: 41px;}
.top .top_en a{font-size: 16px;}
.top .top_en img{width: 19px;height: 19px;}

/* banner */
.slideBox{margin-top: 74px;}
.slideBox .hd ul li{width: 12px; height: 12px;margin-right: 3.5px;margin-left: 3.5px;}
.slideBox .hd ul li.on{width: 48px;}
.slideBox .bd img{height: calc(100vh - 74px);}
.slideBox .banner_btn{width: 185px;height: 35px;line-height: 33px;}
.slideBox .banner_btn a{font-size: 16px;}
.slideBox .banner_btn img{width: 16px;}

/* 标题 */
.title h1{font-size: 38px;}
.title h1::before{width: 45px;right: -62px;}
.title h1::after{width: 45px;left: -62px;}

/* 旗下品牌 */
.iBrand ul li{height: 760px;}
/* .iBrand .iBrand_text{top: 81%;} */
.iBrand .iBrand_text img{height: 58px;}
/* .iBrand .iBrand_mask{margin-top: -58px;} */
.iBrand .iBrand_img .iBrand_logo p{font-size: 18px;}

/* 我们的产品 */
.iProduct a h1{font-size: 22px;}
.iProduct a p{font-size: 15px;}
.iProduct a img{width: 63.7%;}
.iProduct .mySwiper{height: 695px;}
.iProduct a{height: 286px;}

/* 关于我们 */
.iAboutus .iAboutus_text p{font-size: 15px;line-height: 26px;}
.iAboutus .hd ul li h1{font-size: 40px;}
.iAboutus .hd ul li p{font-size: 16px;}

/* 新闻 */
.iNews2 .iNews2_text p{font-size: 15px;}
.iNews1 .iNews1_text > p{font-size: 15px;}
.iNews1 .iNews1_text span{font-size: 15px;}

/* 新闻列表 */
.news {
  margin-bottom: 75px;
}

.news .news_time h1 {
  font-size: 18px;
}

.news .news_time i {
  font-size: 18px;
}

.news .news_time p {
  font-size: 28px;
}

.news .news_text h1 {
  font-size: 21px;
  margin-bottom: 29px;
  margin-top: 27px;
}

.news .news_text p {
  font-size: 15.75px;
  line-height: 28px;
  height: 112px;
}

.news .news_text span {
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

/* 分页 */
.fy {
  margin-bottom: 67px;
}

.fy ul li {
  width: 32px;
  height: 32px;
  margin: 0 8px;
}

.fy ul li a {
  line-height: 32px;
  font-size: 17.75px;
}

/* 荣誉 */
/* .iHonor_bg > img{height: 880px;}
.iHonor .honor_width1{width: 11.5%;}
.iHonor .honor_width2{width: 14.3%;}
.iHonor_main ul li p{font-size: 14px;}
.iHonor_main ul li.iHonor_item1{top: 40%;left: -0.5%;}
.iHonor_main ul li.iHonor_item2{top: 40%;left: 15.5%;}
.iHonor_main ul li.iHonor_item3{top: 11.7%;left: 40.5%;}
.iHonor_main ul li.iHonor_item4{top: 11.7%;left: 56.6%;}
.iHonor_main ul li.iHonor_item5{top: 11.7%;left: 72.7%;}
.iHonor_main ul li.iHonor_item6{top: 49.8%;left: 34%;}
.iHonor_main ul li.iHonor_item7{top: 49.8%;}
.iHonor_main ul li.iHonor_item8{top: 49.8%;left: 60.5%;}
.iHonor_main ul li.iHonor_item9{top: 49.8%;left: 73.8%;}
.iHonor_main ul li.iHonor_item10{top: 49.8%;left: 87.2%;} */
.iHonor_main .iHonor_text{font-size: 14px;}

/* 底部 */
.bottom1 {padding-top: 50px;}
.bottom1 .bottom1_logo img{height: 48px;}
.bottom1 .bottom1_right{height: auto;}
.bottom1 .bottom1_right img{height: 24px;}
.bottom1 .bottom1_right a{margin-right: 31px;}
.bottom2 .bottom2_left h1{font-size: 18px;}
.bottom2 .bottom2_left p{font-size: 14px;}

.video_btns {
padding-top: 37px;
margin-top: 59px;
}
.video_btns a {
font-size: 15.75px;
}
.video_btns a.prev,
.video_btns a.next {
line-height: 45px;
}
.video_btns a.return {
width: 120px;
height: 37px;
line-height: 34px;
}
/* 新闻内页 */
.news_de .de_title h1 {
font-size: 28px;
}
.news_de .fx {
margin: 24px 0 40px 0;
}
.news_de .item img {
margin: 17px auto;
}
.news_de .item,
.news_de .item p,
.news_de .fx span.news_de_time,
.news_de .fx span {
font-size: 15.75px;
line-height: 32px;
}
.privacy h2{font-size: 24px;}
.privacy,.privacy p {
  font-size: 15.75px;
  line-height: 32px;
}
}

/* 1585 */
@media screen and (max-width:1585px) {
/* 荣誉 */
/* .iHonor_main ul li p{margin-top: 20px;}
.iHonor_main ul li.iHonor_item1{top: 41%;left: -1.5%;}
.iHonor_main ul li.iHonor_item2{top: 41%;left: 15%;}
.iHonor_main ul li.iHonor_item3{top: 12.7%;}
.iHonor_main ul li.iHonor_item4{top: 12.7%;}
.iHonor_main ul li.iHonor_item5{top: 12.7%;}
.iHonor_main ul li.iHonor_item6{top: 51.3%;}
.iHonor_main ul li.iHonor_item7{top: 51.3%;}
.iHonor_main ul li.iHonor_item8{top: 51.3%;}
.iHonor_main ul li.iHonor_item9{top: 51.3%;}
.iHonor_main ul li.iHonor_item10{top: 51.3%;} */
}

/* 1540 */
@media screen and (max-width:1540px) {
/* 荣誉 */
/* .iHonor_main ul li.iHonor_item1{top: 41.5%;left: -2.5%;}
.iHonor_main ul li.iHonor_item2{top: 41.5%;left: 14%;}
.iHonor_main ul li.iHonor_item3{top: 13.2%;}
.iHonor_main ul li.iHonor_item4{top: 13.2%;}
.iHonor_main ul li.iHonor_item5{top: 13.2%;}
.iHonor_main ul li.iHonor_item6{top: 52%;}
.iHonor_main ul li.iHonor_item7{top: 52%;}
.iHonor_main ul li.iHonor_item8{top: 52%;}
.iHonor_main ul li.iHonor_item9{top: 52%;}
.iHonor_main ul li.iHonor_item10{top: 52%;} */
}

/* 1490 */
@media screen and (max-width:1490px) {
/* 荣誉 */
/* .iHonor_main ul li.iHonor_item1{top: 42.5%;left: -4.5%;}
.iHonor_main ul li.iHonor_item2{top: 42.5%;left: 12%;}
.iHonor_main ul li.iHonor_item3{top: 14.3%;}
.iHonor_main ul li.iHonor_item4{top: 14.3%;}
.iHonor_main ul li.iHonor_item5{top: 14.3%;}
.iHonor_main ul li.iHonor_item6{top: 53.5%;}
.iHonor_main ul li.iHonor_item7{top: 53.5%;}
.iHonor_main ul li.iHonor_item8{top: 53.5%;}
.iHonor_main ul li.iHonor_item9{top: 53.5%;}
.iHonor_main ul li.iHonor_item10{top: 53.5%;} */
}

/* 1450 */
@media screen and (max-width:1450px) {
/* 荣誉 */
.iHonor_bg > img{height: 845px;}
.iHonor_main .next{width: 52px;height: 52px;line-height: 52px;font-size: 30px;right: -65px;}
.iHonor_main .prev{width: 52px;height: 52px;line-height: 52px;font-size: 30px;left: -65px;}
/* .iHonor_main ul li.iHonor_item1{top: 42.5%;left: -5.5%;}
.iHonor_main ul li.iHonor_item2{top: 42.5%;left: 11.5%;}
.iHonor_main ul li.iHonor_item3{top: 14.5%;}
.iHonor_main ul li.iHonor_item4{top: 14.5%;}
.iHonor_main ul li.iHonor_item5{top: 14.5%;}
.iHonor_main ul li.iHonor_item6{top: 51.5%;}
.iHonor_main ul li.iHonor_item7{top: 51.5%;}
.iHonor_main ul li.iHonor_item8{top: 51.5%;}
.iHonor_main ul li.iHonor_item9{top: 51.5%;}
.iHonor_main ul li.iHonor_item10{top: 51.5%;} */
}

/* 1420 */
@media screen and (max-width: 1420px) {
/* 头部 */
.top_bg {
height: 59px;
}
.top .top_logo {
margin-top: 12px;
}
.top .top_logo img {
height: 40px;
}
.top .top_nav ul {
margin-top: 27px;
}
.top .top_nav ul li {
margin-right: 4%;
}
.top .top_nav ul li > a {
font-size: 14px;
height: 32px;
padding: 0 6px;
}
.top .top_nav ul li i {
height: 3px;
}
.top .top_en {
margin-top: 27px;
}
.top .top_en a {
font-size: 14px;
}
.top .top_en img {
width: 16px;
height: 16px;
}
/* banner */
.slideBox {
margin-top: 59px;
}
.slideBox .hd ul li {
width: 11px;
height: 11px;
margin-left: 3.5px;
margin-right: 3.5px;
}
.slideBox .hd ul li.on {
width: 41px;
}
.slideBox .bd img{height: calc(100vh - 59px);}
.slideBox .banner_btn{width: 160px;height: 32px;line-height: 30px;}
.slideBox .banner_btn a{font-size: 14px;}
.slideBox .banner_btn img{width: 10px;}


/* 标题 */
.title h1 {
font-size: 31px;
}
.title h1::before {
width: 38px;
right: -55px;
}
.title h1::after {
width: 38px;
left: -55px;
}
/* 旗下品牌 */
.iBrand_bg {
padding-top: 55px;
padding-bottom: 55px;
}
.iBrand_bg .title {
margin-bottom: 26px;
}
.iBrand ul li {
height: 600px;
}
.iBrand .iBrand_img .iBrand_logo img{height: 66px;}
.iBrand .iBrand_mask {
margin-top: -50px;
}
.iBrand .iBrand_text img {
height: 50px;
}
/* 我们的产品 */
.iProduct_bg {
height: 875px;
padding-top: 55px;
}
.iProduct_bg .title {
margin-bottom: 36px;
}
.iProduct .mySwiper {
height: 615px;
}
.iProduct a {
height: 260px;
}
.iProduct a h1 {
font-size: 18px;
}
.iProduct a p {
font-size: 13px;
margin-top: 0;
}
.iProduct a img {
width: 61.5%;
}
.iProduct .swiper-slide {
padding: 0 1.3%;
}
.iProduct .swiper-horizontal > .swiper-pagination-progressbar, .iProduct .swiper-pagination-progressbar.swiper-pagination-horizontal, .iProduct .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .iProduct .swiper-scrollbar{
height: 8px;
bottom: -40px;
}
/* 关于yh533388银河 */
.iAboutus_bg {
padding-top: 55px;
padding-bottom: 35px;
}
.iAboutus_bg .title {
margin-bottom: 26px;
}
.iAboutus .iAboutus_text h1 {
font-size: 21px;
}
.iAboutus .iAboutus_text p {
font-size: 13px;
line-height: 23px;
}
.iAboutus .hd {
height: 140px;
bottom: -70px;
}
.iAboutus .hd ul li {
height: 140px;
}
.iAboutus .hd ul li.on::after {
height: 10px;
}
.iAboutus .hd ul li.on::before {
height: 10px;
}
.iAboutus .hd ul li i {
height: 73px;
top: calc(50% - 36.5px);
}
.iAboutus .hd ul li h1 {
font-size: 35px;
margin-top: 32px;
}
.iAboutus .hd ul li h1 span {
font-size: 13px;
}
.iAboutus .hd ul li p {
font-size: 14px;
}
/* 新闻资讯 */
.iNews_bg {
padding-top: 55px;
padding-bottom: 55px;
}
.iNews_bg .title {
margin-bottom: 26px;
}
.iNews2 ul li a {
padding: 32px 0;
}
.iNews1 .iNews_time {
width: 70px;
height: 70px;
padding-top: 13px;
margin-top: -35px;
}
.iNews1 .iNews_time h1 {
font-size: 26px;
line-height: 28px;
}
.iNews1 .iNews_time p {
font-size: 13px;
}
.iNews1 .iNews1_text {
padding-bottom: 22px;
}
.iNews1 .iNews1_text > h1 {
font-size: 14px;
margin-top: 18px;
}
.iNews1 .iNews1_text > p {
font-size: 13px;
line-height: 23px;
margin-top: 12px;
}
.iNews1 .iNews1_text span img {
width: 13px;
height: 13px;
margin-right: 4px;
}
.iNews1 .iNews1_text span {
width: 99px;
height: 25px;
line-height: 23px;
font-size: 13px;
margin-top: 22px;
}
.iNews2 .iNews2_text h1 {
font-size: 14px;
}
.iNews2 .iNews2_text p {
font-size: 13px;
margin-top: 10px;
}
.iNews2 .iNews2_time {
height: 63px;
}
.iNews2 .iNews2_time h1 {
font-size: 28px;
line-height: 28px;
}
.iNews2 .iNews2_time p {
font-size: 13px;
}
/* 荣誉资质 */
.iHonor_main .iHonor_text{font-size: 13px;}
/* .iHonor_bg > img{height: 850px;} */
.iHonor_bg {
/* padding-top: 55px; */
}
.iHonor_bg .title {
margin-top: 55px;
margin-bottom: 26px;
}
.iHonor .iHonor_text {
font-size: 13px;
}
.iHonor ul {
padding-bottom: 80px;
}
/* .iHonor_bg > img{height: 825px;} */
.iHonor_main ul li p{font-size: 12px;margin-top: 15px;}
.iHonor_main ul li.iHonor_item1{top: 41.5%;left: -4.5%;}
.iHonor_main ul li.iHonor_item2{top: 41.5%;left: 12.5%;}
.iHonor_main ul li.iHonor_item3{top: 15.9%;left: 42.5%;}
.iHonor_main ul li.iHonor_item4{top: 15.9%;left: 59.4%;}
.iHonor_main ul li.iHonor_item5{top: 15.9%;left: 76.1%;}
.iHonor_main ul li.iHonor_item6{top: 51.3%;left: 32.5%;}
.iHonor_main ul li.iHonor_item7{top: 51.3%;left: 46.6%;}
.iHonor_main ul li.iHonor_item8{top: 51.3%;left: 60.7%;}
.iHonor_main ul li.iHonor_item9{top: 51.3%;left: 74.8%;}
.iHonor_main ul li.iHonor_item10{top: 51.3%;left: 89%;}

/* 底部 */
.bottom_bg {
height: auto;
/* padding-bottom: 25px; */
}
.bottom1 {
padding-top: 25px;
padding-bottom: 15px;
}
.bottom1 .bottom1_logo {
margin-top: 13px;
margin-right: 30px;
}
.bottom1 .bottom1_logo img {
height: 40px;
}
.bottom1 .bottom1_right {
height: 25px;
margin-top: 24px;
padding-left: 30px;
}
.bottom1 .bottom1_right a{
  margin-right: 25px;
}
.bottom1 .bottom1_right img {
height: 21px;
}
.bottom2 .bottom2_left h1 {
font-size: 15px;
}
.bottom2 .bottom2_left p {
font-size: 12px;
line-height: 23px;
}
.bottom2 .bottom2_icon {
margin-top: 22px;
}
.bottom2 .bottom2_icon .wx span img{top: 33px; width: 60px;}
.bottom2 .bottom2_icon a > img {
width: 30px;
height: 30px;
}
.bottom2 .bottom2_icon a {
margin-left: 10px;
}
.bottom2 .bottom2_text {
margin-top: 34px;
}
.bottom2 .bottom2_text a {
margin-left: 10px;
}

.iBrand .iBrand_img .iBrand_logo p{font-size: 14px;}
.iBrand ul li:hover .iBrand_img .more{opacity: 1;bottom: -60px;}
.more{height: 36px;width: 110px;margin-left: -55px;}
.more a{line-height: 36px;font-size: 14px;}
.more span{line-height: 36px;font-size: 14px;}
}

@media screen and (max-width:1345px) {
  .iHonor .iHonor_text{font-size: 12px;margin-top: 10px;}
  .iHonor_bg > img{height: 783px;}
.iHonor ul{padding-bottom: 78px;}
.iHonor_main ul li.iHonor_item1{top: 42%;}
.iHonor_main ul li.iHonor_item2{top: 42%;}
.iHonor_main ul li.iHonor_item3{top: 16.4%;}
.iHonor_main ul li.iHonor_item4{top: 16.4%;}
.iHonor_main ul li.iHonor_item5{top: 16.4%;}
.iHonor_main ul li.iHonor_item6{top: 52.2%;}
.iHonor_main ul li.iHonor_item7{top: 52.2%;}
.iHonor_main ul li.iHonor_item8{top: 52.2%;}
.iHonor_main ul li.iHonor_item9{top: 52.2%;}
.iHonor_main ul li.iHonor_item10{top: 52.2%;}

}
@media screen and (max-width:1310px) {
  .iHonor ul{padding-bottom: 76px;}
  .iHonor_bg > img{height: 765px;}
}
@media screen and (max-width:1280px) {
.top .top_nav {width: 68%;margin-left: 5%;}
.top .top_nav ul li {margin-right: 3%;}
.iHonor ul{padding-bottom: 73px;}
.iHonor_main ul li.iHonor_item1{top: 43.5%;}
.iHonor_main ul li.iHonor_item2{top: 43.5%;}
.iHonor_main ul li.iHonor_item3{top: 17.4%;}
.iHonor_main ul li.iHonor_item4{top: 17.4%;}
.iHonor_main ul li.iHonor_item5{top: 17.4%;}
.iHonor_main ul li.iHonor_item6{top: 54%;}
.iHonor_main ul li.iHonor_item7{top: 54%;}
.iHonor_main ul li.iHonor_item8{top: 54%;}
.iHonor_main ul li.iHonor_item9{top: 54%;}
.iHonor_main ul li.iHonor_item10{top: 54%;}
.iBrand .iBrand_text img{height: 47px;}

}
@media screen and (max-width:1235px) {
  .iHonor_bg > img{height: 715px;}
  .iHonor ul{padding-bottom: 70px;}
}
@media screen and (max-width:1195px) {
  .iHonor ul{padding-bottom: 68px;}
}
@media screen and (max-width:1155px) {
  .iHonor ul{padding-bottom: 66px;}
}
@media screen and (max-width:1115px) {
  .iHonor ul{padding-bottom: 64px;}
}
@media screen and (max-width:1075px) {
  .iHonor ul{padding-bottom: 62px;}
}
@media screen and (max-width:1035px) {
  .iHonor ul{padding-bottom: 60px;}
}
