@charset "utf-8";
/* reset */
*{margin:0; padding:0;}
em,i {font-style:normal;}
li {list-style:none;}
a {text-decoration:none;color:inherit;}
a:hover,a:focus{text-decoration:none;outline: none;}
img {border:none; vertical-align:middle; max-width:100%;max-height:100%;}
table {border-collapse:collapse;}
input,textarea {outline:none; background:none; border:none;}
textarea {resize:none; overflow:auto;}
body{font-size:12px; font-family:Arial,微软雅黑;color:#333;overflow-x:hidden; min-width:1300px;}

/* public */
.clearfix {*zoom: 1;}
.clearfix:before,.clearfix:after {content:'';display: block;height: 0;clear: both;visibility: hidden;}
.img_box{display:table-cell;vertical-align:middle;text-align:center;}
.main{width:100%; max-width:1200px; margin:0 auto;}
.fixed{position:fixed;left:0;top:0;z-index:999;}
.btn,.submit{font-family: '微软雅黑';cursor:pointer;}
.bl{display:inline-block;float:left;}
.br{display:inline-block;float:right;}
h1,h2,h3,h4,h5{font-weight:normal;}



.header_2{
    background: #fff;
    height:85px;
}
.header{
    border-bottom:3px solid #f08300;
    background: #fff;
    width:100%;
    height:85px;
    z-index: 999;
    position: fixed;
    top:0;
    left:0;
    right:0;
}
.header .logo{
    float:left;
    width:350px;
    height:85px;
    line-height:85px;
    text-align:center;
}
.header .nav{
    float:right;
}
.header .nav ul li a{
    display: block;
    padding:0 25px;
}
.header .nav ul li{
    float:left;
    display: inline-block;
    height:85px;
    line-height:85px;
    text-align:center;
    color:#444;
    font-size:16px;
}
.header .nav ul li.on,
.header .nav ul li:hover{
    background:#f5f5f5 ;
}





