/*清除默认样式*/
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{margin:0;font-}
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:13px;line-height:24px;font-family:"MiSans-Thin","fzltxhjw","PingFang SC", "Microsoft Yahei", "sans-serif", "Arial", "Hiragino Sans GB", sans-serif;}

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;}


/*body:hover {            */
/*    cursor: url('../images/cursor.png'), default;*/
/*}*/

/*显示屏-滚动条样式*/
::-webkit-scrollbar {
    width: 6px;
    height: 8px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    background: #252525;
}
/*城市筛选下拉-滚动条样式*/
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: #252525;
}
/*滚动条样式 end*/

/*字体*/
@font-face {
    font-family: "Futura-Light";
    src: url("../font/Futura-Light.woff2");
}
@font-face {
    font-family: "Futura-Medium";
    src: url("../font/Futura-Medium.woff2");
}
@font-face {
    font-family: "Raleway-Light";
    src: url("../font/Raleway-Light.ttf");
}
@font-face {
    font-family: "Raleway-Regular";
    src: url("../font/Raleway-Regular.ttf");
}
@font-face {
    font-family: "Raleway-Bold";
    src: url("../font/Raleway-Bold.ttf");
}
@font-face {
    font-family: "Raleway-SemiBold";
    src: url("../font/Raleway-SemiBold.ttf");
}
@font-face {
    /*FZ*/
    font-family: "fzltxhjw";
    src: url("../font/fzltxhjw.woff2");
}
@font-face {
    /*字魂36号-正文宋楷*/
    font-family: "songkai";
    src: url("../font/songkai.ttf");
}
/*字体*/

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


html { font-size: calc(100vw * 100 / 1920); }
@media screen and (min-width: 1920px) {
    html { font-size: 100px; }
}
@media screen and (max-width: 1024px) {
    html { font-size: 100px; }
}
@media screen and (max-width: 768px) {
  html { font-size: calc(100vw * 100 / 768); }
  html { font-size: 80px; }
}
@media screen and (max-width: 368px) {
  html { font-size: calc(100vw * 100 / 360); }
  html { font-size: 80px; }
}

/*@media screen and (min-width:321px) and (max-width:375px){html{font-size:100px}}*/
/*@media screen and (min-width:376px) and (max-width:414px){html{font-size:110px}}*/
/*@media screen and (min-width:415px) and (max-width:639px){html{font-size:120px}}*/
/*@media screen and (min-width:640px) and (max-width:719px){html{font-size:130px}}*/
/*@media screen and (min-width:720px) and (max-width:1024px){html{font-size:140px}}*/

/*video标签隐藏下载按钮*/
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

/* 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: 92%;
    margin: 0 auto;
    padding:0 15px;
}
@media (max-width: 1920px){
.container {
    max-width: 1920px;
    margin: 0 auto;
    padding:0 15px;
} 
}
@media (max-width: 1024px){
.container {
    width: 100%;
    padding:0 15px;
}
.header .container {
    display: block;
}
}
/*头部*/
.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.0);
    background: none;
    transition:1s all;

}
.header-hover {
    background: #fff;
}
.header::after{
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top,rgba(0,0,0,0.00) 0,rgba(0,0,0,.0) 100%);
}
.headerfix::after,
.headerfixmenu::after {
    background: none;
}
/*头部logo*/
.header .logo {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transform: translate(0%,0%);
    width: 1.8rem;
    height: 0.7rem;
    background: url(../images/logo.svg) no-repeat center center/100%;
    transition:1s all;
}
.header .logo a {
    display:block;
    width:100%;
    height:inherit;
    opacity: 0;
}

/*头部菜单*/
.header .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.header .nav ul {
    flex: 1;
    flex-shrink: 0;
    height: 100%;
    display: flex;
    align-items: center;
    transition:1s all;
}
.header .nav ul.fl {
    padding: 0 1.5rem;
    justify-content: flex-end;
}
.header .nav ul.fr {
    padding: 0 1.5rem;
    justify-content: flex-start;
}
.header .nav ul li {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0.25rem 0.3rem;
}
.header .nav ul li>a {
    font-size: 0.16rem;
    color:#fff;
    padding: 0.04rem 0;
    transition: all 0.8s;
}
.header .nav ul li>i{
    width: 0;
    height: 0;
    margin:0 0 0 0.08rem;
    border-left: 0.03rem solid transparent;
    border-right: 0.03rem solid transparent;
    border-top: 0.03rem solid #fff;
}

}


.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-hover .search a {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/search-fix.svg) no-repeat center/0.2rem;
}

/*下拉菜单*/
.header .nav ul li:hover .sub-box {
    display: block;
}
.sub-box {
    position: absolute;
    left: 0%;
    top: 0.82rem;
    z-index: 8;
    width: 100%;
    display: none;
    background: #fff;
    padding:0.8rem 0.2rem;
}
.sub-box .word-fl {
    width:50%;
}
.sub-box .word-fl a {
    position: relative;
    display:inline-block;
    font-size: 0.16rem;
    color:#3a3a3a;
    line-height: 1.8;
    margin: 0 40%;
    padding: 0.05rem 0%;
    transition: transform 1s;
}

.sub-box .word-fl a:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0.05rem;
    width: 0%;
    height: 1px;
    background: #3a3a3a;
    z-index: -1;
    transition: all 0.6s;
}
.sub-box .word-fl a:hover:after {
    width: 100%;
}
.sub-box .word-fr {
    width:50%;
}
.sub-box .word-fr .photo {
    position: relative;
    width: 100%;
    padding-top: 58%;
    overflow: hidden;
}
.sub-box .word-fr .photo.product {
    padding-top: 63.67%;
}
.sub-box .word-fr .photo img {
    opacity: 0;
    position: absolute;
    top:-100%;
    left:0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.sub-box .word-fr .photo img.show{
    opacity: 1;
    top: 0;
}
@media (max-width: 1024px){
.header .nav ul li:hover .sub-box {
    display: block;
    position: relative;
    padding: 0.2rem;
}
.sub-box .word-fl.fr a {
    text-align: right;
}
}
/*下拉菜单*/


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

/*头部绝对定位样式*/
.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 center center/100%;
} 
.headerfix .nav ul li {
    *padding: 0.08rem 0.2rem;
}
.headerfix .nav ul li>a { 
    font-size: 0.16rem;
    color:#000;
}
.headerfix .nav ul li>i {
    border-top: 0.03rem solid #000;
}
.headerfix .nav ul li.active::after {
    background:#252525;
}

.headerfix .nav ul li .sub-box .word-fl a {
    position: relative;
    display: inline-block;
    font-size: 0.16rem;
    color: #3a3a3a;
    line-height: 1.8;
    margin: 0 40%;
    padding: 0.05rem 0%;
    transition: transform 1s;
}

.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 0.4rem;
    background: url(../images/telfix.svg) no-repeat left center/30px;
}
.headerfix .call p {
    color: #666;
}
.headerfix .call .tel {
    color: #3a3a3a;
}
/*头部绝对定位样式 end*/





/*尾部*/
.footer {
    position: relative;
    padding:0.8rem 0 0 0;
     background:#333 url(../images/footer-bg.jpg) no-repeat bottom center/cover;
}
.footer::before {
    opacity: 0.5;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
   
    /* -webkit-filter: grayscale(100%); */
    transition: all 3s;
}
.footer .container {
    position: relative;
    z-index: 2;
}

.footer-slogan {
    padding:0.2rem 0;
}
.footer-slogan .logo {
    width:50%;
}
.footer-slogan .logo img {
    max-width: 2.2rem;
    opacity:1;
}
.footer-slogan .slogan {
    width:30%;
    padding:0.2rem 0 0 0;
    font-size: 0.24rem;
    color:#fff;
}
.footer .footer-box {
    padding:4% 0 4% 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}


/*尾部-菜单*/
.footer .footer-box .foot-menu {
    width:70%;
    position:relative;
}

.footer .footer-box .foot-menu .item {
    float:left;
    width:16.66%;
}

.footer .footer-box .foot-menu .item a.tit {
    font-size: 0.14rem;
    color: #f1f1f1;
    opacity:1;
    margin-bottom: 0.2rem;
    padding: 0px 0;
}
.footer .footer-box .foot-menu .item a {
    display:block;
    font-size: 0.14rem;
    color:#999;
    padding:0.06rem 0;
    transition: transform 1s;
}
.footer .footer-box .foot-menu .item a:hover {
    color:#f4de26;
    transform: translate(5px,0px);
}

.footer-contact {
    width:30%;
    position:relative;
}
.footer-contact .address {
    margin:0 0 3% 0;
}
.footer-contact .address h6 {
    font-size: 0.16rem;
    color: #999;
    margin-bottom: 0.2rem;
    padding: 0px 0;
}
.footer-contact .address p{
    position:relative;
    padding: 5px 0 5px 0px;
    font-size: 0.14rem;
    color:#999;
}
.footer-contact .address p span {
}
.footer-contact .address p a {
    color:#999;
}
.footer-contact .address p.call {
    margin:0 0 0.4rem 0;
}
.footer-contact .address p.call a {
    font-size: 0.42rem;
    color:#f4de26;
    font-family: "Raleway-SemiBold";
}

.footer-contact .guanzhu {
    margin:0 0 0.7rem 0;
}
.footer-contact .guanzhu .tit {
    font-size: 0.16rem;
    color: #999;
    margin:0 0 0.3rem 0;
}
.footer-contact .guanzhu .icon {
}
.footer-contact .guanzhu .icon .item {
    display:inline-block;
    width:40px;
    height:40px;
    border: 1px solid rgba(255,255,255,0.1);
    margin-right: 10px;
    padding:2px;
    -webkit-border-radius: 25px;
    position: relative;
}
.footer-contact .guanzhu .icon .item i {
    display:table-cell;
    vertical-align:middle;
    width:40px;
    height:32px;
    text-align: center;
}
.footer-contact .guanzhu .icon .item i img {
    opacity:1;
    max-width: 0.2rem;
}
.footer-contact .guanzhu .icon .item .fix {
    display:none;
    position: absolute;
    top: -164px;
    left: -50px;
    width: 150px;
    height: 150px;
}
.footer-contact .guanzhu .icon .item .fix img {
    width: 100%;
    background: #fff;
    border-radius: 5px;
}
.footer-contact .guanzhu .icon .item .fix:after {
   content: "";
    position: absolute;
    left: 38%;
    bottom: -18px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.footer-contact .guanzhu .icon .item:hover .fix {
    display:block;
}


@media screen and (max-width:1024px){
.footer {
    padding:0.8rem 0 0 0;
    background:#333;
}
.footer::before {
}
.footer .container {
    z-index: 2;
}

.footer-slogan {
    padding:0.2rem 0;
    text-align: center;
}
.footer-slogan .logo {
    width:100%;
}
.footer-slogan .logo img {
    max-width: 1.2rem;
}
.footer-slogan .slogan {
    width:100%;
    padding:0.2rem 0 0 0;
    font-size: 0.2rem;
}
.footer .footer-box {
    padding:4% 0;
}

.footer-logo {
    padding:5% 0;
}
.footer-logo img {
    max-width: 30%;
}
.footer-contact {
    width:100%;
    text-align: center;
}

.footer-contact .address {
    margin:5% 0 3% 0;
}
.footer-contact .address p{
    font-size: 0.14rem;
}
.footer-contact .address p.call{
    margin: 0 0 0.4rem 0;
}
.footer-contact .address p.call a {
    font-size: 0.3rem;
}
.footer-guanzhu {
    width:100%;
    margin:0 0 0 0;
    text-align: center;
}
}

/*尾部-版权*/
.copy {
    padding:0.3rem 0 0.2rem 0;
}
.copy p {
    display:inline-block;
    margin:0 0.2rem 0 0;
    font-size: 0.14rem;
    color:#999;
}
.copy a {
    color:#999;
}
.copy .other span {
    color:#999;
}
.copy .other a {
    padding:0 0 0 0.1rem;
}

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

.footer .footer-box {}

.footer .footer-box .foot-menu {
    width:100%;
    padding: 5% 0%;
}
.footer .footer-box .foot-menu::before {
    display:none;
}
.footer .footer-box .foot-menu .item {
    width:50%;
    text-align: center;
}

.footer .footer-box .foot-menu .item a.tit {
    display: block;
    margin-bottom:2%;
    padding: 3% 0 3% 0;
}
.footer .footer-box .foot-menu .item a {
    display:none;

}

.footer-contact .address {
    margin:5% 0 3% 0;
}
.footer-contact .address p{
    font-size: 0.12rem;
}

.copy {
    padding: 0.1rem 0 0.1rem 0;
   text-align: center;
}
.copy p {
    margin: 0 0 0 0;
    font-size: 0.12rem;
}
.copy a {
}
}








/*以下代码是自适应样式*/
@media screen and (max-width:1320px){
.header .logo {
    width: 14.4%;
}
.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 .logo {
    min-width: 120px;
    height: 0.4rem;
}
.header .logo a {
    display:block;
    width:100%;
    height:inherit;
    opacity: 0;
}
.header .nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0.2rem 0;
    line-height: 0.46rem;
    background: #fff;
    background-size: 220px;
}
.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: 0.1rem 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>a {
    width: 80%;
    font-size: 0.18rem;
    color:#333;
    margin: 0 10% 0 0;
    padding: 0px 0.1rem;
}
.headerfix .nav ul li>i {
    border-top: 0.06rem solid #333;
}
.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: 0.16rem;
    color: #3a3a3a;
    margin: 0 0%;
    padding: 0.05rem 0%;
}

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


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



/*浮窗按钮*/
.fix-msg {
    position: fixed;
    right: 1%;
    bottom:5%;
    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,#de3336,#85cdd2);
    background: #3a3a3a;
    overflow: hidden;
    padding:5px 8px;
    font-size: 12px;
    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,#f4de26,#f4de26);
}
.fix-msg::after {
    display: none;
    opacity: 0.3;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: #df2533  1px solid;
    box-shadow: 0px 0px 2px #df2533 ;
    z-index: -1;
    transition: all 0.3s;
    -webkit-animation: bowen 4s linear 0s infinite normal;
}
@keyframes bowen{0%{-webkit-transform:scale(0); -moz-transform:scale(0); -o-transform:scale(0); -ms-transform:scale(0);transform:scale(0); filter:alpha(opacity=0); -moz-opacity:0; opacity:0;}50%{ -webkit-transform:scale(1.0); -moz-transform:scale(1.0); -o-transform:scale(1.0); -ms-transform:scale(1.0);transform:scale(1.0);filter:alpha(opacity=100); -moz-opacity:0.5; opacity:0.5;}100% {-webkit-transform:scale(1.5); -moz-transform:scale(1.5); -o-transform:scale(1.5); -ms-transform:scale(1.5);transform:scale(1.5);filter:alpha(opacity=0); -moz-opacity:0; opacity:0;}} 

@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: 0.25rem;
    overflow: hidden;
    text-align: center;
}
.fixed-msg .msg-box h4 strong {
    font-size: 0.22rem;
    color: #252525;
    font-weight: normal;
}
.fixed-msg .msg-box h5 {
    font-size: 0.14rem;
    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: 0.14rem;
    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 .fixSubmit{
    background: #1d1d1f;
    border: 2px solid #1d1d1f;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 0.14rem;
    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 #d7c422;
    background: #f4de26;
}

.fixed-msg .msg-box .prompt {
    margin: 0.2rem 0 0 0;
}
.fixed-msg .msg-box .prompt p {
    font-size: 0.14rem;
    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: 0.2rem;
}
.fixed-msg .msg-box h4 strong {
    font-size: 0.2rem;
}
.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*/

/*右边浮窗按钮*/
.right-line {
    position: fixed;
    bottom: 45%;
    right: 0;
    width: 0.2rem;
    height: 0.4rem;
    border-radius: 5px 0 0 5px;
    z-index: 999;
    background: #f4de26;
}
.right-line::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    margin: 0 0 0 0;
    border-top: 0.05rem solid transparent;
    border-bottom: 0.05rem solid transparent;
    border-right: 0.07rem solid #fff;
}
.right-line:hover .right-fixed,
.right-fixed.right-fixed-hover {
    right: 0;
}

.right-fixed {
    *display: none;
    position:fixed;
    bottom: 40%;
    right: -1rem;
    width: 0.8rem;
    z-index: 999;
    background: #fff;
    border-radius: 0.1rem 0 0 0.1rem;
    border: 1px solid #eeeeee;
    transition: all 0.3s;
}
.right-fixed .icon {
    padding:2px;
    margin-bottom: 1px;
    cursor: pointer;
    text-align: center;
    position:relative;
}
.right-fixed .icon i {
    display:inline-block;
    width:0.8rem;
    height:0.42rem;
    line-height: 0.42rem;
}
.right-fixed .icon i img {
    width:0.35rem;
}
.right-fixed .icon span {
    font-size: 0.12rem;
    color:#666;
}
.right-fixed .icon:hover span {
    color: #000;
}
.right-fixed .icon .weixin {
    display:none;
    position: absolute;
    top: -32px;
    right: 80px;
    width: 130px;
    min-height: 130px;
    padding:10px;
    border-radius:10px;
    background: #fff;
    overflow:hidden;
}
.right-fixed .icon:hover  .weixin {
    display:block;
}
.right-fixed .icon .weixin img {
    max-width:100px;
}
.right-fixed .icon  .call {
    position: absolute;
    top: 0;
    right: -300px;
    width: 200px;
    height: 70px;
    background: #fff;
    padding:22px 0;
    box-sizing:border-box;
    overflow:hidden;
    border: 1px solid #eeeeee;
    transition: all 0.5s;
}
.right-fixed .icon:hover .call {
    right: 71px;
}
.right-fixed .icon  .call .no {
    font-size: 24px;
    color: #a47953;
    font-family: 'Montserrat';
}
/*自适应样式*/
@media screen and (max-width:1024px){
.right-line {
    width: 0;
}
.right-fixed {
    display: flex;
    position:fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0.1rem 0.1rem 0 0;
}
.right-fixed .icon{
    flex: 1;
}
.right-fixed .icon i {
    display:block;
    width:100%;
    height:30px;
    line-height: 30px;
    text-align:center;
}
.right-fixed .icon i img {
    width:25px;
}
.right-fixed .icon span {
    font-size: 0.12rem;
}
.right-fixed .icon:hover span {
    color: #252525;
}
.right-fixed .icon .weixin {
    display:none;
    position:absolute;
    top:-32px;
    right:80px;
    width:100px;
    height:100px;
}
.right-fixed .icon:hover  .weixin {
    display:block;
}
.right-fixed .icon .weixin img {
    width:100%;
}
.right-fixed .icon  .call {
    display:none;
}
.right-fixed .icon:hover .call {
    right: 0.71rem;
}
.right-fixed .icon  .call .no {
    font-size: 0.24rem;
    color: #fff;
}
}
/*右边浮窗按钮*/

/*浮窗搜索功能*/
.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);
}
.searchfix .box {
    background: #fff url(../images/logo-fix.svg) no-repeat center 18%;
    background-size: 20%;
    max-width: 1200px;
    padding: 150px 15px 100px 15px;
    position: relative;
    left: 50%;
    top: 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;
    line-height: 42px;
    border:1px solid #ccc;
    border-radius: 0px 0px 0px 0px;
    padding: 0 12px;
    font-size: 14px;
    color: #252525;
}
.searchfix .box .btn {
    width: 60px;
    height: 44px;
    line-height: 38px;
    border-radius: 0px;
    background:#252525 url(../images/search.svg) no-repeat center center/20px;
}
.searchfix .box .btn:hover {
    background:#252525 url(../images/search.svg) no-repeat center center/20px;
}
/*浮窗搜索功能 end*/






/*分页页码*/
.page {
    padding:30px 0px;
    text-align:center;
    overflow:hidden;
}
.page  li {
    display:inline-block;
    width: 30px;
    line-height: 30px;
    margin:0 0.04rem;
    border-radius: 50px;
    font-size:0.14rem;
    text-align:center;
    color:#1d1d1f;
    font-family: "Futura-Light";
    border:1px solid #f6f6f6;
    background:#333;
}
.page  li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color:#fff;
}
.page li:hover {
    text-decoration:none;
}
.page li.active {
    background:#f4de26;
    border:1px solid #d7c422;
}
.page li.active a {
    color:#fff;
}
/*分页页码 end*/


/*公共按钮动画效果*/
.gomore {
    display: block;
    position: relative;
    z-index:0;
    max-width: 120px;
    line-height: 40px;
    border: 1px solid #322f2f;
    border-radius: 38px;
    font-size: 14px;
    color: #999;
    text-align: center;
    overflow: hidden;
}
.gomore:hover {
    color: #252525;
}
.gomore::after {
    position: absolute;
    content: '';
    left: -5px;
    right: -5px;
    top: 0;
    z-index:-1;
    height: 100%;
    background: linear-gradient(to right, #f7c600 50%, #f7c600 100%);

    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform-origin: right center;
}
.gomore:hover::after{
    transform-origin: left center;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
}

/*公共按钮动画效果 end*/


@media screen and (min-width:1024px){
.header .logo {
    top: 0;
}
.header.headerfrist {
    height: 180px;
    padding-top: 80px;
}
.header.headerfrist .logo {
    top: 0.3rem;
    width: 160px;
    height: 50px;
}
.header.headerfrist .nav ul.fl {
    justify-content: flex-end;
    padding: 0 0rem;
}
.header.headerfrist .nav ul.fr {
    justify-content: flex-start;
    padding: 0 0rem;
}

.header.headerfrist .sub-box {
    top: 160px;
}
}


/*黑色字体-导航菜单*/
.header-heise.header .logo {
    background: url(../images/logo-fix.svg) no-repeat center center/100%;
}
.header-heise.header .nav ul li>a {
    color:#333;
}
.header-heise.header .nav ul li>i {
    border-top: 0.03rem solid #333;
}
.header-heise.header .menu {
    background: url(../images/menu-fix.svg) no-repeat center;
}
.headerfixmenu.header-heise.header .menu {
    background: url(../images/menu-close.svg) no-repeat center/30px;
}
/*黑色字体-导航菜单*/


/*动画*/
@keyframes myfirst{
    0%{transform:scale(1,1);}
    50%{transform:scale(1.08,1.08);}
    100%{transform:scale(1,1);}
}
/*动画*/

/*按钮动画*/
.btn-wave{*position:relative;-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);*overflow:hidden;}
.btn-wave:after{content:'';display: block;width: 120%;height: 0;padding: 60% 0;background-image: -webkit-linear-gradient(top,#f4de26,#f8e969);border-radius: 50%;position: absolute;left: -10%;top: 50%;-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);z-index: -1;}
.btn-wave:hover:after,.btn-wave-active:after{-webkit-animation: btnWave 2s ease;animation: btnWave 2s ease infinite;-webkit-animation-fill-mode: forwards;-o-animation-fill-mode: forwards;animation-fill-mode: forwards;}
@-webkit-keyframes btnWave{0%{-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);}50%{opacity: 1;}100%{opacity: 0;-webkit-transform: translateY(-50%) scale(1);transform: translateY(-50%) scale(1);}}
@keyframes btnWave{0%{-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);}50%{opacity: 1;}100%{opacity: 0;-webkit-transform: translateY(-50%) scale(1);transform: translateY(-50%) scale(1);}}
/*按钮动画 end */


/*经销商专区账号登录*/
.buss-login {
    position: relative;
}
.buss-login .photo {
    display: none;
    width: 100%;
}
.buss-login .photo img {
    width: 100%;
    animation: myfirst 25s linear infinite normal;
}


.buss-login .container {
    width: 100%;
    margin: 1.8rem 0 0 0;
    overflow: hidden;
}
.buss-login .word {
    width: 100%;
    max-width: 600px;
    height: 100%;
    padding:0% 5%;
    margin: 0 auto;
    display: flex;
    *justify-content: center;
    align-items: center;
    
}
.buss-login .word .form {
    width: 100%;
    padding: 0 0 30% 0;
}
.buss-login .word .form .form-group {
    margin:10px 0px;
}
.buss-login .word .word-title {
    font-size: 0.38rem;
    color: #000;
    text-align: center;
    margin:0 0 5% 0;
}
.buss-login .word .word-title h3 {
    font-size: 0.38rem;
    margin:0 0 10% 0;
    text-shadow: 6px 8px 10px rgb(0 0 0 / 10%);
}
.buss-login .word .word-title h4 {
    font-size: 0.26rem;
}
.buss-login .word .form-control {
    width: 100%;
    height: 46px;
    background: rgb(255,255,255,0.2);
    -moz-background: rgb(255,255,255,0.2);
    -webkit-background: rgb(255,255,255,0.2);
    -o-background: rgb(255,255,255,0.2);
    -ms-background: rgb(255,255,255,0.2);
    border: solid 1px #666;
    font-size: 14px;
    color: #333;
    line-height: 46px;
    text-indent: 1em;
    margin: 0 10px 0 0;
    border-radius: 10px;
}
.buss-login .word  .form input::-webkit-input-placeholder {
    color: #000;
}
.buss-login .word .form-bottom {
    width: 100%;
    height: 46px;
    max-width: 100%;
    background: #333;
    font-size: 14px;
    color: #fff;
    line-height: 46px;
    text-shadow: 6px 8px 10px rgb(0 0 0 / 0%);
    border-radius: 10px;
}
.buss-login .word .form-bottom:hover {
    color: #000;
    background: #f4de26;
}

.buss-login .word .form .go {
    font-size: 0.16rem;
    color: #999;
}
.buss-login .word .form .go a {
     font-size: 0.16rem;
    color: #999;
     padding:0 10px;
}
@media screen and (max-width:1024px){
.buss-login {
    position: relative;
}
.buss-login .photo {
    width: 100%;
}
.buss-login .photo img {
    width: 100%;
}


.buss-login .container {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.buss-login .word {
    float:left;
    width: 100%;
    max-width: 600px;
    height: 100%;
    padding:0% 5%;
    
    display: flex;
    *justify-content: center;
    align-items: center;
    
}
.buss-login .word .form {
    width: 100%;
    padding: 0 0 5% 0;
}
.buss-login .word .form .form-group {
    margin:10px 0px;
}
.buss-login .word .word-title {
    font-size: 20px;
    margin:0 0 5% 0;
}
.buss-login .word .word-title h3 {
    font-size: 20px;
    margin:0 0 5% 0;
}
.buss-login .word .word-title h4 {
    font-size: 16px;
}
.buss-login .word .form-control {
    width: 100%;
    height: 46px;
    background: none;
    border: solid 1px #fff;
    font-size: 14px;
    color: #fff;
    line-height: 46px;
    text-indent: 1em;
    margin: 0 10px 0 0;
}

.buss-login .word .form-bottom {
    width: 100%;
    height: 46px;
    max-width: 100%;
    background: #fff;
    border: solid 1px #fff;
    font-size: 14px;
    color: #e4002b;
    line-height: 46px;
}
}
/*经销商专区账号登录 end*/


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