<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*(1)娓呴櫎榛樿鏍峰紡*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
input {
    margin: 0;
    padding: 0;
}

body{font: normal 14px/22px "Microsoft YaHei", "寰蒋闆呴粦", "瀹嬩綋", Verdana, Tahoma, Arial, Helvetica, sans-serif;}


fieldset,
img,
input,
button,
select,
textarea{
    border: 0 none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
/*鍘绘帀input绛夎仛鐒︽椂鐨勮摑鑹茶竟妗�*/



ul,
li,
ol {
    list-style: none;
}

/* 琛屽唴鍏冪礌鐨勫瀭鐩村眳涓� */
/* 
vertical-align锛歵op 

*/
select,
input {
    vertical-align: middle;
}

/*select, input, textarea { font-size:12px; margin:0; }*/
textarea {
    resize: none;
}

/*闃叉鎷栧姩*/
img {
    border: 0;
    vertical-align: middle;
    /*max-width: 100%;*/
}

/*  鍘绘帀鍥剧墖浣庢祴榛樿鐨�3鍍忕礌绌虹櫧缂濋殭锛屾垨鑰呯敤display锛歜lock涔熷彲浠�*/
/* table { border-collapse:collapse; } */

a {
    text-decoration: none;
}

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

.clear {
    clear: both;
    font-size: 1px;
    width: 1px;
    height: 0;
    visibility: hidden;
    zoom: 1;
}


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

/*璁剧疆h鏍囩鐨勫ぇ灏忥紝璁剧疆璺熺埗浜蹭竴鏍峰ぇ鐨勫瓧浣揻ont-size:100%;*/
s,
i,
em {
    font-style: normal;
    text-decoration: none;
}


/*鍏叡绫�*/
.containers {
    /*鍐呭銆佺増蹇� 鎻愬彇 */
    max-width: 1500px;
    /*100%鏄户鎵跨埗鍏冪礌鐨勯珮鎴栬€呭*/
    height: 100%;
    margin: 0 auto;
    -moz-box-sizing: border-box;  
     -webkit-box-sizing: border-box; 
     -o-box-sizing: border-box; 
     -ms-box-sizing: border-box; 
     box-sizing: border-box; 
}
/*鍏叡绫�*/
.containers1 {
    /*鍐呭銆佺増蹇� 鎻愬彇 */
    max-width: 1300px;
    /*100%鏄户鎵跨埗鍏冪礌鐨勯珮鎴栬€呭*/
    height: 100%;
    margin: 0 auto;
    -moz-box-sizing: border-box;  
     -webkit-box-sizing: border-box; 
     -o-box-sizing: border-box; 
     -ms-box-sizing: border-box; 
     box-sizing: border-box; 
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.ac {
    text-align: center;
}

.block{
    display: block
}



/* 璁剧疆HTML5鍏冪礌涓哄潡 */
article, aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section,main {
    display: block;   
}



.flex{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
}

.flex-b{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -moz-box-pack:space-between;
    -webkit-moz-box-pack:space-between;
    box-pack:space-between;
}

.flex-s{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-around;
    justify-content:space-around;
    -moz-box-pack:space-around;
    -webkit-moz-box-pack:space-around;
    box-pack:space-around;
}

/* 杩囨浮*/
.enlarge{
    -moz-transition:all 0.8s; /* Firefox 4 */
    -webkit-transition:all 0.8s; /* Safari and Chrome */
    -o-transition:all 0.8s; /* Opera */
    transition:all 0.8s;
    cursor: pointer;
}

.maxImg{
    max-width: 100%;
    /* width: 100%; */
    height: auto;
    max-height: 100%
}


/* yanjing */
.ceng{
    position: absolute;
    width: 100%;
    height: 100%;
}

.ceng #box{
    width: 95%;
    height: 90%;
    transition: all 5s;
    position: relative;
    margin-left:auto;
    margin-right:auto;
    margin-top: 5%;
    background-position: center;
    transition: all 0.8s;
    opacity: 0;
    display: block;
    
}

#box::before{
    content: "";
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    top: -1px;
    transform:scale(1, 0);
    transition: all 1s;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

#box::after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    top: -1px;
    transform:scale(0, 1);
    transition: all 1s;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.ceng:hover #box::before , .ceng:hover #box::after {
    transform:scale(1);
    transition:all 1s;
}


.border-box{
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}

.max-width{
    min-width: 1500px;
    margin: 0 auto;
    
 -moz-box-sizing: border-box;  
 -webkit-box-sizing: border-box; 
 -o-box-sizing: border-box; 
 -ms-box-sizing: border-box; 
 box-sizing: border-box; 
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  
  .animated.infinite {
    animation-iteration-count: infinite;
  }
  
  .animated.hinge {
    animation-duration: 2s;
  }
  
  .animated.flipOutX,
  .animated.flipOutY,
  .animated.bounceIn,
  .animated.bounceOut {
    animation-duration: .75s;
  }
  
/* 鍔ㄧ敾 */
@keyframes bounce {
    from, 20%, 53%, 80%, to {
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      transform: translate3d(0,0,0);
    }
  
    40%, 43% {
      animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      transform: translate3d(0, -30px, 0);
    }
  
    70% {
      animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      transform: translate3d(0, -15px, 0);
    }
  
    90% {
      transform: translate3d(0,-4px,0);
    }
  }
  
  .bounce {
    animation-name: bounce;
    transform-origin: center bottom;
  }</pre></body></html>