input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],select {
-webkit-appearance: none;
-moz-appearance: none7;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
}
input::-webkit-input-placeholder,select::-webkit-input-placeholder { /* WebKit browsers  */
    color: #5c6a80;
    font-size:20px;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18  */
    color: #5c6a80;
    font-size:20px;
}
input::-moz-placeholder { /* Mozilla Firefox 19+  */
    color: #5c6a80;
    font-size:20px;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #5c6a80;
    font-size:20px;
}
.homepage{
	width: 100%;
  /* height: 100%; */
  min-width: 1200px;
  /* position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; */
  padding-bottom:70px;
}
.banner{
  width:100%;
  height:520px;
  background:url(../images/banner.png) no-repeat center top;
  background-size:cover;
  padding-top:50px;
}
.top_wrap{
	width: 1100px;
  margin: 0 auto;
}
.top {
  width: 100%;
  margin: 0 auto;
}
.top .logo {
  width: 193px;
  display: block;
  float: left;
}
.top .logo img{
  width: 193px;
  height: 42px;
}
.top_link{
	font-size: 18px;
	color: #666666;
	line-height: 50px;
	float: left;
}
.top_link a{
	display:inline-block;
	margin-left: 15px;
}
.top_link span{
	display: inline-block;
	margin-left:  10px;
}
.top_link a.top_tel{
	color: #999999;
}

.btn_wrap {
  width: 320px;
  text-align: right;
  height: 42px;
  float: right;
}
.btn_wrap.btn_wrap2{
  width: 417px;
  display: none;
}
.btn_wrap a{
  display: inline-block;
  width: 80px;
  height: 36px; 
  line-height:36px;
  color: #ffffff;
  font-size:20px;
  margin:0 10px;
  transition: all 0.3s;
  text-align: center;
  border-radius: 18px;
  border:1px solid #fff;
  /* background-image: -moz-linear-gradient( 103deg, rgb(107,180,125) 0%, rgb(142,204,157) 100%);
  background-image: -webkit-linear-gradient( 103deg, rgb(107,180,125) 0%, rgb(142,204,157) 100%);
  background-image: -ms-linear-gradient( 103deg, rgb(107,180,125) 0%, rgb(142,204,157) 100%); */

}
.btn_wrap a.register_btn{
  background-image: -moz-linear-gradient( 103deg, rgb(255,255,255) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 103deg, rgb(255,255,255) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 103deg, rgb(255,255,255) 0%, rgb(255,255,255) 100%);
  color:#010131;
}
.btn_wrap a:hover{
  -webkit-transform: translateY(-6px);
  transform:  translateY(-6px);
}
.btn_wrap a.quit_btn{
  width: 134px;
  font-size: 16px;
}
.btn_wrap a.quit_btn:hover{
	font-weight: bold;
}
.btn_wrap a.info_btn{
  border: none;
  display: inline-block;
  background:none;
  padding: 0;
  width: auto;
  color: #333;
}
.btn_wrap a.info_btn:hover{
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  color: #333;
}
.btn_wrap a img{
	margin-top: -5px;
	margin-right: 5px;
}
.zt{
	font-size: 40px;
	color: #fff;
	padding: 120px 0px 20px;
	text-align: center;
	line-height: 40px;
	font-weight: normal;
}
.zt span{
	background: #fff;
	width: 22px;
	height: 4px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}
.banner_zt{
	width: 774px;
	height:135px;
	margin: 55px auto 0;
  display: block;
  position: relative;
  z-index: 1;
}
/*表单*/
.home_con {
  width: 1100px;
  margin:0 auto;
}
.fm_con{
  padding:0 255px;
  display: flex;
  justify-content: space-between;
}
.user_wrap{
  border-radius: 20px;
  width: 1100px;
  margin-top: 40px;
  position: relative;
}

.user_wrap .user-box {
   width: 100%;
   border-radius: 10px;
   margin: 0 auto;
}
.user_wrap .user-box li.fl{
	float: left;
}
.user_wrap .user-box li.fr{
	float: right;
}
.cx_txt{
	display: block;
	padding: 50px 0px 0px 30px; 
}
.user-box li {
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  width:280px;
  position: relative;
  border-radius: 25px;
  color: #999999;
  border: 1px solid #d6d6d6;
  padding-left:20px;
}

.user-box li.item1{
  background:url(../images/jt.png) no-repeat 244px center;
}
.user-box li .tran{
	position: absolute;
	top:0px;
	right:0px;
}
.user-box li.btn{
  width: 280px;
  height:50px;
  text-align: center;
  background:none;
  outline: none;
  border: none;
}
.user-box li.btn button{
  width: 280px;
  height:50px;
  background:url(../images/serch_bg.png) no-repeat;
  background-size:100% 100%;
  color:#111;
  font-size:28px;
  font-weight: bold;
  line-height: 50px;
	text-align: center;
  cursor: pointer;
  border-radius: 10px;
}
.user-box li a{
  display: block;
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  z-index: -1;
}
.user-box li a span{
  display: block;
  width:100%;
  height:100%;
}
.user-box li.active{
	border: 1px solid #fff;
}
.user-box li.btn.active{
  border:none
}
.user_wrap .user-box li select,input{
  width:260px;
  height:50px;
  border:none;
  outline: none;
  font: 20px/52px "microsoft yahei";
  color: #fff;
  position: relative;
  z-index: 3;
  background:transparent;
}
.user_wrap .user-box li select option{
  color:#222;
}
.sm_txt{
  color:#fff844;
  font-size:20px;
  text-align: center;
  margin:20px 0 0;
}
.tl_box{
  display:flex;
  justify-content: center;
  margin:44px 0 0;
  position:relative;
}
.tl_box .time_link{
  display: block;
  width:500px;
  border-bottom:1px solid #ffdf5d;
  text-align: center;
  color:#ffdf5d;
  font-size:28px;
  font-weight: bold;
  padding-bottom:5px;
}
.tl_box .tl_poi{
  width:23px;
  height:29px;
  background:url(../images/pointer.png) no-repeat;
  position:absolute;
  right:387px;
  top:23px;
}

.item_check {
  position: absolute;
  top: 1px;
  right:5px;
  color: #a8a8a8;
  border-radius: 0px 3px 3px 0;
  font-size:17px;
  cursor: pointer;
  display: inline-block;
  height: 54px;
  line-height: 54px;
  transition: all 0.2s;
  text-align: center;
}
.item_check span {
  display:inline-block;
  width: 20px;
  height:20px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  transition: all 0.2s;
  position: relative;
  vertical-align: middle;
  margin-right:5px;
  background: #fff;
}
.item_check span img{
  position: absolute;
  left:0;
  bottom: 0;
  display: none;
}
.item_check.active span img {
  display:block;
}
.user-box .btn-submit {
    display: inline-block;
    background: none;
    outline:none;
    border: none;
    cursor: pointer;
}
.zy_tip{
  display:block;
  width: 440px;
  height:48px;
  color:#df342d;
  position:relative;
  top:0px;
  text-align: left;
  left:-20px;
}
.swiper-wrapper{
	width: 1250px !important;
	margin: 0 auto;
}
.warn{
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.warn img{
	margin: -4px 5px 0px 0px;
}
.warn em{
	color: #fee57a;
}
/*表单结束*/

/* box1 */
.box1,.box2,.box3{
  margin:66px auto 0;
  width:1100px;
  background:#fff;
  box-shadow: 0 0 60px rgba(0,74,169,.19);
  border-radius:30px;
  position:relative;
  padding-bottom:30px;
}
.box3{
  padding-bottom: 75px;
}
.box_border{
  border:1px solid #51a9e4;
  border-radius:30px;
  position:absolute;
  left:10px;
  right: 10px;
  top:10px;
  bottom:10px;
}
.tit{
  width:493px;
  height:94px;
  background:url(../images/tit_bg.png) no-repeat;
  background-size:100% 100%;
  margin:0 auto;
  text-align: center;
  line-height: 85px;
  position: relative;
  z-index: 1;
  color:#fff;
  font-size:44px;
  font-weight: bold;
  text-shadow: 0 0 4px rgba(22,100,153,.5);
}
.process{
  width:1000px;
  height:340px;
  background:#f4f7ff;
  border-radius:10px;
  margin:25px auto 0;
  position:relative;
  padding:20px 0 20px 34px;
}
.process .p_tit{
  width:68px;
  height:300px;
  background:#dde3ff;
  border-radius:10px;
  writing-mode:vertical-lr;
  text-align: center;
  line-height: 68px;
  color:#000cff;
  font-size:30px;
  position:absolute;
  left:-34px;
  top:50%;
  margin-top:-150px;
  font-family: FZLTCHGBK;
  letter-spacing: 5px;
}
.process .list_group{
  width:940px;
  height:300px;
}
.process .list_group .p_list{
  width:100%;
  position:relative;
  padding-left:38px;
}
.process .list_group .p_list .pl_line_blue{
  width:100%;
  height: 1px;
  border-bottom:1px dashed #51a2ff;
  position:absolute;
  top:38px;
  left:0;
  z-index: 3;
}
.process .list_group .p_list .pl_line_blue2{
  width:1px;
  height: 130px;
  border-left:1px dashed #51a2ff;
  position:absolute;
  top:38px;
  left:380px;
  z-index: 3;
}
.process .list_group .p_list .pl_arrow_blue{
  width:18px;
  height:15px;
  background:url(../images/arrow_blue.png) no-repeat;
  background-size:100% 100%;
  position:absolute;
  top:31px;
  z-index: 4;
}
.process .list_group .p_list .pl_arrow_blue1{
  left:15px;
}
.process .list_group .p_list .pl_arrow_blue2{
  left:250px;
}
.process .list_group .p_list .pl_arrow_blue3{
  left:495px;
}
.process .list_group .p_list .pl_arrow_blue4{
  left:730px;
}
.process .list_group .p_list .pl_arrow_blue5{
  transform: rotate(90deg);
  left:371px;
  top:165px;
}
.process .list_group .p_list .pl_cricle_blue{
  width:17px;
  height:17px;
  background:url(../images/circle_blue.png) no-repeat;
  background-size:100% 100%;
  position:absolute;
  left:372px;
  top:132px;
  z-index: 4;
}
.process .list_group .p_list .pl_txt_red{
  color:#ff0000;
  font-size:15px;
  font-weight: bold;
  position:absolute;
  left:396px;
  top:132px;
}
.process .list_group .p_list .pl_txt_red2{
  color:#ff0000;
  font-size:15px;
  font-weight: bold;
  position:absolute;
  left:713px;
  top:10px;
}
.process .list_group .p_list .pl_arrow_red{
  width:18px;
  height:15px;
  background:url(../images/arrow_red.png) no-repeat;
  background-size:100% 100%;
  position:absolute;
  top:31px;
  z-index: 4;
}
.process .list_group .p_list .pl_arrow_red1{
  left:15px;
}
.process .list_group .p_list .pl_arrow_red2{
  left:250px;
}
.process .list_group .p_list .pl_arrow_red3{
  left:495px;
}
.process .list_group .p_list .pl_arrow_red4{
  left:753px;
}
.process .list_group .p_list .pl_arrow_red5{
  transform: rotate(90deg);
  left:363px;
  top:180px;
}
.process .list_group .p_list .pl_arrow_red5{
  transform: rotate(-90deg);
  left:614px;
  top:-105px;
}
.process .list_group .p_list .pl_cricle_red{
  width:17px;
  height:17px;
  background:url(../images/circle_red.png) no-repeat;
  background-size:100% 100%;
  position:absolute;
  left:614px;
  top:-54px;
  z-index: 4;
}
.process .list_group .p_list .pl_cricle_red2{
  width:17px;
  height:17px;
  background:url(../images/circle_red.png) no-repeat;
  background-size:100% 100%;
  position:absolute;
  left:728px;
  top:30px;
  z-index: 4;
}
.process .list_group .p_list .pl_txt_green{
  color:#00bc54;
  font-size:15px;
  font-weight: bold;
  position:absolute;
  left:640px;
  top:-54px;
}
.process .list_group .p_list .pl_line_red{
  width:100%;
  height: 1px;
  border-bottom:1px dashed #ed757c;
  position:absolute;
  top:38px;
  left:0;
  z-index: 4;
}
.process .list_group .p_list .pl_line_red2{
  width:1px;
  height: 130px;
  border-left:1px dashed #e91f24;
  position:absolute;
  top:-92px;
  left:622px;
  z-index: 3;
}
.process .list_group .p_list .card_group{
  width:100%;
  position:relative;
  left:2px;
  z-index: 5;
}
.process .list_group .p_list .card_group .cg_item .cgi_t{
  width:171px;
  height:76px;
  margin:0 auto;
  color:#fff;
  font-size:18px;
  font-weight: bold;
  text-align: center;
  line-height: 23px;
}
.process .list_group .p_list .card_group .cg_item .cgi_tblue{
  background:url(../images/item_blue.png) no-repeat;
  background-size:100% 100%;
}
.process .list_group .p_list .card_group .cg_item .cgi_tred{
  background:url(../images/item_red.png) no-repeat;
  background-size:100% 100%;
}
.process .list_group .p_list .card_group .cg_item .cgi_b{
  display: block;
  width:185px;
  height:31px;
  background:url(../images/btn_bg.png) no-repeat;
  background-size:100% 100%;
  margin-top:8px;
  color:#141414;
  font-size:13px;
  text-align: center;
  line-height: 31px;
}

.course{
  padding:0 32px;
  margin-top:35px;
  position: relative;
}
.course .c_item img{
  width:247px;
}
.course .c_item .c_detail{
  width:236px;
  height:44px;
  background:url(../images/cb_bg.png) no-repeat;
  background-size:100% 100%;
  margin-top:20px;
  padding:0 15px 0 20px;
}
.course .c_item .c_detail span{
  color:#fff;
  font-size:13px;
  font-family: FZLTHGBK;
}
.course .c_item .c_detail span em{
  color:#fff;
  font-size:24px;
  font-family: FZLTCHGBK;
}
.course .c_item .c_detail .cd_btn{
  width:100px;
  height:27px;
  background:url(../images/couse_btn.png) no-repeat;
  background-size:100% 100%;
  text-align: center;
  line-height: 27px;
  color:#920900;
  font-size:15px;
  font-family: FZLTCHGBK;
  margin-bottom:3px;
}
.more{
  display: block;
  width: 420px;
  height: 70px;
  background:url(../images/more_bg.png) no-repeat;
  background-size:100% 100%;
  margin:40px auto 0;
  text-align: center;
  line-height: 70px;
  color:#111;
  font-size:28px;
  font-family: FZLTCHGBK;
  position:relative;
}
.hat{
  width:128px;
  height:98px;
  background:url(../images/hat.png) no-repeat;
  background-size:100% 100%;
  position:absolute;
  left:185px;
  bottom:16px;
}

.code{
  padding:0 32px;
  margin-top:40px;
  position: relative;
}
.code .code_item .ci_tit{
  color:#000;
  font-size:30px;
  font-family: FZLTCHGBK;
  text-align: center;
}
.code .code_item .ci_con{
  width:320px;
  height:210px;
  background:#e93023;
  border-radius:10px;
  padding:0 40px;
  position:relative;
}
.code .code_item .ci_con img{
  width:134px;
  height: 134px;
}
.code .code_item .ci_con .cic_txt{
  color:#fff;
  font-size:20px;
  font-family: FZLTCHGBK;
  line-height: 32px;
}
.code .code_item .ci_con .cic_btn{
  width:251px;
  height: 45px;
  background:url(../images/download_bg.png) no-repeat;
  background-size:100% 100%;
  text-align: center;
  line-height: 45px;
  position:absolute;
  left:50%;
  bottom:-22.5px;
  transform: translate(-50%,0);
  color:#000;
  font-size:24px;
  font-family: FZLTCHGBK;
}



.zg_cover{
	width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
    display: none;
}
.zg_cover1 {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  z-index:10000;
}
/*登录 注册弹框*/
.container {
  width:439px;
  position: fixed;
  left: 50%;
  top:50%;
  margin-left:-243px;
  margin-top:-150px;
  z-index: 9999;
  border-radius:10px;
  background: #f3f5f7;
  z-index: 100000;
  display: none;
}
.bd_close{
  width:30px;
  height: 30px;
  background: url(./../images/close.png?123) no-repeat center center;
  cursor: pointer;
  position: absolute;
  right:4px;
  top:11px;
}
.bd_close{
  width:30px;
  height: 30px;
  background: url(./../images/close.png?123) no-repeat center center;
  cursor: pointer;
  position: absolute;
  right:-35px;
  top:-35px;
}
.bd_nav{
  width:100%;
  height:60px;
  text-align: center;
  background: #fff;
  border-radius:10px 10px 0 0;
}
.bd_nav span{
  display:inline-block;
  width:106px;
  height:58px;
  font-size:22px;
  line-height:58px;
  color: #d5d5d5;
  cursor: pointer;
  text-align: center;
  margin:0 20px;
  border-bottom:2px solid  transparent;
}
.bd_nav span.active{
  color: #0753e2;
  border-bottom:2px solid  #0753e2;
  font-weight:bold;
}
.container .agileits{
  width:394px;
  margin:0 auto;
  padding:30px 0px 20px;
  display:none;
  border-radius: 5px;
}
.container .agileits .bd_line_wrap{
  width:394px;
  height: 49px;
  background:#fff;
  border-radius: 5px;
  margin-bottom: 15px;
}
.container .agileits .bd_txt{
  font-size: 16px;
  color: #de1c1c;
  text-align: center;
}
.container .agileits .bd_line_wrap label{
  width:60px;
  display: block;
  height: 49px;
  line-height: 49px;
  text-align: center;
  color: #999999;
  font-size: 18px;
  float: left;
}
.container .agileits .bd_line_wrap label img{
  box-sizing: content-box;
  width: 18px;
  height:24px;
  padding:13px 22px 12px 20px;
}
.container .agileits .bd_line_wrap input{
  display: block;
  float: left;
  width:242px;
  line-height: 49px;
  font-size: 20px;
  color: #999999;
  height: 49px;
  border:none;
  background: none;
  outline: none;
}
.container .agileits .bd_line_wrap select{
  display: block;
  float: left;
  width:320px;
  line-height: 49px;
  font-size: 20px;
  color: #5c6a80;
  height: 49px;
  border:none;
  background: none;
  outline: none;
}
.yzm_wrap{
  width:100%;
  position: relative;
}
.yzm_wrap .yzm_btn,#daojishi{
  width:120px;
  height:49px;
  color: #0753e2;
  position: absolute;
  right:0px;
  top:0px;
  text-align: center;
  line-height:49px;
  font-size:16px;
  transition: all 1s;
}
.yzm_wrap #daojishi{
  display: none;
  font-size: 14px;
}
.container .agileits .bd_line_wrap.send_button{
  background: none;
  height:54px;
  border:none;
  margin-top: 20px;
}
.container .agileits .bd_line_wrap.send_button input.submintBtn{
   width:180px;
   height:50px;
   padding-left:0;
   cursor: pointer;
   float: none;
   background:#0753e2;
   line-height:50px;
   font-size:20px;
   color: #fff;
   border-radius: 50px;
   transition: all 1s;
   margin: 0 auto;
}
.container .agileits .bd_line_wrap.send_button input.submintBtn:hover{
	transform: translateY(-5px);
}
/*登录 注册弹框 END*/

/*使用说明*/
.zg_direction{
    width:776px;
    background: #fff;
    position: fixed;
    left: 50%;
    top:50%;
    margin-left:-388px;
    margin-top:-200px;
    padding:0px 0px 23px;
    border-radius: 5px;
    z-index: 99999999;
    display: none;
    border-radius: 10px;
}
.zg_direction h6{
	font-size: 26px;
	height:65px;
	line-height:65px;
	color: #fff;
	background: #0753e2;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
.direction_list{
    padding-top:20px;
    width:720px;
    margin:0 auto;
}
.direction_list li{
  line-height:30px;
  font-size: 18px;
  background: url(./../images/li_bk.png?123) no-repeat left 12px;
  padding-left: 16px;
  color: #333333;
  margin-bottom: 5px;
}
.direction_list li em{
	color: #0753e2;
}
.direction_list li a{
  color: #0753e2;
  display: inline-block;
  margin:0 5px;
  line-height: 26px;
  border-bottom:1px solid #0753e2;
}
.direction_close{
  width:30px;
  height: 30px;
  background: url(./../images/close.png?123) no-repeat center center;
  cursor: pointer;
  position: absolute;
  right:5px;
  top:-45px;
}
.know_direction{
  width:164px;
  height: 45px;
  background:url(../images/know_btn.png?123) no-repeat center center;
  cursor: pointer;
  margin:0 auto;
}
/*使用说明 END*/

/*抽奖*/
.cj_con{
	width: 916px;
	height: 635px;
	position: fixed;
	top:50%;
	left: 50%;
	margin: -317px 0px 0px -458px;
	background: #fff;
	border-radius: 11px;
	display: none;
	z-index: 100000;
}
.cj_con.active{
	height: 553px;
	margin: -276px 0px 0px -458px;
}
.tip{
	font-size: 22px;
	color: #df312d;
	padding: 15px 0px 5px 30px;
}
.tip_list{
	width: 550px;
	margin: 0 auto;
}
.tip_list li{
	font-size: 22px;
	color: #333;
	line-height: 30px;
	float: left;
	width: 160px;
	line-height: 45px;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	cursor: pointer;
}
.tip_list li.tip_item1{
	background: #df2c41;
}
.tip_list li.tip_item2{
	background: #efd477;
	color: #333;
	margin-left: 228px;
}
.tip_list li a{
	display: inline-block;
	padding: 0px 10px;
	background: #df312d;
	color: #fff;
	font-size: 19px;
	border-radius: 20px;
	margin: 0 5px;
}
.cj_head{
	margin: -6px 0px 0px -9px;
}
.cj-list{
	height:500px;
}
.cj-btn{
	width: 485px;
	height: 236px;
	background: url(../images/ljcj.png?123) no-repeat center center !important;
	cursor: pointer;
}
.cj-btn p{
	color: #fd3325;
	text-align: center;
	font-size: 20px;
	line-height: 158px;
}
.cj-list li{
	float: left;
	margin-left: 7px;
	background: #fff;
	border-radius: 14px;
	width: 220px;
	height: 160px;
	background: url(../images/jxbg.png?123) no-repeat center;
}
.cj-list li.active{
	background: url(../images/jxactive.png?123) no-repeat center;
}
.cj-list li.active h4{
	background: url(../images/jx_tith.png?123) no-repeat center;
	color: #fff;
}
.cj-list li h4{
	background: url(../images/jx_tit.png?123) no-repeat center;
	width: 114px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	color: #000;
	font-size: 16px;
	margin: 6px auto 0px;
	font-weight: normal;
}
.cj-list li img{
	display: block;
	margin: 10px auto 0px;
	height:100px;
}
.cj-item{
	margin-right: 0px !important;
}
.cj-list li.cj-btn{
	width: 452px !important;
	margin: 0 auto;
	border: none;
	box-shadow: none;
}


#info{
	background: url(../images/hjzh.png?123) no-repeat center;
	width: 468px;
	height: 525px;
	position: fixed;
	top:50%;
	left: 50%;
	margin: -262px 0px 0px -234px;
	z-index: 10000000;
	display: none;
}
.hjyh_close{
  display: block;
  width: 35px;
  height:35px;
  background:url(./../images/close1.png?123) no-repeat center center;
  background-size:35px 35px;
  position: absolute;
  right:-40px;
  top: -10px;
  cursor: pointer;
}
#info h2 {
    text-align: center;
    font-size: 24px;
    color: #c10000;
    padding: 153px 0 14px;
    font-weight: normal;
}
.tcc-close {
    cursor: pointer;
    width: 190px;
    height: 50px;
    background: #ffdf3f;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    color: #d53b1b;
    line-height: 50px;
    text-align: center;
}
.my_img {
    height: 150px;
}
.my_img img {
    display: block;
    margin: 0 auto;
}


.jx_tip{
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin: 15px 40px 0px;
	display: block;
}
.cjcb{
	position: fixed;
	top:50%;
	left: 0px;
	margin-top: -98px;
	z-index: 1000;
	cursor: pointer;
	background: url(../images/cj_cb.png?123) no-repeat center;
	width: 150px;
	height: 194px;
}

.cjcb .jx_num{
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #fff;
	color: #f70c07;
	font-size: 18px;
	text-align: center;
	line-height: 25px;
	position: absolute;
	top:27px;
	right:0px;
	font-weight: bold;
	animation: cjMove 1s infinite ease;
}
.cj_text{
	color: #f8ebbe;
	font-size: 17px;
	text-align: center;
	padding-top:120px;
}
.cjcb .cj_btn {
    font-size: 18px;
    width: 115px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    color: #df312d;
    padding-top: 2px;
    font-weight: bold;
}
@keyframes cjMove{
	0%{
		transform: rotate(0deg)scale(1,1);
	}
	25%{
		transform:  rotate(-30deg)scale(1.1,1.1);
	}
	50%{
		transform:  rotate(30deg)scale(1.1,1.1);
	}
}
/*备考平台*/
.pt_con{
	display:block;
}
.pt{
	font-size: 40px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
	margin-top: 30px;
}
.pt span{
	background: #fff;
	width: 22px;
	height: 4px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}
.pt_list{
  height:329px;
  width: 1093px;
  margin-left: -93px;
  margin-top: 40px;
}
.pt_list li{
  width: 271px;
  height:328px;
  background:url(./../images/commnu_bk.png?123) no-repeat center center;
  float:left;
  margin-left:93px;
}
.pt_list li.last{
  margin-right:0;
}
.pt_list li h6{
  text-align: center;
  line-height:38px;
  padding-top:10px;
  font-size:16px;
  color: #122148;
  font-weight:normal;
}
.pt_list li h6 span{
  color: #c6142a;
}
.pt_list li .codeImg{
  display: block;
  margin: 0 auto;
  padding:45px 0  20px ;
}
.pt_list li p.p1{
  text-align: center;
  line-height:24px;
  font-size:16px;
  color: #122148;
  width: 207px;
  margin: 0 auto;
}
.pt_list li p.p1 span{
  font-weight:bold;
  color: #c6142a;
}
.pt_list li p.p1 a{
  display: inline-block;
  width:86px;
  line-height:24px;
  border-radius:5px;
  background: #c6142a;
  color: #fff;
  text-align: center;
  margin-top: 3px;
}
.zx_right{
	position: fixed;
	top:50%;
	right:0px;
	margin-top: -80px;
}



/* right_nav */
.right_nav{
  width: 90px;
  height:465px;
  position: fixed;
  right:10px;
  top:50%;
  margin-top:-232px;
  z-index: 111;
}
.right_list{
  width: 90px;
}
.right_list li{
  background: #fff;
  font-size:17px;
  text-align: center;
  margin-bottom: 6px;
  padding: 13px 0;
}
.right_list li a{
  color: #909aa0;
  display: block;
  padding-top: 10px;
}
.right_list li:hover{
	background: #ffe07f;
}
.right_list li a:hover{
  color: #476668;
  font-weight: bold;
}

.show_info{
  width:1200px;
  margin: 0 auto;
  display: none;
}
.show_info img.show_cuccess{
  width: 1242px;
  height:236px;
  margin-left:-14px;
}
.show_info img.show_fail{
  width: 1200px;
  height:158px;
}



.offcn_openge {
    height: 20px;
    font: 14px/16px 'Microsoft yahei';
    color: #999;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
    display: none;
}

.offcn_zyspg {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    margin-right: 5px;
    color: #ffffff;
}

.offcn_pageall {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
}

.offcn_pageall span {
    display: inline-block;
    padding: 0 12px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    margin: 0 3px;
    border:1px solid #fff;
    border-radius:4px;
    cursor:not-allowed;
    background: #fff;
    color: #d71f2d;
}
.offcn_pageall a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 12px;
    font-size: 16px;
    margin: 0 3px;
    border:1px solid #ffffff;
    border-radius:4px;
     color: #ffffff;
}
.offcn_pageall a:hover {
    background: #fff;
    color: #d71f2d;
     border:1px solid #fff;
}


/*职位对比*/
.right_flex {
    width: 74px;
    height: 156px;
    position: fixed;
    left: 0px;
    top: 50%;
    margin-top: -78px;
    background: url(./../images/right_nav.png?123) no-repeat center center;
    cursor: pointer;
    z-index: 9998;
}
.right_flex .chooseNum {
    width: 34px;
    height: 34px;
    position: absolute;
    left: 51px;
    top: -17px;
    background: url(./../images/num_bk.png?123) no-repeat center center;
    line-height: 34px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.my_table td.td_choose {
    width: 60px;
}
.choose.active {
    background: url(../images/icon_choose1.png?123) no-repeat center center;
}
.choose {
    display: inline-block;
    width: 50px;
    height: 32px;
    background: url(../images/icon_choose.png?123) no-repeat center center;
    cursor: pointer;
}
.my_table td a {
    width: 80px;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    background: #0caba3;
    color: #fff;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.contrast_konw {
  display: block;
  border: none;
  width:270px;
  height:54px;
  font: 22px/54px "microsoft yahei";
  color: #fff;
  background:#0c8679;
  border-radius:27px;
  margin: 20px auto 0;
  display: block;
  border-radius: 23px;
  outline: none;
  cursor: pointer;
  text-align: center;
}
.zUIpanelScrollBox, .zUIpanelScrollBar {
  width: 10px;
  top: 4px;
  right: 0px;
  border-radius: 5px;
}
.zUIpanelScrollBox {
  /*background: #fff;*/
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.zUIpanelScrollBar {
  background:#bab7b5;
}
.samedata {
  position: fixed;
  width:84%;
  left: 0;
  padding: 0 8%;
  top: 50%;
  display: none;
  z-index: 9999;
}
.samedata h2 {
  font-size: 28px;
  line-height: 30px;
  padding: 0 0 20px;
  text-align: center;
  color: #fff;
}
.samedata h2 span {
  font-size: 20px;
}
.samedata_con {
  background: #fff;
  overflow-y: auto;
  border-radius:10px;
  padding-right:2%;
}
.samedata_table_wrap {
  width: 100%;
}
.samedata_table_wrap h6 {
  font-size: 22px;
  line-height: 30px;
  padding: 0 0 20px;
  text-align: center;
  color: #333;
  padding: 30px 0 15px;
}
.samedata .result_tipx{
  font:bold 18px/42px "microsoft yahei";
  color: #333;
  margin-left:2.5%;
  padding-left:30px;
  background:url(./../images/title_bk.png?123) no-repeat center left;
}
.samedata table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  border: 1px solid #dddddd;
}
.samedata table tr th {
  border: 1px solid #dddddd;
  background-color: #f2f2f2;
  text-align: center;
  font-size:14px;
  line-height: 40px;
  font-weight: bold;
}
.samedata table tr th.th9{
  width: 14%;
}
.samedata table tr td {
  border: 1px solid #dddddd;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 2px;
}
.samedata .same_first table tr td{
  width: 9%;
}
.samedata .same_first table tr td.tdx {
  background-color: #f2f2f2;
  width: 7%;
  font-weight: bold;
}
.samedata_konw {
  display: block;
  border: none;
  width: 160px;
  height: 46px;
  font: 22px/46px "microsoft yahei";
  color: #fff;
  background:#0c8679;
  border-radius:23px;
  margin: 20px auto 0;
  display: block;
  border-radius: 23px;
  outline: none;
  cursor: pointer;
  text-align: center;
}


.show_tip{
  width:539px;
  padding-bottom:72px;
  padding-top:30px;
  background:#fff url(./../images/show_tip_bk.png?123) no-repeat center bottom;
  position:fixed;
  left:50%;
  margin-left:-269px;
  top:50%;
  margin-top:-130px;
  z-index:10001;
  border-radius:10px;
  display:none;
}
.tip_icon{
  width:64px;
  height:64px;
  margin:0 auto;
}
.tip_icon.success{
  background:url(./../images/success.png?123) no-repeat center center;
}
.tip_icon.error{
  background:url(./../images/error.png?123) no-repeat center center;
}
.tip_icon.warn{
  background:url(./../images/warning.png?123) no-repeat center center;
}
.show_tip_text{
  width:80%;
  margin:0 auto;
  line-height:30px;
  font-size: 22px;
  color: #ff7200;
  text-align:center;
  padding-top:10px;
  padding-bottom:40px;
}
.show_tip_know{
  width:200px;
  height:40px;
  border-radius:20px;
  line-height:40px;
  text-align:center;
  display:block;
  margin:0 auto;
  background: #ff7200;
  font-size:18px;
  color: #fff;
  cursor:pointer;
}

/* 职位对比弹框 */
.alert-hint {
  display: none;
  position: fixed;
  top: 28%;
  left: 50%;
  width: 400px;
  min-height: 250px;
  padding: 40px;
  margin-left: -200px;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 0 15px #ddd;
  border-radius: 8px;
  text-align: center;
}
.close {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-close02.png?123);
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.hint-title {
  margin-bottom: 20px;
  font-size: 20px;
}
.flex {
  display: flex;
  justify-content: left;
  align-items: center;
}
.hint-list li {
  margin-bottom: 20px;
  text-align: left !important;
}
.hint-list li .icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  background-image: url(../images/icon-close02.png?123);
  background-repeat: no-repeat;
  cursor: pointer;
}
.hint-list li p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
.go_contrast {
  margin-left: 16%;
}
.go_contrast, .empty {
  width: 120px;
  height: 40px;
  border: 1px solid #3a9ff9;
  margin-top: 30px;
  margin-right: 20px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
  background-color: #3a9ff9;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.go_contrast:hover {
  color: #fff;
  background-color: #4baafd;
}
.empty {
  border-color: #ddd;
  margin-right: 0;
  color: #333;
  background-color: #fff;
}
.contrast {
  position: fixed;
  width:84%;
  left: 0;
  padding: 0 8%;
  top: 50%;
  display: none;
  z-index: 9999;
}
.contrast h6 {
  font-size: 28px;
  line-height: 30px;
  padding: 0 0 20px;
  text-align: center;
  color: #fff;
}
.contrast h6 span {
  font-size: 20px;
}
.contrast_con {
  background: #fff;
  overflow-y: auto;
  border-radius:10px;
  padding-right:2%;
}
.contrast table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}
.contrast table tr td {
  border-bottom: 1px solid #dddddd;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 2px;
  cursor:pointer;
  width:25%;
}
.contrast table tr:nth-child(1) td {
  background-color: #f2f2f2;
  font-weight: bold;
}
.contrast table tr td:nth-child(1) {
  background-color: #f2f2f2;
  width: 10%;
}
.contrast table tr:hover td {
  background-color: #f2f2f2;
}
.contrast table tr td a.go_check_detail{
   display:inline-block;
   background: #fa230c;
   width:140px;
   height:40px;
   line-height:40px;
   font-size:16px;
   color: #fff;
   text-align:center;
   border-radius:20px;
}
.th4{
	width: 300px;
}
.none{
	display: none;
}


