@font-face {
  font-family: 'ariblk';
  src: url('../fonts/ariblk.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: Arial;
}
.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);
}
.hoverBtn {
  cursor: pointer;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.hoverBtn:hover {
  background-color: #81d8d2 !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;
}
.site-head {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
}
.site-head .site-top {
  line-height: 50px;
  color: #999;
  text-align: right;
}
.site-head .site-top .head-item {
  margin-left: 28px;
  color: #999999;
  font-size: 14px;
}
.site-head .site-top .head-item img {
  vertical-align: middle;
  margin-right: 4px;
}
.site-nav {
  width: 100%;
  z-index: 50;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  /*border-top: 1px solid #312d29;*/
}
.head {
  position: relative;
}
.head .logo {
  margin-top: 5px;
  position: relative;
  z-index: 10;
  height: 32px;
  float: left;
}
.head .logo a {
  display: block;
}
.head .slogan {
  margin-top: 15px;
  width: 250px;
  margin-left: 24px;
  float: left;
  color: #999999;
  font-size: 14px;
}
.head .navBar {
  float: right;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.5s;
  transform-origin: left center;
}
.head .nav li {
  position: relative;
  display: inline-block;
  margin: 0 18px;
  line-height: 60px;
  vertical-align: top;
}
.head .nav li .stair {
  position: relative;
}
.head .nav li.active:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #81d8d2;
  position: absolute;
  top: 0;
  left: 0;
}
.head .nav li.active .stair > a {
  color: #81d8d2;
}
.head .nav li.active .stair:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  bottom: -9px;
  left: 50%;
  margin-left: -41.5px;
  width: 83px;
  height: 10px;
}
.head .nav li.active .sub {
  display: block;
}
.head .nav li:hover:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #81d8d2;
  position: absolute;
  top: 0;
  left: 0;
}
.head .nav li:hover .stair > a {
  color: #81d8d2;
}
.head .nav li:hover .stair:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  bottom: -9px;
  left: 50%;
  margin-left: -41.5px;
  width: 83px;
  height: 10px;
}
.head .nav li .a {
  display: block;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.head .nav li .a .mobile-navbtn {
  position: absolute;
  top: 10px;
  right: 0;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.head .nav li .a .mobile-navbtn.open {
  transform: rotate(90deg);
}
.head .nav li .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 #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
}
.head .top_search {
  position: relative;
  float: right;
  padding-left: 10px;
  line-height: 60px;
  cursor: pointer;
}
.head .top_search img {
  vertical-align: middle;
}
.head .top_search .search_con2 {
  position: absolute;
  right: 22px;
  top: 4px;
  height: 50px;
  z-index: 100;
  transform: scale3d(0, 0, 0);
  transform-origin: right center;
  transition: all 0.5s;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 500px;
  opacity: 1;
}
.head .top_search .search_con2 .search-input {
  width: 380px;
  float: left;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  font-size: 16px;
  padding-left: 20px;
  background: #fff;
}
.head .top_search .search_con2 .input1 {
  height: 48px;
  line-height: 48px;
  background: none;
  border: 0;
  width: calc(100% - 57px);
  float: left;
  outline: none;
  font-size: 16px;
  color: #666666;
  font-family: "微软雅黑";
}
.head .top_search .search_con2 .bnts {
  float: right;
  width: 56px;
  height: 48px;
  background: url(/res/magic/head_pic3.png) center center no-repeat;
  margin-right: 1px;
  cursor: pointer;
  border: none;
  outline: none;
}
.head .top_search .search_con2 .moblie-search-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url(/res/magic/c10.png) center center no-repeat;
}
.sub {
  position: absolute;
  left: 0%;
  top: 100%;
}
.sub .arr {
  display: none;
  width: 0;
  height: 0;
  border: 0px solid transparent;
  border-left-width: 8px ;
  border-right-width: 8px ;
  border-top-width: 6px ;
  border-bottom-width: 6px ;
  border-bottom-color: #fff;
  position: absolute;
  top: -12px;
  left: 28px;
}
.sub > dl {
  display: none;
}
.sub > dl dd {
  line-height: 1.6;
  padding: 10px 15px;
  font-size: 14px;
  background-color: #fafbfe;
}
.sub > dl dd .mobile-navbtn {
  display: none;
  position: absolute;
  top: 8px;
  right: 15px;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.sub > dl dd .mobile-navbtn.open {
  transform: rotate(90deg);
}
.sub > dl dd .mobile-navbtn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}
.sub > dl dd .small_img {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.sub > dl dd .text {
  padding-left: 14px;
  display: inline-block;
  vertical-align: middle;
  color: #535353;
  font-weight: bold;
}
.sub > dl dd:hover {
  background-color: #e9f8f7;
}
.sub > dl dd .t-menu {
  position: absolute;
  top: 0;
  left: 101%;
  background-color: #fff;
  display: none;
}
.sub > dl dd .t-menu li {
  padding: 10px 20px;
  box-sizing: border-box;
  line-height: 40px;
  margin: 0;
}
.sub > dl dd .t-menu li a {
  display: block;
}
.sub > dl dd .t-menu li a:hover {
  color: #81d8d2;
}
.sub > dl a {
  color: #333;
  white-space: nowrap;
}
.scrollHead {
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #130f0e;
}
#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);
}
.footer {
  position: relative;
  z-index: 3;
  background-color: #130f0e;
}
.footer .footer_content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer dl {
  transition: all 0.3s ease 0s;
  /*padding-left: 12%;*/
  width: 19%;
  float: left;
  color: #1e1e25;
}
.footer dl:nth-child(2) {
  padding-left: 0;
}
.footer dl dt {
  margin-bottom: 30px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  font-family: 'ariblk';
}
.footer dl dd {
  line-height: 30px;
  font-size: 14px;
  color: #999999;
}
.footer dl dd p {
  width: 254px;
  word-wrap: break-word;
  line-height: 24px;
}
.footer dl dd a {
  color: #999999;
  text-decoration: none;
}
.footer dl dd a:hover {
  color: #81d8d2;
}
.footer .foot-logo {
  width: 198px;
  padding-left: 0;
  padding-right: 68px;
  margin-right: 68px;
  border-right: 1px solid #232323;
}
.footer .f-logo img {
  max-width: 232px;
}
.footer .f_p {
  width: 80%;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
  margin-top: 22px;
  line-height: 24px;
}
.footer .link:last-child {
  padding-right: 0;
  float: right;
}
.footer .Contact-us {
  width: 265px;
}
.footer .Contact-us dd {
  position: relative;
}
.footer .Contact-us dd .item {
  display: block;
  position: relative;
}
.footer .Contact-us dd .add_name {
  position: absolute;
  left: 0;
  top: 4px;
  line-height: 1;
}
.footer .Contact-us dd .add {
  line-height: 20px;
  padding-left: 35px;
}
.footer .share_toolbox {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid #232323;
}
.footer .share_toolbox li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.footer .share_toolbox li:hover .default {
  display: none;
}
.footer .share_toolbox li:hover .hover {
  display: block;
}
.footer .share_toolbox li .default {
  display: block;
}
.footer .share_toolbox li .hover {
  display: none;
}
.footerbar {
  background-color: #1c1918;
  text-align: center;
  height: 68px;
  color: #999999;
  font-size: 14px;
}
.footerbar .copyright {
  float: left;
  line-height: 68px;
}
.footerbar .copyright a {
  color: #999999;
}
.footerbar .links a {
  color: #999999;
}
.footerbar .footer_bar_r {
  float: right;
}
.footerbar .footer_bar_r > div {
  display: inline-block;
  color: #999999;
  font-size: 14px;
  cursor: pointer;
}
.footerbar .footer_bar_r .link_box {
  margin-top: 14px;
  position: relative;
}
.footerbar .footer_bar_r .link_box span {
  display: inline-block;
  line-height: 40px;
  border: 1px solid #282828;
  box-sizing: border-box;
  margin-left: 10px;
  padding-left: 12px;
  padding-right: 100px;
  background-image: url(/res/magic/top-arr.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
}
.footerbar .footer_bar_r .link_box .links {
  display: none;
  min-width: 85%;
  position: absolute;
  right: 0;
  bottom: 48px;
  z-index: 10;
  background-color: #fff;
}
.footerbar .footer_bar_r .link_box .links li {
  padding: 10px;
  line-height: 20px;
  text-align: left;
  background-color: #333333;
  border-bottom: 1px solid #2c2c2c;
}
.footerbar .footer_bar_r .link_box .links li a {
  color: #999;
  font-size: 14px;
}
.footerbar .footer_bar_r .link_box .links li a:hover {
  color: #81d8d2;
}
.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: #81d8d2;
  border: 0;
  outline: none;
  text-align: center;
  cursor: pointer;
}
.M_search .m_search_btn img {
  display: inline-block;
}
