.max-size {
    max-width: 1312px;
    margin: 0 auto;
}


.intoSky-banner {
    width: 100%;
    height: calc(502 / 1920 * 100vw);
}

.intoSky-banner img {
    width: 100%;
    height: 100%;
}


.intoSky-banner-nav {
    height: 67px;
    background: #f8f8f8;
    border-bottom: 1px solid #ececec;
}

.intoSky-banner-nav-con {
}

.intoSky-banner-nav-con ul {
    overflow: hidden;
}

.intoSky-banner-nav-con ul li {
    float: left;
    height: 62px;
    line-height: 62px;
    text-align: center
}

.intoSky-banner-nav-con ul li:hover {
    border-bottom: 5px solid #0062e2;
    background: #007cfe;
}

.intoSky-banner-nav-con ul li:hover a {
    color: #fff;
}

.intoSky-banner-nav-con ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #4c4948;
    font-size: 16px
}

.intoSky-banner-nav-active {
    border-bottom: 5px solid #0062e2;
    background: #007cfe;
}

.intoSky-banner-nav-active a {
    color: #fff !important;
}

.intoSky-company {
    background: url("../images/intoSkyBg.png") no-repeat top center;
    width: 100%;
    background-size: 100% 100%;
}

.intoSky-company-title {
    height: 94px;
    background: url("../images/intosky-title.png") no-repeat center top;
    text-align: center;
    /*width: 335px;background-size: 100% 100%;*/
    margin: 30px auto;
    line-height: 94px;
    text-align: center;
    font-size: 24px;
    color: #261c19;
}

.intoSky-company-title span {
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    margin-top: -20px;
    display: block;
    line-height: 24px;
}

.intoSky-company-context {
    padding-bottom: 30px;
}

.intoSky-company-context p {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-indent: 30px;
    margin-bottom: 35px;
}

.intoSky-company-context-items {
    margin: -35px auto 30px;
}

.intoSky-company-context-items ul {
    overflow: hidden;
}

.intoSky-company-context-items ul li {
    float: left;
}

.intoSky-company-context-items ul li h2 {
    text-align: center;
    margin-top: 40px;
}

.intoSky-company-context-items ul li h2 img {
    width: 65px;
    height: 69px;
}

.intoSky-company-context-items ul li h3 {
    text-align: center;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 32px;
}

.intoSky-company-context-items ul li h4 {
    width: 25px;
    height: 3px;
    background: #fe7518;
    margin: 0 auto;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.intoSky-company-context-items ul li h5 {
    text-align: center;
    font-weight: normal;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
   padding: 0px 14px;
    margin-top: 25px;
}

.intoSky-company-context-items-b {
    background: #f7fafd;
}

.intoSky-company-context-items-b-con {
    overflow: hidden;
    margin-top: 43px;
}

.intoSky-company-context-items-b-left h2 {
    height: 74px;
    width: 74px;
    border: 1px solid #cbdae9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.intoSky-company-context-items-b-left h2 span {
    display: block;
    width: 62px;
    height: 62px;
    margin: 5px;
    border: 1px solid #cbdae9;
    background: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.intoSky-company-context-items-b-left h2 span img {
    margin-top: 27%;
}

.intoSky-company-context-items-b-right h2 {
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}

.intoSky-company-context-items-b-right h3 {
    font-weight: normal
}

.intoSky-company-context-items-b-right h3 span {
    font-size: 14px;
    color: #7786ab;
}

.developmentHistory {
    position: relative;
}

.developmentHistoryList {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.developmentHistoryList ul {
}

.developmentHistoryList ul li {
    height: 30px;
    width: 74px;
    background: #e2ecf9;
    color: #333333;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    margin: 0 0 1px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.developmentHistoryList ul li:hover {
    background: #0062e2;
    color: #fff;
}

.developmentHistoryListActive {
    background: #0062e2 !important;
    color: #fff !important;
}

.developmentHistory-items {
    width: 100%;
    padding-top: 60px;
    position: relative;
    z-index: 99;
}

.developmentHistory-time {
    width: 75px;
    height: 75px;
    border: 5px solid #6b88f7;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    color: #0e71f3;
    background: #edf5ff;
    line-height: 75px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.developmentHistory-time-con {
    overflow: hidden;
}

.developmentHistory-time-con-left {
    float: left;
    width: 46%;
    overflow: hidden;
}

.developmentHistory-time-con-left-main {
    border: 2px solid #e0e0e0;
    width: 90%;
    float: right;
    margin-right: 12px;
    position: relative;
}

.developmentHistory-time-con-left-main h2 {
    margin: 0;
    padding: 0;
    padding-top: 16px;
    line-height: 33px;
    color: #6b88f7;
    font-size: 18px;
    padding-left: 30px;
}

.developmentHistory-time-con-left-main ul {
    padding: 0 0 15px 30px;
}

.developmentHistory-time-con-left-main ul li {
    overflow: hidden;
    line-height: 35px;
}

.developmentHistory-time-con-left-main ul li em {
    display: block;
    float: left;
    height: 8px;
    width: 8px;
    background: #6b88f7;
    margin: 14px 10px 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.developmentHistory-time-con-left-main ul li span {
    display: block;
    float: left;
    font-size: 16px;
    color: #333333;
    width: calc(100% - 30px);
}

.timeAxisArrow01 {
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    position: absolute;
    top: 45px;
    right: -9px;
    border: solid #e0e0e0;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.developmentHistory-time-con-middle {
    float: left;
    width: 8%;
}

.timeAxis-graphical01 {
    width: 12px;
    height: 12px;
    margin: 50px auto 0;
    background: #fe7518;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.timeAxis-graphical02 {
    width: 19px;
    height: 19px;
    margin: 50px auto 0;
    background: #6b88f7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.timeAxis-graphical03 {
    width: 0;
    height: 0;
    margin: 45px auto 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #36c6d3;
}

.developmentHistory-time-con-right {
    width: 46%;
    float: left;
    position: relative;
}

.developmentHistory-time-con-right-main {
    border: 2px solid #e0e0e0;
    width: 90%;
    float: left;
    margin-left: 12px;
    position: relative;
}

.developmentHistory-time-con-right-main h2 {
    margin: 0;
    padding: 0;
    padding-top: 16px;
    line-height: 33px;
    color: #6b88f7;
    font-size: 18px;
    padding-left: 30px;
}

.developmentHistory-time-con-right-main ul {
    padding: 0 0 15px 30px;
}

.developmentHistory-time-con-right-main ul li {
    overflow: hidden;
    line-height: 35px;
}

.developmentHistory-time-con-right-main ul li em {
    display: block;
    float: left;
    height: 8px;
    width: 8px;
    background: #6b88f7;
    margin: 14px 10px 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.developmentHistory-time-con-right-main ul li span {
    display: block;
    float: left;
    font-size: 16px;
    color: #333333;
    width: calc(100% - 30px);
}

.timeAxisArrow02 {
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    position: absolute;
    top: 45px;
    left: -9px;
    border: solid #e0e0e0;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.developmentHistory-main {
    position: relative;
    margin-bottom: 150px;
}

.timeAxis {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.timeAxis-con {
    width: 10px;
    top: 0;
    left: 0;
    margin: 0 auto;
    height: 100%;
}

.timeAxis em {
    width: 2px;
    background: #e0e0e0;
    display: block;
    height: 100%;
    margin-left: 4px;
    padding-bottom: 50px;
}

.timeAxisTop {
    width: 10px;
    height: 10px;
    background: #e0e0e0;
    display: block;
}

.timeAxisBottom {
    width: 10px;
    height: 10px;
    background: #e0e0e0;
    display: block;
}

.groupStructure {
    width: 100%;
    padding: 15px 0 150px 0;
}

.groupStructure img {
    width: 100%;
}

.honorQualification-items {
    margin-bottom: 50px;
    display: none;
}

.honorQualification-items-con .honorQualification-items:first-child {
    display: block;
}

.honorQualification-title {
    text-align: center;
    margin: 40px 0;
}

.honorQualification-title ul {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 55px;
}

.honorQualification-title ul li {
    float: left;
    width: 200px;
    height: 45px;
    border: 1px solid #d7d7d7;
    text-align: center;
    line-height: 45px;
    margin: 0 20px;
    cursor: pointer;
    position: relative;
}

.honorQualification-title ul li span {
    font-size: 16px;
    color: #666;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 99;
}

.honorQualification-title ul li i {
    position: absolute;
    bottom: -6px;
    left: 48%;
    display: block;
    width: 10px;
    height: 10px;
    
    background: #0053fd;
    z-index: 9;
    display: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.honorQualification-title ul li:hover {
    border: 1px solid #0053fd;
    background: #ffffff;
}

.honorQualification-title ul li:hover i {
    display: block;
}

.honorQualification-title-active {
    border: 1px solid #0053fd !important;
    background: #ffffff!important;
}

.honorQualification-title-active i {

    display: block !important;
}

.honorQualification-con {
}

.honorQualification-con ul {
}

.honorQualification-con ul li h2::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 50%;
    height: 20%;
    box-shadow: 0 12px 20px #758aa5;
    transform: rotate(-8deg);
}

.honorQualification-con ul li h2::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 50%;
    height: 20%;
    box-shadow: 0 12px 20px #758aa5;
    transform: rotate(8deg);
}

.cooperativePartner {
    padding-bottom: 20px;
}

.newList-ul {
    overflow: hidden;
}

.newList-items-con {
    padding: 33px 0 33px 0;
    overflow: hidden;
}

.newList-items-left {
    float: left;
    width: 97px;
    margin-top: 30px;
}

.newList-items-left h2 {
    width: 95px;
    height: 95px;
    border: 1px solid #e7eaf1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: normal
}

.newList-items-left h2 span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #868e9c;
    padding-top: 17px;
    line-height: 29px;
}

.newList-items-left h2 i {
    font-size: 30px;
    color: #868e9c;
    text-align: center;
    font-style: normal;
    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 39px;
}

.newList-items-left h3 {
    text-align: center;
    font-size: 12px;
    color: #868e9c;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.newList-items-right {
    width: calc(100% - 120px);
    float: left;
    margin-top: 10px;
}

.newList-items-right h2 {
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
}
.newList-items-right a:hover h2 {
    color: #047bbc;
}
.newList-items-right h3 {
    margin-top: 9px;
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    max-height: 72px;
    overflow: hidden;
}

.newList-items-right h4 {
    width: 140px;
    height: 40px;
    background: #0053fd;
    font-weight: normal;
    border: 1px solid #0053fd;
    margin-top: 26px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.newList-items-right h4 a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}

.newList-items-right h4:hover {
    background: #fff;
}

.newList-items-right h4:hover a {
    color: #0053fd;
}

.page {
    margin: 50px auto;
}

.new-inside {
    background: #f8f8fc;
}

.newList-inside {
    background: #fff;
    padding-bottom: 50px;
}

.newList-inside-title {
    border-bottom: 1px solid #dbdbdb;
}

.newList-inside-title h2 {
    font-size: 36px;
    color: #261c19;
    text-align: center;
    font-weight: normal;
    overflow: hidden;
    width: 100%;
}

.newList-inside-title h3 {
    overflow: hidden;
}

.newList-inside-title h3 span {
    line-height: 40px;
    padding-top: 14px;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    display: block;
}

.newList-inside-title h3 span i {
    padding-left: 30px;
    font-size: 14px;
    color: #999999;
    font-style: normal
}

.newList-inside-title h3 strong {
    display: block;
    padding-top: 20px;
}

.newList-inside-title h3 strong a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.newList-inside-context {
    margin: 0 86px;
    text-align: center;
    padding-bottom: 100px;
    min-height:300px;
}

.newList-inside-context p {
    text-indent: 34px;
    font-size: 16px;
    color: #261c19;
    line-height: 30px;
    margin: 20px 0 0;
    text-align: left
}

.newList-inside-context img {
    margin-top: 40px;
    max-width: 800px;
    text-align: center
}

.newList-inside-next-pro {
    height: 48px;
    margin: 0 42px;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.newList-inside-next-pro h2 {
    float: left;
    width: 50%;
    text-align: center;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.newList-inside-next-pro h2 a {
    font-size: 14px;
    color: #666666;
}

.newList-inside-next-pro h2 a:hover {
    color: #0e71f3;
}

.Employee-items-con {
}

.Employee-items-con .newList-items-left i {
    color: #009fff;
}

.VRVisit {
}

.VRVisit ul {
}

.VRVisit ul li {
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}

.VRVisit ul li h2 img {
    width: 100%;
    height: 100%;
}

.VRVisit ul li h3 {
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-size: 16px;
    color: #007cfe;
    font-weight: normal;
    z-index: 99;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.VRVisit ul li h4 {
    position: absolute;
}

.VRVisit ul li h4 a {
    display: block;
    width: 100%;
    height: 100%;
}

.VRVisit ul li h4 a img {
    width: 100%;
    height: 100%;
}

.recruitTalent01 {
    margin: 60px auto 0;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 0 10px 3px #e3e8ee;
    -moz-box-shadow: 0 0 10px 3px #e3e8ee;
    box-shadow: 0 0 10px 3px #e3e8ee;
}

.recruitTalent01-con {
    border: 1px dashed #007cfe;
}

.recruitTalent01-con-title {
}

.recruitTalent01-con-title h2 {
    font-size: 26px;
    color: #f08741;
    margin: -27px 0 0 20px;
}

.recruitTalent01-con-title h2 span {
    background: #fff;
    padding: 5px 0;
}

.recruitTalent01-con-con {
    margin: 20px 30px;
    line-height: 40px;
    color: #0f79b7;
    font-size: 16px
}

.recruitTalent01-con-con p {
}

.recruitTalent02 {
    margin-top: 80px;
}

.recruitTalent02-con-title {
}

.recruitTalent02-con-title h2 {
    font-size: 26px;
    color: #f08741;
    display: inline-block;
}

.recruitTalent02-con-title h3 {
    display: inline-block;
    max-width: 440px;
    overflow: hidden;
    position: relative;
}

.recruitTalent02-con-title h3:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    float: left;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 16px solid #04a5d9;
}

.recruitTalent02-con-title h3 p {
    height: 3px;
    background: #04a5d9;
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    top: 6px;
    display: block;
}

.recruitTalent02-con-title h3:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    float: right;
    border-top: 8px solid transparent;
    border-left: 16px solid #04a5d9;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
}

.recruitTalent02-con-con {
    max-width: 630px;
    width: 90%;
}

.recruitTalent02-con-con h2 {
    height: 40px;
    background: #d5e7ff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-top: 30px;
}

.recruitTalent02-con-con h2 span {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    padding-left: 15px;
    line-height: 40px;
}

.recruitTalent02-con-con h3 {
    font-weight: normal;
    margin-top: 20px;
}

.recruitTalent02-con-con h3 span {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    margin-bottom: 6px;
    display: block;
    padding-left: 10px;
}

.recruitTalent02-con-con h3 span i {
    font-style: normal;
}

.recruitTalent02-con-con h3 span em {
    font-style: normal;
}

.recruitTalent02-con-con h4 {
    font-weight: normal;
    overflow: hidden;
    padding-left: 10px;
    margin-top: 10px;
}

.recruitTalent02-con-con h4 span {
    color: #261c19;
    font-size: 14px;
    background: #d8ecf4;
    padding: 3px 6px;
    margin: 0 10px 10px 0;
    display: block;
    float: left;
}

.recruitTalent02-con-right-con {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.recruitTalent02-CRC-items {
    float: left;
}

.recruitTalent02-CRC-items h2 {
    position: relative;
    border: 3px solid #d5e7ff;
    width: calc(100% - 6px);
    margin: 0 0 5px 0;
}

.recruitTalent02-CRC-items h2 img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.recruitTalent02-CRC-items h3 {
    position: relative;
    width: 100%;
    margin: 0 0 5px 0;
    background: #11a7db;
    margin-bottom: 5px;
    text-align: center
}

.recruitTalent02-CRC-items h3 img {
    width: 72%;
}

.recruitTalent02-CRC-03-c {
    overflow: hidden;
    width: 100%;
}

.recruitTalent02-CRC-03-c-l {
    float: left;
    width: 47.56%;
}

.recruitTalent02-CRC-03-c-r {
    float: left;
    width: calc(48.6% - 5px);
    margin-left: 5px;
}

.recruitTalent02-CRC-01 {
    width: 28%;
    padding: 12.6% 0 0 0;
}

.recruitTalent02-CRC-02 {
    width: 23.2%;
    margin-left: 5px;
    padding: 1.4% 0 0 0;
}

.recruitTalent02-CRC-03 {
    width: calc(48.8% - 10px);
    margin-left: 5px;
}

.items-img-01 {
    padding: 32.6% 0;
}

.items-img-02 {
    padding: 42.1% 0;
}

.items-img-03 {
    padding: 30.6% 0;
}

.items-img-04 {
    padding: 50.15% 0;
}

.items-img-05 {
    width: 53.38% !important;
    padding: 16.5% 0;
}

.items-img-06 {
    padding: 36.36% 0;
}

.items-img-07 {
    padding: 62.78% 0;
}

.items-img-08 {
    width: 58.53% !important;
    padding: 13.68% 0;
}

.items-img-ygfc {
    padding: 22.23% 0;
}

.items-img-logo {
    padding: 13.18% 0;
}

.recruitTalent02-con-left {
    margin-bottom: 30px;
}

.recruitTalentInternship {
    margin-top: 40px;
}

.recruitTalentInternship-con {
}

.recruitTalentInternship-con ul {
}

.recruitTalentInternship-con ul li {
}

.recruitTalentInternship-con ul li h2 {
    width: 100%;
    background: #fff;
    height: 120px;
}

.recruitTalentInternship-con ul li h2 span {
    font-size: 22px;
    line-height: 44px;
    color: #278fcf;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 21px;
}

.recruitTalentInternship-con ul li h2 p {
    font-size: 16px;
    line-height: 18px;
    color: #fe7518;
    font-weight: normal;
    text-align: center;
    margin: 0;
    padding: 0;
}

.recruitTalentInternship-con ul li h3 {
    background: #e4f1f9;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    padding: 10px 15px;
    line-height: 26px;
}

.recruitTalentInternship-con ul li h3 span {
    font-size: 16px;
    font-weight: bold;
}

.recruitTalentInternship-con ul li h4 {
    margin-top: 4px;
    background: #e4f1f9;
    padding: 0 15px 30px 15px;
}

.recruitTalentInternship-con ul li h4 span {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
    display: block;
}

.recruitTalentInternship-con ul li h4 p {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    font-weight: normal
}

.recruitTalentInternship-responsibility {
    min-height: 240px;
}

.recruitTalentInternship-requirements {
    min-height: 200px;
}

.recruitTalent-bottom {
    margin-top: 50px;
}

.recruitTalent-bottom {
    background: #f8f8f8;
    padding-bottom: 50px;
}

.recruitTalent-bottom-con {
}

.recruitTalent-bottom-con-top {
    overflow: hidden;
}

.recruitTalent-bottom-con-top-left {
    width: 260px;
    overflow: hidden;
}

.recruitTalent-bottom-con-top-left h2 {
    width: 156px;
    height: 156px;
    padding: 6px;
    background: #e3e3e2;
    margin-top: 40px;
}

.recruitTalent-bottom-con-top-left h2 img {
    width: 100%;
    height: 100%;
}

.recruitTalent-bottom-con-top-right {
    margin-top: 90px;
}

.recruitTalent-bottom-con-top-right h2 {
    background: #e3e3e2;
    font-weight: normal;
    height: 40px;
    max-width: 650px;
    border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
}

.recruitTalent-bottom-con-top-right h2 span {
    font-size: 18px;
    color: #261c19;
    line-height: 40px;
    padding-left: 20px;
}

.recruitTalent-bottom-con-top-right h3 {
    font-weight: normal;
    line-height: 30px;
    padding-left: 20px;
}

.recruitTalent-bottom-con-top-right h3 span {
    font-size: 16px;
    color: #595757;
}

.recruitTalent-bottom-con-top-right h3 em {
    font-size: 16px;
    font-style: normal;
    color: #261c19;
}

.recruitTalent-bottom-con-bottom {
    margin: 30px 15px 30px 15px;
    min-height: 50px;
    background: #0e7bb9;
    color: #fff;
    overflow: hidden;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.recruitTalent-bottom-con-bottom span strong {
    font-weight: normal;
    display: block;
    float: left;
    line-height: 50px;
}

.recruitTalent-bottom-con-bottom span {
    float: left;
    display: block;
    overflow: hidden;
    margin: 0 60px 0 90px;
}

.recruitTalent-bottom-con-bottom span em {
    border: 1px dashed #fff;
    display: block;
    width: 28px;
    height: 28px;
    float: left;
    text-align: center;
    margin: 11px 20px 0 0;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.recruitTalent-bottom-con-bottom span em i {
    display: block;
    padding-top: 5px;
}

.contactUs {
    margin-top: 50px;
}

.contactUs-con {
    overflow: hidden;
    margin-bottom: 80px;
}

/*.contactUs-left{float: left;width: 433px;}*/
.contactUs-left ul {
}

.contactUs-left ul li {
    background: #f2f3f4;
    border-left: 5px solid transparent;
    margin-bottom: 5px;
    padding: 0 20px;
    cursor: pointer;
}

.contactUs-left ul li h2 {
    font-size: 16px;
    color: #333;
    height: 29px;
    padding-top: 15px;
}

.contactUs-left ul li h3 {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    line-height: 27px;
}

.contactUs-left ul li h4 {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    line-height: 38px;
    padding-bottom: 5px;
}

.contactUs-left ul li:hover {
    background: #f0f6fc;
    border-left: 5px solid #007cfe;
}

.contactUs-left ul li:hover h2 {
    color: #007cfe;
}

.contactUs-left ul li:hover h3 {
    color: #007cfe;
}

.contactUs-left ul li:hover h4 {
    color: #007cfe;
}

.contactUs-active {
    background: #f0f6fc !important;
    border-left: 5px solid #007cfe !important;
}

.contactUs-active h2 {
    color: #007cfe !important;
}

.contactUs-active h3 {
    color: #007cfe !important;
}

.contactUs-active h4 {
    color: #007cfe !important;
}

.contactUs-right {
}

/*百度地图*/
.BMapLabel {
}

.BMapLabel span {
    position: relative;
}

.BMapLabel span:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    bottom: -26px;
    left: calc(50% - 10px);
    position: absolute;
    border-top: 10px solid rgba(245, 67, 54, 0.8);
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

/*百度logo-显示|隐藏*/
/*.anchorBL{display: none;}*/

.supportCenter {
}

.supportCenter ul {
    overflow: hidden;
    padding: 40px 0 30px 0;
}

.supportCenter ul li {
    float: left;
    height: 32px;
    line-height: 32px;
    background: none;
    color: #333333;
    font-size: 16px;
    cursor: pointer;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.supportCenter-acive {
    background: #0e71f3 !important;
    color: #fff !important;
}

.law-company {
    background: #fafafd;
}

.law-company-con {
    background: #fff;
}

.intoSky-company-title-line {
    width: 90%;
    font-size: 14px;
    color: #999999;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
    line-height: 40px;
    height: 40px;
    margin: 35px auto 0;
}

.lawContext-con p {
    font-size: 14px;
    color: #261c19;
    line-height: 30px;
    text-indent: 25px;
}

.lawContext-con h3 {
    font-size: 18px;
    color: #261c19;
    text-align: center;
    line-height: 60px;
}


@media (min-width: 970px) {
    .VRVisit {
        margin-bottom: 100px;
    }

    .VRVisit ul li h2 {
        width: calc(100% - 27px);
        height: calc(470 / 1920 * 100vw);
        float: left;
    }

    .VRVisit ul li:nth-child(2n) h2 {
        float: right;
    }

    .VRVisit ul li:nth-child(n) h3 {
        left: calc(50% - 14px - 93px);
    }

    .VRVisit ul li:nth-child(2n) h3 {
        right: calc(50% - 14px - 93px);
    }

    .VRVisit ul li:nth-child(n) h4 {
        right: 37px;
    }

    .VRVisit ul li:nth-child(2n) h4 {
        right: 10px;
    }

    .VRVisit ul li h4 {
        width: 150px;
        height: 50px;
        bottom: 20px;
    }

    .VRVisit ul li h3 {
        width: 187px;
        height: 42px;
        line-height: 42px;
    }

    .recruitTalent-bottom-con-top-left h2 {
        float: right;
    }

    .recruitTalent-bottom-con-top-left {
        float: left;
    }

    .recruitTalent-bottom-con-top-right {
        float: left;
    }

    .recruitTalent-bottom-con-bottom span strong i {
        font-style: normal;
        margin-right: 50px;
    }


}

@media (max-width: 970px) {
    .VRVisit {
        margin-bottom: 50px;
    }

    .VRVisit ul li h2 {
        width: calc(95vw);
        height: calc(470 / 740 * 95vw);
        margin: 0 auto;
    }

    .VRVisit ul li h3 {
        left: calc(50% - 80px);
    }

    .VRVisit ul li h4 {
        right: 15px;
    }

    .VRVisit ul li h4 {
        width: 100px;
        height: 35px;
        bottom: 15px;
    }

    .VRVisit ul li h3 {
        width: 160px;
        height: 35px;
        line-height: 35px;
    }

    .recruitTalent02 {
        width: 95%;
        margin: 50px auto;
    }

    .recruitTalent02-con-con h2 span {
        font-size: 14px;
    }

    .recruitTalent02-con-con {
        width: 100%;
    }

    .recruitTalent-bottom-con-top-left {
        width: 100%;
    }

    .recruitTalent-bottom-con-top-left h2 {
        margin: 40px auto 0;
    }

    .recruitTalent-bottom-con-top-right {
        margin-top: 50px;
    }

    .recruitTalent-bottom-con-top-right h2 {
        margin: 0 auto;
        text-align: center;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .recruitTalent-bottom-con-top-right h2 span {
        padding-left: 0px;
        font-size: 14px
    }

    .recruitTalent-bottom-con-top-right h3 span {
        font-size: 14px;
    }

    .recruitTalent-bottom-con-top-right h3 {
        padding: 0 20px;
    }

    .recruitTalent-bottom-con-top-right h3 em {
        font-size: 14px;
    }

    .recruitTalent-bottom-con-bottom span {
        margin: 0 15px;
    }

    .recruitTalent-bottom-con-bottom span strong i {
        font-style: normal;
        display: block;
    }


}

@media (max-width: 970px) and (min-width: 750px) {

}

@media (min-width: 750px) {
    .intoSky-company-context-items ul li {
        width: 20%;
    }

    .intoSky-company-context-items-b {
        height: 160px;
        margin-bottom: 35px;
    }

    .intoSky-company-context-items-b-left {
        float: left;
        height: 100%;
    }

    .intoSky-company-context-items-b-left h2 {
        margin-left: 100px;
    }

    .intoSky-company-context-items-b-right {
        float: left;
        height: 100%;
        padding: 10px 0 0 12px;
        width: calc(100% - 190px);
    }

    .honorQualification-con ul li {
        float: left;
    }

    .honorQualification-con ul li h2 {
        width: calc(330 / 1920 * 100vw);
        height: calc(230 / 1920 * 100vw);
        margin: 0 auto;
        position: relative;
        z-index: 99;
    }

    .honorQualification-con ul li h2 em {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        z-index: 99;
        border: 5px solid #c8dbf3;
        background: #fff;
    }

    .honorQualification-con ul li h2 em i {
        display: table;
        width: calc(330 / 1920 * 100vw);
        height: calc(230 / 1920 * 100vw);
    }

    .honorQualification-con ul li h2 em i strong {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        height: 100%;
    }

    .honorQualification-con ul li h2 em i strong img {
        max-width: calc(320 / 1920 * 100vw);
        max-height: calc(210 / 1920 * 100vw);
        margin: 5px;
        padding: 0;
    }

    .honorQualification-con ul li h3 {
        width: calc(330 / 1920 * 100vw);
        height: 40px;
        background: #f5f5f5;
        text-align: center;
        line-height: 40px;
        color: #333333;
        font-size: 14px;
        margin: 26px auto;
        font-weight: normal
    }

    .honorQualification-con ul li h2::before {
        bottom: 3px;
        left: 30px;
    }

    .honorQualification-con ul li h2::after {
        bottom: 3px;
        right: 30px;
    }

    .cooperativePartner-ul {
    }

    .cooperativePartner-ul li {
        margin: 15px 0;
    }

    .cooperativePartner-ul li h2 {
        width: calc(328 / 1920 * 100vw);
        height: calc(127 / 1920 * 100vw);
        margin: 0 auto;
        border: 6px solid #d5e7ff;
    }

    .cooperativePartner-ul li h2 em {
        display: table;
        width: 100%;
        height: 100%;
    }

    .cooperativePartner-ul li h2 em i {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100%;
    }

    .cooperativePartner-ul li h2 em i img {
        max-width: calc(328 / 1920 * 100vw);
        max-height: calc(127 / 1920 * 100vw)
    }

    .successfulCases-list {
    }

    .successfulCases-list {
        overflow: hidden;
        width: 100%;
    }

    .successfulCases-list li {
        float: left;
        width: 20%;
        margin: 10px 0;
    }

    .successfulCases-list li h2 {
        width: calc(280 / 1920 * 100vw);
        height: calc(119 / 1920 * 100vw - 10px);
        border: 5px solid #cacaca;
        margin: 0 auto;
        text-align: center
    }

    .successfulCases-list li h2 strong {
        line-height: 80px;
        font-weight: normal;
        font-size: 30px
    }

    .successfulCases-list li h2 em {
        display: table;
        height: 100%;
        width: 100%;
    }

    .successfulCases-list li h2 em i {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100%;
        height: 100%;
        line-height: 30px;
        font-style: normal;
        color: #333333;
    }

    .successfulCases-list li h2 em i img {
        max-width: calc(270 / 1920 * 100vw);
        max-height: calc(100 / 1920 * 100vw);
    }

    .newList-inside-title {
        padding-top: 48px;
        margin: 0 60px;
    }

    .newList-inside-title h3 span {
        float: left;
        margin-left: 650px
    }

    .newList-inside-title h3 strong {
        float: right;
    }

    .newList-inside-title h2 {
        height: 130px;
        line-height: 130px;
    }

    .newList-inside-next-pro h2 {
        height: 48px;
        line-height: 40px;
    }

    .Employee-items-con .newList-items-left-img {
        width: 335px;
        height: 200px;
        float: left;
        margin-right: 40px;
        border: 6px solid #e0e0e0;
    }

    .Employee-items-con .newList-items-left-img img {
        width: 331px;
        height: 196px;
        margin: 2px;
     transition-duration: 0.3s, 0.3s;
    }
 .Employee-items-con .newList-items-left-img:hover img {
  transform: scale(1.02);
}
    .Employee-items-con .newList-items-right {
        width: calc(100% - 335px - 60px);
    }

    .Employee-items-con .newList-items-right h3 {
        background: #f5f5f5;
        padding: 5px 20px;
    }

    .recruitTalent01 {
        width: calc(75% - 30px);
        -webkit-transform: skewY(-20deg);
        -moz-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
        -o-transform: skew(-20deg);
        transform: skew(-20deg);
    }

    .reverseSkewY {
        -webkit-transform: skewY(20deg);
        -moz-transform: skew(20deg);
        -ms-transform: skew(20deg);
        -o-transform: skew(20deg);
        transform: skew(20deg);
    }

    .recruitTalentInternship-con-li {
        border: 4px solid #288fcf;
        width: calc(100% - 18px);
    }

    .recruitTalentInternship-con ul li:nth-child(n) .recruitTalentInternship-con-li {
    }

    .recruitTalentInternship-con ul li:nth-child(2n) .recruitTalentInternship-con-li {
        margin: 0 auto;
    }

    .recruitTalentInternship-con ul li:nth-child(3n) .recruitTalentInternship-con-li {
        margin-left: 5px;
    }

    .contactUs-left {
        float: left;
        width: 433px;
    }

    .contactUs-right {
        float: left;
        margin-left: 20px;
        width: calc(100% - 473px);
        border: 10px solid #d1e4ec;
    }

    .supportCenter ul {
        margin-left: 40px;
    }

    .supportCenter ul li {
        padding: 0 20px;
        margin-right: 15px;
    }

    .lawContext-con {
        padding: 40px 80px 150px 80px;
    }

}

@media (max-width: 750px) {
    .intoSky-company-context p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .intoSky-banner-nav {
        display: none;
    }

    .intoSky-company-context-items-b {
        margin-bottom: 35px;
        padding-bottom: 35px;
    }

    .intoSky-company-context-items-b-left {
        height: 100%;
        text-align: center
    }

    .intoSky-company-context-items-b-left h2 {
        margin: 0 auto;
    }

    .intoSky-company-context-items-b-right {
        width: 100%;
        text-align: center
    }

    .honorQualification-con ul li {
    }

    .honorQualification-con ul li h2 {
        width: calc(80vw);
        height: calc(230 / 330 * 80vw);
        margin: 0 auto;
        position: relative;
        z-index: 99;
    }

    /*.honorQualification-con ul li h2{width: calc(330/1920*80vw);height: calc(230/1920*100vw);margin: 0 auto;position: relative;z-index: 99;}*/
    .honorQualification-con ul li h2 em {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        z-index: 99;
        border: 5px solid #c8dbf3;
        background: #fff;
    }

    .honorQualification-con ul li h2 em i {
        display: table;
        width: calc(80vw);
        height: calc(230 / 330 * 80vw);
    }

    .honorQualification-con ul li h2 em i strong {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        height: 100%;
    }

    .honorQualification-con ul li h2 em i strong img {
        max-width: calc(80vw - 10px);
        max-height: calc(230 / 330 * 80vw - 10px);
        margin: 5px;
        padding: 0;
    }

    .honorQualification-con ul li h3 {
        width: calc(80vw);
        height: 40px;
        background: #f5f5f5;
        text-align: center;
        line-height: 40px;
        color: #333333;
        font-size: 14px;
        margin: 26px auto;
        font-weight: normal
    }

    .honorQualification-con ul li h2::before {
        bottom: 10px;
        left: 30px;
    }

    .honorQualification-con ul li h2::after {
        bottom: 10px;
        right: 30px;
    }

    .cooperativePartner-ul {
    }

    .cooperativePartner-ul li {
        margin: 15px 0;
    }

    .cooperativePartner-ul li h2 {
        width: calc(80vw);
        height: calc(127 / 328 * 80vw);
        margin: 0 auto;
        border: 6px solid #d5e7ff;
    }

    .cooperativePartner-ul li h2 em {
        display: table;
        width: 100%;
    }

    .cooperativePartner-ul li h2 em i {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100%;
    }

    .cooperativePartner-ul li h2 em i img {
        max-width: calc(80vw);
        max-height: calc(127 / 328 * 80vw)
    }

    .successfulCases-list {
    }

    .successfulCases-list {
        overflow: hidden;
    }

    .successfulCases-list li {
        width: calc(80vw);
        height: calc(110 / 280 * 80vw);
        margin: 15px auto;
    }

    .successfulCases-list li h2 {
        width: calc(100% - 30px);
        height: calc(100% - 10px);
        border: 5px solid #cacaca;
        margin: 0 10px;
    }

    .successfulCases-list li h2 em {
        display: table;
        height: 100%;
        width: 100%;
    }

    .successfulCases-list li h2 em i {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        height: 100%;
        width: 100%;
    }

    .successfulCases-list li h2 em i img {
        max-width: 100%;
        max-height: calc(110 / 280 * 80vw - 20px);
    }

    .newList-items-con {
        margin: 0 auto;
        width: 90%;
    }

    .newList-inside-title {
        padding-top: 20px;
        margin: 0 15px;
    }

    .newList-inside-title h2 {
        height: 60px;
        line-height: 30px;
        font-size: 20px
    }

    .newList-inside-title h3 strong {
        padding-top: 0;
    }

    .newList-inside-context {
        margin: 0 15px;
    }

    .newList-inside-next-pro {
        margin: 0 15px 30px 15px;
        height: 96px;
    }

    .newList-inside-next-pro h2 {
        width: 100%;
        text-align: left
    }

    .newList-inside-context {
        padding-bottom: 30px;
    }

    .Employee-items-con .newList-items-left-img {
        width: 335px;
        height: 210px;
        float: left;
        margin-right: 40px;
        border: 6px solid #e0e0e0;
        margin-bottom: 10px;
    }

    .Employee-items-con .newList-items-left-img img {
        width: 331px;
        height: 206px;
        margin: 2px;
    }

    .recruitTalent01 {
        width: calc(95% - 30px);
    }

    .recruitTalentInternship-con-li {
        border: 4px solid #288fcf;
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .recruitTalentInternship-con ul li {
        margin-bottom: 20px;
    }

    .contactUs-left {
        width: 100%;
    }

    .contactUs-right {
        width: calc(100% - 10px);
        border: 5px solid #d1e4ec;
    }

    .supportCenter ul {
        margin-left: 15px;
    }

    .supportCenter ul li {
        padding: 0 15px;
        margin-right: 15px;
        font-size: 14px
    }

    .lawContext-con {
        padding: 30px 20px 60px 20px;
    }
}
@media (min-width: 1024px){
.intoSky-company-context {
    padding-bottom: 30px;
    padding: 30px;
}
.max-size {
    max-width: 1000px;
    margin: 0 auto;
}
.newList-inside-context {
    margin: 0px;
}
}
@media (min-width: 1280px){
.intoSky-company-context {
    padding-bottom: 30px;
    padding: 30px;
}
.max-size {
    max-width: 1200px;
    margin: 0 auto;
}
.newList-inside-context {
    margin: 0 86px;
}
}
@media (min-width: 1366px){
.intoSky-company-context {
    padding-bottom: 30px;
    padding: 30px;
}
.max-size {
    max-width: 1280px;
    margin: 0 auto;
}
}
@media (min-width: 1440px){
.intoSky-company-context {
    padding-bottom: 30px;
    padding: 30px;
}
.max-size {
    max-width: 1312px;
    margin: 0 auto;
}
}
@media (min-width: 1680px){
.intoSky-company-context {
   padding: 0px;
 padding-bottom: 30px;
    
}
.max-size {
    max-width: 1312px;
    margin: 0 auto;
}
}
.company-context-bg{
	background: url("../images/context-bg.png") no-repeat bottom center;
	width: 100%;
	background-size: cover;
	padding-top: 50px;
}
.context-bg-c{
	background-color: #f9f9f9;
	width: 100%;
	padding: 50px 0px 90px 0px;
}
.context-title{
	background: url("../images/context_title.png") no-repeat bottom center;
	margin-bottom: 50px;
	
}
.context-title h3{
	text-align: center;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	color: #333333;
}
.context-bg-f{
	background-color: #ffffff;
	width: 100%;
	padding: 50px 0px 90px 0px;
}
.context-bg-b1{
	background: url("../images/slgc_fajz_bg.png") no-repeat bottom center #f9f9f9;
	width: 100%;
	padding: 50px 0px 90px 0px;
}
.context-bg-b2{
	background: url("../images/slgc_gnmk_bg.png") no-repeat #f9f9f9;
	width: 100%;
}
.b2_b{
	background-position: bottom center;}
.b2_t{
	background-position: top center;}
.b2_c{
		background-position: center center;}
.context-bg-b3{
	background: url("../images/slgc_gnmk1_bg.png") no-repeat bottom center #f9f9f9;
	width: 100%;
	}
.h260{
	height: 260px;}
.h290{
	height: 290px;}
.h340{
	height: 340px;}
.pad01{
	padding: 5px 0px 80px 0px;
}
.pad02{
	padding: 0px 0px 80px 0px;
}
.pad03{
	padding-top: 0px;
}
.pad04{
	padding-top: 50px;
}
.pad05{
	padding-top: 10px;
}
.pad06{
	padding-top: 40px;
}
.home-block5-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    width: 1480px;
    margin-top: 30px;
}
.home-block5-content .home-block5-item.bg1 {
    background: #fff;
}
.home-block5-content .home-block5-item {
    cursor: pointer;
    float: left;
    width: 298px;
    height: 260px;
    padding: 0 25px;
    margin: 10px;
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transition: all 0.2s;
}
.home-block5-content .home-block5-item .item-icon {
    width: 64px;
    height: 64px;
    margin-top: 19px;
    margin-bottom: 22px;
}
.home-block5-content .home-block5-item .title {
    font-size: 18px;
    margin-bottom: 14px;
	font-weight: bold;
	color: #333333;
}
.home-block5-content .home-block5-item .desc {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.home-block5-content .home-block5-item1.bg1 {
    background: #fff;
}
.home-block5-content .home-block5-item1 {
    cursor: pointer;
    float: left;
    width: 298px;
    height: 110px;
    padding: 0 25px;
    margin: 10px;
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
	display: flex;
	justify-content:center;
    transition: all 0.2s;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
.home-block5-content .home-block5-item1 .item-icon {
    width: 58px;
    height: 45px;
	margin-top: 33px;
	margin-right: 20px;
}
.home-block5-content .home-block5-item1 .title {
    font-size: 18px;
	line-height: 110px;
	font-weight: normal;
	color: #333333;
}
.home-block5-content .home-block5-item2.bg1 {
    background: #fff;
}
.home-block5-content .home-block5-item2 {
    cursor: pointer;
    float: left;
    width: 423px;
    height: 260px;
    padding: 0 25px;
    margin: 10px;
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transition: all 0.2s;
}
.home-block5-content .home-block5-item2 .item-icon {
    width: 64px;
    height: 64px;
    margin-top: 19px;
    margin-bottom: 22px;
}
.home-block5-content .home-block5-item2 .title {
    font-size: 18px;
    margin-bottom: 14px;
	font-weight: bold;
	color: #333333;
}
.home-block5-content .home-block5-item2 .desc {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.gn_l{
	float: left;
	width: 85%;
	margin-top: 40px;
}
.gn_l h3{
	font-size: 22px;
	margin-bottom: 18px;
	color: #333333;
}
.gn_l p{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}
.gn_r{
	float: right;
}
.gnmk_content{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:0px auto;
}
.gnmk_content_list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	width: 380px;
	margin-top: 30px;
}
.gnmk_content_list li{
	width: 50%;
	text-align: center;
	list-style: none;
	margin-bottom: 25px;
}
.gnmk_content_list li img{
	margin: 0px auto;
}
.gnmk_content_list li p{
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	color: #333333;
}
.gnmk_content_img{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0px 30px 0px 30px;
}
.gnmk_content_list1{
	margin: auto;
	width: calc(100% - 710px);
	margin-top: 30px;
}
.gnmk_content_list1 li{
	width: 100%;
	text-align: center;
	list-style: none;
	margin-bottom: 25px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gnmk_content_list1 li img{
	margin: 0px auto;
	width: 69px;
	height: 70px;
}
.gnmk_content_list1 li h3{
	text-align: left;
	line-height: 30px;
	font-size: 18px;
	color: #333333;
}
.gnmk_content_list1 li p{
	text-align: left;
	line-height: 30px;
	font-size: 16px;
	color: #333333;
}
.gnmk_content_list1 .gn_txt{
	width: calc(100% - 110px);
	display: flex;
	flex-direction:column;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 20px;
}
.max-size-jjfa {
    max-width: 1400px;
    margin: 0 auto;
}
.slgc-context {
    padding-bottom: 30px;
}

.slgc-context p {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    text-indent: 36px;
    margin-bottom: 35px;
}
.slgc-context-items {
    margin: -35px auto 30px;
}

.slgc-context-items ul {
    overflow: hidden;
}

.slgc-context-items ul li {
    float: left;
}
.slgc-context-items ul li {
    width: 20%;
}
.slgc-context-items ul li h2 {
    text-align: center;
    margin-top: 25px;
	color: #333333;
}

.slgc-context-items ul li h2 img {
    width: 80px;
    height: 80px;
}

.slgc-context-items ul li h3 {
    text-align: center;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    margin-top: 4px;
    line-height: 32px;
}
.gnmk_content_list2{
	margin: auto;
	width: calc(100% - 680px);
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gnmk_content_list2 li{
	width: 49%;
	text-align: center;
	list-style: none;
	margin-bottom: 25px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gnmk_content_list2 li img{
	margin: 0px auto;
	width: 69px;
	height: 70px;
}
.gnmk_content_list2 li h3{
	text-align: left;
	line-height: 30px;
	font-size: 18px;
	color: #333333;
}
.gnmk_content_list2 li p{
	text-align: left;
	line-height: 30px;
	font-size: 16px;
	color: #333333;
}
.gnmk_content_list2 .gn_txt{
	width: calc(100% - 90px);
	display: flex;
	flex-direction:column;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: 15px;
}
.gnmk_content_list3{
	margin: auto;
	width: calc(100% - 600px);
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gnmk_content_list3 p {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    text-indent: 36px;
    margin-bottom: 15px;
}
.home-block5-content .home-block5-item3 {
    cursor: pointer;
    float: left;
    width: 670px;
    height: 220px;
    padding: 0 25px;
    margin: 10px;
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transition: all 0.2s;
}
.home-block5-content .home-block5-item3 .item-icon {
    width: 64px;
    height: 64px;
    margin-top: 19px;
    margin-bottom: 22px;
}
.home-block5-content .home-block5-item3 .title {
    font-size: 18px;
    margin-bottom: 14px;
	font-weight: bold;
	color: #333333;
}
.home-block5-content .home-block5-item3 .desc {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.gnmk_content_list ul{
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gnmk_content_list2 ul{
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.slgc-context-items01 {
    margin: -35px auto 30px;
}

.slgc-context-items01 ul {
    overflow: hidden;
}

.slgc-context-items01 ul li {
    float: left;
}
.slgc-context-items01 ul li {
    width: 25%;
}
.slgc-context-items01 ul li h2 {
    text-align: center;
    margin-top: 25px;
	color: #333333;
}

.slgc-context-items01 ul li h2 img {
    width: 80px;
    height: 80px;
}

.slgc-context-items01 ul li h3 {
    text-align: center;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    margin-top: 4px;
    line-height: 32px;
}
.tit {
	        		font-size: 30px;
	        		text-align: center;
	        		margin: 35px 0;
	        	}
	        
	        	.wmen {
	        		color: #2840bc
	        	}
	        
	        	.chi {
	        		font-weight: bold;
	        		color: #333;
	        		letter-spacing: 2px;
	        	}
	        
	        	.eng {
	        		text-transform: uppercase;
	        		font-weight: 100;
	        		font-size: 16px;
	        		letter-spacing: 2px;
	        		color: #555;
	        	}
	        
	        	.dlin {
	        		width: 55px;
	        		height: 5px;
	        		background: #00a2af;
	        		margin: 15px auto 5px;
	        		;
	        	}
	        
	        	.lxfs {
	        		color: #00a2af
	        	}
	        	.f_pr {
	        		position: relative;
	        	}
	        
	        	.wh {
	        		padding-top: 70px;
	        		height: 390px;
	        		position: relative;
	        		width: 1312px;
	        		margin: 0px auto;
	        	}
	        
	        	.wh h3 em {
	        		display: block;
	        		font-size: 42px;
	        		height: 70px;
	        		color: #dddddd;
	        		text-transform: uppercase;
	        		font-family: Times New Roman;
	        		font-style: normal;
	        	}
	        
	        	.wh h3 em:before {
	        		content: "";
	        		width: 35px;
	        		height: 3px;
	        		background: #333;
	        		display: block;
	        	}
	        
	        	.wh h3 {
	        		height: 76px;
	        		font-size: 26px;
	        		font-weight: normal;
	        		color: #231815;
	        		position: absolute;
	        		top: 0;
	        		left: 0;
	        		z-index: 9;
	        	}
	        
	        	
	        .js_w p {
	        		width: 740px;
	        		font-size: 16px;
	        		color: #222;
	        		line-height: 30px;
	        		position: absolute;
	        		text-indent: 2em;
	        		top: 140px;
	        		left: 0;
	        		z-index: 9;
	        		margin: 0;
	        	}
	        	.wh li{
	        		position: absolute;
	        		right: 0;
	        		top: 0;
	        		width: 580px;
	        		height: 460px;
	        		overflow: hidden;
	        		z-index: 1;
	        	}
	        
	        	.wh li img {
	        		width: 580px;
	        		display: block;
	        	}
	        
	        	.wh dd {
	        		width: 600px;
	        	}
	        	.product-btn01 {
	        	    background: #0053fd;
	        	    color: #fff;
	        	    border: 1px solid #0053fd;
	        	    border-radius: 5px;
	        	    padding: 7px 22px;
	        	    font-size: 14px;
	        	    cursor: pointer;
	        	    font-weight: normal;
	        	    transition: background 0.2s, color 0.2s;
	        	    height: 38px;
	        	    min-width: 110px;
	        		margin-top: 40px;
	        	}
	        	.product-btn:hover {
	        	    background: #0053fd;
	        	    color: #fff;
	        	}
	        	.gc-me {
	        	    width: 100%;
	        	   height:400px;
				   padding: 40px 0 1.40625rem 0;
	        	}
				.js-me {
				    width: 100%;
				    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 70%, #f6f8fb 100%);
				}
	        	.gcbox {
	        	    margin: auto;
	        	    width: 1312px;
	        	}