
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
	height: 100%;
}
a{
  text-decoration: none;
  color: #ffffff;
}
input,button {
  border: 0;
  outline: none;
}
ul, ol, li {
  list-style: none;
}
img {
  vertical-align: middle;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-size:100%;
}
body{
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
 
@media screen and (min-width:100px) and (max-width:900px){
  .topbox>.ComboBox{
      display: none;
     }
 }
 
 
 
 .topbox{
  width: 100%;
  height: 62px;
  background-color: #000000;
}
.auto{
  float: left;
  margin-left: 5%;
  margin-top: 18px;
  margin-right: 5%;
}
.ComboBox{
  /* width: 200px; */
  width: 30%;
  height: 100%;
  float: left;
}
.ComboBox>li{
  width: 25%;
  height: 100%;
  font-size: 14px;
  text-align: center;
  float: left;
  line-height: 62px;
  /* margin-right: 86px; */
}
.ComboBox>li>a{
  display: block;
}
.ComboBox>li:nth-of-type(3){
  background: url(../image/下箭头.png) no-repeat 90% center;
}
.ComboBox>li:nth-of-type(4){
  background: url(../image/下箭头.png) no-repeat 90% center;
}
.ComboBox>li:hover{
  border-bottom:3px solid #ffffff;
  background-image: url(../image/TOPBOX.png);
  border-image: linear-gradient(to right, #FF8D9C , #FF0012)1 10;
}
.ComboBox>li:nth-of-type(3):hover{
  background: url(../image/上箭头.png) no-repeat 90% center;
}
.ComboBox>li:nth-of-type(4):hover{
  background: url(../image/上箭头.png) no-repeat 90% center;
}
.ComboBox>li:nth-of-type(3):hover>.pobox{
  display: block;
}
.ComboBox>li:nth-of-type(4):hover>.pobox{
  display: block;
}
.pobox{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ComboBox>li>ol{
  width: 100%;
  /* overflow: hidden; */
  /* outline: 1px solid black; */
  display: none;
  background-color: white;
  /* margin-top: 3px; */
}
.ComboBox>li>ol>li{
  /* width: 100%; */
  margin: 0 10px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ffffff;
  /* outline: 1px solid black; */
  border-bottom:1px solid #E2E2E2 ;
}
.ComboBox>li>ol>li>a{
  display: block;
  color: black;
  text-decoration: none;
  color: #4C4C4C;
}

.ComboBox>li:hover>ol{
  display: block;
}
.ComboBox>li>ol>li:hover{
  background: black;
  margin: 0;
}
.ComboBox>li>ol>li>a:hover{
  color: #FFFFFF;
}
.rightbox{
  width: 33%;
  float: right;
  /* margin-right: 30px; */
}
.rightbox>a{
  float: left;
  /* line-height: 62px; */
}
.rightbox>a:nth-of-type(1){
  height: 36px;
  line-height: 36px;
  width: 25%;
  text-align: center;
  font-size: 14px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  margin-top: 12px;
  margin-right: 3%;
  /* margin-left: 18%; */
}
.rightbox>a:nth-of-type(3){
  font-size: 14px;
  line-height: 62px;
  width: 20%;
  /* position: relative; */
  /* margin-right: 20px; */
}
.rightbox>a:nth-of-type(4){
  font-size: 14px;
  line-height: 62px;
  color: firebrick;
  /* margin-right: 20px; */
}
.rightbox>a:nth-of-type(2){
  margin-top: 22px;
  margin-right: 3%;
}
.rightbox>ul{
  width: 25%;
  float: right;
  margin-right: 1%;
}
.rightbox>.ComboBox>li{
  width: 100%;
  height: 62px;
}
.rightbox>.ComboBox>li:hover{
  border: 0;
}
.rightbox>.ComboBox>li>a>img{
  padding: 21px 36%;
}
.ttbox{
  position: relative;
  margin-top: 5%;
}
.triangle{
  position: absolute;
  top: -4%;
  left: 40%;
  height: 0;
  line-height: 0;
  font-size: 0;
  border:10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}


.contentbox{
  width: 100%;
  flex: 1;
  overflow: auto;
}
.topcontentbox{
  height: 80px;
  overflow: hidden;
}
.topcontentbox>a{
  font-size: 22px;
  margin-top: 35px;
  margin-left: 30px;
  float: left;
  color: black;
}

.bottomcontentbox{
  width: 100%;
  /* height: 700px; */
  overflow: hidden;
  background-color: #F4F4F6;
  padding: 50px 90px;
}
.bottomcontentbox>div{
  margin: 20px auto;
  width: 60%;
  /* height: 754px; */
  background-color: white;
  border-radius: 20px;
  padding: 20px 20px 0;
  overflow: hidden;
}
.bottomcontentbox>div>div{
  font-size: 12px;
  color: #666666;
  border-bottom: 1px solid #D9D9D9;
  overflow: hidden;
}
.bottomcontentbox>div>div>p:nth-of-type(1){
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  margin-top: 10px;
}
.bottomcontentbox>div>div>span{
  display: inline-block;
  width: 65px;
  text-align: left;
  border-right: 1px solid #D9D9D9;
}
.bottomcontentbox>div>div>span:nth-of-type(2){
  border: 0;
  text-align: right;
}

.bottomcontentbox>div>div>p:nth-of-type(2){
  /* float: right; */
  margin-top: 10px;
  margin-bottom: 15px;
}
.bottomcontentbox>div>p{
  font-size: 16px;
  margin-top:20px;
  color: black; 
  margin-bottom: 5px;
}
.bottomcontentbox>div>input{
  width: 45%;
  margin-right: 3%;
  color: rgba(170, 170, 170, 1);
  border: 1px solid rgba(217, 217, 217, 1);
  margin-top: 10px;
  height: 35px;
  border-radius: 20px;
  text-indent:25px;
  color: #000;
}
.bottomcontentbox>div>a{
  display: block;
  /* float: left; */
  width: 45%;
  /* margin-right: 3%; */
  color: rgba(102, 102, 102, 1);
  background-color: rgba(240, 240, 240, 1);
  margin-top: 10px;
  height: 35px;
  line-height: 35px;
  border-radius: 20px;
  text-align: center;
  color: #000;
}
.bottomcontentbox .p{
  font-size: 12px;
  color: rgba(170, 170, 170, 1);
}
.bottomcontentbox>div>span{
  font-size: 12px;
  color: rgba(170, 170, 170, 1);
  /* float: right; */
}
.bottomcontentbox>div>a:nth-of-type(1){
  display: block;
  width: 20%;
  margin: 30px auto;
  color: white;
  background-color:rgba(193, 24, 46, 1);
  height: 35px;
  line-height: 35px;
  border-radius: 20px;
  text-align: center;
}



.footerbox{
  width: 100%;
  height: 70px;
  border-top:1px solid #D9D9D9 ;
}


.footerbottombox{
  width: 100%;
  height: 70px;
}
.footerbottombox>div:nth-of-type(1){
  width: 35%;
  margin-left: 5%;
  margin-top: 8px;
  overflow: hidden;
  float: left;
  display: flex;
  justify-content: space-between;
}
.footerbottombox>div:nth-of-type(1)>a:nth-of-type(1){
  text-align: left;
  width: 15%;
}
.footerbottombox>div:nth-of-type(1)>a{
  font-size: 14px;
  color: #979797;
  display: block;
  width: 17%;
  /* float: left; */
  border-right:1px solid #979797;
  /* margin-left: 4%; */
  text-align: center;
}
.footerbottombox>p{
  /* margin-top: 5%; */
  margin-top: 36px;
  font-size: 14px;
  color: #979797;
  margin-left: -35%;
  display: inline-block;
}
.footerbottombox>div:nth-of-type(1)>.zhong{
  border-right: 0;
}
.footerbottombox>div:nth-of-type(1)>.zhong>img{
  display: inline-block;
  margin-top: -3px;
}
#enswitch{
  float: left;
  color: white;
  margin-left: 20px;
  text-align: center;
  font-size: 14px;
  height: 62px;
  line-height: 62px;
  cursor: pointer;
}
#bodyenswitch{
  display: none !important;
}



.rboxfooter{
  width: 550px;
  margin-top: 8px;
  float: right;
}
.wenzittbox>p:nth-of-type(1){
  color: #000;
  font-size: 18px;
  margin: 0;
}
.wenzittbox>p:nth-of-type(2){
  color: #000;
  font-size: 26px;
  margin: 0;
}
@media (max-width: 1860px){
  .doubox>.doufbox{
    width: 100px;
    height: 100px;
    top: -113px;
    left: -30px;
  }

 }
.doubox{
  position: relative;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 15px;
}
.doubox>img{
  display: block;
  width: 100%;
  cursor: pointer;
}
.shipinghao{
  border: 1px solid black;
  border-radius:10px ;
}
.doubox:hover>.doufbox{
  visibility:visible !important;
}
.doulbox{
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.boxpp{
  background: url(../image/23325427.png) no-repeat;
  background-size: 100%;
}
.boxtt{
  background: url(../image/weixin.jpg) no-repeat;
  background-size: 100%;
}
.boxon{
  background: url(../image/tt.jpg) no-repeat;
  background-size: 100%;
}
.boxtn{
  background: url(../image/图片1.png) no-repeat;
  background-size: 100%;
}
.boxsn{
  background: url(../image/图片2.png) no-repeat;
  background-size: 100%;
}
.boxfn{
  background: url(../image/图片3.png) no-repeat;
  background-size: 100%;
}
.doufbox{
  position: absolute;
  padding: 3px;
  width: 110px;
  height: 110px;
  background-color: #fff;
  top: -120px;
  left: -28px;
  opacity: 1;
  visibility: hidden;
  z-index: 9;
  border-radius: 2px;
  box-shadow: 0 0 5px 1px #333, 0 -1px 5px 1px #eee;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.doufbox::after{
 content: "";
position: absolute;
left: 0;
right: 0;
bottom: -16px;
margin: auto;
width: 14px;
height: 14px;
background-color: #fff;
-webkit-transform: translateY(-10px) rotate(45deg);
-ms-transform: translateY(-10px) rotate(45deg);
transform: translateY(-10px) rotate(45deg);
box-shadow: 0 0 5px 1px #333, 0 0 3px 1px #eee;
z-index: -1; 
}



