html{
    scroll-behavior: smooth;
}
body {
    font-family: '微软雅黑', '苹方','Courier', 'monospace';
    font-size: 14px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;

}
.stitle{
    width: 100%;
    margin-top: 0.6rem;
    display: block;
    float: left;
    text-align: center;
}
.stitle dt{
    font-family: '微软雅黑', '苹方','Courier', 'monospace';
    font-size: 0.28rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 0.5rem;
	letter-spacing: 0rem;
	color: #c79796;
}
.stitle dd{
    font-family: RenaultLife-Bold;
	font-size: 0.34rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0rem;
	color: #3d2071;
    margin-top: 0.05rem;
}
.stitle dd span{
    display: none;
}
.wap {
    display: none;
}

.header {
    width: 100%;
    height: 1rem;
    background-color: #3d2071;
    background-image: url(../imgs/header-lighter.png);
    background-size: auto 100%;
    background-position: right top;
    background-repeat: no-repeat;
    float: left;
    position: relative;
    z-index: 1000;
}

.header .logo {
    width: 1.93rem;
    height: 0.36rem;
    margin-top: 0.32rem;
    margin-left: 0.59rem;
    background-image: url(../imgs/logo.png);
    background-size: 1.93rem 0.36rem;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: left;
}

.weblist {
    width: 0.87rem;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.27rem;
    letter-spacing: 0rem;
    margin-left: 0.24rem;
    margin-top: 0.4rem;
    color: #ffffff;
    display: block;
    float: left;
    position: relative;
    z-index: 1000;
    height: 50px;
    overflow: hidden;
}

.weblist dt {
    padding-bottom: 0.4rem;
}
.weblist dt span {
    position: absolute;
    font-size: 20px;
    top: 0.02rem;
    right: -5px;
}

.weblist dd {
    position: absolute;
    width: 1.36rem;
    height: 1.05rem;
    border-radius: 5px;
    background-color: rgba(61, 32, 133, .8);
    line-height: 0.3rem;
    padding: 0.2rem;
    padding-top: 0.1rem;
    margin-left: -0.5rem;
    opacity: 0;
    height: 0;
}
.weblist:hover{
    height: auto;
    overflow: visible;
}
.weblist:hover dt font{
    position: absolute;
    transform: rotate(90deg);
    transition: 0.5s;
    
}
.weblist dt font{
    position: absolute;
    text-indent: 10px;
}
.weblist:hover dt span {
    transform: rotate(90deg);
    transition: 0.2s;
}

.weblist:hover dd {
    opacity: 1;
    width: auto;
    height: auto;
    transition: 0.5s;
    z-index: 999;
}

.weblist dd span {
    width: 100%;
    line-height: 1.7;
    display: block;
    float: left;
}

.weblist dd span a {
    color: #fff;
    text-decoration: none;
    font-size: 0.145rem;
    display: block;
    float: left;
    white-space: nowrap;
}
.weblist dd span a:hover{
    opacity: 0.8;
}

.menu {
    width: 6rem;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.27rem;
    letter-spacing: 0rem;
    margin-left: 0.5rem;
    color: #ffffff;
    display: block;
    float: left;
}

.menu dd {
    width: 1rem;
    text-align: center;
    display: block;
    float: left;
}

.menu dd a {
    color: #fff;
    text-decoration: none;
    line-height: 1rem;
}
.menu dd:nth-child(1) a {
    font-family: 'RenaultLife-Bold';
    font-weight: bold;
}
.menu dd.active a {
    color: #c79796;
}

.menu dd a:hover {
    color: #c79796e7;
}
.search{
    width: 2.63rem;
	min-height: 0.37rem;
    height: auto;
    margin-top: 0.3rem;
    margin-right: 0.59rem;
    display: block;
    float: left;
    border-radius: 18px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    float: right;
}
.search input{
    width: 100%;
    height: 0.37rem;
    font-size: 0.14rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.27rem;
	letter-spacing: 0rem;
	color: #949494;
    border: none;
    position: absolute;
    text-indent: 0.15rem;
    background: transparent;
    outline: none;
    text-indent: 0.3rem;
}

.search dd button{
    position: absolute;
    right: 0.1rem;
    top: 0.08rem;
    border: none;
    color: rgb(61, 32, 133);
    background: none;
    outline: none;
}
.search dd button .iconfont{
    font-size: 0.16rem;
}
.search ul{
    display: none;
    font-size: 0.16rem;
    line-height: 2;
}
.search .tip{
    display: none;
}
.search:hover{
    position: absolute;
    width: 6rem;
    right: 0;
    transition: 1s;
    padding-top: 0.05rem;
}
.search:hover .tip{
    display: block;
}
.search:hover ul{
    margin: 0.5rem;
    display: block;
    font-size: 0.16rem;
    line-height: 2;
    color: #626675;
    margin-left: 0.3rem;
}
.search:hover ul li{
    cursor: pointer;
}
.search:hover ul li:hover{
    color: #3d2071;
}
.search:hover ul li.active{
    color: #3d2071;
}
.search:hover ul li span{
    font-size: 12px;
    display: inline-block;
    padding: 2px 5px;
    background-image: linear-gradient(90deg,#c39496,#3d2071);
    line-height: 1;
    color: #fff;
    margin-left: 20px;
    border-radius: 10px;
}
.search:hover .tip{
    width: 90%;
    height: 0.4rem;
    margin-left: 5%;
    border-top: 1px solid #eee;
    font-size: 0.16rem;
    margin-top: 0.4rem;
    line-height: 0.4rem;
    display: block;
    float: left;
    color: #a1a1a1;
}
.search:hover .headsearchbtn{
    top: 0.1rem;
}
input:focus::-webkit-input-placeholder{
    color: transparent;
}