@charset "utf-8";
:focus {
    outline: 0 !important;
}

.n_about {
    padding: 4.375rem 0 2rem
}

.n_about .tit {
    text-align: center;
    position: relative;
    margin-bottom: 2.5rem
}

.n_about .tit img {}

.n_about .tit .top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.n_about .tit .top h3 {
    font-size: 2rem;
    color: #59595a;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 6rem;
}

.n_about .tit .top h6 {
    font-size: 0.75rem;
    color: #24306e;
    text-transform: uppercase
}

.n_product {
    padding: 2.25rem 0 4.375rem
}

.siji {
    position: relative;
    margin-bottom: 2.125rem
}

.siji:before {
    content: "";
    position: absolute;
    bottom: -3.5px;
    left: 0;
    background: #fff;
    width: 6px;
    height: 6px;
    border: #24306e 1px solid;
    border-radius: 50%;
}

.siji:after {
    content: "";
    position: absolute;
    bottom: -3.5px;
    right: 0;
    background: #fff;
    width: 6px;
    height: 6px;
    border: #24306e 1px solid;
    border-radius: 50%;
}

.siji ul {
    font-size: 0;
    padding: 0 3.4375rem;
    border-bottom: #e1e1e8 1px solid;
}

.siji ul li {
    display: inline-block;
    font-size: 16px;
    color: #4f4f52;
    position: relative;
    margin-right: 2rem;
}

.siji ul li:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -3.5px;
    width: 7px;
    height: 5px;
    background: url(../img/jiantou.png) center no-repeat;
    transform: scale(0);
    transition: 0.6s
}

.siji ul li.on:after,
.siji ul li:hover:after {
    transform: scale(1);
}

.siji ul li a {
    font-size: 1rem;
    color: #3f3b3d;
    display: inline-block;
    padding-bottom: 14px;
    position: relative;
    height: 70px;
    line-height: 70px;
    text-align: center;
    transition: 0.36s;
}

.siji ul li a span {
    z-index: 1;
    position: relative;
}

.siji ul li a:hover {
    color: #124ca0;
}

.siji ul li a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 2px;
    background: #124ca0;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.siji ul li.on a:after,
.siji ul li:hover a:after {
    left: -1px;
    width: calc(100% + 2px);
}

.siji ul li.on a,
.siji ul li:hover a {
    color: #124ca0;
}

.n_product .container03 {
    padding: 0;
    background: none
}

.page {
    margin: 0px auto 0px auto;
    text-align: center;
    font-size: 0;
}

.page .box {
    display: inherit;
    width: 100%;
}

.page a {
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 48px;
    display: inline-block;
    border: 1px solid #dedede;
    margin: 0px 3px;
    color: #404040;
    font-size: 14px;
    border-radius: 50%;
    background: #fff;
    vertical-align: top;
    transition: 0.36s
}

.page a svg {
    font-size: 20px;
    width: 18px;
    height: 18px;
    fill: #000000;
    vertical-align: middle;
    margin-top: -3px;
}

.page .on {
    background: #24306e;
    color: #fff !important;
    border: 1px solid #24306e;
}

.page a font {
    font-size: 14px;
    font-family: "SimSun";
    color: rgb(68, 68, 68);
}

.page span {
    background: #02a26d;
    color: #fff !important;
    border: 1px solid #02a26d;
}

.page a:hover {
    background: #24306e;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid #24306e;
}

.page a:hover font {
    color: #fff;
}

.page a.u_bnt {
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.fangye01,
.fangye02 {
    display: inline-block
}

.fangye01 svg {
    transform: rotate(180deg);
    vertical-align: middle
}

.fangye02 svg {
    vertical-align: middle
}

.page a:hover svg {
    fill: #fff
}

.tc1 .tc {
    transition: all ease 300ms;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999999;
}

.tc1 .tc {
    pointer-events: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: scale(1.1);
    display: none;
}

.tc1 .tc.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.tc1 .close:hover {
    transform: rotate(180deg);
}

.tc1 .close,
.tc {
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.tc1 .tc-box {
    position: absolute;
    overflow: hidden;
    top: 50%;
    z-index: 9999;
    width: 200px;
    height: 250px;
    left: 50%;
    margin-left: -100px;
    margin-top: -125px;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: anim-close-2;
    animation-name: anim-close-2;
}

.tc1 .tc.act {
    display: block;
}

.tc1 .tc.act .tc-box {
    display: block;
    -webkit-animation-name: anim-open-2;
    animation-name: anim-open-2;
    transform: scale(1);
}

.tc1 .close {
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    right: 30px;
    top: 30px;
}

.tc1 .tc-bg {
    height: 100%;
    background: rgba(0, 0, 0, .9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.tc1 .tc-box h3 img {
    width: 200px;
    height: 200px;
}

.tc1 .tc-box h5 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 1rem;
    color: #fff;
    text-align: center;
}

.n_product .container03 ul {
    margin-bottom: 2rem
}

.n_product_detail {
    padding: 1rem 0 0
}

.n_product_detail .fl01 {
    padding-bottom: 2rem;
}

.n_product_detail .siji {
    margin-bottom: 3.375rem
}

.n_product_detail .fl01 .content {
    position: relative
}

.n_product_detail .fl01 .left {
    width: 48%;
}

.n_product_detail .fl01 .left ul li {
    padding: 0;
}

.n_product_detail .fl01 .left .img {
    float: left;
    width: 100%;
    overflow: hidden;
}

.n_product_detail .fl01 .left .img img {
    width: 100%;
}

.n_product_detail .fl01 .left .miso-prev,
.n_product_detail .fl01 .left .miso-next {
    width: 42px;
    height: 42px;
    margin-top: -21px;
}

.n_product_detail .fl01 .left .miso-prev {
    background: url(../img/left02.png) center no-repeat;
    left: 2rem
}

.n_product_detail .fl01 .left .miso-next {
    background: url(../img/right02.png) center no-repeat;
    right: 2rem;
}

.n_product_detail .fl01 .right {
    width: 52%;
    background: #fff url(../img/yuan01.png) right center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 4rem;
    border: #eeeeee 1px solid;
}

.n_product_detail .fl01 .right .table {
    text-align: left
}

.n_product_detail .fl01 .right h3 {
    font-size: 1.875rem;
    color: #000000;
    margin-bottom: 3.375rem;
    line-height: 2.5rem;
}

.n_product_detail .fl01 .right h4 {
    font-size: 1.125rem;
    color: #000000;
    margin-bottom: 2.75rem;
    position: relative
}

.n_product_detail .fl01 .right h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    width: 22px;
    height: 1px;
    background: #ef7600
}

.n_product_detail .fl01 .right p {
    font-size: 14px;
    color: #737373;
    line-height: 1.875rem;
    text-indent: 0;
}

.n_product_detail .fl02 .content {
    padding: 0 2.75rem 2.75rem;
    background: #fff
}

.n_product_detail .fl02 .content h3 span {
    padding-top: 1.75rem;
    display: inline-block;
    position: relative
}

.n_product_detail .fl02 .content h3 span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #24306e
}

.n_product_detail .fl02 .content h3 {
    font-size: 1.5rem;
    color: #000000;
    margin-bottom: 3.125rem
}

.n_product_detail .fl02 p {
    color: #000000;
    text-indent: 0;
    margin-bottom: 20px;
}

.n_product_detail .fl02 img {
    transform: translateX(0);
}

.n_yingyong {
    padding: 6.875rem 0 5rem
}

.n_yingyong ul {
    font-size: 0;
    margin: 0 -1rem;
}

.n_yingyong ul li {
    display: inline-block;
    width: 33.333333%;
    padding: 0 1rem;
    margin-bottom: 4rem;
}

.n_yingyong ul li a {
    display: block;
    text-align: center;
    padding: 1rem 0 0;
    background: #fff url(../img/yuan02.png) center top no-repeat;
}

.n_yingyong ul li a h3 {
    line-height: 7.5rem;
}

.n_yingyong ul li a h3 img {
    max-height: 42px;
}

.n_yingyong ul li a h5 {
    font-size: 1.25rem;
    color: #272727;
    font-weight: bold;
    margin-bottom: 2rem;
}

.n_yingyong ul li a p {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    color: #828385;
    padding: 0 2rem;
    margin-bottom: 3rem;
    text-align: left;
    overflow: hidden;
}

.n_yingyong ul li a span {
    display: inline-block;
    width: 130px;
    height: 35px;
    line-height: 31px;
    border: #eeeeee 2px solid;
    background: #fff;
    margin-bottom: -17.5px;
    border-radius: 17.5px;
    font-size: 14px;
    color: #4f5156;
    transition: 0.6s
}

@keyframes xuanzhuan {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

.n_fazhan .fl01 {
    padding: 1rem 0 0;
    margin-bottom: 4rem
}

.n_fazhan .fl01 ul li h2 {
    font-size: 180px;
    color: #f1f1f1;
    text-align: center;
	font-weight: bold;
   
}

.n_fazhan .fl01 ul li p {
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 2;
}

.n_fazhan .fl01 .tit {
    position: absolute;
    top: 0;
    height: 22rem;
    z-index: 100;
}

.n_fazhan .fl01 .tit h3 {
    font-size: 40px;
    color: #015198;
    font-weight: bold;
    line-height: 2;letter-spacing: 3px;
}
.n_fazhan .fl01 .tit h3 span{color: #333;}
.n_fazhan .fl01 .tit h3 font {
    color: #24306e;
}

.n_fazhan .fl01 .tit h6 {
      text-transform: uppercase;
      color: #666;
      font-size: 24px;
      font-weight: normal;
}

.n_fazhan .fl02 {
    position: relative;
   
}

.n_fazhan .fl02 .layui-container,
.n_fazhan .fl02 .layui-col-xs12,
.n_fazhan .fl02 ul {
    position: static
}

.n_fazhan .fl02 .miso-prev,
.n_fazhan .fl02 .miso-next {
    width: 44px;
    height: 44px;
    top: -17px;
}

.n_fazhan .fl02 .miso-prev {
    background: url(../img/fa-left.png) center no-repeat;
    left: 4rem;
    transition: 0.6s;
}

.n_fazhan .fl02 .miso-next {
    background: url(../img/fa-right.png) center no-repeat;
    right: 4rem;
    transition: 0.6s;
}

.n_fazhan .fl02 .miso-prev:hover {
    background: url(../img/fa-left.png) center no-repeat;
}

.n_fazhan .fl02 .miso-next:hover {
    background: url(../img/fa-right.png) center no-repeat;
}

.n_fazhan .fl02:before {
    content: "";
    position: absolute;
    top: 4.5px;
    left: 0;
    width: 100%;
    border-top: #d4d4d4 1px solid;
}

.n_fazhan .fl02 ul .miso-list {}

.n_fazhan .fl02 ul li {
    text-align: center;
    position: relative
}

.n_fazhan .fl02 ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    width: 0;
    height: 1px;
    background: #015198;
    left: 50%;
    transition: 1s cubic-bezier(0.7, 0, 0.3, 1)
}

.n_fazhan .fl02 ul li .dot {
    width: 11px;
    height: 11px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5.5px;
}

.n_fazhan .fl02 ul li .dot:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #959697;
    border-radius: 50%;
    transition: 0.6s
}

.n_fazhan .fl02 ul li .dot:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    border: #015198 3px solid;
    transform: scale(0);
    transition: 0.6s
}

.n_fazhan .fl02 ul li h3 {
    font-size: 1.5rem;
    color: #4d4e4e;
    margin-top: 2.375rem;
    margin-bottom: 2.5rem
}

.n_fazhan .fl02 ul li .wenzi {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    position: relative
}
.n_fazhan .fl02 ul li .wenzi .table_cell{    display: table-cell; 
    vertical-align: middle;}
.n_fazhan .fl02 ul li .wenzi:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
}

.n_fazhan .fl02 ul li .wenzi01:before {
    background: rgba(218, 37, 28, 0.15);
}

.n_fazhan .fl02 ul li .wenzi02:before {
    background: rgba(1, 81, 152, 0.15);
}

.n_fazhan .fl02 ul li .wenzi .top {
    width: 4.125rem;
    height: 4.125rem;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -2.0625rem;
    margin-top: -2.0625rem;
    position: absolute;
}

.n_fazhan .fl02 ul li .wenzi .top:before {
    content: "";
    position: absolute;
    border-right: transparent 7px solid;
    border-left: transparent 7px solid;
    top: -9px;
    left: 50%;
    margin-left: -7px;
}

.n_fazhan .fl02 ul li .wenzi01 .top:before {
    border-bottom: #da251c 10px solid
}

.n_fazhan .fl02 ul li .wenzi02 .top:before {
    border-bottom: #015198 10px solid
}

.n_fazhan .fl02 ul li .wenzi01 .top {
    background: #da251c
}

.n_fazhan .fl02 ul li .wenzi02 .top {
    background: #015198
}

.n_fazhan .fl02 ul li .wenzi span {
    font-size: 20px;
    color: #fff;
    position: relative;
    z-index: 10
}

.n_fazhan .fl02 ul li.miso-current .dot:before {
    transform: scale(0);
}

.n_fazhan .fl02 ul li.miso-current .dot:after {
    transform: scale(1);
}

.n_fazhan .fl02 ul li.miso-current h3 {
    color: #015198;
    font-weight: bold
}

.n_fazhan .fl02 ul li.miso-current:before {
    width: 100%;
}

.n_news .fl01 {
    padding: 8.75rem 0 4rem;
    background: #fff
}

.n_news .fl01 ul {
    font-size: 0;
    margin: 0 -1.25rem
}

.n_news .fl01 ul li {
    display: inline-block;
    width: 33.3333333%;
    padding: 0 1.25rem;
    overflow: hidden
}

.n_news .fl01 ul li a {
    display: block
}

.n_news .fl01 ul li .img {
    width: 100%;
    overflow: hidden;
    padding-bottom: 72%;
    position: relative;
}

.n_news .fl01 ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.n_news .fl01 ul li .con {
    background: #f6f8fa;
    padding: 2rem 1.5rem 1.5rem;
}

.n_news .fl01 ul li .con h4 {
    font-size: 1.125rem;
    color: #3c3c3c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 1.25rem;
    line-height: 1.25rem
}

.n_news .fl01 ul li .con p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    height: 2.75rem;
    color: #818181;
    overflow: hidden;
    margin: 1rem 0 1.625rem
}

.n_news .fl01 ul li .con span {
    font-size: 1.125rem;
    color: #868686;
}

.n_news .fl02 {
    padding: 3.125rem 0 4rem;
    background: #f6f8fa;
    border-top: #ebedef 1px solid
}

.n_news .fl02 ul {
    border: #ebedef 1px solid;
    background: #fff;
    padding: 2.5rem;
    margin-bottom: 3rem
}

.n_news .fl02 ul li {
    font-size: 1.125rem;
    color: #000000;
    height: 4rem;
    line-height: 4rem;
    border-bottom: #dde0e3 1px solid;
    overflow: hidden;
}

.n_news .fl02 ul li:last-child {
    border: none
}

.n_news .fl02 ul li a {
    display: block;
    position: relative;
    padding-left: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.n_news .fl02 ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #929292;
    left: 5px
}

.n_news .fl02 ul li a b {
    padding-right: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    width: 75%;
    font-weight: normal;
    vertical-align: top;
    color: #000000;
    transition: 0.36s;
}

.n_news .fl02 ul li a span {
    font-size: 1.125rem;
    color: #bcbcbc;
    float: right;
    position: relative;
    transition: 0.6s;
}

.n_news .fl02 ul li a span:before {
    content: "";
    position: absolute;
    right: 6.5rem;
    width: 2.75rem;
    height: 1px;
    background: #e0e0df;
    top: 50%;
    transition: 0.6s;
}

.n_news .fl02 ul li:hover a b {
    color: #24306e;
    padding-left: 5px;
}

.n_news .fl02 ul li:hover a span:before {
    width: 5.25rem;
    background: #24306e
}

.n_news .fl02 ul li:hover a span {
    color: #24306e
}

.n_zizhi .fl01 {
    padding: 8.75rem 0 2rem
}

.n_zizhi ul {
    font-size: 0;
    margin: 0 -1.25rem;
    margin-bottom: 15px
}

.n_zizhi ul li {
    display: inline-block;
    width: 33.333333%;
    padding: 0 1.25rem;
    text-align: center;
    margin-bottom: 30px
}

.n_zizhi ul li a {
    display: block;
    background: #ffffff;
    border: #e6e9eb 1px solid;
    padding: 2.5rem 2.5rem 2.5rem;
    position: relative
}

.n_zizhi ul li a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 30px;
    height: 3px;
    left: 50%;
    margin-left: -15px;
    background: #24306e;
    transition: 0.9s
}

.n_zizhi ul li a .img {
    width: 100%;
    line-height: 13.75rem;
    overflow: hidden;
}

.n_zizhi ul li a .img img {
    max-width: 100%;
    max-height: 13.75rem;
    display: inline-block;
}

.n_zizhi ul li a h5 {
    font-size: 1rem;
    color: #404040;
    margin-top: 1.5rem;
}

.n_zizhi .fl02 {
    padding: 2rem 0 0;
    background: url(../img/n_zizhi_bg.jpg) center no-repeat;
    background-size: cover
}

.n_zizhi .fl02 .left {
    padding: 10rem 0 0;
    width: 34%;
}

.n_zizhi .fl02 .left h3 {
    font-size: 3rem;
    color: #393939;
    font-weight: bold;
    text-transform: uppercase;
}

.n_zizhi .fl02 .left h5 {
    font-size: 1.125rem;
    color: #393939;
    text-transform: uppercase;
    letter-spacing: 0.75rem;
    margin-bottom: 2rem
}

.n_zizhi .fl02 .left p {
    font-size: 1.5rem;
    color: #393939;
    line-height: 2.625rem;
}

.n_zizhi .fl02 .left p font {
    color: #24306e
}

.n_zizhi .fl02 .left p big {
    font-size: 2.25rem;
}

.n_zizhi .fl02 .right {
    width: 66%;
}

#n_lianxi {
    position: relative;
    z-index: 9;
    padding: 8rem 0 4.6875rem;
}

#n_lianxi .tt1 {
    color: #24306e;
    text-align: center;
}

#n_lianxi .tt1 h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #393c3d;
    margin-bottom: 6px;
}

#n_lianxi .tt1 span {
    font-size: 0.875rem;
    font-family: arial;
    text-transform: uppercase;
}

#n_lianxi .tt2 {
    text-align: center;
}

#n_lianxi .con {
    text-align: center;
    margin: 3rem 0 5rem;
    font-size: 0.875rem;
    color: #4a5057;
    line-height: 1.5rem;
}

.lianxi_box {
    overflow: hidden;
    padding: 4rem;
    background: #fff url(../img/n_contact_bg.jpg) center bottom no-repeat;
    background-size: 100% auto;
    border-top: #24306e 7px solid;
}

.lianxi_box .left {
    width: 50%;
    border-right: 1px solid #e4e7e9;
}

.lianxi_box .tt {
    padding-bottom: 3.75rem;
    text-align: center;
}

.lianxi_box .tt h3 {
    font-size: 36px;
    color: #015198;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}

.lianxi_box .tt span {
    font-size: 16px;
    color: #696969;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.lianxi_box .miso_hd {
    margin-bottom: 2rem;
    position: relative
}

.lianxi_box .miso_hd:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    top: 0;
    background: #e4e7e9
}

.lianxi_box .miso_hd .miso-list {
    padding-bottom: 7px;
}

.lianxi_box .miso_hd li {
    display: inline-block;
    width: 135px !important;
    height: 45px;
    background: #015198;
    margin-right: 1rem;
    line-height: 45px;
    text-align: center
}

.lianxi_box .miso_hd li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    transition: 0.6s;
    background: #24306e;
    height: 100%
}

.lianxi_box .miso_hd li a {
    display: block;
    font-size: 1rem;
    color: #fff;
    position: relative;
    cursor: pointer
}

.lianxi_box .miso_hd li a:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    border-left: transparent 7px solid;
    border-right: transparent 7px solid;
    border-top: transparen 7px solid;
    top: 45px;
    transition: 0.6s
}

.lianxi_box .ewm {
    float: left;
    text-align: center;
    font-size: 16px;
    color: #303030;
    padding: 0 10px;
}

.lianxi_box .ewm img {
    width: 13.125rem;
    height: 13.125rem;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    padding: 0;
}

.lianxi_box .miso_hd li.miso-current:before {
    width: 100%
}

.lianxi_box .miso_hd li.miso-current a:before {
    border-top: #24306e 7px solid;
}

.lianxi_box dl {
    padding-left: 2.75rem;
    line-height: 2rem;
}

.lianxi_box dl dt {
    font-size: 1rem;
    color: #171717;
    margin-bottom: 0.5rem
}

.lianxi_box dl dt font {
    color: #727273;
    font-weight: bold
}

.lianxi_box dl dd {
    margin-bottom: 1.5rem
}

.lianxi_box dl dd,
.lianxi_box .miso_bd dl dd p {
    font-size: 1rem;
    color: #727273;
    line-height: 1.5rem;
}

.lianxi_box dl dd p a {
    font-size: 12px;
    color: #24306e;
    margin-left: 1.5rem
}

.lianxi_box dl dd p a img {
    margin: -3px 0.5rem 0 0
}

.lianxi_box .right {
    max-width: 50%;
    padding-left: 3rem;
}

.lianxi_box .right .ewm01 {
    padding: 0rem 0 0;
    overflow: hidden;
}

.n_news_detail {
    padding: 8.75rem 0 2.5rem;
}

.n_news_detail .layui-col-xs12 {
    display: -webkit-box
}

.n_news_detail .left {
    width: calc(100% - 23.75rem);
    padding-right: 4.6875rem
}

.n_news_detail .left .title {
    height: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 35px;
}

.n_news_detail .left .ar_title {
    padding: 0;
    padding-bottom: 25px;
    border-bottom: #e7e7e7 1px solid;
    position: relative
}

.n_news_detail .left .ar_title h3 {
    font-size: 1.5rem;
    color: #3c3c3c;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.n_news_detail .left .ar_title h6 {
    position: relative;
    font-size: 14px;
    color: #24306e;
}

.n_news_detail .left .ar_title h6 img {
    margin: -3px 0.75rem 0 0
}

.n_news_detail .left .ar_title:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100px;
    height: 2px;
    background: #24306e;
}

#ar_fot01 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#ar_fot01 h1 {
    display: block;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    margin: 0;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

#ar_fot01 h1 span {
    color: #575c63;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
    display: inline-block;
    vertical-align: top;
    width: 60px;
}

#ar_fot01 h1 a {
    font-size: 14px;
    color: #575c63;
    font-weight: normal;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
    width: calc(100% - 60px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#ar_fot01 h1:hover,
#ar_fot01 h1:hover a,
#ar_fot01 h1:hover span {
    color: #24306e;
    vertical-align: top;
    display: inline-block;
}

#ar_fot01 .bnt_back {
    position: absolute;
    top: 28px;
    right: 0;
    color: #fff;
    background: #063579;
    padding: 0 25px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

#ar_fot01 .bnt_back:hover {
    border-radius: 3px;
}

#ar_fot01 a,
#ar_fot span {}

#ar_fot01 .shart_box a {
    line-height: 36px;
}

#ar_fot01 .fr {
    text-align: left;
}

#ar_fot01 h1:hover {}

.dibu {
    position: relative;
    margin-top: 70px;
    padding-top: 28px;
    border-top: #eef1f2 2px solid;
    margin-bottom: 23px;
}

.dibu .end {
    display: inline-block;
    width: 68px;
    height: 20px;
    line-height: 20px;
    background: #f4f5f7;
    position: absolute;
    left: 50%;
    margin-left: -34px;
    top: -10px;
    text-align: center;
    font-size: 16px;
    color: #616060;
    text-transform: uppercase;
    font-weight: 600;
}

.n_news_detail .right {
    width: 23.75rem;
}

.n_news_detail .right .fl00 {
    background: #fff;
    padding: 2.5rem 1.875rem 3rem;
}

.n_news_detail .right .fl00 .title {
    font-size: 1.25rem;
    color: #262626;
    margin-bottom: 1.875rem;
}

.n_news_detail .right .fl00 .title img {
    margin: -3px 14px 0 0
}

.n_news_detail .right .fl01 {
    margin-bottom: 16px
}

.n_news_detail .right .fl01 ul li {
    text-align: center
}

.n_news_detail .right .fl01 ul li .img,
.n_news_detail .right .fl01 ul li .img img {
    width: 320px;
    height: 240px;
    overflow: hidden;
    transition: 0.9s
}

.n_news_detail .right .fl01 ul li h5 {
    font-size: 16px;
    margin-top: 22px;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.6s
}

.n_news_detail .right .fl01 .miso-prev,
.n_news_detail .right .fl01 .miso-next {
    width: 8px;
    height: 13px;
    z-index: 1000;
    top: -50px;
}

.n_news_detail .right .fl01 .miso-prev {
    background: url(../images/container07_prev.png) center no-repeat;
    left: auto;
    right: 26px;
}

.n_news_detail .right .fl01 .miso-next {
    background: url(../images/container07_next.png) center no-repeat;
    right: 0
}

.n_news_detail .right .fl01 ul li h5:hover {
    color: #3ca0d3
}

.n_news_detail .right .fl01 ul li a:hover .img img {
    transform: scale(1.06)
}

.n_news_detail .right .fl02 {
    margin-bottom: 0;
}

.n_news_detail .right .fl02 ul {
    border-bottom: #6e6f70 1px dotted
}

.n_news_detail .right .fl02 ul li {
    text-align: center
}

.n_news_detail .right .fl02 ul li a {
    display: block;
    position: relative
}

.n_news_detail .right .fl02 ul li .img,
.n_news_detail .right .fl02 ul li .img img {
    width: 100%;
    height: 214px;
    overflow: hidden;
    transition: 0.9s;
    object-fit: cover;
}

.n_news_detail .right .fl02 ul li h5 {
    background: rgba(0, 0, 0, 0.7);
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-top: 22px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.6s;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    padding-right: 110px;
}

.n_news_detail .right .fl02 ul li h5:hover {
    color: #3ca0d3
}

.n_news_detail .right .fl02 ul li a:hover .img img {
    transform: scale(1.06)
}

.n_news_detail .right .fl02 ul li .con {
    padding: 2rem 0.5rem 1.5rem;
    text-align: left
}

.n_news_detail .right .fl02 ul li .con h4 {
    font-size: 1.125rem;
    color: #3c3c3c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 1.25rem;
    line-height: 1.25rem
}

.n_news_detail .right .fl02 ul li .con p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    height: 2.75rem;
    color: #818181;
    overflow: hidden;
    margin: 1rem 0 0.5rem;
}

.n_news_detail .right .fl02 ul li .con span {
    font-size: 1.125rem;
    color: #868686;
}

.n_news .fl02 {
    padding: 3.125rem 0 4rem;
    background: #f6f8fa;
    border-top: #ebedef 1px solid
}

.n_news_detail .right .fl02 .miso-dots {
    bottom: 14px;
    text-align: right;
    width: auto;
    right: 14px;
}

.n_news_detail .right .fl02 .miso-dots li {
    width: 10px;
    height: 10px;
    background: #d1d1d1;
    border-radius: 5px;
    margin: 0 3px;
}

.n_news_detail .right .fl02 .miso-dots li.miso-active {
    background: #3ca0d3;
}

.n_news_detail .right .fl03 {
    padding-top: 0
}

.n_news_detail .right .fl03 ul {}

.n_news_detail .right .fl03 ul li {
    line-height: 30px;
    height: 30px;
}

.n_news_detail .right .fl03 ul li a {
    display: block;
    position: relative;
    line-height: 30px;
    height: 30px;
    padding-left: 12px;
}

.n_news_detail .right .fl03 ul li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    background: #6d6f71;
    transition: all .5s;
    border-radius: 50%;
    margin-top: -2.5px;
}

.n_news_detail .right .fl03 ul li a:hover:before {
    transform: none;
    opacity: 1;
    visibility: visible\9;
}

.n_news_detail .right .fl03 ul li i {
    display: inline-block;
    width: 13px;
    vertical-align: top;
}

.n_news_detail .right .fl03 ul li font {
    display: inline-block;
    font-size: 0.9375rem;
    color: #6d6f71;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.36s;
    vertical-align: top;
}

.n_news_detail .right .fl03 ul li span {
    float: right;
    font-size: 14px;
    color: #6d6f71;
}

.n_news_detail .right .fl03 ul li:hover font {
    color: #24306e;
}

.sticky {
    position: sticky;
    top: 70px;
    padding: 0;
    z-index: 100000;
}

.n_talent {
    padding: 6.75rem 0 4rem;
}

.n_talent .ul.miso_hd {
    text-align: center;
    margin-bottom: 4rem;
    position: relative
}

.n_talent .ul.miso_hd:before {
    content: "";
    position: absolute;
    top: 45px;
    border-bottom: #e1e1e8 1px solid;
    width: 100%;
    left: 0
}

.n_talent .ul.miso_hd li h3 {
    height: 45px;
    margin-bottom: 20px
}

.n_talent .ul.miso_hd li h3 img {
    opacity: 0;
    transition: 0.6s;
    transform: scale(0)
}

.n_talent .ul.miso_hd li h5 {
    font-size: 16px;
    color: #414141;
    line-height: 26px;
    display: inline-block;
    position: relative;
}

.n_talent .ul.miso_hd li h5:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 2px;
    background: #015198;
    top: -21px;
    transition: 0.6s
}

.n_talent .ul.miso_hd li.miso-current h5:after {
    width: 100%;
    left: 0
}

.n_talent .ul.miso_hd li.miso-current h3 img {
    opacity: 1;
    transform: scale(1)
}

.n_talent .ul.miso_bd {
    margin: 0 -0.75rem;
    margin-bottom: 4.5rem
}

.n_talent .ul.miso_bd .li {
    padding: 0 0.75rem;
}

.n_talent .ul.miso_bd .box {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden
}

.n_talent .ul.miso_bd .box .top {
    background: #015198;
    height: 140px;
    text-align: center;
    padding: 50px 0 0;
    width: 100%;
}

.n_talent .ul.miso_bd .box .top h3 {
    font-size: 1.5rem;
    color: #fff;
    margin: 0 0 14px;
}

.n_talent .ul.miso_bd .box .top h5 {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
}

.n_talent .ul.miso_bd .box .con {
    background: #fff;
    padding: 2rem 1.625rem;
    border: #e5e5e5 1px solid;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.n_talent .ul.miso_bd .box .con h4 {
    font-size: 14px;
    color: #cd2d3c;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 30px;
}

.n_talent .ul.miso_bd .box .con .ar_article {
    height: 388px;
    overflow: hidden;
    overflow-y: scroll;
    margin-right: 0;
    padding-right: 0;
    background-color: white;
}

.n_talent .ul.miso_bd .box .con .ar_article p {
    font-size: 13px;
    line-height: 30px;
    color: #8c8a88;
    text-indent: 0
}

.n_talent .ul.miso_bd .box .con .ar_article::-webkit-scrollbar {
    width: 1px;
    height: 1px;
    background: #e2e2e2
}

.n_talent .ul.miso_bd .box .con .ar_article::-webkit-scrollbar-track {
    border-radius: 1px;
    background: #e2e2e2
}

.n_talent .ul.miso_bd .box .con .ar_article::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background: #015198
}

.n_talent .ul.miso_bd .box .con ul li {
    font-size: 13px;
    line-height: 30px;
    color: #8c8a88;
    background: url(../img/dot.png) left 10px no-repeat;
    margin-left: 0;
    padding-left: 13px;
}

.n_talent .ul.miso_bd .miso-current .box .top {
    background: #24306e;
}

.n_talent .ul.miso_bd .miso-prev,
.n_talent .ul .miso-next {
    width: 44px;
    height: 44px;
    top: 50%;
    margin-top: -12px
}

.n_talent .ul.miso_bd .miso-prev {
    background: url(../img/left03.png) center no-repeat;
    left: -90px;
    transition: 0.6s
}

.n_talent .ul.miso_bd .miso-next {
    background: url(../img/right03.png) center no-repeat;
    right: -90px;
    transition: 0.6s
}

.n_talent .ul.miso_bd .miso-prev:hover {
    background: url(../img/left03_on.png) center no-repeat;
}

.n_talent .ul.miso_bd .miso-next:hover {
    background: url(../img/right03_on.png) center no-repeat;
}

.ban_po001 {
    text-align: center
}

.ban_po001 .wrap p {
    font-size: 1.5rem;
    color: #404040;
}

.ban_po001 .wrap p .current,
.ban_po001 .wrap p font {
    color: #24306e;
    font-size: 2.25rem;
    font-weight: bold;
}

.ban_po001 big {
    font-size: 14px;
    color: #24306e;
    display: inline-block;
    vertical-align: top;
    line-height: 2.25rem;
    margin-right: 4rem;
    position: relative
}

.ban_po001 big:before {
    content: "";
    position: absolute;
    right: -3.5rem;
    width: 2.75rem;
    height: 1px;
    background: #24306e;
    top: 50%;
}

.ban_po001 .wrap {
    display: inline-block
}

.n_wenhua01 {
    padding: 3rem 0 2rem
}

.n_wenhua01 .miso-prev,
.n_wenhua01 .miso-next {
    width: 36px;
    height: 36px;
    background-size: cover !important;
    margin-top: -18px;
}

.n_wenhua01 .miso-prev {
    background: url(../img/left07.png) center no-repeat;
    left: -4rem
}

.n_wenhua01 .miso-next {
    background: url(../img/right07.png) center no-repeat;
    right: -4rem
}


/*==========================================内页 结束=============================================*/

@media(min-width: 768px) {
    .container02 .right .slider_for .box .top a:hover {
        border: #ef7600 1px solid;
        background: #ef7600
    }
    .container02 .right .slider_for .box .top a:hover:before {
        transform: scale(1);
        opacity: 1
    }
    .container03 ul li a:hover .con .icon:before {
        background: rgba(239, 118, 0, 0.1);
    }
    .container03 ul li a:hover .con .icon:after {
        background: #ef7600
    }
    .container03 ul li a:hover .con .icon span {
        transform: rotate(180deg);
    }
    .container03 ul li a:hover .con:before {
        transform: translateY(0);
        background: #24306e;
    }
    .container03 ul li a:hover .con h5 {
        color: #fff
    }
    .container03 ul li a:hover .con p {
        color: #fff
    }
    .container03 .more a:hover {
        border: #ef7600 1px solid;
        background: #ef7600;
        color: #fff
    }
    .container03 .more a:hover:before {
        transform: scale(1);
        opacity: 1
    }
    .container05 .fl02 .right .more a:hover {
        border: #ef7600 2px solid;
        background: #ef7600;
        color: #fff
    }
    .container05 .fl02 .right .more a:hover:before {
        transform: scale(1);
        opacity: 1
    }
    .container06 .content .box02 ul li:hover:after {
        width: 100%
    }
    .container06 .content .box02 ul li:last-child:hover:after {
        width: 0
    }
    .container06 .content .box02 ul li:hover a h4 {
        color: #24306e;
    }
    .container06 .content .box02 ul li:hover a h5 {
        color: #24306e;
    }
    .container06 .more01 a:hover {
        border: #ef7600 1px solid;
        background: #ef7600;
        color: #fff
    }
    .container06 .more01 a:hover:before {
        transform: scale(1);
        opacity: 1
    }
    footer .fl01 .left ul li a:hover img.img01 {
        display: inline-block
    }
    footer .fl01 .left ul li a:hover img.img02 {
        display: none
    }
    .n_yingyong ul li a:hover h3 img {
        transform-style: preserve-3d;
        -webkit-animation: xuanzhuan 2s;
        animation: xuanzhuan 2s;
        animation-fill-mode: forwards;
        transition: all .5s linear;
    }
    .n_yingyong ul li a:hover span {
        border: #24306e 2px solid;
        background: #24306e;
        color: #fff
    }
    .n_zizhi ul li a:hover:after {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .lianxi_box dl dd p a:hover {
        text-decoration: underline
    }
    .n_news_detail .right .fl02 ul li:hover .con h4 {
        color: #24306e;
    }
    .container06 .content .box01 ul li a .con .more:hover:before {
        transform: scale(1);
        opacity: 1
    }
}

@media(max-width: 1330px) {
    .n_fazhan .fl02 .miso-prev {
        left: 1rem
    }
    .n_fazhan .fl02 .miso-next {
        right: 1rem
    }
}

@media(max-width: 1200px) {
    .h-link {
        display: block;
        right: 80px;
        position: absolute;
    }
    .rd-navbar-toggle {
        display: block
    }
    .n_product_detail .fl01 .left,
    .n_product_detail .fl01 .right {
        width: 100%;
        position: relative
    }
    .n_product_detail .fl01 .right {
        padding: 3rem 1.5rem
    }
    .n_fazhan .fl01 ul li h2 {
        font-size: 20rem;
    }
    .n_fazhan .fl01 .tit {
        height: 20rem;
    }
    footer .fl01 .left {
        width: 100%;
        text-align: center;
    }
    footer .fl01 .right {
        width: 100%;
        text-align: center;
    }
    footer .fl01 .left ul {
        display: none
    }
    footer .fl01 .right .img,
    footer .fl01 .right .con {
        width: 100%;
        float: none;
        margin: 0;
    }
    footer .fl01 .right .con h3 {
        display: none
    }
}

@media(max-width: 1060px) {}

@media(max-width: 992px) {
    .container05 .fl02 .right {
        padding: 0 0 0 3rem
    }
    .n_talent {
        padding: 3rem 0
    }
    .n_talent .ul.miso_hd {
        margin-bottom: 2rem
    }
    .n_talent .ul.miso_bd .box .top {
        height: 100px;
        padding: 29px 0 0;
    }
}

@media(max-width: 768px) {
    .container02 {
        padding: 90px 0 0
    }
    .container02 .left {
        padding: 0 1rem;
        height: 90px;
    }
    .container02 .left ul li.miso-current a .icon {
        width: 100px;
    }
    .container02 .left ul li {
        margin-right: 6px;
        height: 40px;
    }
    .container02 .left ul li a .icon {
        width: 40px;
        height: 40px;
        border-radius: 20px;
    }
    .container02 .left ul li a .icon img {
        max-height: 15px
    }
    .ban_po.ban_po01 {
        height: 40px;
        line-height: 40px;
    }
    .ban_po.ban_po01 .wrap p {
        font-size: 30px
    }
    .container02 .right .slider_for ul li .img {
        height: calc(100vh - 9.375rem - 75px - 18px - 90px);
        background-size: cover !important;
    }
    .container02 .right .slider_for .box .top .table_cell {
        padding: 0 10%
    }
    .container02 .right .slider_for .box .top h2 {
        font-size: 18px;
    }
    .container02 .right .slider_for .box .top p {
        font-size: 12px;
    }
    .container02 .right .slider_for .box .top h3 {
        margin-bottom: 2rem;
        height: auto;
    }
    .container02 .right .slider_for .box .top h3 img {
        height: 24px
    }
    .container02 .right .slider_for .miso-prev {
        left: 0;
        transform: scale(0.6)
    }
    .container02 .right .slider_for .miso-next {
        right: 0;
        transform: scale(0.6)
    }
    .container03 ul {
        margin: 0 -7px;
        margin-bottom: 1rem;
    }
    .container03 ul li {
        width: 50%;
        padding: 0 7px;
        margin-bottom: 15px;
    }
    .container03 ul li a .con .icon {
        transform: scale(0.7);
    }
    .container03 ul li a .con {
        padding: 3rem 1rem 2rem;
    }
    .container03 .more a {
        width: 120px;
        font-size: 14px;
        height: 40px;
        line-height: 38px;
    }
    .container04 .content img {
        height: 12rem
    }
    .container04 .content h3 {
        font-size: 18px
    }
    .container05 .fl01 ul li {
        width: 50%;
        margin: 1rem 0
    }
    .container06 .content .box01 {
        width: 100%;
    }
    .container06 .content .box02 {
        width: 100%;
    }
    .container05 .fl02 .left {
        width: 100%;
        margin-bottom: 2rem;
    }
    .container05 .fl02 .right {
        width: 100%;
        padding: 0 1rem;
    }
    .container05 {
        padding: 3rem 0
    }
    .container06 {
        padding: 3rem 0
    }
    .container06 .content .box01 ul li a .img,
    .container06 .content .box01 ul li a .img img {
        height: 220px;
        position: relative;
        z-index: 0;
    }
    .container06 .content .box01,
    .container06 .content .box02 {
        margin-bottom: 15px
    }
    .container06 .content .box02 ul {
        padding: 15px 15px
    }
    .container06 .content .box02 ul li {
        padding: 20px 0
    }
    .container06 .content .box02 ul li a h5 {
        font-size: 16px;
        margin: 15px 0 10px;
    }
    .container06 .content .box02 ul li a p {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }
    .container10 {
        display: none
    }
    .container10 .nav01 {
        display: block;
        width: 100%
    }
    .container10 ul {
        display: block;
        width: 100%
    }
    .container10 ul li {
        font-size: 12px;
        line-height: 24px;
        margin-right: 6px;
        height: 24px;
    }
    .container10 ul li a {
        font-size: 12px;
    }
    footer .fl01 .left p {
        font-size: 12px;
    }
    footer .fl01 .left .con h4 img {
        height: 18px
    }
    footer .fl01 .left .con h2 {
        font-size: 20px
    }
    footer .fl01 .left p {
        padding: 0 15%
    }
    footer .fl01 .right .p {
        margin-top: 2rem
    }
    .h-link {
        right: 60px;
    }
    .n_banner {
        height: 140px;
        background-size: cover !important;
    }
    .n_about .tit .top h3 {
        margin-top: 3rem
    }
    .n_about {
        padding: 2rem 0
    }
    .siji ul {
        padding: 0 1rem;
        border: beige;
    }
    .siji ul li {
        margin-bottom: 1rem;
        width: 33.33333%;
        margin-right: 0;
        text-align: center;
    }
    .siji ul li a {
        height: 30px;
        line-height: 30px;
    }
    .page a {
        width: 40px;
        line-height: 38px;
        height: 40px;
    }
    .n_product_detail .fl01 .left .miso-prev,
    .n_product_detail .fl01 .left .miso-next {
        transform: scale(0.6)
    }
    .n_product_detail .fl01 .left .miso-prev {
        left: 0
    }
    .n_product_detail .fl01 .left .miso-next {
        right: 0
    }
    .n_product_detail .fl02 p {
        font-size: 13px;
        line-height: 26px;
    }
    .n_product_detail .fl02 .content {
        padding: 0 1.5rem 1.5rem
    }
    .siji:before,
    .siji:after {
        display: none
    }
    .n_product_detail {
        padding: 2rem 0 0
    }
    .n_product_detail .siji {
        margin-bottom: 1.5rem
    }
    .n_yingyong ul {
        margin: 0 -7px;
        margin-bottom: 0
    }
    .n_yingyong ul li {
        width: 50%;
        padding: 0 7px;
        margin-bottom: 3rem
    }
    .n_yingyong ul li a span {
        width: 110px;
    }
    .n_yingyong {
        padding: 3rem 0
    }
    .n_yingyong ul li a {
        background-size: 80% auto
    }
    .n_yingyong ul li a h3 {
        line-height: 4rem;
    }
    .n_yingyong ul li a h3 img {
        max-width: 30px;
        max-height: 30px;
    }
    .n_yingyong ul li a h5 {
        margin-bottom: 1rem;
    }
    .n_yingyong ul li a p {
        padding: 0 1rem;
        font-size: 12px;
        margin-bottom: 1rem;
    }
    .n_fazhan .fl01 ul li h2 {
        font-size: 10rem;
    }
    .n_fazhan .fl01 .tit {
        height: 10rem;
    }
    .n_fazhan .fl02 ul {
        padding: 0 2rem
    }
    .n_fazhan .fl02 .miso-prev {
        left: 0;
        transform: scale(0.8)
    }
    .n_fazhan .fl02 .miso-next {
        right: 0;
        transform: scale(0.8)
    }
    .n_news .fl01 ul li {
        width: 100%;
        margin-bottom: 1rem
    }
    .n_news .fl02 ul {
        padding: 1rem
    }
    .n_news .fl02 ul li a span {
        font-size: 11px;
    }
    .n_news .fl02 ul li a span:before {
        display: none
    }
    .n_news .fl02 ul li a {
        padding-left: 12px;
    }
    .n_news .fl02 ul li a:before {
        left: 0
    }
    .n_news .fl01 ul li .con h4 {
        font-size: 14px;
    }
    .n_zizhi ul {
        margin: 0 -7px;
    }
    .n_zizhi ul li a {
        padding: 1rem 1rem 1.5rem;
    }
    .n_zizhi ul li a .img {
        line-height: 10rem
    }
    .n_zizhi ul li a .img img {
        max-height: 10rem
    }
    .n_zizhi ul li {
        padding: 0 7px;
        width: 50%;
        margin-bottom: 1rem
    }
    .n_zizhi .fl02 .left {
        padding: 1rem 0 0;
        width: 100%;
        margin-bottom: 2rem
    }
    .n_zizhi .fl02 .right {
        width: 100%
    }
    .n_zizhi .fl02 .left p {
        font-size: 16px;
    }
    .lianxi_box {
        padding: 2rem 1rem
    }
    .lianxi_box .right .ewm01 {
        text-align: center;
        padding: 0
    }
    .lianxi_box .ewm {
        display: inline-block;
        float: none;
        font-size: 13px;
    }
    .lianxi_box .ewm img {
        width: 10rem;
        height: 10rem;
        margin-bottom: 10px;
    }
    .lianxi_box .tt h3 {
        font-size: 24px
    }
    .lianxi_box .tt span {
        font-size: 14px;
        margin-left: 0.25rem
    }
    .lianxi_box dl {
        background-size: auto 18px !important;
        background-position: 3px 0 !important
    }
    .lianxi_box dl dd p a {
        display: block;
        margin-left: 0
    }
    .lianxi_box .tt {
        padding-bottom: 2rem
    }
    .ar_article p {
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 26px;
    }
    .dibu {
        margin: 3rem 0 0
    }
    .n_talent .ul.miso_bd {
        margin-bottom: 2rem
    }
    .n_talent .ul.miso_hd li h3 {
        height: 32px
    }
    .n_talent .ul.miso_hd li h3 img {
        height: 18px;
    }
    .n_talent .ul.miso_hd:before {
        top: 32px;
    }
    .n_talent .ul.miso_hd li h5 {
        font-size: 13px;
    }
    .container02 .left ul li a .icon .ii {
        line-height: 38px;
        height: 40px
    }
    .container02 .left ul li.miso-current a .icon:before,
    .container02 .left ul li.miso-current a .icon:after {
        display: none
    }
    .container03 ul li a .con h5 {
        margin-bottom: 10px
    }
    .ar_article td,
    .ar_article th {
        font-size: 12px;
    }
    .n_talent .ul.miso_bd .box .con .ar_article {
        height: auto !important;
        overflow: hidden
    }
    .rolling-top {
        right: 5%
    }
    .container01 .fl01 {
        padding: 3rem 0 0
    }
    .container03 ul li a .con p {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }
    .container05 .fl02 .right p {
        font-size: 12px;
        line-height: 20px;
        height: 60px;
    }
    .container06 .content .box01 ul li a .con h4 {
        font-size: 16px;
        line-height: 22px;
        height: 44px;
    }
    .container06 .content .box01 ul li a .con p {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }
    .container03 ul li a .img,
    .container03 ul li a .img img {
        overflow: hidden;
        width: 100%;
        object-fit: cover;
    }
}

@media(max-width: 456px) {}