<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(ph-main.css);

.i_tit {
    text-align: center;
    padding-top: 1rem;
}

.i_tit h3 {
    padding: 0 1rem;
    line-height: 2rem !important;
    font-size: 2rem;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

.i_tit h3:before,
.i_tit h3:after {
    top: 0.8rem;
    height: 0.2rem;
    border-bottom-style: solid;
    content: ' ';
    width: 40%;
    position: absolute;
    border-width: 2px;
    border-color: #f0f0f0;
}

.i_tit h3:before {
    left: 100%;
}

.i_tit h3:after {
    right: 100%;
}

.i_tit h3 a {
    color: #061443;
}

.i_tit p {
    font-size: 1.4rem;
    color: #f0f0f0;
    text-align: center;
}


.i_brand {
    width: 96%;
    margin: 1rem auto 0;
}

.i_brand ul {
    margin-top: 1rem;
}

.i_brand ul li {
    width: 43%;
    border: 1px solid #f0f0f0;
    float: left;
    margin: 0 1%;
    padding: 2.2%;
    margin-bottom: 0.8rem;
}

.i_brand ul li img {
    margin: 0 auto;
    width: 100%;
}

.i_brand ul li b {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.5rem;
    font-weight: 500;
}

.i_brand ul li p {
    font-size: 1rem;
    line-height: 1.6rem;
    height: 5.8rem;
    overflow: hidden;
}

.i_brand ul li span {
    width: 80%;
    height: 2rem;
    border: 1px solid #f1f1f1;
    border-radius: 1rem;
    margin: 0.5rem auto;
    display: block;
    text-align: center;
    line-height: 2rem;
}

.i_brand ul li span a {
    color: #838383
}



.i_pro {
    width: 100%;
    margin: 1.5rem auto 0;
}

.i_sidebar {
    margin-top: 1.5rem;
}

.i_sidebar h3 {
    width: 100%;
    background: #061443;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    color: #FFF;
    font-weight: 500;
}

.i_sidebar h3 font {
    font-size: 1.6rem;
    margin-right: 0.25rem;
}

.i_sidebar ul {
    background: url(i_sidebar_bg.jpg) 0 0 no-repeat;
    width: 96%;
    height: auto !important;
    line-height: 2.5rem;
    float: left;
}
.foot_type{
	color:#fff;
}
.foot_type&gt;div:first-child p{
	margin-top:10px !important;
}
.foot_type&gt;div:last-child img{
	width:50px;
	float:left;
	margin-top:50px;
}
.foot_type&gt;div:last-child&gt;div{
	float:left;
	width:calc(100% - 100px);
	margin-left:30px;
}
.foot_type&gt;div:last-child&gt;div&gt;div{
	overflow:hidden;
}
.foot_type&gt;div:last-child&gt;div&gt;div:first-child{
	margin-top:0 !important;
}
.foot_type&gt;div:last-child&gt;div&gt;div p{
	float:left;
}
.foot_type&gt;div:last-child&gt;div&gt;div&gt;div{
	float:left;
	width:calc(100% - 20px);
}
.foot_type&gt;div:last-child&gt;div&gt;div i{
	display:block;
}


.txt{
	position:initial !important;
	opacity:1 !important;
	background:none !important;
}
.i_sidebar ul li {
    float: left;
    width: 32%;
    margin-right: -7%;
    font-size: 0.9rem;
}

.i_sidebar ul li a:hover {
    color: #014e94;
}

.i_sidebar ul li font {
    color: #014e94;
}




.i_about {
    margin-top: 2rem;
}

.i_about_img {
    width: 100%;
    padding: 1rem 0;
    background: #061443;
}

.i_about_img img {
    width: 96%;
    margin: 0 2%;
    height: auto;
    box-shadow: 0.25rem 0.25rem 0.25rem #333;
}

.i_about_con {
    width: 100%;
    background: url(i_about_bg.jpg) center bottom no-repeat;
    padding-bottom: 1rem;
}

.i_about_tit {
    width: 96%;
    padding: 0.5rem 2%;
    background: #061443;
}

.i_about_tit h2 {
    font-size: 2rem;
    font-weight: 500;
    height: 2.5rem;
    line-height: 2.5rem;
    float: left;
}

.i_about_tit h2 a {
    color: #FFF;
}

.i_about_tit b {
    float: right;
    margin-top: 0.5rem;
}

.i_about_tit b i {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-right: 0.4rem;
    color: #FFF;
}

.i_about_tit b font {
    display: inline-block;
    font-size: 1.6rem;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #FFF;
    font-weight: 500;
}

.i_about_con p {
    width: 96%;
    padding: 0 2%;
    font-size: 1.2rem;
    line-height: 2.4rem;
    padding-top: 0.75rem;
}

.i_about_con span {
    display: block;
    width: 50%;
    height: 3rem;
    line-height: 3rem;
    border: 1px solid #f0f0f0;
    border-radius: 1.5rem;
    background: #FFF;
    text-align: center;
    margin: 0.5rem auto;
}

.i_about_con span a {
    color: #061443;
    font-size: 1.4rem;
}

.i_about_con span a:hover {
    color: #0193dc;
}





.txt {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
}


.search_in img{display:none;}
.about_in {margin-top:3.3rem;padding:0 0.5rem;}
.about_in .tt h2 {font-size:1.3rem;color:#666;}
.about_in .tt p {font-size:0.9rem;color:var(--color)}
.about_in p.txt {line-height:1.2rem;margin-top:1.3rem;margin-bottom:1.3rem;font-size:0.6rem;color:#929292;}
a.more_in {display:block;width:9rem;height:2rem;line-height:2rem;background-color:#061443;color:#f6f6f6;margin-bottom:1.5rem;text-indent:1.8rem;transition:all 0.3s}
a.more_in i {font-size:0.7rem;text-indent:-0.5rem;opacity:0;transition:all 0.3s}
a.more_in:hover {text-indent:1.3rem}
a.more_in:hover i {text-indent:0.5rem;opacity:1}
.about_in a.qq, .about_in a.wx, .about_in a.dz {display:inline-block;width:2.5rem;height:2.5rem;margin-right:1rem;position:relative;border-radius:2.5rem;box-shadow:0 0.4rem 0.5rem #ccc;transition:all 0.3s}
.about_in a.qq:before, .about_in a.wx:before, .about_in a.dz:before {content:'';position:absolute;left:0.6rem;top:0.5rem;width:1.25rem;height:1.25rem;background:url(/images/top_icon.png) no-repeat;background-size:100%;}
.about_in a.qq {background:#008aff}
.about_in a.qq:before {background-position:0 -10.6rem}
.about_in a.qq:hover {background:#3ea6ff;box-shadow:none}
.about_in a.wx {background:#05bf44}
.about_in a.wx:before {background-position:0 -8.2rem}
.about_in a.wx:hover {background:#02df4d;box-shadow:none}
.about_in a.dz {background-color:#061443}
.about_in a.dz:before {background-position:0 -5.8rem}
.about_in a.dz:hover {background-color:#061443}
.about_in a.phone {display:none}

.fw {padding:0 10px}
    .about_in .txt .tt {margin-bottom:20px}
    .about_in .txt .tt img {width:100%}
    .about_in, .qqzl_in {padding:40px 0}
    .about_in .txt .text {margin-bottom:20px;font-size:14px;line-height:31px}
    .qqzl_in .list {margin-top:20px}
    .qqzl_in .list li {margin-top:20px;width:50%}
    .title-in h4 {line-height:31px}
    .title-in h2, .youshi_in h2.title {font-size:31px}
    .pro_in .bd li .txt {padding:25px 10px;line-height:28px;font-size:14px}
    .pro_in a.next, .pro_in a.prev {top:40%;background:rgba(0,0,0,0.3)}
    .youshi_in h2.title {margin-bottom:20px}
    .youshi_in .list li {padding:90px 10px 0;margin:20px 0}
    .news_in .list li {width:100%;margin-bottom:10px}
    .news_in .list li a.pic {height:186px}
    .news_in .list li a.pic img {width:100%;height:auto}
    .jxs_in .btn {width:100%;text-align:center}
    .jxs_in .btn a {display:inline-block;height:41px;line-height:39px;float:none;width:auto;padding:0 20px;margin:0 10px}
    .service_in .list .lib.li1, .service_in .list .lib.li2 {width:100%;height:auto;background-size:cover;padding:50px 20px}
    .service_in .list .lib.li3 a {width:100%}


.foot_type&gt;div:nth-child(1){float:left;width:50px;} .foot_type&gt;div&gt;p{writing-mode:horizontal-tb;word-wrap:break-word;width:10px;float:left;} .foot_type&gt;div p:last-child{margin-top:70px !important;} .foot_type&gt;div:last-child{float:right;width.calc(100% - 50px;}</pre></body></html>