@media(min-width:  768px) {
    .container {
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }
}

ul, li {
    list-style: none;
}


.flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.head {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}

.logo {
    flex: 0 0 32%;
    align-self: center;
}

.logo a {
    display: block;
    overflow: hidden;
}

.logo a img {
    max-width: 100%;
}

.head-right {
    display: flex;
    flex: 0 0 68%;
    align-items: center;
    justify-content: end;
}

.hd-nav {
    padding-right: 2%;
}

.hd-nav .x-menu {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: flex-end;
}

.hd-nav .x-menu > li {
    position: relative;
    padding: 10px 0;
}

.hd-nav .x-menu > li > a {
    display: block;
    text-align: center;
    line-height: 45px;
    font-size: 17px;
    padding: 0 27px;
    color: #fff;
}

.x-menu>li.active>a {
    color: #1059a9;
}

.x-menu>li>a:hover {
    color: #1059a9;
}

.x-sub-menu {
    position: absolute;
    z-index: 9999;
    width: 120px;
    left: 50%;
    top: 100%;
    margin-left: -60px;
    background: #fff;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.lan{
    background: url(../images/lang.png) no-repeat 0 50%;
    padding-left: 28px;
    font-size: 14px;
    line-height: 94px;
    margin-left: 25px;
}
.lan a{
    color:#fff;
}
.lan a:hover{
    color:rgba(255, 255, 255, 0.8);
}



.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu>li>a:hover {
    background: #1059a9;
}

.x-sub-menu:after {
    display: none;
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}

.head-right .header-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.header-search {
    position: relative;
}

.header-search .search-btn {
    cursor: pointer;
}

.header-search .search-txt {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: #fff;
    padding: 30px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 9;
    min-width: 330px;
    display: none;
}

.header-search .search-txt form {
    display: flex;
    flex-wrap: nowrap;
}

.header-search .search-txt .input-text {
    border: 1px solid #cccccc;
    height: 46px;
    line-height: 46px;
    width: 216px;
    padding-left: 18px;
}

.header-search .search-txt .input-submit {
    width: 72px;
    height: 46px;
    background: url(../images/search_btn.png) center no-repeat #1059a9;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 0;
}

@media(max-width:1200px) {
    .x-menu>li>a {
        font-size: 15px;
    }
}

.banner {
  position: relative;
}

.banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 6%;
}

.banner .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 1em;
    outline: none;
    background: none;
    width: 10px;
    height: 10px;
    transition: all .3s;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

.banner .owl-carousel .owl-dots button.owl-dot:hover, .banner .owl-carousel .owl-dots button.owl-dot.active {
    background: #1059a9;
    width: 56px;
}


.index-title {
    text-align: center;
    color: #222222;
    font-size: 48px;
    font-family: 黑体;
    font-weight: bold;
}

.index-title p {
    color: #666666;
    font-size: 18px;
    margin-top: 10px;
    font-weight: normal;
}

/* 热销品牌 */
.index-brand {
    background: #f3f3f3;
    padding: 4.5vh 0 4vh 0;
}

.brand-list {
    position: relative;
    margin-top: 3.5vh;
}

.brand-list .owl-carousel .owl-nav .owl-prev {
    left: -45px;
    background:url(../images/brand_prev.png) no-repeat center;
}

.brand-list .owl-carousel .owl-nav .owl-next {
    right: -45px;
    background:url(../images/brand_next.png) no-repeat center;
}

.brand-list .owl-carousel .owl-nav button.owl-prev, .brand-list .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    height:26px;
    width: 16px;
    margin-top: -13px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.brand-list .banner-item a {
    display: block;
    overflow: hidden;
}

.brand-list .banner-item a img {
    max-width: 100%;
    transition: all .3s;
}

.brand-list .banner-item a:hover img {
    transform: scale(1.1);
}

/* 进口二手数控机床 */
.index-product {
    padding: 8vh 0 6vh 0;
}

.pro-cate {
    margin-top: 3.5vh;
}

.pro-cate ul {
    margin: 0 -7px;
}

.pro-cate li {
    width: calc(100% / 7);
}

.pro-cate li a {
    display: block;
    text-align: center;
    margin: 0 7px;
    background: #ebebeb;
    color: #333333;
    font-size: 18px;
    line-height: 58px;
    margin-bottom: 12px;
    position: relative;
}

.pro-cate li a:after {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 50%;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    background: url(../images/pro_cate.png) center no-repeat;
    display: none;
}

.pro-cate li.more a {
    color: #888888;
    font-size: 16px;
    background: #f5f5f5;
}

.pro-cate li.active a {
    color: #fff;
    background: #1059a9;
}

.pro-cate li.active a:after {
    display: block;
}

.pro-list {
    margin-top: 5vh;
}

.pro-list .pro {
    display: none;
}

.pro-list .pro a.more {
    display: block;
    width: 142px;
    height: 40px;
    background: #1059a9;
    line-height: 42px;
    position: relative;
    color: #fff;
    font-size: 14px;
    text-indent: 32px;
    margin: 0 auto;
}

.pro-list .pro a.more:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: url(../images/about_more.png) center no-repeat;
}

.pro-list .pro a.more:hover {
    background: #0e4c90;
}

.pro-list .pro.active {
    display: block;
}

.pro-list .pro ul {
    margin: 0 -13px;
}

.pro-list .pro li {
    width: calc(100% / 3);
}

.pro-list .pro li a {
    display: block;
    margin: 0 13px;
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid #cbd8e6;
    padding: 7px;
}

.pro-list .pro li a .img {
    overflow: hidden;
}

.pro-list .pro li a .img img {
    max-width: 100%;
    transition: all .3s;
}

.pro-list .pro li a .text {
    text-align: left;
    padding: 0 15px 10px 15px;
}

.pro-list .pro li a .text .summary {
    font-size: 14px;
}

.pro-list .pro li a:hover .img img {
    transform: scale(1.1);
}

.pro-list .pro li a .text h3 {
    color: #222222;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    padding: 20px 0;
}

.pro-list .pro li a:hover h3 {
    color: #1059a9;
}

/* 优势 */
.index-youshi {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 9vh 0 12vh 0;
}

.youshi-title {
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}

.youshi-title p {
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
}

.youshi-list {
    margin-top: 7vh;
}

.youshi-list ul {
    margin: 0 -14px;
}

.youshi-list li {
    width: 25%;
    text-align: center;
}

.youshi-list li .item {
    margin: 0 14px;
    background: #fff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 20% 10%;
}

.youshi-list li .item .img {
    overflow: hidden;
    background: #1059a9;
    width: 134px;
    height: 134px;
    border-radius: 50%;
    margin: 0 auto;
}

.youshi-list li .item .img img {
    max-width: 100%;
}

.youshi-list li h3 {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    padding: 20px 0;
    margin-top: 10px;
    position: relative;
}

.youshi-list li h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -21px;
    width: 42px;
    height: 3px;
    background: #1059a9;
}

.youshi-list li .txt {
    color: #666666;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
}

.youshi-list li:hover .item {
    background: #1059a9;
}

.youshi-list li:hover .item h3 {
    color: #fff;
}

.youshi-list li:hover .item h3:after {
    background: #fff;
}

.youshi-list li:hover .item .txt {
    color: #fff;
}

.youshi-list li:hover .item .img {
    background: #fff;
}

.youshi-list li:hover .item img {
    transform: translateY(-134px);
    filter: drop-shadow(#1059a9 0 134px);
}



/* 关于我们 */
.index-about {
    background: url(../images/about_bg.png) top center;
    padding: 8vh 0 6vh 0;
}

.about-cont1 .img {
    overflow: hidden;
    width: 53%;
}

.about-cont1 .img img {
    max-width: 100%;
    transition: all .3s;
}

.about-cont1 .img:hover img {
    transform: scale(1.1);
}

.about-cont1 .about-txt {
    width: 41%;
    margin-left: 6%;
    margin-top: 4vh;
}

.about-cont1 .about-txt h3 {
    color: #000;
    font-size: 40px;
    font-weight: bold;
}

.about-cont1 .about-txt .txt {
    color: #333333;
    font-size: 24px;
    margin-top: 10px;
}

.about-cont1 .about-txt span {
    display: inline-block;
    width: 64px;
    height: 5px;
    background: #1059a9;
    margin-top: 20px;
}

.about-cont1 .about-txt .content {
    color: #666666;
    font-size: 17px;
    line-height: 32px;
    margin-top: 20px;
}

.about-cont1 .about-txt a.more {
    display: block;
    width: 142px;
    height: 40px;
    background: #1059a9;
    line-height: 42px;
    position: relative;
    color: #fff;
    font-size: 14px;
    text-indent: 32px;
    margin-top: 4vh;
}

.about-cont1 .about-txt a.more:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: url(../images/about_more.png) center no-repeat;
}

.about-cont1 .about-txt a.more:hover {
    background: #0e4c90;
}

.about-num {
    margin-top: 6vh;
    justify-content: space-between;
    align-items: center;
}

.about-num li {
    position: relative;
    width: calc(25% - 40px);
    text-align: center;
    margin: 0 20px;
}

.about-num li:after {
    content: '';
    width: 140px;
    height: 1px;
    background: #cccccc;
    position: absolute;
    top: 30%;
    right: -25%;
}

.about-num li:last-child:after {
    display: none;
    width: 0;
    height: 0;
}

.about-num li h3 i {
    color: #333333;
    font-size: 60px;
    font-weight: bold;
    font-family: arial;
    font-style: normal;
}

.about-num li h3 strong {
    color: #333333;
    font-size: 60px;
    font-weight: bold;
    font-family: arial;
}

.about-num li h3 span {
    display: inline-block;
    color: #ffffff;
    background-color: #1059a9;
    font: 400 14px/24px "Microsoft yahei";
    padding: 0 5px;
    border-radius: 12px;
    position: relative;
    top: -8px;
    left: -12px;
}

.about-num li h4 {
    color: #666666;
    margin-top: 10px;
    font-size: 16px;
}


/* 专业服务 */
.index-service {
    background: #1059a8;
    padding: 6vh 0;
}

.service-cont {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.05);
    padding: 5vh;
    justify-content: space-between;
    align-items: center;
}

.service-cont .service-l h3 {
    color: #1059a9;
    font-size: 40px;
    font-weight: bold;
}

.service-cont .service-l h3 span {
    font-weight: normal;
}

.service-cont .service-l p {
    color: #333333;
    font-size: 24px;
    margin-top: 10px;
}


/* 新闻中心 */
.index-news {
    padding: 6vh 0 7vh 0;
}

.news-cont {
    margin-top: 6vh;
}

.news-cont .news-l {
    width: 43%;
    padding: 3% 2%;
    background: #f8f8f8;
}

.news-cont .news-l li .img {
    overflow: hidden;
}

.news-cont .news-l li .img img {
    max-width: 100%;
    transition: all .3s;
}

.news-cont .news-l li .text {
    margin-top: 30px;
}

.news-cont .news-l li .text h3 {
    color: #333333;
    font-size: 18px;
    position: relative;
}

.news-cont .news-l li .text h3 span {
    color: #888888;
    font-size: 16px;
    font-family: arial;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: normal;
}

.news-cont .news-l li .text p {
    color: #888888;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}

.news-cont .news-l li:hover .img img {
    transform: scale(1.1);
}

.news-cont .news-l li:hover h3 {
    color: #1059a9;
}

.news-cont .news-r {
    width: 54%;
    margin-left: 3%;
}

.news-cont .news-cate ul {
    position: relative;
}

.news-cont .news-cate li {
    display: inline-block;
    width: 190px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    margin-right: 18px;
}

.news-cont .news-cate li a {
    display: block;
    background: #e8e8e8;
    color: #333333;
    font-size: 18px;
}

.news-cont .news-cate a.more {
    position: absolute;
    right: 0;
    top: 50%;
    color: #999999;
    font-size: 14px;
    font-family: arial;
    margin-top: -10px;
}

.news-cont .news-cate a.more:hover {
    color: #1059a9;
}

.news-cont .news-cate li.active a{
    color: #fff;
    background: #1059a9;
}

.news-cont .news-list ul {
    display: none;
}

.news-cont .news-list li {
    margin-top: 18px;
}

.news-cont .news-list a {
    border: 1px solid #eeeeee;
    padding: 10px;
    align-items: center;
}

.news-cont .news-list a .img {
    overflow: hidden;
    width: 31%;
}

.news-cont .news-list a .img img {
    max-width: 100%;
    transition: all .3s;
}

.news-cont .news-list a .text {
    width: 65%;
    margin-left: 4%;
}

.news-cont .news-list a .text h3 {
    color: #333333;
    font-size: 18px;
}

.news-cont .news-list a .text p {
    color: #888888;
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
}

.news-cont .news-list a:hover {
    border-color: #1059a9;
}

.news-cont .news-list a:hover .img img {
    transform: scale(1.1);
}

.news-cont .news-list a:hover h3 {
    color: #1059a9;
}


/* 底部 */
.footer {
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 5vh;
}

.footer .container {
  align-items: stretch;
  padding: 7vh 0 11vh 0;
  justify-content: space-between;
    flex-wrap: wrap;
}

.footer .container:before,.footer .container:after {
  display: none;
}

.footer .foot-l {
  width: 44%;
}

.foot-nav {
  position: relative;
  align-items: stretch;
  justify-content: space-between;
    flex-wrap: wrap;
}

.foot-nav li a {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.foot-nav li .sub-menu {
  width: 100%;
  margin-top: 2vh;
}

.foot-nav li .sub-menu dd a {
    display: block;
    font-size: 15px;
    line-height: 2.2;
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
}

.foot-nav li .sub-menu dd a:hover {
  color: #fff;
}

.foot-contact {
  margin-top: 2px;
}

.foot-contact h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.foot-contact .text {
    margin-top: 2vh;
    color: rgba(255, 255, 255, .5);
    font-size: 15px;
    line-height: 2.2;
}

.foot-contact a.more {
  display: inline-block;
  vertical-align: top;
  background: url(../images/message.png) no-repeat 26px 50% #1059a9;
  color: #fff;
  padding-left: 56px;
  line-height: 44px;
  width: 140px;
  margin-top: 4vh;
  font-size: 14px;
}

.foot-contact a.more:hover {
    background-color: #0e4c90;
}

.foot-ewm {
  text-align: center;
  margin-top: 10px;
}

.foot-ewm img {
  max-width: 100%;
}

.foot-ewm p {
  font-size: 14px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 1.5vh;
}

.foot-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 35px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 27px;
}

.foot-copyright a:hover {
  color: #fff;
}

.company-profile {
    padding-bottom: 50px;
}


.company-profile h3 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.company-profile .profile {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.1;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 2.84%;
}

.company-profile .profile-img {
    margin-top: 5.6%;
}

.company-profile .profile-img ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.company-profile .profile-img ul li {
    width: 24%;
}

.company-profile .profile-img ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: calc(276 / 353 * 100%);
}

.company-profile .profile-img ul li a img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s ease;
    max-width: 100%;
}

.company-profile .profile-img ul li:hover img {
    transform: scale(1.1);
}


.company-culture {
    position: relative;
    overflow: hidden;
    z-index: 20;
}

.company-culture .culture-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.company-culture .culture-bg .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
}

.company-culture .culture-bg .img.active {
    z-index: 10;
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: 0.3s all;
}

.company-culture .culture-bg .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

.company-culture h3 {
    position: absolute;
    top: 11%;
    left: 0;
    width: 100%;
    z-index: 30;
    text-align: center;
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #fff;
}

.company-culture .cluture-txt {
    position: relative;
    z-index: 10;
}

.company-culture .cluture-txt ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: unset;
}

.company-culture .cluture-txt ul li {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    flex: 1;
    position: relative;
}

.company-culture .cluture-txt ul li::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top,#000000,rgba(0, 0, 0, 0));
    opacity: 0;
    transition: 0.5s ease;
    z-index: 1;
}

.company-culture .cluture-txt ul li.active::after {
    opacity: 0.3;
    transition: 0.3s all;
}

.company-culture .cluture-txt ul li a {
    display: block;
    padding: 91% 17% 38.8%;
    text-align: center;
    transition: 0.5s ease;
    position: relative;
    z-index: 20;
}

.company-culture .cluture-txt ul li a .img {
    display: block;
    width: 100%;
    text-align: center;
    height: 60px;
    opacity: 0;
    transition: 0.5s ease;
}

.company-culture .cluture-txt ul li a .img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: 100%;
    object-fit: contain;
}

.company-culture .cluture-txt ul li a .txt {
    margin-top: 9%;
    transition: 0.5s ease;
}

.company-culture .cluture-txt ul li a .txt h4 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #ffffff;
}

.company-culture .cluture-txt ul li a .txt p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 11%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.company-culture .cluture-txt ul li.active a .img {
    opacity: 1;
    transform: translateY(-32px);
}

.company-culture .cluture-txt ul li.active a .txt {
    transform: translateY(-32px);
}

.product-equip {
    padding: 90px 0 0 0;
    overflow: hidden;
}

.product-equip h3 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.product-equip .equip-txt {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.8;
    letter-spacing: 0px;
    color: #333333;
    width: 87.8%;
    margin: 1.25em auto 0;
    display: block;
    text-align: center;
}

.product-equip .equip-img {
    margin-top: 5%;
    overflow: hidden;
}

.product-equip .equip-img .swiper {
    margin: 0 -47.5%;
    width: 195%;
}

.product-equip .equip-img .swiper li a {
    display: block;
    opacity: 0.26;
}

.product-equip .equip-img li .img {
    padding-top: calc(510 / 958 * 100%);
    position: relative;
    overflow: hidden;
}

.product-equip .equip-img li.swiper-slide-active a {
    opacity: 1;
}

.product-equip .equip-img li .img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

.fazhan-course {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0 220px;
    overflow: hidden;
    display: none;
}

.fazhan-course h3 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.course-swiper1 {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 6%;
}

.course-swiper1::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #000000;
    opacity: 0.1;
    position: absolute;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    z-index: -1;
}

.course-swiper1 .swiper-button-prev, .course-swiper1 .swiper-button-next {
    display: block;
    width: 49px;
    height: 49px;
    background-color: #bf1920;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/course_button.png);
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    flex-shrink: 0;
}

.course-swiper1 .swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.course-swiper1 .swiper-button-prev::after,
.course-swiper1 .swiper-button-next::after {
    display: none;
}
.course-swiper1 .swiper-button-prev {}
.course-swiper1 .swiper-button-prev {}

.course-swiper1 .swiper {
    margin: 0 30px;
    flex-grow: 1;
}
.course-swiper1 li {
    text-align: center;
}
.course-swiper1 li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    padding-top: 13px;
}
.course-swiper1 li span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 23px;
    height: 23px;
    border: solid 2px transparent;
    border-radius: 50%;
}
.course-swiper1 li.swiper-slide-active span {
    border-color: #bf1920;
}
.course-swiper1 li span::before {
    content: "";
    display: block;
    background-color: #a5a5a5;
    width: calc(11 / 19 * 100%);
    height: calc(11 / 19 * 100%);
    border-radius: 50%;
}
.course-swiper1 li.swiper-slide-active span::before {
    background-color: #bf1920;
}
.course-swiper1 li h4 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #a5a5a5;
    margin-top: 0.5em;
}
.course-swiper1 li.swiper-slide-active h4 {
    font-weight: bold;
    color: #bf1920;
}


.course-swiper2 {
    margin-top: 6%;
}
.course-swiper2 li {}
.course-swiper2 li a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
}
.course-swiper2 li .time {
    display: flex;
    align-items: center;
    justify-content: center;
}
.course-swiper2 li .time h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 88px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #bf1920;
}
.course-swiper2 li .time p {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #bf1920;
    margin-left: 1em;
}
.course-swiper2 li .sum {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #666666;
    margin-left: 7em;
}


.company-honor {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 0 66px;
}

.company-honor h3 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.honor-swiper {
    margin-top: 4.2%;
    position: relative;
}
.honor-swiper::after {
    content: "";
    display: block;
    width: 108%;
    margin: 0 -4%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: calc(83 / 1480 * 100%);
    background-image: url(../images/honor_swiper.png);
    margin-top: 1.6%;
}

.honor-swiper .swiper {}
.honor-swiper li {
}
.honor-swiper li a {
    display: block;
    transform-origin: center 90%;
    transform: scale(0.8);
}
.honor-swiper li.swiper-slide-active a {
    transform: scale(1);
}
.honor-swiper li .img {
    position: relative;
}
.honor-swiper li .img div {
    padding-top: calc(364 / 500 * 100%);
    z-index: 10;
    position: relative;
    overflow: hidden;
}
.honor-swiper li .img div img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}
.honor-swiper li .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 20;
}
.honor-swiper li h4 {
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 1em;
    opacity: 0;
    visibility: hidden;
    padding: 0 1em;
}
.honor-swiper li.swiper-slide-active h4 {
    opacity: 1;
    visibility: visible;
}

.honor-swiper .swiper-button-prev,
.honor-swiper .swiper-button-next {
  outline: none;
  display: flex;
  width: 24px;
  height: 44px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.honor-swiper .swiper-button-prev::after,
.honor-swiper .swiper-button-next::after {
  content: "";
  background: none;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-color: transparent transparent #4d4d4d #4d4d4d;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}

.honor-swiper .swiper-button-prev:hover::after,
.honor-swiper .swiper-button-next:hover::after {
  border-color: transparent transparent #ffffff #ffffff;
}

.honor-swiper .swiper-button-next {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.honor-swiper .swiper-button-prev,
.honor-swiper .swiper-button-next {
    display: flex;
    width: 36px;
    height: 60px;
    top: 40%;
    margin: 0;
}
.honor-swiper .swiper-button-prev::after, 
.honor-swiper .swiper-button-next::after {
    width: 26px;
    height: 26px;
    border-width: 4px;
    border-color: transparent transparent #cccccc #cccccc;
    left: 10px;
}
.honor-swiper .swiper-button-prev:hover::after, 
.honor-swiper .swiper-button-next:hover::after {
    border-color: transparent transparent #bf1920 #bf1920;
}
.honor-swiper .swiper-button-prev {
    left: -6%;
}
.honor-swiper .swiper-button-next {
    right: -6%;
}

@media(max-width: 1400px) {
    .container {
        padding: 0 15px;
    }

    .footer .container {
        padding: 7vh 15px 11vh 15px;
    }
}

@media(max-width: 1300px) {
    .hd-nav .x-menu > li > a {
        padding: 0 22px;
    }

    .service-cont {
        padding: 4vh 3vh;
    }

    .news-cont .news-cate li {
        width: 180px;
        margin-right: 15px;
    }
}

@media(max-width: 768px) {
    .index-title {
        font-size: 28px;
    }

    .index-title p {
        font-size: 14px;
    }

    .youshi-title {
        font-size: 28px;
    }

    .youshi-title p {
        font-size: 14px;
    }

    .index-youshi {
        padding: 8vh 0;
    }

    .youshi-list li {
        width: 50%;
        margin-bottom: 15px;
    }

    .youshi-list li .item .img {
        width: 80px;
        height: 80px;
    }

    .youshi-list li .item {
        margin: 0 8px;
        padding: 10% 5%;
    }

    .youshi-list li h3 {
        font-size: 20px;
    }

    .youshi-list li .txt {
        font-size: 14px;
        height: 84px;
        overflow: hidden;
    }

    .about-cont1 .img {
        width: 100%;
    }

    .about-cont1 .about-txt {
        width: 100%;
        margin-left: 0;
    }

    .about-cont1 .about-txt h3 {
        font-size: 28px;
    }

    .about-cont1 .about-txt .txt {
        font-size: 18px;
    }

    .about-cont1 .about-txt .content {
        font-size: 15px;
    }

    .about-num li {
        width: 50%;
        margin: 0;
        margin-bottom: 15px;
    }

    .about-num li:after {
        display: none;
    }

    .about-num li h3 i, .about-num li h3 strong {
        font-size: 42px;
    }

    .about-num li h4 {
        font-size: 14px;
    }

    .service-cont {
        padding: 4vh 2vh;
    }

    .service-cont .service-l {
        margin-bottom: 15px;
        width: 100%;
    }

    .service-cont .service-l h3 {
        font-size: 28px;
    }

    .service-cont .service-m {
        width: 100%;
    }

    .service-cont .service-r {
        margin-top: 15px;
        width: 100%;
    }

    .news-cont .news-l {
        width: 100%;
        margin-bottom: 30px;
    }

    .news-cont .news-l li .text h3 span {
        position: relative;
        font-size: 14px;
    }

    .news-cont .news-r {
        width: 100%;
        margin-left: 0;
    }

    .news-cont .news-cate li {
        width: 100px;
        height: 36px;
        line-height: 36px;
        margin-right: 0;
    }

    .news-cont .news-cate li a {
        font-size: 14px;
    }

    .news-cont .news-list a .text h3 {
        font-size: 14px;
    }

    .news-cont .news-list a .text p {
        font-size: 12px;
        line-height: 24px;
    }

    .news-cont .news-cate a.more {
        font-size: 12px;
        margin-top: -9px;
    }

    .index-product {
        padding: 5vh 0;
    }

    .pro-cate li {
        width: calc(100% / 3);
    }

    .pro-cate li a {
        margin: 0 3px;
        font-size: 14px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .pro-cate li.more a {
        font-size: 14px;
    }

    .pro-list {
        margin-top: 3vh;
    }

    .pro-list .pro li {
        width: calc(100% / 2);
    }

    .pro-list .pro li a {
        margin: 0 8px;
        margin-bottom: 10px;
    }

    .pro-list .pro li a .text h3 {
        font-size: 14px;
        padding: 10px 0;
    }

    .company-profile {
        padding: 40px 0 20px 0;
    }

    .company-profile h3, .company-culture h3, .product-equip h3, .fazhan-course h3, .company-honor h3 {
        font-size: 26px;
    }

    .company-culture {
        padding: 36px 0 20px;
    }

    .company-culture h3 {
        top: 0;
        position: relative;
    }

    .company-culture .cluture-txt {
        margin-top: 30px;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .company-culture .cluture-txt ul li {
        width: 40vw;
        flex: none;
    }

    .company-culture .cluture-txt ul li a {
        padding: 40px 30px 32px;
    }

    .company-culture .cluture-txt ul li a .img {
        opacity: 1;
        height: 42px;
    }

    .company-culture .cluture-txt ul li a .txt {
        margin-top: 12px;
    }

    .company-culture .cluture-txt ul li a .txt h4 {
        font-size: 18px;
    }

    .company-culture .cluture-txt ul li a .txt p {
        font-size: 14px;
        margin-top: 10px;
    }

    .company-culture .cluture-txt ul li.active a .img {
        opacity: 1;
        transform: translateY(-16px);
    }

    .company-culture .cluture-txt ul li.active a .txt {
        opacity: 1;
        transform: translateY(-16px);
    }

    .product-equip {
        padding: 30px 0;
    }

    .fazhan-course {
        padding: 50px 0 80px;
    }

    .course-swiper1 .swiper-button-prev, .course-swiper1 .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .course-swiper1 li h4 {
        font-size: 18px;
    }

    .course-swiper1 li a {
        padding-top: 15px;
    }

    .course-swiper1 li span {
        width: 20px;
        height: 20px;
    }

    .course-swiper2 li a {
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0 20px;
    }

    .course-swiper2 li .time {
        justify-content: flex-start;
    }

    .course-swiper2 li .time h4 {
        font-size: 32px;
    }

    .course-swiper2 li .time p {
        font-size: 16px;
        margin-left: 0.5em;
    }

    .course-swiper2 li .sum {
        line-height: 1.8;
        margin-left: 0;
        margin-top: 0.5em;
        font-size: 14px;
    }

    .company-honor {
        padding: 4.2% 0 4%;
    }

    .honor-swiper {
        padding: 0 30px;
    }

    .honor-swiper .swiper-button-next {
        right: 0;
    }

    .honor-swiper .swiper-button-prev {
        left: 0;
    }
}

@media (max-width: 640px) {
    .company-profile .profile-img ul {
        flex-flow: column;
    }

    .company-profile .profile-img ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .product-equip .equip-img {
        margin-top: 20px;
    }

    .product-equip .equip-img .swiper {
        margin: 0 -75%;
        width: 250%;
    }

    .honor-swiper {
        margin-top: 24px;
    }

    .honor-swiper .swiper {
        margin: 0 -50%;
        width: 200%;
    }

    .honor-swiper li h4 {
        font-size: 14px;
        margin-top: 0.5em;
    }
}

@media(max-width: 400px) {
    .about-num li h3 i, .about-num li h3 strong {
        font-size: 36px;
    }

    .news-cont .news-list a .img {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .news-cont .news-list a .text {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }

    .news-cont .news-cate li {
        width: 76px;
        height: 32px;
        line-height: 32px;
    }
}

.zoomPup,.zoomWindow,.zoomPreload {
    display: none !important;
}

