@import 'public.css';

/* banner */
main > #banner > .swiper-container {
    height: 680px;
}
.swiper-button-prev , .swiper-button-next {
    display: none;
}
main > #banner > .swiper-container:hover .swiper-button-prev , main > #banner > .swiper-container:hover .swiper-button-next{
    display: block;
}
main > #banner > .swiper-container > .swiper-wrapper > .swiper-slide {
	height: 680px;
}
/* banner */
/* 优势 */
main > section#you {
	height: 110px;
	background-color: #eeeeee;
}
main > section#you > .you {
	margin: 0 auto;
	width: 1200px;
	display: flex;
	justify-content: space-between;
}
main > section#you > .you > div {
	height: 110px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	cursor: pointer;
}
main > section#you > .you > div > span {
	display: flex;
	justify-content: center;
	align-items: center;
}
main > section#you > .you > div > span > span.left {
	width: 60px;
	height: 60px;
	margin-right: 15px;
}
main > section#you > .you > div > span > span.left > img {
    width: 100%;
    height: 100%;
}
main > section#you > .you > div > span > span.right {
	flex: 1;
	display: flex;
	flex-direction: column;
}
main > section#you > .you > div > span > span.right > span:first-of-type {
	font-size: 18px;
	color: #171717;
}
main > section#you > .you > div > span > span.right > span:last-of-type {
	font-size: 12px;
	color: #666666;
}
/* main > section#you > .you > div:hover {
	background-color: #CE0000;
	color: #f2f2f2;
}
main > section#you > .you > div:hover span > span.right > span {
	color: #f2f2f2;
} */
/* 优势 */

/* 2000个实景案例 */
main > section#vr-exam {
	height: 890px;
	background-color: #434343;
	display: flex;
	flex-direction: column;
	padding: 50px 0 30px 0;
	box-sizing: border-box;
}
main > section#vr-exam > span.title {
    font-size: 40px;
    color: #f2f2f2;
    text-align: center;
}
main > section#vr-exam > .cent {
    margin: 45px 0 35px 0;
    height: 575px;
	width: 100vw;
}
main > section#vr-exam > .cent > #exam-swiper1 {
	height: 570px;
}
main > section#vr-exam > .cent > #exam-swiper1 > .swiper-wrapper > .swiper-slide > .gray {
	display: flex;
	width: 35%;
	height: 65%;
	margin-left: 65%;
	margin-top: 10%;
	flex-direction: column;
	background: rgba(255, 255, 255, .9);
	padding: 2% 4% 2% 4%;
	box-sizing: border-box;
}

main > section#vr-exam > .cent > .swiper-container > .swiper-wrapper > .swiper-slide > div > span:first-of-type {
    font-size: 45px;
    font-weight: bold;
    color: #222222;
}
main > section#vr-exam > .cent > .swiper-container > .swiper-wrapper > .swiper-slide > div > span:last-of-type {
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
}
main > section#vr-exam > .cent > .swiper-container > .swiper-wrapper > .swiper-slide > div > div {
    display: flex;
    margin-top: 5%;
    justify-content: space-evenly;
}
main > section#vr-exam > .cent > .swiper-container > .swiper-wrapper > .swiper-slide > div > div > a {
    width: 45%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: #212121;
    color: #d2d2d2;
    font-size: 16px;
}






main > section#vr-exam > .down {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}
main > section#vr-exam > .down > .left {
	font-size: 22px;
	color: #f2f2f2;
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #999;
}
main > section#vr-exam > .down > .right {
	flex: 1;
	margin-left: 30px;
	display: flex;
	flex-wrap: wrap;
}
main > section#vr-exam > .down > .right > a {
	padding: 10px 45px;
	margin: 0 15px;
	color: #f2f2f2;
}
main > section#vr-exam > .down > .right > a:hover {
	background-color: #CE0000;
}
/* 2000个实景案例 */

/* 服务特色 */
main > section#tese {
    padding: 30px 0;
    background: url(../images/bg.jpg);
}
main > section#tese > .tese {
    width: 1200px;
    margin: 0 auto;
}
main > section#tese > .tese > .title {
    display: flex;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
}
main > section#tese > .tese > .cent {
    display: flex;
    height: 235px;
    margin: 40px 0 15px 0;
}
main > section#tese > .tese > .cent > .left {
    width: 270px;
    background-color: #ce0000;
    color: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 30px;
    box-sizing: border-box;
}
main > section#tese > .tese > .cent > .left > span:first-of-type {
    font-size: 27px;
}
main > section#tese > .tese > .cent > .left > span:nth-child(2) {
    font-size: 25px;
}
main > section#tese > .tese > .cent > .left > span:last-of-type {
    font-size:40px;
    font-weight: bold;
}
main > section#tese > .tese > .cent > .right {
    height: 235px;
    flex: 1;
    overflow: hidden;
}
main > section#tese > .tese > .cent > .right > .swiper-container > .swiper-wrapper > .swiper-slide {
    width:auto;
    border: 1px solid #ccc;
    height: 235px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 0;
}
main > section#tese > .tese > .cent > .right > .swiper-container > .swiper-wrapper > .swiper-slide > img {
    width: 40px;
    height: 45px;
    margin-bottom: 10px;
}
main > section#tese > .tese > .cent > .right > .swiper-container > .swiper-wrapper > .swiper-slide > span:first-of-type {
    font-size: 18px;
    color: #2e2e2e;
    margin-bottom: 5px;
}
main > section#tese > .tese > .cent > .right > .swiper-container > .swiper-wrapper > .swiper-slide > span.two2 {
    font-size: 15px;
    color: #2e2e2e;
    margin-bottom: 15px;
}
main > section#tese > .tese > .cent > .right > .swiper-container > .swiper-wrapper > .swiper-slide > span:last-of-type {
    font-size: 14px;
    color: #a7a7a7;
    width: 80%;
    text-align: center;
}
main > section#tese > .tese > .cent > .right > .swiper-container > .swiper-wrapper > .swiper-slide:hover {
    cursor: pointer;
}
main > section#tese > .tese > .cent > .right > .swiper-container > .swiper-wrapper > .swiper-slide:hover span:first-of-type {
    color: #ce0000;
}
main > section#tese > .tese > .cent > .right > .swiper-container > .swiper-wrapper > .swiper-slide:hover span.two2 {
    color: #ce0000;
}
main > section#tese > .tese > .cent > .right > .swiper-container > .swiper-wrapper > .swiper-slide img.two {
    display: none;
}
main > section#tese > .tese > .cent > .right > .swiper-container > .swiper-wrapper > .swiper-slide img.one {
    display: block;
}
main > section#tese > .tese > .cent > .right > .swiper-container > .swiper-wrapper > .swiper-slide:hover img.two {
    display: block;
}
main > section#tese > .tese > .cent > .right > .swiper-container > .swiper-wrapper > .swiper-slide:hover img.one {
    display: none;
}
main > section#tese > .tese > .cent > .right > .swiper-container > .swiper-slider2-prev {
    width: 30px;
    height: 30px;
    position: relative;
    bottom: 130px;
    float: left;
    z-index: 999;
}
main > section#tese > .tese > .cent > .right > .swiper-container > .swiper-slider2-prev > .two {
	display: none;
}
main > section#tese > .tese > .cent > .right > .swiper-container > .swiper-slider2-prev:hover {
	cursor: pointer;
}
main > section#tese > .tese > .cent > .right > .swiper-container > .swiper-slider2-prev:hover > .two {
	display: block;
}
main > section#tese > .tese > .cent > .right > .swiper-container > .swiper-slider2-prev:hover > .one {
	display: none;
}
main > section#tese > .tese > .cent > .right > .swiper-container > .swiper-slider2-next {
    width: 30px;
    height: 30px;
    position: relative;
    bottom: 130px;
    float: right;
    z-index: 999;
}
main > section#tese > .tese > .cent > .right > .swiper-container > .swiper-slider2-next > .two {
	display: none;
}
main > section#tese > .tese > .cent > .right > .swiper-container > .swiper-slider2-next:hover {
	cursor: pointer;
}
main > section#tese > .tese > .cent > .right > .swiper-container > .swiper-slider2-next:hover > .two {
	display: block;
}
main > section#tese > .tese > .cent > .right > .swiper-container > .swiper-slider2-next:hover > .one {
	display: none;
}
main > section#tese > .tese > .down {
    background: url(../images/tese.jpg) no-repeat;
    background-size: 100%;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:40px;
    font-weight: bold;
    color: #f2f2f2;
}
main > section#tese > .tese > .cent > .right > .swiper-container > .swiper-wrapper > .swiper-slide {
    
    position: relative;

}
main > section#tese > .tese > .cent > .right > .swiper-container > .swiper-wrapper > .swiper-slide .info {
    position: absolute;
    left: 0;
    top: 101%;
    color: #ffffff;
    /*background-color: rgba(0,0,0,.4);*/
    background: #434343;
    transition: top ease 400ms;
    padding: 15px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 25px;
    height: 100%;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
main > section#tese > .tese > .cent > .right > .swiper-container > .swiper-wrapper > .swiper-slide:hover .info {
    top: 0;
}
/* 服务特色 */

/* VR全景展示 */
main > section#vr {
    background: url(../images/bg.jpg);
}
main > section#vr > .vr {
    /* width: 1200px; */
    /* margin: 0 auto; */
}
main > section#vr > .vr > .title {
    display: flex;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
}
main > section#vr > .vr > .cent {
    margin-top: 50px;
}
main > section#vr > .vr > .cent > #vr_show  {
    height: 620px;
}
main > section#vr > .vr > .cent > #vr_show > .swiper-wrapper > .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
main > section#vr > .vr > .cent > #vr_show > .swiper-vr-prev {
    z-index: 999;
    width: 17%;
    height: 620px;
    background: rgba(0, 0, 0, .8);
    position: relative;
    /* top: 0; */
    bottom: 620px;
    float: left;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #d2d2d2;
    padding-right: 30px;
    font-size: 60px;
    cursor: pointer;
}
main > section#vr > .vr > .cent > #vr_show > .swiper-vr-next {
    z-index: 999;
    width: 17%;
    height: 620px;
    background: rgba(0, 0, 0, .8);
    position: relative;
    /* top: 0; */
    bottom: 620px;
    float: right;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #d2d2d2;
    padding-left: 30px;
    font-size: 60px;
    cursor: pointer;
}
/* VR全景展示 */

/* 设计师团队 */
main > section#design {
	padding: 35px 0;
	box-sizing: border-box;
	background: url(../images/bg.jpg);
}
main > section#design > .design {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	width: 1300px;
}
main > section#design > .design > .title {
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-bottom: 25px;
}
main > section#design > .design > .title > span:first-of-type {
	font-size: 30px;
	color: #5d5d5d;
}
main > section#design > .design > .title > span:nth-child(2) {
	color: #333333;
	font-size: 35px;
}
main > section#design > .design > .title > span:nth-child(2) > span {
	color: #ce0000;
}
main > section#design > .design > .title > span:last-of-type {
	color: #4c4b4b;
	font-size: 16px;
}
main > section#design > .design > .cent {
	display: flex;
	justify-content: space-between;
}
main > section#design > .design > .cent > .left {
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 395px;
}
main > section#design > .design > .cent > .left > .img {
	width: 40px;
	height: 40px;
	background: #ababab;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	cursor: pointer;
}
main > section#design > .design > .cent > .left > .img > img {
	width: 25px;
}
main > section#design > .design > .cent > .right {
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 395px;
}
main > section#design > .design > .cent > .right > .img {
	width: 40px;
	height: 40px;
	background: #ababab;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	cursor: pointer;
}
main > section#design > .design > .cent > .right > .img > img {
	width: 25px;
}
main > section#design > .design > .cent > .left > .img:hover,main > section#design > .design > .cent > .right > .img:hover {
	background-color: #CE0000;
}
main > section#design > .design > .cent > .tempWrap > .cent {
	display: flex;
	padding: 0 15px;
	box-sizing: border-box;
	flex: 1;
	justify-content: space-between;
	/* height: 395px; */
	overflow: hidden;
}
main > section#design > .design > .cent > .tempWrap > .cent > a {
	display: flex;
	flex-direction: column;
	cursor: pointer;
	/* width: 24%; */
	margin: 0 5px;
	overflow: hidden;
}
main > section#design > .design > .cent > .tempWrap > .cent > a > .one {
	background: url(../images/design-bg.png) no-repeat center center;
	height: 75px;
	background-size: cover;
	/* position: relative;
	bottom: 70px; */
	display: flex;
	align-items: center;
	color: #f2f2f2;
	padding: 10px 15px 0 15px;
	box-sizing: border-box;
	margin-top: -75px;
}
main > section#design > .design > .cent > .tempWrap > .cent > a > .one > span:first-of-type {
	color: #a58f62;
	font-size: 16px;
}
main > section#design > .design > .cent > .tempWrap > .cent > a > .one > span:last-of-type {
	font-size: 16px;
}
main > section#design > .design > .cent > .tempWrap > .cent > a > .two {
	display: none;
	flex-direction: column;
	padding: 15px;
	box-sizing: border-box;
	font-size: 16px;
	color: #f2f2f2; 
	transition:all 0.8s linear 0s;
}
main > section#design > .design > .cent > .tempWrap > .cent > a > .two > span:first-of-type {
	display: flex;
}
main > section#design > .design > .cent > .tempWrap > .cent > a > .two > span:first-of-type > span:first-of-type {
	color: #a58f62;
	font-size: 16px;
}
main > section#design > .design > .cent > .tempWrap > .cent > a > .two > span:first-of-type > span:last-of-type {
	font-size: 16px;
}
main > section#design > .design > .cent > .tempWrap > .cent > a > .two > span:nth-child(2) {
	
}
main > section#design > .design > .cent > .tempWrap > .cent > a:hover .one {
	display: none;
}
main > section#design > .design > a {
	height: 45px;
	width: 180px;
	background-color: #ce0000;
	color: #f2f2f2;
	text-align: center;
	line-height: 45px;
	margin: 50px auto 0 auto;
}
main > section#design > .design > .cent > .tempWrap > .cent > a:hover .two {
	margin-top: -102px;
	display: block;
}
/* 设计师团队 */

/* 广告一 */
main > section#ad1 {
	background: url(../images/bg.jpg);
}
main > section#ad1 > .ad1 {
	display: flex;
	flex-direction: column;
	width: 1200px;
	margin: 0 auto;
}
main > section#ad1 > .ad1 > .title {
	display: flex;
	flex-direction: column;
	align-items: center;
}
main > section#ad1 > .ad1 > .title > span:first-of-type {
	font-size: 35px;
	color: #222222;
}
main > section#ad1 > .ad1 > .title > span:first-of-type > span {
	color: #CE0000;
}
main > section#ad1 > .ad1 > .title > span:last-of-type {
	font-size: 16px;
	color: #5d5d5d;
}
main > section#ad1 > .ad1 > .cent {
	margin-top: 20px;
	background: url(../images/ad1-bg.jpg) no-repeat center;
	height: 160px;
	display: flex;
	justify-content: space-between;
	padding: 30px 5px;
}
main > section#ad1 > .ad1 > .cent > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100px;
	cursor: pointer;
}
main > section#ad1 > .ad1 > .cent > div > .img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #434343;
	display: flex;
	justify-content: center;
	align-items: center;
}
main > section#ad1 > .ad1 > .cent > div:hover .img {
	background-color: #CE0000;
}
main > section#ad1 > .ad1 > .cent > div:hover span {
	color: #CE0000;
}
main > section#ad1 > .ad1 > .cent > div > span {
	margin: 15px 0;
	color: #222222;
	font-size: 16px;
	text-align: center;
}
/* 广告一 */

/* 广告二 */
main > section#ad2 {
    background: url(../images/ad-22.jpg) no-repeat center center;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    font-size: 300%;
    letter-spacing: 5px;
    font-weight: bold;
}
main > section#ad2 > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90%;
}
main > section#ad2 > span {
    flex: 1;
    font-size: 16px;
    margin-bottom: 15px;
}
/* 广告二 */

/* 管理体系 */
main > section#tixi {
    padding: 45px 0 55px 0;
    box-sizing: border-box;
    background: url(../images/bg.jpg);
}
main > section#tixi > .tixi {
    display: flex;
    flex-direction: column;
}
main > section#tixi > .tixi > .title {
    text-align: center;
    display: flex;
    flex-direction: column;
}
main > section#tixi > .tixi > .title > span:first-of-type {
    font-size: 30px;
}
main > section#tixi > .tixi > .title > span:nth-child(2) {
    font-size: 16px;
    color: #747474;
    letter-spacing: 5px;
    margin-top: 15px;
    margin-bottom: 10px;
}
main > section#tixi > .tixi > .title > span:last-of-type {
    width: 330px;
    height: 1px;
    background-color: #b5b5b5;
    margin: 0 auto;
}
main > section#tixi > .tixi > .cent {
    margin: 35px auto 0 auto;
    width: 1200px;
    display: flex;
    justify-content: space-evenly;
}
main > section#tixi > .tixi > .cent > div {
    display: flex;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
}
main > section#tixi > .tixi > .cent > div > img {
    width: 70px;
    margin: 0 auto;
}
main > section#tixi > .tixi > .cent > div > span:first-of-type {
    font-size: 18px;
    color: #404040;
    margin-top: 10px;
    margin-bottom: 5px;
}
main > section#tixi > .tixi > .cent > div > span:last-of-type {
    font-size: 13px;
    color: #9c9c9c;
}
main > section#tixi > .tixi > .cent > div > img.two{
    display: none;
}
main > section#tixi > .tixi > .cent > div:hover img.one{
    display: none;
}
main > section#tixi > .tixi > .cent > div:hover img.two{
    display: block;
}
/* 管理体系 */

/* 品牌联盟 */
main > section#lmeng {
    padding-bottom: 70px;
    box-sizing: border-box;
    background: url(../images/bg.jpg);
}
main > section#lmeng > .lmeng {
    display: flex;
    flex-direction: column;
}
main > section#lmeng > .lmeng > .title {
    display: flex;
    flex-direction: column;
    text-align: center;
}
main > section#lmeng > .lmeng > .title > span:first-of-type {
    font-size: 30px;
    color: #333333;
}
main > section#lmeng > .lmeng > .title > span:nth-child(2),main > section#lmeng > .lmeng > .title > span:nth-child(3) {
    font-size: 16px;
    color: #747474;
}
main > section#lmeng > .lmeng > .title > span:nth-child(3) {
    margin-bottom: 35px;
}
main > section#lmeng > .lmeng > .cent {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
main > section#lmeng > .lmeng > .cent > .left {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    outline: none;
}
main > section#lmeng > .lmeng > .cent > .left > .img {
    width: 25px;
    height: 25px;
    background: #ababab;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}
main > section#lmeng > .lmeng > .cent > .left > .img:hover {
    background: #ce0000;
}
main > section#lmeng > .lmeng > .cent > .left > .img > img {
    width: 15px;
}
main > section#lmeng > .lmeng > .cent > .cent {
    text-align: center;
}
section#lmeng > .lmeng > .cent > .cent > .swiper-wrapper > .swiper-slide > a > img {
    width: 130px;
    height: 65px;
}
main > section#lmeng > .lmeng > .cent > .right {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    outline: none;
}
main > section#lmeng > .lmeng > .cent > .right > .img {
    width: 25px;
    height: 25px;
    background: #ababab;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}
main > section#lmeng > .lmeng > .cent > .right > .img:hover {
    background: #ce0000;
}
main > section#lmeng > .lmeng > .cent > .right > .img > img {
    width: 15px;
}
/* 品牌联盟 */

/* news */
main > section#news {
	background: url(../images/bg.jpg);
}
main > section#news > .news {
	margin: 0 auto;
	width: 1200px;
	display: flex;
	justify-content: space-between;
}
main > section#news > .news > div {
	display: flex;
	flex-direction: column;
	width: 32%;
}
main > section#news > .news > div > .title {
	display: flex;
	background-color: #000000;
	color: #f2f2f2;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
}
main > section#news > .news > div:hover .title {
	background-color: #CE0000;
}
main > section#news > .news > div > .title > span {
	width: 90px;
}
main > section#news > .news > div > .title > img {
	flex: 1;
	width: 316px;
	height: 178px;
}
main > section#news > .news > div > .cent {
	margin: 25px 0;
	display: flex;
	flex-direction: column;
}
main > section#news > .news > div > .cent > a {
	color: #272626;
	border-bottom: 1px dashed #d2d2d2;
	padding: 15px 5px;
}
main > section#news > .news > div > .cent > a:hover {
	color: #CE0000;
}
main > section#news > .news > div > .cent > a:last-of-type {
	border-bottom: none;
	margin-bottom: 10px;
}
/* news */