html,body{
    width: 100%;
    /* height: 100%; */
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: Roboto,sans-serif;
    min-width:1350px;
}

@media screen and (max-width: 1350px) {
    .img {
        width: 300px;
    }
}


button{
    outline: none;
}
/*包含以下五种的链接*/
a {
    text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
    color: #000;
}
/*已经访问过的链接*/
a:visited {
    color: #000;
}
/*鼠标划过(停留)的链接*/
a:hover {
    color: #000;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
    color: #000;
}   
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
    color: #000;
}
/* 头部 */
.home-top_top{
    width: 100%;
}
.top{
    width:80%;
    margin: 0 auto;
}
.home-top {
    width: 100%;
    background-image: linear-gradient(to right, #001B63, #0C65C2);
  
}
  .home-center-top {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .home-center-top-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    width: 70%;
  }
  .home-center-top-right a{
    color: #fff;
}
  .home-center-top-right div {
    box-sizing: border-box;
    cursor: pointer;
    flex: 1;
    text-align: center;
  }

  .home-center-top-right div:last-child {
    background: #FF1A54;
    padding: 5px 0px; 
    box-sizing: border-box;
    border-radius: 5px;
  }
.home-center-top .login{
    padding: 5px 0px; 
    box-sizing: border-box;
    border-radius: 5px;
    background: #f8fafc;
    margin: 0 30px 0px 20px;
    width: 50px;
}
.language{
    display: flex;
    align-items:center;
    justify-content: center;
    position: relative;
    width: 80px !important;
}
.language>a{
    display: flex;
    align-items:center;
    justify-content: center;
}
.language ul{
    width: 120px;
    position: absolute;
    top: 20px;
    left:5px;
    padding: 0;
    z-index: 9999;
    margin: 0;
    list-style-type: none;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 4px 0 #c5c5c5;
    overflow: hidden;
    transition: all 0.2s;
    height: 0px;
    display: flex;
    flex-direction: column;
}
.language ul a{
    text-align: left;
}
.language ul li{
    padding-left: 5px;
    width: 100%;
    height: 50%;
    line-height: 40px;
}
.language ul li a{
    color: #000;
}
.language:hover.language ul,.language ul:hover{
    height: auto;
    transition: all 0.2s;
}
.language ul li:hover{
    background: #e3e3e3;

}
.languageTetx{
    display: block;
    width: 100%;
    height: 100%;
}










  /* 底部 */
  .foot {
    background: #1F4BAE;
    width: 100%;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.foot-center-wx {
    width: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding: 30px 0;
    box-sizing: border-box;
}

.foot-center-wx div:nth-child(2) {
    background: #8bc34a;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding: 4px 6px;
    box-sizing: border-box;
    border-radius: 5px;
}

.foot-bj {
    width: 100%;
    height: 80px;
    background: #1E73BE url('/assets/img/ww.png') no-repeat center;
    margin: 20px 0 40px 0;
}


.foot-cneter {
    width: 1200px;
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
}

.foot_left {
    width: 30%;

}

.Copyright {
    color: #fff;
    margin: 0 0 20px 0;
}

.foot_center {
    width: 30%;
    position: relative;
}

.foot_right {
    width: 30%;
}

.foot_center-top {
    display: flex;

}

.text {
    color: #fff;
    display: inline-block;
}

.biaoji,
.phone-icon {
    background: #1846a8;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px 10px 0
}

p {
    padding: 0;
    margin: 0;
    color: #fff;
}

.phone {
    display: flex;
    align-items: center;
    color: #fff;
    margin: 15px 0;
}

.phone-icon {
    margin: 0;
    margin-right: 20px;
}

.foot_right {
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
}

.foot_right div:nth-child(1) {
    font-weight: 600;
    margin-bottom: 30px;
}

.foot_right {
    width: 33.33%;
}

.foot_right_icon {
    display: flex;
    align-items: center;


}

.foot_right_icon div {
    width: 40px;
    height: 40px;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1846a8;
    margin-left: 10px;
    margin-top: 20px;
    cursor: pointer;
}



#wrap[data-fixed="fixed"]{
    position: fixed;
    top:0;
    left: 50%;
    transform: translate(-50%,-0%);
    background-image: linear-gradient(to right, #001B63, #0C65C2);
    z-index: 19;
    box-shadow: 0px 1px 3px #001B63;
}
