.warp {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
}

.hd {
    width: 100%;
    height: 140px;
    background: #721170;
}

.hd-auto {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.logo {
    line-height: 140px;
    display: block;
    height: 100%;
}

.logo img {
    line-height: 22px;width: 500px;
    display: inline-block;
    vertical-align: middle;
}

.search-en {
    width: 398px;
}

.search {
    width: 300px;
    height: 44px;
    background: #ffffff;
    margin-top: 48px;
}

#wd {
    width: 240px;
    padding-left: 16px;
    height: 44px;
    outline: 0;
    border: 0;
}

.ss {
    width: 44px;
    height: 44px;
    outline: 0;
    border: 0;
    background: url(ss.png) #ffbb02 no-repeat center center;
    cursor: pointer;
}

.ch {
    line-height: 140px;
    color: #ffffff;
    font-size: 16px;
}

.ch:hover {
    line-height: 140px;
    color: #ffbb02;
    font-size: 16px;
}

.nav1 {
    width: 100%;
    height: 60px;
    background: #6a0768;
}

.nav1 .nav1-ul {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.nav1 .nav1-ul li {
    text-align: center;
    position: relative;
}

.nav1 .nav1-ul li a {
    line-height: 60px;
    color: #ffffff;
    font-size: 18px;
    display: block;
    width: 100%;
    height: 100%;
}

.nav1 .nav1-ul li a:hover {
    background: #520c51;
}

.nav1 .nav1-ul li.active a {
    background: #ffbb02;
}

.nav2 {
    display: none;
}

.ul2 {
    width: 100%;
    height: auto;
    background: #6a0768;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 9999999;
}

.ul2 li {
    height: 0;
    overflow: hidden;
    transition: all 0.7s;
}

.nav1 .nav1-ul li:hover .ul2 li {
    height: 60px;
    line-height: 60px;
}

ul.nav-ul2 {
    position: absolute;
    z-index: 999;
    min-width: 100%;
    background: #721170;
    display: none;
    animation-name:fadenum;
    animation-duration: 2s;
}

ul.nav-ul2 li a:hover,
ul.nav-ul3 li a:hover{
    background: #ffffff !important;
    color: #6a0768;
}
ul.nav-ul3{
    display: none !important;
    background: #721170;
}
@keyframes fadenum{ 
    0%{opacity: 0;}
    100%{opacity: 1;}
 }
.nav1 .nav1-ul li:hover .nav-ul2{
    display: block;
}
ul.nav-ul2 li{
    white-space: nowrap;
}
.nav-ul2 li a{
    line-height: 44px!;
    padding: 0 5px;
}
ul.nav-ul3{
    position: absolute;
    background: #721170;
    left: 100%;
    top: 0;
    display: none;
}
.nav-ul2 li:hover .nav-ul3{
    display: block;
}

/* lb */

.lb {
    width: 100%;
    height: auto;
    position: relative;
}

.flexslider {
    width: 100%;
    position: relative;
    height: 650px;
    overflow: hidden;
    background: #ffffff;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: 650px;
}

.slides li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.slides li a p {
    position: absolute;
    line-height: 20px;
    padding: 20px;
    bottom: 60px;
    left: 18.75%;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    background: url(tm.png) repeat;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
}

.flex-control-nav .flex-active {}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    position: absolute;
    width: 80px;
    height: 80px;
    background: url(lb_left.png) no-repeat center center;
    left: 18.75%;
}

.flex-direction-nav li a.flex-next {
    position: absolute;
    width: 80px;
    height: 80px;
    background: url(lb_right.png) no-repeat center center;
    right: 18.75%;
}

.home {
    display: none;
}
.lm-lb img{
    width: 100%;
}