@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    border: 0px;
}

a{
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
a:active {
    text-decoration: none;
    color: inherit;
}
a:visited {
    text-decoration: none;
    color: inherit;
}

a:link {
    text-decoration: none;
    color: inherit;
}

i,
em {
    font-style: normal;
}

body {
    background-color: #fff;
    font-size: 16px;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", SimHei, "\5B8B\4F53", simsun, sans-serif;
    color: #555;
    line-height:1;
}

hr {
    color: #ccc;
}
input,textarea,select{
    outline:none;
}
textarea{
    resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    border-color: transparent;
    box-shadow:none;
}
p{
    word-break: break-all;
    margin:0;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ccc;
}
ul{
    margin:0;
}
/*头尾*/
.head{
    height: 80px;
    background: #FFFFFF;
}
.content{
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.foot .content,
.head .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.foot .content{
    align-items: flex-start;
    box-sizing: border-box;
    padding-top: 30px;
}
.menu{
    display: flex;
    align-items: center;
    padding-right: 26px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.menu .item{
    margin-right: 106px;
    position: relative;
    cursor: pointer;
}
.menu .item:last-child{
    margin-right: 0;
}
.menu .active{
    font-weight: bold;
    font-size: 16px;
    color: #0066FF;
}
.menu .active .heng{
    width: 100%;
    height: 2px;
    background: #0066FF;
    border-radius: 1px;
    position: absolute;
    top: 25px;
}
.banner{
    width: 100%;
    /*height: 480px;*/
    position: relative;
}
.banner img{
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 50%;*/
    /*margin-left: -960px;*/
    width: 100%;
    min-width: 1400px;
}
.foot{
    height: 159px;
}
.foot .name{
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    margin-bottom: 14px;
}
.foot .info{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}
.foot .info div{
    display: flex;
    align-items: center;
}
.foot .info img{
    margin-right: 2px;
}
.foot .info div:nth-child(2){
    margin: 6px 0;
}
.foot .content2{
    text-align: center;
    padding-bottom: 20px;
}
.foot .content2 a{
    color: #999;
    text-align: center;
}
.foot .content .right{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.foot .content .right .item{
    text-align: center;
    margin-left: 20px;
    font-size: 14px;
}
.foot .content .right .item img{
    width: 100px;
    height: 100px;
}
