@charset "utf-8";

.wrap{
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../../img/intro_img/bg.png) center/cover no-repeat;
}

.header{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100px;
    text-align: center;
    z-index: 10;
}

.header .logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header .menu{
    position: absolute;
    right: 0px;
    top:50%;
    transform: translateY(-50%);
}

.header .menu li{
    float: left;
    color: #c8c8c8;
    padding: 0 8px;
    cursor: pointer;
    text-align: center;
    position: relative;
    margin: 0 6px;
}

.header .menu li::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    background: #c8c8c8;
    top: 50%;
    transform: translateY(-50%);
    right: -6px;
}

.header .menu li:last-child::after{
    display: none;
}

.header .menu li.on{
    background: #f68e56;
    border-radius: 4px;
    color: #fff;
}


.header .menu li:hover{
    background: #f68e56;
    border-radius: 4px;
    color: #fff;
}

.header .menu li a:hover{color: #fff;}

.con{
    width: 100%;
    background: rgba(0,0,0,0.5);
    position: relative;
    margin-top: 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    height: calc(100% - 220px);
    /* overflow-y: scroll; */
}

.con ul{
    margin: 0 auto;
    /* width: 1200px; */
    /* width: 1500px; */
    height: 100%;
	width: 100%; 
	max-width: 1800px;
}

.con li{
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    float: left;
    cursor: pointer;
    /* width: 33.333%; */
    /* width: 25%; */
	/* width: 20%; */
	width: 16.66%;
    text-align: center;
}

.con li:first-child{
    border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.con li:last-child{
    border-right: 2px solid rgba(255, 255, 255, 0.1);
}

.con li:last-child p.text{
    /*font-size: 16px;*/
    word-break: break-all;
}

.con li:hover{
    background: rgba(0,0,0,0.3);
}

.con li:hover button{
    opacity: 1;
}

.con .ca_img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(0,0,0,0.4);
    margin: 0 auto;
    margin-top: 90px;
    position: relative;
}

.con .ca_img img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.con .ca{
    font-size: 30px;
    font-weight: 500;
    margin-top: 20px;
}

.con .ca_sub{
    font-size: 24px;
    font-weight: 300;
}

.con .line{
    width: 40px;
    height: 3px;
    background: #fff;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 35px;
}

.con .text{
    opacity: 0.6;
    font-size: 18px;
    line-height: 32px;
    width: 90%;
    margin: 0 auto;
}

.con .right button{
    width: 150px;
    height: 35px;
    text-align: center;
    color: #fff;
    background: #ff8100;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    opacity: 0.6;
    margin-top: 50px;
}

footer {
    height: 120px;
    background: #000;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
}

footer p {
    font-size: 17px;
    color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
}

.tap{
    display: none;
}


 .tap_box{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: calc(100% - 70px);
    background: rgba(0,0,0,0.6);
} 


.lbModal .modal-header {
    background: #eee;
 }
.lbModal .modal-body {
    text-align: center;
    padding: 40px 30px 30px;
}
.lbModal .modal-body h6 {
    font-size: 22px;
    font-weight: 500;
}
.lbModal .modal-body .btns {
    margin: 30px 0 0;
}
.lbModal .modal-body .btns button {
    min-width: 100px;
}

.btn-primary {
    background-color: #e57b60;
    border-color: #e57b60;
}

.con .text.ftsz16 { font-size: 16px; word-break: break-all; }
.con.new-service_contents ul { width: 100%; max-width: 1800px; }
.con.new-service_contents li { width: 16.66%; }
.con.new-service_contents li:last-child p.text { font-size: 18px; }