/* START */

.main {
    padding: 46px 0;
}
.module {
    padding-bottom: 46px;
}
.explain p {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    width: 80%;
    margin: 0 auto;
}
.explain+.img_box {
    margin-top: 2%;
}

.field .item {
    width: 24%;
    background-color: #f9f9f9;
    border: solid 1px #eeeeee;
    padding: 3% 0;
}
.field .item i {
    display: block;
    width: 30%;
    height: 2px;
    margin: 12% auto;
	background-color: #cea262;
}
.field .item span {
    font-size: 18px;
    color: #666666;
    display: block;
    text-align: center;
}
.field .item span:nth-of-type(2) {
    font-size: 14px;
    color: #bfbfbf;
    margin-top: 5px;
}
.field .item .img_box {
    margin: 0 auto;
    text-align: center;
}



.low_title {
    font-size: 20px;
    text-align: left;
}
.low_title h3 {
    font-size: 1em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #444444;
}
.low_title span {
    font-size: 0.7em;
    color: #d1d1d1;
}
.low_title i {
    display: block;
    width: 2px;
	height: 35px;
    background-color: #cea262;
    margin: 5px 0;
}

.behalf .behalf {
    overflow: visible;
}
.behalf .behalf .img_box {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background: #f4f4f4;
}
.behalf .behalf .img_box img {
    width: 100%;
    /* max-width: none; */
    /* height: 100%; */
    position: absolute;
    top: 50%;
    left: 0;
    
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.behalf .behalf .explain {
    width: 50%;
    background-color: #fff;
	box-shadow: 0px 0px 20px rgba(150,150,150,0.5);;
    box-sizing: border-box;
    padding: 4% 3%;
}
.behalf .behalf p {
    font-size: 16px;
	line-height: 30px;
    color: #666666;
    width: 100%;
    text-align: left;
}



.expert_detail .img_box {
    width: 40%;
    height: 523px;
    overflow: hidden;
}
.expert_detail .explain {
    width: 60%;
    box-sizing: border-box;
    padding-left: 4%;
}
.expert_detail .explain .name {
    font-size: 32px;
	color: #444444;
}
.expert_detail .explain .achieve {
    font-size: 16px;
    line-height: 32px;
    color: #888888;
    margin: 2% 0 4%;
}
.expert_detail .explain p {
    font-size: 16px;
	line-height: 32px;
    color: #888888;
    text-align: left;
    width: 100%;
    padding: 3% 0;
    border: solid 1px #ededed;
    border-left: none;
    border-right: none;
}
.expert_detail .spec {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 5%;
    text-align: center;
}
.expert_detail .spec span {
    display: block;
    font-size: 32px;
	letter-spacing: 2px;
    color: #444444;
    text-align: left;
}
.expert_detail .spec .img_box {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
}
.expert_detail .spec li {
    margin-top: 5%;
}
.expert_detail .spec li:not(:last-child) {
    margin-right: 10%;
}
.expert_detail .spec ul span {
    display: block;
    text-align: center;
    font-size: 16px;
	color: #666666;
    margin-top: 8%;
    width: 100%;
}


.control a {
    box-sizing: border-box;
    padding: 0 3%;
    width: 50%;
    background-color: #f9f9f9;
    height: 140px;
}
.control a:hover {
    color: #fff;
    background: #cea262;
}
.control a:hover span {
    color: #fff;
}
.control a:hover i {
    color: #fff;
}
.control .prev {
    text-align: left;
}
.control .next {
    text-align: right;
}
.control .img_box {
    background: #f9f9f9;
    border-radius: 50%;
    overflow: hidden;
}
.control .prev i {
    -webkit-transform: translateY(2px) rotate(180deg);
    transform: translateY(2px) rotate(180deg);
}
.control span {
    font-size: 22px;
    color: #888888;
    line-height: 24px;
    background: none;
}
.control span i {
    font-size: 26px;
    line-height: 24px;
    color: #cecece;
}
.control span span {
    margin-left: 5%;
}
.control .next span span {
    margin-right: 5%;
}














@media screen and (max-width: 1300px) {
    .explain p {
        width: 100%;
    }
    .behalf .behalf .img_box img {
        width: auto;
        max-width: none;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .field .item img {
        max-width: 80%;
    }
    .control a {
        height: 120px;
    }
    .control img {
        height: 100px;
    }
    .control span {
        font-size: 20px;
    }
    .control span i {
        font-size: 24px;
    }
    .expert_detail .spec span, 
    .expert_detail .explain .name {
        font-size: 30px;
    }
    .expert_detail .center {
        display: block;
    }
    .expert_detail .img_box {
        width: 40%;
        height: auto;
        background: #fff;
        float: left;
        padding-right: 3%;
    }
    
    .expert_detail .center .explain {
        width: 97%;
        padding: 0;
    }
    .expert_detail .explain .achieve {
        margin: 1% 0 2%;
        line-height: 28px;
    }
    .expert_detail .explain p {
        padding: 2%;
        line-height: 28px;
    }
    .expert_detail .explain .spec {
        margin-top: 2%;
    }
    .expert_detail .explain li {
        margin-top: 2%;
        width: 100px;
        display: block;
    }
    .expert_detail .spec li:not(:last-child) {
        margin-right: 2%;
    }
    .expert_detail .explain ul .img_box {
        width: 80px;
        height: 80px;
        margin-left: 10px;
    }
    .expert_detail .spec ul span {
        display: block;
        text-align: center;
        font-size: 16px;
        color: #666666;
        margin-top: 8%;
        width: 100%;
    }
    
}

@media screen and (max-width: 992px) {
    .main{
        margin: 40px 0;
    }
    .module{
        padding-bottom: 40px;
    }
    .behalf .behalf .swiper-slide {
        display: block;
    }
    .behalf .behalf .img_box {
        width: 100%;
        position: relative;
    }
    .behalf .behalf .img_box img {
        width: 100%;
        position: relative;
    }
    .behalf .behalf .explain {
        width: 100%;
    }
    .field .item img {
        max-width: 70%;
    }
    .control a {
        height: 100px;
    }
    .control img {
        height: 80px;
    }
    .control span {
        font-size: 18px;
    }
    .control span i {
        font-size: 22px;
    }
    .expert_detail .explain .name,
    .expert_detail .spec span {
        font-size: 26px;
    }

}

@media screen and (max-width: 768px) {
    .field .item img {
        max-width: 55%;
    }
    .field .item span {
        font-size: 16px;
    }
    .field .item span:nth-of-type(2) {
        display: none;
    }
    .control a {
        height: 40px;
    }
    .control img {
        display: none;
    }
    .control span {
        font-size: 16px;
    }
    .control span i {
        font-size: 20px;
    }
    .expert_detail .explain .name,
    .expert_detail .spec span {
        font-size: 22px;
    }

}

@media screen and (max-width: 480px) {
    .field .item {
        width: 49%;
        margin-bottom: 1%;
    }
    .field .item img {
        max-width: 50%;
    }
    .control a {
        height: 32px;
    }
    .expert_detail .explain .name,
    .expert_detail .spec span {
        font-size: 18px;
    }
    .expert_detail .explain ul li {
        width: 80px;
        
    }
    .expert_detail .explain ul .img_box {
        width: 60px;
        height: 60px;
    }
    
}
