html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,orm,label,legend,caption,tbody,tfoot,thead {font-family: "microsoft yahei";margin: 0;padding: 0;border: 0;outline: 0;vertical-align: baseline;background: transparent;color:unset;font-size: 16px;}


body {font-family: "Microsoft YaHei", Arial, sans-serif;line-height: 1.6;color: #333;background: #f5f5f5;}


ol,ul,li {list-style: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
input {background: none;border: none;}
/*strong {font-size: 20px;} */
.fl {float: left;}
.fr {float: right;}
.comwidth {width: 1200px;margin: 0 auto;}
.clearfix:after {content: "";display: block;height: 0;visibility: hidden;clear: both;}
.clearfix {zoom: 1;}
.clear {clear: both;}
.none {display: none;}
a:link,a:visited,a:active {text-decoration: none;}
a:active {outline: none;star: expression(this.onFocus=this.blur());}
a:hover {text-decoration: none;color:#ca4933;}
i{font-style: normal;}
.transform,.transform * {-webkit-transition: all .4s cubic-bezier(.4,0,.2,1); -moz-transition: all .4s cubic-bezier(.4,0,.2,1); transition: all .4s cubic-bezier(.4,0,.2,1);}







/*! header */
.header{position:fixed;top:0;left:0;width:100%;z-index:99;display:flex;gap:10px;box-sizing:border-box;padding:15px 5%;align-items:center;justify-content:space-between;transition:all .2s ease}
.header.header-bg{background-color:#fff;}
.header .logo img{height:62px}
.header .nav{display:flex;gap:30px;flex: 2;justify-content: flex-end;padding-right: 70px;}
.header .nav>li> a{color:#333;font-size:18px;position: relative;}
.header .nav>li> a.active,.header .nav>li> a:hover{color:#e63946;font-weight:700}
.header .nav>li> a.active:after,.header .nav>li> a:hover:after{content: "";display: block;width: 100%;height: 4px;background: #e63946;position: absolute;bottom: -7px;z-index: 9;left: 0;}
.header .nav >li {position: relative;padding: 10px 0;}
.header .nav .subnav {display: none;position: absolute;top: 45px;left: -16px;background: white;border: 1px solid #eee;box-shadow: 0 2px 8px rgba(0,0,0,0.1);z-index: 999;text-align: center;}
.header .nav .subnav a {display: block;color: #333;padding: 0 15px;line-height: 42px;white-space: nowrap;}
.header .nav >li:hover .subnav {display: block;}
.header .nav .subnav a:hover {background: #f5f5f5;color: #2d8cf0;}
          
.header .contact-bg {display: inline-block;padding: 6px 23px;background: #e4e4e475;border-radius: 20px;float: left;}
.header .contact-phone{font-weight:700;background: linear-gradient(to right, #e63946, #ff8a00);-webkit-background-clip: text;background-clip: text;color: transparent;font-size: 18px;}
.header .contact-phone>img {width: 18px;position: relative;top: 3px;right: 10px;}
.header .search img {width: 42px;margin-left: 20px;}

.phone-nav {display: none;}


/*! footer */
.footer {width: 100%;background: url(/eportal/uiFramework/commonResource/zip/image/bg-footer.png) no-repeat top/cover;padding: 13vw 20px 20px;color: #666;box-sizing: border-box;margin-top: -154px;position: relative;}
.footer-container {width: 90vw;margin: 0 auto;display: flex;justify-content: space-between;position: relative;z-index: 1;flex-wrap: wrap;  margin-bottom: 10px;border-bottom: 1px solid #dc3f2b;  }

.footer-left {flex: 5;}
.footer-logo {display: flex;align-items: center;margin-bottom: 15px;}
.footer-logo img {height: 48px;}
.contact-info {margin-top: 20px;font-size: 14px; }
.contact-info div {margin-bottom: 8px;display: flex;align-items: center;    }
.contact-info span{display: inline-block;width: 50%;font-size: 14px;}


.footer-middle {display: flex;gap: 50px;flex: 2;    }
.footer-column h3 {font-size: 16px;color: #333;margin-bottom: 15px;font-weight: 600;}
.footer-column ul {list-style: none;}
.footer-column ul li {margin-bottom: 8px;color: #666;}
.footer-column ul li a {color: #666;text-decoration: none;font-size: 14px;transition: color 0.3s;}
.footer-column ul li a:hover {color: #e63946;}


.footer-right {min-width: 200px;display: flex;justify-content: flex-end;gap: 30px;flex-wrap: wrap;}
.qrcode-box {text-align: center;}
.qrcode-box img {width: 6vw;height: 6vw;margin-bottom: 8px;}
.qrcode-box p {font-size: 12px;color: #666;}
.footer-bottom {text-align: center;font-size: 12px;color: #666;}


/*二级页的banner部分*/
.erji-banner{position:relative;width:100%;overflow:hidden;}
.erji-banner img{width:100%;height:auto;display:block;}
.erji-banner .comwidth{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;color:#fff;}
.erji-banner .comwidth h2{font-size:52px;margin:0 0 10px 0;font-weight:bold;}
.erji-banner .comwidth span{font-size:30px;opacity:0.9;}
/* 响应式适配 */

.hc-nav.hc-nav-1{display:none;}

@media (max-width: 1440px) {
  .comwidth {max-width:96vw;}
  .footer-middle {display: none;}
  #content {width: calc(100% - 270px)!important;}
}
          
@media (max-width: 768px) {
    .header {display: block;padding: 10px 10px;box-sizing: border-box;}
    .header .nav,.header .contact-bg,.search {display:none}
    .header .logo img {height: 40px;}
    .header .toggle {right: 20px;top: 12px;}
    .comwidth{width: 100%;padding: 0 10px;box-sizing: border-box;}
    .footer{margin: 0; background: #ccd1d7;padding: 20px;}
    .footer-container {flex-direction: column;align-items: center;text-align: center;padding-bottom: 10px;}
    .contact-info div {display:block;} 
    .contact-info span {width: 100%;}
    .footer-middle {display: none;]}
    .footer-right {justify-content: center;}