body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2 {
  font-weight: bold;
}
em,
i {
  font-style: normal;
}
a {
  text-decoration: none;
  display: inline;
}
img {
  border: none;
  width: 100%;
  display: block;
}
.fl,
.fr {
  _display: inline;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.cl:after {
  content: ".";
  visibility: hidden;
  height: 0;
  font-size: 0;
  display: block;
  clear: both;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: 'Microsoft Yahei', 'microsoft yehei';
  overflow: hidden;
  position: relative;
  background: url('../images/pageBg.jpg') no-repeat top left;
  background-size: 100% 100%;
}
.show {
  display: block!important;
}
.hide {
  display: none!important;
}
.fixedhack {
  position: fixed;
  width: 100%;
  z-index: 800;
}
footer {
  display: none;
}
.fixBottom {
  position: fixed!important;
  bottom: 0!important;
  left: 0!important;
  top: 0!important;
  right: 0!important;
  height: auto!important;
  margin-top: 0!important;
}
.lineBg {
  height: 100%;
  width: 100%;
  background: url('../images/line.png') repeat top left;
  background-size: 0.08rem 0.08rem;
  position: relative;
}
@keyframes mymove {
  0% {
    bottom: 0.7rem;
  }
  20% {
    bottom: 1rem;
  }
  100% {
    bottom: 0.7rem;
  }
}
.lineBg .arrorUp {
  position: absolute;
  bottom: 0.7rem;
  left: 50%;
  width: 0.56rem;
  height: 0.49rem;
  margin-left: -0.28rem;
  animation: mymove 1.2s ease infinite;
  z-index: 1000;
}
.part1 .sortTheme {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 auto;
  background: url('../images/sortBg.png') no-repeat top;
  background-size: 100% 100%;
  overflow: hidden;
}
.part1 .sortTheme img {
  width: 1.21rem;
  height: 0.56rem;
  margin: 0.9rem auto 0;
}
.part1 .theme {
  width: 100%;
  height: 2.4rem;
  position: relative;
  margin-top: 0.7rem;
}
.part1 .theme img {
  position: absolute;
  left: 50%;
}
.part1 .theme .themeSort {
  width: 3.92rem;
  height: 0.71rem;
  margin-left: -1.96rem;
  top: 0;
}
.part1 .theme .themeImg {
  width: 6.41rem;
  height: 1.97rem;
  margin-left: -3.21rem;
  bottom: 0;
}
.part1 .cards {
  width: 100%;
  height: 6rem;
  position: relative;
}
.part1 .cards img {
  position: absolute;
}
.part1 .cards .card1 {
  width: 2.83rem;
  height: 3.74rem;
  top: 0.1rem;
  left: 0.65rem;
}
.part1 .cards .card2 {
  width: 2.42rem;
  height: 3.46rem;
  top: 0;
  left: 2.6rem;
}
.part1 .cards .card3 {
  width: 2.82rem;
  height: 3.74rem;
  top: 0.1rem;
  right: 0.65rem;
}
.part1 .cards .card4 {
  width: 2.82rem;
  height: 3.74rem;
  top: 2.2rem;
  left: 1.4rem;
}
.part1 .cards .card5 {
  width: 2.82rem;
  height: 3.74rem;
  top: 2.2rem;
  right: 1.4rem;
}
.part1 .txtBox {
  width: 100%;
  height: 0.6rem;
  overflow: hidden;
  margin-top: 0.1rem;
  position: relative;
}
@keyframes myani {
  0% {
    top: 0;
  }
  100% {
    top: -4rem;
  }
}
.part1 .txtBox .txts {
  padding: 0.6rem 0 0;
  box-sizing: border-box;
  font-size: 0.2rem;
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 0.3rem;
  position: absolute;
  top: 0;
  left: 0;
  animation: myani 12s linear infinite;
}
.themeTit {
  width: 100%;
  height: 1.5rem;
  margin-top: 1rem;
  background: url('../images/theme.png') no-repeat top;
  background-size: 3.65rem 1.12rem;
  position: relative;
}
.themeTit img {
  width: 0.42rem;
  height: 0.42rem;
  position: absolute;
  top: 0.5rem;
  right: 1.4rem;
}
.themeTit p {
  text-align: center;
  position: absolute;
  bottom: -0.18rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.8rem;
}
.themeTit p b {
  font-size: 0.36rem;
  color: #fff;
  line-height: 0.4rem;
  display: inline-block;
}
.themeTit p i {
  display: inline-block;
  width: 1.9rem;
  height: 1px;
  background: #ccc;
  position: relative;
  top: -0.1rem;
}
.part2 .intro {
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #fff;
  padding: 0.2rem 0.8rem;
  box-sizing: border-box;
  text-align: justify;
}
.part2 .intro p {
  margin: 0.1rem 0;
}
.part2 .intro i {
  font-size: 0.3rem;
  position: relative;
  bottom: -0.09rem;
}
.part3,
.part4,
.part5,
.part6,
.part7 {
  position: relative;
}
.part3 .mans,
.part4 .mans,
.part5 .mans,
.part6 .mans,
.part7 .mans {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.part3 .mans .manBg,
.part4 .mans .manBg,
.part5 .mans .manBg,
.part6 .mans .manBg,
.part7 .mans .manBg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.part3 .mans .txt,
.part4 .mans .txt,
.part5 .mans .txt,
.part6 .mans .txt,
.part7 .mans .txt {
  width: 4.03rem;
  height: 6.67rem;
  position: absolute;
  top: 3.15rem;
  right: 0.3rem;
  background: url('../images/txtBg.png') no-repeat top;
  background-size: 100%;
}
.part3 .mans .detail,
.part4 .mans .detail,
.part5 .mans .detail,
.part6 .mans .detail,
.part7 .mans .detail {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.8rem 0.3rem 0.6rem 0.5rem;
}
.part3 .mans .detail .duty,
.part4 .mans .detail .duty,
.part5 .mans .detail .duty,
.part6 .mans .detail .duty,
.part7 .mans .detail .duty {
  margin-bottom: 0.2rem;
}
.part3 .mans .detail .duty h4,
.part4 .mans .detail .duty h4,
.part5 .mans .detail .duty h4,
.part6 .mans .detail .duty h4,
.part7 .mans .detail .duty h4 {
  font-size: 0.36rem;
  color: #43301d;
}
.part3 .mans .detail .duty h5,
.part4 .mans .detail .duty h5,
.part5 .mans .detail .duty h5,
.part6 .mans .detail .duty h5,
.part7 .mans .detail .duty h5 {
  font-size: 0.24rem;
  color: #43301d;
}
.part3 .mans .detail .intro h5,
.part4 .mans .detail .intro h5,
.part5 .mans .detail .intro h5,
.part6 .mans .detail .intro h5,
.part7 .mans .detail .intro h5 {
  font-size: 0.24rem;
  font-weight: 900;
}
.part3 .mans .detail .intro p,
.part4 .mans .detail .intro p,
.part5 .mans .detail .intro p,
.part6 .mans .detail .intro p,
.part7 .mans .detail .intro p {
  font-size: 0.18rem;
}
.part3 .mans .detail .tips,
.part4 .mans .detail .tips,
.part5 .mans .detail .tips,
.part6 .mans .detail .tips,
.part7 .mans .detail .tips {
  position: relative;
  height: 2.6rem;
  margin-top: 0.18rem;
  overflow: hidden;
}
.part3 .mans .detail .tips > div,
.part4 .mans .detail .tips > div,
.part5 .mans .detail .tips > div,
.part6 .mans .detail .tips > div,
.part7 .mans .detail .tips > div {
  position: absolute;
  top: 0.3rem;
  left: 0;
}
.part3 .mans .detail .tips > div h5,
.part4 .mans .detail .tips > div h5,
.part5 .mans .detail .tips > div h5,
.part6 .mans .detail .tips > div h5,
.part7 .mans .detail .tips > div h5 {
  font-size: 0.18rem;
  color: #000;
  font-weight: 900;
  margin-top: 0.2rem;
}
.part3 .mans .detail .tips > div p,
.part4 .mans .detail .tips > div p,
.part5 .mans .detail .tips > div p,
.part6 .mans .detail .tips > div p,
.part7 .mans .detail .tips > div p {
  font-size: 0.18rem;
  color: #000;
  text-align: justify;
  text-indent: 2em;
}
.part3 .mans .man1 {
  width: 3.93rem;
  height: 9.48rem;
  position: absolute;
  top: 3.15rem;
  left: 0;
}
@keyframes txtmove1 {
  0% {
    top: 0.5rem;
  }
  100% {
    top: -4.5rem;
  }
}
.part3 .mans .detail .tips > div {
  animation: txtmove1 15s linear infinite;
}
.part4 .mans .man2 {
  width: 3.93rem;
  height: 8.72rem;
  position: absolute;
  top: 2.9rem;
}
@keyframes txtmove2 {
  0% {
    top: 0.5rem;
  }
  100% {
    top: -4.5rem;
  }
}
.part4 .mans .detail .tips > div {
  animation: txtmove2 15s linear infinite;
}
.part5 .mans .man3 {
  width: 3.61rem;
  height: 7.59rem;
  position: absolute;
  top: 2.8rem;
}
@keyframes txtmove3 {
  0% {
    top: 0.5rem;
  }
  100% {
    top: -4.5rem;
  }
}
.part5 .mans .detail .tips > div {
  animation: txtmove3 15s linear infinite;
}
.part6 .mans .man4 {
  width: 4.36rem;
  height: 8.01rem;
  position: absolute;
  top: 3rem;
}
@keyframes txtmove4 {
  0% {
    top: 0.5rem;
  }
  100% {
    top: -3rem;
  }
}
.part6 .mans .detail .tips > div {
  animation: txtmove4 15s linear infinite;
}
.part7 .mans .man5 {
  position: absolute;
  top: 3rem;
  left: 50%;
  width: 5.33rem;
  height: 8.21rem;
  margin-left: -2.66rem;
}
.part8 .themeTit p i {
  width: 1.7rem;
}
.part8 .txtIntro {
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.4rem;
  padding: 0 0.8rem;
  box-sizing: border-box;
  text-indent: 2em;
  text-align: justify;
  margin: 0.2rem 0;
}
.part8 .cards {
  width: 100%;
  height: 3.6rem;
  box-sizing: border-box;
  padding: 0 0.35rem;
}
.part8 .cards li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 0.1rem;
}
.part8 .cards li p {
  width: 100%;
  font-size: 0.36rem;
  line-height: 0.6rem;
  margin: 0.1rem 0;
  color: #fff;
  padding-left: 0.6rem;
  background: url('../images/heart.png') no-repeat 0.2rem 0.16rem;
  background-size: 0.3rem 0.28rem;
}
.part8 .cards li div {
  font-size: 0.24rem;
  color: #fff;
  border-radius: 0.08rem;
  background: #dc214c;
  text-align: center;
  line-height: 0.6rem;
}
.part8 .message {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.45rem;
  margin-top: 0.2rem;
}
.part8 .message h5 {
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
}
.part8 .message h5 i {
  width: 0.29rem;
  height: 0.26rem;
  display: inline-block;
  background: url('../images/write.png') no-repeat center;
  background-size: 100% 100%;
  margin: 0.1rem 0.1rem 0;
}
.part8 .message .mes {
  width: 100%;
  height: 1.2rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
  margin: 0.2rem 0;
  position: relative;
}

.part8 .message .mes ul {
  position: absolute;
}
.part8 .message .mes ul li {
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #fff;
}
.part8 .message textarea {
  border-radius: 0.08rem;
  width: 100%;
  resize: none;
  border: none;
  box-sizing: border-box;
  padding: 0.1rem;
  margin: 0.1rem 0;
}
.part8 .message div.submit {
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  line-height: 0.6rem;
  border-radius: 0.1rem;
}
.part9 .mx_list {
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto;
  padding: 0.5rem;
  margin-top: 2.7rem;
  background: #fff;
  border-radius: 0.1rem;
}
.part9 .mx_list li a {
  width: 46%;
  display: inline-block;
  margin: 0.2rem 1%;
}
.part10 > img {
  margin: 3.4rem auto 0;
  width: 6.45rem;
  height: 2rem;
}
.part10 .info {
  width: 100%;
  margin: 0.2rem 0;
}
.part10 .info p {
  font-size: 0.24rem;
  color: #fff;
  font-weight: 900;
  text-align: center;
}
.part10 .info > div {
  width: 100%;
  text-align: center;
}
.part10 .info > div i {
  display: inline-block;
  width: 1.6rem;
  height: 1px;
  background: #ccc;
  position: relative;
}
.part10 .info > div .lineleft {
  top: -0.5rem;
  transform-origin: right;
  transform: rotateZ(-45deg);
}
.part10 .info > div .lineright {
  top: -1.1rem;
  transform-origin: left;
  transform: rotateZ(-45deg);
}
.part10 .info > div img {
  width: 1.73rem;
  height: 1.73rem;
  display: inline-block;
  margin: 0 0.2rem;
}
.part10 .info .contact {
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.4rem;
  text-align: center;
}

body .getCode{
 font-size:0.24rem;
 color:#fff;
 height:0.8rem;
 position:relative;
}
body .getCode>img{
	display:inline-block;
	width:2rem;
	height:0.6rem;
	}
body #captcha{
	height:0.6rem;
	font-size:0.24rem;
	line-height:0.6rem;
	padding:0 0.15rem;
	border-radio:0.06rem;
	}
body #btnPostComment{
	position:absolute;
	right:0;
	top:0.2rem;
	display:block;
	height:0.6rem;
	padding:0 0.15rem;
	background:#dc214c;
	border-radio:0.06rem;
	color:#fff;
}
body #ccaptcha img{
	display:inline-block;
	width:0.3rem;
	height:0.3rem;
	}
