html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
    text-decoration: none;
}
.header .logo {
  float: right;
  width: 206px;
  height: 67px;
}
.header .logo img {
  width: 100%;
  height: 100%;
}
.header .nav-list {
  float: left;
}
.header .nav-list li {
  float:left;
  margin-left: 50px;
}
.header .nav-list li.active {
  color: #333;
  font-weight: 700;
}
.header .nav-list li.active a{
  color:#333;
}
.header .nav-list li a {
  color: #666;
}
.mid {
    width: 1200px;
    margin: 0 auto;
  }
  .header {
    height: 120px;
    width:100%;
    background:#fff;
    /* padding:30px 0; */
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .nav .logo {
    width: 290px;
    height: 68px;
  }
  .header .nav .logo img{
    width: 100%;
    height: 100%;
  }
  .header .nav .nav-wrapper .nav-list .nav-list-element {
    float: left;
    margin-right: 30px;
  }
  .header .nav .nav-wrapper .nav-list .nav-list-element a {
    font-size: 16px;
    color: #666;
  }
  .header .nav .nav-wrapper .nav-list .active a {
    color: #333;
    font-weight: 700;
  }
  .footer .footer-top {
    background:#121331;
    overflow:hidden;
    padding:65px 0;
  }
  .footer .footer-top .footer-element {
    margin-right: 100px;
    width: 500px;
    float:left;
  }
  .footer .footer-top .footer-element .fe-title {
    font-size: 24px;
    color: #fff;
    padding-bottom: 20px;
  }
  .footer .footer-top .footer-element .fe-title:after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: #925082;
    margin-top: 20px;
  }
  .footer .footer-top .footer-element .fe-content {
    color: #A9A9A9;
    font-size: 16px;
    line-height: 1.5;
  }  
  .footer .footer-bottom {    
    background: #121331;
    height: 100px;
    line-height: 100px;
  }
  .footer .footer-bottom .mid{
    display: flex;
    justify-content: space-between;
  }
  .footer .footer-bottom span {
    font-size: 16px;
    color: #fff;
  }
.common-block{
    padding:50px 0 80px 0;;
}
.common-block .common-title{
    font-size: 36px;
    color:#333;
    text-align: center;
    margin:50px 0 100px 0;
}
.common-block .common-title::after{
  content:"";
  display: block;
  width: 150px;
  height: 4px;
  background:#925082;
  margin: 50px auto 0 auto;
}
.common-block .common-content{
    position: relative;
    overflow: hidden;
}