<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{background-color: #0c153d;}
.wrap-box { min-width:1200px; }
.bg-01 {background:#0c153d url(../img/main/bg_01.jpg) top center no-repeat;height: 617px;}
.bgCht-01 {background:#0c153d url(../img/main/bgCht_01.jpg) top center no-repeat;height: 617px;}
.bgEn-01 {background: #0c153d url(../img/main/bgEn_01.jpg) top center no-repeat;height: 617px;}
.bg-02 {background: #0c153d url(../img/index/bg02_1920.png) top center no-repeat;height: 180px;}
.bg-03 {background: #0c153d url(../img/main/bg_03.jpg) top center no-repeat;}
.bg-04 {background: #0c153d url(../img/index/bg04_1920.png) top center no-repeat;height: 180px;}
.bg-07 {background: #0c1241 url(../img/main/bg_071.jpg) top center no-repeat;}
.layout h2 {font-size: 30px; }
.moreBtn {background: url(../img/main/moreBtn1.png) no-repeat; width: 168px; height: 64px; line-height: 55px; padding-left: 25px; box-sizing: border-box; font-size: 18px; display:inline-block;}
.moreBtn.EnPl {padding-left: 15px;}
.fl-01 {padding: 80px 0;}
.fl-01 li{float: left;width: 380px; color: #fff; position: relative;cursor: pointer;overflow: hidden;}
.fl-01 li img{
	width: 100%;
}
.fl-01 li:first-child {margin-right: 30px;}
.fl-01 li:nth-child(2) {margin-right: 30px;}
.fl-01 li .ly-cont {width: 100%; height: 0; position: absolute;bottom: 0;left: 0;background-color: #152e91;}
.fl-01 li:hover .ly-cont{
    height: 100%;
    animation: mymove 1s both;

}
@keyframes mymove {
    0%   {height: 0;}
    100% {height: 100%;}
  }
@-webkit-keyframes mymove {
    0%   {height: 0;}
    100% {height: 100%;}
  }
.fl-01 li .ly-cont h3{color:#92d050;font-size: 24px;margin: 20px 30px 20px;}
.fl-01 li .ly-cont p {font-size: 14px;line-height:22px;margin: 10px 20px; text-align:justify; }
.fl-en li .ly-cont p {font-size: 12px;line-height:20px;margin: 5px 15px;}
.fl-01 li .ly-cont .more {font-size: 18px; color: #92d050;position: relative;margin: 45px;}
.fl-01 li .ly-cont .more em::after {content: ''; position: absolute;height: 7px;width: 7px; right: -2px;;top: 7px;  border-top: 1px solid rgb(146, 208, 80);border-left: 1px solid rgb(146, 208, 80);transform: rotate(135deg);}
.bg-05 ul {padding-top: 120px;}
.bg-05 li {color: #fff;margin-bottom: 80px;}
.bg-05 li.cl-01 {background: url(../img/main/img_031.png) right center no-repeat;height: 280px;padding-right:700px;}
.bg-05 li.cl-02 {background: url(../img/main/img_041.png) left center no-repeat;height: 393px;padding-left:655px;}
.bg-05 li.cl-03 {background: url(../img/main/img_051.png) right center no-repeat;height: 376px;padding-right:700px;}
.bg-05 li p {font-size: 18px;line-height: 40px;margin: 30px 0;}
.bg-06 .b-box {height: 279px;box-sizing: border-box; margin-bottom: 20px;}
.bg-06 .b-box.publish {background: #fff url(../img/main/img_06.png) top right no-repeat;padding: 40px 0 0 60px;}
.bg-06 .b-box.advertis {background: #fff url(../img/main/img_07.png) top left no-repeat;padding: 40px 60px 0 0 ;}
.bg-06 .b-box h5{font-size: 30px;color: #141838;font-weight: 400;}
.bg-06 .b-box p {font-size: 18px;color: #666;margin:20px 0 40px;}
.bg-07 {color: #fff;padding: 30px 0;}
.bg-07 h4 {font-size: 24px;font-weight: 400; border-bottom: 2px solid #92d050;display: inline-block;margin-bottom:25px;}
.bg-07 p {font-size: 28px;margin-bottom:20px; }
.bg-07 .moreBtn{margin-top:10px; margin-bottom:10px; }
.txt-box {width: 1200px;margin: 0 auto;color: #fff;padding-top: 40px;}
.txt-box h2 {font-size: 30px; margin-bottom: 20px;}
.txt-box p {font-size: 26px;}

@media screen and (max-width: 1366px) {
  /* æŒ‰è®¾è®¡ç¨¿çš„75%æ¥å¤„ç†ï¼Œä¸»ä½“å†…å®¹ä»Ž1200æ”¹ä¸º900 */
  .wrap-box { min-width:950px; }
  .bg-01 { height:463px; background-size:1440px auto; }
  .bgCht-01 { height:463px; background-size:1440px auto; }
  .bgEn-01 { height:463px; background-size:1440px auto; }
  .bg-02 { height:180px; background-image:url(../img/index/bg02_1440.png); }
  .bg-04 { height:180px; background-image:url(../img/index/bg04_1440.png); }
  .txt-box { width:950px; padding-top:45px; }
  .txt-box p { font-size:20px; }
  .bg-03 { background-size:1440px auto; }
  .bg-03 .layout { width:950px; }
  .fl-01 { padding:60px 0; }
  .fl-01 li { width:310px; }
  .fl-01 li img { width:100%; }
  .fl-01 li:first-child { margin-right:10px; }
  .fl-01 li:nth-child(2) { margin-right:10px; }
  .fl-01 li .ly-cont h3 { font-size:16px; margin:10px 10px 10px; }
  .fl-01 li .ly-cont p { font-size:12px; line-height:20px; margin:5px 8px; }
  .fl-en li .ly-cont p { font-size:12px; line-height:20px; }
  .fl-01 li .ly-cont .more { font-size:16px; margin:30px; }
  .fl-01 li .ly-cont .more em::after { top:5px; right:-1px; }
  .bg-05 .layout { width:950px; }
  .bg-05 ul { padding-top:90px; }
  .bg-05 li { margin-bottom:0; padding-bottom:80px; }
  .bg-05 li.cl-01 { background-size:350px auto; background-position:right 50px; padding-right:500px; height:auto; }
  .bg-05 li.cl-02 { background-size:260px auto; background-position:left top; padding-left:500px; height:280px; }
  .bg-05 li.cl-03 { background-size:270px auto; background-position:right top; padding-right:500px; height:270px; }
  .bg-06 .layout { width:950px; }
  .bg-06 .layout img { width:100%; }
  .bg-06 .b-box p {width: 515px !important;line-height: 30px;margin-bottom: 20px;}
  .bg-06 .b-box.advertis { padding-right:40px; }
  .bg-07 { background-size:1440px auto; }
  .bg-07 .layout { width:950px; }
  .bg-07 h4 { margin-bottom:20px; }
  .bg-07 p { margin-bottom:15px; }
  .moreBtn { width:148px; height:53px; background-image:url(../img/main/moreBtn2.png); line-height:48px; }
  .footer .layout { width:950px; }
}</pre></body></html>