*{
    margin: 0;
    padding: 0;
}
body{
    width: 100%;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clearfix:before,
.clearfix:after{
    content: "";
    display: table;
    clear: both;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.logo{
    margin-top: 13px;
    width: 135px;
    height: 39px;
}
.logo>img{
    width: 135px;
    height: 39px;
}
.header{
    width: 998px;
    margin: 0 auto;
}
.nav>li{
    display: block;
    line-height: 65px;
    padding-left: 72px;
}
.nav>li>a{
    font-size:14px;
    color: #333333;
}
.phone>img{
    margin-top: 16px;
    width: 31px;
    height: 31px;
}
.phone>li:last-child{
    padding-left: 5px;
    display: block;
    line-height: 60px;
    color: #5e0b72;
    font-weight: 600;
    font-size: 16px;
}
footer{
    background: #222222;
}
.footer{
    width: 1248px;
    margin: 0 auto;
    padding-top: 60px;
    
}
.footer .two_code{
	width: 112px;
	height: 112px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
.footer .two_code a{
	color: #fff;
}
.footer .two_code p{
	height: 25px;
	line-height: 25px;
}
.pic_ewm{
    width: 90px;
    height: 90px;
}
.icon{
    width: 33px;
    height: 33px;
    margin-right: 10px;
}
.logo_footer{
    width: 148px;
    height: 50px;
}
.contact>span{
    line-height: 30px;
    display: block;
    color: #FFFFFF;
    font-size: 12px;
}

.contact>ul>li>div>p{
    color: #FFFFFF;
    font-size: 12px;
    margin-right: 15px;
}
.nav_list{
    padding-left: 60px;
}

.nav_list>ul{
    padding: 0 20px;
    border-right: 2px solid #303030;
    
}
.nav_list>ul:last-child{
    border: 0;
}
.nav_list>ul>li{
    text-align: center;
    display: block;
    height: 24px;
    font-size: 14px;
    color: #9c9c9c;
 }
 .nav_list>ul>li>a{
     font-size: 12px;
     
     color: #9c9c9c;
  }
  .nav_list>ul:last-child>li{
      text-align: left;
  }
  .code{
      font-size: 14px;
      padding: 40px 0 20px 0;
      color: #FFFFFF;
  }
  .footer-bottom{
      width: 908px;
      margin: 0 auto;
      height: 60px;
  }
  .footer-bottom_bg{
      background: #000;
  }
  .home_btn>a{
      text-align: center;
      width: 60px;
      height: 60px;
      display: block;
      line-height: 60px;
      color:#fff;
      font-size: 12px;
      background: #353643;
  }
  .top_btn>span{
      cursor:pointer;
      text-align: center;
      width: 60px;
      height: 60px;
      line-height: 60px;
      display: block;
      background: #5e0b72;
      color: #fff;
  }