.search {
	height: 56px;
	background-color: #fff;
}

.search>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.search a {
	color: #666;
}

.ipt_search {
	height: 28px;
	border: 1px solid #D2D2D2;
	border-radius: 28px;
	overflow: hidden;
}

.ipt_search input {
	height: 100%;
	border: none;
	padding: 0 14px;
	font-size: 15px;
}
.ipt_search input:focus{
	outline: none;
}
.ipt_search button {
	background-color: #B50301;
	outline: none;
	height:30px;
	width: 42px;
	text-align: center;
	border: none;
	cursor: pointer;
}
.ipt_search img{
	transform: scale(1.2);
	height: 18px;
}
.pro{
	overflow: hidden;
	padding: 50px 0;
}
.pro_l{
	width: 25%;
	float: left;
	padding-right: 20px;
}
.pro_r{
	width: 75%;
	float: left;
}
.pro_tit{
	background-color: #023278;
	text-align: right;
	display: flex;
	justify-content: center;
	padding: 20px 0 10px 0;
}
.pro_tit p{
	color: #fff;
	font-size: 24px;
	line-height: 1;
}
.pro_tit p:last-child{
	font-size: 14px;
	letter-spacing: 7px;
	margin-top: -35px;
	margin-right: -5px;
}
.pro_tit span{
	font-size: 60px;
	font-weight: bold;
	margin-right: -6px;
}
.pro_l li{
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #E6E6E6;
	background-color: #fff;
	color: #343434;
	cursor: pointer;
	padding: 0 25px;
}
.pro_l li a{
	color: #343434;
}
.pro_l li:hover{
	background-color: #B60402;
	color: #fff;
}
.pro_l li:hover a{
	color:#fff;
}
.pro_r_ul{
	padding: 20px 30px;
	background-color: #fff;
	font-size: 0;
	text-align: center;
}
.pro_r_ul li li{
	width: calc((100% - 60px) / 3);
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin-left: 30px;
	margin-top: 15px;
}
.pro_r_ul li li:nth-child(3n+1){
	margin-left: 0;
}
.pro_r_ul li li:nth-child(-n+3){
	margin-top: 0;
}
.pro_r_ul li img{
	width: 100%;
}
.pro_r_ul li p{
	margin-top: 10px;
	color: #343434;
}
.eq_m{
	padding: 30px;
	background-color: #fff;
}
.eq_m ul{
	font-size: 0;
}
.eq_m li{
	width: calc((100% - 60px) / 3);
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	margin-top: 30px;
}
.eq_m li:nth-child(3n+1){
	margin-left: 0;
}
.eq_m li:nth-child(-n+3){
	margin-top: 0;
}
.eq_m li img{
	width: 100%;
}
.chose{
	margin-top: 60px;
	padding: 60px 0;
	border-top: 12px solid #023278;
}
.chose_tit{
	text-align: center;
	height: 90px;
	position: relative;
}
.chose_tit p{
}
.chose_tit p:first-child{
	font-weight: bold;
	font-size: 36px;
	color: #343434;
}
.chose_tit span{
	color:#B60402;
}
.chose_tit p:last-child{
	color: #3f3f3f;
	font-size: 20px;
	margin-top: 20px;
	position: relative;
}
.chose_tit div{
	height:12px;
	width: 300px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
}
.ch_m li{
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.ch_m li > div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ch_desc{
	flex: 1;
}
.ch_m li img{
	width:calc(30% + 120px);
	padding-left: 120px;
}
.ch_num{
	height: 102px;
	width: 117px;
	background: url(../images/tit_bg.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 30px;
	line-height: 102px;
	font-weight: bold;
}
.ch_num p{
	font-size: 36px;
	color: #fff;
}
.ch_p{
	flex: 1;
	padding-left: 20px;
}
.ch_p p{
	font-size: 18px;
	color: #343434;
	line-height: 1.5;
}
.ch_p p:first-child{
	font-size: 24px;
	font-weight: bold;
	color: #023278;
	position: relative;
	margin-bottom: 30px;
}
.ch_p p:first-child::before{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 40%;
	height: 2px;
	background-color: #023278;
	left: 0;
	bottom: -15px;
}
.ch_m li:nth-child(2) img{
	padding: 0 120px 0 0;
}
.ab{
	padding-top: 80px;
	border-top: 12px solid #3E3E3E;
}
.ab > div{
	font-size: 0;
}
.ab > div > img,.ab_desc{
	width: calc((100% - 20px) / 2);
	display: inline-block;
	vertical-align: middle;
}
.ab_desc{
	margin-left: 20px;
	font-size: 16px;
}
.ab_desc ul{
	overflow: hidden;
}
.ab_desc li{
	width: calc((100% - 40px) / 3);
	margin-left: 20px;
	float: left;
}
.ab_desc li:nth-child(1){
	margin: 0;
}
.ab_desc a{
	height: 36px;
	width: 120px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	color: #fff;
	font-size: 16px;
	background-color: #023278;
	display: block;
	margin: 40px 0 25px 0;
	border-radius: 36px;
}
.ab_desc p{
	font-size: 16px;
	color: #343434;
	line-height: 1.5;
}
.ab_desc p:first-child{
	color: #023278;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 60px;
	position: relative;
}
.ab_desc p:first-child::before{
	content: "";
	display: block;
	height: 2px;
	width: 120px;
	background-color: #023278;
	position: absolute;
	left: 0;
	bottom: -29px;
}
.ry{
	margin-top: 80px;
}
.ry ul{
	overflow: hidden;
	padding: 30px;
	text-align: center;
	background-color: #fff;
}
.ry li{
	width: calc((100% - 60px) / 4);
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
.ry li:first-child{
	margin-left: 0;
}
.ry li img{
	width: 100%;
}
.ry li p{
	font-size: 16px;
	color: #333;
	line-height: 1.5;
}
.news{
	padding: 80px 0;
	font-size: 0;
}
.news_l,.news_r{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	width: calc((100% - 60px) / 2);
}
.news_r{
	margin-left: 60px;
}
.news_tit{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 15px;
	margin-bottom: 40px;
	border-bottom: 2px solid #023177;
}
.news_tit p{
	font-size: 20px;
	font-weight: bold;
	color: #023177;
}
.news_tit a{
	color: #333;
}
.news li{
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.news li p{
	display: inline-block;
}
.news li a{
	display: block;
}
.news li p:last-child{
	float: right;
}
.news li p:first-child{
	float: left;
	font-size: 16px;
	width: 70%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.pro_tuijain{
	display: none;
}
@media (max-width:768px) {
	.pro{
		display: none;
	}
	.pro_tuijain{
		display: block;
		padding: 15px;
	}
	.pro_tuijain > p{
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5;
	}
	.pro_tuijain ul{
		font-size: 0;
	}
	.pro_tuijain li{
		width: calc((100% - 15px) / 2);
		margin: 15px 0 0 15px;
		display: inline-block;
		text-align: center;
		vertical-align: top;
	}
	.pro_tuijain li p{
		line-height: 2;
	}
	.pro_tuijain li a{
		display: block;
	}
	.pro_tuijain li:nth-child(2n+1){
		margin-left: 0;
	}
	.pro_tuijain li img{
		width: 100%;
	}
	.common_tit p{
		font-size: 18px;
	}
	.eq_m{
		padding: 15px;
	}
	.eq_m li{
		width: calc((100% - 15px) / 2);
		margin: 15px 0 0 15px!important;
	}
	.eq_m li:nth-child(2n+1){
		margin-left: 0!important;
	}
	.eq_m li:nth-child(-n+2){
		margin-top: 0!important;
	}
	.chose{
		margin-top: 15px;
		padding: 15px;
	}
	.chose_tit p:first-child{
		font-size: 25px;
	}
	.chose_tit p:last-child{
		font-size: 16px;
		margin: 0;
	}
	.chose_tit{
		height: auto;
	}
	.chose_tit div{
		bottom: 0;
		width: 70%;
		height: 8px;
	}
	.ch_m li,.ch_m li > div{
		display: block;
	}
	.ch_m li{
		margin-top: 15px;
	}
	.ch_num{
		margin: 0 auto;
	}
	.ch_p p:first-child{
		font-size: 20px;
		margin-top: 5px;
	}
	.ch_p{
		padding: 0;
	}
	.ch_p p{
		font-size: 16px;
	}
	.ch_m li img{
		display: none;
	}
	.ab > div > img, .ab_desc{
		width: 100%;
		margin: 0;
	}
	.ab_desc{
		margin-top: 15px;
	}
	.ab_desc p:first-child{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.ab_desc p:first-child::before{
		bottom: -15px;
	}
	.ab_desc a{
		margin: 15px auto;
	}
	.ab{
		padding: 15px;
	}
	.ry{
		margin: 0;
	}
	.ry ul{
		padding: 15px;
		font-size: 0;
	}
	.ry li{
		width: calc((100% - 15px) / 2);
		margin:15px 0 0 15px;
		display: inline-block;
		vertical-align: top;
		float: none;
	}
	.ry li:nth-child(2n+1){
		margin-left: 0!important;
	}
	.ry li:nth-child(-n+2){
		margin-top: 0!important;
	}
	.news{
		padding: 15px;
	}
	.news_l, .news_r{
		width: 100%;
		margin: 0;
	}
	.news_tit p{
		font-size: 18px;
	}
	.news_tit{
		margin-bottom: 0;
		padding-bottom: 10px;
	}
	.news_r{
		margin-top: 15px;
	}
	.search{
		display: none;
	}
}