.section {
    box-sizing: border-box;
}

.section-wrapper {
    max-width: 1280px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1380px) {
    .section-wrapper {
        padding-right: 80px;
    }
}

@media (max-width: 1023px) {
    .section-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.section-title {
    text-align: center;
}

.section-title h1 {
    position: relative;
    font-size: 49px;
    line-height: 50px;
    letter-spacing: 4px;
    font-weight: bold;
    padding: 60px 0px 30px;
    color: #fff;
}

.section-title h2 {
    margin-top: 5px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 2px;
}

.section-title[data-theme="light"] {
    color: #fff;
}

.section-title[data-theme="dark"] {
    color: #252b3a;
}

@media (max-height: 899px) {
    .section-title:before {
        height: calc((100% - 80px) * 4 / 7);
    }
}

@media (max-height: 709px) {
    .section-title:before {
        height: calc((100% - 58px) * 3 / 5);
    }

    .section-title p {
        margin-top: 4px;
        font-size: 14px;
        line-height: 22;
    }
}

@media (max-width: 1023px) {
    .section-solution {
        overflow: hidden;
    }
}

@media (max-width: 1023px) {
    .section-title:after {
        content: "";
        display: block;
        height: 20px;
    }

    .section-title h1 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 4px;
        padding: 8px 0 4px;
    }

    .section-title h2 {
        margin-top: 10px;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 2px;
    }
}

.section-content {
    height: 60.38095238%;
}

.section-content-middle {
    height: 60.71428571%;
}

@media (max-height: 899px) {
    .section-content {
        height: 76.92307692%;
    }

    .section-content-middle {
        height: 60%;
    }
}

@media (max-height: 709px) {
    .section-content {
        height: 60.23076923%;
    }

    .section-content-middle {
        height: 60%;
    }
}

.section-bottom {
    height: 16.66666667%;
}

.section-bottom:before {
    content: "";
    display: block;
    height: 37.5%;
}

@media (max-height: 899px) {
    .section-bottom {
        height: 16.92307692%;
    }
}

@media (max-height: 709px) {
    .section-bottom {
        height: 19.23076923%;
    }
}

@media (max-width: 1023px) {
    .section-bottom {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .section-bottom:before {
        content: none;
    }
}

.section-more-wrap {
    text-align: center;
}

.section-more-wrap a {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #999;
    cursor: pointer;
    transition: 0.2s;
}

.section-more-wrap a span {
    vertical-align: middle;
}

.section-more-wrap a .cui-icon {
    margin-left: 10px;
    transition: transform 0.2s;
}

.section-more-wrap a:hover {
    color: #f66f6a;
}

.section-more-wrap a:hover i {
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}

@media (max-width: 1023px) {
    .section-more-wrap a {
        font-size: 12px;
        line-height: 16px;
    }
}

.float-bar-ad,
.float-bar-nav>.item.to-top-btn {
    display: none !important;
}

.float-bar-nav .sub-nav-layer {
    top: auto;
    bottom: 0;
}

@media (min-width: 1024px) {
    .header-main {
        transition: background 0.3s;
    }

    #header:not([data-theme="default"]):not(:hover):not(.show-search) .header-main {
        background-color: transparent;
        box-shadow: none;
    }

    #header[data-theme="transparent-dark"]:not(:hover):not(.show-search) .header-logo {
        background-image: url(/template/default/themes/simpleboot3/public/assets/images/homepage-logo-dark.png);
    }

    #header[data-theme="transparent-dark"]:not(:hover):not(.show-search) .header-top {
        color: #252B3A;
    }

    #header[data-theme="transparent-dark"]:not(:hover):not(.show-search) .header-register {
        color: white;
    }

    #header[data-theme="transparent-dark"]:not(:hover):not(.show-search) .header-icon {
        background-image: url(/template/default/themes/simpleboot3/public/assets/images/homepage-header-icon-dark.png);
    }
}

@media (min-width: 1024px) {
    #content {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    #content {
        padding-top: 0 !important;
    }

    .page-container,
    .page-wrapper,
    .page-slide {
        width: 100%;
        height: 100%;
    }

    .page-wrapper {
        transition-timing-function: cubic-bezier(0.77, 0.06, 0.5, 1);
    }

    .page-container {
        min-height: 530px;
    }

    .page-slide {
        position: relative;
        overflow: hidden;
    }

    .page-slide:not(.swiper-slide-active) * {
        animation-play-state: paused;
    }

    .page-slide:not(.page-arrived) * {
        animation: none;
    }

    .page-next {
        position: absolute;
        z-index: 10;
        left: 50%;
        bottom: 26px;
        width: 32px;
        height: 32px;
        margin-left: -16px;
        font-size: 0;
        line-height: 32px;
        text-align: center;
        cursor: pointer;
        animation: page-next 0.8s infinite alternate;
    }

    .page-next span {
        display: block;
        width: 12px;
        height: 12px;
        margin: 7px auto 0;
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    .page-next span:before {
        content: "";
        display: block;
        width: 100%;
        border-top: solid 1px;
    }

    .page-next span:after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        border-left: solid 1px;
        margin-top: -1px;
    }

    .page-next:hover {
        animation-play-state: paused;
        color: #f66f6a !important;
    }

    .page-next[data-theme="light"] {
        color: #fff;
    }

    .page-next[data-theme="dark"] {
        color: #252b3a;
    }

    .page-slide-last-inner {
        box-sizing: border-box;
        overflow-y: auto;
        height: 100%;
    }

    .page-slide-last-inner .section-title {
        height: 20vh;
    }
}

@media (min-width: 1024px) and (max-height: 899px) {
    .page-next {
        bottom: 16px;
    }
}

@media (min-width: 1024px) and (max-height: 709px) {
    .page-next {
        bottom: 6px;
    }
}

@keyframes page-next {
    0% {
        margin-bottom: -10px;
    }

    100% {
        margin-bottom: 0;
    }
}

@media (max-width: 1023px) {
    .page-slide {
        float: none;
    }
}

.section-nav {
    position: absolute;
    z-index: 20;
    right: 26px;
    top: 50%;
    padding-left: 4px;
    padding-right: 4px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.section-nav-switch {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    margin: 8px 0;
    cursor: pointer;
}

.section-nav-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    border-radius: 50%;
    transition: 0.2s;
}

.section-nav-active-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: solid 1px transparent;
    border-radius: 50%;
    -ms-transform: scale(0);
    transform: scale(0);
    transition: 0.2s;
}

.section-nav-label {
    position: absolute;
    top: -1px;
    right: -1px;
    height: 18px;
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 9px;
    margin-right: 9px;
    background: #f66f6a;
    font-size: 0;
    overflow: hidden;
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.section-nav-label span {
    display: inline-block;
    padding-right: 9px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.section-nav-switch:not(.hover) .section-nav-label {
    width: 18px !important;
}

.section-nav-switch.hover .section-nav-bg {
    background-color: white !important;
}

.section-nav-switch.hover .section-nav-label {
    margin-right: 0;
    -ms-transform: scale(1);
    transform: scale(1);
}

.section-nav-switch.hover .section-nav-label span {
    -ms-transform: scale(1);
    transform: scale(1);
}

.section-nav-switch.active .section-nav-active-bg {
    -ms-transform: scale(1);
    transform: scale(1);
}

.section-nav[data-theme] .section-nav-active-bg {
    border-color: #f66f6a;
}

.section-nav[data-theme] .section-nav-switch.active .section-nav-bg {
    background-color: #f66f6a;
}

.section-nav[data-theme="light"] .section-nav-bg {
    background-color: #fff;
}

.section-nav[data-theme="dark"] .section-nav-bg {
    background-color: rgba(0, 0, 0, 0.8);
}

.section-nav[data-theme="grey"] .section-nav-bg {
    background-color: #A0A2A8;
}

.section-nav[data-theme="hide"] {
    display: none;
}

@media (max-width: 1023px) {
    .section-nav {
        display: none;
    }
}

.section-solution {
    background-color: #222;
}

@media (min-width: 1024px) {
    .section-solution {
        height: 100%;
    }

    .section-solution .section-bottom {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        width: 170px;
        margin: auto;
    }

    .solution-content:before,
    .solution-content:after {
        content: " ";
        display: table;
    }

    .solution-content:after {
        clear: both;
    }

    .solution-container {
        margin: 0 auto;
        height: 100%;
        width: 1140px;
        overflow: hidden;
    }

    .solution-container:before,
    .solution-container:after {
        content: " ";
        display: table;
    }

    .solution-container:after {
        clear: both;
    }

    .solution-wrapper {
        position: relative;
        height: 100%;
        font-size: 0;
        white-space: nowrap;
    }

    .solution-wrapper:before,
    .solution-wrapper:after {
        content: " ";
        display: table;
    }

    .solution-wrapper:after {
        clear: both;
    }

    .solution-slide {
        display: inline-block;
        position: relative;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        font-size: 1rem;
        overflow: hidden;
        vertical-align: top;
        white-space: normal;
    }

    .solution-card-bg {
        position: relative;
        width: 100%;
        height: 100%;
        transition: 0.2s;
    }

    .solution-card-bg img {
        display: block;
        position: absolute;
        top: -10000px;
        right: -10000px;
        bottom: -10000px;
        left: -10000px;
        height: 100%;
        margin: auto;
    }

    .solution-card-bg:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: 0.5;
        transition: 0.2s;
    }

    .solution-card-collapse {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        cursor: pointer;
        transition: 0.5s;
    }

    .solution-card-collapse h2 {
        position: absolute;
        top: 26.42967543%;
        left: 0;
        right: 0;
        font-size: 36px;
        color: #fff;
        line-height: 46px;
        text-align: center;
    }

    .solution-card-collapse div {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .solution-card-collapse div img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .solution-card-open {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
		width: 100%;
    }

    .solution-card-open-inner {
        position: absolute;
        top: 44%;
        left: -10000px;
        right: -10000px;
        width: 448px;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        margin: auto;
        color: #fff;
        text-align: center;
    }

    .solution-card-open-inner h1 {
        position: relative;
        margin-bottom: 52px;
        font-size: 36px;
        line-height: 46px;
    }

    .solution-card-open-inner h1:after {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        width: 68px;
        height: 4px;
        margin: 7px auto 0;
        background-color: #f66f6a;
    }

    .solution-card-open-inner p {
        margin-bottom: 40px;
        font-size: 14px;
        line-height: 22px;
    }

    .solution-recommend {
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
    }

    .solution-recommend h2 {
        font-size: 16px;
    }

    .solution-recommend ul:before,
    .solution-recommend ul:after {
        content: " ";
        display: table;
    }

    .solution-recommend ul:after {
        clear: both;
    }

    .solution-recommend ul>li {
        float: left;
        font-size: 15px;
    }

    .solution-recommend ul>li a {
        color: #ffffff;
    }

    .solution-recommend ul>li+li:before {
        content: "\2002|\2002";
    }

    .solution-recommend ul>li a {
        transition: 0.2s;
    }

    .solution-recommend ul>li a:hover {
        color: #f66f6a;
    }

    .solution-card-btnbox {
        font-size: 0;
        text-align: center;
    }

    .solution-card-btnbox .cui-btn i {
        margin-left: 4px;
        transition: transform 0.2s;
    }

    .solution-card-btnbox .cui-btn:hover i {
        -ms-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }

    .solution-slide:not(.open):hover .solution-card-bg {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .solution-slide:not(.open):hover .solution-card-bg:after {
        opacity: 0;
    }

    .solution-slide.open .solution-card-collapse {
        opacity: 0;
    }

    .solution-slide.open .solution-card-open {
        opacity: 1;
        visibility: visible;
    }

    .solution-ctrl {
        float: left;
        position: relative;
        width: 12.5%;
        height: 100%;
        overflow: hidden;
        color: #fff;
        cursor: pointer;
    }

    .solution-ctrl-arrow {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 28px;
        margin-left: -10px;
        margin-top: -14px;
        opacity: 0.5;
        transition: 0.2s;
        animation: solution-arrow-flash 0.6s ease-in infinite alternate;
    }

    .solution-ctrl-arrow span {
        display: block;
        width: 28px;
        height: 28px;
        margin-left: -12px;
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .solution-ctrl-arrow span:before {
        content: "";
        display: block;
        width: 100%;
        border-top: solid 4px;
        border-radius: 2px;
    }

    .solution-ctrl-arrow span:after {
        content: "";
        display: block;
        width: 4px;
        height: 100%;
        border-right: solid 4px;
        border-radius: 2px;
        margin-top: -4px;
    }

    .solution-ctrl-bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(/template/default/themes/simpleboot3/public/assets/images/homepage-solution-ctrl.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        transition: 0.2s;
    }

    .solution-ctrl-bg:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #000;
        opacity: 0.5;
        transition: 0.2s;
    }

    .solution-ctrl:hover .solution-ctrl-bg {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .solution-ctrl:hover .solution-ctrl-bg:after {
        opacity: 0;
    }

    .solution-ctrl:hover .solution-ctrl-arrow {
        animation: none;
        opacity: 1;
    }

    .solution-ctrl[data-toggle="next"] .solution-ctrl-arrow {
        -ms-transform: rotateY(0);
        transform: rotateY(0);
    }

    .solution-ctrl[data-toggle="prev"] .solution-ctrl-arrow {
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}

@keyframes solution-arrow-flash {
    0% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@media (max-height: 899px),
(max-width: 1599px) {
    .solution-card-collapse h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .solution-card-open-inner h1 {
        margin-bottom: 45px;
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-height: 709px),
(max-width: 1279px) {
    .solution-card-collapse h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .solution-card-open-inner h1 {
        margin-bottom: 35px;
        font-size: 32px;
        line-height: 60px;
    }

    .solution-card-open-inner p {
        margin-bottom: 30px;
        font-size: 12px;
        line-height: 18px;
    }

    .solution-card-open-inner .solution-recommend {
        font-size: 14px;
        line-height: 20px;
    }

    .solution-recommend h2 {
        font-size: 18px;
    }
}

@media (max-width: 1023px) {

    .solution-card-bg,
    .solution-card-collapse,
    .solution-card-open {
        display: none;
    }

    .solution-wrapper.open .solution-slide:nth-child(4)~.solution-slide {
        display: block;
    }

    .solution-card-mb {
        display: block;
        position: relative;
    }

    .solution-card-mb h2 {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin-top: -12px;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        text-align: center;
    }

    .solution-card-mb img {
        display: block;
        width: 100%;
    }

    .solution-mb-more {
        position: relative;
    }

    .solution-mb-more img {
        display: block;
        width: 100%;
    }

    .solution-mb-more a {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .solution-mb-more a i {
        font-size: inherit;
    }

    .solution-mb-more a span {
        vertical-align: middle;
    }

    .solution-mb-more a span+span {
        display: none;
    }

    .solution-mb-more a.open span:first-child {
        display: none;
    }

    .solution-mb-more a.open span+span {
        display: inline;
    }

    .solution-mb-more a.open i {
        -ms-transform: rotate(180deg);
        transform: rotateX(180deg);
    }

    #solution-mb-swiper .swiper-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

#solution-mb-swiper {
    display: none;
}

@media (max-width: 1023px) {
    .solution-content {
        display: none;
    }

    .section-bottom {
        padding-top: 15px;
    }

    #solution-mb-swiper {
        display: block;
    }

    #solution-mb-swiper .solution-slide-wrapper {
        height: 315px;
        margin: 0 auto;
        padding: 0 15px;
        overflow: hidden;
    }

    #solution-mb-swiper .solution-slide-wrapper .solution-slide {
        display: block;
    }

    #solution-mb-swiper .solution-slide-wrapper .solution-card-mb {
        overflow: hidden;
    }

    #solution-mb-swiper .solution-slide-wrapper img {
        display: block;
        height: 315px;
        width: 687px;
        left: 50%;
        transform: translateX(-50%);
    }

    #solution-mb-swiper .swiper-pagination {
        position: relative;
        padding: 10px 0 0 0;
        bottom: 0;
    }

    #solution-mb-swiper .swiper-pagination .swiper-pagination-bullet {
        border-radius: 0;
        background-color: #FFFFFF;
        opacity: 0.4;
        width: 20px;
        height: 4px;
        margin: 0 2.5px;
    }

    #solution-mb-swiper .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #f66f6a;
        opacity: 1;
    }

    #solution-mb-swiper .solution-card-mb-bg {
        width: 100%;
        background-size: cover;
        background-position: center;
        height: 315px;
    }

    #solution-mb-swiper .solution-card-mb-text {
        top: 0;
        position: absolute;
        top: 50%;
        left: -10000px;
        right: -10000px;
        width: 265px;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        margin: auto;
        color: #fff;
        text-align: center;
    }

    #solution-mb-swiper .solution-card-mb-text h1 {
        margin-bottom: 28px;
        font-size: 16px;
        line-height: 22px;
        color: #fff;
    }

    #solution-mb-swiper .solution-card-mb-text h1:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        width: 36px;
        height: 4px;
        margin: 7px auto 0;
        background-color: #f66f6a;
    }

    #solution-mb-swiper .solution-card-mb-text h2 {
        position: relative;
        top: 0;
        margin-top: 0;
    }

    #solution-mb-swiper .solution-card-mb-text p {
        padding: 0 0 40px 0;
        font-size: 12px;
        color: #fff;
    }

    #solution-mb-swiper .solution-card-mb-text ul {
        display: inline-block;
        margin: 0 -20px;
    }

    #solution-mb-swiper .solution-card-mb-text ul:after {
        content: '';
        clear: both;
        display: block;
    }

    #solution-mb-swiper .solution-card-mb-text li a {
        color: #fff;
    }

    #solution-mb-swiper .solution-card-mb-text li {
        float: left;
    }

    #solution-mb-swiper .solution-card-mb-text li+li:before {
        content: "\2002|\2002";
    }
}


/*system*/
.system{
    width: 100%;
	max-width: 1920px;
   margin: 0 auto;
  
}
.system ul{
    width: 100%;
}
.system ul li{
    float: left;
    width: 100%;
    /*height: 465px;*/
    overflow: hidden;
}
.system_img11{
    float: left;
    width: 50%;height:420px;
}
.system ul li img{
    width: 100%;
    display: inherit;
}
.system_li{
    float: left;
    width: 50%;
    padding-top: 4%;
}
.system_li2{
    width: 40%!important;
    padding-left: 4%;
    padding-right: 6%;
}
.system_img12{
    float: right;
    width: 50%; height:420px;
}
.system_img13{
    float: left;
    width: 50%;height:520px;
}
.system_img14{
    float: right;
    width: 50%;
}
.system_li3{
    width: 40%!important;
    padding-left: 6%;
    padding-right: 4%;
}
.system h4{
    font-size: 24px;
    color: #fff;
	font-weight: bold;
   
    padding-bottom: 15px;
    border-bottom: 2px solid #666666;
}
.system_p{
    font-size: 14px;
    color: #d9d9d9;
    line-height: 40px;
    margin-top: 5%;
   
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.system .button{
    margin-top: 7%;
}
.system .button a{color: #fff;}
@media only screen and (max-width: 960px){
     .system ul li{
        margin-bottom: 30px;
    }
    .system_img11,.system_img12,.system_img13{
        width: 100%; height:200px
    }
    .system_li2,.system_li3{
         width: 90%!important;
         padding-left: 5%;
         padding-right: 5%;
    }
    .products_bottom ul li{
        width: 98%;
        margin-bottom: 30px;
    }
    .sy_news_div{
        background: url("")no-repeat;
    }
    .sy_news_li_list .news_list{
        padding-left: 4%;
    }
    .sy_news_ul_bottom{
        margin-bottom: 50px;
    }
}

.show {overflow:hidden;width:100%;/* height: 960px; */padding-top: 0px;}
.show .menu{ overflow:hidden; width:100%; text-align:center; margin-bottom:25px;}
.show .menu li{ display:inline-block; width:118px; height:37px; text-align:center; line-height:37px; font-size:14px; margin:0 2px;}
.show .menu li{ *display:inline}
.show .menu li a{ display:block; text-decoration:none; color:#666}
.show .menu li.cur a{ background:url(/template/default/themes/simpleboot3/public/assets/css/Img/Index/show_cur.png) no-repeat center; color:#a41018;}
.show .showbox{overflow:hidden;width:1200px;/* height:770px; */position:relative;margin:0 auto;}
.show .showlist {overflow:hidden;width: 100%;}
.show .showlist li{float:left;width: 110px;/* height:240px; */margin-right: 20px;margin-bottom:25px;}
.show .showlist a{ display:block; text-decoration:none}
.show .showlist .tu{width: 110px;/* height: 230px; */position:relative;overflow:hidden;}
.show .showlist .tu i{display:block;/* width:100%; *//* height: 190px; */overflow:hidden;position:relative;}
.show .showlist li img{width: 100px;height: 100px;}
.show .showlist .ch{ width:50%; float:left; height:39px; border-top:1px solid #e3e3e3; font-size:14px; color:#666; text-align:center; line-height:39px;}
.show .showlist span{ display:block; text-align:center; font-size:14px; color:#666; height:50px; line-height:50px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden}
.show .showlist .jm{ color:#a41018; background:url(/template/default/themes/simpleboot3/public/assets/css/Img/Index/show_x.jpg) no-repeat right center}
.show .showlist li:hover .jm{ background:#a41018; color:#fff;}
.show .showlist li:hover .pp{ background:#1a2b3c; color:#fff;}


.g-tpList1 {
    max-width: 1620px;
    margin: 0 auto;
    overflow: hidden;
}
.g-tpList1 .item {
    float: left;
    width: 14%;
    /*width: 20%;*/
	
	background-color: #fff;
	
}
.g-tpList1 .item p{text-align: center;font-size: 14px;}
.g-tpList1 .con {
    height: 68px;
    line-height: 68px;
    text-align: center;
   
    overflow: hidden;
    margin: 10px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.g-tpList1 
.g-tpList1 .con:hover {
    border-color: #0087c1;
}

.g-tpList1 img {
    display: inline-block !important;
    vertical-align: middle;
    max-height: 100%;
}