@font-face {
    font-family: RALEWAY_0;
    src: url(RALEWAY_0.ttf) format('truetype');
}

@font-face {
    font-family: RALEWAY-BOLD;
    src: url(RALEWAY-BOLD.ttf) format('truetype');
}

@font-face {
    font-family: RALEWAY-REGULAR;
    src: url(RALEWAY-REGULAR.ttf) format('truetype');
}

@font-face {
    font-family: DIN-BOLD;
    src: url(DIN-BOLD.ttf) format('truetype');
}

body {
    font-family: Times New Roman;
    color: #000;
}

a {
    text-decoration: none;
    transition: all 0.3s
}

a:hover {
    text-decoration: none;
}

input:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

.imgbox img {
    max-width: 100%;
    vertical-align: top;
}

.swiper-button-disabled {
    cursor: not-allowed !important;
}

.wrap {
    width: 12.8rem;
    margin: 0 auto;box-sizing: border-box;padding: 0 0.3rem;
}

.lan {
    color: #0070c0;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar, .zwxqm::-webkit-scrollbar {
    width: 0.08rem;
    height: 0.08rem;
    background-color: transparent;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track, .zwxqm::-webkit-scrollbar-track {
    -webkit-box-shadow: transparent;
    border-radius: 0;
    background-color: transparent;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb, .zwxqm::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(0, 112, 192, 0.6);
}

.top {
    background: #0070c0;
    height: 0.38rem;
}

.top a {
    margin-left: 0.2rem;
    vertical-align: middle;
    height: 0.38rem;
}
.lan a{line-height: 0.38rem; color: #fff; margin: 0;}
.a2a_kit a{height: auto;}
.icon1a {
    width: 10px;
    background: url(../images/icon1a.png) no-repeat right center;
}

.icon1b {
    width: 18px;
    background: url(../images/icon1b.png) no-repeat right center;
}

.icon1c {
    width: 18px;
    background: url(../images/icon1c.png) no-repeat right center;
}

.icon1d {
    width: 16px;
    background: url(../images/icon1d.png) no-repeat right center;
}

.header {
    border-bottom: 1px solid #E5E5E5;
    height: 1.65rem;
    box-sizing: border-box; position: relative;z-index: 10;
}

.logo {
    width: 1.12rem;
    margin-right: 0.15rem;
}

.logotxt {
    line-height: 0.25rem;
    color: #000;
    font-size: 0.16rem;
    font-family: DIN-BOLD;
    font-weight: bold;
}

.ssbox {
    width: 4.7rem;
    height: 0.42rem;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #E5E5E5;
    border-radius: 2px 0 0 2px;
}
.ssxl{width: 1rem;box-sizing: border-box;border-right: 1px solid #E5E5E5;height: 0.4rem; position: relative;text-align: center; padding-right: 0.2rem;}
.ssxltxt{position: relative; font-size: 0.14rem; line-height: 0.4rem; color: #999;width: 100%; text-align: center; cursor: pointer;}
.ssxltxt.now{color: #000;}
.ssxl::after{content: '';display: inline-block;width: 0.1rem;height: 0.1rem;background:  url(../images/icon10b.png) no-repeat center center; position: absolute;right: 0.1rem;top: 50%; margin-top: -0.05rem; transform: rotate(90deg);}
.ssxlb{position: absolute;left:-1px; top: 100%; border: 1px solid #E5E5E5;width: 100%; background: #fff;padding: 0.1rem 0;display: none;}
.ssxlb li{text-align: center; line-height: 0.35rem;color: #666;font-size: 0.13rem;cursor: pointer;}
.ssxlb li:hover{color: #0070c0; }

.ss_input {
    border: none;
    height: 0.4rem;
    line-height: 0.4rem;
    padding-left: 0.1rem;
    background: none;
    width: 2rem;
    color: #000;
    font-size: 0.14rem;
    font-family: RALEWAY-REGULAR;
}

.ss_btn {
    background: #0070c0;
    border: none;
    height: 0.42rem;
    width: 1.2rem;
    text-align: center;
    line-height: 0.42rem;
    color: #fff;
    font-size: 0.14rem;
    font-family: RALEWAY-REGULAR;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -1px;
}

.nav {
}
.nav li{
    position: relative;
}

.nav>li>a {
    line-height: 0.64rem;
    margin-right: .6rem;
    color: #000;
    font-size: 0.18rem;
}
.nav li .sub-menu{
    position: absolute;
    top: 100%;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
    border-top: 3px solid #3f7ccd;
    background: #fff;
    white-space:nowrap;
    display: none;
    z-index: 12;
}
.nav li:hover .sub-menu{
    display: block;
}
.nav li .sub-menu li{
    line-height: .4rem;
    border-bottom: 1px solid #f3f3f3;
}
.nav li .sub-menu li a{
    font-size: 0.16rem;
    padding: 7px 20px;
    text-align: left;
    display: block;
    color: #000;
}
.nav li .sub-menu li a:hover{
    color: #0070c0;  
}
.nav a.now, .nav a:hover {
    color: #0070c0;
}

.banner {
    position: relative;
    text-align: center;
}

.banner img {
    width: 100%;
    vertical-align: top;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.bannert {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    text-align: center;
}

.bannert p {
    color: #fff;
    font-size: 0.4rem;
    line-height: 0.5rem;
   
}

.bannert a {
    background: #0070c0;
    border-radius: 3px;
    padding: 0 0.7rem;
    line-height: 0.55rem;
    text-align: center;
    color: #fff;
    font-size: 0.18rem;
}

.bannert a:hover {
    background: #0162a7;
}

.intro {
    height: 8.9rem;
}

.introl {
    width: 5.80rem;
}

.introl h2 {
    color: #333;
    font-size: 0.4rem;
    line-height: 0.4rem;
}

.introltxt {
    color: #747474;
    font-size: 0.18rem;
    padding: 0.25rem 0 0.35rem;
    text-align: justify;
}

.introlpic {
    padding: 0.15rem 0 0.1rem;
}

.introlpicm {
    text-align: center;
    padding-bottom: 0.25rem;
}

.introlpicm img {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
}

.introlpicm p {
    line-height: 0.22rem;
    padding: 0.15rem 0 0;
    color: #747474;
    font-size: 0.16rem;
}

.introl a {
    line-height: 0.44rem;
    padding: 0 0.46rem;
    color: #fff;
    background: #0070c0;
    font-size: 0.18rem;
    border-radius: 3px;
}

.introl a:hover {
    background: #0162a7;
}

.intror {
    width: 5.75rem;
}

.intror img {
    width: 100%;
    vertical-align: top;
}

.lanbg {
    background: #1a75c5;
    height: 2.2rem;
    position: relative;
}

.lanbg::after {
    content: '';
    display: inline-block;
    background: url(../images/icon2.png) no-repeat center center;
    width: 18px;
    height: 16px;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    bottom: -9px;
}

.lanbgm {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.lanbgm h2 {
    color: #fff;
    font-size: 0.45rem;
    line-height: 0.45rem;
    padding-bottom: 0.2rem;
}

.lanbgm a {
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.24rem;
}

.fell {
    padding: 0.8rem 0 0.6rem;
    position: relative;
}

.felll, .fellr {
    width: 0.2rem;
    height: 0.3rem;
    position: absolute;
    top: 50%;
    margin-top: -0.15rem;
    z-index: 2;
    cursor: pointer;
}

.felll {
    left: -0.6rem;
    background: url(../images/icon3a.png) no-repeat left center;
    background-size: 0.17rem auto;
}

.fellr {
    right: -0.6rem;
    background: url(../images/icon3b.png) no-repeat right center;
    background-size: 0.17rem auto;
}

.fellm {
    overflow: hidden;
    background: #fbfbfb;
    position: relative;
    z-index: 1;
}

.fellmm {
    height: auto;
    background: #fbfbfb;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.3rem 0.3rem;
    position: relative;
    transition: all 0.3s;
}
.fell1920 .fellmm{width: calc(100%/3); box-sizing: border-box;}
.fell1100{display: none;}
.fell1100 .fellmm{width: 50%; box-sizing: border-box;}

.fellmmpic{ width: 1.25rem;
    height: 1.25rem;
  margin: 0 auto; position: relative;}
.fellmm img {
    width: 1.25rem;
    height: 1.25rem;
  position: relative; z-index: 1;
}

.fellmm h2 {
    color: #0070c0;
    line-height: 0.25rem;
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
    transition: all 0.3s;
    text-align: center;
}

.fellmm p {
    color: #999;
    font-size: 0.15rem;
    line-height: 0.24rem;
    transition: all 0.3s;
    text-align: left;height: 1.2rem; overflow:hidden;
    text-align: justify;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:5;
}

.fellmmpic::before {
    content: 'More'; color: #fff;
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem; text-align: center;line-height: 0.32rem;font-size: 0.12rem;
    background: #0070c0;
    position: absolute;
    top: 1.08rem;
    left: 1.08rem;
    z-index: 2;
    transition: all 0.3s;
}

.fellmm:hover {
    background: #0070c0;
}

.fellmm:hover h2, .fellmm:hover p {
    color: #fff;
}

.fellmm:hover .fellmmpic::before {
    background: #fff; color: #0070c0;
}

.ai {
    padding: 0.8rem 0 0.6rem;
    width: 13rem;
    margin: 0 auto;
}

.aim {
    border: 1px solid #F2F2F2;
    border-radius: 0.2rem;
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    width: 2.4rem;
    padding: 0.3rem 0.6rem 0.25rem 0.3rem;
    margin: 0 0.1rem 0.2rem;
    transition: all 0.5s;
}

.aim:hover {
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.3);
}

.aimt {
    position: relative;
    width: 0.6rem;
}

.aimt img {
    width: 0.6rem;
    vertical-align: top;
    height: 0.6rem;
    border-radius: 50%;
}

.hot {
    background: url(../images/icon4.png) no-repeat center center;
    width: 0.35rem;
    height: 0.16rem;
    background-size: 0.35rem auto;
    position: absolute;
    left: 0.68rem;
    bottom: 0;
}

.aim h2 {
    color: #333;
    font-size: 0.22rem;
    padding: 0.2rem 0 0.1rem;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.aim p {
    color: #999;
    font-size: 0.16rem;
    line-height: 0.26rem;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.acti {
    padding: 0.4rem 0;
    width: 12.8rem;
    margin: 0 auto;
}

.actil {
    width: 8.15rem;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    padding-right: 0.3rem;
    float: left;
}

.actil img {
    vertical-align: top;
    width: 100%;
}

.actil h2 {
    color: #333;
    line-height: 0.35rem;
    font-weight: bold;
    font-size: 0.3rem;
    transition: all 0.3s;
}

.actil p {
    color: #666;
    font-size: 0.16rem;
    line-height: 0.3rem;
}

.actil:hover h2 {
    color: #0070C0;
}

.actir {
    width: 4.65rem;
    float: left;
}

.actir li {
    padding-left: 0.3rem;
}

.actir li img {
    vertical-align: top;
    width: 100%;
}

.actir li h2 {
    color: #333;
    font-size: 0.2rem;
    line-height: 0.28rem;
    transition: all 0.3s;
    font-weight: bold;
}

.actir li:nth-child(1) {
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #eee;
}

.actir li:nth-child(2) {
    padding-top: 0.3rem;
}

.actir li:hover h2 {
    color: #0070c0;
}

.footer {
    background: #20253c;
    padding: 0.75rem 0 0.5rem;
}

.logob {
    width: 1.09rem;
}

.logotxtb {
    line-height: 0.25rem;
    color: #fff;
    font-size: 0.16rem;
    font-family: DIN-BOLD;
    font-weight: bold;
    margin-left: 0.15rem;
}

.footernav {
}

.footernav h2 {
    line-height: 0.24rem;
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
    color: #fff;
}

.footernav li a {
    color: #999;
    font-size: 0.16rem;
    line-height: 0.30rem;
}

.footernav li a:hover {
    color: #fff;
}

.footernav:nth-child(2) {
    margin: 0 0.95rem 0 1.05rem;
}

.footerb {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.4rem 0 0;
    line-height: 0.26rem;
    color: #fff;
    font-size: 0.15rem;
}

.icon6a {
    background: url(../images/icon6a.png) no-repeat center center;
    width: 0.26rem;
    height: 0.26rem;
    background-size: 0.26rem auto;
}

.icon6b {
    background: url(../images/icon6b.png) no-repeat center center;
    width: 0.25rem;
    height: 0.21rem;
    background-size: 0.25rem auto;
}

.icon6c {
    background: url(../images/icon6c.png) no-repeat center center;
    width: 0.26rem;
    height: 0.19rem;
    background-size: 0.26rem auto;
}

.icon6d {
    background: url(../images/icon6d.png) no-repeat center center;
    width: 0.26rem;
    height: 0.26rem;
    background-size: 0.26rem auto;
}

.sbanner {
    background: #20253c;
    text-align: center;
    padding: 0.68rem 0;
}

.sbanner p {
    color: #fff;
    font-size: 0.4rem;
    line-height: 0.4rem;
}

.sbanner img {
    width: 1.12rem;
    margin: 0 auto;
}

.actlb {
    width: 13.2rem;
    margin: 0 auto;
    /*padding: 0.7rem 0 0;*/
    margin-top: 10px;
}
.acti .actlb{padding: 0; width: 100%;}

.actlb li {
    float: left;
    width: calc(100% / 3);
    margin-bottom: 0.45rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

.actlb li a {
    width: 100%;
}

.actlbpic {
    height: 2.2rem;
    overflow: hidden;
}

.actlbpic img {
    width: 100%;
    min-height: 2.2rem;
    vertical-align: top;
    transition: all 0.5s;
}

.actlb li p {
    color: #999;
    line-height: 0.22rem;
    padding: 0.25rem 0 0.07rem;
    text-transform: uppercase;
    font-size: 0.12rem;
}

.actlb li h2 {
    color: #333;
	margin: 0.15rem 0 0;
    font-size: 0.18rem;
    line-height: 0.25rem;
    transition: all 0.3s;
}

.actlb li:hover h2 {
    color: #0070C0;
}

.actlb li:hover img {
    transform: scale(1.05);
}

.page {
}

.page .pagination {
    display: inline;
    /*width: 100%*/
}

.page li {
    display: inline;

}

.page a,.page span {
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    height: 0.3rem;
    line-height: 0.28rem;
    color: #333;
    font-size: 0.14rem;
    min-width: 0.3rem;
    text-align: center;
    padding: 0 0.1rem;
    margin: 0 0.02rem;
}

.page a:hover, .page a.now  {
    color: #0070C0;
    border: 1px solid #0070C0;
}
 .page .active span {
    color: #0070C0;
    border: 1px solid #0070C0;
}

.page a:first-child, .page a:last-child {
    padding: 0 0.15rem;
}

.page a span {
    font-size: 0.12rem;
}

.fellow {
    width: 12.8rem;
    padding: 0.8rem 0 0.5rem;
    margin: 0 auto;
}

.fellow ul {
    background: #FBFBFB;
}

.fellow li {
    width:calc(100%/3);
    float: left;
}

.contact {
    background: url(../images/bg.png) no-repeat center center;
    padding: 0.8rem 0.15rem 1.2rem;
}

.conm {
    
    max-width: 12.8rem;
    margin: 0 auto; box-sizing: border-box;
    padding: 0.6rem 0.35rem 0.2rem;
}
.conmt{
	text-align: center;
	 border-bottom: 1px solid #E5E5E5;padding-bottom: 0.3rem;
}
.conmt h2 {
    
    color: #333;
    font-size: 0.36rem;
    line-height: 0.4rem; padding-bottom: 0.3rem;
   
}
.conmt span{ padding-left: 0.3rem;
    line-height: 0.26rem; color: #666;}
.conm ul.first {
    
}

.conm li {
    width: 50%;
    padding: 0.5rem 0 0.5rem 0.1rem;
    box-sizing: border-box;
    float: left;
}

.conm li h3 {
    color: #333;
    line-height: 0.3rem;
    margin-bottom: 0.25rem;
    font-size: 0.2rem;
}

.conm li p {
    padding-left: 0.3rem;
    line-height: 0.26rem;
    font-size: 0.16rem;
    padding-right: 1.25rem;
    color: #666;
}

.icon8a {
    background: url(../images/icon8a.png) no-repeat left center;
    background-size: 0.15rem auto;
}

.icon8b {
    background: url(../images/icon8b.png) no-repeat left 2px;
    background-size: 0.15rem auto;
}

.conm li:nth-child(2n) {
    padding-left: 0.5rem;
    position: relative;
}

.conm li:nth-child(2n)::before {
    width: 1px;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5rem;
    content: '';
    display: none;
    background: #E5E5E5;
}

.conm li:nth-child(2n) p {
    padding-right: 0.8rem;
}

.aims {
    padding: 1rem 0.3rem;
    max-width: 12.8rem;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
}

.aims h2 {
    color: #333;
    font-size: 0.36rem;
    line-height: 0.5rem;
    padding-bottom: 0.3rem;
}

.aims p {
    color: #747474;
    font-size: 0.16rem;
    line-height: 0.3rem;
}

.off {
    background: #ececec;
    padding: 1rem 0 0.55rem;
}

.offm {
    width: 13.8rem;
    margin: 0 auto;
}

.off h2 {
    color: #333;
    font-size: 0.36rem;
    line-height: 0.5rem;
    padding-bottom: 0.5rem; text-align: center;
}

.off li {
    float: left;
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 0 0.25rem 0.5rem;
}

.off li a {
    width: 100%;
    background: #fff;
    height: 5rem;
    box-sizing: border-box;
    padding: 0 0.25rem;
    text-align: center;
    transition: all 0.5s;
}

.off li a:hover {
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2);
}

.off li a img {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto;
}

.off li a h3 {
    color: #747474;
    font-size: 0.16rem;
    line-height: 0.26rem;
    padding: 0.3rem 0 0.2rem;
}

.off li a p {
    color: #747474;
    font-size: 0.16rem;
    line-height: 0.3rem;
}

.aims2 {
    padding: 1rem 0.3rem;
    max-width: 12.8rem;
    margin: 0 auto;
    box-sizing: border-box;
}

.aims2 h2 {
    color: #333;
    font-size: 0.36rem;
    line-height: 0.5rem;
    padding-bottom: 0.3rem;
    text-align: center;
}

.aims2 p {
    color: #333;
    font-size: 0.16rem;
    line-height: 0.3rem;
    text-align: justify;
}

.menu {
    border-bottom: 1px solid #E5E5E5;
}

.menum {
    max-width: 12.8rem;
    margin: 0 auto;
}

.menum a {
    line-height: 0.65rem;
    position: relative;
    color: #333;
    font-size: 0.18rem;
    margin-right: 0.6rem;
}

.menum a:hover::before, .menum a.now::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #0070C0;
}

.membox {
    max-width: 12.8rem;
    margin: 0 auto;
    padding: 0.9rem 0 1.3rem;
}

.memtitle {
    border-bottom: 1px solid #E5E5E5;
    color: #333;
    font-size: 0.4rem;
    padding: 0 0 0.4rem;
    margin-bottom: 0.6rem;
    
}

.meml {
    width: 8.25rem;
    float: left;
    color: #333;
    font-size: 0.16rem;
    line-height: 0.3rem;
}

.memr {
    width: 3.7rem;
    background: #f2f2f2;
    float: right;
    padding: 0.3rem;
}

.memr p {
    color: #333;
    font-size: 0.16rem;
    line-height: 0.3rem;
}

.icon9a {
    background: url(../images/icon9a.png) no-repeat center center;
    background-size: 0.32rem auto;
    width: 0.32rem;
    height: 0.32rem;
}

.icon9b {
    background: url(../images/icon9b.png) no-repeat center center;
    background-size: 0.32rem auto;
    width: 0.32rem;
    height: 0.32rem;
}

.icon9c {
    background: url(../images/icon9c.png) no-repeat center center;
    background-size: 0.32rem auto;
    width: 0.32rem;
    height: 0.32rem;
}

.icon9d {
    background: url(../images/icon9d.png) no-repeat center center;
    background-size: 0.32rem auto;
    width: 0.32rem;
    height: 0.32rem;
}

.icon9e {
    background: url(../images/icon9e.png) no-repeat center center;
    background-size: 0.32rem auto;
    width: 0.32rem;
    height: 0.32rem;
}

.lanlink {
    color: #0070C0;
    text-decoration: underline;
}

.inxqwrap {
    border-top: 1px solid #E5E5E5;
}

.inxq {
    max-width: 12.8rem;
    margin: 0 auto;
    padding: 0.8rem 0;
}

.inxq .memtitle {
    margin-bottom: 0.45rem;
}

.inxql {
    width: 2.84rem;
    border: 0.04rem solid #eee;
    float: left;
    padding: 0.25rem 0.4rem;
    box-sizing: border-box;
}

.inxqlt {
    position: relative;
    line-height: 0.4rem;
    color: #333;
    font-size: 0.14rem;
    font-family: RALEWAY-BOLD;
}

.inxqlt::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(90deg);
    background: url(../images/icon10b.png) no-repeat center center;
    width: 10px;
    height: 0.4rem;
}

.inxql ul {
    display: block;
}

.inxql li {
}

.inxql li a {
    width: 100%;
    line-height: 0.4rem;
    color: #333;
    font-size: 0.14rem;
    font-family: RALEWAY-BOLD;
}

.inxql li a:hover, .inxql li a.now {
    color: #0070C0;
}

.inxqr {
    width: 9.05rem;
    float: right;
}

.inxqrtitle {
    font-family: RALEWAY-BOLD;
    padding: 0.3rem 0;
    color: #333;
    font-size: 0.24rem;
}

.inxqrm {
    color: #333;
    font-size: 0.16rem;
    line-height: 0.3rem;
}

.inxqrm img {
    max-width: 100%;
}

.newsl {
    width: 8.45rem;
    float: left;
}

.newslt {
    color: #333;
    font-size: 0.16rem;
    line-height: 0.3rem;
}

.newslt img {
    max-width: 100%;
}

.newslb {
    margin: 0.7rem 0 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 0.25rem 0;
    position: relative;
}

.newslb::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 0.4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -0.2rem;
    background: #E5E5E5;
}

.newslb a {
    line-height: 0.25rem;
    height: 0.5rem;
    padding-left: 0.15rem;
    width: 3.8rem;
    position: relative;
    color: #333;
}

.newslb a:hover {
    color: #0070C0;
}

.newslb a::before {
    content: '';
    display: inline-block;
    background: url(../images/icon10a.png) no-repeat center center;
    width: 0.06rem;
    height: 0.25rem;
    position: absolute;
    left: 0;
    top: 0;
}

.newslb a.right {
    padding-left: 0;
    padding-right: 0.15rem;
    text-align: right;
}

.newslb a.right::before {
    background: url(../images/icon10b.png) no-repeat center center;
    left: initial;
    right: 0;
}

.newsr {
    background: #f2f2f2;
    width: 3.7rem;
    box-sizing: border-box;
    padding: 0.65rem 0.3rem 0.65rem;
    float: right;
}

.newsr h2 {
    color: #fff;
    background: #0070c0;
    line-height: 0.4rem;
    font-size: 0.16rem;
    padding-left: 0.2rem;
}

.newsr li {
    border-bottom: 1px solid #e0e0e0;
    padding: 0.2rem 0;
    line-height: 0.14rem;
    color: #666;
}

.newsr li h3 {
    font-family: RALEWAY-BOLD;
    font-size: 0.14rem;
    margin-bottom: 0.2rem;
}

.pcno {
    display: none;
}

.phno {
    display: block;
}

@media screen and (max-width: 1140px) {
.fell1100{display: block;}
.fell1920{display: none;}
}


@media screen and (max-width: 1411px) {
    .felll {
        left: -0.3rem;
    }

    .fellr {
        right: -0.3rem;
    }
}

@media screen and (max-width: 1381px) {
    .off {
        padding: 1rem 0.3rem 0.55rem;
    }

    .offm {
        width: 100%;
    }

    .off li {
        width: 50%;
    }
}

@media screen and (max-width: 1321px) {
    .actlb {
        width: 8.8rem;
    }

    .actlb li {
        width: 50%;
    }
}

@media screen and (max-width: 1301px) {
    .ai {
        width: 10.4rem;
    }
}

@media screen and (max-width: 1201px) {
    .intro {
        height: auto;
        padding: 0.5rem 0;
    }

    .introm {
        justify-content: center;
    }

    .intror {
        padding: 0.5rem 0 0;
    }
}

@media screen and (max-width: 1281px) {

    .inxq {
        width: 100%;
        box-sizing: border-box;
        padding: 0.5rem 0.15rem;
    }

    .inxql, .inxqr, .newsl, .newsr {
        width: 100%;
        float: none;
    }

    .newsl {
        margin-bottom: 0.5rem;
    }

    .inxqr {
        padding: 0.5rem 0 0;
    }

    .menum {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0.15rem;
    }

    .membox {
        width: 100%;
        box-sizing: border-box;
        padding: 0.5rem 0.15rem;
    }

    .meml, .memr {
        width: 100%;
        float: none;
        box-sizing: border-box;
    }

    .meml {
        padding-bottom: 0.5rem;
    }

    .fellow {
        width: 100%;
        box-sizing: border-box;
        padding: 0.5rem 0.2rem;
    }

    .fellow li {
        width: calc(100% / 3);
    }

    .wrap {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0.15rem;
    }

    .bannert p {
        font-size: 0.3rem;
        line-height: 0.4rem;
        padding-bottom: 0.4rem;
    }

    .fell {
        padding: 0.8rem 0.8rem 0.6rem;
    }

    .felll {
        left: 0.2rem;
    }

    .fellr {
        right: 0.2rem;
    }

    .acti {
        width: 100%;
    }

    .actir, .actil {
        width: 100%;
        float: none;
        box-sizing: border-box;
    }

    .actil {
        padding: 0 0.3rem 0.3rem;
        border: none;
        border-bottom: 1px solid #eee;
    }

    .actir {
        padding: 0 0.15rem;
    }

    .actir li {
        width: 50%;
        float: left;
        box-sizing: border-box;
        padding: 0.3rem 0.15rem;
        border-bottom: none !important;
    }
}

@media screen and (max-width: 1041px) {
    .ai {
        width: 7.8rem;
    }

    .footernav:nth-child(2) {
        margin: 0 0.3rem;
    }
}

@media screen and (max-width: 961px) {

    .off {
        padding: 0.5rem 0 0.5rem;
    }

    .off li {
        width: 100%;
        padding: 0 0.2rem 0.3rem;
    }

    .fellow li {
        width: 50%;
    }

    .nav a {
        margin: 0 0.15rem;
    }

    .logo {
        width: 0.8rem;
        margin-right: 0.1rem;
    }

    .ssbox {
        width: 4rem;
    }

    .ai {
        width: 100%;
        box-sizing: border-box;
        padding: 0.5rem 0.05rem 0.3rem;
    }

    .aim {
        width: calc(50% - 0.2rem);
        padding: 0.2rem 0.15rem;
    }

    .aimt img {
        width: 0.4rem;
        height: 0.4rem;
    }

    .aimt {
        width: 0.4rem;
    }

    .hot {
        left: 0.48rem;
    }

    .aim h2 {
        font-size: 0.16rem;
        padding: 0.15rem 0 0.1rem;
    }

    .aim p {
        font-size: 0.13rem;
        line-height: 0.2rem;
    }
}

@media screen and (max-width: 881px) {
    .actlb {
        width: 100%;
    }

}

@media screen and (max-width: 750px) {
    .pcno {
        display: block;
    }

    .phno {
        display: none;
    }
	.fell1100{display: none;}
    .newslb a {
        height: auto;
    }

    .inxql {
        padding: 0.05rem 0.15rem;
    }

    .inxql ul {
        display: none;
    }

    .menum a {
        margin-right: 0.15rem;
        font-size: 0.13rem;
    }

    .memtitle {
        font-size: 0.4rem;
        padding: 0 0 0.2rem;
        margin-bottom: 0.4rem;
    }

    .off li a {
        height: auto;
        padding: 0 0.2rem 0.3rem;
    }

    .off li a h3, .off li a p {
        font-size: 0.13rem;
        line-height: 0.26rem;
    }

    .aims, .aims2 {
        padding: 0.6rem 0.2rem;
    }

    .aims h2, .aims2 h2 {
        font-size: 0.3rem;
        padding-bottom: 0.2rem;
        line-height: 0.4rem;
    }

    .aims p, .aims2 p {
        font-size: 0.14rem;
        line-height: 0.25rem;
    }

    .contact {
        padding: 0.5rem 0.15rem 1rem;
    }

    .conm {
        padding: 0 0.2rem 0.2rem;
    }

    .conm h2 {
        font-size: 0.3rem;
        line-height: 1rem;
    }

    .conm li {
        width: 100%;
        padding: 0.3rem 0.1rem;
    }

    .conm li h3 {
        font-size: 0.2rem;
        line-height: 0.25rem;
    }

    .conm li p {
        padding-right: 0;
        font-size: 0.13rem;
        line-height: 0.24rem;
    }

    .conm li:nth-child(2n) {
        padding-left: 0;
    }

    .conm li:nth-child(2n)::before {
        display: none;
    }

    .conm ul.first {
        border: none;
    }

    .fellow li {
        width: 100%;
        float: none;
    }

    .fellow li .fellmm {
        padding-bottom: 0.2rem;
    }

    .sbanner {
        padding: 0.5rem 0;
    }

    .sbanner img {
        width: 0.8rem;
    }

    .sbanner p {
        font-size: 0.3rem;
        line-height: 0.3rem;
    }

    .actlb {
        padding: 0.5rem 0 0;
    }

    .actlb li p {
        padding: 0.15rem 0 0;
    }

    .actlb li h2 {
        font-size: 0.16rem;
        line-height: 0.24rem;
    }

    .actlb li {
        width: 100%;
        margin-bottom: 0.25rem;
    }

    .actlbpic, .actlbpic img {
        height: auto;
    }

    .phfooter {
        background: #20253c;
    }

    .phfootert {
        padding: 0.25rem 0.3rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        text-align: center;
    }

    .phfootert img {
        width: 0.545rem;
    }

    .phfootert h2 {
        color: #fff;
        font-size: 0.18rem;
        font-weight: bold;
        text-align: center;
        line-height: 0.2rem;
        padding: 0.2rem 0 0.25rem;
    }

    .phfootert p {
        font-size: 0.13rem;
        left: 0.2rem;
        text-align: center;
        color: #fff;
        line-height: 0.2rem;
    }

    .phfooterb {
        padding: 0.2rem;
        text-align: center;
        color: #999;
        font-size: 0.13rem;
        line-height: 0.2rem;
    }


    .lanbg {
        height: 1.8rem;
    }

    .aim {
        width: calc(50% - 0.2rem);
    }

    .lanbgm h2 {
        font-size: 0.3rem;
        line-height: 0.3rem;
        padding-bottom: 0.1rem;
    }

    .acti {
        padding: 0.5rem 0 0.2rem;
    }

    .actil h2 {
        line-height: 0.3rem;
        font-size: 0.25rem;
    }

    .actil p {
        font-size: 0.14rem;
        line-height: 0.22rem;
    }

    .actir li h2 {
        font-size: 0.16rem;
        line-height: 0.22rem;
    }

    .fell {
        padding: 0.5rem 0.15rem 0.45rem;
    }

    .fellmm {
        height: auto;
        padding: 0.4rem 0.15rem 0.05rem;
    }

    .fellmm img {
        width: 1rem;
        height: 1rem;
    }

    .fellmm h2 {
        font-size: 0.16rem;
        margin-bottom: 0.1rem;
    }

    .fellmm p {
        font-size: 0.13rem;
        line-height: 0.2rem;
		height: 0.8rem;
		
    }

    .fellmm::before {
        width: 0.3rem;
        height: 0.3rem;
        top: 0.87rem;
        left: 0.87rem;
    }

    .felll {
        left: 0.05rem;
    }

    .fellr {
        right: 0.05rem;
    }

    .introl h2 {
        font-size: 0.2rem;
        line-height: 0.3rem;
    }

    .introltxt {
        font-size: 0.14rem;
        padding: 0.15rem 0 0.35rem;
        line-height: 0.2rem;
    }

    .introlpic {
        padding: 0.25rem 0 0.15rem;
    }

    .introlpicm img {
        width: 1rem;
        height: 1rem;
    }

    .introlpicm p {
        padding: 0.1rem 0 0;
        font-size: 0.14rem;
    }

    .phheader {
        position: relative;
        z-index: 100;
    }

    .phtop {
        height: 0.75rem;
        padding: 0 0.15rem;
        position: relative;
        z-index: 2;
        background: #fff;
    }

    .logo {
        width: 0.56rem;
    }

    .logotxt {
        font-size: 0.12rem;
        line-height: 0.2rem;
    }

    .icon7 {
        width: 0.4rem;
        height: 0.4rem;
        background: url(../images/icon7a.png) no-repeat center center;
        background-size: 100% auto;
        cursor: pointer;
    }

    .icon7.act {
        background: url(../images/icon7b.png) no-repeat center center;
        background-size: 100% auto;
    }

    .phnav {
        position: absolute;
        width: 100%;
        background: #F8F8F8;
        height: 100vh;
        box-sizing: border-box;
        padding: 0.75rem 0.15rem 0;
        left: 0;
        top: 0;
        z-index: 1;
        display: none;
    }

    .phnav>ul>li{
        border-bottom: 1px solid #D5D5D5;
    }
    .phnav>ul>li:last-child{
        border-bottom: none;
    }
    .phnav li a {
        line-height: 0.5rem;
        color: #000;
        font-size: 0.15rem;
        display: block;
    }
    .phnav>ul>li:last-child a{
        display: inline-block; 
    }
    .phnav .sub-menu{
        padding-left: .2rem;
        padding-bottom: .2rem;
        display: none;
    }
    .phnav .sub-menu li a{
        border-bottom: none;
        color: #747474;
        line-height: .3rem;
        font-size: 0.14rem;
    }
    .banner img {
        min-height: 2.5rem;
    }

    .bannert p {
        font-size: 0.2rem;
        line-height: 0.35rem;
        padding-bottom: 0.3rem;
    }

    .bannert a {
        line-height: 0.4rem;
        padding: 0 0.4rem;
    }


}

