@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
a {
  color: #3c3c3c;
  text-decoration: none;
}
a:hover {
  color: #000;
}
header {
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.blank {
  clear: both;
  height: 30px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.logo {
  /* padding: 25px 0 0 0; */
}
nav {
  font-size: 0;
}
nav li {
  display: inline-flex;
  height: 80px;
  padding: 50px 15px 0 15px;
  font-size: 20px;
  position: relative;
}
nav li ul {
  position: absolute;
  top: 130px;
  left: 2px;
  z-index: 9999999;
  width: 110px;
  background: rgba(0, 153, 68, 0.3);
  padding: 10px 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
}
nav li ul li {
  height: 36px;
  line-height: 36px;
  padding: 0 0 0 15px !important;
}
.cur {
  background-image: linear-gradient(#8ec31f, #009944);
}
.cur a,
.cur a:hover {
  color: #fff;
}
nav a:hover {
  color: #009944;
}
.banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  width: 45px;
  border-radius: 10px;
  background: #009944;
}
.company-news {
  width: 788px;
}
.notice {
  width: 380px;
}
.column-title {
  background: url("../img/line.gif") repeat-x center;
  margin: 30px 0 20px 0;
}
.column-title i {
  display: block;
  width: 115px;
  background: #fff;
  font-style: normal;
  color: #009944;
  font-size: 24px;
}
.news-banner-item {
  width: 382px;
}
.banner-item {
  margin: 0 auto;
  text-align: center;
}
.news-banner-item h4 {
  font-size: 18px;
  padding: 15px 0 10px 0;
  font-weight: normal;
}
.news-banner-item p {
  line-height: 200%;
  padding: 0 0 50px 0;
  font-size: 16px;
}
.news-banner-item img {
  width: 382px;
  height: 230px;
}
.company-news-box {
  width: 380px;
}
.news-list li {
  height: 49px;
  line-height: 49px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.news-list li:last-child {
  border-bottom: none;
}
.news-list li span {
  position: absolute;
  right: 0;
  color: #aaa;
}
.topic {
  position: relative;
  margin: 30px 0 0 0;
}
.topic span {
  display: block;
  width: 45px;
  height: 90px;
  background: #898989;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.topic ul {
  float: right;
  font-size: 0;
}
.topic li {
  display: inline;
  margin-left: 5px;
}
.topic li img {
  width: 380px;
  height: 90px;
}
.mid-banner {
  width: 100%;
  height: 270px;
  background: url("../img/sub-banner.jpg") no-repeat center center;
  text-align: center;
  margin: 38px 0 0 0;
}
.mid-banner li {
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  text-shadow: 5px 2px 5px rgb(0 0 0 / 80%);
  display: inline-table;
  padding: 0 100px;
  height: 270px;
  line-height: 270px;
}
.column-title2 {
  margin-top: 28px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #009944;
  position: relative;
  font-size: 26px;
  color: #009944;
  font-weight: normal;
}
.column-title2 i {
  position: relative;
  font-style: normal;
}
.column-title2 i:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #009944;
  position: absolute;
  bottom: -13px;
  left: 0;
}
.news-item {
  width: 382px;
}
.news-rotation {
  width: 380px;
  margin: 0 28px;
}
.news-rotation-item {
  position: relative;
  background: #eee;
}
.news-rotation-item h4 {
  display: block;
  width: 380px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #009944;
  font-weight: normal;
  color: #fff;
  position: absolute;
  left: 0;
  top: 216px;
}
.news-rotation-item h4 a {
  color: #fff;
}
.news-rotation-item img {
  width: 380px;
  height: 252px;
}
.news-rotation-item p {
  padding: 10px 20px;
  line-height: 180%;
}
.first-news h4 {
  font-weight: normal;
  font-size: 16px;
  padding: 15px 0;
}
.first-news p {
  font-size: 14px;
  line-height: 200%;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.rotation-banner {
  margin: 18px 0 0 0;
}
footer {
  background: #f2f2f2;
}
.foot-nav {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 25px 0;
  border-bottom: 1px solid #d0d0d0;
}
.foot-nav li {
  display: inline-table;
  font-size: 16px;
  border-right: 1px solid #3c3c3c;
  padding: 0 30px;
}
.foot-nav li:last-child {
  border-right: none;
}
.foot {
  padding: 35px 0 35px 0;
  width: 1200px;
  margin: 0 auto;
}
.foot-ewm {
  float: left;
  width: 250px;
}
.foot-ewm-txt {
  float: left;
  width: 170px;
  text-align: center;
  line-height: 150%;
}
.foot-ewm-txt span {
  display: block;
  width: 100px;
  border-radius: 10px;
  background: #18aded;
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin: 0 auto;
}
.foot-ewm-txt h6 {
  font-weight: normal;
  font-size: 12px;
}
.foot-ewm-img {
  width: 80px;
  float: left;
}
.foot-ewm-img img {
  width: 80px;
}
.foot-img {
  float: left;
  border-right: 1px solid #d0d0d0;
  padding: 15px 0 10px 0;
}
.foot-img img {
  margin: 0 15px 0 0;
}
.foot-img p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot-txt {
  float: left;
  text-align: left;
  width: 550px;
  font-size: 13px;
  padding: 0 0 0 15px;
  line-height: 200%;
}
.foot-txt a:hover {
  text-decoration: underline;
}

.sub-banner {
  width: 100%;
  font-size: 0;
  position: relative;
}
.sub-banner img {
  width: 100%;
}

.main {
  width: 1200px;
  margin: 0 auto;
}
.sort {
  font-size: 0;
  border-bottom: 1px solid #039a43;
  margin-bottom: 70px;
}
.sort li {
  display: inline-grid;
  font-size: 26px;
  margin-right: 64px;
  position: relative;
}
.sort li:after {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  position: absolute;
  top: 20px;
  right: -32px;
  background: #dcdcdc;
}
.sort li:last-child:after {
  display: none;
}
.sort li a {
  color: #3c3c3c;
  display: block;
  height: 66px;
  line-height: 66px;
}
.sort li a:hover {
  color: #039a43;
}
.current a {
  border-bottom: 4px solid #039a43;
  color: #039a43 !important;
}
.content {
  line-height: 180%;
  font-size: 16px;
  padding: 30px 0;
}
.content p {
  padding: 10px 0;
}
.news-main {
  float: left;
  width: 745px;
}
.news-items {
  padding: 18px;
}
.news-items:hover {
  box-shadow: 0 0 10px rgba(44, 44, 44, 0.4);
}
.news-items:hover .news-txt span {
  color: #009944;
}
.news-img {
  float: left;
  width: 215px;
  overflow: hidden;
}
.news-img img {
  width: 215px;
}
.news-txt {
  float: right;
  width: 460px;
}
.news-txt2 {
  float: right;
  width: 720px;
  position: relative;
  padding-right: 200px;
}
.news-txt2 span {
  position: absolute;
  right: 0;
  top: 20px;
  color: #a0a0a0;
}
.news-txt2 em {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #a0a0a0;
  margin: 0 auto;
  font-style: normal;
}
.news-txt2 i {
  font-style: normal;
}
.news-txt h4 {
  font-size: 20px;
  font-weight: normal;
  line-height: 180%;
  padding-bottom: 40px;
}
.news-txt2 h4 {
  padding-bottom: 10px;
}
.news-txt2 p {
  line-height: 180%;
  color: #6a6a6a;
  font-size: 18px;
}
.news-txt h4 a:hover {
  text-decoration: underline;
  color: #009944;
}
.news-txt h5 {
  font-weight: normal;
  font-size: 16px;
  color: #a6a6a6;
}
.news-side {
  float: right;
  width: 415px;
}
.news-side h4,
.news-side-h4 {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #00a0e9;
  font-size: 20px;
  color: #00a0e9;
  position: relative;
}
.news-side h4 b,
.news-side-h4 b {
  position: relative;
  font-weight: normal;
}
.news-side h4 b:before,
.news-side-h4 b:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #00a0e9;
  position: absolute;
  left: 0;
  bottom: -16px;
}
.news-side h4 span,
.news-side-h4 span {
  position: absolute;
  right: 0;
  top: 0;
}
.news-side h4 span a,
.news-side-h4 span a {
  color: #a6a6a6;
  font-weight: normal;
  font-size: 16px;
}
.news-side h4 span a:hover,
.news-side-h4 span a:hover {
  text-decoration: underline;
}
.news-side-img {
  float: left;
  width: 106px;
  overflow: hidden;
}
.news-side-img img {
  width: 106px;
}
.news-side-txt {
  float: right;
  width: 256px;
  padding: 10px 0;
  line-height: 180%;
}
.news-side-txt p a:hover {
  text-decoration: underline;
  color: #00a0e9;
}
.news-side-box {
  padding: 12px;
  border: 1px solid #eee;
}
.news-side-box {
  margin-top: 18px;
}
.news-side-item {
  margin-bottom: 10px;
}
.side-video {
  margin: 0 0 0 0;
}
.side-video h5 {
  color: #0068b7;
  font-size: 16px;
  padding: 20px 0;
  font-weight: normal;
  line-height: 180%;
}
.side-video h5 a:hover {
  text-decoration: underline;
  color: #00a0e9;
}
.side-video h6 {
  font-weight: normal;
  color: #969696;
  position: relative;
}
.side-video h6 span {
  position: absolute;
  right: 0;
  top: 0;
}
.side-video video {
  margin: 0 0 0 0;
}
.news-title {
  font-size: 24px;
  color: #3c3c3c;
  line-height: 150%;
  padding: 40px 0 40px 0;
  text-align: center;
}
.news-date {
  color: #a6a6a6;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 20px 0;
  text-align: center;
}
.position {
  background: #eeeeee;
  height: 50px;
  line-height: 50px;
}
.position-box {
  width: 1200px;
  margin: 0 auto;
  color: #8f8f8f;
}
.position-box a {
  color: #8f8f8f;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.prev-next {
  padding: 65px 0 30px 0;
  border-top: 1px solid #eee;
}
.news-prev,
.news-next {
  position: relative;
  height: 125px;
  width: 50%;
}
.news-prev span,
.news-next span {
  display: block;
  width: 125px;
  height: 125px;
  line-height: 125px;
  text-align: center;
  background: #eee;
  position: absolute;
  left: 0;
  top: 0;
}
.prev-next-title {
  margin: 0 24px 30px 154px;
  font-size: 20px;
  line-height: 180%;
}
.prev-next-title a {
  color: #3c3c3c;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow: hidden;
}
.prev-next-title a:hover {
  text-decoration: underline;
}
.prev-next h4 {
  margin: 0 24px 0 154px;
  font-size: 16px;
  color: #a6a6a6;
  position: relative;
  font-weight: normal;
}
.prev-next h4 i {
  display: block;
  width: 90px;
  height: 18px;
  overflow: hidden;
  font-style: normal;
  position: absolute;
  right: 0;
  top: 0;
}
.pagination {
  display: block;
  text-align: center;
  font-size: 0;
  padding: 50px 0;
}
.pagination li {
  display: inline-grid;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  font-size: 16px;
  margin: 0 5px;
}
.disabled {
  background: #eee;
}
.active {
  background: #00a0e9;
  color: #fff;
}
.fix {
  width: 100%;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 99999;
}
.industry-item {
  box-shadow: 0 0 10px rgba(44, 44, 44, 0.4);
  margin-top: 55px;
}
.industry-item:hover {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.industry-item:hover h4 a,
.industry-item:hover h5,
.industry-item:hover p {
}
.industry-item-img {
  font-size: 0;
}
.industry-item-img {
  float: left;
  width: 380px;
  height: 254px;
  position: relative;
}
.industry-item-img:after {
  display: block;
  content: "";
  width: 380px;
  height: 15px;
  background: #094;
  position: absolute;
  left: 0;
  top: -15px;
}
.industry-item-img img {
  width: 380px;
  height: 254px;
}
.industry-item-txt {
  float: right;
  width: 820px;
  margin: 0 0 0 0;
  height: 239px;
  border-bottom: 15px solid #009944;
}
.industry-item-txt h4 {
  font-size: 26px;
  font-weight: normal;
  padding: 30px 30px 0 30px;
}
.industry-item-txt h5 {
  font-size: 18px;
  color: #6a6a6a;
  font-weight: normal;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.industry-item-txt p {
  font-size: 18px;
  color: #6a6a6a;
  line-height: 200%;
  padding: 23px 30px 34px 30px;
}
.industry-item-txt h6 {
  font-size: 0;
  font-weight: normal;
}
.industry-item-txt h6 a {
  display: inline-grid;
  padding: 0 9px;
  background: #eee;
  height: 25px;
  line-height: 25px;
  color: #3c3c3c;
  font-size: 14px;
  margin-right: 5px;
}
.industry-item-txt h6 a:hover {
  text-decoration: underline;
}
.programe-list {
  width: 380px;
  height: 430px;
  display: inline-table;
  margin: 20px 8px;
  background: #eee;
}
.programe-list-img {
  position: relative;
}
.programe-list-img h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 340px;
  height: 36px;
  line-height: 36px;
  background: #009944;
  color: #fff;
  font-weight: normal;
  padding: 0 20px;
}
.programe-list-img img {
  width: 380px;
  height: 254px;
}
.programe-list-txt p {
  padding: 20px;
  line-height: 200%;
  color: #3c3c3c;
}
.layui-laypage a,
.layui-laypage span {
  padding: 0px 16px !important;
  height: 38px !important;
  line-height: 38px !important;
  margin: 0 5px 0px 5px !important;
}
.layui-laypage button,
.layui-laypage input {
  height: 40px !important;
  line-height: 40px !important;
}
.layui-laypage-pageTheme .layui-laypage-em,
.layui-laypage-pageTheme button,
.layui-laypage-pageTheme a:not(.layui-disabled):hover {
  background: #009944 !important;
}
.layui-laypage-pageTheme span,
.layui-laypage-pageTheme a {
  font-size: 14px !important;
}
