@media (max-width: 640px) {
    .pbanner {
        display: none;
    }

    .mbbanner {
        display: block;
    }

    /*.inside-focus{margin-top:50px;}*/
}

@media (max-width: 780px) {
    #warpper {
        display: block !important;
    }

    .header {
        display: none;
    }
}

@media (min-width: 781px) {
    #warpper {
        display: none;
    }

    .header {
        display: block !important;
    }
}

/*/*头部样式开始-------------------*/
.header {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
}

.header-see {
    margin-top: 40px;
}

.header-see .nav-btn {
    width: 48px;
    display: block;
    height: 50px;
    background: url(../images/nav_btn.jpg) no-repeat;
}

.header-show {
    width: 100%;
    background-color: #fff;
    position: relative; /*display: none;*/
    z-index: 2;
}

.header-show .blogo {
    padding-bottom: 15px;
    padding-top: 35px;
    width: 20%;
}

.header-show .blogo img {
    width: 100%;
}

.header-show .headerr {
    width: 80%;
    padding-top: 26px;
    text-align: right;
}

.headerr-top {
    display: inline-block;
}

.headerr-top span {
    font-size: 12px;
    color: #868686;
    display: inline-block;
    margin-left: 10px;
    margin-right: 8px;
    vertical-align: middle;
}

.headerr-top a {
    font-size: 12px;
    font-family: "微软雅黑";
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle;
    background: url(../images/headerr_top.png) no-repeat;
}

.headerr-top a.jingxiao {
    background-position: left top;
}

.headerr-top a.dingyue {
    background-position: left center;
}

.headerr-top a.fuwu {
    background-position: left bottom;
}

.headerr-down {
    padding-top: 20px;
}

.headerr .search {
    width: 34px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
    background: url(../images/search.png) no-repeat right center;
    text-align: left;
}

.headerr .search:hover {
    background-image: url(../images/search_hover.png);
}

.headerr .search span {
    color: #868686;
    font-size: 12px;
    vertical-align: middle;
    font-family: "微软雅黑";
}

.headerr-top .search {
    display: none;
}

.pnav {
    width: 90%;
}

.pnav li {
    display: inline-block;
    margin-left: 3%;
}

.pnav li a {
    color: #333;
    font-family: "微软雅黑";
}

.pnav li a:hover {
    color: #aa0002;
}

.pnav li a.head {
    padding-bottom: 20px;
    display: inline-block;
    border-bottom: 2px solid #fff;
}

.pnav li a.head:hover, .pnav li.li-on a.head {
    border-bottom: 2px solid #aa0002;
}

.pnav .body {
    position: absolute;
    height: 48px;
    top: 90px;
    background: rgba(255, 255, 255, .7);
    width: 100%;
    left: 0;
    line-height: 48px;
    z-index: 1;
}

.pnav .body a:hover {
    color: #aa0002;
}

.pnav .body {
    display: none;
    text-align: left;
}

.pnav .body a {
    margin-right: 20px;
    display: inline-block;
}

.pnav .body .pnav-wrap {
    display: inline-block;
    text-align: left;
}

.nav-close {
    display: none;
}

.logo2 {
    display: none;
}

/*尾部*/
.footer {
    background-color: #131111;
    padding-top: 50px;
    padding-bottom: 30px;
}

.footer-down {
    text-align: right;
    font-size: 12px;
    color: #868585;
}

.footer-top .foot-nav {
    width: 80%;
}

.footer-top .foot-r {
    width: 20%;
}

.foot-nav dl {
    display: inline-block;
    vertical-align: top;
    margin-right: 5%;
    margin-bottom: 20px;
}

.foot-nav dt a {
    font-size: 14px;
    color: #fff;
}

.foot-nav dt {
    padding-bottom: 15px;
}

.foot-nav dd a {
    font-size: 12px;
    color: #b6b6b6;
}

.foot-nav dd {
    padding-bottom: 8px;
}

.foot-hot dt {
    color: #fff;
}

.foot-hot dd {
    font-size: 26px;
    color: #b6b6b6;
}

.foot-nav dl a:hover {
    color: #aa0002;
}

.foot-r {
    text-align: right;
}

.foot-r li {
    display: inline-block;
    width: 44%;
    margin-left: 4%;
    text-align: center;
}

.foot-r li p {
    padding-top: 10px;
    font-size: 12px;
    color: #dfdcdc;
}

.foot-r li img {
    width: auto;
    max-width: 100%;
}

.share {
    padding-top: 15px;
}

.share .bdshare-button-style0-16 {
    display: inline-block;
}

.share .bdshare-button-style0-16 a {
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    background-image: url(../images/share.png);
}

.share .bdshare-button-style0-16 a.bds_sqq {
    background-position: center top;
}

.share .bdshare-button-style0-16 a.bds_weixin {
    background-position: center center;
}

.share .bdshare-button-style0-16 a.bds_tsina {
    background-position: center bottom;
}

.share .bdshare-button-style0-16 a:hover {
    background-image: url(../images/share_hover.png);
}

/*微信*/
.weixin-layout {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 105;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    display: none;
}

.weixin-content {
    width: 90%;
    max-width: 490px;
    border-radius: 5px;
    background: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    box-sizing: border-box;
    padding: 60px 4%;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 106;
    display: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dingyue-content, .fuwu-content {
    width: 90%;
    margin: auto;
    display: none;
}

.dingyue-content, .fuwu-content p {
    color: #bd0001;
    font-size: 28px;
    text-align: center;
}


/*悬浮窗*/
.float-box {
    position: fixed;
    right: 0;
    top: 65%;
    z-index: 100;
    background: #bd0001;
    border-radius: 2px;
}

.float-box li {
    padding-left: 15px;
    padding-right: 15px;
}

.float-box li a {
    display: block;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 40px;
}

.float-box li:nth-of-type(1) a {
    background-image: url(../images/float_rexian.png);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.float-box li:nth-of-type(2) a {
    background-image: url(../images/float_yuyue.png);
}

.float-box li p {
    text-align: left;
    color: #fff;
    margin-right: 10px;
    display: none;
    min-width: 100px;
}

.float-box li .p1, .float-box li .p2 {
    font-family: "微软雅黑";
}

/*预约弹窗*/
.yuyue-layout {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 105;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    display: none;
}

.yuyue-content {
    width: 90%;
    max-width: 490px;
    border-radius: 5px;
    background: url(../images/yuyue_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    box-sizing: border-box;
    padding: 60px 4%;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 106;
    display: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.yuyue-content h2 {
    font-size: 28px;
    font-family: "宋体";
    font-weight: normal;
    text-align: center;
    color: #aa0002;
    padding-bottom: 30px;
}

.yuyue-content li {
    margin-bottom: 20px;
}

.yuyue-content li input {
    width: 100%;
    height: 35px;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    font-family: "微软雅黑";
    color: #666;
    text-indent: 1em;
    background-color: transparent;
    line-height: 35px;
}

.yuyue-content .submit {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 5px;
    background-color: #aa0001;
    font-size: 18px;
}

.yuyue-content li.yanzheng input {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}

.yuyue-content li.yanzheng input:nth-of-type(1) {
    width: 100px;
}

.yuyue-content li.yanzheng input:nth-of-type(2) {
    width: 50px;
    height: auto;
}

/*首页样式开始----------------------------*/
.pcbanner {
    display: block;
}

.mbbanner {
    display: none;
}

.index-banner {
    width: 100%;
    position: relative;
}

.index-banner .owl-carousel, .index-banner .owl-stage-outer, .index-banner .owl-stage, .index-banner .owl-carousel .owl-item {
    width: 100%;
    height: 100% !important;
}

.index-banner .owl-carousel .item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.index-banner .owl-prev, .index-banner .owl-next {
    width: 23px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    text-indent: -99px;
    overflow: hidden;
}

.index-banner .owl-prev {
    background-image: url(../images/iprev.png);
    left: 5%;
}

.index-banner .owl-next {
    background-image: url(../images/inext.png);
    right: 5%;
}

.move {
    width: 54px;
    height: 54px;
    position: absolute;
    z-index: 3;
    bottom: 60px;
    left: 50%;
    margin-left: -30px;
}

.move span {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.move i {
    width: 18px;
    height: 9px;
    background: url(../images/move.png);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-left: -7px;
    -webkit-animation: mymove 1s linear infinite;
    -o-animation: mymove 1s linear infinite;
    animation: mymove 1s linear infinite;
}

@-webkit-keyframes mymove {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@-moz-keyframes mymove {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@-ms-keyframes mymove {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@-o-keyframes mymove {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes mymove {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
}

/*产品展厅*/
.index-zhanting, .section3, .section4 {
    padding-bottom: 50px;
    border-bottom: 1px solid #ededed;
}

.index-title {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 50px;
}

.index-title h2 {
    font-size: 22px;
    color: #7c7c7c;
    font-family: "FZDBSJW";
    padding-bottom: 5px;
}

.index-title img {
    width: auto;
    display: inline-block;
}

.index-head {
    text-align: center;
    margin-bottom: 24px;
}

.index-head li {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    background: url(../images/index_head_line.png) no-repeat right center;
}

.index-head a {
    font-size: 24px;
    font-family: "FZXBSJW";
    font-weight: bold;
    color: #333;
}

.index-head li.on a {
    color: #aa0002;
    padding-bottom: 2px;
    border-bottom: 1px solid #aa0002;
}

.index-head li:last-of-type {
    background: none;
}

.index-head a:hover {
    color: #aa0002;
}

.index-zhanting .owl-prev, .index-zhanting .owl-next {
    width: 50px;
    height: 50px;
    background: url(../images/zhanting_arrow.jpg) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -25px;
}

.index-zhanting .owl-prev {
    background-position: center top;
    left: 13%;
}

.index-zhanting .owl-next {
    background-position: center bottom;
    right: 13%;
}

.index-zhanting .owl-carousel .owl-item {
    opacity: .45;
}

.index-zhanting .owl-carousel .owl-item.center {
    opacity: 1;
}

.index-zhanting .owl-item {
    overflow-y: hidden;
}

/*品牌动态*/
.index-dongtai .dongtai-text, .news-list .dongtai-text {
    padding: 20px 8%;
    background-color: #fbfbfb;
}

.index-dongtai .dongtai-text h2, .news-list .dongtai-text h2 {
    padding-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-dongtai .dongtai-text h2 a, .news-list .dongtai-text h2 a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.index-dongtai .dongtai-text p, .news-list .dongtai-text p {
    position: relative;
    line-height: 22px;
    /* 3 times the line-height to show 3 lines */
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index-dongtai .dongB, .news-list .dongB {
    padding: 15px 8%;
    display: block;
    background: #efefef;
}

.index-dongtai .dongB h3, .news-list .dongB h3 {
    font-family: Arial;
    color: #aeaeae;
    font-size: 30px;
    font-weight: normal;
}

.index-dongtai .dongB i, .news-list .dongB i {
    color: #d4d3d3;
    font-size: 14px;
    display: block;
    margin-top: -8px;
}

.index-dongtai .dongB span, .news-list .dongB span {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url(../images/dongB.png) no-repeat center top;
}

.index-dongtai .dongB:hover, .news-list .dongB:hover {
    background-color: #aa0002;
}

.index-dongtai .dongB:hover h3, .index-dongtai .dongB:hover i, .news-list .dongB:hover h3, .news-list .dongB:hover i {
    color: #fff;
}

.index-dongtai .dongB:hover span, .news-list .dongB:hover span {
    background-position: center bottom;
    position: relative;
}

.index-dongtai .dongB, .index-dongtai .dongB h3, .index-dongtai .dongB i, .index-dongtai .dongB span, .news-list .dongB, .news-list .dongB h3, .news-list .dongB i, .news-list .dongB span {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.index-dongtai .owl-prev, .index-dongtai .owl-next, .index-case .owl-prev, .index-case .owl-next {
    width: 20px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background: url(../images/dongtai_arrow.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.index-dongtai .owl-prev, .index-case .owl-prev {
    background-position: left top;
    left: -70px;
}

.index-dongtai .owl-next, .index-case .owl-next {
    background-position: right top;
    right: -70px;
}

.index-dongtai .dongtai-toggle {
    margin-bottom: 50px;
}

.see-more {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 20px;
    color: #666;
}

.see-more:hover {
    color: #aa0002;
}

.see-more i {
    color: #aa0002;
}

/*媒体*/
.index-media ul {
    margin-bottom: 50px;
}

.index-media li {
    width: 50%;
    float: left;
}

.index-media li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.index-media li .text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.index-media li h2 {
    font-size: 36px;
    color: #fff;
    font-family: "FZDBSJW";
}

.index-media li .text span {
    width: 42px;
    height: 0;
    background: url(../images/dongB.png) no-repeat center bottom;
    margin-top: 10px;
    display: inline-block;
}

.index-media li a:hover .text span {
    height: 42px;
}

.index-media li .text span, .index-media li .text, .index-media li a:hover .text span {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/*成功案例*/
/*.index-case{padding-bottom: 100px;}*/
.index-case .case-block h3 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    padding-top: 10px;
}

.index-case .case-block h3 span {
    color: #999;
    font-size: 12px;
    margin-left: 10px;
    font-style: italic;
}

.index-case .case-mb {
    margin-bottom: 30px;
}

.index-case .case-toggle {
    margin-bottom: 40px;
}

.index-case .case-block a:hover h3 {
    color: #aa0002;
}

.index-case .case-block .pic {
    overflow: hidden;
}

.index-case .case-block img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.index-case .case-block a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.zhanting-toggle, .dongtai-toggle, .case-toggle {
    position: relative;
    width: 100%;
}

.zhanting-toggle .zhanting-body {

    display: none;

}
.dongtai-toggle .dongtai-body,.case-toggle .case-body{opacity: 0;z-index: 1;position: absolute;left: 0;top: 0;width: 100%;}

/**
阿强后加
2019-10-18
 */
.zhanting-body {
    width: 1200px;
    margin: 0 auto;
}

.vancens-pro {
    overflow: hidden;
}

.vancens-pro .item p.title{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: black;
    opacity: 0.6;
    color: #ffffff;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
}
.vancens-pro .item p.one{
    font-size: 20px;
}
.vancens-pro .item p.two{
    font-size: 18px;
    margin-top: 10px;
}
.vancens-pro .item p.three{
    font-size: 13px;
    margin-top: 10px;
}
.vancens-pro .item p.more{
    margin-top: 15px;
}
.vancens-pro .item p.more a{
    display: inline-block;
    border: 1px solid #ffffff;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 12px;
}
.vancens-pro .item {
    width: 49%;
    float: left;
    position: relative;
    height: 358px;
}
.vancens-pro .item:first-child{
    margin-right: 2%;
}

.vancens-pro .item:nth-child(3) {
    width: 32%;
    clear: left;
    margin-top: 2%;
    background: url("../vancens_img/tiaowen_bg.png") repeat #942020;
    color: #ffffff;
    padding: 15px;
    box-sizing: border-box;
    height: 234.52px;
    margin-right: 2%;
}

.vancens-pro .item:nth-child(4) {
    width: 32%;
    margin-top: 2%;
    margin-right: 2%;
    height: 234.52px;
}

.vancens-pro .item:nth-child(5) {
    width: 32%;
    margin-top: 2%;
    height: 234.52px;
}
.section3{
    clear: left;
}
.zhanting-body .item img{
    height: 100%;
}
#join_head{

}
#join_head li{
    width: 24%;
    box-sizing: border-box;
    padding: 30px 0;
    background: url("../vancens_img/tiaowen_bg.png") repeat #828282;
    margin-right: 1.3%;
}
#join_head li:last-child{
    margin-right: 0;
}
#join_head li.on{
    background: url("../vancens_img/tiaowen_bg.png") repeat #942020;
}
#join_head li a{
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    border-bottom: none;
}
.join-body{
    display: none;
}
.join-one{
    overflow: hidden;
}
.join-one .join-item{
    width: 50%;
    float: left;
    margin: 30px 0;
}
.join-one .join-item .title{
    font-size: 24px;
}
.join-one .join-item .info{
    font-size: 16px;
    margin-top: 20px;
    color: #908e8e;
    padding-right: 40px;
}
.join-toggle{
    background: url("../vancens_img/tiaowen_dan_bg.png") repeat #ffffff;
    padding: 20px 40px;
}
.join-two{
    clear: left;
    overflow: hidden;
}
.join-two li{
    width: 25%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #737373;
    margin: 35px 0;
}
.join-two li.first{
    color: red;
}
.join-three{
    clear: left;
}
.join-three p{
    margin: 15px 0;
    font-size: 16px;
    color: #737373;
    padding-top: 10px;
}
.join-four{
    clear: left;
    overflow: hidden;
    text-align: center;
}
.join-four li{
    display: inline-block;
    width: 25%;
    border: 1px solid #c12525;
    box-sizing: border-box;
    padding: 10px 0;
    margin: 15px 15px;
    color: #863535;
}
.join-four li.block{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.join-body{
    height: 285px;
    overflow: hidden;
}

.index-jform{
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}
.index-jform .left{
    float: left;
    width: 50%
;
}
.index-jform .left img{

}
.index-jform .right{
    float: left;
    width: 50%
}
.index-jform .right .ri-right{
    padding-left: 80px;
}
.index-jform .right .ri-right form{

}
.index-jform .right .ri-right input{
    display: inline-block;
    line-height: 40px;
    height: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    padding-left: 20px;
}
.index-jform .right .ri-right .name{

}
.index-jform .right .ri-right .name input{
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
}
.index-jform .right .ri-right .tel{
    margin-top: 20px;
}
.index-jform .right .ri-right .veri{
    margin-top: 20px;
}
.index-jform .right .ri-right .tel .tel_input{
    width: 100%;
}
.index-jform .right .ri-right .tel input{
    box-sizing: border-box;
    width: 100%;
}
.index-jform .right .ri-right .verify{
    display: inline-block;
    margin-left: 20px;
}
.index-jform .right .ri-right .tel .verify img{

}
.index-jform .right .ri-right .city{
    margin-top: 20px;
}
.index-jform .right .ri-right .logo{
    margin-top: 20px;
}
.index-jform .right .ri-right .logo img{
    height: 34px;
    width: unset;
}
.index-jform .right .ri-right .btn{
    margin-top: 20px;
}
.index-jform .right .ri-right .btn button{
    display: inline-block;
    width: 100%;
    line-height: 50px;
    height: 50px;
    background: #ec5454;
    color: #ffffff;
    font-size: 16px;
    border-radius: 3px;
}
.index-jform .right .ri-right select{
    display: inline-block;
    line-height: 40px;
    height: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    padding-left: 20px;
    width: 30%;
}

.vancens-cl{
    clear: left;
}
/*阿强后加结束*/

.zhanting-body .item img, .index-media .pic, .index-case .case-block .pic, .dongtai-toggle .pic {
    background: #dedede url(../images/loading.gif) no-repeat center;
}

.dongtai-toggle .pic {
    display: block;
}


/*首页样式结束--------------------------------*/

/*内页样式开始---------------------------------*/
.inside-local {
    margin-top: 15px;
    margin-bottom: 15px;
}

.inside-local a, .inside-local span {
    font-family: "微软雅黑";
    color: #999;
}

.inside-title {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

.inside-title h2.en {
    font-size: 48px;
    font-weight: normal;
    font-family: "Shonar Bangla";
    color: #4e4e4e;
    opacity: .3;
    letter-spacing: 3px;
}

.inside-title h2.cn {
    font-size: 24px;
    color: #333;
    font-family: "[FZXBSK]";
}

/*产品展厅开始----------------------------*/
/*产品展厅1*/
.product1 li {
    position: relative;
    width: 100%;
}

.product1-pic {
    width: 50%;
    position: relative;
}

.product1-text {
    width: 40%;
}

.product1 li:nth-of-type(2n-1) .product1-pic {
    float: left;
}

.product1 li:nth-of-type(2n) .product1-pic {
    float: right;
}

.product1 li .product1-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product1 li:nth-of-type(2n-1) .product1-text {
    right: 5%;
}

.product1 li:nth-of-type(2n) .product1-text {
    left: 5%;
}

.product1 .product1-text h2 {
    font-size: 30px;
    color: #aa0002;
    font-family: "微软雅黑";
    padding-bottom: 10px;
}

.product1 .product1-text h3 {
    font-family: "微软雅黑";
    color: #333;
    font-size: 18px;
    padding-bottom: 10px;
}

.product1 .product1-text p {
    line-height: 22px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.see-details {
    display: inline-block;
    margin-top: 30px;
    color: #333;
}

.see-details:hover {
    color: #aa0002;
}

.product1-pic .product1-pic-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    top: 0;
    z-index: 2;
    display: none;
}

.product1-pic .product1-pic-hover .text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product1-pic .product1-pic-hover .text p {
    padding-bottom: 5px;
}

.product1-pic .product1-pic-hover .text a {
    color: #fff;
    font-size: 18px;
    font-family: "微软雅黑";
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
}

.product1-pic .product1-pic-hover .text a:hover {
    border-bottom: 1px solid #fff;
}

.product1 li:nth-of-type(2n-1) .product1-pic-hover {
    left: 0;
}

.product1 li:nth-of-type(2n) .product1-pic-hover {
    right: 0;
}

/*产品展厅2*/

.product2-body {
    padding-bottom: 60px;
    display: none;
}

.product2-body li {
    width: 22.75%;
    margin-right: 3%;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.product2-body li:nth-of-type(4n) {
    margin-right: 0;
}

.product2-body li a, .#download_center .product2-body li.xy_lode .load_a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.product2-body .product2-hover {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .65);
}

.product2-hover .text {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product2-hover p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.product2-hover p.p2 {
    font-size: 30px;
    font-family: "微软雅黑";
}

.product2-body li img {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.product2-body li a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.refresh {
    width: 22px;
    height: 22px;
    background: url(../images/refresh.png);
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: refresh 1s linear infinite;
    -o-animation: refresh 1s linear infinite;
    animation: refresh 1s linear infinite;
}

@-webkit-keyframes refresh {
    0% {
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes refresh {
    0% {
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes refresh {
    0% {
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes refresh {
    0% {
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes refresh {
    0% {
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*产品展厅结束-------------------------------*/


/*****************************************************下载中心开始*/
/* 学院下载 */
#download_center .product2-body {
}

#download_center .product2-body li.xy_lode {
    width: 31.65%;
    margin-right: 2.5%;
    float: left;
    margin-bottom: 30px;
}

#download_center .product2-body li.xy_lode:nth-of-type(3n) {
    margin-right: 0;
}

#download_center .product2-body li.xy_lode .load_a {
    display: block;
    width: 94%;
    height: 80px;
    border: 1px solid #e7e7e7;
    padding: 10px 3%;
}

#download_center .product2-body li.xy_lode .load_a img.load_view {
    width: 88px;
    float: left;
    margin-right: 5%;
}

#download_center .product2-body li.xy_lode .load_a .load_c span img.load_key {
    width: 15px;
    height: 12px;
}

#download_center .product2-body li.xy_lode .load_a .load_c h6 {
    font-family: "宋体";
    font-size: 14px;
    font-weight: 500;
    color: #666;
    margin-bottom: 35px;
    margin-top: 5px;
}

#download_center .product2-body li.xy_lode .load_a .load_c ol {
    font-size: 14px;
    font-family: "宋体";
}

#download_center .product2-body li.xy_lode .load_a .load_c ol span {
    color: #194898;
    display: inline-block;
    float: left;
}

#download_center .product2-body li.xy_lode .load_a .load_c ol i {
    display: inline-block;
    color: #999;
    float: right;
    margin-right: 5%
}

/* 公告通知 */

/* 物料下载 */
#download_center .product2-body li.wl_lode {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    margin: 0;
    padding: 0;
    padding: 15px 0;
    border-bottom: 1px dashed #d9d9d9;
    position: relative;
}

#download_center .product2-body li.xy_lode .load_a .load_c h6:hover {
    color: #aa0002;
}

#download_center .product2-body li.wl_lode:nth-of-type(1) {
    border-top: 1px dashed #d9d9d9;
}

#download_center .product2-body li.wl_lode .red_dian {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #F00;
    margin: 6.5px 10px;
}

#download_center .product2-body li.wl_lode .lode_keys {
    width: 15px;
    height: 12px;
    margin-left: 20px;
    vertical-align: middle;
}

#download_center .product2-body li.wl_lode span {
    display: inline-block;
    float: left;
    font-weight: 400;
    font-family: "宋体";
}

#download_center .product2-body li.wl_lode b {
    display: inline-block;
    float: right;
    font-weight: 400;
    font-family: "宋体";
}

/* 页码 */
.nei_page {
    margin-top: 40px;
}

.nei_page ul {
    width: auto !important;
}

.nei_page ul li:nth-of-type(4) {
    margin-right: 8px;
}

/* 提示框 */
.warning_box {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    z-index: 99;
    background-color: rgba(51, 51, 51, 0.6);
    display: none;
}

.warning_info {
    width: 40%;
    padding-bottom: 40px;
    position: fixed;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    background: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.closing_war {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.warning_info .cj_img {
    width: 100%;
    margin-bottom: 40px;
}

.warning_info p {
    font-size: 24px;
    color: #333;
    font-family: "微软雅黑";
    padding-left: 36px;
}

.warning_info p span {
    font-size: 18px;
    color: #666;
    display: block;
    margin-top: 15px;
}

/*****************************************************下载中心结束*/

/*****************************************************经销商登录开始*/
.this_function_key {
    font-size: 0;
}

.dealer_login {
    padding: 100px 0 180px 0;
    width: 61%;
    margin: 0 auto;
    overflow: hidden;
}

.login_css:hover {
    border-bottom: 2px solid #aa0002 !important;
}

.dealer_login .fl {
    width: 52%;
    margin-right: 8%;
}

.dealer_login .fl img {
    width: 100%;
}

.dealer_login .fr {
    width: 40%;
}

.dealer_login .fr h4 {
    color: #aa0002;
    font-size: 14px;
    font-family: "微软雅黑";
    padding: 20px 0;
}

.dealer_login .fr form li input {
    margin-bottom: 20px;
    width: 95%;
    padding-left: 4%;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ccc;
}

.dealer_login .fr form li input.dealer_code {
    width: 30%;
    margin-right: 2%;
    height: 30px;
    line-height: 30px;
}

.dealer_login .fr form li img {
    width: 88px;
    height: 32px;
}

.dealer_login .fr form li span {
    font-family: "宋体";
    color: #666;
    font-size: 12px;
}

.dealer_login .fr form li input.dealer_register {
    width: 80px;
    font-size: 14px;
    background-color: #aa0002;
    color: #fff;
    border: 0;
    padding: 0;
    text-align: center;
}

@media (max-width: 1280px) {
    .dealer_login {
        width: 87%;
    }
}

@media (max-width: 1024px) {
    .header-show {
        height: 105px !important;
    }

    .dealer_login .fr form li span {
        display: block;
        margin-bottom: 10px;
    }

    .dealer_login .fr form li input {
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .dealer_login .fr h4 {
        padding: 10px 0;
    }
}

@media (max-width: 750px) {
    .dealer_login {
        width: 60%;
    }

    .dealer_login .fl {
        width: 100%;
    }

    .dealer_login .fr {
        width: 100%;
    }

    .dealer_login .fr form li span {
        display: inline-block;
    }
}

/*****************************************************经销商登录结束*/

/*关于轩尼斯开始--------------------------------*/
.profile1 {
    margin-bottom: 80px;
    background: url(../images/profile1_bg.png) no-repeat right 10%;
}

.profile1-pic {
    width: 52%;
}

.profile1-text {
    width: 44%;
}

.profile1-text h2 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    font-family: "FZDBSJW";
    padding-bottom: 12px;
}

.profile1-text .scroll {
    height: 310px;
}

.profile1-text p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-family: "FZDBSJW";
}

.profile1-text {
    position: absolute;
    right: 0;
    bottom: 0;
}

.profile1 .owl-dots {
    margin-top: 40px;
    width: 100%;
    text-align: center;
}

.profile1 .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(35, 35, 35, .2);
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
}

.profile1 .owl-dot.active {
    background-color: #aa0002;
}


/*更新*/
.profile1 .profile1-pic .owl-dots {
    position: absolute;
    margin-top: 0;
    bottom: 20px;
    z-index: 10;
}

.profile1 .profile1-pic .owl-dot {
    width: 20px;
    background-color: #fff;
    height: 3px;
    border-radius: 3px;
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
}

.profile1 .profile1-pic .owl-dot.active {
    background-color: #aa0002;
}


.about-xns {
    padding-top: 150px;
    background: url(../images/about_xns_bg.jpg) no-repeat center top;
    -webkit-background-size: 100% 150px;
    background-size: 100% 150px;
}

.profile3 {
    background: rgba(242, 242, 242, .4);
    padding-bottom: 135px;
}

.profile3 .wrap {
    position: relative;
    min-height: 400px;
}

.profile3 .pic {
    width: 50%;
    margin-top: -15px;
}

.profile3 .text {
    width: 46%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.profile3 .text h2, .profile3 .text p {
    font-size: 24px;
    padding-bottom: 20px;
    font-family: "微软雅黑";
    color: #333;
}

.profile3 .text p {
    font-size: 16px;
    line-height: 28px;
    padding: 0;
}

.profile3 .scroll2 {
    height: 310px;
}

.profile4 {
    width: 100%;
    height: 760px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.profile4 .wrap {
    position: relative;
    height: 100%;
}

.profile4 .profile4l {
    position: absolute;
    bottom: 60px;
    left: 0;
}

.profile4 .profile4r {
    position: absolute;
    top: 60px;
    right: 0;
}

.profile4 li {
    width: 160px;
    height: 160px;
    float: left;
}

.profile4 .profile4-bd {
    padding: 25px 18px;
    width: 160px;
    height: 160px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.profile4 li.profile4l-1 .profile4-bd {
    background: #fff url(../images/profile4_atr.png) no-repeat left 27px;
    float: left;
}

.profile4 li.profile4l-1 .profile4-bdT {
    background: #ddd;
    float: left;
    padding: 25px 18px;
    width: 160px;
    height: 160px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.profile4 li.profile4l-1 .profile4-bdT h2 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
}

.profile4 .profile4-bd h3 {
    font-size: 14px;
    font-family: "FZXBSJW";
    color: #fff;
    padding-bottom: 5px;
    line-height: 24px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.profile4 .profile4-bd p {
    line-height: 20px;
    color: #fff;
    font-family: "微软雅黑";
    -webkit-line-clamp: 3;
    line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.profile4 li.profile4l-1 .profile4-bd h3, .profile4 li.profile4r-3 .profile4-bd h3 {
    color: #333;
}

.profile4 li.profile4l-1 .profile4-bd p, .profile4 li.profile4r-3 .profile4-bd p {
    color: #666;
}

.profile4 li.profile4l-2 .profile4-bd {
    background: #e45133;
}

.profile4 li.profile4l-3 .profile4-bd {
    background: #353d46;
}

.profile4 li.profile4l-4 .profile4-bd {
    background: #cd9655;
}

.profile4 li.profile4r-1 .profile4-bd {
    background: url(../images/profile4r_bg1.jpg) no-repeat;
}

.profile4 li.profile4r-2 .profile4-bd {
    background: url(../images/profile4r_bg2.jpg) no-repeat;
}

.profile4 li.profile4r-3 .profile4-bd {
    background: #fff;
}

.profile4 li.profile4r-4 .profile4-bd {
    background: url(../images/profile4r_bg3.jpg) no-repeat;
}

.profile4 li.profile4r-1 {
    float: left;
    margin-left: 160px;
}

.profile4 li.profile4r-2 {
    float: left;
}

.profile4 li.profile4r-3 {
    float: left;
}

.profile4 li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.profile4 .profile4-bd {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.profile4 li .profile4-hover {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.profile4 li a:hover .profile4-hover {
    opacity: 0;
}

.profile4 li a:hover .profile4-bd {
    opacity: 1;
}


.profile5 {
    background-color: #eff3f9;
    padding-top: 60px;
    padding-bottom: 80px;
}

.profile5 h2 {
    color: #333;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    font-family: "微软雅黑";
    padding-bottom: 60px;
}

.profile5 li {
    margin-bottom: 40px;
}

.profile5-list .pic {
    width: 30%;
    margin-right: 3%;
}

.profile5-list .text {
    width: 67%;
    position: relative;
}

.profile5-list .text-c {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.profile5-list .text-c h2 {
    padding: 0;
    text-align: left;
    font-weight: bold;
}

.profile5-list .text-c h3 {
    font-size: 18px;
    font-weight: normal;
}

.profile5-list .text-c h3:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #696969;
    margin-top: 10px;
    margin-bottom: 10px;
}

.profile5-list .text-c p {
    max-width: 310px;
    width: 100%;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.profile5-focus p {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.profile5-focus h3 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.profile5-focus .owl-prev, .profile5-focus .owl-next {
    width: 20px;
    height: 40px;
    background: url(../images/dongtai_arrow.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    text-indent: -9999px;
    overflow: hidden;
}

.profile5-focus .owl-prev {
    left: -50px;
}

.profile5-focus .owl-next {
    right: -50px;
    background-position: right top;
}

/*弹窗*/
.profile-layout {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    display: none;
}

.profile-layout-c {
    width: 90%;
    max-width: 1000px;
    background-color: #fff;
    border-radius: 10px;
    padding: 60px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.profile-layout-c .profile-content {
    padding-top: 60px;
    border-top: 1px solid #d0d0d0;
    margin-left: 30px;
    margin-right: 30px;
}

.profile-layout-c .profile-content .pic {
    width: 55%;
}

.profile-layout-c .profile-content .text {
    width: 40%;
}

.profile-layout-c .profile-content h2 {
    font-size: 30px;
    color: #333;
    font-weight: normal;
    font-family: "微软雅黑";
    padding-bottom: 20px;
}

.profile-layout-c .profile-content span {
    font-size: 18px;
    color: #666;
}

.profile-layout-c .profile-content p {
    font-size: 16px;
    color: #333;
    line-height: 26px;
}

.profile2 .profile2-pic {
    width: 63%;
    float: right;
    min-height: 440px !important;
    position: relative;
    height: 100%;
}

.profile2-pic ul {
    position: relative;
    width: 100%;
    height: 100%;
}

.profile2 .profile2-dot {
    width: 37%;
    float: left;
    background: #eff3f9;
    position: relative;
}

.profile2-dot .profile2-dot-wrap {
    position: absolute;
    left: 25%;
    top: 50%;
    margin-top: -220px;
    height: 400px;
    width: 90px;
    text-align: center;
}

.profile2-dot .profile2-dot-c {
    overflow-y: hidden;
    overflow-x: auto;
    height: 100%;
}

.profile2-dot .profile2-dot-left, .profile2-dot .profile2-dot-right {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-position: center center;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.profile2-dot .profile2-dot-left {
    background: url(../images/jiantou1.png);
    top: -28px;
}

.profile2-dot .profile2-dot-right {
    background: url(../images/jiantou2.png);
    bottom: -16px;
}

.profile2-dot li {
    cursor: pointer;
    font-size: 16px;
    color: #333;
    font-style: italic;
    margin-bottom: 35px;
}

.profile2-dot li.on {
    color: #a01f24;
}

.profile2-dot li.on:before, .profile2-dot li.on:after {
    width: 14px;
    height: 1px;
    background: #a01f24;
    content: "";
    display: inline-block;
    vertical-align: middle;
}

.profile2-dot li.on:before {
    margin-right: 8px;
}

.profile2-dot li.on:after {
    margin-left: 8px;
}

.profile2-pic li {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    display: none;
}

.profile2-pic .text {
    width: 230px;
    position: absolute;
    left: -115px;
    top: 50%;
    margin-top: -185px;
    z-index: 5;
}

.profile2-pic h2 {
    font-size: 48px;
    font-weight: normal;
    color: #333;
    text-align: center;
    font-style: italic;
    padding-top: 40px;
    font-family: "微软雅黑";
    padding-bottom: 20px;
}

.profile2-pic p {
    padding: 0 15px;
    font-size: 14px;
    line-height: 25px;
}

.profile2-arrow {
    height: 370px;
    background-color: #fff;
    z-index: 3;
    top: 50%;
    margin-top: -185px;
    width: 230px;
    position: absolute;
    left: -115px;
}

.profile2-arrow .arrow {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.profile2-arrow .arrow a {
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-right: 5px;
}

.profile2-arrow .arrow a.profile2-prev {
    background: url(../images/zuo.png);
}

.profile2-arrow .arrow a.profile2-next {
    background: url(../images/you.png);
}

.profile6 {
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: #fcfcfc;
}

/*关于轩尼斯结束----------------------------------*/

/*招商加盟开始----------------------------------------*/

.cb {
    clear: both;
}

.content22 {
    width: 1200px;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.warp_textCenter {
    text-align: center;
}

#banner {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}

/*#banner .bannerImg{position: absolute;top: 0;left: 0;width: 100% !important;height: 100% !important;}
#banner .bannerImg li{width: 100% !important;height: 100% !important;background-position: top center !important;}*/
#banner .blue {
    height: 18px;
    position: absolute;
    z-index: 9;
    text-align: center;
    width: 100%;
    bottom: 30px;
}

#banner .white a {
    width: 18px;
    height: 18px;
    margin: 0 7px;
    cursor: pointer;
    text-indent: -9999px;
    display: inline-block;
    outline: none;
    background: url(../images/qie-bg.png) no-repeat right center;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

#banner .white .activeSlide {
    background: url(../images/qie-bg.png) no-repeat left center;
}

.join {
    background: url(../images/join-bg-1.png) no-repeat center 110px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.join .join-title {
    margin-bottom: 55px;
    margin-top: 80px;
    text-align: center;
}

.join .jm_main {
    margin-bottom: 70px;
}

.join .zy_main {
    text-align: center;
}

.join_jm .jm_main {
    overflow: hidden;
}

#solid {
    width: 100%;
    height: 450px;
    overflow: hidden;
    clear: both;
    margin-top: 50px;
    position: relative;
}

#solid .solid0, #solid .solid1, #solid .solid2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    display: none;
}

#solid ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#solid ul li {
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    display: none;
    cursor: pointer;
}

#solid #btt {
    width: 750px;
    height: 30px;
    top: 400px;
    left: 20%;
    position: relative;
    margin-left: -200px;
    border: solid 0px #000;
}

#solid #btt span {
    position: absolute;
    top: 15px;
    left: 20%;
    display: block;
    width: 10px;
    height: 10px;
    border: solid 0px #000;
    text-align: center;
    background: #3d3d3d;
    z-index: 1000;
    cursor: pointer;
    border-radius: 10px;
}

.join .zy_scoller {
    background: #dddddd;
    margin-top: 40px;
    overflow: hidden;
    margin-bottom: 80px;
}

.join .zy_scoller .img_sc {
    width: 330px;
    height: 220px;
    margin: 20px 10px;
}

#tab, #tab1, #tab2 {
    zoom: 1;
    border: 0px solid #000;
    margin: 0 auto;
}

#tab li {
    font-family: "微软雅黑";
    float: left;
    color: #fff;
    height: 80px;
    width: 23.75%;
    text-align: center;
    background: url(../images/join-bg4.png) no-repeat;
    cursor: pointer;
    line-height: 40px;
    margin: 0px 1.666% 0px 0px;
}

#tab1 li {
    font-family: "微软雅黑";
    float: left;
    color: #fff;
    height: 35px;
    width: 18.66666%;
    text-align: center;
    background: url(../images/join-bg4.png) no-repeat;
    cursor: pointer;
    line-height: 35px;
    margin: 0px 1.6666% 20px 0px;
}

#tab2 li {
    font-family: "微软雅黑";
    color: #000;
    height: 50px;
    display: inline-block;
    cursor: pointer;
    line-height: 50px;
    padding: 0px 20px 20px 0px;
    text-align: center;
}

#tab li:nth-last-child(1), #tab1 li:nth-last-child(1) {
    margin-right: 0px;
}

#tab li.current {
    color: #fff;
    background: url(../images/join-bg3.png) no-repeat center top;
}

#tab1 li.current {
    color: #fff;
    background: #aa0002;
}

#tab2 li.current {
    color: #aa0002;
    font-family: "微软雅黑";
}

#content22, #content1, #content2 {
    border: 0px solid #000;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

#content22 ul, #content1 ul, #content2 ul {
    display: none;
}

.main_visualy {
    z-index: 2;
}

.join_showMain {
    overflow: hidden;
}

.join_showMain .showLeft {
    float: left;
    width: 490px;
    margin-right: 10px;
}

.join_showMain .showLeft .showImg {
    width: 490px;
    margin-bottom: 10px;
    height: 300px;
}

.join_showMain .showRight {
    float: right;
    width: 700px;
}

.join_showMain .showRight .showImg1 {
    width: 700px;
    margin-bottom: 10px;
    height: 390px;
    float: left;
}

.join_showMain .showRight .showBottom {
    width: 345px;
    height: 210px;
    float: left;
    margin-right: 10px;
}

.join_showMain .showRight .showBottom1 {
    width: 345px;
    height: 210px;
    float: right;
}

.join .join_sunMeina {
    margin: 0 auto;
    position: relative;
}

.join .join_sunMeina .sunMeina_main {
    width: 100%;
    margin: 0 auto;
}

.join .bntleft, .join .bntright {
    width: 20px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: -50px;
    z-index: 10;
}

.join .bntright {
    cursor: pointer;
    right: -50px;
    left: auto;
}

.join .join-title img {
    width: auto;
    max-width: 100%;
}


.jiameng {
    width: 150px;
    height: 54px;
    position: fixed;
    right: 0;
    top: 48%;
    z-index: 10;
}

.jm_main li {
    width: 13%;
    float: left;
    height: 270px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.jm_main li .body {
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 50px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.jm-mian-hover {
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 219px;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.jm-mian-hover .text {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jm-mian-hover .text p {
    font-size: 18px;
    color: #fff;
    padding-top: 20px;
}

.jm-mian-hover .text img {
    display: inline-block;
    width: auto;
}

.jm_main li.jm-on {
    width: 35%;
}

.jm_main li.jm-on .body {
    border-top: 1px solid #fff;
    background-color: rgba(170, 0, 1, .6);
}

.jm_main li.jm-on .jm-mian-hover {
    opacity: 1;
}

.zy_main {
    position: relative;
    width: 100%;
}

.zy_main .jm-tuandui-text {
    width: 56%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.zy_main .owl-carousel.owl-loaded, .zy_main .owl-carousel .owl-stage-outer, .zy_main .owl-carousel .owl-stage, .zy_main .owl-carousel .owl-item {
    width: 100%;
    height: 100%;
}

.zy_main .owl-carousel .item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: cover;
    background-size: cover;
}

.zy_main .owl-controls .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: rgba(255, 255, 255, .5);
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
}

.zy_main .owl-controls .owl-dots {
    position: absolute;
    z-index: 5;
    left: 20%;
    bottom: 15px;
}

.zy_main .owl-controls .owl-dot.active {
    background: #fff;
}

.jm-yx-block {
    margin-bottom: 60px;
}

.jm-yx-block .jm-yx-title {
    margin-bottom: 40px;
}

.jm-yx-block .jm-yx-title img {
    width: auto;
    max-width: 100%;
}

.jm-yx-block .jm-yx-titler {
    text-align: right;
}

.jm-xueyuan li {
    float: left;
    width: 25%;
    height: 260px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.jm-xueyuan li.wenan {
    background: #524b4b;
    position: relative;
}

.jm-xueyuan li.wenan h2 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}

.jm-xueyuan li.wenan p {
    line-height: 24px;
    color: #fff;
}

.jm-xueyuan li.wenan .wenan-text {
    width: 82%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.jm-xueyuan li.wenan h2:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
}

.jm-meiti li {
    height: 375px;
    width: 24.7%;
    margin-right: 2px;
}

.jm-meiti li:last-of-type {
    margin-right: 0;
}

.jm-meiti li.wenan {
    text-align: center;
}

.jm-meiti li.wenan h2:after {
    margin-left: auto;
    margin-right: auto;
}

#tab1 li.current {
    position: relative;
}

#tab1 li.current:after, #tab1 li.current:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../images/jm_meiti_arrow.png) no-repeat;
}

#tab1 li.current:before {
    background-position: left top;
    left: -7px;
    top: -7px;
}

#tab1 li.current:after {
    background-position: right top;
    right: -7px;
    bottom: -7px;
}

.jm-guimo {
    background: #f6f6f6;
    position: relative;
    margin-bottom: 20px;
}

.jm-guimo .owl-carousel {
    width: 56%;
    float: right;
}

.jm-guimo .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.jm-guimo .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .7);
}

.jm-guimo .owl-dot.active {
    background: #fff;
}

.jm-guimo .guimo-text h2, .jm-guimoT h2 {
    font-size: 30px;
    color: #333;
    padding-bottom: 20px;
}

.jm-guimo .guimo-text p, .jm-guimoT p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.jm-guimo .guimo-text {
    width: 38%;
    position: absolute;
    left: 3%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jm-guimor .owl-carousel {
    float: left;
}

.jm-guimor .guimo-text {
    right: 3%;
    left: auto;
}

.jm-guimoT .guimoT-text {
    padding: 40px 30px;
    background: #f6f6f6;
}

.jm-guimoT .owl-dots {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jm-guimoT .owl-dot {
    width: 8px;
    height: 8px;
    margin-bottom: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .7);
}

.jm-guimoT .owl-dot.active {
    background: #fff;
}

.jm-gaoduanC {
    padding-bottom: 120px;
}

.jm-gaoduan {
    text-align: center;
    margin-bottom: 20px;
}

.jm-gaoduan li {
    display: inline-block;
    margin-left: 4%;
    margin-right: 4%;
}

.jm-gaoduan li a {
    font-size: 18px;
    color: #333;
}

.jm-gaoduan li.gaoduan-on a {
    font-size: 30px;
    font-weight: bold;
    color: #aa0001;
}

.jm-gaoduan-toggle li {
    display: none;
}

.jm-ys {
    padding: 40px 0 70px;
    background-color: #262626;
}

.jm-ys .join-title {
    margin-top: 0;
}

.jm-sq {
    padding-bottom: 90px;
}

.jm-sq-content {
    padding: 0 30px;
}

.jm-sq-pic {
    width: 50%;
}

.jm-sq-form {
    width: 47%;
}

.jm-sq-form .sq-block {
    margin-bottom: 20px;
}

.jm-sq-form label {
    float: left;
    width: 13%;
    font-size: 18px;
    color: #333;
    line-height: 40px;
}

.jm-sq-form input, .jm-sq-form textarea {
    width: 87%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    background-color: #f8f8f8;
    text-indent: 1em;
    font-size: 16px;
    font-family: "微软雅黑";
}

.jm-sq-form textarea {
    height: 200px;
    text-indent: 0;
    padding: 10px;
    line-height: inherit;
}

.jm-sq-form .submit {
    background-color: #aa0001;
    width: 140px;
    height: 40px;
    display: block;
    color: #fff;
    margin-left: 13%;
    text-indent: 0;
    font-size: 18px;
}


/*企业历程*/
.jm-qylc-bg {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 60px;
}

.jm-qylc-content {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
}

.jm-qylc-toggle {
}

/*.jm-qylc-toggle .pic{width: 42%;}
.jm-qylc-toggle .text{width: 55%;}
.jm-qylc-toggle .text h2{font-size: 36px;color:#333;}
.jm-qylc-toggle .text h2:after{content:"";display: block;width: 55px;height: 2px;background-color: #444; margin-top: 10px;margin-bottom: 10px;}
.jm-qylc-toggle .text p{font-size: 18px;}
.jm-qylc-dot {width: 1020px; overflow-x: hidden; padding-top: 21px; background:url(../images/jm_qylc_dot.png) no-repeat left top; margin-left: auto;margin-right: auto; margin-top: 50px; box-sizing: border-box; padding-left: 30px;padding-right: 30px;}
.jm-qylc-dot li{width: 90px; color:#fff; text-align: center;font-size: 18px; float: left;cursor: pointer;}*/

.game163 {
    position: relative;
    width: 1020px;
}

.game163 .bigImg {
    height: 258px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.game163 .bigImg li {
    padding: 30px;
    background-color: #fff;
}

.game163 .bigImg li img {
    vertical-align: middle;
}

.jm-qylc-bg .game163 .smallScroll {
    height: 47px;
    margin-bottom: 6px;
    position: relative;
    margin-top: 50px;
    padding-top: 21px;
    background: url(../images/jm_qylc_dot.png) no-repeat left top;
}

.game163 .sPrev, .game163 .sNext {
    display: block;
    width: 14px;
    height: 47px;
    position: absolute;
    top: 16px;
    color: #fff;
    font-size: 30px;
    font-family: "微软雅黑";
    z-index: 3;
}

.game163 .sNext {
    background-position: 0 -2698px;
    right: 0;
}

.game163 .sPrev:hover {
    background-position: 0 -3133px;
}

.game163 .sNext:hover {
    background-position: 0 -2785px;
}

/*.jm-qylc-bg .game163 .smallImg{width: 90% !important; margin-left: auto;margin-right: auto;}*/
.game163 .smallImg {
    float: left;
    display: inline;
    width: 1020px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto; /* margin-left: 30px;margin-right: 30px;*/
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.game163 .smallImg ul {
    height: 54px;
    width: 9999px;
    overflow: hidden;
}

.game163 .smallImg li {
    float: left;
    width: 90px;
    cursor: pointer;
    display: inline;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.game163 .smallImg img {
    border: 1px solid #dcdddd;
    width: 60px;
    height: 45px;
}

.game163 .smallImg .on img {
    border-color: #1e50a2;
}

.jm-qylc .bigImg .pic {
    width: 42%;
}

.jm-qylc .bigImg .text {
    width: 55%;
}

.jm-qylc .bigImg .text h2 {
    font-size: 36px;
    color: #333;
}

.jm-qylc .bigImg .text h2:after {
    content: "";
    display: block;
    width: 55px;
    height: 2px;
    background-color: #444;
    margin-top: 10px;
    margin-bottom: 10px;
}

.jm-qylc .bigImg .text p {
    font-size: 18px;
}


/*招商加盟结束--------------------------------------------------*/
/*企业新闻开始--------------------------------------------*/
.news-list li {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 60px;
}

.news-list li:nth-of-type(3n) {
    margin-right: 0;
}

.news, .TV, .daily {
    padding-bottom: 120px;
}


/*页码*/
.page {
    padding-top: 10px;
    text-align: center;
    width: 100%;
}

.page ul {
    display: inline-block;
    width: 100%;
    text-align: center
}

.page li {
    display: inline-block;
    margin-right: 8px;
    width: 40px;
    height: 40px;
    border: 1px solid #be0000;
    text-align: center;
    vertical-align: middle;
}

.page a, .page span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #be0000;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.page .page-yema {
    width: 60px;
    height: 40px;
}

.page .pager {
    display: inline-block;
}

.page .pager-text {
    display: inline-block;
    width: 34px;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    border: 1px solid #ccc;
    margin-right: 8px;
    font-size: 16px;
    color: #666;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.page .pager-btn {
    display: inline-block;
    width: 66px;
    height: 40px;
    border: 1px solid #be0000;
    background-color: transparent;
    color: #be0000;
    font-size: 16px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.page a:hover, .page .pager-btn:hover {
    background-color: #be0000;
    color: #fff;
}

.page .disable a {
    color: #ccc; /*cursor: not-allowed;*/
}

.page .disable {
    border-color: #ccc;
}

.page .disable a:hover {
    color: #ccc;
    background-color: transparent;
}

.page .pager-text.pager-on {
    border-color: #be0000;
    box-shadow: 0 0 8px rgba(190, 0, 0, .5);
}

/*企业新闻结束-------------------------------------------------*/
/*轩尼斯TV开始--------------------------------------*/
.TV-list li {
    width: 25%;
    float: left;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.TV-list li a {
    display: block;
    padding: 20px 6%;
    background-color: #fff;
}

.TV-list li p {
    font-size: 16px;
    color: #333;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.TV-list li a:hover {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .18);
}

.TV-list li a:hover p {
    color: #aa0002;
}

.TV-list li p, .TV-list li a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/*弹窗*/
.TV-layout-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    display: none;
}

.TV-layout {
    position: fixed;
    z-index: 102;
    max-width: 720px;
    width: 90%;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*.TV-layout .video-js{ max-width: 720px; width:100%; }*/
.TV-layout .video-js .vjs-control-bar {
    bottom: -36px;
    background-color: #2d2d2d; /*display: block !important;*/
}

.video-js .vjs-big-play-button {
    height: 2em;
    width: 2em;
    border-radius: 1em;
    line-height: 2em;
}

.example_video_1-dimensions {
    width: 100%;
}

/*轩尼斯TV结束------------------------------------------*/
/*轩尼斯商报开始-----------------------------------------*/
.daily-list li {
    width: 31.6666%;
    margin-right: 2.5%;
    float: left;
    box-sizing: border-box;
    padding: 10px 10px 25px;
    border: 1px solid #dedede;
    margin-bottom: 70px;
    position: relative;
}

.daily-list li:nth-of-type(3n) {
    margin-right: 0;
}

.daily-list h2 {
    font-size: 24px;
    color: #333;
    padding-top: 15px;
    font-weight: normal;
    padding-bottom: 35px;
}

.daily-list a {
    font-size: 12px;
    font-family: Arial;
}

.daily-list a span {
    font-family: "微软雅黑";
}

.daily-list .date {
    width: 98px;
    height: 23px;
    background: url(../images/daily_date.png) no-repeat;
    box-sizing: border-box;
    padding-left: 20px;
    line-height: 23px;
    position: absolute;
    right: 20px;
    bottom: -12px;
}

/*轩尼斯商报结束-------------------------------------------*/
/*联系我们开始-----------------------------*/
.contact {
    padding-bottom: 80px;
}

.contact-way {
    width: 42%;
}

.contact-Leave {
    width: 55%;
}

.contact h2 {
    font-size: 20px;
    font-family: "微软雅黑";
    color: #aa0002;
    font-weight: bold;
    padding-bottom: 25px;
}

.contact-way h3 {
    font-size: 18px;
    color: #333;
    font-family: "微软雅黑";
}

.contact-way li {
    margin-bottom: 15px;
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position: left center;
}

.contact-way li p {
    color: #333;
}

.contact-way ul {
    padding-top: 25px;
    padding-bottom: 20px;
}

.contact-way li i {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    background: url(../images/contact_line.png) no-repeat left center;
    height: 2px;
}

.contact-way li:nth-of-type(1) {
    background-image: url(../images/zhaoshang.png);
}

.contact-way li:nth-of-type(2) {
    background-image: url(../images/dizhi.png);
}

.contact-way li:nth-of-type(3) {
    background-image: url(../images/kefu.png);
}

.contact-way li:nth-of-type(4) {
    background-image: url(../images/chuanzhen.png);
}

.contact-way .qrcode img {
    width: auto;
}

.contact-way .qrcode span {
    display: inline-block;
    text-align: center;
}

.contact-Leave input {
    width: 100%;
    display: block;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #9b9999;
    margin-bottom: 10px;
    line-height: 36px;
    color: #666;
    text-indent: 1em;
    font-family: "微软雅黑";
}

.contact-Leave textarea {
    height: 240px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #9b9999;
    width: 100%;
    padding: 10px;
    font-family: "微软雅黑";
    color: #666;
}

.contact-Leave .submit {
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-indent: 0;
    background-color: #212121;
    border: none;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}

.map {
    width: 100%;
    height: 440px; /* background: url(../images/map.jpg) no-repeat center; */
    -webkit-background-size: cover;
    background-size: cover;
}

/*联系我们结束-----------------------------------*/

/*人才招聘开始--------------------------------------*/
.talent, .talent-apply {
    padding-bottom: 120px;
}

.talent-title {
    padding: 20px 0;
    background-color: #fff;
    border-radius: 30px 30px 0 0;
    text-align: center;
}

.talent-title span {
    font-size: 24px;
    color: #333;
    font-family: "微软雅黑";
    vertical-align: middle;
}

.talent-title select, .talent-title .txt {
    width: 22.5%;
    height: 30px;
    line-height: 30px;
    background-color: #f5f5f5;
    font-family: "微软雅黑";
    color: #666;
    text-indent: 1em;
    vertical-align: middle;
    margin-right: 0.5%;
}

.talent-title .submit {
    width: 8%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-family: "微软雅黑";
    background-color: #aa0001;
}

.talent-body li {
    float: left;
    margin-right: 1.33333%;
    width: 24%;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    padding: 50px 30px 50px 20px;
    border-radius: 10px;
    margin-top: 10px;
}

.talent-body li:nth-of-type(4n) {
    margin-right: 0;
}

.talent-body h2 {
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
    font-weight: normal;
    font-family: "微软雅黑";
    color: #333;
    margin-bottom: 15px;
}

.talent-body h3 {
    font-family: "微软雅黑";
    color: #333;
    font-weight: normal;
    padding-bottom: 30px;
}

.talent-body .text {
    height: 120px;
    overflow: hidden;
}

.talent-body .text p {
    line-height: 22px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.talent-body .more {
    display: block;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #999;
    text-align: center;
    line-height: 40px;
    margin-top: 40px;
}

/*弹窗*/
.talent-layout {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 101;
    display: none;
}

.talent-content {
    width: 90%;
    max-width: 700px;
    box-sizing: border-box;
    padding: 30px 5%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.talent-close {
    font-size: 22px;
    position: absolute;
    right: 5%;
    top: 30px;
}

.talent-content .title {
    margin-top: 25px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
}

.talent-content .title h2 {
    font-size: 24px;
    color: #333;
    font-family: "[FZXBSK]";
}

.talent-content .title span {
    margin-left: 10px;
    color: #666;
    font-size: 18px;
    font-weight: normal;
    font-family: "微软雅黑";
}

.talent-content .date {
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #999;
}

.talent-content .body {
    height: 400px;
    overflow-y: auto;
    margin-top: 10px;
}

.talent-content .body::-webkit-scrollbar-track-piece {
    width: 5px;
    background-color: #f8f8f8;
}

.talent-content .body::-webkit-scrollbar {
    width: 5px;
    background-color: #999;
}

.talent-content .body::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #aeaeae;
}

.talent-content .body::-webkit-scrollbar-thumb:hover {
    width: 5px;
    background-color: #999;
}

.talent-content .body h3 {
    font-size: 16px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.talent-content .body p {
    line-height: 26px;
}

.talent-content .shengqing {
    text-align: right;
    margin-top: 40px;
}

.talent-content .shengqing a {
    width: 125px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 20px;
    display: inline-block;
    background-color: #aa0001;
    color: #fff;
    font-size: 18px;
}

/*申请职位*/
.talent-apply h2 {
    font-size: 18px;
    font-family: "微软雅黑";
    color: #333;
    padding-bottom: 20px;
    vertical-align: middle;
}

.talent-apply h2 span {
    color: #aa0002;
}

.talent-apply h3 {
    font-family: "微软雅黑";
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 20px;
}

.talent-apply li {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 20px;
}

.talent-apply li:nth-of-type(3n) {
    margin-right: 0;
}

.hong {
    color: #c80000;
    vertical-align: middle;
}

.talent-apply li label {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    float: left;
    color: #333;
}

.talent-apply li input {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    float: left;
    padding-left: 10px;
    color: #666;
    font-family: "微软雅黑";
}

.talent-apply .bigli label {
    float: left;
    width: 7.6%;
}

.talent-apply .bigli textarea {
    border: 1px solid #dcdcdc;
    height: 170px;
    width: 92.4%;
    box-sizing: border-box;
    float: left;
    padding: 10px;
    color: #666;
    font-family: "微软雅黑";
}

.talent-apply .bigli {
    margin-bottom: 20px;
}

.talent-apply .submit {
    width: 90px;
    height: 34px;
    line-height: 34px;
    background-color: #aa0001;
    color: #fff;
    margin-left: 7.6%;
}

.index-case {
    padding-bottom: 80px;
}

/*人才招聘结束----------------------------------------*/

/*2016-08-22修改*/
.pnav li {
    font-family: "宋体";
    color: #333;
}

.header-show .blogo {
    padding-top: 22px;
    padding-bottom: 25px;
}

.header-show .headerr {
    padding-top: 15px;
}

.pnav li a.head {
    padding-bottom: 17px;
}

.headerr-down {
    padding-top: 15px;
}

.index-head a {
    font-size: 18px;
    color: #666;
    font-weight: normal;
}

.index-title h2 {
    font-size: 30px;
    color: #333;
}

.index-title p {
    font-size: 12px;
    font-family: Arial;
    color: #666;
    margin-bottom: 10px;
}

/*结束*/
/*20160824*/
.join_jms-c .owl-prev, .join_jms-c .owl-next {
    width: 20px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background-repeat: no-repeat;
    text-indent: -99px;
    overflow: hidden;
}

.join_jms-c .owl-prev {
    background-image: url(../img/small-4.png);
    left: -40px;
}

.join_jms-c .owl-next {
    background-image: url(../img/small-3.png);
    right: -40px;
}


.pnav li {
    margin-left: 5%;
    font-size: 14px;
}

@media (max-width: 1150px) {
    .pnav li {
        margin-left: 2%;
        font-size: 14px;
    }
}

@media (max-width: 900px) {
    .pnav li {
        margin-left: 2%;
        font-size: 12px;
    }
}

@media (min-width: 840px) {
    .header-show .blogo img {
        width: 169px;
    }
}

@media (min-width: 819px) {
    .profile4 li.profile4r-2, .profile4 li.profile4r-4 {
        clear: left;
    }

    .profile4 li.profile4l-1 {
        width: 320px;
        clear: right;
    }

    .profile4 li.profile4l-2 {
        margin-left: 160px;
        clear: left;
    }
}


@media (max-width: 1600px) {
    .index-zhanting .owl-prev {
        left: 11%;
    }

    .index-zhanting .owl-next {
        right: 11%;
    }
}

@media (max-width: 1366px) {
    .index-dongtai .owl-prev, .index-case .owl-prev {
        left: -40px;
    }

    .index-dongtai .owl-next, .index-case .owl-next {
        right: -40px;
    }

    .profile3 .text p {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .pnav li {
        margin-left: 2%;
    }

    .product1 .product1-text h2 {
        font-size: 24px;
    }

    .see-details {
        margin-top: 10px;
    }

    .about-xns {
        padding-top: 100px;
    }

    .profile3 {
        padding-bottom: 80px;
    }

    .profile3 .text h2 {
        padding-bottom: 10px;
        font-size: 20px;
    }

    .profile3 .text p {
        line-height: 22px;
        font-size: 12px;
    }

    .talent-body h2 {
        font-size: 22px;
    }

    .talent-apply li label {
        width: 28%;
    }

    .talent-apply li input {
        width: 72%;
    }

    .talent-apply li {
        width: 32%;
        margin-right: 2%;
    }

    .talent-apply .bigli label {
        width: 8.9%;
    }

    .talent-apply .bigli textarea {
        width: 91.1%;
    }

    .profile5-focus .owl-next {
        right: -25px;
    }

    .profile5-focus .owl-prev {
        left: -25px;
    }
}

@media (max-width: 820px) {
    .index-dongtai .owl-prev, .index-case .owl-prev {
        left: 0px;
    }

    .index-dongtai .owl-next, .index-case .owl-next {
        right: 0px;
    }

    .profile4 li.profile4r-1 {
        margin-left: 0;
    }

    .profile4 li.profile4r-3, .profile4 li.profile4l-3 {
        clear: left;
    }

    .profile4 .profile4r {
        right: 50%;
        margin-right: -160px;
    }

    .profile4 li.profile4l-1 .profile4-bdT {
        display: none;
    }

    .profile4 .profile4l {
        left: 50%;
        margin-left: -160px;
    }

    .profile4 {
        height: 780px;
    }
}

@media (max-width: 768px) {
    .example_video_1-dimensions {
        height: 390px;
    }

    .contact-way, .contact-Leave {
        float: none;
        width: 100%;
    }

    .contact-Leave {
        margin-top: 30px;
    }

    .talent-title span {
        font-size: 20px;
    }

    .profile3 .pic {
        width: 100%;
    }

    .profile3 .text {
        position: static;
        width: 100%;
        margin-top: 20px;
    }

    .profile3 .text p {
        font-size: 14px;
        line-height: 26px;
    }
}

@media (max-width: 750px) {
    .index-head a {
        font-size: 14px;
    }

    .index-head li {
        padding-left: 10px;
        padding-right: 20px;
        margin-bottom: 10px;
    }

    .index-case .case-block h3 {
        font-size: 12px;
    }

    .index-media li {
        width: 100%;
    }

    .index-zhanting .owl-prev {
        left: 0;
    }

    .index-zhanting .owl-next {
        right: 0;
    }

    .index-title {
        padding-top: 50px;
        margin-bottom: 20px;
    }

    .index-dongtai .dongtai-toggle, .index-media ul {
        margin-bottom: 20px;
    }

    .index-media li h2 {
        font-size: 30px;
    }

    .index-case {
        padding-bottom: 60px;
    }

    .footer-top .foot-r, .footer-top .foot-nav {
        width: 100%;
        float: none;
    }

    .footer-top .foot-r {
        text-align: left;
    }

    .foot-r li {
        width: auto;
        margin-left: 0;
        margin-right: 4%;
    }

    .footer-down {
        text-align: left;
    }

    .header-see {
        margin-top: 20px;
    }

    .foot-nav dl {
        margin-right: 10%;
    }

    .product2-body li {
        width: 48.5%;
    }

    .product2-body li:nth-of-type(4n) {
        margin-right: 3%;
    }

    .product2-body li:nth-of-type(2n) {
        margin-right: 0;
    }

    .inside-title h2.en {
        font-size: 28px;
    }

    .inside-title h2.cn {
        font-size: 20px;
    }

    .inside-title {
        margin-bottom: 30px;
    }

    .product2-body li {
        margin-bottom: 10px;
    }

    .product1-pic, .product1 li:nth-of-type(2n-1) .product1-pic, .product1 li:nth-of-type(2n) .product1-pic {
        width: 90%;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .product1 li {
        margin-bottom: 30px;
    }

    .product1 li .product1-text {
        position: static;
        width: 100%;
        margin-top: 10px;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
    }

    .inside-local {
        font-size: 12px;
    }

    .product1 .product1-text h2 {
        font-size: 20px;
    }

    .product1 .product1-text h3 {
        font-size: 14px;
        font-weight: normal;
    }

    .profile5-focus .owl-prev {
        left: 0px;
    }

    .profile5-focus .owl-next {
        right: 0px;
    }

    .profile5-list .pic {
        width: 100%;
        margin-right: 0;
    }

    .profile5-list .text {
        width: 100%;
        height: auto !important;
        margin-top: 10px;
    }

    .profile5-list .text-c {
        position: static;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
    }

    .news-list li {
        width: 48%;
        margin-right: 4%;
    }

    .news-list li:nth-of-type(3n) {
        margin-right: 4%;
    }

    .news-list li:nth-of-type(2n) {
        margin-right: 0;
    }

    .page li {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }

    .page a, .page span {
        line-height: 30px;
    }

    .page .pager-text, .page .pager-btn {
        height: 30px;
    }

    .page .pager-btn {
        width: 56px;
    }

    .news, .TV, .daily {
        padding-bottom: 50px;
    }

    .TV-list li {
        width: 50%;
    }

    .daily-list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 50px;
    }

    .daily-list li:nth-of-type(3n) {
        margin-right: 4%;
    }

    .daily-list li:nth-of-type(2n) {
        margin-right: 0;
    }

    .talent-body li {
        width: 49%;
        margin-right: 2%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .talent-body li:nth-of-type(3n) {
        margin-right: 2%;
    }

    .talent-body li:nth-of-type(2n) {
        margin-right: 0;
    }

    .talent-body h2 {
        font-size: 20px;
    }

    .talent-body .more {
        margin-top: 20px;
        width: 100px;
        height: 30px;
        line-height: 30px;
    }

    .talent-title select, .talent-title .txt {
        width: 48%;
        margin-right: 1%;
    }

    .talent-title .txt, .talent-title .submit {
        margin-top: 10px;
    }

    .talent-title .submit {
        width: 14%;
        vertical-align: middle;
    }

    .talent-title span {
        display: block;
        padding-bottom: 10px;
    }

    .talent-title {
        text-align: left;
        padding-left: 30px;
    }

    .talent-content .body {
        height: 300px;
    }

    .talent-body .text {
        height: 70px;
    }

    .talent-body h3 {
        padding-bottom: 15px;
    }

    .talent-content {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .talent-content .title h2 {
        font-size: 20px;
    }

    .talent-content .title span {
        display: block;
        font-size: 14px;
        margin-left: 0;
        padding-top: 10px;
    }

    .talent-close {
        top: 10px;
    }

    .talent-content .body p {
        font-size: 12px;
        line-height: 24px;
    }

    .talent-content .shengqing a {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .talent-content .shengqing {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    /*20160801*/
    .index-banner .owl-prev, .index-banner .owl-next {
        -webkit-background-size: 60%;
        background-size: 60%;
    }

    .index-banner .owl-prev {
        left: 0;
    }

    .index-banner .owl-next {
        right: 0;
    }

    .index-zhanting .owl-prev, .index-zhanting .owl-next {
        width: 30px;
        height: 30px;
        -webkit-background-size: 100%;
        background-size: 100%;
        margin-top: -15px;
    }

    .index-dongtai .owl-prev, .index-dongtai .owl-next, .index-case .owl-prev, .index-case .owl-next {
        width: 15px;
        height: 30px;
        -webkit-background-size: 200%;
        background-size: 200%;
    }

    .index-dongtai .owl-prev, .index-case .owl-prev {
        left: -15px;
    }

    .index-dongtai .owl-next, .index-case .owl-next {
        right: -15px;
    }

    .profile1-pic {
        width: 100%;
    }

    .profile1-text {
        width: 100%;
        position: static;
    }

    .profile1-text .scroll {
        height: 200px;
    }

    .profile1-text h2 {
        padding-top: 20px;
    }

    .profile1 .owl-dots {
        margin-top: 20px;
    }

    .profile1 .profile1-pic .owl-dots {
        bottom: 10px;
    }

    .profile1 {
        margin-bottom: 50px;
    }

    /*手机版*/
    .float-box {
        display: none;
    }

    .about-xns {
        padding-top: 50px;
    }

    .newmain {
        float: none !important;
        width: 100% !important;
    }

    .detail_right, .inside-title {
        float: none !important;
        width: 90% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
    }

    .index-dongtai .dongB h3, .news-list .dongB h3 {
        font-size: 24px;
    }

    .join .zy_scoller {
        margin-top: 100px;
    }

    .profile-layout-c .profile-content {
        padding-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .profile-layout-c {
        max-height: 75%;
        overflow: auto;
    }

    .profile-layout-c .profile-content h2 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .profile-layout-c .profile-content p {
        font-size: 14px;
        line-height: 1.5;
    }
}

@media (max-width: 680px) {
    .header-show .blogo img {
        width: 120px;
    }

    .nav-close {
        display: block;
        float: right;
        width: 35px;
        height: 35px;
        background: url(../images/nav_close.jpg);
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        margin-top: 30px;
    }

    .header-show .headerr {
        width: 100%;
        text-align: left;
    }

    .header-show .pnav {
        width: 100%;
        text-align: left;
        float: none;
    }

    .header-show .pnav li {
        display: block;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .header-show .pnav a.head {
        padding-bottom: 5px;
    }

    .header-show .pnav .body {
        position: static;
        height: auto;
        line-height: 24px;
        margin-top: 20px;
        margin-left: 15px;
    }

    .pnav .body .pnav-wrap {
        margin-left: 0 !important;
    }

    .headerr .search {
        float: none;
    }

    .headerr-top .search {
        display: inline-block;
    }

    .headerr-down .search {
        display: none;
        padding-left: 0;
    }

    .headerr-top a, .headerr-top span {
        margin-bottom: 10px;
    }

    .headerr .search span {
        margin: 0;
    }

    .header-see {
        margin-top: 30px;
    }

    .slogo img {
        width: 120px;
    }

    .header-see .nav-btn {
        width: 35px;
        height: 35px;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    .index-head a {
        font-size: 18px;
    }

    .index-head li {
        padding-left: 10px;
        padding-right: 20px;
    }

    .pcbanner {
        display: none;
    }

    .mbbanner {
        display: block;
        top: 50px;
    }

    .float-box li {
        width: 60px;
        height: 60px;
    }

    .float-box li .pic {
        width: 25px;
        height: 25px;
        -webkit-background-size: 100%;
        background-size: 100%;
    }

    .float-box li p {
        font-size: 12px;
    }

    .index-dongtai .dongB {
        padding: 10px 5%;
    }

    .index-dongtai .dongB h3 {
        font-size: 28px;
    }

    .product1-text {
        width: 44%;
    }

    .product1 li:nth-of-type(2n-1) .product1-text {
        right: 3%;
    }

    .product1 li:nth-of-type(2n) .product1-text {
        left: 3%;
    }

    .product1 .product1-text h2 {
        padding-bottom: 3px;
    }

    .product1 .product1-text p {
        font-size: 12px;
        line-height: 20px;
        white-space: normal;
    }

    .TV-list li {
        width: 33.33333%;
    }

    .talent-body li {
        width: 32%;
        margin-right: 2%;
    }

    .talent-body li:nth-of-type(4n) {
        margin-right: 2%;
    }

    .talent-body li:nth-of-type(3n) {
        margin-right: 0;
    }

    .talent-apply li {
        width: 48%;
        margin-right: 4%;
    }

    .talent-apply li:nth-of-type(3n) {
        margin-right: 4%;
    }

    .talent-apply li:nth-of-type(2n) {
        margin-right: 0;
    }

    .talent-apply .bigli label {
        width: 13%;
    }

    .talent-apply .bigli textarea {
        width: 87%;
    }
}

@media (max-width: 600px) {
    .example_video_1-dimensions {
        height: 304px;
    }

    .talent-apply li {
        width: 100%;
    }

    .talent-apply .bigli label {
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }

    .talent-apply .bigli textarea {
        width: 100%;
    }

    .talent-apply .submit {
        margin-left: 0;
    }
}

@media (max-width: 475px) {
    .news-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .news-list li:nth-of-type(3n) {
        margin-right: 0;
    }

    .page ul {
        display: block;
        text-align: right;
    }

    .page .pager {
        display: block;
        margin-top: 10px;
        margin-right: 5px;
        text-align: right;
    }

    .TV-list li {
        width: 100%;
        margin-bottom: 0;
    }

    .example_video_1-dimensions {
        height: 310px;
    }

    .daily-list li {
        width: 100%;
        margin-right: 0;
    }

    .daily-list li:nth-of-type(2n) {
        margin-right: 0;
    }

    .talent-body li {
        width: 100%;
        margin-right: 0;
    }

    .talent-body li:nth-of-type(2n) {
        margin-right: 0;
    }

    .inside-title h2.en {
        font-size: 22px;
    }

    .game163 .smallImg {
        padding-left: 0;
    }
}

@media (max-width: 375px) {
    .example_video_1-dimensions {
        height: 260px;
    }

    .profile5 h2 {
        padding-bottom: 30px;
    }

    .profile4 li, .profile4 .profile4-bd, .profile4 li .profile4-hover img {
        width: 130px;
        height: 130px;
    }

    .profile4 .profile4r {
        margin-right: -130px;
    }

    .profile4 .profile4l {
        margin-left: -130px;
    }

    .profile4 .profile4-bd {
        padding: 5px;
    }

    .profile4 {
        height: 700px;
    }

    #right ul .one a {
        font-size: 14px !important;
    }

    .map {
        height: 300px;
    }

    .inside-title {
        margin-top: 30px;
    }
}

@media (max-width: 360px) {
    .game163 .smallImg {
        padding-left: 20px;
    }

}


/*201600712修改小效果*/
.index-dongtai .dongtai-text a:hover, .news-list .dongtai-text a:hover {
    color: #aa0002;
}

.dongtai-body .dongtai-pic {
    display: block;
    overflow: hidden;
}

/*.dongtai-body .dongtai-pic:hover img {*/
/*    -webkit-transform: scale(1.1, 1.1);*/
/*    -moz-transform: scale(1.1, 1.1);*/
/*    -ms-transform: scale(1.1, 1.1);*/
/*    -o-transform: scale(1.1, 1.1);*/
/*    transform: scale(1.1, 1.1);*/
/*}*/

.dongtai-body .dongtai-pic img, .dongtai-body .dongtai-pic:hover img, .news_list_pic:hover .pic, .news_list_pic .pic {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.news-list li img {
    width: 100%;
}

.inside-focus img {
    width: 100%;
}

.news_list_pic {
    display: block;
    height: 220px;
    overflow: hidden;
}

.news_list_pic .pic {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.news_list_pic:hover .pic {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/*20160802*/
.profile2 .profile2-dot {
    height: 100% !important;
}

.profile2 {
    min-height: 450px;
}


@media (min-width: 768px) {
    .mprofile2 {
        display: none;
    }

    .profile2 {
        display: block;
    }
}

@media (max-width: 1050px) {
    .game163 {
        width: 95%;
        margin: 0 auto;
    }

    .game163 .bigImg {
        width: 570px !important;
        min-height: 186px !important;
    }

    .jm-qylc-bg {
        height: 320px;
    }

    .game163 .bigImg li {
        padding: 10px;
        width: 570px !important;
    }

    .game163 .bigImg li img {
        width: 100%;
    }

    .game163 .smallImg {
        width: 100%;
    }

    .jm-xueyuan li.wenan p {
        font-size: 12px;
        font-weight: normal;
        line-height: 20px;
    }

    .jm-guimo .guimo-text h2, .jm-guimoT h2 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .jm-guimo .guimo-text p, .jm-guimoT p, .jm-qylc .bigImg .text p {
        font-size: 12px;
        line-height: 20px;
    }

    .jm-sq-form label {
        width: 24%;
    }

    .jm-sq-form input, .jm-sq-form textarea {
        width: 76%;
    }

    .jm-sq-form .submit {
        margin-left: 24%;
    }

    .join_jms-c .owl-prev {
        left: 0;
    }

    .join_jms-c .owl-next {
        right: 0;
    }
}

@media (max-width: 768px) {
    .mprofile2 {
        display: block;
        border-bottom: 1px solid #ddd;
    }

    .profile2 {
        display: none;
    }

    .gallery-thumbs .swiper-slide-active {
        color: #a01f24;
    }

    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white, .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background: none;
        color: #999;
        font-family: "宋体";
        font-weight: bold;
        line-height: 44px;
        text-align: center;
    }

    .swiper-container {
    }

    .gallery-thumbs .swiper-slide {
        font-size: 22px;
        font-family: "宋体";
        font-style: italic;
        width: 75px;
    }

    .gallery-thumbs {
        margin-left: 27px;
        margin-right: 27px;
        height: 60px;
        line-height: 60px;
    }

    .mprofile2-top {
        background-color: #eff3f9;
        position: relative;
        width: 100%;
    }

    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        right: 0;
    }

    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
        left: 0;
    }

    .slide-text {
        min-height: 200px;
        padding-top: 30px;
        padding-bottom: 30px;
        color: #333;
        font-family: "宋体";
    }

    .slide-text h2 {
        font-size: 40px;
        font-style: italic;
        font-weight: normal;
        padding-bottom: 10px;
    }

    .slide-text p {
        font-size: 20px;
        line-height: 32px;
    }

    #banner {
        padding-top: 50px;
    }
}

/* 20160827产品展厅-搜索 */
.pro-search .product2-body {
    display: block;
}

.inside-search {
    margin-bottom: 40px;
    width: 90%;
    max-width: 500px;
    height: 50px;
    box-sizing: border-box;
    padding-right: 50px;
    border: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.inside-search .search {
    width: 50px;
    height: 50px;
    background: #aa0001 url(../images/inside_search.png) no-repeat center;
    position: absolute;
    right: 0;
    top: -1px;
    text-indent: -999px;
    overflow: hidden;
}

.inside-search .text {
    width: 65%;
    height: 48px;
    line-height: 48px;
    float: left;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    text-indent: 1em;
    color: #333;
    font-size: 14px;
}

.inside-search .select {
    width: 35%;
    height: 48px;
    line-height: 48px;
    color: #333;
    font-size: 14px;
    padding-left: 10px;
}

.jm-yx-block .jm-yx-content img:nth-of-type(2), .cgalIMG img:nth-of-type(2), .jm-lc .MOIMG {
    display: none;
}

.ppbz-mo, .cpys-mo, .jmtj-mo, .zczc-mo, .gdcp-mo, .why-mo, .ffrw-mo, .hzmt-mo, .jmd-mo, .cgal-mo, .zytd-mo, .TB-mo, .tit-mo, .qygm-mo {
    display: none !important;
}


@media (max-width: 640px) {
    .profile-layout-c .profile-content .pic {
        width: 100%;
    }

    .profile-layout-c .profile-content .text {
        width: 100%;
    }

    .profile-layout-c {
        padding: 30px 0;
    }

    .slide-text p {
        font-size: 16px;
    }

    .slide-text h2 {
        font-size: 26px;
    }

    .profile3 .scroll2 {
        height: 250px;
    }

    /* 招商加盟 */
    .jm_main li, .jm_main li.jm-on {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
        height: 200px;
    }

    .jm_main li:nth-of-type(2n) {
        margin-right: 0;
    }

    .jm-mian-hover .text img {
        width: 50%;
    }

    .jm-mian-hover .text p {
        font-size: 14px;
    }

    .jm-mian-hover {
        height: 150px;
    }

    .join .zy_main {
        height: auto !important;
    }

    .zy_main .owl-carousel .item {
        min-height: 200px;
    }

    .zy_main .jm-tuandui-text {
        width: 100%;
        position: static;
        background-color: #333;
    }

    .zy_main .owl-controls .owl-dots {
        width: 100%;
        text-align: center;
        left: 0;
    }

    .zy_main .owl-controls .owl-dot {
        display: inline-block;
    }

    .join .zy_scoller {
        margin: 20px 0 0 0;
    }

    .jm-yx-block {
        width: 100%;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .jm-yx-block .jm-yx-title {
        width: 150%;
    }

    .jm-yx-block .jm-yx-title img {
        margin-left: -36.5%;
    }

    .jm-yx-block .jm-yx-content {
        overflow: hidden;
    }

    .ppyxIMG {
        width: 200%;
    }

    .jm-yx-block .jm-yx-content img {
        display: block;
    }

    .jm-yx-block .jm-yx-content img:nth-of-type(2) {
        display: block;
        margin-left: -51%;
        margin-top: 10px;
    }

    #tab li {
        width: 49%;
        height: 45px;
    }

    .jm-xueyuan li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
    }

    #tab li:nth-of-type(2n), .jm-xueyuan li:nth-of-type(2n) {
        margin-right: 0;
    }

    .zy_main {
        overflow: hidden;
        height: auto !important;
    }

    #tab1 li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 5px;
    }

    #tab1 li:nth-of-type(3n) {
        margin-right: 0;
    }

    #tab1 li.current:after, #tab1 li.current:before {
        display: none;
    }

    .jm-xueyuan li {
        height: 220px;
    }

    .jm-xueyuan li.wenan .wenan-text {
        width: 90%;
    }

    .jm-meiti li {
        height: 180px;
    }

    .jm-guimo .owl-carousel {
        width: 100%;
        margin-bottom: 20px;
    }

    .jm-guimo .guimo-text {
        width: 100%;
        position: static;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .jm-guimo .guimo-text h2, .jm-guimoT h2 {
        font-size: 24px;
        padding-left: 15px;
    }

    .text-mo {
        padding: 0 15px 30px 15px;
    }

    .jm-guimoT .guimoT-text {
        padding: 20px 0 0 0;
    }

    .jm-qylc .bigImg .pic, .jm-qylc .bigImg .text, .game163 .smallImg {
        width: 100%;
    }

    .game163 {
        width: 95%;
        margin: 0 auto;
    }

    .game163 .bigImg {
        width: 280px !important;
    }

    .game163 .bigImg li {
        padding: 10px;
        width: 280px !important;
    }

    .jm-qylc .bigImg .text h2 {
        font-size: 28px;
    }

    .jm-gaoduan li {
        margin: 0;
    }

    .jm-sq-content {
        padding: 0;
    }

    .jm-sq-pic, .jm-sq-form {
        width: 100%;
    }

    .jm-sq-form label {
        width: 20%;
    }

    .jm-sq-form input, .jm-sq-form textarea {
        width: 80%;
    }

    .jm-sq-form .submit {
        margin-left: 20%;
    }

    .jm-lc .PCIMG {
        display: none;
    }

    .jm-lc .MOIMG {
        display: block;
    }

    .jm-gaoduan li a, .jm-gaoduan li.gaoduan-on a {
        font-size: 21px;
    }

    .join .join-title img {
        width: 100%;
    }

    .jm-qylc-bg {
        height: auto;
        padding-bottom: 40px;
    }

    .game163 .bigImg {
        min-height: 300px !important;
    }

    .ppbz-pc, .cpys-pc, .jmtj-pc, .zczc-pc, .gdcp-pc, .why-pc, .ffrw-pc, .hzmt-pc, .jmd-pc, .cgal-pc, .zytd-pc, .TB-pc, .tit-pc, .qygm-pc {
        display: none !important;
    }

    .ppbz-mo, .cpys-mo, .jmtj-mo, .zczc-mo, .gdcp-mo, .why-mo, .ffrw-mo, .hzmt-mo, .jmd-mo, .cgal-mo, .zytd-mo, .TB-mo, .tit-mo, .qygm-mo {
        display: block !important;
    }

    /*.jm-zc .zczc-mo{padding-bottom: 100px;}*/
    .zczc-mo .owl-nav, .why-mo .owl-nav {
        display: none;
    }

    .zczc-mo .owl-dots, .why-mo .owl-dots {
        width: 100%;
        position: absolute;
        bottom: -30px;
        left: 0;
        text-align: center;
    }

    .zczc-mo .owl-dot, .why-mo .owl-dot {
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #c8c8c8;
        margin: 0 5px;
        border-radius: 50%;
    }

    .zczc-mo .owl-dots {
        position: static;
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .zczc-mo .owl-dot.active, .why-mo .owl-dot.active {
        background-color: #a01f24;
    }

    .gdcp-mo .Tshow {
        display: block;
    }

    .join .join-title {
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .join .join_zy .join-title {
        margin-top: 40px;
    }

    .join .jm_main {
        margin-bottom: 0;
    }

    .join .zy_scoller .img_sc {
        width: 220px;
        height: 160.6px;
    }

    .jm-yx-block .jm-yx-title {
        margin-bottom: 20px;
    }

    .jm-yx-block {
        margin-bottom: 30px;
    }

    #tab, #tab1, #tab2 {
        margin-bottom: 20px;
        overflow: hidden;
    }

    .join .join_success .join-title {
        margin-top: 50px;
    }

    .tit-mo {
        width: 80% !important;
        margin: 0 auto;
    }

    .join .join_success .zy_scoller {
        margin-top: -10px;
    }

    .join .join_jms .join-title img {
        width: 60%;
        margin: 0 auto;
        display: block;
    }

    .hzmt-mo {
        margin-top: -30px;
    }

    .ffrw-mo {
        margin-top: -20px;
    }

    .why-tit {
        width: 70% !important;
        margin: 0 auto;
        display: block;
        margin-bottom: 30px;
    }

    .join .jm-gaoduanC .join-title, .join .jm-lc .join-title {
        margin-top: 90px;
    }

    .jm-gaoduanC {
        padding-bottom: 0;
    }

    .jm-ys {
        padding: 0;
        background-color: transparent;
    }

    .join .jm-ys .join-title img, .join .jm-bz .join-title img, .join .jm-tj .join-title img, .join .jm-zc .join-title img, .join .jm-lc .join-title, .join .jm-qylc .join-title img {
        width: 50%;
        margin: 0 auto;
        display: block;
    }

    .jm-sq-pic {
        margin-bottom: 20px;
    }

    /* 产品详情 */
    .xq .xq-l .por-l {
        width: 60px;
        height: 340px;
    }

    .anniu_top, .anniu_bottom {
        left: 20px;
    }

    .xq-type > div {
        width: 33.33% !important;
        height: 40px !important;
    }

    .xq-type .imgc {
        width: 20px;
        height: 20px;
    }

    .xq-type a {
        font-size: 12px;
    }

    .xq-bom ul li {
        width: 100%;
        padding: 15px 0;
    }

    .xq-bom ul li p {
        padding-bottom: 0;
    }

    .game163 .smallScroll {
        margin-top: 20px;
    }

}


.profile_slideBox {
    width: 100%; /* height:230px;*/
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.profile_slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.profile_slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.profile_slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.profile_slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.profile_slideBox .profile_bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.profile_slideBox .profile_bd li {
    zoom: 1;
    vertical-align: middle;
}

.profile_slideBox .profile_bd img {
    width: 100%;
    height: auto;
    display: block;
}


/*2017年8月17日10:15:23 新增修改密码 */
.new-window-mb {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display: none;
}

.new-window {
    padding: 20px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1001;
    font-family: "Microsoft YaHei";
    color: #333;
    display: none;
}

.new-window-title {
    padding: 10px 0;
    font-size: 18px;
    text-align: center;

}

.new-window-item {
    padding: 10px 0;
    position: relative;
}

.new-window-item label {
    position: absolute;
    height: 30px;
    line-height: 30px;
}

.new-window-item input {
    margin-left: 100px;
    padding: 5px 10px;
    border: 1px solid #d8d8d8;
    display: block;
    width: 250px;
    font-size: 14px;
    line-height: 1.5;
}

.new-window-item [type="submit"] {
    background: #aa0002;
    color: #fff;
    box-sizing: content-box;
}

@media (max-width: 768px) {
    .new-window {
        width: 90%;
    }

    .new-window-item input {
        width: calc(100% - 100px);
        box-sizing: border-box;
    }

    .new-window-item [type="submit"] {
        box-sizing: border-box;
    }
}

/* 2017年8月17日10:16:37 加盟页面修改 */

body {
    position: relative;
}

.new-join-wrap {
    padding: 25px 0;
}

.new-join {
    margin-bottom: 210px;
    font-family: Microsoft Yahei, tahoma, Srial, helvetica, sans-serif;
}

.route {
    font-size: 14px;
    color: #999;
}

.route ul li {
    margin: 0 3px;
    display: inline-block;
}

.route ul li a {
    color: #999;
}

.new-join-main {
    margin-top: 40px;
    margin-left: 150px;
    margin-right: 150px;
}

.new-join-title {

    font-size: 30px;
    font-weight: bold;
    text-align: center;

}

.new-join-title h1 {
    padding: 20px 0;
    color: #333;
    position: relative;
}

.new-join-title h1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
    width: 40px;
    height: 2px;
    background: #a90001;
}

.new-join-left {
    width: 240px;
    float: left;
}

.join-left-list li {
    margin-bottom: 10px;
    text-align: center;
}

.join-left-list li a {
    padding: 20px 0;
    display: block;
    color: #333;
    font-size: 16px;
    background: #dcdddd;
}

.join-left-list li.on a,
.join-left-list a:hover {
    background: #a90001;
    color: #fff;
}

.new-join-leftTitle {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.new-join-pro, .new-join-link {
    margin-top: 40px;
}

.new-join-linkList {
    border-top: 1px solid #b5b5b6;
    border-bottom: 1px solid #b5b5b6;
}

.new-join-linkList li {
    padding: 15px 0;
    border-bottom: 1px solid #efefef;
}

.new-join-linkText {
    padding-left: 55px;
    background-repeat: no-repeat;
    background-position: 10px -15px;
}

.new-join-linkText.tel {
    background-image: url(../image/new/1.png);
}

.new-join-linkText.address {
    background-image: url(../image/new/2.png);
}

.new-join-linkText.phone {
    background-image: url(../image/new/3.png);
}

.new-join-linkText.cz {
    background-image: url(../image/new/4.png);
}

.new-join-linkText p {
    line-height: 1.75;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.new-join-linkText .num {
    font-weight: normal;
    color: #666;
}

.new-join-right {
    margin-left: 270px;
}

.news-join-newsTitle {
    margin-top: 60px;
}

.new-join-news {
    margin: 60px -15px 0;
}

.new-news-item {
    padding: 0 15px;
}

.new-news-item a p {
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #333;
    overflow: hidden;
}

.new-news-item a:hover p {
    color: #a90001;
}

.new-join-newsOwl .owl-controls .owl-nav .owl-prev,
.new-join-newsOwl .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 30px);
    width: 30px;
    height: 60px;
    background: no-repeat center;
    font-size: 0;
}

.new-join-newsOwl .owl-controls .owl-nav .owl-prev {
    left: -30px;
    background-image: url(../image/new/left.png);
}

.new-join-newsOwl .owl-controls .owl-nav .owl-next {
    right: -30px;
    background-image: url(../image/new/right.png);
}

.new-join-newsOwl .owl-controls .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}

.new-join-newsOwl .owl-controls .owl-dot {
    margin: 0 10px;
    display: inline-block;
}

.new-join-newsOwl .owl-controls .owl-dot.active span {
    background: #a90001;
}

.new-join-newsOwl .owl-controls .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    background: #acacac;
    border-radius: 6px;
}

.new-join-form {
    font-family: Microsoft Yahei, tahoma, Srial, helvetica, sans-serif;
    padding-top: 27px;
    background: url(../image/new/bg.png) no-repeat top center;
    height: 210px;
    width: 100%;
    background-size: cover;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    box-sizing: border-box;
    transition: transform .25s ease;
}

.new-join-form.on {
    transform: translateY(calc(100% - 25px));
    transition: transform .25s ease;
}

.new-join-form.off {
    transform: none;
}

.new-join-form .new-join-title h1 {
    color: #fff;
}

.new-join-form .new-join-title h1::before {
    background: #fff;
}

.new-form {
    margin-top: 20px;
}

.new-form-box {
    margin: 0 -10px;
    font-size: 0;
    color: #333;
}

.new-form-box input,
.new-form-box select {
    margin: 0 10px;
    padding: 20px 15px;
    border: 2px solid #fff;
    display: inline-block;
    width: 16.66666%;
    font-size: 16px;
    box-sizing: border-box;
    font-family: '微软雅黑';
}

.new-form-box select {
    width: 16%;
}

.new-form-box .btn {
    background: transparent;
    color: #fff;
    text-align: center;
    width: 12%;
}

.new-form-box .two {
    width: 23%;
}

.new-join-contentItem {
    display: none;
}

/* 2017/9/19 */
.move-pl-l {
    display: none;
}

@media (max-width: 768px) {
    .new-join-left {
        float: none;
        width: 100%;
    }

    .new-join-right {
        margin-top: 20px;
        margin-left: 0;
    }

    .news-join-newsTitle {
        margin-top: 20px;
    }

    .new-join {
        margin-bottom: 0;
    }

    .new-join-form {
        height: auto;
        overflow: hidden;
        position: static;
    }

    .new-join-title {
        font-size: 22px;
    }

    .new-form-box [type="text"],
    .new-form-box select {
        margin-bottom: 20px;
        width: calc(50% - 20px);
    }

    .new-form-box .btn {
        margin: 0 auto 20px;
        display: block;
        width: 40%;
    }

    /* 2017/9/19 */
    .new-join-main {
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0;
    }

    .join-left-list {
        margin: 0 -8px;
    }

    .join-left-list li {
        margin: 0 8px 15px;
        width: calc(50% - 16px);
        display: inline-block;
    }

    .join-left-list li a {
        padding: 20px 10px;
    }

    .pc-pl-l {
        display: none;
    }

    .move-pl-l {
        display: block;
    }


}

.new-icon-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 16px;
    height: 16px;
    background: url(../image/new/close.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
}

/* 表单点击 */
.new-form-click {
    position: absolute;
    width: 42px;
    height: 42px;
    top: 0;
    left: calc(50% - 21px);
    cursor: pointer;
}

strong {
    font-weight: bold;
}

.new-join-contentItem {
    overflow-y: auto;
}

/* 2017年8月21日18:10:30 下载按钮 */
.new-down {
    margin-left: 20px;
    padding: 2px 5px;
    border: 2px solid #aa0002;
    float: right;
    color: #fff;
    background: #aa0002;
    box-sizing: border-box;
    transition: all .25s ease;
    font-size: 12px;
    vertical-align: middle;
}

.new-down:hover {
    background: #fff;
    color: #aa0002;
}

/*2017年8月22日09:36:45*/
.no-bg {
    background: none !important;
}

/*首页后加内容-移动端自适应*/
@media (max-width: 768px) {
    .zhanting-body {
        width: 100%;
        margin: 0 auto;
    }
    .vancens-pro .item:nth-child(3) {
        width: 100%;
        clear: left;
        margin-top: 2%;
        color: #ffffff;
        padding: 15px;
        height: unset;
    }
    .vancens-pro .item:nth-child(4) {
        width: 49%;
        margin-top: 2%;
        margin-right: 2%;
        height: 112px;
    }
    
    .vancens-pro .item:nth-child(5) {
        width: 49%;
        margin-top: 2%;
    }
    /*加盟*/
    #join_head li {
        width: 49%;
        box-sizing: border-box;
        padding: 30px 0;
        margin-right: 1%;
    }
    #join_head li:last-child {
        margin-right: 1%;
    }
    .index-head {
        margin-bottom: 10px;
    }
    .join-toggle {
        padding: 10px 10px;
    }
    .join-one .join-item {
        margin: 10px 0;
    }
    .join-one .join-item .title {
        font-size: 18px;
    }
    .join-one .join-item .info {
        font-size: 14px;
        margin-top: 10px;
        color: #908e8e;
        padding-right: 10px;
    }
    .join-two li {
        width: 50%;
        float: left;
        text-align: center;
        font-size: 14px;
        color: #737373;
        margin: 13px 0;
    }
    .join-three p {
        margin: 0px 0;
        font-size: 14px;
        color: #737373;
        padding-top: 6px;
    }
    .join-four li {
        display: inline-block;
        width: 100%;
        border: 1px solid #c12525;
        box-sizing: border-box;
        padding: 0px 0;
        margin: 3px 0px;
        color: #863535;
    }
    .index-jform .left {
        float: unset;
        width: 100%;
    }
    .index-jform .right {
        float: unset;
        width: 100%;
        margin-top: 10px;
    }
    .index-jform .right .ri-right {
         padding-left: 0px;
    }
    .index-jform .right .ri-right select {
        width: 33.33%;
        padding-left: 10px;
    }

    .index-jform .right .ri-right select {

        width: 32.33%;
        margin-right: 1%;
    }
    .vancens-pro .item {
        height: 112px;
    }
    .vancens-pro .item:nth-child(5) {
        height: 112px;
    }
}