/*复选框*/
input[type=checkbox] {
    cursor: pointer;
    position: relative;
    width: 0.885vw;
    height: 0.885vw;
}

input[type=checkbox]::after {
    position: absolute;
    top: 0;
    color: #000;
    width: 0.885vw;
    height: 0.885vw;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
}

input[type=checkbox]:checked::after {
    content: "✓";
    color: #fff;
    font-size: 0.625vw;
    font-weight: bold;
    background-color: #2588F6;
    text-align: center;
    line-height: 0.885vw;
}

/*分页*/
.box {
    width: 100%;
    margin: 1.041vw auto 4.687vw;
    height: 34px;
}

/*公共*/
.red {
    color: #F6505B;
}

.grey {
    color: #B9B2B2;
}

.black {
    color: #333333;
}

img {
    transition: all 1500ms linear;
    width: 100%;
    height: 100%;
}

.wp {
    width: 83.333vw;
    display: block;
    margin: auto;
}

.flex {
    display: flex;
}

.flex-align-center {
    align-items: center;
}

.flex-justify-center {
    justify-content: center;
}

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

.flex-wrap {
    flex-wrap: wrap;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.flex-1 {
    flex: 1;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-center-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-center-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.flex-start-col {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.bold {
    font-weight: bold;
}

/*边距*/
.mt80 {
    margin-top: 4.167vw;
}

.mt60 {
    margin-top: 3.125vw;
}
.mt70 {
    margin-top: 3.646vw;
}
.mt50 {
    margin-top: 2.604vw;
}

.mt40 {
    margin-top: 2.083vw;
}

.mt30 {
    margin-top: 1.5625vw
}

.mt20 {
    margin-top: 1.042vw;
}

.mt10 {
    margin-top: 0.521vw;
}

.mb80 {
    margin-bottom: 4.167vw;
}

.mb50 {
    margin-bottom: 2.604vw;
}

.mb60 {
    margin-bottom: 3.125vw;
}

.mb30 {
    margin-bottom: 1.5625vw;
}
.mb20 {
    margin-bottom: 1.042vw;
}
.mb40 {
    margin-bottom: 2.083vw;
}

.pb80 {
    padding-bottom: 4.167vw;
}

/*字体*/

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}
.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}
.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}
.fs30 {
    font-size: 28px;
}
.fs32 {
    font-size: 32px;
}

.fs34 {
    font-size: 34px;
}

.fs36 {
    font-size: 36px;
}

.fs40 {
    font-size: 40px;
}

.fs42 {
    font-size: 42px;
}
.fs46 {
    font-size: 46px;
}
.fs48 {
    font-size: 48px;
}
.fs52 {
    font-size: 52px;
}
.fs54 {
    font-size: 54px;
}
.fs60 {
    font-size: 60px;
}
.commonTop {
    width: 100%;
    height: 44.9vw;
    position: relative;
}

.commonBox .commonBoxCen {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.commonBox .commonBoxCen .p1 {
    font-weight: 400;
    color: #FFFFFF;
    line-height: 70px;
}

.commonBox .commonBoxCen .p2 {
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFF;
    margin-top: 1.562vw;
}


/*头部*/
.header {
    background: transparent;
    height: 4.6875vw;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.header:hover{
    background: #fff;
    /*box-shadow: 0vw 0vw 1.042vw 0vw rgb(0 0 0 / 15%);*/
}
.logo {
    float: left;
    line-height: 4.6875vw;
}
.logo img {
    width: 10.521vw;
}
.header:hover .logo img{
    content: url(/sites/www/images/img/krlogo.png);
}
.header:hover .header_search img{
    content: url(/sites/www/images/img/search.png);
}
.header:hover .nav li .v1 {
    color: #333;
}
.logo p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    position: relative;
    margin-top: -2px;
}

.logo p span {
    font-size: 7px;
    font-weight: bold;
    color: #FFFFFF;
    transform: scale(0.7);
    position: absolute;
    left: -14px;
    top: 0.9vw;
}

.nav {
    float: right;
}

.nav li {
    float: left;
    position: relative;
    text-align: center;
}
.nav li .v1 {
    display: block;
    color: #fff;
    padding: 0 1.5625vw;
    line-height: 4.6875vw;
}
.nav li .v1 span{
    display: block;
    height: 4.4875vw;
    border-bottom: 3px solid transparent;
}
.nav li:hover .v1 span{
    border-color: #0A458C;
    color: #0A458C;
}
.nav li:hover .v1 {
    color: #0A458C;
}
.nav li.on .v1{
    border: none;
}
.nav li .sub {
    position: absolute;
    top: 4.6875vw;
    left: 0;
    right: 0;
    display: none;
    background: #fff;
    padding: 0.26vw 0;
}

.nav li .sub a {
    display: block;
    text-align: center;
    color: #898989;
    /*padding: 10px 0;*/
    line-height: 2.083vw;
    background-color: #fff;
}

.nav li .sub a:hover {
    color: #0A458C;
}

.nav li.m {
    position: static;
}

.nav li.m .sub {
    z-index: 1;
    width: 100%;
    border-top: 1px solid #ccc;
    top: 99px;
    background: #e2e7eb;
}

.nav li.m .sub.sign {
    height: auto !important;
}

.nav li.m .sub a {
    text-align: left;
    padding: 10px 5px;
    background: #e2e7eb;
}

.nav li.m .sub a:hover {
    background: #4b9e44;
    color: #fff;
}

.nav li.m2 .sub {
    z-index: 1;
    width: 100%;
}

.nav .sub dl {
    display: block;
    padding: 20px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.nav .sub dl.len1 {
    width: 60%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    position: relative;
}

.nav .sub dl.len1 dd a.down2 {
    position: absolute;
    top: 4.739vw;
}

.nav .sub dl.len2 {
    width: 40%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.nav .sub dl.len1 dd a.fl {
    width: 20%;
}

.nav .sub dl.len1 dd div.fl {
    width: 80%;
}

.nav .sub dl.len1 dd div.fl a {
    width: 25%;
    float: left;
}

.nav .sub dl.len2 dd a.fl {
    width: 30%;
}

.nav .sub dl.len2 dd div.fl {
    width: 30%;
    margin-top: -35px;
}

.nav .sub dl .close1 {
    display: none;
}

.nav .sub dl .close2 {
    display: none;
}

.nav .sub dl .close1.open {
    display: block;
}

.nav .sub dl .close2.open {
    display: block;
}

.nav .sub dl.len1 dd .hr,
.nav .sub dl.len2 dd .hr {
    padding-right: 35px;
    border-bottom: 1px solid #ccc;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.nav .sub dl dt {
    height: 45px;
    line-height: 45px;
}

.nav .sub dl dd {
    padding-right: 35px;
}

.nav .sub dl dt a {
    width: 100%;
    display: inline-block;

}

.nav .sub dl dd a {
    color: #666;
}

.menuBtn {
    display: none;
    position: absolute;
    right: 4vw;
    width: 6.66vw;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.menuBtn b {
    display: block;
    height: 4px;
    background-color: #666666;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.menuBtn b:nth-child(1) {
    margin-top: 0;
}

.menuBtn b:nth-child(3) {
    margin-bottom: 0;
}

.menuBtn.open b {
    display: none;
    margin: -5px 0 0;
    position: absolute;
    left: 0;
    top: 62%;
    width: 4vw;
}

.menuBtn.open b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.menuBtn.open b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.header_search{
    width: 1.354vw;
}

.headerLogin {
    width: auto;
    height: 3.125vw;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.headerLogin img {
    width: 1.041vw;
    height: 1.197vw;
}

.headerLogin .listMyself {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    background: rgba(37, 136, 246, 0.4);
}

.headerLogin:hover .listMyself {
    display: block;
}

.headerLogin .listMyself a {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
}

.headerLogin .listMyself a:hover {
    background: #4b9e44;
    color: #fff;
}

.headerLogin p {
    font-weight: 400;
    color: #000;
}
.headerLogin .p2{
    width: 3.646vw;
    height: 1.354vw;
    border: 1px solid #fff;
    border-radius: 2.604vw;
    text-align: center;
    line-height: 1.354vw;
}
/*底部*/
.footer {
    width: 100%;
    height: 9.6875vw;
    margin-top: 3.208vw;
    background: #212121;
}
.footer .footerCen {
    padding-top: 3.125vw;
    position: relative;
}
.footer .footerCen .footerCenT{
    display: flex;
    align-items: center;
}
.footer .footerCen .footerCenT li{
    display: flex;
    align-items: center;
    width: auto;
    margin-right: 2.604vw;
    color: #A6A6A6;
}
.footer .footerCen .footerCenT li p{
    margin-left: 0.625vw;
}
.footer .footerCen .footerCenT li:last-child{
    margin-right: 0;
}
.footer .footerCen .footerCenC {
    width: 100%;
    display: flex;
    position: relative;
    margin-top: 1.042vw;
}
.footer .footerCen .footerCenC li {
    height: auto;
    width: auto;
    padding-left: 0.625vw;
    padding-right: 0.625vw;
    border-right: 1px solid #A6A6A6;
    border-left: 1px solid #A6A6A6;
}
.footer .footerCen .footerCenC li:first-child{
    border-left: 0;
    padding-left: 0;
}
.footer .footerCen .footerCenC li:last-child{
    border-right: 0;
    padding-right: 0;
}
.footer .footerCen .footerCenC li .p1 {
    font-weight: 400;
    color: #A6A6A6;
}
.footer .footerCen .footerCenC li:hover .p1{
    color: #fff;
}
.footer .footerCen .footerCenB {
    width: 100%;
    font-weight: 400;
    margin-top: 0.625vw;
}
.footer .footerCen .footerCenB a{
    display: block;
    color: #fff;
}
.footer .footerCen .footerCenB a img{
    width: 1.042vw;
    height: 1.042vw;
}
.footer .footerCen .footerCenRight{
    position: absolute;
    width: 5.365vw;
    right: 0;
    top: 2.448vw;
}
.footer .footerCen .footerCenRight .logob{
    width: 5.365vw;
}
.footer .footerCen .footerCenRight .footerCenRightB{
    margin-top: 1.5625vw;
    display: flex;
    justify-content: space-around;
}
.footer .footerCen .footerCenRight .footerCenRightB img{
    width: 1.796vw;
}
/*首页*/
.sy-section-title {
    text-align: center;
    font-weight: 400;
    color: #000;
}
.title-xian{
    display: block;
    width: 6.823vw;
    height: 0.3125vw;
    background: #0A458C;
    margin-top: 1.042vw;
}
.sy-section-littleT{
    width: 55.46875vw;
    font-weight: 400;
    color: #000;
    margin: 1.5625vw auto 0;
    line-height: 24px;
    text-align: center;
}
.sy-section-line {
    width: 1.875vw;
    background-color: #2588F6;
    height: 0.3125vw;
    margin: 1.042vw auto auto;
}

.sy-banner {
    width: 100%;
    height: 100vh;
    position: relative;
    cursor: default;
}
.sy-banner img{
    width: 100%;
    height: 100% ;
}
.sy-banner .bannerP{
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    text-align: left;
    line-height: 65px;
    top: 30%;
    left: 10.9375vw;
}
.sy-banner .bannerP p span{
    margin-right: 2.76vw;
}
.sy-banner .bannerP p span:last-child{
    margin-right: 0;
}
.sy-section2{
    background: #fff;
    position: relative;
    cursor: default;
    visibility: inherit!important;
}
.sy-section2-item1{
    width: 52.083vw;
    height: 100vh;
    position: relative;
    background: linear-gradient(to right, transparent 0%, transparent 100%);
    content: '';
    transform-origin: left bottom;
}
.sy-section2-item1 img{
    width: 52.083vw;
    height: 100vh;
    position: relative;
    background: linear-gradient(to right, transparent 0%, transparent 100%);
    content: '';
    transform-origin: left bottom;
}
.sy-section2-item1 .item-c{
    width: 52.083vw;
    height: 100vh;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    color: #fff;
    padding-left: 8.333vw;
    padding-top: 33%;
    background: rgba(10,69,140,0.6);
    /*justify-content: center;*/
}
.sy-section2-item1 .item-c .s1{
    margin-bottom: 1.875vw;
}
.sy-section2-item1 .item-c .s2{
    margin-bottom: 1.042vw;
    display: flex;
    align-items: center;
}
.sy-section2-item1 .item-c .s2 span{
    width: 0.15625vw;
    height: 0.833vw;
    background: #fff;
    display: block;
    margin-right: 0.26vw;
}
.sy-section2-item2{
    width: 52.083vw;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to left, transparent 0%, transparent 100%);
    content: '';
    transform-origin: right top;
    overflow: hidden;
}
.sy-section2-item2 img{
    width: 52.083vw;
    height: 100vh;
    position: relative;
    background: linear-gradient(to left, transparent 0%, transparent 100%);
    content: '';
    transform-origin: right top;
}
.sy-section2-item2 .item-c{
    width: 52.083vw;
    height: 100vh;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    color: #fff;
    padding-left: 14.583vw;
    padding-top: 33%;
    background: linear-gradient(to left, transparent 0%, transparent 100%);
    /*justify-content: center;*/
}
.sy-section2-item2 .item-c .s1{
    margin-bottom: 1.875vw;
}
.sy-section2-item2 .item-c .s2{
    margin-bottom: 1.042vw;
    display: flex;
    align-items: center;
}
.sy-section2-item2 .item-c .s2 span{
    width: 0.15625vw;
    height: 0.833vw;
    background: #fff;
    display: block;
    margin-right: 0.26vw;
}
.sy-section3 {
    width: 100%;
    height: 100vh;
    background: #fff;
    background-size: 100% 100%;
    cursor: default;
}
.sy-section3 .item {
    width: 30.542vw;
    height: 16.021vw;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.sy-section3 .item:nth-child(1),
.sy-section3 .item:nth-child(2){
    margin-bottom: 0.521vw;
}
.sy-section3 .item:nth-child(1),
.sy-section3 .item:nth-child(3){
    margin-right: 1.042vw;
}

.sy-section3 .item p{
    position: absolute;
    width: calc(100% - 2.396vw);
    height: 3.542vw;
    line-height: 3.542vw;
    font-weight: 400;
    color: #fff;
    bottom: 0;
    padding-left: 2.396vw;
    background: rgba(0,0,0,0.4);
}
.sy-section3 .item:hover img{
    transform: scale(1.2);
    transition-duration: 1s;;
}
.sy-section3 .item a {
    position: relative;
}
.sy-section4{
    background: #f5f5f5;
    height: 100vh;
    overflow: hidden;
    cursor: default;
}
.sy-section4 .newl{
    margin-top: 3.125vw;
}
.sy-section4 .newl li{
    width: 24.323vw;
    height: 31.40625vw;
    background: #FFFFFF;
    border-radius: 0.521vw 0.521vw 0vw 0vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    margin-right: 2.552vw;
    cursor: pointer;
}
.sy-section4 .newl li:last-child{
    margin-right: 0;
}
.sy-section4 .newl li .img{
    width: 25.223vw;
    height: 16.09375vw;
    overflow: hidden;
}
.sy-section4 .newl li .img img{
    width: 100%;
    height: 100%;
}
.sy-section4 .newl li:hover .img img{
    transform: scale(1.2);
    transition-duration: 1s;
}
.sy-section4 .newl li:hover p.p2{
     border-color: #8EC31D;
}
.sy-section4 .newl li .p1{
    width: 22.8125vw;
    border-color: #A6A6A6;
    color: #333;
    margin-top: 2.292vw;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.sy-section4 .newl li:hover .p1{
    color: #0A458C;
    border-color: #8EC31D;
}
.sy-section4 .newl li .p2{
    width: 22.8125vw;
    color: #858585;
    padding-top: 1.042vw;
    margin-top: 1.042vw;
    border-top: 1px solid;
    line-height: 1.458vw;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.sy-section4 .newl li {
    position: relative;
}
.sy-section4 .newl li .p3{
    position: absolute;
    bottom: 1.7vw;
    width: 22.8125vw;
    color: #858585;
    margin-top: 1.458vw;
    font-weight: 400;
}
.sy-section4 .newmore{
    display: flex;
    color: #858585;
    align-items: center;
    cursor: pointer;
}
.sy-section4 .newmore span{
    display: block;
    width: 1.771vw;
    height: 1.771vw;
    line-height: 1.771vw;
    text-align: center;
    margin-left: 0.573vw;
    border-radius: 50%;
    background: #E5E5E5;
}
.sy-section4 .newmore:hover{
    color: #0A458C;
}
.sy-section4 .newmore:hover span{
    background: #0A458C;
    color: #fff;
}
/*产品及服务*/
.cpjfwTop{
    width: 100%;
    height: 20.833vw;
    margin-top: 3.125vw;
    display: flex;
    align-items: center;
    background: url(/sites/www/images/img/znhdtgz1.png) no-repeat;
    background-size: 100% 100%;
}
.cpjfwTop .p1{
    font-weight: 400;
    line-height: 3.177vw;
    color: #FFFFFF;
    text-align: center;
}
.cpjfwBox1 {
    width: 100%;
    height: 4.0625vw;
    border-bottom: 1px solid #D3E0EF;
}

.cpjfwBox1 ul {
    width: auto;
}

.cpjfwBox1 ul li {
    width: auto;
    height: 4.0625vw;
    font-weight: 400;
    line-height: 4.0625vw;
    color: #333333;
    cursor: pointer;
    margin-right: 5.625vw;
}
.cpjfwBox1 ul .checkType {
    border-bottom: 0.15625vw solid #4AB49D;
    color: #4AB49D;
}

.cpjfwBox1 ul li:nth-child(4) {
    margin-right: 0;
}
.cpjfwBox2{
    position: relative;
    height: auto;
    padding: 2.083vw 0 4.167vw;
    background: #fff;
}
.cpjfwBox2 ul{
    width: 68.75vw;
    margin: 3.125vw auto 0;
    justify-content: space-between;
}
.cpjfwBox2 ul li{
    width: 15.573vw;
    height: 23.646vw;
    position: relative;
}
.cpjfwBox2 ul li:nth-child(1),
.cpjfwBox2 ul li:nth-child(3){
    margin-top: 4.167vw;
}
.cpjfwBox2 ul li img{
    width: 100%;
    height: 100%;
}
.cpjfwBox2 ul li p{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4.479vw;
    line-height: 4.479vw;
    width: 100%;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.32);
    white-space: nowrap;
}
.cpjfwBox3{
    position: relative;
    height: auto;
    padding: 4.167vw 0;
    background: #F5F6F7;
}
.cpjfwBox3 .cpjfwBox3Cen{
    width: 68.75vw;
    margin: 3.125vw auto 0;
}
.cpjfwBox3 .cpjfwBox3Cen .cpjfwBox3CenLi{
    width: 34.375vw;
    height: 19.635vw;
    padding: 2.5vw 2.96875vw;
    background: #fff;
    overflow: hidden;
}
.cpjfwBox3 .cpjfwBox3Cen .cpjfwBox3CenLi img{
    width: 100%;
    height: 100%;
}
.cpjfwBox3 .cpjfwBox3Cen .cpjfwBox3CenLi:hover img {
    transform: scale(1.2);
    transition-duration: 1s;
}
.cpjfwBox3 .cpjfwBox3Cen .cpjfwBox3CenLi .p1{
    font-weight: bold;
    color: #000000;
}
.cpjfwBox3 .cpjfwBox3Cen .cpjfwBox3CenLi .p2{
    font-weight: 400;
    line-height: 1.667vw;
    color: #676767;
    margin-top: 1.042vw;
}
.tzjhzBox2 {
    width: 68.75vw;
    display: block;
    margin: 2.083vw auto 2.604vw;
}
.tzjhzBox2 .pt{
    width: 54.0625vw;
    font-weight: 400;
    line-height: 1.5625vw;
    color: #676767;
    margin: 1.5625vw auto 0;
}
.tzjhzBox2 ul {
    width: 100%;
    height: auto;
    margin-top: 4.167vw;
}

.tzjhzBox2 ul li {
    width: 21.667vw;
    height: 17.552vw;
    background: #fff;
    margin-bottom: 1.5625vw;
    margin-right: 1.458vw;
    cursor: pointer;
    justify-content: space-between;
}
.tzjhzBox2 ul li:nth-child(3n){
    margin-right: 0;
}
.tzjhzBox2 ul li .img {
    width: 100%;
    height: 13.021vw;
    overflow: hidden;
}

.tzjhzBox2 ul li .img img {
    width: 100%;
    height: 100%;
}

.tzjhzBox2 ul li .newDetail {
    width: 100%;
    padding: 1.042vw 1.5625vw 0;
    position: relative;
    height: 4.53125vw;
    background: #F5F6F7;
}

.tzjhzBox2 ul li .newDetail .p1 {
    width: 100%;
    font-weight: 400;
    text-align: left;
    line-height: 1.354vw;
    color: #000000;
}

/*.tzjhzBox2 ul li:hover {*/
/*    box-shadow: 0 0 0.729vw rgba(0, 17, 132, 0.1);*/
/*}*/

.tzjhzBox2 ul li:hover .img img {
    transform: scale(1.2);
    transition-duration: 1s;
}

.tzjhzBox2 ul li:hover .newDetail .p1 {
    color: #4AB49D;
}
.lszjBox2 {
    width: 100%;
    display: block;
    margin: 2.083vw auto 0;
}
.lszjBox2 .lszjBox2Cen{
    width: 100%;
    margin: auto;
}
.lszjBox2 .lszjBox2Cen .lszjBox2CenLi{
    width: 68.75vw;
    margin: auto;
    padding: 4.167vw 0;
    justify-content: space-between;
}
.lszjBox2 .lszjBox2Cen .lszjBox2CenLi .listls1{
    width: 35vw;
}
.lszjBox2 .lszjBox2Cen .lszjBox2CenLi .listls1 .p1{
    font-weight: bold;
    color: #000000;
}
.lszjBox2 .lszjBox2Cen .lszjBox2CenLi .listls1 .p2{
    font-weight: 400;
    line-height: 1.667vw;
    color: #676767;
    margin-top: 1.5625vw;
}
.lszjBox2 .lszjBox2Cen .lszjBox2CenLi .img{
    width: 27.708vw;
    height: 15.833vw;
    overflow: hidden;
}
.lszjBox2 .lszjBox2Cen .lszjBox2CenLi .img img{
    width: 100%;
    height: 100%;
}
.lszjBox2 .lszjBox2Cen .lszjBox2CenLi:hover .img img {
    transform: scale(1.2);
    transition-duration: 1s;
}
.khalBox2 {
    width: 68.75vw;
    display: block;
    margin: 2.083vw auto 2.604vw;
}
.khalBox2 ul {
    width: 100%;
    height: auto;
    margin-top: 4.167vw;
}

.khalBox2 ul li {
    width: 21.5625vw;
    /*height: 26.042vw;*/
    height: auto;
    background: #F5F6F7;
    margin-bottom: 1.5625vw;
    margin-right: 1.458vw;
    cursor: pointer;
    justify-content: space-between;
}
.khalBox2 ul li:nth-child(3n){
    margin-right: 0;
}
.khalBox2 ul li .img {
    width: 100%;
    height: 9.635vw;
    overflow: hidden;
}

.khalBox2 ul li .img img {
    width: 100%;
    height: 100%;
}

.khalBox2 ul li .newDetail {
    width: 100%;
    padding: 1.5625vw 1.51vw;
    position: relative;
    height: auto;
}

.khalBox2 ul li .newDetail .p1 {
    width: 100%;
    font-weight: 400;
    line-height: 1.5625vw;
    color: #444444;
    text-align: center;
}
.khalBox2 ul li .newDetail .p2{
    width: 100%;
    font-weight: 400;
    line-height: 1.354vw;
    color: #A5A2A2;
    text-align: left;
    margin-top: 1.042vw;
}
/*.khalBox2 ul li:hover {*/
/*    box-shadow: 0 0 0.729vw rgba(0, 17, 132, 0.1);*/
/*}*/

.khalBox2 ul li:hover .img img {
    transform: scale(1.2);
    transition-duration: 1s;
}

.khalBox2 ul li:hover .newDetail .p1 {
    color: #4AB49D;
}
/*公司简介*/
.gsjjTop{
    width: 100%;
    height: 41.5625vw;
    margin-top: 6.771vw;
    display: flex;
    align-items: center;
    background: url(/sites/www/images/lxgsjj1.png) no-repeat;
    background-size: 100% 100%;
}
.gsjjBox1{
    margin: 4.167vw 0 0;
}
.gsjjBox1 .gsjjBox1Cen{
    position: relative;
    height: 34.792vw;
}
.gsjjBox1 .gsjjBox1Cen .gsjjBox1CenTop{
    width: 100%;
    height: 20.417vw;
    z-index: 1;
}
.gsjjBox1 .gsjjBox1Cen .gsjjBox1CenBot{
    position: absolute;
    top: 10.208vw;
    left: calc(50% - 37.5vw);
    z-index: 99;
}
.gsjjBox1 .gsjjBox1Cen .gsjjBox1CenBot .gsjjBox1CenBotL{
    width: 21.354vw;
    height: 20.417vw;
    background: #3187BE;
    padding: 0 1.5625vw;
}
.gsjjBox1 .gsjjBox1Cen .gsjjBox1CenBot .gsjjBox1CenBotL p{
    color: #fff;
    font-weight: 400;
    line-height: 25px;
}
.gsjjBox1 .gsjjBox1Cen .gsjjBox1CenBot .gsjjBox1CenBotL img{
    margin-top: 3.4375vw;
    width: 2.1875vw;
    height: 2.1875vw;
}
.gsjjBox1 .gsjjBox1Cen .gsjjBox1CenBot .gsjjBox1CenBotR{
    width: calc(100% - 21.354vw);
    padding-top: 1.09375vw;
    display: flex;
    flex-direction: column;
    position: relative;
}
.gsjjBox1 .gsjjBox1Cen .gsjjBox1CenBot .gsjjBox1CenBotR .rt{
    margin-top: 0.9375vw;
}
.gsjjBox1 .gsjjBox1Cen .gsjjBox1CenBot .gsjjBox1CenBotR .rt li{
    color: #fff;
    font-weight: 400;
    margin-left: 5.104vw;
}
.gsjjBox1 .gsjjBox1Cen .gsjjBox1CenBot .gsjjBox1CenBotR p{
    font-weight: 400;
    color: #676767;
    width: 50.521vw;
    display: block;
    position: absolute;
    bottom: 3.385vw;
    right: 0;
    line-height: 25px;
}
.gsjjBox2{
    width: 100%;
    height: 35.417vw;
    background: url(/sites/www/images/lxgsjj8.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 4.167vw;
}
.gsjjBox2 .gsjjBox2Cen{
    margin-top: 3.646vw;
}
.gsjjBox2 .gsjjBox2Cen img{
    width: 32.5vw;
    height: 20.26vw;
    margin-right: 4.167vw;
}
.gsjjBox2 .gsjjBox2Cen ul li{
    margin-bottom: 1.667vw;
    font-weight: 400;
    color: #676767;
}
.gsjjBox2 .gsjjBox2Cen ul li:last-child{
    margin-bottom: 0;
}
.gsjjBox2 .gsjjBox2Cen ul li span{
    width: 0.417vw;
    height: 0.417vw;
    background: #3187BE;
    display: block;
    margin-right: 1.042vw;
}
.gsjjBox3{
    margin-bottom: 5.208vw;
}
.gsjjBox3 ul li img{
    width: 23.646vw;
    height: 15.677vw;
}
.gsjjBox3 ul li p{
    font-weight: 400;
    color: #676767;
    margin-top: 1.5625vw;
}
/*团队成员*/
.tdcyTop{
    width: 100%;
    height: 30.573vw;
    margin-top: 6.771vw;
    display: flex;
    align-items: center;
    background: url(/sites/www/images/lxtdcy1.png) no-repeat;
    background-size: 100% 100%;
}
.tdcyTop .tdcyTopCen{
    width: 21.875vw;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 52.08vw;
}
.tdcyBox1 .tdcyBox1Top p{
    font-weight: bold;
    color: #3D3D3D;
}
.tdcyBox1 .tdcyBox1Top p span{
    color: #4AB49D
}
.tdcyBox1 .tdcyBox1Cen{
    margin-top: 2.396vw;
}
.tdcyBox1 .tdcyBox1Cen li{
    margin-right: 3.854vw;
    font-weight: 400;
    color: #919191;
    padding-bottom: 0.46875vw;
    cursor: pointer;
}
.tdcyBox1 .tdcyBox1Cen li:last-child{
    margin-right: 0;
}
.tdcyBox1 .tdcyBox1Cen .check{
    color: #3D3D3D;
    border-bottom: 3px solid #3D3D3D;
}
.tdcyBox1 .tdcyBox1Bot{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 62.5vw;
    margin: auto;
}
.tdcyBox1 .tdcyBox1Bot li{
    margin-right: 9.375vw;
}
.tdcyBox1 .tdcyBox1Bot li:nth-child(3n){
    margin-right: 0;
}
.tdcyBox1 .tdcyBox1Bot li .img{
    width: 11.458vw;
    height: 11.458vw;
    border-radius: 50%;
    overflow: hidden;
}
.tdcyBox1 .tdcyBox1Bot li .img img{
    width: 100%;
    height: 100%;
}
.tdcyBox1 .tdcyBox1Bot li:hover .img img {
    transform: scale(1.2);
    transition-duration: 0.8s;
}
.tdcyBox1 .tdcyBox1Bot li .p1{
    font-weight: bold;
    color: #3D3D3D;
    margin-top: 1.042vw;
    text-align: center;
    line-height: 30px;
}
.tdcyBox1 .tdcyBox1Bot li .p2{
    margin-top: 0.833vw;
    font-weight: 400;
    color: #4AB49D;
}
.tdcyBox1 .tdcyBox1Bot li .p2 span{
    width: 0.677vw;
    height: 0.677vw;
    border-radius: 50%;
    display: block;
    background: #4AB49D;
    margin-right: 0.26vw;
}
.tdcyBox1 .tdcyBox1Bot li .p3{
    margin-top: 0.729vw;
    font-weight: 400;
    color: #3D3D3D;
    padding-bottom: 0.365vw;
    border-bottom: 1px solid #3D3D3D;
}
.tdcyBox2{
    width: 100%;
    padding: 4.167vw 0;
    background: #F5F6F7;
}
.tdcyBox2 .tdcyBox2Top p{
    font-weight: bold;
    color: #3D3D3D;
}
.tdcyBox2 .tdcyBox2Top p span{
    color: #4AB49D
}
.tdcyBox2 .tdcyBox2Cen{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tdcyBox2 .tdcyBox2Cen li{
    width: 35.9375vw;
    height: 9.271vw;
    padding: 0 2.604vw;
    background: #fff;
}
.tdcyBox2 .tdcyBox2Cen li .p1{
    font-weight: 400;
    color: #000;
    margin-top: 1.875vw;
}
.tdcyBox2 .tdcyBox2Cen li .p2{
    font-weight: 400;
    color: #000;
    margin-top: 0.833vw;
}
.tdcyBox2 .tdcyBox2Cen li .p2 span:nth-child(1){
    margin-right: 4.167vw;
}
.tdcyBox2 .tdcyBox2Cen li .p3{
    width: 5.573vw;
    height: 1.667vw;
    font-weight: 400;
    color: #4AB49D;
    margin-top: 0.9375vw;
    background: #F5F6F7;
    justify-content: center;
}
.tdcyBox2 .tdcyBox2Cen li .p3 img{
    width: 0.46875vw;
    height: 0.46875vw;
    margin-left: 0.3125vw;
}
.tdcyBox2 .tdcyBox2Cen li:hover .p1{
    color: #4AB49D;
}
.tdcyBox2 .tdcyBox2Cen li:hover .p3{
    color: #fff;
    background: #4AB49D;
}
.tdcyBox2 .tdcyBox2Cen li:hover .p3 img{
    content: url(/sites/www/images/lxtdcyAdd2.png);
}
/*联系我们*/
.joinTop{
    width: 100%;
    height: 33.958vw;
    display: flex;
    align-items: center;
    background: url(/sites/www/images/img/join2.png) no-repeat;
    background-size: 100% 100%;
}
.joinBox1{
    width: 100%;
    height: 38.802vw;
    background: url(/sites/www/images/img/krjoin1.png) no-repeat;
    background-size: 100% 100%;
    padding: 3.802vw 10.9375vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.joinBox1 .joinBox1Left{
    width: 33.854vw;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.joinBox1 .joinBox1Left .p1{
    font-weight: 400;
    color: #333333;
}
.joinBox1 .joinBox1Left span{
    display: block;
    width: 1.146vw;
    height: 0.208vw;
    background: #0A458C;
    margin-top: 1.042vw;
}
.joinBox1 .joinBox1Left .p2{
    font-weight: 400;
    color: #858585;
    margin-top: 1.042vw;
    line-height: 34px;
}
.joinBox1 .joinBox1Left .p3{
    font-weight: 400;
    color: #858585;
    margin-top: 1.458vw;
    display: flex;
    align-items: center;
}
.joinBox1 .joinBox1Left .p3 img{
    width: 0.885vw;
    margin-right: 1.042vw;
}
.joinBox1 .joinBox1Right{
    width: 37.083vw;
    height: 31.146vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.joinBox2{
    width: 100%;
    margin: 4.167vw auto;
}
.joinBox2 ul{
    border-bottom: 1px solid #D6D6D6;;
    display: flex;
}
.joinBox2 ul li{
    padding-right: 7.292vw;
    position: relative;
    cursor: pointer;
}
.joinBox2 ul li:first-child{
    margin-left: 10.417vw;
}
.joinBox2 ul li p{
    font-weight: 400;
    color: #333333;
    padding-bottom: 0.677vw;
    position: relative;
    bottom: -0.104vw;
}
.joinBox2 ul li .check{
    color: #0A458C;
    border-bottom: 3px solid #0A458C;
}
.joinBox6{
    width: 78.125vw;
    margin: auto;
}
.joinBox6 .p1{
    font-weight: 400;
    color: #333333;
    margin-top: 2.865vw;
}
.joinBox6 .p2{
    font-weight: 400;
    color: #858585;
    margin-top: 1.042vw;
}
/*市场活动*/
.schdTop{
    width: 100%;
    height: 38.646vw;
    margin-top: 0;
    display: flex;
    align-items: center;
    background: url(/sites/www/images/img/schd1.png) no-repeat;
    background-size: 100% 100%;
}
.schdTop .p1{
    font-weight: 300;
    line-height: 3.177vw;
    color: #FFFFFF;
    text-align: left;
}
.schdBox1 ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.schdBox1 ul li{
    width: 22.448vw;
    height: 27.65625vw;
    margin-right: 1.5625vw;
    margin-bottom: 1.5625vw;
    border: 1px solid #E5E5E5;
    background: #fff;
    padding: 0 2.5vw;
}
.schdBox1 ul li:hover{
    box-shadow: 0px 0px 16px 1px rgba(49,110,185,0.3020);
    border-bottom: 3px solid #8EC31D;
    border-top: none;
    border-right: none;
    border-left: none;
}
.schdBox1 ul li:nth-child(3n){
    margin-right: 0;
}
.schdBox1 ul li .p1{
    font-weight: 400;
    color: #333;
    margin-top: 3.125vw;
}
.schdBox1 ul li .p1 span{
    color: #A6A6A6;
}
.schdBox1 ul li .p2{
    font-weight: 400;
    color: #333;
    margin: 2.552vw 0 2.292vw 0;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.schdBox1 ul li .img{
    width: 17.396vw;
    height: 11.615vw;
    overflow: hidden;
}
.schdBox1 ul li .img img{
    width: 100%;
    height: 100%;
}
.schdBox1 ul li:hover .img img {
    transform: scale(1.2);
    transition-duration: 0.8s;
}
.schdBox2{
    padding: 4.167vw;
    background: #F5F6F7;
    margin-top: 4.6875vw;
    margin-bottom: 3.542vw;
}
.schdBox2 .p1{
    font-weight: 400;
    color: #000000;
}
.schdBox2 .p2{
    font-weight: 400;
    color: #676767;
    line-height: 1.823vw;
}
/*服务内容*/
.fwnrTop{
    width: 100%;
    height: 33.958vw;
    display: flex;
    align-items: center;
    background: url(/sites/www/images/img/krcpzx1.png) no-repeat;
    background-size: 100% 100%;
}
.fwnrTop .p1{
    font-weight: 300;
    line-height: 3.177vw;
    color: #FFFFFF;
    text-align: left;
}
.fwnrBox1 {
    height: 5.5vw;
    background: #FFFFFF;
    box-shadow: 0vw 0vw 1.25vw 1px rgba(0,0,0,0.1608);
    position: absolute;
    top: 31.771vw;
    left: calc(50% - 41.667vw);
    padding: 2vw 2.604vw;
    display: flex;
    align-items: center;
}
.fwnrBox1 p{
    font-weight: bold;
    white-space: nowrap;
    color: #333333;
    margin-right: 3.125vw;
}
.fwnrBox1 ul {
    width: 100%;
}
.fwnrBox1 ul li {
    width: auto;
    float: left;
    white-space: nowrap;
    margin-right: 3.602vw;
    height: auto;
    /*padding-bottom: 0.15625vw;*/
    padding: 0.5vw 0;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    /*margin-top: 0.208vw;*/
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;

}
.fwnrBox1 ul .checkType {
    border-bottom: 1px solid #8EC31D;
    color: #0A458C;
}
.fwnrBox1 ul li:last-child {
    margin-right: 0;
}
.fwnrBox2{
    height: auto;
    position: relative;
    margin-top: 5.729vw;
}
.fwnrBox2 .fwnrBox2Left {
    width: 32.552vw;
    height: 39.167vw;
    position: relative;
    display: flex;
    justify-content: center;
    background: #F4F4F4;
}
.fwnrBox2 .fwnrBox2Left img{
    width: 100%;
    height: 28.802vw;
}
.fwnrBox2 .fwnrBox2Left p{
    font-weight: 400;
    color: #3D3D3D;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 3.125vw;
}
.fwnrBox2 .fwnrBox2Left p span:last-child{
    display: block;
    padding: 0.365vw 1.302vw;
    border: 1px solid #A6A6A6;
    margin-top: 1.25vw;
    text-align: center;
}
.fwnrBox2 .fwnrBox2Left:hover{
    border-bottom: 1px solid #0A458C;
    box-shadow: 0vw 0.3125vw 0.625vw 1px rgba(0,0,0,0.1608);
}

.fwnrBox2 .fwnrBox2Left:hover p span:last-child{
    color: #fff;
    background: #0A458C;
}
.fwnrBox2 .fwnrBox2Right{
    width: 45.573vw;
    display: flex;
    flex-wrap: wrap;
}

.fwnrBox2 .fwnrBox2Right li{
    width: 22.76vw;
    height: 19.583vw;
    position: relative;
    display: flex;
    justify-content: center;
    background: #F4F4F4;
}
.fwnrBox2 .fwnrBox2Right li:nth-child(1),
.fwnrBox2 .fwnrBox2Right li:nth-child(4){
    background: #fff;
}
.fwnrBox2 .fwnrBox2Right li img{
    width: 100%;
}
.fwnrBox2 .fwnrBox2Right li .productTitle{
    width: 100%;
    text-align: center;
    padding: 0 0.4vw;
    line-height: 1.7vw;
}
.fwnrBox2 .fwnrBox2Right li p{
    font-weight: 400;
    color: #3D3D3D;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 3.125vw;
}

.fwnrBox2 .fwnrBox2Right li p span:last-child{
    display: block;
    padding: 0.365vw 1.302vw;
    border: 1px solid #A6A6A6;
    margin-top: 1.25vw;
    text-align: center;
}
.fwnrBox2 .fwnrBox2Right li:hover{
    border-bottom: 1px solid #0A458C;
    box-shadow: 0vw 0.3125vw 0.625vw 1px rgba(0,0,0,0.1608);
}
.fwnrBox2 .fwnrBox2Right li:hover p span:last-child{
    color: #fff;
    background: #0A458C;
}
.fwnrBox3{
    width: 100%;
    height: auto;
    position: relative;
    padding: 4.167vw 0 4.6875vw;
}
.fwnrBox3 .fwnrBox3Cen{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.fwnrBox3 .fwnrBox3Cen li{
    width: 14.6875vw;
    height: 25.26vw;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-right: 1.042vw;
    transition:width 2s;
    -webkit-transition:width 2s; /* Safari */
}
.fwnrBox3 .fwnrBox3Cen li:first-child{
    width: 30.9375vw;
}
.fwnrBox3 .fwnrBox3Cen li:nth-child(1){
    background: url(/sites/www/images/img/krcpzx7.png);
    background-position:center;
}
.fwnrBox3 .fwnrBox3Cen li:nth-child(2){
    background: url(/sites/www/images/img/krcpzx8.png);
    background-position:center;
}
.fwnrBox3 .fwnrBox3Cen li:nth-child(3){
    background: url(/sites/www/images/img/krcpzx9.png);
    background-position:center;
}
.fwnrBox3 .fwnrBox3Cen li:nth-child(4){
    background: url(/sites/www/images/img/krcpzx10.png);
    background-position:center;
}
.fwnrBox3 .fwnrBox3Cen li img{
    width: 30.9375vw;
    height: 25.26vw;
}
.fwnrBox3 .fwnrBox3Cen li p{
    font-weight: 400;
    color: #3D3D3D;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 2.083vw;
}
.fwnrBox3 .fwnrBox3Cen li p span:last-child{
    display: block;
    padding: 0.208vw 1.042vw;
    border: 1px solid #A6A6A6;
    margin-top: 1.042vw;
    text-align: center;
}
.fwnrBox3 .fwnrBox3Cen li p span.fs12:hover{
    background: #0A458C;
    color: white;
}

.fwnrBox4 ul li{
    width: 18.125vw;
    height: 18.854vw;
    margin-right: 1.667vw;
    margin-bottom: 1.667vw;
}
.fwnrBox4 ul li:last-child{
    margin-right: 0;
}
.fwnrBox4 ul li .img{
    width: 18.125vw;
    height: 15.417vw;
    overflow: hidden;
}
.fwnrBox4 ul li .img img{
    width: 100%;
    height: 100%;
}
.fwnrBox4 ul li:hover .img img {
    transform: scale(1.2);
    transition-duration: 0.8s;
}
.fwnrBox4 ul li .fwnrBox4text p{
    font-weight: 400;
    height: 3.4375vw;
    line-height: 3.4375vw;
    width: 100%;
    text-align: center;
    background: #F5F5F5;
    color: #3D3D3D;
}
.fwnrBox4 ul li:hover .fwnrBox4text p{
    color: #fff;
    background: #0A458C;
}
/*产品详情*/
.cpxqBox1{
    width: 77.8125vw;
    margin: 8.333vw auto 2.083vw;
    display: flex;
}
.cpxqBox1 .img{
    width:500px;
    height: 300px;
    padding: 0vw 0.417vw;
    margin-right: 3.125vw;
}
.cpxqBox1 .img img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.cpxqBox1 p{
    font-weight: 400;
    color: #333333;
}
.cpxqBox1 p span{
    display: block;
}
.cpxqBox1 p .s2{
    color: #0A458C;
    margin-top: 1.5625vw;
    margin-bottom: 1.198vw;
}
.cpxqBox1 p .s3{
    margin-bottom: 1.042vw;
    line-height: 26px;
}
.cpxqBox2{
    width: 77.8125vw;
    margin: auto;
}
.cpxqBox2 ul{
    width: 100%;
    border-bottom: 1px solid #D6D6D6;;
    display: flex;
}
.cpxqBox2 ul li{
    padding: 0 3.125vw;
    position: relative;
    cursor: pointer;
}
.cpxqBox2 ul li:first-child{
    padding-left: 0;
}
.cpxqBox2 ul li p{
    font-weight: 400;
    color: #333333;
    padding-bottom: 0.677vw;
    position: relative;
    bottom: -0.104vw;
}
.cpxqBox2 ul li .check{
    font-weight: bold;
    border-bottom: 3px solid #0A458C;
}
.cpxqBox2 ul li span{
    display: block;
    width: 0px;
    height: 0.833vw;
    opacity: 1;
    border: 1px solid #E8EAE9;
    position: absolute;
    right: 0;
    top: 43%;
}
.cpxqBox3{
    width: 77.8125vw;
    height: auto;
    margin: 2.083vw auto 3.125vw;
}
.cpxqBox3 .cpxqBox3Cen{
    width: 77.8125vw;
    height: auto;
    border: 1px solid #A6A6A6;
}
.cpxqBox3 p{
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin-top: 1.5625vw;
}
.cpxqBox4{
    width: 100%;
    height: auto;
    padding: 3.125vw 0;
    background: #f5f5f5;
}
.cpxqBox4 .cpxqBox4Cen{
    width: 77.8125vw;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.cpxqBox4 .cpxqBox4Cen .cpxqBox4CenT{
    position: relative;
}
.cpxqBox4 .cpxqBox4Cen .cpxqBox4CenT p{
    font-weight: bold;
    color: #333333;
}
.cpxqBox4 .cpxqBox4Cen .cpxqBox4CenT .p2{
    margin-top: 1.5625vw;
}
.cpxqBox4 .cpxqBox4Cen .search{
    width: 26.875vw;
    height: 2.083vw;
    position: relative;
    background: #fff;
    right: 0;
    top: 0;
}
.cpxqBox4 .cpxqBox4Cen .search input{
    width: 100%;
    height: 100%;
    border: 1px solid #A6A6A6;
    padding-left: 0.78125vw;
    color: #A6A6A6;
}
.cpxqBox4 .cpxqBox4Cen .search img{
    width: 1.042vw;
    height: 1.146vw;
    position: absolute;
    right: 0.78125vw;
    top: 0.46875vw;
}
.cpxqBox4 .cpxqBox4CenC{
    width: 77.8125vw;
    height: auto;
    margin: 2.083vw auto 0;
    border-top: 1px solid #A6A6A6;
    border-bottom: 1px solid #A6A6A6;
}
.cpxqBox4 .pb{
    width: 77.8125vw;
    height: auto;
    margin: 1.5625vw auto 0;
    font-weight: 400;
    color: #888888;
    display: flex;
    flex-direction: column;
}
.cpxqBox4 .pb .asq{
    width: 5.3125vw;
    display: block;
    padding: 0.365vw 0;
    text-align: center;
    color: #fff;
    background: #135BB1;
    margin-top: 0.78125vw;
}
.cpxqBox4 .pb .asq:hover{
    background: #0A458C;
}
.cpxqBox5 .cpxqBox5CenT{
    width: 77.8125vw;
    height: auto;
    font-weight: bold;
    color: #333333;
    margin: 4.167vw auto 0;
}
.cpxqBox5 ul li{
    width: 18.125vw;
    height: 18.854vw;
    margin-right: 1.667vw;
}
.cpxqBox5 ul li:last-child{
    margin-right: 0;
}
.cpxqBox5 ul li .img{
    width: 18.125vw;
    height: 15.417vw;
    overflow: hidden;
}
.cpxqBox5 ul li .img img{
    width: 100%;
    height: 100%;
}
.cpxqBox5 ul li:hover .img img {
    transform: scale(1.2);
    transition-duration: 0.8s;
}
.cpxqBox5 ul li .cpxqBox5text p{
    font-weight: 400;
    height: 3.4375vw;
    line-height: 3.4375vw;
    width: 100%;
    text-align: center;
    background: #F5F5F5;
    color: #3D3D3D;
}
.cpxqBox5 ul li:hover .cpxqBox5text p{
    color: #fff;
    background: #0A458C;
}
/*走进tyc5997太阳集团官网*/
.zjkjTop{
    width: 100%;
    height: 38.646vw;
    display: flex;
    align-items: center;
    background: url(/sites/www/images/img/zjkj1.png) no-repeat;
    background-size: 100% 100%;
}
.topline{
    width: 6.146vw;
    height: 2px;
    display: block;
    background: #fff;
    margin-bottom: 0.833vw;
}
.zjkjTop .p1{
    font-weight: 300;
    line-height: 3.177vw;
    color: #FFFFFF;
    text-align: left;
}
.zjkjBox1 {
    width: 100%;
    height: 3.542vw;
    border-bottom: 1px solid #D3E0EF;
}

.zjkjBox1 ul {
    width: auto;
}

.zjkjBox1 ul li {
    width: auto;
    height: 3.542vw;
    font-weight: 400;
    line-height: 4.2vw;
    color: #333333;
    cursor: pointer;
    margin-right: 7.292vw;
}
.zjkjBox1 ul .checkType {
    border-bottom: 0.15625vw solid #8EC31D;
    color: #0A458C;
}

.zjkjBox1 ul li:last-child{
    margin-right: 0;
}
.zjkjTitle{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.zjkjTitle p{
    font-weight: 400;
    color: #333333;
}
.zjkjTitle span{
    display: block;
    width: 1.146vw;
    height: 0.208vw;
    background: #0A458C;
    margin-top: 1.042vw;
}
.zjkjBox2{
    padding: 0 2.604vw;
}
.zjkjBox2 .zjkjBox2Cen{
    width: 100%;
    height: 21.979vw;
    display: flex;
}
.zjkjBox2 .zjkjBox2Cen .img{
    width: 35.833vw;
    height: 21.979vw;
    margin-right: 3.229vw;
}
.zjkjBox2 .zjkjBox2Cen .zjkjBox2CRt{
    width: 39.0625vw;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.zjkjBox2 .zjkjBox2Cen .zjkjBox2CRt p{
    font-weight: 400;
    color: #858585;
    line-height: 34px;
    /*display: flex;*/
    /*flex-direction: column*/
}
.zjkjBox2 .zjkjBox2Cen .zjkjBox2CRt ul{
    display: flex;
    align-items: center;
}
.zjkjBox2 .zjkjBox2Cen .zjkjBox2CRt ul li{
    display: flex;
    flex-direction: column;
}
.zjkjBox2 .zjkjBox2Cen .zjkjBox2CRt ul li img{
    width: 2.604vw;
    height: 2.604vw;
}
.zjkjBox2 .zjkjBox2Cen .zjkjBox2CRt ul li span{
    font-weight: 400;
    color: #858585;
    margin-top: 0.9375vw;
    display: block;
    padding: 0 2.083vw;
    border-right: 1px solid #858585;
}
.zjkjBox2 .zjkjBox2Cen .zjkjBox2CRt ul li:first-child span{
    padding: 0 2.083vw 0 0.417vw;
}
.zjkjBox2 .zjkjBox2Cen .zjkjBox2CRt ul li:last-child span{
    border: none;
}
.zjkjBox2 .zjkjBox2Cen .zjkjBox2CRt ul li:nth-child(2),
.zjkjBox2 .zjkjBox2Cen .zjkjBox2CRt ul li:nth-child(3),
.zjkjBox2 .zjkjBox2Cen .zjkjBox2CRt ul li:nth-child(4){
    align-items: center;
}
.zjkjBox3{
    width: 100%;
    height: 12.604vw;
    background: url(/sites/www/images/img/zjkj7.png) no-repeat;
    display: flex;
}
.zjkjBox3 .zjkjBox3C{
    padding: 0 2.604vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zjkjBox3 .zjkjBox3C img{
    width: 17.03125vw;
    height: 5.625vw;
}
.zjkjBox3 .zjkjBox3C p{
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
 .zjkjBox3C p span:last-child{
    margin-top: 0.625vw;
}
.zjkjBox4{
    padding: 0 2.604vw;
}
.zjkjBox5{
    width: 100%;
    height: 33.49vw;
    background: #F5F5F5;
    padding-top: 4.167vw;
    position: relative;
}
.zjkjBox5Cen{
    overflow: hidden;
    padding: 0 2.604vw;
}
.zjkjBox6{
    width: 100%;
    height: auto;
    background: #F5F5F5;
    padding-top: 4.167vw;
    padding-bottom: 1.458vw;
    display: flex;
    flex-wrap: wrap;
}
.zjkjBox6 li{
    width: 37.5vw;
    height: 8.4375vw;
    background: #FFFFFF;
    padding: 0 2.083vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.292vw;
    cursor: pointer;
}
 .zjkjBox6 li:hover{
    background: #0A458C;
 }
.zjkjBox6 li:hover .zjkjBox6Left .p1{
    color: #fff;
}
.zjkjBox6 li:hover .zjkjBox6Left .p2{
    color: #fff;
}
.zjkjBox6 li:nth-child(2n){
    margin-left: 3.125vw;
}
.zjkjBox6 li .zjkjBox6Left{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.zjkjBox6 li .zjkjBox6Left .p1{
    font-weight: 400;
    color: #333333;
}
.zjkjBox6 li .zjkjBox6Left .p2{
    font-weight: 400;
    color: #858585;
    margin-top: 1.146vw;
}
.zjkjBox6 li .zjkjBox6Left .p2 span:first-child{
    padding-right: 0.833vw;
    border-right: 1px solid #E8EAE9;
}
.zjkjBox6 li .zjkjBox6Left .p2 span:last-child{
    padding-left: 0.833vw;
}
.zjkjBox6 li .zjkjBox6Right{
    width: 2.24vw;
    height: 2.24vw;
    text-align: center;
    line-height: 2.24vw;
    font-weight: 300;
}

.zjkjCetailBox1{
    width: 78.125vw;
    height: auto;
    padding: 3.125vw;
    margin: 6.771vw auto 4.167vw;
    background: #FFFFFF;
    box-shadow: 0vw 0vw 0.833vw 1px rgba(0,0,0,0.1608);
    display: flex;
    flex-direction: column;
    align-items: start;
}
.zjkjCetailBox1 .zjkjCetailBox1T{
    width: 100%;
    height: 6.25vw;
    border-bottom: 1px solid #D6D6D6;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 0.521vw;
}
.zjkjCetailBox1 .zjkjCetailBox1T p{
    font-weight: 400;
    color: #333333;
}
.zjkjCetailBox1 .zjkjCetailBox1T .p2{
    margin-top: 1.042vw;
}
.zjkjCetailBox1 .zjkjCetailBox1T .p2 span{
    padding-right: 3.125vw;
}
.zjkjCetailBox1 .zjkjCetailBox1B{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.zjkjCetailBox1 .zjkjCetailBox1B p{
    font-weight: 400;
    color: #333333;
}
.zjkjCetailBox1 .zjkjCetailBox1B .p1{
    margin-top: 2.083vw;
}
.zjkjCetailBox1 .zjkjCetailBox1B .p2{
    margin-top: 1.5625vw;
    display: flex;
    flex-direction: column;
    align-items: start;
    line-height: 32px;
}
.zjkjCetailBox1 .zjkjCetailBox1B .p2 span{
    padding-right: 3.125vw;
}
.zjkjCetailBox1 .p3{
    width: 100%;
    text-align: right;
    font-weight: 400;
    color: #333333;
    margin-top: 2.604vw;
}
/*新闻中心*/
.xwzxTop{
    width: 100%;
    height: 38.646vw;
    display: flex;
    align-items: center;
    background: url(/sites/www/images/img/xwzx1.png) no-repeat;
    background-size: 100% 100%;
}
.topline{
    width: 6.146vw;
    height: 2px;
    display: block;
    background: #fff;
    margin-bottom: 0.833vw;
}
.xwzxTop .p1{
    font-weight: 300;
    line-height: 3.177vw;
    color: #FFFFFF;
    text-align: left;
}
.xwzxBox1 {
    width: 100%;
    height: 3.542vw;
    border-bottom: 1px solid #D3E0EF;
}

.xwzxBox1 ul {
    width: auto;
}

.xwzxBox1 ul li {
    width: auto;
    height: 3.542vw;
    font-weight: 400;
    line-height: 4.2vw;
    color: #333333;
    cursor: pointer;
    margin-right: 7.292vw;
}
.xwzxBox1 ul .checkType {
    border-bottom: 0.15625vw solid #8EC31D;
    color: #0A458C;
}

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

.xwzxBox2 ul {
    width: 100%;
    height: auto;
}

.xwzxBox2 ul li {
    position: relative;
    width: 25.9375vw;
    height: 31.302vw;
    margin-bottom: 2.083vw;
    margin-right: 2.76vw;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border: 1px solid #E8EAE9;
    border-radius: 0.521vw 0.521vw 0vw 0vw;
}
.xwzxBox2 ul li:nth-child(3n){
    margin-right: 0;
}
.xwzxBox2 ul li .img {
    width: 100%;
    height: 17.1875vw;
    overflow: hidden;
}

.xwzxBox2 ul li .img img {
    width: 100%;
    height: 100%;
}

.xwzxBox2 ul li .newDetail {
    /*width: calc(100% - 2.8125vw);*/
    width: 90%;
    height: auto;
    padding: 0  ;
    margin: auto;
    border-top: 1px solid #E8EAE9;
}

.xwzxBox2 ul li .p1 {
    width: calc(100% - 2.8125vw);
    margin: 2.292vw 0 1.042vw 0;
    font-weight: 400;
    color: #333;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.xwzxBox2 ul li:hover .p1 {
    color: #0A458C;
}
.xwzxBox2 ul li .newDetail .p2 {
    width: 100%;
    font-weight: 400;
    line-height: 28px;
    color: #858585;
    margin-top: 1.042vw;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.xwzxBox2 ul li .newDetail .p3{
    position: absolute;
    bottom: 1.7vw;
    color: #989898;
}
.xwzxBox2 ul li:hover {
    box-shadow: 0px 0px 16px 1px rgba(49,110,185,0.3020);
    border-radius: 0.521vw 0.521vw 0vw 0vw;
    border: none;
}
.xwzxBox2 ul li:hover .img img {
    transform: scale(1.2);
    transition-duration: 1s;
}
.xwzxBox2 ul li:hover .newDetail{
    border-color: #8EC31D;
}

/*新闻详情页*/
.xwzxDetailBox1 {
    background: #fff;
    width: 62.396vw;
    margin: 4.6875vw auto 4.166vw;
    padding: 5.208vw 0 3.854vw;
    min-height: 29vw;
}

.xwzxDetailBox1 .title {
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-bottom: 3.646vw;
}

.xwzxDetailBox1 .detail {
    font-weight: 400;
    line-height: 36px;
    color: #333333;
    margin-bottom: 0.833vw;
}

.xwzxDetailBox1 img {
    width: 100%;
    margin-top: 0.729vw;
    margin-bottom: 3.125vw;
}

.xwzxDetailBox1 .botDetail {
    width: 100%;
    margin-top: 6.25vw;
    height: 3.125vw;
    line-height: 3.125vw;
    background: #F7F7F7;
    font-weight: 400;
    color: #333333;
}

.xwzxDetailBox1 .botDetail li {
    width: 50%;
}

.xwzxDetailBox1 .botDetail li:nth-child(1) {
    padding-left: 1.562vw;
    text-align: left;
}

.xwzxDetailBox1 .botDetail li:nth-child(2) {
    padding-right: 1.562vw;
    text-align: right;
}

/*购物车*/
.catBox1 {
    margin-top: 3.125vw;
    height: auto;
    margin-bottom: 6.458vw;
}

.catBox1 .catTop {
    width: 100%;
    height: 3.229vw;
    border-bottom: 1px solid #E2E2E2;
    line-height: 3.229vw;
    font-weight: 500;
    color: #333333;
    text-align: left;
    user-select: none;
}

.catBox1 .catTop span {
    color: #F6505B;
    padding-left: 0.52vw;
}

.catBox1 .cat-table-top {
    width: 100%;
    color: #333;
    margin-top: 1.041vw;
    margin-bottom: 1.562vw;
    padding-left: 1.562vw;
    user-select: none;
}

.catBox1 .cat-table-cen {
    height: 8.645vw;
    background: #fff;
    padding: 1.562vw 0 1.562vw 1.562vw;
}

.catBox1 .cat-table-cen .listLi {
    height: 4.27vw;
    margin-top: 1.041vw;
}

.catBox1 .cat-table-top li span {
    padding-left: 0.52vw;
}

.catBox1 .cat-table-top li:nth-child(1) {
    width: 10.625vw;
    position: relative;
}

.catBox1 .cat-table-top li:nth-child(2) {
    width: 13.020vw;
    margin-right: 13.98vw;
    line-height: 1.562vw;
}

.catBox1 .cat-table-top li:nth-child(3),
.catBox1 .cat-table-top li:nth-child(4),
.catBox1 .cat-table-top li:nth-child(5),
.catBox1 .cat-table-top li:nth-child(6),
.catBox1 .cat-table-top li:nth-child(7) {
    width: 8.02vw;
    text-align: center;
}

.catBox1 .cat-table-cen li:nth-child(7) {
    cursor: pointer;
}

.catBox1 .cat-table-top li input[type=checkbox] {
    margin-top: 1px;
}

.catBox1 .cat-table-top li .margin {
    position: absolute;
    top: 0;
}

.catBox1 .cat-table-top li:nth-child(1) img {
    width: 4.27vw;
    height: 4.27vw;
    margin-left: 2.395vw;
    margin-top: 1.041vw;
}

.catBox1 .cat-table-top li:nth-child(5) .goods-num-item .sub-item {
    border: 1px solid #F7F7F7;
    margin: 0 1.823vw;
}

.catBox1 .cat-table-top li:nth-child(5) .goods-num-opt {
    flex-shrink: 0;
    color: #333;
    width: 1.51vw;
    height: 1.77vw;
    line-height: 1.5vw;
    text-align: center;
    vertical-align: center;
    user-select: none;
    cursor: pointer;
}

.catBox1 .cat-table-top li:nth-child(5) .goods-num-plus {
    border: 1px solid #F7F7F7;
    color: #000;
}

.catBox1 .cat-table-top li:nth-child(5) .goods-num-reduce {
    border: 1px solid #F7F7F7;
    color: #D9D8D8;
}

.catBox1 .cat-table-top li:nth-child(5) .goods-num {
    text-align: center;
    border-top: 1px solid #F7F7F7;
    border-bottom: 1px solid #F7F7F7;
    border-left: none;
    border-right: none;
    width: 2.083vw;
    height: 1.77vw;
}

.catBox2 {
    width: 100%;
    height: 4.583vw;
    background: #fff;
    border-top: 1px solid #E2E2E2;
    position: fixed;
    bottom: 0;
    left: 0;
    user-select: none;
}

.catBox2 .catBox2Cen {
    position: relative;
}

.catBox2 .catBox2Cen .p1 {
    padding-left: 4.531vw;
    margin-right: 40vw;
    cursor: pointer;
}

.catBox2 .catBox2Cen .p2 {
    margin-right: 3.125vw;
}

.catBox2 .catBox2Cen .p4 {
    position: absolute;
    right: 0.52vw;
    width: 5.937vw;
    height: 2.187vw;
    background: #F6505B;
    color: #fff;
    line-height: 2.187vw;
    text-align: center;
    cursor: pointer;
}

/* 核心能力 */
.hxnlBox1 {
    height: 14.375vw;
    margin-top: 4.166vw;
    border-radius: 0.312vw;
    position: relative;
    overflow: hidden;
}

.hxnlBox1 img {
    width: 100%;
    height: 14.375vw;
}

/*.hxnlBox1:hover img{*/
/*    transform: scale(1.1, 1.1);*/
/*    transition-duration: 1.5s;*/
/*}*/
.hxnlBox1 .hxnlBox1P {
    position: absolute;
    width: 100%;
    height: 14.375vw;
    top: 0;
    left: 0;
    padding-left: 9vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hxnlBox1 p {
    font-weight: 400;
    color: #FFFFFF;
}

.hxnlBox1 .p1 {
    line-height: 52px;
}

.hxnlBox1 .p2 {
    line-height: 32px;
    margin-top: 1.562vw;
}

.hxnlBox2 {
    display: flex;
}

.hxnlBox2 li {
    width: 24.687vw;
    margin-right: 1.354vw;
    border: 1px solid #E8EDF2;
    padding: 0 2.083vw;
    margin-top: 3.125vw;
    padding-bottom: 2.083vw;
}

.hxnlBox2 li:hover {
    box-shadow: 0 0 0.729vw rgba(0, 17, 132, 0.1);
}

.hxnlBox2 li:nth-child(3) {
    margin-right: 0;
}

.hxnlBox2 li .p1 {
    font-weight: bold;
    line-height: 29px;
    color: #333333;
    margin-top: 2.604vw;
}

.hxnlBox2 li .p2 {
    width: 100%;
    font-weight: 400;
    line-height: 30px;
    color: #666666;
    margin-top: 1.302vw;
}

.hxnlBox2 li .p2 span {
    display: block;
    margin-top: 0.52vw;
}

.hxnlBox3 {
    height: auto;
    padding: 4.166vw 4.791vw;
    background: #F7F7F7;
    margin-top: 4.166vw;
}

.hxnlTop {
    margin: 0;
    text-align: center;
    color: #333;
    font-weight: bold;
}

.hxnlZhan {
    width: 1.875vw;
    margin: 0 auto;
    background-color: #2588F6;
    height: 0.3125vw;
    margin-top: 1.041vw;
}

.hxnlBox3 .hxnlBox3Cen {
    display: flex;
}

.hxnlBox3 .hxnlBox3Cen li {
    width: 15.625vw;
    margin-right: 1.562vw;
    margin-top: 3.125vw;
    padding-bottom: 2.083vw;
    background: #fff;
    position: relative;
    animation: liReload 0.5s;
}

.hxnlBox3 .hxnlBox3Cen li:hover {
    animation: liMove 0.5s;
    animation-fill-mode: forwards;
    box-shadow: 0 0 0.729vw rgba(0, 17, 132, 0.1);
}

@keyframes liMove {
    from {
        top: 0px;
    }
    to {
        top: -1.04vw;
    }
}

@keyframes liReload {
    from {
        top: -1.04vw;
    }
    to {
        top: 0;
    }
}

.hxnlBox3 .hxnlBox3Cen li:nth-child(4) {
    margin-right: 0;
}

.hxnlBox3 .hxnlBox3Cen li .hxnlBox3LiTop {
    width: 100%;
    height: 9.375vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hxnlBox3Color1 {
    background: #2588F6;
}

.hxnlBox3Color2 {
    background: #8F77DD;
}

.hxnlBox3Color3 {
    background: #00C28D;
}

.hxnlBox3 .hxnlBox3Cen li .hxnlBox3LiTop img {
    width: 5.52vw;
    height: 5.52vw;
}

.hxnlBox3 .hxnlBox3Cen li .p1 {
    width: 100%;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 29px;
    color: #333333;
    text-align: center;
    margin-top: 1.041vw;
}

.hxnlBox3 .hxnlBox3Cen li .p2 {
    width: 100%;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 26px;
    color: #666666;
    text-align: center;
    padding: 0 1.041vw;
    margin-top: 0.52vw;
}

/*健康产品*/
.jkcpBox1 {
    margin-top: 1.562vw;
}

.jkcpBox1 ul {
    width: 100%;
    color: #333;
    justify-content: flex-start;
    cursor: pointer;
}

.jkcpBox1 ul li {
    width: auto;
    padding: 0.26vw 1.927vw;
    margin-right: 1.302vw;
    float: left;
    margin-top: 0.43vw;
}

.jkcpBox1 ul .check {
    background: #2588F6;
    color: #fff;
}

.jkcpBox1 ul li:last-child {
    border: 1px solid #D3E0EF;
    margin: 0;
    padding: 0;
    float: right;
    background: #fff;
}

.jkcpBox1 ul li input {
    width: 12.552vw;
    height: 2.343vw;
    border: none;
    padding-left: 1.041vw;
    color: #B9B2B2;
}

.jkcpBox1 ul li p {
    width: 2.343vw;
    height: 2.343vw;
    border-left: 1px solid #D3E0EF;
}

.jkcpBox1 ul li p img {
    width: 1.145vw;
    height: 1.145vw;
}

.jkcpBox2 {
    margin-top: 4.583vw;
}

.jkcpBox2 ul {
    width: 100%;
    justify-content: flex-start;
    cursor: pointer;
}

.jkcpBox2 ul li {
    width: 18.021vw;
    height: 21.302vw;
    margin-right: 1.562vw;
    margin-bottom: 1.562vw;
    position: relative;
}

.jkcpBox2 ul li:hover {
    box-shadow: 0 0 0.729vw rgba(0, 17, 132, 0.1);
}

.jkcpBox2 ul li:nth-child(4n) {
    margin-right: 0;
}

.jkcpBox2 ul li img {
    width: 12.5vw;
    height: 12.5vw;
    margin-top: 1.718vw;
}

.jkcpBox2 ul li p {
    width: auto;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
}

.jkcpBox2 ul li .p1 {
    color: #333333;
    margin-top: 1.093vw;
}

.jkcpBox2 ul li .p2 {
    color: #F6505B;
    position: absolute;
    bottom: 1.354vw;
}
/*确认订单页面*/
.tjdd-main {
    margin-top: calc(100px + 2.083vw)
}

.tjdd-section1, .tjdd-section2 {
    background-color: white;
    padding: 1.042vw 1.5625vw;
}

.tjdd-section1 .add-address {
    padding-bottom: 0.521vw;
    border-bottom: 1px solid #E8EDF2;
}

.tjdd-section1 .add-address .t1 {
    color: #333;
}

.tjdd-section1 .add-address .t2 {
    cursor: pointer;
    color: #B9B2B2;
}

.tjdd-section1 .address {
    margin: 1.042vw 1.042vw 0 1.042vw;
}

.tjdd-section1 .address .item {
    cursor: pointer;
    margin-bottom: 1.042vw;
}

.tjdd-section1 .address .address-check-con {
    width: 1.354vw;
    height: 1.354vw;
}

.tjdd-section1 .address .uncheck {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #707070;
}

.tjdd-section1 .address .content {
    color: #333333;
    margin-left: 1.042vw;
}

.tjdd-section1 .address .edit {
    display: none;
    color: #B9B2B2;
    margin-left: 1.042vw;
}

.tjdd-section1 .address .delete {
    color: #B9B2B2;
    margin-left: 1.042vw;
}

.tjdd-section2 .t1 {
    color: #333333;
    padding-bottom: 0.521vw;
    border-bottom: 1px solid #E8EDF2;
}

.tjdd-section2 .goods-item {
    margin-right: 1.042vw;
    margin-top: 1.042vw;
    color: #333;
}

.tjdd-section2 .goods-item .goods-img {
    width: 4.167vw;
    height: 4.167vw;
    margin-right: 3.125vw;
}

.tjdd-section2 .goods-item .goods-title {
    flex: 2;
}

.tjdd-section2 .goods-item .goods-price {
    color: #F6505B;
}

.tjdd-section2 .pay-info {
    margin-right: 1.042vw;
    margin-top: 1.5625vw;
    margin-left: 7.396vw;
    color: #666;
}

.tjdd-section2 .remarks {
    resize: none;
    padding: 0.521vw;
    width: 19.115vw;
    border: 1px solid #E8EDF2;
    height: 3.646vw;
}

.tjdd-section2 .express {
    margin-bottom: 1.042vw;
}

.tjdd-section2 .express-price {
    margin-left: 4.6875vw;
    color: #F6505B;
}

.tjdd-section2 .pay-info .total-price {
    margin-left: 1.146vw;
    color: #F6505B;
}

.tjdd-section2 .btn-confirm {
    margin-right: 1.042vw;
    border: none;
    background-color: #F6505B;
    color: white;
    padding: 0.521vw 1.042vw;
}

.tjdd-dialog-add-address {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.44);
    top: 0;
    width: 100%;
    height: 100vh;
}

.tjdd-dialog-add-address .content {
    position: relative;
    width: 50vw;
    background-color: white;
    padding: 0.521vw;
    padding-left: 2.083vw;
    padding-right: 3.125vw;
}
.tjdd-dialog-add-address .content .js-states{
    width: 140px;
}
.xxbj{
    width: 20px;
}
.tjdd-dialog-add-address .close {
    position: absolute;
    width: 1.5vw;
    height: 1.5vw;
    top: 0.521vw;
    right: 0.521vw;
}

.tjdd-dialog-add-address .content .title {
    text-align: center;
    color: #333;
    margin-top: 2.125vw;
    font-weight: 400;
}

.tjdd-dialog-add-address .content .sub-title {
    margin-right: 1.042vw;
    width: 100px;
    color: #333;
    text-align: right;
}

.tjdd-dialog-add-address .content .input {
    padding: 0 1.042vw;
    height: 2.343vw;
    line-height: 2.343vw;
    border: 1px #dedede solid;
}

.tjdd-dialog-add-address .content .star {
    color: #ff0000;
}

.tjdd-dialog-add-address .content .address-detail {
    height: 3.125vw;
}

.tjdd-dialog-add-address .content .btn-cancel {
    width: 10vw;
    height: 2.5vw;
    border: 1px #dedede solid;
    margin-right: 1.5625vw;
    color: #333;
    font-weight: 500;
    margin-left: 1.6vw;
}

.tjdd-dialog-add-address .content .btn-confirm {
    width: 10vw;
    height: 2.5vw;
    border: none;
    background-color: red;
    color: #fff;
    font-weight: 500;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.select2-results__option .select2-results__option--selectable {
    font-size: 16px;
}
/*商品详情*/
.cpxq-main {
    margin-top: calc(100px + 2.083vw)
}

.cpxq-section1 .main-img-con {
    width: 29.167vw;
    height: 29.167vw;
    border: 1px solid #E8EDF2;
    margin-right: 6.25vw;
}

.cpxq-section1 .main-img-con .main-img {
    width: 21.771vw;
    height: 21.771vw;
}

.cpxq-section1 .goods-name {
    color: #333;
    margin-bottom: 1.354vw;
}

.cpxq-section1 .goods-price-item {
    color: #B9B2B2;
    margin-bottom: 1.51vw;
}

.cpxq-section1 .goods-price {
    color: #F6505B;
}

.cpxq-section1 .goods-stock {
    color: #F6505B;
}

.cpxq-section1 .goods-num-item {
    color: #B9B2B2;
}

.cpxq-section1 .goods-num-item .sub-item {
    border: 1px solid #F7F7F7;
    margin: 0 1.823vw;
}

.cpxq-section1 .goods-num-opt {
    user-select: none;
    cursor: pointer;
    flex-shrink: 0;
    color: #333;
    width: 2.5vw;
    height: 2.5vw;
    line-height: 2.5vw;
    text-align: center;
    vertical-align: center;
}

.cpxq-section1 .goods-num-plus {
    border-left: 1px solid #F7F7F7;
}

.cpxq-section1 .goods-num-reduce {
    border-right: 1px solid #F7F7F7;
    color: #999;
}

.cpxq-section1 .goods-num {
    text-align: center;
    border: none;
    width: 4.479vw;
    height: 2.5vw;
}

.cpxq-section1 .btn {
    cursor: pointer;
    width: 8.229vw;
    height: 2.5vw;
}

.cpxq-section1 .btn-buy {
    margin-right: 1.042vw;
    border: none;
    background-color: rgba(246, 80, 91, 0.2);
    color: #F6505B;
}

.cpxq-section1 .btn-add-cart {
    border: none;
    background-color: #F6505B;
    color: #fff;
}

.cpxq-section1 .sub-img-swiper {
    width: 29.167vw;
}

.cpxq-section1 .sub-img-swiper .arrow {
    cursor: pointer;
    width: 3.75vw;
    height: 3.333vw;
}

.cpxq-section1 .sub-img-swiper .sub-img {
    width: 4.375vw;
    height: 4.375vw;
    margin: 0.78125vw;
}

.cpxq-section1 .sub-img-swiper .arrow {
    width: 2vw;
    height: 2vw;
}

.cpxq-section1 .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    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;
}

.cpxq-section1 .sub-img-con {
    border: 1px solid #E8EDF2;
}

.cpxq-section1 .sub-img-con-sel {
    border: 1px solid #2588F6;
}

.cpxq-section2, .cpxq-section3 {
    border: 1px solid #E8EDF2;
    padding: 1px 10.833vw 0;
}

.cpxq-section2 .title {
    margin-bottom: 1.5625vw;
    margin-top: 2.604vw;
    display: inline-block;
    color: #2588F6;
    padding: 0.573vw 2.448vw;
    border: 1px solid #2588F6;
}

.cpxq-section2 img {
    width: 100%;
}

.cpxq-section3 .title {
    margin: 2.083vw 0;
    display: inline-block;
    color: #2588F6;
    padding: 0.573vw 2.448vw;
    border: 1px solid #2588F6;
}

.cpxq-section3 .rule {
    margin-bottom: 3.333vw;
    color: #666;
    line-height: 2;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}
/*订单页面*/
.main {
    margin-top: 6vw;
}

.wddd-part1 {

}

.wddd-part1 .tab {
    cursor: pointer;
    padding-bottom: 0.521vw;
    text-align: center;
    width: 6.771vw;
    color: #333;
}

.wddd-part1 .tab-sel {
    color: #2588F6;
    border-bottom: 1px #2588F6 solid;
}

.wddd-part1 .divider1 {
    width: 1px;
    height: 1.25vw;
    background-color: #E8EDF2;
}

.main .divider2 {
    height: 1px;
    background: #E8EDF2;
}

.wddd-part2 {
    margin-top: 1.042vw;
    color: #333;
    text-align: center;
    line-height: 3.542vw;
    height: 3.542vw;
    background-color: #F4F6F7;
}
.wddd-topu{
    width: 8vw;
}
.wddd-orderitem{
    border: 1px solid #E8EDF2;
    margin-bottom: 1.042vw
}
.wddd-part3 {
    margin-top: 1.042vw;
}

.wddd-part3 .order-item {
    text-align: center;
    line-height: 1.8;
    margin-bottom: 1.042vw;
    height: 6vw;

}

.border {
    border: 1px solid #E8EDF2;
}

.wddd-part3 .img {
    margin-right: 2.604vw;
    margin-left: 2.604vw;
    width: 4.271vw;
    height: 4.271vw;
}
/*商品详情*/
.cpxq-main {
    margin-top: calc(100px + 2.083vw)
}
/*关于我们*/
.gywm-header {
    background-image: url("/images/img/gywm19.png");
    height: 44.896vw;
    background-repeat: no-repeat;
    background-size: cover;
}

.gywm-title {
    color: #333;
    text-align: center;
}

.gywm-title-underline {
    width: 1.875vw;
    height: 0.3125vw;
    background-color: #2588F6;
    margin: 1.042vw auto 3.125vw;
}

.gywm-header .intro {
    margin-left: 13.698vw;
    color: white;
    width: 32.8125vw;
}

.gywm-header .intro .t {
    margin-top: 1.302vw;
    line-height: 1.6;
}

.gywm-section2 {
    margin-top: -6.771vw;
}

.gywm-section2 .tab .item {
    color: white;
    border-radius: 0.625vw;
    background: #2588F6;
    width: 24.583vw;
    height: 13.542vw;
    padding: 2.604vw;
}

.gywm-section2 .tab .item .t1 {
    opacity: 0.6;
}

.gywm-section2 .tab .item .t2 {
    margin-top: 0.9375vw;
    line-height: 1.8;
}

.gywm-section2 .left {
    width: 33.646vw;
}


.gywm-section2 .line {
    width: 1.875vw;
    height: 0.3125vw;
    background: #2588F6;
}

.gywm-section2 .left .t {
    color: #666666;
    line-height: 2;
}

.gywm-section2 .right-con {
    position: relative;
    overflow: hidden;
    width: 38.385vw;
    height: 21.5625vw;
}

.gywm-section2 .right {
    transition: 1s all linear;
}


.gywm-section2 .right-con .t {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.39);
    height: 4.0625vw;
    line-height: 4.0625vw;
    vertical-align: center;
    text-align: center;
    bottom: 0;
    color: white;
}

.gywm-section2 .right:hover {
    transform: scale(1.2);
    transition-duration: 1s;
}

.gywm-section3 {
    padding-top: 1px;
    overflow: hidden;
}

.gywm-section3 .item {
    overflow: hidden;
    position: relative;
    width: 18.854vw;
    height: 20.833vw;
    display: flex;
    flex-direction: column-reverse;
}

.gywm-section3 .img {
    position: absolute;
    width: 18.854vw;
    height: 20.833vw;
    transition: 1s all linear;
}

.gywm-section3 .item:hover .img {
    transform: scale(1.2);
    transition-duration: 1s;
}

.gywm-section3 .item:nth-child(2) {
    margin: 0 3.125vw;
}

.gywm-section3 .item .t {
    position: relative;
    z-index: 55;
    color: white;
    margin: 1.5625vw;
}

.gywm-section4 {
    background-image: url("/images/img/gywm05.png");
    height: 31.198vw;
}

.gywm-section4 .item {
    position: relative;
    color: white;
    text-align: center;
    background-color: rgba(37, 136, 246, 0.6);
    width: 19.948vw;
    height: 13.021vw;
}

.gywm-section4 .item .top {
    position: absolute;
    top: 1.042vw;
    left: 1.5625vw;
}

.gywm-section4 .item .top img {
    margin-right: 0.521vw;
    width: 1.354vw;
    height: 1.25vw;
}

.gywm-section5 {
    padding-top: 1px;
    background-color: #F7F7F7;
}

.gywm-section5 .gywm-title-underline {
    margin-bottom: 1.5625vw;
}

.gywm-section5 .sub-title {
    color: #666666;
    text-align: center;
}

.gywm-section5 .time .arrow {
    width: 1.875vw;
    height: 1.875vw;
}

.gywm-section5 .time .mySwiper {
    overflow: hidden;
    margin: 0 50px;
}

.gywm-section5 .time .swiper-slide {
    margin: 0;
}

.gywm-section5 .time .swiper-slide .line {
    border-bottom: 1px #B9B2B2 dashed;
}

.gywm-section5 .time .swiper-slide .time-item {
    position: relative;
}

.gywm-section5 .time .swiper-slide .time-item .year {
    color: #666;
}

.gywm-section5 .time .swiper-slide .time-item .img-con {
    width: 1.5625vw;
    height: 1.5625vw;
    border-radius: 2vw;
    margin: 0.417vw 0;
    overflow: hidden;
}

.gywm-section5 .time .swiper-slide .time-item .img {
    content: url("/images/img/gywm15.png");
}

.gywm-section5 .time .swiper-slide .time-item .temp {
    visibility: hidden;
}

.gywm-section5 .time .swiper-slide-sel .time-item .temp {
    display: none;
}

.gywm-section5 .time .swiper-slide-sel .time-item .year {
    position: absolute;
    color: white;
    z-index: 55;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gywm-section5 .time .swiper-slide-sel .time-item .img-con {
    width: 4.6875vw;
    height: 4.6875vw;
    overflow: hidden;
    margin: 0;
}

.gywm-section5 .time .swiper-slide-sel .time-item .img {
    content: url("/images/img/gywm18.png");
    width: 100%;
    height: 100%;
    animation: rotate 3s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.gywm-section5 .time-line {
    margin-top: 3.49vw;
    margin-left: 28.646vw;
}

.gywm-section5 .time-line .date {
    color: #2588F6;
}

.gywm-section5 .time-line .intro {
    color: #333;
}

.gywm-section5 .time-line .sub-item {
    margin: 0 0.521vw;
}

.gywm-section5 .time-line .sub-item .dot {
    width: 0.833vw;
    height: 0.833vw;
}

.gywm-section5 .time-line .sub-item .line {
    width: 1px;
    height: 20px;
    background: #B9B2B2;
}

.gywm-section8 {
    padding-top: 1px;
}

.gywm-section8 .content {
}

.gywm-section8 .item {
    padding: 2.65625vw 3.59375vw;
    width: 23.75vw;
    height: 29.167vw;
    border: 1px solid #E8EDF2;
}

.gywm-section8 .item:hover {
    box-shadow: 0 0 0.729vw rgba(0, 17, 132, 0.1);
}

.gywm-section8 .img1 {
    width: 3.59375vw;
    height: 3.59375vw;
}
.gywm-section8 .gywm-section8-topC .t1{
    margin-bottom: 1.07vw;
}
.gywm-section8 .gywm-section8-topC .t2 {
    color: #666;
    text-align: center;
    line-height: 1.5;
}

.gywm-section8 .img2 {
    width: 11.042vw;
    height: 11.042vw;
}


/*.swiper {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*.swiper-slide {*/
/*    text-align: center;*/
/*    !* Center slide text vertically *!*/
/*    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;*/
/*}*/

.gywm-section7 {
    background: #F7F7F7;
    padding-top: 4.167vw;
}

.gywm-section7 .left {
    padding: 0 2.396vw;
    color: white;
    background: #2588F6;
    line-height: 1.8;
    border-radius: 0.625vw;
    width: 34.792vw;
    height: 15.104vw;
}

.gywm-section7 .right {
    width: 38.385vw;
    align-content: space-between;
}

.gywm-section7 .right .item {
    background: white;
    width: 18.542vw;
    height: 6.771vw;
}

.gywm-section7 .right .item .img {
    margin: 0 1.5625vw;
    width: 4.167vw;
    height: 4.167vw;
}

.gywm-section7 .right .item .t {
    color: #666;
}
/*健康服务*/
.jkfw-header {
    background-image: url("/images/img/jkfw-banner.png");
    height: 44.896vw;
    background-repeat: no-repeat;
    background-size: cover;
}

.jkfw-title {
    color: #333;
    text-align: center;
}

.jkfw-title-underline {
    width: 1.875vw;
    height: 0.3125vw;
    background-color: #2588F6;
    margin: 1.042vw auto 3.125vw;
}

.jkfw-header .intro {
    margin-left: 13.698vw;
    color: white;
    width: 40.46875vw;
}

.jkfw-header .intro .t {
    margin-top: 1.302vw;
    line-height: 1.6;
}

.jkfw-section2 .left {
    width: 33.646vw;
}


.jkfw-section2 .left .line {
    width: 1.875vw;
    height: 0.3125vw;
    background: #2588F6;
}

.jkfw-section2 .left .t {
    color: #666666;
    line-height: 2;
}

.jkfw-section2 .right {
    width: 38.385vw;
    height: 21.5625vw;
    overflow: hidden;
}

.jkfw-section2 .right img {
    width: 100%;
    height: i00%;
}

.jkfw-section2 .right:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 1.5s;
}

.jkfw-section3 {
    padding-top: 1px;
    background: #F7F7F7;
    overflow: hidden;
}

.jkfw-section3 .item {
    background: white;
    width: 18.021vw;
    border-radius: 0.833vw;
    animation: itemReload 0.5s;
}

.jkfw-section3 .item .icon {
    width: 94px;
    height: 94px;
    margin-top: 3.4375vw;
    margin-bottom: 1.771vw;
}

.jkfw-section3 .item .t {
    color: #333;
    margin-bottom: 2.1875vw;
}

.jkfw-section3 .item:hover {
    background: #2588F6;
    box-shadow: 0 0 0.729vw rgba(0, 17, 132, 0.4);
    animation: liItem 0.5s;
    animation-fill-mode: forwards;
}

@keyframes liItem {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10%);
    }
}

@keyframes itemReload {
    from {
        transform: translateY(-10%);
    }
    to {
        transform: translateY(0);
    }
}

.jkfw-section3 .item:hover .t {
    color: white;
}

.jkfw-section3 .item:hover .icon1 {
    content: url("/images/img/jkfw02.png");
}

.jkfw-section3 .item:hover .icon2 {
    content: url("/images/img/jkfw21.png");
}

.jkfw-section3 .item:hover .icon3 {
    content: url("/images/img/jkfw22.png");
}

.jkfw-section3 .item:hover .icon4 {
    content: url("/images/img/jkfw23.png");
}


.jkfw-section4 .content .left {
    width: 33.646vw;
}

.jkfw-section4 .content .sub-title {
    border-left: #2588F6 6px solid;
    padding-left: 0.521vw;
}

.jkfw-section4 .content .t {
    line-height: 2.5;
    color: #666;
}

.jkfw-section4 .content .right {
    width: 38.385vw;
    height: 21.5625vw;
    overflow: hidden;
}

.jkfw-section4 .content .right img {
    width: 100%;
    height: 100%;
}

.jkfw-section4 .content .right:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 1.5s;
}

.jkfw-section5 {
    background: #F7F7F7;
    padding-top: 1px;
}

.jkfw-section6 {
    background-image: url("/images/img/jkfw08.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 18.75vw;
    padding-top: 3.125vw;
}

.jkfw-section6 .item {
    color: white;
    padding-top: 1px;
}

.jkfw-section6 .item .icon {
    width: 7.1875vw;
    height: 7.1875vw;
}

.jkfw-section6 .item .t2 {
    margin-top: 0.833vw;
}

.jkfw-section7 {
    width: 73vw;
    margin: 0 auto;
}

.jkfw-section7 .tabs {
    margin-top: 2.34375vw;
}

.jkfw-section7 .tabs .tab {
    padding: 0.26vw 1.979vw;
    margin: 0 2.34375vw;
    color: #333;
}

.jkfw-section7 .content .item:hover {
    box-shadow: 0 0 0.729vw rgba(0, 17, 132, 0.1);
}

.jkfw-section7 .tabs .tab-sel {
    background: #2588F6;
    color: white;
}

.jkfw-section7 .item {
    color: #333;
    padding: 0.9375vw;
    width: 22.917vw;
    border: 1px solid #E8EDF2;
    margin-bottom: 1.5625vw;
}

.jkfw-section7 .item:nth-child(3n-1) {
    margin: 0 1.927vw 1.5625vw;
}

.jkfw-section7 .item .avatar {
    width: 8.229vw;
    height: 9.583vw;
    margin-right: 0.9375vw;
}

.jkfw-section7 .item .name {
    color: #333;
}

.jkfw-section7 .item .star {
    color: #2588F6;
    font-weight: bold;
    margin-left: 0.52vw;
}

.jkfw-section7 .item .intro {
    color: #666;
    margin: 1.042vw 0;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.jkfw-section7 .item .job {
    color: #2BDEAD;
    border: 1px #2BDEAD solid;
    padding: 0.3125vw 0.417vw;
}

.jkfw-section8 {
    padding-top: 1px;
    background: #F7F7F7;
}

.jkfw-section8 .left {
    width: 39.84375vw;
}

.jkfw-section8 .t {
    line-height: 2;
    color: #666;
}

.jkfw-section8 .right {

}

.jkfw-section8 .right .img {
    margin-bottom: 0.729vw;
    width: 31.875vw;
    height: 26.667vw;
    overflow: hidden;
}

.jkfw-section8 .right .img img {
    width: 100%;
    height: 100%;
}

.jkfw-section8 .right .img:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 1.5s;
}

.jkfw-section8 .right .icon {
    width: 0.677vw;
    height: 0.677vw;
    margin-right: 0.52vw;
}

.jkfw-section8 .right a {
    color: #333;
}

/*健康服务详情*/
.jkfwxq-header {
    background-image: url("/images/img/cxfw-banner.png");
    height: 27.083vw;
    background-repeat: no-repeat;
    background-size: cover;
}


.jkfwxq-title {
    color: #333;
    text-align: center;
}

.jkfwxq-title-underline {
    width: 1.875vw;
    height: 0.3125vw;
    background-color: #2588F6;
    margin: 1.042vw auto 3.125vw;
}

.jkfwxq-banner {
    width: 100%;
    height: 27.083vw;
    position: relative;
}

.jkfwxq-banner .img {
    z-index: 50;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.jkfwxq-banner .intro {
    color: white;
    z-index: 55;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -45%);
}

.jkfwxq-header .intro {
    text-align: center;
    color: white;
}

.jkfwxq-section1 {
    background-color: #F7F7F7;
    padding-bottom: 1px;
}

.jkfwxq-section1 .tab {
    border-bottom: 1px #D3E0EF solid;
    color: #333;
}

.jkfwxq-section1 .tab .tab-item {
    padding: 1.5625vw 0;
    margin: 0 3.49vw;
}

.jkfwxq-section1 .tab .tab-item-sel {
    color: #2588F6;
    border-bottom: 3px #2588F6 solid;
}

.jkfwxq-section1 .tab .divider {
    width: 2px;
    height: 0.9375vw;
    background: #D3E0EF;
}

.jkfwxq-section1 .content {
    cursor: pointer;
    color: #333;
    line-height: 2;
    padding: 3.125vw 6.458vw;
    background-color: #fff;
    margin: 4.21875vw 11vw;
}

.jkfwxq-section1 .content:hover {
    box-shadow: 0 0 0.729vw rgba(0, 17, 132, 0.1);
}

.jkfwxq-section1 .content .t2 {
    color: #666;
}

.jkfwxq-section2 {
    padding-top: 1px;
}

.jkfwxq-section2 .item {
    padding: 2.65625vw 3.59375vw;
    width: 23.75vw;
    height: 29.167vw;
    border: 1px solid #E8EDF2;
}

.jkfwxq-section2 .item:hover {
    box-shadow: 0 0 0.729vw rgba(0, 17, 132, 0.1);
}

.jkfwxq-section2 .img1 {
    width: 3.59375vw;
    height: 3.59375vw;
}

.jkfwxq-section2 .t2 {
    color: #666;
    text-align: center;
    line-height: 1.5;
}

.jkfwxq-section2 .img2 {
    width: 11.042vw;
    height: 11.042vw;
}

.jkfwxq-section2 .content1 {
    display: none;
}

@media screen and (max-width: 1500px) {
    .fs12 {
        font-size: 10px;
    }

    .fs14 {
        font-size: 11px;
    }
    .fs15 {
        font-size: 12px;
    }
    .fs16 {
        font-size: 12px;
    }
    .fs17 {
        font-size: 13px;
    }
    .fs18 {
        font-size: 14px;
    }

    .fs20 {
        font-size: 15px;
    }

    .fs22 {
        font-size: 17px;
    }

    .fs24 {
        font-size: 18px;
    }

    .fs26 {
        font-size: 20px;
    }

    .fs28 {
        font-size: 21px;
    }
    .fs30 {
        font-size: 22px;
    }
    .fs32 {
        font-size: 25px;
    }

    .fs34 {
        font-size: 26px;
    }

    .fs36 {
        font-size: 28px;
    }

    .fs40 {
        font-size: 30px;
    }

    .fs42 {
        font-size: 31px;
    }
    .fs46 {
        font-size: 35px;
    }
    .fs48 {
        font-size: 36px;
    }
    .fs52 {
        font-size: 39px;
    }
    .fs54 {
        font-size: 41px;
    }
    .fs60 {
        font-size: 44px;
    }
    .sy-section-littleT{
        line-height: 18px;
    }
    .bannerP{
        line-height: 45px;
    }
    .xwzxBox2 ul li .newDetail .p2{
        line-height: 20px;
    }
    .launchButton .layui-icon, .launcheButton .layui-icon {
        font-size: 20px !important;
    }
    .tdcyBox1 .tdcyBox1Bot li .p1{
        line-height: 24px;
    }
}

@media screen and (max-width: 800px) {
    body {
        background: #F7F7F7;
    }

    /*头部*/
    .nav li:nth-last-child(2) {
        width: 100%
    }

    .nav li .v1 {
        color: #333;
    }

    /*.nav li.on .v1 {*/
    /*    color: #333;*/
    /*}*/

    .header {
        height: 13.33vw;
        background: #fff;
        position: fixed;
    }

    .headerLogin p {
        color: #666;
    }

    .wp {
        width: 92vw;
        cursor: none;
        display: flex;
        align-items: center;
    }

    .fr {
        position: absolute;
        right: 14.13vw;
        padding-top: 1.33vw;
    }

    .nav {
        position: fixed;
        top: 13.33vw;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 99;
        display: none;
        float: right;
        margin-left: 50%;
        margin-right: 0;
    }

    .nav li {
        float: none;
        width: auto;
        text-align: left;
        border-bottom: 1px solid #E7EEF4;
    }

    .nav li a {
        display: block;
        margin: 0
    }

    .nav li .v1 {
        line-height: 3;
    }

    .nav li .sub {
        position: static
    }

    .menuBtn {
        display: block
    }

    .logo {
        height: 13.33vw;
        line-height: 13.33vw
    }

    .logo img {
        height: 10.27vw;
        width: auto;
        content: url(/sites/www/images/img/znhLogo2.png);
    }

    .so {
        margin: 0 auto
    }

    .ul-tab {
        margin: 0 -10px
    }

    .ul-tab li .con {
        margin: 0 10px
    }

    /*底部*/
    .footer {
        height: 56vw;
    }

    .footer .footerCen {
        display: flex;
        flex-direction: column;
        padding-top: 0;
    }

    .footer .footerCen .footerCenT img {
        width: 27.6vw;
        height: 10vw;
        margin: 4vw 0 3.33vw 0;
    }

    .footer .footerCen .footerCenC li .p2 {
        display: none;
    }

    .footer .footerCen .footerCenC {
        flex-wrap: wrap;
        height: 29.87vw;
        padding: 4vw 0;
    }

    .footer .footerCen .footerCenC li {
        width: 16vw;
        margin-right: 5.6vw;
    }

    .footer .footerCen .footerCenC li:nth-child(5) {
        position: relative;
    }

    .footer .footerB {
        margin-top: 0;
        line-height: 6.5vw;
    }
}

@media screen and (max-width: 450px) {
    .fs18 {
        font-size: 12px;
    }

    .fs22 {
        font-size: 14px;
    }
    .fs28 {
        font-size: 16px;
    }

    .fs40 {
        font-size: 18px;
    }

    .fs42 {
        font-size: 22px;
    }

    .headerLogin p {
        transform: scale(0.8);
    }

    .sy-section4 .tab {
        height: 9.87vw;
        line-height: 9.87vw;
    }

    .sy-section-left {
        display: none;
    }

    .sy-section-right {
        display: none;
    }

    .sy-section4 .more img {
        width: 1.33vw;
        height: 2vw;
    }

    .sy-section5 .left {
        width: 92vw;
        height: 81.07vw;
    }

    .sy-section5 .left .img-con {
        height: 52.8vw;
    }

    .sy-section5 .left .date {
        margin-top: 2.67vw;
    }

    .sy-section5 .title {
        margin: 1.33vw 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

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

    .sy-section5 .right-item {
        width: 92vw;
        padding: 3.33vw;
        margin-top: 4vw;
    }

    .sy-section5 .right-item .img-con {
        width: 29.33vw;
        height: 19.6vw;
        margin-right: 2.67vw;
    }

    .sy-section5 .right-item .ssnews .title {
        line-height: 4.27vw;
    }

    .sy-section5 .more img {
        width: 1.33vw;
        height: 2vw;
    }

    .sy-section5 .left .text {
        margin: 1.5625vw 4vw;
    }

    /*健康服务*/
    .jkfw-header {
        margin-top: 13.33vw;
    }

    .jkfw-header .intro {
        margin: 0 10vw;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .jkfw-header h1 {
        align-self: flex-start;
        font-size: 16px;
    }

    .jkfw-header .t {
        font-size: 12px;
    }

    .jkfw-section2 {
        flex-direction: column;
        padding-bottom: 0;
    }

    .jkfw-section2 .left {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 5.33vw;
        width: 100%;
    }

    .jkfw-section2 .left .line {
        width: 4.8vw;
        height: 0.8vw;
    }

    .jkfw-section2 .right {
        width: 100%;
        height: 51.73vw;
    }

    .jkfw-section3 {

    }

    .jkfw-section3 .jkfw-title-underline {
        width: 4.8vw;
        height: 0.8vw;
    }

    .jkfw-section3 .content {
        width: 76vw;
        flex-wrap: wrap;
    }

    .jkfw-section3 .content .item {
        width: 36vw;
        margin-bottom: 5.33vw;
    }

    .jkfw-section3 .content .item .icon {
        width: 13.73vw;
        height: 13.73vw;
    }

    .jkfw-section3 .content .item .t {
        margin-bottom: 4vw;
    }

    /*健康产品*/
    .jkcpBox1 {
        width: 100% !important;
        height: 11.6vw;
        padding: 0 4vw;
        background: #fff;
        margin-top: 0;
    }

    .jkcpBox1 ul li:last-child {
        display: none;
    }

    .jkcpBox1 ul li {
        margin-right: 9.07vw;
        padding: 0 0 0.67vw 0;
    }

    .jkcpBox1 ul .check {
        background: #fff;
        border-bottom: 0.53vw solid #2588F6;
        color: #2588F6;
    }

    .jkcpBox2 {
        width: 100%;
        display: block !important;
        margin-top: 2.67vw;
    }

    .jkcpBox2 ul {
        flex-wrap: nowrap;
        padding: 0 4vw;
    }

    .jkcpBox2 ul li {
        width: 44.53vw;
        height: 57.73vw;
        margin-right: 2.67vw;
        margin-bottom: 0;
        background: #fff;
    }

    .jkcpBox2 ul li:nth-child(2n) {
        margin-right: 0;
    }

    .jkcpBox2 ul li img {
        width: 30.13vw;
        height: 30.13vw;
        margin-top: 4vw;
    }

    .jkcpBox2 ul li .p1 {
        margin-top: 2.67vw;
    }

    .jkcpBox2 ul li .p2 {
        bottom: 3.2vw;
    }
    /*商品详情*/
    .cpxq-main {
        margin-top: 14.33vw;
        flex-direction: column;
        align-items: inherit;
    }
    .cpxq-section1 .goods-num-opt{
        width: 4vw;
        height: 4vw;
        line-height: 4vw;
    }
    .cpxq-section1 .main-img-con .main-img{
        width: 100%;
        height: 100%;
    }
    .cpxq-section1 .sub-img-swiper .sub-img{
        margin: 0;
    }
    .cpxq-section1 .btn{
        width: auto;
        height: auto;
        padding: 1.33vw 2.67vw;
    }
    /*订单页面*/
    .main {
        margin-top: 0;
        flex-direction: column;
        align-items: inherit;
    }
    .wddd-part1 .tab{
        width: 25%;
        padding: 2.67vw 0;
    }
    .wddd-topu{
        width: 15vw;
    }
    .wddd-orderitem{
        margin-bottom: 2.67vw;
        background: #fff;
        padding: 1.33vw 0;
    }
    .wddd-part3 .order-item{
        height: 10vw;
    }
    .wddd-part3 .img{
        width: 7vw;
        height: 7vw;
    }

    /*确认订单*/
    .tjdd-main{
        flex-direction: column;
        align-items: inherit;
        margin-top: 17.33vw;
    }
    .tjdd-section1, .tjdd-section2{
        padding: 2.67vw;
        margin-bottom: 2.67vw;
    }
    .tjdd-section1 .address {
        margin: 4vw 1.042vw 0 1.042vw;
    }
    .tjdd-section2 .t1{
        padding-bottom: 2.67vw;
    }
    .tjdd-section2 .goods-item{
        margin-top: 2.67vw;
    }
    .tjdd-section2 .goods-item .goods-img{
        width: 14.167vw;
        height: 14.167vw;
    }
    .tjdd-section2 .pay-info{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .tjdd-section2 .remarks{
        width: 50vw;
        height: 8vw;
        margin-bottom: 2.67vw;
    }
    .tjdd-section2 .btn-confirm{
        padding: 1.33vw 2.67vw;
        margin-top: 2.67vw;
    }
    .tjdd-dialog-add-address .content{
        width: 90vw;
        padding: 2.67vw;
    }
    .tjdd-dialog-add-address .close{
        width: 4vw;
        height: 4vw;
        top: 1.33vw;
        right: 1.33vw;
    }
    .tjdd-dialog-add-address .content .sub-title{
        width: 20vw;
        text-align: left;
        white-space:nowrap;
    }
    .tjdd-dialog-add-address .content .input{
        height: 8vw;
    }
    .tjdd-dialog-add-address .content .js-states{
        width: 80px;
    }
    .xxbj{
        width: 3px;
    }
    .tjdd-dialog-add-address .content .item{
        margin-top: 2.67vw;
    }
    .tjdd-dialog-add-address .content .address-detail{
        line-height: 6vw;
    }
    .tjdd-dialog-add-address .content .btn-cancel{
        width: 16vw;
        height: 8vw;
        margin-top: 2.67vw;
    }
    .tjdd-dialog-add-address .content .btn-confirm{
        width: auto;
        height: 8vw;
        margin-top: 2.67vw;
        padding: 0 2.67vw;
    }
    /*关于我们*/
    .gywm-header {
        margin-top: 13.33vw;
    }
    .gywm-header .intro {
        margin: 0 10vw;
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }
    .gywm-header .intro h1{
        font-size: 16px;
    }
    .gywm-header .intro .t{
        font-size: 12px;
    }
    .gywm-section2{
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }
    .gywm-section2 .tab{
        display: flex;
        flex-direction: column;
    }
    .gywm-section2 .tab .item{
        width: 93.33vw;
        height: 27.47vw;
        padding: 6.67vw;
        border-radius: 1.6vw;
        margin-bottom: 2.67vw;
    }
    .gywm-section2 #section1{
        align-items: center;
        width: 100%;
        padding: 4vw 2.67vw;
        background: #f7f7f7;
    }
    .gywm-section2 .line{
        width: 4.8vw;
        height: 0.8vw;
        margin-left: calc(50% - 2.4vw);
    }
    .gywm-section2 .pabt{
        flex-direction: column;
    }
    .gywm-section2 .left{
        width: 100%;
    }
    .gywm-section2 .right-con{
        width: 93.33vw;
        height: 55.2vw;
    }
    .gywm-section2 .right-con .t{
        height: 10.4vw;
        padding: 0 3.33vw;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-height: 10.4vw;
    }
    .gywm-section7{
        background: #fff;
        padding-top: 0;
    }
    .gywm-section7 .pxxjs{
        flex-direction: column;
    }
    .gywm-section7 .left{
        width: 93.33vw;
        height: 53.6vw;
        padding: 5.33vw;
        line-height: 4.8vw;
        border-radius: 1.6vw;
    }
    .gywm-section7 .right{
        width: 93.33vw;
        margin-top: 4vw;
    }
    .gywm-section7 .right .item{
        width: 45.33vw;
        height: 17.33vw;
        margin-bottom: 2.67vw;
        background: #f7f7f7;
        padding: 4vw;
    }
    .gywm-section7 .right .item .img{
        width: 9.07vw;
        height: 9.07vw;
    }
    .gywm-section8{
        background: #f7f7f7;
    }
    .gywm-section8 .content{
        flex-direction: column;
    }
    .gywm-section8 .item{
        width: 92vw;
        height: 94.13vw;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        padding: 4vw;
        margin-bottom: 4vw;
        background: #fff;
    }
    .gywm-title-underline{
        width: 4.8vw;
        height: 0.8vw;
    }
    .gywm-section8 .img1{
        width: 10.8vw;
        height: 10.8vw;
        margin-right: 4vw;
    }
    .gywm-section8 .gywm-section8-topC{
        width: 68.67vw;
        align-items: flex-start;
    }
    .gywm-section8 .gywm-section8-topC .t2{
        font-size: 13px;
        text-align: left;
    }
    .gywm-section8 .img2{
        width: 65.2vw;
        height: 65.2vw;
        margin-left: calc(50% - 32.6vw);
        margin-top: 4vw;
    }
    /*健康服务详情*/
    .jkfwxq-banner {
        margin-top: 13.33vw;
    }

    .jkfwxq-banner h1 {
        font-size: 22px;
    }

    .jkfwxq-section1 .tab {
        display: none;
    }

    .jkfwxq-section1 .content {
        margin: 0;
        padding: 2.67vw;
    }

    .jkfwxq-section1 .content .t1 {
        text-align: center;
        font-size: 18px;
    }

    .jkfwxq-section2 .jkfwxq-title-underline {
        margin-top: 1.8vw;
        height: 0.8vw;
        width: 4.8vw;
    }

    .jkfwxq-section2 .content {
        display: none;
    }

    .jkfwxq-section2 .content1 {
        flex-wrap: wrap;
        display: flex;
    }

    .jkfwxq-section2 .content1 .item {
        padding: 4vw;
        margin-bottom: 2.67vw;
        background-color: white;
        width: 92vw;
        height: 94.13vw;
    }

    .jkfwxq-section2 .content1 .item .img1 {
        margin-right: 4vw;
        width: 10.8vw;
        height: 10.8vw;
    }

    .jkfwxq-section2 .content1 .item .t1 {
        font-size: 14px;
    }

    .jkfwxq-section2 .content1 .item .t2 {
        margin-top: 1.2vw;
        font-size: 13px;
        text-align: left;
        line-height: 1.3;
    }

    .jkfwxq-section2 .content1 .item .img2 {
        width: 65.2vw;
        height: 65.2vw;
    }
}

.pages a{
    border: 1px solid #F4F5F4;
    color: black;
    display: inline-block;
    width: 38px;
    line-height: 38px;
    text-align: center;
    margin-left: 5px;
}
.pages a.active{
    background-color:#0A458C;
    color: white;
}
