/* 头部导航菜单 */
@media screen and (max-width:1919px){
  html{
  font-size: 67.2px;
  }
}
@media screen and (min-width:1920px){
  html{
  font-size: 100px;
  }
}
body{
  font-size: 16px;
}
header {
  height: 70vh;
  -moz-background-size:100% 100%;
  background-size: 100% 100%;
}
.gdTop{
  height:8%;
  width: 100%;
  z-index: 99;
  position: fixed;
  top: 0;
}
.gdTop>.top {
  /* border-bottom: 1px solid rgb(208, 208, 208); */
  height: 100%;
  width: 100%;
}
.top>.logo{
  display: flex;
}
.top>.logo>img {
  height: 5vh;
  display: inline-block;
  align-self: center;
}
.top>.logo>img:last-child{
  display: none;
}
.top>nav {
  height: 100%;
  justify-content: flex-end;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex: 1;
  padding-right: 8.33%;
}
.top>nav>ul{
  height: 100%;
  margin: 0;
}
.top>nav>ul>.tFocus{
  border-bottom: 3px solid #FFFFFF;
}
.top>nav>ul>li {
  display: inline-block;
  margin-left: 0.5rem;
  height: 100%;
  box-sizing: content-box;
  position: relative;
}

.top>nav>ul>li>a {
  height: 100%;
  color: #C0C0C0;
  font-size: 0.2rem;
  display: -webkit-flex;
  display:flex;
  justify-content:center; 
  align-items:center;
  font-weight: 400;
}

.top>nav>ul>li:hover {
  border-bottom: 3px solid #FFFFFF;
}
.top>nav>ul>.topPhone:hover {
  border-bottom: none !important;
}
.top>nav>ul>li>a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.top>nav>ul>li:hover .subMenu{
  display: block;
}
.topCall>img{
  height: 2vh;
}
.topCall>img:nth-child(2){
  display: none;
}
.top .subMenu{
  position: absolute;
  left: -65px;
  top: 55px;
  width: 180px; 
  display: none;
}
.subMenu > ul{
  height: 100%; 
  padding-top: 10px;
  margin-top: 30px;
  background-color: rgba(14, 22, 56, 0.95);
  border-radius: 5px;
}
.subMenu > ul > li{ 
  display: flex;
  margin: 20px 5px;
}
.subMenu > ul > li >a{
  display: block;
  text-align: center;
  align-self: center;
  width: 100%;
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.9);
}
.subMenu > ul > li >a:hover{
  color:#007bff !important;
}
/*侧边悬浮弹窗样式*/
.float-window{
  width: 58px;
  height: 400px;
  border: 1px solid #cccccc;
  background-color: #fbfbfb;
  position: fixed;
  z-index: 99;
  bottom: 20%;
  right: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 5px rgba(199, 199, 199, 0.8); 
  transform: scale(0,1);
  transform-origin: right;
  transition: all 0.5s ease-in-out;
}
.top-line{
  border-bottom: 1px dashed #b9b9b9;
  width: 60%;
  margin: 0 auto;
  margin-top: 5px;
}
.float-window > .window-box{
  border-bottom: 1px solid #edecec;
  flex: 1;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.float-window > .window-box:hover{
  background-color: #4467a4;
}
.float-window > .window-box:hover .blue{
  display: none;
}
.float-window > .window-box:hover .white{
  display: inline-block;
}
.float-window > .window-box:hover span{
  color: #FFFFFF;
}
.float-window > .window-box > img{
  height: 26px;
  margin-top:8px; 
  margin-bottom: 8px;
}
.float-window > .window-box > .white{
  display: none;
}
.float-window > .window-box > span{
  display: block;
  font-size: 12px;
  color: #4467a7;
}
.float-window > .fold{
  height:80px;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
}
.float-window > .fold > img{
  height: 30px;
  transform: rotate(-45deg);
  transition: transform 0.5s;
}
.customer-service:hover .customer-service-box{
  transform: scale(1);
}
.consultation-phone:hover .consultation-phone-box{
  transform: scale(1);
}
.customer-service-box,.consultation-phone-box{
  height: 80px;
  width: 180px;
  border: 1px solid #cccccc;
  position: absolute;
  left: -180px;
  top:0; 
  transform: scale(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
  background-color: white;
}
.consultation-phone-box:hover{
  background-color: #4467a7;
}
.consultation-phone-box:hover span{
  color: #FFFFFF !important;
}
.sqly:hover,.shly:hover{
  background-color: #4467a7;
}
.sqly:hover>a,.shly:hover>a{
  color: #FFFFFF !important;
}
.customer-service-box > ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.customer-service-box > ul > li{
  width: 80%;
  border-bottom: 1px solid #cccccc;
  margin: 0 auto;
}
.customer-service-box > ul >li >a{
  font-size: 18px;
  display: block;
  margin: 3px 0;
  color: #4467a7 !important;
}
.consultation-phone-box > span{
  display: block;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #4467a7 !important;
  line-height: 80px;
}
.consultation-weixin:hover .consultation-weixin-box{
  transform: scale(1);
}
.consultation-weixin-box{
  position: absolute;
  left: -100px;
  top:-10px; 
  transform: scale(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
}
.consultation-weixin-box > img{
  height: 100px;
}
/* 页尾footer */
footer {
  background-color: rgb(60, 60, 60);
  padding-top: 0.5rem;
  width: 100%;
}

footer>.friendLink {
  display: -webkit-flex;
  display: flex;
  padding: 0 8.3%;
}

footer>.friendLink>.footer-nav {
  display: inline-block;
  border-left: 1px solid rgb(220, 220, 220);
  width: 22%;
}

footer>.friendLink>.footer-nav>h5 {
  color: #ECECEC;
  font-weight: 200;
  font-size: 0.26rem;
  padding-left: 0.3rem;
  margin-bottom: 0.25rem;
  margin-left: -2px;
  border-left: 3px solid rgb(11, 129, 255);
}

footer>.friendLink>.footer-nav>ul {
  display: inline-block;
  list-style: none;
  margin-left: 0.03rem;
  vertical-align: top;
  padding-left: 0.3rem;
  margin-bottom: 0;
}

footer>.friendLink>.footer-nav>ul>li {
  font-size: 0.2rem;
  margin-top: 0.06rem;
}

footer>.friendLink>.footer-nav>ul>li>a {
  color: #969696;
}

footer>.friendLink>.footer-nav>ul>li>a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

footer>.friendLink>.footer-contactUs {
  color: #ECECEC;
  font-size: 0.2rem;
  display: inline-block;
  vertical-align: text-top;
}

footer>.friendLink>.footer-contactUs>div {
  margin-top: 0.2rem;
}

footer>.friendLink>.footer-contactUs>button {
  width: 85%;
  height: 25%;
  background-color: #0CB1FF;
  font-size: 0.26rem;
  color: #FFFFFF;
  cursor: pointer;
  border: none;
  padding: 0;
  margin-top: 0.3rem;
  border-radius: 0;
  box-shadow: none !important;
}
#cuSkip:hover{
  background-color: #0069d9;
  transition: ease-in-out;
}
footer>.friendLink>.QRcode {
  margin-left: 0.4rem;
  display: inline-block;
  vertical-align: top;
  height: 20vh;
}
footer > .friendLink > .footer-contactUs > div >span{
  position: relative;
  margin-left:0.3rem; 
}
footer > .friendLink > .footer-contactUs .phone::before{
  content: '';
  background-image: url(../fonts/common/phone.png);
  width: 0.28rem;
  height: 0.34rem;   
  background-size: contain;
  position: absolute;
  left: -0.3rem;
}
footer > .friendLink > .footer-contactUs .email::before{
  content: '';
  background-image: url(../fonts/common/email.png);
  width: 0.32rem;
  height: 0.23rem;   
  background-size: contain;
  position: absolute;
  left: -0.3rem;
  top: 0.03rem;
}
.siteInfo { 
  background-color: rgb(60, 60, 60);
  width: 100%;
  margin-top: 1%;
}

.siteInfo>span {
  display: block;
  font-size: 0.2rem;
  color: #ECECEC;
  text-align: center;
}

/* 申请使用弹框 */
#myModal .modal-content{
  border-radius: 10px;
  width: 38vw;
}
#myModal  .modal-header{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  border: 0;
  position: relative;
}
#myModal  .modal-title{
  font-size: 0.3rem;
  color: #0B81FF;
  font-weight: 500;
}
#myModal  .modal-body{
  font-size: 0.2rem;
  color: #888888; 
}
#myModal  .modal-input{
  display: -webkit-flex;
  display: flex;
  justify-content:flex-end;
  line-height: 6vh;
}
.modal-input>input{
  height: 6vh;
  width: 18vw;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  background-color: #F7F7F7;
  margin-bottom: 15px;
  padding-left: 3px;
}
.modal-input>.hdCode{
  color: red;
  font-weight: 600;
  visibility: hidden;
}
.ohdCode{
  visibility: hidden;
}
.modal-input::-webkit-input-placeholder{
  color:#AAAAAA;
}
.modal-input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#AAAAAA;
}
.modal-input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#AAAAAA;
}
.modal-input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
  color:#AAAAAA;
}

#myModal  .modal-footer{
  padding-top: 10px;
  padding-bottom: 10px;
}
#myModal  .modal-footer>.btn{
  padding: 7px 20px;
  border-radius: 8px;
  font-size: 0.2rem;
}

/* 售前、售后在线留言弹框 */
 #bodybox{
	width: 40vw;
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-top: -1.6rem;
}
#bodybox{
  padding-left:3% !important;
  padding-right:3% !important;
  padding-bottom:3% !important;
}
#headline{
	background-color: white;
  border-radius: 10px;
  margin-top: -0.8rem;
  padding-top: 1px;
}
#headline span{
	font-size: 0.2rem;
	font-weight: 600;
}
.namediv{
	width: 25vw;
	border-bottom: 1px solid #e6e6e6;
	margin: auto;
  margin-top: 2.5%;
  padding-bottom:2%;
}
.mui-input-row{
	margin-top: 0.15rem;
}
.mui-input-row>input{
	width: 110%;
	border: 0px;
	outline: none;
	font-size: 0.18rem;
}
.issuediv{
	width: 25vw;
	margin: auto;
  margin-top: 0.18rem;
  margin-bottom: 0.18rem;
}
.issueframe{
	width: auto;
  height: auto;
  margin-top: 0.2rem;
	text-align: center;
}
.lyCode{
  color: red;
  font-weight: 600;
  visibility: hidden;
}
.issueframe>textarea{
    width: 100%;
    height: 12vh;
    border: 0;
    font-size: 0.18rem;
    margin: 0 auto;
    resize: none;
    outline: none;
}
.issueframe>div{
    display: flex;
    justify-content: flex-end;
}
.issueframe>div>span{
	font-size: 0.18rem;
	color: #d8d8d8;
}
.hint{
	width: 100%;
	font-size: 0.18rem;
	letter-spacing:1px;
  color: #999999;
  text-align: center; 
}
#button{
  width: 27%;	
	margin: 0 auto;
  margin-top: 0.2rem;
  text-align: center;
}
#submNotes{
	width: 2rem;
	height: 0.5rem;
  font-size: 0.2rem;
  background-color: rgb(111, 112, 112);
  color: white;
  border: none;
  letter-spacing: 1px;
  border-radius: 4px;
  box-shadow: 0px 5px 5px 0px rgba(165, 165, 165, 0.6);
  cursor: pointer;
  outline: none;
}
.subm:hover{
  background-color: #0CB1FF !important;
}

