/*.dm {*/
/*    width: 100%;*/
/*}*/
.dn {
    width: 1200px;
    margin: 0 auto;
}
/* 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: 444px;
    margin: 0 auto;
    align-items: center;
    background:none;
    float: left;
    margin-left: 40px;
    margin-top: 38px;
    border: 2px solid #2e69ff;
}
.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: none;
    box-sizing: border-box;
    /* overflow: hidden; */
    justify-content: space-between;
    background: none;

}
.common-top form input[type="text"]{
    text-indent: 0.3em;
    width: 70%;
    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;
    margin-left: 8%;
	/*border-left:1px solid #d6d6d6;*/
}
.common-top form input[type="text"]::placeholder{
    color: #393939;
}
.common-top form button{
    width: 60px;
    padding: 0!important;
    border: none;
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: center;
    margin-top: -1px;
    margin-right:-1px;
    background: #2e69ff;

}
.common-top form button span{
    color: #fff;
    font-size: 16px;
}
.common-top form button img{
    width: 26px;
    height: 23px;
    margin: 5px auto;
    margin-top: 3px;
    
}
.fwrx{
    float: right;
    width:280px;
    height: 52px;
    margin-right: 0px;
    margin-top: 34px;
    display: flex;
    justify-content: space-left;

}
.fwrx h1{
    font-size: 20px;
    color: #0a65bd;
    line-height: 26px;
    margin-left: 10px;
    margin-top: 0px;
    font-weight: normal;
}
.fwrx img{
    width: 48px;
    height: 48px;
    float: left;
    margin-top: 6px;
}
.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:#000000;
    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: 20%;
	text-align: center;
}

.top_input .option-ul{
    top: 47px;
    background:#2e69ff;
    height: 200px;
    line-height: 40px;
    width: 20%;
    position: absolute;
    z-index: 9999;
    flex-wrap: wrap;
    left: -2px;
}
.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: #2e69ff;
    height: 37px;
}


.pctop{
    height: 124px;
    margin: 0 auto;
}
.pctop .logo{
    margin-top: 30px;
    width:298px;
    height:65px;
    float: left;
    margin-left: 35px;
}
.pctop a{
    float: left;
    width: 47px;
    height: 28px;
    margin-left: 0px;
    margin-top: 0px;
}

.common-nav{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    background: #0077ff;
}
.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{
    background: #2e69ff;
}
.common-nav h1{
    padding: 0 10px;
    background: #a9c9e8;
    font-weight: normal;
}
.common-nav span{
    display: flex;
    font-size: 16px;
    width: 167px;
    /* background: linear-gradient(#7acd5e,#dad014); */
    text-align: center;
    height: 20px;
    line-height: 20px;
    justify-content: center;
    color: #0a65bd;
    background-size: 22px 21px;
    margin-top: 8px;
}
.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: 37px;
    line-height: 37px;
    justify-content: space-between;
}
.common-nav div a{
    position: relative;
    font-size: 16px;
    text-align: center;
    color: #fff;
    width: calc(100% / 11);
    line-height: 37px;
}
.common-nav div a.hk-a{
    /* color: #7ecd5a; */
    font-weight: normal;
}
.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::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: #2e69ff;
    background-size: 100%;
}
.footer-nav{
    padding-top: 30px;
    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: 16px;
    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: 40px;
}
.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;
}
/* 搜索框 */
.common-top form{
    position: relative;
    display: flex;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cccccc;
    background-size: 100% 100%;
    background: #fff;
    box-sizing: border-box;
    /* overflow: hidden; */
    justify-content: space-between;
}
.common-top form input[type="text"]{
    text-indent: 0.3em;
    width: 60%;
    padding: 0!important;
    display: block;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    border-right: none;
    color: #393939;
    background: none;
    /* border-radius: 5px; */
}
.common-top form input[type="text"]::placeholder{
    color: #393939;
}
.common-top form button{
    width: 21%;
    padding: 0!important;
    border: none;
    /* background: linear-gradient(to top,#0d5286,#0d5286); */
    background: #2e69ff;
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
    color: #fff;
}
.common-top form button span{
    font-size: 16px;
}
.common-top form button img{
    width: 25px;
    height: 25px;
    margin: 5px auto;
}
.top_input div{
    width: 20%;
    height: 38px;
    line-height: 38px;
    /* background-color: #5eb200; */
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.top_input div span{
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}
#input_option{
    position: relative;
}
#input_option.hk-a::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../img/ic0.png)no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: calc((100% - 10px)/2);
    transform: rotateX(180deg);
}
#input_option::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../img/ic0.png)no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: calc((100% - 10px)/2);
}
.top_input .option-ul{
    display: none;
   top: 51px;
   background: #2e69ff!important;
   height: auto;
   width: 20%;
   position: absolute;
   z-index: 99999;
   flex-wrap: wrap;
   border-radius: 20px;
}
.top_input .option-ul span{
    display: block;
    width: 100%;
    color: #fff;
}
/* end */