@charset "utf-8";

/*  
  Document   : CSS样式初始化  
  Created on : 2016. 8. 7,09:41:00  
  Author :  
  Description:  
  CSS样式表的初始化，全局样式设置。部分样式属性请根据具体页面重置其属性  
      导入方式：<link href="css/common.css" rel="stylesheet" type="text/css" /> */


/* reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
	margin: 0;
	padding: 0
}


/* 初始化标签在所有浏览器中的margin、padding值 */

fieldset,
img {
	border: 0 none
}


/* 重置fieldset（表单分组）、图片的边框为0*/

dl,
ul,
ol,
menu,
li {
	list-style: none
}


/* 重置类表前导符号为onne,menu在HTML5中有效 */

blockquote,
q {
	quotes: none
}


/* 重置嵌套引用的引号类型 */

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}


/* 重置嵌套引用*/

input,
select,
textarea,
button {
	vertical-align: middle
}


/* 重置表单控件垂直居中*/

button {
	border: 0 none;
	background-color: transparent;
	cursor: pointer
}


/* 重置表单button按钮效果 */

body {
	background: #fff
}


/* 重置body 页面背景为白色 */

a {
	color: #666;
	text-decoration: none
}


/* 重置链接a标签 */

a:active,
a:hover {
	text-decoration: none
}


/* 重置链接a标签的鼠标滑动效果 */

address,
caption,
cite,
code,
dfn,
em,
var {
	font-style: normal;
	font-weight: normal
}


/* 重置样式标签的样式 */

caption {
	display: none;
}


/* 重置表格标题为隐藏 */

table {
	/*width: 100%;*/
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}


/* 重置table属性 */

img {
	vertical-align: top
}


/* 图片在当前行内的垂直位置 */


/* 页面设置 */


/* 取消a标签点击后的虚线框 */

a {
	outline: none;
}


/*a:active {star:expression(this.onFocus=this.blur());}*/


/* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */


/*   
::selection {color: #fff;background-color: #4C6E78;}      
::-moz-selection {color: #fff;background-color: #4C6E78;}   
*/


/*清除浮动*/

.clear {
	clear: both;
}


/*清除浮动--推荐使用*/

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

input {
	border-width: 0;
	border-style: none;
	border-image: none;
}

input:focus,textarea:focus,select:focus {
	outline: 0
}
textarea:focus{
	border: 1px solid #003B90;
}
buttom{
	cursor: pointer;
}
/* reset-end */


/*全局*/
*{
	    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	/*font: 14px Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	line-height: 1.5em;
	font-family: "微软雅黑", "黑体", "宋体";
	color: #333333;
	/*background-image: url(../images/bg-3.jpg);*/
	/*background-position: top center;*/
}

.editor-box{
	line-height: normal;
}



a:hover {
	color: #003b90;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

[class^="image-wrap"] {
	display: block;
	overflow: hidden;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}
.wrap1 {margin:0px auto;width: 98%;}





/*按钮样式*/

.btn {
	display: inline-block;
	line-height: 39px;
	font-size: 16px;
	border-radius: 20px;
	padding-left: 27px;
	padding-right: 27px;
}

.btn2{ height:38px; width:60px; margin:1px; font-size:14px; color:#666}

.btn-boder {
	line-height: 35px;
	color: #003B90;
	border: 1px solid #003B90;
}
.btn-boder:hover{
	background-color: #003B90;
	color: #fff;
}
.btn-orange {
	color: #fff;
	background-color: #e5750e;
}
.btn-gray{
	color: #999999;
	background-color: #eeeeee;
}
.btn-gray:hover{
	background-color: #003B90;
	color: #fff;
}
.btn-s{
	  line-height: 47px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    font-size: 18px;
    padding: 0 20px;
}
.btn-s .iconfont{
	font-size: 25px;
}

.blank10 {
    clear: both;
    font-size: 0px;
    height: 10px;
    line-height: 10px;
    size: 0px;
}
.blank20 {
	clear: both;
	font-size: 0px;
	height: 20px;
	line-height: 20px;
	size: 0px;
}
.blank15 {
    clear: both;
    font-size: 0px;
    height: 16px;
    line-height: 16px;
    size: 0px;
}
.btn-orange:hover {
	color: #fff;
}

.btn-prev,
.btn-next {
	display: inline-block;
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	color: #fff;
	background-color: #b5c3d4;
	border-radius: 50%;
}

.btn-prev:hover,
.btn-next:hover {
	color: #fff;
	background-color: #e5750e
}

.btn-prev .iconfont,
.btn-next .iconfont {
	font-size: 12px;
}

.btn-block {
	display: block;
	width: 100%;
	line-height: 55px;
	border-radius: 6px;
	font-size: 18px;
	text-align: center;
}


/*head*/

.g-hd {
	height: 76px;
	background-color: #003b90;
}

.logo {
	margin-top: 19px;
}
.logo span{
	line-height: 38px;
    color: #fff;
    padding-left: 15px;
    font-size: 18px;
    border-left: 1px solid #fff;
    margin-left: 10px
}

.nav {
	margin-left: 60px;
}

.nav a {
	display: block;
	line-height: 76px;
	padding:0 25px;
	color: #fff;
	font-size: 16px;
}

.nav a:hover,
.nav .active a {
	color: #003b90;
	background-color: #fff;
}

.search {
	margin-top: 20px;
	background-color: #fff;
	border-radius: 6px;
}

.search input[type="text"] {
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.search_btn {
	display: block;
	float: right;
	width: 37px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
}

.bell {
	margin: 23px 13px;
	padding: 0 14px;
	height: 30px;
	line-height: 30px;
	border-left: 1px solid #466fab;
	border-right: 1px solid #466fab;
}

.bell-a {
	position: relative;
	display: block;
}

.bell-num {
	border-radius: 50%;
	font: 10px/15px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #e5750e;
	text-align: center;
	position: absolute;
	z-index: 1000;
	width: 16px;
	top: -3px;
	right: -6px;
}

.bell .iconfont {
	font-size: 30px;
	color: #b5c3d4;
	line-height: 30px;
}

.bell a:hover {
	color: #b5c3d4;
}

.user {
	position: relative;
	margin-top: 19px;
	line-height: 40px;
	cursor: pointer;
}
/*.user>a:hover .name{
	color: #e5750e;
}
.user>a:hover .icon-user{
	background-color: #e5750e;
}*/
.user .icon-user {
	border-radius: 50%;
	padding: 5px;
	background-color: #b5c3d4;
	color: #fff;
	width: 40px;
	text-align: center;
	margin-left: 5px;
}

.user .name {
	color: #fff;
	font-size: 16px;
}

.user .icon-down {
	color: #b5c3d4;
}

.user .subnav {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	min-width: 114px;
	list-style: none;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.user:hover .subnav {
	display: block;
}

.user .subnav a {
	display: block;
	padding: 0 15px;
	line-height: 2.4em;
	text-align: center;
}
.user .subnav a:hover{
	  color: #fff;
    background-color: #e5750e;
    padding-left: 0px;
}
.login {
	margin-top: 16px;
	margin-left: 39px
}

.login .btn {
	border-color: #fff;
	color: #fff;
}

.login .btn:hover {
	background-color: #e5750e;
	border-color: #e5750e;
}


/*head-end*/

.text-ellipsis {
	display: block;
	/* width: 100%; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-ellipsis-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
}


/*底部*/

.g-ft {
	color: #fff;
	background-color: #003b90;
	padding-top: 33px;
	padding-bottom: 33px;
}

.ft-2 a {
	color: #FFFFFF;
}

.ft-2 a:hover {
	font-weight: bold;
}

.ft-1 {
	width: 400px;
}

.ft-2 {
	width: 300px;
}

.ft-3 {
	width: 498px;
}

.qcode {
	width: 98px;
	height: 98px;
}

.ft-1 p,
.ft-2 p {
	font-size: 16px;
	margin-bottom: 14px;
}

.ft-3-t {
	width: 371px;
	padding-top: 8px
}

.ft-3-t p {
	line-height: 27px;
}


/*表单*/

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder, {
	color: #cccccc;
	font-family: "微软雅黑", "黑体", "宋体";
}

.input-wrap {
	position: relative;
}

.input-wrap>i {
	position: absolute;
	top: 16px;
	left: 14px;
	font-size: 16px;
	padding-right: 10px;
	border-right: 1px solid #cccccc;
	color: #cccccc;
}

.input-wrap input[type="text"],.input-wrap input[type="password"] {
	font-size: 16px;
	padding: 14px 14px 14px 55px;
	border: 1px solid #cccccc;
	max-width: 100%;
}

.input-wrap input:focus {
	border-color: #003b90;
}


/*弹窗*/

.layWrap {
	display: none;
}


/*覆盖*/
.g-layer .layui-layer-content{
	display: none;
}
.g-layer .layui-layer-btn{
	    margin-top: 40px;
}
.layui-layer .layui-layer-title {
	font-size: 28px;
	background-color: #fff;
	padding: 0;
	text-align: center;
	padding-top: 26px;
	padding-bottom: 17px;
	height: auto;
}

.g-layer .layui-layer-btn a{
	line-height: 47px;
    /*padding: 0 50px;*/
	padding: 0 5px;
    height: auto;
    border-radius: 6px;
    background-color: #999999;
    color: #fff;
    font-size: 18px;
    width: 174px;
	height: 47px;
}
.g-layer .layui-layer-btn .layui-layer-btn0{
	    border-color: #e5750e;
    background-color: #e5750e;
}
/*覆盖end*/


/*登录弹窗*/

.layLogin .input-wrap {
	/*height: 26px;*/
	/*width: 372px;*/
}

.layLogin .input-wrap input {
	width: 100%;
	line-height: 1.5em;
}

.layLogin .form {
	width: 400px;
	margin: 0 auto;
	margin-top: 29px;
}

.layLogin .input-wrap {
	/*margin-bottom: 20px;*/
}

.login_check {
	color: #666666;
}

.layLogin .error {
	margin-top: 5px;
}
.layui-layer-btn a{
	
}
/*联系管理员弹窗*/
.passwordCon ul{
	    width: 267px;
    margin: 27px auto 0;
}
.passwordCon li{
	color: #666666;
	font-size: 16px;
	    margin-bottom: 8px;
}
.passwordCon li em{
	color: #2b4c9c;
	font-size: 22px;
}

/*课程列表*/

.c-item {
	width: 592px;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	padding: 30px;
	margin-right: 16px;
	margin-bottom: 20px;
}

.c-item:nth-child(2n) {
	margin-right: 0;
}

.c-item:hover {
	border-color: #003b90;
	webkit-box-shadow: 0 0 1px #003b90;
	-moz-box-shadow: 0 0 1px #003b90;
	box-shadow: 0 0 1px #003b90;
}

.c-title {
	font-size: 22px;
	color: #34495e;
	margin-bottom: 14px;
	    height: 22px;
}

.c-small li {
	width: 50%; height:22px; overflow:hidden;
	margin-bottom: 4px;
}

.c-small li i {
	color: #003b90;
	font-size: 16px;
}
.c-small li .icon-boshimao,.c-small li .icon-shijian{
	font-size: 22px;
}
.c-small li .c-small-t {
	color: #999999;
}

.c-des {
	color: #666;
	border-top: 1px solid #eff3f5;
	    margin-top: 5px;
    padding-top: 10px; height:50px; overflow:hidden
}
.c-des a{
	color: #003b90;
}
.c-des a:hover{
	    font-weight: bold;
}

.c-des2 {
	color: #666;
	border-top: 1px solid #eff3f5;
	    margin-top: 5px;
    padding-top: 10px; height:53px; overflow:hidden
}
.c-des2 a{
	color: #666;
}
.c-des2 a:hover{ color:#003B90
}

.bg-gray {
	background-color: #eff3f5;
}
.boder-box{
	background-color: #fff;
	border: 1px solid #dbdbdb;
}

/*分页*/
.page-box{
	margin-top: 50px;
	padding-bottom: 74px;
}
.pagination{
	text-align: center;
}
.pagination>li {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}
.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    border-radius: 4px;
    line-height: 1.42857143;
    color: #999999;
    text-decoration: none;
    background-color: #e7ebee;
}
.pagination>li>a:hover {
    color: #fff;
    background-color: #16347a;
}
.pagination>li.active>span {
    color: #fff;
    background-color: #16347a;
}
/*分页*/
.page-blank {clear: both; font-size:0px; height:20px; line-height:20px; size:0px;}
.page_warp {
	text-align: center;
	vertical-align: top;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width:100%;
	overflow: hidden;
	
}

.pageon {
	    background: #003b90;
    border: 1px solid #003b90
	height: 27px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	vertical-align: top;
	display:inline-block;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	overflow: hidden;
	font: 12px/26px Verdana, sans-serif, "å®‹ä½“";
	color: #FFFFFF;
	padding: 0px 15px;	
	}


.pageoff {display:inline-block;}

.pageoff a:link, .pageoff a:visited {
		background: #e7ebee;
    border: 1px solid #e7ebee;
    height: 27px !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    text-decoration: none;
    overflow: hidden;
    font: 12px/24px Verdana, sans-serif, "å®‹ä½“";
    color: #999999;
    padding: 0px 15px;
}

.pageoff a:hover {
	background: #003b90;
  border: 1px solid #003b90;
	color: #fff;
}
.pageetc {
	height: 27px;
	text-align: center;
	vertical-align: top;
	display:inline-block;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	overflow: hidden;
	padding: 0px;
}
/*分页end*/
/*面包屑*/
.breadcrumb{
	    list-style: none;
}
.breadcrumb>li {
    display: inline-block;
    color: #003b90;
}
.breadcrumb>li a{
	color: #333333;
}
.breadcrumb>li+li:before {
    content: ">";
    padding: 0 2px;
    color: #333333;
}
/*tab*/
.tab-content>div{
	display: none;
}


/*三角形*/
/*.triangle-up {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid red;
}*/
/*样式过渡*/

[data-animate='all'] {
	-moz-transition: all .20s ease-in-out;
	-webkit-transition: all .20s ease-in-out;
	transition: all .20s ease-in-out;
}

[data-animate='opacity']:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-khtml-opacity: 0.8;
	transition: all 0.1s linear;
}


/*放大*/

a:hover [data-animate='zoom'],
[data-animate='zoom']:hover {
	transition: All 06s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

[data-animate='moveup']:hover {
    transform: translate(0,-10px);
    -webkit-transform: translate(0,-10px);
    -moz-transform: translate(0,-10px);
    -o-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}
[data-animate='swing']:hover{
	 -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}