@charset "utf-8";
@font-face {
    font-family: 'Poppins-Bold';
    src: url('../../fonts/Poppins-Bold.eot');
    src: url('../../fonts/Poppins-Bold.woff') format('woff'), url('../../fonts/Poppins-Bold.ttf') format('truetype'), url('../../fonts/Poppins-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../../fonts/Poppins-Regular.eot');
    src: url('../../fonts/Poppins-Regular.woff') format('woff'), url('../../fonts/Poppins-Regular.ttf') format('truetype'), url('../../fonts/Poppins-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 50px;
}

body {
    background: #fff;
    margin: 0;
    font-family: 'Poppins-Regular', 'Microsoft YaHei', 'PingFang SC', 'Arial', 'simsun', sans-serif;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

div, dl, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
    display: block
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

address, cite, code, em, th, i {
    font-weight: normal;
    font-style: normal;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

a {
    color: #444;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

a:hover {
    color: #007d9d;
    text-decoration: none;
}

input[placeholder], [placeholder], *[placeholder] {
    color: #757575;
    outline: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #757575;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #757575;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #757575;
}

button, input {
    outline: none;
    border: none;
}

/*-----手机------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 300px) and (max-width: 359px) {
    html {
        font-size: 42px
    }
}

@media screen and (min-width: 360px) and (max-width: 374px) {
    html {
        font-size: 48px
    }
}

@media screen and (min-width: 375px) and (max-width: 749px) {
    html {
        font-size: 50px
    }
}

@media screen and (min-width: 750px) and (max-width: 1000px) {
    html {
        font-size: 100px
    }
}

.cen12Box {
    width: 6.5rem;
    margin: 0 auto;
}

.cenBox {
    width: 6.5rem;
    margin: 0 auto;
    position: relative;
}

.navbigBox {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.headBox {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url("../images/topMbg.png") repeat-x top;
    background-size: auto 100%;
    height: 1.2rem;
    box-sizing: border-box;
    z-index: 90;
    transition: all 0.5s;
}

.toplMbox {
    height: 0.8rem;
    margin-top: 0.16rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: block;
    position: relative;
}

.logo a, .logow a {
    display: block;
    width: 1.58rem;
    height: 0.8rem;
    background: url("../images/t_logo.png") no-repeat left;
    background-size: contain;
}

.logow {
    display: block;
    position: absolute;
    top: 0.16rem;
    left: 0.5rem;
}

.topRint {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.serch {
    background: url("../images/serchIcon_w.png") no-repeat center;
    background-size: 17px auto;
    width: 17px;
    height: 17px;
}

.lgBox {
    width: 17px;
    height: 17px;
    margin-left: 0.3rem;
    position: relative;
}

.lgBox a {
    background: url("../images/t_tach.png") no-repeat center;
    background-size: 17px auto;
    display: block;
    height: 17px;
}

.topSer {
    width: 100%;
    display: block;
    border-bottom: 2px #f77d0c solid;
    height: 0.8rem;
    margin-bottom: 0.36rem;
    font-size: 0.28rem;
    color: #444;
    position: relative;
}

.serchBtn {
    position: absolute;
    top: 0.2rem;
    right: 0;
    width: 0.4rem !important;
    height: 0.4rem !important;
    display: block;
    background: url(../images/serchIcon.png) no-repeat center;
    background-size: 0.3rem auto
}

.serchBox {
    padding: 0.3rem 0.3rem 0;
    border-top: 1px #e7e7e7 solid;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 1.2rem;
    left: 0;
    z-index: 49;
    display: none;
}

.serchBox input {
    width: 100%;
    box-sizing: border-box;
    font-size: 0.3rem;
    border: none;
    line-height: 0.8rem;
    padding-right: 0.5rem;
}

.serchBox input[placeholder], [placeholder], *[placeholder] {
    color: #f77d0c;
    outline: none;
}

.serchBox input::-webkit-input-placeholder {
    color: #f77d0c;
    outline: none;
}

.serchClose {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    display: none;
    background: rgba(0, 0, 0, 0.4)
}

.lgClose {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    display: none;
}

.iconMenu .mIcon {
    display: block;
    position: relative;
    z-index: 20;
}

.mIcon {
    display: block;
    height: 0.28rem;
    width: 0.4rem;
    position: relative;
    z-index: 90;
    margin-left: 0.3rem;
}

.mIcon span {
    display: block;
    background: #fff;
    height: 0.04rem;
    border-radius: 0.04rem;
    position: absolute;
    left: 0
}

.mIcon .sp1 {
    top: 0;
    width: 0.4rem;
}

.mIcon .sp3 {
    bottom: 0;
    width: 0.4rem;
}

.mIcon .sp2 {
    top: 50%;
    width: 0.4rem;
    margin-top: -0.02rem;
}

.mIcon .sp1, .mIcon .sp2, .mIcon .sp3 {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.mIcon.cur {
    height: 0.38rem;
}

.mIcon.cur .sp1 {
    width: 0.48rem;
    background: #f77d0c;
    -o-transform: rotate(45deg);
    -o-transform-origin: left top;
    -moz-transform: rotate(45deg);
    -moz-transform-origin: left top;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left top;
    transform: rotate(45deg);
    transform-origin: left top;
}

.mIcon.cur .sp2 {
    opacity: 0;
}

.mIcon.cur .sp3 {
    width: 0.48rem;
    background: #f77d0c;
    -o-transform: rotate(-45deg);
    -o-transform-origin: left bottom;
    -moz-transform: rotate(-45deg);
    -moz-transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    transform: rotate(-45deg);
    transform-origin: left bottom;
}

.topBoxw {
    background: #fff;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}

.topBoxw .logo a {
    display: block;
    background: url("../images/t_logoa.png") no-repeat left;
    background-size: contain;
}

.topBoxw .serch {
    background: url("../images/t_sercha.png") no-repeat center;
    background-size: 0.34rem auto;
}

.topBoxw .lgBox a {
    background: url("../images/t_tacha.png") no-repeat center;
    background-size: 0.34rem auto;
}

.topBoxw .lgBox .language li a {
    background: none;
}

.topBoxw .mIcon span {
    display: block;
    background: #a8a8a8;
    height: 0.04rem;
    border-radius: 0.04rem;
    position: absolute;
    left: 0
}

.iMenu {
    position: relative;
    display: block;
}

.navItem {
    position: fixed;
    width: 100%;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    height: auto;
    background: #152e56;
    display: block;
    z-index: 80;
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

.navItem ul {
    list-style: none;
    padding: 0;
    width: 90%;
    margin: 1.5rem auto 0;
    font-size: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.navItem ul li {
    list-style-type: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    height: auto;
    padding: 0;
    line-height: 1.2rem;
    font-size: 0.32rem;
}

.navItem ul li a {
    display: block;
    text-align: left;
    padding-right: 0.4rem;
    color: #eee;
    background: url("../images/mplus.png") no-repeat right center;
    background-size: 0.26rem auto;
}

.navItem ul li .subli {
    color: #e1ebf1;
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    line-height: 0.9rem;
    padding: 0.2rem 0;
}

.navItem ul li .subli a {
    color: #81919a;
    font-size: 0.28rem;
    display: block;
    background: none;
}

.navItem ul li a.select {
    color: #e1ebf1;
    background: url("../images/mshow.png") no-repeat right center;
    background-size: 0.26rem auto;
}

.iMenu .active {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.language {
    position: absolute;
    width: auto;
    left: -0.8rem;
    top: 0.8rem;
    display: none;
    z-index: 9;
    zoom: 1;
    font-size: 0;
    text-align: left;
}

.language ul {
    padding: 0.1rem 0.48rem 0.1rem 0.32rem;
    list-style: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0.1rem;
    box-shadow: 0 0.05rem 0.08rem rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.language ul li {
    color: #222;
    height: 0.7rem;
    line-height: 0.7rem;
    float: none;
    display: block;
    text-align: left;
    margin: 0 auto;
    white-space: nowrap;
}

.language ul li a {
    display: block;
    color: #222;
    font-size: 0.28rem;
    padding: 0;
    border-bottom: none;
    font-weight: inherit;
    white-space: nowrap;
    background: none;
}

/*banner*/
#banner {
    width: 100%;
    height: 100%
}

#banner .swiper-slide {
    font-size: 0;
}

.bannerTitt {
    width: 7rem;
    position: absolute;
    top: 15%;
    left: 50%;
    margin-left: -3.5rem;
    box-sizing: border-box;
    text-align: left;
    font-size: 0;
    transform: translateX(-300px);
    opacity: 0;
    transition: all .5s;
}

.bannerTitt h2 {
    font-size: 0.54rem;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    display: table;
}

.bannerTitt span {
    font-size: 0.3rem;
    color: #fff;
    display: block;
}

.barVideo {
    width: 100%;
    height: 100%;
    object-fit: fill
}

#banner .ani-slide .bannerTitt {
    transform: translateX(0);
    opacity: 1;
}

.moveVideobj {
    width: 6rem;
    position: absolute;
    left: 50%;
    bottom: 0.3rem;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 8
}

.moveVideobj a {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
}

.moveVideobj .mdown {
    background: url("../images/bannerdw.png") no-repeat center;
    background-size: cover;
    -webkit-animation: upDown 1s linear 0.5s infinite;
    -moz-animation: upDown 1s linear 0.5s infinite;
    animation: upDown 1s linear 0.5s infinite;
}

@keyframes upDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    25% {
        opacity: 1;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    75% {
        opacity: 1;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes upDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    25% {
        opacity: 1;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    75% {
        opacity: 1;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes upDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    25% {
        opacity: 1;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    75% {
        opacity: 1;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        opacity: 1;
    }
}

.moveVideobj .vplayObj {
    background: url("../images/stop.png") no-repeat center;
    background-size: cover;
    cursor: pointer;
    display: none;
}

.moveVideobj .vplay {
    background: url("../images/play.png") no-repeat center;
    background-size: cover
}

#banner .swiper-pagination span {
    margin: 0 0.29rem;
}

#banner .swiper-pagination-bullets {
    bottom: 0.4rem;
    left: 20%;
    width: 60%;
    font-size: 0;
}

#banner .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    background: none;
    display: inline-block;
    border: 1px #fff solid;
    box-sizing: border-box;
    border-radius: 50%;
    opacity: 1;
}

#banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
    border-radius: 0.08rem;
}

/**/
.inCenfBox, .iaso {
    width: 6.4rem;
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    font-size: 0;
}

.inVideo {
    width: 100%;
}

.inVideo h2 {
    font-size: 0.37rem;
    line-height: 130%;
    position: relative;
    font-weight: normal;
}

.inVideo a {
    width: 3.7rem;
    height: 0.9rem;
    line-height: 0.9rem;
    margin-top: 0.3rem;
    border-radius: 0.14rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    color: #fff;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: -moz-linear-gradient(90deg, #f77d0c, #ffc32c);
    background: -webkit-linear-gradient(90deg, #f77d0c, #ffc32c);
    background: -webkit-gradient(linear, 0 100%, 0 0, from(#f77d0c), to(#ffc32c));
    background: -o-linear-gradient(90deg, #f77d0c, #ffc32c);
    background: linear-gradient(90deg, #f77d0c, #ffc32c);
}

.inVideo a:hover {
    color: #fff;
    background: -moz-linear-gradient(90deg, #ffc32c, #f77d0c);
    background: -webkit-linear-gradient(90deg, #ffc32c, #f77d0c);
    background: -webkit-gradient(linear, 0 100%, 0 0, from(#ffc32c), to(#f77d0c));
    background: -o-linear-gradient(90deg, #ffc32c, #f77d0c);
    background: linear-gradient(90deg, #ffc32c, #f77d0c);
}

.inVideo a span {
    font-size: 0.29rem;
}

.inVideo a .btnIcon {
    width: 0.4rem;
    height: 0.4rem;
    background: url("../images/btnPlay.png") no-repeat right center;
    background-size: cover;
}

.iasoBox {
    width: 6.4rem;
}

.iasoBox h2 {
    font-size: 0.36rem;
    border-left: 0.04rem #ffa539 solid;
    color: #fff;
    margin-bottom: 1rem;
    padding-left: 0.64rem;
}

.yfitem {
    list-style: none;
}

.yfitem li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    color: #fff;
    margin-bottom: 0.34rem;
}

.yfitem li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yfitem li .iasoItem {
    display: block;
    margin: 0;
    width: 1.7rem;
    box-sizing: border-box;
    border: 0.1rem rgba(255, 255, 255, 0.2) solid;
    border-radius: 0.2rem;
    overflow: hidden;
}

.yfitem li .iasoItem img {
    transition: all 0.5s;
}

.yfitem li .nameTxt {
    width: 4.4rem;
    position: relative;
}

.yfitem li .nameTxt h3 {
    font-size: 0.36rem;
}

.yfitem li .nameTxt p {
    font-size: 0.25rem;
    padding-right: 0.5rem;
    margin-bottom: 0;
    box-sizing: border-box;
    color: #999;
}

.yfitem li .nameTxt .iaIcon {
    display: block;
    position: absolute;
    top: 3%;
    right: 0;
    width: 0.54rem;
    height: 0.32rem;
    background: url("../images/iasoArrow.png") no-repeat top right;
    background-size: 0.54rem auto;
    transition: all 0.5s;
}

.yfitem li a:hover .iasoItem img {
    transform: scale(1.15);
}

.yfitem li a:hover .nameTxt .iaIcon {
    background: url("../images/iasoArrow.png") no-repeat top right;
    background-size: 0.54rem auto;
    transform: rotateX(180deg);
}

/**/
.proitem {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: flex-start;
    width: 100%;
    height: 1.1rem;
    margin-top: 1.2rem;
}

.proitem li {
    list-style-type: none;
    color: #333;
    padding: 0 0.3rem;
    border-right: 1px #d2d2d2 solid;
    width: 33%;
    box-sizing: border-box;
}

.proitem li:nth-child(3n) {
    border-right: none;
}

.proitem li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.proitem li a img {
    display: block;
    margin-right: 0.4rem;
    height: 1rem;
}

.proitem li .itemBox {
    text-align: left;
}

.proitem li .itemBox h4 {
    font-size: 0.22rem;
    color: #222;
    margin-bottom: 0.1rem;
    font-weight: bold;
}

.proitem li .itemBox span {
    font-size: 0.16rem;
    line-height: 0.2rem;
    color: #888;
    display: block;
    max-height: 0.6rem;
    overflow: hidden;
}

.proitem li a:hover h4 {
    color: #007d9d;
}

/*公用*/
.titBox {
    margin-top: 1rem;
    margin-bottom: 0.6rem;
}

.bitTit {
    font-size: 0;
}

.bitTit-c {
    text-align: left;
    font-size: 0;
}

.bitTit h1, .bitTit-c h1, .bitTit-c h2 {
    padding-bottom: 0.25rem;
    position: relative;
    font-size: 0.56rem;
    color: #222;
    font-weight: bold;
    display: inline-block;
}

.bitTit-c p {
    font-size: 0.36rem;
    color: #222;
    width: 90%;
    line-height: 0.72rem;
    margin: 0.75rem auto;
}

.bitTit-c h2::after {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0;
    height: 0.02rem;
    width: 50%;
    background: #ff9e30;
}

.bitTit-c.exp h2 {
    font-size: .4rem;
}

.bitTit-c.exp h2::after {
    width: 100%;
    background: #dbdbdb;
}

.bitTit-c.exp p {
    font-size: .32rem;
    width: 100%;
}

.bitTit-c h3 {
    padding-bottom: 0.25rem;
    position: relative;
    font-size: 0.45rem;
    color: #222;
    font-weight: bold;
    display: inline-block;
    text-align: left;
}

.cenBtit {
    width: 100%;
    text-align: center;
    margin: 0.64rem auto 0.8rem;
}

.cenBtit h1 {
    position: relative;
    font-size: 0.5rem;
    color: #ff9c33;
    font-weight: bold;
    display: block;
}

.cenBtit h2 {
    position: relative;
    font-size: 0.5rem;
    color: #222;
    font-weight: bold;
    display: block;
}

/*新闻列表*/
.titBox-news {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 10;
}

.inNews {
    padding: 0 0.48rem;
    position: relative;
    margin-top: 0.54rem;
}

.newList {
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: center;
}

.inNewItem {
    list-style-type: none;
    padding: 0.1rem 0.4rem;
    box-sizing: border-box;
    font-size: 0;
}

.inNewItem a {
    display: block;
    overflow: hidden;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.5s;
}

.inNewItem .npicBox {
    width: 100%;
    max-height: 2.4rem;
    overflow: hidden;
}

.inNewItem .npicBox img {
    width: 100%;
    transition: all 0.5s;
}

.inNewItem .titDat {
    padding: 0 0.3rem 0.3rem;
}

.inNewItem .titDat span {
    color: #ffa32a;
    display: block;
    border-bottom: 1px #e0e0e0 solid;
    font-size: 0.36rem;
    line-height: 0.94rem;
    margin-bottom: 0.24rem;
    background: url(../images/inewArrow.png) no-repeat right 0.2rem center;
}

.inNewItem .titDat span i {
    color: #999;
    font-size: 0.24rem;
    margin-left: 0.1rem;
}

.inNewItem .titDat h2 {
    font-size: 0.32rem;
    line-height: 0.5rem;
    height: 1.5rem;
    color: #222;
    overflow: hidden;
    font-weight: 700;
}

.inNewItem:hover .inNewItem h2 {
    color: #ffa32a;
}

.inNewItem:hover .inNewItem .npicBox img {
    transform: scale(1.15);
}

.inNews .swiper-button-next {
    color: #fff;
    right: 0;
    top: 45%;
    border: none;
    outline: none;
}

.inNews .swiper-button-prev {
    color: #fff;
    left: 0;
    top: 45%;
    border: none;
    outline: none;
}

.inNews .swiper-button-prev::after, .inNews .swiper-button-next::after {
    font-size: 0.64rem;
}

.inNmore {
    text-align: center;
    font-size: 0;
}

.inNmore a {
    width: 3.7rem;
    height: 0.9rem;
    line-height: 0.9rem;
    display: block;
    margin: 0.5rem auto 0.9rem;
    border-radius: 0.14rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 0.32rem;
    transition: all 0.5s;
    background: -moz-linear-gradient(90deg, #f77d0c, #ffc32c);
    background: -webkit-linear-gradient(90deg, #f77d0c, #ffc32c);
    background: -webkit-gradient(linear, 0 100%, 0 0, from(#f77d0c), to(#ffc32c));
    background: -o-linear-gradient(90deg, #f77d0c, #ffc32c);
    background: linear-gradient(90deg, #f77d0c, #ffc32c);
}

/*内页栏目大图*/
.columnBox {
    width: 100%;
    position: relative;
}

.columnBoxTit {
    width: 6.5rem;
    position: absolute;
    left: 50%;
    top: 45%;
    margin-left: -3.25rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    text-align: left;
    font-size: 0;
}

.columnBoxTit h2 {
    font-size: 0.5rem;
    color: #fff;
    font-weight: bold;
}

.columnBoxTit span {
    font-size: 0.16rem;
    color: #fff;
    display: block;
    margin-top: 0.4rem;
    width: 5rem;
    line-height: 0.3rem;
}

.clmBox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.columMenu {
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.25);
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.columMenu.full {
    width: 125%;
    transition-property: margin-left;
    transition-duration: .4s;
    transition-timing-function: linear;
}

.columMenu li {
    width: 100%;
    height: 2.2rem;
}

.columMenu.full li {
    width: calc(100% / 4);
}

.columMenu li a {
    height: 2.2rem;
    display: flex;
    align-items: flex-start;
    padding-top: 0.28rem;
    box-sizing: border-box;
}

.columMenu li a p {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.columMenu li a p i {
    display: block;
    margin: 0 auto;
    width: 48px;
    height: 37px;
    overflow: hidden;
}

.columMenu li a p img {
    display: block;
    margin: 0 auto;
}

.columMenu li a p span {
    display: block;
    margin-top: 8px;
    font-size: 0.28rem;
    color: #fff;
    line-height: 120%;
}

.columMenu li a:hover, .columMenu li a.active {
    background: rgba(255, 255, 255, 0.9);
}

.columMenu li a:hover img, .columMenu li a.active img {
    margin-top: -37px;
}

.columMenu li a:hover p span, .columMenu li a.active p span {
    display: block;
    color: #f78b0c;
}

.columMenu li:last-child a {
    border-right: none;
}

/*about*/
.aboutTxt {
    width: 6.5rem;
    margin: 0 auto;
    padding: 0.84rem 0 1.64rem;
}

.aboutPic {
    position: relative;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    background: #fff;
    width: 6.4rem;
}

.aPicBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.15rem;
    height: 1.15rem;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.abotuFt {
    text-align: center;
    width: 100%;
    margin-top: 0.3rem;
}

.abotuFt h2 {
    font-size: 0.56rem;
    position: relative;
    font-weight: bold;
    margin-bottom: 0.4rem;
    padding-bottom: 0.26rem;
    text-align: left;
}

.abotuFt h2::after {
    content: "";
    position: absolute;
    left: 7.5%;
    margin-left: -7.5%;
    bottom: 0;
    height: 0.02rem;
    width: 15%;
    background: #fea235;
}

#aboutinfo {
    height: 6.2rem;
    padding-right: 0.2rem;
}

#aboutinfo .swiper-slide {
    height: auto;
    text-align: left;
}

#aboutinfo .swiper-scrollbar-drag {
    background: #fea235;
}

#aboutinfo .swiper-scrollbar {
    width: 2px;
}

.abotuFt p {
    font-size: 0.32rem;
    color: #444;
    padding: 0;
    margin: 0.20rem 0 0;
    line-height: 32px;
}

.abotuFt p:first-child {
    margin: 0;
}

/*企业文化*/
.whbgBox {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.abtCulture {
    width: 6.5rem;
    position: relative;
    z-index: 10;
}

.culTit {
    text-align: left;
    width: 100%;
    padding-top: 0.8rem;
    margin-right: 0.4rem;
}

.culTit h2 {
    font-size: 0.56rem;
    position: relative;
    font-weight: bold;
    color: #fff;
    padding-bottom: 0.26rem;
}

.culTit h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.02rem;
    width: 15%;
    background: #fff;
}

.cultureItem {
    list-style: none;
    width: 100% rem;
    border-top: 1px rgba(255, 255, 255, 0.4) solid;
    box-sizing: border-box;
    margin-top: 0.82rem;
    padding-bottom: 2rem;
}

.cultureItem li {
    list-style-type: none;
    display: flex;
    align-items: stretch;
    align-content: center;
    justify-content: center;
    border-bottom: 1px rgba(255, 255, 255, 0.4) solid;
    padding: 0.6rem 0;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s;
}

.cultureItem li a {
    text-align: center;
    font-size: 0;
    width: 100%;
}

.cultureItem li a div {
    display: flex;
    align-items: center;
    margin-left: 22%;
    position: relative;
    transition: all 0.5s;
}

.cultureItem li a img {
    display: inline-block;
    width: 1.1rem;
    transition: all 0.5s;
}

.cultureItem li a h4 {
    font-size: 0.4rem;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-left: 0.4rem;
    margin-bottom: 0;
    transition: all 0.5s;
    white-space: nowrap;
}

.cultureItem li a span {
    font-size: 0.3rem;
    color: #fff;
    opacity: 0;
    display: none;
    width: 100%;
    margin: 0 auto;
    transition: all 0.5s;
}

.cultureItem li.select {
    width: 100%;
}

.cultureItem li.select div {
    display: block;
    margin-left: 0;
}

.cultureItem li.select a img {
    display: block;
    margin: 0 auto 20px;
    width: 1.7rem;
}

.cultureItem li.select a h4 {
    font-size: 0.68rem;
    display: block;
    margin-left: 0;
    margin-bottom: 0.4rem;
    padding-bottom: 0.2rem;
}

.cultureItem li.select a h4::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    transform: translateX(-50%);
    width: 15%;
    background: #fff;
}

.cultureItem li.select a span {
    opacity: 1;
    display: block;
    transition-delay: 0.5s;
}

.fzlcBg {
    background: #f1f1f1;
}

.fzlcBgBox {
    width: 100%;
    padding-top: 45px;
    box-sizing: border-box;
    background: -moz-linear-gradient(90deg, #ffc32c, #f77d0c);
    background: -webkit-linear-gradient(90deg, #ffc32c, #f77d0c);
    background: -webkit-gradient(linear, 0 100%, 0 0, from(#ffc32c), to(#f77d0c));
    background: -o-linear-gradient(90deg, #ffc32c, #f77d0c);
    background: linear-gradient(90deg, #ffc32c, #f77d0c);
}

.fzlcBox {
    width: 6.5rem;
    margin: 0 auto;
    position: relative;
}

.fzlcTit {
    text-align: left;
    margin-bottom: 1rem;
}

.fzlcTit h2 {
    font-size: 0.56rem;
    position: relative;
    font-weight: bold;
    color: #fff;
    padding-bottom: 0.26rem;
}

.fzlcTit h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.02rem;
    width: 15%;
    background: #fff;
}

.fzYearBox {
    width: 100%;
    padding-bottom: 0.5rem;
}

.fzYear {
    font-size: 20px;
    color: #fff;
    overflow: inherit !important;
}

.fzYear .swiper-wrapper {
    justify-content: flex-start;
}

.fzYear .swiper-slide {
    width: 25% !important;
    text-align: center;
}

.fzYear a {
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: #fff;
}

.fzYear a.cur, .fzYear a:hover {
    color: #fff;
}

.fzYear a.cur::after, .fzYear a:hover::after {
    opacity: 1;
}

.fzYear a:after {
    content: '';
    position: absolute;
    left: 24%;
    top: 0.94rem;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background: #f1f1f1;
    opacity: 0;
    color: #fff;
    font-size: 28px;
    transition: all 0.5s;
}

.fzline {
    width: 100%;
}

.fzline::after {
    content: "";
    position: absolute;
    left: 0;
    top: 2.06rem;
    height: 4px;
    width: 100%;
    background: #f4e0ca;
}

.fzItem {
    padding: 0.8rem 0 2rem !important;
}

.fzItem .swiper-slide {
    width: auto !important;
}

.fzlist {
    list-style: none;
    font-size: 0;
    display: flex;
    list-style: none;
}

.fzlist li {
    margin-left: 64px;
    display: inline-block;
    position: relative;
    padding-top: 1.32rem;
}

.fzlist li::after {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 50px;
    height: 12px;
    width: 12px;
    border: 9px rgba(255, 158, 48, 0.5) solid;
}

.fzlist li::before {
    content: "";
    position: absolute;
    left: 9px;
    border-radius: 50%;
    top: 59px;
    height: 12px;
    width: 12px;
    background: #ff9e30;
}

.fzlist li h3 {
    font-size: 0.56rem;
    color: #222;
    position: absolute;
    left: 0;
    top: 0;
}

.fzlist li h4 {
    font-size: 0.48rem;
    color: #222;
    margin-top: 0.56rem;
}

.fzlist li h4 span, .fzlist li p {
    font-size: 0.28rem;
    color: #222;
    width: 5.8rem;
}

/*团队列表*/
.titMtop {
    padding-top: 1rem;
}

.teamBox {
    margin-top: 0.64rem;
    flex-flow: wrap;
}

.teamBox a {
    display: block;
    cursor: pointer;
    background: #fff;
}

.teamBox .teamItem {
    margin: 0 auto;
    width: 5.5rem;
    border-radius: 0.12rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 0.58rem;
    overflow: hidden;
    position: relative;
}

.teamBox .teamItem .teamName {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #fff;
    background-size: 100% auto;
    padding-top: 16px;
    font-size: 0;
    padding-bottom: 18px;
}

.teamBox .teamItem .teamName::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 27px;
    background: url("../images/teamybg.png") no-repeat top center;
    background-size: 100% auto;
}

.teamBox .teamItem .teamName h2 {
    font-size: 0.4rem;
    color: #222;
    margin-bottom: 0.1rem;
}

.teamBox .teamItem .teamName span {
    font-size: 0.32rem;
    color: #7f7f7f;
    line-height: 32px;
}

.teamInfo {
    width: 100%;
    background: #f4f4f4;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 1rem 6.6% 0;
    box-sizing: border-box;
    display: none;
    z-index: 98;
}

.teamInfo .closeBtn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 17px;
    height: 17px;
    display: block;
    background: none;
}

.teamInfo .sTeamName {
    border-bottom: 1px #c5c5c5 solid;
    font-size: 0;
    padding-bottom: 0.54rem;
}

.teamInfo .sTeamName h2 {
    font-size: 0.4rem;
    color: #222;
}

.teamInfo .sTeamName span {
    font-size: 0.32rem;
    color: #7f7f7f;
    line-height: 0.6rem;
}

.teamText {
    max-height: 6rem;
    margin-bottom: 1rem;
    overflow-y: scroll;
}

.teamInfo p {
    font-size: 0.36rem;
    color: #7f7f7f;
    line-height: 0.6rem;
    margin-top: 0.4rem;
    margin-bottom: 0;
}

/*科学与医学顾问*/
.scienceBox {
    list-style: none;
    padding-top: 1.1rem;
    width: 100%;
    overflow: hidden;
}

.scienceBox li {
    list-style-type: none;
    width: 6.5rem;
    box-sizing: border-box;
    margin: 0 auto 1.7rem;
    position: relative;
}

.scienItemPic {
    margin: 0 auto;
    width: 5.5rem;
    margin-bottom: 0.8rem;
}

.scienItemPic img {
    display: block;
    border-radius: 0.2rem;
}

.scienItemPic h2 {
    font-size: 0.4rem;
    color: #222;
    line-height: 0.6rem;
    text-align: center;
    margin-top: 0.64rem;
    display: block;
}

.scienItemPic h2 span {
    display: block;
    color: #ff9e30;
    font-size: 0.32rem;
}

.scienceBox li .jobTitle {
    padding-left: 0;
    width: 100%;
}

.jobTitle p {
    font-size: 0.32rem;
    color: #222;
    line-height: 0.6rem;
    position: relative;
    padding-left: 0.3rem;
    margin: 0 0 0.1rem;
}

.jobTitle p::before {
    color: #ff9e30;
    content: "•";
    position: absolute;
    left: 0;
    font-size: 0.4rem;
}

/*合作伙伴*/
.bigHBox {
    padding-top: 1rem;
    overflow: inherit;
}

.partInfoBox {
    width: 100%;
    margin: 1rem auto 0;
    position: relative;
    background: #f6f6f6;
    padding-bottom: 1.8rem;
}

.partInfoBox::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1rem;
    background: #fff;
    width: 100%;
}

.partInPic {
    width: 6.5rem;
    margin: 0 auto 0;
    position: relative;
    z-index: 10;
}

.partInPic img {
    display: block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.partInfo {
    width: 6.5rem;
    padding-top: 0.6rem;
    margin: 0.72rem auto 0;
    position: relative;
}

.partInfo::after {
    content: "";
    position: absolute;
    left: 40%;
    top: 0;
    height: 0.02rem;
    width: 20%;
    background: #fea235;
}

.partInfo p {
    font-size: 0.32rem;
    color: #222;
    line-height: 0.6rem;
    position: relative;
    margin: 0 auto;
}

.partList {
    list-style: none;
    width: 6.5rem;
    margin: 0.64rem auto 1rem;
    overflow: hidden;
}

.partList li {
    list-style-type: none;
    width: 100%;
    border: 1px #dfdfdf solid;
    border-radius: 0.2rem;
    padding: 0.6rem 0.4rem;
    margin-bottom: 0.6rem;
    box-sizing: border-box;
    position: relative;
}

.partLogo {
    width: 100%;
    margin-bottom: 0.9rem
}

.partLogo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.partItem {
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}

.partItem p {
    font-size: 0.32rem;
    color: #222;
    line-height: 0.6rem;
    position: relative;
    padding-left: 0.3rem;
    margin: 0;
}

.partItem p::before {
    color: #ff9e30;
    content: "•";
    position: absolute;
    left: 0;
    font-size: 0.4rem;
}

.partItem .sMoer {
    display: none;
}

.PmoreBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    background: url("../images/partSbtn.png") no-repeat center;
}

.curPar {
    transform: rotate(180deg);
}

/*产品与技术*/
.proTechBg {
    background: url("../images/proTechBg.jpg") no-repeat top center #f2f3f7;
    width: 100%;
    padding-top: 100px;
}

.techObj {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0.72rem;
}

.tabPicBox {
    width: 100%;
}

.techPic {
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
    border-radius: 16px;
}

.techPic .swiper-pagination-bullets {
    bottom: 0.4rem;
    left: 20%;
    width: 60%;
    font-size: 0;
}

.techDot {
    text-align: center;
    width: 100%;
    margin-top: 22px;
    font-size: 0;
}

.techDot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #b8bec8;
    margin: 0 7px;
    display: inline-block;
    border-radius: 50%;
    opacity: 1;
    vertical-align: middle;
}

.techDot .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff9e30;
    width: 14px;
    height: 14px;
}

.textTechBox {
    width: 100%;
    text-align: center;
    margin-top: 0.84rem;
}

.textTechBox h2 {
    width: 100%;
    font-size: 0.4rem;
    color: #222;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px #ff9e30 solid;
    margin: 0 auto 30px;
}

.textTech {
    height: 4.6rem;
    padding-right: 0.2rem !important;
}

.textTech .swiper-slide {
    height: auto;
}

.textTech .swiper-scrollbar-drag {
    background: #fea235;
}

.textTech .swiper-scrollbar {
    width: 2px !important;
}

.textTech p {
    display: block;
    margin: 0px;
    padding-left: 20px;
    font-size: 0.32rem;
    color: #777;
    line-height: 0.6rem;
    text-align: left;
    position: relative;
}

.textTech p::before {
    content: "";
    position: absolute;
    top: 0.18rem;
    left: 0px;
    width: 12px;
    height: 12px;
    border: 2px #ff9e30 solid;
    box-sizing: border-box;
    border-radius: 50%;
}

.proTextBox {
    margin-top: 0.6rem;
    font-size: 0.32rem;
    color: #222;
    padding-bottom: 2rem;
}

.proTextBox .tableBox {
    background: #fff;
    padding: 0.26rem;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.tableTit {
    background: #686b6c;
    height: 1rem;
    line-height: 1rem;
    border-bottom: 0.01rem solid #fff;
    color: #fff;
}

.tableItem {
    width: 100%;
}

.itemName {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}

.itemName li {
    list-style-type: none;
    border-right: 0.01rem solid #fff;
    color: #fff;
    text-align: center;
    font-size: 0.32rem;
    font-weight: bold;
    box-sizing: border-box;
}

.tableItem .itemName li {
    width: 50%;
}

.itemObj1 {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 0.32rem;
    box-sizing: border-box;
    background: -moz-linear-gradient(90deg, #f77d0c, #ffc32c);
    background: -webkit-linear-gradient(90deg, #f77d0c, #ffc32c);
    background: -webkit-gradient(linear, 0 100%, 0 0, from(#f77d0c), to(#ffc32c));
    background: -o-linear-gradient(90deg, #f77d0c, #ffc32c);
    background: linear-gradient(90deg, #f77d0c, #ffc32c);
}

.itemObj2 {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 0.32rem;
    box-sizing: border-box;
    background: -moz-linear-gradient(90deg, #5587cc, #7eb1f8);
    background: -webkit-linear-gradient(90deg, #5587cc, #7eb1f8);
    background: -webkit-gradient(linear, 0 100%, 0 0, from(#5587cc), to(#7eb1f8));
    background: -o-linear-gradient(90deg, #5587cc, #7eb1f8);
    background: linear-gradient(90deg, #5587cc, #7eb1f8);
}

.itemObj1 span, .itemObj2 span {
    display: none;
}

.mainCon {
    width: 100%
}

.conL {
    width: 100%;
    box-sizing: border-box;
}

.conItem {
    width: 100%;
    display: flex;
    align-items: stretch;
    text-align: center;
}

.conItem:nth-child(2n) {
    background: #f8f8f8;
}

.itemText {
    display: flex;
    align-items: center;
    width: 50%;
    border-right: 0.01rem solid #e2e2e2;
    color: #686b6c;
}

.itemText1 {
    display: flex;
    align-items: center;
    width: 50%;
    flex-flow: wrap;
}

.itemText ul {
    list-style: none;
    width: 100%;
}

.itemText1 ul {
    list-style: none;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 0.01rem solid #e2e2e2;
}

.itemText1 ul li {
    list-style-type: none;
    display: block;
    width: 100%;
    line-height: 1rem;
    color: #686b6c;
    text-align: center;
    font-size: 0.32rem;
    box-sizing: border-box;
}

.itemText1 ul:last-child {
    border-bottom: none;
}

.proOperBg {
    background: url("../images/proOperBg.jpg") no-repeat top center #f5f6f9;
    width: 100%;
    padding-top: 100px;
}

.OperTabBox {
    position: relative;
    background: url("../images/operTabBg.jpg") no-repeat;
    background-size: 100% 100%;
    margin-top: 0.9rem;
}

.OperItem {
    padding: 1.1rem 0 0;
    overflow: hidden;
    display: none;
}

.OperItem .socRow {
    padding: 0 0.4rem;
}

.OperItem .socRow .iconBox {
    width: 4rem;
    height: 4rem;
}

.OperItem .socRow .iconBoxPic {
    text-align: center;
}

.OperItem .socRow .iconBoxPic img {
    width: 1.78rem;
    height: 1.84rem;
    margin: 0 auto;
}

.OperItem .socRow .socInfo {
    width: 100%;
}

.OperItem .socRow .socInfo h2 {
    color: #fff;
    font-size: 0.54rem;
    margin-bottom: 0.5rem;
}

.OperItem .socRow .socInfo ul {
    padding-left: 0.2rem;
    min-height: 2.4rem;
}

.OperItem .socRow .socInfo ul li {
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.44rem;
    margin-bottom: 0.58rem;
}

.OperItem .socRow .socInfo ul li span {
    display: inline-block;
    width: 82%;
    vertical-align: top;
}

.operIcon {
    list-style: none;
    background: rgba(0, 0, 0, 0.4);
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.operIcon li {
    list-style-type: none;
    height: 2rem;
    width: 25%;
    padding-top: 0.24rem;
    box-sizing: border-box;
    color: #fff;
    border-right: 1px rgba(255, 255, 255, 0.3) solid;
    text-align: center;
    line-height: 40%;
}

.operIcon li span {
    display: block;
    font-size: 0.32rem;
    margin-top: 0.24rem;
}

.operIcon li img {
    width: 0.64rem;
    margin: 0 auto;
    transition: all 0.5s;
}

.operIcon li:hover, .operIcon li.active {
    background: #e19343;
    color: #fff;
}

.operIcon li:hover img {
    transform: rotateY(180deg);
}

.picLTit, .picLcTit {
    width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 0.56rem;
    line-height: 0.6rem;
    margin-top: 1.08rem;
}

.picLTit span {
    display: inline-block;
    background: #f5f6f9;
    font-weight: bold;
    color: #222;
    margin: 0 auto;
    padding-right: 30px;
    position: relative;
    z-index: 9;
}

.picLTit b {
    width: 100%;
    height: 1px;
    display: block;
    overflow: hidden;
    background: #cdcecf;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -0.5px;
}

.picLcTit {
    text-align: center;
}

.picLcTit span {
    display: inline-block;
    background: #f5f6f9;
    font-weight: bold;
    color: #222;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 9;
}

.picLcTit b {
    width: 100%;
    height: 1px;
    display: block;
    overflow: hidden;
    background: #cdcecf;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -0.5px;
}

.baseBox {
    margin-top: 1.08rem;
}

.baseItem {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    width: 100%;
    padding: 0.64rem 0.72rem;
    box-sizing: border-box;
    margin-bottom: 0.74rem;
}

.baseItem h2 {
    border-left: 2px #ff9c33 solid;
    font-size: 0.4rem;
    padding-left: 0.34rem;
    margin-bottom: 0.64rem;
    font-weight: bold;
    color: #222;
}

.baseItem ul {
    padding-left: 0.2rem;
}

.baseItem ul li {
    font-size: 0.28rem;
    color: #444;
    line-height: 0.5rem;
}

.baseItem ul li::marker {
    color: #ff9c33;
}

.facilityPic {
    margin-top: 0.68rem;
    padding: 0 0.68rem;
    position: relative;
    padding-bottom: 1.5rem;
}

.faclyItem {
    background: #fff;
    cursor: pointer;
    border-radius: 10px;
}

.flyPic {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.flyPic img {
    width: 100%;
    transition: all 0.5s;
}

.faclyName {
    padding: 0.2rem;
}

.faclyName h2 {
    font-size: 0.32rem;
    color: #444;
    height: 0.8rem;
    line-height: 0.4rem;
    box-sizing: border-box;
    text-align: center;
}

.faclyItem:hover .faclyName h2 {
    color: #ff9c33;
}

.faclyItem:hover .flyPic img {
    transform: scale(1.15);
}

.facilityPic .swiper-button-next {
    color: #ff9c33;
    right: 0;
    top: 35%;
    border: none;
    outline: none;
}

.facilityPic .swiper-button-prev {
    color: #ff9c33;
    left: 0;
    top: 35%;
    border: none;
    outline: none;
}

.facilityPic .swiper-button-prev::after, .facilityPic .swiper-button-next::after {
    font-size: 0.64rem;
}

/*投资者服务*/
.gpinfo {
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem 0.5rem 2.6rem;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(17, 55, 125, 0.9);
}

.gpinfo h4 {
    font-size: 0.46rem;
    margin-bottom: 0.2rem;
    font-weight: bold;
    padding-bottom: 0.2rem;
    border-bottom: 2px #fff solid;
}

.gpname {
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
}

.gpmoney {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 0.28rem;
    padding-bottom: 0.16rem;
}

.gpmoney .money {
    font-size: 0.68rem;
    font-weight: lighter;
}

.gpmoney .money sup {
    font-size: 0.28rem;
    font-weight: normal;
    margin-right: 0.2rem;
}

.gpmoney .cjl {
    margin-bottom: 0.2rem;
}

.gpmoney .money span {
    display: block;
    font-size: 0.28rem;
    margin-top: 0.3rem;
    line-height: 0.42rem;
}

.gpmoney .money span img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -3px;
}

.gpnum {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 0.16rem;
    padding: 0.16rem 0;
    border-top: 1px #fff solid;
}

.gpsjinfo {
    border-top: 1px #fff solid;
    line-height: 0.4rem;
    font-size: 0.28rem;
    padding-top: 0.2rem;
}

.newObj {
    margin-top: 0.9rem;
    margin-bottom: 0.5rem;
    font-size: 0;
}

.Wdate {
    background: url(../images/datePicker.gif) no-repeat center right 10px;
    background-size: 16px auto;
}

.Wdate::-ms-clear {
    display: none;
}

.WdateFmtErr {
    font-weight: bold;
    color: red;
}

.invputBox {
    position: relative;
    width: 100%;
}

.invputBox input {
    background: none;
}

.sertBox {
    width: 100%;
    display: block;
    margin-bottom: 0.64rem;
}

.sertBox input, .sertBox select {
    width: 100%;
    font-size: 0.28rem;
    color: #9e9e9e;
    height: 0.9rem;
    outline: none;
    border: 1px #dbdbdb solid;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 10px;
}

.sertBox select option {
    color: #222;
    font-size: 0.28rem;
}

.sertBox .sergrBtn {
    width: 100%;
    text-align: center;
    height: 0.9rem;
    border-radius: 0.2rem;
    background: -moz-linear-gradient(90deg, #f77d0c, #ffc32c);
    background: -webkit-linear-gradient(90deg, #f77d0c, #ffc32c);
    background: -webkit-gradient(linear, 0 100%, 0 0, from(#f77d0c), to(#ffc32c));
    background: -o-linear-gradient(90deg, #f77d0c, #ffc32c);
    background: linear-gradient(90deg, #f77d0c, #ffc32c);
}

.sertBox .sergrBtn a {
    display: block;
    width: 100%;
    line-height: 0.9rem;
    color: #fff;
    font-size: 0.32rem;
}

.sertBox .sergrBtn a span {
    padding-left: 0.6rem;
    background: url("../images/serchIcon_w.png") no-repeat left center;
    background-size: 0.33rem auto;
    color: #fff;
    display: inline-block;
}

.picNList {
    list-style: none;
    width: 100%;
    border-top: 1px #e7e7e7 solid;
    padding-top: 0.54rem;
}

.picNList li {
    list-style-type: none;
    width: 100%;
    margin-bottom: 0.56rem;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 0;
    transition: all 0.5s;
}

.picNList li:nth-child(3n) {
    margin-right: 0;
}

.picNList li a {
    display: block;
    overflow: hidden;
}

.picNList li span {
    font-size: 0.36rem;
    color: #f08a06;
    display: block;
}

.picNList li span i {
    color: #999;
    font-size: 0.24rem;
    margin-left: 0.1rem;
}

.picNList li h2 {
    font-size: 0.36rem;
    color: #222;
    overflow: hidden;
    margin-top: 0.5rem;
    margin-bottom: 0.74rem;
}

.picNList li .npicBox {
    width: 100%;
    overflow: hidden;
    border-radius: 0.2rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.picNList li .npicBox img {
    width: 100%;
    transition: all 0.5s;
}

.picNList li:hover h2 {
    color: #f08a06;
}

.picNList li:hover .npicBox {
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}

.picNList li:hover .npicBox img {
    transform: scale(1.15);
}

.listNews {
    list-style: none;
    padding: 0;
    margin-top: 0.64rem;
    margin-bottom: 0.7rem;
}

.listNews li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px #e7e7e7 solid;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.listNews li a {
    display: block;
    padding: 0.3rem 0.32rem 0.3rem 1.4rem;
    position: relative;
    box-sizing: border-box;
}

.listNews li .newTData {
    position: absolute;
    left: 0.15rem;
    top: 50%;
    width: 1rem;
    text-align: center;
    font-size: 0.5rem;
    line-height: 0.32rem;
    color: #f08a06;
    transform: translateY(-50%);
}

.listNews li .newTData span {
    display: block;
    color: #999;
    font-size: 0.24rem;
    line-height: 0.24rem;
    margin-top: 0.2rem;
}

.listNews li h4 {
    line-height: 0.44rem;
    color: #333;
    font-size: 0.32rem;
    height: 0.88rem;
    overflow: hidden;
}

/*padding-right:0.6rem; background:url(../images/pdfIcon.png) no-repeat right center; background-size:0.5rem auto;*/
.listNews li:hover {
    border: 1px #ffb664 solid;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
    transform: scale(1.03);
}

.listNews li a:hover h4 {
    color: #f08a06;
}

.listNews li .newsTit {
    overflow: hidden;
    text-align: left;
}

/*padding-right:0.54rem; background:url("../images/newsArrow.png") no-repeat right center; background-size:0.44rem auto;*/
.listNews li .newsTit h2 {
    line-height: 0.44rem;
    color: #333;
    font-size: 0.32rem;
    height: 0.88rem;
    overflow: hidden;
}

.wenxianlist {
    list-style: none;
    padding: 0;
    margin-top: 0.64rem;
    margin-bottom: 0.7rem;
}

.wenxianlist li {
    margin-bottom: 20px;
}

.wenxianlist li a {
    display: block;
    border: 1px #e7e7e7 solid;
    background: #fff;
    padding: 0.3rem;
    position: relative;
    box-sizing: border-box;
    transition: all 0.5s;
}

.wenxianlist li h2 {
    line-height: 0.44rem;
    color: #333;
    font-size: 0.32rem;
    margin-bottom: 0.1rem;
}

.wenxianlist li p {
    font-size: 0.26rem;
    color: #8f8f8f;
    line-height: 150%;
    margin: 0 auto;
    /*display: none;*/
}

.wenxianlist li em {
    font-size: 0.34rem;
    color: #ffb664;
    border: 1px solid #ffb664;
    border-radius: 1rem;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.42rem;
    text-align: center;
    margin: 0.2rem 0 0 auto;
}

/*分页*/
.pages {
    overflow: hidden;
    width: 100%;
    margin: 0 auto 0.64rem;
    padding: 0px;
    text-align: center;
    font-size: 0.28rem;
}

.pages a {
    display: inline-block;
    line-height: 0.4rem;
    background: #f3f3f3;
    padding: 0.1rem 0.2rem;
    font-size: 0.28rem;
    color: #999;
    margin: 0 0.05rem;
    margin-bottom: 0.1rem;
}

.pages a:hover {
    background: #ff9e30;
    color: #fff;
}

.pages a.on {
    background: #ff9e30;
    color: #fff;
}

.pages a.updw {
    background: rgba(0, 0, 0, 0);
    border: none;
}

.pages a.updw:hover {
    color: #ff9e30;
}

.infoBox {
    position: relative;
    z-index: 11;
    background: #fff;
    padding-top: 0.2rem;
    box-sizing: border-box;
}

.siteMap {
    font-size: 0.28rem;
    color: #666;
    padding-left: 0.4rem;
    line-height: 0.6rem;
    margin-bottom: 0.3rem;
    background: url("../images/homeIco.png") no-repeat center left;
    background-size: 0.24rem auto;
}

.infoTit {
    width: 100%;
    margin-bottom: 0.4rem;
    border-bottom: 1px #dbdbdb solid;
    padding-bottom: 0.2rem;
    font-size: 0.28rem;
    color: #666;
    position: relative;
}

.infoTit h1 {
    width: 100%;
    font-size: 0.4rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 0.3rem;
}

.infoTit::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 88px;
    background: #ff9e30;
}

.dataTbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0;
    padding-bottom: 0.2rem;
}

.dataTbox .data {
    color: #666;
    font-size: 0.26rem;
}

.dataTbox .data span {
    display: inline-block;
    color: #666;
    font-size: 0.26rem;
}

.dataBlack {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    border-bottom: 1px #dbdbdb solid;
    padding-bottom: 0.2rem;
}

.dataBlack .back {
    display: block;
    font-size: 0.44rem;
    padding-right: 0.5rem;
    color: #222;
    background: url("../images/newsArrow.png") no-repeat center right;
    background-size: 0.44rem auto;
}

.infoText {
    font-size: 0.3rem;
    color: #444;
    line-height: 0.6rem;
    position: relative;
}

.infoText img {
    display: inline;
}

.infoEnd {
    border-top: 1px #dfdfdf solid;
    margin-top: 0.6rem;
    padding-top: 0.2rem;
}

.pageName {
    padding: 0.5rem 0;
    font-size: 0.26rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upPage {
    color: #999;
    line-height: 0.4rem;
    background: url("../images/pdl.png") no-repeat left center;
    padding-left: 0.3rem;
    background-size: 0.12rem auto;
}

.downPage {
    color: #999;
    line-height: 0.4rem;
    background: url("../images/pdlr.png") no-repeat right center;
    padding-right: 0.3rem;
    background-size: 0.12rem auto;
}

.upPage a, .downPage a {
    color: #999;
    margin-left: 0.3rem;
}

/*职业发展*/
.devPic {
    background: #fff;
    width: 6.5rem;
    position: relative;
}

.textInfo {
    text-align: left;
}

.workXlu {
    background: url("../images/devBg1.png") no-repeat top center;
    background-size: 100% auto;
}

.jobXlu {
    background: url("../images/devBg2.png") no-repeat top 1.6rem center;
    background-size: 100% auto;
}

.workXluBox {
    font-size: 0;
    margin-bottom: 0.6rem;
    padding-top: 1.3rem;
}

.xluTit {
    border-right: 2px #ff9c33 solid;
    width: 100%;
    font-weight: bold;
    font-size: 0.46rem;
    color: #222;
}

.xluTex {
    font-size: 0.32rem;
    color: #444;
    width: 100%;
    line-height: 0.6rem;
}

.pTabPic {
    margin-top: 0.68rem;
    padding: 0 0.48rem;
    position: relative;
    padding-bottom: 0.8rem;
}

.workPic {
    cursor: pointer;
    padding: 0.2rem;
    box-sizing: border-box;
}

.picItem {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}

.workPic:hover .faclyName h2 {
    color: #ff9c33;
}

.workPic:hover .flyPic img {
    transform: scale(1.15);
}

.actvPic {
    cursor: pointer;
    padding: 0.2rem 0.2rem 0;
    box-sizing: border-box;
    position: relative;
}

.actvPic .actvitem {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.actvPic .actvitem h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 0.32rem;
    color: #fff;
    height: 1.16rem;
    padding: 0.2rem 0.2rem 0;
    box-sizing: border-box;
    background: url("../images/actvBg.png") repeat-x;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: none;
}

.actvPic .actvitem h2 span {
    display: block;
    font-size: 0.24rem;
    color: #fff;
}

.actvPic::after {
    content: "";
    position: absolute;
    left: 10%;
    top: 0;
    width: 80%;
    height: 1rem;
    border-radius: 10px;
    background: #e3e3e3;
    z-index: -1;
}

.pTabPic img {
    width: 100%;
    transition: all 0.5s;
}

.actvPic:hover .actvitem img {
    transform: scale(1.15);
}

.pTabPic .swiper-button-next {
    color: #ff9c33;
    right: 0;
    top: 40%;
    border: none;
    outline: none;
}

.pTabPic .swiper-button-prev {
    color: #ff9c33;
    left: 0;
    top: 40%;
    border: none;
    outline: none;
}

.pTabPic .swiper-button-next::after, .pTabPic .swiper-button-prev::after {
    font-size: 0.64rem;
}

.jobList {
    background: url("../images/jobBg.jpg") no-repeat;
    height: 8.8rem;
    background-size: 100% auto;
    margin-top: 0.92rem;
    position: relative;
    display: flex;
    align-items: center;
}

.jobLink {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-flow: wrap;
    margin-top: 0.4rem;
}

.jobLink li {
    list-style-type: none;
    width: 40%;
    margin-bottom: 0.74rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.jobLink li img {
    margin: 0 auto;
    width: 1.26rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.jobLink li:nth-child(2n) {
    margin-right: 0;
}

.jobTxt {
    color: #fff;
    font-size: 0.32rem;
    text-align: center;
    width: 100%;
    margin-top: 0.8rem;
}

.jobTxt a {
    color: #fff;
}

.jobfIBtn {
    width: 4.5rem;
    height: 0.9rem;
    line-height: 0.9rem;
    border-radius: 0.2rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    color: #fff;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: -0.29rem;
    margin-left: -2.25rem;
    background: -moz-linear-gradient(90deg, #f77d0c, #ffc32c);
    background: -webkit-linear-gradient(90deg, #f77d0c, #ffc32c);
    background: -webkit-gradient(linear, 0 100%, 0 0, from(#f77d0c), to(#ffc32c));
    background: -o-linear-gradient(90deg, #f77d0c, #ffc32c);
    background: linear-gradient(90deg, #f77d0c, #ffc32c);
}

.jobfIBtn:hover {
    color: #fff;
    background: -moz-linear-gradient(90deg, #ffc32c, #f77d0c);
    background: -webkit-linear-gradient(90deg, #ffc32c, #f77d0c);
    background: -webkit-gradient(linear, 0 100%, 0 0, from(#ffc32c), to(#f77d0c));
    background: -o-linear-gradient(90deg, #ffc32c, #f77d0c);
    background: linear-gradient(90deg, #ffc32c, #f77d0c);
}

.jobfIBtn span {
    font-size: 0.28rem;
    margin-right: 0.2rem;
}

.jobfIBtn .btnIcon {
    width: 0.4rem;
    height: 0.4rem;
    background: url("../images/btnPlayd.png") no-repeat right center;
    background-size: 0.4rem auto;
}

/*联系我们*/
.contactBox {
    list-style: none;
    padding-top: 3.28rem;
    width: 100%;
    overflow: hidden;
}

.contactBox li {
    list-style-type: none;
    width: 100%;
    min-height: 4.2rem;
    padding-top: 1.3rem;
    padding-bottom: 1.1rem;
    box-sizing: border-box;
    margin-bottom: 3.28rem;
    background: #fafafa;
    position: relative;
}

.contactBox li:last-child {
    margin-bottom: 0;
}

.contactBox li .addBox {
    width: 6.5rem;
    margin: 0 auto;
}

.addBox h2 {
    font-size: 0.5rem;
    color: #fe8f1e;
    font-weight: bold;
    line-height: 0.8rem;
    margin-bottom: 0.2rem;
}

.addBox p {
    font-size: 0.32rem;
    color: #222;
    line-height: 0.6rem;
    position: relative;
    margin: 0;
    display: flex;
    align-items: flex-start;
}

.addBox p span {
    display: inline-block;
    margin-left: 0.2rem;
    width: 82%;
}

.contactBox .contactPic {
    position: absolute;
    left: 0.5rem;
    top: -2.24rem;
    border-bottom-left-radius: 0.1rem;
    border-top-left-radius: 0.1rem;
    overflow: hidden;
}

.addMapBtn {
    width: 3.7rem;
    height: 0.9rem;
    line-height: 0.9rem;
    border-radius: 0.1rem;
    padding: 0 0.3rem;
    margin-top: 0.68rem;
    box-sizing: border-box;
    color: #fff;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: -moz-linear-gradient(90deg, #f77d0c, #ffc32c);
    background: -webkit-linear-gradient(90deg, #f77d0c, #ffc32c);
    background: -webkit-gradient(linear, 0 100%, 0 0, from(#f77d0c), to(#ffc32c));
    background: -o-linear-gradient(90deg, #f77d0c, #ffc32c);
    background: linear-gradient(90deg, #f77d0c, #ffc32c);
}

.addMapBtn:hover {
    color: #fff;
    background: -moz-linear-gradient(90deg, #ffc32c, #f77d0c);
    background: -webkit-linear-gradient(90deg, #ffc32c, #f77d0c);
    background: -webkit-gradient(linear, 0 100%, 0 0, from(#ffc32c), to(#f77d0c));
    background: -o-linear-gradient(90deg, #ffc32c, #f77d0c);
    background: linear-gradient(90deg, #ffc32c, #f77d0c);
}

.addMapBtn span {
    font-size: 0.32rem;
    font-weight: bold;
    margin-right: 0.2rem;
}

.addMapBtn .addIcon {
    width: 0.32rem;
    height: 0.4rem;
    background: url("../images/addIcon.png") no-repeat right center;
    background-size: 0.32rem auto;
}

.coatBg {
    background: url("../images/contactBg.png") no-repeat center bottom;
    background-size: 100% auto;
    min-height: 6.7rem;
    margin-top: 1rem;
}

.coatItem {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.conEmail {
    list-style: none;
    width: 100%;
    padding-bottom: 6.4rem;
}

.conEmail li {
    list-style-type: none;
    color: #222;
    font-size: 0.32rem;
    margin-bottom: 0.4rem;
}

.conEmail li h5 {
    color: #fe8f1e;
    font-size: 0.4rem;
    display: block;
}

.conEmail li:last-child {
    margin-bottom: 0;
}

/*弹出视频*/
#productVideo.companyVideo {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

#productVideo.companyVideo .videoContent {
    width: 90%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0.48rem 0 0;
    background-color: #000;
}

#productVideo.companyVideo .videoContent .closeVbtn {
    width: 0.24rem;
    height: 0.24rem;
    position: absolute;
    right: 0.14rem;
    top: 0.12rem;
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    cursor: pointer;
}

#productVideo.companyVideo .videoContent .closeVbtn img {
    width: 100%;
}

#productVideo.companyVideo .videoContent video {
    width: 100%;
    vertical-align: middle;
}

/*弹出图片切换*/
.blackBox {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 90;
    display: none;
}

.showBox {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 99;
    display: none;
}

.picListBox {
    width: 100%;
}

.picListBox h5 {
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 0.4rem;
}

.openPicList {
    width: 6.5rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 0.8rem;
}

.openPicList .swiper-slide {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms;
    overflow: hidden;
}

.openPicList .picNum {
    position: absolute;
    text-align: center;
    color: #fff;
    width: 100%;
    left: 0;
    bottom: 0;
    height: .6rem;
    line-height: .6rem;
    font-size: 14px;
}

.openPicList .picNum .swiper-pagination-current {
    color: #ff9f30;
}

.openPicList .picl-next, .openPicList .picl-prev {
    position: absolute;
    cursor: pointer;
    width: 0.6rem;
    height: 0.6rem;
    top: auto;
    margin-top: 0;
    bottom: 0;
    z-index: 10;
}

.openPicList .picl-prev {
    background: url("../images/sLeft.png") no-repeat center center/cover;
    left: 2rem;
}

.openPicList .picl-next {
    background: url("../images/sRight.png") no-repeat center center/cover;
    right: 2rem;
}

.openPicList .picl-prev:hover {
    background: url(../images/sLefta.png) no-repeat center center/cover;
}

.openPicList .picl-next:hover {
    background: url(../images/sRighta.png) no-repeat center center/cover;
}

/*底部版权*/
.footerBox {
    background: #152e56;
    width: 100%;
    padding-top: 0.5rem;
    position: relative;
    z-index: 10;
}

.footInfo {
    width: 6.5rem;
    margin: 0 auto;
    position: relative;
}

.ftmenuBox {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ftmenuBox li {
    text-align: left;
    list-style-type: none;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.ftmenuBox li a {
    font-size: 0.28rem;
    color: #e1ebf1;
    line-height: 0.9rem;
    display: block;
    background: url(../images/fmArrow.png) no-repeat right center;
    background-size: 0.09rem auto;
}

.copyright {
    background: #152e56;
    width: 100%;
    padding-bottom: 0.2rem;
    color: #8598b7;
    line-height: 0.5rem;
    font-size: 0.28rem;
}

.flogo {
    margin-bottom: 0.5rem;
}

.footercopy {
    width: 6.5rem;
    margin: 0 auto;
    padding-top: 0.42rem;
}

.footercopy a {
    color: #8598b7;
    font-size: 0.28rem;
}

.fidEwm {
    width: 320px;
    font-size: 12px;
    text-align: left;
    padding-bottom: 0.4rem;
    margin-top: 0.46rem;
}

.fwx, .fin {
    display: inline-block;
    width: auto;
    height: 28px;
    margin-right: 0.2rem;
    position: relative;
}

.fwx p, .fin p {
    position: absolute;
    left: 0;
    top: -138px;
    width: 110px;
    height: 110px;
    display: none;
}

.fwx img.icon {
    width: 28px;
}

/*浮动*/
.rightfixed {
    position: fixed;
    right: 0.2rem;
    bottom: 0.24rem;
    width: 0.84rem;
    z-index: 99;
}

.fixedList {
    list-style: none;
    box-sizing: border-box;
}

.fixedList li {
    list-style-type: none;
    text-align: center;
    width: 100%;
    padding: 0;
    position: relative;
}

.fixedList li a {
    display: table-cell;
    width: 0.84rem;
    height: 0.84rem;
    text-align: center;
    vertical-align: middle;
    font-size: 0.12rem;
    color: #333;
}

.fixedList li a img {
    display: block;
    margin: 0 auto 0.08rem;
    width: 100%;
}

/* menu */
.Linkin {
    background: url("../images/t_logo_in.png") no-repeat center;
    background-size: 17px auto;
    width: 17px;
    height: 17px;
}

.lkBox {
    width: 17px;
    height: 17px;
    margin-left: 0.3rem;
    position: relative;
}

.lkBox a {
    background: url("../images/t_logo_in.png") no-repeat center;
    background-size: 17px auto;
    display: block;
    height: 17px;
}

.topBoxw .lkBox a {
    background: url("../images/t_logo_inA.png") no-repeat center;
    background-size: 0.34rem auto;
}

/* menu End*/