html {
    margin: 0;
    padding: 0;
}

html body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #ffffff;
    overflow: auto !important;
}

html body ul,
html body ol,
html body li {
    list-style: none;
    margin: 0;
    padding: 0;
}

html body p,
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
    margin: 0;
    padding: 0;
    color: #000000;
}

html body input,
html body button {
    outline: none;
}

html body a {
    text-decoration: none;
}

html body a:link {
    text-decoration: none;
}

html body a:visited {
    text-decoration: none;
}

html body a:hover {
    text-decoration: none;
}

html body a:active {
    text-decoration: none;
}

html body .ellipsis-one {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

html body .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

html body .justify-content-center {
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

html body .justify-content-space-between {
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

html body .justify-content-flex-end {
    -webkit-box-pack: end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

html body .justify-content-start {
    -webkit-box-pack: start;
    -moz-justify-content: start;
    justify-content: start;
}

html body .align-items-center {
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

html body .align-items-start {
    -webkit-box-align: start;
    -moz-align-items: start;
    align-items: start;
}

html body .align-items-flex-end {
    -webkit-box-align: end;
    -moz-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

html body .align-items-baseline {
    -webkit-box-align: baseline;
    -moz-align-items: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

html body .align-items-stretch {
    -webkit-box-align: stretch;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

html body .flex-direction-column {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

html body .flex-direction-column-reverse {
    -webkit-box-pack: end;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

html body .flex-direction-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

html body .flex-wrap-wrap {
    flex-wrap: wrap;
}

html body .flex-direction-row-reverse {
    -webkit-box-pack: end;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

html body .flex-grow {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

html body .flex-order {
    -webkit-box-ordinal-group: 1;
    -moz-order: 1;
    -webkit-order: 1;
    order: 1;
}

html body .fixed {
    position: fixed;
}

html body .text-align-left {
    text-align: left;
}

html body .text-align-center {
    text-align: center;
}

html body .text-align-right {
    text-align: right;
}

html body .cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.38);
    display: none;
    z-index: 100;
}

html body .line {
    background-color: #ddd;
    width: 40px;
    height: 2px;
    margin: 15px 0 0 0;
}

html .clear {
    clear: both;
}

html svg.st0 {
    opacity: 0.3;
}

html svg.st1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
}

html svg.st2 {
    fill: #ffffff;
}

html svg {
    fill: #ffffff;
}

html div.date {
    margin: 0;
    width: 86px;
    height: 46px;
    border-style: solid;
    border-color: #0067b8;
    border-width: 2px !important;
    padding-right: 12px;
}

html div.date p.day {
    margin: 0;
    padding: 0;
    color: #0067b8;
    font-size: 16px;
    text-align: right;
    line-height: normal;
    font-weight: bold;
}

html div.date p.year {
    margin: 0 0 0 0;
    padding: 0;
    color: #0067b8;
    font-size: 12px;
    text-align: right;
    line-height: normal;
}

html p.zan {
    margin: 0;
    padding: 0;
    color: #000000;
    text-align: right;
    font-size: 14px;
    width: 23%;
}

html p.zan span {
    display: inline-block;
    width: auto;
}

html p.zan span.icon {
    margin-left: 10px;
}

html p.zan span.icon:first-child {
    margin-left: 0;
}

* {
    /* font-family: "å¾®è½¯é›…é»‘ R" !important; */
    margin: 0;
    padding: 0;
}

.space-line {
    height: 5px;
    width: 100%;
}

.viewer-btn {
    position: fixed;
    top: 50%;
    color: #FFFFFF;
}

.viewer-prev1 {
    left: 10%;
}

.viewer-next1 {
    right: 10%;
}

.about-model-fixed {
    position: fixed !important;
    right: 0;
    top: 73px;
    z-index: 100;
}

.about-model-absolute {
    position: absolute !important;
    right: 0;
    border-bottom: 0;
    z-index: 100;
}

#keFu {
    width: 32px;
    height: 125px;
    border: 1px solid #dfe1e3;
    background: #FFFFFF;
    border-radius: 5px;
    position: fixed;
    right: 10px;
    top: 300px;
    z-index: 100000000;
    overflow: hidden;
}

#keFu img {
    margin: 0 auto;
    display: block;
    vertical-align: top;
}

#keFu .ol-font {
    font-size: 12px;
    color: #666666;
    width: 12px;
    margin: 10px auto 0 auto;
}

#keFu button {
    width: 100%;
    height: 25px;
    border: none;
    background: #FFFFFF;
    cursor: pointer;
    outline: none;
}

#keFuShow {
    width: 131px;
    position: fixed;
    top: 114px;
    right: -141px;
    background: #f8f8f9;
    border-radius: 5px;
    padding-bottom: 23px;
    z-index: 1000000020;
}

#keFuShow>img {
    margin: 22px auto 15px auto;
    display: block;
    vertical-align: top;
}

#keFuShow .qq-box {
    width: 118px;
    height: 28px;
    margin-left: 7px;
    padding-left: 25px;
    background-image: url(../images/qq-logo.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 3px 5px;
    border: 1px solid #cbcfd1;
    border-radius: 5px;
    margin-top: 7px;
}

#keFuShow .qq-box .qq-addr {
    width: 100%;
    height: 100%;
    text-align: center;
    text-align-last: center;
    border-left: 1px solid #cacacc;
    font-size: 15px;
    color: #595757;
    line-height: 26px;
    cursor: pointer;
}

#keFuShow .qq-box .qq-addr a {
    text-decoration: none;
    color: inherit;
}

#keFuShow .qq-box:hover .qq-addr {
    background-color: #0067b8;
}

#keFuShow .qq-box:hover .qq-addr a {
    color: #ffffff;
}

#keFuShow .btn-hide {
    width: 49px;
    height: 26px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    background: #f8f8f8;
    float: left;
    margin-left: 5px;
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
}

#keFuShow .btn-hide:hover {
    background-color: #0067b8;
    color: #FFFFFF;
}

#keFuShow .large-ewm {
    position: absolute;
    bottom: 0;
    right: 136px;
    vertical-align: top;
    display: none;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
}

#keFuShow .qq-ewm {
    width: 27px;
    height: 27px;
    float: left;
    margin-left: 10px;
    background: url(../images/link-ewm.jpg);
    cursor: pointer;
    margin-top: 20px;
}

#keFuShow .focus-us {
    width: 27px;
    height: 27px;
    float: left;
    margin-left: 7px;
    font-size: 12px;
    color: #666666;
    line-height: 13.5px;
    margin-top: 20px;
    cursor: pointer;
}

.playVideo0-dimensions {
    width: 100%;
}

.vjs-big-play-button {
    display: none !important;
}

.swiper-pagination {
    bottom: 185px;
}

.swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #C7C7CC;
    background-color: transparent;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #C7C7CC;
}

.showMoreImage-container {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 100000000;
    background-color: rgba(0, 0, 0, 0.68);
}

.showMoreImage-container .showMoreImage-closed {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

.showMoreImage-container .showMoreImage-swiper-container {
    position: absolute;
    width: 68%;
    overflow: hidden;
    left: 16%;
    top: 20%;
    z-index: 1000;
}

.showMoreImage-container .showMoreImage-swiper-container .swiper-slide {
    width: 100%;
    overflow: hidden;
    max-height: 80%;
    position: relative;
}

.showMoreImage-container .showMoreImage-swiper-container .swiper-slide img {
    width: 100%;
}

.showMoreImage-container .showMoreImage-swiper-container .swiper-slide .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    background-color: rgba(0, 0, 0, 0.68);
}

.showMoreImage-container .showMoreImage-swiper-container .swiper-slide .title span {
    color: #ffffff;
    font-size: 14px;
}

.showMoreImage-container .showMoreImage-swiper-container .swiper-button-prev,
.showMoreImage-container .showMoreImage-swiper-container .swiper-button-next {
    background-image: none;
    background-color: #2b2b2b;
    width: 40px;
    height: 40px;
    color: #787878;
    text-align: center;
    font-size: 14pt;
    line-height: 40px;
}

.viewer-container {
    z-index: 1000200 !important;
}

.viewer-container .viewer-toolbar {
    display: none !important;
}

.about-menu,
.news-menu,
.honor-menu {
    margin-bottom: 15px;
    height: 55px;
    width: 100%;
    background-color: #f7f8f9;
}

.about-menu .menu-list,
.news-menu .menu-list,
.honor-menu .menu-list {
    width: auto;
    float: left;
    height: 100%;
}

.about-menu .menu-list .item,
.news-menu .menu-list .item,
.honor-menu .menu-list .item {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.about-menu .menu-list .item a,
.news-menu .menu-list .item a,
.honor-menu .menu-list .item a {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}

.about-menu .menu-list .item:hover a,
.news-menu .menu-list .item:hover a,
.honor-menu .menu-list .item:hover a {
    color: #0067b8 !important;
}

.about-menu .menu-list .active,
.news-menu .menu-list .active,
.honor-menu .menu-list .active {
    color: #0067b8 !important;
}

.about-menu .menu-list .active a,
.news-menu .menu-list .active a,
.honor-menu .menu-list .active a {
    font-size: 16px;
    color: #0067b8;
    font-weight: bolder;
}

.about-menu .menu-list .item:first-child,
.news-menu .menu-list .item:first-child,
.honor-menu .menu-list .item:first-child {
    border-right: 1px solid #0067b8;
}

.about-menu .menu-list .item:first-child a,
.news-menu .menu-list .item:first-child a,
.honor-menu .menu-list .item:first-child a {
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    font-weight: bolder;
}

.about-menu .search,
.news-menu .search,
.honor-menu .search {
    width: 20%;
    float: right;
    height: 100%;
    padding-right: 20px;
}

.about-menu .search form,
.news-menu .search form,
.honor-menu .search form {
    display: block;
    width: 100%;
    text-align: right;
}

.about-menu .search form input,
.news-menu .search form input,
.honor-menu .search form input {
    border-radius: 15px;
    font-size: 14px;
    border: 1px solid #bdbdbe;
    color: #bdbdbe;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block;
    width: 80%;
}

.about-menu .search form button,
.news-menu .search form button,
.honor-menu .search form button {
    border: none;
    background-color: transparent;
    outline: none;
    margin-left: 5px;
    display: inline-block;
    width: auto;
}

.about-menu .search form button span,
.news-menu .search form button span,
.honor-menu .search form button span {
    font-size: 18px;
    color: #c0c1c1;
}

.about-menu .search form button:hover span,
.news-menu .search form button:hover span,
.honor-menu .search form button:hover span {
    color: #0067b8;
}

.imgBig-banner {
    width: 100%;
    margin: 80px auto 0 auto;
    overflow: hidden;
}

.imgBig-banner .imgBig-container {
    width: 100%;
}

.imgBig-banner .imgBig-container img {
    width: 100%;
}

.about-more-list,
.news-more-list {
    margin: 15px auto 15px auto;
    text-align: center;
}

.about-more-list a span,
.news-more-list a span {
    color: #8f8f8f;
    font-size: 15px;
    vertical-align: middle;
}

.about-more-list a span.icon,
.news-more-list a span.icon {
    font-size: 23px;
}

.about-more-list a:hover span,
.news-more-list a:hover span {
    color: #000000;
}

.shareActionComment {
    background-color: #f7f8f9;
    width: 100%;
    height: 60px;
}

.shareActionComment .shareAction .shareActionContent {
    text-align: right;
    height: 60px;
    line-height: 55px;
}

.shareActionComment .shareAction .shareActionContent p.zan {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: auto;
}

.shareActionComment .shareAction .shareActionContent p.zan span {
    color: #8f8f8f;
    font-size: 15px;
}

.shareActionComment .shareAction .shareActionContent p.zan span:hover {
    color: #000000;
}

.shareActionComment .shareAction .shareActionContent p.zan span.icon {
    display: inline-block;
    margin-left: 15px;
}

.shareActionComment .shareAction .shareActionContent .edit {
    margin: 0 40px 0 15px;
    padding: 0 10px;
    border-radius: 20px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    width: auto;
    background-color: #8f8f8f;
    vertical-align: middle;
}

.shareActionComment .shareAction .shareActionContent .edit p {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: auto;
    font-size: 15px;
    color: #ffffff;
}

.shareActionComment .shareAction .shareActionContent .edit span {
    font-size: 15px;
    color: #ffffff;
}

.shareActionComment .shareAction .shareActionContent .edit span.icon-ihome-68 {
    display: inline-block;
}

.shareActionComment .shareAction .shareActionContent .active {
    background-color: #0067b8;
}

.shareActionComment .shareAction .shareActionContent .active p {
    color: #ffffff;
}

.shareActionComment .shareAction .shareActionContent .active span {
    color: #ffffff;
}

.shareActionComment .shareAction .shareActionContent .active span.icon-ihome-68 {
    transform: rotate(180deg);
}

.comment {
    padding: 40px;
    background-color: #f7f8f9;
    display: none;
}

.comment div.commentSubmit {
    padding: 0;
    margin: 0;
}

.comment div.commentSubmit p.title {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    color: #a6a7a7;
}

.comment div.commentSubmit div.from {
    width: 100%;
    margin: 5px auto;
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #e5e6e8;
    border-radius: 10px;
    position: relative;
}

.comment div.commentSubmit div.from textarea {
    outline: none;
    border: none;
    height: 120px;
    max-height: 120px;
    min-height: 120px;
    width: 100%;
    font-size: 15px;
    padding: 10px 100px 10px 10px;
    display: inline-block;
    color: #a6a7a7;
}

.comment div.commentSubmit div.from button {
    background-color: #f7f8f9;
    color: #a6a7a7;
    text-align: center;
    border: 1px solid #e5e6e8;
    font-size: 18px;
    vertical-align: top;
    padding: 15px 15px;
    border-radius: 5px;
    display: inline-block;
    margin: 30px 20px 0 0;
    position: absolute;
    right: 0;
    top: 0;
}

.comment div.commentSubmit p.tip {
    width: 100%;
    margin: 5px auto 0 auto;
    padding: 0;
    font-size: 14px;
    color: #a6a7a7;
}

.comment div.commentList {
    margin: 20px auto 0 auto;
    width: 100%;
}

.comment div.commentList div.ul div.li {
    border-bottom: 1px solid #e5e6e8;
    padding: 15px 0 15px 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.comment div.commentList div.ul div.li div.user-logo {
    display: table-cell;
    vertical-align: top;
    width: 100px;
}

.comment div.commentList div.ul div.li div.user-logo img {
    width: 100%;
    border-radius: 50% 50%;
    overflow: hidden;
}

.comment div.commentList div.ul div.li div.info {
    width: auto;
    display: table-cell;
    vertical-align: top;
    padding-left: 2rem;
}

.comment div.commentList div.ul div.li div.info .self-info .name {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 16px;
    color: #000000;
    font-weight: bolder;
    width: 100%;
}

.comment div.commentList div.ul div.li div.info .self-info .send-content {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    padding: 0;
    margin: 5px 0 0 0;
}

.comment div.commentList div.ul div.li div.info .self-info .send-content:hover {
    color: #000000;
}

.comment div.commentList div.ul div.li div.info .self-info .time-zan {
    padding: 0;
    margin: 10px 0 0 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.comment div.commentList div.ul div.li div.info .self-info .time-zan .time {
    width: 50%;
    color: #333333;
    padding: 0;
    margin: 0;
    display: table-cell;
}

.comment div.commentList div.ul div.li div.info .self-info .time-zan .time span {
    font-size: 14px;
    color: #000000;
}

.comment div.commentList div.ul div.li div.info .self-info .time-zan .time span.icon {
    color: #999999;
}

.comment div.commentList div.ul div.li div.info .self-info .time-zan .zan {
    display: table-cell;
    width: 50%;
    padding-right: 2rem;
}

.comment div.commentList div.ul div.li div.info .self-info .time-zan .zan span {
    font-size: 14px;
    color: #000000;
}

.comment div.commentList div.ul div.li div.info .self-info .time-zan .zan span.icon {
    color: #999999;
    display: inline-block;
    margin-left: 15px;
}

.comment div.commentList div.ul div.li div.info .back-news {
    background-color: #ffffff;
    width: 100%;
    margin: 15px auto 0 0;
    padding: 0;
    border: 1px solid #e5e6e8;
    position: relative;
    display: none;
}

.comment div.commentList div.ul div.li div.info .back-news textarea {
    outline: none;
    border: none;
    height: 120px;
    width: 100%;
    padding: 10px 100px 10px 10px;
    display: inline-block;
    font-size: 15px;
    max-height: 120px;
    min-height: 120px;
}

.comment div.commentList div.ul div.li div.info .back-news button {
    background-color: #f7f8f9;
    color: #a6a7a7;
    text-align: center;
    border: 1px solid #e5e6e8;
    font-size: 18px;
    vertical-align: top;
    padding: 15px 15px;
    border-radius: 5px;
    display: inline-block;
    float: right;
    margin: 30px 20px 0 0;
    position: absolute;
    right: 0;
    top: 0;
}

.comment div.commentList div.ul div.li div.info .back-info-list {
    background-color: #e5e6e8;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
    border-radius: 10px;
    position: relative;
}

.comment div.commentList div.ul div.li div.info .back-info-list .triangle_border_up {
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #e5e6e8;
    position: absolute;
    left: 50px;
    top: -8px;
}

.comment div.commentList div.ul div.li div.info .back-info-list .triangle_border_up span {
    display: block;
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #e5e6e8;
    position: absolute;
    top: 2px;
    left: -8px;
}

.comment div.commentList div.ul div.li div.info .back-info-list .back-info-item {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #c5c5c5;
}

.comment div.commentList div.ul div.li div.info .back-info-list .back-info-item .logo {
    display: table-cell;
    vertical-align: top;
    width: 80px;
}

.comment div.commentList div.ul div.li div.info .back-info-list .back-info-item .logo img {
    width: 100%;
    border-radius: 50% 50%;
    overflow: hidden;
}

.comment div.commentList div.ul div.li div.info .back-info-list .back-info-item .back-info-content {
    width: auto;
    display: table-cell;
    vertical-align: top;
}

.comment div.commentList div.ul div.li div.info .back-info-list .back-info-item .back-info-content .name {
    margin: 0;
    padding: 10px 0 0 2rem;
    font-size: 16px;
    color: #000000;
    font-weight: bolder;
    width: 100%;
}

.comment div.commentList div.ul div.li div.info .back-info-list .back-info-item .back-info-content .send-content {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    padding: 0 0 0 2rem;
    margin: 5px 0 0 0;
}

.comment div.commentList div.ul div.li div.info .back-info-list .back-info-item .back-info-content .send-content:hover {
    color: #000000;
}

.comment div.commentList div.ul div.li div.info .back-info-list .back-info-item .back-info-content .time-zan {
    padding: 0 2rem 0 2rem;
    margin: 10px 0 0 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.comment div.commentList div.ul div.li div.info .back-info-list .back-info-item .back-info-content .time-zan .time {
    width: 50%;
    color: #333333;
    padding: 0;
    margin: 0;
    display: table-cell;
}

.comment div.commentList div.ul div.li div.info .back-info-list .back-info-item .back-info-content .time-zan .time span {
    font-size: 14px;
    color: #000000;
}

.comment div.commentList div.ul div.li div.info .back-info-list .back-info-item .back-info-content .time-zan .time span.icon {
    color: #999999;
}

.comment div.commentList div.ul div.li div.info .back-info-list .back-info-item .back-info-content .time-zan .zan {
    display: table-cell;
    width: 50%;
}

.comment div.commentList div.ul div.li div.info .back-info-list .back-info-item .back-info-content .time-zan .zan span {
    font-size: 14px;
    color: #000000;
}

.comment div.commentList div.ul div.li div.info .back-info-list .back-info-item .back-info-content .time-zan .zan span.icon {
    color: #999999;
    display: inline-block;
    margin-left: 15px;
}

.comment div.commentList div.ul div.li div.info .back-info-list .back-info-item:last-child {
    border: none;
}

.comment div.commentList div.ul div.li:last-child {
    border: none;
}

.comment div.commentList div.commentMore {
    width: auto;
    margin: 15px auto 0 auto;
    text-align: center;
}

.comment div.commentList div.commentMore a span {
    color: #000000;
    font-size: 15px;
    vertical-align: top;
}

.comment div.commentList div.commentMore a span.icon {
    font-size: 16px;
}

.container .about-company-desc {
    width: 100%;
    margin: 0 auto 15px auto;
    padding: 0;
}

.container .about-company-desc .company-desc-content {
    margin: 0;
    width: 100%;
    height: auto;
    padding: 0;
    display: table;
    table-layout: fixed;
    position: relative;
}

.container .about-company-desc .company-desc-content .history-tree {
    width: 80%;
    background-color: #e5e6e8;
    padding: 40px 0 100px 0;
    vertical-align: top;
    display: table-cell;
    border-right: 15px solid #ffffff;
}

.container .about-company-desc .company-desc-content .history-tree .mainInfoLeft .title {
    text-align: center;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 23px;
}

.container .about-company-desc .company-desc-content .history-tree .mainInfoLeft .subtitle {
    text-align: center;
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 15px;
}

.container .about-company-desc .company-desc-content .history-tree .mainInfoLeft .line {
    background-color: #0067b8;
    margin: 15px auto 15px auto;
}

.container .about-company-desc .company-desc-content .history-tree .mainInfoLeft .time {
    text-align: center;
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 16px;
}

.container .about-company-desc .company-desc-content .history-tree .mainInfoLeft div.historyUl {
    width: 90%;
    margin: 50px auto 0 auto;
    padding: 0;
}

.container .about-company-desc .company-desc-content .history-tree .mainInfoLeft div.historyUl div.historyLi {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.container .about-company-desc .company-desc-content .history-tree .mainInfoLeft div.historyUl div.historyLi h1.date {
    font-weight: bolder;
    text-indent: 0;
    font-size: 23px;
    color: #000000;
}

.container .about-company-desc .company-desc-content .history-tree .mainInfoLeft div.historyUl div.historyLi p.desc {
    text-indent: 0;
    margin: 0;
    color: #000000;
    font-size: 15px;
    width: 80%;
    line-height: 23px;
    background-color: transparent;
}

.container .about-company-desc .company-desc-content .history-tree .mainInfoLeft div.historyUl div.toRigth {
    text-align: right;
}

.container .about-company-desc .company-desc-content .history-tree .mainInfoLeft div.historyUl div.toRigth div.historyItem {
    width: 50%;
    display: inline-block;
    position: relative;
}

.container .about-company-desc .company-desc-content .history-tree .mainInfoLeft div.historyUl div.toRigth div.historyItem div.hline {
    position: absolute;
    left: 0;
    top: -20%;
    background-color: #2b2b2b;
    width: 5px;
    height: 120%;
    border-radius: 10px;
}

.container .about-company-desc .company-desc-content .history-tree .mainInfoLeft div.historyUl div.toRigth div.historyItem div.hline div.circle {
    width: 15px;
    height: 15px;
    background-color: #2b2b2b;
    border-radius: 50% 50%;
    position: absolute;
    top: 20%;
    left: -5px;
}

.container .about-company-desc .company-desc-content .history-tree .mainInfoLeft div.historyUl div.toRigth div.historyItem div.hline div.circle p.vline {
    width: 100px;
    height: 3px;
    background-color: #2b2b2b;
    position: absolute;
    top: 6px;
    left: 0px;
}

.container .about-company-desc .company-desc-content .history-tree .mainInfoLeft div.historyUl div.toRigth div.historyItem h1.date {
    padding: 0 0 0 110px;
    text-align: left;
}

.container .about-company-desc .company-desc-content .history-tree .mainInfoLeft div.historyUl div.toRigth div.historyItem p.desc {
    padding: 15px 40px 15px 110px;
    text-align: left;
    border: none !important;
}

.container .about-company-desc .company-desc-content .history-tree .mainInfoLeft div.historyUl div.toLeft {
    text-align: left;
}

.container .about-company-desc .company-desc-content .history-tree .mainInfoLeft div.historyUl div.toLeft div.historyItem {
    width: 50%;
    display: inline-block;
    position: relative;
}

.container .about-company-desc .company-desc-content .history-tree .mainInfoLeft div.historyUl div.toLeft div.historyItem div.hline {
    position: absolute;
    top: -20%;
    width: 5px;
    height: 120%;
    border-radius: 10px;
    right: -5px;
    background-color: #2b2b2b;
}

.container .about-company-desc .company-desc-content .history-tree .mainInfoLeft div.historyUl div.toLeft div.historyItem div.hline div.circle {
    width: 15px;
    height: 15px;
    background-color: #2b2b2b;
    border-radius: 50% 50%;
    position: absolute;
    top: 20%;
    left: -5px;
}

.container .about-company-desc .company-desc-content .history-tree .mainInfoLeft div.historyUl div.toLeft div.historyItem div.hline div.circle p.vline {
    width: 100px;
    height: 3px;
    background-color: #2b2b2b;
    position: absolute;
    top: 6px;
    left: -100px;
}

.container .about-company-desc .company-desc-content .history-tree .mainInfoLeft div.historyUl div.toLeft div.historyItem h1.date {
    margin: 0;
    padding: 0 110px 0 0;
    text-align: right !important;
    float: right;
}

.container .about-company-desc .company-desc-content .history-tree .mainInfoLeft div.historyUl div.toLeft div.historyItem h1.date span {}

.container .about-company-desc .company-desc-content .history-tree .mainInfoLeft div.historyUl div.toLeft div.historyItem p.desc {
    padding: 15px 110px 15px 40px;
    text-align: right;
    margin-left: 20%;
    border: none;
    width: 80%;
    display: block;
}

.container .about-company-desc .company-desc-content .company-introduction {
    width: 80%;
    background-color: #e5e6e8;
    vertical-align: top;
    position: relative;
    display: table-cell;
    border-right: 15px solid #ffffff;
}

.container .about-company-desc .company-desc-content .company-introduction .content {
    overflow: hidden;
    padding: 40px 0 100px 0;
    width: 88.6%;
    margin: 0 auto;
}

.container .about-company-desc .company-desc-content .company-introduction .content-styles div,
.container .about-company-desc .company-desc-content .company-introduction .content-styles p {
    width: 100% !important;
}

.container .about-company-desc .company-desc-content .company-introduction .shareActionComment {
    border-top: 5px solid #ffffff;
}

.container .about-company-desc .company-desc-content .about-model {
    width: 20%;
    vertical-align: top;
    background-color: #f7f8f9;
    display: table-cell;
}

.container .about-company-desc .company-desc-content .about-model .model-content {
    overflow: hidden;
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.container .about-company-desc .company-desc-content .about-model .model-content .top {
    padding-top: 20px;
    padding-bottom: 20px;
}

.container .about-company-desc .company-desc-content .about-model .model-content .top span {
    font-size: 15px;
    color: #000000;
}

.container .about-company-desc .company-desc-content .about-model .model-content .about-teamMember-container {
    width: 100%;
}

.container .about-company-desc .company-desc-content .about-model .model-content .about-teamMember-container .swiper-wrapper {
    width: 100%;
}

.container .about-company-desc .company-desc-content .about-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide {
    width: 100%;
}

.container .about-company-desc .company-desc-content .about-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 15px;
    overflow: hidden;
}

.container .about-company-desc .company-desc-content .about-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item img {
    width: 100%;
    transform: scale(1, 1);
    transition-duration: 0.5s;
}

.container .about-company-desc .company-desc-content .about-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item a .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.65);
}

.container .about-company-desc .company-desc-content .about-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item a .bg .bg-content {
    text-align: center;
}

.container .about-company-desc .company-desc-content .about-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item a .bg .bg-content .svg,
.container .about-company-desc .company-desc-content .about-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item a .bg .bg-content object,
.container .about-company-desc .company-desc-content .about-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item a .bg .bg-content svg,
.container .about-company-desc .company-desc-content .about-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item a .bg .bg-content img {
    transition: all 1s ease 0s;
    opacity: 1;
    width: 35px;
    height: 35px;
}

.container .about-company-desc .company-desc-content .about-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item a .bg .bg-content p.title {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    transition: all 1s ease 0s;
    opacity: 1;
    margin: 8px 0 0 0;
    padding: 0;
}

.container .about-company-desc .company-desc-content .about-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item:hover .bg {
    transition-duration: 0.5s;
    opacity: 0;
}

.container .about-company-desc .company-desc-content .about-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item:hover .bg p.title {
    opacity: 0;
    transform: translateY(200%);
}

.container .about-company-desc .company-desc-content .about-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item:hover .bg .svg,
.container .about-company-desc .company-desc-content .about-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item:hover .bg object,
.container .about-company-desc .company-desc-content .about-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item:hover .bg svg,
.container .about-company-desc .company-desc-content .about-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item:hover .bg img {
    opacity: 0;
    transform: translateY(200%);
}

.container .about-company-desc .company-desc-content .about-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
}

.container .about-company-desc .company-desc-content .about-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item:first-child {
    margin: 0;
}

.container .about-company-desc .company-desc-content .about-model .model-content .about-teamMember-container .swiper-button-next {
    background-image: none;
    background-color: transparent;
    text-align: center;
    right: 20px;
    top: 25px;
}

.container .about-company-desc .company-desc-content .about-model .model-content .about-teamMember-container .swiper-button-next span {
    font-size: 40px;
    color: #000000;
}

.container .about-company-desc .company-desc-content .about-model .model-content .about-teamMember-container .swiper-button-prev {
    background-image: none;
    background-color: transparent;
    text-align: center;
    font-size: 40px;
    right: 70px;
    top: 25px;
    left: auto;
}

.container .about-company-desc .company-desc-content .about-model .model-content .about-teamMember-container .swiper-button-prev span {
    font-size: 40px;
    color: #000000;
}

.container .about-company-desc .company-desc-content .research-development {
    width: 80%;
    background-color: #e5e6e8;
    vertical-align: top;
    position: relative;
    display: table-cell;
    border-right: 15px solid #ffffff;
}

.container .about-company-desc .company-desc-content .research-development .content {
    overflow: hidden;
    padding: 40px 0 100px 0;
    width: 88.6%;
    margin: 0 auto;
}

.container .about-company-desc .company-desc-content .research-development .content h1.title {
    margin: 0;
    padding: 0;
    font-size: 23px;
    color: #000000;
    font-weight: bolder;
}

.container .about-company-desc .company-desc-content .research-development .content div.subtitle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
    border-bottom: 1px solid #8f8f8f;
}

.container .about-company-desc .company-desc-content .research-development .content div.subtitle p.info {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 65%;
    color: #000000;
    font-size: 15px;
}

.container .about-company-desc .company-desc-content .research-development .content div.subtitle p.zan {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 34%;
}

.container .about-company-desc .company-desc-content .research-development .content div.subtitle p.zan span {
    color: #8f8f8f;
    font-size: 15px;
}

.container .about-company-desc .company-desc-content .research-development .content div.subtitle p.zan span:hover {
    color: #000000;
}

.container .about-company-desc .company-desc-content .research-development .content div.subtitle p.zan span.icon {
    display: inline-block;
    margin-left: 15px;
}

.container .about-company-desc .company-desc-content .research-development .article p {
    line-height: 2.5rem;
}

.container .about-company-desc .company-desc-content .research-development .shareActionComment {
    border-top: 5px solid #ffffff;
}

.container .about-company-desc .company-desc-content .research-development .comment {
    border-top: 5px solid #ffffff;
}

.container .about-company-desc .company-desc-content .research-development-model {
    width: 20%;
    vertical-align: top;
    background-color: #f7f8f9;
    display: table-cell;
}

.container .about-company-desc .company-desc-content .research-development-model .model-content {
    overflow: hidden;
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.container .about-company-desc .company-desc-content .research-development-model .model-content .top {
    padding-top: 20px;
    padding-bottom: 20px;
}

.container .about-company-desc .company-desc-content .research-development-model .model-content .top span {
    font-size: 15px;
    color: #000000;
}

.container .about-company-desc .company-desc-content .research-development-model .model-content .about-teamMember-container {
    width: 100%;
}

.container .about-company-desc .company-desc-content .research-development-model .model-content .about-teamMember-container .swiper-wrapper {
    width: 100%;
}

.container .about-company-desc .company-desc-content .research-development-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide {
    width: 100%;
}

.container .about-company-desc .company-desc-content .research-development-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item {
    width: 100%;
    margin-top: 15px;
    background-color: #ffffff;
}

.container .about-company-desc .company-desc-content .research-development-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item img {
    width: 100%;
}

.container .about-company-desc .company-desc-content .research-development-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item a p.title {
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 10px 0 10px 8px;
}

.container .about-company-desc .company-desc-content .research-development-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item a p.title span {
    color: #000000;
    font-size: 16px;
}

.container .about-company-desc .company-desc-content .research-development-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item a p.title span.icon {
    font-size: 15px;
    color: #ffffff;
}

.container .about-company-desc .company-desc-content .research-development-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item:hover p.title span {
    color: #0067b8;
}

.container .about-company-desc .company-desc-content .research-development-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item:hover p.title span.icon {
    color: #0067b8;
}

.container .about-company-desc .company-desc-content .research-development-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item:first-child {
    margin: 0;
}

.container .about-company-desc .company-desc-content .research-development-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item img {
    width: 100%;
    transform: scale(1, 1);
    transition-duration: 0.5s;
}

.container .about-company-desc .company-desc-content .research-development-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item a {
    overflow: hidden;
}

.container .about-company-desc .company-desc-content .research-development-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item a:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
}

.container .about-company-desc .company-desc-content .research-development-model .model-content .about-teamMember-container .swiper-button-next {
    background-image: none;
    background-color: transparent;
    text-align: center;
    right: 20px;
    top: 25px;
}

.container .about-company-desc .company-desc-content .research-development-model .model-content .about-teamMember-container .swiper-button-next span {
    font-size: 40px;
    color: #000000;
}

.container .about-company-desc .company-desc-content .research-development-model .model-content .about-teamMember-container .swiper-button-prev {
    background-image: none;
    background-color: transparent;
    text-align: center;
    font-size: 40px;
    right: 70px;
    top: 25px;
    left: auto;
}

.container .about-company-desc .company-desc-content .research-development-model .model-content .about-teamMember-container .swiper-button-prev span {
    font-size: 40px;
    color: #000000;
}

.container .about-company-desc .company-desc-content .team-column {
    width: 80%;
    background-color: #e5e6e8;
    padding: 40px;
    vertical-align: top;
    display: table-cell;
    border-right: 15px solid #ffffff;
}

.container .about-company-desc .company-desc-content .team-column .team-column-list {
    margin-top: 15px;
}

.container .about-company-desc .company-desc-content .team-column .team-column-list .item {
    width: 24%;
    height: 100%;
    background-color: transparent;
    overflow: hidden;
    padding: 0;
}

.container .about-company-desc .company-desc-content .team-column .team-column-list .item a {
    display: block;
    transform: translateY(0);
    transition-duration: 0.5s;
    background-color: #ffffff;
    padding-bottom: 30px;
    padding-top: 15px;
}

.container .about-company-desc .company-desc-content .team-column .team-column-list .item a .item-content .user-logo {
    width: 60%;
    margin: 30px auto 30px auto;
    transition: margin-bottom 1s;
    overflow: hidden;
    border-radius: 50% 50%;
    position: relative;
    height: 0;
    padding-bottom: 60%;
}

.container .about-company-desc .company-desc-content .team-column .team-column-list .item a .item-content .user-logo img {
    transform: scale(1, 1);
    transition-duration: 1s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.container .about-company-desc .company-desc-content .team-column .team-column-list .item a .item-content .user-logo:hover {
    margin-bottom: 10px;
}

.container .about-company-desc .company-desc-content .team-column .team-column-list .item a .item-content .user-logo:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 1s;
}

.container .about-company-desc .company-desc-content .team-column .team-column-list .item a .item-content .job {
    font-weight: bold;
    font-size: 18px;
    width: 86%;
    margin: 0 auto 0 auto;
    text-align: left;
    color: #000000;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container .about-company-desc .company-desc-content .team-column .team-column-list .item a .item-content .job:hover {
    color: #000000;
}

.container .about-company-desc .company-desc-content .team-column .team-column-list .item a .item-content .worker {
    font-size: 16px;
    width: 86%;
    margin: 5px auto 0 auto;
    color: #000000;
    padding: 0;
}

.container .about-company-desc .company-desc-content .team-column .team-column-list .item a .item-content .worker:hover {
    color: #000000;
}

.container .about-company-desc .company-desc-content .team-column .team-column-list .item a .item-content .user-desc {
    font-size: 15px;
    line-height: 23px;
    width: 86%;
    margin: 15px auto 0 auto;
    text-align: left;
    text-indent: 20px;
    color: #000000;
    padding: 0;
    overflow: hidden;
    height: 200px;
}

.container .about-company-desc .company-desc-content .team-column .team-column-list .item a .item-content .user-desc:hover {
    color: #000000;
}

.container .about-company-desc .company-desc-content .team-column .team-column-list .item a:hover {
    transform: translateY(-30px);
    transition-duration: 0.5s;
}

.container .about-company-desc .company-desc-content .team-column .team-column-list:first-child {
    margin-top: 0;
}

.container .about-company-desc .company-desc-content .team-column-details {
    width: 80%;
    background-color: #e5e6e8;
    padding: 80px 0 0 0;
    vertical-align: top;
    display: table-cell;
    border-right: 15px solid #ffffff;
}

.container .about-company-desc .company-desc-content .team-column-details .content {
    display: table;
    table-layout: fixed;
    width: 90%;
    margin: 0 auto 120px auto;
}

.container .about-company-desc .company-desc-content .team-column-details .content .user-logo {
    display: table-cell;
    width: 40%;
}

.container .about-company-desc .company-desc-content .team-column-details .content .user-logo img {
    width: 70%;
}

.container .about-company-desc .company-desc-content .team-column-details .content .user-info {
    display: table-cell;
    width: 60%;
    vertical-align: top;
}

.container .about-company-desc .company-desc-content .team-column-details .content .user-info h1.job {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bolder;
    color: #000000;
}

.container .about-company-desc .company-desc-content .team-column-details .content .user-info p.worker {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 15px;
    color: #000000;
}

.container .about-company-desc .company-desc-content .team-column-details .content .user-info p.line {
    margin: 15px 0 0 0;
}

.container .about-company-desc .company-desc-content .team-column-details .content .user-info div.desc {
    margin: 40px 0 0 0;
    padding: 0;
    width: 90%;
    background-color: transparent;
    border: none;
}

.container .about-company-desc .company-desc-content .team-column-details .content .user-info div.desc p {
    margin: 0;
    padding: 0;
    text-indent: 2rem;
}

.container .about-company-desc .company-desc-content .team-column-details .content .user-info div.desc span {
    line-height: 25px;
    font-size: 15px;
    color: #000000;
    text-indent: 2rem;
}

.container .about-company-desc .company-desc-content .team-column-model .model-content {
    padding-bottom: 15px;
}

.container .about-company-desc .company-desc-content .team-column-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px;
}

.container .about-company-desc .company-desc-content .team-column-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item a {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
}

.container .about-company-desc .company-desc-content .team-column-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item a .user-logo {
    display: table-cell;
    width: 30%;
}

.container .about-company-desc .company-desc-content .team-column-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item a .user-logo img {
    width: 100%;
    border-radius: 50% 50%;
    overflow: hidden;
}

.container .about-company-desc .company-desc-content .team-column-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item a .info {
    display: table-cell;
    width: 70%;
    margin: 0;
    padding: 0;
    line-height: normal;
    vertical-align: middle;
}

.container .about-company-desc .company-desc-content .team-column-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item a .info .job {
    font-weight: bold;
    font-size: 15px;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: left;
    color: #000000;
    padding: 0;
    text-indent: 1rem;
}

.container .about-company-desc .company-desc-content .team-column-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item a .info .job:hover {
    color: #000000;
}

.container .about-company-desc .company-desc-content .team-column-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item a .info .worker {
    font-size: 14px;
    width: 100%;
    margin: 8px auto 0 auto;
    color: #000000;
    padding: 0;
    text-indent: 1rem;
}

.container .about-company-desc .company-desc-content .team-column-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item a .info .worker:hover {
    color: #000000;
}

.container .about-company-desc .company-desc-content .team-column-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item a .info:hover .job span {
    color: #0067b8;
}

.container .about-company-desc .company-desc-content .team-column-model .model-content .about-teamMember-container .swiper-wrapper .swiper-slide .model-item a .info:hover .worker span {
    color: #0067b8;
}

.container .investorCustoms-menu {
    margin-bottom: 15px;
    height: 55px;
    width: 100%;
    background-color: #f7f8f9;
}

.container .investorCustoms-menu .menu-list {
    width: auto;
    float: left;
    height: 100%;
}

.container .investorCustoms-menu .menu-list .item {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.container .investorCustoms-menu .menu-list .item a {
    font-size: 15px;
    color: #000000;
    line-height: 24px;
}

.container .investorCustoms-menu .menu-list .item:hover a {
    color: #0067b8 !important;
}

.container .investorCustoms-menu .menu-list .active {
    border-color: #0067b8;
}

.container .investorCustoms-menu .menu-list .active a {
    font-size: 16px;
    color: #0067b8;
    font-weight: bolder;
}

.container .investorCustoms-menu .menu-list .item:first-child {
    border-right: 1px solid #0067b8;
}

.container .investorCustoms-menu .menu-list .item:first-child a {
    font-size: 17px;
    color: #000000;
    line-height: 24px;
    font-weight: bolder;
}

.container .investorCustoms .investorCustoms-content .stockInformation {
    width: 750px;
    background-color: #e5e6e8;
    padding: 40px 0 40px 0;
    vertical-align: middle;
}

.container .investorCustoms .investorCustoms-content .stockInformation div.title {
    width: 650px;
    margin: 0 auto;
    padding: 0;
}

.container .investorCustoms .investorCustoms-content .stockInformation div.title p.name {
    float: left;
    width: auto;
    color: #2b2b2b;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
}

.container .investorCustoms .investorCustoms-content .stockInformation div.title p.code {
    float: right;
    width: auto;
    color: #2b2b2b;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
}

.container .investorCustoms .investorCustoms-content .stockInformation p.line {
    background-color: #0067b8;
    margin-left: calc((100% - 650px) * 0.5) !important;
    margin-top: 5px;
    height: 2px;
}

.container .investorCustoms .investorCustoms-content .stockInformation div.content {
    border: 1px solid #7f7f7f;
    width: 650px;
    margin: 20px auto 0 auto;
}

.container .investorCustoms .investorCustoms-content .stockInformation div.content div.contentLeft {
    float: left;
    width: 40%;
}

.container .investorCustoms .investorCustoms-content .stockInformation div.content div.contentLeft div.contentTop {
    border-right: 1px solid #7f7f7f;
    padding: 10px 0;
}

.container .investorCustoms .investorCustoms-content .stockInformation div.content div.contentLeft div.contentTop h1 {
    width: 40%;
    margin: 0;
    padding: 0;
    float: left;
    color: #b40810;
    font-size: 30px;
    font-weight: bolder;
    text-align: right;
}

.container .investorCustoms .investorCustoms-content .stockInformation div.content div.contentLeft div.contentTop h2 {
    width: 27%;
    margin: 0;
    padding: 0;
    float: left;
}

.container .investorCustoms .investorCustoms-content .stockInformation div.content div.contentLeft div.contentTop h2 img {
    width: 30px;
    margin: 0 auto;
    display: block;
}

.container .investorCustoms .investorCustoms-content .stockInformation div.content div.contentLeft div.contentTop h3 {
    width: 33%;
    margin: 0;
    padding: 0;
    float: left;
}

.container .investorCustoms .investorCustoms-content .stockInformation div.content div.contentLeft div.contentTop h3 span {
    display: inline-block;
    width: 100%;
    color: #b40810;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
}

.container .investorCustoms .investorCustoms-content .stockInformation div.content div.contentLeft div.contentMiddle {
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.container .investorCustoms .investorCustoms-content .stockInformation div.content div.contentLeft div.contentMiddle p {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}

.container .investorCustoms .investorCustoms-content .stockInformation div.content div.contentLeft div.contentFooter {
    border-right: 1px solid #999999;
}

.container .investorCustoms .investorCustoms-content .stockInformation div.content div.contentLeft div.contentFooter p {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}

.container .investorCustoms .investorCustoms-content .stockInformation div.content div.contentRight {
    float: right;
    width: 60%;
}

.container .investorCustoms .investorCustoms-content .stockInformation div.content div.contentRight p {
    margin: 10px auto;
    padding: 0 10px 0 10px;
    text-align: left;
    font-size: 14px;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-more-list {
    margin: 15px auto 0 auto;
    text-align: center;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-more-list a span {
    color: #8f8f8f;
    font-size: 15px;
    vertical-align: middle;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-more-list a span.icon {
    font-size: 23px;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-more-list a:hover span {
    color: #000000;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-QuickVisit {
    display: table-cell;
    width: 20%;
    background-color: #e5e6e8;
    vertical-align: top;
    padding-top: 65px;
    padding-bottom: 65px;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-QuickVisit .imgBook {
    background-color: #8f8f8f;
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 25px;
    position: relative;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-QuickVisit .imgBook .imgBook_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    opacity: 0;
    transition: opacity 1s;
    text-align: center;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-QuickVisit .imgBook .imgBook_bg .book-cover-content .qrcode {
    display: inline-block;
    padding: 5px;
    background-color: #ffffff;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-QuickVisit .imgBook .imgBook_bg .book-cover-content .title {
    text-align: center;
    margin: 10px 0;
    color: #FFFFFF;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-QuickVisit .imgBook .imgBook_bg .book-cover-content .toRead {
    text-align: center;
    margin: 10px auto 0 auto;
    width: auto;
    background-color: #0067b8;
    padding: 3px 10px;
    border-radius: 15px;
    color: #FFFFFF;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-QuickVisit .imgBook .imgBook_bg .book-cover-content .toRead a {
    color: #FFFFFF !important;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-QuickVisit .imgBook .imgBook_bg .book-cover-content .toRead a:hover {
    color: #FFFFFF !important;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-QuickVisit .imgBook:hover .imgBook_bg {
    opacity: 1;
    transition: opacity 1s;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-QuickVisit .imgBook a {
    display: block;
    width: 100%;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-QuickVisit .imgBook a img.book {
    width: 50%;
    margin: 0 auto -5px auto;
    display: block;
    z-index: 20;
    position: relative;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-QuickVisit .imgBook a img.bookcase {
    width: 96%;
    z-index: 0;
    margin: 0 auto 0 auto;
    display: block;
    position: relative;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-QuickVisit .info {
    background-color: #FFFFFF;
    width: 80%;
    margin: 0 auto;
    height: 60px;
    padding: 0;
    font-size: 18px;
    color: #000000;
    font-weight: bolder;
    text-align: center;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-QuickVisit .info h3 {
    line-height: 60px;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-QuickVisit .info:hover {
    background-color: #0067b8;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-QuickVisit .info:hover a h3 {
    color: #FFFFFF;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page table {
    width: 100%;
    table-layout: fixed;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page table tr {
    width: 100%;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page table tr td.mainInfoLeft {
    background-color: #f0f1f2;
    padding: 0;
    vertical-align: middle;
    width: calc(100% - 750px) !important;
    overflow: hidden;
    position: relative;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page table tr td.mainInfoLeft .mainInfoLeft-container {
    width: 100% !important;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page table tr td.mainInfoLeft .mainInfoLeft-container .swiper-wrapper .swiper-slide {
    overflow: hidden;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page table tr td.mainInfoLeft .mainInfoLeft-container .swiper-wrapper img {
    width: 100%;
    min-height: 100%;
    transform: scale(1, 1);
    transition-duration: 0.5s;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page table tr td.mainInfoLeft .mainInfoLeft-container .swiper-wrapper .swiper-slide:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page table tr td.mainInfoLeft .mainInfoLeft-container .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #ffffff;
    background-color: transparent;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page table tr td.mainInfoLeft .mainInfoLeft-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList {
    margin-top: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList .infoListTop {
    background-color: #e8e9ea;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList .infoListTop img.bg {
    width: 100%;
    vertical-align: top;
    transform: scale(1, 1);
    transition-duration: 0.5s;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList .infoListTop:hover img.bg {
    transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList .infoListTop .info-desc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.68);
    display: table;
    table-layout: fixed;
    padding-top: 10px;
    padding-bottom: 10px;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList .infoListTop .info-desc h1.name {
    margin: 0;
    padding: 0;
    display: table-cell;
    width: 50%;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList .infoListTop .info-desc h1.name p.title {
    margin: 0;
    padding: 0 0 0 40px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bolder;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList .infoListTop .info-desc h1.name p.line {
    background-color: #0067b8;
    height: 2px;
    margin: 8px 0 0 40px;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList .infoListTop .info-desc p.more {
    margin: 0;
    padding: 0 40px 0;
    display: table-cell;
    width: 50%;
    text-align: right;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList .infoListTop .info-desc p.more a {
    color: #FFFFFF;
    font-size: 14px;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList .infoListTop .info-desc p.more a span.icon {
    color: #eeeeee;
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.getInfo {
    width: calc((100% - 30px) / 3);
    background-color: #f7f8f9;
    margin: 0;
    padding: 0;
    border-radius: 5px;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.getInfo div.ul {
    padding: 15px 0;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.getInfo div.ul div.li {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #ebebec;
    padding: 15px 0;
    display: table;
    table-layout: fixed;
    max-width: 480px;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.getInfo div.ul div.li div.date {
    width: 90px;
    border: none;
    display: table-cell;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.getInfo div.ul div.li div.date h1 {
    margin: 0;
    padding: 0;
    color: #0067b8;
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.getInfo div.ul div.li div.date h2 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #000000;
    font-weight: normal;
    text-align: left;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.getInfo div.ul div.li div.info {
    width: auto;
    display: table-cell;
    vertical-align: top;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.getInfo div.ul div.li div.info p.title {
    margin: 0;
    padding: 5px 0 0 0;
    width: 100%;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.getInfo div.ul div.li div.info p.title a {
    color: #000000;
    font-size: 16px;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.getInfo div.ul div.li div.info div.tip {
    width: 100%;
    margin: 0;
    padding: 8px 0 0 0;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.getInfo div.ul div.li div.info div.tip span {
    color: #000000;
    font-size: 14px;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.company {
    width: calc((100% - 30px) / 3);
    margin: 0 15px 0 15px;
    background-color: #f7f8f9;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.company .content {
    background-color: #f7f8f9;
    padding: 0;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.company .content div.ul {
    padding: 20px 0 15px 0;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.company .content div.ul div.li {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #ebebec;
    padding: 15px 0;
    display: table;
    table-layout: fixed;
    max-width: 480px;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.company .content div.ul div.li div.title {
    width: 50%;
    margin: 0;
    padding: 0;
    display: table-cell;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.company .content div.ul div.li div.title a {
    font-size: 15px;
    color: #000000;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.company .content div.ul div.li div.date {
    width: 40%;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #000000;
    border: none;
    display: table-cell;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.company .content div.ul div.li div.icon {
    width: 10%;
    margin: 0;
    padding: 0;
    display: table-cell;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.company .content div.ul div.li div.icon img {
    width: 15px;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.getMoney {
    margin: 0;
    background-color: #f7f8f9;
    padding: 0;
    border-radius: 5px;
    width: calc((100% - 30px) / 3);
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.getMoney div.ul {
    padding: 20px 0 15px 0;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.getMoney div.ul div.li {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #ebebec;
    padding: 15px 0;
    display: table;
    table-layout: fixed;
    max-width: 480px;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.getMoney div.ul div.li div.title {
    width: 50%;
    margin: 0;
    padding: 0;
    display: table-cell;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.getMoney div.ul div.li div.title a {
    font-size: 15px;
    color: #000000;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.getMoney div.ul div.li div.date {
    width: 40%;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #000000;
    border: none;
    display: table-cell;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.getMoney div.ul div.li div.icon {
    width: 10%;
    margin: 0;
    padding: 0;
    display: table-cell;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-page .infoList div.getMoney div.ul div.li div.icon img {
    width: 15px;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-part {
    display: table;
    table-layout: fixed;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-part .part-list {
    display: table-cell;
    width: 80%;
    border-right: 15px solid #FFFFFF;
    background-color: #f0f1f2;
    vertical-align: top;
    padding-top: 50px;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-part .part-list .ul {
    padding: 0 0 15px 0;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-part .part-list .ul div.li {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #959595;
    padding: 15px 0;
    display: table;
    table-layout: fixed;
    max-width: 1000px;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-part .part-list .ul div.li div.title {
    width: 50%;
    margin: 0;
    padding: 0;
    display: table-cell;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-part .part-list .ul div.li div.title a {
    font-size: 15px;
    color: #000000;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-part .part-list .ul div.li div.date {
    width: 40%;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #000000;
    border: none;
    display: table-cell;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-part .part-list .ul div.li div.icon {
    width: 10%;
    margin: 0;
    padding: 0;
    display: table-cell;
    cursor: pointer;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-part .part-list .ul div.li div.icon img {
    width: 15px;
    cursor: pointer;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-stockInformation {
    display: table;
    table-layout: fixed;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-stockInformation .stockInformation-content {
    display: table-cell;
    width: 80%;
    border-right: 15px solid #FFFFFF;
    background-color: #f0f1f2;
    vertical-align: middle;
    padding-top: 50px;
    text-align: center;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-stockInformation .stockInformation-content div.stockInformation {
    background-color: transparent;
    margin: 0 auto;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-stockInformation .stockInformation-content div.stockInformation div.tip {
    width: 650px;
    margin: 35px auto 0 auto;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-stockInformation .stockInformation-content div.stockInformation div.tip p {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #000000;
    font: 14px;
}

.container .investorCustoms .investorCustoms-content .investorCustoms-stockInformation .stockInformation-content div.stockInformation div.tip p img {
    margin-right: 5px;
    width: 15px;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure .informationDisclosure-content {
    display: table-cell;
    width: 80%;
    border-right: 15px solid #FFFFFF;
    background-color: #f0f1f2;
    vertical-align: top;
    padding-top: 20px;
    text-align: center;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure .informationDisclosure-content div.ul {
    padding: 15px 0;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure .informationDisclosure-content div.ul div.li {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #959595;
    padding: 15px 0;
    display: table;
    table-layout: fixed;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure .informationDisclosure-content div.ul div.li div.date {
    width: 100px;
    border: none;
    display: table-cell;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure .informationDisclosure-content div.ul div.li div.date h1 {
    margin: 0;
    padding: 0;
    color: #0067b8;
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure .informationDisclosure-content div.ul div.li div.date h2 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    color: #0067b8;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure .informationDisclosure-content div.ul div.li div.info {
    width: auto;
    display: table-cell;
    vertical-align: top;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure .informationDisclosure-content div.ul div.li div.info p.title {
    margin: 0;
    padding: 5px 0 0 0;
    width: 100%;
    text-align: left;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure .informationDisclosure-content div.ul div.li div.info p.title a {
    color: #000000;
    font-size: 16px;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure .informationDisclosure-content div.ul div.li div.info div.tip {
    width: 100%;
    margin: 0;
    padding: 8px 0 0 0;
    text-align: left;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure .informationDisclosure-content div.ul div.li div.info div.tip span {
    color: #000000;
    font-size: 14px;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure .informationDisclosure-content div.ul div.li div.file {
    display: table-cell;
    width: 100px;
    vertical-align: middle;
    text-align: center;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure .informationDisclosure-content div.ul div.li div.file img {
    width: 20px;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure .informationDisclosure-details {
    display: table-cell;
    width: 80%;
    border-right: 15px solid #FFFFFF;
    background-color: #f0f1f2;
    vertical-align: top;
    padding-top: 65px;
    padding-bottom: 65px;
    text-align: center;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure .informationDisclosure-details .title {
    text-align: center;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure .informationDisclosure-details .title span {
    font-size: 30px;
    color: #000000;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure .informationDisclosure-details .tip {
    text-align: center;
    margin-top: 10px;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure .informationDisclosure-details .tip span {
    font-size: 14px;
    color: #000000;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure .informationDisclosure-details .desc-content {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 15px;
    color: #666666;
    line-height: 25px;
    text-indent: 2rem;
    border-bottom: 1px solid #999999;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure .informationDisclosure-details .file {
    padding-top: 15px;
    width: 90%;
    margin: 0 auto;
    text-align: right;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure .informationDisclosure-details .file a {
    color: #666666;
    font-size: 15px;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure .informationDisclosure-details .file a img {
    width: 20px;
    margin-right: 10px;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure-QuickVisit {
    display: table-cell;
    width: 20%;
    background-color: #f7f8f9;
    vertical-align: top;
    padding-top: 40px;
    padding-bottom: 65px;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure-QuickVisit .tip {
    width: 80%;
    margin: 0 auto;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure-QuickVisit .tip .title {
    font-size: 14px;
    color: #000000;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure-QuickVisit .tip .line {
    margin-top: 5px;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure-QuickVisit .ul {
    width: 80%;
    margin: 0 auto;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure-QuickVisit .ul .li {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    margin: 15px 0;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure-QuickVisit .ul .li img {
    width: 100%;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure-QuickVisit .ul .li .info {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.68);
    width: 100%;
    padding: 8px 15px;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure-QuickVisit .ul .li .info .name span {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bolder;
}

.container .investorCustoms .investorCustoms-content .informationDisclosure-QuickVisit .ul .li .info .line {
    background-color: #0067b8;
    margin-top: 5px;
    height: 3px;
}

.container .serviceSupportChannel-banner {
    margin-top: 80px;
    overflow: hidden;
    width: 100%;
}

.container .serviceSupportChannel-banner .swiper-slide {
    position: relative;
}

.container .serviceSupportChannel-banner .swiper-slide img {
    width: 100%;
}

.container .serviceSupportChannel-banner .swiper-slide .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.container .serviceSupportChannel-banner .swiper-slide .info .info-content {
    padding-left: 30px;
}

.container .serviceSupportChannel-banner .swiper-slide .info .info-content .title {
    color: #ffffff;
    font-size: 30px;
    margin: 0;
    padding: 0 0 5px 0;
}

.container .serviceSupportChannel-banner .swiper-slide .info .info-content p.worker-time {
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 15px;
    color: #ffffff;
}

.container .serviceSupportChannel .serviceSupportChannel-content .title {
    text-align: center;
    font-size: 23px;
    color: #000000;
    margin: 0;
    padding: 25px 0;
    font-weight: bolder;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .news-banner {
    display: table-cell;
    width: 40%;
    overflow: hidden;
    vertical-align: top;
    border-right: 15px solid #ffffff;
    background-color: #f7f8f9;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .news-banner .swiper-wrapper .swiper-slide {
    width: 100%;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .news-banner .swiper-wrapper .swiper-slide .img-cover {
    overflow: hidden;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .news-banner .swiper-wrapper .swiper-slide img {
    width: 100%;
    transform: scale(1, 1);
    transition-duration: 0.5s;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .news-banner .swiper-wrapper .swiper-slide:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .news-banner .swiper-wrapper .swiper-slide .info {
    padding: 15px 0;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .news-banner .swiper-wrapper .swiper-slide .info h1 {
    margin: 0 auto;
    width: 90%;
    padding: 0;
    font-size: 18px;
    color: #000000;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .news-banner .swiper-wrapper .swiper-slide .info h1 span {
    font-size: 18px;
    color: #000000;
    font-weight: bolder;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .news-banner .swiper-wrapper .swiper-slide .info p {
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 90%;
    margin: 5px auto 0 auto;
    line-height: 23px;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .news-banner .swiper-wrapper .swiper-slide .info p span {
    font-size: 14px;
    color: #000000;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .news-banner .swiper-wrapper .swiper-slide .info:hover {
    /*background-color: #0067b8;*/
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .news-banner .swiper-wrapper .swiper-slide .info:hover h1 span {
    color: #0067b8 !important;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .news-banner .swiper-wrapper .swiper-slide .info:hover p,
.container .serviceSupportChannel .serviceSupportChannel-content .ul .news-banner .swiper-wrapper .swiper-slide .info:hover p span {
    color: #0067b8 !important;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .news-banner .swiper-wrapper .swiper-slide .info:hover p span,
.container .serviceSupportChannel .serviceSupportChannel-content .ul .news-banner .swiper-wrapper .swiper-slide .info:hover h1 span {
    color: #0067b8;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .list {
    display: table-cell;
    width: 60%;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .list .item {
    margin-top: 10px;
    background-color: #f7f8f9;
    width: 100%;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .list .item .li {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .list .item .li a {
    position: relative;
    display: block;
    overflow: hidden;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .list .item .li a img {
    width: 100%;
    transform: scale(1, 1);
    transition-duration: 0.5s;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .list .item .li a .bg-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.68);
    transition: all 1s;
    opacity: 1;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .list .item .li a .info {
    display: table;
    table-layout: fixed;
    width: 90%;
    margin: 0 auto;
    padding: 12px 0;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .list .item .li a .info p {
    display: table-cell;
    width: 70%;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .list .item .li a .info p span {
    color: #000000;
    font-size: 15px;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .list .item .li a .info span.icon {
    width: 30%;
    display: table-cell;
    color: #000000;
    text-align: right;
    font-size: 14px;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .list .item .li a:hover .bg-cover {
    opacity: 0;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .list .item .li a:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .list .item .li:nth-of-type(3n+3) {
    margin-right: 0;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .list .item:first-child {
    margin: 0;
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .list .item .li a:last-child:hover {
    /*background-color: #0067b8;*/
}

.container .serviceSupportChannel .serviceSupportChannel-content .ul .list .item .li a:last-child:hover .info span {
    color: #0067b8 !important;
}

.container .serviceSupportChannel .serviceSupportChannel-container {
    margin-top: 15px;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-menu {
    background-color: #f7f8f9;
    display: table-cell;
    width: 20%;
    border-right: 15px solid #ffffff;
    padding: 35px;
    vertical-align: top;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-menu .tip {
    width: 100%;
    margin: 0 auto;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-menu .tip .title {
    font-size: 16px;
    color: #000000;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-menu .tip .line {
    background-color: #0067b8;
    margin-top: 10px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-menu .ul {
    width: 100%;
    margin: 25px auto 0 auto;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-menu .ul .li {
    border-bottom: 1px solid #c7c7c7;
    padding: 10px 0;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-menu .ul .li a {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-menu .ul .li a span {
    font-size: 15px;
    color: #000000;
    display: table-cell;
    width: 90%;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-menu .ul .li a span.icon {
    display: table-cell;
    width: 10%;
    color: transparent;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-menu .ul .li:hover a span {
    color: #000000;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-menu .ul .li:hover a span.icon {
    color: transparent;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-menu .ul .active a span {
    color: #0067b8 !important;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-menu .ul .active a span.icon {
    color: #0067b8 !important;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-webSearch {
    background-color: #e5e6e8;
    display: table-cell;
    width: 60%;
    border-right: 15px solid #ffffff;
    padding: 0;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-webSearch .webSearch ul.nav-tabs {
    margin: 0;
    padding: 0;
    border: none;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-webSearch .webSearch ul.nav-tabs li {
    width: 50%;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-webSearch .webSearch ul.nav-tabs li a {
    border: none;
    text-align: center;
    background-color: #e5e6e8;
    color: #000000;
    font-size: 15px;
    border-radius: 0;
    margin: 0;
    padding: 10px 15px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-webSearch .webSearch ul.nav-tabs li.active a {
    border: none;
    text-align: center;
    background-color: #f7f8f9;
    color: #0067b8;
    font-size: 15px;
    border-radius: 0;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-webSearch .webSearch div.tab-content {
    border-top: 2px solid #ffffff;
    padding: 60px 40px 80px 40px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-webSearch .webSearch div.tab-content .area {
    margin-top: 15px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-webSearch .webSearch div.tab-content .area .title span {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-webSearch .webSearch div.tab-content .area .city span {
    color: #000000;
    font-size: 15px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-webSearch .webSearch div.tab-content .area .active span {
    color: #0067b8;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-webSearch .webSearch div.tab-content .area .city i {
    color: #000000;
    font-size: 15px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-webSearch .webSearch div.tab-content .area .city:hover span {
    color: #000000;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-webSearch .webSearch div.tab-content .area .city:hover i {
    color: #000000;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-webSearch .webSearch .authorized {
    border-top: 2px solid #ffffff;
    padding: 0 40px 0 40px;
    margin-top: 300px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-webSearch .webSearch .authorized .header {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 10px 0;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-webSearch .webSearch .authorized .header .title {
    display: table-cell;
    width: 50%;
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 16px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-webSearch .webSearch .authorized .header .openSee {
    display: table-cell;
    width: 50%;
    text-align: right;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-webSearch .webSearch .authorized .header .openSee span {
    color: #7d7d7d;
    font-size: 14px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-webSearch .webSearch .authorized .header .active span.icon {
    display: inline-block;
    transform: rotate(180deg);
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-webSearch .webSearch .authorized .authorized-content {
    display: none;
    paddind: 15px 5%;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-webSearch .webSearch .authorized .authorized-content p {
    margin-top: 15px;
    padding: 0;
    font-size: 15px;
    color: #000000;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-search {
    background-color: #e5e6e8;
    display: table-cell;
    width: 20%;
    vertical-align: top;
    padding-bottom: 35px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-search .form {
    background-color: #f7f8f9;
    width: 100%;
    padding: 8px 35px;
    position: relative;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-search .form form input {
    border: 1px solid #e5e6e8;
    outline: none;
    font-size: 14px;
    width: 100%;
    color: #b6b6b6;
    padding: 2px 25px 2px 15px;
    border-radius: 25px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-search .form form button {
    position: absolute;
    right: 42px;
    top: 10px;
    outline: none;
    border: none;
    background-color: transparent;
    font-size: 14px;
    color: #b6b6b6;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-search .search-result {
    padding: 30px 35px 35px 35px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-search .search-result .search-tip {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-search .search-result .search-tip .map {
    display: table-cell;
    width: 25%;
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid #000000;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-search .search-result .search-tip .map span {
    color: #0067b8;
    font-size: 30px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-search .search-result .search-tip .info {
    display: table-cell;
    width: 75%;
    vertical-align: middle;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-search .search-result .search-tip .info .city {
    margin: 0;
    padding: 0;
    text-indent: 15px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-search .search-result .search-tip .info .city span {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-search .search-result .search-tip .info .num {
    margin: 3px 0 0 0;
    padding: 0;
    text-indent: 15px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-search .search-result .search-tip .info .num span {
    color: #000000;
    font-size: 14px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-search .search-result .ul {
    margin-top: 30px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-search .search-result .ul .li h1 {
    margin: 0;
    padding: 0 0 5px 0;
    font-weight: normal;
    font-size: 16px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-search .search-result .ul .li h1 span {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-search .search-result .ul .li p {
    margin: 5px 0 0 0;
    padding: 0;
    font-weight: normal;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-search .search-result .ul .li p span {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-jointVenture {
    background-color: #e5e6e8;
    display: table-cell;
    width: 80%;
    border-right: 10px solid #ffffff;
    padding: 0;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-jointVenture ul.nav-tabs {
    margin: 0;
    padding: 0;
    border: none;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-jointVenture ul.nav-tabs li {
    width: 33.33%;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border-right: 2px solid #ffffff;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-jointVenture ul.nav-tabs li a {
    border: none;
    text-align: center;
    background-color: #e5e6e8;
    color: #000000;
    font-size: 15px;
    border-radius: 0;
    margin: 0;
    padding: 10px 15px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-jointVenture ul.nav-tabs li:last-child {
    border: none;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-jointVenture ul.nav-tabs li.active a {
    border: none;
    text-align: center;
    background-color: #f7f8f9;
    color: #0067b8;
    font-size: 15px;
    border-radius: 0;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-jointVenture div.tab-content {
    border-top: 2px solid #ffffff;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-jointVenture div.tab-content .tab-pane {
    width: 88.6%;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0 100px 0;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-complaintsSuggestions {
    background-color: #e5e6e8;
    display: table-cell;
    width: 80%;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-complaintsSuggestions h1.title {
    padding: 40px 50px 0 50px;
    font-size: 16px;
    color: #000000;
    margin: 0;
    font-weight: bold;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-complaintsSuggestions p.desc {
    border-bottom: 3px solid #ffffff;
    font-size: 15px;
    margin: 0;
    color: #000000;
    line-height: 25px;
    text-indent: 2rem;
    padding: 30px 50px 30px 50px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-complaintsSuggestions .form {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-complaintsSuggestions .form .complaintsSuggestions-banner {
    position: relative;
    display: table-cell;
    width: 50%;
    overflow: hidden;
    vertical-align: top;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-complaintsSuggestions .form .complaintsSuggestions-banner .swiper-pagination-bullet {
    border: 1px solid #ffffff;
    background-color: transparent;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-complaintsSuggestions .form .complaintsSuggestions-banner .swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-complaintsSuggestions .form form {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    background-color: #f7f8f9;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-complaintsSuggestions .form form input,
.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-complaintsSuggestions .form form textarea {
    width: 86%;
    height: 35px;
    border: 1px solid #969696;
    color: #000000;
    outline: none;
    font-size: 16px;
    padding-left: 25px;
    background-color: #ffffff;
    margin: 15px auto 0 auto;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-complaintsSuggestions .form form .name input {
    margin-top: 6px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-complaintsSuggestions .form form .leaveMsg {
    height: 150px;
    width: 86%;
    overflow: hidden;
    border: 1px solid #969696;
    background-color: #ffffff;
    margin: 15px auto 0 auto;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-complaintsSuggestions .form form .leaveMsg textarea {
    height: 135px;
    padding-top: 10px;
    border: none;
    width: 100%;
    margin: 0;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-complaintsSuggestions .form form .code {
    width: 86%;
    margin: 15px auto 0 auto;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-complaintsSuggestions .form form .code input {
    width: 25%;
    margin: 0;
    vertical-align: top;
    line-height: normal;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-complaintsSuggestions .form form .code img {
    width: 20%;
    height: 35px;
    vertical-align: middle;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-complaintsSuggestions .form form .code span {
    line-height: 35px;
    color: #000000;
    font-size: 15px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .serviceSupportChannel-complaintsSuggestions .form form .code button {
    height: 35px;
    width: 100px;
    color: #000000;
    font-size: 15px;
    border: 1px solid #969696;
    border-radius: 20px;
    background-color: #ffffff;
    outline: none;
}

.container .serviceSupportChannel .serviceSupportChannel-container .qualityCommitment {
    background-color: #e5e6e8;
    display: table-cell;
    width: 88.6%;
    overflow: hidden;
    padding: 40px 5.7% 100px 5.7%;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload {
    background-color: #e5e6e8;
    display: table-cell;
    width: 80%;
    border-right: 10px solid #ffffff;
    padding: 0;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload ul.nav-tabs {
    margin: 0;
    padding: 0;
    border: none;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload ul.nav-tabs li {
    width: 33.33%;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border-right: 2px solid #ffffff;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload ul.nav-tabs li a {
    border: none;
    text-align: center;
    background-color: #e5e6e8;
    color: #000000;
    font-size: 15px;
    border-radius: 0;
    margin: 0;
    padding: 10px 15px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload ul.nav-tabs li:last-child {
    border: none;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload ul.nav-tabs li.active a {
    border: none;
    text-align: center;
    background-color: #f7f8f9;
    color: #0067b8;
    font-size: 15px;
    border-radius: 0;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload div.tab-content {
    border-top: 2px solid #ffffff;
    padding: 30px 30px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload div.tab-content .ul {
    width: 100%;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload div.tab-content .ul .li {
    margin: 10px 0 0 0;
    background-color: #ffffff;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload div.tab-content .ul .li .head div.th,
.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload div.tab-content .ul .li .body div.th {
    width: 10%;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 10px 0;
    color: #ffffff;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload div.tab-content .ul .li .head div.td,
.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload div.tab-content .ul .li .body div.td {
    width: 10%;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 10px 0;
    vertical-align: middle;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload div.tab-content .ul .li .head div.td p,
.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload div.tab-content .ul .li .body div.td p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 15px;
    color: #333333;
    line-height: 20px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload div.tab-content .ul .li .head div.updatetime,
.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload div.tab-content .ul .li .body div.updatetime {
    width: 60%;
    display: inline-block;
    float: left;
    text-align: left;
    padding: 10px 0 10px 20px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload div.tab-content .ul .li .head div.updatetime p,
.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload div.tab-content .ul .li .body div.updatetime p {
    margin: 0;
    padding: 0;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload div.tab-content .ul .li .head {
    background-color: #3a3a3a;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload div.tab-content .ul .li .body div.download p {
    border: 1px solid #333333;
    display: inline-block;
    width: auto;
    margin: 8px auto;
    padding: 2px 6px;
    font-size: 15px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload div.tab-content .ul .li .body div.download p span.icon {
    color: #2b2b2b;
    font-size: 14px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload div.tab-content .ul .li .body p:hover {
    color: #2b2b2b !important;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload div.tab-content .ul .li .deatils {
    padding: 15px 30px;
    border-top: 2px solid #c7c7c7;
    display: none;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload div.tab-content .ul .li .deatils p.info {
    width: 100%;
    margin: 0 auto;
    color: #000000;
    font-size: 15px;
    text-indent: 2rem;
    word-wrap: break-word;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload div.tab-content .ul .li .deatils div.action {
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: right;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload div.tab-content .ul .li .deatils div.action div.checkbox {
    display: inline-block;
    width: auto;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload div.tab-content .ul .li .deatils div.action div.checkbox label {
    padding-left: 0;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload div.tab-content .ul .li .deatils div.action div.startDownload {
    display: inline-block;
    width: auto;
    margin: 0 0 0 10px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload div.tab-content .ul .li .deatils div.action div.startDownload a {
    color: #0067b8;
    font-size: 15px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .fileDownload div.tab-content .ul .li .deatils div.action div.startDownload a span.icon {
    color: #0067b8;
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .questionAnswer {
    background-color: #e5e6e8;
    display: table-cell;
    width: 80%;
    border-right: 10px solid #ffffff;
    padding: 0;
}

.container .serviceSupportChannel .serviceSupportChannel-container .questionAnswer ul.nav-tabs {
    margin: 0;
    padding: 0;
    border: none;
}

.container .serviceSupportChannel .serviceSupportChannel-container .questionAnswer ul.nav-tabs li {
    width: 33.33%;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border-right: 2px solid #ffffff;
}

.container .serviceSupportChannel .serviceSupportChannel-container .questionAnswer ul.nav-tabs li a {
    border: none;
    text-align: center;
    background-color: #e5e6e8;
    color: #000000;
    font-size: 15px;
    border-radius: 0;
    margin: 0;
    padding: 10px 15px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .questionAnswer ul.nav-tabs li:last-child {
    border: none;
}

.container .serviceSupportChannel .serviceSupportChannel-container .questionAnswer ul.nav-tabs li.active a {
    border: none;
    text-align: center;
    background-color: #f7f8f9;
    color: #0067b8;
    font-size: 15px;
    border-radius: 0;
}

.container .serviceSupportChannel .serviceSupportChannel-container .questionAnswer div.tab-content {
    border-top: 2px solid #ffffff;
    padding: 30px 30px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .questionAnswer div.tab-content .ul {
    width: 100%;
}

.container .serviceSupportChannel .serviceSupportChannel-container .questionAnswer div.tab-content .ul .li {
    margin: 15px 0 0 0;
    background-color: #ffffff;
    padding: 0;
}

.container .serviceSupportChannel .serviceSupportChannel-container .questionAnswer div.tab-content .ul .li .question {
    padding: 10px 30px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .questionAnswer div.tab-content .ul .li .question span.fa {
    color: #0067b8;
    font-size: 14px;
    margin-right: 10px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .questionAnswer div.tab-content .ul .li .question span.fa-plus-square-o {
    display: inline-block;
}

.container .serviceSupportChannel .serviceSupportChannel-container .questionAnswer div.tab-content .ul .li .question span.fa-minus-square-o {
    display: none;
}

.container .serviceSupportChannel .serviceSupportChannel-container .questionAnswer div.tab-content .ul .li .question span.text {
    font-size: 15px;
    color: #000000;
}

.container .serviceSupportChannel .serviceSupportChannel-container .questionAnswer div.tab-content .ul .li .question:hover {
    background-color: #0067b8;
}

.container .serviceSupportChannel .serviceSupportChannel-container .questionAnswer div.tab-content .ul .li .question:hover span {
    color: #ffffff;
}

.container .serviceSupportChannel .serviceSupportChannel-container .questionAnswer div.tab-content .ul .li .active span.fa-plus-square-o {
    display: none;
}

.container .serviceSupportChannel .serviceSupportChannel-container .questionAnswer div.tab-content .ul .li .active span.fa-minus-square-o {
    display: inline-block;
}

.container .serviceSupportChannel .serviceSupportChannel-container .questionAnswer div.tab-content .ul .li .answer {
    display: none;
    border-top: 2px solid #e5e6e8;
    padding: 15px 30px;
    font-size: 15px;
    color: #000000;
    line-height: 25px;
    /*margin-top: 10px;*/
}

.container .serviceSupportChannel .serviceSupportChannel-container .questionAnswer div.tab-content .ul .li .answer img {
    width: 100%;
    margin-top: 10px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .troubleshooting {
    background-color: #e5e6e8;
    display: table-cell;
    width: 80%;
    padding: 60px 140px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .troubleshooting h1 {
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 23px;
    color: #000000;
    text-align: center;
}

.container .serviceSupportChannel .serviceSupportChannel-container .troubleshooting p.line {
    margin: 15px auto 0 auto;
    background-color: #0067b8;
}

.container .serviceSupportChannel .serviceSupportChannel-container .troubleshooting form table {
    table-layout: fixed;
    width: 100%;
}

.container .serviceSupportChannel .serviceSupportChannel-container .troubleshooting form table tr td {
    padding: 8px 0;
    width: 50%;
}

.container .serviceSupportChannel .serviceSupportChannel-container .troubleshooting form table tr td h5 {
    text-align: right;
    font-size: 14px;
    margin: 0;
    color: #000000;
}

.container .serviceSupportChannel .serviceSupportChannel-container .troubleshooting form table tr td div.input {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.container .serviceSupportChannel .serviceSupportChannel-container .troubleshooting form table tr td div.input span {
    display: table-cell;
    color: #0067b8;
    width: 15px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .troubleshooting form table tr td div.input label {
    display: table-cell;
    width: 90px;
    font-size: 15px;
    color: #000000;
    font-weight: normal;
}

.container .serviceSupportChannel .serviceSupportChannel-container .troubleshooting form table tr td div.input input {
    display: table-cell;
    border: 1px solid #a6a6a7;
    outline: none;
    font-size: 14px;
    width: 100%;
    color: #000000;
    padding: 4px 0 4px 10px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .troubleshooting form table tr td div.textarea {
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
}

.container .serviceSupportChannel .serviceSupportChannel-container .troubleshooting form table tr td div.textarea span {
    display: table-cell;
    color: #0067b8;
    width: 15px;
    vertical-align: top;
}

.container .serviceSupportChannel .serviceSupportChannel-container .troubleshooting form table tr td div.textarea label {
    display: table-cell;
    width: 90px;
    font-size: 15px;
    color: #000000;
    font-weight: normal;
    vertical-align: top;
}

.container .serviceSupportChannel .serviceSupportChannel-container .troubleshooting form table tr td div.textarea textarea {
    display: table-cell;
    border: 1px solid #a6a6a7;
    outline: none;
    font-size: 14px;
    width: 100%;
    color: #000000;
    padding: 5px 0 5px 10px;
    vertical-align: top;
    min-height: 80px;
    max-height: 80px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .troubleshooting form table tr td div.submits {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}

.container .serviceSupportChannel .serviceSupportChannel-container .troubleshooting form table tr td div.submits span {
    display: table-cell;
    color: #0067b8;
    width: 13px;
    vertical-align: middle;
}

.container .serviceSupportChannel .serviceSupportChannel-container .troubleshooting form table tr td div.submits label {
    display: table-cell;
    width: 90px;
    font-size: 15px;
    color: #000000;
    font-weight: normal;
    vertical-align: middle;
}

.container .serviceSupportChannel .serviceSupportChannel-container .troubleshooting form table tr td div.submits input {
    display: table-cell;
    border: 1px solid #a6a6a7;
    outline: none;
    font-size: 14px;
    width: 150px;
    color: #000000;
    padding: 4px 0 4px 10px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .troubleshooting form table tr td div.submits img {
    width: 100px;
    height: 29px;
    margin-left: 20px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .troubleshooting form table tr td div.submits button {
    position: absolute;
    outline: none;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #000000;
    padding: 5px 25px;
    border-radius: 15px;
    border: 1px solid #a6a6a7;
}

.container .serviceSupportChannel .serviceSupportChannel-container .troubleshooting form table tr td div.submits button.reset {
    right: 95px;
    top: 15px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .troubleshooting form table tr td div.submits button.submit {
    right: 0;
    top: 15px;
}

.container .serviceSupportChannel .serviceSupportChannel-container .troubleshooting form table tr td:first-child div.input {
    width: 80%;
}

.container .serviceSupportChannel .serviceSupportChannel-container .troubleshooting form table tr td:last-child {
    width: 80%;
    margin-left: 20%;
}

.container .serviceSupportChannel .serviceSupportChannel-more-list {
    margin: 15px auto 0 auto;
    text-align: center;
}

.container .serviceSupportChannel .serviceSupportChannel-more-list a span {
    color: #8f8f8f;
    font-size: 15px;
    vertical-align: middle;
}

.container .serviceSupportChannel .serviceSupportChannel-more-list a span.icon {
    font-size: 23px;
}

.container .serviceSupportChannel .serviceSupportChannel-more-list a:hover span {
    color: #000000;
}

.container .joinUs-banner {
    overflow: hidden;
    width: 100%;
    margin-top: 80px;
}

.container .joinUs-banner .swiper-slide {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.container .joinUs-banner .swiper-slide img {
    width: 100%;
}

.container .joinUs-banner .swiper-slide .info {
    /*position: absolute;*/
    /*left: 10%;*/
    /*bottom: 0;*/
    width: 100%;
    /*background-color: rgba(234, 235, 236, 0.9);*/
    padding: 15px 0 25px 0;
}

.container .joinUs-banner .swiper-slide .info h2 {
    text-align: center;
    font-size: 23px;
    color: #000000;
    font-weight: bold;
    margin: 0 auto;
    padding: 0;
    width: 80%;
}

.container .joinUs-banner .swiper-slide .info h3 {
    text-align: center;
    font-size: 15px;
    color: #000000;
    margin: 10px auto 0 auto;
    font-weight: normal;
    padding: 0;
    width: 80%;
}

.container .jobInformation-banner .swiper-slide {
    position: relative;
}

.container .jobInformation-banner .swiper-slide .search {
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 80%;
    background-color: rgba(234, 235, 236, 0.9);
    padding: 15px 0 15px 0;
}

.container .jobInformation-banner .swiper-slide .search form h1 {
    margin: 0;
    padding: 0 20px 0 0;
    text-align: left;
    font-size: 23px;
    color: #000000;
    font-weight: bolder;
    width: 45%;
}

.container .jobInformation-banner .swiper-slide .search form .select {
    width: 170px;
    height: 30px;
    border: 1px solid #969696;
    text-align: right;
    position: relative;
    margin: 0;
    padding: 0 5px 0 0;
    line-height: normal;
    overflow: hidden;
}

.container .jobInformation-banner .swiper-slide .search form .select select {
    position: absolute;
    border: none;
    outline: none;
    left: 0;
    top: 0;
    width: 180px;
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #8f8f8f;
    overflow: hidden;
}

.container .jobInformation-banner .swiper-slide .search form .select select option {
    width: 150px;
    height: 30px;
}

.container .jobInformation-banner .swiper-slide .search form .select span {
    color: #969696;
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.container .jobInformation-banner .swiper-slide .search form .address {
    margin-right: 20px;
}

.container .jobInformation-banner .swiper-slide .search form .job {
    margin-right: 20px;
}

.container .jobInformation-banner .swiper-slide .search form button {
    border: none;
    outline: none;
    background-color: #0067b8;
    color: #ffffff;
    font-size: 15px;
    padding: 5px 0;
    border-radius: 10px;
    width: 66px;
}

.container .joinUs-menu {
    padding: 20px 0;
}

.container .joinUs-menu .list .item {
    width: auto;
    padding: 0 10px;
    border-left: 1px solid #0067b8;
}

.container .joinUs-menu .list .item a {
    font-size: 15px;
    color: #000000;
    display: block;
    width: auto;
    margin: 0 auto;
    padding: 2px 10px;
    border-radius: 15px;
}

.container .joinUs-menu .list .item:hover a {
    background-color: #f7f8f9;
}

.container .joinUs-menu .list .active a {
    color: #0067b8 !important;
}

.container .joinUs .joinUs-container {
    margin-top: 15px;
    overflow: hidden;
}

.container .joinUs .joinUs-container .content {
    width: 100%;
}

.container .joinUs .joinUs-container .content .list {
    width: 100%;
}

.container .joinUs .joinUs-container .content .list .ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.container .joinUs .joinUs-container .content .list .ul .item {
    background-color: #f7f8f9;
    /*flex: 1;*/
    width: calc((100% - 60px) / 5);
    margin-left: 15px;
}

.container .joinUs .joinUs-container .content .list .ul .item a.logo {
    overflow: hidden;
    display: block;
}

.container .joinUs .joinUs-container .content .list .ul .item a.logo img {
    width: 100%;
    transform: scale(1, 1);
    transition-duration: 0.5s;
}

.container .joinUs .joinUs-container .content .list .ul .item a.logo:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
}

.container .joinUs .joinUs-container .content .list .ul .item a.info {
    display: block;
    padding: 15px 20px;
}

.container .joinUs .joinUs-container .content .list .ul .item a.info .title {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.container .joinUs .joinUs-container .content .list .ul .item a.info .desc {
    font-size: 15px;
    font-weight: normal;
    margin: 15px 0 0 0;
    padding: 0;
    color: #333333;
    line-height: 23px;
    overflow: hidden;
    height: 161px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.container .joinUs .joinUs-container .content .list .ul .item a.info:hover {
    /*background-color: #0067b8;*/
}

.container .joinUs .joinUs-container .content .list .ul .item a.info:hover .title,
.container .joinUs .joinUs-container .content .list .ul .item a.info:hover .desc,
.container .joinUs .joinUs-container .content .list .ul .item a.info:hover .desc span {
    color: #0067b8 !important;
}

.container .joinUs .joinUs-container .content .list .ul .item:first-child {
    margin-left: 0;
}

.container .joinUs .joinUs-container .content .questions {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 15px;
}

.container .joinUs .joinUs-container .content .questions .question-list {
    display: table-cell;
    height: auto;
    width: 50%;
}

.container .joinUs .joinUs-container .content .questions .question-list .ul {
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}

.container .joinUs .joinUs-container .content .questions .question-list .ul .item {
    background-color: #f7f8f9;
    height: 100%;
    width: calc((100% - 30px) / 3);
    margin-bottom: 15px;
    margin-left: 15px;
}

.container .joinUs .joinUs-container .content .questions .question-list .ul .item:nth-of-type(3n+1) {
    margin-left: 0;
}

.container .joinUs .joinUs-container .content .questions .question-list .ul .item a.logo {
    overflow: hidden;
    display: block;
}

.container .joinUs .joinUs-container .content .questions .question-list .ul .item a.logo img {
    width: 100%;
    transform: scale(1, 1);
    transition-duration: 0.5s;
}

.container .joinUs .joinUs-container .content .questions .question-list .ul .item a.logo:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
}

.container .joinUs .joinUs-container .content .questions .question-list .ul .item a.info {
    display: block;
    padding: 15px 20px;
}

.container .joinUs .joinUs-container .content .questions .question-list .ul .item a.info .title {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.container .joinUs .joinUs-container .content .questions .question-list .ul .item a.info .desc {
    font-size: 15px;
    font-weight: normal;
    margin: 15px 0 0 0;
    padding: 0;
    color: #333333;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 138px;
}

.container .joinUs .joinUs-container .content .questions .question-list .ul .item a.info:hover {
    /*background-color: #0067b8;*/
}

.container .joinUs .joinUs-container .content .questions .question-list .ul .item a.info:hover .title,
.container .joinUs .joinUs-container .content .questions .question-list .ul .item a.info:hover .desc {
    color: #0067b8;
}

.container .joinUs .joinUs-container .content .questions .question {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    border-left: 15px solid #ffffff;
    background-color: #f7f8f9;
    padding: 30px;
}

.container .joinUs .joinUs-container .content .questions .question .question-content h1.title {
    font-size: 23px;
    color: #000000;
    margin: 0;
    padding: 0 0 30px 0;
    font-weight: bold;
}

.container .joinUs .joinUs-container .content .questions .question .question-content h1.title:hover {
    color: #0067b8;
}

.container .joinUs .joinUs-container .content .questions .question .question-content h2.question-title {
    font-size: 16px;
    color: #000000;
    margin: 0;
    padding: 10px 0 0 0;
    font-weight: bold;
}

.container .joinUs .joinUs-container .content .questions .question .question-content h3.answer {
    font-size: 15px;
    color: #000000;
    margin: 0;
    padding: 10px 0 10px 0;
    font-weight: normal;
    line-height: 23px;
    border-bottom: 1px solid #e1e1e1;
}

.container .joinUs .joinUs-container .commonProblem {
    background-color: #f7f8f9;
    padding: 30px 10% 60px 10%;
}

.container .joinUs .joinUs-container .commonProblem .pane .ul {
    width: 100%;
}

.container .joinUs .joinUs-container .commonProblem .pane .ul .li {
    margin: 15px 0 0 0;
    background-color: #ffffff;
}

.container .joinUs .joinUs-container .commonProblem .pane .ul .li .question {
    padding: 15px 100px 15px 30px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container .joinUs .joinUs-container .commonProblem .pane .ul .li .question span.fa {
    color: #0067b8;
    font-size: 14px;
    margin-right: 10px;
}

.container .joinUs .joinUs-container .commonProblem .pane .ul .li .question span.fa-plus-square-o {
    display: inline-block;
}

.container .joinUs .joinUs-container .commonProblem .pane .ul .li .question span.fa-minus-square-o {
    display: none;
}

.container .joinUs .joinUs-container .commonProblem .pane .ul .li .question span.text {
    font-size: 15px;
    color: #000000;
}

.container .joinUs .joinUs-container .commonProblem .pane .ul .li .question a.seeBack {
    position: absolute;
    right: 30px;
    top: 12px;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 10px;
    padding: 3px 10px;
    display: none;
    font-size: 12px;
}

.container .joinUs .joinUs-container .commonProblem .pane .ul .li .question a.seeBack span {
    color: #ffffff;
}

.container .joinUs .joinUs-container .commonProblem .pane .ul .li:hover .question {
    background-color: #0067b8;
}

.container .joinUs .joinUs-container .commonProblem .pane .ul .li:hover span.text {
    color: #ffffff !important;
}

.container .joinUs .joinUs-container .commonProblem .pane .ul .li:hover span.fa-plus-square-o {
    display: none;
}

.container .joinUs .joinUs-container .commonProblem .pane .ul .li:hover span.fa-minus-square-o {
    display: inline-block;
    color: #ffffff !important;
}

.container .joinUs .joinUs-container .commonProblem .pane .ul .li:hover a.seeBack {
    display: inline-block;
}

.container .joinUs .joinUs-container .commonProblem .pane .ul .li:hover a.seeBack span.fa-angle-down {
    display: inline-block;
    margin-left: 5px;
    margin-right: 0;
}

.container .joinUs .joinUs-container .commonProblem .pane .ul .li:hover a.seeBack span.fa-angle-up {
    display: none;
    margin-left: 0;
    margin-right: 0;
}

.container .joinUs .joinUs-container .commonProblem .pane .ul .li:hover .question a.seeBack {
    color: #ffffff !important;
}

.container .joinUs .joinUs-container .commonProblem .pane .ul .li .active {
    background-color: #0067b8;
}

.container .joinUs .joinUs-container .commonProblem .pane .ul .li .active span.text {
    color: #ffffff !important;
}

.container .joinUs .joinUs-container .commonProblem .pane .ul .li .active span.fa-plus-square-o {
    display: none;
}

.container .joinUs .joinUs-container .commonProblem .pane .ul .li .active span.fa-minus-square-o {
    display: inline-block;
    color: #ffffff !important;
}

.container .joinUs .joinUs-container .commonProblem .pane .ul .li .active a.seeBack {
    display: inline-block;
}

.container .joinUs .joinUs-container .commonProblem .pane .ul .li .active a.seeBack span.fa-angle-down {
    display: none;
    margin-left: 0;
    margin-right: 0;
}

.container .joinUs .joinUs-container .commonProblem .pane .ul .li .active a.seeBack span.fa-angle-up {
    display: inline-block;
    margin-left: 5px;
    margin-right: 0;
}

.container .joinUs .joinUs-container .commonProblem .pane .ul .li .answer {
    display: none;
    border-top: 2px solid #f7f8f9;
    padding: 15px 30px;
    font-size: 15px;
    color: #000000;
    line-height: 25px;
    margin-top: 10px;
}

.container .joinUs .joinUs-container .fifthPart {
    background-color: #f7f8f9;
}

.container .joinUs .joinUs-container .fifthPart .pane {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0 100px 0;
}

.container .joinUs .joinUs-container .fifthPart .pane .title {
    margin: 0;
    padding: 0;
    font-size: 23px;
    color: #000000;
    font-weight: bolder;
}

.container .joinUs .joinUs-container .fifthPart .pane .resource {
    margin: 10px 0;
    padding: 0;
    font-size: 15px;
    color: #000000;
    font-weight: normal;
}

.container .joinUs .joinUs-container .fifthPart .pane .line {
    background-color: #0067b8;
    width: 100px;
    margin: 0;
    padding: 0;
}

.container .joinUs .joinUs-container .fifthPart .pane .content {
    padding: 20px 0;
}

.container .joinUs .joinUs-container .fifthPart-comment {
    border-top: 5px solid #ffffff;
    width: 90%;
    margin: 0 auto;
}

.container .joinUs .joinUs-container .onlineApplication {
    background-color: #f7f8f9;
    padding: 60px 0;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con {
    width: 85%;
    margin: 0 auto;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon p {
    color: #000000;
    margin: 0;
    padding: 0;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon p.color01 {
    color: #f00;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .bornone {
    border: none;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon h3 {
    padding: 0 0 10px 0;
    color: #000000;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon p.tip {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000000;
    font-size: 15px;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon p.date {
    margin: 0;
    padding: 0;
    text-align: right;
    color: #666666;
    font-size: 15px;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applytit {
    padding: 0 0 10px 0;
    font-size: 15px;
    color: #666666;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applytit b {
    font-weight: bolder;
    color: #000000;
    font-size: 14px;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet input {
    font-size: 15px;
    padding: 3px 5px;
    color: #000000;
    border: 1px solid #dbdbdb;
    background: #fff;
    text-align: center;
    vertical-align: middle;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet .border1px {
    border: #dbdbdb 1px solid;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet .bordertop {
    border-top: none;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet .w40 {
    width: 40px;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet .w50 {
    width: 50px;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet .w70 {
    width: 70px;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet .w100 {
    width: 100px;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet .w120 {
    width: 120px;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet .w150 {
    width: 150px;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet .w200 {
    width: 200px;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet .w250 {
    width: 250px;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet .w300 {
    width: 300px;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet .w320 {
    width: 320px;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet .w350 {
    width: 350px;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet .w400 {
    width: 400px;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet .w430 {
    width: 430px;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet .w450 {
    width: 450px;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet .w475 {
    width: 475px;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet input.bg02 {
    background: none;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet .apply_erea {
    width: 720px;
    height: 150px;
    padding: 5px;
    background: #fff;
    border: 1px solid #dbdbdb;
    resize: none;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet .pad10 {
    padding: 10px;
    border-top: 1px solid #dbdbdb;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet .tabone input {
    text-align: left;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet .apply-btn {
    margin: 20px 0;
    color: #ababab;
    width: 100px;
    height: 30px;
    overflow: hidden;
    font-weight: bold;
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid #dbdbdb;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet tr td {
    padding: 8px 12px;
    border-right: #dbdbdb 1px solid;
    border-bottom: #dbdbdb 1px solid;
    background-color: #f7f8f9;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet tr td.bg01 {
    color: #000000;
    background-color: #ffffff;
    font-size: 15px;
}

.container .joinUs .joinUs-container .onlineApplication .innner-con .applycon .applydet tr th.thbg {
    padding: 8px 12px;
    background-color: #e5e6e8;
    font-weight: bold;
    text-align: center;
    color: #ababab;
    font-size: 16px;
}

.container .joinUs .joinUs-container .jobInformation {
    background-color: #f7f8f9;
    padding: 60px 0;
}

.container .joinUs .joinUs-container .jobInformation .innner {
    width: 70%;
    margin: 0 auto;
}

.container .joinUs .joinUs-container .jobInformation .innner .list .item .head {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #d0d0d0;
}

.container .joinUs .joinUs-container .jobInformation .innner .list .item .head .info {
    display: table-cell;
    width: 50%;
    padding-left: 5%;
}

.container .joinUs .joinUs-container .jobInformation .innner .list .item .head .info h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #000000;
    font-weight: bolder;
}

.container .joinUs .joinUs-container .jobInformation .innner .list .item .head .info p {
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 15px;
    color: #000000;
    font-weight: normal;
}

.container .joinUs .joinUs-container .jobInformation .innner .list .item .head .date {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    color: #000000;
}

.container .joinUs .joinUs-container .jobInformation .innner .list .item .head .details {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
    text-align: center;
}

.container .joinUs .joinUs-container .jobInformation .innner .list .item .head .details a {
    font-size: 15px;
    color: #000000;
    display: inline-block;
    width: auto;
    background-color: #ffffff;
    text-align: center;
    padding: 5px 20px;
    border-radius: 20px;
    border: 1px solid #eeeeee;
}

.container .joinUs .joinUs-container .jobInformation .innner .list .item .head .details a span {
    font-size: 14px;
}

.container .joinUs .joinUs-container .jobInformation .innner .list .item .head .details a span.up {
    display: none;
}

.container .joinUs .joinUs-container .jobInformation .innner .list .item .head .active h1 {
    color: #0067b8;
}

.container .joinUs .joinUs-container .jobInformation .innner .list .item .head .active a {
    color: #0067b8;
}

.container .joinUs .joinUs-container .jobInformation .innner .list .item .head .active a span {
    color: #0067b8;
}

.container .joinUs .joinUs-container .jobInformation .innner .list .item .head .active a span.down {
    display: none;
}

.container .joinUs .joinUs-container .jobInformation .innner .list .item .head .active a span.up {
    display: inline-block;
}

.container .joinUs .joinUs-container .jobInformation .innner .list .item .body {
    background-color: #ffffff;
    padding: 60px 5%;
    display: none;
}

.container .joinUs .joinUs-container .jobInformation .innner .list .item .body h1.jh {
    font-weight: bold;
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 15px;
    color: #000000;
}

.container .joinUs .joinUs-container .jobInformation .innner .list .item .body h1.jh:first-child {
    margin-top: 0;
}

.container .joinUs .joinUs-container .jobInformation .innner .list .item .body div.jd {
    font-weight: normal;
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 15px;
    color: #000000;
}

.container .joinUs .joinUs-container .jobInformation .innner .list .item .body button {
    background-color: transparent;
    border: 1px solid #0067b8;
    outline: none;
    margin-top: 15px;
    padding: 4px 15px;
}

.container .joinUs .joinUs-container .jobInformation .innner .list .item .body button a {
    color: #0067b8;
    font-size: 15px;
}

.container .joinUs .joinUs-container .jobInformation .innner .list .item .body button a span {
    font-size: 14px;
}

.container .joinUs .joinUs-container .joinUs-more-list {
    margin: 15px auto 0 auto;
    text-align: center;
}

.container .joinUs .joinUs-container .joinUs-more-list a span {
    color: #8f8f8f;
    font-size: 15px;
    vertical-align: middle;
}

.container .joinUs .joinUs-container .joinUs-more-list a span.icon {
    font-size: 23px;
}

.container .joinUs .joinUs-container .joinUs-more-list a:hover span {
    color: #000000;
}

.container .concatUs-banner {
    margin-top: 80px;
    overflow: hidden;
    width: 100%;
}

.container .concatUs-banner .swiper-slide {
    position: relative;
}

.container .concatUs-banner .swiper-slide img {
    width: 100%;
}

.container .concatUs-banner .swiper-slide .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 40px;
}

.container .concatUs-banner .swiper-slide .info .title {
    color: #ffffff;
    font-size: 30px;
    margin: 0;
    padding: 0 0 5px 0;
}

.container .concatUs-banner .swiper-slide .info .worker-time {
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 15px;
    color: #ffffff;
}

.container .concatUs .concatUs-menu {
    /*background-color: #f7f8f9;*/
    height: 55px;
}

.container .concatUs .concatUs-menu .list {
    padding: 15px 0;
}

.container .concatUs .concatUs-menu .list .item {
    width: auto;
    padding: 0 20px;
}

.container .concatUs .concatUs-menu .list .item a {
    font-size: 15px;
    color: #000000;
    line-height: 15px;
}

.container .concatUs .concatUs-menu .list .item:hover a {
    color: #0067b8 !important;
}

.container .concatUs .concatUs-menu .list .item:first-child {
    border-right: 1px solid #0067b8;
}

.container .concatUs .concatUs-menu .list .item:first-child a {
    font-size: 17px;
    font-weight: bolder;
}

.container .concatUs .concatUs-menu .list .active a {
    color: #0067b8;
}

.container .concatUs .visitReservation {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 15px;
}

.container .concatUs .visitReservation .content {
    display: table-cell;
    width: 80%;
    background-color: #e5e6e8;
    margin-top: 0;
    padding: 40px 0;
    border-right: 15px solid #ffffff;
    vertical-align: top;
}

.container .concatUs .visitReservation .content form {
    display: block;
    width: 88.6%;
    margin: 0 auto;
}

.container .concatUs .visitReservation .content form h1 {
    margin: 0;
    padding: 0;
    font-size: 23px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
}

.container .concatUs .visitReservation .content form h1 span.icon {
    color: #828282;
    font-size: 23px;
}

.container .concatUs .visitReservation .content form p.date {
    margin: 0;
    padding: 0;
    text-align: right;
    color: #666666;
    font-size: 15px;
}

.container .concatUs .visitReservation .content form input {
    border: none;
}

.container .concatUs .visitReservation .content form table {
    width: 100%;
    margin-top: 20px;
}

.container .concatUs .visitReservation .content form table tr {
    width: 100%;
}

.container .concatUs .visitReservation .content form table tr p.title {
    background-color: #fff0f0;
    width: 100%;
    margin: 15px 0 15px 0;
    padding: 5px 0 5px 20px;
    font-size: 16px;
    float: left;
}

.container .concatUs .visitReservation .content form table tr p.style1 {
    background-color: #ffffff;
    width: 47.5%;
    margin: 0 0 15px 0;
    padding: 5px 0 5px 20px;
    font-size: 15px;
    float: left;
}

.container .concatUs .visitReservation .content form table tr p.style2 {
    background-color: #ffffff;
    width: 47.5%;
    margin: 0 0 15px 5%;
    padding: 5px 0 5px 20px;
    font-size: 15px;
    float: left;
    color: #999999;
}

.container .concatUs .visitReservation .content form table tr p.style2 label {
    font-weight: normal;
    font-size: 15px;
}

.container .concatUs .visitReservation .content form table tr p.style3 {
    background-color: #ffffff;
    width: 100%;
    margin: 0 0 0 0;
    padding: 5px 0 5px 20px;
    font-size: 15px;
    float: left;
}

.container .concatUs .visitReservation .content form table tr p.style3 textarea {
    background-color: transparent;
    height: 80px;
    outline: none;
    border: none;
    width: 100%;
}

.container .concatUs .visitReservation .content form table tr p.style4 {
    background-color: #f3faff;
    width: 47.5%;
    margin: 0 0 15px 5%;
    padding: 5px 0 5px 20px;
    font-size: 15px;
    float: left;
    color: #999999;
}

.container .concatUs .visitReservation .content form table tr p.style4 input {
    width: 80px;
}

.container .concatUs .visitReservation .content form table tr p.style4 img {
    width: 100px;
    display: inline-block;
    height: 30px;
}

.container .concatUs .visitReservation .content form table tr p.style4 span {
    color: #000000;
    font-size: 15px;
}

.container .concatUs .visitReservation .content form table tr:first-child p.title {
    margin-top: 0;
}

.container .concatUs .visitReservation .content form div.buttons {
    text-align: center;
    margin-top: 30px;
}

.container .concatUs .visitReservation .content form div.buttons button {
    display: inline-block;
    background-color: #FFFFFF;
    color: #333333;
    font-size: 15px;
    margin: 0 20px;
    border: none;
    outline: none;
    padding: 5px 30px;
    border-radius: 15px;
}

.container .concatUs .visitReservation .guide .guide-content .way p {
    text-align: center;
    text-align-last: center;
}

.container .concatUs .concatUs-container {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.container .concatUs .concatUs-container .content {
    display: table-cell;
    width: auto;
    background-color: #e5e6e8;
    margin-top: 0;
    padding: 0;
    border-right: 5px solid #ffffff;
    vertical-align: top;
    height: 100%;
}

.container .concatUs .concatUs-container .content .address {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.container .concatUs .concatUs-container .content .address .address-banner {
    display: table-cell;
    overflow: hidden;
    height: 100%;
    width: 50%;
    position: relative;
}

.container .concatUs .concatUs-container .content .map-show-body {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.container .concatUs .concatUs-container .content .address .address-banner img {
    height: 100%;
    /*width: 100%;*/
    object-fit: fill;
}

.container .concatUs .concatUs-container .content .address .address-content {
    display: table-cell;
    width: 50%;
    position: relative;
}

.container .concatUs .concatUs-container .content .address .address-content ul.nav-tabs {
    margin: 0;
    padding: 0 30px;
    border: none;
    background-color: #f7f8f9;
}

.container .concatUs .concatUs-container .content .address .address-content ul.nav-tabs li {
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.container .concatUs .concatUs-container .content .address .address-content ul.nav-tabs li a {
    border: none;
    text-align: center;
    color: #000000;
    font-size: 15px;
    border-radius: 0;
    margin: 0;
    padding: 10px 25px 10px 0;
}

.container .concatUs .concatUs-container .content .address .address-content ul.nav-tabs li a:hover {
    color: #0067b8 !important;
}

.container .concatUs .concatUs-container .content .address .address-content ul.nav-tabs li a:hover {
    background-color: #f7f8f9;
}

.container .concatUs .concatUs-container .content .address .address-content ul.nav-tabs li:last-child {
    border: none;
}

.container .concatUs .concatUs-container .content .address .address-content ul.nav-tabs li.active a {
    border: none;
    text-align: center;
    background-color: #f7f8f9;
    color: #0067b8;
    font-size: 15px;
    border-radius: 0;
}

.container .concatUs .concatUs-container .content .address .address-content .tab-content {
    padding: 2.5% 0 35px 0;
}

.container .concatUs .concatUs-container .content .address .address-content .tab-content h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #000000;
    line-height: normal;
    font-weight: bold;
}

.container .concatUs .concatUs-container .content .address .address-content .tab-content p {
    margin: 10px 0;
    padding: 0 30px;
    color: #000000;
width:100%;
    font-size: 15px;
    word-wrap: break-word
}

.container .concatUs .concatUs-container .content .address .address-content .tab-content .codes {
    width: 100%;
margin-top: 16.5%;
  /*  margin-top: 2.5%;*/
    border-top: 2px solid #FFFFFF;
    padding: 6% 30px 35px 30px;
    vertical-align: middle;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-justify-content: start;
    justify-content: start;
}

.container .concatUs .concatUs-container .content .address .address-content .tab-content .codes .code {
    flex: 1;
}

.container .concatUs .concatUs-container .content .address .address-content .tab-content .codes .code img {
    display: block;
    width: 90px;
}

.container .concatUs .concatUs-container .content .address .address-content .tab-content .codes .code div {
    width: 90px;
    margin: 10px 0 0 0;
}

.container .concatUs .concatUs-container .content .address .address-content .tab-content .codes .code div span {
    font-size: 15px;
    color: #000000;
}

.container .concatUs .concatUs-container .content .address .address-content .tab-content .codes .code:nth-of-type(1) img {}

.container .concatUs .concatUs-container .content .address .address-content .tab-content .codes .code:nth-of-type(1) div {
    text-align: center;
    text-align-last: center;
}

.container .concatUs .concatUs-container .content .address .address-content .tab-content .codes .code:nth-of-type(2) img {
    margin-left: auto;
    margin-right: auto;
}

.container .concatUs .concatUs-container .content .address .address-content .tab-content .codes .code:nth-of-type(2) div {
    text-align: center;
    text-align-last: center;
    margin-left: auto;
    margin-right: auto;
}

.container .concatUs .concatUs-container .content .address .address-content .tab-content .codes .code:nth-of-type(3) img {
    float: right;
}

.container .concatUs .concatUs-container .content .address .address-content .tab-content .codes .code:nth-of-type(3) div {
    text-align-last: right;
    float: right;
    width: 100%;
    text-align: right;
}

.container .concatUs .concatUs-container .content .address .address-content .tab-content .codes .code:nth-of-type(3) div span {
    width: 90px;
    display: inline-block;
    text-align: center;
    text-align-last: center;
}

.container .concatUs .concatUs-container .content .address .address-content .see-map {
    border-top: 2px solid #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.container .concatUs .concatUs-container .content .address .address-content .see-map .head {
    width: 100%;
    padding: 10px 50px;
    display: table;
    table-layout: fixed;
}

.container .concatUs .concatUs-container .content .address .address-content .see-map .head .title {
    display: table-cell;
    width: 50%;
    font-size: 16px;
    color: #000000;
    line-height: normal;
    margin: 0;
    font-weight: normal;
    padding: 0;
}

.container .concatUs .concatUs-container .content .address .address-content .see-map .head .btn {
    display: table-cell;
    width: 50%;
    text-align: right;
    padding: 0;
    margin: 0;
}

.container .concatUs .concatUs-container .content .address .address-content .see-map .head .btn a {
    border: none;
    color: #000000;
    font-size: 15px;
}

.container .concatUs .concatUs-container .content .address .address-content .see-map .head .btn a span {
    color: #000000;
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
}

.container .concatUs .concatUs-container .content .address .address-content .see-map .head .btn a.active {
    color: #0067b8 !important;
}

.container .concatUs .concatUs-container .content .address .address-content .see-map .head .btn a.active span {
    color: #0067b8 !important;
}

.container .concatUs .concatUs-container .content .address .address-content .see-map .head .btn a .open {
    display: inline-block;
}

.container .concatUs .concatUs-container .content .address .address-content .see-map .head .btn a .hide {
    display: none;
}

.container .concatUs .concatUs-container .content .address .address-content .see-map .head .btn a.active .open {
    display: none !important;
}

.container .concatUs .concatUs-container .content .address .address-content .see-map .head .btn a.active .hide {
    display: inline-block !important;
}

.container .concatUs .concatUs-container .content .address .address-content .see-map .head:hover .title,
.container .concatUs .concatUs-container .content .address .address-content .see-map .head:hover .btn a span {
    color: #0067b8;
}

.container .concatUs .guide {
    background-color: #f7f8f9;
    display: table-cell;
    width: 300px;
    padding: 15px;
    vertical-align: top;
}

.container .concatUs .guide .guide-content h1 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #000000;
    line-height: normal;
    font-weight: bold;
}

.container .concatUs .guide .guide-content h1 span {
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}

.container .concatUs .guide .guide-content .way {
    margin-top: 15%;
}

.container .concatUs .guide .guide-content .way>.logo {
    background-color: #000000;
    text-align: center;
    padding: 15px 0;
}

.container .concatUs .guide .guide-content .way .logo img {
    width: 90%;
}

.container .concatUs .guide .guide-content .way .logo span {
    color: #7d7d7d;
}

.container .concatUs .guide .guide-content .way .logo span.icon {
    font-size: 40px;
    display: inline-block;
    margin-right: 5px;
}

.container .concatUs .guide .guide-content .way .logo span.text {
    text-transform: uppercase;
    font-size: 16px;
    vertical-align: middle;
    font-weight: bold;
}

.container .concatUs .guide .guide-content .way .info p {
    margin: 5px 0;
    color: #000000;
    font-size: 15px;
    text-align: center;
}

.container .concatUs .guide .guide-content .code {
    background-color: #e5e6e8;
    padding: 10px 0;
    margin: 15px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-justify-content: start;
    justify-content: start;
}

.container .concatUs .guide .guide-content .code img {
    margin-right: 15px;
    width: 30%;
    margin-left: 15px;
}

.container .concatUs .guide .guide-content .code span {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
}

.container .honor-banner {
    margin-top: 80px;
    overflow: hidden;
    width: 100%;
}

.container .honor-banner img {
    width: 100%;
}

.container .honor .honor-container .publication .publication-content ul {
    -webkit-box-pack: start;
    -moz-justify-content: start;
    justify-content: start;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -moz-align-items: start;
    align-items: start;
}

.container .honor .honor-container .publication .publication-content ul li {
    margin-top: 15px;
    width: calc((100% - 45px) / 4);
    margin-right: 15px;
    cursor: pointer;
}

.container .honor .honor-container .publication .publication-content ul li:nth-of-type(1),
.container .honor .honor-container .publication .publication-content ul li:nth-of-type(2),
.container .honor .honor-container .publication .publication-content ul li:nth-of-type(3),
.container .honor .honor-container .publication .publication-content ul li:nth-of-type(4) {
    margin-top: 0;
}

.container .honor .honor-container .publication .publication-content ul li:nth-of-type(4n+4) {
    margin-right: 0;
}

.container .honor .honor-container .categoryPage {
    margin-top: 15px;
}

.container .honor .honor-container .categoryPage .publication .publication-content .bookshelf .book {
    overflow: hidden;
    padding: 0;
}

.container .honor .honor-container .categoryPage .publication .publication-content .bookshelf .book img {
    transform: scale(1, 1);
    transition-duration: 0.5s;
    width: 100%;
}

.container .honor .honor-container .categoryPage .publication .publication-content .bookshelf .book:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
}

.container .honor .honor-container .categoryPage .publication .publication-content .bookInfo a {
    display: block;
}

.container .honor .honor-container .categoryPage .publication .publication-content .bookInfo h1 {
    display: block !important;
}

.container .honor .honor-container .categoryPage .publication .publication-content .bookInfo a:hover {
    background-color: #0067b8;
}

.container .honor .honor-container .categoryPage .publication .publication-content .bookInfo a:hover h1 {
    color: #ffffff !important;
}

.container .honor .honor-container .channelPage {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
}

.container .honor .honor-container .channelPage .channelPage-content {
    display: table-cell;
    width: 80%;
    vertical-align: top;
}

.container .honor .honor-container .channelPage .channelPage-content .publication .publication-content .bookshelf .book {
    overflow: hidden;
    padding: 0;
}

.container .honor .honor-container .channelPage .channelPage-content .publication .publication-content .bookshelf .book img {
    transform: scale(1, 1);
    transition-duration: 0.5s;
    width: 100%;
}

.container .honor .honor-container .channelPage .channelPage-content .publication .publication-content .bookshelf .book:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
}

.container .honor .honor-container .channelPage .channelPage-content .publication .publication-content .bookInfo a {
    display: block;
}

.container .honor .honor-container .channelPage .channelPage-content .publication .publication-content .bookInfo h1 {
    display: block !important;
}

.container .honor .honor-container .channelPage .channelPage-content .publication .publication-content .bookInfo a:hover {
    background-color: #0067b8;
}

.container .honor .honor-container .channelPage .channelPage-content .publication .publication-content .bookInfo a:hover h1 {
    color: #FFFFFF !important;
}

.container .honor .honor-container .channelPage .channelPage-quick {
    display: table-cell;
    width: 20%;
    background-color: #e5e6e8;
    border-left: 15px solid #ffffff;
    vertical-align: top;
    padding: 30px 15px;
}

.container .honor .honor-container .channelPage .channelPage-quick .quick-info {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #9a9a9a;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.container .honor .honor-container .channelPage .channelPage-quick .quick-info .code {
    display: table-cell;
    width: 110px;
    vertical-align: top;
}

.container .honor .honor-container .channelPage .channelPage-quick .quick-info .code .qrcode {
    padding: 5px;
    width: 100px;
    height: 100px;
    background-color: #ffffff;
}

.container .honor .honor-container .channelPage .channelPage-quick .quick-info .code img {
    width: 100%;
    height: 100%;
}

.container .honor .honor-container .channelPage .channelPage-quick .quick-info .desc {
    display: table-cell;
    width: auto;
    vertical-align: top;
}

.container .honor .honor-container .channelPage .channelPage-quick .quick-info .desc p.text {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-weight: normal;
    font-size: 15px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container .honor .honor-container .channelPage .channelPage-quick .quick-info .desc p.line {
    margin: 5px 0 10px 0;
    height: 3px;
}

.container .honor .honor-container .channelPage .channelPage-quick .quick-info .desc h1 {
    margin: 3px 0 0 0;
    padding: 0;
    font-size: 16px;
    color: #000000;
    line-height: normal;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container .honor .honor-container .channelPage .channelPage-quick .publication .publication-content {
    width: 100%;
}

.container .honor .honor-container .channelPage .channelPage-quick .publication .publication-content ul {
    margin-top: 0;
    width: 100%;
}

.container .honor .honor-container .channelPage .channelPage-quick .publication .publication-content ul li {
    width: 100%;
}

.container .honor .honor-container .channelPage .channelPage-quick .publication .publication-content ul li .bookshelf .book {
    padding-bottom: 60px;
    padding-top: 60px;
}

.container .honor .honor-container .channelPage .channelPage-quick .publication .publication-content ul li .bookshelf .book img {
    width: 52%;
    display: block;
    margin: 0 auto;
}

.container .honor .honor-container .channelPage .channelPage-quick .publication .publication-content ul li .bookshelf .book .book-block {
    width: 72%;
    display: block;
    margin: 0 auto;
}

.container .honor .honor-container .channelPage .channelPage-quick .publication .publication-content ul li .bookshelf .book-cover .book-cover-content .qrcode img {
    width: 100px;
}

.container .honor .honor-container .channelPage .channelPage-quick .publication .publication-content ul li .bookInfo:hover h1 {
    display: none !important;
}

.container .honor .honor-container .channelPage .channelPage-quick form {
    width: 100%;
}

.container .honor .honor-container .channelPage .channelPage-quick form h1 {
    margin: 45px 0 0 0;
    padding: 0;
    font-size: 15px;
    font-weight: bolder;
}

.container .honor .honor-container .channelPage .channelPage-quick form div {
    margin-top: 15px;
}

.container .honor .honor-container .channelPage .channelPage-quick form div input {
    width: 80%;
    height: 35px;
    border: 1px solid #969696;
    color: #000000;
    outline: none;
    font-size: 15px;
    padding-left: 10px;
    background-color: #ffffff;
}

.container .honor .honor-container .channelPage .channelPage-quick form div button {
    background-color: #0067b8;
    color: #FFFFFF;
    text-align: center;
    width: 18%;
    height: 35px;
    outline: none;
    border: none;
    margin-left: 8px;
    vertical-align: top;
    font-size: 15px;
}

.container .honor .honor-container .channelPage .channelPage-quick .publication .publication-content ul li .bookInfo:hover .bookInfo-hover {
    display: block !important;
}

.container .honor .honor-more-list {
    margin: 15px auto 0 auto;
    text-align: center;
}

.container .honor .honor-more-list a span {
    color: #8f8f8f;
    font-size: 15px;
    vertical-align: middle;
}

.container .honor .honor-more-list a span.icon {
    font-size: 23px;
}

.container .honor .honor-more-list a:hover span {
    color: #000000;
}

.container .news .news-menu {
    margin-bottom: 0;
}

.container .news .news-container .channelPage {
    margin-top: 15px;
}

.container .news .news-container .channelPage .channelPage-content .newsInformation .newsInformation-content {
    display: table;
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
}

.container .news .news-container .channelPage .channelPage-content .newsInformation .newsInformation-content .newsInformation-banner {
    background-color: #f7f8f9;
    overflow: hidden;
    display: table-cell;
    width: 50%;
    height: auto !important;
    vertical-align: top;
}

.container .news .news-container .channelPage .channelPage-content .newsInformation .newsInformation-content .newsInformation-banner .newsInformation-banner-container {
    height: auto;
}

.container .news .news-container .channelPage .channelPage-content .newsInformation .newsInformation-content .newsInformation-info {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.container .news .news-container .channelPage .channelPage-content .newsInformation .newsInformation-content .newsInformation-info .item ul li {
    flex: 1;
    margin-right: 15px;
}

.container .news .news-container .channelPage .channelPage-content .newsInformation .newsInformation-content .newsInformation-info .item ul li .newsInformation-info a {
    display: table !important;
    table-layout: fixed;
}

.container .news .news-container .channelPage .channelPage-content .newsInformation .newsInformation-content .newsInformation-info .item ul li .newsInformation-info a div.date {
    border: none;
    display: table-cell;
    width: 90px;
    vertical-align: middle;
}

.container .news .news-container .channelPage .channelPage-content .newsInformation .newsInformation-content .newsInformation-info .item ul li .newsInformation-info a div.date p.title {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
}

.container .news .news-container .channelPage .channelPage-content .newsInformation .newsInformation-content .newsInformation-info .item ul li .newsInformation-info a div.date p.line {
    background-color: #0067b8;
    margin-top: 5px;
    width: 30px;
}

.container .news .news-container .channelPage .channelPage-content .newsInformation .newsInformation-content .newsInformation-info .item ul li .newsInformation-info a .desc {
    padding-left: 15px;
    width: auto;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.container .news .news-container .channelPage .channelPage-content .newsInformation .newsInformation-content .newsInformation-info .item ul li .newsInformation-info a .desc:before {
    position: absolute;
    left: 0;
    top: 23px;
    background-color: #000000;
    height: 60px;
    width: 2px;
    content: "";
}

.container .news .news-container .channelPage .channelPage-content .newsInformation .newsInformation-content .newsInformation-info .item ul li .newsInformation-info a .desc h1 {
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #000000;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 23px;
    width: 100%;
    height: 43px;
}

.container .news .news-container .channelPage .channelPage-content .newsInformation .newsInformation-content .newsInformation-info .item ul li .newsInformation-info a .desc p {
    margin: 0;
    padding: 0;
    color: #000000;
    display: block;
    font-size: 13px;
}

.container .news .news-container .channelPage .channelPage-content .newsInformation .newsInformation-content .newsInformation-info .item ul li .newsInformation-info:hover .date-content div.date {
    border-color: #0067b8 !important;
}

.container .news .news-container .channelPage .channelPage-content .newsInformation .newsInformation-content .newsInformation-info .item ul li .newsInformation-info:hover .date-content div.date p.title {
    color: #0067b8;
}

.container .news .news-container .channelPage .channelPage-content .newsInformation .newsInformation-content .newsInformation-info .item ul li .newsInformation-info:hover .date-content div.date p.line {
    background-color: #0067b8;
}

.container .news .news-container .channelPage .channelPage-content .newsInformation .newsInformation-content .newsInformation-info .item ul li .newsInformation-info:hover .desc {
    border-color: #0067b8;
}

.container .news .news-container .channelPage .channelPage-content .newsInformation .newsInformation-content .newsInformation-info .item ul li .newsInformation-info:hover .desc:before {
    background-color: #0067b8;
}

.container .news .news-container .channelPage .channelPage-content .newsInformation .newsInformation-content .newsInformation-info .item ul li .newsInformation-info:hover .desc h1 {
    color: #0067b8;
}

.container .news .news-container .channelPage .channelPage-content .newsInformation .newsInformation-content .newsInformation-info .item ul li .newsInformation-info:hover .desc p {
    color: #0067b8;
}

.container .news .news-container .channelPage .channelPage-content .newsInformation .newsInformation-content .newsInformation-info .item ul li:last-child {
    margin-right: 0;
}

.container .news .news-container .channelPage .channelPage-content .newsInformation .newsInformation-content .newsInformation-info .item:first-child {
    margin-top: 0;
}

.container .news .news-container .channelPage .channelPage-list .newsInformation .newsInformation-content .newsInformation-info {
    width: 100%;
}

.container .news .news-container .channelPage .channelPage-list .newsInformation .newsInformation-content .newsInformation-info .item ul li {
    margin-top: 15px;
    margin-right: 15px;
    width: calc((100% - 45px) / 4);
}

.container .news .news-container .channelPage .channelPage-list .newsInformation .newsInformation-content .newsInformation-info .item ul li .newsInformation-info .date-content .date {
    display: inline-block;
    border: 1px solid #000000 !important;
}

.container .news .news-container .channelPage .channelPage-list .newsInformation .newsInformation-content .newsInformation-info .item ul li .newsInformation-info .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.container .news .news-container .channelPage .channelPage-list .newsInformation .newsInformation-content .newsInformation-info .item ul li .newsInformation-info .desc h1 {
    vertical-align: top;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0;
}

.container .news .news-container .channelPage .channelPage-list .newsInformation .newsInformation-content .newsInformation-info .item ul li .newsInformation-info .desc:before {
    width: 0 !important;
}

.container .news .news-container .channelPage .channelPage-list .newsInformation .newsInformation-content .newsInformation-info .item ul li:hover .newsInformation-info a .date-content .date {
    border: 1px solid #0067b8 !important;
}

.container .news .news-container .channelPage .channelPage-list .newsInformation .newsInformation-content .newsInformation-info .item ul li:nth-of-type(4n+4) {
    margin-right: 0;
}

.container .news .news-container .companyPage .companyPage-list .newsInformation .newsInformation-content .newsInformation-info {
    width: 100%;
}

.container .news .news-container .companyPage .companyPage-list .newsInformation .newsInformation-content .newsInformation-info .item ul li {
    width: calc((100% - 45px) / 4);
    margin-top: 15px;
    margin-right: 15px;
}

.container .news .news-container .companyPage .companyPage-list .newsInformation .newsInformation-content .newsInformation-info .item ul li .desc {
    width: 78%;
}

.container .news .news-container .companyPage .companyPage-list .newsInformation .newsInformation-content .newsInformation-info .item ul li .desc h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 23px;
    margin: 0;
    padding: 0;
}

.container .news .news-container .companyPage .companyPage-list .newsInformation .newsInformation-content .newsInformation-info .item ul li:nth-of-type(1) {
    margin-top: 0;
}

.container .news .news-container .companyPage .companyPage-list .newsInformation .newsInformation-content .newsInformation-info .item ul li:nth-of-type(2) {
    margin-top: 0;
}

.container .news .news-container .companyPage .companyPage-list .newsInformation .newsInformation-content .newsInformation-info .item ul li:nth-of-type(3) {
    margin-top: 0;
}

.container .news .news-container .companyPage .companyPage-list .newsInformation .newsInformation-content .newsInformation-info .item ul li:nth-of-type(4) {
    margin-top: 0;
}

.container .news .news-container .companyPage .companyPage-list .newsInformation .newsInformation-content .newsInformation-info .item ul li:nth-of-type(4n+4) {
    margin-right: 0;
}

.container .news .news-container .companyPage .companyPage-list .newsInformation .newsInformation-content .newsInformation-info .item ul:first-child {
    margin-top: 0;
}

.container .news .news-container .deatilsPage {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.container .news .news-container .deatilsPage .deatilsPage-content {
    display: table-cell;
    width: 80%;
    background-color: #e5e6e8;
    border-right: 15px solid #ffffff;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-article {
    width: 88.6%;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0 100px 0;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-article .article {
    width: 100%;
    padding: 40px 0 40px 0;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-article .article .title {
    font-size: 23px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-article .article .resource {
    font-size: 15px;
    color: #000000;
    text-align: center;
    margin: 15px 0;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-article .article .resource .resource-source {
    margin: 0 5px;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-article .article .resource .resource-dtTime {
    margin: 0 5px;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-article .article .line {
    background-color: #0067b8;
    width: 100px;
    margin: 15px auto;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-article .article-button {
    border-top: 1px solid #d1d1d1;
    width: 100%;
    display: table;
    table-layout: fixed;
    padding-top: 30px;
    padding-bottom: 30px;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-article .article-button .article-prev {
    width: 45%;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-article .article-button .article-prev a {
    color: #000000;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-article .article-button .article-prev span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-article .article-button .article-prev span.icon {
    width: auto;
    font-weight: normal;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-article .article-button .article-prev:hover span {
    color: #0067b8;
    font-weight: bold;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-article .article-button .article-prev:hover span.icon {
    background-color: #0067b8;
    color: #FFFFFF;
    font-weight: normal;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-article .article-button .catalog {
    width: 10%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-article .article-button .catalog a {
    display: inline-block;
    background-color: #000000;
    width: auto;
    padding: 5px 10px;
    color: #000000;
    font-size: 14px;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-article .article-button .catalog a span.icon {
    color: #FFFFFF;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-article .article-button .catalog:hover a {
    background-color: #0067b8;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-article .article-button .catalog:hover a span {
    color: #ffffff;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-article .article-button .article-next {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-article .article-button .article-next a {
    color: #000000;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-article .article-button .article-next span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-article .article-button .article-next span.icon {
    margin-right: 5px;
    width: auto;
    font-weight: normal;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-article .article-button .article-next:hover span {
    color: #0067b8;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-article .article-button .article-next:hover span.icon {
    background-color: #0067b8;
    color: #FFFFFF;
}

.container .news .news-container .deatilsPage .deatilsPage-content .deatilsPage-comment {
    border-top: 5px solid #ffffff;
}

.container .news .news-container .deatilsPage .deatilsPage-quick {
    display: table-cell;
    width: 20%;
    background-color: #f7f8f9;
    vertical-align: top;
}

.container .news .news-container .deatilsPage .deatilsPage-quick .deatilsPage-quick-content {
    overflow: hidden;
    width: 80%;
    position: relative;
    margin: 0 auto;
    padding: 25px 0;
}

.container .news .news-container .deatilsPage .deatilsPage-quick .deatilsPage-quick-content .tip h1.title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
}

.container .news .news-container .deatilsPage .deatilsPage-quick .deatilsPage-quick-content .tip p.line {
    margin-top: 5px;
}

.container .news .news-container .deatilsPage .deatilsPage-quick .deatilsPage-quick-content .deatilsPage-quick-banner .swiper-wrapper .swiper-slide .ul .item {
    margin-top: 25px;
}

.container .news .news-container .deatilsPage .deatilsPage-quick .deatilsPage-quick-content .deatilsPage-quick-banner .swiper-wrapper .swiper-slide .ul .item .img {
    position: relative;
    overflow: hidden;
}

.container .news .news-container .deatilsPage .deatilsPage-quick .deatilsPage-quick-content .deatilsPage-quick-banner .swiper-wrapper .swiper-slide .ul .item .img img {
    width: 100%;
    transform: scale(1, 1);
    transition-duration: 0.5s;
}

.container .news .news-container .deatilsPage .deatilsPage-quick .deatilsPage-quick-content .deatilsPage-quick-banner .swiper-wrapper .swiper-slide .ul .item .img .img-cover {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: right;
    padding-top: 15px;
    padding-right: 15px;
    transition: all 1s;
    opacity: 1;
}

.container .news .news-container .deatilsPage .deatilsPage-quick .deatilsPage-quick-content .deatilsPage-quick-banner .swiper-wrapper .swiper-slide .ul .item .img .img-cover div.date {
    border-color: #ffffff;
    display: inline-block;
}

.container .news .news-container .deatilsPage .deatilsPage-quick .deatilsPage-quick-content .deatilsPage-quick-banner .swiper-wrapper .swiper-slide .ul .item .img .img-cover div.date p.day {
    color: #ffffff;
}

.container .news .news-container .deatilsPage .deatilsPage-quick .deatilsPage-quick-content .deatilsPage-quick-banner .swiper-wrapper .swiper-slide .ul .item .img .img-cover div.date p.year {
    color: #ffffff;
}

.container .news .news-container .deatilsPage .deatilsPage-quick .deatilsPage-quick-content .deatilsPage-quick-banner .swiper-wrapper .swiper-slide .ul .item .img:hover .img-cover {
    opacity: 0;
}

.container .news .news-container .deatilsPage .deatilsPage-quick .deatilsPage-quick-content .deatilsPage-quick-banner .swiper-wrapper .swiper-slide .ul .item .img:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
}

.container .news .news-container .deatilsPage .deatilsPage-quick .deatilsPage-quick-content .deatilsPage-quick-banner .swiper-wrapper .swiper-slide .ul .item .info .desc {
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 23px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.container .news .news-container .deatilsPage .deatilsPage-quick .deatilsPage-quick-content .deatilsPage-quick-banner .swiper-wrapper .swiper-slide .ul .item .info:hover .desc {
    color: #0067b8 !important;
}

.container .news .news-container .deatilsPage .deatilsPage-quick .deatilsPage-quick-content .deatilsPage-quick-banner .swiper-wrapper .swiper-slide .ul .item .info:hover .line {
    background-color: #0067b8 !important;
}

.container .news .news-container .deatilsPage .deatilsPage-quick .deatilsPage-quick-content .deatilsPage-quick-banner .swiper-wrapper .swiper-slide .ul .item .info .line {
    margin: 5px 0 0 0;
    padding: 0;
}

.container .news .news-container .deatilsPage .deatilsPage-quick .deatilsPage-quick-content .deatilsPage-quick-banner .swiper-wrapper .swiper-slide .ul .item .info:hover .desc {
    color: #000000;
}

.container .news .news-container .deatilsPage .deatilsPage-quick .deatilsPage-quick-content .deatilsPage-quick-banner .swiper-button {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30px;
    text-align: right;
}

.container .news .news-container .deatilsPage .deatilsPage-quick .deatilsPage-quick-content .deatilsPage-quick-banner .swiper-button .swiper-button-prev {
    background-image: none;
    position: static;
    display: inline-block;
    width: auto;
    margin-left: -10px;
    height: auto;
    margin-top: 0;
}

.container .news .news-container .deatilsPage .deatilsPage-quick .deatilsPage-quick-content .deatilsPage-quick-banner .swiper-button .swiper-button-prev span {
    margin-left: 3px;
    display: inline-block;
    font-size: 15px;
    color: #000000;
}

.container .news .news-container .deatilsPage .deatilsPage-quick .deatilsPage-quick-content .deatilsPage-quick-banner .swiper-button .swiper-button-prev span.icon {
    font-size: 14px;
    margin-left: 0;
}

.container .news .news-container .deatilsPage .deatilsPage-quick .deatilsPage-quick-content .deatilsPage-quick-banner .swiper-button .v-line {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    height: auto;
}

.container .news .news-container .deatilsPage .deatilsPage-quick .deatilsPage-quick-content .deatilsPage-quick-banner .swiper-button .v-line span {
    font-size: 15px;
    color: #000000;
}

.container .news .news-container .deatilsPage .deatilsPage-quick .deatilsPage-quick-content .deatilsPage-quick-banner .swiper-button .swiper-button-next {
    background-image: none;
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-right: -3px;
}

.container .news .news-container .deatilsPage .deatilsPage-quick .deatilsPage-quick-content .deatilsPage-quick-banner .swiper-button .swiper-button-next span.icon {
    font-size: 14px;
    margin-left: 0;
    color: #000000;
}

.container .projectExample-banner {
    margin-top: 80px;
    overflow: hidden;
    width: 100%;
}

.container .projectExample .projectExample-menu {}

.container .projectExample .projectExample-menu .projectCase {
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #FFFFFF !important;
}

.container .projectExample .projectExample-menu .projectCase .seeByType-container {
    display: table-cell;
    width: auto;
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
}

.container .projectExample .projectExample-menu .projectCase .seeByType-container .seeByType-content h1.project-name {
    width: 10%;
}

.container .projectExample .projectExample-menu .projectCase .seeByType-container .seeByType-content h1.project-name:hover {
    color: #0067b8;
}

.container .projectExample .projectExample-menu .projectCase .seeByType-container .seeByType-content .seeByType-list .seeByType-item {
    margin-bottom: 0;
}

.container .projectExample .projectExample-menu .projectCase .seeByType-container .seeByType-content .seeByType-list .seeByType-item h1 {
    line-height: 25px;
    height: auto;
}

.container .projectExample .projectExample-menu .projectCase .seeByType-container .seeByType-content .seeByType-list .seeByType-item ul li {
    line-height: 25px;
    height: auto;
}

.container .projectExample .projectExample-menu .projectCase .seeByType-container .seeByType-content .seeByType-list .seeByType-item ul li:hover a {
    color: #0067b8 !important;
}

.container .projectExample .projectExample-menu .projectCase .seeByType-container .seeByType-content .seeByType-list .seeByType-item ul li.active a {
    color: #0067b8;
}

.container .projectExample .projectExample-menu .projectCase .form {
    width: 180px;
    display: table-cell;
    text-align: right;
    padding-right: 15px;
}

.container .projectExample .projectExample-menu .projectCase .form form input {
    width: 130px;
    border-radius: 15px;
    font-size: 14px;
    border: 1px solid #bdbdbe;
    color: #bdbdbe;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block;
}

.container .projectExample .projectExample-menu .projectCase .form form button {
    border: none;
    background-color: transparent;
    outline: none;
    margin-left: 5px;
    display: inline-block;
    width: auto;
}

.container .projectExample .projectExample-menu .projectCase .form form button span {
    font-size: 18px;
    color: #c0c1c1;
}

.container .projectExample .projectExample-menu .projectCase .form form button:hover span {
    color: #0067b8;
}

.container .projectExample .projectExample-container {
    margin-bottom: 15px;
}

.container .projectExample .projectExample-container .channelPage {
    margin-top: 15px;
}

.container .projectExample .projectExample-container .channelPage .industrySolutions .industrySolutions-content {
    background-color: #ffffff;
    padding: 0;
}

.container .projectExample .projectExample-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-panel {
    width: 100%;
    display: table;
    table-layout: fixed;
    background-color: transparent;
    padding: 0;
    overflow: hidden;
}

.container .projectExample .projectExample-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-banner {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    border-right: 7px solid #ffffff;
}

.container .projectExample .projectExample-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-banner .industrySolutions-banner-container .swiper-wrapper .swiper-slide {
    background-color: #f7f8f9;
}

.container .projectExample .projectExample-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-banner .industrySolutions-banner-container .swiper-wrapper .swiper-slide .info {
    padding-bottom: 15px;
    background-color: #f7f8f9;
}

.container .projectExample .projectExample-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-banner .industrySolutions-banner-container .swiper-wrapper .swiper-slide .info .info-content .title .shortDesc {
    font-size: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.container .projectExample .projectExample-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-banner .industrySolutions-banner-container .swiper-wrapper .swiper-slide .info .info-content .title .shortDesc a {
    color: #000000;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
}

.container .projectExample .projectExample-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-banner .industrySolutions-banner-container .swiper-wrapper .swiper-slide .info .info-content .desc p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #000000;
    height: 48px;
}

.container .projectExample .projectExample-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    border-left: 8px solid #ffffff;
}

.container .projectExample .projectExample-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.container .projectExample .projectExample-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li {
    width: calc((100% - 15px) / 2);
    margin-left: 15px;
}

.container .projectExample .projectExample-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li .projectCase-info {
    background-color: #f7f8f9;
}

.container .projectExample .projectExample-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li .projectCase-info:hover {
    /*background-color: #0067b8;*/
}

.container .projectExample .projectExample-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li:first-child {
    margin-left: 0;
}

.container .projectExample .projectExample-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul:first-child {
    margin-bottom: 15px;
}

.container .projectExample .projectExample-container .channelPage .channelPage-list .industrySolutions .industrySolutions-content {
    background-color: #ffffff;
    padding: 0;
}

.container .projectExample .projectExample-container .channelPage .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel {
    width: 100%;
}

.container .projectExample .projectExample-container .channelPage .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list {
    width: 100%;
}

.container .projectExample .projectExample-container .channelPage .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul {
    margin: 0;
    width: 100%;
    display: block;
}

.container .projectExample .projectExample-container .channelPage .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li {
    margin-left: 15px;
    border-right: none;
    width: calc((100% - 45px) / 4);
    margin-top: 15px;
    float: left;
    display: block;
}

.container .projectExample .projectExample-container .channelPage .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li .projectCase-info {
    background-color: #f7f8f9;
}

.container .projectExample .projectExample-container .channelPage .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li .projectCase-info:hover {
    /*background-color: #0067b8;*/
}

.container .projectExample .projectExample-container .channelPage .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li:first-child {
    border: none;
    margin-left: 0;
}

.container .projectExample .projectExample-container .channelPage .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li:nth-of-type(4n+1) {
    margin-left: 0 !important;
}

.container .projectExample .projectExample-container .columnPage .columnPagePage-list {
    margin-top: 15px;
}

.container .projectExample .projectExample-container .columnPage .columnPagePage-list .industrySolutions .industrySolutions-content {
    background-color: #ffffff;
    padding: 0;
}

.container .projectExample .projectExample-container .columnPage .columnPagePage-list .industrySolutions .industrySolutions-content .industrySolutions-panel {
    width: 100%;
    background-color: transparent;
    padding: 0;
}

.container .projectExample .projectExample-container .columnPage .columnPagePage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list {
    width: 100%;
}

.container .projectExample .projectExample-container .columnPage .columnPagePage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: start;
    -webkit-justify-content: start;
    justify-content: start;
    width: 100%;
}

.container .projectExample .projectExample-container .columnPage .columnPagePage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li {
    margin-left: 15px;
    border-right: none;
    width: calc((100% - 45px) / 4);
    margin-top: 15px;
}

.container .projectExample .projectExample-container .columnPage .columnPagePage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li .projectCase-info {
    background-color: #f7f8f9;
}

.container .projectExample .projectExample-container .columnPage .columnPagePage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li .projectCase-info:hover {
    /*background-color: #0067b8;*/
}

.container .projectExample .projectExample-container .columnPage .columnPagePage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li:first-child {
    border: none;
    margin-left: 0;
}

.container .projectExample .projectExample-container .columnPage .columnPagePage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li:nth-of-type(4n+1) {
    margin-left: 0 !important;
}

.container .projectExample .projectExample-container .detailsPage-menu {
    margin-top: 80px;
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #000000;
    padding: 0 60px 0 40px;
    height: 55px;
    margin-bottom: 15px;
}

.container .projectExample .projectExample-container .detailsPage-menu p.v-line {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    line-height: normal;
    width: 30px;
}

.container .projectExample .projectExample-container .detailsPage-menu p.v-line span {
    color: #0067b8;
    font-size: 16px;
    font-weight: bolder;
    vertical-align: middle;
}

.container .projectExample .projectExample-container .detailsPage-menu .title {
    display: table-cell;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    color: #FFFFFF;
    vertical-align: middle;
}

.container .projectExample .projectExample-container .detailsPage-menu .zan {
    display: table-cell;
    margin: 0;
    padding: 0;
    width: 300px;
    vertical-align: middle;
}

.container .projectExample .projectExample-container .detailsPage-menu .zan span {
    color: #FFFFFF;
    font-size: 15px;
    vertical-align: middle;
}

.container .projectExample .projectExample-container .detailsPage-menu .zan span.icon {
    display: inline-block;
    margin-left: 15px;
}

.container .projectExample .projectExample-container .detailsPage-menu .next-pre {
    display: table-cell;
    margin: 0;
    padding: 0;
    width: 190px;
    text-align: right;
    vertical-align: middle;
}

.container .projectExample .projectExample-container .detailsPage-menu .next-pre a {
    display: inline-block;
    padding: 5px 10px;
}

.container .projectExample .projectExample-container .detailsPage-menu .next-pre a span {
    color: #FFFFFF;
    font-size: 15px;
}

.container .projectExample .projectExample-container .detailsPage-menu .next-pre a.pre {
    background-color: #5b5b5b;
}

.container .projectExample .projectExample-container .detailsPage-menu .next-pre a.pre:hover {
    background-color: #0067b8;
}

.container .projectExample .projectExample-container .detailsPage-menu .next-pre a.catalog {
    background-color: #5b5b5b;
    margin-left: 15px;
    margin-right: 15px;
}

.container .projectExample .projectExample-container .detailsPage-menu .next-pre a.catalog:hover {
    background-color: #0067b8;
}

.container .projectExample .projectExample-container .detailsPage-menu .next-pre a.next {
    background-color: #5b5b5b;
}

.container .projectExample .projectExample-container .detailsPage-menu .next-pre a.next:hover {
    background-color: #0067b8;
}

.container .projectExample .projectExample-container .detailsPage {
    display: table;
    table-layout: fixed;
    width: 100%;
    /*margin-top: 15px;*/
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-content {
    display: table-cell;
    width: 80%;
    border-top: 2px solid #ffffff;
    background-color: #f7f8f9;
    padding: 0 30px 40px 30px;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-content .detailsPage-article {
    width: 88.6%;
    margin: 0 auto;
    padding: 40px 0 100px 0;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-content .detailsPage-comment {
    border-top: 5px solid #ffffff;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-content .detailsPage-comment .comment {
    border-top: 5px solid #ffffff;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick {
    display: table-cell;
    width: 20%;
    border-left: 15px solid #ffffff;
    background-color: #e5e6e8;
    vertical-align: top;
    padding: 60px 30px;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick h1 {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    line-height: 25px;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick h1:hover {
    color: #0067b8;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick p.line {
    margin-top: 10px;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick p.text {
    margin: 5px 0;
    padding: 0;
    font-size: 13px;
    color: #333333;
    line-height: 23px;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick h2 {
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    border-top: 1px solid #d7d7d8;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick h2 a {
    color: #000000;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick a h3 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick a p.text {
    font-size: 15px;
    font-weight: 600;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick a.pre {
    padding: 15px 0 0 0;
    margin: 15px 0 15px 0;
    display: inline-block;
    border-top: 1px solid #d7d7d8;
    width: 100%;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick a.pre:hover p.text {
    color: #0067b8;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick a.next:hover p.text {
    color: #0067b8;
}

.container .solveWay-banner {
    margin-top: 80px;
    overflow: hidden;
    width: 100%;
}

.container .solveWay .solveWay-menu {}

.container .solveWay .solveWay-menu ul.icon-list {
    padding: 15px;
    /*background-color: #f7f8f9;
    background-color: #FFFFFF !important;*/
}

.container .solveWay .solveWay-menu ul.icon-list li {
    padding: 0 20px;
}

.container .solveWay .solveWay-menu ul.icon-list li h1 {
    margin: 0;
    font-weight: bolder;
    color: #000000;
    font-size: 18px;
    width: 75px;
    text-align: left;
}

.container .solveWay .solveWay-menu ul.icon-list li:hover a h1 {
    color: #0067b8;
}

.container .solveWay .solveWay-menu ul.icon-list li a .svg-border {
    width: 30px;
    height: 30px;
    border-radius: 0;
    margin: 0 auto 8px auto;
    border: none;
}

.container .solveWay .solveWay-menu ul.icon-list li a .svg-border object,
.container .solveWay .solveWay-menu ul.icon-list li a .svg-border .svg,
.container .solveWay .solveWay-menu ul.icon-list li a .svg-border img,
.container .solveWay .solveWay-menu ul.icon-list li a .svg-border svg {
    fill: #000000;
    text-align: left;
    margin: 10px auto;
    width: 100%;
    height: 100%;
}

.container .solveWay .solveWay-menu ul.icon-list li a span {
    font-size: 15px;
    color: #000000;
}

.container .solveWay .solveWay-menu ul.icon-list li a:hover .svg-border object,
.container .solveWay .solveWay-menu ul.icon-list li a:hover .svg-border .svg,
.container .solveWay .solveWay-menu ul.icon-list li a:hover .svg-border img,
.container .solveWay .solveWay-menu ul.icon-list li a:hover .svg-border svg {
    fill: #0067b8;
}

.container .solveWay .solveWay-menu ul.icon-list li a:hover span {
    color: #0067b8;
}

.container .solveWay .solveWay-menu ul.icon-list li:nth-of-type(2) {
    border-left: 1px solid #0067b8;
}

.container .solveWay .solveWay-menu ul.icon-list li:first-child {
    padding-left: 0;
}

.container .solveWay .solveWay-menu ul.icon-list .active a .svg-border object,
.container .solveWay .solveWay-menu ul.icon-list .active a .svg-border .svg,
.container .solveWay .solveWay-menu ul.icon-list .active a .svg-border img,
.container .solveWay .solveWay-menu ul.icon-list .active a .svg-border svg {
    fill: #0067b8;
}

.container .solveWay .solveWay-menu ul.icon-list .active a span {
    color: #0067b8;
    font-weight: bold;
}

.container .solveWay .solveWay-container .channelPage {
    margin-top: 15px;
}

.container .solveWay .solveWay-container .channelPage .industrySolutions .industrySolutions-content {
    background-color: #ffffff;
    padding: 0;
}

.container .solveWay .solveWay-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-panel {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 15px 0;
    background-color: transparent;
}

.container .solveWay .solveWay-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-banner {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    border: none;
    background-color: #f7f8f9;
    border-right: 7.5px solid #ffffff;
}

.container .solveWay .solveWay-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-banner .industrySolutions-banner-container .swiper-wrapper .swiper-slide .info {
    background-color: #f7f8f9;
}

.container .solveWay .solveWay-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-banner .industrySolutions-banner-container .swiper-wrapper .swiper-slide .info .info-content .title {
    display: table !important;
    table-layout: fixed;
    width: 100%;
}

.container .solveWay .solveWay-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-banner .industrySolutions-banner-container .swiper-wrapper .swiper-slide .info .info-content .title .name {
    width: 100px;
    vertical-align: middle;
    display: table-cell;
}

.container .solveWay .solveWay-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-banner .industrySolutions-banner-container .swiper-wrapper .swiper-slide .info .info-content .title .shortDesc {
    width: auto;
    display: table-cell;
    vertical-align: middle;
}

.container .solveWay .solveWay-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-banner .industrySolutions-banner-container .swiper-wrapper .swiper-slide .info .info-content .title .shortDesc a {
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
}

.container .solveWay .solveWay-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-banner .industrySolutions-banner-container .swiper-wrapper .swiper-slide .info .info-content .title .shortDesc a .title1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container .solveWay .solveWay-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-banner .industrySolutions-banner-container .swiper-wrapper .swiper-slide .info .info-content .title .shortDesc a .title2 {
    text-align: left;
    color: #000000;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container .solveWay .solveWay-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-banner .industrySolutions-banner-container .swiper-wrapper .swiper-slide .info .info-content .zan {
    display: table-cell !important;
    vertical-align: middle;
}

.container .solveWay .solveWay-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-banner .industrySolutions-banner-container .swiper-wrapper .swiper-slide .info .info-content .desc p a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.container .solveWay .solveWay-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-list {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    border-left: 7.5px solid #ffffff;
}

.container .solveWay .solveWay-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-list ul {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.container .solveWay .solveWay-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-list ul li {
    width: 50%;
    display: table-cell;
}

.container .solveWay .solveWay-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-list ul li .projectCase-info {
    background-color: #f7f8f9;
}

.container .solveWay .solveWay-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-list ul li .projectCase-info:hover {
    /*background-color: #0067b8;*/
}

.container .solveWay .solveWay-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-list ul li:first-child {
    border-right: 7.5px solid #ffffff;
}

.container .solveWay .solveWay-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-list ul li:last-child {
    border-left: 7.5px solid #ffffff;
}

.container .solveWay .solveWay-container .channelPage .industrySolutions .industrySolutions-content .industrySolutions-list ul:first-child {
    margin-bottom: 15px;
}

.container .solveWay .solveWay-container .channelPage-list .industrySolutions .industrySolutions-content {
    background-color: #ffffff;
    padding: 0;
}

.container .solveWay .solveWay-container .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel {
    width: 100%;
}

.container .solveWay .solveWay-container .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list {
    width: 100%;
    border: none !important;
}

.container .solveWay .solveWay-container .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-justify-content: start;
    justify-content: start;
    flex-wrap: wrap;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
}

.container .solveWay .solveWay-container .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li {
    margin: 15px 0 0 15px;
    border: none !important;
    width: calc((100% - 45px) / 4);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
}

.container .solveWay .solveWay-container .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li .projectCase-info {
    background-color: #f7f8f9;
}

.container .solveWay .solveWay-container .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li .projectCase-info:hover {}

.container .solveWay .solveWay-container .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li:first-child {
    border: none;
    margin-left: 0;
}

.container .solveWay .solveWay-container .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li:nth-of-type(4n+1) {
    margin-left: 0;
}

.container .solveWay .solveWay-container .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td {
    width: 25%;
}

.container .solveWay .solveWay-container .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-img {
    height: 190px;
    overflow: hidden;
    position: relative;
}

.container .solveWay .solveWay-container .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-img a img {
    width: 100%;
    height: 100%;
    transform: scale(1, 1);
    transition-duration: 0.5s;
}

.container .solveWay .solveWay-container .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-img a .bg {
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s;
    padding: 15px;
}

.container .solveWay .solveWay-container .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-img a .bg p.resource {
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-align: right;
    font-size: 15px;
}

.container .solveWay .solveWay-container .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-img a .bg p.zan {
    margin: 5px 0 0 0;
    color: #ffffff;
    width: 100%;
}

.container .solveWay .solveWay-container .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-img:hover {
    background-color: #0067b8;
}

.container .solveWay .solveWay-container .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-img:hover a img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
}

.container .solveWay .solveWay-container .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-img:hover a .bg {
    transition-duration: 0.5s;
    opacity: 1;
}

.container .solveWay .solveWay-container .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-info {
    height: 65px;
    width: 100%;
    margin: 0 auto;
    padding-top: 6px;
}

.container .solveWay .solveWay-container .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-info h1 {
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    font-size: 17px;
    color: #000000;
    line-height: 24px;
    font-weight: bolder;
    width: 90%;
}

.container .solveWay .solveWay-container .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-info p {
    margin: 5px auto 0 auto;
    padding: 0;
    width: 90%;
    color: #000000;
    font-size: 13px;
}

.container .solveWay .solveWay-container .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-info:hover {
    background-color: #0067b8;
}

.container .solveWay .solveWay-container .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-info:hover h1 {
    color: #ffffff;
}

.container .solveWay .solveWay-container .channelPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-info:hover p {
    color: #ffffff;
}

.container .solveWay .classificationPage .classificationPage-list {
    margin-top: 15px;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content {
    background-color: #ffffff;
    padding: 0;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel {
    width: 100%;
    padding: 0 15px;
    background-color: transparent;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list {
    width: 100%;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul {
    margin: 0 0 0 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-align-items: start;
    align-items: start;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li {
    border-right: none;
    margin-top: 0;
    margin-bottom: 15px;
    margin-right: 15px;
    margin-left: 0 !important;
    width: calc((100% - 45px) / 4);
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li .projectCase-info {
    background-color: #f7f8f9;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li .projectCase-info:hover {
    background-color: #0067b8;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li .app {
    padding: 20px 40px;
    background-color: #e5e6e8;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li .app h1 {
    font-size: 15px;
    color: #000000;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-weight: normal;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li .app .ul {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li .app .ul .item {
    display: block;
    margin: 10px 0;
    padding: 0;
    width: 100%;
    background-color: transparent;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li .app .ul .item a {
    color: #000000;
    font-size: 15px;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li .app .ul .item a span {
    font-size: 12px;
    display: inline-block;
    transform: scale(0.6, 0.6);
    margin-right: 5px;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li .app .ul .item:hover a {
    color: #0067b8;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li .app .ul .more-forth {
    display: none;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li .app p.more {
    text-align: right;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #949494;
    cursor: pointer;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li .app p.more span {
    font-size: 14px;
    display: inline-block;
    margin-right: 4px;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li:first-child {
    border: none;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list ul li:nth-of-type(4n+4) {
    margin-right: 0;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table {
    width: 100%;
    table-layout: fixed;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr {
    border-top: 15px solid transparent;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td {
    width: calc((100% - 45px) / 4);
    vertical-align: top;
    border-left: 15px solid #ffffff;
    background-color: #e5e6e8;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-img {
    /*height: 190px;*/
    overflow: hidden;
    position: relative;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-img a img {
    width: 100%;
    /*height: 100%;*/
    transform: scale(1, 1);
    transition-duration: 0.5s;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-img a .bg {
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s;
    padding: 15px;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-img a .bg p.resource {
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-align: right;
    font-size: 15px;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-img a .bg p.zan {
    margin: 5px 0 0 0;
    color: #ffffff;
    width: 100%;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-img:hover {
    background-color: #0067b8;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-img:hover a img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-img:hover a .bg {
    transition-duration: 0.5s;
    opacity: 1;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-img:hover a .bg p.zan span {
    color: #ffffff !important;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-info {
    height: 65px;
    width: 100%;
    margin: 0 auto;
    padding-top: 6px;
    background-color: #f7f8f9;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-info h1 {
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    font-size: 17px;
    color: #000000;
    line-height: 24px;
    font-weight: bolder;
    width: 90%;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-info p {
    margin: 5px auto 0 auto;
    padding: 0;
    width: 90%;
    color: #000000;
    font-size: 13px;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-info:hover {
    background-color: #0067b8;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-info:hover h1 {
    color: #ffffff;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .projectCase-info:hover p {
    color: #ffffff;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .app {
    padding: 20px 40px;
    background-color: #e5e6e8;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .app h1 {
    font-size: 13px;
    color: #000000;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-weight: normal;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .app .ul {
    display: block;
    margin: 0;
    padding: 0;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .app .ul .item {
    display: block;
    margin: 10px 0;
    padding: 0;
    width: 100%;
    background-color: transparent;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .app .ul .item a {
    color: #000000;
    font-size: 15px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .app .ul .item a span {
    font-size: 12px;
    display: inline-block;
    transform: scale(0.6, 0.6);
    margin-right: 5px;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .app .ul .item:hover a {
    color: #0067b8;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .app .ul .more-forth {
    display: none;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .app p.more {
    text-align: right;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #949494;
    cursor: pointer;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td .app p.more span {
    font-size: 13px;
    display: inline-block;
    margin-right: 4px;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr td:first-child {
    border: none;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr:first-child {
    border: none;
    height: 0;
    opacity: 0;
}

.container .solveWay .classificationPage .classificationPage-list .industrySolutions .industrySolutions-content .industrySolutions-panel .industrySolutions-list table tr:first-child td {
    padding: 0;
    margin: 0;
    border: none;
    height: 0;
}

.container .solveWay .detailsPage {
    background-color: #f7f8f9;
    margin-top: 15px;
    padding-bottom: 40px;
    padding-top: 30px;
}

.container .solveWay .detailsPage .detailsPage-content {
    width: 80%;
    margin: 0 auto;
}

.container .solveWay .detailsPage .detailsPage-content .top {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.container .solveWay .detailsPage .detailsPage-content .top .left {
    display: table-cell;
    width: 50%;
}

.container .solveWay .detailsPage .detailsPage-content .top .left h3 {
    font-size: 13px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #000000;
}

.container .solveWay .detailsPage .detailsPage-content .top .left p.line {
    margin: 10px 0 10px 0;
}

.container .solveWay .detailsPage .detailsPage-content .top .left h4 {
    font-size: 25px;
    margin: 0;
    padding: 0;
    font-weight: bolder;
    color: #000000;
}

.container .solveWay .detailsPage .detailsPage-content .top .right {
    display: table-cell;
    width: 50%;
    text-align: right;
}

.container .solveWay .detailsPage .detailsPage-content .top .right .next-pre {
    margin: 0 0 0 10px;
    padding: 0;
    text-align: right;
    display: inline-block;
    width: auto;
}

.container .solveWay .detailsPage .detailsPage-content .top .right .next-pre a {
    display: inline-block;
    padding: 5px 10px;
}

.container .solveWay .detailsPage .detailsPage-content .top .right .next-pre a span {
    color: #FFFFFF;
    font-size: 15px;
}

.container .solveWay .detailsPage .detailsPage-content .top .right .next-pre a.pre {
    background-color: #5b5b5b;
}

.container .solveWay .detailsPage .detailsPage-content .top .right .next-pre a.catalog {
    background-color: #5b5b5b;
    margin-left: 15px;
    margin-right: 15px;
}

.container .solveWay .detailsPage .detailsPage-content .top .right .next-pre a.next {
    background-color: #5b5b5b;
}

.container .solveWay .detailsPage .detailsPage-content .top .right .next-pre a:hover {
    background-color: #0067b8;
}

.container .solveWay .detailsPage .detailsPage-content .top .right .next-pre a:hover span {
    color: #FFFFFF;
}

.container .solveWay .detailsPage .detailsPage-content .top .right .zan {
    margin: 10px 0 0 0;
    padding: 0;
    width: auto;
    display: inline-block;
}

.container .solveWay .detailsPage .detailsPage-content .top .right .zan span {
    color: #000000;
    font-size: 15px;
}

.container .solveWay .detailsPage .detailsPage-content .top .right .zan span.icon {
    display: inline-block;
    margin-left: 15px;
}

.container .solveWay .detailsPage .detailsPage-content .top .right .zan a:hover span {
    color: #0067b8;
}

.container .solveWay .detailsPage .detailsPage-content .article {
    border-top: 1px solid #e2e2e3;
    border-bottom: 1px solid #e2e2e3;
    margin: 15px auto;
    padding: 30px 0;
}

.container .solveWay .detailsPage .detailsPage-content .productAbout {
    margin: 30px 0 0 0;
}

.container .solveWay .detailsPage .detailsPage-content .productAbout h1 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: bolder;
    color: #000000;
}

.container .solveWay .detailsPage .detailsPage-content .productAbout .ul {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
}

.container .solveWay .detailsPage .detailsPage-content .productAbout .ul .item {
    list-style: none;
    margin: 15px 0 15px 0;
    padding: 0;
}

.container .solveWay .detailsPage .detailsPage-content .productAbout .ul .item a {
    font-size: 15px;
    color: #000000;
}

.container .solveWay .detailsPage .detailsPage-content .productAbout .ul .item a span {
    font-size: 12px;
}

.container .solveWay .detailsPage .detailsPage-content .appExample {
    margin: 30px 0 30px 0;
}

.container .solveWay .detailsPage .detailsPage-content .appExample h1 {
    font-size: 18px;
    margin: 0;
    font-weight: bolder;
    color: #000000;
    padding: 0 0 30px 0;
}

.container .solveWay .detailsPage .detailsPage-content .appExample .ul {
    width: 100%;
    margin: 15px 0 0 0;
}

.container .solveWay .detailsPage .detailsPage-content .appExample .ul .item {
    width: calc((100% - 45px) / 4);
    background-color: #e5e6e8;
    margin-left: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.container .solveWay .detailsPage .detailsPage-content .appExample .ul .item:nth-child(4n+1) {
    margin-left: 0;
}

.container .solveWay .detailsPage .detailsPage-content .appExample .ul .item a {
    color: #000000;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.container .solveWay .detailsPage .detailsPage-content .appExample .ul .item a img {
    width: 100%;
    transform: scale(1, 1);
    transition-duration: 0.5s;
}

.container .solveWay .detailsPage .detailsPage-content .appExample .ul .item a img:hover {
    transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
}

.container .solveWay .detailsPage .detailsPage-content .appExample .ul .item h2 {
    padding: 0 30px;
    margin: 15px 0 8px 0;
    font-size: 17px;
    font-weight: bolder;
    color: #000000;
}

.container .solveWay .detailsPage .detailsPage-content .appExample .ul .item p {
    padding: 0 30px;
    margin: 8px 0;
    font-size: 13px;
    color: #000000;
}

.container .solveWay .detailsPage .detailsPage-content .appExample .ul .item:first-child {
    border: none;
}

.container .solveWay .detailsPage .detailsPage-content .appExample .ul:nth-of-type(1) {
    margin-top: 0;
}

.container .solveWay .detailsPage .detailsPage-content .detailsPage-comment {
    border-top: 5px solid #f7f8f9;
}

.container .solveWay .detailsPage .detailsPage-content .detailsPage-comment .shareActionComment {
    background-color: #FFFFFF;
}

.container .solveWay .detailsPage .detailsPage-content .detailsPage-comment .comment {
    border-top: 5px solid #f7f8f9;
    background-color: #FFFFFF;
}

.container .products-banner {
    margin-top: 80px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.container .products-banner img {
    width: 100%;
}

.container .products-banner .form {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-right: 30px;
    z-index: 1000;
}

.container .products-banner .form form {
    background-color: #ffffff;
    padding: 4px 15px;
    border-radius: 15px;
}

.container .products-banner .form form input {
    outline: none;
    border: none;
    font-size: 15px;
    color: #000000;
}

.container .products-banner .form form button {
    outline: none;
    border: none;
    background-color: transparent;
}

.container .products-menu {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 15px 30px;
    background-color: #f7f8f9;
}

.container .products-menu h1 {
    display: table-cell;
    width: 80px;
    border-right: 1px solid #0067b8;
    font-size: 18px;
    font-weight: bolder;
    color: #000000;
}

.container .products-menu .list {
    display: table-cell;
    width: 100%;
    text-align: right;
}

.container .products-menu .list .item {
    display: inline-block;
    padding: 0 15px;
}

.container .products-menu .list .item a {
    color: #000000;
    display: inline-block;
    font-size: 16px;
}

.container .products-menu .list .active a {
    color: #0067b8;
}

.container .products .products-container {
    margin-top: 15px;
}

.container .products .products-container .categoryPage {
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
}

.container .products .products-container .categoryPage .content {
    display: table-cell;
    width: 80%;
    border-left: 15px solid #ffffff;
    vertical-align: top;
}

.container .products .products-container .categoryPage .content .top {
    background-color: #f7f8f9;
    padding: 15px 30px;
}

.container .products .products-container .categoryPage .content .top h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bolder;
    color: #000000;
}

.container .products .products-container .categoryPage .content .top p {
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #000000;
    line-height: 23px;
}

.container .products .products-container .categoryPage .content .list .info-list {
    background-color: #f7f8f9;
    padding: 20px 0;
}

.container .products .products-container .categoryPage .content .list table {
    table-layout: fixed;
}

.container .products .products-container .categoryPage .content .list .info-list .ol .item {
    width: 50%;
    padding: 0 30px;
}

.container .products .products-container .categoryPage .content .list .info-list .ol .item a {
    display: inline-block;
    border-bottom: 1px solid #eaebed;
    color: #000000;
    font-size: 15px;
    width: 90%;
    padding: 5px 0;
}

.container .products .products-container .categoryPage .content .list .info-list .ol .item a:hover span {
    color: #0067b8;
}

.container .products .products-container .categoryPage .content .list .info-list .ol .item a span.fa {
    display: inline-block;
    font-size: 12px;
    transform: scale(0.6, 0.6);
    margin-right: 5px;
}

.container .products .products-container .categoryPage .content .list .ul {
    width: 100%;
    -webkit-box-pack: start;
    -moz-justify-content: start;
    justify-content: start;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -moz-align-items: start;
    align-items: start;
}

.container .products .products-container .categoryPage .content .list .ul .li {
    width: 49.5%;
    margin-right: 1%;
    margin-top: 15px;
}

.container .products .products-container .categoryPage .content .list .ul .li .img {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.container .products .products-container .categoryPage .content .list .ul .li .img .img-cover {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}

.container .products .products-container .categoryPage .content .list .ul .li .img .img-cover img {
    width: 100%;
}

.container .products .products-container .categoryPage .content .list .ul .li .img .img-info {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 20px;
    background-color: #e5e6e8;
}

.container .products .products-container .categoryPage .content .list .ul .li .img .img-info h1 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: bolder;
    color: #000000;
}

.container .products .products-container .categoryPage .content .list .ul .li .img .img-info p.line {
    background-color: #0067b8;
    margin: 10px 0;
}

.container .products .products-container .categoryPage .content .list .ul .li .img .img-info p.desc {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #000000;
    text-indent: 2rem;
    line-height: 23px;
}

.container .products .products-container .categoryPage .content .list .ul .li .info-list {
    background-color: #f7f8f9;
    padding: 20px 0;
}

.container .products .products-container .categoryPage .content .list .ul .li .info-list .ol .item {
    width: 50%;
    padding: 0 30px;
}

.container .products .products-container .categoryPage .content .list .ul .li .info-list .ol .item a {
    display: inline-block;
    border-bottom: 1px solid #eaebed;
    color: #000000;
    font-size: 15px;
    width: 90%;
    padding: 5px 0;
}

.container .products .products-container .categoryPage .content .list .ul .li .info-list .ol .item a span.fa {
    display: inline-block;
    font-size: 12px;
    transform: scale(0.6, 0.6);
    margin-right: 5px;
}

.container .products .products-container .categoryPage .content .list .ul .li:nth-of-type(2n+2) {
    margin-right: 0;
}

.container .products .products-container .categoryPage .content table {
    width: 100%;
}

.container .products .products-container .categoryPage .content table tr td {
    background-color: #f7f8f9;
    vertical-align: top;
    width: 50%;
}

.container .products .products-container .categoryPage .content table tr td .img {
    width: 100%;
    border-top: 15px solid #ffffff;
}

.container .products .products-container .categoryPage .content table tr td .img a {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-justify-content: start;
    justify-content: start;
}

.container .products .products-container .categoryPage .content table tr td .img a .img-cover {
    vertical-align: top;
    overflow: hidden;
    width: 50%;
    overflow: hidden;
    display: block;
}

.container .products .products-container .categoryPage .content table tr td .img a .img-cover img {
    width: 100%;
}

.container .products .products-container .categoryPage .content table tr td .img a .img-cover img {
    width: 100%;
    display: block;
    transform: scale(1, 1);
    transition-duration: 0.5s;
}

.container .products .products-container .categoryPage .content table tr td .img a .img-cover:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
}

.container .products .products-container .categoryPage .content table tr td .img a .img-info {
    width: 50%;
    vertical-align: top;
    padding: 20px;
    background-color: #e5e6e8;
}

.container .products .products-container .categoryPage .content table tr td .img a .img-info h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bolder;
    color: #000000;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container .products .products-container .categoryPage .content table tr td .img a .img-info h1:hover {
    color: #0067b8;
}

.container .products .products-container .categoryPage .content table tr td .img a .img-info p.line {
    background-color: #000000;
    margin: 10px 0;
    height: 3px;
    width: 50px;
}

.container .products .products-container .categoryPage .content table tr td .img a .img-info p.line:hover {
    background-color: #0067b8;
}

.container .products .products-container .categoryPage .content table tr td .img a .img-info p.desc {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #000000;
    text-indent: 2rem;
    line-height: 23px;
}

.container .products .products-container .categoryPage .content table tr td .img a .img-info p.desc:hover {
    color: #0067b8;
}

.container .products .products-container .categoryPage .content table tr td .info-list {
    padding: 20px 0;
}

.container .products .products-container .categoryPage .content table tr td .info-list .ol .item {
    width: 50%;
    padding: 0 30px;
    display: none;
}

.container .products .products-container .categoryPage .content table tr td .info-list .ol .item a {
    display: inline-block;
    border-bottom: 1px solid #eaebed;
    color: #000000;
    font-size: 15px;
    width: 90%;
    padding: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container .products .products-container .categoryPage .content table tr td .info-list .ol .item a span.fa {
    display: inline-block;
    font-size: 12px;
    transform: scale(0.6, 0.6);
    margin-right: 5px;
}

.container .products .products-container .categoryPage .content table tr td .info-list .ol .item:nth-of-type(1),
.container .products .products-container .categoryPage .content table tr td .info-list .ol .item:nth-of-type(2),
.container .products .products-container .categoryPage .content table tr td .info-list .ol .item:nth-of-type(3),
.container .products .products-container .categoryPage .content table tr td .info-list .ol .item:nth-of-type(4) {
    display: block;
}

.container .products .products-container .categoryPage .content table tr td .info-list .more {
    text-align: right;
    padding-right: 50px;
    padding-top: 5px;
}

.container .products .products-container .categoryPage .content table tr td .info-list .more span {
    display: inline-block;
    margin-right: 3px;
}

.container .products .products-container .categoryPage .content table tr td:nth-of-type(1) {
    border-right: 15px solid #ffffff;
}

.container .products .products-container .categoryPage .content table tr td:nth-of-type(2) {
    border-left: 15px solid #ffffff;
}

.container .products .products-container .categoryPage .sanji_common .list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-justify-content: start;
    justify-content: start;
    flex-wrap: wrap;
}

.container .products .products-container .categoryPage .sanji_common .list ul li {
    width: calc((100% - 45px) / 4);
    margin-left: 15px;
    margin-top: 15px;
}

.container .products .products-container .categoryPage .sanji_common .list ul li:nth-of-type(4n+1) {
    margin-left: 0;
}

.container .products .products-container .categoryPage .sanji_common .list ul li .img-cover {
    width: 100%;
    overflow: hidden;
}

.container .products .products-container .categoryPage .sanji_common .list ul li .img-cover img {
    width: 100%;
    transform: scale(1, 1);
    transition-duration: 0.5s;
}

.container .products .products-container .categoryPage .sanji_common .list ul li .img-cover:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
}

.container .products .products-container .categoryPage .sanji_common .list ul li .img-info {
    background-color: #e5e6e8;
    padding: 10px 0;
}

.container .products .products-container .categoryPage .sanji_common .list ul li .img-info h1 {
    padding: 0;
    font-size: 18px;
    font-weight: bolder;
    color: #000000;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
    margin: 0 auto 10px auto;
}

.container .products .products-container .categoryPage .sanji_common .list ul li .img-info h1:hover {
    color: #0067b8;
}

.container .products .products-container .categoryPage .sanji_common .list ul li .img-info .desc {
    font-size: 14px;
    color: #000000;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 23px;
    height: 23px;
    width: 90%;
    margin: 0 auto;
}

.container .products .products-container .categoryPage .sanji_common .list ul li .img-info .desc:hover {
    color: #0067b8;
}

.container .products .products-container .channelPage .products-menues h4 {
    margin: 25px 0 0 0;
    padding: 0;
    font-size: 18px;
    color: #000000;
    text-align: center;
}

.container .products .products-container .channelPage .products-menues h4:hover {
    color: #0067b8;
}

.container .products .products-container .channelPage .products-menues p.line {
    margin: 15px auto 15px auto;
    background-color: #0067b8;
    width: 80px;
    height: 5px;
}

.container .products .products-container .channelPage .products-menues h1 {
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 23px;
    font-weight: 800;
    color: #000000;
    text-align: center;
}

.container .products .products-container .channelPage .products-menues h1:hover {
    color: #0067b8;
}

.container .products .products-container .channelPage .channelPage-menu {
    height: 55px;
}

.container .products .products-container .channelPage .channelPage-menu .item {
    display: inline-block;
    padding: 0 15px 0;
}

.container .products .products-container .channelPage .channelPage-menu .item a p.text {
    margin: 0;
    color: #000000;
    font-size: 16px;
    padding: 3px 15px;
    border: 1px solid #2B2B2B;
    background-color: #ffffff;
    border-radius: 20px;
}

.container .products .products-container .channelPage .channelPage-menu .item a p.icon {
    margin: -5px 0 0 0;
    padding: 0;
    text-align: center;
}

.container .products .products-container .channelPage .channelPage-menu .item a p.icon span {
    font-size: 12px;
    color: transparent;
}

.container .products .products-container .channelPage .channelPage-menu a:hover p.text {
    color: #0067b8 !important;
    border: 1px solid #0067b8;
}

.container .products .products-container .channelPage .channelPage-menu .active a p.text {
    color: #0067b8;
    border: 1px solid #0067b8;
}

.container .products .products-container .channelPage .channelPage-menu .active a p.icon span {
    color: #0067b8;
}

.container .products .products-container .channelPage .channelPage-list .ul {
    width: 100%;
    -webkit-box-pack: start;
    -moz-justify-content: start;
    justify-content: start;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -moz-align-items: start;
    align-items: start;
}

.container .products .products-container .channelPage .channelPage-list .ul .li {
    width: 49.5%;
    margin-right: 1%;
    margin-top: 15px;
}

.container .products .products-container .channelPage .channelPage-list .ul .li .img {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.container .products .products-container .channelPage .channelPage-list .ul .li .img .img-cover {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}

.container .products .products-container .channelPage .channelPage-list .ul .li .img .img-cover img {
    width: 100%;
}

.container .products .products-container .channelPage .channelPage-list .ul .li .img .img-info {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 20px;
    background-color: #e5e6e8;
}

.container .products .products-container .channelPage .channelPage-list .ul .li .img .img-info h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bolder;
    color: #000000;
    text-align: left;
}

.container .products .products-container .channelPage .channelPage-list .ul .li .img .img-info p.line {
    background-color: #000000;
    margin: 10px 0;
    height: 3px;
    width: 50px;
}

.container .products .products-container .channelPage .channelPage-list .ul .li .img .img-info p.desc {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #000000;
    text-indent: 2rem;
    line-height: 23px;
}

.container .products .products-container .channelPage .channelPage-list .ul .li .info-list {
    padding: 20px 0;
    background-color: #f7f8f9;
    min-height: 131px;
}

.container .products .products-container .channelPage .channelPage-list .ul .li .info-list .ol .item {
    width: 50%;
    padding: 0 30px;
    display: none;
}

.container .products .products-container .channelPage .channelPage-list .ul .li .info-list .ol .item a {
    display: inline-block;
    border-bottom: 1px solid #eaebed;
    color: #000000;
    font-size: 15px;
    width: 90%;
    padding: 5px 0;
}

.container .products .products-container .channelPage .channelPage-list .ul .li .info-list .ol .item a span.fa {
    display: inline-block;
    font-size: 12px;
    transform: scale(0.6, 0.6);
    margin-right: 5px;
}

.container .products .products-container .channelPage .channelPage-list .ul .li .info-list .ol .item:nth-of-type(1),
.container .products .products-container .channelPage .channelPage-list .ul .li .info-list .ol .item:nth-of-type(2),
.container .products .products-container .channelPage .channelPage-list .ul .li .info-list .ol .item:nth-of-type(3),
.container .products .products-container .channelPage .channelPage-list .ul .li .info-list .ol .item:nth-of-type(4) {
    display: block;
}

.container .products .products-container .channelPage .channelPage-list .ul .li .info-list .more {
    text-align: right;
    padding-right: 50px;
    padding-top: 5px;
}

.container .products .products-container .channelPage .channelPage-list .ul .li .info-list .more span {
    display: inline-block;
    margin-right: 3px;
}

.container .products .products-container .channelPage .channelPage-list .ul .li:nth-of-type(2n+2) {
    margin-right: 0;
}

.container .products .products-container .channelPage .channelPage-list table {
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
}

.container .products .products-container .channelPage .channelPage-list table tr td {
    background-color: #f7f8f9;
    vertical-align: top;
    width: 50%;
border:15px solid #fff;
}

.container .products .products-container .channelPage .channelPage-list table tr td .img {
    width: 100%;
    border-top: 15px solid #ffffff;
}

.container .products .products-container .channelPage .channelPage-list table tr td .img a {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-justify-content: start;
    justify-content: start;
}

.container .products .products-container .channelPage .channelPage-list table tr td .img a .img-cover {
    vertical-align: top;
    overflow: hidden;
    width: 50%;
}

.container .products .products-container .channelPage .channelPage-list table tr td .img a .img-cover .overhidden {
    overflow: hidden;
    display: block;
    max-width: 100%;
    width: 100%;
}

.container .products .products-container .channelPage .channelPage-list table tr td .img a .img-cover .overhidden img {
   /* width: 100%;*/
    display: block;
    transform: scale(1, 1);
    transition-duration: 0.5s;
    height: 362px;
    margin: 0 auto;
}

.container .products .products-container .channelPage .channelPage-list table tr td .img a .img-cover:hover .overhidden img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
}

.container .products .products-container .channelPage .channelPage-list table tr td .img a .img-info {
    width: 50%;
    vertical-align: top;
    padding: 20px;
    background-color: #e5e6e8;
}

.container .products .products-container .channelPage .channelPage-list table tr td .img a .img-info h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bolder;
    color: #000000;
    width: 90%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container .products .products-container .channelPage .channelPage-list table tr td .img a .img-info h1:hover {
    color: #0067b8;
}

.container .products .products-container .channelPage .channelPage-list table tr td .img a .img-info p.line {
    background-color: #0067b8;
    margin: 10px 0;
    height: 3px;
    width: 50px;
}

.container .products .products-container .channelPage .channelPage-list table tr td .img a .img-info p.desc {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #000000;
    text-indent: 2rem;
    line-height: 23px;
}

.container .products .products-container .channelPage .channelPage-list table tr td .img a .img-info p.desc:hover {
    color: #0067b8;
}

.container .products .products-container .channelPage .channelPage-list table tr td .info-list {
    padding: 20px 0;
}

.container .products .products-container .channelPage .channelPage-list table tr td .info-list .ol .item {
    width: 50%;
    padding: 0 30px;
    display: none;
}

.container .products .products-container .channelPage .channelPage-list table tr td .info-list .ol .item a {
    display: inline-block;
    border-bottom: 1px solid #eaebed;
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    width: 90%;
    padding: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container .products .products-container .channelPage .channelPage-list table tr td .info-list .ol .item a span.fa {
    display: inline-block;
    font-size: 12px;
    transform: scale(0.6, 0.6);
    margin-right: 5px;
}

.container .products .products-container .channelPage .channelPage-list table tr td .info-list .ol .item a:hover span {
    color: #0067b8 !important;
}

.container .products .products-container .channelPage .channelPage-list table tr td .info-list .ol .item:nth-of-type(1),
.container .products .products-container .channelPage .channelPage-list table tr td .info-list .ol .item:nth-of-type(2),
.container .products .products-container .channelPage .channelPage-list table tr td .info-list .ol .item:nth-of-type(3),
.container .products .products-container .channelPage .channelPage-list table tr td .info-list .ol .item:nth-of-type(4) {
    display: block;
}

.container .products .products-container .channelPage .channelPage-list table tr td .info-list .more {
    text-align: right;
    padding-right: 50px;
    padding-top: 5px;
    font-size: 13px;
}

.container .products .products-container .channelPage .channelPage-list table tr td .info-list .more span {
    display: inline-block;
    margin-right: 3px;
    font-size: 13px;
}

.container .products .products-container .channelPage .channelPage-list table tr td:nth-of-type(1) {
    border-right: 15px solid #ffffff;
}

.container .products .products-container .channelPage .channelPage-list table tr td:nth-of-type(2) {
    border-left: 15px solid #ffffff;
}

.container .products .products-container .detailsPage-menu-container {
    left: 0;
    width: 100%;
    z-index: 10;
}

.container .products .products-container .detailsPage-menu {
    display: table;
    table-layout: fixed;
    background-color: #000000;
    padding: 0 30px 0 40px;
    margin: 80px auto 0 auto;
}

.container .products .products-container .detailsPage-menu p.v-line {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    line-height: normal;
    width: 15px;
}

.container .products .products-container .detailsPage-menu p.v-line span {
    color: #0067b8;
    font-size: 16px;
    font-weight: bolder;
}

.container .products .products-container .detailsPage-menu .title {
    display: table-cell;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    color: #FFFFFF;
    width: auto;
    vertical-align: middle;
    overflow: auto !important;
    text-overflow: initial !important;
    white-space: normal !important;
}

.container .products .products-container .detailsPage-menu .list {
    display: table-cell;
    width: 660px;
    vertical-align: middle;
    text-align: right;
    padding: 18px 0 0 0;
}

.container .products .products-container .detailsPage-menu .list .item {
    display: inline-block;
    width: auto;
    padding: 0 5px;
}

.container .products .products-container .detailsPage-menu .list .item a p.text {
    margin: 0;
    padding: 2px 13px;
    border-radius: 15px;
    color: #ffffff;
    font-size: 15px;
    line-height: normal;
}

.container .products .products-container .detailsPage-menu .list .item a p.icon {
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: normal;
}

.container .products .products-container .detailsPage-menu .list .item a p.icon span {
    color: transparent;
    font-size: 12px;
}

.container .products .products-container .detailsPage-menu .list .item:hover a p.text {
    color: #0067b8;
}

.container .products .products-container .detailsPage-menu .list .active a p.text {
    color: #ffffff !important;
    background-color: #0067b8;
}

.container .products .products-container .detailsPage-menu .list .active a p.icon span {
    color: #0067b8;
}

.container .products .products-container .detailsPage-menu .zan {
    display: table-cell;
    margin: 0;
    padding: 0;
    width: 210px;
    vertical-align: middle;
}

.container .products .products-container .detailsPage-menu .zan span {
    color: #ddd;
    font-size: 13px;
}

.container .products .products-container .detailsPage-menu .zan span.icon {
    display: inline-block;
}

.container .products .products-container .detailsPage-menu .next-pre {
    display: table-cell;
    margin: 0;
    padding: 0;
    width: 190px;
    text-align: right;
    vertical-align: middle;
}

.container .products .products-container .detailsPage-menu .next-pre a {
    display: inline-block;
    padding: 5px 10px;
}

.container .products .products-container .detailsPage-menu .next-pre a span {
    color: #FFFFFF;
    font-size: 15px;
}

.container .products .products-container .detailsPage-menu .next-pre a.pre {
    background-color: #5b5b5b;
}

.container .products .products-container .detailsPage-menu .next-pre a.pre:hover {
    background-color: #0067b8;
}

.container .products .products-container .detailsPage-menu .next-pre a.catalog {
    background-color: #5b5b5b;
    margin-left: 15px;
    margin-right: 15px;
}

.container .products .products-container .detailsPage-menu .next-pre a.catalog:hover {
    background-color: #0067b8;
}

.container .products .products-container .detailsPage-menu .next-pre a.next {
    background-color: #5b5b5b;
}

.container .products .products-container .detailsPage-menu .next-pre a.next:hover {
    background-color: #0067b8;
}

@media screen and (max-width: 1366px) and (min-width: 0px) {
    .container .products .products-container .detailsPage-menu {
        width: 1366px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1366px) {
    .container .products .products-container .detailsPage-menu {
        width: 100%;
    }
}

@media screen and (max-width: 1820px) and (min-width: 1440px) {
    .container .products .products-container .detailsPage-menu {
        width: 100%;
    }
}

@media screen and (min-width: 1820px) {
    .container .products .products-container .detailsPage-menu {
        width: 100%;
    }
}

.container .products .products-container .detailsPage-banner {
    width: 100%;
    overflow: hidden;
    border-top: 2px solid #ffffff;
    margin-top: 0 !important;
}

.container .products .products-container .detailsPage-banner img {
    width: 100%;
}

.container .products .products-container .detailsPage {
    background-color: #f7f8f9;
}

.container .products .products-container .detailsPage .detailsPage-content h1 {
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #000000;
    font-weight: bolder;
    margin-bottom: 20px;
}

.container .products .products-container .detailsPage .detailsPage-content p.line {
    margin-top: 10px;
}

.container .products .products-container .detailsPage .detailsPage-content img {
    max-width: 100%;
}

.container .products .products-container .detailsPage .detailsPage-content .productOverview {
    margin: 0 auto 30px auto;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
    border-top: 10px solid #ffffff;
}

.container .products .products-container .detailsPage .detailsPage-content .productOverview a {
    color: #333333;
}

.container .products .products-container .detailsPage .detailsPage-content .selectProducts {
    margin: 0 auto 30px auto;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
    border-top: 10px solid #ffffff;
}

.container .products .products-container .detailsPage .detailsPage-content .relevantSolutions {
    margin: 0 auto 30px auto;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
    border-top: 10px solid #ffffff;
}

.container .products .products-container .detailsPage .detailsPage-content .relevantSolutions ul.icon-list {
    -webkit-box-align: start;
    -moz-align-items: start;
    align-items: start;
    flex-wrap: wrap;
}

.container .products .products-container .detailsPage .detailsPage-content .relevantSolutions ul.icon-list li {
    margin-left: 15px;
    background-color: #e5e6e8;
    width: calc((100% - 45px) / 4);
    padding-bottom: 10px;
    margin-top: 15px;
}

.container .products .products-container .detailsPage .detailsPage-content .relevantSolutions ul.icon-list li:nth-of-type(4n+1) {
    margin-left: 0;
}

.container .products .products-container .detailsPage .detailsPage-content .relevantSolutions ul.icon-list li a .svg-border {
    width: 30px;
    height: 30px;
    border-radius: 0;
    margin: 0 auto 8px auto;
    border: none;
}

.container .products .products-container .detailsPage .detailsPage-content .relevantSolutions ul.icon-list li a .svg-border {
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.container .products .products-container .detailsPage .detailsPage-content .relevantSolutions ul.icon-list li a .svg-border object,
.container .products .products-container .detailsPage .detailsPage-content .relevantSolutions ul.icon-list li a .svg-border .svg,
.container .products .products-container .detailsPage .detailsPage-content .relevantSolutions ul.icon-list li a .svg-border img,
.container .products .products-container .detailsPage .detailsPage-content .relevantSolutions ul.icon-list li a .svg-border svg {
    fill: #000000;
    text-align: left;
    width: 100%;
    transform: scale(1, 1);
    transition-duration: 0.5s;
}

.container .products .products-container .detailsPage .detailsPage-content .relevantSolutions ul.icon-list li a .svg-border object:hover,
.container .products .products-container .detailsPage .detailsPage-content .relevantSolutions ul.icon-list li a .svg-border .svg:hover,
.container .products .products-container .detailsPage .detailsPage-content .relevantSolutions ul.icon-list li a .svg-border img:hover,
.container .products .products-container .detailsPage .detailsPage-content .relevantSolutions ul.icon-list li a .svg-border svg:hover {
    transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
}

.container .products .products-container .detailsPage .detailsPage-content .relevantSolutions ul.icon-list li a span {
    color: #000000;
    display: block;
    padding: 0 15px;
    margin: 15px 0 8px 0;
    font-size: 17px;
    font-weight: bolder;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container .products .products-container .detailsPage .detailsPage-content .relevantSolutions ul.icon-list li a:hover .svg-border object,
.container .products .products-container .detailsPage .detailsPage-content .relevantSolutions ul.icon-list li a:hover .svg-border .svg,
.container .products .products-container .detailsPage .detailsPage-content .relevantSolutions ul.icon-list li a:hover .svg-border img,
.container .products .products-container .detailsPage .detailsPage-content .relevantSolutions ul.icon-list li a:hover .svg-border svg {
    fill: #0067b8;
}

.container .products .products-container .detailsPage .detailsPage-content .relevantSolutions ul.icon-list li a:hover span {
    color: #0067b8;
}

.container .products .products-container .detailsPage .detailsPage-content .appExample {
    margin: 0 auto 0 auto;
    padding: 30px 10%;
    border-bottom: 10px solid #ffffff;
    border-top: 10px solid #ffffff;
}

.container .products .products-container .detailsPage .detailsPage-content .appExample ul.icon-list {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
}

.container .products .products-container .detailsPage .detailsPage-content .appExample ul.icon-list .ul {
    width: 100%;
    margin-top: 15px;
}

.container .products .products-container .detailsPage .detailsPage-content .appExample ul.icon-list .ul .item {
    width: calc((100% - 45px) / 4);
    background-color: #e5e6e8;
    margin-left: 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.container .products .products-container .detailsPage .detailsPage-content .appExample ul.icon-list .ul .item:nth-child(4n+1) {
    margin-left: 0;
}

.container .products .products-container .detailsPage .detailsPage-content .appExample ul.icon-list .ul .item a {
    color: #000000;
    display: block;
    width: 100%;
    overflow: hidden;
}

.container .products .products-container .detailsPage .detailsPage-content .appExample ul.icon-list .ul .item a img {
    width: 100%;
    transform: scale(1, 1);
    transition-duration: 0.5s;
}

.container .products .products-container .detailsPage .detailsPage-content .appExample ul.icon-list .ul .item h2 {
    padding: 0 15px;
    margin: 15px 0 8px 0;
    font-size: 17px;
    font-weight: bolder;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container .products .products-container .detailsPage .detailsPage-content .appExample ul.icon-list .ul .item p {
    padding: 0 15px;
    margin: 8px 0;
    font-size: 13px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container .products .products-container .detailsPage .detailsPage-content .appExample ul.icon-list .ul .item a:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
}

.container .products .products-container .detailsPage .detailsPage-content .appExample ul.icon-list .ul .item:first-child {
    border: none;
}

.container .products .products-container .detailsPage .detailsPage-content .appExample .ul:nth-of-type(1) {
    margin-top: 0;
}

.container .products .products-container .detailsPage .detailsPage-content .detailsPage-comment {
    border-top: 10px solid #ffffff;
}

.container .products .products-container .detailsPage .detailsPage-content .detailsPage-comment .shareActionComment {
    padding-left: 10%;
    padding-right: 10%;
}

.container .products .products-container .detailsPage .detailsPage-content .detailsPage-comment .comment {
    border-top: 10px solid #ffffff;
    padding-left: 10%;
    padding-right: 10%;
}

.container .products .classification {
    background-color: #f7f8f9;
    width: 20%;
    padding: 30px 40px;
    display: table-cell;
    vertical-align: top;
}

.container .products .classification h1 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bolder;
    color: #000000;
}

.container .products .classification form {
    padding: 20px 0 30px 0;
    display: block;
}

.container .products .classification form input {
    border: 1px solid #000000;
    outline: none;
    margin: 0;
    padding: 5px;
    font-size: 14px;
    color: #000000;
    display: inline-block;
    width: 70%;
}

.container .products .classification form button {
    background-color: #0067b8;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 15px;
    border: none;
    outline: none;
}

.container .products .classification .s-side {
    width: 100%;
}

.container .products .classification .s-side .first {
    border-bottom: 1px solid #cfcfcf;
}

.container .products .classification .s-side .first>a,
.container .products .classification .s-side .first>.d-firstNav,
.container .products .classification .s-side .first>.s-firstNav {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 10px 0;
}

.container .products .classification .s-side .first>a i.left-icon,
.container .products .classification .s-side .first>.d-firstNav i.left-icon,
.container .products .classification .s-side .first>.s-firstNav i.left-icon {
    width: 30px;
    display: table-cell;
    font-size: 15px;
    color: #7d7d7d;
    text-align: center;
}

.container .products .classification .s-side .first>a i.left-icon-active,
.container .products .classification .s-side .first>.d-firstNav i.left-icon-active,
.container .products .classification .s-side .first>.s-firstNav i.left-icon-active {
    display: none;
}

.container .products .classification .s-side .first>a span.text,
.container .products .classification .s-side .first>.d-firstNav span.text,
.container .products .classification .s-side .first>.s-firstNav span.text {
    width: 100%;
    display: table-cell;
    color: #000000;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container .products .classification .s-side .first>a i.right-icon,
.container .products .classification .s-side .first>.d-firstNav i.right-icon,
.container .products .classification .s-side .first>.s-firstNav i.right-icon {
    width: 30px;
    display: table-cell;
    color: #7c7c7c;
    font-size: 15px;
    text-align: center;
}

.container .products .classification .s-side .first>a i.right-icon-active,
.container .products .classification .s-side .first>.d-firstNav i.right-icon-active,
.container .products .classification .s-side .first>.s-firstNav i.right-icon-active {
    display: none;
}

.container .products .classification .s-side .first>.s-firstDrop,
.container .products .classification .s-side .first>.d-firstDrop {
    display: none;
}

.container .products .classification .s-side .first>.s-firstDrop>li,
.container .products .classification .s-side .first>.d-firstDrop>li {
    border-top: 1px solid #cfcfcf;
}

.container .products .classification .s-side .first>.s-firstDrop>li>a,
.container .products .classification .s-side .first>.d-firstDrop>li>a,
.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondNav,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondNav,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondNav,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondNav {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 10px 0 10px 15px;
}

.container .products .classification .s-side .first>.s-firstDrop>li>a i.left-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>a i.left-icon,
.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondNav i.left-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondNav i.left-icon,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondNav i.left-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondNav i.left-icon {
    width: 30px;
    display: table-cell;
    font-size: 15px;
    color: #7d7d7d;
    text-align: center;
}

.container .products .classification .s-side .first>.s-firstDrop>li>a i.left-icon-active,
.container .products .classification .s-side .first>.d-firstDrop>li>a i.left-icon-active,
.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondNav i.left-icon-active,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondNav i.left-icon-active,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondNav i.left-icon-active,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondNav i.left-icon-active {
    display: none;
}

.container .products .classification .s-side .first>.s-firstDrop>li>a span.text,
.container .products .classification .s-side .first>.d-firstDrop>li>a span.text,
.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondNav span.text,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondNav span.text,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondNav span.text,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondNav span.text {
    width: 100%;
    display: table-cell;
    color: #000000;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container .products .classification .s-side .first>.s-firstDrop>li>a i.right-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>a i.right-icon,
.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondNav i.right-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondNav i.right-icon,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondNav i.right-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondNav i.right-icon {
    width: 30px;
    display: table-cell;
    color: #cccccc;
    font-size: 15px;
    text-align: center;
}

.container .products .classification .s-side .first>.s-firstDrop>li>a i.right-icon-active,
.container .products .classification .s-side .first>.d-firstDrop>li>a i.right-icon-active,
.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondNav i.right-icon-active,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondNav i.right-icon-active,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondNav i.right-icon-active,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondNav i.right-icon-active {
    display: none;
}

.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop {
    display: none;
}

.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li {
    border-top: 1px solid #cfcfcf;
}

.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>a,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>a,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>a,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>a,
.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>.d-thirdNav,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>.d-thirdNav,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>.d-thirdNav,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>.d-thirdNav,
.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>.s-thirdNav,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>.s-thirdNav,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>.s-thirdNav,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>.s-thirdNav {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 10px 0 10px 20px;
}

.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>a i.left-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>a i.left-icon,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>a i.left-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>a i.left-icon,
.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>.d-thirdNav i.left-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>.d-thirdNav i.left-icon,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>.d-thirdNav i.left-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>.d-thirdNav i.left-icon,
.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>.s-thirdNav i.left-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>.s-thirdNav i.left-icon,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>.s-thirdNav i.left-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>.s-thirdNav i.left-icon {
    width: 30px;
    display: table-cell;
    font-size: 14px;
    color: #7d7d7d;
    text-align: center;
}

.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>a i.left-icon-active,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>a i.left-icon-active,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>a i.left-icon-active,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>a i.left-icon-active,
.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>.d-thirdNav i.left-icon-active,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>.d-thirdNav i.left-icon-active,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>.d-thirdNav i.left-icon-active,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>.d-thirdNav i.left-icon-active,
.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>.s-thirdNav i.left-icon-active,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>.s-thirdNav i.left-icon-active,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>.s-thirdNav i.left-icon-active,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>.s-thirdNav i.left-icon-active {
    display: none;
}

.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>a span.text,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>a span.text,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>a span.text,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>a span.text,
.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>.d-thirdNav span.text,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>.d-thirdNav span.text,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>.d-thirdNav span.text,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>.d-thirdNav span.text,
.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>.s-thirdNav span.text,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>.s-thirdNav span.text,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>.s-thirdNav span.text,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>.s-thirdNav span.text {
    width: 100%;
    display: table-cell;
    color: #000000;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>a i.right-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>a i.right-icon,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>a i.right-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>a i.right-icon,
.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>.d-thirdNav i.right-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>.d-thirdNav i.right-icon,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>.d-thirdNav i.right-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>.d-thirdNav i.right-icon,
.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>.s-thirdNav i.right-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>.s-thirdNav i.right-icon,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>.s-thirdNav i.right-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>.s-thirdNav i.right-icon {
    width: 30px;
    display: table-cell;
    color: #cccccc;
    font-size: 14px;
    text-align: center;
}

.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>a i.right-icon-active,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>a i.right-icon-active,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>a i.right-icon-active,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>a i.right-icon-active,
.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>.d-thirdNav i.right-icon-active,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>.d-thirdNav i.right-icon-active,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>.d-thirdNav i.right-icon-active,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>.d-thirdNav i.right-icon-active,
.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>.s-thirdNav i.right-icon-active,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>.s-thirdNav i.right-icon-active,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>.s-thirdNav i.right-icon-active,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>.s-thirdNav i.right-icon-active {
    display: none;
}

.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>.d-thirdDrop,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>.d-thirdDrop,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>.d-thirdDrop,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>.d-thirdDrop,
.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>.s-thirdDrop,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>.s-thirdDrop,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>.s-thirdDrop,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>.s-thirdDrop {
    display: none;
}

.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>.d-thirdDrop>li,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>.d-thirdDrop>li,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>.d-thirdDrop>li,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>.d-thirdDrop>li,
.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>.s-thirdDrop>li,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>.s-thirdDrop>li,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>.s-thirdDrop>li,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>.s-thirdDrop>li {
    border-top: 1px solid #cfcfcf;
}

.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>.d-thirdDrop>li>a,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>.d-thirdDrop>li>a,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>.d-thirdDrop>li>a,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>.d-thirdDrop>li>a,
.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>.s-thirdDrop>li>a,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>.s-thirdDrop>li>a,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>.s-thirdDrop>li>a,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>.s-thirdDrop>li>a {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 10px 0 10px 20px;
}

.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>.d-thirdDrop>li>a i.left-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>.d-thirdDrop>li>a i.left-icon,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>.d-thirdDrop>li>a i.left-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>.d-thirdDrop>li>a i.left-icon,
.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>.s-thirdDrop>li>a i.left-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>.s-thirdDrop>li>a i.left-icon,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>.s-thirdDrop>li>a i.left-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>.s-thirdDrop>li>a i.left-icon {
    width: 30px;
    display: table-cell;
    font-size: 12px;
    color: #7d7d7d;
    text-align: center;
    transform: scale(0.5, 0.5);
}

.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>.d-thirdDrop>li>a span.text,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>.d-thirdDrop>li>a span.text,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>.d-thirdDrop>li>a span.text,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>.d-thirdDrop>li>a span.text,
.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>.s-thirdDrop>li>a span.text,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>.s-thirdDrop>li>a span.text,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>.s-thirdDrop>li>a span.text,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>.s-thirdDrop>li>a span.text {
    width: 100%;
    display: table-cell;
    color: #000000;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>.d-thirdDrop>li>a i.right-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>.d-thirdDrop>li>a i.right-icon,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>.d-thirdDrop>li>a i.right-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>.d-thirdDrop>li>a i.right-icon,
.container .products .classification .s-side .first>.s-firstDrop>li>.d-secondDrop>li>.s-thirdDrop>li>a i.right-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>.d-secondDrop>li>.s-thirdDrop>li>a i.right-icon,
.container .products .classification .s-side .first>.s-firstDrop>li>.s-secondDrop>li>.s-thirdDrop>li>a i.right-icon,
.container .products .classification .s-side .first>.d-firstDrop>li>.s-secondDrop>li>.s-thirdDrop>li>a i.right-icon {
    width: 30px;
    display: table-cell;
    color: #cccccc;
    font-size: 12px;
    text-align: center;
}

.container .products .classification .s-side a:hover span,
.container .products .classification .s-side a:hover i {
    color: #0067b8 !important;
}

.container .products .classification .s-side .first-active>a,
.container .products .classification .s-side .first-active>.d-firstNav,
.container .products .classification .s-side .first-active>.s-firstNav {
    background-color: #0067b8;
}

.container .products .classification .s-side .first-active>a i.left-icon-active,
.container .products .classification .s-side .first-active>.d-firstNav i.left-icon-active,
.container .products .classification .s-side .first-active>.s-firstNav i.left-icon-active {
    display: table-cell;
    color: #FFFFFF !important;
}

.container .products .classification .s-side .first-active>a i.left-icon-normal,
.container .products .classification .s-side .first-active>.d-firstNav i.left-icon-normal,
.container .products .classification .s-side .first-active>.s-firstNav i.left-icon-normal {
    display: none;
}

.container .products .classification .s-side .first-active>a span.text,
.container .products .classification .s-side .first-active>.d-firstNav span.text,
.container .products .classification .s-side .first-active>.s-firstNav span.text {
    color: #FFFFFF !important;
}

.container .products .classification .s-side .first-active>a i.right-icon-active,
.container .products .classification .s-side .first-active>.d-firstNav i.right-icon-active,
.container .products .classification .s-side .first-active>.s-firstNav i.right-icon-active {
    display: table-cell;
    color: #FFFFFF !important;
}

.container .products .classification .s-side .first-active>a i.right-icon-normal,
.container .products .classification .s-side .first-active>.d-firstNav i.right-icon-normal,
.container .products .classification .s-side .first-active>.s-firstNav i.right-icon-normal {
    display: none;
}

.container .products .classification .s-side .second-active>a,
.container .products .classification .s-side .second-active>.d-secondNav,
.container .products .classification .s-side .second-active>.s-secondNav {
    background-color: #e5e6e8;
}

.container .products .classification .s-side .second-active>a i.left-icon-normal,
.container .products .classification .s-side .second-active>.d-secondNav i.left-icon-normal,
.container .products .classification .s-side .second-active>.s-secondNav i.left-icon-normal {
    display: none !important;
}

.container .products .classification .s-side .second-active>a i.left-icon-active,
.container .products .classification .s-side .second-active>.d-secondNav i.left-icon-active,
.container .products .classification .s-side .second-active>.s-secondNav i.left-icon-active {
    display: table-cell !important;
    color: #0067b8 !important;
}

.container .products .classification .s-side .second-active>.s-secondNav .text {
    color: #0067b8 !important;
    font-weight: bold !important;
}

.container .products .classification .s-side .second-active>a i.right-icon-normal,
.container .products .classification .s-side .second-active>.d-secondNav i.right-icon-normal,
.container .products .classification .s-side .second-active>.s-secondNav i.right-icon-normal {
    display: none !important;
}

.container .products .classification .s-side .second-active>a i.right-icon-active,
.container .products .classification .s-side .second-active>.d-secondNav i.right-icon-active,
.container .products .classification .s-side .second-active>.s-secondNav i.right-icon-active {
    display: table-cell !important;
    color: #0067b8 !important;
}

.container .products .classification .s-side .third-active>a i.left-icon-normal,
.container .products .classification .s-side .third-active>.d-thirdNav i.left-icon-normal,
.container .products .classification .s-side .third-active>.s-thirdNav i.left-icon-normal {
    display: none !important;
}

.container .products .classification .s-side .third-active>a i.left-icon-active,
.container .products .classification .s-side .third-active>.d-thirdNav i.left-icon-active,
.container .products .classification .s-side .third-active>.s-thirdNav i.left-icon-active {
    display: table-cell !important;
    color: #0067b8 !important;
}

.container .products .classification .s-side .third-active>a span.text,
.container .products .classification .s-side .third-active>.d-thirdNav span.text,
.container .products .classification .s-side .third-active>.s-thirdNav span.text {
    color: #0067b8 !important;
}

.container .products .classification .s-side .third-active>a i.right-icon-normal,
.container .products .classification .s-side .third-active>.d-thirdNav i.right-icon-normal,
.container .products .classification .s-side .third-active>.s-thirdNav i.right-icon-normal {
    display: none !important;
}

.container .products .classification .s-side .third-active>a i.right-icon-active,
.container .products .classification .s-side .third-active>.d-thirdNav i.right-icon-active,
.container .products .classification .s-side .third-active>.s-thirdNav i.right-icon-active {
    display: table-cell !important;
    color: #0067b8 !important;
}

.container .products .classification .middle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.container .products .classification .iconRotate {
    transform: rotate(90deg);
    transition: transform 0.5s;
}


/*2020 1 5*/

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick .productAbout-quick {
    border-top: 1px solid #d7d7d8;
    margin: 15px 0 15px 0;
    padding: 15px 0 0 0;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick .productAbout-quick h1 {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    line-height: 25px;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick .productAbout-quick .ul .item {
    margin: 5px 0;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick .productAbout-quick .ul .item a,
.container .projectExample .projectExample-container .detailsPage .detailsPage-quick .productAbout-quick .ul .item a span {
    margin: 5px 0;
    padding: 0;
    font-size: 13px;
    color: #333333;
    line-height: 23px;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick .productAbout-quick .ul .item a:hover,
.container .projectExample .projectExample-container .detailsPage .detailsPage-quick .productAbout-quick .ul .item a:hover span {
    color: #0067b8;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick .appExample-quick {
    border-top: 1px solid #d7d7d8;
    margin: 0;
    padding: 15px 0 15px 0;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick .appExample-quick .ul {
    display: block;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick .appExample-quick h1 {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    line-height: 25px;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick .appExample-quick .ul .item {
    margin: 5px 0;
    overflow: hidden;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick .appExample-quick h2 {
    border: none !important;
    padding: 0 !important;
    margin: 5px 0;
    line-height: 23px;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick .appExample-quick h2:hover {
    color: #0067b8 !important;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick .appExample-quick p {
    margin: 5px 0;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick .appExample-quick p:hover {
    color: #0067b8 !important;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick .appExample-quick .ul .item a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick .appExample-quick .ul .item img {
    width: 100%;
    transform: scale(1, 1);
    transition-duration: 0.5s;
}

.container .projectExample .projectExample-container .detailsPage .detailsPage-quick .appExample-quick .ul .item img:hover {
    transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
}

.container .projectExample .projectExample-menu>h4,
.container .solveWay .solveWay-menu>h4 {
    margin: 25px 0 0 0;
    padding: 0;
    font-size: 18px;
    color: #000000;
    text-align: center;
}

.container .projectExample .projectExample-menu>h1,
.container .solveWay .solveWay-menu>h1 {
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 23px;
    font-weight: 800;
    color: #000000;
    text-align: center;
}

.container .projectExample .projectExample-menu>p.line,
.container .solveWay .solveWay-menu>p.line {
    margin: 15px auto 15px auto;
    background-color: #0067b8;
    width: 80px;
    height: 5px;
}

.container .solveWay .solveWay-menu>ul.icon-list {
    justify-content: center;
}

.container .solveWay .solveWay-menu>ul.icon-list>li:first-child {
    display: none;
}

.container .solveWay .solveWay-menu>ul.icon-list>li:nth-of-type(2) {
    border: none;
}


/**/

.container .products .products-container .channelPage .channelPage-list ul {
    -webkit-box-pack: start;
    -moz-justify-content: start;
    justify-content: start;
    flex-wrap: wrap;
}

.container .products .products-container .channelPage .channelPage-list ul li {
    width: calc((100% - 60px) / 5);
    margin-left: 15px;
    margin-top: 15px;
}

.container .products .products-container .channelPage .channelPage-list ul li:nth-of-type(5n+1) {
    margin-left: 0;
}

.container .products .products-container .channelPage .channelPage-list ul li .projectCase-img {
    width: 100%;
    overflow: hidden;
}

.container .products .products-container .channelPage .channelPage-list ul li .projectCase-img img {
    width: 100%;
    transform: scale(1, 1);
    transition-duration: 0.5s;
}

.container .products .products-container .channelPage .channelPage-list ul li .projectCase-img:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
}

.container .products .products-container .channelPage .channelPage-list ul li .projectCase-img .bg {
    display: none;
}

.container .products .products-container .channelPage .channelPage-list ul li .projectCase-info {
    background-color: #f5f6f7;
    padding: 20px 15px;
}

.container .products .products-container .channelPage .channelPage-list ul li .projectCase-info p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #999999;
}

.container .products .products-container .channelPage .channelPage-list ul li .projectCase-info h1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    margin-top: 5px;
}

.container .products .products-container .channelPage .channelPage-list ul li .projectCase-info:hover p,
.container .products .products-container .channelPage .channelPage-list ul li .projectCase-info:hover h1 {
    color: #0067b8;
}