.carousel {
	z-index: -1;
}

.q-banner .swiper_bar {
	bottom: 30px !important;
}

.q-banner .swiper_bar .swiper-pagination-bullet {
	width: 100px;
	height: 4px;
	border-radius: 0;
	background-color: #fff;
}

.q-banner .swiper_bar .swiper-pagination-bullet-active {
	background-color: #0157A7;
}

.q-banner .swiper-slide {
	position: relative;
}

/* 样本产品开始 */
.product_wrapper {
	padding: 80px 0;
}

.product_wrapper .tit_line {
	text-align: center;
	font-size: 34px;
	margin-bottom: 45px;
}

.product_wrapper .search_box {
	width: 90%;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product_wrapper .search_box .lef {
	width: 30%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product_wrapper .search_box .rig {
	width: 63%;
}

.product_wrapper .search_box .rig ul {
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product_wrapper .search_box input {
	line-height: 52px;
	height: 52px;
	padding-left: 15px;
	border-radius: 5px;
	border: 1px solid #ccc;
	outline: none;
}

.product_wrapper .search_box .lef input {
	width: 85%;
}

.product_wrapper .search_box .rig li:not(:nth-last-child(1)) {
	width: 33%;
}

.product_wrapper .search_box .rig li:not(:nth-last-child(1)) input {
	width: 95%;
}

.product_wrapper .search_box .iconfont {
	display: inline-block;
	padding: 0 13px;
	height: 52px;
	line-height: 52px;
	background-color: #0157A7;
	color: #fff;
	border-radius: 5px;
	font-size: 24px;
}

.pro_swiper {
	height: 690px;
}

.phone_pro {
	display: none;
}

.pro_swiper .swiper-slide {
	text-align: center;
	background: #fff;
	height: calc((100% - 30px) / 2);
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.pro_swiper .swiper-slide ul {
	width: 96%;
	border-radius: 7px;
	border: 1px solid #ccc;
}

.pro_swiper .swiper-slide ul li {
	padding: 17px 0px;
	margin: 0 15px;
}

.pro_swiper .swiper-slide ul li a {
	color: #000;
}

.pro_swiper .swiper-slide ul li:nth-child(2) {
	border-top: 1px solid #ccc;
}

.pro_swiper .swiper-slide img {
	width: 100%;
}

.product_wrapper .more a {
	display: block;
	margin: 0 auto;
	width: 20%;
	color: #fff;
	padding: 20px 0;
	text-align: center;
	background-color: #0157A7;
	border-radius: 8px;
}

/* 样本产品结束 */
/* 关于我们开始 */
.about_us_wrapper {
	width: 100%;
	padding: 110px 0;
	color: #fff;
	background: url(/assets/image/02.png) no-repeat;
	background-size: 100% 100%;
}

.about_us_wrapper .about_us_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about_us_wrapper .about_us_box>img {
	width: 52%;
	/* height: 435px; */
	margin-right: 50px;
}

.about_us_wrapper .rig {
	color: #fff;
}

.about_us_wrapper .rig .tit {
	font-size: 40px;
}

.about_us_wrapper .rig>p {
	line-height: 30px;
	text-indent: 2em;
	margin: 30px 0;
}

.about_us_wrapper .rig>ul {
	display: flex;
	align-items: center;
	margin: 45px 0px;
	text-align: center;
}

.about_us_wrapper .rig>ul li {
	margin-right: 10%;
}

.about_us_wrapper .rig>ul li p {
	margin: 0;
	line-height: 30px;
	font-size: 16px;
}

.about_us_wrapper .rig>ul li p:nth-child(1) span {
	font-size: 56px;
	font-family: 'OswaldBold';
}

.about_us_wrapper .rig>a {
	display: block;
	width: 28%;
	background-color: #fff;
	color: #0157A7;
	padding: 16px 0;
	border-radius: 7px;
	text-align: center;
}

/* 关于我们结束 */
/* 应用领域开始 */
.ApplyArea_wrapper {
	padding: 80px 0;
}

.ApplyArea_wrapper .tit_box .tit_line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.ApplyArea_wrapper .tit_box .tit_line .lef {
	font-size: 40px;
}

.ApplyArea_wrapper .tit_box .tit_line .rig a {
	display: inline-block;
	padding: 16px 50px;
	text-align: center;
	color: #fff;
	background-color: #0157A7;
	border-radius: 7px;
}

.ApplyArea_wrapper .tit_box .tit_tip {
	margin-bottom: 40px;
}

.ApplyArea_wrapper>ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px;
}

.ApplyArea_wrapper>ul li {
	width: 23.5%;
	padding: 10px;
	box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.2);
}

.ApplyArea_wrapper>ul li img {
	margin-bottom: 20px;
	width: 100%;
}

.ApplyArea_wrapper>ul li p:nth-child(2) {
	color: #0157A7;
	font-weight: 700;
	font-size: 16px;
}

.ApplyArea_wrapper>ul li p:nth-child(3) {
	line-height: 26px;
	color: #000;
	margin-bottom: 25px;
}

/* 应用领域结束 */
/* 专业开始 */
.speciality_wrapper {
	position: relative;
	padding: 40px 0 130px;
	width: 100%;
	text-align: center;
	background-color: #0157A7;
}

.speciality_wrapper .tit {
	font-size: 40px;
	margin: 30px 0px;
	color: #fff;
}

.speciality_wrapper .tit_tip {
	color: #fff;
	line-height: 25px;
}

.speciality_wrapper .w>ul {
	width: 100%;
	/* position: absolute; */
	margin-top: 20px;
}

.speciality_wrapper .w>ul li {
	width: 33.33%;
	float: left;

}

.speciality_wrapper .w>ul li img {
	height: 325px;
	width: 100%;
}

/* 专业结束 */
/* 新闻开始 */
.new_wrapper {
	margin: 60px auto 80px;
}

.new_wrapper .tit {
	margin-bottom: 30px;
	text-align: center;
	font-size: 40px;
}

.new_wrapper>ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.new_wrapper>ul li {
	width: 24%;
	padding: 1px;
}

.new_wrapper>ul li:first-child {
	padding-left: 0px;
}

.new_wrapper>ul li:last-child {
	padding-right: 0px;
}

.new_wrapper>ul li img {
	margin-bottom: 10px;
	width: 100%;
}

.new_wrapper>ul li .time {
	color: #999;
}

.new_wrapper>ul li .remark {
	color: #000;
	margin: 18px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	height: 53px;
}

.new_wrapper>ul li>a {
	color: #0157A7;
}

/* 新闻结束 */

/* 手机  (<=768px)*/
@media (max-width: 768px) {
	.q-banner .swiper_bar {
		bottom: 10px !important;
	}

	.about_us_wrapper .rig>p {
		line-height: 27px;
		text-indent: 2em;
		margin: 12px 0;
	}

	.about_us_wrapper .rig>ul {
		display: flex;
		align-items: center;
		margin: 30px 0px;
		text-align: center;
	}

	.speciality_wrapper .tit {
		font-size: 32px;
		margin: 17px 0px;
		color: #fff;
	}

	.phone_pro {
		display: block;
		height: 420px;
	}
	
	.product_wrapper .tit_line {
		font-size: 22px;
		line-height: 33px;
		margin-bottom: 20px;
	}
	
	.product_wrapper {
		padding: 20px 0;
	}
	
	.product_wrapper .search_box,
	.product_wrapper .search_box .rig ul {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.product_wrapper .search_box .lef {
		width: 100%;
	}
	
	.product_wrapper .search_box .rig {
		position: relative;
		width: 84%;
	}
	
	.product_wrapper .search_box .rig li:not(:nth-last-child(1)) {
		width: 100%;
		margin-top: 10px;
	}
	
	.product_wrapper .search_box .rig li:nth-last-child(1) {
		position: absolute;
		bottom: 0;
		right: -50px;
	}
	
	.product_wrapper .search_box .lef input {
		width: 83%;
		height: 35px;
	}
	
	.product_wrapper .search_box .rig li:not(:nth-last-child(1)) input {
		width: 99%;
		height: 35px;
	}

	.pc_pro {
		display: none;
	}

	.pro_swiper .swiper-slide ul {
		margin-top: 50%;
	}

	.product_wrapper .more a {
	width: 60%;
	}

	.about_us_wrapper .about_us_box {
		flex-direction: column;
	}

	.about_us_wrapper .about_us_box>img {
		width: 100%;
		margin: 0 10px 30px 10px;
		height: 260px;
	}

	.product_wrapper .search_box .iconfont {
    margin-right: -1%;
    height: 35px;
    line-height: 35px;
	}

	.about_us_wrapper {
		padding: 50px 0px;
	}

	.about_us_wrapper .rig>ul li {
		margin-right: 5%;
	}

	.about_us_wrapper .rig>a {
		display: block;
		width: 33%;
		background-color: #fff;
		color: #0157A7;
		padding: 16px 0;
		border-radius: 7px;
		text-align: center;
	}

	.about_us_wrapper .rig>ul li p:nth-child(1) span {
		font-size: 40px;
		font-family: 'OswaldBold';
	}

	.about_us_wrapper .rig .tit {
		font-size: 32px;
	}

	32 .about_us_wrapper .rig>a {
		width: 50%;
		margin: 20px 0;
	}

	.ApplyArea_wrapper {
		padding: 50px 0;
	}

	.ApplyArea_wrapper .tit_box .tit_tip {
		margin-bottom: 22px;
		line-height: 25px;
	}

	.ApplyArea_wrapper>ul li p:nth-child(3) {
		line-height: 26px;
		color: #000;
		margin-bottom: 6px;
	}

	.ApplyArea_wrapper .tit_box .tit_line .rig a {
		display: inline-block;
		padding: 16px 23px;
		text-align: center;
		color: #fff;
		background-color: #0157A7;
		border-radius: 7px;
	}

	.ApplyArea_wrapper>ul,
	.new_wrapper>ul,
	.speciality_wrapper>ul {
		flex-direction: column;
		padding: 2;
	}

	.ApplyArea_wrapper>ul li,
	.new_wrapper>ul li,
	.speciality_wrapper>ul li {
		width: 98%;
		margin: 10px 0;
	}

	.ApplyArea_wrapper>ul li img {
		margin-bottom: 20px;
		width: 100%;
		height: 200px;
	}

	.ApplyArea_wrapper .tit_box .tit_line .lef {
		font-size: 32px;
	}

	.speciality_wrapper {
		padding: 30px 0 20px;
	}

	.speciality_wrapper ul {
		position: static;
		margin: 0 auto;
	}

	.speciality_wrapper .w>ul li img {
		height: 108px;
		width: 100%;
	}

	.new_wrapper .tit {
		margin-bottom: 20px;
		text-align: center;
		font-size: 32px;
	}

	.new_wrapper {
		margin: 60px auto 80px;
	}
}
