/*1029626114@qq.com*/
@charset "utf-8";

.fullSlide {
    width   : 100%;
    overflow: hidden;
    position: relative;
}

/* 产品展示 */
.index_pro {
    padding: 0 0 80px 0;
}

.index_pro .title {
    font-size  : 40px;
    text-align : center;
    font-weight: 600;
    color      : #000000;
}

.index_pro .desc {
    font-size : 18px;
    text-align: center;
    color     : #333333;
    padding   : 10px 0 20px 0;
}

.index_pro .main {}


.index_pro .main .product-container {

    width     : 100%;
    margin-top: 40px;

}

.index_pro .main .product-container .swiper-slide {
    overflow: hidden;
}

.index_pro .main .product-container img {
    width: 100%;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.index_pro .main .product-container dd {
    display   : block;
    width     : 100%;
    height    : 40px;
    text-align: center;
    background: #1b1b1b;
}

.index_pro .main .product-container dd a {
    color      : #fff;
    font-size  : 14px;
    display    : block;
    line-height: 40px;
}

.index_pro .main .product-container:first-child {
    margin-left: 0px;
}

.index_pro .main .product-container:last-child {
    margin-right: 0px;
}


.index_pro .main .product-container .product-pagination {
    bottom: 0px;
}

.productIndex-pagination {
    display        : flex;
    justify-content: center;
}

.productIndex-pagination span {
    width     : 8px;
    height    : 8px;
    margin    : 05px;
    border    : 2px solid #fb6800;
    background: #fff;
    opacity   : 1;
}

.productIndex-pagination span.swiper-pagination-bullet-active {
    background: #fb6800;
}



/**/
.g-guide {
    background : url(../images/gdbg.jpg) no-repeat center top;
    height     : 520px;
    padding-top: 108px;
    box-sizing : border-box;
    font-family: "Microsoft Yahei";
}

.guide {
    width   : 1200px !important;
    height  : 436px;
    margin  : 0 auto;
    position: relative;
}

.guide dl {
    height: 327px;
}

.guide dl dt {
    overflow    : hidden;
    width       : 542px;
    height      : 327px;
    position    : relative;
    float       : right;
    margin-right: 25px;
}

.guide dl dt img {
    width  : 542px;
    height : 327px;
    display: block;
}

.guide dl dt i {
    width      : 120px;
    height     : 120px;
    display    : block;
    background : url(../images/vdo_btn.png) no-repeat;
    position   : absolute;
    left       : 50%;
    top        : 50%;
    margin-left: -60px;
    margin-top : -60px;
    z-index    : 1;
}

.guide dl dd {
    width   : 490px;
    float   : left;
    position: relative;
}

.guide dl dd h3 {
    font-size    : 40px;
    color        : #333333;
    font-weight  : bold;
    margin-bottom: 15px;
    height       : 87px;
    line-height  : normal;
    white-space  : nowrap;
    position     : relative;
}

.guide dl dd h3:before {
    content        : '';
    position       : absolute;
    height         : 1px;
    width          : 300px;
    background     : #d2d2d2;
    background-size: 100%;
    bottom         : 1px;
    left           : 0;
}

.guide dl dd p {
    font-size  : 16px;
    color      : #666666;
    line-height: 36px;
    text-align : justify;
    height     : 185px;
}

.guide dl dd span {
    display : block;
    position: relative;
    height  : 68px;
}

.guide dl dd .guide-btn {
    display           : block;
    background        : url(../images/pro-btn.gif) no-repeat;
    height            : 32px;
    line-height       : 32px;
    width             : 120px;
    text-align        : left;
    color             : #fff;
    font-size         : 14px;
    padding-left      : 25px;
    -webkit-transition: .3s;
    -moz-transition   : .3s;
    transition        : .3s;
}

.guide dl dd a:hover {
    transform: translateX(5px);
}

.guide dl dt img {
    -webkit-transition: .3s;
    -moz-transition   : .3s;
    transition        : .3s;
}

.guide dl:hover dt img {
    -webkit-transform: scale(1.03);
    -moz-transform   : scale(1.03);
    -ms-transform    : scale(1.03);
    transform        : scale(1.03);
}


.digital ul {
    width   : 1300px;
    height  : 112px;
    margin  : 0px auto;
    position: relative;
    clear   : both;
    overflow: hidden;
}

.digital li {
    width       : 165px;
    padding-left: 0px;
    height      : 112px;
    box-sizing  : border-box;
    float       : left;
    text-align  : center;
    position    : relative;
    margin-right: 212px;
}

.digital li::after {
    content   : "";
    position  : absolute;
    width     : 113px;
    height    : 1px;
    background: #cbcbcb;
    right     : -180px;
    top       : 50px;
}

.digital li em {
    margin-left: 0px;
    display    : block;
    position   : relative;
    height     : 62px;
}

.digital li em b {
    margin-left: 0px;
    font-size  : 60px;
    color      : #333333;
    font-family: "Arial";
    font-weight: bold;
    line-height: 60px;
}

.digital li em i {
    font-size     : 16px;
    color         : #fff;
    text-align    : center;
    font-weight   : normal;
    text-align    : center;
    line-height   : 26px;
    width         : 26px;
    height        : 26px;
    display       : block;
    text-transform: uppercase;
    font-family   : "Arial";
    position      : absolute;
    bottom        : 10px;
    right         : 0px;
    border-radius : 100%;
    background    : #FABF1B;
}

.digital li h3 {
    font-size  : 20px;
    color      : #4c4c4c;
    text-align : center;
    font-weight: normal;
}

.digital li:nth-child(2) em b {
    margin-left: -22px;
}

.digital li:nth-child(2) em i {
    right: 35px;
}

.digital li:nth-child(4) {
    margin-right: 0;
}

.digital li:nth-child(4) em i {
    right: 16px;
}

.digital li:nth-child(4)::after {
    width: 0;
}

/*行业解决方案*/
.solution {
    padding-top: 70px;
    margin-bottom: 50px;
}

.solu {
    height: 344px;
}

.solu h2 {
    text-align   : center;
    margin-bottom: 43px;
}

.solu h2 span {
    display    : block;
    font-size  : 40px;
    color      : #000000;
    font-weight: 600;
}

.solu h2 em {
    display    : block;
    text-align : center;
    font-size  : 18px;
    color      : #333333;
    padding    : 10px 0 20px 0;
    font-weight: 400;
}

.solu .sol-nav ul {
    height: 175px;
}

.solu .sol-nav ul li {
    float: left;
    width: 14.2%;
}

.solu .sol-nav ul li em {
    display : block;
    width   : 122px;
    height  : 122px;
    margin  : 0 auto;
    position: relative;
}

.solu .sol-nav ul li em i {
    display    : block;
    width      : 100%;
    line-height: 0;
    overflow   : hidden;
    position   : absolute;
    top        : 0;
    left       : 0;
}

.solu .sol-nav ul li em i img {
    width: 100%;
}

.solu .sol-nav ul li em i.default {
    -webkit-transform : translateX(0) rotate(0);
    transform         : translateX(0) rotate(0);
    -webkit-transition: all 0.5s ease-out;
    transition        : all 0.5s ease-out;
}

.solu .sol-nav ul li em i.hover {
    opacity   : 0;
    transform : scale(0);
    transition: .5s;
}

.solu .sol-nav ul li span {
    display    : block;
    height     : 53px;
    line-height: 53px;
    text-align : center;
    font-size  : 20px;
    color      : #555555;
}

.solu .sol-nav ul li.cur i.default {
    opacity          : 0;
    visibility       : hidden;
    -webkit-transform: translateX(100%) rotate(180deg);
    transform        : translateX(100%) rotate(180deg);
}

.solu .sol-nav ul li.cur i.hover {
    opacity  : 1;
    transform: scale(1);
}

.solu .sol-nav ul li.cur span {
    color: #13b7aa;
}

.solution .sol-left {
    width: 49.4%;
    float: left;
}

.solution .sol-left dl {
    width   : 100%;
    position: relative;
}

.solution .sol-left dl dt {
    width      : 100%;
    line-height: 0;
    overflow   : hidden;
}

.solution .sol-left dl dt img {
    width     : 100%;
    transition: 1s;
}

.solution .sol-left dl dd {
    height    : 158px;
    width     : 100%;
    position  : absolute;
    left      : 0;
    bottom    : 0;
    padding   : 0 3%;
    box-sizing: border-box;
}

.solution .sol-left dl dd .left {
    width                 : 83.5%;
    height                : 136px;
    background            : #FFF;
    border-top-left-radius: 20px;
    padding               : 19px 37px 0 64px;
    box-sizing            : border-box;
    float                 : left;
    position              : relative;
}

.solution .sol-left dl dd .left:before {
    width     : 4px;
    height    : 44px;
    background: #13b7aa;
    content   : "";
    position  : absolute;
    left      : 22px;
    bottom    : -24px;
}

.solution .sol-left dl dd .left h4 {
    height       : 38px;
    margin-bottom: 7px;
    overflow     : hidden;
}

.solution .sol-left dl dd .left h4 a {
    display    : block;
    height     : 38px;
    line-height: 38px;
    float      : left;
    font-size  : 16px;
    color      : #13b7aa;
    font-weight: bold;
}

.solution .sol-left dl dd .left h4 i {
    display    : block;
    float      : right;
    height     : 38px;
    line-height: 38px;
    color      : rgba(102, 102, 102, 0.6);
    font-weight: normal;
}

.solution .sol-left dl dd .left p {
    line-height: 23px;
    font-size  : 14px;
    color      : #858585;
}

.solution .sol-left dl dd .btn {
    width                     : 16.5%;
    height                    : 136px;
    background                : #FABF1B;
    float                     : left;
    border-bottom-right-radius: 10px;
}

.solution .sol-left dl dd .btn a {
    display    : block;
    height     : 134px;
    padding-top: 44px;
    box-sizing : border-box;
}

.solution .sol-left dl dd .btn i {
    display       : block;
    height        : 40px;
    line-height   : 40px;
    text-align    : center;
    font-size     : 14px;
    color         : #FFF;
    padding-top   : 23px;
    background    : url(../images/sol-jt.png) no-repeat top center;
    letter-spacing: 2px;
}

.solution .sol-rig {
    width: 49.4%;
    float: right;
}

.solution .sol-rig ul li {
    float        : left;
    width        : 48.9%;
    margin-bottom: 15px;
    position     : relative;
}

.solution .sol-rig ul li:nth-child(2n) {
    float: right;
}

.solution .sol-rig ul li span {
    display    : block;
    width      : 100%;
    line-height: 0;
    overflow   : hidden;
}

.solution .sol-rig ul li span img {
    width     : 100%;
    transition: 1s;
}

.solution .sol-rig ul li .hover {
    width     : 100%;
    height    : 100%;
    background: rgba(250,191,27, 0.8);
    text-align: center;
    position  : absolute;
    left      : 0;
    top       : 0;
    transform : scale(0);
    opacity   : 0;
    transition: .8s;
}

.solution .sol-rig ul li .hover i {
    display  : inline-block;
    font-size: 16px;
    color    : #FFF;
    position : absolute;
    left     : 50%;
    top      : 50%;
    transform: translate(-50%, -50%);
}

.solution .sol-rig ul li:nth-child(3),
.solution .sol-rig ul li:last-child {
    margin-bottom: 0;
}

.solution .sol-rig ul li:hover .hover {
    transform: scale(1);
    opacity  : 1;
}

.solution .sol-left:hover dl dt img {
    -webkit-transform: scale(1.1);
    -moz-transform   : scale(1.1);
    -ms-transform    : scale(1.1);
    transform        : scale(1.1);
}

.solution .sol-rig ul li:hover span img {
    -webkit-transform: scale(1.1);
    -moz-transform   : scale(1.1);
    -ms-transform    : scale(1.1);
    transform        : scale(1.1);
}

/*新闻资讯*/
.news {
    padding: 0 0 0;
}

.news .news_con1 {
    width     : 708px;
    margin    : 0 auto 50px auto;
    background: url('../images/titlebg.png') left top no-repeat;
    text-align: center;
}

.news .title {
    font-size  : 40px;
    text-align : center;
    font-weight: 600;
    color      : #000000;
}

.news .desc {
    font-size : 18px;
    text-align: center;
    color     : #333333;
    padding   : 10px 0 20px 0;
}

.news01 {
    width: calc(92% / 3);
}

.news01:nth-child(2) {
    margin: 0 4%;
}

.news_tit {
    height     : 80px;
    line-height: 74px;
    overflow   : hidden;
    position   : relative;
}

.news_tit a {
    font-size   : 18px;
    color       : #333;
    padding-left: 22px;
}

.news_tit a:hover,
.news dl dd h5 a:hover {
    color: #006ab0;
}

.news_tit:before {
    content   : "";
    width     : calc(100% - 160px);
    height    : 1px;
    position  : absolute;
    top       : 37px;
    right     : 0;
    background: #d9d9d9;
}

.news_tit:after {
    content   : "";
    width     : 3px;
    height    : 25px;
    position  : absolute;
    top       : 26px;
    left      : 0;
    background: #333;
}

.news dl {
    width: 100%;
}

.news dl dt {
    width        : 100%;
    height       : 211px;
    line-height  : 0;
    overflow     : hidden;
    border-radius: 10px;
}

.news dl dt img {
    width        : 100%;
    height       : 211px;
    border-radius: 10px;
}

.news dl dt img {
    -webkit-transition: 1s;
    -moz-transition   : 1s;
    transition        : 1s;
}

.news dl dt img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform   : scale(1.1);
    -ms-transform    : scale(1.1);
    transform        : scale(1.1);
}

.news dl dd {
    width  : 100%;
    padding: 35px 0;
}

.news dl dd em {
    display    : block;
    height     : 50px;
    font-size  : 16px;
    color      : #5f5f5f;
    line-height: 70px;
    overflow   : hidden;
    width      : 376px;
    background : url(../images/anews_ico.gif) no-repeat right 0;
}

.news dl dd i {
    display      : block;
    float        : left;
    width        : 48px;
    height       : 48px;
    text-align   : center;
    line-height  : 48px;
    background   : #e6e6e6;
    border-radius: 10px;
    font-size    : 28px;
    color        : #333;
    margin-right : 10px;
}

.news dl dd h5 {
    height     : 30px;
    line-height: 30px;
    overflow   : hidden;
    padding    : 25px 0 0;
}

.news dl dd h5 a {
    font-size    : 16px;
    color        : #333;
    display      : block;
    width        : 100%;
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
}

.news_desc {
    font-size  : 14px;
    color      : #555;
    line-height: 26px;
    height     : 78px;
    overflow   : hidden;
    padding    : 10px 0 0;
}

.news dl dd span {
    display: block;
    width  : 110px;
    padding: 30px 0 0;
}

.news dl dd span a {
    display      : block;
    width        : 110px;
    text-align   : center;
    height       : 32px;
    line-height  : 32px;
    overflow     : hidden;
    background   : #f2f2f2;
    border-radius: 30px;
    font-size    : 14px;
    color        : #555;
}

.news dl dd span a:hover {
    background: #006ab0;
    color     : #fff;
}

.news dl dd {
    vertical-align   : middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform        : perspective(1px) translateZ(0);
    box-shadow       : 0 0 1px transparent;
    position         : relative;
    overflow         : hidden;
}

.news dl dd:after {
    content   : "";
    width     : 100%;
    height    : 2px;
    position  : absolute;
    bottom    : 0;
    left      : 0;
    background: #e6e6e6;
}

.news dl dd:before {
    content                           : "";
    position                          : absolute;
    z-index                           : 1;
    left                              : 0;
    right                             : 100%;
    bottom                            : 0;
    background                        : #086fb2;
    height                            : 2px;
    -webkit-transition-property       : right;
    transition-property               : right;
    -webkit-transition-duration       : 0.5s;
    transition-duration               : 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function        : ease-out;
}

.news dl dd:hover:before {
    right: 0;
}

.news_dot {
    width   : 80px;
    right   : 0;
    bottom  : 46px;
    position: absolute;
    z-index : 1;
    overflow: hidden;
}

.news_dot ul li {
    float        : left;
    margin       : 0 10px 0 0;
    display      : inline;
    cursor       : pointer;
    width        : 10px;
    height       : 10px;
    background   : #006ab0;
    text-indent  : -99999px;
    border-radius: 50%;
}

.news_dot ul .on {
    background: #086fb2;
}

.news .news01:first-child {
    margin-left: 0;
}

/**/
.about {
    height    : 1017px;
    background: url(../images/abo-pic.jpg) no-repeat top center;
    margin-top: 60px;
}

.abo {
    padding-top: 549px;
}

.abo .abo-con h2 {
    text-align   : center;
    height       : 200px;
    background   : #FFF;
    box-shadow   : 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding-top  : 34px;
    box-sizing   : border-box;
    margin-bottom: 46px;
}

.abo .abo-con h2 span {
    display    : block;
    height     : 82px;
    line-height: 82px;
    text-align : center;
    position   : relative;
    margin     : 0 auto;
    font-family: "苹方";
    font-weight: bold;
    padding    : 0 6px;
    width      : 668px;
    font-size  : 40px;
    color      : #3c3c3c;
}

.abo .abo-con h2 span:before {
    width     : 26px;
    height    : 6px;
    background: url(../images/gui-zs.png) no-repeat center;
    content   : "";
    position  : absolute;
    left      : 0;
    top       : 38px;
}

.abo .abo-con h2 span:after {
    width     : 26px;
    height    : 6px;
    background: url(../images/gui-zs.png) no-repeat center;
    content   : "";
    position  : absolute;
    right     : 0;
    top       : 38px;
}

.abo .abo-con h2 em {
    display    : block;
    height     : 50px;
    line-height: 50px;
    font-weight: normal;
    font-size  : 18px;
    color      : #3c3c3c;
    font-family: "苹方";
    font-weight: normal;
}

.abo .abo-con p {
    width      : 1054px;
    margin     : 0 auto 36px;
    line-height: 30px;
    font-size  : 14px;
    color      : rgba(0, 0, 0, 0.8);
    text-align : center;
}

.abo .abo-con strong {
    display     : block;
    width       : 150px;
    height      : 46px;
    line-height : 46px;
    margin      : 0 auto;
    background  : url(../images/zx-bj.png) no-repeat center;
    padding-left: 28px;
    box-sizing  : border-box;
}

.abo .abo-con strong a {
    display    : block;
    font-size  : 18px;
    color      : #FFFFFF;
    font-family: "苹方";
}


.contact {
    height    : 500px;
    background: url(../images/contact.jpg) no-repeat center;
    animation : myfirst 20s linear 0s infinite alternate;
}

@keyframes myfirst {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 100%;
    }
}

.cont {
    padding-top: 55px;
}

.cont h2 {
    text-align    : center;
    font-size     : 48px;
    height        : 74px;
    line-height   : 74px;
    color         : #FFFFFF;
    font-weight   : normal;
    text-transform: uppercase;
    margin-bottom : 12px;
}

.cont ul li {
    margin-bottom: 37px;
    text-align   : center;
}

.cont ul li span {
    display    : block;
    height     : 30px;
    line-height: 30px;
    font-size  : 14px;
    color      : #FFFFFF;
}

.cont ul li p {
    line-height: 34px;
    font-size  : 20px;
    color      : #FFFFFF;
    font-family: "Acrom";
    text-align : center;
}

.foot {
    height     : 370px;
    padding-top: 95px;
    box-sizing : border-box;
}

.foot .ftlogo {
    width       : 328px;
    height      : 174px;
    padding-left: 39px;
    box-sizing  : border-box;
    margin-top  : 9px;
    border-right: 1px solid #e5e5e5;
}

.foot .ftlogo a {
    display      : block;
    width        : 134px;
    height       : 104px;
    padding-top  : 4px;
    box-sizing   : border-box;
    margin-bottom: 27px;
}

.foot .ftlogo a img {
    width : 260px;
    height: 100px;
}

.foot .ftlogo span {
    display  : block;
    font-size: 15px;
    color    : #4D4D4D;
}

.foot .ft-nav {
    width       : 484px;
    padding     : 0 25px 0 89px;
    box-sizing  : border-box;
    border-right: 1px solid #e5e5e5;
}

.foot .ft-nav ul li {
    float        : left;
    width        : 140px;
    height       : 35px;
    line-height  : 35px;
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
}

.foot .ft-nav ul li:nth-child(2n) {
    float: right;
}

.foot .ft-nav ul li a {
    font-size: 15px;
    color    : #4c4c4c;
}

.foot .ft-code {
    width: 286px;
    float: right;
}

.foot .ft-code span {
    display     : block;
    width       : 106px;
    float       : left;
    margin-right: 22px;
}

.foot .ft-code span i {
    display: block;
    width  : 88px;
    height : 88px;
    border : 1px solid #dfdfdf;
    padding: 8px;
}

.foot .ft-code span i img {
    width: 100%;
}

.foot .ft-code span em {
    display    : block;
    height     : 42px;
    line-height: 42px;
    text-align : center;
    font-size  : 14px;
    color      : rgba(0, 0, 0, 0.6);
}

.link {
    height    : 80px;
    background: #1A1A1A;
}

.link span {
    display    : block;
    width      : 600px;
    float      : left;
    height     : 80px;
    line-height: 80px;
}

.link span em {
    display     : inline-block;
    font-size   : 13px;
    color       : rgba(255, 255, 255, 0.6);
    margin-right: 30px;
}

.link span em a {
    font-size: 13px;
    color    : rgba(255, 255, 255, 0.6);
}

.link strong {
    display     : block;
    float       : right;
    line-height : 80px;
    margin-right: 1180px;
}

.link strong i {
    display     : inline-block;
    height      : 80px;
    font-size   : 13px;
    color       : rgba(255, 255, 255, 0.6);
    float       : left;
    margin-right: 10px;
    font-weight : normal;
}

.link strong a {
    font-size  : 13px;
    color      : rgba(255, 255, 255, 0.6);
    margin-left: 8px;
    font-weight: normal;
}

html {
    font-size               : 10px;
    -webkit-text-size-adjust: none;
}



@media screen and (min-width: 1200px) {
    html {
        font-size: 15px;
    }
}

@media screen and (min-width: 1280px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 1366px) {
    html {
        font-size: 17px;
    }
}

@media screen and (min-width: 1440px) {
    html {
        font-size: 18px;
    }
}

@media screen and (min-width: 1600px) {
    html {
        font-size: 20px;
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 24px;
    }
}


@media screen and (max-width: 750px) {

    /*侧边导航*/
    .opacity2,
    .opacity3 {
        width     : 100%;
        height    : 100%;
        position  : fixed;
        top       : 0px;
        left      : 0px;
        background: rgba(0, 0, 0, 0.5);
        z-index   : 20;
        display   : block;
    }

    .model-leftnav {
        width     : 70%;
        height    : 100%;
        background: #fff;
        position  : fixed;
        top       : 0px;
        left      : 0;
        z-index   : 44;
    }

    .model-leftnav-top {
        padding    : 0 5%;
        margin     : 0;
        height     : 58px;
        overflow   : hidden;
        line-height: 58px;
        font-size  : 18px;
        font-weight: bold;
        color      : #fff;
        background : #FABF1B;
        text-align : center;
    }

    .model-leftnav-top span {
        display        : inline-block;
        height         : 100%;
        padding-left   : 45px;
        background     : url(../images/icon15.png) left center no-repeat;
        background-size: 32px auto;
    }

    .model-leftnav-main {
        width     : 100%;
        height    : 90%;
        overflow-y: scroll;
    }

    .model-leftnav-main .nnav {
        width   : 100%;
        height  : auto;
        overflow: hidden;
    }

    .model-leftnav-main .nnav li {
        width        : 100%;
        height       : auto;
        overflow     : hidden;
        border-bottom: 1px solid #e6e6e6;
    }

    .model-leftnav-main .nnav li a.ce {
        display     : block;
        height      : 44px;
        line-height : 44px;
        padding-left: 15px;
        position    : relative;
        color       : #333333;
        font-size   : 16px;
        position    : relative;
    }

    .model-leftnav-main .nnav .yiji {
        position: relative;
    }

    .model-leftnav-main .nnav li .on {
        width          : 30px;
        height         : 30px;
        display        : flex;
        justify-content: center;
        align-items    : center;
        position       : absolute;
        right          : 5px;
        top            : 10px;
    }

    .model-leftnav-main .nnav .yiji.xz a.ce {
        color: #005baa;
    }

    .model-leftnav-main .nnav .yiji>dl {
        padding-right: 15px;
        padding-left : 5px;
        width        : 40px;
        height       : 44px;
        line-height  : 44px;
        float        : right;
        z-index      : 3;
        position     : relative;
    }

    .model-leftnav-main .nnav .yiji dl img {
        width: 100%;
    }

    .model-leftnav-main .nnav .yiji dl span {
        width : 20px;
        height: 20px;
    }

    .model-leftnav-main .nnav .yiji dl .icon1 {
        display: none;
    }

    .model-leftnav-main .nnav .yiji.xz .er_icon .icon1,
    .model-leftnav-main .nnav .yiji .erji.tz .icon1,
    .model-leftnav-main .nnav .yiji .erji.tz .threeji.fz .icon1 {
        display: block;
    }

    .model-leftnav-main .nnav .yiji .erji.tz .threeji .icon1 {
        display: none;
    }

    .model-leftnav-main .nnav .yiji .erji.tz .threeji .icon2 {
        display: block;
    }

    .model-leftnav-main .nnav .yiji.xz .er_icon .icon2,
    .model-leftnav-main .nnav .yiji .erji.tz .icon2,
    .model-leftnav-main .nnav .yiji .erji .threeji.fz .icon2 {
        display: none;
    }

    .model-leftnav-main .nnav li a.er {
        padding-left: 28px;
        color       : #333;
        font-size   : 16px;
        display     : block;
        height      : 40px;
        line-height : 40px;
        position    : relative;
    }

    .model-leftnav-main .nnav .yiji dl.thr_icon,
    .model-leftnav-main .nnav .yiji dl.four_icon {
        height     : 40px;
        line-height: 40px;
    }

    .model-leftnav-main .nnav li.tz a.er {
        color: #005baa;
    }

    .model-leftnav-main .nnav li.tz a.er:before {
        content   : "";
        width     : 3px;
        height    : 12px;
        background: #005baa;
        position  : absolute;
        top       : 14px;
        left      : 18px;
    }

    .model-leftnav-main .nnav li .menu_body {
        display: none;
        padding: 0 10px 10px 10px;
    }

    .model-leftnav-main .nnav li .menu_body li {
        border-bottom: none;
        padding      : 0;
        background   : #f1f1f1;
        padding      : 10px 5px 10px 5px;
        box-sizing   : border-box;
        margin       : 2px 0;
        position     : relative;
    }

    .model-leftnav-main .nnav li .menu_body li>a {
        padding-left: 5px;
    }

    .model-leftnav-main .nnav li .menu_body li .on1 {
        width          : 30px;
        height         : 30px;
        position       : absolute;
        right          : 5px;
        top            : 5px;
        display        : flex;
        align-items    : center;
        justify-content: center;
    }

    .model-leftnav-main .nnav li .menu_body li>a {
        font-size: 13px;
    }

    .model-leftnav-main .nnav li .menu_body li dl {
        display    : none;
        flex-wrap  : wrap;
        margin-top : 10px;
        border-top : 2px solid #fff;
        padding-top: 7px;
    }

    .model-leftnav-main .nnav li .menu_body li dl dt {
        padding      : 5px 10px;
        background   : #fff;
        border-radius: 2px;
        margin       : 5px 3px;
    }

    .model-leftnav-main .nnav li .thr_body,
    .model-leftnav-main .nnav li .thr_body .four_body {
        display: none;
    }

    .model-leftnav-main .nnav li .thr_body a {
        padding-left: 42px;
        color       : #333;
        font-size   : 14px;
        display     : block;
        height      : 40px;
        line-height : 40px;
        overflow    : hidden;
    }

    .model-leftnav-main .nnav li .four_body a.four {
        color      : #666;
        height     : 32px;
        line-height: 32px;
        overflow   : hidden;
    }

    .nnav_login {
        display        : flex;
        padding        : 15px 10px;
        flex-wrap      : wrap;
        justify-content: space-between;
    }

    .nnav_login {
        display: flex;

        align-items: center;
    }

    .nnav_login .item {
        display      : flex;
        align-items  : center;
        background   : #006ac9;
        color        : #ffffff;
        padding      : 5px 6px;
        border-radius: 2px;
    }

    .nnav_login .item .a1 {
        margin-right: 5px;
    }

    .nnav_login .item .a1 a {
        font-size: 18px !important;
        color    : #ffffff;
    }

    .nnav_login .item .a2 a {
        font-size: 12px;
        color    : #ffffff;
    }

    .nnav_login .item:first-child {
        margin-left: 0px;

    }

    .nnav_login .item:last-child .a1 {
        margin-right: 5px;

    }

    .nnav_login .item:last-child .a2 span {
        color       : #ffffff;
        font-size   : 14px;
        margin-right: 2px;
    }

    .nnav_login .item:last-child .a2 {
        color      : #f0110a;
        font-weight: 600;
        font-size  : 14px;

    }


    /*侧边导航结束*/

}