/* header */
.header-dm{
    background-color: #f3d2d2;
    box-sizing: border-box;
}
.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: #3e3e3e;
}
.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%;

    width: 450px;
    margin: 0 auto;
    align-items: center;
    background:none;
    float: left;
    margin-left: 85px;
    margin-top: 16px;
}
.common-top .logo{
    display: flex;
    height: 70px;
    flex-wrap: wrap;
    justify-content: center;
    /* background: linear-gradient(#8bcc51,#2ab250); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    align-items: center;
}
.common-top .logo span{
    text-align: center;
    font-size: 40px;
    color: #5cb619;
}
.common-top .logo span:nth-child(1){
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.common-top .logo span:nth-child(2){
    font-size: 30px;
    height: 30px;
    line-height: 30px;
}
.common-top form{
    position: relative;
    display: flex;
    width: 100%;
    height: 47px;
    line-height: 47px;
    border: 3px solid #0ea81d;
    box-sizing: border-box;
    /* overflow: hidden; */
    justify-content: space-between;
    border-radius:0;
    background: none;
}
.common-top form input[type="text"]{
    text-indent: 0.3em;
    width: 60%;
    padding: 0!important;
    display: block;
    line-height: 47px;
    box-sizing: border-box;
    border-right: none;
    color: #393939;
    background: none;
    /* border-radius: 5px; */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	border-left:2px solid #0ea81d;
}
.common-top form input[type="text"]::placeholder{
    color: #393939;
}
.common-top form button{
    width: 60px;
    padding: 0!important;
    border: none;
    background: #0ea81d;
    display: flex;
    justify-content: center;
    height: 47px;
    align-items: center;
    margin-top: -3px;
    border-radius:none; 
    margin-right: -5px
}
.common-top form button span{
    color: #fff;
    font-size: 16px;
}
.common-top form button img{
    width: 20px;
    height: 20px;
    margin: 5px auto;
    margin-top: 3px;
}
.fwrx{
    float: left;
    width: 212px;
    height: 70px;
    margin-left: 92px;
    margin-top: 14px;
}
.fwrx img{
    width: 40px;
    height: 44px;
    float: left;
    margin-top: 8px;
}
.fwrx div{
    float: left;
    margin-left: 10px;
}
.fwrx div p{
    font-size: 16px;
    color: #666565;
    line-height: 20px;
}
.fwrx div span{
    font-size: 20px;
    color:#0ea81d;
    line-height: 29px;
    
}

.fwrx div hr{
    width: 30px;
    height: 2px;
    background: #e5e5e5;
    border: none;
    margin-top: 5px;
}
.common-top .dh{
    display: flex;
    align-items: center;
}
.common-top .dh img{
    height: 40px;
    width: 40px;
}
.common-top .dh div{
    width: calc(1200px / 100 * 20 - 40px);
    display: flex;
    margin-left: 5px;
    flex-wrap: wrap;
    /* background:linear-gradient(#5cdf4d,#bce949);  */
}
.common-top .dh div span{
    display: block;
    width: 100%;
    /* margin-left: 10px; */
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    color: #5cb619;
    /* background:linear-gradient(#78cd5f,#b3d866);  */
    /* -webkit-background-clip:text;  */
    /* -webkit-text-fill-color:transparent;  */
}
.common-top .dh div p{
    text-align: right;
    display: block;
    width: 100%;
}
.common-top .dh div p:nth-child(1){
    color: #5cb619;
}
.common-top .dh div p:nth-child(3){
    color: #707070;
}
.common-top .dh div span:nth-child(2){
    text-align: right;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 30px;
    /* color: #fff; */
    /* background:linear-gradient(#bdcf2a,#dcd013);  */
    /* -webkit-background-clip:text;  */
    /* -webkit-text-fill-color:transparent;  */
}

/*下拉列表*/
.search_kj{
	width: 16%;
	text-align: center;
}

.top_input .option-ul{
    top: 40px;
    background:#0ea81d;
    height: 280px;
    line-height: 40px;
    width: 20%;
    position: absolute;
    z-index: 999;
    flex-wrap: wrap;
}
.top_input .option-ul span{
     display: block;
     width: 100%;
	 text-align: center;
     color: #fff;
}


/* common-nav 公共导航头 */
.bgcolor1{
    background: linear-gradient(to right,#d71516,#d71516);
}
.top0{
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}
.bgcolor2{
    background-color: #f6f6f6;
}
.bgcolor3{
   /* background: linear-gradient(#4075c8,#1031ab);*/
    background: #0ea81d;
    height: 43px;
}

.common-nav{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.common-nav2{
    width: 250px;
    display: flex;
    justify-content: space-between;
}
.common-nav2 span{
    display: flex;
    font-size: 18px;
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    justify-content: center;
    color: #fff;
    background: #f5b201;
}
.common-nav2 span img{
    height: 20px;
    width: 20px;
    margin: auto 5px;
}
.common-nav span{
    display: flex;
    font-size: 18px;
    width: 160px;
    /* background: linear-gradient(#7acd5e,#dad014); */
    text-align: center;
    height: 43px;
    line-height: 43px;
    justify-content: space-around;
    /* border-radius: 5px; */
    /*justify-content: center;*/
    color: #41a8a3;
    border-radius:0;
    background: #abe1b0;
    background-size: 22px 21px;
    margin-left: 17px;
}
.common-nav span img{
    height: 20px;
    width: 20px;
    margin: auto 5px;
}
.common-nav div{
    border-radius: 5px;
    /* background: linear-gradient(#528ece,#1b58a0); */
    width: 100%;
    display: flex;
    height: 34px;
    line-height: 34px;
    justify-content: space-between;
}
.common-nav div a{
    position: relative;
    font-size: 18px;
    text-align: center;
    color: #fff;
    width: calc(100% / 11);
    line-height: 43px;
}
.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: 18px;
    height: 3px;
    /* background: linear-gradient(#7acd5e,#dad014); */
    left: calc((100% - 3em)/2);
    border-radius: 3em;
}

.common-nav div a:hover{
     color: #fff; 
    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: #0ea81d;
}
.footer-nav{
    display: flex;
    justify-content: center;
    height: 30px;
    line-height: 30px;
    color: #535353;
}
.footer-nav span{
    font-size: 15px;
    margin: 0 5px;
    color: #535353;
}
.footer-nav a{
    font-size: 15px;
    color: #535353;
}
.yqlj{
    color: #fff;
    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;
}
.footer-nav a{
    color: #fff;
    width: 83px;
}
.footer-nav span{
    color: #fff;
}
.bah p{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
.bah p a{
    color: #fff;
}
.ptop2{
    padding-top: 20px;
}
.pbt2{
    padding-bottom: 35px;
}
.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);
}
/* 两侧广告位 */
[id*='cl1']{
    width: 200px;
    position: absolute;
    top: 550px;
    z-index: 9;
}
#cl1-l{
    left: calc((100% - 1200px)/2 - 240px);
}
#cl1-r{
    right: calc((100% - 1200px)/2 - 240px);
}
.por{
    position: relative;
}
.pctop{
    height: 84px;
    margin: 10px auto;
}
.pctop .logo{
    margin-top: 16px;
    width:283px;
    height: 49px;
    float: left;
    margin-left: 0px;
}
.pctop a{
    float: left;
    width: 47px;
    height: 28px;
    margin-left: 8px;
    margin-top: 0px;
}
.dm {
    width: 100%;
}

.dn {
    width: 1200px;
    margin: 0 auto;
}