@font-face {
  font-family: 'Lobster';
  src: url('../fonts/Lobster-Regular.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: #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;
}
.site-head {
  background: url(../images/head_top_bg.png);
  position: absolute;
  top: 0;
  width: 100%;
  height: 354px;
  z-index: 98;
  max-width: 1920px;
  margin: auto;
}
.site-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  max-width: 1920px;
}
.site-nav.scrollHead {
  background-color: #fff;
}
.site-nav.scrollHead .head{
    top: 0;
}
.site-nav.scrollHead .head .logo .logoImg:first-child {
  display: none;
}
.site-nav.scrollHead .head .logo .logoImg:last-child {
  display: inline-block;
}
.site-nav.scrollHead .head .slogan {
  color: #333333;
}
.site-nav.scrollHead .head .navbox li.active .stair::after {
  background-color: #0c42b5;
}
.site-nav.scrollHead .head .navbox li.active .stair > a {
  color: #0c42b5;
}
.site-nav.scrollHead .head .navbox li:hover .stair::after {
  background-color: #0c42b5;
}
.site-nav.scrollHead .head .navbox li:hover .stair > a {
  color: #0c42b5;
}
.site-nav.scrollHead .head .navbox li a {
  color: #333333;
}
.site-nav.scrollHead .head .navbox li a:hover {
  color: #0c42b5;
}
.site-nav.scrollHead .head .top_search .head_email {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.site-nav.scrollHead .head .top_search img {
  filter: inherit;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.site-nav.scrollHead .navbtn i {
  background-color: #000;
}
.site-nav .auto-container {
  /* width: 83%; */
  padding: 0;
}
.head {
  position: relative;
  top: 20px;
}
.head .logo {
  position: relative;
  z-index: 10;
  line-height: 100px;
  float: left;
}
.head .logo a {
  display: block;
}
.head .logo .logoImg {
  height: 62px;
}
.head .logo .logoImg:first-child {
  display: inline-block;
}
.head .logo .logoImg:last-child {
  display: none;
}
.head .slogan {
  max-width: 300px;
  margin-top: 32px;
  padding-left: 20px;
  float: left;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.head .navBar {
  /*display: none;*/
  float: right;
  opacity: 1;
  filter: alpha(opacity=100);
  transform-origin: left center;
}
.head .navbox li {
  display: inline-block;
  margin: 0 30px;
  margin-left: 0;
  line-height: 100px;
  vertical-align: top;
}
.head .navbox li:hover .sub {
  display: block;
}
.head .navbox li .stair {
  position: relative;
}
.head .navbox li.active .stair > a {
  color: #fff;
}
.head .navbox li.active .stair:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.head .navbox li:hover .stair > a {
  color: #fff;
}
.head .navbox li:hover .stair:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.head .navbox li .a {
  display: inline;
  color: #fff;
  font-size: 18px;
  padding: 8px 2px;
  /*font-weight: bold;*/
}
.head .navbox li .a .mobile-navbtn {
  position: absolute;
  top: 10px;
  right: 0;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.head .navbox li .a .mobile-navbtn.open {
  transform: rotate(90deg);
}
.head .navbox 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: 0px;
  line-height: 92px;
  margin-left: 10px;
  cursor: pointer;
}
.head .top_search .head_email.open img:first-child {
  display: none;
}
.head .top_search .head_email.open img:last-child {
  display: inline-block;
}
.head .top_search .head_email img:first-child {
  display: inline-block;
}
.head .top_search .head_email img:last-child {
  display: none;
}
.head .top_search img {
  vertical-align: middle;
}
.head .top_search .start_search {
  margin-left: 8px;
}
.head .top_search .search_con2 {
  position: absolute;
  right: 22px;
  top: 26px;
  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(../images/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: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url(../images/c10.png) center center no-repeat;
  background-size: 100%;
}
.sub {
  display: none;
  position: absolute;
  left: 0%;
  top: 100%;
}
.sub > dl dd {
  line-height: 1.6;
  padding: 10px 15px;
  font-size: 16px;
  background-color: #fff;
  position: relative;
}
.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 .text {
  display: inline-block;
  vertical-align: middle;
  color: #535353;
}
.sub > dl dd:hover .text {
  color: #0c42b5;
}
.sub > dl dd .t-menu {
  position: absolute;
  top: 0;
  left: 100%;
  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: #0c42b5;
}
.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);
}
.M_search {
  display: none;
  position: fixed;
  z-index: 102;
  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: #0c42b5;
  border: 0;
  outline: none;
  text-align: center;
  cursor: pointer;
}
.M_search .m_search_btn img {
  display: inline-block;
}
footer {
  padding-top: 62px;
  padding-bottom: 56px;
}
footer .foot-logo {
  margin-bottom: 48px;
  text-align: center;
}
footer .link-contact dd {
  display: inline-block;
  vertical-align: top;
  padding-left: 34px;
  padding-right: 54px;
  margin-right: 54px;
  position: relative;
  line-height: 24px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #222;
}
footer .link-contact dd::after {
  content: '';
  display: block;
  width: 1px;
  height: 38px;
  background-color: #ced4df;
  position: absolute;
  right: 0;
  top: 0;
}
footer .link-contact dd a {
  color: #222;
}
footer .link-contact dd > img {
  position: absolute;
  top: 2px;
  left: 0;
}
footer .link-contact dd .item {
  display: block;
  position: relative;
}
footer .link-contact .dd-addr {
  max-width: 728px;
  margin-right: 0;
  padding-right: 0;
}
footer .link-contact .dd-addr::after {
  display: none;
}
footer .link-contact .dd-email {
  max-width: 286px;
}
.footerinner {
  margin-top: 35px;
  text-align: center;
  border-top: 1px solid #dce1ea;
  border-bottom: 1px solid #dce1ea;
}
.footerinner .nav_links a {
  position: relative;
  line-height: 90px;
  display: inline-block;
  margin-right: 50px;
  color: #222222;
  font-size: 16px;
  text-transform: uppercase;
}
.footerinner .nav_links a::after {
  content: '';
  display: none;
  width: 100%;
  height: 2px;
  background-color: #134ea2;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footerinner .nav_links a:hover {
  color: #134ea2;
}
.footerinner .nav_links a:hover::after {
  display: block;
}
.footerinner .links {
  margin-top: 24px;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
}
.footerinner .links a {
  color: #222;
}
.copyright {
  padding-top: 30px;
  margin-bottom: 16px;
  text-align: center;
  font-size: 16px;
}
.copyright a {
  color: #666;
  margin-right: 30px;
}
.copyright a:hover {
  color: #134ea2;
}
.shape {
  text-align: center;
}
.shape a {
  margin-left: 4px;
  text-decoration: none;
}
.link_box {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  background-color: #eeeeee;
}
.link_box span {
  width: 220px;
  display: inline-block;
  line-height: 44px;
  box-sizing: border-box;
  padding-left: 14px;
  padding-right: 20px;
  background-image: url(../images/top-arr.png);
  background-repeat: no-repeat;
  background-position: center right 16px;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  text-align: left;
}
.link_box .Friendlink {
  display: none;
  min-width: 85%;
  width: 220px;
  position: absolute;
  right: 0;
  bottom: 44px;
  z-index: 10;
  background-color: #eeeeee;
}
.link_box .Friendlink li {
  padding: 10px;
  line-height: 26px;
  text-align: left;
  background-color: #eeeeee;
  border-bottom: 1px solid #fff;
}
.link_box .Friendlink li a {
  color: #666;
  font-size: 14px;
}
.link_box .Friendlink li a:hover {
  color: #0c42b5;
}
