@charset "utf-8";
body{
	min-width: 1200px;
	background-color: #fbfbfb;
}
.head-content{
	background: url(../img/home_icon01.png) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.logo{
    float: left;
    height: 50px;
    margin: 26px 0;
    margin-right: 20px;
}	
.ptname{
    float: left;
    font-size: 25px;
    color: #093151;
    line-height: 100px;
    display: block;
}
.ticon{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 5px;
}
.qrcode{
    display: none;
    position: absolute;
    top: 35px;
    right: -12px;
    z-index: 2;
}
.qr-hover:hover .qrcode{
	display: block;
}
.ewm{
	display: block;
	width: 90px;
	height: 90px;
}
.xzli{
    float: right;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin: 35px 0 35px 50px;
    cursor: pointer;
    position: relative;
}
.nav{
    width: 100%;
    background-color: rgba(25,101,162,.6);
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav2{
	width: 100%;
    background-color: #1965a2;
    position: static;
    top: 100px;
    left: 0;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.el-menu{
    background: transparent;
    border-bottom: none;
}
.item {
    width: 150px;
    text-align: center;
    float: left;
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0 20px;
    list-style: none;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    white-space: nowrap;
    color: #FFFFFF;
    font-size: 16px;
    display: block;
}
.el-menu .item.is-active {
    border-bottom: none;
    color: #1965a2;
    background-color: #eef6ff;
}
.adult{
    display: flex;
    padding: 0;
    width: 276px;
    border: none;
    font-size: 26px;
    font-weight: 700;
    margin-left: 60px;
}
.el-menu .adult div:first-child {
    width: 60px;
    background: linear-gradient(-45deg,#ffa400 50%,transparent 0);
}
.el-menu .adult div:nth-child(2) {
    background-color: #ffa400;
}
.el-menu .adult div:nth-child(3) {
    width: 60px;
    background: linear-gradient(135deg,#ffa400 50%,transparent 0);
}
.item:hover{
	background: transparent;
}
.login-bannerbox {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 500px;
}
.login-bannerbox>.bannerbox-banner {
    display: block;
    width: 1920px;
    height: 500px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.login-bannerbox>.loginBox {
    background-color: #fff;
    width: 300px;
    height: 330px;
    border-radius: 10px;
    right: calc(50% - 500px);
    top: 100px;
    position: absolute;
    box-sizing: border-box;
    padding: 20px 20px;
}
.loginBox .loginBox-title {
    display: flex;
    flex-flow: row;
    justify-content: center;
}

.loginBox .title {
    font-size: 18px;
    cursor: pointer;
    line-height: 30px;
    margin-bottom: 20px;
    width: 50%;
    text-align: center;
    color: #333;
}
.loginBox .active {
    font-weight: 700;
    color: #059;
}
.loginBox .loginBox-input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 36px;
    margin-bottom: 15px;
}
.loginBox .input-icon {
    float: left;
    width: 14px;
    height: 14px;
    margin: 12px;
}
.loginBox .ipt {
    float: left;
    width: calc(100% - 38px);
    border: none;
    outline: none;
    background-color: transparent;
    height: 36px;
	font-size: 14px;
}
.loginBox .loginBox-loginbtn{
    background-color: #3a77a8;
    border-radius: 5px;
    width: 100%;
    /* width: 62%; */
    height: 38px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    float:right;
}
.gbox{
	padding: 30px 0 20px 0;
}
.gtit1{
	background: url(../img/gbg1.png) no-repeat;
	width: 342px;
	height: 86px;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding-left: 70px;
	float: left;
	font-size: 24px;
	line-height: 86px;
	color: #FFFFFF;
}
.titicon{
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: top;
	margin: 28px 10px;
}
.ggr{
	border-left: 5px solid #FFA400;
	padding:15px 20px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(221,221,221,0.6);
	height: 86px;
	box-sizing: border-box;
	float: left;
	width: 850px;
	margin-left: 8px;
	float: left;
}
.ggh3{
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	display: block;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ggh3:hover{
	color: #1965a2;
}
.ggp{
	font-size: 13px;
	color: #666666;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mt1{
	margin-top: 15px;
}
.zxbox{
	width: 590px;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px rgba(221,221,221,0.6);
	padding: 10px 30px;
	background-color: #FFFFFF;
}
.xwh2{
	font-size: 16px;
	color: #333333;
	line-height: 48px;
	margin-bottom: 15px;
	border-bottom: 1px solid #DDDDDD;
}
.xwicon{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 10px;
	width: 30px;
	height: 30px;
}
.more{
	display: block;
	float: right;
	font-size: 14px;
	color: #999;
}
.xwli{
	padding: 5px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pai1{
	background-color: #1965a2;
	color: #FFFFFF;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	margin-right: 10px;
	display: inline-block;
	border-radius: 50%;
}
.pai2{
	background-color: #DCDCDC;
	color: #999;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	margin-right: 10px;
	display: inline-block;
	border-radius: 50%;
}
.xwa{
	color: #333333;
	font-size: 16px;
	line-height: 36px;
	display: inline-block;
}
.xwa:hover{
	color: #1965a2;
}
.xwa1{
	color: #333333;
	font-size: 16px;
	line-height: 36px;
}
.xwa1:hover{
	color: #1965a2;
}
.lcbox{
	background-color: #FFFFFF;
	padding: 40px 0;
}
.lctit{
	background-color: #d7e7f4;
	border-radius: 0px 40px 0px 0px;
	line-height: 56px;
	color: #3a77a8;
	font-size: 24px;
	font-weight: bold;
	padding: 0 50px 0 40px;
	display: inline-block;
}
.lcicon{
	display: inline-block;
	width: 22px;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 10px;
}
.lccon{
	padding: 40px 50px;
	background-color: #d7e7f4;
}
.lcimg{
	width: 100%;
	display: block;
}
.footer{
	background-color: #20242C;
}
.footlink{
	padding: 30px 0;
}
.center{
	text-align: center;
}
.link1{
	display: inline-block;
	vertical-align: top;
	width: 80px;
	color: #FFFFFF;
	line-height: 40px;
	font-size: 16px;
}
.linkr{
	display: inline-block;
	vertical-align: top;
	color: #999999;
	font-size: 16px;
	line-height: 40px;
}
.linkli{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 40px;
	color: #999999;
	padding: 0 10px;
}
.copyright{
	background-color: #06060B;
	line-height: 50px;
	text-align: center;
	color: #999999;
	font-size: 16px;
}
.rlogin{
	float: right;
	font-size: 16px;
	line-height: 56px;
	color: #FFFFFF;
	cursor: pointer;
}
.tx{
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: top;
	margin: 12px;
}
.left_nav{
	float: left;
	background-color: #EEF6FF;
	width: 200px;
}
.leftli{
	display: block;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #666666;
	cursor: pointer;
}
.leftli.on{
	background-color: #1965a2;
	color: #FFFFFF;
}
.rightcon{
	background-color: #FFFFFF;
	padding: 30px;
	float: left;
	width: 1000px;
	box-sizing: border-box;
}
.xwx1{
	float: left;
	color: #333333;
	font-size: 14px;
	line-height: 40px;
	max-width: 850px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xwx1:hover{
	color: #1965a2;
}
.date{
	float: right;
	color: #999999;
	font-size: 14px;
	line-height: 40px;
}
.con{
	background-color: #FFFFFF;
	width: 100%;
	margin: 20px 0;
}
.xqtop{
	padding: 40px 0;
	border-bottom: 1px solid #DDDDDD;
}
.xqh3{
	font-size: 30px;
	font-weight: normal;
	color: #333333;
	line-height: 60px;
	text-align: center;
}
.xqp{
	font-size: 16px;
	text-align: center;
	color: #666666;
	line-height: 30px;
}
.smcon{
	padding: 20px 80px;
}
.smh4{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	font-weight: bold;
	margin-top: 20px;
}
.smp{
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}
.sma1{
	margin-top: 0;
	margin-bottom: 20px;
}
.wenbox{
	margin: 20px 0;
	padding:20px 30px;
	background-color: #FFFFFF;
}
.wenh4{
	font-size: 20px;
	color: #333333;
	line-height: 40px;
}
.wenp{
	font-size: 16px;
	color: #212529;
	line-height: 28px;
	margin-bottom: 30px;
}
.tczz{
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
}
.tccon{
	width: 400px;
	border-radius: 10px;
	box-sizing: border-box;
	height: 360px;
	position: relative;
	padding: 40px 48px;
	background-color: #FFFFFF;
	margin: 80px auto 0 auto;
}
.close{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
.lcflex{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}
.lcbk1{
	display: block;
	width: 70px;
	height: 78px;
}
.lcp1{
    margin: 0;
    width: 70px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #a9a9a9;
    font-weight: 700;
    font-size: 16px;
}
.lcp2{
    margin: 0;
    width: 70px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #3a77a8;
    font-weight: 700;
    font-size: 16px;
}
.lcp3{
    margin: 0;
    width: 70px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: rgb(255 164 0);
    font-weight: 700;
    font-size: 16px;
}
.lcconMiddle {
    height: 9px;
    background-color: #fff;
    margin: 20px 30px;
    position: relative;
}
.lcconMiddleLine{
	border-bottom: 1px dashed #d9d9d9;
    padding-top: 4px;
}
.lcconMiddleCircle1{
    position: absolute;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    background-color: #fff;
    border: 3px solid #3a77a8;
    border-radius: 50%;
    left: -.4%;
    top: -4px;
}
.lcconMiddleCircle2{
    position: absolute;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 3px solid #d9d9d9;
    border-radius: 50%;
    left: 12%;
    top: -4px;
}
.lcconMiddleCircle3{
    position: absolute;
    width: 16px;
    box-sizing: border-box;
    height: 16px;
    background-color: #fff;
    border: 3px solid #ffa400;
    border-radius: 50%;
    left: 24.4%;
    top: -4px;
}
.lcconMiddleCircle4{
    position: absolute;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    background-color: #fff;
    border: 3px solid #3a77a8;
    border-radius: 50%;
    left: 36.8%;
    top: -4px;
}
.lcconMiddleCircle5{
    position: absolute;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    background-color: #fff;
    border: 3px solid #d9d9d9;
    border-radius: 50%;
    left: 49.2%;
    top: -4px;
}
.lcconMiddleCircle6{
    position: absolute;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    background-color: #fff;
    border: 3px solid #ffa400;
    border-radius: 50%;
    left: 61.5%;
    top: -4px;
}
.lcconMiddleCircle7{
    position: absolute;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    background-color: #fff;
    border: 3px solid #3a77a8;
    border-radius: 50%;
    left: 74%;
    top: -4px;
}
.lcconMiddleCircle8{
    position: absolute;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    background-color: #fff;
    border: 3px solid #d9d9d9;
    border-radius: 50%;
    left: 86.3%;
    top: -4px;
}
.lcconMiddleCircle9{
    position: absolute;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    background-color: #fff;
    border: 3px solid #ffa400;
    border-radius: 50%;
    left: 98.7%;
    top: -4px;
}
.aligntop{
	align-items: flex-start;
}
.alignbottom{
	align-items: flex-end;
}
.copyright a{
    color: #999;
}
.news-bannerbox{
	width: 1200px;
    margin: 0 auto;
    height: 340px;
}
.banner{
    display: block;
    width: 1200px;
    height: 340px;
}
.ewm2 {
    width: 190px;
    height: 190px;
    margin: 30px 0;
}
.mianbao {
	line-height: 40px;
	margin-bottom: 15px;
}

.dq {
	color: #333;
	line-height: 30px;
	font-size: 14px;
	display: inline-block;
}

.mba {
	display: inline-block;
	color: #333;
	line-height: 30px;
	font-size: 14px;
	padding: 0 5px;
}
.site {
	color: #6c757d;
	display: inline-block;
	line-height: 30px;
	font-size: 14px;
	padding: 0 5px;
}
.content{
	padding: 10px 0;
	background-color: #FFFFFF;
}
.xwh3{
    font-size: 30px;
    font-weight: 400;
    color: rgb(51, 51, 51);
    line-height: 60px;
    text-align: center;
}
.xwp1 {
    height: 60px;
    font-size: 16px;
    text-align: center;
    color: rgb(51, 51, 51);
    line-height: 60px;
    font-weight: 400;
    background-color: rgb(238, 247, 255);
    margin-bottom: 20px;
}
.xwp2{
	font-size: 16px;
	line-height:35px;
	color: #333;
	text-indent: 2em;
	padding: 8px;
}
.el-menu .adult.is-active{
	background:transparent;
}
.el-menu .adult.is-active :first-child {
    width: 60px;
    background: linear-gradient(-45deg, rgb(215, 231, 244) 50%, transparent 0px);
}
.el-menu .adult.is-active :nth-child(3) {
    width: 60px;
    background: linear-gradient(135deg, rgb(215, 231, 244) 50%, transparent 0px);
}
.el-menu .adult.is-active div:nth-child(2){
	background-color: rgb(215, 231, 244);
}
.courseware-title{
	margin: 100px 0px;
    text-align: center;
}
.bzh3{
	font-size: 24px;
	color: #333;
	line-height: 36px;
}
.bzp{
	font-size: 14px;
	color: #333;
	line-height: 36px;
	font-weight: bold;
}
.kebox{
	width: 288px;
	background-color: #FFFFFF;
	margin: 30px;
}
.keimg{
	width: 100%;
	display: block;
	height: 160px;
}
.keh3{
	font-size: 20px;
	color: #333;
	padding:10px 10px 0 10px;
	line-height: 30px;
	text-align: left;
	font-weight: normal;
}
.kep1{
	padding-left: 10px;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	float: left;
	padding-bottom: 10px;
}
.kep2{
	float: right;
	color: #ff3030;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	padding-right: 10px;
	padding-bottom: 10px;
}
pre {
	white-space: pre-wrap; /*css-3*/
	white-space: -moz-pre-wrap; /*Mozilla,since1999*/
	white-space: -pre-wrap; /*Opera4-6*/
	white-space: -o-pre-wrap; /*Opera7*/
	word-wrap: break-word; /*InternetExplorer5.5+*/
}
/* 1,滚动条 */
::-webkit-scrollbar {
	width: 7px;          /* 纵向滚动条 宽度 */
	height: 7px;         /* 横向滚动条 高度 */
	background: #C0C0C0;   /* 整体背景 */
	border-radius: 7px;  /* 整体 圆角 */
}