@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url("../fonts/OpenSans-Bold.eot");
    src: url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold.svg') format('svg');
}
body {
    font-size: 14px;
    background: #FFF;
    overflow-x: hidden;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
code,
img,
fieldset,
form,
label,
figure {
    margin: 0;
    padding: 0;
}

body,
html,
input,
button,
textarea {
    color: #333333;
    font-family: 'Noto-sans', Arial, Helvetica, sans-serif;
    line-height: 1.6;
    font-weight: 400;
}

a {
    color: #222222
}

a:hover {
    color: rgb(24, 23, 23);
    transform: scale(1.0);
    transition: all 0.1s linear;
    text-decoration: none
}

a:focus {
    outline: none;
}

ul,
li,
ol,
dl,
dt,
dd {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%
}

input[type="text"]:focus {
    outline: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

a:active,
select,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

.main_title:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

* html .main_title {
    zoom: 1;
}

*:first-child+html .main_title {
    zoom: 1;
}

a {
    text-decoration: none;
}

.p10 {
    padding-left: 10px
}

.p20 {
    padding-left: 20px;
}

.p30 {
    padding-left: 30px
}

.t10 {
    padding-top: 10px
}

.b10 {
    padding-bottom: 10px;
}

.t20 {
    padding-top: 20px
}

.b20 {
    padding-bottom: 20px;
}

.t30 {
    padding-top: 30px
}

.b30 {
    padding-bottom: 30px;
}

.t40 {
    padding-top: 40px
}

.b40 {
    padding-bottom: 40px;
}

.t50 {
    padding-top: 50px
}

.b50 {
    padding-bottom: 50px;
}

.t60 {
    padding-top: 60px
}

.b60 {
    padding-bottom: 60px
}

.t80 {
    padding-top: 80px
}

.b80 {
    padding-bottom: 80px;
}

.t100 {
    padding-top: 100px
}

.b100 {
    padding-bottom: 100px;
}

.b120 {
    padding-bottom: 150px;
}

.tm10 {
    margin-top: 10px
}

.bm10 {
    margin-bottom: 10px;
}

.tm20 {
    margin-top: 20px
}

.bm20 {
    margin-bottom: 20px;
}

.tm30 {
    margin-top: 30px
}

.bm30 {
    margin-bottom: 30px;
}

.tm50 {
    margin-top: 50px
}

.bm50 {
    margin-bottom: 50px;
}

.tm80 {
    margin-top: 80px;
}

.bm80 {
    margin-bottom: 80px;
}

.tm100 {
    margin-top: 100px;
}

.bm100 {
    margin-bottom: 100px;
}

.tm150 {
    margin-top: 150px;
}

.tm120 {
    margin-top: 120px;
}

.bm120 {
    margin-bottom: 120px;
}

.bm150 {
    margin-bottom: 150px;
}

/*gotop*/
.gotop {
    position: fixed;
    text-align: center;
    right: 50px;
    bottom: 50px;
    color: #fff;
    background-color: #333;
    text-align: center;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-clip: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 99999;
    cursor: pointer;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: translateY(50%) scale(0.8);
    -webkit-transform: translateY(50%) scale(0.8);
    -ms-transform: translateY(50%) scale(0.8);
    -o-transform: translateY(50%) scale(0.8);
    transform: translateY(50%) scale(0.8);
}

.gotop:hover,
.gotop.active:hover {
    background-color: #164786 !important;
    color: #fff;
    font-family: 'fontawesome';
    content: "\f176";
    display: block;
}

.gotop.active {
    opacity: 1;
    visibility: visible;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.gotop em {
    font-size: 16px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.gotop:before {
    font-family: 'fontawesome';
    content: "\f176";
    display: block;
}

.gotop:hover:before {
    -webkit-transform: translateY(-15px) scale(.5);
    -ms-transform: translateY(-15px) scale(.5);
    -o-transform: translateY(-15px) scale(.5);
    transform: translateY(-15px) scale(.5);
    opacity: 0;
    filter: alpha(opacity=0);
}

.gotop:hover em {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* ********************************************************************header通用样式 ***************************************************************/
/* *******************************************顶部导航栏************************************************************************ */
.nav0 .up{
    background-color: #164786;
}
.nav0 .up ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}
.nav0 .up ul>li:nth-child(1)>ul{
    display: flex;
}
.nav0 .up ul>li:nth-child(1)>ul>li{
    color: #e9d5ca;
    font-size: 25px;
    margin-right: 15px;
}
.nav0 .up ul>li:nth-child(2)>ul>li{
    font-size: 15px;
    color: #ffffff;
    margin-right: 10px;
    cursor: pointer;
    transition: 0.3s;
}
.nav0 .up ul>li:nth-child(2)>ul>li:hover{
    color: #e9d5c8;
    transition: 0.3s;
}
.nav0 .down .dm{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 25px 0;
} 
.nav0 .down .dm>img{
    height: 48px;
}
.nav0 .down .dm>ul{
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}
.nav0 .down .dm>ul>li{
    display: flex;
    align-items: start;
    justify-content: center;
    /*margin: 25px;*/
    
}

.nav0 .down .dm>ul>li>.i{
    background-color: #16478633;
    padding: 10px;
    margin-right: 22px;
}
.nav0 .down .dm>ul>li>.i i{
    font-size: 24px;
}
.nav0 .down .dm>ul>li>.t>h5{
    color: #000000;
    font-weight: 600;
}
.nav0 .down .dm>ul>li>.t>div{
    font-size: 15px;
    margin-top: 8px;
}
.nav1 {
    position: fixed;
    /*top: 180px;*/
    width: 69%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    background-color: transparent;
    background-color: #164786;
}

.nav1 .container {
    padding: 0;
}

.nav1main {
    display: flex;
    /* height: 80px; */
    justify-content: space-between;
    align-items: center;
}

.nav1main .center {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.nav1main .center .search {
    padding-left: 15px;
}

.nav1main .center .search>i {
    color: #fff;
    font-size: 25px;
    line-height: 80px;
    font-weight: 200;
    cursor: pointer;
}

.nav1main .center .head_nav {
    display: flex;
    justify-content: space-between;
}

.nav1main .center .web_head .nav_wrap {
    float: left;
    margin: 0;
}

.nav1main .center .head_nav>li>a {
    font-size: 16px;
    color: #fff;
    border-bottom: 2px solid transparent;
    display: flex;
    align-items: center;
}

.nav1main .center .head_nav>li>a>i {
    color: #fff;
    font-size: 22px;
}

.nav1main .center .head_nav>li>a:hover {
    background-color: #363062;
    transition: 0.1s;
}

.nav1main .center .head_nav>li>a::after {
    background-color: transparent;
}

.nav1main .center .head_nav>li.active{
    background-color: #363062;
}

/* .nav1main>.center .sub-menu>li:hover>a::before {
    background-color: #164786;
} */

.nav1main .right {
    width: 10%;
}

.nav1main .right>ul {
    display: flex;
    justify-content: space-around;
}

.nav1main .right>ul>li>i {
    font-size: 26px;
    cursor: pointer;
    color: #fff;
}

.nav1main .right>input::placeholder {
    color: #fff;
}

/* *******************************************banner图轮播部分************************************************************* */
.nav2 {
    position: relative;
}

.nav2 .swiper img {
    width: 100%;
}

#dowebok .nav2 .swiper img {
    height: 100vh;
    width: 100%;
}

.nav2cont {
    position: absolute;
    top: 15%;
    left: 10%;
}

.nav2cont .on {
    border: 1px solid #ddd;
    width: 30%;
    padding: 5px;
    border-radius: 55px;
    display: flex;
    background-color: #eff0f4;
    margin-bottom: 20px;
}

.nav2cont .on .left {
    width: 35%;
    background-color: #f89047;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 15px;
    text-align: right;
}

.nav2cont .on .left>span {
    display: block;
    color: white;
    font-size: 15px;
    padding: 10px 0;
}

.nav2cont .on .right {
    width: 60%;
}

.nav2cont .on .right>span {
    display: block;
    padding: 10px 0;
    color: #9399a6;
    font-size: 15px
}

.nav2cont .in {
    margin-bottom: 40px;
}

.nav2cont .in>div {
    width: 40%;
    font-size: 60px;
    font-weight: 600;
}

.nav2cont .un>button {
    padding: 15px 20px;
    background-color: #000000;
    color: white;
    border: 0;
    border-radius: 5px;
}

.nav2cont .un>button>i {
    width: 14px;
    margin: auto 0;
}

.nav2cont .un>button:hover {
    padding: 15px 20px;
    background-color: white;
    color: #000000;
    border: 0;
    border-radius: 5px;
    transition: 0.5s;
}

.nav2txt {
    position: absolute;
    display: flex;
    top: 15%;
    left: 45%;
}

.nav2txt>span {
    display: block;
    margin: 0 100px;
    color: white;
}

.nav2txt>span>p:nth-child(2) {
    font-size: 23px;
    font-weight: 600;
}

.nav2txt>span:nth-child(2) {
    text-align: right;
}

.nav2txt2 {
    display: none;
}

.nav2lunbo {
    position: absolute;
    width: 30%;
    object-fit: cover;
    overflow: hidden;
    bottom: 3%;
    left: 10%;
}

.nav2lunbo .swiper {
    width: 100%;
}

.nav2lunbo .swiper img {
    width: 100%;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50% !important;
    background-color: #000000;
}

.d-block {
    width: 100% !important;
}

.carousel-control-prev>img,
.carousel-control-next>img {
    width: auto;
}
.nav2 {
    position: relative;
}

.nav2 .fl {
    position: absolute;
    bottom: -7%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.nav2 .fl .main {
    display: flex;
}

.nav2 .fl .main>div:nth-child(1) {
    background-color: #000000;
    width: 50%;
    display: flex;
    justify-content: center;
    padding: 30px 20px;

}

.nav2 .fl .main>div:nth-child(1)>.img {
    width: 30%;
    margin: 0 15px;
}

.nav2 .fl .main>div:nth-child(1)>.txt>h3 {
    font-size: 20px;
    font-weight: 600;
}

.nav2 .fl .main>div:nth-child(1)>.txt>p {
    padding: 15px 0;
    font-size: 16px;
}

.nav2 .fl .main>div:nth-child(1)>.txt>h4 {
    font-weight: 600;
    transition: 0.5s;
    cursor: pointer;
}

.nav2 .fl .main>div:nth-child(1)>.txt>h4:hover {
    font-weight: 600;
    color: #fff;
    transition: 0.5s;
}

.nav2 .fl .main>div:nth-child(2) {
    background-color: #131428;
    width: 50%;
    display: flex;
    justify-content: center;
    padding: 30px 20px;

}

.nav2 .fl .main>div:nth-child(2)>.img {
    width: 30%;
    margin: 0 15px;
}

.nav2 .fl .main>div:nth-child(2)>.txt>h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.nav2 .fl .main>div:nth-child(2)>.txt>p {
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
}

.nav2 .fl .main>div:nth-child(2)>.txt>h4 {
    color: #000000;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s;
}

.nav2 .fl .main>div:nth-child(2)>.txt>h4:hover {
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s;

}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 5%;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 5%;
}

.carousel-caption {
    left: 67%;
    top: 60%;
}
/* *******************************************************视频遮罩********************************************************** */
#main4zz {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    z-index: 9999;
}

#main4zz .video {
    width: 100%;
    height: 100%;
    position: relative;
}

#main4zz #clmain4zz {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 55px;
    color: #363062;
    cursor: pointer;
}

#main4zz>.video>.video-mina {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    height: 400px;

}

/* *******************************************************footer通用样式********************************************* */
.footer{
    background-color: #164786aa;
    padding: 50px 0;
}
.footer .fmain .footerul>.footerli>div{
    cursor: pointer;
    padding: 0;
    margin: 25px 0;
}
.footer .fmain .footerul>.footerli:nth-child(1)>div>img{
    height: 80px;
    object-fit: cover;
    margin-bottom: 25px;
    margin-right: 15px;
}
.footer .fmain .footerul>.footerli:nth-child(1)>div>ul{
    display: flex;
}
.footer .fmain .footerul>.footerli:nth-child(1)>div>ul>li{
    color: #164786;
    font-size: 25px;
    margin-right: 15px;
    margin-top: 25px;
}
.footer .fmain>.footerul>.footerli:nth-child(2)>div>h4,
.footer .fmain>.footerul>.footerli:nth-child(3)>div>h4 {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
}

.footer .fmain>.footerul>.footerli:nth-child(2)>div>ul>li,
.footer .fmain>.footerul>.footerli:nth-child(3)>div>ul>li {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-bottom: 22px;
    font-size: 17px;

}
.footer .fmain>.footerul>.footerli:nth-child(2)>div>ul>li:hover,
.footer .fmain>.footerul>.footerli:nth-child(3)>div>ul>li:hover{
    color: #164786;
}
.footer .fmain>.footerul>.footerli:nth-child(2)>div>ul>li.active,
.footer .fmain>.footerul>.footerli:nth-child(3)>div>ul>li.active{
    color: #164786;
    font-weight: 600;
    
}

.footer .fmain>.footerul>.footerli:nth-child(2)>div>ul>li a,
.footer .fmain>.footerul>.footerli:nth-child(3)>div>ul>li a{
    margin-right: 8px;
    color: #fff;
}
.footer .fmain>.footerul>.footerli:nth-child(2)>div>ul>li>i,
.footer .fmain>.footerul>.footerli:nth-child(3)>div>ul>li>i {
    margin-right: 20px;
    color: #164786;
}
.footer .fmain>.footerul>.footerli:nth-child(4)>div{
    background: linear-gradient(to right, #164786aa, #164786);
    padding: 25px;
}
.footer .fmain>.footerul>.footerli:nth-child(4)>div>.o>h4{
    color: #E9D5CA;
}
.footer .fmain>.footerul>.footerli:nth-child(4)>div>.o>p{
    font-size: 17px;
    color: #FFFFFFC7;
    margin-top: 15px;
}
.footer .fmain>.footerul>.footerli:nth-child(4)>div>.oo{
    margin: 25px 0;
}
.footer .fmain>.footerul>.footerli:nth-child(4)>div>.oo>h5{
    color: #ffffff;
}
.footer .fmain>.footerul>.footerli:nth-child(4)>div>.oo>p{
    color: #FFFFFFC7;
    margin-top: 15px;
}
.footer .fx{
}
.footer .fx>img{
    width: 100%;
    height: 1px;
}
.footer .jszh{
    margin-top: 25px;
    color: #3f6ad7;
}
.footer .fff{
    display: flex;
    justify-content: space-between;
}
.footer .fff>div{
    display: flex;
    flex-wrap: wrap;
}
.footer .fff>div>div{
    margin-right: 20px;
}
.footer .fff>div>div:hover>a{
    color: #3f6ad7;
}
/* ********************************************************* 底部分割栏****************************************************** */
.fline {
    display: flex;
    align-items: center;
    padding: 60px 0 10px 0;
    background-color: transparent;
}

.fline1,
.fline2 {
    width: 100%;
    background-color: #999;
    height: 2px;
}

.fline>img {
    width: 20%;
    display: flex;
    flex-direction: row;
}

.fline>img::before,
.fline>img::after {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid #000;
    margin: auto;
}
/* ********************************************手机导航栏************************************************************************** */
.pright,
.plist,
.plistzz {
    display: none;
}

.pright {
    width: 100%;
}
.pright>i:nth-child(1){
    float: left;
}

.pright>i {
    font-size: 40px;
    color: #ffffff;
    line-height: 80px;
    float: right;
}

.plist>div {
    background-color: transparent;
}

.plist>div>img {
    width: 40% !important;
}

.nav_wrap .head_nav li ul {
    top: 75%;
    left: 20%;
}

/* ************************************************************MAIN模块************************************************** */
/* main1 */
.main1 .main1bagin .up{text-align: center;}
.main1 .main1bagin .up>h6{color: #164786; padding: 15px 0;}
.main1 .main1bagin .up>h1{color: #000000;padding: 15px 0; margin: 0 auto;}

.main1 .main1bagin .down>div>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(to bottom right, #ece6f3, #fcfcfe);
    margin: 15px 0;
    padding: 30px 10px;
    cursor: pointer;
    transition: 0.5s;
    transition: 0.5s;

}
.main1 .main1bagin .down{
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main1 .main1bagin .down>div>div{
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.main1 .main1bagin .down>div>div>h3{
    font-size: 23px; font-weight: 600; color: #000000;
    width: 70%;
    padding: 20px 0;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main1 .main1bagin .down>div>div>i{
    font-size: 45px;
    color: #4d4c84;
    transition: 0.5s;
}
.main1 .main1bagin .down>div>div:hover>i{
    color: #e9d5ca;
    transition: 0.5s;
}
.main1 .main1bagin .down>div>div>p{
    padding:0  15px;
    color: #6E6E6E;
    font-size: 17px;
}
.main1 .main1bagin .down>div>div:hover{
    background: linear-gradient(to bottom right, #545180, #164786);
    transition: 0.5s;
    margin-bottom: 60px;
}
.main1 .main1bagin .down>div>div:hover>h3,
.main1 .main1bagin .down>div>div:hover>p{
    color: #ffffff;
    transition: 0.5s;

}
/* main2 */
.main2 .main2bagin .up{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
}
.main2 .main2bagin .up>.left>h6{
    font-size: 17px;
    color: #164786;
}
.main2 .main2bagin .up>.left>h2{
    font-size: 40px;
    font-weight: 600;
    color: #000000;
    margin: 15px 0;
}
.main2 .main2bagin .up>.right>a{
    display: block;
    padding: 15px 45px;
    text-align: center;
    background: linear-gradient(to bottom right, #545180, #164786);
    color: #ffffff;
    float: right;
    transition: 0.5s;
}
.main2 .main2bagin .up>.right>a>i{
    margin-left: 10px;
}
/* dgbj */
.main2 .main2bagin .up>.right>a:hover{
    margin-bottom: 10px;
    background: linear-gradient(to bottom right, #164786,#545180);
    transition: 0.5s;
}
.main2 .main2bagin .down{
    /*height: 590px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.main2 .main2bagin .down>div{
    /*height: 560px;*/
    transition: 0.5s;
    margin: 25px 0;
}
.main2 .main2bagin .down>div>.m2card{
    height: 74%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid  #333333;

}
.main2 .main2bagin .down>div:hover{
    margin-bottom: 15px;
    transition: 0.5s;
}
.main2 .main2bagin .down>div>.m2card>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main2 .main2bagin .down>div>.m2card>div{
    position: absolute;
    bottom: -100%;
    color: #ffffff;
    padding: 25px;
    z-index: 10;
    /*opacity: 0;*/
    overflow: hidden;
    transition: all 0.5s;
    background: #164786;
    height: 20%;
    width: 100%;
    display: flex;
    flex-direction: column;
    /*flex-direction: color;*/
    /*align-items: end;*/
    justify-content: end;
    align-content: center;
}
.main2 .main2bagin .down>div>.m2card:hover div{
    bottom:0;
}
.main2 .main2bagin .down>div>.m2card>div>h3{
    font-size: 18px;
    font-weight: 600;
}
.main2 .main2bagin .down>div>.m2card>div>p{
    font-size: 17px;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.main2 .main2bagin .down>div>.m2card .m2zz{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(175, 172, 192, .3);
    bottom:-100%;
    transition: 0.3s;
}
.main2 .main2bagin .down>div>.m2card:hover .m2zz{
    bottom:0;
    transition: 0.3s;
}
/* main3 */
.main3 .main3bagin .left>.m3c{
    position: relative;
}
.main3 .main3bagin .left>.m3c>div:nth-child(3){
    /*position: absolute;*/
    /*bottom: 0;*/
    /*right: 0;*/
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.main3 .main3bagin .left>.m3c .m3lt{
    background: linear-gradient(to bottom right, #ebe5f3,#fbf9fc);
    padding: 25px;
    border-left: 6px solid #164786;
}
.main3 .main3bagin .left>.m3c .m3lt>i{
    color: #164786;
    font-size: 60px;
    margin: 15px 0;
}
.main3 .main3bagin .left>.m3c .m3lt>h4{
    font-weight: 600;
    color: #000;
    margin: 15px0 ;
}
.main3 .main3bagin .left>.m3c .m3lt>p{
    font-size: 17px;
    color: #6e6e6e;
}
.main3 .main3bagin .left{
    margin: 25px 0;
}
.main3 .main3bagin .left>.m3c>img{
    height: 100%;
    object-fit: cover;
}
.main3 .main3bagin{
    display: flex;
    justify-content: space-between;
}
.main3 .main3bagin .right>.m3r{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main3 .main3bagin .right>.m3r>.m3st{
    color: #164786;
    font-size: 17px;
    margin-bottom: 10px;
}
.main3 .main3bagin .right>.m3r>h2{
    margin: 20px 0;
    font-weight: 600;
    color: #000000;
    font-size: 40px;
}
.main3 .main3bagin .right>.m3r>p{
    font-size: 17px;
    margin: 20px 0;
    color: #6e6e6e;
}
.main3 .main3bagin .right>.m3r>.m3list{
    margin: 20px 0;
}
.main3 .main3bagin .right>.m3r>.m3list>div{
    display: flex;
    align-items: center;
    color: #6e6e6e;
    padding: 0;
}
.main3 .main3bagin .right>.m3r>.m3list>div>i{
    font-size: 26px;
    margin-right: 5px;
    color: #164786;
}
.main3 .main3bagin .right>.m3r>.m3list>div>span{
    font-size: 17px;
}
.main3 .main3bagin .right>.m3r>.m3bt{
    height: 70px;
    margin-top: 45px;
    display: flex;
    align-items: center;
}
.main3 .main3bagin .right>.m3r>.m3bt>a{
    background: linear-gradient(to bottom right, #164786,#164786);
    padding: 15px 40px;
    color: #ffffff;
    transition: 0.5s;
}
.main3 .main3bagin .right>.m3r>.m3bt>a:hover{
    margin-bottom: 15px;
    background: linear-gradient(to bottom right,#164786, #164786);
}
.main3 .main3bagin .right>.m3r>.m3bt>span{
    font-size: 17px;
    color: #164786;
    font-weight: 600;
    margin-left: 25px;
    transition: 0.5s;
    cursor: pointer;
}
.main3 .main3bagin .right>.m3r>.m3bt>span:hover{
    opacity: 0.8;
    margin-bottom: 15px;
    transition: 0.5s;
}
/* 视频遮罩的按钮 */
.dr{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
}

.drbtn{
    position: relative;
}
 .cw{
    width: 85px;
    height: 85px;
    border-radius: 50px;
    /* background-color: #bfe35c; */
    border: 5px solid #ffffff;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
}
 .cw:hover{
    border: 1px solid transparent;
    background-color: #eee9f5;
    transition: 0.5s;
}
.cw:hover>i{
    color: #fff;    
}
 .cw>i{
    position: absolute;
    font-size: 28px;
    left: 40%;
    top: 36%;
    color: #ffffff;
}
.bo {
	position: absolute;
	top: 0;
}

.bo::before {
	content: "";
	position: absolute;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	/* background-color: #0d3de5; */
    border:2px solid #164786;
    /* border: 3px solid #fff; */
	animation: scale 2s infinite;
}

.bo::after {
	content: "";
	position: absolute;
	width: 85px;
	height: 85px;
	border-radius: 50%;
    /* border: 1px solid #fff; */
	/* background-color: #0d3de5; */
    border:2px solid #164786;
	animation: scale2 2s infinite;
}
@keyframes scale {
	0% {
		transform: scale(1);
		opacity: 0.9;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes scale2 {
	0% {
		transform: scale(1);
		opacity: 0.9;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}
/* main4 */
.main4{
    background: linear-gradient(to right,#164786,#164786);
    margin-bottom: 150px;
}
.main4 .main4bagin{
    padding: 100px 0;
    position: relative;
}
.main4 .main4bagin>.m4r{
    color: #fff;  
    display: flex;
    align-items: center;  
}
.main4 .main4bagin>.m4r>.left>h6{color: #E9D5CA;}
.main4 .main4bagin>.m4r>.left>h2{
    margin: 20px 0;
    font-size: 40px;
    padding: 20px 0;
}
.main4 .main4bagin>.m4r>.right{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main4 .main4bagin>.m4r>.right>a{
    color: #473f6e;
    font-size: 17px;
    padding: 18px 40px;
    background-color: #ffffff;
    border: 1px solid transparent;
    transition: 0.3s;
}
.main4 .main4bagin>.m4r>.right>a>i{
    margin-left: 8px;
}
.main4 .main4bagin>.m4r>.right>a:hover{
    margin-bottom: 15px;
    transition: 0.3s;
}
.main4 .main4bagin .m4lt{
    color: #164786;
    background-color: #f1edf7;
    padding: 35px;
    position: absolute;
    width: 100%;
}
.main4 .main4bagin .m4lt>div>div>div>span{
    font-size: 50px;
    font-weight: 600;
}
.main4 .main4bagin .m4lt>div>div>div>sup{
    font-size: 36px;
}
.main4 .main4bagin .m4lt>div>div>h4{
    font-size: 18px;
    color: #000000;
}
.main4 .main4bagin .m4lt>div>div>p{
    font-size: 17px;
    color: #6e6e6e;
}
/* main5 */
.main5 .main5bagin{display: flex; justify-content: space-between;}
.main5 .main5bagin .left>.m5c{height: 100%;}
.main5 .main5bagin .left>.m5c>img{height: 100%;object-fit: cover;width: 100%;}
.main5 .main5bagin .right .m5r>.m5st{
    font-size: 17px;
    color: #164786;
    margin-top: 15px;
}
.main5 .main5bagin .right .m5r>h2{
    margin: 15px 0;
    font-weight: 600;
    font-size: 40px;
}
.main5 .main5bagin .right .m5r .m5list>div>div{
    background: linear-gradient(to right,#eae4f2,#faf9fc);
    margin: 15px 0;
    padding: 25px;
    border-left: 5px solid #164786;
}
.main5 .main5bagin .right .m5r .m5list>div>div>i{
    color: #716eba;
    font-size: 45px;
}
.main5 .main5bagin .right .m5r .m5list>div>div>h5{
    color: #000000;
    font-weight: 600;
}
.main5 .main5bagin .right .m5r .m5list>div>div>p{
    font-size: 10px;
    padding: 15px 0;
    color: #6e6e6e;
    height: 230px;
    display: flex;
    align-content: center;
}
.main5 .main5bagin .right>.m5r>.m5bt{
    height: 70px;
    margin-top: 45px;
    display: flex;
    align-items: center;
}
.main5 .main5bagin .right>.m5r>.m5bt>a{
    background: linear-gradient(to bottom right, #164786,#164786);
    padding: 15px 40px;
    color: #ffffff;
    transition: 0.5s;
}
.main5 .main5bagin .right>.m5r>.m5bt>a:hover{
    margin-bottom: 15px;
    background: linear-gradient(to bottom right,#164786, #164786);
}
.main5 .main5bagin .right>.m5r>.m5bt>span{
    font-size: 17px;
    color: #164786;
    font-weight: 600;
    margin-left: 25px;
    transition: 0.5s;
    cursor: pointer;
}
.main5 .main5bagin .right>.m5r>.m5bt>span:hover{
    opacity: 0.8;
    margin-bottom: 15px;
    transition: 0.5s;
}
/* main6 */
.main6{
    /*background-color: #164786aa;*/
    margin-bottom: 200px;
    background: url('/wp-content/themes/global/static/images/plok.jpg');
}
.main6 .main6bagin{
    position: relative;
    height: 400px
}
.main6 .main6bagin .m6lt{
    /* display: flex; */
    position: absolute;
    top: 65%;
    padding: 12px;
}
.main6 .main6bagin .m6lt>div:nth-child(1){
    background: linear-gradient(to  right,#164786,#164786);
    color: #ffffff;
    padding: 50px;
}
.main6 .main6bagin .m6lt>div:nth-child(1)>i{
    font-size: 60px;
    color: #E9D5CA;
}
.main6 .main6bagin .m6lt>div:nth-child(2){
    display: flex;
    padding: 0;
}
.main6 .main6bagin .m6lt>div:nth-child(2)>div{
    background-color: #f0ebf6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;

}
.main6 .main6bagin .m6lt>div:nth-child(2)>div>h2{
    color: #164786;
    font-size: 26px;
}
.main6 .main6bagin .m6lt>div:nth-child(2)>div>h3{
    color: #000000;
    font-size: 14px;
    margin: 8px 0;
}
.main6 .main6bagin .m6lt>div:nth-child(2)>div>p{
    font-size: 10px;
    color: #6e6e6e;
}
.main6 .dr{
    right: 50%;
    top: 30%;
}
/* main7 */
.main7 {
    display: none;
}
.main7 .main7bagin .left{padding: 0;}
.main7 .main7bagin .left>.m7c{height: 100%;}
.main7 .main7bagin .left>.m7c>img{height: 100%;padding: 12px;}
.main7 .m7cd{
    background: linear-gradient(to bottom right,#164786,#164786); 
    padding: 50px;
}
.main7 .m7cd .m7cdi>i{
    font-size: 20px;
    color: #16478633;
}
.main7 .m7cd>p{
    font-size: 17px;
    color: #FFFFFF;
    margin: 25px 0;
}
.main7 .m7cd>.m7cdpen{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main7 .m7cd>.m7cdpen>.m7cdd{
    display: flex;
    align-items: center ;
}
.main7 .m7cd>.m7cdpen>.m7cdd>img{
    height: 80px;
    width: 80px;
    border-radius: 80px;
}
.main7 .m7cd>.m7cdpen>.m7cdd>div{
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}
.main7 .m7cd>.m7cdpen>.m7cdd>div>h5{
    color: #FFFFFF;
}
.main7 .m7cd>.m7cdpen>.m7cdd>div>p{
    color: #E9D5CA;
}

.main7 .m7cd .m7cddd>i{
    font-size: 50px;
    color: #FFFFFF;
}
.main7 .main7bagin .right .m7r>.m7st{
    font-size: 17px;
    color: #164786;
    margin-top: 15px;
}
.main7 .main7bagin .right .m7r>h2{
    margin: 25px 0;
    font-weight: 600;
}
.main7 .main7bagin .right>.m7r>.m7bt{
    height: 70px;
    margin-top: 45px;
    display: flex;
    align-items: center;
}
.main7 .main7bagin .right>.m7r>.m7bt>a{
    background: linear-gradient(to bottom right, #164786,#164786);
    padding: 15px 40px;
    color: #ffffff;
    transition: 0.5s;
}
.main7 .main7bagin .right>.m7r>.m7bt>a:hover{
    margin-bottom: 15px;
    background: linear-gradient(to bottom right,#164786, #164786);
}
.main7 .main7bagin .right>.m7r>.m7bt>span{
    font-size: 17px;
    color: #164786;
    font-weight: 600;
    margin-left: 25px;
    transition: 0.5s;
    cursor: pointer;
}
.main7 .main7bagin .right>.m7r>.m7bt>span:hover{
    opacity: 0.8;
    margin-bottom: 15px;
    transition: 0.5s;
}
/* main8 */
.main8 .main8bagin .up{text-align: center;}
.main8 .main8bagin .up>h6{color: #164786; padding: 15px 0;}
.main8 .main8bagin .up>h1{color: #000000;padding: 10px 0; margin: 0 auto; margin-bottom: 45px;}

.main8 .main8bagin .down>div>div{
    background: linear-gradient(to bottom right,#ede7f4, #fbf9fc);
    padding: 30px;
    margin: 15px 0;
}
.main8 .main8bagin .down>div>div>img{
    height: 333px;
    object-fit: cover;
}
.main8 .main8bagin .down>div>div>h1{
    font-weight: 600;
    color: #000000;
    font-size: 30px;
    display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
}
.main8 .main8bagin .down>div>div>p{
    font-size: 17px;
    margin: 25px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.main8 .main8bagin .down>div>div>a{
    display: block;
    background: linear-gradient(to bottom right,#403969, #164786);
    padding: 15px 20px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 25PX;
    transition: 0.5s;
}
.main8 .main8bagin .down>div>div>a:hover{
    background: linear-gradient(to bottom right,#164786,#403969);
    transition: 0.5s;
}



/* 轮播按钮 */
.nav2 .swiper {
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #666;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 50px;
    /* 设置按钮大小 */
}

.main5 .swiper {
    --swiper-theme-color: #c8b6a1;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #333;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}

.fp-section {
    height: auto !important;
}

/* new */

.newmodle{
    background-color: transparent;
}
.newmodle .main>.left {
    margin-right: 40px;
}


.newmodle .left>.title {
    background-color: #47416e;
    text-align: center;
    width: 100%;
}

.newmodle .left>.title>a {
    width: 100%;
    font-size: 1.5rem;
    color: white;
    padding: 1.25rem 0;
    display: block;
}

.newmodle .left>ul {
    width: 100%;
}

.newmodle .left>ul>li {
    width: 100%;
    border: .0625rem solid #47416e;
    padding: 1.25rem .625rem;
    font-size: 1rem;
    cursor: pointer;
    border-top: 0;
}

.newmodle .left>ul>li>div {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.productinfomodle .left>ul>li>div>a.active {
    color: #0d6aa5;
}

.newmodle .left>ul>li>ul>li {
    cursor: pointer;
    color: #bbb;
    border-bottom: .0625rem solid #eee;
    padding: .625rem;
}

.newmodle .left>ul>li>ul>li:nth-last-child(1) {
    border: 0;
}

.newmodle .right>ul>li {
    display: flex;
}

.newmodle .right>ul>li>.liright {
    display: flex;
    flex-direction: column;
}

.newmodle .right>ul>li>.liright>span:nth-child(1) {
    color: #bbb;
    font-size: .875rem;
    padding: .3125rem;
}

.newmodle .right>ul>li>.liright>span:nth-child(2) {
    font-size: 1.25rem;
    font-weight: bold;
    padding: .3125rem;
    color: #333;
}

.newmodle .right>ul>li>.liright>span:nth-child(2):hover {
    color: #47416e;
}

.newmodle .right>ul>li>.liright>span:nth-child(3) {
    font-size: .875rem;
    padding: .3125rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newmodle .right>ul>li>.lileft>img {
    border-radius: .9375rem;
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.newmodle .right>ul>li>.lileft {
    width: 30%;
}

.newmodle .right>ul>li>.liright>a {
    color: #47416e;
    text-align: right;
    margin-right: .9375rem;
    padding: 1.25rem 0;
}

.newmodle .right>ul>li>.liright {
    margin-left: .625rem;
    width: 100%;

}

.newmodle .right>ul>li {
    padding-bottom: .625rem;
    margin: 3.125rem 0;
    cursor: pointer;
}

.newmodle .right>ul>li:nth-child(1) {
    margin-top: 0;
}

.newmodle .pagelist {
    text-align: center;
    font-size: 0;
    margin-bottom: 3.125rem;
    margin-top: 1.875rem
}

.newmodle .pagelist>a.item {
    width: 2.625rem;
    height: 2.625rem;
    line-height: 2.5rem;
    border-radius: .125rem;
    border: .0625rem solid #dedede;
    display: inline-block;
    vertical-align: middle;
    font-size: 2.24px;
    color: #333;
    text-align: center;
    background: #fff;
    transition: all .3s ease;
    margin: 0 .3125rem
}

.newmodle .pagelist>a.item2 {
    width: 7.5rem;
}

.newmodle .pagelist>a:hover {
    color: #47416e;
}

.newmodle .pagelist>a.on {
    background: #47416e;
    color: #fff;
}

.newmodle .right>ul>li {
    position: relative;
}

.newmodle .right>ul>li>.line {
    width: 100%;
    height: .3125rem;
    background-color: transparent;
    position: absolute;
    bottom: -5%;
}

.newmodle .right>ul>li>.line2 {
    width: 00%;
    height: .3125rem;
    background-color: #47416e;
    position: absolute;
    bottom: -5%;
}

.newmodle .right>ul>li:hover>.line2 {
    width: 100%;
    transition: 0.5s;
}

#newlist>li>a:hover {
    color: #47416e;
}

#newlist>li>a.active {
    color: #47416e;
}

/* newlist */
.newlistmodle{
    background-color: transparent;
}
.newlistmodle .newlistmain .txt>span:nth-child(1) {
    padding: .3125rem;
}
.newlistmodle .newlistmain .txt>span:nth-child(2) {
    font-size: 1.25rem;
    font-weight: bold;
    padding: .3125rem;
}

.newlistmodle .newlistmain .txt>span:nth-child(3) {
    font-size: .875rem;
    padding: .3125rem;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newlistmodle .newlistmain .txt>a {
    color: #3f6ad7;
}

.newlistmodle .newlistmain .txt {
    display: flex;
    flex-direction: column;
    padding: 1.25rem .625rem;
    border: .0625rem solid #bbb;
}

.newlistmodle .newlistmain .imge {
    width: 100%;
    overflow: hidden;
}

.newlistmodle .newlistmain .imge>img {
    overflow: hidden;
    transition: all 2s;
    width: 100%;
    height: 25rem;
    object-fit: cover;
    transition: 0.5s;
}

.newlistmodle .newlistmain .imge:hover>img {
    transform: scale(1.1);
    transition: 0.5s;
}

.newlistmodle .newlistmain {
    position: relative;
    box-shadow: 3xp .1875rem .25rem .125rem #47416e;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.newlistmodle .newlistmain>.line2 {
    width: 0;
    height: .3125rem;
    background-color: #47416e;
    position: absolute;
    bottom: 0;
}

.newlistmodle .newlistmain:hover>.line2 {
    width: 100%;
    transition: 0.5s;
}

.newlistmodle .newlistmain .txt {
    border: 0;
    box-shadow: .125rem .125rem .125rem .125rem transparent;
    padding: 1.875rem .9375rem 3.125rem .9375rem;
}

.newlistmodle .c {
    padding: 1.25rem;
}

.newlistmodle .pagelist {
    text-align: center;
    font-size: 0;
    margin-bottom: 3.125rem;
    margin-top: 1.875rem
}

.newlistmodle .pagelist>a.item {
    width: 2.625rem;
    height: 2.625rem;
    line-height: 2.5rem;
    border-radius: .125rem;
    border: .0625rem solid #dedede;
    display: inline-block;
    vertical-align: middle;
    font-size: 2.24px;
    color: #333;
    text-align: center;
    background: #fff;
    transition: all .3s ease;
    margin: 0 .3125rem
}

.newlistmodle .pagelist>a.item2 {
    width: 7.5rem;
}

.newlistmodle .pagelist>a.on {
    background: #47416e;
    color: #fff;
    border-color: #47416e
}

.newlistmodle .c {
    cursor: pointer;
}

/* newinfo */


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

.newinfomodle .left {
    width: 27%;
}

.newinfomodle .left>.title {
    background-color: #47416e;
    text-align: center;
    width: 100%;
}

.newinfomodle .left>.title>a {
    width: 100%;
    font-size: 1.5rem;
    color: white;
    padding: 1.25rem 0;
    display: block;
}

.newinfomodle .left>ul {
    width: 100%;
}

.newinfomodle .left>ul>li {
    width: 100%;
    border: .0625rem solid #eee;
    padding: 1.25rem .625rem;
    font-size: 1rem;
    cursor: pointer;
}

.newinfomodle .left>ul>li>ul>li {
    cursor: pointer;
    color: #bbb;
    border-bottom: .0625rem solid #eee;
    padding: .625rem;
}

.newinfomodle .right .newtit {
    border-bottom: .1px dashed #bbb;
    padding: 10px 0;

}

.newinfomodle .newcon>p {
    line-height: 32px;
    font-size: 16px;
    text-indent: 2em;
}

.newinfomodle .newcon .newimgs {
    margin: 15px;
}

.newinfomodle .newtime {
    margin: 10px 0;
}

.newinfomodle .newcon {
    border-bottom: .0625rem solid #bbb;
    padding: 1.25rem 0;
}

.newinfomodle .newcon>p {
    padding: .3125rem .9375rem;
}

.newinfomodle .updown {
    padding: .625rem 0;
}

.newinfomodle .updown>div {
    padding: .3125rem 0;
}

#newlist>li>a>i {
    display: none;
}

#newlist>li>a:hover {
    color: #47416e;
}

#newlist>li>a.active {
    color: #47416e;
}

.newinfomodle .right .updown>div>a:hover {
    color: #47416e;
}

/* product */
.productmodle {
    background-color: transparent;
}
.productmodle .productmain>.left{
    margin-right: 40px;

}

.productmodle .left>.title {
    background-color: #47416e;
    text-align: center;
    width: 100%;
}

.productmodle .left>.title>a {
    width: 100%;
    font-size: 1.5rem;
    color: white;
    padding: 1.25rem 0;
    display: block;
}

.productmodle .left>ul {
    width: 100%;
}

.productmodle .left>ul>li {
    width: 100%;
    border: .0625rem solid #47416e;
    padding: 1.25rem .625rem;
    font-size: 1rem;
    cursor: pointer;
    border-top: 0;
}

.productmodle .left>ul>li>h5 {
    font-size: 18px;
    padding: 10px;
    font-weight: 600;
}

.productmodle .left>ul>li>div {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.productmodle .left>ul>li>div>a.active {
    color: #47416e;
}

.productmodle .left>ul>li>ul>li {
    cursor: pointer;
    color: #bbb;
    border-bottom: .0625rem solid #eee;
    padding: .625rem;
}

.productmodle .left>ul>li>ul>li:nth-last-child(1) {
    border: 0;
}

.productmodle .right .c {
    padding: 0;
    text-align: center;
}


.productmodle .right .down {
    cursor: pointer;
    width: 100%;
}

.productmodle .right .down>a:nth-child(2) {
    display: block;
    padding: 15px 0;
}

.productmodle .right .down .img {
    width: 90%;
    overflow: hidden;
    position: relative;
    height: 12.5rem;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto
    ;
}

.productmodle .right .down .img>img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productmodle .right .c .down .img .up {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    background-color: #47416e;
    opacity: 0.3;
    display: none;
}

.productmodle .right .c .up>i {
    font-size: 3.125rem;
    color: white;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.productmodle .right .down .img:hover>img {
    transform: scale(1.1);
    transition: 0.5s;
}

.productmodle .right .down .img:hover .up {
    display: block;
    transition: 1s;
}

.productmodle .right .down>span {
    padding: .3125rem;
}

.productmodle .pagelist {
    text-align: center;
    font-size: 0;
    margin-bottom: 3.125rem;
    margin-top: 1.875rem
}

.productmodle .pagelist>a.item {
    width: 2.625rem;
    height: 2.625rem;
    line-height: 2.5rem;
    border-radius: .125rem;
    border: .0625rem solid #dedede;
    display: inline-block;
    vertical-align: middle;
    font-size: 2.24px;
    color: #333;
    text-align: center;
    background: #fff;
    transition: all .3s ease;
    margin: 0 .3125rem
}

.productmodle .pagelist>a.item2 {
    width: 7.5rem;
}

.productmodle .pagelist>a.on {
    background: #47416e;
    color: #fff;
    border-color: #47416e
}

#productlist>li>ul>li>a::before {
    content: '-  ';
    font-size: 1.25rem;
    font-weight: 600;
}

#productlist>li>ul>li>a:hover {
    color: #47416e;
}

#productlist>li>a:hover {
    color: #47416e;
}

#productlist>li>div>i {
    color: #47416e;
}

/* productlist */
.productlistmodle{
    background-color: transparent;
}
.productlistmodle .productlistmain>.left{
    margin-right: 40px;
}
.productlistmodle .left>.title {
    background-color: #47416e;
    text-align: center;
    width: 100%;
}

.productlistmodle .left>.title>a {
    width: 100%;
    font-size: 1.5rem;
    color: white;
    padding: 1.25rem 0;
    display: block;
}

.productlistmodle .left>ul {
    width: 100%;
}

.productlistmodle .left>ul>li {
    width: 100%;
    border: .0625rem solid #47416e;
    padding: 1.25rem .625rem;
    font-size: 1rem;
    cursor: pointer;
    border-top: 0;
}

.productlistmodle .left>ul>li>h5 {
    font-size: 18px;
    padding: 10px;
    font-weight: 600;
}

.productlistmodle .left>ul>li>div {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    /* pointer-events: none */
}

.productlistmodle .left>ul>li>div>a.active {
    color: #164786;
}

.productlistmodle .left>ul>li>ul>li {
    cursor: pointer;
    color: #bbb;
    border-bottom: .0625rem solid #eee;
    padding: .625rem;
}

.productlistmodle .left>ul>li>ul>li:nth-last-child(1) {
    border: 0;
}

.productlistmodle .pagelist {
    text-align: center;
    font-size: 0;
    margin-bottom: 3.125rem;
    margin-top: 1.875rem
}

.productlistmodle .pagelist>a.item {
    width: 2.625rem;
    height: 2.625rem;
    line-height: 2.5rem;
    border-radius: .125rem;
    border: .0625rem solid #dedede;
    display: inline-block;
    vertical-align: middle;
    font-size: 2.24px;
    color: #333;
    text-align: center;
    background: #fff;
    transition: all .3s ease;
    margin: 0 .3125rem
}

.productlistmodle .pagelist>a.item2 {
    width: 7.5rem;
}

.productlistmodle .pagelist>a.on {
    background: #47416e;
    color: #fff;
    border-color: #47416e
}

.productlistmodle .right>ul>li {
    display: flex;
    justify-content: space-between;
    padding: 25px;
    cursor: pointer;
    margin: .9375rem;
    overflow: hidden;
}

.productlistmodle .right>ul>li>.img {
    width: 35%;
    overflow: hidden;
    border-radius: 15PX;

}

.productlistmodle .right>ul>li>.img>img {
    width: 100%;
    height: 300px;
    transition: 0.3s;
    border-radius: 15PX;
    object-fit: cover;
    margin-right: 1.25rem;
    margin: 20px 25px 20px 0;
}

.productlistmodle .right>ul>li>.txt {
    width: 63%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.productlistmodle .right>ul>li>.txt>span:nth-child(1) {
    font-weight: bold;
    font-size: 2.1875rem;
}

.productlistmodle .right>ul>li>.txt>.sline {
    width: 40%;
    height: .3125rem;
    background-color: #47416e;
}

.productlistmodle .right>ul>li>.txt>span:nth-child(3) {
    display: block;
    margin: 1.25rem 0 2.5rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.productlistmodle .right>ul>li>.txt>button {
    padding: .625rem 1.125rem;
    border: 0;
    background-color: #47416e;
    color: white;
    width: 30%;
}

.productlistmodle .right>ul>li:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 0.6s;
}

.productlistmodle .right>ul>li:hover>.img>img {
    transform: scale(1.1);
    object-fit: cover;
    transition: 0.3s;
}

.productlistmodle .right>ul>li:hover>.txt>button {
    background-color: #47416e;
    transition: 0.3s;
}

#productlist>li>ul>li>a::before {
    content: '-  ';
    font-size: 1.25rem;
    font-weight: 600;
}

#productlist>li>ul>li>a:hover {
    color: #47416e;
}

#productlist>li>ul>li>div>a.active {
    color: #47416e;
}

#productlist>li>div>a:hover {
    color: #47416e;
}

#productlist>li>a.active {
    color: #47416e;
}

/* productinfo */
.productinfomodle{
    background-color: transparent;
}
.productinfomodle .productinfomain {
    display: flex;
    justify-content: space-between;
}

.productinfomodle .right {
    margin: auto 1.25rem;
}

.productinfomodle .left>.title {
    background-color: #47416e;
    text-align: center;
    width: 100%;
}

.productinfomodle .left>.title>a {
    width: 100%;
    font-size: 1.5rem;
    color: white;
    padding: 1.25rem 0;
    display: block;
}

.productinfomodle .left>ul {
    width: 100%;
}

.productinfomodle .left>ul>li {
    width: 100%;
    border: .0625rem solid #47416e;
    padding: 1.25rem .625rem;
    font-size: 1rem;
    cursor: pointer;
    border-top: 0;
}

.productinfomodle .left>ul>li>h5 {
    font-size: 18px;
    padding: 10px;
    font-weight: 600;
}

.productinfomodle .left>ul>li>div {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.productinfomodle .left>ul>li>div>a.active {
    color: #47416e;
}

.productinfomodle .left>ul>li>ul>li {
    cursor: pointer;
    color: #bbb;
    border-bottom: .0625rem solid #eee;
    padding: .625rem;
}

.productinfomodle .left>ul>li>ul>li:nth-last-child(1) {
    border: 0;
}

.productinfomodle .right .leph {
    display: none;
}

.productinfomodle .right .left .big {
    display: block;
    width: 88%;
    margin: 0 auto;
}

.productinfomodle .right .left .swiper-container {
    margin-top: .625rem;
}

.productinfomodle .content {
    display: flex;
}

.productinfomodle .content .right {
    display: flex;
    flex-direction: column;
    padding: 0 1.25rem;
    justify-content: space-around;
    height: 25rem;
}

.productinfomodle .content .right>div {
    display: flex;
    flex-direction: column;
}

.productinfomodle .content .right>h4,
.productinfomodle .content .right>h3 {
    color: #47416e;
    font-weight: 600;
}

.productinfomodle .content .right>a {
    width: 50%;
    padding: .625rem 0;
    border: 2px solid transparent;
    color: white;
    background-color: #47416e;
    margin-top: .625rem;
    text-align: center;
}

.productinfomodle .content .right>a:hover {
    background-color: white;
    border: 2px solid #47416e;
    color: #47416e;
    transition: 0.6s;
}

.productinfomodle .news {
    margin-top: 3.125rem;
    border: 0;
}

.productinfomodle .news .bt {
    display: flex;
    padding: 0;
}

.productinfomodle .news .bt>button {
    border: .0625rem solid #47416e;
    color: #47416e;
    background-color: white;
    font-size: 1rem;
    padding: .625rem;
    margin-right: 1.25rem;
}

.productinfomodle .news .bt>button.active {
    border: 0;
    color: white;
    background-color: #47416e;
}

.productinfomodle .news .txt {
    padding: 1.25rem 0;
}

.productinfomodle .news .txt>h3 {
    padding: 10px 0;
    font-weight: 600;
    color: #47416e;
}

.productinfomodle .news .txt>p {
    font-size: 16px;
    padding: 10px 0;
}

.productinfomodle .tit {
    background-color: #47416e;
    font-size: 1.125rem;
    color: white;
    width: 100%;
    padding: .5rem;
    text-align: center;
}
.productinfomodle .bd{
    margin: 30px 0;
}
.productinfomodle .bd .feedbackForm{
    padding: 40px 0;
}

.productinfomodle .tab table {
    width: 100%;
    border: 1px solid #47416e;
}

.productinfomodle .tab table tr {
    border: 1px solid #47416e;
}

.productinfomodle .tab table tr td {
    border: 1px solid #47416e;
    padding: 15px;
}

.productinfomodle .show {
    margin-top: 3.125rem;
    text-align: center;
}

.productinfomodle .show .tit {
    margin: 1.875rem 0;
}

.productinfomodle .down .img {
    position: relative;
    overflow: hidden;
    transition: 0.6s;
    height: 18.75rem;
    width: 100%;
}

.productinfomodle .down .up {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    border-radius: .9375rem;
    background-color: #47416e;
    opacity: 0.6;
    display: none;
}

.productinfomodle .down .up>i {
    font-size: 2.5rem;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.productinfomodle .down:hover .up {
    display: block;
    transition: 0.6s;
}

.productinfomodle .down:hover .img>img {
    transform: scale(1.1);
    transition: 0.6s;
}

.productinfomodle .down:hover>span>a {
    color: #47416e;
}

.swiper-pagination {
    position: relative;
    bottom: 0;
    font-size: 1.875rem;
}

.swiper-pagination-bullet {
    width: .8125rem;
    height: .8125rem;
    background-color: #47416e;
}

.productinfomodle .show .ss {
    display: none;
}

.productinfomodle .content .swiper-container img {
    width: 5rem;
    height: 2.5rem;
    object-fit: cover;
}

.productinfomodle .content .swiper-container .video-mina {
    width: 5rem !important;
    height: 2.5rem;
}

.content .swiper-container {
    width: 80%;
    margin: auto;
}

.productinfomodle .s {
    width: 100%;
    overflow: hidden;
}

.b {
    margin-top: 1.25rem;
}

.b .swiper-slide {
    width: 5rem !important;
    height: 3.125rem;
}

.b img {
    height: 100%;
}

.b>.swiper-wrapper>.swiper-slide>a.active>img {
    border: .125rem solid #47416e;
}

.b>.swiper-wrapper>.swiper-slide>a.active>.video-mina {
    border: .125rem solid #47416e;
}

.video-mina {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productinfomain .content .left {
    position: relative;
}

.productinfomain .content .left .cprev {
    position: absolute;
    top: 92%;
    left: 2%;
}

.productinfomain .content .left .cnext {
    position: absolute;
    top: 92%;
    right: 2%;
}

.div-not-click {
    pointer-events: none;
    opacity: 0.5;
}

.bg>img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productinfomain .content {
    position: relative;
}

.thumbnail {
    width: 25rem;
    height: 18.75rem;
    position: relative;
}

.original {
    position: absolute;
    top: 0;
    left: 100%;
    width: 37.5rem;
    height: 18.75rem;
    overflow: hidden;
    opacity: 0.8;
    display: none;
}

.original>img {
    width: 75rem;
    height: 37.5rem;
    position: absolute;
    object-fit: cover;
}

.magnifier {
    width: 3.125rem;
    height: 3.125rem;
    background: rgba(34, 33, 33, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#productlist>li>a:hover {
    color: #47416e;

}

.show .s .img>img {
    border-radius: .9375rem;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.productinfomain .left>ul>li>ul>li:hover>a {
    color: #47416e;
}

#productlist>li>ul>li>a::before {
    content: '-  ';
    font-size: 1.25rem;
    font-weight: 600;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: 100%;
    text-align: center;
}

/* search */
.searchmodle {
    background-color: transparent;
}
.searchmodle .searchmain {
    display: flex;
    flex-direction: column-reverse;
}

.searchmodle .searchmain .left {
    width: 100%;
}

.searchmodle .searchmain .right {
    width: 100%;
}

.searchmodle .left .cards {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: .625rem;
    background-color: #f6f9fc;
    border-radius: .625rem;
    margin: .625rem;
}

.searchmodle .left .up {
    color: #86939f;
}

.searchmodle .left .line {
    border-bottom: .0625rem solid #86939f;
    display: none;
}

.searchmodle .left .up>p:nth-child(4) {
    padding: .625rem;
    color: #47416e;
}

.searchmodle .left .up>p:nth-child(2) {
    padding: .9375rem;
}

.searchmodle .left .up>h6 {
    font-size: 1.5rem;
    padding: 1.125rem .9375rem .625rem .9375rem;
}

.searchmodle .left .cards>.up>h6:hover {
    color: #47416e;
}

.searchmodle .right .frame {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.searchmodle .right .frame>input {
    width: 100%;
    padding: .625rem;
    border: .0625rem solid transparent;
    background-color: #f6f9fc;
}

.searchmodle .right .frame>input:focus {
    border: .0625rem solid #47416e;
    transition: 0.6s;
    background-color: #fff;
}

.searchmodle .right .frame>button {
    position: absolute;
    right: 0;
    border: 0;
    background-color: #47416e;
    color: white;
}

.searchmodle .right .frame>button>i {
    padding: .9375rem;
}

.searchmodle .right .txt {
    height: 3.125rem;
    margin-top: .625rem;
    display: flex;
    font-size: 1.875rem;
}

.searchmodle .right .txt>span {
    line-height: 3.125rem;
    padding: 0 .625rem;

}

.searchmodle .right .txt>span:nth-child(3) {
    color: #47416e;
    cursor: pointer;
}

.searchmodle .right .txt>span:nth-child(3):hover {
    color: #47416e;
    transition: 0.8s;
}

.searchmodle .right .txt .t {
    width: .3125rem;
    height: 3.125rem;
    background-image: linear-gradient(red, yellow);
}

.searchmodle .right .hello {
    color: #50626f;
    font-size: 1.125rem;
    font-weight: 600;
    margin: .9375rem 0;
}

.searchmodle .right .hello:hover {
    color: #47416e;
    transition: 0.6s;
}

.searchmodle .right .img {
    width: 100%;
    margin-top: 1.25rem;
    overflow: hidden;
    height: 25rem;
    position: relative;
}

.searchmodle .right .img>img {
    width: 100%;
    height: 25rem;
    object-fit: cover;
    transition: 0.8s;
}

.searchmodle .right .img:hover>img {
    transform: scale(1.2);
    transition: 0.8s;
    cursor: pointer;
}

.searchmodle .right .img>.zz {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2e3a46;
    opacity: 0.5;
    top: 0;
    transition: 0.8s;
}

.searchmodle .right .img:hover>.zz {
    opacity: 0.8;
    transition: 0.8s;
}

.searchmodle .right .img .txt {
    display: flex;
    flex-direction: column;
    padding: .625rem;
    position: absolute;
    top: 30%;
    text-align: left;
    left: 6%;
}

.searchmodle .right .img .txt>button {
    width: 50%;
    padding: .625rem 1.25rem;
    background-color: #47416e;
    color: white;
    border: .0625rem solid transparent;
    font-size: 1rem;
    margin-top: 1.25rem;
    transition: 0.8s;

}

.searchmodle .right .img .txt>button:hover {
    background-color: transparent;
    border: .0625rem solid #47416e;
    color: #fff;
    transition: 0.8s;
}

.searchmain .pagelist {
    text-align: center;
    font-size: 0;
    margin-bottom: 3.125rem;
    margin-top: 1.875rem
}

.searchmain .pagelist>a.item {
    width: 2.625rem;
    height: 2.625rem;
    line-height: 2.5rem;
    border-radius: .125rem;
    border: .0625rem solid #dedede;
    display: inline-block;
    vertical-align: middle;
    font-size: 2.24px;
    color: #333;
    text-align: center;
    background: #fff;
    transition: all .3s ease;
    margin: 0 .3125rem
}

.searchmain .pagelist>a.item2 {
    width: 7.5rem;
}

.searchmain .pagelist>a:hover {
    color: #47416e;
}

.searchmain .pagelist>a.on {
    background: #47416e;
    color: #fff;
}

.searchmain .left .r .imgs {
    width: 20%;
    border-radius: .625rem;
}

.searchmain .left .r .imgs>img {
    border-radius: .3125rem;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* 404 */
.modle404 {
    background-image: url(../images/R-C.png);
}

.modle404 .modlemain404 {
    display: flex;
}

.modlemain404 .left {
    width: 60%;
    display: flex;
    justify-content: end;
}

.modlemain404 .left>img {
    width: 80%;
    object-fit: cover;
}

.modlemain404 .right {
    width: 39%;
}

.modlemain404 .right>h1 {
    padding: .625rem 0;
    font-size: 6.25rem;
}

.modlemain404 .right>h6 {
    font-size: 1.875rem;
    padding: .625rem 0;
}

.modlemain404 .right>p {
    padding: 10px 0;
    font-size: 22px;

}

.modlemain404 .right>button {
    padding: 10px 30px;
    border-radius: 3.4375rem;
    border: .125rem solid #164786;
    background-color: white;
    margin: 20px 0;
}

.modlemain404 .right>button:hover {
    background-color: #164786;
    color: white;
    transition: 0.5s;
}

.fl {
    display: none;
}

#main4zz>.video>.video-mina {
    width: 850px;
}



/* ************************************************************客服模块******************************************* */
.side_content .side_list .cont li a:hover {
    color: #164786;
}

.side_content .side_list .cont li i {
    color: #164786;
}

/* ************************************************************手机导航样式*************************************** */
#header{
    position: relative;
}
.plist {
    position: fixed;
    top: 0;
    left: -100%;
    background-color: white;
    width: 300px;
    height: 1087%;
    z-index: 99999;
    transition: 0.5s !important;
}

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

.plist>div>img {
    height: auto;
    margin-left: 10px;
}

.plist>div>i {
    font-size: 40px;
    margin: 10px;
    color: #47416e;
}

.plistzz {
    position: fixed;
    top: 0;
    left: -200%;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 1087%;
    z-index: 9999;
    transition: 1.8s;
}

.plist>ul {
    margin: 10px;
}

.plist>ul>li {
    padding: 10px;
    color: #999;
    font-size: 16px;
}

.plist>ul>li>a {
    color: #999;
}

.plist>ul>li.active>a,
.plist>ul>li.active>i {
    color: #164786;
}

.plist>ul>li:hover {
    color: #000;
}

.plist>ul>li>ul {
    display: none;
}

.plist>ul>li>ul>li {
    padding: 5px 15px;
    color: #333;
}

.plist>ul>li>ul>li>ul>li {
    padding: 5px 15px;
    color: #333;
}

.plist>ul>li>ul>li>ul>li>ul>li {
    padding: 5px 15px;
    color: #333;
}

.plist>ul>li:nth-child(1) {
    position: relative;
}

.plist>ul>li:nth-child(1)>i {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 25px;
}

.plist>ul>li:nth-child(1)>input {
    width: 100%;
    padding: 2px 15px 2px 10px;
    border: 0;
    border-bottom: 1px solid #000000;
    font-size: 16px;
}

.plist>ul>li>ul>li:hover {
    color: #000000;
}

.pright #nva1se {
    font-size: 30px;
    color: #000000;
    padding: 10px;
}

/* ***********************************************************查询************************************************* */
.szz .main {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999;
}

.szz .main {
    display: none;
}

.szz .main>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

.szz .main>div>input {
    width: 100%;
    border: 0;
    background-color: transparent;
    font-size: 40px;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    padding:0 10px;
}

.szz .main>div>div {
    position: relative;
}

.szz .main>div>div>i {
    position: absolute;
    font-size: 30px;
    color: #fff;
    right:10px;
    bottom: -50px;
    cursor: pointer;
}

.szz .main>i {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 40px;
    color: #164786;
    cursor: pointer;
}

#phone {
    display: none;
}

/* *************************************************************************面包屑导航********************************** */
.breadcrumb {
    list-style-type: none;
    padding: 0;
    border-bottom: 1px solid #47416e;
    padding-bottom: 15px;
    padding-top: 35px;
}

.breadcrumb>div {
    display: inline;
    font-size: 16px;
}

.breadcrumb>div:not(:first-child):before {
    content: "/";
    margin: 0 5px;
    color: gray;
}

.breadcrumb>div>a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb>div>a:hover {
    color: #47416e;
}

.breadcrumb>div.active>a {
    color: #47416e;
}

/* *************************************************************************576*********************************************  */
@media (max-width:576px) {

    /*头部 脚部样式  */
    .nav0 .up ul>li:nth-child(2){
        display: none;
    }
    .nav0 .up ul>li:nth-child(1)>ul>li{
        display: block;
    }
    .nav0 .up ul{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav0 .down .dm>ul{
        display: none;
    }
    .nav0 .down .dm{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav1 {
        width: 90%;
        top: 150px;
        border-radius: 0;
    }

    .nav1 .container {
        padding: 0 10px;
    }

    .nav1 .nav1main .center {
        display: none;
    }

    .nav1 .nav1main .right {
        display: none;
    }

    .nav1main .left {
        width: 50%;
        margin: 0;
    }

    .nav1main .left {
        display: block;
    }

    .nav1main .left>img {
        width: 75%;
    }

    .pright,
    .plist,
    .plistzz {
        display: block;
    }

    .plist>div>img {
        width: 50% !important;
    }

    #header .nav1main {
        justify-content: space-between;
    }

    /* .nav2 {
        margin-top: 80px;
    } */

    .nav2 .swiper img {
        height: 100%;
    }

    /* main1 */
    .main1 .main1bagin .down{
        height: auto;
    }
    /* main2 */
    .main2 .main2bagin .up,
    .main2 .main2bagin .down{
        height: auto;
    }
    /* main3 */
    .main3 .main3bagin .left>.m3c>div:nth-child(3){
        position: static;
    }
    /*main4 */
    .main4 .main4bagin .m4lt{
        position: static;
        margin-top: 25px;
    }
    .main4 .main4bagin>.m4r>.right{
        justify-content: left;
    }
    /* main6 */
    .main6{height: auto;margin-bottom: 80px; padding: 30px 0;}
    .main6 .main6bagin .m6lt>div:nth-child(2){
        display: block;
    }
    .main6 .main6bagin .m6lt{position: static;}
    .main6 .dr{
        top: 10%;
        right: 0;
        display: none;
    }
    .main6 .main6bagin{height: auto;}
    /* main7 */
    h2{font-size: 24px !important;}

    /* 子页通用样式 */
    .newinfomodle .newinfomain,
    .newmodle .main,
    .productlistmodle .productlistmain,
    .productmodle .productmain,
    .productinfomodle .productinfomain,
    .searchmodle .searchmain {
        display: block;
    }

    .newinfomodle .newinfomain .left,
    .newmodle .main .left,
    .productlistmodle .productlistmain .left,
    .productmodle .productmain .left,
    .productinfomodle .productinfomain .left{
        width: 100%;
        display: none;
    }

    .newinfomodle .newinfomain .right,
    .newmodle .main .right,
    .productlistmodle .productlistmain .right,
    .productmodle .productmain .right,
    .productinfomodle .productinfomain .right,
    .searchmodle .searchmain .right {
        width: 100%;
    }

    .newinfomodle .container,
    .newmodle .container,
    .productlistmodle .container,
    .productmodle .container,
    .productinfomodle .container,
    .searchmodle .container {
        padding: 0 20px;
    }

    /* new */

    .newmodle .right {
        margin-top: 20px;
    }

    .newmodle .right>ul>li {
        display: block;
    }

    .newmodle .right>ul>li>.lileft {
        width: 100%;
    }

    /* newlist */
    .newlistmodle {
        margin: 0;
    }

    /* newinfo */
    /* product */
    /* productlist */
    .productlistmodle .right>ul>li {
        display: block;
    }

    .productlistmodle .right>ul>li>.img {
        width: 100%;
    }

    .productlistmodle .right>ul>li>img {
        width: 100%;
    }

    .productlistmodle .right>ul>li>.txt {
        width: 100%;
        position: static;
    }

    .productlistmodle .right>ul>li>.txt>button {
        position: static;
    }

    .productlistmodle .right>ul>li>.txt>span:nth-child(1) {
        font-size: 25px;
    }

    .productlistmodle .productlistmain>.left {
        display: none;
    }

    /* productinfo */
    .productinfomodle .right {
        margin: 0;
    padding: 0 !important;
    }

    .productinfomodle .content {
        display: block;
    }

    .productinfomodle .content .right>a {
        width: 60%;
    }

    .productinfomain .content .left .cnext {
        top: 92%;
        right: 0;
    }

    .productinfomain .content .left .cprev {
        top: 92%;
        left: 0;
    }

    .s {
        display: none;
    }

    .productinfomodle .show .ss {
        display: block;
        overflow: hidden;
    }

    .productinfomodle .show .ss .down .img {
        width: 100%;
        object-fit: cover;
    }

    .productinfomodle .show .ss .down .img>img {
        width: 100%;
        border-radius: 15px;
    }

    .productinfomodle {
        margin: 50px 0;
    }

    .productinfomodle .content .right>span:nth-child(1) {
        font-size: 16px;
    }

    .zoomContainer {
        display: none;
    }

    .productinfomodle .right .left {
        display: none;
    }

    .productinfomodle .right .leph {
        display: block;
    }

    /* search */
    .searchmodle .searchmain {
        display: flex;
        flex-direction: column-reverse;
    }

    .searchmodle .left .r {
        display: block;
        margin: 0;
    }

    .searchmodle .left .cards {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .searchmain .left .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modle404 .container {
        padding: 0 20px;
    }

    .modle404 .modlemain404 {
        display: block;
    }

    .modlemain404 .left {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .modlemain404 .left>img {
        height: 300px;
    }

    .modlemain404 .right {
        width: 100%;
        text-align: center;
    }
}

/* *************************************************************************576-768*********************************************  */

@media (min-width:576px) and (max-width:768px) {

    /*头部 脚部样式  */
/*头部 脚部样式  */
.nav0 .up ul>li:nth-child(2){
    display: none;
}
.nav0 .up ul>li:nth-child(1)>ul>li{
    display: block;
}
.nav0 .up ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav0 .down .dm>ul{
    display: none;
}
.nav0 .down .dm{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav1 {
    width: 90%;
    top: 150px;
    border-radius: 0;
}

.nav1 .container {
    padding: 0 10px;
}

.nav1 .nav1main .center {
    display: none;
}

.nav1 .nav1main .right {
    display: none;
}

.nav1main .left {
    width: 50%;
    margin: 0;
}

.nav1main .left {
    display: block;
}

.nav1main .left>img {
    width: 75%;
}

.pright,
.plist,
.plistzz {
    display: block;
}

.plist>div>img {
    width: 50% !important;
}

#header .nav1main {
    justify-content: space-between;
}

/* .nav2 {
    margin-top: 80px;
} */

.nav2 .swiper img {
    height: 100%;
}

/* main1 */
.main1 .main1bagin .down{
    height: auto;
}
/* main2 */
.main2 .main2bagin .up,
.main2 .main2bagin .down{
    height: auto;
}
/* main3 */
.main3 .main3bagin .left>.m3c>div:nth-child(3){
    position: static;
}
/*main4 */
.main4 .main4bagin .m4lt{
    position: static;
    margin-top: 25px;
}
.main4 .main4bagin>.m4r>.right{
    justify-content: left;
}
/* main6 */
.main6{height: auto;margin-bottom: 80px; padding: 30px 0;}
.main6 .main6bagin .m6lt{position: static;}
.main6 .dr{
    top: 6%;
    right: 0;
    display: none;
}
.main6 .main6bagin .m6lt>div:nth-child(2){
    display: block;
}
.main6 .main6bagin{height: auto;}
/* main7 */
h2{font-size: 30px !important;}


    /* 子页通用样式 */
    .newinfomodle .newinfomain,
    .newmodle .main,
    .productlistmodle .productlistmain,
    .productmodle .productmain,
    .productinfomodle .productinfomain,
    .searchmodle .searchmain {
        display: block;
    }

    .newinfomodle .newinfomain .left,
    .newmodle .main .left,
    .productlistmodle .productlistmain .left,
    .productmodle .productmain .left,
    .productinfomodle .productinfomain .left{
        width: 100%;
        display: none;
    }

    .newinfomodle .newinfomain .right,
    .newmodle .main .right,
    .productlistmodle .productlistmain .right,
    .productmodle .productmain .right,
    .productinfomodle .productinfomain .right,
    .searchmodle .searchmain .right {
        width: 100%;
    }

    .newinfomodle .container,
    .newmodle .container,
    .productlistmodle .container,
    .productmodle .container,
    .productinfomodle .container,
    .searchmodle .container {
        padding: 0 20px;
    }

    /* new */
    .newmodle .right {
        margin-top: 20px;
    }

    .newmodle .right>ul>li {
        display: block;
    }

    .newmodle .right>ul>li>.lileft {
        width: 100%;
    }

    /* newlist */
    .newlistmodle {
        margin: 0;
    }

    /* newinfo */
    /* product */
    .nav2cont .on {
        width: 80%;
        margin: 0 auto;
    }

    /* productlist */
    /* .productlistmodle .right>ul>li{display: block;} */
    .productlistmodle .right>ul>li>img {
        width: 100%;
    }

    .productlistmodle .right>ul>li>.txt {
        width: 60%;
    }

    .productlistmodle .right>ul>li>.txt>span:nth-child(1) {
        font-size: 25px;
    }

    .productlistmodle .right>ul>li>.txt>button {
        width: 50%;
    }
    .productlistmodle .right>ul>li{
        flex-direction: column;
    }
    .productlistmodle .right>ul>li>.img{width: 100%;}
    .productlistmodle .right>ul>li>.txt{width: 100%;}
    /* productinfo */
    .productinfomodle .content .right{
        margin: 0 !important;
        padding: 0 !important;
    }
    .productinfomodle .productinfomain .right .content {
        display: block;
    }

    .productinfomain .content .left .cnext {
        top: 92%;
        right: 0;
    }

    .productinfomain .content .left .cprev {
        top: 92%;
        left: 0;
    }

    .zoomContainer {
        display: none;
    }

    .s {
        display: none;
    }

    .productinfomodle .show .ss {
        display: block;
        overflow: hidden;
    }

    .productinfomodle .show .ss .down .img {
        width: 100%;
        object-fit: cover;
    }

    .productinfomodle .show .ss .down .img>img {
        width: 100%;
        border-radius: 15px;
    }

    .productinfomodle {
        margin: 50px 0;
    }

    .productinfomodle .content .right>span:nth-child(1) {
        font-size: 16px;
    }

    .productinfomodle .right .left {
        display: none;
    }

    .productinfomodle .right .leph {
        display: block;
    }

    /* search */
    .searchmodle .searchmain {
        display: flex;
        flex-direction: column-reverse;
    }

    .searchmodle .left .r {
        display: block;
        margin: 0;
    }

    .searchmodle .left .cards {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .searchmain .left .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modle404 .container {
        padding: 0 20px;
    }

    .modle404 .modlemain404 {
        display: block;
    }

    .modlemain404 .left {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .modlemain404 .left>img {
        height: 300px;
    }

    .modlemain404 .right {
        width: 100%;
        text-align: center;
    }

}

/* *************************************************************************768-992*********************************************  */

@media (min-width:768px) and (max-width:992px) {

    /*头部 脚部样式  */
    /*头部 脚部样式  */
    .nav0 .up ul>li:nth-child(2){
        display: none;
    }
    .nav0 .up ul>li:nth-child(1)>ul>li{
        display: block;
    }
    .nav0 .up ul{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav0 .down .dm>ul{
        display: none;
    }
    .nav0 .down .dm{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav1 {
        width: 90%;
        top: 150px;
        border-radius: 0;
    }

    .nav1 .container {
        padding: 0 10px;
    }

    .nav1 .nav1main .center {
        display: none;
    }

    .nav1 .nav1main .right {
        display: none;
    }

    .nav1main .left {
        width: 50%;
        margin: 0;
    }

    .nav1main .left {
        display: block;
    }

    .nav1main .left>img {
        width: 75%;
    }

    .pright,
    .plist,
    .plistzz {
        display: block;
    }

    .plist>div>img {
        width: 50% !important;
    }

    #header .nav1main {
        justify-content: space-between;
    }

    .nav2 .swiper img {
        height: 100%;
    }

    /* main1 */
    .main1 .main1bagin .down{
        height: auto;
    }
    /* main2 */
    .main2 .main2bagin .up,
    .main2 .main2bagin .down{
        height: auto;
    }
    /* main3 */
    .main3 .main3bagin .left>.m3c>div:nth-child(3){
        position: static;
    }
    /*main4 */
    .main4 .main4bagin .m4lt{
        position: static;
        margin-top: 25px;
    }
    .main4 .main4bagin>.m4r>.right{
        justify-content: left;
    }
    /* main6 */
    .main6{height: auto; margin-bottom: 80px; padding: 30px;}
    .main6 .main6bagin .m6lt{position: static;}
    .main6 .dr{
        top: 10%;
        right: 0;
        display: none;
    }
    .main6 .main6bagin{height: auto;}
    /* main7 */
    h2{font-size: 30px !important;}


    /* 子页通用样式 */
    .newinfomodle .newinfomain,
    .newmodle .main,
    .productlistmodle .productlistmain,
    .productmodle .productmain,
    .productinfomodle .productinfomain,
    .searchmodle .searchmain {
        display: block;
    }

    .newinfomodle .newinfomain .left,
    .newmodle .main .left,
    .productlistmodle .productlistmain .left,
    .productmodle .productmain .left,
    .productinfomodle .productinfomain .left{
        width: 100%;
        display: none;
    }

    .newinfomodle .newinfomain .right,
    .newmodle .main .right,
    .productlistmodle .productlistmain .right,
    .productmodle .productmain .right,
    .productinfomodle .productinfomain .right,
    .searchmodle .searchmain .right {
        width: 100%;
    }

    .newinfomodle .container,
    .newmodle .container,
    .productlistmodle .container,
    .productmodle .container,
    .productinfomodle .container,
    .searchmodle .container {
        padding: 0 20px;
    }

    /* new */
    .newmodle .right {
        margin-top: 20px;
    }

    /* newlist */
    .newlistmodle {
        margin: 0;
    }

    .newlistmodle .c {
        width: 50%;
    }

    /* newinfo */
    /* product */
    /* productlist */
    .productlistmodle .right>ul>li>img {
        width: 100%;
    }

    .productlistmodle .right>ul>li>.txt>span:nth-child(1) {
        font-size: 25px;
    }

    /* productinfo */
    .productinfomodle .content .right{
        margin: 0 !important;
        padding: 0 !important;
    }
    .productinfomodle .productinfomain .right .content {
        display: block;
    }

    .productinfomain .content .left .cnext {
        top: 95%;
        right: 0;
    }

    .productinfomain .content .left .cprev {
        top: 95%;
        left: 0;
    }

    .zoomContainer {
        display: none;
    }

    .productinfomodle .right .left {
        display: none;
    }

    .productinfomodle .right .leph {
        display: block;
    }

    /* search */
    .searchmodle .searchmain {
        display: flex;
        flex-direction: column-reverse;
    }

    .searchmodle .left .r {
        display: flex;
        margin: 0;
    }

    .searchmodle .left .cards {
        display: block;
        width: 47%;
        margin: 10px 10px;
    }

    .searchmain .left .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modlemain404 .left {
        display: block;
        margin: auto;
    }

    .modlemain404 .left>img {
        width: 100%;
    }
}

/* *************************************************************************992-1200*********************************************  */

@media (min-width:992px) and (max-width:1200px) {
    .nav1 {
        width: 100%;
        border-radius: 0;
    }

    .nav1 .container {
        padding: 0 10px;
    }

    .nav1 .nav1main .center {
        display: none;
    }

    .nav1main .right {
        display: none;
    }

    .pright,
    .plist,
    .plistzz {
        display: block;
    }

    #header .nav1main {
        justify-content: space-between;
    }

    .nav1main .left>img {
        width: 100%;
    }

    .nav2 .swiper img {
        height: 100%;
    }
    h2{font-size: 32px !important;}
    h3{font-size: 24px !important;}
        /* main3 */
        .main3 .main3bagin .left>.m3c>div:nth-child(3){
            position: static;
        }
    /* main4 */
    .main4{
        margin-bottom: 220px;
    }
    /* main6 */
    .main6{
        margin-bottom: 320px;
    }
    .main6 .dr{
        transform: translateX(0);
        right: 45%;
    }

    /* productinfo */
    .productinfomain .content .left .cnext {
        top: 92%;
        right: 0;
    }

    .productinfomain .content .left .cprev {
        top: 92%;
        left: 0;
    }
    #bg>img {
        height: 100%;
        object-fit: cover;
    }

    /* 子页通用样式 */
    .newinfomodle .newinfomain,
    .newmodle .main,
    .productlistmodle .productlistmain,
    .productmodle .productmain,
    .productinfomodle .productinfomain,
    .searchmodle .searchmain {
        display: block;
    }

    .newinfomodle .newinfomain .left,
    .newmodle .main>.left,
    .productlistmodle .productlistmain>.left,
    .productmodle .productmain>.left,
    .productinfomodle .productinfomain>.left{
        width: 100%;
        display: none;
    }

    .newinfomodle .newinfomain .right,
    .newmodle .main .right,
    .productlistmodle .productlistmain .right,
    .productmodle .productmain .right,
    .productinfomodle .productinfomain .right,
    .searchmodle .searchmain .right {
        width: 100%;
    }

    .newinfomodle .container,
    .newmodle .container,
    .productlistmodle .container,
    .productmodle .container,
    .productinfomodle .container,
    .searchmodle .container {
        padding: 0 20px;
    }

    /* new */
    .newmodle .right {
        margin-top: 20px;
    }

    /* newlist */
    .newlistmodle {
        margin: 0 10PX;
    }
    /* newinfo */
    /* product */
    /* productlist */
    .productlistmodle .right>ul>li>img {
        width: 100%;
    }

    .productlistmodle .right>ul>li>.txt>span:nth-child(1) {
        font-size: 25px;
    }

    /* productinfo */

    .productinfomain .content .left {
    }
/* 
    .productinfomain .content .left .cnext {
        top: 80%;
        right: 0;
    }

    .productinfomain .content .left .cprev {
        top: 80%;
        left: 0;
    } */

    .bg>img {
        height: 500px;
        object-fit: cover;
    }

    .zoomContainer {
        display: none;
    }

    /* search */
    .searchmodle .searchmain {
        display: flex;
        flex-direction: column-reverse;
    }

    .searchmodle .left .r {
        display: flex;
        margin: 0;
    }

    .searchmodle .left .cards {
        display: block;
        width: 47%;
        margin: 10px 10px;
    }

    .searchmain .left .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modlemain404 .left {
        display: block;
        margin: auto;
    }
}

/* *************************************************************************1200-1600*********************************************  */

@media (min-width:1200px) and (max-width:1600px) {
    .nav1 {
        width: 100%;
        border-radius: 0;
    }

    .nav1 .container {
        padding: 0 10px;
    }

    .nav1 .nav1main .center {
        display: none;
    }

    .nav1main .right {
        display: none;
    }

    .pright,
    .plist,
    .plistzz {
        display: block;
    }

    #header .nav1main {
        justify-content: space-between;
    }

    .nav1main .left>img {
        width: 100%;
    }

    .nav2 .swiper img {
        height: 100%;
    }
    h2{
        font-size: 32px !important;
    }
    .main3 .main3bagin .left>.m3c>div{
        bottom: 0;
    }
    /* main6 */
    .main6{
        margin-bottom: 250px;
    }
    .main6 .dr{
        transform: translateX(0);
    }
    /* productinfo */
    .productinfomain .content .left .cnext {
        top: 92%;
        right: 0;
    }

    .productinfomain .content .left .cprev {
        top: 92%;
        left: 0;
    }


    #bg>img {
        height: 100%;
        object-fit: cover;
    }

    .productinfomodle .content .right>a {
        width: 60%;
    }
}

/* form */
.yandex-form #form .list {
  margin-bottom: 15px;
}

.yandex-form #form .list p {
  color: #2a2b32;
  font-size: 18px;
  line-height: 2;
}

.yandex-form #form .list p span {
  color: #ff4236;
}

.yandex-form #form .list input {
  width: 100%;
  padding: 10px 5px 10px 10px;
  box-sizing: border-box;
  border: solid #ddd 1px;
}

.yandex-form #form .list input::placeholder {
  font-size: 16px;
}

.yandex-form #form .list textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 24px;
  resize: none;
  height: 120px;
  border: solid #ddd 1px;
}

.yandex-form #form .list textarea::placeholder {
  font-size: 16px;
}

.yandex-form #form #submit {
  width: 100%;
  color: #fff;
  background-color: #005199;
  border: none;
  line-height: 3;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}

/*form */
.feedbackForm {
  padding: 16px 16px 40px 16px;
  background-color: #fff;
}

.feedbackForm .tips {
  color: #222d38;
  padding-bottom: 20px;
}

.feedbackForm .line {
  margin-bottom: 16px;
}

.feedbackForm .line input,
.feedbackForm .line textarea {
  width: 100%;
  box-sizing: border-box;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: solid 1px #ccc;
  color: #222d38;
  display: block;
}

.feedbackForm textarea {
  resize: none;
  height: 78px;
  padding: 11px;
  line-height: 20px;
}

.feedbackForm .line input {
  height: 40px;
  line-height: 40px;
  padding: 0 11px;
}

.feedbackForm .input_b {
  background: #005199;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  cursor: pointer;
}

.feedback .closeBtn {
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
  display: none;
}