
* {margin: 0px;padding: 0px; box-sizing: border-box;}
img {display: block;max-width: 100%;}
/*整体部分*/
::-webkit-scrollbar {width: 12px; height: 10px;}
/*滑块*/
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);background-color: #0e871e;}
/*滑块效果*/
::-webkit-scrollbar-thumb:hover { border-radius: 5px;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2); background-color: rgba(85, 85, 85, 0.4);}
._iconfont {font-family: iconfont !important; font-style: normal;}
.iconfont {font-family: "iconfont" !important;font-style: normal;-webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
.wrap {width: 100%; margin: 20px auto;}
nav { width: 100%; height: 80px; position: fixed;top: 0;z-index: 100;padding: 0 5%;transition: ease 0.5s;}
nav .line {position: absolute; top: 80px;height: 1px; width: 100%; background: rgba(0, 0, 0, 0.1);left: 0;transition: ease 0.5s;display: none;}
.navActive {background: #fff;}
nav .logo {float: left;width: 25%;z-index: 9;position: absolute;transition: ease 0.5s;height: 42px; margin-top: 15px; display: block;}
nav .logo img { width: 100%; position: absolute;top: 60%;transform: translateY(-50%);opacity: 0;transition: ease 0.5s;}
nav .logo img:nth-child(1) { opacity: 1;}
a,a:hover {color: inherit;}
.nav-right {width: 100%; right: 0;text-align: center; background-color: rgba(255, 255, 255, 0); height: 100%; position: absolute;transition: 0.5s all ease;
    box-shadow: 10px 1px 10px 1px rgba(128, 128, 128, 0);overflow: hidden;}
.nav-right-img {width: 35%; position: absolute; margin: 9rem 2vw;z-index: 9;}
.nav-right > ul {position: relative;width: 50vw;}
.nav-right:after {content: '';position: absolute; background: white;
    background-image: url("/resources/assets/images/navBg.jpg");width: 100%;height: 450px; left: 0; opacity: 0;transition: 0.5s all ease;}
.nav.navActive .nav-right:after {top: 80px;}
nav ul { right: 0; position: relative;transition: 0.5s all ease; width: 100%;
    float: right;
    z-index: 5;
    height: 100%;
}

nav ul .level1 {
    line-height: 80px;
    list-style: none;
    width: 10%;
    height: 100%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    transition: 0.5s all ease;
    cursor: pointer;
    position: relative;
}

nav ul .level1 a {
    float: left;
}

nav ul .level1 a i {
    color: white;
    font-size: 20px;
}

nav ul .level1 a:nth-child(1) i {
    font-size: 22px;
    /*margin-right: 1vw;*/
}
nav ul .level1 a:nth-child(1) span{
    font-size: 16px;
    position: relative;
    top: -2px;
    left: 5px;
}

nav ul .level1 a {
    color: white;
    position: relative;
    display: block;
}

nav ul .phone {
    width: 25%;
    color: white;
}

nav ul .phone .icon {
    font-size: 18px;
}

nav ul .phone .icon i {
    border: 1px solid white;
    border-radius: 50%;
    padding: 5px;
    margin-right: 0.5vw;
}

nav.navActive ul .level1 i {
    color: #333333;
}

nav.navActive ul .phone {
    color: #333333;
}

nav.navActive ul .phone .icon i {
    border: 1px solid #333333;
    color: #333333;
}

nav ul .level1 > a.activeNav:after {
    width: 40%;
    left: 30%;
    bottom: 20px;
}

nav ul .level1 span {
    font-size: 25px;
    line-height: 80px;
}

nav ul .level1 ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin-top: 0;
    height: 320px;
    text-align: center;
}

nav ul .level1:hover ul {
    opacity: 1;
    transform: translateY(0);
}

nav ul .level1 ul li a:hover {
    color: #333333 !important;
}

nav ul .level1 ul li {
    line-height: 35px;
    height: 35px;
    width: 100%;
    position: relative;
    font-size: 14px;
}

nav ul .level1 ul li a:after {
    content: inherit;
    background: #0e871e;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: ease 0.5s;
    height: 2px;
    width: 0;
}

@media (max-width: 1660px) {
    .nav-right > ul {
        width: 60vw;
    }
}

@media screen and (min-width: 1200px) {
    nav ul .level1 ul li:hover a:after {
        width: 100%;
    }

    nav ul .level1:hover > a:after {
        width: 40%;
        left: 30%;
        bottom: 20px;
    }
}

nav .imessage {
    display: inline-block;
    width: 88px;
    height: 88px;
    background: #2678df;
}

nav .imessage img {
    margin: 30px 26px;
}

.nav.active {
    background: white;
}

.nav.active .nav-right {
    height: 330px;
    background-repeat: no-repeat;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

nav.active ul .level1 a {
    color: #3e3e3e;
}

nav.active ul .level1 ul li a {
    color: #adadad;
    font-weight: normal;
}

nav.active .nav-right:after {
    opacity: 1;
}

nav.active .navImg {
    opacity: 1;
}

.navImg {
    width: 400px;
    height: 200px;
    position: absolute;
    left: 10%;
    top: 5vw;
    z-index: 10;
    opacity: 0;
    transition: 0.5s all ease-in-out;
}

nav.navActive .logo img:nth-child(1) {
    opacity: 0;
}

nav.navActive .logo img:nth-child(2) {
    opacity: 1;
}

nav.active ul .level1 .activeNav {
    color: #0e871e;
}

nav ul .level1 .activeNav {
    color: #fff;
}

nav.navActive ul .level1 a {
    color: #3e3e3e;
}

nav.navActive ul .level1 ul li a {
    font-weight: normal;
}

nav.navActive {
    height: 80px;
    box-shadow: 2px 2px 2px rgba(119, 119, 119, 0.2);
}

nav.navActive .nav-right {
    height: 80px;
}

nav.navActive ul .level1 {
    height: 80px;
    line-height: 80px;
}

nav.navActive .line {
    opacity: 0;
    visibility: hidden;
}

nav.navActive ul .level1 a.activeNav {
    color: #0e871e !important;
}



.index .f1 .img-swiper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.index .f1 .img-swiper .more {
    color: white;
    top: 35vw;
    left: 8vw;
}

.index .f1 .img-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index .f1 .img-swiper .swiper-button-prev {
    background: #68605b;
    transition: 0.1s all ease-in-out;
    right: 17%;
}

.index .f1 .img-swiper .swiper-button-next {
    background: #68605b;
    transition: 0.1s all ease-in-out;
    right: 8%;
}

.index .f1 .img-swiper .swiper-button-prev:hover {
    background: #0e871e;
}

.index .f1 .img-swiper .swiper-button-next:hover {
    background: #0e871e;
}

.index .f1 .img-swiper .swiper-button-next,
.index .f1 .img-swiper .swiper-button-prev {
    left: auto;
    width: 3vw;
    height: 3vw;
    outline: none;
    border-radius: 50%;
    bottom: 10%;
    top: inherit;
}

.index .f1 .img-swiper .swiper-button-next:after {
    font-size: 14px;
    color: white;
}

.index .f1 .img-swiper .swiper-button-prev:after {
    font-size: 14px;
    color: white;
}

.index .f1 .img-swiper .swiper-pagination {
    color: #fff;
    width: auto;
    left: 8%;
    bottom: 10%;
}

.index .f1 .img-swiper .swiper-slide {
    perspective: 50vw;
    perspective-origin: 50% 50%;
}

.index .f1 .img-swiper .swiper-pagination ul {
    width: 90px;
}

.index .f1 .img-swiper .swiper-pagination ul li {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -12px;
    font-size: 28px;
}

.index .f1 .img-swiper .swiper-pagination .total {
    margin-left: 12px;
}

.index .f1 .path {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 1.8px;
    transition: opacity 0.3s, fill 0.3s, stroke 0.3s;
}

.index .f1 .ui-loop {
    position: absolute;
    width: 3.5vw;
    height: 3.5vw;
    bottom: 10%;
    right: 12%;
    z-index: 1;
}

.index .f1 .path-loop {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    z-index: 1;
}

.index .f1 .path-loop-bg {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    opacity: 0.1;
    z-index: 1;
}

.index .f2 {
    background: #fefbf5;
    padding-bottom: 6vw;
}

.index .f2 .textBox {
    width: 45vw;
    padding: 9vw;
}

.index .f2 .textBox .titImg {
    width: 348px;
}

.index .f2 .textBox .tit {
    font-size: 25px;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #656565;
    padding-top: 1vw;
    padding-bottom: 3vw;
}

.index .f2 .textBox .des {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #999999;
}

.index .f2 .textBox .more {
    width: 174px;
    height: 49px;
    background-color: #0e871e;
   
    border-radius: 25px;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 3vw;
    transition: 0.5s all ease-in-out;
}

.index .f2 .textBox .more:hover {
    border-radius: 0;
}

.index .f2 .videoBoxs {
    width: 60vw;
    height: 40vw;
    background: url("../../images/tacn/xhsbj.png") center no-repeat;
    background-size: cover;
    position: absolute;
    top: 105vh;
    left: 30vw;
}

.index .f2 .videoBoxs .video {
    width: 23vw;
    height: 23vw;
    margin: 8.5vw auto;
    border-radius: 50%;
    
    overflow: hidden;
}

.index .f2 .videoBoxs .video video {
    width: 23vw;
    height: 23vw;
}



.index .f2 .itemBox {
    display: flex;
    border-top: 1px dashed #d6ccbb;
    padding: 3vw;
    margin: 0 3vw;
    position: relative;
    z-index: 10;
    background: #fefbf5;
}

.index .f2 .itemBox .item {
    flex: 1;
    border-right: 1px dashed #d6ccbb;
    text-align: center;
}

.index .f2 .itemBox .item p:nth-child(1) {
    font-weight: bold;
    font-size: 56px;
    letter-spacing: 1px;
    color: #0e871e;
}

.index .f2 .itemBox .item p:nth-child(1) span {
    font-size: 22px;
    letter-spacing: 1px;
    color: #7e7e7e;
}

.index .f2 .itemBox .item p:nth-child(2) {
    font-size: 18px;
    letter-spacing: 1px;
    color: #7e7e7e;
}


.index .f2 .imgBox .activeImg {
    flex: 2;
    background-blend-mode: inherit;
}

.index .f3 {
    background: #0e871e;
    padding-bottom: 3vw;
}

.index .f3 .titImg {
    width: 300px;
    position: relative;
    top: 8vw;
    left: 3vw;
}

.index .f3 .txt-swiper {
    position: absolute;
    left: 85vw;
    margin-top: 8vw;
    z-index: 9;
}

.index .f3 .txt-swiper .swiper-wrapper {
    display: inherit;
}

.index .f3 .txt-swiper .swiper-wrapper .swiper-slide {
    width: 75px !important;
    margin-bottom: 2vw;
    text-align: center;
    color: #fff;
}

.index .f3 .txt-swiper .swiper-wrapper .swiper-slide .img {
    width: 74px;
    height: 74px;
    background-color: #cacaca;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0.5;
    margin-bottom: 0.5vw;
}

.index .f3 .txt-swiper .swiper-wrapper .swiper-slide .img img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    top: 10px;
}

.index .f3 .txt-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    color: #fff;
}

.index .f3 .txt-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .img {
    opacity: 1;
    background: #dc3023;
}

.index .f3 .f3-swiper .swiper-slide {
    width: 100vw;
}

.index .f3 .f3-swiper .swiper-slide .img {
    width: 50vw;
    margin-left: 27vw;
}

.index .f3 .f3-swiper .swiper-slide .textBox {
    width: 20vw;
    position: absolute;
    top: 15vw;
    left: 3vw;
    z-index: 10;
}

.index .f3 .f3-swiper .swiper-slide .textBox .tit {
    font-size: 25px;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #fff;
    padding-top: 1vw;
    padding-bottom: 3vw;
}

.index .f3 .f3-swiper .swiper-slide .textBox .tit::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #fff;
    margin-top: 50px;
}

.index .f3 .f3-swiper .swiper-slide .textBox .des {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #fff;
}

.index .f3 .f3-swiper .swiper-slide .textBox .more {
    width: 174px;
    height: 49px;
    background-color: #ffffff;
    box-shadow: 0px 20px 52px 2px rgba(29, 4, 6, 0.15);
    border-radius: 25px;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    margin-top: 3vw;
    margin-left: 0;
    transition: 0.5s all ease-in-out;
}

.index .f3 .f3-swiper .swiper-slide .textBox .more:hover {
    border-radius: 0;
}

.index .f3 .f3-swiper .swiper-slide-active .more {
    color: #848484;
    margin-left: 8vw;
    margin-top: 35vw;
}

.index .f3 .f3-swiper .swiper-slide-active .more div {
    background-color: #0061ae;
}

.index .f3 .f3-swiper .swiper-slide-active .left .tit {color: #2b2b2b;}
.index .f3 .f3-swiper .swiper-slide-active .left .text { color: #404040;}
.index .f3 .f3-swiper .swiper-slide-active .left .text p:nth-child(2) { color: #a4a4a4;}
.pc { display: block;}
.mobile { display: none;}


/*底部通用*/

._w1400{
    width: 79%!important;
}
footer {
  width: 100%;
  background: #0e871e;
  color: #fff;
  position: relative;
  z-index: 10;
}

footer .footer {
  margin: 0 auto;
  display: block;
  padding: 50px 0 0;
  overflow: hidden;
}

footer .footer .footer-left {
  float: left;
  width: 55%;
}

footer .footer .footer-left .goUrl {
  padding-bottom: 50px;
}

footer .footer .footer-left .goUrl a .viewbox {
  padding: 10px 25px;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
  background-color: rgba(255,255,255,.1);
  color: rgba(255,255,255,.9);
  border-radius: 3px;
}

footer .footer .footer-left .text {
  opacity: 0.9;   
   font-size: 16px;
}

footer .footer .footer-left .text p {
  line-height: 1.7;
}

footer .footer .footer-right {
  float: left;
  width: 45%;
  text-align: right;
}

footer .footer .footer-right .text .title {
  font-size: 16px;
  padding-bottom: 5px;
  text-align: left;
    color: #fff;
}

footer .footer .footer-right .text .number {
  font-size: 25px;
  font-family: gothmbok;
  letter-spacing: 1px;
	    float: left;
}

footer .footer .footer-right .qrcode div {
  width: 160px;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  padding-top: 25px;float: left;
}

footer .footer .footer-right .qrcode div img {
  width: 160px;
  height: 100px;
 
}

footer .footer .footer-right .qrcode div p {
  padding: 10px 0;
  color: rgba(255,255,255,.0.8);
}

footer .records {
  margin: 20px auto 0;
  padding: 15px 0;
  border-top: 1px solid rgba(255,255,255,0.8);
}

footer .records p {
  opacity: 0.9;
display: inline-flex;}

footer .records p:nth-child(2) {
  float: right;
}

/*一键拨号*/
@media(min-width:1000px){
.footbox{display:none;}	
.gao{display:none;}

}
.gao{height:0.4rem;}
.footbox{/*height: 0.4rem;*/background: rgba(0, 0, 0, 0.81);bottom: 0;z-index: 99;left: 0; width: 100%; position: fixed; z-index: 1000;}
.flexbox{text-align: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
.footbox ul li{-webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1;flex: 1; text-align:center;}
.footbox ul li a{ display:block;color:#fff;font-size: 16px;text-align: center;}
.footbox ul li a img{ display:block; width:35px; height:35px; margin:0.01rem auto}




@media screen and (max-width: 1440px) {
.formBoxs .form .item .titImg { width: 150px;}
.nav-right > ul { width: 65vw; }
.index .f2 .videoBoxs {top: 88vh;}
.hn_hd {background-size: 100%!important;}
}
@media screen and (max-width: 1366px) {
.brand .f2 .itemBox .item .icon { margin-left: 12vw; }
.index .f2 .videoBoxs {top: 95vh;}
}
@media screen and (max-width: 1024px) {
 footer .footer .footer-left {width: 100%;margin-bottom: 25px;}
footer .footer .footer-right {width: 100%;text-align: left;}
footer .footer .footer-right .text .number {font-size: 22px;}
footer .footer .footer-right .qrcode div {padding-top: 0px;}
footer .footer .footer-left .goUrl {padding-bottom: 10px; } 
footer .footer {padding: 45px 0 0;}
footer .records {padding: 10px 0; }
	 .index .f1 {margin-top: 60px;}
    .index .f2 .videoBoxs { position: inherit; width: 100%; height: auto; margin: 5vw auto; }
    .index .f2 .videoBoxs .video {width: 100%; height: 100%; margin: 0 auto;border-radius: 0;}
    .index .f2 .videoBoxs .video video { width: 100%; height: 100%; overflow: hidden; border-radius: 0; }
    .index .f2 .videoBoxs .video .playIcon {width: 15vw; height: 15vw; top: inherit; margin-top: -38vw;margin-left: 37vw;}
	.index .f2 .itemBox {display: inline-block;  padding: 3vw 0; }
    .index .f2 .textBox { width: 100%; padding: 5vw; }
    .index .f2 .textBox .tit { font-size: 16px; }
    .index .f2 .textBox .des {font-size: 14px; text-align: justify;}
    .index .f2 .itemBox .item {flex: inherit; width: 49%;display: inline-block;padding: 3vw;}
	.index .f2 .itemBox .item:nth-child(even) {border-right: transparent; }
    .index .f2 .itemBox .item p:nth-child(1) {font-size: 28px;}
    .index .f2 .itemBox .item p:nth-child(1) span { font-size: 16px; }
    .index .f2 .itemBox .item p:nth-child(2) {font-size: 14px;margin-top: 5px;}
    .index .f3 .txt-swiper { display: none; }
    .index .f3 .f3-swiper{ margin-top: 5vw; }
    .index .f2 .textBox .more {width: 120px;height: 35px; line-height: 35px; font-size: 14px;}
    .index .f2 .imgBox { display: block;}
    .index .f2 .imgBox .img1, .index .f2 .imgBox .img2, .index .f2 .imgBox .img3 { height: 31vw; background-blend-mode: inherit;margin-top: 3vw;}
    .index .f2 .imgBox .img1{ background: url('/resources/assets/images/img11_1.jpg') no-repeat rgba(0, 0, 0, 0.5);}
    .index .f2 .imgBox .img2{background: url('/resources/assets/images/img12_1.jpg') no-repeat rgba(0, 0, 0, 0.5); }
    .index .f2 .imgBox .img3{background: url('/resources/assets/images/img13_1.jpg') no-repeat rgba(0, 0, 0, 0.5);}

}


@media screen and (max-width: 768px) {
.pc {display: none; }.mobile {display: block;}
.navs .headers{width: 100%; height: 60px;background: white; position: fixed; top: 0; z-index: 100;}
 .navs .headers .logo{ width: 347px;margin: 10px; }
 .navs .headers .icon{ width: 60px;height: 60px;background: #0e871e;position: absolute; right: 0;top: 0;transition: .5s all ease-in-out;}
 .navs .headers .icon .icon1{ width: 25px;height: 2px; background: white;margin: 0 auto; position: relative;top: 25px;transition: .5s all ease-in-out; }
 .navs .headers .icon .icon2{width: 25px; height: 2px; background: white;margin: 0 auto; position: relative;top: 30px;transition: .5s all ease-in-out; }
 .navs .headers .iconActive{ background: #333333; }
.navs .headers .iconActive .icon1{transform: rotate3d(0, 0, 20, 45deg)translateX(3px)translateY(3px);}
 .navs .headers .iconActive .icon2{ transform: rotate3d(0, 0, 20, -45deg)translateX(2px)translateY(-2px); }
 .navs .navList{ width: 100%; height: 100vh; z-index: 100;position: fixed; top: 60px;padding: 30px 20px;transition: .5s all ease-in-out;background: #0e871e;opacity: 0; display: none;}
    .navs .navsActive{opacity: 1; display: block;}
    .navs .navList .icon{width: 100%;text-align: center; display: inline-block; }
    .navs .navList .phone{text-align: center;color: #fff;}
    .navs .navList .phone p:nth-child(1) {font-size: 16px;margin: 1vw auto;text-align: center;}
    .navs .navList .phone p:nth-child(2) a{font-size: 20px !important;}
    .navs .navList a .icon { width: 57px;height: 57px; border-radius: 50%; font-size: 26px; text-align: center;margin-right: 1.5vw; cursor: pointer; color: #333333; display: inline-block;}
    .navs .navList a .icon i{ position: relative;top: 10px;}
    .navs .navList a:nth-child(1) .icon{ font-size: 34px; }
    .navs .navList a:nth-child(1) .icon i{top: 5px; }
    .navs .navList .wechat{ width: 120px;margin: 0 auto;padding-top: 5vw;}
	.navs .navList a{display: block; padding: 13px 0; font-size: 16px;letter-spacing: -.02em;color: #fff; font-weight: bold; text-align: center;}
    /*.navs .navList li+li>a {*/
    /*    border-top: 1px solid #0e871e;*/
    /*}*/
    .index .f1 {margin-top: 60px;}
    .index .f2 .videoBoxs { position: inherit; width: 100%; height: auto; margin: 5vw auto; }
    .index .f2 .videoBoxs .video {width: 100%; height: 100%; margin: 0 auto;border-radius: 0;}
    .index .f2 .videoBoxs .video video { width: 100%; height: 100%; overflow: hidden; border-radius: 0; }
    .index .f2 .videoBoxs .video .playIcon {width: 15vw; height: 15vw; top: inherit; margin-top: -38vw;margin-left: 37vw;}
	.index .f2 .itemBox {display: inline-block;  padding: 3vw 0; }
    .index .f2 .textBox { width: 100%; padding: 5vw; }
    .index .f2 .textBox .tit { font-size: 16px; }
    .index .f2 .textBox .des {font-size: 14px; text-align: justify;}
    .index .f2 .itemBox .item {flex: inherit; width: 49%;display: inline-block;padding: 3vw;}
	.index .f2 .itemBox .item:nth-child(even) {border-right: transparent; }
    .index .f2 .itemBox .item p:nth-child(1) {font-size: 28px;}
    .index .f2 .itemBox .item p:nth-child(1) span { font-size: 16px; }
    .index .f2 .itemBox .item p:nth-child(2) {font-size: 14px;margin-top: 5px;}
    .index .f3 .txt-swiper { display: none; }
    .index .f3 .f3-swiper{ margin-top: 5vw; }
    .index .f2 .textBox .more {width: 120px;height: 35px; line-height: 35px; font-size: 14px;}
    .index .f2 .imgBox { display: block;}
    .index .f2 .imgBox .img1, .index .f2 .imgBox .img2, .index .f2 .imgBox .img3 { height: 31vw; background-blend-mode: inherit;margin-top: 3vw;}
    .index .f2 .imgBox .img1{ background: url('/resources/assets/images/img11_1.jpg') no-repeat rgba(0, 0, 0, 0.5);}
    .index .f2 .imgBox .img2{background: url('/resources/assets/images/img12_1.jpg') no-repeat rgba(0, 0, 0, 0.5); }
    .index .f2 .imgBox .img3{background: url('/resources/assets/images/img13_1.jpg') no-repeat rgba(0, 0, 0, 0.5);}
    .index .f3 {padding-bottom: 5vw; }
    .index .f3 .f3-swiper .swiper-slide .img { width: 90vw;margin-left: 5vw;}
    .index .f3 .f3-swiper .swiper-slide .textBox {width: 90vw;position: inherit; margin: 0 auto; left: inherit; top: 0;}
    .index .f3 .f3-swiper .swiper-slide .textBox .tit {font-size: 16px; }
    .index .f3 .f3-swiper .swiper-slide .textBox .des {font-size: 14px;}
	.index .f3 .f3-swiper .swiper-slide .textBox .tit::before { margin-top: 30px;}
    .index .f3 .f3-swiper .swiper-slide .textBox .more {width: 120px;height: 35px;line-height: 35px;font-size: 14px; box-shadow: inherit;}
    .index .f1 .img-swiper .swiper-button-prev{ width: 7vw; height: 7vw; right: 20%;}
    .index .f1 .img-swiper .swiper-button-next{ width: 7vw;height: 7vw; right: 2%;}
    .index .f1 .ui-loop{ width: 5.5vw; height: 5.5vw; right: 11.5%;}
    .index .f1 .img-swiper .swiper-slide{ height: 60vw !important; }
	
	footer .footer .footer-right .qrcode div {
    width: 160px;
    text-align: center;
    display: inline-block;
    margin: 0 50px;
    padding-top: 25px;
    float: left;
}
	
	
/*底部	*/
footer .records p {display: block;float: none!important;padding-bottom: 10px;}
  .boxes.b5 .thum {display: none; }
  .boxes.b5 .online {width: 100%;}
  footer .footer .footer-left .goUrl a .viewbox {padding: 5px 15px;}
}

@media screen and (max-width:767px) {

  footer .footer .footer-left .goUrl a .viewbox {margin: 0 auto;width: 24%;font-size: 12px; }

  footer .footer .footer-left .goUrl { display: none;}
  footer .records { margin: 10px auto 0; }
 footer .records p1{display: none; }
  footer .footer .footer-left .text,footer .records p {opacity: .9; }
}

 @media screen and (max-width: 425px) {
footer .footer .footer-right .qrcode div {margin: 0 5px;}
.index .f2 .textBox .titImg { width: 286px;}
.index .f3 .titImg { width: 270px;}
.yunu-news .bd li .img-center { height: 150px!important;line-height: 273px!important;}
.yunu-news .bd li .date { width: 80px;}
.yunu-news .bd li .info { margin-left: 78px;padding: 10px;}
 .yunu-news .bd li .info h4 {font-size: 18px!important;}
footer .footer .footer-right .qrcode div img {width: 136px;height: 87px;}	
	 	footer .footer .footer-right .qrcode div { width: 132px;}
	 footer .footer .footer-right .text .title { display: none;}
	 footer .footer .footer-right .text .number {display: none;}
	 
	  }
* {
	 
	 
		 }
@media screen and (max-width: 375px)
	{
.navs .headers .logo {
    width: 293px;
    margin: 10px;
}
		/*资质*/	
	.hon_list{ width: 6.0rem; margin: 0.23rem auto 0;}

}