<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*å…³äºŽæ²³é’¢*/


/*å…¬å…±æ&nbsp;·å¼*/

.peoplelist {
    width: 100%;
    text-align: center;
    margin: 40px 0 80px 0;
}

.peoplelist li {
    display: inline-block;
    float: left;
    width: 25%;
    margin-bottom: 30px;
}

.peoplelist li h4 {
    color: #006699;
    font-size: 2rem;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.peoplelist li p {
    font-size: 1.4rem;
    font-size: 14px;
    color: #666;
    /*width: 90%;*/
    height: 50px;
    /*     overflow: hidden; */
    margin: 0 auto;
	text-align:center;
	width:160px;
}

.title_line {
    width: 32px;
    border-bottom: 1px solid #999;
    margin: 0 auto 6px;
}

.relationship {
    margin: 40px 0 80px 0;
}
.relationship img{width:100%;}

.ph-relate-img {
    display: none;
}

.bignews {
    margin-bottom: 30px;
}

.newsyear .newstitle {
    font-size: 18px;
    font-size: 1.8rem;
    color: #006699;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
    margin: 30px 0;
}

.newstitle .leftbar {
    display: inline-block;
    position: relative;
    width: 2px;
    height: 20px;
    background: #0060aa;
    margin-right: 35px;
    top: 6px;
}

.newsmore {
    position: relative;
    display: none;
}

.newsmore ul {
    height: 565px;
}

.newsmore ul li {
    cursor: pointer;
    border: 0;
}

.newsmore .listmounth {
    width: 17%;
    float: left;
    height: 47px;
    background:  repeat-y right top;
}

.newsmore .listmounth p {
    font-size: 1.4rem;
    font-size: 14px;
    color: #999;
    /*line-height: 75px;*/
    margin-top: 24px;
    text-align: right;
    padding-right: 25px;
}

.newsmore .select {
    background:  repeat-y right top;
}

.newsmore .select p {
    color: #333;
}

.newsmore .newslist {
    width: 83%;
    float: left;
    position: absolute;
    left: 17%;
    height: 565px;
    display: none;
    top: 0;
    overflow-y: scroll;
}

.newslist .newstips {
    margin: 20px 30px;
}

.newslist .newstips h5 {
    font-weight: bold;
    font-size: 1.4rem;
    font-size: 14px;
    color: #333;
    height: 40px;
    line-height: 40px;
}

.newslist .newstips p {
    line-height: 20px;
    font-size: 12px;
    font-size: 1.2rem;
}

.speechcontent {
    margin: 30px 0 0 50px;
}

.speechwhat h2 {
    font-size: 22px;
    font-weight: bold;
    font-size: 2.2rem; text-align:right; margin-right:3%;
}

.speechwhat p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    margin-bottom: 15px;
    color: #3f3f3f;
}

.speechwhat img.bossimg {
    float: right;
    margin: -45px 0 20px 20px;
}

.culturecontent {
    /* width: 1000px; */
    margin: 20px auto 50px;
}
.culturecontent ul {
    float: right;
    width: 490px;
}

.culturecontent ul li {
    padding: 0 5px 20px;
    background:  no-repeat center bottom;
    background-size: 100%;
    margin-top: 20px;
}

.culturecontent ul li h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: bold;
}

.culturecontent ul li p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.bigcover {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.6);*/
    /*opacity: 0.6;*/
   /* filter: alpha(opacity=60);*/
    top: 0;
    left: 0; background:#fff;
}

.bigcover .showbigimg {
   /* width: 90%;*/
    /* margin: 2% 5% 2% 5%; */
    position: relative;
}

.bigcover .showbigimg img {
    width: 100%;
}

.bigcover .showbigimg .close {
    position: absolute;
    display: inline-block;
  /*   width: 30px; */
	width:100%;
	height:100%;
    /* height: 30px; */
    z-index: 9;
    /* top: 20px; */
	top: 0px;
   /*  right: 20px; */
    right:0px;
}


/*padå•ç‹¬æ&nbsp;·å¼ &lt;1000pxåˆ†è¾¨çŽ‡*/

@media screen and (min-width: 960px) and (max-width: 999px) {
    h1 {
        color: red;
    }
}


/*padå•ç‹¬æ&nbsp;·å¼ &lt;960px */

@media screen and (max-width: 768px) and (max-width: 959px) {}


/*æ‰‹æœºå•ç‹¬æ&nbsp;·å¼ &lt;768px */

@media screen and (max-width: 640px) and (min-width: 320px) {
.peoplelist li p{width:100%;line-height:17px;}
    .newsyear .newstitle {
        margin: 10px 0;
    }
    .newslist .newstips {
        margin: 10px;
    }
    .container .container_body {
        width: 100%;
    }
    .relationship {
        width: 92%;
        margin: 10px auto;
    }
    .relationship img {
        width: 100% !important;
		height:auto !important;
    }
    .ph-relate-img {
        display: block;
    }
    .pc-relate-img {
        display: none;
    }
    .speechcontent {
        width: 94%;
        margin: 15px auto;
    }
    .speechwhat {
        width: 100%;
    }
    .speechwhat img.bossimg {
        float: none;
        width: 100%;
        margin: 0 auto 15px;
    }
    .speechwhat p {
        margin-bottom: 5px;
    }
    .culturecontent {
        width: 90%;
        margin: 15px auto 40px;
    }
    .culturecontent ul {
        width: 100%;
        float: none;
    }
    .teamcover {
        width: 92%;
        margin: 0 auto;
    }
    .peoplelist {
        margin: 10px 0;
    }
    .peoplelist li {
        width: 50%;
        margin-bottom: 0px;
    }
    .bigcover .showbigimg {
        margin: 50% 5% 0 5%;
    }
    .bigcover .showbigimg .close {
        top: 0;
        right: 0;
    }
}</pre></body></html>