<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

input {
    padding-left: 20px;
    outline: none;
}

.top {
    width: 100%;
    height: 100px;
}

.topcon {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    padding-top: 8px;
    position: relative;
}

.lang {
    position: absolute;
    right: 0;
    top: 38px;
}

.lang a {
    color: #000;
    font-size: 16px;
}

.topcon img {
    display: block;
    margin: 0 auto;
    height: 84px;
}

.swiper-father {
    position: relative;
    width: 100%;
}

.swiper-container-banner {
    width: 100%;
}

.swiper-container-banner img {
    width: 100%;
}

.swiper-father .swiper-pagination {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.swiper-father .swiper-pagination-bullet {
    margin-right: 7px !important;
    width: 10px;
    height: 10px;
}

.swiper-father .swiper-pagination-bullet-active {
    background-color: #0b3868;
}

.nav {
    width: 1200px;
    margin: 0 auto;
    height: 75px;
}

.nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav ul li {
    position: relative;
    /* overflow: hidden; */
}

.nav ul li .aaa {
    width: 100%;
    display: block;
    padding: 0 20px;
    height: 75px;
    line-height: 75px;
    color: #0b3868;
    font-size: 18px;
    font-weight: bold;
}

.act {
    width: 100% !important;
}

.adrop {
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .2) 0 1px 5px 0px;
}

.adrop a {
    width: 100%;
    display: block;
    padding: 10px 15px;
    color: #0b3868;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.nav ul li:hover .adrop {
    display: block;
}

.line {
    width: 0%;
    position: absolute;
    bottom: 5px;
    left: 0%;
    height: 3px;
    background-color: #0b3868;
    transition: all ease 0.4s;
}

.nav ul li:hover .line {
    width: 100% !important;
}

.content1 {
    width: 1200px;
    margin: 30px auto;
    height: 70px;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 70px;
}

.span1 {
    font-size: 40px;
    color: rgb(255, 192, 0);
    font-weight: bold;
}

.span2 {
    font-size: 40px;
    color: rgb(84, 141, 212);
    font-weight: bold;
}

.kq {
    width: 470px;
    height: 55px;
    background-color: #56abe2;
    line-height: 55px;
    text-align: center;
    color: white;
    font-size: 28px;
    margin: 0 auto;
}

.content1pro {
    color: #366092;
    font-size: 28px;
    font-weight: bold;
}

.indexpro {
    width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
}

.p-content {
    width: 1000px;
    margin: 30px auto;
}

.p-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-content ul li {
    width: 48%;
    margin-bottom: 30px;
}

.p-content ul li img {
    width: 100%;
}

.p-content ul li p {
    text-align: center;
    color: black;
    padding: 5px 0;
	font-size: 20px;
}

.p-contentitem {
    display: flex;
    justify-content: space-between;
}

.p-contentitemleft {
    width: 50%;
}

.p-contentitemleft img {
    width: 100%;
}

.p-contentitemright {
    width: 50%;
    padding: 20px;
}

.indexnew {
    width: 1200px;
    margin: 0 auto;
}

.p-contentitemright strong {
    color: #205867;
    font-size: 20px;
    display: block;
    margin-bottom: 25px;
}

.p-contentitemright a {
    color: #244061;
    font-size: 18px;
}

.indexnewcontent {
    width: 1200px;
    padding: 15px;
}

.indexnewcontentitem {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #dddddd;
}

.indexnewcontentitem1 {
    width: 110px;
    height: 85px;
    overflow: hidden;
}

.indexnewcontentitem1 img {
    width: 100%;
    height: 85px;
    object-fit: cover;
    transition: all ease 0.5s;
}

.indexnewcontentitem1 img:hover {
    transform: scale(1.1);
}

.indexnewcontentitem2 {
    width: 900px;
}

.indexnewcontentitem2 a {
    display: block;
    font-size: 20px;
    color: #015289;
}

.indexnewcontentitem2 span {
    color: #0b3868;
    font-size: 15px;
}

.indexnewcontentitem2 a:hover {
    color: #d81b00;
    text-decoration: underline;
}

.indexnewcontentitem3 {
    width: 60px;
    color: #999;
    font-size: 15px;
    background-image: url(../images/eye.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 3px 3px;
}

.copy {
    width: 100%;
    background-color: #3d85c6;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: white;
}

.aboutcon {
    width: 1000px;
    margin: 30px auto;
    font-size: 20px;
    color: #000;
    line-height: 70px;
}

.bar {
    width: 100%;
    display: flex;
    height: 40px;
    line-height: 40px;
    justify-content: space-between;
    background-color: #333333;
}

.bar a {
    width: 18%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    background-color: #333333;
    font-size: 16px;
    display: block;
}

.bar a:hover {
    background-color: #325068;
}

.prodetail {
    width: 1200px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}

.detailright {
    width: 650px;
}

.detailright strong {
    display: block;
    color: #333;
    font-size: 18px
}

.detailright .span {
    color: #e4393c;
    font-size: 13px;
    display: block;
    margin-bottom: 30px;
}

.change {
    width: 100%;
    height: 50px;
    display: flex;
    background-color: #f7f7f7;
}

.change span {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.acts {
    border-top: 2px solid #d81b00;
}

.fy {
    padding: 15px 0;
    line-height: 25px;
    display: none;
}

.seul {
    display: flex;
    justify-content: space-between;
}

.seul li {
    width: 23%;
    text-align: center;
}

.seul li p {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #4e86ad;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    font-size: 28px;
    color: #fff;
    margin-bottom: 45px;
}

.seul li span {
    font-size: 22px;
    color: #366092;
}

.cjitem {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.cjitemleft {
    width: 45%;
    border-top: 3px solid #ff7200;
    text-align: center;
    padding-top: 60px;
    font-size: 20px;
    color: #366902;
}

.cjitemright {
    width: 50%;
}

.cjitemright img {
    width: 100%;
}

.yyul {
    display: flex;
    justify-content: space-between;
}

.yyul li {
    width: 31%;
    text-align: center;
}

.yyul li img {
    margin: 0 auto;
    display: block;
    width: 130px;
}

.yyul li p {
    color: #366092;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
}

.pt {
    width: 1000px;
    margin: 100px auto;
    display: flex;
}

.ptleft {
    width: 50%;
    padding: 0 55px;
}

.ptleft p {
    font-size: #366092;
    font-size: 22px;
}

.ptright {
    width: 50%;
}

.ptright img {
    width: 100%;
}

.app {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}

.appleft {
    width: 31%;
    text-align: center;
}

.appcenter {
    width: 31%;
    text-align: center;
    position: relative;
}

.swiper-container-mb {
    width: 190px;
    height: 339px;
    position: absolute !important;
    top: 38px;
    left: 60px;
}

.swiper-container-mb img {
    width: 190px;
    height: 339px;
}

.appright {
    width: 31%;
    text-align: center;
    color: #366092;
    font-size: 22px;
}

.appleft strong {
    display: block;
    padding: 5px;
    background-color: #e7f3fb;
    color: #366092;
    font-size: 20px;
    border-radius: 10px;
    text-align: center;
}

.appleft img {
    display: block;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 210px;
}

.down {
    display: block;
    color: white;
    text-align: center;
    font-size: 18px;
    width: 210px;
    background-color: #276c9b;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 5px;
}

.down:hover {
    background-color: #e23a2a !important;
}

.appcenter img {
    width: 212px;
    height: 424px;
}

.contact {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.contactleft {
    width: 45%;
    padding-bottom: 30px;
    border-bottom: 1px dashed #cccccc;
}

.contactright {
    width: 45%;
}

.form {
    margin-bottom: 12px;
}

.form span {
    display: block;
    font-size: 14px;
    color: #4d4d4d;
    margin-bottom: 10px;
}

.form textarea {
    margin: 0;
    padding: 3px;
    width: 100%;
    height: 102px;
    border: 1px solid #dcdcdc;
    background-color: #fafafa;
    color: #666;
    font-size: 12px;
}

.form input {
    margin: 0;
    padding: 0 3px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    border: 1px solid #dcdcdc;
    background-color: #fafafa;
    color: #666;
    font-size: 12px;
}

.yz input {
    width: 110px !important;
}

.w_guestbook_bottom {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: right;
}

.clearfix {
    clear: both;
}

.w_guestbook_bottom input {
    background-color: #e95a4c;
    background-image: none;
    background-repeat: no-repeat;
    background-position: left top;
    width: 76px;
    height: 30px;
    border: none;
    padding: 0;
    color: white;
}

.map {
    width: 1200px;
    min-height: 100px;
    background-color: red;
    margin-bottom: 50px;
}

.login {
    width: 600px;
    margin: 50px auto;
}

.login input {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    padding-left: 40px;
    outline: none;
    border: 1px solid #ccc;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

.lj {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: white;
    display: block;
    background-color: #366092;
    border-radius: 5px;
}</pre></body></html>