@charset "utf-8";
/* CSS Document */

/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img {  border:none; vertical-align: middle; }
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "Microsoft YaHei";}
select, input { vertical-align:middle;   }
select, input, textarea { font-size:12px; margin:0; }
textarea { resize:none; }
table { border-collapse:collapse; }
body { color:#5B5B5B;  font:12px 'Microsoft YaHei';   /*测试用高度*/}
h1,h2,h3,h4,h5,h6{font-family: "Microsoft YaHei";}
a{color:#5B5B5B; text-decoration:none;  font-family: "Microsoft YaHei";}
a:hover{ color:#005CA2; text-decoration:none; font-family: "Microsoft YaHei";}


/* 常用代码  */
.clearfix:after { content:""; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { *zoom:1; }
.wrap{ width:1400px;  margin-left: auto; margin-right: auto;  }
.fl{ float:left;}
.fr{ float:right;}

html{ height: 100%;}
body{ height: 100%;}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color : #C8C8C8;
}
::-moz-placeholder { /* Mozilla Firefox */
   color : #C8C8C8;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color : #C8C8C8;
}

input::-ms-input-placeholder { /* Microsoft Edge */
   color : #C8C8C8;
}


.top-bg{
    height: 34px;
    background: #f2f2f2;
}
.top-l{
    font-size: 12px;
    line-height: 34px;
    color: #979797;
}
.top-r{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search{
    width: 218px;
    height: 26px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid #e2e2e2;
    margin-top: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search input{
    flex: 1;
    margin: 0 10px;
    outline: none;
    border: none;
    font-size: 12px;
}
.search img{
    margin-right: 10px;
    cursor: pointer;
}
.search-r{
    font-size: 12px;
    color: #979797;
    margin-left: 24px;
    cursor: pointer;
}

/*PC导航*/
.pc-nav{
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-img{
    width: 337px;
}
.pc-nav-ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.pc-nav-ul .nli{
    width: 140px;
    text-align: center;
    position: relative;
}
.pc-nav-ul .nli:nth-of-type(2){
    position: static;
}
.pc-nav-ul .nli:nth-of-type(3){
    position: static;
}
.pc-nav-ul .nli .na{
    font-size: 16px;
    color: #000;
    padding-bottom: 40px;
}
.pc-nav-ul .nli:hover .na,.pc-nav-ul .nli .active{
    color: #005CA2;
    font-weight: bold;
}
.pc-nav-ul .nli:hover .sub-ul{
    display: block;
}

.sub-ul{
    position: absolute;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    /*width: 140px;*/
    background: #F5F5F5;
    display: none;
}
.pc-nav-ul .sub-ul li a{
    display: block;
    white-space: nowrap;
    font-size: 14px;
    color: #4c4c4c;
    padding: 20px 40px;
    border-bottom: 1px solid #ccc;
}
.pc-nav-ul .sub-ul li:last-child a{
    border-bottom: 0;
}
.pc-nav-ul .sub-ul li a:hover{
    color: #005CA2;
}

.sub-dl-box{
    position: absolute;
    top: 134px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    /*min-height: 400px;*/
    padding-top: 30px;
    padding-bottom: 30px;
}
.sub-dl-wrap{
    width:1600px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-around;
}
.sub-dl{
    
}
.sub-dl dt{
    margin-bottom: 20px;
}
.sub-dl dt a{
    font-size: 16px;
}
.sub-dl dd a{
    font-size: 14px;
}






/*移动导航头部*/
.yid-box{
    display: none;
    position: fixed;
    width: 100%;
    z-index: 9;
    background: #fff;
}
.yid-box.active {
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.yid-top{
    padding: 8px;
}
.yid-logo img{
    height: 40px;
}
.menuph {
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
}
.menuph .point {
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 10px;
    position: relative;
}
.menuph .navbtn {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 21px;
    height: 1px;
    transition: all .3s ease-out 0s;
    background: #000;
}
.menuph .navbtn::after, .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    content: '';
    transition: all .3s ease-out 0s;
    background: #000;
}
.menuph .navbtn::before {
    top: 10px;
}
.menuph .navbtn::after {
    top: -11px;
}
.menuph .point.active .navbtn{ background: transparent; }
.menuph .point.active .navbtn::after{ top: 0px;
    transform: rotate(45deg);
}
.menuph .point.active .navbtn::before { top: 0px;
    transform: rotate(-45deg);
}


/*移动下拉导航*/
.down-nav{
    position: fixed;
    top: 56px;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 100%;
    padding-bottom: 20px;
    z-index: 9;
    background: #fff;
    display: none;
}
.down-nav-ul .down-li .down-a{
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f1f1f1;
}
.down-li{
    position: relative;
}
.down-allow{
    position: absolute;
    right: 2%;
    top: 0px;
    cursor: pointer;
    margin: 7% 0;
}
.down-sub-ul{
    display: none;
}
.down-sub-ul li a{
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    /*border-bottom: 1px solid #f6f6f6;*/
}
.phonemeng {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    z-index: 2;
    display: none;
}
.phonemeng.active{
    display: block;
}

.down-sub-dl{
    padding-left: 20px;
}
.down-sub-dl dt{
    font-size: 14px;
}
.down-sub-dl dd{
    padding-left: 20px;
    font-size: 14px;
}
.down-sub-dl a{
    display: block;
}







/*底部开始*/
.footer-bg{
    padding-bottom: 30px;
    padding-top: 80px;
    background: #f2f2f2;
    margin-top: 30px;
}
.footer{
    display: flex;
    justify-content: space-around;
}
dl dt{
    font-weight: bold;
    font-size: 16px;
    line-height: 35px;
    color: #6b666c;
}
dl dd{
    font-weight: 400;
    font-size: 14px;
    line-height: 35px;
    color: #666;
}

.footerft-bg{
    background: #2d2d2d;
}
.footerft{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
.footerft-l{
    font-size: 14px;
    color: #bababa;
    /*display: flex;
    width: 420px;
    justify-content: space-around;*/
}
.footerft-l a{
    color: #bababa;
    font-size: 14px;
    padding: 0 10px;
}
.footerft-r span{
    color: #bababa;
    font-size: 14px;
}
.footerft-copy{
    margin-right: 50px;
}










