﻿	input {outline:none} 
	.clearfloat:after {
	    content: "";
	    display: block;
	    height: 0;
	    clear:both;
	    visibility: hidden;
	}
.hide{display:none}
	/***header��ܿ�ʼ****/
	
	.header {
		width: 100%;
	}
	.m-top{display:none}
	.top {
		width: 1140px;
        min-width: 1140px;
		margin: 0 auto;
		font-family: "����";
		font-size: 14px;
	}
	.top1 {
		height: 34px;
		line-height: 34px;
		color: #555;
	}
	.toptime {
		float: left;
		width: 200px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		color: #000000;
	}
	.topright {
		float: right;
	}
	.contactinfo,
   .searchandlang{display:none}
	.contactinfo .mtel,
   .contactinfo .memail{
      float: left; 
      position: relative; 
      padding-left: 20px;
    }
    .contactinfo .memail{
      margin-left:20px;
    }
    .contactinfo .mtel::before{
      content: '';
      position: absolute;
      top: -3px;
      left: 0;
      background: url(../images/tel.png) no-repeat; 
      background-size: 100% 100%;
      line-height: 30px;
      width: 20px;
      height: 20px;
    } 
    .contactinfo .memail::before{
      content: '';
      position: absolute;
      top: -3px;
      left: -2px;
      background: url(../images/email.png) no-repeat;
      background-size: 100% 100%;
      line-height: 30px;
      width: 20px;
      height: 20px;
    } 

	@media only screen and (max-width: 750px){
      .m-top{
        width:100%;
        height: 40px;
        padding:0 5%;
        background-color:#0E0F21;
        box-sizing:border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .top {
          width: 90%;
          min-width: 0;
          font-size: 1.4rem;
      }
      .top1 {display:none}
      .contactinfo{
        display:flex;
        float:left;
        color:#fff;
        min-width:270px;
      }
  	  .searchandlang{display:flex;float:right;position: relative;}
      .searchandlang .transparentbut{
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color:#fff;
        position: relative;
      }
      .searchandlang .transparentbut::after{
		content:'';
        background: transparent url(../images/search.png) no-repeat;
		position:absolute;
		right:0;
		top:5px;
		width:18px;
		height:18px		
	}
      .searchandlang form,
      .searchandlang .enorcn{float:left}
      .searchandlang .enorcn{
           width: 24px;
		   height: 24px;
        	border-radius:50%;
       	 	background-color:#fff;
       	 	margin-left:8px;
        	line-height: 24px;
    	  	text-align: center;
            color:#666;
      }
      .searchandlang .enorcn a{
         color:#666;
      }
      .searchandlang form {
        position:absolute;
		right:32px;
		top:0;
      }
    }
	
	.topinfo {
		float: left;
		height: 30px;
		line-height: 30px;
		color: #003182;
		font-size: 12px;
		position: relative;
	}
	.topinfo span{
		padding: 0 6px 0 0;
	}
	@media screen and (max-width: 750px) {
    	.topinfo {
			float:inherit;
        font-size: 1.2rem;
		}
     	.topinfo span{display:none}
    }
	
	.chineseimg a,
	.englishimg a{margin-left: 35px;}
	.chineseimg div::before{
		content:'';
		position: absolute;
		top:5px;
		background-image: url(../images/index_04.png);
		width:30px;
		height:20px;
        background-size: 30px 20px;
	}
	
	.englishimg div::before{
		content:'';
		position: absolute;
		top:5px;
		background-image: url(../images/index_03.png);
		line-height: 30px;
		width:30px;
		height:20px;
      background-size: 30px 20px;
	}
	
	.logosearch {
		height: 111px;
	}
   .logomenu{display:none}
	.logo {
		width: 585px;
		height: 111px;
		float: left;
	}
    .logo img {
        height: 111px;
    }
    .mlogo {
      width: 100%;
      height: auto;
      float: left;
    }
	.mlogo img{height:auto;width:100%}
    .meun {display:none}
    .searchlogo{width:30px;float:left}
    .navlogo{width:30px;float:right}
	.navlogo::before{
		content:'';
		position: absolute;
		top:0;
		background: url(../images/menu.png) no-repeat;      
        background-size:100% 100%;
		line-height: 30px;
		width:30px;
		height:30px;
	}
@media screen and (max-width: 750px) {
  		.logosearch {
			display:none;
		}
     .logomenu{display:flex}
    	.mlogo {
        display: flex;
    	  align-items: center;
         width: 100%;
         height:100px;
    	  }
      .meun{
        display: flex;
        align-items: center;
        margin-left: 20px;
       }
    }
	/*������*/
	.search {
		width: 280px;
		height: 31px;
		margin: 40px 0;
		color: #888888;
		float: right;
		position:relative;
	}
	
	.search .input-box {
		width: 280px;
		height: 27px;
		border-radius: 42px;
		border: 1px solid #ccc;
		transition: .3s linear;
		padding-left: 15px;
		float: right;
	}
	
	.search .input-box:focus {
		width: 280px;      
	}
	.searchbtn {
		border:0;
		background: transparent url(../images/index_01.gif) no-repeat;
		position:absolute;
		right:0;
		top:5px;
		width:35px;
		height:35px
		
	}
    .tishi{
      color:red;font-size: 12px;position: absolute;top:35px;left:0;display:none
    }
  @media screen and (max-width: 750px) {
    .m-searchbtn{display:inline-block}
    .p-searchbtn{display:none}
    .logosearch {
		height: 80px;
		box-sizing: border-box;
		width: 90%;
		margin: 0 auto;
	}
  .search {
		width: auto;
		height: auto;
		margin:0 auto;
		text-align: center;
    	float: none;
		position:relative;
	}
	.search .input-box {
		height: 24px;
        border: none;
      	padding:0;
		float: none;
		width: 150px;
      	z-index:100;
        padding-left:10px;
        border: 1px solid #ccc;       
	}
    .search .input-box:focus {
		width: 150px;      
	}
	.searchbtn {
		border:0;
		background: transparent url(../images/search.png) no-repeat;
		position:absolute;
		right:1.2px;
		top:6px;
		width:18px;
		height:18px;
        z-index:110;
	}
    .search .input-box:focus +.searchbtn {
        width:30px;
		height:24px;
        z-index:900;
        background-position: center;
    	top: 0;
    }
    .tishi{
     	font-size: 1.2rem;
        top: 30px;
    	left: 10px;
    }
}
	/***header��ܽ���****/
	
	/*******��������ʽ��ʼ*******/
	
	.nav {
		width: 100%;
		background-color: #052e4e;
	}
	
	#navi {
		margin: 0 auto;
		width: 1140px;
		min-width: 1140px;
		height: 53px;
		text-align: center;
		font-size: 15px;
		font-family: "΢���ź�";
		color: #FFFFFF;
	}
	
	#navi li {
		width: 20%;
		line-height: 53px;
		float: left;
		font-weight:bold;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
	}
    #navi li::before{
    content:'';
	width:30px;height:30px;
	margin-right:3px;
}
#navi li.home::before{
	background-image: url(../images/nav_home.png);
}
#navi li.abus::before{
	background-image: url(../images/nav_abus.png);
}
#navi li.product::before{
	background-image: url(../images/nav_product.png);
}
#navi li.tel::before{
	background-image: url(../images/nav_tel.png);
}
#navi li.message::before{
	background-image: url(../images/nav_message.png);
}
	
	#navi li a {
		color: #fff;
	}
	
	#navi>li:hover {
		background-color: #02519e;
        
	}
	
	#navi>li a:hover {
		font-weight: bold;
	}
    @media screen and (max-width: 750px) {
      .nav {
        display:none;
        z-index:100;
        position:absolute;
        left:0;
        top:140px;
	 	}
      #navi {
		width: 100%;
		min-width: 0;
		height: auto;
		text-align: left;
		font-size: 1.5rem;
      }
      #navi li {
        width: auto;
		border-bottom:1px solid #999;
        float: none;
    	padding: 0 5%;
        font-size: 1.6rem;
        justify-content: flex-start;
      }
	
    }
  
 .brandlist{display:none;background-color:#fff}
#navi .brandlist>li a{color:#000}
#navi .brandlist>li{
    background-color:rgb(234, 234, 234);
    font-weight:bold;
    font-size:16px;
    padding-left:25px;
    margin-bottom:6px;
    line-height:50px;
    position:relative;
}
#navi .brandlist>li .arrow{
  position:absolute;
  right:20px;
  top:22px;
  height:6px;width:6px;
  border-top:1px solid #000;
  border-right:1px solid #000;
  transform:rotate(45deg); 
}
#navi .brandlist .childlist{
  background-color:#fff;
  font-size:16px;
}
#navi .brandlist .childlist li{
  margin:9px 0;
  padding-left:55px;
  position:relative;
  border-bottom: none; 
}
#navi .brandlist .childlist li::before{
  content:'';
  position:absolute;
  left:55px;
  top:25px;
  height:6px;width:6px;
  border-top:1px solid #02519e;
  border-right:1px solid #02519e;
  transform:rotate(45deg);
}
#navi .brandlist .childlist li a{
  margin-left:20px;
  color:#000
}
#navi .brandlist .childlist li.thirdli{
  padding-left:80px
}
#navi .brandlist .childlist li.thirdli::before{
  left:80px
}
#navi .brandlist li.current{
  background-color:rgb(136,136,136)
}
#navi .brandlist li.current a{
  color:#fff
}
#navi .brandlist .childlist li.current::before{border-color:#fff}
			.lxfsbox {
				border: 1px solid #CCCCCC;
				font-size: 14px;
				color: #999;
				line-height: 22px;
				padding: 15px;
                font-family: "宋体";
			}
	/*******��������ʽ����*******/
	
	/*******footer��ʼ*******/
	
	.footer {
		width: 100%;
      min-width: 1140px;
		background-color: #0e0f21;
	}
	.m-footer {
		display:none
	}
	
	.footer_content {
		text-align: center;
      	width: 1140px;
     	min-width: 1140px;
		font-size: 14px;
		font-family: "����";
		color: #fff;
		margin: 0 auto;
		padding: 22px 0;
		line-height: 30px;
	}
@media screen and (max-width: 750px) {
  .footer { display:none}
  .m-footer { 
    display:block;
    width: 100%;
    min-width: 0;
	 background-color: #0e0f21;
  }
  .footer_content {
     width: 90%;
     min-width: 0;
	}
}
	/*******footer����*******/