


.hx {
	background-color: rgb(243, 243, 243);
	background-image: url(../img/sjmap.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.hx .title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 60px;
}
.hx .row {
	margin-bottom: 35px;
}
.hx .split {
	height: 107px;
	line-height: 107px;
}
.hx .tip {
	line-height: initial;
	padding-top: 30px;
}
.hx .tip .chntip {
	font-size: 24px;
	color: #0F91EC;
}
.hx .tip .engtip {
	font-size: 14px;
	color: #292929;
}
    
.hx .tipd {
	line-height: initial;
	padding-top: 30px;
	color: #8F8F8F;
	font-size: 14px;
}

.prod {
	
}
.prod .sub-title {
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	color: #999999;
}

.prod .prod-box {
	margin: 10px 0;
}
.prod .prod-box img {
	height: 190px;
	width: 100%;
	object-fit: contain;
}
.prod .prod-box .prod-name {
	font-size: 14px;
	color: #000000;
	padding: 5px;
	text-align: center;
}
.prod .more-prod {
	text-align: center;
	margin: 15px 0;
}
.prod .more-prod a {
	display: inline-block;
	color: green;
	padding: 10px 60px;
	border: 1px solid green;
}



.aboutus {
	background-color: rgb(243, 243, 243);
}
.aboutus .sub-title {
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	color: #999999;
}
.aboutus .row {
	background: #fff;
}
.aboutus .aboutus-right img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.aboutus .aboutus-left {
	padding: 40px;
}
.aboutus .about-eng-title {
	font-size: 28px;
	color: #D7E7E2;
	letter-spacing: 1px;
}
.aboutus .about-chn-title {
	font-size: 20px;
	color: #333333;
}
.aboutus .about-chn-title span {
	color: green;
}
.about-text {
	font-size: 15px;
	line-height: 200%;
	color: #666666;
}

.aboutus .about-more {
	margin-top: 20px;
}
.aboutus .about-more a {
	display: inline-block;
	padding: 8px 20px;
	margin-right: 8px;
	border: 1px solid #013E6C;
	color: #013E6C;
}
.aboutus .about-more a.about-more-2 {
	border: 1px solid green;
	color: green;
}
.aboutus .about-more .aboutus-phone {
	display: inline-block;
	color: #cccccc;
}
.aboutus .aboutus-phone span{
	font-size: 22px;
	color: #61AE16;
	font-weight: bold;
}
.padding0 {
	padding: 0; 
}


