﻿

#header{position:fixed; left:0; top:0; width:100%;  z-index:999; height:90px;background-image: url(../images/index04.png);} 
#logo{float:left;     margin-top:1.5em;}
#logo img { height: 45px;}
#menu{float:left;width:50%; margin-left:10em}
#menu ul li{ position:relative;float:left; width:16.66%;text-align:center;line-height:90px;}

#menu ul li a.bm{color:#fff; display:inline-block;}
#menu ul li a.bm:hover{color:#e00202;font-weight:bold}
.right2 { width:20%;float: right;position:relative}
.right2 dd{float:left; display:inline-block;text-align: center;line-height: 90px; height: 90px;padding-top:5%;}
.right2 dd:first-child{line-height: 30px; position: absolute;right: 25px;}
.right2 dd:last-child{margin-left:10px;padding-top:0;position: absolute;right: 0;}
.right2 dd b{color:#fff;background:url(../images/index22.png) no-repeat left center;padding-left:1.8em; display: inline-block;font-family: "1";font-size: 18px;}

.right2 dd a{    color: #fff;font-size: 12px; background: #df0202;font-family: "1";padding: 0.4em;border-radius: 50px;}


#menu ul li dl{ text-align:center; display:none; z-index:888;position:absolute;top: 90px;width: 100%;background-color: #fff;background-color:#fff;}
#menu ul li dl dd{border-bottom:1px #ebebeb solid; font-size:0.875em; padding:0.5em 0;    line-height: 35px;}
#menu ul li dl dd:last-child{border:none;}
#menu ul li dl dd:hover a{color:#fff;}
#menu ul li dl dd:hover{background-color:#e00202}
/*************************************************/
.fr{float:right; display:inline}
.ovh {overflow: hidden; }
#header{transition: transform 0.5s ease 0s;}
#banner{position:relative; transition: all 0.5s ease 0s;z-index: 1;}
.moveleft{transform: translateX(-66%);}
#header .m-btn { float:right; margin-right:3%;   width: 22px; height: 20px;display: none;cursor: pointer; margin-top: 30px;}

.promenubg{ display:none;position:fixed; left:0; top:0; z-index:110; width:100%; height:100%; background-image:url(../images/index24.png);}
.promenubg_left{float:left; width:65%;padding:4% 0 0 0;}
.promenubg_left li{width:33.33%;float:left;background:url(../images/index25.png) no-repeat left center;padding-left:1.5%;margin-bottom:2%}
.promenubg_left li:hover{background:url(../images/index26.png) no-repeat left center;}

.promenubg_right{float: right; width: 35%; padding: 3% 0 3% 4%;border-left: 1px solid #c9c9c9;}
.promenubg_mid{margin-top:90px; background-color:#fff; overflow: hidden;}

@media screen and (max-width:1550px) {
#menu{margin-left:10em;}


}


@media screen and (max-width:1395px) {

#menu{margin-left:5em;}

}
@media screen and (max-width:1245px) {

.right2 { width:22%;}
#menu{margin-left:3em;}

}


@media screen and (max-width:1135px) {
#menu{display:none;}
.momenuon{top:0;opacity:1}
.mobile_menu_shop,.mobile_menu{display:block;}
.mobile_menu{top:0.71875em;}
#header .m-btn{display:block;}
.right2{width:30%;}
.right2 dd{border-left:none;}

}
@media screen and (max-width:760px) {
#header .m-btn{margin-top:25px;}
}
@media screen and (max-width:500px) {
.right2 dd:last-child{margin-left:0}
}

#header .m-btn .box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#header .m-btn .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: width 0.3s ease 0s;
}
#header .m-btn .line1 {
  width: 12px;
  top: 0;
}
#header .m-btn .line2 {
  width: 22px;
  top: 6px;
}
#header .m-btn .line3 {
  width: 16px;
  top: 13px;
}
#header .m-btn.cur .line1, #header .m-btn.cur .line2, #header .m-btn.cur .line3 {
  width: 100%;
}
.m-sub-menu.show {
  right: 0;
  transition: all 0.44s ease 0s;
}

.m-sub-menu {
  position: fixed;
  right: -100%;
  width: 66%;
  top: 0;
  z-index: 1000;
  height: 100%;
  background-color: #fff;
  transition: all 0.64s ease 0s;
}
.m-sub-menu .top-box {
  line-height: 60px;
  background-color: #e00202;
  overflow: hidden;

}
.m-sub-menu .top-box .stt {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin-left: 8.2%;
  font-family: "Base-font";
}
.m-sub-menu .top-box .close {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/ico_37.png) no-repeat center;
  margin-right: 7.8%;
  margin-top: 22px;
  cursor: pointer;
}
.m-sub-menu .list-wrap ul {
  width: 100%;
      overflow: hidden;
}
.m-sub-menu .list-wrap li {
  line-height: 60px;
  width: 100%;
      overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
}
.m-sub-menu .list-wrap li .col-box {
  display: block;
   
  padding: 0 7.8% 0 8.2%;
}
.m-sub-menu .list-wrap .tits {
  font-size: 16px;
  color: #666;
}
.m-sub-menu .list-wrap .point {
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url(../images/ico_38.png) no-repeat center;
  margin-top: 26px;
  cursor: pointer;
}
.m-sub-menu .bot-link {
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  margin-top: 30px;
}
.m-sub-menu .bot-link a {
  display: inline-block;
  width: 36px;
  height: 50px;
  margin-right: 20px;
  float: left;
  cursor: pointer;
}
 
.m-sub-menu .sec-sub-list {
  position: absolute;
  right: -100%;
  top: 60px;
  width: 100%;
}
.m-sub-menu .sec-sub-list .return-fir {
  display: block;
 
  padding: 0 7.8% 0 8.2%;
  line-height: 50px;
  background-color: #171313;
}
.m-sub-menu .sec-sub-list .return-fir p {
  padding-left: 18px;
  color: #fff;
  font-size: 18px;
  background: url(../images/ico_42.png) no-repeat left center;
}
.m-sub-menu .sec-sub-list .boxs {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease 0s;
  background-color: #fff;
}
.m-sub-menu .sec-sub-list .boxs.show {
  left: -100%;
}
.m-sub-menu .sec-sub-list ul, .m-sub-menu .sec-sub-list li {
  width: 100%;
}
.m-sub-menu .sec-sub-list li {
  line-height: 40px;
  border-bottom: 1px solid #f2f2f2;
}
.m-sub-menu .sec-sub-list li a {
  display: block;
  width: 100%;
  padding: 0 5%;
  font-size: 14px;
  color: #666;
}
.m-sub-menu .sec-sub-list .bot-link {
  margin-top: 14px;
}


/*搜索*/

.right2 .serach{position:relative;}
.right2 .serach a {display: block;}
.right2 .serach .search_c {
    position: absolute;
    right: 1em;
	z-index: 9999;
}
.search-form {
    height: 50px;
    position: relative;
}

input.search-input {
    width: 380px;
    border-radius: 3px;
    border: 1px solid #eaeaea;
    font-size: 14px;
    padding: 6px 60px 6px 10px;
    background: #fff;
    height: 50px;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.right2 .serach form button {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #000;
    background: 0 0;
    border: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    font-size: 18px;
    font-weight: 300;
    outline: 0;
    cursor: pointer;
    width: 70px;
    height: 50px;
    background: #e00202;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

@media screen and (max-width: 1135px){
.right2{  margin-right:2%}
#header {height:80px;}
.right2 dd{height:80px;line-height:70px;}

}

@media screen and (max-width: 775px){
.right2{width: 12%;margin-right:2%}
#logo{margin-top: 0.5rem;}
#header {height:70px;}
.right2 dd{height:70px;line-height:60px;}

#logo img{height:40px;}
.right2 dd{width:100%;}
.right2 dd:first-child{display:none;}
}

@media screen and (max-width: 480px){
#header{height:55px;}
.right2 {width:10%;}
#logo img{height:30px;margin-top: 2%;}

#header .m-btn { margin-top: 20px;}
.right2 .serach{display:none;}
.right2 dd a {line-height: 50px;}
}
