﻿@charset "UTF-8";
/* CSS Document */
/*
-----------------------------内页样式start-----------------------------
*/

/*单篇+文章页start*/
.articleC {
	background: #FFFFFF;
	padding: 0 50px;
}

.articleTitle {
	clear: both;
	line-height: 50px;
	font-size: 30px;
	font-family: "microsoft yahei";
	color: #333333;
	text-align: center;
	position: relative;
	padding: 10px 0;
}

.articleTime {
	display: block;
	clear: both;
	color: #666666;
	font-size: 14px;
	line-height: 32px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f5f5f5;
	overflow: hidden;
	text-align: center;
}

.articleTime span {
	padding-right: 16px;
	font-size: 14px;
	color: #999999;
}

.share {
	display: block;
	clear: both;
	padding: 10px 0;
}

.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover {
	color: #fff;
	background: #da0100;
}

.articlePage a.hover {
	color: #fff;
	background: #da0100;
}

.articleBox {
	line-height: 36px;
	padding: 20px 0;
	color: #666666;
	font-size: 15px;
}

.articleBox img {
	max-width: 100%;
	display:block;
	margin:0 auto;
}

.minH600 {
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

/**
 * 文章阅读页-内容上部大图
 */
#play {
	width: 600px;
	height: 400px;
	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/img/article_icon.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(/images/img/article_icon.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 600px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	height: 47px;
	width: 70px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	height: 47px;
	width: 70px;
	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;
	height: 47px;
	width: 70px;
}

.img_hd ul li.on {
	border: 1px solid #da0100;
	background: #da0100;
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 9999999999999;
	background: url(/images/img/article_icon.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}

.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	float: left;
	background: url(/images/img/file.png) no-repeat left center;
}

.articleHand a.word {
	background: url(/images/img/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(/images/img/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(/images/img/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(/images/img/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(/images/img/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

.shareBox {
	height: 40px;
	overflow: hidden;
	background: #f1f1f1;
}

.shareBoxL {
	float: left;
	padding: 0 0 0 20px;
}

.shareBoxL B {
	display: block;
	line-height: 40px;
	float: left;
}

.bdsharebuttonbox {
	float: left;
	padding: 6px 0 0 10px;
}

.shareBoxR {
	line-height: 40px;
	float: right;
	padding: 0 20px 0 0;
	font-size: 14px;
	color: #000;
}

.pageUp {
	display: block;
	line-height: 34px;
	padding: 20px 0 40px 0;
	color: #666666;
	font-size: 14px;
	border-top: 1px solid #f5f5f5;
}

.pageUp a {
	font-size: 14px;
	color: #666666;
}

.articleShare {
	display: inline;
}

.articleShare .bshare-custom {
	display: inline;
}

.articleShare a {
	padding: 0 !important;
	height: 25px !important;
	width: 25px !important;
	background: url(/images/img/atico.png)no-repeat !important;
}

.articleShare .bshare-qzone {
	background-position: 0px 0px !important;
}

.articleShare .bshare-qqim {
	background-position: -31px 0px !important;
}

.articleShare .bshare-sinaminiblog {
	background-position: -61px 0px !important;
}

.articleShare .bshare-weixin {
	background-position: -92px 0px !important;
}

.pageUp a:hover {
	color: #da0100;
}

/*单篇+文章页end*/
/*全图列表页start*/
.imgList1Dl {
	overflow: hidden;
	margin-right: -20px;
}

.imgList1Dl dd {
	overflow: hidden;
	float: left;
	display: inline;
	width: 33.3333%;
	padding: 10px 0;
}

.imgList1Dl dd .con {
	overflow: hidden;
	margin-right: 20px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.imgList1Dl dd a {
	display: block;
}

.imgList1Dl dd .pic:before {
	padding-top: 66.5236%;
}

.imgList1Dl dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.imgList1Dl dd .text {
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	color: #333333;
	font-size: 18px;
	overflow: hidden;
	background-color: #FFFFFF;
	text-align: center;
}

.imgList1Dl dd:hover .text {
	color: #da0100;
}

.videoListDl .con .pic .picBg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.videoListDl .con .pic .picBg .playVideo {
	width: 60px;
	height: 60px;
	background: url(/images/img/playvideo.png) no-repeat center center;
	background-size: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
}

.videoListDl .con:hover {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

/*全图列表页end*/
/*图文列表页start*/
.imgText1Dl {
	overflow: hidden;
}

.imgText1Dl dd {
	overflow: hidden;
	float: left;
	display: inline;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	width: 100%;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.imgText1Dl dd .pic {
	width: 330px;
	margin-right: 20px;
}

.imgText1Dl dd .text {
	overflow: hidden;
	padding: 20px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #FFFFFF;
}

.imgText1Dl dd .text .title {
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.imgText1Dl dd .text .title a {
	color: #333333;
	font-size: 20px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.imgText1Dl dd .text .time {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #999999;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.imgText1Dl dd .text .time span {
	float: left;
	display: inline;
}

.imgText1Dl dd .text .textC {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 18px;
}

.imgText1Dl dd:hover .text .title a {
	color: #da0100;
}

.imgText1Dl dd:hover {
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
}

/*图文列表页end*/
/*全文列表页start*/
.textList1Dl.imgText1Dl dd .text {
	padding: 0;
}

/*全文列表页end*/
/*资源下载start*/
.downListBox {
	padding: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.downListTitleDl {
	border-bottom: 1px solid #f0f0f0;
}

.downListTitleDl dd {
	float: left;
	display: inline;
}

.downListTitleDl dd a {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 15px;
	color: #333333;
	padding: 0 22px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	position: relative;
	margin: 0 1px;
}

.downListTitleDl dd a::before {
	content: '';
	display: block;
	width: 100%;
	height: 101%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #fff;
	z-index: 2;
}

.downListTitleDl dd a span {
	position: relative;
	z-index: 5;
}

.downListTitleDl dd:hover a,
.downListTitleDl dd.hover a {
	color: #da0100;
}

.downListTitleDl dd:hover a::before,
.downListTitleDl dd.hover a::before {
	border: 1px solid #f0f0f0;
	border-bottom: none;
}

.downListDl dd {
	height: 120px;
	border-bottom: 1px solid #f0f0f0;
}

.downListDl dd:last-child {
	border-bottom: none;
}

.downListDl dd .con {
	overflow: hidden;
}

.downListDl dd .con .down {
	float: right;
	display: inline;
	padding-top: 25px;
	cursor: pointer;
}

.downListDl dd .con .down span {
	display: block;
	width: 88px;
	height: 38px;
	border: 1px solid #f0f0f0;
	border-radius: 20px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	background: url(/images/img/downicn.png) no-repeat center center;
	background-size: 17px;
}

.downListDl dd:hover .con .down span {
	background: url(/images/img/downicnh.png) no-repeat center center;
	background-size: 17px;
}

.downListDl dd .con .text {
	overflow: hidden;
}

.downListDl dd .con .text .title {
	font-size: 18px;
	color: #333333;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.downListDl dd .con .text .time {
	font-size: 14px;
	color: #999999;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.downListDl dd:hover .con .text .title {
	color: #da0100;
}

/*资源下载end*/
/*名师风采start*/
.teacherListDl {
	overflow: hidden;
	margin: 0 -10px;
}

.teacherListDl dd {
	float: left;
	display: inline;
	width: 50%;
	padding: 10px 0;
}

.teacherListDl dd .con {
	background: #fff;
	margin: 0 10px;
	overflow: hidden;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.teacherListDl dd .con:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 0 3px 7px rgba(0,0,0,0.08);
}

.teacherListDl dd .con .pic {
	float: left;
	display: inline;
	width: 230px;
	margin-right: 40px;
}

.teacherListDl dd .con .pic::before {
	padding-top: 136.9565%;
}

.teacherListDl dd .con .text {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 26px 30px;
}

.teacherListDl dd .con .text .name {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}

.teacherListDl dd .con .text .name a {
	font-size: 24px;
	color: #333333;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.teacherListDl dd:hover .con .text .name a {
	color: #da0100;
}

.teacherListDl dd .con .text .job {
	font-size: 18px;
	color: #666666;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	margin-bottom: 26px;
}

.teacherListDl dd .con .text .info {
	font-size: 15px;
	color: #666666;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
}

/*名师风采end*/
/*名师风采详情start*/
.detailBox {
	overflow: hidden;
	position: relative;
}

.detailBox::before {
	display: block;
	content: '';
	width: 54px;
	height: 273px;
	background: url(/images/img/teacherdetail.png) no-repeat center center;
	position: absolute;
	left: 21.6388%;
	top: 65px;
}

.detailLeft {
	width: 22.6388%;
	margin-right: 1.389%;
}

.detailLeft .Con {
	padding: 30px 30px 78px;
	background: #FFFFFF url(/images/img/teacherdetaillo.png) no-repeat center bottom 20px;
}

.detailLeft .Con .pic::before {
	padding-top: 127.8195%;
}

.detailLeft .Con .text {
	padding: 0 40px 0 30px;
	margin-bottom: 18px;
}

.detailLeft .Con .detailLeftT {
	height: 86px;
	line-height: 86px;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

.detailLeftDl dd {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #666666;
	padding-left: 30px;
	border-bottom: 1px dashed #dddddd;
	overflow: hidden;
}

.detailLeftDl dd.dd1 {
	background: url(/images/img/teacherdetail1.png) no-repeat left center;
}

.detailLeftDl dd.dd2 {
	background: url(/images/img/teacherdetail2.png) no-repeat left center;
}

.detailRight {
	width: 75.9722%;
}

.detailRight .Con {
	padding: 20px 50px 50px;
	background: #FFFFFF;
	min-height: 555px;
}

.deaRTitle {
	height: 89px;
	line-height: 89px;
	font-size: 30px;
	color: #333333;
	border-bottom: 1px solid #f5f5f5;
	text-align: center;
}

.deaRText {
	padding: 20px 0;
	line-height: 36px;
	color: #666666;
	font-size: 16px;
}

.deaRCon {
	font-size: 16px;
	color: #666666;
	line-height: 37px;
}

.deaRCon span {
	font-size: 24px;
	color: #666666;
	height: 63px;
	line-height: 63px;
}

/*名师风采详情end*/
/*资质荣誉start*/
.honorListDl {
	overflow: hidden;
	margin: 0 -15px;
}

.honorListDl dd {
	float: left;
	display: inline;
	width: 33.3333%;
	margin-bottom: 30px;
}

.honorListDl dd .con {
	margin: 0 15px;
	background: #fff;
	cursor: pointer;
}

.honorListDl dd .con .picBox {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 40px;
}

.honorListDl dd .con .picBox .pic::before {
	padding-top: 69.7368%;
}

.honorListDl dd .con .picBox .pic img {
	object-fit: contain;
}

.honorListDl dd .con .text {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	border-top: 1px solid #f5f5f5;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.honorListDl dd .con:hover .text {
	color: #da0100;
}

.viewer-number span,
.viewer-number i {
	font-style: normal;
}

/*资质荣誉end*/
/*联系我们start*/
.contactUsBox {
	position: relative;
}

.contactUsBox .wrap {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 2;
}

.contactUs {
	width: 100%;
	overflow: hidden;
	background: #fff;
	height: 306px;
}

.contactUs .contactUsL {
	float: left;
	display: inline;
	background: url(/images/img/conbg1.png) no-repeat;
	background-size: cover;
	width: 450px;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 30px;
}

.contactUsL .icn {
	position: relative;
	background: url(/images/img/contactusicn.png) no-repeat top left;
	background-size: 60px;
	height: 84px;
	margin-bottom: 15px;
}

.contactUsL .icn::before {
	content: '';
	display: block;
	width: 30px;
	height: 4px;
	background: #e2e1e1;
	position: absolute;
	left: 0;
	bottom: 0;
}

.contactUsL .title {
	color: #d6b385;
	font-weight: bold;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.contactUsL .info {
	color: #d6b385;
	font-weight: bold;
	font-size: 18px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	margin-bottom: 18px;
}

.contactUsL .conLogo {
	overflow: hidden;
}

.contactUsL .conLogo img {
	height: 55px;
}

.contactUs .contactUsR {
	overflow: hidden;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 80px 70px;
}

.conItem {
	width: 50%;
	overflow: hidden;
	float: left;
	display: inline;
	margin-bottom: 52px;
}

.conItem .icn {
	float: left;
	display: inline;
	width: 48px;
	height: 48px;
	margin-right: 25px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 48px;
}

.conItem .text {
	overflow: hidden;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
}

/*联系我们end*/
/*预约弹出start*/
.makeFormPopBg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transform: scale(0);
	-wekit-transform: scale(0);
	visibility: hidden;
	opacity: 0;
}

.makeFormPopBg.show {
	transform: scale(1);
	-wekit-transform: scale(1);
	visibility: visible;
	opacity: 1;
}

.makeFormPop {
	width: 520px;
	height: 620px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -260px;
	margin-top: -290px;
	background: #fffdfa url(/images/img/formbg.png) no-repeat left bottom;
	z-index: 1001;
	overflow: hidden;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transform: scale(0);
	-wekit-transform: scale(0);
	visibility: hidden;
	opacity: 0;
}

.makeFormPop.show {
	transform: scale(1);
	-wekit-transform: scale(1);
	visibility: visible;
	opacity: 1;
}

.makeFormPop .close {
	width: 36px;
	height: 36px;
	background: url(/images/img/close.png) no-repeat center center;
	background-size: 36px;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
}

.makeFormBox {
	padding: 0 50px;
}

.makeFormBox .formTitle {
	font-size: 26px;
	color: #333333;
	text-align: center;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	margin: 66px 0 30px;
}

.makeForm {
	overflow: hidden;
}

.makeForm .formBtn {
	font-size: 0;
	text-align: center;
}

.makeForm .formBtn a {
	display: inline-block;
	padding: 0 80px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	border-radius: 10px;
	background: #da0100;
	font-size: 20px;
	color: #ffffff;
}

.formCon {
	margin-bottom: 20px;
}

.formCon .title {
	width: 100px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 16px;
	color: #333333;
	float: left;
	display: inline;
	text-align-last: justify;
	text-align: justify;
	text-justify: distribute-all-lines;
	/* 这行必加，兼容ie浏览器 */
	margin-right: 10px;
}

.formCon .must {
	color: #e31313;
}


.formCon .makeFormDiv.bgr {
	border: 1px solid #e6e6e6;
	background: #fff;
	border-radius: 10px;
	float: left;
	display: inline;
	
}
.w_350{
	width: 300px;
}
.w_150{
	width: 120px;
}
.formCon .form_cssSelect .form_selectBox{
	border: none;
}
.formCon .form_cssSelect .form_selectLt{
	min-height: 50px;
	min-width: 50px;
	line-height: 50px;
}
.formCon .makeFormDiv .formInput {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: none;
	outline: none;
	border: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
	box-sizing: border-box;
}

.yzmBox {
	float: right;
	display: inline;
	overflow: hidden;
}

.yzmBox .picBox {
	width: 80px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0 5px;
	cursor: pointer;
}

.yzmBox .picBox img {
	width: 100%;
	height: 100%;
}

.yzmBox .text {
	font-size: 12px;
	color: #333;
	float: left;
	display: inline;
	height: 50px;
	line-height: 50px;
}

.radioBox {
	height: 50px;
	line-height: 50px;
	font-size: 0
}

.radioCon {
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 16px;
	color: #333333;
	margin-right: 30px;
	vertical-align: middle;
}

.radioCon label {
	height: 50px;
	line-height: 50px;
	display: block;
	position: relative;
	padding-left: 30px;
	color: #333;
}

.radioCon label:first-child {
	padding-left: 0;
}

.radioCon input {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}

.radioCon input[type="radio"]+label span {
	content: "";
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	border-radius: 100%;
	border: 1px solid #267569;
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.radioCon input[type="radio"]:checked+label span {
	background-color: #da0100;
	border-color: #da0100;
	background-clip: content-box;
	padding: 3px;
}

.radioCon.hover input[type="radio"]:checked+label span {
	background-color: #da0100;
	border-color: #da0100;
}

/*预约弹出end*/
/* 成绩查询 start */
.scorQueryBox {
	background: url(/images/img/chaxun.png) no-repeat center center;
}

.scorQueryCon {
	padding: 50px 55px 0 75px;
	height: 594px;
}

.scorQueryBox .title {
	font-size: 34px;
	color: #333333;
	height: 72px;
	line-height: 72px;
	text-align: center;
	margin-bottom: 93px;
}

.scoQueDl {
	overflow: hidden;
	margin-right: -50px;
	margin-bottom: 110px;
}

.scoQueDl dd {
	display: inline;
	float: left;
	width:50%;
}

.scoQueDl dd .con {
	overflow: hidden;
	margin-right: 50px;
}

.scoQueDl dd .con .formT {
	display: inline;
	float: left;
	height: 45px;
	line-height: 45px;
	font-size:20px;
	color: #333333;
}

.scoQueDl dd .con .formC {
	overflow: hidden;
}

.scoQueDl dd .con .formC input {
	height: 45px;
	width: 93%;
	border: 1px solid #dedede;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 16px;
}
.scoQueDl dd .con .formC input::placeholder{
	font-size: 16px;
}
.scoQueDl dd .con .formCyzm input {
	width: 100%;
}


.scoQueDl dd .con .formCodeW {
	height: 45px;
	padding-left: 10px;
}

.scoQueDl dd .con .formCodeW img {
	display: block;
	height: 45px;
}

.scorQueryCon a.btn {
	display: block;
	width: 180px;
	height: 45px;
	background: #da0100;
	line-height: 45px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto;
}

.scorQueryCon a.btn:hover {
	opacity: .8;
}

/* 成绩查询 end */

/* 成绩查询结果start*/
.squeReSelDl {
	padding: 15px 30px;
	background: #d7f5f0;
}

.squeReSelDl dd {
	display: inline;
	float: left;
	margin-right: 40px;
}

.squeReSelDl dd .con .formT {
	width: 80px;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 16px;
	display: inline;
	float: left;
	text-align: right;
}

.squeReSelDl dd .con .formC {
	width: 140px;
	display: inline;
	float: left;
}

.squeReSelDl dd .con .formC .form_cssSelect .form_selectLt {
	border-radius: 2px;
	overflow: hidden;
	min-height: 30px;
	line-height: 30px;
	min-width: 44px;
	padding: 0 40px 0 10px;
	background: #ffffff;
	color: #666666;
	cursor: pointer;
	text-align: left;
	font-size: 14px;
}
.squeReSelDl dd .con .formC .form_cssSelect .form_selectBox{
	border: none;
}
.squeReSelDl dd .con .formC .form_cssSelect .selected {
	background: #b50320;
	color: #fff;
}

.squeReSelDl dd .con .formC .form_cssSelect .form_optionBox:hover {
	background: #ebbb74;
	color: #fff;
}

.squeReSelDl dd.ddR {
	float: right;
}

.squeReSelDl dd a.btn {
	display: block;
	width: 180px;
	height: 30px;
	background: #da0100;
	line-height: 30px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto;
}

.squeReSelDl dd a.btn:hover {
	opacity: 0.8;
}

.squeResultBox {
	height:409px;
	background: url(/images/img/jg.png) no-repeat center center;
}

.squeResultCon {
	padding: 0 20px;
}

.squeResultCon .Title {
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color: #333333;
	text-align: center;
}

.squeResultCon table tr td {
	height: 74px;
	padding: 10px 0;
	line-height: 37px;
	font-size: 16px;
	color: #333333;
	text-align: center;
}

.squeResultCon table tr td:nth-child(odd) {
	background-color: #fafafa;
}

.squeResultCon table tr td.score {
	font-weight: bold;
}

/* 成绩查询结果  end*/
/* 录取查询 start*/
.resultBox{
	background: #fff;
	padding: 50px;
}
.resultBox img{
	display: block;
	height: 100%;
	width: 100%;
}
/* 录取查询 end*/
/*
-----------------------------内页样式end-----------------------------
*/
