/*滚动条样式*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #f8f8f8;
}

::-webkit-scrollbar-thumb {
	background: #1e50ae;
	height: 60px;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #1e50ae;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #1e50ae;
}

body {
	font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif", "微软雅黑";
	padding-top: 90px;
}

html,
body {
	height: 100%;
}

.bgColorF0 {
	background-color: #f0f0f0;
}

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) {
	.banner_text .container {
		width: 100%;
	}
}
@media (max-width: 639px) {
	body {
		padding-top: 110px;
	}
}
@media (min-width: 768px) {
	body {
	    padding-top: 126px;
	}	
}
@media (min-width: 1440px) {
	body {
	    padding-top: 146px;
	}	
	.container {
		width: 1400px;
	}
}
@media (min-width: 1600px) {
	.container {
		width: 1530px;
	}
}

/*搜索页面*/
.noResult {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	margin: 50px 0;
}

@media (min-width: 768px) {
	.noResult {
		font-size: 20px;
	}
}

/*侧边栏*/
.sidebar {
	position: fixed;
	right: 30px;
	bottom: 10%;
	z-index: 1031;
	-webkit-transition: all .5s;
	transition: all .5s;
	background-color: #f1f1f1;
	border: 1px #ccc solid;
	border-radius: 10px;
}
.sidebar.on {
	opacity: .6;
	right: -80px;
}
.sidebar>a {
	display: block;
	text-align: center;
	word-break: break-all;
	color: #333;
	font-weight: normal;
	width: 88px;
	padding: 18px 5px;
	position: relative;
	outline: none;
}
.sidebar>a:hover {
	color: #1e50ae;
}
.sidebar>a>span {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}
.sidebar>a>.icon {
	width: 28px;
	height: 28px;
	overflow: hidden;
	margin: 0 auto 6px;
	position: relative;
}
.sidebar>a>.icon img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.sidebar>a:hover>.icon .iconDefault,
.sidebar>a>.icon .iconHover {
	opacity: 0;
}
.sidebar>a:hover>.icon .iconHover {
	opacity: 1;
}
.sidebar .function-infor {
	position: absolute;
	top: 50%;
	right: calc(100% + 15px);
	min-width: 176px;
	max-width: 176px;
	min-height: 40px;
	background-color: #f1f1f1;
	border: 1px #ccc solid;
	border-radius: 10px;
	padding: 7px 18px;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	text-align: left;
	letter-spacing: 1px;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateY(-50%) rotateY(90deg);
	transform: translateY(-50%) rotateY(90deg);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}
.sidebar .function-infor:after,
.sidebar .function-infor:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sidebar .function-infor:after {	
	border-left: 6px #ccc solid;
	border-top: 5px transparent solid;
	border-bottom: 5px transparent solid;
	right: -6px;
}
.sidebar .function-infor:before {
	border-left: 5px #f1f1f1 solid;
	border-top: 4px transparent solid;
	border-bottom: 4px transparent solid;
	right: -5px;
	z-index: 1;
}
.sidebar a:hover .function-infor {
	-webkit-transform: translateY(-50%) rotateY(0deg);
	transform: translateY(-50%) rotateY(0deg);
}
.sidebar .function-infor em {
	display: block;
}
.sidebar .function-infor .img {
	max-width: 140px;
}

@media (max-width: 767px) {
	.sidebar {
		right: 5px;
		bottom: 5%;
	}
	.sidebar.on {
		right: -60px;
	}
	.sidebar>a {
		width: 72px;
		padding-top: 11px;
		padding-bottom: 11px;
	}
	.sidebar>a>.icon {
		width: 24px;
		height: 24px;
	}
	.sidebar>a>span {
		font-size: 12px;
	}
	.sidebar .function-infor {
		font-size: 14px;
		line-height: 20px;
	}
}

/*foot*/
/*.gotop {
	width: 40px;
	height: 40px;
	background: url(../images/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/gotop1.png);
}*/
.footer {
	background-color: #262626;
	color: #fff;
	font-weight: lighter;
}
.footer a {
	color: #e5e5e5;
}
.footer a:hover {
	color: #1e50ae;
}
.copyright {
	color: #d9d9d9;
	text-align: center;
	border-top: 1px rgba(255,255,255,.1) solid;
	padding: 10px 0;
}
.copyright a {
	display: inline-block;
	color: #d9d9d9;
}
.link_main {
	border-top: 1px rgba(255,255,255,.1) solid;
	padding: 25px 0;
}
.link {
	display: flex;
	flex-direction: row;
	align-items: baseline;
}
.link+.link {
	margin-top: 20px;
}
.link>span {
	flex: 0 0 auto;
	display: block;
	margin-right: 15px;
}
.link .a {
	font-weight: lighter;
	margin-left: -20px;
	margin-right: -20px;
}
.link .a a {
	display: inline-block;
	color: #e5e5e5;
	padding: 0 20px;
	margin: 2px 0;
}
.link .a a:hover {
	color: #1e50ae;
}
.foot_top {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 0 5px;
}
.foot_top>.column {
	width: 100%;
	padding: 0 15px;
	margin: 15px 0;
}
.foot_top>.column>h2 {
	font-size: 18px;
	margin: 0 0 10px;
}
.foot_nav {
	list-style: none;
	padding: 0;
	margin: 0 -25px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.foot_nav li {
	padding: 0 25px;
}
.foot_nav a {
	display: block;
	line-height: 24px;
	margin-top: 10px;
}
.foot_contact {
	overflow: hidden;
}
.foot_contact p {
	line-height: 24px;
	margin: 10px 0 0;
}
.foot_wechat span {
	display: block;
	text-align: center;
	margin-top: 5px;
}

@media (max-width: 767px) {
	/*.gotop {
		width: 30px;
		height: 30px;
	}*/
	.copyright {
		font-size: 12px;
	}
	.link .a {
		margin-left: -10px;
		margin-right: -10px;
	}
	.link .a a {
		padding: 0 10px;
	}
	.foot_top .foot_wechat {
		max-width: 180px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 479px) {
	.link {
		display: block;
	}
	.link>span {
		margin-bottom: 10px;
	}
}
@media (min-width: 768px) {
	.foot_top>.column {
		max-width: 310px;
	}
	.foot_top .foot_wechat {
		width: 180px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.foot_top>.column {
		width: auto;
	}
}

/*导航*/
.navbar-default {
	background-color: rgba(255,255,255,1);
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}
.header.effect .navbar-default {
	-webkit-box-shadow: 0 2px 12px rgba(0,0,0,.1);
	box-shadow: 0 2px 12px rgba(0,0,0,.1);
}
.navbar-brand {
	height: auto;
	padding: 5px 0 5px 10px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
.navbar-brand img {
	flex: 0 0 auto;
	height: 40px;
}
.corporateName {
	margin-left: 10px;
}
.corporateName h2 {
	font-size: 17px;
	color: #333;
	font-weight: bold;
	margin: 0;
}
.corporateName span {
	display: block;
	font-size: 12px;
	color: #de0619;
	margin-top: 8px;
}
.navbar-default .navbar-toggle {
	border: 0;
	padding-right: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #1e50ae;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.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);
	position: relative;
	top: 6px;
}
.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);
}
.navbar-default .navbar-nav>li>a {
	color: #333;
	letter-spacing: 1px;
}
.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: #1e50ae;
}
.navbar-collapse::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.header .navbar-fixed-bottom .navbar-collapse,
.header .navbar-fixed-top .navbar-collapse {
	max-height: 300px;
}
.navbar-default .dropdown-menu{padding:10px 0;margin-top:0;border:none;background:#fff;text-align: center;width:100%;min-width:120px;right:auto;left:50%;transform: translateX(-50%);}
.navbar-default .dropdown-menu>li>a{line-height:20px;padding:10px;}
.navbar-default .dropdown-menu>li>a:hover{color:#1e50ae;}
.top_tip {
	background-color: #f0f0f0;
	color: #666;
	padding: 8px 0;
}
.top_tip span {
	display: block;
}
.top_tip a {
	color: #666;
}
.top_tip a:hover {
	color: #921729;
}
.top_tip .container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.top_tip .container:before,
.top_tip .container:after {
	display: none;
}
.top_tip .span2 {
	margin-left: -5px;
	margin-right: -5px;
}
.top_tip .span2 a {
	color: #1e50ae;
	font-weight: bold;
	padding: 0 5px;
	line-height: 30px;
	display: flex;
	flex-direction: row;
}
.top_tip .span2 a em {
	font-size: 18px;
}
.top_tip .span2 a img {
	flex: 0 0 auto;
	display: block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

@media (max-width: 767px) {
	.corporateName span {
		margin-top: 2px;
	}
	.top_tip .span2 a {
		font-weight: bold;
		line-height: 24px;
	}
	.top_tip .span2 a em {
		font-size: 16px;
	}
	.top_tip .span2 a img {
		width: 24px;
		height: 24px;
		margin-right: 5px;
	}
	
	.navbar-default .dropdown-menu{position: static;transform: none;}
	.navbar-default .dropdown-menu,
	.navbar-nav .open .dropdown-menu{padding:10px 15px;background:rgba(0,0,0,0.03);}
	.navbar-default .dropdown-menu>li>a,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu>li>a{line-height:20px;padding:10px;}
	.navbar-default .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#1e50ae;}
}
@media (max-width: 639px) {
	.top_tip .container {
		display: block;
	}
}
@media (max-width: 359px) {
	.corporateName {
		display: none;
	}
}
@media (min-width: 768px) {
	.header .container {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.header .container:before,
	.header .container:after {
		display: none;
	}
	.navbar-brand {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-brand img {
		height: 50px;
	}
	.corporateName {
		display: none;
	}
	.navbar-default .navbar-nav>li{
		padding-top:21px;
		padding-bottom:21px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 9px 15px;
	}
	.navbar-default .dropdown-menu{
		width:120px;
	}
}
@media (min-width: 992px) {
	.corporateName {
		display: block;
	}
}
@media (min-width: 1200px) {
	.corporateName h2 {
		font-size: 20px;
	}
	.corporateName span {
		font-size: 14px;
		margin-top: 4px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.navbar-default .dropdown-menu{
		width:140px;
	}
	.navbar-default .dropdown-menu>li>a{
		font-size:16px;
	}
}
@media (min-width: 1440px) {
	.navbar-brand {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.navbar-brand img {
		height: 60px;
	}
	.corporateName h2 {
		font-size: 24px;
		letter-spacing: 1px;
	}
	.corporateName span {
		font-size: 16px;
		letter-spacing: 1.5px;
		margin-top: 8px;
	}
	.navbar-default .navbar-nav>li{
		padding-top:31px;
		padding-bottom:31px;
	}
	.navbar-default .navbar-nav>li>a {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 1600px) {
	.navbar-default .navbar-nav>li>a {
		padding-left: 35px;
		padding-right: 35px;
	}
}

/*banner*/
.index_banner {
	position: relative;
}
.banner_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.index_banner img {
	display: block;
	width: 100%;
}
.banner_text {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner_text img {
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}
.banner1 .banner_text img {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.banner2 .banner_text img {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.banner3 .banner_text img {
	-webkit-transform: scale(0);
	transform: scale(0);
}
.banner4 .banner_text img {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.banner5 .banner_text img {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.index_banner .swiper-slide-active .banner_text img {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.index_banner .swiper-button-prev,
.index_banner .swiper-button-next {
	width: 18px;
	height: 29px;
	margin-top: -15px;
	background-size: contain;
}

.downTip {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 25px;
	z-index: 1;
	width: 20px;
	height: 62px;
	background: url(../images/downtip.png) no-repeat center;
	background-size: contain;
	animation: downTip 1s linear infinite alternate;
	-webkit-animation: downTip 1s linear infinite alternate;
}
@-webkit-keyframes downTip {
    from {bottom: 30px;opacity:0.9;}
    to {bottom: 25px;opacity:1;}
}
@keyframes downTip {
    from {bottom: 30px;opacity:0.9;}
    to {bottom: 25px;opacity:1;}
}

@media (max-width: 767px) {
	.index_banner .PC_img {
		display: none;
	}
}
@media (min-width: 768px) {
	.index_banner .min_img {
		display: none;
	}
}

/*热门搜索*/
.hotSearch_main {
	background-color: #f7f7f7;
	padding: 10px 0;
}
.hotSearch {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	margin: 10px 0;
}
.hotSearch span {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	flex: 0 0 auto;
}
.hotSearch .text {
	line-height: 20px;
	margin-left: -10px;
	margin-right: -10px;
}
.hotSearch .text a {
	display: inline-block;
	color: #666;
	padding: 0 10px;
	margin: 2px 0;
}
.hotSearch .text a:hover {
	color: #921729;
}
.hotSearch_main form {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	margin: 10px 0;
}
.hotSearch_main form input {
	height: 40px;
	background-color: #fff;
	border: 1px #d6d6d6 solid;
	width: 100%;
	padding: 6px 18px;
	outline: none;
}
.hotSearch_main form input::-webkit-input-placeholder {
	color: #999;
}
.hotSearch_main form button {
	display: block;
	flex: 0 0 auto;
	width: 80px;
	height: 40px;
	background-color: #1e50ae;
	border: 0;
	outline: none;
	color: #fff;
	letter-spacing: 2px;
}

@media (min-width: 768px) {
	.hotSearch_main {
		padding: 20px 0;
	}
	.hotSearch span {
		font-size: 18px;
		line-height: 24px;
	}
	.hotSearch .text {
		font-size: 16px;
		line-height: 24px;
	}
	.hotSearch_main form input {
		height: 50px;
		font-size: 16px;
	}
	.hotSearch_main form button {
		width: 128px;
		height: 50px;
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	.hotSearch_main .container {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.hotSearch_main .container:before,
	.hotSearch_main .container:after {
		display: none;
	}
	.hotSearch {
		flex: 0 0 auto;
		max-width: 460px;
		margin-right: 30px;
	}
	.hotSearch_main form {
		max-width: 728px;
	}
}
@media (min-width: 1200px) {
	.hotSearch {
		max-width: 640px;
	}
}
@media (min-width: 1440px) {
	.hotSearch span {
		font-size: 22px;
	}
	.hotSearch .text {
		font-size: 18px;
	}
	.hotSearch_main form input {
		height: 60px;
		font-size: 18px;
	}
	.hotSearch_main form button {
		width: 128px;
		height: 60px;
		font-size: 18px;
	}
}

/*首页*/
.index_main {
	padding: 30px 0;
	position: relative;
}
.index_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: top center;
}
.index_title {
	border-bottom: 1px rgba(0,0,0,.2) solid;
	margin-bottom: 20px;
}
.index_title .container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.index_title .container:before,
.index_title .container:after {
	display: none;
}
.index_title p {
	margin: 10px 0 5px;
}
.index_title a {
	color: #333;
	line-height: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
	position: relative;
	padding-bottom: 15px;
}
.index_title a:after {
	content: "";
	width: 120%;
	max-width: 260px;
	height: 2px;
	background-color: #333;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.index_title h2 {
	font-size: 20px;
	margin: 0;
	padding-right: 10px;
}
.index_title span {
	display: block;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 5px;
}

.index_more {
	margin-top: 20px;
}
.index_more a {
	display: block;
	text-align: center;
	color: #fff;
	border: 1px #1e50ae solid;
	background-color: #1e50ae;
	padding: 10px;
	max-width: 180px;
}
.index_more a:hover {
	background-color: transparent;
	color: #1e50ae;
}

@media (max-width: 767px) {
	.index_bg {
		background-repeat: no-repeat;
		background-size: cover;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.index_title {
		margin-bottom: 15px;
	}
	.index_more {
		margin-top: 15px;
	}
}
@media (min-width: 768px) {
	.index_main {
		padding: 50px 0;
	}
	.index_bg {
		background-attachment: fixed;
	}
	.index_title {
		margin-bottom: 50px;
	}
	.index_title h2 {
		font-size: 24px;
	}
	.index_more {
		margin-top: 40px;
	}
}

/*首页产品中心*/
.index_product_list a {
	display: block;
	color: #333;
	letter-spacing: 1px;
	border: 2px #e0e0e0 solid;
	background-color: #fff;	
	-webkit-transition: all .5s;
	transition: all .5s;
}
.index_product_list a .text {
	padding: 25px 25px 60px;
}
.index_product_list a h2 {
	font-size: 20px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index_product_list a p {
	line-height: 20px;
	height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 20px 0 0;
}
.index_product_list a em {
	display: block;
	color: #fff;
	text-align: center;
	border: 1px #1e50ae solid;
	background-color: #1e50ae;
	padding: 10px;
	max-width: 180px;
	margin-top: 30px;
}
.index_product_list a:hover {
	-webkit-box-shadow: 0 2px 12px rgba(0,0,0,.16);
	box-shadow: 0 2px 12px rgba(0,0,0,.16);
}
.index_product_list a:hover h2 {
	color: #1e50ae;
}

@media (max-width: 767px) {
	.index_product_list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.index_product_list .column {
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.index_product_list a .text {
		padding: 15px 15px 35px;
	}
	.index_product_list a h2 {
		font-size: 18px;
	}
	.index_product_list a p {
		margin-top: 15px;
	}
	.index_product_list a em {
		padding: 8px;
		max-width: 140px;
		margin-top: 20px;
	}
}
@media (max-width: 479px) {
	.index_product_list .column {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.index_product_list {
		margin-left: -25px;
		margin-right: -25px;
	}
	.index_product_list .column {
		padding: 0 25px;
		margin-bottom: 50px;
	}
}

/*首页案例视频*/
.index_video_main .index_title {
	border-bottom-color: rgba(255,255,255,.2);
}
.index_video_main .index_title a,
.index_video_main .index_title p {
	color: #fff;
}
.index_video_main .index_title a:after {
	background-color: #fff;
}
.index_video_list,
.index_video_list .row {
	margin-left: -10px;
	margin-right: -10px;
}
.index_video_list .column {
	padding: 0 10px;
	margin-bottom: 20px;
}
.index_video_list a {
	display: block;
	color: #fff;
	text-align: center;
	position: relative;
}
.index_video_list a h2 {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 8px;
	background-color: rgba(30,80,174,.9);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.index_video_list a .img:before,
.index_video_list a .img:after {
	content: "";
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.index_video_list a .img:before {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	top: 0;
	left: 0;
}
.index_video_list a .img:after {
	width: 36px;
	height: 36px;
	background: url(../images/icon1.png) no-repeat center;
	background-size: contain;
	top: calc(50% - 20px);
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.index_video_list a:hover .img:before,
.index_video_list a:hover .img:after {
	visibility: visible;
	opacity: 1;
}

.video_modal_bg {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1031;
	display: none;
}
.video_modal_bg:after {
	content: "";
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: url(../images/close1.png) no-repeat center #fff;
	background-size: 20px;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.video_box .column {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1032;
	width: 90%;
	height: 70%;
	max-width: 1000px;
	max-height: 600px;
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
	overflow: hidden;
	display: none;
}
.video_box .column .inner {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.video_box .column video {
	width: 100%;
	height: 100%;
	background-color: #333;
	object-fit: cover;
}

@media (max-width: 767px) {
	.video_modal_bg:after {
		width: 30px;
		height: 30px;
		background-size: 15px;
		top: 15px;
		right: 15px;
	}
	.video_box .column {
		max-height: 240px;
		padding: 5px;
	}
}
@media (max-width: 479px) {
	.index_video_list .row .column {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.index_video_list>.col-sm-5 {
		width: 47.36842%;
	}
	.index_video_list>.col-sm-7 {
		width: 52.63158%;
	}
}
@media (min-width: 1200px) {
	.index_video_list a h2 {
		font-size: 16px;
		padding: 10px;
	}
	.index_video_list a .img:after {
		width: 50px;
		height: 50px;
	}
}

/*首页关于我们*/
.index_about_list {
	margin: 0;
}
.index_about_list .column {
	padding: 0;
	margin: 15px 0;
}
.index_about_list .column1 h2 {
	font-size: 16px;
	text-align: center;
	margin: 0 10px;
	border: 1px rgba(0,0,0,.2) solid;
	border-top: 0;
	padding: 10px;
}
.index_about_content {
	color: #666;
	line-height: 26px;
	letter-spacing: 1px;
}
.index_about_content p {
	margin-bottom: 26px;
}

.index_slogan {
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: lighter;
	letter-spacing: 1px;
	line-height: 1.9;	
}
.index_slogan p {
	margin: 0;
}

@media (min-width: 768px) {
	.index_about_list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}
	.index_about_list:before,
	.index_about_list:after {
		display: none;
	}
	.index_about_list .column1 {
		padding-right: 3.33333%;
	}
	.index_about_list .column1 h2 {
		font-size: 18px;
		padding: 14px;
	}
	.index_about_content {
		max-height: 182px;
		overflow: hidden;
	}
	.index_slogan {
		font-size: 24px;
	}
}
@media (min-width: 1200px) {
	.index_slogan {
		padding: 35px 11.33333%;
	}
}

/*首页新闻资讯*/
.index_news_list a {
	display: block;
	color: #333;
	background-color: #fff;
	padding: 30px 20px 40px;
	margin: 5px 10px 15px;
	letter-spacing: 1px;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.index_news_list a:before {
	content: "";
	width: 0;
	height: 4px;
	background-color: #1e50ae;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.index_news_list a h2 {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.index_news_list a span {
	display: block;
	color: #666;
	margin-top: 10px;
}
.index_news_list a p {
	color: #4c4c4c;
	line-height: 20px;
	height: 80px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	margin: 20px 0 0;
}
.index_news_list a em {
	display: block;
	color: #4c4c4c;
	text-align: center;
	border: 1px #ccc solid;
	padding: 10px;
	max-width: 160px;
	margin-top: 25px;
}
.index_news_list a:hover,
.index_news_list .swiper-slide-active a {	
	-webkit-box-shadow: 0 2px 12px rgba(0,0,0,.16);
	box-shadow: 0 2px 12px rgba(0,0,0,.16);
}
.index_news_list a:hover:before,
.index_news_list .swiper-slide-active a:before {
	width: 100%;
}
.index_news_list a:hover em,
.index_news_list .swiper-slide-active a em {
	background-color: #1e50ae;
	border-color: #1e50ae;
	color: #fff;
}

/*内页*/
.wrapper {
	min-height: calc(100vh - 80px);
	position: relative;
}
.inside_banner_main,
.inside_banner {
	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: #1e50ae;
}

.inside_main {
	padding: 30px 0;
	position: relative;
}
.inside_main .container {
	position: relative;
}

.submenu_main {
	border-bottom: 1px #f0f0f0 solid;
}
.submenu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.submenu:before,
.submenu:after {
	display: none;
}
.submenu>li>a {
	color: #666;
	line-height: 20px;
	padding: 12px;
	min-width: 96px;
	text-align: center;
}
.submenu>li>a:before {
	content: "";
	width: 1px;
	height: 20px;
	background-color: #f2f2f2;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}
.submenu>li>a:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 10px #1e50ae solid;
	border-left: 10px transparent solid;
	border-right: 10px transparent solid;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	display: none;
}
.submenu>li.active>a:after {
	display: block;
}
.submenu>li:last-child>a:before,
.submenu>li>a:hover:before,
.submenu>li.active>a:before {
	display: none;
}
.submenu>li>a:hover,
.submenu>li.active>a {
	background-color: #1e50ae;
	color: #fff;
}

.inside_title {
	margin-bottom: 20px;
	text-align: center;
}
.inside_title h2 {
	font-size: 20px;
	margin: 0;
}
.inside_title span {
	display: block;
	text-transform: uppercase;
	margin-top: 5px;
	color: #999;
}
.inside_title p {
	color: #868787;
	margin: 10px 0 0;
}

.InfoContent {
	line-height: 2;
	position: relative;
	overflow: hidden;
}
.InfoContent p {
	margin: 0;
}
.InfoContent img {
	max-width: 100%;
	height: auto !important;
	padding: 5px;
}

.InfoTitle {
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px #dad9d9 solid;
	padding-bottom: 15px;
}
.InfoTitle h4 {
	font-size: 18px;
	margin: 0;
	line-height: 1.4;
}
.InfoTitle .date {
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}
.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;
	margin: 5px;
}
.goBack a:hover {
	background-color: #1e50ae;
}

.pager {
	margin: 15px 0 0;
}
.pager li>a,
.pager li>span {
	border: 1px #bfbfbf solid;
	color: #666;
	border-radius: 10px;
	margin: 0 5px;
}
.pager li>a:hover {
	color: #fff;
	border-color: #1e50ae;
	background-color: #1e50ae;
}

.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: #1e50ae;
}
.info_Previous,
.info_Next {
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.inside_banner .PC_img {
		display: none;
	}
	.info_previous_next_wrap {
		font-size: 12px;
		margin-top: 30px;
	}
}
@media (min-width: 768px) {
	.inside_banner .min_img {
		display: none;
	}
	.inside_main {
		padding: 50px 0;
	}
	.submenu>li>a {
		font-size: 16px;
		padding: 20px;
		min-width: 140px;
	}
	.submenu>li>a:after {
		border-top-width: 15px;
		border-left-width: 15px;
		border-right-width: 15px;
		margin-left: -15px;
	}
	.inside_title h2 {
		font-size: 26px;
	}
	.inside_title {
		margin-bottom: 30px;
	}
	.InfoTitle {
		margin-bottom: 30px;
	}
	.InfoTitle h4 {
		font-size: 24px;
	}
	.pager {
		margin-top: 30px;
	}
	.pager li>a,
	.pager li>span {
		font-size: 16px;
		padding: 12px 35px;
		margin: 0 30px;
	}
}

/*关于*/
.honor_list .column {
	margin: 15px 0;
}
.honor_list .img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.honor_modal .modal-dialog {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 30px 0;
}
.honor_modal .modal-content {
	border-radius: 10px;
	border: 0;
	padding: 15px;
	/*height: 100%;
	max-height: 800px;
	overflow-y: auto;*/
}
.honor_modal .modal-content::-webkit-scrollbar {
	width: 0;
	height: 0;
}
.honor_modal .modal-header {
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.honor_modal .modal-title {
	font-size: 16px;
}
.honor_modal .close {
	opacity: 1;
	width: 15px;
	height: 15px;
	background: url(../images/close1.png) no-repeat center;
	background-size: contain;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
	outline: none;
}
.honor_modal .swiper-button-prev,
.honor_modal .swiper-button-next {
	width: 18px;
	height: 29px;
	margin-top: -15px;
	background-size: contain;
	outline: none;
}

@media (max-width: 767px) {
	.honor_list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.honor_list .column {
		padding: 0 10px;
		margin: 10px 0;
	}
	.honor_modal .swiper-button-next,
	.honor_modal .swiper-button-prev {
		width: 18px;
		height: 29px;
		margin-top: -15px;
		background-size: contain;
	}
}
@media (max-width: 479px) {
	.honor_list .column {
		width: 100%;
	}
}

/*产品中心*/
.product_list .column {
	margin: 15px 0;
}
.product_list a {
	display: block;
	color: #333;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
	box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.product_list a h2 {
	font-size: 16px;
	line-height: 24px;
	margin: 10px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 15px 10px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.product_list a:hover h2 {
	color: #fff;
	background-color: #1e50ae;
}
.product_list a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 767px) {
	.product_list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.product_list .column {
		padding: 0 10px;
		margin: 10px 0;
	}
}
@media (max-width: 479px) {
	.product_list .column {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.product_list a h2 {
		padding: 15px;
	}
}
@media (min-width: 1200px) {
	.product_list a h2 {
		font-size: 18px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (min-width: 1440px) {
	.product_list {
		margin-left: -27px;
		margin-right: -27px;
	}
	.product_list .column {
		padding: 0 27px;
		margin: 20px 0;
	}
	.product_list a h2 {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

/*客户案例*/
.case_list .column {
	margin: 15px 0;
}
.case_list a {
	display: block;
	background-color: #f0f0f0;
	padding: 15px 15px 20px;
	color: #333;
	text-align: center;
}
.case_list a h2 {
	font-size: 16px;
	margin: 15px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.case_list a:hover {
	color: #1e50ae;
}
.case_list a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 479px) {
	.case_list .column {
		width: 100%;
	}
}

/*新闻资讯*/
.news_list .column {
	margin: 15px 0;
}
.news_list a {
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #000;
}
.news_list a .img {
	flex: 0 0 auto;
	width: 210px;
}
.news_list a .text {
	width: 100%;
	padding-left: 15px;
	overflow: hidden;
}
.news_list a h2 {
	font-size: 16px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news_list a p {
	color: #838282;
	line-height: 24px;
	height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 10px 0 0;
}
.news_list a em {
	display: block;
	color: #1e50ae;
	line-height: 1;
	margin-top: 15px;
}
.news_list a:hover {
	color: #1e50ae;
}
.news_list a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 479px) {
	.news_list a {
		display: block;
	}
	.news_list a .img {
		width: 100%;
	}
	.news_list a .text {
		padding-left: 0;
		margin-top: 15px;
	}
}
@media (min-width: 1440px) {
	.news_list {
		margin-left: -30px;
		margin-right: -30px;
	}
	.news_list .column {
		padding: 0 30px;
		margin: 25px 0;
	}
}

/*联系我们*/
.contact_list .column {
	margin: 15px 0;
	border-bottom: 1px #f3f3f3 solid;
	padding-bottom: 15px;
}
.contact_list a {
	display: block;
	color: #333;
	text-align: center;
}
.contact_list h2 {
	font-size: 16px;
	margin: 0;
}
.contact_list p {
	color: #999;
	word-break: break-all;
	margin: 10px 0 0;
}
.contact_list .img {
	max-width: 150px;
	margin-bottom: 15px;
}
.contact_list .icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	margin: 0 auto 15px;
	position: relative;
}
.contact_list .icon:before,
.contact_list .icon:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	-webkit-transition: all .8s;
	transition: all .8s;
}
.contact_list .icon:before {
	background-color: #797a7c;
}
.contact_list .icon:after {	
	background-color: #1e50ae;
	opacity: 0;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.contact_list a:hover .icon:before {
	-webkit-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
}
.contact_list a:hover .icon:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.contact_list .icon img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.contact_main {
	background-color: #f8f8f8;
}
.contact_list1 {
	margin: 0;
	background-color: #f0f0f0;
}
.contact_list1 .column {
	padding: 0;
}
.contact_wrap {
	padding: 30px 15px;
}
.contact_wrap>h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px;
}
.contact_wrap a {
	color: #333;
}
.map #dituContent {
	width: 100%;
	height: 200px;
	border: 1px #ddd solid;
}

.message_form .form-control {
	height: 40px;
	color: #333;
	background-color: #fafafa;
	border-color: #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.message_form .error .form-control {
	border-color: #005bac;
}
.message_form .tip .form-control,
.message_form .success .form-control {
	border-color: #999;
}
.message_form .error .valid_message {
	position: absolute;
	width: 100%;
	left: 0;
	font-size: 12px;
	color: #1e50ae;
	display: none;
}
.message_form textarea.form-control {
	height: auto;
}
.message_form .btn {
	display: block;
	background-color: #1e50ae;
	color: #fff;
	border: 1px #1e50ae solid;
	width: 100%;
	height: 40px;
	margin: 20px auto 0;	
	outline: none!important;
}
.message_form .btn:hover {
	background-color: transparent;
	color: #1e50ae;
}

@media (min-width: 768px) {
	.contact_list {
		margin-left: -15px;
		margin-right: -15px;
		overflow: hidden;
	}
	.contact_list .column {
		float: left;
		width: 20%;
		padding: 0 15px;
		border-bottom: 0;
	}
	.contact_list .icon {
		width: 80px;
		height: 80px;
		margin-top: 20px;
		margin-bottom: 35px;
	}
	.contact_list1 {
		display: flex;
		flex-direction: row;
	}
	.contact_wrap {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.contact_wrap>h2 {
		font-size: 20px
	}
	.map #dituContent {
		height: 340px;
	}
	.message_form .form-group {
		margin-bottom: 20px;
	}
}
@media (min-width: 992px) {
	.contact_list .icon {
		width: 90px;
		height: 90px;
		margin-top: 30px;
		margin-bottom: 45px;
	}
}
@media (min-width: 1200px) {
	.contact_list .icon {
		width: 120px;
		height: 120px;
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.contact_list h2 {
		font-size: 18px;
	}
	.contact_wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/*动画*/
@-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
}
