/*清除默认样式*/
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:13px;line-height:24px;font-family:"微软雅黑","宋体", Arial, Helvetica, 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: 8px;
    height: 8px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -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*/

/*字体*/
@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: "Montserrat-Bold";
    src: url("../font/Montserrat-Bold.otf");
}

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

.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.8% 0;
    border-bottom: none;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background: none;
    transition:0.5s all;
}
.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.01) 0,rgba(0,0,0,.5) 100%);
}
.headerfix::after,
.headerfixmenu::after {
    background: none;
}
/*头部logo*/
.header .logo {
    width: 14.4%;
    min-width: 220px;
    max-width: 240px;
    height: 57px;
    background: url(../images/logo.svg) no-repeat left center/70%;
    transition:0.8s all;
}
.header .logo a {
    display:block;
    width:100%;
    height:inherit;
    opacity: 0;
}

/*头部菜单*/
.header .nav {
    margin:0 3% 0 auto; 
    line-height: 59px;
}
.header .nav ul {
    width:100%;
}
.header .nav ul li {
    float: left;
    padding: 0 20px;
    max-width: 150px;
}
.header .nav ul li a {
    font-size: 16px;
    color:#fff;
    padding: 4px 0;
    transition: all 0.8s;
}
@media screen and (max-width:1480px){
.header .nav ul li {
    float: left;
    padding: 0 15px;
    max-width: 150px;
}
}

/*头部-搜索产品功能浮窗显示和隐藏样式*/
.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: 14px;
}
.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-top: 18px;
    background: url(../images/search.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
    margin-right: 25px;
}
.header .submenu .tag {
    text-align: center;
    line-height: 23px;
    margin-left: 15px;
    margin-top: 18px;
    color:#fff;
}
.header .submenu .tel {
    font-size: 20px;
    background: url(../images/tel.png) no-repeat 15px rgba(0, 0, 0, 0.0);
    text-indent: 45px;
    margin-top: 7px;
    margin-left: 1%;
    color: #fff;
    border: solid 2px #fff;
    width: 210px;
    line-height: 43px;
}

/*头部绝对定位样式*/
.headerfix,.headerfixmenu {
    width: 100%;
    padding: 0.5% 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    border-bottom: solid 1px #d9d9d9;
    background: #fff;
}

/*@keyframes headerfix {
    from {
        top: -122px;
        opacity: 0;
    }
    to {
        top: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes headerfix {
    /*Safari and Chrome*/
    from {
        top: -122px;
        opacity: 0;
    }
    to {
        top: 0px;
        opacity: 1;
    }
}*/

.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/60%;
} 
.headerfix .nav ul li a { 
    font-size: 14px;
    color:#3a3a3a;
}
.headerfix .submenu .search {
    background: url(../images/searchfix.png) no-repeat center;
}
.headerfix .submenu .tag {
    color:#252525;
}
.headerfix .submenu .tel {
    background: url(../images/tel.png) no-repeat 15px rgba(0, 95,56, 1);
    color: #fff;
    border: solid 2px #005f38;
}



/*尾部*/
footer {
    position:relative;
    padding:3% 0;
    background: #2d2926;
    z-index: 1;
}
footer::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../images/logo-icon.svg) no-repeat right center/40%;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.1;
    -webkit-filter: grayscale(100%);
}
@media screen and (max-width:1024px){
footer {
    position:relative;
    padding:3% 0;
    background: #2d2926;
    z-index: 1;
}
footer::before {
    width: 100%;
    height: 100%;
    background: url(../images/logo-icon.svg) no-repeat right bottom/80%;
    opacity: 0.1;
    -webkit-filter: grayscale(100%);
}  
}
.footer-menu {
    padding:3% 0;
    overflow:hidden;
}
.footer-menu .item-list {
    float:left;
    width:12.5%;
}
.footer-menu .item-list h4 {
    margin:0 0 28px 0;
}
.footer-menu .item-list h4 a {
    font-size: 16px;
    color:#dcdddd;
}

.footer-menu .item-list>a {
    display:block;
    font-size: 14px;
    color:#7c7c7c;
    transition:all 0.5s;
}
.footer-menu .item-list>a:hover {
    color:#dcdddd;
    padding:0 0 0 1px;
}
@media screen and (max-width:1024px){
.footer-menu {
    padding:3% 0;
    overflow:hidden;
}
.footer-menu .item-list {
    width:100%;
}
.footer-menu .item-list h4 {
    margin:0 0 28px 0;
}
.footer-menu .item-list h4 a {
    font-size: 16px;
}

.footer-menu .item-list>a {
    display:none;
    transition:all 0.5s;
}
.footer-menu .item-list>a:hover {
    color:#dcdddd;
    padding:0 0 0 1px;
}
}

/*尾部联系*/
.footer-contact {
    position:relative;
    padding:2% 0;
    border-top:1px solid #4c4946;
    border-bottom:1px solid #4c4946;
}

.footer-contact .contact-tit {
    font-size: 14px;
    color:#d8d8d8;
    margin:0 0 40px 0;
}


.footer-contact .contact-tel {
    float:left;
    width:30%;
}
.footer-contact .contact-tel .call {}
.footer-contact .contact-tel .call a {
    font-size: 36px;
    color:#d8d8d8;
    font-family: "Futura-Medium";
    padding:0 0 0 60px;
    background: url(../images/call-icon.svg) no-repeat left center/30px;
}


.footer-contact .contact-code {
    float:left;
    width:20%;
}
.footer-contact .contact-code .code-pic {
}
.footer-contact .contact-code .code-pic span {
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-right: 10px;
    padding: 2px;
    -webkit-border-radius: 25px;
    position: relative;
    text-align: center;
    background: rgba(255,255,255,0.1);
    cursor:pointer;
}
.footer-contact .contact-code .code-pic span>img {
    width: 70%;
}
.footer-contact .contact-code .code-pic span .fix {
    display: none;
    position: absolute;
    z-index: 2;
    top: -164px;
    left: -50px;
    width: 150px;
    height: 150px;
}
.footer-contact .contact-code .code-pic span:hover .fix {
    display:block;
}
.footer-contact .contact-code .code-pic span .fix:after {
   content: "";
    position: absolute;
    left: 38%;
    bottom: -18px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.footer-contact .contact-code .code-pic span .fix>img {
    max-width: 100%;
    background: #fff;
    border-radius: 5px;
}
.footer-contact .contact-address {
    float:left;
    width:30%;
}
.footer-contact .contact-address .address {
    font-size: 14px;
    color:#d8d8d8;
}
@media screen and (max-width:1024px){
.footer-contact {
    position:relative;
    padding:8% 0;
    border-top:1px solid #2d2926;
    border-bottom:1px solid #2d2926;
}

.footer-contact .contact-tit {
    opacity: 0.6;
    font-size: 14px;
    color:#d8d8d8;
    margin:50px 0 15px 0;
}


.footer-contact .contact-tel {
    width:100%;
}
.footer-contact .contact-tel .call {}
.footer-contact .contact-tel .call a {
    font-size: 26px;
    color:#d8d8d8;
    font-family: "Futura-Medium";
    padding:0 0 0 30px;
    background: url(../images/call-icon.svg) no-repeat left center/18px;
}


.footer-contact .contact-code {
    float:left;
    width:100%;
}
.footer-contact .contact-code .code-pic {
}
.footer-contact .contact-code .code-pic span {
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-right: 10px;
    padding: 2px;
    -webkit-border-radius: 25px;
    position: relative;
    text-align: center;
    background: rgba(255,255,255,0.1);
    cursor:pointer;
}
.footer-contact .contact-code .code-pic span>img {
    width: 70%;
}
.footer-contact .contact-code .code-pic span .fix {
    display: none;
    position: absolute;
    z-index: 2;
    top: -164px;
    left: -50px;
    width: 150px;
    height: 150px;
}
.footer-contact .contact-code .code-pic span:hover .fix {
    display:block;
}
.footer-contact .contact-code .code-pic span .fix:after {
   content: "";
    position: absolute;
    left: 38%;
    bottom: -18px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.footer-contact .contact-code .code-pic span .fix>img {
    max-width: 100%;
    background: #fff;
    border-radius: 5px;
}
.footer-contact .contact-address {
    float:left;
    width:100%;
}
.footer-contact .contact-address .address {
    font-size: 12px;
    color:#d8d8d8;
}
}
/*尾部联系 end*/

/*尾部版权*/
.footer-copy {
    width: 100%;
    margin:2% 0 0 0;
    overflow:hidden;
}
.footer-copy .copy {
    float:left;
    width:40%;
}
.footer-copy .copy p {
    display:inline-block;
    font-size: 14px;
    color:#d8d8d8;
}
.footer-copy .copy a {
    font-size: 14px;
    color:#d8d8d8;
    padding:0 0 0 10px;
}

.footer-copy .link {
    float:right;
    width:60%;
}
.footer-copy .link span {
    font-size: 14px;
    color:#d8d8d8;
}
.footer-copy .link a {
    font-size: 14px;
    color:#d8d8d8;
    padding: 0 5px 0 0;
    opacity: 0.6;
}

@media screen and (max-width:1024px){
.footer-copy {
    width: 100%;
    margin:2% 0 0 0;
    overflow:hidden;
}
.footer-copy .copy {
    width:100%;
}
.footer-copy .copy p {
    font-size: 14px;
}
.footer-copy .copy a {
    font-size: 14px;
}

.footer-copy .link {
    float:right;
    width:60%;
}
.footer-copy .link span {
    font-size: 14px;
    color:#d8d8d8;
}
.footer-copy .link a {
    font-size: 14px;
    color:#d8d8d8;
}
}
/*尾部版权 end*/


/*浮窗留言*/

.fixed-msg {
    position: fixed;
    z-index: 9999999;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    background:rgba(0, 0, 0, 0.3);
}
.fixed-msg .msg-box {
    position: absolute;

    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 500px;
    padding: 40px;
    border-radius: 12px;
    background: #fff;
    
}
.fixed-msg .msg-box h4 {
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
}
.fixed-msg .msg-box h4 strong {
    font-size: 24px;
    color: #e4002b;
}
.fixed-msg .msg-box h5 {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #666666;
    text-align: center;
}
.fixed-msg .msg-box .closefix {
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 15px;
    cursor: pointer;
    background: url(../images/close.png) no-repeat left top/16px;
}
.fixed-msg .msg-box .form {}
.fixed-msg .msg-box .form input,.fixed-msg .msg-box .form select {
	float: left;
	width: 100%;
    background: #f9f9f9;
    border: solid 1px #f1f1f1;
    font-size: 14px;
    padding: 0 5%;
    margin: 1% auto;
    line-height: 46px;
    height: 46px;
}
.fixed-msg .msg-box .form input::-webkit-input-placeholder,
.fixed-msg .msg-box .form select::-webkit-input-placeholder {
    color: #666;
}

.fixed-msg .msg-box .form input:focus,
.fixed-msg .msg-box .form select:focus {
    border: 1px solid #ccc;
    color: #2d2926;
    *box-shadow: 0 0px 0px 5px rgb(224 27 49 / 5%);
}
.fixed-msg .msg-box .fixSubmit{
    background-image: -webkit-linear-gradient(top,#de3336,#e4002b);
    border: 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 190px;
    line-height: 45px;
    margin: 20px auto;
    clear: both;
    cursor: pointer;
    box-shadow: 0 10px 6px 0 rgb(224 27 49 / 10%);
}
@media screen and (max-width:1024px){

.fixed-msg .msg-box {
    height: 100%;
    width: 100%;
    margin:0% auto;
    border-radius: 0;
}
.fixed-msg .msg-box h5 {
    font-size:14px;
}
.fixed-msg .msg-box .form input,.fixed-msg .msg-box .form select {
	margin:1%;
    line-height: 46px;
    width: 100%;
	height:46px;
}
}
/*浮窗留言 END*/


/*浮窗视频播放*/
.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;}


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

}


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


@media screen and (max-width:800px){
.header {
    padding:6px 0;
}
.header .logo {
    width: 220px;
    height: 40px;
    background-size: 57%;
}
.header .logo a {
    display:block;
    width:100%;
    height:inherit;
    opacity: 0;
}

.header .nav {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding:20px 0;
    line-height: 46px;
    background:#fff;
}
.header .nav ul {
    padding:0 30px;
}
.header .nav ul li {
    float:left;
    width:100%;
    max-width: 100%;
    padding-left: 30px;
    border-bottom: 1px solid #f1f1f1;
    background: url(../images/logo-icon.svg) no-repeat left center;
    background-size: 20px;
}
.header .nav ul li a {
    font-size: 16px;
    color:#3a3a3a;
    padding: 0px 10px;
}
.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;
}



/*搜索产品功能浮窗显示和隐藏样式*/
.header .nav .search-product {
    float:left;
    width:100%;
    display:block;
    margin-top: 3%;
}
.header .nav .search-product-fix {
	position: fixed;
    top: 77px;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding:20px 20px;
    background:#fff;
}
.header .nav .search-product .bg {display:none;}
.header .nav .search-product .box {}
.header .nav .search-product .box .test {
    float: left;
    width:80%;
    height: 42px;
    line-height: 42px;
    color: #252525;
    border:1px solid #ccc;
    padding: 0 12px;
    font-size: 14px;
}
.header .nav .search-product .box .button {
    width: 18%;
    height: 42px;
    line-height: 38px;
    background:#005f38 url(../images/search.png) no-repeat center;

}
.header .submenu {
    display:none;
}
}


/*搜索功能*/
.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;
}

/*搜索功能*/


/*浮窗按钮*/
.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,#de3336,#e4002b);
    background: #2d2926;
    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,#de3336,#e4002b);
}
.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*/

/*返回顶部按钮*/
.goToTop {
    display: none;
    position: fixed;
    right: 1%;
    bottom:10%;
    z-index: 999;
    width: 20px;
    *height: 40px;
    border-radius: 0%;
    *border: 1px solid #fff;
    cursor: pointer;
    font-size: 12px;
    color:#2d2926;
    text-shadow: 0px 0px 5px rgb(255 255 255 / 100%);
}
/*返回顶部按钮 end*/

/*内页二级栏目*/
.section {
	margin:0 0 20px 0;
    padding:10px 0 0 0;
    overflow: hidden;
    position: relative;
}
.one-section {margin:0.8% 0 0 0;}
.section .title {}
.section .title address {
    font-size: 12px;
    color: #999999;
}
.section .title address::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/home-icon.svg) no-repeat center center/18px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.section .title h2 {
    margin: 0;
    font-weight: normal;
    font-size: 24px;
    color: #2d2926;
}
.section .title h2 span {
    margin: 0 10px 0 0;
    color: #2d2926;
     font-weight: bold;
}
.section .title h2::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/h2-icon.svg) no-repeat center center/20px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.section .second-nav {
    padding: 15px 0 0 0;
    overflow: hidden;
    position: relative;
}
.section .second-nav::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section .second-nav a {
    font-size: 18px;
    padding: 20px 0;
    color: #2d2926;
    display: block;
    position: relative;
    z-index: 10;
    float: left;
    margin-right: 60px;
    border-radius: 5px;
}
.section .second-nav a::after{
    content: '';
    display: none;
    width: 100%;
    height: 2px;
    background: #e4002b;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section .second-nav a:hover,.section .second-nav a.active {
    color:#e4002b;
    font-weight: bold;
}
.section .second-nav a.active:after{
    display:block;
}

@media screen and (max-width:1024px){
.section .title address::before {
    background-size: 16px;
}
.section .title h2 {
    font-size: 18px;
}
.section .title h2::before {
    width: 20px;
    height: 20px;
    background-size: 16px;
    margin: 0 5px 0 0;
}
.section .second-nav {
    padding:5% 0;
}
.section .second-nav a {
    width: 30.33%;
    margin: 5px 1.5%;
    padding: 6px 0;
    font-size: 14px;
    text-align: center;
    background:#f9f9f9 ;
    
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.section .second-nav a:hover,.section .second-nav a.active {
    color:#fff;
    font-weight: bold;
    background:#e4002b ;
}
.section .second-nav a.active:after{
    display:none;
}
}
/*内页二级栏目 end*/

/*内页三级栏目*/
.section .third-nav a {
    display: block;
    float: left;
    border: solid 1px #f6f6f6;
    margin-top: 10px;
    margin-right: 10px;
    padding: 6px 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    max-width: 120px;
    border-radius: 5px;
    
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.section .third-nav a:hover {
    color:#e4002b;
    border: solid 1px #f1f1f1;
}
.section .third-nav a.active {
    color:#fff;
    border: solid 1px #fff;
    background-image: -webkit-linear-gradient(right,#de3336,#e4002b);
}
@media screen and (max-width:1024px){
.section .third-nav a {
    width: 30.33%;
    margin: 5px 1.5%;
    padding: 4px 0;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
}
.section .third-nav a.active {
    color:#fff;
    border: solid 1px #fff;
    background-image: -webkit-linear-gradient(right,#de3336,#e4002b);
}
}
/*内页三级栏目 end*/

/*二级-word-banner图*/
.two-banner {
    position:relative;
    max-height: 960px;
    overflow:hidden;
}
.two-banner img {
    width: 100%;
    animation: myfirst 25s linear infinite normal;
}
@keyframes myfirst
{0%{transform:scale(1,1);}50%{transform:scale(1.1,1.1);}100%{transform:scale(1,1);}}

.two-banner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgb(0,0,0,0.2);
    z-index:1;
    transition:all 0.3s;
}
.two-banner .word-fix {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    font-weight: 800;
    max-width: 1570px;
    width: 96%;
    text-align: center;
}
.two-banner .word-fix h1 {
    font-size:70px;
    color: #fff;
    font-family: "Futura-Medium";
    text-transform: uppercase;
    margin:0% 0 2% 0;
    *transition:all 2s;
}
.two-banner .word-fix hr {
    display: block;
    max-width: 100px;
    height: 3px;
    background:#e4002b;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
}
.two-banner .word-fix p {
    color: #fff;
    font-size: 24px;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

@media screen and (max-width:1024px){
.two-banner {
}
.two-banner .word-fix {
}
.two-banner .word-fix h1 {
    font-size:24px;
    margin:0% 0 5% 0;
}
.two-banner .word-fix hr {
    max-width: 50px;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.two-banner .word-fix p {
    font-size: 18px;
    max-width: 700px;

}

}
/*二级-word-banner图 end*/

/*分页页码*/
.page {
    padding:30px 0px;
    text-align:center;
    overflow:hidden;
}
.page  li {
    display:inline-block;
    font-size:14px;
    line-height:30px;
    height:30px;
    margin:0 2px;
    padding:0 12px;
    text-align:center;
    color:#999;
    border:1px solid #f6f6f6;
    background:#fff;
}
.page li:hover {
    text-decoration:none;
}
.page li.active {
    line-height:30px;
    padding:0 12px;
    text-align:center;
    margin-left:2px;
    background:#e4002b;
    border:1px solid #e4002b;
}
.page li.active a {
    color:#fff;
}
@media screen and (max-width:1024px){
.page  li {
    font-size:12px;
    line-height:24px;
    height:24px;
    margin:0 2px;
    padding:0 8px;
} 
.page  li span.current {
    color:#2d2926;
    font-weight: bold;
}
}
/*分页页码 end*/

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


.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 30% 0;
}
.buss-login .word .form .form-group {
    margin:10px 0px;
}
.buss-login .word .word-title {
    font-size: 26px;
    color: #fff;
    text-align: left;
    margin:0 0 5% 0;
}
.buss-login .word .word-title h3 {
    font-size: 38px;
    font-weight: bold;
    margin:0 0 10% 0;
    text-shadow: 6px 8px 10px rgb(0 0 0 / 10%);
}
.buss-login .word .word-title h4 {
    font-size: 26px;
}
.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 #003d74;
    font-size: 14px;
    color: #fff;
    line-height: 46px;
    text-indent: 1em;
    margin: 0 10px 0 0;
}
.buss-login .word  .form input::-webkit-input-placeholder {
    color: #fff;
}
.buss-login .word .form-bottom {
    width: 100%;
    height: 46px;
    max-width: 100%;
    background: rgb(255,255,255,0.6);
    font-size: 14px;
    color: #2d2926;
    line-height: 46px;
    text-shadow: 6px 8px 10px rgb(0 0 0 / 0%);
}

.buss-login .word .form .go {}
.buss-login .word .form .go a {
     font-size: 14px;
     color:#fff;
     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*/

/*404错误页面*/
.error {
    
}
.error .error-box {
    position: relative;
    padding:10% 0;
}
.error .error-box::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../images/logo-icon.svg) no-repeat right center/40%;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.1;
    -webkit-filter: grayscale(100%);
}
.error .error-box h2 {
    font-size: 86px;
    color: #e4002b;
    letter-spacing: 0;
    font-family: 'Futura';
    text-align: center;
}
.error .error-box h3 {
    font-size: 16px;
    text-align: center;
}
.error .error-box a {
    position: relative;
    display: block;
    max-width: 150px;
    margin:2% auto;
    font-size: 14px;
    color:#666;
    text-align: center;
    line-height: 40px;
}
.error .error-box a:hover {
    color: #e4002b;
}
/*404错误页面 end*/

/*按钮动画*/
.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,#de3336,#e4002b);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 */

/*公共按钮动画效果*/
.iviewmore {
    display:inline-block;
    position:relative;
    text-decoration:none;
    font-size:15px;
    color:#999!important;
    width:140px;
    text-align:center;
    height:40px;
    line-height:40px;
    border:1px solid rgba(255,255,255,1);
    margin:20px auto;
    padding:0 10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
}
.iviewmore:hover {
    border:1px solid rgba(255,255,255,1);
    color:#FFF;
}
.iviewmore .line {
    display:inline-block;
    background-color:#FFF;
    position:absolute;
    z-index:99;
    -webkit-transition:0.3s ease;
    -o-transition:0.3s ease;
    transition:0.3s ease;
}
.iviewmore .line_top {
    height:1px;
    width:0;
    left:-50%;
    top:0px;
}
.iviewmore:hover .line_top {
    width:100%;
    left:0px;
}
.iviewmore .line_right {
    height:0;
    width:1px;
    top:-50%;
    right:0px;
}
.iviewmore:hover .line_right {
    height:100%;
    top:0px;
}
.iviewmore .line_bottom {
    width:1px;
    height:0;
    bottom:-50%;
    left:0px;
}
.iviewmore:hover .line_bottom {
    height:100%;
    bottom:0px;
}
.iviewmore .line_left {
    height:1px;
    width:0;
    right:-50%;
    bottom:0px;
}
.iviewmore:hover .line_left {
    width:100%;
    right:0px;
}
.iviewmore {
    border: 1px solid rgba(0,0,0,.2);
    margin: auto;
    display: block;
}
.iviewmore .line {
    background:#b38238;
}
.iviewmore:hover {
    color:#252525 !important;
}

.gomore {
    display: block;
    position: relative;
    z-index:0;
    max-width: 160px;
    line-height: 50px;
    border: 1px solid #ddd;
    border-radius: 38px;
    font-size: 14px;
    color: #999;
    text-align: center;
    overflow: hidden;
}
.gomore:hover {
    color: #fff;
}
.gomore::after {
    position: absolute;
    content: '';
    left: -5px;
    right: -5px;
    top: 0;
    z-index:-1;
    height: 100%;
    background: linear-gradient(to right, #e3bd84 50%, #b38238 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);
}
.gomore span {
    padding-left:10px;
    font-family: '宋体';
}

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


/*下拉提示*/
.go-more {
    position: absolute;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    height: 100px;
    animation: go-more 0.3s linear infinite;
}
.srolling { width: 24px; height: 34px;position:absolute;left:50%;bottom: 5%; margin-left: -12px;border-radius:30px; border: 1px solid #fcede4; cursor: pointer;}
.srolling span { position: relative;width:100%;height:100%; display: block;}
.srolling i{ height:8px; width: 2px;position:absolute;left:50%;top:10%; margin-left: -1px; background: #fff;animation: srolling 1000ms infinite ease-out;-webkit-animation: srolling 1000ms infinite ease-out;}
@keyframes srolling{
    0%{height:8px;top:10%;opacity: 1;} 
    100%{height:3px;top:85%;opacity: 0;}
}
/*下拉提示 end*/


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