* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Microsoft YaHei";
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
/* 链接无下划线,有为underline */
a:link {
  color: #2c2c2c;
}
/* 未访问的链接 */
a:visited {
  color: #2c2c2c;
}
/* 已访问的链接 */
a:hover {
  color: #2c2c2c;
  text-decoration: none;
}
/* 鼠标在链接上 */
a:active {
  color: #2c2c2c;
}
div {
  box-sizing: border-box;
}
.main {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.clear::after,
.clear::before {
  content: '';
  display: table;
}
.clear::after {
  clear: both;
}
.clear {
  *zoom: 1;
}
header > .main {
  height: 188px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header > .main .left {
  width: 75%;
}
header > .main .left .l-top img {
  height: 70px;
  margin-right: 15px;
}
header > .main .left .l-bot {
  line-height: 40px;
  margin-left: 60px;
}
header > .main .left .l-bot a {
  font-size: 20px;
  margin-right: 26px;
  color: #666;
}
header > .main .left .l-bot span {
  font-size: 16px;
  color: #666;
}
header > .main .right {
  width: 23%;
  text-align: center;
}
header > .main .right .p {
  font-size: 20px;
  line-height: 28px;
}
header > .main .right .p span {
  font-size: 18px;
}
header > .main .right p:nth-child(2) {
  line-height: 48px;
  font-weight: bold;
  font-size: 26px;
}
header > .main .right #timeSF #time {
  color: #fff;
  font-weight: bold;
  font-style: normal;
  line-height: 30px;
  font-size: 22px;
}
header > .main .right #timeSF #time li {
  display: inline-block;
  height: 28px;
  /*border: 1px dashed #fff;*/
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-weight: bold;
  margin: 0 3px;
}
header .nav {
  width: 100%;
  height: 46px;
  background: linear-gradient(to bottom, #d54042 50%, #c83335 50%);
}
header .nav .main .nav_one {
  display: flex;
}
header .nav .main .nav_one li {
  flex: 1;
  position: relative;
}
header .nav .main .nav_one li a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 46px;
  text-align: center;
}
header .nav .main .nav_one li .nav_two {
  width: 100%;
  position: absolute;
  top: 46px;
  z-index: 2;
  display: none;
}
header .nav .main .nav_one li .nav_two li {
  background-color: #c83335;
}
header .nav .main .nav_one li .nav_two li a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 46px;
  text-align: center;
}
header .nav .main .nav_one li .nav_two li:hover {
  background-color: #e60012;
}
header .nav .main .nav_one li.active {
  background-color: #e60012;
}
header .nav .main .nav_one li:hover {
  background-color: #e60012;
}
header .nav .main .nav_one li:hover .nav_two {
  display: block;
}


footer {
  /*height: 56px;*/
  background-color: #0d0d0d;
  color: #9a9a9a;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .main{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .footer-left{
    width: 20%;
}
footer .footer-left img{
    width: 147px;
}
footer .footer-right {
    width: 80%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 20px;
	color: #fff;
}
footer .footer-right ul li a{
    color:#fff;
}
footer .footer-right ul li a:hover{
    color: #fff!important;
}

footer .footer-right ul {
	flex: 1;
	text-align: center;
	/* margin-right: 55px; */
}

footer .footer-right ul:last-child {
	margin-right: 0;
}

footer .footer-right ul li {
	font-size: 12px;
	font-weight: 400;
	opacity: 0.5;
	color: #FFFFFF;
	line-height: 17px;
	margin-bottom: 13px;
	cursor: pointer;
}

footer .footer-right ul li:first-child {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 17px;
	margin-bottom: 19px;
	opacity: 1;
}

footer .footer-right ul:nth-child(1) {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
	flex: 1;
}

footer .footer-right ul:nth-child(1) li {
	flex: 0 0 100%;
	box-sizing: border-box;
	text-align: center;
}

footer .footer-right ul:nth-child(1) li:first-child {
	flex: 0 0 100%;
}

footer .footer-right ul:nth-child(2) {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
	flex: 1;
}

footer .footer-right ul:nth-child(2) li {
	flex: 0 0 100%;
	box-sizing: border-box;
	text-align: center;
}

footer .footer-right ul:nth-child(2) li:first-child {
	flex: 0 0 100%;
}
/*footer p {*/
/*  text-align: center;*/
/*  line-height: 26px;*/
/*  font-size: 16px;*/
/*  color: #9a9a9a;*/
/*}*/
footer p a {
  color: #9a9a9a !important;
  /*line-height: 56px;*/
  /*font-size: 16px;*/
}
footer .footer-right li:hover{
   opacity: 1;
}
footer .footer-bottom {
	text-align: center;
	font-size: 12px;
	color: #999999;
	/* line-height: 12px; */
	margin-top: 20px;
	/*margin-bottom: 23px;*/
}

footer .footer-bottom p img {
	width: 16px;
	/* height: 17px; */
	display: inline-block;
	margin-left: 5px;
	margin-right: 4px;
	position: relative;
	top: 2px;
}





