
@charset "UTF-8";
/*
********************************内页框架 start********************************
*/

/*内页banner*/
.subBanner{
	clear: both;
	width: 100%;
	height: 330px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	position:relative;
}

/*当前位置*/
.locationBox{
	clear:both;
	width: 100%;
	height: 60px;
	background: #fff;
	box-shadow:0 3px 5px #dcdcdc;
}
.location{
	height: 60px;
	overflow: hidden;
	padding-left: 33px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/home.png);
}
.location a{
	display: inline;
	float: left;
	height: 60px;
	line-height: 60px;
	padding-left: 14px;
	margin-right: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/icon8.png);
	color: #a3a3a3;
	font-size: 14px;
}
.location a:hover{color:#1e5ab0}
.location a.hover{color:#1e5ab0}

/*内页导航*/
.nav{margin-right:-15px;}
.nav a{
	display: inline;
	float: left;
	line-height: 60px;
	height:57px;
	color: #666666;
	font-size: 14px;
	padding:0 14px;
}
.nav a.hover{color: #1e5ab0}
.nav a:hover{color: #1e5ab0}

/* 三级 start */
.screenBox{
    padding:10px 0; 
    overflow:hidden;
    font-size:15px;
}
.screenBox_dl{
	float:left;
	display:inline;
	overflow:hidden;
	margin: 0px -5px;
}
.screenBox_dl dt,
.screenBox_dl dd{
    float:left;
	overflow:hidden;
	padding: 5px;
    }
.screenBox_dl dt a,
.screenBox_dl dd a{
    line-height:35px;
    display: block;
    font-size: 14px;
    color:#666;
    background:#fff;
    text-decoration: none;
    padding: 0 25px;
    border-radius: 35px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    transition: 0.3s;
    transition: 0.3s;
}
.screenBox_dl dt.hover a {
	background:#1e5ab0;
	color: #fff;
}
.bottombar dl dt a:hover{
	background:#1e5ab0;
	color: #fff;
}
.screenBox_dl dd.hover a {
	background:#1e5ab0;
	color: #fff;
}
.screenBox_dl dd a:hover {
	background:#1e5ab0;
	color: #fff;
}
.bottombar dl dd a:hover{
    background:#1e5ab0;
    color: #fff;
}

/* 三级 end */
/*页码开始*/
.page{text-align: center;clear: both;font-size: 14px;}
.page a{border: 1px solid #e2e2e2; display: inline-block;overflow: hidden;width: 32px;height: 32px;text-align: center;line-height: 32px; color:#666666;border-radius:3px;background: #fff; margin: 0 3px;}
.page a:hover{background: #1e5ab0;color: #fff;}
.page a.hover{background: #1e5ab0;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
	width: 32px;
    height: 32px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageh.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}
/*页码结束*/
/*
********************************内页框架 end********************************
*/
/**
 * 文章详细页（标题、时间、内容、附件）
 * @author 杨朝杰
 * @return
 */
.pageBox{
	min-height:300px;
	height:auto !important;
	height:300px;
	clear:both;
	overflow:hidden;
	padding:40px 60px; 
	background:#fff;
    -webkit-animation: gfadeIn 0.6s 0.6s both;
    -moz-animation: gfadeIn 0.6s 0.6s both;
    animation: gfadeIn 0.6s 0.6s both;
	}
.articleTitle{
	padding:20px 0 10px 0;
    font-size:32px;
    line-height:46px;
    color:#333;
    text-align: center;
	font-weight:bold;
	}
.articleTime{
	line-height:36px;
	text-align:center;
	font-size:14px;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
	}
.articleTimeC {
	display: inline-block;
}
.articleTimeC:after {
	display: block;
	content: '';
	clear: both;
	height: 0;
}
.articleTimeC  span {
	float: left;
}
.articleTimeC .ShareBox {
	float: left;
	margin-left: 20px;
}
.articleBox {
    overflow:hidden;
    font-size: 16px;
    color: #454545;
    line-height: 40px;
	padding:20px 0 0 0;
}
.articleBox img{ max-width:100%;}

.articleHand{
    clear:both;
    font-size:16px;
    overflow: hidden;
	padding:10px 0 0 0;
    }
.articleHand a{
    display:block;
    line-height:32px;
    padding:10px 20px 10px 30px;
    float:left;
	background:url(../images/file.png) no-repeat left center; 
}
.articleHand a.word{background:url(../images/word.png) no-repeat left center; color:#37a6ff !important; }
.articleHand a.ppt,.articleHand a.pptx{background:url(../images/ppt.png) no-repeat left center; color:#ff7735 !important;}
.articleHand a.excel{background:url(../images/excel.png) no-repeat left center; color:#15bf44 !important; }
.articleHand a.pdf{background:url(../images/pdf.png) no-repeat left center; color:#1369c0 !important; }
.articleHand a.zip{background:url(../images/zip.png) no-repeat left center; color:#ff9779 !important; }

.codeBox{
	clear:both;
	background:#fff;
	text-align:center;
	padding:20px;
	}
.codeBox p{
	display:block;
	line-height:40px;
	font-size:14px;
	}
	
/**
 * 文章阅读页-内容上部大图
 */
#play{
    width:800px;
    height:535px;
    position:relative;
    overflow: hidden;
    background:#fff;
    border:1px solid #e9e9e9;
    padding:5px;
    margin:20px auto 0 auto;
}
#play .change_a {
    width:40%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
    width: 24px;
    height: 43px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    display: none
}
#play .prev_a span {background: url(../images/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/article_icon.png) no-repeat -30px -50px;right: 0;}

#play .img_ul {
    position: relative;
    z-index: 1;
    width:800px;
    height:535px;
}
#play .img_ul li{
    position: relative;
    z-index: 1;
    width:800px;
    height:535px;
    background:#fff;
    margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}


.imgMove{width:800px;clear:both;margin:20px auto;position:relative;}

.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:90px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	width:124px;
	height:82px;
	padding:3px;
	margin:0 5px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	width:124px;
	height:82px;
	display:block;
	background:#fff;
	position:relative;
	}
.img_hd ul li i{
	display:block;
	clear:both;
	line-height:20px;
	padding:0 5px;
	background:#000;
	color:#fff;
	position:absolute;
	right:3px;
	bottom:3px;
	z-index:99999999999999;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	}
.img_hd ul li img {position:absolute;width:90px;width:124px;
	height:82px;}
.img_hd ul li.on {border:1px solid #1e5ab0;background:#1e5ab0;}
.imgMove .prev_a {margin-top: 15px; display:block;width:30px; height:60px; position:absolute; left:0px; top:0px; background:url(../images/article_icon.png) no-repeat 10px 15px;}
.imgMove .next_a {margin-top: 15px;display:block; width:30px; height:60px; position:absolute; right:0px; top:0px; background:url(../images/article_icon.png) no-repeat -37px 15px;}

.articlePage{
    clear:both;
    text-align:center;
	overflow:hidden;
    }
.articlePage a{
    display: inline-block;
    padding: 8px 15px;
    color: #444;
    border-radius: 2px;
    margin: 0 2px;
    background: #E2E2E2;
    }
.articlePage a:hover,.articlePage a.hover{
    color:#fff;
    background:#666;
    }
	
.pageUp{
	clear:both;
	overflow:hidden;
	line-height:35px;
	font-size:16px;
	padding:20px 0;
}

/**
 * 分享
 * @author 杨朝杰
 * @return
 */
.ShareBox {
	overflow: hidden;
	display: inline-block;
}
.ShareBox p {
	display: block;
	overflow: hidden;
	float: left;
}
.ShareBox i {
	clear:both;
	display: block;
	font-size:12px;
	color:#666;
	text-align: center;
	overflow: hidden;
	margin:5px 0px;
	display:none;
}
.ShareBox span {
    font-size: 14px;
    line-height: 36px;
	float:left;
}
.ShareBox a{
    width: 30px ;
    height: 30px ;
    margin: 0 7px 0 0 ;
    display: block;
	}
.ShareBox .bds_weChat{background: url(../images/share/shareBt5.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_tsina{background: url(../images/share/shareBt1.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_tqq{background: url(../images/share/shareBt2.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_qzone{background: url(../images/share/shareBt3.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_douban{background: url(../images/share/shareBt4.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_sqq{background: url(../images/share/shareBt6.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_renren{background: url(../images/share/shareBt7.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .f_more{background:url(../images/footShare.png) no-repeat -111px 0px !important;}
.wxShare{
    padding: 30px 0;
    font-size: 12px;
    color: #999;
    text-align: center;
}
#ewmcode{
    margin: 0 auto 40px auto;
    text-align: center;
    width: 200px;
}
/**
 * 404页面
 * @author 杨朝杰
 * @return
 */
.alert{width:695px;height:355px;clear:both;position:absolute;left:50%;top:50%;margin:-177px 0 0 -348px;background:url(../images/404.jpg) no-repeat;}
.alertTitle1{clear:both;text-align:center;line-height:40px;font-size:14px;padding:70px 0 0 100px;}
.alertTitle2{clear:both;text-align:center;line-height:40px;font-size:14px;padding:0 0 0 100px;}
.alertTitle2 strong{font-size:20px;padding:0 10px;color:#ff0000;}
.alertBt{width:137px;lin-height:36px;height:36px;border:none;cursor:pointer;position:absolute;left:280px;bottom:75px;color:#454545;font-size:14px;text-align:center;font-family:"microsoft yahei";display:block;background: none;}
.infoInput{line-height:26px;border:1px solid #d7d7d7;outline:medium;padding:3px 0;}
.formlist td{padding:5px 0;}
.buttonface2{width:80px;line-height:26px;cursor:pointer;text-align:center;font-family:"microsoft yahei";font-size:14px;border:1px solid #d7d7d7;}
	
/**
 * 全文列表1
 * @author 杨朝杰
 * @return
 */
.textList1{
	clear:both;
	overflow:hidden;
	}
.textList1 dd{
	padding:25px 0;
	overflow:hidden;
	clear:both;
	border-bottom:1px dotted #ccc;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
	}
.textList1 dd .date{
    font-family: Arial;
    border: 1px #ccc solid;
    width:65px;
    margin-right:20px;
	float:left;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.textList1 dd .date span{
    font-size: 30px;
    font-weight: bold;
    background: #ccc;
    line-height: 45px;
    color: #fff;
	display:block;
	text-align:center;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.textList1 dd .date em{
    display: block;
    text-align: center;
	line-height:25px;
	text-align:center;
	color:#565656;
	background:#fff;
}
.textList1 dd .txtBox{
	}
.textList1 dd .txtBox h3{
    font-size: 18px;
    margin-bottom: 5px;
    color: #454545;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
	font-weight:normal;
	}
.textList1 dd .txtBoxCon{
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    color: #848484;
	font-size:14px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.textList1 dd:hover{ background:#fff;}
.textList1 dd:hover .date{border: 1px #006ab8 solid;}
.textList1 dd:hover .date span{ background:#006ab8;}
.textList1 dd:hover .txtBox h3{ color:#006ab8;}
.textList1 dd:hover .txtBoxCon{ color:#666;}

/**
 * 全文列表2
 * @author 杨朝杰
 * @return
 */
.textList2 {
	padding: 10px 20px;
	background: #FFFFFF;
}
.textList2 dd{
	clear: both;
	overflow: hidden;
	height: 72px;
	border-bottom: 1px dotted #dbdbdb;
}
.textList2 dd:last-child {
	border: none;
}
.textList2 dd span{
	display:inline;
	float:right;
	height: 72px;
	font-size:15px;
	color: #666666;
	line-height: 72px;
	background-image: url(../images/icon18.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.textList2 dd a{
	display:block;
	overflow: hidden;
	height: 72px;
	color: #666666;
	line-height: 72px;
	font-size: 16px;
	float:left;
}
.textList2 dd a:hover{color: #1e5ab0}

/**
 * 图文列表1
 * @author 杨朝杰
 * @return
 */
.textImg1{
    /*border-bottom: 1px solid #ddd;*/
	position:relative;
	z-index:9;
}
.textImg1 dd{
    padding:30px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
	overflow:hidden;
	clear:both;
	background:#fff;
	margin-bottom: 20px;
}
.textImg1 dd .picture{
	display:block;
	width:390px;
	height:220px;
	overflow:hidden; 
	position:relative;
    float: left;
	margin:0 20px 0 0;
	}
.textImg1 dd .picture img{
	display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
	object-fit: cover;
	-webkit-transition:0.3s; 
	-moz-transition:0.3s; 
	transition:0.3s;
	}
.textImg1 h3{
	padding-top: 30px;
    font-size:20px;
    color:#333333;
	line-height: 38px;
	font-weight:normal;
}
.textImg1 p{
    line-height:30px;
	height: 60px;
	overflow:hidden;
	font-size:14px;
	color:#666666;
}
.textImg1 dd:hover .picture img{transform: scale(1.05)}
.textImg1 dd h6{
	font-weight: normal;
	padding:0 0 0 26px;
	overflow:hidden;
	background:url(../images/date.png) no-repeat left center;
	height: 45px;
	line-height: 45px;
	color: #999999;
	font-size: 14px;
	}
.textImg1 dd h6 span{
	padding:0 0 0 26px;
	margin:0 0 0 20px;
    background: url(../images/read.png) no-repeat left center;
}
.textImg1 dd:last-child{
    border:none;
}
/**
 * 图文列表2
 * @author 杨朝杰
 * @return
 */
.textImg2{overflow:hidden;margin: 0px -7px 0 -8px !important;}
.textImg2 dd{
	float:left; 
	width:33.333%; 
	-webkit-animation:gfadeIn 0.6s 0.8s both; 
	-moz-animation:gfadeIn 0.6s 0.8s both; 
	animation:gfadeIn 0.6s 0.8s both;
    transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
	overflow:hidden;
	}
.textImg2 dd:nth-of-type(1){-webkit-animation-delay:0.2s; -moz-animation-delay:0.2s; animation-delay:0.2s;}
.textImg2 dd:nth-of-type(2){-webkit-animation-delay:0.4s; -moz-animation-delay:0.4s; animation-delay:0.4s;}
.textImg2 dd:nth-of-type(3){-webkit-animation-delay:0.6s; -moz-animation-delay:0.6s; animation-delay:0.6s;}
.textImg2 dd:nth-of-type(4){-webkit-animation-delay:0.8s; -moz-animation-delay:0.8s; animation-delay:0.8s;}
.textImg2 dd:nth-of-type(5){-webkit-animation-delay:1s; -moz-animation-delay:1s; animation-delay:1s;}
.textImg2 dd:nth-of-type(6){-webkit-animation-delay:1.2s; -moz-animation-delay:1.2s; animation-delay:1.2s;}
.textImg2 dd:nth-of-type(7){-webkit-animation-delay:1.4s; -moz-animation-delay:1.4s; animation-delay:1.4s;}
.textImg2 dd:nth-of-type(8){-webkit-animation-delay:1.6s; -moz-animation-delay:1.6s; animation-delay:1.6s;}
.textImg2 dd:nth-of-type(9){-webkit-animation-delay:1.8s; -moz-animation-delay:1.8s; animation-delay:1.8s;}
.textImg2 dd:nth-of-type(10){-webkit-animation-delay:2s; -moz-animation-delay:2s; animation-delay:2s;}
.textImg2 dd:nth-of-type(11){-webkit-animation-delay:2.2s; -moz-animation-delay:2.2s; animation-delay:2.2s;}
.textImg2 dd:nth-of-type(12){-webkit-animation-delay:2.4; -moz-animation-delay:2.4; animation-delay:2.4s;}

.textImg2 dd a{
	display:block; 
	height:100%;
	margin:8px 7px 20px 8px;
	background:#fff;
    transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
	}
.textImg2 dd .picture{display:block; padding-top:56.25%; width:100%; overflow:hidden; position:relative;}
.textImg2 dd .picture img{
	-webkit-transition:0.3s; 
	-moz-transition:0.3s; 
	transition:0.3s;
	display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
	}	
a .ui-s-cover { background: #000; position: absolute; width: 100%; top: 0; left: 0; height: 100%; filter: alpha(opacity=40); opacity: 0.4; transition: all 0.2s ease-in-out; z-index: 5; }
a:hover .ui-s-cover { filter: alpha(opacity=0); opacity: 0; }	

.ui-s-add{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: -100%;
    left: 0px;
    background: rgba(0,0,0,0.5) url(../images/carImg.png) no-repeat center center;
    z-index: 3;
	-webkit-transition:0.3s; 
	-moz-transition:0.3s; 
	transition:0.3s;
}
a:hover .ui-s-add{top:0;}
.play{
    top: 0px !important;
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: rgba(0,0,0,0.5) url(../images/play.png) no-repeat center center !important;
}
.play:hover{
    opacity: 0;
}
.flashBg{
    overflow: hidden;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: -100%;
    z-index: 1;
    background: #88b829;
	-webkit-transition:0.3s; 
	-moz-transition:0.3s; 
	transition:0.3s;
}
a:hover .flashBg{bottom:0;}

.textImg2 dd .newsText{
	position:relative; 
	height:120px; 
	padding:15px; 
	background:#fff; 
	-webkit-transition:0.3s; 
	-moz-transition:0.3s; 
	transition:0.3s;
	position:relative;
	overflow:hidden;
	}
.textImg2 dd .newsText h2{margin-bottom:10px; color:#333; font-size:18px; font-weight:normal;}
.textImg2 dd .newsText p{height:44px; color:#999; font-size:13px; overflow:hidden; line-height:1.8;}
.textImg2 dd .newsText span{ width:100%;position:absolute; bottom:20px; left:0; color:#999; height:16px; line-height:16px;}
.textImg2 dd .newsText span em{
	display:block;
	line-height:16px;
	float:left;
	padding:0 0 0 20px;
	font-style:normal;
	margin:0 0 0 20px;
	background:url(../images/date.png) no-repeat left center;
	}
.textImg2 dd .newsText span i{
	display:block;
	line-height:16px;
	float:right;
	padding:0 0 0 20px;
	font-style:normal;
	margin:0 20px 0 0;
	color:#999;
	background:url(../images/read.png) no-repeat left center;
	}
.textImg2 dd a:hover{
    box-shadow: 0 0px 15px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
}

/**
 * 全图列表1
 * @author 杨朝杰
 * @return
 */
.imgList1{ overflow:hidden;margin: 0px -10px;}
.imgList1 dd{
	float:left; 
	width:33.3333333%;
    padding: 10px 0px;
	/*-webkit-animation:gfadeIn 0.6s 0.8s both; 
	-moz-animation:gfadeIn 0.6s 0.8s both; 
	animation:gfadeIn 0.6s 0.8s both;
    transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;*/
    /*border-radius: 4px;
    box-shadow: 0px 1px 2px 0px #e1e1e1;*/
	overflow:hidden;
	}
.imgList1 dd:nth-of-type(1){-webkit-animation-delay:0.2s; -moz-animation-delay:0.2s; animation-delay:0.2s;}
.imgList1 dd:nth-of-type(2){-webkit-animation-delay:0.4s; -moz-animation-delay:0.4s; animation-delay:0.4s;}
.imgList1 dd:nth-of-type(3){-webkit-animation-delay:0.6s; -moz-animation-delay:0.6s; animation-delay:0.6s;}
.imgList1 dd:nth-of-type(4){-webkit-animation-delay:0.8s; -moz-animation-delay:0.8s; animation-delay:0.8s;}
.imgList1 dd:nth-of-type(5){-webkit-animation-delay:1s; -moz-animation-delay:1s; animation-delay:1s;}
.imgList1 dd:nth-of-type(6){-webkit-animation-delay:1.2s; -moz-animation-delay:1.2s; animation-delay:1.2s;}
.imgList1 dd:nth-of-type(7){-webkit-animation-delay:1.4s; -moz-animation-delay:1.4s; animation-delay:1.4s;}
.imgList1 dd:nth-of-type(8){-webkit-animation-delay:1.6s; -moz-animation-delay:1.6s; animation-delay:1.6s;}
.imgList1 dd:nth-of-type(9){-webkit-animation-delay:1.8s; -moz-animation-delay:1.8s; animation-delay:1.8s;}
.imgList1 dd:nth-of-type(10){-webkit-animation-delay:2s; -moz-animation-delay:2s; animation-delay:2s;}
.imgList1 dd:nth-of-type(11){-webkit-animation-delay:2.2s; -moz-animation-delay:2.2s; animation-delay:2.2s;}
.imgList1 dd:nth-of-type(12){-webkit-animation-delay:2.4; -moz-animation-delay:2.4; animation-delay:2.4s;}

.imgList1 dd a{display:block;margin: 0px 10px;overflow: hidden;
    background:#fff;
    -webkit-transition: all 0.3s linear;
     -o-transition: all 0.3s linear;
     transition: all 0.3s linear; }
.imgList1 dd a:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}
.imgList1 dd .picture{
	display:block; 
	padding-top:66.6666%; 
	overflow:hidden; 
	position:relative;
}
.imgList1 dd .picture img{
	display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
	object-fit: cover;
	-webkit-transition:0.3s; 
	-moz-transition:0.3s; 
	transition:0.3s;
}	
a .ui-s-cover { background: #000; position: absolute; width: 100%; top: 0; left: 0; height: 100%; filter: alpha(opacity=40); opacity: 0.4; transition: all 0.2s ease-in-out; z-index: 5; }
a:hover .ui-s-cover { filter: alpha(opacity=0); opacity: 0; }	
.imgList1 dd span{
    padding:15px;
    background: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
	font-size:15px;
	display:block;
	text-align:center;
	}
/*.imgList1 dd:hover{
    box-shadow: 0 0px 25px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
}*/

/**
 * 领导列表
 * @author 杨朝杰
 * @return
 */
.leadershipDl dd{
	clear: both;
	overflow: hidden;
	padding: 20px;
	background: #fff;
	height: 280px;
	background-image: url(../images/bg4.jpg);
	background-repeat: no-repeat;
	background-position:220px center;
	margin-bottom: 10px;
}
.leadershipDl dd .pic{
	width: 200px;
	height: 280px;
	overflow: hidden;
	margin-right: 50px;
}
.leadershipDl dd .pic img{
	display: block;
	width: 200px;
	height: 280px;
}
.leadershipDl dd .divR{overflow: hidden}
.leadershipDl dd .divR .divT{
	clear: both;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333333;
	font-size: 26px;
	text-align: center;
	text-align: center;
}
.leadershipDl dd .divR .txt{
	width: 660px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	font-size: 16px;
	line-height: 36px;
	color: #666666;
}


/**
 * 人才招聘详细页
 * @author 杨朝杰
 * @return
 */
.jobInfo{
	clear:both;
	overflow:hidden;
	line-height:36px;
    font-size: 16px;
	padding:10px 0 0 0;
	}
.jobTitle{
    font-size: 17px;
    color: #333;
    border-bottom: solid 1px #E7E7E7;
    line-height: 30px;
    margin-top:30px;
    padding-bottom: 10px;
	}
.jobTitle i{
    width: 3px;
    background:#666;
    height: 20px;
    display: block;
    float: left;
    position: relative;
    top: 5px;
    margin-right: 10px;
}
.jobBt{
	clear:both;
    width: 180px;
    height: 50px;
    border-radius: 3px;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF !important;
    background:#1e5ab0;
    display:block;
    font-size: 18px;
	margin:0 auto;
	-webkit-transition:0.3s; 
	-moz-transition:0.3s; 
	transition:0.3s;
}
.jobBt:hover{background:#f6c016;}
.jobField{clear:both;overflow:hidden;line-height:36px;font-size:16px;padding:15px 0 0 0;}
.jobField dd{width:33%;float:left;}
.jobName{font-weight:bold;font-size:24px;clear:both;padding:0 0 10px 0;}
.jobTime{font-size:14px;line-height:30px;padding:0 0 10px 0;color:#999;border-bottom: solid 1px #E7E7E7;}
	
/**
 * 人才招聘（应聘表单提交）
 * @author 杨朝杰
 * @return
 */
.subPopBox{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top:0px;
    background: rgba(0,0,0,0.65);
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#65000000',endColorstr = '#65000000')\9;
    z-index: 999999;
    display: none;
}
.subPopCont{
    width: 790px;
    height: 555px;
    /*overflow: hidden;*/
    border:10px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    left: 50%;
    top:50%;
    margin-left: -395px;
    margin-top: -277px;
}
.joinForm{overflow: hidden;padding: 20px 40px;}
.joinFormTit{
    display: block;
    font-size: 24px;
    color:#333;
    text-align: center;
    overflow: hidden;
}
.joinForm_dl{overflow: hidden;}
.joinForm_dl dd{
    clear: both;
    /*height: 32px;
    line-height: 32px;*/
    /*overflow: hidden;*/
    padding-left: 70px;
    position: relative;
    margin-bottom: 10px;
}
.joinFormName{
    display: block;
    width: 70px;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    text-align: right;
    font-size: 12px;
    color:#444;
    position: absolute;
    left: 0px;
    top:0px;
}
.joinFormName i{font-style:normal;padding-right:3px;color:#1e5ab0;}
.joinFormInp{
    display: block;
    width: 203px;
    height: 30px;
    overflow: hidden;
    border:1px solid #ddd;
    padding: 0px 5px;
    font-size: 12px;
    color:#666;
    font-family: "microsoft yahei";
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.joinForm_dl dd label{margin-right: 15px;}
.joinForm_dl dd label span{padding-left: 6px;}
.joinFormInp[disabled="disabled"]{background: #fff;}
.joinForm_dl dt{overflow: hidden; position: relative; padding-left: 70px; margin-bottom: 10px;}
.joinForm_dl dt textarea{width: 580px; height: 140px; overflow-x: hidden; overflow-y: auto; border:1px solid #ddd; padding: 5px 10px; font-size: 12px; color:#666; line-height: 20px;}
.joinFile{display: block; width: 110px; height: 30px; overflow: hidden; background: #535353; font-size: 14px; color:#fff; line-height: 30px; text-align: center;}
input.w_100{width: 100px;}
.joinCode{height: 32px; overflow: hidden; line-height: 32px; margin-left: 10px;}
.joinCode img{display: block; height: 32px; float: left;}
.joinCode i{display: block; height: 32px; overflow: hidden; float: left; padding-left: 10px; color:#666;}
.joinCode i:hover{color:#d70112;}
.closeSubPop{width: 30px; height: 28px; overflow: hidden; background:url(../images/closeVideoPop.png) no-repeat center center; position: absolute; right:10px; top:10px;}
.bbsBt{display: block; width: 90px; height: 40px; overflow: hidden; margin:0px auto; text-align: center; line-height: 40px; font-size: 14px; color:#fff !important; background: #e75a19;}

/**
 * 表单
 * @author 杨朝杰
 * @return
 */
.fromBox{overflow:hidden;}
.fromTip{font-size: 14px;color:#999;overflow: hidden;}
.fromTip em{color:#cc3333;padding-right: 5px;}
.form1{clear:both;}
.form1 dd{clear:both;padding:5px 0;}
.form1L{width:115px;height:40px;line-height: 40px;text-align: right;vertical-align: top;color: #666;padding:0 10px 0 0;font-size:14px;float:left;}
.form1L em{color:#f00;padding:5px 5px 0 0;font-style:normal;}
.form1Input{width:280px;padding:5px;position:relative;zoom: 1;height:28px;line-height:28px;background: #fff;border: 1px solid #ebebeb;font-size: 14px;color:#888;}
.form1Input[readonly="readonly"]{background: #fafafa;color:#666;}
.form1Input.w400{width:400px;}
.form1Input.w200{width:200px;}
.form1Input.w100{width:100px;}
.codeSrc{margin: 0 0 0 10px;height:40px;}
.form1Textarea1{width:400px;height:80px;padding:5px;position:relative;zoom: 1;line-height:20px;background: #fff;border: 1px solid #ebebeb;outline: none;}
.form1Textarea1.w700{width:700px;height:200px;}
.form1R{float:left;}
.form1Bt{overflow:hidden;padding:15px 0 20px 125px;}
.form1Bt a{display: block;height: 34px;background:#1e5ab0;text-align: center;line-height: 34px;color: #fff !important;font-size:14px;border-radius: 2px;padding:2px 20px;float:left;-o-transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;transition: .3s;}
.form1Bt a:hover{color:#1c296e !important;background:#f6c016;}

/**
 * 留言板
 * @author 杨朝杰
 * @return
 */
.msgTitle{font-size:16px;clear:both;font-weight:bold;color:#000;padding:0 0 10px 0;border-bottom:2px solid #d5d5d5;}
.msgList{clear:both;overflow:hidden;padding:30px 0 0 0;font-size:14px;}
.msgList dd{clear:both;padding:15px 0;overflow:hidden;position:relative;}
.msgTitle{clear:both;line-height:30px;}
.msgTitle span{padding:0 0 0 30px;}
.msgInfo{clear:both;line-height:30px;}
.msgReply{clear:both;line-height:30px; border-top:1px dotted #d5d5d5; margin-top:10px;}
.msgName{width:100px;padding:10px 0 0 0;position:absolute;left:10px;top:10px;}
.msgName strong{display:block;clear:both;font-size:14px;}
.msgName span{display:block;line-height:20px;padding:5px 0 0 0;}
.msgList_r{border:1px solid #d5d5d5;background:#fff;padding:15px;position:relative;-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius:5px;margin:0 0 0 100px;}
.msgList_jt{width:11px;height:18px;position:absolute;left:-11px;top:20px;background:url(../images/jiantou.jpg) no-repeat;}

/*工程案例 start*/
.subMenu{
	padding-top: 56px;
	border-bottom:1px solid #cccccc ;
	margin-bottom: 40px;
}
.subMenuDl{
	text-align: center;
	font-size: 0;
	overflow: hidden;
}

.subMenuDl dd {
	display: inline-block;
	height: 116px;
	padding: 0 20px;
	position: relative;
}
.subMenuDl dd.even{
	top: 22px;
}
.subMenuDl dd:before{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	background: #cccccc;
	height: 32px;
	width: 1px;
}
.subMenuDl dd:last-child:after{
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	content: '';
	background: #cccccc;
	height: 32px;
	width: 1px;
}
.subMenuDl dd.even:before{
	position: absolute;
	bottom: 22px;
	left: 0;
	display: block;
	content: '';
	background: #cccccc;
	height: 32px;
	width: 1px;
}
.subMenuDl dd.even:last-child:after{
	position: absolute;
	bottom: 22px;
	right: 0;
	display: block;
	content: '';
	background: #cccccc;
	height: 32px;
	width: 1px;
}
.subMenuDl dd.hover a{
	color: #1e5ab0;
	font-size: 16px;
	font-weight: bold;
}
.subMenuDl dd a{
	font-size: 14px;
	color: #666666;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	position: relative;
}
.subMenuDl dd a:hover{
	color: #1e5ab0;
}
.subMenuDl dd a:before{
	position: absolute;
	top: 44px;
	left: 50%;
	height: 72px;
	width: 1px;
	content: '';
	background: #cccccc;
	display: block;
}
.subMenuDl dd a:after{
	position: absolute;
	top: 32px;
	left: 50%;
	margin-left: -6px;
	height: 12px;
	width: 12px;
	content: '';
	background: url(../images/yuan.png) no-repeat center center;
	display: block;
}
.projectList{
	overflow: hidden;
	margin-right: -22px;
}
.projectList dd{
	float: left;
	display: inline;
	width: 33.3333%;
	margin-bottom: 25px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.projectList dd a{
	display: block;
	margin-right: 22px;
	position: relative;
	overflow: hidden;
}
.projectList dd a .pic{
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.projectList dd a .pic:before{
	content: '';
	display: block;
	padding-top: 65.974%;
}
.projectList .pic img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.projectList dd a .text{
	width: 100%;
	line-height: 52px;
	height: 52px;
	color:#fff;
	font-size: 14px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	padding: 0 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}
.projectList dd a .shadow{
	padding-top: 88px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	opacity: 0;
	visibility: hidden;
	transform: scale(0.3);
	-webkit-transform: scale(0.3);
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}
.projectList dd a .shadow .icon{
	background: url(../images/jiaicon.png) no-repeat center center;
	background-size: contain;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
.projectList dd a .shadow .text1{
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 76px;
	line-height: 76px;
	padding: 0 10px;
}
.projectList dd:hover a .text{
	bottom: -52px;
}
.projectList dd:hover a .shadow{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
}
/*工程案例 end*/

/* 期刊 start */
.amize_dl{
    overflow: hidden;
    margin: 0 -13px;
}
.amize_dl dd{
    float: left;
    display: inline;
    width: 25%;
    padding: 10px 0;
}
.amize_dl dd a{
    display: block;
    margin: 0 13px;
    transition: all .3s ease-out;
}
.amize_dl dd .pic{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 145%;
}
.amize_dl dd:hover a{
    transform: translateY(-5px);
}
.amize_dl dd .text{
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #666;
    font-size: 14px;
    background: #fff;
    transition: all .3s ease-out;
}
.amize_dl dd:hover .text{
    color: #a1171d;
}
/* 期刊 end */
/* ---------- 业务范围开始 ---------- */
.businessTitle {
	padding: 32px 0 54px;
}
.businessTitle .text {
	height: 54px;
	line-height: 54px;
	font-size: 36px;
	color: #333333;
	text-align: center;
}
.businessTitle span {
	display: block;
	width: 24px;
	height: 3px;
	background: #0060a8;
	margin: 0 auto;
}
/* 业务范围第一通栏开始 */
.b-column1 {
	position: relative;
	background-color: #fff;
}
.b-column1 .bgBox1 {
	position: absolute;
	width: 377px;
	height: 321px;
	left: 1530px;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.b-column1 .b-contact:after {
	display: block;
	content: ' ';
	clear: both;
	visibility: hidden;
}
.b-column1L {
	float: left;
	width: 460px;
}
.b-column1L a {
	display: block;
}
.b-column1L .pic {
	width: 100%;
	position: relative;
}
.b-column1L .pic:before {
	display: block;
	content: '';
	padding-top: 75%;
}
.b-column1L .pic .picBg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 10px;
	background: #ebf0f6;
	-webkit-transform: rotate(7deg);
	transform: rotate(7deg);
}
.b-column1L .pic img {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: center center;
	border-radius: 10px;
}
.b-column1R {
	overflow: hidden;
	padding-left: 50px;
}
.b-column1R .title {
	height: 64px;
	line-height: 64px;
	font-size: 36px;
	color: #333333;
}
.b-column1R .text {
	line-height: 26px;
	font-size: 14px;
	color: #333333;
	height:104px;
	overflow: hidden;
}
.b-column1R .more {
	padding-top: 30px;
}
.b-column1R .more a {
	display: block;
	width: 132px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	border-radius: 40px;
	background: #1e5ab0;
	text-align: center;
	color: #FFFFFF;
	transition: 0.4s;
}
.b-column1R .more a:hover{
	box-shadow: 0 1px 14px 0 #1e5ab0;
}
/* 业务范围第一通栏结束 */
/* 业务范围第二通栏开始 */
.b-column2 {
	height: 1145px;
	position: relative;
	
}
.b-column2 .bgBox1 {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.column2SweiperTop {
	width: 100%;
	height: 500px;
	position: relative;
	background: #FFFFFF;
}
.column2SweiperTop .con {
	overflow: hidden;
}
.column2SweiperTop .pic {
	float: left;
	margin-right: 30px;
	width: 500px;
	position: relative;
	background-position: left top;
	background-repeat: no-repeat;
}
.column2SweiperTop .pic:before {
	display: block;
	content: '';
	padding-top: 100%;
}
.column2SweiperTop .pic img {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.column2SweiperTop .text {
	overflow: hidden;
	padding-right: 100px;
}
.column2SweiperTop .text .title a {
	height: 100px;
	line-height: 100px;
	font-size: 48px;
	color: #000000;
	font-weight: bold;
}
.column2SweiperTop .text .subTitle {
	height: 30px;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 20px;
}
.column2SweiperTop .text .textC {
	font-size: 14px;
	line-height: 25px;
	color: #999999;
	height: 175px;
	overflow: hidden;
}
.column2SweiperTop .swiper-next,.column2SweiperTop .swiper-prev {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 90px;
    margin-top: -45px;
    z-index: 10;
    cursor: pointer;
	background: rgba(0,0,0,0.5);
}
.column2SweiperTop .swiper-next {
	right: 0;
	border-top-left-radius: 48px;
	border-bottom-left-radius: 48px;
	background: rgba(0,0,0,0.5) url(../images/b-next.png) no-repeat center center;
}
.column2SweiperTop .swiper-prev {
	left: 0;
	border-top-right-radius: 48px;
	border-bottom-right-radius: 48px;
	background: rgba(0,0,0,0.5) url(../images/b-prev.png) no-repeat center center;
}
.peopleBox {
	position: relative;
}
.peopleBox .b-line {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #cccccc;
	top: 43px;
	left: 0;
}
.column2SweiperBottom {
	
}
.column2SweiperBottom .swiper-slide  {
	width: auto;
	cursor: pointer;
	text-align: center;
}
.column2SweiperBottom .swiper-slide .pic {
	width: 86px;
	position: relative;
	margin: 0 auto;
	border: 3px solid #FFFFFF;
	border-radius: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.column2SweiperBottom .pic:before {
	display: block;
	content: '';
	padding-top: 100%;
}
.column2SweiperBottom .pic img {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.column2SweiperBottom .swiper-slide.swiper-slide-thumb-active .pic {
	border: 3px solid #0061b6;	
}
.column2SweiperBottom .b-span {
	margin: 12px auto;
	width: 2px;
	height: 18px;
	background: #cccccc;
}
.column2SweiperBottom .text .title {
	line-height: 40px;
	font-size: 24px;
	color: #000000;
	text-align: center;
}
.column2SweiperBottom  .swiper-slide-thumb-active  .text .textC {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
} 
.column2SweiperBottom .swiper-slide-thumb-active  .b-span {
	background: #0061b6;
}
.column2SweiperBottom .swiper-slide-thumb-active  .text .title {
		color: #0061b6;
}
/* 业务范围第二通栏结束 */
/* 业务范围第三通栏结束 */
.statisticalBox {
	height: 507px;
}
.b-column3{
	background-color: #fff;
}
.b-column3-table{ border: 1px solid #dddddd;border-collapse: collapse; width: 100%;text-align: center;}
.b-column3-table tr{ border: 1px solid #dddddd; height: 75px;}
.b-column3-table tr th{ border: 1px solid #dddddd; padding: 0 15px;}
.b-column3-table tr td{ border: 1px solid #dddddd; padding: 0 15px;}
.b-column3-table .c{ text-align: center;}
.b-column3-table .l{ text-align: left;}
.b-column3-table .r{ text-align: right;}

.b-column3-table thead{ background: #e7e7e7; color: #505050; font-size: 16px;}
.b-column3-table thead tr{height: 48px;}

.b-column3-table tbody{ font-size: 14px; color: #505050;}
.b-column3-table tbody tr{ line-height: 24px;}
/* 业务范围第三通栏结束 */
/* 业务范围第四通栏结束 */
.b-column4 {
	height: 915px;
	position: relative;
}
.b-column4 .bgBox1 {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.b-column4List{ overflow: hidden; margin-right: -20px;}
.b-column4List dd{ 
	float: left; 
	display: inline; 
	width: 33.3333%; 
	padding: 10px 0;
}
.b-column4List dd .con{ 
	overflow: hidden; 
	margin-right: 20px;
	position: relative;
	transition: 0.4s;
}
.b-column4List dd .a{ display: block;}
.b-column4List dd .pic{ width: 100%; overflow: hidden; position: relative;}
.b-column4List dd .pic:before{ display: block; content: ''; padding-top: 60%;}
.b-column4List dd .pic img{ display:block; width:100%; height:100%; position:absolute; left:0px; top:0px;}
.b-column4List dd .text{
	background: rgba(0,0,0,0.5);
	width: 100%; 
	position: absolute;
	bottom: 0;
	left: 0; 
	display: block; 
	height: 46px; 
	line-height: 46px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box; 
	padding: 0 10px; 
	text-align: center; 
	color: #ffffff; 
	font-size: 16px; 
	overflow:hidden;
	transition: 0.4s;
}
.b-column4List dd:hover .text{ color: #3788e3;}
.b-column4List dd .con:hover{
	transform: translateY(-4px);
	box-shadow: 0 1px 14px 0 rgba(0,0,0,0.1);
}


.b-column4 .more {
	padding: 24px 0 74px;
}
.b-column4 .more a {
	display: block;
	margin: 0 auto;
	width: 132px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	border-radius: 40px;
	background: #1e5ab0;
	text-align: center;
	color: #FFFFFF;
	transition: 0.3s;
}
.b-column4 .more a:hover{
	box-shadow: 0 1px 14px 0 #1e5ab0;
}
/* 业务范围第四通栏结束 */
/* ---------- 业务范围开始 ---------- */
/* 电子期刊开始 */
.imgList4{
	margin-right: -20px;
	overflow: hidden;
	padding-bottom: 10px;
}
.imgList4 dd{
	float: left;
	width: 25%;
	display: inline;
	margin-bottom: 30px;
}
.imgList4 dd a{
	display: block;
	position: relative;
}
.imgList4 dd .con {
	margin-right: 20px;
	padding: 7px 20px;
	background: #FFFFFF;
}
.imgList4 dd .con .pic {
	width: 100%;
	position: relative;
}
.imgList4 dd .con .pic:before {
	display: block;
	content: '';
	padding-top: 152%;
}
.imgList4 dd .con .pic img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.imgList4 dd .con .text {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	padding: 7px 10px 0;
	overflow: hidden;
}
.imgList4 dd:hover .con .text {
	color: #1e5ab0;
}
/* 电子期刊结束 */
/* 联系我们开始 */
.contact{
	background: #fff;
}
.contactTitle {
	padding: 50px 0 40px;
	text-align: center;
	line-height: 70px;
	height: 70px;
	font-size: 24px;
	color: #333333;
}
.contactMap {
	height: 500px;
}
.contactList {
	overflow: hidden;
}
.contactList dd {
	display: block;
	float: left;
	width: 25%;
}
.contactList dd .con {
	background: #ffffff;
	position: relative;
	padding: 0 45px;
}
.contactList dd .con .icoBox{ 
	width: 110px;
	height: 110px;
	border: 1px solid #e4e4e4;
	border-radius: 50%;
	margin: 0 auto;
}
.contactList dd .title {
	line-height: 55px;
	height: 55px;
	text-align: center;
	font-size: 14px;
	color: #000000;
}
.contactList dd .text {
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	color: #666666;
}
.contactList dd .text img {
	display: inline-block;
	height: 30px;
}
.contactList .contactDd1 .con .icoBox{ 
	background: #fff url(../images/contIco1.png) no-repeat center center;
}
.contactList .contactDd2 .con .icoBox{ 
	background: #fff url(../images/contIco2.png) no-repeat center center;
}
.contactList .contactDd3 .con .icoBox{ 
	background: #fff url(../images/contIco3.png) no-repeat center center;
}
.contactList .contactDd4 .con .icoBox{ 
	background: #fff url(../images/contIco4.png) no-repeat center center;
}

/* 联系我们结束 */
/* 招聘详情页开始 */
.recruitForm {
	background: #FFFFFF;
	padding: 46px 50px;
}
.recruitForm .recruitTitle {
	line-height: 34px;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.recruitForm .time {
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	color: #999999;
	border-bottom: 1px solid #f0f0f0;
}
.recruitForm .informationList {
	padding: 12px 0 26px;
	overflow: hidden;
}
.recruitForm .informationList dd {
	display: block;
	float: left;
	width: 280px;
	margin-right: 20px;
}
.recruitForm .informationList .text {
	line-height: 35px;
	font-size: 16px;
	color: #555555;
}
.recruitForm .textBox .title {
	line-height: 48px;
	height: 48px;
	font-size: 18px;
	color: #333333;
	border-bottom: 1px solid #f0f0f0;
	position: relative;
	padding-left: 14px;
}
.recruitForm .textBox .title:before {
	position: absolute;
	width: 3px;
	height: 20px;
	background: #1e5ab0;
	left: 0;
	top: 50%;
	margin-top: -10px;
	content: '';
}
.recruitForm .textBox .textC {
	padding: 12px 0;
	line-height: 36px;
	font-size: 16px;
	color: #555555;
}
.recruitBnt {
	text-align: center;
	padding: 32px;
}
.recruitBnt a {
	display: inline-block;
	width: 160px;
	height: 50px;
	background: #1e5ab0;
	border-radius: 2px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	margin-right: 18px;
}
/* 招聘详情页结束 */
/* 人才招聘弹窗开始 */
.recruitF {
	padding: 0 50px;
}
.recruitF .title {
	height: 110px;
	line-height: 100px;
	text-align: center;
	font-size: 30px;
	color: #1e5ab0;
}
.recruitFBox {
	margin-bottom: 20px;
}
.recruitFBox .uploader-file-list {
    display: block;
    clear: both;
    padding: 0 0 5px 0;
    float: left;
    width: 100%;
}
.recruitFBox:after {
	content: '';
	visibility: hidden;
	height: 0;
	clear: both;
} 
.recruitFBox .text {
	float: left;
	line-height: 40px;
	width: 80px;
	font-size: 15px;
	text-align: right;
	color: #666666;
	margin-right: 10px;
}
.recruitFBox .input {
	margin-left: 90px;
	line-height: 40px;
	height: 40px;
	width: 346px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	padding: 0 24px;
}
.recruitFBox .input input {
	width: 100%;
	height: 38px;
	border: none;
	outline: none;
	background: none;
}
.recruitFBox .input.position input {
	color: #333333;
}
.recruitFBox .input.position input::-webkit-input-placeholder {
	color: #333333; /* placeholder颜色  */
}
.recruitFBox .textarea {
	margin-left: 90px;
	line-height: 40px;
	height: 100px;
	width: 590px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	padding: 0 24px;
}
.recruitFBox .textarea textarea {
	outline: none;
	resize:none;
	background: none;
	line-height: 40px;
	height: 98px;
	width: 100%;
	border: navajowhite;
}
.recruitFBox.yxm {
	padding-top: 8px;
	height: 40px;
}
.recruitFBox.yxm .input {
	width: 245px;
	margin-left: 0;
	float: left;
	margin-right: 20px;
}
.recruitFBox.yxm img {
	display: block;
	float: left;
	height: 40px;
	width: 134px;
}
.recruitFBox .uploadBox {
	margin-left: 90px;
}
.recruitFBox .uploadBox .uploadBnt {
	display: block;
	height: 34px;
	width: 76px;
	background: #1e5ab0;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 34px;
	opacity: 0.5;
	cursor: pointer;
	margin-right: 24px;
	float: left;
}
.recruitFBox .uploadBox .uploadBnt .webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: none;
    padding: 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
    font-family: "microsoft yahei";
    border-radius: 2px;
    width: 76px;
}
.recruitFBox .uploadBox .uploadBnt:hover {
	opacity: 1;
}
.recruitFBox .uploadBox .uploadBnt a {
	color: #FFFFFF;
}
.recruitFBox .tips {
	height: 46px;
	font-size: 14px;
	color: #666666;
	line-height: 46px;
	padding-left: 90px;
	float: left;
	width: 100%;
}
.recruitFBnt {
	padding-left: 90px;
}
.recruitFBnt  a{
	display: inline-block;
	width: 216px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background: #e6e6e6;
	font-size: 16px;
	color: #666666;
	margin-right: 20px;
}
.recruitFBnt  a:hover {
	background: #1e5ab0;
	color: #FFFFFF;
}
/* 人才招聘列表开始*/
.recruitBox {
	background: #FFFFFF;
	padding: 50px;
}
.recruitBox .recruitTitle {
	height: 50px;
	background: #1e5ab0;
	overflow: hidden;
}
.recruitBox .text {
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.recruitBox .rText1 {
	float: left;
	height: 50px;
	line-height: 50px;
	width: 20%;
}
.recruitBox .rText2 {
	float: left;
	height: 50px;
	line-height: 50px;
	width: 15%;
	text-align: center;
}
.recruitBox .rText3 {
	float: left;
	height: 50px;
	line-height: 50px;
	width: 30%;
	text-align: center;
}
.recruitBox .rText4 {
	float: left;
	height: 50px;
	line-height: 50px;
	width: 20%;
	text-align: center;
}
.recruitBox .rText5 {
	float: left;
	height: 50px;
	line-height: 50px;
	width: 15%;
	text-align: center;
}
.recruitTitle .text {
	font-size: 16px;
	line-height: 50px;
	color: #ffffff;
}
.recruitList {
	overflow: hidden;
}
.recruitList .text {
	line-height: 50px;
	font-size: 16px;
	color: #666666;
}
.recruitList dd {
	overflow: hidden;
	border-bottom: 1px dashed #c0c0c0;
}
.recruitList dd:hover .text {
	color: #1e5ab0;
}
/* 人才招聘列表开始*/
/* 在线留言开始*/
.messageF {
	padding: 0 50px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.messageF .title {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #333333;
}
.messageFBox {
	margin-bottom: 20px;
}
.messageFBox:after {
	content: '';
	visibility: hidden;
	height: 0;
	clear: both;
} 
.messageFBox .text {
	float: left;
	line-height: 52px;
	width: 80px;
	font-size: 15px;
	text-align: right;
	color: #666666;
	margin-right: 10px;
}
.messageFBox .input {
	margin-left: 90px;
	line-height: 52px;
	height: 52px;
	width: 346px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	padding: 0 24px;
}
.messageFBox .input input {
	width: 100%;
	height: 50px;
	border: none;
	outline: none;
	background: none;
}
.messageFBox .textarea {
	margin-left: 90px;
	line-height: 52px;
	height: 268px;
	width: 990px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	padding: 0 24px;
}
.messageFBox .textarea textarea {
	outline: none;
	resize:none;
	background: none;
	line-height: 52px;
	height: 268px;
	width: 100%;
	border: navajowhite;
}
.messageFBox.yxm {
	padding-top: 8px;
	height: 52px;
}
.messageFBox.yxm .input {
	width: 245px;
	margin-left: 0;
	float: left;
	margin-right: 20px;
}
.messageFBox.yxm img {
	display: block;
	float: left;
	height: 52px;
	width: 134px;
}
.messageFBox .uploadBox .uploadBnt:hover {
	opacity: 1;
}
.messageFBnt {
	padding-left: 90px;
	padding-bottom: 70px;
}
.messageFBnt  a{
	display: inline-block;
	width: 216px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background: #e6e6e6;
	font-size: 16px;
	color: #666666;
	margin-right: 20px;
}
.messageFBnt a:hover {
	background: #1e5ab0;
	color: #FFFFFF;
}

.messageBox {
	background: #FFFFFF;
	padding: 0 46px;
}
.messageBox .title {
	line-height: 120px;
	height: 120px;
	font-size: 24px;
	color: #333333;
	text-align: center;
}
.messageBox .recordBox {
	border-top: 1px solid #dedede;
	padding: 20px 0;
}
.recordBox .problem {overflow: hidden;}
.recordBox .problem .text {
	float: left;
	height: 36px;
	line-height: 36px;
	color: #555555;
	font-size: 16px;
	margin-right: 10px;
}
.recordBox .problem .textC {
	overflow: hidden;
	line-height: 36px;
	color: #555555;
	font-size: 16px;
}
.recordBox .answer {overflow: hidden;}
.recordBox .answer .text {
	float: left;
	height: 36px;
	line-height: 36px;
	color: #d6000f;
	font-size: 16px;
	margin-right: 10px;
}
.recordBox .answer .textC {
	overflow: hidden;
	line-height: 36px;
	color: #555555;
	font-size: 16px;
}
/* 在线留言结束*/
/* 瀑布流开始 */
.gridBox {
}
.grid .listDeta{
    padding-bottom: 20px;
}
.grid .listDeta .text {
	line-height: 30px;
	font-size: 16px;
	color: #5e5e5e;
	text-align: center;
}
.grid .list_a{
    transition: all 0.3s linear;
    margin: 10px;
	background: #FFFFFF;
	display: block;
}
.grid .list_a:hover{
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
}
.gridBox{
    position: relative;
    opacity: 0;
    transition: .2s ease;
}
.gridBox{
	margin: 0 -10px;
	height: 570px;
	overflow: hidden;
}
.grid{
    position: relative;
    width: 100%;
}
.grid-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    border-radius: 3px;
    transition: .3s ease-in-out;
}
.gridPic{
	position: relative;
    overflow: hidden;
    padding: 15px;
}
.gridPic .imgBg {
	visibility: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/pblIco.png) no-repeat center center;
	z-index: 12;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.gridPic img{
    width: 100%;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.grid-item .list_a{
    background: #fff;
    border-radius: 3px;
}
/* 瀑布流结束 */
/* 视频列表开始 */
.videoList {overflow: hidden;margin-right: -30px;}
.videoList dd {float: left;margin-bottom: 30px;width: 33.3333%;}
.videoList dd .con {margin-right: 30px;background: #FFFFFF;padding-top: 10px;}
.videoList dd .con .pic {position: relative;margin: 0 10px;}
.videoList dd .con .pic span {display: block;position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,0.3) url(../images/videoIco.png) no-repeat center center;z-index: 1;opacity: 0.7;}
.videoList dd .con .pic:before {display: block;padding-top: 67%;content: " ";}
.videoList dd .con .pic img {top: 0;left: 0;width: 100%;height: 100%;position: absolute;object-fit: cover;object-position: center center;}

.videoList dd .con .pic #video {position: absolute!important;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;-webkit-box-sizing:}
.videoList dd .con .text {line-height: 65px;height: 65px;overflow: hidden;font-size: 16px;color: #333333;text-align: center;}
.videoList dd:hover .con .text {color: #3788e3;}
.videoList dd:hover .con span {opacity: 1;}
/* 视频列表结束 */
/* 公司展板开始 */
.textList1{ overflow: hidden;background: #FFFFFF;padding: 0 40px;}
.textList1 dd{ overflow: hidden; height: 70px; line-height: 70px; border-bottom: 1px dotted #ddd;}
.textList1 dd:last-child {border: none;}
.textList1 dd a{ display: block;overflow: hidden;line-height: 70px;font-size: 16px;color: #666666;}
.textList1 dd span{ float: right; display: inline; overflow: hidden; margin-left: 50px;line-height: 70px;color: #999999;font-size: 16px;}
.textList1 dd:hover a{ color: #1e5ab0;}
.textList1 dd:hover span{ color: #1e5ab0;}
/* 公司展板结束 */
/*-------- 视频中心开始--------*/
.v-top {
	height: 100px;
	background: #FFFFFF;
	overflow: hidden;
}
.v-top .logo {
	float: left;
	height: 62px;
}
.v-top .signIn {
	float: right;
}
.v-top .lgText {
	line-height: 100px;
	font-size: 18px;
	color: #666666;
}
.v-top .signIn .news {
	float: left;
	font-size: 16px;
	color: #666666;
	height: 26px;
	line-height: 26px;
	margin-top: 37px;
	margin-right: 18px;
	position: relative;
	cursor: pointer;
}
.v-top .signIn .news a {
	display: block;
	padding-left: 34px;
	font-size: 16px;
	color: #666666;
	height: 26px;
	line-height: 26px;
	background: url(../images/news.png) no-repeat left center;
}
.v-top .signIn .news i {
	display: block;
	position: absolute;
	height: 18px;
	padding: 0 6px;
	border-radius: 18px;
	background: #b30000;
	line-height: 18px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	left: 12px;
	top: -10px;
}
.v-top .signIn .introduction {
	float: left;
	width: 100px;
	margin-top: 37px;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 26px;
	line-height: 26px;
	border-radius: 26px;
	border: 1px solid #cccccc;
	overflow: hidden;
	cursor: pointer;
}
.v-top .signIn .introduction i {
	display: block;
	float: left;
	width: 36px;
	height: 24px;
	background: url(../images/out.png) no-repeat center center;
}
.v-top .signIn .introduction span {
	display: block;
	overflow: hidden;
	line-height: 24px;
	font-size: 12px;
	color: #666666;
}
.v-menu {
	padding: 30px 0 25px 0;
}
.v-menuList {
	overflow: hidden;
	height: 160px;
}
.v-menuList dt {
	float: left;
	width: 25%;
}
.v-menuList dt .con {
	margin-right: 20px;
	background: #FFFFFF;
	height: 160px;
	overflow: hidden;
}
.v-menuList dt .con .pic {
	margin: 30px 16px 0 30px;
	width: 100px;
	position: relative;
	float: left;
	border-radius: 50%;
	background: #f5f5f5;
}
.v-menuList dt .con .pic:before {
	display: block;
	content: '';
	padding-top: 100%;
}
.v-menuList dt .con .pic img {
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-position: center center;
	object-fit: cover;
}
.v-menuList dt .con .text {
	padding-top: 50px;
}
.v-menuList dt .con .text .title {
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.v-menuList dt .con .text .textC {
	height: 28px;
	font-size: 16px;
	color: #000000;
	line-height: 28px;
	overflow: hidden;
}
.v-menuList dd {
	float: left;
	width: 25%;
}
.v-menuList dd .con {
	background: #FFFFFF;
	height: 160px;
	position: relative;
}
.v-menuList dd .con .line {
	width: 1px;
	height: 65px;
	background-color: #f2f2f2;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -32px;
}
.v-menuList dd .con .icoBox {
	margin: 38px 16px 0 70px;
	width: 84px;
	height: 84px;
	position: relative;     
	float: left;
	border-radius: 50%;
	background: #f5f5f5;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 82px;
}
.v-menuList dd .con .text {
	line-height: 160px;
	font-size: 16px;
	color: #333333;
}
.v-menuList dd.dd1:hover .con .text {
	color: #f08658;
}
.v-menuList dd.dd2:hover .con .text {
	color: #f3c461;
}
.v-menuList dd.dd3:hover .con .text {
	color: #546de5;
}
.myClass {
	background: #FFFFFF;
	padding: 0 30px;
}
.myClass .title {
	padding-top: 15px;
	font-size: 16px;
	color: #333333;
	line-height: 56px;
	height: 56px;
	font-weight: bold;
	border-bottom: 1px solid #e6e6e6;
}
/* 我的课程1开始 */
.speed {
	padding: 0 30px;
	background: #f5f5f5;
	border-radius: 5px;
}
.state {
	border-bottom: 1px solid #e3e3e3;
	height: 66px;
}
.state .text {
	line-height: 66px;
	height: 66px;
	font-size: 14px;
	color: #333333;
	float: left;
	margin-right: 24px;
}
.sexBox {
    overflow: hidden;
    height: 66px;
    line-height: 66px;
}
.sexBox .sex {
    float: left;
    display: inline;
    padding-left: 27px;
    font-size: 14px;
    color: #666666;
    background: url(../images/sel.png) left center no-repeat;
	margin-right: 24px;
	cursor: pointer;
}
.sexBox .sex.selected {
    background: url(../images/sel1.png) left center no-repeat;
	color: #b30000;
}
.category .tabsText {
	line-height: 66px;
	height: 66px;
	font-size: 14px;
	color: #333333;
	float: left;
	margin-right: 24px;
}
.category .tabs {
	overflow: hidden;
} 
.category .tabsT {
	overflow: hidden;
}
.category .tabsT .tabBnt {
	float: left;
	height: 30px;
	line-height: 30px;
	margin-top: 18px;
	font-size: 15px;
	color: #999999;
	padding: 0 20px;
	cursor: pointer;
	border: 1px solid transparent;
}
.category .tabsT .tabBnt:hover {
	color: #b30000;
}
.category .tabsT .tabBnt.hover {
	border: 1px solid #b30000;
	color: #b30000;
}
.tabsBox .tabsList {
	
}
.category .tabsList {
	overflow: hidden;
}
.category .tabsList .tabsListC {
	line-height: 26px;
	height: 26px;
	font-size: 14px;
	color: #666666;
	float: left;
	margin-right: 16px;
	padding-top: 15px;
	padding-bottom: 50px;
}
.category .tabsList .tabsListC:hover a {
	color: #b30000;
}
.category .tabsList .tabsListC.hover a {
	color: #b30000;
}
.schedule {
	padding-top: 40px;
	padding-bottom: 34px;
}
.scheduleList { overflow: hidden; margin-right: -20px;}
.scheduleList  dd{ overflow: hidden; float: left; display: inline; width: 25%; margin-bottom:20px;}
.scheduleList  dd .con{ overflow: hidden; margin-right: 20px;background: #f5f5f5;}
.scheduleList  dd a{ display: block;}
.scheduleList  dd .titleC {
	height: 100px;
	background: #1e5ab0;
	padding: 0 20px;
	text-align: center;
	color: #FFFFFF;
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
}
.scheduleList  dd .text {
	padding: 35px 40px 12px;
}
.scheduleList  dd .progress {
	position: relative;
	height: 5px;
	background-color: #d9d9d9;
}
.scheduleList  dd .progress .progressC {
	height: 5px;
	background-color: #b30000;
	position: absolute;
	left: 0;
	top: 0;
}
.scheduleList  dd .textC {
	line-height: 48px;
	height: 48px;
	color: #666666;
	font-size: 14px;
}
.scheduleList  dd .textC em {
	font-style: normal;
    font-size: 14px;
	color: #b30000;
}
/* 学习进度开始 */
.progressBox {
	background: #FFFFFF;
	padding: 0 30px;
}
.progressBox .classList {
	overflow: hidden;
	padding-top: 16px;
	border-bottom: 1px solid #e6e6e6;
}
.progressBox .classList .classBnt {
	float: left;
	line-height: 56px;
	height: 56px;
	font-size: 16px;
	color: #666666;
	margin-right: 40px;
	cursor: pointer;
}
.progressBox .classList .classBnt:hover {
	color: #333333;
	font-weight: bold;
}
.progressBox .classList .classBnt.hover {
	color: #333333;
	font-weight: bold;
}
.progressList {
	padding: 33px 0 40px;
}
.progressList dd {
	margin-bottom: 25px;
}
.progressList dd .text {
	height: 46px;
	line-height: 46px;
	color: #333333;
	font-size: 14px;
}
.progressList dd .text span {
	color: #333333;
	font-size: 14px;
}
.progressList dd .text em {
	font-style: normal;
	color: #b30000;
	font-size: 14px;
}
.progressList dd .progress {
	height: 4px;
	background: #edf2f9;
	border-radius: 4px;
	position: relative;
}
.progressList dd .progressC {
	position: absolute;
	height: 4px;
	top: 0;
	left: 0;
	background: #1e5ab0;
	border-radius: 4px;
}
.myClass .tableT {
	overflow: hidden;
	height: 40px;
}
.notes {
	line-height: 40px;
	color: #666666;
	font-size: 14px;
}
.notesBnt {
	line-height: 40px;
	color: #666666;
	font-size: 14px;
	cursor: pointer;
}
.tableC .tableList {
	overflow: hidden;
}
.tableList .text1 {
	float: left;
	width: 10%;
	height: 70px;
}
.tableList .text2 {
	float: left;
	width: 20%;
	height: 70px;
}
.tableList .text3 {
	float: left;
	width: 40%;
	height: 70px;
}
.tableList .text4 {
	float: left;
	width: 20%;
	height: 70px;
}
.tableList .text5 {
	float: left;
	width: 10%;
	height: 70px;
}
.tableList dt {
	overflow: hidden;
	background: #f2f2f2;
	color: #333333;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}
.tableList dd {
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	height: 70px;
	line-height: 70px;
	border-bottom:1px solid #f2f2f2;
}
.tableList dd:last-child {
	border: none;
}
.tableList dd .text1 {
	background: url(../images/nIco2.png) no-repeat center center;
}
.tableList dd.read .text1 {
	background: url(../images/nIco1.png) no-repeat center center;
}
/* 我的课程2开始 */
.disableMouse {
	pointer-events: none;
}
.videoBox {
	overflow: hidden;
}
.videoBox .videoC {
	float: left;
	position: relative;
}
.answerBox {
	position: absolute;
	width: 300px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	border-radius: 5px;
	background: #FFFFFF;
	z-index: 997;
	visibility: hidden;
	opacity: 0;
}
.answerBox:not(:root):-webkit-full-screen {
    object-fit: contain;
    position: fixed !important;
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
    box-sizing: border-box !important;
    min-width: 0px !important;
    max-width: none !important;
    min-height: 0px !important;
    max-height: none !important;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    margin: 0px !important;
}
.answerBox .subject {
	padding: 24px 24px 12px;
	border-bottom: 1px solid #ebebeb;
	line-height: 30px;
	font-size: 18px;
	color: #555555;
}
.answerBox .con{
	padding: 22px 24px 15px;
	
}
.answerBox .con .option {
	height: 35px;
	line-height: 35px;
	color: #333333;
	text-align: center;
	border-radius: 8px;
	background: #f3f3f3;
	margin-bottom: 10px;
	cursor: pointer;
}
.answerBox .con .option:hover {
	background: #1e5ab0;
	color: #FFFFFF;
}
.tipsBox {
	position: absolute;
	width: 300px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	border-radius: 5px;
	background: #FFFFFF;
	z-index: 998;
	padding:  18px 24px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
}
.tipsBox .icoBox {
	height: 135px;
	background-position: center center;
	background-repeat: no-repeat;
}
.tipsBox .text {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.tipsBnt {
	margin: 0 24px;
	height: 35px;
	line-height: 35px;
	background: #1e5ab0;
	color: #FFFFFF;
	border-radius: 8px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}
.videoC .video {
	width: 780px;
	height: 440px;
}
.myClass .v-title {
	line-height: 64px;
	height: 64px;
	color: #333333;
}
.disableMouse {
	pointer-events: none;
}
.videoR {
	overflow: hidden;
	height: 440px;
	background: #f5f5f5;
}
.videoRTitle {
	line-height: 64px;
	height: 64px;
	color: #333333;
	font-size: 18px;
	padding: 0 30px;
	border-bottom: 1px solid #e6e6e6;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.videoCard {
	height: 376px;
	overflow-y: auto;
}
.videoCardT .yj {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	padding: 0 30px;
	cursor: pointer;
}
.videoCardT .yj .number {
	width: 20px;
	height: 20px;
	margin-top: 15px;
	line-height: 20px;
	color: #FFFFFF;
	background: #999999;
	text-align: center;
	margin-right: 10px;
}
.videoCardT .yj .text {
	overflow: hidden;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	color: #333333;
}
.videoCardT .yj .text.watchOut {
	color: #999999;
}
.videoCardT .yj .icoBox {
	width: 26px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
}
.videoCardT .ej {
	padding: 5px 30px;
	cursor: pointer;
	display: none;
}
.videoCardT .ej .videoCardC {
	height: 30px;
	line-height: 30px;
	color: #666666;
	font-size: 14px;
	overflow: hidden;
}
.videoCardT .ej .videoCardC.watchOut a {
	color: #999999;
}
.videoCardT:hover .yj {
	background: #dfdfdf;
}
.videoCardT.hover  .yj {
	background: #dfdfdf;
}
.videoCardT.hover .yj .icoBox{
	background-image: url(../images/v_down.png);
}
.videoCardT:hover .yj .icoBox{
	background-image: url(../images/v_down.png);
}
.videoCardT .ej .videoCardC:hover {
	color: #1e5ab0;
}
.videoCardT .ej .videoCardC.tv {
	color: #1e5ab0;
}
.videoBg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 993;
	visibility: hidden;
	opacity: 0;
}
.videoBg.active {
	visibility: visible;
	opacity: 1;
}
.answerBox.active {
	visibility: visible;
	opacity: 1;
}
.tipsBox.active {
	visibility: visible;
	opacity: 1;
}
/* 用户中心1开始 */
.informationBox {
	background: #FFFFFF;
	padding: 0 30px;
	height: 472px;
}
.infTabsT {
	overflow: hidden;
	padding-top: 16px;
	height: 56px;
	border-bottom: 1px solid #e6e6e6;
}
.infTabsT .infBnt {
	float: left;
	height: 56px;
	line-height: 56px;
	margin-right: 40px;
	color: #666666;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}
.infTabsT .infBnt:before {
	position: absolute;
	width: 100%;
	content: '';
	height: 3px;
	background: #1e5ab0;
	visibility: hidden;
	bottom: 0;
	left: 0;
}
.infTabsC .inform1 {
	float: left;
	width: 50%;
	padding-right: 80px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.inform1C {
	padding-left: 88px;
	position: relative;
	height: 46px;
	margin-bottom: 10px;
}
.inform1C .infTitle {
	position: absolute;
	text-align: right;
	height: 46px;
	line-height: 46px;
	font-size: 15px;
	left: 0;
	top: 0;
	width: 75px;
}
.inform1C .text {
	line-height: 46px;
	font-size: 14px;
	color: #333333;
}
.inform1C .text em {
	font-size: 14px;
	font-style: normal;
	color: #999999;
}
.inform1C input {
	height: 46px;
	border: 1px solid #e6e6e6;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 14px;
} 
.infTabsC input::-webkit-input-placeholder{
	color: #333333; /* placeholder颜色  */
	font-size:14px; /* placeholder字体大小  */
	text-align: left; /* placeholder位置  */
}
.infTabsC .sexBox {
	height: 46px;
	line-height: 46px;
}
.infTabsC .sexBox .sex {
    float: left;
    display: inline;
    padding-left: 27px;
    font-size: 14px;
    color: #666666;
    background: url(../images/inSel.png) left center no-repeat;
	margin-right: 24px;
	cursor: pointer;
}
.infTabsC .sexBox .sex.selected {
    background: url(../images/inSel1.png) left center no-repeat;
}
.inform1Bnt {
	padding-top: 32px;
}
.inform1Bnt a {
	display: block;
	line-height: 46px;
	height: 46px;
	width: 146px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	background: #1e5ab0;
	margin-left: 88px;
}
.infTabsC .portrait {
	float: left;
	width: 50%;
}
.infTabsC .portrait .webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: none;
    padding: 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
    font-family: "microsoft yahei";
    border-radius: 2px;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    color: #666666;
}
.portrait .text{
	float: left;
	height: 46px;
	line-height: 46px;
	font-size: 15px;
	color: #666666; 
	margin-right: 30px;
}
.portraitBox {
	float: left;
} 
.portraitBox .pic {
	position: relative;
	overflow: hidden;
	width: 120px;
	border-radius: 50%;
	background: #ededed url(../images/headImg.png) no-repeat center center;
}
.portraitBox .pic:before{
	content: '';
	display: block;
	padding-top: 100%;
}
.portraitBox .pic img { 
	overflow:hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center center;
}
.portraitBox .pic .file-item {
    float: left;
    position: absolute;
    margin: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center center;
}
.portraitBnt {
	height: 55px;
	line-height: 55px;
	color: #666666;
	font-size: 14px;
	padding-left: 24px;
	background: url(../images/hIcn.png) no-repeat left center;
	cursor: pointer;
}
.inform2 {
	padding-top: 10px;
}
.inform2C {
	margin-bottom: 20px;
}
.inform2C .text {
	width: 90px;
	float: left;
	line-height: 46px;
	height: 46px;
	font-size: 15px;
	color: #666666;
	text-align: right;
	margin-right: 20px;
}
.inform2C .text i {
	color: red;
	line-height: 46px;
	margin-right: 8px;
}
.inform2C .input {
	width: 350px;
	height: 46px;
	line-height: 46px;
	float: left;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 16px;
}
.inform2C .input input {
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
}
.inform2C input::-webkit-input-placeholder{
	color: #999999; /* placeholder颜色  */
	font-size:14px; /* placeholder字体大小  */
	text-align: left; /* placeholder位置  */
}
.inform2Bnt {
	padding-top: 10px;
}
.inform2Bnt a {
	display: block;
	line-height: 46px;
	height: 46px;
	width: 146px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	background: #1e5ab0;
	margin-left: 110px;
}
.infTabsT .infBnt:hover {
	color: #333333;
	font-weight: bold;
}
.infTabsT .infBnt.hover {
	color: #333333;
	font-weight: bold;
}
.infTabsT .infBnt.hover:before {
	visibility: visible;
}
/* 用户登录开始 */
.logingBox {
	position: fixed;
	padding-top: 100px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: -1;
}
.logingBox .logingBg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.logingForm {
	background: #fff;
	float: right;
	width: 330px;
	padding: 0 45px;
}
.logingTitle {
	padding-top: 10px;
	line-height: 90px;
	font-size: 24px;
	color: #1e5ab0;
	text-align: center;
}
.logingFormC .loginDd {
	margin-bottom: 16px;
}  
.logingFormC .inputBox {
	padding: 0 15px;
	height: 45px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e1e1e1;
}
.logingFormC .loginDd:after {
	display: block;
	content: " ";
	width: 0px;
	height: 0px;
	visibility: hidden;
	clear: both;
}
.logingFormC .inputBox:after {
	display: block;
	content: " ";
	width: 0px;
	height: 0px;
	visibility: hidden;
	clear: both;
}
.logingFormC .inputBox .text {
	float: left;
	width: 35px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #999999;
	background-position: center center;
	background-repeat: no-repeat;
}
.logingFormC .inputBox .input1 {
	margin-left: 50px;
}
.logingFormC .inputBox input {
	width: 100%;
	height: 43px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-right: 10px;
	border: none;
}
.loginDd .formC1 {
	float: left;
	width: 196px;
	margin-right: 12px;
}
.loginDd  img {
	display: block;
	float: left;
	width: 122px;
	height: 45px;
	cursor: pointer;
} 
.loginDd .formC1  input {
	width: 100px;
}
.loginBtn a {
	display: block;
	margin: 0 auto;
	height: 44px;
	color: #fff;
	background: #1e5ab0;
	text-align: center;
	line-height: 44px;
	font-size: 14px;
	border-radius: 3px;
	opacity: 0.8;
}
.loginBtn a:hover {
    opacity: 1;
}
.logingText {
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #999999;
	text-align: right;
	margin-bottom: 8px;
}
/* 用户登录结束 */
/*-------- 视频中心结束 --------*/