@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}
html {
  width: 100%;
  min-height: 100%;
}
body {
  width: 100%;
  min-height: 100%;
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  font: 0.24rem/1.6 "Microsoft Yahei", Arial;
  color: #666;
  background: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body:before,
body:after {
  content: "";
  width: 100%;
  display: block;
}
body:after {
  height: 1.1rem;
}
img {
  border: 0px;
}
em,
b {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-weight: normal;
  font-size: .24rem;
}
ul,
ol {
  list-style-type: none;
}
input,
button,
textarea {
  outline: none;
  font-family: "Microsoft Yahei", Arial;
  font-size: .24rem;
  -webkit-appearance: none !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
}
/****************************公用样式***********************/
.layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 101;
  background: #000;
  opacity: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.hidden {
  display: none;
}
.tac {
  text-align: center;
}
.g-ico,
.g-icobef:before,
.g-icobef:after {
  background: url(../images/g-ico.png) no-repeat;
  display: inline-block;
  background-size: 4rem auto;
  vertical-align: middle;
}
.g-icobef:before,
.g-icobef:after {
  content: "\20";
  display: block;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*header*/
.header {
  width: 100%;
  height: 1rem;
  text-align: center;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header .logo {
  width: 3rem;
  height: 1rem;
  display: block;
  margin: 0 auto;
}
.header .logo img {
  width: 100%;
  height: 100%;
  display: block;
}
.header .goBack {
  width: 1rem;
  height: 1rem;
  padding-top: .3rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.header .goBack:after {
  width: .3rem;
  height: .45rem;
  display: block;
  margin: auto;
  background-position: 0 0;
}
.header .navBtn {
  width: .9rem;
  height: 1rem;
  padding-top: .35rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.header .navBtn:after {
  width: .44rem;
  height: .44rem;
  display: block;
  margin: auto;
  background-position: -0.56rem 0;
}
.header .navBtn.shownav {
  background: #e83525;
}
.header .navBtn.shownav:after {
  background-position: -1.15rem 0;
}
.header nav {
  width: 2.5rem;
  background: #e83525;
  position: absolute;
  right: 0;
  top: 1rem;
  z-index: 999;
}
.header nav li a {
  display: block;
  height: .7rem;
  line-height: .7rem;
  width: 100%;
  padding-left: .4rem;
  color: #fff;
  border-bottom: 1px solid #ed5d51;
  text-align: left;
  font-size: .24rem;
}
.header nav li a:hover {
  background: #fff;
  color: #e83525;
}
.toTop {
  width: 100%;
  height: .6rem;
  margin: .4rem 0;
  color: #e83525;
  font-size: .36rem;
  text-align: center;
  position: relative;
}
.toTop s {
  width: .22rem;
  height: .4rem;
  margin-left: .1rem;
  background-position: -2.94rem -0.75rem;
}
.toTop em {
  width: 2.3rem;
  text-align: center;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1.15rem;
  z-index: 3;
}
.toTop span {
  position: absolute;
  display: block;
  z-index: 2;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #d6d6d6;
}
.bottomNav {
  width: 100%;
  height: .7rem;
  line-height: .7rem;
  background: #e83525;
}
.bottomNav a {
  width: 23%;
  text-align: center;
  color: #fff;
  position: relative;
  display: block;
  float: left;
}
.bottomNav a:last-child {
  width: 31%;
}
.bottomNav a:before {
  width: 2px;
  height: .25rem;
  display: block;
  position: absolute;
  left: 0;
  top: .25rem;
  background: #d23022;
  content: "\20";
  opacity: .5;
}
/*footer*/
.footer {
  width: 100%;
  padding: .4rem 0;
  line-height: .36rem;
  font-size: .2rem;
  color: #333;
  text-align: center;
  box-sizing: border-box;
}
.footer * {
  box-sizing: border-box;
}
.footer .txt a {
  color: #333;
}
/* navBar */
.navBar {
  width: 100%;
  height: 1.1rem;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  background: #434343;
}
.navBar ul {
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  height: 1.1rem;
  margin: 0 auto;
}
.navBar ul li {
  float: left;
  width: 25%;
  height: 1.1rem;
}
.navBar ul li a {
  width: 100%;
  height: 1.1rem;
  padding-top: .2rem;
  font-size: .2rem;
  display: block;
  text-align: center;
  color: #fff;
}
.navBar ul li a:before {
  width: .44rem;
  height: .44rem;
  display: block;
  margin: 0 auto;
}
.navBar ul li:nth-child(1) a:before {
  background-position: 0 -0.76rem;
}
.navBar ul li:nth-child(2) a:before {
  background-position: -0.7rem -0.76rem;
}
.navBar ul li:nth-child(3) a:before {
  background-position: -1.42rem -0.76rem;
}
.navBar ul li:nth-child(4) a:before {
  background-position: -2.13rem -0.76rem;
}
.navBar ul li:hover {
  background: #e83525;
}
/* banner */
.banner {
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  height: 3.5rem;
  overflow: hidden;
}
.banner * {
  box-sizing: border-box;
}
.banner .list {
  float: left;
  width: 500%;
}
.banner li {
  height: 100%;
  float: left;
  width: 20%;
}
.banner li a {
  display: block;
  width: 100%;
}
.banner li img {
  height: 3.5rem;
  display: block;
  width: 100%;
}
.banner .tip {
  width: 100%;
  height: .12rem;
  position: absolute;
  text-align: center;
  left: 0px;
  bottom: .16rem;
}
.banner .tip span {
  height: .05rem;
  width: .5rem;
  margin: 0 .06rem;
  display: inline-block;
  vertical-align: top;
  background: #666666;
}
.banner .tip span.cur {
  background: #e83525;
}
/*indexTit*/
.indexTit {
  width: 100%;
  height: .6rem;
  line-height: .6rem;
  margin-bottom: .4rem;
  border-bottom: 1px solid #ededed;
  color: #333333;
}
.indexTit .more {
  float: right;
  width: .8rem;
  height: .3rem;
  display: block;
  line-height: .28rem;
  border: 1px solid #dfdfdf;
  margin-top: .15rem;
  border-radius: 0.04rem;
  background-position: -3.35rem -0.25rem;
}
.indexTit h3 {
  display: inline-block;
  float: left;
  height: .6rem;
  border-bottom: .06rem solid #656565;
  font-size: 18px;
}
.indexTit span {
  height: .6rem;
  display: inline-block;
  padding-left: 5px;
  float: left;
  margin-left: 2px;
  border-bottom: 0.06rem solid #e83525;
  font-family: arial;
}
.iyewu {
  width: 5.4rem;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  padding: .5rem 0;
}
.iyewu .prev,
.iyewu .next {
  width: .3rem;
  height: .3rem;
  position: absolute;
  top: 55%;
  cursor: pointer;
  z-index: 10;
}
.iyewu .prev {
  left: -0.4rem;
  background-position: -1.75rem 0;
}
.iyewu .prev:hover {
  background-position: -2.88rem 0;
}
.iyewu .next {
  right: -0.4rem;
  background-position: -2.14rem 0;
}
.iyewu .next:hover {
  background-position: -2.5rem 0;
}
.iyewu .iyewuCon {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 3rem;
}
.iyewu .iyewuCon .tempWrap {
  overflow: visible !important;
}
.iyewu .iyewuCon .list {
  width: 300%;
  position: relative;
  transition: none;
  overflow: visible !important;
}
.iyewu .item {
  width: 5.4rem;
  height: 2.9rem;
  position: relative;
  float: left;
  background: #e83525;
}
.iyewu .item a {
  display: block;
  width: 100%;
}
.iyewu .item img {
  width: 3.6rem;
  height: 2.9rem;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.iyewu .item .txt {
  width: 1.7rem;
  height: 2.9rem;
  position: relative;
  color: #fff;
  text-align: right;
}
.iyewu .item .txt h3 {
  padding-top: .3rem;
}
.iyewu .item .txt .en {
  font-size: .16rem;
  display: block;
  line-height: 16px;
  padding-left: .2rem;
  font-family: Arial;
  text-transform: uppercase;
}
.iyewu .item .txt .more {
  width: .8rem;
  height: .3rem;
  position: absolute;
  right: 0;
  bottom: .2rem;
  display: block;
  line-height: .28rem;
  background-color: #fff;
  margin-top: .15rem;
  border-radius: 0.04rem;
  background-position: -3.35rem 0.1rem;
  display: none;
}
.icase {
  width: 5.4rem;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  padding-bottom: .5rem;
}
.icase .item {
  width: 48%;
  float: left;
  margin: 0 4% .3rem 0;
}
.icase .item:nth-child(2n) {
  margin-right: 0;
}
.icase .item .img {
  width: 100%;
  padding-top: 62.5%;
  display: block;
  overflow: hidden;
  position: relative;
}
.icase .item .img img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.icase .item .more {
  width: 100%;
  height: .4rem;
  display: block;
  padding-top: .13rem;
  background: #e83525;
}
.icase .item .more s {
  width: .35rem;
  height: .15rem;
  display: block;
  margin: 0 auto;
  background-position: -2.88rem -0.4rem;
}
.icase .item h3 {
  color: #e83525;
  padding: .2rem 2% .05rem;
}
.icase .item .txt {
  padding: 0 2%;
  margin-bottom: .2rem;
  font-size: .2rem;
  line-height: .3rem;
  height: .6rem;
  overflow: hidden;
}
.inews {
  width: 5.4rem;
  margin: 0 auto;
  padding-bottom: .5rem;
}
.inews .h3tab {
  width: 100%;
  height: .5rem;
  margin-bottom: .1rem;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.inews .h3tab a {
  width: 50%;
  line-height: .5rem;
  font-size: .24rem;
  color: #fff;
  background: #434343;
}
.inews .h3tab a.hover {
  background: #e83525;
}
.inews .item {
  padding: .35rem 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #f2f2f2;
}
.inews .item img {
  width: 1.9rem;
  height: 1.4rem;
  display: block;
  margin-left: .2rem;
}
.inews .item h3 {
  font-size: .36rem;
  line-height: 0.48rem;
  height: 0.96rem;
  margin-bottom: .18rem;
  overflow: hidden;
  color: #333333;
}
.inews .item .dec {
  color: #848484;
  font-size: .2rem;
}
.inews .item .dec span {
  margin-right: .2rem;
}
.inews .item .dec span.g-ico {
  width: 0.24rem;
  height: 0.1rem;
  margin-left: .2rem;
  margin-right: 0;
  background-position: -2.4rem -0.45rem;
}
.invest {
  padding-top: .3rem;
  margin-bottom: 1rem;
}
.invest .title {
  width: 100%;
  text-align: center;
  margin-bottom: .4rem;
}
.invest .title .en {
  font-size: .36rem;
  color: #333333;
  font-family: arial;
  text-transform: uppercase;
  display: block;
  padding-bottom: .1rem;
  margin-bottom: .1rem;
  border-bottom: 1px solid #eee;
}
.invest .title h3 {
  font-size: 24px;
  position: relative;
  color: #333333;
}
.invest .title h3 .line {
  width: .6rem;
  height: .04rem;
  display: block;
  background: #e83525;
  position: absolute;
  left: 50%;
  margin-left: -0.3rem;
  top: -0.12rem;
}
.invest .list {
  background: url(../images/ivestbg.png) no-repeat center center;
  background-size: 1rem 1rem;
}
.invest .item {
  width: 45%;
  margin-left: 10%;
  text-align: center;
  display: block;
  float: left;
  margin-bottom: .4rem;
}
.invest .item:nth-child(2n + 1) {
  margin-left: 0;
}
.invest .item h3 {
  font-size: .26rem;
  color: #333;
}
.invest .item .bg {
  width: 1.2rem;
  height: 1.2rem;
  padding-top: .24rem;
  margin: 0 auto .2rem;
  border: 2px solid #e6e6e6;
  border-radius: 100%;
}
.invest .item .bg span {
  width: .65rem;
  height: .65rem;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  background: url(../images/v-ico.png) no-repeat 0 0;
  background-size: auto .7rem;
}
.invest .item.a1 .bg span {
  background-position: 0 -0.03rem;
}
.invest .item.a2 .bg span {
  background-position: -0.85rem -0.03rem;
}
.invest .item.a3 .bg span {
  background-position: -1.7rem -0.03rem;
}
.invest .item.a4 .bg span {
  background-position: -2.55rem -0.03rem;
}
.icase2 {
  padding: .5rem 0;
  margin-bottom: .6rem;
  background: #e83525 url(../images/icasebg2.jpg) no-repeat center top;
  background-size: cover;
}
.icase2 .icaseCon {
  width: 5.4rem;
  margin: 0 auto;
}
.icase2 .title {
  color: #fff;
  width: 100%;
  margin-bottom: .4rem;
}
.icase2 .title .en {
  font-size: .5rem;
  font-family: arial;
  line-height: .5rem;
  display: block;
  text-transform: uppercase;
}
.icase2 .title h3 {
  font-size: .3rem;
}
.icase2 .title .line {
  width: .7rem;
  height: 2px;
  display: block;
  background: #fff;
  margin-top: .1rem;
}
.icase2 .title .more {
  float: right;
  width: .8rem;
  height: .3rem;
  display: block;
  line-height: .28rem;
  border: 1px solid #fff;
  margin-top: .65rem;
  border-radius: 0.04rem;
  background-position: -3.35rem -0.54rem;
}
.icase2 .item {
  width: 48%;
  margin-left: 4%;
  float: left;
  margin-bottom: .4rem;
}
.icase2 .item:nth-child(2n+1) {
  margin-left: 0;
}
.icase2 .item a {
  display: block;
}
.icase2 .item .img {
  width: 100%;
  position: relative;
  padding-top: 128%;
  overflow: hidden;
  background: #fff;
}
.icase2 .item .img img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.icase2 .item h3 {
  width: 100%;
  color: #fff;
  padding: .2rem 0 .08rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: .22rem;
  margin-bottom: .1rem;
}
.icase2 .item .time {
  font-size: .18rem;
  font-family: arial;
  color: #fff;
}
.icase2 .item .time .day {
  font-size: .36rem;
}
/*******************category css********************/
.sitepath {
  width: 100%;
  height: 0.72rem;
  margin-bottom: .3rem;
  border-bottom: 1px solid #ccc;
  padding: .18rem 8% 0;
  color: #333;
  font-size: .22rem;
}
.sitepath s {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: .08rem;
  background-position: -3.74rem -1.04rem;
}
.sitepath a {
  color: #333;
}
.cateTab {
  width: 100%;
  padding: 0 8%;
  margin-bottom: .2rem;
  background: #fff;
}
.cateTab a {
  width: 32%;
  height: 0.6rem;
  line-height: 0.6rem;
  display: block;
  text-align: center;
  float: left;
  margin-left: 2%;
  margin-bottom: .1rem;
  color: #fff;
  background: #434343;
}
.cateTab a:nth-child(3n+1) {
  margin-left: 0;
}
.cateTab a:hover,
.cateTab a.hover {
  background: #e83525;
  color: #fff;
}
.scrollMore {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  margin-top: .3rem;
  text-align: center;
  display: block;
  background: #444;
  color: #fff !important;
}
.dialog-layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #000;
  opacity: .3;
}
.nybanner {
  width: 100%;
  height: 2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.content {
  margin-bottom: .3rem;
  overflow: hidden;
}
.content img {
  max-width: 100%;
}
.content.inews {
  padding-bottom: .3rem;
}
.aboutPage {
  padding: 0 8% .2rem;
  line-height: 0.42rem;
  color: #333333;
}
.aboutPage img {
  max-width: 100%;
  height: auto !important;
}
.pictureList {
  overflow: hidden;
  padding: 0 8%;
}
.pictureList .item {
  width: 48%;
  margin-right: 4%;
  float: left;
  position: relative;
  display: block;
  margin-bottom: .3rem;
  border: 1px solid #efefef;
}
.pictureList .item:nth-child(2n) {
  margin-right: 0;
}
.pictureList .item .img {
  width: 100%;
  padding-top: 67.15%;
  position: relative;
  overflow: hidden;
}
.pictureList .item .img img {
  display: block;
  position: absolute;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
}
.pictureList .item h3 {
  margin: 0 .2rem;
  height: 0.7rem;
  line-height: 0.7rem;
  overflow: hidden;
  color: #404040;
  border-bottom: 1px solid #efefef;
}
.pictureList .item .more {
  margin: 0 15px;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: .18rem;
  display: block;
  color: #333333;
  font-family: arial;
}
.pictureList .item .more span {
  width: .4rem;
  height: .16rem;
  float: right;
  margin-top: .28rem;
  background-position: -1.8rem -0.42rem;
}
.businessPage {
  padding: .1rem 0 .2rem;
  margin-bottom: 0;
}
.businessPage .item {
  float: none;
  margin-bottom: .3rem;
}
.newsPage {
  width: 84%;
}
.showBusiness .txtcon {
  width: 84%;
  margin: 0 auto .2rem;
}
.showBusiness .extend {
  margin-top: .3rem;
}
.showBusiness .extend img {
  display: block;
}
/*showInfo*/
.showInfo {
  padding: .2rem 8% .5rem;
  width: 100%;
}
.showInfo .title {
  font-size: .4rem;
  text-align: center;
  color: #333333;
}
.showInfo .mark {
  font-size: .22rem;
  text-align: center;
  color: #666666;
  padding-bottom: .1rem;
  border-bottom: 1px solid #dbd7d7;
}
.showInfo .mark span {
  margin: 0 .06rem;
}
.showInfo .contxt {
  padding: .2rem 0 .4rem;
  color: #666666;
}
.showInfo .contxt img {
  max-width: 100%;
  height: auto !important;
}
/*fenx*/
#nativeShare {
  margin: 0 auto;
  width: 100%;
  padding-top: 0.3rem;
  max-width: 640px;
  min-width: 320px;
}
#nativeShare .label {
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.6rem;
}
#nativeShare .list {
  width: 4.6rem;
  float: right;
}
#nativeShare .list span {
  height: 0.75rem;
  width: 0.75rem;
  padding: 0;
  display: inline-block;
}
#nativeShare .list span i {
  margin: 0 auto;
  width: 0.63rem;
  height: 0.63rem;
  display: block;
}
#nativeShare .weibo i {
  background-image: url('../images/weibo.png');
  background-size: cover;
}
#nativeShare .weixin i {
  background-image: url('../images/weixin_friend.png');
  background-size: cover;
}
#nativeShare .weixin_timeline i {
  background-image: url('../images/weixin.png');
  background-size: cover;
}
#nativeShare .qq i {
  background-image: url('../images/qq.png');
  background-size: cover;
}
#nativeShare .qzone i {
  background-image: url('../images/qqzone.png');
  background-size: cover;
}
#nativeShare .more i {
  background-image: url('../images/more.png');
  background-size: cover;
}
#nativeShare .list span.qzone,
#nativeShare .list span.more {
  width: 0.73rem;
}
#fenxiang {
  display: none;
}
.fenx {
  height: 1.0rem;
  width: 100%;
}
.fenx .tt {
  margin-left: 0.2rem;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.6rem;
}
.fenx .bdsharebuttonbox {
  width: 80%;
  float: right;
}
.fenx .bdsharebuttonbox a {
  margin-left: 0.2rem;
}
#bdfx a {
  height: 0.6rem;
  width: 0.6rem;
  margin: 0;
  padding: 0;
  margin: 0px 0.08rem;
  display: inline-block;
}
#bdfx .d1 {
  background: url(../images/qqzone.png) no-repeat center;
  background-size: 100% 100%;
}
#bdfx .d2 {
  background: url(../images/weibo.png) no-repeat center;
  background-size: 100% 100%;
}
embed {
  width: 100% !important;
  height: auto !important;
}
/*reLink*/
.reLink {
  margin: .2rem 0 .1rem;
}
.reLink .prevLink,
.reLink .nextLink {
  display: block;
  height: .6rem;
  line-height: .6rem;
  font-size: .24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
}
.guidePage .con {
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  background: #000000;
  background-size: cover;
  overflow: hidden;
}
.guidePage .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.guidePage .img {
  width: 100%;
  position: relative;
  z-index: 10;
}
.guidePage .img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.guidePage .img.img1 {
  padding-top: 1.2rem;
}
.guidePage .img.img1 img {
  width: 4rem;
}
.guidePage .img.img2 {
  padding: .6rem 0 .8rem;
  display: none;
}
.guidePage .img.img2 img {
  height: .36rem;
}
.guidePage .guide_nav {
  text-align: center;
  position: relative;
  width: 100%;
  z-index: 10;
}
.guidePage .guide_nav li {
  float: left;
  width: 50%;
  margin-bottom: .2rem;
}
.guidePage .guide_nav li a {
  display: block;
  width: 100%;
}
.guidePage .guide_nav li img {
  display: block;
  max-width: 85%;
  margin: 0 auto;
}
.guidePage .txt {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  bottom: .9rem;
  color: #fff;
  z-index: 11;
  font-size: .26rem;
  letter-spacing: .02rem;
}

/* 250801留言表单调整 */
.wrapper .cateTit h3{text-align: center;}
.recomTit h3{text-align: center;}
.msgPage * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* 手机端适配 (屏幕宽度 ≤ 768px) */
@media (max-width: 1920px) {
  .msgPage .w1200 {
    width: 100% !important;
    padding: 0 15px;
  }

  .msgPage .cateTit {
    padding: 15px;
    text-align: center;
  }

  .msgPage .cateTit h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .msgPage .cateTit .en {
    font-size: 14px;
  }

  .msgPage .con {
    padding: 10px 0;
  }

  .msgPage .item,
  .msgPage .item2,
  .msgPage .item3 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 15px 0 !important;
    padding: 0 10px;
  }

  .msgPage .t {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.5;
  }

  .msgPage .txt,
  .msgPage textarea {
    width: 100% !important;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
  }

  .msgPage textarea {
    min-height: 100px;
    resize: vertical;
  }

  .msgPage .radio {
    margin-right: 15px;
    font-size: 14px;
  }

  .msgPage p {
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .msgPage .word-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 2px 6px;
    background: #f6121c;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
  }

  .msgPage .itemsub {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .msgPage .btn {
    width: 30% !important;
    padding: 10px 0;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  .msgPage .btn.reset {
    background: #6c757d!important;
    color: white;
    margin-right: 4% !important;
  }

  .msgPage .btn.fr {
    background: #f6121c;
    color: white;
  }

  .msgPage .red {
    color: #f6121c;
  }
}

/* 平板端适配 (768px < 屏幕宽度 ≤ 992px) */
/* @media (min-width: 769px) and (max-width: 992px) {
  .msgPage .w1200 {
    width: 95% !important;
    margin: 0 auto;
  }

  .msgPage .item,
  .msgPage .item2,
  .msgPage .item3 {
    width: 48% !important;
    margin-left: 2% !important;
    margin-bottom: 15px;
  }

  .msgPage .item:nth-child(odd),
  .msgPage .item2:nth-child(odd),
  .msgPage .item3:nth-child(odd) {
    margin-left: 0 !important;
  }

  .msgPage .txt,
  .msgPage textarea {
    width: 100% !important;
  }
} */
/* 250801留言表单调整end */

@keyframes Swing2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes Swing2 {
  0% {
    -webkit-transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
  }
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*字体*/
@media only screen and (min-width: 641px) {
  html {
    font-size: 100px;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 100px;
  }
}
@media only screen and (max-width: 540px) {
  html {
    font-size: 84.375px;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 75px;
  }
}
@media only screen and (max-width: 414px) {
  html {
    font-size: 64.6875px;
  }
}
@media only screen and (max-width: 400px) {
  html {
    font-size: 62.5px;
  }
}
@media only screen and (max-width: 375px) {
  html {
    font-size: 58.5938px;
  }
}
@media only screen and (max-width: 360px) {
  html {
    font-size: 56.25px;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 50px;
  }
}
