@charset "utf-8";
html {
    min-width: 320px;
}
body {
    width: 100%;
    font-family: "microsoft yahei",Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #333333;
    overflow-x: hidden;
    font-size: 14px;
    background: url(../image/bg.png) no-repeat center top;
    background-size: 100% auto;
}
div, form, img, ul, ol, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
a { 
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: none;
}
p,span,em{
    margin: 0; 
    padding: 0; 
    font-style: normal; 
}
h1,h2,h3,h4,h5,h6{
    font-size:14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
input,textarea,button{
    font-size:14px;
    outline: none;
    outline-style: none;
    background: none;
    border: 0;
    resize: none;
    width: 100%;
    font-family: "microsoft yahei";
    margin: 0;
    padding: 0;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
ul::after {
    content: '';
    display: block;
    clear: both;
}
.nowrap {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
}
.omit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
} 
.omit3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
} 
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear{ 
    clear:both;
}
.pr {
    position: relative;
}
.flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
img {
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
}
.container {
    width: 1200px;
    margin:0 auto;
}
.head-fixed {
    
}
.top {
    background: rgba(0,0,0,0.6);
    color: #fff;
}
.top .flex {
    align-items: center;
    height: 35px;
}
.search {
    width: 246px;
}
.search input {
    height: 33px;
    line-height: 33px;
    border: 0;
    padding-right: 52px;
    width: 100%;
    padding-left: 14px;
    background: #fff;
    background: #fff;
}
.search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    height: 33px;
    overflow: hidden;
    cursor: pointer;
    background:  url(../image/search.png) no-repeat center center;
    background-size: cover;
}
/* .head-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: -5px 0  rgba(0,0,0,0.02), 5px 0 5px rgba(0,0,0,0.02), 0 -5px 5px rgba(255,255,255,0.02), 0 5px 5px rgba(0,0,0,0.02);
} */
.head .cf {
    align-items: center;
    color: #fff;
}
.head .logo {
    width: 40.8%;
}
.head .logo img {
    display: block;
    width: 100%;
}
.head .emm {
    width: 40%;
}
.head .emm h1 {
    font-size: 30px;
    font-weight: bold;
}
.head .emm p {
    font-size: 24px;
    font-weight: bold;
}
.head .vr {
    width: 200px;
    height: 144px;
    background: url(../image/vrr.png) no-repeat center center;
    background-size: auto 100%;
    text-align: center;
    margin: -10px 0;
}
.head .vr a {
    display: block;
    padding: 34px 0;
}
.head .vr .text {
    font-size: 22px;
    color: #fff;
}
.nav {
    background-image: linear-gradient(#0389ee, #0b499a);
}
.nav-list {
    font-size: 0;
    max-width: 1200px;
    margin: 0 auto;
}
.nav-list li {
    display: inline-block;
    position: relative;
    width: calc(100%/8);
    width: -webkit-calc(100%/8);
    border-left: 1px #0b499a solid;
    border-right: 1px #0389ee solid;
}
.nav-list li a {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;
    color: #fff;
    text-align: center;
}
.nav-list li .sub-list {
    position: absolute;
    left: -10%;
    width: 120%;
    text-align: center;
    font-size: 14px;
    border: 1px #f9f9f9 solid;
    background: rgba(255,255,255,0.95);
    transform: translateY(20px);
    transition: all 300ms;
    opacity: 0;
    visibility: hidden;
    box-shadow: -5px 0 5px rgba(0,0,0,0), 5px 0 5px rgba(0,0,0,0), 0 -5px 5px rgba(255,255,255,0.06), 0 5px 5px rgba(0,0,0,0.06);
}
.nav-list li .sub-list p a {
    color: #333!important;
    line-height: 40px!important;
    font-size: 14px;
}
.nav-list li:hover,.nav-list li.active {
    background-image: linear-gradient(#0b499a, #0389ee);
}
.nav-list li:hover .sub-list {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.nav-list li .sub-list a:hover {
    background-image: linear-gradient(#0389ee, #0b499a);
    color: #fff!important;
}
.nav-list li:nth-child(6) {
    background: #d51720;
}
.head .menu {
    width: 37px;
    height: 37px;
    background-image: linear-gradient(#0389ee, #0b499a);
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: none;
    position: relative;
}
.head .menu b {
    display: block;
    height: 3px;
    width: 30px;
    background: #fff;
    margin: 7px 0 7px 3px;
    border-radius: 2px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.head .menu.close b {
    display: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 37px;
}
.head .menu.close b:first-child {
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.head .menu.close b:last-child {
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.banner {
    position: relative;
    z-index: -1;
}
.banner .swiper-container .swiper-wrapper {
    height: auto!important;
}
.banner .swiper-slide img {
    display: block;
    width: 100%;
}
.banner .swiper-pagination{
    bottom:10px !important;
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.banner .swiper-pagination-bullet{
    width: 10px;
    height:10px;
    opacity: 0.5;
    margin:0 3px !important;
    background: #333;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
}
.banner .swiper-pagination-bullet-active{
    opacity: 1;
    background: #fff;
}
.pt {
    padding-top: 24px;
}
.mt {
    margin-top: 20px;
}
.row {
    margin: 0 -7px;
}
.cfl {
    width: 75%;
    padding: 0 7px;
}
.title {
    padding-bottom: 9px;
    border-bottom: 1px #0665ac solid;
    align-items: baseline;
}
.title span {
    font-size: 20px;
    font-weight: bold;
    margin-right: 34px;
    cursor: pointer;
}
.title span.cur {
    color: #0665ac;
}
.title .tl {
    font-size: 20px;
    font-weight: bold;
    color: #0665ac;
}
.title a {
    color: #999;
}
.inews {
    position: relative;
    display: none;
}
.inews.cur {
    display: block;
}
.inewsl {
    padding: 0 7px;
    width: 50%;
    position: relative;
}
.inews .imore a {
    position: absolute;
    right: 0;
    top: -49px;
    color: #999;
}
.inewsl a {
    display: block;
    position: relative;
}
.inewsl img {
    display: block;
    width: 100%;
    height: 298px;
    object-fit: cover;
}
.inewsl .text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 20px 0 20px;
    width: 100%;
    line-height: 34px;
    height: 34px;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    z-index: 20;
    color: #fff;
}
.inewsr {
    padding: 0 7px;
    width: 50%;
}
.inewsr .irec {
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px #e1dddd solid;
}
.inewsr .irec .date {
    width: 70px;
    height: 70px;
    border: 1px #0665ac solid;
    text-align: center;
    margin-right: 14px;
    color: #0665ac;
}
.inewsr .irec .date h1 {
    font-size: 24px;
    margin-top: 8px;
}
.inewsr .irec .text {
    width: calc(100% - 84px);
}
.inewsr .irec .tit {
    font-size: 16px;
}
.inewsr .irec .dec {
    line-height: 21px;
    max-height: 42px;
    color: #999;
    margin-top: 4px;
}
.inewsr .irec:hover .tit {
    color: #0665ac;
}
.inewsr ul li a {
    align-items: center;
    display: flex;
    line-height: 28px;
}
.inewsr ul li a .tit {
    padding: 0 20px 0 0;
    flex: 1;
}
.inewsr ul li a .date {
    color: #999;
    width: 90px;
    text-align: right;
}
.inewsr ul li:hover .tit {
    color: #0665ac;
}
.clist {
    width: 50%;
    padding: 0 7px;
}
.clist ul {
    margin-top: 14px;
}
.clist ul li a {
    align-items: center;
    display: flex;
    line-height: 28px;
}
.clist ul li a .tit {
    padding: 0 20px 0 0;
    flex: 1;
}
.clist ul li a .date {
    color: #999;
    width: 90px;
    text-align: right;
}
.clist ul li:hover .tit {
    color: #0665ac;
}
.cfr {
    width: 25%;
    padding: 0 7px;
}
.other ul {
    margin-top: 14px;
}
.other ul li {
    width: 50%;
    padding: 0 7px;
    float: left;
    margin-top: 10px;
}
.other ul li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border: 1px #e1dddd solid;
    padding: 11px 0;
}
.other ul li .img {
    width: 32px;
    height: 32px;
}
.other ul li .img img {
    text-align: center;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
}
.other ul li .text {
    font-size: 16px;
    margin-top: 2px;
}
.other ul li:nth-child(1) a,.other ul li:nth-child(5) a {
    background: #d51720;
    color: #fff;
}
.other ul li:hover .img img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}
.slist ul li  {
    margin-top: 10px;
}
.slist ul li a {
    display: block;
    background: #eeeeee;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.slist ul li:hover a {
    background-image: linear-gradient(#0389ee, #0b499a);
    color: #fff;
}
.jlist {
    margin-top: 16px;
}
.jy-swiper {
    width: 100%;
    overflow: hidden;
    margin-top: 20px!important;
}
.jy-swiper .swiper-wrapper {
    height: auto!important;
}
.jy-swiper .swiper-slide {
}
.jy-swiper .swiper-slide a {
    display: block;
    width: 100%;
    position: relative;
}
.jy-swiper .swiper-slide .img {
    width: 100%;
    padding-top: 70%;
    overflow: hidden;
    position: relative;
}
.jy-swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.jy-swiper .swiper-slide .text {
    width: 100%;
    height: 0;
    line-height: 35px;
    text-align: center;
    background-image: linear-gradient(#0389ee, #0b499a);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
}
.jy-swiper .swiper-slide:hover .text {
    height: 35px;
}
.vvv {
    margin-top: 16px;
}
.vv {
    margin-top: 20px;
}
.video {
    width:100%;
    padding-top: 70%;
    background: #111;
    overflow: hidden;
    position: relative;
    display: none;
}
.video video {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.vvimg {
    width:100%;
    padding-top: 70%;
    position: relative;
}
.vvimg .img1 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.vvimg .img2 {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    cursor: pointer;
}
.honor-swiper {
    width: 100%;
    overflow: hidden;
    margin-top: 20px!important;
}
.honor-swiper .swiper-wrapper {
    height: auto!important;
}
.honor-swiper .swiper-slide a {
    display: block;
    width: 100%;
    position: relative;
}
.honor-swiper .swiper-slide .img {
    width: 100%;
    padding-top: 64%;
    overflow: hidden;
    position: relative;
}
.honor-swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.foot  {
    margin-top: 40px;
    padding: 28px 0;
    background-image: linear-gradient(#0389ee, #0b499a);
}
.foot .fc {
    align-items: center;
}
.flogo {
    width: 33%;
}
.flogo img {
    width: 100%;
}
.finfo {
    color: #fff;
    line-height: 30px;
    width: 30%;
}
.finfo p {
    display: flex;
}
.finfo label {
    width: 58px;
    text-align: justify;
}
.finfo label span {
    display: inline-block;
    padding-left: 100%;
}
.fimg {
    margin-right: -10px;
}
.fimg .fe {
    width: 100px;
    text-align: center;
    margin: 0 10px;
}
.fimg .fe img {
    width: 100%;
}
.fimg .fe p {
    color: #fff;
    margin-top: 10px;
}
.foot-b {
    background: #133158;
    text-align: center;
    color: #fff;
    padding: 8px 0;
}
.foot-b span {
    margin: 0 20px;
}
.foot-b a {
    color: #fff;
}
.common img {
    width: 100%;
}
.wp .left {
    width: 26%;
    text-align: center;
}
.wp .left .ltit {
    height: 116px;
    font-size: 32px;
    line-height: 116px;
    font-weight: bold;
    color: #fff;
    background-image: linear-gradient(#0389ee, #0b499a);
    margin-top: -116px;
}
.wp .left .llist ul li a {
    display: block;
    background: #f7f7f7;
    line-height: 66px;
    text-align: center;
    border-bottom: 1px #e3e6e8 solid;
    font-size: 16px;
}
.wp .left .llist ul li.cur a {
    background: #ddf4ff;
    font-weight: bold;
    color: #0665ac;
}
.wp .left .llist ul li:hover a {
    color: #0665ac;
}
.wp .left .limg img {
    width: 100%;
    height: auto!important;
}
.wp .right {
    width: 74%;
    padding: 0 0 0 30px;
}
.rt {
    width: 100%;
    padding: 40px 0 30px 0;
    border-bottom: 1px #e3e6e8 solid;
    align-items: flex-end;
}
.rt .rtl {
    font-size: 24px;
    font-weight: bold;
    color: #0665ac;
}
.rt .rtr,.rt .rtr a {
    color: #999;
}
.rt .rtr span {
    margin: 0 2px;
}
.wp .right .main {
    margin-top: 30px;
    line-height: 30px;
}
.wp .right .main img {
    max-width: 100%;
}
.honor ul {
    margin: 0 -10px;
}
.honor ul li {
    width: calc(100%/3);
    width: -webkit-calc(100%/3);
    float: left;
    padding: 0 10px;
    margin-top: 40px;
}
.honor ul li a {
    display: block;
}
.honor ul li .img {
    padding-top: 64%;
    position: relative;
    overflow: hidden;
}
.honor ul li .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.page {
    margin-top: 40px;
    text-align: center;
}
.page ul li {
    display: inline-block;
    text-align: center;
}
.page ul li a {
    display: inline-block;
    text-align: center;
    line-height: 36px;
    padding: 0 14px;
    border: 1px #e3e6e8 solid;
    margin: 0 2px;
}
.page li.active a {
    background-image: linear-gradient(#0389ee, #0b499a);
    border-color: #0665ac;
    color: #fff!important;
}
.page li:hover a {
    border-color: #0665ac;
    color: #0665ac;
}
.page li:first-child {
    display: none;
}
.hj ul {
    margin: 0 -15px;
}
.hj ul li {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-top: 30px;
}
.hj ul li a {
    display: block;
}
.hj ul li .img {
    padding-top: 64%;
    position: relative;
    overflow: hidden;
}
.hj ul li .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.news-list ul li {
    margin-top: 40px;
}
.news-list ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-list ul li .img {
    width: 30%;
    padding-top: 23%;
    overflow: hidden;
    position: relative;
}
.news-list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.news-list ul li .text {
    width: 68%;
}
.news-list ul li .text .tit {
    font-size: 20px;
}
.news-list ul li .text .dec {
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.news-list ul li .text .date {
    text-transform: uppercase;
    position: relative;
}
.news-list ul li .text .date::after {
    content: '';
    height: 1px;
    width: 90px;
    background: #e3e6e8;
    left: calc(100% + 20px);
    top: 50%;
    position: absolute;
}
.news-list ul li:hover .tit {
    color: #0665ac;
}
.arc .tit {
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
}
.arc .dd {
    margin-top: 10px;
    text-align: center;
}
.arc .dd span {
    margin: 0 20px;
}
.arc .info {
    line-height: 1.8;
    margin-top: 30px;
}
.arc .info img {
    max-width: 100%;
}
.arc .link {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px #e3e6e8 solid;
    line-height: 2;
}
.arc .link a:hover {
    color: #0665ac;
}
.pg {
    line-height: 2;
    margin-top: 30px;
}
.pg img {
    max-width: 100%;
}
.zxbm {
    margin-top: 40px;
}
.zxbm .form,.zxbm .img {
    width: 48%;
}
.zxbm .img img {
    display: block;
    width: 100%;
}
.zxbm .ipt {
    margin-top: 20px;
}
.zxbm label {
    width: 130px;
    text-align: right;
    line-height: 45px;
}
.zxbm input {
    line-height: 45px;
    border: 1px #e3e6e8 solid;
    padding-left: 20px;
    flex: 1;
}
.zxbm select {
    width: 100%;
    flex: 1;
    padding-left: 20px;
    border: 1px #e3e6e8 solid;
    outline: none;
}
.zxbm .submit {
    width: 250px;
    height: 60px;
    margin-top: 60px;
    margin-left: 40px;
}
.zxbm .submit button {
    font-size: 20px;
    line-height: 60px;
    background-image: linear-gradient(#0389ee, #0b499a);
    color: #fff;
    cursor: pointer;
}
.zxbm .submit button:hover {
    filter: opacity(0.9);
}
.jiuye ul {
    margin: 0 -10px;
}
.jiuye ul li {
    width: calc(100%/3);
    width: -webkit-calc(100%/3);
    float: left;
    padding: 0 10px;
    margin-top: 40px;
}
.jiuye ul li a {
    display: block;
}
.jiuye ul li .img {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}
.jiuye ul li .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.jiuye ul li .text {
    text-align: center;
    margin-top: 10px;
}
.jiuye ul li:hover .text {
    color: #0665ac;
}
.dj-list ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background: #f7f7f7;
    border: 1px #e3e6e8 solid;
    margin-top: 30px;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
}
.dj-list ul li span {
    width: 160px;
    text-align: right;
}
.dj-list ul li:hover a {
    background-image: linear-gradient(#0389ee, #0b499a);
    border-color: #0665ac;
    color: #fff;
}
.hz li {
    width: 25%;
    padding: 0 10px;
    float: left;
    margin-top: 40px;
}
.hz li span {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #eeeeee;
    padding: 10px 20px;
    height: 80px;
    width: 100%;
    cursor: pointer;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
}
.hz li:hover span {
    background-image: linear-gradient(#0389ee, #0b499a);
    color: #fff;
}
.contact {
    width: 80%;
    margin: 70px auto;
    background: #f7f7f7;
    border: 1px #e3e6e8 solid;
    border-radius: 40px;
    position: relative;
    padding: 80px 0;
    font-size: 16px;
}
.contact .road {
    width: 250px;
    height: 50px;
    line-height: 50px;
    background-image: linear-gradient(#0389ee, #0b499a);
    border-radius: 25px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: -25px;
    margin-left: -125px;
}
.contact .list ul {
    width: 50%;
    padding: 0 80px;
}
.contact .list li {
    line-height: 2;
}
.contact .tip {
    color: #0665ac;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}
.contact .tel {
    width: 500px;
    height: 50px;
    line-height: 50px;
    background-image: linear-gradient(#0389ee, #0b499a);
    border-radius:25px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    position: absolute;
    left: 50%;
    bottom: -25px;
    margin-left: -250px;
}
.search-list ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px #e3e6e8 solid;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
}
.search-list ul li span {
    width: 160px;
    text-align: right;
}
.search-list ul li:hover a {
    background-image: linear-gradient(#0389ee, #0b499a);
    border-color: #0085c6;
    color: #fff;
}
.adu23 { 
    position: absolute;
    z-index: 999900;
}
.adu23 .item { 
    display: block; 
}
.adu23 .item img { 
    vertical-align: top; 
    width: 380px;
}
.adu23 .close {
    padding: 0 2px;
    background: #ddd;
}