@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    background:#fff;
    min-width: 1240px;
    overflow-x: auto;
    font-size: 14px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

s {
    text-decoration: none;
}

s, em {
    font-style: normal;
}

img {
    border: none;
}

li {
    list-style: none;
}

input, select, textarea {
    outline: none;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
    outline: none;
    background-color: transparent;
    color: #333;
}

a:hover, a:focus{
    text-decoration: none !important;
    outline: none !important;
    color: #517ee3;
}

body a {
    outline: none;
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    display: block;
    line-height: 0;
    font-size: 0;
    height: 0;
    width: 0;
    clear: both;
    overflow: hidden;
}
.clearfix:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}

/* 颜色 */
.blue{
    color: #517ee3;
}
.yellow{
    color: #ffc000;
}
.color666{
    color: #666;
}
.color999{
    color: #999;
}


/* 版权信息 */
.footer{height: 200px;overflow: hidden;background: #2b3e59;}
.footer ul{width: 1200px;margin: 26px auto 0;color: #fff;font-size: 14px;}
.footer ul li:first-child{width: 20%;}
.footer ul li{display: inline-block;vertical-align: middle;}
.footer ul li p{margin-top: 5px;color: #aeb7c5;}
.footer ul li p.address{margin: 15px 0 5px;color:#7386be;font-weight: 600;font-size: 15px;}
.footer ul li a{color: #fff;}
.footer ul li a:hover{opacity: .8;}
.footer ul li img{display: inline-block;vertical-align: top;}
.footer ul li .code{line-height: 2;color: #fff;}
.footer .info p:last-child{border-top: 1px #585f92 solid;width: 900px;color: #8c97a8;padding-top: 5px;margin-top: 8px;}
