body{
	background: #f3f3f3 url(../images/back.png) top center no-repeat;
}
.header{
    width: 100%;
    height: auto;
}
.header-one{
    width: 100%;
    height: 34px;
    background: #1a031a;
}
.header-one-auto{
    width: 1000px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
}
.header-one-auto-ul li {
    height: 13px;
    padding: 0px 12px;
    line-height: 12px;
    margin-top: 10px;
    border-right: 1px solid #5f4f5f;
    text-align: center;
}
.header-one-auto-ul li:last-of-type {
    border-right: 0;
}
.header-one-auto p{
    font-size: 14px;
    color: #ffffff;
    opacity: 0.5;
}
.header-one-auto-ul li a{
    color: #ffffff;
    font-size: 14px;
    opacity: 0.5;
}
.header-one-auto-ul li a:hover{
    color: #ffffff;
    opacity: 1;
}

.header-two{
    width: 100%;
    height: 150px;
    background-position: center bottom;
    background: url(../images/sy_bg-tit.png) #2c48a4 no-repeat 50%;
}
.header-two-auto{
    width: 663px;
    height: 113px;
    margin: 0 auto;
    padding: 0.1px;
}
.header-two-auto-one{
    width: 100%;
    height: 97px;
    padding-top: 34px;
} 
.header-two-auto-one a{
    width: 420px;
    height: 70px;
    display: block;
    margin: 0 auto;
}
.header-two-auto-one a img{
    width:100% ;
    height: 100%;
}
.header-two-auto-two{
    width: 100%;
    height: 36px;
}
.in{
    width: 326px;
    height: 34px;
    border-radius: 20px;
    background-color: #dcbfd9;
}
#search{
    width: 243px;
    height: 14px;
    border-radius: 20px 0px 0px 20px;
    padding: 10px 10px 10px 15px;
    border: 0;
    outline: 0;
    background: #dcbfd9;
    font-size: 12px;
}
.ss{
    width: 58px;
    height: 34px;
    background: url(../images/ss.png) #cea971 no-repeat center center;
    background-size: 44%;
    outline: 0;
    border: 0;
    border-radius: 0px 20px 20px 0px;
}
.fx{
    width: 337px;
    height: 34px;
}
.wx2{
    width:34px ;
    height: 34px;
    margin-left: 10px;
    position: relative;
}
.wx2-ds{
    width: 76px;
    height: 0px;
    background: url(../images/qw.png) no-repeat center center;
    position: absolute;
    top: 34px;
    left:-22px;
    z-index: 999999;    
    transition: all 0.7s;
    background-size: 100%; 
}
.wb2{
    width:34px ;
    height: 34px;
    margin-left: 10px;
    position: relative;

}
.wx2 img, .wb2 img{
    width: 100%;
    height: 34px;
}
.wb2-ds{
    width: 76px;
    height: 0px;
    background: url(../images/qw1.png) no-repeat center center;
    position: absolute;
    top: 36px;
    left:-22px;
    z-index: 999999;
    transition: all 0.7s;
}
.wx2 a:hover~.wx2-ds{
    display: block !important;
    height: 83px !important;
}
.wb2 a:hover~.wb2-ds{
    display: block !important;
    height: 83px !important;
}
.wx2 a,.wb2 a{
    width: 100%;
    height: 34px;
    display: block;
}
.wx2-ds img,.wb2-ds img{
    width:65px ;
    height: 0;
    margin-left: 7px;
    margin-top: 14px;
    vertical-align: top;
}
.ln{
    width: 237px;
    height: 34px;
    margin-left: 12px;
}
.ln-l{
    width: 108px;
    height: 34px;
    line-height: 34px;
}
.ln-n{
    width: 118px;
    height: 34px;
    line-height: 34px;
}
.ln-l img,.ln-n img{
    width: 100%;
    height: 34px;
}
.ln-l a{ 
    font-size: 14px;
    color: #641c67;
    width: 100%;
    height: 100%;
    display: block;
}
.ln-n a{
    font-size: 14px;
    color: #641c67;
    width: 100%;
    height: 100%;
    display: block;
}


 .foot_top{
    width: 1200px;
    margin: 0 auto;
}
.foot_top .ulNav{
    padding: 21px 0 14px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    
}
 .foot_top .ulNav li ul li a{
    display: block;
    padding: 3px;
    font-size: 13px;
    color: white;
}
.foot_top .ulNav li ul li:first-child a{
    font-weight: 700;
    text-shadow: 2px 2px 1px #BC4;
    transition: all 0.1s ease;
}
 .foot_top .ulNav li ul li a:hover{
    text-decoration: none;
    font-weight: 700;
    text-shadow: 2px 2px 1px #BC4;
}
.foot_foot{
    background-color: #2c48a4;
}
.foot_foot .foot_foot_body{
    width: 1000px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
 .foot_foot .foot_foot_body p{
    color: white;
    margin: 10px 0 0;
    font-size: 13px;
}
.foot_foot .foot_foot_body img{
    margin-right: 20px;
}
