* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    word-break: break-word;
    vertical-align: top;
    outline: none;
    /* moz-user-select: -moz-none; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-touch-callout: none; -moz-touch-callout: none; -ms-touch-callout: none; -o-touch-callout: none; touch-callout: none; */
}

html {
    overflow-x: hidden;
}

html,
body {
    min-height: 100%;
}

table {
    border-collapse: collapse;
}

img {
    border: 0;
    padding: 0;
    display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

a {
    text-decoration: none;
    color: #727272;
}

li {
    list-style: none;
}

/* h1,h2,h3,h4,h5,h6{ font-weight: normal; font-size: 12px; } */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *+height: 1%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/*强制去除表单自带的样式*/

select,
input,
textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #878787;
    font-family: sans-serif;
}

input:focus {
    outline: none;
}

input,
button,
select,
textarea {
    outline: none;
    /*-webkit-appearance:none; */
}

textarea {
    resize: none;
    /*-webkit-appearance:none; */
}

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

a,
a:link {
    text-decoration: none;
}

a,
a:visited {
    text-decoration: none;
}

a,
a:hover {
    text-decoration: none;
}

a,
a:active {
    text-decoration: none
}

html {
    -webkit-text-size-adjust: 100%;
    font-size: 100px
}

@media (max-width:1440px) {
    html {
        font-size: calc((100 / 1600) * 100 * 1vw);
    }
}

@media (min-width:769px) and (max-width:1024px) {
    html {
        font-size: calc((100 / 1100) * 100 * 1vw);
    }
}

@media (max-width:768px) {
    html {
        font-size: calc((100 / 750) * 100 * 1vw);
    }
}

@media (max-width:640px) {
    html {
        font-size: calc((100 / 550) * 100 * 1vw);
    }
}

body {
    line-height: 1;
    font-weight: normal;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    width: 100vw;
    overflow-y: hidden;
}

body,
input,
pre,
select,
th,
td,
textarea {
    font-family: sans-serif;
    font-size: 0.16rem;
}

@media (max-width:480px) {
    body,
    input,
    pre,
    select,
    th,
    td,
    textarea {
        font-size: 0.2rem;
    }
}

#mian {
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.anim {
    transition: 0.8s ease;
    transition: all 0.3s ease-in-out
}

.por {
    position: relative;
}

.dib {
    display: inline-block;
}

.vam {
    vertical-align: middle;
}

.omission1 {
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.omission2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.omission3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.omission4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-call {
    display: table-cell;
    vertical-align: middle;
}

/*页面框架结构*/

.w1440 {
    max-width: 14.4rem;
    margin: 0 auto;
}

.w1280 {
    max-width: 12.8rem;
    margin: 0 auto;
}

.w1600 {
    max-width: 16rem;
    margin: auto;
}

.w1720 {
    max-width: 17.2rem;
    margin: auto;
}

/*边侧菜单*/

.maincontent {
    padding: 50px 0;
}

/*主要内容*/

.txtbox,
.singlepage {
    word-wrap: break-word;
    overflow: hidden;
}

/*分页*/

.pages {
    margin-top: 4.57%;
    font-size: 0;
    text-align: center;
}

.pages a {
    display: inline-block;
    padding:0 0.15rem;
    height: .4rem;
    line-height: .4rem;
    font-size: .18rem;
    color: #00489d;
    border-radius: .04rem;
    background-color: #fff;
    border: 1px solid #00489d;
    transition: 0.4s ease;
    box-sizing: border-box;
}

.pages a.a_first {
    margin-right: 10px;
}

.pages a.a_end {
    margin-left: 10px;
}

.pages a.anum {
    font-family: 'Arial';
}

.pages a {
    margin: 0 .05rem;
}

/* .pages a.a_prev{width: 1rem;}
.pages a.a_next{width: 1rem;} */

.pages a.active,
.pages a:hover {
    background-color: #00489d;
    color: #fff;
    border: 1px solid #00489d;
}

.pages .nums {
    display: inline-block;
    margin: 0 10px;
}

.pages .nums .anum {
    margin-right: 10px;
}

.pages .nums .anum:last-child {
    margin-right: 0;
}

.pages .f1 {
    font-size: 14px;
    margin: 0 10px;
    color: #666;
    line-height: 42px;
}

.pages .i_text {
    display: inline-block;
    height: 40px;
    width: 80px;
    border: 1px solid #edecec;
    vertical-align: middle;
}

.pages .i_button {
    margin-left: 10px;
    padding: 0 15px;
    height: 42px;
    font-size: 14px;
    color: #666;
    border: 1px solid #edecec;
}

.pages .a_prev,
.pages .a_next {
    font-family: 'Arial';
    box-sizing: border-box;
}

.prew div {
    margin-bottom: .2rem;
    font-size: .16rem;
    color: #666666;
}

.prew div:last-child {
    margin-bottom: 0rem;
}

.prew div a {
    margin-left: .1rem;
    color: #333;
}

.prew div a:hover {
    color: #3b5085
}

.Return {
    margin-left: .3rem;
}

.Return a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: .6rem;
    font-size: .16rem;
    color: #fff;
    background-color: #3b5085;
    border-radius: .5rem;
    box-sizing: border-box;
}

/* 按钮 */

.rightMenuBtn {
    position: absolute;
    display: none;
    top: .1rem;
    right: 2%;
    width: 40px;
    height: 40px;
    background-color: transparent;
    z-index: 350;
    cursor: pointer;
}

.rightMenuBtn span {
    display: block;
    height: 3px;
    background-color: #00489d;
    position: absolute;
    top: 20px;
    transition: 0.5s;
}

.rightMenuBtn img {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    transition: 0.5s;
    width: 30px;
    height: auto;
}

.rightMenuBtn .openMenu {
    width: 30px;
    left: 5px;
}

.rightMenuBtn .closeMenu {
    left: 25px;
    width: 0;
}

.rightMenuBtn span:active {
    width: 0;
}

.rightMenuBtn span:before,
.rightMenuBtn span:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #00489d;
    position: absolute;
    transition: 0.4s;
}

.rightMenuBtn .openMenu:before {
    top: -10px;
    left: -0;
}

.rightMenuBtn .openMenu:after {
    top: 10px;
    left: -0;
}

.rightMenuBtn .closeMenu:before {
    top: 0px;
    left: -20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rightMenuBtn .closeMenu:after {
    top: 0px;
    left: -20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 头部 */

header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: .3rem 0;
    z-index: 333;
    box-sizing: border-box;
    background-image: url('../images/nav-bg.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
}

header>.flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

header .logo img {
    max-width: 2.48rem
}

header .flex .right-box {
    display: flex;
    align-items: center
}

header .right-box nav>ul {
    display: flex;
    align-items: center;
}

header .right-box nav>ul>li {
    position: relative;
    margin-right: .54rem;
}

header .right-box nav>ul>li:last-child {
    margin-right: 0;
}

header .right-box nav>ul>li>a {
    position: relative;
    font-size: .2rem;
    color: #ffffff;
}

header .right-box nav>ul>li.on:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.9rem;
    height: 1.43rem;
    background-image: url('../images/nav-on.png');
    background-size: 100%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

header .right-box .language {
    margin-left: .3rem;
}

header .right-box .language a {
    font-size: .2rem;
    color: #ffffff;
}

header .right-box .tel {
    font-size: .2rem;
    color: #ffffff;
    margin-left: 1rem;
}

header .right-box .tel span {
    display: block;
    letter-spacing: 0.04rem;
    margin-bottom: 0.05rem;
    font-size: .18rem;
}

header .right-box .search {
    position: relative;
    margin-left: .25rem;
    display: flex;
    align-items: center;
}

header .right-box .search .text {
    width: 1.52rem;
    height: .32rem;
    padding: 0 .3rem 0 .4rem;
    color: #fff;
    border: .02rem solid #ffffff;
    border-radius: .32rem;
    box-sizing: border-box;
}

header .right-box .search:before {
    display: block;
    content: '';
    position: absolute;
    left: .1rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: .23rem;
    height: .19rem;
    background-image: url('../images/search-icon.png');
    background-size: 100%;
    z-index: 3;
}

header .right-box .search .btn {
    margin-left: .05rem;
    width: .31rem;
    height: .3rem;
    background-image: url('../images/search-btn.png');
    background-size: 100%;
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    header.on {
        position: initial;
    }
    header.on .right-box nav>ul>li>a {
        color: #000000;
    }
    header.on .right-box nav>ul>li.on>a {
        color: #fff;
    }
    header.on .right-box .language a {
        color: #000;
    }
    header.on .right-box .search .text {
        border: .02rem solid #000;
        color: #333;
    }
    header.on .right-box .search:before {
        background-image: url('../images/search-icon-b.png');
    }
    header.on .right-box .search .btn {
        background-image: url('../images/search-btn-b.png');
    }
}

/* 底部 */

footer {
    position: relative;
    padding: .8rem 0 .6rem;
    background-color: #2a2b2d
}

footer .logo {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .logo img {
    height: auto;
}

footer .logo img:nth-of-type(1) {
    max-width: 1.43rem
}

footer .logo img:nth-of-type(2) {
    max-width: 2.64rem
}

footer .foot-nav {
    margin-top: .8rem;
}

footer .foot-nav ul {
    display: flex;
    justify-content: space-between
}

footer .foot-nav ul li>a {
    font-size: .2rem;
    color: #ffffff;
    font-weight: bold;
}

footer .foot-nav ul li dl {
    margin-top: .4rem;
}

footer .foot-nav ul li dl dd {
    margin-bottom: .25rem;
}

footer .foot-nav ul li:nth-child(1) dl dd {
    margin-bottom: .25rem;
    width: 50%;
    float:left;
}

footer .foot-nav ul li:nth-child(1) {
    width: 20%;
}

footer .foot-nav ul li dl dd:last-child {
    margin-bottom: 0;
}

footer .foot-nav ul li dl dd a {
    font-size: .18rem;
    color: #8e95b3;
}

footer .foot-nav ul li dl dd:hover a {
    color: #fff;
}

footer .bottom-box {
    margin-top: .85rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}


footer .bottom-box .foot-contact ul li {
    margin-bottom: .2rem;
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #ffffff;
}

footer .bottom-box .foot-contact ul li:last-child {
    margin-bottom: 0;
}

footer .bottom-box .foot-contact ul li:before {
    display: block;
    content: '';
    width: .27rem;
    height: .27rem;
    margin-right: .2rem;
    background-size: 100%;
}

footer .bottom-box .foot-contact ul li:nth-of-type(1):before {
    background-image: url('../images/foot-contact1.png');
}

footer .bottom-box .foot-contact ul li:nth-of-type(2):before {
    background-image: url('../images/foot-contact2.png');
}

footer .bottom-box .foot-ewm {
    position: relative;
}

footer .bottom-box .foot-ewm .name {
    display: flex;
    align-items: center;
    font-size: .16rem;
    color: #ffffff;
}

footer .bottom-box .foot-ewm .name:after {
    display: block;
    content: '';
    width: .31rem;
    height: .25rem;
    margin-left: .1rem;
    background-image: url('../images/foot-ewm.png');
    background-size: 100%;
}

footer .bottom-box .foot-ewm .img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 120%;
    max-width: 1.5rem;
    width: 100%;
    transform: translateX(-50%);
    z-index: 3;
}

footer .bottom-box .foot-ewm .img img {
    width: 100%;
}

footer .bottom-box .foot-ewm:hover .img {
    display: block;
}

footer .bottom-box .foot-link {
    position: relative;
}

footer .bottom-box .foot-link .name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 3.6rem;
    height: .6rem;
    padding: 0 .2rem;
    background-color: #fff;
    cursor: pointer;
}

footer .bottom-box .foot-link .name:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: .1rem solid #000;
    border-left: .08rem solid transparent;
    border-right: .08rem solid transparent;
}

footer .bottom-box .foot-link ul {
    display: none;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    padding: .2rem;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 3;
}

footer .bottom-box .foot-link ul li {
    margin-bottom: .2rem;
}

footer .bottom-box .foot-link ul li:last-child {
    margin-bottom: 0;
}

footer .bottom-box .foot-link ul li a {
    font-size: .16rem;
    color: #000000;
}

footer .bottom-box .foot-link:hover ul {
    display: block;
}

footer .bottom-box .foot-link ul li:hover a {
    color: #0043ff;
}

/*二级导航*/

.column-menu {
    margin-bottom: .6rem;
}

.column-menu ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.column-menu ul li {
    position: relative;
    margin-right: .4rem;
}

.column-menu ul li:last-child {
    margin-right: 0;
}

.column-menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: .65rem;
    font-size: .28rem;
    color: #00489d;
    background-color: #c6e1ea
}

.column-menu ul li.on a {
    color: #fff;
    background-color: #00489d
}

@media screen and (max-width: 768px) {
    .column-menu ul {
        flex-wrap: wrap
    }
    .column-menu ul li {
        margin: .1rem;
        padding: 0;
    }
}

.Location {
    padding: .25rem 0;
    background-color: #fff;
    border-bottom: .03rem solid #eee7eb;
}

.Location .box {
    display: flex;
    align-items: center;
    font-size: .16rem;
    color: #333333;
}

.Location .box a {
    color: #333333;
}

.Location .box span {
    color: #333333;
}

.Location .box:before {
    display: block;
    content: '';
    margin-right: .1rem;
    width: .17rem;
    height: .16rem;
    background-image: url('../images/location.png');
    background-size: 100%;
}

.Location .box i {
    display: block;
    width: .06rem;
    height: .1rem;
    margin: 0 .12rem;
    background-image: url('../images/location-icon.png');
    background-size: 100%;
}

/*banner*/

.banner {
    z-index: 0;
}

.banner .pc {
    display: block;
}

.banner .media {
    display: none;
}

.banner img {
    width: 100%;
    transition: all 2s ease-in-out 0.5s;
    transform: scale(1.2);
}

.banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.banner .swiper-slide .box {
    position: absolute;
    left: 0;
    bottom: 1.5rem;
    width: 100%;
    z-index: 3;
}

.banner .swiper-slide .box .title {
    position: relative;
    font-size: .52rem;
    color: #fff;
    transform: translateX(30px);
    opacity: 0;
    transition: 1.5s .5s;
}

.banner .swiper-slide .box .title span {
    color: #0043ff;
    font-weight: bold;
}

.banner .swiper-slide .box .title:after {
    margin-top: .5rem;
    display: block;
    content: '';
    width: 1.2rem;
    height: .1rem;
    background-color: #fff;
}

.banner .swiper-slide .box .title:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -.7rem;
    width: 7.7rem;
    height: 2.05rem;
    background-image: url('../images/banner-title.png');
    background-size: 100%;
    z-index: -1;
}

.banner .swiper-slide .box .text {
    margin-top: .4rem;
    font-size: .28rem;
    color: #ffffff;
    line-height: 1.8;
    transform: translateX(30px);
    opacity: 0;
    transition: 1.5s 1.5s;
}

.banner .swiper-slide .box .more {
    margin-top: .8rem;
}

.banner .swiper-slide .box .more a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: .6rem;
    font-size: .3rem;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(to right, #204078, transparent);
    transition: all 0.3s ease-in-out;
    border-radius: .6rem;
    overflow: hidden;
}

.banner .swiper-slide .box .more a:after {
    display: block;
    content: '';
    margin-left: .15rem;
    width: .16rem;
    height: .22rem;
    background-image: url('../images/more.png');
    background-size: 100%;
}

.banner .swiper-slide .box .more:hover a {
    background: linear-gradient(to right, #204078, #204078);
}

.banner .swiper-slide.swiper-slide-active .box .title {
    transform: translateX(0);
    opacity: 1;
}

.banner .swiper-slide.swiper-slide-active .box .text {
    transform: translateX(0);
    opacity: 1;
}

.banner .swiper-slide-active img {
    transform: scale(1);
}

.banner .swiper-pagination {
    bottom: .5rem !important;
    display: flex;
    justify-content: center;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: .24rem;
    height: .24rem;
    background: none;
    opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: .08rem;
    height: .08rem;
    background-color: #fff;
    border-radius: .08rem;
    z-index: 2;
}

.banner .swiper-pagination .swiper-pagination-bullet svg {
    --progress: 100;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #0043ff;
    fill: none;
    stroke-dashoffset: 125.6;
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
    z-index: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background-color: #0043ff;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    display: block;
    content: '';
    width: 95%;
    height: 95%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg {
    animation-name: ball;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes ball {
    to {
        stroke-dashoffset: 0;
    }
}

.column-banner {
    position: relative;
}

.column-banner img {
    width: 100%;
    object-fit: cover;
}

.column-banner .pc {
    display: block;
}

.column-banner .move {
    display: none;
}

.column-banner .box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 3;
}

.column-banner .title {
    font-size: .62rem;
    color: #ffffff;
    font-weight: bold;
}

.column-banner .title span {
    color: #118c83;
}

.public-title {
    text-align: center;
}

.public-title span {
    position: relative;
    font-size: .5rem;
    color: #000;
    font-weight: bold;
}

.public-title span:before {
    position: absolute;
    left: -.1rem;
    top: -.15rem;
    display: block;
    content: '';
    width: .5rem;
    height: .7rem;
    background: linear-gradient(to bottom, #6896b7, #4b6093);
    transform: skew(-20deg, 0deg);
    z-index: -1;
}

.public-name {
    margin-top: .1rem;
    padding-left: 5rem;
    font-size: .28rem;
    color: #000000;
    text-align: center;
}

.public-name span {
    color: #ff0000;
    font-weight: bold;
}

.public-name .box {
    display: inline-block;
    position: relative;
}

.index-product {
    position: relative;
    padding: 1.6rem 0;
}

.index-product .main-text {
    position: relative;
    margin: .3rem auto 0;
    max-width: 7.2rem;
    width: 100%;
    font-size: .2rem;
    color: #333333;
    line-height: 1.8;
    text-align: center;
}

.index-product .main-text:before,
.index-product .main-text:after {
    position: absolute;
    bottom: .1rem;
    display: block;
    content: '';
    width: 1.4rem;
    height: .1rem;
    z-index: 3;
}

.index-product .main-text:before {
    left: 0;
    background: linear-gradient(to right, #1e3f7a, transparent);
}

.index-product .main-text:after {
    right: 0;
    background: linear-gradient(to left, #1e3f7a, transparent);
}

.index-product .list {
    margin-top: .9rem;
}

.index-product .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-product .list ul li {
    position: relative;
    width: 24%;
    padding: .3rem .15rem .15rem;
    margin-bottom: 1%;
    box-sizing: border-box;
    z-index: 1;
}

.index-product .list ul li:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: .1rem;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: .02rem solid #e4e4e4;
    transform: skew(0deg, 0deg);
    z-index: -1;
    box-sizing: border-box;
}

.index-product .list ul li .img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2rem;
}

.index-product .list ul li .img img {
    max-width: 100%;
    max-height: 100%
}

.index-product .list ul li .title {
    text-align: center;
    font-size: .2rem;
    color: #000000;
    line-height: 1.4;
}

.index-product .list ul li .more {
    margin-top: .15rem;
    position: relative;
    z-index: 1;
}

.index-product .list ul li .more span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.1rem;
    height: .3rem;
    margin: 0 auto;
    font-size: .16rem;
    color: #000000;
    background: linear-gradient(to right, #4f6394, transparent);
    transform: skew(-20deg, 0deg);
}

.index-product .list ul li .setp {
    position: absolute;
    left: .25rem;
    top: .15rem;
    padding-top: .14rem;
    width: 1rem;
    height: .14rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-image: url('../images/index-column-icon.png');
    background-size: 100%;
    z-index: 3;
    box-sizing: border-box;
}

.index-product .list ul li:hover:after {
    border: .02rem solid #6998b8;
}

.index-product .link-more {
    margin-top: 1rem;
}

.index-product .link-more a {
    display: block;
    width: 6.36rem;
    height: 1.06rem;
    margin: 0 auto;
    background-image: url('../images/index-product-more.png');
    background-size: 100%;
    transition: .3s all
}

.index-product .link-more a:hover {
    transform: scale(1.1)
}

.index-product .search {
    position: relative;
    margin-top: .7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.index-product .search .box {
    position: relative;
}

.index-product .search .box .text {
    width: 4.55rem;
    height: .65rem;
    padding: 0 .3rem 0 .8rem;
    color: #000;
    box-sizing: border-box;
}

.index-product .search .box:before {
    display: block;
    content: '';
    position: absolute;
    left: .3rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: .38rem;
    height: .32rem;
    background-image: url('../images/search-icon1.png');
    background-size: 100%;
    z-index: 3;
}

.index-product .search .box .btn {
    margin-left: .3rem;
    width: .66rem;
    height: .67rem;
    background-image: url('../images/search-btn1.png');
    background-size: 100%;
    cursor: pointer;
}

.index-product .search .box .btn:hover {
    background-image: url('../images/search-btn2.png');
    background-size: 100%;
}

.index-product .search .box:after {
    display: block;
    content: '';
    width: 4.55rem;
    height: .65rem;
    position: absolute;
    left: 0;
    top: 0;
    border: .03rem solid #a0a0a0;
    box-sizing: border-box;
    z-index: -1;
    transform: skew(-20deg, 0deg);
}

.index-product .w1720 {
    position: relative;
}

.index-product .size {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: -1;
}

.index-product .size img {
    display: block;
    max-width: 17.2rem;
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 769px) {
    /*.index-product .w1720:after{display: block;content: '';position: absolute;right: 1.5rem;top: 0;width: 1.15rem;height: .63rem;background-image: url('../images/index-product-icon1.png');background-size: 100%;z-index: -1;}
.index-product .list ul:after{position: absolute;display: block;content: '';width: calc(100% - 24.8%);left: 15%;top: 3.11rem;height: .1rem;background: linear-gradient(to bottom, #6793b5, #495d90);z-index: -1;}*/
}

.index-honor {
    margin-top: 1.5rem;
    position: relative;
    padding: 0;
}

.index-honor .main-text {
    position: relative;
    margin: .3rem auto 0;
    max-width: 7.2rem;
    width: 100%;
    font-size: .2rem;
    color: #333333;
    line-height: 1.8;
    text-align: center;
}

.index-honor .main-text:before,
.index-honor .main-text:after {
    position: absolute;
    bottom: .1rem;
    display: block;
    content: '';
    width: 1.4rem;
    height: .1rem;
    z-index: 3;
}

.index-honor .main-text:before {
    left: 0;
    background: linear-gradient(to right, #1e3f7a, transparent);
}

.index-honor .main-text:after {
    right: 0;
    background: linear-gradient(to left, #1e3f7a, transparent);
}

.index-honor .list {
    margin-top: .9rem;
}

.index-honor .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-honor .list ul li {
    width: 23%;
}

.index-honor .list ul li .pic {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    overflow: hidden;
}

.index-honor .list ul li .pic img {
    max-width: 100%;
    max-height: 100%;
    transition: .6s all;
}

.index-honor .list ul li:hover .pic img {
    transform: scale(1.1);
}

.index-honor .list ul li .txt {
    font-size: .18rem;
    line-height: 2.5;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f0f0f0;
    color: #4b4a4a;
}

.index-column {
    margin-top: .5rem;
}

.index-column .list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.index-column .list ul li {
    position: relative;
    width: 48.5%;
    padding: .45rem 1rem .4rem;
    background-color: #f5f5f5;
    box-shadow: 0 0 .15rem rgba(0, 0, 0, .48);
    box-sizing: border-box;
    overflow: hidden;
}

.index-column .list ul li:after {
    display: block;
    content: '';
    position: absolute;
    right: .25rem;
    top: .25rem;
    width: 1rem;
    height: 0.14rem;
    background-image: url('../images/index-column-icon.png');
    background-size: 100%;
    z-index: 1;
}

.index-column .list ul li .title {
    font-size: .42rem;
    color: #000000;
    font-weight: bold;
}

.index-column .list ul li .text {
    margin-top: .25rem;
    max-width: 3.9rem;
    font-size: .2rem;
    color: #333333;
    line-height: 1.8;
}

.index-column .list ul li .img {
    margin-top: .1rem;
    margin-left: auto;
    max-width: 4.7rem;
    max-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.index-column .list ul li .img img {
    max-width: 100%;
    max-height: 100%
}

.index-column .list ul li .ico {
    display: block;
    position: relative;
    width: 2rem;
    height: 2rem;
    margin-top: .1rem;
    margin-left: auto;
}

.index-column .list ul li .ico:after {
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    border-radius: 50%;
    transition: all 0.3s;
    border: 1px dashed #6998b7;
}

.index-column .list ul li .ico:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/yuan.png) no-repeat;
    background-size: contain;
    animation: turn 5s linear infinite;
}

.index-column .list ul li .ico img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

@keyframes turn {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.index-column .list ul li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 33;
}

.index-column .list ul li .more {
    position: absolute;
    left: 1rem;
    bottom: .4rem;
    z-index: 3;
    transform: skew(-20deg, 0deg);
}

.index-column .list ul li .more {
    font-size: .24rem;
    color: #000000;
    text-align: center;
}

.index-column .list ul li .more b {
    display: block;
    margin-bottom: .1rem;
}

.index-column .list ul li .more:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: .1rem;
    height: 1.3rem;
    background: linear-gradient(to bottom, #6998b7, #4a5e90);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.index-new {
    position: relative;
    padding: 1.5rem 0;
}

.index-new .main-text {
    position: relative;
    margin: .3rem auto 0;
    max-width: 7.2rem;
    width: 100%;
    font-size: .2rem;
    color: #333333;
    line-height: 1.8;
    text-align: center;
}

.index-new .main-text:before,
.index-new .main-text:after {
    position: absolute;
    bottom: .1rem;
    display: block;
    content: '';
    width: 1.4rem;
    height: .1rem;
    z-index: 3;
}

.index-new .main-text:before {
    left: 0;
    background: linear-gradient(to right, #1e3f7a, transparent);
}

.index-new .main-text:after {
    right: 0;
    background: linear-gradient(to left, #1e3f7a, transparent);
}

.index-new:after {
    position: absolute;
    left: 0;
    bottom: -2.1rem;
    display: block;
    content: '';
    width: 100%;
    padding-bottom: 41%;
    background-image: url('../images/index-new-bg.png');
    background-size: cover;
    z-index: -2;
}

.index-new .public-name .box:after {
    display: block;
    content: '';
    width: .9rem;
    height: .05rem;
    margin-top: .1rem;
    margin-left: auto;
    background: linear-gradient(to right, transparent, #00489d);
}

.index-new .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.4rem;
}

.index-new .flex .img {
    position: relative;
    width: 40.6%;
}

.index-new .flex .img img {
    width: 100%;
    transition: .3s all
}

.index-new .flex .img .more {
    margin-top: .5rem;
}

.index-new .flex .img .more a {
    margin-left: auto;
    margin-right: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.7rem;
    height: .5rem;
    font-size: .24rem;
    color: #000000;
    font-weight: bold;
    background-color: #fff;
    transform: skew(-15deg, 0deg);
}

.index-new .flex .img .more a span {
    display: block;
    margin-right: .15rem;
    font-size: .36rem;
}

.index-new .flex .img:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 5.3rem;
    height: 5.2rem;
    background: linear-gradient(to bottom, #495e90, #6998b8);
    transform: skew(-15deg, 0deg) translateY(-50%);
    z-index: -1;
}

.index-new .flex .box {
    width: 46.5%;
}

.index-new .flex .box .en {
    font-size: .5rem;
    color: #000000;
    font-weight: bold;
}

.index-new .flex .box .title {
    margin-top: .15rem;
    font-size: .36rem;
    color: #000000;
    line-height: 1.8;
}

.index-new .flex .box .title:after {
    display: block;
    content: '';
    margin-top: .1rem;
    width: 1.15rem;
    height: .1rem;
    background-color: #00489d;
}

.index-new .flex .box .text {
    margin-top: .55rem;
    max-width: 6rem;
    font-size: .2rem;
    color: #505050;
    line-height: 2;
}

.index-new .flex:hover .img img {
    transform: scale(1.1)
}

.index-new .swiper-pagination .swiper-pagination-bullet {
    width: .15rem;
    height: .15rem;
    margin: 0 .1rem;
}

@media screen and (min-width: 769px) {
    .index-new .w1720 {
        position: relative;
    }
    /*.index-new .w1720:after{display: block;content: '';position: absolute;left: 1.5rem;top: 0;width: 1.15rem;height: .62rem;background-image: url('../images/index-new-icon.png');background-size: 100%;z-index: -1;}*/
    .index-new:before {
        display: block;
        content: '';
        position: absolute;
        right: 4%;
        top: 50%;
        width: 1rem;
        height: 6rem;
        background: linear-gradient(to top, #495e90, #6998b8);
        transform: skew(-15deg, 0deg) translateY(-50%);
        z-index: -1;
    }
}

.index-news {
    padding-top: 1.5rem;
}

.index-news .main-text {
    position: relative;
    margin: .3rem auto 0;
    max-width: 7.2rem;
    width: 100%;
    font-size: .2rem;
    color: #333333;
    line-height: 1.8;
    text-align: center;
}

.index-news .main-text:before,
.index-news .main-text:after {
    position: absolute;
    bottom: .1rem;
    display: block;
    content: '';
    width: 1.4rem;
    height: .1rem;
    z-index: 3;
}

.index-news .main-text:before {
    left: 0;
    background: linear-gradient(to right, #1e3f7a, transparent);
}

.index-news .main-text:after {
    right: 0;
    background: linear-gradient(to left, #1e3f7a, transparent);
}

.index-news .box {
    position: relative;
    margin-top: .3rem;
    padding: 1.7rem 0 .5rem;
}

.index-news .box:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 9.33rem;
    background-image: url('../images/index-news-bg1.png');
    background-size: 19.2rem 9.33rem;
    z-index: -1;
}

.index-news .box:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: .75rem;
    width: 100%;
    height: 10.51rem;
    background-image: url('../images/index-news-bg2.png');
    background-size: 19.2rem 10.51rem;
    z-index: -2;
}

.index-news .box .logo {
    text-align: center;
}

.index-news .box .logo img {
    max-width: 9.67rem;
    width: 100%;
    margin: 0 auto;
}

.index-news .box .list {
    max-width: 13.5rem;
    width: 100%;
    margin: 1.15rem auto 0;
}

.index-news .box .list .swiper-slide {
    padding-top: .25rem;
}

.index-news .box .list .swiper-slide .casket {
    position: relative;
    padding: 1.2rem .3rem .46rem;
    background-color: #fff;
}

.index-news .box .list .swiper-slide .casket:before {
    display: block;
    content: '';
    position: absolute;
    right: .4rem;
    top: -.3rem;
    width: 1.12rem;
    height: 1.28rem;
    background-image: url('../images/index-news-more.png');
    background-size: 100%;
    z-index: 3;
}

.index-news .box .list .swiper-slide .casket .img {
    overflow: hidden
}

.index-news .box .list .swiper-slide .casket .img img {
    width: 100%;
    transition: .3s all
}

.index-news .box .list .swiper-slide:hover .casket .img img {
    transform: scale(1.1)
}

.index-news .box .list .swiper-slide .casket .title {
    margin-top: .3rem;
    font-size: .2rem;
    color: #000000;
    font-weight: bold;
}

.index-news .box .list .swiper-slide .casket .text {
    margin-top: .2rem;
    font-size: .18rem;
    color: #333333;
    line-height: 1.6;
}

.index-news .box .btn {
    margin-top: .6rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.index-news .box .btn .swiper-button-prev {
    position: initial;
    width: .73rem;
    height: .75rem;
    background-image: url('../images/index-news-left.png');
    background-size: cover;
    opacity: 1;
}

.index-news .box .btn .swiper-button-prev:after {
    display: none;
}

.index-news .box .btn .swiper-button-next {
    position: initial;
    width: .73rem;
    height: .75rem;
    background-image: url('../images/index-news-right.png');
    background-size: cover;
    opacity: 1;
}

.index-news .box .btn .swiper-button-next:after {
    display: none;
}

.index-news .box .btn .swiper-pagination {
    position: initial;
    margin: 0 .7rem;
    width: auto;
}

.index-news .box .btn .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: .3rem;
    height: .3rem;
    margin: 0 .2rem;
    border: 1px solid #fff;
    opacity: 1;
    box-sizing: border-box;
    background-color: transparent
}

.index-news .box .btn .swiper-pagination .swiper-pagination-bullet:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: .11rem;
    height: .11rem;
    margin: auto;
    background-color: #fff;
    border-radius: .11rem;
    z-index: 3;
}

.index-news .box .btn .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #00489d;
}

.index-news .box .btn .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background-color: #00489d
}

@media screen and (min-width: 769px) {
    .index-news>.w1720 {
        position: relative;
    }
    /*.index-news>.w1720:after{display: block;content: '';position: absolute;right: 1.5rem;top: 0;width: 1.15rem;height: .63rem;background-image: url('../images/index-product-icon1.png');background-size: 100%;z-index: -1;}*/
}

/*首页下载*/

.index-down {
    width: 80%;
    margin: 0 auto;
    margin-top: .5rem;
}

.index-down ul li {
    margin-bottom: .3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: .3rem .4rem;
    background-color: #f5f5f5
}

.index-down ul li:last-child {
    margin-bottom: 0;
}

.index-down ul li .title {
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: #000000;
}

.index-down ul li .title:before {
    display: block;
    content: '';
    margin-right: .3rem;
    width: .39rem;
    height: .39rem;
    background-image: url('../images/pdf.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.index-down ul li .more {
    margin-left: .2rem;
}

.index-down ul li .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: .4rem;
    font-size: .18rem;
    color: #ffffff;
    background-color: #00489d;
    border-radius: .04rem;
}

.index-down ul li .more a:after {
    display: block;
    content: '';
    margin-left: .1rem;
    width: .14rem;
    height: .16rem;
    background-image: url('../images/download.png');
    background-size: 100%
}

/*首页下载end*/

.index-about {
    position: relative;
    padding: 1.4rem 0;
}

.index-about .flex {
    display: flex;
    flex-wrap: wrap
}

.index-about .flex .img {
    width: 46.5%;
}

.index-about .flex .img img {
    width: 100%;
}

.index-about .flex .box {
    position: relative;
    width: 53.5%;
    padding: .3rem 1rem;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

.index-about .flex .box .title {
    font-size: .5rem;
    color: #15000b;
    font-weight: bold;
    font-style: italic
}

.index-about .flex .box .name {
    margin-top: .45rem;
    font-size: .2rem;
    color: #3b2355;
    font-weight: bold;
    line-height: 1.7;
}

.index-about .flex .box .text {
    margin-top: .45rem;
    font-size: .18rem;
    color: #4a4747;
    line-height: 1.7;
}

.index-about .flex .box .more {
    margin-top: .6rem;
}

.index-about .flex .box .more a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: .6rem;
    font-size: .3rem;
    color: #000;
    font-weight: bold;
    background: linear-gradient(to right, #204078, transparent);
    transition: all 0.3s ease-in-out;
    border-radius: .6rem;
    overflow: hidden;
}

.index-about .flex .box .more a:after {
    display: block;
    content: '';
    margin-left: .15rem;
    width: .16rem;
    height: .22rem;
    background-image: url('../images/more1.png');
    background-size: 100%;
}

.index-about .flex .box .more:hover a:after {
    background-image: url('../images/more.png');
}

.index-about .flex .box .more:hover a {
    color: #fff;
    background: linear-gradient(to right, #204078, #204078);
}

@media screen and (min-width: 769px) {
    .index-about>.w1720 {
        position: relative;
    }
    .index-about>.w1720:after {
        display: block;
        content: '';
        position: absolute;
        right: 0;
        bottom: -1rem;
        width: 1.15rem;
        height: .63rem;
        background-image: url('../images/index-product-icon1.png');
        background-size: 100%;
        z-index: -1;
    }
}

.public-title1 {
    font-size: .42rem;
    color: #000000;
    font-weight: bold;
}

.public-title1 span {
    color: #ff0000;
}

.public-text {
    margin-top: .25rem;
    font-size: .2rem;
    color: #333333;
    line-height: 1.7;
}

.Product {
    padding: 1rem 0;
}

.Product .flex {
    margin-top: .5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.Product .flex .left-box {
    width: 4rem;
}

.Product .flex .left-box .name {
    display: flex;
    align-items: center;
    width: 100%;
    height: 1rem;
    padding: 0 .3rem;
    font-size: .36rem;
    color: #fefefe;
    font-weight: bold;
    background-color: #00489d;
    box-sizing: border-box;
}

.Product .flex .left-box .whole {
    margin-top: .2rem;
}

.Product .flex .left-box .whole a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: .5rem;
    padding: 0 .3rem;
    font-size: .18rem;
    color: #fff;
    font-weight: bold;
    background-color: #00489d;
    box-sizing: border-box;
}

.Product .flex .left-box .whole a:after {
    display: block;
    content: '';
    width: .1rem;
    height: .1rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.Product .flex .left-box .list {
    margin-top: .3rem;
}

.Product .flex .left-box .list ul li {
    margin-bottom: .3rem;
    padding-left: .14rem;
    border-left: .06rem solid #00489d;
}

.Product .flex .left-box .list ul li:last-child {
    margin-bottom: 0;
}

.Product .flex .left-box .list ul li .tit {
    display: flex;
    align-items: center;
    padding: .2rem 0;
    font-size: .2rem;
    color: #000000;
    cursor: pointer;
}

.Product .flex .left-box .list ul li .tit:before {
    display: block;
    content: '';
    margin-right: .1rem;
    width: .2rem;
    height: .03rem;
    background-color: #00489d;
}

.Product .flex .left-box .list ul li dl {
    display: none;
    margin-top: .1rem;
    margin-left: .3rem;
    border-bottom: 1px solid #e4e3e3;
}

.Product .flex .left-box .list ul li dl dd a {
    display: block;
    padding: .22rem .25rem;
    font-size: .16rem;
    color: #333333;
}

.Product .flex .left-box .list ul li dl dd:hover a,
.Product .flex .left-box .list ul li dl dd.on a {
    background-color: #eaeef2
}

.Product .flex .right-box {
    width: calc(100% - 4.5rem);
}

.Product .flex .right-box .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -2%;
}

.Product .flex .right-box .list ul li {
    position: relative;
    width: 29.33%;
    margin: 2%;
    padding: .2rem;
    box-shadow: 0 0 .07rem rgba(0, 0, 0, .35);
    background-color: #fff;
    box-sizing: border-box;
}

.Product .flex .right-box .list ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.Product .flex .right-box .list ul li .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2.2rem;
}

.Product .flex .right-box .list ul li .img img {
    max-width: 100%;
    max-height: 100%;
}

.Product .flex .right-box .list ul li .title {
    margin-top: .3rem;
    font-size: .24rem;
    color: #000000;
}

.Product .flex .right-box .list ul li .text {
    margin-top: .1rem;
    min-height: .3rem;
    font-size: .18rem;
    color: #666666;
    line-height: 1.6;
}

.Product .flex .right-box .list ul li .more {
    margin-top: .1rem;
}

.Product .flex .right-box .list ul li .more span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .6rem;
    height: .3rem;
    background-color: #fff;
}

.Product .flex .right-box .list ul li .more span:before {
    display: block;
    content: '';
    width: .28rem;
    height: .3rem;
    background-image: url('../images/product-more.png');
    background-size: 100%
}

.Product .flex .right-box .list ul li:hover {
    background-color: #fff
}

.Product .flex .right-box .list ul li:before {
    display: block;
    content: '';
    position: absolute;
    left: .25rem;
    top: .15rem;
    width: 1rem;
    height: .14rem;
    background-image: url('../images/index-column-icon.png');
    background-size: 100%;
    z-index: 3;
}

.Product-info {
    padding: .8rem 0 1.2rem;
    background-color: #f7f7f7
}

.Product-info .flex {
    display: flex;
}

.Product-info .flex .left-box {
    width: 26.1%;
    position: relative;
}

.Product-info .flex .left-box .main-title {
    margin-bottom: .45rem;
    font-size: .42rem;
    color: #000000;
    font-weight: bold;
}

.Product-info .flex .left-box .point ul li {
    margin-bottom: .4rem;
}

.Product-info .flex .left-box .point ul li:last-child {
    margin-bottom: 0;
}

.Product-info .flex .left-box .point ul li a {
    font-size: .2rem;
    color: #333333;
}

.Product-info .flex .left-box .return {
    margin-top: .6rem;
}

.Product-info .flex .left-box .return a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: .65rem;
    font-size: .18rem;
    color: #00489d;
    border: 1px solid #00489d;
}

.Product-info .flex .left-box .return a:before {
    display: block;
    content: '';
    width: .19rem;
    height: .17rem;
    margin-right: .2rem;
    background-image: url('../images/return.png');
    background-size: 100%
}

.Product-info .flex .left-box .size {
    position: absolute;
    left: 0;
    width: 90%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.Product-info .flex .left-box .size img {
    max-width: 4rem;
    width: 100%;
}

.Product-info .flex .right-box {
    width: 73.9%;
    margin: 0 auto;
}

.Product-info .flex .right-box .item {
    margin-bottom: .4rem;
    padding: .3rem .4rem;
    background-color: #fff;
}

.Product-info .flex .right-box .main-name {
    margin-bottom: .2rem;
    font-size: .28rem;
    color: #000000;
}

.Product-info .flex .right-box .outline .table-nav ul {
    display: flex;
    align-items: center
}

.Product-info .flex .right-box .outline .table-nav ul li {
    margin-right: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: .7rem;
    height: .4rem;
    font-size: .18rem;
    color: #333333;
    border: 1px solid #dddddd;
    border-radius: .04rem;
    cursor: pointer;
}

.Product-info .flex .right-box .outline .table-nav ul li:last-child {
    margin-right: 0;
}

.Product-info .flex .right-box .outline .table-nav ul li.on {
    background-color: #00489d;
    border: 1px solid #00489d;
    color: #fff;
}

.Product-info .flex .right-box .outline .casket {
    margin-top: .4rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.Product-info .flex .right-box .outline .casket .images {
    position: relative;
    width: 50%;
    padding: .02rem;
    background-color: #f7f7f7;
    box-sizing: border-box;
}

.Product-info .flex .right-box .outline .casket .images .video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}

.Product-info .flex .right-box .outline .casket .images .video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #000
}

.Product-info .flex .right-box .outline .casket .images.on .video {
    display: block;
}

.Product-info .flex .right-box .outline .casket .mySwiper2 {
    background-color: #fff
}

.Product-info .flex .right-box .outline .casket .mySwiper2 .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    background-color: #fff
}
.Product-info .flex .right-box .outline .casket .mySwiper2 .swiper-slide::before{
    display: block;
    content: '';
    position: absolute;
    left: 0.25rem;
    top: 0.15rem;
    width: 1rem;
    height: 0.14rem;
    background-image: url(../images/index-column-icon.png);
    background-size: 100%;
    z-index: 3;
}

.Product-info .flex .right-box .outline .casket .mySwiper2 .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.Product-info .flex .right-box .outline .casket .thumb {
    position: relative;
    padding: .1rem .35rem;
}

.Product-info .flex .right-box .outline .casket .thumb .swiper-button-next,
.Product-info .flex .right-box .outline .casket .thumb .swiper-button-prev {
    --swiper-navigation-size: .18rem;
    --swiper-theme-color: #000;
}

.Product-info .flex .right-box .outline .casket .thumb .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: .8rem;
    box-sizing: border-box;
    border: .02rem solid transparent;
    border-radius: .1rem
}

.Product-info .flex .right-box .outline .casket .thumb .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.Product-info .flex .right-box .outline .casket .thumb .swiper-slide.swiper-slide-thumb-active {
    border: .02rem solid #00489d;
    background-color: #fff
}

.Product-info .flex .right-box .outline .casket .box {
    width: 47%;
}

.Product-info .flex .right-box .outline .casket .box .title {
    font-size: .24rem;
    color: #222;
    font-weight: bold;
}

.Product-info .flex .right-box .outline .casket .box .textarea {
    margin-top: .9rem;
}

.Product-info .flex .right-box .outline .casket .box .textarea dl dd {
    margin-bottom: .35rem;
}

.Product-info .flex .right-box .outline .casket .box .textarea dl dd:last-child {
    margin-bottom: 0;
}

.Product-info .flex .right-box .outline .casket .box .textarea dl dd .name {
    margin-bottom: .1rem;
    font-size: .2rem;
    font-weight: bold;
}

.Product-info .flex .right-box .outline .casket .box .textarea dl dd .text {
    font-size: .18rem;
    color: #333333;
    line-height: 1.7;
}

.Product-info .flex .right-box .outline .casket .box .consult {
    margin-top: .3rem;
    display: inline-block;
    position: relative
}

.Product-info .flex .right-box .outline .casket .box .consult a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: .65rem;
    font-size: .18rem;
    color: #00489d;
    border: 1px solid #00489d;
}

.Product-info .flex .right-box .outline .casket .box .consult a:before {
    display: block;
    content: '';
    width: .2rem;
    height: .2rem;
    margin-right: .2rem;
    background-image: url('../images/consult.png');
    background-size: 100%
}

.Product-info .flex .right-box .outline .casket .box .consult .drop {
    position: absolute;
    left: -12.5%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 0.4em;
    border: 1px solid #f4f4f4;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .19);
    border-radius: 0.357em;
    opacity: 0;
    transition: all .2s;
    visibility: hidden;
    margin-left: 0.625em;
    z-index: 2;
    width: 1.5rem
}

.Product-info .flex .right-box .outline .casket .box .consult .drop img {
    width: 100%
}

.Product-info .flex .right-box .outline .casket .box .consult:hover .drop {
    visibility: visible;
    opacity: 1;
    left: 100%;
}

.Product-info .flex .right-box .plan img {
    width: 100%;
}

.Product-info .flex .right-box .specs img {
    width: 100%;
}

.Product-info .flex .right-box .relevant .swiper-slide {
    position: relative;
    padding: .3rem;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

.Product-info .flex .right-box .relevant .swiper-slide .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2.6rem;
}

.Product-info .flex .right-box .relevant .swiper-slide .img img {
    max-height: 100%;
    max-width: 100%
}

.Product-info .flex .right-box .relevant .swiper-slide .title {
    margin-top: .3rem;
    font-size: .18rem;
    color: #000000;
    text-align: center;
}

.Product-info .flex .right-box .relevant .swiper-slide a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.Product-info .flex .right-box .relevant .swiper-pagination {
    position: initial;
    margin-top: .5rem;
}

.Product-info .flex .right-box .relevant .swiper-pagination .swiper-pagination-bullet {
    width: .15rem;
    height: .15rem;
    margin: 0 .1rem;
}

.Product-info .flex .right-box .download ul li {
    margin-bottom: .1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: .1rem .4rem;
    background-color: #f5f5f5
}

.Product-info .flex .right-box .download ul li:last-child {
    margin-bottom: 0;
}

.Product-info .flex .right-box .download ul li .title {
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: #000000;
}

.Product-info .flex .right-box .download ul li .title:before {
    display: block;
    content: '';
    margin-right: .2rem;
    width: 1rem;
    height: .14rem;
    background-image: url('../images/pdf.png');
    background-size: 100%
}

.Product-info .flex .right-box .download ul li .more {
    margin-left: .2rem;
}

.Product-info .flex .right-box .download ul li .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .8rem;
    height: .35rem;
    font-size: .15rem;
    color: #ffffff;
    background-color: #00489d;
    border-radius: .04rem;
    float: left;
    margin-left: .2rem;
}

.Product-info .flex .right-box .download ul li .more a:after {
    display: block;
    content: '';
    margin-left: .1rem;
    width: .14rem;
    height: .16rem;
    background-image: url('../images/download.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.Product-info .flex .right-box .counselling a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: .65rem;
    margin: 0 auto;
    text-align: center;
    font-size: .18rem;
    color: #ffffff;
    background: linear-gradient(to right, #495d90, #6998b7);
}
.pdownload {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: .4rem;
  text-align: center;
  font-size: .15rem;
  color: #ffffff;
  border-radius: 0.04rem;
  background: linear-gradient(to right, #495d90, #6998b7);
}

@media screen and (min-width: 769px) {
    .Product-info>.w1720 {
        position: relative;
    }
    .Product-info>.w1720:after {
        display: block;
        content: '';
        position: absolute;
        right: 0;
        bottom: -.8rem;
        width: 1.15rem;
        height: .63rem;
        background-image: url('../images/index-product-icon1.png');
        background-size: 100%;
    }
}

.Application {
    padding: 1rem 0;
}

@media screen and (min-width: 769px) {
    .Application>.w1720 {
        position: relative;
    }
    .Application>.w1720:after {
        display: block;
        content: '';
        position: absolute;
        right: 0;
        bottom: -.8rem;
        width: 1.15rem;
        height: .63rem;
        background-image: url('../images/index-product-icon1.png');
        background-size: 100%;
    }
}

.Application .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Application .list .mySwiper2 {
    width: 79%;
}

.Application .list .mySwiper2 .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Application .list .mySwiper2 .box {
    width: 42.6%;
}

.Application .list .mySwiper2 .img {
    width: 51.4%;
}

.Application .list .mySwiper2 .img img {
    width: 100%;
}

.Application .list .mySwiper2 .title {
    padding-bottom: .3rem;
    font-size: .36rem;
    color: #000000;
    font-weight: bold;
    border-bottom: 1px solid #333333;
}

.Application .list .mySwiper2 .text {
    margin-top: .3rem;
    font-size: .18rem;
    color: #333333;
    line-height: 1.7;
}

.Application .list .mySwiper2 .consult {
    margin-top: .4rem;
}

.Application .list .mySwiper2 .consult a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: .65rem;
    font-size: .18rem;
    color: #fff;
    background: linear-gradient(to right, #495d90, #6998b7);
}

.Application .list .mySwiper2 .consult a:before {
    display: block;
    content: '';
    width: .31rem;
    height: .25rem;
    margin-right: .1rem;
    background-image: url('../images/consult-b.png');
    background-size: 100%
}

.Application .list .btn {
    width: 11.7%;
    text-align: center;
}

.Application .list .btn .swiper-button-prev {
    margin: 0 auto;
    position: initial;
    --swiper-theme-color: #333333;
    --swiper-navigation-size: .44rem;
    transform: rotate(90deg);
}

.Application .list .btn .swiper-button-next {
    margin: 0 auto;
    position: initial;
    --swiper-theme-color: #333333;
    --swiper-navigation-size: .44rem;
    transform: rotate(90deg);
}

.Application .list .btn .swiper-pagination {
    margin: .4rem auto;
    position: initial;
    width: .44rem;
    font-size: .44rem;
    line-height: 1.8;
}

.Application .list .thumb {
    width: 9.3%;
    height: 7.2rem;
    padding: .2rem;
    background-color: #f2f2f2;
    border-radius: .8rem;
    box-sizing: border-box;
}

.Application .list .thumb .mySwiper {
    height: 100%;
}

.Application .list .thumb .mySwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13%;
    background-image: url('../images/application-icon.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
}

.Application .list .thumb .mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.Service {
    padding: 1rem 0 1.6rem 0;
}

.Service .customized {
    position: relative;
    padding-bottom: 1rem;
}

.Service .customized .list {
    margin-top: .55rem;
}

.Service .customized .list ul li {
    margin-bottom: .5rem;
}

.Service .customized .list ul li:last-child {
    margin-bottom: 0;
}

.Service .customized .list ul li .flex {
    display: flex;
    align-items: center;
}

.Service .customized .list ul li .flex .item {
    width: 28.33%;
    margin-right: 7.5%;
}

.Service .customized .list ul li .flex .item:last-child {
    margin-right: 0;
}

.Service .customized .list ul li .name {
    margin-bottom: .2rem;
    font-size: .2rem;
    color: #000000;
}

.Service .customized .list ul li .name span {
    color: red;
}

.Service .customized .list ul li .text {
    width: 100%;
    height: .6rem;
    padding: 0 .2rem;
    font-size: .18rem;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

.Service .customized .list ul li textarea {
    width: 100%;
    height: 2rem;
    padding: .2rem;
    font-size: .18rem;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

.Service .customized .list ul li .submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: .65rem;
    font-size: .18rem;
    color: #fff;
    background: linear-gradient(to right, #495d90, #6998b7);
    cursor: pointer;
}

/* .Service .customized .list ul li .submit:after{display: block;content: '';width: .09rem;height: .16rem;margin-left: .1rem;background-image: url('../images/submit.png');background-size: 100%;cursor: pointer;} */

.Service .customized .size {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -2.5rem;
    z-index: -1;
}

.Service .customized .size img {
    width: 100%;
}

.Service .sales .list {
    margin-top: .6rem;
}

.Service .sales .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -2%;
}

.Service .sales .list ul li {
    display: flex;
    align-items: center;
    width: 46%;
    margin: 2%;
    padding: .4rem .3rem;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 .15rem rgba(0, 0, 0, .25)
}

.Service .sales .list ul li .iocn {
    width: 1.2rem;
}

.Service .sales .list ul li .iocn img {
    width: 100%;
}

.Service .sales .list ul li .box {
    width: calc(100% - 1.7rem);
    margin-left: .5rem;
}

.Service .sales .list ul li .box .title {
    font-size: .28rem;
    color: #000000;
    font-weight: bold;
}

.Service .sales .list ul li .box .title:after {
    display: block;
    content: '';
    margin-top: .2rem;
    width: .5rem;
    height: .03rem;
    background-color: #00489d
}

.Service .sales .list ul li .box .text {
    margin-top: .2rem;
    font-size: .18rem;
    color: #333333;
    line-height: 1.7;
}

.Service .sales .list ul li:hover .box .title {
    color: #00489d;
}

.Service .sales .list ul li:hover .box .text {
    color: #00489d
}

@media screen and (min-width: 769px) {
    .Service>.w1720 {
        position: relative;
    }
    .Service>.w1720:after {
        display: block;
        content: '';
        position: absolute;
        right: 0;
        bottom: -.8rem;
        width: 1.15rem;
        height: .63rem;
        background-image: url('../images/index-product-icon1.png');
        background-size: 100%;
    }
}

.News {
    padding: 1.5rem 0;
}

.News .list ul li {
    position: relative;
    margin-bottom: .3rem;
    padding: .3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.News .list ul li:last-child {
    margin-bottom: 0;
}

.News .list ul li a {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.News .list ul li .img {
    width: 19.2%;
}

.News .list ul li .img img {
    width: 100%;
}

.News .list ul li .flex {
    width: calc(80.8% - .4rem);
    margin-left: .4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.News .list ul li .flex .box {
    width: calc(100% - .8rem);
}

.News .list ul li .flex .box .title {
    font-size: .2rem;
    color: #000000;
    font-weight: bold;
}

.News .list ul li .flex .box .time {
    margin-top: .3rem;
    font-size: .18rem;
    color: #000000
}

.News .list ul li .flex .box .text {
    margin-top: .3rem;
    font-size: .18rem;
    color: #666666;
    line-height: 1.7;
}

.News .list ul li .flex .more {
    width: .6rem;
    height: .6rem;
    background-image: url('../images/news-more.png');
    background-size: 100%
}

.News .list ul li:hover {
    background-color: #f5f5f5;
    box-shadow: 0 0 .15rem rgba(0, 0, 0, .25)
}

.News .list ul li:hover .flex .more {
    background-image: url('../images/news-more-on.png');
}

@media screen and (min-width: 769px) {
    .News>.w1720 {
        position: relative;
    }
    .News>.w1720:after {
        display: block;
        content: '';
        position: absolute;
        right: 0;
        bottom: -.8rem;
        width: 1.15rem;
        height: .63rem;
        background-image: url('../images/index-product-icon1.png');
        background-size: 100%;
    }
}

.News-info {
    padding: 1.5rem 0;
}

.News-info .info .title {
    font-size: .32rem;
    color: #333333;
    line-height: 1.4;
}

.News-info .info .time {
    margin-top: .15rem;
    font-size: .16rem;
    color: #666666;
}

.News-info .info .text {
    margin-top: .25rem;
    padding-top: .4rem;
    font-size: .16rem;
    color: #666666;
    line-height: 1.6;
    border-top: 1px solid #e5e5e5;
}

.News-info .info .text img {
    max-width: 100%
}

.News-info .info .bottom-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .5rem;
    padding-top: .5rem;
    border-top: 2px solid #f6f6f6;
}

@media screen and (min-width: 769px) {
    .News-info>.w1720 {
        position: relative;
    }
    .News-info>.w1720:after {
        display: block;
        content: '';
        position: absolute;
        right: 0;
        bottom: -.8rem;
        width: 1.15rem;
        height: .63rem;
        background-image: url('../images/index-product-icon1.png');
        background-size: 100%;
    }
}

.Resource {
    position: relative;
    padding: 1.5rem 0;
    background-color: #f5f5f5
}

.Resource:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-bottom: 16.97%;
    background-image: url('../images/resource-bg.png');
    background-size: 100%;
    z-index: 1;
}

.Resource .search {
    margin-bottom: .4rem;
    display: flex;
    align-items: center;
    justify-content: end
}

.Resource .search .text {
    width: 2.3rem;
    height: .5rem;
    padding: 0 .2rem;
    font-size: .16rem;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: .04rem 0 0 .04rem
}

.Resource .search .btn {
    width: .5rem;
    height: .5rem;
    cursor: pointer;
    background-color: #00489d;
    background-image: url('../images/resource-search.png');
    background-size: .18rem;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 .04rem .04rem 0
}

/*.Resource .list {
    padding: .5rem .4rem;
    background-color: #fff
}

.Resource .list .name {
    margin-bottom: .4rem;
    font-size: .28rem;
    color: #000000
}

.Resource .list ul li {
    margin-bottom: .4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: .3rem .4rem;
    background-color: #f5f5f5
}

.Resource .list ul li:last-child {
    margin-bottom: 0;
}

.Resource .list ul li .title {
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: #000000;
}

.Resource .list ul li .title:before {
    display: block;
    content: '';
    margin-right: .2rem;
    width: 1rem;
    height: .14rem;
    background-image: url('../images/pdf.png');
    background-size: 100%;
    background-repeat: no-repeat;
}*/
/*新增下载*/
.Resource .list {
    margin-top: .9rem;
}

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

.Resource .list ul li {
    position: relative;
    width: 22%;
    padding: .2rem;
    margin-bottom: 2%;
    box-sizing: border-box;
    z-index: 1;
}

.Resource .list ul li:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: .1rem;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: .02rem solid #e4e4e4;
    transform: skew(0deg, 0deg);
    z-index: -1;
    box-sizing: border-box;
}

.Resource .list ul li .img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.2rem;
}

.Resource .list ul li .img img {
    max-width: 100%;
    max-height: 100%
}

.Resource .list ul li .title {
    margin-top: .15rem;
    text-align: center;
    font-size: .17rem;
    color: #000000;
    line-height: 1.4;
}

.Resource .list ul li .more {
    margin-top: .15rem;
    position: relative;
    z-index: 1;
}

.Resource .list ul li .more span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.1rem;
    height: .3rem;
    margin: 0 auto;
    font-size: .16rem;
    color: #000000;
    background: linear-gradient(to right, #4f6394, transparent);
}

.Resource .list ul li .setp {
    position: absolute;
    left: .25rem;
    top: .15rem;
    padding-top: .14rem;
    width: 1rem;
    height: .14rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-image: url('../images/index-column-icon.png');
    background-size: 100%;
    z-index: 3;
    box-sizing: border-box;
}

.Resource .list ul li:hover:after {
    border: .02rem solid #6998b8;
}
.Resource .list ul li:after {
    transform: skew(0deg);
    left: 0;
}
/*新增下载结束*/

.Resource .list ul li .more {
    margin-left: .2rem;
}

.Resource .list ul li .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: .4rem;
    font-size: .18rem;
    color: #ffffff;
    background-color: #00489d;
    border-radius: .04rem;
}

.Resource .list ul li .more a:after {
    display: block;
    content: '';
    margin-left: .1rem;
    width: .14rem;
    height: .16rem;
    background-image: url('../images/download.png');
    background-size: 100%
}

.Resource>.w1720 {
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 769px) {
    .Resource>.w1720:after {
        display: block;
        content: '';
        position: absolute;
        right: 0;
        bottom: -.8rem;
        width: 1.15rem;
        height: .63rem;
        background-image: url('../images/index-product-icon1.png');
        background-size: 100%;
    }
}

.About {
    padding: 1rem 0 1.5rem;
    background-color: #f5f5f5
}

.About .info .main-title {
    max-width: 11.2rem;
    font-size: .36rem;
    color: #0c1a47;
    line-height: 1.7;
}

.About .info .flex {
    margin-top: .6rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.About .info .flex .box {
    width: 50%;
}

.About .info .flex .box .text {
    font-size: .2rem;
    color: #333333;
    line-height: 2;
}

.About .info .flex .img {
    width: 45%;
}

.About .info .flex .img img {
    width: 100%;
}

.About .cooperate {
    position: relative;
    margin-top: 1.5rem;
}

.About .cooperate .top-box {
    width: 8.52rem;
    height: 1.72rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-image: url('../images/about-cooperate.png');
    background-size: 100%;
}

.About .cooperate .top-box .name {
    width: 100%;
    font-size: .42rem;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.About .cooperate .top-box .title {
    width: 100%;
    font-size: .62rem;
    color: #0640a3;
    font-weight: bold;
    text-align: center;
}

.About .cooperate .list {
    padding-top: .6rem;
}

.About .cooperate .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3.75%;
}

.About .cooperate .list ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .2rem;
    width: 17.5%;
    height: 1.5rem;
    margin: 3.75%;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: .3rem;
    overflow: hidden;
}

.About .cooperate .list ul li img {
    max-width: 100%;
    max-height: 1.3rem;
}

.About .cooperate .size {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.About .cooperate .size img {
    width: 100%;
}

@media screen and (min-width: 769px) {
    .About .cooperate:after {
        display: block;
        content: '';
        position: absolute;
        right: 0;
        bottom: -.4rem;
        width: 1.15rem;
        height: .63rem;
        background-image: url('../images/index-product-icon1.png');
        background-size: 100%;
    }
}

.Contact .info {
    padding: 1rem 0 1rem 0;
}

.Contact .info .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Contact .info .flex .box {
    width: 44.1%;
}

.Contact .info .flex .box .title {
    position: relative;
    padding-bottom: .6rem;
    border-bottom: 1px solid #dddddd;
}

.Contact .info .flex .box .title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: '';
    width: .8rem;
    height: .03rem;
    background-color: #00489d;
    z-index: 3;
}

.Contact .info .flex .box .list {
    margin-top: .6rem;
}

.Contact .info .flex .box .list ul li {
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
}

.Contact .info .flex .box .list ul li:last-child {
    margin-bottom: 0;
}

.Contact .info .flex .box .list ul li:before {
    display: block;
    content: '';
    margin-right: .3rem;
    width: .56rem;
    height: .56rem;
    background-size: 100%;
    background-repeat: no-repeat
}

.Contact .info .flex .box .list ul li:nth-of-type(1):before {
    background-image: url('../images/contact-icon1.png')
}

.Contact .info .flex .box .list ul li:nth-of-type(2):before {
    background-image: url('../images/contact-icon2.png')
}

.Contact .info .flex .box .list ul li:nth-of-type(3):before {
    background-image: url('../images/contact-icon3.png')
}

.Contact .info .flex .box .list ul li:nth-of-type(4):before {
    background-image: url('../images/contact-icon4.png')
}

.Contact .info .flex .box .list ul li:nth-of-type(5):before {
    background-image: url('../images/contact-icon5.png')
}

.Contact .info .flex .box .list ul li .name {
    font-size: .18rem;
    color: #999999;
}

.Contact .info .flex .box .list ul li .text {
    margin-top: .15rem;
    font-size: .18rem;
    color: #000;
}

.Contact .info .flex .img {
    width: 48.2%;
}

.Contact .info .flex .img img {
    width: 100%;
}

.Contact .cooperate {
    padding: 1rem 0;
    background-color: #f5f5f5
}

.Contact .cooperate .public-title1 {
    text-align: center;
}
/*联系方式*/
.Contact .lxfs {
    position: relative;
}

.Contact .lxfs .list {
    padding-top: 0rem;
}

.Contact .lxfs .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.75%;
}

.Contact .lxfs .list ul li {
    padding: .2rem .2rem .4rem;
    width: 19.5%;
    margin: 2% 2.75%;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 0.3rem;
    overflow: hidden;
    text-align: center;
}
.Contact .lxfs .list ul li:hover{
    border: 1px solid #6998b8;
}

.Contact .lxfs .list ul li h3 {
    font-size: .24rem;
    line-height: 2.5;
}
.Contact .lxfs .list ul li p {
    font-size: .18rem;
    line-height: 1.5;
}
/*联系方式end*/

.Contact .cooperate .list {
    margin-top: .6rem;
}

.Contact .cooperate .list ul li {
    margin-bottom: .3rem;
}

.Contact .cooperate .list ul li:last-child {
    margin-bottom: 0;
}

.Contact .cooperate .list ul li .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Contact .cooperate .list ul li .flex .item {
    width: 31%;
}

.Contact .cooperate .list ul li .text {
    width: 100%;
    height: .6rem;
    padding: 0 .3rem;
    font-size: .18rem;
    background-color: #fff;
    box-sizing: border-box;
}

.Contact .cooperate .list ul li textarea {
    width: 100%;
    height: 2rem;
    padding: .3rem;
    font-size: .18rem;
    background-color: #fff;
    box-sizing: border-box;
}

.Contact .cooperate .list .submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: .65rem;
    margin: .6rem auto 0;
    font-size: .18rem;
    color: #fff;
    border-radius: 0.04rem;
    background: linear-gradient(to right, #495d90, #6998b7);
    cursor: pointer;
}

@media screen and (max-width: 1760px) {
    .w1720 {
        max-width: 96%
    }
}

@media screen and (max-width: 1680px) {
    header .right-box nav>ul>li {
        margin-right: .3rem;
    }
    header .right-box .search {
        margin-left: .5rem;
    }
}

@media screen and (max-width: 1200px) {
    .rightMenuBtn {
        display: block;
    }
    header {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 50;
        padding: .2rem 0;
        padding-right: 50px;
        background-color: #fff;
        box-sizing: border-box;
    }
    header nav {
        display: block;
        position: fixed;
        margin-top: 0;
        padding: .6rem .2rem .3rem .2rem;
        top: 0;
        right: 0;
        margin-right: 0;
        width: 300px;
        height: 100%;
        background-color: #fff;
        overflow: unset;
        box-sizing: border-box;
        overflow-x: hidden;
        transform: matrix(1, 0, 0, 1, 300, 0);
        z-index: 300;
    }
    header nav.on {
        right: 0;
    }
    header .right-box .tel {
        display: none;
    }
    header .right-box .search .text {
        border: .02rem solid #000;
        color: #333;
    }
    header .right-box .search:before {
        background-image: url('../images/search-icon-b.png');
    }
    header .right-box .search .btn {
        background-image: url('../images/search-btn-b.png');
    }
    header .right-box .language a {
        color: #000;
    }
    header .right-box nav>ul {
        display: block;
    }
    header .right-box nav>ul li {
        margin-right: 0;
    }
    header .right-box nav>ul li a {
        color: #000;
    }
    header .right-box nav>ul>li.on:before {
        display: none;
    }
    header .right-box nav>ul>li.on a {
        color: #00489d;
    }
    header nav>ul>li {
        display: block;
        margin-bottom: 0;
        margin-right: 0;
        padding: .25rem .2rem;
        border-bottom: 1px solid #ddd;
    }
    header nav>ul>li>a {
        display: block;
        font-size: .2rem;
        color: #333;
        line-height: 1;
    }
    header .right-box .search .search-btn {
        background-image: url('../images/search-btn2.png');
    }
    header .right-box .language .language-btn {
        color: #333;
    }
    header .right-box .language .language-btn:before {
        background-image: url('../images/language-btn2.png');
    }
    header .right-box .search {
        margin-left: 0;
    }
    .column-banner .move {
        display: block;
        height: 25vh;
        object-fit: cover;
    }
    .column-banner .pc {
        display: none;
    }
    .banner .media {
        display: block;
        height: 45vh;
        object-fit: cover;
    }
    .banner .pc {
        display: none;
    }
    footer .foot-nav {
        display: none;
    }
    footer .foot-box {
        padding: .3rem 0;
    }
    footer .bottom-box {
        display: block;
        margin-top: .3rem;
    }
    footer .bottom-box .foot-ewm {
        display: none;
    }
    footer .bottom-box .foot-link {
        margin-top: .2rem;
    }
    footer .bottom-box .foot-link .name {
        width: 100%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1024px) {
    header .logo img {
        max-width: 1.8rem
    }
    body {
        padding-top: .65rem;
    }
    .banner .swiper-slide .box .title {
        font-size: .46rem;
    }
    .public-title span {
        font-size: .36rem;
    }
    .public-name {
        padding-left: 0;
        margin-top: .3rem;
    }
    .index-product {
        padding: .6rem 0;
    }
    .index-product .link-more {
        margin-top: .6rem;
    }
    .index-column {
        margin-top: .6rem;
    }
    .index-new {
        padding: .6rem 0;
        overflow: hidden;
    }
    .index-new .flex {
        margin-top: .6rem;
    }
    .index-new .flex .box .en {
        font-size: .36rem;
    }
    .index-new .flex .box .title {
        font-size: .32rem;
    }
    .index-news .box {
        padding: .6rem 0;
        margin-top: 0;
    }
    .index-news .box .list {
        margin-top: .6rem;
    }
    .index-about {
        padding: .6rem 0;
        margin-top: .3rem;
    }
    .index-about .flex .box .title {
        font-size: .36rem;
    }
    .column-banner .title {
        font-size: .36rem;
    }
    .Product {
        padding: .6rem 0;
    }
    .public-title1 {
        font-size: .36rem;
    }
    .Product-info {
        padding: .6rem 0;
    }
    .Product-info .flex .left-box .main-title {
        font-size: .36rem;
    }
    .Application {
        padding: .6rem 0;
    }
    .Service {
        padding: .6rem 0;
    }
    .Service .customized {
        padding-bottom: .6rem;
    }
    .News {
        padding: .6rem 0;
    }
    .News-info {
        padding: .6rem 0;
    }
    .Resource {
        padding: .6rem 0;
    }
    .About {
        padding: .6rem 0;
    }
    .About .cooperate {
        margin-top: .6rem;
    }
    .Contact .info {
        padding: .6rem 0;
    }
    .Contact .lxfs{
        padding-bottom: .5rem;
    }
    .Contact .cooperate {
        padding: .6rem 0;
    }
}

@media screen and (max-width: 768px) {
    .banner .swiper-slide .box {
        bottom: .5rem;
    }
    .banner .swiper-slide .box .more {
        margin-top: .3rem;
    }
    .banner .swiper-pagination {
        bottom: .2rem !important;
    }
    .banner .swiper-slide .box .more a {
        font-size: .28rem;
    }
    .index-product .list ul {
        flex-wrap: wrap;
    }
    .index-product .list ul li {
        width: 50%;
        margin-bottom: 0;
    }
    .index-product .list ul li:after {
        transform: skew(0deg);
        left: 0;
    }
    .index-product .list ul li .setp {
        top: .2rem;
        right: .2rem;
    }
    .index-honor .list ul li {
        width: 50%;
    }
    .index-honor .list ul li .pic {
        height: 2.5rem;
    }
    .index-down {
        width: 100%;
    }
    .index-down ul li .more {
        margin-left: 0;
        margin-top: 0.2rem;
    }
    .index-product .search .box .text {
        width: 3rem;
    }
    .index-product .search .box:after {
        width: 3rem;
    }
    .index-product .link-more a {
        width: 100%;
        padding-bottom: 16%;
        height: auto;
    }
    .index-product .search {
        margin-top: .3rem;
    }
    .index-column .list ul li {
        width: 100%;
        margin-bottom: .2rem;
        padding: .3rem;
    }
    .index-column .list ul li .more {
        left: .3rem;
    }
    .index-new .flex .img {
        width: 100%;
    }
    .index-new .flex .img:after {
        height: 4.5rem;
        width: 90%;
    }
    .index-new .flex .box {
        width: 100%;
        margin-top: .5rem;
    }
    .index-new .flex .box .text {
        margin-top: .3rem;
    }
    .index-news .box .logo {
        padding-top: 15%;
    }
    .index-news .box .btn .swiper-pagination {
        margin: 0 .2rem;
    }
    .index-news .box .btn .swiper-pagination .swiper-pagination-bullet {
        margin: 0 .1rem;
    }
    .index-news .box:before {
        height: 8.6rem;
    }
    .index-news .box:after {
        height: 8.5rem;
    }
    .index-product .main-text:before {
        display: none;
    }
    .index-product .main-text:after {
        display: none;
    }
    .index-honor .main-text:before {
        display: none;
    }
    .index-honor .main-text:after {
        display: none;
    }
    .index-new .main-text:before {
        display: none;
    }
    .index-new .main-text:after {
        display: none;
    }
    .index-news .main-text:before {
        display: none;
    }
    .index-news .main-text:after {
        display: none;
    }
    .index-about .flex {
        display: block;
    }
    .index-about .flex .img {
        width: 100%;
    }
    .index-about .flex .box {
        width: 100%;
        padding: .3rem;
    }
    .index-about .flex .box .more a {
        font-size: .28rem;
    }
    .index-about .flex .box .name {
        margin-top: .3rem;
    }
    .index-about .flex .box .text {
        margin-top: .3rem;
    }
    .index-about .flex .box .more {
        margin-top: .3rem;
    }
    .Product .flex {
        margin-top: .3rem;
    }
    .Product .flex .left-box .name {
        font-size: .28rem;
    }
    .Product .flex .left-box {
        width: 100%;
    }
    .Product .flex .left-box .list {
        max-height: 40vh;
        overflow-x: hidden
    }
    .Product .flex .right-box {
        width: 100%;
        margin-top: .3rem;
    }
    .Product .flex .right-box .list ul li {
        width: 48%;
        margin: 1%;
        padding: .3rem;
    }
    .Product .flex .right-box .list ul li:before {
        right: .2rem;
        top: .2rem;
    }
    .Product .flex .right-box .list ul li .title {
        margin-top: .2rem;
    }
    .Product .flex .right-box .list ul li .text {
        margin-top: .2rem;
    }
    .Product-info .flex {
        flex-wrap: wrap;
    }
    .Product-info .flex .left-box {
        width: 100%;
    }
    .Product-info .flex .right-box {
        width: 100%;
        margin-top: .3rem;
    }
    .Product-info .flex .left-box .point ul li {
        margin-bottom: .3rem;
    }
    .Product-info .flex .left-box .main-title {
        margin-bottom: .3rem;
    }
    .Product-info .flex .left-box .return {
        margin-top: .3rem;
    }
    .Product-info .flex .left-box .size {
        left: auto;
        right: 0;
        width: 50%;
        text-align: right;
    }
    .Product-info .flex .left-box .size img {
        max-width: 1rem;
    }
    .Product-info .flex .right-box .item {
        padding: .3rem;
    }
    .Product-info .flex .right-box .outline .casket .images {
        width: 100%;
    }
    .Product-info .flex .right-box .outline .casket .box {
        width: 100%;
        margin-top: .3rem;
    }
    .Product-info .flex .right-box .download ul li {
        padding: .3rem;
    }
    .Product-info .flex .right-box .download ul li .title {
        width: 100%;
    }
    .Product-info .flex .right-box .download ul li .more {
        margin-left: 0;
        margin-top: .2rem;
    }
    .Product-info .flex .right-box .download ul li .more a{
      margin-left: 0;
      margin-right: .2rem;
    }
    .Application .flex {
        margin-top: .3rem;
    }
    .Application .list .mySwiper2 .box {
        width: 100%;
    }
    .Application .list .mySwiper2 .img {
        width: 100%;
        margin-top: .3rem;
    }
    .Application .list .left-box .title {
        font-size: .28rem;
    }
    .Application .list .mySwiper2 {
        width: 100%;
    }
    .Application .list .btn {
        width: 100%;
        margin: .2rem 0;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .Application .list .btn .swiper-pagination {
        margin: 0 .2rem;
        width: auto;
        font-size: .24rem;
    }
    .Application .list .btn .swiper-button-prev {
        transform: rotate(0deg);
        --swiper-navigation-size: .24rem;
    }
    .Application .list .btn .swiper-button-next {
        transform: rotate(0deg);
        --swiper-navigation-size: .24rem;
    }
    .Application .list .thumb {
        width: 100%;
        height: 3rem;
        border-radius: 0
    }
    .Application .list .thumb .mySwiper .swiper-slide {
        padding: 7%;
    }
    .Application .list .thumb .mySwiper .swiper-slide img {
        height: 86%;
        border-radius: 50%
    }
    .Service .customized .list {
        margin-top: .3rem;
    }
    .Service .customized .list ul li .flex {
        display: block;
    }
    .Service .customized .list ul li .flex .item {
        margin-right: 0;
        width: 100%;
        margin-bottom: .2rem;
    }
    .Service .customized .list ul li .flex .item:last-child {
        margin-bottom: 0;
    }
    .Service .customized .list ul li {
        margin-bottom: .2rem;
    }
    .Service .sales .list ul {
        margin: 0;
    }
    .Service .sales .list ul li {
        width: 100%;
        margin-bottom: .2rem;
        padding: .3rem;
    }
    .column-menu ul li a {
        width: 1.5rem;
        font-size: .24rem;
    }
    .News .list ul li .img {
        width: 100%;
    }
    .News .list ul li .flex {
        width: 100%;
        margin-left: 0;
        margin-top: .3rem;
    }
    .News .list ul li .flex .box .time {
        margin-top: .2rem;
    }
    .News .list ul li .flex .box .text {
        margin-top: .2rem;
    }
    .News-info .info .title {
        font-size: .28rem;
    }
    .News-info .info .bottom-box {
        margin-top: .3rem;
        padding-top: .3rem;
        display: block;
    }
    .Return {
        margin-left: 0;
        margin-top: .3rem;
    }
    .Resource .search {
        justify-content: center
    }
    .Resource .list ul li .title {
        width: 100%;
    }
    .Resource .list ul li .more {
        margin-left: 0;
        margin-top: .2rem;
    }
    .About .info .main-title {
        font-size: .28rem;
    }
    .About .info .flex .box {
        width: 100%;
    }
    .About .info .flex .img {
        width: 100%;
        margin-top: .3rem;
    }
    .About .info .flex {
        margin-top: .3rem;
    }
    .About .cooperate .top-box {
        width: 100%;
        height: 1rem;
    }
    .About .cooperate .top-box .name {
        font-size: .28rem;
    }
    .About .cooperate .top-box .name img{
        width: 38%;
    }
    .About .cooperate .top-box .title {
        font-size: .36rem;
    }
    .About .cooperate .list {
        padding-top: .3rem;
    }
    .About .cooperate .list ul {
        margin: 0 1%;
    }
    .About .cooperate .list ul li {
        width: 48%;
        margin: 1%;
    }
    .Contact .info .flex .box {
        width: 100%;
    }
    .Contact .info .flex .img {
        width: 100%;
        margin-top: .3rem;
    }
    .Contact .lxfs .list ul li {
        width: 48%;
        margin: 1%;
    }
    .Contact .cooperate .list ul li {
        margin-bottom: .2rem;
    }
    .Contact .cooperate .list ul li .flex .item {
        width: 100%;
        margin-bottom: .2rem;
    }
    .Contact .cooperate .list ul li .flex .item:last-child {
        margin-bottom: 0;
    }
    .Resource .list ul {
        flex-wrap: wrap;
    }
    .Resource .list ul li {
        width: 50%;
        margin-bottom: 0;
    }
    .Resource .list ul li:after {
        transform: skew(0deg);
        left: 0;
    }
}

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

/*Other003109 */

.Other003109 {
    position: fixed;
    z-index: 110;
    right: 5px;
    top: 80%;
    transform: translateY(-50%);
}

.Other003109 li {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #204078;
    margin-bottom: 3px;
    transition: 0.3s
}

.Other003109 li dl {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
}

.Other003109 li dl>* {
    vertical-align: middle;
}

.Other003109 li dt {
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 48%;
}

.Other003109 li.tel dt {
    background-image: url(../images/tel-on.svg);
}

.Other003109 li.tel:hover dt {
    background-image: url(../images/tel-on.svg);
}

.Other003109 li:hover dl {
    background-color: #204078;
    padding-right: 10px;
    transition: 0.3s;
}

.Other003109 li dd {
    width: 0;
    line-height: 50px;
    color: #fff;
    display: inline-block;
    overflow: hidden;
}

.Other003109 li:hover dt {
    display: inline-block;
}

.Other003109 li:hover dd {
    width: auto;
}

.Other003109 li dd aside {
    white-space: nowrap;
    font-size: 16px;
}

.Other003109 li dd aside a {
    color: #fff;
}

@media (max-width:640px) {
    .Other003109 li,
    .Other003109 li dt {
        width: 30px;
        height: 30px;
    }
    .Other003109 li dd {
        line-height: 30px;
    }
}