@import url("common.css");
.banner {
	height: 450px;
	background: none;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #fff;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background-color: #004a98;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 30px;
}

.mod {
	padding: 30px 0px 40px;
}
.mod dt {
	height: 19px;
	line-height: 38px;
	border-bottom: 2px dotted #ced7e6;
	margin: 19px 0 37px;
}
.mod dt strong {
	font-size: 26px;
	color: #333;
	padding: 0 0.5em 0 45px;
	background-color: #fff;
	font-weight: normal;
	display: block;
	float: left;
	background: #FFF left center no-repeat;
}
.mod dt a.more {
	float: right;
	background-color: #fff;
	padding-left: 1em;
	font-size: 12px;
	color: #666666;
}
.mod dt a.more:hover {
	color: #004a98;
}
.mod.case dt strong {
	background-image: url(../image/icon_case.png);
}
.mod.case {
	padding-top: 20px;
}
.mod.case ul {
	padding-top: 20px;
	/*display: flex;
	align-items: center;
	justify-content: space-between;*/
}
.mod.case li a .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 22px;
	padding: 10px;
	text-align: center;
	background-color: rgba(0, 74, 152, 0.7);
	color: #FFF;
}
.mod.case li a {
	display: block;
	position: relative;
	font-size: 18px;
}
.mod.case li a,
.mod.case li img,
.mod.case li {
	width: 268px;
	height: 177px;
	overflow: hidden;
}
.mod.case li:hover img {
	transform: scale(1.2);
}
.mod.case li img {
	transition: all 400ms;
}
.mod.case li {
	float: left;
	margin-right: 44px;
	position: relative;
}
.mod.service {
	width: 685px;
	float: left;
}
.mod.about dt strong,
.mod.about dt a.more,
.mod.service dt strong,
.mod.service dt a.more {
	background-color: #f4f7fa;
}
.mod.service dt strong {
	background-image: url(../image/icon_product.png);
}
.mod.service li {
	overflow: hidden;
	height: 51px;
	line-height: 51px;
	border-bottom: 2px dotted #e3e5e7;
}
.mod.service li a {
	display: block;
	padding-left: 32px;
	background: url(../image/dot2.png) 8px 23px no-repeat;
}
.mod.service li a:hover {
	background-image: url(../image/dot.png);
}

.mod.about {
	float: right;
	width: 446px;
}
.mod.about dt strong {
	background-image: url(../image/icon_about.png);
}
.mod.about dd {
	padding-top: 10px;
}
.mod.about .content {
	height: 244px;
	position: relative;
	overflow: hidden;
	/*background: #fff url(../image/about.jpg) center bottom no-repeat;*/
	background-size: cover;
	display: block;
}
.mod.about .content img.cover {
	transition: all 400ms;
}
.mod.about .content:hover img.cover {
	transform: scale(1.2);
}
.mod.about .content .info .name {
	font-size: 18px;
	line-height: 200%;
	text-align: center;
}
.mod.about .content .info .intro {
	font-size: 14px;
	line-height: 160%;
}
.mod.about .content .info {
	color: #FFF;
	padding: 10px 25px;
}
.mod.about .content .mask,
.mod.about .content .info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	/*width: 100%;*/
}

.mod.news {
	padding-top: 20px;
}
.mod.news dt strong {
	background-image: url(../image/icon_news.png);
}
.mod.news dd {
	padding: 0 0 8px;
}
.mod.news dd li {
	float: left;
	width: 630px;
}
.mod.news dd li a {
	display: block;
	border-bottom: 1px solid #f4eae7;
	padding: 25px 0 26px;
	min-height: 64px;
}
.mod.news dd li:last-child a {
	border-bottom: none;
}
.mod.news dd li p {
	font-size: 14px;
	color: #666;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.mod.news dd li .date {
	width: 64px;
	height: 64px;
	color: #004a98;
	background-color: #f7f9fd;
	text-align: center;
	font-family: Arial;
	float: left;
	margin-right: 20px;
}
.mod.news dd li .date span.month {
	font-size: 14px;
}
.mod.news dd li .date span.day {
	font-size: 30px;
	font-weight: bold;
	padding-top: 5px;
}
.mod.news dd li .date span {
	display: block;
}
.mod.news dd li a:hover .title {
	color: #004a98;
}
.mod.news dd li .title {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 5px;
}
.mod.news dd li .thumb {
	display: none;
}
.mod.news dd li.i1 {
	float: left;
	margin-top: 20px;
	margin-right: 37px;
	width: auto;
}
.mod.news dd li.i1 a {
	padding: 0;
	border: none;
	height: auto;
	box-shadow: 0 0 20px rgba(0,0,0,.43);
}
.mod.news dd li.i1 .thumb {
	display: block;
}
.mod.news dd li.i1 .date,
.mod.news dd li.i1 .description {
	display: none;
}
.mod.news dd li.i1 .title {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	font-size: 16px;
	background-color: rgba(0,0,0,.6);
	color: #FFF;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.mod.news dd li.i1 a,
.mod.news dd li.i1 a img {
	width: 532px;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.mod.news dd li.i1 a img {
	transition: all 400ms;
}
.mod.news dd li.i1 a:hover img {
	transform: scale(1.2);
}

.caseSwiper {
	/*padding-bottom: 40px;*/
}
.caseSwiper .swiper-button-next {
	right: -30px;
}
.caseSwiper .swiper-button-prev {
	left: -30px;
}
.caseSwiper .swiper-pagination-bullet {
	background-color: #CCC;
}
.caseSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #004a98;
}
.caseSwiper > .swiper-pagination-bullets {
	bottom: 0px;
}

.b1 {
	background-color: #f4f7fa;
}

@media screen and (min-width:640px) and (max-width: 1200px) {
	.swiper-wrapper {
		flex-wrap: wrap;
	}
	.mod.case li {
		margin: 11px;
	}
	.caseSwiper {
		width: 580px;
	}
	.banner {
		height: 300px;
	}
	.swiper-slide {
		background-size: cover !important;
	}
	.mod.service,
	.mod.about {
		float: none;
		width: auto;
	}
	.mod.about .content img.cover {
		width: 100%;
	}
	.mod.news dd {
		padding-bottom: 0;
	}
	.mod.news dd li {
		float: none;
		width: auto;
		clear: both;
	}
}
@media screen and (max-width: 640px) {
	a {
		color: #333;
	}
	.swiper-wrapper {
		flex-wrap: wrap;
	}
	.mod dt strong {
		background-size: 25px;
		padding-left: 31px;
	}
	.mod.case li {
		margin: 0 auto 30px;
		float: none;
	}
	.mod.case li a, .mod.case li img, .mod.case li {
		width: 300px;
		height: 200px;
	}
	.caseSwiper {
		width: 100%;
	}
	.mod.about .content img.cover {
		display: none;
	}
	.banner {
		height: 260px;
	}
	.swiper-slide {
		background-size: cover !important;
	}
	.mod {
		padding: 0;
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.b1 {
		background-color: #fff;
	}
	.b1 .wrap {
		width: 100%;
	}
	.mod.service {
		background-color: #f4f7fa;
	}
	.mod.about dt strong,
	.mod.about dt a.more {
		background-color: #fff;
	}
	.mod.about,
	.mod.service dt,
	.mod.service dd {
		float: none;
		width: 93%;
		margin-left:auto;
		margin-right:auto;
	}
	.mod.service {
		float: none;
		width: 100%;
		border-top: 1px solid #FFF;
		margin-top: 0;
		padding-top: 5px;
		margin-bottom: 0px;
	}
	.mod.service ul {
		margin-top: -13px;
	}
	.mod.service li {
		height: auto;
		line-height: 24px;
		padding: 13px 0;
	}
	.mod.service li a {
		background-position: 8px 8px;
	}
	.mod.case {
		padding-top: 0px;
		margin-bottom: 20px;
	}
	.mod.case ul {
		padding-top: 0;
		margin-top: -5px;
	}
	.mod dt strong {
		font-size: 24px;
	}
	.mod.about {
		margin-top: 0;
		margin-bottom: 0;
		position: relative;
	}
	.mod.about dt,
	.mod.about dd {
		width: 93%;
		margin: 0 auto;
		background-color: #fff;
		clear: both;
	}
	.mod.about dd {
		width: 100%;
	}
	.mod.about dt {
		padding-top: 43px;
		margin-bottom: 30px;
	}
	/*.mod.about dt a.more,
	.mod.about dt strong {
		background-color: #fff;
	}*/
	.mod.about .content .info {
		padding: 10px;
		width: auto;
	}
	.mod.about .content .info .name {
		padding: 5px 0;
	}
	.mod.news {
		padding-top: 0;
		margin-top: 40px;
	}
	.mod.news dt {
		margin-bottom: 42px;
	}
	.mod.news dd ul {
		padding-bottom: 7px;
	}
	.mod.news dd li {
		width: auto;
		float: none;
		padding: 1px;
	}
	.mod.news dd li.i1 {
		margin: 0 0 20px;
		float: none;
	}
	.mod.news dd li a {
		padding: 10px 0;
		border-bottom: none;
	}
	.mod.news dd li a .title {
		color: #004a98;
	}
	.mod.news dd li.i1 a, .mod.news dd li.i1 a img {
		width: 100%;
		height: 180px;
	}
	.mod.service li:last-child {
		border: none;
	}
	.mod.news dd {
		padding-bottom: 0;
	}
	.mod.about .content {
		background: #fff url(../image/about.jpg) center bottom no-repeat;
		background-size: cover;
	}
	.footer {
		background-image: url(../image/footer640.jpg);
	} 
}



/* End */
