/*清除默认样式*/
body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;font-weight: normal;}
fieldset,img{border:0;}
img{vertical-align:middle;}
ol,ul,li{list-style-type:none;}
p,big,small,font,em{display:block;margin:0;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:13px;font-family:inherit;margin:0;outline:none;resize:none;border:none;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;}
body{color:#666;font-size:14px;line-height:1.6;font-family: -apple-system, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;font-family: "MiSans-Light";}

a{color:#666;text-decoration:none;outline:none;}
a:hover {text-decoration: none;color:#3a3a3a;}
img{-ms-interpolation-mode:bicubic;*max-width:100%;-webkit-touch-callout:none;}


/*html5 初始化新标签的CSS*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block;}
/*清除浮动*/
.clearfix:after {clear: both; content: ""; display:block; height: 0; overflow: hidden; visibility: hidden; }
.clearfix { zoom:1;}



/*显示屏-滚动条样式*/
::-webkit-scrollbar {
    width: 6px;
    height: 8px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    background: #e4002b;
}
/*城市筛选下拉-滚动条样式*/
select::-webkit-scrollbar {
    width: 2px;
    height: 4px;
    background-color: transparent;
}
select::-webkit-scrollbar-thumb {
    border-radius: 1px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    background: #e4002b;
}
/*滚动条样式 end*/

/* 以1920px宽度，100px字体大小为基准动态的根元素字体大小 */

html { font-size: calc(100vw * 100 / 1920); }
@media screen and (max-width: 1200px) {
    html { font-size: 100px; }
}
@media screen and (max-width: 1024px) {
    html { font-size: 100px; }
    html { font-size: calc(100vw * 100 / 1100); }
}
@media screen and (max-width: 768px) {
  html { font-size: calc(100vw * 100 / 800); }
  /*html { font-size: 95px; }*/
}
@media screen and (max-width: 368px) {
  html { font-size: calc(100vw * 100 / 400); }
  /*html { font-size: 90px; }*/
}

body {
  --fs150: 1.50rem;
  --fs120: 1.20rem;
  --fs70: 0.7rem;
  --fs48: 0.48rem;
  --fs36: 0.36rem;
  --fs28: 0.28rem;
  --fs24: 0.24rem;  
  --fs20: 0.20rem;
  --fs18: 0.18rem;
  --fs16: 0.16rem;
  --fs14: 0.14rem;  
}
@media (min-width: 1920px) {
body {
  --fs150: 150px;
  --fs120: 120px;
  --fs70: 70px;
  --fs48: 48px;
  --fs36: 36px;
  --fs28: 28px;
  --fs24: 24px;
  --fs20: 20px;
  --fs18: 18px; 
  --fs16: 16px; 
  --fs14: 14px;    
  }
}
@media (max-width: 1024px) {
body {
    width: 100%;
  --fs150: 68px;
  --fs120: 48px;
  --fs70: 28px;
  --fs48: 24px;
  --fs36: 24px;
  --fs28: 24px;
  --fs24: 24px;
  --fs20: 20px;
  --fs18: 18px; 
  --fs16: 16px; 
  --fs14: 14px;    
  }
}
@media (max-width: 768px) {
body {
    width: 100%;
  --fs150: 0.68rem;
  --fs120: 0.48rem;
  --fs70: 0.28rem;
  --fs48: 0.24rem;
  --fs36: 0.24rem;
  --fs28: 0.24rem;
  --fs24: 0.24rem;
  --fs20: 0.20rem;
  --fs18: 0.18rem; 
  --fs16: 0.16rem; 
  --fs14: 0.14rem;    
  }
}




/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.wrap{width:100%;overflow:hidden;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.erp{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.center{text-align:center;}
.normal{font-weight:normal;}
.box{box-sizing: border-box;}
.en {font-family:Arial,'Times New Roman','Microsoft YaHei',SimHei;   }
.pic-scale{-webkit-transition:opacity 0.55s, -webkit-transform 0.55s;transition: opacity 0.55s, transform 0.55s;-webkit-transform: scale(1);transform: scale(1);}
.radius{ border-radius:25px; -webkit-border-radius:25px; -moz-border-radius:25px; -ms-border-radius:25px; -o-border-radius:25px;}
.flex {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.full {
    width:100%;
}
.container {
    width: 82%;
    margin: 0 auto;
    padding:0 15px;
}
@media (max-width: 1920px){
.container {
    max-width: 1920px;
    margin: 0 auto;
    padding:0 15px;
} 
}
@media (max-width: 1700px){
.container {
    width: 96%;
    padding:0 15px;
}  
}
@media (max-width: 1024px){
.container {
    width: 100%;
    padding:0 15px;
}
}


/*头部*/
.header {
    display: flex;
    padding: 0 0;
    border-bottom: none;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: none;
    transition:1s all;

}
.header::after{
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top,rgba(0,0,0,0.01) 0,rgba(0,0,0,.5) 100%);
}

.headerfix::after,
.headerfixmenu::after {
    background: none;
}
/*头部logo*/
.header .logo {
    width: 30%;
    max-width: 250px;
    height: 57px;
    background: url(../images/logo.svg) no-repeat left center/90%;
    transition:0.8s all;
}
.header .logo a {
    display:block;
    width:100%;
    height:inherit;
    opacity: 0;
}

/*头部菜单*/
.header .nav {
    margin:0 5% 0 auto; 
    line-height: 59px;
}
.header .nav ul {
    width:100%;
}
.header .nav ul li {
    position:relative;
    float: left;
    padding: 20px 20px;
    transition:padding 0.5s;
}
.header .nav ul li::after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:-1;width:100%;height:100%;background-color:#e4002b;transform:scaleY(0);-webkit-transform:scaleY(0);-moz-transform:scaleY(0);-ms-transform:scaleY(0);-o-transform:scaleY(0);transition:transform 350ms cubic-bezier(.65,.05,.36,1);-webkit-transition:transform 350ms cubic-bezier(.65,.05,.36,1);-moz-transition:transform 350ms cubic-bezier(.65,.05,.36,1);-ms-transition:transform 350ms cubic-bezier(.65,.05,.36,1);-o-transition:transform 350ms cubic-bezier(.65,.05,.36,1);transform-origin:center bottom}
.header .nav ul li:hover::after,.header .nav ul li.active::after{transform:scaleY(1);-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-ms-transform:scaleY(1);-o-transform:scaleY(1);transform-origin:center top;backface-visibility:hidden;-webkit-backface-visibility:hidden;}

.header .nav ul li>a {
    font-size:var(--fs16);
    color:#fff;
    font-family: "MiSans-Medium";
    padding: 4px 0;
    transition: all 0.8s;
}
.header .nav ul li.active>a {
    color: #fff;
}

.header .nav ul li:hover>a {
    color: #fff;
}
@media screen and (max-width:1600px){
.header .nav ul li {
    padding: 10px 12px;
}
}
@media screen and (max-width:1400px){
.header .submenu .tel{
    display:none;
}
}

/*头部-搜索产品功能浮窗显示和隐藏样式*/
.header .nav .search-product {
    display:none;
}
.header .nav .searchfix {
    display:block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.header .nav .searchfix .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background:rgba(0, 0, 0, 0.6);
}
.header .nav .searchfix .box {
    max-width: 1530px;
    margin: -300px auto;
    padding: 150px 15px 100px 15px;
    top: 50%;
    position: relative;
    z-index: 1;
}
.header .nav .searchfix .box form {
    display:block;
    width:424px;
    margin:0 auto;
}
.header .nav .searchfix .box .test {
    float: left;
    width: 360px;
    height: 42px;
    line-height: 42px;
    color: #252525;
    border:1px solid #ccc;
    padding: 0 12px;
    font-size:var(--fs14);
}
.header .nav .searchfix .box .button {
    width: 60px;
    height: 42px;
    line-height: 38px;
    background:#005f38 url(../images/search.png) no-repeat center;
}


.header .menu{ 
    display:none;
    width:39px; 
    height:39px; 
    margin-left:20px;
    margin-top:8px;
    background:url(../images/menu.svg) no-repeat center;
    background-size:cover;}

.header .submenu {
}
.header .submenu a {
    display:block;
}
.header .submenu .search {
    width: 20px;
    height: 21px;
    margin:0 30px 0 0;
    background: url(../images/search.svg) no-repeat center/100%;
    cursor: pointer;
}
.header .submenu .englist {
    width: 20px;
    height: 21px;
    margin:0 30px 0 0;
    background: url(../images/en.svg) no-repeat center/100%;
    cursor: pointer;
}
.header .submenu .tag {
    text-align: center;
    line-height: 23px;
    margin-left: 15px;
    margin-top: 18px;
    color:#fff;
}
.header .call {
    padding: 0 0 0 40px;
    background: url(../images/tel.svg) no-repeat left center/30px;
}
.header .call p {
    font-size:var(--fs12);
    color: #fff;
}
.header .call .tel {
    font-size:var(--fs16);
    color: #fff;
    font-family: 'Futura-Medium';
}


/*头部-下拉菜单*/
.header .nav ul li:hover .sub-box {
    display: block;
}
.sub-box {
    position: absolute;
    left: 50%;
    top: 99px;
    transform: translate(-50%, 0%);
    z-index: 8;
    width: 180px;
    display: none;
    padding: 20px;
    border-radius: 0px;
    background: #fff;
}
.sub-box a,.headerfix .nav ul li .sub-box a {
    display: block;
    font-size:var(--fs16);
    color:#000;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}

.sub-box a:last-child {
    *border-bottom: none;
}
.sub-box a:hover,.headerfix .nav ul li .sub-box a:hover  {
    color:#e4002b;
}

@media (max-width: 1024px){
.header .nav ul li:hover .sub-box {
    display: none;
}
}
/*头部-下拉菜单*/


/*头部绝对定位样式*/
.headerfix,.headerfixmenu {
    border-bottom: solid 1px #d9d9d9;
    background: #fff;
}
.headerfix,.headerfixmenu {
    -webkit-animation: headerfix ease-in-out .9s 0.1s both;
    -moz-animation: headerfix ease-in-out .9s 0.1s both;
    animation: headerfix ease-in-out .9s 0.1s both;
}

.headerfix .logo,.headerfixmenu .logo {
    background: url(../images/logo-fix.svg) no-repeat left center/90%;
} 
.headerfix .nav ul li {
}
.headerfix .nav ul li a { 
    font-size:var(--fs16);
    color:#3a3a3a;
}
.headerfix .nav ul li.active::after {
    background:#e4002b;
}
.headerfix .submenu .search {
    background: url(../images/search-fix.svg) no-repeat center/100%;
}
.headerfix .submenu .englist {
    background: url(../images/en-fix.svg) no-repeat center/100%;
}
.headerfix .submenu .tag {
    color:#252525;
}
.headerfix .call {
    padding: 0 0 0 40px;
    background: url(../images/telfix.svg) no-repeat left center/30px;
}
.headerfix .call p {
    color: #666;
}
.headerfix .call .tel {
    color: #3a3a3a;
}
/*头部绝对定位样式 end*/


/*头部绝对定位样式3*/
.header-fix .logo,.headerfixmenu .logo {
    background: url(../images/logo-fix.svg) no-repeat left center/100%;
} 
.header-fix .nav ul li a {
    color: #000;
}
.header-fix .nav ul li a:hover {
    color: #e4002b;
}

.header-fix .submenu .search {
    background: url(../images/search-fix.svg) no-repeat center / 100%;
}
/*头部绝对定位样式3*/

/*以下代码是自适应样式*/
@media screen and (max-width:1320px){
.header .logo {
    width: 20%;
}
.header .logo a {
    display:block;
    width:100%;
    height:inherit;
    opacity: 0;
}
.header .nav {}
.header .submenu {}

}

@media screen and (max-width:1178px){
.header .submenu {
    display:none;
}
.header .nav {
    margin-left: 5%;
    line-height: 59px;
}
}


@media screen and (max-width:1024px){
.header {
    padding:0.1rem 0;
}
.header .container::before,
.header .container::after {
    display: none;
}
.header .flex {
    justify-content: space-between;
}
.header .logo {
    min-width: 150px;
    height: 0.4rem;
}
.header .logo a {
    display:block;
    width:100%;
    height:inherit;
    opacity: 0;
}
.header .nav {
    display: none;
    position: fixed;
    top: 0.6rem;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0.2rem 0;
    line-height: 0.46rem;
    background: #fff;
    background-size: 220px;
    overflow: auto;
}
.header .nav::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #f6f6f6;
}
.header .nav ul {
    padding:0 0.3rem;
    flex-direction: column;
}
.header .nav ul.fl,
.header .nav ul.fr {
    width: 100%;
    height: auto;
    padding:0 0.3rem;
    justify-content: flex-start;
}
.header .nav ul li {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0rem 0;
    border-bottom: 1px solid rgba(255,255,255,0);
    background: url(../images/about/M-icon.svg) no-repeat left center;
    background-size: 18px;
}
.header .nav ul li::after{
    display: none;
}
.header .nav ul li>a {
    width: 80%;
    font-size:var(--fs18);
    color:#333;
    margin: 0 10% 0 0;
    padding: 0 0.1rem;
}
.header .nav ul li:hover>a,
.header .nav ul li.active>a {
    color: #000;
}
.header .nav ul li>i {
    position: absolute;
    right: 5%;
    top: 0.2rem;
    z-index: 2;
    transform: translate(0%, -50%);
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/more-icon.svg) no-repeat center center / 0.12rem;
    font-size: var(--fs16);
    font-style: normal;
    transition: transform 0.3s;
}
.header .nav ul li>i.active{
    transform: rotate(90deg);
}

.sub-box {
    position: static;
    transform: translate(0%, 0%);
    width: 100%;
    padding: 0.1rem 0.2rem;
}
.sub-box a,.headerfix .nav ul li .sub-box a {
    text-align: left;
    font-size: var(--fs14);
}
.headerfix .nav ul li .sub-box .word-fl {
    width: 100%;
}
.headerfix .nav ul li .sub-box .word-fl a {
    position: relative;
    display: block;
    font-size: var(--fs14);
    color: #3a3a3a;
    margin: 0 0%;
    padding: 0.05rem 0%;
}

.header .menu{ 
    display:block;
    width:0.4rem; 
    height:0.4rem; 
    margin-left:20px; 
    margin-top:0px;
    background:url(../images/menu.svg) no-repeat center; background-size:30px;
}
.headerfix .menu {
    background: url(../images/menu-fix.svg) no-repeat center/30px;
}
.header-fix .menu {
    background: url(../images/menu-fix.svg) no-repeat center/30px;
}
.headerfixmenu .menu {
    background: url(../images/menu-close.svg) no-repeat center/30px;
}
}


/*头部消失动画*/
.header-close {
    top:-150px;
}
/*头部消失动画*/


/*尾部*/
.footer {
    position: relative;
    *background-image: -webkit-linear-gradient(top,#fff,#f5f9fd);
}
.footer .container {
    position: relative;
    z-index: 2;
}
.footer::before {
    *opacity: 0.02;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../images/footer.jpg) no-repeat left center/100%;
    background: #111;
    transition: all 3s;
}
.footer .footer-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15%;
    padding:5% 0 4% 0;
}




/*尾部-菜单*/
.footer .footer-box .foot-menu {
    width:50%;
    position:relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .footer-box .foot-menu .item {
    width:auto;
}
.footer .footer-box .foot-menu .item .one-footmenu {
    margin: 0 0 0.2rem 0;
}
.footer .footer-box .foot-menu .item .one-footmenu a {
    opacity:1;
    font-size:var(--fs18);
    color: #fff;
    font-family: "MiSans-Medium";
}
.footer .footer-box .foot-menu .item .two-footmenu {
    margin: 0.2rem 0 0 0;
}
.footer .footer-box .foot-menu .item .two-footmenu a {
    display:block;
    font-size: var(--fs14);
    color: #dedede;
    padding:3px 0;
    transition: transform 1s;
}
.footer .footer-box .foot-menu .item .two-footmenu a:hover {
    color:#e4002b;
    transform: translate(5px,0px);
}


.footer-contact {
    width:30%;
    position:relative;
}

.footer-contact .vi {
    margin:0 0 0rem 0;
}
.footer-contact .vi img {
    max-width: 1.8rem;
}
.footer-contact .address {
    margin:0 0 3% 0;
}
.footer-contact .address h6 {
    opacity: 0.8;
    font-size: var(--fs14);
    color: #dedede;
    font-family: "MiSans-Medium";
    margin:0.3rem 0 0.05rem 0;
    padding: 0px 0;
}
.footer-contact .address p {
    position:relative;
    padding: 5px 0 5px 0px;
    font-size: var(--fs14);
    color:#000;
    opacity:0.8;
}
.footer-contact .address p.call {
    opacity:1;
}
.footer-contact .address p span {
}
.footer-contact .address p a {
    color: #fff;
}
.footer-contact .address p.call a {
    font-size: var(--fs36);
    color: #fff;
    font-family: "BasisGrotesque-Regular";
    line-height: 1.6;
}

.footer-contact .guanzhu {
    margin:0 0 0 0;
}
.footer-contact .guanzhu .tit {
    opacity: 1;
    font-size: var(--fs14);
    color: #dedede;
    font-family: "MiSans-Medium";
    margin:0 0 0.1rem 0;
}
.footer-contact .guanzhu .icon {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.1rem;
}
.footer-contact .guanzhu .icon .item {
    width:40px;
    height:40px;
    border: 1px solid rgba(255,255,255,0.1);
    -webkit-border-radius: 25px;
    position: relative;
    cursor: pointer;
}
.footer-contact .guanzhu .icon .item:hover {
    border: 1px solid rgba(159,120,81,0.1);
    background: #e4002b;
}
.footer-contact .guanzhu .icon .item i {
    position: relative;
    display:inline-block;
    width:100%;
    height:100%;
    text-align: center;
}
.footer-contact .guanzhu .icon .item i img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.9;
    max-width: 0.18rem;
}
.footer-contact .guanzhu .icon .item:last-child i img {
    *max-width: 0.38rem;
}
.footer-contact .guanzhu .icon .item:hover i img {
    filter: grayscale(100%) brightness(1000%);
}
.footer-contact .guanzhu .icon .item .fix {
    display:none;
    position: absolute;
    top: -164px;
    left: -50px;
    width: 150px;
    height: 150px;
    *box-shadow: 0 4px 4px rgba(127, 127, 127, 0.1);
    *border: 2px solid #f1f1f1;
}
.footer-contact .guanzhu .icon .item .fix img {
    width: 100%;
    background: #fff;
    border-radius: 5px;
}
.footer-contact .guanzhu .icon .item:hover .fix {
    display:block;
}


@media screen and (max-width:1024px){
.footer .footer-box {
    padding:4% 0;
}

.footer-logo {
    padding:5% 0;
}
.footer-logo img {
    max-width: 30%;
}
.footer-contact {
    width:100%;
}
.footer-contact .vi {
    *display: none;
}
.footer-contact .vi img {
    max-width: 1.6rem;
}

.footer-contact .tel {}
.footer-contact .tel p {
    font-size: var(--fs16);
    margin-bottom: 5%;
}
.footer-contact .tel a {
    font-size:var(--fs36);
    letter-spacing: 0;
    font-family: 'Futura';
}

.footer-contact .address {
    margin:5% 0 3% 0;
}
.footer-contact .address p{
    font-size: var(--fs14);
    padding: 0 0;
}

.footer-guanzhu {
    width:100%;
    margin:0 0 0 0;
}
}


/*尾部-版权*/
.copy {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:0.3rem 0 0.2rem 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.copy .Copyright {}
.copy .Copyright p {
    display:inline-block;
    margin:0 0.2rem 0 0;
    font-size: var(--fs14);
    color: #dedede;
}
.copy .Copyright p a {
    color:#fff;
}
.copy .Copyright p a:hover {
    color:#e4002b;
}
.copy .Friendly {}
.copy .Friendly p {
    display:inline-block;
    margin:0 0 0 0;
    font-size: var(--fs14);
    color: #dedede;
}
.copy .Friendly a {
    display:inline-block;
    margin:0 0.05rem;
    font-size: var(--fs14);
    color: #dedede;
}
.copy .Friendly a:hover {
    color:#e4002b;
}

@media screen and (max-width:1024px){
.footer {
    margin: 0 0 0 0;
    padding:0.5rem 0 0.1rem 0;
}

.footer .footer-box {
    padding:0 0;
}

.footer .footer-box .foot-menu {
    width:100%;
    padding: 0.4rem 0 0 0;
}
.footer .footer-box .foot-menu::before {
    display:none;
}
.footer .footer-box .foot-menu .item {
    width:100%;
}

.footer .footer-box .foot-menu .item .one-footmenu {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.footer .footer-box .foot-menu .item .one-footmenu a {
    display: block;
}
.footer .footer-box .foot-menu .item .one-footmenu i {
    position: absolute;
    right: 5%;
    top: 50%;
    z-index: 2;
    transform: translate(0%, -50%);
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/more-icon.svg) no-repeat center center / 0.12rem;
    font-size: var(--fs16);
    font-style: normal;
    transition: transform 0.3s;
}
.footer .footer-box .foot-menu .item .one-footmenu i.active{
    transform: rotate(90deg);
}
.footer .footer-box .foot-menu .item .two-footmenu{
    display:none;
    margin: 0.1rem 0 0.2rem 0.1rem;
}

.footer-contact .address {
    margin:5% 0 3% 0;
}
.footer-contact .address p{
}

/*尾部-版权*/
.copy {
    padding:0.15rem 0 0.1rem 0;
}
.copy .Copyright {}
.copy .Copyright p {
}
.copy .Copyright p a {

}
.copy .Friendly {
    display: none;
}
.copy .Friendly p {
}
.copy .Friendly a {
}
}
/*尾部*/

/*搜索功能*/
.search-product {
    display:none;
}
.searchfix {
    display:block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.searchfix .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background:rgba(0, 0, 0, 0.6);
    *background: -webkit-radial-gradient(rgba(0,0,0,.1) 0,rgba(0,0,0,.45) 55%,rgba(0,0,0,.6) 70%,rgba(0,0,0,.9) 100%);
}
.searchfix .box {
    background: #fff url(../images/logo-fix.svg) no-repeat center 18%;
    background-size: 20%;
    width: 100%;
    max-width: 1200px;
    margin: auto auto;
    padding: 150px 15px 100px 15px;
    top: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    box-shadow: 0px 2px 2px #ccc;
}
.searchfix .box form {
    display:block;
    width:424px;
    margin:0 auto;
}
.searchfix .box .test {
    float: left;
    width: 360px;
    height: 42px;
    line-height: 42px;
    color: #252525;
    border:1px solid #ccc;
    padding: 0 12px;
    font-size: 14px;
}
.searchfix .box .btn {
    width: 60px;
    height: 42px;
    line-height: 38px;
    background:#e4002b url(../images/search.svg) no-repeat center center/26px;
}
.searchfix .box .btn:hover {
    background:#e4002b url(../images/search.svg) no-repeat center center/28px;
}

/*搜索功能*/



/*浮窗视频播放*/
.modal .modal-header{ border-bottom:none;}
.modal{text-align:center; width:100%; height:100%;}
.modal .modal-content{ width:100%; height:auto;max-height: 600px; position:absolute;margin:0 auto; left:0; right:0;top:50%;margin-top:-275px;max-width:1000px;}
.modal .modal-content video{ width:100%; height:100%; height:auto;max-height: 500px;background: #000;}

/*浮窗按钮*/
.fix-msg {
    position: fixed;
    right: 1%;
    bottom:40%;
    z-index: 999;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 10px 6px 0 rgb(58 54 37 / 10%);
}

.fix-msg a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-image: -webkit-linear-gradient(top,#e4002b,#e4002b);
    background: #2d2926;
    overflow: hidden;
    padding:5px 8px;
    font-size:var(--fs12);
    color: #fff;
    text-align: center;
}
.fix-msg a::before {
    display: block;
    content: "";
    width: 26px;
    height: 36px;
    background: url(../images/fix-icon.svg) no-repeat center bottom/30px;
    margin: 0 auto;
    /* display: inline-block; */
    vertical-align: middle;
}
.fix-msg::before {
    content: "1";
    position: absolute;
    right: 10%;
    top: -15%;
    z-index: 2;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background-image: -webkit-linear-gradient(top,#e4002b,#e4002b);
}
.fix-msg::after {}


@media screen and (max-width:1024px){
.fix-msg {
    right:none;
    left:2%;
    bottom:10%;
    width: 60px;
    height: 60px;
}

.fix-msg a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding:4px 4px;
    font-size: 10px;
    color: #fff;
}
.fix-msg a::before {
    width: 20px;
    height: 24px;
    background: url(../images/fix-icon.svg) no-repeat center bottom/20px;
    margin: 0 auto;
}
.fix-msg::before {
    right: 0;
    top: -12px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 8px;
}
.fix-msg::after {
}
}
/*浮窗按钮end*/

/*浮窗留言*/
.fixed-msg {
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display: none;
    background: rgba(0,0,0, 0.8);
    z-index: 99999999999999;
}
.fixed-msg .msg-box {
    height: 5rem;
    width: 60%;
    margin:10% auto;
    background:#fff;
    border-radius: 4px;
    position:relative;
    overflow: hidden;
}
.fixed-msg .msg-box .left {
    float:left;
    width: 58%;
    height: inherit;
    flex-shrink: 0;
    background-position: center;
    background-image: url(../images/fix-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.fixed-msg .msg-box .right {
    float:right;
    width: 42%;
    padding:0.3rem 0.5rem;
}

.fixed-msg .msg-box h4 {
    height: 0.5rem;
    line-height: 0.5rem;
    font-size:var(--fs24);
    font-family: "MiSans-Medium";
    overflow: hidden;
    text-align: center;
}
.fixed-msg .msg-box h4 strong {
    font-size:var(--fs24);
    color: #252525;
    font-weight: normal;
}
.fixed-msg .msg-box h5 {
    font-size: var(--fs14);
    height: 0.4rem;
    line-height: 0.4rem;
    overflow: hidden;
    color: #666666;
    text-align: center;
}
.fixed-msg .msg-box h5 span {
    font-family: "Medel";
    padding: 0 0.06rem;
}
.fixed-msg .msg-box .closefix {
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 15px;
    background: url(../images/close.svg) no-repeat left top/20px;
    cursor: pointer;
    transition: all 0.5s;
}
.fixed-msg .msg-box .closefix:hover {
    transform:rotate(90deg);
}
.fixed-msg .msg-box .form {}
.fixed-msg .msg-box .form input,
.fixed-msg .msg-box .form select {
    background: none;
    border: solid 1px #d2d2d2;
    font-size: var(--fs14);
    color: #252525;
    padding: 0 5%;
    margin:0.06rem 0;
    width: 100%;
    height:0.46rem;
    line-height: 0.46rem;
    border-radius: 4px;
}
.fixed-msg .msg-box .form input:focus {
    border: 1px solid #666;
}
.fixed-msg .msg-box .fixSubmit{
    background: #000;
    border: 2px solid #000;
    display: block;
    color: #fff;
    text-align: center;
    font-size: var(--fs14);
    width: 100%;
    line-height: 0.4rem;
    border-radius: 4px;
    margin: 0.06rem auto;
    clear: both;
    transition: all 0.5s;
    cursor: pointer;
}
.fixed-msg .msg-box .fixSubmit:hover {
    color: #fff;
    border: 2px solid #e4002b;
    background: #e4002b;
}

.fixed-msg .msg-box .prompt {
    margin: 0.2rem 0 0 0;
}
.fixed-msg .msg-box .prompt p {
    font-size: var(--fs14);
    color: #999;
    text-align: center;
}
@media screen and (max-width:1024px){
.fixed-msg .msg-box .left {
    display: none;
}
.fixed-msg .msg-box .right {
    width: 100%;
    padding:0.3rem 0.3rem;
}
.fixed-msg .msg-box h4 {
    font-size:var(--fs20);
}
.fixed-msg .msg-box h4 strong {
    font-size:var(--fs20);
}
.fixed-msg .msg-box h5 {font-size:14px;}
.fixed-msg .msg-box {
    height: 100%;
    width: 100%;
    margin:0% auto;
}
.fixed-msg .msg-box .form input,.fixed-msg .msg-box .form select {
    margin:1%;
    line-height: 0.46rem;
    width: 100%;
    height:0.46rem;
}
}
/*浮窗留言 END*/



/*PC端和移动端显示和隐藏  公共样式*/
.pc {
    display:block !important;
}
.mobile {
    display:none !important;
}
@media screen and (max-width:1024px){
.pc {
    display:none !important;
}
.mobile {
    display:block !important;
}
}