@font-face {
	font-family: fontawesome;
	src: url(../fonts/fontawesome-webfont.ttf), url(../fonts/fontawesome-webfont.woff)
}

.page-header {
	text-align: center;
	padding: 80px 0 92px;
	font-weight: 300;
	background: url(../images/pattern-dark.png) #383d61
}

.page-header .page-header-title {
	font-size: 30px;
	color: #fff;
	font-weight: 400
}

.breadcrumb-box {
	border-bottom: 1px solid #e9e9e9
}

.breadcrumb-box .am-breadcrumb {
	padding: 16px 0 0;
	margin-bottom: 1rem
}

.breadcrumb-box .am-breadcrumb li a {
	font-size: 14px;
	color: #262626
}

.breadcrumb-box .am-breadcrumb .am-active {
	color: ##6975a6
}

.section .section--title {
	font-size: 50px;
	font-weight: 300;
	text-align: center
}

.section .section--description {
	font-size: 20px;
	line-height: 30px;
	color: #9b9b9b;
	text-align: center;
	margin: 13px 0 0
}

.section .section-container {
	border-top: 1px solid #e9e9e9;
	margin-top: 50px
}

.contact-left {
	padding-top: 60px;
	padding-left: 0;
}

.section .section-container .contact-left li {
	list-style: none;
	margin: 0 0 5px 0
}

.section .section-container .contact-left li::first-child {
	margin-top: 60px !important
}

.section .section-container .contact-left li .contact_item {
	position: relative;
	padding: 0 0 0 97px;
	min-height: 115px;
	height: auto;
	box-sizing: border-box;
	padding-top: 10px;
}

.section .section-container .contact-left li .contact_item .contact_item--icon {
	position: absolute;
	display: block;
	text-align: center;
	font-size: 60px;
	color: #6975a6;
	top: 0;
	left: 0
}

.section .section-container .contact-left li .contact_item .contact_item--title {
	font-size: 20px;
	margin-top: 0;
}

.section .section-container .contact-left li .contact_item .contact_item--text {
	font-size: 16px;
	line-height: 23px;
	color: #666;
	margin: 15px 0 0
}

.contact_item--text img {
	display: block;
	width: 140px;
	height: 140px;
}

.section .section-container .contact-form {
	margin-top: 60px
}

.section .section-container .contact-form .contact-form_title {
	font-size: 20px;
	margin: 0 0 6px
}

.section .section-container .contact-form input,
.section .section-container .contact-form textarea {
	width: 100%;
	background: #fcfcfc;
	border: 2px solid #e9e9e9;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 20px;
	position: relative;
	z-index: 1;
	resize: none;
	border-radius: 3px;
	vertical-align: top;
	color: #262626
}

.section .section-container .contact-form .am-form .am-g .am-u-md-6 {
	padding: 10px
}

.section .section-container .contact-form .am-form select {
	width: 100%;
	background: #fcfcfc;
	border: 2px solid #e9e9e9;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 20px;
	position: relative;
	z-index: 1;
	resize: none;
	border-radius: 3px;
	vertical-align: top;
	color: #262626
}

.section .section-container .contact-form .am-form .btn-change {
	position: absolute;
	top: 10px;
	padding: 10px 18px;
	border: 2px solid #34c1e4;
	background: #fff;
	color: #34c1e4
}

.section .section-container .contact-form .am-form .btn-reguest {
	padding: 10px 18px;
	border: 2px solid #6975a6;
	background: #fff;
	color: #6975a6;
	width: 94px;
	line-height: 15px;
	margin-top: 10px
}

.section .section-container .contact-form .am-form .btn-reguest:hover {
	background: #6975a6;
	color: #fff
}


/*
 * news
 */

.news-list>li {
	padding: 1.5rem 1.25rem;
}

.news-item {
	width: 100%;
	height: auto;
	position: relative;
	box-sizing: border-box;
}

.news-item a {
	display: block;
	width: 100%;
	height: 100%;
}

.top-img {
	width: 100%;
	height: auto;
	max-height: 200px;
	overflow: hidden;
}

.top-img img {
	display: block;
	height: auto;
	max-height: 200px;
	width: 100%;
	margin: 0 auto;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.news-body {
	box-sizing: border-box;
	background: #f8f8f8;
	width: 100%;
	height: auto;
	padding: 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.news-body h4 {
	font-weight: bold;
	color: #333;
	margin: 0;
	font-size: 17px;
	line-height: 29px;
	height: 58px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 10px;
}

.news-body .news-time {
	width: 100%;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #999;
}

.news-item a:hover .top-img img {
	/*transform: scale(1.05);*/
}

.news-item a:hover .news-body {
	background: #efefef;
}

@media screen and (max-width:640px) {
	.btn-fl {
		float: left!important;
		text-align: center
	}
	.page-header {
		padding: 60px 0;
	}
	.page-header .page-header-title {
		font-size: 30px;
	}
	.section .section--header .section--title {
		font-size: 20px !important;
	}
	.contact-left {
		padding-top: 30px;
		padding-left: 0;
	}
	.section-padding15 {
		padding: 0 15px !important;
		float: none !important;
	}
	.section .section-container .contact-left li .contact_item {
		padding: 0 0 0 50px;
	}
	.section .section-container .contact-left li .contact_item .contact_item--icon {
		font-size: 30px;
		width: 40px;
		height: 40px;
		padding: 5px;
	}
	.contact_item .contact_item--icon::before {
		display: block;
	}
	.section .section-container .contact-form {
		margin-top: 20px;
	}
	.section .section-container .contact-form .am-form .btn-reguest {
		width: 100%;
	}
	.top-img {
		max-height: none
	}
	.top-img img {
		/*object-fit: cover;*/
	}
	.news-body {
		padding: 12px 10px;
	}
	.news-body h4 {
		font-size: 16px;
		line-height: 20px;
		height: 40px;
		margin-bottom: 0;
	}
	.news-body .news-time {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		color: #999;
		padding-top: 5px;
	}
}