/*清除默认样式*/
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;}

/*字体*/
@font-face {
    font-family: "RuiZiChaoPaiHaoHengHeiJian";
    src: url("../font/RuiZiChaoPaiHaoHengHeiJian-DaHei-2.ttf");
}
@font-face {
    font-family: "Futura";
    src: url("../font/Futura-Light.woff2");
}
@font-face {
    font-family: "Futura";
    src: url("../font/Futura-Medium.woff2");
}

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

/*滚动条样式*/
::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    background: #d22633;
}
/*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); 
}

body {
	max-width: 1920px;
    margin: 0 auto;
}
/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.wrap{width:100%;overflow:hidden;}
.mainWidth{width:1000px; margin:0 auto;}
.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: 'Futura';}
.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;
}
.container {
    width: 100%;
    max-width: 1530px;
    margin: 0 auto;
    padding:0 15px;
}
@media (max-width: 1024px){
.container {
    width: 100%;
    padding:0 15px;
}
.header .container {
    display: block;
}
}

/*头部*/
.header {
    *max-width: 1920px;
    margin: 0 auto;
    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: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,.6) 100%);
}
.headerfix::after,
.headerfixmenu::after {
    background: none;
}
/*头部logo*/
.header .logo {
    width: 14.4%;
    min-width: 220px;
    max-width: 240px;
    height: 57px;
    background: url(../image/logo.svg) no-repeat left center/70%;
}
.header .logo a {
    display:block;
    width:100%;
    height:inherit;
    opacity: 0;
}

/*头部菜单*/
.header .nav {
    margin:0 0% 0 auto; 
    line-height: 59px;
}
.header .nav>ul {
    width:100%;
}
.header .nav>ul>li {
    float: left;
    padding: 7px 20px;
    max-width: 170px;
    transition:padding 0.5s;
}
.header .nav>ul>li>a {
    font-size: 16px;
    color:#fff;
    padding: 4px 0;
    transition: all 0.8s;
}
.header .nav>ul>li>i {
    display: inline-block;
    width: 10px;
    height: 10px;
    font-size: 14px;
    font-family: 宋体;
    font-style: normal;
    transform: translate(0px,3px);
}
.header .nav>ul>li.active a,
.header .nav>ul>li:hover>a {
    color:#fff;
    font-weight: 800;
}
.headerfix .nav>ul>li.active a,
.headerfix .nav>ul>li:hover>a {
    color:#000;
    font-weight: 800;
}
.header .nav>ul>li.active::after {
    position:absolute;
    left:50%;
    bottom:-1px;
    transform: translate(-50%,0%);
    content: "";
    width: 100%;
    height: 0px;
    background:#d30000;
}


/*头部菜单-下拉菜单*/
.header .nav ul li .sub-box {
	display:none;
	position: absolute;
    width: 100%;
	padding:4% 0;
    background: rgba(255,255,255,0.95);
    z-index: 999;
    left: 0;
    overflow: hidden;
    transition: all 0.3s;
}
.header .nav ul li:hover .sub-box {
	display:block;
}
.header .nav ul li .sub-box  .item-fl {
	width: 20%;
	text-align:left;
}
.header .nav ul li .sub-box  .item-fl h3 {
	display:inline-block;
	font-size: 24px;
    padding: 0 10px;
    margin:0 0 10% 0;
    color: #d30000;
    position: relative;
	z-index:1;
}
.header .nav ul li .sub-box  .item-fl p {
	height:80px;
	font-size:14px;
	color:#666;
	line-height: 1.6;
	text-align:left;
}
.header .nav ul li .sub-box  .item-fr {
	float: right;
    width: 70%;
}
.header .nav ul li .sub-box  .item-fr a {
	display:block;
	float: left;
    width: 20%;
    max-width: 260px;
    padding: 0 2%;
    text-align: center;
}
.header .nav ul li .sub-box  .item-fr a .pic {
    max-width: 100%;
	border-radius: 10px;
    overflow: hidden;
	transform:all 0.55s;
}
.header .nav ul li .sub-box  .item-fr a .pic img {
    max-width: 100%;
	transition:all 0.5s;
}
.header .nav ul li .sub-box  .item-fr a h3 {
	font-size:14px;
	color:#333;
    padding-top: 8%;
    padding-bottom: 15%;
	transition:transform 0.5s;
}
/*hover*/
.header .nav ul li .sub-box  .item-fr a:hover .pic img {
	transform: scale(1.05);
}
.header .nav ul li .sub-box  .item-fr a:hover h3 {
	color:#d30000;
	transform: translate(10px,0);
}
@media screen and (max-width:1024px){
.header .nav ul li .sub-box {
    display: none;
	position:relative;
    width: 100%;
	padding:4% 0;
}
.header .nav ul li:hover .sub-box {
	display:none;
}
.header .nav ul li .sub-box  .item-fl {
	display:none;
}
.header .nav ul li .sub-box  .item-fr {
	width: 100%;
}
.header .nav ul li .sub-box  .item-fr a {
    width: 100%;
    padding: 0 0%;
    text-align: left;
}
.header .nav ul li .sub-box  .item-fr a h3 {
	position:relative;
	font-size:14px;
	color:#3a3a3a;
	border-bottom: solid 1px #f6f6f6;
	width:100%;
	padding-left:10%;
    padding-top: 5%;
    padding-bottom: 5%;

}
}
/*头部菜单-下拉菜单*/

@media screen and (max-width:1600px){
.header .nav ul li {
    padding: 4px 14px;
}
}
@media screen and (max-width:1300px){
.header .nav ul li {
    padding: 3px 20px;
}
.header .nav ul li.active::after {
    height: 1px;
}
}
@media screen and (max-width:1400px){
.header .submenu .tel{
    display:none;
}
}
@media screen and (max-width:1500px){
.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: 14px;
}
.header .nav .searchfix .box .button {
    width: 60px;
    height: 42px;
    line-height: 38px;
    background:#005f38 url(../image/search.png) no-repeat center;
}


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

.header .submenu {
}
.header .submenu a {
    display:block;
}
.header .submenu .englist {
    width: 20px;
    height: 21px;
    margin:0 30px 0 0;
    background: url(404.png) no-repeat center/100%;
    cursor: pointer;
}
.header .submenu .search {
    width: 20px;
    height: 21px;
    margin:0 30px 0 0;
    background: url(../image/search.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 .submenu .tel {
    padding: 0 0 0 40px;
    background: url(../image/tel.svg) no-repeat left center/30px;
}
.header .submenu .tel p  {
    font-size: 12px;
    color: #fff;
}
.header .submenu .tel h4  {
    font-size: 20px;
    color: #fff;
    font-family: 'Futura';
    text-transform: uppercase;
}

/*头部绝对定位样式*/
.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(../image/logofix.svg) no-repeat left center/70%;
} 
.headerfix .nav ul li {
}
.headerfix .nav ul li a { 
    color:#3a3a3a;
}
.headerfix .nav ul li.active::after {
    background:#d30000;
}
.headerfix .nav>ul>li>i {
    color:#3a3a3a;
}
.headerfix .submenu .englist {
    background: url(404.png) no-repeat center/100%;
}
.headerfix .submenu .search {
    background: url(../image/search-fix.svg) no-repeat center/100%;
}
.headerfix .submenu .tag {
    color:#252525;
}
.headerfix .submenu .tel::before {
    background: url(../image/tel-icon-fix.svg) no-repeat center center/cover;
}
.headerfix .submenu .tel {
    padding: 0 0 0 40px;
    background: url(../image/telfix.svg) no-repeat left center/30px;
}
.headerfix .submenu .tel p  {
    color: #d30000;
}
.headerfix .submenu .tel h4  {
    color: #d30000;
}
/*头部绝对定位样式 end*/

/*尾部*/
footer {
    width: 100%;
    margin-top: 5%;
    border-top: solid 1px #e6e6e6;
    padding-top: 3%;
}
.footer-contact {
    width:29%;
}
.footer-contact p {
    font-size: 14px;
    color: #5e5e5e;
}

.footer-nav{ 
    width:46%;
    margin-left:2%;}
.footer-nav ul{ float:left; margin-right:7%;}
.footer-nav ul li.tit{margin-bottom:30px;}
.footer-nav ul li.tit a {font-size:18px;color:#3a3a3a; font-weight:normal;}

.footer-nav ul li { display:block; font-size:14px; line-height:24px;}
.footer-nav ul li a{ color:#5e5e5e;}

.footer-tel {width:23%;}
.footer-tel .p1{ font-size:20px;}

.footer-tel .p2{ height:1px; background:#e5e5e5; width:60px; margin:25px 0;}

.footer-tel .p3{ font-size:40px;}
.footer-tel .p3 a {color:#d22633;font-family: 'Futura';}

.footer-tel .p4{ margin-top:25px;}
.footer-tel .p4 img{width:85px;}


.footer-by{border-top:solid 1px #e6e6e6; padding:10px 0;font-size:15px;margin:6% 0 0.5% 0; overflow:hidden;}
.footer-by p.left font{ display:inline-block; margin-right:25px;}
.footer .footer-by p.left a{ text-decoration:none;}


.footer-link{ padding:10px 0;margin:0.5% 0 0.5% 0; overflow:hidden;}
.footer-link a{font-size:12px;color:#666;}

/*浮窗留言*/

/*右边浮窗按钮*/
.right-fixed {
    position:fixed;
    bottom: 300px;
    right: 0;
    width: 70px;
    z-index: 999;
}
.right-fixed .icon {
    background: #252525;
    padding:2px;
    margin-bottom: 1px;
    cursor: pointer;
    text-align: center;
    position:relative;
}
.right-fixed .call,.right-fixed .map {
	display:none;
}
.right-fixed .icon i {
    display:inline-block;
    width:70px;
    height:42px;
    line-height: 42px;
}
.right-fixed .icon i img {
    width:35px;
}
.right-fixed .icon span {
    font-size: 12px;
    color:#fff;
}
.right-fixed .icon:hover {
    background:#d22633;
}


/*以下代码是自适应样式*/
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.right-fixed {
    bottom: 0;
    right: 0;
    display: flex;
    width: 100%;
    height: 50px;
}
.right-fixed .icon {
    flex: 1;
}
.right-fixed .call,.right-fixed .map {
	display:block;
}
.right-fixed .buss {
	display:none;
}
.right-fixed .icon i {
    display: block;
    margin: 0 auto;
    width:25px;
    height:25px;
    line-height: 25px;
}
.right-fixed .icon i img {
    width:35px;
}
.right-fixed .icon span {
    font-size: 12px;
    color:#fff;
}
.right-fixed .icon:hover {
    background:#d22633;
}
}


.fixed-msg {
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display: none;
    background:rgba(0, 0, 0, 0.2);
}
.fixed-msg .msg-box {
    height: 430px;
    width: 50%;
    margin:10% auto;
    padding:50px;
    background:#fff;
    position:relative;
}
.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: 30px;
    color: #db000b;
}
.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(../image/close.png) no-repeat left top;
}
.fixed-msg .msg-box .form {}
.fixed-msg .msg-box .form input,.fixed-msg .msg-box .form select {
	float:left;
    background: #f5f5f5;
    border: solid 1px #d2d2d2;
    font-size: 16px;
    color: #313131;
    padding: 0 5%;
	margin:1%;
    line-height: 46px;
    width: 48%;
	height:46px;
}
.fixed-msg .msg-box .fixSubmit{
    background: #d30000;
    border: 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    width: 190px;
    line-height: 45px;
    margin: 20px auto;
    clear: both;
    cursor: pointer;
}
/*以下代码是自适应样式*/

@media screen and (max-width:1320px){}

@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.fixed-msg .msg-box h4 {
    font-size: 20px;
}
.fixed-msg .msg-box h4 strong {
    font-size: 20px;
}
.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: 46px;
    width: 100%;
	height:46px;
}
}

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


/*以下代码是自适应样式*/
@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:800px){
.header {
    padding:10px 0;
}
.header .logo {
    width: 220px;
    height: 40px;
    background-size: 50%;
}
.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: 20px 0;
    line-height: 46px;
    background: #fff;
}
.header .nav ul {
    padding:0 30px;
}
.header .nav ul li {
    float:left;
    width:100%;
    max-width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background-size: 20px;
}
.header .nav ul li a {
    font-size: 18px;
    color:#3a3a3a;
    padding: 0px 10px;
}
.header .nav ul li i {
    display: none;
    font-size: 0.24rem;
    color: #333;
    margin: 0 0 0 0.5rem;
    transform: translate(0px,6px);
}
.header .menu{ 
    display:block;
    width:32px; height:32px; margin-left:20px; margin-top:8px;background:url(../image/menu.svg) no-repeat center; background-size:30px;
}
.headerfix .menu {
    background: url(../image/menu-fix.svg) no-repeat center/30px;
}
.headerfixmenu .menu {
    background: url(../image/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(../image/search.png) no-repeat center;

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


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

.footer-slogan {
    padding:30px 0;
}
.footer-slogan .logo {
    width:50%;
}
.footer-slogan .logo img {
    max-width: 180px;
}
.footer-slogan .slogan {
    width:30%;
    padding:20px 0 0 0;
    font-size: 24px;
    color:#000;
}
.footer .footer-box {
    padding:3% 0 3% 0;
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}


/*尾部-菜单*/
.footer .footer-box .foot-menu {
    float:left;
    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: 18px;
    color: #333;
    opacity:1;
    margin-bottom: 20px;
    padding: 0px 0;
}
.footer .footer-box .foot-menu .item a {
    display:block;
    font-size: 14px;
    color:#666;
    padding:2px 0;
    transition: transform 1s;
}
.footer .footer-box .foot-menu .item a:hover {
    color:#d30000;
    transform: translate(5px,0px);
}
.footer-contact {
    width:30%;
    position:relative;
}
.footer-contact .address {
    margin:0 0 3% 0;
}
.footer-contact .address h6 {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    padding: 0px 0;
}
.footer-contact .address p{
    position:relative;
    padding: 5px 0 5px 0px;
    font-size: 14px;
    color:#999;
}
.footer-contact .address p span {
}
.footer-contact .address p a {
    color:#999;
}
.footer-contact .address p.call a {
    font-size: 42px;
    color:#d30000;
    font-family: 'Futura';
}

.footer-contact .guanzhu {
    margin:0 0 0 0;
}
.footer-contact .guanzhu .tit {
    font-size: 16px;
    color: #999;
    margin:0 0 30px 0;
}
.footer-contact .guanzhu .icon {
    display: flex;
    
}
.footer-contact .guanzhu .icon .item {
    flex: 1;
}
.footer-contact .guanzhu .icon .item .fix {
    width: 100px;
    height: 100px;
}
.footer-contact .guanzhu .icon .item .fix img {
    width: 100%;
    background: #fff;
    border-radius: 5px;
}
.footer-contact .guanzhu .icon .item h3 {
    font-size: 14px;
    color: #999;
    padding:0.1rem;
}

@media screen and (max-width:1024px){
.footer::before {
    opacity: 0.2;
}
.footer .container {
    z-index: 2;
}

.footer-slogan {
    padding:20px 0;
    text-align: center;
}
.footer-slogan .logo {
    width:100%;
}
.footer-slogan .logo img {
    max-width: 120px;
}
.footer-slogan .slogan {
    width:100%;
    padding:20px 0 0 0;
    font-size: 20px;
}
.footer .footer-box {
    padding:4% 0;
}

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

.footer-contact .address {
    margin:5% 0 3% 0;
}
.footer-contact .address p{
    font-size: 14px;
}
.footer-contact .address p.call a {
    font-size: 30px;
}
.footer-guanzhu {
    width:100%;
    margin:0 0 0 0;
}
}

/*尾部-版权*/
.copy {
    padding:30px 0 20px 0;
}
.copy p {
    display:inline-block;
    margin:0 20px 0 0;
    font-size: 14px;
    color:#999;
}
.copy a {
    color:#999;
}
.copy .other a {
    padding:0 0 0 10px;
}

@media screen and (max-width:1024px){
.footer {
    margin: 0 0 60px 0;
    padding:10% 0 6% 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%;
}

.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{
}

.copy {
   
}
.copy p {

}
.copy a {
}
}






/*按钮*/
.go.center {
    text-align: center;
}
.go a,.seemore {
    position:relative;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #333;
    width: 130px;
    line-height: 36px;
    border-radius: 36px;
    border: 2px solid #dcdcdc;
    background: transparent;
    z-index: 0;
}
.go a:hover,.seemore:hover,a.go-active{
    color: #fff;
    border: 2px solid #d30000;
    background: #d30000;
}
.go a:hover:before,.seemore:hover:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(404.png);
    background-size: 4px;
    background-repeat: repeat;
    opacity: .2;
}
@media screen and (max-width:1024px){
.go.center {
    text-align: center;
}
.go a,.seemore {
    font-size: 14px;
    width: 120px;
    height: 36px;
    line-height: 36px;
}
}
/*按钮 end*/

/*友情链接*/
.friend-link {
    margin:2% 0 0 0;
}
.friend-link a {
    opacity: 0.1;
    font-size: 14px;
    color:#666;
    padding:0 5px;
}
/*友情链接 end*/


/*经销商专区账号登录*/
.buss-login {
    padding:2% 0;
}
.buss-login .word {
    width: 45%;
    max-width: 800px;
    margin:0 auto;
    padding:0% 5%;
    
}
.buss-login .word .mip-reg-heading {
    font-size: 26px;
    color: #d22633;
    font-weight: bold;
    text-align: center;
    margin:0 0 5% 0;
}
.buss-login .word .form-control {
    height: 48px;
}

.buss-login .word p {
}
.buss-login .word p span {
    display: inline-block;
    color: #d22633;
}
.buss-login .word .btn {
    background: #d22633;
    border-color: #d22633;
    margin:5% 0 0 0;
}
@media screen and (max-width:1024px){
.buss-login .word {
    width: 100%;
    max-width:100%;
    padding:0% 0%;
    margin:5% 0 0 0;
}
.buss-login .word .mip-reg-heading {
    font-size: 20px;
    margin:0 0 5% 0;
    text-align: center;
}
}
/*经销商专区账号登录 end*/

/*404错误页面*/
.error {
    
}
.error .error-box {
    padding:15% 0 10% 0;
}
.error .error-box h2 {
    font-size: 86px;
    color: #d22633;
    letter-spacing: 0;
    font-family: 'Futura';
    text-align: center;
}
.error .error-box h3 {
    font-size: 16px;
    text-align: center;
}
.error .error-box a {
    display: block;
    width: 147px;
    margin:2% auto;
    font-size: 15px;
    text-align: center;
    line-height: 45px;
    font-style: normal;
    border: solid 1px #dedede;
    border-radius: 25px;
}
.error .error-box a:hover {
    color: #d22633;
    border: solid 1px #d22633;
    
}
@media screen and (max-width:1024px){
.error .error-box {
    padding:40% 0;
    background: url(404.png) no-repeat center center/20%;
}
.error .error-box h2 {
    font-size: 46px;
}
.error .error-box h3 {
    font-size: 16px;
     margin:5% auto;
}
.error .error-box a {
    margin:2% auto;
}
}
/*404错误页面 end*/