/* 消除不同浏览器对HTML文本呈现的差异*/
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-family: 'Microsoft YaHei', 'SimSun';
}
/* Sections
	 ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
  font-family: 'Microsoft YaHei', 'SimSun';
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
   * Remove the border on files inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button {
    border: none; /* 去除边框 */
    background: none; /* 去除背景色 */
    box-shadow: none; /* 去除阴影 */
    outline: none; /* 去除焦点时的轮廓 */
    padding: 0; /* 去除内边距 */
    margin: 0; /* 去除外边距 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	 ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* 常用标签的初始化
	 wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww */
textarea {
  resize: none;
  /* 防止 火狐 谷歌等浏览器随意的拖动 文本域 */
}
HTML,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td {
  border: none;
  font-family: 'Microsoft YaHei', 'SimSun';
  line-height: 22px;
  margin: 0px;
  padding: 0px;
}
html,
body {
  height: 100%;
  width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}
a {
  text-decoration: none;
}
a:link {
  color: #fff;
}
a:visited {
  color: #fff;
}
a:hover {
  color: #fff;
}
a:active {
  color: #fff;
}

input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
input {
  -webkit-appearance: none;
  margin: 0;
  outline: none;
  padding: 0;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-ms-input-placeholder {
  color: #ccc;
}
input::-moz-placeholder {
  color: #ccc;
}
input[type='submit'],
input[type='button'] {
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
img {
  border: none;
}
ul,
ol,
li {
  list-style-type: none;
}
/**
   * 公共css
   wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww
   */
/* 浮动
	 ========================================================================== */
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 鼠标放上变成手
	 ========================================================================== */
.cursor {
  cursor: pointer;
}
/* 清楚浮动
	 ========================================================================== */
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
  /* 这句话可以出发BFC BFC可以清除浮动,BFC我们后面讲 */
}
.clearfix:after {
  clear: both;
}
.clearfix {
  /* IE6、7 专有 */
  *zoom: 1;
}
#app {
  min-width: 1280px;
  color: #000;
}

#app .ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#app .bxw {
  width: 1340px;
  margin: 0 auto;
  min-width: 1200px;
  max-width: 1340px;
}
#app .header {
  padding: 10px;
}
#app .header .bxw {
  position: relative;
}


/**#app .header .logo {
  position: absolute;
  left: 0;
  top: 0px;
}
#app .header .logo a {
  width: 300px;
  height: 93px;
  display: block;
  background: url(../files/logo_top.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  text-indent: -999px;
}
**/

#app .header .honor {
  width: 100%;
  box-sizing: border-box;
  /*padding-left: 300px;
  padding-right: 323px;*/
  height: 75px;
  display: flex;
  justify-content: center;
}
#app .header .honor .honor-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 33px;
}
#app .header .honor .honor-item img {
  width: 100px;
  height: 100px;
}
#app .header .honor .honor-item img.shushihua {
  width: 145px;
  height: auto;
}
#app .header .honor .honor-item span {
  color: #333;
  font-size: 15px;
  font-weight: bold;
}


#app .header .honor .honor-item  span i {
  background: url(../files/honor1.png);
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 0;
    line-height: 0;
    margin: -3px 5px 0 0;
    vertical-align: middle;
}


#app .header .honor .honor3 span {
  color: #333;
  font-size: 15px;
  font-weight: bold;
}


#app .header .honor .honor3 span i {
  background: url(../files/honor3.png);
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 0;
    line-height: 0;
    margin: -3px 5px 0 0;
    vertical-align: middle;
}




#app .header .right {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  box-shadow: 5px 5px 5px #e6e6e6, -5px 5px 5px #e6e6e6;
}
#app .header .right .ricon {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
  border-left: 1px solid #e6e6e6;
  padding-bottom: 16px;
  color: #00246f;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  padding-top: 15px;
  position: relative;
}
#app .header .right .ricon:first-child {
  border-left: none;
}
#app .header .right .ricon.sanjiao::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  border: 4px solid rgba(255, 0, 0, 0);
  border-top: 4px solid #00246f;
}
#app .header .right .ricon img {
  width: 20px;
  height: 20px;
  margin-top: 10px;
}
#app .header .three_line {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 12px;
  top: 20px;
  border: none;
  overflow: visible;
  width: 24px;
  height: 18px;
  background: linear-gradient(0deg, rgba(26, 118, 255, 0), rgba(26, 118, 255, 0) 7px, #00246f 7px, #00246f 11px, rgba(26, 118, 255, 0) 11px, rgba(26, 118, 255, 0) 18px);
  font-size: 0;
  text-indent: -9999px;
}
#app .header .three_line::before,
#app .header .three_line::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #00246f;
  content: "";
}
#app .header .three_line::before {
  top: 0;
}
#app .header .three_line::after {
  bottom: 0;
}
#app .header_pc_hide {
  display: none;
}
#app .nav_phone {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  box-sizing: border-box;
}
#app .nav_phone ul {
  margin-top: 6rem;
}
#app .nav_phone ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#app .nav_phone ul li a {
  color: #fff;
  line-height: 1;
  font-size: 16px;
  line-height: 10rem;
}
#app .nav_phone .nav_close {
  position: absolute;
  right: 18px;
  top: 18px;
  display: block;
  text-indent: -9999px;
  width: 4rem;
  height: 4rem;
  background: url(../files/close.png) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  font-size: 28px;
}
#app .nav {
  width: 100%;
  background-color: rgba(255, 255, 255, .8);
  top: 161px;
  left: 0;
  z-index: 999;
}
#app .nav ul {
  display: flex;
  align-items: center;
  height: 80px;
  line-height: 80px;
}

#app .nav .bxw .logo img{
	width: 100%;
	padding-top: 9px;
	display: block;
	overflow: hidden;
}

#app .nav ul li {
  padding: 0 32px;
  height: 100%;
}


#app .nav ul li:hover a{
  color:#e92e16;
}

#app .nav ul li:hover .drop-down {
  display: block;
  	color:#faea21;
}
#app .nav ul li > a {
  display: block;
  height: 100%;
  font-size: 16px;
  color: var(--r-globalnav-color);
  line-height: 80px;
  position: relative;
}
#app .nav ul li .drop-down {
  width: 100%;
  padding: 25px 0;
  position: absolute;
  top: 80px;
  left: 0;
  background: rgba(242, 242, 242, 0.7);
  display: none;
  z-index: 9999;
}
#app .nav ul li .drop-down dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .nav ul li .drop-down dt {
  padding: 0 32px;
}
#app .nav ul li .drop-down dt > a {
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 0px solid #fff;
  padding-bottom: 5px;
  color: rgba(0, 0, 0, 0.8);
}
#app .nav ul li .drop-down dt:hover a {
  border-width: 1px;
  color:#e92e16;
}


#app .nav ul .index a:after {
  border: 0;
  color:#e92e16;
}

#app .index {
	 color: #e92f18;
}

/*限时福利*/
#app .hot a {
	font-weight: bold;
}

#app .hot .bottom-xian {
    position: relative;
    width: 16px;
    height: 19px;
    top: -71px;
    right: -65px;
}

*{margin: 0; padding: 0;} 
li{ list-style: none;} 
a{text-decoration: none;} 


/*.footer-bottom{width: 100%; height: 73px; background-color: rgb(251 250 250 / 50%); position: fixed;bottom: 0; z-index:1500;}
*/

.footer-bottom{
	width: 100%;
    height: 50px;
	background-color: rgba(255, 255, 255, .8);
    position: fixed;
    bottom: 0;
    z-index: 1500;
}
.footer-bottom img{border-style: none;} 
.footer-bottom-two{margin: 0 auto; height: 100%; } 
.footer-bottom-two ul{display: flex;justify-content: center;} 
.footer-bottom-two li{   float: left; text-align: center;padding-top: 5px;} 
.bottom-one{width: 200px;height: 25px !important;text-align: center;margin-top: 11px;} 
.bottom-one img{width:200px;height: 25px;margin-left: -36px;} 
.bottom-two,.bottom-there,.bottom-five,.bottom-fo{width:180px;height: 26px !important; margin-top:10px;text-align: center; line-height: 26px;  } 
.bottom-two img,.bottom-there img{    width: 105px;height: 25px; } 
.bottom-one,.bottom-two,.bottom-there,.bottom-fo,.bottom-five{
	position: relative;
    border-right: 2px solid #989898;
    box-sizing: border-box;
    height: 35px;
    padding-left: 5px;
} 
.bottom-fo-pos{position: absolute;width: 16px;height: 19px;top: -5px;right: 192px;} 
.bottom-fi{ height: 40px; margin-top: 13px;} 
.bottom-fi img{ width:32px;} 
.bottom-fo {position: relative;border-right:0;} 
.bottom-fo a> img{ width:105px; } 

.bottom-fo-mu{display:none;width: 100%;background-color: #011655;position: absolute;top: -145px; border: 1px solid #5ba4ed;} 
.bottom-fo-mu li{ position:relative; width: 100%; cursor: pointer; background-color:#011655; border-bottom:1px solid #fff; text-align: center; line-height: 32px;} 
.bottom-fo-mu li span{ margin-right: 3px; color:#fff; display:block;} 
.jt{ float: right; position: absolute; top:0px; right: 5px; height: 30px; margin-right: 10px; display: inline-block;} 
.rx{position: absolute; top:0px; right: 5px; height: 30px; margin-right: 10px; display: inline-block;} 
.lx{position: absolute; top:-4px; left: 0px; height: 30px; margin-left: 2px; display: inline-block;} 
.bottom-fo-mu-next,.bottom-fo-mu-next a img{ width: 100%;} 
.bottom-fo-mu-next a p{display:none; width: 92%;font-size: 11px;color: #fff;background: #808080;padding: 5px 4%;line-height: 14px;text-align: left; height:88px;} 
.bottom-fo-mu-next a{width: 100%; display: inline-block;} 
.bottom-fo-mu-next a span.onA{ color: #fffc00;} 
.bottom-fo-mu-next{ display: none !important;background: #000;} 
.add-new{ color:#fcf300 !important;} 
.li-color1{ width:61px !important; height:63px !important;} 
.jt-xz{transform: rotate(90deg);transition: 0.5s; 
 -moz-transition: 0.5s; /* Firefox 4 */ 
 -webkit-transition: 0.5s; /* Safari and Chrome */ 
 -o-transition: 0.5s; /* Opera */ 
} 
.footer-qq{ display:none !important;width: 289px; height: 122px;position: fixed; right: 0; bottom: -130px;} 
.footer-qq-close{cursor:pointer;position: absolute; width: 40px; height: 25px; top:0; right: 0;} 
.nav-top1 img{animation: c_up 2s linear 0s infinite normal; position:relative; top:2px; 
-moz-animation: c_up 2s linear 0s infinite normal; 
-webkit-animation: c_up 2s linear 0s infinite normal; 
-o-animation: c_up 2s linear 0s infinite normal;} 

@-webkit-keyframes c_up { 
form {top:0px;} 
to {opacity:0;top:-8px;} 
} 
@-ms-keyframes c_up { 
form {top:0px;} 
to {opacity:0;top:-8px;} 
} 
@-moz-keyframes c_up { 
form {top:0px;} 
to {opacity:0;top:-8px;} 
} 
@-o-keyframes c_up { 
form {top:0px;} 
to {opacity:0;top:-8px;} 
} 