﻿@import "//at.alicdn.com/t/font_703257_mb1q1evdo9g.css";

@font-face {
    font-family: 'te';
    src: url('../fonts/S6U9W4BMUTPHH50XSWIPGQ.OTF');
}

@font-face {
    font-family: 'tec';
    src: url('../fonts/S6UYW4BMUTPHJX4WXG.OTF');
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    font-size: 14px;
    font-family: 'te';
    color: #333333;
    background-color: #ffffff;

    overflow-x: hidden;
}

p, ul, li, h1, h2, h3, h4, h5, h6, dl, dd, dt, button, input, img {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom: 1; /*这个属性是为了兼容IE*/
}

.clearfix:after {
    display: block;
    content: ""; /*设置为空或者“.”都可以*/
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

input, textarea, select {

    font-family: 'te';
}

input[type=submit], input[type=reset] {
    border: none;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #b00f14;
}

h1, h2, h3, h4, h5, h6, i, b {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}

.arial {
    font-family: "Arial";
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.size-all {
    width: 100%;
    height: 100%;
}

.wid-all {
    width: 100%;
}

.te-ju {
    text-align: justify;
    text-justify: inter-ideograph;
}

.te-ce {
    text-align: center;
}

.te-ri {
    text-align: right;
}

.te-le {
    text-align: left;
}

.te-up {
    text-transform: uppercase;
}

.te-ca {
    text-transform: capitalize;
}

.over-hid {
    overflow: hidden;
}

.font-b {
    font-weight: bold;
}

.com-in-blo {
    font-size: 0;
}

.blo-box {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    position: relative;
}

.com-img {
    overflow: hidden;
}

.img-box {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.dis-no {
    display: none;
}

.dis-bl {
    display: block;
}

.dis-in {
    display: inline-block;
}

.po-re {
    position: relative;
}

.po-ab {
    position: absolute;

}

.bg-bai {
    background: #FFFFFF;

}

.bg-hui {
    background: #F5F7F8;
}

.bg-hui2 {
    background: #EDF0F2;
}

.bg-hei {
    background: #272727;
}

/*改变滚动条的样式*/

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    background-color: #333;
}

.main {
    width: 100%;
    /*overflow-x: hidden;*/
    position: relative;
}
.com-zooma {
    display: block;
    outline: none;
}
.com-zooma .im1{
    display: block;
    width:100%;
}


.conta {
    width: 90%;
    position: relative;
    height: 100%;
    margin: 0 auto;
}

/*底部*/

.footer {
    background: #101720;
    color: #5c6166;
    font-family: 'tec';
}

.foot-bot {
    text-align: center;
    padding: 33px 0;

}

.foot-top {
    margin: 0 0 3%;
}

.foot-top .dfl {
    background: #1D252D;
    width: 38%;
    height: 252px;
    margin: -22px 0 0;
    padding: 94px 50px 0;
}

.foot-top .dfl .inp1 {
    width: 45%;
    font-family: 'tec';
    height: 60px;
    border: none;
    border-bottom: 1px solid #5C6166;
    background: transparent;
    outline: none;
    color: #5c6166;
}

.foot-top .dfl .dn2 {
    width: 45%;

}

.foot-top .dfl .dn2 .a1 {
    margin: 0;
    width: 100%;
}

.foot-top .dfr {

    width: 62%;
    padding: 55px 4% 0;
}

.foot-top .dfr .bl2 {
    margin: 0 0 0 60px;
}

.foot-top .dfr .bl2 a {
    margin: 0 45px 0 0;
    cursor: pointer;
}
.foot-top .dfr .bl2 a i{
    font-size: 52px;
    color: #595D66;
}
.foot-top .dfr .bl2 a .dn1 {
    display: none;
}

.foot-top .dfr .dn-xia {
    margin: 30px 0 0;
    font-size: 0;
}

.foot-top .dfr .dn-xia a {
    color: #5c6166;
    text-transform: uppercase;
    margin: 0 40px 0 0;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

.foot-top .dfr .dn-xia a:hover {
    color: #FFFFFF;
}

/*头部*/

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100px;
    z-index: 10;
    color: #fff;
    font-family: 'tec';

    transition: all 0.8s ease;
    opacity: 0;

}

body.ac .header {
    opacity: 1;
    animation: fadeInDown 1.4s 0s ease;

}

.header:hover,.newsxq-body .header {
    background: rgba(0, 0, 0, .85);

}
.newsxq-body .main{
    margin: 80px 0 0;
}
.header.ac {
    box-shadow: 0 1px 2px #eee;
    background: #FFFFFF;

}

.header .head-logo {
    line-height: 100px;

    transition: all .6s ease;
    position: absolute;
    left: 0;
    top: 0;
}

.header.ac .head-logo {
    background: url("../images/1index_031.png") no-repeat left center;
    line-height: 100px;
}

.header .head-logo img {
    vertical-align: middle;
    max-height: 96%;
    transition: all .4s ease;
}

.header.ac .head-logo img {
    opacity: 0;

}

.header .dfr > div {
    float: left;
}

.header .head-nav .dnp1 {
    line-height: 100px;
    transition: all .4s ease;
}

.header .head-nav .dnp1 a {
    position: relative;
}

.header .head-nav .dnp1 a:before {
    content: '';
    position: absolute;
    width: 0;
    left: 50%;
    transition: all .4s ease;
    height: 1px;
    background: #f1002a;
    bottom: -10px;
}

.header .head-nav .blo-box:hover .dnp1 a:before {
    width: 100%;
    left: 0;
}

.header .head-nav .blo-box {
    margin: 0 20px;
}

.header .blo-box .guo-bg {
    content: '';
    position: fixed;
    top: 130px;
    left: -100%;
    width: 100%;
    height: 350px;
    background: #1B1A1D;
    z-index: 122;
    transition: top .8s ease;
    display: none;
}

.header.ac .blo-box .guo-bg {
    top: 100px;
}

.header .blo-box.acc .guo-bg {
    left: 100%;
    transition: left 1s linear;
}

.header .head-nav .dnp1 a {
    color: #FFFFFF;
    text-transform: uppercase;

}

.header.ac .head-nav .dnp1 a {
    color: #000000;
}

.header .head-xiala {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    display: none;
    transition: top .8s ease;
    font-size: 0;
    text-align: center;
}

.header .head-xiala .bg-zhe {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 100px;
    left: 0;
    background: rgba(0, 0, 0, .6);
    transition: top .8s ease;
}

.header.ac .head-xiala .bg-zhe {
    top: 110px;
}

.header .head-xiala .xiala-box {
    width: 25%;
    /*float: left;*/
    text-align: left;
    display: inline-block;
    font-size: 14px;
    height: 350px;
    position: relative;
    padding: 100px 40px 0;
    z-index: 10;
    overflow: hidden;
}

.header .head-xiala .xiala-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);

    opacity: 0;
    transition: opacity .4s cubic-bezier(.25, .46, .45, .94);
}

.header .head-xiala .xiala-box:hover:before {
    opacity: 1;
}

.header .head-xiala .xiala-box .dn-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.header .head-xiala .xiala-box:hover .dn-bg {
    width: 106%;
    height: 106%;
    top: -3%;
    left: -3%;
}

.header .head-xiala .xiala-box .dnh-wen {
    position: relative;
}

.header .head-xiala .xiala-box .com-xian {
    width: 16px;
    height: 2px;
    background: #FFFFFF;

}

.header .head-xiala .xiala-box .dnpn1 {
    font-size: 24px;
    margin: 4px 0 22px;

}

.header .head-xiala .xiala-box .list {
    width: 100%;
}

.header .head-xiala .xiala-box .list li {
    position: relative;
}

.header .head-xiala .xiala-box .list .c-link {
    display: block;
    position: relative;
    padding: 20px 32px 20px 0;
    border-bottom: 1px solid #d9d9d9;
    font-weight: 700;
    line-height: 1.65;
    transition: padding 250ms cubic-bezier(.25, .46, .45, .94);
    border-color: rgba(255, 255, 255, .35);
    color: #f7f7f7;
    font-family: 'tec';
    text-transform: uppercase;
}

.header .head-xiala .xiala-box .list .c-link:hover {
    padding-right: 24px;
    padding-left: 8px;
}

.header .head-xiala .xiala-box .list .c-link:before {
    content: '';
    position: absolute;
    right: 0;
    width: 7px;
    height: 8px;
    background: url('../images/ico_dash_w.svg') 50% 50% no-repeat;
    transition: right 250ms cubic-bezier(.25, .46, .45, .94);
    margin: 9px 0 0;
}

.header .head-xiala .xiala-box .list .c-link:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    content: '';
    transition: width 250ms cubic-bezier(.25, .46, .45, .94);
}

.header .head-xiala .xiala-box .list .c-link:hover:before {
    right: 8px;
    background: url('../images/ico_link_w.svg') 100% 100% no-repeat;
}

.header .head-xiala .xiala-box .list .c-link:hover:after {
    width: 100%;
}

.header .head-lan a {
    color: #FFFFFF;
}

.header .head-lan {
    line-height: 100px;
    transition: all .4s ease;
}

.header.ac .head-lan a {
    color: #000000;
}

.header .head-lan a img {
    vertical-align: middle;
    margin: 0 8px 0 0;
}

.header .head-sea {
    line-height: 100px;
    color: #FFFFFF;
    margin: 0 20px;
    transition: all .4s ease;
}

.header.ac .head-sea {

    color: #000000;
}

.header .head-sea i {
    cursor: pointer;
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
}

.index-ban .dn-bg {
    position: relative;
    top: 0;
}



/*链接到主页*/
.com-home {
    padding: 22px 0 0;
    margin: 0 0 0 32px;
    position: relative;
}

.com-home .dn-s {
    cursor: pointer;
    position: relative;
    text-align: center;
    font-size:12px;

}
.com-home .dn-s .i1{
    font-size:30px;
    transition: all .4s ease;
    margin:0 0 5px;
}
.com-home .dn-s .dn1{
    margin:5px 0 0;
}
.com-home .dn-x {
    width: 150%;
    display: none;
    position: absolute;
    top: 97%;
    left: -20%;
    font-size: 12px;
    text-align: center;
}

.com-home .dn-x a {
    display: block;
    margin: 13px 0;
    transition: all .4s ease;
    color: #fff;
}
.header.ac .com-home .dn-x a,
.header.ac .com-home .dn-s

{
    color: #000000;
}



/*弹出的搜索框*/
.lay-serch {
    position: fixed;
    z-index: 100;

    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hserch .d-top {
    margin: 200px auto 12%;
    width: 90%;

}

.hserch .d-top img {
    opacity: 0;
}

.hserch .box {
    height: 50px;
    width: 90%;
    margin: 0 auto 0;
    border-bottom: 1px solid #FFFFFF;
}

.hserch .box .inp {
    display: block;
    width: 70%;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    background-color: transparent;
    border: 0;
    /*margin-left: 3%;*/
    outline: none;
}

.hserch .box .sub {
    width: 20px;
    height: 22px;
    display: block;
    float: right;
    border: 0;
    outline: none;
    background: url('../images/fangda_03.png') no-repeat center;
}

.layui-layer-setwin .layui-layer-close2 {

    right: 0px !important;
    top: 0px !important;
    background: url("../images/search-close.png") no-repeat center !important;
    z-index: 101;
}

.layui-layer-setwin {
    right: 5% !important;
    top: 200px !important;
}

.layui-layer-setwin .layui-layer-close2:before {
    content: 'close';
    color: #FFFFFF;
    font-size: 18px;
    position: absolute;
    left: -50px;
    top: 2px;
    display: none;
}



.layui-layer {
    /*background: transparent !important;*/
    background: #000000 !important;
}

/*头部*/
.p-click-alert {
    float: right;
    display: none;
    width: 30px;
    height: 22px;
    margin: 41px 0 0 26px;
    position: relative;
    cursor: pointer;
    z-index: 12;
    transition: all .4s ease;
}

.header.ac .p-click-alert {
    margin: 47px 0 0 26px;
}

.p-click-alert span {

    border-top: 2px solid #fff;
    display: block;
    position: absolute;
    left: 0;
    transition: all .4s ease;
}

.header.ac .p-click-alert span {
    border-top: 2px solid #000;
}

.p-click-alert .s1 {
    width: 18px;
    top: 0;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;

}

.p-click-alert .s2 {

    width: 26px;
    top: 8px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.p-click-alert .s3 {

    width: 22px;
    top: 17px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.p-click-alert.zhuan .s1 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    width: 22px;
}

.p-click-alert.zhuan .s2 {
    opacity: 0;
}

.p-click-alert.zhuan .s3 {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

/*公共遮罩*/
.com-zhezhao {
    position: absolute;

    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
}

.com-zhezhao .ceng {
    /*width: 0;*/
    background: #f1002a;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    /*transform: translate(101%, 0%) matrix(1, 0, 0, 1, 0, 0);*/
}


.layui-layer-tips .layui-layer-content .im1{
    width: 100%;
}





.layui-layer-imgbar,.layui-layer-imgtit a,.layui-layer-tab .layui-layer-title span,.layui-layer-title{text-overflow:ellipsis;white-space:nowrap}*html{background-image:url(about:blank);background-attachment:fixed}html #layuicss-skinlayercss{display:none;position:absolute;width:1989px}.layui-layer,.layui-layer-shade{position:fixed;_position:absolute;pointer-events:auto}.layui-layer-shade{top:0;left:0;width:100%;height:100%;_height:expression(document.body.offsetHeight+"px")}.layui-layer{-webkit-overflow-scrolling:touch;top:150px;left:0;margin:0;padding:0;background-color:#fff;-webkit-background-clip:content;box-shadow:1px 1px 50px rgba(0,0,0,.3)}.layui-layer-close{position:absolute}.layui-layer-content{position:relative}.layui-layer-border{border:1px solid #B2B2B2;border:1px solid rgba(0,0,0,.1);box-shadow:1px 1px 5px rgba(0,0,0,.2)}.layui-layer-load{background:url(loading-1.gif) center center no-repeat #eee}  .layui-layer-ico{background:url(icon.png) no-repeat}  .layui-layer-btn a,.layui-layer-dialog .layui-layer-ico,.layui-layer-setwin a{display:inline-block;*display:inline;*zoom:1;vertical-align:top}  .layui-layer-move{display:none;position:fixed;*position:absolute;left:0;top:0;width:100%;height:100%;cursor:move;opacity:0;filter:alpha(opacity=0);background-color:#fff;z-index:2147483647}  .layui-layer-resize{position:absolute;width:15px;height:15px;right:0;bottom:0;cursor:se-resize}  .layui-layer{border-radius:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.3s;animation-duration:.3s}  @-webkit-keyframes layer-bounceIn{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}  @keyframes layer-bounceIn{0%{opacity:0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}  .layer-anim{-webkit-animation-name:layer-bounceIn;animation-name:layer-bounceIn}  @-webkit-keyframes layer-zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}  @keyframes layer-zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);-ms-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);-ms-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}  .layer-anim-01{-webkit-animation-name:layer-zoomInDown;animation-name:layer-zoomInDown}  @-webkit-keyframes layer-fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}  @keyframes layer-fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}  .layer-anim-02{-webkit-animation-name:layer-fadeInUpBig;animation-name:layer-fadeInUpBig}  @-webkit-keyframes layer-zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}  @keyframes layer-zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);-ms-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);-ms-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}  .layer-anim-03{-webkit-animation-name:layer-zoomInLeft;animation-name:layer-zoomInLeft}  @-webkit-keyframes layer-rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}}  @keyframes layer-rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0);-ms-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}}  .layer-anim-04{-webkit-animation-name:layer-rollIn;animation-name:layer-rollIn}  @keyframes layer-fadeIn{0%{opacity:0}100%{opacity:1}}  .layer-anim-05{-webkit-animation-name:layer-fadeIn;animation-name:layer-fadeIn}  @-webkit-keyframes layer-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}  @keyframes layer-shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}  .layer-anim-06{-webkit-animation-name:layer-shake;animation-name:layer-shake}  @-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}  .layui-layer-title{padding:0 80px 0 20px;height:42px;line-height:42px;border-bottom:1px solid #eee;font-size:14px;color:#333;overflow:hidden;background-color:#F8F8F8;border-radius:2px 2px 0 0}  .layui-layer-setwin{position:absolute;right:15px;*right:0;top:15px;font-size:0;line-height:initial}  .layui-layer-setwin a{position:relative;width:16px;height:16px;margin-left:10px;font-size:12px;_overflow:hidden}  .layui-layer-setwin .layui-layer-min cite{position:absolute;width:14px;height:2px;left:0;top:50%;margin-top:-1px;background-color:#2E2D3C;cursor:pointer;_overflow:hidden}  .layui-layer-setwin .layui-layer-min:hover cite{background-color:#2D93CA}  .layui-layer-setwin .layui-layer-max{background-position:-32px -40px}  .layui-layer-setwin .layui-layer-max:hover{background-position:-16px -40px}  .layui-layer-setwin .layui-layer-maxmin{background-position:-65px -40px}  .layui-layer-setwin .layui-layer-maxmin:hover{background-position:-49px -40px}  .layui-layer-setwin .layui-layer-close1{background-position:1px -40px;cursor:pointer}  .layui-layer-setwin .layui-layer-close1:hover{opacity:.7}  .layui-layer-setwin .layui-layer-close2{position:absolute;right:-28px;top:-28px;width:30px;height:30px;margin-left:0;background-position:-149px -31px;*right:-18px;_display:none}  .layui-layer-setwin .layui-layer-close2:hover{background-position:-180px -31px}  .layui-layer-btn{text-align:right;padding:0 10px 12px;pointer-events:auto;user-select:none;-webkit-user-select:none}  .layui-layer-btn a{height:28px;line-height:28px;margin:6px 6px 0;padding:0 15px;border:1px solid #dedede;background-color:#f1f1f1;color:#333;border-radius:2px;font-weight:400;cursor:pointer;text-decoration:none}  .layui-layer-btn a:hover{opacity:.9;text-decoration:none}  .layui-layer-btn a:active{opacity:.8}  .layui-layer-btn .layui-layer-btn0{border-color:#4898d5;background-color:#2e8ded;color:#fff}  .layui-layer-btn-l{text-align:left}  .layui-layer-btn-c{text-align:center}  .layui-layer-dialog{min-width:260px}  .layui-layer-dialog .layui-layer-content{position:relative;padding:20px;line-height:24px;word-break:break-all;overflow:hidden;font-size:14px;overflow-x:hidden;overflow-y:auto}  .layui-layer-dialog .layui-layer-content .layui-layer-ico{position:absolute;top:16px;left:15px;_left:-40px;width:30px;height:30px}  .layui-layer-ico1{background-position:-30px 0}  .layui-layer-ico2{background-position:-60px 0}  .layui-layer-ico3{background-position:-90px 0}  .layui-layer-ico4{background-position:-120px 0}  .layui-layer-ico5{background-position:-150px 0}  .layui-layer-ico6{background-position:-180px 0}  .layui-layer-rim{border:6px solid #8D8D8D;border:6px solid rgba(0,0,0,.3);border-radius:5px;box-shadow:none}  .layui-layer-msg{min-width:180px;border:1px solid #D3D4D3;box-shadow:none}  .layui-layer-hui{min-width:100px;background-color:#000;filter:alpha(opacity=60);background-color:rgba(0,0,0,.6);color:#fff;border:none}  .layui-layer-hui .layui-layer-content{padding:12px 25px;text-align:center}  .layui-layer-dialog .layui-layer-padding{padding:20px 20px 20px 55px;text-align:left}  .layui-layer-page .layui-layer-content{position:relative;overflow:auto}  .layui-layer-iframe .layui-layer-btn,.layui-layer-page .layui-layer-btn{padding-top:10px}  .layui-layer-nobg{background:0 0}  .layui-layer-iframe iframe{display:block;width:100%}  .layui-layer-loading{border-radius:100%;background:0 0;box-shadow:none;border:none}  .layui-layer-loading .layui-layer-content{width:60px;height:24px;background:url(loading-0.gif) no-repeat}  .layui-layer-loading .layui-layer-loading1{width:37px;height:37px;background:url(loading-1.gif) no-repeat}  .layui-layer-ico16,.layui-layer-loading .layui-layer-loading2{width:32px;height:32px;background:url(loading-2.gif) no-repeat}  .layui-layer-tips{background:0 0;box-shadow:none;border:none}  .layui-layer-tips .layui-layer-content{position:relative;line-height:22px;min-width:12px;padding:5px 10px;font-size:12px;_float:left;border-radius:2px;box-shadow:1px 1px 3px rgba(0,0,0,.2);background-color:#000;color:#fff}  .layui-layer-tips .layui-layer-close{right:-2px;top:-1px}  .layui-layer-tips i.layui-layer-TipsG{position:absolute;width:0;height:0;border-width:8px;border-color:transparent;border-style:dashed;*overflow:hidden}  .layui-layer-tips i.layui-layer-TipsB,.layui-layer-tips i.layui-layer-TipsT{left:5px;border-right-style:solid;border-right-color:#000}  .layui-layer-tips i.layui-layer-TipsT{bottom:-8px}  .layui-layer-tips i.layui-layer-TipsB{top:-8px}  .layui-layer-tips i.layui-layer-TipsL,.layui-layer-tips i.layui-layer-TipsR{top:1px;border-bottom-style:solid;border-bottom-color:#000}  .layui-layer-tips i.layui-layer-TipsR{left:-8px}  .layui-layer-tips i.layui-layer-TipsL{right:-8px}  .layui-layer-lan[type=dialog]{min-width:280px}  .layui-layer-lan .layui-layer-title{background:#4476A7;color:#fff;border:none}  .layui-layer-lan .layui-layer-btn{padding:5px 10px 10px;text-align:right;border-top:1px solid #E9E7E7}  .layui-layer-lan .layui-layer-btn a{background:#BBB5B5;border:none}  .layui-layer-lan .layui-layer-btn .layui-layer-btn1{background:#C9C5C5}  .layui-layer-molv .layui-layer-title{background:#009f95;color:#fff;border:none}  .layui-layer-molv .layui-layer-btn a{background:#009f95}  .layui-layer-molv .layui-layer-btn .layui-layer-btn1{background:#92B8B1}  .layui-layer-iconext{background:url(icon-ext.png) no-repeat}  .layui-layer-prompt .layui-layer-input{display:block;width:220px;height:30px;margin:0 auto;line-height:30px;padding:0 5px;border:1px solid #ccc;box-shadow:1px 1px 5px rgba(0,0,0,.1) inset;color:#333}  .layui-layer-prompt textarea.layui-layer-input{width:300px;height:100px;line-height:20px}  .layui-layer-prompt .layui-layer-content{padding:20px}  .layui-layer-prompt .layui-layer-btn{padding-top:0}  .layui-layer-tab{box-shadow:1px 1px 50px rgba(0,0,0,.4)}  .layui-layer-tab .layui-layer-title{padding-left:0;border-bottom:1px solid #ccc;background-color:#eee;overflow:visible}  .layui-layer-tab .layui-layer-title span{position:relative;float:left;min-width:80px;max-width:260px;padding:0 20px;text-align:center;cursor:default;overflow:hidden}  .layui-layer-tab .layui-layer-title span.layui-layer-tabnow{height:43px;border-left:1px solid #ccc;border-right:1px solid #ccc;background-color:#fff;z-index:10}  .layui-layer-tab .layui-layer-title span:first-child{border-left:none}  .layui-layer-tabmain{line-height:24px;clear:both}  .layui-layer-tabmain .layui-layer-tabli{display:none}  .layui-layer-tabmain .layui-layer-tabli.xubox_tab_layer{display:block}  .xubox_tabclose{position:absolute;right:10px;top:5px;cursor:pointer}  .layui-layer-photos{-webkit-animation-duration:.8s;animation-duration:.8s}  .layui-layer-photos .layui-layer-content{overflow:hidden;text-align:center}  .layui-layer-photos .layui-layer-phimg img{position:relative;width:100%;display:inline-block;*display:inline;*zoom:1;vertical-align:top}  .layui-layer-imgbar,.layui-layer-imguide{display:none}  .layui-layer-imgnext,.layui-layer-imgprev{position:absolute;top:50%;width:27px;_width:44px;height:44px;margin-top:-22px;outline:0;blr:expression(this.onFocus=this.blur())}  .layui-layer-imgprev{left:10px;background-position:-5px -5px;_background-position:-70px -5px}  .layui-layer-imgprev:hover{background-position:-33px -5px;_background-position:-120px -5px}  .layui-layer-imgnext{right:10px;_right:8px;background-position:-5px -50px;_background-position:-70px -50px}  .layui-layer-imgnext:hover{background-position:-33px -50px;_background-position:-120px -50px}  .layui-layer-imgbar{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background-color:rgba(0,0,0,.8);background-color:#000\9;filter:Alpha(opacity=80);color:#fff;overflow:hidden;font-size:0}  .layui-layer-imgtit *{display:inline-block;*display:inline;*zoom:1;vertical-align:top;font-size:12px}  .layui-layer-imgtit a{max-width:65%;overflow:hidden;color:#fff}  .layui-layer-imgtit a:hover{color:#fff;text-decoration:underline}  .layui-layer-imgtit em{padding-left:10px;font-style:normal}  @-webkit-keyframes layer-bounceOut{100%{opacity:0;-webkit-transform:scale(.7);transform:scale(.7)}30%{-webkit-transform:scale(1.05);transform:scale(1.05)}0%{-webkit-transform:scale(1);transform:scale(1)}}  @keyframes layer-bounceOut{100%{opacity:0;-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}30%{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}  .layer-anim-close{-webkit-animation-name:layer-bounceOut;animation-name:layer-bounceOut;-webkit-animation-duration:.2s;animation-duration:.2s}@media screen and (max-width:1100px){.layui-layer-iframe{overflow-y:auto;-webkit-overflow-scrolling:touch}}













