body{
    font-family: 'Arial','Lucida Grande','Microsoft Yahei';
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
#main{
	overflow-x: hidden;
    position: relative;
	
	margin:0 auto;
}
.sep-header .top {
    background: #333;
    padding: 10px 0;
    position: relative;
}
.sep-transition {
    transition: All .8s ease;
    -webkit-transition: All .8s ease; 
    -moz-transition: All .8s ease;
    -o-transition: All .8s ease;
}
.sep-container {
    width: 1200px;
    margin: auto;
    max-width: 100%;
}
.sep-header .top .fixation {
    position: absolute;
    background: #e1e1e1;
    width: 50%;
    right: 0;
    top: 27px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    padding-left: 40px;
}
.sep-header .top .fixation .quote {
    position: relative;
    top: 11px;
    padding-right: 30px;
}
.sep-header .top .fixation .quote span {
    color: #454545;
    font-size: 15px;
}
.sep-header .top .fixation .quote a {
    color: #248272;
    font-size: 16px;
    padding-left: 26px;
}
.sep-header .top .fixation .sep-share-box {
    position: relative;
    top: 11px;
}
.rt {
     float: right; 
}
.lf {
    float: left;
}
.hide {
    display: none!important;
}
ul, ol {
    list-style-type: none;
    list-style-image: none;
}
.sep-share li {
    float: left;
}
.sep-header .top .fixation .sep-share li a {
    padding: 0 12px;
    position: relative;
    border-right: 1px solid #4d4d4d;
}

.sep-header .bottom {
    background: #fff;
    padding-top: 16px;
   
}
.sep-header .bottom>.sep-container {
    position: relative;
}
.sep-header .bottom>.sep-container .logo {
    padding-right: 17px;
}
.sep-header .bottom>.sep-container .logo .text {
    color: #626262;
    font-size: 19px;
    padding-left: 14px;
}
.sep-header .bottom>.sep-container .top-info {
    margin-top: 15px;
	margin-bottom:0;
    margin-left: 88px;
}
.sep-header .bottom>.sep-container .top-info li {
    float: left;
    margin-right: 32px;
    position: relative;
    padding-left: 62px;
}
.sep-header .bottom>.sep-container .top-info li .c {
    color: #248272;
    font-size: 16px;
}
.sep-header .bottom>.sep-container .top-info li .n {
    color: #414141;
    font-size: 16px;
}

.sep-mainnav {
    line-height: normal;
    background: #248272;
}
@media screen and (max-width: 1366px){
.sep-mainnav>.sep-container {
    width: auto;
    display: table;
}
}

.sep-mainnav>.sep-container>ul {
    float: left;
}
.sep-mainnav>.sep-container>ul>li {
    float: left;
    padding: 15px 17px;
    position: relative;
    text-align: center;
    line-height: normal;
}

div {
    zoom: 1;
}
.sep-mainnav>.sep-container>ul>li>a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    font-family: 'Questrial-Regular';
}
.sep-mainnav ul{
	margin:0;
	padding:0;
}