*{
    outline:none!important;
}
header{
    height: 108px;
    background: #ffffff;
}
.LOGO{
    width: auto;
    height: 60px;
    position: absolute;
    left: 50px;
    top: 22px;
}
header ul{
    width: 50%;
    max-width: 1000px;
    margin:0 auto;
    height: 100%;
    padding:0;
}
ul{
    padding:0;
}
header ul li{
    width: 20%;
    height: 100%;
    text-align: center;
    line-height: 108px;
    float: left;
    list-style: none;
}
header ul li a{
    text-decoration: none;
    color: #2d313c;
    font-weight: 600;
}
header ul li a span{
    position: relative;
}
header ul li a i{
    display: block;
    height: 3px;
    width: 0%;
    position: absolute;
    bottom: -10px;
    background: #335bb8;
    left: 0;
    -webkit-transition: width 0.8s;
    -moz-transition: width 0.8s;
    -ms-transition: width 0.8s;
    -o-transition: width 0.8s;
    transition: width 0.8s;
}
header ul li:hover i{
    width: 100%;
}
header>div{
    position: relative;
}
header>div{
    width: 220px;
    height: 30px;
    position: absolute;
    right: 40px;
    border:none;
    background: #2d313c;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    top: 39px;
    -webkit-box-shadow: inset 1px 2px #000;
    -moz-box-shadow: inset 1px 2px #000;
    -ms-box-shadow: inset 1px 2px #000;
    -o-box-shadow: inset 1px 2px #000;
    box-shadow: inset 1px 2px #000;
    overflow: hidden;
}
header>div>input{
    width: 100%;
    height: 100%;
    border:none;
    background: #2d313c;
    color: #fff;
    padding-left: 8%;
    font-family: "Microsoft YaHei";
}
header>div>div{
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 6px;
    background: url(../images/index/search.png) center no-repeat;
    background-size: contain;
}
header>img{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 50px;
    top: 25px;
    display: none;
}
.index-750-menu{
    width: 100%;
    display: none;
}
.index-750-menu ul li{
    height: 50px;
    text-align: center;
    color: #fff;
    background: #163d98;
    line-height: 50px;
    border-bottom: 1px solid #fff;
}
.index-750-menu a{
    color: #fff;
    text-decoration: none;
}
.index-750-us{
    padding-top:10px;
    width: 100%;
    background: #345bb8;
    display: none;
}
.index-750-us>p{
    display: inline-block;
    border:3px solid #fff;
    color: #fff;
    margin:0 auto;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    width: 130px;
    text-align: center;
    position: relative;
    left: 50%;
    margin-left: -65px;
}
.index-750-us-input{
    background: #111623;
    padding-top: 30px;
    display: none
}
.index-750-us-input>input,
.index-750-us-input>textarea{
    width: 80%;
    height: 52px;
    border: rgba(255,255,255,0.2) 1px solid;
    background: rgba(0,0,0,0.2);
    margin-bottom: 30px;
    box-sizing: border-box;
    padding-left: 5%;
    left:10%;
    position: relative;
    color: #fff;
}
.index-750-us-input>textarea{
    resize: none;
    padding-top: 15px;
    height: 200px;
}
.index-750-us-input>input:nth-of-type(4){
    border:none;
    padding-left:0;
    background: #335bb8;
    color: #fff;
}






























.index-bottom{
    width: 100%;
    padding-top: 80px;
    padding-left:5%;
    box-sizing: border-box;
    background: #111623;
    color:rgba(255,255,255,0.6);
    line-height: 45px;
    overflow: hidden;
}
.index-bottom>i{
    height: 0px;
    display: block;
    width: 100%;
    border-bottom:1px solid rgba(255,255,255,0.2);
    position: relative;
    left: -60px;
}