.index {
    margin-top: 1.2rem;
}

#header {
    width: 100%;
    margin: auto;
    position: fixed;
    top: 0rem;
    left: 0rem;
    right: 0rem;
    z-index: 999;
    transition: all .4s;
    -webkit-transition: all .4s;
    height: 1.2rem;
    background-color: #fff;
}

#header .logo {
    width: 2.42rem;
    height: 1.2rem;
    background: url(../images/logo.png) no-repeat center/100%;
    float: left;
    margin-left: 0.3rem;
}

#header .menu {
    width: .7rem;
    height: .7rem;
    position: absolute;
    top: .26rem;
    right: .15rem;
    cursor: pointer;
}

#header .menu span {
    display: inline-block;
    width: .4rem;
    height: .04rem;
    background-color: #0073e5;
    position: absolute;
    top: .33rem;
    left: 0;
    right: 0;
    margin: auto;
    transition: background-color 0.3s ease-out 0.1s;
    -webkit-transition: background-color 0.3s ease-out 0.1s;
}

#header .menu span:after {
    content: '';
    display: inline-block;
    width: .4rem;
    height: .04rem;
    background-color: #0073e5;
    position: absolute;
    top: .14rem;
    left: 0;
    transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
    transform: rotate(0deg);
}

#header .menu span:before {
    content: '';
    display: inline-block;
    width: .4rem;
    height: .04rem;
    background-color: #0073e5;
    position: absolute;
    top: -.14rem;
    left: 0;
    transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
    transform: rotate(0deg);
}

#header .menu.open span {
    background-color: transparent;
}

#header .menu.open span:after {
    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    transform: rotate(-45deg);
    top: 0;
}

#header .menu.open span:before {
    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    transform: rotate(45deg);
    top: 0;
}

.menu-nav {
    width: 100%;
    height: calc(100vh - 1.2rem);
    opacity: 0;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    position: fixed;
    right: 0;
    top: 1.2rem;
    z-index: 199;
}

.menu-nav.open {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.menu-nav var {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.menu-nav .nav {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.3rem;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    height: 100%;
    width: 4.85rem;
    overflow: auto;
    transition: opacity 0s 0s;
    opacity: 0;
    background-color: #ebedf0;
}

.menu-nav.open .nav {
    opacity: 1;
    transition: opacity .6s .5s;
}

.menu-nav .nav .listNav {
    position: relative;
    z-index: 99;
}

.menu-nav .nav .listNav dl {
    border-bottom: 0.02rem solid #d9dbde;
}

.menu-nav .nav .listNav dl dt {
    padding: 0.4rem 0 0.32rem;
    position: relative;
    font-size: 0.32rem;
    color: #7d7e80;
}

.menu-nav .nav .listNav dl dt a {
    width: 100%;
    display: inline-block;
}

.menu-nav .nav .listNav dl:first-child dt:before {
    opacity: 0;
}

.menu-nav .nav .listNav dl:first-child dt:after {
    opacity: 0;
}

.menu-nav .nav .listNav dl dt:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.22rem;
    height: 0.02rem;
    background: #c5c7c9;
}

.menu-nav .nav .listNav dl dt:after {
    content: '';
    display: block;
    position: absolute;
    right: 0.1rem;
    top: 50%;
    margin-top: -0.11rem;
    height: 0.22rem;
    width: 0.02rem;
    transition: all .7s;
    background: #c5c7c9;
}

.menu-nav .nav .listNav dl.open dt:after {
    transform: rotate(-90deg);
}

.menu-nav .nav .listNav dd {
    padding: 0 0 0.32rem;
}

.menu-nav .nav .listNav dd a {
    color: #7d7e80;
    font-size: .24rem;
    line-height: 0.5rem;
}

.menu-nav .nav .listNav dd a.ion {
    color: #0073e5;
}

.banner2 {
    padding-top: 1.5rem;
    padding-left: 0.3rem;
    position: relative;
    margin-top: 1.2rem;
    width: 100%;
    height: 3.6rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/about/banenr.jpg) !important;
}

.banner2 .cn {
    font-size: 0.34rem;
    line-height: 1;
    color: #ffffff;
}

.banner2 .en {
    font-size: 0.2rem;
    color: #ffffff;
    margin-top: 0.19rem;
    line-height: 0.26rem;
    text-transform: uppercase;
    font-family: 'DIN';
    opacity: .5;
}

.return {
    position: relative;
    height: 1.1rem;
    line-height: 1.07rem;
    width: 100%;
    padding-left: 0.84rem;
    background: #f0f0f0;
    font-size: 0.26rem;
    color: #808080;
}

.return:after {
    content: '';
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    display: block;
    left: 0.62rem;
    width: 0.13rem;
    z-index: 99;
    height: 0.23rem;
    background: url(../images/study/return.png) no-repeat center/100%;
}

.inner_nav {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: scroll;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #ffffff;
}

.inner_nav .ul_li {
    padding: 0 .3rem;
}

.sub_line {
    width: 100%;
    height: 1px;
    bottom: 2px;
    background-color: #e6e6e6;
    position: relative;
    margin-top: 0;
}

.inner_nav::-webkit-scrollbar {
    display: none;
}

.inner_nav::-webkit-scrollbar-thumb {
    display: none;
}

.inner_nav li {
    position: relative;
    display: inline-block;
    margin-right: 0.9rem;
    height: 1.16rem;
    line-height: 1.16rem;
    font-size: 0.26rem;
    color: #808080;
}

.inner_nav ul li.on a {
    color: #0073e5;
}

.inner_nav ul li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    z-index: 1;
    background: #0073e5;
}

.inner_nav ul li.on:after {
    width: 100%;
}

.cTit {
    padding-left: 0.3rem;
    padding-top: 1rem;
    padding-bottom: 0.4rem;
}

.about1 .text3 {
    padding: 0.5rem 0.3rem 0.8rem;
}

.cTit .cn {
    margin-bottom: 0.14rem;
    line-height: 1;
    font-size: 0.36rem;
    color: #3d3d3d;
}

.cTit .en {
    margin-bottom: 0.14rem;
    line-height: 1;
    font-family: 'DIN';
    font-size: 0.26rem;
    color: #cccccc;
    text-transform: uppercase;
}

.about1 .text3 .cn {
    line-height: 1;
    font-size: 0.36rem;
    color: #3d3d3d;
    padding-bottom: 0.4rem;
}

.about1 .text3 .en {
    margin-bottom: 0.14rem;
    line-height: 1;
    font-family: 'DIN';
    font-size: 0.26rem;
    color: #cccccc;
    text-transform: uppercase;
}

.about1 .icon1 .text2 {
    padding: 0 0.3rem;
}

.about1 .icon1 p {
    font-size: 0.24rem;
    line-height: 0.38rem;
    color: #808080;
    margin-bottom: 0.21rem;
}

.about1 .icon1 .text3 .lf p {
    font-size: 0.24rem;
    line-height: 0.38rem;
    color: #0073e5;
    margin-bottom: 0;
    padding-bottom: 0.3rem;
}

.about1 .icon2 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 9.47rem;
}

.about1 .icon2 .xian {
    position: absolute;
    width: 0;
    height: 1px;
    z-index: 99;
}

.about1 .icon2 .xian.animated {
    width: 100%;
}

.about1 .icon2 .xian .line {
    background: #ffffff;
    opacity: .2;
    width: 100%;
    height: 0.02rem;
}

.about1 .icon2 .w1200 {
    position: relative;
    height: 100%;
}

.about1 .icon2 .xian.xian1 {
    left: 0;
    top: 2.45rem;
    animation-delay: .2s !important;
    -webkit-animation-delay: .2s !important;
}

.about1 .icon2 .xian.xian2 {
    right: 0;
    top: 4.34rem;
    animation-delay: .4s !important;
    -webkit-animation-delay: .4s !important;
}

.about1 .icon2 .xian.xian3 {
    left: 0;
    top: 6.03rem;
    animation-delay: .6s !important;
    -webkit-animation-delay: .6s !important;
}

.about1 .icon2 .xian.xian4 {
    right: 0;
    top: 7.91rem;
    animation-delay: .8s !important;
    -webkit-animation-delay: .8s !important;
}

.about1 .icon2 .xian.xian5 {
    right: 0;
    top: 0;
    animation-delay: 1s !important;
    -webkit-animation-delay: 1s !important;
}

.about1 .icon2 .xian .line {
    position: absolute;
    top: 0;
}

@keyframes height {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes width360 {
    0% {
        -webkit-transform: translateX(-360px);
        transform: translateX(-360px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes width300 {
    0% {
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.width360 {
    -webkit-animation-name: width360;
    animation-name: width360;
}

.height {
    -webkit-animation-name: height;
    animation-name: height;
}

.width300 {
    -webkit-animation-name: width300;
    animation-name: width300;
}

.about1 .icon2 .OH {
    overflow: hidden;
    position: absolute;
    float: left;
    height: 100%;
}

.about1 .icon2 .box {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about1 .icon2 .OH1 {
    left: 0;
    top: 0;
    width: 100%;
    height: 2.45rem;
}

.about1 .icon2 .box.box1 {
    background-image: url(../images/about/about1_img1.jpg);
}

.about1 .icon2 .OH2 {
    left: 0;
    width: 100%;
    top: 2.45rem;
    height: 1.89rem;
}

.about1 .icon2 .box.box2 {
    background-image: url(../images/about/about1_img2.jpg);
}

.about1 .icon2 .OH3 {
    left: 0;
    width: 100%;
    top: 4.34rem;
    height: 1.69rem;
}

.about1 .icon2 .box.box3 {
    background-image: url(../images/about/about1_img3.jpg);
}

.about1 .icon2 .OH4 {
    left: 0;
    width: 100%;
    top: 6.03rem;
    height: 1.88rem;
}

.about1 .icon2 .box.box4 {
    background-image: url(../images/about/about1_img4.jpg);
}

.about1 .icon2 .OH5 {
    left: 0;
    width: 100%;
    top: 7.91rem;
    height: 1.56rem;
}

.about1 .icon2 .box.box5 {
    background-image: url(../images/about/about1_img5.jpg);
}

.about1 .icon2 .OH6 {
    left: 0;
    width: 100%;
}

.about1 .icon2 .box.box6 {
    background-image: url(../images/about/about1_img6.jpg);
}

.about1 .icon2 .le {
    position: absolute;
    left: 0;
    top: -1.3rem;
    padding-left: 0.3rem;
}

.about1 .icon2 .le .num {
    color: #ffffff;
    opacity: 0.9;
    font-size: 22px;
    font-family: 'DIN';
    position: relative;
}

.about1 .icon2 .le .num:after {
    content: '';
    position: absolute;
    top: 1.3rem;
    left: 0.74rem;
    background: #fff;
    width: 0.64rem;
    height: 1px;
}

.about1 .icon2 .xian .rt .img {
    float: left;
    width: 0.64rem;
    margin-right: 0.22rem;
}

.about1 .icon2 .xian .rt {
    position: absolute;
    top: -1.3rem;
    left: 1.04rem;
}

.about1 .icon2 .xian.xian4 .rt h3 {
    margin-top: 0.1rem;
}

.about1 .icon2 .xian .rt h3 {
    display: inline-block;
    color: #ffffff;
    float: left;
    width: 50%;
    font-size: 0.28rem;
    line-height: 1;
    opacity: 1;
}

.about1 .icon2 .xian .rt h4 {
    display: inline-block;
    color: #fff;
    opacity: .7;
    font-size: 0.24rem;
    margin-top: 0.05rem;
    float: left;
}

.about1 .icon2 .xian .rt h4 br {
    display: none;
}

.about1 .icon3 {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.about1 .icon3 .map {
    position: relative;
    margin-top: 0.81rem;
    margin-left: 0.31rem;
    width: 6.89rem;
    margin-bottom: 0.69rem;
    height: 5.52rem;
    background: url(../images/about/map.png) no-repeat center/100%;
}

.about1 .icon3 .map ul li.on .dian {
    background: #0073e5;
}

.about1 .icon3 .map ul li {
    position: absolute;
}

.about1 .icon3 .map ul li .dian {
    width: 0.12rem;
    height: 0.12rem;
    transition: all .7s;
    border-radius: 50%;
    cursor: pointer;
    background: #4c7ba7;
    animation: shan infinite 2s;
}

@-webkit-keyframes shan {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}

.about1 .icon3 .map ul li .box {
    display: none;
}

.about1 .icon3 .map ul li.on .box {
    display: block;
    position: absolute;
    bottom: 0.19rem;
    padding: 0.15rem 0.15rem;
    left: 50%;
    transform: translateX(-50%);
    background: #0073e5;
    border-radius: 0.05rem;
    z-index: 99;
}

.about1 .icon3 .map ul li.on .box p {
    color: #fff;
    font-size: 0.24rem;
    line-height: 0.38rem;
    width: max-content;
    text-align: center;
}

.about1 .icon3 .map ul li.on .box:after {
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/about/lxl.png) no-repeat;
}

.about1 .icon3 .rt {
    padding: 0.8rem 0.3rem 0.6rem;
    width: 100%;
    background: url(../images/about/about1_bg1.jpg) no-repeat center;
}

.about1 .icon3 .rt h3 {
    font-size: 0.36rem;
    color: #4c4c4c;
}

.about1 .icon3 .rt ul {
    width: 6.9rem;
    overflow: hidden;
}

.about1 .icon3 .rt ul li {
    float: left;
    width: 28.6%;
    padding-top: 0.32rem;
    padding-bottom: 0.32rem;
}

.about1 .icon3 .rt p {
    font-size: 0.24rem;
    color: #808080;
    line-height: 0.6rem;
    text-transform: uppercase;
    font-family: 'Rubik';
}

.about1 .icon3 .rt em {
    color: #0073e5;
    font-size: 0.6rem;
    font-family: 'DIN';
    font-weight: blod;
    margin-right: 0.1rem;
}

.about1 .icon3 .rt ul li:nth-child(1) {
    width: 21.5%;
}

.about1 .icon3 .rt ul li:nth-child(2) {
    width: 29%;
}

.about1 .icon3 .rt ul li:nth-child(3) {
    width: 28%;
}

.about1 .icon3 .rt ul li:nth-child(4) {
    width: 21%;
}

.about1 .icon3 .rt ul li:nth-child(5) {
    width: 100%;
    border-top: 1px solid rgba(219, 219, 219, .8);
}

.about1 .icon3 .rt ul li:nth-child(6) {
    width: 100%;
    border-top: 1px solid rgba(219, 219, 219, .8);
}

.about2 .icon2 {
    padding-top: 0.6rem;
    height: 100%;
    background: url(../images/about/huo.png) no-repeat center top;
    background-position: 1.24rem 0;
    margin-bottom: 0.85rem;
}

.about2 .icon2 .list {
    position: relative;
    overflow: hidden;
    padding-top: 0.53rem;
    padding-bottom: 0.55rem;
}

.about2 .icon2 .list:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0.3rem;
    width: 5.33rem;
    height: 0.02rem;
    background: #f0f0f0;
}

.about2 .icon2 .list:last-child:after {
    display: none;
}

.about2 .icon2 .list .year {
    padding-left: 0.3rem;
    font-size: 0.42rem;
    color: #0073e5;
    font-family: 'DIN';
    display: inline-block;
    float: left;
}

.about2 .icon2 .list .ul p {
    position: relative;
    padding-left: 2rem;
    padding-right: 0.3rem;
    font-size: 0.24rem;
    color: #807c7c;
    line-height: 0.38rem;
    margin-bottom: 0.34rem;
}

.about2 .icon2 .list .ul p:last-child {
    margin-bottom: 0;
}

.about2 .icon2 .list .ul p:after {
    content: '';
    display: block;
    position: absolute;
    left: 1.47rem;
    top: 0.1rem;
    width: 0.36rem;
    height: 0.18rem;
    background: url(../images/about/about2_icon.png) no-repeat center/100%;
}

.about3 .icon1 {
    padding-bottom: 0.66rem;
}

.about3 .icon1 .text2 {
    padding: 0 0.3rem;
}

.about3 .icon1 .text2 .title {
    font-size: 0.28rem;
    color: #3d3d3d;
    font-weight: 800;
}

.about3 .icon1 .text2 .mobile {
    margin-top: 0.3rem;
    padding-left: 0.73rem;
    background: url(../images/about/mobile.png) no-repeat center left;
    background-size: 0.56rem 0.54rem;
}

.about3 .icon1 .text2 .address {
    padding-left: 0.73rem;
    margin-top: 0.3rem;
    background: url(../images/about/address.png) no-repeat center left;
    background-size: 0.5rem 0.56rem;
}

.about3 .icon1 .text2 h3 {
    font-size: 0.24rem;
    color: #808080;
    line-height: 0.38rem;
}

.about3 .icon1 .text2 h4 {
    font-size: 0.36rem;
    color: #208b0b;
    font-family: 'DIN';
}

.about3 .icon1 .text2 h4 br {
    display: none;
}

.about3 .icon2 {
    height: 100%;
    position: relative;
}

.about3 .icon2 .rt {
    padding-left: 0.3rem;
    position: absolute;
    top: 0;
    width: 100%;
    height: 1.1rem;
    line-height: 1.1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: scroll;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f0f0f0;
}

.about3 .icon2 .rt::-webkit-scrollbar {
    display: none;
}

.about3 .icon2 .rt::-webkit-scrollbar-thumb {
    display: none;
}

.about3 .icon2 .rt ul li {
    display: inline-block;
    font-size: 0.24rem;
    color: #808080;
    margin-right: 0.56rem;
    position: relative;
    width: 2.7rem;
    height: 1.1rem;
}

.about3 .icon2 .rt ul li em {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.4;
}

.about3 .icon2 .rt ul li.on {
    color: #0073e5;
}

.about3 .icon2 .lf .ul .li {
    display: none;
}

.about3 .icon2 .lf .ul .li.on {
    display: block;
}

.about3 .icon2 .lf .ul .li ul {
    height: 100%;
    max-height: 4.1rem;
    overflow-y: auto;
    padding-right: .1rem;
}

.about3 .icon2 .lf .ul .li ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: rgba(210, 210, 210, 0.48);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0;
}

.about3 .icon2 .lf .ul .li ul::-webkit-scrollbar-thumb {
    background-color: #cbcbcb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

.about3 .icon2 .lf {
    padding: 1.67rem 0.3rem 0.4rem;
}

.about3 .icon2 .lf .ul .li ul li+li {
    margin-top: .34rem;
}

.about3 .icon2 .lf .ul .li ul li h3 {
    font-size: 0.28rem;
    color: #4c4c4c;
    line-height: 22px;
}

.about3 .icon2 .lf .ul .li ul li p {
    font-size: 0.24rem;
    color: #808080;
    line-height: 0.38rem;
}

#Bai_Map {
    height: 5.33rem;
    width: 6.9rem;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.join .box .ul {
    margin-right: -1.6rem;
    padding-left: 0.3rem;
}

.join .box .ul .li:first-child {
    margin-left: 0;
    top: -0.32rem;
}

.join .box .ul .li:nth-child(4) {
    margin-left: 1.2rem;
    top: -1.23rem;
}

.join .box .ul .li:nth-child(5) {
    top: -1.23rem;
}

.join .box .ul .li {
    position: relative;
    padding-top: 0.6rem;
    display: inline-block;
    width: 3rem;
    height: 2.95rem;
    margin-left: -0.7rem;
    background: url(../images/join/img1.png) no-repeat center center/100%;
}

.join .box .ul .li .num {
    width: 2.14rem;
    text-align: center;
    height: 0.7rem;
    line-height: 0.92rem;
    font-size: 1.22rem;
    overflow: hidden;
    color: #ffffff;
    opacity: .15;
    font-style: italic;
    font-family: 'DIN_I';
}

.join .box .ul .li .txt {
    width: 2.14rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
    color: #ffffff;
    text-align: center;
    margin-top: 0.07rem;
    font-weight: bold;
}

.join .box2 {
    padding: 0 0.3rem 0.8rem;
}

.join .box2 .tp {
    font-size: 0.3rem;
    color: #4c4c4c;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.join .box2 ul li .img {
    height: 0.8rem;
    width: 0.62rem;
    display: table-cell;
    vertical-align: middle;
}

.join .box2 ul li .img img {
    vertical-align: middle;
}

.join .box2 ul {
    overflow: hidden;
    margin-right: -0.14rem;
}

.join .box2 ul li {
    padding-left: 0.3rem;
    padding-top: 0.6rem;
    float: left;
    width: 3.38rem;
    height: 2.64rem;
    background: #ebedf0;
    margin-right: 0.14rem;
    margin-bottom: 0.14rem;
}

.join .box2 ul li .txt {
    margin-top: 0.3rem;
}

.join .box2 ul li .txt h3 {
    font-size: 0.24rem;
    color: #4c4c4c;
    line-height: 1;
}

.join .box2 ul li .txt h4 {
    font-size: 0.24rem;
    color: #808080;
}

.join .icon1 {
    overflow: hidden;
}

.join .icon2 {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    width: 100%;
    height: 7.03rem;
    padding-top: 1.97rem;
}

.join .icon2 h6 {
    font-size: 0.32rem;
    font-style: italic;
    color: #fff;
    margin-bottom: 0.4rem;
    text-align: center;
    letter-spacing: 0.3rem;
    margin-left: 0.23rem;
}

.join .icon2 .img {
    margin: 0 auto;
    margin-top: 0.9rem;
    width: 0.64rem;
    height: 0.64rem;
}

.join .icon2 h5 {
    font-style: italic;
    line-height: 0.37rem;
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.join .icon2 .img {
    margin-top: 60px;
}

.join .icon3 .bt {
    position: relative;
}

.join .icon3 .bt ul li {
    position: relative;
}

.join .icon3 .bt ul li:nth-child(1) {
    z-index: 5;
}

.join .icon3 .bt ul li:nth-child(2) {
    z-index: 4;
}

.join .icon3 .bt ul li:nth-child(3) {
    z-index: 3;
}

.join .icon3 .bt ul li:nth-child(4) {
    z-index: 2;
}

.join .icon3 .bt ul li:nth-child(5) {
    z-index: 1;
}

.join .icon3 .bt ul li .lf {
    position: relative;
    width: 6.29rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.join .icon3 .bt ul li:nth-child(1) .lf {
    height: 1.78rem;
    z-index: 5;
}

.join .icon3 .bt ul li:nth-child(2) .lf {
    height: 1.22rem;
    margin-top: -0.15rem;
    z-index: 4;
}

.join .icon3 .bt ul li:nth-child(3) .lf {
    height: 1.31rem;
    margin-top: -0.3rem;
    z-index: 3;
}

.join .icon3 .bt ul li:nth-child(4) .lf {
    height: 1.49rem;
    margin-top: -0.48rem;
    z-index: 2;
}

.join .icon3 .bt ul li:nth-child(5) .lf {
    height: 2.07rem;
    margin-top: -0.8rem;
    z-index: 1;
}

.join .icon3 .bt ul li .lf .txt {
    position: relative;
    z-index: 6;
    line-height: 0.32rem;
    text-align: center;
    font-size: 0.26rem;
    color: #0073e5;
}

.join .icon3 .bt ul:first-child {
    padding-left: 0.89rem;
}

.join .icon3 .tp {
    padding: 0.8rem 0.3rem 0.5rem;
}

.join .icon3 .tp h3 {
    font-size: 0.3rem;
    color: #4c4c4c;
}

.join .icon3 .tp p {
    font-size: 0.24rem;
    color: #808080;
    line-height: 0.38rem;
}

.join .icon3 {
    overflow: hidden;
}

.join .icon3 .bt ul:nth-child(2) {
    padding-left: 0.3rem;
    margin-top: 0.47rem;
}

.join .icon3 .bt ul:nth-child(2) li {
    position: relative;
    font-size: 0.24rem;
    color: #808080;
    margin-bottom: 0.32rem;
    padding-left: 30px;
    line-height: 1;
}

.join .icon3 .bt ul:nth-child(2) li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 19px;
    height: 8px;
    background: url(../images/join/img19.png) no-repeat center/100%;
}

.join .icon3 {
    padding-bottom: 0.7rem;
}

.join .icon3 .xian {
    position: absolute;
    left: 0.3rem;
    top: 1.08rem;
    width: 2px;
    height: 7.91rem;
    background: #e6ebf0;
}

.join .icon3 .xian .xian1 {
    position: absolute;
    top: 0;
    left: 0;
    background: #e6ebf0;
    height: 2px;
    width: 2.8rem;
}

.join .icon3 .xian .xian2 {
    position: absolute;
    top: 1.2rem;
    left: 0;
    background: #e6ebf0;
    height: 2px;
    width: 2rem;
}

.join .icon3 .xian .xian3 {
    position: absolute;
    top: 2.1rem;
    left: 0;
    background: #e6ebf0;
    height: 2px;
    width: 1.5rem;
}

.join .icon3 .xian .xian4 {
    position: absolute;
    top: 3.1rem;
    left: 0;
    background: #e6ebf0;
    height: 2px;
    width: 1rem;
}

.join .icon3 .xian .xian5 {
    position: absolute;
    top: 4rem;
    left: 0;
    background: #e6ebf0;
    height: 2px;
    width: 0.5rem;
}


/* news */

.news {
    padding-bottom: 1rem;
}

.news .icon2 {
    padding: 0 .3rem;
}

.news .recommend {
    background-color: #eeeeee;
    margin-bottom: .2rem;
}

.news .recommend .img {
    width: 100%;
    height: 3.8rem;
    background: no-repeat center/cover;
}

.news .recommend .wrap {
    padding: .36rem .24rem;
}

.news .recommend .name {
    font-size: .28rem;
    color: #4c4c4c;
    line-height: .36rem;
}

.news .recommend .date {
    font-family: 'DIN';
    font-size: .28rem;
    color: #b2b2b2;
    line-height: 1;
    margin-bottom: .08rem;
    letter-spacing: -.02rem;
}

.news .list a {
    padding: .4rem 0;
    overflow: hidden;
}

.news .list a+a {
    border-top: .02rem solid #eeeeee;
}

.news .list a .name {
    float: right;
    width: 5.66rem;
    font-size: .28rem;
    color: #4c4c4c;
    line-height: .4rem;
}

.news .list a .date {
    float: left;
    width: 1.2rem;
    font-family: 'DIN';
    font-size: .24rem;
    color: #b2b2b2;
    line-height: 1;
    margin-top: .08rem;
    letter-spacing: -.02rem;
}

.news .btn_more {
    margin-top: .2rem;
}

.btn_more {
    width: 100%;
    line-height: .96rem;
    background-color: #0073e5;
    font-size: .28rem;
    color: #fff;
    text-align: center;
}


/* news_ins */

.news_ins {
    padding-bottom: 1rem;
}

.news_ins .d_box {
    padding: 0 .3rem;
}

.news_ins .left .tit {
    padding-bottom: .22rem;
    margin-bottom: .32rem;
    border-bottom: .02rem solid #eaeaea;
}

.news_ins .left h3 {
    font-size: .28rem;
    color: #4c4c4c;
    line-height: .42rem;
}

.news_ins .left .date {
    font-family: 'DIN';
    font-size: .28rem;
    color: #b2b2b2;
    line-height: 1;
    margin-bottom: .1rem;
    letter-spacing: -.02rem;
}

.news_ins .left .info p {
    font-size: .24rem;
    color: #808080;
    line-height: .38rem;
    margin-bottom: .14rem;
    text-align: justify;
}


/* socie */

.socie .p_box {
    padding: 0 .3rem .55rem;
    margin-top: -.1rem;
}

.socie .p_box p {
    font-size: .24rem;
    color: #808080;
    line-height: .38rem;
}

.socie .ipg2 {
    background-color: #ebedf0;
    padding: 0 .3rem;
    overflow: hidden;
}

.socie .ipg2 li {
    margin-bottom: .3rem;
}

.socie .ipg2 li .left {
    margin: 0 -.3rem;
}

.socie .ipg2 li .right {
    padding: .6rem .34rem .5rem .34rem;
    background-color: #fff;
    position: relative;
}

.socie .ipg2 li .right h6 {
    font-size: .3rem;
    color: #4c4c4c;
    line-height: .38rem;
    margin-bottom: .14rem;
}

.socie .ipg2 li .right p {
    font-size: .24rem;
    color: #808080;
    line-height: .4rem;
}

.socie .ipg2 li .right:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
}

.socie .ipg2 li.li1 .right:before {
    width: 1.8rem;
    height: 1.96rem;
    background: url(../images/socie/bg1.png) no-repeat center/cover;
}

.socie .ipg2 li.li2 .right:before {
    width: 2.08rem;
    height: 1.94rem;
    background: url(../images/socie/bg2.png) no-repeat center/cover;
}


/* study */

.study_Cont1 .ovs-dt {
    padding-left: 0.3rem;
    width: 100%;
    height: 0.86rem;
    line-height: 0.86rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: scroll;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.study_Cont1 .ovs-dt::-webkit-scrollbar {
    display: none;
}

.study_Cont1 .ovs-dt::-webkit-scrollbar-thumb {
    display: none;
}

.study_Cont1 .ovs-dt li:first-child {
    margin-left: 0;
}

.gy-bg {
    background: #ecedf1 url(../images/study/bg.png) no-repeat center top;
}

.study_Cont1 .ovs-dt li {
    display: inline-block;
    margin-left: 0.91rem;
    line-height: 0.86rem;
    cursor: pointer;
    height: 0.86rem;
    font-size: 0.26rem;
    color: #808080;
}

.study_Cont1 .ovs-dt li.on {
    position: relative;
    color: #0073e5;
}

.study_Cont1 .ovs-dt li.on:after {
    content: '';
    position: absolute;
    bottom: 0.02rem;
    left: 0;
    background: #0073e5;
    height: 1px;
    z-index: 20;
    width: 100%;
}

.study .cCont2 .Card {
    position: relative;
    width: 7.5rem;
    padding: 0.6rem 0.3rem 2.46rem;
}

.study .cCont2 .Card .box {
    float: left;
    width: 6.9rem;
    height: 8.63rem;
    margin-bottom: 0.3rem;
}

.study .cCont2 .Card .img {
    height: 3.9rem;
    overflow: hidden;
}

.study .cCont2 .Card .cont {
    height: 4.73rem;
    background-color: #fff;
    padding: 0.44rem 0.3rem 0;
}

.study .cCont2 .Card .tit {
    height: 1.17rem;
}

.study .cCont2 .Card .tit h3 {
    color: #4c4c4c;
    font-size: 0.32rem;
    line-height: 1;
    margin-bottom: 0.15rem;
    transition: all .7s;
}

.study .cCont2 .Card .tit em {
    font-size: 0.24rem;
    line-height: 1;
    display: block;
    color: #208b0b;
    transition: all .7s;
}

.study .cCont2 .Card .ul {
    height: 2.1rem;
    border-top: 0.02rem solid #edeff1;
    border-bottom: 0.02rem solid #edeff1;
    padding-top: 0.49rem;
}

.study .cCont2 .Card .ul .li {
    display: table-cell;
    vertical-align: middle;
    height: 0.4rem;
    padding-left: 0.56rem;
    position: relative;
}

.study .cCont2 .Card .ul .br {
    display: block;
    height: 16px;
}

.study .cCont2 .Card .ul .ic {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 0.4rem;
}

.study .cCont2 .Card .ul .li h4 {
    line-height: 0.4rem;
    font-size: 0.24rem;
    color: #808080;
}

.study .cCont2 .Card .ul .li.call h4 {
    font-family: DIN;
    font-size: 0.3rem;
    line-height: 1;
    position: relative;
    top: 0.02rem;
}

.study .cCont2 .Card .more {
    color: #4c4c4c;
    font-size: 0.28rem;
    line-height: 1;
    margin-top: 0.4rem;
}

.study .cCont2 .Card .more2 {
    position: absolute;
    bottom: 1rem;
    width: 6.9rem;
    height: 0.96rem;
    line-height: 0.96rem;
    background: #0073e5;
    text-align: center;
    font-size: 0.28rem;
    color: #ffffff;
}


/* .study-data */

.study-data {
    background: url(../images/study/bg2.jpg) no-repeat center/cover;
}

.study-data .cCont1 {
    overflow: hidden;
    padding: 0.8rem 0.6rem 0.7rem;
    background-color: #fff;
}

.study-data .cCont1 .L h1 {
    color: #3d3d3d;
    font-size: 0.32rem;
    line-height: 1;
    margin-bottom: 0.16rem;
    font-weight: bold;
}

.study-data .cCont1 .L h2 {
    color: #808080;
    font-size: 0.26rem;
    line-height: 1;
}

.study-data .cCont1 .R .txt p {
    color: #808080;
    font-size: 0.24rem;
    line-height: 0.38rem;
    margin-top: 0.3rem;
}

.study-data .cCont2 {
    padding: 0.6rem 0.3rem 0.8rem;
    width: 6.9rem;
    margin: 0.77rem auto 0;
    overflow: hidden;
    background: #fff;
}

.yu-dd {
    overflow: hidden;
}

.study-data .cCont2 .Top {
    margin-bottom: 0.4rem;
}

.study-data .yu-dd .slideBox .swiper-slide {
    width: 6.3rem;
    height: 4.9rem;
}

.study-data .yu-dd .slideBox .swiper-slide .img {
    height: 4rem;
}

.study-data .yu-dd .slideBox .cont h4 {
    height: 0.9rem;
}

.study-data .cCont2 .Top h3 {
    color: #4c4c4c;
    font-size: 0.32rem;
    line-height: 1;
    margin-bottom: 0.2rem;
}

.study-data .cCont2 .Top p {
    color: #808080;
    margin-bottom: 0.1rem;
    font-size: 0.24rem;
    line-height: 0.38rem;
}

.study-data .er {
    padding: 0;
    border-bottom: none;
}

.yu-dt {
    margin-bottom: 0.2rem;
}

.yu-dt ul {
    display: table;
    width: 100%;
}

.yu-dt ul li {
    display: table-cell;
    width: 50%;
    height: 0.96rem;
    vertical-align: middle;
    text-align: center;
    font-size: 0.26rem;
    color: #636466;
    background-color: #e9ecf0;
    transition: all 0.3s;
    cursor: pointer;
}

.yu-dt ul li.on {
    background: url(../images/study/study-data-cont2-dt-bg.jpg) no-repeat center/cover;
    color: #fff;
}

.yu-dd .slideBox {
    padding-bottom: 0.54rem;
    position: relative;
    overflow: hidden;
}

.yu-dd .slideBox .swiper-pagination {
    bottom: 0 !important;
    margin-bottom: -.1rem;
}

.yu-dd .slideBox .swiper-slide {
    width: 6.9rem;
    float: left;
    height: 4.74rem;
}

.yu-dd .slideBox .img {
    height: 3.8rem;
    overflow: hidden;
}

.yu-dd .slideBox .img img {
    width: 100%;
    height: 100%;
}

.yu-dd .slideBox .cont {
    height: 0.94rem;
    border: 2px solid #e1e5e8;
    border-top: none;
}

.yu-dd .slideBox .cont h4 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    font-size: 0.24rem;
    color: #4c4c4c;
    height: 0.94rem;
    width: 6.9rem;
}

.yu-dd .slideBox .hd {
    height: 12px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
}

.yu-dd .slideBox .hd li.on {
    background-color: #0073e5;
}

.yu-dd .slideBox .hd li {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #e3dad5;
    margin: 0 10px;
    border-radius: 12px;
    cursor: pointer;
}

.study-data .cCont3 {
    padding: 0.8rem 0.3rem 0.7rem;
}

.study-data .cCont3 .Top h3 {
    color: #636566;
    font-size: 0.32rem;
    line-height: 1;
    margin-bottom: 0.22rem;
}

.study-data .cCont3 .Top p {
    color: #949799;
    margin-bottom: 10px;
    font-size: 0.24rem;
    line-height: 0.38rem;
}

.study-data .cCont3 .Top {
    margin-bottom: 0.43rem;
}

.study-data .cCont3 .nav2 {
    padding-bottom: 0.54rem;
}

.study-data .cCont3 .nav2 .swiper-slide .img {
    height: 1.9rem;
}

.study-data .cCont3 .nav2 .swiper-slide .txt {
    height: 0.9rem;
    width: 100%;
    line-height: 0.9rem;
    text-align: center;
    font-size: 0.24rem;
    color: #4c4c4c;
    background: #fff;
}

.study-data .cCont3 .nav2 .swiper-pagination {
    bottom: 0;
}

.study-data .cCont4 .w1280 {
    margin: 0 0.3rem;
    padding: 0.6rem 0 0;
    background-color: #fff;
}

.study-data .cCont4 .Top {
    padding: 0 0.3rem;
}

.study-data .cCont4 .Top h3 {
    color: #636566;
    font-size: 0.32rem;
    line-height: 1;
    margin-bottom: 0.22rem;
}

.study-data .cCont4 .Top p {
    font-size: 0.24rem;
    line-height: 0.38rem;
    color: #949799;
    margin-bottom: 0.2rem;
}

.study-data .cCont4 .tui-dt {
    height: 6.35rem;
    background-color: #ecf0f5;
    overflow: auto;
}

.study-data .cCont4 .tui-dt .li {
    background-color: #ecf0f5;
    padding: 0.6rem 0.3rem 0.65rem;
    border-bottom: 0.02rem solid #dfe3e8;
    transition: all 0.3s;
}

.study-data .cCont4 .tui-dt .li:last-child {
    border-bottom: none;
}

.study-data .cCont4 .tui-dt .li h4 {
    color: #636466;
    font-size: 0.28rem;
    line-height: 1;
    margin-bottom: 0.21rem;
}

.study-data .cCont4 .tui-dt .li .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.study-data .cCont4 .tui-dt .li p {
    color: #949799;
    font-size: 0.24rem;
    line-height: 0.38rems;
}

.study-data .cCont4 .tui-dt .li.on {
    background-color: #0073e5;
    height: auto;
}

.study-data .cCont4 .tui-dt .li.on h4 {
    color: #fff;
}

.study-data .cCont4 .tui-dt .li.on p {
    color: #fff;
}

.study-data .cCont4 .tui-dt .li.on .txt {
    display: block;
    overflow: auto;
}

.study-data .cCont4 .tui-dd {
    height: 4.1rem;
}

.study-data .cCont4 .tui-dd .img {
    height: 4.1rem;
}

.study-data .cCont5 {
    padding: 0.8rem 0.3rem;
}

.study-data .cCont5 h3 {
    font-size: 0.32rem;
    margin-bottom: 0.3rem;
    padding-left: 0.3rem;
}

.study-data .cCont5 .list dl {
    border-top: 0.02rem solid #d7dbde;
    border-bottom: 0.02rem solid #d7dbde;
    position: relative;
}

.study-data .cCont5 .list dl:last-child {
    border-top: none;
}

.study-data .cCont5 .list dt {
    float: left;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    left: 0.3rem;
    top: 0.48rem;
}

.study-data .cCont5 .list dt .ic {
    width: 100px;
}

.study-data .cCont5 .list dd {
    margin-left: 1.7rem;
    padding-bottom: 0.5rem;
    padding-top: 0.8rem;
}

.study-data .cCont5 .list dd h4 {
    color: #636466;
    font-size: 0.28rem;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.study-data .cCont5 .list dd p {
    color: #949799;
    font-size: 0.24rem;
    line-height: 0.38rem;
}

.study-data .cCont6 {
    padding: 0.8rem 0.3rem;
    overflow: hidden;
    background-color: #fff;
}

.study-data .cCont6 .L h3 {
    color: #4c4c4c;
    font-size: 0.32rem;
    line-height: 1;
    margin-bottom: 0.36rem;
}

.study-data .cCont6 .L .list dl {
    display: block;
    margin-bottom: 0.48rem;
}

.study-data .cCont6 .L .list dl:last-child {
    margin-bottom: 0;
}

.study-data .cCont6 .L .list dt {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.26rem;
    width: 0.56rem;
    height: 0.56rem;
}

.study-data .cCont6 .L .list dl:nth-child(3) dt {
    width: 0.5rem;
}

.study-data .cCont6 .L .list dd {
    display: inline-block;
    vertical-align: middle;
}

.study-data .cCont6 .L .list dd strong {
    display: block;
    color: #808080;
    font-size: 0.26rem;
    line-height: 1;
    margin-bottom: 0.1rem;
}

.study-data .cCont6 .L .list dd em {
    display: block;
    color: #208b0b;
    font-family: 'DIN';
    font-size: 0.28rem;
    line-height: 1;
    font-weight: bold;
}

.study-data .cCont6 .L .list dd p {
    color: #808080;
    font-size: 0.24rem;
    line-height: 0.38rem;
    width: 6rem;
}

.study-data .cCont6 .R {
    padding-top: 0.53rem;
    padding-left: 0.6rem;
}

.study-data .cCont6 .R .exBox {
    display: inline-block;
    margin-right: 1rem;
    vertical-align: top;
    margin-top: 0.4rem;
}

.study-data .cCont6 .R .exBox .img {
    border: 0.02rem solid #dfe2e6;
    padding: 0.23rem;
    width: 1.5rem;
    height: 1.5rem;
}

.study-data .cCont6 .R .exBox .img img {
    width: 100%;
}

.study-data .cCont6 .R .exBox h6 {
    color: #808080;
    line-height: 0.38rem;
    font-size: 0.24rem;
    margin-top: 0.2rem;
}

.study-data #Bai_Map {
    height: 5.15rem;
    width: 7.5rem;
    margin-bottom: 0;
}

#Bai_Map a {
    display: inline-block;
}

#Bai_Map img {
    display: inline-block;
    max-width: none;
}

.bMap-posTit:after {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
}

.bMap-posTit {
    width: 246px;
    height: 56px;
    background-color: #fff;
    text-align: center;
    line-height: 56px;
    color: #666666;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    position: absolute;
    left: -115px;
    top: -68px;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.study-gk .cCont1 {
    padding: 0.8rem 0.3rem;
    background-color: #fff;
}

.study-gk .cCont1 .w1280 {
    background: #ebedf0 url(../images/study/study-gk-cont1-le.jpg) no-repeat 0 0;
    background-size: 440px 100%;
}

.study-gk .cCont1 .L {
    padding: 0.3rem;
    background: #f1f2f5;
}

.study-gk .cCont1 .L .li:first-child {
    border-top: none;
}

.study-gk .cCont1 .L .li {
    border-top: 1px solid #dee0e3;
    padding: 0.5rem 0;
    overflow: hidden;
}

.study-gk .cCont1 .L .li .ic {
    float: left;
    width: 0.64rem;
}

.study-gk .cCont1 .L .li .txt {
    margin-left: 0.24rem;
    float: left;
}

.study-gk .cCont1 .L h4 {
    color: #4c4c4c;
    font-size: 0.28rem;
    line-height: 1;
    margin-bottom: 0.15rem;
}

.study-gk .cCont1 .L p {
    color: #808080;
    font-size: 0.24rem;
    line-height: 0.32rem;
}

.study-gk .cCont1 .R {
    padding-bottom: 0.4rem;
    background-color: #fff;
    position: relative;
}

.study-gk .cCont1 .R::after {
    content: "";
    display: block;
    width: 40px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: -10px;
}

.study-gk .cCont1 .R h3 {
    color: #4c4c4c;
    font-size: 0.32rem;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.study-gk .cCont1 .R p {
    color: #808080;
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin-bottom: 0.27rem;
}

.study-gk .cCont2 {
    padding: 0.8rem 0.3rem;
    background-color: #ebedf0;
}

.study-gk .cCont2 .tips {
    height: 0.3rem;
    margin-bottom: 0.34rem;
}

.study-gk .cCont2 .tips h3 {
    float: left;
    color: #4c4c4c;
    font-size: 0.3rem;
    line-height: 1;
}

.study-gk .cCont2 .tips .uix-dt {
    float: right;
}

.study-gk .cCont2 .tips .uix-dt li.on {
    color: #0073e5;
}

.study-gk .cCont2 .tips .uix-dt li {
    float: left;
    margin-left: 0.45rem;
    line-height: 0.3rem;
    color: #808080;
    font-size: 0.24rem;
    line-height: 1;
}

.study-gk .cCont2 .tTxt {
    margin-bottom: 40px;
}

.study-gk .cCont2 .tTxt p {
    color: #808080;
}

.study-gk .cCont2 .list .li {
    height: 2.64rem;
    margin-bottom: 0.2rem;
    background-color: #ffffff;
}

.study-gk .cCont2 .list .li .dt {
    float: left;
    width: 2rem;
    height: 100%;
    padding: 0.6rem 0rem 0;
    background-color: #ccd4e0;
}

.study-gk .cCont2 .list .li .dt .img {
    display: block;
    width: 1.07rem;
    margin: 0 auto 0.12rem;
    border-radius: 1.1rem;
}

.study-gk .cCont2 .list .li h4 {
    color: #55606f;
    font-size: 0.28rem;
    line-height: 1;
    text-align: center;
}

.study-gk .cCont2 .list .li .dd {
    display: inline-block;
    width: 4.9rem;
    padding: 0.6rem 0.3rem 0;
}

.study-gk .cCont2 .list .li h5 {
    color: #808080;
    font-size: 0.24rem;
    line-height: 0.4rem;
}

.study-gk .cCont2 .list .li p {
    color: #808080;
    font-size: 0.24rem;
    line-height: 0.4rem;
}

.study-gk .cCont3 {
    padding: 0.8rem 0.3rem 0.8rem;
}

.study-gk .cCont3 .yux-dt {
    margin-bottom: 0.3rem;
}

.study-gk .cCont3 .yux-dt ul {
    display: table;
    width: 100%;
}

.study-gk .cCont3 .yux-dt ul li {
    display: table-cell;
    height: 1.35rem;
    width: 50%;
    vertical-align: middle;
    text-align: center;
    color: #636466;
    background-color: #e9ecf0;
    transition: all 0.3s;
}

.study-gk .cCont3 .yux-dt ul li p {
    text-align: center;
    color: #4c4c4c;
    font-size: 0.26rem;
    line-height: 1;
    margin-bottom: 0.1rem;
}

.study-gk .cCont3 .yux-dt ul li em {
    display: block;
    font-family: DIN;
    line-height: 1;
    color: #999999;
    font-size: 0.24rem;
    line-height: 1;
    text-transform: uppercase;
}

.study-gk .cCont3 .yux-dt ul li.on {
    background-color: #0073e5;
}

.study-gk .cCont3 .yux-dt ul li.on p {
    color: #fff;
}

.study-gk .cCont3 .yux-dt ul li.on em {
    color: #fff;
}


/* 
.study-gk .cCont3 .yux-dd .tTxt {
	padding-bottom:30px;
}
*/

.study-gk .cCont3 .yux-dd .tTxt p {
    color: #808080;
    font-size: 0.24rem;
    line-height: 0.38rem;
}

.study-gk .cCont3 .yux-dd .card {
    margin-top: 0.3rem;
    overflow: hidden;
    padding-bottom: 0.52rem;
}

.study-gk .cCont3 .yux-dd .Bom {
    padding-top: 20px;
}

.study-gk .cCont3 .yux-dd .Bom h4 {
    color: #0073e5;
    font-size: 16px;
    margin-bottom: 24px;
}

.study-gk .cCont3 .yux-dd .Bom .txBox .ul {
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 0 0.3rem;
}

.study-gk .cCont3 .yux-dd .Bom .txBox .li {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}

.study-gk .cCont3 .yux-dd .Bom .txBox .li:last-child {
    border: none;
}

.study-gk .cCont3 .yux-dd .Bom .txBox .ic {
    height: 0.98rem;
}

.study-gk .cCont3 .yux-dd .Bom .txBox .ic img {
    height: 0.66rem;
}

.study-gk .cCont3 .yux-dd .Bom .txBox h5 {
    color: #4c4c4c;
    font-size: 0.28rem;
    line-height: 1;
    margin-bottom: 0.15rem;
}

.study-gk .cCont3 .yux-dd .Bom .txBox p {
    color: #808080;
    font-size: 0.24rem;
    line-height: 0.38rem;
}

.study-gk .cCont3 .yux-dd .card .swiper-slide {
    width: 6.9rem;
    height: 6.58rem;
    background-color: #ebedf0;
}

.study-gk .cCont3 .yux-dd .card .swiper-slide .img {
    height: 4rem;
}

.study-gk .cCont3 .yux-dd .card .cton {
    height: 2.58rem;
    padding: 0.48rem 0.3rem 0;
}

.study-gk .cCont3 .yux-dd .card .cton h5 {
    font-size: 0.28rem;
    line-height: 1;
    color: #4c4c4c;
    margin-bottom: 0.15rem;
}

.study-gk .cCont3 .yux-dd .card .cton .txt {
    font-size: 0.24rem;
    color: #808080;
    line-height: 0.38rem;
    height: 1.2rem;
    overflow-y: scroll;
}

.study-gk .cCont3 .yux-dd .card .swiper-pagination {
    bottom: 0;
}

.study-gk .cCont4 {
    padding: 0.8rem 0.3rem;
    background-color: #e6ebf2;
}

.study-gk .cCont4 .L {
    padding-left: 0.72rem;
}

.study-gk .cCont4 .L .exBox {
    display: inline-block;
}

.study-gk .cCont4 .L .exBox img {
    display: block;
    width: 1.4rem;
    border: 0.14rem solid #fff;
}

.study-gk .cCont4 .L .exBox h5 {
    text-align: center;
    font-size: 0.24rem;
    color: #808080;
    line-height: 1;
    padding-top: 0.2rem;
}

.study-gk .cCont4 .R {
    width: 100%;
}

.study-gk .cCont4 .R .list .li {
    display: inline-block;
    margin-right: -0.4rem;
    margin-bottom: 0.43rem;
}

.study-gk .cCont4 .R .list .li .ic {
    display: inline-block;
    width: 0.53rem;
    margin-right: 0.2rem;
    vertical-align: top;
}

.study-gk .cCont4 .R .list .li .yu {
    display: inline-block;
    vertical-align: middle;
}

.study-gk .cCont4 .R .list .li h4 {
    color: #4c4c4c;
    font-size: 0.26rem;
    line-height: 1.2;
    margin-bottom: 0.1rem;
}

.study-gk .cCont4 .R .list .li p {
    color: #808080;
    font-size: 0.24rem;
    line-height: 1;
}

.study-gk .cCont4 .R .list .li em {
    font-family: DIN;
    text-transform: uppercase;
    font-weight: 800;
}

.study-gk .cCont4 .R .list .li em.call {
    color: #208b0b;
    font-size: 0.28rem;
}

.study-gk #Bai_Map {
    height: 5.5rem;
    width: 7.5rem;
    margin-bottom: 0;
}

.study-hj #Bai_Map {
    height: 5.5rem;
    width: 7.5rem;
    margin-bottom: 0;
}

.study-hj .er {
    padding: 0 0.3rem 0.8rem;
}

.study-nj #Bai_Map {
    height: 5.5rem;
}

.study-nj .cCont1 {
    padding: 0.8rem 0;
}

.study-nj .cCont1 .Top {
    padding: 0 0.3rem;
}

.study-nj .cCont1 .Top h2 {
    color: #4c4c4c;
    font-size: 0.32rem;
    margin-bottom: 0.22rem;
}

.study-nj .cCont1 .Top p {
    color: #808080;
    margin-bottom: 0.18rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
}

.study-nj .cCont1 .ul {
    width: 100%;
    display: table;
    padding: 0 0.3rem;
}

.study-nj .cCont1 .ul .li {
    display: inline-block;
    width: 100%;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.study-nj .cCont1 .ul .li:nth-child(2) {
    border-top: 2px solid #e3e6e8;
    border-bottom: 2px solid #e3e6e8;
}

.study-nj .cCont1 .ul strong {
    display: block;
    color: #208b0b;
    font-size: 0.36rem;
    line-height: 0.4rem;
    font-family: DIN;
    margin-bottom: 0.16rem;
}

.study-nj .cCont1 .ul strong em {
    font-size: 0.48rem;
}

.study-nj .cCont1 .ul p {
    color: #808080;
    font-size: 0.24rem;
    line-height: 1;
}

.study-nj .cCont1 .list {
    width: 6.9rem;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0.3rem;
    background-color: #ebedf0;
}

.study-nj .cCont1 .list .li {
    float: left;
    width: 100%;
    height: 1.72rem;
    padding: 0.51rem 0;
    border-bottom: 0.02rem solid #dee0e3;
}

.study-nj .cCont1 .list .li:last-child {
    border: none;
}

.study-nj .cCont1 .list .li h4 {
    color: #4c4c4c;
    font-size: 0.28rem;
    line-height: 1;
    margin-bottom: 0.14rem;
}

.study-nj .cCont1 .list .li p {
    color: #808080;
    font-size: 0.24rem;
    line-height: 1;
}

.study-nj .cCont1 .list .li .ic {
    height: 0.7rem;
    display: inline-block;
}

.study-nj .cCont1 .list .li .ic img {
    height: 100%;
}

.study-nj .cCont1 .list .li .txt {
    display: inline-block;
    vertical-align: top;
    margin-left: 0.2rem;
}

.study-nj .cCont2 {
    background-color: #ebedf0;
    padding: 0.8rem 0.3rem;
}

.study-nj .cCont2 .Top {
    margin-bottom: 0.44rem;
}

.study-nj .cCont2 .Top h3 {
    color: #4c4c4c;
    font-size: 0.3rem;
    line-height: 1.2;
    margin-bottom: 0.22rem;
}

.study-nj .cCont2 .Top p {
    color: #808080;
    font-size: 0.24rem;
    line-height: 0.4rem;
}

.study-nj .cCont2 .gytslide {
    position: relative;
    padding-bottom: 0.52rem;
}

.study-nj .cCont2 .gytslide .swiper-pagination {
    bottom: 0 !important;
}

.study-nj .cCont2 .gytslide .swiper-slide {
    width: 6.9rem;
    height: 2.6rem;
    margin-top: 0 !important;
    margin-bottom: 0.2rem;
    background-color: #fff;
}

.study-nj .cCont2 .gytslide .swiper-slide .tou {
    float: left;
    width: 3rem;
    height: 2.6rem;
    overflow: hidden;
}

.study-nj .cCont2 .gytslide .swiper-slide .tou img {
    height: 100%;
}

.study-nj .cCont2 .gytslide .swiper-slide .cont {
    float: left;
    height: 2.6rem;
    width: 3.9rem;
    padding: 0.46rem 0.3rem 0.3rem;
}

.study-nj .cCont2 .gytslide .swiper-slide h5 {
    color: #4c4c4c;
    font-size: 0.28rem;
    line-height: 1;
    margin-bottom: 0.17rem;
}

.study-nj .cCont2 .gytslide .swiper-slide p {
    color: #808080;
    line-height: 0.4rem;
    height: 1.3rem;
    padding-right: 0.2rem;
    overflow-y: scroll;
    font-size: 0.24rem;
}

.study-nj .cCont2 .gytslide .swiper-slide p::-webkit-scrollbar {
    width: 3px;
}

.study-nj .cCont2 .ListDl {
    margin-top: 0.5rem;
}

.study-nj .cCont2 .ListDl h3 {
    color: #4c4c4c;
    font-size: 0.3rem;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.study-nj .cCont2 .ListDl .ul {
    position: relative;
    padding-bottom: 0.64rem;
}

.study-nj .cCont2 .ListDl .ul:before {
    content: "";
    width: 0;
    border-left: 1px solid #d4d6d9;
    position: absolute;
    left: 0.09rem;
    top: 0;
    bottom: 0;
}

.study-nj .cCont2 .ListDl .ul:after {
    content: "";
    width: 1px;
    height: 1rem;
    background: url(../images/study/study-nj-cont2-bor.jpg) no-repeat 0 0;
    position: absolute;
    left: 0.09rem;
    bottom: 0;
}

.study-nj .cCont2 .ListDl .ul .li {
    padding-left: 0.74rem;
    position: relative;
    margin-top: 0.27rem;
}

.study-nj .cCont2 .ListDl .ul .li::before {
    content: "";
    width: 0.52rem;
    height: 0.32rem;
    background: #ebedf0 url(../images/study/study-nj-cont2-ix.png) no-repeat 0 0/100%;
    position: absolute;
    left: -0.02rem;
    top: 0;
    z-index: 30;
}

.study-nj .cCont2 .ListDl .ul .li p {
    line-height: 0.38rem;
    font-size: 0.24rem;
}

.study-nj .cCont2 .Bom {
    margin-top: 30px;
}

.study-nj .cCont2 .Bom h3 {
    color: #4c4c4c;
    font-size: 0.3rem;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.study-nj .cCont2 .Bom .card {
    overflow: hidden;
}

.study-nj .cCont2 .Bom .card .dd:first-child {
    background: #fff;
}

.study-nj .cCont2 .Bom .card .dd {
    width: 100%;
    height: 100%;
    padding: 0.66rem 0.3rem;
    background: #fff url(../images/study/study-nj-cont2-bom-li1.jpg) no-repeat center top/100%;
}

.study-nj .cCont2 .Bom .card .dd .ic {
    float: left;
    width: 1.2rem;
    margin-right: 0.2rem;
}

.study-nj .cCont2 .Bom .card .dd h4 {
    color: #4c4c4c;
    font-size: 0.28rem;
    line-height: 1;
    margin-bottom: 0.15rem;
}

.study-nj .cCont2 .Bom .card .dd p {
    color: #808080;
    font-size: 0.24rem;
    line-height: 0.38rem;
}

.study-nj .cCont2 .Bom .card .dd .txt {
    overflow: auto;
}

.study-nj .cCont3 {
    padding-top: 0.8rem;
}

.study-nj .cCont3 h2 {
    font-size: 0.32rem;
    line-height: 1;
    text-align: center;
}

.study-nj .cCont3 .ovs-dt {
    display: table;
    width: 100%;
    padding: 0.3rem 0 0.4rem;
    position: relative;
}

.study-nj .cCont3 .ovs-dt:before {
    content: "";
    border-top: 1px solid #e3e5e8;
    position: absolute;
    top: 0;
}

.study-nj .cCont3 .ovs-dt .li:first-child {
    border-left: 0.01rem solid #e3e5e8;
}

.study-nj .cCont3 .ovs-dt .li {
    display: table-cell;
    min-width: 33.3%;
    height: 0.23rem;
    border-right: 0.02rem solid #e3e5e8;
    text-align: center;
    cursor: pointer;
}

.study-nj .cCont3 .ovs-dt .li .tx {
    display: inline-block;
    text-align: left;
}

.study-nj .cCont3 .ovs-dt .li p {
    color: #4c4c4c;
    font-size: 0.22rem;
    line-height: 1;
    margin-bottom: 6px;
}

.study-nj .cCont3 .ovs-dt .li.on p {
    color: #0073e5;
}

.study-nj .cCont3 .ovs-dd>div {
    padding: 0.6rem 0.3rem 0.8rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.study-nj .cCont3 .tTxt {
    margin-bottom: 0.44rem;
}

.study-nj .cCont3 .tTxt p {
    font-size: 0.24rem;
    line-height: 0.34rem;
    color: #4b839d;
}

.study-nj .cCont3 .Card {
    overflow: hidden;
    position: relative;
    background-color: #FFF;
}

.study-nj .cCont3 .Card .L {
    width: 6.9rem;
    height: 5.3rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.study-nj .cCont3 .Card .R {
    width: 6.9rem;
    height: 6rem;
    padding: 0.3rem 0.3rem 0.35rem;
    overflow-y: scroll;
}


/* .study-nj .cCont3 .Card .R::-webkit-scrollbar {
	width:3px;
}
*/

.study-nj .cCont3 .Card .R .ul:first-child {
    padding-top: 0;
    border-top: 0;
}

.study-nj .cCont3 .Card .R .ul .li:first-child {
    border-top: none;
}

.study-nj .cCont3 .Card .R .ul .li {
    padding: 0.3rem 0 0.4rem;
    overflow: hidden;
    border-top: 1px dashed #d4d6d9;
}

.study-nj .cCont3 .Card .R .ul .li {}

.study-nj .cCont3 .Card .R .ul .title {
    font-size: 0.28rem;
    line-height: 1;
    color: #0073e5;
    margin-bottom: 0.34rem;
}

.study-nj .cCont3 .Card .R .ul .li .li3 p {
    padding-left: 0;
}

.study-nj .cCont3 .Card .R .ul .li .li3 {
    margin-bottom: 0.36rem;
}

.study-nj .cCont3 .Card .R .ul .li .li3:last-child {
    margin-bottom: 0;
}

.study-nj .cCont3 .Card .R .ul .li.li2 {
    width: 100%;
}

.study-nj .cCont3 .Card .R .ul h4 {
    color: #4c4c4c;
    font-size: 0.24rem;
    line-height: 1;
    margin-bottom: 0.17rem;
}

.study-nj .cCont3 .Card .R .ul em {
    display: inline-block;
    border-radius: 1rem;
    width: 0.23rem;
    height: 0.23rem;
    line-height: 0.23rem;
    text-align: center;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
    font-size: 0.24rem;
}

.study-nj .cCont3 .Card .R .ul p {
    color: #808080;
    font-size: 0.24rem;
    line-height: 1;
    padding-left: 0.3rem;
    line-height: 0.4rem;
}

.er {
    padding: 0.8rem 0.3rem;
    border-bottom: 0.02rem solid #e6e8eb;
}

.er .title {
    font-weight: bold;
    font-size: 0.32rem;
    color: #4c4c4c;
    line-height: 1;
    margin-bottom: 0.35rem;
}

.study-nj .cCont4 {
    padding: 0.6rem 0.3rem;
    overflow: hidden;
}

.study-nj .cCont4 .L .call .ic {
    float: left;
    width: 0.53rem;
    padding-top: 0.07rem;
}

.study-nj .cCont4 .L .call .txt {
    display: inline-block;
    margin-left: 0.2rem;
}

.study-nj .cCont4 .L .call h4 {
    color: #4c4c4c;
    font-size: 0.26rem;
    line-height: 1;
    margin-bottom: 0.04rem;
}

.study-nj .cCont4 .L .call p {
    display: inline-block;
    font-family: DIN;
    text-transform: uppercase;
    color: #808080;
    letter-spacing: -1px;
    font-size: 0.28rem;
    line-height: 1;
}

.study-nj .cCont4 .R .list .li {
    width: 100%;
    margin-top: 0.53rem;
}

.study-nj .cCont4 .R .list .ic {
    float: left;
    width: 0.53rem;
    padding-top: 0.07rem;
}

.study-nj .cCont4 .R .list .txt {
    display: inline-block;
    margin-left: 0.2rem;
}

.study-nj .cCont4 .R .list h4 {
    color: #4c4c4c;
    font-size: 0.26rem;
    line-height: 1;
    margin-bottom: 0.04rem;
}

.study-nj .cCont4 .R .list p {
    line-height: 1;
    color: #808080;
}

.study-nj .cCont4 .R .list em {
    display: inline-block;
    font-family: DIN;
    color: #808080;
    font-size: 0.24rem;
    line-height: 1;
    text-transform: uppercase;
}

.study-nj #Bai_Map {
    width: 7.5rem;
    margin-bottom: 0;
}

.study-hj .cCont1 {
    padding: 0.8rem 0.3rem;
}

.study-hj .cCont1 .Top {
    padding-bottom: 0.6rem;
}

.study-hj .cCont1 .R {
    padding-top: 0.3rem;
}

.study-hj .cCont1 .L h2 {
    color: #4c4c4c;
    font-size: 0.32rem;
    margin-bottom: 0.24rem;
}

.study-hj .cCont1 .L p {
    margin-bottom: 0.17rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #808080;
}

.study-hj .cCont1 .R .list {
    overflow: hidden;
}

.study-hj .cCont1 .R .list .li {
    float: left;
    width: 100%;
    height: 1.6rem;
    background: #ebedf0;
    padding-top: 0.46rem;
    padding-left: 0.3rem;
    margin-bottom: 0.15rem;
}

.study-hj .cCont1 .R .ic {
    display: inline-block;
    vertical-align: middle;
    width: 0.84rem;
}

.study-hj .cCont1 .R .ic img {
    width: 0.69rem;
}

.study-hj .cCont1 .R .ul:nth-child(1) .li:nth-child(3) .ic img {
    width: 0.5rem;
}

.study-hj .cCont1 .R .ul:nth-child(2) .li:nth-child(2) .ic img {
    width: 0.48rem;
}

.study-hj .cCont1 .R .txt {
    display: inline-block;
    vertical-align: middle;
}

.study-hj .cCont4 {
    padding: 0.6rem 0.3rem;
    overflow: hidden;
}

.study-hj .cCont4 .L .call .ic {
    float: left;
    width: 0.53rem;
    padding-top: 0.07rem;
}

.study-hj .cCont4 .L .call .txt {
    display: inline-block;
    margin-left: 0.2rem;
}

.study-hj .cCont4 .L .call h4 {
    color: #4c4c4c;
    font-size: 0.26rem;
    line-height: 1;
    margin-bottom: 0.04rem;
}

.study-hj .cCont4 .L .call p {
    display: inline-block;
    font-family: DIN;
    text-transform: uppercase;
    color: #208b0b;
    letter-spacing: -1px;
    font-size: 0.28rem;
    line-height: 1;
}

.study-hj .cCont4 p em {
    font-weight: bold;
}

.study-hj .cCont4 .R .list .li {
    width: 100%;
    margin-top: 0.53rem;
}

.study-hj .cCont4 .R .list .ic {
    float: left;
    width: 0.53rem;
    padding-top: 0.07rem;
}

.study-hj .cCont4 .R .list .txt {
    display: inline-block;
    margin-left: 0.2rem;
}

.study-hj .cCont4 .R .list h4 {
    color: #4c4c4c;
    font-size: 0.26rem;
    line-height: 1;
    margin-bottom: 0.04rem;
}

.study-hj .cCont4 .R .list h5 {
    color: #4c4c4c;
    font-size: 0.26rem;
    line-height: 1;
}

.study-hj .cCont3 .w1200 {
    padding: 0.8rem 0.3rem 0;
}

.study-hj .cCont3 .er .w1200 {
    padding: 0;
}

.study-hj .cCont4 .R .list p {
    display: inline-block;
    font-family: DIN;
    color: #808080;
    font-size: 0.24rem;
    line-height: 1;
    text-transform: uppercase;
}

.study-hj .cCont4 .R .list em {}

.study-hj .cCont1 .R .list .ul:first-child {
    border-top: 0;
}

.study-hj .cCont1 .R .list .ul:last-child {
    border-top: 0;
}

.study-hj .cCont1 .R .list .ul {
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
}

.study-hj .cCont1 .R .list h4 {
    color: #4c4c4c;
    font-size: 0.28rem;
    line-height: 1;
    margin-bottom: 0.13rem;
}

.study-hj .cCont1 .R .list p {
    color: #808080;
    font-size: 0.24rem;
    line-height: 1;
}

.study-hj .cCont1 .Bom h3 {
    color: #4c4c4c;
    font-size: 0.3rem;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.study-hj .cCont1 .Bom .huxSlide {
    overflow: hidden;
    padding-bottom: 0.5rem;
}

.study-hj .cCont1 .Bom .huxSlide .swiper-slide {
    float: left;
    width: 100%;
    height: 3.44rem;
    margin-top: 0 !important;
    margin-bottom: 0.3rem;
    background-color: #ebedf0;
}

.study-hj .cCont1 .Bom .huxSlide .swiper-pagination {
    padding-bottom: 0;
}

.study-hj .cCont1 .huxSlide {
    position: relative;
}

.study-hj .cCont1 .huxSlide .tou {
    width: 3rem;
    height: 3.44rem;
    float: left;
    overflow: hidden;
}

.study-hj .cCont1 .huxSlide .tou img {
    width: 100%;
}

.study-hj .cCont1 .huxSlide .cont {
    display: table-cell;
    padding: 0.43rem 0.3rem 0;
}

.study-hj .cCont1 .huxSlide h5 {
    color: #4c4c4c;
    font-size: 0.28rem;
    line-height: 1;
    margin-bottom: 0.15rem;
}

.study-hj .cCont1 .huxSlide p {
    color: #808080;
    font-size: 0.24rem;
    line-height: 0.38rem;
}

.study-hj .cCont1 .huxSlide .txt {
    height: 1.9rem;
    overflow: auto;
    padding-right: 0.2rem;
}

.study-hj .cCont2 {
    padding: 0.8rem 0;
    background-color: #ebedf0;
}

.study-hj .cCont2 .Top {
    padding: 0 0.3rem;
}

.study-hj .cCont2 .Top h3 {
    color: #4c4c4c;
    font-size: 0.3rem;
    line-height: 1;
    margin-bottom: 0.2rem;
}

.study-hj .cCont2 .Top p {
    color: #808080;
    font-size: 0.24rem;
    line-height: 0.38rem;
}

.study-hj .cCont3 .Top {
    margin-bottom: 40px;
}

.study-hj .cCont3 .Top h2 {
    color: #4c4c4c;
    font-size: 0.3rem;
    line-height: 1;
    margin-bottom: 0.2rem;
}

.study-hj .cCont3 .Top p {
    color: #808080;
    font-size: 0.24rem;
    line-height: 0.38rem;
}

.study-hj .cCont3 .slideBox {
    position: relative;
    padding-bottom: 0.53rem;
    overflow: hidden;
}

.study-hj .cCont3 .slideBox .swiper-slide {
    width: 6.9rem;
    height: 4.76rem;
    transition: all .7s;
}

.study-hj .cCont3 .slideBox .swiper-slide .tou {
    height: 3.8rem;
}

.study-hj .cCont3 .slideBox .swiper-slide .tou img {
    height: 100%;
    width: 100%;
}

.study-hj .cCont3 .slideBox .cont h5 {
    color: #4c4c4c;
    font-size: 0.3rem;
    line-height: 1;
    margin-bottom: 0.2rem;
}

.study-hj .cCont3 .Bom .slideBox .cont {
    padding: 0.6rem 0.3rem;
    height: 2.46rem;
}

.study-hj .cCont3 .Bom .slideBox .swiper-slide {
    height: 6.26rem;
    background: #ebedf0;
}

.study-hj .cCont3 .slideBox .cont .txt {
    height: 0.68rem;
    overflow: auto;
}

.study-hj .cCont3 .slideBox .cont .txt p {
    color: #808080;
    font-size: 0.24rem;
    line-height: 0.38rem;
}

.study-hj .cCont3 .slideBox .swiper-pagination {
    bottom: 0;
}


/* busses */

.busses .p {
    margin-bottom: .24rem;
}

.busses .p p {
    font-size: .24rem;
    color: #808080;
    text-transform: uppercase;
    line-height: .4rem;
}

.busses .icon1 p em {
    color: #e63034;
}

.busses {
    padding-bottom: 1rem;
}

.busses .cTit {
    padding-bottom: .24rem;
}

.busses .pp {
    font-size: .26rem;
    color: #4c4c4c;
    padding: 0 .3rem;
    margin: .24rem 0 .1rem;
    font-weight: bold;
}

.busses .icon1 .p {
    padding: 0 .3rem;
}

.busses .icon2 {
    padding: 0 .3rem;
}

.busses .icon2 h3 {
    font-size: .24rem;
    color: #0073e5;
    padding: .7rem 0 .4rem;
}

.BMap_scaleCtrl {
    display: none;
}


/* busses1 */

.busses1 .icon2 ul li {
    width: 100%;
    height: 4.28rem;
    background: no-repeat center;
    background-size: cover;
    padding: 3.35rem .3rem 0;
}

.busses1 .icon2 ul li+li {
    margin-top: .3rem;
}

.busses1 .icon2 ul li .cn {
    font-size: .28rem;
    color: #ffffff;
}

.busses1 .icon2 ul li .en {
    font-size: .24rem;
    color: #ffffff;
    opacity: .7;
    text-transform: uppercase;
    font-family: 'Rubik';
    line-height: 1;
}


/* busses2 */

.busses2 .icon2 ul {
    overflow: hidden;
    margin: .45rem -.2rem -.2rem 0;
}

.busses2 .icon2 ul li {
    float: left;
    width: 3.35rem;
    margin-right: .2rem;
    margin-bottom: .2rem;
    background-color: #e4e7ea;
    text-align: center;
}

.busses2 .icon2 ul li .img {
    background-color: #fff;
    border: .02rem solid #e4e7ea;
    border-bottom: none;
}

.busses2 .icon2 ul li .img img {
    width: auto;
    margin: auto;
}

.busses2 .icon2 ul li .name {
    height: .82rem;
    line-height: .82rem;
    font-size: .26rem;
    color: #7d858c;
}


/* busses3 */

.busses3 .icon1 .ul {
    padding: 0 .3rem;
    margin-bottom: .75rem;
}

.busses3 .icon1 .ul .li {
    background: #f0f2f5;
    text-align: center;
    padding: .78rem .2rem;
}

.busses3 .icon1 .ul .li:nth-child(2) {
    background: #e4edf7;
}

.busses3 .icon1 .ul .li .img img {
    width: auto;
    margin: auto;
    margin-bottom: .26rem;
    /* height:.44rem;
	*/
}

.busses3 .icon1 .ul .li .text h3 {
    font-size: .3rem;
    color: #4c4c4c;
    margin-bottom: .05rem;
    font-weight: lighter;
}

.busses3 .icon1 .ul .li .text h4 {
    font-size: .24rem;
    color: #808080;
    line-height: .38rem;
}

.busses3 .icon2 {
    background: #ebedf0;
    padding-bottom: 1rem;
    margin-bottom: -1rem;
}

.busses_side {
    padding-bottom: .7rem;
}

.busses_side .swiper-slide {
    background-color: #fff;
}

.busses_side .swiper-slide .text {
    padding: .36rem .3rem;
}

.busses_side .swiper-slide .text .title {
    color: #4c4c4c;
    font-size: .3rem;
    padding-bottom: .24rem;
    margin-bottom: .28rem;
    border-bottom: .02rem solid #e6e8eb;
}

.busses_side .swiper-slide .text .list {
    overflow: hidden;
}

.busses_side .swiper-slide .text .list a {
    width: 33%;
    float: left;
    line-height: .42rem;
    font-size: .24rem;
    color: #808080;
}

.busses_side .swiper-pagination {
    bottom: 0;
}

.busses_side .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0073e5;
}

.busses_side .swiper-pagination-bullet {
    width: .12rem;
    height: .12rem;
    margin: 0 .06rem !important;
    background: #c4c9cf;
    border-radius: 50%;
}


/* busses4 */

.busses4 .icon2 {
    background: #ebedf0;
    padding-bottom: 1rem;
    margin: .8rem 0 -1rem;
}

.busses4 .icon2 .tp h3 {
    font-size: .26rem;
    color: #4c4c4c;
    padding: .72rem 0 .1rem;
    font-weight: bold;
}

.busses4 .icon2 h3 {
    padding: .24rem 0 .5rem;
}


/* busses5 */

.busses5 .icon2 {
    background: #ebedf0;
    padding-bottom: 1rem;
    margin: .8rem 0 -1rem;
}

.busses .icon2 .pp {
    padding: 0;
}

.busses5 .icon2 .tp {
    overflow: hidden;
    padding: .4rem .3rem;
    margin: 0 -.3rem;
    margin-bottom: .7rem;
    background-color: #fff;
    border-top: .02rem solid #dce0e3;
}

.busses5 .icon2 .tp ul {
    overflow: hidden;
}

.busses5 .icon2 .tp ul li {
    position: relative;
    float: left;
    width: 33.3333%;
}

.busses5 .icon2 .tp ul li:nth-child(2) {
    border: .02rem solid #dce0e3;
    border-top: none;
    border-bottom: none;
}

.busses5 .icon2 .tp ul li+li .img {
    margin: auto;
}

.busses5 .icon2 .tp ul li .img {
    background: no-repeat center;
}

.busses5 .icon2 .tp ul li:nth-child(1) .img {
    width: 1.76rem;
    height: .61rem;
    background-size: 1.76rem .38rem;
}

.busses5 .icon2 .tp ul li:nth-child(2) .img {
    width: 1.16rem;
    height: .61rem;
    background-size: 1.16rem .34rem;
}

.busses5 .icon2 .tp ul li:nth-child(3) .img {
    width: .58rem;
    height: .61rem;
    background-size: .58rem .61rem;
}

.busses5 .icon2 .tp ul li.on:nth-child(1) .img {
    background-image: url(../images/buss/img12.png) !important;
}

.busses5 .icon2 .tp ul li.on:nth-child(2) .img {
    background-image: url(../images/buss/img13.png) !important;
}

.busses5 .icon2 .tp ul li.on:nth-child(3) .img {
    background-image: url(../images/buss/img14.png) !important;
}

.busses5 .busses_side {
    margin-top: .18rem;
}

.busses5 .busses_side .swiper-slide {
    text-align: center;
}

.busses5 .busses_side .swiper-slide .text .title {
    color: #4c4c4c;
    font-size: .3rem;
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.busses5 .icon2 .bt {
    display: none;
}

.busses5 .icon2 .bt.on {
    display: block;
}


/* busses6 */

.busses6 .icon2 {
    padding-top: 5.8rem;
    background: url(../images/buss/img24.jpg) no-repeat center top/100% 5.8rem;
    margin: .6rem 0 -1rem;
}

.busses6 .icon2 .box {
    padding: 1rem .3rem .9rem;
    margin: 0 -.3rem;
    background: url(../images/buss/img25.jpg) no-repeat center/cover;
}

.busses6 .icon2 .box .li1 {
    overflow: hidden;
}

.busses6 .icon2 .box .li1+.li1 {
    margin-top: .66rem;
}

.busses6 .icon2 .box .img {
    float: left;
    width: .54rem;
}

.busses6 .icon2 .box .txt {
    float: right;
    width: 6.05rem;
}

.busses6 .icon2 .box .txt h3 {
    font-size: .28rem;
    color: #ffffff;
    padding: 0;
    margin: -.08rem 0 .1rem 0;
}

.busses6 .icon2 .box .txt p {
    font-size: .24rem;
    color: #ffffff;
    opacity: .7;
}


/* pop */

.pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.pop .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.pop .popc {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 2rem auto;
    z-index: 2;
    background: #fff;
    width: 94%;
    /* height:9.55rem;
	*/
    padding: .78rem .6rem .65rem .34rem;
    overflow: hidden;
}

.pop .close {
    position: absolute;
    top: 0rem;
    right: 0rem;
    width: .72rem;
    height: .72rem;
    background: url(../images/close.png) no-repeat center #e5e5e5;
    background-size: .2rem .2rem;
    cursor: pointer;
    z-index: 1;
}

.popc .img {
    float: left;
    width: .5rem;
}

.popc .text {
    float: right;
    width: 5.3rem;
}

.popc .text h4,
.popc .text h3 {
    font-size: .3rem;
    color: #4c4c4c;
    font-weight: lighter;
    margin-bottom: .06rem;
}

.popc .text p {
    font-size: .24rem;
    line-height: .38rem;
    color: #808080;
}


/* index */

.index_side .swiper-slide {
    width: 100%;
    height: 8.5rem;
    background-size: cover;
    background-position: center;
}

.index_side .swiper-slide>div {
    display: none;
}

.index_side .swiper-slide.swiper-slide-active>div {
    display: block;
}

.index_side .caption {
    padding: 0 .3rem;
}

.index_side .caption.caption01 {
    position: absolute;
    left: 0;
    top: 30%;
}

.index_side .swiper-slide:nth-child(4) .caption.caption01 {
    position: absolute;
    left: 0;
    top: 18%;
}

.index_side .swiper-slide:nth-child(5) .caption.caption01 {
    position: absolute;
    left: 0;
    top: 54%;
}

.index_side .caption .cn {
    font-size: .6rem;
    color: #fff;
    font-weight: lighter;
    line-height: 1.2;
}

.index_side .caption .cn em {
    color: #ffd400;
}

.index_side .swiper-slide:nth-child(4) .caption .cn {
    color: #0073e5;
}

.index_side .caption .en {
    font-family: 'DIN';
    font-size: .36rem;
    color: rgba(255, 255, 255, .5);
    line-height: .4rem;
    text-transform: uppercase;
    position: relative;
    letter-spacing: -.02rem;
    font-weight: 200;
    margin-top: .14rem;
}

.index_side .caption .en:before {
    content: '';
    width: .45rem;
    height: .03rem;
    background-color: #fff;
    opacity: .3;
    position: absolute;
    bottom: -.54rem;
    left: 0;
}

.index_side .swiper-pagination {
    bottom: .4rem;
}

.index_side .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0073e5;
}

.index_side .swiper-pagination-bullet {
    width: .12rem;
    height: .12rem;
    margin: 0 .06rem !important;
    background: #fff;
    border-radius: 50%;
}

.index .index_con {
    padding: .16rem .3rem 0;
}

.index_con .ipg1 .ipg1_box ul {
    overflow: hidden;
    margin-right: -.14rem;
}

.index_con .ipg1 .ipg1_box li {
    position: relative;
    float: left;
    width: 2.2rem;
    height: 2.7rem;
    background: url(../images/index/bg1.jpg) no-repeat center/cover;
    text-align: center;
    padding: .47rem .15rem 0;
    margin: .14rem .14rem 0 0;
}

.index_con .ipg1 .ipg1_box li p {
    font-size: .26rem;
    color: #fff;
    margin-top: .18rem;
}

.index_con .ipg1 .ipg1_box li .en {
    font-size: .2rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: .22rem;
    text-transform: uppercase;
    font-family: 'Rubik';
    margin-top: .06rem;
}

.index_con .ipg1 .ipg1_box li .icon {
    width: .65rem;
    height: .66rem;
    margin: auto;
    background: no-repeat center/cover;
}

.index_con .ipg1 .ipg1_box li.li1 .icon {
    background-image: url(../images/index/ico1.png);
}

.index_con .ipg1 .ipg1_box li.li2 .icon {
    background-image: url(../images/index/ico2.png);
}

.index_con .ipg1 .ipg1_box li.li3 .icon {
    background-image: url(../images/index/ico3.png);
}

.index_con .ipg1 .ipg1_box li.li4 .icon {
    background-image: url(../images/index/ico4.png);
}

.index_con .ipg1 .ipg1_box li.li5 .icon {
    background-image: url(../images/index/ico5.png);
}

.index_con .ipg1 .ipg1_box li.li6 .icon {
    background-image: url(../images/index/ico6.png);
}

.index_name {
    font-size: .36rem;
    color: #4c4c4c;
    padding-bottom: .36rem;
    margin: .75rem 0 .22rem;
    border-bottom: .04rem solid #e9edf2;
}

.news_con .recommend .name {
    font-size: .3rem;
    color: #4c4c4c;
    line-height: .4rem;
}

.news_con .recommend .date {
    font-family: 'DIN';
    font-size: .24rem;
    color: #b2b2b2;
    line-height: 1;
    letter-spacing: -.02rem;
    margin: .04rem 0 .1rem;
}

.news_con .recommend .text {
    font-size: .24rem;
    color: #808080;
    line-height: .38rem;
    margin-bottom: .4rem;
}

.news_con .list a {
    padding: .4rem 0;
    overflow: hidden;
    border-top: .02rem solid #eeeeee;
}

.news_con .list a .name {
    float: right;
    width: 5.66rem;
    font-size: .28rem;
    color: #4c4c4c;
    line-height: .4rem;
}

.news_con .list a .date {
    float: left;
    width: 1.2rem;
    font-family: 'DIN';
    font-size: .24rem;
    color: #b2b2b2;
    line-height: 1;
    margin-top: .08rem;
    letter-spacing: -.02rem;
}

.news_con .btn_more {
    margin-top: .2rem;
}

.index_con .ipg2 .mid {
    background: #e9edf2;
    padding: .8rem .3rem 0;
    margin: 1rem -.3rem .2rem;
    height: 4.75rem;
    position: relative;
}

.index_con .ipg2 .lf {
    width: 3.5rem;
}

.index_con .ipg2 .mid .map {
    width: 3.74rem;
    position: absolute;
    top: .96rem;
    right: .3rem;
}

.index_con .ipg2 .ri {
    padding: .5rem .3rem 0;
    margin: 0 -.3rem;
    height: 3.5rem;
    background: url(../images/index/txt3.jpg) no-repeat center/cover;
}

.index_con .ipg2 h3 {
    font-size: .3rem;
    color: #4c4c4c;
    line-height: .4rem;
    margin-bottom: .1rem;
}

.index_con .ipg2 h4 {
    font-size: .26rem;
    color: #4c4c4c;
    line-height: .36rem;
    margin-bottom: .22rem;
}

.index_con .ipg2 p {
    font-size: .24rem;
    color: #808080;
    line-height: .36rem;
}

.index_con .ipg2 .ri h3 {
    color: #fff;
}

.index_con .ipg2 .ri h4 {
    color: #fff;
    margin-bottom: .5rem;
}

.index_con .ipg2 .ri p {
    color: #4b5b73;
}


/* join1 */

.join1 {
    padding: 1rem .3rem;
}

.pub_tit {
    padding-bottom: .4rem;
}

.pub_tit .cn {
    font-size: 0.36rem;
    margin-bottom: 7px;
    color: #3d3d3d;
}

.pub_tit .en {
    font-family: 'DIN';
    font-size: 0.26rem;
    color: #cccccc;
    text-transform: uppercase;
}

.join1 .info {
    margin-right: -0.2rem;
    margin-bottom: .35rem;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.join1 .info .drop-down {
    position: relative;
    z-index: 2;
    float: left;
    width: 3.35rem;
    margin-right: 0.2rem;
    height: .85rem;
    background-color: #e2e9ef;
    margin-bottom: 0.2rem;
}

.join1 .info .serch {
    float: left;
    width: 6.9rem;
    height: .85rem;
    line-height: .85rem;
    background-color: #e2e9ef;
    position: relative;
    padding: 0 .9rem 0 .28rem;
    font-size: .24rem;
    color: #838f9a;
}

.join1 .info .serch input::-webkit-input-placeholder {
    color: #838f9a;
}

.join1 .info .serch input:-moz-placeholder {
    color: #838f9a;
}

.join1 .info .serch input::-moz-placeholder {
    color: #838f9a;
}

.join1 .info .serch input:-ms-input-placeholder {
    color: #838f9a;
}

.join1 .ipg1 .info .serch .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: .85rem;
    height: .85rem;
    background: #208b0b url(../images/join/serch.png) no-repeat center/.28rem .29rem;
}

.join1 .info .drop-down .drop-txt {
    display: block;
    padding-left: .28rem;
    height: .85rem;
    font-size: .24rem;
    color: #838f9a;
    line-height: .85rem;
    cursor: pointer;
}

.join1 .info .drop-down .drop-txt:after {
    content: '';
    position: absolute;
    top: 0rem;
    right: 0rem;
    width: .85rem;
    height: .85rem;
    background: #9eb6ca;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.join1 .info .drop-down .drop-txt:before {
    content: '';
    position: absolute;
    top: 0rem;
    right: 0rem;
    width: .85rem;
    height: .85rem;
    background: url(../images/join/btn.png) no-repeat center/.24rem .13rem;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    z-index: 2;
}


/* .join1 .info .drop-down .drop-txt.on:after {
	background-color:#0073e5;
}
*/

.join1 .info .drop-down .drop-txt.on:before {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}

.join1 .info .drop-down ul {
    display: none;
    position: absolute;
    z-index: 30;
    left: 0;
    top: .85rem;
    width: 100%;
    max-height: 2.8rem;
    overflow: hidden;
    padding: 0.2rem 0;
    overflow-y: auto;
    background: #fff;
    border: 0.02rem solid #e2e9ef;
}

.join1 .info .drop-down li {
    padding-left: 0.3rem;
    font-size: 0.24rem;
    color: #808084;
    height: 0.6rem;
    line-height: 0.6rem;
}

.join1 .tab_ul li+li {
    margin-top: .22rem;
}

.join1 .tab_ul li {
    border: .02rem solid #ebebeb;
    padding: 0 .3rem;
    transition: all 0.5s;
}

.join1 .tab_ul li .top {
    position: relative;
    padding: .45rem 0;
}

.join1 .tab_ul li .top .tit {
    font-size: .3rem;
    color: #4c4c4c;
    margin-bottom: 0.14rem;
}

.join1 .tab_ul li .top p {
    color: #4c4c4c;
    display: inline-block;
    margin-right: 0.5rem;
    padding-left: 0.28rem;
}

.join1 .tab_ul li .top p.p1 {
    background: url(../images/join/ic1.png) no-repeat center left/.19rem .23rem;
}

.join1 .tab_ul li .top p.p3 {
    background: url(../images/join/ic2.png) no-repeat center left/.19rem .19rem;
}

.join1 .tab_ul li .bom {
    padding: 0.3rem 0 0.5rem;
    border-top: 1px solid #ebebeb;
    display: none;
}

.join1 .tab_ul li .bom .txt {
    margin-bottom: 0.3rem;
}

.join1 .tab_ul li .bom .txt:last-child {
    margin: 0;
}

.join1 .tab_ul li .bom h6 {
    font-size: .24rem;
    color: #4c4c4c;
    font-weight: bold;
    margin-bottom: 0.08rem;
}

.join1 .tab_ul li .bom p {
    font-size: .24rem;
    color: #808080;
    line-height: .38rem;
}

.join1 .tab_ul li .bom .email {
    color: #0073e5;
    font-family: "DIN";
    letter-spacing: -.02rem;
    margin-top: -.2rem;
}

.join1 .more {
    width: 100%;
    line-height: .96rem;
    background-color: #0073e5;
    font-size: .28rem;
    color: #fff;
    text-align: center;
    margin-top: .5rem;
}


/* join3 */

.join1.join3 .tab_ul li .box2 {
    padding: 0.3rem 0 0.5rem;
    margin-top: .33rem;
    border-top: 1px solid #ebebeb;
}

.join1.join3 .tab_ul li .box2 p {
    padding: 0;
    margin: 0;
}

.join1.join3 .ipg1 .tab_ul li .top .txt h6 {
    font-size: .24rem;
    color: #4c4c4c;
    font-weight: bold;
    margin-bottom: 0.08rem;
}

.join1.join3 .ipg1 .tab_ul li .top .txt .email {
    color: #0073e5;
    font-family: "DIN";
    letter-spacing: -.02rem;
    margin-top: -.2rem;
}