.content-swiper-item {
    flex: 1;
}

.contents-item .text {
    margin: .208333rem .208333rem 0 .208333rem;
}

.contents-item .image-1 {
    margin-top: .208333rem;
    border-radius: .118056rem;
    overflow: hidden;
    border: 1px solid #E5E5E5;
}

.contents-item .button {
    padding: 0.5em 1em;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    margin-top: .208333rem;
    line-height: .381944rem;
}

.image-2>.box:nth-child(2n+1) {
    background: #F8F8F8;
}

.image-3>.box {
    margin: 0 .069444rem;
    background: #F8F8F8;
}

.image-3>.box1 {
    width: 100%;
    margin: 0 .069444rem;
    align-items: flex-start;
    font-size: 16px;
    color: #333;
    padding-right: 25px!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
 
.image-4>.box {
    background: #F8F8F8;
}

.image-2-itme {
    /* 圆形图片 */
    width: 17em;
    height: 17em;
    overflow: hidden;
    border-radius: 50%;
    border: .5em solid #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

.image-4-itme {
    height: 100%;
    overflow: hidden;
}

.link {
    width: 1.2em;
    height: 1.2em;
}

.bottomLink {
    color: #333
}

.bottomLink-text {
    margin-right: 50px;
}

.linksv a {
    margin-right: 100px;
	float: left;
	display:block;
	font-size: .104167rem !important;
}

.image-4-text {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 5%;
}


/* ourForm */

.form-content {
    flex: 2;
    background: url("/style/images/index (3).png") no-repeat;
    background-size: 100% 100%;
}

.formtextCenter {
    background-color: #231f1b;
    flex: 1;
}

.form-icons {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.form-icon {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.form-content-icon {
    width: 10%;
    margin-right: .208333rem;
}

.form-icon-img {
    width: 5.5em;
    height: 5.5em;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-bottom: 8px;
}

.form-list-item {
    padding: 8px;
    border: 1px solid gray;
    background-color: #000;
    text-align: left;
    display: flex;
    border-radius: 3px;
}

.form-list-item>input,
.form-list-item>textarea {
    background: transparent;
}

.form-btn {
    padding: .055556rem;
    background: #DD4E00;
}

.image-4-li {
    background: #000;
    cursor: pointer;
    opacity: .9;
}

.image-4-li:hover {
    opacity: 1;
}


/* 轮播图 */

.swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-image-ul {
    display: flex;
    position: relative;
}

.swiper-image-li {
    flex: 1;
}

.swiper-handle-ul {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-handle-li {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 4em;
    opacity: .5;
    cursor: pointer;
}

.left {
    left: 2%;
}

.right {
    right: 2%;
}

.swiper-dot-ul {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: space-between;
}

.swiper-dot-li {
    width: 1em;
    height: 1em;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: .8em;
}

.active-dot {
    background: #fff;
}

.contentImage-swiper-handle-li {
    width: .7em;
    height: .7em;
    border-radius: 50%;
}

.left {
    background: #CCCCCC url("/style/images/btn-lefts.png") no-repeat;
    background-size: 80%;
    background-position: center;
}

.right {
    background: #CCCCCC url("/style/images/btn-rights.png") no-repeat;
    background-size: 90%;
    background-position: center;
}

.left:hover {
    background: #999999 url("/style/images/btn-lefts.png") no-repeat;
    background-size: 80%;
    background-position: center;
}

.right:hover {
    background: #999999 url("/style/images/btn-rights.png") no-repeat;
    background-size: 90%;
    background-position: center;
}

#topImage-left {
    background-color: transparent;
}

#topImage-right {
    background-color: transparent;
}
 

