<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*���掩�桁�--綣�紮�*/
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    
}

html,
body {
    min-height: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 16px;
}

ul,
ol {
    list-style: none;
}

i {
    font-style: normal;
    display: inline-block;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
    display: block;
    font-family: 'DubaiW';
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input,
textarea {
    outline: none;
    border: none;
    font-family: 'DubaiW'
}

textarea {
    resize: none;
    overflow: auto;
}

button {
    outline: none;
    border: none;
}

-ms-expand {
    display: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right
}

.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipselist {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.wide {
    margin: 0 auto;
    width:1300px;
}
.wide_index {
    margin: 0 auto;
    padding-right:50px;
    padding-left:50px;
}
.hide {
    display: none;
}

.show {
    display: block;
}

.img-center-scale {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.img-center-scale:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.img-center {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all .5s;
    /* transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%); */
}

.transit {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/*紊������榊�羌頵���腥榊�初��� */
@media screen and (max-width: 1300px) {
    body {
        width: 1300px;
    }
}

@media screen and (min-width: 1920px) {
    body {
        max-width: 1920px;
        margin: 0 auto;
    }
}

/*羌頵���������腓�*/
#brower-max {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000;
    display: none;
}

#brower-max.cur00 {
    display: block;
}

#brower {
    position: fixed;
    width: 400px;
    height: 200px;
    background-color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -100px;
    padding-top: 50px;
    z-index: 1000;
    display: none;
}

#brower.cur00 {
    display: block;
}

#brower p {
    margin-top: 20px;
}

#brower p a {
    color: #ff9c00;
}

@media \0screen\,screen\9 {

    /* ������IE6��7��8 */
    #brower-max {
        background-color: #000000;
        filter: Alpha(opacity=50);
        *zoom: 1;
        /* 羶�羇�IE6��7��haslayout絮��э�莅��莚紙��Alpha */
    }

    #brower {
        filter: Alpha(opacity=100);
    }
}


.clear_float::after {
    content: ' ';
    display: block;
    clear: both;
}



/* �丞��絮�筝� */
.picture_container {
    position: relative;
    overflow: hidden;
    background: none;
}

.picture_container img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    max-width: 100%;
    max-height: 100%;
}


/* flex絽�絮��弱� START */
.flex {
    /* 莅丞舟筝�flex��絖� */
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex_column {
    /* ���贋��� */
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.flex_wrap {
    /* ��莅御�∵� */
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.flex_row_center {
    /* 羂翫抗�劫��筝�絮�筝� */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.flex_row_start {
    /* 羂翫抗�劫��筝�絮�綏� */
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
}

.flex_row_end {
    /* 羂翫抗�劫��筝�絮��� */
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
}

.flex_row_justify {
    /* 羂翫抗�劫��筝�膈��頑����� */
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.flex_column_center {
    /* ���贋�劫��筝�絮�筝� */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.flex_column_start {
    /* ���贋�劫��筝�絮�筝� */
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
}

.flex_column_end {
    /* ���贋�劫��筝�絮�筝� */
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
}

.flex1 {
    /* ����1篁遵ぇ絨� */
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}</pre></body></html>