.w_percent67 {
  width: 67%;
}
.w_percent30 {
  width: 30%;
}
.w_percent35 {
  width: 35%;
}
.w_percent40 {
  width: 40%;
}
.w_percent48 {
  width: 48%;
}
.w_percent100 {
  width: 100%;
}
.flex1 {
  flex: 1;
  overflow: hidden;
}
.textright {
  text-align: right;
}
.mr1rem {
  margin-right: 1.0rem;
}
.nowrap1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.clamp1lh24 {
  height: 3.0rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.clamp1lh30 {
  height: 3.75rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.clamp2lh24 {
  height: 3.0rem;
  line-height: 1.5rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.clamp2lh30 {
  height: 3.75rem;
  line-height: 1.875rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
 /* title */
 .title {
  display: flex;
  height: 2.5rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
  background: #f5f5f5;
  padding: 0 1.0rem;
}
.title .title-name {
  color: #007c3c;
}
.title .title-name h5{
  position: relative;
  padding-left: 0.8rem;
}
.title .title-name h5::before{
  position: absolute;
  content: "";
  width: 6px;
  height: 1.25rem;
  background: #007c3c;
  display: block;
  left: 0;
  top: 2px;
}
.title .title-name i {
  display: flex;
  width: 1.375rem;
  margin-right: 0.875rem;
}
.title .title_midline::before {
  content: '';
  display: inline-block;
  width: 96%;
  height: 1px;
  background: #ccc;
  margin: 0 2%;
  vertical-align: middle;
}
.title .title-more,
.title .title-more a {
  color: #999;
  text-transform: uppercase;
}
.title .title-more a:hover {
  color: #007c3c;
}
.title .title-more span.active {
  color: #eb2727;
}
.title .title-more span::after {
  content: '';
  width: 1px;
  height: 20px;
  display: inline-block;
  background: #ccc;
  margin: 0 10px;
  vertical-align: middle;
}


.menu-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 6.25rem;
  }
.header_nav {
  background-image: linear-gradient(#4cb228,#009515,#047b0e);
}
.navbar-wrap {
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
.navbar-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.navbar-wrap ul li {
  display: block;
  position: relative;
}
.navbar-wrap>ul>li a {
    color: #fff;
    padding: 0 1.75rem;
    height: 3.125rem;
    line-height: 3.125rem;
    display: block;
    margin: 0 1.6rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    z-index: 1;
}
.navbar-wrap>ul>li::after {
  position: absolute;
  content: "";
  height: 1.25rem;
  width: 1px;
  top: 1.0rem;
  right: 0;
  background: #fff;
  display: inline-block;
  vertical-align: text-bottom;
}
.navbar-wrap ul li:last-child::after {
  content: none;
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a,
.navbar-wrap ul li .submenu li.active > a,
.navbar-wrap ul li .submenu li:hover > a,
.mobile-menu .navigation li.active > a,
.mobile-menu .navigation li ul li.active > a {
  color: #ffff00;
}
.main-menu .navigation li.dropdown .dropdown-btn {
  display: none;
}
.navbar-wrap ul li .submenu {
  position: absolute;
  z-index: 9;
  background-color: #fff;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  display: block;
  left: 0;
  opacity: 0;
  padding: 10px 0;
  right: 0;
  top: 91%;
  visibility: hidden;
  width: 80%;
  border-top: 4px solid #ff7700;
  background: #ffffff;
  box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
  margin: 0 auto;
  transform: scale(1 , 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li .submenu li {
  margin-left: 0;
  text-align: center;
  display: block;
}
.navbar-wrap ul li .submenu li a {
  padding: 0 5px;
  margin: 0 5px;
  line-height: 30px;
  height: 30px;
  color: #000;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.navbar-wrap ul li .submenu li a:hover {
  color: #007c3c;
}
.navbar-wrap ul li .submenu li a span {
  color: #fff;
  padding: 0 5px;
}
.navbar-wrap ul li .submenu li a:hover span {
  color: #007c3c;
}

.search_control {
  position: relative;
  width: 37.5%;  
}
.search-form {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  /* box-shadow: -1px 3px 4px 1px #c3c3c3; */
  z-index: 10;
}
.search-input {
  display: block;
  width: 100%;  
  padding-right: 45px;
  padding-left: 15px;
  height: 38px;
  line-height: 38px;
}
.search-btn,.submit-btn{
  width: 1.0rem;
  height: 1.0rem;
  margin-right: 15px;
}
.search-btn {
  position: relative;
}
.search-btn .submit-btn {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  background: url(../images/icon_search.png) no-repeat;
  background-size: cover;
}
.search-form input::-webkit-input-placeholder {
  color: #555;
  opacity: 1;
}
.header_btn .liveMessage .i1 {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  background: url(../images/icon_message.png) no-repeat;
  background-size: cover;
  vertical-align: text-bottom;
}


  /* Mobile-menu */
  .nav-logo img {
    width: 150px;
  }
  .mobile-menu {
    position: fixed;
    right: 0;
    top: 6.25rem;
    padding-right: 30px;
    max-width: 100%;
    width:0px;
    height:0px;
    z-index: 99;
  }
  .mobile-menu .navbar-collapse {
    display: block !important;
  }
  .mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
  }
  .mobile-menu-visible {
    overflow: hidden;
  }
  .mobile-menu-visible .mobile-menu {
    width: 100%;
    height: 100%;
  }
  .mobile-menu .navigation li.current>a:before {
    height: 100%;
  }
  .mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 6.25rem;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background: #000;
  }
  .mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .mobile-menu .menu-box {
    position: absolute;
    right:0px;
    top: 0px;
    width: 80%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #202020;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
  }
  .mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .mobile-menu .close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
  }
  .mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
  }
  .mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
  }
  .mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }
  .mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
  }
  .mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
  }
  .mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
  }
  .mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
  }
  .mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mobile-menu .navigation li>ul,
  .mobile-menu .navigation li>ul>li>ul {
    display: none;
  }
  .mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
  }
  .mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
  }
  .mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .mobile-nav-toggler {
    position: relative;
    float: right;
    cursor: pointer;
    line-height: 1;
    color: #213e6e;
    display: none;
  }


  .login-pop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
    z-index: 100;
    display: none;
  }
  .login-pop .mask_login {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 101;
  }
  .login_cover {
    position: absolute;
    width: 560px;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 102;
  }
  .login-box {
    position: relative;
    width: 100%;
    padding: 20px;
    background: #fff;
    margin: auto;
  }
  .close-pop {
    position: absolute;
    color: #ccc;
    left: auto;
    top: -5px;
    right: 5px;
  }
  .login-box .back {
    position: absolute;
    left: 15px;
    top: 15px;
  }
  .login_log {
    text-align: center;
  }
  .login_name {
    color: #000;
    font-size: 1.5rem;
    text-align: center;
  }
  .login_content {
    color: #999;
  }
  .login_item {
    margin-top: 1.5rem;
  }
  .login_item input {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 0 10px 0 3.0rem;
    height: 3.125rem;
    line-height: 3.125rem;
  }
  .login_item.i1 input {
    background: url(../images/icon1_1.png) no-repeat 1.0rem center;
  }
  .login_item.i2 input {
    background: url(../images/icon1_2.png) no-repeat 1.0rem center;
  }
  .login_item textarea {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 0 10px 0 3.0rem;
    line-height: 3.125rem;
    background: #fff;
  }
  .login_item.i3 textarea {
    background: url(../images/icon1_3.png) no-repeat 1.0rem 1.0rem;
  }
  .login_content .submit {
    width: 35%;
    margin: 1.875rem auto 0.9rem;
  }
  .login_content .submit input {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    background: #007c3c;
    text-align: center;
    color: #fff;
  }
  .login_content .submit input:hover {
    background: #008911;
    cursor: pointer;
  }
  .login_item textarea::-webkit-input-placeholder,
  .login_item input::-webkit-input-placeholder {
    color: #999;
  }

  .index_slide_box .swiper-pagination span {
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 1;
    background: transparent;
  }
  .index_slide_box .swiper-slide img {
    width: 100%;
  }
  .index_slide_box .swiper-pagination span.swiper-pagination-bullet {
    margin: 0 0.6rem;
  }
  .index_slide_box .swiper-pagination span.swiper-pagination-bullet-active {
    background: #007c3c;
  }


  .set1_nav1,
  .set1_nav {
    background: #f5f5f5;
  }
  .set1_nav1 a,
  .set1_nav1 span,
  .set1_nav span {
    display: inline-block;
    margin: 0 1.0rem;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
  }
  .set1_nav1 a.active,
  .set1_nav1 a:hover,
  .set1_nav1 span.active,
  .set1_nav span.active {
    border-bottom: 2px solid #007c3c;
    cursor: pointer;
    color: #007c3c;
  }


  .set1_lists .news-box {
    padding: 1.0rem 0;
    border-bottom: 1px solid #eee;
  }
  .set1_lists .news-box:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .news-box .news-content h6{
    height: 3.0rem;
    line-height: 1.5rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news-box .news-content .news-date{
    color: #999;
  }
  .news-box a:hover .news-content h6 {
    color: #007c3c;
  }

  .set2_new_tj .news-box .image-box {
    margin-right: 1.25rem;
  }
  .set2_new_tj .news-box .news-content h6 {
    font-size: 1.25rem;
    color: #333;
    height: auto;
    display: block;
  }
  .set2_new_tj .news-box .news-content .news-info {
    height: 3.0rem;
    line-height: 1.5rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
  }
  .set2_new_tj .news-box .news-content .news-date {
    color: #999;
  }

  .set2_new_2column ul {
    width: 48%;
  }
  .set2_new_2column ul li{
    padding: 6px 0;
  }
  .set2_new_2column ul li h5 {
    color: #0f0f0f;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .set2_new_2column ul li h5::before {
    content: "•";
    color: #666;
    margin-right: 0.5rem;
  }
  .set2_new_2column ul li .date {
    color: #999;
    width: 6.25rem;
  }
  
  .set2_new_1column ul {
    width: 100%;
  }
  .set2_new_1column ul li{
    padding: 6px 0;
  }
  .set2_new_1column ul li h5 {
    color: #0f0f0f;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .set2_new_1column ul li h5::before {
    content: "•";
    color: #666;
    margin-right: 0.5rem;
  }
  .set2_new_1column ul li .date {
    color: #999;
    width: 6.25rem;
    text-align: right;
  }
  .set2_new_1column ul li h5 a:hover {
    color: #007c3c;
  }
  
  .set3_new_box {
    position: relative;
  }
  .set3_team {
    width: 90%;
    margin: 0 auto;
  }
  .index_team_list {
    padding: 5px;
  }
  .index_team_list .team_item a {
    display: block;
    box-shadow: 1px 1px 5px 1px #ccc;
  }
  .index_team_list .team_item a:hover {
    box-shadow: 1px 1px 5px 1px #d7eae0;
  }
  .index_team_list .team_item img {
    width: 100%;
    transition: all .5s;
  }
  .index_team_list .team_item a:hover img {
    transform:scale(1.01)
  }
  .index_team_list .team_item h5 {
    font-size: 1.125rem;
    padding: 0.5rem;
    text-align: center;
  }
  .index_team_list .team_item a:hover h5 {
    color: #007c3c;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    color: #d7d7d7;
    font-size: 1.875rem;
  }
  
  .set4_bottom {
    margin: 0 -1.5%;
  }
  .set4_i {
    float: left;
    width: 30.3%;
    margin: 0 1.5%;
  }

  .set2_new_1column ul li h5 a.flag {
    color: #ff8800;
  }
  .set2_new_1column ul li h5 a.flag:hover {
    color: #007c3c;
  }

  .set4_right_video .news-box {
    position: relative;
  }

  .set4_right_video .news-box h5 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px;
    font-size: 0.875rem;
    text-align: center;
  }
  .set4_right_video .news-box .icon_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 2.5rem;
    height: 2.5rem;
  }

  /* footer */
.footer_1 {
background: #333;
padding: 1.0rem 0;
}
.footer_1_left>h5 { 
  font-size: 1.25rem;
  color: #fff;
}
.footer_nav { 
  margin: 1.0rem 0;
}
.footer_nav ul li { 
  color: #ccc; 
}
.footer_nav ul li a{ 
  font-size: 0.875rem; 
  color: #ccc; 
  padding: 0 1.0rem;
}
.footer_nav ul li:first-child a {
  padding-left: 0;
}
.footer_contact span { 
  display: inline-block;
  font-size: 0.875rem; 
  padding: 0 1.0rem;
  color: #999;
}
.footer_contact span:first-child {
  padding-left: 0;
}
.footer_code {
  font-size: 0.875rem;
  color: #999;
}
.footer_code .code1 {
  margin-left: 2.5rem;
  text-align: center;
}
.footer_code img {
  border: 5px solid #fff;
  border-radius: 4px;
  margin-bottom: 2px;
}
.footer_2 {
  text-align: center;
  padding: 1.25rem 0;
  font-size: 0.875rem;
  color: #999;
  background: #222222;
}
.footer_2_info span {
  display: inline-block;
  margin-bottom: 5px;
}
.footer_2_info span.pd20 {
  padding: 0 1.25rem;
}
.footer_2_info  a{
  color: #ccc;
}

.bread {
  color: #999;
}
.bread a {
  color: #ccc;
}

.i_news_list .set2_new_tj {
  padding: 0.625rem 0;
}

.tit_nnews{ 
  font-size:1.5rem; 
  color:#0f0f0f; 
  text-align:center
}
.tit_nnews_small{
  text-align:center; 
  padding:0.4rem 0 0.8rem; 
  
}
.tit_nnews_small span{  
  padding:15px 20px; 
  color:#999;
}
.nydynews_bottom {
  padding: 1.25rem 0;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

.page-newsxq {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-newsxq .page-btn {
  display: flex;
  width: 48%;
  height: 3.75rem;
  padding: 0.625rem 15px;
  margin-bottom: 15px;
  box-shadow: 1px 1px 4px 1px #e2e2e2;
  align-items: center;
}
.page-newsxq .page-btn span {
  width: 60px;
  display: block;
  border-right: 1px solid #ddd;
}
.page-newsxq .page-btn a {
  display: block;
  flex: 1;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-newsxq .page-btn a:hover {
  color: #2164c6;
}
.page-newsxq .page-btn p {
  display: block;
  flex: 1;
}
.page-newsxq .page-next span {
  text-align: right;
  border-left: 1px solid #ddd;
  border-right: 0;
}
.page-newsxq .page-next a {
  padding-left: 0;
  padding-right: 15px;
}

.i_rule_bottom {
  border-top: 1px solid #ddd;
}
.i_rule_column ul {
  width: 100%;
}
.i_rule_column ul li{
  padding: 0.875rem 0;
  border-bottom: 1px dashed #ddd;
}
.i_rule_column ul li h5 {
  color: #0f0f0f;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.i_rule_column ul li .date {
  color: #999;
  width: 6.25rem;
  text-align: right;
}
.i_rule_column ul li h5 a:hover {
  color: #007c3c;
}

.i_team_bottom {
  margin: 0 -1.5%;
}
.i_team_bottom .team_item {
  float: left;
  width: 22%;
  margin: 0 1.5% 1.25rem;
}
.i_team_bottom .team_item a {
  display: block;
  box-shadow: 1px 1px 5px 1px #ccc;
}
.i_team_bottom .team_item a:hover {
  box-shadow: 1px 1px 5px 1px #d7eae0;
}
.i_team_bottom .team_item img {
  width: 100%;
  transition: all .5s;
}
.i_team_bottom .team_item a:hover img {
  transform:scale(1.01)
}
.i_team_bottom .team_item h5 {
  font-size: 1.125rem;
  padding: 0.5rem;
  text-align: center;
}
.i_team_bottom .team_item a:hover h5 {
  color: #007c3c;
}

.i_teamxq_2 h5 {
  color: #007c3c;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #ccc;
}
.i_teamxq_2 .i_teamxq_1_bottom {
  padding: 1rem 0;
  color: #000;
  line-height: 1.75rem;
}

.i_teamxq_1 .i_teamxq_1_img {
  width: 11.875rem;
  margin-right: 1.25rem;
}
.i_teamxq_1 .i_teamxq_1_img img {
  width: 100%;
}
.i_teamxq_1 .i_teamxq_1_info h5 {
  color: #000;
  font-size: 1.25rem;
  margin: 1.25rem 0 1.875rem;
}
.i_teamxq_1 .i_teamxq_1_info ul li {
  padding: 5px 0;
}
.i_teamxq_1 .i_teamxq_1_info ul li span {
  color: #007c3c;
  padding-right: 0.625rem;
}

.map {
  margin-top: -2.0rem;
}
.i_contact_box {
  position: relative;
  background: #fff;
  box-shadow: 1px 1px 5px 1px #e1e1e1;
  padding: 1.875rem;
  min-height: 30.0rem;
}
.i_contact_title h5{
  font-size: 1.5rem;
  color: #007c3c;
}
.i_contact_title span {
  color: #999;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.i_contact_title span::before {
  content: "";
  width: 3.75rem;
  height: 1px;
  background: #999;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 0.625rem;
}
.i_contact_title span::after {
  content: "";
  width: 3.75rem;
  height: 1px;
  background: #999;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 0.625rem;
}

.i_contact_left h5,
.i_contact_right h5 {
  color: #000;
  font-size: 1.25rem;
}
.i_contact_left ul li {
  margin: 1.8rem 0;
  color: #666;
  font-size: 1.125rem;
}
.i_contact_left ul li:last-child {
  margin-bottom: 0;
}
.i_contact_left ul li .icon {
  width: 1.25rem;
  margin-right: 1.25rem;
}
.i_contact_left ul li .contact_code>div {
  text-align: center;
  margin-right: 1.25rem;
  font-size: 1.0rem;
}
.i_contact_left ul li .contact_code>div img {
  width: 5.6rem;
  height: 5.6rem;
  padding: 5px;
  border: 1px solid #ccc;
}

.i_contact_form .submit {
  width: 35%;
  margin: 1.25rem auto 0;
}
.i_contact_form .submit input {
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #007c3c;
  text-align: center;
  color: #fff;
}
.i_contact_form .submit input:hover {
  background: #008911;
  cursor: pointer;
}
.i_contact_form .login_item.i1 {
  margin-right: 4%;
}

.set1_listsn .news-box {
    padding: 0.94rem 0;
}