@charset "UTF-8";
@media (min-width: 768px) {
    html {
        font-size: 28px !important;
    }
}

@media (min-width: 1025px) {
    ::-webkit-scrollbar{
        width:0;
        height:0;
    }
    html {
        font-size: 30px !important;
    }

    body {
        -ms-overflow-style: scrollbar;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 34px !important;
    }
}

@media (min-width: 1680px) {
    html {
        font-size: 40px !important;
    }
}

/* 重置表单样式 */
select::-ms-expand {
    display: none;
}

input,
select,
textarea {
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
}

textarea {
    resize: none;
}

select::-ms-expand {
    display: none;
}

/* 更改placeholder颜色 */
input::-webkit-input-placeholder {
    color: #888;
}

input:-moz-placeholder {
    color: #888;
}

input::-moz-placeholder {
    color: #888;
}

input:-ms-input-placeholder {
    color: #888;
}

textarea::-webkit-input-placeholder {
    color: #888;
}

textarea:-moz-placeholder {
    color: #888;
}

textarea::-moz-placeholder {
    color: #888;
}

textarea:-ms-input-placeholder {
    color: #888;
}
.pc{
    display:block;
}
.mb{
    display:none;
}
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    background-color: #fff;
    border-bottom: 1px solid rgba(35, 102, 183, .2);
}

.header-view {
    padding: 0 6.125%;
}

header .logo {
    float: left;
    width: 10.225rem;
    font-size: 0;
    position: relative;
    margin-top: .65rem;
}

header .logo img {
    width: 100%;
    transition: all .3s;
}

header .logo .white-img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.pc-nav {
    float: left;
    margin-left: 4.75rem;
}

.pc-nav li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 0;
    margin-right: 1.125rem;
}

.pc-nav li:last-child {
    margin-right: 0;
}

.pc-nav li .tit {
    display: block;
    font-size: 16px;
    line-height: 2.5rem;
    color: #1a1a1a;
    position: relative;
    transition: all .3s;
}

.pc-nav li.has .tit {
    padding-right: .4rem;
}
.m-nav{
    display:none;
}
.pc-nav li.has .tit:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 9px;
    height: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/nav-sj.png');
    margin-top: -2px;
    transition: all .3s;
}

.header-right {
    float: right;
    font-size: 0;
}

.header-right .right-nav {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.right-nav a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .35rem;
    line-height: 2.5rem;
    color: #1a1a1a;
    margin-right: .9rem;
    transition: all .3s;
}

.right-nav a:last-child {
    margin-right: 0;
}

.header-right .lang {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 0.45rem;
    line-height: 2.5rem;
    padding-left: .6rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .45rem;
    /* background-image: url('../img/lang.png'); */
    color: #333;
    position: relative;
    vertical-align: top;
    transition: all .3s;
    font-weight: bold;
}
.header-right .wx {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 1rem;
    margin-left: .6rem;
    vertical-align: top;
}
.header-right .wx img{
    position: absolute;
}
.header-right .lang:before {
    content: "";
    position: absolute;
    width: 1px;
    height: .25rem;
    background-color: #333;
    top: 50%;
    right: -.5rem;
    transform: translateY(-50%);
    opacity: .8;
}
header.white .header-right .lang:before{
    background-color: #fff;
}
.header-right .search-box {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-top: .8rem;
    margin-left: .6rem;
    position: relative;
}

.header-right .search-box .search-btn {
    display: block;
    width: 1rem;
    height: 1rem;
    /* border: 1px solid rgba(51,51,51,.25); */
    border-radius: 100%;
    font-size: .35rem;
    line-height: 1rem;
    color: #666;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/search-btn.png');
    transition: all .3s;
}

.nav-btn {
    display: none;
}

.nav-mask {
    display: none;
}

.header-search-wrap {
    position: fixed;
    z-index: 4;
    left: 50%;
    top: 0.525rem;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    width: 600px;
    height: 40px;
    margin-left: -300px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #666;
    line-height: 40px;
    transition: all 0.5s;
    background: #fff;
}

.header-search-wrap .submit {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 36px;
    height: 40px;
    background: url(../img/ser1.png) no-repeat center;
    background-size: 20px;
    border: none;
    z-index: 3;
    box-sizing: border-box;
}

.header-search-wrap .ser-input {
    width: 100%;
    height: 40px;
    position: relative;
    border: none;
    background: none;
    box-sizing: border-box;
    padding-left: 40px;
}

.header-search-wrap .search-close {
    position: absolute;
    display: block;
    right: -60px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url(../img/close2.png) no-repeat center;
    background-size: 30px;
    cursor: pointer;
    transition-duration: .5s;
}

.header-search-wrap .search-close:hover {
    transform: rotate(90deg);
}

.hide1 {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.show1 {
    z-index: 3;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
header.white{
    border-color: rgba(255,255,255,.2);
    background-color: transparent;
}
header.white .img1{
    opacity: 0;
}
header.white .img2{
    opacity: 1;
}
.header.bgf3{
    background-color: #fff;
}
header.white .logo .init-img{
    opacity: 0;
}
header.white .logo .white-img{
    opacity: 1;
}
header.white .pc-nav li .tit{
    color: #fff;
}
header.white .pc-nav li.has .tit:before{
    background-image: url('../img/nav-sj2.png');
}
header.white .right-nav a{
    color: #fff;
}
header.white .header-right .lang{
    color: #fff;
}
header.white .header-right .search-box .search-btn{
	background-image: url('../img/search-btn2.png');
	/* border-color: rgba(255,255,255,.5); */
}
.clearfixed {
    height: 2.5rem;
}
.homebanner{
    position: relative;
    height:22.5rem;
    overflow: hidden;
}
.homebanner .swiper-wrapper{
    height:100%;
}
.homebanner .homebanner_box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.homebanner .homebanner_box .bg{
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 z-index: 3;
 background-size: cover;
 background-position: center;
}
.homebanner .homebanner_box .content{
    width:100%;
    text-align: center;
    position: absolute;
    z-index:40;
    top:28%;
    line-height: 1;
    box-sizing:border-box;
}
.homebanner .homebanner_box .content .tit{
    font-size: 1.5rem;
    color:#fff;
    padding-bottom:0.825rem;
    line-height: 1;
    font-family: 'Noto Sans SC';
    font-weight: 500;
}
.homebanner .homebanner_box .content .txt{
    font-size: 0.6rem;
    color:#fff;
    padding-bottom:1rem;
    line-height: 1;
    font-family: 'Noto Sans SC';
}

.homebanner .homebanner_box .content a{
    display:inline-block;
    width:4.5rem;
    height:1.375rem;
    box-sizing:border-box;
    background-color:#008fb2;
    color:#fff;
    text-align: center;
    line-height:1.375rem;
    font-size: 0.4rem;
    font-family: 'Noto Sans SC';
    font-size: 300;
    transition: all 0.9s;
}
.homebanner .homebanner_box .content a .span2{
    display: inline-block;
    margin-left:0.5rem;
    margin-top:-0.1rem;
    position: relative;
    width:6px;
    height:10px;
}
.homebanner .homebanner_box .content a .span2 img{
    position: absolute;
    top:0;
    left:0;
}
.img1{
    opacity:1;
}
.img2{
    opacity:0;
}
.home-c-btn{
    display:none;
}
.home-c.patry-c .content{
    margin-top:0;
}
.homebanner-pagination{
    position: absolute;
    bottom:1rem;
    text-align: center;
    width:100%;
    z-index:99;
}
.circle{
    overflow: inherit;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transform: rotate(-90deg);
    opacity:0;
}
.page-circle-bg{
    width:100%;
    height:100%;
    box-sizing:border-box;
    border-radius: 100%;
}
.page-circle .circle{
    overflow: inherit;
}
.circle circle{
    stroke-dashoffset: 190;   
    stroke-dasharray: 190;   
    /* transition: all 6s; */
}
.page-circle.on .page-circle-bg{
   border: 3px solid rgba(255,255,255,.2);
}
.page-circle.on .circle{
    opacity:1;
}
.page-circle {
    display:inline-block;
    vertical-align: top;
    width: 0.8rem;
    height: 0.8rem;
    box-sizing:border-box;
    border-radius: 100%;
    border: 0;
    line-height: 1.5rem;
    text-align: center;
    font-size: 0;
    position: relative;
    margin:0 4px;
    cursor: pointer;
}
.circle-center{
    display:block;
    width:0.2rem;
    height:0.2rem;
    background-color:rgba(255,255,255,.6);
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -0.1rem;
    margin-left:-0.1rem;
    border-radius: 100%;
}
.main{
    padding: 2.1rem  6.35% 0;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}
.home-a{
    width: 100%;
    background-image: url(../img/qy.png);
    height: 23.0rem;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
}
.home-a .content{
    width:20.0rem;
    position: absolute;
    right: 6.35%;
    top: 50%;
    transform: translateY(-50%);
}
.home-a .content .tit{
    font-size: 1rem;
    color: #008fb2;
    line-height: 1;
    margin-bottom: 0.75rem;
}
.home-a .content .txt{
    font-size: 0.6rem;
    color: #333333;
    line-height: 1rem;
    margin-bottom: 1.5rem;
}
.home-a .content .txt2{
    font-size: 18px;
    color: #666666;
    line-height: 0.675rem;
    margin-bottom: 2rem;
}
.more{
    display:inline-block;
    width:4.5rem;
    height:1.375rem;
    box-sizing:border-box;
    background-color:#008fb2;
    color:#fff;
    text-align: center;
    line-height:1.375rem;
    font-size: 0.4rem;
    font-family: 'Noto Sans SC';
    font-size: 300;
    transition: all 0.9s;
}
.more .span2{
    display: inline-block;
    margin-left:0.5rem;
    margin-top:-0.1rem;
    position: relative;
    width:6px;
    height:10px;
}
.more .span2 img{
    position: absolute;
    top:0;
    left:0;
}
.more .span2 .img1{
    opacity:1;
}
.more .span2 .img2{
    opacity:0;
}
.news_list{
    width:100%;
}
.news_list a{
    float: left;
    display:inline-block;
    width:33.333%;
    padding-top:1.5rem;
    padding-right: 1.2rem;
    padding-left:1.2rem;
    box-sizing:border-box;
    line-height: 1.5;
    position: relative;
}
.home-b{
    width: 100%;
    height: 18.75rem;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
}

.home-tit{
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    width: 100%;
}
.home-b .content {
    width: 100%;
    position: absolute;
    bottom: -2.0rem;
    left: 0;
    padding: 0  6.35%;
    box-sizing: border-box;
}
.home-b .content .box{
    display: block;
    width: 47%;
    height: 100%;
    float:  left;
    margin-right: 6%;
    background-color: #fff;
    padding:2.125rem 1.5rem;
    box-sizing: border-box;
    transition: all 0.8s;
}
.home-b .content .box:last-child{
    margin-right: 0;
}
.home-b .content .box .txt{
    margin-top: 0.6rem;
    margin-left: 2.15rem;
    font-size: 0.45rem;
    color: #666666;
    line-height: 0.75rem;
    height: 1.5rem;
    overflow: hidden;
}
.home-b .content .box .tit span{
    margin-left: 2.15rem;
    font-size: 0.75rem;
    color: #333;
    line-height: 0.85rem;
    font-weight: 400;
}

.home-b .content .box .icon{
    margin-top: 0.6rem;
    margin-left: 2.15rem;
    position: relative;
}
.home-b .content .box .tit-icon{
    margin-top: -0.6rem;
    position: relative;
}
.home-b .content .box .tit-icon img{
    position: absolute;
    top: 0;
    left: 0;
}
.home-b .content .box .icon img{
    position: absolute;
    top: 0;
    left: 0;
}
.box{
    display: block;
}
.home-c{
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 2.3rem;
}
.home-c.patry-c{
    padding-bottom: 0;
    background-color:#eee;
}
.home-c.patry-c .content .tit span{
    font-size: .8rem;
}
.home-c .content{
    margin-top: 2.5rem;
}
.home-c .content .tit span{
    font-size: 1.2rem;
    color: #333;
    font-weight: 500;
}
.home-c .content .tit .news-btn{
    float: right;
    display: inline-block;
    margin: 0;
    vertical-align: bottom;
    margin-top: 1rem;
}
.home-c .content .tit .news-btn .more{
    width: 3.35rem;
    height: 1.0rem;
    line-height: 1.0rem;
}
.home-c .content .tit .news-btn .more span{
    font-size: 0.4rem;
    font-weight: 400;
    color: #fff;
}
.home-c .guid{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.home-c .guid a{
    display: inline-block;
    vertical-align:center;
    margin: 0;
    margin-left: 2.5rem;
    font-size: 0.45rem;
    color: #999999;
}
.home-c .guid a.on{
    color: #008fb2;
}
.home-c .listajax{
    margin-top: 1.4rem;
    width: 100%;
}
.home-c .list{
    width: 100%;
}
.home-c .list .left{
    position: relative;
    float: left;
    width: 45%;
    height: 13.0rem;
    overflow: hidden;
}
.home-c .list .left .box{
    width: 100%;
    height: 100%;
    display: none;
}
.home-c .list .left img{
    width: 100%;
    height: 100%;
    transition:  all 0.8s; 
}
.home-c .list .left .tit{
    position: absolute;
    font-size: 0.6rem;
    color: #fff;
    width: 100%;
    text-align: center;
    bottom: 0.75rem;
    left: 0;
    font-weight: 400;

}
.home-c .list .right{
    position: relative;
    float: right;
    width: 50%;
    height: 13.0rem;
    overflow: hidden;
}
}
.home-c .list .right a.on{
    color: #008fb2;
}
.home-c .list .right a.on .year{
    color: #008fb2;
}

.home-c .list .right a.on .txt .p1{
    color: #008fb2;
}
.home-c .list .right a.on .txt .p2{
    color: #008fb2;
}
.home-c .list .right a .txt {
    margin-top: -0.5rem;
	width:80%;

}
.home-c .list .right a{
    width: 100%;
    height: 20%;
}
.home-c .list .right a span{
    display: inline-block;
    vertical-align: middle;
}
.home-c .list .right a .year{
    color: #333;
    margin-right: 1.5rem;
}
.home-c .list .right a .year .p1{
    font-size: 0.9rem;
}
.home-c .list .right a .year .p2{
    font-size: 0.35rem;
    line-height: 1;
}
.home-c .list .right a .txt .p1{
    font-size: 0.55rem;
    color: #333;
    line-height: 2.5;
    margin-top: .5rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.home-c .list .right a .txt .p2{
    font-size: 0.35rem;
    line-height: 1;
    color: #666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news_list a:nth-child(2):after{
    content:'';
    width:1px;
    height:4.0rem;
    background-color:#eee;
    position: absolute;
    top:1.2rem;
    right: -4%;
}
footer{
    width: 100%;
    position: relative;
    background-color: #353535;
}
.footer-nav{
    float: left;
}
.footer-nav ul{
    width: 100%;
}
.footer-nav ul li{
    float: left; 
    margin-right: 3.25rem;
}
.footer-nav ul li .tit{
    font-size: 0.5rem;
    font-weight: 500;
    color: #fff; 
    line-height: 1.5;
}
.footer-nav ul li .sub{
    font-size:0.35rem;
    margin-top: 0.6rem;
}
.footer-nav ul li .sub a{
    color: #c9c9c9; 
    display: block;
    line-height: 2;
}
.footer-nav ul li:last-child{
    margin-right: 0;
}
footer .con{
    float: right;
    color: #fff;
    line-height: 1;
    text-align: right;
}
footer .con .num{
    font-size: 0.9rem;
    font-family: "BebasNeuePro-SemiExpBold";
}
footer .con .txt{
    margin-top: 0.5rem;
    font-size: 0.4rem;
    font-weight: 500;
    padding-bottom: 0.925rem;
    border-bottom:1px solid rgba(255,255,255,.2);
}
footer .con .list a{
    display: inline-block;
    width: 45px;
    height: 45px;
    border:1px solid rgba(255,255,255,.2);
    vertical-align: top;
    margin: 0;
    margin-left:10px;
    border-radius: 50%;
    margin-top: 1.5rem;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
footer .bottom{
    width: 100%;
    margin-top: 2.5rem;
    background-color: #262626;
}
footer  .bottom .main{
    padding-top: 0;
}
footer .bottom .left{
    float: left;
    font-size: 0.35rem;
    color:#999;
    font-family: "PINGFANG CG";
    line-height: 1.5rem;
}
footer .bottom .left a{
    color:#999;
}
footer .bottom  .right {
    float: right;
    text-align: right;
    margin-right: 0.5rem;
    width:auto;
    line-height: 1.5rem;
}
footer .bottom  .right a{
    cursor: pointer;
    font-size: 0.35rem;
    color:#999;
    font-family: "PINGFANG CG";
}
.foot-link{
    text-align: right;
    font-size: 0;
    width:105px;
    margin-top: .4rem;
    float: right;
    border: 1px solid rgba(255,255,255,.2);
}
.foot-link .fri-box {
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 0.35rem;
  color:#999;
  position: relative;
  cursor: pointer;
  text-align: left;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.foot-link .fri-box .fspan {
  position: relative;
}
.foot-link .fri-box .icon-unfold{
    width:6px;
    height:6px;
    border-bottom:1px solid #999;
    border-right:1px solid #999;
    transform:rotate(45deg);
    position: absolute;
    right: 10px;
    top: 36%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.foot-link .fri-box-up {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 26px;
  background: #353535;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 0;
  line-height: 25px;
  display: none;
}
.foot-link .fri-box-up a {
  display: block;
  line-height: 25px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: .6;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;

}
.foot-link .fri-box.active .icon-unfold{
    transform:rotate(-135deg); 
}
.foot-link .fri-box-up a:hover {
  color: #008fb2;
}
.sub_banner{
    width: 100%;
    position: relative;
    height: 15.0rem;
}
.sub_banner .bg{
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
}
.sub_banner .tit{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 38%;
    font-size: 0.45rem;
    color: #fff;
}
.sub_banner .tit .p1{
    font-size: 1.2rem;
}
.sub_banner .tit img{
    margin-top: 1.75rem;
    animation: trackBallSlide 5s linear infinite
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
6% {
    opacity: 1;
    -webkit-transform:  translateY(3px);
    transform:  translateY(3px);
}
14% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
15%, 19% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
28%, 29.99% {
    opacity: 1;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
30% {
    opacity: 1;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
36% {
    opacity: 1;
    -webkit-transform:  translateY(3px);
    transform:  translateY(3px);
}
44% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
45%, 49% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
58%, 59.99% {
    opacity: 1;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
60% {
    opacity: 1;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
66% {
    opacity: 1;
    -webkit-transform:  translateY(3px);
    transform:  translateY(3px);
}
74% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
75%, 79% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
88%, 100% {
    opacity: 1;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
}
.addess{
    width: 100%;
    text-align: left;
    background-color: #eeeeee;
}
.aboutmain{
    padding:0 12.65%;
}
.addess a{
    display: inline-block;
    text-align: center;
    line-height: 1.825rem;
    width: 5rem;
    margin:0;
    font-size: 16px;
    color: #666666;
}

.addess a.on{
    color: #008fb2;
    background-color: #fff;
}
.about-a{
    width: 100%;
    position: relative;
}
.about-a .aboutmain{
    padding-top: 4.0rem;
    padding-bottom: 2.5rem;
}
.about-a .left{
    width: 54%;
    height: 12.5rem;
    float: left;
    overflow: hidden;
}
.about-a .left .bg{
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center; 
    transition: all 0.8s; 
}
.about-a .right{
    width: 46%;
    height: 12.5rem;
    float: right;
}
.about-a .right .content{
    padding: 1.25rem 0 0 1.8rem;
}
.about-a .right .content .tit{
    width: 4.0rem;
    height: 1.0rem;
    background-color: #008fb2;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1.0rem;
    cursor: pointer;
}
.about-a .right .content .tit img{
    margin-right: 0.275rem;
    margin-top: -0.1rem
}
.about-a .right .content .p1{
    font-size:0.9rem;
    color: #333;
    line-height: 1.2;
    margin-top: 1.15rem;
    font-weight: 400;
}
.about-a .right .content .p2{
    font-size:0.45rem;
    color: #333;
    line-height: 1.2;
    margin-top: 0.6rem;
}
.about-a .right .content .p3{
    font-size:0.4rem;
    color: #666666;
    line-height: 0.75rem;
    margin-top:1.5rem;
}
.about-b{
    width: 100%;
    position: relative;
    height: 18.0rem;
    background-repeat: no-repeat;
    background-size: cover;

}
.about-b .aboutmain{
    padding-top: 2.25rem;
    padding-bottom: 2.5rem;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center; 
}
.about-b .tit{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.about-b .tit img{
    margin-right: 0.275rem;
    margin-top: -0.1rem
}
.about-b .txt{
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
    color: #fff;
}
.about-b .content{
    width: 100%;
    margin-top: 1.8rem;
}
.about-b .content a{
    display: block;
    width: 32%;
    height: 8.125rem;
    float: left;
    background-color: #fff;
    margin-right: 2%;
    padding: 1.0rem 1.5rem;
    box-sizing: border-box;
}
.about-b .content a:last-child{
    margin-right: 0;
}
.about-b .content a .p1{
    font-size: 0.6rem;
    color: #333;
}
.about-b .content a .p1 img{
    width: 1.25rem;
    margin-right:0.4rem;
    margin-top: -0.2rem;  
}
.about-b .content a .p2{
    font-size: 0.4rem;
    color: #666;
    line-height: 0.75rem;
    margin-top: 0.6rem;
    height: 3.75rem;
}
.about-b .content a .p2::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
.about-b .content a .p2::-webkit-scrollbar-track {
    background: #eee;
}

.about-b .content a .p2::-webkit-scrollbar-thumb {
    background:#008fb2;
    /*border-radius: 4px;*/
}

.about-b .content a .p2::-webkit-scrollbar-thumb:window-inactive {
    background:#008fb2;
}

.about-b .content a .p2::-webkit-scrollbar-thumb:vertical:hover {
    background:#008fb2;
}
.about-c{
    width: 100%;
    position: relative;
    height: 18.0rem;

}
.about-c .aboutmain{
    padding-top: 2.25rem;
    padding-bottom: 2.5rem;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center; 
}
.about-c .tit{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #008fb2;
}
.about-c .tit img{
    margin-right: 0.275rem;
    margin-top: -0.1rem
}
.about-c .txt{
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
    color: #008fb2;
}
.about-c .content{
    width: 100%;
    margin-top: 1.8rem;
}
.about-c .content img{
    width: 100%;
}
.news-a{
    width: 100%;
    position: relative;
}
.news-a .aboutmain{
    padding-top: 1.625rem;
    padding-bottom: 0.6rem;
}
.news-a .tit{
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    color: #333;
    font-family: "Microsoft Yahei";
}
.news-a .seach-box{
    margin-top: 1.0rem;
    width: 100%;
    text-align: right;
    height: 1.6rem;
}
.news-a .seach-box form{
    height: 100%;
}
.news-a .seach-box .seach{
    display: inline-block;
    vertical-align: top;
    width: 7.5rem;
    height:100%;
    border: 1px solid #eee;
    text-align: left;
}
.news-a .seach-box .seach .text{
    width: 80%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 0.6rem;
    font-size: 0.4rem;
    color: #999;
}
.news-a .seach-box .seach .lab{
    width: 18%;
    height: 100%;
    background-color: transparent;
    background-image: url(../img/ser1.png);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0
}
.news-a .seach-box .setor{
    display: inline-block;
    vertical-align: top;
    width: 7.5rem;
    height:100%;
    border: 1px solid #eee;
    text-align: left;
    margin-left: 15px;
    background-color: #008fb2;
    cursor: pointer;
}
.news-a .seach-box .setor .select2{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 0.6rem;
    text-align: left;
    position: relative;
}
.news-a .seach-box .setor .select2:after{
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 0.6rem;
    top: 40%;
    transform: rotate(45deg);
    transition: all 0.3s;
}
.news-a .seach-box .setor .select2 .sub-tit{
    font-size: 0.4rem;
    color: #fff;
    line-height: 1.6rem;
}
.news-a .seach-box .setor .select2.on:after{
    transform: rotate(-135deg);
}
.news-a .seach-box .setor .select2 .sub{
    width: 100%;
    text-align: left;
    position: absolute;
    top: 1.6rem;
    left: 0;
    background-color: #008fb2;
    z-index: 999;
    display: none;
    max-height: 6.4rem;
    overflow-y:scroll;
}
.news-a .seach-box .setor .select2 .sub::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
.news-a .seach-box .setor .select2 .sub::-webkit-scrollbar-track {
    background: #008fb2;
}

.news-a .seach-box .setor .select2 .sub::-webkit-scrollbar-thumb {
    background:#fff;
    /*border-radius: 4px;*/
}

.news-a .seach-box .setor .select2 .sub::-webkit-scrollbar-thumb:window-inactive {
    background:#fff;
}

.news-a .seach-box .setor .select2 .sub::-webkit-scrollbar-thumb:vertical:hover {
    background:#fff;
}
.news-a .seach-box .setor .select2 .sub a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.6rem;
    line-height: 1.6rem;
    color: #fff;
    font-size: 16px;
    border-top: 1px solid rgba(255,255,255,.5);
}
.news-a .imgbox{
    margin-top: 1.75rem;
    width: 100%;
}
.news-a .imgbox a{
    float: left;
    width: 49%;
    height: 9.5rem;
    overflow: hidden;
    position: relative;
    margin-right: 2%;
}
.news-a .imgbox a:last-child{
    margin-right: 0;
}
.news-a .imgbox a .bg{
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    transition: all 0.8s; 
}
.news-a .imgbox a .txt{
    position: absolute;
    font-size: 0.5rem;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.6rem;
    bottom: 0.6rem;
    line-height: 1;
}
.news-a .imgbox a .txt span{
  font-size: 0.35rem;
  float: right;
}
.news-a .list{
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 0.6rem;
}
.news-a .list a{
    display: block;
    width: 100%;
    border-top: 1px solid #eee;
    padding: 1rem 0;
}
.news-a .list a:last-child{
    border-bottom: 1px solid #eee;
}
.news-a .list a .img{
    width: 7.75rem;
    height: 5.0rem;
    overflow: hidden;
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.news-a .list a .img img{
    width: 7.75rem;
    height: 5.0rem;
    transition: all 0.8s; 
}
.news-a .list a .txt{
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 70%;
    height: 5.0rem;
    padding-left: 1rem;
    box-sizing: border-box;
    line-height: 1
}
.news-a .list a .txt .p1{
    font-size: 0.5rem;
    font-family: "Microsoft Yahei";
    color: #333;
    margin-bottom: 0.55rem;
}
.news-a .list a .txt .time{
    color: #808080;
    font-size: 0.325rem;
    margin-bottom: 0.625rem;
}
.news-a .list a .txt .p2{
    font-size: 0.375rem;
    font-family: "Microsoft Yahei";
    color: #666;
    line-height: 0.75rem;
    height: 1.6rem;
    overflow: hidden;
}
.news-a .list a .txt .p3{
    margin-top: 1rem;
    font-size: 0.325rem;
    color: #666;
}
.page{
    width:100%;
    text-align: center;
    position: relative;
    padding:1.2rem 0;
}
.pagination{
    width:100%;
    font-size: 0px;
    display:inline-block;
    margin:0;
    vertical-align:top; 
}
.pagination a{
    text-align: center;
    display:inline-block;
    width:1.05rem;
    height:1.05rem;
    border: 1px solid #eee;
    line-height:1.05rem;
    font-size: 0.4rem;
    vertical-align:top; 
    margin-right: 0.2rem;
    color:#333;
    transition:all 0.3s;
    background-color: #fff;
}
.pagination a[rel="prev"],
.pagination a[rel="next"]
{
    background-image: url(../img/l1.png);
    background-position: center;
    background-repeat:no-repeat;
}
.pagination a[rel="next"]{
    transform:rotate(180deg);
}
.pagination a.active{
    background-color:#008fb2;
    color:#fff;
}
/*.pagination a.pev{
    background-image: url(../img/h1.png);
}
.pagination a..next{
    background-image: url(../img/h1.png);
}
*/
.service-a{
    width: 100%;
    position: relative;
}
.service-a .aboutmain{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}
.patry-c .aboutmain{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}
.service-a .left{
    width: 50%;
    float: left;
}
.service-a .left .content{
    padding-right: 4.0rem;
    text-align: left;
}
.service-a .left .content2{
    padding-right: 6rem;
    margin-top: 1rem;
    text-align: left;
}
.service-a .left .tit{
    font-size:0.8rem;
    color:#333;
    line-height: 1.375rem;
    font-weight: 500;
}
.service-a .left .p1{
    font-size: 0.6rem;
    color: #008fb2;
    line-height: 1.5;
}
.service-a .left .txt3{
    margin-top: 1rem;
    font-size: 0.6rem;
    color: #008fb2;
    line-height: 1.5;
}
.service-a .left .p3{
    width: 100%;
    background-color: #f7f7f7;
    font-size: 0.4rem;
    color: #333;
    width: 300;
    line-height: 0.75rem;
    height: 5.75rem;
    padding: 1rem 0.875rem;
    box-sizing: border-box;
    margin-top: 1rem;
}
.service-a .right{
    width: 50%;
    float: right;
    height: 10.225rem;
    overflow: hidden;
}
.patry .service-a:nth-child(2n) .right{
    float: left;
}
.patry .service-a:nth-child(2n) .left{
    float: right;
}
.patry .service-a:nth-child(2n){
    background-color: #f1f1f1;
}  

.patry .service-a:nth-child(2n) .left .content2{
    padding-right: 0;
    padding-left: 6rem;
}
.service-a .right .bg{
    width: 100%;
    height: 100%;
    transition: all 0.8s;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.8s; 
}
.service-b{
    width: 100%;
    position: relative;
    background-color: #f1f1f1;
}
.service-b.parb{
    background-color:#fff;
}
.service-b .aboutmain{
    padding-top: 2.25rem;
    padding-bottom: 2.5rem;
}
.service-b .tit{
    color: #333;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1;
}
.service-b .list{
    width: 100%;
    margin-top: 1rem;
}
.service-b .list ul{
    width: 100%;
}
.service-b .list li{
    width:31%; 
    height: 5.5rem;
    background-color: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 1rem;
    transition: all .8s;
}
.service-b .list li:nth-child(3n){
    margin-right: 0;
}
.service-b .list li .txt{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.service-b .list li .txt .p1{
    font-size: 0.6rem;
    color: #fff;
}
.service-b .list li .txt .p1 img{
    margin-right: 0.3rem;
    margin-top: -0.1rem;
}
.service-b .list li .txt .p2{
    font-size: 0.4rem;
    color: #fff;
    line-height: 1.5;
    margin-top: .1rem;
    display: none;
}
.service-b .list li.on{
    background: #008fb2 !important;
    opacity: 0.2;
    transition: all .8s;
}
.service-b .list li .txt .p3{
    font-size: 0.4rem;
    color: #fff;
}
.patry-list{
    width: 100%;
    position: relative;
}
.patry-list .aboutmain{
    padding-top:2.25rem;
}
.patry-list .aboutmain ul{
    width: 100%;
}
.patry-list .aboutmain ul li{
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 1.0rem;
}
.patry-list .aboutmain ul li:nth-child(3n){
    margin-right: 0;
}
.patry-list .aboutmain ul li a{
    display: block;
    width: 100%;
}
.patry-list .aboutmain ul li .img{
    width: 100%;
    height: 7rem;
    overflow: hidden;
}
.patry-list .aboutmain ul li .img img{
    width: 100%;
	height:100%;
    transition: all .8s;
}
.patry-list .aboutmain ul li .txt{
    margin-top: .6rem;
    font-size: 0.45rem;
    color: #333;
    line-height: 0.825rem;
    height: 1.65rem;
    overflow: hidden;
}
.patry-list .aboutmain ul li .time{
    margin-top: .1rem;
    font-size: 0.35rem;
    color: #333;
}
.service-a .content2 .txt2{
    margin-top: 1rem;
    font-size: 0.35rem;
    color: #666;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}
.service-a .content2 .tit img{
    margin-right: 0.5rem;
    margin-top: -0.35rem;
}
.conect{
    width: 100%;
    position: relative;
}
.conect .aboutmain{
    padding: 2.5rem 6%;
    background-color: #eeeeee;
}
.conect .left{
    padding:1.5rem;
    width: 31%;
    float: left;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    height: 15.125rem;
}
.conect .right{
    width: 69%;
    float: right;
    background-color: #fff;
    height: 15.125rem;
    box-sizing:border-box;
}
.conect .right .map{
    width: 100%;
    height: 100%;
    position: relative;
}
.conect .left .tit{
    font-size: 0.5rem;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.3rem;
    box-sizing: border-box;
}
.conect .left a{
    display: block;
    text-align: left;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
.conect .left a img{
    margin-top: 0rem
}
.conect .left a .txt{
    font-size: 0.45rem;
    margin-left: 0.3rem;
    color: #333;
    font-weight: 500;
    display: inline-block;
    width: 60%;
    vertical-align: top;
    line-height: 1.5;
    margin-left: 0.4rem;
}
.conect .left a .txt p{
    font-size: 0.4rem;
    font-weight: 400;
}

.news_list a:nth-child(2):before{
    content:'';
    width:1px;
    height:4.0rem;
    background-color:#eee;
    position: absolute;
    top:1.2rem;
    left: -4%;
}
.news_list a .p1{
    font-size: 0.45rem;
    font-weight: 500;
    color:#333;
}
.news_list a .p2{
    padding-top:0.6rem;
    font-size: 0.35rem;
    color:#999999;
    padding-bottom:0.6rem;
}
.news_list a:last-child{
    padding-right:0;
    padding-left: 2.4rem;
}
.news_list a:first-child{
    padding-right:2.4rem;
    padding-left: 0;
}
.listul{
    width:100%;
    border-right: 1px solid #eee;
}

.newsinfo-box{
    padding: 1.75rem 0 3.1rem;
}
.newsinfo-view{
    width: 71.875%;
    margin: 0 auto;
}
.view{
    padding: 0 9.375%;
}
.newsinfo-box .bread{
    margin-bottom: 1rem;
}
.bread{
    font-size: 0;
}

.bread a,
.bread span{
    font-size: .35rem;
    line-height: .4rem;
    color: #7e7e80;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.bread span{
    margin: 0 .2rem;
}
.bread a.cur{
    color: #3974ba;
}

.bread .home{
    padding-left: .7rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .4rem;
    background-image: url('../img/home-icon.png');
}

.newsinfo-box .tit-box{
    text-align: center;
    padding-bottom: .5rem;
    border-bottom: 1px solid rgba(27,27,27,.08);
}
.newsinfo-box .title{
    font-size: .8rem;
    line-height: 1rem;
    color: #000;
}
.newsinfo-box .sub-tit{
    margin-top: 1.25rem;
    font-size: 0;
}
.newsinfo-box .sub-tit .time,
.newsinfo-box .sub-tit .num,
.newsinfo-box .sub-tit .divide,
.newsinfo-box .sub-tit .share-box{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .35rem;
    line-height: .4rem;
    color: #262626;
}
.newsinfo-box .sub-tit .divide{
    width: 1px;
    height: 10px;
    background-color: #bfbfbf;
    margin: 0 .45rem;
}
.newsinfo-box .sub-tit .num{
    padding-left: .7rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../img/look.png');
    background-size: .5rem;
}
.newsinfo-box .sub-tit .share-box .tit,
.newsinfo-box .sub-tit .share{
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.newsinfo-box .sub-tit .share{
    margin-left: .2rem;
}
.newsinfo-box .sub-tit .share a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: .5rem;
    height: .5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
    margin: 0 .2rem 0 0;
}
.newsinfo-box .sub-tit .share .bshare-weixin{
    background-image: url('../img/share-icon1.png');
}
.newsinfo-box .sub-tit .share .bshare-sinaminiblog{
    background-image: url('../img/share-icon2.png');
}
.newsinfo-box .con{
    font-size: 16px;
    line-height: .9rem;
    color: #4c4c4c;
    margin-top: 1.5rem;
}
.newsinfo-box .con img{
    max-width: 100%;
    height: auto!important;
}
.newsinfo-box .ctrl-box{
    margin-top: 2.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(27,27,27,.08);
}
.newsinfo-box .ctrl{
    float: left;
    width: 50%;
}
.newsinfo-box .ctrl a{
    display: block;
    font-size: .375rem;
    line-height: .75rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}
.newsinfo-box .ctrl-box .back-btn{
    float: right;
    width: 3.7rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    border-radius: .5rem;
    background-color: #008fb2;
    border: 2px solid #008fb2;
    transition: all .3s;
    display: block;
    font-size: 0;
}
.newsinfo-box .ctrl-box .back-btn span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-left: .6rem;
    font-size: .375rem;
    color: #fff;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .425rem;
    background-image: url('../img/back-icon.png');
    transition: all .3s;
}
.toa {
    position: absolute;
    top: -2.5rem;
    width: 10%;
    height: 1px;
}
.result-box{
    padding: 5rem 0 2rem 0;
}
.result-box .result-tit{
    font-size: .6rem;
    line-height: .7rem;
    color: #666;
}
.result-box .sub-nav{
    border-bottom: 1px solid #e5e5e5;
    margin-top: .5rem;
}
.result-box .sub-nav .swiper-slide{
    margin-right: 1.75rem;
}
.result-box .sub-nav .swiper-slide a:after{
    display: none;
}
.result-box .sub-nav .swiper-slide.cur a{
    font-weight: normal;
}
.result-box .result-list{
    margin-top: 1.25rem;
}
.result-box .pro-list .row{
    margin: 0 -.35rem;
}
.result-box .pro-list .item{
    box-sizing: border-box;
    padding: 0 .35rem;
    margin-bottom: .7rem;
}
.result-box .pro-list .con-box{
    display: block;
}
.result-box .pro-list .img{
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.result-box .pro-list img{
    width: 100%;
}
.result-box .pro-list .text{
    margin-top: .4rem;
}
.result-box .pro-list .tit{
    font-size: .45rem;
    line-height: .55rem;
    color: #333;
    transition: all .2s;
}
.result-box .pro-list .more{
    font-size: .3rem;
    line-height: .4rem;
    color: #666;
    margin-top: .25rem;
    transition:all .2s;
}
.result-box .news-lists .row{
    margin: 0 -.75rem;
}
.result-box .news-lists .news-item{
    padding: 0 .75rem;
    box-sizing: border-box;
}
.result-box .news-lists .con-box{
    display: block;
    padding: .5rem 0 .5rem .75rem;
    position: relative;
    font-size: .35rem;
    line-height: .4rem;
    color: #666;
    border-bottom: 1px dotted #ddd;
    transition: all .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}
.result-box .news-lists .con-box:before{
    content: "";
    position: absolute;
    left: .25rem;
    top: 50%;
    width: 6px;
    height: 6px;
    background-color: #888888;
    border-radius: 100%;
    transform: translateY(-50%);
    transition: all .2s;
}
.search-nav{
    overflow: hidden;
}
.search-nav .swiper-slide{
    width: auto;
    margin-right: 2.5rem;
}
.search-nav .swiper-slide:last-child{
    margin-right: 0;
}
.search-nav .swiper-slide a{
    display: block;
    font-size: .35rem;
    line-height: 1.5rem;
    color: #555;
    transition: all .3s;
}
.search-nav .swiper-slide a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #008fb2;
    transition: all .3s;
    
}
.search-nav .swiper-slide a:after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.search-nav .swiper-slide.cur a{
   color: #008fb2;
}
.search-nav .swiper-slide.cur a:before{
    width: 100%;
}

.result-box .search-nav{
    border-bottom: 1px solid #e5e5e5;
    margin-top: .5rem;
}
.result-box .search-nav .swiper-slide{
    margin-right: 1.75rem;
}
.result-box .search-nav .swiper-slide a:after{
    display: none;
}
.result-box .search-nav .swiper-slide.cur a{
    font-weight: normal;
    background-color: #fff;
}
.result-box .page{
    margin-top: 1.25rem;
}
@media (max-width: 1680px) {
    .footer-nav ul li {
        float: left;
        margin-right: 1.5rem;
    }
}
@media (max-width: 1440px) {
    .pc-nav {
        float: left;
        margin-left: 2rem;
    }
}
@media (max-width: 1366px) {}




.m_img{
    display: none;
}

@media(max-width: 767px){
    .homebanner .homebanner_box .bg{
        display: none;
    }
    .homebanner_box .m_img{
        position: absolute;
        left: 50%;
        top: 0;
        transform:translateX(-50%); 
        width: 100%;
        display: block;
        height: 13.28rem;
    }
}