﻿* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style-type: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol ol,
ul ul,
ol ul,
dl,
ul ol {
  margin: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: none;
}

/* a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
} */

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 1200px;
}
body {
  min-width: 1250px;
  width: 100%;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

a {
  transition: 0.6s;
}
.img-m img {
  max-width: 100%;
}
.p-m {
  padding: 15px;
}
.p-r {
  padding-right: 15px;
}
.p-l {
  padding-left: 15px;
}
.p-t {
  padding-top: 15px;
}
.p-b {
  padding-bottom: 15px;
}
.p-0 {
  padding: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-lr-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.b-l-0 {
  border-left: 0 !important;
}
.b-r-0 {
  border-right: 0 !important;
}
.b-t-0 {
  border-top: 0 !important;
}
.b-b-0 {
  border-bottom: 0 !important;
}
.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}

.f-l {
  float: left !important;
}
.f-r {
  float: right !important;
}
.clear-b {
  clear: both;
}

.text-c {
  text-align: center;
}
.text-l {
  text-align: left;
}
.text-r {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.wzdd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-in {
  text-indent: 2em;
}

.dis-n {
  display: none;
}
.ov-h {
  overflow: hidden;
}
.block {
  display: inline-block;
  box-sizing: border-box;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.flex_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
li {
  list-style-type: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  background-color: transparent;
}

a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}

/*顶部*/
.top-head {
  border-top: 2px solid #019e57;
}
.logo {
  padding-top: 18px;
  padding-bottom: 18px;
}
.logo2 {
  padding-top: 40px;
  text-align: right;
}
.top-yy-a {
  padding-top: 32px;
}
.top-yy-a a {
  display: block;
  height: 36px;
  font-size: 14px;
  width: 50%;
  float: left;
  text-align: center;
  line-height: 36px;
}
@media (max-width: 1200px) {
  .top-yy-a {
    display: none;
  }
}
.jianti {
  color: #fff;
  border-radius: 50px 0 0 50px;
  background: #da0a0a;
}
.fanti {
  color: #333;
  background: #f0f0f0;
  border-radius: 0px 50px 50px 0;
}
.jianti:hover {
  background: #9e0303;
}
.fanti:hover {
  background: #040404;
  color: #fff;
}

/*导航*/
.nav-ul {
  background: #027c33;
  padding: 0;
  height: 88px;
}

/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  padding-right: 5px;
  white-space: nowrap;
  text-align: center !important;
  float: left;
  width: 10%;
}
.nav-menu > ul > li:last-child {
  border: 0;
}
.nav-menu > ul > li > a {
  font-size: 16px;
  color: #fff;
  line-height: 44px;
  height: 44px;
  padding: 0;
  font-family: SimSun;
  border-radius: 6px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.nav-menu a {
  display: block;
  position: relative;
  color: #ddecf5;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.nav-menu > ul > li > a:hover {
  background: url(../images/nav-h.png) no-repeat center;
}

.nav-menu li:hover > a,
.nav-menu .active > a {
  color: #fff;
  background: url(../images/nav-h.png) no-repeat center;
  text-decoration: none;
}
.nav-menu .drop-down ul li a:hover {
  background: #009f57 !important;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 5px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;

  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #1c3745;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #fff;
}

.nav-menu .drop-down > a:after {
  content: "";
  background: url(../images/nav-sjx.png) no-repeat right center;
  padding-left: 10px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  background: url(../images/xtb2.png) no-repeat right center;
  top: 50%;
  margin-top: -4px;
  height: 8px;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #000;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #ddecf5;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #da0a0a;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "";
  background: url(../images/xtb.png) no-repeat right center;
  top: 50%;
  margin-top: -4px;
  height: 8px;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(20, 15, 25, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*顶部导航一级*/
.nav {
}
.nav-ul {
  border: 0;
}
.nav-menu2 {
  padding: 0 25px;
  position: relative;
  background: #009c55;
  height: 44px;
}
.nav-menu2 ul.nav {
}
.nav-menu2 > ul > li.nav-item {
  padding-right: 5px;
  white-space: nowrap;
  text-align: center !important;
  float: left;
  width: 9%;
}
/*.nav-menu2 > ul > li.nav-item:nth-child(1){margin-left: 25px;}
.nav-menu2 > ul > li.nav-item:nth-child(10){margin-right: 25px;}*/
.nav-menu2 > ul > li > a {
  font-size: 16px;
  color: #fff;
  line-height: 44px;
  height: 44px;
  padding: 0;
  font-family: SimSun;
  border-radius: 6px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.nav-menu2 a {
  display: block;
  position: relative;
  color: #ddecf5;
  padding: 10px 15px;
  transition: 0.3s;
}
.nav-menu2 > ul > li > a:hover {
  background: url(../images/nav-h.png) no-repeat center;
}

.nav-menu2 li:hover > a,
.nav-menu2 .active > a {
  color: #fff;
  background: url(../images/nav-h.png) no-repeat center;
  text-decoration: none;
}

/* 二级菜单 */

.subMenu {
  width: 1200px;
  z-index: 5;
  display: block;
  background: #027c33;
  left: 0;
  position: absolute;
  display: none;
}
.subej-nav {
  width: 1044px;
  min-height: 40px;
  float: left;
  margin-top: 7px;
  display: block;
  margin-left: 120px;
}
.nav-menu2 li.nav-item:hover a + .subMenu {
  opacity: 1;
  top: 99%;
  visibility: visible;
}
.subMenu a {
  display: block;
  padding: 0 10px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  font-family: SimSun;
  border-radius: 5px;
  float: left;
  margin-top: 8px;
  margin-left: 8px;
  position: relative;
}
.subMenu a::before {
  position: absolute;
  content: "";
  right: 0px;
  width: 1px;
  height: 18px;
  background: #fff;
  top: 4px;
}

.subMenu a:hover {
  color: #fbde0f;
  background: #017943 !important;
}
.nav li:nth-child(1) .subMenu a::before {
  display: none;
}
.nav li:nth-child(2) .subMenu {
  width: 944px;
  margin-left: 120px;
}
.nav li:nth-child(3) .subMenu {
  width: 944px;
  margin-left: 220px;
}
.nav li:nth-child(4) .subMenu {
  width: 824px;
  margin-left: 360px;
}
.nav li:nth-child(5) .subMenu {
  width: 774px;
  margin-left: 400px;
}
.nav li:nth-child(6) .subMenu {
  width: 540px;
  margin-left: 570px;
}
.nav li:nth-child(7) .subMenu {
  width: 480px;
  margin-left: 700px;
}
.nav li:nth-child(8) .subMenu {
  width: 400px;
  margin-left: 750px;
}
.nav li:nth-child(9) .subMenu {
  width: 550px;
  margin-left: 650px;
}
.nav li:nth-child(10) .subMenu {
  width: 350px;
  margin-left: 850px;
}

.aa {
  display: block !important;
}

.m_main {
  margin-top: 0px;
}
.survey_right {
  margin-top: 0px;
}

/*banner*/
.banner {
  width: 1200px;
  position: relative;
  height: 600px;
  /* margin-top: 20px;
  margin-bottom: 40px; */
  margin: 20px auto;
}
.banner .tb-btn a,
.ny-banner .tb-btn a {
  width: 48px !important;
  height: 4px !important;
  border-radius: 5px !important;
}
.banner .tb-btn a.active,
.ny-banner .tb-btn a.active {
  background: #019e57 !important;
}
.banner a.prev {
  left: 15px !important;
  opacity: 0;
}
.banner a.next {
  right: -40px !important;
  opacity: 0;
}
.banner:hover a.prev,
.banner:hover a.next {
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
}

.nav-max {
  background: #009c55;
  position: relative;
}
.nav-max::before {
  background: #027c33;
  height: 44px;
  position: absolute;
  bottom: 0;
  width: 100%;
  content: "";
  z-index: 0;
}

/*首页左结构*/
.main-l {
  width: 420px;
}
.main-l-a {
  width: 100%;
  height: 290px;
}
.main-l-a li {
  width: 100%;
  height: 290px;
  float: left;
}
.main-l-a li a {
  display: block;
  width: 100%;
  height: 290px;
  position: relative;
  overflow: hidden;
}
.main-l-a li a img {
  width: 100%;
  height: 290px;
  transition: 0.5s;
}
.main-l-a li a h4,
.main-l-a li a p {
  width: 350px;
}
.main-l-a li a h4 {
  font-size: 22px;
  color: #fff;
  padding-bottom: 2px;
  display: block;
  font-weight: normal;
}
.main-l-a li a .n-por-a {
  position: absolute;
  width: 100%;
  height: 80px;
  background: url(../images/n-r-tb.png) no-repeat 373px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 12px 20px;
  bottom: 0;
  z-index: 1;
}
.main-l-a li a p {
  display: block;
  font-size: 12px;
  font-family: SimSun;
  color: #ccc;
}

.main-l-a li a:hover img {
  transform: scale(1.1);
}
.main-l-a li a:hover .n-por-a {
  background-color: rgba(1, 158, 87, 0.7);
}

.main-l-b {
  margin-top: 32px;
  margin-bottom: 32px;
}
.indnews-tit {
  padding-bottom: 8px;
  background: url(../images/t-line.png) no-repeat bottom left;
  height: 31px;
}
.indnews-tit h3,
.indnews-tit span,
.indnews-tit a {
  display: block;
  float: left;
}
.indnews-tit h3 {
  font-size: 16px;
  color: #019e57;
  padding-right: 10px;
}
.indnews-tit span {
  color: #aaaaaa;
  font-size: 14px;
  padding-top: 4px;
  text-transform: uppercase;
}
.indnews-tit a {
  float: right;
  padding-right: 17px;
  margin-top: 5px;
  background: url(../images/jia.jpg) no-repeat right;
  color: #999;
  font-size: 12px;
  font-family: SimSun;
}
.indnews-tit a:hover {
  color: #f00;
}

.list-news-c2 {
  padding-top: 7px;
}
.list-news-c2 li {
  width: 100%;
  margin-top: 10px;
  height: 20px;
}
.list-news-c2 li a {
  display: block;
  width: 100%;
  font-family: SimSun;
}
.list-news-c2 li a p {
  width: 455px;
  float: left;
  color: #666;
  font-size: 14px;
  background: url(../images/l-sjx.jpg) no-repeat left center;
  padding-left: 10px;
}
.list-news-c2 li a span {
  color: #999;
  font-size: 12px;
  padding-top: 3px;
  float: right;
}
.list-news-c2 li a:hover p {
  color: #f00;
}
.list-news-c2 li a:hover {
  transform: translateY(-3px);
}

.list-news-c {
  padding-top: 7px;
}
.list-news-c li {
  width: 100%;
  margin-top: 10px;
  height: 20px;
}
.list-news-c li a {
  display: block;
  width: 100%;
  font-family: SimSun;
}
.list-news-c li a p {
  width: 378px;
  float: left;
  color: #666;
  font-size: 14px;
  background: url(../images/l-sjx.jpg) no-repeat left center;
  padding-left: 10px;
}
.list-news-c li a span {
  color: #999;
  font-size: 12px;
  padding-top: 3px;
  float: right;
}
.list-news-c li a:hover p {
  color: #f00;
}
.list-news-c li a:hover {
  transform: translateY(-3px);
}

/*用人单位信息*/
.main-l-c-t {
  height: 100px;
  margin-top: 20px;
}
.l-img {
  width: 130px;
  height: 100px;
  overflow: hidden;
  display: block;
}
.l-img img {
  transition: 0.5s;
  width: 130px;
  height: 100px;
}
.l-img:hover img {
  transform: scale(1.1);
}
.main-l-c-t a.f-r {
  width: 280px;
}
.main-l-c-t a h4 {
  font-size: 16px;
  color: #666;
  padding-top: 12px;
  transition: 0.5s;
}
.main-l-c-t a span,
.main-l-c-t a p {
  color: #999;
  font-size: 12px;
  font-family: SimSun;
}
.main-l-c-t a span,
.main-c-t a span {
  padding-bottom: 5px;
  display: block;
}
.main-l-c-t a p,
.main-c-t a p {
  line-height: 1.5;
}
.main-l-c-t a p b,
.main-c-t a p b {
  font-weight: normal;
  color: #019e57;
}
.main-l-c-t a:hover h4,
.main-c-t a:hover h4 {
  color: #f00;
}

/*首页中间部分*/
.main-c {
  margin-left: 35px;
  margin-right: 35px;
  width: 500px;
}
.main-c-t {
  margin-bottom: 16px;
}
.main-c-t a h4 {
  font-size: 16px;
  color: #444;
  display: block;
  width: 490px;
  transition: 0.5s;
}
.main-c-t a span,
.main-c-t a p {
  color: #999;
  font-size: 12px;
  font-family: SimSun;
}
.c-news-line {
  padding: 7px 0 16px 0;
  border-top: 1px dashed #cdcdcd;
  border-bottom: 1px dashed #cdcdcd;
}
.main-c-b {
  margin: 32px 0 29px 0;
}
.main-c-b-ag a {
  display: block;
  float: left;
  overflow: hidden;
}
.main-c-b-ag a img {
  transition: 0.5s;
}
.main-c-b-ag a:hover img {
  transform: scale(1.1);
}
.main-c-b-ag a:nth-child(1) {
  width: 100%;
  height: 86px;
  margin-top: 8px;
  margin-bottom: 4px;
}
.main-c-b-ag a:nth-child(3) {
  float: right;
}

/*
招生信息
 */
.main-c-c {
  overflow: hidden;
}
.main-c-c .indnews-tit {
  margin-bottom: 20px;
}
.main-c-c-l {
  width: 335px;
  float: left;
}
.main-c-c-l a {
  overflow: hidden;
  display: block;
  float: left;
  width: 162px;
  height: 222px;
}
.main-c-c-l a:nth-child(2) {
  float: right;
}
.main-c-c-l a img {
  transition: 0.5s;
}
.main-c-c-l a:hover img {
  transform: scale(1.1);
}

.main-c-c-r h5 {
  color: #666;
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: normal;
}
.main-c-c-r a {
  color: #fff;
  display: block;
  width: 144px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 4px;
}
.main-c-c-r a span {
  padding-left: 6px;
  padding-top: 8px;
  color: #fff;
  font-size: 15px;
}
.main-c-c-r a img {
  width: 18px;
  height: 20px;
}
.main-c-c-r .bm-1 {
  background: #86c577;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-c-c-r .bm-2 {
  background: #2c8a60;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-c-c-r .bm-1:hover {
  background: #e66248;
}
.main-c-c-r .bm-2:hover {
  background: #2959a3;
}

.main-r {
  width: 200px;
  float: right;
}
.main-r h4 {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  height: 44px;
  width: 100%;
  background: url(../images/t-bj.png) no-repeat;
  text-align: center;
  text-shadow: 0 2px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 4px;
}
.main-r a {
  display: block;
  overflow: hidden;
  width: 200px;
  height: 50px;
  background: url(../images/btn2.png) no-repeat;
  text-align: center;
  color: #2681c8;
  font-size: 18px;
  line-height: 50px;
  margin-top: 5px;
  border-radius: 6px;
}
.main-r a img,
.main-r a span {
  display: block;
  float: left;
}
.main-r a img {
  margin-left: 18px;
  margin-top: 5px;
  margin-right: 8px;
}
.main-r a + h4 {
  margin-top: 10px;
}

a .btn-s-1 {
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  padding-top: 9px;
}
.main-r a:hover {
  background: #cbe4ee;
  transform: translateY(-5px);
}

.r-dh {
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  text-shadow: 0 2px 0px #d2140e;
  background: #e66248;
  border-radius: 6px;
  margin-top: 6px;
}
.r-dh img {
  margin-top: -4px;
}

.scenery {
  margin-top: 35px;
}
.scenery .indnews-tit {
  margin-bottom: 15px;
}
.scenery-c {
}
.scenery-c .img-block {
  float: left;
  overflow: hidden;
  margin-right: 1px;
}
.scenery-c .img-block a {
  display: block;
  float: left;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.img-block a img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.img-block a:hover img {
  transform: scale(1.1);
}
.scenery-c .img-block:nth-child(1) {
  width: 339px;
  height: 350px;
}
.scenery-c .img-block:nth-child(2),
.scenery-c .img-block:nth-child(4) {
  width: 314px;
  height: 350px;
}
.scenery-c .img-block:nth-child(2) a:nth-child(1),
.scenery-c .img-block:nth-child(4) a:nth-child(1) {
  width: 100%;
  height: 132px;
}
.scenery-c .img-block:nth-child(2) .f-l,
.scenery-c .img-block:nth-child(4) .f-l {
  width: 156px;
  margin-right: 1px;
}
.scenery-c .img-block:nth-child(2) .f-l a,
.scenery-c .img-block:nth-child(4) .f-l a {
  width: 156px;
  height: 108px;
  overflow: hidden;
  margin-top: 1px;
}
.scenery-c .img-block:nth-child(2) .f-l + a,
.scenery-c .img-block:nth-child(4) .f-l + a {
  width: 157px;
  height: 217px;
  margin-top: 1px;
}
.scenery-c .img-block:nth-child(3) {
  width: 230px;
  height: 350px;
}
.scenery-c .img-block:nth-child(3) a {
  width: 100%;
  height: 174px;
}
.scenery-c .img-block:nth-child(3) a:nth-child(1) {
  margin-bottom: 1px;
}

.scenery-c .img-block:nth-child(4) {
  margin-right: 0;
}

/*底部*/
.footer {
  background: #019e57;
  padding-top: 25px;
  margin-top: 35px;
  width: 100%;
  padding-bottom: 70px;
  font-family: SimSun;
}
.links {
  width: 100%;
  height: 32px;
  line-height: 32px;
  border-radius: 50px;
  padding-left: 18px;
  background: #017540;
}
.links a,
.links span {
  display: block;
  float: left;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.links a {
  padding: 0 8px;
}
.links a:hover {
  color: #eee60d;
}

.f-logo {
  padding-top: 44px;
}
.f-size {
  padding-top: 34px;
  padding-left: 30px;
  width: 600px;
  color: #fff;
}
.f-size p {
  display: block;
  width: 100%;
  padding-bottom: 8px;
  font-size: 14px;
}
.f-size p span {
  padding-left: 10px;
}
.f-two-d {
  width: 188px;
  margin-top: 18px;
}
.f-two-b {
  width: 86px;
  text-align: center;
}
.f-two-b img {
  max-width: 100%;
}
.f-two-b p {
  color: #e0e4e6;
  font-size: 12px;
  padding-top: 5px;
}

/*内容页左边*/
.ny-l {
  width: 240px;
  float: left;
  margin-top: 35px;
}
.ny-l > h3 {
  background-color: #1c7fcc;
  height: 80px;
  color: #fff;
  font-size: 24px;
  padding-top: 15px;
  padding-left: 15px;
  background-image: url(../images/bjlg.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.ny-l > h3 p {
  font-size: 16px;
  font-weight: normal;
  padding-left: 5px;
  color: rgba(255, 255, 255, 0.5);
}

.ny-l-nav {
  border: 1px solid #ccc;
  background: #ededed;
  padding: 5px;
  border-top: 0;
  padding-top: 0;
  margin-bottom: 20px;
}
.ny-l-nav ul {
  background: #fff;
  padding: 14px;
}
.ny-l-nav ul li {
  height: 42px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.ny-l-nav ul li > a {
  height: 42px;
  line-height: 42px;
  color: #333;
  display: block;
  width: 100%;
  padding-left: 22px;
  font-size: 16px;
}
.ny-l-nav ul li > a:hover {
  background: url(../images/n-na.png) no-repeat top left;
}
.act-a:hover > a {
  background: url(../images/n-na.png) no-repeat top left;
}

.ej-nav {
  position: absolute;
  left: calc(100% - 12px);
  top: 0;
  padding: 5px;
  z-index: 5;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
.ej-nav a {
  display: block;
  height: 40px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  width: 180px;
  line-height: 40px;
  text-align: center;
  color: #333;
}
.ej-nav a:hover {
  background: #eeeeee;
}
.ny-l ul li:hover > .ej-nav {
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.ny-nav-a {
  background: url(../images/n-na.png) no-repeat top left;
}

.ny-l-tp {
  width: 240px;
  height: 250px;
}
.ny-l-tp h3 {
  font-size: 21px;
  color: #1c7fcc;
  margin-top: 20px;
  margin-bottom: 10px;
}

/*内容页右边*/
.ny-r {
  width: 930px;
  float: left;
  margin-left: 30px;
  margin-top: 40px;
}
/*位置*/
.ny-r-t {
  font-size: 14px;
  color: #333;
  font-family: SimSun;
  padding: 0 35px;
  height: 34px;
  overflow: hidden;
  background: url(../images/diz.png) no-repeat 10px center #eee;
  line-height: 34px;
}
.ny-r-t a {
  color: #333;
}
.ny-r-t a:hover {
  color: #f00;
}
.ny-r-t a {
  padding-right: 10px;
  padding-left: 10px;
}
.ny-r-t a:nth-child(2) {
  padding-left: 0;
}

.ny-main h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  text-align: center;
  color: #1c7fcc;
}
.ny-main .release-time {
  text-align: center;
}
.ny-main-c {
  font-size: 14px;
  font-family: SimSun;
  color: #333;
  line-height: 2;
}

.wz-fy {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px dashed #ccc;
  font-size: 14px;
  color: #999;
}
.wz-fy a,
.wz-fy span {
}
.wz-fy span {
  width: 68px;
  padding-right: 8px;
}
.wz-fy a {
  color: #999;
  max-width: 80%;
  display: inline-grid;
}
.wz-fy a:hover {
  color: #f00;
}

.news-lb {
  overflow: hidden;
  margin-top: 15px;
}
.news-lb li {
  width: 100%;
  float: left;
  line-height: 30px;
  background: url(../images/xwtb.png) no-repeat 6px center;
  padding-top: 10px;
}
.news-lb li a {
  color: #333;
  font-size: 14px;
  font-family: SimSun;
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  padding-left: 25px;
}
.news-lb li p,
.news-lb li span {
  display: block;
  transition: 0.5s;
}
.news-lb li p {
  width: 80%;
}
.news-lb li a:hover p {
  color: #f00;
}

/*列表翻页*/
.page-ny {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-top: 15px;
  margin-top: 20px;
  float: left;
}
.page-ny a {
  display: block;
  width: 36px;
  height: 36px;
  font-size: 14px;
  color: #fff;
  margin: 0 5px 5px;
  line-height: 36px;
  background-color: #cccccc;
  border-radius: 5px;
}
.page-ny a:hover,
.page-ny .active {
  background-color: #019e57;
}

/*图文列表*/
.tuwen-blk {
  display: block;
  margin-top: 30px;
  padding: 6px;
  border: 2px solid #eee;
  border-radius: 0 0 5px 5px;
  padding-bottom: 10px;
}
.ny-img-blk {
  max-width: 292px;
  width: 100%;
  overflow: hidden;
  height: 100%;
  max-height: 218px;
  margin: 0 auto;
  background: #eee;
}
.ny-img-blk img {
  width: 100%;
  transition: 0.6s;
}
.tuwen-blk p {
  color: #333;
  font-size: 16px;
  padding-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tuwen-blk:hover p {
  color: #f00;
}
.tuwen-blk:hover img {
  transform: scale(1.1);
}

/*内页左侧幻灯片*/
.ny-l-tp .tb-list {
  width: 240px;
  height: 220px;
  background: #ccc;
}
.ny-l-tp .tb-list ul li img {
  width: 100%;
  height: 220px;
}
.ny-l-tp .tb-list .tb-btn {
  bottom: 5px;
  right: 5px;
}
.ny-l-tp .tb-list .tb-btn a {
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  margin-left: 0;
}
.ny-l-tp .tb-list .tb-btn a.active {
  background: rgba(231, 102, 77);
}
.ny-l-tp .tb-list .tb-btn a::before {
  display: block;
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
}
.ny-l-tp .tb-list .tb-btn a:nth-child(1)::before {
  content: "1";
}
.ny-l-tp .tb-list .tb-btn a:nth-child(2)::before {
  content: "2";
}
.ny-l-tp .tb-list .tb-btn a:nth-child(3)::before {
  content: "3";
}
.ny-l-tp .tb-list .tb-btn a:nth-child(4)::before {
  content: "4";
}
.ny-l-tp .tb-list .tb-btn a:nth-child(5)::before {
  content: "5";
}
.ny-l-tp .tb-list .tb-btn a:nth-child(6)::before {
  content: "6";
}
.ny-l-tp .tb-list .tb-btn a:nth-child(7)::before {
  content: "7";
}

.ny-banner {
  margin-top: 30px;
}
.topform {
  margin-top: 10px;
  margin-bottom: -10px;
  position: relative;
  z-index: 6;
}
.topform form {
  width: 210px;
  float: right;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}
.topform .search-keyword {
  width: 174px;
  height: 28px;
  padding-left: 5px;
  border: 0;
  font-size: 12px;
}
.topform .sea-btn {
  width: 33px;
  height: 28px;
  overflow: hidden;
  border: 0;
  background: #efefef;
}

.search__content {
  margin-top: 40px;
}
.noSearch {
  text-align: center;
}
.search-title {
  display: flex;
  width: 210px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}
.search-title .search-keyword {
  width: 174px;
  height: 28px;
  padding-left: 5px;
  border: 0;
  font-size: 12px;
}
.search-title .sea-btn {
  width: 34px;
  height: 28px;
  overflow: hidden;
  border: 0;
  background: #efefef;
}
.load-more {
  color: blue;
  cursor: pointer;
}
.page-large {
  margin-top: 20px;
  margin-right: -10px;
  display: flex;
  justify-content: flex-end;
}
.pagination__content a,
.page-info {
  font-size: 12px;
  color: #000;
  margin-right: 10px;
  padding: 2px 10px;
  border: 1px solid #999;
}
.pagination__content a:hover,
.page-info:hover {
  background-color: #999;
  color: #fff;
  cursor: pointer;
}
.pagination__content .none,
.pagination__content .on {
  border: 1px solid transparent;
}
.pagination__content .none:hover,
.pagination__content .on:hover {
  background-color: transparent;
  color: #000;
  cursor: text;
}
