/*
* @Author: sunjianbin
* @Date:   2018-10-29 08:51:19
* @Last Modified by:   sunjianbin
* @Last Modified time: 2018-11-01 14:35:30
*/
header {
  width: 100%;
  min-width: 1200px;
  height: 110px;
  background: url("../img/topbar.png") top center no-repeat;
  background-size: 100% 100%;
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 0; 
  z-index: 99;
  }
 .drop-down {
 	background: url("../img/topbar2.png") top center no-repeat;
  background-size: 100% 100%;
  height: 203px;
 }
header > ul {
  text-align: center;
  width: 900px;
  margin: 15px auto 0; 
  display: flex;
  justify-content: space-around;
  }
.second-menu {	
	position: absolute;
	top: 30px;
	padding-top: 10px;
	font-size: 15px;
	display: none;
}
.second-menu li {
	display: inline-block;
	margin-top: 5px;
}

.break-line{
    display: block!important;
}
.menu-1 {
	width: 100%;
}
.menu-2 {
	width: 168px;
	left: -43px;
}
.menu-2 li {
	width: 80px;
	text-align: center;
}
/*header ul {
  text-align: center;
  width: 1200px;
  margin: 15px auto 0; }

header ul li,
header ul span {
  display: inline-block;
  vertical-align: top;
  margin: 0 30px;
 }*/
 header .topbar > li {
 	position: relative;
 	cursor: pointer;
	margin-top: 15px;
	height: 37px;
 }
header .active {
  border-bottom: 2px solid #fff;
  height:30px;
}
.topbar > a {
	display: block;
}
.topLogo {
	display: inline-block;
  width: 158px;
    height: 39px;
    position: relative;
    top: 10px;

 }
/*导航下拉*/
header ul li:hover {
	
}

footer {
  width: 100%; }

footer .container {
  width: 1200px;
  margin: 0 auto; }

.footerButton,
.QRcode {
  display: flex;
  justify-content: space-around; }
.footerButton button:hover {
    font-size: 25px;
}
.footerButton button {
  width: 400px;
  height: 99px;
  background-color: #fff;
  font-size: 17px;
  cursor: pointer;
    border-top: 1px solid #303042;
    border-bottom: 1px solid #303042;
  }

.footerButton button::before {
  margin-right: 15px;
    font-size: 24px;
}

.QRcode {
  margin: 130px auto 0;
  font-size: 15px;
  text-align: center;
  width: 900px; }

.QRcode img {
  width: 141px;
  height: 141px; }

.footerInfo {
  width: 1025px;
  margin: 30px auto 0;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 19px;
  color: #3e3a39;
  border-top: 2px transparent solid;
  border-bottom: 2px transparent solid;
  border-image: -webkit-linear-gradient(left, #fdeaf4, #303042, #fdeaf4) 30 30;
  border-image: -o-linear-gradient(left, #fdeaf4, #303042, #fdeaf4) 30 30;
  border-image: linear-gradient(to right, #fdeaf4, #303042, #fdeaf4) 30 30; }

.footerInfo span {
  margin-left: 20px;
  margin-right: 20px; }

.footerInfo span::before {
  color: #e3017e;
  margin-right: 15px; }

footer .center {
  height: 513px;
  min-width: 1200px;
  background: url("../img/footerBG.png") top center no-repeat;
  background-size: 100% 100%; }

footer .center figure {
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: relative;
  top: 170px; }

footer .center figure img {
  width: 168px;
  height: 144px;
  margin: 0 auto 20px; }


#pre-loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999;
    -moz-transition: opacity 1s ease 1s;
    -o-transition: opacity 1s ease 1s;
    -webkit-transition: opacity 1s ease;
    -webkit-transition-delay: 1s;
    transition: opacity 1s ease 1s;
}
.fadeout {
    opacity: 0;
}
#pre-loader img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 400px;
}
.footBar {
    width: 100%;
    min-width: 1200px;
    height: 56px;
    background-color: #1e1b29 ;
}
.footBar p {
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 54px;
}
.footBar .wrapper {
    width: 1200px;
    margin: 0 auto;
}
