@charset 'utf-8';
html,body {
    padding: 0;
    margin: 0;
    font-family: 'å¾®è½¯é›…é»‘';
    font-size: 16px;
    color: #333333;
    min-width: 1200px;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a,a:hover,a:active,a:visited,a:link,a:focus {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

img {
    max-width: 100%;
}

input:focus,button:focus,textarea:focus {
    outline: none;
}

.ovh {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ovh2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ovh3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ovh4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

p {
    margin: 0;
}

i,em {
    font-style: initial;
}

.imgH {
    overflow: hidden;
}

.imgH img {
    transition-duration: .6s;
    -ms-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -webkit-transition-duration: .6s;
}

.imgH:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.flexcen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexsta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flexend {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flexbet {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexaro {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.pa {
    position: absolute;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    color: #767676;
    text-align: center;
    height: 80px;
    background: rgba(255,255,255,1);
    font-size: 15px;
    border-bottom: 6px solid #f3e689;
}

header .header-container {
    /* min-width: 1200px; */
}

header .logo a {
    position: relative;
    z-index: 9999;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 158px;
    height: 74px;
}

header .logo img {
    max-height: 80%;
}

header .rightDiv {
    float: right;
    width: calc(100% - 168px);
    /* line-height: 1; */
}

header .rightDiv .menu {
    text-align: right;
}

header .rightDiv .menu>ul {
    display: inline-block!important;
    padding: 0 0 0 50px;
}

header .rightDiv.active .menu>ul {
    display: none!important;
}

header .rightDiv .menu>ul>li {
    float: left;
    margin-left: 0px;
}

header .rightDiv .menu>ul>li.default {
    position: relative;
}

header .rightDiv .menu>ul>li>a {
    text-align: center;
    color: #767676;
    position: relative;
    font-size: 15px;
    display: block;
    line-height: 74px;
    padding: 0 20px;
}

header .rightDiv .menu>ul>li>a::before {
    content: "";
    width: 100%;
    height: 24px;
    background: rgba(255,255,255,.9);
    position: absolute;
    left: 0;
    top: 0;
}

header .rightDiv .menu>ul>li:hover>a {
    background: #f6f7f8;
    color: #1d70b0;
}

header .rightDiv .menu>ul>li:focus>a, header .rightDiv .menu>ul>li.on>a, header .rightDiv .menu>ul>li.active>a {
    background: transparent;
    color: #1d70b0;
}

/* header .rightDiv .menu>ul>li>a::after{content: "";width: 100%;position: absolute;left: 0;margin-left: 0;background: #333;height: 4px;bottom: 0;opacity: 0;transform: scaleX(0);-webkit-transition: all 0.4s;transition: all 0.4s;}
header .rightDiv .menu>ul>li:hover>a::after,
header .rightDiv .menu>ul>li.on>a::after{opacity: 1;transform: scaleX(1);} */
header .rightDiv .otherDiv {
    height: 74px;
}

header .rightDiv .searchDiv {
    position: relative;
}

header .rightDiv .searchDiv form {
    position: absolute;
    opacity: 0;
    transform: translateX(20px);
    visibility: hidden;
}

header .rightDiv .searchDiv form input {
    width: 550px;
    border: 1px solid #1d70b0;
    border-radius: 15px;
    line-height: 30px;
    height: 32px;
    padding: 0 10px 0 39px;
    font-size: 14px;
    color: #333;
}

header .rightDiv .searchDiv form button {
    width: 39px;
    height: 32px;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    cursor: pointer;
}

header .rightDiv .searchDiv a.close_a {
    margin: 0 0 0 16px;
    position: absolute;
    opacity: 0;
    transform: translateX(20px);
    visibility: hidden;
}

header .rightDiv.active .searchDiv form {
    position: relative;
    opacity: 1;
    transform: translateX(0);
    transition: all .6s;
    visibility: visible;
}

header .rightDiv.active .searchDiv a.close_a {
    position: relative;
    opacity: 1;
    transform: translateX(0);
    transition: all .6s;
    visibility: visible;
}

header .rightDiv.active .searchDiv a.ssBtn {
    display: none;
}

header .rightDiv .languageDiv {
    margin: 0 45px;
    position: relative;
}

header .rightDiv .languageDiv .defaultLan {
    cursor: pointer;
    height: 74px;
}

header .rightDiv .languageDiv .defaultLan i {
    width: 8px;
    height: 5px;
    background: url(../img/xia.png) no-repeat center center;
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
    transition: transform .5s;
}

header .rightDiv .languageDiv.active .defaultLan {
    color: #1d70b0;
}

header .rightDiv .languageDiv.active .defaultLan i {
    background: url(../img/xia_.png) no-repeat center center;
    transform: rotate(180deg);
}

header .rightDiv .languageDiv .downloadLan {
    display: none;
    position: absolute;
    top: 74px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    background: #f6f7f8;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    padding: 10px 0;
}

header .rightDiv .languageDiv .downloadLan a {
    display: block;
    line-height: 30px;
    font-size: 13px;
    color: #767676;
    text-align: center;
}

header .rightDiv .languageDiv .downloadLan a:hover {
    color: #1d70b0;
}

header .rightDiv .languageDiv.active .downloadLan {
    display: block;
}

header .rightDiv .loginStatus {
    position: relative;
}

header .rightDiv .LoggedIn .flexsta {
    height: 74px;
}

header .rightDiv .LoggedIn img {
    margin-right: 10px;
}

header .rightDiv .LoggedIn i {
    width: 8px;
    height: 5px;
    background: url(../img/xia.png) no-repeat center center;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    transition: transform .5s;
}

header .rightDiv .LoggedIn.active i {
    background: url(../img/xia_.png) no-repeat center center;
    transform: rotate(180deg);
}

header .rightDiv .LoggedIn.active .logOut {
    display: block;
}

header .rightDiv .logOut {
    right: 0;
    width: 100px;
    ;background: #f6f7f8;
    text-align: center;
    top: 100%;
    display: none;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}

header .rightDiv .logOut a {
    font-size: 14px;
    color: #767676;
    display: block;
    line-height: 40px
}

header .rightDiv .logOut a:hover {
    color: #1d70b0;
}

header .rightDiv .noLoggedIn a {
    display: block;
    width: 60px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}

header .rightDiv .noLoggedIn .login_a {
    border: 1px solid #1d70b0;
    color: #1d70b0;
}

header .rightDiv .noLoggedIn .reg_a {
    background: #1d70b0;
    color: #fff;
    line-height: 22px;
    margin-left: 12px;
}

header .mbtn {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../img/menu1.png) no-repeat center center;
    background-size: 22px auto;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

header .mbtn:active {
    opacity: .8;
}

body.on-menu header .mbtn {
    background: url(../img/menu-hide1.png) no-repeat center center;
    background-size: 22px auto;
}

#menu {
    position: fixed;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    list-style-type: none;
    z-index: 70;
}

#menu li {
    cursor: pointer;
    width: initial;
    margin: 6px 0;
}

#menu a {
    font-size: 12px;
    color: rgba(255,255,255,.7);
}

#menu a span {
    opacity: 0;
    transform: translateX(-10px);
    transition: all .3s;
}

#menu a i {
    display: inline-block;
    width: 7px;
    height: 7px;
    position: relative;
    margin-left: 10px;
}

#menu a i:before {
    content: "";
    width: 5px;
    height: 5px;
    background: rgba(255,255,255,.5);
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    left: 1px;
    top: 1px;
    transition: all .3s;
}

#menu .active a i:before {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255,255,255,.5);
    background: transparent;
    top: 0;
    left: 0;
}

#menu .active a span {
    transform: translateX(0);
    opacity: 1;
}

.footerDiv {
    background: #303437;
    border-bottom: 6px solid #f3e689;
    padding: 96px 0;
    color: #fff;
}

.footerDiv .hdDiv {
    padding: 0 0 90px;
    align-items: flex-start;
}

.footerDiv .hdDiv .listDiv {
}

.footerDiv .hdDiv .listDiv span {
    font-size: 15px;
    /*font-weight: bold;*/
}

.footerDiv .hdDiv .listDiv .p {
    font-size: 12px;
    margin-top: 20px;
}

.footerDiv .hdDiv .listDiv a {
    display: inline-block;
    color: #fff;
}

.footerDiv .hdDiv .listDiv .aDiv {
    margin-top: 20px;
    font-size: 12px;
}

.footerDiv .hdDiv .listDiv .aDiv a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footerDiv .hdDiv .listDiv .aDiv a img {
    margin-left: 10px;
}

.footerDiv .hdDiv .listDiv a:hover {
    opacity: .8;
}

.footerDiv .hdDiv .listDiv .moreA {
    color: #f3e689;
    font-size: 12px;
    margin-top: 40px;
}

.footerDiv .bdDiv {
    font-size: 12px;
    color: #fff;
}

.footerDiv .bdDiv span {
    display: inline-block;
    margin: 0 5px;
}

.footerDiv .bdDiv a {
    color: #fff;
}

.footerDiv .bdDiv a:hover {
    opacity: .8;
}

/* .floatRightDiv{position: fixed;right: 30px;top: 50%;transform: translateY(-50%);z-index: 99;}
.floatRightDiv a{display: flex;justify-content: center;align-items: center;width: 60px;height: 60px;box-shadow: 0px 0px 10px rgba(0,16,32,.1);border-radius: 5px;margin-bottom: 10px;position: relative;background: #fff;}
.floatRightDiv a>div{position: absolute;right: 65px;top: 0;min-width: 160px;text-align: center;padding: 10px;background: #1D2088;box-shadow: 0px 0px 10px rgba(0,16,32,.1);min-height: 60px;display: flex;justify-content: center;align-items: center;font-size: 16px;color: #fff;display: none;border-radius: 5px;}
.floatRightDiv a>div img{width: 140px;}
.floatRightDiv a.backTop{background: #1d2088;display: none;}
.floatRightDiv a:hover>div{display: flex;}
.on-fixed .floatRightDiv a.backTop{display: flex;} */

.main {
    margin-top: 80px;
}

.index-banner {
    width: 100%;
    position: relative;
}

.index-banner .swiper-slide {
    overflow: hidden;
}

.index-banner .img {
    width: 100%;
    display: block;
    height: calc(100vh - 80px);
    background: none no-repeat center;
    background-size: cover;
}

.index-banner .img .wrap {
    position: relative;
}

.index-banner .gridVideo {
    width: 100%;
    display: block;
    height: calc(100vh - 80px);
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
}

.index-banner .gridVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: z-index 0s ease 0.7s,opacity 0.35s ease 0.7s;
    display: block;
}

.index-banner .swiper-pagination {
}

.index-banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
}

.index-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: .5;
}

.index-banner .swiper-pagination-bullet-active {
    opacity: 1;
    position: relative;
}

.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.index-banner .swiper-button-next, .index-banner .swiper-button-prev {
    background: none;
    width: 22px;
    height: 41px;
    margin-top: -20.5px;
}

.index-banner .swiper-button-prev {
    background: url(../img/i-l.png) no-repeat center center;
    left: 30px;
    background-size: 100% 100%;
}

.index-banner .swiper-button-next {
    background: url(../img/i-r.png) no-repeat center center;
    right: 30px;
    background-size: 100% 100%;
}

.index-banner .swiper-button-prev:after,.index-banner .swiper-button-next:after {
    color: #fff;
    font-size: 24px;
}

/* .index-banner .wrap{height: 100%;display:flex;justify-content:center;align-items:center;color: #fff;text-align: center;}
.index-banner .textDiv span{font-size: 3.125vw;font-weight: bold;}
.index-banner .textDiv p{font-size: 1.25vw;margin-top: 0.5vw;}
.index-banner .textDiv a{display: block;width: 150px;line-height: 38px;border: 1px solid #fff;color: #fff;text-align: center;margin-top: 30px; }
.index-banner .textDiv a:hover{background: #fff;color: #053393;} */
.indexTitle {
    position: relative;
    text-align: center;
    display: inline-block;
}

.indexTitle span {
    position: relative;
    font-size: 26px;
    display: block;
    color: #020202;
    padding: 0 0 3px 26px;
}

.indexTitle span:before {
    content: "";
    width: 6px;
    height: 31px;
    background: #f4e680;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: skew(-15deg,0);
    margin-top: -18.5px;
}

.indexTitle span:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #1d70b0;
    position: absolute;
    left: 0;
    transform: skew(-15deg,0);
    bottom: 0;
}

.indexTitle small {
    color: #989898;
    font-size: 18px;
}

.indexDiv1 {
    padding: 130px 0 0;
}

.indexDiv1 .titleDiv {
    text-align: center;
}

.indexDiv1 .listDiv {
    margin-top: 30px;
    text-align: center;
    padding-bottom: 90px;
    border-bottom: 1px solid #5a92c7;
}

.periodic-table-div {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1260px;
    padding: 10px;
    float: left;
    text-align: center
}

#periodic-table-of-hanna {
    padding-top: 80px;
    margin-bottom: 50px
}

#newperiodictable {
    width: 880px;
    display: inline-block
}

.periodic-container {
    width: 880px;
    /* height:159px!important; */
    display: inline-block
}

#periodic-container-bottom {
    width: 630px;
    height: 80px!important
}

.periodic-content {
    width: 80px;
    height: 80px;
    margin: 4px;
    cursor: pointer;
    display: table;
    text-decoration: none!important;
    float: left;
    position: relative;
    opacity: 1
}

.periodic-content a {
    height: 80px;
    width: 80px;
    opacity: 1;
    position: absolute;
    display: table;
    left: 0;
    text-align: center!important;
    text-decoration: none!important;
    -webkit-font-smoothing: subpixel-antialiased;
    /* box-shadow:0 3px 3px rgba(0,0,0,.13);-webkit-box-shadow:0 3px 3px rgba(0,0,0,.13);-moz-box-shadow:0 3px 3px rgba(0,0,0,.13) */
}

.explore-ph {
    z-index: 100!important;
    width: 135px!important;
    position: absolute;
    top: 63px!important;
    height: 25px!important;
    pointer-events: none;
    opacity: 0!important;
    display: block;
    background: #8ba1b7!important;
    transition: all 0s!important
}

.explore-ph div {
    z-index: 100!important;
    width: 135px!important;
    position: absolute;
    bottom: 0!important;
    height: 25px!important;
    pointer-events: none;
    opacity: 0!important;
    background: #8ba1b7!important;
    display: block;
    transition: all 0s!important
}

#ph.active-parameter {
    height: 59px!important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: height .3s ease-out;
    -webkit-transition-delay: .3s
}

.is-visible .explore-ph {
    opacity: 1!important;
    z-index: 100!important;
    width: 135px!important;
    height: 25px!important;
    top: 57px!important;
    left: -2px;
    pointer-events: auto!important;
    transition: all 0s!important;
    background: #8ba1b7!important
}

.is-visible .explore-ph div {
    opacity: 1!important;
    z-index: 100!important;
    width: 135px!important;
    height: 25px!important;
    bottom: 0!important;
    background: #8ba1b7!important;
    pointer-events: auto!important;
    transition: all 0s!important
}

.is-visible .explore-ph:hover div {
    background: #5283b3!important
}

.explore-ph div {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.periodic-container h3,.periodic-container p {
    margin: 0!important;
    position: relative;
    color: #fff
}

.periodic-container p {
    font-size: 12px;
    padding: 0;
    line-height: 1.2
}

.echemparams p {
    font-size: 16px;
    padding: 0;
    line-height: 1.2;
    color: #fff;
    vertical-align: middle;
    display: table-cell
}

.echemparams {
    background: #eb847b
}

.echemparams p {
    text-align: center!important;
    position: relative!important;
    display: table-cell;
    vertical-align: middle!important
}

.molecules {
    background: #5191d8
}

.periodic-content .elements {
    background: #fff;
    /* border:10px solid #5a92c7!important;border-radius:20px!important;-webkit-border-radius:20px!important;-moz-border-radius:20px!important; */
    opacity: 1!important;
    width: 80px;
    height: 80px
}

.periodic-content .elements .dImg {
    display: block;
}

.periodic-content .elements .hImg {
    display: none;
}

.elements h3,.elements p {
    color: #000000!important
}

.periodic-content .anions {
    background: #fff;
    border: 10px solid #eb847b!important;
    border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    opacity: 1!important;
    width: 80px;
    height: 80px
}

.anions h3,.anions p {
    color: #eb847b!important
}

.bottom1 p {
    font-size: 16px;
    padding: 0!important;
    line-height: 1.2;
    color: #fff;
    vertical-align: middle;
    display: table-cell;
    font-weight: 400
}

.periodic-container .bottom1 {
    background: #8ba1b7;
    height: 78px
}

.bottom2 p {
    font-size: 16px;
    padding: 0!important;
    line-height: 1.2;
    color: #fff;
    vertical-align: middle;
    display: table-cell;
    font-weight: 400
}

.periodic-container .bottom2 {
    background: #ffbc4d;
    height: 78px
}

.periodic-container h3 {
    padding-top: 37px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
}

.periodic-title {
    color: #636363!important;
    font-size: 40px!important;
    padding: 0!important
}

.periodic-container sub,.periodic-container sup {
    font-size: 18px!important
}

.legend {
    width: 240px!important;
    height: 170px!important;
    margin: 25px 25px 5px 5px!important;
    padding: 0!important;
    display: block!important;
    float: left
}

.legend p {
    text-align: left!important;
    width: 200px!important;
    height: 15px!important;
    margin-top: 0!important;
    margin-bottom: 5px!important;
    padding-left: 20px!important;
    padding-top: 0!important;
    font-size: 11px!important;
    float: left!important;
    display: inline-block!important
}

.legend h3 {
    margin: 0!important;
    padding-bottom: 10px;
    padding-top: 5px
}

.legend-symbol {
    float: left!important;
    display: inline-block!important;
    width: 15px;
    height: 15px;
    margin: 0!important;
    padding: 0!important;
    opacity: 1
}

.legend-symbol.border-box {
    width: 9px;
    height: 9px
}

.periodic-content .anions:hover,.periodic-content .bottom1:hover,.periodic-content .bottom2:hover,.periodic-content .echemparams:hover, .periodic-content .elements:hover,.periodic-content .molecules:hover {
    width: 84px;
    height: 84px;
    margin: 3px;
    left: -5px;
    top: -5px
}

.periodic-content .anions:hover,.periodic-content .elements:hover {
    width: 84px;
    height: 84px
}

.periodic-content .bottom1:hover,.periodic-content .bottom2:hover {
    height: 82px
}

.anions.active-parameter,.elements.active-parameter {
    padding: 0!important
}

.elements.active-parameter .dImg {
    display: none;
}

.elements.active-parameter .hImg {
    display: block;
    width: 100%;
}

.periodic-container .active-parameter {
    width: 84px!important;
    height: 84px!important;
    margin: 3px!important;
    /* background:#000; */
    position: absolute;
    opacity: 1!important;
    z-index: 5!important;
    left: -5px!important;
    top: -5px!important;
    pointer-events: none;
    border: 0 #000 solid!important
}

.periodic-content .anions.active-parameter, .periodic-content .elements.active-parameter {
    width: 80px!important;
    height: 80px!important
}

.active-parameter h3 {
    padding-top: 32px!important;
    color: #fff!important
}

.active-parameter p {
    color: #fff!important;
    font-weight: 400
}

.periodic-container a:hover h3 {
    padding-top: 39px
}

.elements,.periodic-container a, .periodic-container a h3 {
    transition: opacity .1s ease-in-out,background .1s ease-in-out;
    -webkit-transition: opacity .1s ease-in-out,background .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out,background .1s ease-in-out
}

.periodic-overlay,.show-overlay {
    transition: opacity .6s ease,visibility .6s ease,display .6s ease;
    -webkit-transition: opacity .6s ease,visibility .6s ease,display .6s ease;
    -moz-transition: opacity .6s ease,visibility .6s ease,display .6s ease
}

.periodic-overlay {
    width: 100vw;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    position: fixed;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    background: rgba(71,86,97,.6)
}

.show-overlay {
    cursor: auto;
    pointer-events: auto;
    opacity: .8!important;
    visibility: visible
}

.is-visible, .periodic-button .periodic-families a, .periodic-families, .periodic-families.is-visible, .product-families.is-visible a {
    -webkit-transition: left .3s ease-in-out,top .3s ease-in-out,all .3s ease-in-out;
    -moz-transition: left .3s ease-in-out,top .3s ease-in-out,all .3s ease-in-out;
    transition: left .3s ease-in-out,top .3s ease-in-out,all .3s ease-in-out
}

.product-families .is-visible:hover {
    width: 80px!important;
    height: 80px!important;
    margin: 5px!important
}

.product-families {
    position: absolute!important;
    width: 80px;
    height: 80px;
    margin: 4px;
    left: -8px;
    overflow: visible;
    visibility: hidden;
    opacity: 0;
    top: -8px;
    z-index: 3!important
}

.product-families.is-visible {
    width: 80px;
    height: 80px;
    margin: 6px;
    left: -12px;
    top: -12px
}

.product-families.is-visible a:nth-child(1) {
    left: -90px!important;
    top: -90px!important
}

.product-families.is-visible a:nth-child(2) {
    top: -90px!important
}

.product-families.is-visible a:nth-child(3) {
    left: 90px!important;
    top: -90px!important
}

.product-families.is-visible a:nth-child(4) {
    left: -90px!important
}

.product-families.is-visible a:nth-child(5) {
    left: 90px!important
}

.product-families.is-visible a:nth-child(6) {
    left: -90px!important;
    top: 90px!important
}

.product-families.is-visible a:nth-child(7) {
    top: 90px!important
}

.product-families.is-visible a:nth-child(8) {
    left: 90px!important;
    top: 90px!important
}

.is-visible {
    opacity: 1!important;
    visibility: visible!important
}

.periodic-products-section {
    width: 100%;
    height: 800px;
    position: absolute
}

.product-families.is-visible a {
    opacity: 1;
    position: absolute
}

.product-families .product-button {
    position: absolute
}

.product-families.is-active .product-button {
    position: relative
}

.product-families a {
    width: 80px!important;
    height: 80px!important;
    display: block;
    margin: 4px;
    left: 0;
    top: 0;
    float: left;
    text-decoration: none!important;
    position: absolute;
    z-index: 5!important;
    color: #636363;
    opacity: 0;
    background: #f5f5f5
}

.product-families div {
    width: 80px!important;
    height: 80px!important;
    position: relative;
    float: left;
    opacity: 1;
    box-shadow: 0 6px 12px rgba(0,0,0,.26);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.26);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.26)
}

.product-families a:hover {
    background: #fff
}

.product-families a:hover img {
    opacity: .9
}

.product-button p.compact {
    font-size: 12px;
    line-height: 1;
    margin-top: -3px!important
}

.product-button p {
    color: #636363;
    font-weight: 400
}

.anions .product-button {
    background: #d0dce8
}

.product-families img {
    height: 45px;
    margin-top: 5px;
    display: inline-block
}

.instructions-div {
    background: 0 0;
    width: 710px;
    height: 80px;
    margin-top: 53px;
    left: 95px;
    display: inline-block;
    opacity: 1
}

.instructions-div h3 {
    font-size: 18px!important;
    color: #636363;
    font-weight: 400!important;
    line-height: 1.4
}

.legend {
    position: absolute;
    left: 170px;
}

#periodic-container-bottom {
    margin-left: 270px;
}

@media only screen and (max-width: 600px) {
    #periodic-table-of-hanna {
        display:none;
    }
}

@media only screen and (max-width: 1224px) {
    .legend {
        left: 115px;
    }
}

@media only screen and (max-width: 1130px) {
    .legend {
        left: 70px;
    }
}

@media only screen and (max-width: 1024px) {
    .legend {
        left: 0px;
    }
}

.indexDiv2 {
    padding: 37px 0 0;
}

.indexDiv2 .bdDiv {
    padding-bottom: 27px;
    border-bottom: 1px solid #5a92c7;
}

.indexDiv2 .row {
    margin: 34px -13px 0;
}

.indexDiv2 .row>div {
    padding: 0 13px;
    margin-bottom: 26px;
}

.indexDiv2 .row>div a {
    display: block;
    border: 1px solid #dadada;
    padding: 11px 11px 20px;
    text-align: center;
}

.indexDiv2 .row>div .pic {
    position: relative;
    padding-top: 91.416%;
}

.indexDiv2 .row>div .pic .img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.indexDiv2 .row>div .pic .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexDiv2 .row>div .line {
    width: 43px;
    height: 4px;
    background: #f3e689;
    margin: 14px auto 10px;
}

.indexDiv2 .row>div .title {
    color: #020202;
}

.indexDiv2 .row>div a:hover {
    border-color: #5a92c7;
}

.indexDiv2 .row>div a:hover .title {
    color: #5a92c7;
}

.indexDiv2 .moreBtn {
    color: #5a92c7;
    transition: all .5s;
    margin-right: 60px;
}

.indexDiv2 .moreBtn:hover {
    transform: translateX(15px);
}

.indexDiv3 {
    padding: 37px 0 0;
}

.indexDiv3 .bdDiv {
    padding-bottom: 27px;
    border-bottom: 1px solid #5a92c7;
}

.indexDiv3 .bdDiv .itemDiv {
    position: relative;
    margin-top: 60px;
}

.indexDiv3 .bdDiv .itemDiv .imgDiv {
    width: 71.73%;
}

.indexDiv3 .bdDiv .itemDiv .imgDiv .pic {
    position: relative;
    padding-top: 65.2%;
}

.indexDiv3 .bdDiv .itemDiv .imgDiv .pic .img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexDiv3 .bdDiv .itemDiv .imgDiv .pic .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexDiv3 .bdDiv .itemDiv .textDiv {
    width: 53.73%;
    top: 0;
    z-index: 1;
    height: initial;
    top: 50%;
}

.indexDiv3 .bdDiv .itemDiv .textDiv.al {
    left: 0;
}

.indexDiv3 .bdDiv .itemDiv .textDiv.ar {
    right: 0;
}

.indexDiv3 .bdDiv .itemDiv .textDiv .textCon {
    min-height: 320px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,1);
    padding: 40px 40px 90px;
}

.indexDiv3 .bdDiv .itemDiv .textDiv .textCon .line {
    width: 25px;
    height: 2px;
    background: #f3e689;
}

.indexDiv3 .bdDiv .itemDiv .textDiv .textCon .title {
    font-size: 27px;
    margin: 15px 0 ;
}

.indexDiv3 .bdDiv .itemDiv .textDiv .textCon .p {
    color: #08090a;
    line-height: 1.8;
}

.indexDiv3 .bdDiv .itemDiv .textDiv .textCon a {
    display: block;
    width: 170px;
    line-height: 37px;
    background: #5a92c7;
    border-radius: 12px;
    color: #fff;
    margin: 0 0 0 auto;
    text-align: center;
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 18px;
}

.indexDiv3 .bdDiv .itemDiv .textDiv .textCon:hover {
    background: rgba(226,226,226,.3);
}

.indexDiv3 .bdDiv .itemDiv .textDiv .textCon:hover a {
    background: #fff;
    color: #5a92c7;
}

.indexDiv3 .moreBtn {
    color: #5a92c7;
    transition: all .5s;
    margin: 40px 20px 0 0;
}

.indexDiv3 .moreBtn:hover {
    transform: translateX(15px);
}

.indexDiv4 {
    padding: 34px 0 79px;
}

.indexDiv4 .bdDiv {
    padding: 20px 37px;
}

.indexDiv4 .textDiv {
    margin: 0 0 80px;
    color: #35393c;
    line-height: 1.6;
    text-indent: 2em;
}

.indexDiv4 .row {
    margin: 14px 0 0;
}

.indexDiv4 .row>div {
    padding: 0 3.6%;
    text-align: center;
}

.indexDiv4 .row>div .dataDiv {
    font-size: 60px;
    color: #5a92c7;
    line-height: 1;
}

.indexDiv4 .row>div .p {
    text-align: center;
    margin: 20px 0;
    /* text-indent: 2em; */
    line-height: 1.6;
}

.indexDiv4 .row>div .pic {
    position: relative;
    padding-top: 68%;
}

.indexDiv4 .row>div .pic .img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.indexDiv4 .row>div .pic .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ny-banner {
    position: relative;
    padding: 32px 0 33px;
}

.ny-banner .imgDiv {
    width: 100%;
    position: relative;
    height: 400px;
}

.ny-banner .imgDiv .wrap {
    height: 100%;
    align-items: flex-end;
}

.ny-banner .textDiv {
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 80px;
    width: 100%;
}

.ny-banner span {
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.ny-banner p {
    font-size: 14px;
    margin-top: 10px;
}

.crumbs {
    color: #828384;
}

.crumbs a {
    color: #999999;
}

.crumbs a::after {
    content: '>';
    color: #999999;
    padding-left: 6px;
}

.crumbs a:last-child:after {
    content: ''
}

.crumbs a:hover {
    color: #5a92c7;
}

.aboutDiv {
    padding: 96px 0 89px;
}

.aboutDiv .bdDiv {
    border-bottom: 1px solid #2374b2;
    padding-bottom: 57px;
    margin-top: 10px;
}

.aboutDiv .row {
    margin: 0 -21.5px;
}

.aboutDiv .row>div {
    margin-top: 18px;
    padding: 0 21.5px;
}

.aboutDiv .row>div a {
    display: block;
    height: 100%;
}

.aboutDiv .row>div .pic {
    position: relative;
    padding-top: 55.3%;
}

.aboutDiv .row>div .pic .img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.aboutDiv .row>div .pic .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutDiv .row>div a .pic .img:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(242, 230, 158, .68);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transform: scale(0);
    /* transition: all .3s; */
}

.aboutDiv .row>div a:hover .pic .img:before {
    transform: scale(1);
}

.aboutDiv .row>div .textDiv span {
    margin: 15px 0 7px;
    font-size: 21px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #020202;
    line-height: 1;
    position: relative;
    transition: all .6s;
}

.aboutDiv .row>div .textDiv span:before {
    content: "";
    width: 0;
    height: 22px;
    background: #2374B2;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s;
}

.aboutDiv .row>div .textDiv p {
    font-size: 14px;
    color: #5b5b5b;
}

.aboutDiv .row>div a:hover .textDiv span {
    color: #2374b2;
    padding-left: 10px;
}

.aboutDiv .row>div a:hover .textDiv span:before {
    width: 3px;
}

.contactDiv {
    border: 1px solid #bfbfbf;
    padding: 55px 80px 72px;
    margin-bottom: 60px;
}

.contactDiv .lxTitle {
    font-size: 25px;
    font-weight: bold;
    color: #4188c5;
    margin-bottom: 48px;
}

.contactDiv .row {
    margin: 0 -41.5px;
}

.contactDiv .row>div {
    padding: 0 41.5px;
}

.contactDiv .row>div img {
    margin: 0 16px 0 0;
}

.contactDiv .row>div .p {
    font-size: 13px;
    color: #7e7e7e;
    margin: 20px 0;
    line-height: 1.7;
}

.contactDiv .row>div a {
    font-size: 13px;
    color: #2678b7;
    transition: all .6s;
    display: inline-block;
}

.contactDiv .row>div a:hover {
    transform: translateX(10px);
}

.contactDiv .row>div a .ewmDiv {
    position: absolute;
    left: 100%;
    top: -42px;
    width: 132px;
    opacity: 0;
    transition: all .3s .3s;
}

.contactDiv .row>div a:hover .ewmDiv {
    opacity: 1;
}

.aboutDiv1 {
    padding: 96px 0 89px;
}

.aboutDiv1 .bdDiv {
    border-bottom: 1px solid #2374b2;
    padding: 50px 0 150px;
    color: #35393c;
    font-size: 18px;
    line-height: 1.7;
}

.aboutDiv1 .bdDiv p {
    text-align: justify;
}

.aboutDiv1 .bdDiv p:nth-child(1) {
    /* text-indent: 2em; */
}

.aboutDiv1 .bdDiv img {
    margin-top: 60px;
}

.fixedBottomDiv {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 14px solid #f3e689;
    z-index: 111;
    box-shadow: 0px 0px 20px rgba(0,0,0,.05);
}

.fixedBottomDiv .bdDiv {
    padding: 22px 0 12px;
    align-items: flex-start;
}

.fixedBottomDiv .bdDiv .p {
    font-size: 16px;
    color: #35393c;
    line-height: 2;
    width: calc(100% - 254px);
}

.fixedBottomDiv .bdDiv .p a {
    color: #1d70b0;
}

.fixedBottomDiv .bdDiv .p a:hover {
    text-decoration: underline;
}

.fixedBottomDiv .bdDiv .agreeBtn {
    display: block;
    width: 130px;
    line-height: 39px;
    background: #2479b7;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 8px;
}

.fixedBottomDiv .bdDiv .agreeBtn:hover {
    opacity: .8;
}

.yycjDiv {
    padding: 76px 0;
}

.yycjDiv .bdDiv {
    margin-top: 60px;
}

.yycjDiv .bdDiv .row {
    margin: 13px -16px 0;
}

.yycjDiv .bdDiv .row>div {
    padding: 0 16px;
    margin-top: 32px;
}

.yycjDiv .bdDiv .row>div a {
    display: block;
    position: relative;
}

.yycjDiv .bdDiv .row>div a .textDiv {
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(49,49,49,.8);
    bottom: 0;
    text-align: center;
    color: #fff;
    padding: 20px 15px;
}

.yycjDiv .bdDiv .row>div a .textDiv span {
    font-size: 24px;
}

.yycjDiv .bdDiv .row>div a .textDiv p {
    height: 75px;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
}

.yycjDiv .bdDiv .row>div a:hover .textDiv {
    background: rgba(0,96,156,.9);
}

.yycjDiv1 {
    padding: 96px 0 90px;
}

.yycjDiv1 .bdDiv {
    padding: 24px 0 100px;
    border-bottom: 1px solid #2374b2;
}

.yycjDiv1 .bdDiv .imgDiv img {
    width: 100%;
}

.yycjDiv1 .bdDiv .listDiv {
    margin-top: 64px;
}

.yycjDiv1 .bdDiv .listDiv .title {
    display: block;
    font-size: 18px;
    color: #237bbe;
    margin-bottom: 10px;
}

.yycjDiv1 .bdDiv .listDiv .row>div {
    margin-top: 12px;
}

.yycjDiv1 .bdDiv .listDiv .row>div a {
    display: inline-block;
    color: #010101;
    position: relative;
}

.yycjDiv1 .bdDiv .listDiv .row>div a::after {
    content: "";
    width: 0%;
    height: 2px;
    background: #237bbe;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all .3s;
}

.yycjDiv1 .bdDiv .listDiv .row>div a:hover {
    color: #237bbe;
}

.yycjDiv1 .bdDiv .listDiv .row>div a:hover::after {
    width: 100%;
}

.yycjDiv1 .aboutProduct {
    padding: 36px 0 54px;
    border-bottom: 1px solid #2374b2;
}

.yycjDiv1 .aboutProduct .hd {
    font-size: 26px;
    color: #2978b4;
    margin-bottom: 27px;
}

.yycjDiv1 .aboutProduct .row>div a {
    display: block;
    height: 100%;
    text-align: center;
}

.yycjDiv1 .aboutProduct .row>div .pic {
    position: relative;
    padding-top: 67.5%;
}

.yycjDiv1 .aboutProduct .row>div .pic .img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.yycjDiv1 .aboutProduct .row>div .pic .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.yycjDiv1 .aboutProduct .row>div .textDiv span {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #0e0f10;
    margin: 15px 0;
    position: relative;
}

.yycjDiv1 .aboutProduct .row>div .textDiv span::after {
    content: "";
    width: 0%;
    height: 2px;
    background: #237bbe;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all .3s;
}

.yycjDiv1 .aboutProduct .row>div .textDiv p {
    font-size: 16px;
    color: #35393c;
    line-height: 1.8;
    text-align: left;
}

.yycjDiv1 .aboutProduct .row>div a:hover .textDiv span {
    color: #2978b4;
}

.yycjDiv1 .aboutProduct .row>div a:hover .textDiv span::after {
    width: 100%;
}

.productDiv {
    padding: 88px 0 92px;
}

.nyTitle span {
    font-size: 26px;
    font-weight: bold;
    color: #040000;
}

.productDiv .bdDiv {
    border-top: 1px solid #5a92c7;
    border-bottom: 1px solid #5a92c7;
    padding: 39px 0 23px;
    margin-top: 20px;
}

.productDiv .bdDiv .row {
    margin: 0 -12.5px;
}

.productDiv .bdDiv .row>div {
    padding: 0 12.5px;
    margin-bottom: 24px;
}

.productDiv .bdDiv .row>div .conDiv {
    border: 1px solid #e0e0e0;
    padding: 18px 22px 25px;
}

.productDiv .bdDiv .row>div .conDiv small {
    display: block;
    font-size: 15px;
    color: #261714;
}

.productDiv .bdDiv .row>div .conDiv span {
    display: block;
    font-size: 20px;
    color: #261714;
    font-weight: bold;
}

.productDiv .bdDiv .row>div .conDiv .p {
    margin-bottom: 20px;
}

.productDiv .bdDiv .row>div .conDiv .p p {
    font-size: 13px;
    color: #838485;
    line-height: 1.8;
    margin-top: 2px;
}

.productDiv .bdDiv .row>div .conDiv a {
    display: block;
    width: 170px;
    line-height: 48px;
    background: #2479b7;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.productDiv .bdDiv .row>div .conDiv a:hover {
    background: #4c95cd;
}

.dpybtjDiv {
    padding-bottom: 90px;
}

.dpybtjDiv .nyTitle {
    padding: 0 32px;
}

.dpybtjDiv .bdDiv {
    margin-top: 30px;
    padding: 0 32px;
    position: relative;
}

.dpybtjDiv .bdDiv .title {
    margin-top: 16px;
    font-size: 20px;
    color: #1c1c1c;
    text-align: center;
}

.dpybtjDiv .bdDiv a:hover .title {
    color: #2374B2;
}

.dpybtjDiv .swiper-button-next,.dpybtjDiv .swiper-button-prev {
    width: 32px;
    height: 32px;
    margin-top: -16px;
}

.dpybtjDiv .swiper-button-next {
    background: url(../img/right.png) no-repeat right center;
    right: 0;
}

.dpybtjDiv .swiper-button-prev {
    background: url(../img/left.png) no-repeat left center;
    left: 0;
}

.productDetailDiv .hdDiv {
    padding: 98px 0 62px;
}

.productDetailDiv .hdDiv .leftDiv {
    width: 39.333333%;
}

.productDetailDiv .hdDiv .leftDiv .itemDiv span {
    font-size: 26px;
    color: #1d70b0;
}

.productDetailDiv .hdDiv .leftDiv .itemDiv .p {
    font-size: 16px;
    color: #828384;
    margin-top: 10px;
    line-height: 1.8;
}

.productDetailDiv .hdDiv .leftDiv .itemDiv:nth-child(1) {
    margin-bottom: 80px;
}

.productDetailDiv .hdDiv .rightDiv {
    width: 51.25%;
}

.productDetailDiv .bigDiv {
    margin-bottom: 11px;
    position: relative;
}

.productDetailDiv .bigDiv .pic {
    position: relative;
    padding-top: 64.39%;
}

.productDetailDiv .bigDiv .pic .imgDiv {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.productDetailDiv .bigDiv .pic .imgDiv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productDetailDiv .gallery-thumbs .swiper-slide .pic {
    position: relative;
    padding-top: 79.8245%;
}

.productDetailDiv .gallery-thumbs .swiper-slide .pic .imgDiv {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.productDetailDiv .gallery-thumbs .swiper-slide .pic .imgDiv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productDetailDiv .swiper-button-next, .productDetailDiv .swiper-button-prev {
    background: none;
    width: 60px;
    height: 40px;
    margin-top: -20px;
}

.productDetailDiv .swiper-button-prev {
    background: url(../img/p-l.png) no-repeat center center;
    left: 0px;
}

.productDetailDiv .swiper-button-next {
    background: url(../img/p-r.png) no-repeat center center;
    right: 0px;
}

.productDetailDiv .swiper-button-prev:after,.productDetailDiv .swiper-button-next:after {
    display: none;
}

.productDetailDiv .bdDiv {
    border-top: 1px solid #2374b2;
    border-bottom: 1px solid #2374b2;
    padding-bottom: 55px;
}

.productDetailDiv .bdDiv .leftDiv {
    width: 47.5%;
}

.productDetailDiv .bdDiv .rightDiv {
    width: 46.83%;
}

.productDetailDiv .bdDiv .rightDiv .tabsDiv {
    margin-bottom: 30px;
}

.productDetailDiv .bdDiv .rightDiv .tabsDiv a {
    display: inline-block;
    padding: 0 20px 0 20px;
    line-height: 47px;
    color: #000000;
    font-size: 20px;
    width: 25%;
    text-align: center;
}

.productDetailDiv .bdDiv .rightDiv .tabsDiv a.active {
    background: #eee;
}

.productDetailDiv .bdDiv .rightDiv .tabsCon p {
    font-size: 13px;
    color: #828384;
    line-height: 2;
}

.productDetailDiv .bdDiv .rightDiv .tabsCon table {
    width: 100%;
}

.productDetailDiv .bdDiv .rightDiv .tabsCon table th {
    font-size: 16px;
    font-weight: bold;
    color: #0a0a0a;
    padding: 25px 22px 5px;
    border-top: 1px solid #d2d2d2;
}

.productDetailDiv .bdDiv .rightDiv .tabsCon table td {
    padding: 10px 22px;
    border-top: 1px solid #d2d2d2;
    font-size: 13px;
    color: #828384;
}

.productDetailDiv .bdDiv .rightDiv .tabsCon .row {
    margin: -30px -23px 0;
}

.productDetailDiv .bdDiv .rightDiv .tabsCon .row>div {
    margin-top: 30px;
    padding: 0 23px;
}

.productDetailDiv .bdDiv .rightDiv .tabsCon .row>div span {
    font-size: 17px;
    font-weight: bold;
    color: #0a0a0a;
}

.productDetailDiv .bdDiv .rightDiv .tabsCon .row>div .imgDiv {
    margin: 10px 0;
}

.productDetailDiv .bdDiv .rightDiv .tabsCon .row>div .imgDiv img {
    width: 100%;
}

.productDetailDiv .bdDiv .rightDiv .tabsCon .row>div p {
    color: #828384;
    line-height: 1.5;
}

.productDetailDiv .fdDiv {
    margin-bottom: 90px;
}

.productDetailDiv .fdDiv .leftDiv {
    width: 72%;
    margin-top: 35px;
}

.productDetailDiv .fdDiv .leftDiv .titleDiv {
    font-size: 26px;
    color: #1d70b0;
    margin-bottom: 15px;
}

.productDetailDiv .fdDiv .leftDiv .videoDiv video {
    display: block;
}

.productDetailDiv .fdDiv .leftDiv .videoDiv .intro {
    font-size: 16px;
    color: #828384;
    line-height: 1.8;
    margin: 35px 0 0;
}

.productDetailDiv .fdDiv .leftDiv .lbDiv {
    border: 1px solid #ededed;
    margin-top: 60px;
}

.productDetailDiv .fdDiv .leftDiv .lbDiv ul li {
    margin-bottom: 24px;
}

.productDetailDiv .fdDiv .leftDiv .lbDiv ul li .imgDiv {
    width: 154px;
}

.productDetailDiv .fdDiv .leftDiv .lbDiv ul li .textDiv {
    width: calc(100% - 220px);
}

.productDetailDiv .fdDiv .leftDiv .lbDiv ul li .textDiv span {
    font-size: 16px;
}

.productDetailDiv .fdDiv .leftDiv .lbDiv ul li .textDiv .p {
    font-size: 12px;
    color: #828384;
    line-height: 2;
    margin-top: 5px;
}

.productDetailDiv .fdDiv .rightDiv {
    width: 22.2%;
    margin-top: 89px;
    border: 1px solid #5a92c7;
    border-bottom: 0;
}

.productDetailDiv .fdDiv .rightDiv .ritemDiv {
    border-bottom: 1px solid #5a92c7;
    padding: 20px 25px;
}

.productDetailDiv .fdDiv .rightDiv .ritemDiv .hd {
    position: relative;
    font-size: 18px;
    color: #2d2d2d;
}

.productDetailDiv .fdDiv .rightDiv .ritemDiv .hd i {
    display: block;
    width: 27px;
    height: 27px;
    background: url(../img/p-jt.png) no-repeat center center;
    transition: transform .3s;
    cursor: pointer;
}

.productDetailDiv .fdDiv .rightDiv .ritemDiv .hd.on i {
    transform: rotate(-90deg);
}

.productDetailDiv .fdDiv .rightDiv .ritemDiv .bd {
    margin-top: 35px;
}

.productDetailDiv .fdDiv .rightDiv .ritemDiv.lxDiv .bd a {
    display: block;
    width: 120px;
    line-height: 30px;
    background: #f3e689;
    font-size: 15px;
    color: #231916;
    text-align: center;
    margin: 0 auto;
}

.productDetailDiv .fdDiv .rightDiv .ritemDiv.hqwdDiv .fileDiv {
    align-items: initial;
}

.productDetailDiv .fdDiv .rightDiv .ritemDiv.hqwdDiv .imgDiv {
    width: 42%;
}

.productDetailDiv .fdDiv .rightDiv .ritemDiv.hqwdDiv .textDiv {
    width: 43.9%;
}

.productDetailDiv .fdDiv .rightDiv .ritemDiv.hqwdDiv .textDiv span {
    display: block;
    font-size: 15px;
    color: #1d70b0;
    height: 70px;
}

.productDetailDiv .fdDiv .rightDiv .ritemDiv.hqwdDiv .textDiv a {
    display: block;
    width: 78px;
    line-height: 30px;
    background: #2479b7;
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-top: 25px;
}

.productDetailDiv .fdDiv .rightDiv .ritemDiv.hqwdDiv .textDiv a:hover {
    opacity: .8;
}

.productDetailDiv .fdDiv .rightDiv .ritemDiv.aboutProDiv {
    padding-right: 3px;
}

.productDetailDiv .fdDiv .rightDiv .ritemDiv.aboutProDiv .bd {
    overflow-y: auto;
    height: 490px;
    padding-right: 22px;
}

.productDetailDiv .fdDiv .rightDiv .ritemDiv.aboutProDiv .bd ul li {
    margin-bottom: 15px;
}

.productDetailDiv .fdDiv .rightDiv .ritemDiv.aboutProDiv .bd ul li .imgDiv {
    height: 134px;
}

.productDetailDiv .fdDiv .rightDiv .ritemDiv.aboutProDiv .bd ul li .imgDiv img {
    height: 100%;
    width: 100%;
}

.productDetailDiv .fdDiv .rightDiv .ritemDiv.aboutProDiv .bd ul li .title {
    font-size: 15px;
    color: #161616;
    margin-top: 3px;
    text-align: center;
}

.productDetailDiv .fdDiv .rightDiv .ritemDiv.aboutProDiv .bd::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

.productDetailDiv .fdDiv .rightDiv .ritemDiv.aboutProDiv .bd::-webkit-scrollbar-track {
    border-radius: 10px;
}

.productDetailDiv .fdDiv .rightDiv .ritemDiv.aboutProDiv .bd::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #e5e5e5;
}

.productDetailDiv .fdDiv .rightDiv .ritemDiv.aboutProDiv .bd ul li a:hover .title {
    color: #1d70b0;
}

.pageDiv {
    margin-top: 20px;
    text-align: center;
}

.pageDiv a,.pageDiv span {
    display: inline-block;
    line-height: 30px;
    margin: 0 8px;
    color: #333;
    padding: 0 11px;
    border-radius: 3px;
    background: #e6e6e6;
}

.pageDiv a:hover,.pageDiv span {
    color: #fff;
    background: #053393;
}

.commonLeft {
    width: 250px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 3px 4px rgba(0,13,36,.05);
}

.commonLeft .hd {
    background: #053393;
    color: #fff;
    text-align: center;
    font-size: 24px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.commonLeft .bd {
    padding: 0 15px;
    text-align: center;
}

.commonLeft .bd a {
    display: block;
    font-size: 18px;
    color: #333;
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}

.commonLeft .bd a:last-child {
    border: 0;
}

.commonLeft .bd a.on {
    color: #053393;
}

.commonRight {
    width: calc(100% - 300px);
}

/* .detailDiv {padding:50px 0 60px;}
.detailDiv .articleDiv .hd .title{font-size: 30px;color: #333333;font-weight: bold;}
.detailDiv .articleDiv .hd .smTit{display: flex;justify-content: space-between;align-items: center;font-size: 12px;color: #666666;border-top: 1px solid #e6e6e6;padding-top: 18px;margin-top: 25px;}
.detailDiv .articleDiv .hd .smTit span{display: inline-block;padding-left: 18px;}
.detailDiv .articleDiv .hd .smTit span.user{background: url(../img/user.png) no-repeat left center;text-transform: uppercase;margin-right: 30px;}
.detailDiv .articleDiv .hd .smTit span.date{background: url(../img/time1.png) no-repeat left center;}
.detailDiv .articleDiv .hd .smTit span.news{background: url(../img/news.png) no-repeat left center;margin-right: 20px;}
.detailDiv .articleDiv .bd {text-align: center;}
.detailDiv .articleDiv .bd p{font-size: 16px;color: #333333;line-height: 1.8;margin: 30px 0;text-align: left;}
.detailDiv .otherPage{border-top: 1px solid #e6e6e6;padding-top: 20px;}
.detailDiv .otherPage>div{margin-top: 10px;font-size: 14px;color: #999999;}
.detailDiv .otherPage>div a{color: #333;}
.detailDiv .otherPage>div a:hover{color: #DC3545;} */
/*pop */
.modal-dialog {
    max-width: 1200px;
    padding-left: 17px;
}

.modal-backdrop {
    z-index: 10400;
}

.modal {
    z-index: 10500;
}

.yszcModal .modal-body {
    padding: 40px 60px 60px;
}

.yszcModal .modal-body .title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
}

.yszcModal .modal-body p {
    line-height: 2;
}

.loginModal .modal-dialog,.regModal .modal-dialog {
    max-width: 970px;
}

.loginModal .modal-body,.regModal .modal-body {
    padding: 0;
}

.loginPop {
    position: relative;
}

.loginPop .modal-close {
    position: absolute;
    right: 24px;
    top: 30px;
    z-index: 1;
    cursor: pointer;
}

.login-page {
    height: 619px;
    position: relative;
    align-items: flex-start;
}

.login-page .side {
    width: 36.8%;
    background: #fffca6;
    height: 100%;
}

.login-page .side .side-wrap {
    padding: 85px 22.6% 0;
}

.login-page .side .list {
    margin-top: 60px;
}

.login-page .side .list .title {
    font-weight: bold;
}

.login-page .side .list ul li {
    margin-top: 27px;
    align-items: flex-start;
}

.login-page .side .list ul li img {
    width: 34px;
    margin-right: 9px;
}

.login-page .side .list ul li .textDiv {
    width: calc(100% - 42px);
}

.login-page .side .list ul li .textDiv span {
    font-size: 14px;
    font-weight: bold;
}

.login-page .side .list ul li .textDiv p {
    font-size: 12px;
    color: #434343;
}

.login-page .article {
    width: 63.2%;
    height: 100%;
    background: #fff;
}

.login-page .article-wrap {
    padding: 85px 12.2% 0;
}

.login-page .article-wrap .hdDiv {
    align-items: flex-end;
    line-height: 1;
}

.login-page .article-wrap .titleDiv {
    font-size: 30px;
    font-weight: bold;
}

.login-page .article-wrap .stepDiv {
    align-items: flex-end;
}

.login-page .article-wrap .stepDiv span {
    font-size: 12px;
    color: #606060;
}

.login-page .article-wrap .stepDiv .progressDiv {
    width: 170px;
    height: 2px;
    position: relative;
    background: #dcdcdc;
    margin-left: 15px;
}

.login-page .article-wrap .stepDiv .progressDiv i {
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #2479b7;
}

.login-page .article-wrap .stepDiv .progressDiv i.w1 {
    width: 33.333333%;
}

.login-page .article-wrap .stepDiv .progressDiv i.w2 {
    width: 66.666666%;
}

.login-page .article-wrap .stepDiv .progressDiv i.w3 {
    width: 100%;
}

.login-page .article-wrap .tabsDiv {
    margin: 20px 0 0;
    border-bottom: 1px solid #e0e0e0;
}

.login-page .article-wrap .tabsDiv a {
    display: block;
    color: #484848;
    padding-bottom: 3px;
    position: relative;
    margin-right: 20px;
}

.login-page .article-wrap .tabsDiv .active {
    color: #2479b7;
}

.login-page .article-wrap .tabsDiv .active::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #2479b7;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.login-page .article-wrap .formDiv .p {
    font-size: 12px;
    color: #424242;
    margin-top: 20px;
    line-height: 2;
}

.login-page .article-wrap .formDiv .p1 {
    margin-top: 15px;
}

.login-page .article-wrap .p2 {
    margin: 30px 0 50px;
}

.login-page .article-wrap .p2 span {
    font-size: 20px;
    color: #5a5a5a;
    font-weight: bold;
}

.login-page .article-wrap .p2 p {
    font-size: 18px;
    color: #5a5a5a;
    margin-top: 15px;
}

.login-page .article-wrap .p3 p {
    font-size: 12px;
    color: #484848;
    margin: 18px 0 3px;
}

.login-page .article-wrap .p3 a {
    font-size: 10px;
    color: #1d70b0;
}

.login-page .article-wrap form .row {
    margin: 0 -5px;
}

.login-page .article-wrap form .row>div {
    padding: 0 5px;
}

.login-page .article-wrap form .inputDiv {
    margin-top: 22px;
    position: relative;
}

.login-page.reg-page .article-wrap form .inputDiv {
    margin-top: 10px;
}

.login-page .article-wrap form .inputDiv>span {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.login-page .article-wrap form .inputDiv>span i {
    font-weight: normal;
    color: #2479b7;
}

.login-page .article-wrap form .inputDiv>span small {
    font-weight: normal;
    color: #424242;
    font-size: 12px;
}

.login-page .article-wrap form .inputDiv input {
    width: 100%;
    height: 35px;
    line-height: 33px;
    border: 1px solid #aeaeae;
    border-radius: 3px;
    font-size: 13px;
    padding: 0 8px;
}

.login-page .article-wrap form .inputDiv select {
    width: 100%;
    height: 35px;
    line-height: 33px;
    border: 1px solid #aeaeae;
    border-radius: 3px;
    font-size: 13px;
    padding: 0 8px;
    max-width: 250px;
    display: inline-block;
}

.login-page .article-wrap form .inputDiv input.mailInp {
    background: #eeeeee;
    border-color: #eee;
}

.login-page .article-wrap form .flexbet input[type='text'] {
    width: calc(100% - 110px);
}

.login-page .article-wrap form .flexbet input[type='button'] {
    width: 100px;
    cursor: pointer;
    background: transparent;
    color: #1d70b0;
    border-color: #1d70b0;
}

.login-page .article-wrap form button {
    width: 152px;
    line-height: 40px;
    background: #2479b7;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    margin-top: 30px;
    cursor: pointer;
    transition: all .3s;
}

.login-page .article-wrap form p {
    font-size: 12px;
    color: #444444;
}

.login-page .article-wrap .otherDiv {
    font-size: 13px;
    margin: 25px 0;
}

.login-page .article-wrap .otherDiv p {
    margin-top: 10px;
}

.login-page .article-wrap .otherDiv a {
    color: #2479b7;
    transition: all .3s;
    display: inline-block;
}

.login-page .article-wrap .otherDiv a:hover {
    transform: translateX(5px);
}

.login-page .article-wrap .otherDiv a.back_a {
    font-size: 14px;
}

.login-page .article-wrap .otherDiv a.back_a img {
    margin-right: 20px;
}

.login-page .article-wrap .otherDiv a.back_a:hover {
    transform: translateX(-5px);
}

.login-page .article-wrap .otherDiv a.login_a {
    width: 121px;
    line-height: 40px;
    background: #2479b7;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    margin-top: 30px;
    cursor: pointer;
}

.login-page .article-wrap form button:hover,.login-page .article-wrap .otherDiv a.login_a:hover {
    opacity: .8;
    transform: translateX(5px);
}

.login-page .article-wrap .ysDiv {
    font-size: 13px;
    line-height: 2;
}

.login-page .article-wrap .ysDiv a {
    color: #2479b7;
    text-decoration: underline;
}

.login-page .article-wrap form .inputDiv label {
    color: #444;
    font-size: 12px;
    margin-bottom: 0;
}

.login-page .article-wrap form .inputDiv label input {
    width: 15px;
    height: 15px;
}

.login-page input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-right: 4px;
    margin-top: -3px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.login-page input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #2479b7
}

.login-page input[type="checkbox"]:checked::before {
    outline: none;
    content: "\2713";
    line-height: 13px;
    background-color: #2479b7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
}

.reg-page .article-wrap .otherDiv {
    margin: 10px 0 0;
}

.reg-page .article-wrap .otherDiv a.back_a {
    font-size: 14px;
}

.reg-page .article-wrap form .textDiv {
    margin-top: 10px;
}

.reg-page .article-wrap form .textDiv span {
    font-size: 12px;
    font-weight: bold;
    color: #444444;
}

.reg-page .article-wrap form .textDiv p {
    color: #828384;
    margin-top: 4px;
    line-height: 1.8;
}

.reg-page .article-wrap form .textDiv p a {
    color: #2479b7;
    text-decoration: underline;
}

.reg-page .article-wrap form button {
    margin: 20px 0 0;
}

.mt30 {
    margin-top: 30px;
}

.yszcDiv {
    padding: 70px 0;
}

.yszcDiv .title {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 40px;
}

.yszcDiv p {
    line-height: 2;
    font-size: 18px;
}

.fwzcDiv {
    padding: 119px 0;
}

.fwzcDiv .hdDiv {
    border-bottom: 1px solid #eeeeee;
}

.fwzcDiv .hdDiv a {
    display: block;
    padding: 0 14px;
    line-height: 36px;
    font-size: 20px;
    color: #828384;
}

.fwzcDiv .hdDiv a.active {
    background: #eeeeee;
    color: #3586c0;
}

.fwzcDiv .bdDiv .row {
    margin: 74px -9px 114px;
}

.fwzcDiv .bdDiv .row>div {
    padding: 0 35px;
}

.fwzcDiv .bdDiv .row>div .conDiv {
    height: 100%;
    position: relative;
}

.fwzcDiv .bdDiv .row>div .conDiv .iconDiv {
    position: relative;
}

.fwzcDiv .bdDiv .row>div .conDiv .iconDiv:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .5s;
}

.fwzcDiv .bdDiv .row>div .conDiv .iconDiv:hover:before {
    transform: rotateY(180deg);
    background: #2479b7;
}

.fwzcDiv .bdDiv .row>div .conDiv .iconDiv .dImg {
    display: block;
}

.fwzcDiv .bdDiv .row>div .conDiv .iconDiv .hImg {
    display: none;
}

.fwzcDiv .bdDiv .row>div .conDiv .iconDiv:hover .dImg {
    display: none;
}

.fwzcDiv .bdDiv .row>div .conDiv .iconDiv:hover .hImg {
    display: block;
}

.fwzcDiv .bdDiv .row>div .conDiv .textDiv {
    width: calc(100% - 117px);
    margin-left: 42px;
    color: #000;
}

.fwzcDiv .bdDiv .row>div .conDiv .textDiv .txt {
    font-size: 24px;
    position: relative;
    padding-bottom: 15px;
}

.fwzcDiv .bdDiv .row>div .conDiv .textDiv .txt a {
    color: #000;
}

.fwzcDiv .bdDiv .row>div .conDiv .textDiv .txt:hover a {
    color: #2479b7;
    font-weight: bold;
}

.fwzcDiv .bdDiv .row>div .conDiv .textDiv .txt .ewmListDiv {
    position: absolute;
    width: 207px;
    left: 0;
    top: 100%;
    background: #fff;
    padding: 30px 50px;
    box-shadow: 0px 0px 20px rgba(166,166,166,.4);
    display: none;
    z-index: 1;
}

.fwzcDiv .bdDiv .row>div .conDiv .textDiv .txt .ewmListDiv .ewmDiv:not(:last-child) {
    margin-bottom: 30px;
}

.fwzcDiv .bdDiv .row>div .conDiv .textDiv .txt .ewmListDiv .ewmDiv span {
    display: block;
    font-size: 18px;
    color: #2479b7;
    text-align: center;
    margin-top: 3px;
}

.fwzcDiv .bdDiv .row>div .conDiv .textDiv .txt:hover .ewmListDiv {
    display: block;
}

.fwzcDiv .bdDiv .row>div .conDiv .textDiv p {
    font-size: 20px;
    margin-top: 5px;
}

.fwzcDiv .bdDiv .row>div .conDiv .p {
    font-size: 14px;
    margin: 40px 0;
    color: #000;
}

.fwzcDiv .bdDiv .row>div .conDiv a.moreBtn {
    display: block;
    width: 192px;
    line-height: 45px;
    background: #2479b7;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.fwzcDiv .bdDiv .row>div .conDiv a.moreBtn:hover {
    opacity: .8;
}

.fwzcDiv .bdDiv .questionsDiv .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.fwzcDiv .bdDiv .questionsDiv ul li {
    line-height: 2;
    font-size: 14px;
}

.xzmlDiv {
    padding: 98px 0;
}

.xzmlDiv .hdDiv {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}

.xzmlDiv .bdDiv {
    padding: 39px 0 64px;
    border-top: 1px solid #5a92c7;
    border-bottom: 1px solid #5a92c7;
}

.xzmlDiv .bdDiv .leftDiv {
    width: 15.58%;
    padding-top: 35px;
}

.xzmlDiv .bdDiv .leftDiv ul li {
    margin-bottom: 6px;
}

.xzmlDiv .bdDiv .leftDiv ul li a {
    font-size: 15px;
    color: #000;
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
}

.xzmlDiv .bdDiv .leftDiv ul li.active a,.xzmlDiv .bdDiv .leftDiv ul li:hover a {
    color: #2479b7;
}

.xzmlDiv .bdDiv .leftDiv ul li a::after {
    content: "";
    width: 0%;
    height: 2px;
    background: #237bbe;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all .3s;
}

.xzmlDiv .bdDiv .leftDiv ul li.active a::after,.xzmlDiv .bdDiv .leftDiv ul li:hover a::after {
    width: 100%;
}

.xzmlDiv .bdDiv .rightDiv {
    width: 81.42%;
}

.xzmlDiv .bdDiv .rightDiv .titleDiv {
    font-size: 21px;
    line-height: 1;
    margin-bottom: 15px;
}

.xzmlDiv .bdDiv .rightDiv .row>div {
    margin-bottom: 33px;
}

.xzmlDiv .bdDiv .rightDiv .row>div .conDiv {
    padding: 25px;
    background: #f0f0f0;
}

.xzmlDiv .bdDiv .rightDiv .row>div .conDiv .imgDiv {
    box-shadow: 0px 0px 30px rgba(166,166,166,.5);
    width: 89px;
}

.xzmlDiv .bdDiv .rightDiv .row>div .conDiv .textDiv {
    width: calc(100% - 137px);
}

.xzmlDiv .bdDiv .rightDiv .row>div .conDiv .textDiv span {
    font-size: 17px;
    color: #1d70b0;
}

.xzmlDiv .bdDiv .rightDiv .row>div .conDiv .textDiv a {
    width: 107px;
    line-height: 29px;
    background: #2479b7;
    color: #fff;
    padding: 0 18px;
    margin-top: 40px;
    font-size: 15px;
    transition: .3s;
}

.xzmlDiv .bdDiv .rightDiv .row>div .conDiv .textDiv a:hover {
    background: #146098;
}

.jszlDiv {
    padding: 96px 0;
}

.jszlDiv .bdDiv .row {
    margin: 0 43px;
}

.jszlDiv .bdDiv .row>div {
    padding: 0 30px;
    margin-top: 60px;
}

.jszlDiv .bdDiv .row>div .conDiv {
    height: 100%;
}

.jszlDiv .bdDiv .row>div .conDiv .gifDiv img {
    display: block;
    margin: 0 auto;
}

.jszlDiv .bdDiv .row>div .conDiv .gifDiv .title {
    text-align: center;
    font-size: 22px;
    color: #2479b7;
    margin: 15px 0 25px;
}

.jszlDiv .bdDiv .row>div .conDiv .itemDiv {
    padding: 10px 25px;
    background: #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 14px;
}

.jszlDiv .bdDiv .row>div .conDiv .itemDiv .imgDiv {
    box-shadow: 0px 0px 30px rgba(166,166,166,.5);
    width: 39px;
}

.jszlDiv .bdDiv .row>div .conDiv .itemDiv .textDiv {
    width: calc(100% - 80px);
}

.jszlDiv .bdDiv .row>div .conDiv .itemDiv .textDiv a:nth-child(1) {
    font-size: 12px;
    color: #1d70b0;
    display: block;
}

.jszlDiv .bdDiv .row>div .conDiv .itemDiv .textDiv a:nth-child(1):hover {
    text-decoration: underline;
    color: #146098;
}

.jszlDiv .bdDiv .row>div .conDiv .itemDiv .textDiv a:nth-child(2) {
    width: 87px;
    line-height: 17px;
    background: #2479b7;
    color: #fff;
    padding: 0 14px;
    margin-top: 15px;
    font-size: 12px;
    transition: .3s;
}

.jszlDiv .bdDiv .row>div .conDiv .itemDiv .textDiv a:nth-child(2):hover {
    background: #146098;
}

.ylbgDiv {
    padding: 97px 0;
}

.ylbgDiv .bdDiv {
    margin-top: 35px;
}

.ylbgDiv .bdDiv .row {
    margin: 58px 115px 0;
}

.ylbgDiv .bdDiv .row>div {
    margin-bottom: 30px;
}

.ylbgDiv .bdDiv .row>div .conDiv {
    background: #f0f0f0;
    padding: 29px 47px;
}

.ylbgDiv .bdDiv .row>div .conDiv .imgDiv {
    box-shadow: 0px 0px 30px rgba(166,166,166,.5);
    width: 102px;
}

.ylbgDiv .bdDiv .row>div .conDiv .imgDiv img {
    width: 100%;
}

.ylbgDiv .bdDiv .row>div .conDiv .textDiv {
    width: calc(100% - 134px);
    color: #232323;
}

.ylbgDiv .bdDiv .row>div .conDiv .textDiv .tlDiv {
    width: calc(100% - 275px);
}

.ylbgDiv .bdDiv .row>div .conDiv .textDiv span {
    font-size: 22px;
    font-weight: bold;
}

.ylbgDiv .bdDiv .row>div .conDiv .textDiv p {
    font-size: 17px;
    line-height: 1.7;
}

.ylbgDiv .bdDiv .row>div .conDiv .textDiv a {
    width: 245px;
    line-height: 60px;
    background: #2479b7;
    color: #fff;
    padding: 0 18px;
    font-size: 20px;
    transition: .3s;
}

.ylbgDiv .bdDiv .row>div .conDiv .textDiv a:hover {
    background: #146098;
}

/*.productDiv1{padding: 47px 0 0;}*/
.productDiv1 .hdDiv .indexTitle {
    width: 182px;
}

.productDiv1 .hdDiv .p {
    width: calc(100% - 210px);
    font-size: 13px;
    color: #828384;
    line-height: 1.8;
}

.productDiv1 .bdDiv .row>div {
    margin-top: 20px;
    text-align: center;
    flex: 0 0 14.28%;
    max-width: 14.28%;
}

.productDiv1 .bdDiv .row>div .title {
    font-size: 16px;
    margin-top: 15px;
    color: #2479b7;
}

.productDiv2 {
    position: relative;
}

.productDiv2 .swiper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.productDiv2 .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.productDiv2 .conDiv {
    padding: 0 2.75%;
}

.productDiv2 .conDiv .imgDiv {
    width: 20%;
    text-align: center;
}

.productDiv2 .conDiv .textDiv {
    width: 71.3%;
    color: #fff;
}

.productDiv2 .conDiv .textDiv .title {
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
}

.productDiv2 .conDiv .textDiv .p {
    font-size: 13px;
    line-height: 2.2;
    margin: 20px 0 0;
    text-align: justify;
    max-width: 790px;
}

.productDiv2 .conDiv .textDiv .rowDiv {
    max-width: 790px;
    align-items: flex-start;
}

.productDiv2 .conDiv .textDiv .itemDiv {
    margin-top: 50px;
    max-width: 25%;
    padding-right: 5%;
}

.productDiv2 .conDiv .textDiv .itemDiv span {
    display: block;
    font-size: 16px;
}

.productDiv2 .conDiv .textDiv .itemDiv .aDiv a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    position: relative;
    margin-top: 5px;
}

.productDiv2 .conDiv .textDiv .itemDiv .aDiv a::after {
    content: "";
    width: 0%;
    height: 1px;
    background: #fffea4;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all .3s;
}

.productDiv2 .conDiv .textDiv .itemDiv .aDiv a:hover {
    color: #fffea4;
}

.productDiv2 .conDiv .textDiv .itemDiv .aDiv a:hover::after {
    width: 100%;
}

.proMain {
    margin-top: 0;
}

/*body:after {
    content: '';
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}
body.on-menu:after {
    display: block;
}*/
.menu,.menu ul li,.menu ul li a,.menu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.menu:after,.menu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.menu #menu-button {
    display: none
}

.menu {
    width: auto;
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #009ae1;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.menu>ul>li {
    float: left
}

/*.menu.align-center>ul{font-size:0;text-align:center}
.menu.align-center>ul>li{display:inline-block;float:none}
.menu.align-center ul ul{text-align:left}
.menu.align-right>ul>li{float:right}
.menu.align-right ul ul{text-align:right}*/
.menu>ul>li>a {
    padding: 0;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #555555;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.menu>ul>li:hover>a,.menu>ul>li.active>a {
    color: #fff
}

.menu>ul>li.has-sub>a {
    padding-right: 0
}

/*.menu>ul>li.has-sub>a::after{position:absolute;top:50%;margin-top:-6px;right:-12px;width:8px;height:8px;border-bottom:2px solid #333333;border-right:2px solid #333333;content:"";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}
.indexHeader .menu>ul>li.has-sub>a::after{border-color: #fff;}
.on-fixed  .indexHeader .menu>ul>li.has-sub>a::after{border-color: #333;}
.menu>ul>li.has-sub:hover>a::after{border-color:#f80e02!important;}
.menu>ul>li.has-sub.on>a::after{border-color:#f80e02;}*/
.menu ul ul {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: transform .6s;
}

.menu li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul {
    right: 100%;
    top: 10px;
}

.menu ul ul li:hover>ul {
    left: auto;
    margin-left: 0;
}

/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.menu ul ul li {
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
    float: left;
    margin-right: 60px;
}

.menu ul ul {
    padding: 10px 0;
    background: #f6f7f8;
    box-shadow: 5px 5px 10px rgba(0,0,0,.05);
}

.menu ul ul.ul {
    padding: 40px 0;
}

.menu ul ul .row>div {
    padding: 0;
}

.menu ul ul .row>div .conDiv {
    height: 100%;
    border-right: 1px solid #eee;
    padding: 10px 20px;
    text-align: left;
}

.menu ul ul .row>div .conDiv span a {
    color: #333;
    font-size: 13px;
}

.menu ul ul .row>div .conDiv span a:hover {
    color: #1d70b0;
}

.menu ul ul .alist a:hover {
    color: #1d70b0;
    transform: translateX(10px);
}

.menu ul ul .alist a {
    display: block;
    font-size: 13px;
    color: #999;
    margin-top: 10px;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    transition: transform .4s ;
}

/*.menu ul ul a:hover {*/
/*    color: #1d70b0;*/
/*    transform: translateX(10px);*/
/*}*/
header .rightDiv .menu>ul>li.default {
    position: relative;
}

header .rightDiv .menu>ul>li.default ul {
    min-width: 180px;
    left: 0px;
}

header .rightDiv .menu>ul>li.default li {
    display: block;
    float: initial;
    width: 100%;
}

header .rightDiv .menu>ul>li.default li a {
    font-size: 13px;
    color: #999;
    margin: 0;
    line-height: 30px;
    font-weight: normal;
    text-align: left;
    text-transform: capitalize;
    padding: 0 20px;
    transition: transform .4s ;
}

header .rightDiv .menu>ul>li.default li a:hover {
    color: #1d70b0;
    transform: translateX(10px);
}

.menu ul ul li.has-sub>a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease
}

.menu.align-right ul ul li.has-sub>a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd
}

.menu ul ul li.has-sub:hover>a::after {
    border-color: #fff
}

@media (max-width: 1220px) {
    .wrap {
        padding: 0 15px;
    }

    header .wrap {
        min-width: initial;
    }

    header .rightDiv .languageDiv {
        margin: 0 2vw;
    }
}

@media (max-width: 1100px) {
    header .rightDiv .languageDiv {
        margin:0 1vw;
    }

    header .rightDiv .menu>ul>li>a {
        padding: 0 12px;
    }

    header .rightDiv .searchDiv form input {
        width: 45vw;
    }
}

@media (min-width: 992px) and (max-width:1024px) {
}

@media (min-width: 768px) and (max-width:991px) {
}

@media (max-width: 991px) {
    .menu {
        width:100%
    }

    .menu ul {
        width: 100%;
        display: block;
    }

    .menu>ul>li>a {
        padding: 0 20px;
    }

    .menu.align-center>ul,.menu.align-right ul ul {
        text-align: left
    }

    .menu ul li,.menu ul ul li,.menu ul li:hover>ul>li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(0,0,0,.2);
    }

    /*.indexHeader .menu ul li,.indexHeader .menu ul ul li,.indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(255,255,255,.2);}
    /*.on-fixed .indexHeader .menu ul li,.on-fixed .indexHeader .menu ul ul li,.on-fixed .indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(0,0,0,.2);}*/
    .menu ul li a,.menu ul ul li a {
        width: 100%
    }

    .menu>ul>li,.menu.align-center>ul>li,.menu.align-right>ul>li {
        float: none;
        display: block
    }

    .menu ul ul li a {
        padding: 0 20px 0 30px;
        font-size: 12px;
        color: #333;
        background: 0 0
    }

    .menu ul ul li:hover>a,.menu ul ul li a:hover {
        color: #333
    }

    .indexHeader .menu ul ul li a {
        color: #fff;
    }

    .indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover {
        color: #fff
    }

    .on-fixed .indexHeader .menu ul ul li a {
        color: #333;
    }

    .on-fixed .indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover {
        color: #333
    }

    .menu ul ul ul li a {
        padding-left: 40px
    }

    .menu ul ul, .menu ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0
    }

    .menu>ul>li.has-sub>a::after,.menu ul ul li.has-sub>a::after {
        display: none
    }

    #menu-line {
        display: none
    }

    .menu #menu-button {
        display: block;
        padding: 20px;
        color: #000;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase
    }

    .menu #menu-button::after {
        content: '';
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        width: 15px;
        height: 2px;
        background: #fff
    }

    .menu #menu-button::before {
        content: '';
        position: absolute;
        top: 25px;
        right: 20px;
        display: block;
        width: 15px;
        height: 3px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff
    }

    .menu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(0,0,0,.2);
        height: 52px;
        width: 52px;
        cursor: pointer
    }

    .menu .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #333;
        z-index: 99
    }

    .menu .submenu-button::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #333;
        ;z-index: 99
    }

    /*.indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(255,255,255,.2);height:52px;width:52px;cursor:pointer}
    .indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#fff;z-index:99}
    .indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#fff;;z-index:99}*/
    /*.on-fixed .indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,.2);height:52px;width:52px;cursor:pointer}
    .on-fixed .indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
    .on-fixed .indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}*/
    .menu .submenu-button.submenu-opened:after {
        display: none
    }

    .menu ul ul {
        background: transparent;
        border-bottom: none;
        padding: 0;
    }

    .menu ul ul ul {
        top: 0;
    }

    .menu li:hover>ul {
        left: auto;
        margin-left: auto;
    }

    .menu ul ul .wrap {
        padding: 0;
    }

    header .rightDiv .menu>ul>li li a {
        text-align: left;
        line-height: 50px;
    }

    /*header.indexHeader .rightDiv .menu>ul>li li a{color: #fff;}*/
    /*	.on-fixed header.indexHeader .rightDiv .menu>ul>li li a{color: #333;}*/
    header {
        position: fixed !important;
        z-index: 9999;
        top: 0;
        left: auto;
        right: 0;
        width: 100%;
        height: 50px;
        transition: right 300ms !important;
        padding-top: 0;
        border-bottom-width: 3px;
    }

    header .logo a {
        height: 50px;
        width: initial;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .logo a img {
        max-height: 50%;
    }

    header .mbtn {
        display: block;
    }

    body.on-menu header.indexHeader {
        background: #fff;
    }

    body.on-menu.on-fixed header.indexHeader {
        background: #fff;
    }

    body.on-menu header .mbtn {
        z-index: 1;
    }

    header .rightDiv .menu {
        float: right;
        position: fixed;
        top: 50px;
        right: 0;
        width: 100%;
        height: 100%;
        padding-top: 0;
        background-color: #fff;
        /*border-bottom: 1px solid #f8f8f847;*/
        transition: right 300ms;
        right: -100%;
        padding: 0;
        overflow-y: auto;
    }

    header.indexHeader .rightDiv .menu {
        background-color: background: #fff;
    }

    .on-fixed header .rightDiv .menu {
        background-color: #fff;
    }

    header .rightDiv .menu ul {
        float: initial;
    }

    /*header .rightDiv .menu ul.open{background: #000;}*/
    header .rightDiv .menu ul li {
        padding: 0;
        margin: 0;
        /*border-bottom: 1px solid #f8f8f847;*/
        float: initial;
        position: relative;
    }

    header .rightDiv .menu ul li a {
        display: block;
        line-height: 50px;
        height: 50px;
        text-align: left;
        font-size: 16px;
    }

    header.indexHeader .rightDiv .menu>ul>li>a {
        color: #333;
    }

    header .rightDiv .menu>ul>li>a small {
        display: none;
    }

    header .rightDiv .menu>ul {
        display: block;
        padding-top: 0;
    }

    body.on-menu header .rightDiv .menu {
        right: 0;
    }

    body.on-menu .main {
        right: 0;
    }

    header .rightDiv .menu>ul>li>a {
        padding: 0 15px;
        background: none;
    }

    header .rightDiv .menu>ul>li>a::after {
        display: none;
    }

    header .rightDiv .menu>ul>li:hover,header .rightDiv .menu>ul>li:focus,header .rightDiv .menu>ul>li.on {
        background: none;
    }

    .menu ul ul {
        box-shadow: none;
        padding: 0 10px;
    }

    .menu ul ul li a .iconDiv {
        display: none;
    }

    .menu ul ul li>a {
        margin-bottom: 0;
    }

    .menu ul ul li .alist a {
        margin: 0;
    }

    .main {
        position: relative;
        right: 0;
        transition: right 300ms !important;
        margin-top: 50px;
    }

    header .rightDiv .telDiv {
        float: initial;
        padding: 0 15px;
        height: initial;
    }

    .menu ul ul,.menu li:hover>ul {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .menu ul ul .flexcen {
        display: block;
    }

    .menu ul ul.ul {
        padding: 0 20px;
    }

    .menu ul ul .row>div {
        flex: 0 0 100%;
        max-width: 100%;
        border-top: 1px solid #eee;
    }

    .menu ul ul .row>div .conDiv {
        border-right: 0;
    }

    header .rightDiv .menu ul ul a {
        line-height: initial;
        height: initial;
        margin-top: 10px;
    }

    header .rightDiv .menu ul ul .alist {
        overflow: hidden;
        margin-bottom: 10px;
    }

    header .rightDiv .menu ul ul .alist a {
        font-size: 14px;
        margin-top: 10px;
    }

    header .rightDiv .menu>ul>li.default ul {
        left: 0;
    }

    header .rightDiv .menu>ul>li.default ul li {
        border: 0;
    }

    header .rightDiv .menu>ul>li.default li a {
        line-height: 36px;
    }

    header .rightDiv .menu>ul {
        padding: 0;
    }

    header .rightDiv .menu>ul>li>a::before {
        display: none;
    }

    header .rightDiv .otherDiv {
        display: block;
        float: initial;
        padding: 0 15px;
        justify-content: flex-start;
    }

    header .rightDiv .searchDiv form {
        position: relative;
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
    }

    header .rightDiv .searchDiv a.ssBtn {
        display: none;
    }

    header .rightDiv .searchDiv form {
        width: 100%;
    }

    header .rightDiv .searchDiv form input {
        width: 100%;
    }

    header .rightDiv .languageDiv {
        display: block;
        text-align: left;
        margin: 0;
    }

    header .rightDiv .languageDiv .defaultLan {
        height: initial;
        margin: 10px 0;
        display: inline-block;
    }

    header .rightDiv .languageDiv .defaultLan i {
        height: 10px;
    }

    header .rightDiv .languageDiv .downloadLan {
        left: 0;
        transform: translateX(0);
        top: initial;
        z-index: 1;
    }

    .login-page .side {
        display: none;
    }

    .login-page .article {
        width: 100%;
    }

    header .rightDiv .LoggedIn .flexsta {
        height: initial;
    }
}

.hidden-xs {
    display: block;
}

.visible-xs {
    display: none;
}

@media (max-width: 767px) {
    html, body {
        min-width: initial;
    }

    .wrap {
        min-width: initial;
    }

    .hidden-xs {
        display: none;
    }

    .visible-xs {
        display: block;
    }

    .floatRightDiv {
        display: none;
    }

    .index-banner .img,.index-banner .gridVideo {
        height: 55vw;
    }

    .indexTitle span {
        font-size: 22px;
    }

    .indexTitle small {
        font-size: 16px;
    }

    .indexDiv1 {
        padding: 30px 0 0;
    }

    .indexDiv1 .listDiv {
        margin-top: 0;
        max-width: 100%;
        overflow-x: auto;
        padding: 90px;
    }

    /* .periodic-container{width: 480px;height: 96px!important;}
    .periodic-content{width: 86px;height: 86px;margin: 5px; }
    .periodic-content a{width: 86px;height: 86px;}
    .periodic-content .elements{width: 86px;height: 86px;border: 6px solid #5a92c7!important;border-radius: 10px!important;-webkit-border-radius: 10px!important;-moz-border-radius: 10px!important; }
    .periodic-container h3{padding-top: 22px;font-size: 24px; }
    .product-families a{width: 86px!important;height: 86px!important;}
    .product-families div{width: 86px!important;height: 86px!important;}
    .periodic-content .anions:hover, .periodic-content .elements:hover{width: 90px;height: 90px;}
    .periodic-content .anions.active-parameter, .periodic-content .elements.active-parameter{width: 90px!important;height: 90px!important;}
    .periodic-container .active-parameter{border: 0 #000 solid!important;}
    .periodic-content .elements:hover h3{padding-top: 24px!important;}
    .active-parameter h3{padding-top: 22px!important;}
    .periodic-container sub, .periodic-container sup{font-size: 14px!important;}
    .product-families.is-visible a:nth-child(1){left:-96px!important;top:-96px!important}
    .product-families.is-visible a:nth-child(2){top:-96px!important}
    .product-families.is-visible a:nth-child(3){left:96px!important;top:-96px!important}
    .product-families.is-visible a:nth-child(4){left:-96px!important}
    .product-families.is-visible a:nth-child(5){left:96px!important}
    .product-families.is-visible a:nth-child(6){left:-96px!important;top:96px!important}
    .product-families.is-visible a:nth-child(7){top:96px!important}
    .product-families.is-visible a:nth-child(8){left:96px!important;top:96px!important} */
    .indexDiv2 .bdDiv {
        padding-bottom: 15px;
    }

    .indexDiv2 .row {
        margin: 30px -6px 0;
    }

    .indexDiv2 .row>div {
        padding: 0 6px;
        margin-bottom: 12px;
    }

    .indexDiv2 .row>div a {
        padding: 10px;
    }

    .indexDiv2 .row>div .line {
        width: 30px;
    }

    .indexDiv2 .moreBtn {
        margin-right: 30px;
    }

    .indexDiv3 .bdDiv .itemDiv {
        margin-top: 40px;
    }

    .indexDiv3 .bdDiv .itemDiv .imgDiv {
        width: 90%;
    }

    .indexDiv3 .bdDiv .itemDiv .imgDiv .pic {
        padding-top: 80%;
    }

    .indexDiv3 .bdDiv .itemDiv .textDiv {
        width: 80%;
    }

    .indexDiv3 .bdDiv .itemDiv .textDiv .textCon {
        /* position: relative;width: 90%;top: initial;transform: translateY(-80px);margin: 0 auto; */
    }

    .indexDiv3 .bdDiv .itemDiv .textDiv .textCon {
        min-height: initial;
        padding: 15px 15px 40px;
    }

    .indexDiv3 .bdDiv .itemDiv .textDiv .textCon .line {
        width: 20px;
        height: 3px;
    }

    .indexDiv3 .bdDiv .itemDiv .textDiv .textCon .title {
        font-size: 16px;
        margin: 10px 0;
    }

    .indexDiv3 .bdDiv .itemDiv .textDiv .textCon .p {
        font-size: 12px;
    }

    .indexDiv3 .bdDiv .itemDiv .textDiv .textCon a {
        width: 80px;
        line-height: 22px;
        font-size: 12px;
        border-radius: 8px;
        bottom: 15px;
        right: 20px;
    }

    .indexDiv4 {
        padding-bottom: 40px;
    }

    .indexDiv4 .bdDiv {
        padding: 20px 0 0;
    }

    .indexDiv4 .textDiv {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .indexDiv4 .row>div {
        margin-bottom: 30px;
    }

    .indexDiv4 .row>div .dataDiv {
        font-size: 50px;
    }

    .indexDiv4 .row>div .p {
        font-size: 14px;
        margin: 10px 0;
    }

    .footerDiv {
        padding: 30px 0;
    }

    .footerDiv .hdDiv {
        margin-bottom: 40px;
        display: block;
        padding-bottom: 0;
    }

    .footerDiv .hdDiv .listDiv {
        margin-bottom: 20px;
    }

    .footerDiv .hdDiv .listDiv .moreA {
        margin-top: 20px;
    }

    .footerDiv .bdDiv {
        display: block;
    }

    .footerDiv .bdDiv .banquan {
        margin: 10px 0;
    }

    .ny-banner {
        padding: 15px 0;
    }

    .ny-banner .imgDiv {
        height: 30vw;
    }

    .ny-banner .textDiv {
        margin-bottom: 20px;
    }

    .ny-banner span {
        font-size: 14px;
    }

    .ny-banner p {
        font-size: 12px;
        margin-top: 0px;
    }

    .crumbs {
        font-size: 14px;
    }

    .aboutDiv {
        padding: 48px 0 44.5px;
    }

    .aboutDiv .row {
        margin: 0 -10px;
    }

    .aboutDiv .row>div {
        padding: 0 10px;
    }

    .aboutDiv .row>div .textDiv span {
        font-size: 18px;
    }

    .contactDiv {
        padding: 27px 20px 0px;
        margin-bottom: 30px;
    }

    .contactDiv .lxTitle {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .contactDiv .row>div {
        margin-bottom: 30px;
    }

    .contactDiv .row>div .p {
        margin: 10px 0;
    }

    .aboutDiv1 {
        padding: 48px 0 44.5px;
    }

    .aboutDiv1 .bdDiv {
        padding: 25px 0 75px;
        font-size: 16px;
    }

    .aboutDiv1 .bdDiv img {
        margin-top: 30px;
    }

    .fixedBottomDiv {
        border-width: 3px;
    }

    .fixedBottomDiv .bdDiv {
        display: block;
        padding: 15px 0 10px;
    }

    .fixedBottomDiv .bdDiv .p {
        width: 100%;
        font-size: 14px;
        line-height: 1.6;
    }

    .fixedBottomDiv .bdDiv .agreeBtn {
        display: block;
        margin: 10px auto 0;
        font-size: 16px;
        line-height: 30px;
        width: 100px;
    }

    .modal-dialog {
        padding-left: 0;
        margin: 30px;
    }

    .yszcModal .modal-body {
        padding: 20px 15px 30px;
    }

    .yszcModal .modal-body .title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .yszcModal .modal-body p {
        font-size: 14px;
    }

    .yycjDiv1 {
        padding: 48px 0 45px;
    }

    .yycjDiv1 .bdDiv {
        padding: 20px 0 50px;
    }

    .yycjDiv1 .bdDiv .listDiv {
        margin-top: 30px;
    }

    .yycjDiv1 .bdDiv .listDiv .title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .yycjDiv1 .bdDiv .listDiv table {
        font-size: 14px;
    }

    .yycjDiv1 .bdDiv .listDiv table tr th:nth-child(1), .yycjDiv .bdDiv .listDiv table tr td:nth-child(1) {
        width: 40%;
    }

    .yycjDiv1 .aboutProduct {
        padding: 20px 0 5px;
    }

    .yycjDiv1 .aboutProduct .hd {
        font-size: 22px;
    }

    .yycjDiv1 .aboutProduct .row {
        margin: 0 -5px;
    }

    .yycjDiv1 .aboutProduct .row>div {
        padding: 0 5px;
        margin-bottom: 20px;
    }

    .yycjDiv1 .aboutProduct .row>div .textDiv span {
        font-size: 18px;
        margin: 10px 0 5px;
    }

    .yycjDiv1 .aboutProduct .row>div .textDiv p {
        font-size: 14px;
    }

    .commonLeft {
        width: 100%;
        float: initial;
    }

    .commonLeft .hd {
        height: 50px;
        font-size: 20px;
    }

    .commonLeft .bd a {
        padding: 10px 0;
        font-size: 16px;
    }

    .commonRight {
        width: 100%;
        float: initial;
        margin-top: 20px;
    }

    .nyTitle span {
        font-size: 22px;
    }

    .productDiv {
        padding: 44px 0 46px;
    }

    .dpybtjDiv {
        padding-bottom: 45px;
    }

    .dpybtjDiv .bdDiv .title {
        font-size: 18px;
    }

    .login-page {
        height: 550px;
    }

    .login-page .article-wrap {
        padding: 30px 15px 20px;
    }

    .loginPop .modal-close {
        top: 10px;
        right: 15px;
    }

    .login-page .article-wrap .titleDiv {
        font-size: 20px;
    }

    .login-page .article-wrap form .inputDiv {
        margin-top: 15px;
    }

    .login-page .article-wrap form button {
        margin-top: 20px;
        width: 130px;
    }

    .login-page .article-wrap .otherDiv {
        margin: 15px 0 20px;
    }

    .login-page .article-wrap .p2 span {
        font-size: 18px;
    }

    .login-page .article-wrap .p2 p {
        font-size: 16px;
    }

    .login-page .article-wrap .stepDiv .progressDiv {
        width: 100px;
    }

    .yszcDiv {
        padding: 35px 0;
    }

    .yszcDiv .title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .yszcDiv p {
        font-size: 16px;
    }

    .mt30 {
        margin-top: 15px;
    }

    .fwzcDiv {
        padding: 50px 0;
    }

    .fwzcDiv .hdDiv a {
        font-size: 16px;
    }

    .fwzcDiv .bdDiv .row {
        margin: 35px -35px 50px;
    }

    .fwzcDiv .bdDiv .row>div .conDiv .textDiv .txt {
        font-size: 20px;
    }

    .fwzcDiv .bdDiv .row>div .conDiv .textDiv p {
        font-size: 18px;
    }

    .fwzcDiv .bdDiv .row>div .conDiv .textDiv p {
        margin-top: 0;
    }

    .fwzcDiv .bdDiv .row>div .conDiv .textDiv {
        margin-left: 20px;
        width: calc(100% - 95px);
    }

    .fwzcDiv .bdDiv .row>div .conDiv a.moreBtn {
        font-size: 16px;
    }

    .fwzcDiv .bdDiv .row>div .conDiv .textDiv .txt .ewmListDiv {
        padding: 15px 25px;
        width: 158px;
    }

    .fwzcDiv .bdDiv .row>div .conDiv .textDiv .txt .ewmListDiv .ewmDiv {
        margin-bottom: 15px;
    }

    .fwzcDiv .bdDiv .row>div .conDiv .textDiv .txt .ewmListDiv .ewmDiv span {
        font-size: 16px;
    }

    .xzmlDiv {
        padding: 45px 0;
    }

    .xzmlDiv .hdDiv {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .xzmlDiv .bdDiv {
        padding: 20px 0 30px;
    }

    .xzmlDiv .bdDiv .leftDiv {
        width: 100%;
        padding-top: 0;
    }

    .xzmlDiv .bdDiv .leftDiv ul li {
        display: inline-block;
        margin-right: 15px;
    }

    .xzmlDiv .bdDiv .rightDiv {
        width: 100%;
        margin-top: 20px;
    }

    .xzmlDiv .bdDiv .rightDiv .row>div {
        margin-bottom: 20px;
    }

    .xzmlDiv .bdDiv .rightDiv .row>div .conDiv {
        padding: 20px;
    }

    .jszlDiv {
        padding: 48px 0;
    }

    .jszlDiv .bdDiv .row {
        margin: 0;
    }

    .jszlDiv .bdDiv .row>div {
        margin-top: 30px;
    }

    .ylbgDiv {
        padding: 45px 0;
    }

    .ylbgDiv .bdDiv .row {
        margin: 30px 0 0;
    }

    .ylbgDiv .bdDiv .row>div .conDiv {
        padding: 15px 25px;
        display: block;
    }

    .ylbgDiv .bdDiv .row>div .conDiv .textDiv {
        width: 100%;
        display: block;
    }

    .ylbgDiv .bdDiv .row>div .conDiv .textDiv .tlDiv {
        width: 100%;
        margin: 20px 0;
    }

    .ylbgDiv .bdDiv .row>div .conDiv .textDiv a {
        width: 180px;
        line-height: 40px;
        font-size: 18px;
    }

    .ylbgDiv .bdDiv .row>div .conDiv .textDiv span {
        font-size: 20px;
    }

    .ylbgDiv .bdDiv .row>div .conDiv .textDiv p {
        font-size: 16px;
    }

    .productDetailDiv .hdDiv {
        padding: 45px 0 30px;
    }

    .productDetailDiv .hdDiv .leftDiv {
        width: 100%;
    }

    .productDetailDiv .hdDiv .rightDiv {
        width: 100%;
        margin-top: 20px;
    }

    .productDetailDiv .hdDiv .leftDiv .itemDiv:nth-child(1) {
        margin-bottom: 40px;
    }

    .productDetailDiv .hdDiv .leftDiv .itemDiv span {
        font-size: 20px;
    }

    .productDetailDiv .hdDiv .leftDiv .itemDiv .p {
        font-size: 14px;
    }

    .productDetailDiv .bdDiv .leftDiv {
        width: 100%;
    }

    .productDetailDiv .bdDiv .rightDiv {
        width: 100%;
        margin-top: 20px;
    }

    .productDetailDiv .bdDiv .rightDiv .tabsDiv {
        margin-bottom: 20px;
    }

    .productDetailDiv .bdDiv .rightDiv .tabsDiv a {
        font-size: 16px;
        padding: 0 5px;
        line-height: 37px;
    }

    .productDetailDiv .bdDiv {
        padding-bottom: 30px;
    }

    .productDetailDiv .fdDiv .leftDiv {
        width: 100%;
        margin-top: 20px;
    }

    .productDetailDiv .fdDiv .leftDiv .titleDiv {
        font-size: 20px;
    }

    .productDetailDiv .fdDiv .leftDiv .videoDiv .intro {
        font-size: 14px;
        margin-top: 20px;
    }

    .productDetailDiv .fdDiv .leftDiv .lbDiv {
        margin-top: 30px;
    }

    .productDetailDiv .fdDiv .rightDiv {
        margin-top: 30px;
        width: 100%;
    }

    .productDetailDiv .fdDiv .rightDiv .ritemDiv.aboutProDiv .bd ul li .imgDiv {
        width: 100%;
        text-align: center;
    }

    .productDetailDiv .fdDiv {
        margin-bottom: 45px;
    }

    .productDiv1 {
        padding: 25px 0;
    }

    .productDiv1 .hdDiv {
        display: block;
    }

    .productDiv1 .hdDiv .p {
        width: 100%;
        margin-top: 20px;
    }

    .productDiv1 .bdDiv .row>div {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .productDiv1 .bdDiv .row>div .title {
        font-size: 14px;
    }

    .productDiv2 {
        padding: 30px 0;
    }

    .productDiv2 .conDiv .imgDiv {
        width: 30%;
        margin-bottom: 20px;
    }

    .productDiv2 .conDiv .textDiv {
        width: 100%;
    }

    .productDiv2 .conDiv:nth-of-type(even) .imgDiv {
        margin: 0 0 0 auto;
    }

    .productDiv2 .conDiv .textDiv .title {
        font-size: 20px;
    }

    .productDiv2 .conDiv .textDiv .rowDiv {
        display: block;
    }

    .productDiv2 .conDiv .textDiv .itemDiv {
        margin-top: 20px;
        width: 50%;
        float: left;
    }

    .productDetailDiv .bdDiv .rightDiv .tabsCon .row {
        margin: -30px -12px 0;
    }

    .productDetailDiv .bdDiv .rightDiv .tabsCon .row>div {
        padding: 0 12px;
    }

    @media (max-width: 320px) {
    }
}
