/* 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: 445px;
    margin: 0 auto;
    align-items: center;
    background:none;
    float: left;
    margin-left: 182px;
    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: 40px;
    line-height: 40px;
    border: 1px solid #0088ff;
    box-sizing: border-box;
    /* overflow: hidden; */
    justify-content: space-between;
    border-radius: 0px;
    background: none;
}
.common-top form input[type="text"]{
    text-indent: 0.3em;
    width: 60%;
    padding: 0!important;
    display: block;
    line-height: 40px;
    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:1px solid #0088ff;
}
.common-top form input[type="text"]::placeholder{
    color: #393939;
}
.common-top form button{
    width: 60px;
    padding: 0!important;
    border: none;
    background: none;
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
    margin-top: -1px;
    border-radius:0;
    background: #0088ff; 
}
.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{
    display: flex;
    float: left;
    width: 212px;
    height: 70px;
    margin-left: 92px;
}
.fwrx img{
    width: 55px;
    height: 55px;
    float: left;
    margin-top: 8px;
}
.fwrx div{
    float: left;
    margin-left: 10px;
    margin-top: 9px;
}
.fwrx div p{
    font-size: 16px;
    color: #666565;
    line-height: 20px;
}
.fwrx div span{
    font-size: 20px;
    color:#00000060;
    line-height: 29px;
    font-weight: normal;
}

.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:#2d56b9;
    line-height: 40px;
    width: 16%;
    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 #efefef;
    box-sizing: border-box;
}
.bgcolor2{
    background-color: #f6f6f6;
}
.bgcolor3{
  /*  background: linear-gradient(#4075c8,#1031ab);  */
    background: #0088ff;
    height: 60px;
}

.common-nav{
    width: 1200px;
    margin: 0 auto;
    display: inherit;
    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: 216px;
    /* background: linear-gradient(#7acd5e,#dad014); */
    text-align: center;
    height: 64px;
    line-height: 64px;
    /* border-radius: 5px; */
    justify-content: center;
    color: #fff;
    border-radius: 10px 10px 0 0;
    background: url(../images/nav_03.png) no-repeat 35px center;
    background-size: 32px 30px;
}
.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: 60px;
    line-height: 60px;
    justify-content: space-between;
}
.common-nav div a{
    position: relative;
    font-size: 18px;
    text-align: center;
    color: #fff;
    width: calc(100% / 11);
    line-height: 60px;
}
.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: #0088ff;
}
.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: 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;
}
.footer-nav span{
    color: #fff;
}
.bah p{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    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;
}
.pctop{
    height: 84px;
    margin: 25px auto;
}
.pctop .logo{
    width:186px;
    height: 85px;
    float: left;
    margin-left: 10px;
}
.logo h1{
    font-size: 40px;
    color: #0088ff;
    line-height: 76px;
    font-weight: normal;
    width: 166px;
}
.dm {
    width: 100%;
}

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

.pctop a{
    float: left;
    width: 47px;
    height: 28px;
    margin-left: 0px;
    margin-top: 0px;
    color: #fff;
    line-height: 28px;
}
.dyg_kj{
  height: 523px;
  margin-bottom: 16px;
}
.dyg_left{
    width: 225px;
    position: absolute;
    top: 0;
    z-index: 999;
}
.dyg_center{
    margin-left: 0px;
    float: left;
    position: relative;
}

