/* CSS Document */

@keyframes fd1 {
	0% {
		transform: scale(1.05, 1.05);
	}

	100% {
		transform: scale(1, 1);
	}
}

.banner-node {
	height: 560px;
	overflow: hidden;
	position:absolute;
	left: 0px;
	top:0px;
	width:100%;
}
.banner-node.banner-about{
	height:500px;
	position: relative;
}

.banner-node .banner-img {
	height: 100%;
	animation-name: fd1;
	animation-duration: 3s;
}

.banner-txt {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}

.banner-node .w1400 {
	position: relative;
	height: 100%;
}

.banner-node h2 {
	font-size: 60px;
	padding-top: 240px;
	text-align: center;
	font-weight: bold;
	position: relative;
	color: #fff;
	letter-spacing: 5px;
}

.banner-node .location {
	position: absolute;
	left: 0%;
	bottom: 200px;
	width: 100%;
	line-height: 80px;
	text-align:center;
	font-weight: bold;
}
.banner-node.banner-about .location {
	position: absolute;
	left: 0%;
	bottom: 145px;
	width: 100%;
	line-height: 80px;
	text-align:center;
	font-weight: bold;
}

.banner-node .location a {
	display: inline-block;
	color: #888;
	position: relative;
	margin-right: 5px;
	padding-right: 20px;
}

.banner-node .location a:after {
	font-family: "iconfont" !important;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 16px;
	content: "\eb8a";
}

.banner-node .location a:last-child {
	margin: 0px;
	padding: 0px;
}

.banner-node .location a:last-child:after {
	display: none;
}

.banner-node .location a:hover {
	color: #4974dc;
}
.main-body{
	padding-top: 480px;
}


.main-body-info{
	background: #fff;
	border-radius: 10px;
	padding:60px;
}



.searchlist-tit {
	background: #4974dc;
	color: #fff;
	padding-bottom: 100px;
}

.page-tit {
	padding-top: 190px;
	text-align: center;
}

.page-tit h2 {
	font-weight: bold;
	font-size: 36px;
	display: block;
	padding-bottom: 30px;
}

.page-tit div {
	padding-bottom: 40px;
}

.page-tit div a {
	display: inline-block;
	color: #999;
	position: relative;
	margin-right: 15px;
	padding-right: 25px;
}

.page-tit div a:hover {
	color: #0c53b7;
}

.page-tit div a:after {
	font-family: "iconfont" !important;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 16px;
	content: "\eb8a";
}

.page-tit div a:last-child {
	margin: 0px;
	padding: 0px;
}

.page-tit div a:last-child:after {
	display: none;
}

.pro-class {
	background: #f0f4fa;
	text-align: center;
	padding: 40px 0px;
}

.pro-class a {
	display: inline-block;
	margin: 0px 8px;
	padding: 13px 38px 13px 25px;
	border: 1px solid #707070;
	border-radius: 3px;
	position: relative;
}

.pro-class a:after {
	font-family: "iconfont" !important;
	position: absolute;
	right: 13px;
	top: 14px;
	font-size: 24px;
	content: "\eb8a";
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.pro-class a:hover {
	border: 1px solid #0c53b7;
	color: #0c53b7;
}

.pro-class a:hover:after {
	transform: rotate(90deg);
}

.pro-class a.active {
	display: inline-block;
	margin: 0px 8px;
	padding: 13px 38px 13px 25px;
	border: 1px solid #0c53b7;
	background: #0c53b7;
	color: #fff;
	border-radius: 3px;
	position: relative;
}

.pro-class a.active:after {
	font-family: "iconfont" !important;
	position: absolute;
	right: 13px;
	top: 14px;
	font-size: 24px;
	content: "\eb8a";
	transform: rotate(90deg);
}


.pro-sclass {
	text-align: center;
}

.pro-sclass-list {
	padding-top: 40px;
	padding-bottom: 20px;
}

.pro-sclass a {
	display: inline-block;
	margin: 0px 20px;
	position: relative;
	padding-left: 25px;
}

.pro-sclass a:after {
	position: absolute;
	left: 0px;
	top: 4px;
	content: "";
	border: 1px solid #666;
	height: 12px;
	line-height: 12px;
	width: 12px;
}

.pro-sclass a:hover {
	color: #0c53b7;
}

.pro-sclass a:hover:after {
	border: 1px solid #0c53b7;
}

.pro-sclass a.active {
	color: #0c53b7;
}

.pro-sclass a.active:after {
	background: #0c53b7;
	border: 1px solid #0c53b7;
	font-size: 12px;
	color: #fff;
	font-family: "iconfont" !important;
	content: "\e628";
}

.product {
	padding: 60px 0px;
}

.pro-filter {
	float: left;
	width: 235px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgb(178 178 240 / 34%);
}

.pro-filter-tit {
	padding: 30px 0px 0px 20px;
	font-weight: bold;
	font-size: 20px;
}

.pro-filter-list {
	padding: 20px;
}

.para-item {}

.para-item h4 {
	font-weight: bold;
	padding: 20px 0px 15px 0px;
	font-size: 14px;
}

.para-item div p {
	font-size: 18px;
	padding-bottom: 10px;
}

.para-item div p input {
	margin-right: 6px;
}

.para-item div p label {
	cursor: pointer;
}

/*.pro-filter-list .para-item:last-child p{ display:inline-block; width:50%;}*/

.page {}

.prolist {}

.pro-list {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.pro-list .prolist-info {
	box-shadow: #eee 0px 0px 10px;
	background: #fff;
	border-radius: 0px 0px 20px 20px;
	width: calc(50% - 75px);
	overflow: hidden;
	position: relative;
	display: flex;
	gap: 30px;
	padding: 30px;
}
.pro-list .prolist-info:nth-child(odd){
	border-top:5px solid #0c53b7;
}
.pro-list .prolist-info:nth-child(even){
	border-top:5px solid #16b777;
}


.pro-list .prolist-img {
	width: 55%;
	height: 320px;
	overflow: hidden;
}

.pro-list .prolist-para {
	width: calc(45% - 20px);
	margin-left: 10px;
}

.pro-list .prolist-info .prolist-img a img {
	width: 100%;
	transform: scale(0.95, 0.95);
	height: auto;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	/* width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover; */
}

.pro-list .prolist-info .prolist-img a:hover img {
	transform: scale(1, 1);
}

.pro-list .prolist-info h4 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: 30px;
}

.pro-list .prolist-info p {
	color: #666;
	margin-top: 20px;
	line-height: 22px;
	height: 132px;
	overflow: hidden;
}

.pro-list .prolist-info .pro-more {
	margin-top: 30px;
}

.pro-more a {
	height: 38px;
	line-height: 38px;
	border: 3px solid #ddd;
	padding-left: 30px;
	padding-right: 60px;
	border-radius: 30px;
	color: #000;
	display: inline-block;
	position: relative;
	background-color: #f6f6f6;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.pro-more a i {
	position: absolute;
	content: "";
	right: -2px;
	top: -3px;
	font-size: 26px;
	background: #1013a6;
	line-height: 44px;
	height: 44px;
	width: 44px;
	border-radius: 50%;
}

.pro-list .prolist-info:nth-child(even) .pro-more a i{
	background:#16b777;
}
.pro-list .prolist-info:nth-child(even) .pro-more a:hover{
	border: 3px solid #16b777;
}

.pro-more a i:before {
	position: absolute;
	z-index: 20;
	color: #fff;
	left: 8px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.pro-more a:hover {
	color: #333;
	border: 3px solid #1013a6;
}

.pro-more a:hover i:before {
	left: 10px;
	color: #fff;
}

.spro-class {
	margin-top: 90px;
}

.sp-location {
	margin-bottom: 10px;
}

.sp-location a {
	display: inline-block;
	color: #999;
	position: relative;
	margin-right: 6px;
	padding-right: 15px;
}

.sp-location a:after {
	font-family: "iconfont" !important;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 16px;
	content: "\eb8a";
}

.sp-location a:last-child {
	margin: 0px;
	padding: 0px;
}

.sp-location a:last-child:after {
	display: none;
}

.sp-location a:hover {
	color: #0c53b7;
}

.proshow_con {
	margin-top: 50px;
}

.sp-loading {
	position: absolute;
	left: 0px;
	top: 160px;
}

.p-show .page .sp-wrap {
	float: left;
	width: 590px;
	text-align: center;
	overflow: hidden;
}

.p-show .page .sp-wrap .pro_big{ border: 1px solid #eee;}
.p-show .page .sp-wrap .pro_big img {
	width:100%;
	height: auto;
}
.p-show .page .sp-wrap .sprolist{
	margin-top: 10px;
	text-align: left;
	display: flex;
	gap:5px;
	align-items: flex-start;
}
.p-show .page .sp-wrap .sprolist img{
	width: 100px; border: 1px solid #eee; cursor:pointer;
}
.p-show .page .sp-wrap .sprolist img.active{
	border: 1px solid #0c53b7;
}
.sp-large {
	width: 500px !important;
	height: 500px !important;
	overflow: hidden;
	border: 3px solid #eee;
	float: right;
	text-align: center;
}

.sp-large a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	text-align: center;
}

.sp-large img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.sp-thumbs {
	width: 84px;
	overflow: hidden;
	float: left;
	display: flex;
	flex-direction: column;
}

.sp-thumbs a {
	border: 2px solid #eee;
	width: 76px;
	height: 76px;
	overflow: hidden;
	margin-bottom: 5px;
}

.sp-thumbs a.sp-current {
	border: 2px solid #0c53b7;
}

.p-show {
	padding-top: 50px;
	position: relative;
}

.sp-list {
	float: right;
	width: 700px;
}

.sp-tit {
	font-size: 46px;
	font-weight: bold;
	line-height: 1.4em;
}

.sp-stit {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: 20px;
}

.sp-phone-tit {
	display: none;
}

.sp-small {
	margin-top: 30px;
	color: #666;
	font-size: 16px;
	line-height: 1.6em;
}
.sp-table{
	background: #ddd;
	width: 100%;
}
.sp-table tr td{
	background: #fff; padding: 3px 10px;
}
.sp-table tr th{
	text-align: center;
	background: #f6f6f6;
	height: 40px;
	line-height: 40px;
}

.sp-share {
	margin-top: 30px;
	color: #333;
}

.sp-share i {
	font-size: 16px;
	padding-right: 10px;
	color: #0c53b7;
}

.sp-share a i {
	color: #666;
}

.sp-share a:hover i {
	color: #0c53b7;
}

.sp-tags {
	color: #666;
	margin-top: 15px;
}

.sp-tags a {
	margin-right: 10px;
}

.sp-share span,
.sp-tags span {
	padding-right: 10px;
}

.sp-inquiry {
	margin-top: 30px;
}

.sp-contact {
	background: #f7f7f7;
	padding: 20px;
	margin-top: 40px;
}

.sp-contact h4 {
	font-weight: bold;
	color: #0c53b7;
	padding-bottom: 15px;
}

.sp-contact-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.sp-contact-list p i {
	padding-right: 10px;
}

.sp-contact-list p#sp-tel span {
	font-weight: bold;
	font-size: 20px;
	color: #0c53b7;
}


.sp-btn {
	margin-top: 30px;
}

.sp-btn a.sendinquiry {
	display: inline-block;
	margin-right: 20px;
	width: 140px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #0c53b7;
	color: #fff;
	border: 1px solid #4974dc;
}

.sp-btn a.sendinquiry:hover {
	background: #3b7de6;
}

.sp-btn a.download {
	display: inline-block;
	width: 140px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border: 1px solid #ddd;
	color: #333;
}

.sp-btn a.download:hover {
	border: 1px solid #0c53b7;
	color: #0c53b7;
}

.sp-content {
	padding-top: 50px;
}

.sp-con-tit {
	border-bottom: 1px solid #4974dc;
}

.sp-con-tit span,
.sp-con-tit a {
	display: inline-block;
	padding: 15px 45px;
	background: #f3f3f3;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	margin-right: 3px;
	cursor: pointer;
	border-radius: 5px 5px 0px 0px;
}

.sp-con-tit span:hover,
.sp-con-tit a:hover {
	color: #4974dc;
}

.sp-con-tit span.active {
	color: #1013a6;
}

.sp-con-list {
	padding-top: 40px;
}

.sp-con-list-box {
	display: none;
}

.sp-con-list-box#info2 table tr td {
	padding: 10px;
}

.sp-con-list-box#info2 table tr td:nth-child(1) {
	width: 130px !important;
	font-weight: bold;
	border-right: 1px solid #ddd;
}

.sp-con-list-box#info2 table {
	border-spacing: 0px;
	border: 1px solid #ddd;
	width: 100%;
}

.sp-con-list-box#info2 table tr:nth-child(even) {
	background: #f7f7f7;
}


/**************download**********/
.download{ padding:60px 0px 0px 0px;}
.down-list{ padding-bottom:50px;}
.down-list ul{ display:flex; gap:30px; flex-wrap:wrap;}
.down-list ul li{ width:calc(33.33% - 20px);padding-top:20px; padding-bottom:10px; position:relative;}
.down-list ul li a{ display:block; background:#f7f7f7; padding:30px; position:relative; border-radius:20px;}
.down-list ul li .down-ico{ position:absolute; right:30px; top:50px; height:60px; line-height:60px; width:60px; text-align:center; background:#fff; box-shadow:#eee 0px 0px 10px; border-radius:50%;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all;-moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.down-list ul li .down-ico i{ font-size:30px; color:#4974dc;}
.down-list ul li a:hover .down-ico{ background:#4974dc;}
.down-list ul li a:hover  .down-ico i{ font-size:30px; color:#fff;}
.down-list ul li .down-img img{ width:232px; height:232px;}
.down-list ul li h3{ display:block; font-size:30px; font-weight:bold; line-height:40px;padding-top:30px;padding-right: 70px;}
.down-list ul li .down-small{ line-height:24px; height:72px; overflow:hidden; margin-top:20px; color:#666; padding-right: 70px;}


/**********新闻************/
.news {
	padding: 50px;
}

.news-show {
	padding: 50px;
}

.news-list {
	display:flex;
	gap:30px;
	flex-wrap: wrap;
}

.news-item {
	width:calc(50% - 20px);
	border: 1px solid #ddd;
	border-radius: 5px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}
.news-item:hover {
	box-shadow: #eee 0px 0px 20px;
}
.news-item a{
	display:block;
	padding:50px;
	position: relative;
}
.news-date{
	color: #999;
	height: 30px; line-height: 30px;
}
.news-para{ padding-top: 10px; }

.news-item a .news-para h4 {
	font-size:24px;
	font-weight: bold;
	line-height: 30px;
	overflow: hidden;
}

.news-para p {
	color: #999;
	line-height: 24px;
	margin-top: 25px;
	max-height: 72px;
	overflow: hidden;
}

.news-item a .news-more {
	display: inline-block;
	position: relative;
	height: 35px;
	line-height: 35px;
	margin-top: 30px;
	border: 2px solid #1013a6;
	border-radius: 20px;
	padding-left: 40px;
	padding-right: 20px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.news-item a .news-more i {
	position: absolute;
	left: 10px;
	top: 2px;
	color: #1013a6;
	z-index: 10;
	font-size: 24px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}
.news-item a:hover .news-more{
	background: #1013a6;
	color: #fff;
	
}
.news-item a:hover .news-more i{
	color: #fff;
}


.news-item a:hover .news-para h4{
	color: #1013a6;
	
}

.news-show-list {}

.news-show-time {
	color: #999;
	font-weight: bold;
	padding-bottom: 20px;
}

.news-show-tit {
	font-weight: bold;
	font-size: 40px;
	line-height: 1.6em;
	position: relative;
	padding-bottom: 20px;
}

.news-show-tags {
	font-size: 14px;
	color: #999;
	width: 870px;
}

.news-show-tags a {
	color: #999;
	margin-left: 5px;
}

.news-show-tags i,
.news-show-tags span {
	padding-right: 10px;
}

.news-show-tags a:hover {
	color: #4974dc;
}

.news-show-info {
	color: #0c53b7;
	font-size: 16px;
}

.news-show-info span {
	padding: 0px 8px;
}

.news-show-info span:first-child {
	padding-left: 0px;
}

.news-show-con {
	padding: 60px 0px;
}

.news-show-con img {
	max-width: 100%;
}

.news-show-other {
	border-top: 1px solid #ddd;
	margin: 30px 0px 0px 0px;
	display: flex;
	padding:20px 50px;
	background: #f6f6f6;
}

.news-show-other a {
	color: #999;
	font-weight: bold;
}

.news-show-other a:hover {
	color: #4974dc;
}

.news-show-back,
.news-show-prev,
.news-show-next {
	width: 33.3%;
}

.news-show-back {
	text-align: center;
	line-height: 60px;
}

.news-show-prev a,
.news-show-next a {
	position: relative;
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.news-show-prev a {
	padding-left: 80px;
	text-align: left;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.news-show-prev a:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 30px;
	width: 60px;
	height: 1px;
	background: #999;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.news-show-prev a:hover:after {
	background: #4974dc;
	width: 70px;
}

.news-show-prev a:hover {
	padding-left: 90px;
}

.news-show-next a {
	padding-right: 80px;
	text-align: right;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.news-show-next a:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 30px;
	width: 60px;
	height: 1px;
	background: #999;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.news-show-next a:hover:after {
	background: #4974dc;
	width: 70px;
}

.news-show-next a:hover {
	padding-right: 90px;
}

/**********partner************/
.partner-list {
	display: flex;
	gap: 40px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.partner-list .item {
	width: calc(33.33% - 40px);
	border-radius: 10px;
	background: #fff;
	box-shadow: #f3f3f3 0px 0px 20px;
	position: relative;
}

.partner-list .item .partner-img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.partner-list .item .partner-img img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 0.8s all;
	-webkit-transition: 0.8s all;
	-o-transition: 0.8s all;
	-moz-transition: 0.8s all;
	-ms-transition: 0.8s all;
}

.partner-list .item .partner-img:hover img {
	transform: scale(1.05, 1.05);
}

.partner-list .item .para {
	padding: 40px;
}

.partner-list .item .para h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}



/************about************/

.about {
	position: relative;
	padding: 80px 0px  80px 0px;
	line-height: 2;
}
.about-para-bg{
	background-image: url(../images/about-img2.jpg);
	background-size: cover;
	height: 500px;
	position: relative;
}
.about-para{
	position: absolute;
	left: 0px;
	bottom: 100px;
	width: 100%;
	display:flex;
}
.about-para div{
	width:33.33%;
	text-align:center;
}
.about-para div h4{
	font-size:40px;
	padding-bottom:20px;
	font-weight:bold;
	color:#fff;
}
.about-para div h4 i{
	font-style: normal;
}
.about-para div span{
	display:block;
	color:#fff;
}

.about-culture{display:flex;gap:80px; margin-top: 100px; margin-bottom: 100px; background-color: #f6f6f6; border-radius: 20px;}
.about-culture-info{ width: calc(50% - 100px); padding: 50px 60px;}
.about-culture-info .culture-info-tit{ font-size: 36px; padding-top: 40px;}
.about-culture-img{ width: 50%; background-image: url(../images/about.jpg); background-repeat: no-repeat; background-size: cover; border-radius: 20px;}

.culture-list{ display:flex; gap:40px; flex-wrap:wrap;justify-content: space-between; margin: 80px 0px;}
.culture-item{ width:calc(50% - 80px);  }
.culture-item h4{ font-weight:bold; padding-bottom:20px;  font-size: 20px;}
.culture-info{}
.culture-info p{ position:relative; color: #999;}

.about-honor{ overflow: hidden; position: relative; padding:80px 0px; background: #f6f6f6;}
.about-honor .swiper-about {
        width: 100%;
        height: 100%;
		overflow: hidden;
    }
.about-honor .swiper-about img{
	width:100%; height: auto;
}
.about-honor .swiper-about .swiper-pagination{
	bottom: -40px;
}
.about-honor .swiper-about  .swiper-button-next {
	right: -60px;
}
.about-honor .swiper-about .swiper-button-prev{
	left: -60px;
}
	
.about-history{ border-top: 1px solid #eee; padding: 50px 0px;}
.about-history-tit{ text-align: center; font-size: 40px; padding-bottom: 50px; }
.about-timeline{ position: relative;}
.timeline-tit{
	text-align: center;
	font-size: 40px;
	line-height: 1em;
}

/***************contact ***************/
.contact {
}

.contact-child {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	margin-top:60px;
}

.contact-small {
	text-align: center;
	font-size: 30px;
	line-height: 1.6;
	padding:30px 0px;
}
.contact-small span{ color:#1013a6; font-weight: bold; padding: 0px 15px;}
.contact-small span img{ height:50px;}

.contact-bg {
	margin-top: 50px;
}

.contact-infos {}
.contact-parent{
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-parent h4{
	font-size:20px;
	font-weight: normal;
	color:#000;
}
.contact-parent .contact-infos-item {
	position: relative;
	padding: 50px;
	border: 1px solid #eee;
	margin-bottom: 30px;
	color:#666;
	border-radius: 10px;
}

.contact-parent .contact-infos-item div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-parent .contact-infos-item div p {
	width: calc(25% - 10px);
	margin-top: 80px;
	padding-left: 0px;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	
}
.contact-parent .contact-infos-item div p i{
	position: absolute;
	left: 50%;
	top: 0%;
	margin-left: -25px;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 10px;
	background: #fff;
}
.contact-parent .contact-infos-item div p span{
	display: block;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 50px;
	font-weight: bold;
	color:#000;
}

.contact-child .contact-infos-item {
	position: relative;
	padding: 30px;
	border: 1px solid #eee;
	width: calc(33.33% - 90px);
	background-image: url(../images/logo2.png);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contact-child .contact-infos-item h4{
	
	color: #4974dc;
	
}

.contact-infos-item h4 {
	font-weight: bold;
	padding-bottom: 15px;
}

.contact-infos-item i {
	font-size: 20px;
	color: #4974dc;
}

.contact-infos-item p {
	font-size: 16px;
	line-height: 30px;
}

.contact-msg {
	padding: 50px;
	background: #f6f6f6;
	margin-top: 60px;
}

.contact-tit {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.4;
}

.contact-form {
	margin-top: 40px;
}

.msg-rows {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	margin-bottom: 30px;
	justify-content: space-between;
}

.msg-rows .msg-row {
	width: calc(33.33% - 40px);
	margin-top: 30px;
	position: relative;
}

.msg-row .txt {
	border-bottom: 1px solid #000;
	height: 20px;
	padding: 15px 0px;
	line-height: 20px;
	width: 100%;
	background: none;
}

.msg-row .txt::placeholder {
	color: #000;
	font-size: 16px;
}

.msg-row .text::placeholder {
	color: #000;
	font-size: 16px;
}

.msg-row .text {
	width: 100%;
	border-bottom: 1px solid #000;
	height: 50px;
	line-height: 20px;
	padding: 15px 0px;
	background: none;
}

.msg-txt-wrong {
	position: absolute;
	top: -10px;
	left: 0px;
	color: red;
}

.msg-code {
	margin-top: 30px;
	position: relative;
}

.msg-code .txt {
	border-bottom: 1px solid #000;
	background: none;
}

.msg-btn {
	margin-top: 60px;
	text-align: center;
}


.search-form {}

.search-list {
	margin-bottom: 60px;
}

.search-form-list {
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	width: 60%;
	margin: 0 auto;
	padding: 0px;
	margin-top: 80px;
	margin-bottom: 60px;
	height: 60px;
	line-height: 60px;
	display: flex;
}

.search-form-txt {
	width: calc(100% - 70px);
	margin-left: 15px;
}

.search-form-txt input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 5px;
}

.search-form-btn {
	background: #4974dc;
	width: 70px;
	text-align: center;
	cursor: pointer;
	height: 60px;
	margin-left: 15px;
	position: relative;
	color: #fff;
}

.search-form-btn i {
	font-size: 22px;
	width: 70px;
}

.search-form-btn i:before {}

.search-list-tit {
	font-size: 30px;
	font-weight: bold;
	margin-top: 30px;
}

.search-list-tit i {
	color: #4974dc;
	font-style: normal;
}

.searchlist {
	padding-top: 40px;
}

.searchlist ul li {
	padding: 20px 0px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
}

.searchlist ul li a {
	font-weight: bold;
	word-break: break-all;
}

.searchlist ul li p {
	margin-top: 15px;
	color: #666;
	padding: 0px 15px;
}

.searchlist ul li div {
	margin-top: 15px;
	color: #666;
	padding: 0px 15px;
}

.search-txt {
	color: #666;
}

.search-contact {
	margin-top: 30px;
}


.pagination {
	padding-top:50px;
}

.pagination a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-right: 5px;
	text-align: center;
	border: 1px solid #ddd;
	position: relative;
}

.pagination a.active {
	background: #0c53b7;
	border: 1px solid #0c53b7;
	color: #fff;
}

.pagination a.active:hover {
	background: #0c53b7;
	border: 1px solid #0c53b7;
	color: #fff;
}

.pagination a:hover {
	background: #eee;
}

.pagination a.p_prev:after {
	content: "\eb95";
	font-size: 22px;
	font-family: "iconfont" !important;
}

.pagination a.p_next:after {
	content: "\eb8a";
	font-size: 22px;
	font-family: "iconfont" !important;
}

.pagination a.p_home:after {
	content: "\e6c5";
	font-size: 18px;
	font-family: "iconfont" !important;
}

.pagination a.p_last:after {
	content: "\e6c4";
	font-size: 18px;
	font-family: "iconfont" !important;
}


@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 1000px) {}

@media only screen and (max-width:860px) {}

@media only screen and (max-width:780px) {}

@media only screen and (max-width:700px) {}

@media only screen and (max-width:440px) {}