@charset "UTF-8";
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type='text']::-ms-clear,
input[type='password']::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #ff7777;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #ff7777;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #ff7777;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #ff7777;
}

.placeholder {
  color: #ff7777;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: '';
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html {
  min-width: 1280px;
}

body {
  background-color: #f3f3f3;
}

/* 通用样式 */
#header {
  position: relative;
  height: 203px;
  background-color: #ae000e;
  border-bottom: 6px solid #d7c394;
}

.container {
  width: 1280px;
  margin: 0 auto;
}

.header {
  padding-top: 30px;
  height: 119px;
}

.header .logo {
  display: block;
}

.header .accessibility-btn {
    height: 52px;
    line-height: 52px;
    padding-left: 30px;
    margin-right: 20px;
    font-size: 18px;
    color: #fffffe;
    cursor: pointer;
    background: url('../images/accessibilityicon.png') 0 center no-repeat;
}

.logo-box > a {
  display: block;
}

.header .systematic-name {
  margin-left:10px;
  background: url('../images/side5.png') 0 center no-repeat;
  background-size: 25px 25px;
  color:#cba14a;
  font-size: 19px;
  font-weight:700;
}

.header .accessibility {
    height: 52px;
    line-height: 52px;
    /* padding-left: 20px; */
    margin-right: 10px;
    font-size: 18px;
    color: #fffffe;
    cursor: pointer;
}

.header .accessibility img {
	height: 50%;
    margin-top: 15px;
}


.header .search {
  position: relative;
  width: 322px;
  height: 50px;
  line-height: 50px;
  background-color: #ae000e;
  border-radius: 27px;
  border: solid 1px #ffffff;
  margin-right: 60px;
  overflow: hidden;
}

.header .search input {
  width: 270px;
  height: 100%;
  border: 0;
  font-size: 16px;
  text-indent: 30px;
  background: none;
  color: #ff7777;
}

.header .search .file {
  position: absolute;
  top: 9px;
  right: 60px;
  display: block;
  width: 32px;
  height: 32px;
  color: transparent;
  background: url("../images/uploadimg.png") center center no-repeat;
}

.header .search .file .uploadimg {
  position: absolute;
  font-size: 0;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  opacity: 0;
  cursor: pointer;
}

.header .search .search-btn {
  width: 30px;
  height: 28px;
  margin-top: 11px;
  cursor: pointer;
  background: url("../images/searchicon.png") no-repeat;
}

.nav {
  height: 54px;
}

.nav .nav-list {
  height: 54px;
  /* width: 12.5%; */
  width: 11%;
  position: relative;
  text-align: center;
}

.nav .nav-list .nav-a {
  position: relative;
  font-size: 20px;
  color: #fff;
  padding: 0 8px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding-bottom: 3px;
}

.secondary {
  display: none;
  position: absolute;
  width: 100%;
  top: 54px;
  left: 0;
  padding: 10px 0;
  background-color: #d7c394;
  z-index: 99999;
}

.secondary-a {
  display: block;
  padding: 8px 5px;
  line-height: 20px;
  color: #746031;
  font-size: 16px;
  text-align: center;
  background-color: #d7c394;
}

.secondary-a:hover {
  color: #a38849;
}

.nav .nav-list:hover .nav-a, .nav .nav-list.active .nav-a {
  font-weight: bold;
  color: #d7c394;
}

.nav .nav-list:hover .nav-a:after, .nav .nav-list.active .nav-a:after {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 3px;
  background-color: #d7c394;
  bottom: -6px;
  left: 50%;
  margin-left: -12px;
}

.nav .nav-list:hover > .secondary {
  display: block;
}

/*footer*/
.friendly{
	width: 1200px;
}

.link {
  height: 56px;
  padding-top: 20px;
  background-color: #ae000e;
}

.link .link-tt {
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #fff;
}

.link-li {
  margin-left: 12px;
  width: 388px;
}

.sel-wrap {
  position: relative;
  width: 100%;
  height: 34px;
  border: 1px solid #fff;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sel-tt {
  padding-left: 14px;
  padding-right: 30px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sel-tt.hasval {
  color: #fff;
}

.sel-bd {
  display: none;
  position: absolute;
  z-index: 900;
  top: 36px;
  right: -1px;
  left: -1px;
  border: 1px solid #fff;
  padding: 4px 15px;
  max-height: 122px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  overflow: auto;
}

.sel-items > li {
  padding: 5px 0;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}

.sel-items > li.cur {
  color: #2590eb;
}

.footer {
  height: 186px;
  background-color: #103447;
}

.footer-link {
  padding-top: 20px;
  line-height: 48px;
  font-size: 0;
  -webkit-text-size-adjust: none;
}

.footer-link span,
.footer-link a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-right: 16px;
}

.footer-row,
.footer-row a
 {
  color: #fff;
  line-height: 34px;
}

.footer-row > div {
  width: 716px;
}

.footer-row img {
  display: inline-block;
  vertical-align: middle;
}

.followus {
  padding-top: 10px;
}

.followus h2 {
  height: 56px;
  line-height: 56px;
  font-size: 22px;
  color: #fff;
}

.followus h2 span {
  margin-left: 6px;
  font-size: 18px;
  text-transform: uppercase;
  color: #375f74;
}

.followus .code {
  margin-right: 6px;
  width: 100px;
}

.followus .code:last-child {
  margin-right: 0;
}

.followus .code img {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.followus .code p {
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
}

/* 路径导航 */
.breadcrumb {
  margin-top: 30px;
  line-height: 24px;
  height: 24px;
  background: url("../images/login/subtract.png") left center no-repeat;
}

.breadcrumb > li a {
  color: #a3a3a3;
  font-size: 16px;
}

.breadcrumb > li::before {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
  content: '>';
}

.breadcrumb > li:nth-child(1) {
  padding-left: 22px;
}

.breadcrumb > li:nth-child(1)::before {
  content: none;
}

.breadcrumb > li:last-child a {
  color: #ae000e;
}

/* 分页样式 */
.pager {
  margin-top: 15px;
  font-size: 14px;
  color: #5c5c5c;
  text-align: right;
  height: 30px;
  margin-right: 31px;
  z-index: 99999;
}

.m-pagination-page > li > a {
  height: 30px;
  line-height: 28px;
  background: #fff;
  border: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  color: #5c5c5c;
  border-radius: 4px;
}

.m-pagination-page > li.active > a,
.m-pagination-page > li:hover > a {
  background-color: #fff;
  color: #ae000e;
  font-weight: normal;
  border: 1px solid #ae000e;
}

.m-pagination-group > button:hover {
  color: #ae000e;
  border: 1px solid #ae000e;
}

.m-pagination-size > select,
.m-pagination-group > button {
  font-size: 14px;
  color: #5c5c5c;
}

.m-pagination-group > button {
  border-radius: 0 4px 4px 0;
}

.m-pagination-group > input {
  border-radius: 4px 0 0 4px;
}

.m-pagination-size,
.m-pagination-size > select,
.m-pagination-jump,
.m-pagination-group,
.m-pagination-group > input,
.m-pagination-group > button,
.m-pagination-size .chosen-container,
.m-pagination-size .chosen-container-single .chosen-single,
.m-pagination-size .chosen-container-single .chosen-single span {
  height: 30px !important;
  line-height: 28px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pager .chosen-container-single .chosen-single {
  border-radius: 4px;
}

.pager .chosen-container-single .chosen-single div b {
  width: 7px;
  height: 4px;
  margin-top: 12px;
  margin-left: 5px;
  background: url("../images/login/down2.png") left center no-repeat;
}

.pager .chosen-container-active.chosen-with-drop .chosen-single div b {
  margin-top: 10px;
  background: url("../images/login/up2.png") left center no-repeat;
}

.label-tab {
  margin-top: 50px;
  width: 190px;
  min-height: 64px;
  background: #fff;
  border-radius: 0 0 8px 8px;
}

.label-li {
  margin: 0 auto;
  width: 168px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
}

.label-li:hover, .label-li.current {
  background-color: #fff1ef;
}

.label-li:nth-child(1):hover .label-a, .label-li:nth-child(n).current .label-a {
  color: #ae000e;
  background-image: url("../images/login/icon2.png");
}

.label-li:nth-child(1) .label-a {
  display: block;
  border-radius: 4px;
  font-size: 16px;
  color: #443d3e;
  margin-bottom: 13px;
  background-image: url("../images/login/icon1.png");
  background-repeat: no-repeat;
  background-position: 31px 18px;
}

.label-li .label-a {
  display: block;
  border-radius: 4px;
  font-size: 16px;
  color: #443d3e;
  margin-bottom: 13px;
  background-image: url("../images/login/icon1.png");
  background-repeat: no-repeat;
  background-position: 31px 18px;
  padding-left: 54px;
  box-sizing: border-box;
  text-align: left;
  line-height: 22px;
  padding: 12px 12px 12px 54px;
}

.label-li:nth-child(1) {
  margin-top: 13px;
}

.label-li:last-child {
  margin-bottom: 0;
}

.label-hd {
  position: absolute;
  top: 0;
  width: 190px;
  left: 0;
  line-height: 50px;
  font-weight: bold;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  background: #fff url("../images/login/head.png") center center no-repeat;
}

.hd-li {
  margin-right: 10px;
  width: 161px;
  height: 53px;
  line-height: 53px;
  font-size: 18px;
  text-align: center;
  color: #877355;
  background: #f5efe0;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}

.hd-li a {
  line-height: 53px;
  font-size: 18px;
  text-align: center;
  color: #877355;
}


.hd-li.active,
.hd-li.current
 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #fe7860), to(#f55236));
  background: linear-gradient(180deg, #fe7860 8%, #f55236 100%);
}

.hd-li.active a,
.hd-li.current a
 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.news-items > li:hover,
.tab-items > li:hover {
  background-color: #fef8f8;
  border-top-color: #fef8f8;
}

.news-items > li:hover + li,
.tab-items > li:hover + li {
  border-top-color: #fef8f8;
}

.news-items > li:hover a,
.tab-items > li:hover a {
  color: #dc3f3f;
}

.news-items > li:hover .news-time,
.tab-items > li:hover .news-time {
  color: #e46d6d;
}

.contact {
  margin-left: 2px;
  width: 197px;
  height: 468px;
  background: url("../images/about/contact.png") left top no-repeat;
}

.contact-li {
  text-align: center;
}

.contact-a {
  display: inline-block;
  height: 51px;
  line-height: 49px;
  width: 145px;
  font-size: 16px;
  color: #b08e64;
  background: url("../images/about/contact2.png") left top no-repeat;
}

.contact-a.active, 
.contact-a.current, 
.contact-a:hover {
  color: #ae000e;
  background: url("../images/about/contact3.png") left top no-repeat;
}

.contact-li:first-child {
  margin-top: 59px;
}
