/* header */
.header-dm{
    background-color: #f3d2d2;
    box-sizing: border-box;
}
.f-adv a{
    height: 114px;
}
.dn{
    margin: 0 auto;
    width: 1200px;
}
.header-dn{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    justify-content: space-between;
}
.header-left span{
    display: flex;
    color: #707070;
}
.header-left span i{
    font-style: normal;
    color: #85c192;
}
.header-right{
    display: flex;
}
.header-right a{
    color: #707070;
}
.header-right span{
    color: #f3d2d2;
    margin: 0 5px;
}
.header-adv a{
    height: 140px;
    overflow: hidden;
}
[class*="header-adv"] img {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
/* 公共头 */
.common-top{
    /* background: url(../img/top-bg.png)no-repeat; */
    background-size: 60% auto;
    background-position-x: 20%;
    padding: 10px 0;
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.common-top .logo{
    display: flex;
    height: 70px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.common-top .logo span{
    text-align: center;
    font-size: 36px;
    color: #0087f2;
    margin-left: 10px;
    font-weight: bold;
}
.common-top form{
    position: relative;
    display: flex;
    width: 30%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cccccc;
    background: #fff;
    box-sizing: border-box;
    /* overflow: hidden; */
    justify-content: space-between;
    /* border-radius: 5px; */
}
.common-top form input[type="text"]{
    text-indent: 0.3em;
    width: 80%;
    padding: 0!important;
    display: block;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    border-right: none;
    color: #393939;
    background: none;
    /* border-radius: 5px; */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.common-top form input[type="text"]::placeholder{
    color: #393939;
}
.common-top form button{
    width: 23%;
    padding: 0!important;
    border: none;
    background:#0089f2;
    display: flex;
    justify-content: center;
    height: 38px;
    line-height: 38px;
    align-items: center;
    /* border-radius: 5px; */
}
.common-top form button span{
    color: #fff;
    font-size: 16px;
}
.common-top form button img{
    width: 22px;
    height: 20px;
    margin: 5px auto;
}
.common-top .dh{
    display: flex;
    align-items: center;
    height: 80px;
    width: 26%;
    margin-right: 2%;
    justify-content: flex-end;
}
.common-top .dh img{
    height: 45px;
    width: 45px;
}
.common-top .dh div{
    margin-left: 10px;
}
.common-top .dh p{
    height: 30px;
    line-height: 30px;
    font-size: 28px;
    color: #007df0;
    font-weight: bold;
}
.common-top .dh span{
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    color: #008ef3;
}
.nav-bor{
    border-bottom: 2px solid #009c3b;
    box-sizing: border-box;
}
/* common-nav 公共导航头 */
.bgcolor1{
    background: #61af25;
}
.top0{
    border-bottom: 1px solid #bfbfbf;
    box-sizing: border-box;
}
.bgcolor2{
    background-color: #ffffff;
}
.common-nav{
    width: 1200px;
    margin: 0 auto;
    background:linear-gradient(#008ef3,#0076ee);
    display: flex;
    justify-content: space-between;
}
.common-nav span{
    position: relative;
    display: flex;
    font-size: 18px;
    width: 16%;
    height: 34px;
    line-height: 34px;
    justify-content: center;
    color: #fff;
    background:linear-gradient(#008ef3,#0076ee);
   
}

.common-nav div{
    width: 82%;
    display: flex;
    height: 34px;
    line-height: 34px;
    justify-content: space-between;
}
.common-nav div a{
    color: #fff;
    position: relative;
    font-size: 16px;
    text-align: center;
    width: calc(100% / 12);
}
.common-nav div a.hk-a{
    /* color: #7ecd5a; */
    font-weight: bold;
}
.common-nav div a.hk-a::after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 3em;
    font-size: 16px;
    height: 3px;
    /* background: linear-gradient(#7acd5e,#dad014); */
    left: calc((100% - 3em)/2);
    border-radius: 3em;
}
.common-nav div a:hover{
    /* color: #7ecd5a; */
    font-weight: bold;
}
.common-nav div a:hover::after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 3em;
    font-size: 18px;
    height: 3px;
    /* background: linear-gradient(#7acd5e,#dad014); */
    left: calc((100% - 3em)/2);
    border-radius: 3em;
}
/* footer */
.f-bgcolor{
    background-color: #f2f2f2;
    padding-bottom: 20px;
}
.footer-nav{
    padding-top: 20px;
    display: flex;
    justify-content: center;
    height: 30px;
    line-height: 30px;
    color: #535353;
    margin-bottom: 10px;
}
.footer-nav span{
    font-size: 16px;
    margin: 0 2px;
    color: #535353;
}
.footer-nav a{
    font-size: 16px;
    margin: 0 5px;
    color: #535353;
}
.yqlj{
  
    font-size: 25px;
    font-weight: bold;
    display: block;
    width: 90%;
    margin: 0 auto;
}
.xt{
    margin-top: 20px;
    height: 1px;
    width: 15%;
    margin-left: 5%;
    background-color: #fff;
}

.bah p{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.bah p span{
    font-size: 14px;
}
.ptop2{
    padding-top: 20px;
}
.pbt2{
    padding-bottom: 40px;
}
.f-dh{
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f-dh span{
    color: #fff;
}
.f-bg{
    /* background: url(../img/fbg.png)no-repeat; */
    background-size: 60% auto;
    background-position-x: 20%;
}
.f-bg1{
    background: rgba(255, 255, 255, 0.3);
}
.adv-1{
    display: block;
    width: 100%;
    height: 100px;
}
[class*="adv"]{
    overflow: hidden;
}
[class*="adv"] a{
    overflow: hidden!important;
}
[class*="adv"] img:hover {
    width: 100%;
    transform:scale(1.15,1.15);
}
/* 中心变形*/
[class*="adv"] img {
    transition:all 0.5s ease-out;
    /* 过度 所有css属性 1秒过度 结束慢*/
    -moz-transition:all 0.5s ease-out;
    /* Firefox 4 */
    -webkit-transition:all 0.5s ease-out;
    /* Safari 和 Chrome */
    -o-transition:all 0.5s ease-out;
    /* Opera */
}
.f-top{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.f-link a{
    color: #fff;
}
.f-link .ns-link{
    position: relative;
    margin-top: 10px;
    padding-bottom: 5px;
}
.f-link .ns-link::after{
    content: '';
    position: absolute;
    width: 20%;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 0;
}
/* 搜索框 */
.top_input div{
    width: 20%;
    height: 34px;
    line-height: 34px;
    border-radius: 10px;
    background-color: #fff;
}
.top_input div span{
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
}
.top_input .option-ul{
    display: none;
   top: 38px;
   background: rgba(255, 255, 255, 0.6)!important;
   height: 200px;
   line-height: 40px;
   width: 18%;
   position: absolute;
   z-index: 8;
   flex-wrap: wrap;
}
.top_input .option-ul span{
    display: block;
    width: 100%;
}
/* 两侧广告位 */
[id*='lc1']{
    width: 200px;
    height: auto;
    position: absolute;
    top: 50px;
    z-index: 99999;
}
#lc1-l{
    left: calc((100% - 1200px)/2 - 210px);
}
#lc1-r{
    right: calc((100% - 1200px)/2 - 210px);
}