@charset "utf-8";
/* CSS Document */
.header{
    width: 100%;
    height: 88px;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    box-sizing: border-box;
    transition: background-color .6s ease-in-out, border .6s ease-in-out;
}
.null{width:100%;height: 88px;}
body .tophei{
	position: fixed;
	background: #f1f1f1;
}
.header .container {
    height: 55px;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.wrap .container {
    width: 81.4%;
    max-width: 1560px;
    margin: 0 auto;
}
.header .left-icon, .header .right-icon {
    display: none;
}
.header .brand {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
	width:150px;
}
.navbar {
    width: 80%;
    display: flex;
    justify-content: flex-end;
}
.nav-item {
    display: flex;
    width: 60%;
    flex-wrap: wrap;
    justify-content: space-around;
}
.header .navbar .nav-item a {
    color: #fff;
    transition: all .2s ease-in-out;
	font-size:1.6rem;
}
.nav-phone {
    width: 28rem;
    height: 3.725rem;
    background: #fff;
    position: absolute;
    margin-top: 2rem;
    right: 0rem;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    padding:12px;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
	color: #000;
    font-size: 2rem;
    font-weight: 400;
	box-sizing: content-box;
}
.phone-icon img {
    width: 16px;
    height: 16px;
    transition: all .2s ease-in-out;
    filter: brightness(1);
}
.phone-icon:hover .nav-phone {
    visibility: visible;
}
.tphei{
	position:static;
}
.tophei .brand svg,
.tphei .brand svg{
	fill:#121212!important;
}
.tophei .navbar .nav-item a,
.tphei .navbar .nav-item a{
	color:#282828;
}
.tophei .phone-icon img,
.tphei .phone-icon img{
    filter: brightness(0.155) !important;
}
/*************页脚**************/
footer{
	font-size: 30px;
    background: #000;
    padding:88px 0;
}
footer .container{
	display:flex;
	justify-content: space-between;
	max-width: 1720px;
}
footer .right{
	width:40%;
}
footer .right .tel p{
	font-size: 1.5rem;
    color: #fff;
	text-align: right;
	line-height: 1.5;
}
footer .right .link{
	display:flex;
	justify-content: space-between;
}
footer .right .link p,
footer .right .link a{
	display:flex;
	align-items: center;
	font-size: 1.5rem;
    color: #fff;
	text-align: right;
	line-height: 1.5;
}
.link .sm{
	position:relative;
}
.qr-dialog-box .qr-dialog {
    display: none;
    position: absolute;
    padding: 6px 10px;
    bottom: 25px;
    width: 120px;
    height: 134px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    right: 10px;
    transform: translate(50%, 0);
}
.sm .cur{
	display:block;
}
.qr-dialog-box .qr-dialog .arrow {
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%);
}
.qr-dialog-box .qr-dialog-img {
    width: 100px;
}
.qr-dialog-box .qr-dialog .qr-dialog-title {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #1a1a1a;
    letter-spacing: 0;
    margin-top: 5px;
    line-height: 1.4;
    text-align: center;
}
/*************右侧*************/
.right-aside{
	width: 4.375vw;
    min-width: 68px;
    position: fixed;
    top: 68%;
    transform: translateY(-50%);
	right: 0px;
    z-index: 99;
}
.right-aside .kefu .tel-box{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 15px 0px;
    background: rgb(255, 255, 255);
    border-radius: 3px 0px 0px 3px;
    border-top: 1px solid rgb(238, 238, 238);
	width: 84px;
    height: 89px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	-ms-flex-direction: column;
    flex-direction: column;
    transition: 0.3s ease-in-out;
}
.right-aside .kefu .aside-icon{
    width:30px;
    height:30px;
    position: relative;
    margin-bottom: 13px;
}
.right-aside .kefu span {
    font-size:14px;
    color: #444;
    transition: all .3s ease-in-out;
}
.kefu .tel {
    display:none;
    position: absolute;
    right:12.8rem;
    bottom: 0rem;
    width: 32.8rem;
    background: #fff;
    padding: 3.2rem 2rem;
    border-radius: 16px;;
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 20%);
    opacity: 1;
}
.kefu .tel.cur{
	visibility: visible;
    transition: all .3s ease-in-out;
    opacity: 1;
}
.tel-box .tel .title {
    display: flex;
    align-items: flex-end;
	padding-bottom: 1.5rem;
    font-size: 2.8rem;
	padding: 5px 0;
	justify-content: space-between;
	border-bottom: 1px solid #dcdcdc;
}
.tel-box .tel p.title span {
    margin-left: 1.5rem;
    font-size: 2rem;
    font-family: PFL;
}
.tel-box .tel p.text {
    font-weight: 900;
    letter-spacing: .15rem;
	padding-bottom: 6rem;
    font-size: 2.8rem;
}
.tel-box .tel p {
    padding: 5px 0;
    font-size: 2.4rem;
}
.tel-box .tel p.text-info {
    font-size: 1.8rem;
    letter-spacing: .2rem;
}
.tel .contact-btn {
    width: 8rem;
    height:4rem;
    background: #444;
    margin-top: 1.75rem;
    border-radius: .275rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.phone_num{
	width: 100%;
    height: 5rem;
    border: solid 1px #dcdee0;
    padding: 1rem;
    border-radius: 3px;
    display: flex;
    align-items: center;
}
.right-aside .white-shadow {
	display:none;
	background: #444;
}
.right-aside .show{
	display:block;
}
.right-aside .aside-block {
    width: 4.375vw;
    height: 4.6875vw;
    min-width: 68px;
    min-height: 70px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: all .3s ease-in-out;
}
.right-aside .aside-block .aside-icon {
    width: 2.1rem;
    height: 2.1rem;
    position: relative;
}
.right-aside .aside-block span {
    font-size: 14px;
    color: #fff;
    transition: all .3s ease-in-out;
}

/*************搜索框*************/
.search-container {
    width: 100%;
    height: 50%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 222;
    background: #fff;
    display: none;
}
.search-container .search_header {
    height: 100px;
    border-bottom: 1px solid #eee;
}
.search-container .main {
    width: 60.885vw;
    margin: 0 auto;
}
.search-container .search_header .main {
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.search-container .search_header .search-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
}
.search-container .search_header .search-box .search-input {
    height: 25px;
    line-height: 25px;
    font-size: 1.8rem;
    outline: 0;
    margin-left: 10px;
    width: 60%;
}
.search-container .search_header .search-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
}
.search-container .search_header .search-btn {
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 40px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    color: #fff;
    margin-right: 28px;
    background: #444;
    border-radius: 2px;
    cursor: pointer;
    transition: opacity .3s ease-in-out;
}
.search-container .search_header .search-btn:hover {
    opacity: .7;
}
.search-container .search_header .search-close {
    display: inline-block;
    width: 33px;
    height: 33px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f9f9f9;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    transition: opacity .3s ease-in-out;
}
.search-container .search_header .search-close:hover {
    opacity: .7;
}
.qlink{
	display:flex;
	justify-content: space-between;
	width:50%;
	margin:4rem auto;
}
.qlink a{
	display:block;
	padding:10px 30px;
	font-size:1.8rem;
	border-radius: 4px;
	border: 1px solid #444;
}

  .lang-widget .label{
    font-size: 12px;
    line-height: 1;
    margin: 0 0 6px 0;
    color: rgba(0,0,0,.65);
  }
  .lang-widget .goog-te-gadget{ font-family: inherit; color: inherit; }
  .lang-widget .goog-te-gadget span{ display: none; }
  .lang-widget .goog-te-gadget .goog-te-combo{
    width: 170px;
    max-width: 100%;
    padding: 6px 8px;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,.15);
    background: #fff;
    font: inherit;
    font-size: 14px;
  }
/* 隐藏 Google Translate 的 “Powered by”/logo 与顶部横幅 */
  .goog-logo-link{ display: none !important; }
  .goog-te-gadget{ font-size: 0 !important; }
  .goog-te-gadget .goog-te-combo{ font-size: 14px !important; }
  .goog-te-banner-frame.skiptranslate{ display: none !important; }
/* 顶部蓝色条（banner）与提示气泡 */
  .goog-te-banner-frame.skiptranslate,
  iframe.goog-te-banner-frame{ display: none !important; }
  #goog-gt-tt, .goog-te-balloon-frame{ display: none !important; }
  .goog-text-highlight{ background: none !important; box-shadow: none !important; }
  html{ margin-top: 0 !important; }
  body{ top: 0 !important; margin-top: 0 !important; }



#remind {
    width: 1.4rem;
    height: 1.4rem;
    background: #ff6300;
    position: absolute;
    right: -10px;
    top: -.75rem;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    z-index: 1;
    display: none;
    justify-content: center;
    align-items: center;
    -webkit-animation: remind 2s linear infinite;
}
@keyframes remind{
	0%{
		transform:scale(1);
	}
	50%{
		transform:scale(1.25);
	}
	100%{
		transform:scale(1);
	}
}



