.yebl {
    width: 1280px;
    margin: 0 auto;
}
/* tit-box */
.tit-box {
    display: flex;
    align-items: center;
}

.tit-box span {
    margin-left: 15px;
}

.tit-box span i {
    font-size: 28px;
    color: #d40000;
    display: block;
    font-weight: bold;
    line-height: 35px;
}

.tit-box span i em {
    color: #d40000;
}

.tit-box span i:last-child {
    font-size: 16px;
    color: #864d3c;
    font-weight: normal;
}

.ismore {
    position: relative;
    font-size: 14px;
    color: #444444;
    margin-top: 10px;
}

.ismore::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: -3px;
    right: 45px;
    background-color: #575757;
}

.ismore img {
    margin-left: 12px;
    transform: translateY(3px);
}

.ismore:hover {
    margin-right: 8px;
}




/* about-box */
.about-box {
    overflow: hidden;
    height: 746px;
	margin-top:20px;
    box-sizing: border-box;
}

.about-con {
    position: relative;
}

.left-box {
    position: relative;
    display: inline-block;
    width: 667px;
    padding: 60px 0 0 0;
    box-sizing: border-box;
}

.left-box::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -320px;
    z-index: -1;
    width: 990px;
    height: 184px;
    background-image: linear-gradient(0deg,
            #fddbb0 0%,
            #fddbb0 100%);
}

.left-box>img {
    position: relative;
    left: -320px;
    margin: 53px 0 0 0;
    width: 990px;
	height: 570px;
    object-fit: cover;
}

.left-box>div {
    position: relative;
    z-index: 99;
}

.left-box>div>p {
    position: absolute;
    top: -40px;
    left: 0;
    width: 70px;
    height: 304px;
    padding-top: 48px;
    text-align: center;
    padding-left: 10px;
    background-image: linear-gradient(0deg,
            #f9c4a2 0%,
            #ffd9c0 100%);
    display: inline-block;
    font-size: 18px;
    letter-spacing: 14px;
    color: #333333;
    box-sizing: border-box;
}

.left-box>div>p>i {
    display: block;
}

.left-box>div>p>i::after {
    display: block;
    content: "/";
    margin-left: -10px;
    margin-top: -5px;
    margin-bottom: 8px;
    transform: rotate(-75deg);
}

.left-box>div>p>i:last-child:after {
    content: "";
}

.left-box>div>i {
    display: inline-block;
    margin: 74px 0 0 169px;
    text-align: center;
    font-size: 14px;
    color: #444444;
}

.left-box>div>i img {
    width: 154px;
    height: 104px;
    padding: 10px;
    display: block;
    background-color: #fff0e5;
    object-fit: cover;
    margin-bottom: 13px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.left-box>div>i img:hover {
    transform: scale(1.2);
}

.left-box>div>a {
    display: inline-block;
    margin: 0 0 0 150px;
    /* transform: translateY(-80px); */
}

.left-box>div>a:hover {
    margin-left: 145px;
}

.about-con .right-box {
    width: 611px;
    height: 746px;
    position: relative;
    box-sizing: border-box;
}

.about-con .right-box::after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 930px;
    height: 266px;
    background-color:#fddbb0;
}

.about-con .right-box::before{
    content: "";
    display: inline-block;
    position: absolute;
    right: -225px;
    top: 169px;
    z-index: 9;
    width: 46px;
    height: 501px;
}

.about-con .right-box>img {
    position: relative;
    left: 0;
    top: 0;
    width: 930px;
	height: 480px;
    object-fit: cover;
}

.about-con .right-box>p:nth-child(2) {
    font-size: 22px;
    color: #d40000;
	font-weight:bold;
    margin:35px 0 10px 48px;
}

.about-con .right-box>p:nth-child(3) {
    margin-left: 48px;
    width: 561px;
    font-size: 17px;
    line-height: 30px;
	text-align:justify;
    color: #864d3c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}


/* env-box */
.env-box {
    padding: 80px 0 45px;
    overflow: hidden;
}

.slide-env .hd ul {
    text-align: center;
}

.slide-env .hd ul li {
    width: 124px;
    height: 124px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    background: url(../images/hi2.png) no-repeat center;
    background-size: cover;
    position: relative;
    margin-right: 74px;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
}

.slide-env .hd ul li:last-child {
    margin-right: 0;
}
.slide-env .hd ul li {
	color:#d40000;
}

.slide-env .hd ul li span{
    display: block;
	font-size:22px;
	margin: 31px auto 15px;
}


.slide-env .hd ul li img {
    display: block;
    margin: 28px auto 15px;
}

.slide-env .hd ul li::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -50px;
    top: 62px;
    width: 28px;
    height: 1px;
    background-color: #dbb8a2;
}

.slide-env .hd ul li:last-child:after {
    width: 0;
}

.slide-env .hd ul li.on {
    background: url(../images/hi1.png) no-repeat center;
    background-size: cover;
	color:#fff;
}

.slide-env .hd {
    margin: 32px 0;
}

.env-bd .bd ul {
    height: 900px;
}

.env-bd .bd ul li {
    display: inline-block;
    margin-bottom: 44px;
    margin-right: 35px;
}

.env-bd .bd ul li:nth-child(3n+3) {
    margin-right: 0;
}

.env-bd .bd ul li a {
    display: block;
    width: 400px;
	overflow: hidden;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}
.env-bd .bd ul li a:hover .pic {
    transform: scale(1.1);
}
.env-bd .bd ul li a img {
    width: 400px;
    height: 300px;
    object-fit: cover;
	transition: all .5s ease;
}

.env-bd .bd ul li a span {
    display: block;
    width: 400px;
    height: 106px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 36px 24px 0;
    position: relative;
}

.env-bd .bd ul li a span::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 35px;
    width: 76px;
    height: 34px;
    background: url(../images/hmo.png) no-repeat center;
    background-size: cover;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
}

.env-bd .bd ul li:hover a span::before {
    right: 28px;
}

.env-bd .bd ul li a span::after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 24px;
    width: 20px;
    height: 4px;
    background-color: #4a4a4a;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
}

.env-bd .bd ul li:hover a span::after {
    background-color: #ffd9c0;
    left: 30px;
}

.env-bd .bd ul li a .tit {
    display: inline-block;
    max-width: 50%;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.env-bd .bd ul li a .wb {
    font-size: 12px;
    color: #a3a3a3;
    display: inline-block;
    margin-left: 10px;
    transform: translateY(-5px);
}



/* form */
.form-box {
    overflow: hidden;
}

.form-con {
    position: relative;
}

.form-con::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 602px;
    height: 316px;
    bottom: 0;
    left: -320px;
    z-index: -2;
    background: url(../images/img1.jpg) no-repeat center;
    background-size: cover;
}

.form-tit {
    width: 1055px;
    margin-left: auto;
    margin-top: 23px;
}

.form-tit>.tit {
    margin-left: 106px;
}

.form-tit>.tit i {
    display: block;
    font-size: 16px;
    line-height: 34px;
    color: #595959;
}

.form-tit>.tit i:nth-child(1) {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    position: relative;
}

.form-tit>.tit i:nth-child(1)::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 15px;
    left: -136px;
    width: 120px;
    height: 1px;
    background-color: #383838;
}

.form-tit>.phone {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.form-tit>.phone>span {
    font-size: 14px;
    color: #333333;
}

.form-tit>.phone img {
    margin-right: 18px;
}

.form-tit>.phone i {
    display: block;
    font-family: Times New Roman;
    font-size: 32px;
    font-weight: bold;
    line-height: 35px;
    color: #cd936e;
}



/* form */
.form {
    margin-top: 40px;
    width: 1055px;
    box-sizing: border-box;
    margin-left: auto;
    position: relative;
    padding: 23px 60px 42px 78px;
}

.form::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 19px;
    width: 1376px;
    height: 173px;
    background-image: linear-gradient(0deg,
            #f9c4a2 0%,
            #ffd9c0 100%);
    z-index: -1;
}

.form::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1376px;
    height: 20px;
    background-color: #cfa080;
    z-index: -1;
}


.form input {
    font-size: 14px;
    color: #808080;
    background: transparent;
}

.form div:nth-child(1),
.form div:nth-child(2),
.form label {
    width: 273px;
    height: 52px;
    background-color: #ffffff;
    line-height: 52px;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 44px;
}

.form div:nth-child(1) {
    margin-left: 0;
}

.form div img {
    margin: 0 12px 0 12px;
}

.form label input {
    width: 48%;
    margin: 0 0 0 29px;
    font-size: 14px;
    color: #adadad;
}

.form label .imgCode {
    float: right;
    width: 79px;
    height: 28px;
    margin: 10px;
    object-fit: cover;
}


.form div:nth-child(4) {
    width: 595px;
    height: 52px;
    background-color: #ffffff;
    line-height: 52px;
    box-sizing: border-box;
    margin-top: 24px;
    margin-right: 44px;
    display: inline-block;
}

.form div:nth-child(4) img {
    margin-right: 6px;
}

.form button {
    cursor: pointer;
    width: 273px;
    height: 52px;
    background-color: #383838;
    font-size: 14px;
    display: inline-block;
    color: #ffffff;
}

.form input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 14px;
    color: #adadad;
}

.form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
    color: #adadad;
}

.form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 14px;
    color: #adadad;
}

.form input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 14px;
    color: #adadad;
}

