.top {
    background-color: #F7F7F7;
    width: 100%;
    height: 28px;
    font-size: 12px;
}

.justify-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top.warp .main div {
    line-height: 28px;
}

.top.warp .main .toper span {
    padding-right: 10px;
}

.head {
    background: #fff;
}

.head .line {
    width: 30px;
    height: 72px;
    border-left: 1px solid #D8D8D8;
}

.nav {
    background: #0069FF;
}

.nav .main {
    justify-content: space-around;
}

#mainNav>li {
    height: 61px;
    line-height: 61px;
    font-size: 16px;
    position: relative;
}

#mainNav>li a {
    color: #fff;
}

#mainNav>li .subNav {
    position: absolute;
    display: none;
    z-index: 2;
    left: -82%;
}


#mainNav>li:hover .subNav {
    display: block;

}

#mainNav>li .subNav li {
    width: 160px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    font-size: 16px;
    background-color: #0069FF;
}
.subNav-right{
	margin-left: 160px;
  background: red;
  position: relative;
  margin-top: -246px;
}
/*footer*/
.footer{
    background-color: #fff;
  padding: 17px 0;
}
.footer .link div{
font-size: 14px;
  height: 24px;
  background-color: #0069FF;
  color: #fff;
  padding-left: 10px;
  line-height: 24px;
}
.footer .link ul{
    display: flex;margin: 8px auto;flex-wrap: wrap;
}
.footer .link ul li{
    margin-right: 15px;
}
.footer .link ul li a{
    color: #333;
    line-height: 32px;
}
.footer .button{
display: flex;
  margin: 20px auto;
  justify-content: space-around;
  border-top: 1px solid #D8D8D8;
  padding: 27px 0;
  border-bottom: 1px solid #D8D8D8;
}
.footer .button a{display: flex;
  width: 25%;
  text-align: center;
  margin: auto 20px;
  border-right: 1px solid #D8D8D8;}
   .footer .button a:first-child{margin-left: 0;} 
 .footer .button a:last-child{border: none;} 
.footer .button a div{text-align: center;
  margin-left: 20px;}
.footer .button a div h4{
    font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 32px;
  text-align: left;
}
.footer .button a div p{
    font-size: 14px;
  color: #333;
  text-align: left;
}
.footer .footer-nav{
display: flex;justify-content: center;
}
.footer .footer-nav a{
margin: auto 10px;
color: #333333;
}
.footer .mess .footer-logo{
  margin:10px auto 20px;
}
.footer .mess p{font-size: 14px;
  line-height: 30px;
  text-align: center;
color: #333333;}
/*右侧*/
.aside{width:60px;border:1px solid #ddd; border-bottom: 0; background:#c21230;position: fixed;right:0px;top:157px;z-index: 1000;}
.aside a{display: block;
    width: 60px;
    color: #fff;border-bottom:1px solid #ddd;
    overflow: hidden;}
.aside dl{padding-top: 14%;
    height: 78px;
	 overflow: hidden;	
   }
.aside a:hover{display: block;
    width: 60px;color:#fff;background:#c21230;}
	.aside a:hover dd{color:#fff;}
.aside dl.zxreu{color:#666; background: #fff;}
.aside dl.zxreu:hover{color:#fff;background:#c21230;}
.aside dl.zxreu .asdiv{border:1px solid #06a950;position: absolute;right:62px; top:175px;display:none; z-index:99;}
.aside dl.zxreu:hover .asdiv{display: block;}
.aside dl dt{width:38px;height:38px;margin:0 auto;}
.aside dl dd{padding-bottom:16%;font-size: 12px;
    text-align: center;font-size:14px;}
/*技术问答模块*/
.gh-con{
    width: 1200px;display: flex;justify-content: space-between;
}
.gh-con .gh-box{
width: 385px;
}
.gh-con .gh-box:nth-child(1) div{
background: url(/statics/yjs/gh1.png) no-repeat;
}
.gh-con .gh-box:nth-child(2) div{
background: url(/statics/yjs/gh2.png) no-repeat;
}
.gh-con .gh-box:nth-child(3) div{
background: url(/statics/yjs/gh3.png) no-repeat;
}
.gh-con .gh-box div{
height: 110px;
font-size: 26px;
color: #fff;
text-align: center;
line-height: 110px;;
}
.gh-con .gh-box ul{
background:#F9F9F9;
padding:20px 30px;
border-radius:0 0 15px 15px;
box-shadow: 0px 1px 1px 2px #EEE;
}
.gh-con .gh-box ul li{
font-size: 16px;
line-height: 32px;
width: 325px;
  overflow: hidden;
  white-space: nowrap;
}
.gh-con .gh-box ul li::before{
content: "";
display: inline-block;
width: 10px;
height: 10px;
background-color: black;
border-radius:50%;
margin-right: 30px;
}
.gh-con .gh-box:nth-child(1) ul li::before{
background-color: #055CD5;
}
.gh-con .gh-box:nth-child(2) ul li::before{
background-color: #FF8855;
}
.gh-con .gh-box:nth-child(3) ul li::before{
background-color: #E04938;
}
.gh-con .gh-box:nth-child(1) ul li a{
color: #055CD5;
}
.gh-con .gh-box:nth-child(2) ul li a{
color: #FF8855;
}
.gh-con .gh-box:nth-child(3) ul li a{
color: #E04938;
}


