@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;
}


html {
    font-size: 100px;
}
html, body {
    min-height: 100vh;
}

body, div, dl, dt, dd, img, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, select, option, textarea, p, blockquote, th, td, a, span {
    padding: 0;
    margin: 0;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
    zoom: 1;
}
body {
    max-width: 6.4rem;
    margin: 0 auto !important;
    font-family: "Microsoft Yahei";
    font-size: 0.2rem;
    line-height: 0.35rem;
    background-color: #f8f8f8 !important;
}

.flex {
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

* {
    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: 0;
    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
}

.logo{
    color: #fff;
    font-size: .25rem;
    height: 1rem;
    align-items: center;
    display: flex;
    padding-left: 0.2rem;
    width: 4.75rem;
}
.logo img{
    width: 100%;
}
.mb5{
    margin-bottom: .5rem;
}
.w100 {
    width: 100%;
    margin:0 auto;
}
body {
    position: relative;
    overflow-x: hidden;
}
body,
html {
    height: 100%;
}
.header{
    /*background-color: #042279;*/
    background: rgba(0,0,0,.2);
    height: 1rem;
    position: absolute;
    z-index: 99;
    width: 100%;
    max-width: 6.4rem;
    margin-left: -2px;
}
#page-content-wrapper {
    width: 100%;
}
.navbar {
    border: none!important;
}
.hamburger {
    background: transparent;
    border: none;
    display: block;
    height: 0.4rem;
    margin-left: 0.15rem;
    position: absolute;
    top:0.25rem;
    width: 0.57rem;
    z-index: 999;
    right: 0;
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active{
    outline: none;
}
.hamburger.is-closed:before {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    color: #ffffff;
    content: '';
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}
.hamburger.is-closed:hover before {
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}
.hamburger.is-closed:hover .hamb-top {
    -webkit-transition: all 0.35s ease-in-out;
    top: 0;
}
.hamburger.is-closed:hover .hamb-bottom {
    -webkit-transition: all 0.35s ease-in-out;
    bottom: 0;
}
.hamburger.is-closed .hamb-top {
    -webkit-transition: all 0.35s ease-in-out;
    background-color:#fff;
    top: 0.05rem;
}
.hamburger.is-closed .hamb-middle {
    background-color: #fff;
    margin-top: -0.02rem;
    top: 50%;
}
.hamburger.is-closed .hamb-bottom {
    -webkit-transition: all 0.35s ease-in-out;
    background-color: #fff;
    bottom: 0.05rem;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    height: 0.03rem;
    left: 0;
    position: absolute;
    width: 0.45rem;
}
.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #fff;
    margin-top: -2px;
    top: 50%;
}
.hamburger.is-open .hamb-middle {
    background-color: #ffffff;
    display: none;
}
.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #fff;
    margin-top: -2px;
    top: 50%;
}
.hamburger.is-open:before {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    color: #ffffff;
    content: '';
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}
.hamburger.is-open:hover before {
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}


#wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding-left: 0;
    transition: all 0.5s ease;
}
#wrapper.toggled {
    padding-right: 220px;
}
#wrapper.toggled #sidebar-wrapper {
    width: 6.4rem;
    margin-top:16%
}
#wrapper.toggled #page-content-wrapper {
    margin-right: -220px;
    position: absolute;
}
#sidebar-wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #fff;
    height: 100%;
    overflow-y: auto;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
    left: 0;
    position:absolute
}
#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}
#page-content-wrapper {
    width: 100%;
}
.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 6.4rem;
}
.sidebar-nav li {
    display: inline-block;
    line-height: 0.5rem;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    background: #fff
}
.sidebar-nav li:hover {
    background: none !important
}
.sidebar-nav li:before {
    background:none;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    z-index: -1;
}
.sidebar-nav li:first-child a {
    color: #333;
}
.sidebar-nav li:hover:before {
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 100%;
}
.sidebar-nav li a {
    color: #333;
    display: block;
    padding: 10px 15px 10px 0.8rem;
    text-decoration: none; font-size:0.24rem
}
.sidebar-nav li.open:hover before {
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 100%;
}
.sidebar-nav .dropdown-menu {
    background-color: #fff;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.dd ul li {
    border: none !important;
    margin-left: 1%
}
.dd ul li a {
    font-size: 0.2rem;
    color: #333
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    background: #fff !important;
    color: #333;
    text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
    font-size: 20px;
    height: 65px;
    line-height: 44px;
}

.myBanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_pagin .swiper-pagination-bullet-active{
    background: #404040;
}


.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: 1.1rem;
    height: 1px;
    background: #f08300;
    background-size: contain;
    margin-right: .2rem;
    vertical-align: middle;
}
.tit .tit_box::after{
    content: "";
    display: inline-block;
    width: 1.1rem;
    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);
}

/*新闻资讯*/
.newBox{
    width: 100%;
}
.newBox .hd{
    text-align: center;
}
.newBox .hd ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 0.5rem;
}
.newBox .hd li{
    line-height: .5rem;
    position: relative;
    font-size: .275rem;
    color: #333;
    text-indent: 0.2rem;
}
.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{
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
}
.new_con .item{
    position: relative;
    padding: 0.2rem;
}

.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: #fff;
    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: 10px;
    font-size: .255rem;
    color: #333;
    height: 2.9em;
    line-height: 1.45em;
    webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
}

.new_con .item .item_desc {
    margin-bottom: 11px;
    font-size: .255rem;
    color: #666;
    line-height: 1.69;
    height: 3.38em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}
.new_con .item:hover .item_desc{
    display: block;
}

.new_con .item .item_time {
    font-size: .255rem;
    color: #333;
    display: inline-block;
    width: 100%;
}
.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;
}

.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);
}
.new_pagin{
    text-align: right!important;
    padding-right: .2rem;
}
.new_pagin .swiper-pagination-bullet-active{
    background: #333;
}


.newBox .bd{
    margin: 0 .2rem;
}
.jjly{
    background: #fff;
    padding: 0 0.2rem 0.5rem;
    margin-top: 0.5rem;
}
.jjly_img,.jjly_lb{
    gap: .2rem;
}
.jjly_l {
}
.jjly_r{
    margin-top: 0.2rem;
    padding-top: 29%;
}

.jjly1{
    padding-top: 28.1%;
    margin-bottom: .2rem;
}
.jjly2{
    flex: 1;
    padding-top: 28%;
}
.jjly3{
    flex: 1;
    padding-top: 28%;
}


.achie{
    background: url(../images/cg_bg.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 0.5rem;
}
.achie_box .tit{
    padding-bottom: .1rem;
}

.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{

}
.achie_con_r{
    margin-top: 0.4rem;
}

.achie_con_tit{
    line-height: .85rem;
    position: relative;
    font-size: .305rem;
    color: #fff;
    text-indent: 0.3rem;
}
.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{
    margin: 0 .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: 55%;
    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 0;
    margin-bottom: 0;
}

.achie_con_l .achie_con_l_item .item_tit {
    margin-bottom: 10px;
    font-size: .255rem;
    color: #333;
    height: 2.9em;
    line-height: 1.45em;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.achie_con_l .achie_con_l_item .item_desc {
    margin-bottom: 11px;
    font-size: .255rem;
    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: 45%;
    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.5;
}
.power .pow_li .pow_lir h3{
    font-size: .325rem;
    color: #333;
    line-height: .7rem;
}
.power .pow_li .pow_lir h4{
    font-size: .255rem;
    color: #666;
    line-height: .3rem;
}

.power .pow_li .pow_lir p{
    font-size: .225rem;
    color: #666;
    line-height: .35rem;
    margin: .2rem 0;
}
.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 .item_time_box{
    text-align: right;
}
.power .more{
    color: #f28300;
}
.power .more:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}


.cooper{
    margin-bottom: .5rem;
}
.coop_img{
    margin: 0 .2rem;
}
.mt5{
    margin-top: .2rem;
}
.coop1{
    padding-top: 32%;
}
.coop2{
    padding-top: 38%;
}

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: .225rem;
    color: #fff;
    line-height: .35rem;
    text-align: center;
}

.main{
    margin: 0 .2rem;
}
.listr-wz{
    margin: .2rem 0;
}
.listr-wz p {
    line-height: .3rem;
    font-size: .225rem;
}
.listr-wz p a{
    color:#333;
}
.m_tit{
    width: 100%;
    margin: .25rem 0;
}
.m_tit h3{
    line-height: .65rem;
    text-align: center;
    font-size: .325rem;
    color: #333;
    position: relative;
}
.m_tit h3::before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 15%;
    height: 1px;
    background: #f28300;
    transition: .5s;
}


.ma_tit{
    margin: 0.5rem 0 0.2rem;
}
.ma_tit h3{
    color: #f28300;
    line-height: .5rem;
    font-size: .295rem;
}
.ma_tit h3 span{
    font-size: .175rem;
    color: #333;
}
.ma_tit p{
    color: #333;
    line-height: .3rem;
    font-size: .195rem;
}
.ma_info{
    margin-bottom: .3rem;
}
.ma_info h3{
    color: #333;
    line-height: .35rem;
    font-size: .255rem;
    font-weight: bold;
}
.ma_info p span{
    font-weight: bold;
}
.ma_info p{
    color: #333;
    line-height: .4rem;
    font-size: .225rem;
}
.ma_info p em{
    margin-left: .1rem;
    color: #f28300;
    font-style: unset;
    font-size: .175rem;
}
.cg_info_img{
    margin-top: .5rem;
    padding-top: 100%;
}


.team_item{
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
}

.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;
}
.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;
}
.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: .25rem;
    margin: .2rem 0;
}
.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);
}
.w_bg{
    background: #fff;
    padding: .2rem;
}
.mt0{
    margin-top: 0!important;
}
.p0{
    padding: 0!important;
}
.bor{
    border: none!important;
}

.field{
    margin: .5rem 0;
}

.field .field_item{
    margin: .5rem 0;
    position: relative;
    padding-bottom: .25rem;
}

.field_item .field_pic{
    margin-bottom: .2rem;
}
.field_item .field_pic img{
    width: 100%;
}
.field_item .field_p h3{
    font-size: .325rem;
    color: #f28300;
    line-height: 40px;
}
.field_item .field_p p{
    font-size: .225rem;
    color: #333;
    line-height: .4rem;
    margin: 0;
}

.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;
}


.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: .225rem;
    color: #f28300;
}
.rec_item p{
    line-height: .3rem;
    font-size: .225rem;
    color: #333;
}

.rec_Menu {
    margin: .5rem 0;
}

.rec_Menu h3 {
    line-height: .6rem;
    border-top: 1px solid #e3e3e3;
    cursor: pointer;
    padding: 0 .2rem;
    position: relative;
    font-size: .225rem;
}

.rec_Menu h3 em {
    position: absolute;
    right: .2rem;
    top: 10px;
    display: block;
    width: 25px;
    height: 25px;
    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 .rec_Menu_p {
    padding: 8px 25px;
    display: none;
    background: #efefef;
}
.rec_Menu .rec_Menu_p p{
    line-height: .3rem;
    font-size: .205rem;
    color: #666;
}
.rec_Menu h3 span {
    position: absolute;
    left: 45%;
}

.ys_pic{
    width: 60%;
    margin: .5rem auto;
}
.ys_pic img{
    width: 100%;
}
.mt3 {
    margin-top: .3rem!important;
}
.team_infos h3{
    margin: 10px 0;
    font-size: .355rem;
    color: #333;
    line-height: .4rem;
}
.team_infos .team_zc{
    font-size: .255rem;
    color: #333;
    line-height: .4rem;
}
.team_infos .team_p1{
    font-size: .225rem;
    color: #333;
    line-height: .4rem;
    margin: 0;
}
.team_infos .team_p2{
    font-size: .225rem;
    color: #333;
    line-height: .4rem;
    text-align: justify;
}

.arc-bot {
    border-top: #d0d9e6 1px solid;
    padding: 0.38rem 0;
    margin: 0.55rem 0 0;
}
.arc-bot .con {
    margin: 0.1rem 0;
    display: block;
}
.arc-bot .con h3{
    font-size: .265rem;
    color: #f28300;
    display: block;
    width: 100%;
    font-weight: bold;
    line-height: .5rem;
}
.arc-bot .con .h4s1{
    font-size: .225rem;
    color: #333;
    line-height: .4rem;
}

.ar_title{
    position: relative;
    padding-bottom: .1875rem;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 .5rem;
}
.ar_title h3 {
    font-size: .255rem;
    font-weight: bold;
    line-height: .4rem;
    margin-bottom: .15rem;
    color: #000000;
}
.share span{
    display: inline-block;
    float: left;
    line-height: 40px;
    font-size: .225rem;
}
.tit_time{
    margin-right: 0.5rem;
    font-size: .15rem;
    color: #333;
}
.social-share .social-share-icon{
    font-size: 16px!important;
    width: 25px!important;
    height: 25px!important;
    line-height: 25px!important;
}

.ar_article {
    font-size: .225rem;
    color: #5f6064;
    line-height: 2;
    text-align: justify;
    overflow: hidden;
}
.ar_article p {
    font-size: .225rem;
    color: #5f6064;
    line-height: 2;
    text-align: justify;
}
.ar_article img{
    max-width:100%;
    height: auto;
    margin: .1rem 0;
    margin-left: -2em;
}

/*分页*/
.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;
    font-size: .225rem;
}
.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;}




