<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,tr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ul,ul li,input, dl, dd {  padding:0; margin:0; list-style-type:none;}
img,a img{border:0;margin:0;padding:0;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{text-decoration:none; color:#444;}
a:hover{text-decoration:none; }
.clear{clear:both;}
/* HTY Common Atom*/
.clear{background:none;border:0;clear:both;display:block;float:none;font-size:0;overflow:hidden;visibility:hidden;width:0;height:0;}
.clear-fix:after{content:"."; display:block; height:0; font-size:0; clear:both; visibility:hidden;}
.fl{float:left;}
.fr{float:right;}
.c_b{clear:both;}
textarea{resize:none; overflow:auto;}
/*■■■■■■■■　基本设定　■■■■■■■■*/
body{font-family:"微软雅黑"; font-size:12px; color:#535353; overflow-x:hidden; margin:0 auto;}
.theme_color{background:#00beaf;}
.theme_color1{background:#ee0062;}
.theme_color2{background:#222;}
.wl_1004{width:1004px; margin:0 auto; position:relative;}
/*-----------------  ■ common -------------------*/
.rollover:hover img{opacity:0.7; filter:alpha(opacity=70); -ms-filter:"alpha(opacity=70)"; -khtml-opacity:0.7; zoom:1;}
.main{width:1004px; margin:0 auto; position:relative;}
/*-----------------  ■ header -------------------*/
.header{width:100%; height:112px; background:url(../img/top.gif) no-repeat top center;}
.header .main{width:1004px; margin:0 auto;}
.header .logo{float:left; margin-top:24px;font-size: 32px;font-weight: bold;line-height: 60px;color: #0F9FFB;}
.header .tel{float:right; font-family:impact; height:112px; line-height:112px; padding-left:42px; font-size:26px; color:#303749; margin-left:60px;}
.header .logo a{color: #0F9FFB;}
/*********nav*********/
.g_nav{ height:60px; background:url(../img/navbg.jpg) repeat-y top center;}
.g_nav01{ width:1100px; margin:0 auto;}
.g_nav01 table tr td{ text-align:center; border-right:#58627c solid 1px; height:60px; line-height:60px; position:relative}
.g_nav01 a{ height:60px; line-height:60px; display:block; color:#fff; font-size:15px; }
.g_nav01 td.now a&gt;div, .g_nav01 td:hover a&gt;div{width:100%; height:3px; background-color:#ffc231; position:absolute; top:57px;}
.g_nav01 a span{font-size:12px; color:#baa58c;}
.g_nav01 table tr td .nav_tan{ display:none; width:100%; position:absolute; left:0; top:60px;  background-color:#364261; opacity:0.95; z-index:100;}

.g_nav01 table tr td .nav_tan a{ width:100%; background:none; padding:0; margin:0 auto; line-height:36px; height:36px; font-size:12px; border-radius:0;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.g_nav01 table tr td .nav_tan a:hover{ width:100%; background:#ffa200; padding:0; margin:0 auto; font-size:12px;}

/*********footer*********/
.footer{height:188px; width:100%; clear:both; background-color:#364261; font-size:14px;}
.footer .share_b{ float:right; padding:40px 0 0}

.footer .manager_info{ float:left; width:750px;line-height:45px; padding:30px 0 0; color:#848fac;}
.footer .manager_info a{color:#848fac;}
.footer .manager_info span+span{padding-left:20px;}
.wl{width:1100px; margin:0 auto; position:relative;}
.pl_20{padding-left:20px;}
/*首页头部banner*/
.banner{height:460px; width:100%; overflow:hidden; position:relative; max-width:1600px; margin:0 auto;}
.banner&gt;ul{width:auto; height:100%;}
.banner&gt;ul li{height:100%; background-size:1600px 460px; background-position:center center; float:left; opacity:0; background-repeat:no-repeat;}
.banner .prev{width:42px; height:105px; position:absolute; left:0; top:187px; background-image:url(../img/index_icon02.png); cursor:pointer;}
.banner .next{width:42px; height:105px; position:absolute; right:0; top:187px; background-image:url(../img/index_icon03.png); cursor:pointer;}
.banner .ctrl{position:absolute; z-index:99; bottom:12px; left:50%; display:none}
.banner .ctrl div{width:10px; height:10px; float:left; background-color:#5d5974; border-radius:100%; margin-left:12px; cursor:pointer;}
.banner .ctrl div.now{background-color:#fff; position:relative; top:-3px; border:3px solid #ff7304;}
.modal {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    width: 450px;
    padding: 0 1em 1em 1em;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 15px;
    z-index: 1001;
    font-family:"微软雅黑"; font-size:12px; 
    align-items: center;
  }
  .login-register {
    height: 60px;
  line-height: 60px;
  display: block;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  }
  .btn-get-verification-code {
    font-size: 12px;
    font-weight: 600;
    color: #224081;
  }
  
  .modal .top-bar {
    height: 30px;
  }
  
  .modal input {
    padding: 0.7rem 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 0.9em;
  }
  
  .modal p {
    font-size: 0.9rem;
    color: #777;
    margin: 0.4rem 0 0.2rem;
  }
  
  button {
    cursor: pointer;
    border: none;
    font-weight: 600;
    background-color: transparent;
  }
   
  .btn-login-register {
    display: inline-block;
    padding: 0.8rem 1.4rem;
    font-weight: 700;
    background-color: #374262;
    color: white;
    border-radius: 5px;
    text-align: center;
    font-size: 1em;
    bottom: 10px;
    left: 50%;
  }
  /* .btn-open {
    position: absolute;
    bottom: 150px;
  } */
  
  .btn-close {
    position: absolute;
    right: 10px;
    margin-top: 10px;
    margin-left: 10px;
  }
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 1000;
  }
  .hidden {
    display: none;
  }
  .modal form {
    display: flex;
    width: 100%;
    height: 100%;
    margin: auto;
  }
  
  </pre></body></html>