﻿@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: none;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal
}
ul, li {
  list-style: none
}
a {
  outline: none;
  text-decoration: none;
  color: #333;
}
table {
  border-collapse: collapse;
}
img {
  vertical-align: middle;
}
/*input {
  -webkit-appearance: none;
  background: transparent;
}*/
html {
  width: 100%;
  height: 100%;
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto;
  font: 18px '微软雅黑', Arial;
  position: relative;
  background: #efeff4;
  color: #333;
  overflow-x: hidden;
}
.clear {
  clear: both;
}
body {padding-top: 80px;}
/*顶部LOGO*/
header {
  width: 750px;
  height: 80px;
  background: #0a4c5c;
  position: absolute;
  top: 0;
  /* left: 0; */
  transition: all .5s ease;
  margin: auto;
  overflow: hidden;
  z-index: 99999;
}
.header-h-100 {
  height: 100%;
  position: fixed;
  overflow: hidden;
}
.header-top {
  width: 96%;
  height: 80px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
/*头部导航按钮*/
.header-nav-btn {
  width: 50px;
  height: 40px;
  border: none;
  background: transparent;
  transition: all .5s ease;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 99999;
}
.header-nav-btn span {
  display: block;
  width: 50px;
  height: 0;
  border-bottom: 3px solid #fff;
  margin-bottom: 10px;
  transition: all .5s ease;
}
/*按钮效果*/
.animated span {
  border-color: #fff;
}
.animated span.top {
  transform: rotate(45deg) translate(8px, 10px);
}
.animated span.bottom {
  transform: rotate(-45deg) translate(8px, -10px);
}
.animated span.middle {
  transform: scale(0);
}
/*头部logo*/
.header-top-center {
  width: 65%;
  position: absolute;
  top: 48%;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
/*头部电话*/
.header-top-tel {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
}


.header-top-tel a {
  color:#fff;
  display:block;
  -webkit-transform:translateY(2px);
  line-height:17px
}

@keyframes donghua {
  0% {
  -webkit-transform:scaleX(1);
  transform:scaleX(1)
}
10%,20% {
  -webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);
  transform:scale3d(.9,.9,.9) rotate(-3deg)
}
30%,50%,70%,90% {
  -webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);
  transform:scale3d(1.1,1.1,1.1) rotate(3deg)
}
40%,60%,80% {
  -webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);
  transform:scale3d(1.1,1.1,1.1) rotate(-3deg)
}
to {
  -webkit-transform:scaleX(1);
  transform:scaleX(1)
}
}

@keyframes donghua2 {
0% {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

10%, 20% {
  -webkit-transform: scale3d(1,1,1) rotate(
-1.1deg
);
  transform: scale3d(1,1,1) rotate(
-1deg
);
}
30%, 50%, 70%, 90% {
  -webkit-transform: scale3d(1.3,1,1) rotate(
1deg
);
  transform: scale3d(1,1,1) rotate(
1deg
);
}
40%, 60%, 80% {
  -webkit-transform: scale3d(1.1,1.1,1) rotate(
-1deg
);
  transform: scale3d(1,1,1) rotate(
-1deg
);
}
100% {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
}

/*头部固定导航*/
.header-nav {
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  height: auto;
  padding: 20px 45px;
}
.header-nav a {
  display: block;
  color: #fff;
  font-size: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #fff;
}
.header-nav img {
  width: 50px;
}
.main {
  width: 686px;
  padding: 0 32px ;
}
/*标题*/
.title01 {
  height: 40px;
  font-size: 1.5rem;
  color: #090606;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.title02 {
  font-size: 22px;
  color: #090606;
  font-weight: bold;
  margin-bottom: 20px;
}
.m20 {margin-bottom: 20px;}
.justify {
  text-align: justify;
  font-size: 0;
}
.justify:after {
  display: inline-block;
  content: '';
  width: 100%;
  height: 0;
  overflow:hidden;
  vertical-align:top;
}

/*弹窗*/
.popupbox {width: 500px; height: 500px; position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%);display: none;z-index: 999999;}
.popup-content {border: 1px solid #626262;border-radius: 10px;background: #fff;overflow: hidden;}
.popup-close {width: 30px; height: 30px; line-height: 30px; background: #fff; border-radius: 50%; text-align: center; position: absolute; right: -10px; top: -10px; cursor: pointer; color: #fff;}
.popup-telform {width: 360px; height: auto; font-size: 0; margin: 10px auto 0;}
.popup-telinput {display: block; width: 300px; height: 40px; line-height: 40px; font-size: 16px; text-indent: 5px; border: 1px solid #f00; margin-right: 5px; margin: 0 auto 15px;}
.popup-telbtn {display: block; width: 150px; height: 40px; line-height: 40px; background: #f00; color: #fff; font-size: 16px; border: 1px solid #f00; border-radius: 10px; margin: auto;}
.popup-p {padding: 20px; font-size: 12px;}
.popup-zx {font-size: 0; text-align: center;}
.popup-zx-a {display: inline-block; width: 105px; height: 35px; line-height: 35px; margin: 0 5px; border-radius: 5px; font-size: 16px; color: #fff;}
.popup-bgor {background: #ee7800;}
.popup-bggr {background: #5eb95e;}
.kst-left-btn {
    width: 30px;
    height: 150px;
    padding: 5px;
    background: #fd4d01;
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }
/*侧栏按钮*/
.callRit {
  position: fixed;
  bottom: 45%;
  right: 0;
  z-index: 99999;
  width: 60px;
  cursor: pointer;
  text-align: center;
}
.callRit a {
  display: block;
  padding: 5px;
  border-radius: 10px 0 0 10px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}
.callRit a:nth-child(1){background-color: #00bc35;}
.callRit a:nth-child(2){background-color: #fd4d01;}

/*矢量图标*/
/*
@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1542786335773'); !* IE9*!
  src: url('iconfont.eot?t=1542786335773#iefix') format('embedded-opentype'), !* IE6-IE8 *!
  url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),
  url('iconfont.ttf?t=1542786335773') format('truetype'), !* chrome, firefox, opera, Safari, Android, iOS 4.2+*!
  url('iconfont.svg?t=1542786335773#iconfont') format('svg'); !* iOS 4.1- *!
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xsfc:before { content: "\e64b"; }

.icon-xdkc:before { content: "\e642"; }

.icon-msfc:before { content: "\e643"; }

.icon-jnjy:before { content: "\e600"; }

.icon-xyhj:before { content: "\e635"; }

.icon-zykc:before { content: "\e6c4"; }

.icon-xygk:before { content: "\e676"; }

.icon-xckc:before { content: "\e674"; }
*/


footer {
  background: #0a4c5c;
  color: #fff;
  padding: 5% 5% 15% 5%;
  margin-bottom: 20px;
  margin-top: 20px;
  height: 170px;
}
footer a{ color:#fff;}

.dede_pages{
	 width:100%;
	 border-top:solid 1px #999;
	 border-bottom:solid 1px #999;
	 height:50px;
	 line-height:50px;
  text-align: center;
  overflow: hidden;
}
.dede_pages ul{
	height:50px;
	line-height:50px;
	width:100%;
}
.dede_pages ul li{
  display: inline-block;
  font-family: Tahoma;
  line-height: 50px;
  width: 19%;
  text-align: center;
  border-right: 1px solid #999;
}
.dede_pages ul li:last-child{ border-right:none;}
.dede_pages ul li a{
	width:100%;
	color:#555;
	display:block;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	font-weight:bold;
}
.dede_pages .pageinfo{
	line-height:21px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
}
/*在线报名*/
.bm-input {
  width: 646px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  border: 1px solid #8f8e94;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 22px;
}
.bm-submit {
  width: 686px;
  height: 60px;
  line-height: 60px;
  background: #ff2e2f;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
  color: #fff;
}

/*易聊窗口字体大小
.jesong-full-main #jesong_chat_record {height:calc(100% - 200px) !important;}
#jesong_chat_layout * {font-size:24px;line-height:1.5em;}
.jesong-container-full .jesong-full-top {height:70px !important;}
.jesong-container-full .jesong-full-top > div:first-child {line-height:100px !important; font-size:28px !important;}
.jesong-mini-main-footer {height:200px !important;}
.jesong-operation-main {height:140px !important;}
.jesong-operation-main .jesong-main-import textarea {width:600px !important;font-size:24px;}
#jesong_chat_send_btn {width:130px !important;height:70px !important;line-height:100px !important;font-size:24px !important;}
#jesong_chat_dialog .inner-content {width: 500px !important;height: 300px !important;}
#jesong_chat_dialog .icon-close {background-size: 20px 20px !important;height: 20px;width: 20px !important;}
#jesong_chat_dialog .inner-title {height: 90px !important;background-size: 100% !important;font-size: 24px !important;}
#jesong_chat_dialog .dialog-content {padding: 20px !important;font-size: 20px !important;}
#jesong_chat_dialog input {width: 320px !important;height: 48px !important;}
#jesong_chat_dialog .dialog-call {width: 100px !important;height: 50px !important;line-height: 50px !important;}
#jesong_chat_dialog .info {font-size: 20px !important;}*/
.jesong-full-main #jesong_chat_record {height:calc(100% - 200px) !important}
#jesong_chat_layout * {font-size:26px !important;}
.jesong-container-full .jesong-full-top {height:70px !important;}
.jesong-container-full .jesong-full-top > div:first-child {line-height:70px !important; font-size:28px !important;}
.jesong-operation-main {height:140px !important;}
.jesong-operation-main .jesong-main-import textarea {width:600px !important;font-size:24px !important;}
#jesong_chat_send_btn {width:70px;height:70px;line-height:70px;font-size:48px !important; text-align: center; border-radius: 50px ;}
.jesong-service-bubble .jesong-service-bubble-icon{ width: 50px !important; height: 50px !important;}
.jesong-service-bubble .jesong-service-bubble-icon img{ width: 50px !important; height: 50px !important;}
.jesong-operation-header{ height: 50px !important;}
.jesong-operation-header div{ width: 35px !important; height: 35px !important;}
#jesong_pop_msg{ height: 80px !important;}
.jesong-top-bubble{ height: 60px !important;}
.jesong-top-bubble-icon{ width: 60px !important; height: 60px !important;}
.jesong-top-bubble .jesong-top-bubble-icon img{width: 60px !important; height: 60px !important;}
.jesong-top-bubble-con{ width: calc(100% - 60px) !important;}
.el-title{ height: 30px !important; font-size: 24px !important;}
.jesong-top-bubble .jesong-top-bubble-con .el-title h4{height: 30px !important; font-size: 24px !important; line-height: 30px !important;}
.jesong-top-bubble .jesong-top-bubble-con .el-title span{height: 30px !important; font-size: 22px !important; line-height: 30px !important;}
.jesong-top-bubble .jesong-top-bubble-con p{height: 30px !important; font-size: 22px !important; line-height: 30px !important;}
.jesong-full-top .jesong-min-btn{ width: 40px !important;}
.jesong-top-bubble .jesong-top-badge-warning{ width: 28px !important; height: 28px !important; line-height: 28px !important; font-size: 18px !important;}
#jesong_chat_dialog .inner-content {width: 500px !important;height: 300px !important;}
#jesong_chat_dialog .icon-close {background-size: 20px 20px !important;height: 20px;width: 20px !important;}
#jesong_chat_dialog .inner-title {height: 90px !important;background-size: 100% !important;font-size: 24px !important;}
#jesong_chat_dialog .dialog-content {padding: 20px !important;font-size: 20px !important;}
#jesong_chat_dialog input {width: 320px !important;height: 48px !important;}
#jesong_chat_dialog .dialog-call {width: 100px !important;height: 50px !important;line-height: 50px !important;}
#jesong_chat_dialog .info {font-size: 20px !important;}



/*底部*/
.fixed-bottom {
  width: 686px;
  height: 80px;
  line-height: 40px;
  padding: 0 33px;
  background: #0a4c5c;
  font-size: 20px;
  position: fixed;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 999;
  padding-bottom: 10px;
  padding-top: 16px;
}


.fixed-bottom .ul_list_ft li{
  width: 18%;
  display: inline-block;
}
.fixed-bottom .ul_list_ft li.shouye{
  
  position: relative;

}

.fixed-bottom .ul_list_ft li.shouye a{
  position: absolute;
  bottom: 0%;
  background: #0a4c5c;
  border-radius: 50%;
  /* padding-top: 20px; */
  padding: 20px 2px;
  left: -4%;
  height: 71px;
}

.fixed-bottom .ul_list_ft li a img{
  width: 32%;
}
.fixed-bottom .ul_list_ft li.shouye img{
  width: 50%;
}
.fixed-bottom a{
  float: none;
  width: 100%!important;
  display: block;
}
.fixed-bottom .ul_list_ft li a p{
  padding-bottom: 8px;
  color: #fff;
}
.n-footer-zxkf-r{
  position: absolute;
  right: 40px;
    top: 16px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  background-color: red;
  font-size: 14px;
  border-radius: 50%;
  /* animation: 1s ease-in-out 0s infinite normal none running twinkling; */
  
}

@-webkit-keyframes twinkling {
	0% {
	opacity:0.2;
	filter:alpha(opacity=20);
	-webkit-transform:scale(1);
}
50% {
	opacity:0.5;
	filter:alpha(opacity=50);
	-webkit-transform:scale(1.12);
}
100% {
	opacity:0.2;
	filter:alpha(opacity=20);
	-webkit-transform:scale(1);
}
}
@keyframes twinkling {
	0% {
	opacity:0.2;
	filter:alpha(opacity=20);
	-webkit-transform:scale(1);
}
50% {
	opacity:0.5;
	filter:alpha(opacity=50);
	-webkit-transform:scale(1.12);
}
100% {
	opacity:0.2;
	filter:alpha(opacity=20);
	-webkit-transform:scale(1);
}
}

/*学历模板*/
.xueli_zxbtn{
  width: 94%;
  line-height: 2.7rem;
  background: #87a8e3;
  text-align: center;
  display: block;
  border-radius: 10px;
  color: #fff;
  font-size: 1.1rem;
  margin: 3% 0;
}
.xueli_p{
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 3% auto;
}
.xueli_top .xueli_left{
    width: 37%;
}
.xueli_top .xueli_left img{
  width: 100%;
}
.xueli_top .xueli_right{
  width: 61%;
}
.xueli_top .xueli_right strong{
  color: #325dcb;
  font-size: 1.4rem;
  margin: 2% 0;
  display: block;
}
.xueli_top .xueli_right p{
  line-height: 1.6rem;
  font-size: 1.1rem;
}
.xueli_center li{
  width: 32%;
  margin: 2% auto;
}
.xueli_center li img{
  width: 100%;
}
.xueli_bottom{
  text-indent: 2rem;
  line-height: 1.8rem;
}