@charset "UTF-8";

/* Base Reset */

.focuswap {
	display: none;
}

* {
	margin: 0;
	padding: 0;
}


/*html {-webkit-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);} 
html {overflow-y:scroll;filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
:focus {
	outline: 0;
}

img {
	border: 0;
}

a{
	text-decoration: none;
	color: #333;
}
body {
	line-height: 1;
    position: relative;
      font-family: "Microsoft YaHei";
}

ol,
ul {
	list-style: none;
}

.clear {
	clear: both;
}
.clear::after{
    content: "";
    display: block;
    clear: both;
}

.ellips{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

a{
    outline: none;
    text-decoration: none;
    color: #000;
}

input, img{
    outline: none;
}
.header{
    width: 100%;
}

.container {
    width: 1200px;
    margin: 0 auto;
}
.header-top{
    width: 100%;
    height: 50px;
    background: url(../images/topbg.png) repeat-x;
}
.header-top .nav{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.header-top .nav ul{
    /* overflow: hidden; */
}
.header-top .nav ul li{
    float: left;
    width: 109px;
    text-align: center;
    line-height: 50px;
    /* overflow: hidden; */
    position: relative;
}
.lis{
    display: none;
    position: absolute;
    top: 50px;
      z-index: 99;
}
.lis li{
    background-color: #0053a1;
}
.lis li:hover{
    background-color: #1f1acc;
}
.header-top .nav ul li a{
    display: block;
    color: #ffffff;
    float: right;
    width: 108px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}
.header-top .nav ul li span{
    display: block;
    width: 1px;
    background: url(../images/topnav.png) no-repeat;
    float: right;
    height: 50px;
}
.header-bottom{
    width: 100%;
    height: 120px;
    background: url(../images/headerbg_03.png) left no-repeat;
    background-size: contain;
}
.contain{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
 
}
.header-bottom .logo-left{
    float: left;
    margin-top: 15px;

}
.header-bottom .search{
  float: right;
    margin-top: 25px;


}
.search .form-control{
    width: 190px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #b0b0b2;
    padding-left: 10px;
    background: url(../images/so_05.png) right no-repeat;
    background-position-x: 175px;
}
.form-control::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
}

.form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 14px;
}

.form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: 14px;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
    font-size: 14px;
}
.btn{
    width: 84px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size:12px ;
    border: 1px solid #003366;
    background: none;
    cursor: pointer;
}

.footer{
    width: 100%;

    border-top: 3px solid #ff9400;
}
.footertop{
    background-color: #0053a1;
    width: 100%;

}
.footerbottom{
    background-color: #0062ad;
    width: 100%;
     height: 110px;
    line-height: 50px;
}
.footerbottomleft{
    float: left;
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
    margin-top: 10px;
}
.footerbottomright{
 float: right;
    color: #fff;
    font-size: 12px;
    margin-top: 13px;
    margin-right: 20px;
    text-align: center;
    line-height: 40px;
}
.footertopone{
    width: 100%;
    height: 60px;
    line-height: 60px;
}
.wideline{
    width: 100%;
    height: 1px;
    background: url(../images/otq_09.png) repeat-x;
}
.footertopone ul{
    overflow: hidden;
}
.footertopone ul li{
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 0 33px;

}
.footertoplit{
    margin-top: 30px;
}
.footertoplit ul{
    overflow: hidden;
}
.footertoplit ul li{
    float: left;
     padding: 0 32px;
}
.footertoplit ul li a{
    color: #fff;
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
}