﻿
/*-----------------------顶部导航按钮----------------*/
div.transport_hy{
   margin-top: 20px;
   height: 1200px;
    /*color: rgb(77,77,77);*/
    font-family: '微软雅黑';
    line-height: 1.7;
    text-align:justify;
}

div.transport_hy div.trans_nav{
    width: 100%;
    height: 30px;
}

div.trans_nav ul{
    width: 480px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -230px;
    list-style: none;
}
div.trans_active{
    display: block;
    position: absolute;
    left: 10px;
    width: 100px;
    height: 30px;
    background-color: rgb(19,161,208);
    z-index: -1;
}
div.trans_nav ul li a{
    display: block;
    width: 100px;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
    margin: 0 10px;
    font-size: 15px;
    box-sizing: border-box;
    border:1px solid rgb(211,211,211);
    color: #4d4d4d ;
    cursor: pointer;
}
.trans_nav ul li a{
    background-color: rgb(255, 255, 255)!important;
    color: rgb(77, 77, 77)!important;
    border: 1px solid rgb(211, 211, 211)!important;
}
div.trans_nav ul li a:hover{
    background-color:rgb(19,161,208) !important;
    color: #fff !important;
}




div.main_trans{
    width: 100%;
    margin-top: 40px;
    position: relative;
}


/*-------------------------------------*/
div.main_trans>ul{
    width: 100%;
    height: 1200px;
    overflow: hidden;
}
div.main_trans>ul>li{
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
div.main_trans>ul>li:nth-of-type(1){
    display: block;
}

ul.ul_trans li ul li{
    position: relative;
}
div.main_trans div.tp_logo{
    position: absolute;
    width: 100px;
    height: 60px;
    left: 10px;
    top: -20px;
    background-color: rgb(242,242,242);
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
}
div.main_trans div.tp_logo img.logo1{
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate3d(-50%,-50%,0);
}
div.main_trans div.tp_logo img.logo2{
    position: absolute;
    left: 50%;
    top: 150%;
    transform:translate3d(-50%,-50%,0);
}
div.main_trans div.tp_logo:hover{
    background:linear-gradient(to left bottom,rgb(9,161,208),rgb(19,132,202));
    box-shadow: -2px 2px 10px rgb(9,161,208);
}

li.trans_lis:hover{
    box-shadow: 2px 2px 20px #eeeeee;
    transition: all 0.2s;
}

@keyframes trans_fade {
    from{opacity: 0;}
    to{opacity: 1}
}
.trans_lis{
    animation: trans_fade 0.15s both;
}
/*-----------------------------------------------------海运-------------*/
div.sail_hy{
    width: 100%;
    display: none;
}
div.trans_img{
    width: 100%;
}
div.trans_img img{
    width: 100%;
    height: 315px;
    overflow: hidden;
}

div.trans_title{
    width: 100%;
    margin-top: 30px;
}
div.trans_title  h3{
    font-size: 26px;
    font-weight: 200;
    margin-bottom: 20px;
}
div.trans_title h3 span{
    font-weight:900;
}
div.trans_title p{
    font-size: 16px;
    font-weight: 500;
}

div.sail_hy div.sail_block{
    width: 100%;
    height: auto;
    font-size: 15px;
}

div.sail_block ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
div.sail_block ul li{
    height: 230px;
    width: 230px;
    box-sizing: border-box;
    border:1px solid #eeeeee;
    border-radius: 10px;
    padding: 15px;
    color: #999;
    float: left;
    margin-left: 12px;
    margin-top: 50px;
}

div.sail_lc h3{
   text-align: right;
    font-size: 20px;
}
div.sail_lc p:nth-of-type(1){
    padding: 10px 0;
    font-weight: bolder;
    color:rgb(77,77,77);
}


/*--------------------------------公路------------------------------*/
div.road_hy{
    width: 100%;
}

div.road_hy div.road_block{
    width: 100%;
    font-size: 15px;
}


div.road_hy div.road_block ul:nth-of-type(1){
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.road_block ul:nth-of-type(2){
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
div.road_block ul li{
    width: 290px;
    height: 230px;
    box-sizing: border-box;
    border:1px solid #eeeeee;
    border-radius: 10px;
    padding: 15px;
    color: #999;
    float: left;
    margin-left: 12px;
    margin-top: 50px;
}

div.road_lc h3{
    text-align: right;
    font-size: 20px;
}
div.road_lc p:nth-of-type(1){
    padding: 10px 0;
    font-weight: bolder;
    color:rgb(77,77,77);
}



/*--------------------------------铁路------------------------------*/
div.railway_hy{
    width: 100%;
}

div.railway_hy div.railway_block{
    width: 100%;
    font-size: 15px;
}
div.railway_hy div.railway_block ul:nth-of-type(1){
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.railway_block ul:nth-of-type(2){
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
div.railway_block ul li{
    width: 290px;
    height: 290px;
    box-sizing: border-box;
    border:1px solid #eeeeee;
    border-radius: 10px;
    padding: 15px;
    color: #999;
    float: left;
    margin-left: 13px;
    margin-top: 50px;
}
div.railway_lc h3{
    text-align: right;
    font-size: 20px;
}
div.railway_lc p:nth-of-type(1){
    padding: 10px 0;
    font-weight: bolder;
    color:rgb(77,77,77);
}

/*--------------------------------空运------------------------------*/
div.air_hy{
    width: 100%;
}
div.air_hy div.air_block{
    width: 100%;
    font-size: 15px;
}
div.air_hy div.air_block ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}

div.air_block ul li{
    width: 380px;
    height: 260px;
    box-sizing: border-box;
    border:1px solid #eeeeee;
    border-radius: 10px;
    padding: 15px;
    color: #999;
    float: left;
    margin-left: 13px;
    margin-top: 50px;
}
div.air_lc h3{
    text-align: right;
    font-size: 20px;
}
div.air_lc p:nth-of-type(1){
    padding: 10px 0;
    font-weight: bolder;
    color:rgb(77,77,77);
}



div.road_hy div.road_block ul li:nth-of-type(1),
div.sail_hy div.sail_block ul li:nth-of-type(1) ,
div.railway_hy div.railway_block ul li:nth-of-type(1),
div.air_hy div.air_block ul li:nth-of-type(1)
{
    margin-left: 0px;
}
/*--------------------------*/

