<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";




/*备用样式表*/
.none { display:none; }
.wcb{ width:100%; height:30px; border:2px dashed #97CBE0; }
.hidden { visibility:hidden; }
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after{clear: both;content: ".";display: block;height:0;visibility: hidden;}
.clearfix{ display: block; *zoom:1; }
.icon{display:inline-block;width: 32px;height: 32px;vertical-align:middle;}
/*css3扩展*/
body:before {content: ""; position: fixed; top: -10px; left: 0; z-index: 110; width: 100%; height: 10px;
 -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	     box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}
::-webkit-input-placeholder { color:#ccc;}
:-moz-placeholder {color:#ccc;}
::-moz-placeholder { color:#ccc;}
:-ms-input-placeholder { color:#ccc;}
/**布局开始**/


/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner {max-width: 1400px; margin:0 auto;} /**页面全局宽度**/
/*headtop*/
#headtop{background: #006098;}
#headtop .inner{}
.headtop .top-left{float: left;}
.headtop .top-right{float:right;}
/*head开始*/
#header {background: #18267e ;}
#header .inner{height: 132px;position:relative;}
.header .sitelogo{float:left;margin-top: 25px;}
.header .sitetitle {display:inline-block;margin-top: 28px;margin-left:10px;font-size:32px;font-weight:bold;color:#fff;} /**站点名称**/
.header .head-left{float:left;display:inline-block;}
.header .head-main{float:left;margin-top:10px;}
.header .head-right{float:right;margin-top: 12px;width:200px;}

/* 自定义头部样式 */
/* qdu-header */
.qdu-header {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.qdu-header.showdiv {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.qdu-header2 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.qdu-header2 .nav-wrap {
  background: #ffffff;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
}

.qdu-header2 .nav-wrap .inner {
  height: 100px;
}

.qdu-header2 .nav {
  padding-top: 25px;
}

.qdu-header2 .nav .wp-menu .menu-item a.menu-link {
  color: #333;
}

.qdu-header2 .nav .wp-menu .menu-item a.menu-link:after {
  background: #006098;
}
.fix-body.showdiv .qdu-header2 {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

/*rale样式*/


/* LOGO */
.qdu-header .logo,
.qdu-header2 .logo {
  padding-top: 15px;
}

.qdu-header .logo img,
.qdu-header2 .logo img {
  height: 70px;
}

/*默认主导航样式*/
/*导航*/
#nav .inner .wp-panel .navbg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/*导航样式：后台绑定时也可以定义配置*/
.nav {
  float: right;
  padding-top: 30px;
}

.nav .wp-menu {
  margin-left: -23px;
  margin-right: -23px;
}

.nav .wp-menu .menu-item {
  float: left;
  position: relative;
}

.nav .wp-menu .menu-item a.menu-link {
  position: relative;
  display: block;
  line-height: 42px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  padding: 0 23px;
}

.nav .wp-menu .menu-item a.menu-link:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -25%;
  width: 50%;
  height: 2px;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav .wp-menu .menu-item:hover a.menu-link:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav .wp-menu .menu-item.nn a.menu-link:after, .nav .wp-menu .menu-item.nn a.menu-link:before {
  display: none;
}


.nav .sub-menu-box {
  position: absolute;
  display: none;
  left: 50%;
  top: 40px;
  z-index: 100;
  width: 200px;
  margin-left: -100px;
  padding-top: 30px;
 
}

.nav .sub-menu-box &gt; div {
  padding: 30px 20px 100px 20px;
  background-color: #fff;
  border-top: 6px solid #006098;
  background-image:none;
  background-repeat: no-repeat;
  background-position: 90% 90%;
  background-size: 90px 52px;
 box-shadow: 0 10px  15px rgba(0,0,0,.2); 
}

.nav .sub-menu .sub-item {
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  _zoom: 1;
}

.nav .sub-menu .sub-item a {
  display: block;
  color: #000;
  line-height: 1;
  padding: 10px 0;
  font-size: 16px;
  background: none;
  text-align:center;
  border-bottom: 1px solid #ccc;
  width:100%;
}

.nav .sub-menu .sub-item:last-child a {
  padding-bottom: 0;
  border-bottom: none;
}

.nav .sub-menu .sub-item:first-child a {
  padding-top: 0;
}

.nav .sub-menu .sub-item.hover &gt; a,
.nav .sub-menu .sub-item a:hover {
  color: #006098;
  display: block;
}

.nav-wrap {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.nav-wrap .inner {
  position: relative;
  height: 100px;
}

.nav-wrap .inner .logo {
  float: left;
}

.nav-wrap .nav .l {
	width:100%;
	text-align:center;
  float: left;
}


.nav .wp-menu .menu-item:hover .sub-menu-box {
  display: block;
}

/**主页banner开始**/
#banner {}

/**主体模块样式**/
#m-container {}
#m-container .inner {}
/**首页三列布局**/









/*列表页*/
/*banner*/
.mbanner .focus .focus-title-bar {bottom:40px;left: 40px;margin-left:0px;}
.mbanner .focus .focus-title-bg {background-color: #000;opacity: 0.4;filter:alpha(opacity=60);}

.mbanner .focus .focus-pagination {position:absolute;right: 14px;bottom: 14px;margin-right: 0px;z-index:60;}
.mbanner .focus .focus-page { display:inline-block; width:9px; height:9px;  margin-right:6px;background:#fff;}
.mbanner .focus .focus-page-active {width:18px;background: #fff;opacity:1; filter:Alpha(opacity=100);}

.mbanner .focus .focus-navigation {width:58px; height:53px; opacity: 0.7; filter:alpha(opacity=70); 
 
text-indent:-999em;}
.mbanner .focus .focus-navigation:hover {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus .focus-prev { left:0px;}
.mbanner .focus .focus-next { right:0px;background-position:right top}

.post-11 .focus .focus-title {height: 34px;line-height: 34px;padding: 0 15px; font-size: 14px;}
.post-11 .focus .focus-title-bar {height: 34px; bottom:0px; left:0px; right:0px; margin-left:0px;}
.post-11 .focus .focus-title-bg {background-color: #000;}

.post-11 .focus .focus-pagination {position:absolute;right: 14px;bottom: 46px;}
.post-11 .focus .focus-page {width: 20px;height: 20px; line-height: 20px; font-size:12px; border-radius: 0px; background-color: #fff; color: #000;}
.post-11 .focus .focus-page span {display:block;}
.post-11 .focus .focus-page:hover {font-size: 13px; color: #000; font-weight: bold; }
.post-11 .focus .focus-page-active {background-color: #146CC1;color:#fff;}

.post-11 .focus .focus-navigation {opacity: 0.7;filter:alpha(opacity=70);}
.post-11 .focus .focus-navigation:hover {opacity: 1; filter:alpha(opacity=100);}
.post-11 .focus .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}





/* qdu-header */
.qdu-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.qdu-header.showdiv {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.qdu-header2 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.qdu-header2 .nav-wrap {
  background: #ffffff;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
}

.qdu-header2 .nav-wrap .inner {
  height: 100px;
}

.qdu-header2 .nav {
  padding-top: 25px;
}

.qdu-header2 .nav .wp-menu .menu-item a.menu-link {
  color: #333;
}

.qdu-header2 .nav .wp-menu .menu-item a.menu-link:after {
  background: #006098;
}
.qdu-header2 .nav .wp-menu .menu-item a.menu-link:before {
  border-left-color: #006098;
}

.fix-body.showdiv .qdu-header2 {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.fix-body .qdu-header2 {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/*headtop*/
#headtop {
  background: #006098;
}

.headtop .top-left {
  float: left;
}

.headtop .top-right {
  float: right;
}

/*rale &amp; lang样式*/
.site-rale ul li.links,
.site-lang ul li.links {
  float: left;
}

.site-rale ul li.links a,
.site-lang ul li.links a {
  line-height: 40px;
  margin-right: 20px;
  font-size: 16px;
  color: #ddd;
}

.site-rale ul li.links a:hover,
.site-lang ul li.links a:hover {
  color: #fff;
}

.site-lang ul {
  float: left;
}

/* LOGO */
.qdu-header .logo,
.qdu-header2 .logo {
  padding-top: 15px;
}

.qdu-header .logo img,
.qdu-header2 .logo img {
  height: 70px;
}

/*默认主导航样式*/
/*导航*/
#nav .inner .wp-panel .navbg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/*导航样式：后台绑定时也可以定义配置*/
.nav {
  float: right;
  padding-top: 30px;
}

.nav .wp-menu {
  margin-left: -23px;
  margin-right: -23px;
}

.nav .wp-menu .menu-item {
  float: left;
  position: relative;
}

.nav .wp-menu .menu-item a.menu-link {
  position: relative;
  display: block;
  line-height: 42px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  padding: 0 23px;
}




.nav .wp-menu .menu-item a.menu-link:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -25%;
  width: 50%;
  height: 2px;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav .wp-menu .menu-item a.menu-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
 height: 33px;
 border-left: 2px solid #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
-webkit-transform-origin: center top;
transform-origin: center top;
}

.nav .wp-menu .menu-item:hover a.menu-link:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.nav .wp-menu .menu-item:hover a.menu-link:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.nav .sub-menu-box {
  position: absolute;
  display: none;
  left: 50%;
  top: 40px;
  z-index: 100;
  width: 180px;
  margin-left: -90px;
  padding-top: 30px;
}

.nav .sub-menu-box &gt; div {
  padding: 15px 10px 15px 10px;
  background-color: #fff;
  border-top: 6px solid #006098;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 90% 90%;
  background-size: 90px 52px;
}

.nav .sub-menu .sub-item {
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  _zoom: 1;
}

.nav .sub-menu .sub-item a {
  display: block;
  color: #000;
  line-height: 1;
  padding: 15px 0;
  font-size: 16px;
  background: none;
  text-align:center;
  border-bottom: 1px solid #ccc;
}

.nav .sub-menu .sub-item:last-child a {
  padding-bottom: 0;
  border-bottom: none;
}

.nav .sub-menu .sub-item:first-child a {
  padding-top: 0;
}

.nav .sub-menu .sub-item.hover &gt; a,
.nav .sub-menu .sub-item a:hover {
  color: #006098;
  display: block;
}

.nav-wrap {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.nav-wrap .inner {
  position: relative;
  height: 100px;
}

.nav-wrap .inner .logo {
  float: left;
}

.nav-wrap .nav .l {
  float: left;
  margin-right: 28px;
}

.nav-wrap .nav .r {
  float: left;
}

.nav .wp-menu .menu-item:hover .sub-menu-box {
  display: block;
}

.sub-menu-pic .nav-bj {
  width: 117px;
  height: 117px;
}




.sub-menu-pic p {
  color: #c11025;
}





 .gallery-top {
      width: 100%;
    }
 .gallery-thumbs {
      height: 100%;
      box-sizing: border-box;
      padding: 0;
    }
.gallery-thumbs .swiper-slide {
      width: 100%  !important;
      opacity: 0.4;
      margin-bottom: 21px;
}
.gallery-thumbs .swiper-slide.swiper-slide-active {
      opacity: 1;
}
.gallery-thumbs .swiper-slide  img{
      width: 100%  !important;
}














/* fix-top */
.fix-top {
  padding-top: 100vh;
  position: relative;
  transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  -moz-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  -ms-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  -o-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  z-index: -1;
}
.fix-top.showdiv { padding-top: 0;}
.fix-body {  z-index: 1;  }
.fix-body.showdiv { top: 0;}

#loading{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #c11025;
    z-index: 9999;
}

.wp_paging { float: none; text-align: center;}
.wp_paging li { float: none;}


@media screen and (max-width: 1400px) { 
  .wrapper .inner { max-width: 1300px;}
  .section2 .news_tu .news_list li.news .news_title a{ max-width: 340px;}
  .section5 .news_tu .news_list li.news:first-child { width: 760px;}
}


.body_home {  height: auto; /* */ overflow: hidden;   }
.body_home.showdiv .qdu-header{ transform: none; opacity: 1;}

.slideTips { position: absolute; bottom: 15px; width: 40px; height: 40px; background-color: #f00; left: 50%; margin-left: -10px; background: url(../images/slidenext.png) no-repeat center; background-size: contain; animation:bb 2s linear 0s infinite; cursor: pointer;}

@keyframes bb{
0%{transform:translate(-50%,0);opacity:0;}
20%{transform:translate(-50%,3px);opacity:1;}
80%{transform:translate(-50%,10px);opacity:1;}
90%{transform:translate(-50%,10px);opacity:0;}
100%{transform:translate(-50%,10px);opacity:0;}
}

.section1 .ml{opacity: 1; transition:all 2s ease-out 0s;}
.section1 .mr{ transform: translateX(10px); opacity: 1; transition:all 2s ease-out 0s;}

.section2 .ml{ transform: translateX(-80px); opacity: 0; transition:all 1s ease-out 0s;}
.section2 .mr{ transform: translateX(80px); opacity: 0; transition:all 1s ease-out 0s;}

.section3 .tt{ transform: translateY(-50px); opacity: 0; transition:all 1s ease-out 0s;}
.section3 .con{ transform: translateY(50px); opacity: 0; transition:all 1s ease-out 0s;}
.section3 .more_btn{ transform: translateY(50px); opacity: 0; transition:all 1s ease-out .5s;}

.section4 .tab-menu{ transform: translateY(-50px); opacity: 0; transition:all 1s ease-out 0s;}
.section4 .tab-listcon{ transform: translateY(50px); opacity: 0; transition:all 1s ease-out 0s;}

.section5 .sripit-title{ transform: translateX(50px); opacity: 0; transition:all 1s ease-out 0s;}
.section5 .tab-list-wrap{ transform: translateX(50px); opacity: 0; transition:all 1s ease-out .5s;}
.section5 .tab-menu-wrap{ transform: translateX(50px); opacity: 0; transition:all 1s ease-out 1s;}

.section6 .adm-title{ transform: translateY(-50px); opacity: 0; transition:all 1s ease-out 0s;}
.section6 .adm-text{ transform: translateY(-50px); opacity: 0; transition:all 1s ease-out .5s;}
.section6 .adm-list { transform: translateY(50px); opacity: 0; transition:all 1s ease-out 1s;}

.section7 { transform: translateY(50px); opacity: 0; transition:all 1s ease-out 0s;}

.section8 .xiaohui{ transform: translateY(50px); opacity: 0; transition:all 1s ease-out 0s;}
.section8 .ld-links{ transform: translateY(50px); opacity: 0; transition:all 1s ease-out 0s;}


.section1.showdiv .mr,
.section1.showdiv .ml,
.section2.showdiv .mr,
.section2.showdiv .ml,
.section3.showdiv .tt,
.section3.showdiv .con,
.section3.showdiv .more_btn,
.section4.showdiv .tab-menu,
.section4.showdiv .tab-listcon,
.section5.showdiv .sripit-title,
.section5.showdiv .tab-list-wrap,
.section5.showdiv .tab-menu-wrap,
.section6.showdiv .adm-title,
.section6.showdiv .adm-text,
.section6.showdiv .adm-list,
.section7,
.section8.showdiv .xiaohui,
.section8.showdiv .ld-links{ transform: none; opacity: 1;}</pre></body></html>