/* 
http://www.itdia.com.cn/default.aspx
*/
*{
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    font-family: 微软雅黑;
    list-style: none;
    outline: none;
}
body{
    background-color: #fff;
}
a{
    color: #333;
    text-decoration: none;
}
a:hover{
    color: #ff0000;
    text-decoration: none;
}
.top{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eee;    
}
.top div{
    width: 1200px;
    margin: 0 auto;   
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
 .logo{
    flex: 1;
    height: 90px;
    overflow: hidden;
}
 .phone{
    width: 500px;
    overflow: hidden;  
    /* background-color: red;  */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.phone .p1{
    width: 200px;
    /* background-color: #ccc; */
    margin-top: 20px;
    height: 50px;
    line-height: 25px;    
    margin-right: 30px;
    display: flex;
    flex-direction: column;
}
.phone .p1 span{
    width: 100%;
    color: #999;
}
.phone .p1 strong{
    color: #f39818;
    font-size: 18px;
    width: 100%;
}
.phone .p2{
    width: 268px;
    margin-top: 20px;
    height: 50px;
    /* background-color: #ddd; */
    display: flex;
    flex-direction: row;
}
.phone .p2 .tb{
    flex: 1;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    border: 1px solid #2c53d4;
    box-sizing: border-box;
    background-color: #fff;
    border-right: 0px;
}
.phone .p2 .tb input{
    width: 95%;
    margin-left: 4px;
    height: 25px;
    line-height: 25px;
    border: 0px;
}

.phone .p2 .search_btn{
    width: 60px;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    border: 1px solid #2c53d4;
    box-sizing: border-box;
    background-color: #2c53d4;
    color: #fff;
    text-align: center;
    border-left: 0px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;

}


.nav{
    width: 1200px;
    margin: 0 auto;   
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.nav a{
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    color: #333;
    text-decoration: none;
    display: block;
    margin-right: 4px;    
    width: 140px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}
.nav a:hover{
    color: #fff;
    background-color: #2c53d4;
}

.nav .curr{
    color: #fff;
    background-color: #2c53d4;
}
.nav .item{
    width: 140px;
    background-color: #efefef;
    height: auto;
    position: absolute;
    display: none;
    z-index: 100;
}
.nav .item p{
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
    font-size: 16px;
}
.nav .item p:hover{
    background-color: #ddd;
    color: #2c53d4;
}

.footer {
    margin-top: 89px;
    width: 100%;
    background: #2C53D4;
    overflow: hidden;
}

.footer .cont{
    margin: 0 auto;
    width: 1200px;
    /* background-color: #ccc; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #4469e2;
}
.footer .cont .f1{
    width: 500px;
    /* background-color: red; */
    height:auto;
    margin-right: 20px;
    
}

.footer .cont .f1 .logopic{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.footer .cont .f1 .logopic img{   
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}
.footer .cont .f1 .logopic span{
    flex: 1;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
}
.footer .cont .f1 .address{
    width: 300px;
    height: auto;
    /* background-color: #432; */
    margin-top: 20px;
    margin-left: 70px;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
}

.footer .cont .f2{
    width: 450px;
    /* background-color: green; */
    height:auto;
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.footer .cont .f2 a{
    flex: 1;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.footer .cont .f2 a:hover{
    color: #ccc;
}


.footer .cont .f3{   
    flex: 1;
    /* background-color: blue; */
    height:auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.footer .cont .f3 span{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
}
.footer .cont .f3 img{
    width: 150px;
    height: 150px;
    background-color: #ccc;
    margin: 0 auto;

    
    color: #fff;
}






.footer .copyright {
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 38px;
    width: 1200px;
    text-align: center;
    height: 24px;
    font-size: 14px;   
    font-weight: normal;
    color: #dedede;
}

.footer .copyright a{
    color: #dedede;
}
.footer .copyright a:hover{
    color: #fff;
}