@font-face {
  font-family: 'CooperBlackStd';
  src: url('../fonts/CooperBlackStd_2.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Arial';
}
iframe{
    max-width: 100% !important;
}
.over {
  overflow: hidden;
}
.trans {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.imgZoom img {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.imgZoom img:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.hideBox {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  height: 0;
}
.hoverBtn {
  cursor: pointer;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.hoverBtn:hover {
  background-color: #b2b2b2 !important;
  border-color: #b2b2b2 !important;
  color: #fff !important;
}
.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellip2 {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.auto-container {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.top-search-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #666666;
  z-index: 100;
  opacity: 0.8;
  display: none;
}
#showopen .top_search .search_con2 {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale3d(1, 1, 1);
}
#showopen .head .navBar {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale3d(0, 0, 0);
}
#showopen .head .top_search img {
  opacity: 0;
  filter: alpha(opacity=0);
}
.M_search {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 58px;
  background-color: red;
  box-sizing: border-box;
}
.M_search .mInp1 {
  width: 100%;
  height: 100%;
  border: 0;
  box-sizing: border-box;
  outline: none;
  padding: 10px;
  padding-right: 74px;
  font-size: 15px;
  color: #666;
}
.M_search .mInp1::placeholder {
  color: #999;
}
.M_search .m_search_btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 80px;
  background-color: #2a9b3c;
  border: 0;
  outline: none;
  text-align: center;
  cursor: pointer;
}
.M_search .m_search_btn img {
  display: inline-block;
}
.Home_top {
  height: 26px;
  background-color: #f1a81b;
  color: #2a9b3c;
  line-height: 26px;
  font-size: 16px;
}
.Home_top .Welcome {
  float: left;
}
.Home_top .Welcome .share_toolbox {
  margin-top: 0;
}
.Home_top .Welcome .share_toolbox img {
  width: 22px;
}
.Home_top .top-link {
  float: left;
}
.Home_top .top-link a {
  color: #2a9b3c;
  text-decoration: none;
}
.Home_top .top-link a:hover {
  color: #317eba;
}
.Home_top .top-link img {
  margin-left: 30px;
  margin-right: 4px;
}
.Home_top .top-link span {
  margin: 0 12px;
  color: #2a9b3c;
}
.Home_top .links-top-box {
  display: inline-block;
}
.site-headerTop {
  height: 195px;
  background-repeat:no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #56bb44;
}
.header-logo {
  display: none;
}
.header-right {
  float: right;
}
.header-right .search-box {
  width: 196px;
  border-radius: 40px;
  margin-top: 16px;
  overflow: hidden;
}
.header-right .search-box input {
  width: calc(100% - 44px);
  height: 34px;
  outline: none;
  border: 0;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
}
.header-right .search-box input::-webkit-input-placeholder {
  color: #999;
}
.header-right .search-box .search-btn {
  width: 44px;
  height: 34px;
  float: right;
  background-color: #e68913;
  border: 0;
  outline: none;
}
.Home_head {
  width: 100%;
  background-color: #2a9b3c;
}
.Home_head .navlist {
  padding-left: 0;
}
.Home_head .navlist .hasdrop {
  float: left;
  position: relative;
}
.Home_head .navlist .hasdrop.active {
  background-color: #1f742d;
}
.Home_head .navlist .hasdrop:hover {
  background-color: #1f742d;
}
.Home_head .navlist .hasdrop img {
  vertical-align: middle;
  margin-bottom: 4px;
}
.Home_head .navlist .hasdrop > a {
  text-decoration: none;
  display: block;
  padding: 0 20px;
  font-size: 16px;
  line-height: 65px;
  letter-spacing: 0;
  color: #fff;
  font-weight: bold;
}
.Home_head .navlist .hasdrop > a .mobile-navbtn {
  position: absolute;
  top: 0;
  right: 15px;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.Home_head .navlist .hasdrop > a .mobile-navbtn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.Home_head .navlist .hasdrop > a .mobile-navbtn.open {
  transform: rotate(90deg);
}
.Home_head .navlist .s-menu {
  position: absolute;
  z-index: 3;
  top: 65px;
  display: none;
  background-color: #fff;
}
.Home_head .navlist .s-menu > .hasdrop {
  position: relative;
  padding: 10px 0px;
  float: none;
}
.Home_head .navlist .s-menu > .hasdrop:hover {
  background-color: #ebf6ee;
}
.Home_head .navlist .s-menu > .hasdrop > a {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  display: block;
  text-decoration: none;
  font-size: 13px;
  padding-right: 20px;
  line-height: 24px;
}
.Home_head .navlist .s-menu .t-menu {
  position: absolute;
  top: 0;
  left: 101%;
  background-color: #fff;
  display: none;
}
.Home_head .navlist .s-menu .t-menu > .hasdrop {
  padding: 10px 0px;
  width: 100%;
}
.Home_head .navlist .s-menu .t-menu > .hasdrop:hover {
  background-color: #ebf6ee;
}
.Home_head .navlist .s-menu .t-menu > .hasdrop > a {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  display: block;
  text-decoration: none;
  font-size: 13px;
  padding-right: 20px;
  line-height: 24px;
}
.Home_head .f-menu {
  float: left;
}
.mobile-navbtn {
  position: absolute;
  z-index: 3;
  top: 12px;
  right: 0;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.mobile-navbtn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.mobile-navbtn.open {
  transform: rotate(90deg);
}
.footer {
  position: relative;
  z-index: 3;
}
.footer .footer_content {
  padding-bottom: 78px;
  padding-top: 44px;
}
.footer dl {
  float: left;
  transition: all 0.3s ease 0s;
  padding-right: 8.5%;
  box-sizing: content-box;
  color: #fff;
}
.footer dl:last-child {
  padding-left: 0;
}
.footer dl dt {
  margin-bottom: 18px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.footer dl dd {
  line-height: 30px;
  font-size: 16px;
}
.footer dl dd a {
  color: #fff;
  text-decoration: none;
}
.footer dl dd a:hover {
  color: #2a9b3c;
}
.footer dl .Quote {
  margin-top: 24px;
}
.footer dl .Quote a {
  color: #2a9b3c;
}
.footer dl .Quote a img {
  margin-left: 15px;
}
.footer .foot_add {
  float: right;
  padding-left: 0;
  padding-right: 0;
  width: 584px;
}
.footer .foot_add dt {
  margin-bottom: 20px;
}
.footer .foot_add dt img {
  max-width: 170px;
}
.footer .foot_add dd {
  margin-bottom: 12px;
  position: relative;
  line-height: 28px;
}
.footer .foot_add dd > img {
  position: absolute;
  left: 0;
  top: 2px;
  max-width: 26px;
}
.footer .foot_add .jk_div {
  padding-left: 33px;
  line-height: 20px;
}
.footerbar {
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  background-color: #2a9b3c;
  color: #fff;
}
.footerbar .copyright {
  padding: 17px 0;
  float: left;
}
.footerbar .copyright a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin-right: 30px;
  font-size: 16px;
}
.footerbar .links a {
  color: #fff;
  margin-left: 40px;
}
.footerbar .ch_en a {
  margin: 0;
  color: #888888;
  font-size: 16px;
}
.footerbar .ch_en a:hover {
  color: #2a9b3c;
}
.link_box {
  position: relative;
  display: inline-block;
  margin-left: 18px;
}
.link_box span {
  width: 240px;
  display: inline-block;
  line-height: 60px;
  box-sizing: border-box;
  padding-left: 18px;
  padding-right: 14px;
  background-image: url(../images/top-arr.png);
  background-repeat: no-repeat;
  background-position: center right 14px;
  background-color: #e68913;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  text-align: left;
}
.link_box .links {
  display: none;
  min-width: 85%;
  width: 240px;
  position: absolute;
  right: 0;
  bottom: 60px;
  z-index: 10;
  background-color: #fff;
}
.link_box .links li {
  padding: 10px;
  line-height: 26px;
  text-align: left;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ebebeb;
}
.link_box .links li a {
  color: #666;
  font-size: 14px;
  margin-left: 0;
}
.link_box .links li a:hover {
  color: #2a9b3c;
}
#new-link {
  margin-top: 20px;
}
#new-link li {
  margin: 0 3px;
  display: inline-block;
}
#new-link li img {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
#new-link li img:hover {
  opacity: 0.4;
}
.share_toolbox {
  margin-top: 10px;
  display: inline-block;
  color: #bbbbbb;
}
.share_toolbox ul {
  display: inline-block;
}
.share_toolbox li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
}
.share_toolbox li a {
  margin-right: 0!important;
}
.share_toolbox li img {
  vertical-align: top;
  margin-top: 1px;
}
.scrollHead {
  position: fixed;
  top: 0;
  z-index: 100;
}
.PublicMsg {
  position: relative;
  padding-top: 96px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.PublicMsg .MsgRow .border_box {
  position: relative;
}
.PublicMsg .MsgRow .border_box .goTop {
  position: absolute;
  right: -52px;
  bottom: 10px;
  cursor: pointer;
}
.PublicMsg .MsgRow .left {
  width: 390px;
  display: inline-block;
  vertical-align: middle;
}
.PublicMsg .MsgRow .left p {
  max-width: 316px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  line-height: 36px;
  font-family: 'timesbd';
}
.PublicMsg .MsgRow .right {
  width: calc(100% - 630px);
  display: inline-block;
  vertical-align: middle;
}
.PublicMsg .contact-form .topGroups {
  padding-left: 15px;
  padding-right: 15px;
}
.PublicMsg .contact-form .form-group {
  position: relative;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}
.PublicMsg .contact-form .form-group.leo-6-m {
  width: 32.6%;
  float: left;
  position: relative;
  margin-right: 1%;
}
.PublicMsg .contact-form .form-group.leo-6-m:last-child {
  margin-right: 0;
}
.PublicMsg .contact-form .form-group .tips {
  position: absolute;
  left: 40px;
  line-height: 48px;
  z-index: 1;
  color: #aaaaaa;
  font-size: 16px;
}
.PublicMsg .contact-form .form-group .tips i {
  color: #ff0000;
  font-style: normal;
}
.PublicMsg .contact-form .textareaBox {
  position: relative;
}
.PublicMsg .contact-form .textareaBox .tips {
  left: 52px;
}
.PublicMsg .contact-form .textareaBox .submit-btn {
  position: absolute;
  bottom: 14px;
  right: 30px;
  width: 57px;
  height: 57px;
  padding: 0;
  background: url(../images/send_ico.png) no-repeat center;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
  text-transform: uppercase;
  color: #222;
  font-size: 0;
  border: 0;
}
.PublicMsg .contact-form .textareaBox .submit-btn:hover {
  background-color: #00888e;
}
.PublicMsg .contact-form input {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding: 4px 40px;
  font-size: 16px;
  outline: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 10px;
}
.PublicMsg .contact-form input::placeholder {
  color: #fff;
}
.PublicMsg .contact-form textarea {
  width: 100%;
  height: 98px;
  box-sizing: border-box;
  padding: 14px 40px;
  padding-right: 120px;
  font-size: 16px;
  outline: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 10px;
  resize: none;
}
.PublicMsg .contact-form textarea::placeholder {
  color: #fff;
}
.foot-bg {
  background: url(../images/msg-bg.jpg) no-repeat center top / cover;
}
