﻿
/*globe*/
*{margin:0;padding:0;border:0;margin:0;padding:0;border:0;font-family:Arial,Helvetica,sans-serif; box-sizing: border-box; }
 ul{ list-style:none;}
a{text-decoration:none;}
 
/*头部导航*/

body>header{background-color:White;}


.topall{ margin:0 auto; border-bottom:solid 1px #EDEDED;
 width:1200px; line-height:30px;display: -webkit-flex;display: flex; justify-content:space-between;
}
 
.topall>div nav ul{display: -webkit-flex;display: flex; justify-content:space-around; }
.topall>div nav ul li{  margin-right:15px;}
.topall>div>div a{  margin-right:15px;}

.menuNav{margin:0 auto; height:80px;   width:1200px;display: -webkit-flex;display: flex; justify-content:space-between;}
.menuNav>div{ margin-top:15px;height:80px; }
.menuNav>div:first-child{ position:relative; width:440px;display: -webkit-flex;display: flex; justify-content:space-between;}
.menuNav>div:first-child a{  width:169px;display:flex;justify-content: center; align-items: center;display: -webkit-flex;}
.menuNav>div:first-child .logo{margin-bottom:30px; width: auto; height: auto; max-height:80px;max-width:169px;}
.menuNav>div:nth-child(2){   height:30px; }
/*头部标题*/
 .smjj{font-size:22px; padding:5px; background-color:Red; border-radius:3px; font-weight:bold; color:Wheat; height:30px; position:absolute; left:180px; top:5px;}


/*热线电话*/
.hotTel{ width:130px;  margin-top:-10px;}
.hotTel>span{ width:130px; display:inline-block;}
.hotTel>span:first-child{ font-size:20px; color:Red; font-weight:bold;}
.hotTel>span{ font-size:18px; color:Blue; font-weight:bold;}

 

 /*菜单*/
 
.mainmenus,.erjimenus{height:30px; line-height:30px; list-style:none; margin:0 auto;display: -webkit-flex;display: flex; justify-content:space-around; align-items: center;width:1248px;}
.mainmenus li{  line-height:28px; }
.mainmenus li a{  font-size:16px;  color:White;  }
.mainmenus li a:hover{   color:#AFFF79;  }

/*二级菜单*/

.erjimenusOuter{height:30px; margin:0 auto;min-width:1248px;  border-bottom:solid 1px #DCDCDC;}


.menusinner{height:30px;  background: -webkit-linear-gradient(left, #FF8500 , #FF5000); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,  #FF8500 , #FF5000); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #FF8500 , #FF5000); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,  #FF8500 , #FF5000); /* 标准的语法（必（必须放在最后）*/}



.on{ background-color:White; color:Red; height:28px; margin-top:5px; border-radius:10px 10px 0 0 ;text-align:center; position:relative; padding:0 10px;}
.mainmenus .on>a{ color:blue; }

.onMenu{ font-weight:bold;}
 

/*关联导航*/
   #footer{background-color:white; width:100%; padding:40px 0 20px 0; margin:20px auto;}
.xiangguan{width:1200px; margin:0 auto; min-height:20px; border:solid 1px #CDCDCD; padding:10px; position:relative;}
 .xgTitle{font-size:20px; font-weight:bold; padding:5px;position:absolute; top:-20px; left:100px; background-color:#EDEDED; border-radius:10px;}
 
 .smallMenus{ display:inline-block; margin:10px 20px; border:solid 1px #EDEDED; padding:3px 5px; border-radius:10px;}
 
   .smallMenus>li{ margin-right:15px; float:left;}
  .smallMenus>li:first-child a,.smallMenus li span{ font-size:16px; font-weight:bold; }	
		
 

/* 搜索*/

   .search{ width:520px; height:30px; position:relative;}      
  .search>input{ width:450px; height:30px;outline:0;border:1px solid #95B8E7; border-right:0;padding-left:3px;border-radius:5px 0 0 5px;-moz-border-radius:1px;line-height:30px;}     
  
 
.searchbut {width:70px; height:30px; position:absolute; right:0; display:inline-block; cursor:pointer; background-color:Red; color:White; font-size:16px; font-weight:bold; line-height:30px; letter-spacing:6px;  text-align:center;}