﻿/*底部信息*/
.footer{width:100%;overflow:hidden;padding:0 ;background:#6C738D;}
.footer_main{width:1200px;margin:0 auto;overflow: hidden;}
.footer_main img{margin-bottom:15px}
.footer_main p{
 color: #FFF;
 font-size: 14px;
 display: block;
 margin-bottom: 13px;
}
p.count {
 font-size: 16px;
 margin-top: 40px;
 margin-bottom: 40px;
}
.copyright{float:left;margin-left:0px;}
.copyright a{color:#fff}
.copyright p img{margin-bottom:0px;vertical-align: middle;}
.footer_nav{float:left;margin-left:180px;margin-top:0px}
.footer_nav a{color:#fff}
.footer_nav a:hover{ text-decoration:underline}
.FTitle{
 color: #fff;
 font-size: 16px;
 margin-top: 45px;
 display: block;
 margin-bottom: 45px;
}
.friendlink{
 float: left;
 margin-left: 220px;
 margin-top: 0;
}
.friendlink li a{
 color: #fff;
 font-size: 14px;
}
.friendlink a:hover{text-decoration:underline;color:#fff;}
.friendlink li{ margin-bottom: 13px;} 
.iphone{
  display: none;
}
.fix_right{
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
 
}
.fix_items{
  padding: 20px 0;
  box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  background: #fff;
}
.fix_item{
  position: relative;
  padding: 10px;
  cursor: pointer;
}
.fix_item:hover{
  background: #0551A9;
}
.fix_item:hover .fix_item_name{
  color: #fff;
}
.fix_item1,.fix_item2,.fix_item3{margin-bottom: 10px;}
.fix_item1 .fix_item_img{
  background: url(/Sites/Uploaded/UserUpLoad/20250328/20250328112708.png) no-repeat center;

}
.fix_item2 .fix_item_img{
  background: url(/Sites/Uploaded/UserUpLoad/20250328/20250328112735.png) no-repeat center;

}
.fix_item3 .fix_item_img{
  background: url(/Sites/Uploaded/UserUpLoad/20250328/20250328112749.png) no-repeat center;

}
.fix_item1:hover .fix_item_img{
  background: url(/Sites/Uploaded/UserUpLoad/20250328/20250328115514.png) no-repeat center;

}
.fix_item2:hover .fix_item_img{
  background: url(/Sites/Uploaded/UserUpLoad/20250328/20250328115532.png) no-repeat center;

}
.fix_item3:hover .fix_item_img{
  background: url(/Sites/Uploaded/UserUpLoad/20250328/20250328115546.png) no-repeat center;

}
.fix_item:hover .fix_item_desc{
  display: block;
}
.fix_item .fix_item_desc{
  position: absolute;
  display: none;
  right: 106px;
  top: 50%;
  box-sizing: border-box;
  padding: 10px;
  transform: translateY(-50%);
  box-shadow: 0 0 10px #ccc;
  background: #fff;
  border-radius: 10px;
}
.fix_item_desc::before{
 content: "";
 position: absolute;
 width: 11px;
 height: 100%;
 right: -11px;
 top: 0;
}
.fix_item_desc::after{
  content: "";
  position: absolute;
  border-width: 0.5vw;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  right: -0.9vw;
  top: 50%;
  transform: translateY(-50%);
}
.fix_item .fix_item_img{
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.fix_item .fix_item_name{
  text-align: center;
 
  color: #0551A9;
  font-size: 15px;
 
}
.fix_item_desc img{
  width: 120px;
}
.fix_close{
  display: none;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}
@media only screen and (max-width:1024px){
.footer{ width:1200px;}
}
@media only screen and (max-width:768px){
  .fix_close{
 display: block;
  }
.footer{ width:100%;}
  .footer_nav,.friendlink,.FTitle{
   display: none;
  }
  div.footer_main {
 padding: 10px;
}
p.count {
 font-size: 14px;
 margin-top: 10px;
 margin-bottom: 10px;
}
.pc_wl{
  display: none !important;
}
.iphone{
  display: block;
}
}  