@import url(global.css);


.banner {
    position: relative;
    overflow: hidden;
}

.banner .btn-prev, .banner .btn-next, .team_list .btn-prev, .team_list .btn-next {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 100px;
    margin: -50px 0 0 640px;
    background: url(../images/banner_next.png) no-repeat center;
    z-index: 1;
    outline: none;
    cursor: pointer;
}

.banner .btn-prev, .team_list .btn-prev {
    left: auto;
    right: 50%;
    margin-right: 640px;
    background-image: url(../images/banner_prev.png);
}

.banner .tab {
    position: absolute;
    bottom: 95px;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.banner .tab .tab-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    border: 1px solid white;
    border-radius: 4px;
}

.banner .tab .tab-bullet-active {
    background-color: #fff;
}

.banner .swiper-slide {
    width: 100%;
    height: 710px;
    display: block
}





.home .retread ul li {
    position: relative;
    float: left;
    width: 25%;
}

.home .retread ul li img {
    width: 100%;
}

.home .retread ul li .text {
    position: absolute;
    top: 45.5%;
    right: 15%;
    left: 15%;
    bottom: 0;
    text-align: center;
}

.home .retread ul li .text span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    color: #00c69a;
}

.home .retread ul li .text p {
    padding-top: 15px;
    font-size: 16px;
    font-family: 'Microsoft Yahei Light';
    font-weight: bold;
    line-height: 30px;
    color: #fff;
}

.home .space .swiper-slide {
    height: 720px;
    background: #333 url(../images/home_space_1.jpg) no-repeat center;
}

.home .space .swiper-slide.item-2 {
    background-image: url(../images/home_space_2.jpg);
}

.home .space .swiper-slide.item-3 {
    background-image: url(../images/home_space_3.jpg);
}

.home .space .swiper-slide.item-4 {
    background-image: url(../images/home_space_4.jpg);
}

.home .space .swiper-slide a{
    display: block;
    position: absolute;
    right: 50%;
    bottom: 60px;
    width: 210px;
    height: 50px;
    margin-right: 293px;
}

.home .space .swiper-slide.item-1 a{
    margin-right: 243px;
}

.home .space .tab {
    position: absolute;
    bottom: 56px;
    left: 50%;
    margin-left: 410px;
    z-index: 2;
}

.home .space .tab .tab-bullet {
    display: block;
    float: left;
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 1px;
    cursor: pointer;
}

.home .space .tab .tab-bullet-active {
    background-color: #00c69a;
}

.home .space .tab .tab-bullet:not(:first-child) {
    margin-left: 10px;
}

.home .upgrade ul li {
    position: relative;
    float: left;
    width: 380px;
    margin-right: 30px;
    margin: 0 30px 30px 0;
}

.home .upgrade {
    background: url(../images/home_upgrade_bg.jpg) no-repeat center;
}

.home .upgrade ul li:nth-child(3n) {
    margin-right: 0;
}

.home .upgrade ul li .text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 88px;
    padding-top: 10px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
}

.home .upgrade ul li .text span {
    display: block;
    font-size: 24px;
    line-height: 40px;
    font-family: 'Microsoft Yahei Light';
    font-weight: bold;
}

.home .upgrade ul li .text p {
    font-size: 16px;
}

.home .upgrade .call {
    padding: 0 0 50px;
    text-align: center;
}

.home .upgrade .call p {
    font-size: 20px;
    line-height: 50px;
    color: #666;
}

.home .upgrade .call span {
    display: inline-block;
    margin-top: 5px;
    padding-left: 18px;
    line-height: 40px;
    border: 1px solid #00c69a;
}

.home .upgrade .call span b {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    vertical-align: top;
}

.home .upgrade .call span a {
    display: inline-block;
    width: 120px;
    margin-left: 16px;
    background-color: #00c69a;
    color: #fff;
    vertical-align: top;
}

.home .team {
        height: 800px;
    background: #333 url(../images/home_team_bg.jpg) no-repeat center;
}

.home .team .label strong {
    color: #fff;
    background-image: unset;
}

.home .team .swiper-slide {
    width: 650px;
    padding: 20px;
    background-color: #fff;
    opacity: .3;
}

.home .team .swiper-slide-active {
    opacity: 1;
}

.home .team .thumb {
    width: 322px;
    height: 430px;
}

.home .team .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home .team dl {
    width: 288px;
    padding-left: 20px;
}

.home .team dl dt b {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    line-height: 65px;
}

.home .team dl dt b i {
    display: inline-block;
    margin-left: 20px;
    color: #00c69a;
    vertical-align: top;
    text-transform: uppercase;
}

.home .team dl dt .nums {
    margin-top: 20px;
}

.home .team dl dt .nums span {
    font-size: 28px;
    line-height: 28px;
    margin: 0 5px 0 20px;
    vertical-align: bottom
}

.home .team dl dd {
    margin-bottom: 12px;
    line-height: 28px;
}

.home .team dl dd span {
    float: left;
    width: 70px;
    color: #666;
}

.home .team dl dd p {
    float: left;
    width: 182px;
}

.home .team dl dd p a {
    margin-right: 8px;
    text-decoration: underline !important;
}

.home .team .btns {
    position: absolute;
    bottom: 40px;
    left: 342px;
}

.home .team .btns a {
    float: left;
    display: block;
    width: 245px;
    height: 80px;
}

.home .team .btns a:first-child {
	line-height: 40px;
    padding: 20px;
    background: #00c69a url(../images/icon_gt.png) no-repeat 90% center;
    color: #fff;
    font-size: 16px;
	padding-left: 101px;
}

.home .team .btns a:first-child span {
    display: block;
}

.home .team .btns a:first-child small {
    font-size: 12px;
}

.home .team .btns a:nth-child(2) {
    line-height: 80px;
    font-size: 16px;
    background: #333 url(../images/icon_design.png) no-repeat 50px center;
    text-indent: 80px;
    color: #fff;
}

.home .team .btns a:last-child {
background: #ddd url(../images/icon_chat.png) no-repeat 65px center;
    font-size: 16px;
    line-height: 80px;
    text-indent: 108px;
    color: #000;
}

.home .team .swiper-button-next, .team .swiper-button-prev {
    width: 44px;
    height: 44px;
    background-size: cover;
    outline: none;
}

.home .team .swiper-button-next {
    background-image: url(../images/team_right_btn.png);
    left: 50%;
    margin-left: 500px;
}

.home .team .swiper-button-prev {
    background-image: url(../images/team_left_btn.png);
    right: 50%;
    left: auto;
    margin-right: 500px;
}

.home .advantage {
    padding-bottom: 60px;
}

.home .advantage .swiper-slide {
    width: 100%;
    height: 600px;
    padding: 100px;
    background: no-repeat center / cover;
}

.home .advantage .swiper-slide.item-1{
    background-image: url(../images/home_advantage_1.jpg);
}

.home .advantage .swiper-slide.item-2{
    background-image: url(../images/home_advantage_2.jpg);
}

.home .advantage .swiper-slide.item-3{
    background-image: url(../images/home_advantage_3.jpg);
}

.home .advantage .swiper-slide.item-4{
    background-image: url(../images/home_advantage_4.jpg);
}

.home .advantage .slogan {
    line-height: 110px;
}

.home .advantage .slogan i {
    display: inline-block;
    font-size: 140px;
    line-height: 110px;
    color: #00c69a;
    vertical-align: top;
}

.home .advantage .slogan i::after {
    content: '\0020';
    display: inline-block;
    height: 105px;
    margin-left: 15px;
    border-right: 2px solid #00c69a;
    vertical-align: top;
    transform: rotate(12deg);
}

.home .advantage .slogan span {
    display: inline-block;
    width: 300px;
    margin-top: 10px;
    margin-left: 15px;
    font-size: 26px;
    font-style: italic;
    line-height: 28px;
    color: #fff;
    vertical-align: top;
}

.home .advantage .swiper-slide p {
    width: 475px;
    margin-top: 50px;
    font-size: 18px;
    font-family: 'Microsoft Yahei Light';
    line-height: 36px;
    color: #fff;
}

.home .advantage .tab {
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -95px;
    z-index: 2;
}

.home .advantage .tab .tab-bullet {
    display: block;
    float: left;
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 1px;
    cursor: pointer;
}

.home .advantage .tab .tab-bullet-active {
    background-color: #00c69a;
}

.home .advantage .tab .tab-bullet:not(:first-child) {
    margin-left: 10px;
}

.home .about {
    background: #f5f5f5 url(../images/home_about_bg.jpg) no-repeat center top;
    overflow: hidden;
}

.home .about .content {
    background: #fff url(../images/home_about_brand.jpg) no-repeat right top;
    height: 480px;
    overflow: hidden;
    padding: 60px 600px 50px 50px;
    position: relative;
}

.home .about .content h4 {
    font-size: 24px;
    font-weight: bold;
}

.home .about .content span {
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
}

.home .about .content p {
    font-size: 14px;
    line-height: 32px;
    padding-top: 40px;
}
.home .about .content .more_about{
	display: block;
	background: #00c69a;
	position: absolute;
	right: 200px;
	top: 200px;
}
.home .news {
    margin: 0 auto 75px;
}

.home .news .lists {
    padding: 30px;
    background-color: #fff;
}

.home .news .lists dl {
    float: left;
    width: 340px;
    margin-right: 20px;
}

.home .news .lists dl dt a {
    display: block;
}

.home .news .lists dl dt img {
    width: 100%;
    height: 224px;
    margin-bottom: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

.home .news .lists dl dd p {
    margin: 8px 0;
    line-height: 18px;
    color: #666;
}

.home .news .lists dl dt span {
    font-size: 16px;
    line-height: 20px;
    color: #00c69a;
}

.home .news .lists ul {
    float: left;
    width: 475px;
    margin-right: 20px;
}

.home .news .lists ul li {
    margin-bottom: 19px;
}

.home .news .lists ul li:last-child {
    margin-bottom: 0;
}

.home .news .lists ul li img {
    float: left;
    width: 160px;
    height: 110px;
    margin-right: 15px;
    -o-object-fit: cover;
    object-fit: cover;
}

.home .news .lists ul li b {
    font-size: 16px;
}

.home .news .lists ul li p {
    margin: 10px 0;
    color: #666;
    line-height: 18px;
}

.home .news .lists ol {
    float: left;
    width: 285px;
}

.home .news .lists ol li {
    line-height: 30px;
    padding: 15px 0;
    margin-left: 10px;
    border-bottom: 1px solid #ddd;
}

.home .news .lists ol li:first-child {
    border-top: 1px solid #ddd;
}

.home .news .lists ol li a::before {
    content: '\0020';
    display: inline-block;
    width: 5px;
    margin-right: 15px;
    border-bottom: 5px solid #333;
    vertical-align: middle;
}


.inew{
	padding: 60px 0 10px;
}
.about .cite{
	display: table;
	text-align: center;
	margin: 36px auto 0 auto; 
	font-size: 16px;
	color: #ccc;
}
.about .cite a{
	margin: 0 20px;	
	color: #666;
}
.about .cite a:hover{
	color: #00c69a;
}
.guide {
 margin-top:120px
}
.guide-list {
 margin-top:10px
}
.guide-item {
 height:350px;
 width:385px;
 float:left;
 padding:40px 50px;
 color:#090a0a;
 background:#f8f8f8;
 box-shadow:5px 5px 8px 0 rgba(0,0,0,.05)
}
.guide-item+.guide-item {
 margin-left:22px
}
.guide-item>.type {
 font-size:22px;
 color:#090a0a;
 font-weight:700;
 text-align:center;
 letter-spacing:1px;
 margin-bottom:26px
}
.guide-title {
 font-size:14px;
 line-height:20px;
 list-style-type:none;
 margin-bottom:22px;
 transition:all .05s;
    display: block;
}
.guide-title:hover {
 color:#74c4d6;
 border-color:#74c4d6
}
.case>.title,
.complete>.title,
.guide>.title,
.partial>.title,
.process>.title,
.sjs>.title {
 text-align:center;
 line-height:50px;
 color:#040000;
 font-size:40px;
 font-weight:600;
 position:relative
}
.case>.title:after,
.complete>.title:after,
.guide>.title:after,
.partial>.title:after,
.process>.title:after,
.sjs>.title:after {
 position:absolute;
 content:"";
 width:79px;
 height:3px;
 bottom:-10px;
 left:0;
 right:0;
 margin:auto;
 background:#000
}
.case>.des,
.complete>.des,
.guide>.des,
.partial>.des,
.process>.des,
.sjs>.des {
 text-align:center;
 line-height:25px;
 color:#383838;
 font-size:18px;
 margin-top:17px;
 letter-spacing:1px
}