@charset "UTF-8";
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* custom */
a {
  color: #7e8c8d;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

li {
  list-style: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  background: #f4f7fd;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

i {
  display: block;
}

.clear {
  clear: both;
}

.clear:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

/* 自定义 */
body,
html {
  font-family: "微软雅黑";
  min-width: 1200px;
}

body {
  background: url("../imgs/bg.png") no-repeat top;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header {
  position: relative;
  z-index: 999;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; 
}
header.float{ 
  box-shadow: 0px 3px 9px 1px rgba(51,51,51,0.1);
}
header .header_content {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
  margin: 0 auto;
}
header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo {
  font-size: 16px;
  color: #333333;
}

header .logo img {
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
}

header .right { 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

header .links a {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-left: 50px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
header .links a:hover,header.float .links a:hover{
  color: #00CC4D;
}
header .links a:active,header.float .links a:active{
  color: #50AB73;
}
article {
  width: 100%;
  background: rgba(222, 222, 222, 0.2);
  padding: 20px 0;
  padding-top: 90px;
}

article .banner__content {
  width: 1200px;
  height: 240px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  background: url("../imgs/detailsBanner.png") no-repeat;
}

article .banner__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 63px 0 16px;
}

article .banner__title img {
  margin-right: 9px;
}

article .banner__title h1 {
  font-weight: bold;
  font-size: 38px;
  color: #ffffff;
}

article .banner__text h2 {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 7px;
  opacity: 0.83;
  filter: alpha(opacity=83);
}

article a {
  display: block;
  width: 158px;
  height: 46px;
  border-radius: 100px;
  margin: 164px 0 0 88px;
}

article a img {
  margin-right: 10px;
}

nav {
  padding: 0 0 20px;
  width: 100%;
  background: rgba(222, 222, 222, 0.2);
}

nav .nav__content {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

nav label {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

nav ul li {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 0 4px;
}

nav ul li,
nav ul li a {
  color: #666666;
}

nav ul li i {
  font-style: normal;
  color: #666666;
}

section {
  width: 100%;
  background: rgba(222, 222, 222, 0.2);
  padding-bottom: 70px;
}

section .section__content {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section .section-box__left {
  width: 920px;
  overflow: hidden;
}

section .section-box__left .section-box__details {
  width: 860px;
  background: #ffffff;
  border-radius: 8px;
  padding: 30px 30px 60px 30px;
}

section .section-box__left .section-box__details h1 {
  margin-bottom: 36px;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 40px;
}

section .section-box__left .section-box__details .section-box__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section .section-box__left .section-box__details .section-box__top ul li {
  max-width: 92px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
}

section .section-box__left .section-box__details .section-box__top ul li a {
  font-weight: 400;
  font-size: 14px;
  color: #6bac7a;
  display: block;
  padding: 0 12px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  background: #f0f8f1;
  border-radius: 15px;
}

section .section-box__left .section-box__details .section-box__top ul li a:hover {
  background: #dff0e5;
  border-radius: 15px;
}

section .section-box__left .section-box__details .section-box__top ul li a:active {
  background: #d5eddd;
  border-radius: 15px;
}

section .section-box__left .section-box__details .section-box__top ul:first-child {
  width: 500px;
}

section .section-box__left .section-box__details .section-box__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section .section-box__left .section-box__details .section-box__icon span {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 14px;
}
section .section-box__left .section-box__details .section-box__icon span strong{
  max-width: 83px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
section .section-box__left .section-box__details .section-box__icon span img {
  margin-right: 4px;
  vertical-align: bottom;
}

 

section .section-box__left .section-box__details .section-box__content {
  padding: 45px 0 60px;
  font-size: 16px;
  color: #424242;
}

section .section-box__left .section-box__details .section-box__content p {
  line-height: 30px;
  font-size: 16px;
  color: #424242;
}

section .section-box__left .section-box__details .section-box__content p span {
  font-size: 16px;
  color: #424242;
}

section .section-box__left .section-box__details .section-box__content img {
  margin: 30px 0;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

section .section-box__left .section-box__footer {
  width: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  background: #ffffff;
  border-radius: 8px;
  margin-top: 20px;
}

section .section-box__left .section-box__footer .section-box__page {
  width: 658px;
  height: 212px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 66px;
}

section .section-box__left .section-box__footer .section-box__page a {
  width: 100%;
  margin-bottom: 40px;
  display: block;
}

section .section-box__left .section-box__footer .section-box__page a span {
  font-size: 16px;
  color: #212121;
  line-height: 16px;
  margin-bottom: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

section .section-box__left .section-box__footer .section-box__page a p {
  font-size: 12px;
  color: #999999;
  line-height: 22px;
  height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

section .section-box__left .section-box__footer .section-box__page a p:hover {
  color: #0A3019;
}

section .section-box__left .section-box__footer .section-box__logo img {
  display: block;
  margin: 20px auto 0;
}

section .section-box__left .section-box__footer .section-box__logo h3 {
  font-size: 18px;
  color: #212121;
  margin: 8px 0 24px;
}

section .section-box__left .section-box__footer .section-box__logo a {
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: -o-linear-gradient(177deg, #4ae9b3 0%, #1cd484 100%);
  background: linear-gradient(273deg, #4ae9b3 0%, #1cd484 100%);
  border-radius: 32px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  display: block;
  margin: 0 auto;
}
section .section-box__left .section-box__footer .section-box__logo a:hover{
  background: #4ae9b3;

}

section .section-box__left .section-box__footer .section-box__logo a:active{
  background: #1cd484;
}
section .section-box__right {
  width: 260px;
}

section .section-box__right .section-box__new,
section .section-box__right .section-box__hot {
  padding: 27px 12px 46px;
  background: #ffffff;
  border-radius: 8px;
}

section .section-box__right .section-box__hot {
  margin-bottom: 20px;
}

section .section-box__right .section-box__new label,
section .section-box__right .section-box__hot label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-weight: bold;
  font-size: 16px;
  color: #323632;
}
section .section-box__right .section-box__new label h2,
section .section-box__right .section-box__hot label h2{
  font-weight: bold;
  font-size: 16px;
  color: #323632;
}
section .section-box__right .section-box__new .lines,
section .section-box__right .section-box__hot .lines {
  width: 100%;
  height: 0;
  border-bottom: 1px solid #000000;
  opacity: 0.07;
  filter: alpha(opacity=7.000000000000001);
  margin: 24px 0 23px;
}

section .section-box__right .section-box__new label img,
section .section-box__right .section-box__hot label img {
  margin-right: 6px;
}

section .section-box__right .section-box__hot ul li,
section .section-box__right .section-box__new ul li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: space-around; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}

section .section-box__right .section-box__new ul li a,
section .section-box__right .section-box__hot ul li a,
section .section-box__right .section-box__new ul li a h3,
section .section-box__right .section-box__hot ul li a h3 {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 26px;
  width: 203px;
  display: block;
} 
section .section-box__right .section-box__new ul li a:hover,
section .section-box__right .section-box__hot ul li a:hover,
section .section-box__right .section-box__new ul li a:hover h3,
section .section-box__right .section-box__hot ul li a:hover h3{
  text-decoration: underline;
  color: #0A3019;
}
 
section .section-box__right .section-box__hot ul li i {
  display: block;
  width: 5px;
  height: 5px;
  background: #666666;
  border-radius: 100px;
  margin-right: 10px;
}

section .section-box__right .section-box__new ul li i {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-right: 10px;
}

#mainPage {
  margin: 0 auto;
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#mainPage li {
  display: inline-block;
  margin: 0 4px;
  background: #eeeeee;
  border-radius: 8px;
}

#mainPage li.disabled {
  background: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

#mainPage li.active {
  background: -o-linear-gradient(139deg, #4ecae0 0%, #50e4a4 100%);
  background: linear-gradient(311deg, #4ecae0 0%, #50e4a4 100%);
  border-radius: 8px;
}

#mainPage li.active a {
  color: #ffffff;
}

#mainPage li:not(.disabled):hover {
  background: #2cd0a1;
  color: #ffffff;
}

#mainPage li a {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  line-height: 30px;
  text-align: center;
}

#mainPage li a:hover {
  color: #ffffff;
}

#mainPage li.disabled a {
  cursor: not-allowed;
}

#mainPage li i {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../imgs/page.png") no-repeat center;
  margin: 0 auto;
}

#mainPage li.disabled i {
  background: url("../imgs/pageDis.png") no-repeat center;
}

#mainPage li:not(.disabled):hover i {
  background: url("../imgs/pageHover.png") no-repeat center;
}

#mainPage li i.rightPage {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

#mainPage li.ellipsis a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: inherit;
  border: none;
}

#mainPage li.ellipsis a i {
  display: block;
  width: 3px;
  height: 3px;
  background: #bbbbbb;
  margin: 0;
}

#mainPage li.ellipsis a i:not(:last-child) {
  margin-right: 5px;
}

#mainPage li.ellipsis:hover a i {
  background: #bbbbbb;
}

#mainPage li.ellipsis,
#mainPage li.ellipsis:hover {
  background: none;
  color: #aaaaaa;
}

#mainPage li.ellipsis a:hover {
  color: #aaaaaa;
}

footer {
  width: 100%;
  height: 188px;
  background: #262626;
}

footer .footer__link {
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0 25px;
  border-bottom: 1px solid #515151;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer__link label {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}

footer .footer__link a {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin-right: 20px;
}

footer .footer__links {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer__links ul {
  padding: 30px 0;
}

footer .footer__links ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-weight: 400;
  font-size: 14px;
  color: #bebebe;
}

footer .footer__links ul li a {
  font-size: 14px;
  color: #bebebe;
}

footer .footer__links ul li i {
  display: block;
  width: 1px;
  height: 15px;
  background: #bebebe;
  margin: 0 10px;
}

footer .footer__filings {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #999999;
}

footer .footer__filings a {
  font-size: 12px;
  color: #999999;
}
