* {
  font-family: 'Microsoft YaHei,Arial';
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
body {
  font-size: 12px;
  color: #323232;
}
ol,
ul,
li,
dl,
dd {
  list-style: none;
}
img {
  border: none;
  max-width: 100%;
}
a {
  font-size: 12px;
  color: #323232;
  text-decoration: none;
  transition: 0.5s all ease;
}
.grad {
  background: linear-gradient(to right,#1b9cfc 0%,#1477fb 100%);
}
.head {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 11;
  transition: 0.5s all ease;
}
.head .logo {
  overflow: hidden;
  float: left;
  margin: 25px auto;
}
.head .logo img {
  display: block;
  height: 52px;
  transition: 0.5s all ease;
}
.head .m_logo {
  overflow: hidden;
  display: none;
  float: left;
  margin: 13px auto;
}
.head .m_logo img {
  display: block;
  height: 30px;
  transition: 0.5s all ease;
}
.head .operation {
  float: right;
  display: flex;
  align-items: center;
  margin-top: 29px;
}
.head .operation .phone {
  overflow: hidden;
  display: block;
  font-size: 24px;
  color: #1f65ed;
  padding: 3px 0 3px 37px;
  margin-right: 20px;
  background: url(../images/img/phone.png) left center no-repeat;
  background-size: auto 100%;
}
.head .operation .user {
  overflow: hidden;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 20px;
  box-shadow: 0 0 5px #106fc5;
}
.head .operation .user a {
  display: block;
  float: left;
  font-size: 14px;
  color: #fff;
}
.head .operation .user span {
  display: block;
  float: left;
  width: 1px;
  height: 14px;
  margin: 12.5px 14px 0 12px;
  background: #fff;
}
.head .operation .m_user {
  display: none;
  overflow: hidden;
  border-radius: 20px;
  padding: 0 15px;
  line-height: 27px;
  box-shadow: 0 0 5px #106fc5;
}
.head .operation .m_user a {
  display: block;
  font-size: 12px;
  color: #fff;
}
.head.cur {
  background: rgba(255,255,255,0.9);
  box-shadow: 0 0 5px #eee;
}
.head.cur .logo img {
  height: 47px;
}
.head .nav_xl_a {
  position: absolute;
  display: none;
  top: 50%;
  right: -15px;
  transform: translateY(15%);
  width: 60px;
  height: 50px;
  cursor: pointer;
}
.head .nav_xl_a:before,
.head .nav_xl_a:after {
  position: absolute;
  content: '';
  left: 51%;
  top: 50%;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  background: #ff0101;
  transition: 0.5s all ease;
}
.head.cur .nav_xl_a:before,
.head.cur .nav_xl_a:after {
  background: #ff0101;
}
.head .nav_xl_a:before {
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0);
}
.head .nav_xl_a:after {
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
}
.head .nav_xl_a span {
  position: absolute;
  opacity: 1;
  left: 51%;
  top: 50%;
  margin-left: -14.5px;
  width: 23px;
  height: 2px;
  background: #ff0101;
  transition: 0.5s all ease;
}
.head.cur .nav_xl_a span {
  background: #ff0101;
}
.head .a1:before {
  -webkit-transform: rotate3d(0,0,1,45deg);
  transform: rotate3d(0,0,1,45deg);
}
.head .a1:after {
  -webkit-transform: rotate3d(0,0,1,-45deg);
  transform: rotate3d(0,0,1,-45deg);
}
.head .a1 span {
  opacity: 0;
}
.head .nav_xl {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 69px;
  width: 100%;
  height: 0%;
  background: rgba(0,0,0,0.8);
  z-index: 999;
  transition: 0.5s all ease;
}
.head .nav_xl ul {
  overflow: hidden;
  padding: 4% 4% 0;
}
.head .nav_xl ul li {
  overflow: hidden;
  line-height: 45px;
  background: rgba(255,1,1,0.7);
  margin-left: 100px;
  margin-bottom: 2.5%;
  transition: 0.5s all ease;
}
.head .nav_xl ul li:nth-child(2n) {
  margin-left: 0;
  margin-right: 100px;
}
.head .nav_xl ul li a {
  display: block;
  text-align: center;
  font-size: 17px;
  color: #fff;
  line-height: inherit;
}
.head .nav_xl ul li:hover {
  background: #ff0101;
}
.head .nav_xl ul li.cur {
  background: #ff0101;
}
.head .nav_xl .l1 li {
  margin-left: 0;
}
.head .nav_xl .l1 li:nth-child(2n) {
  margin-right: 0;
}
.head .nav_xl .ceng {
  width: 100%;
  height: 100%;
}
.banner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.m_banner {
  display: none;
}
.swiper-slide {
  overflow: hidden;
}
.banner .swiper-slide img {
  display: block;
  width: 100%;
}
.swiper-pagination span {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #ddd;
  opacity: 1;
  transition: 0.5s all ease;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  width: 30px;
  background: #1f65ed;
}
.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px !important;
}
.page_banner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.page_banner img {
  display: block;
  width: 100%;
}
.page_banner .con_view {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%,-50%);
}
.page_banner .con_view .txt {
  font-size: 36px;
  color: #fff;
}
.page_banner .con_view .txt p {
  font-size: 36px;
  color: #fff;
  line-height: 50px;
}
.main {
  overflow: hidden;
  width: 100%;
}
.framecenter {
  overflow: hidden;
}
.con_view {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 25px;
}
.con_view img {
  display: block;
  max-width: 100%;
}
.con_view .idx_bt {
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 5%;
}
.con_view .idx_bt p {
  font-size: 50px;
  color: #eff2fd;
  font-weight: bold;
  line-height: initial;
}
.con_view .idx_bt p:nth-child(2) {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  font-size: 40px;
  color: #000;
}
.con_view .idx_bt::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 70px;
  height: 5px;
  border-radius: 5px;
  background: #1f65ed;
}
.con_view .page_bt {
  overflow: hidden;
  font-size: 0;
  text-align: center;
  margin-bottom: 4%;
}
.con_view .page_bt p {
  position: relative;
  display: inline-block;
  font-size: 30px;
  padding-bottom: 25px;
}
.con_view .page_bt p::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40%;
  height: 2px;
  background: #b1b1b1;
}
.con_view.idx_change {
  width: 1440px;
}
.con_view.change {
  width: 100% !important;
}
.idx_banner {
  margin-bottom: 3%;
}
.idx_about {
  overflow: hidden;
  margin-bottom: 6%;
}
.idx_about .list {
  overflow: hidden;
}
.idx_about .list ul {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.idx_about .list ul li {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 550px;
  margin-right: 2%;
}
.idx_about .list ul li .pic {
  overflow: hidden;
  position: relative;
  flex: 1;
  border-radius: 10px;
}
.idx_about .list ul li .pic img {
  position: absolute;
  bottom: 3%;
  display: block;
  width: 100%;
  transition: 0.5s all ease;
}
.idx_about .list ul li .text {
  overflow: hidden;
  position: relative;
  flex: 1;
}
.idx_about .list ul li .text div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75%;
  text-align: center;
  transform: translate(-50%,-50%);
}
.idx_about .list ul li .text div p {
  font-size: 16px;
  color: #646464;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
  display: -o-box;
  -o-box-orient: vertical;
  -o-line-clamp: 3;
  display: -ms-box;
  -ms-box-orient: vertical;
  -ms-line-clamp: 3;
}
.idx_about .list ul li .text div p:nth-child(1) {
  font-size: 20px;
  color: #1f65ed;
  margin-bottom: 2%;
}
.idx_about .list ul li:nth-child(2n) {
  flex-direction: column-reverse;
}
.idx_about .list ul li:nth-child(2n) .pic img {
  top: 3%;
}
.idx_about .list ul li:nth-last-child(1) {
  margin-right: 0;
}
.idx_about .list ul li:hover .pic img {
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
.idx_advantage {
  overflow: hidden;
  margin-bottom: 6%;
}
.idx_advantage .list ul {
  display: flex;
}
.idx_advantage .list ul li {
  flex: 1;
  margin-right: 2%;
}
.idx_advantage .list ul li .text {
  overflow: hidden;
  padding: 60px 5% 0;
  text-align: center;
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 5%;
}
.idx_advantage .list ul li .text p {
  font-size: 16px;
  color: #646464;
  height: 75px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
  display: -o-box;
  -o-box-orient: vertical;
  -o-line-clamp: 3;
  display: -ms-box;
  -ms-box-orient: vertical;
  -ms-line-clamp: 3;
}
.idx_advantage .list ul li .text p:nth-child(1) {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  padding: 0 20px;
  line-height: 35px;
  border-radius: 30px;
  margin-bottom: 2%;
  height: initial;
}
.idx_advantage .list ul li .pic {
  overflow: hidden;
  border-radius: 10px;
}
.idx_advantage .list ul li .pic img {
  display: block;
  width: 100%;
  transition: 0.5s all ease;
}
.idx_advantage .list ul li:nth-child(3n) {
  margin-right: 0;
}
.idx_advantage .list ul li:nth-child(1) .text {
  background-image: url(../images/img/list_icon1.png);
}
.idx_advantage .list ul li:nth-child(2) .text {
  background-image: url(../images/img/list_icon2.png);
}
.idx_advantage .list ul li:nth-child(3) .text {
  background-image: url(../images/img/list_icon3.png);
}
.idx_advantage .list ul li:hover .pic img {
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
.idx_operate {
  margin-bottom: 6%;
}
.idx_operate .list {
  display: flex;
  align-items: center;
  margin-bottom: 3%;
}
.idx_operate .list ul {
  flex: 1;
  margin-right: 3%;
}
.idx_operate .list ul li {
  overflow: hidden;
  padding: 30px 30px 30px 130px;
  background-position: 30px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px rgba(201,209,239,0.4);
  border-radius: 10px;
  margin-bottom: 4%;
}
.idx_operate .list ul li p {
  font-size: 16px;
  color: #646464;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  display: -o-box;
  -o-box-orient: vertical;
  -o-line-clamp: 2;
  display: -ms-box;
  -ms-box-orient: vertical;
  -ms-line-clamp: 2;
}
.idx_operate .list ul li:nth-child(1) {
  background-image: url(../images/img/list_icon1.png);
}
.idx_operate .list ul li:nth-child(2) {
  background-image: url(../images/img/list_icon2.png);
}
.idx_operate .list ul li:nth-child(3) {
  background-image: url(../images/img/list_icon3.png);
}
.idx_operate .list ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.idx_operate .list .animation {
  position: relative;
  width: 582px;
}
.idx_operate .list .animation img {
  position: absolute;
}
.idx_operate .list .animation img.x1 {
  position: initial;
  display: block;
  float: right;
  max-width: 100%;
}
.idx_operate .list .animation img.x2 {
  left: 0;
  top: 5%;
  animation: x2 1s linear infinite alternate;
  -webkit-animation: x2 1s linear infinite alternate;
}
.idx_operate .list .animation img.x3 {
  left: 23%;
  bottom: 30%;
  animation: x3 1s linear infinite alternate;
  -webkit-animation: x3 1s linear infinite alternate;
}
.idx_operate .list .animation img.x4 {
  left: 34%;
  bottom: 45%;
  animation: x4 1s linear infinite alternate;
  -webkit-animation: x4 1s linear infinite alternate;
}
.idx_operate .list .animation img.x5 {
  right: 3%;
  top: -3%;
  animation: x5 1s linear infinite alternate;
  -webkit-animation: x5 1s linear infinite alternate;
}
.idx_operate .con {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.idx_operate .con img {
  display: block;
  width: 100%;
  transition: 0.5s all ease;
}
.idx_operate .con div {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 7% 5%;
  background: rgba(237,252,255,0.9);
}
.idx_operate .con div p {
  font-size: 16px;
  color: #646464;
  line-height: 30px;
}
.idx_operate .con div p:nth-child(1) {
  font-size: 30px;
  color: #1f65ed;
  line-height: initial;
  margin-bottom: 4%;
}
.idx_operate .con:hover img {
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
.idx_operate .idx_operate_banner {
  padding-bottom: 50px;
}
.idx_operate .idx_operate_banner .swiper-pagination-bullets,
.idx_operate .idx_operate_banner .swiper-pagination-custom,
.idx_operate .idx_operate_banner .swiper-pagination-fraction {
  bottom: 0px !important;
}
.idx_qa .list ul li {
  position: relative;
  float: left;
  width: 48.5%;
  padding: 23px 0;
  margin: 0 3% 3% 0;
  box-shadow: 0 0 10px rgba(201,209,239,0.4);
  border-radius: 10px;
}
.idx_qa .list ul li:nth-child(2n) {
  margin: 0 0 3% 0;
}
.idx_qa .list ul li div {
	overflow: hidden;
	padding: 0 20px;
	margin-bottom: 2%;
}
.idx_qa .list ul li div p {
  font-size: 16px;
  color: #646464;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 1;
  display: -o-box;
  -o-box-orient: vertical;
  -o-line-clamp: 1;
  display: -ms-box;
  -ms-box-orient: vertical;
  -ms-line-clamp: 1;
  transition: 0.5s all ease;
}
.idx_qa .list ul li div span {
  display: block;
  float: left;
  font-size: 14px;
  color: #fff;
  padding: 0 5px;
  line-height: 25px;
  border-radius: 5px;
  margin-right: 2%;
  background: linear-gradient(to right,#1b9cfc 0%,#1477fb 100%);
}
.idx_qa .list ul li div {
  overflow: hidden;
  width: 100%;
  background: #fff;
  border-radius: 0 0 10px 10px;
  z-index: 10;
  transition: 0.5s all ease;
}
.idx_qa .list ul li div:nth-child(2) {
	margin-bottom: 0;
}
.idx_qa .list ul li div:nth-child(2) span {
  background: linear-gradient(to right,#faa45e 0%,#f6845b 100%);
}
.idx_qa .list ul li div p {
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
  -ms-line-clamp: 3;
}
.idx_contact {
  overflow: hidden;
  width: 100%;
  padding-top: 4%;
}
.idx_contact .con {
  overflow: hidden;
  position: relative;
}
.idx_contact .con img {
  display: block;
  width: 100%;
}
.idx_contact .con .con_suspension {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 90%;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.idx_contact .con .con_suspension .list {
  overflow: hidden;
}
.idx_contact .con .con_suspension .list ul {
  overflow: hidden;
}
.idx_contact .con .con_suspension .list ul li {
  overflow: hidden;
  font-size: 24px;
  color: #fff;
  margin-bottom: 4%;
  padding: 10px 0 10px 60px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.idx_contact .con .con_suspension .list ul li p {
  font-size: 24px;
  color: #fff;
}
.idx_contact .con .con_suspension .list ul li a {
  font-size: 24px;
  color: #fff;
}
.idx_contact .con .con_suspension .list ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.idx_contact .con .con_suspension .list ul li:nth-child(1) {
  background-image: url(../images/img/idx_qa_icon1.png);
}
.idx_contact .con .con_suspension .list ul li:nth-child(2) {
  background-image: url(../images/img/idx_qa_icon2.png);
}
.idx_contact .con .con_suspension .list ul li:nth-child(3) {
  background-image: url(../images/img/idx_qa_icon3.png);
}
.idx_contact .con .con_suspension .code {
  overflow: hidden;
  width: 150px;
}
.idx_contact_phone {
  display: none;
  overflow: hidden;
  width: 100%;
  margin-top: 5%;
}
.footer {
  overflow: hidden;
  padding: 2% 0;
}
.footer .link {
  overflow: hidden;
  font-size: 0;
  text-align: center;
  margin-bottom: 1%;
}
.footer .link p {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #96969e;
  margin-right: 7px;
}
.footer .link a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #96969e;
  margin-right: 1%;
}
.footer .link a:hover {
  color: #1f65ed;
}
.footer .copyright {
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #96969e;
}
.footer .copyright a {
  font-size: 14px;
  color: #96969e;
}
.footer .copyright a:hover {
  color: #1f65ed;
}
.footer .copyright p {
  font-size: 14px;
  color: #96969e;
}
.footer .code_con {
  display: none;
}
.footer .code_con .con {
  position: fixed;
  left: 5%;
  bottom: 19px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .code_con .con a {
  display: flex;
  align-items: center;
  /* padding: 0 15px 0 10px; */
  padding: 3px 20px 3px 17px;
  line-height: 40px;
  border-radius: 40px;
}
.footer .code_con .con a p {
  flex: 1;
  font-size: 14px;
  color: #fff;
}
.footer .code_con .con .phone img {
  display: block;
  width: 25px;
  margin-right: 2px;
}
.footer .code_con .con .wx {
  position: relative;
}
.footer .code_con .con .wx img {
  display: block;
  width: 25px;
  margin-right: 7px;
}
.footer .code_con .con .wx .code {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 55px;
  transform: translateX(-60%);
  width: 130px;
  padding: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
}
.footer .code_con .con .wx .code img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.footer .code_con .con .wx .code p {
  font-size: 13px;
  color: #1c1153;
  font-weight: bold;
  padding: 0 5%;
  line-height: initial;
  margin-bottom: 5%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.suspension {
  position: fixed;
  right: 10px;
  bottom: 20%;
  z-index: 1;
}
.suspension ul li {
  position: relative;
  margin-bottom: 5px;
}
.suspension ul li a {
  overflow: hidden;
  display: block;
  width: 55px;
  height: 55px;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.suspension ul li a:hover {
  box-shadow: 0 0 5px #4392eb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.suspension ul li a.phone_btn img,
.suspension ul li a.code_btn img {
  display: block;
  max-width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.suspension ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.suspension ul .phone {
  display: none;
  overflow: hidden;
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #fff;
  padding: 0 20px;
  line-height: 50px;
  background: #4392eb;
  border-radius: 10px;
  box-shadow: 0 0 5px #4392eb;
  z-index: 10;
}
.suspension ul .phone.cur {
  opacity: 1;
  right: 80px;
}
.suspension ul .code {
  display: none;
  overflow: hidden;
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px #ccc;
  z-index: 10;
}
.suspension ul .code img {
  display: block;
  width: 100%;
}
.suspension ul .code.cur {
  opacity: 1;
  right: 80px;
}
@keyframes x2 {
  0% {
    top: 5%;
  }
  100% {
    top: 10%;
  }
}
@-webkit-keyframes x2 {
  0% {
    top: 5%;
  }
  100% {
    top: 10%;
  }
}
@keyframes x3 {
  0% {
    left: 23%;
    bottom: 30%;
  }
  100% {
    left: 26%;
    bottom: 33%;
  }
}
@-webkit-keyframes x3 {
  0% {
    left: 23%;
    bottom: 30%;
  }
  100% {
    left: 26%;
    bottom: 33%;
  }
}
@keyframes x3_1 {
  0% {
    left: 10%;
    bottom: 30%;
  }
  100% {
    left: 13%;
    bottom: 33%;
  }
}
@-webkit-keyframes x3_1 {
  0% {
    left: 10%;
    bottom: 30%;
  }
  100% {
    left: 13%;
    bottom: 33%;
  }
}
@keyframes x3_2 {
  0% {
    left: 5%;
    bottom: 35%;
  }
  100% {
    left: 8%;
    bottom: 37%;
  }
}
@-webkit-keyframes x3_2 {
  0% {
    left: 5%;
    bottom: 35%;
  }
  100% {
    left: 8%;
    bottom: 37%;
  }
}
@keyframes x4 {
  0% {
    bottom: 45%;
  }
  100% {
    bottom: 47%;
  }
}
@-webkit-keyframes x4 {
  0% {
    bottom: 45%;
  }
  100% {
    bottom: 47%;
  }
}
@keyframes x4_1 {
  0% {
    bottom: 45%;
  }
  100% {
    bottom: 47%;
  }
}
@-webkit-keyframes x4_1 {
  0% {
    bottom: 45%;
  }
  100% {
    bottom: 47%;
  }
}
@keyframes x4_2 {
  0% {
    bottom: 45%;
  }
  100% {
    bottom: 47%;
  }
}
@-webkit-keyframes x4_2 {
  0% {
    bottom: 45%;
  }
  100% {
    bottom: 47%;
  }
}
@keyframes x5 {
  0% {
    top: -3%;
  }
  100% {
    top: -6%;
  }
}
@-webkit-keyframes x5 {
  0% {
    top: -3%;
  }
  100% {
    top: -6%;
  }
}
@media screen and (max-width: 1260px) {
  .con_view {
    width: 95%;
  }
  .head .logo img {
    height: 40px !important;
  }
  .head .operation .phone {
    font-size: 20px;
  }
  .head .operation .user {
    line-height: 31px;
  }
  .head .operation .user a {
    font-size: 13px;
  }
  .head .operation .user span {
    height: 9px;
    margin: 11.5px 12px 0 10px;
  }
  .con_view .idx_bt p {
    font-size: 40px;
  }
  .con_view .idx_bt p:nth-child(2) {
    font-size: 40px;
  }
  .con_view .idx_bt::after {
    width: 60px;
    height: 3px;
  }
  .idx_about .list ul li .text div {
    width: 85%;
  }
  .idx_about .list ul li .text div p {
    font-size: 14px;
  }
  .idx_about .list ul li .text div p:nth-child(1) {
    font-size: 18px;
  }
  .idx_advantage .list ul li .text p {
    font-size: 14px;
  }
  .idx_advantage .list ul li .text p:nth-child(1) {
    font-size: 18px;
  }
  .idx_operate .list ul li p {
    font-size: 14px;
  }
  .idx_operate .con div p {
    font-size: 14px;
  }
  .idx_operate .con div p:nth-child(1) {
    font-size: 26px;
  }
  .idx_qa .list ul li p {
    font-size: 14px;
  }
  .idx_contact .con .con_suspension .list ul li {
    font-size: 20px;
  }
  .idx_contact .con .con_suspension .list ul li p {
    font-size: 20px;
  }
  .idx_contact .con .con_suspension .list ul li a {
    font-size: 20px;
  }
  .idx_contact .con .con_suspension .code {
    width: 130px;
  }
  .footer .link a {
    font-size: 13px;
  }
  .footer .copyright {
    font-size: 13px;
  }
  .footer .copyright p {
    font-size: 13px;
  }
  .footer .copyright a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1060px) {
  .idx_about .list ul li {
    height: 430px;
  }
  .idx_operate .list .animation {
    width: 482px;
  }
  .idx_operate .list .animation img.x2 {
    width: 90px;
  }
  .idx_operate .list .animation img.x3 {
    animation: x3_1 1s linear infinite alternate;
    -webkit-animation: x3_1 1s linear infinite alternate;
  }
  .idx_operate .list .animation img.x4 {
    left: 21%;
    animation: x4_1 1s linear infinite alternate;
    -webkit-animation: x4_1 1s linear infinite alternate;
  }
  .idx_contact .con .con_suspension .list ul li {
    padding: 5px 0 5px 45px;
  }
  .idx_contact .con .con_suspension .list ul li {
    font-size: 18px;
  }
  .idx_contact .con .con_suspension .list ul li p {
    font-size: 18px;
  }
  .idx_contact .con .con_suspension .list ul li a {
    font-size: 18px;
  }
  .idx_contact .con .con_suspension .code {
    width: 100px;
  }
}
@media screen and (max-width: 960px) {
  .head .logo {
    margin: 20px auto;
  }
  .head.cur .logo img {
    height: 35px;
  }
  .head .operation {
    margin-top: 26px;
  }
  .head .operation .phone {
    font-size: 18px;
    padding: 0 0 0 33px;
    margin-right: 15px;
  }
  .con_view {
    line-height: 22px;
  }
  .con_view .idx_bt p {
    font-size: 34px;
  }
  .con_view .idx_bt p:nth-child(2) {
    font-size: 34px;
  }
  .con_view .idx_bt::after {
    width: 50px;
  }
  .idx_about .list ul li {
    height: 320px;
  }
  .idx_about .list ul li .text div p {
    font-size: 12px;
  }
  .idx_about .list ul li .text div p:nth-child(1) {
    font-size: 15px;
    margin-bottom: 1%;
  }
  .idx_advantage .list ul li .text p {
    font-size: 12px;
    height: 69px;
  }
  .idx_advantage .list ul li .text p:nth-child(1) {
    font-size: 14px;
    line-height: 33px;
  }
  .idx_operate .list {
    display: initial;
  }
  .idx_operate .list ul {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .idx_operate .list .animation {
    height: 426px;
    margin: 0 auto;
  }
  .idx_operate .con div p {
    font-size: 13px;
    line-height: 23px;
  }
  .idx_operate .con div p:nth-child(1) {
    font-size: 21px;
  }
  .idx_qa .list ul li p {
    line-height: 25px;
  }
}
@media screen and (max-width: 760px) {
  .head .operation .phone {
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 99;
  }
  .con_view {
    line-height: 20px;
  }
  .con_view .idx_bt p {
    font-size: 30px;
  }
  .con_view .idx_bt p:nth-child(2) {
    font-size: 30px;
  }
  .con_view .idx_bt::after {
    width: 45px;
  }
  .idx_about .list ul li {
    height: 260px;
  }
  .idx_operate .con div p {
    font-size: 12px;
  }
  .idx_operate .con div p:nth-child(1) {
    font-size: 18px;
    margin-bottom: 2%;
  }
  .idx_advantage .list ul li .text p {
    height: 60px;
  }
  .idx_contact .con .con_suspension .list ul li {
    padding: 5px 0 5px 40px;
    margin-bottom: 2%;
  }
  .idx_contact .con .con_suspension .list ul li {
    font-size: 15px;
  }
  .idx_contact .con .con_suspension .list ul li p {
    font-size: 15px;
  }
  .idx_contact .con .con_suspension .list ul li a {
    font-size: 15px;
  }
  .idx_contact .con .con_suspension .code {
    width: 80px;
  }
  .footer .link a {
    font-size: 12px;
  }
  .footer .copyright {
    font-size: 12px;
  }
  .footer .copyright p {
    font-size: 12px;
  }
  .footer .copyright a {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .head .logo {
    margin: 13px auto;
  }
  .head .logo img {
    height: 30px !important;
  }
  .head .operation {
    margin-top: 14px;
  }
  .head .operation .phone {
    width: 27px;
    height: 27px;
    margin-right: 13px;
  }
  .head .operation .user {
    padding: 0 15px;
    line-height: 27px;
  }
  .head .operation .user a {
    font-size: 12px;
  }
  .head .operation .user span {
    margin: 9px 10px 0 8px;
  }
  .idx_banner {
    display: none;
  }
  .m_banner {
    display: block;
  }
  .idx_banner {
    margin-top: 56px;
  }
  .idx_about .list ul {
    display: initial;
  }
  .idx_about .list ul li {
    height: auto;
    flex-direction: initial;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .idx_about .list ul li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .idx_about .list ul li .pic img {
    position: initial;
    bottom: initial;
  }
  .idx_operate .idx_operate_banner {
    padding-bottom: 40px;
  }
  .idx_advantage .list ul {
    display: initial;
  }
  .idx_advantage .list ul li {
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .idx_advantage .list ul li .text {
    flex: 1;
    padding: 40px 5% 0;
    background-size: auto 25px;
    margin-bottom: 0;
  }
  .idx_advantage .list ul li .text p:nth-child(1) {
    font-size: 13px;
    padding: 0 15px;
    line-height: 27px;
  }
  .idx_advantage .list ul li .pic {
    flex: 1;
  }
  .idx_operate .list ul li {
    padding: 20px 20px 20px 85px;
    background-size: 55px auto;
    background-position: 15px center;
  }
  .idx_operate .con div p:nth-child(1) {
    font-size: 16px;
    margin-bottom: 3%;
  }
  .idx_operate .con div {
    padding: 5%;
  }
  .idx_qa .list ul li {
    width: 100%;
    margin: 0 0 3% 0;
  }
  .idx_contact {
    display: none;
  }
  .idx_contact .con .con_suspension {
    width: 94%;
    left: 3%;
  }
  .idx_contact .con .con_suspension .list ul li p {
    font-size: 13px;
  }
  .idx_contact .con .con_suspension .list ul li a {
    font-size: 13px;
  }
  .idx_contact .con .con_suspension .list ul li {
    padding: 3px 0 3px 35px;
  }
  .idx_contact .con .con_suspension .code {
    width: 70px;
  }
  .idx_contact_phone {
    display: block;
  }
  .suspension ul li a {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 560px) {
  .head .logo {
    display: none;
  }
  .head .operation .user {
    display: none;
  }
  .head .operation .m_user {
    display: block;
  }
  .head .m_logo {
    display: block;
  }
  .head .logo img {
    height: 26px !important;
  }
  .idx_banner {
    margin-top: 53px;
  }
  .con_view .idx_bt {
    padding-bottom: 30px;
  }
  .con_view .idx_bt p {
    font-size: 24px;
  }
  .con_view .idx_bt p:nth-child(2) {
    font-size: 24px;
    bottom: 13px;
  }
  .con_view .idx_bt::after {
    width: 40px;
  }
  .idx_operate .con div p {
    line-height: 21px;
  }
  .idx_operate .con div p:nth-child(1) {
    font-size: 14px;
  }
  .idx_contact .con .con_suspension .code {
    width: 60px;
  }
  .idx_operate .list .animation {
    width: 352px;
    height: 386px;
  }
  .idx_operate .list .animation img.x2 {
    width: 70px;
  }
  .idx_operate .list .animation img.x3 {
    width: 70px;
    animation: x3_2 1s linear infinite alternate;
    -webkit-animation: x3_2 1s linear infinite alternate;
  }
  .idx_operate .list .animation img.x4 {
    width: 150px;
    left: 9%;
    animation: x4_2 1s linear infinite alternate;
    -webkit-animation: x4_2 1s linear infinite alternate;
  }
  .idx_operate .list .animation img.x5 {
    width: 120px;
  }
  .suspension {
    display: none;
  }
  .footer {
    padding: 2% 0 70px;
  }
  .footer .code_con {
    display: block;
  }
}
@media screen and (max-width: 460px) {
  .head .operation .phone {
    display: none;
  }
  .con_view .idx_bt p {
    font-size: 20px;
  }
  .con_view .idx_bt p:nth-child(2) {
    font-size: 20px;
  }
  .idx_operate .con div {
    padding: 4%;
  }
  .idx_operate .con div p {
    line-height: 19px;
  }
  .idx_operate .con div p:nth-child(1) {
    font-size: 12px;
  }
}
