/*Technical Support SudyTech*/
/* common */
html {
  background-color: #f7f7f7;
}
.container {
  width: 1380px;
  margin: 0 auto;
}
.container-ny {
  margin-bottom: 80px;
}
@media screen and (max-width: 1380px) {
  .container {
    width: 1200px;
  }
}
.flex-0 {
  display: flex;
  align-items: center;
}
.flex-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-3 {
  display: flex;
  justify-content: space-between;
}
.flex-4 {
  display: flex;
  flex-wrap: wrap;
}
.flex-5 {
  display: flex;
  justify-content: flex-start;
}
.flex-6 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-7 {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

/* header */
.header {
  width: 100%;
  height: 180px;
  background: url('../images/bg.png') no-repeat 0 0;
  background-size: cover;
}
.header .container {
  height: 100%;
}
.header .logo {
  width: 682px;
/*  height: 116px;*/
}
.header .logo img {
  width: 100%;
  height: auto;
}
.header .motto {
  width: 441px;
  height: 55px;
  margin-top: 20px;
}
.header .motto img {
  width: 100%;
  height: 100%;
}
.header .search {
  width: 441px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px #026433 solid;
  box-sizing: border-box;
  border-radius: 12px;
}
.header .search-icon {
  flex: none;
  position: relative;
  width: 25px;
  height: 25px;
  padding: 0 15px;
  border-right: 1px #ddd solid;
}
.header .search-icon img {
  width: 100%;
  height: 100%;
}
.header .search-input {
  flex: 1;
  height: 50px;
  padding: 0 10px;
}
.header .search-input input {
  width: 100%;
  height: 95%;
  border: none;
  background-color: transparent;
  outline: none;
  color: #333;
}
.header .search-btn {
  flex: none;
  width: 80px;
  height: 50px;
}
.header .search-btn button {
  width: 100%;
  height: 100%;
  border: none;
  color: #fff;
  border-radius: 0 10px 10px 0;
  background-color:#026433;
}
@media screen and (max-width: 1380px) {
  .header .logo {
    width: 593px;
    height: 101px;
  }
  .header .motto {
    width: 384px;
    height: 48px;
  }
}


/* nav */
.nav {
  height: 54px;
  font-size: 18px;
}
.nav a {
  display: block;
  height: 100%;
  font-size: 18px;
  color: #333;
  line-height: 54px;
  padding: 0 30px;
}
.nav a:hover{
  color:#fff;
} 
.nav-item {
  position: relative;
  height: 100%;
}
.nav-item.selected{
  background-color: #00864e;
}
.nav-item.selected a {
  color: #fff;
}
.nav-item__second {
  z-index: 9;
  position: absolute;
  left: -20px;
  width: 100%;
  padding: 0 20px;
  background-color: rgba(0, 134, 78, 0.8);
  color: #fff;
}
.nav-item__second a {
  font-size: 16px;
  color: #fff;
  line-height: 52px;
  text-align: center;
  width: 100%;
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  transition: height 0.5s ease-in;
  margin-left: -20px;
}
.nav-item:hover {
  background-color: #00864e;
}
.nav-item:hover a {
  color: #fff;
}
.nav-item:hover .nav-item__second a {
  height: 52px;
}
.nav-item__second a:hover {
  background-color: #00864e;
}
@media screen and (max-width: 1380px) {
  .nav a {
    padding: 0 24px;
  }
  .nav-item__second a {
    padding: 0 20px;
  }
}


/* friend-links */
.friend-links {
  background-color: #e3e3e3;
  padding-top: 24px;
}
.friend-links-title {
  padding-bottom: 18px;
}
.friend-links-icon {
  width: 24px;
  height: 24px;
}
.friend-links-icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.friend-links-text {
  font-size: 24px;
  color: #333;
  padding-left: 7px;
}
.links-item {
  display: block;
  background-color: #fff;
  border: 1px #e8e8e8 solid;
  padding: 0 9px;
  margin-right: 22px;
  margin-bottom: 24px;
  font-size: 14px;
  color: #666;
  line-height: 35px;
}
.links-item:hover {
  background-color: #00864e;
  color: #fff;
}

/* footer */
.footer {
  width: 100%;
  height: 175px;
  background-color: #00864e;
}
.footer .container {
  height: 100%;
}
.footer .footer-info {
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}


/* common-title */
.common-title {
  height: 66px;
  border-bottom: 1px #ededed solid;
}
.common-title-l {
  height: 100%;
  border-bottom: 3px #008f44 solid;
}
.common-title-icon {
  width: 24px;
  height: 24px;
}
.common-title-icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.common-title-text {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  padding-left: 16px;
}
.common-title-more {
  height: 34px;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 34px;
}
.common-title-more:hover {
  color: #00864e;
  font-weight: bold;
}
.common-title-more_text {
  font-size: 14px;
  color: #c3c3c3;
  padding: 0 17px;
  border: 1px solid #e1e1e1;
  border-radius: 17px;
}
.common-title-more_text:hover {
  color: #e1b621;
  border: 1px solid #e1b621;
}

/* news-list */
.news-list {
  width: 440;
}
.news-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 45px;
  padding-left: 23px;
}
.news-item::before {
  position: absolute;
  left: 0;
  content: '';
  width: 10px;
  height: 10px;
  background: url('../images/icon-13.png') no-repeat 0 0;
}
.news-item a {
  display: block;
  flex: 1;
  color: #333;
  padding-right: 23px;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item span {
  flex: none;
  color: #999;
}
.news-item:hover a {
  color: #e1b621;
}
.news-item:hover::before {
  border-color: #e1b621;
}


/* common-banner */
.common-nybanner {
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.common-nybanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* common-content */
.common-content {
  width: 1060px;
  background-color: #fff;
  padding: 0 30px 100px 30px;
  box-sizing: border-box;
}


/* common-slide */
.common-slide {
  flex: none;
  width: 250px;
}
.common-slide .slide-title {
  width: 100%;
  height: 120px;
  background-color: #00864e;
  border-bottom: 3px #edc15d solid;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 120px;
}
.common-slide .slide-list {
  background-color: #fff;
  padding: 18px 0;
  box-sizing: border-box;
  background-image: url('../images/slide-bg.png');
  background-position: 85px 577px;
  background-repeat: no-repeat;
}
.common-slide .slide-item {
  font-size: 24px;
  color: #333;
  line-height: 64px;
  text-align: center;
}
.common-slide .slide-item.selected {
  background-color: #00864e;
  color: #fff;
}
.common-slide .slide-item_second {
  font-size: 16px;
}
.common-slide .slide-item_second-item {
  font-size: 14px;
}
.common-slide .slide-item a:hover {
  color: #00864e;
}
.common-slide .slide-item-active a:hover {
  color: #fff;
}


/* common-position */
.common-position {
  position: relative;
  width: 100%;
  height: 77px;
  border-bottom: 1px #e6e6e6 solid;
}
.common-position-title {
  font-size: 30px;
  color: #383838;
  line-height: 77px;
  font-weight: bold;
  border-bottom: 2px #00864e solid;
}

.common-position-icon {
  width: 25px;
  height: 25px;
  margin-right: 13px;
}
.common-position-icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.common-position-cur {
  font-size: 16px;
  color: #333;
  line-height: 90px;
}
.common-position-cur span {
  vertical-align: top;
}
.common-position-cur span:last-child {
  color: #666;
}


/* common-desc */
.common-desc,
.common-desc p,
.common-desc p span,
.common-desc span {
  font-size: 16px;
  color: #333;
  line-height: 36px;
}

/* single-detail */
.single-detail {
  padding: 40px 18px 57px 18px;
}
.single-title {
  font-size: 30px;
  color: #333;
  line-height: 36px;
  text-align: center;
}


/*翻页*/
.pageNum{width:100%;height: 50px;margin: 50px auto;}
.pageNum a,.pageNum i,.pageNum em,.pageNum span{height: 37px; line-height: 37px; padding: 0 15px; display: inline-block; border: 1px #e8e8e8 solid; background-color: #fff;  margin: 0 3px;color:#515151; }
.pageNum i{background-color: #fff;}
.pageNum a:hover,.pageNum .pative,.pageNum span{color:#fff;background-color:#d30b15;}


/* pagination */
.common-pagination {
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  margin-top: 78px;
}
.common-pagination__item {
  display: inline-block;
  height: 37px;
  padding: 0 20px;
  border: 1px #e8e8e8 solid;
  margin-right: 5px;
  color: #515151;
  line-height: 37px;
  cursor: pointer;
}
.common-pagination__item:hover {
  color: #d30b15;
}
.common-pagination__cur {
  color: #fff;
  background-color: #d30b15;
}
.common-pagination__cur:hover {
  color: #fff;
}
.common-pagination__next {
  margin-left: 5px;
}
.common-pagination-list {
  display: inline-block;
}
.pagination-ellipsis-prev,
.pagination-ellipsis-next {
  margin-right: 5px;
}
.common-pagination-form {
  display: inline-block;
}
.common-pagination-form__input {
  width: 53px;
  height: 37px;
  border: 1px #e8e8e8 solid;
  margin: 0 4px;
  box-sizing: border-box;
  text-align: center;
  outline: none;
}
.common-pagination-form__button {
  height: 37px;
  border: 1px #e8e8e8 solid;
  padding: 0 10px;
  background-color: transparent;
  font-size: 14px;
}

@media screen and (max-width: 1380px) {
  .common-content {
    width: 921px;
  }
  .common-slide {
    width: 217px;
    height: 104px;
  }
  .common-slide .slide-title {
    height: 104px;
    font-size: 34px;
    line-height: 104px;
  }
  .common-slide .slide-item {
    font-size: 20px;
    line-height: 52px;
  }
}