/* 弹出搜索 begin */
.searchBar-m {display:none;width:100%;height:100%;position:fixed;top:0px;z-index:9999;text-align:center}
.searchBar-m .mask {position:absolute;left:0;right:0;width:100%;height:100%;background:#000;opacity:0.8;}
.searchBar-m a {display:block;position:absolute;right:5%;top:5%;width:60px;height:60px;line-height:56px;font-size:48px;z-index:9999;color:#fff;}
.searchBar-m a:hover{color:#FF2741}
.searchBar-m .form-group {width:70%;max-width:720px;position:absolute;left:50%;top:40%;transform:translate(-50%,-200%);}
.searchBar-m .input{width:88%;background:transparent;border:0;border-bottom:2px solid #f2f2f2;color:#6A6262;height:60px;line-height:60px;float:left;padding:0}
.searchBar-m .button {width:8%;height:60px;line-height:60px;border-bottom:2px solid #f2f2f2;display:block;float:left;background:url(../images/ico-search-button.png) no-repeat center 50%;text-indent:-2000px}
.searchBar-m .button:hover {background:url(../images/ico-search-button.png) no-repeat center 50%;}

/* PC导航 */
header {
width:100%;
padding:15px 4% 0px;
background:#fff;
height:90px;

}

header .logo{
    float:left;
}

header .nav-r {
float:right;
    margin-top: 20px;
}
header .nav-r ul{
    float:left;
    margin-right: 40px;
}
header .nav-r ul li{
display:inline-block;
margin:0px 30px;

}
header .nav-r ul li:hover .drop-menu {
  
   opacity: 1; visibility: visible; 
    }
header .nav-r ul li a:after {
        content:'';
        position:absolute;
        width:0;
        height:3px;
        left:50%;
        bottom:-30px;
        background:#23499e;
        transition:all 0.5s;
    }

header .nav-r ul li a.cur:after {
        content:'';
        position:absolute;
        width:100%;
        height:3px;
        left:0%;
        bottom:-31px;
        background:#23499e;       
    }
header .nav-r ul li:hover>a:after{
         width:100%;
          left:0;
    }
header .nav-r ul li a {
font-size:18px;
position:relative;
}
header .nav-r ul li a:hover,header .nav-r ul li a.cur {
color:#23499e;
}
header .nav-r ul li ul li{
display:block;
margin:0px;
line-height:25px;
    text-align: center;
}
header .nav-r ul li ul li a{
font-size:14px;
}
header .nav-r ul li .drop-menu {
    top:55px;   
    min-width: 140px;
    left: -45%;
    margin-right: 0;
    margin-top: 0;   
    padding: 5px 0px;
    background: #f3f3f3;  
   opacity: 0; visibility: hidden; -webkit-transition: .55s; transition: .55s;

}

header .nav-r ul li ul li a:after,header .nav-r ul li ul li:hover a:after{
 width:0;
    }


 header .nav-search{
float: left;
cursor: pointer;
    }
header {
}


#pc-header{position: fixed;top:0;left:0;right:0;z-index:9;box-shadow:2px 4px 15px rgb(0 0 0 / 10%);}
   

 


  

/*手机导航 begin */
.mhearder {
    z-index: 12;
    position: fixed;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    box-shadow: 0 1px 1px #ccc;
    padding: 5px 0;
    background: rgba(255,255,255,0.8);
}
.mhearder.cur{
    border-bottom: 1px solid #e1e3e9;
}
.mhearder .logobox {
    display: inline-block;
    margin-top: 5px;
    margin-left: 20px;
    position: relative;
}
.mhearder.cur .logobox img{
    opacity: 0;
}
.mhearder.cur .logobox img.logo2{
    opacity: 1;
}

.dhbox {
    float: right;
    width: 100px;
    transition: all .6s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50px;
    cursor: pointer;
    position: relative;
    color: #333;
}

.mhearder.cur .dhbox{
    color: #323a42;
}

.mobile_btn {
    cursor: pointer;
    margin-right: 15px;
    z-index: 4;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.mobile_btn span {
    display: block;
    width: 18px;
    height: 1px;
    background: #333;
    transition: all .45s;
}
.mhearder.cur .mobile_btn span{
    background: #323a42;
}
.mobile_btn .line2 {
    margin: 8px 0;
    width: 12px;
}
.dhbox:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    top: 25%;
    left: -1px;
    background: #dedede;
}
.mhearder.cur .dhbox:after{
    background: #323a42;
}
.z_mask {
    width: 0%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.7);
    transition: all .6s;
    z-index: 10;
}
.slide_box {
    width: 60%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 60px;
    padding: 0;
    transition: all .6s;
    z-index: 101;
    transform: translateX(100%);
    box-sizing: border-box;
    border-left: 1px solid rgba(255,255,255,0.17);
}
.slide_nav li a {
    display: block;
    width: 100%;
    position: relative;
    line-height: 45px;
    border-bottom: 1px solid rgba(255,255,255,0.17);
    padding: 0 10px;
    color: #ffffff;
    box-sizing: border-box;
    font-size: 16px;
}
.mobile_btn.on .line1 {
    transform: rotate(45deg);
    transform-origin: -20% 50%;
}
.mobile_btn.on .line2 {
    width: 0;
}
.mobile_btn.on .line3 {
    transform: rotate(-45deg);
    transform-origin: -20% 50%;
}
.z_mask.active {
    width: 100%;
}
.slide_box.active {
    transform: translateX(0);
}
/*手机导航面包ico end */
/* 拖动变色 begin */
#pc-header .navbar.fixed.fixed-top h1 a{background-image:url(../images/logo.png);}
#pc-header .navbar.fixed.fixed-top{-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.06); box-shadow:0px 1px 1px rgba(0, 0, 0, 0.06);width: 100%;-webkit-transition: 0.5s; transition: 0.5s;
	background:#FFFFFF;
}
#pc-header .navbar.fixed.fixed-top .logo-description{color:#9C9494}
#pc-header .navbar.fixed.fixed-top a,#pc-header .navbar.fixed.fixed-top .nav li ul li a,#pc-header .navbar.fixed.fixed-top .nav li.active ul li a{
	color:#6A6262
}
#pc-header .navbar.fixed.fixed-top a.user-ico i,#pc-header .navbar.fixed.fixed-top a.search-ico i,#pc-header .navbar.fixed.fixed-top a.shop-ico i{
	color:#6A6262
}
#pc-header .navbar.fixed.fixed-top .loginbar .drop-menu a:hover{background:#EF0101;color:#fff}
#pc-header .navbar.fixed.fixed-top .nav li.active a,#pc-header .navbar.fixed.fixed-top .nav li ul li a:hover,#pc-header .navbar.fixed.fixed-top .nav li:hover a.first-level{
	color:#6A6262;border-bottom:1px solid #FF2741
}
#pc-header .navbar.fixed.fixed-top .nav li ul{border-top-left-radius:0px;border-top-right-radius:0px;transition: 0.3s;}
#pc-header .navbar.fixed.fixed-top .mobile-toggle i,#pc-header .navbar.fixed.fixed-top .mobile-toggle i::before,#pc-header .navbar.fixed.fixed-top .mobile-toggle i::after{
background:#6A6262
}
/* 拖动变色 end */
/*导航条*/
.qtnavlist {
    background: #f8f9fb;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

    .qtnavlist .swiper-container {
        float: left;
    }

    .qtnavlist .swiper-slide {
        margin-right: 50px;
        text-align: center;
        width: 130px;
    }

        .qtnavlist .swiper-slide a {
            display: block;
            width: 100%;
            height: 60px;
            display: -webkit-box;
            /* �ϰ汾�﷨: Safari, iOS, Android browser, older WebKit browsers. */
            display: -moz-box;
            /* �ϰ汾�﷨: Firefox (buggy) */
            display: -ms-flexbox;
            /* ���ϰ汾�﷨: IE 10 */
            display: -webkit-flex;
            /* �°汾�﷨: Chrome 21+ */
            display: flex;
            /* �°汾�﷨: Opera 12.1, Firefox 22+ */
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 16px;
        }

        .qtnavlist .swiper-slide:last-child {
            margin-right: 0;
        }

        .qtnavlist .swiper-slide a.cur,
        .qtnavlist .swiper-slide a:hover {
            background: #23499e;
            color: #fff;
        }


.dhwzbox {
    float: right;
    line-height: 60px;
    font-size: 14px;
    color: #7b7b7b;
}

    .dhwzbox:before {

    }

    .dhwzbox a {
        color: #7b7b7b;
        padding-left: 10px;
    }

.dhwzbox a:before {
    content: ">";  
    color: #999;
    height: 100%;
    font-family: "宋体","\5B8B\4F53";
    width: 24px;
    text-align: left;
    font-weight: 700;
}

    .dhwzbox span {
        color: #01448c;
    }


.pcbanner {
    width: 100%;
    height: 500px;
    background: url(../images/z1.jpg) center center / cover no-repeat;
    overflow: hidden;
    margin-top: 90px;
}
.pcbanner .text {

    color: white;
    margin: 180px auto 0px;
    text-align: center;
}
.pcbanner .text h1 {
    font-size: 30px;
    font-weight: normal;
    font-weight: 100;
    margin-bottom:10px;
     text-transform: uppercase;
}
.pcbanner .text em {
    font-size: 26px;
    font-weight: 100;
   
}
.mabbanner .text {

    color: #fff;
    margin:0;
    text-align: center;
        padding-top: 30px;
}
.mabbanner .text h1 {
    font-size: 20px;
    font-weight: normal;
    font-weight: 100;
    margin-bottom:10px;
     text-transform: uppercase;
}
.mabbanner .text em {
    font-size: 20px;
    font-weight: 100;
   
}


.tip_anim {
  display: inline-block;
  margin: 0.75rem 0;
  height: 60px;
}
.Tipss span {
  display: block;
}
.tip_anim span {
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #fff;
  animation-name: scrollTip;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.82, 0.24, 0.25, 1);
}
@keyframes scrollTip {
  0% {
    transform: scale(1, 0);
    transform-origin: top;
  }
  49% {
    transform: scale(1, 1);
    transform-origin: top;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: bottom;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: bottom;
  }
}


/*





#484848为拖动后的导航条,下拉菜单背景色
#FF2741为触发效果变色
 */
@media (max-width: 1600px) {
        header .nav-r ul {
        margin-right: 20px;
    }
        header .nav-r ul li {
            margin: 0 20px;
        }
}
@media (max-width: 1500px) {
}
@media (max-width: 1450px) {
}
@media (max-width: 1366px) {
    header {
padding: 15px 2% 0px;
    }
 header .nav-r ul li {
       margin: 0px 10px;
        }
}
@media (max-width: 1355px) {
}
@media (max-width: 1300px) {
}
@media (max-width: 1260px) {
}
@media (max-width: 1199px) {
    body {
        padding-top: 60px;
    }

    #pc-header {
        display: none;
    }

    .pcbanner {
        display: none;
    }

    .dhwzbox {
        display: none;
    }

    .mhearder {
        display: block;
    }

    .mabbanner {
        display: block;
        height: 200px;
    }
    .qtnavlist .container {
padding: 0;
    }
    .qtnavlist .swiper-slide a {
        height: 50px;
        font-size: 14px;
    }

    .qtnavlist .swiper-slide {
        margin-right: 0px;
        width: 100px;
    }
}
@media (max-width: 1000px) {
}
@media (max-width: 800px) {
}
@media (max-width: 760px) {
}
@media (max-width: 640px) {
    .tip_anim {
  height: 30px;
}
}
@media (max-width: 500px) {
}