/*样式目录*/
/*1.查询系统*/

.m-sec-content-block {
	position: relative;
	width: 100%;
}

.m-sec-content-block .system-sec-box {
	position: relative;
	width: 100%;
	padding: 50px 0;
	background: url(../img/system-bg-2.png) no-repeat center;
	background-size: cover;
}

.m-sec-content-block .system-sec-box .contain {
	width: 1200px;
	margin: 0 auto;
}

.system-sec-box ul.system-ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.system-sec-box ul.system-ul li {
	position: relative;
	padding: 40px;
	width: 365px;
	height: auto;
	min-height: 420px;
	background-color: #fff;
}

.system-sec-box ul.system-ul li h3 {
	font-family: "Alternate";
	color: #f7ad3c;
	font-size: 30px;
	text-align: center;
}

.system-sec-box ul.system-ul li .icons {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 84px;
	height: 84px;
	margin-left: -42px;
	margin-top: -42px;
}

.system-sec-box ul.system-ul li .text {
	position: absolute;
	bottom: 60px;
	width: calc(100% - 80px);
	text-align: center;
	font-size: 30px;
	color: #333;
}


/*2.关于NBCT*/

.about-sec-box {
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-color: #f5f5f5;
}

.about-sec-box .contain {
	width: 1200px;
	margin: 0 auto;
}

.m-sec-content-block .ft-menu {
	float: left;
	width: 160px;
	margin-right: 40px;
}

.m-sec-content-block .ft-menu .list {
	width: 100%;
	text-align: center;
	background-color: #fff;
	border-bottom: solid 1px #f5f5f5;
}

.m-sec-content-block .ft-menu .cur-list {
	background-color: #002f7b;
}

.m-sec-content-block .ft-menu .list a {
	display: block;
	padding: 40px 0;
	font-size: 22px;
	color: #333;
}

.m-sec-content-block .ft-menu .cur-list a {
	color: #fff;
}

.m-sec-content-block .ft-menu .list:last-child {
	border: none;
}

.about-sec-box .rt-content {
	float: left;
	width: calc(100% - 200px);
	padding: 35px;
	background-color: #fff;
}

.about-sec-box .rt-content h3 {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
}

.about-sec-box .rt-content p {
	font-size: 18px;
	line-height: 32px;
	color: #666666;
	margin-bottom: 20px;
}

.about-sec-box .rt-content p img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.about-sec-box .rt-content-2 {
	float: left;
	width: calc(100% - 200px);
}

.about-sec-box .rt-content-2 ul.honor-ul {
	position: relative;
	width: 100%;
	padding: 35px 35px 0;
	background-color: #fff;
}

.about-sec-box .rt-content-2 ul.honor-ul li {
	float: left;
	width: 280px;
	margin-right: 45px;
	margin-bottom: 30px;
}

.about-sec-box .rt-content-2 ul.honor-ul li:nth-child(3n) {
	margin-right: 0;
}

.about-sec-box .rt-content-2 ul.honor-ul li .img {
	width: 100%;
}

.about-sec-box .rt-content-2 ul.honor-ul li .img img {
	display: block;
	width: 100%;
}

.about-sec-box .rt-content-2 ul.honor-ul li .text {
	width: 100%;
	font-size: 18px;
	line-height: 32px;
	color: #333333;
	margin-top: 10px;
}

.about-sec-box .rt-content-2 ul.honor-ul li .text a {
	display: block;
	color: #333;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.about-sec-box .rt-content-2 ul.honor-ul li .text:hover a {
	color: #002f7b;
}

.about-sec-box .rt-content-2 ul.honor-ul:after {
	content: '';
	display: block;
	clear: both;
}


/*3.品牌文化*/

.culture-sec-box {
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-color: #f5f5f5;
}

.culture-sec-box .contain {
	width: 1200px;
	margin: 0 auto;
}

.culture-sec-box .rt-content {
	float: left;
	width: calc(100% - 200px);
	padding: 35px;
	background-color: #fff;
}

.culture-sec-box .rt-content h3 {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
}

.culture-sec-box .rt-content .img {
	width: 100%;
	margin-bottom: 30px;
}

.culture-sec-box .rt-content .img img {
	display: block;
	width: 100%;
}

.culture-sec-box .rt-content .culture-items {
	position: relative;
	float: left;
	padding: 40px;
	background-color: #fff;
	margin-bottom: 30px;
	box-shadow: 1px 7px 16px rgba(0, 0, 0, .1);
}

.culture-sec-box .rt-content .culture-items .line {
	position: absolute;
	left: 50%;
	top: 0;
	width: 124px;
	height: 8px;
	margin-left: -62px;
	border-radius: 0 0 6px 6px;
	background-color: #002f7b;
}

.culture-sec-box .rt-content .half-one {
	width: 440px;
}

.culture-sec-box .rt-content .half-two {
	width: 100%;
}

.culture-sec-box .rt-content .culture-items h2 {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
}

.culture-sec-box .rt-content .culture-items p {
	font-size: 18px;
	line-height: 32px;
	color: #666666;
}

.culture-sec-box .rt-content .culture-items .four-service {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.culture-items .four-service .list h4 {
	font-size: 19px;
	color: #002f7b;
	margin-bottom: 15px;
	font-weight: 600;
}

.culture-items .four-service .list h6 {
	font-size: 16px;
	color: #333;
}

.culture-sec-box .rt-content .three-icon {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.culture-sec-box .rt-content .three-icon .iconimg {
	width: 286px;
}

.culture-sec-box .rt-content .three-icon .iconimg img {
	display: block;
	width: 100%;
}


/*4.新闻公告*/

.news-sec-box {
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-color: #f5f5f5;
}

.news-sec-box .contain {
	width: 1200px;
	margin: 0 auto;
}

.news-sec-box .rt-content {
	float: left;
	width: calc(100% - 200px);
}

.news-sec-box .rt-content ul.news-ul {
	position: relative;
	width: 100%;
	background-color: #fff;
}

.news-sec-box .rt-content ul.news-ul li {
	float: left;
	width: 50%;
	padding: 20px;
	border-right: solid 1px #f5f5f5;
	border-bottom: solid 1px #f5f5f5;
}

.news-sec-box .rt-content ul.news-ul li:nth-child(2n) {
	border-right: none;
}

.news-sec-box .rt-content ul.news-ul li .newsimg {
	display: block;
	width: 100%;
	overflow: hidden;
}

.news-sec-box .rt-content ul.news-ul li .newsimg img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.news-sec-box .rt-content ul.news-ul li .newsimg:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.news-sec-box .rt-content ul.news-ul li .newstext {
	width: 100%;
}

.news-sec-box .rt-content ul.news-ul li .newstext h3 {
	font-size: 18px;
	line-height: 32px;
	color: #333;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-sec-box .rt-content ul.news-ul li .newstext h3 a {
	color: #333;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.news-sec-box .rt-content ul.news-ul li .newstext h3:hover a {
	color: #002f7b;
}

.news-sec-box .rt-content ul.news-ul li .newstext .news-time {
	position: relative;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #cccccc;
}

.news-sec-box .rt-content ul.news-ul li .newstext .news-time img {
	float: left;
	margin-right: 5px;
	margin-top: 4px;
}

.news-sec-box .rt-content ul.news-ul:after {
	content: '';
	display: block;
	clear: both;
}


/*5.新闻详情*/

.newsDetails-sec-box {
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-color: #f5f5f5;
}

.newsDetails-sec-box .contain {
	width: 1200px;
	margin: 0 auto;
}

.newsDetails-sec-box .rt-content {
	width: 100%;
	padding: 35px;
	background-color: #fff;
}

.newsDetails-sec-box .rt-content .top-title {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #efefef;
}

.newsDetails-sec-box .rt-content .top-title h2 {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
}

.newsDetails-sec-box .rt-content .top-title .infos {
	width: 100%;
}

.newsDetails-sec-box .rt-content .top-title .infos span {
	font-size: 16px;
	color: #666;
	margin-right: 20px;
}

.newsDetails-sec-box .rt-content p {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-bottom: 20px;
}

.newsDetails-sec-box .rt-content p img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


/*6.宣传视频*/

.video-sec-box {
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-color: #f5f5f5;
}

.video-sec-box .contain {
	width: 1200px;
	margin: 0 auto;
}

.video-sec-box .rt-content {
	float: left;
	width: calc(100% - 200px);
}

.video-sec-box .rt-content .videobox {
	width: 100%;
	padding: 30px 35px 0;
	background-color: #fff;
}

.video-sec-box .rt-content ul.video-ul {
	position: relative;
	width: 100%;
}

.video-sec-box .rt-content .videobox h3 {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
}

.video-sec-box .rt-content ul.video-ul li {
	float: left;
	width: 435px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.video-sec-box .rt-content ul.video-ul li:nth-child(2n) {
	margin-left: 30px;
	margin-right: 0;
}

.video-sec-box .rt-content ul.video-ul li .videoimg {
	position: relative;
	display: block;
	overflow: hidden;
}

.video-sec-box .rt-content ul.video-ul li .videoimg img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.video-sec-box .rt-content ul.video-ul li .videoimg:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.video-sec-box .rt-content ul.video-ul li .videoimg a {
	display: block;
	position: relative;
}

.video-sec-box .rt-content ul.video-ul li .videoimg a:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	background: url(../img/video.png) no-repeat center;
	background-size: 50px 50px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 9;
}

.video-sec-box .rt-content ul.video-ul li .videoimg:hover a:before {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.video-sec-box .rt-content ul.video-ul li .videotext {
	width: 100%;
	font-size: 20px;
	margin-top: 15px;
	color: #333;
}

.video-sec-box .rt-content ul.video-ul li .videotext a {
	color: #333;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.video-sec-box .rt-content ul.video-ul li .videotext:hover a {
	color: #002f7b;
}

.video-sec-box .rt-content ul.video-ul:after {
	content: '';
	display: block;
	clear: both;
}


/*7.重要通知*/

.news-sec-box .rt-content ul.news-ul-2 {
	width: 100%;
	padding: 30px;
	background-color: #fff;
}

.news-sec-box .rt-content ul.news-ul-2 li {
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #efefef;
}
.news-sec-box .rt-content ul.news-ul-2 li .calendar{
	float: left;
	width: 76px;
	margin-right: 24px;
}
.news-sec-box .rt-content ul.news-ul-2 li .calendar span.day{
	display: block;
	width: 100%;
	padding: 12px 0;
	font-size: 27px;
	color: #fff;
	text-align: center;
	margin-bottom: 2px;
	background-color: #002f7b;
}
.news-sec-box .rt-content ul.news-ul-2 li .calendar span.year{
	display: block;
	width: 100%;
	padding: 8px 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-bottom: 2px;
	background-color: #002f7b;
} 
.news-sec-box .rt-content ul.news-ul-2 li .text{
	float: left;
	width: calc(100% - 100px);
}
.news-sec-box .rt-content ul.news-ul-2 li h4 {
	/* float: left; */
	width: 100%;
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	color: #333;
	margin-bottom: 5px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-sec-box .rt-content ul.news-ul-2 li h4 a {
	color: #333;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.news-sec-box .rt-content ul.news-ul-2 li h4:hover a {
	color: #002f7b;
}

.news-sec-box .rt-content ul.news-ul-2 li p{
	font-size: 14px;
	line-height: 24px;
	color: #555;
	text-indent: 28px;
	height:48px;
	overflow: hidden;
}
