.bglinearMoveRed {
  background: linear-gradient(135deg, #204aa6, #07b9f5, #204aa6);
  background-size: 200% 100%;
  animation: bgliner1 2s linear infinite alternate;
  -o-animation: bgliner1 2s linear infinite alternate;
  -moz-animation: bgliner1 2s linear infinite alternate;
  -webkit-animation: bgliner1 2s linear infinite alternate;
}
/**
@keyframes circle {}
@-o-keyframes circle {}
@-moz-keyframes circle {}
@-webkit-keyframes circle {}
**/
body {
  min-width: 7.5rem;
}
section {
  padding: 0.01rem 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.wid {
  width: 7.2rem;
  margin: 0 auto;
  padding: 0.01rem 0;
  box-sizing: border-box;
}
.banner {
  height: 6rem;
  background: url("../images/banner.jpg") center center no-repeat;
  background-size: auto 100%;
}
.banner .ban {
  position: relative;
}
.banner .ban .bantitle {
  display: block;
  height: 2.5rem;
  margin: 1.63rem auto 0;
}
.banner .ban .banflag1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  animation: moveY1 1.4s linear infinite alternate;
  -o-animation: moveY1 1.4s linear infinite alternate;
  -moz-animation: moveY1 1.4s linear infinite alternate;
  -webkit-animation: moveY1 1.4s linear infinite alternate;
}
.banner .ban .banflag2 {
  position: absolute;
  top: 3.5rem;
  left: 0rem;
  width: 2rem;
  animation: moveY1 1.2s linear infinite alternate;
  -o-animation: moveY1 1.2s linear infinite alternate;
  -moz-animation: moveY1 1.2s linear infinite alternate;
  -webkit-animation: moveY1 1.2s linear infinite alternate;
}
.banner .ban .banflag3 {
  position: absolute;
  top: 3.8rem;
  right: 0rem;
  width: 2rem;
  animation: moveY1 1s linear infinite alternate;
  -o-animation: moveY1 1s linear infinite alternate;
  -moz-animation: moveY1 1s linear infinite alternate;
  -webkit-animation: moveY1 1s linear infinite alternate;
}
.banner .ban .bancircle {
  position: absolute;
  top: 0.4rem;
  left: 5rem;
  width: 0.8rem;
  animation: scale2 1s linear infinite alternate;
  -o-animation: scale2 1s linear infinite alternate;
  -moz-animation: scale2 1s linear infinite alternate;
  -webkit-animation: scale2 1s linear infinite alternate;
}
.banner .ban .bansidai {
  display: block;
  margin: 0 auto;
  width: 96%;
}
.title {
  display: block;
  height: 0.8rem;
  margin: 0.6rem auto;
}
.haoke {
  height: auto;
  padding-bottom: 0.4rem;
  background: url("../images/haoke.jpg") center center no-repeat;
  background-size: auto 100%;
}
.haoke .hk {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0.2rem;
  padding-top: 0.2rem;
  background: rgba(255, 255, 255, 0.5);
  background: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
}
.haoke .hk .hk_lf {
  width: 6.4rem;
  height: 3.6rem;
  border-radius: 0.05rem;
  border: 0.05rem solid #e3edfc;
  margin-right: 0;
}
.haoke .hk .hk_lf video.pv-video {
  background: #dbeeff url("../images/jiazaizhong.png") center center no-repeat !important;
  background-size: 3.04rem;
}
.haoke .hk .hk_rg {
  width: 6rem;
  font-size: 0.28rem;
  color: #333333;
  font-weight: bold;
}
.haoke .hk .hk_rg p {
  display: flex;
  align-items: center;
  margin: 0.18rem 0;
  letter-spacing: 0.02rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.haoke .hk .hk_rg p img {
  width: 0.44rem;
  margin-right: 0.04rem;
}
.haoke .hk .hk_rg p span {
  margin-left: auto;
  width: 1.8rem;
  line-height: 0.5rem;
  font-size: 0.28rem;
  color: #ffffff;
  border-radius: 0.5rem;
  cursor: pointer;
  text-align: center;
  background: #1482ce;
  background: -webkit-linear-gradient(right, #07bbf6, #2049a6);
  background: -o-linear-gradient(left, #07bbf6, #2049a6);
  background: -moz-linear-gradient(left, #07bbf6, #2049a6);
  background: linear-gradient(to right, #07bbf6, #2049a6);
}
.haoke .hk .hk_rg p.active {
  color: #2049a6;
}
.haoke .hk .hk_rg p.active span {
  background: #dab44e;
  background: -webkit-linear-gradient(right, #f7d053, #bd9749);
  background: -o-linear-gradient(left, #f7d053, #bd9749);
  background: -moz-linear-gradient(left, #f7d053, #bd9749);
  background: linear-gradient(to right, #f7d053, #bd9749);
}
.haoke .hk .hk_btn {
  line-height: 0.8rem;
  width: 4.66rem;
  font-size: 0.3rem;
  letter-spacing: 0.02rem;
  color: #ffffff;
  text-shadow: 0 0 0.01rem #fff;
  text-align: center;
  border-radius: 0.5rem;
  cursor: pointer;
  margin-top: 0.34rem;
  background: #000;
  background: linear-gradient(135deg, #204aa6, #07b9f5, #204aa6);
  background-size: 200% 100%;
  animation: bgliner1 2s linear infinite alternate;
  -o-animation: bgliner1 2s linear infinite alternate;
  -moz-animation: bgliner1 2s linear infinite alternate;
  -webkit-animation: bgliner1 2s linear infinite alternate;
}
.xiangmu {
  height: auto;
  padding-bottom: 0.5rem;
  background: url("../images/xiangmu.jpg") center center no-repeat;
  background-size: auto 100%;
}
.xiangmu .title {
  height: 0.7rem;
}
.xiangmu .xm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.xiangmu .xm_item {
  width: 45%;
  height: 6.4rem;
  background: #ffffff;
  overflow: hidden;
  margin: 0 0.1rem 0.5rem;
  border-radius: 0.1rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.xiangmu .xm_item h2 {
  width: 100%;
  line-height: 1.05rem;
  text-align: center;
  font-size: 0.38rem;
  color: #ffffff;
  font-weight: bold;
  background: url("../images/xmitem0.png") center center no-repeat;
  background-size: 100% 100%;
  -webkit-box-shadow: 0 0.04rem 0.08rem 0 #bad6fd;
  -moz-box-shadow: 0 0.04rem 0.08rem 0 #bad6fd;
  box-shadow: 0 0.04rem 0.08rem 0 #bad6fd;
}
.xiangmu .xm_item img {
  display: block;
  width: 1.33rem;
  margin: 0.23rem auto 0.2rem;
}
.xiangmu .xm_item p {
  font-size: 0.24rem;
  color: #000000;
  line-height: 0.34rem;
  margin: 0 0.2rem;
}
.xiangmu .xm_item p b {
  color: #de7f2b;
}
.xiangmu .xm_item:last-of-type {
  width: 80%;
}
.xiangmu .xm_item:last-of-type p {
  font-size: 0.26rem;
  line-height: 0.36rem;
  margin: 0 0.3rem;
}
.xiangmu .xm_item:hover,
.xiangmu .xm_item.active {
  transform: scale(1.08);
}
.xiangmu .xm_item:hover h2,
.xiangmu .xm_item.active h2 {
  color: #8b6035;
  background-image: url(../images/xmitem1.png);
  -webkit-box-shadow: 0 0.04rem 0.08rem 0 #e1ba93;
  -moz-box-shadow: 0 0.04rem 0.08rem 0 #e1ba93;
  box-shadow: 0 0.04rem 0.08rem 0 #e1ba93;
}
.renqun {
  height: 10rem;
  background: url("../images/renqun.jpg") center center no-repeat;
  background-size: auto 100%;
}
.renqun .rq {
  position: relative;
}
.renqun .rq .rqcircle {
  display: none;
}
.renqun .rq .rq_item {
  position: absolute;
  box-sizing: border-box;
  padding: 0.22rem 0 0 0.18rem;
  animation: scale2 1s linear infinite alternate;
  -o-animation: scale2 1s linear infinite alternate;
  -moz-animation: scale2 1s linear infinite alternate;
  -webkit-animation: scale2 1s linear infinite alternate;
}
.renqun .rq .rq_item h2 {
  font-size: 0.26rem;
  color: #033e95;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.renqun .rq .rq_item h2.gray {
  color: #824912;
}
.renqun .rq .rq_item p {
  font-size: 0.2rem;
  line-height: 0.26rem;
  color: #333333;
}
.renqun .rq .rq_item p i {
  display: block;
}
.renqun .rq .rq_item1 {
  top: 0.15rem;
  left: 0.08rem;
  width: 3.56rem;
  height: 1.26rem;
  background: url("../images/rq1.png") center center no-repeat;
  background-size: 100% 100%;
}
.renqun .rq .rq_item2 {
  top: 1.8rem;
  left: 2.1rem;
  width: 5rem;
  height: 1rem;
  background: url("../images/rq2.png") center center no-repeat;
  background-size: 100% 100%;
  animation-delay: 0.2s;
}
.renqun .rq .rq_item3 {
  top: 3rem;
  left: 0.5rem;
  width: 5rem;
  height: 1.05rem;
  background: url("../images/rq3.png") center center no-repeat;
  background-size: 100% 100%;
  animation-delay: 0.1s;
}
.renqun .rq .rq_item4 {
  top: 4.5rem;
  left: 3.8rem;
  width: 3.27rem;
  height: 1.6rem;
  background: url("../images/rq4.png") center center no-repeat;
  background-size: 100% 100%;
}
.renqun .rq .rq_item5 {
  top: 6.3rem;
  left: 0.5rem;
  width: 6rem;
  height: 1.04rem;
  background: url("../images/rq5.png") center center no-repeat;
  background-size: 100% 100%;
  animation-delay: 0.5s;
}
.renqun .rq .rq_item6 {
  top: 4.2rem;
  left: 0rem;
  width: 3.55rem;
  height: 1.26rem;
  background: url("../images/rq6.png") center center no-repeat;
  background-size: 100% 100%;
  animation-delay: 0.3s;
}
.liangdian {
  height: 9.2rem;
  background: url("../images/liangdian.jpg") center center no-repeat;
  background-size: auto 100%;
}
.liangdian .ld {
  position: relative;
}
.liangdian .ld .ldimg {
  display: none;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 2.6rem;
  animation: moveY1 1s linear infinite alternate;
  -o-animation: moveY1 1s linear infinite alternate;
  -moz-animation: moveY1 1s linear infinite alternate;
  -webkit-animation: moveY1 1s linear infinite alternate;
}
.liangdian .ld .ld_item:nth-of-type(1) {
  margin-left: 0.5rem;
}
.liangdian .ld .ld_item:nth-of-type(2) {
  margin-left: 0.5rem;
}
.liangdian .ld .ld_item:nth-of-type(3) {
  margin-left: 0.5rem;
}
.liangdian .ld .ld_item h3 {
  display: flex;
  align-items: center;
  width: 4rem;
  height: 0.66rem;
  background: url("../images/lditemhbg.png") center center no-repeat;
  background-size: 100% 100%;
}
.liangdian .ld .ld_item h3.short {
  width: 3.6rem;
  background: url("../images/lditemhbg0.png") center center no-repeat;
  background-size: 100% 100%;
}
.liangdian .ld .ld_item h3 i {
  font-size: 0.36rem;
  font-weight: bold;
  color: #7aa0cb;
  font-style: italic;
  letter-spacing: -0.02rem;
  width: 0.86rem;
  margin-right: 0.1rem;
  text-align: center;
}
.liangdian .ld .ld_item h3 span {
  font-size: 0.3rem;
  color: #824912;
  font-weight: bold;
  letter-spacing: 0.02rem;
}
.liangdian .ld .ld_item p {
  font-size: 0.26rem;
  line-height: 0.34rem;
  color: #ffffff;
  width: 6rem;
  margin: 0.12rem 0 0.4rem 0.15rem;
}
.jianzhang {
  background: url("../images/jzbg.jpg") center 2.98rem no-repeat;
  background-size: 100% 2.5rem;
}
.jianzhang .title {
  margin-top: 0;
}
.jianzhang .jz_main {
  padding: 0.25rem;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 0.2rem;
  border-radius: 0.1rem;
  border: 0.01rem solid #d3e8fc;
  -webkit-box-shadow: 0 0 0.3rem 0 #c6dcf1;
  -moz-box-shadow: 0 0 0.3rem 0 #c6dcf1;
  box-shadow: 0 0 0.3rem 0 #c6dcf1;
}
.jianzhang .jz_main .jz_biaoti {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 0.52rem;
  border-radius: 0.09rem;
  background: #2797d6;
  background: -webkit-linear-gradient(right, #2bbeee, #226fbd);
  background: -o-linear-gradient(left, #2bbeee, #226fbd);
  background: -moz-linear-gradient(left, #2bbeee, #226fbd);
  background: linear-gradient(to right, #2bbeee, #226fbd);
  -webkit-box-shadow: 0 0.02rem 0.05rem 0.02rem #b0e2f6;
  -moz-box-shadow: 0 0.02rem 0.05rem 0.02rem #b0e2f6;
  box-shadow: 0 0.02rem 0.05rem 0.02rem #b0e2f6;
}
.jianzhang .jz_main .jz_biaoti span {
  text-align: center;
}
.jianzhang .jz_main .jz_biaoti span:nth-of-type(1) {
  width: 13%;
}
.jianzhang .jz_main .jz_biaoti span:nth-of-type(2) {
  width: 18%;
}
.jianzhang .jz_main .jz_biaoti span:nth-of-type(3) {
  width: 20%;
}
.jianzhang .jz_main .jz_biaoti span:nth-of-type(4) {
  width: 35%;
}
.jianzhang .jz_main .jz_biaoti span:last-of-type {
  flex: 1;
}
.jianzhang .jz_main .jz_ban {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.3rem;
  border-bottom: 0.01rem solid #e1e1e1;
}
.jianzhang .jz_main .jz_ban.jz_ban1 {
  height: 4.6rem;
}
.jianzhang .jz_main .jz_ban .jz_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
}
.jianzhang .jz_main .jz_ban .jz_list:nth-of-type(1) {
  width: 13%;
}
.jianzhang .jz_main .jz_ban .jz_list:nth-of-type(2) {
  width: 18%;
  border-left: 0.01rem solid #e1e1e1;
  border-right: 0.01rem solid #e1e1e1;
}
.jianzhang .jz_main .jz_ban .jz_list:nth-of-type(3) {
  width: 20%;
}
.jianzhang .jz_main .jz_ban .jz_list:nth-of-type(4) {
  width: 35%;
  border-left: 0.01rem solid #e1e1e1;
  border-right: 0.01rem solid #e1e1e1;
}
.jianzhang .jz_main .jz_ban .jz_list:last-of-type {
  flex: 1;
}
.jianzhang .jz_main .jz_ban span {
  color: #00518b;
  font-weight: bold;
}
.jianzhang .jz_main .jz_ban p {
  width: 90%;
  line-height: 0.26rem;
  margin: 0.05rem auto;
  text-align: left;
}
.jianzhang .jz_last {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #757575;
  margin: 0.2rem 0.3rem 0;
}
.tool {
  height: auto;
  padding-bottom: 0.8rem;
  background: url("../images/tool.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.tool .title {
  margin-bottom: 0.4rem;
}
.tool .tl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tool .tl .tl_item {
  position: relative;
}
.tool .tl .tl_item .tlicon {
  display: none;
  position: absolute;
  animation: scale3 1s linear infinite alternate;
  -o-animation: scale3 1s linear infinite alternate;
  -moz-animation: scale3 1s linear infinite alternate;
  -webkit-animation: scale3 1s linear infinite alternate;
}
.tool .tl .tl_item .tl_main {
  font-size: 0.28rem;
  color: #ffffff;
  line-height: 0.34rem;
}
.tool .tl .tl_item .tl_main img {
  display: block;
  width: 100%;
  margin-bottom: 0.25rem;
}
.tool .tl .tl_item1 {
  width: 48%;
  height: 3.8rem;
  margin-left: 0;
  background: #29aaf0;
  background: -webkit-linear-gradient(bottom, #1190e3, #41c3fd);
  background: -o-linear-gradient(top, #1190e3, #41c3fd);
  background: -moz-linear-gradient(top, #1190e3, #41c3fd);
  background: linear-gradient(to bottom, #1190e3, #41c3fd);
}
.tool .tl .tl_item1 .tlicon {
  top: 0.34rem;
  left: 3.16rem;
}
.tool .tl .tl_item1 .tl_main {
  width: 3rem;
  margin: 0.4rem auto 0.4rem;
}
.tool .tl .tl_item2 {
  width: 48%;
  height: 3.8rem;
  margin-top: 0;
  margin-left: auto;
  background: #ff982e;
  background: -webkit-linear-gradient(bottom, #ffb729, #ff7833);
  background: -o-linear-gradient(top, #ffb729, #ff7833);
  background: -moz-linear-gradient(top, #ffb729, #ff7833);
  background: linear-gradient(to bottom, #ffb729, #ff7833);
}
.tool .tl .tl_item2 .tlicon {
  top: 3.7rem;
  left: 3.6rem;
}
.tool .tl .tl_item2 .tl_main {
  width: 3rem;
  margin: 0.4rem auto 0.4rem;
}
.tool .tl .tl_item3 {
  width: 48%;
  height: 3.8rem;
  background: url("../images/tlitem3.png") center center no-repeat;
  background-size: 100% 100%;
  margin: 0.5rem 0 0 0;
  background: #ff982e;
  background: -webkit-linear-gradient(bottom, #ffb729, #ff7833);
  background: -o-linear-gradient(top, #ffb729, #ff7833);
  background: -moz-linear-gradient(top, #ffb729, #ff7833);
  background: linear-gradient(to bottom, #ffb729, #ff7833);
}
.tool .tl .tl_item3 .tlicon {
  top: 0.32rem;
  left: 0.3rem;
}
.tool .tl .tl_item3 .tl_main {
  width: 3rem;
  margin: 0.4rem auto 0.4rem;
}
.tool .tl .tl_item3 .tl_main p {
  margin: 0 0.2rem;
}
.tool .tl .tl_item4 {
  width: 48%;
  height: 3.8rem;
  margin-top: 0.5rem;
  background: #29aaf0;
  background: -webkit-linear-gradient(bottom, #1190e3, #41c3fd);
  background: -o-linear-gradient(top, #1190e3, #41c3fd);
  background: -moz-linear-gradient(top, #1190e3, #41c3fd);
  background: linear-gradient(to bottom, #1190e3, #41c3fd);
}
.tool .tl .tl_item4 .tlicon {
  top: 3.38rem;
  left: 0.41rem;
}
.tool .tl .tl_item4 .tl_main {
  width: 3rem;
  margin: 0.4rem auto 0.4rem;
}
.tool .tl .tl_item4 .tl_main p {
  margin: 0 0.15rem;
}
.shengeng {
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0.6rem;
  overflow: hidden;
  background: url("../images/shengeng.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.shengeng .sgtitle {
  display: block;
  width: 6rem;
  margin: 0.56rem auto 0.16rem;
}
.shengeng .sgtitle1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.shengeng .sgtitle1 img {
  height: 0.6rem;
}
.shengeng .sg {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.shengeng .sg_item {
  margin: 0;
}
.shengeng .sg_item h2 {
  font-size: 0;
  width: 2.1rem;
  line-height: 0.66rem;
  text-align: center;
  border-radius: 0.5rem;
  margin: 0.48rem auto 0.3rem;
  background: rgba(80, 218, 252, 0.5);
  background: -webkit-linear-gradient(right, #50dafc, rgba(80, 218, 252, 0));
  background: -o-linear-gradient(left, #50dafc, rgba(80, 218, 252, 0));
  background: -moz-linear-gradient(left, #50dafc, rgba(80, 218, 252, 0));
  background: linear-gradient(to right, #50dafc, rgba(80, 218, 252, 0));
}
.shengeng .sg_item h2 img {
  height: 0.41rem;
}
.shengeng .sg_item p {
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
}
.shengeng .sg_item .sgkuang {
  display: block;
  width: 100%;
  height: 0.66rem;
  margin: -0.2rem auto 0;
  animation: moveY 1s linear infinite alternate;
  -o-animation: moveY 1s linear infinite alternate;
  -moz-animation: moveY 1s linear infinite alternate;
  -webkit-animation: moveY 1s linear infinite alternate;
}
/*# sourceMappingURL=main-m.css.map */