.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2;
	/* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	/* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
	/* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
	/* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
	/* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	/* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	/* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc;
	/* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.index-prosids {
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 30px !important;
}

.index-prosids .index-prosid {
	width: 48%;
	height: 100%;
	background: url(../picture/product_bg.jpg) no-repeat;
	background-size: 100%;
	padding: 30px 0;
	margin-bottom: 30px;
	position: relative;
}

.index-prosids .index-prosid img {
	margin: auto;
}

.index-prosidye {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 30px 30px;
	background-color: #17181A99;
	font-size: 30px;
	color: #fff;
	display: flex;
	justify-content: space-between;
}

.index-prosids .index-prosid:hover .index-prosidye {
	background-color: #fff;
	box-shadow: 0px 5px 11px 3px #ccc;
	color:#036EB8;
}

.mbxx {
	background: #eaeaea;
	font-size: 16px;

}

.mbxx a {
	display: inline-block;
	margin: 10px;
}

.mbxx .common_col {
	padding-bottom: 1rem !important;
	align-items: center;
}

.mainprx {
	justify-content: space-between
}

.mainprx-left {
	width: 14%;
}

.mainprx-right {
	width: 80%;
}

.mainprx-left h2 {
	font-size: 20px;
	font-weight: bold;
}

.mainprx-lefta {
	font-size: 16px;
}

.mainprx-leftab {
	margin-bottom: 10px;
}
.mainprx-leftab>a {
font-weight: bold;
}
.mainprx-leftabx {
	display: flex;
	padding: 15px 0;
	justify-content: space-between;
}

.mainprx-leftab ul {
	padding-left: 0px;
}

.mainprx-leftab ul li {
	padding: 15px 0;
	white-space: nowrap;
}
.mainprx-leftab ul li:hover a{
	color:#036EB8 ;
}
.mainprx-right ul {
	margin: 20px 0;
	font-size: 16px;
}

.mainprx-right ul li .img {
	border: 1px solid #ccc;
}

.mainprx-right .title {
	margin: 20px 0;
}

.mainprx-right ul {
	display: flex;
	flex-wrap: wrap;
}

.mainprx-right ul li {
	width: 30%;
	margin-right: 3%;
	margin-bottom: 35px;
}

.mainprx-right ul li .img {
	text-align: center;
	margin: auto;
	padding: 25px 0;
	background: url(../picture/product_bg.jpg) no-repeat;
}

.mainprx-right ul li img {
	width: 80%;
	text-align: center;
	margin: auto;
}

.mainprx-right h3 {
	font-size: 26px;
	font-weight: bold;
}

.mainprx-right ul li:hover .img {
	box-shadow: 1px 1px 8px 4px #036EB8;
}

.mainprx-right ul li:hover .title {
	color: #036EB8;
	font-weight: bold;
}

.page {
	width: 100%;
}

/*新增产品详情*/
.pros-intro {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.pros-intro-lef {
	width: 45%;
	background: url(../image/product_bg.jpg) no-repeat;
	background-size: cover;
	height: 100%;
}

.pros-intro-lef img {
	width: 100%;
	flex-shrink: 0;
}

.pros-intro-right {
	width: 50%;
}

.pros-intro-right h1 {
	font-size: 26px;
	color: #222222;
}

.pros-intro-fw {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
}

.pros-intro-right p {
	font-size: 14px;
	color: #555555;
}

.pros-intro-contacts a {
	display: block;
    font-size: 18px;
    color: #036EB8 !important;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.pros-intro-contacts span{
	display: block;
	margin-right: 15px;
}
.pros-intro-contacts {
	margin: 20px 0;
}

.pros-intro-xunpan {
	display: block;
	color: #ffffff;
	width: 270px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background-color: #036EB8;
}

.pros-intro-lunbo {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}

.pros-intro-lunbo .img {
	width: 33%;
	background: url(../image/product_bg.jpg) no-repeat;
	background-size: cover;
}

.pros-intro-lunbo .img img {
	width: 100%;
}

.pros-mainx-lay a {
	display: inline-block;
	width: 104px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	font-weight: bold;
}

.pros-mainx-laya {
	background-color: #036EB8;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	margin-right: 10px;
}
.pros-mainx-layb {
	background-color: #eee;
	color: #000000;
	text-align: center;
	border-radius: 10px;
	margin-right: 10px;
}
.pros-mainx-layb.on {
	background-color: #036EB8;
	color: #ffffff;
}
.hengxian{
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #ccc;
	margin: 15px 0;
	max-width: 920px;
}
.pros-mainx-xb table{
	margin: 20px 0;
}
.pros-mainx-other h2{
	font-size: 24px;
	font-weight: bold;
	margin: 50px 0 15px 0;
}
.pros-mainx-other ul{
	display: flex;
	justify-content: space-between;
}
.pros-mainx-other ul li{
width: 32%;
}
.pros-mainx-other ul li .img{
	background: url(../image/product_bg.jpg) no-repeat;
	background-size: cover;
}
.pros-mainx-other ul li img{
	width: 100%;
}
.pros-mainx-title{
	font-size: 18px;
	color: #333;
	margin: 25px 0;
	font-weight: bold;
	text-align: center;
}
.public-tabs{
	margin-bottom: 60px;
}
.public-tabs h2{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	margin: 50px 0 15px 0;
}
.public-tabs input,textarea{
	border-radius: 5px !important;
	background: #fff !important;
	border: 1px solid #CED4DA !important;
	color: #222 !important;
	padding: 10px 10px !important;
	width: 100%;
	box-sizing: border-box;
	outline: none;
}
.public-tabs  label{
	display: block;
	margin: 10px 0;
}
.public-tabs form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.public-tabs .input{
	width: 48.5%;
	margin: 10px 0;
}
.public-tabs .textarea{
	width: 100%;
}
.public-tabs .subs input{
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	padding: 0!important;
}
.public-tabs .subs{
	margin: 15px 0;
}
.public-tabs .subs input{
	border-radius: 30px !important;
	color: #ffffff!important;
	background: #036EB8!important;
	
}

/*case*/
.casex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin: 45px 0;
}
.casex-left{
width: 20%;
}
.casex-right{
width: 75%;
}
.casex-left-main{
	width: 100%;
	border: 1px solid #ccc;
}
.casex-left-main .title{
	height: 50px;
	font-size: 18px;
	background-color: #036EB8;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
}
.casex-call{
	background-color: #eeeeee;
	box-sizing: border-box;
	padding: 20px 10px 50px 10px;
}
.casex-side{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.casex-side .img{
width: 20%;
}
.casex-side-b{
width: 75%;
}
.casex-tel{
	color: #036EB8;
	font-weight: bold;
}
.casex-call p{
	font-size: 16px;
	margin: 15px 0;
}
.casex-right ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.casex-right ul li{
	width: 32.5%;
}
.casex-right ul li:hover a{
	color:#036EB8 ;
}
.casex-right ul li .img{
	border: 1px solid #eee;
	padding: 1px;
}
.casex-right ul li img{
	width: 100%;
	height: 230px;
}
.casex-right ul li .title{
	font-size: 16px;
	text-align: center;
	margin: 15px 0;
}

/*case-index*/
.case-indexs .title{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #036EB8;
	margin: 15px 0;
}
.case-indexs .intro{
	color: #2d2f2e;
    line-height: 32px;
    font-size: 22px;
	text-align: center;
}
.case-indexs ul {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
	box-sizing: border-box;
	flex-wrap: wrap;
	
}
.case-indexs ul li{
	width: 24%;
	background-color: #eeeeee;
	padding: 5px;
	margin: 1% 0;
}
.case-indexs ul li img{
	width: 100%;
}
.case-indexs .titles{
	margin-top: 25px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.case-indexs .more{
	font-size: 16px;
	text-align: center;
	margin: 25px 0;
}
.case-indexs ul li:hover .titles{
	color: #036EB8;
}
.case-indexs ul li:hover .more{
	color: #036EB8;
}
/*news-index-*/
.news-indexs .title{
	font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #036EB8;
    margin: 15px 0;
	margin-top: 65px;
}
.news-indexs .intro{
	color: #2d2f2e;
    line-height: 32px;
    font-size: 22px;
    text-align: center;
	margin-bottom: 35px;
}
.news-indexs ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 6%;
	box-sizing: border-box;
}
.news-indexs ul li{
	width: 45%;
}
.news-indexs ul li .titles{
	display: flex;
	align-items: center;
	margin: 15px 0;

}
.news-indexs ul li .titles .text{
	font-size: 20px;
    color: #333333;
    padding-left: 15px;
	font-weight: bold;
}
.news-indexs ul li:hover .text{
	color: #036EB8;
}
.news-indexs ul li .hengx{
	border-bottom: 1px solid #e6eaee;
	margin-bottom: 15px;
}
.news-indexs ul li .intros{
	font-size: 16px;
	line-height: 26px;
}
.news-indexs ul li .intros span{
	color: red;
}
.news-indexs  .morex{
	font-size: 18px;
	background-color: #036EB8;
	padding: 12px 20px;
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	border-radius: 15px;
}
.news-indexs  .morex:hover{
	background-color: #036EB8;
}
.morex-link{
	text-align: center;
	margin-top: 30px;
}
/*新增产品详情*/
@media screen and (max-width: 1270px) {
	.index-prosid {
		width: 100% !important;
	}
	.case-indexs ul li{
		width: 48%;
	}
	.news-indexs ul li{
		width: 100%;
	}
	.mainprx-left{
		width: 100%;
	}
	.mainprx-right{
		width: 100%;
	}
	.mainprx-right ul li{
		width: 47%;
		margin-right: 0%;
	}
	.mainprx-right ul{
		display: flex;
		justify-content: space-between;
	}
	.pros-intro-lef{
		width: 100%;
	}
	.pros-intro-right{
		width: 100%;
	}
	.pros-intro{
		flex-wrap: wrap;
	}
	.casex-left{
width: 100%;
	}
	.casex-right{
		width: 100%;
	}
	.casex-right ul li{
		width: 48%;
	}
}