
/* 头部 */
.page1 { position: relative;  align-items: center; background-color: #fff;width: 1280px; margin:20px auto; height:96px; min-width: 1280px;}
.action01{ width: 381px; }
.t0t{  margin:16px 0 0 0; }
.logo_l { width:800px;  }
.logo_r {  width:250px; align-items: flex-end; }
.action-bg { width:381px; margin-right:20px; float: left;}
.action-bg-1 {padding: 0 10px; min-width:108px;width: fit-content;height:40px;background:url(../images_scwmw2023/img_l1.png) repeat-x; overflow: hidden; text-align: center;color: #fff; border-radius: 8px 0 8px 0 ;}

/*二维码弹出*/
.footer_flex{margin: 10px 0 0 0;}
.footer_flex li:hover span { display: block; }
.footer_flex li:hover .img-n { display: none; }
.footer_flex li span { display: none; color: #fff; font-size: 13px; line-height: 45px; }
.footer_flex li .img-n {padding: 12px 0 0 4px; }
.footer_flex li { width: 40px; height: 40px;  margin:10px 8px; float: left; text-align: center; cursor: pointer; position: relative; z-index: 10; }
.footer_flex li:hover { background-color: #d74339; }
.footer_flex li:last-child:hover { background-color: #f7f7f7; } 

/*button*/
.footer_flex li:hover .flex-footera { display: block; z-index: 999;  background-color: #fff; }
.footer_flex li .flex-footera {  position: absolute; top:50px; text-align: center; display: none;  z-index:10;left: -26px;border: 1px solid #e9e9e9;}
.flex-footera img { width:100px; height: 100px;  z-index:10;}
.img-n{ width:48%;  }



/* 搜索 */
.or{ height: 36px !important; width: 120px !important;}
.search { position: absolute; margin: auto; top: 0; right: 0; bottom:0; left: 0; width:120px; height:36px; background: #f7f7f7;transition: all 1s; z-index: 4;}
.search h1 { color: #595758; margin-left:10px; font-weight:400;}
.search:hover { cursor: pointer;}
.search::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 11px;
  right: 0;
  bottom: 0;
  left:-63px;
  width: 10px;
  height: 2px;
  background:#eb3428;
  transform: rotate(45deg);
  transition: all .5s;
}
.search input {
    font-family: 'Inconsolata', monospace;
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 30px;
    width: 70px;
    height: 35px;
    outline: none;
    border: none;
    background: #f5f5f7;
    color: #666;
    padding: 0 0px 0 20px;
    border-radius: 30px;
    transition: all 1s;
    opacity: 1;
    z-index: 5;
    font-weight: bolder;
  }
  
.search input:hover { cursor: pointer;}
.search::after {
  content: "";
  position: absolute;
  margin: auto;
  top: -5px;
  right: 0;
  bottom: 0;
  left: -80px;
  width: 13px;
  height:13px;
  border-radius: 50%;
  border: 2px solid #eb3428;
  transition: all .5s;
}

/*导航*/
.columns {

    width: 100%;
    background-color: #a01c0e;
	height: 50px;
    margin-top: 10px;
	z-index:1;
	
}

#column, #column ul { list-style: none outside none; margin: 0;  padding: 0;}
#column {
    position: relative;
    width:1280px;
	margin: 0 auto;
    display: flex;
    justify-content: space-around;

}

#column > li {
    border-bottom: 5px solid transparent;
    float: left;
    margin-bottom: -5px;
    text-align: left;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
	font-size:18px;
}
#column li a {
    display: block;
    text-decoration: none;
    -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    white-space: normal;
	text-align: center;
}
#column > li > a {
    color: #fff;
    display: block;
    
    line-height:50px;
    padding: 0 15px;
    text-transform: uppercase;
}
#column > li:hover > a, #column > a:hover {color:#fff; background-color: #ff4001;}
#column li.active > a { color:#fff;}

#column ul li a:hover { color: #F55856;}
















