@charset "utf-8";






body * {
	box-sizing: border-box;
}

body,
html {
	font-family: '微软雅黑';
	/* overflow-x: hidden; */
}



body {
	overflow-x: hidden;
	color: #3e3a39;
	/* height: 100%; */
	box-sizing: border-box;
	background-color: #fff;
	font-size: 14px;
}

.course {
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	user-select: none;
}

a {
	color: #323235;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #2a91fa;
}

i,
em {
	font-style: normal;
}



.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0;
}



.mt_140 {
	margin-top: 140px !important;
}

.mt_120 {
	margin-top: 120px !important;
}

.mt_30 {
	margin-top: 30px !important;
}

.mt_60 {
	margin-top: 60px !important;
}


.template_head_left {
	text-align: left !important;
}

.banner-picBox {
	width: 100%;
	height: 836px;

	position: relative;
}

.banner-picBox .swiper-slide {
	width: 100% !important;
}

.bannber_bj_img {
	width: 100%;
	height: 100%;
	background-size: cover cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.bannber_pc{display:flex;}
.bannber_mobile {
	display: none;
}

.index_banner_con {
	width: 100%;
	height: 100%;
	max-width: 1200px;
	margin: auto;
	color: #f2f6fd;
	padding: 0 20px;
}

.index_banner_con .row {
	margin: 0;
}

.ban-h1 {
	font-size: 50px;
	line-height: 52px;
	margin-top: 350px;
	font-weight: bold;
}

.small-title-p {
	font-size: 26px;
	line-height: 32px;
	margin-top: 44px;
}



.swiper-pagination-bullet {
	width: 30px !important;
	height: 4px !important;
	display: inline-block !important;
	border-radius: 0 !important;
	background: #fff !important;
	opacity: 1 !important;
}


.top-banner .swiper-pagination-bullet {
	width: 3px !important;
	height: 6px !important;
	display: inline-block !important;
	border-radius: 0 !important;
	background: #fff !important;
	opacity: 1 !important;
}

.swiper-pagination-bullet-active.swiper-pagination-bullet {
	background: #fff !important;
	width: 3px !important;
	height: 22px !important;
}


.top-banner .swiper-pagination-bullet-active.swiper-pagination-bullet {
	opacity: 1 !important;
}

.top-banner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 30px;
}

.top-banner .swiper-button-next,
.top-banner .swiper-button-prev {
	width: 75px;
	height: 150px;
	background-color: #2a91fa;
	top: unset;
	left: 50%;
	right: unset;
	margin-top: 0;
	bottom: -54px;
}

.top-banner .swiper-button-next:hover,
.top-banner .swiper-button-prev:hover {
	background-color: #1e84ec;
}

.top-banner .swiper-button-prev {
	margin-left: 500px;
	background-image: url(../images/banner_l_arrow.png);
	background-size: 75px 150px;
	background-position: left top;
}

.top-banner .swiper-button-next {
	margin-left: 575px;
	background-image: url(../images/banner_r_arrow.png);
	background-size: 75px 150px;
	background-position: left top;
}

.top-banner .swiper-container{overflow-x:hidden !important;overflow-y: visible !important;position:unset !important;}


.menu-link {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.menu-link * {
	box-sizing: border-box;
}

.menu-link {
	display: none;
	border-radius: 5px;
	box-sizing: border-box;
	position: fixed;
	top: 10px;
	right: 22px;
	font-size: 11px;
	z-index: 10;
	width: 40px;
	height: 40px;
	padding: 8px;
}



.menu-link span {
	position: relative;
	display: block;
	margin-top: 10px;
}

.menu-link span,
.menu-link span:before,
.menu-link span:after {
	background-color: #d1000b;
	width: 100%;
	height: 3px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.menu-link span:before,
.menu-link span:after {
	position: absolute;
	top: -.55em;
	content: " ";
}

.menu-link span:after {
	top: .55em;
}

.menu-link.active span {
	background: transparent;
}

.menu-link.active span:before {
	-webkit-transform: rotate(45deg) translate(.5em, .4em);
	-moz-transform: rotate(45deg) translate(.5em, .4em);
	-ms-transform: rotate(45deg) translate(.5em, .4em);
	-o-transform: rotate(45deg) translate(.5em, .4em);
	transform: rotate(45deg) translate(.5em, .4em);
}

.menu-link.active span:after {
	-webkit-transform: rotate(-45deg) translate(.4em, -.3em);
	-moz-transform: rotate(-45deg) translate(.4em, -.3em);
	-ms-transform: rotate(-45deg) translate(.4em, -.3em);
	-o-transform: rotate(-45deg) translate(.4em, -.3em);
	transform: rotate(-45deg) translate(.4em, -.3em);
}

.menu .h3 em,
.menu .h3 span,
.slick-arrow,
.img_box:before {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
}

.wp {
	width: 100%;
	max-width: 1300px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 15;
}

.header.special-top,
.header:hover {
	background: #232937;
}

.header_left {
	width: 170px;
	display: flex;
	justify-content: left;
	align-items: center;
}

.header_right {
	display: flex;
	justify-content: right;
	align-items: center;
}

.m_nav_show {
	display: none;
	width: 30px;
	height: 30px;
}

.m_menu_box {
	display: none;
}

.m_nav_show img {
	width: 100%;
	height: 100%;
}

.logo {
	width: 162px;
	height: 46px;
	display: inline-block;

}

.logo img {
	width: 100%;
	height: auto;
	display: block;
}

.menu {
	text-align: center;
}

.menu ul {
	display: inline-block;
	vertical-align: bottom;
}

.menu li {
	float: left;
	position: relative;
}

.tb_sub {
	height: 0;
	overflow: hidden;
	opacity: 0;

	position: absolute;
	top: 90px;
	left: 50%;
	margin: 0;
	margin-left: -80px;
	z-index: 14;
	padding: 10px 0 20px 0;
	list-style: none;
	width: 160px;
	background: rgba(35, 41, 55, .9);
}

.menu li:hover .tb_sub {
	opacity: 1;
	height: auto;
	overflow: visible;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


.tb_sub div {

	width: 100%;

}

.tb_sub div.active_d a {
	color: #fff;

}

.tb_sub div a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	text-align: left;
	color: #d3d6de;
	line-height: 42px;
	padding-left: 24px;
}

.tb_sub div a:hover {
	color: #fff;
}

.menu .h3 a {
	display: block;
	padding: 0 10px;
	margin: 0 14px;
	height: 90px;
	line-height: 90px;
	font-size: 14px;
	color: #fff;
	min-width: 60px;
	opacity: .8;
	position: relative;
}

.menu .h3 a:after {
	content: '\20';
	bottom: 20px;
	position: absolute;
	height: 2px;
	background: #fff;
	left: 0px;
	width: 0%;
}

.menu .h3 i {
	display: none;
}

.menu .h3 a:hover,
.menu .curr .h3 a {
	color: #fff;
	opacity: 1;
}

.menu .h3 a:hover:after {
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.menu .box {
	position: absolute;
	display: none;
	left: -10px;
	top: 100px;
	background: #323235;
	right: -10px;
	padding: 10px 0
}

.menu .box a {
	text-decoration: none !important;
	display: block;
	color: #fff;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

.menu .box a:hover {
	background: #fff;
}

.menu li:hover .box {
	display: block;
}

.menu li.active .h3 a {
	color: #fff;
	opacity: 1;
}

.menu li.active .h3 a::after {
	width: 100%;
	opacity: 1;
}


.top_tel {
	font-size: 24px;
	line-height: 90px;
	font-weight: bold;
	color: #fff;

	padding-left: 24px;


}

.top_nav_s {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 24px;
	cursor: pointer;
}

.search_show {
	display: none;
	width: 260px;
	margin-left: 24px;
	height: 32px;
	border: 1px solid #fff;
	background-color: transparent;
	outline: none;
	border-radius: 16px;
	background-image: url(../images/top_nav_search.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 0 20px 0 40px;
	box-sizing: border-box;
	color: #fff;
}

.search_show::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #fff !important;
}

.search_show:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff !important;
	opacity: 1;
}

.search_show::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff !important;
	opacity: 1;
}

.search_show:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff !important;
}

.search_show::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff !important;
}

@keyframes FpulseSlow {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(0.85);
		opacity: 0.5;
	}
}

.FpulseSlow2 {
	animation: FpulseSlow2 infinite 3s linear;
	opacity: 0;
}

@keyframes FpulseSlow2 {
	0% {
		transform: scale(0.25);
		opacity: 0.4;
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}

/*产品与服务*/


.template_head {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	text-align: center;
	margin-top: 110px;
}

.template_head h2 {
	margin: 0;
	font-size: 50px;
	color: #232937;
	line-height: 52px;
}

.template_head div {
	font-size: 16px;
	line-height: 26px;
	color: #727887;
	margin-top: 24px;
}

.template_head_both {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head_both_l {
	margin: 0;
	font-size: 32px;
	color: #232937;
	line-height: 34px;
}

.link_enter_new {
	display: none;
}

.chanpin_box {

	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}

.jg_div {
	width: 100%;
	height: 76px;
}

.chanpin_box a {
	display: inline-block;
	width: 50%;
	overflow: hidden;

	text-decoration: none;

	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;

}

.chanpin_box a div {
	background: url(../images/index_cp_bj01.jpg) no-repeat;
	background-size: cover cover;
	background-position: center center;
}

.chanpin_box a:nth-child(2) div {
	background: url(../images/index_cp_bj02.jpg) no-repeat;
	background-size: cover cover;
	background-position: center center;
}

.chanpin_box a:nth-child(3) div {
	background: url(../images/index_cp_bj03.jpg) no-repeat;
	background-size: cover cover;
	background-position: center center;
}

.chanpin_box a:nth-child(4) div {
	background: url(../images/index_cp_bj04.jpg) no-repeat;
	background-size: cover cover;
	background-position: center center;
}





.chanpin_box a:hover {
	background-size: 110% 110%;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
}



.chanpin_box a div {
	font-size: 42px;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
}

.chanpin_box a:hover div {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
}

/*成功案例*/
.index_case {
	width: 100%;
	margin-top: 80px;
}

.case-picBox {
	width: 100%;
	height: 640px;
	background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
}

.case-picBox-mobile {
	display: none;
}

.index_case_banner {
	width: 100%;
	height: 100%;
	max-width: 1200px;
	margin: auto;
	color: #f2f6fd;
}




.swiper-case .swiper-button-next,
.swiper-case .swiper-button-prev {
	width: 44px;
	height: 32px;
	background-color: transparent;
	top: 156px;
	left: 50%;
	right: unset;
	margin-top: 0;
}

.swiper-case .swiper-button-next:hover,
.swiper-case .swiper-button-prev:hover {
	background-color: rgba(255, 255, 255, .1);
}

.swiper-case .swiper-button-prev {
	margin-left: -542px;
	background-image: url(../images/case_l_a.png);
	background-size: 38px 32px;
	background-position: right top;
}

.swiper-case .swiper-button-next {

	background-image: url(../images/case_r_a.png);
	background-size: 38px 32px;
	background-position: left top;
}


.swiper-case .swiper-button-next {
	margin-left: -498px;
}


.case_con {
	margin-top: 95px;
	display: inline-block;
	width: 714px;
	height: 454px;
	padding: 60px;
	box-sizing: border-box;
	background: rgba(35, 41, 55, .85);
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
}

.case_con:hover {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-o-transform: scale(1.04);
	-ms-transform: scale(1.04);

	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;

	margin-left: 20px;
	margin-bottom: -30px;

}

.case_con_title {
	width: 100%;
	text-align: right;
}

.case_con_title span {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	color: #3d434f;
	background: #fff;
	border-radius: 16px;
	padding: 0 20px;
	box-sizing: border-box;
}

.case_con_mainH {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 26px;
	margin-top: 50px;
	height:26px;
}

.case_con_subT {
	width: 100%;
	margin-top: 36px;
	color: #fff;
	line-height: 28px;
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	height:84px;

}

.link_enter {
	width: 152px;
	height: 44px;
	text-align: center;
	display: inline-block;
	background: url(../images/more_btn.png) no-repeat;
	background-size: 100% auto;
	background-position: center center;
	margin-top: 50px;
	line-height: 44px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 22px;
}

.link_enter:hover {
	background: url(../images/more_btnh.png) no-repeat;
	background-size: 100% auto;
	background-position: center center;
	color: #fff;


	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.link_enter.link_enter_black {
	color: #000;
}

.link_enter.link_enter_black:hover {
	color: #fff;
}

.about_box {
	margin-top: 76px;
	width: 100%;
	height: 640px;
	background: url(../images/index_about_pt.png) no-repeat;
	background-size: cover cover;
	background-position: center top;
}

.about_con:hover {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-o-transform: scale(1.04);
	-ms-transform: scale(1.04);

	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
	margin-right: 40px;
	margin-bottom: 10px;
}

.about_con_width {
	width: 100%;
	max-width: 1200px;

	overflow: hidden;
	margin: 0px auto 0 auto;
	padding-top: 260px;
	box-sizing: border-box;
}

.about_con {
	float: right;
	width: 680px;
	height: 456px;
	padding: 70px 60px;
	box-sizing: border-box;
	background: rgba(35, 41, 55, .95);
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
}

.about_con h5 {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 26px;
	margin: 0;
}

.about_con div {
	width: 100%;
	margin-top: 36px;
	color: #fff;
	line-height: 28px;
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}



/*新闻中心*/
.news_frame {
	width: 100%;
}

.index_news_box {
	width: 100%;
	max-width: 1230px;

	margin: 60px auto 0 auto;

}

.index_news_box.index_news_box_s {
	max-width: 1200px;
}

.index_news_content {
	width: 100%;
	border-bottom: 1px solid #000;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-wrap: wrap;
}

.index_news_content.index_news_content_s {
	justify-content: space-between;
}

.index_news_content.index_news_content_s a {
	margin: 0;
}

.index_news_content a {
	display: inline-block;
	width: 31%;
	margin: 0 1.165%;
	padding-top: 24px;
	text-decoration: none;
	box-sizing: border-box;
	border-top: 1px solid #000;
}

.index_news_content a:hover .new_item_img img {

	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
}

.index_news_content a:hover h5 {
	color: #2a91fa;
}

.index_news_content a:hover p {
	color: #333;
	text-decoration: none;
}

.new_item_line01 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #606570;
}

.new_item_img {
	display: inline-block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 24px;
}

.new_item_img img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
}

.index_news_content a h5 {
	margin-top: 26px;
	font-size: 24px;
	color: #232937;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_news_content a p {
	font-size: 16px;
	margin: 20px 0 50px 0;
	color: #666;
	line-height: 24px;
	height: 48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*我们的客户*/
.my_client {
	width: 100%;
}

.client_con {
	width: 100%;
	max-width: 1200px;
	height: 196px;
	margin: 50px auto 0 auto;
}

.swiper-client01 {
	display: none;
}



.client_con .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.client_con .swiper-container .swiper-wrapper {

	height: calc((100% - 0px) / 2);

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-box-align: left;
	-ms-flex-align: left;
	-webkit-align-items: center;
	align-items: center;
}

.client_con .swiper-container .swiper-slide {
	width: 20%;
	height: 88px;
	text-align: center;
}

.client_con .swiper-container .swiper-slide img {
	width: 220px;
	height: 88px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
}


.client_con .swiper-container .swiper-slide img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);

	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;

}

/*请专业顾问与您联系*/
.contact_frame {
	width: 100%;
	margin-top: 30px;
}

.contact_con {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contact_input {
	width: 75%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.input_item {
	width: 44%;
}

.input_item input {
	width: 100%;
	border: none;
	border-radius: 0;
	outline: none;
	line-height: 70px;
	height: 70px;
	box-shadow: none;
	font-size: 16px;
	color: #3781ff;
	padding: 0;
	border-bottom: 1px solid #1b1b1b;
}

.input_item input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #232937 !important;
}

.input_item input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #232937 !important;
	opacity: 1;
}

.input_item input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #232937 !important;
	opacity: 1;
}

.input_item input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #232937 !important;
}

.input_item input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #232937 !important;
}

.input_item input:focus {
	box-shadow: none;
	border-bottom: 1px solid #3781ff;
}

.input_item .pick-area {
	margin-bottom: -7px;
	width: 100% !important;
	height: 70px !important;
	border: none !important;
	line-height: 70px !important;
	font-size: 16px !important;
	color: #232937 !important;
}

.input_item .pick-arrow {
	display: none !important;
}

.input_item .pick-show span.pressActive {
	color: #3781ff !important;
}

.pick-area .pick-show {
	width: 100% !important;
	height: 70px !important;
	border: none !important;
	line-height: 70px !important;
	font-size: 16px !important;
	color: #232937 !important;
	border-bottom: 1px solid #1b1b1b !important;
	border-radius: 0 !important;
	padding-left: 0 !important;
}

.input_item .pick-show span {
	margin-top: 0 !important;
	background: transparent !important;
	line-height: 70px !important;
	font-size: 16px !important;
	color: #232937 !important;
	height: 70px !important;
}

.input_item .pick-show i {
	color: #232937 !important;
}

.input_item .pick-show span:hover {
	color: #232937 !important;
}

.contact_right {
	display: inline-block;
	text-align: right;
}

.contact_right div {
	font-size: 30px;
	color: #1b1b1b;
	font-weight: bold;
	line-height: 34px;
	margin-top: 20px;
}

/*底部*/
.footer {
	margin-top: 120px;
	width: 100%;
	background: #1d1e21;
	padding-top: 114px;
	box-sizing: border-box;
	padding-bottom: 90px;
}

.footer_top_link {
	width: 100%;
	max-width: 1500px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: auto;
	padding: 0 20px;
}

.footer_logo {
	display: inline-block;
	width: 162px;
	height: 46px;
}

.footer_logo img {
	display: inline-block;
	width: 100%;
	height: auto;
}

.footer_link {
	display: flex;
	justify-content: right;
	align-items: flex-start;
}

.footer_bottom_ba {
	width: 100%;
	max-width: 1500px;
	margin: auto;
	text-align: left;
	line-height: 40px;
	font-size: 12px;
	color: #ccc;
	margin-top: 120px;
	padding: 0 20px;
}

.footer_bottom_ba a {
	color: #ccc;
	text-decoration: none;
}

.link_box {
	display: flex;
	justify-content: right;
	align-items: flex-start;
}

.link_ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-right: 114px;
}

.link_ul_m {
	display: none;
}

.link_ul li {
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	margin-bottom: 20px;
}

.link_ul li a {
	color: #fff;
	text-decoration: none;
}

.link_ul li a:hover {
	text-decoration: underline;
}

.link_ewm {
	width: 92px;
	display: inline-block;
}

.link_ewm img {
	display: inline-block;
	width: 92px;
	height: 92px;
}

.link_ewm p {
	display: inline-block;
	width: 92px;
	font-size: 14px;
	color: #ccc;
	text-align: center;
	line-height: 32px;
}

@media screen and (max-width:1680px) {


	.banner-picBox {
		height: 732px;
		color: #fff;
	}




	.ban-h1 {
		font-size: 44px;
		line-height: 46px;
		margin-top: 308px;
	}

	.small-title-p {
		font-size: 22px;
		line-height: 24px;
		margin-top: 42px;
	}


}

@media screen and (max-width:1650px) {


	.banner-picBox {
		height: 732px;
	}




	.ban-h1 {
		margin-top: 308px;
	}



}

@media screen and (max-width:1440px) {
	.banner-picBox {
		height: 628px;
		color: #fff;
	}

	.ban-h1 {
		margin-top: 267px;
	}
}

@media screen and (max-width:1366px) {
	.banner-picBox {
		height: 596px;
		color: #fff;
	}

	.ban-h1 {
		margin-top: 250px;
	}

	.top-banner .swiper-button-prev {
		margin-left: 480px;
	}

	.top-banner .swiper-button-next {
		margin-left: 555px;
	}
}

@media screen and (max-width:1279px) {
	.banner-picBox {
		height: 558px;
		color: #fff;
	}

	.ban-h1 {
		margin-top: 236px;
	}

	.small-title-p {
		margin-top: 34px;
	}

	.top-banner .swiper-button-prev {
		margin-left: 440px;
	}

	.top-banner .swiper-button-next {
		margin-left: 515px;
	}

	.template_head {
		padding: 0 10px;
	}

	.index_news_box .link_enter {
		margin-left: 10px;
	}

	.contact_con {
		padding: 0 10px;
	}

	.link_ul {
		margin-right: 40px;
	}

	.chanpin_box a div {
		font-size: 36px;
	}
}

@media screen and (max-width:1024px) {
	.index_news_box.index_news_box_s {

		max-width: 1200px;
		padding: 0 20px;
	}

	.banner-picBox {
		height: 446px;
		color: #fff;
	}

	.ban-h1 {

		margin-top: 190px;
	}

	.small-title-p {
		margin-top: 26px;

	}

	.top-banner .swiper-button-prev {
		margin-left: 330px;
	}

	.top-banner .swiper-button-next {
		margin-left: 405px;
	}


	.header_right {
		display: none;
	}

	.m_nav_show {
		display: inline-block;

	}


	.logo {
		width: 110px;
		height: auto;
		display: inline-block;

	}

	.chanpin_box a div {
		font-size: 32px;
	}


	.m_menu_box {
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		right: -100%;
		background: #fff;
		z-index: 10;
		transition: all .5s;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		opacity: 0;
		visibility: hidden;
	}

	.menu_head {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px;
		height: 44px;
		line-height: 44px;
		box-sizing: border-box;
		background: #2f4fed;
		font-size: 16px;
		color: #fff;
	}

	.close_nav img {
		display: inline-block;
		width: 30px;
		height: 30px;
	}

	.m_nav_ul {
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.m_nav_ul li {
		display: inline-block;
		width: 100%;
		line-height: 52px;
		padding: 0 20px;
		border-bottom: 1px solid #ececec;
	}

	.m_nav_ul li a {
		display: inline-block;
		width: 100%;
		line-height: 52px;
		font-size: 14px;
		color: #333;
	}

	.m_nav_ul li.m_nav_ul_p {
		padding-right: 0;
	}

	.m_nav_ul_p .parent_a::after {
		content: '+';
		font-size: 20px;
		position: absolute;
		right: 20px;
		color: #666;
	}

	.m_nav_ul_p.show .parent_a::after {
		content: '-';
		font-size: 26px;
	}

	.m_nav_ul_p.show .m_nav_div {
		display: inline-block;
		transition: all .6s;
		-webkit-transition: all .6s;
		-moz-transition: all .6s;
		-o-transition: all .6s;
		opacity: 1;
		overflow: visible;
		height: auto;
	}

	.m_nav_div {
		opacity: 0;
		width: 100%;
		height: 0;
		overflow: hidden;
		border-top: 1px solid #ececec;
		padding-left: 0px;
	}

	.m_nav_div div a {
		line-height: 46px;
		color: #666;
	}


}

@media screen and (max-width:980px) {
	.top-banner .swiper-button-prev {
		margin-left: 260px;
	}

	.top-banner .swiper-button-next {
		margin-left: 335px;
	}

	.chanpin_box a div {
		font-size: 28px;
	}

}

@media screen and (max-width:768px) {
	.chanpin_item {
		height: 360px !important;
	}

	.swiper-case .swiper-button-next:hover,
	.swiper-case .swiper-button-prev:hover {
		background-color: rgba(255, 255, 255, 0);
	}

	.wp {
		height: 56px;
	}

	.bannber_pc {
		display: none;
	}

	.bannber_mobile {
		display: flex;
		background-size: 100% 100%;
	}

	.banner-picBox {
		height: 100%;
	}

	.top-banner {
		height: 100%;
	}

	.top-banner.top-banner-other {
		height: 68%;
	}

	.top-banner.top-banner-other .swiper-banner {
		height: 100%;
	}


	.top-banner.top-banner-other .swiper-banner .top_other_banner {
		height: 100% !important;
	}

	.swiper-banner {
		height: 100%;
	}

	.index_banner_con .col-sm-12 {
		padding: 0;
	}

	.ban-h1-mobile {
		padding-right: 20%;
	}


	.ban-h1 {
		font-size: 30px;
	}

	.small-title-p {
		font-size: 16px;
	}

	.top-banner .swiper-button-prev {
		display: none;
	}

	.top-banner .swiper-button-next {
		display: none;
	}

	.template_head {
		text-align: left;
		padding: 0 20px;
	}

	.mt_140 {
		margin-top: 60px !important;
	}

	.chanpin_box {
		margin-top: 30px;
		flex-direction: unset;
		align-items: center;
		justify-content: center;
	}


	.jg_div {
		height: 30px;
	}

	.chanpin_box a {
		width: 100%;
	}


	.chanpin_box a div {
		font-size: 26px;
	}

	.template_head h2 {
		font-size: 30px;
		line-height: 34px;
	}

	.template_head div {
		margin-top: 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.index_news_box_m {
		margin-top: 16px !important;
	}

	.head_both_l {
		font-size: 30px;
		line-height: 34px;
	}

	.head_both_r_page {
		display: none;
	}

	.link_enter_new {
		display: inline-block;
	}

	.contact_con {
		padding: 0 20px;
		flex-direction: column;
		justify-content: left;
	}

	.contact_input {
		width: 100%;
		flex-direction: column;
	}

	.input_item {
		width: 100%;
	}

	.contact_right {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.footer {
		padding-top: 40px;
		margin-top: 60px;
		padding-bottom: 0px;
	}

	.footer_logo {
		width: 110px;
		height: auto;
	}

	.footer_top_link {
		display: flex;
		flex-direction: column;
		justify-content: left;
		padding: 0 20px;
	}

	.footer_link {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: left;
	}

	.link_box {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.link_ul:first-child {
		width: 100%;
		margin-bottom: 24px;
	}

	.link_ul {
		width: 50%;
		margin: 0;
	}

	.link_ul_pc {
		display: none;
	}

	.link_ul_m {
		display: block;
	}

	.link_box {
		margin-top: 22px;
	}

	.link_ul li {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.link_ewm {
		margin-top: 20px;
	}

	.link_ewm img {
		width: 70px;
		height: 70px;
	}

	.link_ewm {
		font-size: 12px;
		width: 70px;
		text-align: center;
		line-height: 24px;
		color: #cccccc;
		display: inline-block;
	}

	.link_ewm p {
		display: inline-block;
		width: 70px;
		line-height: 26px;
		text-align: center;
		color: #ccc;
		font-size: 12px;
	}

	.footer_bottom_ba {
		width: 100%;
		background: #16171a;
		text-align: center;
		padding: 10px 20px;
		font-size: 12px;
		margin-top: 20px;
		line-height: 18px;
	}

	.index_news_box {
		width: 100%;
		padding: 0 20px;
		margin-top: 25px;
	}

	.index_news_content {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: left;
		align-items: flex-start;
	}

	.index_news_content a {
		display: inline-block;
		width: 100%;
		margin: 0;
		padding-top: 14px;
	}

	.new_item_img {
		margin-top: 14px;
	}

	.index_news_content a h5 {
		font-size: 18px;
		line-height: 30px;
	
		margin-top: 18px;
	}

	.index_news_content a p {
		margin: 12px 0 24px 0;
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}


	.index_news_content a:hover .new_item_img img {

		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-ms-transition: all 0.6s;
		-o-transition: all 0.6s;
		transition: all 0.6s;
	}

	.index_news_box .link_enter {
		margin: 24px 0 0 0;
	}

	.link_enter {
		width: 104px;
		height: 31px;
		font-size: 14px;
		line-height: 32px;
	}



	.about_box {
		background: url(../images/index_about_pt_m.jpg);
		background-size: 100% auto;
		background-position: center top;
		background-repeat: no-repeat;
		margin-top: 30px;
		height: auto;
	}

	.about_con_width {
		padding-top: 190px;
	}

	.about_con {
		padding: 55px 20px;
		width: 100%;
		height: auto;
	}

	.about_con h5 {
		font-size: 18px;
		font-weight: bold;
	}

	.about_con div {
		font-size: 14px;
		line-height: 28px;
		margin-top: 18px;
	}

	.about_con .link_enter {
		margin-top: 30px;
	}

	.about_con:hover {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);

		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-ms-transition: all 0.6s;
		-o-transition: all 0.6s;
		transition: all 0.6s;
		margin-right: 0px;
		margin-bottom: 0px;
	}

	.mt_120 {
		margin-top: 60px !important;
	}

	/*成功案例*/
	.case-picBox-mobile {
		display: block;
		width: 100%;
		height: auto;
		background-size: 100% auto;
		background-position: center top;
		background-repeat: no-repeat;
	}

	.case-picBox-pc {
		display: none;
	}

	.case-picBox-mobile .case_con {
		width: 100%;
		padding: 30px 20px 30px 20px;
		margin-top: 180px;
		height: auto;
	}

	.case_con_mainH {
		margin-top: 40px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		font-size: 18px;
		-webkit-box-orient: vertical;
		font-weight: bold;
		line-height: 36px;
		white-space: normal;
		height:72px;
	}

	.case_con_subT {
		font-size: 14px;
		line-height: 28px;
		margin-top: 18px;
	}

	.case_con .link_enter {
		margin-top: 30px;
	}

	.swiper-case .swiper-button-next,
	.swiper-case .swiper-button-prev {
		left: 0;
		top: 208px;
	}

	.swiper-case .swiper-button-prev {
		margin-left: 18px;
	}

	.swiper-case .swiper-button-next {
		margin-left: 62px;
	}

	.case_con_title {
		font-size: 14px;
		height: 24px;
		line-height: 24px;
	}

	.case_con:hover {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);

		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-ms-transition: all 0.6s;
		-o-transition: all 0.6s;
		transition: all 0.6s;

		margin-left: 0;
		margin-bottom: 0;
	}


	/*我们的客户*/
	.swiper-client {
		display: none;
	}

	.swiper-client01 {
		display: block;
	}

	.client_con {
		padding: 0 20px;
		height: 80px;
		margin-top: 30px;
	}

	.client_con .swiper-container .swiper-slide {

		display: inline-block;
		text-align: center;
		height: 40px;
	}

	.client_con .swiper-container .swiper-slide img {
		width: 100px !important;
		height: 40px;
	}


	.client_con .swiper-container .swiper-slide img:hover {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);

		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-ms-transition: all 0.6s;
		-o-transition: all 0.6s;
		transition: all 0.6s;

	}

}

@media screen and (max-width:640px) {
	.chanpin_item {
		height: 300px !important;
	}
}

@media screen and (max-width:540px) {
	.chanpin_item {
		height: 252px !important;
	}
}

@media screen and (max-width:480px) {
	.chanpin_item {
		height: 224px !important;
	}

	.ban-h1 {
		font-size: 30px;
		margin-top: 220px;
	}

	.small-title-p {
		font-size: 16px;
	}

	.contact_right div {
		font-size: 17px;
	}

	.template_head {
		text-align: left;
		padding: 0 22px;
	}

	.mt_140 {
		margin-top: 50px !important;
	}

	.chanpin_box {
		margin-top: 25px;
		flex-direction: unset;
		align-items: center;
		justify-content: center;
	}

	.jg_div {
		height: 25px;
	}

	.chanpin_box a:hover img {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-ms-transition: all 0.6s;
		-o-transition: all 0.6s;
		transition: all 0.6s;
	}

	.chanpin_box a:hover div {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-ms-transition: all 0.6s;
		-o-transition: all 0.6s;
		transition: all 0.6s;
	}

	.chanpin_box a {
		width: 100%;
	}

	.chanpin_box a div {
		font-size: 24px;
	}

	.template_head h2 {
		font-size: 22px;
		line-height: 32px;
	}

	.template_head div {
		margin-top: 12px;
		font-size: 12px;
		line-height: 18px;
	}


	.head_both_l {
		font-size: 22px;
		line-height: 32px;
	}


	.index_case {
		margin-top: 50px;
	}
}

@media screen and (max-width:413px) {
	.chanpin_item {
		height: 194px !important;
	}



	.ban-h1 {
		font-size: 30px;
		margin-top: 220px;
	}

	.small-title-p {
		font-size: 16px;
	}
}

@media screen and (max-width:374px) {
	.chanpin_item {
		height: 175px !important;
	}

	.ban-h1 {
		font-size: 30px;
		margin-top: 220px;
	}

	.small-title-p {
		font-size: 16px;
	}
}

@media screen and (max-width:320px) {
	.chanpin_item {
		height: 150px !important;
	}

	.ban-h1 {
		font-size: 28px;
		margin-top: 190px;
	}

	.small-title-p {
		font-size: 16px;
	}
}
.case_d_content p img{ width:auto; max-width:100%; margin:auto;}


/*搜索列表*/
.search_con_box {
    width: 100%;
    max-width: 1300px;
    padding: 30px 50px;
    box-sizing: border-box;
    background: #fff;
    /* box-shadow: 0 4px 8px rgba(74, 74, 74, .1); */
    margin: 30px auto -90px auto;
    min-height: 600px;
}

.list_search {
    width: 100%;
    height: 50px;
    border: 1px solid #f9f9f9;
    position: relative; background: #f9f9f9;
    padding-right: 100px;
}

.list_search input {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding: 0 20px;
    outline: none;
    box-shadow: none !important;
    color: #333;
    border: none;
    border-radius: 0;
    background: transparent;
}

.list_search a {
    display: inline-block;
    width: 100px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    list-style: none;
    text-align: center;
    line-height: 50px;
    background: #327dfa;
    position: absolute;
    top: -1px;
    right: -1px;
}

.search_tips { padding-left: 10px;
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    margin-top: 20px;
    border-bottom: 1px solid #f7f7f7;
}

.search_tips span {
    color: #ff8008;
    font-weight: bold;
}

.search_list {
    width: 100%;
}

.search_list_ul {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
}

.search_list_ul li {
    width: 100%;
}

.search_list_ul a {
    display: flex;
    padding: 0 10px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    line-height: 60px;
    border-bottom: 1px solid #f7f7f7;
}

.search_list_ul li a div {
    display: inline-block;
    max-width: 70%;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search_color {
    color: #ff8008;
    font-weight: bold;
}

.search_list_ul li a span {
    font-size: 12px;
    color: #999;
}

.search_list_ul li a:hover{ background: #f7f7f7;}