<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --action: #10a9eb;
    --bj: #f3f3f3;
    --c333: #333;
    --c999: #999;
    --c666: #666;
    --cfff: #ffffff;
    --c888: #888888;
}

* {
    -webkit-appearance: none;
}

body {
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    left: 0px;
    position: relative;
}

@font-face {
    font-family: 'gm';
    src: url('../css/fonts/POSTNOBILLSCOLOMBO-SEMIBOLD.TTF');
}

@font-face {
    font-family: 'sz';
    src: url('../css/fonts/DINCOND-MEDIUM.OTF');
}

.w50 {
    width: 50%;
}

.hid {
    width: 100%;
    height: 92px;
}

header {
    text-align: center;
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    line-height: 90px;
    /* padding: 20px 0; */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    z-index: 1000;
}

header h1 {
    margin-top: 19px;
}

header .nav_header {
    display: inline-block;
}

header .nav_header&gt;ul&gt;li {
    display: inline-block;
    vertical-align: middle;
    /* line-height: 50px; */
    font-size: 16px;
    margin-right: 50px;
}

header .nav_header&gt;ul&gt;li:last-of-type {
    margin-right: 0;
}

header .nav_header&gt;ul&gt;li a {
    color: #3c3c3c;
}

header .nav_header&gt;ul&gt;li.on&gt;a {
    color: #10a9eb
}

header .nav_header&gt;ul&gt;li&gt;a:hover {
    color: #10a9eb
}

header .ss-h {
    width: 27px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    background: url('../images/h_ss.png') no-repeat center;
    margin-right: 16px;
    cursor: pointer;
}

header .fr {
    /* margin-top: 30px; */
}

.index-set1 ul {
    display: flex;
    justify-content: space-between;
}

.index-set1 ul li {
    padding: 28px 0;
}

.index-set1 ul li em {
    font-size: 16px;
}

.banner ul li.animate div.bannertext h3 {
    font-family: 'gm';
    color: #fff;
    text-transform: uppercase;
}

.index-set2 {
    padding: 186px 0 30px;
}

.index-set2-title {
    text-align: center
}

.index-set2-title h3 {
    font-family: 'gm';
    color: #10a9eb;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 50px;
}

.index-set2-title h6 {
    font-size: 24px;
    color: #2d343f;
    line-height: 24px;
    margin-bottom: 44px;
}

.index-set2-title h2 {
    font-size: 52px;
    color: #10a9eb;
    font-weight: bold;
    margin-bottom: 12px;
}

.index-set2-title .cont {
    font-size: 18px;
    color: #7c7c7c;
    line-height: 2.5;
}

.index-more {
    display: inline-block;
    width: 185px;
    line-height: 48px;
    font-size: 18px;
    color: #10a9eb;
    text-align: center;
    position: relative;
}

.index-more::before {
    width: 40px;
    display: block;
    height: 100%;
    content: '';
    transition: all 0.5s;
    border-left: 1px solid #10a9eb;
    border-bottom: 1px solid #10a9eb;
    position: absolute;
    left: 0;
    bottom: 0;
}

.index-more::after {
    width: 40px;
    display: block;
    height: 100%;
    content: '';
    transition: all 0.5s;
    border-right: 1px solid #10a9eb;
    border-top: 1px solid #10a9eb;
    position: absolute;
    right: 0;
    bottom: 0;
}

.index-set2-cont {
    border: 1px solid #dddddd;
}

.index-set2-cont li {
    border-right: 1px solid #ddd;
    height: 358px;
    position: relative;
}

.index-set2-cont li img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.index-set2-cont li:nth-of-type(5n) {
    border-right: none;
}

.index-more:hover::after,
.index-more:hover::before {
    width: 184px;
}

.index-set2 .index-more {
    margin: 70px 0;
}

.clearbtn {
    position: relative;
}

.clearbtn&gt;i {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    /* background-color: #10a9eb; */
    position: absolute;
    margin-top: -15px;
    top: 50%;
    cursor: pointer;
    background: url('../images/se-to.png') no-repeat center;
}

.clearbtn .next {
    right: -50px;
    transform: rotate(180deg)
}

.clearbtn .prev {
    left: -50px;
}

.index-set2-zs {
    padding: 56px 0;
}

.index-set2-zs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 243px;
}

.index-set2-zs li:last-of-type {
    margin-right: 0;
}

.index-set2-zs li p {
    font-size: 120px;
    color: #333;
    font-family: 'sz';
    line-height: 1.1;
    margin-bottom: 10px;
}

.index-set2-zs li p::after {
    content: '+';
    font-size: 32px;
    display: inline-block;
    vertical-align: text-top
}

.index-set2-zs li span {
    font-size: 18px;
    color: #2d343f;
}

.index-set3 {
    width: 100%;
    background: #f8f8f8;
    padding: 68px 0 42px;
}

.index-title {
    width: 100%;
    margin-bottom: 58px;
}

.index-title h6 {
    font-size: 36px;
    color: #10a9eb;
    font-family: 'gm';
    text-transform: uppercase;
    line-height: 40px;
}

.index-title p {
    font-size: 24px;
    color: #2d343f
}

.index-title a {
    width: 99px;
    line-height: 32px;
    text-align: center;
    display: block;
    border-radius: 16px;
    color: #10a9eb;
    border: 1px solid #10a9eb;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 32px;
}

.index-title a:hover {
    background: #10a9eb;
    color: #fff
}

.index-set3-cont {
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05)
}

.index-set3-ves .imgd {
    width: 68.5%;
    height: 480px;
    background: #fff;
    position: relative;
}

.index-set3-ves .imgd img {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.index-set3-ves .txt {
    width: 31%;
    padding: 38px 3.5% 0 3.5%;
}

.index-set3-ves .txt .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}

.index-set3-ves .txt .title h6 {
    font-size: 28px;
    color: #2d343f
}

.index-set3-ves .txt .title span {
    font-size: 16px;
    color: #666;
}

.index-set3-ves .txt .cont {
    font-size: 16px;
    color: #59616c;
    line-height: 2.5;
    height: 359px;
    overflow-y: auto;
}

.index-set3-ul li {
    background: #fff;
    border-top: 1px solid #e4e4e4;
    height: 125px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.index-set3-ul li::before {
    width: 100%;
    height: 100%;
    transform-origin: 0 0;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #10a9eb;
    transform: translateX(-100%);
    transition: all 0.5s;
    opacity: 0;
    /* border-bottom-right-radius: 200% */
}

.index-set3-ul li:hover img {
    left: 42%;
    opacity: 0.5;
}

.index-set3-ul li:hover .text h6 {
    color: #fff
}

.index-set3-ul li:hover::before {
    transform: translateX(0%);
    /* border-bottom-right-radius: 0; */
    opacity: 1;
}

.index-set3-ul li:hover .text {
    right: 93px;
}

.index-set3-ul li:hover .text em {
    display: block
}

.index-set3-ul li.on img {
    left: 42%;
    opacity: 0.5;
}

.index-set3-ul li.on .text h6 {
    color: #fff
}

.index-set3-ul li.on::before {
    transform: translateX(0%);
    border-bottom-right-radius: 0;
    opacity: 1;
}

.index-set3-ul li.on .text {
    right: 93px;
}

.index-set3-ul li.on .text em {
    display: block
}

.index-set3-ul li img {
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 55%;
    height: auto;
    transition: all 0.5s;
}

.index-set3-ul li .text {
    width: 40%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
}

.index-set3-ul li .text h6 {
    font-size: 18px;
    color: #2d343f
}

.index-set3-ul li .text em {
    width: 20px;
    height: 20px;
    display: block;
    background: url('../images/index-set3-ico.png') no-repeat center;
    margin-top: 10px;
    display: none;
}

.index-set3-dd {
    margin-top: 30px;
}

.index-set3-dd li {
    background: #fff;
    width: 448px;
    margin-right: 28px;
    float: left;
}

.index-set3-dd li .imgd {
    width: 100%;
    height: 277px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}

.index-set3-dd li .imgd img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.index-set3-dd li .txt {
    padding: 16px 35px;
}

.index-set3-dd li .txt h6 {
    font-size: 20px;
    color: #333;
}

.index-set3-dd li .txt span {
    font-size: 16px;
    color: #7c7c7c
}

.index-set4 {
    padding: 68px 0;
}

.product-ves-paged img {
    max-width: 100%;
}

.product-ves-paged table {
    width: 100%;
}

.product-ves-paged strong {
    font-weight: bold
}

.product-ves-paged table td {
    padding: 0px 10px !important;
}

.index-set4-cont li {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.index-set4-cont li:nth-of-type(3n) {
    margin-right: 0;
}

.index-set4-cont li span {
    font-size: 24px;
    font-family: 'sz';
    color: #999;
}

.index-set4-cont li h6 {
    font-size: 22px;
    color: #3c3c3c;
    margin-top: 10px;
    margin-bottom: 24px;
}

.index-set4-cont li p {
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    /* padding: 20px 0; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-set4-cont li em {
    font-size: 16px;
    color: #10a9eb
}

.index-set4-cont li em::after {
    width: 40px;
    height: 13px;
    content: '';
    background: url('../images/index-new-ico.png') no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

footer {
    background: #f2f2f2
}

footer .footer {
    padding: 58px 0 35px;
    border-bottom: 1px solid #dcdcdc
}

footer .foo_nav dl {
    display: inline-block;
    vertical-align: text-top;
    margin-left: 86px;
}

footer .foo_nav dl dt {
    margin-bottom: 10px;
}

footer .foo_nav dl dt a {
    font-size: 18px;
    color: #3c3c3c;
}

footer .foo_nav dl dd {
    margin-bottom: 6px;
    font-size: 14px;
}

footer .foo_nav dl dd a {
    color: #62615f;
}

footer .foo_nav dl dd a:hover {
    color: #333
}

footer .foo_d h2 {
    margin-bottom: 24px;
}

footer .foo_d h2 span {
    display: inline-block;
    padding: 2px 20px;
    border-radius: 20px;
    border: 1px solid #d3d3d3;
    font-size: 14px;
    color: #2d343f;
    margin-left: 5px;
}

footer .foo_d span {
    color: #7c7c7c
}

footer .foo_d .phone {
    margin-bottom: 10px;
}

footer .foo_d .phone p {
    color: #00a0df;
    font-size: 32px;
    margin-top: 10px;
}

footer .foo_d .foot_wb i {
    width: 32px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background: url('../images/fo-wx.png') no-repeat center;
    position: relative;
    cursor: pointer;
}

footer .foo_d .foot_wb i.wb {
    background-image: url('../images/fo-wb.png')
}

footer .foo_d .foot_wb i .dtd {
    width: 100px;
    position: absolute;
    background: #fff;
    height: 100px;
    left: 50%;
    top: 33px;
    transform: translateX(-50%);
    z-index: 2;
    display: none
}

footer .foo_d .foot_wb i .dtd img {
    max-width: 100%;
}

footer .foo_d .foot_wb i:hover .dtd {
    display: block;
    padding: 10px;
}

.fo-bt {
    padding: 16px 0 20px;
}

.fo-bt .tod-se1 {
    width: 148px;
    background: #dcdcdc;
    padding: 0 20px;
    position: relative;
    background: url('../images/foot-ico.jpg') no-repeat 120px center;
    background-color: #dcdcdc;
}

.fo-bt .tod-se1 span {
    line-height: 38px;
    font-size: 16px;
}

.fo-bt .tod-se1 .bdes {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 38px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.5s;
    height: 0;
}

.fo-bt .tod-se1:hover .bdes {
    height: auto;
}

.fo-bt .tod-se1 .bdes a {
    display: block;
    line-height: 32px;
    padding: 0 20px;
}

.fo-bt .tod-se1 .bdes a:hover {
    color: #fff;
    background: #10a9eb;
}

.foot_wb {
    margin-top: 16px;
}

.foot_dt {
    margin-top: 10px;
}

.fo-bt .fl {
    margin-top: 10px;
    font-size: 14px;
}

.fo-bt .fl a {
    display: inline-block;
    margin: 0 10px;
}

.product-d {
    margin: 40px 0;
}

.product-d li {
    position: relative;
}

.product-d li img {
    height: auto !important;
    width: 100%;
}

.product-d-d {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 9%;
}

.product-d-d h6 {
    font-size: 60px;
    font-family: 'gm';
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    transition: all .5s ease 0.8s;
    -webkit-transition: all .5s ease 0.8s;
    opacity: 0;
    transform: translateY(20px)
}

.product-d li.swiper-slide-active .product-d-d h6 {
    opacity: 1;
    transform: translateY(0px)
}

.product-d-d p {
    font-size: 32px;
    color: #fff;
    margin-bottom: 110px;
    opacity: 0;
    transform: translateY(20px);
    transition: all .5s ease 1.2s;
    -webkit-transition: all .5s ease 1.2s;
}

.product-d li.swiper-slide-active .product-d-d p {
    opacity: 1;
    transform: translateY(0px)
}

.product-d-d a {
    display: block;
    width: 180px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    transform: translateY(20px);
    opacity: 0;
    transform: translateY(20px);
    transition: all .5s ease 1.6s;
    -webkit-transition: all .5s ease 1.6s;
    position: relative;
    z-index: 3;
}

.product-d li.swiper-slide-active .product-d-d a {
    opacity: 1;
    transform: translateY(0px)
}

.product-d-d a:hover {
    background: #10a9eb;
    border-color: #10a9eb
}

.product-d&gt;i {
    width: 27px;
    height: 22px;
    background: url('../images/pro-to.png') no-repeat center;
    position: absolute;
    top: 50%;
    z-index: 2;
    cursor: pointer;
    margin-top: -11px;
    opacity: 0.5;
}

.product-d&gt;i.swipernext {
    right: 3%;
}

.product-d&gt;i.swiperprev {
    left: 3%;
    transform: rotate(180deg);
}

.product-d&gt;i:hover {
    opacity: 1;
}

.pro-nav {
    width: 100%;
    background: #f0f0f0;
    line-height: 56px;
}

.pro-nav a {
    display: block;
    float: left;
    padding: 0 32px;
    font-size: 16px;
    color: #666;
    position: relative;
    z-index: 1;
}

.pro-nav a::before {
    content: '';
    width: 0;
    height: 100%;
    background: #10a9eb;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
}

.pro-nav a:hover {
    color: #fff;
}

.pro-nav a:hover::before {
    width: 100%;
    opacity: 1;
}

.pro-nav a.on {
    color: #fff;
}

.pro-nav a.on::before {
    width: 100%;
    opacity: 1;
}

.pro-set1 {
    width: 100%;
    background: #f8f8f8;
    padding: 50px 0 30px;
    margin-top: 40px;
}

.pro-set1 li {
    width: 49%;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;
}

.pro-set1 li:nth-of-type(2n) {
    margin-right: 0;
}

.pro-set1 li p {
    width: 110px;
    text-align: right;
    line-height: 56px;
    font-size: 18px;
    color: #59616c
}

.pro-set1 li select {
    display: block;
    border: none;
    width: 100%;
    outline: none;
    background: none;
    line-height: 56px;
    height: 56px;
    font-size: 18px;
    padding: 0 20px;
    color: #59616c;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.pro-set1 li .fr {
    background: #ffffff;
    width: 558px;
    border: 1px solid #dddddd;
    background-image: url('../images/pro-xb.png');
    background-repeat: no-repeat;
    background-position: 508px center;
}

.pro-set1 h3 {
    font-size: 28px;
    color: #2d343f;
    margin-bottom: 36px;
}

.pro-ves {
    width: 100%;
    padding: 35px 0 0;
}

.pro-ves .navpro {
    color: #a0a0a0
}

.pro-ves .navpro img {
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 10px;
}

.pro-ves .navpro a {
    display: inline-block;
    vertical-align: middle;
    color: #a0a0a0
}

.pro-ves .navpro a:hover {
    color: #10a9eb
}

.pro-ves .tit {
    margin-bottom: 32px;
}

.pro-ves .tit span {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    color: #2d343f;
    margin-left: 6px;
}

.pro-ves-page-cont {
    width: 100%;
}

.pro-ves-page-cont li {
    width: 32%;
    float: left;
    margin-right: 2%;
    border: 1px solid #dddddd;
    margin-bottom: 32px;
    background: #fff;
    transition: all 0.5s
}

.pro-ves-page-cont li:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    transform: translateY(-8px)
}

.pro-ves-page-cont li:nth-of-type(3n) {
    margin-right: 0;
}

.pro-ves-page-cont li .imgd {
    width: 100%;
    height: 270px;
    position: relative;
    border-bottom: 1px solid #dddddd;
}

.pro-ves-page-cont li .imgd img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pro-ves-page-cont li .txt {
    padding: 20px;
}

.pro-ves-page-cont li .txt h6 {
    font-size: 20px;
    color: #2d343f;
}

.pro-ves-page-cont li .txt span {
    color: #dddddd
}

.pro-ves .pro-ves-page {
    padding: 40px 0 10px;
}

.pro-ves .pro-ves-page:nth-of-type(2n) {
    background: #f8f8f8
}

#pro-ves .desv {
    text-align: center;
    font-size: 68px;
    color: #ddd;
    padding: 40px 0 60px;
}

.banner-ves {
    position: absolute;
    width: 100%;
    left: 0;
    top: 28%;
    z-index: 2;
}

.banner-ves h6 {
    font-size: 100px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'gm';
    line-height: 1.1;
}

.banner-ves p {
    font-size: 32px;
    color: #fff;
}

.banner-ves span {
    display: block;
    font-size: 24px;
    color: #fff;
    margin-top: 32px;
}

.case-set1 .case-set1-fl {
    width: 880px;
}

.case-set1 .texts {
    width: 100%;
    background: #fff;
    position: relative;
    padding: 40px 25px 32px;
    margin-left: auto;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.case-set1 .texts::before {
    width: 27px;
    height: 22px;
    position: absolute;
    right: 25px;
    margin-top: -11px;
    content: '';
    display: block;
    top: 50%;
    background: url('../images/new-ico.png') no-repeat center;
}

.case-set1 .imgd {
    width: 100%;
    overflow: hidden;
}

.case-set1 .imgd img {
    transition: all 0.5s
}

.case-set1 .case-set1-fl:hover .texts::after {
    width: 100%;
    opacity: 1;
}

.case-set1 .case-set1-fl:hover .texts::before {
    background-image: url('../images/new-ico_action.png')
}

.case-set1 .case-set1-fl:hover .texts h6 {
    border-left-color: #fff;
    color: #fff
}

.case-set1 .case-set1-fl:hover .texts p {
    color: #fff
}

.case-set1 .case-set1-fl:hover .imgd img {
    transform: scale(1.1)
}

.case-set1 .texts::after {
    width: 0;
    height: 100%;
    content: '';
    background: #10a9eb;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.5s;
    opacity: 0;
}

.case-set1 .texts h6 {
    font-size: 28px;
    font-weight: bold;
    color: #3c3c3c;
    padding-left: 18px;
    border-left: 2px solid #00a0df;
    line-height: 1;
    margin-bottom: 6px;
}

.case-set1 .case-set1-fl .texts {
    width: 800px;
    margin-left: auto;
    margin-top: -40px;
}

.case-set1 .texts p {
    font-size: 14px;
    color: #7c7c7c;
    text-transform: uppercase;
    padding-left: 18px;
}

.case-set1 {
    width: 100%;
    background: #f5f5f5;
    padding-top: 110px;
}

.case-set1 img {
    max-width: 100%;
}

.case-set1-page1 {
    width: 400px;
    margin-bottom: 26px;
}

.case-set1-page1 .texts {
    padding: 24px 25px 16px;
}

.case-set1-page2 {
    width: 479px;
}

.case-set1-page2 .texts {
    padding: 24px 25px 16px;
    margin-top: -46px;
    width: 397px;
    margin-left: 0;
}

.case-set1-d {
    width: 100%;
    padding: 40px 0 80px;
}

.case-set1-d li {
    width: 400px;
    margin-right: 30px;
    float: left;
}

.case-set1-d li:first-of-type {
    width: 540px;
}

.case-set1-d li:nth-of-type(3n) {
    margin-right: 0;
}

.case-set1-d li .texts {
    padding: 24px 25px 16px;
}

.case-set1-page1:hover .texts::after {
    width: 100%;
    opacity: 1;
}

.case-set1-page1:hover .texts::before {
    background-image: url('../images/new-ico_action.png')
}

.case-set1-page1:hover .texts h6 {
    border-left-color: #fff;
    color: #fff
}

.case-set1-page1:hover .texts p {
    color: #fff
}

.case-set1-page1:hover .imgd img {
    transform: scale(1.1)
}

.case-set1-page2:hover .texts::after {
    width: 100%;
    opacity: 1;
}

.case-set1-page2:hover .texts::before {
    background-image: url('../images/new-ico_action.png')
}

.case-set1-page2:hover .texts h6 {
    border-left-color: #fff;
    color: #fff
}

.case-set1-page2:hover .texts p {
    color: #fff
}

.case-set1-page2:hover .imgd img {
    transform: scale(1.1)
}

.case-set1-d li:hover .texts::after {
    width: 100%;
    opacity: 1;
}

.case-set1-d li:hover .texts::before {
    background-image: url('../images/new-ico_action.png')
}

.case-set1-d li:hover .texts h6 {
    border-left-color: #fff;
    color: #fff
}

.case-set1-d li:hover .texts p {
    color: #fff
}

.case-set1-d li:hover .imgd img {
    transform: scale(1.1)
}

.case-set2 {
    width: 100%;
}

.case-set2 .title {
    padding: 68px 0 52px;
    text-align: center;
}

.case-set2 .title h3 {
    font-size: 36px;
    color: #10a9eb;
    text-transform: uppercase;
    font-family: 'gm';
    line-height: 1;
}

.case-set2 .title p {
    font-size: 24px;
    color: #2d343f
}

.case-set2-ves li {
    width: 32%;
    margin-right: 2%;
    float: left;
    border: 1px solid #dddddd;
    margin-bottom: 26px;
}

.case-set2-ves li .imgd {
    width: 100%;
    position: relative
}

.case-set2-ves li .imgd::after {
    width: 81px;
    height: 81px;
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px;
    background: url('../images/index-setr-ico.png') no-repeat center;
    transition: all 0.5s;
    transform: scale(0)
}

.case-set2-ves li .imgd::before {
    width: 100%;
    height: 100%;
    background: #10a9eb;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    transition: all 0.5s;
    transform: scale(0)
}

.case-set2-ves li:hover .imgd::before {
    transform: scale(1);
}

.case-set2-ves li:hover .imgd::after {
    transform: scale(1);
}

.case-set2-ves li .imgd img {
    width: 100%;
    height: auto;
}

.case-set2-ves li:nth-of-type(3n) {
    margin-right: 0;
}

.case-set2-ves li h6 {
    text-align: center;
    font-size: 16px;
    color: #2d343f;
    padding: 12px 0;
    border-top: 1px solid #dddddd
}

.case-set2-ves {
    padding-bottom: 120px;
}

.case-more {
    width: 200px;
    text-align: center;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #00a0df;
    display: block;
    margin: 0 auto;
    line-height: 40px;
    font-size: 18px;
    text-transform: uppercase;
    color: #10a9eb;
    margin-top: 50px;
}

.case-more:hover {
    background: #10a9eb;
    color: #fff
}

.new-nav {
    width: 100%;
    background: #f0f0f0
}

.new-title {
    width: 100%;
    padding: 60px 0 34px;
}

.new-title h6 {
    font-size: 36px;
    color: #10a9eb;
    font-family: 'gm';
    text-transform: uppercase;
    line-height: 1;
}

.new-title p {
    font-size: 24px;
    color: #2d343f
}

.new-cont {
    width: 100%;
    /* padding-bottom: 50px; */
}

.new-cont .new-cont-page {
    width: 100%;
    padding: 40px 0;
    border-top: 1px solid #dddddd
}

.new-cont .new-cont-page .fl {
    width: 444px;
    height: 275px;
}

.new-cont .new-cont-page .fl img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.new-cont .new-cont-page .text {
    width: 701px;
    transition: all 0.5s
}

.new-cont .new-cont-page:hover .text {
    transform: translateX(-12px)
}

.new-cont-page .text span {
    font-size: 24px;
    color: #59616c;
    font-family: 'sz';
}

.new-cont .new-cont-page:hover .text h6 {
    color: #10a9eb
}

.new-cont-page .text h6 {
    font-size: 24px;
    color: #3c3c3c;
    margin-bottom: 24px;
    margin-top: 6px;
}

.new-cont-page .text p {
    font-size: 14px;
    color: #7c7c7c;
    height: 117px;
}

.new-cont-page .text em {
    font-size: 16px;
    color: #10a9eb;
}

.new-cont-page .text em::after {
    width: 40px;
    height: 13px;
    content: '';
    background: url('../images/new-ico.png') no-repeat center;
    display: inline-block;
    vertical-align: middle
}

.new-cont .new-cont-page:last-of-type {
    border-bottom: 1px solid #ddd
}

.ab-set1 {
    width: 100%;
    text-align: center;
    padding: 80px 0 50px;
}

.ab-tit {
    margin-bottom: 50px;
}

.ab-tit h6 {
    font-size: 36px;
    color: #10a9eb;
    text-transform: uppercase;
    line-height: 1.1;
    font-family: 'gm';
}

.ab-tit p {
    font-size: 24px;
    color: #2d343f;
}

.ab-set1 h3 {
    font-size: 52px;
    color: #10a9eb;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 36px;
}

.ab-set1 .cont {
    font-size: 18px;
    color: #59616c;
    line-height: 2;
}

.ab-set1 .cont p {
    margin-bottom: 26px;
}

.ab-set2 {
    background: #f5f5f5;
    padding: 80px 0;
}

.ab-set2 li {
    width: 32%;
    float: left;
    margin-right: 2%;
    position: relative;
}

.ab-set2 li:nth-of-type(3n) {
    margin-right: 0;
}

.ab-set2 li .txt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 10%;
    padding: 0 12%
}

.ab-set2 li .txt h6 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 18px;
}

.ab-set2 li .txt p {
    font-size: 18px;
    color: #fff
}

.ab-set3 {
    padding: 80px 0;
}

.ab-set3 ul {
    border: 1px solid #dddddd
}

.ab-set3 li {
    width: 33.3333%;
    float: left;
    height: 238px;
    text-align: center;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.ab-set3 li:nth-of-type(1),
.ab-set3 li:nth-of-type(2),
.ab-set3 li:nth-of-type(3) {
    border-top: none
}

.ab-set3 li:nth-of-type(3n) {
    border-right: none
}

.ab-set3 li h5 {
    font-size: 42px;
    color: #10a9eb;
    font-family: 'sz';
    text-align: center;
    padding-top: 36px;
}

.ab-set3 li h6 {
    font-size: 24px;
    color: #2d343f;
    padding: 6px 0;
}

.ab-set3 li p {
    font-size: 16px;
    color: #59616c
}

.ab-set3 li.on {
    background: #10a9eb
}

.ab-set3 li.on h5 {
    color: #fff
}

.ab-set3 li.on h6 {
    color: #fff;
}

.ab-set3 li.on p {
    color: #fff
}

.ab-set3 li:hover {
    background: #10a9eb
}

.ab-set3 li:hover h5 {
    color: #fff
}

.ab-set3 li:hover h6 {
    color: #fff;
}

.ab-set3 li:hover p {
    color: #fff
}

.ab-set4 {
    padding: 70px 0;
    background: url('../images/ab-set4-bj.jpg') no-repeat center bottom;
    background-color: #f5f5f5
}

.ab-set4-cont .intext {
    opacity: 0;
    width: 960px;
    border: 1px solid #ddd;
    background: #fff;
    margin-top: 40px;
    padding: 45px 72px;
    ;
    position: relative;
}

.ab-set4-cont .intext img {
    max-width: 100%;
}

.ab-set4-cont .intext::before {
    width: 27px;
    height: 19px;
    display: block;
    position: absolute;
    left: 56px;
    top: -18px;
    background: url('../images/ab-ico.jpg') no-repeat center;
    content: '';
}

.ab-set4-cont .intext p {
    margin-bottom: 10px;
    font-size: 18px;
}

.ab-set4-cont li h5 {
    text-align: center;
    font-size: 24px;
    color: #59616c;
    margin-bottom: 18px;
    line-height: 48px;
}

.ab-set4-cont li .dt {
    height: 26px;
}

.ab-set4-cont li .dt span {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

.ab-set4-cont li .dt span::before {
    width: 16px;
    height: 16px;
    background: #10a9eb;
    content: '';
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}


/* .ab-set4-cont li.swiper-slide-active .intext{
    opacity: 1;
    transition: all 0.5s
}
.ab-set4-cont li.swiper-slide-active .dt span{
    width: 25px;
    height: 25px;
   
}
.ab-set4-cont li.swiper-slide-active .dt {
    margin-top: -4px;
}
.ab-set4-cont li.swiper-slide-active .dt span::before{
    opacity: 1;
}
.ab-set4-cont li.swiper-slide-active h5{
    font-size: 42px;
    color: #10a9eb
} */

.ab-set4-cont li.swiper-active .intext {
    opacity: 1;
    transition: all 0.5s
}

.ab-set4-cont li.swiper-active .dt span {
    width: 25px;
    height: 25px;
    /* margin-top: -2px; */
}

.ab-set4-cont li.swiper-active .dt {
    margin-top: -4px;
}

.ab-set4-cont li.swiper-active .dt span::before {
    opacity: 1;
}

.ab-set4-cont li.swiper-active h5 {
    font-size: 42px;
    color: #10a9eb
}

.ab-set4-cont {
    position: relative;
}

.ab-set5 {
    padding: 70px 0;
}

.ab-set4-cont::before {
    width: 100%;
    height: 1px;
    content: '';
    display: block;
    background: #aaaaaa;
    position: absolute;
    left: 0;
    top: 73px;
}

.ab-set5-cont li {
    background: #fff;
}

.ab-set5-cont li h6 {
    text-align: center;
    border: 1px solid #ddd;
    border-top: none;
    font-size: 18px;
    padding: 10px 0;
}

.sjyf-cont-page {
    width: 100%;
    padding: 70px 0;
}

.sjyf-cont-page .cont {
    color: #59616c
}

.sjyf-cont-page .ab-tit {
    margin-bottom: 30px;
}

.sjyf-cont-img {
    padding: 40px 0;
}

.sjyf-cont-img li {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.sjyf-cont-img li:nth-of-type(3n) {
    margin-right: 0;
}

.sjyf-cont-text .fr ul {
    display: flex;
    justify-content: space-between;
    width: 900px;
}

.sjyf-cont-text .fr ul li {
    /* display: inline-block; */
    text-align: center;
    /* margin-left: 204px; */
}

.sjyf-cont-text .fr ul li h6 span {
    font-size: 130px;
    font-family: 'sz';
    display: inline-block;
    color: #10a9eb;
    vertical-align: text-top;
    line-height: 1;
}

.sjyf-cont-text .fr ul li h6 em {
    color: #10a9eb;
    font-size: 24px;
    display: inline-block;
    vertical-align: text-top;
}

.sjyf-cont-text .fr ul li p {
    font-size: 16px;
    color: #59616c
}

.sjyf-cont-text .fl {
    padding-top: 14px;
}

.sjyf-cont-text .fl h6 {
    font-size: 20px;
    color: #333;
    margin-bottom: 16px;
}

.sjyf-cont-text .fl p {
    /* font-size: #59616c; */
    color: #59616c;
    line-height: 2;
}

.sjyf-cont .sjyf-cont-page:nth-of-type(2n) {
    background: #f5f5f5;
}

.ryzz-cont {
    padding-top: 70px;
    padding-bottom: 60px;
}

.ryzz-cont-cont li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    border: 1px solid #ddd;
}

.ryzz-cont-cont li:nth-of-type(3n) {
    margin-right: 0;
}

.ryzz-cont-cont li .imgd {
    width: 100%;
    position: relative;
    height: 445px;
    border-bottom: 1px solid #ddd;
}

.ryzz-cont-cont li .imgd img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.ryzz-cont-cont li h5 {
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    position: relative;
    z-index: 1;
}

.ryzz-cont-cont li h5::before {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    background: #10a9eb;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
}

.ryzz-cont-cont li:hover h5 {
    color: #fff;
}

.ryzz-cont-cont li:hover h5::before {
    height: 100%;
    opacity: 1;
}

.ryzz-cont .case-more {
    margin-top: 20px;
}

.ryzz-cont-ves {
    width: 100%;
}

.ryzz-cont-ves li {
    width: 19%;
    margin-right: 1.25%;
    float: left;
    border: 1px solid #ddd;
    height: 140px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

.ryzz-cont-ves li:nth-of-type(5n) {
    margin-right: 0;
}

.ryzz-cont-ves li img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.ryzz-cont-ves li h5 {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 140px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: rgba(0, 160, 223, 0.8);
    transition: all 0.5s;
    transform: scale(0)
}

.ryzz-cont-ves li:hover h5 {
    transform: scale(1)
}

.spys-cont {
    padding-top: 70px;
}

.shfw-set1 {
    padding: 70px 0;
}

.shfw-set1-cont {
    padding: 30px;
    border: 1px solid #ddd;
}

.shfw-set1 .imgd {
    width: 450px;
    display: inline-block;
    vertical-align: middle;
}

.shfw-set1 .texts {
    display: inline-block;
    vertical-align: middle;
    width: 850px;
    padding-left: 72px;
}

.shfw-set1 .texts .p:first-of-type {
    margin-bottom: 35px;
}

.shfw-set1 .texts span {
    display: inline-block;
    width: 80px;
    vertical-align: text-top;
    font-size: 30px;
    color: #10a9eb;
    line-height: 1.2;
}

.shfw-set1 .texts p {
    width: 686px;
    display: inline-block;
    vertical-align: text-top;
    font-size: 16px;
    color: #59616c;
    line-height: 2;
}

.shfw-set2 {
    width: 100%;
    padding: 70px 0;
    background: #f5f5f5;
    text-align: center
}

.shfw-set2-cont {
    width: 100%;
    position: relative;
}

.shfw-set2-cont::before {
    width: 80%;
    content: '';
    top: 66px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: #dddddd;
    position: absolute
}

.shfw-set2-cont li:first-of-type {
    margin-left: 0;
}

.shfw-set2-cont li {
    display: inline-block;
    vertical-align: text-top;
    margin-left: 75px;
}

.shfw-set2-cont li .imgdt {
    border-radius: 50%;
    padding: 28px 0 20px;
    background: #fff;
    border: 1px solid #e2e2e2;
    width: 119px;
    height: 119px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.shfw-set2-cont li p {
    font-size: 18px;
    color: #59616c
}

.shfw-set3 {
    padding: 70px 0;
}

.shfw-set3 .fw-set {
    width: 49%;
    border: 1px solid #dddddd;
    padding: 32px 0;
    text-align: center;
    cursor: pointer;
}

.shfw-set3 .fw-set .dt {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-left: 20px;
}

.shfw-set3 .fw-set .dt span {
    color: #59616c;
}

.shfw-set3 .fw-set .dt h6 {
    font-size: 32px;
    color: #10a9eb;
}

.cjwt-cont {
    width: 100%;
    padding-top: 70px;
}

.cjwt-cont-ves {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 80px;
}

.cjwt-cont-ves li:first-of-type {
    border-top: none;
    ;
}

.cjwt-cont-ves li {
    border-top: 1px solid #ddd;
    position: relative
}

.cjwt-cont-ves li::before {
    width: 100%;
    height: calc(100% + 1px);
    display: block;
    content: '';
    border: 1px solid #10a9eb;
    left: -1px;
    top: -1px;
    position: absolute;
    opacity: 0;
}

.cjwt-cont-ves li.on::before {
    opacity: 1;
}

.cjwt-cont-ves li h3 {
    padding: 18px 56px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.cjwt-cont-ves li h3 span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 20px;
    color: #333
}

.cjwt-cont-ves li .cont {
    overflow: hidden;
    padding: 0px 72px 20px;
    /* display: none */
}

.cjwt-cont-ves li .cont::before {
    width: 80%;
    height: 1px;
    background: #ddd;
    content: '';
    display: block;
    margin-bottom: 20px;
}

.xz-cont {
    width: 100%;
    padding-bottom: 25px;
}

.xz-cont li {
    width: 49%;
    float: left;
    margin-right: 2%;
    border: 1px solid #dddddd;
    margin-bottom: 30px;
    padding: 30px;
    transition: all 0.5s;
}

.xz-cont li:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}

.xz-cont li:nth-of-type(2n) {
    margin-right: 0;
}

.xz-cont li h6 {
    font-size: 20px;
    color: #3c3c3c;
    margin-bottom: 22px;
}

.xz-cont li a {
    width: 240px;
    text-align: center;
    display: block;
    background: #e7e7e7;
    line-height: 42px;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.xz-cont li a i {
    width: 25px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    background: url('../images/xz-ico.png') no-repeat center
}

.xz-cont li a:hover {
    /* background: #10a9eb; */
    color: #fff;
}

.xz-cont li a:hover i {
    background-image: url('../images/xz-ico1.png')
}

.xz-cont li a::before {
    width: 0;
    content: '';
    height: 100%;
    background: #10a9eb;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    transition: all 0.5s
}

.xz-cont li a:hover::before {
    width: 100%;
}

.join-color h6 {
    color: #333 !important
}

.join-color p {
    color: #333 !important
}

.join-set1 {
    padding: 70px 0;
    text-align: center
}

.join-set2 {
    padding: 70px 0 50px;
    background: #f5f5f5;
    text-align: center;
}

.join-set2-cont {
    width: 100%;
    padding-top: 20px;
}

.join-set2-cont li {
    width: 20%;
    text-align: center;
    float: left;
    margin-bottom: 50px;
}

.join-set2-cont li .imgd {
    width: 162px;
    height: 162px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 0 auto 20px;
}

.join-set2-cont li .imgd img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.join-set2-cont li h6 {
    font-size: 18px;
    color: #333;
}

.join-set3 {
    padding: 70px 0
}

.join-set3 .ab-tit {
    text-align: center;
}

.join-conten {
    padding-bottom: 70px
}

.join-conten h3 {
    font-size: 48px;
    color: #444;
    /* font-weight: bold; */
    padding: 80px 0 60px 0;
}

.join-conten h3::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #444444;
    margin-top: 12px;
}

.join-conten dl {
    width: 100%;
    font-size: 16px;
    color: #444;
    border: 1px solid #ddd;
}

.join-conten dl dt,
.join-conten dl dd {
    box-sizing: border-box;
    display: block;
    padding: 0 30px;
}

.join-conten dl dd.on {
    background: #fff !important
}

.join-conten dl dd:hover {
    /* background: #f2f1f1 !important */
}

.join-conten dl dd:nth-of-type(2n-1) {
    background: #fdfdfe;
}

.join-conten dl dd:nth-of-type(2n) {
    background: #f8f8f8;
}

.join-conten dl ul {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.join-conten dl ul li:first-of-type {
    width: 296px;
}

.join-conten dl ul li:last-of-type {
    width: 296px;
    text-align: right
}

.join-conten dl dt {
    background: #10a9eb;
    color: #fff
    /* border-bottom: 2px solid #aaaaaa */
}

.join-conten dl dd.on::before {
    opacity: 1;
}

.join-conten dl dd::before {
    width: 100%;
    height: 100%;
    display: block;
    left: -1px;
    top: -1px;
    content: '';
    position: absolute;
    border: 1px solid #10a9eb;
    opacity: 0;
}

.join-conten dl dd {
    border-bottom: 1px solid #ddd;
    position: relative;
}

.join-conten dl dd:last-of-type {
    border-bottom: none
}

.join-conten dl dd .conten {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #dddddd;
    padding: 30px 0;
    /* display: none */
}

.join-conten dl dd .conten b {
    color: #828081;
    font-weight: normal;
    padding-right: 10px;
}

.join-conten dl dd .conten .zr {
    display: flex;
}

.join-conten .p {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

.join-conten .p p {
    font-size: 18px;
    color: #444;
    line-height: 36px;
}

.join-conten .p a {
    display: block;
    text-align: center;
    background: #10a9eb;
    color: #fff;
    width: 120px;
    line-height: 40px;
    height: 40px;
    margin-left: 30px;
    /* border-radius: 3px */
}

.join-conten .p a:hover {
    background: #605f5e
}

.join-conten .form {
    width: 100%;
}

.join-conten .form ul {
    display: flex;
    justify-content: space-between
}

.join-conten .form ul li {
    border: 1px solid #dddddd;
    padding: 12px 20px
}

.join-conten .form ul .error input {
    width: 103px;
}

.join-conten .form ul .error span:last-of-type {
    color: red
}

.contact-set1 {
    padding-top: 70px;
}

.contact-set1-con {
    padding-bottom: 70px;
    border-bottom: 1px solid #ddd;
}

.contact-set1 .fr {
    margin-top: 50px;
}

.contact-set1 .fr li {
    display: inline-block;
    text-align: center;
    margin-left: 20px;
}

.contact-set1 .fr li img {
    padding: 10px;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: 8px;
}

.contact-set1 .fl span {
    color: #666;
}

.contact-set1 .fl h6 {
    font-size: 46px;
    color: #10a9eb;
    margin-bottom: 20px;
}

.contact-set1 .fl .cont {
    color: #59616c;
    line-height: 2;
}

.contact-set1 {
    width: 100%;
    /* padding: 60px 0; */
}

.contact-set1 h3 {
    font-size: 24px;
    color: #2d343f;
    margin-bottom: 20px;
}

.contact-set1 .condt {
    margin-bottom: 20px;
}

.contact-set1 .condt label {
    display: block;
    width: 24%;
    float: left;
    margin-right: 1.25%;
    border: 1px solid #dddddd;
    padding: 8px 28px;
    font-size: 18px;
    white-space: nowrap
}

.contact-set1 .condt label:last-of-type {
    margin-right: 0;
}

.contact-set1 textarea {
    display: block;
    border: 1px solid #dddddd;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    height: 250px;
}

.contact-set1 .submit {
    display: block;
    width: 100%;
    background: #10a9eb;
    color: #fff;
    line-height: 42px;
    margin-top: 20px;
}

.contact-set2 {
    padding-bottom: 70px;
}

.contact-set3 {
    padding: 70px 0;
    background: #f5f5f5
}

.contact-set3-cont {
    width: 100%;
}

.contact-set3-cont li {
    width: 49%;
    float: left;
    margin-right: 2%;
    background: #fff;
    padding: 28px 25px 28px;
    margin-bottom: 30px;
}

.contact-set3-cont li:nth-of-type(2n) {
    margin-right: 0;
}

.contact-set3-cont li h6 {
    font-size: 28px;
    color: #333;
    margin-bottom: 12px;
}

.contact-set3-cont li .cont {
    padding-left: 50px;
    color: #6f7680
}

.contact-set3-cont li .cont a {
    display: block;
    width: 162px;
    background: #f5f5f5;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    margin-top: 16px;
}

.contact-set3-cont li .cont a:hover {
    background: #10a9eb;
    color: #fff
}

.cases-nav {
    width: 100%;
    color: #a7a7a7;
    padding: 30px 0;
}

.cases-nav a {
    color: #a7a7a7;
}

.cases-nav img {
    margin-right: 5px;
}

.cases-nav a:hover {
    color: #10a9eb
}

.case-connt {
    padding-bottom: 70px;
}

.case-connt li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.case-connt li:nth-of-type(3n) {
    margin-right: 0;
}

.case-connt li h6 {
    font-size: 18px;
    color: #2d343f;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #ddd;
    border-top: none;
    position: relative;
    z-index: 1;
}

.case-connt li h6::before {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    background: #10a9eb;
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    transition: all 0.5s;
    z-index: -1;
}

.case-connt li:hover h6 {
    color: #fff
}

.case-connt li:hover h6::before {
    height: 100%;
    opacity: 1;
}

.casesdef {
    background: #f5f5f5;
    padding-bottom: 60px;
}

.cases-nav .fr {
    color: #10a9eb
}


/*åˆ†äº«æŒ‰é’®*/

.share {
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
}

.bdshare-button-style0-32 {
    float: left;
}

.bdshare-button-style0-32 a {
    margin: 0 5px !important;
}

.bds_weixin {
    background: url(../images/share/wx.png) no-repeat center !important;
}

.bds_tsina {
    background: url(../images/share/sina.png) no-repeat center !important;
}

.bds_qzone {
    background: url(../images/share/qzone.png) no-repeat center !important;
}

.bds_sqq {
    background: url(../images/share/qq.png) no-repeat center !important;
}

.bds_more {
    background: url(../images/share/plus.png) no-repeat center !important;
}

.bd_weixin_popup {
    box-sizing: content-box;
}

.casesdef-cont {
    width: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 20px 35px;
    border-radius: 4px;
    border-top: 4px solid #10a9eb;
    margin-bottom: 70px;
}

.casesdef-cont .title {
    padding: 30px 20px 20px;
    border-bottom: 1px solid #ddd;
}

.casesdef-cont .title h1 {
    font-size: 42px;
    line-height: 1;
    color: #333;
    margin-bottom: 8px;
}

.casesdef-cont .title .tit span {
    color: #666;
    font-size: 16px;
}

.casesdef-cont .title .fr {
    padding-top: 24px;
}

.casesdef-cont-d {
    padding: 30px;
}

.casesdef-nav {
    border-top: 1px solid #ddd;
    padding: 20px 30px 0;
    color: #7c7c7c
}

.casesdef-nav ul a {
    color: #59616c
}

.casesdef-nav ul a:hover {
    color: #10a9eb
}

.casesdef-nav .fr {
    margin-top: 10px;
}

.productdef .cases-nav {
    padding: 18px 0;
}

.productdef .imgd {
    width: 818px;
    height: 579px;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
}

.productdef .imgd img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.cases-cont {
    width: 525px;
}

.cases-cont .title {
    border-bottom: 1px solid #dddddd;
    padding: 15px 0 30px;
}

.cases-cont .title h6 {
    font-size: 32px;
    color: #2d343f;
}

.cases-cont .title span {
    font-size: 16px;
    color: #7c7c7c;
}

.cases-cont .cont {
    padding: 40px 26px;
}

.cases-cont .cont h6 {
    font-size: 16px;
    color: #999999;
}

.cases-cont .cont .ves {
    font-size: 16px;
    color: #59616c;
    padding: 25px 0;
}

.cases-cont .cont .btnd {
    margin-top: 40px;
}

.cases-cont .cont .btnd a {
    display: inline-block;
    width: 160px;
    border-radius: 3px;
    background: #10a9eb;
    text-align: center;
    line-height: 42px;
    color: #fff;
}

.cases-cont .cont .btnd img {
    margin-right: 5px;
}

.cases-cont .cont .btnd a:last-of-type {
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
    margin-left: 10px;
}

.productdef {
    padding-bottom: 70px;
}

.product-ves {
    padding-top: 40px;
    padding-bottom: 70px;
}

.product-ves-page table {
    width: 100%;
    border: none
}

.product-ves-page table thead {
    background: #eeeeee;
    color: #59616c;
    text-align: center;
    line-height: 40px;
}

.product-ves-page table tbody {
    line-height: 42px;
    text-align: center
}

.product-ves-page table tbody tr {
    border-bottom: 1px solid #ddd;
}

.product-ves-page table tbody span {
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url('../images/pro-xz.jpg') no-repeat center;
    cursor: pointer;
}


/*æœåŠ¡ç½‘ç‚¹*/

.gobo-map {
    position: relative;
}

.lse-map {
    width: 100%;
    height: 700px;
    overflow: hidden;
    background: #f2f2f2;
}

.lse-m-img {
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.lse-sec {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 77px;
    background-color: rgba(51, 51, 51, 0.7);
    z-index: 9;
}

.lse-sc-p {
    color: #fff;
    line-height: 77px;
    font-size: 20px;
    float: left;
}

.com-width {
    margin-right: auto;
    margin-left: auto;
    width: 1200px;
}

.lse-sc-p span {
    margin-left: 9px;
}

.lse-sc-r {
    float: right;
    margin-top: 21px;
}

.lse-sc-r select,
.lse-sc-r input {
    display: block;
    overflow: hidden;
    margin-left: 10px;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #89898F;
    color: #fff;
}

.lse-sc-r select {
    width: 140px;
    padding-left: 10px;
    font-family: "å¾®è½¯é›…é»‘";
}

.lse-sc-r .lse-s-k {
    padding: 0 10px;
    width: 239px;
}

.lse-sc-r .lse-s-s {
    width: 100px;
    background-color: #10a9eb;
    text-align: center;
    cursor: pointer;
    font-family: "å¾®è½¯é›…é»‘";
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.lse-sc-r .lse-s-s:hover {
    background: #10a9eb;
}

.index-f {
    width: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    z-index: 20;
    left: 0;
    top: 0;
    transform: scale(0);
    transform-origin: 100% 0;
    transition: all 0.3s ease-in;
    opacity: 0;
    border-bottom-left-radius: 200%;
}

.index-off {
    transform: scale(1) !important;
    opacity: 1 !important;
    border-bottom-left-radius: 0 !important
}

.ss-ves {
    width: 1000px;
    margin: 150px auto;
    text-align: center
}

.search-bar {
    display: inline-block;
    /* margin-top: 30px; */
    width: 420px;
    line-height: 50px;
    border-radius: 5px;
    vertical-align: middle
    /* display: block; */
    /* margin: 0 auto; */
}

.search-bar .inp {
    float: left;
    width: 340px;
    padding: 0 20px;
    text-align: left;
    font-size: 16px;
    line-height: 50px;
    background: #f9f9f9;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) inset;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.search-bar .inp::-webkit-input-placeholder {
    color: #999;
}

.search-bar .sub {
    float: right;
    width: 80px;
    height: 50px;
    background: url(../images/icon-search.png) no-repeat center #10a9eb;
    background-size: 30px;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.search-bar .sub:hover {
    background-color: #10a9eb;
}

.index-f .button {
    width: 80px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    /* background: url('../images/gb.png') no-repeat center center; */
    background-size: 40px 40px;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 6px;
    background: #fff;
    font-size: 16px;
}

.index-f .button:hover {
    background: #10a9eb;
    color: #333
}


/*äºŒçº§å¯¼èˆª*/

.tnavbox {
    position: absolute;
    width: 100%;
    left: 0;
    top: 90px;
    height: 0;
    background: #F5F5F5;
    text-align: center;
    z-index: 999;
}

.tnav {
    background: #F5F5F5;
    padding: 45px 0 0px;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: 400ms;
    -webkit-transition: 400ms;
    text-align: center;
}

.tnav .item {
    position: relative;
    display: inline-block;
    width: 15.1041%;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 1.8;
    text-align: left;
    background: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.tnav .item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.tnav .item img {
    max-width: 100%;
    max-height: 100%;
}

.tnav .item .cont {
    position: absolute;
    left: 0;
    top: 20px;
    padding-left: 25px;
}

.tnav .item .cont .tit {
    position: relative;
    font-size: 18px;
    color: #484a4c;
    margin-bottom: 10px;
}

.tnav .item .cont .tit a {
    color: #484a4c;
    font-size: 14px;
}

.tnav .item .cont .tit a:hover {
    color: #10a9eb;
}

.tnav .item .cont .tit:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 50%;
    margin-top: -18px;
    height: 36px;
    border-left: 5px solid #10a9eb;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.tnav .item:hover .cont .tit:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}

.tnav .item .cont .m-tit a {
    display: inline-block;
}

.tnavbox .line {
    z-index: 9;
    width: 20px;
    height: 4px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 17px;
    background: #a2192b;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: 400ms;
    -webkit-transition: 400ms;
}

header .nav_header li:hover .tnavbox .tnav,
header .nav_header li:hover .tnavbox .line {
    transform: translate(0);
    -webkit-transform: translate(0);
    opacity: 1;
    visibility: visible;
}


/*æ–°æ·»å¯¼èˆª 08-12*/

.nav-case {
    text-align: center;
    font-size: 0;
    height: 163px;
    margin-bottom: 30px;
}

.nav-case li {
    display: inline-block;
    height: 163px;
    border-right: 1px solid #DCDDDF;
    border-top: 1px solid #DCDDDF;
    border-bottom: 1px solid #DCDDDF;
    cursor: pointer;
    -webkit-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}

.nav-case li:first-child {
    border-left: 1px solid #dcdddf;
}

.nav-case li .tit {
    font-size: 18px;
    color: #484a4c;
    height: 161px;
    padding: 0 15px;
    display: table;
    width: 58px;
    line-height: 1.2;
}

.nav-case li .tit span {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

.ss-cont {
    padding: 60px 0 50px;
}

.pro-ves-page-w {
    padding: 60px 0;
    width: 1000px;
    min-height: 350px;
    margin: 0 auto;
    text-align: center
}

.pro-ves-page-w span {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.nav-case li .pic {
    display: none;
    float: left;
    position: relative;
    /*top: -1px;*/
    overflow: hidden;
}

.nav-case li.on {
    box-shadow: 0 0 5px #10a9eb;
    border-color: #10a9eb;
    width: 367px;
    position: relative;
}

.nav-case li.on .tit {
    background: #10a9eb;
    color: #fff;
}

.nav-case li.on .pic {
    display: block;
    width: 308px;
    position: absolute;
    height: 163px;
    right: 0;
    top: 0;
}

.nav-case li .pic img {
    width: 100%;
    height: 163px;
}

.f-l {
    float: left;
}

.jianli {
    position: fixed;
    width: 1600px;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 20;
    display: none
}

.jianli .join-conten {
    padding-top: 30px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}

.jianli .dttt {
    width: 80px;
    text-align: center;
    line-height: 32px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-left: auto;
    margin-bottom: 20px;
    cursor: pointer;
}

.jianli .dttt:hover {
    background: #10a9eb;
    color: #fff;
}

.join-conten .form {
    width: 100%;
}

.join-conten .form ul {
    display: flex;
    justify-content: space-between
}

.join-conten .form ul li {
    border: 1px solid #dddddd;
    padding: 12px 20px
}

.join-conten .form ul .error input {
    width: 103px;
}

.join-conten .form ul .error span:last-of-type {
    color: red
}

.join-conten .form ul li input {
    width: 234px;
}

.join-conten .form textarea {
    padding: 20px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 100%;
    margin: 15px 0;
    height: 150px;
}

.join-conten .form p span {
    white-space: nowrap
}

.join-conten .form #submit {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #828081;
    padding: 10px 0;
    cursor: pointer;
    border-radius: 3px
}

.join-conten .form #submit:hover {
    background: #605f5e
}

.toselect {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
    z-index: 1999;
    padding-top: 10%;
}

.toselect h6 {
    font-size: 24px;
    color: #333;
    /* margin-bottom: 25px; */
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}

.toselect .cont {
    display: inline-block;
    vertical-align: middle
}

.toselect .cont a {
    width: 120px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 16px;
    margin-right: 12px;
}

.toselect .cont a:hover {
    background: #00a0df;
    color: #fff;
    border-color: #00a0df
}

.toselect .wdta {
    max-width: 93%;
    width: 600px;
    margin: 0 auto;
}</pre></body></html>