/*banner*/
#banner{
	width: 100%;
	max-height: 840px;
	overflow: hidden;
}
#banner video {
	width: 100%;
}
.banner_itme{
	width: 100%;
}
.banner_itme img {
	width: 100%;
}
/*banner*/
#cont {
	width: 100%;
	padding-top: 142px;
	position: relative;
}

@media screen and (max-width: 1024px) {
	#cont {
		padding-top: 0rem;
	}
}

.cont1 {
	position: absolute;
	z-index: 99;
	top: -95px;
	left: 5%;
	right: 5%;
	background: url(../images/cont_1_bj.png) center top no-repeat;
	background-size:cover;
}

.cont1 ul {
	display: flex;
}

.cont1 ul li {
	flex: 1;
	height: 236px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cont1 ul li img {
	width: 126px;
	height: 126px;
	margin-right: 24px;
	border-radius: 50%;
}

.cont1_con {
	flex-direction: column;
	font-size: 18px;
	color: #999999;
}

.cont1_con h2 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}

.cont1_con h2 span {
	font-size: 42px;
	color: #2C5CC4;
}

@media screen and (max-width: 1024px) {
	.cont1 {
		display: none;
	}
}

.jianjie {
	background: url(../images/jianjie_bj2.png) left top no-repeat;
	background-size: cover;
	padding-bottom: 100px;
	overflow: hidden;
}


.jianjie_title {
	padding: 85px 0 105px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.jianjie_con {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 1024px) {
	.jianjie{
		padding-bottom: 2rem;
	}
	.jianjie_con {
		flex-direction: column-reverse;
	}
}

.jianjie_con_tt {
	flex: 1,
}

.jianjie_con_tt_01 {
	font-size: 38px;
	color: #212121;
	font-weight: bold;
	padding-bottom: 40px;
	line-height: 38px;
}

.jianjie_con_tt_02 {
	font-size: 24px;
	color: #2C5CC4;
	line-height: 24px;
}

.jianjie_con_tt_02 span {
	color: #CA062C;
}

.jianjie_con_tt_03 {
	font-size: 20px;
	color: #212121;
	line-height: 40px;
	padding: 50px 0;
}

.jianjie_con_tt_04 {
	padding: 5px 20px;
	display: flex;
}

.jianjie_con_tt_04 a {
	display: flex;
}

.jianjie_con_tt_04 a{
	width: 269px;
	height: 88px;
	display: flex;
	overflow: hidden;
	position: relative;
}
.jianjie_con_tt_04 a img{
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.jianjie_con_tt_041{
	position: absolute;
	top: 0;
}
.jianjie_con_tt_042{
	position: absolute;
	top: 88px;
}
.jianjie_con_tt_04 a:hover .jianjie_con_tt_041{
	top: -88px;
}
.jianjie_con_tt_04 a:hover .jianjie_con_tt_042{
	top: 0;
}

.jianjie_con_img {
	width: 860px;
	min-width: 800px;
	margin-left: 86px;
	display: flex;
}
.jianjie_con_img img {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.jianjie_title {
		padding: 1rem 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.jianjie_title img {
		width: 7rem;
	}

	.jianjie_con_img {
		width: 100%;
		min-width: 100%;
		margin-bottom: 1rem;
	}

	.jianjie_con_img {
		width: 100%;
		min-width: 100%;
		margin-left: 0;
	}

	.jianjie_con_tt_01 {
		font-size: 0.8rem;
		line-height: 1.6rem;
		padding-bottom: 0.5rem;
	}

	.jianjie_con_tt_02 {
		font-size: 0.6rem;
	}

	.jianjie_con_tt_03 {
		font-size: 0.5rem;
		line-height: 1rem;
		padding: 0.6rem 0;
	}

	.jianjie_con_tt_04 {
		padding: 0.01rem 0.5rem;
	}
	
	.jianjie_con_tt_04 a{
		width: 6.5rem;
		height: 2.2rem;
	}
}

/* 产品 */
.chanpin {
	padding: 90px 0;
	background: url(../images/chanpin_bj.png) center top no-repeat;
	background-size: cover;
	overflow: hidden;
}

.chanpin_title {
	display: flex;
	justify-content: center;
	align-items: center;
}

.chanpin_list {
	padding-top: 30px;
}

.chanpin_list .swiper-slide {
	width: 33.33%;
}

.chanpinItem {
	width: 95%;
	background: url(../images/chanpin_bj2.png) left top no-repeat;
	background-size: cover;
	border-radius: 13px;
	overflow: hidden;
}

.chanpinItem_img {
	padding: 5%;
	display: flex;
	justify-content: center;
}

.chanpinItem_img img {
	width: 100%;
	max-width: 400px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.chanpinItem_img a:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.chanpinItem_tt {
	padding: 0 37px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 21px;
	color: #212121;
	font-weight: bold;
}

.chanpinItem_dd {
	font-size: 20px;
	color: #666;
	padding: 10px 37px 50px;
}


.mySwipersj {
	display: none;
}

.mySwiper {
	display: block;
}

@media screen and (max-width: 1024px) {
	.chanpin {
		padding: 1.5rem 0;
	}

	.contccc {
		margin: 0 0;
	}

	.mySwiper {
		display: none;
	}

	.mySwipersj {
		display: block;
	}

	.chanpin_title img {
		width: 7rem;
	}

	.chanpin_list {
		padding-top: 0.6rem;
	}

	.swiper-slide {
		width: 50%;
	}

	.chanpinItem_img img {
		max-width: 100%;
	}

	.chanpinItem_tt {
		padding: 0 0.2rem;
		font-size: 0.5rem;
	}
	.chanpinItem_tt img {
		width: 0.75rem;
		height: 0.75rem;
	}
	.chanpinItem_dd {
		font-size: 0.5rem;
		padding: 0.2rem 0.9rem 0.2rem;
	}
}

.contccc {
	margin: 0 5%;
}

/* 表单 */
.biaodan {
	border: rgba(211, 211, 211, 1) 5px solid;
	background-color: #FFFFFF;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

@media screen and (max-width: 1024px) {
	.biaodan {
		display: none;
	}
}

.biaodan_left {
	flex: 1;
	margin-right: 20px;
}

.biaodan_left_up {
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.biaodan_left_up_left {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #333;
}

.biaodan_left_up_left span {
	margin-left: 30px;
}

.biaodan_inputText {
	width: 215px;
	min-width: 160px;
	height: 40px;
	border: #D3D3D3 1px solid;
	border-radius: 2px;
	outline: none;
	margin: 0 5px;
	box-sizing: border-box;
	padding: 0 10px;
}

.biaodan_left_up_right {
	display: flex;
	align-items: center;
}

.biaodan_left_up_right span {
	margin-left: 30px;
	padding: 19px 40px;
	background-color: #3161CF;
	font-size: 18px;
	color: #fff;
}

.biaodan_left_up_right a {
	padding-left: 5px;
	font-size: 18px;
	color: #3161CF;
}

.biaodan_left_down {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.biaodan_left_down_item {
	width: 33.33%;
	display: flex;
	align-items: center;
}

.biaodan_left_item_title {
	width: 55px;
	height: 95px;
	border: #D3D3D3 1px solid;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}

.biaodan_left_item_selcets {
	width: calc(100% - 67px);
	height: 97px;
	display: flex;
	flex-wrap: wrap;		
}

.biaodan_left_item_selcets span {
	flex: 1;
	width: calc((100% - 40px) / 2);
	min-width: calc((100% - 40px) / 2);
	max-width: calc((100% - 40px) / 2);
	height: 40px;
	border: #D3D3D3 1px solid;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #333333;
	margin-left: 16px;
	margin-bottom: 14px;
}
.biaodan_right {
	border-left: #efefef 1px solid;
	padding-left: 20px;
	display: flex;
	align-items: center;
}
.biaodan_right_item {
	display: flex;
	flex-direction: column;
	margin: 0 15px;
}

.biaodan_right_item h2 {
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
}

.biaodan_right_item a {
	margin-top: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 215px;
	height: 45px;
	min-width: 100px;
	border: #2C5CC4 1px solid;
	font-size: 16px;
	color: #3161CF;
	border-radius: 8px;
}



/* 案例 */
.anli {
	width: 100%;
	overflow: hidden;
}

.anliCC {
	width: 100%;
	padding-bottom: 100px;
}

.anliSwiper {
	width: 100%;
}

.anli_slide {
	width: 25%;
	overflow: hidden;
}

.anliItem {
	width: 100%;
}

.anliItem a {
	display: flex;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.anliItem a img {
	width: 100%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.anliItem a:hover img{
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.anliItem a:hover .anliItem_tt {
	top: 0;
	opacity: 1;
}

.anliItem_tt {
	width: 100%;
	position: absolute;
	z-index: 99;
	top: 100%;
	opacity: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding:0 20px;
	box-sizing:border-box;
	background-color: rgba(33, 94, 209, 0.6);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #fff;
	line-height: 36px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.anliItem_tt h2 {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}


.anliSwiperSj {
	display: none;
}

.anliSwiper {
	display: block;
}

@media screen and (max-width: 1024px) {
	.anli {
		margin-bottom: 2rem;
	}
	.anliCC{
		padding-bottom: 0;
	}
	.anliSwiper {
		display: none;
	}

	.anliSwiperSj {
		display: block;
	}

	.anliItem a {
		border-radius: 0.5rem;
	}

	.anliItem_tt {
		padding: 0 0.2rem;
		font-size: 0.6rem;
		line-height: 0.9rem;
	}

	.anliItem_tt h2 {
		font-size: 0.9rem;
		margin-bottom: 0.5rem;
	}
}

/* 合作案例 */
.hezuo {
	background: url(../images/hezuo_bj.png) center top no-repeat;
	background-size: cover;
	overflow: hidden;
}

@media screen and (max-width: 1024px) {
	.hezuo {
		display: none;
	}
}

.hezuo_1 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 36px;
}

.hezuo_1 ul {
	display: flex;
}

.hezuo_1 ul li {
	padding: 10px;
	width: 150px;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 20px;
	font-size: 14px;
	color: #333;
	margin: 0 20px;
}

.hezuo_1 ul li.hezuo_1_on {
	background-color: #2C5CC4;
	color: #fff;
}

.hezuo_2 {
	width: 100%;
	padding-bottom: 70px;
	display: none;
}

.hezuo_2_on {
	display: block;
}

.hezuo_2 ul {
	display: flex;
	flex-wrap: wrap;
}

.hezuo_2 ul li {
	width: 20%;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.hezuo_2 ul li img {
	width: 98%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.hezuo_2 ul li:hover img {
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
/* 新闻 */
.xinwen {
	background: url(../images/xinwen_bj.png) left top no-repeat;
	background-size: cover;
	overflow: hidden;
}

.xinwen_2 {
	width: 100%;
	padding-bottom: 100px;
}

.xinwen_2 ul {
	display: flex;
	flex-wrap: wrap;
}

.xinwen_2 ul li {
	width: 49%;
	margin-right: 2%;
	padding: 24px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
	display: flex;
	margin-bottom: 30px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.xinwen_2 ul li:nth-child(2n+2) {
	margin-right: 0;
}

.xinwen_2 ul li a {
	display: flex;
	align-items: center;
}
.xinwen_2 ul li:hover{
	background-color: rgba(44, 92, 196, 0.3);
}

.xinwen_2 ul li a img {
	width: 210px;
	height: 148px;
	margin-right: 24px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.xinwen_2 ul li:hover img{
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.xinwen_2_tt {
	flex: 1;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	color: rgba(153, 153, 153, 1);
}

.xinwen_2_tt h2 {
	font-size: 18px;
	color: rgba(34, 34, 34, 1);
	font-weight: bold;
	margin-bottom: 10px;
}

.xinwen_2_tt span {
	font-size: 12px;
	color: rgba(153, 153, 153, 1);
	margin-bottom: 23px;
}
.xinwen_2 ul li:hover .xinwen_2_tt{
	color: #FFFFFF
}
.xinwen_2 ul li:hover .xinwen_2_tt h2{
	color: #FFFFFF
}
.xinwen_2 ul li:hover .xinwen_2_tt span{
	color: #FFFFFF
}

@media screen and (max-width: 1024px) {
	.xinwen_2 {
		padding-bottom: 2rem;
	}

	.xinwen_2 ul li {
		width: 100%;
		margin-right: 0;
	}

	.xinwen_2 ul li a img {
		width: 5rem;
		height: 3rem;
		margin-right: 0.6rem;
	}

	.xinwen_2_tt {
		font-size: 0.35rem;
	}

	.xinwen_2_tt h2 {
		font-size: 0.45rem;
		margin-bottom: 0.25rem;
	}

	.xinwen_2_tt h2 span {
		font-size: 0.3rem;
		margin-bottom: 0.25rem;
	}
}