.content {
    padding: 50px 0;
    position: relative;
    min-height: 300px;
}

.content img {
    max-width: 100%;
}

.sub-banner {
    height: 280px;
    margin-top: 100px;
}

.inner_cont {
    font-size: 14px;
    color: #454545;
    width: calc(100% - 320px);
    float: right;
}

.inner_cont img {
    max-width: 100%;
}

.inner_left {
    width: 270px;
    float: left;
}

@media only screen and (max-width:920px) {
    .sub-banner {
        margin-top: 0;
    }
}

@media only screen and (max-width:768px) {
    .sub-banner {
        height: 150px;
    }
}



.breadcrumb {
    color: #333;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.breadcrumb a {
    color: #333;
    text-decoration: underline;
}

.breadcrumb a:last-child {
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #1d2088;
}

@media only screen and (max-width: 920px) {
    .breadcrumb {}
}

@media only screen and (max-width: 768px) {
    .breadcrumb {
        font-size: 12px;
    }
}

/* ==========================================================================
   appC
   ========================================================================== */
.appfl .level01 {
    background: #fff;
    height: 67px;
    line-height: 67px;
    font-size: 20px;
    font-weight: bold;
    text-indent: 60px;
    position: relative;
    margin-bottom: 10px;
}

.appfl .level01 em {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: 10px;
    top: 15px;
}

.appfl .level01 em {
    background-position: left top;
}

.appfl .level01 em {
    background-position: left bottom;
}

.appfl .level01 a {
    color: #333;
    font-size: 30px;
}

.appfl .level01 a:hover {
    color: #1d2088;
}

.appfl .level02 {
    padding: 30px;
    border: 1px solid #c8c8d5;
    background: #fff;
    font-size: 16px;
    /*height: 320px;*/
}

.appfl .level02 a {
    width: 100%;
    height: 40px;
    text-indent: 30px;
    line-height: 40px;
    display: block;
    position: relative;
    color: #1d2088;
}

.appfl .level02 a:before {
    content: "";
    display: block;
    top: 50%;
    left: 5px;
    margin-top: -3px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #1d2088;
    border-bottom: 6px solid transparent;
}

.appfl .level02 a:hover {
    text-decoration: underline;
}

.innerappC .row {
    width: calc(20% - 15px);
    float: left;
    margin-left: 18px;
}

.innerappC .row:first-child {
    margin-left: 0;
}

@media only screen and (max-width: 1200px) {
    .appfl .level02 {
        font-size: 14px;
        padding: 20px;
        height: 250px;
    }

    .appfl .level02 a {
        text-indent: 20px;
        line-height: 30px;
        height: 30px;
    }

    .appfl .level01 a {
        font-size: 18px;
    }

    .appfl .level01 em {
        left: 0;
    }

    .appfl .level01 {
        text-indent: 40px;
    }

    .innerappC .row {
        width: calc(20% - 7px);
        float: left;
        margin-left: 8px;
    }
}

@media only screen and (max-width: 768px) {
    .innerappC .row {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .appfl .level02 {
        font-size: 14px;
        padding: 20px;
        height: auto;
    }

    .appfl .level02 a {
        width: calc(50% - 7px);
        float: left;
        margin-right: 7px;
        text-indent: 15px;
        font-size: 12px;
    }

    .appfl .level02 a:before {
        left: 0;
        margin-top: -5px;
    }

    .appfl .level01 {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        margin-bottom: 0;
    }

    .appfl .level01 em {
        top: 0;
    }
}

.breadcrumb.mar20 {
    margin-left: 20px;
}

.innerapp h3.tit01 {
    font-size: 30px;
    margin-top: 20px;
    margin-left: 20px;
}

.applevel03 {
    border-bottom: 1px solid #ddd;
    height: 46px;
    padding: 0 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.applevel03 a {
    padding: 0 20px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin-right: 15px;
    background: #eeeeee;
    border: 1px solid #eeeeee;
}

.applevel03 a.on {
    background: #fff;
    border-bottom: 1px solid #fff;
}

.nrydrow {
    text-align: right;
}

.nrydrow a {
    line-height: 24px;
    padding: 0 20px;
    border: 1px solid #a6a6a6;
    color: #1d2088;
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
}

.nrydrow a.on {
    border-color: #1d2088;
}

.innerapp .yylybox .rowbd {
    border: 1px solid #e4e4e9;
    padding: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    word-break: break-all;
    word-wrap: break-word;
}

.innerapp .yylybox .rowbd img {
    max-width: 100%;
}

.innerapp .yylybox .rowhd {
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.innerapp .yylybox .rowhd i {
    color: #1d2088;
    margin-right: 20px;
}

.tjpro li {
    width: 25%;
    float: left;
    height: 30px;
    line-height: 30px;
}

.tjpro li i {
    color: #1d2088;
}

.yylyqmenu {
    max-width: 1200px;
    margin: 60px auto 0 auto;
}

.yylyqmenu .row {
    width: calc(33.33% - 12px);
    height: 188px;
    overflow: hidden;
    border: 1px solid #e0e1e7;
    float: left;
    position: relative;
    background: #feffff;
    background-image: -webkit-linear-gradient(top, #feffff 0%, #e5e5eb 100%);
    background-image: -moz-linear-gradient(top, #feffff 0%, #e5e5eb 100%);
    background-image: linear-gradient(top, #feffff 0%, #e5e5eb 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#feffff', StartColorStr='#e5e5eb');
}

.yylyqmenu .row:nth-child(2) {
    margin: 0 15px;
}

.yylyqmenu .row .inco {
    position: absolute;
    left: -30px;
    top: -30px;
}

.yylyqmenu .row:nth-child(2) .inco {
    top: -50px;
}

.yylyqmenu .row:nth-child(3) .inco {
    top: -50px;
    left: 10px;
}

.yylyqmenu .row .txtarea {
    margin-top: 80px;
    margin-right: 30px;
    text-align: right;
    font-size: 18px;
}

.yylyqmenu .row .txtarea .txten {
    text-transform: Uppercase;
    color: #999;
}

.yylyqmenu .row:hover {
    transform: translate3d(0, -2px, 0);
}

@media only screen and (max-width: 1200px) {
    .tjpro li {
        width: 33.33%;
    }
}

@media only screen and (max-width: 920px) {
    .yylyqmenu .row .inco {
        width: 100px;
    }

    .yylyqmenu .row .inco {
        position: absolute;
        left: -20px;
        top: -10px;
    }

    .yylyqmenu .row:nth-child(2) .inco {
        top: -20px;
    }

    .yylyqmenu .row:nth-child(3) .inco {
        top: -20px;
        left: 10px;
    }

    .innerapp .yylybox .rowhd {
        font-size: 18px;
    }

    .innerapp .yylybox .rowhd i {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .nrydrow a {
        line-height: 24px;
        padding: 0 10px;
        border: 1px solid #a6a6a6;
        color: #1d2088;
        display: inline-block;
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }

    .nrydrow {
        text-align: left;
        margin-bottom: 20px;
    }

    .innerapp .yylybox .rowhd {
        text-indent: 0;
    }

    .innerapp .yylybox .rowbd {
        font-size: 12px;
    }

    .yylyqmenu .row .txtarea {
        margin: 0;
        text-align: center;
        font-size: 12px;
        line-height: 18px;
    }

    .yylyqmenu .row .inco {
        position: relative;
        width: 100%;
        height: 60px;
        line-height: 60px;
        text-align: center;
        left: auto;
        top: auto;
    }

    .yylyqmenu .row:nth-child(2) .inco {
        top: auto;
    }

    .yylyqmenu .row:nth-child(3) .inco {
        top: auto;
        left: auto;
    }

    .yylyqmenu .row:nth-child(3) .inco img {
        width: 30px;
    }

    .yylyqmenu .row .inco img {
        width: 35px;
    }

    .yylyqmenu .row {
        height: 100px;
    }

    .yylyqmenu {
        margin-top: 20px;
    }

    .innerapp .yylybox .rowbd {
        margin-bottom: 10px;
        padding: 10px;
    }

    .innerapp .yylybox .rowbd span,
    .innerapp .yylybox .rowbd p,
    .innerapp .yylybox .rowbd a,
    .innerapp .yylybox .rowbd sub {
        font-size: 14px !important;
    }

    .innerapp .yylybox .rowbd strong {
        font-weight: normal
    }

    .innerapp .yylybox .rowhd {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .innerapp .yylybox .rowhd i {
        margin: 0 10px;
    }

    .innerapp h3.tit01 {
        font-size: 18px;
        margin-top: 10px;
        margin-left: 0;
    }

    .applevel03 {
        padding: 0;
        height: auto;
    }

    .tjpro li {
        width: 50%;
    }

    .applevel03 a {
        font-size: 12px;
        padding: 0 10px;
        margin-top: 5px;
        height: 35px;
        line-height: 35px;
    }

    .applevel03 a:last-child {
        margin-right: 0;
    }

    .applevel03 a {
        margin-right: 3px;
    }
}


.yylyqmenu02 {
    width: 380px;
    float: right;
    margin: 30px;
}

.yylyqmenu02 .row {
    width: calc(100% - 2px);
    height: 188px;
    overflow: hidden;
    border: 1px solid #e0e1e7;
    position: relative;
    margin-bottom: 10px;
    background: #feffff;
    background-image: -webkit-linear-gradient(top, #feffff 0%, #e5e5eb 100%);
    background-image: -moz-linear-gradient(top, #feffff 0%, #e5e5eb 100%);
    background-image: linear-gradient(top, #feffff 0%, #e5e5eb 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#feffff', StartColorStr='#e5e5eb');
}

.yylyqmenu02 .row .inco {
    position: absolute;
    left: -30px;
    top: -30px;
}

.yylyqmenu02 .row:nth-child(2) .inco {
    top: -50px;
}

.yylyqmenu02 .row:nth-child(3) .inco {
    top: -50px;
    left: 10px;
}

.yylyqmenu02 .row .txtarea {
    margin-top: 80px;
    margin-right: 30px;
    text-align: right;
    font-size: 18px;
}

.yylyqmenu02 .row .txtarea .txten {
    text-transform: Uppercase;
    color: #999;
}

.yylyqmenu02 .row:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.innerprofl {
    border: 1px solid #dcdcdc;
    position: relative;
}

.innerprofl .left {
    width: calc(100% - 500px);
    float: left;
}

.promenu02 {
    width: 318px;
    height: 440px;
    padding-top: 40px;
    background: url(../images/xjnpic26.jpg) left bottom no-repeat;
    float: left;
}

.promenu02 li {
    position: relative;
    height: auto;
    /*text-transform: Uppercase;*/
}

.promenu02 li .level01 {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.promenu02 li .level01 a {
    color: #1d2088;
    display: inline-block;
    width: 100%;
    text-indent: 40px;
}

.innerprofl .level02 {
    width: 280px;
    padding: 50px 50px 50px 100px;
    float: left;
}

.innerprofl .level02 a {
    width: 100%;
    height: 50px;
    text-indent: 30px;
    line-height: 50px;
    border-bottom: 1px solid #e1e1e8;
    display: block;
    position: relative;
    color: #757681;
    font-size: 16px;
}

.innerprofl .level02 a:last-child {
    border-bottom: 0;
}

.innerprofl .level02 a:before {
    content: "";
    display: block;
    top: 50%;
    left: 5px;
    margin-top: -3px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #757681;
    border-bottom: 6px solid transparent;
}

.innerprofl .level02 a:hover {
    color: #1d2088;
}

.promenu02 .on {
    background: #ffffff;
    border-bottom: 1px solid #e1e1e8;
    border-top: 1px solid #e1e1e8;
}

@media only screen and (max-width: 1240px) {
    .yylyqmenu02 {
        width: 250px;
        float: right;
        margin: 30px;
        margin-left: 0;
    }

    .yylyqmenu02 .row {
        height: 120px;
    }

    .yylyqmenu02 .row .inco {
        width: 70px;
    }

    .yylyqmenu02 .row .inco {
        position: absolute;
        left: 20px;
        top: 25px;
    }

    .yylyqmenu02 .row:nth-child(2) .inco {
        top: 25px;
    }

    .yylyqmenu02 .row .txtarea {
        margin-top: 40px;
        margin-right: 30px;
        text-align: right;
        font-size: 18px;
    }

    .innerprofl .level02 {
        padding-left: 50px;
    }

    .promenu02 {
        width: 250px;
    }
}

@media only screen and (max-width:980px) {
    .innerprofl .level02 {
        padding-right: 20px;
    }

    .yylyqmenu02 {
        width: 220px;
    }

    .promenu02 {
        width: 220px;
    }

    .promenu02 li .level01 {
        font-size: 16px;
    }

    .innerprofl .level02 a {
        font-size: 14px;
    }
}

@media only screen and (max-width:768px) {
    .yylyqmenu02 {
        display: none;
    }

    .promenu02 {
        width: calc(100% - 20px);
        float: none;
        height: auto;
        background-size: cover;
        padding: 10px 10px 0 10px;
    }

    .promenu02 li {
        width: 80px;
        height: 40px;
        line-height: 40px;
        float: left;
        text-align: center;
    }

    .promenu02 li .level01 {
        height: 40px;
        line-height: 40px;
    }

    .promenu02 li .level01 a {
        font-size: 12px;
        text-indent: 0;
    }

    .promenu02 .on {
        background: #ffffff;
        border: 1px solid #e1e1e8;
        border-bottom: 0;
    }

    .innerprofl .level02 {
        padding: 20px;
        width: calc(100% - 40px);
        float: none;
    }

    .innerprofl .level02 a {
        height: 40px;
        text-indent: 20px;
        line-height: 40px;
        font-size: 12px;
    }
}


/* ==========================================================================
   support
   ========================================================================== */
.support_ul li {}

.support_ul li {
    width: 100%;
    height: 30px;
    text-indent: 20px;
    line-height: 30px;
    position: relative;
    color: #757681;
}

.support_ul2 li {
    width: 50%;
    float: left;
}

.support_ul4 li {
    width: 25%;
    float: left;
}

.support_ul_more {
    display: none;
}

.support_ul li:before {
    content: "";
    display: block;
    top: 50%;
    left: 0px;
    margin-top: -3px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #757681;
    border-bottom: 5px solid transparent;
}

.support_ul li a {
    color: #191919;
    font-size: 14px;
}

.support_ul li a:hover {
    color: #1d2088;
    text-decoration: underline;
}

.supportbox {
    margin-top: 30px;
}

.supportbox .left {
    width: calc(50% - 10px);
    float: left;
}

.supportbox .left .row {
    border: 1px solid #d2d2d2;
    padding: 30px 60px;
    margin-top: 15px;
}

.supportbox .left .row h3 {
    color: #1d2088;
    font-size: 18px;
    margin-bottom: 10px;
}

.supportbox .right {
    width: calc(50% - 130px);
    float: right;
    border: 1px solid #d2d2d2;
    padding: 30px 60px;
    margin-top: 15px;
    /*height: 603px;*/
    overflow: hidden;
}

.supportbox .right h3 {
    color: #1d2088;
    font-size: 18px;
    margin-bottom: 10px;
}

.supportbox .right .row {
    width: calc(50% - 20px);
    float: left;
}

.supportbox .right .row01 {
    margin-right: 40px;
}

.supportbox .right h4 {
    color: #1d2088;
    font-size: 16px;
    padding-bottom: 10px;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 10px;
    border-bottom: 1px solid #a0a0a0;
    margin-top: 10px;
}




@media only screen and (max-width: 920px) {
    .supportbox .left {
        width: calc(40% - 10px);
        float: left;
    }

    .supportbox .right {
        width: calc(60% - 70px);
        float: right;
        padding: 30px;
    }

    .supportbox .left .row {
        padding: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .supportbox .left {
        width: 100%;
        float: none;
    }

    .supportbox .right {
        width: calc(100% - 42px);
        float: right;
        padding: 20px;
        height: auto;
    }

    .supportbox .left .row {
        padding: 20px 10px 20px 10px;
    }

    .supportbox .right .row {
        width: calc(50% - 10px);
        float: left;
    }

    .supportbox .right .row01 {
        margin-right: 20px;
    }

    .support_ul li a {
        font-size: 12px;
    }

    .support_ul li {
        height: 24px;
        line-height: 24px;
        text-indent: 15px;
        line-height: 24px;
        width: 100%;
        float: left;
    }

    .support_ul2 li {
        width: 50%;
        float: left;
    }

    .supportbox .right h4 {
        font-size: 14px;
        padding-bottom: 0;
        margin-top: 0;
    }

    .supportbox .right h3,
    .supportbox .left .row h3 {
        font-size: 14px;
    }

    .supportbox {
        margin-top: 0;
    }

    .breadcrumb.mar20 {
        margin-left: 0;
    }
}

@media only screen and (max-width:380px) {
    .support_ul2 li {
        width: 100%;
    }

    .supportbox .right .row {
        width: 100%;
        float: none;
    }

    .supportbox .right .row01 {
        margin-right: 0;
    }

}

/* ==========================================================================
   support
   ========================================================================== */

.rowsldm {
    margin-top: 50px;
}

.rowsldm .tit {
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    padding-top: 40px;
    float: left;
}

.rowsldm .right {
    width: calc(100% - 240px);
    float: right;
}

.sldm_ul li {
    float: left;
    text-align: center;
    margin-right: 7%;
}

.sldm_ul li .num {
    font-size: 32px;
    padding: 0 10px 5px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #cc3d1c;
    position: relative;
    font-weight: bold;
}

.sldm_ul li .num:before {
    content: "";
    display: block;
    bottom: 0;
    left: -1px;
    position: absolute;
    width: 100%;
    height: 20px;
    border: 2px solid #7b7b80;
    border-top: 0;
}

.sldm_ul li em {
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 16px;
    background: #b3d465;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.sldm_ul li:nth-child(2) em {
    background: #89c997;
}

.sldm_ul li:nth-child(3) em {
    background: #7ecef4;
}

.sldm_ul li:nth-child(4) em {
    background: #88abda;
}

.sldm_ul li:nth-child(5) em {
    background: #8c97cb;
}

.sldm_ul li:nth-child(6) em {
    background: #aa89bd;
}

.sldm_ul li:nth-child(7) em {
    background: #c490bf;
}

.dmdy_ul li {
    width: calc(25% - 10px);
    float: left;
    margin-right: 10px;
}

.dmdy_ul dl:nth-child(2),
.dmdy_ul dl:nth-child(3),
.dmdy_ul dl:nth-child(4) {
    margin-top: 20px;
}

.dmdy_ul dt {
    font-size: 24px;
    font-weight: bold;
}

.dmdy_ul dt em {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    background: #b3d465;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.dmdy_ul dd {
    font-size: 16px;
}

.dmdy_ul dd span {
    color: #cc3d1c;
}

.dmdy_ul dd a:hover {
    text-decoration: underline;
}

.innertit {
    margin-top: 20px;
    border-bottom: 1px solid #cfd0d9;
    padding-bottom: 10px;
}

.innertit h3 {
    font-size: 30px;
    line-height: 50px;
    font-weight: bold;
}

.lvshbbox {
    margin: 30px;
}

@media only screen and (max-width: 1200px) {
    .dmdy_ul dd {
        font-size: 14px;
    }

    .rowsldm .tit {
        width: 140px;
    }

    .rowsldm .right {
        width: calc(100% - 160px);
    }
}

@media only screen and (max-width: 920px) {
    .dmdy_ul dd {
        font-size: 12px;
    }

    .rowsldm .tit,
    .rowsldm .right {
        width: 100%;
        float: none;
    }

    .rowsldm .tit {
        padding-top: 0;
        font-size: 18px;
        font-weight: bold;
    }

    .sldm_ul li .num {
        font-size: 24px;
    }

    .rowsldm {
        margin-top: 20px;
    }

    .dmdy_ul dt {
        font-size: 16px;
    }

    .innersupport .innertit h3 {
        font-size: 18px;
    }

    .innertit {
        margin-top: 20px;
    }

    .lvshbbox {
        margin: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .innertit h3 {
        font-size: 14px;
    }
}


/* ==========================================================================
   career-list
   ========================================================================== */
.qyflrow {
    padding: 60px;
    background: #1d2088 url(../images/xjnpic03.jpg) top right no-repeat;
}

.qyflrow .txtarea {
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    max-width: 580px;
}

.qyflrow .txtarea h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.career-list {
    margin-top: 30px;
}

.career-list table {
    width: 100%
}

.career-list th {
    padding: 0 15px;
    line-height: 48px;
    background: #fff;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    font-family: "Microsoft Yahei";
}

.career-list td {
    padding: 0 15px;
    line-height: 48px;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    color: #333;
    font-size: 16px;
    font-family: "Microsoft Yahei"
}

.career-list .on td {
    background-color: #f1f3f7;
    border-color: #f1f3f7;
}

.career-list .bd {
    display: none;
    padding: 10px 30px 30px 40px;
    background: #f1f3f7;
    color: #333;
    border-bottom: 1px solid #e7e7e7
}

.career-list .bd h4 {
    font-size: 14px;
    font-family: "Microsoft Yahei";
    margin-bottom: 8px
}

.career-list a:hover {
    text-decoration: underline
}

.career-list td label {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.career-list td .rotate {
    transition: all 580ms cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.career-list td .rotate180 {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    transform: rotate(90deg);
}

.career-list .td_zwmc {
    text-align: left;
}

.career-list td.td_zwmc {
    padding-left: 0;
}

.career-list .td_zprs {
    width: 100px;
}

.career-list .td_gzdd {
    width: 150px;
}

.career-list .td_date {
    width: 100px;
}

.career-list .td_cz {
    width: 100px;
}

.career-list .td_cz a {
    width: 110px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    background: #1d2088;
    color: #fff;
    font-size: 14px;
}

.career-list .td_cz a:hover {
    text-decoration: none;
    background: #2a2dac;
}

.career-list .td_zwmc i {
    color: #1d2088;
}

@media only screen and (max-width: 920px) {
    .qyflrow {
        background-size: auto 100%;
        background-position: right bottom;
    }

    .qyflrow .txtarea {
        color: #fff;
        font-size: 14px;
        overflow: hidden;
        max-width: 350px;
    }

    .qyflrow .txtarea h3 {
        font-size: 18px;
    }

    .career-list th {
        font-size: 14px;
    }

    .career-list td {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {

    .career-list .td_zprs,
    .career-list .td_gzdd,
    .career-list .td_date {
        display: none;
    }

    .career-list td {
        font-size: 12px;
    }

    .career-list .td_zwmc i {
        font-size: 16px;
    }

    .career-list .td_cz a {
        width: 80px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .qyflrow {
        background-size: cover;
        padding: 0;
    }

    .qyflrow .txtarea {
        padding: 30px;
        background: rgba(29, 32, 136, .9);
    }
}

.fwzcpdybox {
    margin-bottom: 15px;
}

.fwzcpdybox .row {
    height: auto;
    position: relative;
    float: left;
    overflow: hidden;
}

.fwzcpdybox .row .pic {
    position: relative;
    height: auto;
    overflow: hidden;
}

.fwzcpdybox .row .bgimg {
    width: 100%;
}

.fwzcpdybox .row .uppic {
    width: 100%;
    transition: transform 1s;
    position: absolute;
    left: 0;
    top: 0;
}

.fwzcpdybox .row:hover .uppic {
    transform: scale(1.05);
}

.fwzcpdybox .row .cover {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -40px;
    z-index: 2;
    text-align: center;
}

.fwzcpdybox .row .cover a {
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    height: 80px;
    line-height: 80px;
    display: inline-block;
}

.fwzcpdybox .row:last-child {
    float: right;
}

.fwzcguid01 {
    margin-top: 60px;
}

.fwzcguid02 .row:nth-child(2) {
    margin: 0 15px;
}

.fwzcpdybox .row {
    width: calc(33.33% - 10px);
}

.fwzcguid01 .row:nth-child(1) {
    width: calc(66.66% - 5px);
}

.fwzcguid03 .row:nth-child(2) {
    width: calc(66.66% - 5px);
}

@media only screen and (max-width: 920px) {
    .fwzcguid01 {
        margin-top: 30px;
    }

    .fwzcpdybox .row .cover a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {

    .fwzcguid01 .row:nth-child(1),
    .fwzcguid03 .row:nth-child(2) {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }

    .fwzcguid01 .row:nth-child(1) .bgimg,
    .fwzcguid03 .row:nth-child(2) .bgimg {
        height: 240px;
    }

    .fwzcguid01 .row:nth-child(1) .uppic,
    .fwzcguid03 .row:nth-child(2) .uppic {
        height: 240px;
        width: 780px;
        max-width: 780px !important;
    }

    .fwzcguid02 .row:nth-child(2) {
        margin: 0;
        margin-bottom: 15px;
    }

    .fwzcpdybox .row {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }

    .fwzcpdybox {
        margin-bottom: 0;
    }
}

/* ==========================================================================
   about
   ========================================================================== */

.aboutpdabox {
    margin-top: 60px;
}

.aboutpdabox .row {
    width: calc(33.33% - 10px);
    height: auto;
    position: relative;
    float: left;
    overflow: hidden;
    margin-bottom: 15px;
}

.aboutpdabox .row .pic {
    position: relative;
    height: auto;
    overflow: hidden;
}

.aboutpdabox .row .bgimg {
    width: 100%;
}

.aboutpdabox .row .uppic {
    width: 100%;
    transition: transform 1s;
    position: absolute;
    left: 0;
    top: 0;
}

.aboutpdabox .row:hover .uppic {
    transform: scale(1.05);
}

.aboutpdabox .row .cover {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -40px;
    z-index: 2;
    text-align: center;
}

.aboutpdabox .row .cover a {
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    height: 80px;
    line-height: 80px;
    display: inline-block;
}

.aboutpdabox .row:nth-child(2),
.aboutpdabox .row:nth-child(5),
.aboutpdabox .row:nth-child(8) {
    margin-left: 15px;
    margin-right: 15px;
}

@media only screen and (max-width: 920px) {
    .aboutpdabox {
        margin-top: 20px;
    }

    .aboutpdabox .row .cover a {
        font-size: 18px;
    }

    .aboutpdabox .row {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }

    .aboutpdabox .row:nth-child(2),
    .aboutpdabox .row:nth-child(5),
    .aboutpdabox .row:nth-child(8) {
        margin-left: 0;
        margin-right: 0;
    }

}

/* ==========================================================================
   news
   ========================================================================== */

.newstools {
    height: 60px;
    line-height: 60px;
    margin-top: 20px;
    border-bottom: 1px solid #cfd0d9;
    padding-bottom: 10px;
}

.newstools h3 {
    float: left;
    display: inline-block;
    font-size: 30px;
}

.newssearch {
    width: calc(50% - 30px);
    margin-top: 13px;
    max-width: 250px;
    border: 1px solid #fff;
    float: right;
    border: 1px solid #cfd0d9;
}

.newssearch .warp {
    background: #fff;
}

.newssearch #q {
    float: left;
    border: 0 none;
}

.newssearch .search-btn {
    float: right;
    border: 0 none;
}

.newssearch #q {
    width: calc(100% - 70px);
    height: 18px;
    padding: 6px 10px;
    line-height: 18px;
    background: #fff;
    border: 1px solid #fff;
    font: 300 14px/18px microsoft yahei;
}

.newssearch .search-btn {
    width: 40px;
    padding: 0;
    margin: 0;
    height: 34px;
    cursor: pointer;
    background: url(../images/search.png) no-repeat center;
}

.newslist {
    margin-top: 30px;
}

.newslist li {
    width: 100%;
    overflow: hidden;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #e3e3e8;
    margin-bottom: 25px;
}

.newslist li .date {
    font: 300 14px/30px microsoft yahei;
    color: #848484;
}

.newslist li h2 {
    font: 600 48px/60px microsoft yahei;
    margin-top: 5px;
    color: #e31210;
}

.newslist li .txtarea {
    width: calc(100% - 250px);
    float: right;
}

.newslist li .txtarea h3 {
    font: 700 18px/30px microsoft yahei;
    margin-bottom: 5px;
    width: 100%;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newslist li .txtarea h3 a {
    color: #333333;
}

.newslist li .txtarea .desc {
    font: 300 14px/24px microsoft yahei;
    height: 48px;
    overflow: hidden;
    color: #6f6f6f;
    margin: 10px 0 20px 0;
}

.newslist li .txtarea h3 a:hover {
    color: #1d2088;
}

.newslist li {
    height: auto;
    position: relative;
    overflow: hidden;
}

.newslist li .pic {
    position: relative;
    height: auto;
    overflow: hidden;
    width: 215px;
    float: left;
}

.newslist li .bgimg {
    width: 100%;
}

.newslist li .uppic {
    width: 100%;
    transition: transform 1s;
    position: absolute;
    left: 0;
    top: 0;
}

.newslist li:hover .uppic {
    transform: scale(1.05);
}

@media only screen and (max-width:768px) {
    .newslist li .pic {
        width: 100%;
        float: none;
        height: auto;
        max-width: 500px;
    }

    .newslist li .txtarea {
        width: 100%;
        float: none;
        margin-top: 10px;
    }

    .newslist li .txtarea .desc {
        margin: 0;
    }

    .newslist li .txtarea h3 {
        font-size: 14px;
    }
}

.newsdetail {
    width: calc(100% - 300px);
    float: left;
}

.newspart02 {
    margin-top: 50px;
    position: relative;
}

.newspart02:before {
    content: "";
    display: block;
    bottom: 0;
    right: 300px;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #cfd0d9;
}

.newtitle {
    font-size: 18px;
}

.newsdetail .date {
    color: #999;
    font-size: 16px;
}

.newsh_cn {
    font-size: 16px;
    margin-top: 20px;
}

.newsh_cn img {
    height: auto !important;
}

.toolbar {
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    background: #cfd0d9;
}

.toolbar a {
    color: #4d5358;
    margin-right: 30px;
}

.fhshare {
    float: right;
    margin-right: 0;
}

.toolbar i {
    font-size: 20px;
}

.fhshare i {
    font-size: 14px;
    margin-right: 10px;
}

.toolbar a:hover {
    color: #1d2088;
}

.newstj {
    width: 280px;
    float: right;
}

.newsdetail .warp {
    margin: 0 60px 50px 30px;
}

.newslist03 li {
    width: 100%;
    margin-bottom: 20px;
}

.newslist03 li .date {
    width: 50px;
    height: 45px;
    padding-top: 5px;
    color: #000;
    background: #cfd0d9;
    text-align: center;
    float: left;
    font-size: 12px;
}

.newslist03 li .date h2 {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}

.newslist03 li .txtarea {
    width: calc(100% - 40px);
    float: right;
    font-size: 14px;
    line-height: 18px;
    padding-top: 5px;
    height: 40px;
    overflow: hidden;
    color: #6f6f6f;
}

.newslist03 li:hover .txtarea h3 a {
    color: #de2126;
}

.newstj h3 {
    color: #1d2088;
    font-size: 18px;
    margin-bottom: 20px;
}

.newslist03 li .date {
    position: relative;
    margin-left: -26px;
}

@media only screen and (max-width:920px) {
    .newsdetail {
        width: 100%;
        float: none;
    }

    .newstj {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .newspart02:before {
        display: none;
    }

    .newslist03 li .date {
        margin-left: 0;
    }

    .newslist03 li .txtarea {
        width: calc(100% - 70px);
    }

    .newslist03 li {
        width: calc(50% - 20px);
        margin-bottom: 20px;
        float: left;
        margin-right: 20px;
    }
}

@media only screen and (max-width:768px) {
    .newstools h3 {
        font-size: 16px;
    }

    .newssearch {
        width: calc(60% - 30px);
    }

    .newspart02 {
        margin-top: 20px;
    }

    .newsdetail .warp {
        margin: 0 10px 30px 10px;
    }

    .newtitle {
        font-size: 14px;
    }

    .newsdetail .date {
        font-size: 12px;
    }

    .newsh_cn {
        font-size: 12px;
    }

    .newslist03 li .txtarea {
        font-size: 12px;
    }

    .newslist03 li {
        width: 100%;
        margin-bottom: 10px;
        float: none;
        margin-right: 0;
    }

    .newstj h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

/* ==========================================================================
   contact
   ========================================================================== */
.contact-list {
    margin-top: 30px;
}

.contact-list .row {
    overflow: hidden;
    margin-bottom: 10px;
}

.contact-list .row .map {
    width: 600px;
    float: right;
    overflow: hidden;
}

.contact-list .row .txtarea {
    width: 400px;
    float: left;
    overflow: hidden;
    margin: 50px;
    font-size: 16px;
    color: #1d2088;
}

.contact-list .hd {
    height: 53px;
    cursor: pointer;
    font-size: 16px;
    line-height: 53px;
    padding: 0 20px;
    border-bottom: 1px solid #d9e1e6;
    color: #1d2088;
}

.contact-list .hd .fa {
    color: #1d2088;
    font-size: 18px;
}

.contact-list .bd {
    border: 1px solid #d9e1e6;
    border-top: 0;
    background: #fff;
    display: none;
}

.contact-list .desc {
    min-height: 120px;
    line-height: 24px;
    color: #1d2088;
    overflow-y: auto;
}

.contact-list .hd label {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.contact-list .hd .rotate {
    transition: all 580ms cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.contact-list .hd .rotate180 {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    transform: rotate(90deg);
}


/* ==========================================================================
   information
   ========================================================================== */

.inf-tools {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #cfd0d9;
    padding-bottom: 10px;
}

.inf-tools h3 {
    float: left;
    display: inline-block;
    font-size: 30px;
}

.inf-search {
    width: calc(50% - 30px);
    margin-top: 13px;
    max-width: 250px;
    border: 1px solid #fff;
    float: right;
    border: 1px solid #cfd0d9;
}

.inf-search .warp {
    background: #fff;
}

.inf-search #q {
    float: left;
    border: 0 none;
}

.inf-search .search-btn {
    float: right;
    border: 0 none;
}

.inf-search #q {
    width: calc(100% - 70px);
    height: 18px;
    padding: 6px 10px;
    line-height: 18px;
    background: #fff;
    border: 1px solid #fff;
    font: 300 14px/18px microsoft yahei;
}

.inf-search .search-btn {
    width: 40px;
    padding: 0;
    margin: 0;
    height: 34px;
    cursor: pointer;
    background: url(../images/search.png) no-repeat center;
}

.informationbox {
    margin-top: 60px;
}

.inf-row {
    padding: 0 45px;
}

.inf-two {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5px;
    border-bottom: 1px solid #e0e1e6;
    transition: all .5s;
}

.inf-two:hover {
    background: #fff;
    box-shadow: 0 0 22px rgb(0 0 0 / 12%);
}


.inf-title {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.inf-date {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #999999;
    text-transform: uppercase;
}

.inf-down {
    display: block;
    background-color: #1d2088;
    width: 217px;
    height: 48px;
    color: #fff;
    text-align: center;
    line-height: 48px;
}

.inf-down:hover {
    color: #FFF;
}

.inf-down i {
    margin-right: 20px;
}

@media only screen and (max-width:768px) {
    .inf-two {
        flex-direction: column;
        align-items: flex-start;
    }
}



/* ==========================================================================
   about
   ========================================================================== */

.aboutrow01 {
    margin: 60px 60px 80px 60px;
    font-size: 16px;
}

.aboutrow02 {
    height: 373px;
    background: url(../images/xjnpic22.jpg) no-repeat center;
    color: #fff;
}

.aboutrow02 .txtarea {
    width: calc(100% - 640px);
    padding: 80px;
    float: left;
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
}

.aboutrow02 .ywjsul {
    float: right;
    width: 380px;
    padding-right: 80px;
    position: relative;
    top: -50px;
}

.aboutrow02 .ywjsul li {
    width: 180px;
    height: 180px;
    float: left;
    overflow: hidden;
    margin: 2px;
}

.aboutrow02 .ywjsul li .inco {
    width: 100%;
    height: 100%;
    background: #1d2088;
    color: #fff;
}

.aboutrow02 .ywjsul li .inco a {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.aboutrow02 .ywjsul li .inco em {
    width: 60px;
    display: block;
    height: 60px;
    padding-top: 50px;
    margin: 0 auto;
    font-size: 48px;
    text-align: center;
    line-height: 60px;
}

.aboutrow03 {
    background: url(../images/xjnpic21.jpg) no-repeat left top;
    padding-top: 40px;
}

.xjnvideo {
    width: 400px;
    height: 260px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-left: 70px;
}

.xjnvideo .pic,
.xjnvideo .pic img {
    width: 100%;
    height: 100%;
}

.xjnvideo .cover {
    width: 100%;
    line-height: 260px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.xjnvideo .cover a {
    color: #fff;
    font-size: 60px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.aboutrow03 .txtarea {
    float: right;
    width: calc(100% - 550px);
    margin: 30px;
    font-size: 16px;
}

.aboutrow04 {
    margin: 60px 80px 0 80px;
}

#owl-honor .pic {
    position: relative;
    height: auto;
    overflow: hidden;
}

#owl-honor .bgimg {
    width: 100%;
}

#owl-honor .uppic {
    width: 100%;
    transition: transform 1s;
    position: absolute;
    left: 0;
    top: 0;
}

#owl-honor .owl-dots {
    height: 0px;
    overflow: hidden;
}

#owl-honor .owl-prev,
#owl-honor .owl-next {
    width: 50px;
    top: 50%;
    margin-top: -50px;
    height: 50px;
    background: none;
    text-indent: 100px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

#owl-honor .owl-prev {
    position: absolute;
    left: -50px;
    background: url(../images/arr03.png) left top no-repeat;
}

#owl-honor .owl-next {
    position: absolute;
    right: -50px;
    background: url(../images/arr04.png) right top no-repeat;
}

.aboutrow05 {
    padding: 60px 0 100px 0;
    background: url(../images/xjnpic25.jpg) left bottom no-repeat;
    font-size: 16px;
    line-height: 36px;
}

.aboutrow06 {
    margin: 60px auto;
}

.aboutrow07 h3.txt01 {
    color: #1d2088;
    text-indent: 30px;
    font-size: 24px;
}

.aboutrow07 .row02 {
    padding: 30px;
    border: 1px solid #e4e7ea;
    margin-top: 20px;
}

.aboutrow07 ul {
    margin-left: -20px;
}

.aboutrow07 li {
    width: calc(50% - 40px);
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    height: 30px;
    color: #555;
    line-height: 30px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aboutrow07 li:before {
    content: "";
    display: block;
    top: 50%;
    left: 5px;
    margin-top: -5px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #1d2088;
    border-bottom: 5px solid transparent;
}

.aboutrow07 .more {
    margin-top: 10px;
    padding-left: 20px;
}

.aboutrow07 .more a {
    color: #1d2088;
    font-size: 16px;
    text-decoration: underline;
}

@media only screen and (max-width:1200px) {
    .aboutrow06 {
        margin: 30px 10px;
    }
}

@media only screen and (max-width:980px) {
    .aboutrow01 {
        margin: 30px 30px 70px 30px;
        font-size: 14px;
    }

    .aboutrow02 .txtarea {
        width: calc(100% - 580px);
        padding: 50px 30px 0 50px;
        float: left;
        font-size: 14px;
        line-height: 30px;
        font-weight: bold;
    }

    .aboutrow02 .ywjsul {
        float: right;
        width: 320px;
        padding-right: 30px;
        top: -50px;
    }

    .aboutrow02 .ywjsul li {
        width: 150px;
        height: 150px;
    }

    .aboutrow02 .ywjsul li .inco em {
        padding-top: 25px;
    }

    .aboutrow02 {
        height: auto;
    }

    .aboutrow03 {
        background-size: auto 100px;
    }

    .xjnvideo {
        margin-left: 30px;
    }

    .aboutrow03 .txtarea {
        float: right;
        width: calc(100% - 470px);
        margin: 0;
        margin-top: 20px;
        font-size: 14px;
    }

    .aboutrow05 {
        padding-top: 0;
    }
}

@media only screen and (max-width:768px) {
    .aboutrow02 .ywjsul {
        width: calc(100% - 20px);
        float: none;
        top: 0;
        padding-right: 0;
        margin: 0 10px 10px 10px;
    }

    .aboutrow02 .txtarea {
        width: calc(100% - 40px);
        float: none;
        padding: 20px;
    }

    .aboutrow01 {
        margin: 20px;
    }

    .aboutrow02 .ywjsul li:nth-child(3) {
        display: none;
    }

    .aboutrow02 .ywjsul li {
        width: calc(33.33% - 4px);
        height: 100px;
    }

    .aboutrow02 {
        background-size: cover;
    }

    .aboutrow02 .ywjsul li .inco em {
        padding-top: 0;
        font-size: 32px;
    }

    .aboutrow02 .ywjsul li .inco a {
        font-size: 14px;
    }

    .aboutrow03 {
        background: none;
        padding-top: 20px;
    }

    .xjnvideo {
        margin-left: 0;
        width: 100%;
        float: none;
    }

    .aboutrow03 .txtarea {
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .aboutrow04 {
        margin: 15px 0 0 0;
    }

    #owl-honor .owl-dots {
        height: auto;
        overflow: hidden;
    }

    #owl-honor .owl-prev,
    #owl-honor .owl-next {
        filter: Alpha(Opacity=0);
        opacity: 0;
        width: 0;
        height: 0;
        display: none;
    }

    .aboutrow05 {
        padding: 0 0 40px 0;
        font-size: 12px;
        line-height: 24px;
    }

    .aboutrow07 h3.txt01 {
        font-size: 14px;
    }

    .aboutrow07 {
        margin-bottom: 10px;
    }

    .aboutrow07 ul {
        margin-left: 0;
    }

    .aboutrow07 li {
        font-size: 12px;
        width: calc(100% - 20px);
        float: none;
        margin-left: 0;
    }

    .aboutrow07 .row02 {
        padding: 10px;
    }

    .aboutrow07 .more {
        margin-top: 0;
    }

    .aboutrow07 .more a {
        font-size: 12px;
    }

}


.innerpro .yylybox .rowbd {
    background: #f1f1f5;
    padding: 30px;
    margin-bottom: 30px;
    font-size: 16px;
}

.innerpro .yylybox .rowbd img {
    max-width: 100%;
}

.innerpro .yylybox .rowhd {
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.innerpro .yylybox .rowhd i {
    color: #1d2088;
    margin-right: 20px;
}

.protoolrow01 h3.tit01 {
    font-size: 30px;
    margin-top: 20px;
    margin-left: 20px;
}

.prolevel04 {
    border-bottom: 1px solid #ddd;
    height: 46px;
    padding: 0 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.prolevel04 a {
    padding: 0 10px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin-right: 10px;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    max-width: calc(25% - 35px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prolevel04 a.on {
    background: #fff;
    border-bottom: 1px solid #fff;
}

.innerpro .tjpro li {
    font-weight: bold;
    width: 25%;
}



.proinfopart02 {
    padding: 0 0 80px 0;
}

.proinfopart02 .wrapper {
    /*max-width: 100%;*/
}

.cpsxtit {
    max-width: 1320px;
    margin: 0 auto;
    font-size: 24px;
}

.prothdis {
    font-size: 12px;
    line-height: 22px;
    width: calc(100% - 300px)
}

.cpsxtit i {
    color: #1d2088;
}

.cpsxtit .xzbtn {
    width: 280px;
    height: 76px;
    line-height: 76px;
    font-size: 18px;
    text-align: center;
    background: #1d2088;
    color: #fff;
    display: block;
    float: right;
    margin-right: 5px;
}

.cpsxtit .xzbtn i {
    color: #fff;
}

.cpsxtit .xzbtn:hover {
    text-decoration: underline;
}

.proselect {
    overflow-x: auto;
}

.pro-table {
    font-size: 12px;
    border-left: 1px solid #dbe1e4;
    /* min-width: 900px;*/
}

.pro-table th {
    background: #eef1f2;
    color: #0b56a7;
    padding: 10px;
    border-right: 1px solid #dbe1e4;
}

.pro-table th:nth-child(1) {
    width: 160px;
}

.pro-table td:nth-child(1) {
    width: 160px;
}

/*.pro-table th:nth-child(5),.pro-table th:nth-child(6),.pro-table th:nth-child(7),.pro-table th:nth-child(8),.pro-table th:nth-child(9),.pro-table th:nth-child(10),.pro-table th:nth-child(11),.pro-table th:nth-child(12){width: 110px;}

.pro-table td:nth-child(5),.pro-table td:nth-child(6),.pro-table td:nth-child(7),.pro-table td:nth-child(8),.pro-table td:nth-child(9),.pro-table td:nth-child(10),.pro-table td:nth-child(11),.pro-table td:nth-child(12){width: 110px;}*/
.pro-cat .cat {
    height: 120px;
    overflow-y: auto;
}

.pro-cat .cat .li {
    /*height: 24px; */
    line-height: 24px;
    padding-left: 20px;
    position: relative;
    white-space: nowrap;
}

.pro-cat .cat .li:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #eeeeee;
    border: 1px solid #dbe1e4;
    left: 0;
    top: 5px;
}

.pro-cat .cat .li.active:after {
    background: url(../images/k0.png) no-repeat center;
    background-size: 100%;
}

.pro-cat td {
    color: #575a69;
    padding: 10px;
    border-right: 1px solid #dbe1e4;
}

.pro-op td {
    color: #0b56a7;
    padding: 5px 10px;
    border-right: 1px solid #dbe1e4;
    background: #eef1f2;
    text-align: center;
}

.pro-item td {
    color: #575a69;
    padding: 10px;
    border-right: 1px solid #dbe1e4;
    border-bottom: 1px solid #dbe1e4;
    font-size: 12px;
    text-align: center;
}

.pro-item tr td:first-child {
    text-align: left;
}

.pro-op tr td:first-child {
    text-align: left;
}

.pro-op .fa {
    font-size: 18px;
}

.pro-op .active .fa {
    color: #c92333;
}

.pro-table div.sbox2 {
    margin: 10px 5px 14px 5px;
    font-weight: normal;
    position: relative;
    width: 60px;
    display: inline-block;
}

.pro-table div.sbox2 span.max,
.pro-table div.sbox2 span.min {
    display: block;
    position: absolute;
    left: 14px;
    font-size: 12px;
    color: #333;
}

.pro-table div.sbox2 span.max {
    top: 0;
}

.pro-table div.sbox2 span.min {
    bottom: -4px;
}

.pro-table div.sbox2 .maxBtn,
.pro-table div.sbox2 .minBtn {
    display: block;
    position: absolute;
    left: 14px;
    font-size: 12px;
    color: #333;
    z-index: 3;
    /* display:none;*/
}

.pro-table div.sbox2 .maxBtn {
    top: 0;
}

.pro-table div.sbox2 .minBtn {
    bottom: -4px;
}

.pro-table div.sbox2 .maxBtn .mSearch,
.pro-table div.sbox2 .minBtn .mSearch {
    width: 50px;
    /*padding-right:18px;*/
    position: relative;
    overflow: hidden;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #cbcbcb;
}

.pro-table div.sbox2 .maxBtn .mSearch .mSearchb,
.pro-table div.sbox2 .minBtn .mSearch .mSearchb {
    width: 18px;
    height: 18px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 1px;
    border: 0;
    background: #0b56a7;
    line-height: 18px;
    color: white;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: 0;
}

.pro-table div.sbox2 .maxBtn .mSearch .mSearchk,
.pro-table div.sbox2 .minBtn .mSearch .mSearchk {
    width: calc(100% - 6px);
    height: 18px;
    line-height: 16px;
    padding-left: 4px;
    font-size: 10px;
    color: #333;
    border: 0;
    border-right: 0;
    float: left;
    text-transform: uppercase;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: 0;
}

.pro-table div.sbox2 .mb {
    width: 55px;
    height: 84px;
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -40px;
}

.pro-table div.sbox2 .ui-slider-vertical {
    width: .2em;
}

.pro-table div.sbox2 .ui-slider .ui-slider-handle {
    width: .8em;
    height: .8em;
}

.pro-table div.sbox2 .ui-slider-vertical .ui-slider-handle {
    left: -.3em;
}

.a_Reset,
.a_allsel {
    color: #0b56a7;
    text-decoration: underline;
    font-size: 14px;
}

.pro-cat td .link a {
    color: #0b56a7;
    text-decoration: underline;
    font-size: 12px;
}

.pro-cat td a.linkreset {
    margin-right: 5px;
}

.proinfopart02 h3.tit {
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
    font-weight: normal;
}


@media only screen and (max-width:920px) {
    .innerpro .yylybox .rowhd {
        font-size: 18px;
    }

    .prolevel04 a {
        font-size: 12px;
        margin-right: 10px;
    }

    .prolevel04 {
        padding: 0;
    }

    .innerpro .tjpro li {
        font-size: 14px;
        width: 50%;
    }

    .proselect {}
}

@media only screen and (max-width:768px) {
    .protoolrow01 h3.tit01 {
        font-size: 16px;
        margin-left: 0px;
    }

    .prolevel04 {
        height: auto;
    }

    .prolevel04 a {
        padding: 0 2px;
        margin-right: 2px;
        width: calc(50% - 15px);
        max-width: calc(50% - 15px);
        line-height: 32px;
        height: 32px;
    }

    .innerpro .yylybox .rowhd {
        font-size: 14px;
        text-indent: 0;
        margin-bottom: 5px;
    }

    .innerpro .yylybox .rowhd i {
        margin-right: 5px;
    }

    .innerpro .yylybox .rowbd {
        font-size: 12px;
    }

    .innerpro .tjpro li {
        width: 50%;
        height: auto;
        font-size: 12px;
    }

    .innerpro .yylybox .rowbd {
        margin-bottom: 10px;
        padding: 20px;
    }

    .cpsxtit {
        font-size: 14px;
        font-weight: bold;
        line-height: 50px;
    }

    .cpsxtit .xzbtn {
        width: 200px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        font-weight: normal;
    }

    .prothdis {
        width: calc(100% - 220px)
    }

    .proinfopart02 {
        padding: 0 0 20px 0;
    }

    .proselect {
        /*height:500px;*/
    }
}

@media only screen and (max-width:768px) {
    .prothdis {
        width: 100%;
        font-weight: normal;
    }
}

.progsfl {
    margin-top: 20px;
    margin-bottom: 20px;
}

.progsfl li {
    width: calc(25% - 20px);
    float: left;
    margin-right: 20px;
    font-family: microsoft yahei;
}

.progsfl li h3 a {
    font-size: 16px;
}

.progsfl li a {
    display: block;
    font-size: 14px;
    color: #1d2088;
    line-height: 24px;
}

@media only screen and (max-width:980px) {
    .progsfl li {
        width: calc(50% - 20px);
        height: 130px;
    }
}

@media only screen and (max-width:768px) {
    .progsfl li {
        width: 100%;
        float: none;
        margin-right: 0;
        height: auto;
        margin-bottom: 10px;
    }

    .progsfl li a {
        font-size: 12px;
    }

    .progsfl li h3 a {
        font-size: 12px;
        line-height: 18px;
    }

    .progsfl li h3 {
        margin-bottom: 5px;
    }
}

/* ==========================================================================
   Pagination
   ========================================================================== */
#Lb_pager {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
}

#Lb_pager .pages a {
    display: inline-block;
    background: #d5d5d5;
    margin: 0 3px;
    padding: 0 15px;
    color: #333;
    cursor: pointer;
    line-height: 36px;
    height: 36px;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

#Lb_pager .pages .pgnext {
    padding: 0 18px;
    color: #fff;
    background-color: #1d2088;
    border-color: #1d2088;
}

#Lb_pager .pages .pgprev {
    padding: 0 18px;
    color: #fff;
    background-color: #1d2088;
    border-color: #1d2088;
}

#Lb_pager .pages .pgcurrent {
    color: #fff;
    cursor: default;
    background-color: #1d2088;
    border-color: #1d2088;
}

#Lb_pager .pages .pgempty {
    cursor: not-allowed;
}

#Lb_pager .pages a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2088;
    border-color: #1d2088;
}

@media only screen and (max-width:768px) {
    #Lb_pager .pages a {
        padding: 0 10px;
        color: #333;
        cursor: pointer;
        line-height: 28px;
        height: 28px;
        font-size: 12px;
    }

    #Lb_pager .pages .pgnext,
    #Lb_pager .pages .pgprev {
        padding: 0 13px;
    }
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
.overview {
    color: #fff;
    font: 300 18px/59px microsoft yahei;
    background: #006db9;
    padding-left: 18px;
}

.sidenav {
    text-align: center;
}

.sidenav li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    padding: 0 40px;
}

.sub_nav {
    background: #eeeeee;
}

.sidenav li.active {
    background: #b6a185;
}

.sidenav li:hover a,
.sidenav li a:hover {
    color: #215d5d;
}

.sidenav li.active a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.sidenav li:last-of-type a {}

/* overview */
.ln-menu-link {
    display: block;
    font-size: 16px;
    color: #686c74;
    position: relative;
    *zoom: 1;
    line-height: 55px;
}

#ln-menustate {
    display: none;
}


@media only screen and (max-width: 767px) {
    .sub_nav {
        margin-top: 0;
    }

    .sidenav {
        background: #fff;
    }

    .sidenav li {
        width: 100%;
        text-align: center;
        border-right: 0;
        padding: 0;
    }

    .sub_nav {
        background: #fff;
    }

    .ln-menu-link .inco {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 10px;
        left: 30px;
    }

    .ln-menu-link {
        line-height: 20px;
        border-bottom: 1px solid #d7d7d7;
        border-right: none;
        border-left: none;
        border-top: none;
        margin: 0;
        font-size: 14px;
        font-weight: normal;
    }

    .overview.hidden {
        display: block;
    }

    .sidenav li.on {
        border-bottom: none;
    }

    .sub_nav li:first-child .ln-menu-link {
        border-left: none;
    }
}

.sidenav li.on a {
    color: #10924e;
}


#ln-menustate {
    display: none;
}

.localnav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.ln-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    z-index: 1
}

/* background */
.ln-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1)
}

/*.ln-background:after { background-color: rgba(153,153,153,0.4); content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; }*/
#ln-menustate:checked~.localnav .ln-background,
#ln-menustate:target~.localnav .ln-background {
    background-color: rgba(255, 255, 255, 1);
    max-height: none;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease
}

#ln-menustate:checked~.localnav .ln-background:after,
#ln-menustate:target~.localnav .ln-background:after {
    background-color: #d6d6d6
}

.ln-content {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2
}

.ln-curtain {
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 9;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

#ln-menustate:checked~.localnav .ln-curtain,
#ln-menustate:target~.localnav .ln-curtain {
    -webkit-transition: opacity 1s ease 0.1s;
    transition: opacity 1s ease 0.1s
}

.ln-actions {
    float: left;
    display: none;
}

.ln-action {
    float: left;
    margin-left: 24px
}

/* chevron */
.ln-menucta {
    cursor: pointer;
    display: block;
    margin-right: -11px;
    overflow: hidden;
    width: 40px;
    height: 48px;
    -webkit-tap-highlight-color: transparent;
}

.ln-menucta-chevron {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
        -ms-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%)
}

.ln-menucta-chevron::before,
.ln-menucta-chevron::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 1px;
    z-index: 1;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
        -ms-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1)
}

.ln-menucta-chevron::before,
.ln-menucta-chevron::after {
    background: #333
}

.ln-menucta-chevron::before {
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(40deg) scaleY(1.5);
    -ms-transform: rotate(40deg) scaleY(1.5);
    transform: rotate(40deg) scaleY(1.5);
    right: 50%
}

.ln-menucta-chevron::after {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: rotate(-40deg) scaleY(1.5);
    -ms-transform: rotate(-40deg) scaleY(1.5);
    transform: rotate(-40deg) scaleY(1.5);
    left: 50%
}

#ln-menustate:checked~.localnav .ln-menucta-chevron,
#ln-menustate:target~.localnav .ln-menucta-chevron {
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%)
}

#ln-menustate:checked~.localnav .ln-menucta-chevron::before,
#ln-menustate:target~.localnav .ln-menucta-chevron::before {
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transform: rotate(-40deg) scaleY(1.5);
    -ms-transform: rotate(-40deg) scaleY(1.5);
    transform: rotate(-40deg) scaleY(1.5)
}

#ln-menustate:checked~.localnav .ln-menucta-chevron::after,
#ln-menustate:target~.localnav .ln-menucta-chevron::after {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotate(40deg) scaleY(1.5);
    -ms-transform: rotate(40deg) scaleY(1.5);
    transform: rotate(40deg) scaleY(1.5)
}

.ln-menucta-anchor {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    z-index: 10
}

.ln-menucta-anchor:focus {
    outline-offset: -6px;
    width: 100%;
    height: 100%
}

.ln-menucta-anchor-close {
    display: none
}

.ln-menucta-anchor-label {
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

#ln-menustate:checked~.ln-menucta-anchor-open,
#ln-menustate:target~.ln-menucta-anchor-open {
    display: none
}

#ln-menustate:checked~.ln-menucta-anchor-close,
#ln-menustate:target~.ln-menucta-anchor-close {
    display: block
}

@media only screen and (max-width: 767px) {
    .content {
        position: relative;
        padding: 20px 0;
    }

    .col-main {
        margin: 0;
    }

    .col-left {
        float: left;
        width: 200px;
        margin-left: -100%;
        margin: 0;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .localnav {
        height: 48px
    }

    .overview {
        float: left;
        line-height: 48px;
        font-size: 14px;
        padding: 0;
        background: none;
        color: #333;
    }

    .sidenav {
        border-width: 0;
    }

    .ln-menu-link {
        border-bottom: 0 none;
    }

    .ln-background {
        min-height: 48px;
        -webkit-transition: background-color 0.5s ease 0.7s;
        transition: background-color 0.5s ease 0.7s
    }

    .ln-menu {
        line-height: 48px;
        padding-top: 0;
        width: 100%
    }

    .ln-menu-tray {
        overflow: hidden;
        pointer-events: none;
        visibility: hidden;
        width: 100%;
        max-height: 0;
        -webkit-transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s, visibility 0s linear 1s;
        transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s, visibility 0s linear 1s;
    }

    #ln-menustate:checked~.localnav .ln-menu-tray,
    #ln-menustate:target~.localnav .ln-menu-tray {
        max-height: 400px;
        max-height: -webkit-calc(100vh - 48px - 48px);
        max-height: calc(100vh - 48px - 48px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        pointer-events: auto;
        visibility: visible;
        -webkit-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s
    }

    #ln-menustate:checked~.localnav.ln-opening .ln-menu-tray,
    #ln-menustate:target~.localnav.ln-opening .ln-menu-tray {
        overflow-y: hidden
    }

    #ln-menustate:checked~.localnav.ln-sticking .ln-menu-tray,
    #ln-menustate:target~.localnav.ln-sticking .ln-menu-tray {
        max-height: -webkit-calc(100vh - 48px);
        max-height: calc(100vh - 48px)
    }

    .ln-curtain {
        -webkit-transition: opacity 1s ease 0.2s, width 0s ease 1.2s, height 0s ease 1.2s;
        transition: opacity 1s ease 0.2s, width 0s ease 1.2s, height 0s ease 1.2s
    }

    #ln-menustate:checked~.ln-curtain,
    #ln-menustate:target~.ln-curtain {
        opacity: 1;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%
    }

    .ln-actions {
        display: block;
        margin-left: 0;
        padding: 0 16px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        left: 50%
    }

    .ln-action {
        margin-left: 16px
    }

    .ln-action-menucta {
        margin-left: -20px;
        position: absolute;
        left: 0;
        z-index: 1
    }

    .ln-action-button {
        float: right;
        margin-left: 27px
    }

    .ln-content {
        padding: 0 20px;
    }

    .inner-cont {
        margin: 10px;
    }

    .sidenav {
        opacity: 1;
        padding: 17px 10px 28px 10px;
        -webkit-transform: translate3d(0, -150px, 0);
        transform: translate3d(0, -150px, 0);
        -webkit-transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
        transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
        transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
        transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s
    }

    .sidenav .level2 li,
    .sidenav .level2 li a {
        line-height: 20px;
    }

    #ln-menustate:checked~.localnav .sidenav,
    #ln-menustate:target~.localnav .sidenav {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition-delay: 0.2s, 0.4s;
        transition-delay: 0.2s, 0.4s
    }

    .ln-menu-item {
        display: block;
        line-height: 48px;
        margin-left: 0;
        width: 100%;
        padding: 0;
    }

    .ln-menu-item:first-child .ln-menu-link {
        border-top: 0
    }

    .ln-menu-item:nth-child(1) .ln-menu-link {
        -webkit-transition-delay: 0.07s;
        transition-delay: 0.07s
    }

    .ln-menu-item:nth-child(2) .ln-menu-link {
        -webkit-transition-delay: 0.14s;
        transition-delay: 0.14s
    }

    .ln-menu-item:nth-child(3) .ln-menu-link {
        -webkit-transition-delay: 0.21s;
        transition-delay: 0.21s
    }

    .ln-menu-item:nth-child(4) .ln-menu-link {
        -webkit-transition-delay: 0.28s;
        transition-delay: 0.28s
    }

    .ln-menu-item:nth-child(5) .ln-menu-link {
        -webkit-transition-delay: 0.35s;
        transition-delay: 0.35s
    }

    .ln-menu-item:nth-child(6) .ln-menu-link {
        -webkit-transition-delay: 0.42s;
        transition-delay: 0.42s
    }

    .ln-menu-item:nth-child(7) .ln-menu-link {
        -webkit-transition-delay: 0.49s;
        transition-delay: 0.49s
    }

    #ln-menustate:checked~.localnav .ln-menu-item:nth-child(1) .ln-menu-link,
    #ln-menustate:target~.ln-menu-item:nth-child(1) .ln-menu-link {
        -webkit-transition-delay: 0.56s;
        transition-delay: 0.56s
    }

    #ln-menustate:checked~.ln-menu-item:nth-child(2) .ln-menu-link,
    #ln-menustate:target~.ln-menu-item:nth-child(2) .ln-menu-link {
        -webkit-transition-delay: 0.49s;
        transition-delay: 0.49s
    }

    #ln-menustate:checked~.ln-menu-item:nth-child(3) .ln-menu-link,
    #ln-menustate:target~.ln-menu-item:nth-child(3) .ln-menu-link {
        -webkit-transition-delay: 0.42s;
        transition-delay: 0.42s
    }

    #ln-menustate:checked~.ln-menu-item:nth-child(4) .ln-menu-link,
    #ln-menustate:target~.ln-menu-item:nth-child(4) .ln-menu-link {
        -webkit-transition-delay: 0.35s;
        transition-delay: 0.35s
    }

    #ln-menustate:checked~.ln-menu-item:nth-child(5) .ln-menu-link,
    #ln-menustate:target~.ln-menu-item:nth-child(5) .ln-menu-link {
        -webkit-transition-delay: 0.28s;
        transition-delay: 0.28s
    }

    #ln-menustate:checked~.ln-menu-item:nth-child(6) .ln-menu-link,
    #ln-menustate:target~.ln-menu-item:nth-child(6) .ln-menu-link {
        -webkit-transition-delay: 0.21s;
        transition-delay: 0.21s
    }

    #ln-menustate:checked~.ln-menu-item:nth-child(7) .ln-menu-link,
    #ln-menustate:target~.ln-menu-item:nth-child(7) .ln-menu-link {
        -webkit-transition-delay: 0.14s;
        transition-delay: 0.14s
    }

    .ln-menu-link {
        border-top: 1px solid rgba(214, 214, 214, 0.5);
        display: block;
        padding-top: 14px;
        padding-bottom: 14px;
        opacity: 0;
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform
    }

    #ln-menustate:checked~.localnav .ln-menu-link,
    #ln-menustate:target~.localnav .ln-menu-link {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .ln-menucta-anchor {
        display: block
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {

    #ln-menustate:checked~.ln-menu-tray,
    #ln-menustate:target~.ln-menu-tray {
        max-height: 280px;
        max-height: -webkit-calc(100vh - 48px - 48px);
        max-height: calc(100vh - 48px - 48px)
    }
}

@media only screen and (max-width: 767px) {
    .ln-menu-link {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;

    }
}

.pro-item .anew {
    background: url(../images/pronew.png) no-repeat 100% 0;
    padding-right: 32px;
}