@charset "utf-8";
* {
    font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}

body {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    line-height: 1;
    font-size: 14px;
    overflow-x: hidden;
}
html {
    font-size: 100px;
}
html, body {
    min-height: 100vh;
}

.flex {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    *zoom: 1;
}

* {
    font-family: "PingFang SC", Arial, Helvetica, "Microsoft YaHei", sans-serif;
}

html::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #F5F5F5;
}

html::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333;
}

.clearfix:after { /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1; /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

a {
    text-decoration: none;
    bblr: expression(this.onFocus=this.blur()); /*IE使用*/
    outline-style: none; /*FF使用*/;
    outline: none;
}

a, input, img, :focus {
    mayfish: expression(this.onfocus=this.blur);
    outline-style: none; /*FF使用*/
}

/*去除a标签带来的虚框*/
ul {
    list-style: none;
}

img {
    border: 0px;
    vertical-align: middle
}

ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, p {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

h3, h4, h5 {
    font-weight: normal;
}

h4 a:hover, h5 a:hover {
    -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;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    background: #d8d8d8;
    padding: 0;
    margin-bottom: 0;
    margin-top: .5rem;
}

abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video {
    display: block
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0
}

.container01, .container02, .container03, .container04, .container05, .container06, .container07, .container08, .n-container01, .n-container03, .n-container04 {
    margin: 0 auto;
}

.slow {
    overflow: hidden
}

.slow img:hover {
    transform: scale(1.05);
}

/*图片放大*/
.slow img {
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

/*缓慢效果*/
h5 a, .more a {
    -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;
}

/*缓慢效果*/
ul li, dl dd {
    vertical-align: top
}

img {
    vertical-align: middle
}

a {
    color: inherit
}
.header{
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    transition: .6s;
    padding: 0 0;
    background:rgba(0,0,0,.2);
}
.w14{
    width: 1400px;
    margin: 0 auto;
}
.logo{
    color: #fff;
    font-size: .25rem;
    line-height: 100px;
}
.nav_box{
    float: right;
}
.nav_box ul{
    font-weight: bold;
    color: #212121;
    gap: 0.5rem;
}
.nav_box nav .nLi{
    line-height: .5rem;
    position: relative;
}
_:-ms-lang(x), .nav_box nav .nLi {
    margin: 0 30px;
}
@media screen and (min-width:0\0) {
    .nav_box nav .nLi {
        margin: 0 30px;
    }
}


.nav_box nav .nLi a{
    font-size: .175rem;
    color: #fff;
}
.nav_box nav .nLi.on::before,
.nav_box nav .nLi:hover::before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: .05rem;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: #f28300;
    border-radius: 5rem;
}



.myBanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_pagin .swiper-pagination-bullet-active{
    background: #404040;
}
.banner_pagin .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
}

.tit{
    width: 100%;
    padding: .5rem 0;
}
.tit .tit_box{
    margin: 0 auto;
    font-size: .35rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: .7rem;
}

.tit .tit_box::before{
    content: "";
    display: inline-block;
    width: 160px;
    height: 1px;
    background: #f08300;
    background-size: contain;
    margin-right: .2rem;
    vertical-align: middle;
}
.tit .tit_box::after{
    content: "";
    display: inline-block;
    width: 160px;
    height: 1px;
    background: #f08300;
    background-size: contain;
    margin-left: .2rem;
    vertical-align: middle;
}
.tit .tit_p{
    text-align: center;
    font-size: .17rem;
    color: #404040;
    line-height: .2rem;
}
.pic{
    position: relative;
    overflow: hidden;
}
.pic img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.pic:hover img {
    background-color: #027f6c;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.jjly_img,.jjly_lb{
    gap: 20px 20px;
}
.jjly_l {
    flex: 1 1 calc(63% - 20px);
}
.jjly_r{
    flex: 1 1 calc(37% - 0px);
    padding-top: 36%;
}

.jjly1{
    flex: 1;
    padding-top: 28.1%;
    margin-bottom: 20px;
}
.jjly2{
    flex: 1;
    padding-top: 28%;
}
.jjly3{
    flex: 1;
    padding-top: 28%;
}

/*新闻资讯*/
.newBox{
    width: 100%;
}
.newBox .hd{
    text-align: center;
}
.newBox .hd ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.newBox .hd li{
    margin: 0 .5rem;
    line-height: 1rem;
    position: relative;
    font-size: .2rem;
    color: #333;
    text-indent: 0.3rem;
}
.newBox .hd li.on::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #f28300;
    transform-origin: center;
}
.newBox .hd li.on,
.newBox .hd li:hover{
    color: #f28300;
}

.new_con{
    display: grid;
    grid-template-columns: repeat(3, calc(33.33% - 20px));
    gap: 20px 20px;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
}
.new_con .item{
    position: relative;
    padding: 0.15rem;
}
/* 针对 IE 10-11 的特殊处理（它们部分支持 Grid 但有 bug） */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .new_con {
        display: -ms-grid;
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
        -ms-grid-rows: auto;
        justify-content: normal;
        margin: 0;
        box-sizing: border-box;
    }
    .new_con .item{
        float: left;
        width: auto;
        -ms-grid-column: 1;
    }
}

.new_con .item .pic {
    padding-top: 65%;
    position: relative;
    overflow: hidden;
}
.new_con .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.new_con .item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f8f8f8;
    z-index: -1;
    transition: .5s;
}
.new_con .item:hover::before{
    background: #004097;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.new_con .item:hover .pic img{
    -webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}
.new_con .item .inner{
    margin:15px;
}

.new_con .item .item_tit {
    margin-bottom: 22px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    height: 1.45em;
    line-height: 1.45em;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.new_con .item .item_desc {
    margin-bottom: 11px;
    font-size: 16px;
    color: #666;
    line-height: 1.69;
    height: 3.38em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    /*display: none;*/
}
.new_con .item:hover .item_desc{
    display: block;
}

.new_con .item .item_time {
    font-size: 14px;
    color: #999;
    display: inline-block;
    float: left;
}
.new_con .item .item_time_box{
    margin-top: .2rem;
}
.new_con .item .more {
    font-size: 14px;
    color: #999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    float: right;
}

.new_con .item .more i {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 16px;
    background: url(../images/xq_jt.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-left: 10px;
}

.new_con .item:hover .item_desc,
.new_con .item:hover .item_tit {
    color: #fff
}
.new_con .item:hover .item_time {
    color: #efefef;
}
.new_con .item .more{
    color: #f28300;
}
.new_con .item:hover .more {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.achie{
    margin-top: .5rem;
    background: url(../images/cg_bg.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 0.5rem;
}

.achie_box .tit .tit_box,
.achie_box .tit .tit_p{
    color: #fff;
}
.achie_box .tit .tit_box::before,
.achie_box .tit .tit_box::after{
    background: #fff;
}

.achie_con_l{
    flex: 2;
}
.achie_con_r{
    flex: 1;
}

.achie_con_tit{
    line-height: .5rem;
    position: relative;
    font-size: .225rem;
    color: #fff;
    text-indent: 0.3rem;
    margin-bottom: 0.1rem;
}
.achie_con_tit::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #f28300;
    transform-origin: center;
}

.achie_con{
    gap:.2rem;
}
.achie_con_l .achie_con_l_item{
    position: relative;
    padding: 0.2rem;
    background: #fff;
}

.achie_con_l .achie_con_l_item .pic {
    padding-top: 54%;
    position: relative;
    overflow: hidden;
}
.achie_con_l .achie_con_l_item .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.achie_con_l .achie_con_l_item:hover .pic img{
    -webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}
.achie_con_l .achie_con_l_item .inner{
    margin:15px;
    margin-bottom: 0;
}

.achie_con_l .achie_con_l_item .item_tit {
    margin-bottom: 6px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    height: 2.9em;
    line-height: 1.45em;
    white-space: nowrap;
    -webkit-line-clamp: 2;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.achie_con_l .achie_con_l_item .item_desc {
    margin-bottom: 11px;
    font-size: 16px;
    color: #666;
    line-height: 1.69;
    height: 3.38em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}
.achie_con_l .achie_con_l_item .item_time_box{
    margin-top: .2rem;
}
.achie_con_l .achie_con_l_item .more {
    font-size: 14px;
    color: #999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.achie_con_l .achie_con_l_item .more i {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 16px;
    background: url(../images/xq_jt.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-left: 10px;
}

.achie_con_l .achie_con_l_item .more{
    color: #f28300;
    text-align: right;
}
.achie_con_l .achie_con_l_item:hover .more {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.power{
    position: relative;
    padding: 0.2rem;
    background: #fff;
}
.power .pow_li{
    border-bottom: 1px solid #ddd;
    padding: .28rem 0;
}

.power .pow_li .pow_li_img{
    padding-top: 58%;
    flex: 1;
}
.power .pow_li:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.power .pow_li .pow_lir{
    padding-left: .2rem;
    flex: 1;
}
.power .pow_li .pow_lir h3{
    font-size: .2rem;
    font-weight: bold;
    color: #333;
    line-height: .25rem;
    margin-bottom: 0.2rem;
}
.power .pow_li .pow_lir h4{
    font-size: .155rem;
    color: #333;
    line-height: 1.69;
    height: 3.38em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.power .pow_li .pow_lir .pow_desc{
    font-size: .155rem;
    color: #666;
    margin: .2rem 0;
    line-height: 1.69;
    height: 5.07em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
}
.power .more {
    font-size: 14px;
    color: #999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-top: .2rem;
}

.power .more i {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 16px;
    background: url(../images/xq_jt.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-left: 10px;
}

.power .more{
    color: #f28300;
    text-align: right;
    display: block;
}
.power .more:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.cooper{
    margin-bottom: .5rem;
}
.coop_img{
    gap: .2rem;
}
.coop_l {
    flex: 1;
}
.coop_r{
    flex: 1;
    padding-top: 33%;
}
.mt5{
    margin-top: .2rem;
}
.coop1{
    flex: 1;
    padding-top: 32%;
}

footer{
    width: 100%;
    background: #06257b;
}
.foot{
    background: url(../images/foot_bg.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0.5rem 0;
}
.foot p{
    font-size: .155rem;
    color: #fff;
    line-height: .35rem;
    text-align: center;
}

.main{
    background: #f4f4f4;
    width: 100%;
}
.main_con{
    padding: .5rem 0;
    display: flex;
}
.main_l{
    width: 2.5rem;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    margin-right: .35rem;
}
.main_t{
    background: #3071b9;
    text-align: center;
    padding: .3rem 0;
}
.main_t h3{
    line-height: .25rem;
    font-size: .25rem;
    color: #fff;
}
.main_t p{
    line-height: .275rem;
    font-size: .155rem;
    color: #fff;
}
.main_nav{
    background: #fff;
}
.main_nav .m_nli{
    line-height: 1rem;
    text-align: left;
    font-size: .1955rem;
    color: #333;
    border-top: 1px solid #ddd;
}
.main_nav .m_nli:first-child{
    border-top:none;
}
.main_nav .m_nli a{
    padding: 0 .15rem;
    text-indent: .05rem;
    display: block;
}
.main_nav .m_nli a::before{
    content: "";
    display: inline-block;
    width: 13px;
    height: 15px;
    background-size: contain;
    margin-right: .2rem;
    vertical-align: middle;
}
.main_nav .m_nli:hover a,
.main_nav .m_nli.on a{
    color: #3071b9;
}
.main_nav .m_nli:hover a::before,
.main_nav .m_nli.on a::before{
    background: url("../images/ls_xsj.png") no-repeat center;
}
.main_b{
    margin-top: .5rem;
    padding-top: 135%;
}


.main_r{
    flex-grow: 1;
    background: #fff;
    padding: 0 .5rem .5rem;
}
.n_item{
    padding: .5rem 0;
    position: relative;
}
.n_item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e4e5ea;
}
.n_item::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #f28300;
    transition: .5s;
}
.n_item:hover::after{
    width: 100%;
    left: 0;
    right: auto;
}

.n_item a{
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
}
.n_item .new_img{
    flex-shrink: 0;
    padding-top: 13%;
    width: 190px;
}
.n_item .txt{
    flex: 2;
    padding: .3rem .8rem .3rem .3rem;
    font-size: .175rem;
    height: .95rem;
    line-height: .3rem;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.n_item .time{
    flex: 0.5;
    color: #f28300;
    font-size: .175rem;
    padding: .3rem 0;
}
.n_item .time i{
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background: url(../images/yqjt.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-left: 10px;
}


.ar_title{
    position: relative;
    padding-bottom: .1875rem;
    border-bottom: 1px solid #e6e6e6;
    margin: .5rem 0;
}
.ar_title h3 {
    font-size: .225rem;
    font-weight: 400;
    line-height: .3rem;
    margin-bottom: .15rem;
    color: #000000;
}
.share span{
    display: inline-block;
    float: left;
    line-height: 40px;
}
.tit_time{
    margin-right: 0.5rem;
    font-size: .15rem;
    color: #333;
}

.ar_article {
    font-size: .155rem;
    color: #5f6064;
    line-height: 2;
    text-align: justify;
    overflow: hidden;
}
.ar_article p {
    font-size: .155rem;
    color: #5f6064;
    line-height: 2;
    text-align: justify;
}
.ar_article img{
    max-width:100%;
    height: auto;
    margin: .1rem 0;
}

.arc-bot {
    border-top: #d0d9e6 1px solid;
    border-bottom: #d0d9e6 1px solid;
    padding: 0.38rem 0;
    margin: 0.55rem 0 0;
}
.flexjs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.arc-bot .con {
    width: calc(50% - 0.4rem);
    /*align-items: center;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}
.arc-bot .con h3{
    font-size: .175rem;
    color: #3071b9;
    display: block;
    width: 100%;
    line-height: .3rem;
}
.arc-bot .con .h4s1{
    font-size: .165rem;
    color: #333;
    line-height: .3rem;
}

.rec_item{
    padding: 0.35rem 0;
    position: relative;
}

.rec_item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e4e5ea;
}
.rec_item::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #f28300;
    transition: .5s;
}
.rec_item:hover::after{
    width: 100%;
    left: 0;
    right: auto;
}

.rec_item h3{
    line-height: .5rem;
    font-size: .205rem;
    color: #f28300;
}
.rec_item p{
    line-height: .3rem;
    font-size: .155rem;
    color: #333;
}

.rec_Menu {
    margin-top: .5rem;
}

.rec_Menu h3 {
    line-height: .6rem;
    border-top: 1px solid #e3e3e3;
    cursor: pointer;
    padding: 0 .2rem;
    position: relative;
}

.rec_Menu h3 em {
    position: absolute;
    right: .2rem;
    top: 10px;
    display: block;
    width: 45px;
    height: 45px;
    background: url(../images/jia.png) no-repeat center;
    cursor: pointer;
}
.rec_Menu h3.on{
    background: #3071b9;
    border-top: none;
    color: #fff;
}
.rec_Menu h3.on em {
    background: url(../images/jian.png) no-repeat center;
}
.rec_Menu h3 span{
    position: absolute;
    left: 45%;
}

.rec_Menu .rec_Menu_p {
    padding: 8px 25px;
    display: none;
    background: #efefef;
}
.rec_Menu .rec_Menu_p p{
    line-height: .3rem;
    font-size: .155rem;
    color: #666;
}
.ma_tit{
    margin: 0.5rem 0 0.2rem;
}
.ma_tit h3{
    color: #f28300;
    line-height: .3rem;
    font-size: .245rem;
}
.ma_tit h3 span{
    font-size: .15rem;
    color: #333;
}
.ma_tit p{
    color: #333;
    line-height: .3rem;
    font-size: .155rem;
}
.ma_info{
    margin-bottom: .3rem;
}
.ma_info h3{
    color: #333;
    line-height: .35rem;
    font-size: .18rem;
    font-weight: bold;
}
.ma_info p span{
    font-weight: bold;
}
.ma_info p{
    color: #333;
    line-height: .35rem;
    font-size: .165rem;
    text-align: justify;
}
.ma_info p em{
    margin-left: .1rem;
    color: #f28300;
    font-style: unset;
}
.ma_info img{
    width: 100%;
    margin-top: .3rem;
}

.cg_info_img{
    padding-top: 40%;
}


.team_item{
    margin-bottom: .3rem;
}
.team_item a{
    display: flex;
    align-items: center;
}

.team_item .team_img {
    flex-shrink: 0;
    width: 1.9rem;
    margin-right: .3rem;
    position: relative;
    height: 2.26rem;
    overflow: hidden;
}
.team_item .team_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.team_item:hover .team_img img {
    background-color: #027f6c;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.team_item .team_lir{
    flex: 1;
    height: 226px;
    position: relative;
    padding-top: 0.2rem;
}
.team_item .team_lir:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e4e5ea;
}
.team_item .team_lir::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #f28300;
    transition: .5s;
}
.team_item:hover .team_lir::after{
    width: 100%;
    left: 0;
    right: auto;
}

.team_item .team_lir h3{
    font-size: .2rem;
    font-weight: bold;
    color: #333;
    line-height: .25rem;
    margin-bottom: .05rem;
}
.team_item:hover .team_lir h3{
    color: #f28300;
}
.team_item .team_lir h4{
    font-size: .155rem;
    color: #333;
    line-height: .25rem;
}

.team_item .team_lir p{
    font-size: .155rem;
    color: #666;
    line-height: .3rem;
    margin: .2rem 0;
    height: 3.38em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}
.team_item .team_lir .more {
    font-size: 14px;
    color: #999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-top: .2rem;
}

.team_item .team_lir .more i {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 16px;
    background: url(../images/xq_jt.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-left: 10px;
}

.team_item .team_lir .more{
    color: #f28300;
    text-align: right;
}
.team_item:hover .team_lir .more {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
.ys_pic{
    width: 28%;
    margin: .5rem auto;
}
.ys_pic img{
    width: 100%;
}
.mt3 {
    margin-top: 30px;
}
.team_infos h3{
    margin-top: 30px;
    font-size: 26px;
    color: #333;
    line-height: 40px;
}
.team_infos .team_zc{
    font-size: 18px;
    color: #333;
    line-height: 40px;
}
.team_infos .team_p1{
    font-size: 18px;
    color: #333;
    line-height: 40px;
}
.team_infos .team_p2{
    font-size: 18px;
    color: #333;
    line-height: 35px;
    text-align: justify;
}

.about_img_list{
    display: grid;
    grid-template-columns: repeat(3, calc(33.33% - 10px));
    gap: 30px 10px;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
}
.about_img_list .pic{
    position: relative;
    height: 206px;
    overflow: hidden;
    border-radius: 10px
}
.about_img_list .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.about_img_list .pic:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.field{
    margin: .5rem 0;
}

.field .field_item{
    margin: .5rem 0;
    position: relative;
    padding-bottom: .5rem;
}
.field .field_item a{
    gap: .5rem;
}
.field_item .field_p {
    flex: 1;
}
.field_item .field_pic{
    flex: 1.25;
}
.field_item .field_pic{
    padding-top: 30%;
}
.field_item .field_p h3{
    font-size: 24px;
    color: #f28300;
    line-height: 40px;
}
.field_item .field_p p{
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.field .field_item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e4e5ea;
}
.field .field_item::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #f28300;
    transition: .5s;
}
.field .field_item:hover::after{
    width: 100%;
    left: 0;
    right: auto;
}

/*分页*/
.page_box {
    text-align: center;
    margin: 20px 0;
}
.page {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.page li a {
    display: block;
    text-decoration: none;
    padding:0 12px;
    color:#f28300;
}
.page li strong {
    display: block;
    padding:0 12px;
}
.page li{
    color:#333;
    margin:6px;
    float:left;
    border:1px solid #ddd;
    height:30px;
    line-height:30px;
}
.page li:hover{
    background-color:#f28300;
    border:1px solid #f28300;
}
.page li:hover a,.page li:hover strong{
    color:#fff;
}
.page li.thisclass{ background:#fff;}
.page li.thisclass a{ color:#000;}

.fix{
    background: #f4f4f4;
    position: fixed;
    top: 20px;
    width: 250px;
    z-index: 99;
}
.fix_ml{
    margin-left: 285px;
}

