#u11 {
    width: 100% !important;
    height: auto !important;
}
#u11u11 {
    width: 100.1% !important;
    height: auto !important;
}
#u11u11 img {
    width: 100% !important;
    height: auto !important;
    display:block;
}
video {
    width: 100% !important;
    height: auto !important;
}

#u12 {
    width: 100% !important;
    height: auto !important;
}
#u12u12 {
    width: 100.1% !important;
    height: auto !important;
}
#u12u12 img {
    width: 100% !important;
   height: auto !important;
   display:block;

}

#u13 {
    width: 100% !important;
    height: auto !important;
}
#u13u13 {
    width: 100.1% !important;
    height: auto !important;
}
#u13u13 img {
    width: 100% !important;
   height: auto !important;
   display:block;

}


.bx {
    max-width: 1400px;
    margin: 0px auto;
}
#p {
    position: fixed;
    bottom: 30%;
    right: 10%;
    z-index: 99999;
}
#p img {
    width: 100%;
    display: block;
}
.head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 10px 30px 0px;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 2px solid rgba(194, 194, 197, 0.5);
    background: url(../images/tb_1.png) top no-repeat;
    background-size: 100%;
}
.logo {
    position: relative;
    z-index: 10;
}
/* 加入收藏 */
.collection {
    width: 50%;
}
.collection .top-link {
    margin-top: 10px;
    color: #fff;
    text-align: right;
    opacity: 0.8;
    filter:alpha(opacity=80);
}
.collection .top-link a {
    margin: 0 5px;
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
    filter:alpha(opacity=80);
}
.collection .top-link .a {
    margin-right: 15px !important;
}
.collection .se-bt {
    position: relative;
}
.collection .ss {
    width: 215px;
    height: 35px;
    padding-left: 15px;
    padding-right: 45px;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: url(../images/ss_1.png) center no-repeat;
}
.collection .ss::placeholder {
    color: #fff;
    font-size: 14px;
    opacity: 0.8;
    filter:alpha(opacity=80);
}
input::-webkit-input-placeholder{
    
    color: #fff;
    font-size: 14px;
    opacity: 0.8;
    filter:alpha(opacity=80);
}    
input:-moz-placeholder{
   
    color: #fff;
    font-size: 14px;
    opacity: 0.8;
    filter:alpha(opacity=80);
}                 
input::-moz-placeholder{
   
    color: #fff;
    font-size: 14px;
    opacity: 0.8;
    filter:alpha(opacity=80);
}                 
input:-ms-input-placeholder{
   
    color: #fff;
    font-size: 14px;
    opacity: 0.8;
    filter:alpha(opacity=80);
} 
.collection .b {
    position: absolute;
    top: 6px;
    right: 15px;
    width: 21px;
    height: 21px;
    border: none;
    outline: none;
    z-index: 999;
    
}
.collection .bb {
    width: 21px;
    height: 21px;
    border: none;
    outline: none;
    display: none;
    z-index: 999;
    background: url(../images/ss.png) center no-repeat; 
}
.se-bt .ss.on {
    display: block;
    background: rgba(54, 60, 122, 0.7);
    border-radius: 20px;
}
/* 导航 */
.nav {
    width: 100%;
    position: relative;
}
.nav ul>li {
    cursor: pointer;
    position: relative;
    float: left;
    height: 64px;
    width: 12.2%;
    text-align: center;
}
.nav ul li a {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    line-height: 61px;
    
}
.nav ul>li.on>a {
    border-bottom: 3px solid #fff;
}
.nav ul>li:hover .nav2 {
    display: block;
}
.nav ul>li .nav2 {
    width: 100%;
    position: absolute;
    top: 64px;
    left: 0;
    display: none;
    background-color: rgba(54, 60, 122, 0.7);
}
.nav ul>li .nav2 a {
    font-size: 16px;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
    border: none;
    display: block;
    line-height: normal !important;
}
.nav ul li .nav2 a:hover {
    background-color: rgba(54, 60, 122, 0.7);
}
/* 底部 */
.bottom {
    padding-top: 60px;
    box-sizing: border-box;
    width: 100%;
    background: url(../images/bottom.png) bottom no-repeat;
}
.dlogo {
    width: 49%;
}
.copyright p {
    color: #fff;
    font-size: 13px;
    line-height: 32px;
    opacity: 0.5;
    padding-left: 20px;
    filter:alpha(opacity=50);
}
.copyright .p1 {
    background: url(../images/dianhua.png) left no-repeat;
}
.copyright .p2 {
    background: url(../images/dizhi.png) left no-repeat;
}
.copyright .p3 {
    background: url(../images/youxiang.png) left no-repeat;
}
/* 链接 */
.link {
    padding: 40px 0px;
    box-sizing: border-box;
    border-bottom: 2px solid rgba(255,255,255,0.5);

}
.link p {
    font-size: 17px;
    color: #fff;
}
.link a {
    font-size: 16px;
    color: #fff;
    padding: 0px 27px;
}
.link .a1 {
    padding-right: 0px;
}
.copy p {
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    padding: 40px 0px;
    box-sizing: border-box;
    filter:alpha(opacity=50);
}
/* 手机版 */
.sj {
    display: none;
}