﻿/*初始化代码*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #ebebeb;
    font-size: 14px;
    font-family: Microsoft YaHei;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

i {
    font-style: normal;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #ff6600;
}

img {
    border: none;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    outline: none;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

@font-face {
    font-family: timesltstd;
    src: url("../fonts/timesltstd-roman.otf");
}

@font-face {
    font-family: jiancuson;
    src: url("../fonts/jiancuson.ttf");
}
@font-face {
    font-family: AGaramondPro;
    src: url("../fonts/AGaramondPro-Regular.otf");
}
@font-face {
    font-family: BauerBodoniBT;
    src: url("../fonts/BauerBodoniBT.ttf");
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

.container {
    max-width: 1512px;
}


/*隐藏商桥左侧图片*/
#nb_invite_wrap{
    display: none!important;
}
/*隐藏商桥左侧图片 end*/

/*hover右边显示导航*/

.navbar-hover {
    position: fixed;
    right: 0;
    width: 5vw;
    height: 100vh;
    z-index: 9999;
}

.navbar-hover-button {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    outline: none!important;
}


/* 首页banner */

#swiper-container1 .swiper-slide>img {
    margin: 0 auto;
}

#swiper-container1 .swiper-slide>a{
    display:block;
    width:100%;
    height:100%;
}

#swiper-container1 .swiper-slide i {
    display: block;
    width: 69%;
    height: 2px;
    margin-left: 20rem;
    margin-top: 30rem;
    background: #ff6600;
}

#swiper-container1 .swiper-slide p.index-top-en {
    color: #fff;
    font-size: 60px;
    margin-left: 20rem;
    margin-bottom: 0;
    font-family: timesltstd;
}

#swiper-container1 .swiper-slide p.index-top-cn {
    color: #ff6600;
    font-size: 45px;
    margin-left: 20rem;
    line-height: 15px;
    font-weight: 300;
}

.swiper-index-top {
    left: 8rem !important;
    bottom: 0 !important;
    top: 65% !important;
}

.swiper-index-top>.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    border-radius: 0;
    width: 2px;
    height: 20px;
}

.swiper-index-top-horizontal>.swiper-pagination-bullet {
    width: 2px;
    height: 20px;
    border-radius: 4px;
    margin-bottom: 10px !important;
}

.swiper-index-top-horizontal {
    left: 8rem !important;
}

.swiper-index-top>.my-bullet-active {
    background: #ff6600;
    opacity: 1;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide i {
    transform: translateX(-200px);
    opacity: 0;
    transition: all 0.4s;
}

.swiper-slide p {
    transform: translateX(-300px);
    opacity: 0;
    transition: all 0.6s;
}

.ani-slide p,
.ani-slide i {
    transform: translateX(0);
    opacity: 1;
}

.swiper-slide .swiper-index-text {
    text-align: center;
    margin-top: 30vh;
    width: 100%;
}

.swiper-slide .swiper-index-text h3 {
    color: #ff6600;
    /* 字体外链 */
    font-family: jdchusongjian20278b80d82194a;
    font-size: 90px;
}

.swiper-slide .swiper-index-text>span {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    line-height: 60px;
}

.swiper-slide .swiper-index-text>span>b {
    color: #ff6600;
}

#down {
    position: absolute;
    display: table;
    width: 100px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    left: 50%;
    bottom: 0;
    margin-left: -50px;
    border-radius: 50px 50px 0 0;
    z-index: 3;
    overflow: hidden;
    display: none;
}

#down i {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
    color: #fff;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    -webkit-animation: down 1.8s infinite;
    animation: down 1.8s infinite;
}

@-webkit-keyframes down {
    0% {
        top: 0;
        opacity: 0.5;
    }
    25% {
        top: 10px;
        opacity: 1;
    }
    50% {
        top: 5px;
        opacity: 1;
    }
    100% {
        top: 15px;
        opacity: 0;
    }
}

@keyframes down {
    0% {
        top: 0;
        opacity: 0.5;
    }
    25% {
        top: 10px;
        opacity: 1;
    }
    50% {
        top: 5px;
        opacity: 1;
    }
    100% {
        top: 15px;
        opacity: 0;
    }
}


/* 首页服务项目 */

.index-service {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.index-service .index-service-con ul>li {
    float: left;
    width: 14.2%;
    text-align: center;
}

.index-service .index-service-con ul>li>a {
    display: block;
    width: 60%;
    margin: 30px auto;
    color: #000;
    height: 98px;
    padding-top: 15px;
}

.index-service .index-service-con ul>li>a h4 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
}

.index-service .index-service-con ul>li>a p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
}


/* 首页服务项目end */


/* 首页案例列表 */

.index-caseList {background: #c9caca;}
.index-caseList .ind_pr_box{
    max-width:1320px;margin: -70px auto 0;
    z-index: 99;
    position: relative;
}
.index-caseList .ind_pr_box ul{
    display: flex;
    justify-content: space-around;
}
.index-caseList .ind_pr_box ul li{
    width: 12.3%;text-align: center;
    background-color:#ff8120;
    line-height: 70px ;
}
.index-caseList .ind_pr_box ul li a{font-size:24px;color:#000;}
.index-caseList .ind_pr_box ul li.cur a{color:#fff;text-decoration:line-through;display: block;}
.index-caseList .ind_pr_box ul li.cur:nth-child(1) a{ background: url(../images/epc.jpg) no-repeat center;}
.index-caseList .ind_pr_box ul li.cur:nth-child(2) a{ background: url(../images/sy.jpg) no-repeat center;}
.index-caseList .ind_pr_box ul li.cur:nth-child(3) a{ background: url(../images/hs.jpg) no-repeat center;}
.index-caseList .ind_pr_box ul li.cur:nth-child(4) a{ background: url(../images/cy.jpg) no-repeat center;}
.index-caseList .ind_pr_box ul li.cur:nth-child(5) a{ background: url(../images/hz.jpg) no-repeat center;}
.index-caseList .ind_pr_box ul li.cur:nth-child(6) a{ background: url(../images/ym.jpg) no-repeat center;}
.index-caseList .ind_pr_box ul li.cur:nth-child(7) a{ background: url(../images/rz.jpg) no-repeat center;}
.index-caseList .ind_pr_box ul li.cur:nth-child(8) a{ background: url(../images/pp.jpg) no-repeat center;}
.index-caseList .index-caseList-title {
    font-family: "宋体";
    font-size: 28px;
    text-align: center;
    margin: 90px 0;
}

.index-caseList .index-caseList-title h4 {
    display: inline-block;
    line-height: 50px;
    color: #222;
    background: linear-gradient(grey, grey) no-repeat;
    background-size: 100% 1px;
    background-position: 0 1.5em;
}

.index-caseList .pro-cases-box {
    width: 100%;
    margin-bottom: 30px;
}

.index-caseList .pro-cases-box>a {
    display: block;
}

.index-caseList .pro-cases-box .pro-cases-box-img {
    height: 25rem;
    overflow: hidden;
    background-size: cover !important;
    transition: all 0.3s;
}

.index-caseList .pro-cases-box:hover .pro-cases-box-img {
    -webkit-filter: saturate(1.5);
    filter: saturate(1.5);
}

.index-caseList .pro-cases-box .pro-cases-box-img img {
    height: 100%;
    transition: all 0.3s;
}

.index-caseList .pro-cases-box:hover .pro-cases-box-img img {
    transform: scale(1.03);
    -webkit-filter: saturate(1);
    filter: saturate(1);
}

.index-caseList .pro-cases-box .pro-cases-box-text {
    overflow: hidden;
    font-size: 16px;
    padding: 1vw;
}

.index-caseList .pro-cases-box .pro-cases-box-text>span {
    display: block;
    color: #737373;
    font-size: 14px;
}

.index-caseList .pro-cases-box .pro-cases-box-text .pro-cases-box-title {
    font-size: 16px;
    line-height: 38px;
}

.index-caseList .pro-cases-box .pro-cases-box-text .pro-cases-box-ser {}

.index-caseList .pro-cases-box .pro-cases-box-text .pro-cases-box-parameter {
    color: #737272;
}

.index-caseList .pro-cases-box:hover .pro-cases-box-text .pro-cases-box-title {
    color: #ff6600;
}

.index-caseList .pro-cases-box i {
    display: block;
    width: 0;
    height: 1px;
    background-color: #ff6600;
    transition: all 0.5s;
}

.index-caseList .pro-cases-box:hover i {
    width: 100%;
}

.index-caseList .index-caseList-btn {
    margin: 40px auto;
}

.index-caseList .index-caseList-btn>a {
    display: block;
    width: 190px;
    height: 40px;
    border: 2px solid #bebfbf;
    color: #666;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    transition: all 0.3s;
}

.index-caseList .index-caseList-btn>a:hover {
    border-color: #ff6600;
    background-color: #ff6600;
    color: #fff;
}


/* 首页案例列表end */


/* 首页动态数字 */

.index-number {
    background-color: #262222;
    overflow: hidden;
    padding: 40px 0;
}

.index-number .container {
    padding: 0 100px;
}

.index-number .number-left {
    color: #ff6600;
    font-family: BauerBodoniBT;
}

.index-number .number-left .counter {
    font-size: 72px;
}

.index-number .number-left i {
    font-size: 40px;
    vertical-align: top;
}

.index-number .number-right {
    margin-top: 45px;
    margin-left: 20px;
}

.index-number .number-right p {
    font-size: 18px;
    font-weight: 300;
    color: #595757;
    line-height: 24px;
}


/* 首页关于我们 */

.index-about {
    margin: 80px auto;
}

.index-about .index-about-t-l {
    color: #666;
    font-family: timesltstd;
    font-size: 32px;
}

.index-about .index-about-t-l p {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 85%;
    height: 100%;
    line-height: 40px;
}

.index-about .index-about-t-l p .about-textEn {
    margin-bottom: 3vh;
}

.index-about .index-about-t-l p .about-textCh {
    font-size: 18px;
    font-family: "宋体";
    line-height: 36px;
}

.index-about .index-about-t-l p>a {
    display: block;
    width: 120px;
    height: 40px;
    color: #fff;
    background-color: #ff8120;
    font-size: 16px;
    text-align: center;
    margin-top: 2vh;
}

.index-about .index-about-t-r {
    /* padding: 0 0 60px 0; */
    overflow: hidden;
}

.index-about .index-about-t-r img {
    max-width: 100%;
    transition: all 0.5s;
}

.index-about .index-about-t-r img:hover {
    transform: scale(1.05);
}

.index-about .index-about-b-r {
    margin-top: 3rem;
    padding: 0;
    font-family: "宋体";
    color: #666;
    font-size: 20px;
    line-height: 46px;
    transition: all 0.5s;
}

.index-about .index-about-b-r:hover {
    transform: translate(5px);
    -ms-transform: translate(5px);
    /* IE 9 */
    -moz-transform: translate(5px);
    /* Firefox */
    -webkit-transform: translate(5px);
    /* Safari and Chrome */
    -o-transform: translate(5px);
    /* Opera */
}


/* 关于我们按钮 */

.button-more {
    width: 60px;
    height: 36px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    top: 10rem;
    left: 2rem;
}

.button-more .more-arrow {
    width: 40px;
    height: 100%;
    position: relative;
    transition: all 0.3s;
}

.button-more .more-arrow>span {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    background-color: #000;
}

.button-more .more-arrow>i {
    display: block;
    width: 10px;
    height: 1px;
    background-color: #000;
    transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    /* Internet Explorer */
    -moz-transform: rotate(30deg);
    /* Firefox */
    -webkit-transform: rotate(30deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(30deg);
    /* Opera */
    position: absolute;
    right: 0;
    top: 17px;
}

.button-more .more-yuan {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #333;
    border-radius: 50%;
    top: 5px;
    left: 24px;
    transition: all 0.3s;
}

.button-more:hover {
    transform: translate(10px);
    -ms-transform: translate(10px);
    /* IE 9 */
    -moz-transform: translate(10px);
    /* Firefox */
    -webkit-transform: translate(10px);
    /* Safari and Chrome */
    -o-transform: translate(10px);
    /* Opera */
}

.button-more:hover .more-yuan {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
    /* Opera */
    -moz-transform: scale(1.1);
    /* Firefox */
}

.button-more:hover .more-arrow {
    transform: translate(10px);
    -ms-transform: translate(10px);
    /* IE 9 */
    -moz-transform: translate(10px);
    /* Firefox */
    -webkit-transform: translate(10px);
    /* Safari and Chrome */
    -o-transform: translate(10px);
    /* Opera */
}

.button-more p {
    position: absolute;
    left: -12px;
    font-size: 12px;
    transform: scale(0.7);
    white-space: nowrap;
    color: #000;
}


/* 合作伙伴 */

.index-partner {
    background-color: #fff;
    padding: 30px 0 60px 0;
}

.index-partner .index-partner-title {
    font-family: timesltstd;
    font-size: 34px;
    color: #ff8120;
    text-align: center;
    line-height: 74px;
}

.index-partner ul {
    overflow: hidden;
}

.index-partner ul .index-partner-box {
    float: left;
    width: 12.5%;
    text-align: center;
    margin: 10px 0;
}

.index-partner ul .index-partner-box>img {
    width: 90%;
    height: 16vh;
    margin: 0 auto;
    transition: all 0.3s;
    -webkit-filter: grayscale(1);
    filter: gray;
    filter: grayscale(1);
    cursor: pointer;
}

.index-partner ul .index-partner-box:hover img {
    -webkit-filter: grayscale(0);
    filter: gray;
    filter: grayscale(0);
    transform: scale(1.05);
}


/* 合作伙伴end */


/* 新闻列表 */


/* 新闻列表end */


/* 中间图片展示 */

.index-cp {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #7d7a7b;
}

.index-cp .index-cp-l {
    width: 68%;
}

.index-cp .index-cp-r {
    width: 32%;
    height: 60vh;
    background: #555 url(../images/index-cp-bg.png) center no-repeat;
    background-size: cover;
}

.index-cp-r-main {
    position: relative;
    width: 65%;
    height: 100%;
}

.index-cp-r-main .index-cp-r-line {
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #ff8120;
    right: 0;
    top: 0;
}

.index-cp-r-main .index-cp-r-line i {
    display: block;
    width: 100%;
    height: 20%;
    background-color: #fff;
    transition: all 0.3s;
}

.index-cp-r .index-cp-r-text {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: -5rem;
}

.index-cp-r .index-cp-r-text>.index-cp-r-text-cn>a {
    color: #666;
    font-size: 24px;
}

.index-cp-r .index-cp-r-text>.index-cp-r-text-cn>a:hover {
    color: #ff6600;
}

.index-cp-r .index-cp-r-text>.index-cp-r-text-cn>span {
    color: #666;
    display: block;
    font-size: 14px;
}

.index-cp-r .index-cp-r-main .swiper-pagination-fraction {
    width: auto;
    right: 30px;
    left: auto;
    bottom: 2rem;
    color: #666;
}

.index-cp-r .index-cp-r-main .button-more {
    top: -4rem;
    left: 4.5rem;
    background-image: none;
}

.swiper-scrollbar {
    background: rgba(255, 255, 255, 0.2);
}

.swiper-scrollbar-drag {
    background: rgba(255, 255, 255, 0.5);
}


/* 设计团队展示 */

.index-team {
    margin: 70px auto;
}

.index-team .index-team-l {
    color: #fff;
    font-family: timesltstd;
    font-size: 32px;
    position: relative;
}

.index-team .index-team-l>p {
    display: -webkit-flex;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    height: 100%;
    border-bottom: 2px solid #ff6600;
}

.index-team .index-team-l>.button-more {
    position: absolute;
    bottom: 4rem;
    top: auto;
    left: auto;
}

.index-team .index-team-r {
    border-bottom: 2px solid #fff;
    padding: 0;
}

.index-team .index-team-r>p {
    display: inline-block;
    color: #ff6600;
    font-size: 34px;
    font-family: "宋体";
    line-height: 44px;
    border-bottom: 1px solid #ff6600;
}

.index-team .index-team-r>p:nth-child(2) {
    margin-top: 10px;
}

.index-team .index-team-r .index-team-scroll {
    margin: 110px 0 35px 0;
}

#swiper-container3 .swiper-slide {
    overflow: hidden;
    background: none;
}

#swiper-container3 .swiper-slide p {
    transform: translateX(0px);
    opacity: 1;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 40px;
}

#swiper-container3 .swiper-slide:hover p {
    color: #ff6600;
}

#swiper-container3 .swiper-slide img {
    width: 100%;
    -webkit-filter: grayscale(1);
    /* Webkit */
    filter: gray;
    /* IE6-9 */
    filter: grayscale(1);
    /* W3C */
    transition: all 0.3s;
    cursor: pointer;
}

#swiper-container3 .swiper-slide:hover img {
    -webkit-filter: grayscale(0);
    /* Webkit */
    /*filter: gray;  IE6-9 */
    filter: grayscale(0);
    /* W3C */
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05);
    /* Safari 和 Chrome */
    -o-transform: scale(1.05);
    /* Opera */
    -moz-transform: scale(1.05);
    /* Firefox */
}


/* 新闻列表展示 */

.index-news {
    margin-bottom: 0px;
    background:#c9caca;
    padding-top: 110px;
}

.index-news .container {
}

#swiper-container4 .swiper-slide {
    overflow: hidden;
    /* height: 35vh; */
    background-color: #595757;
}

#swiper-container4 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

#swiper-container4 .swiper-slide a>span {
    display: block;
    width: 100%;
    height: 30vh;
    overflow: hidden;
    background-size: cover!important;
}

#swiper-container4 .swiper-slide img {
    width: 100%;
    /*-webkit-filter: grayscale(1);
    filter: gray;
    filter: grayscale(1);*/
    transition: all 0.3s;
    cursor: pointer;
}

#swiper-container4 .swiper-slide:hover img {
    -webkit-filter: grayscale(0);
    /* Webkit */
    /*filter: gray;  IE6-9 */
    filter: grayscale(0);
    /* W3C */
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05);
    /* Safari 和 Chrome */
    -o-transform: scale(1.05);
    /* Opera */
    -moz-transform: scale(1.05);
    /* Firefox */
}

#swiper-container4 .swiper-slide p {
    transform: translateX(0px);
    opacity: 1;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
}

#swiper-container4 .container {
    max-width: 100%;
}

#swiper-container4 .newShow-list-box {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

#swiper-container4 .newShow-list-box .newShow-list-box-img {
    height: 44vh;
    transition: all 0.3s;
    background-size: cover!important;
}

#swiper-container4 .newShow-list-box .newShow-list-box-text {
    padding: 35px;
    transition: all 0.3s;
}

#swiper-container4 .newShow-list-box:nth-child(even) .newShow-list-box-text {
    background-color: #262222;
}

#swiper-container4 .newShow-list-box .newShow-list-box-text>span {
    display: block;
}

#swiper-container4 .newShow-list-box .newShow-list-box-text>span.newShow-list-box-title {
    color: #fff;
    font-size: 22px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#swiper-container4 .newShow-list-box .newShow-list-box-text>span.newShow-list-box-desc {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

#swiper-container4 .newShow-list-box .newShow-list-box-text>span.newShow-list-box-date {
    font-size: 14px;
}

#swiper-container4 .newShow-list-box:hover .newShow-list-box-img {
    transform: scale(1.03);
}

#swiper-container4 .newShow-list-box:hover .newShow-list-box-text span.newShow-list-box-title {
    color: #ff8120;
}

#swiper-container4 .newShow-list-box:hover .newShow-list-box-text span.newShow-list-box-date {
    color: #fff;
}

#swiper-container4 .newShow-list-box:hover .newShow-list-box-text {
    background-color: #262222;
}

#swiper-container4 .newShow-list-box:nth-child(even):hover .newShow-list-box-text {
    background-color: #595757;
}


/* 首页留言 */

.index-message {
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #c9caca;
}
.index-message .row{
    justify-content: space-between;
}
.index-message .row .col-md-5{
    max-width: 33%;
}
.index-message .proShow-rec-title{
  margin-bottom:70px!important;
}
.index-message .index-message-text p {
    font-size: 20px;
    font-family: 宋体;
    color: #737373;
}

.index-message .index-message-text p.index-message-t {
    font-size: 32px;
    font-family: timesltstd;
    color: #ffffff;
    line-height: 35px;
    padding-bottom: 30px;
}

.index-message .index-message-text h4 {
    font-size: 28px;
    color: #666;
    font-weight: bold;
    font-family: Microsoft YaHei;
}

.index-message .index-message-text p.index-message-p {
    font-size: 20px;
    font-weight: bold;
    font-family: Microsoft YaHei;
    color: #ff8120;
    margin-top: 15px;
}

.index-message .index-message-con p.index-message-con-t {
    font-size: 26px;
    font-family: timesltstd;
    color: #ffffff;
    padding-left: 15px;
}

.index-message .index-message-con>h4 {
    color: #ff8120;
    font-size: 28px;
    font-weight: 400;
    padding-left: 15px;
}

.index-message .index-message-con form input,
.index-message .index-message-con form textarea {
    background-color: transparent;
    box-shadow: none;
    padding-left: 0;
    border-bottom: 1px solid #777;
    margin-top: 35px;
}

.index-message .index-message-con form textarea {
    height: 76px;
}

.index-message .index-message-con form .submit-btn {
    border: 0;
    background: url(../images/submit-btn.png) left no-repeat;
    background-size: contain;
    padding: 0 0 0 28px;
    color: #333333;
    height: 22px;
    line-height: 22px;
    margin-top: 30px;
    cursor: pointer;
    transition: all 0.1s;
}

.index-message .index-message-con form input:focus,
.index-message .index-message-con form textarea:focus {
    border-bottom-color: #ff8120;
}

.index-message .index-message-con input:focus::-webkit-input-placeholder,
.index-message .index-message-con textarea:focus::-webkit-input-placeholder {
    /* WebKit browsers 适配谷歌 */
    color: #ff8120;
}

.index-message .index-message-con input:focus:-moz-placeholder,
.index-message .index-message-con textarea:focus:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #ff8120;
}

.index-message .index-message-con input:focus::-moz-placeholder,
.index-message .index-message-con textarea:focus::-moz-placeholder {
    /* Mozilla Firefox 19+ 适配火狐 */
    color: #ff8120;
}

.index-message .index-message-con input:focus:-ms-input-placeholder,
.index-message .index-message-con textarea:focus:-ms-input-placeholde {
    /* Internet Explorer 10+  适配ie*/
    color: #ff8120;
}

.index-message .index-message-con form .submit-btn:hover {
    color: #ff8120;
    background: url(../images/submit-btn1.png) left no-repeat;
    background-size: contain;
}


/* 首页留言end */


/* 底部footer */

.index-footer {
    background-color: #262222;
    padding: 50px 0 70px 0;
    color: #dcdcdc;
    font-size: 16px;
}

.index-footer .container {
    max-width: 1735px;
}

.index-footer .foot-more {
    display: block;
    color: #949494;
    line-height: 20px;
    font-size: 12px;
    padding-left: 26px;
    margin-top: 20px;
    float: left;
}

.index-footer .foot-more:hover {
    color: #ff6600;
}

.index-footer .foot-more.more-map {
    background: url(../images/more-map.png) left center no-repeat;
    background-size: contain;
}

.index-footer .foot-more.more-mail {
    background: url(../images/more-mail.png) left center no-repeat;
    background-size: contain;
    padding-left: 37px;
}

.index-footer .foot-banquan1 a {
    color: #dcdcdc;
}


/* 首页响应式480px */

@media (max-width: 1440px) {
    .index-cp-r-main {
        width: 90%;
    }
    .index-service .index-service-con ul>li>a {
        width: 80%;
    }
}

@media (max-width: 992px) {
    .index-footer {
        padding: 50px 0 50px 0;
    }
    .swiper-slide .swiper-index-text {
        margin-top: 42vh;
    }
    .swiper-slide .swiper-index-text h3 {
        font-size: 65px;
    }
    .swiper-slide .swiper-index-text>span {
        line-height: 45px;
    }
    .index-footer .container .row>div {
        text-align: center;
        margin-bottom: 20px;
    }
    .index-footer .container .row>div.foot-banquan1 {
        display: none;
    }
    .index-footer .container .row>div.foot-banquan2 {
        display: block!important;
    }
    .index-footer .foot-more {
        display: inline-block;
    }
    .index-service .index-service-con ul>li>a {
        width: 95%;
    }
    #swiper-container4 .newShow-list-box .newShow-list-box-img {
        height: 30vh;
    }
}

@media (max-width: 768px) {
    #swiper-container1 .swiper-slide p.index-top-en {
        font-size: 40px;
        margin-left: 12rem;
    }
    #swiper-container1 .swiper-slide i {
        margin-left: 12rem;
        font-size: 45px;
    }
    #swiper-container1 .swiper-slide p.index-top-cn {
        font-size: 35px;
        margin-left: 12rem;
    }
    .index-number .number-left {
        height: 100px;
    }
    .index-number .number-right {
        margin-top: 15px;
        margin-left: 0px;
    }
    .button-more {
        display: none;
    }
    .index-cp .index-cp-l,
    .index-cp .index-cp-r {
        width: 100%;
    }
    .index-team .index-team-r .index-team-scroll {
        margin: 50px 0 35px 0;
    }
    .index-team .index-team-r {
        margin-top: 50px;
    }
    .index-team .index-team-r>p {
        padding: 0 30px;
        border-bottom: 0;
    }
    .index-caseList .index-caseList-title h4 {
        background: none;
    }
    .index-service .index-service-con ul>li {
        width: 25%;
    }
    .index-service .index-service-con ul>li>a {
        margin: 20px auto;
    }
    .index-caseList .pro-cases-box .pro-cases-box-img {
        height: 42vh;
    }
    .index-caseList .pro-cases-box .pro-cases-box-img img {
        width: 100%;
        height: auto;
    }
    .index-about .index-about-t-l p>a {
        margin-bottom: 40px;
    }
    .index-message .index-message-con {
        margin-top: 30px;
    }
    .index-message .index-message-con p.index-message-con-t,
    .index-message .index-message-con>h4 {
        padding-left: 0;
    }
    #swiper-container4 .newShow-list-box .newShow-list-box-text>span.newShow-list-box-title {
        font-size: 16px;
    }
    #swiper-container4 .newShow-list-box .newShow-list-box-text {
        padding: 15px;
    }
    .index-caseList .ind_pr_box ul{
        flex-wrap: wrap;padding-top: 20px;
    }
    .index-caseList .ind_pr_box ul li{width: 24.5%;line-height: 60px;margin-bottom: 2px;}
    .index-caseList .ind_pr_box ul li a{font-size: 15px;font-weight: 400;}
    .index-caseList .ind_pr_box{margin: 0px auto 0;}

}

@media (max-width: 480px) {
    .navbar {
        padding-top: 1.5rem;
    }
    .boxed {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .brand img {
        width: 68%;
    }
    .swiper-index-top {
        left: 2rem !important;
    }
    #swiper-container1 .swiper-slide i {
        margin-top: 50vh;
        margin-left: 3.5rem;
    }
    #swiper-container1 .swiper-slide p.index-top-en {
        margin-left: 3.5rem;
        font-size: 22px;
    }
    #swiper-container1 .swiper-slide p.index-top-cn {
        margin-left: 3.5rem;
        font-size: 22px;
    }
    .index-number .container {
        padding: 0 15px;
    }
    .index-number .number1,
    .index-number .number2,
    .index-number .number3 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 33%;
    }
    .index-number .number-left .counter {
        font-size: 40px;
    }
    .index-number .number-left i{
        font-size: 36px;
    }
    .index-number .number-right {
        margin-top: 30px;
    }
    .index-number .number-right p {
        font-size: 14px;
    }
    .index-about {
        margin: 25px auto 40px;
    }
    .index-about .index-about-t-l {
        font-size: 28px;
    }
    .index-about .index-about-t-r {
        padding: 0;
        border: 0;
    }
    .index-about .index-about-b-r {
        margin-top: 0;
        padding: 0 15px;
        font-size: 16px;
        line-height: 40px;
    }
    .index-about .button-more {
        display: none;
        top: 55vh;
    }
    .index-about .index-about-t-l p .about-textCh{
        font-size: 14px;
        line-height: 32px;
    }
    .index-caseList .pro-cases-box .pro-cases-box-text .pro-cases-box-ser{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .index-cp .index-cp-l,
    .index-cp .index-cp-r {
        width: 100%;
    }
    .index-cp .index-cp-r {
        height: 30vh;
    }
    #swiper-container2 {
        height: 50vh !important;
    }
    .index-cp-r-main {
        width: 92%;
    }
    .index-cp-r .index-cp-r-text {
        margin-left: 0rem;
    }
    .index-cp-r .index-cp-r-text .index-cp-r-text-cn {
        margin-top: -3rem;
    }
    .index-cp-r .index-cp-r-main .button-more {
        left: 1rem;
    }
    .index-team {
        margin: 40px auto;
    }
    .index-team .index-team-l>.button-more {
        right: 2rem;
    }
    .index-team .index-team-r>p {
        margin: 0 15px;
        font-size: 18px;
        line-height: 32px;
        border-bottom: 0;
    }
    .index-team .index-team-r>p:nth-child(1) {
        margin-top: 25px;
    }
    .index-team .index-team-r .index-team-scroll {
        margin: 45px 0 35px 0;
    }
    .index-news{
      margin-bottom: 0px;padding-top: 40px;
    }
    .index-footer .container .row>div {
        text-align: center;
        margin-bottom: 20px;
        padding: 0 50px;
        font-size: 14px;
    }
    .index-footer .foot-more {
        display: inline-block;
    }
    .index-footer .container .row>div:nth-child(4) {
        text-align: center;
        margin-top: 30px;
    }
    #swiper-container4 .swiper-slide {
        height: auto;
    }
    #swiper-container4 .swiper-slide a>span {
        height: 80%;
    }
    .swiper-slide .swiper-index-text {
        margin-top: 30vh;
    }
    .swiper-slide .swiper-index-text h3 {
        font-size: 30px;
    }
    .swiper-slide .swiper-index-text>span {
        font-size: 20px;
        line-height: 35px;
    }
    .swiper-index-top{
      top: 70% !important;
    }
    .swiper-container-index .swiper-index-top {
        left: 0rem !important;
    }
    .index-service .index-service-con ul>li {
        width: 33%;
    }
    .index-service .index-service-con ul>li:nth-child(1){
      display:none;
    }
    .index-service .index-service-con ul>li:nth-child(2) a,
    .index-service .index-service-con ul>li:nth-child(3) a,
    .index-service .index-service-con ul>li:nth-child(4) a{
      margin-bottom:0px;
    }
    .index-service .index-service-con ul>li:nth-child(5) a,
    .index-service .index-service-con ul>li:nth-child(6) a,
    .index-service .index-service-con ul>li:nth-child(7) a{
      margin-top:0px;
    }
    .index-service .index-service-con ul>li>a{
      /*height:auto;*/
      margin: 16px auto;
      padding-bottom:15px;
      height:10vh;
    }
    .index-service .index-service-con ul>li:nth-child(1),
    .index-service .index-service-con ul>li:nth-child(2),
    .index-service .index-service-con ul>li:nth-child(3){
      margin-bottom:0!important;
    }
    .index-service .index-service-con ul>li>a h4{
      font-size:16px;
    }
    .index-service .index-service-con ul>li>a p{
      /*display:none;*/
      font-size:12px;
      /*height:14vh;*/
      margin-top:0;
      color:rgba(0,0,0,.5);
      letter-spacing: -1px;
    }
    .index-caseList .index-caseList-title {
        font-size: 16px;
        margin: 24px 0;
    }
    .index-caseList .index-caseList-title h4 {
        line-height: 30px;
    }
    .index-caseList .pro-cases-box .pro-cases-box-img {
        height: auto;
    }
    .index-caseList .index-caseList-btn {
        margin: 20px auto;
    }
    .index-about .index-about-t-l p {
        width: 100%;
    }
    .index-partner .index-partner-title {
        font-size: 18px;
        line-height: 44px;
    }
    .index-partner ul .index-partner-box {
        width: 20%;
    }
    .index-message{
        margin-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 50px;
        padding-top:26px;
    }
    .index-message .index-message-con p.index-message-con-t {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 4px;
    }
    .index-message .index-message-con>h4{
        font-size:18px;
    }
    .index-message .index-message-con form input, 
    .index-message .index-message-con form textarea{
        margin-top: 12px;
    }
    .index-message .index-message-text p.index-message-p{
      font-size:16px;
    }
    .index-message .index-message-text p{
        font-size: 17px;
    }
    .index-message .index-message-text p.index-message-t{
        font-size:14px
    }
    .index-message .index-message-text h4{
      font-size:18px;
      letter-spacing: 0px;
      border-bottom: 2px solid #666;
    }
    .proShow-rec .proShow-rec-title{
       margin: 20px auto;
    }
    .index-message .proShow-rec-title{
        margin-bottom: 30px!important;
    }
    .index-message .index-message-con .inp-name{
        padding-left:0;
    }
    .index-message .index-message-con .inp-email{
        padding-right:0;
    }
    .index-message .index-message-con .inp-comefrom,
    .index-message .index-message-con .inp-content{
        padding:0;
    }
    .index-message .index-message-con form .submit-btn{
      margin-top:10px;
    }
    .index-partner{
      padding-bottom:0px;
    }
    .index-number .number-left{
      width: 39%;
      text-align: right;
      padding-right: 15px;
      height: 60px;
    }
    .index-number .number-right{
      margin-top:0px;
    }
    .index-number .number3{
      margin-bottom:10px;
    }
    .index-about .index-about-t-l p .about-textEn{
      font-size:20px;
      line-height: 28px;
    }
    .index-service .container,
    .index-service .index-service-con{
      padding:0;
    }
    .index-partner ul .index-partner-box>img{
      height:9vh;
    }
}


/* ***************************************************** */


/* 关于我们内页样式 */

.swiper-container-about .swiper-slide p.index-top-en {
    font-size: 53px !important;
    margin-top: 10rem;
    line-height: 82px;
}

.swiper-container-about .swiper-slide p.index-top-cn {
    line-height: 70px !important;
    margin-top: 30px;
}

.swiper-container-about .swiper-slide i {
    margin-top: 0 !important;
}


/* 关于我们内容 */

.page-about {
    margin: 7vh auto 10vh;
    overflow: hidden;
    height: 65vh;
}

.page-about-l {
    width: 32%;
    position: relative;
    height: 100%;
}

.page-about-r {
    width: 68%;
    position: relative;
    height: 100%;
}

.page-about-l>p {
    width: 65%;
    float: right;
    font-size: 30px;
    font-family: timesltstd;
    color: #666;
    line-height: 50px;
    margin-bottom: 5vh;
}

.page-about-l-img {
    width: 100%;
    height: 40vh;
    overflow: hidden;
}

.page-about-l .page-about-l-img>img {
    width: 100%;
    -webkit-filter: grayscale(1);
    /* Webkit */
    filter: gray;
    /* IE6-9 */
    filter: grayscale(1);
    /* W3C */
    transition: all 0.3s;
    cursor: pointer;
}

.page-about-l .page-about-l-img>img:hover {
    -webkit-filter: grayscale(0);
    /* Webkit */
    /*filter: gray;  IE6-9 */
    filter: grayscale(0);
    /* W3C */
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05);
    /* Safari 和 Chrome */
    -o-transform: scale(1.05);
    /* Opera */
    -moz-transform: scale(1.05);
    /* Firefox */
}

.page-about-l>i {
    position: absolute;
    width: 65%;
    height: 2px;
    float: right;
    background-color: #ff6600;
    bottom: 0;
    right: 0;
}

.page-about-r .page-about-r-text {
    margin: 15vh 11vw 0 10vw;
    color: #666;
    font-size: 21px;
}

.page-about-r .page-about-r-text>p {
    font-family: "宋体";
}

.page-about-r .page-about-r-text>i {
    position: absolute;
    width: 70%;
    height: 2px;
    float: right;
    background-color: #fff;
    bottom: 0;
}
.page-about-r .page-about-r-text>i::after{
    content:'';
    display:block;
    position: absolute;
    top: -52px;
    right: 16px;
    width:32px;
    height:32px;
    background:url(../images/case-logo.png) center no-repeat;
    background-size:cover;
}

/* 公司风采展示 */

.page-style {
    margin-bottom: 10vh;
}

.page-style .page-style-l {
    padding-right: 0;
}

.page-style .page-style-l .page-style-en {
    color: #666;
    font-family: timesltstd;
    font-size: 30px;
    margin-top: 10vh;
}

.page-style .page-style-l .page-style-cn {
    color: #ff8120;
    font-size: 24px;
    line-height: 40px;
    margin-top: 20px;
}

.page-style .page-style-r {
    padding: 0;
}

#swiper-container-style {
    margin-left: 100px;
}

#swiper-button-prev-style {
    left: 50px;
    outline: none;
    background-size: 50%;
}

#swiper-button-next-style {
    outline: none;
    right: -50px;
    background-size: 50%;
}


/* 合作品牌展示 */

.page-partner {
    padding: 100px 0;
    background-color: #efefef;
}

.page-partner .container {
    max-width: 1512px;
}

.page-partner p {
    color: #666;
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 40px;
}

.page-partner p>span {
    font-family: timesltstd;
}

.page-partner .page-partner-main {
    height: 654px;
    overflow: auto;
}

.page-partner .page-partner-main ul {
    overflow: inherit;
}

.page-partner .page-partner-main li {
    width: 14.2%;
    float: left;
    margin: 0 40px 40px 0;
    overflow: hidden;
    border: 1px solid #b0b0b0;
}

.page-partner .page-partner-main li:nth-child(6n) {
    margin-right: 0;
}

.page-partner .page-partner-main li>img {
    width: 100%;
    -webkit-filter: grayscale(1);
    /* Webkit */
    filter: gray;
    /* IE6-9 */
    filter: grayscale(1);
    /* W3C */
    transition: all 0.3s;
    cursor: pointer;
}

.page-partner .page-partner-main li:hover>img {
    -webkit-filter: grayscale(0);
    /* Webkit */
    /*filter: gray;  IE6-9 */
    filter: grayscale(0);
    /* W3C */
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05);
    /* Safari 和 Chrome */
    -o-transform: scale(1.05);
    /* Opera */
    -moz-transform: scale(1.05);
    /* Firefox */
}

.page-partner .page-partner-main::-webkit-scrollbar {
    width: 2px;
}

.page-partner .page-partner-main::-webkit-scrollbar-track {
    background-color: #000;
}

.page-partner #page-partner-pages {
    margin-left: 15px;
    margin-top: 30px;
}

.page-partner #page-partner-pages span,
.page-partner #page-partner-pages a {
    color: #333;
    margin-right: 10px;
}

.page-partner #page-partner-pages a:hover {
    color: #ff8120;
}


/* 关于我们内页响应式代码 */

@media (max-width: 1400px) {
    .swiper-container-about .swiper-slide p.index-top-en {
        font-size: 40px !important;
        margin-top: 12rem;
    }
    #swiper-container1.swiper-container-about .swiper-slide p.index-top-cn {
        font-size: 40px;
    }
    .page-about-r .page-about-r-text {
        margin: 15vh 1vw 0 6vw;
        font-size: 19px;
    }
    .page-about-r .page-about-r-text>i {
        width: 100%;
    }
    .page-about-l>p {
        width: 90%;
        font-size: 22px;
    }
    .page-about-l>i {
        width: 90%;
    }
    .page-style .page-style-l .page-style-en {
        font-size: 22px;
    }
    .page-style .page-style-l .page-style-cn {
        font-size: 22px;
    }
    #swiper-container-style {
        margin-left: 55px;
    }
    #swiper-button-prev-style {}
    #swiper-button-next-style {
        right: 0;
    }
    .index-number .container {
        padding: 0 10px;
    }
    .page-partner {
        padding: 100px 20px 100px 0;
    }
    .page-partner .page-partner-main li {
        width: 15%;
        margin: 0 20px 30px 0;
    }
    .index-footer .container {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .swiper-container-about .swiper-slide p.index-top-en {
        font-size: 28px !important;
        line-height: 46px;
    }
    #swiper-container1.swiper-container-about .swiper-slide p.index-top-cn {
        font-size: 28px;
        line-height: 50px !important;
    }
    .page-about-l {
        width: 100%;
    }
    .page-about-l>p {
        width: 100%;
        padding: 0 30px;
    }
    .page-about-l>i {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    .page-about {
        margin: 7vh auto 5vh;
    }
    .page-style .page-style-l .page-style-en {
        margin-top: 0vh;
    }
    .page-style .page-style-l {
        margin-bottom: 3vh;
        padding: 0 30px;
    }
    #swiper-container-style {
        margin: 0 30px;
    }
    #swiper-button-prev-style {
        left: 0;
    }
    .page-partner {
        padding: 50px 30px;
    }
    .page-partner .page-partner-main li {
        width: 28%;
    }
}

@media (max-width: 480px) {
    .swiper-container-about .swiper-slide p.index-top-en {
        font-size: 20px !important;
        line-height: 34px;
        margin-left: 4rem;
        margin-right: 2rem;
        margin-top: 17rem;
    }
    .swiper-container-about .swiper-slide p.index-top-cn {
        font-size: 22px !important;
        line-height: 32px !important;
        margin-top: 15px;
        margin-left: 4rem;
    }
    .swiper-container-about .swiper-slide i {
        margin-top: 10px !important;
        margin-left: 4rem;
    }
    .page-about {
        margin: 3vh auto;
        height: auto;
    }
    .page-about-l {
        width: 100%;
        padding-bottom: 30px;
    }
    .page-about-l>i {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    .page-about-l>p {
        width: 100%;
        display: flex;
        justify-content: center;
        line-height: 30px;
        margin-bottom: 3vh;
    }
    .page-about-r {
        width: 100%;
    }
    .page-about-r .page-about-r-text {
        margin: 3vh 4vw 0 4vw;
        font-size: 16px;
        padding-bottom: 30px;
    }
    .page-about-r .page-about-r-text>i {
        width: 90%;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    .page-style .page-style-l .page-style-en {
        margin-top: 2vh;
    }
    .page-style .page-style-l {
        padding: 0 4vw;
    }
    #swiper-container-style {
        margin: 0;
        height: 30vh !important;
    }
    #swiper-button-prev-style {
        left: 0;
    }
    .page-style .page-style-l .page-style-cn {
        margin-bottom: 20px;
    }
    .page-partner {
        padding: 20px 20px 20px 0;
    }
    .page-partner p {
        font-size: 20px;
    }
    .page-partner .page-partner-main li {
        width: 28.5%;
        margin: 0 15px 30px 0;
    }
    .page-partner .page-partner-main li:nth-child(3n) {
        margin-right: 0;
    }
    .about-iframe {
        height: 84vh !important;
    }
    .page-partner .page-partner-main {
        height: 70vh;
    }
    .page-style{
      margin-bottom:5vh;
    }
}


/* ***************************************************** */


/* 案例展示列表页样式 */

#swiper-container1.swiper-container-case .swiper-slide p.index-top-en {
    margin-top: 37vh;
    line-height: 6rem;
    margin-left: 8rem;
    opacity: 0.3;
}

#swiper-container1.swiper-container-case .swiper-slide p.index-top-cn {
    color: #fff;
    line-height: 6rem;
    margin-left: 8rem;
    opacity: 0.3;
}

#swiper-container1.swiper-container-case .swiper-slide i {
    width: 52px;
    height: 49px;
    background: url(../images/case-logo.png) center no-repeat;
    background-size: 100%;
    margin-top: 0;
    margin-left: 8rem;
    opacity: 0.3;
}

#swiper-container1.swiper-container-case .swiper-index-top {
    top: 45% !important;
}

#swiper-container1.swiper-container-case .swiper-slide p,
#swiper-container1.swiper-container-case .swiper-slide i {
    transform: translateX(-90%);
}

#swiper-container1.swiper-container-case .ani-slide p,
#swiper-container1.swiper-container-case .ani-slide i {
    transform: translateX(0);
}


/* 产品筛选功能 */

.pro-screen {
    padding: 40px 0;
    background-color: #262222;
}
.pro-screen-scroll{
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    padding: 30px 0;
}

.pro-screen .container {
    max-width: 1755px;
}

.pro-screen .pro-screen-l {
    display: flex;
}

.pro-screen .pro-screen-l>select {
    width: 28%;
    margin: 0 23px;
    background-color: transparent;
    font-size: 16px;
    line-height: 40px;
    color: #595757;
    border: 0;
    border-bottom: 1px solid #ff6600;
    /*隐藏默认小箭头*/
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*用图片替换*/
    background: url("../images/screen-arr.png") no-repeat scroll right 5px center transparent;
    cursor: pointer;
}

.pro-screen .pro-screen-l>select>option {
    background-color: #595757;
    color: #fff;
    width: 100%;
}

.selectBox {
    /*margin: 0 23px;*/
    line-height: 40px;
    background: #262222;
    position: relative;
}

.pro-screen .pro-screen-l .selectBox:nth-child(1) {
    padding-left: 0;
}

.pro-screen .pro-screen-l .selectBox:nth-child(3) {
    padding-right: 0;
}

.inputCase {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.inputCase input.imitationSelect {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #fff;
    border-bottom: none;
    padding: 10px 0;
    background-color: transparent;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0);
    display: block;
    cursor: pointer;
    font-size: 20px;
}

.inputCase input.imitationSelect:hover,
.inputCase input.imitationSelect:focus {
    border-bottom: 1px solid #ff6600;
}

.inputCase input::-webkit-input-placeholder {
    color: #fff !important;
}

.inputCase i.fa {
    position: absolute;
    font-size: 20px;
    right: 10px;
    top: 10px;
    color: #ff6600;
}

.selectUl {
    position: absolute;
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 999;
    background-color: #595757;
    border-bottom: 1px solid #737373;
    border-left: 1px solid #737373;
    border-right: 1px solid #737373;
}

.selectUl li {
    height: 36px;
    line-height: 36px;
    list-style: none;
    text-indent: 20px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

.selectUl li:hover {
    background: #ddd;
}

.selectUl li:last-child {
    border-bottom: 0 none;
}

.pro-screen .pro-screen-r .pro-screen-text {
    width: 80%;
    line-height: 50px;
    font-size: 24px;
    background: url(../images/case-logo.png) right center no-repeat;
    opacity: 0.5;
    background-size: 40px;
}


/* 案例展示列表 */

.pro-cases {
    margin: 65px auto;
    position: relative;
}
.proShow-rec.proShow-rec-details .pro-cases{
    margin: 0px auto 65px;
}

.pro-cases #click-more {
    display: block;
    width: 190px;
    height: 42px;
    border: 1px solid #ccc;
    color: #666;
    margin: 0 auto;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    transition: all 0.3s;
}
.pro-cases #click-more:hover{
    background:#ff6600;
    border-color:#ff6600;
    color:#fff;
}

.pro-cases .container {
    max-width: 1755px;
}

.pro-cases .pro-cases-box {
    width: 100%;
    margin-bottom: 30px;
}

.pro-cases .pro-cases-box>a {
    display: block;
}

.pro-cases .pro-cases-box .pro-cases-box-img {
    height: 25rem;
    overflow: hidden;
    background-size: cover !important;
    transition: all 0.3s;
}

.pro-cases .pro-cases-box:hover .pro-cases-box-img {
    -webkit-filter: saturate(1.5);
    filter: saturate(1.5);
}

.pro-cases .pro-cases-box .pro-cases-box-img img {
    width: 100%;
    transition: all 0.3s;
}

.pro-cases .pro-cases-box:hover .pro-cases-box-img img {
    transform: scale(1.03);
    -webkit-filter: saturate(1);
    filter: saturate(1);
}

.pro-cases .pro-cases-box .pro-cases-box-text {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    padding: 0 1vw;
}

.pro-cases .pro-cases-box .pro-cases-box-text .pro-cases-box-title {
    color: #666;
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 40px;
}

.pro-cases .pro-cases-box .pro-cases-box-text .newShow-list-box-desc {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

.pro-cases .pro-cases-box .pro-cases-box-text .pro-cases-box-ser {
    color: #737272;
    width: 100%;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro-cases .pro-cases-box .pro-cases-box-text .pro-cases-box-parameter {
    color: #737272;
    width: 100%;
    display: block;
    font-size: 14px;
}

.pro-cases .pro-cases-box:hover .pro-cases-box-text .pro-cases-box-title {
    color: #ff6600;
}

.pro-cases .pro-cases-box:hover .pro-cases-box-text .pro-cases-box-parameter {
    color: #ff6600;
}

.pro-cases .pro-cases-box i {
    display: block;
    width: 0;
    height: 1px;
    background-color: #ff6600;
    transition: all 0.5s;
}

.pro-cases .pro-cases-box:hover i {
    width: 100%;
}

.pro-cases #pages .current,
.pro-cases #pages a {
    margin-right: 5px;
}

.pro-cases .spinner {
    z-index: 9;
}

.holder a {
    color: inherit !important;
}

.holder a:hover {
    background-color: transparent !important;
    color: #ff8120 !important;
}


/* 案例展示列表页响应式代码 */

@media (max-width: 1440px) {
    #swiper-container1.swiper-container-case .swiper-index-top {
        top: 51% !important;
    }
    #swiper-container1.swiper-container-case .swiper-slide p.index-top-en {
        margin-top: 34vh;
    }
    .inputCase input.imitationSelect {
        font-size: 14px;
    }
    .selectBox {
        /*margin: 0 15px;*/
    }
    .pro-screen .pro-screen-r .pro-screen-text {
        width: 100%;
    }
    .pro-cases .pro-cases-box .pro-cases-box-text {
        padding: 0;
        font-size: 14px;
        line-height: 50px;
    }
}

@media (max-width: 992px) {
    .pro-screen .pro-screen-r {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .pro-screen .pro-screen-l .selectBox {
        width: 29.6%;
    }
    .pro-screen .pro-screen-l .selectBox {
        padding: 0;
    }
}

@media (max-width: 573px) {
    .pro-screen .pro-screen-l .selectBox {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 480px) {
    #swiper-container1.swiper-container-case .swiper-slide p.index-top-en,
    #swiper-container1.swiper-container-case .swiper-slide p.index-top-cn {
        margin-left: 3rem;
        line-height: 2.5rem;
        opacity: 0.5;
    }
    #swiper-container1.swiper-container-case .swiper-slide i {
        margin-left: 3rem;
        margin-top: 1rem;
    }
    .pro-screen {
        padding: 15px 0;
    }
    .selectBox {
        width: 100%;
        margin: 10px 0;
    }
    .pro-screen-scroll{
      padding:15px 0;
      position: inherit;
    }
    .pro-screen .pro-screen-r{
      margin-top: 5px;
    }
    .inputCase input.imitationSelect{
      padding: 7px 0;
    }
    .pro-screen .pro-screen-r .pro-screen-text {
        font-size: 16px;
        background-size: 20px;
        line-height: 36px;
    }
    .pro-cases {
        margin: 65px auto;
    }
    .pro-cases .pro-cases-box {
        margin-bottom: 15px;
    }
    .pro-cases .pro-cases-box .pro-cases-box-text {
        font-size: 14px;
        line-height: 30px;
    }
    .pro-cases .pro-cases-box .pro-cases-box-img {
        height: 20rem;
    }
    .bannerShow{
      height: 75vh!important;
    }
    .bannerShow #swiper-container1.swiper-container{
      height: 75vh!important;
    }
    .bannerShow #swiper-container1 .section-bg{
        background-size: contain!important;
    }
}


/* ***************************************************** */


/* 案例展示详情页样式 */

.bannerShow {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.gallery-top.swiper-container-case .swiper-slide p,
.gallery-top.swiper-container-case .swiper-slide i {
    transform: translateX(-300px) !important;
    opacity: 0 !important;
}

.gallery-top.swiper-container-case .ani-slide p,
.gallery-top.swiper-container-case .ani-slide i {
    transform: translateX(0) !important;
    opacity: 0.3 !important;
}

#swiper-container-list {
    width: 100%;
    height: 105px;
    position: absolute;
    bottom: -75px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-top: 2px solid #ff6600 !important;
    margin: 0 auto;
    z-index: 999;
    transition: all 0.4s;
}

.bannerShow .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.bannerShow .swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    width: 50% !important;
    height: 20%;
    box-sizing: border-box;
    padding: 32px 0 13px 0;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    filter: -webkit-brightness(70%);
    filter: brightness(70%);
}

.gallery-thumbs .swiper-slide-thumb-active {
    border: 2px solid #ff6600;
    filter: -webkit-brightness(100%);
    filter: brightness(100%);
}

#swiper-container-list .swiper-button-prev,
#swiper-container-list .swiper-button-next {
    outline: none;
    top: 60%;
}

#swiper-container-list .swiper-button-prev {
    left: 20vw;
    background: none;
    width: auto;
}

#swiper-container-list .swiper-button-next {
    right: 20vw;
    background: none;
    width: auto;
}

#swiper-container-list .swiper-button-prev::before,
#swiper-container-list .swiper-button-next::before {
    font-size: 35px;
    color: #c3c7cc;
    line-height: 44px;
}

.list-hideBtn {
    position: absolute;
    z-index: 9999;
    width: 240px;
    height: 30px;
    background-color: #ff6600;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 30px;
    font-family: timesltstd;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.list-hideBtn>i {
    position: absolute;
    font-size: 20px;
    right: 10px;
    top: 5px;
    color: #fff;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.style_active {
    bottom: 0px !important;
}

.style_active .list-hideBtn i {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}


/* 案例展示说明 */

.proShow-Explain {
    background-color: #fff;
}

.proShow-Explain .container {
    max-width: 890px;
}

.proShow-Explain .proShow-Explain-l {
    padding: 36px 0;
    padding-right: 50px;
    /* border-right: 2px solid #e5e5e5; */
}

.proShow-Explain .proShow-Explain-l h3 {
    color: #000;
    font-size: 46px;
    font-weight: 300;
    line-height: 100px;
}

.proShow-Explain .proShow-Explain-l .proShow-Explain-con {
    margin-bottom: 15vh;
}

.proShow-Explain .proShow-Explain-l .proShow-Explain-con img {
    max-width: 100%;
}

.proShow-Explain .proShow-Explain-l .proShow-Explain-share>span {
    margin-right: 30px;
}

.proShow-Explain .proShow-Explain-l .proShow-Explain-share a {
    color: #868686;
}

.proShow-Explain .proShow-Explain-l .proShow-Explain-share i.fa-weixin {
    position: relative;
}

.proShow-Explain .proShow-Explain-l .proShow-Explain-share i.fa-weixin:hover .Eject-er {
    display: block;
}

.proShow-Explain .proShow-Explain-l .proShow-Explain-share i>.Eject-er {
    display: none;
    position: absolute;
    width: 140px;
    height: 140px;
    bottom: 26px;
    right: 50%;
    transform: translateX(50%);
}

.proShow-Explain .proShow-Explain-l .proShow-Explain-share i>.Eject-er>img {
    max-width: 100%;
}

.proShow-Explain .proShow-Explain-l .proShow-Explain-share i {
    font-size: 22px;
    margin: 0 5px;
    cursor: pointer;
}

.proShow-Explain .proShow-Explain-l .proShow-Explain-share i:hover {
    color: #ff6600;
}

.proShow-Explain .proShow-Explain-r {
    padding: 60px 0 36px 50px;
}

.proShow-Explain .proShow-Explain-r .proShow-Explain-r-t {
    margin-bottom: 40px;
}

.proShow-Explain .proShow-Explain-r .proShow-Explain-r-t,
.proShow-Explain .proShow-Explain-r .proShow-Explain-r-b {
    width: 100%;
}


/* 案例展示其他案例推荐 */

.proShow-rec .container {
}

.proShow-rec .proShow-rec-title {
    margin: 50px auto;
    /*display:none;*/
}

.proShow-rec .proShow-rec-title .proShow-rec-line {
    width: 56%;
    text-align: center;
    margin: 0 auto;
    border-left: 2px solid #ff6600;
    border-right: 2px solid #ff6600;
}

.proShow-rec .proShow-rec-title .proShow-rec-line h2 {
    font-size: 45px;
    font-family: timesltstd;
    color: #666;
}

.proShow-rec .proShow-rec-title .proShow-rec-line p {
    font-size: 24px;
    font-weight: 300;
    color: #ff6600;
}


/* 案例展示详情页响应式样式 */

@media (max-width: 1440px) {
    .proShow-rec .proShow-rec-title .proShow-rec-line h2 {
        font-size: 35px;
    }
}

@media (max-width: 768px) {
    .proShow-Explain .proShow-Explain-l {
        padding: 0 30px;
    }
    .proShow-Explain .proShow-Explain-r {
        padding: 20px 30px;
    }
    .proShow-rec .proShow-rec-title .proShow-rec-line {
        width: 75%;
    }
    .pro-cases {
        margin: 40px auto;
    }
}

@media (max-width: 480px) {
    .gallery-thumbs {
        width: 70% !important;
    }
    #swiper-container-list .swiper-button-prev {
        left: 9vw;
    }
    #swiper-container-list .swiper-button-next {
        right: 9vw;
    }
    .proShow-Explain .proShow-Explain-l {
        /*padding: 36px 30px 0;*/
        border-right: 0;
    }
    .proShow-Explain .proShow-Explain-l h3 {
        font-size: 20px;
        line-height:70px;
    }
    .proShow-Explain .proShow-Explain-l .proShow-Explain-con {
        margin-bottom: 5vh;
    }
    .proShow-Explain .proShow-Explain-l .proShow-Explain-share{
        margin-bottom:3vh;
    }
    .proShow-Explain .proShow-Explain-l .proShow-Explain-share>span {
        display: block;
        line-height: 40px;
    }
    .proShow-Explain .proShow-Explain-r {
        padding: 36px 30px;
    }
    .proShow-rec .proShow-rec-title {
        padding: 0 30px;
        margin: 0px auto;
    }
    .proShow-rec .proShow-rec-title .proShow-rec-line {
        width: 100%;
    }
    .proShow-rec .proShow-rec-title .proShow-rec-line h2 {
        font-size: 17px;
    }
    .proShow-rec .proShow-rec-title .proShow-rec-line p {
        font-size: 16px;
    }
    .proShow-rec .pro-cases {
        margin: 0px auto 20px;
    }
}


/* ***************************************************** */


/* 设计团队列表页样式 */

#swiper-container1.swiper-container-team .swiper-slide p.index-top-cn {
    display: inline-block;
    font-size: 40px;
    line-height: 52px;
    font-family: "宋体";
    border-bottom: 2px solid #ff6600;
}

#swiper-container1.swiper-container-team .swiper-slide p.index-top-cn:nth-child(2) {
    margin-top: 20px;
}

#swiper-container1.swiper-container-team .swiper-slide p.index-top-cn:nth-child(1) {
    margin-top: 20vh;
}

#swiper-container1.swiper-container-team .swiper-index-top {
    top: 52% !important;
}


/* 设计团队展示列表 */

.picShow-team {
    background: url(../images/show-team-bg.png) center no-repeat;
    background-size: cover;
}

.picShow-team .picShow-team-title {
    padding: 47px 0;
    border-bottom: 2px solid #efefef;
    text-align: center;
    font-size: 32px;
    color: #666;
    font-family: timesltstd;
}

.picShow-team .picShow-team-switchBtn {
    display:none;
    padding: 36px 0;
}

.picShow-team .picShow-team-switchBtn .picShow-team-Btn {
    position: relative;
    width: 75px;
    height: 49px;
}

.picShow-team .swiper-button-prev,
.picShow-team .swiper-button-next {
    background: none;
    font-size: 50px;
    line-height: 50px;
    color: #949494;
    outline: none;
}

.picShow-team .swiper-button-prev {
    left: 0;
}

.picShow-team .swiper-button-next {
    right: 0;
}

.picShow-team .picShow-team-list {
    padding: 0;
}

.picShow-team .index-cp .index-cp-l {
    width: 40%;
}

.picShow-team .index-cp .index-cp-r {
    width: 60%;
    height: 87vh;
}

.picShow-team .index-cp {
    background-color: transparent;
}

.picShow-team .index-cp .index-cp-r {
    background: url(../images/show-team-bg1.png) center no-repeat;
    background-size: cover;
    border-bottom: 1px solid #ff6600;
}

.picShow-team .index-cp-r .index-cp-r-text {
    margin-left: 0;
}

.picShow-team .index-cp-r .index-cp-r-text>.index-cp-r-text-cn>span:nth-child(2) {
    font-size: 21px;
    margin-bottom: 5vh;
}

.picShow-team .index-cp-r .index-cp-r-text>.index-cp-r-text-cn>span:nth-child(3) {
    font-size: 16px;
}

.picShow-team .index-cp-r .index-cp-r-text>.index-cp-r-text-cn>a {
    font-weight: bold;
}

.picShow-team .index-cp-r-main {
    width: 100%;
}

.picShow-team .pagenum {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.picShow-team .pagenum {
    color: #666;
    font-size: 21px;
}

.picShow-team .pagenum p {
    position: absolute;
    top: 18px;
    left: 18px;
}

.picShow-team .pagenum #pagesNum {
    color: #ff6600;
    top: -14px;
    left: -8px;
}

.picShow-team .section-bg {
    -webkit-filter: grayscale(1);
    filter: gray;
    filter: grayscale(1);
    transition: all 0.3s;
}

.picShow-team .section-bg:hover {
    -webkit-filter: grayscale(0);
    filter: gray;
    filter: grayscale(0);
    transform: scale(1.05);
}

#swiper-container-team {
    padding: 40px 0;
}

.swiper-container-team {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.gallery-thumbs-team .swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-thumbs-team {
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs-team .swiper-slide {
    display: block;
    background-color: transparent;
}

.gallery-thumbs-team .swiper-slide img {
    width: 100%;
    -webkit-filter: grayscale(1);
    filter: gray;
    filter: grayscale(1);
    transition: all 0.3s;
    cursor: pointer;
}

.gallery-thumbs-team .swiper-slide img:hover {
    -webkit-filter: grayscale(0);
    filter: gray;
    filter: grayscale(0);
}

.gallery-thumbs-team .swiper-slide span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
    font-family: "宋体";
    font-weight: 600;
    line-height: 50px;
}


/* 设计团队展示横幅 */

.picShow-hengfu {
    background-color: #595757;
    padding: 58px 0;
}

.picShow-hengfu h3 {
    color: #ff8120;
    font-size: 48px;
    font-family: timesltstd;
    letter-spacing: 1px;
}

.picShow-hengfu p {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
}


/* 加入我们 */

.picShow-join {
    background-color: #efefef;
}

.picShow-join .picShow-join-title {
    font-size: 16px;
    color: #666;
    line-height: 40px;
    padding: 50px 0;
    border-bottom: 1px solid #000;
}

.picShow-join .picShow-join-main {
    font-size: 16px;
    color: #666;
    line-height: 40px;
    padding: 80px 0;
    border-bottom: 1px solid #000;
}
/*.picShow-join .picShow-join-main:last-child{
    padding: 0;
    border-bottom: none;
}*/

.picShow-join .picShow-join-main .picShow-join-box {
    float: left;
}

.picShow-join .picShow-join-main .picShow-join-box h3 {
    color: #000;
    font-size: 18px;
    line-height: 48px;
}


/* 设计团队列表页响应式样式 */

@media (max-width: 1440px) {
    .picShow-team .container {
        max-width: 1200px;
    }
    .picShow-hengfu .container {
        max-width: 1200px;
    }
    .picShow-join .container {
        max-width: 1200px;
    }
}

@media (max-width: 768px) {
    #swiper-container1.swiper-container-team .swiper-slide p.index-top-cn {
        font-size: 26px;
    }
    .index-message .row .col-md-5{    max-width: 100%;}
    .index-caseList .ind_pr_box {
    z-index: 99;
}
    .picShow-team .index-cp .index-cp-l {
        width: 100%;
    }
    .gallery-top-team {
        height: 50vh!important;
    }
    .picShow-team .section-bg {
        background-size: contain!important;
        background-color: #595757!important;
    }
    .picShow-team .index-cp .index-cp-r {
        width: 100%;
    }
    .picShow-team .index-cp .index-cp-r {
        height: 60vh;
    }
    .picShow-join .picShow-join-title {
        padding: 50px 15px;
    }
}

@media (max-width: 480px) {
    #swiper-container1.swiper-container-team .swiper-slide p.index-top-cn {
        margin-left: 2rem;
        font-size: 16px;
        line-height: 30px;
        font-weight: 500;
    }
    #swiper-container1.swiper-container-team .swiper-slide p.index-top-cn:nth-child(1) {
        margin-top: 30vh;
    }
    .picShow-team .picShow-team-title {
        font-size: 22px;
        padding: 30px 15px;
    }
    .picShow-team .picShow-team-switchBtn {
        padding: 20px 0;
    }
    .picShow-team .picShow-team-switchBtn .picShow-logo {
        padding-left: 10px;
    }
    .picShow-team .swiper-button-prev,
    .picShow-team .swiper-button-next {
        color: #bbb;
        font-size: 38px;
    }
    .picShow-team .index-cp .index-cp-l {
        width: 100%;
    }
    .picShow-team .section-bg {
        background-size: contain !important;
        background-color: #595757 !important;
    }
    .picShow-team .index-cp .index-cp-r {
        width: 100%;
        padding: 0 15px;
    }
    .picShow-team .index-cp .index-cp-r {
        height: 85vh;
    }
    .picShow-team .index-cp-r .index-cp-r-text>.index-cp-r-text-cn>a {
        font-size: 20px;
    }
    .picShow-team .index-cp-r .index-cp-r-text>.index-cp-r-text-cn>span:nth-child(2) {
        margin-bottom: 2vh;
        font-size: 16px;
    }
    .picShow-team .index-cp-r .index-cp-r-text>.index-cp-r-text-cn p {
        font-size: 14px;
    }
    .picShow-team .pagenum {
        bottom: 30px;
    }
    .gallery-thumbs-team .swiper-slide span {
        font-size: 12px;
        transform: scale(0.8);
        white-space: nowrap;
    }
    .picShow-hengfu {
        margin: 30px 0;
        padding: 40px 0;
        margin-bottom: 0;
    }
    .picShow-hengfu h3 {
        font-size: 20px;
    }
    .picShow-hengfu p {
        font-size: 20px;
    }
    .picShow-join{
        margin-bottom:50px;
    }
    .picShow-join .picShow-join-title {
        padding: 20px 15px;
    }
    .picShow-join .picShow-join-main {
        padding: 0;
        border-bottom: 0;
        line-height: 30px;
    }
    .picShow-join .picShow-join-main .picShow-join-box {
        padding: 20px 15px;
        border-bottom: 1px solid #000;
    }
    #swiper-container-team{padding:20px 0;}
    .picShow-hengfu{margin:0 0 30px;}
}


/* ***************************************************** */


/* 新闻资讯列表页样式 */

.swiper-container-news .swiper-wrapper {
    max-width: 100%;
    margin: 0 auto;
}
.swiper-container-news{
    width:50%;
    margin:0;
    float: left;
}

/* 新闻标题展示 */
.newShow-list{
    background: #c9caca;
    padding: 50px 0;
}
.swiper-news-title {
    width:50%;
    margin:0;
    float: left;
    height:74vh;
    padding:40px 5.5em;
    background-color: #262222;
    
    /*flex 布局*/
    display: flex;
    /*实现垂直居中*/
    align-items: center;
    /*实现水平居中*/
    justify-content: center;
}

.swiper-news-title .container {
    max-width: 1320px;
}

.swiper-news-title .swiper-news-con h3 {
    display: inline-block;
}

.swiper-news-title .swiper-news-con h3>a {
    font-size: 34px;
    font-family: "宋体";
    color: #ff8120;
}

.swiper-news-title .swiper-news-con h3>a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ff8120;
    margin-bottom: 30px;
}

.swiper-news-title .swiper-news-con p {
    font-size: 16px;
    color: #fff;
    font-family: "宋体";
}


/* 新闻列表展示样式 */

.newShow-list .container {
    max-width: 90%;
}
.newShow-list .container .row{
    justify-content: space-between;
}
.newShow-list .newShow-list-box {
    padding: 0;
    overflow: hidden;
    max-width: 32.8%;
}

.newShow-list .newShow-list-box .newShow-list-box-img {
    height: 44vh;
    transition: all 0.3s;
    background-size: cover!important;
}

.newShow-list .newShow-list-box .newShow-list-box-text {
    padding: 45px;
    transition: all 0.3s;
}

.newShow-list .newShow-list-box:nth-child(even) .newShow-list-box-text {
    /* background-color: #262222; */
}

.newShow-list .newShow-list-box .newShow-list-box-text>span {
    display: block;
}

.newShow-list .newShow-list-box .newShow-list-box-text>span.newShow-list-box-title {
    color: #666;
    font-size: 22px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newShow-list .newShow-list-box .newShow-list-box-text>span.newShow-list-box-desc {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

.newShow-list .newShow-list-box .newShow-list-box-text>span.newShow-list-box-date {
    font-size: 14px;
}

.newShow-list .newShow-list-box:hover .newShow-list-box-img {
    transform: scale(1.03);
}

.newShow-list .newShow-list-box:hover .newShow-list-box-text span.newShow-list-box-title {
    color: #ff8120;
}

.newShow-list .newShow-list-box:hover .newShow-list-box-text span.newShow-list-box-date {
    color: #fff;
}

.newShow-list .newShow-list-box:hover .newShow-list-box-text {
    background-color: #262222;
}

.newShow-list .newShow-list-box:nth-child(even):hover .newShow-list-box-text {
    background-color: #595757;
}

.newShow-list .newShow-list-box:hover .newShow-list-box-text>span.newShow-list-box-desc {
    color: #fff;
}


/* 新闻列表展示更多按钮 */

.newShow-btn {
    /*cursor: pointer;
    padding: 70px 0;
    text-align: center;
    font-family: timesltstd;
    background-color: #7a7979;
    color: #ff8120;
    font-size: 36px;
    transition: all 0.3s;*/
    display: block;
    width: 190px;
    height: 40px;
    border: 2px solid #bebfbf;
    color: #666;
    text-align: center;
    line-height: 40px;
    margin: 40px auto 0;
    transition: all 0.3s;
    
}

.newShow-btn:hover {
    background-color: #ff6600;
    border-color:#ff6600;
    color: #fff;
}


/* 新闻资讯列表页响应式样式 */

@media (max-width: 1440px) {
    .swiper-container-news {
        height: 65vh !important;
    }
    .swiper-news-title .swiper-news-con h3>a {
        font-size: 34px;
    }
    .newShow-list .newShow-list-box .newShow-list-box-text {
        padding: 25px;
    }
    .newShow-list .newShow-list-box .newShow-list-box-text>span.newShow-list-box-title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .swiper-container-news {
        height: 30vh !important;
    }
    .newShow-list{padding: 20px 0;}
    .newShow-list .newShow-list-box{max-width:none;}
    
    .index-message .index-message-con img{width:100%;}
    
    .swiper-news-title .swiper-news-con h3>a:after{
       margin-bottom: 10px;
    }
    .swiper-news-title .swiper-news-con h3>a {
        font-size: 22px;
    }
    .swiper-news-title .swiper-news-con h3{
        width:100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #ff8120;
    }
    .swiper-news-title .swiper-news-con h3>a{
        
    }
    .swiper-news-title .swiper-news-con p {
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .newShow-list .newShow-list-box .newShow-list-box-img {
        background-size: cover !important;
        height: 38vh;
    }
    .swiper-container-news{
        width:100%;
        float: none;
    }
    .swiper-news-title{
        width:100%;
        float: none;
        padding: 30px 0;
        height: 20vh;
        display:block;
    }
    .index-footer .foot-more {
    float: none;
}
.index-linksr{
    display: none;
}
}


/* ***************************************************** */


/* 新闻资讯展示页样式 */

.bannerShow.bannerShow-news {
    height: 70vh;
}

.bannerShow.bannerShow-news .swiper-container {
    height: 70vh !important;
}

.bannerShow.bannerShow-news .swiper-container .section-bg {
    background-color: #595757 !important;
    background-size: contain !important;
}

.proShow-Explain.proShow-news-Explain .proShow-Explain-l h3 {
    font-size: 36px;
    line-height: 56px;
    margin-bottom: 10px;
}

.swiper-container-news-list {
    display: none;
}


/* ***************************************************** */


/* 联系我们内页样式 */

.swiper-container-contact {
    border-bottom: 2px solid #ff8120;
}


/* 联系我们内容 */

.page-contact {
    width: 100%;
    overflow: hidden;
}

.page-contact .page-contact-l {
    float: left;
    width: 50%;
    padding: 75px 85px 200px 85px;
    background-color: #dcdcdc;
}

.page-contact .page-contact-r {
    float: left;
    width: 50%;
    padding: 75px 3rem 0px 3rem;
}

.page-contact .page-contact-l h3 {
    font-size: 40px;
    color: #666;
    font-family: timesltstd;
    letter-spacing: 0.2px;
}

.page-contact .page-contact-l h4 {
    font-size: 26px;
    color: #ff8120;
    font-weight: 300;
    margin-top: 20px;
}

.page-contact #myform {
    margin-top: 100px;
}

.page-contact #myform .container {
    padding: 0;
}

.page-contact #myform .inp-name,
.page-contact #myform .inp-email,
.page-contact #myform .inp-comefrom,
.page-contact #myform .inp-content {
    margin-top: 30px;
}

.page-contact #myform input,
.page-contact #myform textarea {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #8c8b8b;
    padding: 0.7rem 0rem;
    transition: all 0.1s;
}

.page-contact #myform input:focus,
.page-contact #myform textarea:focus {
    border-bottom-color: #ff8120;
}

.page-contact #myform input::-webkit-input-placeholder,
.page-contact #myform textarea::-webkit-input-placeholder {
    /* WebKit browsers 适配谷歌 */
    color: #333;
}

.page-contact #myform input:-moz-placeholder,
.page-contact #myform textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #333;
}

.page-contact #myform input::-moz-placeholder,
.page-contact #myform textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ 适配火狐 */
    color: #333;
}

.page-contact #myform input:-ms-input-placeholder,
.page-contact #myform textarea:-ms-input-placeholde {
    /* Internet Explorer 10+  适配ie*/
    color: #333;
}

.page-contact #myform input:focus::-webkit-input-placeholder,
.page-contact #myform textarea:focus::-webkit-input-placeholder {
    /* WebKit browsers 适配谷歌 */
    color: #ff8120;
}

.page-contact #myform input:focus:-moz-placeholder,
.page-contact #myform textarea:focus:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #ff8120;
}

.page-contact #myform input:focus::-moz-placeholder,
.page-contact #myform textarea:focus::-moz-placeholder {
    /* Mozilla Firefox 19+ 适配火狐 */
    color: #ff8120;
}

.page-contact #myform input:focus:-ms-input-placeholder,
.page-contact #myform textarea:focus:-ms-input-placeholde {
    /* Internet Explorer 10+  适配ie*/
    color: #ff8120;
}

.page-contact #myform textarea {
    height: auto;
}

.page-contact #myform .submit-btn {
    border: 0;
    background: url(../images/submit-btn.png) left no-repeat;
    background-size: contain;
    padding: 0 0 0 28px;
    color: #333333;
    height: 22px;
    line-height: 22px;
    margin-top: 30px;
    cursor: pointer;
    transition: all 0.1s;
}

.page-contact #myform .submit-btn:hover {
    color: #ff8120;
    background: url(../images/submit-btn1.png) left no-repeat;
    background-size: contain;
}

.page-contact .page-contact-r h4 {
    font-family: timesltstd;
    font-size: 24px;
    color: #949494;
}

.page-contact .page-contact-r h3 {
    color: #000;
    font-size: 30px;
    line-height: 58px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.page-contact .page-contact-r .page-contact-text {
    margin: 23px 0;
    color: #111;
    font-size: 18px;
}

.page-contact .page-contact-r .page-tel {
    padding: 40px 0;
}

.page-contact .page-contact-r .page-tel span {
    font-size: 20px;
    color: #666;
}

.page-contact .page-contact-r .page-tel h4 {
    font-family: "Microsoft YaHei";
    color: #000;
    font-weight: bold;
    font-size: 20px;
    line-height: 38px;
}

.page-contact .page-contact-r .page-contact-tel1 {
    border-bottom: 1px solid #000;
}

.page-contact .page-contact-r .page-contact-tel2>p {
    font-size: 16px;
    margin-top: 20px;
}

.page-contact .page-contact-r .page-contact-er {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.page-contact .page-contact-r .page-contact-er h4 {
    color: #666;
    margin-bottom: 75px;
}

.page-contact .page-contact-r .page-contact-er img {
    width: 170px;
    margin: 18px 0;
}

.page-contact .page-contact-r .page-contact-er img:nth-child(3) {
    margin-bottom: 40px;
}


/* 联系我们内页响应式样式 */

@media (max-width: 1440px) {
    .page-contact .page-contact-l h3 {
        font-size: 29px;
    }
    .page-contact .page-contact-l h4 {
        font-size: 20px;
    }
    .page-contact .page-contact-r h4 {
        font-size: 20px;
    }
    .page-contact .page-contact-r h3 {
        font-size: 24px;
    }
    .page-contact .page-contact-r .page-contact-text {
        font-size: 16px;
    }
    .page-contact .page-contact-r .page-tel {
        padding: 24px 0;
    }
}

@media (max-width: 992px) {
    .page-contact .page-contact-l,
    .page-contact .page-contact-r {
        width: 100%;
        padding: 75px 2rem 100px 2rem;
    }
    .page-contact #myform input,
    .page-contact #myform textarea {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .page-contact .page-contact-l,
    .page-contact .page-contact-r {
        padding: 3rem 1.5rem 3rem 1.5rem;
    }
    .page-contact .page-contact-l h3 {
        font-size: 20px;
    }
    .page-contact .page-contact-l h4 {
        font-size: 16px;
    }
    .page-contact #myform {
        margin-top: 0px;
    }
    .page-contact .page-contact-r h4 {
        font-size: 15px;
        margin-top: 7px;
    }
    .page-contact .page-contact-r h3 {
        font-size: 16px;
    }
    .page-contact .page-contact-r .page-contact-er {
        align-items: center;
    }
    .page-contact .page-contact-r .page-contact-er h4 {
        margin: 20px 0;
        font-size: 18px;
    }
    .page-contact #myform .inp-name,
    .page-contact #myform .inp-email,
    .page-contact #myform .inp-comefrom,
    .page-contact #myform .inp-content {
        margin-top: 18px;
    }
    .proShow-Explain.proShow-news-Explain .proShow-Explain-l h3{
        font-size:21px;
    }
}

/*移动端悬浮电话*/
.tel-bottom{
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background-color: #f3f3f3;
    width: 100%;
    line-height: 50px;
    border-top: 1px solid #eee;
}
.tel-bottom>a{
    display: inline-block;
    width: 49%;
    text-align: center;
    color: #333;
    text-indent: 1.5em;
}
.tel-bottom>a:nth-child(1){
    background:url(../images/mess.png) 40px center no-repeat;
    background-size:15%;
    border-right: 1px solid #ddd;
}
.tel-bottom>a:nth-child(2){
    background:url(../images/tel.png) 40px center no-repeat;
    background-size:15%;
}
@media (max-width: 576px) {
  .tel-bottom{
    display: block;
  }
}
.index-linksr{background: #c9caca;}
.index-linksr ul{display: flex;flex-wrap: wrap;}
.index-linksr li{margin-right: 20px;    line-height: 60px;color: #666 !important;font-size: 16px;}
.index-linksr li a{    color: #666 !important;font-size: 16px;}