 @charset "utf-8";
html, body { position: relative; height: 100%; padding: 0; margin: 0; overflow: hidden; }
body { font-family: Helvetica Neue, Helvetica, Arial, sans-serif; color: #000; margin: 0; padding: 0; }
.swiper-container { width: 100%; height: 100%; margin-left: auto; margin-right: auto; }
.swiper-slide { font-size: 18px; background: #fff;/* Center slide text vertically */ /*  display: -webkit-box;display: -ms-flexbox;display: -webkit-flex; display: flex; */
-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; z-index: 99; overflow: auto; }

/* 第一屏 */
.screen_one{background: url(../img/home_banner.png); background-size:cover; width:100%; height: 100%;}
.slogan_area{/* height: 1000px;  */width: 1200px;margin: 0 auto; margin-top:12%;}
.slogan{margin: 0px auto; font-size: 46px; color: #FFFFFF;text-align: center;height: 80px; line-height: 100px;}
.slogan2{color: #FFFFFF; text-align: center; height: 80px; line-height: 80px; margin-top: 60px; font-size: 60px;}
.slogan_eng{color: #FFFFFF; text-align: center; height: 60px; line-height: 60px; margin-top: 60px; font-size: 26px;}


/* 律所简介 */
.law_info{margin-top: 12%;}
.law_title{text-align: center; width: 300px; margin: 0 auto}
.law_title_line{width:100%; margin: 1.5% auto; text-align: center;}
.law_title_gray{height: 2px; width: 30%; background-color: #CCCCCC;display: inline-block;}
.law_title_blue{display: inline-block;width: 300px; height: 2px; background-color: #98c1f9;}

.summary{width: 80%; margin: 80px auto;}
.sunmary_left{width: 50%; float: left; position: relative;}
.sunmary_left .pic1{position: absolute;top: -4rem;left: -4rem;width: 100%;height: 100%;}
.sunmary_left .pic2{position: relative;width: 100%; height: 100%;}
.sunmary_right{width: 40%;  float: right;}
.ptitle{font-size: 24px; color: #4D4D4D;}
.content{font-size: 18px; color: #4D4D4D; margin-top: 14px; line-height: 30px;}

/* 业务领域 */
.screen_three{background: url(../img/home_busfibackg.png); background-size:cover; width:100%; height: 100%; }
.business { width: 80%; height: 300px; /* background: #999999; *//*  position: fixed; left: 0; bottom: 0; */ display: -webkit-box; margin:8% 10%;}
.business div { -webkit-box-flex: 1; -webkit-box-sizing: border-box;text-align: center; color: #545454; width: 0; line-height: 450px; }
.business .economic {background: url(../img/home_busfi01.png) no-repeat center 30%; background-size: auto 50%; }
.business .realty {background: url(../img/home_busfi02.png) no-repeat center 30%; background-size: auto 50%;}
.business .npl {background: url(../img/home_busfi03.png) no-repeat center 30%; background-size: auto 50%; }
.business .legal_advice { background: url(../img/home_busfi04.png) no-repeat center 30%; background-size: auto 50%; }

/* 专业团队 */
.team_left{width: 30%;  float: left;}
.team_right{width: 50%; float: right;position: relative;}
.team_right .pic1{position: absolute;top: -4rem;left: -4rem;width: 100%;height: 100%; max-width:776px; }
.team_right .pic2{position: absolute;top: 3rem;left: -7rem;width: 100%; height: 100%; max-width: 350px;}
.team_right .pic3{position: absolute;top: 10rem;right: 10rem;width: 100%; height: 100%; max-width: 230px;}

