*{
    padding: 0;
    margin: 0;
}
.l{
    float: left;
}
.r{
    float: right;
}
.w{
    width: 1200px;
    margin: 0 auto;
}
a{
    cursor: pointer;
}
img{
    vertical-align: top;
}
input{
    outline: none;
}
p{
    text-align: left;
}
.clear::after{
    content: '';
    display: block;
    clear: both;
}

body.modal-open{
    overflow: unset;
}

/* header */
.lighter{
    font-weight: lighter;
}
.lighter + p{
    line-height: 1.5em;
}
.inline{
    display: inline-block;
}

.youyuan{
    font-family: 'YouYuan';
}

.bx-fs48{
    font-size: 48px;
}
.row15{
    margin-left: -15px;
    margin-right: -15px;
}
.bx-p15{
    padding: 15px;
}
.bx-ptb15{
    padding: 15px 0;
}
.bg_blue{
    background: rgba(100, 188, 255, 0.1);
    /* background: url(../images/bg_blue.png) no-repeat center bottom;
    background-size: cover;
    color: #fff; */
}
.bg_blue .title0 span{
    background-image: none;
}
.bg_f2{
    /* background: rgba(100, 188, 255, 0.1); */
    background: #f2f2f2;
}


.banner img{
    width: 100%;
}

.title0 span{
    padding: 0.9em 0 0.5em;
    background: url(../images/title_img.png) no-repeat center top;
    background-size: 1.125em;
    display: inline-block;
}

body .btn0{
    width: 172px;
    line-height: 48px;
    border-radius: 25px;
    border: 1px solid #4f81bd;
    color: #4f81bd;
    text-align: center;
    display: inline-block;
    font-size: 20px;
}
body .btn0:hover{
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}


/* 简介 */
.company .desc {
    /* background: url(../images/company_desc.png) no-repeat left top; */
}
.company .desc p{
    line-height: 2em;
}
.company .img{
    padding: 0 15px;
}
.company .img_box{
    display: inline-block;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.company .img_box::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #bcbcbc;
    left: 0;
    top: 0;
    transform: translate(20px,20px);
    z-index: -1;
    opacity: 0.3;
}
/* 简介 */


/* 产品亮点 */
.pro_left{
    width: 38%;
    float: left;
}
.pro_right{
    width: 62%;
    float: left;
}
.pro_menu ul{
    border: 1px solid #dadada;
}
.pro_menu li{
    background: #fff;
    border-bottom: 1px solid #dadada;
    height: 130px;
    transition: all .3s;
    position: relative;
}
.pro_menu li::after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%,-50%);
    border: 24px solid transparent;
    border-right: 0;
    border-left-color: #4f81bd;
    border-width: 14px 0 14px 24px;
    opacity: 0;
}
.pro_menu li.focus::after{
    opacity: 1;
}
.pro_menu li:last-child{
    border: none;
}
.pro_menu li a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro_menu .icon_box{
    width: 12.195%;
    height: 0;
    padding-bottom: 12.195% ;
    position: relative;
    float: left;
}
.pro_menu .icon_box img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.pro_menu .icon_box img:nth-of-type(2){
    opacity: 0;
}
.pro_menu .profile{
    max-width: 87.805%;
    float: right;
}
.pro_menu li a h3{
    line-height: 1.7em;
    font-weight: bold;
    color: #333;
    transition: all .3s;
}
.pro_menu li a p{
    line-height: 1.7em;
    color: #999;
    transition: all .3s;
}
.pro_menu li.focus,
.pro_menu li:hover {
    background: #4f81bd;
    /* background: #ffc000; */
}
.pro_menu li.focus .icon_box img:nth-last-of-type(1),
.pro_menu li:hover .icon_box img:nth-last-of-type(1){
    opacity: 1;
}
.pro_menu li.focus .icon_box img:nth-last-of-type(2),
.pro_menu li:hover .icon_box img:nth-last-of-type(2){
    opacity: 0;
}
.pro_menu li.focus h3,
.pro_menu li.focus p,
.pro_menu li:hover h3,
.pro_menu li:hover p{
    color: #fff;
}
.pro_right .desc p{
    line-height: 1.6em;
    margin-top: 10px;
}
/* 产品亮点 */



/* 影像 */
.gallery li a{
    display: block;
}
.gallery li .cover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 35, 63, 0.7);
    transform: translateY(100%);
    transition:  all .2s;
}
.gallery li .cover i{
    font-size: 55px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.gallery li a:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.gallery li a:hover .cover{
    transform: translateY(0);
}
.gallery li h3{
    color: #333;
}
.gallery li .img{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #000;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
.gallery li .img img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
}
/* 影像 */

.modal-dialog{
    min-width: 60%;
    margin: 0 auto;
}

.modal-dialog .lightbox-img{
    width: 100%;
    /* width: unset;
    max-height: 100vh; */
}

/* 团队 */
.team ul{
    text-align: center;
    display: flex;/*此两行是为了将创始人修改为2个,布局友好做的添加*/
    justify-content: space-around;
}
.team ul li:nth-of-type(3n+1){
    float: left;
}
.team ul li:nth-of-type(3n){
    float: right;
}
.team li{
    width: 27%;
    display: inline-block;
    position: relative;
    z-index: 0;
}

.team ul li::after{
    content: "";
    width: 100%;
    height: 77%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: -1;
}
.team ul li .img{
    width: 63%;
    height: 0;
    padding-bottom: 63%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.team ul li .img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0s;
    border-radius: 50%;
}
.team ul li .top{
    position: relative;
}
.team ul li .top::after{
    content:"";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    width: 40px;
    height: 3px;
    background: #4f81bd;
}
.team li .desc{
    padding: 25px 10px;
}
.team li h3 small{
    color: #333;
    font-weight: bold;
}
.team li .desc p{
    line-height: 1.75em;
    height: 12.25em;
    max-width: 240px;
    margin: auto;
    overflow: hidden;
}
/*
.team li:nth-of-type(2) .desc p{
    text-align: center;
}
*/

.team ul li:hover img{
    transform: rotate3d(0,1,0,360deg);
    transition: all .5s;
}
/* 团队 */

/* 页脚 */
.bx-footer{
    background: #272727;
    box-shadow: none;
}
.bx-footer-four{
    background: #1d1d1d;
}
/* 页脚 */








@media (max-width: 1000px ){
    body .btn0{
        width: 122px;
        line-height: 38px;
        border-radius: 20px;
        font-size: 14px;
    }
    .bx-xs-ptb5{
        padding: 5px 0;
    }
    .team li{
        width: 100%;
    }
    .pro_left{
        width: 100%;
    }
    .pro_right{
        width: 100%;
    }
    .pro_menu ul{
        border: none;
        text-align: center;
    }
    .pro_menu li{
        background: #fff;
        border: 1px solid #dadada;
        height: auto;
        transition: all .3s;
        position: relative;
        display: block;
        padding: 0 10px;
        margin-bottom: 5px;
        text-align: left;
    }
    .pro_menu li::after{
        display: none;
    }
    .pro_menu li:last-child{
        border: 1px solid #dadada;
    }
    .pro_menu li a{
        display: block;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 0;
    }
    .pro_menu .icon_box{
        width: 50px;
        height: 0;
        padding-bottom: 50px;
        float: none;
        display: inline-block;
    }
    .pro_menu .profile{
        max-width: 87.805%;
        float: none;
        display: inline-block;
    }
    .pro_menu .profile p{
        /* display: none; */
    }
    .company .desc {
        background: none;
    }
}
