﻿@charset "utf-8";
/* CSS Document */
/* 初始化*/
html {
  overflow-x: auto;
  overflow-y: auto;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  color: #000;
  background-color: #fff;
  font-family: "微软雅黑";
  font-size: 12px;
}
img {
  border: 0;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
h2 {
  font-size: 18px;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
/*全局样式*/
.w {
  width: 100%;
  margin: 0 auto;
}
.m {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.in {
  width: 1000px;
  margin: 0 auto;
}
/*top 头部*/
.head {
  height: 136px;
  background: url('../img/head_bg.jpg') no-repeat center center;
  position: relative;
}
.head .in {
 
  height: 135px;
}
.head .in .lef {
  float: left;
  width: 400px;
  position: relative;
}
.head .in .lef .logo {
  position: absolute;
  left: 0;
  top: 25px;
}
.head .in .cen {
  float: left;
  width: 200px;
}
.head .in .cen a {
  display: block;
  margin-top: 10px;
}
.head .in .rig {
  float: left;
  width: 400px;
  position: relative;
}
.miss_in{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
}
.miss_in > .in{
  
  }
.miss {
  position: absolute;
  top: 25px;
  right: 0;
}
.miss span {
  float: left;
  font-size: 14px;
}
.miss a.a1 {
  float: left;
  display: block;
  width: 85px;
  height: 40px;
  line-height: 40px;
  margin-left: 8px;
  background: #e12042;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-right: 18px;
}

.head .in ul li {
  width: 33.33%;
  text-align: center;
  float: left;
  line-height: 30px;
  margin-top: 100px;
  font-size: 18px;
}
.head .in ul li a {
  color: #231815;
  padding-bottom: 7px;
}
.head .in ul li.on a {
  border-bottom: 2px solid #db0a4c;
}
.head .nav2 {
  display: none;
  position: absolute;
  left: 0;
  bottom: -40px;
  text-align: center;
  width: 100%;
  background: #f39800;
}
.head .nav2 ul {
  width: 100%;
  text-align: center;
}
.head .nav2 ul li {
  line-height: 40px;
  display: inline-block;
  padding: 0 0 0 48px;
}
.head .nav2 ul li > a {
  color: #fff;
  font-size: 18px;
}
.head .nav2 ul li > a.on {
  padding-bottom: 9px;
  border-bottom: 2px solid #fff;
}
.head .nav2 ul li > a:hover {
  padding-bottom: 9px;
  border-bottom: 2px solid #fff;
}
.ind_bod {
  height: 611px;
  background: url('../img/ind_1.jpg') no-repeat center center;
}
.footer {
  padding: 30px 0;
  text-align: center;
  background: #1b1718;
}
.ind_bg {
  height: 740px;
  background: url('../img/ind_2.jpg') no-repeat center center;
}
.ind_bg .mingle {
  height: 740px;
  background: rgba(255, 255, 255, 0.5);
}
.ind_bg .mingle .bod {
  padding: 20px;
}
.ind_bg .mingle .bod .h2 {
  padding: 30px 0 15px 0;
  display: block;
  color: #d30146;
  font-size: 18px;
  font-weight: bold;
}
.ind_bg .mingle .bod .h2 i.i1 {
  display: inline-block;
  width: 21px;
  height: 20px;
  background: url('../img/s5.png') no-repeat center center;
  padding-left: 5px;
}
.ind_bg .mingle .bod .h2.pt20 {
  padding-top: 0px;
}
.ind_bg .mingle .bod .h2.pb0 {
  padding-bottom: 0;
}
.ind_bg .mingle .bod .h2.h2r {
  color: #333333;
  padding-top: 20px;
  padding-bottom: 10px;
}
.ind_bg .mingle .bod .p1 {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-indent: 34px;
}
.ind_bg .mingle .bod .img1 {
  display: block;
  margin: 20px auto 0;
}
.ind_bg .mingle .theme li {
  width: 398px;
  border-left: 2px solid #dd0b4e;
  padding-left: 10px;
  margin: 30px 0 0 27px;
  height: 150px;
  float: left;
  margin-right: 42px;
}
.ind_bg .mingle .theme li .tit {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.ind_bg .mingle .theme li .tli {
  display: block;
  color: #333333;
  font-size: 16px;
}
.ind_bg .mingle .theme li .tli_pa {
  margin-top: 20px;
}
.ind_bg .mingle .theme li:hover .tit {
  color: #dd0b4e;
}
.ind_bg .mingle .theme li:hover .tli {
  color: #dd0b4e;
}
.ind_bg .mingle .arrange li {
  margin: 40px 0px 0 60px;
  float: left;
  width: 395px;
}
.ind_bg .mingle .arrange li > a {
  display: block;
}
.ind_bg .mingle .arrange li .img {
  width: 167px;
  height: 167px;
  float: left;
}
.ind_bg .mingle .arrange li .img > img {
  width: 167px;
  height: 167px;
  display: block;
}
.ind_bg .mingle .arrange li .tit {
  width: 226px;
  height: 167px;
  float: left;
  background: url('../img/s15.png') no-repeat center center;
}
.ind_bg .mingle .arrange li .tit .btn {
  text-align: center;
  display: none;
}
.ind_bg .mingle .arrange li .tit .btn .btn_a {
  margin: 65px auto 0;
  width: 118px;
  height: 38px;
  line-height: 38px;
  border: 2px solid #fff;
  border-radius: 10px;
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.ind_bg .mingle .arrange li .tit .text {
  text-align: center;
}
.ind_bg .mingle .arrange li .tit .text .tili {
  font-size: 16px;
  font-weight: bold;
  padding-top: 25px;
  color: #fff;
  display: inline-block;
}
.ind_bg .mingle .arrange li .tit .text span.s1 {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding-top: 3px;
}
.ind_bg .mingle .feature > li {
  margin-top: 90px;
  width: 33.33%;
  float: left;
}
.ind_bg .mingle .feature > li .li {
  width: 221px;
  margin: 0 auto;
}
.ind_bg .mingle .feature > li .li .tit {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  display: block;
  padding-top: 10px;
}
.ind_bg .mingle .feature > li .li .s1 {
  display: block;
  color: #333333;
  font-size: 16px;
}
.ind_bg .mingle .feature > li .li .btn {
  display: block;
  margin: 25px auto 0;
  width: 216px;
  line-height: 43px;
  height: 43px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border: 2px solid #dd0b4e;
  color: #dd0b4e;
  border-radius: 10px;
}
.ind_bg .mingle .feature > li .li .btn:hover {
  color: #fff;
  background: #dd0b4e;
}
.ind_bg .mingle .list ul li {
  padding: 15px 0;
  color: #333333;
  font-size: 18px;
}
.ind_bg .mingle .list ul li a {
  color: #333;
}
.ind_bg .mingle .list ul li:hover a {
  color: #dd0b4e;
}
.ind_bg .mingle .list ul li .s1 {
  float: left;
}
.ind_bg .mingle .list ul li .s2 {
  float: right;
}
.ind_arrange {
  height: 947px;
  background: url('../img/ind_2.jpg') no-repeat center center;
}
.ind_arrange .mingle {
  height: 947px;
}
#lx_iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.vid_pa{
  position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; background: rgba(0,0,0,0.7); display: none;
}
.vid_pa video{position: absolute; top: 20px; width: 1100px; left: 50%; margin-left: -550px;}
.vid_pa .vid_in{width: 1100px; height: 1px; margin: 0 auto; }
.vid_pa .vid_co{position: absolute; right: 20px; top: 20px; width: 20px;height: 20px;background: url('../img/close.png') no-repeat center center; display: block;}
.miss a.a1{width:187px; height:78px; line-height:78px; font-size:22px;}
.miss_music a.a1{background:url('../img/music.png') no-repeat center center; background-size:cover; text-indent:65px; }
.miss_video a.a1{background:url('../img/video.png') no-repeat center center; background-size:cover; }