@font-face {
  font-family: 'RisingSunBold';
  src: url('../fonts/Calibri-Bold-2.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RisingSunRegular';
  src: url('../fonts/Calibri-Regular-2.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'RisingSunRegular';
  max-width: 1920px;
  margin: 0 auto;
}
.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: 1720px;
  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: fixed;
  z-index: 10;
  width: 100%;
}
.site-head .site-nav {
  max-width: 100%;
}

.site-nav {
  background-color: #ffffff;
  z-index: 50;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.site-nav:hover {
  background-color: #ffffff;
}
.site-nav:hover .head .navbox>li>a {
  color: #ffffff;
}
.site-nav:hover .head .navbox>li>a:hover {
  color: #dddddd;
}
.site-nav:hover .head .top_search .head_email:hover img {
  -webkit-filter: inherit;
  filter: inherit;
}
.site-nav:hover .head .top_search .head_email:hover img:first-child {
  display: none;
}
.site-nav:hover .head .top_search .head_email:hover img:last-child {
  display: inline-block;
}
.site-nav:hover .head .top_search img {
  filter: inherit;
}
.head {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.head .logo {
  position: relative;
  z-index: 10;
  line-height: 100px;
  float: left;
}
.head .logo a {
  display: inline-block;
}

.head .logo .logoImg {
  display: inline-block;
  vertical-align: middle;
}
.head .slogan {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    color: #222222;
    font-size: 18px;
    font-family: 'RisingSunBold';
    line-height: 24px;
}
.head .navBar {
  float: right;
  opacity: 1;
  filter: alpha(opacity=100);
  transform-origin: left center;
}
.head .navbox{
    /* margin-left: 200px; */
}
.head .navbox li {
  display: inline-block;
  line-height: 100px;
  vertical-align: top;
  position: relative;
}
.head .navbox li::after{
    content: '';
    height: 17px;
    width: 1px;
    display: block;
    float: right;
    border-right: 1px solid #666666;
    position: absolute;
    right: 0;
    top: 40%;
}
.head .navbox li:last-child{
    margin-right: 0;
}
.head .navbox li:hover .sub {
  display: block;
  width: auto;
}
.head .navbox li .stair {
  position: relative;
}
.head .navbox li .product-stair {
  position: static;
}
.head .navbox li.active .stair > a {
  position: relative;
  color: #89abd9;
}
.head .navbox li:hover .stair > a {
  position: relative;
  color: #89abd9;
}
.head .navbox li .a {
  display: inline-block;
  color: #222222;
  font-size: 20px;
  font-family: 'RisingSunBold';
  text-transform: uppercase;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  padding-right: 50px;
    padding-left: 50px;
}
.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 .navbox .s-menu > .hasdrop:hover .t-menu {
  display: block;
}
.head .top_search {
  position: relative;
  float: right;
  line-height: 90px;
  cursor: pointer;
}
.head .top_search .icosearch {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}

.head .top_search .icosearch img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.head .top_search .icosearch img:first-child{
    display: none;
}
.head .top_search .icosearch img:nth-child(2){
    display: block;
}
.head .top_search .head_email {
  width: 128px;
  height: 42px;
  margin-left: 6px;
  border-radius: 40px;
  background-color: #009eff;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}
.head .top_search .head_email img {
  margin-right: 6px;
}
.head .top_search img {
  vertical-align: middle;
}
.head .top_search .start_search {
  margin-left: 20px;
}
.head .top_search .search_con2 {
  position: absolute;
  right: 22px;
  top: 22px;
  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%;
}
.head .product-menu {
  width: 100%;
}
.head .product-menu::after {
  content: '';
  display: block;
  width: 200%;
  height: 100%;
  position: absolute;
  left: -50%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.96);
}
.head .product-menu .auto-container {
  position: relative;
  z-index: 2;
}
.head .product-menu .product_left {
  width: 50%;
  float: left;
  position: relative;
  padding-top: 45px;
  padding-right: 48px;
}
.head .product-menu .product_left dt {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 24px;
  font-size: 20px;
  font-family: 'RisingSunBold';
}
.head .product-menu .product_left dd {
  max-width: 240px;
  width: 50%;
  float: left;
  padding-left: 20px;
  background: url(../images/sj-r.png) no-repeat center left;
  line-height: 40px;
}
.head .product-menu .product_left dd .product-erji {
  display: block;
  background: url(../images/sj.png) no-repeat center right;
  font-size: 16px;
  color: #222;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.head .product-menu .product_left dd .product-erji:hover {
  background-image: url(../images/sj-hover.png);
  margin-left: 8px;
}
.head .product-menu .product_left dd .product-sanji {
  width: 100%;
  position: absolute;
  left: 566px;
  top: 60px;
  display: none;
}
.head .product-menu .product_left dd .product-sanji a {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  color: #222;
}
.head .product-menu .product_right {
  width: 50%;
  height: 354px;
  float: left;
  position: relative;
}
.head .product-menu .product_right div {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.head .product-menu .product_right img {
  height: 100%;
}
.head .product-menu dl {
  display: inline-block;
  vertical-align: top;
}
.head .product-menu dl dt {
  margin-bottom: 34px;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-family: 'RisingSunBold';
}
.head .product-menu dl dt a {
  color: inherit;
}
.head .product-menu dl dd {
  line-height: 24px;
}
.head .product-menu dl dd a {
  font-size: 16px;
  color: #222;
}
.head .product-menu dl dd a:hover {
  color: #009eff;
}
.sub {
  display: none;
  position: absolute;
  left: 0%;
  top: 100%;
  width: 100%;
}
.sub > dl dd {
  line-height: 1.6;
  padding: 5px 15px;
  font-size: 18px;
  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: #222;
}
.sub > dl dd:hover .text {
  color: #89abd9;
}
.sub > dl dd .t-menu {
  position: absolute;
  top: 0;
  left: 101%;
  background-color: #fff;
  display: none;
}
.sub > dl dd .t-menu li {
    padding: 5px 20px;
    box-sizing: border-box;
    line-height: 26px;
    margin: 0;
}
.sub > dl dd .t-menu li a {
  display: block;
}
.sub > dl dd .t-menu li a:hover {
  color: #dddddd;
}
.sub > dl a {
  color: #222;
  white-space: nowrap;
  display: block;
}
.scrollHead {
  position: fixed;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.scrollHead .site-nav {
  max-width: 100%;
  border-radius: 0;
  margin: 0;
}
#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);
}
#showopen .head .top_search .head_email {
  opacity: 0;
  filter: alpha(opacity=0);
}
#showopen .head .top_search .icosearch {
  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: #009eff;
  border: 0;
  outline: none;
  text-align: center;
  cursor: pointer;
}
.M_search .m_search_btn img {
  display: inline-block;
}
.footer {
  position: relative;
  z-index: 3;
  background-color: #89abd9;
}
.footer .footer_content {
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
  border-bottom: 1px solid #bcc5c0;
}
.footer dl {
  transition: all 0.3s ease 0s;
  float: left;
  position: relative;
}
.footer dl dt {
  margin-bottom: 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'RisingSunBold';
}
.footer dl dd {
  line-height: 30px;
  font-size: 24px;
  color: #ffffff;
  font-family: 'RisingSunBold';

}
.footer .Contact-us .add{
    margin-top: 20px;
}
.footer .Contact-us .add span{
    margin-top: 10px;
    display: block;
    margin-bottom: 20px;
}
.footer dl dd a {
    display: inline-block;
  color: #ffffff;
  text-decoration: none;

}
.footer .Contact-us a img{
    margin-right: 5px;
}
.footer .logo-dl dd {
  line-height: 35px;
}
.footer .Contact-us {
  width: 40%;
  box-sizing: border-box;
  padding-right: 0;
  padding-right: 15%;
}
.footer .qrcode{
    width: 20%;
    text-align: center;
}

.footer .Contact-us dd {
  position: relative;
  margin-bottom: 12px;
  line-height: 20px;
}
.footer .Contact-us dd span {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: 'RisingSunRegular';
}
.footer .Contact-us dd .item {
  display: block;
  position: relative;
}
.footer .product-foot{
    width: 40%;
    padding-left: 17.5%;
}
.footer .product-foot dd span{
    font-size: 20px;
    font-family: 'RisingSunRegular';
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
}
.footer .product-foot a {
    display: block;
    width: 180px;
    background-color: #ffffff;
    height: 50px;
    line-height: 50px;
    color: #89abd9;
    text-align: center;
    font-size: 20px;

}
.footer .product-foot a img{
    margin-left: 5px;
}
.footer .product-foot dd .from{
    margin-bottom: 15px;
}
.footer .product-foot dd .from input::placeholder{
    color: #ffffff;
  

}
.footer .product-foot dd .from div{
    border: 1px solid #ffffff;
    width: 385px;
    background-color: #ffffff;
}
.footer .product-foot dd .from input{
    background: #89abd9;
    outline: none;
    font-size: 20px;
    font-family: 'RisingSunRegular';
    padding-left: 10px;
    width: 300px;
    height: 60px;
    line-height: 60px;
    border: none;
}
.footer .product-foot dd .from .submit{
    width: 77px;
    color: #89abd9;
    padding-left: 0;
    background-color: #ffffff;
}
.footerbar {
    background-color: #89abd9;
    padding-bottom: 30px;
    color: #ffffff;
    overflow: hidden;
}
.footerbar .auto-container{
    overflow: hidden;
}
.footerbar .left{
    float: left;
    width: 80%;
}
.footerbar .left .link{
    margin-top: 40px;
}
.footerbar .left .link span{
    font-size: 20px;
    text-transform: uppercase;
}
.footerbar .left .copyright{
    margin-top: 10px;
}
.footerbar .left .link a{
    color: #ffffff;
    margin-right: 30px;
    font-size: 20px;
}
.footerbar .left .copyright a{
    color: #ffffff;
    font-size: 20px;
}
.footerbar .right{
    float: right;
    padding: 60px 0;

}
.footerbar .right a{
    color: #ffffff;
    font-size: 20px;
}

.shape a {
  display: inline-block;
  border-radius: 50px;
}
.shape a:hover img {
  opacity: 0.6;
}
