<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*子页面标题通用*/
.title { display:block; font-size:1.75em; font-weight:400; color:#006B80; margin:30px 10px; border-bottom:solid 1px #006B80; padding-bottom:1px;}
.title span { border-bottom:4px solid #ff6a00;}
/*加盟合作*/
.sub { margin:20px 0; text-align:center; padding-bottom:20px;}
.sub h2 {font-size:24px;}
.join { margin-bottom:40px;}
.join .images {padding-right:50px; margin:0;}
.join .images img { width:90%;}
.join .circle { margin:0 auto;text-align:center;}
.join .circle img { margin-bottom:30px;}
.join .content { padding:0px }
.join .content img {width: 24px; position: relative; top: -2px; margin-right: 7px;}
.join h1 { color:#006B80;}
.join h2 { font-size:24px;}
.join h3 { font-size:1.25em; font-weight:400; color: #2a2a2a; margin-left:-12px;}
.join ul { margin:4px 5px; padding-bottom:4px; border-bottom: dashed 1px #808080; }
.join ul li { font-size: 1em; line-height:2em; list-style-type:circle;}
.info { font-size:1.125em; border-left:solid 4px #0094ff; padding:0px 20px; margin-left:0 0 60px 60px; display:block;}
.info p { line-height:2em;}
.banner { padding-bottom:50px; margin:40px 15px;}
.banner img { width:100%;}
.sub-content-title h1{ color:#006B80; display:inline-block; line-height:48px; border-bottom:solid 3px #006B80; }
.form form { margin-right:10px; }
.form h3{ line-height:4em;}
@media (max-width:768px) {
    .join .images { margin-bottom:15px; padding-right:0px; text-align:center;}
    .content h3 {margin-left:20px;}
    .join .circle img {width:100%; height:auto;}
}
/*图片，视频展示页*/

/*企业荣誉*/
.honour {margin-bottom:30px;}
.honour a { width:100%; display:block;position:relative; overflow:hidden;}
@media (min-width:768px) {
    .honour a {max-height:170px;}
}
.honour{transition:0.5s all;-webkit-transition:0.5s all; background-color:#f0f0f0;}
.honour:hover { background-color:#006B80;}
.honour:hover a{ color:#fff !important;}
.honour a &gt; img { margin-right: auto;margin-left: auto; display:block;max-width:100%; height:auto; transition:0.5s all;-webkit-transition:0.5s all; }
.honour a &gt; img:hover {transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.honour .caption {margin:10px 0; text-align:center; line-height:28px; padding-bottom:10px;}
.outerImg { position:fixed; top:0; left:0; background:rgba(0,0,0,0.7);z-index:99;width:100%;height:100%;display:none;}
.outerImg .innerImg { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.outerImg .innerImg img { border:5px solid #fff; width:800px; height:auto;}
.outerImg .innerImg p { color:#fff; margin-top:15px; }
.outerImg .innerClose { position:absolute; top:-50px; right:-30px;color:#fff;z-index:100;font-size:40px; cursor:pointer;}

/*人才招聘*/
.employ-list { display: inline-block;padding: 15px;border-radius: 4px;background-color: #f5f5f5; width: 100%; position: relative; margin-bottom: 15px; box-shadow: #a3a3a3 1px 1px 2px 0px ;}
.employ-list h4 { margin-bottom: 10px;}
.employ-list p &gt; span { display: inline-block;margin-right: 24px;min-width: 80px;}
.employ-list time { margin: 0;padding: 0;}
.employ-info { width: 80%;display: inline-block;float: left;}
.employ-btn { display: inline-block;text-align: center;width: 20%;position: absolute;top: 50%;margin-top: -15px;}
.employ-title{ width: 100%;margin:20px;padding-bottom:10px;text-align: center;}

</pre></body></html>