@charset "UTF-8";

/* ========== 单篇+文章页 start ========== */
.articleC {
	background: #FFFFFF;
	padding: 0 50px 50px;
}

.articleBox {
	line-height: 30px;
	padding: 10px 0;
	color: #666666;
	font-size: 15px;
}

.articleBox img {
	max-width: 100%;
}

/* ————— 标题 start ————— */
.articleTitle {
	clear: both;
	line-height: 70px;
	font-size: 36px;
	font-family: "microsoft yahei";
	color: #b82013;
	text-align: center;
	position: relative;
}

.articleTitle1 {
	clear: both;
	line-height: 70px;
	font-size: 30px;
	font-family: "microsoft yahei";
	color: #333333;
	text-align: center;
	position: relative;
}

/* ————— 标题 end ————— */
/* ————— 发布信息 start ————— */
.articleTime {
	display: block;
	clear: both;
	color: #666666;
	font-size: 14px;
	line-height: 32px;
	padding: 10px 0 15px;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
	text-align: center;
}

.articleTime span {
	padding-right: 16px;
	font-size: 14px;
	color: #999999;
	vertical-align: middle;
}

/* ————— 发布信息 end ————— */
/* ————— 分享 start ————— */
.articleShare {
	display: inline-block;
	vertical-align: middle;
}

.articleShare .shareParent .shareItem {
	vertical-align: middle;
}

.shareParent .shareFont.icon-weibo {
	border: none;
}

.shareParent .shareFont.icon-wechat {
	border: none;
	color: #13a8f5 !important;
}

.shareParent .shareFont.icon-qq {
	border: none;
	color: #2aa515 !important;
}

/* ————— 分享 end ————— */
/* ————— 大图 start ————— */
/* 文章阅读页-内容上部大图 */
#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;
}

#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/common/file/article_iconh.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/common/file/article_iconh.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: 9;
	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 #1e5ab0;
	background: #1e5ab0;
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 9;
	background: url(../images/common/file/article_iconh.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

/* ————— 大图 end ————— */
/* ————— 文件 start ————— */
.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}

.articleHand a {
	display: inline-block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	background: url(../images/common/file/file.png) no-repeat left center;
	color: #666
}

.articleHand a.word {
	background: url(../images/common/file/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/common/file/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/common/file/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/common/file/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../images/common/file/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

.articleHand a:hover {
	text-decoration: underline;
}

/* ————— 文件 end ————— */
/* ————— 文章页码 start ————— */
.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: #b82013;
}

.articlePage a.hover {
	color: #fff;
	background: #b82013;
}

/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.pageUp {
	display: block;
	line-height: 34px;
	color: #999999;
	font-size: 16px;
	text-align: center;
	border-top: 1px solid #f5f5f5;
	padding-top: 50px;
}

.pageUp a {
	font-size: 16px;
	color: #999999;
}

.articlePageBox {
	line-height: 50px;
	float: left;
	display: inline;
}

.returnBtn {
	text-align: center;
	display: inline-block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #999;
	border-radius: 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: middle;
	font-size: 0;
}

.returnBtn a {
	background: url(../images/reTurn-hui.png) no-repeat right center;
	display: inline-block;
	font-size: 14px;
	color: #999;
	line-height: 50px;
	vertical-align: middle;
	padding-right: 30px;
}

.articlePageBox.btn1 {
	float: right;
	display: inline;
}

.pageUp a:hover {
	color: #b82013;
}

.returnBtn:hover a {
	color: #fff;
	background: url(../images/reTurn-bai.png) no-repeat right center;
}

.returnBtn:hover {
	background-color: #b82013;
	border: none;
}

/* ————— 上一篇/下一篇 end ————— */
/* ————— 音频 start ————— */
.newsAudio .audiojs audio {
	position: absolute;
	left: -1px;
	opacity: 0;
}

.newsAudio .audiojs {
	z-index: 99999;
	background: #fff;
	overflow: hidden;
	font-family: monospace;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	width: 400px;
	margin: 0 auto;
	border: 1px solid #e5e5e5;
}

.newsAudio .audiojs .play-pause {
	width: 25px;
	height: 27px;
	padding: 4px 6px;
	margin: 0px;
	float: left;
	overflow: hidden;
	position: relative;
}

.newsAudio .audiojs .play-pause:before {
	content: '';
	display: block;
	border-right: 1px solid #e5e5e5;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	transform: scaleX(0.3);
}

.newsAudio .audiojs p {
	display: none;
	width: 25px;
	height: 27px;
	margin: 0px;
	cursor: pointer;
}

.newsAudio .audiojs .play {
	display: block;
}

.newsAudio .audiojs .scrubber {
	position: relative;
	float: left;
	width: 240px;
	background: #f5f5f5;
	height: 14px;
	margin: 10px;
	top: 1px;
	overflow: hidden;
}

.newsAudio .audiojs .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #fbbc05;
	z-index: 1;
}

.newsAudio .audiojs .loaded {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #ffeebb;
	cursor: pointer;
}

.newsAudio .audiojs .time {
	overflow: hidden;
	height: 35px;
	line-height: 36px;
	margin: 0px 0px 0px 6px;
	padding: 0px 6px 0px 12px;
	position: relative;
	color: #666;
}

.newsAudio .audiojs .time:before {
	content: '';
	display: block;
	border-left: 1px solid #e5e5e5;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	transform: scaleX(0.3);
}

.newsAudio .audiojs .time em {
	padding: 0px 2px 0px 0px;
	color: #666;
	font-style: normal;
}

.newsAudio .audiojs .time strong {
	padding: 0px 0px 0px 2px;
	font-weight: normal;
}

.newsAudio .audiojs .error-message {
	display: none;
	padding: 0px 10px;
	height: 35px;
	overflow: hidden;
	line-height: 36px;
	white-space: nowrap;
	color: #666;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.newsAudio .audiojs .error-message a {
	color: #666;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #999;
	white-space: wrap;
}

.newsAudio .audiojs .play {
	background: url(../components/audio/images/play.png) center center no-repeat;
	background-size: 14px;
}

.newsAudio .audiojs .loading {
	background: url(../components/audio/images/loading.png) center center no-repeat;
	background-size: 14px;
	-webkit-animation: fa-rotating 2s infinite linear;
	animation: fa-rotating 2s infinite linear;
}

.newsAudio .audiojs .loading:before {
	content: '';
}

@keyframes fa-rotating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.newsAudio .audiojs .error {
	background: url(../components/audio/images/error.png) center center no-repeat;
	background-size: 14px;
}

.newsAudio .audiojs .pause {
	background: url(../components/audio/images/pause.png) center center no-repeat;
	background-size: 16px;
}

.newsAudio .playing .play,
.newsAudio .playing .loading,
.newsAudio .playing .error {
	display: none;
}

.newsAudio .playing .pause {
	display: block;
}

.newsAudio .loading .play,
.newsAudio .loading .pause,
.newsAudio .loading .error {
	display: none;
}

.newsAudio .loading .loading {
	display: block;
}

.newsAudio .error .time,
.newsAudio .error .play,
.newsAudio .error .pause,
.newsAudio .error .scrubber,
.newsAudio .error .loading {
	display: none;
}

.newsAudio .error .error {
	display: block;
}

.newsAudio .error .play-pause p {
	cursor: auto;
}

.newsAudio .error .error-message {
	display: block;
}

/* ————— 音频 end ————— */
/* ————— 视频 start ————— */
.newsViewVideo {
	width: 700px;
	height: 395px;
	margin: 0 auto;
	position: relative;
}

.newsViewVideo #col1mui-player {
	height: 100% !important;
	cursor: pointer;
}

.newsViewVideo #muiPlaybtn {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/play.png) no-repeat center center;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 999;
	cursor: pointer;
}

/* ————— 视频 end ————— */
/* ========== 单篇+文章页 end ========== */
/* ========== 全图列表 start ========== */
/* 全图列表1 start */
.imgList1 {
	overflow: hidden;
	margin: 0 -10px;
}

.imgList1 dd {
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

.imgList1 dd .con {
	display: block;
	background: #FFFFFF;
	margin: 0 30px 0 0;
	border-radius: 5px;
	overflow: hidden;
}

.imgList1 dd .con .pic::before {
	padding-top: 56.563462%;
}

.imgList1 dd .con .pic .newPic {
	position: absolute !important;
	left: 0;
	top: 0;
}

.imgList1 dd .con .text {
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.imgList1 dd .con:hover .text {
	color: #1e5ab0;
}

/* 全图列表1 end */

/* 资质荣誉 start */
.hornorList {
	overflow: hidden;
	margin-right: -35px;
}

.hornorList dd {
	width: 25%;
	float: left;
	display: inline;
	margin-bottom: 35px;
}

.hornorList dd a {
	display: block;
	overflow: hidden;
	background: #FFFFFF;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	margin-right: 35px;
}

.hornorList dd a .picBox {
	padding: 45px 40px;
}

.hornorList dd a .picBox .pic::before {
	padding-top: 139.9194%;
}

.hornorList dd a .picBox .pic img {
	object-fit: contain;
}

.hornorList dd a .text {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
	border-top: 1px solid #e7e7e7;
	height: 140px;
}

.hornorList dd a .text .title {
	font-size: 18px;
	color: #333;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	line-height: 36px;
	text-overflow: ellipsis;
}

.hornorList dd a:hover .text .title {
	color: #b82013;
}

.hornorList dd a:hover {
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}

/* 资质荣誉 end */
/*组织架构 satrt */
.zzjg {
	background: url(../test/zzjgBg.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 70px 0;
}

.zzjg .pic img {
	object-fit: contain;
}

/*组织架构 end */
/* 视频列表 start */
.imgList2 {
	position: relative;
	margin-right: -30px;
}

.imgList2::after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.imgList2 dd {
	float: left;
	display: inline;
	width: 33.3333%;
	margin-bottom: 30px;
}

.imgList2 dd .ddCon {
	margin-right: 30px;
	position: relative;
	background-color: #fff;
	cursor: pointer;
}

.imgList2 dd .ddCon .con {
	position: relative;
}

.imgList2 dd .pic {
	overflow: hidden;
	position: relative;
}

.imgList2 dd .pic::before {
	display: block;
	content: '';
	padding-top: 66.6%;
}

/*::before 占位符，图片等比比例：高除宽*/
.imgList2 dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.imgList2 dd em {
	background: url(../images/VideoImg.png) no-repeat center center;
	width: 42px;
	height: 42px;
	border: 1px solid #fff;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.imgList2 dd .text {
	font-size: 16px;
	color: #444444;
	height: 70px;
	line-height: 70px;
	padding: 0 32px;
	text-align: center;
}

.imgList2 dd:hover .text {
	color: #b82013;
}

/*视频样式 satrt*/
.aykj-videoPop .layui-layer-setwin .layui-layer-close2 {
	background: url(../images/common/videoPopClose.png) no-repeat center center / auto 40px;
	right: -60px;
	top: -40px;
}

.aykj-videoPop .layui-layer-setwin .layui-layer-close2:hover {
	background-position: center center;
}

.aykj-videoPop .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box .ck-bar-playbackrate-bg-box {
	width: 90px !important;
	left: 50% !important;
	margin-left: -45px;
	bottom: 100%;
	top: auto !important;
	overflow: hidden;
	height: auto !important;
}

.aykj-videoPop .ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box .ck-list-bg {
	width: auto !important;
}

/*视频样式 end*/
/* 视频列表 end */
/* ========== 全图列表 end ========== */
/* ========== 图文列表 start ========== */
/* 图文列表1 start */
.imgText1T {
	margin-bottom: 65px;
}

.imgText1Scroll {
	position: relative;
	overflow: hidden;
}

.imgText1Scroll .bd {
	width: 100%;
	height: 100%;
	position: relative;
}

.imgText1Scroll .bd .slick-list,
.imgText1Scroll .bd .slick-track {
	height: 100%;
	width: 100%;
	overflow: visible;
}

.imgText1Scroll .bd .myslide {
	width: 100%;
}

.scrollCon {
	margin: 0 85px;
	padding: 62px 0;
	overflow: hidden;
}

.scrollCon .scrollL {
	overflow: hidden;
}

.scrollCon .scrollL .con {
	margin-right: 240px;
}

.scrollCon .scrollL span {
	display: block;
	font-size: 22px;
	color: #999;
	height: 33px;
	line-height: 33px;
	margin-bottom: 8px;
}

.scrollCon .scrollL .title {
	font-size: 25px;
	color: #b82013;
	height: 100px;
	line-height: 50px;
	margin-bottom: 23px;
}

.scrollCon .scrollL .textCon {
	font-size: 14px;
	color: #666666;
	height: 75px;
	line-height: 25px;
	margin-bottom: 40px;
	text-align: justify;
}

.scrollCon .scrollL .moreBtn {
	padding: 0 45px;
	background-color: #fff;
	border: 1px solid #cccccc;
	height: 50px;
	line-height: 50px;
	margin-bottom: 60px;
}

.scrollCon .scrollL .moreBtn a {
	color: #999999;
	line-height: 50px;
	background: url(../images/moreJt-hui.png) no-repeat right center;
}

.scrollCon .scrollL .moreBtn:hover {
	background-color: #b82013;
}

.scrollCon .scrollL .moreBtn:hover a {
	color: #fff;
	background: url(../images/moreJt.png) no-repeat right center;
}

.scrollCon .scrollR {
	width: 35.5128%;
	float: right;
	display: inline;
}

.scrollCon .scrollR .pic {
	overflow: hidden;
}

.scrollCon .scrollR .pic:before {
	padding-top: 66.9675%;
}

.imgText1Dot {
	position: absolute;
	left: 85px;
	bottom: 67px;
}

.imgText1Dot li {
	width: 12px;
	height: 12px;
	border: 2px solid #ccc;
	display: inline-block;
	border-radius: 100%;
	margin-right: 20px;
}

.imgText1Dot li.slick-active {
	width: 12px;
	height: 12px;
	border: 2px solid #b82013;
	display: inline-block;
}

.imgText1B {
	overflow: hidden;
	margin-right: -60px;
}

.imgText1B dd {
	width: 33.3333%;
	float: left;
	display: inline;
}

.imgText1B .ddCon {
	margin-right: 60px;
	padding: 50px 40px;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}

.imgText1B .ddCon .pic:before {
	padding-top: 66.5%;
}

.imgText1B .ddCon .title {
	font-size: 18px;
	color: #333333;
	height: 50px;
	line-height: 25px;
	padding-top: 27px;
	margin-bottom: 15px;
}

.imgText1B .ddCon .textCon {
	font-size: 14px;
	color: #999999;
	height: 30px;
	line-height: 30px;
}

.imgText1B .ddCon .moreBtn {
	float: right;
	display: inline;
	height: 30px;
	padding: 0 14px;
	line-height: 30px;
	border: 1px solid #999999;
	background-color: #f5f5f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.imgText1B .ddCon .moreBtn a {
	line-height: 30px;
	padding-right: 0px;
	font-size: 14px;
	color: #999999;
	display: block;
	background: none;
	display: block;
}

.imgText1B .ddCon span {
	display: block;
	overflow: hidden;
}

.imgText1B dd:hover .ddCon {
	background-color: #fff;
}

.imgText1B dd:hover .title {
	color: #b82013;
}

.imgText1B dd:hover .moreBtn {
	background-color: #b82013;
	border: none;
}

.imgText1B dd:hover .moreBtn a {
	color: #fff;
}

/* 图文列表1 end */
/* 图文列表2 start */
.imgText2Title {
	text-align: center;
	margin: 0 60px 90px 60px;
	border-bottom: 1px solid #f5f5f5;
}

.imgText2Title .item {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	color: #999999;
	height: 108px;
	line-height: 108px;
	text-align: center;
	margin-right: 148px;
	position: relative;
}

.imgText2Title .item:hover,
.imgText2Title .item.hover {
	font-size: 30px;
	color: #e80f20;
	font-weight: bold;
	transition: all 1000ms;
}

.imgText2Title .item:hover::before,
.imgText2Title .item.hover::before {
	display: block;
	content: '';
	width: 25px;
	height: 25px;
	background-color: #f8b7bc;
	border-radius: 100%;
	position: absolute;
	left: 55px;
	bottom: -12px;
}

.imgText2Title .item:hover::after,
.imgText2Title .item.hover::after {
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	background-color: #ea303d;
	border-radius: 100%;
	position: absolute;
	left: 60px;
	bottom: -7px;
}

.imgText2 dd {
	overflow: hidden;
}

.imgText2 dd .ddCon {
	overflow: hidden;
	margin: 0 60px;
}

.imgText2 dd:last-child .ddCon {
	border-bottom: none;
}

.imgText2 dd .pic {
	position: relative;
	overflow: hidden;
}

.imgText2 dd .pic::before {
	display: block;
	content: '';
	padding-top: 66.5278%;
}

.imgText2 dd .pic a img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.imgText2 dd .text {
	padding: 35px 0 20px;
	width: 50%;
}

.imgText2 dd .text .title {
	position: relative;
}

.imgText2 dd .text .title a {
	min-height: 35px;
	line-height: 35px;
	font-size: 22px;
	color: #595959;
	display: block;
	font-weight: bold;
	width: 80%;
}

.imgText2 dd .text i {
	background: url(../images/imgText2Tb.png) no-repeat center center;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 30px;
	top: 0;
}

.imgText2 dd .text span {
	font-size: 20px;
	color: #333333;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}

.imgText2 dd .text .conText {
	line-height: 35px;
	font-size: 16px;
	overflow: hidden;
	color: #666666;
	text-align: justify;
	height: 300px;
	overflow: auto;
	margin-right: 10px;
}

.imgText2 .ddCon .conText,
.imgText2 .ddCon .title,
.imgText2 .ddCon span {
	padding: 0 30px 0 50px;
}


.imgText2 .ddCon.even .text {
	float: right;
	display: inline;
}

.imgText2 .ddCon.odd .text {
	float: left;
	display: inline;
}

.imgText2 .ddCon.even {
	background-color: #fff;
}

.imgText2 .ddCon.odd {
	background-color: #fcfcfc;
}

.imgText2 .ddCon:hover .text .title a {
	color: #b82013;
}

/* 图文列表2 end */
/* ========== 图文列表 end ========== */
/* ========== 文字列表 start ========== */
/* 全文列表1 start */
.textList1 {
	margin-right: -30px;
}

.textList1::after {
	display: block;
	content: '';
	visibility: hidden;
	clear: both;
}

.textList1 dd {
	width: 50%;
	float: left;
	display: inline;
}

.textList1 dd .ddCon {
	display: block;
	padding: 30px 40px;
	border: 1px solid #f0f0f0;
}

.textList1 dd .listCon .listTitle {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	padding-top: 25px;
	font-size: 18px;
	color: #333333;
}

.textList1 dd .listCon .time {
	font-size: 16px;
	color: #aaaaaa;
	height: 35px;
	line-height: 35px;
	padding: 10px 0;
}

.textList1 dd .listMore {
	font-size: 15px;
	color: #777777;
	height: 56px;
	line-height: 28px;
}

.textList1 dd:hover {
	box-shadow: 1px 10px 10px rgba(0, 0, 0, .05);
}

.textList1 dd:hover .listCon .listTitle {
	color: #b82013;
}

/* 全文列表1 end */
/* ========== 文字列表 end ========== */
/* ========== 瀑布流 start ========== */
/* ========== 瀑布流 end ========== */
/* ————— 公用表单 start ————— */
.input {
	border: 1px solid #ddd;
	padding: 0 10px
}

.input input {
	border: none;
	background: none;
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #333;
}

.textarea {
	border: 1px solid #ddd;
	padding: 5px 10px
}

.textarea textarea {
	border: none;
	background: none;
	width: 100%;
	height: 120px;
	line-height: 25px;
	font-size: 14px;
	color: #333;
}

a.formBtn {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ddd;
	background: #FFF;
	border-radius: 3px;
	font-size: 14px;
	color: #333;
	padding: 0 30px;
	margin: 0 5px;
}

a.formBtn:hover {
	opacity: .9;
}

.formYzm .input {
	width: 50%;
	float: left;
	display: inline;
}

.formYzm .yzmImg {
	width: 118px;
	height: 38px;
	border: 1px solid #ddd;
	background: #ddd;
	float: left;
	display: inline;
	margin-left: 20px;
}

.formYzm .yzmImg img {
	display: block;
	width: 100%;
	height: 100%;
}

.formSubBtn {
	font-size: 0;
	text-align: left;
	margin: 0 -5px;
}

.formSubBtn a {
	padding: 0 40px;
	border-radius: 5px;
}

.formSubBtn a.submit {
	background: #1e5ab0;
	color: #FFF;
}

.formSubBtn a.reset {
	background: #ddd;
	color: #8b8b8b;
}

/* ————— 公用表单 end ————— */
/* ========== 留言 start ========== */

/* ========== 留言 end ========== */
/* ========== 招聘 start ========== */
/* 招聘列表  start */
.recruitList1 {
	overflow: hidden;
	margin-right: -30px;
}

.recruitList1 dd {
	width: 100%;
	float: left;
	display: inline;
}

.recruitList1 dd .clickBtn {
	height: 53px;
	line-height: 53px;
	font-size: 14px;
	color: #999;
	text-align: center;
	border-top: 1px dashed #f5f5f5;
	cursor: pointer;
}

.recruitList1 dd .clickBtn.open {
	display: block;
}

.recruitList1 dd .clickBtn.close {
	display: none;
}

.recruitList1 dd.active .clickBtn.open {
	display: none;
}

.recruitList1 dd.active .clickBtn.close {
	display: block;
}

.recruitList1 dd .ddCon {
	background-color: #fff;
	margin: 0 30px 30px 0;
	padding: 0px 30px;
}

.recruitList1 dd .listCon {
	overflow: hidden;
	height: 99px;
	position: relative;
	padding-right: 200px;
}

.recruitList1 dd .listCon .listTitle {
	height: 99px;
	font-size: 18px;
	color: #656565;
}

.recruitList1 dd .listCon .listTitle span {
	display: inline-block;
	color: #333333;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	margin-right: 18px;
}

.recruitList1 dd .listCon .listTitle em {
	display: inline-block;
	color: #b82013;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	font-style: normal;
}

.recruitList1 dd .listCon .listTitle i {
	font-style: normal;
}

.recruitList1 dd .listCon .btn {
	width: 120px;
	height: 50px;
	line-height: 50px;
	border-radius: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -23px;
	background-color: #fafafa;
}

.recruitList1 dd .listCon .btn a {
	font-size: 14px;
	color: #999999;
	line-height: 50px;
	text-align: center;
	display: block;
}

.recruitList1 dd .listCon .btn:hover {
	background-color: #b82013;
}

.recruitList1 dd .listCon .btn:hover a {
	color: #fff;
}

.recruitList1 dd.active .listCon .btn {
	background-color: #b82013;
}

.recruitList1 dd.active .listCon .btn a {
	color: #fff;
}

.dlListC {
	overflow: hidden;
	height: 42px;
}

.dlListC .text {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right: 1px solid #ccc;
	display: inline-block;
	padding-right: 33px;
	margin-right: 33px;
	font-size: 14px;
	color: #999;
}

.details {
	display: none;
}

.details .detailsC {
	padding-bottom: 30px;
}

.details .detailsC .deTitle {
	overflow: hidden;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 8px;
}

.details .detailsC .deTitle .Title {
	float: left;
	display: inline;
}

.details .detailsC .deTitle .Title .text {
	font-size: 24px;
	color: #333333;
	height: 50px;
	line-height: 50px;
}

.details .detailsC .deTitle .Title span {
	font-size: 14px;
	color: #999999;
	height: 25px;
	line-height: 25px;
}

.details .detailsC .deTitle .btn {
	background: #b82013 url("../test/baiJT.png") no-repeat center center;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
	border: 1px solid #b82013;
	float: right;
	display: inline;
}

.detailsC .detailTable {
	font-size: 0;
	padding: 15px 0 20px 0;
}

.detailsC .detailTable .dd1 {
	display: inline-block;
}

.detailsC .detailTable .dd1 .item {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #555555;
	margin-right: 130px;
}

.detailsC .title {
	position: relative;
}

.detailsC .title .tt {
	font-size: 16px;
	color: #333333;
	height: 43px;
	line-height: 43px;
}

.detailsC .context {
	font-size: 14px;
	color: #666666;
	min-height: 28px;
	line-height: 28px;
	margin-bottom: 18px;
}

/* 招聘列表 end */

/* ========== 招聘 end ========== */
/* ========== 联系我们 start ========== */
.relationList1 {
	position: relative;
	background-color: #fff;
}

.relationList1::after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.relationList1 dd {
	width: 25%;
	float: left;
	display: inline;
	text-align: center;
}

.relationList1 dd .ddCon {
	border-right: 1px solid #f2f2f2;
	padding: 148px 0 135px 0;
}

.relationList1 dd:last-child .ddCon {
	border-right: none;
}

.relationList1 dd .relatImg {
	position: relative;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 32px;
}

.relationList1 dd .relatImg img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.relationList1 dd .relatImg .img1 {
	visibility: visible;
	opacity: 1;
}

.relationList1 dd .relatImg .img2 {
	visibility: hidden;
	opacity: 0;
}

.relationList1 dd .relatCon span {
	font-size: 24px;
	color: #333333;
	min-height: 70px;
	line-height: 70px;
}

.relationList1 dd .relatCon .text {
	font-size: 16px;
	color: #333333;
	min-height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 45px;
}

.relationList1 dd .relatCon .textBox {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}

.relationList1 dd:hover .relatImg .img1 {
	visibility: hidden;
	opacity: 0;
}

.relationList1 dd:hover .relatImg .img2 {
	visibility: visible;
	opacity: 1;
}

.map {
	height: 500px;
	background-color: #f0f3fa;
}

.contactUsTextC {
	background: url(../test/contactUsBg.jpg) no-repeat center bottom;
	padding-bottom: 60px;
}

.contactUsTextC .title {
	padding: 90px 0;
	text-align: center;
}

.contactUsTextC .title .cnTitle {
	font-size: 40px;
	color: #333333;
	height: 55px;
	line-height: 55px;
}

.contactUsTextC .title .enTitle {
	font-size: 30px;
	color: rgba(51, 51, 51, .1);
	height: 37px;
	line-height: 37px;
	text-transform: uppercase;
}

.contactUsBox {
	background-color: #fff;
	overflow: hidden;
	padding: 65px 100px;
	box-shadow: 1px 10px 10px rgb(0, 0, 0, .1);
}

.contactUsBox .boxL {
	float: left;
	display: inline;
	width: 50%;
}

.contactUsBox .boxL span {
	font-size: 20px;
	color: #333333;
	height: 50px;
	line-height: 50px;
	margin-bottom: 23px;
	font-weight: bold;
}

.contactUsBox .boxL .textC {
	font-size: 18px;
	color: #333333;
	min-height: 35px;
	line-height: 35px;
	padding-right: 65px;
}

.contactUsBox .boxR {
	overflow: hidden;
}

.contactUsBox .boxR dd {
	height: 50px;
	line-height: 50px;
	font-size: 0;
	border-left: 1px solid #f5f5f5;
	padding-left: 80px;
}

.contactUsBox .boxR em {
	width: 23px;
	height: 18px;
	display: inline-block;
}

.contactUsBox .boxR .em1 {
	background: url(../images/contactUsTb1.png) no-repeat center center;
}

.contactUsBox .boxR .em2 {
	background: url(../images/contactUsTb2.png) no-repeat center center;
}

.contactUsBox .boxR .em3 {
	background: url(../images/contactUsTb3.png) no-repeat center center;
}

.contactUsBox .boxR .lable {
	font-size: 20px;
	color: #999999;
	display: inline-block;
	margin-left: 20px;
}

.contactUsBox .boxR .value {
	font-size: 20px;
	color: #666666;
	display: inline-block;
	margin-left: 15px;
}

/* ========== 联系我们 end ========== */
/* ========== 问卷调差 start ========== */
/* 问卷列表 start */

/* 问卷列表 end */
/* 问卷调查 start*/

/* 问卷调查 end*/
/* 问卷详情 start*/

/* 问卷详情 end*/
/* ========== 问卷调查 end ========== */
/* ========== 总裁致辞 start ========== */
.leaderCon {
	overflow: hidden;
	height: 602px;
}

.leaderCon .leaderL {
	float: left;
	display: inline;
	position: relative;
	margin: 0 195px;
}

.leaderImg {
	position: relative;
}

.leaderImg::before {
	width: 340px;
	height: 340px;
	border: 8px solid #b82013;
	display: block;
	content: '';
	position: absolute;
	left: -50px;
	bottom: -42px;
}

.leaderImg::after {
	width: 300px;
	height: 300px;
	border: 8px solid #b82013;
	display: block;
	content: '';
	position: absolute;
	right: -55px;
	top: 25px;
}

.leaderImg .pic {
	width: 400px;
	z-index: 99;
}

.leaderImg .pic::before {
	padding-top: 100%;
}

.leaderR {
	overflow: hidden;
	margin-right: 135px;
}

.leaderR span {
	font-size: 18px;
	display: block;
	color: #333;
	min-height: 37px;
	line-height: 37px;
	text-align: justify;
}

/* ========== 总裁致辞 end ========== */
/*人物介绍 start*/
.characterConBox {
	background: url(../test/charaBgImg.jpg) no-repeat center center;
	background-size: 100% 100%;
	padding-top: 110px;
}

.characterCon {
	position: relative;
	margin-right: -60px;
}

.characterCon::after {
	clear: both;
	visibility: hidden;
	display: block;
	content: '';
}

.characterScroll {
	position: relative;
}

.characterScroll .bd {
	width: 100%;
	height: 100%;
}

.characterScroll .bd .slick-list,
.characterScroll .bd .slick-track {
	height: 100%;
	width: 100%;
	overflow: visible;
}

.characterScroll .bd .myslide {
	width: 100%;
}

.characterScroll .prev {
	width: 60px;
	height: 60px;
	background: url(../images/prev.png) #b82013 no-repeat center center;
	border-bottom-left-radius: 15px;
	position: absolute;
	left: 485px;
	bottom: -210px;
	z-index: 5;
	cursor: pointer;
}

.characterScroll .next {
	width: 60px;
	height: 60px;
	background: url(../images/next.png) #b82013 no-repeat center center;
	border-top-right-radius: 15px;
	position: absolute;
	left: 545px;
	bottom: -210px;
	cursor: pointer;
}

.characterScroll .prev:hover,
.characterScroll .next:hover {
	background-color: #d46400;
}

.characterLeft {
	float: left;
	display: inline;
	width: 60%;
	/* position: relative; */
}

.characterLeft .charaCbox {
	position: absolute;
	top: -23px;
	width: 58%;
	right: 0;
	margin: 0 35px;
}

.characterLeft .title {
	background: url(../images/fontStyle1.png) no-repeat left center;
	height: 33px;
	/* margin-bottom:13px; */
	/* margin-left: 437px; */
	/* width: 50%; */
}

.characterLeft .text {
	font-size: 14px;
	color: #999999;
	min-height: 25px;
	line-height: 25px;
	/* margin: 0 60px 50px 437px; */
	text-align: justify;
	/* width: 75%; */
}

.characterLeft .textBox {
	height: 515px;
	background: #fff url(../images/charaDwImg1.png) no-repeat right bottom;
	position: relative;
	padding: 38px 100px 0 294px;
	position: absolute;
	right: 60px;
	top: 153px;
	width: 830px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.characterLeft .textBox::before {
	display: block;
	content: '';
	background: url(../test/charaTbImg1.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 38%;
	top: -50px;
	width: 10px;
	height: 74px;
}

.characterLeft .boxName {
	line-height: 40px;
	margin-bottom: 10px;
}

.characterLeft .textBox .name {
	font-size: 30px;
	color: #333;
	padding-top: 40px;
	display: inline-block;
	margin-right: 20px;
}

.characterLeft .textBox span {
	font-size: 19px;
	color: #666;
	display: block;
	/* font-weight: bold; */
}

.characterLeft .textBox .boxText {
	line-height: 25px;
	font-size: 15px;
	padding-top: 33px;
	color: #666666;
	margin-bottom: 142px;
	text-align: justify;
	height: 175px;
	overflow: auto;
	padding-right: 10px;
}

.characterLeft .textBox .boxText::-webkit-scrollbar-thumb {
	background: #b3b0b0;
}

.characterLeft .textBox .boxText span {
	display: inline;
	font-size: 16px
}

.characterLeft .leftTextCon {
	margin-right: 60px;
}

.characterLeft .leftTextCon .pic {
	width: 340px;
	overflow: hidden;
	box-shadow: 1px 4px 17px rgb(0 0 0 / 20%);
}

.characterLeft .leftTextCon .pic img {
	box-shadow: 6px 7px 10px rgb(0 0 0 / 10%);
	object-position: center top;
}

.characterLeft .leftTextCon .pic:before {
	padding-top: 127.3529%;
}

.characterBtn a.hover {
	background-color: #d46400;
}

.characterBtn a:hover {
	background-color: #d46400;
}

.characterRight {
	overflow: hidden;
	width: 35.8974%;
	height: 725px;
	background-color: #fff;
}

.charaRightList {
	overflow: hidden;
	margin-right: -25px;
	padding: 30px;
}

.charaRightList dd {
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 20px;
}

.charaRightList dd .ddCon {
	margin-right: 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.charaRightList dd .ddCon .pic::before {
	padding-top: 126.6667%;
}

.charaRightList dd .ddCon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.charaRightList dd.active .pic::after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 4px solid #b82013;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.characterScroll2 {
	position: relative;
}

.characterScroll2 .bd {
	width: 100%;
	height: 100%;
}

.characterScroll2 .bd .slick-list,
.characterScroll2 .bd .slick-track {
	height: 100%;
	width: 100%;
	overflow: visible;
}

.characterScroll2 .bd .myslide {
	width: 100%;
}

.characterScroll2 ul.slick-dots {
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.characterScroll2 ul.slick-dots li {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 2px solid #ebebeb;
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.characterScroll2 ul.slick-dots .slick-active {
	border-color: #e60012;
}

/*人物介绍 end*/
/*成员单位 satrt*/
.memberCon {
	padding-top: 97px;
	position: relative;
}

.memberCon::after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
}

.memberL {
	position: absolute;
	left: 0;
	top: 97px;
}

.memberL .pic {
	width: 712px;
}

.memberL .pic::before {
	padding-top: 66.5730%;
}

.memberCon .memberR {
	float: right;
	display: inline;
	width: 80.5208%;
}

.memberCon .memberR .title {
	padding-left: 25%;
}

.memberCon .memberR .dlBox {
	padding-left: 25%;
	background-color: #f6f8f5;
}

.memberCon .memberR .enTitle {
	color: #b82013;
	font-size: 36px;
	height: 50px;
	line-height: 50px;
	position: relative;
}

.memberCon .memberR .enTitle::before {
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #b82013;
	position: absolute;
	left: 0;
	bottom: 0;
}

.memberCon .memberR .cnTitle {
	color: #666666;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
}

.memberCon .memberR .memberList {
	position: relative;
	padding: 70px 90px 0 0;
}

.memberCon .memberR .memberList::before {
	display: block;
	content: '';
	width: 80px;
	height: 300px;
	background-color: #b82013;
	position: absolute;
	right: 0;
	top: -147px;
	margin-left: 103px;
}

.memberList dd {
	padding-bottom: 40px;
}

.memberList dd span {
	display: block;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #333333;
	position: relative;
	padding-left: 35px;
}

.memberList dd span .con {
	display: block;
	color: #333;
	font-weight: bold;
	overflow: hidden;
}

.memberList dd .more {
	margin-right: 20px;
}

.memberList dd .more a {
	width: 90px;
	height: 40px;
	line-height: 40px;
	background-color: #b82013;
	border-radius: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	display: inline-block;
}

.memberList dd span:hover .con {
	color: #b82013;
}

.memberList dd span::before {
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background-color: #f4ddc4;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.memberList dd span::after {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #b82013;
	position: absolute;
	left: 3px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.memberList dd .text {
	line-height: 30px;
	font-size: 15px;
	color: #000000;
	padding-left: 35px;
}

/*成员单位 end*/
/*昆州图书 start*/
.booksC {
	padding: 50px;
}

.booksT {
	overflow: hidden;
	margin-bottom: 30px;
}

.booksTscroll {
	position: relative;
	width: 55.4487%;
	float: left;
	display: inline;
	overflow: hidden;
}

.booksTscroll .bd {
	width: 100%;
	height: 100%;
	position: relative;
}

.booksTscroll .bd .slick-list,
.booksTscroll .bd .slick-track {
	height: 100%;
	width: 100%;
}

.booksTscroll .bd .myslide {
	width: 100%;
}

.booksTscroll .pic img {
	object-fit: contain;
}

.booksTscroll .bd .prev {
	background: #dadada url(../images/prev.png) no-repeat center center;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	position: absolute;
	left: 20px;
	top: 50%;
	z-index: 99;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
}

.booksTscroll .bd .next {
	background: #dadada url(../images/next.png) no-repeat center center;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	position: absolute;
	right: 20px;
	top: 50%;
	z-index: 99;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
}

.booksTscroll .bd .prev:hover,
.booksTscroll .bd .next:hover {
	background-color: #b82013;
}

.booksTscroll .bd .myslide .pic::before {
	padding-top: 60%;
}

.booksTR {
	overflow: hidden;
	padding: 0 60px;
}

.booksTR .picBox {
	text-align: center;
}

.booksTR .pic {
	width: 115px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}

.booksTR .pic::before {
	padding-top: 100%;
}

.booksTR .picText {
	text-align: center;
	font-size: 14px;
	color: #333;
	height: 20px;
	line-height: 20px;
}

.booksTR span {
	display: block;
	font-size: 30px;
	color: #333333;
	height: 55px;
	line-height: 55px;
}

.booksTR .booksList {
	display: block;
	font-size: 15px;
	color: #999999;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	margin-bottom: 20px;
}

.booksTR .booksList dd {
	float: left;
	display: inline;
	border-right: 1px solid #ccc;
	padding: 0 8px;
}

.booksTR .booksList dd:last-child {
	border: none;
}

.booksTR .title {
	font-size: 20px;
	color: #333333;
	height: 45px;
	line-height: 45px;
	padding-top: 20px;
	border-top: 1px solid #000;
	margin-bottom: 10px;
}

.booksTR .text {
	font-size: 15px;
	color: #333333;
	height: 140px;
	line-height: 30px;
	margin-bottom: 25px;
	overflow: hidden;
	overflow-y: auto;
}

.booksTR .priceC {
	height: 50px;
	line-height: 50px;
	font-size: 0;
	text-align: right;
}

.booksTR .priceC span {
	font-size: 20px;
	color: #333333;
	line-height: 50px;
	display: inline-block;
}

.booksTR .priceC .price {
	font-size: 24px;
	color: #b82013;
	line-height: 50px;
	display: inline-block;
}

.formList {
	overflow: hidden;
	margin-right: -30px;
}

.formList .item {
	margin-bottom: 20px;
	width: 33.3333%;
	float: left;
	display: inline;
}

.formList .item span {
	color: #d32e0d;
}

.formList .item .lableBox {
	line-height: 57px;
	height: 57px;
	font-size: 15px;
	color: #595959;
}

.formList .item .con {
	border: 1px solid #e6e6e6;
	height: 60px;
	line-height: 60px;
	margin-right: 30px;
	background-color: #f7f7f7;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}

.formList .item .con .dateStyle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	font-size: 0;
}

.formList .item.item1 {
	width: 100%;
}

.formList .item.item1 .con {
	height: 100%;
}

.formList .item.item1 textarea {
	border: none;
	height: 137px;
	width: 100%;
	padding-top: 15px;
}

.formList .item.item2 {
	width: 100% !important;
}

.formList .item.item2 .con {
	float: left;
	display: inline;
	margin-right: 0;
	width: 25%;
	margin-right: 20px;
}

.formList .item.item2 .yzmCon {
	overflow: hidden;
}

.formList .item.item2 .yzm {
	width: 140px;
	height: 60px;
	line-height: 60px;
	border-radius: 5px;
	border: 1px solid #ccc;
	position: relative;
	float: left;
	display: inline;
	margin-right: 30px;
}

.formList .item.item2 em {
	overflow: hidden;
	font-size: 15px;
	color: #b2b2b2;
	line-height: 60px;
	height: 60px;
	vertical-align: middle;
	background: url(../images/yzmTb.png) no-repeat right center;
	padding-right: 30px;
	display: inline-block;
	font-style: normal;
	cursor: pointer;
}

.formList .item.item2 .yzm img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.formList .bTnC {
	text-align: center;
}

.formList .input {
	overflow: hidden;
	border: none;
	padding: 0 20px;
}

.formList .input input {
	height: 60px;
	line-height: 60px;
}

.formList .input textarea {
	resize: none;
	background-color: #f7f7f7;
}

.brnCbox {
	font-size: 0;
	text-align: center;
}

.brnCbox .itemBtn {
	width: 150px;
	height: 60px;
	background-color: #b82013;
	margin-right: 20px;
	border-radius: 5px;
	vertical-align: middle;
	display: inline-block;
}

.brnCbox .itemBtn.btn1 {
	background-color: #f0f0f0;
}

.brnCbox .itemBtn.btn1 a {
	color: #b2b2b2;
}

.brnCbox .itemBtn a {
	display: block;
	font-size: 20px;
	color: #fff;
	line-height: 60px;
	text-align: center;
}

.orderApplyC {
	text-align: center;
}

.orderApplyC .text {
	font-size: 20px;
	color: #333;
	height: 105px;
	line-height: 105px;
	border-bottom: 1px solid #f0f0f0;
	text-align: center;
	margin-bottom: 27px;
}

.orderApplyC .picCon {
	overflow: hidden;
	padding: 0 30px;
}

.orderApplyC .pic {
	width: 485px;
	margin-bottom: 50px;
	float: left;
	display: inline;
}

.orderApplyC .picText {
	font-size: 15px;
	overflow: hidden;
	min-height: 35px;
	line-height: 35px;
	text-align: justify;
	padding-top: 7%;
}

.orderApplyC .pic:before {
	padding: top 100%;
}

.orderApplyC .pic img {
	object-fit: contain;
}

.layui-layer {
	width: 50% !important;
	left: 360px !important;
}

.booksB {
	text-align: center;
}

.booksB span {
	font-size: 16px;
	color: #333;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	display: block;
}

.booksB .picC {
	padding: 10px;
	background-color: #f5f5f5;
	border-radius: 8px;
	overflow: hidden;
	display: inline-block;
}

.booksB .pic {
	width: 250px;
	margin: 0 auto;
}

.booksB .pic::before {
	padding-top: 100%;
}

/*昆州图书 end*/
/*公装工程 start*/
.viewC1 {
	overflow: hidden;
	padding: 40px;
	background-color: #fff;
}

.viewC1L {
	float: left;
	display: inline;
	width: 56.7308%;
	margin-right: 40px;
}

.viewC1L .title {
	color: #b82013;
	font-size: 18px;
	height: 82px;
	line-height: 82px;
	margin-bottom: 7px;
	border-bottom: 1px solid #f5f5f5;
}
.viewC1L .title a:hover {
	color: #b82013;
}

.viewC1L .text {
	color: #666666;
	font-size: 15px;
	min-height: 30px;
	line-height: 30px;
	padding: 30px 0;
	text-align: justify;
}

.viewC1R {
	overflow: hidden;
}

.viewC1R .pic::before {
	padding-top: 66.6667%;
}

.viewC2 {
	padding-top: 43px;
}

.viewC2 .partyC2List dd {
	width: 50%;
}

.viewC2 .partyC2List dd {
	margin-bottom: 43px;
}

.viewC2 .partyC2List dd .pic:before {
	padding-top: 65.7895%;
}

.viewC2 .partyC2List dd .text span {
	font-size: 15px;
	color: #666666;
	height: 40px;
	line-height: 40px;
	padding-top: 17px;
}

.viewC2 .partyC2List dd .text .eduTitle {
	font-size: 16px;
	color: #333333;
	height: 60px;
	line-height: 30px;
	margin-bottom: 5px;
	font-weight: bold;
}

.viewC2 .partyC2List dd .text .textCon {
	font-size: 15px;
	color: #666;
	height: 120px;
	line-height: 30px;
	padding-right: 10px;
	text-align: justify;
	overflow: auto;
}

.viewC2 .partyC2List dd:hover .text .eduTitle {
	color: #b82013;
}

.viewC2 .imgBox {
	display: none;
}

/*公装工程 end*/
/* 公共表单  start */
.listFormCBox {
	background: #fff url(../test/supplyBg.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 50px;
}

.listFormCBox .formTitle {
	font-size: 26px;
	color: #595959;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}

.listFormCBox .listFormText {
	background-color: #f7f7f7;
	border-radius: 10px;
	border: 1px solid #e6e6e6;
	text-align: center;
	padding-top: 60px;
	margin-bottom: 18px;
}

.formBtn .webuploader-pick {
	background: none;
	color: #b82013;
	padding: 0;
}

.formBtn:hover .webuploader-pick {
	color: #fff;
}

.listFormCBox .listFormText .formBtn {
	width: 120px;
	height: 50px;
	background-color: #fff;
	display: inline-block;
	margin-bottom: 25px;
}

.listFormCBox .listFormText .formBtn a {
	color: #b82013;
	font-size: 16px;
	line-height: 50px;
	display: block;
	width: 100%;
}

.listFormCBox .listFormText .btnText {
	font-size: 16px;
	color: #999;
	height: 60px;
	line-height: 30px;
	margin-bottom: 30px;
}

.listFormCBox .listFormText .formBtn:hover {
	background-color: #b82013;
}

.listFormCBox .listFormText .formBtn:hover a {
	color: #fff;
}

.listFormCBox .lableBox .lableText {
	display: inline-block;
	font-size: 15px;
	color: #999;
}

.listFormCBox .title {
	font-size: 20px;
	color: #595959;
	height: 65px;
	line-height: 65px;
}

.listFormCBox .formList .item {
	width: 50%;
}

.listFormCBox .formList .item.item1 {
	width: 100%;
}

.listFormCBox .aykj_cssSelect .aykj_selectLt {
	min-height: 60px;
	line-height: 60px;
}

.listFormCBox .aykj_cssSelect .aykj_selectBox {
	border: none;
}

.listFormCBox .aykj_cssSelect .selected {
	background-color: #b82013;
}

.listFormCBox .aykj_cssSelect .aykj_optionBox:hover {
	background: #eb740891;
}

.listFormCBox .formList .item i {
	color: #d32e0d;
	font-style: normal;
}

.listFormCBox .formList .item.item1 .con1 {
	width: 47%;
}

.listFormCBox .item3 {
	overflow: hidden;
}

.listFormCBox .item3 .lableBox {
	overflow: hidden;
	height: 20px !important;
	line-height: 20px !important;
}

.listFormCBox .item3 .lableBox .lable {
	font-size: 16px;
	color: #595959;
}

.formList .item.item3 {
	width: 100%;
}

.formList .item.item3 .con {
	float: left;
	display: inline;
	margin-right: 0;
	width: 25%;
	margin-right: 20px;
}

.listFormCBox .item3 .checkbox input {
	width: 20px;
	height: 20px;
	background-color: #e6e6e6;
	border: 1px solid #d4d4d4;
	margin-right: 10px;
}

.listFormCBox .yearBox {
	display: inline-block;
	width: 135px;
	height: 60px;
	border-right: 1px solid #e0e0e0;
	position: relative;
}

.listFormCBox .yearBox input {
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	left: 0;
	top: 0;
	background: #f7f7f7;
	padding: 0 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 14px;
}

.listFormCBox .con .monthBox {
	display: inline-block;
	width: 60%;
	height: 100%;
}

.listFormCBox .itemA {
	width: 25% !important;
}

.listFormCBox .itemB {
	width: 100% !important;
}

.listFormCBox .itemB .con {
	border: none;
	background-color: #fff;
}

.listFormCBox .itemA .con {
	border: none;
	background-color: #fff;
	margin-right: 0;
}

.listFormCBox .itemA .text {
	display: inline-block;
	font-size: 16px;
	color: #555555;
}

.listFormCBox .radio {
	display: inline-block;
	margin-right: 30px;
}

.listFormCBox .radio input {
	width: 18px;
	height: 18px;
}

.listFormCBox .aykj_cssRadioBox.checked .aykj_cssRadio_icn {
	border-color: #b82013;
}

.listFormCBox .aykj_cssRadioBox.checked .aykj_cssRadio_icn i {
	background-color: #b82013;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
}

.listFormCBox .aykj_cssRadio {
	overflow: visible;
}

.listFormCBox .aykj_cssRadio_icn {
	width: 18px;
	height: 18px;
}

.listFormCBox .aykj_cssRadio_text {
	font-size: 16px;
}

.supplyTitle .text {
	min-height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #333333;
	padding-bottom: 55px;
	border-bottom: 1px solid #ccc;
}

.listFormCBox .formList .item span {
	color: #333;
}

/* 公共表单 end */
/* 发展历程 start*/

.historyScroll {
	position: relative;
	padding: 60px 0;
}

.historyScroll .bd {
	padding: 0 11.5384%;
	position: relative;
}

.historyScroll .bd::before {
	display: block;
	content: '';
	border-left: 2px dashed #ccc;
	height: 100%;
	position: absolute;
	left: 110px;
	top: 0;
}

.historyScroll .bd .slick-list {
	margin-right: -30px;
	overflow: visible;
}

.historyScroll .myslide {
	float: left;
	display: inline;
	width: 100%;
}

.historyScroll .myslide .con {
	margin-right: 30px;
	background: url(../images/aboutUs2conbg.jpg) no-repeat center / cover;
	padding: 5% 2.1% 5% 5%;
	position: relative;
}

.historyScroll .myslide em {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #f5f5f5;
	border-radius: 100%;
	position: absolute;
	left: -90px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background-color: #fff;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}

.historyScroll .myslide em::before {
	display: block;
	content: '';
	width: 25px;
	height: 25px;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background-color: #fdf0e5;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}

.historyScroll .myslide em::after {
	width: 12px;
	height: 2px;
	display: block;
	content: '';
	background-color: #264a90;
	position: absolute;
	left: 68px;
	top: 50%;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}

.historyScroll .myslide .con .pic {
	float: left;
	display: inline;
	width: 300px;
	margin-right: 30px;
}

.historyScroll .myslide .con img {
	object-fit: contain;
}

.historyScroll .myslide .con .pic::before {
	padding-top: 66.6667%;
}

.historyScroll .myslide .con .text {
	overflow: hidden;
}

.historyScroll .myslide .con .text .title {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	color: #292e88;
	font-size: 20px;
	margin-bottom: 35px;
	opacity: 0.2;
}

.historyScroll .myslide .con .text .title span {
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
}

.historyScroll .myslide .con .text .info {
	height: 200px;
	padding-right: 20px;
}

.historyScroll .myslide .con .text .info span {
	line-height: 27px;
	font-size: 16px;
	color: #333333;
	display: block;
	margin-bottom: 15px;
	position: relative;
	/* padding-left: 25px; */
}

.historyScroll .prev {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 10px;
	top: -115px;
	background: url(../images/prev-2.png) no-repeat center center;
	cursor: pointer;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.historyScroll .next {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 10px;
	top: -115px;
	background: url(../images/next-2.png) no-repeat center center;
	cursor: pointer;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.historyScroll .prev:hover {
	background-color: #b82013;
	background-image: url(../images/prev.png);
}

.historyScroll .next:hover {
	background-color: #b82013;
	background-image: url(../images/next.png);
}

.column1Ctrl {
	padding: 0 70px;
	position: relative;
	margin-bottom: 55px;
}

.column1Ctrl::before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: 60px;
	width: 200%;
	height: 1px;
	background: #e4e4e4;
}

.column1Ctrl .dot {
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #fff5ec;
}

.column1Ctrl .dot li {
	width: 14.2857%;
	float: left;
	display: inline;
}

.column1Ctrl .dot li .item {
	text-align: center;
	cursor: pointer;
}

.column1Ctrl .dot li .item span {
	display: block;
	height: 60px;
	line-height: 60px;
	color: #444e5f;
	font-weight: bold;
	font-size: 20px;
	background: #fff5ec;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}

.column1Ctrl .dot li .item span::before {
	display: block;
	content: "";
	width: 24px;
	height: 15px;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	bottom: 0;
	opacity: 0;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	background: url(../images/aboutUs2icn.png) no-repeat center;
}

.column1Ctrl .dot li.slick-active .item span {
	color: #fff;
	background-color: #b82013;
}

.column1Ctrl .dot li.slick-active .item span::before {
	opacity: 1;
	bottom: -52px;
}

@media (max-width: 1440px) {
	.wrap {
		width: 1200px;
	}
}

.historyScroll .myslide .con:hover em {
	width: 73px;
	height: 73px;
	left: -108px;
}

.historyScroll .myslide .con:hover em::before {
	width: 35px;
	height: 35px;
	background-color: #b82013;
}

.historyScroll .myslide .con:hover em::after {
	background-color: #7fcf7a;
	left: 100px;
}

/* 发展历程 end*/