/*index-header部分start*/
body{
    
    padding: 0;
    margin: 0;
}
.header{
    width: 100%;
    min-width: 1280px;
    height: 10rem;
    background: url("../images/index-bg1.png") no-repeat  center center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*index-header部分end*/
.header-main{
    width: 90%;
    margin: 0 5%;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
.logo img{
    width:3.5rem;
    vertical-align: top;
    margin-top: 15%;
}
.con ul li.line{
    width: 2px;
    height: 0.25rem;
    background-color: #ddd;
    padding: 0;
}
ul, ol {
    list-style: none;				/*清除列表风格*/
}
.con{float:right;width:70%;padding-top:3.5%;}

.con ul{
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}
.con ul li{

    width:1.3rem;
    text-align:center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.con a{
    text-decoration:none;
    font:0.22rem/0.3rem "微软雅黑";
    color:#fff;
    display:block;
    width: 1.3rem;
    height:0.3rem;
}

.con ul li ul{
    display: flex;
    flex-direction: column;
    width: 1.3rem;
    padding: 0;
   
}
.con ul  li ul{display:none;}
.con ul li ul a{
    display: flex;
    align-items: center;
    justify-content: center;
    font:0.2rem/0.4rem "微软雅黑";
}
.con a:hover{color: #f79421;;
    background: rgba(0,41,75,0.1);}




