* {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
img {
    vertical-align: top;
    max-width: 100%;
}
a {
    display: block;
    color: #333333;
    text-decoration: none;
}
.main {
    width: 100%;
    font-size: 14px;
    background: #f6f6f6;
}
.main .content{
    position: relative;
    width: 94%;
    max-width: 1600px;
    margin: 0 auto;
    
}
.main img {
    transform-origin: 50% 50%;
    transition: all 0.5s;
    border: none;
}
.main .part-content,
.main a {
    overflow: hidden;
}
.main .top {
    position: relative;
    width: 100%;
    height: 100px;
    z-index: 9999;
    line-height: 100px;
    color: #ffffff;
    background: #204c73;
    margin-bottom: 20px;
}
.main .top .logo {
    float: left;
    width: 350px;
    max-width: 350px;
    margin-right: 0;
    height: 100px;
}
.main .top .logo img {
    width: 83%;
    transform-origin: 0 50%!important;
}
.main .top .nav {
    float: left;
    width: 790px;
    box-sizing: border-box;
    font-size: 16px;
    max-width: 1100px;
}
.main .top .nav li {
    float: left;
    width: 130px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    box-sizing: border-box;
    padding-right: 50px;
}
.main .top .nav li a {
    padding: 0 10px;
    color: #ffffff;
    max-height: 100px;
    overflow: hidden;
}
.main .top .nav li:nth-last-child(1) {
    margin-right: 0;
}
.main .top .nav li:hover a {
    background: #1879b9;
}
.main .top .nav div {
    position: relative;
    height: 0;
    font-size: 14px;
    overflow: hidden;
    background: #d5d5d5;
    line-height: 40px!important;
    transition: all 0.5s;
}
.main .top .nav div a {
    color: #666 !important;
    background: transparent!important;
}
.main .top .nav div a:hover {
    color: #1879b9 !important;
}
.main .top .nav div.currp {
    position: absolute;
    width: 100vw;
    height: 0;
    left: 50%;
    margin-left: -50vw;
}
.main .top .nav div.currp p {
    width: 800px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.main .top .nav div.currp a {
    float: left;
    width: 40px;
    line-height: 30px;
}
.main .top .nav li.curr a {
    background: #1879b9;
}
.main .top .search {
    position: absolute;
    right: -20px;
    float: left;
    top: 35px;
    width: 160px;
    padding-right: 130px;
    height: 30px;
    overflow: hidden;
    transform-origin: 50% 50%;
    transition: all 0.5s;
}
.main .top .search input {
    float: left;
    width: 150px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 30px;
    background: url("../images/ms.png") no-repeat right 50% #ffffff;
    background-size: 24px;
    border-radius: 3px;
    border: none;
    outline: none;
}
.main .top .search b {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 80px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url("../images/ms1.png") no-repeat right 50%;
    background-size: 24px;
}
.main .top .search p {
    position: absolute;
    right: 0;
    top: 0;
    width: 87px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
}
.main .top .search p a {
    color: #ffffff;
    display: inline-block;
}
.main .footer {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    box-sizing: border-box;
    padding: 20px 0;
    background: #06355b;
    overflow: hidden;
}
.main .footer .left {
    float: left;
    position: absolute;
    width: 25%;
    right: 0;
    height: 330px;
    font-size: 14px;
}
.main .footer .left h5 {
    padding: 0 10px;
}
.main .footer .left p {
    padding-left: 10px;
    line-height: 30px;
}
.main .footer .left img {
    width: 80%;
    transform-origin: 0 50%;
    padding: 20px 0;
}
.main .footer .right {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 25%;
}
.main .footer .right ul {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-right: 0;
    display: flex;
    /* justify-content: space-between; */
}
.main .footer .right b {
    font-size: 15px;
    font-weight: normal;
}
.main .footer .right li {
    float: left;
    margin-right: 0;
    line-height: 30px;
    min-width: 80px;
    width: 20%;
    max-width: 220px;
}
.main .footer .right li:nth-last-child(2) {
    /* margin-right:0; */
}
.main .footer .right li:nth-last-child(1) {
    position: relative;
    top: 0;
    right: 0;
    width: 20%;
    margin-right:0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main .footer .right li:nth-last-child(1) a {
    width: 100%;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main .footer .footerDown {
    padding-top: 20px;
    font-size: 14px;
    line-height: 30px;
}
.main .footer .footerDown .fd-left {
    float: left;
    width: 45%;
}
.main .footer .footerDown .fd-right {
    float: left;
    width: 45%;
}
.main .footer a {
    font-size: 14px;
    line-height: 34px;
    color: #ffffff;
}
@media screen and (max-width:1400px) {
  .main .top .nav{
    width:670px;
  }
  .main .top .nav li{
    width:110px;
    text-align: left;
    padding-right:0;
   
  }
}
