﻿*{
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color: #131313;
}
.cimpanyprofile{
    width: 100%;
    padding-top:110px;
    padding-bottom: 35px;
    background-color: #f8f8f8;
}
.cimpanyprofile-top{
    width: 100%;
    height: 14rem;
    background: url("../images/cimpanyprofile.jpg") bottom left no-repeat;
    background-size: cover;
    text-align: center;
    position:  relative;
}
.company-box{
    position:  absolute;
    text-align:  center;
    width:  100%;
    bottom: 360px;
}
.top-text{
    font-size: 45px;
    color: #ffffff;
    font-weight: lighter;
    margin-bottom: 10px;
}
.bot-text{
    font-size: 35px;
    color: #ffffff;
}
.line-circle{width: 7px;height: 7px;border-radius: 100%;background:#ddd;position:  absolute;bottom: 170px;left:  50%;margin-left:  -3px;}
.line-circle:before{content: '';height:150px;width: 1px;background: #ddd;position: absolute;bottom: 0;opacity: 0.4;}
.cimpanyprofile-center{
    width: 1060px;
    background-color: #fff;
    margin: -155px auto;
    position:  relative;
}
.content_img{
    width: 100%;
    height: 480px;
    background: url("../images/outside.png") no-repeat;
    background-size: 100%;
    position:  relative;
}
.t_box{
    width: 650px;
    height: 100px;
    float: left;
    flex-direction: column;
    position:  absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ct_title{
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}
.cb_title{
    line-height: 80px;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
}
.cl_title{
    line-height: 25px;
    font-size: 14px;
    color: #ffffff;
}
.btn_video{
    width: 100px;
    height: 40px;
    background: #beac98;
    cursor:  pointer;
    border-radius: 8px;
}
.btn_video:hover{background: #d0c0ae;}
.iconfont{
    color: #ffffff;
    line-height: 40px;
}
.icon{
    margin-left: 45%;
}
.con_box{
    width: 1080px;
    height: 60px;
    margin-top: 20px;
    margin-left: 50px;
}
.con_text{
    font-size: 14px;
    color: #000000;
    text-indent: 2em;
    line-height: 30px;
    font-weight: bold;
}
.pic_box{
    width: 100%;
    height: 590px;
    margin-top: 30px;
    display: flex;
}
.up_pic{
    width: 300px;
    height: 550px;
    background: url("../images/intpic_01.png") no-repeat;
    margin-right: 5px;
}
.down_pic{
    width: 300px;
    height: 550px;
    background: url("../images/intpic_02.png") no-repeat;
    margin-top: 50px;
    margin-right: 5px;
}
.up_pics{
    width: 300px;
    height: 550px;
    background: url("../images/intpic_03.png") no-repeat;
    margin-right: 5px;
}
.down_pics{
    width: 300px;
    height: 550px;
    background: url("../images/intpic_04.png") no-repeat;
    margin-top: 50px;
}
.foot_box{
    width: 1080px;
    margin-top: 50px;
    margin-left: 50px;
}
.foot_text{
    font-size: 14px;
    color: #000000;
    text-indent: 2em;
    line-height: 30px;
    font-weight: bold;
}
.foot{
    margin-top: 100px;
}
.vidbacking{width:100%;height: 100%;}
.mask-box{width: 100%;height:100%;position: fixed;top:0;left: 0;background:rgba(0,0,0,.5);z-index: 11;display: none;}
.jq22-container{width:85vw;height: 100vh;margin: auto;position: relative;display: flex;}
.closed-btn{position: fixed;right: 10px;top: 25px;z-index: 12;}
.closed-btn{width: 55px;height: 36px;text-align:  center;cursor: pointer;}
.closed-btn-one{width: 2px;height: 30px;background:#fff;transform: rotate(-45deg);margin-left: 20px;}
.closed-btn-two{width: 2px;height: 30px;background:#fff;transform: rotate(45deg);margin-top: -30px;margin-left: 20px;}
.closed-btn:hover .closed-btn-one{height: 40px;}
.closed-btn:hover .closed-btn-two{height: 40px;margin-top: -40px;}
@media screen and (max-width: 1450px) and (min-width: 1350px){
    .line-circle:before{height: 100px;}
    .bot-text{font-size: 25px;}
    .top-text{font-size: 25px;}
    .company-box{bottom: 250px;}
    .cimpanyprofile-center{margin: -100px auto;}
    .line-circle{bottom: 120px;}

}

@media screen and (max-width: 1025px) and (min-width: 320px){
    .cimpanyprofile{
        padding-top: 1rem !important;
        padding-bottom: 0 !important;
    }
    .left-menu{
        display: none;
    }
    .cimpanyprofile-top{
        height: 40vh;
        background-position: top;
    }
    .t_box{
        width: 5rem;
        height: auto;
    }
    .ct_title{
        font-size: .35rem;
        line-height: .4rem;
        margin-bottom: .25rem;
    }
    .btn_video{
        width: 70px;
        height: 30px;
        border-radius: .1rem;
    }
    .btn_video i{
        font-size: .2rem !important;
        line-height: 30px;
        margin-left: .1rem !important;
        text-align: center;
    }
    .cimpanyprofile-center{
        width: auto;
        padding: 0 !important;
    }
    .cimpanyprofile-center-pc{
        display: none;
    }
    .cimpanyprofile-center-phone{
        display: block !important;
        margin: 0 !important;
    }
    .center-text{
        width: calc(100% - .6rem) !important;
        margin: 0 !important;
        padding: .3rem;
        font-size: .3rem;
    }
    .center-text h1{
        font-size: .35rem !important;
        margin-bottom: .2rem !important;
    }
    .center-text p{
        font-size: .3rem !important;
    }
    .center-img{
        width: 100% !important;
        display: block !important;
        margin: 0 0 .5rem !important;
    }
    .mask-box{
        display: none;
    }
    .closed-btn{
        /*display: none;*/
    }
}


/*pad自适应*/
@media screen and (max-width: 1025px) and (min-width: 760px) {
    .center-text {
        margin: 0px 5px 0 9px !important;
        width: 60% !important;
    }
    .cimpanyprofile-center-phone{display: none !important;}
    .cimpanyprofile-center-pc{display: block !important;margin: 0 !important;}
    .center-img{
        width: 32% !important;
        display: inline-block !important;
        margin: 65px auto !important;
    }
    .center-text p{font-size:14px !important;}
}