@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-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

table {
  font-size: inherit;
  font: 100%;
  width: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: #999;
}

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

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

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

.placeholder {
  color: #999;
}

/* 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;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

/* 头部 */
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  height: 206px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2c63d8), color-stop(52.08%, rgba(46, 99, 218, 0.447917)), color-stop(76.56%, rgba(46, 99, 218, 0.252549)), to(rgba(47, 99, 219, 0)));
  background: linear-gradient(180deg, #2c63d8 0%, rgba(46, 99, 218, 0.447917) 52.08%, rgba(46, 99, 218, 0.252549) 76.56%, rgba(47, 99, 219, 0) 100%);
}
.header::before {
  content: "";
  position: absolute;
  bottom: 53px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.header .top {
  padding-top: 20px;
}
.header .top .logo {
  width: 75px;
  height: 71px;
}
.header .top .title {
  margin-left: 10px;
  width: 453px;
  height: 32px;
  padding-top: 20px;
}
.header .top .search {
  width: 310px;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 8px 16px;
  margin-top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .top .search input {
  width: 243.26px;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  background-color: transparent;
  color: #fff;
}
.header .top .search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.header .top .search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.header .top .search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.header .top .search input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.header .top .search input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.header .top .search .btn {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(../images/search.png) no-repeat center;
}
.header .nav {
  margin-top: 32px;
  height: 28px;
  position: relative;
  padding: 0 36px;
}
.header .nav .nav-item {
  line-height: 22px;
  padding: 0px 11px 6px;
}
.header .nav .nav-item a {
  display: block;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
}
.header .nav .nav-item:hover, .header .nav .nav-item.active {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 90, 206, 0)), to(rgba(12, 95, 202, 0.5)));
  background: linear-gradient(180deg, rgba(0, 90, 206, 0) 0%, rgba(12, 95, 202, 0.5) 100%);
  border-bottom: 2px solid #fff;
}
.header .nav .nav-item:hover a, .header .nav .nav-item.active a {
  font-weight: 700;
}
.header .nav .nav-item + .nav-item {
  margin-left: 58px;
}
.header .nav .nav-item:nth-child(2) {
  margin-left: 64px;
}

/* 底部 */
.footer_bg {
  background: #2a2a2a;
  background: url(../images/foot_bg.png) no-repeat center;
  color: #eee;
  position: relative;
}

.footer {
  width: 1200px;
  margin: 0 auto;
}

.foot_logo {
  float: left;
  margin-top: 30px;
}

.foot_logo img {
  max-width: 300px;
  max-height: 110px;
}

.footer a {
  color: #999;
}

.footer_team {
  padding: 50px 0 0 0;
}

.footer_team_box {
  width: 750px;
  float: left;
}

.footer_team_cat a {
  float: left;
  margin: 0 60px 0 0;
  font-size: 24px;
  line-height: 31px;
  color: #fff;
  position: relative;
}

.footer_team_cat a::after {
  content: "";
  width: 1px;
  height: 24px;
  background: #fff;
  position: absolute;
  right: -30px;
  top: 4px;
  opacity: 0.4;
  cursor: default;
}

.footer_team_cat a:last-child::after {
  display: none;
}

.footer_team_cat a:hover {
  color: #ddd !important;
}

.footer_team .info {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 21px;
}

.footer_team_title {
  margin: 0 0 3px 0;
  font-size: 24px;
}

.footer_team ul {
  margin-top: 5px;
}

.footer_other {
  float: left;
  width: 100%;
  padding: 15px 0 20px 0;
  line-height: 2;
  border-top: solid 1px #bbb;
}

.copyright {
  padding: 30px 0;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  color: #eee;
  margin-top: 80px;
}

.foot_ewm {
  float: right;
  width: auto;
  height: 130px;
  margin-top: 50px;
  margin-left: 20px;
}

.foot_ewm ul li {
  float: left;
  margin-left: 10px;
  text-align: center;
  width: 130px;
}

.foot_ewm ul li:first-child {
  margin-left: 0;
}

.foot_ewm ul li .code {
  width: 130px;
  height: 130px;
  background: #333;
}

.foot_ewm img {
  width: 130px;
  height: 130px;
}

.foot_ewm ul li p {
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
}

.foot_link {
  margin-top: 40px;
}

.foot_link a {
  font-size: 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  display: inline-block;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.foot_link a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.display_ib {
  display: inline-block;
}

.tl {
  text-align: left;
}

.ml5 {
  margin-left: 5px;
}

/*面包屑导航*/
.location {
  height: 61px;
  padding: 20px 0 20px 23px;
  line-height: 21px;
  color: #666;
  font-size: 14px;
  background: url("../images/location_ico.png") left center no-repeat;
  background-size: 14px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.location a {
  color: #666;
}
.location a:hover {
  color: #2677E0;
}
.location .current {
  color: #2677E0;
}

/*分页*/
.public-pager {
  text-align: center;
  margin-top: 20px;
}
.public-pager .m-pagination-page > li > a,
.public-pager .m-pagination-size > select,
.public-pager .m-pagination-group > input,
.public-pager .m-pagination-group > button,
.public-pager .m-pagination-info {
  border-radius: 4px;
  color: #4e5463;
}
.public-pager .m-pagination-page > li > a,
.public-pager .m-pagination-size > select,
.public-pager .m-pagination-group > input,
.public-pager .m-pagination-group > button {
  border-color: #ddd;
}
.public-pager .m-pagination-page > li > a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  padding: 0;
}
.public-pager .m-pagination-size > select {
  height: 30px;
}
.public-pager .m-pagination-group > input,
.public-pager .m-pagination-group > button {
  float: none;
}
.public-pager .m-pagination-jump {
  width: auto;
}
.public-pager .m-pagination-group > input {
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  margin: 0 6px;
}
.public-pager .m-pagination-group > input:focus {
  border-color: #2677E0;
}
.public-pager .m-pagination-page > li.active > a {
  border-color: #2677E0;
  color: #2677E0;
  background-color: transparent;
}
.public-pager .m-pagination-page > li:hover > a,
.public-pager .m-pagination-group > button:hover {
  border-color: #2677E0;
}