
.nav ul li:nth-child(6) a{
    color:#288ece;}
    .nav ul li:nth-child(6) {
        border-bottom: 1px solid #288ece;
    }
.nav ul li a {
    color: #c5c6c5;
    font-size: 16px;

}
/* .nav ul li:hover a {
    color:#288ece;
} */
.nav ul li {
    height:38px ;
}
/* .nav ul li:hover{

    border-bottom: 1px solid #288ece;

} */
.nav ul li:nth-last-child(1){
   
    font-weight: 700;
    margin-right: 0;
}
.nav ul li:nth-last-child(1) a {
    color: #288ece;
}


.synopsis {
    position: relative;
   
    /* background: url(../images/beibei_02.jpg) no-repeat; */
    background-position: left 400px;
}

.navigation ul {
    position: absolute;
    left: 56%;
    transform: translateX(-50%);
    top: -50px;
}
.navigation ul li{
    float: left;
    width: 200px;
    height: 50px;
    font-size: 16px;
    margin-right: 1px;
    background-color: #aab0b7;
    opacity: 0.7;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;

}
.navigation ul li:nth-child(1){
    height: 50px;
    margin:0 11px;
    background-color: #fff;
    opacity: 1;
    border-top:2px solid #288ece;
}

.navigation ul li:nth-child(1) a{
    color: black;
}

.honor {
    width: 1200px;
    margin: 0 auto;
  
  
}
.honor-top {
    height: 364px;
    /* background-color: #595959; */
    overflow: hidden;
}
.honor-top h2 {
    margin-top: 100px;
    font-size: 90px;
    text-align: center;
    color: #e6e6e6;
    font-weight: 700;
    line-height: 90px;
}
.honor-top  p {
    /* font-weight: 700; */
    font-size: 32px;
    text-align: center;
    line-height: 32px;
    margin-top: 20px;
}
.honor-top img{
    margin-left: 533px;
}

/* 地图信息 */
.map {
    position: relative;
    height:550px;
}
.address-one {
    margin: 0 auto;
    width: 1200px;
}
.address {
    top: 0; 
    right: 0;
    position: absolute;
    width: 540px;
    height: 550px;
}
.address>ul>li{
  
    width:540px;
    height: 110px;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
}
.address>ul>li:nth-child(1) .icon,
.address>ul>li:nth-child(3) .icon,
.address>ul>li:nth-child(5) .icon
{
    font-size: 30px;
}
.address>ul>li:nth-child(4) .icon{
    font-size: 40px;
}
.address>ul>li:nth-child(5){
    border-bottom: 1px solid #e6e6e6;
}
.icon {
    font-size: 20px;
    width: 106px;
    height: 109px;
    text-align: center;
    line-height: 109px;
    color: #ee696f;
   font-size: 23px;
}
.address>ul>li>p {
    margin-top: 30px;
    font-size: 20px;
    color: #000000;

}
.address>ul>li>h6{
    font-size: 14px;
    color: #c1c1c1;
    font-weight: 400;
}
.message {
    padding-top: 80px;
    width: 1200px;
    margin: 0 auto ;
    height: 760px;
}
.message>p {
    position: relative;
    font-size: 30px;
    text-align: center;
}
.message>p::after{

    display: block;
    content: "";
    position: absolute;
    top: 22px;
    left: 50%;
    margin-left: -150px;
    width: 30px;
    height: 30px;
    border-top: 1px solid #288ece;
    
}
.message>p::before {
    display: block;
    content: "";
    position: absolute;
    top: 22px;
    right:50%;
    margin-right:-150px;
    width: 30px;
    height: 30px;
    border-top: 1px solid #288ece;
}

.inputBox {
    margin-top: 70px;
}
.inputBox>ul>li {
    float: left;
    margin-right: 30px;
}
.inputBox>ul>li:nth-child(3){
    margin-right: 0;
}
.inputBox>ul>li>h6{
    position: relative;
    font-size: 20px;
    font-weight: 400;
}
.inputBox>ul>li>h6 span {
    position: absolute;
    color: #288ece;
    top: -7px;
}


.inputBox>ul>li>input {
    margin-top: 20px;
    width: 378px;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    height: 58px;
    font-size: 16px;
  
  

}
.inputBox>ul>li:nth-last-child(1){
    margin-top: 37px;
   
}
.inputBox>ul>li:nth-last-child(1) textarea{
    margin-top: 20px;
    width: 1200px;
    font-size: 16px;
    height: 238px;
    border: 1px solid #e9e9e9;
    margin-bottom: 40px;
    
}
.submit-button {
    margin: auto;
    height: 60px;
    width: 340px;
    text-align: center;
    
    
}
.submit-button>input {
    outline: none;
    border: none;
    height: 60px;
    width: 340px;
    background-color: #288ece;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
}