/*滚动条样式*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #f8f8f8;
}

::-webkit-scrollbar-thumb {
	background: #e72036;
	height: 60px;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #e72036;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #e72036;
}

body {
	font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif", "微软雅黑";
}

html,
body {
	height: 100%;
}

@font-face {
  font-family: "STXINGKA";
  src: url("../fonts/STXINGKA.html") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.bgColorF0 {
	background-color: #f0f0f0;
}

svg {
	display: block;
}
i,
em {
	font-style: normal;
}

a:focus,
a:hover {
	text-decoration: none;
}

.img {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.img img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 767px) {
	.PC_img {
		display: none!important;
	}
}
@media (min-width: 768px) {
	.min_img {
		display: none!important;
	}
	.container {
		width: 83.33333%;
		max-width: 1430px;
	}
}

/*搜索页面*/
.noResult {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	margin: 50px 0;
}
@media (min-width: 768px) {
	.noResult {
		font-size: 20px;
	}
}

/*foot*/
.gotop {
	width: 40px;
	height: 40px;
	background: url(../images/icon/gotop.png) no-repeat center;
	background-size: contain;
	position: fixed;
	right: -40px;
	bottom: 50px;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.gotop.on {
	right: 5px;
}
.gotop:hover {
	background-image: url(../images/icon/gotop1.png);
}
.footer {
	background-color: #17288b;
	color: #fff;
	line-height: 24px;
	text-align: center;
	padding: 15px 0;
}
.footer a {
	display: inline-block;
	color: #fff;
}
.footer a:hover {
	opacity: .5;
}

@media (max-width: 767px) {
	.gotop {
		width: 30px;
		height: 30px;
	}
}

/*导航*/
.navbar-default {
	background-color: #16336e;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navbar-brand {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-brand img {
	display: block;
	height: 30px;
}
.navbar-default .navbar-toggle {
	border: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
	width: 30px;
	background-color: #e72036;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 7px;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .menu_close .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 4.5px;
}
.navbar-default .menu_close .icon-bar:nth-child(2) {
	display: none;
}
.navbar-default .menu_close .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 4.5px;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
}
.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: #fff;
	background-color: #e72036;
}
.navbar-collapse::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

.top_main .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.top_main .container:before,
.top_main .container:after {
	display: none;
}
.top_main .navbar-brand {
	padding-left: 0;
}
.slogan {
	font-size: 18px;
	color: #bb1f21;
	line-height: 24px;
	font-family: "STXINGKA";
	opacity: .6;
	display: flex;
	flex-direction: row;
	align-items: baseline;
	padding: 10px 0;
}
.slogan:before {
	content: "";
	width: 18px;
	height: 8px;
	background: url(../images/icon/icon1.png) no-repeat center;
	background-size: contain;
	display: block;
	flex: 0 0 auto;
	margin-right: 8px;
}

@media (max-width: 767px) {
	.header .navbar-fixed-top .navbar-collapse {
		max-height: none;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 50px;
		background-color: #fff;
		margin: 0;
	}
	.top_main .navbar-brand {
		display: none;
	}
}
@media (min-width: 768px) {
	.navbar-brand {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.navbar-brand img {
		height: 36px;
	}
	.navbar-header .navbar-brand {
		display: none;
	}
	.navbar-collapse {
		padding: 0;
	}
	.navbar-nav {
		float: none;
		margin-left: -4px;
		margin-right: -4px;
	}
	.navbar-default .navbar-nav>li {
		width: 14.28571%;
		max-width: 118px;
		padding: 0 4px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 15px 5px;
		text-align: center;
	}
	.slogan {
		font-size: 20px;
		line-height: 28px;
	}
	.slogan:before {
		width: 22px;
		height: 10px;
	}
}
@media (min-width: 1200px) {
	.navbar-brand img {
		height: 46px;
	}
	.navbar-nav {
		margin-left: -12px;
		margin-right: -12px;
	}
	.navbar-default .navbar-nav>li {
		max-width: 134px;
		padding: 0 12px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
	}
	.slogan {
		font-size: 24px;
		line-height: 34px;
	}
	.slogan:before {
		width: 26px;
		height: 12px;
	}
}

/*首页*/
.index_banner {
	overflow: hidden;
	position: relative;
}
.index_banner img {
	display: block;
	width: 100%;
}
.banner_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
}
.banner_text {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
}
.banner_text span {
	display: block;
	font-size: 24px;
	letter-spacing: 3px;	
	line-height: 34px;
}
.banner_text p {
	line-height: 24px;
	margin: 0;
}
.banner_text span,
.banner_text p {
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}
.banner1 .banner_text span,
.banner1 .banner_text p {
	-webkit-transform: translate3d(0,80px,0);
	transform: translate3d(0,80px,0);
}
.banner2 .banner_text span,
.banner2 .banner_text p {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}
.banner3 .banner_text span,
.banner3 .banner_text p {
	-webkit-transform: translate3d(-80px,0,0);
	transform: translate3d(-80px,0,0);
}
.banner4 .banner_text span,
.banner4 .banner_text p {
	-webkit-transform: translate3d(80px,0,0);
	transform: translate3d(80px,0,0);
}
.swiper-slide-active .banner_text span,
.swiper-slide-active .banner_text p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	opacity: 1;
}
.banner1.swiper-slide-active .banner_text p,
.banner2.swiper-slide-active .banner_text span,
.banner3.swiper-slide-active .banner_text p,
.banner4.swiper-slide-active .banner_text span {
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}

.index_banner>.swiper-button-prev,
.index_banner>.swiper-button-next {
	width: 40px;
	height: 32px;
	margin-top: -16px;
	background-color: rgba(195,181,167,.2);
	background-size: 10px;
	outline: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.index_banner>.swiper-button-prev {
	left: 0;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}
.index_banner>.swiper-button-next {
	right: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}
.index_banner:hover>.swiper-button-prev,
.index_banner:hover>.swiper-button-next {
	-webkit-transform: none;
	transform: none;
}

@media (max-width: 767px) {
	.index_banner .PC_img {
		display: block!important;
	}
	.index_banner .min_img {
		display: none!important;
	}
}
/*竖屏*/
@media (max-width: 767px) and (orientation: portrait) {
	.index_banner .PC_img {
		display: none!important;
	}
	.index_banner .min_img {
		display: block!important;
	}
}
@media (min-width: 768px) {
	.banner_text span {
		font-size: 36px;
		line-height: 52px;
	}
	.banner_text p {
		font-size: 18px;
		line-height: 30px;
	}
	.index_banner>.swiper-button-prev,
	.index_banner>.swiper-button-next {
		width: 60px;
		height: 48px;
		background-size: 15px;
		margin-top: -24px;
	}
}
@media (min-width: 1200px) {	
	.banner_text span {
		font-size: 48px;
		line-height: 68px;
	}
	.banner_text p {
		font-size: 24px;
		line-height: 40px;
	}
	.index_banner>.swiper-button-prev,
	.index_banner>.swiper-button-next {
		width: 100px;
		height: 80px;
		background-size: 20px;
		margin-top: -40px;
	}
}
@media (min-width: 1400px) {
	.banner_text span {
		font-size: 60px;
		line-height: 84px;
	}
	.banner_text p {
		font-size: 30px;
		line-height: 50px;
	}
}

.index_main {
	padding: 30px 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.index_main .container {
	position: relative;
	z-index: 2;
}
.index_bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-position: center;
	background-size: cover;
}

.index_title {
	text-align: center;
	overflow: hidden;
	margin-bottom: 15px;
}
.index_title a {
	display: inline-block;
	color: #16336e;
}
.index_title .h2 {
	font-size: 20px;
	margin: 0;
}
.index_title span {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 5px;
}
.index_title span i {
	color: #e72036;
}

.index_more {
	margin-top: 30px;
}
.index_more a {
	display: inline-block;
	color: #fff;
	padding: 8px 23px;
	position: relative;
}
.index_more a:before,
.index_more a:after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}
.index_more a:before {
	right: 0;
	width: 100%;
	background-color: #e72036;
	-webkit-transition: all .45s;
	transition: all .45s;
}
.index_more a:after {
	left: 0;
	width: 4px;
	background-color: #16336e;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.index_more a:hover:before {
	width: 0;
}
.index_more a:hover:after {
	width: 100%;
}

@media (max-width: 767px) {
	
}
@media (min-width: 768px) {
	.index_main {
		padding: 45px 0;
		min-height: 800px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.index_title {
		margin-bottom: 30px;
	}
	.index_title .h2 {
		font-size: 24px;
	}
	.index_title span {
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.index_title .h2 {
		font-size: 30px;
	}
	.index_title span {
		font-size: 24px;
	}
}
@media (min-width: 1600px) {
	.index_main {
		min-height: 800px;
	}
	.index_title .h2 {
		font-size: 36px;
	}
	.index_title span {
		font-size: 30px;
	}
}

/*首页关于*/
.index_about_list {
	margin: 0;
	position: relative;
}
.index_about_list .textBg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	z-index: -2;
	font-size: 64px;
	color: rgba(193,214,223,.3);
	line-height: 1;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-family: "Arial";
	letter-spacing: 15px;
	white-space: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.index_about_list>.column {
	padding: 0;
	margin-bottom: 30px;
}
.index_about_list .index_title {
	text-align: left;
}
.index_about_content {
	color: #595757;
	line-height: 24px;
	letter-spacing: 0.7px;
}
.index_about_content p {
	margin: 0;
}
.index_about_img {
	margin: 15px -8px 0;
}
.index_about_img .column {
	padding: 0 8px;
	margin-bottom: 10px;
}
.index_about_img .img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 639px) {
	.index_about_list .textBg {
		font-size: 46px;
		bottom: 15px;
	}
}
@media (max-width: 479px) {
	.index_about_list .textBg {
		font-size: 34px;
		bottom: 20px;
	}
}
@media (max-width: 359px) {
	.index_about_list .textBg {
		font-size: 28px;
		bottom: 25px;
	}
}
@media (min-width: 768px) {
	.index_about_list .textBg {
		font-size: 76px;
		bottom: 0;
	}
}
@media (min-width: 992px) {
	.index_about_list>.column:nth-child(1) {
		padding-right: 3.92857%;
	}
}
@media (min-width: 1200px) {
	.index_about_list .textBg {
		font-size: 100px;
		bottom: -35px;
	}
}
@media (min-width: 1400px) {
	.index_about_list .textBg {
		font-size: 116px;
		bottom: -35px;
	}
}

/*首页优势*/
.index_advantage_main .index_title a {
	color: #fff;
}
.index_advantage_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.index_advantage_list:before,
.index_advantage_list:after {
	display: none;
}
.index_advantage_list .column {
	margin: 15px 0;
}
.index_advantage_list a {
	color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.index_advantage_list .h2 {
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
}
.index_advantage_list p {
	font-size: 12px;
	margin: 5px 0 0;
}
.index_advantage_list .icon {
	flex: 0 0 auto;
	width: 56px;
	margin-right: 15px;
	position: relative;
}
.index_advantage_list .icon:after {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px #fff solid;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.index_advantage_list .icon img {
	display: block;
	width: 100%;
}
.index_advantage_list a:hover .icon:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media (min-width: 768px) {
	.index_advantage_main .index_title {
		margin-bottom: 50px;
	}
	.index_advantage_list .column {
		margin: 25px 0;
	}
	.index_advantage_list .h2 {
		font-size: 18px;
	}
	.index_advantage_list .icon {
		width: 72px;
		margin-right: 30px;
	}
	.index_advantage_list p {
		font-size: 14px;
		margin-top: 10px;
	}
}
@media (min-width: 1200px) {
	.index_advantage_main .container {
		max-width: 1200px;
	}
	.index_advantage_main .index_title {
		margin-bottom: 80px;
	}
	.index_advantage_list {
		margin-left: -35px;
		margin-right: -35px;
	}
	.index_advantage_list .column {
		padding: 0 35px;
	}
}
@media (min-width: 1600px) {
	.index_advantage_list .h2 {
		font-size: 20px;
	}
	.index_advantage_list .icon {
		width: 88px;
	}
}

/*首页产品*/
.index_product_list {
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.index_product_list:before,
.index_product_list:after {
	display: none;
}
.index_product_list .column {
	padding: 0;
}
.index_product_list a {
	display: block;
	color: #fff;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.index_product_list a:before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #c3cbe7;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.index_product_list a:after {
	content: "";
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(rgba(255,255,255,0) 43%, rgba(153,175,218,.2), rgba(118,152,207,1));
	background: linear-gradient(rgba(255,255,255,0) 43%, rgba(153,175,218,.2), rgba(118,152,207,1));
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.index_product_list .column:first-child a:after,
.index_product_list .index_product_title a:after {
	display: none;
}
.index_product_list a>.h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 36px;
	padding: 10px;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.index_product_list a>.h2 span {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index_product_list .column1 .img {
	max-width: 50%;
}
.index_product_list a:hover>.h2 {
	background-color: rgba(23,40,139,.3);
	height: 100%!important;
}
.index_product_list a:hover:after {
	top: 100%;
}

.index_product_title .img:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #e72036;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.index_product_title .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.index_product_title .h2 {
	font-size: 20px;
	margin: 0;
}
.index_product_title span {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 10px;
}
.index_product_title em {
	display: block;
	margin-top: 10px;
}
.index_product_title a:hover .img:after {
	opacity: .8;
}

@media (max-width: 479px) {
	.index_product_list .column1 .img {
		max-width: 80%;
	}
}
@media (min-width: 768px) {
	.index_product_title .h2  {
		font-size: 24px;
	}
	.index_product_title span {
		font-size: 20px;
	}
}
@media (min-width: 1200px) {
	.index_product_list a>.h2 {
		padding: 15px;
		height: 50px;
	}
}
@media (min-width: 1600px) {
	.index_product_list a:hover>.h2 {
		font-size: 20px;
		height: 60px;
	}
	.index_product_title .h2 {
		font-size: 36px;
	}
	.index_product_title span {
		font-size: 30px;
	}
}

/*首页留言/职位*/
.index_message_job {
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.index_message_job:before,
.index_message_job:after {
	display: none;
}
.index_message_job .column {
	padding: 30px 15px;
	min-height: 280px;
	overflow: hidden;
}

.index_message {
	max-width: 540px;
	margin: 0 auto;
}
.index_message_title {
	font-size: 18px;
	margin-bottom: 25px;
}
.index_message .form-group {
	margin-bottom: 20px;
}
.index_message .form-control {
	height: 48px;
	border: 1px #e3e3e3 solid;
	border-radius: 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.index_message textarea.form-control {
	height: auto;
}
.index_message .error .form-control {
	border-color: #e72036;
}
.index_message .valid_message {
	display: none;
}
.index_message .btn {
	width: 100%;
	background-color: #16336e;
	font-size: 16px;
	color: #edf4d3;
	height: 46px;
	border: 0;
	border-radius: 1px;
	margin-top: 27px;
	outline: none!important;
}
.index_message .btn:hover {
	background-color: #e72036;
}

.index_job_btn {
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 17.85714%;
	z-index: 1;
}
.index_job_btn a {
	display: block;
	color: #fff;
	text-align: center;
	max-width: 200px;
	margin: 0 auto;
	border: 2px #fff solid;
	padding: 10px;
	position: relative;
}
.index_job_btn a i {
	width: 26px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: -3px;
	right: -8px;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: 0% 100%;
}
.index_job_btn a:before,
.index_job_btn a:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: -2px;
	right: -2px;
}
.index_job_btn a:before {
	border-right: 20px transparent solid;
	border-bottom: 20px #fff solid;
}
.index_job_btn a:after {
	border: 9px #111b31 solid;
}
.index_job_btn a:hover:before {
	transform: rotate(180deg);
}
.index_job_btn a:hover:after {
	top: 0;
	right: 0;
}
.index_job_btn a:hover i {
	opacity: 0;
}

@media (max-width: 767px) {
	.index_message_job .column {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.index_message_job .column {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.index_message {
		padding-right: 7.29167%;
	}
	.index_message_title {
		font-size: 24px;
	}
	.index_job_btn {
		bottom: 27.27273%;
	}
	.index_job_btn a {
		font-size: 18px;
		line-height: 24px;
		max-width: 250px;
		padding: 15px;
	}
	.index_job_btn a i {
		width: 34px;
		top: -2.5px;
		right: -11px;
	}
	.index_job_btn a:before {
		border-right-width: 26px;
		border-bottom-width: 26px;
	}
	.index_job_btn a:after {
		border-width: 12px;
	}
}
@media (min-width: 1600px) {
	.index_message_title {
		font-size: 30px;
	}
}

/*内页*/
.wrapper {
	min-height: 100vh;
	position: relative;
}
.inside_banner_main {
	overflow: hidden;
	position: relative;
}
.inside_banner img {
	display: block;
	width: 100%;
}

.location_main {
	background-color: #ededed;
	color: #848585;
}
.location_main .container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.location_main .container:before,
.location_main .container:after {
	display: none;
}
.location {
	color: #4b4a4a;
	padding: 5px 0;
	position: relative;
}
.location b,
.location a {
	font-weight: normal;
	color: #4b4a4a;
	line-height: 20px;
}
.location a:hover {
	color: #e72036;
}

.inside_main {
	padding: 25px 0;
	overflow: hidden;
	position: relative;
}
.inside_main .container {
	position: relative;
}

.layout_info {
	min-height: 45vh;
	background-color: #fff;
	padding: 15px 15px 50px;
}
.layout_left {
	flex: 0 0 auto;
	width: 200px;
	margin-right: 30px;
	position: relative;
}
.layout_right {
	width: 100%;
	/*overflow: hidden;*/
}

.inside_title_box {
	border-bottom: 1px #efefef solid;
	padding: 20px 0;
}
.inside_title_box .container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.inside_title_box .container:before,
.inside_title_box .container:after {
	display: none;
}

.submenu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -12px 30px;
}
.submenu>li {
	padding: 0 12px;
	border-right: 1px #666 solid;
	margin: 8px 0;
}
.submenu>li:last-child {
	border-right: 0;
}
.submenu>li>a {
	color: #333;
	line-height: 1;
	padding: 0;
}
.submenu>li>a:hover,
.submenu>li.active>a {
	background-color: transparent;
	color: #19418C;
}

.inside_title .h2 {
	font-size: 20px;
	text-align: center;
	margin: 10px 0;
}
.inside_title1 .h2 {
	font-size: 20px;
	text-align: center;
	margin: 0 0 15px;
}

.InfoContent {
	line-height: 2.4;
	position: relative;
	overflow: hidden;
}
.InfoContent p {
	margin: 0;
}
.InfoContent img {
	max-width: 100%;
	height: auto !important;
}

.InfoTitle {
	margin-bottom: 30px;
	border-bottom: 1px #dad9d9 solid;
	padding-bottom: 15px;
	text-align: center;
}
.InfoTitle h4 {
	font-size: 16px;
	margin: 0;
	line-height: 1.4;
}
.InfoTitle .date {
	color: #666;
	margin-top: 5px;
}
.InfoTitle .date span {
	padding: 0 5px;
}

.goBack {
	text-align: center;
	margin-top: 30px;
	margin-bottom: -15px;
}
.goBack a {
	display: inline-block;
	color: #fff;
	line-height: 20px;
	background-color: #666;
	padding: 10px 30px;
}
.goBack a:hover {
	background-color: #e72036;
}

.pager {
	margin: 15px 0 0;
}
.pager li>a,
.pager li>span {
	border: 1px #bfbfbf solid;
	color: #666;
	border-radius: 1px;
	padding: 6px 20px;
	margin: 0 5px;
}
.pager li>a:hover {
	color: #fff;
	border-color: #e72036;
	background-color: #e72036;
}

.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: #e72036;
}
.info_Previous,
.info_Next {
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.layout_info {
		margin-left: -15px;
		margin-right: -15px;
	}
	.layout_left {
		width: 100%;
		position: fixed;
		left: 100%;
		top: 0;
		bottom: 0;
		z-index: 1031;
		background-color: #fff;
		padding: 15px;
		display: flex;
		flex-direction: column;
	}
	.menu_icon {
		display: block;
		width: 28px;
		height: 28px;
		background: url(../images/icon/submenu.html) no-repeat center;
		background-size: contain;
		margin-bottom: 15px;
		cursor: pointer;
	}
	.submenu_close {
		display: block;
		width: 15px;
		height: 15px;
		background: url(../images/icon/close1.html) no-repeat center;
		background-size: contain;
		flex: 0 0 auto;
		margin: 0 auto 15px;
	}
	.submenu_main {
		height: 100%;
		overflow-y: auto;
	}
	.submenu_main::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
	.submenu1>li {
		position: static;
	}
	.submenu1 .dropdown-menu {
		width: 100%;
		text-align: center;
	}
	.info_previous_next_wrap {
		font-size: 12px;
		margin-top: 30px;
	}
}
@media (min-width: 768px) {
	.menu_icon,
	.submenu_close {
		display: none;
	}
	.inside_main {
		padding: 45px 0;
	}
	.layout_info {
		display: flex;
		flex-direction: row;
		padding: 30px 25px 70px;
	}
	.layout_left:before,
	.layout_left:after {
		content: "";
		position: absolute;
		top: 0;
		left: 225px;
	}
	.layout_left:before {
		width: 1px;
		height: 100%;
		background-color: #dadada;
		left: calc(100% + 12px);
	}
	.layout_left:after {
		width: 3px;
		height: 50px;
		background-color: #e72036;
		left: calc(100% + 11px);
	}
	.layout_right1 {
		width: calc(100% - 230px);
	}
	.submenu {
		margin: 0 -25px 50px;
	}
	.submenu>li {
		padding: 0 25px;
	}
	.submenu>li>a {
		font-size: 16px;
	}
	.inside_title .h2 {
		font-size: 24px;
	}
	.pager {
		margin-top: 30px;
	}
	.pager li>a,
	.pager li>span {
		font-size: 16px;
		padding: 10px 35px;
		margin: 0 20px;
	}
	.InfoTitle h4 {
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.layout_left {
		width: 240px;
		margin-right: 50px;	
	}	
	.layout_left:before {
		left: calc(100% + 20px);
	}
	.layout_left:after {
		left: calc(100% + 19px);
	}
	.layout_right1 {
		width: calc(100% - 290px);
	}
	.inside_title .h2 {
		font-size: 30px;
	}
	.inside_title1 .h2 {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.submenu>li>a {
		font-size: 18px;
	}
}

/*案例展示*/
.case_list {
	margin-left: -10px;
	margin-right: -10px;
	position: relative;
}
.case_list .column {
	padding: 0 10px;
	margin-bottom: 25px;
}
.case_list a {
	display: block;
	color: #231815;
}
.case_list .h2 {
	font-size: 16px;
	margin: 15px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.case_list p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 8px 0 0;
}
.case_list .img {
	border: 10px #f0f0f0 solid;
}
.case_list a:hover .h2 {
	color: #e72036;
}
.case_list a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.related_cases {
	padding: 0 30px;
}
.related_cases .swiper-button-prev,
.related_cases .swiper-button-next {
	width: 18px;
	height: 29px;
	margin-top: -15px;
	background-size: contain;
	opacity: .6;
	outline: none;
}
.related_cases .swiper-button-prev {
	left: 0;
}
.related_cases .swiper-button-next {
	right: 0;
}
.related_cases .img {
	border-color: #fff;
}

@media (max-width: 767px) {
	.case_list .img {
		border-width: 5px;
	}
}
@media (max-width: 479px) {
	.case_list .column {
		width: 100%;
	}
}

/*新闻资讯*/
.news_list .column {
	margin-bottom: 30px;
}
.news_list a {
	display: block;
	color: #231815;
}
.news_list .date {
	font-size: 20px;
	color: #9999;
	font-family: "Arial";
	margin-bottom: 10px;
}
.news_list .h2 {
	font-size: 16px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news_list p {
	color: #666;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 15px 0 0;
}
.news_list em {
	display: block;
	margin-top: 15px;
	border-top: 1px #eee solid;
	padding-top: 15px;
	position: relative;
}
.news_list em:before {
	content: "";
	width: 0;
	height: 1px;
	background-color: #16336e;
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.news_list a:hover {
	color: #e72036;
}
.news_list a:hover em:before {
	width: 100%;
}

@media (min-width: 768px) {
	.news_list .column {
		margin-bottom: 50px;
	}
}
@media (min-width: 1400px) {
	.news_list {
		margin-left: -30px;
		margin-right: -30px;
	}
	.news_list .column {
		padding: 0 30px;
	}
	.news_list .date {
		font-size: 24px;
	}
	.news_list p,
	.news_list em {
		margin-top: 25px;
	}
}

/*关于我们*/
.honor_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -7px;
	margin-right: -7px;
}
.honor_list:before,
.honor_list:after {
	display: none;
}
.honor_list .column {
	padding: 0 7px;
	margin-bottom: 30px;
}
.honor_list .column1 {
	width: 50%;
}
.honor_list a {
	display: block;
	color: #333;
}
.honor_list .h2 {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	margin: 15px 0 0;
}
.honor_list .img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 639px) {
	.honor_list .column {
		width: 33.33333%;
	}
	.honor_list .column1 {
		width: 66.66667%;
	}
}
@media (max-width: 479px) {
	.honor_list {
		justify-content: center;
	}
	.honor_list .column {
		width: 50%;
	}
	.honor_list .column1 {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.honor_list .column1 {
		width: 33.33333%;
	}
}
@media (min-width: 1200px) {
	.honor_list .column {
		width: 14.28571%;
	}
	.honor_list .column1 {
		width: 28.57142%;
	}
}
@media (min-width: 1500px) {
	.honor_list .column {
		width: 12.5%;
	}
	.honor_list .column1 {
		width: 25%;
	}
}

/*人才招聘*/
.job_list_box .span {
	float: left;
	width: 21%;
	padding: 0 5px;
}
.job_list_box .span5 {
	width: 16%;
}
.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;
	-webkit-box-shadow: none;
	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; 
}
.job_list .panel-heading a:after {
	content: "";
	display: block;
	width: 16px;
	height: 10px;
	background: url(../images/icon/icon6.png) no-repeat center;
	background-size: contain;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -5px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.panel.active .panel-heading a:after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(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: 15px;
}
.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: #e72036;
	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: #e72036;
	line-height: 20px;
	color: #fff;
	border-radius: 0;
	padding: 8px 25px;
	text-decoration: none;
}
.apply_btn a:hover {
	background-color: #b5122a;
}

@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,
	.apply_btn a {
		font-size: 16px;
	}
	.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_list .panel-heading a {
		padding-left: 50px;
		padding-right: 50px;
	}
	.panel-heading>i {
		right: 50px;
	}
	.job_description {
		margin-left: -50px;
		margin-right: -50px;
		padding: 0 8%;
	}
	.job_description .column {
		padding: 0 50px;
	}
	.apply_btn a {
		padding: 12px 35px;
	}
}
@media (min-width: 1500px) {
	.job_top,
	.job_description .inner>.h2,
	.apply_btn a {
		font-size: 18px;
	}
	.job_description {
		margin-left: -100px;
		margin-right: -100px;
	}
	.job_description .column {
		padding: 0 100px;
	}
}

/*联系我们*/
.contact_item .column {
	padding: 0 30px;
	border-right: 1px #e7e7e7 dotted;
}
.contact_item .column:last-child {
	border-right: 0;
}
.contact_item .column a {
	color: #333;
}
.contact_item .column2 h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px;
}
.contact_item .column1 img {
	display: block;
	width: 100%;
	max-width: 246px;
}
.contact_item .column1 h1 {
	font-size: 16px;
	margin: 15px 0 5px;
}
.contact_item .column1 p {
	margin: 0;
}
.contact_item .column3 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact_item .column3 img {
	display: block;
	width: 100%;
	max-width: 160px;
}
.contact_item .column3 span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	width: 16px;
	margin-right: 10px;
}

.map {
	height: 400px;
	margin-top: 50px;
}
.map #dituContent {
	width: 100%;
	height: 100%;
	border: 1px #ddd solid;
}

@media (max-width: 767px) {
	.contact_item {
		padding: 0 15px;
	}
	.contact_item .column {
		border-right: 0;
		border-bottom: 1px #e7e7e7 dotted;
		padding: 20px 0;
	}
	.map {
		height: 240px;
		margin-top: 15px ;
	}
}
@media (min-width: 768px) {
	.contact_item {
		display: flex;
		margin-top: 50px;
	}
	.contact_item .column {
		font-size: 14px;
	}
	.contact_item .column1 {
		width: 40%;
	}
	.contact_item .column1 h1 {
		font-size: 16px;
	}
	.contact_item .column2 {
		width: 60%;
		border-right: 0;
	}
	.contact_item .column2 h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.contact_item .column3 {
		display: none;
	}
}
@media (min-width: 992px) {	
	.contact_item .column1 {
		width: 33.33333%;
	}
	.contact_item .column2 {
		width: 41.66667%;
		border-right: 1px #e7e7e7 dotted;
	}
	.contact_item .column3 {
		width: 25%;
		display: flex;
		justify-content: flex-end;
	}
}
@media (min-width: 1200px) {
	.contact_item .column {
		padding: 0 50px;
	}
	.contact_item .column2 h3 {
		font-size: 22px;
	}
}

/*动画*/
.fadeIn {
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInUp {
	opacity: 0;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
	-webkit-transition: all .8s;
	transition: all .8s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.fadeInDown {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInLeft {
	opacity: 0;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInRight {
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.zoomIn {
	opacity: 0;
	-webkit-transform: scale3d(.3,.3,.3);
	transform: scale3d(.3,.3,.3);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.kenburns {
	-webkit-transition: all 15s;
	transition: all 15s;
}
.animated {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.kenburns.animated {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.moveRight {
	-webkit-animation: moveRight 5s forwards 1.5s;
	animation: moveRight 5s forwards 1.5s;
}
@-webkit-keyframes moveRight {
	0% {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	100% {
		left: 100%;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@keyframes moveRight {
	0% {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	100% {
		left: 100%;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.moveLeft {
	-webkit-animation: moveLeft 5s forwards 1.5s;
	animation: moveLeft 5s forwards 1.5s;
}
@-webkit-keyframes moveLeft {
	0% {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	100% {
		left: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes moveLeft {
	0% {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	100% {
		left: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
