/*reset s*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
    clear: both;
}

body {
    font-family: 'Microsoft YaHei', sans-serif;
    background: #fff;
    font-size: .28rem;
    overflow-x: hidden;
    overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

form {
    display: inline;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

input, select, button {
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 100%;
    vertical-align: middle;
    outline: 0;
    border: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

a {
    text-decoration: none;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

img {
    vertical-align: middle;
    font-size: 0;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.break {
    word-break: break-all;
    word-wrap: break-word;
}

.clearfix::before,
.clearfix::after {
    content: '';
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}

/*reset e*/
/*.mui-flex s*/
.mui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.mui-flex, .mui-flex *, .mui-flex:after, .mui-flex:before {
    box-sizing: border-box
}

.mui-flex.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.mui-flex.vertical.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.mui-flex.vertical .cell {
    width: auto
}

.mui-flex.vertical > .cell > .inner {
    position: absolute;
    width: 100%;
    height: 100%
}

.mui-flex.horizental {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.mui-flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.mui-flex.justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.mui-flex.justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.mui-flex.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.mui-flex.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.mui-flex.justify-around {
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.mui-flex.align-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.mui-flex.align-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.mui-flex.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.mui-flex.align-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch
}

.mui-flex.align-stretch .cell {
    height: auto !important
}

.mui-flex.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.mui-flex > .cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
    display: block;
    padding: 0 !important;
    position: relative
}

.mui-flex > .cell.fixed {
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    flex: none !important;
    width: auto
}

.mui-flex > .cell.align-start {
    -webkit-align-self: flex-start;
    align-self: flex-start
}

.mui-flex > .cell.align-end {
    -webkit-align-self: flex-end;
    align-self: flex-end
}

.mui-flex > .cell.align-center {
    -webkit-align-self: center;
    align-self: center
}

.mui-flex > .cell.align-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    height: auto !important
}

/*.mui-flex e*/
.fl {
    float: left !important;
}

.rt {
    float: right !important;;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
    text-indent: 0 !important;
}

.bottom-fxied {
    position: fixed;
    z-index: 1001;
}

.page-talent-header .header {
    height: 1.2rem;
    background: url(../img/img-1.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 0 .4rem;
}

.page-talent-header .header .logo > img {
    width: 2.5rem;
}

.page-talent-header .header .back-index > img {
    width: .47rem;
    height: .38rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-talent-header .header .back-index span {
    font-size: .3rem;
    color: #005f80;
    line-height: 1;
    margin-top: .1rem;
    display: block;
}

.page-talent-topNav {
    height: .8rem;
    background-color: #005163;
}

.page-talent-topNav .nav {
    width: 7rem;
    float: left;
}

.page-talent-topNav .nav .swiper-slide {
    width: 1.75rem;
    text-align: center;
    font-size: .32rem;
    height: .8rem;
    line-height: .8rem;
}

.page-talent-topNav .nav .swiper-slide a {
    color: #fff;
}

.page-talent-topNav .nav .swiper-slide.active {
    background-color: #00bee8;
}

.page-talent-topNav .swiper-button-next {
    float: right;
    width: .5rem;
    height: .8rem;
    background: url(../img/ico-arrow-1.png) no-repeat center #0097b8;
    -webkit-background-size: .16rem .28rem;
    background-size: .16rem .28rem;
    position: static;
    top: 0;
    right: 0;
    left: 0;
    margin-top: 0;
}

.page-talent-topNav .swiper-button-next:after {
    content: '';
}

.page-talent-banner > img {
    width: 100%;
}

.brandMeaning-tab .tab-nav {
    height: .8rem;
    background-color: #005d7f;
    padding: 0 .1rem;
}

.brandMeaning-tab .tab-nav .item {
    float: left;
    line-height: .8rem;
    height: .8rem;
    position: relative;
    padding: 0 .2rem;
    cursor: pointer;
    width:33.3333%;
    text-align:center;
}

.brandMeaning-tab .tab-nav .item em {
    font-size: .36rem;
    color: #fff;
    font-style: normal;
    position: relative;
    z-index: 2;
}

.brandMeaning-tab .tab-nav .item.active em {
    color: #333;
}

.brandMeaning-tab .tab-nav .item span {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: .7rem;
    bottom: 0;
    left: 0;
    display: none;
}

.brandMeaning-tab .tab-nav .item.active span {
    display: block;
}

.brandMeaning-tab .tab-cnt .tab-panel {
    padding: .2rem .3rem;
    display: none;
}

.brandMeaning-tab .tab-cnt .tab-panel .desc {
    font-size: .32rem;
    color: #333;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.7;
}

.brandMeaning-tab .tab-cnt .tab-panel .logo-2 {
    width: 1.94rem;
    height: 1.58rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: .2rem;
    margin-top: .1rem;
}

.brandMeaning-tab .tab-cnt .tab-panel .img-3 {
    width: 6.68rem;
    height: 4.8rem;
    margin: .2rem auto;
    display: block;
}

.brandMeaning-tab .tab-cnt .tab-panel .val-plank {
    margin-top: .2rem;
}

.brandMeaning-tab .tab-cnt .tab-panel .val-plank > img {
    width: 1.5rem;
    height: 2.26rem;
    margin: 0 .3rem .3rem;
    cursor: pointer;
}

.developHistory-wrapper {
    width: 100%;
    background-color: #005d7f;
    padding: 0 .1rem;
    overflow: hidden;
}

.developHistory-wrapper .swiper-container {
    height: .8rem;
}

.developHistory-wrapper .swiper-slide {
    line-height: .8rem;
    height: .8rem;
    position: relative;
    cursor: pointer;
    float: left;
    width: 33.3333%;
    padding: 0 .3rem;
    text-align:center;
}

.developHistory-wrapper .swiper-slide span {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: .7rem;
    bottom: 0;
    left: 0;
    display: none;
}

.developHistory-wrapper .swiper-slide.active span {
    display: block;
}

.developHistory-wrapper .swiper-slide em {
    font-size: .36rem;
    color: #fff;
    font-style: normal;
    position: relative;
    z-index: 2;
}

.developHistory-wrapper .swiper-slide.active em {
    color: #333;
}

.developHistory-tab-cnt .tab-panel {
    display: none;
}

.developHistory-tab-cnt .timeline {
    border-left: 1px solid #005163;
    margin: .5rem .3rem;
}

.developHistory-tab-cnt .timeline .item {
    margin-bottom: .44rem;
}

.developHistory-tab-cnt .timeline .item .time-box {
    position: relative;
}

.developHistory-tab-cnt .timeline .item .time-box .circle {
    width: .16rem;
    height: .16rem;
    border-radius: 50%;
    background-color: #005163;
    position: absolute;
    left: -.08rem;
}

.developHistory-tab-cnt .timeline .item .time-box .time {
    position: relative;
    display: inline-block;
    left: .25rem;
    top: -.14rem;
}

.developHistory-tab-cnt .timeline .item .time-box .time .arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-width: .06rem;
    border-color: transparent #005163 transparent transparent;
    border-style: dashed solid dashed dashed;
    left: -.12rem;
    top: .15rem;
}

.developHistory-tab-cnt .timeline .item .time-box .time span {
    height: .44rem;
    line-height: .44rem;
    color: #fff;
    background-color: #005163;
    display: inline-block;
    padding: 0 .15rem;
    border-radius: .08rem;
}

.developHistory-tab-cnt .timeline .item .desc-box {
    margin-left: .25rem;
    margin-bottom: .2rem;
}

.developHistory-tab-cnt .timeline .item .desc-box p {
    font-size: .32rem;
    color: #333;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.7;
}

.developHistory-tab-cnt .timeline .item .img-box {
    margin-left: .25rem;
}

.developHistory-tab-cnt .timeline .item .img-box .single-img {
    width: 100%;
}

.developHistory-tab-cnt .timeline .item .img-box .table {
    width: 100%;
}

.developHistory-tab-cnt .timeline .item .img-box .table th {
    border: 1px solid #ccc;
    font-size: .32rem;
    color: #333;
    padding: .05rem .2rem;
}

.developHistory-tab-cnt .timeline .item .img-box .table td {
    border: 1px solid #ccc;
    font-size: .32rem;
    color: #333;
    text-align: center;
    padding: .08rem 0;
}

.headquarterBase {
    margin: .15rem .3rem;
}

.headquarterBase p {
    font-size: .32rem;
    color: #333;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.7;
}

.headquarterBase .img {
    width: 100%;
    margin: .1rem 0;
}

.headquarterBase h2 {
    font-size: .32rem;
    color: #333;
    font-weight: 700;
    margin: .1rem 0;
}

.qualityStandard-wrapper {
    width: 100%;
    background-color: #005d7f;
    padding: 0 .1rem;
    overflow: hidden;
}

.qualityStandard-wrapper .swiper-container {
    height: .8rem;
}

.qualityStandard-wrapper .swiper-slide {
    line-height: .8rem;
    height: .8rem;
    position: relative;
    cursor: pointer;
    float: left;
    width: 33.3333%;
    text-align:center;
    padding: 0 .3rem;
}

.qualityStandard-wrapper .swiper-slide span {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: .7rem;
    bottom: 0;
    left: 0;
    display: none;
}

.qualityStandard-wrapper .swiper-slide.active span {
    display: block;
}

.qualityStandard-wrapper .swiper-slide em {
    font-size: .36rem;
    color: #fff;
    font-style: normal;
    position: relative;
    z-index: 2;
}

.qualityStandard-wrapper .swiper-slide.active em {
    color: #333;
}

.qualityStandard-tab-cnt {
    padding: .15rem .3rem;
}

.qualityStandard-tab-cnt .tab-panel {
    display: none;
    min-height: 5rem;
}

.qualityStandard-tab-cnt .tab-panel p {
    font-size: .32rem;
    color: #333;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.7;
}

.qualityStandard-tab-cnt .tab-panel .img {
    width: 100%;
    margin: .1rem 0;
}

.mandateCom-wrapper {
    padding: .3rem .3rem 0;
}

.mandateCom-wrapper .com-tab-nav .item {
    margin-bottom: .3rem;
    cursor: pointer;
}

.mandateCom-wrapper .com-tab-nav .item > img {
    width: 2.11rem;
    height: 1.63rem;
}

.mandateCom-wrapper .com-tab-cnt {
    display: none;
}

.mandateCom .hd {
    text-align: center;
    height: .6rem;
    border-bottom: 1px solid #d3d3d4;
}

.mandateCom .hd .tl {
    font-size: .3rem;
    color: #005d73;
    display: inline-block;
    border-bottom: 1px solid #005d73;
    line-height: .59rem;
    font-family: 'Microsoft YaHei', sans-serif;
}

.mandateCom .bd {
    margin: .1rem 0 0;
}

.mandateCom .bd p {
    font-size: .3rem;
    color: #333;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.7;
    font-family: 'Microsoft YaHei', sans-serif;
}

.mandateCom .bd .img {
    width: 100%;
    margin: .1rem 0;
}

.brandEffect-wrapper {
    width: 100%;
    background-color: #005d7f;
    padding: 0 .1rem;
    overflow: hidden;
}

.brandEffect-wrapper .swiper-container {
    height: .8rem;
}

.brandEffect-wrapper .swiper-wrapper{
	display:block;
}

.brandEffect-wrapper .swiper-slide {
    line-height: .8rem;
    height: .8rem;
    position: relative;
    cursor: pointer;
    float: left;
    width: 50%;
    padding: 0 .3rem;
    text-align:center;
}

.brandEffect-wrapper .swiper-slide span {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: .7rem;
    bottom: 0;
    left: 0;
    display: none;
}

.brandEffect-wrapper .swiper-slide.active span {
    display: block;
}

.brandEffect-wrapper .swiper-slide em {
    font-size: .36rem;
    color: #fff;
    font-style: normal;
    position: relative;
    z-index: 2;
}

.brandEffect-wrapper .swiper-slide.active em {
    color: #333;
}

.brandEffect-tab-cnt {
    padding: .2rem .3rem;
}

.brandEffect-tab-cnt .tab-panel {
    display: none;
}

.brandEffect-tab-cnt h2 {
    font-size: .3rem;
    color: #333;
    text-align: justify;
    line-height: 1.7;
    font-weight: 700;
}

.brandEffect-tab-cnt p {
    font-size: .3rem;
    color: #333;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.7;
}

.brandEffect-tab-cnt .map {
    width: 100%;
}

.investCooperation-wrapper {
    width: 100%;
    background-color: #005d7f;
    padding: 0 .1rem;
    overflow: hidden;
}

.investCooperation-wrapper .swiper-container {
    height: .8rem;
}

.investCooperation-wrapper .swiper-slide {
    line-height: .8rem;
    height: .8rem;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25%;
    text-align:center;
    padding: 0 .19rem;
}

.investCooperation-wrapper .swiper-slide span {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: .7rem;
    bottom: 0;
    left: 0;
    display: none;
}

.investCooperation-wrapper .swiper-slide.active span {
    display: block;
}

.investCooperation-wrapper .swiper-slide em {
    font-size: .36rem;
    color: #fff;
    font-style: normal;
    position: relative;
    z-index: 2;
}

.investCooperation-wrapper .swiper-slide.active em {
    color: #333;
}

.investCooperation-wrapper-2 .swiper-slide{
	width:33.3333%;
}

.investCooperation-tab-cnt {
    padding: .2rem .3rem;
}

.investCooperation-tab-cnt .tab-panel {
    display: none;
}

.investCooperation-tab-cnt .tab-panel p {
    font-size: .3rem;
    color: #333;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.7;
}

.investCooperation-tab-cnt .tab-panel .img {
    width: 100%;
    margin: .1rem 0;
}

.investCooperation-tab-cnt .tab-panel h2 {
    font-size: .3rem;
    color: #333;
    text-align: justify;
    line-height: 1.7;
    font-weight: 700;
}

.specialIndustry-wrapper {
    margin: 0 .3rem;
}

.specialIndustry-wrapper .desc {
    padding: .15rem 0;
}

.specialIndustry-wrapper .desc p {
    font-size: .3rem;
    color: #333;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.7;
}

.specialIndustry-wrapper .tab .img {
    width: 2.12rem;
    height: 2.6538rem;
    margin-bottom: .24rem;
    cursor: pointer;
}

.specialIndustry-wrapper .tab-cnt {
    display: none;
}

.common-item .hd {
    text-align: center;
    height: .6rem;
    border-bottom: 1px solid #d3d3d4;
}

.common-item .hd .tl {
    font-size: .3rem;
    color: #005d73;
    display: inline-block;
    border-bottom: 1px solid #005d73;
    line-height: .59rem;
    font-family: 'Microsoft YaHei', sans-serif;
}

.common-item .bd {
    margin: .1rem 0 0;
}

.common-item .bd p {
    font-size: .3rem;
    color: #333;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.7;
    font-family: 'Microsoft YaHei', sans-serif;
}

.brandNews-list {
    overflow: hidden;
    margin:.3rem .3rem 0;
}

.brandNews-list .item {
    width: 50%;
    float: left;
    margin-bottom: .25rem;
}

.brandNews-list .item .inner {
    margin-right: .15rem;
    display: block;
}

.brandNews-list .item:nth-child(2n) .inner {
    margin-left: .15rem;
    margin-right: 0;
}

.brandNews-list .img-img {
    border-radius:.1rem;
    overflow:hidden;
}

.brandNews-list .img-img > img {
    width: 3.3rem;
    height:2.34rem;
}

.brandNews-list .img-name {
    font-size: .3rem;
    color: #3e3a39;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: .1rem;
    line-height: 1;
}

.article-box {
    margin: .3rem;
}

.article-box .title {
    font-size: .4rem;
    color: #333;
    font-weight: 700;
    text-align: center;
}

.article-box .meta {
    padding: .2rem 0;
    text-align: center;
    border-bottom: 1px dashed #666;
    margin-bottom: .15rem;
}

.article-box .meta span {
    font-size: .26rem;
    color: #666;
    margin: 0 .05rem;
}

.article-box p {
    font-size: .32rem;
    line-height: 1.7;
    text-align: justify;
}

/*layer style s*/
.val-plank-layer .layui-m-layercont {
    padding: .4rem .3rem;
    font-size: .32rem;
    color: #333;
    line-height: 1.7;
}

.company-intro-layer * {
    -webkit-box-sizing: border-box !important;;
    box-sizing: border-box !important;
}

.company-intro-layer .layui-m-layercont {
    padding: .15rem .3rem;
}

.specialIndustry-layer * {
    -webkit-box-sizing: border-box !important;;
    box-sizing: border-box !important;
}

.specialIndustry-layer .layui-m-layercont {
    padding: .15rem .3rem;
}

/*layer style e*/



















