body {
  max-width: 1920px;
  margin: 0 auto;
  min-width: 1200px;
  color: #333;
  position: relative;
}
a{
  color: #333;
}
a:hover{
  color: rgba(255, 110, 0, 1);
}
.mt20{
  margin-top: 20px;
}
.mt40{
  margin-top: 40px;
}
.mt60{
  margin-top: 60px;
}
.yuanjiao25{
	-moz-border-radius: 25px;      /* Gecko browsers */
    -webkit-border-radius: 25px;   /* Webkit browsers */
    border-radius:25px;            /* W3C syntax */
}
.yuanjiao45{
	-moz-border-radius: 45px;      /* Gecko browsers */
    -webkit-border-radius: 45px;   /* Webkit browsers */
    border-radius:45px;            /* W3C syntax */
}
.yuanjiao5{
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
}

.yuanjiao8{
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	background-color: #007AFF !important;
}

.yuanjiao10{
	-moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;            /* W3C syntax */
}
.yuanjiao{
	-moz-border-radius: 100%;      /* Gecko browsers */
    -webkit-border-radius: 100%;   /* Webkit browsers */
    border-radius:100%;            /* W3C syntax */
}
.yuanjiao4{
	-moz-border-radius: 4px;      /* Gecko browsers */
  -webkit-border-radius: 4px;   /* Webkit browsers */
  border-radius:4px;            /* W3C syntax */
}
.content img{
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.zone{
  width: 100%;
  min-width: 1200px;
}
.w1200{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.top_zone{
  background: #f8f8f8;
}
.top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}
.top_left > ul,
.top_right > ul{
  display: flex;
  align-items: center;
}
.top ul li{
  position: relative;
  height: 40px;
  line-height: 40px;
  color: #999;
  z-index: 99;
}
.top ul li a{
  color: #999;
}
.top_left ul > li{
  padding-right: 35px;
}
.top_right ul > li{
  padding-left: 35px;
}
.top ul.sub{
  width: 150px;
  background: #f8f8f8;
  position: absolute;
  z-index: 99;
  left:0;
  top:40px;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 2px 10px #ddd;
  display: none;
}
.top ul > li:hover > ul.sub{
  display: block;
}
.top ul.sub > li {
  text-align: center;
  padding: 0;
}
.top ul.sub > li a{
  line-height: 40px;
}
.top .iconweizhi,
.top .iconshouji{
  color: #999;
  margin-right: 10px;
  vertical-align: middle;
}
.top .iconshouji{
  font-size: 18px;
}
.top .iconjiantouxia1{
  font-size: 14px;
  color: #999;
  margin-left: 5px;
}
.top a:hover{
  color: rgba(255, 110, 0, 1);
}
.nav_zone{
  background: rgba(255, 110, 0, 1);
}
.nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav li a{
  line-height: 50px;
  display: block;
  font-size: 16px;
  color: #fff;
}
#zone1{
  padding-top: 230px;
  background: url(../images/banner.png) top center no-repeat;
}
.baoming{
  height: 176px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
}
.baoming_title{
  display: flex;
  align-items: center;
}
.baoming_title img{
  width: 24px;
  height: auto;
  display: block;
}
.baoming_title h3{
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  padding-left: 5px;
}
.baoming_form{
  padding: 20px 0;
}
.baoming_form ul{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
.baoming_form .itext{
  height: 40px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(204, 204, 204, 1);
  border-radius: 4px;
  line-height: 40px;
  padding-left: 10px;
  outline: none;
}
.baoming_form .itext:focus{
  border-color: rgba(255, 110, 0, 1);
}
.baoming_form .iname{
  width: 190px;
}
.baoming_form .iarea{
  width: 190px;
}
.baoming_form .iphone{
  width: 250px;
}
.baoming_form .ivcode{
  width: 240px;
  padding-right: 100px;
}
.baoming_form .vcode{
  position: relative;
}
.baoming_form #btnSendCode{
  width: 110px;
  position: absolute;
  line-height: 40px;
  background: none;
  border: none;
  text-align: center;
  cursor: pointer;
  color: rgba(255, 110, 0, 1);
  right:0;
  top:0;
  font-size: 12px;
}
.baoming_form .ibtn{
  cursor: pointer;
  width: 185px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(155deg, rgba(255, 180, 133, 1) 0%, rgba(255, 111, 0, 1) 100%);
  border-radius: 4px;
  mix-blend-mode: normal;
  border: none;
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}
.baoming_tips{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.tips_left{
  display: flex;
  align-items: center;
}
.tips_left span{
  color: rgba(48, 194, 107, 1);
  padding-left: 5px;
}
.tips_right{
  display: flex;
  align-items: center;
}
.tips_right .duigou{
  width: 16px;
  height: 16px;
  background: url(../images/duigou1.png) no-repeat;
  cursor: pointer;
}
.tips_right .duigou.on{
  background: url(../images/duigou2.png) no-repeat;
}
.tips_right .text{
  font-size: 12px;
  color: #666;
  padding-left: 5px;
}
.tips_right .text a{
  color: rgba(255, 110, 0, 1);
}
.shijian_title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.shijian_title h3{
  color: rgba(51, 51, 51, 1);
  font-size: 28px;
}
.tianjialaoshi{
  position: relative;
  margin-top: 20px;
}
.tianjialaoshi button{
  width: 340px;
  height: 54px;
  background: linear-gradient(147.24deg, rgba(255, 180, 133, 1) 0%, rgba(255, 111, 0, 1) 100%);
  border: 3px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 16px rgba(255, 111, 0, 0.3);
  border-radius: 100px;
  line-height: 54px;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tianjialaoshi button .iconfont{
  font-size: 22px;
  margin-right: 5px;
}
.laoshi_ewm{
  width: 176px;
  height: 176px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.32);
  position: absolute;
  left:50%;
  bottom:100%;
  margin-bottom: 20px;
  margin-left: -88px;
  z-index: 10;
  border-radius:10px;
  display: none;
}
.laoshi_ewm .inner{
  border-radius:10px;
  overflow: hidden;
}
.laoshi_ewm img{
  max-width: 100%;
  height: auto;
  display: block;
}
.laoshi_ewm:after{
  border: solid transparent;
	content: ' ';
	height: 0;
	top:100%;
	bottom:0;
	position: absolute;
	width: 0;
	border-width: 10px;
	left: 50%;
	margin-left:-10px;
	border-top-color:#fff;
}
.shijian_area ul{
  padding: 35px 0 30px 0;
  height: 135px;
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
  align-content: space-between;
}
.shijian_area ul li{
  width: 64px;
  height: 30px;
  border-radius: 100px;
  text-align: center;
}
.shijian_area ul li a{
  display: block;
  line-height: 30px;
  font-size: 16px;
}
.shijian_area ul li.on{
  background: #FFF0E5;
}
.shijian_area ul li.on a{
  color: rgba(255, 109.99, 0, 1);
  transition: 0.6s;
}
.shijian_table{
  position: relative;
  height: 470px;
  overflow: hidden;
}
.shijian_table.open{
  height: auto;
}
.shijian_table.open .shijian_table_btn{
  display: none;
}
.shijian_table_btn{
  height: 120px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 1) 100%);
  backdrop-filter: blur(5px);
  position: absolute;
  width: 100%;
  left:0;
  bottom:0;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.shijian_table_btn span{
  width: 172px;
  height: 44px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(204, 204, 204, 1);
  border-radius: 100px;
  display: block;
  text-align: center;
  line-height: 44px;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  line-height: 44px;
  transition: 0.6s;
  cursor: pointer;
}
.shijian_table_btn span:hover{
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 110, 0, 1);
  color: rgba(255, 110, 0, 1);
}
.biaoge{
	width: 100%;
	border-collapse:collapse;
}
.biaoge tr th,
.biaoge tr td{
	border: none;
  border-right: 1px solid #ccc;
}
.biaoge tr th{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: linear-gradient(180deg, rgba(255, 186, 133, 1) 0%, rgba(255, 111, 0, 1) 100%);
}
.biaoge tr th:first-child{
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}
.biaoge tr th:last-child{
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
.biaoge tr td{
	height: 60px;
	line-height: 60px;
	text-align: center;
  font-size: 16px;
}
.biaoge tr td a{
  font-size: 16px;
}
.biaoge tr:nth-child(even){
	background: #F7F7F7;
}
.biaoge tr td:nth-child(2),
.biaoge tr td:nth-child(2) a,
.biaoge tr td:nth-child(3),
.biaoge tr td:nth-child(3) a,
.biaoge tr td:last-child,
.biaoge tr td:last-child a{
  color: rgba(255, 110, 0, 1);
}
.biaoge tr td:nth-child(4),
.biaoge tr td:nth-child(4) a{
  color: rgba(41, 141, 255, 1);
}
.biaoge tr td a{
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
}
.biaoge tr td a .iconhuo{
	color: rgba(255, 110, 0, 1);
  margin-right: 5px;
}
#rili_zone{
  height: 576px;
  background: url(../images/rili_zone.png) center center no-repeat;
  padding-top: 30px;
}
.common_title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.common_title h3{
  font-size: 28px;
}
.common_title span{
  width: 70px;
  height: 4px;
  background: rgba(255, 109.99, 0, 1);
  border-radius: 100px;
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.common_title p{
  margin-top: 10px;
  color: rgba(255, 110, 0, 1);
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0.5;
}
.rili{
  height: 410px;
  margin-top: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
}
.arrow_down{
  position: absolute;
  right:112px;
  top:50%;
  margin-top: -15px;
}
.rili ul{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.rili ul.rili4-6{
  flex-direction: row-reverse;
}
.rili li{
  width: 254px;
  height: 180px;
  background: url(../images/rili_li.png) no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
}
.rili li .num{
  position: absolute;
  right:18px;
  top:15px;
  z-index: 10;
}
.rili li h4{
  display: flex;
  font-size: 18px;
  align-items: center;
}
.rili li h4 img{
  margin-right: 5px;
}
.rili li p{
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: rgba(41, 141, 255, 1);
  font-size: 18px;
  line-height: 18px;
}
.rili li .detail{
  display: block;
  height: 30px;
  background: linear-gradient(155deg, rgba(255, 180, 133, 1) 0%, rgba(255, 111, 0, 1) 100%);
  border-radius: 4px;
  mix-blend-mode: normal;
  line-height: 30px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.rili li .info{
  width: 250px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  position: absolute;
  left:100%;
  top:0;
  margin-left: 10px;
  padding: 20px;
  z-index: 50;
  display: none;
}
.rili li.position_right .info{
  left:auto;
  right:100%;
  margin-left: 0;
  margin-right: 10px;
}
.rili li .info .title{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rili li .info .title h5{
  font-size: 18px;
}
.rili li .info .title span{
  width: 50px;
  height: 4px;
  background: rgba(255, 109.99, 0, 1);
  border-radius: 100px;
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.rili li .info .content{
  margin-top: 10px;
  line-height: 2;
}
.faq{
  margin-top: 18px;
  height: 292px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  mix-blend-mode: normal;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.faq_left{
  width: 635px;
}
.faq_left_title{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}
.faq_left_title img{
  width: 30px;
  height: auto;
}
.faq_left_title h3{
  margin-left: 8px;
  flex-grow: 1;
  height: 34px;
  background: #FFF0E5;
  border-radius: 4px;
  line-height: 34px;
  padding-left: 10px;
  font-size: 18px;
}
.faq_left_content{
  color: rgba(102, 102, 102, 1);
  line-height: 26px;
  padding-left: 75px;
  padding-right: 30px;
  margin-top: 20px;
}
.faq_left_swiper{
  height: 230px;
}
.faq_left_swiper .swiper-slide{
  height: auto;
  display: none;
}
.faq_left_swiper #q1{
  display: block;
}
.faq_right{
  width: 505px;
  margin-right: 30px;
}
.faq_right_title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq_right_title_left{
  display: flex;
  flex-direction: column;
}

.faq_right_title_left h3{
  color: rgba(255, 110, 0, 1);
  font-size: 16px;
  line-height: 16px;
}
.faq_right_title_left span{
  width: 30px;
  height: 4px;
  background: rgba(255, 109.99, 0, 1);
  border-radius: 100px;
  margin-top: 10px;
}
.faq_right_title_right .more{
  display: block;
  padding: 0 15px;
  height: 36px;
  background: #f7f7f7;
  transition: 0.6s;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.faq_right_title_right .more:hover{
  background-color: #FFE2CC;
  color: #FF6E00;
}
.faq_right_title_right .more .iconfont{
  width: 20px;
  height: 20px;
  background: #EDEDED;
  line-height: 20px;
  margin-left: 10px;
  transition: 0.6s;
  text-align: center;
  font-size: 12px;
  text-align: 2px;
}
.faq_right_title_right .more:hover .iconfont{
  background: #FF6E00;
  color: #fff;
}


.faq_right_swiper{
  margin-top: 10px;
  position: relative;
  height: 200px;
}
.faq_right_swiper .swiper-slide{
  line-height: 38px;
  padding-right: 50px;
}
.faq_right_swiper .swiper-slide-active,
.faq_right_swiper .swiper-slide-active a{
  color:rgba(255, 110, 0, 1);
}

.faq_right_swiper .swiper-button-up,
.faq_right_swiper .swiper-button-down{
  position: absolute;
  right:0;
  cursor: pointer;
  transition: 0.6s;
  display: block;
  z-index: 99;
  outline: none!important;
}
.faq_right_swiper .swiper-button-up .iconfont,
.faq_right_swiper .swiper-button-down .iconfont{
  width: 26px;
  height: 26px;
  display: block;
  text-align: center;
  line-height: 26px;
  background:#EDEDED;
  border-radius: 100%;
  color: #999;
  font-size: 16px;
  transition: 0.6s;
}
.faq_right_swiper .swiper-button-up:hover .iconfont,
.faq_right_swiper .swiper-button-down:hover .iconfont{
  color: #FF6E00;
  background-color: #FFE2CC;
}
.faq_right_swiper .swiper-button-up{
  top:60px;
}
.faq_right_swiper .swiper-button-down{
  bottom:60px;
}
#video_zone{
  height: 620px;
  background: url(../images/video_bg.png) center center no-repeat;
  padding-top: 35px;
}
.common_title2{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common_title2 h2{
  display: flex;
  align-items: center;
  font-size: 28px;
}
.common_title2 img{
  margin-right: 8px;
}
.common_title2 .more{
  display: block;
  padding: 0 15px;
  height: 36px;
  background: #fff;
  transition: 0.6s;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.common_title2 .more:hover{
  background-color: #FFE2CC;
  color: #FF6E00;
}
.common_title2 .more .iconfont{
  width: 20px;
  height: 20px;
  background: #EDEDED;
  line-height: 20px;
  margin-left: 10px;
  transition: 0.6s;
  text-align: center;
  font-size: 12px;
  text-align: 2px;
}
.common_title2 .more:hover .iconfont{
  background: #FF6E00;
  color: #fff;
}
.video_box{
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
  align-items: center;
}
.video_en_title{
  letter-spacing: 18px;
  font-size: 20px;
  text-transform: uppercase;
  color: rgba(255, 110, 0, 1);
  opacity: 0.2;
}
.video_left{
  width: 682px;
  height: 410px;
  background: url(../images/video_box.png) no-repeat;
  position: absolute;
  left:0;
  top:32px;
  z-index: 10;
  padding: 30px;
}
.video_left .inner{
  width: 622px;
  height: 350px;
  border: 5px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
  background: #000;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.video_left .inner .zhezhao{
  position: absolute;
  z-index: 5;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#video_btn .iconfont{
  font-size: 60px;
  color: rgba(255,255,255,0.7);
  cursor: pointer;
}
#video_btn .iconzanting{
  display: none;
}
#video_inner.play .zhezhao{
  display: none;
}
#video_inner.play .zhezhao .iconbofang2{
  display: none;
}
#video_inner.play .zhezhao .iconzanting{
  display: block;
}
#video_inner.pause .zhezhao .iconbofang2{
  display: block;
}
#video_inner.play:hover .zhezhao{
  display: flex;
}

.video_right{
  width: 810px;
  height: 474px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  mix-blend-mode: normal;
  padding-left: 330px;
  padding-right: 27px;
  padding-top: 50px;
}
.video_right_swiper{
  height: 374px;
  position: relative;
}
.video_right_swiper .swiper-slide{
  height: auto;
  padding-right: 30px;
}
.video_right ul li{
  height: 52px;
  background-color: rgba(249.9, 249.9, 249.9, 1);
  border-radius: 4px;
  line-height: 52px;
  padding-left: 50px;
  font-size: 16px;
  background-image: url(../images/play.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  margin-top: 8px;
  margin-bottom: 8px;
  border: 1px solid transparent;
  cursor: pointer;
}
.video_right ul li.on{
  background-image: url(../images/play_on.png);
  border: 1px solid rgba(255, 110, 0, 1);
  color: rgba(255, 110, 0, 1);
}
.video_right ul li span{
  margin-left: 15px;
  padding: 3px 7px;
  background: rgba(255, 110, 0, 1);
  color: #fff;
}
.shizi{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shizi li{
  width: 260px;
  height: 377px;
  position: relative;
}
.shizi li .infomation{
  position: relative;
  transition: 0.6s;
}
.shizi li img{
  width: 100%;
  height: 360px;
  display: block;
}
.shizi li .info{
  width: 100%;
  height: 130px;
  position: absolute;
  z-index: 1;
  left:0;
  bottom:0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -moz-border-radius-topright: 50px;
  -webkit-border-top-right-radius: 50px;
  border-top-right-radius: 50px;
  padding: 15px 20px 50px 20px;
  color: #fff;
  transition: 0.6s;
}
.shizi li .info h5{
  font-size: 18px;
  display: block;
  font-weight: normal;
}
.shizi li .info .desc{
  margin-top: 10px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}
.shizi li .info .content{
  display: none;
}
.shizi li .detail{
  width: 220px;
  height: 48px;
  position: absolute;
  left:50%;
  bottom: 0;
  z-index: 2;
  margin-left: -110px;
  background: linear-gradient(129.17deg, rgba(41, 194, 255, 1) 0%, rgba(41, 141, 255, 1) 100%);
}
.shizi li .detail a{
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.shizi li .detail a img{
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.shizi li .detail a:hover{
  color: #fff;
}
.shizi li:hover .info{
  height: 100%;
  border-radius: 10px;
  padding-top: 30px;
}
.shizi li:hover .info .desc{
  display: none;
}
.shizi li:hover .info .content{
  display: block;
  margin-top: 10px;
  line-height: 25px;
}
.shizi li:hover .infomation{
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.kecheng{
  height: 500px;
  background: url(../images/kecheng_bg.png) no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.kecheng_left{
  width: 500px;
  margin-left: 60px;
  margin-top:60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kecheng_left .bigpic #datu{
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
#certify {
	position: relative;
  margin-top: 25px;
  width: 500px;
  padding-left: 35px;
  padding-right: 35px;
}

#certify .swiper {
	padding-bottom: 25px;
}

#certify  .swiper-slide {
	width: 160px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
}
#certify  .swiper-slide img{
	display:block;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 0px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
  width: 12px;
  height: 4px;
  background: rgba(196.35, 196.35, 196.35, 1);
  border-radius: 215px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: rgba(255, 109.99, 0, 1);
}
#certify .button-prev,
#certify .button-next{
  position: absolute;
  z-index: 99;
  cursor: pointer;
  outline: none;
  top:50%;
  margin-top: -30px;
}
#certify .button-prev .iconfont,
#certify .button-next .iconfont{
  font-size: 30px;
  color: #999;
}
#certify .button-prev {
	left:0;
}
#certify .button-next {
	right:0;
}
#certify .button-prev:hover .iconfont,
#certify .button-next:hover .iconfont{
  color: rgba(255, 109.99, 0, 1);
}
.kecheng_right{
  width: 550px;
  height: 440px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-right: 30px;
  margin-top: 30px;
  padding: 25px 22px 0 30px;
  display: none;
}
.kecheng_right .title{
  text-align: center;
  font-size: 20px;
}
.kecheng_right dl{
  display: flex;
  margin-top: 20px;
  flex-direction: column;
}
.kecheng_right dl dt{
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  color: rgba(255, 110, 0, 1);
}
.kecheng_right dl dt img{
  margin-right: 8px;
}
.kecheng_right dl dd{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.kecheng_right dl dd span{
  display: block;
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
  background: rgba(239.7, 239.7, 239.7, 1);
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
}
.kecheng_btns{
  margin-top: 27px;
  display: flex;
  justify-content: space-around;
}
.kecheng_btn_a{
  width: 180px;
  height: 44px;
  background: linear-gradient(155deg, rgba(255, 180, 133, 1) 0%, rgba(255, 111, 0, 1) 100%);
  border-radius: 100px;
  mix-blend-mode: normal;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.kecheng_btn_b{
  width: 180px;
  height: 44px;
  background: linear-gradient(129.17deg, rgba(41, 194, 255, 1) 0%, rgba(41, 141, 255, 1) 100%);
  border-radius: 100px;
  mix-blend-mode: normal;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.kecheng_btns a:hover{
  color: #fff;
}
#lingqu_zone{
  background: #6D7DB3;
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}
.diviver_a{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-color: rgba(250,250,250,0);
}
#lingqu_pic{
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.lingqu_list{
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.lingqu_list li{
  width: 370px;
  background: rgba(255, 255, 255, 1);
  border-radius: 8px;
  mix-blend-mode: normal;
  margin-top: 20px;
}
.lingqu_list li a{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  height: 70px;
}
.lingqu_list li img{
  margin-right: 10px;
}
#lingqu_btn{
  width: 436px;
  height: 66px;
  background: linear-gradient(155deg, rgba(255, 180, 133, 1) 0%, rgba(255, 111, 0, 1) 100%);
  border: 4px solid rgba(255, 255, 255, 1);
  border-radius: 100px;
  mix-blend-mode: normal;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
#lingqu_btn:hover{
  color: #fff;
}








.bkzn_modal,.bkzn_selectprefix{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 3333;
	background-color: rgba(0, 0, 0, .15);
}
.bkzn_login,.bkzn_selectprefix_content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 431px;
    height: 451px;
	background-color: #FFFFFF;
	border-radius: 10px;
	z-index: 222;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 28px ;
	box-sizing: border-box;
	/* justify-content: center; */
}
.bkzn_login>div{
	width: 100%;
	/* border: 1px #dddddd solid; */
    height: 40px;
	/* border-bottom: 1px solid #E5E5E5;
	 */
	 background-color: #f8f8f8;
    line-height: 40px;
    /* padding-left: 18px; */
    box-sizing: border-box;
	margin: 5px 0px;
}
.bkzn_login>div>label{
	width: 20px;
}
.username,.phone,.captcheCode{
	/* width: 100%; */
	text-indent: .6em;
	height: 100%;
	outline: none;
}
.submitLogin{
	background-color: #ff7106 !important;
	/* border-radius: 20px; */
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
	color: #FFFFFF;
	/* box-shadow: 0px 0px 5px 0px #ff7106; */
	border: none !important;
	width: 100%;
	height: 40px;

}
.submitLogin:hover{
	cursor: pointer;
}
.captcheIdo{
	display: flex;
	justify-content: space-between;
}
.captcheIdo>input{
	width: 60%;
}
.captcheIdo>button{
	width: 40%;
	margin: 5px 0px;
    height: 30px;
    border:none;
    background: #F96203;
	color: #fff;font-size: 13px;
}
.captcheIdo>button:hover{
	cursor: pointer;
}
.CloseModal{
	position: absolute;
    top: -11px;
    right: -15px;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 17%);
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 17%);
    -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
    background: #FFFFFF url(https://s.gaodunwangxiao.com/static-resource/login/images/close.png) center center no-repeat;
    cursor: pointer;
}
.CloseModal:hover{
	cursor: pointer;
}
.labelforClass{
	color: #000;
	text-decoration: none;
	margin: 0px 5px;
}
.contentWidth{
width: 40px;
text-align: left;
font-size: 18px;
border-bottom: 2px solid rgb(249, 98, 3);
color: rgb(249, 98, 3);
padding-bottom: 5px;
}
.submitMessage{
	position: relative;
}
.submitMessage::after{
    content: "";
    position: absolute;
    display: block;
    width: 300px;
    top: -36px;
    color: #bbb;
    font-size: 18px;
}
.prefixType{
	color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 32px;
}
.content-select{
	display: flex;
	align-items: center;
}




.diviver_b{
	position: absolute;
	top: 0px;
	left: 50%;
	background-color: rgba(250,250,250,0);
	width: 100px;
	height: 36px;
	margin-left: 500px;
}

.diviver_c{
	position: absolute;
	top: 130px;
	left: 50%;
	background-color: rgba(0,0,0,0);
	width:423px;
	height:200px;
	z-index: 3;
	margin-left: -226px;
}