@import "iconfont.css";
html, body {
    padding: 0;
    margin: 0 auto;
    position: relative;
    display: block;
    border: 0;
    width: 100%;
    min-width: 1400px;

}
body {
    
    
    font-family:  'Microsoft YaHei', sans-serif;
    font-size: 14px;
    color: #000000;
}

a {
    color: #000;
}

a:hover {
    color: #0078f9;
}

.container {
    width: 1400px;
    position: relative;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}


.transition {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

img {
    max-width: 100%;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}




.i-title {
    padding: 45px 0 25px;
    text-align: center;
}

.i-title h2 {
    font-size: 40px;
}

.i-title p {
    font-size: 16px;
    color: #666;
    padding-top: 8px;
    font-weight: 300;
}



.header {
    width: 100%;
    min-width: 1400px;
    
    display: flex;
    flex-direction: column;
    align-items: center;

}
.header .box {
    min-width: 1400px;
    width: 90%;
    position: relative;
    height: 120px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 2;

}
.header .box .logo  {
}
.header .box .logo img {
    height: 80px;
}
.header .box .search{
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    height: 42px;
    background-color: #e8eff6;
    border-radius: 3px;
    overflow: hidden;
}
.search-name{
    flex-grow: 1;
    margin:10px;
    width: 160px;
    border-width: 0;
    font-size: 14px;
    background-color: #e8eff6;
}
.search-btn{
    background-color: #1f5fff;
    color: #fff;
    width: 70px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
    
.top-nav-list {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: auto;

}
.top-nav-list .item {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #000;
    height: 50px;
    line-height: 50px;
    padding: 0 2px;
    margin: 0 10px;
    text-align: center;
    
}
.top-nav-list .item a{display: block}

.top-nav-list .item::before{
    position:absolute;content:'';opacity:0;transition:all 0.5s;
    left:0;right:0;bottom:0;border-bottom:2px solid #1762fe;transform:scale(0,1);transform-origin:0 0
}
.top-nav-list .curr::before{
    
    position:absolute;content:'';opacity:1;transform:scale(1);
    right:0px;bottom:0;left:0px;border-bottom:2px solid #1762fe;
}
.top-nav-list .item:hover::before{
    opacity:1;transform:scale(1);transition: all 0.5s;

}
.top-nav-list .curr{
    opacity:1;transform:scale(1);transition: all 0.5s;
}

.top-nav-list .small-nav-list{
    background-color: #fff;
    position: absolute;
    z-index: 9999;
    top:47px;
    left:0;
    width: 110px;
    padding: 10px 0;
    margin-left: -10px;
    display: none;
    box-shadow: 0px 0px 2px #ccc;

}

.top-nav-list .small-nav-list .small-item{
    display: block;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
}





.footer {
    width: 100%;
    min-width: 1400px;
    margin: 20px auto 0;
    background: #222222;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    line-height: 180%;
}
.footer .bottom{
    background-color: #333333;
    width: 100%;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;

}


.flink{
    width: 1400px;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.flink  .flink-logo{
}
.flink  .flink-logo img{height:65px}
.flink .item{
    height: 40px;
    overflow: visible;
    width: 25%;
    

}
.flink .item .title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #000;
    font-size: 18px;
    padding: 15px 20px;
    background-color: #fff;
}
.flink .item .list{
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 5px;
    display: none;
}

.flink .item .list a{
    display: block;
    padding: 10px;
    color: #333;
}
.flink .item .list a:hover{
    background-color: #efefef;
}
.flink .item:hover .list{
    display: block;
}


.footer .bottom .bottom-info{
    margin-top: 20px;
    border-top:1px solid #ccc;
    width: 1400px;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
}
.footer .bottom .bottom-info .item{

    padding: 10px;
    width: 150px;
    text-align: center;
}
.footer .bottom .bottom-info .item .title{
    color: #fff;
    font-size: 18px;
}
.footer .bottom .bottom-info .item .list{
    padding: 5px 0;
}

.footer .bottom .bottom-info .item .list a{
    display: block;
    padding: 5px 0;
    color: #fff;
}
.footer .bottom .bottom-info .item .list a:hover{
    color: #ccc;
}
.footer .bottom .bottom-info .ewm{
    margin-left: auto;
    padding: 10px;
    color: #fff;
    text-align: center;
    width: 180px;

}
.footer .bottom .bottom-info .ewm .img{
    width: 130px;
    margin-bottom: 10px;

}

.footer a {
    color: #fff;
}
.footer a:hover {
    color:  #ccc;
}
.footer .box {
    width: 1400px;
    padding: 20px 0;
    display: flex;
}
.footer .box .item{
    margin-right: 15px;
}

.footer .box .sitemap {
    margin-left: auto;
}