@charset "utf-8";
/* 头部 */
.header1 {
	background: #19315D;
}

.header1 .list {

}

.header1 .list .item {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header1 .list .item .icon {

}

.header1 .tel {
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	background: url(../images/icon1.png) no-repeat left center;
	background-size: 21px 19px;
	padding: 10px 0 10px 34px;
	line-height: 30px;
}

.header2 {
	background: #FFFFFF;
	position: relative;
	z-index: 66;
}

.header2 .logo {
	font-size: 0;
}

.header2 .logo a {
	display: block;
	padding: 22px 0;
}

.header2 .logo img {
	height: 56px;
}

.header2 .nav-box {}

.header2 .nav-box .yiji {
	display: flex;
	align-items: center;
}

.header2 .nav-box .yiji>.item {
	padding: 20px 0;
	margin-right: 60px;
	position: relative;
}

.header2 .nav-box .yiji>.item:last-child {
	margin-right: 0;
}

.header2 .nav-box .yiji>.item>a {
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	padding: 15px 0;
	transition: all .3s;
	position: relative;
}

.header2 .nav-box .yiji>.item.active>a,
.header2 .nav-box .yiji>.item:hover>a {
	color: #19315D;
}

.header2 .nav-box .yiji>.item.active>a::after,
.header2 .nav-box .yiji>.item:hover>a::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 4px;
	background: #19315D;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.header2 .nav-box .yiji>.item .erji {
	display: none;
	position: absolute;
	z-index: 66;
	width: max-content;
	background: rgba(255, 255, 255, .8);
	text-align: center;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
}
.header2 .nav-box .yiji>.item:hover>.erji{
	display: block;
}

.header2 .nav-box .yiji>.item .erji>.item {
	position: relative;
}

.header2 .nav-box .yiji>.item .erji>.item>a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #19315D;
	line-height: 50px;
	padding: 0 15px;
	transition: all .3s;
}

.header2 .nav-box .yiji>.item .erji>.item.active>a,
.header2 .nav-box .yiji>.item .erji>.item:hover>a {
	color: #ffffff;
	background: rgba(25, 49, 93, .8);
}

.header2 .nav-box .yiji>.item .erji>.item .sanji {
	left: 100%;
	transform: translate(0, 0);
	top: 0;
}
.header2 .nav-box .yiji>.item .erji>.item:hover>.sanji{
	display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.header1 .tel {
		font-size: 22px;
		background-size: 24px 24px;
		padding: 10px 0 10px 38px;
	}
	.header2 .nav-box .yiji>.item {
		margin-right: 40px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.header1 .tel {
		font-size: 20px;
		background-size: 22px 22px;
		padding: 10px 0 10px 34px;
	}
	.header2 .logo a {
		padding: 15px 0;
	}
	.header2 .logo img {
		height: 50px;
	}
	.header2 .nav-box .yiji>.item {
		margin-right: 25px;
		padding: 10px 0;
	}
	.header2 .nav-box .yiji>.item>a {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.header1 .tel {
		font-size: 16px;
		background-size: 20px 20px;
		padding: 10px 0 10px 30px;
	}
	.header2 .logo a {
		padding: 5px 0;
	}
	.header2 .logo img {
		height: 40px;
	}
	.dl-menuwrapper {
		padding-top: 50px;
	}
	
	.dl-menuwrapper button {
		width: 50px;
		height: 50px;
		background-color: transparent;
		cursor: pointer;
	}
	
	.dl-menuwrapper button.dl-active {
		background-color: #19315D !important;
	}
	
	.dl-menuwrapper ul {
		background: #19315D;
	}
	
	.dl-menuwrapper li a {
		font-size: 14px;
		padding: 9px 20px;
		border-top: 1px solid #133778;
		border-bottom: 1px solid #0d1b34;
	}
	.dl-menuwrapper li.dl-back>a {
		padding-left: 30px;
		background: rgba(0, 0, 0, .1);
	}
	.dl-menuwrapper li.dl-back:after,
	.dl-menuwrapper li>a:not(:only-child):after,
	.dl-menuwrapper li>span {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	
	.header1 .list .item {
    width: 40px;
    height: 40px;
	margin:5px 0;
	}
	
}

/* 头部 */

/* 底部 */
.footer-box {
	background: #19315D;
}

.footer1 {
	padding: 40px 0 65px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.footer1 .footer-logo-box {
	max-width: 385px;
}

.footer1 .footer-logo-box .icon {
	display: block;
	height: 70px;
}

.footer1 .footer-logo-box .info-box {
	margin-top: 35px;
}

.footer1 .footer-logo-box .info-box .item {
	font-size: 16px;
	color: #ffffff;
	font-weight: lighter;
	line-height: 30px;
	padding-left: 24px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.footer1 .footer-logo-box .info-box .item.tel {
	margin-right: 24px;
}

.footer-icon-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.footer-icon-list .item {
}

.footer-icon-list .item:last-child {
	margin-right: 0;
}

.footer-icon-list .item .icons {
	display: block;
	height: 56px;
}

.footer1 .footer-list {}

.footer1 .footer-list .item {
	margin-right: 90px;
}

.footer1 .footer-list .item:last-child {
	margin-right: 0;
}

.footer1 .footer-list .item .cate-title {
	margin-bottom: 12px;
}

.footer1 .footer-list .item .cate-title a {
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
}

.footer1 .footer-list .item .items {}

.footer1 .footer-list .item .items a {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 30px;
	font-weight: lighter;
}

.footer2 {
	font-size: 16px;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
	padding: 20px 0;
}

@media (min-width: 1200px) and (max-width: 1439px) {
	.footer1 .footer-logo-box {
		margin-right: 120px;
	}
	.footer1 .footer-list .item {
		margin-right: 80px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.footer1 .footer-logo-box {
		margin-right: 210px;
	}
	.footer1 .footer-list .item {
		margin-right: 80px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer1 .footer-logo-box {
		margin-right: 0;
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.footer1 .footer-list .item {
		margin-right: 40px;
	}
}

@media (max-width: 767px) {
	/*.footer-box {
		padding: 35px 0 35px;
	}*/
	.footer1 .footer-logo-box {
		float: none;
		margin-right: 0;
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.footer1 .footer-logo-box .icon {
		height: 60px;
	}
	.footer1 .footer-logo-box .address {
		font-size: 14px;
    line-height: 30px;
    margin-top: 5px;
	}
	.footer1 .footer-list {
		display: none;
	}
	.footer1 .footer-list .item {
		margin-right: 0;
		width: 50%;
	}
}

/* 底部 */
/* 页面加载 */
.loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
}

.loading .pic {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font-size: 30px;
	text-align: center;
	line-height: 100px;
}

.loading .pic span {
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 50%;
	box-shadow: 0 3px 0 #666;
	animation: rotate 1s infinite linear;
	-webkit-animation: rotate 1s infinite linear;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

/* 页面加载 */
/*分页CSS*/
.pagination {
	text-align: center;
	font-size: 0;
}

.pagination li {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.pagination li:last-child {
	margin-right: 0;
}

.pagination li a,
.pagination li span {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	background: #999999;
	font-size: 14px;
	border-radius: 4px;
	transition: all .3s;
}

.pagination li a {
	cursor: pointer;
}

.pagination li.disabled span,
.pagination li.active span,
.pagination li a:hover {
	background: #1a325e;
	color: #fff;
	border-color: #1a325e;
}

@media (max-width: 767px) {
	.pagination li {
		margin-right: 8px;
	}

	.pagination li a,
	.pagination li span {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
}

/*分页CSS*/
/* 内页大图 */
.page_bg {
	height: 450px;
	display: flex;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
}
.page_bg .title {
	font-size: 60px;
	font-family: MyriadPro, MyriadPro;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0 2px 1px #060606;
}
.page_bg .email-box {
	margin-top: 30px;
}

.page_bg .email-box .desc {
	font-size: 18px;
	font-weight: lighter;
	color: #FFFFFF;
	margin-bottom: 25px;
}

.page_bg .email-box .form-box {
}

.page_bg .email-box .form-box .input {
	width: 200px;
	height: 50px;
	font-size: 14px;
	font-weight: 300;
	border: none;
	padding: 0 15px;
	background: #FFFFFF;
}

.page_bg .email-box .form-box .btn {
	width: 140px;
	height: 50px;
	background: #EF4138;
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

@media (max-width: 767px) {
	.page_bg {
		height: 300px;
	}
	.page_bg .title {
		font-size: 40px;
		margin-bottom: 20px;
	}
	.page_bg .email-box {
		float: none;
	}
	.page_bg .email-box .desc {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.page_bg .email-box .form-box .input {
		width: 70%;
	}
	.page_bg .email-box .form-box .btn {
		width: 30%;
	}
}
/* 内页大图 */

/* 新闻列表 */
.public-news-list {}

.public-news-list .item {}

.public-news-list .item .litpic {
	height: 0;
	padding-bottom: 58%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.public-news-list .item .box {
	padding: 20px 0 24px;
	min-height: 26rem;
}

.public-news-list .item .box .title {
	font-size: 20px;
	color: #19315D;
	/*height: 60px;*/
	line-height: 30px;
	margin-bottom: 15px;
	/*overflow: hidden;*/
}

.public-news-list .item .box .desc {
	font-size: 18px;
	color: #666666;
	margin-bottom: 30px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}

.public-news-list .item .box .handle-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.public-news-list .item .box .handle-box .time {
	font-size: 16px;
	font-weight: lighter;
	color: #666666;
}

.public-news-list .item .box .handle-box .more {
	width: 30px;
	height: 12px;
	background: url(../images/icon5.png) no-repeat center;
	background-size: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
	.public-news-list .item {
		margin-bottom: 30px;
	}
	.public-news-list .item:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.public-news-list .item {
		margin-bottom: 30px;
	}
	.public-news-list .item:last-child {
		margin-bottom: 0;
	}
		.public-news-list .item .box {
	min-height: 10rem;
}

}
/* 新闻列表 */

/* 内页标题 */
.public-cate-title {
	font-size: 48px;
	color: #19315d;
	font-family: MyriadPro, MyriadPro;
	line-height: 60px;
	padding-bottom: 28px;
	font-weight: bold;
	position: relative;
	margin-bottom: 60px;
}

.public-cate-title::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 200px;
	height: 4px;
	background: #ef4138;
	left: 0;
	bottom: 0;
}
/* 内页标题 */
@media (max-width: 767px) {
	.public-cate-title {
		font-size: 24px;
		line-height: 48px;
		}
}
