@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

image,input{
    border: none;
    outline: none;
}
a{
    color: inherit;
    text-decoration: none;
}

ul{
    list-style: none;
}
.clear:after {
    content: '';
    display: block;
    clear: both;
}

.px1280{
    width: 1280px;
    margin: auto;
}

body {
    min-width: 1345px;
    background:#f7f3f7  url("../images/body.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.header {
    overflow: hidden;
    padding: 8px 42px 12px 30px;
    background: #713a78;
}
.logo{
    float: left;
    width: 682px;
}
.logo a{
    display: block;
    overflow: hidden;
}
.logo img{
    display: block;
    width: 100%;
}

.search-box {
    float: right;
margin-top:30px;
    position: relative;
}
.search-box input[type='text'] {
    width: 280px;
    height: 44px;
    font-size: 14px;
    color: rgba(255,255,255,.68);
    line-height: 44px;
    border: 1px solid rgba(255,255,255,.68);
    border-radius: 50px;
    padding-left: 23px;
    padding-right: 55px;
    background: transparent;
}
input::-webkit-input-placeholder{
    color: rgba(255,255,255,.4);
}
input::-ms-input-placeholder{
    color: rgba(255,255,255,.4);
}
input::-moz-placeholder{
    color: rgba(255,255,255,.4);
}
.search-box input[type='image']{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 24px;
    margin-top: -10px;
}
.nav>ul {
    font-size: 0;
    text-align: right;
}
.nav>ul>li{
    display: inline-block;
    width: 142px;
    line-height: 86px;
    height: 86px;
    position: relative;
    text-align: center;
}
.nav>ul>li>a{
    font-size: 18px;font-weight: 600;
    color: #333;
}
.nav>ul ul{
    position: absolute;
    width: 100%;
    top: 66px;
    z-index: 9999;
    background: #f7f3f7;
    padding: 10px 0;
    display: none;
    border-top: 0 solid transparent;


}
.nav>ul ul>li{
    line-height: 42px;
    text-align: center;

    transition: all .3s;
}
.nav>ul ul>li>a{
    font-size: 14px;
    color: #333333;
    transition: all .3s;
}
.nav>ul ul>li:hover {
    background: #713a78;
}

.nav>ul ul>li:hover a {
    color: #fff;
}
.nav>ul>li:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 20px;
    border: 5px solid transparent;
    border-bottom-color: #713a78;
    display: none;
    transition: all .3s;
}
.nav>ul>li.on:after{
    display: block;
}
.nav>ul>li.on>ul{
    border-top: 2px solid #713a78;
}




.ft-list>ul>li{
    float: left;
}
.ft-list>ul>li:first-child {
    width: 446px;
}
.ft-list>ul>li:nth-child(2){
    margin-left: 30px;
    width: 240px;
}
.ft-list>ul>li:nth-child(3){
    margin-left: 30px;
    width: 220px;
}
.ft-list>ul>li h4 {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.ft-list>ul ul{
    font-size: 0;
    margin-top: 32px;
}
.lxwm>li{
    display: inline-block;
    width: 89px;
    margin-left: 30px;
    position: relative;
}
.lxwm>li:first-child{
    margin-left: 0;
}
.ft-list>ul ul>li>a{
    display: block;
}
.lxwm>li img {
    display: block;
    width: auto;
    margin: auto;
}
.lxwm>li p {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    text-align: center;
}
.fwtd>li{
    display: inline-block;
    width: 48px;
    margin-left: 30px;
    position: relative;
}
.fwtd>li:first-child{
    margin-left: 15px;

}
.fwtd>li p{
    width: 48px;
    height: 48px;
    border:  1px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    transition: all .3s;
}
.fwtd>li img {
    display: block;
    width: auto;
    margin: auto;
}
.ft-logo {
    float: left;
    width: 278px;
}
.ft-list {
    float: right;
}
.ft-b {
    padding-top: 56px;
    padding-bottom: 24px;
}
.fwtd>li .qr {
    position: absolute;
    top: -20px;
    left: 110%;
    width: 0;
    height: 86px;
    overflow: hidden;
    transition: all .3s;

}
.sjmt>li:hover .qr{
    width: 86px;
}
.fwtd>li:nth-child(2) .qr{
    left: -20px;
}
.fwtd>li:nth-child(3) .qr {
    position: absolute;
    top: -20px;
    right: 110%;
    left: auto;
    width: 0;
    height: 86px;
    overflow: hidden;
    transition: all .3s;

}
.sjmt>li:nth-child(3):hover .qr{
    width: 86px;
}


.fwtd>li:hover p{
    background: rgba(118,72,113,.8);
}
.lxwm>li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 2px;
    background: #fff;
    transition: all .3s;
}
.lxwm>li:hover:after {
    right: 0;
    left: 0;
}
.lxwm>li>a>p{
    position: absolute;
    bottom: 120%;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    left: 0;
    width: 250px;
    display: none;
    transition: all .3s;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
}
.lxwm>li:nth-child(4)>a>p{
    left: auto;
    right: 0;
    bottom: 123%;
}
.lxwm>li:nth-child(3)>a>p{
    bottom: 123%;
}
.lxwm>li:hover p{
    display: block;
}
.lxwm>li:hover:before{
    display: block;
}

.lxwm>li:before{
    content: '';
    position: absolute;
    bottom: 108%;
    border: 5px solid transparent;
    left: 26px;
    border-top-color: #fff;
    display: none;
}

.lxwm>li span {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    text-align: center;
}

.footer {
    margin-top: 40px;
    background: url("../images/ft-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.all-links {
    padding-top: 36px;
    padding-bottom: 15px;
    background: rgba(118,72,113,.8);
}
.links-banner a{
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
    transition: all .3s;
    position: relative;
}
.links-banner a>div{
    overflow: hidden;
    height: 67px;
    position: relative;
}
.links-banner a img{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: auto;
    margin: auto;
}
.links-banner a p{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
    width:93%;

}
.links-banner a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 2px;
    background: #fff;
    transition: all .3s;
}

.links-banner a:hover:after {
    left: 0;
    right: 0;
}
.links-banner a p span {
    display: block;
}
.links-banner button {
    outline: none;
    border: none;
    width: 20px;
    height: 34px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
}
.links-banner .slick-prev {
    left: -32px;
    background: url("../images/arrow-l.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.links-banner .slick-next {
    right: -32px;
    background: url("../images/arrow-r.png");
    background-repeat: no-repeat;
    background-position: center center;
}

/*新增*/
.fwtd>li ul{
    position: absolute;
    bottom: 100%;
    width: 230%;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 0;
    display: none;
    margin-top: 0;
    border-radius: 5px;
}
.fwtd>li ul>li{
    line-height: 36px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    transition: all .3s;
}
.fwtd>li:hover>ul{
    display: block;
}
.fwtd>li ul>li:hover{
    background: #713a78;
    color: #ffffff;
}