* {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    background: #fff;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    font-family: Arial, Helvetica, sans-serif;
}

ul,
li {
    list-style: none;
}

div,
ul,
li,
dl,
dt,
dd {
    box-sizing: border-box;
}

a {
    color: #222;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
sup{color: #999;}
/* 框架通用样式 */

.box {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.centerBox {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    
}

.homeBox {
    width: 89%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.centerBox:last-child {
    padding-bottom: 60px;
}

.centerTltle {
    font-size: 20px;
    text-align: center;
    margin: 40px auto 0;
    overflow: hidden;
    font-weight: 500;
    line-height: 1.4em;
}

.float {
    float: left;
    display: block;
}

.fz8 {
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    color: #999;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl60 {
    padding-left: 60px;
}

.pr25 {
    padding-right: 25px;
}

.mt10 {
    margin-top: 15px;
}

.mar20 {
    margin: 20px 0;
}
.mb20 {
    margin-bottom: 20px;
}
.mb50 {
    margin-bottom: 50px;
}

.mb80 {
    margin-bottom: 80px;
}

.mt0 {
    margin-top: 0 !important;
}

.ml20 {
    margin-left: 20px;
}

.pt30 {
    padding-top: 30px;
}

.bannarBox {
    width: 100%;
    height: 480px;
    display: block;
    color: #fff;
    font-size: 18px;
}

.bannarBox h3 {
    font-size: 28px;
    padding-top: 90px;
    font-weight: 500;
    line-height: 30px;
}

.bannarBox h4 {
    font-size: 20px;
    padding-top: 35px;
    font-weight: 400;
    position: relative;
    
    margin-bottom: 30px;
}

.bannarBox h4::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 3px;
    background-color: #fff;
    left: 0;
    bottom: -5px;
}

.bannarBox p {
    line-height: 1.3em;
    width: 100%;
    font-size: 12px;
    opacity: .8;
    margin: 0 auto;
    text-align:justify;
}
.bannarBox.talent-Box h4{height:60px;padding-top: 15px; margin-bottom: 15px}

.section {
    display: block !important;
}

/* 面包屑导航 */

.navigation {
    display: flex;
    color: #999;
    margin: 20px 0 0;
}

.navigation a {
    color: #222;
}

.navigation a:hover {
    color: #4998EE;
}

.navigation li {
    margin-right: 10px;
}

/* 社会详情页 */

.social .bannarBox {
    background: url(../img/socialBj.png) no-repeat center;
    background-size: cover;
}

.labelBox {
    width: 100%;
    box-sizing: border-box;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    position: relative;
    margin-top: 50px;
    min-height: 260px;
    flex-wrap: wrap;
}

.dottedline::before {
    content: "";
    border-right: 1px dashed #EAEAEA;
    width: 1px;
    display: block;
    position: absolute;
    right: -6px;
    top: 50px;
    bottom: 50px;
}


.labelTilte {
    background-color: #EAEAEA;
    border-radius: 6px;
    height: 45px;
    line-height: 45px;
    color: #1877BE;
    font-size: 16px;
    text-align: center;
    position: relative;
    display: block;
    top: -24px;
    width: 80%;
    margin: 0 auto;;
    min-width: 110px;
}

.labelBox>div {
    width: 50%;
    float: left;
    display: block;
    border-top: 1px solid #EAEAEA;
    padding: 0 10px 50px;
    position: relative;
}

.labelBox>div>.labelTilte {
    font-size: 16px;
}

.labelBox>div:first-child .labelTilte {
    float: left;
    width: 160px;
}

.labelTilte::before,
.labelTilte::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #EAEAEA;
    border-radius: 50%;
    left: -5px;
    top: 50%;
    margin-top: -2px;
    position: absolute;
    display: block;
}

.labelTilte::after {
    content: "";
    left: auto;
    right: -5px;
}

.labelUl {
    width: 100%;
    float: left;
    display: block;
    color: #333;
    line-height: 24px;
    margin-top: -10px;
}

.labelUl li {
    margin-bottom: 4px;
    position: relative;
    padding-left: 20px;
    line-height: 1.5em;
    text-align:justify;
}

.labelUl li::before {
    content: "";
    left: -10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #999999;
    position: relative;
    display: block;
    top: 14px;
}
.labelUl li.subtitle{color: #F59900;}
.labelUl li.subtitle::before{display: none;} 
.labelBox>div:nth-child(1) {
    width: 100%;
    border-right: 1px solid #EAEAEA;
}

.labelBox>div:nth-child(2) {
    width: 50%;
    border-left: 1px solid #EAEAEA;
}

.labelBox>div:nth-child(3) {
    width: 50%;
}
.labelBox>div.bdb_none{ border-bottom: none;}
.labelBImg {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.labelBImg img {
    width: 90px;
}

.labelBox>div:nth-child(2) p img {
    margin-top: 10px;
}

/*.labelBox>div:nth-child(4) .fz8 {
    margin-top: 20px;
}*/


.labelBox .fz8::before {
    content: "";
    top: 12px;
    background: url(../img/star.png) no-repeat center;
    width: 6px;
    height: 6px;
    background-size: cover;
}

.socialDl {
    float: left;
    display: block;
    font-size: 14px;
    color: #333;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}
.socialDl dd{margin-bottom: 5px;text-align:justify}
.socialDl:last-child {
    margin-bottom: 0;
}

.socialDl dt {
    font-size: 16px;
    color: #1877BE;
    font-weight: 500;
    margin: 0px 0 5px 0;
}

.socialTitle {
    position: relative;
    float: left;
    width: 160px;margin-left:20px; 
}

.labelBox>div.sh_boxlast{
    width:100% ;
    border-right: 1px solid #EAEAEA; 
    border-bottom: 1px solid #EAEAEA; 
}
.labelBox>div.sh_boxlast .labelTilte{width: 150px;margin-left:10px}

.labelBox>div.sh_boxlast.shili_box{
    border-left: 1px solid #EAEAEA;
    border-top: none;
    border-right: none;

}


dl.socialwh100 {
    width: 100%;
    padding: 0;
    margin-top: -10px;
}


.socialwh100 dd:first-child {
    margin-top: 0;
}

.socialwh100 dd img {
    max-width: 100%;
}

.socialHalf {
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    padding-top: 10px;
}

.socialHalf img {
    width: 513px;
    margin-left: 20px;
    margin-top: -10px;
}

/* 经营详情页 */

.business .bannarBox {
    background: url(../img/businessBj.png) no-repeat center;
    background-size: cover;
}

.business .labelTilte,
.business .socialDl dt,
.business .navigation a:hover {
    color: #0084CC;
}

.spanFone {
    color: #0084CC;
    padding-left: 10px !important;
}

.spanFone::before {
    content: "";
    display: none !important;
}

/* 人才详情页 */

.talent .bannarBox {
    background: url(../img/talentBj.png) no-repeat center;
    background-size: cover;
}

.talent .labelTilte,
.talent .socialDl dt,
.talent .spanFone,
.talent .navigation a:hover {
    color: #F59900;
}

.socialDl b {
    color: #222;
}

.socialData {
    float: left;
    display: table;
    vertical-align: middle;
    
    width: 100%;
    margin-bottom: 30px;
}

.socialData:last-child {
    margin-bottom: 0;
}

.socialData h4 {
    text-align: center;
    color: #F59900;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: left;
}

.socialData ul {
    display: flex;
    margin-top: 15px;
    justify-content: flex-start;
}

.socialData ul li {
    display: table-cell;
    vertical-align: middle;
}

.socialData ul li:nth-child(2) {
    margin-left: 40px;
}

.socialData ul li span {
    display: block;
    position: relative;
    margin-top: 11px;
}

.socialData ul li span::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    left: -18px;
    top: 50%;
    margin-top: -5px;
    background-color: #EFA93E;
}

.socialSpan::before {
    content: "";
    background-color: #B6B6B6 !important;
}

.socialSpan01::before {
    content: "";
    background-color: #F1BC70 !important;
}

.socialSpan02::before {
    content: "";
    background-color: #EC9503 !important;
}

/* 生产详情页 */

.production .bannarBox {
    background: url(../img/productionBj.png) no-repeat center;
    background-size: cover;
}

.production .labelTilte,
.production .socialDl dt,
.production .spanFone,
.production .navigation a:hover {
    color: #67BA40;
}

.productionDl dt {
   
}

.productionImg {
    display: flex;
    justify-content: flex-start;
}

.productionImg p {
    text-align: center;
}

.productionImg p:first-child {
    width: 490px;
    padding-top: 33px;
}

.productionTable {
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
}

.productionTable dt {
    background-color: #67BA40;
    text-align: center;
    color: #fff !important;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    margin: 0 !important;
}

.productionTable dd {
    margin: 0 !important;
    border-bottom: 1px solid #EBEBEB;
}

.productionTable ul {
    display: flex;
}

.productionTable ul:nth-child(2n) {
    background-color: #EEF8ED;
}

.productionTable ul li {
    display: block;
    padding: 16px 15px 14px 15px;
    line-height: 1.6em;
}

.productionTable ul li:first-child {
    border-right: 1px solid #EBEBEB;
    width: 289px;
}

.productionTable ul li:last-child {
    width: 690px;
}

.producImg {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 287px;
}

.producImg span {
    position: absolute;
    text-align: center;
    width: 90px;
    height: 70px;
    display: block;
    left: 50%;
    margin-left: -45px;
    top: 50%;
    margin-top: -38px;
}
.hjfz_box{width: 100%; margin: 0 auto; border-collapse: collapse}
.hjfz_box tr th{text-align: left;background-color: #EEF8ED;padding: 10px;border: 1px solid #EBEBEB}
.hjfz_box tr td{text-align: left;padding: 10px; border: 1px solid #EBEBEB}
/* 新闻详情页 */

.newDate {
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 15px;
    color: #999;
    text-align: center;
    margin-bottom: 28px;
    padding-top: 8px;
}

.newDiv {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.newDiv p {
    margin-bottom: 20px;
    color: #666;
}

.newImg {
    text-align: center;
    margin: 30px 0;
    color: #999;
}

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

.newLst{
    padding-bottom: 60px;
}

.newLst .CSRDl{
    padding: 0px 20px 15px;
}

.newLst .CSRDl dd{
    padding-right: 0;
}

/* 首页-第一部分 */

.firstPart {
    background: url(../img/HomeBj01.png) no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}

.firstPart dl {
    display: block;
    width: 80%;
    text-align: center;
    margin: 5% auto 0;
}

.firstPart h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
}

.firstPart dl dt {
    padding-top: 20px;
    width: 78%;
    margin: 0 auto 20px;
}

.firstPart dl dt img {
    width: 100%;
}

.firstPart dl ul {
    margin-top: 10px;
}

.firstPart dl ul li {
    font-size: 18px;
}

.firstPart dl ul li:last-child {
    font-size: 12px;
    opacity: .8;
    margin-top: 5px;
}

.firstP {
    position: absolute;
    left: 50%;
    bottom: 46px;
    text-align: center;
    color: rgba(255, 255, 255, .6);
    width: 164px;
    margin-left: -82px;
}

.firstIcon {
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    text-align: center;
    top: 100%;
    margin-top: -30px;
}

.timeLine {
    display: block;
    margin: 8% auto 0;
    justify-content: center;
    font-size: 18px;
    text-align: center;
}

.timeLine li {
    width: 100%;
    position: relative;
    cursor: pointer;
    display: flex;
    height: 36px;
}

.timeLine li a {
    color: #fff;
}

.timeLine li::before {
    content: "";
    position: absolute;
    left: 50%;
    background-color: #fff;
    width: 1px;
    top: 0;
    bottom: 0;
}

.timeLine li p {
    position: absolute;
    font-size: 16px;
    top: -5px;
    right: 50%;
    padding-right: 20px;
}

.timeLine li:nth-child(2n+1) p {
    left: 50%;
    padding-left: 20px;
    right: auto;
}

.timeLine li:first-child::after,
.timeLine li:last-child::before {
    content: "";
    display: none;
}

.timeLine i {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    margin: 0 auto 20px;
}

/* 首页-高层访谈 */

.interview {
    position: relative;
    background: url(../img/HomeBj02.png) no-repeat;
    background-size: cover;
    height: 810px;
}

.interviewFone {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.interviewFone h3 {
    font-size: 22px;
    line-height: 1em;
    padding-top: 10px;
}

.interviewFone h4::after {
    content: "";
    left: 50%;
    margin-left: -30px;
    height: 2px;
    width: 60px;margin-top: 3px;
}

.interviewFone h4 {
    font-size: 14px;
    margin-bottom:8px;
    padding-top: 8px;
    line-height: 1.4;
}

.interviewFoot {
    background-color: #fff;
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 80px;
}

.interviewImg {
    position: absolute;
    display: block;
    bottom: 50px;
    text-align: center;
    width: 100%;
}

.interviewImg li {
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    background-color: #fff;
}

.interviewImg li img {
    display: block;
    margin: 0 auto;
}

.interviewImg li:first-child {
    background-color: transparent;
}

.interviewImg li:first-child img {
    border: 15px solid #275CA2;
    border-bottom: 0;
    width: 40%;
}

.interviewImg li:last-child img {
    width: 30%;
}

/* 关于欧姆龙 */

.aboutDiv {
    background-color: #F3F8FC;
    position: relative;
    overflow: hidden;
    display: block !important;
}

.aboutTitle {
    width: 100%;
    margin: 30px 20px 15px;
    overflow: hidden;
    font-size: 26px;
    color: #222;
    text-align: left;
    position: relative;
    padding-bottom: 4%;
    display: block;
    font-weight: 600;
    line-height: 1em;
}

.aboutTitle::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 2px;
    left:20px;
    margin-left: -25px;
    bottom: 0;
    border-radius: 2px;
}

.aboutDiv .fp-slidesNav {
    display: none;
}

.aboutUl {
    width: 88%;
    margin: 0 auto;
    overflow: hidden;
}

.aboutUl li {
    display: block;
    text-align: center;
}

.aboutUl li img {
    margin-top: 5px;
    width: 100%;
}

.aboutBock {
    width: 90%;
    margin: 40px auto 0;
    overflow: hidden;
    text-align: center;
}

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


/* 可持续发展理念 */

.conceptDiv {
    position: relative;
    background: url(../img/HomeBj04.png) no-repeat;
    background-size: cover;
    display: block !important;
}

.conceptDiv .aboutTitle {
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.conceptDiv .aboutTitle::before {
    content: "";
    background-color: #fff;
}

.conceptMain{
    width: 88%;
    margin: 10px auto 10px;
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
    line-height: 1.4em;
    text-align:justify;
}

.conceptP {
    width: 88%;
    margin: 10px auto 0;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    line-height: 1.4em;
    text-align: center;
}

.conceptP p{
    margin-bottom: 10px;
    line-height: 1.4em;
    text-align: left;
}

.conceptP dt,
.conceptP dd{
    display: block;
}

.conceptP dt{
    background-color: rgba(255, 255, 255, .15);
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 12px;
}

.conceptP dt p:last-child,
.conceptP dd p:last-child{
    margin-bottom: 0;
}
.conceptTitle{
    width: 90%; margin: 0 auto 10px;
    font-size: 14px; font-weight: bold;
    color: #fff;
    text-align: center;
}
.wmlist li{ list-style: inside; text-align: left;}
.zykt a{
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    width: 50%; margin: 0 auto;
    display: block;
    color: #fff;
    background-color: rgba(255, 255, 255, .15);

}
.kt_table{ width: 90%; margin: 0 auto;}
.kt_table tr td{background-color: rgba(255, 255, 255, 0.15);color: #fff; padding:5px 10px; border-radius: 3px}
.kt_table tr td h3{color: #fff;font-size: 14px;}
.kt_table tr td h2{color: #fff;font-size: 14px;}
.kt_table tr td p,.kt_table tr td ul li{line-height: 1.5; font-size: 12px;}
.kt_mainCon h4{font-size: 18px; text-align: center; color: #fff;}

.kt_table .bz{font-size: 12px;color:rgba(255, 255, 255, .8); line-height: 1.4}
/* 社会-第五屏 */

.fifth {
    position: relative;
}

.fifthDiv {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    bottom: 140px;
}

.fifthImg {
    color: #fff;
    background: url(../img/shehuizhuti.png) no-repeat;
    background-size: cover;
    width: 50%;
    height: 50%;
    padding: 20px;
    position: relative;
}

.fifthImg01 {
    background: url(../img/caiwu.png) no-repeat;
    background-size: cover;
}

.fifthImg02 {
    background: url(../img/shengchan-2.png) no-repeat;
    background-size: cover;
}

.fifthImg03 {
    background: url(../img/jingying.png) no-repeat;
    background-size: cover;
}

.fifthImg a {
    display: block;
    position: relative;
    height: 100%;
}

.fifthFone {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    display: block;
    background-color: #fff;
    padding: 15px 20px 0 20px;
    height: 140px;
}

.fifthFone span {
    display: block;
    font-size: 14px;
}

.fifthImg h3 {
    margin-top: 20px;
    font-size: 22px;
    color: #fff;
    line-height: 1em;
}

.fifthImg h4 {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 0;
    font-weight: 400;
    color: #fff;
}

.fifthImg p {
    cursor: pointer;
    display: block;
    position: absolute;
    color: #fff;
    bottom: 30px;
    font-size: 12px;
}

.fifthImg p a {
    color: #fff;
}

/* CSR活动动态 */

.CSRDiv {
    display: block;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}

.CSRDl {
    width: 100%;
    display: block;
    padding: 10px 20px 10px;
}

.CSRDl a{
    display: flex;
    justify-content: space-between;
}

.CSRDl dt,
.CSRDl dd {
    display: block;
    margin: 0;
    overflow: hidden;
    color: #8A8A8A;
    font-size: 14px;
    width: 65%;
}

.CSRDl dd{
    padding-right: 20px;
}

.CSRDl dt {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    padding-right: 20px;
    width: 35%;
}

.CSRDl dt img {
    width: 100%;
}

.CSRDl dd h4 {
    font-size: 16px;
    color: #222;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    box-orient: inline-axis;
    line-clamp: 2;
}

.CSRDl dd p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    box-orient: inline-axis;
    line-clamp: 2;
}

.aboutMore {
    display: block;
    margin: 30px auto;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
}

/* 历年报告 */

.history {
    background: url(../img/HomeBj03.png) no-repeat;
    background-size: cover;
    padding: 10px 0px 30px;
}


.historyFoot {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    height: 100px;
    padding: 20px;
}

.historyFoot dt {
    line-height: 1.4em;
    margin-bottom: 4px;
}

.historyTitle {
    font-size: 24px;
    color: #fff;
    line-height: 1em;
    font-weight: 500;
    width: 100%;
    margin: 20px 0;
    text-align: left;

}


.historyDl {
    width: 100%;
    background-color: rgba(255, 255, 255, .15);
    display: flex;
    float: left;
    height: 36px;
    line-height: 36px;
    border-radius: 20px;
    color: #fff;
    padding: 0 16px 0 35px;
    justify-content: space-between;
    margin-bottom: 12px;
    position: relative;
}

.historyDl dt {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.historyDl:hover {
    background-color: #fff;
}

.historyDl:hover a {
    color: #4998EE;
}

.historyDl:hover::before {
    background: url(../img/icon1.png) no-repeat center;
}

.historyDl:hover .historyIcon {
    background: url(../img/xiazai.png) no-repeat center;
}

.historyDl:hover .historyIcon01 {
    background: url(../img/yulan.png) no-repeat center;
}

.historyDl:hover dd span {
    color: #4998EE !important;
}

.historyDl dt {
    position: relative;
}

.historyDl dt a {
    color: #fff;
}

.historyDl::before {
    content: "";
    position: absolute;
    left: 5px;
    background: url(../img/icon.png) no-repeat center;
    display: block;
    width: 36px;
    height: 36px;
}

.historyDl dd {
    display: flex;
    text-align: right;
}

.historyDl dd a {
    margin-left: 10px;
}

.historyDl dd span {
    opacity: .5;
}

.historyIcon,
.historyIcon01 {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../img/xiazai-2.png) no-repeat center;
    margin-top: 8px;
}

.historyIcon01 {
    background: url(../img/yulan-2.png) no-repeat center;
}

/* 高层弹窗 */

.text {
    background-color: #4998EE;
    color: #fff;
    display: block;
    height: 32px;
    line-height: 32px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    width: 110px;
    text-align: center;
    cursor: pointer;
    margin: 20px auto 0;
}

.window {
    overflow: hidden;
    position: fixed;
    width: 0px;
    height: 0px;
    background: url(../img/HomeBj02.png) no-repeat;
    z-index: 111;
    background-size: cover;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.btn {
    display: none;
}

.btn:checked+.window {
    width: 100%;
    height: 100%;
}

.popupFone {
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .2);
}

.popupSpan,
.popupSpan02 {
    left: 20px;
    top: 3px;
    background: url(../img/P-top.png) no-repeat left top;
    width: 100%;
    height: 23px;
    display: block;
    position: absolute;
}

.popupSpan02 {
    top: auto;
    bottom: 2px;
    right: 0;
    background: url(../img/P-top.png) no-repeat center top;
    background-size: 100%;
}

.popupSpan01,
.popupSpan03 {
    left: 3px;
    bottom: 0;
    background: url(../img/P-left.png) no-repeat left bottom;
    width: 23px;
    height: 100%;
    display: block;
    position: absolute;
}

.popupSpan03 {
    left: auto;
    right: 3px;
}

.popupFone>div {
    position: absolute;
    bottom: 20px;
    left: 20px;
    top: 40px;
    right: 10px;
    overflow-y: auto;
}

.popupFone>div::-webkit-scrollbar {
    width: 8px;
    padding: 2px;
}

.popupFone>div::-webkit-scrollbar-track {
    background-color: transparent;
    padding: 2px;
}

.popupFone>div::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.popupFone>div::-webkit-scrollbar-corner {
    background-color: black;
}

.popupClose {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/Popup01.png) no-repeat;
    width: 65px;
    height: 65px;
    text-align: center;
    font-size: 18px;
    line-height: 62px;
    text-indent: .6em;
    background-size: cover;
    cursor: pointer;
    z-index: 99;
}

.popupFone h4 {
    line-height: 1.6em;
    margin: 20px 0;
    font-size: 16px;
}

.popupFone dl {
    display: block;
    font-size: 18px;
    margin-bottom: 30px;
}

.popupFone dl dt {
    font-size: 24px;
    position: relative;
    height: 45px;
    margin-bottom: 25px;
    line-height: 30px;
}

.popupFone dl dt::before {
    content: "";
    position: absolute;
    left: 0;
    width: 70px;
    height: 3px;
    background-color: #fff;
    bottom: 0;
}
.mb_FRCSRlist{margin-top: 10px}
.mb_FRCSRlist ul{display: flex; flex-wrap: wrap;}
.mb_FRCSRlist ul li{width: 50%; text-align: center}
.mb_FRCSRlist ul li img{width: 99%; margin: 0 auto;}
.frCSR{margin:15px;}
.frCSR ul li p{color: #555;font-size: 14px; margin-top:5px; margin-bottom: 10px;}
.frCSR ul h3 {text-align: center}
.frCSR ul h3 img{width: 76%; margin:0 auto}
.frCSR ul h3 p{font-weight: normal; margin-top: 0px;}

.frCSR h2{ font-size: 18px; margin: 15px 0px}

.mb_AWlist ul{display: flex; flex-wrap: wrap;}
.mb_AWlist ul li{width: 33.3%; text-align: center}
.mb_AWlist ul li img{width: 99%; margin: 0 auto;}
.mb_aw_text{font-size: 14px;color: #777;line-height: 1.5; text-align: center;width: 90%; margin: 0 auto 15px;}
.awlist_detail h4 {font-size: 14px; font-weight: normal;text-align: center; color: #777; margin-bottom: 10px}


.frCSR_boxlist li{box-shadow:0px 2px 12px 0px rgba(0,0,0,0.08); padding: 15px; margin-bottom: 10px}

/* 320像素小屏幕 */

@media (max-width: 320px) {
    .labelBox>div>.labelTilte{
        font-size: 14px;
    }
    .historyTitle {
        margin: 30px 0;
        font-size: 24px;
    }

    .aboutTitle,
    .interviewFone h3 {
        font-size: 18px;
    }

    .interviewFone h3 {
        padding-top: 10px;
    }

    .conceptDiv .aboutTitle {
        margin-top:30px;
        width: 80%;
        margin-bottom: 20px;
    }

    .CSRDl dd p {
        font-size: 12px;
        line-height: 1.6em;
    }

    .CSRDl dd h4 {
        font-size: 16px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .historyFoot,
    .fifthFone {
        font-size: 12px;
    }

    .fifthFone {
        padding: 15px 15px 0 15px;
        line-height: 1.6em;
        height: 135px;
    }

    .fifthDiv {
        bottom: 135px;
    }

    .fifthImg {
        padding: 15px;
    }

    .fifthImg h3 {
        font-size: 20px;
        margin-top: 20px;
    }

    .fifthImg h4 {
        font-size: 14px;
        margin-top: 10px;
    }

    .conceptP {
        margin-top: 10px;
        font-size: 12px;
        width: 80%;
    }

    .aboutUl {
        width: 70%;
    }

    .interviewFone h4 {
        font-size: 16px;
        height: 40px;
        margin-bottom: 10px;
    }

    .bannarBox p {
        font-size: 12px;
    }

    .interviewImg li:first-child img {
        border-width: 15px;
    }

    .interviewImg {
        bottom: 40px;
    }

    .text {
        font-size: 14px;
        margin-top: 20px;
        height: 30px;
        line-height: 30px;
    }

    .firstPart dl ul {
        margin-top: 20px;
    }

    .firstPart dl dt {
        padding-top: 20px;
        margin-bottom: 10px;
    }

    .firstPart h3 {
        font-size: 24px;
    }

    .firstPart dl ul li {
        font-size: 16px;
    }

    .firstPart dl ul li:last-child {
        line-height: 1.4em;
    }

    .timeLine li p {
        font-size: 12px;
    }

    .timeLine i {
        width: 9px;
        height: 9px;
    }

    .timeLine {
        margin-top: 10%;
    }

    .timeLine li {
        height: 30px;
    }

    .firstP {
        width: 164px;
        margin-left: -82px;
        font-size: 12px;
        line-height: 1.6em;
    }

    .fifthFone span {
        font-size: 12px;
    }

    .conceptMain{
        width: 90%;
        line-height: 1.4em;
    }

    .conceptP p{
        line-height: 1.4em;
    }
}

/* 360像素小屏幕 */

@media (min-width: 321px) and (max-width: 360px) {

    .interviewFone h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .fifthDiv {
        bottom: 160px;
    }

    .fifthFone {
        height: 160px;
    }

    .timeLine {
        margin-top: 8%;
    }

    .firstPart dl {
        width: 90%;
    }

    .text {
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }

    .fifthImg h3 {
        font-size: 24px;
        font-weight: 500;
        margin-top: 30px;
    }

    .CSRDl dd p {
        line-height: 1.6em;
    }

    .CSRDl dd h4 {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .historyTitle {
        margin-top:30px;
    }

    .conceptP {
        font-size: 12px;
    }
}


@media (min-width: 361px) and (max-width: 380px) {
    .fifthFone {
        height: 160px;
    }

    .fifthDiv {
        bottom: 160px;
    }

    .conceptP {
        margin-top: 10px;
        font-size: 13px;
    }

    .fifthImg h3 {
        font-size: 20px;
    }

    .aboutTitle{
        margin-top: 8%;
    }
}

@media (min-width: 410px) and (max-width: 480px) {
}

@media (min-width: 481px) and (max-width: 520px) {
    .conceptP {
        font-size: 16px;
    }

    .aboutTitle {
        margin-top:7%;
        margin-bottom: 3%;
    }

    .historyTitle {
        margin-top: 20%;
    }

    .interviewFone h3 {
        padding-top: 80px;
    }

    .firstPart dl {
        margin-top: 20%;
    }

    .firstPart dl dt {
        margin-bottom: 40px;
    }

    .firstPart h3 {
        font-size: 28px;
    }

    .firstPart dl ul {
        margin-top: 40px;
    }

    .firstPart dl ul li {
        font-size: 20px;
    }

    .timeLine {
        margin-top: 18%;
    }
}

/* 新改 */

.labelUl-p{
    font-size: 13px;
    margin-bottom:20px ;
    margin-top: 8px;
}

.about-p{
    width: 60%;
    margin: 20px auto;
    text-align: center;
    color: rgba(255, 255, 255, .8);
}

.ddImg{
    text-align: center;
}

.ddImg img{
    width: 500px;
}

.ddImg h4{
    color:#F59900;
    margin: 40px 0 20px;
    font-size: 18px;
}
#TopBtn {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 99;
    border: 1px solid #f1f1f1;
    outline: none;
    background-color:#fff;
    color: white;
    cursor: pointer;
    border-radius:3px;
    font-size: 10px;
    color: #ccc;
    width: 40px;
    height: 40px;
  }
  
  #TopBtn:hover {
    background-color: #555;
    color: #fff;
  }
