@charset "utf-8";
/* CSS Document */

*{
    margin: auto;
    padding: 0;
	}
ul,li,ol{
    list-style: none;
	}
img{
    border:none;
	}
a{
    color:inherit;
    text-decoration:none;
	}
a:hover{
    color:inherit;
    text-decoration:none;
	cursor:pointer;
	}
.clears{
    clear: both;
    height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
	}
body{
    font-family: Arial,Verdana,"Microsoft Yahei","Pingfang SC","Simsun";
    font-size: 14px;
    color: #333;
	height:600px;
	}
/*.section{*/
    /*width: 1200px;*/
/*}*/
.f_left{
    float:left;
	}
.f_right{
    float:right;
	}
.f_clear{
    clear:both;              /*清除浮动*/
	}
/*头部*/
header{
    width: 1200px;
    height: 90px;
    overflow:hidden;
    background-color: #fff;
	}
.logo{
    margin: 16px 19px;
	}
.company_name{
	margin-left:16px; 
	font-size: 26px;
	color:#b10501;
	line-height:90px;
	}
.welcome{
	line-height:90px;
	font-size:16px;
	color:#adadad;
	margin-right:8px;
	}
/*导航*/
.nav{
    width: 100%;
    height: 60px;
    background: #b10501;
    font-size: 18px;
	position:relative;
	z-index:9999;	
	}
.section{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
	}
.nav_section{
    height: 60px;
	}
/*一级导航，相对定位 盖*/
.nav_ul>li{
    float: left;
    line-height: 60px;
    position: relative;
	}
.nav_ul>li>a{
    color: #fff;
    display: block;
    padding-left: 28.5px;
    padding-right: 28.5px;
    transition: all 0.2s; 
	}
.nav_ul>li>a:hover,
.nav_ul>li:hover>a{
    background: #ff9c00;
    text-decoration: none;
	}
/*二级导航，绝对定位 管*/
.submenu{
    position: absolute;  
    width: 130px;
    background: #b10501;
    font-size: 16px;
    line-height: 40px;
    top: 60px;  
    left: 50% ;  
    margin-left: -65px;  
    display: none; 
	}
.submenu a{
    color: #fff;
    display: block;
    text-align: center;
    transition: all 0.2s;  
	}
.submenu a:hover{
    color: #fff;
	text-decoration:underline;
	}
.search{
    width: 267px;
    height: 36px;
    background: #fff;
    border-radius: 3px;
    margin-top: 12px;
	position:relative;
	}
.search>input{
    width: 225px;
    height: 30px;
    margin-top: 4px;
	border:0px;
	outline:0px;
	}
.search_bt{
    width: 22px;
    height: 23px;
	top:7px;
	right:13px;
    background: url("../images/search.png") ;
	position:absolute;
	}

