@charset "UTF-8";
.flex {display: flex;justify-content: space-between;flex-wrap: wrap;}
.flex-left{display: flex;flex-wrap: wrap;}
.jm-banner .pb-pic { height: auto; padding-bottom: 0; }
.jm-title { padding: 0; }
.jm-title.left{text-align: left;}
.jm-title.left h3:before {
    left: 0;
    margin-left: 0;
}
.jm-title .en { font-family: dinpro-medium; color: #ecf3f6; }
.jm-title h3 { margin-top: -26px; font-size: 48px; color: #006db4; line-height: 1; padding-bottom: 25px; margin-bottom: 15px; }
.jm-title h3.nmt { margin-top: 0; margin-bottom: 0; }
.jm-title p { color: #4e4b49; font-size: 24px; }
.jm-title.white .en { color: #ecf3f6; opacity: 0.1; }
.jm-title.white h3 { color: #fff; }
.jm-title.white p { color: #ecf3f6; }
.jma {padding: 80px 0;}
.jm-cate {margin-top: 50px;}
.jm-cate .item {
	width: 23.9%;
	background: url(../images/jiameng/1-bg.png) no-repeat center;
	background-size: cover;
	border-radius: 10px;
	border: solid 1px #dddddd;
	position: relative;
	overflow: hidden;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px 0 60px;
}
.jm-cate .item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
	opacity: 0;
	z-index: 1;
}
.jm-cate .item .cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #006db4;
	opacity: 0;
	transition: .3s;
	z-index: 2;
}
.jm-cate .item:hover .cover {
	opacity: .8;
}
.jm-cate .item:hover img {
	opacity: 1;
}
.jm-cate .item i {
	position: relative;
	z-index: 3;
	display: inline-block;
	width: 135px;
	height: 135px;
	background-repeat: no-repeat;
	 background-position: 0;
	 transition: .3s;
}
.jm-cate .item:hover i {
	background-position: -135px;
}
.jm-cate .item .icon-1 {
	background-image: url(../images/jiameng/1-1.png);
}
.jm-cate .item .icon-2 {
	background-image: url(../images/jiameng/1-2.png);
}
.jm-cate .item .icon-3 {
	background-image: url(../images/jiameng/1-3.png);
}
.jm-cate .item .icon-4 {
	background-image: url(../images/jiameng/1-4.png);
}
.jm-cate .item .tit {
	position: relative;
	z-index: 3;
	font-size: 24px;
	line-height: 1;
	color: #30343e;
	margin-top: 20px;
	transition: .3s;
}
.jm-cate .item:hover .tit {
	color: #fff;
}

.jmb { background: url(../images/jiameng/2-bg.jpg) no-repeat center; background-size: cover; padding-top: 90px; padding-bottom: 120px; }
.ppys {margin-top: 120px;}
.ppys .item {
	width: 23.57%;
	height: 180px;
	background-color: #ecf3f6;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	align-items: center;
}
.ppys .item h4 {
	font-size: 16px;
	color: #595959;
	margin-top: 10px;
}
.jmc {padding-top: 73px;padding-bottom: 100px;}
.cpys {margin-top: 60px;}
.cpys .item {
	width: 16.42%;
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px 0px 
		rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	text-align: center;
}
.cpys .item h4 {
	margin-top: 40px;
	font-size: 16px;
	color: #292c33;
}
.jmd {padding-bottom: 95px;}
.jsys {margin-top: 50px;}
.jsys .item {
	width: 23.9%;
	text-align: center;
	border: solid 1px #dddddd;
}
.jsys .item h4 {
	line-height: 65px;
	font-size: 16px;
	color: #4e4b49;
	border-top: 1px solid #ddd;
}
.jsys .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.jme .pic {
	width: 46.88%;
	height: 600px;
}
.jme .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.jme .cont {
	width: 53.12%;
	padding-left: 13.4%;
	background: url(../images/jiameng/5-bg.jpg) no-repeat center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.jme .cont .jm-title {
	position: relative;
}
.jme .cont .jm-title .en {
	position: absolute;
	right: 70px;
	top: -40px;
}
.jme .cont .jm-title .cn {
	margin-top: 0;
}
.jme .cont .fwys1 {
	margin-top: 100px;
	margin-bottom: 60px;
}
.jme .cont .fwys li:first-child {
	width: 145px;
	margin-right: 60px;
}
.jme .cont .fwys li:nth-child(2) {
	width: 210px;
	margin-right: 60px;
}
.jme .cont .fwys li:nth-child(3) {
	width: 145px;
}
.jme .cont .fwys li h4 {
	font-size: 20px;
	color: #fff;
}
.jme .cont .fwys li h4 i {
	font-size: 28px;
	color: #fff;
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 10px;
	display: inline-block;
}
.jme .cont .fwys li p {
	font-size: 16px;
	color: #fff;
	opacity: 0.7;
}
.jmf {
	padding: 100px 0;
}
.jmlc {
	margin-top: 60px;
	padding: 0 50px;
}
.jmlc .item {
	position: relative;
	width: 11.4%;
	text-align: center;
}
.jmlc .item ~ .item:before {
	content: "";
	position: absolute;
	left: -50%;
	top: 50%;
	margin-top: -36px;
	margin-left: -16px;
	width: 32px;
	height: 22px;
	background: url(../images/jiameng/jmlc-icon.png) no-repeat center;
	background-size: contain;
}
.jmlc .item .pic {
	background-color: #ffffff;
	box-shadow: 0px 0px 15px 0px 
		rgba(0, 0, 0, 0.1);
	border-radius: 80px;
	overflow: hidden;
}
.jmlc .item h4 {
	font-size: 20px;
	margin-top: 20px;
	color: #292c33;
}
@media (max-width: 1800px) {
	.jme .cont {
	    padding-left: 10.5%;
	}
	.jme .cont .fwys li:first-child {
		margin-right: 40px;
	}
	.jme .cont .fwys li:nth-child(2) {
		margin-right: 40px;
	}
}
@media (max-width: 1024px) {
	.jm-title h3 {
	    margin-top: -15px;
	    font-size: 24px;
	    padding: 0 10px;
	    line-height: 1.2;
	    padding-bottom: 15px;
	}
	.jma {
		padding: 40px 15px 40px;
	}
	.jm-cate {
		margin-top: 30px;
		margin-bottom: -20px;
	}
	.jm-cate .item {
		width: 48%;
		padding: 20px 0 30px;
		margin-bottom: 20px;
	}
	.jm-cate .item .tit {
	    font-size: 18px;
	    margin-top: 10px;
	}
	.jm-cate .item i {
	    width: 70px;
	    height: 70px;
	    background-size: 145px;
	}
	.jmb {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.ppys {
		margin-bottom: -20px;  
		margin-top: 40px;
	}
	.ppys .item {
	    width: 48%;
	    height: 170px;
	    margin-bottom: 20px;
	}
	.ppys .item img {
		width: 80px;
	}
	.ppys .item h4 {
	    font-size: 16px;
	    padding: 0 15px;
	    text-align: center;
	    line-height: 1.5;
	    height: 48px;
	}
	.jmc {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.cpys {
	    margin-top: 40px;
	}
	.cpys:after {
		content: "";
		width: 31%;
	}
	.cpys .item {
	    width: 31%;
	    padding-top: 20px;
	    padding-bottom: 20px;
	    margin-bottom: 15px;
	}
	.cpys .item img {
		width: 60px;
	}
	.cpys .item h4 {
	    margin-top: 10px;
	    font-size: 16px;
	    color: #292c33;
	}
	.jsys {
	    margin-top: 40px;
	}
	.jmd {
	    padding-bottom: 30px;
	}
	.jsys .item {
	    width: 48%;
	    margin-bottom: 20px;
	}
	.jsys .item h4 {
	    line-height: 1.5;
	    font-size: 14px;
	    padding: 10px;
	}
	.jme .cont {
	    width: 100%;
	    padding-left: 0;
	    padding: 40px 15px;
	}
	.jme .cont .jm-title .cn {
		padding: 0 0 15px;
	}
	.jme .cont .fwys1 {
	    margin-top: 40px;
	    margin-bottom: 0;
	}
	.jme .cont .fwys li:first-child {
	    margin-right: 0;
	    width: 50%;
	    margin-bottom: 20px;
	}
	.jme .cont .fwys li:nth-child(2) {
	    margin-right: 0;
	    width: 50%;
	    margin-bottom: 20px;
	}
	.jme .cont .fwys li h4 {
	    font-size: 18px;
	}
	.jme .cont .fwys li h4 i {
	    font-size: 22px;
	}
	.jme .cont .fwys li p {
	    font-size: 14px;
	    color: #fff;
	}
	.jme .pic {
	    width: 100%;
	    height: 240px;
	}
	.jmf {
	    padding: 40px 0;
	}
	.jmlc {
	    margin-top: 40px;
	    padding: 0 15px;
	}
	.jmlc .item ~ .item:before {
	    left: -50%;
	    top: 16%;
	    margin-top: 0;
	    margin-left: -7px;
	    width: 14px;
	    height: 14px;
	}
	.jmlc .item h4 {
	    font-size: 16px;
	    margin-top: 10px;
	    line-height: 1.3;
	}
}


/*尾部表单*/
.foot-form { padding: 80px 0 60px; background: url(../images/jiameng/message-bg.jpg) no-repeat center; background-size: cover; }
.foot-form .jm-title h3 {margin-top: 0;padding: 0 0 15px;}
.foot-form .jm-title .tel {
	width: 300px;
	height: 50px;
	line-height: 48px;
	border-radius: 25px;
	border: solid 1px #ffffff;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	margin-top: 70px;
}
.foot-form .jm-title .tel i {font-size: 22px;margin-right: 10px;}
.foot-form .cont { width: 60.9%; }
.foot-form .cont .form-list .inp { width: 32.5%; height: 54px; background-color: #ffffff; font-size: 14px; color: #333; padding: 0 25px; }
.foot-form .cont .form-list textarea { width: 100%; height: 120px; background-color: #ffffff; font-size: 14px; color: #333; padding: 12px 25px; margin-top: 10px; }
.foot-form .cont .form-list .inp::-webkit-input-placeholder,
.foot-form .cont .form-list textarea::-webkit-input-placeholder {color: #615f5f;}
.foot-form .cont .form-list .inp:-moz-placeholder,
.foot-form .cont .form-list textarea:-moz-placeholder {color: #615f5f;}
.foot-form .cont .form-list .inp:-ms-input-placeholder,
.foot-form .cont .form-list textarea:-ms-input-placeholder {color: #615f5f;}
.foot-form .cont .form-list .sub { width: 280px;
	height: 54px;
	border: solid 1px #ffffff;
	margin-top: 20px; font-size: 20px; color: #ffffff; cursor: pointer;transition: .3s; }
.foot-form .cont .form-list .sub:hover {background-color: #017cc2;}
@media (max-width:1600px) {
	.foot-form .title h3 b { font-size: 36px; }
	.foot-form .title h3, .foot-form .title h4 { font-size: 20px; }
	.foot-form .title .tel b { font-size: 24px; line-height: 24px; }
}
@media (max-width:768px) {
	.foot-form { padding: 40px 0; }
	.foot-form .title { width: 100%; padding-top: 0; }
	.foot-form .cont { width: 100%; margin-top: 40px;}
	.foot-form .title h3, .foot-form .title h4 { font-size: 16px; line-height: 1.75; }
	.foot-form .title h3 b { font-size: 28px; }
	.foot-form .title .tel { margin-top: 30px; margin-bottom: 35px; }
	.foot-form .title .tel b { font-size: 32px; }
	.foot-form .cont .form-list .inp { width: 100%; height: 40px; background-color: #ffffff; font-size: 14px; color: #888888; padding: 0 15px; }
	.foot-form .cont .form-list .inp ~ .inp { margin-top: 10px; }
	.foot-form .cont .form-list textarea { width: 100%; height: 80px; font-size: 14px; padding: 10px 15px; margin-top: 10px; }
	.foot-form .cont .form-list .sub { width: 180px; height: 40px; margin-top: 15px; font-size: 14px; }
	.foot-form .jm-title .tel {
	    font-size: 16px;
	    margin-top: 40px;
	}
}
@media (max-width:768px) {
	.com-form-box { margin-top: 30px; }
	.com-form-box ul li input { font-size: 14px; color: #999; width: 100%; line-height: 40px; padding: 0 15px; }
	.com-form-box .textarea { padding: 15px; height: 120px; font-size: 14px; line-height: 1.75; }
	.com-form-box .submit { margin-top: 10px; width: 100%; height: 40px; line-height: 40px; font-size: 16px; }
}
@media (max-width:640px) {
	.foot-form .title h3 b { font-size: 24px; }
	.foot-form .title .tel b { font-size: 21px; }
}