@charset "utf-8";
body {
  text-align: center;
  color: #333;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji",Microsoft YaHei;
  font-variant: tabular-nums;
  line-height: 1.5;
  font-size: 16px;
  background-color: #fff;
}

html,
body {
  height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table,
th,
td,
i {
  margin: 0;
  padding: 0;
} /*初始化标签*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: top;
  border: 0;
  margin: 0;
  padding: 0;
}
i {
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
li {
  list-style-type: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  border: 0;
}
form {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  /* color: #000; */
  text-decoration: none;
}
.clear {
  clear: both;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
  font-size: 16px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  font-size: 16px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
  font-size: 16px;
}
.fB {
  font-weight: bold;
}
.f12px {
  font-size: 12px;
}
.f13px {
  font-size: 13px;
}
.f14px {
  font-size: 14px;
}
.f16px {
  font-size: 16px;
}
.f18px {
  font-size: 18px;
}
.f20px {
  font-size: 20px;
}
.f22px {
  font-size: 22px;
}
.f24px {
  font-size: 24px;
}
.f26px {
  font-size: 26px;
}
.f28px {
  font-size: 28px;
}
.f30px {
  font-size: 30px;
}
.f32px {
  font-size: 32px;
}
.f36px {
  font-size: 36px;
}
.f38px {
  font-size: 38px;
}
.f40px {
  font-size: 40px;
}
.f48px {
  font-size: 48px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fcwhite {
  color: #fff;
}
.fcblack {
  color: #000;
}
.fcgray {
  color: #eee;
}
.fcgray2 {
  color: #999;
}
.fc666 {
  color: #666;
}
.fc62{
  color: #626262;
}
.fcyellow {
  color: #FCD000;
}
.fcc3 {
  color: #c3c3c3;
}
.fcblue {
  color: #00f;
}
.none {
  display: none;
}
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}
.blank10 {
  clear: both;
  height: 10px;
  overflow: hidden;
  display: block;
}
.blank12 {
  clear: both;
  height: 12px;
  overflow: hidden;
  display: block;
}
.blank15 {
  clear: both;
  height: 15px;
  overflow: hidden;
  display: block;
}
.blank20 {
  clear: both;
  height: 20px;
  overflow: hidden;
  display: block;
}
.blank30 {
  clear: both;
  height: 30px;
  overflow: hidden;
  display: block;
}
.blank40 {
  clear: both;
  height: 40px;
  overflow: hidden;
  display: block;
}
.blank50 {
  clear: both;
  height: 50px;
  overflow: hidden;
  display: block;
}
.blank60 {
  clear: both;
  height: 60px;
  overflow: hidden;
  display: block;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
}
button{
  border: none;
  outline: none;
  cursor: pointer;
}

.w {
  width: 1210px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
/* 垂直居中 */
.alignCenter {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.bgGrey{
  background: #F8F9F9;
}
/* footer */
.footer{
  width: 100%;
  height: auto;
  background: #000;
  color: #fff;
  padding: 65px 0 40px 0;
}
.footer .w{
  display: flex;
  justify-content: space-between;
}
.footerCont{
  text-align: left;
  display: flex;
}
.footerCont .footerItem{
  margin-right: 150px;
}
.footerCont .footerItem:last-child{
  margin-right: 0;
}
.footerCont .footerItem a{
  color: #fff;
}
.footerCont .footerItem a:hover{
  color: #FCD000;
}
.footerCont .footerItem h5{
  margin-bottom: 40px;
}
.footerCont .footerItem ul li{
  line-height: 32px;
}
.footerRight img{
  width: 133px;
  height: auto;
  margin-top: 0px;
}
.copyright{
  margin-top: 50px;
}
.copyright a{
  color: #626262;
}
.footer_contact {
  width: 100%;
  background-image: url(../images/index_ad_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  padding: 6% 0;
}
.footer_contact_1{
  text-align: center;
  font-size: 20px;
}
.footer_contact_1 p{
  font-size: 32px;
  color: #2b2b2b;
}
.footer_contact_1 i {
  display: block;
  background-color: #FCD000;
  height: 2px;
  width: 48px;
  margin: 16px auto;
}
.footer_contact_1 span {
  font-size: 14px;
  color: #2b2b2b;
}
.footer_contact_2{
  padding-top: 4%;
}
.footer_contact_2 .t1 {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  margin: 0 auto;
}
.footer_contact_2 .t2 {
  font-size: 30px;
  color: #000000;
  line-height: 48px;
  text-align: center;
  margin: 0 auto;
}
.footer_contact .t3 {
  font-size: 18px;
  text-align: center;
  width: 200px;
  height: 44px;
  line-height: 44px;
  color: #f2142f;
  border: 1px solid #f2142f;
  display: block;
  margin: 3% auto 0 auto;
  position: relative;
  transition: 0.2s;
}
.footer_contact .t3:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  background-color: #f2142f;
  transition: 1s;
  opacity: 0;
}
.footer_contact .t3:after {
  right: 0;
  bottom: 0;
}
.footer_contact .t3:hover {
  background: none;
  color: #fff;
}
.footer_contact .t3:hover:after {
  width: 100%;
  opacity: 1;
}
