@charset "utf-8";
* {margin: 0;padding: 0;border-radius: 0;}
body {font-size: 13px;font-family: "思源黑体";margin: 0px auto;background: #fff;max-width: 640px;height: auto;padding-top: 68px;}
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;}

/* 头部*/
.top_bg {position: fixed;top: 0;left: 0;right: 0;height: 68px;background-color: #fff;border-bottom: 1px solid #eeeeee;box-sizing: border-box;z-index: 9999999;}
.top {width: 94%;margin: 0 auto;}
.top .top_logo {float: left;margin-top: 15px;}
.top .top_logo img {height: 39px;}
.top .top_nav {display: none;position: absolute;width: 50%;height: auto;top: 68px;right: 0;text-align: left;background: rgba(2, 123, 204, 0.9);z-index: 99;}
.top .top_nav a {display: block;font-size: 15px;color: #fff;line-height: 45px;padding-left: 20px; border-bottom: 1px solid #ddd;}
.top .top_en {float: right;margin-top: 28px;}
.top .top_en img {height: 20px;}
.top .top_en a {font-size: 13px;color: #666;}
.top_rr {display: block;float: right;padding-top: 20px;width: 35px;height: 60px;box-sizing: border-box;}
.top_rr .menu {float: right;width: 20px;overflow: hidden;display: inline;position: relative;height: 40px;margin-top: 5px;cursor: pointer;}
.top_rr .menu span {width: 100%;overflow: hidden;position: absolute;left: 0px;top: 5px;z-index: 12;height: 2px;border-radius: 1px;background: #333;transition: all 0.4s ease;}
.top_rr .menu span:nth-child(2) {top: 12px;transition: all 0.4s ease;}
.top_rr .menu span:nth-child(3) {top: 19px;transition: all 0.4s ease;}
.top_rr .menu-show {top: 4px;}
.top_rr .menu-show span {transform: rotate(45deg);top: 8px;}
.top_rr .menu-show span:nth-child(2) {transform: rotate(-45deg);top: 8px;}
.top_rr .menu-show span:nth-child(3) {display: none;}

/* banner */
.box_swipe {margin: 0px auto;display: block;width: 100%;overflow: hidden;position: relative;}
.box_swipe ul li {width: 100%;height: auto;position: relative;}
.box_swipe ul li img {width: 100%;height: auto;vertical-align: middle;}
.box_swipe > ol {width: 100%;height: auto;position: absolute;text-align: center;bottom: 10px;z-index: 1;}
.box_swipe > ol > li {width: 20px;height: 5px;margin-left: 4px;margin-right: 4px;border-radius: 20px;cursor: pointer;background: #fff;display: inline-block;text-align: center;position: relative;}
.box_swipe > ol > li.on {background: #0081cc;}
.sj_banner {position: relative;}
.sj_banner img {width: 100%;height: auto;}
.sj_banner .sj_banner_text {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 100%;}
.sj_banner .sj_banner_text h1 {font-size: 20px;color: #fff;text-align: center;line-height: 36px;font-weight: 500;}
.slideBox {display: none;}
.pc_banner {display: none;}

.banner_btn{width: 140px;height: 30px;line-height: 28px;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%);}
.banner_btn a{display: block; font-size: 13px;color: #fff;transition: all .4s;position: relative;overflow: hidden;}
.banner_btn a::after{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #0081cc;z-index: -9;transform: translateX(-100%);transition: all .2s;}
.banner_btn a:hover::after{transform: translateX(0%);}
.banner_btn img{display: inline-block !important; width: 15px !important;height: auto !important;margin-top: -2px;}

/* 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: 28px;height: auto;opacity: 0.5;cursor: pointer;}
.video{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 96%;height: 40vh;}
.video iframe{width: 100%;height: 100%;object-fit: cover;}


/* 标题 */
.title {text-align: center;}
.title h1 {display: inline-block;font-size: 21px;color: #0081cc;font-weight: 400;position: relative;}
.title h1::after {position: absolute;top: calc(50% - 1px);left: -31px;content: '';display: block;width: 25px;height: 2px;background-color: #0081cc;}
.title h1::before {position: absolute;top: calc(50% - 1px);right: -31px;content: '';display: block;width: 25px;height: 2px;background-color: #0081cc;}

/* 旗下品牌 */
/* .iBrand_bg {padding-top: 30px;padding-bottom: 30px;}
.iBrand_bg .title {margin-bottom: 22px;}
.iBrand {width: 94%;margin: 0 auto;}
.iBrand ul {overflow: hidden;position: relative;}
.iBrand ul li {float: left;width: 19.4%;height: 340px;margin-left: 0.6%;cursor: pointer;}
.iBrand ul li:nth-child(2) .iBrand_text img {width: 100%;}
.iBrand ul li:nth-child(3) .iBrand_text img {width: 100%;}
.iBrand ul li:nth-child(4) .iBrand_text img {width: 100%;}
.iBrand ul li:hover .iBrand_img {width: 100%;opacity: 1;left: 0;z-index: 999999;}
.iBrand ul li:hover .iBrand_img div {bottom: 10%;}
.iBrand ul .iBrand_img span {position: absolute;top: 1%;right: 2%;color: #fff;font-size: 27px;}
.iBrand ul .iBrand_img div {position: absolute;left: 50%;bottom: -20%;transition-delay: 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%);}
.iBrand ul .iBrand_img img {height: 35px;}
.iBrand ul .iBrand_img {position: absolute;left: 0;top: 0;right: 0;width: 0;height: 100%;opacity: 0;transition: all 1s;z-index: 9999;}
.iBrand ul .iBrand_text {width: 100%;position: relative;top: 88%;text-align: center;z-index: 999;}
.iBrand ul .iBrand_text img {height: 22px;}
.iBrand ul .iBrand_mask {position: relative;top: 0;left: 0;margin-top: -22px;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.6);} */

/* 旗下品牌 */
.iBrand_bg {padding-top: 22px;padding-bottom: 22px;}
.iBrand_bg .title {margin-bottom: 22px;}
.iBrand {width: 100%;margin: 0 auto;}
.iBrand ul {overflow: hidden;position: relative;}
.iBrand ul li {float: left;width: 19.4%;height: 345px;margin-left: 0.6%;cursor: pointer;}
.iBrand ul li:nth-child(2) .iBrand_text img {height: 24px;}
.iBrand ul li:nth-child(3) .iBrand_text img {height: 24px;}
.iBrand ul li:nth-child(4) .iBrand_text img {height: 24px;}
.iBrand ul li .addhover {width: 0% !important; opacity: 0 !important;}
.iBrand ul li .addhover2{width: 100% !important;opacity: 1 !important;}
.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) .iBrand_mask {background: transparent;}
/* .iBrand ul li:hover .iBrand_img {width: 100%;opacity: 1;left: 0;z-index: 99999;transition: all 1s;} */
/* .iBrand ul li:hover .iBrand_img .iBrand_logo p{margin-top: 0; opacity: 1;transition: all 0.5s ease 1s;} */
/* .iBrand ul li:hover .iBrand_img .iBrand_logo img{margin-top: 0;opacity: 1;transition: all 0.5s ease 0.5s;} */
/* .iBrand ul li:hover .iBrand_img .more{opacity: 1;bottom: -45px;transition: all 0.5s ease 1.5s;} */
.iBrand .iBrand_img {position: absolute;left: 0;top: 0;right: 0;width: 0;height: 100%;opacity: 0;z-index: 9999;}
.iBrand ul .iBrand_img .iBrand_close {position: absolute;top: 4%;right: 4%;width: 30px;height: 30px;line-height: 30px; text-align: center; color: #fff;font-size: 30px;border-radius: 3px; background-color: #0081cc;}
.iBrand_close_pc{display: none;}
.iBrand .iBrand_img .iBrand_logo {position: absolute;bottom: 18%;left: 50%;width: 100%;height: 100px; text-align: center;-webkit-transform: translateX(-50%);-o-transform: translateX(-50%);-ms-transform: translateX(-50%);-moz-transform: translateX(-50%);transform: translateX(-50%);transition: all 0.4s;opacity: 1;}
.iBrand .iBrand_img .iBrand_logo img{height: 44px; margin-top: 100px; opacity: 0;transition: all 0.5s ease 0.5s;}
.iBrand .iBrand_img .iBrand_logo p{font-size: 14px;color: #fff;margin-top: 40px; opacity: 0;transition: all 0.5s ease 1s;}
.iBrand .more{background: #0081cc;}
.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: 100px;height: 36px;border-radius: 4px;background: #fff;margin-top: 3.6rem;position: absolute;bottom: -130px;left: 50%;margin-left: -50px;opacity: 0;
overflow: hidden;}
.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: 36px;color: #333;font-size: 13px;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: 36px;color: #333;font-size: 13px;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: calc(50% - 12px);text-align: center;z-index: 999;overflow: hidden;}
.iBrand .iBrand_text img{height: 24px;}
.iBrand .iBrand_mask {position: relative;top: 0;left: 0;margin-top: -24px;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.3);}


/* 我们的产品 */
.iProduct_bg {height: auto;padding-top: 22px;padding-bottom: 15px;box-sizing: border-box;position: relative;}
.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: 22px;}
.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: 94%;margin: 0 auto;position: relative;z-index: 999;}
.iProduct .mySwiper {height: 245px;}
.iProduct .swiper-slide {height: 50%;text-align: center;padding-bottom: 40px;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 {top: auto;bottom: 15px;height: 6px;border-radius: 5px;overflow: hidden;}
.iProduct .swiper-scrollbar-drag {background: #0081cc;}
.iProduct a {display: block;height: 200px;overflow: hidden;background-color: #fff;border-radius: 12px;-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{bottom: 15px;opacity: 1;}
.iProduct a img {position: absolute;left: 50%;bottom: -20%;width: 50%;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: 18px;color: #666;line-height: 28px;font-weight: 400;margin-top: 17px;position: relative;z-index: 1;}
.iProduct a p {font-size: 14px;color: #999;margin-top: 4px;position: relative;z-index: 1;}

/* 关于yh533388银河 */
.iAboutus_bg {background-color: #fff;padding-top: 22px;padding-bottom: 2px;margin-bottom: 50px;}
.iAboutus_bg .title {margin-bottom: 22px;}
.iAboutus {width: 100%;margin: 0 auto;position: relative;}
.iAboutus img {width: 100%;height: auto;}
.iAboutus .iAboutus_text {z-index: 9;position: absolute;top: 0;left: 0%;height:auto;/*background-color: rgba(0,0,0,0.2);*/}
/*.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: 16px;color: #fff;font-weight: 500;margin-bottom: 10px;padding-top: 20px;padding-left: 20px; }
.iAboutus .iAboutus_text p {font-size: 12px;color: #fff;line-height: 21px;margin-bottom: 6px;padding-left: 20px;padding-top: 10px; }
.iAboutus .bd {position: relative;height: auto;z-index: 0px;width: 100%;}
.iAboutus .bd li {zoom: 1px;width: 100%;height: 345px; position: relative;}
.iAboutus .bd img.iabpc{display:none;}
.iAboutus .bd img.iabmobile{display:block;}
.iAboutus .bd img {width: 100%;height: auto;display: block;}
.iAboutus .hd {width: 100%;height: 90px;position: absolute;text-align: center;left: 0%;bottom: -20px;z-index: 1;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);background-color: #fff;}
.iAboutus .hd ul li {float: left;width: 20%;height: 90px;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: 16px;color: #0081cc;margin-top: 25px;}
.iAboutus .hd ul li h1 b {font-weight: 500;}
.iAboutus .hd ul li h1 span {font-size: 12px;font-weight: 500;}
.iAboutus .hd ul li p {font-size: 12px;color: #666;}
.iAboutus .hd ul li i {display: block;width: 1px;height: 60px;background-color: #ddd;position: absolute;right: 0;top: calc(50% - 28.5px);}
.iAboutus .hd ul li.on {background: #0081cc;border-color: transparent;}
.iAboutus .hd ul li.on::after {height: 6px;}
.iAboutus .hd ul li.on::before {height: 6px;}
.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: 22px;padding-bottom: 22px;}
.iNews_bg .title {margin-bottom: 22px;}
.iNews {width: 94%;margin: 0 auto;overflow: hidden;}
.iNews1 {width: 100%;}
.iNews1:hover .iNews1_img img {transform: scale(1.1);}
.iNews1:hover .iNews1_text > h1 {color: #0081cc;}
.iNews1 .iNews1_text {padding: 0 2%;box-sizing: border-box;background-color: #fff;padding-bottom: 11px;}
.iNews1 .iNews1_text > h1 {font-size: 15px;color: #333;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;}
.iNews1 .iNews1_text > p {font-size: 12px;color: #999;line-height: 22px;margin-top: 5px;}
.iNews1 .iNews1_text span {display: block;width: 90px;height: 28px;line-height: 26px;text-align: center;border: 1px solid #dddddd;border-radius: 20px;font-size: 12px;margin-top: 5px;color: #999;margin-top: 15px;box-sizing: border-box;}
.iNews1 .iNews1_text span img {width: 13px;height: 13px;margin-top: -2px;margin-right: 2px;}
.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: 65px;height: 65px;background-color: #0081cc;text-align: center;box-sizing: border-box;padding-top: 12px;margin-top: -32.5px;z-index: 99;position: relative;}
.iNews1 .iNews_time h1 {color: #fff;font-size: 16px;font-weight: 500;line-height: 20px;}
.iNews1 .iNews_time p {color: #fff;font-size: 12px;font-weight: 500;}
.iNews2 {width: 100%;overflow: hidden;margin-top: 22px;}
.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: 15px 0;overflow: hidden;}
.iNews2 .iNews2_text {float: left;padding-right: 1%;box-sizing: border-box;width: 83%;}
.iNews2 .iNews2_text h1 {font-size: 15px;color: #333333;line-height: 24px;font-weight: 550;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.iNews2 .iNews2_text p {font-size: 12px;line-height: 22px;color: #999;margin-top: 5px;}
.iNews2 .iNews2_time {float: left;text-align: center;width: 17%;height: 80px;margin-top: 9px;border-left: 1px solid #c5c5c5;box-sizing: border-box;}
.iNews2 .iNews2_time h1 {font-size: 15px;color: #8f8f8f;font-weight: 500;line-height: 28px;margin-top: 9px;}
.iNews2 .iNews2_time p {font-size: 12px;color: #999;}
.news_more {}
.news_more a {display: block;width: 66px;height: 30px;line-height: 28px;text-align: center;border: 1px solid #dddddd;border-radius: 20px;font-size: 13px;margin: 0 auto; 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;padding-bottom: 22px;}
.iHonor_bg > img{position: absolute;height: 100%;object-fit: cover;}
.iHonor{width: 100%;height: auto;z-index: 9;}
.iHonor .title {margin-top: 22px; margin-bottom: 22px;}

.iHonor_main{width: 94%;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{float: left;width: 49%;margin-right: 2% !important;margin-bottom: 12px;text-align: center;position: relative;}
.iHonor_main .bd ul li .iHonor_item:nth-child(even){margin-right: 0 !important;}
.iHonor_main .bd ul li .iHonor_item > img{width: 100%;height: auto;}
.iHonor_main .hd {text-align: center;margin-bottom: 15px;}
.iHonor_main .hd ul{display: inline-block; overflow: hidden;}
.iHonor_main .hd ul li{float: left;width: 20px;height: 10px;background-color: #fff;margin: 0 4px;border-radius: 10px;}
.iHonor_main .hd ul li.on{width: 30px;}
.iHonor_main .iHonor_img{position: absolute;top: 45%;left: 50%; transform: translate(-50% , -50%);}
.iHonor_main .iHonor_img img{width: 100%;height: auto;}
.iHonor_main .iHonor_text{font-size: 12px;color: #fefefe;margin-top: 8px;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%;}

/* 新闻资讯 */
.news {width: 94%;margin: 0 auto;margin-top: 30px;margin-bottom: 25px;overflow: hidden;}
/* .news ul {border-top: 1px solid #eeeeee;} */
.news ul li {overflow: hidden;position: relative;border-bottom: 1px solid #eeeeee;padding: 15px 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;background-color: #067cc4;}
.news .news_img {overflow: hidden;}
.news .news_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;}
.news .news_time h1 {float: left;font-size: 14px;color: #999;font-weight: 400;-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 {float: left;font-size: 14px;color: #999;font-weight: 400;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;margin: 0 3px;}
.news .news_time p {float: left;font-size: 14px;color: #999;font-weight: 400;-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 h1 {font-size: 18px;color: #333;line-height: 28px;font-weight: 400;margin-top: 15px;margin-bottom: 12px;-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: 14px;color: #999;line-height: 26px;max-height: 78px;overflow: hidden;margin-bottom: 10px;}
.news .news_text span {opacity: 1;position: absolute;right: 0;bottom: 10px;display: block;width: 85px;height: 28px;line-height: 28px;border-radius: 20px;font-size: 13px;color: #fff;text-align: center;background-color: #999;-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: 30px;}
.fy ul {display: inline-block;overflow: hidden;}
.fy ul li {float: left;width: 30px;height: 30px;box-sizing: border-box;text-align: center;margin: 0 3px;border-radius: 50%;overflow: hidden;}
.fy ul li.fy_prev a {font-weight: 600;font-family: swiper-icons;background-color: #dddddd;}
.fy ul li.fy_next a {font-weight: 600;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: 30px;color: #666;font-size: 14px;font-weight: 400;}

/* 底部 */
.bottom_bg {height: 65px;background-color: #0081cc;box-sizing: border-box;clear: both;}
.bottom {width: 94%;margin: 0 auto;}
.bottom1 {display: none;}
.bottom2 {overflow: hidden;}
.bottom2 .bottom2_left {display: none;}
.bottom2 .bottom2_icon {display: none;}
.bottom2 .bottom2_text {padding: 0 3%;font-size: 12px;color: rgba(255, 255, 255, 0.5);text-align: center;line-height: 21px;margin-top: 12px;}
.bottom2 .bottom2_text a {font-size: 12px;color: rgba(255, 255, 255, 0.5);margin-left: 19px;line-height: 21px;}

/* 新闻内页 */
.news_de {width: 94%;height: auto;margin: 0 auto;padding-top: 45px;}
.news_de .de_title {text-align: center;}
.news_de .de_title h1 {color: #333333;font-size: 20px;font-weight: 400;}
.news_de .fx {text-align: center;margin: 24px 0 25px 0;border-bottom: 1px solid #e5e5e5;padding-bottom: 17px;position: relative;}
.news_de .fx span {font-size: 14px;color: #333333;vertical-align: middle;}
.news_de .fx img {width: 24px;height: auto;margin: 0 4px;margin-top: -2px;}
.news_de .fx span.news_de_time {margin-right: 22px;font-size: 14px;color: #666;}
.news_de .item {margin-bottom: 44px;font-size: 14px;color: #666;line-height: 23px;}
.news_de .item p {font-size: 14px;color: #666;line-height: 23px;}
.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: 10px;margin-bottom: 30px;margin-top: 20px;}
.video_btns a {display: inline-block;font-size: 13px;color: #666666;}
.video_btns a.prev,
.video_btns a.next {line-height: 33px;width: 70%;}
.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: 85px;height: 28px;color: #fff;text-align: center;line-height: 26px;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;}


/* 弹出层 */
.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;width: 75%; top: 50%;left: 50%;transform: translate(-50%,-50%);}
.popup img{width: 100%;height: auto;}
.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);}

/* 隐私政策 */
.privacy {width: 94%;margin: 30px auto;font-size: 14px;color: #666;line-height: 23px;}
.privacy h1 {color: #333;font-size: 32px;margin-bottom: 20px;font-weight: bold;}
.privacy h2 {color: #333;font-size: 20px; font-weight: normal;margin-bottom: 20px;}
.privacy p {font-size: 14px;color: #666;line-height: 23px;}