@charset "utf-8"; /* CSS Document */ body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div { border: 0 none; margin: 0; padding: 0; } /*鸿蒙字体*/ @font-face {font-family: 'HarmonyOS_Sans_SC_Regular'; src: url('../fonts/Harmony/HarmonyOS_Sans_SC_Regular.ttf') format('truetype'); } @font-face {font-family: 'HarmonyOS_Sans_SC_Bold'; src: url('../fonts/Harmony/HarmonyOS_Sans_SC_Bold.ttf') format('truetype'); } @font-face { font-family: 'times'; src: url('../fonts/times/TIMESLTSTD-ROMAN.eot'); src: url('../fonts/times/TIMESLTSTD-ROMAN.eot?#iefix') format('embedded-opentype'), url('../fonts/times/TIMESLTSTD-ROMAN.woff') format('woff'), url('../fonts/times/TIMESLTSTD-ROMAN.ttf') format('truetype'), url('../fonts/times/TIMESLTSTD-ROMAN.svg#TIMESLTSTD-ROMAN') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: impact; src: url('../fonts/impact/IMPACT.eot'); src: url('../fonts/impact/IMPACT.eot?#iefix') format('embedded-opentype'), url('../fonts/impact/IMPACT.woff') format('woff'), url('../fonts/impact/IMPACT.ttf') format('truetype'), url('../fonts/impact/IMPACT.svg#IMPACT') format('svg'); font-weight: normal; font-style: normal; } body { font-size: 14px; font-family: '微软雅黑', Arial, 'AvenirLTStd-light', 'AvenirLTStd', Arial, Helvetica, sans-serif; color: #666; /*font-weight: lighter;*/ } .fl{ float: left; } .fr{ float: right; } .pos{ position: relative; } a { text-decoration: none; outline: none; } a:active { star: expression(this.onFocus=this.blur()); } :focus { outline: 0; } a:hover { color: #2a72bb; text-decoration: underline; transition: all 0s ease 0s; } ul { list-style: none; } li { list-style: none; } img { border: none; vertical-align: middle; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .clearfix { *zoom: 1; clear: both; height: 0px; } .clear { clear: both; } .webkit { font-size: 7px; -webkit-transform: scale(0.7); -webkit-text-size-adjust: none; } .navbar { margin-bottom: 0; } .header-nav { bottom: auto; top: 0; text-align: left; } @media only screen and (max-width: 767px) { /*导航*/ /*内页小屏幕table响应问题*/ .right-nr table td, .right-nr table th { white-space: nowrap; } } /*header-nav*/ @media screen and (min-width: 992px) { .header-nav .nav { display: table; width: 100%; position: relative; } /*header header-fixed*/ .header.header-fixed .header-nav { /*background: #8b9ba2a1;*/ /*background: url(../../images/en/ttbg.png) repeat ;*/ position: fixed; top: 0; left: 0; right: 0; z-index: 999; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-bottom: 1px solid #8b9ba2; /*background: #115679;*/ background: rgba(185,195,199,0.85); } } /* mobile header-nav*/ @media screen and (max-width: 991px) { .header-nav { bottom: auto; top: 0; text-align: left; } .navbar-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; background: #fff; padding: 6px 8px 5px; border-bottom: 1px solid #ccc; background: #fff; background-size: cover; } body { position: relative; left: 0; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } } @media screen and (max-width: 767px) { } @media screen and (max-width: 767px) and (min-width: 568px) { } .table-responsive { border: none; }