/*滚动条样式*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #fff3f4;
}

::-webkit-scrollbar-thumb {
	background: #007cc3;
	height: 60px;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #007cc3;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #007cc3;
}

body {
	font-family: "Helvetica Neue","Helvetica","Arial","sans-serif", "微软雅黑";
	position: relative;
	min-height: 100vh;
}

i,em {
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

@media (min-width: 1440px) {
	.container {
		width: 1400px;
	}
}
@media (min-width: 1600px) {
	.container {
		width: 1520px;
	}
}

.img {
	width: 100%;
	overflow: hidden;
}
.img img {
	display: block;
	width: 100%;
	transition: all .5s;
}

/*foot*/
.footer {	
	background-color: #282727;
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #0787e5;
}
.foot_pro_menu {
	margin-bottom: 45px;
	overflow: hidden;
	margin-left: -5px;
	margin-right: -5px;
}
.foot_pro_menu a {
	float: left;
	line-height: 1;
	border-right: 1px #fff solid;
	padding: 0 5px;
	margin: 5px 0;
}
.foot_pro_menu a:last-child {
	border-right: 0;
}
.foot_info span {
	display: block;
	line-height: 24px;
}
.foot_info a {
	display: inline-block;
}
.foot_right {
	max-width: 128px;
	margin: 15px auto 0;
}
.foot_right img {
	display: block;
	width: 100%;	
}
.foot_right span {
	display: block;
	text-align: center;
	margin-top: 5px;
}
.gotop {
	width: 50px;
	height: 50px;
	background: url(../images/goBack.png) no-repeat center;
	background-size: contain;
	position: fixed;
	right: 5px;
	bottom: 240px;
	cursor: pointer;
	display: none;
	transition: all .5s;
}
/* .gotop:hover {
	background: url(../images/icon/icon1_1.png) no-repeat center;
	background-size: contain;
} */
@media (max-width: 767px) {
	.footer {
		font-size: 12px;
		line-height: 16px;
		padding: 8px 0;
	}
	.foot_pro_menu {
		display: none;
	}
	.foot_info span {
		line-height: 20px;
	}
	.gotop {
		width: 30px;
		height: 30px;
		bottom: 60px;
	}
}
@media (min-width: 768px) {
	.footer .container {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.foot_left {
		width: 100%;
	}
	.foot_right {
		flex: 0 0 auto;
		width: 128px;
		margin-left: 30px;
	}
}

/*导航*/
.navbar-default {
	background-color: rgba(255,255,255,.9);
	border: 0;
	box-shadow: 0 3px 6px rgba(0,0,0,.2);
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-brand {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-brand img {
	display: block;
	height: 30px;
}
.navbar-default .navbar-toggle {
	border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #c30d23;
	transition: all .5s;
}
.indexHeader .navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .menu_close .icon-bar:nth-child(1) {
	transform: rotate(45deg);
	position: relative;
	top: 6px;
}
.navbar-default .menu_close .icon-bar:nth-child(2) {
	display: none;
}
.navbar-default .menu_close .icon-bar:nth-child(3) {
	transform: rotate(-45deg);
}
.navbar-default .navbar-nav>li>a {
	color: #545353;
	border-radius: 20px;
	transition: all .5s;
}
.navbar-default .nav>li>a:focus,
.navbar-default .nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #c30d23;
	background-color: transparent;
}

@media (min-width: 768px) {
	.index_body .header {
		/* position: absolute;
		left: 0;
		right: 0;
		top: 0;
		z-index: 2; */
	}
	.navbar-brand {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.navbar-brand img {
		height: 40px;
	}
	.navbar-default .navbar-collapse {
		padding: 10px 0;
	}
	.navbar-default .navbar-nav>li>a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.navbar-default .nav>li>a:focus,
	.navbar-default .nav>li>a:hover,
	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
		color: #fcfbfb;
		background-color: #007cc3;
	}
}
@media (min-width: 1200px) {
	.navbar-brand {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-brand img {
		height: 50px;
	}
	.navbar-default .navbar-collapse {
		padding: 15px 0;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
		padding: 10px 30px;
	}
}
@media (min-width: 1600px) {
	.navbar-brand {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-brand img {
		height: 60px;
	}
	.navbar-default .navbar-collapse {
		padding: 25px 0;
	}
}
@media (min-width: 1700px) {
	.header .container,
	.index_banner .container {
		width: 1650px;
	}
}

/*首页*/
.index_banner {
	position: relative;
}
.index_banner img {
	display: block;
	width: 100%;
}
.banner_text {
	position: absolute;
	left: 0;
	right: 0;
	top: 64%;
	transform: translateY(-50%);
}
.banner_text a{
	margin: 0 auto;
	display: block;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 2px solid #fff;
	font-size: 24px;
	color: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
}
.swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
	opacity: 1;
	border-radius: 4px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007cc3;
}
.banner_text img {
	display: block;
	width: 100%;
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}
.banner_text .min_img {
	display: none;
}
.banner1 .banner_text img {
	transform: translateY(-100%);
}
.banner2 .banner_text img {
	transform: translateY(100%);
}
.banner3 .banner_text img {
	transform: scale(0);
}
.banner4 .banner_text img {
	transform: translateX(-100%);
}
.banner5 .banner_text img {
	transform: translateX(100%);
}
.index_banner .swiper-slide-active .banner_text img {
	opacity: 1;
	transform: none;
	transition-delay: .5s;
}

@media (max-width: 767px) {
	.banner_text .PC_img {
		display: none;
	}
	.banner_text .min_img {
		display: block;
	}
	.index_banner .swiper-button-prev,
	.index_banner .swiper-button-next {
		width: 18px;
		height: 29px;
		margin-top: -15px;
		background-size: contain;
	}
}

.index_main {
	padding: 50px 0;
	overflow: hidden;
	position: relative;
}
.index_title {
	text-align: center;
	cursor: pointer;
	margin-bottom: 40px;
}
.index_title h2 {
	font-size: 18px;
	font-weight: bold;
	color: #3d3e3e;
	margin: 0 0 7px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_title h2>b{
	display: inline-block;
	padding-left:48px;
	background:url(../images/krj_logo.png) no-repeat left center;
	background-size:auto 26px;
}
.index_title h2 i {
	color: #0787e5;
}
.index_title span {
	display: block;
	font-size: 16px;
	color: #666666;
	text-transform: uppercase;
}
.index_more {
	text-align: center;
	margin-top: 30px;
	position: relative;
}
.index_more a {
	display: inline-block;
	font-size: 12px;
	color: #fefefe;
	line-height: 20px;
	background-color: #c30d23;
	border: 1px #c30d23 solid;
	padding: 6px 30px;
	border-radius: 20px;
}
.index_more a:hover {
	background-color: transparent;
	color: #c30d23;
}

.index_announcement {
	background-color: #f4f4f4;
	border-bottom: 1px #d5d2d2 solid;
	padding: 10px 0;
}
.announcement_list {
	list-style: none;
	margin: 0;
	background: url(../images/icon/icon2.png) no-repeat center left;
	background-size: 24px;
	padding-left: 44px;
	height: 20px;
	overflow: hidden;
}
.announcement_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.announcement_list a {
	display: block;
	color: #565555;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.announcement_list a h2 {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.announcement_list a:hover h2 {
	color: #c30d23;
}
.announcement_list a span {
	flex: 0 0 auto;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #a09c9c;
	margin-left: 15px;
}

.index_about .column {
	margin: 15px 0;
}
.index_about_info>h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0787e5;
	margin: 0;
}
.index_about_info>h2:after {
	content: "";
	width: 56px;
	height: 2px;
	background-color: #0787e5;
	display: block;
	margin-top: 10px;
}
.index_about_info .text {
	font-size: 14px;
	color: #4d4d4e;
	line-height: 36px;
	text-indent: 28px;
	overflow: hidden;
	margin: 15px 0;
}
.index_about_info .text p {
	margin: 0;
}
.index_about .index_more {
	text-align: left;
}

.index_pro_bg {
	background: url(../images/bg1.jpg) center;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.submenu_title {
	background: url(../images/icon/icon3.png) no-repeat center left 20px #19569d;
	background-size: 20px;
	color: #fefefe;
	padding: 20px 20px 20px 50px;
}
.submenu_title h2 {
	font-size: 18px;
	margin: 0;
}
.submenu_title span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 6px;
}
.submenu {
	background-color: #0787e5;
}
.submenu li a {
	display: block;
	background-color: #0787e5;
	color: #fff;
	padding: 14px 25px 14px 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
.submenu li a:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(25,86,157,.5);
	position: absolute;
	left: 0;
	bottom: 0;
}
.submenu li a:after {
	content: "+";
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 15px;
	transition: all .5s;
}
.submenu li a:hover,
.submenu li.active a {
	background-color: rgba(241,251,254,.2)
}
.submenu li.active a:after {
	transform: rotate(45deg);
}

.index_pro_right {
	width: 100%;
}
.pro_list {
	margin-left: -5px;
	margin-right: -5px;
}
.pro_list .column {
	padding: 0 5px;
	margin-bottom: 10px;
}
.pro_list a {
	display: block;
	color: #242424;
	background-color: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.2);
	position: relative;
}
.pro_list a:after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/icon/icon4.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
}
.pro_list .img {
	padding: 5px 5px 0;
}
.pro_list a:hover img {
	transform: scale(1.1);
}
.pro_list a h2 {
	font-size: 14px;
	text-align: center;
	margin: 0;
	border-top: 1px #a7a8a8 solid;
	padding: 15px 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.pro_list a:hover h2 {
	color: #0787e5;
}
.index_news{
	margin:0;
}
.index_news .inner {
	border-bottom: 1px #e7e7e7 solid;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.index_news a {
	display: block;
	color: #292929;
}
.index_news a .title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}
.index_news a span {
	flex: 0 0 auto;
	font-size: 12px;
	color: #8d8c8c;
	margin-left: 15px;
}
.index_news a h2 {
	font-size: 14px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index_news a:hover h2 {
	color: #0787e5;
}
.index_news a p {
	font-size: 12px;
	color: #8d8c8c;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin: 0;
}
.index_news .first {
	margin-bottom: 30px;
}
.index_news .first .img {
	border: 1px #d5d3d3 solid;
}
.index_news a:hover .img img {
	transform: scale(1.1);
}
.index_news .first a h2 {
	background-color: #c30d23;
	color: #fff;
	padding: 15px;
	text-align: center;
}

@media (max-width: 767px) {
	.index_title span {
		font-size: 12px;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 10px;
	}
	.swiper-pagination-bullet {
		width: 20px;
		height: 4px;
		border-radius: 4px;
	}
	.banner_text {
		top: 66%;
	}
	.banner_text a{
		width: 100px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.index_main {
		padding: 30px 0 20px;
	}
	.index_title {
		margin-bottom: 20px;
	}
	.announcement_list {
		background-size: 20px;
		padding-left: 30px;
	}
	.announcement_list a h2,
	.announcement_list a span {
		font-size: 12px;
	}
	.index_about .img {
		width: 80%;
		margin: 0 auto 30px;
	}
	.index_pro_bg {
		background-attachment: initial;
	}
	.index_main .submenu_main,
	.submenu_title {
		display: none;
	}
	.submenu_main {
		width: 50%;
		max-width: 210px;
		position: fixed;
		top: 0;
		bottom: 0;
		right: -100%;
		z-index: 1;
		background-color: #0787e5;
		padding-top: 40px;
		overflow-y: scroll;
	}
	.submenu_main::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
	.submenu li a {
		padding: 10px 20px 10px 15px;
	}
	.submenu li a:after {
		right: 10px;
	}
	.menu_icon {
		width: 24px;
		height: 24px;
		background: url(../images/icon/icon9.png) no-repeat center;
		background-size: contain;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -12px;
	}
	.submenu_close {
		width: 100%;
		height: 40px;
		background: url(../images/icon/close.png) no-repeat center;
		background-size: 30px;
		position: absolute;
		top: 0;
		left: 0;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.index_about .img {
		width: 60%;
	}
}
@media (min-width: 768px) {
	.index_title h2 {
		font-size: 24px;
	}
	.index_title span {
		font-size: 14px;
	}
	.index_more a {
		font-size: 14px;
		padding: 9px 35px;
	}
	.index_about .col-sm-4 {
		width: 38%;
	}
	.index_about .col-sm-8 {
		width: 62%;
	}
	.index_about_info>h2 {
		font-size: 24px;
	}
	.index_about_info>h2:after {
		margin-top: 15px;
	}
	.index_about_info .text {
		height: 180px;
		margin: 20px 0 30px;
	}
	.index_pro {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.submenu_main {
		flex: 0 0 auto;
		width: 180px;
		margin-right: 60px;
	}
	.pro_list {
		margin-left: -30px;
		margin-right: -30px;
	}
	.pro_list .column {
		padding: 0 30px;
		margin-bottom: 40px;
	}
	.pro_list a:after {
		width: 46px;
		height: 46px;
	}
	.pro_list .img {
		padding: 10px 10px 0;
	}
	.index_news .inner {
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.index_news a h2 {
		font-size: 16px;
	}
	.index_news a span {
		font-size: 14px;
	}
	.index_news a p {
		font-size: 14px;
		line-height: 30px;
		height: 60px;
	}
}
@media (min-width: 1200px) {
	.index_title span {
		font-size: 16px;
	}
	.index_title h2 {
		font-size: 30px;
		margin-bottom:10px;
	}
	.index_title h2>b{
		padding-left:63px;
		background:url(../images/krj_logo.png) no-repeat left center;
		background-size:auto 33px;
	}
	.index_about {
		margin-left: -45px;
		margin-right: -45px;
	}
	.index_about .column {
		padding: 0 45px;
	}
	.index_about_info>h2 {
		font-size: 30px;
		margin: 20px 0;
	}
	.submenu_main {
		width: 225px;
	}
	.pro_list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.pro_list .column {
		padding: 0 15px;
		margin-bottom: 60px;
	}
	.pro_list a h2 {
		font-size: 16px;
		padding: 20px 10px;
	}
	.index_news .column {
		padding: 0 30px;
	}
	.index_news .inner {
		padding-bottom: 25px;
		margin-bottom: 35px;
	}
	.index_news a .title {
		margin-bottom: 15px;
	}
	.index_news a h2 {
		font-size: 18px;
	}
	.index_news .first a h2 {
		padding: 20px;
	}
}
@media (min-width: 1440px) {
	.index_about_info .text {
		margin: 40px 0 50px;
	}
	.pro_list {
		margin-left: -30px;
		margin-right: -30px;
	}
	.pro_list .column {
		padding: 0 30px;
		margin-bottom: 60px;
	}
}
@media (min-width: 1600px) {
	.submenu_main {
		margin-right: 90px;
	}
	.pro_list {
		margin-left: -40px;
		margin-right: -40px;
	}
	.pro_list .column {
		padding: 0 40px;
		margin-bottom: 80px;
	}
}

/*内页banner*/
.index_banner_main {
	position: relative;
}
.inside_banner {
	position: relative;
	width: 100%;
}
.inside_banner_text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.inside_banner_text h2 {
	font-size: 18px;
	line-height: 1;
	margin: 0 0 10px;
}
.inside_banner_text p {
	font-size: 12px;
	margin: 0;
}
.inside_banner img {
	display: block;
	width: 100%;
}

.classify_main {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.classify_menu li a {
	background-color: #fff;
	border: 1px #ccc solid;
	color: #333;
	text-align: center;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.classify_menu li a:hover,
.classify_menu li.active a {
	background-color: #0787e5;
	border-color: #0787e5;
	color: #fff;
}

.inside_title {
	margin-bottom: 30px;
	color: #000;
	text-align: center;
	border-bottom: 1px #e0e0e0 solid;
	padding-bottom: 20px;
	position: relative;
}
.inside_title h2 {
	font-size: 18px;
	margin: 0;
}
.inside_title h2:after {
	content: "";
	width: 30px;
	height: 3px;
	background-color: #0787e5;
	display: block;
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
}

/*详情*/
.inside_main {
	padding: 30px 0;
	position: relative;
	overflow: hidden;
	min-height: 50vh;
	transition: all .5s;
}
.inside_main .container {
	position: relative;
}

.InfoContent {
	line-height: 2.4;
	position: relative;
	overflow: hidden;
}
.InfoContent p {
	margin: 0;
}
.InfoContent img {
	max-width: 100%;
	height: auto !important;
}
.InfoTitle {
	margin-bottom: 15px;
	border-bottom: 1px #dad9d9 solid;
	padding-bottom: 15px;
    text-align: center;
}
.InfoTitle h4 {
    font-size: 18px;
    margin: 0;
    line-height: 1.4;
}
.InfoTitle .date {
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}
.info_previous_next_wrap {
	border-top: 1px #dad9d9 solid;
	padding-top: 16px;
	margin-top: 40px;
	font-size: 14px;
	color: #666;
}
.info_previous_next_wrap b {
	font-weight: normal;
}
.info_previous_next_wrap a {
	color: #666;
	text-decoration: none;
}
.info_previous_next_wrap a:hover {
	color: #0787e5;
}
.info_Previous,
.info_Next {
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.inside_banner .PC_img {
		display: none;
	}
	.classify_menu {
		display: flex;
		justify-content: center;
	}
	.classify_menu:before,
	.classify_menu:after {
		display: none;
	}
	.classify_menu li {
		width: 33.33333%;
		max-width: 90px;
	}
	.classify_menu li a {
		font-size: 12px;
		padding: 5px;
		margin-left: -1px;
	}
	.info_previous_next_wrap {
		font-size: 12px;
		margin-top: 30px;
	}
}
@media (min-width: 768px) {
	.inside_banner .min_img {
		display: none;
	}
	.inside_banner_text h2 {
		font-size: 20px;
	}
	.classify_menu {
		margin-left: -2px;
		margin-right: -2px;
	}
	.classify_menu li {
		float: left;
		width: 16.66667%;
		padding: 0 2px;
	}
	.inside_title {
		margin-bottom: 50px;
	}
	.inside_title h2 {
		font-size: 20px;
	}
	.inside_main {
		padding: 50px 0;
	}
}
@media (min-width: 992px) {
	.classify_menu li a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media (min-width: 1200px) {
	.inside_banner_text h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.inside_banner_text p {
		font-size: 14px;
	}
	.classify_menu li {
		width: 12.5%;
	}
	.inside_title h2 {
		font-size: 28px;
	}
}
@media (min-width: 1440px) {
	.inside_banner_text h2 {
		font-size: 30px;
	}
	.inside_title h2 {
		font-size: 32px;
	}
	.inside_main {
		padding: 70px 0;
	}
	.InfoTitle {
		margin-bottom: 30px;
	}
	.InfoTitle h4 {
		font-size: 24px;
	}
}

/*新闻中心*/
.news_list .column {
	margin: 0 0 30px;
}
.news_list a {
	color: #333;
	background-color: #fff;
	border-bottom: 1px #ddd solid;
	padding-bottom: 30px;
	position: relative;
	transition: all .5s;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.news_list a .date {
	flex: 0 0 auto;
	background-color: #999;
	width: 46px;
	height: 46px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	margin-right: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.news_list a:hover .date {
	background-color: #0787e5;
}
.news_list a .date i {
	display: block;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
}
.news_list a .date span {
	display: block;
	font-size: 12px;
	line-height: 1;
	margin-top: 2px;
}
.news_list a .text {
	width: 100%;
	overflow: hidden;
}
.news_list a .title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.news_list a .title em {
	flex: 0 0 auto;
	width: 130px;
	margin-left: 30px;
	line-height: 20px;
	padding: 10px;
	border: 1px #ccc solid;
	text-align: center;
	color: #666;
}
.news_list a:hover .title em {
	color: #fff;
	background-color: #0787e5;
}
.news_list a h4 {
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
}
.news_list a p {
	font-size: 12px;
	color: #999;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 0;
}

@media (max-width: 767px) {
	.news_list a .title em {
		display: none;
	}
}
@media (min-width: 768px) {
	.news_list a .date {
		width: 60px;
		height: 60px;
		margin-right: 30px;
	}
	.news_list a .date i {
		font-size: 28px;
	}
	.news_list a .date span {
		font-size: 14px;
	}
	.news_list a .title {
		margin-bottom: 20px;
	}
	.news_list a h4 {
		font-size: 20px;
	}
	.news_list a p {
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	.news_list a h4 {
		font-size: 24px;
	}
}

/*产品中心*/

@media (min-width: 768px) {
	.pro_body {
		background-color: #f0f0f0;
	}
	.pro_main {
		padding-top: 0;
		overflow: visible;
	}
	.pro_main .index_pro,
	.pro_main .inner {
		margin-top: -60px;
		background-color: #fff;
		padding: 50px 15px 15px;
	}
}
@media (min-width: 1200px) {
	.pro_main .index_pro,
	.pro_main .inner {
		margin-top: -100px;
	}
}

/*人才招聘*/
.job_list_box .span {
	float: left;
	width: 21.25%;
	padding: 0 5px;
}
.job_list_box .span5 {
	width: 15%;
}
.job_top {
	border-top: 1px rgba(0,0,0,.2) dashed;
	border-bottom: 1px rgba(0,0,0,.2) dashed;
	line-height: 24px;
	padding: 15px;
	overflow: hidden;
}
.job_list .panel {
	border: 0;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
}
.job_list .panel-heading {
	border-radius: 0;
	border-bottom: 1px rgba(0,0,0,.2) dashed;
	padding: 0;
	position: relative;
}
.job_list .active .panel-heading {
	border-bottom-style: solid;
}
.job_list .panel-heading a {
	display: block;
	color: #333;
	overflow: hidden;
	padding: 15px;
	position: relative;
	z-index: 1; 
}
.panel-heading>i {
	display: block;
	width: 16px;
	height: 10px;
	background: url(../images/icon/icon10.png) no-repeat center;
	background-size: contain;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.panel.active .panel-heading>i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.job_list .panel-body {
	border-bottom: 1px rgba(0,0,0,.2) dashed;
	padding-top: 20px;
	padding-bottom: 30px;
}
.job_description .column {
	margin-bottom: 10px;
}
.job_description .inner>h2 {
	font-size: 16px;
	margin: 0;
	position: relative;
	padding-left: 15px;
}
.job_description .inner>h2:before {
	content: "";
	width: 4px;
	height: 16px;
	background-color: #0787e5;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 1px;
}
.job_description .inner .InfoContent {
	margin-top: 10px;
}
.apply_btn {
	margin-top: 30px;
	text-align: center;
}
.apply_btn a {
	display: inline-block;
	background-color: #555;
	line-height: 20px;
	color: #fff;
	border-radius: 5px;
	padding: 8px 25px;
	text-decoration: none;
}
.apply_btn a:hover {
	background-color: #0787e5;
}

@media (max-width: 767px) {
	.job_list_box .span {
		width: 33.33333%;
	}
	.job_list_box .span4,
	.job_list_box .span5 {
		display: none
	}
}
@media (min-width: 768px) {
	.job_top_box {
		margin-top: 60px;
	}
	.job_top {
		font-size: 16px;
	}
	.job_top,
	.job_list .panel-heading a {
		padding-left: 30px;
		padding-right: 30px;
	}
	.job_list .panel-body {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.job_description .inner .InfoContent {
		padding-left: 40px;
	}
}
@media (min-width: 992px) {
	.job_list_box .span {
		width: 22%;
	}
	.job_list_box .span5 {
		width: 12%;
	}
}
@media (min-width: 1200px) {
	.job_top,
	.job_description .inner>h2 {
		font-size: 18px;
	}
	.job_top,
	.job_list .panel-heading a {
		padding-left: 70px;
		padding-right: 70px;
	}
	.panel-heading>i {
		right: 50px;
	}
	.job_description {
		margin-left: -50px;
		margin-right: -50px;
		padding: 0 100px;
	}
	.job_description .column {
		padding: 0 50px;
	}
	.apply_btn a {
		font-size: 18px;
		border-radius: 10px;
		padding: 12px 35px;
	}
}
@media (min-width: 1440px) {
	.job_description {
		margin-left: -135px;
		margin-right: -135px;
		padding: 0 160px;
	}
	.job_description .column {
		padding: 0 135px;
	}
}

/*联系我们*/
.contact_list {
	border-bottom: 1px #ddd solid;
	padding-bottom: 30px;
	margin: 30px 0;
}
.contact_list .column {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.contact_list .column:last-child {
	border-right: 0;
}
.contact_list .icon {
	width: 40px;
	margin: 0 auto 15px;
}
.contact_list .icon img {
	display: block;
	width: 100%;
	transition: all .8s;
}
.contact_list .column:hover img {
	transform: rotateY(180deg);
}
.contact_list h4 {
	font-size: 16px;
	margin: 0;
}
.contact_list a {
	display: block;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	word-break: break-all;
}

.map {
	width: 100%;
	height: 240px;
	margin-top: 50px;
}
.map #dituContent {
	width: 100%;
	height: 100%;
}
.map img {
	display: block;
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) {
	.contact_main {
		padding-top: 0;
		overflow: visible;
	}
	.contact_main .inner {
		background-color: #fff;
		padding: 50px 15px 15px;
		min-height: 50vh;
	}
	.contact_list {
		display: flex;
		flex-wrap: wrap;
		margin: 50px 0;
	}
	.contact_list .column {
		border-right: 1px #eee solid;
	}
	.contact_list .icon {
		width: 60px;
		margin-bottom: 30px;
	}
	.map {
		height: 320px;
	}
}
@media (min-width: 1200px) {

	.contact_list h4 {
		font-size: 18px;
	}
}
@media (min-width: 1440px) {
	.map {
		height: 480px;
	}
}


/*动画*/
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
.fadeIn {
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.fadeInDown {
	-webkit-animation: fadeInDown 1s;
	animation: fadeInDown 1s;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.fadeInUp {
	-webkit-animation: fadeInUp 1s;
	animation: fadeInUp 1s;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.fadeInLeft {
	-webkit-animation: fadeInLeft 1s;
	animation: fadeInLeft 1s;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.fadeInRight {
	-webkit-animation: fadeInRight 1s;
	animation: fadeInRight 1s;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}
.zoomIn {
    -webkit-animation: zoomIn 1s;
    animation: zoomIn 1s
}