* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	list-style-type: none;
}

body {
	background-color: #eee;
}

/* 整个滚动条区域 */
::-webkit-scrollbar {
	width: 8px;
	/* 垂直滚动条宽度 */
	height: 8px;
	/* 水平滚动条高度 */
	background-color: #f5f5f5;
	/* 滚动条轨道背景 */
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	background: #09c9b2;
	border-radius: 10px;
	border: 2px solid #f1f1f1;
	/* 创建边框效果 */
	background-clip: padding-box;
	/* 防止背景色溢出到边框 */
}

/* 滚动条滑块悬停状态 */
::-webkit-scrollbar-thumb:hover {
	background: #a8a8a8;
}

/* 滚动条按钮(上下箭头) */
::-webkit-scrollbar-button {
	display: none;
	/* 通常隐藏默认按钮 */
}


header {
	height: 70px;
	border-bottom: 1px solid #eee;
	width: 100%;
	min-width: 1200px;
	background: #fff;
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
}

header nav {
	flex: 1;
}

header nav ul {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

header nav .nav-link {
	color: #212121;
	display: block;
		padding: 0 18px;
}

header nav .nav-item {
	color: #212121;
	display: block;
	line-height: 68px;

	box-sizing: border-box;
	font-size: 14px;
	transition: all 0.1s ease-in-out;
	cursor: pointer;
}

header nav .nav-item:hover {
	background: rgba(211, 240, 236, 0.3);
	border-top: 4px solid #EC062D;
}

header nav .nav-item:hover a {
	color: #EC062D;
}

header .logo img {
	width: 100px;
	margin-right: 22px;
}

header .right {
	height: 26px;
	line-height: 26px;
	padding-left: 30px;
	color: #212121;
	font-size: 14px;
}

header .right {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

header .consult {
	background: url('../img/consult.png') no-repeat left center;
	display: block;
	height: 26px;
	line-height: 26px;
	padding-left: 30px;
	color: #212121;
	font-size: 14px;
}

header .tel {
	margin-left: 20px;
	background: url('../img/tel.png') no-repeat left center;
	background-size: auto 100%;
	padding-left: 30px;
}

section.banner {
	height: 400px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.sub-banner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: center;
	height: 250px;
}

.sub-content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	height: 100%;
	width: 1200px;
	margin: 0 auto;
}

.sub-content h1 {
	font-size: 26px;
	font-weight: bold;
}

.sub-content p {
	font-size: 14px;
	margin-top: 10px;
}

.position {
	width: 1200px;
	margin: 0 auto;
	text-align: right;
	color: #999;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
}

.position a {
	color: #999;
}

.about {

}
.about-content{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 20px;
}
.about-content h2{
	font-size: 22px;
	font-weight:700;
}
.about-content .text-secondary{
	font-size: 14px;
	margin-top: 20px;
}
.text-center {
    text-align: center!important;
}
.text-secondary a {
    color: #6c757d;
}
.fs-sm-28 {
    font-size: 2rem;
}
.text-secondary {
    color: #6c757d!important;
}
.pb-2, .py-2 {
    padding-bottom: 0.5rem!important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.job-content {
	position: relative;
	display: flex;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0.25rem;
	font-size: 14px;
	border: none;
	width: 1200px;
	margin: 0 auto;
	flex-wrap: wrap;
}

.col-lg-3 {
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 15px;

}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0.25rem;
	margin: 15px 0;
}

.bg-light {
	background-color: #f8f9fa !important;
}

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
}


.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125);
}

.card-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.btn-info {
	margin-top: 10px;
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
	display: inline-block;
	font-weight: 400;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	font-size: 12px;
}

.page {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
	font-size: 12px;
	padding: 50px 0;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-num,
.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #17a2b8;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
.page-num-current {
    z-index: 1;
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	background-size: cover;
}

.swiper-slide.one {
	background: url('../img/banner.png');
}

.swiper-slide.two {
	background-image: url('../img/banner2.jpg');
}

.slide-content {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.slide-content .title {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
}

.slide-content .desc {
	font-size: 16px;
	margin-bottom: 12px;
	font-weight: 500;
	color: #fff;
}

.slide-content .button {
	width: 180px;
	height: 43px;
	background: linear-gradient(90deg, #00bcd5, #38cdba);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 30px;
}

section {
	background-color: #fff;
	position: relative;
}

section h2 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	text-align: center;
}

section h3 {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	margin-top: 8px;
	line-height: 1;
	text-align: center;
}

section.service {}

section.service .tag {
	margin-bottom: 5px;
}

section.service .tag ul {
	background: #fff;
	height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

section.service .tag ul li {
	width: 300px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}

section.service .tag ul li .icon {
	width: 40px;
	height: 40px;
	position: relative;
	margin-right: 20px
}

section.service .tag ul li .title {
	display: flex;
	height: 40px;
	position: relative;
	flex-direction: column;
}

section.service .tag ul li .title::before {
	width: 1px;
	position: absolute;
	left: 0;
	height: 32px;
	top: 4px;
	background: #eeeeee;
	content: "";
	display: block;
}

section.service .tag ul li .title .cn {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
	margin-left: 15px;
	line-height: 1;
}

section.service .tag ul li .title .en {
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #c3c3c3;
	margin-left: 15px;
}



section.service .tag li .line {
	width: 300px;
	position: absolute;
	bottom: -7px;
	left: 0;
	height: 5px;
	background: #09c9b2;
	transition: 0.3s ease-in-out;
}

section.service .content {
	background-color: #fff;
	margin-top: 5px;
	padding-top: 50px;
}

.service-box {
	width: 1200px;
	margin: 0 auto;
	height: 360px;
	display: flex;
	margin-top: 30px;
	overflow: hidden;
}

.service-box .item-col {
	width: 200px;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: 0.3s;
}

.service-box .item-col .item {
	width: 100%;
	height: 170px;
	background: #3d3d3d;
	border-right: 1px solid #fff;
	padding: 20px 16px;
	box-sizing: border-box;
	position: relative;
}

.service-box .item-col .item:nth-last-of-type(2) {
	border-bottom: 1px solid #fff;
}

.service-box .item-col .item .name {
	font-size: 19px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
}

.service-box .item-col .item .icon-box {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.service-box .item-col .item .icon-box img {
	max-width: 40px;
	max-height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.service-box .item-col .item:nth-last-of-type(2) .item-marsk {
	top: 0;
}

.service-box .item-col .item .item-marsk {
	opacity: 0;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	transition: 0.3s;
	z-index: 1;
	border-right: 1px solid #fff;
	padding: 20px;
}

.service-box .item-col.act {
	width: 600px;
}

.service-box .item-col .item.act .item-marsk {
	width: 600px;
	height: 340px;
	opacity: 1;
}

.service-box .item-col .item .item-marsk {
	opacity: 0;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	transition: 0.3s;
	z-index: 1;
	border-right: 1px solid #fff;
	padding: 20px;
}

.service-box .item-col .item .item-marsk .title {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 40px;
}

.service-box .item-col .item .item-marsk .desc {
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 10px;
}

.service-box .item-col .item:nth-last-of-type(2) .item-marsk {
	top: 0;
}

.service-box .item-col .item:nth-last-of-type(1) .item-marsk {
	bottom: 0;
}

.tag-content {
	display: none;
}

.content-wrap .content-box .content-area {
	padding-top: 50px;
	background-color: #fff;
}

.scene-box-1 {
	padding: 0;
	height: 560px;
	position: relative;
}

.scene-box-1 .img {
	top: 60px;
	position: absolute;
	left: calc(302px - (1920px - 100vw) / 2);
}

.scene-box-1 .desc {
	top: 80px;
	width: 550px;
	position: absolute;
	left: calc(990px - (1920px - 100vw) / 2);
	text-align: left;
}

.scene-box-1 .desc h2 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	margin-bottom: 8px;
	text-align: left;
}

.scene-box-1 .desc h3 {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	margin-bottom: 36px;
	text-align: left;
}

.scene-box-1 .desc .msg {
	font-size: 14px;
	font-weight: 400;
	color: #09c9b2;
	line-height: 1;
	position: relative;
	margin-bottom: 10px;
}

.scene-box-1 .desc .msg::before {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	background: #09c9b2;
	border-radius: 50%;
	margin-right: 5px;
	margin-bottom: 2px;
}

.scene-box-1 .desc .title {
	margin-top: 34px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	line-height: 1;
}

.flex-row {
	justify-content: space-between;
}

.flex-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.items-website {
	padding: 20px;
}

.items-website .item {
	box-sizing: border-box;
	width: 183px;
	height: 260px;
	position: relative;
	background: #fff;
	margin-right: 20px;
	overflow: hidden;
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.items-website .item-title {
	font-size: 16px;
	text-align: center;
	padding-top: 16px;
	color: #333;
	margin-bottom: 35px;
}

.items-website .img-block {
	position: relative;
	margin-bottom: 10px;
}

.items-website .img-block img {
	width: 80px;
}

.img-block img,
.img-block svg {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.items-website .item-p {
	color: #999;
	text-align: left;
	line-height: 24px;
	font-size: 12px;
	padding: 0 10px;
	text-indent: 2em;
}

.items-website .item .item-hidden-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 182px;
	height: 46px;
	box-shadow: 4px 0 10px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #20b09f;
	display: flex;
	transition: all 0.5s ease;
	transform: translateY(56px);
}

.items-website .item .item-hidden-btn .item-hidden-btn-left {
	display: block;
	width: 91px;
	color: #20b09f;
	line-height: 46px;
	background: #f2fffd;
	text-align: center;
	font-size: 14px;
}

.items-website .item .item-hidden-btn .item-hidden-btn-right {
	display: block;
	flex: 1;
	color: #fff;
	background: #20b09f;
	line-height: 46px;
	text-align: center;
	font-size: 14px;
}

.items-website .item:hover {
	box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.15);
}

.items-website .item:hover .item-hidden-btn {
	transform: none;
}

.items-pinpai {
	padding-top: 50px;
	padding-bottom: 50px;
}

.items-pinpai .items-block {
	display: flex;
	margin: 0 auto;
	margin-top: 45px;
	flex-wrap: wrap;
	width: 1200px;
	background: #fff;
	justify-content: flex-start;
}

.items-pinpai .item {
	position: relative;
	width: 200px;
	height: 100px;
	perspective: 300px;
	perspective-origin: 50% 50%;
	transform-style: preserve-3d;
}

.items-pinpai .face-a {
	transition: transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	border: 1px solid rgba(239, 239, 239, 0.5);
}

.img-block img,
.img-block svg {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.items-pinpai .face-a img {
	max-width: 86%;
	max-height: 90%;
}

.items-pinpai .face-b {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #20b09f;
	transition: transform 0.5s ease;
	transform: rotateX(-180deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.items-pinpai .item-title {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	padding: 0 20px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.items-pinpai .item:hover {
	z-index: 1;
}

.items-pinpai .item:hover .face-b {
	transform: none;
}

.items-pinpai .item:hover .face-a {
	transform: rotateX(180deg);
}



.items-custom-design {
	height: 560px;
	background: url('../img/xys_one_4.png') no-repeat center;
	overflow: hidden;
}

.main-wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	min-width: 1200px;
}

.items-custom-design .items-title {
	font-size: 24px;
	margin-top: 65px;
}

.items-title {
	font-size: 24px;
	text-align: center;
	margin-bottom: 25px;
}

.main-color {
	color: #3ca7fc;
}

.items-custom-design .img-block {
	margin-top: 40px;
}

.img-block img,
.img-block svg {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.items-custom-design .items-btn {
	text-align: center;
	margin-top: 32px;
}

.items-custom-design .items-a {
	width: 175px;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	background-color: transparent;
}

.btn-b {
	display: inline-block;
	border: none;
	padding: 0;
	background-color: #fff;
	color: #3ca7fc;
	border: 1px solid #3ca7fc;
	box-sizing: border-box;
	text-align: center;
}

.popular-function {
	height: 626px;
	color: #fff;
	background: url('../img/popular-function-bg.png') top center no-repeat;
	overflow: hidden;
}

.items-full-have .items-title {
	font-size: 24px;
	margin-top: 42px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #757f89;
}

.function-navs {
	float: left;
	width: 150px;
	margin: 44px 0 0;
	padding: 0 0 36px;
	border-right: 2px solid #78828d;
}

.function-navs li {
	position: relative;
	height: 36px;
	padding: 0 42px 0 0;
	margin: 28px 0 0;
	font-size: 16px;
	line-height: 36px;
	cursor: pointer;
	text-align: right;
}

.function-navs .active,
.function-navs li:hover {
	z-index: 2;
	color: #00ffe1;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#404e5d, endColorstr=#333f4b);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#333f4b));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #333f4b 100%);
}

.function-navs .active:after,
.function-navs li:hover:after {
	display: block;
}

.function-navs li:after {
	content: "";
	display: none;
	position: absolute;
	top: -2px;
	right: -3px;
	width: 4px;
	height: 40px;
	background: #00ffe1;
	border-radius: 2px;
}

.function-cont {
	display: none;
	padding: 45px 45px 0;
	margin: 0 0 0 156px;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
}

.function-cont.active {
	display: block;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.function-cont-l {
	float: left;
	height: 412px;
	width: 52%;
	line-height: 420px;
	text-align: center;
}

.function-cont-l img {
	vertical-align: middle;
}

.function-cont-r {
	float: right;
	width: 47%;
}

.qianduan_ul {
	width: 450px;
	overflow: hidden;
	margin-top: 80px;
}

.qianduan_ul li {
	width: 450px;
	height: 126px;
	border: 1px solid #65717d;
	box-sizing: border-box;
	margin-bottom: 19px;
}

.qianduan_ul li .l {
	width: 98px;
	height: 100%;
	float: left;
	position: relative;
}

.qianduan_ul li .r {
	width: 350px;
	height: 100%;
	overflow: hidden;
	float: left;
}

.qianduan_ul li .l img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.qianduan_ul li .r .title {
	font-size: 18px;
	color: #fff;
	margin-top: 18px;
	position: relative;
}

.qianduan_ul li .r .title:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background: #3ca7fc;
	left: 0px;
	top: 30px;
}

.qianduan_ul li .r .txt {
	font-size: 12px;
	color: #fff;
	margin-top: 18px;
	line-height: 22px;
	width: 292px;
}

.function-cont-r {
	float: right;
	width: 47%;
}

.dingdanjiaoyi {
	width: 450px;
	overflow: hidden;
	margin-top: 80px;
}

.dingdanjiaoyi .title {
	font-size: 18px;
	color: #fff;
	margin-top: 18px;
	position: relative;
}

.dingdanjiaoyi .title:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background: #3ca7fc;
	left: 0px;
	top: 30px;
}

.dingdanjiaoyi ul {
	width: 314px;
	margin-top: 30px;
}

.dingdanjiaoyi ul li {
	width: 100%;
	height: 42px;
	margin-bottom: 20px;
}

.dingdanjiaoyi ul li img {
	float: left;
}

.dingdanjiaoyi ul li p {
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	margin-left: 55px;
	width: 218px;
}

.shipin_title {
	font-size: 18px;
	color: #fff;
	margin-top: 50px;
	position: relative;
}

.shipin_title {
	font-size: 18px;
	color: #fff;
	margin-top: 50px;
	position: relative;
}

.shipin_title:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background: #3ca7fc;
	left: 0px;
	top: 30px;
}

.function-intro-header {
	padding: 34px 0 0;
	margin-bottom: 25px;
}

.flex-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.flex-row-justify {
	display: flex;
	justify-content: space-between;

}

.function-intro-video>div {
	width: 140px;
	text-align: center;
}

.kuozhan_title {
	font-size: 18px;
	color: #fff;
	margin-top: 60px;
	position: relative;
	margin-left: 20px;
}

.kuozhan_title:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background: #3ca7fc;
	left: 0px;
	top: 30px;
}

.function-enlarge {
	padding: 50px 0 0;
	justify-content: space-around !important;
}

.function-enlarge>div {
	width: 152px;
	height: 198px;
	padding: 0 25px;
	border: 1px solid #616d78;
	text-align: center;
}

.function-enlarge .pic {
	height: 55px;
	margin: 36px 0 16px;
	line-height: 55px;
}

.function-enlarge .pic img {
	vertical-align: middle;
}

.news-wrap{
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
}

.news-wrap ul li a{
	display: flex;
	justify-content: space-between;
	padding: 30px;
	border-bottom: 1px solid #eee;
	transition: all 0.3s ease-in-out;
}
.news-wrap ul li a .pic{
	width: 260px;
	height: 160px;
	overflow: hidden;
	margin-right: 30px;
}
.news-wrap ul li a .pic img{
	transition: all 0.3s ease-in-out;
}
.news-wrap ul li a:hover .pic img{
	transform: scale(1.1);
}
.news-wrap ul li a:hover {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 22px rgba(0,0,0,.12);
}
.news-wrap ul li a .news-content{
	flex: 1;
}
.news-head{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-content{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	height: 100%;
}
.news-content h1{
	color: #333;
	font-size: 18px;
	font-weight: 400;
}
.news-content span{
	color: #999;
	font-size: 14px;
	font-weight: 300;
}
.news-content .summery{
	color: #666;
	margin: 10px 0;
	font-weight: 300;
	font-size: 14px;
	line-height: 26px;
}







footer {
	background-color: #eee;
	padding-top: 60px;
}

footer .nav {
	width: 1200px;
	margin: 0 auto;
	min-width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .nav ul {
	display: flex;
	flex: 1;
	justify-content: space-between;
}

footer .nav ul li {
	margin-right: 20px;
}

footer .nav p {
	font-size: 14px;
	margin-bottom: 10px;
}

footer .nav a {
	color: #666;
	font-size: 12px;
	line-height: 2em;
	display: block;
}

footer .nav .logo {
	height: 50px;
	width: 100px;
	margin-left: 50px;
}

footer .copyright {
	width: 1200px;
	margin: 0 auto;
	min-width: 1200px;
	font-size: 12px;
	color: #999;
	line-height: 22px;
	padding-bottom: 20px;
	margin-top: 20px;
}

footer .copyright a {
	color: #999;
}
.links{
	width: 1200px;
	margin: 0 auto;
	color: #999;
	font-size: 12px;
	margin-bottom: 30px;
	font-weight: 300;
}
.links a{
	color: #999;
	font-weight: 300;
	margin: 0 5px;
	font-size: 12px;
}