/*img, svg {*/
/*    border: 0;*/
/*    vertical-align: middle;*/
/*    max-width: 100%;*/
/*}*/
.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix{
    zoom:1
}
.about1 {
    width: 100%;
    height: 800px;
	padding: 125px 0;
}
.box {
    width: 83%;
    max-width: 1200px;
    margin: auto;
    min-width: 1000px;
}

.about1 .left {
	width: 44%;
	float: left;
	margin-top: 1.5%;
}

.about1 .l1 h2 {
	font-size: 40px;
	margin: 0;
}

.about1 .l1 p {
	font-size: 18px;
	color: #7ec3a4;
	font-weight: 600;
}

.about1 .l2 {
	color: #444;
	font-size: 16px;
	line-height: 30px;
	margin: 40px 0;
	width: 95%;
}

.about1 .l3 {
	width: 110%;
}

.about1 .l3 li {
	width: 25%;
	float: left;
}

.about1 .l3_1 {
	font-size: 16px;
	color: #222222;
}
h2{
    margin: 1em auto;
}
.about1 .l3_2 {
	margin: 10px 0;
}

.about1 .l3_3 {}

.about1 .l3_3 span {
	font-weight: bold;
	font-size: 40px;
	color: #7ec3a4;
	margin-right: 5px;
}

.about1 .l3_3 span i {
	font-style: normal;
}

.about1 .right {
	width: 100%;
	float: right;
}
.jm11_sum {
	background: url(../images/85348bd9db3d4ee6808cf2d1032daa08.gif) center center no-repeat;
	padding-bottom: 100px;
	padding-top: 1px;
	margin-top: 30px;
	margin-bottom: 130px;
}

.jm11_sum .title_h2 {
	color: #ffffff;
	margin-bottom: 0;
}

.jm11_sum .title_h4 {
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 50px;
}

.jm11_sum .jm11_form {
	max-width: 1000px;
	margin: auto;
	font-size: 16px;
}

.jm11_form li {
	position: relative;
	width: calc(50% - 10px);
	float: left;
	margin-bottom: 20px;
}

.jm11_form .ico {
	position: absolute;
	top: 15px;
	left: 15px;
}

.jm11_form li:nth-child(2) {
	margin-left: 20px;
}

.jm11_form .text {
	width: 100%;
	height: 60px;
	line-height: 30px;
	padding: 15px 55px;
	box-sizing: border-box;
	border: 0;
	font-size: 15px;
	font-weight: lighter;
	background-color: #eee;
}

.jm11_sum .jm11_form .t2 {
	position: relative;
	margin-bottom: 20px;
}

.jm11_sum .jm11_form .t3 {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 30px;
}

.jm11_form .textarea {
	width: 100%;
	resize: none;
	height: 150px;
	padding: 15px 50px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: lighter;
	background-color: #eee;
	border: 0px;
}

.jm11_form .sub {
	width: 160px;
	height: 60px;
	line-height: 60px;
	border: 0;
	color: #ffffff;
	margin: 0 20px;
	font-size: 18px;
	transition: all .5s;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .4);
}

.jm11_form .sub:hover {
	margin-top: -5px;
	margin-bottom: 5px;
}

.jm11_form .sub1 {
	background: #7ec3a4;
	border: 0;
}

.jm11_form .sub2:hover {
	color: #7ec3a4;
}

.jm11_form .t4 .sub1 {
	width: 100%;
	margin: 0;
}

.jm11_form .tips {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
@media screen and (max-width: 768px){
    .about1{
            padding: 45px 0;
    }
    	.about1 .left {
		width: 100%;
	}
	.box{
	        width: 90%;
    min-width: 0;
	}
	.about1 .right{
	    width: 100%;
    margin-top: 20px;
	}
	.about1{
	    height: 1200px;
	}
	
}