*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	/*font-family: 'pingfang';*/
}
a,a:hover{
	text-decoration: none;
	color: var(--mainColor);
}
li{
	list-style: none;
}
img { border: 0; vertical-align: bottom; }
@font-face{
     font-family: 'pingfang'; 
     src: url('../fonts/PingFang Regular.ttf');
}
:root{
	--blues: #1464da;
	--reds: #c90000;
}

body{
	/* overflow-x: hidden; */
}

nav {
  position: relative;
  width: 100%;
  min-width: 1200px;
  transition: all linear 0.3s;
  z-index: 999;
}
nav .con {
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .con ul.first_nav {
  display: flex;
}
nav .con ul.first_nav > li {
  height: 100%;
}
nav .con ul.first_nav > li > a {
  display: block;
  color: #333;
  font-weight: bold;
  height: 100%;
  line-height: 70px;
  position: relative;
  margin-right: 30px;
  transition: all linear 0.2s;
}
nav .con ul.first_nav > li > a::after {
  transition: all linear 0.2s;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 4px;
  background-color: #fff;
}
nav .con ul.first_nav > li:hover > a::after {
  transition: all linear 0.2s;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 4px;
  background-color: #1464da;
}
nav .con ul.first_nav > li:last-child > a {
  margin-right: 0px;
}
nav .con ul.first_nav .sec_con {
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  height: auto;
  background-color: rgba(0,0,0,0.9);
}
nav .con ul.first_nav .sec_con .sec_nav {
  max-width: 1000px;
  margin: 20px auto;
  display: flex;
  justify-content: flex-end;
}
nav .con ul.first_nav .sec_con .sec_nav > li {
  margin-right: 30px;
}
nav .con ul.first_nav .sec_con .sec_nav > li > a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
nav .con ul.first_nav li:nth-child(2) .sec_con .sec_nav > li > a::after {
    content: ">>";
    position: absolute;
    right: 0px;
    top: 0px;
}
nav .con ul.first_nav .sec_con .sec_nav > li > a:hover {
  color: #1464da;
}
nav .con ul.first_nav .sec_con .sec_nav > li > div {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
nav .con ul.first_nav .sec_con .sec_nav > li > div > a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
nav .con ul.first_nav .sec_con .sec_nav > li > div > a:hover {
  color: #1464da;
}
/* nav{
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 5px #ccc;
}
nav .nav{
	width: 1200px;
	margin: 0 auto;
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
nav .nav .first_nav{
	display: flex;
}
nav .nav .first_nav>li{
	position: relative;
}
nav .nav .first_nav>li:hover a,
nav .nav .first_nav>li.active a{
	color: var(--blues);
}
nav .nav .first_nav>li>a{
	display: inline-block;
	line-height: 90px;
	padding: 0 15px;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}
nav .nav .first_nav>li>.sec_nav{
	display: none;
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: 20;
	width: 1500px;
	background-color: #eee;
	height: 70px;
}
nav .nav .first_nav>li>.sec_nav>li{
	float: left;
}
nav .nav .first_nav>li>.sec_nav>li>a{
	display: inline-block;
	line-height: 70px;
	padding: 0 15px;
	color: #666;
	font-size: 15px;
	font-weight: bold;
}
nav .nav .first_nav>li>.sec_nav>li>a:hover{
	color: var(--blues);
}
nav .nav .lang a{
	font-size: 15px;
	margin: 0 5px;
}
nav .nav .lang a.active{
	color: var(--blues);
	
} */



footer {
  width: 100%;
  background: url(../img/footer_bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
footer .footer {
  width: 1200px;
  margin: 0 auto;
}
footer .footer .up {
  padding: 40px 0 50px;
  border-bottom: 1px solid #999;
  display: flex;
  justify-content: space-between;
}
footer .footer .up div.left h4 {
  font-size: 32px;
  color: #FFFFFF;
  font-weight: normal;
  margin-bottom: 40px;
}
footer .footer .up div.left .info {
  display: flex;
}
footer .footer .up div.left .info .note {
  margin-right: 30px;
}
footer .footer .up div.left .info .note p {
  font-size: 15px;
  line-height: 26px;
  color: #ccc;
}
footer .footer .up div.left .info .erwei img {
  width: 120px;
  height: 120px;
}
footer .footer .up div.left .info .erwei p {
  font-size: 15px;
  color: #fff;
  margin-top: 10px;
}
footer .footer .up div.right img {
  margin-bottom: 30px;
}
footer .footer .up div.right p {
  text-align: right;
  color: #ccc;
  font-size: 15px;
  margin-bottom: 10px;
}
footer .footer .up div.right textarea {
  display: block;
  width: 290px;
  height: 80px;
  resize: none;
  outline: none;
  border: solid 1px #999999;
  background-color: transparent;
  margin-bottom: 20px;
  color: #fff;
}
footer .footer .up div.right div.more {
  display: flex;
  justify-content: flex-end;
}
footer .footer .up div.right div.more a {
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #999999;
  color: #FFFFFF;
  font-size: 15px;
  transition: all linear 0.3s;
}
footer .footer .up div.right div.more a:hover {
  background-color: #1464da;
}
footer .footer .down {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}
footer .footer .down a , footer .footer .down p{
  font-size: 15px;
  color: #999;
}
