﻿footer .crmFormVali-error {
	right: 220px !important;
	top: 70px;
}
footer.sutong-footer,
footer.sutong-pro-index-foot {
	background: var(--bg-color);
}
.sutong-footer .share {
	font-size: 0
}
.sutong-footer .share a {
	width: 31px;
	height: 31px;
	line-height: 31px;
	border-radius: 50%;
	background: var(--color-primary);
	display: inline-block;
	text-align: center
}
.sutong-footer .share a i {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.sutong-footer .share a:hover {
	opacity: .7
}
.sutong-footer .share a {
	background: var(--color-primary);
}
.sutong-footer .foot-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 60px 0 20px;
}
.sutong-footer .foot-top img {
	height: 100px;
}
.sutong-footer .foot-top .share a+a {
	margin-left: 17px;
}
.sutong-footer #footer {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	padding: 50px 0 40px;
}
.sutong-footer #footer h5 {
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 20px;
}
.sutong-footer .foot-nav {
	width: 360px;
}
.sutong-footer .foot-nav ul {
	display: flex;
	flex-wrap: wrap;
}
.sutong-footer .foot-nav ul li {
	width: 50%;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 32px;
}
.sutong-footer .foot-nav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
.sutong-footer .foot-list {
	width: 440px;
}
.sutong-footer .foot-list ul {
	display: flex;
	flex-wrap: wrap;
}
.sutong-footer .foot-list ul li {
	width: 50%;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 32px;
}
.sutong-footer .foot-list ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
.sutong-footer .foot-form {
	width: 510px;
}
.sutong-footer .foot-form p {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 32px;
}
.sutong-footer .foot-form .form-box {
	margin: 23px 0 0;
	width: 100%;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.sutong-footer .foot-form .submit_text {
	-webkit-flex: 1;
	flex: 1;
	height: 64px;
	line-height: 64px;
	color: #fff;
	padding: 0 25px;
	font-size: 13px;
	background: rgba(255, 255, 255, 0.05);
}
.sutong-footer .foot-form input::-webkit-input-placeholder,
.foot-form input:-moz-placeholder,
.foot-form input::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.sutong-footer .foot-form .submit_btn {
	color: #fff;
	background: var(--color-primary);
	font-size: 13px;
	font-weight: 700;
	width: 140px;
	height: 64px;
	display: block;
	cursor: pointer;
	text-align: center;
}
.sutong-footer .copyright {
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sutong-footer .copyright p {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}
.sutong-footer .copyright span {
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}
.sutong-footer .copyright span i {
	font-size: 14px;
	vertical-align: middle;
	margin-right: 8px;
}
#sutong-side-bar {
	position: fixed;
	top: calc(50% - 49px);
	right: 10px;
	z-index: 9999;
}
#sutong-side-bar a {
	display: block;
	cursor: pointer;
	width: 46px;
	height: 46px;
	background: var(--color-primary);
	position: relative;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}
#sutong-side-bar a+a {
	margin-top: 6px;
}
#sutong-side-bar a i {
	display: inline-block;
	font-size: 26px;
	line-height: 46px;
}
@media screen and (max-width:1400px) {
	.sutong-footer .foot-nav ul li {
		font-size: 14px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.sutong-footer .foot-list ul li {
		font-size: 14px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.sutong-footer .foot-contact p {
		font-size: 14px;
		line-height: 30px;
		margin-bottom: 10px;
		padding: 0 0 0 45px;
	}
	.sutong-footer .foot-address p {
		font-size: 14px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.sutong-footer .foot-top .form-box {
		width: 480px;
	}
	.sutong-footer .foot-top .submit_text {
		margin-right: 0;
		padding: 0 20px;
	}
	.sutong-footer .foot-top .submit_btn {
		width: 140px;
	}
}
@media screen and (max-width:768px) {
	.sutong-footer #footer {
		padding: 30px 0;
	}
	.sutong-footer .foot-top {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.sutong-footer .foot-top .share {
		margin: 20px 0 0;
	}
	.sutong-footer .foot-top .share a {
		width: 50px;
		height: 50px;
		margin: 0 8px;
	}
	.sutong-footer .foot-top .share a i {
		line-height: 50px;
	}
	.sutong-footer .foot-top .form-box {
		margin: 20px 0 0;
	}
	.sutong-footer #footer .box {
		margin: 30px 0 0;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.sutong-footer #footer h5 {
		font-size: 18px;
		padding-bottom: 20px;
		margin: 0 0 15px;
		text-align: center;
	}
	.sutong-footer #footer h5::after {
		left: calc(50% - 17px);
	}
	.sutong-footer .foot-nav,
	.sutong-footer .foot-list {
		display: none;
	}
	.sutong-footer .foot-form {
		margin: 0 auto;
	}
	.sutong-footer .foot-contact {
		width: 100%;
	}
	.sutong-footer .foot-address {
		width: 100%;
	}
	.sutong-footer .copyright {
		padding: 0 0 25px;
		display: block;
		text-align: center
	}
	.sutong-footer .copyright span {
		display: block;
		margin: 10px 0 0
	}
	.sutong-footer .copyright p a {
		margin: 0 15px 0 0
	}
}
@media screen and (max-width:550px) {
	.sutong-footer .foot-top .form-box {
		width: 350px;
	}
	.sutong-footer .foot-top .submit_text {
		height: 50px;
		line-height: 50px;
		padding: 0 15px;
	}
	.sutong-footer .foot-top .submit_btn {
		width: 90px;
		height: 50px;
	}
}
@media screen and (max-width:400px) {
	.sutong-footer .foot-top .share a {
		width: 45px;
		height: 45px;
		line-height: 45px;
		margin: 0 5px;
	}
	.sutong-footer .foot-top .share a i {
		line-height: 45px;
	}
}
/* ÃƒÂ¤Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ©Ã‚Â¡Ã‚Âµfoot */
.sutong-pro-index-foot {
	padding: 90px 0
}
.sutong-pro-index-foot .container {
	display: flex;
	align-items: flex-end
}
.sutong-pro-index-foot .info {
	flex: 1;
	margin-right: 98px;
	overflow: hidden
}
.sutong-pro-index-foot .info .tit img {
	width: 100px;
}
.sutong-pro-index-foot .info h4 {
	font-size: 23px;
	color: #fff;
	font-weight: 500;
	margin-top: 30px;
	width: 100%;
}
.sutong-pro-index-foot .info ul {
	margin-top: 40px
}
.sutong-pro-index-foot .info ul li {
	padding: 30px 40px;
	background: rgba(80, 169, 181, .76);
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 10
}
.sutong-pro-index-foot .info ul li+li {
	margin-top: 23px
}
.sutong-pro-index-foot .info ul li .ico {
	width: 60px;
	height: 60px;
	background: rgba(255, 255, 255, .16);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center
}
.sutong-pro-index-foot .info ul li .ico i {
	color: #fff;
	font-size: 24px;
	line-height: 60px;
}
.sutong-pro-index-foot .info ul li .txt {
	flex: 1;
	margin-left: 20px;
}
.sutong-pro-index-foot .info ul li .txt h5 {
	font-size: 16px;
	color: #fff;
	font-weight: 500
}
.sutong-pro-index-foot .info ul li .txt p a:hover {
	color: #fff;
	text-decoration: underline;
}
.sutong-pro-index-foot .info ul li .txt p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	font-weight: 500;
	margin: 13px 0 0
}
.sutong-pro-index-inquiry {
	width: 43.86%;
	box-shadow: 0 3px 14px rgba(0, 0, 0, .07);
	padding: 60px 55px 40px;
	background: #fff;
	position: relative;
	z-index: 10
}
.sutong-pro-index-inquiry h3 {
	font-size: 28px;
	line-height: 1;
	color: #333;
	font-weight: 700;
	width: 100%;
}
.sutong-pro-index-inquiry .inquirbox {
	margin: 50px 0 0
}
.sutong-pro-index-inquiry .inquirbox .row {
	margin-bottom: 20px
}
.sutong-pro-index-inquiry .inquirbox input[type=text],
.sutong-pro-index-inquiry .inquirbox textarea {
	padding: 19px 25px;
	background: #fafafa;
	font-size: 15px;
	border: 1px solid #eee;
	line-height: 22px;
	color: #777;
	width: 100%;
}
.sutong-pro-index-inquiry .inquirbox .submit {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	background: var(--color-primary);
	cursor: pointer;
}
.sutong-pro-index-inquiry .inquirbox .submit:hover {
	opacity: .7
}
@media screen and (max-width: 1500px) {
	.sutong-pro-index-foot .info ul li {
		padding: 25px 35px
	}
	.sutong-pro-index-foot .info ul li+li {
		margin-top: 20px
	}
}
@media screen and (max-width: 1441px) {
	.more1 {
		padding: 0 35px
	}
	.sutong-pro-index-foot .info {
		margin-right: 80px
	}
	.sutong-pro-index-foot .info h4 {
		font-size: 22px
	}
}
@media screen and (max-width: 1367px) {
	.sutong-pro-index-foot .info {
		margin-right: 70px
	}
	.sutong-pro-index-foot .info h4 {
		font-size: 21px;
		margin-top: 25px
	}
	.sutong-pro-index-foot .info ul {
		margin-top: 35px
	}
	.sutong-pro-index-foot .info ul li .txt p {
		line-height: 28px
	}
}
@media screen and (max-width: 1281px) {
	.sutong-pro-index-foot .info {
		margin-right: 60px
	}
	.sutong-pro-index-foot .info h4 {
		font-size: 20px
	}
	.sutong-pro-index-foot .info ul {
		margin-top: 30px
	}
	.sutong-pro-index-foot .info ul li {
		padding: 25px 30px
	}
	.sutong-pro-index-foot .info ul li .txt p {
		line-height: 26px
	}
}
@media screen and (max-width: 992px) {
	.sutong-pro-index-foot {
		padding: 60px 0;
		background-size: cover
	}
	.sutong-pro-index-foot .container {
		display: block
	}
	.sutong-pro-index-foot .info {
		margin-right: 0
	}
	.sutong-pro-index-foot .info .tit {
		text-align: center
	}
	.sutong-pro-index-foot .info ul {
		margin-top: 30px
	}
	.sutong-pro-index-inquiry {
		width: 100%;
		margin: 40px 0 0;
		padding: 40px 35px 20px
	}
	.sutong-pro-list .t h3 {
		font-size: 30px
	}
}
@media screen and (max-width: 768px) {
	.more1 {
		padding: 0 30px;
		height: 50px
	}
}
@media screen and (max-width: 768px) {
	.path {
		line-height: 24px;
		padding: 20px 0
	}
	.sutong-pro-index-foot {
		padding: 30px 0
	}
	.sutong-pro-index-foot .info h4 {
		font-size: 18px;
		margin-top: 20px
	}
	.sutong-pro-index-foot .info ul {
		margin-top: 25px
	}
	.sutong-pro-index-foot .info ul li+li {
		margin-top: 15px
	}
	.sutong-pro-index-foot .info ul li {
		padding: 25px 20px
	}
	.sutong-pro-index-foot .info ul li .txt {
		margin-left: 30px
	}
	.sutong-pro-index-foot .info ul li .txt p {
		line-height: 24px;
		margin: 10px 0 0
	}
	.sutong-pro-index-inquiry {
		margin: 30px 0 0;
		padding: 25px 20px 15px
	}
	.sutong-pro-index-inquiry h3 {
		font-size: 26px;
		text-align: center
	}
	.sutong-pro-index-inquiry .inquirbox {
		margin: 30px 0 0
	}
	.sutong-pro-index-inquiry .inquirbox input[type=text],
	.sutong-pro-index-inquiry .inquirbox textarea {
		padding: 13px 15px
	}
	.sutong-pro-index-inquiry .inquirbox .submit {
		height: 50px;
		line-height: 50px;
		font-size: 17px
	}
}
@media screen and (max-width: 576px) {
	.sutong-pro-index-foot .info ul li {
		padding: 20px 15px
	}
	.sutong-pro-index-foot .info ul li .txt {
		margin-left: 25px
	}
	.sutong-pro-index-foot .info ul li .txt p {
		font-size: 15px;
		margin: 8px 0 0
	}
	.sutong-pro-index-foot .info ul li .ico {
		width: 50px;
		height: 50px
	}
	.sutong-pro-index-foot .info ul li .ico img {
		max-width: 50%;
		max-height: 50%
	}
}
@media screen and (max-width: 480px) {
	.more1 {
		padding: 0 25px
	}
	.sutong-pro-index-inquiry h3 {
		font-size: 22px
	}
	.sutong-pro-index-foot .info .tit img {
		height: 45px;
		width: auto !important;
	}
	.sutong-pro-index-foot .info h4 {
		font-size: 16px
	}
	.sutong-pro-index-foot .info ul {
		margin-top: 20px
	}
	.sutong-pro-index-foot .info ul li .txt {
		margin-left: 20px
	}
	.sutong-footer .foot-top img {
		height: 50px !important;
	}
	.sutong-footer .foot-top {
		padding-top: 30px !important;
	}
	.sutong-footer .foot-form p {
		font-size: 12px;
		line-height: 24px;
	}
	.sutong-pro-index-foot .info ul li .txt p {
		font-size: 12px !important;
	}
	.sutong-pro-index-foot .crmFormVali-error {
		right: 0 !important;
		top: 53px !important;
		width: 100%;
	}
}
footer .crmFormVali-error {
	left: 0;
}