/* 导航栏 */

.headbox {
    height: 70px;
}

.topbox {
    margin: auto;
    width: 100%;
    z-index: 111;
    background: -webkit-linear-gradient(left, #313131, #2a2a2a);
    background: -o-linear-gradient(right, #313131, #2a2a2a);
    background: -moz-linear-gradient(right, #313131, #2a2a2a);
    background: linear-gradient(to right, #313131, #2a2a2a);
    height: 70px;
    color: #9a9a9b;
    box-shadow: 0px 0px 10px #222;
    position: fixed;
    top: 0;
    left: 0;
}

.topbox .top {
    margin: auto;
    height: 70px;
}

.topbox .top .top-main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.topbox .top .top-main .logo {
    display: block;
    width: 183px;
}

.navul {
    flex: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navul ul {
    height: 100%;
    margin-right: 60px;
    display: flex;
}

.navul ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    font-size: 14px;
    position: relative;
    z-index: 1000;
    height: 100%;
    text-align: center;
    margin-right: 14px;
}

.navul ul li a {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.navul ul li a .en {
    color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    line-height: 20px;
    transition: all .5s ease;
    font-family: "ziti", "sans-serif";
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navul ul li a .cn {
    color: #ffffff;
    transition: all .5s ease;
    line-height: 20px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navul ul li:hover a .cn {
    color: #e71e0f;
    transform: translateY(-100%);
}

.navul ul li:hover a .en {
    color: #e71e0f;
    transform: translate(-50%, -100%);
}

.navul ul li.navon a>div {
    color: #e71e0f;
}

.navul ul li .xiala {
    position: absolute;
    width: 130px;
    top: 67px;
    padding-top: 1px;
    left: 0px;
    text-align: left;
    display: none;
    font-weight: 100;
    font-size: 12px;
    padding: 6px 22px;
    border-top: 6px solid #e71e0f;
    background: #5b5857;
}

.navul ul li .xiala dl dd {
    display: block;
    height: 30px;
    line-height: 30px;
}

.navul ul li .xiala dl dd a {
    height: 30px;
    color: #fff;
    text-align: left;
    display: block;
}

.navul ul li .xiala dl dd a:hover {
    color: #ff0000;
}

.navul .search .showbtn {
    width: 32px;
}

.navul .search form {
    position: absolute;
    right: 0;
    top: 100%;
    transition: all .5s ease;
    transform: translateX(-20%);
    z-index: -1;
    opacity: 0;
    overflow: hidden;
}

.navul .search form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #e71e0f;
}

.navul .search[data-on="on"] form {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.phone-menu .pmenu .search {
    margin: 3% 3% 0;
}

.navul .search form input[type="text"],
.phone-menu .pmenu .search form input[type="text"] {
    width: 300px;
    height: 50px;
    box-sizing: border-box;
    text-indent: 15px;
    background-color: #333;
    border: none;
    font-size: 14px;
    color: #fff;
}

.phone-menu .pmenu .search form input[type="text"] {
    width: 100%;
    background-color: transparent;
    border-bottom: 2px solid #d80d00;
    color: #191919;
}

.navul .search form input[type="submit"],
.phone-menu .pmenu .search form input[type="submit"] {
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    background-image: url(/phone/images/sico_03.png);
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.phone-menu .pmenu .search form input[type="submit"] {
    right: 3%;
    top: 3%;
    background-image: url(/phone/images/sico_033.png);
}

.navul .mmbtn {
    display: none;
    float: right;
    width: 70px;
    height: 70px;
    position: relative;
    z-index: 11;
    cursor: pointer;
    transition: all .5s ease;
    margin-left: 10px;
}

.navul .mmbtn .line {
    width: 33px;
    height: 2px;
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
}

.navul .mmbtn .line.l1 {
    margin-top: -8px;
}

.navul .mmbtn .line.l3 {
    margin-top: 8px;
}

.phone-menu {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .navul .search {
        display: none;
    }
    .navul .pcmenu {
        display: none;
    }
    .navul .mmbtn {
        display: block;
    }
    .phone-menu[data-on="on"] {
        display: block;
    }
    .phone-menu .pmenu {
        position: fixed;
        left: auto;
        right: 0;
        top: 70px;
        width: 100%;
        height: calc(100vh - 70px);
        background-color: #ffffff;
        z-index: 110;
        opacity: 0;
        visibility: hidden;
        overflow-y: auto;
        transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        transition: all .5s;
    }
    .phone-menu[data-on="on"] .pmenu {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0);
    }
    .phone-menu .h1 {
        display: none;
    }
    .phone-menu .pnav {
        padding: 0 3%;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .phone-menu .pnav .nitem {
        width: 100%;
        margin-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        position: relative;
    }
    .phone-menu .pnav .nitem .click {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50px;
    }
    .phone-menu .pnav .nitem .click:after {
        content: "";
        width: 10px;
        height: 10px;
        border-style: solid;
        border-width: 1px;
        border-color: #000 #000 transparent transparent;
        position: absolute;
        right: 3%;
        top: 20px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    .phone-menu .pnav .nitem[data-on="on"] .click:after {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }
    .phone-menu .pnav .nitem .ntitle {
        padding: 0;
        margin: 0;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        border: none;
        position: relative;
        z-index: 11;
        font-size: 14px;
        color: #191919;
        font-weight: 500;
    }
    .phone-menu .pnav .nitem .menu {
        display: none;
    }
    .phone-menu .pnav .nitem[data-on="on"] .menu {
        display: block;
    }
    .phone-menu .pnav .nitem .menu .mm {
        text-align: left;
        display: block;
        padding: 10px 0;
        color: #666;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.2em;
    }
    .navul .mmbtn[data-on="on"] .line.l2 {
        display: none;
    }
    .navul .mmbtn[data-on="on"] .line.l1 {
        margin-top: 0;
        transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        /* IE 9 */
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        /* Firefox */
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(45deg);
        /* Opera */
    }
    .navul .mmbtn[data-on="on"] .line.l3 {
        margin-top: 0;
        transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        /* IE 9 */
        -moz-transform: translate(-50%, -50%) rotate(-45deg);
        /* Firefox */
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        /* Safari 和 Chrome */
        -o-transform: translate(-50%, -50%) rotate(-45deg);
        /* Opera */
    }
}

@media only screen and (max-width: 640px) {
    .headbox,
    .topbox,
    .topbox .top,
    .navul .mmbtn {
        height: 55px;
    }
    .topbox .top .top-main .logo {
        width: 153px;
    }
    .phone-menu .pmenu {
        top: 55px;
        height: calc(100vh - 55px);
    }
}

@media only screen and (max-width: 414px) {
    .headerbox .header .mmbtn .line {
        width: 25px;
    }
}


/* 首页 */

.bannerbox .banner-swiper .swiper-wrapper .swiper-slide .img {
    padding-top: calc(470 / 1920 * 100%);
}

.innewsbox {
    background-color: #f2f2f2;
    margin-bottom: 50px;
}

.innewsbox .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.innewsbox .container .innews-swiper {
    flex: 1;
    height: 50px;
}

.innewsbox .container .innews-swiper .swiper-slide .title {
    display: inline-block;
    height: 100%;
}

.innewsbox .container .innews-swiper .swiper-slide .title .tt {
    height: 100%;
    line-height: 50px;
}

.innewsbox .container .icon {
    position: relative;
    width: 22px;
    height: 22px;
    background-image: url(../images/inarrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.mainbox .inmenu {
    background-color: #ffffff;
    display: flex;
    margin-bottom: 50px;
}

.mainbox .inmenu .item {
    flex: 1;
    height: 280px;
    flex-direction: column;
}

.mainbox .inmenu .item .img {
    width: 100%;
    height: 63px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}

.mainbox .inmenu .item .img.one {
    background-image: url(../images/inmenu_01.png);
}

.mainbox .inmenu .item .img.two {
    background-image: url(../images/inmenu_02.png);
}

.mainbox .inmenu .item .img.three {
    background-image: url(../images/inmenu_03.png);
}

.mainbox .inmenu .item .title {
    text-align: center;
    margin-top: 5px;
}

.mainbox .inmenu .item .title .cn {
    font-size: 20px;
    color: rgba(0, 0, 0, .45);
    line-height: 1.5;
}

.mainbox .inmenu .item .title .en {
    font-size: 12px;
    color: rgba(0, 0, 0, .45);
}

.inproductbox {
    background-color: #ffffff;
    padding: 118px 0 180px;
}

.inproductbox .inproduct-swiper .swiper-wrapper .swiper-slide .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inproductbox .inproduct-swiper .swiper-wrapper .swiper-slide .item .title {
    text-align: center;
    margin-bottom: 24px;
}

.inproductbox .inproduct-swiper .swiper-wrapper .swiper-slide .item .title .en {
    font-size: 24px;
    font-weight: bold;
    color: #d80d00;
    line-height: 28px;
}

.inproductbox .inproduct-swiper .swiper-wrapper .swiper-slide .item .title .cn {
    font-size: 16px;
    color: #000000;
    line-height: 21px;
}

.inproductbox .inproduct-swiper .swiper-wrapper .swiper-slide .item .img {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
}

.inproductbox .inproduct-swiper .swiper-wrapper .swiper-slide .item .img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #d80d00;
}

.inproductbox .inproduct-swiper .swiper-wrapper .swiper-slide .item .img .tu {
    width: 100%;
    padding-top: calc(318 / 282 * 100%);
}

.inproductbox .inproduct-swiper .swiper-wrapper .swiper-slide .item .img .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/inpro_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    z-index: 1;
    transition: all .5s;
}

.inproductbox .inproduct-swiper .swiper-wrapper .swiper-slide .item .entit {
    font-size: 12px;
    color: rgba(0, 0, 0, .45);
    line-height: 20px;
    text-align: center;
    padding: 10px 12px 0;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (min-width: 601px) {
    .mainbox .inmenu .item:hover {
        background-color: #d80d00;
    }
    .mainbox .inmenu .item:hover .title .cn,
    .mainbox .inmenu .item:hover .title .en {
        color: #ffffff;
    }
    .mainbox .inmenu .item:hover .img.one {
        background-image: url(../images/inmenu_011.png);
    }
    .mainbox .inmenu .item:hover .img.two {
        background-image: url(../images/inmenu_022.png);
    }
    .mainbox .inmenu .item:hover .img.three {
        background-image: url(../images/inmenu_033.png);
    }
    .inproductbox .inproduct-swiper .swiper-wrapper .swiper-slide .item:hover .img .bg {
        opacity: 0.7;
    }
    .inproductbox .inproduct-swiper .swiper-wrapper .swiper-slide .item:hover .entit {
        color: rgba(0, 0, 0, 1);
    }
}

@media only screen and (max-width: 1660px) {
    .inproductbox {
        padding: 75px 0 124px;
    }
}

@media only screen and (max-width: 1280px) {
    .inproductbox {
        padding: 6% 0 10%;
    }
}

@media only screen and (max-width: 1024px) {
    .inproductbox {
        padding: 6% 0 8%;
    }
    .bannerbox .banner-swiper .swiper-wrapper .swiper-slide .img {
        padding-top: 0;
        height: 245px;
    }
}

@media only screen and (max-width: 414px) {
    .mainbox .inmenu {
        margin-bottom: 30px;
    }
    .mainbox .inmenu .item {
        height: auto;
        padding: 10% 0;
    }
    .innewsbox {
        margin-bottom: 24px;
    }
    .mainbox .inmenu .item .title .cn {
        font-size: 14px;
    }
    .mainbox .inmenu .item .img {
        height: 36px;
    }
}


/* 内页 */

.bannerbox {
    position: relative;
}

.bannerbox .img {
    padding-top: calc(470 / 1920 * 100%);
}

.bannerbox .container {
    position: absolute;
    bottom: 25%;
    left: 50%;
    margin-left: -700px;
    /* transform: translateX(-50%); */
}

.bannerbox .container .title .btit {
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
}

.bannerbox .container .title .stit {
    font-size: 24px;
    color: rgba(255, 255, 255, .45);
}

.bannerbox .banner-swiper.phone {
    display: none;
}

.maybox .hrefbox {
    padding: 24px 0;
}

.maybox .hrefbox .ha {
    font-size: 12px;
    color: #8f8f8f;
    line-height: 22px;
    position: relative;
    padding-right: 10px;
    margin-right: 5px;
}

.maybox .hrefbox .ha::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 4px;
    height: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #8f8f8f #8f8f8f transparent transparent;
    transform: rotate(45deg);
    margin-top: -3px;
}

.maybox .hrefbox .ha:last-child::after {
    display: none
}

.maybox .mayinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px 0 100px;
}

.maybox .mayinfo .title {
    font-size: 44px;
    color: #000000;
    margin-bottom: 10px;
}

.maybox .mayinfo .line {
    width: 1px;
    height: 35px;
    background-color: #d80d00;
    margin: 30px 0;
}

.maybox .mayinfo .demo {
    font-size: 18px;
    color: #4a4949;
    line-height: 2;
    text-align: center;
}

.maybox .mayinfo .content {
    font-size: 14px;
    color: #4a4949;
    line-height: 2;
    width: 100%;
}

@media only screen and (max-width: 1400px) {
    .bannerbox .container {
        left: 3%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 1280px) {
    .bannerbox .container .title .btit {
        font-size: 44px;
    }
    .maybox .mayinfo {
        padding: 15px 0 80px;
    }
    .maybox .mayinfo.cl {
        padding: 15px 0 60px;
    }
    .maybox .mayinfo .title {
        font-size: 38px;
    }
}

@media only screen and (max-width: 1024px) {
    .bannerbox .container .title .btit {
        font-size: 40px;
    }
    .maybox .mayinfo .title {
        font-size: 32px;
    }
    .maybox .mayinfo .line {
        margin: 18px 0;
    }
}

@media only screen and (max-width: 800px) {
    .bannerbox .img {
        padding-top: 0;
        height: 200px;
    }
    .bannerbox .container .title .btit {
        font-size: 32px;
    }
    .bannerbox .container .title .stit {
        font-size: 20px;
    }
    .maybox .mayinfo {
        padding: 10px 0 60px;
    }
    .maybox .mayinfo.cl {
        padding: 10px 0 6%;
    }
    .maybox .mayinfo .title {
        font-size: 32px;
    }
    .maybox .mayinfo .line {
        margin: 16px 0;
    }
}

@media only screen and (max-width: 414px) {
    .bannerbox .img {
        padding-top: 0;
        height: 190px;
    }
    .bannerbox .banner-swiper.pc {
        display: none;
    }
    .bannerbox .banner-swiper.phone {
        display: block;
    }
    .bannerbox .container .title .btit {
        font-size: 24px;
    }
    .bannerbox .container .title .stit {
        font-size: 16px;
    }
    .maybox .hrefbox {
        padding: 12px 0;
    }
    .maybox .mayinfo {
        padding: 3% 0 8%;
    }
    .maybox .mayinfo .title {
        font-size: 24px;
    }
    .maybox .mayinfo .demo {
        font-size: 14px;
    }
    .maybox .mayinfo .line {
        margin: 10px 0;
    }
}


/* 关于我们 */

.ab-culture .culture-swiper {
    height: 580px;
}

.ab-culture .culture-swiper .swiper-wrapper .swiper-slide .img {
    height: 580px;
}

.ab-culture .culture-swiper .swiper-wrapper .swiper-slide .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ab-culture .culture-swiper .swiper-wrapper .swiper-slide .wrap .info {
    width: 54%;
}

.ab-culture .culture-swiper .swiper-wrapper .swiper-slide .wrap .info .title {
    font-size: 36px;
    color: #ffffff;
    font-weight: 100;
    margin-bottom: 52px;
}

.ab-culture .culture-swiper .swiper-wrapper .swiper-slide .wrap .info .line {
    width: 35px;
    height: 1px;
    background-color: #d80d00;
    margin-bottom: 42px;
}

.ab-culture .culture-swiper .swiper-wrapper .swiper-slide .wrap .info .demo {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.ab-culture .culture-swiper .culture-btn.swiper-pagination-bullets {
    position: absolute;
    right: 50%;
    top: 50%;
    max-width: 1200px;
    margin: 0 auto;
    width: 94%;
    transform: translate(50%, -50%);
    z-index: 11;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ab-culture .culture-swiper .culture-btn.swiper-pagination-bullets .swiper-pagination-bullet {
    border: 1px solid #d80d00;
    background: transparent;
    opacity: 1;
}

.ab-culture .culture-swiper .culture-btn.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #d80d00;
}

@media only screen and (max-width:1280px) {
    .ab-culture .culture-swiper {
        height: 480px;
    }
    .ab-culture .culture-swiper .swiper-wrapper .swiper-slide .img {
        height: 480px;
    }
    .ab-culture .culture-swiper .swiper-wrapper .swiper-slide .wrap .info .title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .ab-culture .culture-swiper .swiper-wrapper .swiper-slide .wrap .info .line {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .ab-culture .culture-swiper {
        height: 360px;
    }
    .ab-culture .culture-swiper .swiper-wrapper .swiper-slide .img {
        height: 360px;
    }
    .ab-culture .culture-swiper .swiper-wrapper .swiper-slide .wrap .info {
        width: 94%;
    }
    .ab-culture .culture-swiper .swiper-wrapper .swiper-slide .wrap .info .title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .ab-culture .culture-swiper .swiper-wrapper .swiper-slide .wrap .info .line {
        margin-bottom: 22px;
    }
    .ab-culture .culture-swiper .swiper-wrapper .swiper-slide .wrap .info .demo {
        max-height: 180px;
        overflow-y: auto;
    }
    .ab-culture .culture-swiper .swiper-wrapper .swiper-slide .wrap .info .demo::-webkit-scrollbar {
        display: none;
    }
}

@media only screen and (max-width: 414px) {
    .ab-culture .culture-swiper {
        height: 300px;
    }
    .ab-culture .culture-swiper .swiper-wrapper .swiper-slide .img {
        height: 300px;
    }
    .ab-culture .culture-swiper .swiper-wrapper .swiper-slide .wrap .info .demo {
        max-height: 168px;
    }
}


/* 新闻中心 */

.newsbox {
    margin: 20px auto 120px;
}

.newsbox .title {
    height: 42px;
    padding-bottom: 2px;
    padding-left: 12px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 42px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.newsbox .list ul .newsli {
    display: block;
    margin-bottom: 12px;
    height: 82px;
    overflow: hidden;
    border-bottom: 1px dashed #d2d2d2;
}

.newsbox .list ul .newsli .itema {
    display: flex;
}

.newsbox .list ul .newsli .itema .rq {
    width: 62px;
    margin-right: 30px;
}

.newsbox .list ul .newsli .itema .rq .day {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e3e3e3;
    color: #565352;
    margin-bottom: 2px;
    font-size: 30px;
}

.newsbox .list ul .newsli .itema .rq .month {
    line-height: 18px;
    height: 18px;
    text-align: center;
    background: #e3e3e3;
    color: #565352;
}

.newsbox .list ul .newsli .itema .demo {
    flex: 1;
}

.newsbox .list ul .newsli .itema .tt {
    height: 36px;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
    color: #565352;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsbox .list ul .newsli .itema .icon {
    color: #d80d00;
}

.newsbox .list ul .videoli {
    width: calc((100% - 76px) / 3);
    margin-right: 37px;
    float: left;
    background-color: #ffffff;
    margin-bottom: 60px;
}

.newsbox .list ul .videoli:nth-child(3n) {
    margin-right: 0;
}

.newsbox .list ul .videoli .itema {
    display: block;
}

.newsbox .list ul .videoli .itema .vbox {
    position: relative;
}

.newsbox .list ul .videoli .itema .vbox .img {
    padding-top: calc(280 / 442 * 100%);
}

.newsbox .list ul .videoli .itema .vbox .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 53px;
    height: 53px;
    background-image: url(../images/play_01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: all .5s;
}

.newsbox .list ul .videoli .itema .info {
    height: 80px;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newsbox .list ul .videoli .itema .info .tt {
    font-size: 16px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.newsbox .list ul .videoli .itema .info .time {
    font-size: 14px;
    color: rgba(0, 0, 0, .45);
    position: relative;
    padding-left: 40px;
}

.newsbox .list ul .videoli .itema .info .time .ii {
    position: absolute;
    top: 50%;
    left: 0;
    width: 21px;
    height: 21px;
    background-image: url(../images/time.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin-top: -10.5px;
}

.newsviewvox {
    margin: 20px 0 120px;
}

.newsviewvox .titlebox {
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    position: relative;
}

.newsviewvox .titlebox .title {
    font-size: 24px;
    color: #000000;
    margin-bottom: 10px;
}

.newsviewvox .titlebox .time {
    font-size: 16px;
    color: rgba(0, 0, 0, .45);
    position: relative;
    padding-left: 35px;
    line-height: 32px;
    margin-bottom: 15px;
}

.newsviewvox .titlebox .time .ii {
    position: absolute;
    top: 50%;
    left: 0;
    width: 21px;
    height: 21px;
    background-image: url(../images/time.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin-top: -10.5px;
}

.newsviewvox .titlebox .share {
    display: flex;
    align-items: center;
}

.newsviewvox .titlebox .share .ss {
    font-size: 14px;
    color: #787878;
}

.newsviewvox .titlebox .share .bshare-custom a {
    height: 25px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: center;
}

.newsviewvox .titlebox .share .bshare-custom .bshare-weixin {
    background-image: url(../images/share_wx.png);
}

.newsviewvox .titlebox .share .bshare-custom .bshare-sinaminiblog {
    background-image: url(../images/share_wb.png);
}

.newsviewvox .titlebox .share .bshare-custom .bshare-qzone {
    background-image: url(../images/share_kj.png);
}

.newsviewvox .titlebox .share .bshare-custom .bshare-qqim {
    background-image: url(../images/share_qq.png);
}

.newsviewvox .titlebox .share .bshare-custom .bshare-more.more-style-addthis {
    background-image: url(../images/share_more.png);
    background-size: 16px 17px;
}

.newsviewvox .titlebox .back {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 48px;
    font-size: 16px;
    color: #d80d00;
}

.newsviewvox .content {
    background-color: #fbfbfb;
    padding: 80px;
}

.newsviewvox .content video {
    width: 100%;
    height: 640px;
}

@media only screen and (min-width: 601px) {
    .newsbox .list ul .newsli:hover .itema .tt {
        color: #d80d00;
    }
    .newsbox .list ul .videoli:hover .itema .vbox .icon {
        cursor: pointer;
        background-image: url(../images/play_02.png);
    }
    .newsviewvox .titlebox .back:hover {
        text-decoration: underline;
    }
}

@media only screen and (max-width: 1280px) {
    .newsbox .list ul .videoli {
        margin-right: 24px;
        margin-bottom: 40px;
        width: calc((100% - 48px) / 3);
    }
    .newsviewvox .content {
        padding: 36px;
    }
    .newsviewvox .content video{
        height: 500px;
    }
}

@media only screen and (max-width: 1024px) {
    .newsbox,
    .newsviewvox {
        margin: 10px auto 10%;
    }
    .newsviewvox .titlebox {
        padding-bottom: 25px;
    }
    .newsviewvox .titlebox .time {
        margin-bottom: 8px;
    }
    .newsbox .list ul .videoli {
        margin-right: 20px;
        margin-bottom: 30px;
        width: calc((100% - 20px) / 2);
    }
    .newsbox .list ul .videoli:nth-child(3n) {
        margin-right: 20px;
    }
    .newsbox .list ul .videoli:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 640px) {
    .newsviewvox .content {
        padding: 4%;
    }
    
}

@media only screen and (max-width: 414px) {
    .newsbox,
    .newsviewvox {
        margin: 3% auto 8%;
    }
    .newsviewvox .titlebox {
        padding-bottom: 15px;
    }
    .newsviewvox .titlebox .title {
        font-size: 18px;
    }
    .newsviewvox .titlebox .time {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .newsviewvox .content {
        padding: 4%;
    }
    .newsbox .list ul .videoli {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .newsbox .list ul .videoli:nth-child(3n) {
        margin-right: 0;
    }
    .newsbox .list ul .videoli:nth-child(2n) {
        margin-right: 0;
    }
    .newsviewvox .titlebox .back {
        font-size: 14px;
        bottom: 55px;
    }
    .newsviewvox .content video{
        height: 100%;
    }
}


/* 产品中心 */

.productbox {
    margin: 20px auto 120px;
}

.productlist .item {
    display: flex;
    flex-direction: column;
    width: calc((100% - 270px) / 4);
    margin-right: 90px;
    float: left;
    margin-bottom: 60px;
}

.productlist .item:nth-child(4n) {
    margin-right: 0;
}

.productlist .item .title {
    margin: 14px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: rgba(0, 0, 0, .7);
    line-height: 24px;
}

.productlist .item .title .en {
    font-size: 18px;
    font-weight: bold;
    color: #d80d00;
    margin-right: 5px;
}

.productlist .item .img {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    overflow: hidden;
}

.productlist .item .img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #d80d00;
}

.productlist .item .img .tu {
    width: 100%;
    padding-top: calc(318 /282 * 100%);
}

.productlist .item .img .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/inpro_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    z-index: 1;
    transition: all .5s;
}

.productlist .item .entit {
    font-size: 12px;
    color: rgba(0, 0, 0, .45);
    line-height: 16px;
    height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proviewvox {
    margin-bottom: 4%;
}

.proviewvox .title {
    height: 42px;
    padding-bottom: 2px;
    padding-left: 12px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 42px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.proviewvox .contentdiv .img {
    text-align: center;
    height: 477px;
}

.proviewvox .contentdiv .img img {
    height: 100%;
}

.proviewvox .contentdiv .infodiv .tt {
    color: #E53333;
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
    border-bottom: 1px solid #E53333;
}

.proviewvox .contentdiv .infodiv .tt .en {
    color: #565352;
    margin-left: 5px;
}

.proviewvox .contentdiv .infodiv .text {
    padding: 20px 0 40px;
    font-size: 14px;
    color: #595757;
}

@media only screen and (min-width: 601px) {
    .productlist .item:hover .img .bg {
        opacity: 0.7;
    }
    .productlist .item:hover .entit {
        color: rgba(0, 0, 0, 1);
    }
}

@media only screen and (max-width: 1660px) {
    .productlist .item {
        margin-right: 40px;
        margin-bottom: 40px;
        width: calc((100% - 120px) / 4);
    }
}

@media only screen and (max-width: 1280px) {
    .productlist .item {
        margin-right: 30px;
        margin-bottom: 30px;
        width: calc((100% - 60px) / 3);
    }
    .productlist .item:nth-child(4n) {
        margin-right: 30px;
    }
    .productlist .item:nth-child(3n) {
        margin-right: 0;
    }
    .proviewvox .contentdiv .img {
        height: 440px;
    }
}

@media only screen and (max-width: 1024px) {
    .productbox {
        margin: 10px auto 10%;
    }
    .productlist .item .title {
        margin: 8px 0;
        line-height: 20px;
    }
    .proviewvox .contentdiv .img {
        height: 410px;
    }
}

@media only screen and (max-width: 640px) {
    .productlist .item {
        margin-right: 10px;
        margin-bottom: 20px;
        width: calc((100% - 10px) / 2);
    }
    .productlist .item:nth-child(4n) {
        margin-right: 10px;
    }
    .productlist .item:nth-child(3n) {
        margin-right: 10px;
    }
    .productlist .item:nth-child(2n) {
        margin-right: 0;
    }
    .proviewvox .contentdiv .img {
        height: 302px;
    }
    .productlist .item .title .en {
        font-size: 16px;
    }
}

@media only screen and (max-width: 414px) {
    .productbox {
        margin: 3% auto 8%;
    }
    .proviewvox .contentdiv .img {
        height: 100%;
        width: 100%;
    }
    .proviewvox .contentdiv .img img {
        height: auto;
        width: 100%;
    }
}


/* 应用行业 */

.caseUl li {
    float: left;
    width: 25%;
    overflow: hidden;
}

.caseUl li:first-child {
    width: 50%;
}

.caseUl li a {
    display: block;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.caseUl li a img {
    width: 100%;
}

.caseUl li a .inbox {
    position: absolute;
    left: 5.2%;
    bottom: 7.8%;
    transition: all .5s;
}

.caseUl li a .inbox .title {
    font-size: 24px;
    color: #ffffff;
    line-height: 1.5;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.caseUl li:first-child a .inbox .title {
    font-size: 36px;
    height: 54px;
}

.caseUl li a .inbox .more {
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    height: 14px;
    overflow: hidden;
}

@media only screen and (min-width: 601px) {
    /* .caseUl li:hover a {
        background-position: 45% center;
    } */
    .caseUl li:hover a .inbox {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@media only screen and (max-width: 1280px) {
    .casetop-box {
        margin-top: 40px;
        margin-bottom: 90px;
    }
    .caseUl li a .inbox .title {
        font-size: 20px;
        height: 30px;
        margin-bottom: 5px;
    }
    .caseUl li:first-child a .inbox .title {
        font-size: 30px;
        height: 45px;
    }
    .caseUl li a .inbox .more {
        font-size: 12px;
        height: 12px;
    }
}

@media only screen and (max-width: 1024px) {
    .casetop-box {
        margin-top: 4%;
        margin-bottom: 9%;
    }
    .caseUl li:first-child {
        width: 100%;
    }
    .caseUl li {
        width: 50%;
    }
    .casetop-box .desc {
        margin-top: 2%;
        font-size: 16px;
    }
    .casetop-box .content {
        margin-top: 2%;
    }
}

@media only screen and (max-width: 414px) {
    .casetop-box .content {
        margin-top: 2%;
        font-size: 12px !important;
        line-height: 1.5 !important;
    }
    .casetop-box .desc {
        font-size: 14px;
    }
    .aboutcomBox .d1 {
        font-size: 26px;
    }
    .caseUl li {
        width: 100%;
        float: none;
    }
    .caseUl li a .inbox .title {
        font-size: 16px;
        height: 24px;
    }
    .caseUl li:first-child a .inbox .title {
        font-size: 24px;
        height: 36px;
    }
    .caseUl li:first-child a .inbox .more {
        font-size: 12px;
    }
}


/* 详情 */

.caseDetTop-box {
    margin-top: 50px;
}

.caseDetTop-box .d1 {
    color: #000000;
    font-size: 44px;
    text-align: center;
}

.aboutcomBox .dline {
    height: 36px;
    width: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ed928c;
    margin-top: 25px;
}

.caseDetTop-box .imgbox {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 335px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 30px;
}

.caseDetTop-box .imgbox .inbox {
    width: 143px;
    height: 124px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-repeat: no-repeat;
}

.caseDetTop-box .imgbox .inbox .ininbox {
    text-align: center;
    overflow: hidden;
    width: 80%;
}

.caseDetTop-box .imgbox .inbox img {
    height: 60px;
}

.caseDetTop-box .imgbox .inbox .title {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 2px;
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 90%;
    margin-left: 5%;
}

.caseDetUl {
    margin-bottom: 145px;
}

.caseDetUl li .top {
    background-color: #d80d00;
    padding: 20px 28px 25px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.caseDetUl li .top .title {
    font-size: 24px;
    color: #ffffff;
    font-family: "Microsoft JhengHei";
    line-height: 1.5;
    height: 36px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
}

.caseDetUl li .top .desc {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
}

.caseDetUl li .top .icon {
    position: absolute;
    top: 50%;
    right: 28px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.caseDetUl li .top .icon:after,
.caseDetUl li .top .icon:before {
    content: "";
    width: 18px;
    height: 2px;
    background-color: #d80d00;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.caseDetUl li .top .icon:before {
    height: 18px;
    width: 2px;
    opacity: 1;
    visibility: visible;
    transition: all .3s;
}

.caseDetUl li[data-on="on"] .top .icon:before {
    opacity: 0;
    visibility: hidden;
}

.caseDetUl li .content {
    padding-left: 28px;
    padding-right: 28px;
    background-color: #f5f5f5;
    line-height: 2;
    color: #686868;
    font-size: 14px;
    padding-top: 35px;
    padding-bottom: 40px;
    display: none;
}

@media only screen and (max-width: 1280px) {
    .caseDetTop-box {
        margin-top: 40px;
    }
    .caseDetUl {
        margin-bottom: 120px;
    }
    .caseDetTop-box .d1 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 1024px) {
    .caseDetUl {
        margin-bottom: 10%;
    }
    .caseDetTop-box {
        margin-top: 2%;
    }
    .caseDetTop-box .imgbox {
        margin-top: 3%;
        height: 290px;
    }
    .caseDetTop-box .imgbox .inbox {
        width: 120px;
        height: 104px;
        -webkit-background-size: 120px 104px;
        background-size: 120px 104px;
    }
    .caseDetTop-box .imgbox .inbox img {
        height: 40px;
    }
    .caseDetUl li .content {
        padding: 3.5% 2.8% 4%;
    }
    .caseDetUl li .top {
        padding: 2% 2.8% 2.5%;
    }
    .caseDetUl li .top .icon {
        right: 2.8%;
    }
    .caseDetTop-box .d1 {
        font-size: 28px;
    }
    .aboutcomBox .dline {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .caseDetTop-box .imgbox {
        height: 250px;
    }
    .caseDetTop-box .imgbox .inbox {
        width: 100px;
        height: 86px;
        -webkit-background-size: 100px 86px;
        background-size: 100px 86px;
    }
    .caseDetUl li .top .title {
        font-size: 20px;
        height: 30px;
    }
    .caseDetUl li .top .desc {
        font-size: 12px;
        height: 18px;
    }
    .caseDetUl li .top .icon {
        width: 24px;
        height: 24px;
    }
    .caseDetUl li .top .icon:after {
        width: 14px;
    }
    .caseDetUl li .top .icon:before {
        height: 14px;
    }
}

@media only screen and (max-width: 600px) {
    .caseDetTop-box .imgbox {
        height: 200px;
    }
    .caseDetUl li .top .title {
        font-size: 16px;
        height: 24px;
    }
    .caseDetTop-box .imgbox .inbox img {
        height: 30px;
    }
}

@media only screen and (max-width: 414px) {
    .caseDetTop-box .imgbox {
        height: 170px;
    }
    .caseDetTop-box .imgbox .inbox {
        width: 80px;
        height: 69px;
        -webkit-background-size: 80px 69px;
        background-size: 80px 69px;
    }
    .caseDetTop-box .imgbox .inbox .title {
        font-size: 10px;
        height: 15px;
    }
    .caseDetUl li .top .title {
        font-size: 14px;
        height: 21px;
    }
    .caseDetUl li .top .icon {
        width: 18px;
        height: 18px;
    }
    .caseDetUl li .top .icon:after {
        width: 10px;
    }
    .caseDetUl li .top .icon:before {
        height: 10px;
    }
}


/* 服务中心 */

.servicebox .techbox {
    max-width: 800px;
    margin: 0 auto 10%;
}

.zi-right-type {
    height: 42px;
    padding-bottom: 2px;
    padding-left: 12px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 42px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.servicebox .text {
    font-size: 14px;
    line-height: 2;
    color: #595757;
    margin-bottom: 20px;
}

.servicebox .text .red {
    color: #E53333;
}

.zx-list {
    padding-left: 12px;
}

.zx-list .text-box {
    border: 1px solid #ddd;
    height: 35px;
    line-height: 35px;
    background: #fff;
}

.zx-text-duan {
    width: 180px;
}

.zx-text-chang {
    width: 574px;
}

.zx-list .duan,
.zx-list .chang {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.zx-list .chang {
    justify-content: flex-start;
}

.zx-list .duan .inline {
    display: flex;
    align-items: center;
    height: 35px;
    line-height: 35px;
    flex: 1;
}

.zx-list .duan .tt,
.zx-list .chang .tt {
    width: 80px;
    font-size: 14px;
    color: #595959;
    text-align: justify;
    text-align-last: justify;
    margin-right: 20px;
    line-height: 35px;
}

.zx-list .duan .inline span {
    color: #e71e0f;
    margin-left: 10px;
    font-family: 'simsun';
}

.zx-list .duan input[type="text"],
.zx-list .chang input[type="text"] {
    padding: 0 5px;
}

.zx-list .duan .inline .inp label {
    display: inline-block;
    padding-right: 20px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
}

.zx-list .duan .inline .inp label input[type="radio"] {
    margin-right: 5px;
}

.zx-list .chang .inp {
    position: relative;
}

.zx-list .duan.wj {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.zx-list .duan.wj .type {
    font-size: 12px;
    color: rgba(0, 0, 0, .45);
    display: block;
    margin-top: 10px;
}

.zx-list .duan.wj .inp {
    flex: 1;
}

.zx-list .duan .inp input[type="file"] {
    display: none;
}

.zx-list .duan .inp .layui-btn {
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    margin-left: 10px;
    cursor: pointer;
    background-color: #f5f5f5;
    box-shadow: 0 0 10px rgba(204, 204, 204, .2) inset;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 12px;
}

.zx-list .duan .inp .layui-btn .layui-icon {
    display: none;
}

.zx-list .chang input[type="submit"] {
    height: 30px;
    padding: 0 15px;
    border: 1px solid #ddd;
    background: #e71e0f;
    cursor: pointer;
    color: #fff;
    margin-top: 5px;
}

.x_content {
    width: 572px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 5px;
    height: 149px;
}

.parnerbox,
.contviewbox {
    margin-bottom: 10%;
}

.Client-list {
    padding-left: 5px;
}

.Client-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.Client-list ul li {
    display: block;
    width: calc((100% - 152px) / 6);
    margin-right: 30px;
    margin-bottom: 20px;
}

.Client-list ul li:nth-child(6n) {
    margin-right: 0;
}

.Client-list ul li .img {
    padding-top: calc(82 / 194 * 100%);
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
}

@media only screen and (max-width: 1280px) {
    .Client-list ul li {
        width: calc((100% - 82px) / 5);
        margin-right: 20px;
    }
    .Client-list ul li:nth-child(6n) {
        margin-right: 20px;
    }
    .Client-list ul li:nth-child(5n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 800px) {
    .zx-list .duan {
        display: block;
        margin-bottom: 0;
    }
    .zx-list .duan .inline {
        margin-bottom: 10px;
    }
    .zx-list .duan .inline .inp {
        flex: 1;
    }
    .zx-list .chang .inp {
        flex: 1;
    }
    .zx-list .duan .inline input[type="text"],
    .zx-text-chang,
    .x_content {
        width: 92%;
        box-sizing: border-box;
    }
    .Client-list ul li {
        width: calc((100% - 61px) / 4);
    }
    .Client-list ul li:nth-child(5n) {
        margin-right: 20px;
    }
    .Client-list ul li:nth-child(4n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 640px) {
    .Client-list ul li {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .Client-list ul li:nth-child(6n) {
        margin-right: 10px;
    }
    .Client-list ul li:nth-child(5n) {
        margin-right: 10px;
    }
    .Client-list ul li:nth-child(4n) {
        margin-right: 10px;
    }
    .Client-list ul li:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 414px) {
    .zx-list .duan,
    .zx-list .chang {
        flex-direction: column;
        margin-bottom: 0;
    }
    .zx-list .duan .inline,
    .zx-list .chang {
        margin-bottom: 10px;
    }
    .zx-list .duan .inline .inp {
        flex: 1;
    }
    .zx-list .duan .inline input[type="text"] {
        width: 92%;
    }
    .zx-list .chang input[type="text"] {
        width: 100%;
    }
    .x_content {
        width: 100%;
    }
    .zx-list .duan .inline .tt,
    .zx-list .chang .tt,
    .zx-list .duan.wj .tt {
        width: 60px;
        margin-right: 15px;
    }
    .zx-list .duan.wj .inp .ii {
        display: flex;
        align-items: center;
    }
}


/*联系我们*/

.contact-main {
    margin: 62px auto;
    max-width: 1000px;
    display: flex;
}

.contact-main .l-form {
    flex: 1;
    margin-right: 80px;
}

.contact-main .l-form .title {
    font-size: 16px;
    color: #666666;
    line-height: 42px;
}

.contact-main .l-form .chang {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-main .l-form .chang .tt {
    width: 60px;
    font-size: 14px;
    color: #a2a2a2;
}

.contact-main .l-form .chang .inp {
    flex: 1;
}

.contact-main .l-form .chang .inp input[type="submit"] {
    height: 30px;
    padding: 0 15px;
    border: 1px solid #ddd;
    background: #e71e0f;
    cursor: pointer;
    color: #fff;
    margin-top: 5px;
}

.contact-main .r-infobox {
    flex: 1;
    font-size: 18px;
    color: #565352;
    line-height: 2;
}

.ly_content {
    width: 426px;
    height: 150px;
    padding: 5px;
    background: #fff;
    border: 0px;
}

.ly-text {
    padding: 0 5px;
    width: 426px;
    background: #fff;
    border: 0px;
    height: 35px;
    line-height: 35px;
}

.ly-table td {
    vertical-align: top;
    padding: 8px 0;
    line-height: 42px;
}

.ly-table td.title {
    text-align: center;
    font-size: 14px;
    color: #a2a2a2;
    width: 60px;
}


/*招聘*/

.jobbox {
    margin: 0 auto 10%;
}

.jobbox .jobtb {
    width: 100%;
}

.jobbox .jobtb tr {
    height: 40px;
}

.jobbox .jobtb tr.tt {
    background-color: #f5f5f5;
    box-shadow: 0 0 10px rgba(204, 204, 204, .4) inset;
    border: 1px solid rgba(0, 0, 0, .1);
}

.jobbox .jobtb tr th {
    font-size: 14px;
    color: #212223;
    font-weight: 400;
}

.jobbox .jobtb tr td {
    font-size: 12px;
    color: #595757;
}

.jobbox .jobtb tr.row td {
    text-align: center;
}

.jobbox .jobtb tr.tt .one,
.jobbox .jobtb tr.row .one {
    text-align: left;
    padding-left: 15px;
}

.jobbox .jobtb tr.row {
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.jobbox .jobtb tr.row .one .aa {
    display: block;
    transition: all 0s;
}

.contviewbox .wrap {
    max-width: 800px;
}

.contviewbox .wrap .contentdiv {
    padding: 0 10px;
    font-size: 12px;
    line-height: 2;
    color: #595757;
}

@media only screen and (min-width: 601px) {
    .jobbox .jobtb tr.row .one .aa:hover {
        color: #d80d00;
        cursor: pointer;
        text-decoration: underline;
    }
}

@media only screen and (max-width: 1280px) {
    .contact-main .l-form {
        margin-right: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .contact-main {
        flex-direction: column;
        margin: 3% auto 6%;
    }
    .contact-main .l-form {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .contact-main .l-form form,
    .contact-main .r-infobox {
        max-width: 500px;
        margin: 0 auto;
    }
    .contact-main .r-infobox {
        font-size: 16px;
    }
}

@media only screen and (max-width: 640px) {
    .ly-text,
    .ly_content {
        width: 100%;
        box-sizing: border-box;
    }
    .contact-main .l-form .chang {
        margin-bottom: 10px;
    }
    .contact-main .l-form .chang .tt {
        width: 45px;
    }
    .contact-main .r-infobox {
        font-size: 14px;
    }
}

@media only screen and (max-width: 414px) {}


/*分页*/

.page-box {
    padding-top: 56px;
    text-align: center;
}

.page-box a {
    width: 2.6rem;
    height: 2.6rem;
    border: 1px solid #cccccc;
    display: inline-block;
    text-align: center;
    line-height: 2.6rem;
    background-color: #ffffff;
    margin-right: 6px;
}

.page-box a.dian {
    border-color: transparent !important;
}

.page-box a.on {
    color: #fff !important;
    background: #d80d00 !important;
    border-color: #d80d00 !important;
    cursor: default;
}

.page-box a:hover {
    border-color: #d80d00;
    color: #d80d00
}

.page-box a.btn.null {
    cursor: default;
    background: #eee;
    border-color: #ddd;
    color: #999;
    display: none;
}

.page-box .newspage .f-right {
    float: right;
    line-height: 2.6rem;
    display: none;
}

.page-box .newspage .totalnum {
    display: none;
}

.page-box select {
    height: 2.6rem;
    border: 1px solid #eeeeee;
    display: inline-block;
    text-align: center;
    line-height: 2.6rem;
    padding: 0 1.4rem 0 0.5rem;
    position: relative;
    font-size: 1rem;
    z-index: 2;
    background-color: transparent;
}

.page-box .select {
    position: relative;
    display: inline-block;
    text-align: center;
    display: none;
}

.page-box .select:after {
    content: "";
    display: block;
    border-width: 5px;
    border-style: solid;
    border-color: #939393 transparent transparent transparent;
    position: absolute;
    right: 0.7rem;
    top: 50%;
    margin-top: -0.1rem
}

@media only screen and (max-width: 1024px) {
    .page-box {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 414px) {
    .page-box {
        padding-top: 0;
    }
}


/* 页脚 */

.footerbox {
    background-color: #282828;
}

.footerbox .container .footer-top {
    padding: 68px 0;
}

.footerbox .container .footer-top .fl {
    width: 75%;
    float: left;
}

.footerbox .container .footer-top .fl .biglist {
    display: flex;
    justify-content: space-between;
    padding-right: 22%;
}

.footerbox .container .footer-top .fl .biglist .bli .ltit {
    display: block;
    color: rgba(255, 255, 255, .45);
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footerbox .container .footer-top .fl .biglist .bli .smlist li .lli {
    color: rgba(255, 255, 255, .45);
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    display: block;
}

.footerbox .container .footer-top .fr {
    width: 25%;
    float: right;
}

.footerbox .container .footer-top .fr .ft-contact {
    font-size: 12px;
    color: rgba(255, 255, 255, .45);
    line-height: 24px;
    margin-bottom: 50px;
}

.footerbox .container .footer-top .fr .sharebox {
    display: flex;
}

.footerbox .container .footer-top .fr .sharebox .bshare-custom {
    margin-right: 20px;
}

.footerbox .container .footer-top .fr .sharebox .wx .qq {
    background: url(../images/qq.png) no-repeat;
    display: block;
    height: 100%;
}

.footerbox .container .footer-top .fr .sharebox .wx {
    position: relative;
    margin-right: 20px;
    transition: all .5s;
    width: 22px;
    opacity: 0.7;
}

.footerbox .container .footer-top .fr .sharebox .wx .img2 {
    position: absolute;
    bottom: 136%;
    left: -50px;
    width: 100px;
    height: 100px;
    transform: scale(0.000000001);
    max-width: none;
    z-index: 11;
    transition: all .5s;
}

.footerbox .container .footer-top .fr .sharebox .wx:hover {
    cursor: pointer;
    opacity: 1;
}

.footerbox .container .footer-top .fr .sharebox .wx:hover .img2 {
    transform: scale(1);
}

.footerbox .footer-bot {
    position: relative;
    padding: 30px 0;
}

.footerbox .footer-bot::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .1);
}

.footerbox .footer-bot .container,
.footerbox .footer-bot .container a {
    font-size: 12px;
    color: rgba(255, 255, 255, .15);
    text-align: center;
}

.footerbox .footer-bot .container a:hover {
    color: #fff;
}


/*侧边栏*/

.footcebox {
    position: fixed;
    bottom: 160px;
    right: 0;
    z-index: 111;
}

.footcebox .ceitem,
.footcebox .backtop {
    display: block;
    width: 54px;
    height: 54px;
    text-align: center;
    background-color: #d80d00;
    font-size: 12px;
    color: #ffffff;
    line-height: 1;
    position: relative;
    cursor: pointer;
    border-top: 1px solid rgba(255, 255, 255, .5);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.footcebox .ceitem.kf {
    border-top: none;
    background-image: url(../images/ico_07.png);
}

.footcebox .ceitem.yx {
    background-image: url(../images/ico_02.png);
}

.footcebox .ceitem.wx {
    background-image: url(../images/ico_09.png);
}

.footcebox .ceitem .hh {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    font-size: 14px;
    color: #ffffff;
    height: 100%;
    transform: translateX(100%);
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px 0 10px;
    white-space: nowrap;
}

.footcebox .ceitem .hide {
    position: absolute;
    right: 67px;
    top: -15px;
    min-width: 110px;
    height: 120px;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    font-size: 12px;
    color: #737373;
    line-height: 1;
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.000000001);
    transition: all .5s;
}

.footcebox .ceitem .hide .arr {
    position: absolute;
    right: -10px;
    top: 40px;
    width: 0;
    height: 0px;
    border-style: solid;
    border-width: 7px 7px;
    border-color: transparent transparent transparent #ffffff;
    transform: translate(26%, -10%);
}

.footcebox .ceitem .hide .dd {
    white-space: nowrap;
}

.footcebox .ceitem .hide .code {
    overflow: hidden;
}

.footcebox .ceitem .hide .code img {
    width: 92px;
    height: 92px;
}

.footcebox .ceitem.choice .hh {
    transform: translateX(0);
}

.footcebox .ceitem.choice .hide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.footcebox .backtop {
    background-image: url(../images/ico_03.png);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.footcebox .backtop[data-on="on"] {
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 601px) {
    .footerbox .container .footer-top .fl .biglist .bli .ltit:hover {
        color: #ffffff;
    }
    .footerbox .container .footer-top .fl .biglist .bli .smlist li:hover .lli {
        color: #ff0000;
        cursor: pointer;
        text-decoration: underline;
    }
    .footcebox .ceitem:hover {
        background-color: #ba0c01;
    }
}

@media only screen and (max-width: 1280px) {
    .footerbox .container .footer-top .fl .biglist {
        padding-right: 15%;
    }
}

@media only screen and (max-width: 1024px) {
    .footerbox .container .footer-top .fl .biglist {
        padding-right: 10%;
    }
    .footerbox .container .footer-top {
        padding: 6% 0;
    }
}

@media only screen and (max-width: 800px) {
    .footerbox .container .footer-top .fl {
        width: 20%;
    }
    .footerbox .container .footer-top .fr {
        width: auto;
        float: left;
        display: flex;
        flex-direction: column;
    }
    .footerbox .container .footer-top .fl .biglist {
        flex-direction: column;
    }
    .footerbox .container .footer-top .fl .biglist .bli .smlist {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .footerbox .footer-bot {
        padding: 10px 0;
    }
    .footerbox .container .footer-top .fr .ft-contact {
        margin-bottom: 20px;
    }
    .footcebox .ceitem,
    .footcebox .backtop {
        width: 45px;
        height: 45px;
    }
    .footerbox .container .footer-top .fl .biglist .bli .ltit {
        font-size: 13px;
    }
}


/*搜索*/

.search-main {
    padding-top: 6%;
    padding-bottom: 8%;
    min-height: calc(100vh - 500px);
}

.search-main .totalSearch {
    margin: 70px auto 50px auto;
    text-align: center;
    height: 110px;
    background: #f6f6f6;
    padding-top: 32px;
}

.search-main .totalSearch .tit {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #033d63;
    font-weight: 500;
    margin-right: 25px;
}

.search-main .totalSearch .ipBox {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 460px;
    padding-right: 59px;
    border: 2px solid #237eba;
    border-radius: 20px;
    overflow: hidden;
}

.search-main .totalSearch .ipBox input[type="text"] {
    background: #fff;
    border: none;
    height: 42px;
    padding-left: 20px;
    width: 100%;
}

.search-main .totalSearch .ipBox input[type="submit"] {
    position: absolute;
    right: 10px;
    top: -3px;
    width: 46px;
    height: 46px;
    background: url(../images/aiya_03.png) center center no-repeat;
    border: none;
    cursor: pointer;
    text-indent: -999em;
}


/*搜索列表*/

.search-main .list .lis {
    width: calc((100% - 41px) / 2);
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: block;
    transform: translateY(0);
    transition: all .5s;
}

.search-main .list .lis:nth-child(2n) {
    margin-right: 0;
}

.search-main .list .lis .imgbox {
    border-radius: 10px 10px 0 0;
}

.search-main .list .lis .imgbox .simg {
    padding-top: calc(318 / 282 * 100%)
}

.search-main .list .lis .text {
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    height: 45px;
}

.search-main .list .lis .text .inbox {
    width: 94%;
    position: relative;
}

.search-main .list .lis .text .title {
    font-size: 18px;
    color: #000000;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
    padding-right: 80px;
}

.search-main .list .lis .text .title .en {
    color: #d80d00;
    margin-right: 5px;
}

.search-main .list .lis .text .view {
    font-size: 14px;
    line-height: 26px;
    color: #d80d00;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
}

@media only screen and (min-width: 601px) {
    .search-main .list .lis:hover {
        transform: translateY(-15%);
    }
}

@media only screen and (max-width: 1360px) {
    .search-main .search-form {
        padding-top: 80px;
        padding-bottom: 100px;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 1280px) {
    .search-main .search-form {
        padding-top: 60px;
        padding-bottom: 80px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .search-main {
        padding-top: 40px;
    }
    .headerbox.search .header .logo img.active {
        transform: translateY(-50%) scaleY(0);
    }
    .search-main .search-form .inputbox input[type="text"] {
        height: 60px;
    }
    .search-main .search-form .inputbox input[type="submit"] {
        width: 60px;
        height: 60px;
    }
    .search-main .list .lis {
        width: calc((100% - 21px) / 2);
        margin-right: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 414px) {
    .search-main {
        padding-bottom: 6%;
        min-height: calc(100vh - 300px);
    }
    .search-main .search-form {
        padding-top: 6%;
        padding-bottom: 8%;
        margin-bottom: 5%;
    }
    .search-main .list .lis {
        width: 100%;
        margin-right: 0;
    }
    .search-main .search-form .inputbox input[type="text"] {
        height: 50px;
    }
    .search-main .search-form .inputbox input[type="submit"] {
        width: 50px;
        height: 50px;
    }
    .search-main .search-form .allclass-theme {
        margin-bottom: 5%;
    }
    .search-main .list .lis .text .title {
        font-size: 16px;
    }
    .search-main .totalSearch {
        margin: 5% auto;
        padding-top: 0;
        height: auto;
        display: block;
        padding: 3% 0;
    }
    .search-main .totalSearch .tit {
        margin-bottom: 5%;
        margin-right: 0;
    }
    .search-main .totalSearch .ipBox {
        width: 100%;
    }
}