@charset "utf-8";

/*=========
 基本默认值
 ==========*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-word-break: normal !important;
    word-break: normal !important;
    word-wrap: break-word !important;
}

html, body {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; /*苹果手机端滑动卡屏*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent; /*手机端点击底部出现背景*/
    width: 100%;
    overflow-x: hidden;
    min-width: 320px;
    font-size: 12px;
}

body {
    color: #626262;
    font-family: "Arial", "Microsoft YaHei";
}

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #000;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

::after, ::before {
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

table {
    border-collapse: collapse;
}

input, textarea, select {
    font-family: "Arial", "Microsoft YaHei";
    font-size: 12px;
    outline: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
@media only screen and (min-width: 800px) {
::-webkit-scrollbar {
 width: 5px;
 height: 5px;
 background-color: #d2d2d2;
}
  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track {
 border-radius: 0px;
 background: #d2d2d2;
}
  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb {
 border-radius: 0px;
 background-color:#291671;
}
}
@keyframes titleIn
{
0%   {transform: scale(0.8);}
33%  {transform: scale(1);}
66%  {transform: scale(0.9);}
100% {transform: scale(1);}
}
@-moz-keyframes titleIn /* Firefox */
{
0%   {transform: scale(0.8);}
33%  {transform: scale(1);}
66%  {transform: scale(0.9);}
100% {transform: scale(1);}
}
@-webkit-keyframes titleIn /* Safari 和 Chrome */
{
0%   {transform: scale(0.8);}
33%  {transform: scale(1);}
66%  {transform: scale(0.9);}
100% {transform: scale(1);}
}
@-o-keyframes titleIn /* Opera */
{
0%   {transform: scale(0.8);}
33%  {transform: scale(1);}
66%  {transform: scale(0.9);}
100% {transform: scale(1);}
}

/*94%的内容*/
.container {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*图片通用样式*/
.img-common {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
}

/*清楚浮动*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}

.clearfix:after {
    clear: both;
}

/*Flex居中样式*/
.flex-center {
    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;
}

/*动画*/
.donghua {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

/*文字溢出*/
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.bsBox,.bsBox *{
    box-sizing:content-box;
}
/* =========

  导航

  ========== */
/*导航*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 100;
}

.header .header-top {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid rgba(130, 155, 170, .5);
    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: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.header.header-bg .header-top{
    background-color: #f6f6f6;
}
.header.header-bg .header-bottom{
    background-color: #ffffff;
}
/*搜索*/
.header .header-top .inSearch-box {
    float: right;
    position: relative;
    margin-left: 10px;
    line-height: 36px;
    height: 36px;
}

.header .header-top .inSearch-box .inSearch-icon-up {
    background-image: url("../images/insearch_03.png");
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.header.header-bg .header-top .inSearch-box .inSearch-icon-up {
    background-image: url("../images/insearch2_03.png");
}

.header .header-top .inSearch-box .inSearch-icon-phone {
    background-image: url("../images/insearch_03.png");
    width: 15px;
    height: 15px;
    display: none;
    cursor: pointer;
}

.header .header-top .inSearch-box .inSearch-sub {
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    z-index: 101;
    opacity: 0;
    visibility: hidden;
}

.header .header-top .inSearch-box[data-on=click] .inSearch-sub {
    opacity: 1;
    visibility: visible;
}

.header .header-top .inSearch-box .inSearch-sub input[type="text"] {
    width: 100%;
    height: 100%;
    line-height: 36px;
    border: none;
    text-indent: 10px;
}

.header .header-top .inSearch-box .inSearch-sub input[type="submit"] {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background-color: transparent;
    background-image: url(../images/insearch2_03.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    border: 0;
    cursor: pointer;
}

@media only screen and (min-width: 601px) {
    .header .header-top .inSearch-box:hover .inSearch-sub {
        opacity: 1;
        visibility: visible;
    }
}

/*语言*/
.header .header-top .language-box {
    float: right;
    margin-left: 12px;
    position: relative;
    cursor: pointer;
}

.header .header-top .language-box .language-word {
    padding: 0 20px;
    position: relative;
    color: #ffffff;
    font-size: 1.16rem;
    line-height: 25px;
}

.header.header-bg .header-top .language-box .language-word {
    color: #000000;
}

.header .header-top .language-box .language-word:before {
    content: "";
    display: block;
    background-image: url("../images/earth_03.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
}

.header.header-bg .header-top .language-box .language-word:before {
    background-image: url("../images/earth2_03.png");
}

.header .header-top .language-box .language-word:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: transparent #ffffff #ffffff transparent;
    border-width: 1px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 5px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
    -o-transform: rotate(45deg); /* Opera */
}

.header.header-bg .header-top .language-box .language-word:after {
    border-color: transparent #000000 #000000 transparent;
}

.header .header-top .language-box .language-sub {
    position: absolute;
    top: 100%;
    right: 0;
    width: 80px;
    background-color: #fff;
    z-index: 102;
    opacity: 0;
    visibility: hidden;
}

.header .header-top .language-box[data-on="click"] .language-sub {
    opacity: 1;
    visibility: visible;
}

.header .header-top .language-box .language-sub .language-select a {
    display: block;
    padding: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1rem;
}

@media only screen and (min-width: 601px) {
    .header .header-top .language-box:hover .language-word + .language-sub {
        opacity: 1;
        visibility: visible;
    }
}

/*用户*/
.header .header-top .user-box {
    float: right;
    height: 36px;
    line-height: 36px;
}

.header .header-top .user-box .user-icon {
    width: 16px;
    height: 13px;
    background-image: url("../images/usericon_03.png");
}

.header.header-bg .header-top .user-box .user-icon {
    background-image: url("../images/usericon2_03.png");
}

.header .header-top .user-box .username{
    color: #fff;
    font-size: 1.16rem;
}
.header.header-bg .header-top .user-box .username{
    color: #000;
}

.header .header-top .user-box a {
    margin: 0 8px;
    color: #ffffff;
    font-size: 1rem;
}

.header.header-bg .header-top .user-box a {
    color: #000000;
}

.header .header-top .user-box span {
    color: #ffffff;
    display: inline-block;
}

.header.header-bg .header-top .user-box span {
    color: #000000;
}

/*导航logo*/
.header .header-bottom {
    height: 63px;
}

.header .header-bottom .logo {
    display: block;
    float: left;
}

.header .header-bottom .logo .logo2 {
    display: none;
}

.header.header-bg .header-bottom .logo .logo1 {
    display: none;
}

.header.header-bg .header-bottom .logo .logo2 {
    display: block;
}

/*导航条*/
.header .header-bottom .nav-list {
    height: 100%;
    float: right;
}

.header .header-bottom .nav-list .list-n {
    display: inline-block;
    padding-left: 15px;
    position: relative;
    margin-left: 15px;
    cursor: pointer;
}

.header .header-bottom .nav-list .list-n .nav-word{
    display: block;
    padding-top: 30px;
    height: 63px;
    color: #ffffff;
    font-size: 1.16rem;
}

.header.header-bg .header-bottom .nav-list .list-n .nav-word {
    color: #000000;
    transition: all 0s;
}
.header.header-bg .header-bottom .nav-list .list-n .nav-word.on{
    color: #291671;
    font-weight: bold;
}
.header .header-bottom .nav-list .list-n:after {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 65%;
    margin-top: -1px;
}

.header.header-bg .header-bottom .nav-list .list-n:after {
    background-color: #000000;
}

.header .header-bottom .nav-list .list-n:first-child:after {
    display: none;
}
.header .header-bottom .nav-list .list-n .nav-menu{
    position: absolute;
    top:100%;
    left: 0;
    width: 150px;
    background-color: #fff;
    padding: 15px;
    border-top:4px solid #291671;
    opacity: 0;
    visibility: hidden;
}
.header .header-bottom .nav-list .list-n .nav-menu .menu-a{
    display: block;
    font-size: 1.16rem;
    color: #626262;
    margin-bottom: 20px;
    transition: all 0s;
}
.header .header-bottom .nav-list .list-n .nav-menu .menu-a:last-child{
    margin-bottom: 0;
}
@media only screen and (min-width: 601px){
    .header .header-bottom .nav-list .list-n:hover .nav-menu{
        opacity: 1;
        visibility: visible;
    }
        .header .header-bottom .nav-list .list-n .nav-menu .menu-a:hover{
        color: #291671;
        font-weight: bold;
    }
}
/*手机导航按钮*/
.header .header-bottom .mm-list {
    position: relative;
    float: right;
    display: none;
    margin-top: 20px;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.header .header-bottom .mm-list .line {
    width: 24px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 7px;
}

.header.header-bg .header-bottom .mm-list .line {
    background-color: #000000;
}

.header .header-bottom .mm-list .line.line1 {
    margin-top: -7px;
}

.header .header-bottom .mm-list .line.line3 {
    margin-top: 7px;
}
.header .header-bottom .mm-list[data-on="click"] .line.line2{
    display: none;
}
.header .header-bottom .mm-list[data-on="click"] .line.line1 {
    transform:rotate(45deg);
-ms-transform:rotate(45deg);     /* IE 9 */
-moz-transform:rotate(45deg);    /* Firefox */
-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
-o-transform:rotate(45deg);  /* Opera */
    margin-top: 0;
}

.header .header-bottom .mm-list[data-on="click"] .line.line3 {
   transform:rotate(-45deg);
-ms-transform:rotate(-45deg);     /* IE 9 */
-moz-transform:rotate(-45deg);    /* Firefox */
-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
-o-transform:rotate(-45deg);  /* Opera */
    margin-top: 0;
}
/*手机导航条*/
.mm-nav-box{
    display: none;
}

@media only screen and (max-width: 1024px){
    .header .header-bottom {
        height: 53px;
    }

    .header .header-bottom .logo img {
        height: 53px;
    }

    .header .header-bottom .nav-list {
        display: none;
    }

    .header .header-bottom .mm-list {
        display: block;
    }
    .mm-nav-box{
        top:86px;
    }
    /*手机导航条*/
    .mm-nav-box {
        position: fixed;
        left: 0;
        top:89px;
        width: 100vw;
        height: 0;
        overflow-y: auto;
        background-color: #fff;
        z-index: 111;

        -webkit-transition: all .8s ease;
        -o-transition: all .8s ease;
        -moz-transition: all .8s ease;
        transition: all .8s ease;
        display: block;
    }
    .mm-nav-box[data-on="click"]{
        height: 100vh;
         border-top: 1px solid #626262;
    }
    .mm-nav-box .mm-nav-list .list-m .mm-click{
        border-bottom: 1px solid rgba(0,0,0,.5);
        padding: 0 30px;
        position: relative;
        padding: 0 3%;
    }

    .mm-nav-box .mm-nav-list .list-m .mm-click.after:after{
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-width: 1px;
        border-style: solid;
        border-color:transparent rgba(0,0,0,.3) rgba(0,0,0,.3) transparent ;
        position: absolute;
        right:30px;
        top:50%;
        margin-top: -5px;
        transform:rotate(45deg);
        -ms-transform:rotate(45deg); 	/* IE 9 */
        -moz-transform:rotate(45deg); 	/* Firefox */
        -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
        -o-transform:rotate(45deg); 	/* Opera */
    }
    .mm-nav-box .mm-nav-list .list-m[data-on="click"] .mm-click:after{
        transform:rotate(225deg);
        -ms-transform:rotate(225deg); 	/* IE 9 */
        -moz-transform:rotate(225deg); 	/* Firefox */
        -webkit-transform:rotate(225deg); /* Safari 和 Chrome */
        -o-transform:rotate(225deg); 	/* Opera */
    }
    .mm-nav-box .mm-nav-list .list-m .mm-click a{
        height: 50px;
        line-height: 50px;
        font-size: 1.33rem;
        color: #626262;
    }
    .mm-nav-box .mm-nav-list .list-m .mm-sub{
        padding: 0 3%;
        display: none;
    }
    .mm-nav-box .mm-nav-list .list-m .mm-sub a{
        height: 32px;
        line-height: 32px;
        color: #626262;
        display: block;
        font-size: 1.16rem;
        overflow: hidden;
        border-bottom: 1px solid rgba(0,0,0,.3);
    }

}

/* =========

  首页

  ========== */

/*轮播图*/
.inbanner-swiper {
    height: 800px;
    position: relative;
}
.inbanner-swiper .swiper-wrapper .swiper-slide{
    height: 100%;
}
.inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox{
   height: 100%;
   overflow: hidden;
}
.inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox .inbanner-img{
    display: block;
    height: 100%;
    -moz-transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.inbanner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .inbanner-imgbox .inbanner-img{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.inbanner-swiper .inbanner-swiper-pagination{
    position: absolute;
    bottom: 3%;
    z-index: 99;
    text-align: center;
}
.inbanner-swiper .inbanner-swiper-pagination .swiper-pagination-bullet{
    width: 50px;
    height: 2px;
    background-color: #fff;
    opacity: 1;
    border-radius:0;
}
.inbanner-swiper .inbanner-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #291671;
}
.inbanner-swiper .inbanner-swiper-button-prev{
    position: absolute;
    width: 40px;
    height: 40px;
    left: 8%;
    bottom: 3%;
    z-index: 99;
    margin-bottom: -20px;
    cursor: pointer;
}
.inbanner-swiper .inbanner-swiper-button-prev:before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}
.inbanner-swiper .inbanner-swiper-button-prev:after{
  content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: -2px;
}
.inbanner-swiper .inbanner-swiper-button-next{
    position: absolute;
    width: 40px;
    height: 40px;
    right: 8%;
    bottom: 3%;
    z-index: 99;
    margin-bottom: -20px;
    cursor: pointer;
}
.inbanner-swiper .inbanner-swiper-button-next:before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}
.inbanner-swiper .inbanner-swiper-button-next:after{
  content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #fff;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -2px;
}
@media only screen and (max-width:1600px){
   .inbanner-swiper {
    height: 750px;
} 
}
@media only screen and (max-width:1400px){
   .inbanner-swiper {
    height: 700px;
} 
}
@media only screen and (max-width:1280px){
   .inbanner-swiper {
    height: 650px;
} 
}
@media only screen and (max-width:1024px){
   .inbanner-swiper {
    height: 600px;
} 
.inbanner-swiper .inbanner-swiper-button-prev{
display: none;
}
.inbanner-swiper .inbanner-swiper-button-next{
display: none;
}
}
@media only screen and (max-width:800px){
   .inbanner-swiper {
    height: 500px;
} 
.inbanner-swiper .inbanner-swiper-pagination{
display: none;
}
}
@media only screen and (max-width:600px){
   .inbanner-swiper {
    height: 400px;
} 
}
@media only screen and (max-width:414px){
   .inbanner-swiper {
    height: 300px;
} 
}
@media only screen and (max-width:375px){
   .inbanner-swiper {
    height: 280px;
} 
}
@media only screen and (max-width:320px){
   .inbanner-swiper {
    height: 250px;
} 
}


/*关于易施宝*/
.inAbout-bg {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 80px;

}
.inAbout-bg .inAbout-main{
    padding-left: 332px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    transition: all 1s ease;
}
.inAbout-bg .inAbout-main[data-on="click"]{
    padding-left: 0;
}
.inAbout-bg .inAbout-main .inAbout-left {
    width: 332px;
    height: 100%;
    border: 1px solid #e1e1e1;
    padding: 60px 30px 10px 30px;
    
 -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
    position: absolute;
    top: 0;
    left: -332px;
}
.inAbout-bg .inAbout-main .inAbout-left .inAbout-left-main {
    max-height: 100%;
    overflow: hidden;
}
.inAbout-bg .inAbout-main .inAbout-left .inAbout-left-main img {
    float: left;
    clear: both;
    text-align: center;
    margin-right: 10px;
}

.inAbout-bg .inAbout-main .inAbout-left .inAbout-left-main .inAbout-title {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 10px;
    color: #626262;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inAbout-bg .inAbout-main .inAbout-left .inAbout-left-main .inAbout-massage {
    font-size: 1.16rem;
    line-height: 2.5rem;
    color: #626262;
}

.inAbout-bg .inAbout-main .inAbout-left .inAbout-more {
    display: block;
    background-color: #13136e;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin-top: 8px;
}

.inAbout-bg .inAbout-main .inAbout-left .inAbout-more span {
    display: inline-block;
    font-size: 1.16rem;
    color: #ffffff;
    position: relative;
}

.inAbout-bg .inAbout-main .inAbout-left .inAbout-more span:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-color: transparent #ffffff #ffffff transparent;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
    -moz-transform: rotate(-45deg); /* Firefox */
    -webkit-transform: rotate(-45deg); /* Safari 和 Chrome */
    -o-transform: rotate(-45deg); /* Opera */
}


/*右侧*/
.inAbout-bg .inAbout-main .inAbout-right{
    width:100%;
    height: 400px;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: relative;
    background-color: rgba(0,0,0,.1);
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list{
   flex-grow:1;
   height: 100%;
   border-left: 1px solid #e1e1e1;
   cursor: pointer;
   transition: all 1s ease;
   position: relative;
   overflow: hidden;

}

.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list .list-imgbg{
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align:left;

}


.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list .list-imgbg .inAbout-right-word{
    font-size: 1.66rem;
    color: #ffffff;
    line-height: 1.2;
    width: 20px;
    display: block;
    position: absolute;
    bottom: 3%;
    left: 50%;
     margin-bottom: 30px;
    text-align: center;
        -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    transition: all .8s ease-out;
    -webkit-transform: translate3d(-50%,-100%,0);
       -moz-transform: translate3d(-50%,-100%,0);
            transform: translate3d(-50%,-100%,0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list.on .list-imgbg .inAbout-right-word{
    -webkit-transform: translate3d(-50%,0,0);
       -moz-transform: translate3d(-50%,0,0);
            transform: translate3d(-50%,0,0);
    opacity: 1;
    visibility: visible;
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list:nth-child(2) .list-imgbg .inAbout-right-word{
    -webkit-transition-delay: .1s;
       -moz-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list:nth-child(3) .list-imgbg .inAbout-right-word{
    -webkit-transition-delay: .2s;
       -moz-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list:nth-child(4) .list-imgbg .inAbout-right-word{
    -webkit-transition-delay: .3s;
       -moz-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list:nth-child(5) .list-imgbg .inAbout-right-word{
    -webkit-transition-delay: .4s;
       -moz-transition-delay: .4s;
         -o-transition-delay: .4s;
            transition-delay: .4s;
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list:nth-child(6) .list-imgbg .inAbout-right-word{
    -webkit-transition-delay: .5s;
       -moz-transition-delay: .5s;
         -o-transition-delay: .5s;
            transition-delay: .5s;
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list:nth-child(7) .list-imgbg .inAbout-right-word{
    -webkit-transition-delay: .6s;
       -moz-transition-delay: .6s;
         -o-transition-delay: .6s;
            transition-delay: .6s;
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list:nth-child(8) .list-imgbg .inAbout-right-word{
    -webkit-transition-delay: .7s;
       -moz-transition-delay: .7s;
         -o-transition-delay: .7s;
            transition-delay: .7s;
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list:nth-child(9) .list-imgbg .inAbout-right-word{
    -webkit-transition-delay: .8s;
       -moz-transition-delay: .8s;
         -o-transition-delay: .8s;
            transition-delay: .8s;
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list:nth-child(10) .list-imgbg .inAbout-right-word{
    -webkit-transition-delay: 1s;
       -moz-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list:nth-child(11) .list-imgbg .inAbout-right-word{
    -webkit-transition-delay: 1.1s;
       -moz-transition-delay: 1.1s;
         -o-transition-delay: 1.1s;
            transition-delay: 1.1s;
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list:nth-child(12) .list-imgbg .inAbout-right-word{
    -webkit-transition-delay: 1.2s;
       -moz-transition-delay: 1.2s;
         -o-transition-delay: 1.2s;
            transition-delay: 1.2s;
}


.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list .list-imgbg .inAbout-right-demo{
     font-size: 1.66rem;
    color: #ffffff;
    line-height: 1.2;
    margin: 3% auto;
    display: none;
    max-width: 500px;
    text-align: center;
}

.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list .list-imgbg .inAbout-right-link{
    display: block;
    font-size: 1.33rem;
    color: #ffffff;
    line-height: 1;
    margin-top: 3%;
    text-align: left;
    padding-bottom: 5px;
    padding-right: 15px;
    border-bottom: 1px solid #fff;
    display: none;
    position: relative;
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list .list-imgbg .inAbout-right-link:before{
    content: "";
    width: 10px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list .list-imgbg .inAbout-right-link:after{
    content: "";
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -7px;
}

.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list .inAbout-right-btn{
    width: 30px;
    height: 30px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translate(-50%,-150%);
    transition: all .5s;
}

.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list .inAbout-right-btn:before{
    content: "";
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list .inAbout-right-btn:after{
     content: "";
    width: 2px;
    height:20px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list .inAbout-right-close{
 width: 30px;
    height: 30px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translate(-50%,0);
    display: none;
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list .inAbout-right-close:before{
    content: "";
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list .inAbout-right-close:after{
     content: "";
    width: 2px;
    height:20px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}


@media only screen and (min-width: 601px){

} 
@media only screen and (min-width: 1024px){
   .inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list:hover .inAbout-right-btn{
       transition: all .5s;
       transform: translate(-50%,0);
}
    .inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list[data-on="click"] {
       height: auto;
   }
   .inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list[data-on="click"] .list-imgbg {
       padding: 3%;
       transition-delay: 0s;
   }
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list[data-on="click"]{
   flex-grow:12;
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list[data-on="click"] .inAbout-right-close{
display: block;
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list[data-on="click"] .list-imgbg{
    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;
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list[data-on="click"] .list-imgbg .inAbout-right-word{
    width: auto;
    position: static;
    transform: translateX(0);
-moz-writing-mode: inherit;
-ms-writing-mode: inherit;
-o-writing-mode: inherit;
-webkit-writing-mode: inherit;
writing-mode: inherit;
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list[data-on="click"] .inAbout-right-demo{
    display: block;
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list[data-on="click"] .inAbout-right-link{
    display: inline-block;
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list[data-on="click"] .inAbout-right-btn{
display: none;
}

}
@media only screen and (max-width:1400px){
    .inAbout-bg {
        padding-bottom: 70px;
    }
}
@media only screen and (max-width:1280px){
    .inAbout-bg {
        padding-bottom: 60px;
    }
}
@media only screen and (max-width:1024px){
    .inAbout-bg {
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .inAbout-bg .inAbout-main .inAbout-right .inAbout-left .inAbout-title {
        margin-bottom: 1%;
    }
    .inAbout-bg .inAbout-main .inAbout-right .inAbout-left .inAbout-more {
        margin-top: 1%;
    }
    .inAbout-bg .inAbout-main {
        padding-left: 0;
    }
    .inAbout-bg .inAbout-main .inAbout-right {
        width: 100%;
        height: auto;
        -ms-flex-direction:column;
        -webkit-flex-direction:column;
        flex-direction:column;
    }
    .inAbout-bg .inAbout-main .inAbout-left {
        width: 100%;
        position: static;
        top: 0;
        left: 0;
    }
    .inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list {
        height: 80px;
    }

 .inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list .list-imgbg .inAbout-right-word {
    width: auto;
    bottom: auto;
    top: 50%;
    left: 50%;
        transform: translate3d(-50%,-50%,0)!important;
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list .inAbout-right-btn {
display: none;
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list .inAbout-right-close {
 display: none;
}

.inAbout-bg .inAbout-main .inAbout-left {
     padding: 6% 3% 10% 3%; 
}

.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list .list-imgbg .inAbout-right-link {
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   display: block;
   text-align: right;
   border: none;
   line-height: 80px;
   margin-top: 0;
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list .list-imgbg .inAbout-right-link:before{
    display: none;
}
.inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list .list-imgbg .inAbout-right-link:after{
    display: none;    
}
}
@media only screen and (max-width:600px){
    .inAbout-bg {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .inAbout-bg .inAbout-left {
        width: 100%;
    }
    .inAbout-bg .inAbout-main .inAbout-left .inAbout-massage {
        line-height: 2rem;
    }
}
@media only screen and (max-width:414px){
    .inAbout-bg .inAbout-main .inAbout-right .inAbout-right-list {
        height: 60px;
    }
}


/*首页标题通用*/

.title-common {
    display: block;
    font-size: 2rem;
    color: #535353;
    text-align: center;
    margin-bottom: 5px;
    opacity: 0;
    visibility: hidden;
}
.title-common.on{
    animation:titleIn .5s ease;
    -webkit-animation:titleIn .5s ease; /* Safari and Chrome */
    opacity: 1;
    visibility: visible;
}
.massage-common {
    font-size: 1.16rem;
    line-height: 1.5;
    color: #959595;
    text-align: center;
    margin-bottom: 56px;
      opacity: 0;
    visibility: hidden;
}
.massage-common.on{
    animation:titleIn .5s ease;
    -webkit-animation:titleIn .5s ease; /* Safari and Chrome */
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width:1024px){
    .title-common {
        margin-bottom: 1%;
    }

    .massage-common {
        margin-bottom: 5%;
    }
}


/*首页解决方案*/
.index-solution-bg {
    background-color: #f0f6fa;
    padding-top: 40px;
    padding-bottom: 30px;
}

.index-solution-bg .solution .solution-case {
    display: block;
    background-color: #e8f1f6;
    padding: 23px 32px;
    position: relative;
    margin-bottom: 35px;
}

.index-solution-bg .solution .solution-case .case-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 9;
   width: 469px;
}

.index-solution-bg .solution .solution-case .case-img img {
    width: 100%;
    opacity: 0;
}

.index-solution-bg .solution .solution-case .case-content {
    padding: 50px 70px 50px 60px;
    background-color: #fff;
    width: 790px;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 10;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translate3d(10%,0,0);
    -moz-transform: translate3d(10%,0,0);
            transform: translate3d(10%,0,0);
    opacity: 0.5;
    visibility: hidden;
}
 .index-solution-bg .solution .solution-case:nth-child(2) .case-content{
    -webkit-transform: translate3d(-10%,0,0);
       -moz-transform: translate3d(-10%,0,0);
            transform: translate3d(-10%,0,0);
} 

.index-solution-bg .solution .solution-case.on .case-content{
  -webkit-transform: translate3d(0,0,0);
     -moz-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
  opacity: 1;
  visibility: visible;
}

.index-solution-bg .solution .solution-case .case-content .case-title {
    font-size: 1.66rem;
    color: #535353;
    margin-bottom: 20px;
}

.index-solution-bg .solution .solution-case .case-content .case-massage {
    font-size: 1.16rem;
    line-height: 2.5rem;
    color: #7d7d7d;
}

.index-solution-bg .solution .solution-case:nth-child(2n) .case-img {
    right: 0;
    left: auto;
}

.index-solution-bg .solution .solution-case:nth-child(2n) .case-content {
    margin: 0 auto 0 0;
}

@media only screen and (max-width:1024px){
    .index-solution-bg {
        padding-top: 4%;
        padding-bottom: 3%;
    }
    .index-solution-bg .solution .solution-case {
        padding: 2.5% 3%;
        margin-bottom: 3.5%;
    }
    .index-solution-bg .solution .solution-case .case-img {
        position: static;
        width:100%;
        padding-top: calc(245 / 469 * 100%);
    }
    .index-solution-bg .solution .solution-case .case-content {
        padding: 5% 7% 5% 6%;
        width: 100%;
    }
    .index-solution-bg .solution .solution-case .case-content .case-title {
        margin-bottom: 2%;
    }
}

@media only screen and (max-width:600px){
    .index-solution-bg .container{
        width: 100%
    }
}


/*工程案例*/
.index-project-bg {
    padding-top: 70px;
    padding-bottom: 40px;
}

.index-project-bg .project-list .list-p {
    display: block;
    width: -moz-calc((100% - 90px) / 3);
    width: -webkit-calc((100% - 90px) / 3);
    width: calc((100% - 90px) / 3);
    float: left;
    margin-right: 45px;
    margin-bottom: 45px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: #dad9db;
    transition:all 1s ease-out;
    transform: translate3d(0,-10%,0);
    opacity: 0;
    visibility: hidden;
}
.index-project-bg .project-list .list-p.on{
 transform: translate3d(0,0,0);
    opacity: 1;
    visibility: visible;
}
.index-project-bg .project-list .list-p:nth-child(3n) {
    margin-right: 0;
}

.index-project-bg .project-list .list-p .project-img {
    padding-top: -moz-calc(309 / 369 * 100%);
    padding-top: -webkit-calc(309 / 369 * 100%);
    padding-top: calc(309 / 369 * 100%);
}

.index-project-bg .project-list .project-theme {
    height: 80px;
    text-align: center;
    font-size: 1.33rem;
    line-height: 80px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-project-bg .project-list .project-more {
    position: absolute;
    right: 3%;
    top: 3%;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50px;
    padding: 8px 30px 8px 20px;
}

.index-project-bg .project-list .project-more span {
    font-size: 1.16rem;
    color: #ffffff;
    position: relative;
}

.index-project-bg .project-list .project-more span:after {
    content: "";
    display: block;
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: -16px;
    top: 50%;
    margin-top: -4px;
}

@media only screen and (min-width: 601px) {
    .index-project-bg .project-list .list-p:hover {
        -webkit-transform: translate3d(0, -2%, 0);
        -ms-transform: translate3d(0, -2%, 0);
        -o-transform: translate3d(0, -2%, 0);
        transform: translate3d(0, -2%, 0);
        box-shadow: 5px 5px 10px #dadada;
        transition-delay: 0s!important;
    }
    .index-project-bg .project-list .list-p.on:hover:nth-child(2){
    transition-delay: 0s;
}
.index-project-bg .project-list .list-p.on:hover:nth-child(3){
    transition-delay: 0s;
}
.index-project-bg .project-list .list-p.on:hover:nth-child(4){
    transition-delay: 0s;
}
.index-project-bg .project-list .list-p.on:hover:nth-child(5){
    transition-delay: 0s;
}
.index-project-bg .project-list .list-p.on:hover:nth-child(6){
    transition-delay: 0s;
}
}

@media only screen and (max-width:1024px){
    .index-project-bg {
        padding-top: 6%;
        padding-bottom: 4%;
    }
    .index-project-bg .project-list .list-p {
        margin-bottom: 4.5%;
    }
}

@media only screen and (max-width:800px){
    .index-project-bg .project-list .list-p {
        width: -moz-calc((100% - 45px) / 2);
        width: -webkit-calc((100% - 45px) / 2);
        width: calc((100% - 45px) / 2);
    }
    .index-project-bg .project-list .list-p:nth-child(3n) {
        margin-right: 45px;
    }
    .index-project-bg .project-list .list-p:nth-child(2n) {
        margin-right: 0;
    }
    .index-project-bg .project-list .project-theme {
        height: 60px;
        line-height: 60px;
    }
}

@media only screen and (max-width:414px){
    .index-project-bg .project-list .list-p {
        width: 100%;
        margin-right: 0;
    }
}


/*首页易施宝讲座*/
.index-chair-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
        background-color: #13136e;
}

.index-chair-bg .chair-img {
    width: -moz-calc(100% - 775px);
    width: -webkit-calc(100% - 775px);
    width: calc(100% - 775px);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    visibility: hidden;
}
.index-chair-bg .chair-img.on{
    opacity: 1;
    visibility: visible;
}
.index-chair-bg .chair-content {
    width: 775px;

    padding: 130px 25px 110px 25px;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
         flex: 1;
    -webkit-box-flex: 1;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translate3d(30%,0,0);
       -moz-transform: translate3d(30%,0,0);
            transform: translate3d(30%,0,0);
    opacity: 0;
    visibility: hidden;
}
.index-chair-bg .chair-content.on{
   -webkit-transform: translate3d(0,0,0);
      -moz-transform: translate3d(0,0,0);
           transform: translate3d(0,0,0);
   opacity: 1;
   visibility: visible;
}
.index-chair-bg .chair-content .chair-title {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 30px;
}

.index-chair-bg .chair-content .chair-massage {
    font-size: 1.16rem;
    line-height: 2.5rem;
    color: #ffffff;
    margin-bottom: 120px;
}

.index-chair-bg .chair-content .chair-more {
    font-size: 1.16rem;
    display: inline-block;
    text-align: left;
    position: relative;
    color: #ffffff;
    padding-right: 15px;
    border-bottom: 1px solid #ffffff;
}

.index-chair-bg .chair-content .chair-more:before {
    content: "";
    display: block;
    width: 9px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 1px;
}

.index-chair-bg .chair-content .chair-more:after {
    content: "";
    display: block;
    width: 1px;
    height: 9px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -4px;
}

@media only screen and (max-width:1600px){
    .index-chair-bg .chair-content {
        width: 700px;
        padding: 120px 25px 100px 25px;
    }
}
@media only screen and (max-width:1400px){
    .index-chair-bg .chair-content {
        width: 650px;
        padding: 100px 25px 80px 25px;
    }
    .index-chair-bg .chair-content .chair-massage {
        margin-bottom: 100px;
    }
}
@media only screen and (max-width:1280px){
    .index-chair-bg .chair-content {
       width: 600px;
       padding: 80px 25px 60px 25px;
   }
   .index-chair-bg .chair-content .chair-massage {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width:1024px){
    .index-chair-bg {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .index-chair-bg .chair-img {
        width: 100%;
        padding-top: calc(469 / 1146 * 140%);
    }
    .index-chair-bg .chair-content {
        width: 100%;
        padding: 6% 3% 4% 3%;
    }
    .index-chair-bg .chair-content .chair-title {
        margin-bottom: 3%;
    }
    .index-chair-bg .chair-content .chair-massage {
        margin-bottom: 3%;
    }
}


/*易施宝资讯*/
.index-new-bg {
    padding-top: 80px;
    padding-bottom: 130px;
}

.index-new-bg .new-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.index-new-bg .new-main .new-video {
    width: -moz-calc((100% - 25px) / 2);
    width: -webkit-calc((100% - 25px) / 2);
    width: calc((100% - 25px) / 2);
    margin-right: 25px;
    border: 1px solid #e3e3e3;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease; 
    -webkit-transform: translate3d(-30%,0,0); 
    -moz-transform: translate3d(-30%,0,0); 
    transform: translate3d(-30%,0,0);
    opacity: 0;
    visibility: hidden;
       min-height:360px;
       position: relative;
}
.index-new-bg .new-main .new-video .mejs-container{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.index-new-bg .new-main .new-video .iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
}
.index-new-bg .new-main .new-video .new-video-title{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 1.33rem;
    color: #fff;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0,0,0,.5);
    text-align: center;
}
.index-new-bg .new-main.on .new-video{
   -webkit-transform: translate3d(0,0,0);
   -moz-transform: translate3d(0,0,0);
   transform: translate3d(0,0,0);
   opacity: 1;
   visibility: visible;

}
.index-new-bg .new-main .new-video .mejs-video {
    width: 100% !important;
    height: 100% !important;
}

.index-new-bg .new-main .new-video .mejs-controls {
    display: none;
}

.index-new-bg .new-main .new-video .mejs-overlay-play {
    cursor: pointer;
}
.index-new-bg .new-main .new-video .mejs-poster img {
    display: block;
}
.index-new-bg .new-main .new-video .mejs-overlay-play .mejs-overlay-button {
    background-image: url(../images/vediobut_03.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 52px;
    height: 52px;
    margin: 0;
    margin-left: -26px;
    transform: translateY(11px);
}

.index-new-bg .new-main .new-list {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    width: -moz-calc((100% - 25px) / 2);
    width: -webkit-calc((100% - 25px) / 2);
    width: calc((100% - 25px) / 2);
        -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease; 
    -webkit-transform: translate3d(30%,0,0); 
       -moz-transform: translate3d(30%,0,0); 
            transform: translate3d(30%,0,0);
    opacity: 0;
    visibility: hidden;
}
.index-new-bg .new-main.on .new-list{
 -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
         transform: translate3d(0,0,0);
    opacity: 1;
    visibility: visible;
}
.index-new-bg .new-main .new-list .list-n {
    display: block;
    background-color: #ededed;
    padding: 20px 10px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    position: relative;
}

.index-new-bg .new-main .new-list .list-n:nth-child(3) {
    margin-bottom: 0;
}

.index-new-bg .new-main .new-list .list-n .new-time {
    font-size: 1rem;
    color: #959595;
    margin-bottom: 6px;
}

.index-new-bg .new-main .new-list .list-n .new-title {
    font-size: 1.33rem;
    color: #535353;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-new-bg .new-main .new-list .list-n .new-massage {
    font-size: 0.83rem;
    color: #707070;
}

.index-new-bg .new-main .new-list .list-n .jt {
    width: 100px;
    height: 100%;
    background-color: #13136e;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.index-new-bg .new-main .new-list .list-n .jt:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff #ffffff transparent transparent;
    position: absolute;
    top: 50%;
    right: 25%;
    transform:translateY(-50%) rotate(45deg);
    -ms-transform:translateY(-50%) rotate(45deg); /* IE 9 */
    -moz-transform:translateY(-50%) rotate(45deg); /* Firefox */
    -webkit-transform:translateY(-50%) rotate(45deg); /* Safari 和 Chrome */
    -o-transform:translateY(-50%) rotate(45deg); /* Opera */
}

.index-new-bg .new-main .new-list .list-n .jt:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 23%;
}

@media only screen and (min-width: 601px) {
    .index-new-bg .new-main .new-list .list-n:hover {
        border: 1px solid transparent;
        box-shadow: 0 0 15px #dddde4;
        background-color: #fff;
    }

    .index-new-bg .new-main .new-list .list-n:hover .jt {
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (max-width:1400px){
    .index-new-bg {
        padding-bottom: 100px;
    }
}
@media only screen and (max-width:1280px){
    .index-new-bg {
        padding-top: 60px;
        padding-bottom: 80px;
    }
}
@media only screen and (max-width:1024px){
    .index-new-bg .new-main {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .index-new-bg {
        padding-top: 6%;
        padding-bottom: 8%;
    }
    .index-new-bg .new-main .new-video {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
        height: 400px;
    }
    .index-new-bg .new-main .new-list {
        width: 100%;
    }
    .index-new-bg .new-main .new-list .list-n {
        padding: 2% 1%;
        margin-bottom: 2%;
    }
}
@media only screen and (max-width:800px){
   .index-new-bg .new-main .new-video {
    height: 350px;
    min-height: auto;
}
}
@media only screen and (max-width:600px){
 .index-new-bg .new-main .new-video {
    height: 300px;
}
}
@media only screen and (max-width:414px){
   .index-new-bg .new-main .new-video {
    height: 250px;
    }
}
@media only screen and (max-width:375px){
  .index-new-bg .new-main .new-video {
    height: 210px;
    }
}



/*内页通用大图*/
.allPage-banner{
    display: block;
    height: 492px;
    margin-top: 100px;
}
@media only screen and (max-width:1600px){
.allPage-banner{
    height: 462px;
}
}
@media only screen and (max-width:1400px){
.allPage-banner{
    height: 432px;
}
}
@media only screen and (max-width:1280px){
.allPage-banner{
    height: 400px;
}
}
@media only screen and (max-width:1024px){
.allPage-banner{
    height: 350px;
    margin-top: 90px;
}
}
@media only screen and (max-width:800px){
.allPage-banner{
    height: 320px;
}
}
@media only screen and (max-width:600px){
.allPage-banner{
    height: 300px;
}
}
@media only screen and (max-width:414px){
.allPage-banner{
    height: 280px;
}
}
@media only screen and (max-width:375px){
.allPage-banner{
    height: 250px;
}
}
@media only screen and (max-width:320px){
.allPage-banner{
    height: 200px;
}
}

/*内页通用标题*/
.allPage-title{
    font-size: 2rem;
    line-height: 1;
    color: #626262;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}
.allPage-title.on{
   animation:titleIn .5s ease;
    -webkit-animation:titleIn .5s ease; 
    opacity: 1;
    visibility: visible;
}



/*========== 

    关于我们

==========*/
/*公司简介*/

.intro-top {
    padding-top: 70px;
}

.intro-top .intro-top-main {
    padding-top: 70px;
    padding-bottom: 100px;
    padding-left: 170px;
    padding-right: 170px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.intro-top .intro-top-main .list-it{
    margin-top: 60px;
}
.intro-top .intro-top-main .list-it.first .intro-top-content{
    width: 100%;
}   
.intro-top .intro-top-main .list-it .intro-top-title{
    font-size: 1.5rem;
    color: #626262;
    text-align: center;
    margin-bottom: 30px;
}
.intro-top .intro-top-main .list-it .list-it-main{
    max-height: 220px;
    overflow: hidden;
}
.intro-top .intro-top-main .list-it .list-it-main .intro-top-imgbox{
    width: 48%;
    margin-right: 2%;
    float: left;
}
.intro-top .intro-top-main .list-it:nth-child(2n) .list-it-main .intro-top-imgbox{
    float: right;
    margin-left: 2%;
    margin-right:0;
}
.intro-top .intro-top-main .list-it .list-it-main .intro-top-imgbox .intro-top-img{
     padding-top: -webkit-calc(215 / 415 * 100%);
    padding-top: -moz-calc(215 / 415 * 100%);
    padding-top: calc(215 / 415 * 100%);
}
.intro-top .intro-top-main .list-it .list-it-main .intro-top-content {
    width: 50%;
    float: left;
    font-size: 1.16rem;
    line-height: 2rem;
    color: #626262;
}

@media only screen and (max-width:1400px) {
    .intro-top .intro-top-main {
        padding-left: 150px;
        padding-right: 150px;
    }
}

@media only screen and (max-width:1280px) {
    .intro-top .intro-top-main {
        padding-bottom: 80px;
        padding-left: 120px;
        padding-right: 120px;
    }
}

@media only screen and (max-width:1024px) {
    .intro-top {
        padding-top: 6%;
    }
    .intro-top .intro-top-main {
        padding: 6%
    }
   .intro-top .intro-top-main .list-it{
    margin-top:3%;
}
.intro-top .intro-top-main .list-it .intro-top-title {
    margin-bottom: 3%;
}
}
@media only screen and (max-width:800px){
    .intro-top .intro-top-main .list-it .list-it-main{
    max-height: none;
}
    .intro-top .intro-top-main .intro-top-content{
        line-height:2.5rem;
    }
    .intro-top .intro-top-main .list-it .list-it-main .intro-top-imgbox{
    width: 100%;
margin: 0;
    float: none;
}

.intro-top .intro-top-main .list-it .list-it-main .intro-top-content {
    width: 100%;
    float: none;
    margin-top: 3%;
}
.intro-top .intro-top-main .list-it:nth-child(2n) .list-it-main .intro-top-imgbox {
    float: none;
    margin: 0;
}
}


/*旗下品牌*/
.intro-brand-bg{
    padding-top: 60px;
    padding-bottom: 30px;  
}

.intro-brand-bg .intro-brand-main{
    width: 70%;
    margin: 0 auto;
}

.intro-brand-bg .intro-brand-main .allPage-title.intro-brand-title{
    color: #fff;
}
.intro-brand-bg .intro-brand-main .intro-brand-list{
    margin-top: 70px;
}
.intro-brand-bg .intro-brand-main .intro-brand-list .list-b{
    width: -webkit-calc((100% - 60px) / 3);
    width: -moz-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
    float: left;
    margin-right: 30px;
    margin-bottom: 60px;
    cursor: pointer;
}
.intro-brand-bg .intro-brand-main .intro-brand-list .list-b:nth-child(3n){
    margin-right: 0;
}
.intro-brand-bg .intro-brand-main .intro-brand-list .list-b .brand-img{
    display: block;
    padding-top: -webkit-calc(106 / 266 * 100%);
    padding-top: -moz-calc(106 / 266 * 100%);
    padding-top: calc(106 / 266 * 100%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #f8f8f8;
    -webkit-box-shadow: 0 0 10px rgba(255,255,255,.4);
    -moz-box-shadow: 0 0 10px rgba(255,255,255,.4);
    box-shadow: 0 0 10px rgba(255,255,255,.4);
}

@media only screen and (min-width: 601px){
    .intro-brand-bg .intro-brand-main .intro-brand-list .list-b:hover{
        -webkit-transform: translate3d(.0,-8%,0);
        -moz-transform: translate3d(.0,-8%,0);
        transform: translate3d(.0,-8%,0);
    }
}

@media only screen and (max-width:1400px){
}
@media only screen and (max-width:1280px){
    .intro-brand-bg .intro-brand-main {
        width: 80%;
    }
}
@media only screen and (max-width:1024px){
    .intro-brand-bg {
        padding-top: 6%;
        padding-bottom: 3%;
    }
    .intro-brand-bg .intro-brand-main {
        width: 94%;
    }
    .intro-brand-bg .intro-brand-main .intro-brand-list {
        margin-top: 6%;
    }
    .intro-brand-bg .intro-brand-main .intro-brand-list .list-b {
        margin-bottom: 6%;
    }
}
@media only screen and (max-width:600px){
    .intro-brand-bg .intro-brand-main .intro-brand-list .list-b {
        width: -webkit-calc((100% - 30px) / 2);
        width: -moz-calc((100% - 30px) / 2);
        width: calc((100% - 30px) / 2);
    }
    .intro-brand-bg .intro-brand-main .intro-brand-list .list-b:nth-child(3n){
        margin-right: 30px;
    }
    .intro-brand-bg .intro-brand-main .intro-brand-list .list-b:nth-child(2n){
        margin-right: 0;
    }
}


/*探索易施宝*/
.intro-explore-bg{
    padding-bottom: 130px;
}
.intro-explore-bg .intro-explore-main{
    padding: 100px 170px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.intro-explore-bg .intro-explore-main .intro-explore-list{
    margin-top: 90px;
}

.intro-explore-bg .intro-explore-main .intro-explore-list .list-e{
    width: -webkit-calc((100% - 90px) / 4);
    width: -moz-calc((100% - 90px) / 4);
    width: calc((100% - 90px) / 4);
    float: left;
    margin-right: 30px;
        
}

.intro-explore-bg .intro-explore-main .intro-explore-list .list-e:nth-child(4){
    margin-right: 0;
}

.intro-explore-bg .intro-explore-main .intro-explore-list .list-e .explore-img{
    padding-top: -webkit-calc(141 / 197 * 100%);
    padding-top: -moz-calc(141 / 197 * 100%);
    padding-top: calc(141 / 197 * 100%);
    position: relative;

}
.intro-explore-bg .intro-explore-main .intro-explore-list .list-e .explore-img .explore-title{
    width: 76px;
    height: 40px;
    background-color: rgba(0,0,0,.25);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -38px;
    margin-top: -20px;
    font-size: 1rem;
    color: #fff;
}
@media only screen and (min-width: 601px){
.intro-explore-bg .intro-explore-main .intro-explore-list .list-e:hover{
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform:translateY(-10%);
       -moz-transform:translateY(-10%);
        -ms-transform:translateY(-10%);
         -o-transform:translateY(-10%);
            transform:translateY(-10%);
}
}
@media only screen and (max-width:1600px){
.intro-explore-bg .intro-explore-main {
    padding: 100px 150px;
}
}
@media only screen and (max-width:1400px){
    .intro-explore-bg {
        padding-bottom: 110px;
    }
    .intro-explore-bg .intro-explore-main {
        padding: 100px 120px;
    }
    .intro-explore-bg .intro-explore-main .intro-explore-list {
    margin-top: 80px;
}
}
@media only screen and (max-width:1280px){
    .intro-explore-bg {
        padding-bottom: 80px;
    }
    .intro-explore-bg .intro-explore-main {
        padding: 80px 100px;
    }
    .intro-explore-bg .intro-explore-main .intro-explore-list {
        margin-top: 70px;
    }
}
@media only screen and (max-width:1024px){
    .intro-explore-bg {
        padding-bottom: 6%;
    }
    .intro-explore-bg .intro-explore-main {
        padding: 6%;
    }
    .intro-explore-bg .intro-explore-main .intro-explore-list {
        margin-top: 6%;
    }
}
@media only screen and (max-width:800px){
    .intro-explore-bg .intro-explore-main .intro-explore-list .list-e {
        width: -webkit-calc((100% - 60px) / 2);
        width: -moz-calc((100% - 60px) / 2);
        width: calc((100% - 60px) / 2);
        margin-right: 60px;
        margin-bottom: 6%;
    }
    .intro-explore-bg .intro-explore-main .intro-explore-list .list-e:nth-child(2){
        margin-right: 0;
    }
}
@media only screen and (max-width:375px){
    .intro-explore-bg .intro-explore-main .intro-explore-list .list-e {
        width: -webkit-calc((100% - 50px) / 2);
        width: -moz-calc((100% - 50px) / 2);
        width: calc((100% - 50px) / 2);
        margin-right: 50px;
    }
}
@media only screen and (max-width:320px){
    .intro-explore-bg .intro-explore-main .intro-explore-list .list-e {
        width: -webkit-calc((100% - 40px) / 2);
        width: -moz-calc((100% - 40px) / 2);
        width: calc((100% - 40px) / 2);
        margin-right: 40px;
    }
}
/*创始人*/
.founder-bg{
    padding-top: 80px;
    padding-bottom: 100px;
}
.founder-bg .founder-main{
    padding: 70px 170px;
    box-shadow: 0 0 20px rgba(0,0,0,.11);
}
.founder-bg .founder-main .founder-content{
    font-size: 1.16rem;
    line-height: 3rem;
    margin-top: 50px;
}
@media only screen and (max-width:1600px){
    .founder-bg .founder-main {
        padding: 70px 140px;
    }
}
@media only screen and (max-width:1400px){
    .founder-bg {
        padding-top: 70px;
        padding-bottom: 80px;
    }
    .founder-bg .founder-main {
        padding: 70px 100px;
    }
}
@media only screen and (max-width:1280px){
    .founder-bg {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .founder-bg .founder-main {
        padding: 70px 80px;
    }
}
@media only screen and (max-width:1024px){
    .founder-bg {
        padding-top: 6%;
        padding-bottom: 7%;
    }
    .founder-bg .founder-main {
        padding: 6%;
    }
    .founder-bg .founder-main .founder-content{
        margin-top: 5%;
    }
}


/*企业文化*/
.culture-bg{
    padding-top: 80px;
}
.culture-bg .culture-main{
    padding: 60px 170px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.culture-bg .culture-main .culture-content{
    margin-top: 60px;
    font-size: 1.16rem;
    line-height: 2.5;
    color: #626262;
}
.culture-bg .culture-main .culture-content img{
    width: 100%;
}
.culture-bg .culture-main .culture-content .culture-imgbox{
    float: right;
    width: 330px;
    margin-left: 30px;
}
.culture-bg .culture-main .culture-content .culture-imgbox .culture-img{
     padding-top: -webkit-calc(330 / 280 * 100%);
     padding-top: -moz-calc(330 / 280 * 100%);
     padding-top: calc(330 / 280 * 100%);
}
@media only screen and (max-width:1600px){
    .culture-bg .culture-main {
        padding: 60px 150px;
    }
}
@media only screen and (max-width:1400px){
    .culture-bg .culture-main {
        padding: 60px 120px;
    }
}
@media only screen and (max-width:1280px){
    .culture-bg .culture-main {
        padding: 60px 100px;
    }
}
@media only screen and (max-width:1024px){
    .culture-bg {
        padding-top: 6%;
    }
    .culture-bg .culture-main {
        padding: 6%;
    }
    .culture-bg .culture-main .culture-content {
        margin-top: 6%;
    }
}
@media only screen and (max-width:600px){

.culture-bg .culture-main .culture-content {
    line-height: 2;
}
}
@media only screen and (max-width:414px){
.culture-bg .culture-main .culture-content .culture-imgbox{
    float:none;
    width: 100%;
    margin-left: 0;
}
}
/*价值观*/
.culture-value{
    padding-top: 80px;
    padding-bottom: 100px;
}

.culture-value .value-kind{
    margin-top: 60px;
}

.culture-value .value-kind .value-select{
    display: inline-block;
    padding-right:15px;
    position: relative;
    cursor: pointer;

}
.culture-value .value-kind .value-select:after{
    content: "";
    display: block;
    width: 20px;
    height: 30px;
    box-shadow: 2px 0 10px rgba(0, 0, 0, .1);
    position: absolute;
    right: 10px;
    top: 0;
    transform: skew(20deg);
    z-index: 9;
}
.culture-value .value-kind .value-select[data-on="click"]:after{
    background-color: #291671;
} 
.culture-value .value-kind .value-select .slecet-l{
    background-color: #fff;
    width: 125px;
    height: 30px;
    line-height: 30px;
    font-size: 1.16rem;
    text-align: center;
    color: #535353;
    box-shadow: -6px -3px 13px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.culture-value .value-kind .value-select[data-on="click"] .slecet-l{
    background-color: #291671;
    color:#ffffff; 
} 
.culture-value .value-content{
    padding: 50px 170px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 11;
    display: none;
}
.culture-value .value-content[data-on="click"]{
    display: block;
}
.culture-value .value-content img{
    width: 100%;
}
@media only screen and (max-width:1600px){
    .culture-value .value-content {
        padding: 50px 150px;
}
}
@media only screen and (max-width:1400px){
    .culture-value {
        padding-top: 70px;
        padding-bottom: 90px;
    }
    .culture-value .value-content {
    padding: 50px 120px;
}
}
@media only screen and (max-width:1280px){
    .culture-value {
        padding-top: 60px;
        padding-bottom: 80px;
    }
        .culture-value .value-content {
    padding: 50px 100px;
}
}
@media only screen and (max-width:1024px){
    .culture-value {
        padding-top: 6%;
        padding-bottom: 8%;
    }
    .culture-value .value-kind {
    margin-top: 6%;
}
        .culture-value .value-content {
    padding: 5% 6%;
}
}
@media only screen and (max-width:800px){
.culture-value .value-kind .value-select .slecet-l {
    width: 100px;
}
}
@media only screen and (max-width:414px){
    .culture-value .value-kind .value-select {
        width: 48%;
        margin-bottom: 3%;
    }
    .culture-value .value-kind .value-select .slecet-l {
        width: 100%;
    }
}


/*发展历程*/
.history-bg{
    padding: 80px 0;
    background-color: #f0f6fa;
}
.history-bg .allPage-title.history-title{
    margin-bottom: 60px;
}
.history-bg .history-mian{
    padding-top: 75px;
    padding-bottom: 50px;
    position: relative;
}
.history-bg .history-mian .timer-shaft{
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    transform:translate(-50%,0);
}
.history-bg .history-mian .timer-shaft:before{
    content:"";
    display: inline-block;
    border-width: 16px 8px;
    border-style: solid;
    border-color: transparent transparent #291671 transparent; 
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -8px;
    margin-top: -16px;
}
.history-bg .history-mian .timer-shaft:after{
    content:"";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #291671;
    position: absolute;
}
.history-bg .history-mian .history-box-list{
     height: auto;
    max-height: 2100px;
    overflow: hidden;
}
 .history-bg .history-mian .history-box-list[data-on="click"]{
     max-height:none;
} 
.history-bg .history-mian .history-box-list .history-box{
    width: 50%;
    margin-bottom: 3%;
}
.history-bg .history-mian .history-box-list .history-box .history-list{
    width: 100%;
     padding-right: 120px;
    position: relative;
}

.history-bg .history-mian .history-box-list .history-box .history-list:before{
    content:'';
    width: 120px;
    height: 1px;
    background-color: #a2a2a2;
    position: absolute;
    right: 0;
    top: 10%;
    transition:.5s;
    opacity: 0;
    visibility: hidden;
}
.history-bg .history-mian .history-box-list .history-box.on .history-list:before{
    opacity: 1;
    visibility: visible;
}
.history-bg .history-mian .history-box-list .history-box .history-list:after{
    content:'';
    width: 8px;
    height: 8px;
     background-color: #a2a2a2;
     border-radius: 50%;
     position: absolute;
      right: 0;
    top: 10%;
    margin-top: -4px;
    margin-right: -4px;
    z-index: 99;
}
.history-bg .history-mian .history-box-list .history-box .history-list .list-h{
    background-color: #fff;
        transition: all .5s;
    transform: translateX(-20%);
    opacity: 0;
    visibility: hidden;
}
.history-bg .history-mian .history-box-list .history-box.on .history-list .list-h{
    transform: translateX(0);
    opacity:1;
    visibility: visible;
}
.history-bg .history-mian .history-box-list .history-box .history-list .list-h .history-img{
width: 100%;
height: auto;
}
.history-bg .history-mian .history-box-list .history-box .history-list .list-h .history-theme{
    padding: 25px 20px;
    font-size: 1.16rem;
    line-height: 2;
}
.history-bg .history-mian .history-box-list .history-box .history-year{
    padding: 15px;
    white-space: nowrap;
    background-color: #fff;
    font-size: 1.33rem;
    color: #291671;
    display: inline-block;
    position: absolute;
    left: 100%;
    top: 10%;
    margin-left: 20px;
    transform: translate(40%,-50%);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.history-bg .history-mian .history-box-list .history-box.on .history-year{
    transform: translate(0,-50%);
    opacity: 1;
    visibility: visible;
}
.history-bg .history-mian .history-box-list .history-box .history-year:after{
    content: "";
    border-width: 6px 12px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translate(0,-50%);
}

/*右侧年份*/
.history-bg .history-mian .history-box-list .history-box.right{
    width: 50%;
}
.history-bg .history-mian .history-box-list .history-box.right .history-list{
    width: 100%;
    padding-right: 0;
     padding-left: 120px;
    float: right;
    margin-top: 100px;
}
.history-bg .history-mian .history-box-list .history-box.right .history-list .list-h{
     transform: translateX(20%);
    opacity: 0;
    visibility: hidden;
}
.history-bg .history-mian .history-box-list .history-box.on.right .history-list .list-h{
    transform: translateX(0);
    opacity:1;
    visibility: visible;
}
.history-bg .history-mian .history-box-list .history-box.right .history-list:before{
    left: 0;
}
.history-bg .history-mian .history-box-list .history-box.right .history-list:after{
    left: 0;
    margin-left: -4px;
}

.history-bg .history-mian .history-box-list .history-box.right .history-list .history-year{
    left: auto;
    right: 100%;
    margin-right: 20px;
    transform: translate(-40%,-50%);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.history-bg .history-mian .history-box-list .history-box.right.on .history-list .history-year{
    transform: translate(0,-50%);
    opacity: 1;
    visibility: visible;
}
.history-bg .history-mian .history-box-list .history-box.right .history-list .history-year:after{
    border-color: transparent transparent transparent #fff;
    left: 100%;
    right: auto;
}
/*展开按钮*/
.history-bg .history-mian .history-show{
    width: 30px;
    height: 30px;
    background-color: transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
    margin-bottom: -4px;
    z-index: 102;
}
.history-bg .history-mian .history-show .history-showbtn{
    width: 22px;
    height: 22px;
    background-color: #291670;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.history-bg .history-mian .history-show .history-showbtn:before{
    content: "";
    width: 14px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);    
}
.history-bg .history-mian .history-show .history-showbtn:after{
    content: "";
    width: 1px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);    
}
.history-bg .history-mian .history-show .history-showbtn[data-on="click"]:after{
   display: none;
}


@media only screen and (max-width:1024px){
    .history-bg .history-mian .history-box-list .history-box .history-list .list-h .history-theme{
    padding: 2.5% 2%;
}
.history-bg {
    padding: 6% 0;
    background-color: #f0f6fa;
}
.history-bg .allPage-title.history-title {
    margin-bottom: 0;
}
.history-bg .history-mian {
    padding-top: 6%;
    padding-bottom: 5%;
}

.history-bg .history-mian .history-box-list .history-box .history-list {
    width:90%;
    padding-right:0;
    padding-left: 0;
    float: none;
}
.history-bg .history-mian .history-box-list .history-box.right .history-list {
   width:90%;
    padding-right:0;
    padding-left: 0;
}
.history-bg .history-mian .history-box-list .history-box .history-year {
    position: static;
    left: auto;
    left: 0;
    top: 50%;
    margin-left: 0;
    transform: translate(0,0);
    padding: 3%;
}
.history-bg .history-mian .history-box-list .history-box.on .history-year {
    transform: translate(0,0);
}
.history-bg .history-mian .history-box-list .history-box.right .history-list .history-year {
    left: 0;
    right: auto;
    margin-right: 0;
    transform: translate(0,-0);
}
.history-bg .history-mian .history-box-list .history-box .history-list:before{
    display: none;
}
.history-bg .history-mian .history-box-list .history-box.right .history-list:before{
    display: none;
}
.history-bg .history-mian .history-box-list .history-box.right.on .history-list .history-year {
    transform: translate(0,0);
}
.history-bg .history-mian .history-box-list .history-box.right .history-list .history-year:after {
   display: none;
}
.history-bg .history-mian .history-box-list .history-box .history-list:after {
    display: none;
}
}
@media only screen and (max-width:414px){
.history-bg .history-mian .history-box-list .history-box{
    width: 100%;
    position: static!important;
}
.history-bg .history-mian .history-box-list .history-box .history-list{
    width: 100%;
}
.history-bg .history-mian .timer-shaft{
    display: none;
}
}






/*荣誉资质*/
.honor-bg{
    padding: 80px;
    text-align: center;
}

.honor-bg .honor-list{
    margin-top: 60px;
    max-height: 1100px;
    overflow: hidden;
}

.honor-bg .honor-list[data-on="on"]{
    max-height: none;
}

.honor-bg .honor-list .list-h{
    width: -webkit-calc((100% - 240px) / 3);
    width: -moz-calc((100% - 240px) / 3);
    width: calc((100% - 240px) / 3);
    float: left;
    margin-right: 120px;
    margin-bottom: 80px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(0,-20%,0);
       -moz-transform: translate3d(0,-20%,0);
            transform: translate3d(0,-20%,0);
    opacity: 0;
    visibility: hidden;
}
.honor-bg .honor-list .list-h.on{
 -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
         transform: translate3d(0,0,0);
    opacity: 1;
    visibility: visible;
}
.honor-bg .honor-list .list-h:nth-child(3n){
    margin-right: 0;
}

.honor-bg .honor-list .list-h .honor-img-bg{
  background: -webkit-linear-gradient(left,rgba(228,228,228,.2) 20%, rgba(3,0,0,.2) 50%,rgba(228,228,228,.2) 80%); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left,rgba(228,228,228,.2) 20%, rgba(3,0,0,.2) 50%,rgba(228,228,228,.2) 80%); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left,rgba(228,228,228,.2) 20%, rgba(3,0,0,.2) 50%,rgba(228,228,228,.2) 80%); /* Firefox 3.6 - 15 */
  background: linear-gradient(left,rgba(228,228,228,.2) 20%, rgba(3,0,0,.2) 50%,rgba(228,228,228,.2) 80%); /* 标准的语法 */
 padding: 5px;
margin-bottom: 20px;
}

.honor-bg .honor-list .list-h .honor-img-bg .honor-img{
    padding-top: calc(187 / 294 * 100%);
    border-color: #ffffff;
    border-width: 15px 8px;
    border-style: solid; 
}

.honor-bg .honor-list .list-h .honor-title{
    padding-top: 15px;
    width: 100%;
    font-size:1.33rem;
    color: #535353;
    text-align: center;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.honor-bg .honor-list .list-h .honor-title:after{
    content: "";
    width: 16px;
    height: 2px;
    background-color: #291671;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top:0;
}

.honor-bg .honor-more{
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.honor-bg .honor-more .line{
    width: 24px;
    height: 2px;
    background-color: #291671;
    position: absolute;
    left: 0;
    top: 7px;
}

.honor-bg .honor-more .line.line1 {
    margin-top: -7px;
}

.honor-bg .honor-more .line.line3 {
    margin-top: 7px;
}

.layui-layer-content {
    max-height: 800px;
    max-width: 1200px;
    height: auto!important;
}
.layui-layer-content img{
    max-height: 100%;
    width: 100%;
}

@media only screen and (max-width:1400px){
    .honor-bg .honor-list {
        max-height: 1050px;
    }
}
@media only screen and (max-width:1280px){
    .honor-bg {
        padding: 70px;
    }
    .honor-bg .honor-list .list-h {
        margin-bottom: 70px;
    }
    .honor-bg .honor-list {
        max-height: 980px;
    }
}
@media only screen and (max-width:1024px){
    .honor-bg {
        padding: 6%;
    }
    .honor-bg .honor-list {
        margin-top: 6%;
    }
    .honor-bg .honor-list {
        max-height:1050px;
    }
    .honor-bg .honor-list .list-h {
        width: -webkit-calc((100% - 120px) / 2);
        width: -moz-calc((100% - 120px) / 2);
        width: calc((100% - 120px) / 2);
        margin-bottom: 6%;
    }
    .honor-bg .honor-list .list-h:nth-child(3n){
        margin-right: 120px;
    }
    .honor-bg .honor-list .list-h:nth-child(2n){
        margin-right: 0;
    }
    .honor-bg .honor-list .list-h .honor-img-bg {
        margin-bottom: 2%;
    }
    .honor-bg .honor-list .list-h .honor-title {
        padding-top: 2%;
    }
}
@media only screen and (max-width:800px){
    .honor-bg .honor-list {
        max-height: 850px;
    }
}
@media only screen and (max-width:600px){
    .honor-bg .honor-list {
       max-height: 610px;
    }
    .layui-layer-nobg {
    width: 94%!important;
    margin: 0 auto;
}
}
@media only screen and (max-width:414px){
    .honor-bg .honor-list .list-h {
        width: 100%;
        margin-right: 0;
    }
}
@media only screen and (max-width:375px){
.honor-bg .honor-list {
    max-height: 560px;
}
}
@media only screen and (max-width:320px){
.honor-bg .honor-list {
    max-height: 490px;
}
}

/*培训资格*/
.honor-train-bg .honor-train-main{
        padding: 90px 0;
}
.honor-train-bg .honor-train-main .honor-train-imgbox{
    width: 400px;
        background: -webkit-linear-gradient(left,rgba(228,228,228,.2) 20%, rgba(3,0,0,.2) 50%,rgba(228,228,228,.2) 80%);
    background: -o-linear-gradient(left,rgba(228,228,228,.2) 20%, rgba(3,0,0,.2) 50%,rgba(228,228,228,.2) 80%);
    background: -moz-linear-gradient(left,rgba(228,228,228,.2) 20%, rgba(3,0,0,.2) 50%,rgba(228,228,228,.2) 80%);
    background: -webkit-gradient(linear,left top, right top,color-stop(20%, rgba(228,228,228,.2)), color-stop(50%, rgba(3,0,0,.2)),color-stop(80%, rgba(228,228,228,.2)));
    background: linear-gradient(left,rgba(228,228,228,.2) 20%, rgba(3,0,0,.2) 50%,rgba(228,228,228,.2) 80%);
    padding: 5px;
    float: left;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateX(-20%);
       -moz-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
         -o-transform: translateX(-20%);
            transform: translateX(-20%);
    opacity: 0;
    visibility: hidden;
}
.honor-train-bg .honor-train-main .honor-train-imgbox.on{
-webkit-transform: translateX(0);
   -moz-transform: translateX(0);
    -ms-transform: translateX(0);
     -o-transform: translateX(0);
        transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.honor-train-bg .honor-train-main .honor-train-imgbox .honor-train-img{
    padding-top: calc(280 / 400 * 100%);
    border-color: #ffffff;
    border-width: 15px 8px;
    border-style: solid;
}
.honor-train-bg .honor-train-main .honor-train-content{
    width: calc(97% - 400px);
    float: right;
    font-size: 1rem;
    line-height: 2.5;
    color: #535353;
    padding:10px;
     -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateX(20%);
       -moz-transform: translateX(20%);
        -ms-transform: translateX(20%);
         -o-transform: translateX(20%);
            transform: translateX(20%);
    opacity: 0;
    visibility: hidden;
}
.honor-train-bg .honor-train-main .honor-train-content.on{
-webkit-transform: translateX(0);
   -moz-transform: translateX(0);
    -ms-transform: translateX(0);
     -o-transform: translateX(0);
        transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
@media only screen and (max-width:1400px){
    .honor-train-bg .honor-train-main {
        padding: 80px 0;
    }
}
@media only screen and (max-width:1280px){
    .honor-train-bg .honor-train-main {
        padding: 70px 0;
    }
}
@media only screen and (max-width:1024px){
    .honor-train-bg .honor-train-main {
        padding: 6% 0;
    }
    .honor-train-bg .honor-train-main .honor-train-imgbox {
        width: 300px;
    }
    .honor-train-bg .honor-train-main .honor-train-content {
        width: calc(97% - 300px);
        float: right;
        font-size: 1rem;
        line-height: 2.5;
        color: #535353;
        padding: 1%;
    }
}
@media only screen and (max-width:800px){
    .honor-train-bg .honor-train-main .honor-train-imgbox {
        width: 100%;
        float: none;
    }
    .honor-train-bg .honor-train-main .honor-train-content {
        width: 100%;
        float: none;
    }
}


/* =========

  综合方案

  ========== */

/*综合方案*/
.integrated-program-bg{
    padding: 70px 0;
    background-color: #f8f8f8;
}

.integrated-program-bg .integrated-program .integrated-program-case {
    display: block;
    background-color: #e8f1f6;
    padding: 23px 32px;
    position: relative;
    margin-top: 65px;
}

.integrated-program-bg .integrated-program .integrated-program-case .case-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 9;
   width: 469px;
}

.integrated-program-bg .integrated-program .integrated-program-case .case-img img {
    width: 100%;
    opacity: 0;
}

.integrated-program-bg .integrated-program .integrated-program-case .case-content {
    padding: 50px 70px 50px 60px;
    background-color: #fff;
    width: 790px;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 10;

    -webkit-transform: translate3d(10%,0,0);
    -moz-transform: translate3d(10%,0,0);
            transform: translate3d(10%,0,0);
    opacity: 0.5;
    visibility: hidden;
}

.integrated-program-bg .integrated-program .integrated-program-case.on .case-content{
        -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
  -webkit-transform: translate3d(0,0,0);
     -moz-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
  opacity: 1;
  visibility: visible;
}

.integrated-program-bg .integrated-program .integrated-program-case .case-content .case-title {
    font-size: 1.66rem;
    color: #535353;
    margin-bottom: 20px;
}

.integrated-program-bg .integrated-program .integrated-program-case .case-content .case-massage {
    font-size: 1.16rem;
    line-height: 2.5rem;
    color: #7d7d7d;
}
/*温馨提示*/
.tip-box{
    margin-top: 65px;
    height: 50px;
    text-align: center;
}

.tip-box .tip-left{
    float: left;
    font-size: 1.33rem;
    color: #291671;
    line-height: 50px;
    width: 185px;
    margin-right: 15px;
    background-color: #fff;
    border:1px solid #ebebeb;
}

.tip-box .tip-right{
    float: right;
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    background-color: #fff;
    font-size: 1.33rem;
    color: #5a5a5a;
    line-height: 50px;
    border:1px solid #ebebeb;
}
.tip-box .tip-right a{
    font-size: 1.33rem;
    color: #291671;
    margin:0 3px;
    text-decoration: none;
    border-bottom: 1px solid;
}
@media only screen and (min-width:1024px){

}
@media only screen and (max-width:1024px){
    .integrated-program-bg {
        padding: 6% 0;
    }
    .integrated-program-bg .integrated-program .integrated-program-case {
        padding: 2.3% 3.2%;
        margin-top: 6.5%;
    }
    .integrated-program-bg .integrated-program .integrated-program-case .case-img {
        position: static;
        width: 100%;
        padding-top: calc(245 / 469 * 100%);
    }
    .integrated-program-bg .integrated-program .integrated-program-case .case-content {
        width: 100%;
        padding: 5% 7% 5% 6%;
    }
    .integrated-program-bg .integrated-program .integrated-program-case .case-content .case-title {
        margin-bottom: 2%;
    }
    .tip-box {
        margin-top: 6.5%;
        height: auto;
    }
}
@media only screen and (max-width:800px){
    .tip-box .tip-left {
        display: none;
    }
    .tip-box .tip-right{
        float:none;
        width:100%;
    }
}

/* =========

  工程案例

  ========== */

/*工程案例*/
.project-bg{
    padding: 75px 0;
    background-color: #f8f8f8;
}
.project-bg .project-left{
    width: -webkit-calc(100% - 270px);
    width: -moz-calc(100% - 270px);
    width: calc(100% - 270px);
    float: left;
}
.project-bg .project-left .project-list{
    margin-top: 65px;
}
.project-bg .project-left .project-list .list-p{
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
    float: left;
    margin-right: 40px;
    margin-bottom: 45px;
    border: 1px solid #dad9db;
    position: relative;
}
.project-bg .project-left .project-list .list-p:nth-child(2n){
    margin-right: 0;
}
.project-bg .project-left .project-list .list-p .project-img{
    padding-top: -webkit-calc(309 / 369 * 100%);
    padding-top: -moz-calc(309 / 369 * 100%);
    padding-top: calc(309 / 369 * 100%);
}
.project-bg .project-left .project-list .list-p .project-theme{
    height: 80px;
    text-align: center;
    font-size: 1.33rem;
    line-height: 80px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
}
.project-bg .project-left .project-list .list-p .project-more{
    position: absolute;
    right: 3%;
    top: 3%;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50px;
    padding: 8px 30px 8px 20px;
} 
.project-bg .project-left .project-list .list-p .project-more span{
    font-size: 1.16rem;
    color: #ffffff;
    position: relative;
}
.project-bg .project-right{
    width: 250px;
    float: right;
    margin-left: 20px;
    margin-top: 89px;
}
.project-bg .project-right .FAQ-a{
    display: block;
     display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    border: 1px solid #eeeeee;
    margin-bottom: 40px;
}
.project-bg .project-right .FAQ-a .FAQ-right{
   -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
    background-color: #fff;
    font-size: 1rem;
    color: #626262;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
}
.project-bg .project-right .FAQ-a .FAQ-right:after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-color: #4b3b88 #4b3b88 transparent transparent;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);     /* IE 9 */
    -moz-transform:rotate(45deg);    /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg);  /* Opera */
}
/*检索条件*/
.project-bg .project-right .search-condition{
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}
.project-bg .project-right .search-condition:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dedede;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}
.project-bg .project-right .search-condition .condition-word{
    font-size: 1.16rem;
    color: #313131;
    line-height: 15px;
    padding: 0 10px;
    display: inline-block;
    background-color: #f8f8f8;
    position: relative;
    z-index: 2;
}
.project-bg .project-right .search-condition .condition-word img{
    margin-right: 5px;
} 
/*全部产品*/
.project-bg .project-right .all-product{
    text-align: right;
    margin-bottom: 25px;
}
.project-bg .project-right .all-product .all-product-word{
    display: inline-block;
    font-size: 1rem;
    color: #626262;
    padding-right: 10px;
    border-bottom: 1px solid;
    position: relative;
}
.project-bg .project-right .all-product .all-product-word:before{
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background-color: #626262;
    position: absolute;
    top: 50%;
    right: 0;
}
.project-bg .project-right .all-product .all-product-word:after{
    content: "";
    display: block;
    width: 1px;
    height: 8px;
    background-color: #626262;
    position: absolute;
   right: 3px;
   top: 5px;
}
/*产品检索*/
.project-bg .project-right .product-condition{
    padding-bottom: 27px;
    border-bottom: 1px dashed #d7d7d7;
    margin-bottom: 20px;
}
.project-bg .project-right .product-condition .condition-title{
    font-size: 1.33rem;
    color: #313131;
    line-height: 1;
    text-align: center;
}
.project-bg .project-right .product-condition .product-condition-kind{
    margin-top: 27px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px 0;
    width: 100%;
    display: block;
    font-size: 1.33rem;
    color: #626262;
    text-align: center;
}
.project-bg .project-right .product-condition .product-condition-kind.on{
    color: #291671;
    border: 1px solid #291671;
}
/*区域检索*/
.project-bg .project-right .area-condition .condition-title{
    font-size: 1.16rem;
    color:#313131;
    text-align: center;
}
.project-bg .project-right .area-condition .area-condition-kind{
     margin-top: 27px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px 0;
    width: 100%;
    display: block;
    font-size: 1.33rem;
    color: #626262;
    text-align: center;
}
.project-bg .project-right .area-condition .area-condition-kind.on{
    color: #291671;
    border: 1px solid #291671;
}
/*移动端右侧*/
.project-bg .mmproject-right{
    display: none;
}
.project-bg .mmproject-right .mmFAQ-a{
    display: block;
     display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    border: 1px solid #eeeeee;
    margin-bottom: 4%;
}

.project-bg .mmproject-right .mmFAQ-a .FAQ-right{
   -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
    background-color: #fff;
    font-size: 1rem;
    color: #626262;
    line-height: 50px;
    padding: 0 2%;
    position: relative;
}
.project-bg .mmproject-right .mmFAQ-a .FAQ-right:after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-color: #4b3b88 #4b3b88 transparent transparent;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);     /* IE 9 */
    -moz-transform:rotate(45deg);    /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg);  /* Opera */
}
/*检索条件*/
.project-bg .mmproject-right .mmsearch-condition{
    position: relative;
    text-align: center;
    margin-bottom: 2%;
}
.project-bg .mmproject-right .mmsearch-condition:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dedede;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}
.project-bg .mmproject-right .mmsearch-condition .condition-word{
    font-size: 1.16rem;
    color: #313131;
    line-height: 15px;
    padding: 0 10px;
    display: inline-block;
    background-color: #f8f8f8;
    position: relative;
    z-index: 2;
}
.project-bg .mmproject-right .mmsearch-condition .condition-word img{
    margin-right: 5px;
} 
/*全部产品*/
.project-bg .mmproject-right .mmall-product{
    text-align: right;
    margin-bottom: 3%;
}
.project-bg .mmproject-right .mmall-product .all-product-word{
    display: inline-block;
    font-size: 1rem;
    color: #626262;
    padding-right: 10px;
    border-bottom: 1px solid;
    position: relative;
}
.project-bg .mmproject-right .mmall-product .all-product-word:before{
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background-color: #626262;
    position: absolute;
    top: 50%;
    right: 0;
}
.project-bg .mmproject-right .mmall-product .all-product-word:after{
    content: "";
    display: block;
    width: 1px;
    height: 8px;
    background-color: #626262;
    position: absolute;
   right: 3px;
   top: 5px;
}
/*产品检索*/
.project-bg .mmproject-right .mmproduct-condition{
    padding-bottom: 3%;
    border-bottom: 1px dashed #d7d7d7;
    margin-bottom: 2%;
}
.project-bg .mmproject-right .mmproduct-condition .condition-title{
    font-size: 1.33rem;
    color: #313131;
    line-height: 1;
    text-align: center;
}
.project-bg .mmproject-right .mmproduct-condition .mmproduct-condition-list{
    position: relative;
     margin-top: 3%;
     cursor: pointer;
}
.project-bg .mmproject-right .mmproduct-condition .mmproduct-condition-list .mmproduct-condition-title{
 background-color: #fff;
    border: 1px solid #e5e5e5;
     font-size: 1.33rem;
    color: #626262;
    text-align: center;
    padding:3%;
    width: 100%;
}
.project-bg .mmproject-right .mmproduct-condition .mmproduct-condition-list .mmproduct-condition-title:after{
content: "";
    width: 10px;
    height: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent transparent #626262 #626262;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 6%;
}
.project-bg .mmproject-right .mmproduct-condition .mmproduct-condition-list .mmproduct-condition-sub {
        position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 112;
    display: none;
    max-height: 188px;
    overflow-y: auto;
}
.project-bg .mmproject-right .mmproduct-condition .mmproduct-condition-list .mmproduct-condition-sub .mmproduct-condition-word{
border: 1px solid #e5e5e5;
    width: 100%;
    padding: 3%;
    display: inline-block;
    font-size: 1.33rem;
    color: #626262;
    text-align: center;
}


/*区域检索*/
.project-bg .mmproject-right .mmarea-condition .condition-title{
    font-size: 1.16rem;
    color:#313131;
    text-align: center;
}
.project-bg .mmproject-right .mmarea-condition .mmarea-condition-list{
    position: relative;
        margin-top: 3%;
        margin-bottom: 3%;
}
.project-bg .mmproject-right .mmarea-condition .mmarea-condition-list .mmarea-condition-title{
 background-color: #fff;
    border: 1px solid #e5e5e5;
     font-size: 1.33rem;
    color: #626262;
    text-align: center;
    padding:3%;
    width: 100%;
}
.project-bg .mmproject-right .mmarea-condition .mmarea-condition-list .mmarea-condition-title:after{
content: "";
    width: 10px;
    height: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent transparent #626262 #626262;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 6%;
}
.project-bg .mmproject-right .mmarea-condition .mmarea-condition-list .mmarea-condition-sub{
            position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 112;
    display: none;
    max-height: 188px;
    overflow-y: auto;
}
.project-bg .mmproject-right .mmarea-condition .mmarea-condition-list  .mmarea-condition-sub .mmarea-condition-word{
border: 1px solid #e5e5e5;
    width: 100%;
    padding: 3%;
    display: inline-block;
    font-size: 1.33rem;
    color: #626262;
    text-align: center;
}


@media only screen and (min-width: 601px) {
    .project-bg .project-list .list-p:hover {
        -webkit-transform: translate3d(0, -2%, 0);
        -ms-transform: translate3d(0, -2%, 0);
        -o-transform: translate3d(0, -2%, 0);
        transform: translate3d(0, -2%, 0);
        box-shadow: 5px 5px 10px #dadada;
    }
}

@media only screen and (max-width:1024px){
    .project-bg {
        padding: 6% 0;
        background-color: #f8f8f8;
    }
    .project-bg .project-left .project-list {
        margin-top: 6.5%;
    }
    .project-bg .project-left .project-list .list-p {
        margin-bottom: 4.5%;
    }
    .project-bg .project-left {
        width:100%;
        float: none;
    }
    .project-bg .project-right {
     display: none;
     }
     .project-bg .mmproject-right{
        display: block;
    }
    .project-bg .mmproject-right .mmFAQ-a {
        margin-top: 3%;
        margin-bottom: 3%;
    }
}

@media only screen and (max-width:600px){
    .project-bg .project-left .project-list .list-p {
        width: 100%;
        margin-right: 0;
    }
    .project-bg .project-left .project-list .list-p .project-theme {
        height: 60px;
        line-height: 60px;
        padding: 0 1%;
    }
}

@media only screen and (max-width:320px){
    .project-bg .project-left .project-list .list-p .project-theme {
        height: 40px;
        line-height: 40px;
        padding: 0 1%;
    }
}

/*工程案例详情*/
/*工程案例详情轮播图*/
.project-bg .project-left .projectdetail-swiper{
    margin-top: 60px;
    height: 490px;
    position: relative;
}
.project-bg .project-left .projectdetail-swiper .swiper-wrapper .swiper-slide .projectdetail-imgbox .projectdetail-img{
    
    padding-top: -webkit-calc(490 / 927 * 100%);
    padding-top: -moz-calc(490 / 927 * 100%);
    padding-top: calc(490 / 927 * 100%);
}   
.project-bg .project-left .projectdetail-swiper .projectdetail-swiper-pagination{
    width: 12px;    
    position: absolute;
    right: 3%;
    bottom: 50%;
    transform: translate(0,-50%);
    z-index: 100;
}
.project-bg .project-left .projectdetail-swiper .projectdetail-swiper-pagination .swiper-pagination-bullet{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #ffffff;
    opacity: 1; 
}
.project-bg .project-left .projectdetail-swiper .projectdetail-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #90c31f;
}
/*工程案例详情内容*/
.project-bg .project-left .projectdetail-content{
    font-size: 1.33rem;
    color: #535353;
    line-height: 2.66rem;
    padding: 5% 0;
}
/*工程案例详情材料*/
.project-bg .project-left .projectdetail-materials{
    padding-top:3%; 
    padding-bottom:6%; 
}
.project-bg .project-left .projectdetail-materials .list-materials{
    float: left;
    width: -webkit-calc((100% - 330px) / 4);
    width: -moz-calc((100% - 330px) / 4);
    width: calc((100% - 330px) / 4);
    margin-right: 110px;
    margin-bottom: 30px;
}
.project-bg .project-left .projectdetail-materials .list-materials:nth-child(4n){
    margin-right: 0; 
}
.project-bg .project-left .projectdetail-materials .list-materials .materials-imgbox{
   overflow: hidden;
}
.project-bg .project-left .projectdetail-materials .list-materials .materials-imgbox .materials-img{
    padding-top: -webkit-calc(218 / 176 * 100%);
    padding-top: -moz-calc(218 / 176 * 100%);
    padding-top: calc(218 / 176 * 100%);
}
.project-bg .project-left .projectdetail-materials .list-materials .materials-name{
    font-size: 1.33rem;
    line-height: 2.5rem;
    text-align: center;
    margin-top: 40px;
}
@media only screen and (min-width: 601px){
    .project-bg .project-left .projectdetail-materials .list-materials:hover .materials-imgbox .materials-img{
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media only screen and (max-width:1280px){
    .project-bg .project-left .projectdetail-swiper {
        height: 420px;
    }
    .project-bg .project-left .projectdetail-materials .list-materials {
        width: -webkit-calc((100% - 210px) / 4);
        width: -moz-calc((100% - 210px) / 4);
        width: calc((100% - 210px) / 4);
        margin-right: 70px;
    }
}
@media only screen and (max-width:1024px){
    .project-bg .project-left .projectdetail-swiper {
        margin-top: 6%;
    }
    .project-bg .project-left .projectdetail-content {
        padding: 3% 0;
    }
    .project-bg .project-left .projectdetail-materials .list-materials{
        margin-bottom: 3%;
    }
    .project-bg .project-left .projectdetail-materials .list-materials .materials-name {
        margin-top: 4%;
    }
}
@media only screen and (max-width:800px){
    .project-bg .project-left .projectdetail-swiper {
        height: 380px;
    }
    .project-bg .project-left .projectdetail-swiper .projectdetail-swiper-pagination {
       display: none;
   }
   .project-bg .project-left .projectdetail-materials .list-materials {
    width: -webkit-calc((100% - 140px) / 3);
    width: -moz-calc((100% - 140px) / 3);
    width: calc((100% - 140px) / 3);
}
.project-bg .project-left .projectdetail-materials .list-materials:nth-child(4n) {
 margin-right: 70px;
}
.project-bg .project-left .projectdetail-materials .list-materials:nth-child(3n) {
 margin-right: 0;
}
}
@media only screen and (max-width:600px){
    .project-bg .project-left .projectdetail-swiper {
        height: 280px;
    }
    .project-bg .project-left .projectdetail-materials .list-materials {
        width: -webkit-calc((100% - 70px) / 2);
        width: -moz-calc((100% - 70px) / 2);
        width: calc((100% - 70px) / 2);
    }
    .project-bg .project-left .projectdetail-materials .list-materials:nth-child(4n) {
     margin-right: 0;
 }
 .project-bg .project-left .projectdetail-materials .list-materials:nth-child(3n) {
     margin-right: 70px;
 }
 .project-bg .project-left .projectdetail-materials .list-materials:nth-child(2n) {
     margin-right: 0;
 }
}
@media only screen and (max-width:414px){
    .project-bg .project-left .projectdetail-swiper {
        height: 200px;
    }
    .project-bg .project-left .projectdetail-materials .list-materials {
        width: 100%;
        margin-right: 0;
    }

    .project-bg .project-left .projectdetail-materials .list-materials .materials-imgbox .materials-img {
        padding-top: -webkit-calc(218 / 176 * 60%);
        padding-top: -moz-calc(218 / 176 * 60%);
        padding-top: calc(218 / 176 * 60%);
    }
}
@media only screen and (max-width:375px){
    .project-bg .project-left .projectdetail-swiper {
        height: 180px;
    }
}
@media only screen and (max-width:320px){
    .project-bg .project-left .projectdetail-swiper {
        height: 150px;
    }
}

/* =========

  技术与服务

  ========== */
  /*常见问题*/
.FAQ-bg{
    padding-top: 75px;
    padding-bottom: 130px;
    background-color: #f8f8f8;
}
.FAQ-bg .FAQ-list{
    margin-top: 60px;
}
.FAQ-bg .FAQ-list .list-F{
    width: 100%; 
    border-bottom: 1px solid #dcdcdc;
}
.FAQ-bg .FAQ-list .list-F .FAQ-title{
    font-size: 1.33rem;
    color: #ffffff;
    line-height: 50px;
    height: 50px;
    text-align: left;
    background-color: #5f52a0;
    padding: 0 2%;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.FAQ-bg .FAQ-list .list-F .FAQ-title[data-on="on"]{
  background-color: #8f82bc;
}
.FAQ-bg .FAQ-list .list-F .FAQ-title .FAQ-title-icon{
    width: 30px;
    height: 30px;
    background-color: #9bd1ea;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    right: 2%;
    top: 50%;
    margin-top: -15px;
}
.FAQ-bg .FAQ-list .list-F .FAQ-title .FAQ-title-icon:before{
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.FAQ-bg .FAQ-list .list-F .FAQ-title .FAQ-title-icon:after{
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.FAQ-bg .FAQ-list .list-F .FAQ-title[data-on="on"] .FAQ-title-icon:after{
   display: none;
}
.FAQ-bg .FAQ-list .list-F .FAQ-content{
    padding: 4% 2%;
    font-size: 1.16rem;
    line-height: 2.5rem;
    color: #626262;
    background-color: #fff;
    display: none;
}
@media only screen and (max-width:1600px){
    .FAQ-bg {
        padding-bottom: 110px;
    }
}
@media only screen and (max-width:1400px){
    .FAQ-bg {
        padding-bottom: 90px;
    }
}
@media only screen and (max-width:1280px){
    .FAQ-bg {
        padding-top: 60px;
        padding-bottom: 70px;
    }
}
@media only screen and (max-width:1024px){
    .FAQ-bg {
        padding-top: 6%;
        padding-bottom: 7%;
    }
    .FAQ-bg .FAQ-list {
        margin-top: 6%;
    }
}

@media only screen and (max-width:414px){
    .FAQ-bg .FAQ-list .list-F .FAQ-title {
        line-height: 45px;
        height: 45px;
    }
}

/*服务条款*/
.service-bg{
    padding: 75px 0;
    background-color: #f8f8f8;
}
.service-bg .service-content{
    margin-top: 60px;
    font-size: 1.16rem;
    line-height: 3rem;
    color: #535353;
}
.service-bg .service-download{
    margin-top: 60px;
}
.service-bg .service-download .service-download-word{
    font-size: 1.16rem;
    line-height: 1;
    color: #535353;
    margin-bottom: 20px;
}
.service-bg .service-download .service-download-link{
    display: block;
    font-size: 1.16rem;
    line-height: 1;
    color: #291671;
    margin-bottom: 20px;
    text-decoration: underline;
}


@media only screen and (max-width:1024px){
    .service-bg {
        padding: 6%;
    }
    .service-bg .service-content {
        margin-top: 6%;
    }
    .service-bg .service-content {
        margin-top: 6%;
    }
    .service-bg .service-download {
        margin-top: 6%;
    }
    .service-bg .service-download .service-download-word {
        margin-bottom: 2%;
    }
    .service-bg .service-download .service-download-link {
        margin-bottom: 2%;
    }
}

@media only screen and (max-width:414px){
    .service-bg .service-content {
        line-height: 2.5rem;
    }
}

/*资料下载*/
.download-bg{
    padding: 75px 0;
    background-color: #f8f8f8;
}
.download-bg .download-kindbox{
    margin-top: 80px;
}
.download-bg .download-kindbox .list-kind{
    display: inline-block;
    font-size: 1.66rem;
    color: #626262;
    margin-right: 60px;
    line-height: 1;
}
.download-bg .download-kindbox .list-kind.active{
    color: #90c31f;
}
.download-bg .download-list{
    margin-top: 35px;
}
.download-bg .download-list .list-d{
    width: 100%;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 35px;
}
.download-bg .download-list .list-d .download-imgbox{
    float: left;
    width: 290px;
    margin-right: 3%;
    border: 1px solid #574698;
}
.download-bg .download-list .list-d .download-imgbox .download-img{
    padding-top: -webkit-calc(180 / 290 * 100%);
    padding-top: -moz-calc(180 / 290 * 100%);
    padding-top: calc(180 / 290 * 100%);
}
.download-bg .download-list .list-d .download-right{
    width: -webkit-calc(97% - 290px);
    width: -moz-calc(97% - 290px);
    width: calc(97% - 290px);
    float: left;
}
.download-bg .download-list .list-d .download-right .download-title{
    font-size: 1.5rem;
    color: #1b1b1b;
    line-height: 1;
    margin-bottom: 20px;
}
.download-bg .download-list .list-d .download-right .download-content{
    font-size: 1.16rem;
    color: #1b1b1b;
    line-height:2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 15px;
}
.download-bg .download-list .list-d .download-right .download-link{
    text-align:right;
}
.download-bg .download-list .list-d .download-right .download-link .download-link-word{
    display: inline-block;
    font-size: 1rem;
    color: #291671;
    line-height: 1.16rem;
    padding: 1%;
    border: 2px solid #291671;
    border-radius: 5px;
    position: relative;
    transition: all 0s;
    cursor: pointer;
}
.download-bg .download-list .list-d .download-right .download-link .download-link-word:before{
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translate(0,-50%);
}
.download-bg .download-list .list-d .download-right .download-link .download-link-word:after{
 content: "";
    display: block;
    width: 2px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translate(0,-50%);
}
.download-bg .download-list .list-d .download-right .download-link .download-link-word .download-icon{
    margin-right: 5px;
}
.download-bg .download-list .list-d .download-right .download-link .download-link-word .download-icon.green{
   display:none;
}
@media only screen and (min-width: 601px){
    .download-bg .download-list .list-d .download-right .download-link .download-link-word:hover{
       color: #90c31f;
       border: 2px solid #90c31f;
    }
   .download-bg .download-list .list-d .download-right .download-link .download-link-word:hover .download-icon.blue{
       display: none;
   }
   .download-bg .download-list .list-d .download-right .download-link .download-link-word:hover .download-icon.green{
       display: inline-block;
   } 
}

@media only screen and (max-width:1024px){
    .download-bg {
        padding: 6% 0;
    }
    .download-bg .download-kindbox {
        margin-top: 6%;
    }
    .download-bg .download-kindbox .list-kind {
        margin-right: 6%;
    }
    .download-bg .download-list {
        margin-top: 3%;
    }
    .download-bg .download-list .list-d {
        padding: 3%;
        margin-bottom: 3%;
    }
    .download-bg .download-list .list-d .download-imgbox {
        width: 260px;
    }
    .download-bg .download-list .list-d .download-right {
        width: -webkit-calc(97% - 260px);
        width: -moz-calc(97% - 260px);
        width: calc(97% - 260px);
    }
    .download-bg .download-list .list-d .download-right .download-title {
        margin-bottom: 2%;
    }
    .download-bg .download-list .list-d .download-right .download-content {
        margin-bottom: 2%;
    }
}
@media only screen and (max-width:800px){
    .download-bg .download-list .list-d .download-imgbox {
        width: 220px;
    }
    .download-bg .download-list .list-d .download-right {
        width: -webkit-calc(97% - 220px);
        width: -moz-calc(97% - 220px);
        width: calc(97% - 220px);
    }
    .download-bg .download-list .list-d .download-right .download-content {
        font-size: 1.16rem;
        line-height: 2.5rem;
    }
}
@media only screen and (max-width:600px){
    .download-bg .download-list .list-d .download-imgbox {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .download-bg .download-list .list-d .download-right {
        width: 100%;
        float: none;
        margin-top: 3%;
    }
}


/*右侧筛选与分享*/
/*筛选*/
.screen-right{
    width: 250px;
    float: right;
    margin-top: 65px;
}
.screen-right .FAQ-a{
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    border: 1px solid #eeeeee;
    margin-bottom: 40px;
}
.screen-right .FAQ-a .FAQ-right{
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    background-color: #fff;
    font-size: 1.33rem;
    color: #626262;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
}
.screen-right .FAQ-a .FAQ-right:after{
    content: ""; 
    display: block;
    width: 10px;
    height: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #13136e #13136e transparent transparent;
    transform:rotate(45deg);
-ms-transform:rotate(45deg);     /* IE 9 */
-moz-transform:rotate(45deg);    /* Firefox */
-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
-o-transform:rotate(45deg);  /* Opera */
    position: absolute;
    right: 15%;
    top:50%;
    margin-top: -5px;
}
.screen-right .search-condition{
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}
.screen-right .search-condition:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dedede;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}
.screen-right .search-condition .condition-word{
    font-size: 1.16rem;
    line-height: 15px;
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #fff;
    width: 100px;
}
.screen-right .search-sharetheme{
       position: relative;
    text-align: center;
    margin-bottom: 15px;
}
.screen-right .search-sharetheme:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dedede;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}
.screen-right .search-sharetheme .condition-word{
    font-size: 1.16rem;
    line-height: 15px;
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #fff;
    width: 100px;
}
.screen-right .screen-condition{
    margin-bottom: 15px;
    width: 100%;
    position: relative;
    cursor: pointer;
}
.screen-right .screen-condition .screen-condition-title{
display: none;
}
.screen-right .screen-condition .screen-condition-sub .screen-condition-kind{
    width: 50%;
    margin-bottom: 15px;
    font-size: 1.16rem;
    color: #626262;
    text-align: left;
    display: block;
    float: left;
}
.screen-right .screen-condition .screen-condition-sub .screen-condition-kind:nth-child(3n){
    margin-right: 0;
}
/*培训分享*/
.screen-right .screen-share .share-list{
  width: -webkit-calc(100% - 150px);
  width: -moz-calc(100% - 150px);
  width: calc(100% - 150px);
  float: right;
  margin-bottom: 10px;
}
.screen-right .screen-share .share-list:nth-child(2n){
    width: 150px;
    float: left;
}
.screen-right .screen-share .share-list a{  
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    width: 23px;
    height: 23px;
}
.screen-right .screen-share .share-list a .share-word{
    display: inline-block;
    font-size: 1.16rem;
    line-height: 23px;
    color: #8e8e8e;
    margin-left: 10px;
    white-space: nowrap;
}

.screen-right .screen-share .bshare-qqim{
    background-image: url(../images/sqqim_03.png);    
}
.screen-right .screen-share .bshare-twitter{
    background-image: url(../images/stwitter_03.png);    
}
.screen-right .screen-share .bshare-sinaminiblog{
    background-image: url(../images/sweibo_03.png);    
}
.screen-right .screen-share .bshare-linkedin{
    background-image: url(../images/slink_03.png);    
}
.screen-right .screen-share .bshare-weixin{
    background-image: url(../images/sweixin_03.png);    
}
.screen-right .screen-share .bshare-facebook{
    background-image: url(../images/sface_03.png);    
}


@media only screen and (min-width: 601px){
    .screen-right .screen-condition .screen-condition-kind:hover{
     text-decoration: underline;
     color: #291671;
 }
}
@media only screen and (max-width:1024px){
.screen-right .screen-condition .screen-condition-title{
    background-color: #fff;
    border: 1px solid #e5e5e5;
    font-size: 1.33rem;
    color: #626262;
    text-align: center;
    width: 100%;
    padding: 3%;
    display: block;
        margin-top: 3%;
}
.screen-right .screen-condition .screen-condition-title:after{
        content: "";
    width: 10px;
    height: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent transparent #626262 #626262;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 6%;
}
.screen-right .screen-condition .screen-condition-sub{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 112;
    display: none;
    max-height: 188px;
    overflow-y: auto;
}
.screen-right .screen-condition .screen-condition-sub .screen-condition-kind{
        border: 1px solid #e5e5e5;
    width: 100%;
    padding: 3%;
    display: inline-block;
    font-size: 1.33rem;
    color: #626262;
    text-align: center;
    margin-bottom: 0;
}
    .screen-right {
        width: 100%;
        float: none;
        margin-top: 3%;
    }
    .screen-right .FAQ-a .FAQ-right:after{
        right: 3%;
    }
    .screen-right .FAQ-a {
       display: none;
    }
    .screen-right .search-condition {
        margin-bottom: 2%;
    }
.screen-right .search-sharetheme{
display: none;
}
    .screen-right .screen-share .share-list {
       display: none;
   }
       .screen-right.clearview{
        display: none;
       }
}

/*通用分页*/
.allpage-bg{
    margin-top: 30px;
    text-align: center;
}
.allpage-bg *{
    display: inline-block;
}
.allpage-bg .allpage-btn{
  padding: 5px 10px;
  border: 1px solid #dddddd;  
}
.allpage-bg .allpage-btn.allpage-num{
    font-size: 1.16rem;
    color: #434343;
}
.allpage-bg .allpage-btn.allpage-num.on{
    background-color: #291671;
    color: #fff;
}
.allpage-bg .allpage-to{
    margin-left: 5px;
}
.allpage-bg .allpage-to input[type="text"]{
    width: 70px;
    height: 27px;
    margin: 0 5px;
    border: 1px solid #dddddd;
    text-align: center;
}
.allpage-bg .allpage-to .allpage-sure{
    margin-left: 5px;
    padding: 5px 10px;
    border: 1px solid #dddddd;  
    cursor: pointer;
    color: #626262;
}

@media only screen and (max-width:600px){
  .allpage-bg{
      margin-top: 3%;
  }  
}
/* =========

  培训讲座

  ========== */
.seminar-news-bg{
    padding: 75px 0;
}
.seminar-news-bg .allPage-title.left-title{
    width: calc(97% - 250px);
}
.seminar-news-bg .seminar-news-left{
    width: -webkit-calc(98% - 250px);
    width: -moz-calc(98% - 250px);
    width: calc(98% - 250px);
    float: left;
}
.seminar-news-bg .seminar-news-left .seminar-list{
    margin-top: 65px;
    margin-bottom: 20px;
}

.seminar-news-bg .seminar-news-left .seminar-list .list-s{
    display: block;
    width: 100%;
    margin-bottom: 70px;
    position: relative;
}
.seminar-news-bg .seminar-news-left .seminar-list .list-s .seminar-imgbox{
            -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
    height: 200px;
    overflow: hidden;
}
.seminar-news-bg .seminar-news-left .seminar-list .list-s .seminar-imgbox img{
    width: 100%;
    height:400px;
}
.seminar-news-bg .seminar-news-left .seminar-list .list-s .seminar-title{
    font-size: 1.16rem;
    line-height: 50px;
    height: 50px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #fff;
    width: 80%;
    border: 1px solid #000;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    -o-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}   
@media only screen and (min-width: 601px){
    .seminar-news-bg .seminar-news-left .seminar-list .list-s:hover .seminar-imgbox{
        height: 400px;
    }
}

@media only screen and (max-width:1280px){
    .seminar-news-bg .seminar-news-left .seminar-list .list-s {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width:1024px){
    .seminar-news-bg {
        padding: 6% 0;
    }
    .seminar-news-bg .allPage-title.left-title {
        width: 100%;
    }
    .seminar-news-bg .seminar-news-left .seminar-list {
        margin-top: 6%;
        margin-bottom: 2%;
    }
    .seminar-news-bg .seminar-news-left .seminar-list .list-s {
        margin-bottom: 50px;
    }
    .seminar-news-bg .seminar-news-left {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width:414px){
    .seminar-news-bg .seminar-news-left .seminar-list .list-s {
        margin-bottom: 40px;
    }
    .seminar-news-bg .seminar-news-left .seminar-list .list-s .seminar-title {
        line-height: 40px;
        height: 40px;
        padding: 0 1%;
    }
}



/*培训讲座详情*/
.seminar-news-bg .seminar-news-left .seminarview-bg{
    padding-top: 60px;
}
.seminar-news-bg .seminar-news-left .seminarview-bg .seminarview-imgbox {
    margin-bottom: 45px;
}
.seminar-news-bg .seminar-news-left .seminarview-bg .seminarview-imgbox .seminarview-img{
    padding-top: calc(410 / 930 * 100%);
    transition:all 1s;
}
.seminar-news-bg .seminar-news-left .seminarview-bg .seminarview-title{
    width: 80%;
    margin: 0 auto;
    border: 1px solid #000;
    text-align: center;
   
}
.seminar-news-bg .seminar-news-left .seminarview-bg .seminarview-title .seminarview-titleword{
     font-size: 1.33rem;
    height: 50px;
    line-height: 50px; 
}

.seminar-news-bg .seminar-news-left .seminarview-bg .seminarview-content{
    padding: 30px 0;
    font-size: 1.33rem;
    line-height: 2;
    color: #535353;
}
.seminar-news-bg .seminar-news-left .seminarview-bg .seminarview-download{
    padding: 18px 0;
    font-size: 1.16rem;
    color: #535353;
    line-height: 29px;
    background-color: #f6f6f6;
    display: block;
}
.seminar-news-bg .seminar-news-left .seminarview-bg .seminarview-download img{
    margin: 0 30px;
}

@media only screen and (max-width:1024px){
    .seminar-news-bg .seminar-news-left .seminarview-bg {
        padding-top: 6%;
    }
    .seminar-news-bg .seminar-news-left .seminarview-bg .seminarview-imgbox {
        margin-bottom: 5%;
    }
    .seminar-news-bg .seminar-news-left .seminarview-bg .seminarview-content {
        padding: 3% 0;
    }
}
@media only screen and (max-width:800px){

}
@media only screen and (max-width:600px){
    .seminar-news-bg .seminar-news-left .seminarview-bg .seminarview-download {
        padding: 12px 0;
    }
}

/* =========

  新闻

  ========== */
.seminar-news-bg .seminar-news-left .news-list{
    margin-top: 60px;
}
.seminar-news-bg .seminar-news-left .news-list .list-n{
    width: 100%;
    display: block;
    margin-bottom: 25px;
    padding: 15px;
    border: 1px solid #e3e3e3;
    background-color: #ededed;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.seminar-news-bg .seminar-news-left .news-list .list-n .news-imgbox{
    width: 250px;
    margin-right: 3%;
    float: left;
}
.seminar-news-bg .seminar-news-left .news-list .list-n .news-imgbox .news-img{
     padding-top: -webkit-calc(360 / 580 * 100%);
    padding-top: -moz-calc(360 / 580 * 100%);
    padding-top: calc(360 / 580 * 100%);
}
.seminar-news-bg .seminar-news-left .news-list .list-n .news-main{
    width: -webkit-calc(97% - 250px);
    width: -moz-calc(97% - 250px);
    width: calc(97% - 250px);
    padding: 1%;
    float: left;
}
.seminar-news-bg .seminar-news-left .news-list .list-n .news-date{
    font-size: 1.33rem;
    color: #959595;
    line-height: 1;
}
.seminar-news-bg .seminar-news-left .news-list .list-n .news-title{
    font-size: 1.5rem;
    color: #535353;
    line-height: 1.1;
    margin: 8px 0;
}
.seminar-news-bg .seminar-news-left .news-list .list-n .news-demo{
     font-size: 1.16rem;
    color: #707070;
    line-height: 1;
}
.seminar-news-bg .seminar-news-left .news-list .list-n .news-jt{
    background-color: #13136e;
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s;
}
.seminar-news-bg .seminar-news-left .news-list .list-n .news-jt:before{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff #fff transparent transparent;
    transform:translate3d(-30%,0,0) rotate(45deg);
    -ms-transform:translate3d(-30%,0,0) rotate(45deg);     /* IE 9 */
    -moz-transform:translate3d(-30%,0,0) rotate(45deg);    /* Firefox */
    -webkit-transform:translate3d(-30%,0,0) rotate(45deg); /* Safari 和 Chrome */
    -o-transform:translate3d(-30%,0,0) rotate(45deg);  /* Opera */
    position: absolute;
    right: 25%;
    top: 50%;
    margin-top: -12px;
    opacity: 0;
    visibility: hidden;
}
.seminar-news-bg .seminar-news-left .news-list .list-n .news-jt:after{
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 23%;
    -webkit-transform:translate3d(-30%,-50%,0);
    -moz-transform:translate3d(-30%,-50%,0);
    -ms-transform:translate3d(-30%,-50%,0);
    -o-transform:translate3d(-30%,-50%,0);
    transform:translate3d(-30%,-50%,0);
    opacity: 0;
    visibility: hidden;
}
.screen-right .news-chose-list{
    position: relative;
        cursor: pointer;
}
.screen-right .news-chose-list .news-chose-list-title{
    display: none;
}




.screen-right .news-chose-list .screen-condition-sub .list-nc{
    width: 100%;
    display: inline-block;
    font-size: 1.33rem;
padding: 3%;
    border: 1px solid #ececec;
    margin-bottom: 20px;
    color: #626262;
    text-align: center;
    background-color: #fff;

}
.screen-right .news-chose-list .list-nc.on{
    border: 1px solid #13136e;
}
@media only screen and (min-width: 601px){
    .seminar-news-bg .seminar-news-left .news-list .list-n:hover{
        border: 1px solid transparent;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,.1)
    }
    .seminar-news-bg .seminar-news-left .news-list .list-n:hover .news-demo{
       font-size: 1.33rem;
   }
    .seminar-news-bg .seminar-news-left .news-list .list-n:hover .news-jt{
        width: 100px;
    }
    .seminar-news-bg .seminar-news-left .news-list .list-n:hover .news-jt:before{
        transform:translate3d(0,0,0) rotate(45deg);
        -ms-transform:translate3d(0,0,0) rotate(45deg);     /* IE 9 */
        -moz-transform:translate3d(0,0,0) rotate(45deg);    /* Firefox */
        -webkit-transform:translate3d(0,0,0) rotate(45deg); /* Safari 和 Chrome */
        -o-transform:translate3d(0,0,0) rotate(45deg);  /* Opera */
        opacity: 1;
        visibility: visible;
        transition-delay: .4s;
    }
    .seminar-news-bg .seminar-news-left .news-list .list-n:hover .news-jt:after{
        -webkit-transform:translate3d(0,-50%,0);
        -moz-transform:translate3d(0,-50%,0);
        -ms-transform:translate3d(0,-50%,0);
        -o-transform:translate3d(0,-50%,0);
        transform:translate3d(0,-50%,0);
        opacity: 1;
        visibility: visible;
        transition-delay: .4s;
    }
}

@media only screen and (max-width:1024px){
    .screen-right .news-chose-list .news-chose-list-title{
     width: 100%;
    display: inline-block;
    font-size: 1.33rem;
padding: 3%;
    border: 1px solid #ececec;

    color: #626262;
    text-align: center;
    position: relative;
}
.screen-right .news-chose-list .news-chose-list-title:after{
      content: "";
    width: 10px;
    height: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent transparent #626262 #626262;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 6%;  
}

.screen-right .news-chose-list .screen-condition-sub{
    position: absolute;
    width: 100%;
    max-height: 188px;
    background-color: #fff;
    left: 0;
    top: 100%;
    z-index: 111;
    display: none;
}
.screen-right .news-chose-list .screen-condition-sub .list-nc{
    margin-bottom: 0;
}
.screen-right .news-chose-list .list-nc.on{
    border: none;
}
.seminar-news-bg .seminar-news-left .news-list {
    margin-top: 6%;
}
.seminar-news-bg .seminar-news-left .news-list .list-n {
    margin-bottom: 3%;
    padding: 2%;
}
.seminar-news-bg .seminar-news-left .news-list .list-n .news-title {
    margin:2% 0;
}
.screen-right.viewclear{
    display: none;
}
}

@media only screen and (max-width:600px){
.seminar-news-bg .seminar-news-left .news-list .list-n .news-imgbox{
    width: 200px;
    margin-right: 3%;
}
.seminar-news-bg .seminar-news-left .news-list .list-n .news-imgbox .news-img{
     padding-top: -webkit-calc(360 / 580 * 100%);
    padding-top: -moz-calc(360 / 580 * 100%);
    padding-top: calc(360 / 580 * 100%);
}
.seminar-news-bg .seminar-news-left .news-list .list-n .news-main{
    width: -webkit-calc(97% - 200px);
    width: -moz-calc(97% - 200px);
    width: calc(97% - 200px);
}

}
@media only screen and (max-width:414px){
.seminar-news-bg .seminar-news-left .news-list .list-n .news-imgbox{
    width: 100%;
    margin-right: 0;
}
.seminar-news-bg .seminar-news-left .news-list .list-n .news-imgbox .news-img{
     padding-top: -webkit-calc(360 / 580 * 100%);
    padding-top: -moz-calc(360 / 580 * 100%);
    padding-top: calc(360 / 580 * 100%);
}
.seminar-news-bg .seminar-news-left .news-list .list-n .news-main{
    width: 100%;
    padding: 3% 1%;
}
}












/*新闻详情页*/
.seminar-news-bg .newsview-otherbox{
    width: calc(97% - 250px);
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.seminar-news-bg .newsview-otherbox *{
    display: inline-block;
    margin: 0 5px;
    font-size: 1rem;
    color: #757575;
}
.seminar-news-bg .seminar-news-left .newsview-iframe{
    width: 100%;
    height: 500px;
}
.seminar-news-bg .seminar-news-left .newsview-video{
    width: 100%;
    height: 500px;
}
.seminar-news-bg .seminar-news-left .newsview-video .mejs-video {
    width: 100% !important;
    height: 100% !important;
}

.seminar-news-bg .seminar-news-left .newsview-video .mejs-controls {
    display: none;
}

.seminar-news-bg .seminar-news-left .newsview-video .mejs-overlay-play {
    cursor: pointer;
}
.seminar-news-bg .seminar-news-left .newsview-video .mejs-poster img {
    display: block;
}
.seminar-news-bg .seminar-news-left .newsview-video .mejs-overlay-play .mejs-overlay-button {
    background-image: url(../images/vediobut_03.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 52px;
    height: 52px;
    margin: 0;
    margin-left: -26px;
    transform: translateY(11px);
}
.seminar-news-bg .seminar-news-left .newsview-content{
    margin-top: 24px;
    font-size: 1.33rem;
    line-height: 2;
}
.seminar-news-bg .seminar-news-left .newsview-page{
    margin-top: 30px;
    padding: 18px 30px;
    border: 1px solid #eeeeee;
    background-color: #f6f6f6;
}
.seminar-news-bg .seminar-news-left .newsview-page *{
    display: inline-block;
    white-space: nowrap;
}
.seminar-news-bg .seminar-news-left .newsview-page .newsview-prev img{
    margin-right: 30px;
}
.seminar-news-bg .seminar-news-left .newsview-page .newsview-next img{
    margin-left: 30px;
}
.seminar-news-bg .seminar-news-left .newsview-page .newsview-prev{
    width: 48%;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
    float: left;
    font-size: 1.16rem;
    color: #535353;
    line-height: 33px;
    padding-left: 30px;
    position: relative;
}
.seminar-news-bg .seminar-news-left .newsview-page .newsview-prev img{
    position: absolute;
    left: 0;
    top: 0;
}
.seminar-news-bg .seminar-news-left .newsview-page .newsview-next{
    width: 48%;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
    float: right;
    font-size: 1.16rem;
    color: #535353;
    line-height: 33px;
        padding-right: 30px;
    position: relative;
}
.seminar-news-bg .seminar-news-left .newsview-page .newsview-next img{
      position: absolute;
    right: 0;
    top: 0; 
}




@media only screen and (max-width:1024px){
.seminar-news-bg .newsview-otherbox{
    width: 100%;
    margin-top: 2%;
    margin-bottom: 3%;
}
.seminar-news-bg .seminar-news-left .newsview-content {
    margin-top: 3%;
}

.seminar-news-bg .seminar-news-left .newsview-page {
    margin-top: 3%;
    padding: 2% 3%;
}
.seminar-news-bg .seminar-news-left .newsview-page .newsview-prev img{
    margin-right: 3%;
}
.seminar-news-bg .seminar-news-left .newsview-page .newsview-next img{
    margin-left: 3%;
}
.seminar-news-bg .seminar-news-left .newsview-page *{
margin: 1% 0;
}
.seminar-news-bg .seminar-news-left .newsview-video{
    height: 400px;
}
.seminar-news-bg .seminar-news-left .newsview-iframe{
    height: 400px;
}
}
@media only screen and (max-width:414px){
    .seminar-news-bg .seminar-news-left .newsview-video{
    height: 300px;
}
.seminar-news-bg .seminar-news-left .newsview-iframe{
    height: 300px;
}
.seminar-news-bg .seminar-news-left .newsview-content {
    line-height: 1.5;
}
}

/* =========

  联系方式

  ========== */
.contact-bg{
    padding-top: 120px;
    padding-bottom: 60px;
}
.contact-bg .contact-box{
      display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.contact-bg .contact-box .contact-left{
   width: 50%;
   -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
}
.contact-bg .contact-left .contact-title{
    font-size: 2rem;
    color: #434343;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 60px;
    position: relative;
}
.contact-bg .contact-left .contact-title:after{
    content: "";
    width: 26px;
    height: 1px;
    background-color: #291671;
    position: absolute;
    left: 0;
    bottom: 0;
}
.contact-bg .contact-left .contact-content{
    font-size: 1.16rem;
     color: #434343;
     line-height: 2.5rem;
}
.contact-bg .contact-box .contact-map{
    width: 50%;
    min-height: 300px; 
}
.contact-banner{
    width: 100%;
    padding-top: -webkit-calc(150 / 1920 * 100%);
    padding-top: -moz-calc(150 / 1920 * 100%);
    padding-top: calc(150 / 1920 * 100%);
    min-height: 100px;
}

@media only screen and (max-width:1400px){
    .contact-bg {
        padding-top: 100px;
    }
}
@media only screen and (max-width:1280px){
    .contact-bg {
        padding-top: 80px;
    }
}
@media only screen and (max-width:1024px){
    .contact-bg {
        padding-top: 6%;
        padding-bottom: 6%;
    }
    .contact-bg .contact-box{
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .contact-bg .contact-box .contact-left {
        width: 100%;
    }
    .contact-bg .contact-box .contact-map {
        width: 100%;
        min-height: auto;
        height: 300px;
    }
    .contact-bg .contact-left .contact-title {
        margin-bottom: 6%;
        margin-top: 3%;
    }
}

@media only screen and (max-width:600px){
   .contact-bg .contact-box .contact-map {
    height: 250px;
}
}
@media only screen and (max-width:414px){
   .contact-bg .contact-box .contact-map {
    height: 220px;
}
}
@media only screen and (max-width:375px){
   .contact-bg .contact-box .contact-map {
    height: 200px;
}
}
@media only screen and (max-width:320px){
   .contact-bg .contact-box .contact-map {
    height: 180px;
}
}
/*在线留言*/
.massaged-bg{
    padding-top: 45px;
    padding-bottom: 110px;
} 
.massaged-bg .massaged-title{
    font-size: 2rem;
    line-height: 1;
    padding-bottom: 10px;
    text-align: center;
    position: relative;
    margin-bottom: 2%;
}
.massaged-bg .massaged-title:after{
    content: '';
    width: 26px;
    height: 1px;
    background-color: #291671;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -13px;
}
.massaged-bg .massaged-form{
    width: 94%;
    max-width: 540px;
    margin: 0 auto;
}
.massaged-bg .massaged-form .my-item{
    margin-bottom: 20px;
}
.massaged-bg .massaged-form .my-item .my-label{
   font-size: 1.16rem;
   line-height: 1.5;
}
.massaged-bg .massaged-form .my-item .my-input input[type="text"]{
    width: 100%;
    font-size: 1.33rem;
    height: 50px;
    line-height: 50px;
    border: 1px solid #c8c8c8;
    padding: 0 3%;
}
.massaged-bg .massaged-form .my-item .my-textarea textarea {
    width: 100%;
    height: 220px;
    resize: none;
    border: 1px solid #c8c8c8;
    padding: 10px;
    font-size: 1.33rem;
        padding: 3%;
}
.massaged-bg .massaged-form input[type="submit"]{
    float: right;
    font-size: 1.16rem;
    color: #fff;
    line-height: 30px;
    width: 140px;
    height: 30px;
    background-color: #291671;
    border: none;
    cursor: pointer;
}

@media only screen and (max-width:1400px){
    .massaged-bg {
        padding-bottom: 90px;
    }
}
@media only screen and (max-width:1280px){
    .massaged-bg {
        padding-bottom:70px;
    }
}
@media only screen and (max-width:1024px){
    .massaged-bg {
        padding-top: 5%;
        padding-bottom:6%;
    }
    .massaged-bg .massaged-form .my-item {
        margin-bottom: 2%;
    }
}

@media only screen and (max-width:414px){
    .massaged-bg .massaged-form .my-item .my-input input[type="text"] {
        height: 40px;
        line-height: 40px;
    }
}

/* =========

  登录

  ========== */
.user-bg{
    padding-top: 75px;
    padding-bottom: 100px;
    position: relative;
}
.user-bg .user-mian{
    position: absolute;
    top: -100px;
    left: 0;
}
.user-bg .user-box{
     display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.user-bg .user-box .user-imgbox{
    width: calc(100% - 425px);
}
.user-bg .user-box .user-imgbox .user-img{
    height: 100%;
    padding-top: calc(550 / 775 * 100%);
    position: relative;
}
.user-bg .user-box .user-imgbox .user-img .user-imgword{
    font-size: 2rem;
    line-height: 2rem;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.user-bg .user-box .user-area{
    width: 425px;
    min-height: 550px;
    padding:40px 30px;
}
.user-bg .user-box .user-area .login-title{
    font-size: 2rem;
    color: #291671;
    line-height: 1;
    text-align: center;
    margin-bottom: 95px;
}
.user-bg .user-box .user-area .user-form .layui-form .my-item{
    margin-bottom: 30px;
}
.user-bg .user-box .user-area .user-form .layui-form .my-item input[type="text"]{
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #dcdcdc;
    font-size: 1.16rem;
}
.user-bg .user-box .user-area .user-form .layui-form .my-item input[type="password"]{
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #dcdcdc;
    font-size: 1.16rem;
}
.user-bg .user-box .user-area .user-form .layui-form .my-item input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #959595;
    font-size: 1.16rem;
}
.user-bg .user-box .user-area .user-form .layui-form .my-item input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #959595;
    font-size: 1.16rem;
}
.user-bg .user-box .user-area .user-form .layui-form .my-item input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #959595;
    font-size: 1.16rem;
}
.user-bg .user-box .user-area .user-form .layui-form .my-submit .my-btn{
    width: 100%;
    background-color: #291671;
    font-size: 1.33rem;
    line-height: 50px;
    height: 50px;
    color: #ffffff;
    border: none;
    cursor: pointer;
}  
.user-bg .user-box .user-area .user-link {
    margin-top: 20px;
}
.user-bg .user-box .user-area .user-link .user-forgot{
    display: inline-block;
    color: #626262;
    font-size: 1.16rem;
    float: left;
}
.user-bg .user-box .user-area .user-link .user-register{
    display: inline-block;
    color: #626262;
    font-size: 1.16rem;
    float: right;
} 
@media only screen and (max-width:1400px){
    .user-bg {
        padding-bottom: 80px;
    }
}
@media only screen and (max-width:1280px){
    .user-bg {
        padding-top: 65px;
        padding-bottom: 70px;
    }
}
@media only screen and (max-width:1024px){
    .user-bg {
        padding-top: 6%;
        padding-bottom: 6%;
    }
}
@media only screen and (max-width:800px){
 .user-bg .user-box {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.user-bg .user-box .user-imgbox {
    width: 100%;
} 
.user-bg .user-box .user-area {
    width: 100%;
    min-height: auto;
    padding:4% 3%;
}
.user-bg .user-box .user-area .user-title {
   margin-bottom: 6%;
}
.user-bg .user-box .user-area .user-form .layui-form .my-item {
    margin-bottom: 3%;
}
.user-bg .user-box .user-area .login-title {
    margin-bottom: 6%;
}
}



/* =========

  注册

  ========== */
.user-bg .user-box .user-area .register-title{
    font-size: 2rem;
    color: #291671;
    line-height: 1;
    margin-bottom: 50px;
}
.user-bg .user-box .user-area .register-title .user-login{
    font-size: 1.16rem;
    color: #626262;
    line-height: 2rem;
    float: right;
    display: inline-block;
}
.user-bg .user-box .user-area .user-form .my-item{
    position: relative;
}
.user-bg .user-box .user-area .user-form .my-item .send-code{
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 45px;
    background-color: #574698;
    font-size: 1.16rem;
    line-height: 45px;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
}

@media only screen and (max-width:1024px){
    .user-bg .user-box .user-area .register-title {
        margin-bottom: 5%;
    }
}




/* =========

  页脚

  ========== */
.footer{
    background-color: #3c3945;
}
.footer .footer-top{
    padding-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.17)
}
.footer .footer-top .footer-left{
    float: left;
    width: -webkit-calc(100% - 275px);
    width: -moz-calc(100% - 275px);
    width: calc(100% - 275px);
}
.footer .footer-top .footer-left .fooeter-nav{
    margin-bottom: 35px;
}
.footer .footer-top .footer-left .fooeter-nav .fooeter-a{
    display: inline-block;
    margin-right: 30px;
    font-size:1.16rem;
    line-height: 1.5;
    color: #ffffff;
}

.footer .footer-top .footer-left .fooeter-contact .footer-phone .footer-phone-num{
     font-size: 1.16rem;
     line-height: 2;
     color: #ffffff;
}
.footer .footer-top .footer-left .fooeter-contact .footer-phone .footer-phone-num .phone-num-word{
    font-size: 1.5rem;
    color: #fff;
    line-height: 2.5rem;
}
.footer .footer-top .footer-left .fooeter-contact .footer-phone .footer-phone-num .phone-num-word img{
    float: left;
    margin-right: 10px;
}

.footer .footer-top .footer-left .fooeter-contact .fooeter-contact-detail{
    margin-bottom: 10px;
}

/*二维码*/
.footer .footer-top .fooeter-right{
    width: 275px;
    float: right;
}
.footer .footer-top .fooeter-right .fooeter-code{
    float: left;
}
.footer .footer-top .fooeter-right .fooeter-code:nth-child(2){
    float: right;
}
.footer .footer-top .fooeter-right .fooeter-code .code-img{
    width: 120px;
    height: 120px;
}
.footer .footer-top .fooeter-right .fooeter-code .code-img img{
    width: 100%;
    margin: 0 auto;
}
.footer .footer-top .fooeter-right .fooeter-code .code-name{
    margin-top: 15px;
    font-size: 1rem;
    color: rgba(255,255,255,.5);
    text-align: center;
}

.footer .footer-bottom{
    padding-top: 30px;
    padding-bottom: 25px;
    font-size: 1rem;
    color: rgba(255,255,255,.6);
    text-align: center;
}
.footer .footer-bottom .footer-bottom-link{
    float: left;
    font-size: 1rem;
    color: rgba(255,255,255,.6);
    width: 50%;
}
.footer .footer-bottom .footer-bottom-link a{
    display: inline-block;
    *display: inline;
    *zoom: 1;
       font-size: 1rem;
    color: rgba(255,255,255,.6);
    margin:0 10px;
    float: left;
}
.footer .footer-bottom .footer-bottom-configccontent{
    float: right;
}
@media only screen and (max-width:1024px){
    .footer .footer-top {
        padding-top: 4%;
    }
    .footer .footer-top .footer-left .fooeter-nav {
        margin-bottom: 3.5%;
    }
    .footer .footer-bottom {
        padding-top: 3%;
        padding-bottom: 2.5%;
    }
    .footer .footer-bottom .footer-bottom-link{
        width: 100%;
        margin-bottom: 3%;
    }
}
@media only screen and (max-width:800px){
    .footer .footer-top .footer-left {
        width: 100%;
    }
    .footer .footer-top .fooeter-right {
        display: none;
    }
    .footer .footer-top .footer-left .fooeter-contact .footer-phone {
        margin-bottom: 2%;
    }
    .footer .footer-top .footer-left .fooeter-contact .fooeter-contact-detail {
        margin-bottom: 1%;
    }
}
@media only screen and (max-width:600px){
    .footer .footer-top .footer-left .fooeter-nav {
        display: none;
    }
}


/*客服*/
.index-kefu{
    position: fixed;
    right: 0;
    bottom: 15%;
    z-index: 122;
    width: 44px;
}
.index-kefu .kefu-box{
    display:inline-block;
    background-color: #574698;
    position: relative;
}
.index-kefu .kefu-box .kefu-icon{
   width: 44px;
   height: 44px;
   background-repeat: no-repeat;
   background-position: center;
   -webkit-background-size: cover;
   background-size: cover;
   cursor: pointer;

}
.index-kefu .kefu-box.kefu-qq .kefu-icon{
    background-image: url(/phone/images/kfqq_03.png);
} 
.index-kefu .kefu-box.kefu-phone .kefu-icon{
    background-image: url(/phone/images/kfphone_03.png);
} 
.index-kefu .kefu-box.kefu-messaged .kefu-icon{
    background-image: url(/phone/images/kfly_03.png);
} 
.index-kefu .kefu-box.kefu-weixin .kefu-icon{
    background-image: url(/phone/images/kfwx_03.png);
} 
.index-kefu .kefu-box.kefu-top .kefu-icon{
   background-image: url(/phone/images/kftop_03.png);
}
.index-kefu .kefu-box.kefu-top{
 -webkit-transition: all .5s;
 -o-transition: all .5s;
 -moz-transition: all .5s;
 transition: all .5s;
 opacity: 0;
 visibility: hidden; 
}
.index-kefu .kefu-box.kefu-top.in{
   opacity: 1;
   visibility: visible; 
}
.index-kefu .kefu-box .sub-box{
    position: absolute;
    min-width: 200px;
    padding: 25px;
    display:none;
    right: 100%;
    top: 0;
    background-color: #fff;
    z-index: 123;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.index-kefu .kefu-box[data-on="click"] .sub-box{
    display: block;
}
.index-kefu .kefu-box .sub-box .kefu-title{
    font-size: 1.16rem;
    line-height: 1;
}
.index-kefu .kefu-box .sub-box .kefu-number{
    display: block;
    margin-top: 10px;
    font-size: 1.16rem;
    line-height: 1;
    color: #0079ce;
}
.index-kefu .kefu-box .sub-box .kefu-close{
    position: absolute;
    width: 18px;
    height: 18px;
    right: 10px;
    top: 10px;
    z-index: 124;
}
.index-kefu .kefu-box .sub-box .kefu-close:before{
    content: "";
    display: block;
    width: 18px;
    height: 3px;
    position: absolute;
    top: 9px;
    left: 0;
    background-color: #d0d0d0;
    border-radius: 50px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);     /* IE 9 */
    -moz-transform:rotate(45deg);    /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg);  /* Opera */
}
.index-kefu .kefu-box .sub-box .kefu-close:after{
    content: "";
    display: block;
    width: 18px;
    height: 3px;
    position: absolute;
    top: 9px;
    left: 0;
    background-color: #d0d0d0;
    border-radius: 50px;
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);     /* IE 9 */
    -moz-transform:rotate(-45deg);    /* Firefox */
    -webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
    -o-transform:rotate(-45deg);  /* Opera */
}

.index-kefu .kefu-box.kefu-weixin .sub-box{
    width: 110px;
    height: 110px;
    min-width: auto;
    padding: 0;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -60px;
}
.index-kefu .kefu-box.kefu-weixin .sub-box img{
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 601px){
.index-kefu .kefu-box.kefu-weixin:hover .sub-box{
    display: block;
}
}
@media only screen and (max-width:1024px){
    .index-kefu{
        display: none;
    }
}

/* =========

  搜索结果

  ========== */
.searchbg{
    font-size: 2rem;
    line-height: 5rem;
    text-align: center;
    margin-top: 100px;
}
.searchbg .title{
    height:300px;
    line-height:300px;
}
.search-main{
    margin: 3% 0;
}
.search-main .list:after{
    content: "";
    display: block;
    clear: both;
}
.search-main .list .text{
    width: 50%;
    float: left;
    margin-bottom: 3%;
}
.search-main .list .text .rq{
    font-size: 1.16rem;
    color: #626262;
}
.search-main .list .text .title{
    font-size: 1.33rem;
}

@media only screen and (max-width:414px){
.searchbg .title{
    height:250px;
    line-height:250px;
}
}








/* =========

  产品中心

  ========== */

/*产品中心*/
.product-bg{
    padding: 75px 0;
    background-color: #f8f8f8;
}
.product-bg .product-left{
    width: -webkit-calc(100% - 270px);
    width: -moz-calc(100% - 270px);
    width: calc(100% - 270px);
    float: left;
}
.product-bg .product-left .product-list{
    margin-top: 65px;
}
.product-bg .product-left .product-list .list-p{
    width: -webkit-calc((100% - 30px) / 3);
    width: -moz-calc((100% - 30px) / 3);
    width: calc((100% - 30px) / 3);
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 40px;
    padding-bottom: 20px;
    border: 1px solid #dad9db;
    background-color: #fff;
}

.product-bg .product-left .product-list .list-p .product-img{
    width: 60%;
    margin: 0 auto;

}
.product-bg .product-left .product-list .list-p .product-img img{
    width: 100%;/*响应式瀑布流实现关键代码*/
    max-width: 100%;/*响应式瀑布流实现关键代码*/
    height: auto;/*响应式瀑布流实现关键代码*/
    transition: all .5s;
}
@media only screen and (min-width: 601px){
    .product-bg .product-left .product-list .list-p .product-img:hover img{
   transform:scale(1.1);
}
}
.product-bg .product-left .product-list .list-p .product-intro{
    position: relative;
    padding: 0 30px;
    margin-top: 30px;
}
.product-bg .product-left .product-list .list-p .product-intro:after{
    content: "";
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #291671 #291671 transparent transparent;
    transform:translateY(-50%) rotate(45deg);
    -ms-transform:translateY(-50%) rotate(45deg);     /* IE 9 */
    -moz-transform:translateY(-50%) rotate(45deg);    /* Firefox */
    -webkit-transform:translateY(-50%) rotate(45deg); /* Safari 和 Chrome */
    -o-transform:translateY(-50%) rotate(45deg);  /* Opera */
    position: absolute;
    right: 3%;
    top: 50%;
    transform:;
}
.product-bg .product-left .product-list .list-p .product-intro .product-theme{
    text-align: center;
    font-size: 1.33rem;
    color: #000;
    margin-bottom: 10px;
}

.product-bg .product-left .product-list .list-p .product-intro .product-model .product-model-value{
    text-align: center;
    font-size: 1.16rem;
    line-height: 2;
}



.product-bg .product-right{
    width: 250px;
    float: right;
    margin-left: 20px;
    margin-top: 89px;
}
.product-bg .product-right .FAQ-a{
    display: block;
     display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    border: 1px solid #eeeeee;
    margin-bottom: 40px;
}
.product-bg .product-right .FAQ-a .FAQ-right{
   -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
    background-color: #fff;
    font-size: 1rem;
    color: #626262;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
}
.product-bg .product-right .FAQ-a .FAQ-right:after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-color: #4b3b88 #4b3b88 transparent transparent;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);     /* IE 9 */
    -moz-transform:rotate(45deg);    /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg);  /* Opera */
}
/*检索条件*/
.product-bg .product-right .search-condition{
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}
.product-bg .product-right .search-condition:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dedede;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}
.product-bg .product-right .search-condition .condition-word{
    font-size: 1.16rem;
    color: #313131;
    line-height: 15px;
    padding: 0 10px;
    display: inline-block;
    background-color: #f8f8f8;
    position: relative;
    z-index: 2;
}
.product-bg .product-right .search-condition .condition-word img{
    margin-right: 5px;
} 
/*全部产品*/
.product-bg .product-right .all-product{
    text-align: right;
    margin-bottom: 25px;
}
.product-bg .product-right .all-product .all-product-word{
    display: inline-block;
    font-size: 1rem;
    color: #626262;
    padding-right: 10px;
    border-bottom: 1px solid;
    position: relative;
}
.product-bg .product-right .all-product .all-product-word:before{
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background-color: #626262;
    position: absolute;
    top: 50%;
    right: 0;
}
.product-bg .product-right .all-product .all-product-word:after{
    content: "";
    display: block;
    width: 1px;
    height: 8px;
    background-color: #626262;
    position: absolute;
   right: 3px;
   top: 5px;
}
/*产品检索*/
.product-bg .product-right .product-condition{
    padding-bottom: 27px;
    border-bottom: 1px dashed #d7d7d7;
    margin-bottom: 20px;
}
.product-bg .product-right .product-condition .condition-title{
    font-size: 1.33rem;
    color: #313131;
    line-height: 1;
    text-align: center;
}
.product-bg .product-right .product-condition .product-condition-kind{
    margin-top: 27px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px 0;
    width: 100%;
    display: block;
    font-size: 1.33rem;
    color: #626262;
    text-align: center;
}
.product-bg .product-right .product-condition .product-condition-kind.on{
    color: #291671;
    border: 1px solid #291671;
}
/*解决方案检索*/
.product-bg .product-right .solution-condition .condition-title{
    font-size: 1.16rem;
    color:#313131;
    text-align: center;
}
.product-bg .product-right .solution-condition .solution-condition-kind{
     margin-top: 27px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px 0;
    width: 100%;
    display: block;
    font-size: 1.33rem;
    color: #626262;
    text-align: center;
}
.product-bg .product-right .solution-condition .solution-condition-kind.on{
        color: #291671;
    border: 1px solid #291671;
}
/*移动端右侧*/
.product-bg .mmproduct-right{
    display: none;
}
.product-bg .mmproduct-right .mmFAQ-a{
    display: block;
     display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    border: 1px solid #eeeeee;
    margin-bottom: 4%;
}

.product-bg .mmproduct-right .mmFAQ-a .FAQ-right{
   -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
    background-color: #fff;
    font-size: 1rem;
    color: #626262;
    line-height: 50px;
    padding: 0 2%;
    position: relative;
}
.product-bg .mmproduct-right .mmFAQ-a .FAQ-right:after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-color: #4b3b88 #4b3b88 transparent transparent;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);     /* IE 9 */
    -moz-transform:rotate(45deg);    /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg);  /* Opera */
}
/*检索条件*/
.product-bg .mmproduct-right .mmsearch-condition{
    position: relative;
    text-align: center;
    margin-bottom: 2%;
}
.product-bg .mmproduct-right .mmsearch-condition:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dedede;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}
.product-bg .mmproduct-right .mmsearch-condition .condition-word{
    font-size: 1.16rem;
    color: #313131;
    line-height: 15px;
    padding: 0 10px;
    display: inline-block;
    background-color: #f8f8f8;
    position: relative;
    z-index: 2;
}
.product-bg .mmproduct-right .mmsearch-condition .condition-word img{
    margin-right: 5px;
} 
/*全部产品*/
.product-bg .mmproduct-right .mmall-product{
    text-align: right;
    margin-bottom: 3%;
}
.product-bg .mmproduct-right .mmall-product .all-product-word{
    display: inline-block;
    font-size: 1rem;
    color: #626262;
    padding-right: 10px;
    border-bottom: 1px solid;
    position: relative;
}
.product-bg .mmproduct-right .mmall-product .all-product-word:before{
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background-color: #626262;
    position: absolute;
    top: 50%;
    right: 0;
}
.product-bg .mmproduct-right .mmall-product .all-product-word:after{
    content: "";
    display: block;
    width: 1px;
    height: 8px;
    background-color: #626262;
    position: absolute;
   right: 3px;
   top: 5px;
}
/*产品检索*/
.product-bg .mmproduct-right .mmproduct-condition{
    padding-bottom: 3%;
    border-bottom: 1px dashed #d7d7d7;
    margin-bottom: 2%;
}
.product-bg .mmproduct-right .mmproduct-condition .condition-title{
    font-size: 1.33rem;
    color: #313131;
    line-height: 1;
    text-align: center;
}
.product-bg .mmproduct-right .mmproduct-condition .mmproduct-condition-list{
    position: relative;
        margin-top: 3%;
        cursor: pointer;
}
.product-bg .mmproduct-right .mmproduct-condition .mmproduct-condition-list .mmproduct-condition-title{
            background-color: #fff;
    border: 1px solid #e5e5e5;
    font-size: 1.33rem;
    color: #626262;
        text-align: center;
        width: 100%;
         padding:  3%;
}
.product-bg .mmproduct-right .mmproduct-condition .mmproduct-condition-list .mmproduct-condition-title:after{
    content: "";
    width: 10px;
    height: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent transparent #626262 #626262;
    transform:rotate(-45deg);
-ms-transform:rotate(-45deg);     /* IE 9 */
-moz-transform:rotate(-45deg);    /* Firefox */
-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
-o-transform:rotate(-45deg);  /* Opera */ 
position: absolute;
top: 50%;
margin-top: -8px;
right: 6%;
}
.product-bg .mmproduct-right .mmproduct-condition .mmproduct-condition-list .mmproduct-condition-sub{
    position: absolute;
    left: 0;
    top:100%;
    width: 100%;
    background-color: #fff;
     z-index: 112;
     display: none;
     max-height: 188px;
     overflow-y: auto;
}
.product-bg .mmproduct-right .mmproduct-condition .mmproduct-condition-list .mmproduct-condition-sub::-webkit-scrollbar{
  display:none;
}
.product-bg .mmproduct-right .mmproduct-condition .mmproduct-condition-list .mmproduct-condition-sub .mmproduct-condition-word{
    border: 1px solid #e5e5e5;
    width: 100%;
     padding:  3%;
    display: inline-block;
    font-size: 1.33rem;
    color: #626262;
    text-align: center;
   
}


/*解决方案检索*/
.product-bg .mmproduct-right .mmsolution-condition .condition-title{
    font-size: 1.16rem;
    color:#313131;
    text-align: center;
}
.product-bg .mmproduct-right .mmsolution-condition .mmsolution-condition-list{
    position: relative;
        margin-top: 3%;
        margin-bottom: 3%;
        cursor: pointer;
}
.product-bg .mmproduct-right .mmsolution-condition .mmsolution-condition-list .mmsolution-condition-title{
                background-color: #fff;
    border: 1px solid #e5e5e5;
    font-size: 1.33rem;
    color: #626262;
        text-align: center;
        width: 100%;
        padding:  3%;
        position: relative;
}
.product-bg .mmproduct-right .mmsolution-condition .mmsolution-condition-list .mmsolution-condition-title:after{
    content: "";
    width: 10px;
    height: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent transparent #626262 #626262;
    transform:rotate(-45deg);
-ms-transform:rotate(-45deg);     /* IE 9 */
-moz-transform:rotate(-45deg);    /* Firefox */
-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
-o-transform:rotate(-45deg);  /* Opera */ 
position: absolute;
top: 50%;
margin-top: -8px;
right: 6%;
}
.product-bg .mmproduct-right .mmsolution-condition .mmsolution-condition-list .mmsolution-condition-sub{
    position: absolute;
    left: 0;
    top:100%;
    width: 100%;
    background-color: #fff;
     z-index: 112;
     display: none;
          max-height: 188px;
     overflow-y: auto;
}
.product-bg .mmproduct-right .mmsolution-condition .mmsolution-condition-list .mmsolution-condition-sub::-webkit-scrollbar{
  display:none;
}
.product-bg .mmproduct-right .mmsolution-condition .mmsolution-condition-list  .mmsolution-condition-sub .mmsolution-condition-word{
    border: 1px solid #e5e5e5;
    width: 100%;
       padding:  3%;
    display: inline-block;
    font-size: 1.33rem;
    color: #626262;
    text-align: center;
}


@media only screen and (max-width:1024px){
    .product-bg {
        padding: 6% 0;
        background-color: #f8f8f8;
    }
    .product-bg .product-left .product-list {
        margin-top: 6.5%;
    }
    .product-bg .product-left .product-list .list-p {
        margin-bottom: 2.5%;
    }
    .product-bg .product-left {
        width:100%;
        float: none;
    }
    .product-bg .product-right {
        display: none;
    }
    .product-bg .mmproduct-right{
        display: block;
    }
    .product-bg .mmproduct-right .mmFAQ-a {
        margin-top: 3%;
        margin-bottom: 3%;
    }
    .product-bg .product-left .product-list .list-p .product-intro {
    padding: 0 6%;
    margin-top: 3%;
}
.product-bg .product-left .product-list .list-p .product-intro .product-theme {
    margin-bottom: 1%;
}
}

@media only screen and (max-width:600px){
    .product-bg .product-left .product-list .list-p {
        width: 100%;
        margin-right: 0;
    }
    .product-bg .product-left .product-list .list-p .product-theme {
        height: 30px;
        line-height: 30px;
        padding: 0 1%;
    }
}

@media only screen and (max-width:320px){
    .product-bg .product-left .product-list .list-p .product-theme {
        height: 30px;
        line-height: 30px;
        padding: 0 1%;
    }
}

/* =========

  产品详情

  ========== */

/*产品详情*/
.product-detail-bg{
    padding: 75px 0;
    background-color: #f8f8f8;
}
.product-detail-bg .allPage-title{
    margin-bottom: 65px;
}
.product-detail-bg .product-detail-left{
    width: -webkit-calc(100% - 270px);
    width: -moz-calc(100% - 270px);
    width: calc(100% - 270px);
    float: left;
}
.product-detail-bg .product-detail-right{
    width: 250px;
    float: right;
    margin-left: 20px;
    margin-top: 89px;
}
.product-detail-bg .product-detail-right .FAQ-a{
    display: block;
     display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    border: 1px solid #eeeeee;
    margin-bottom: 40px;
}
.product-detail-bg .product-detail-right .FAQ-a .FAQ-right{
   -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
    background-color: #fff;
    font-size: 1rem;
    color: #626262;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
}
.product-detail-bg .product-detail-right .FAQ-a .FAQ-right:after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-color: #4b3b88 #4b3b88 transparent transparent;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);     /* IE 9 */
    -moz-transform:rotate(45deg);    /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg);  /* Opera */
}
/*检索条件*/
.product-detail-bg .product-detail-right .search-condition{
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}
.product-detail-bg .product-detail-right .search-condition:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dedede;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}
.product-detail-bg .product-detail-right .search-condition .condition-word{
    font-size: 1.16rem;
    color: #313131;
    line-height: 15px;
    padding: 0 10px;
    display: inline-block;
    background-color: #f8f8f8;
    position: relative;
    z-index: 2;
}
.product-detail-bg .product-detail-right .search-condition .condition-word img{
    margin-right: 5px;
} 
/*全部产品*/
.product-detail-bg .product-detail-right .all-product{
    text-align: right;
    margin-bottom: 25px;
}
.product-detail-bg .product-detail-right .all-product .all-product-word{
    display: inline-block;
    font-size: 1rem;
    color: #626262;
    padding-right: 10px;
    border-bottom: 1px solid;
    position: relative;
}
.product-detail-bg .product-detail-right .all-product .all-product-word:before{
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background-color: #626262;
    position: absolute;
    top: 50%;
    right: 0;
}
.product-detail-bg .product-detail-right .all-product .all-product-word:after{
    content: "";
    display: block;
    width: 1px;
    height: 8px;
    background-color: #626262;
    position: absolute;
   right: 3px;
   top: 5px;
}
/*产品检索*/
.product-detail-bg .product-detail-right .product-condition{
    padding-bottom: 27px;
    border-bottom: 1px dashed #d7d7d7;
    margin-bottom: 20px;
}
.product-detail-bg .product-detail-right .product-condition .condition-title{
    font-size: 1.33rem;
    color: #313131;
    line-height: 1;
    text-align: center;
}
.product-detail-bg .product-detail-right .product-condition .product-condition-kind{
    margin-top: 27px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px 0;
    display: block;
    font-size: 1.33rem;
    color: #626262;
    text-align: center;
}
.product-detail-bg .product-detail-right .product-condition .product-condition-kind.on{
    color: #291671;
    border: 1px solid #291671;
}
/*区域检索*/
.product-detail-bg .product-detail-right .solution-condition .condition-title{
    font-size: 1.16rem;
    color:#313131;
    text-align: center;
}
.product-detail-bg .product-detail-right .solution-condition .solution-condition-kind{
     margin-top: 27px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px 0;
    width: 100%;
    display: block;
    font-size: 1.33rem;
    color: #626262;
    text-align: center;
}

/*移动端右侧*/
.product-detail-bg .mmproduct-detail-right{
    display: none;
}
.product-detail-bg .mmproduct-detail-right .mmFAQ-a{
    display: block;
     display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    border: 1px solid #eeeeee;
    margin-bottom: 4%;
}

.product-detail-bg .mmproduct-detail-right .mmFAQ-a .FAQ-right{
   -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
    background-color: #fff;
    font-size: 1rem;
    color: #626262;
    line-height: 50px;
    padding: 0 2%;
    position: relative;
}
.product-detail-bg .mmproduct-detail-right .mmFAQ-a .FAQ-right:after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-color: #4b3b88 #4b3b88 transparent transparent;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);     /* IE 9 */
    -moz-transform:rotate(45deg);    /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg);  /* Opera */
}
/*检索条件*/
.product-detail-bg .mmproduct-detail-right .mmsearch-condition{
    position: relative;
    text-align: center;
    margin-bottom: 2%;
}
.product-detail-bg .mmproduct-detail-right .mmsearch-condition:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dedede;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}
.product-detail-bg .mmproduct-detail-right .mmsearch-condition .condition-word{
    font-size: 1.16rem;
    color: #313131;
    line-height: 15px;
    padding: 0 10px;
    display: inline-block;
    background-color: #f8f8f8;
    position: relative;
    z-index: 2;
}
.product-detail-bg .mmproduct-detail-right .mmsearch-condition .condition-word img{
    margin-right: 5px;
} 
/*全部产品*/
.product-detail-bg .mmproduct-detail-right .mmall-product{
    text-align: right;
    margin-bottom: 3%;
}
.product-detail-bg .mmproduct-detail-right .mmall-product .all-product-word{
    display: inline-block;
    font-size: 1rem;
    color: #626262;
    padding-right: 10px;
    border-bottom: 1px solid;
    position: relative;
}
.product-detail-bg .mmproduct-detail-right .mmall-product .all-product-word:before{
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background-color: #626262;
    position: absolute;
    top: 50%;
    right: 0;
}
.product-detail-bg .mmproduct-detail-right .mmall-product .all-product-word:after{
    content: "";
    display: block;
    width: 1px;
    height: 8px;
    background-color: #626262;
    position: absolute;
   right: 3px;
   top: 5px;
}
/*产品检索*/
.product-detail-bg .mmproduct-detail-right .mmproduct-condition{
    padding-bottom: 3%;
    border-bottom: 1px dashed #d7d7d7;
    margin-bottom: 2%;
}
.product-detail-bg .mmproduct-detail-right .mmproduct-condition .condition-title{
    font-size: 1.33rem;
    color: #313131;
    line-height: 1;
    text-align: center;
}
.product-detail-bg .mmproduct-detail-right .mmproduct-condition .mmproduct-condition-list{
    position: relative;
    margin-top: 3%;
}
.product-detail-bg .mmproduct-detail-right .mmproduct-condition .mmproduct-condition-list .mmproduct-condition-word{
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 1% 3%;
    display:inline-block;
    font-size: 1.33rem;
    text-align: center;
    cursor: pointer;
}


/*区域检索*/
.product-detail-bg .mmproduct-detail-right .mmsolution-condition .condition-title{
    font-size: 1.16rem;
    color:#313131;
    text-align: center;
}
.product-detail-bg .mmproduct-detail-right .mmsolution-condition .mmsolution-condition-list{
    position: relative;
    margin-top: 3%;
}
.product-detail-bg .mmproduct-detail-right .mmsolution-condition .mmsolution-condition-list .mmsolution-condition-word{
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 1% 3%;
    display: inline-block;
    font-size: 1.33rem;
    text-align: center;
    cursor: pointer;
}
.product-detail-bg .mmproduct-detail-right .mmsolution-condition .mmsolution-condition-list .mmsolution-condition-sub{
    position: absolute;
    left: 0;
    top:100%;
    background-color: #626262;
    width: 100%;
    z-index: 100;
    display: none;
}
.product-detail-bg .mmproduct-detail-right .mmsolution-condition .mmsolution-condition-list .mmsolution-condition-sub .mmsolution-condition-kind{
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 1% 0;
    width: 100%;
    display: block;
    font-size: 1.33rem;
    color: #626262;
    text-align: center;
}

@media only screen and (max-width:1024px){
    .product-detail-bg {
        padding: 6% 0;
        background-color: #f8f8f8;
    }
    .product-detail-bg .allPage-title{
    margin-bottom: 6%;
    padding-top: 6%;
}
    .product-detail-bg .product-detail-left {
        width:100%;
        float: none;
    }
    .product-detail-bg .product-detail-right {
     display: none;
     }
     .product-detail-bg .mmproduct-detail-right{
        display: block;
    }
    .product-detail-bg .mmproduct-detail-right .mmFAQ-a {
        margin-top: 3%;
        margin-bottom: 3%;
    }
    .product-detail-bg .product-detail-cont-box{
        margin-top: 5%;
    }
}
/*产品详情内容*/
.product-detail-bg .product-detail-cont-box{
    padding: 10px 20px;
    background-color: #fff;
}
.product-detail-bg  .product-detail-cont-box .product-detail-cont{
        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.product-detail-bg  .product-detail-cont-box .product-detail-cont .prod-detl-c-l{
        -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
    width: 40%;
    float: left;
    padding: 10px;
    height: 100%;
}
.product-detail-bg  .product-detail-cont-box .product-detail-cont .prod-detl-c-l .prod-img-swiper{
    width: 100%;
    border-bottom: 1px solid #a0a0a0;
   padding-bottom: 20px;
   position: relative;
   min-height: 330px;
}
.product-detail-bg  .product-detail-cont-box .product-detail-cont .prod-detl-c-l .prod-imgbox .prod-img{
    width: 60%;
    margin: 0 auto;
    padding-top: calc(330 / 336 * 100%);
}
.product-detail-bg  .product-detail-cont-box .product-detail-cont .prod-detl-c-l .prod-img-swiper .prodimg-swiper-prev{
      width:10px;
    height:10px;
    position: absolute;  
    left:2px;
    top: 50%;
    transform: translateY(-50%);
     border-style: solid;
    border-width: 1px;
    border-color: #7e7e7e transparent transparent #7e7e7e;
    transform:rotate(-45deg);
-ms-transform:rotate(-45deg);     /* IE 9 */
-moz-transform:rotate(-45deg);    /* Firefox */
-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
-o-transform:rotate(-45deg);  /* Opera */
z-index: 111;
cursor: pointer;
}

.product-detail-bg  .product-detail-cont-box .product-detail-cont .prod-detl-c-l .prod-img-swiper .prodimg-swiper-next{
        width:10px;
    height:10px;
    position: absolute;  
    right:2px;
    top: 50%;
    transform: translateY(-50%);
     border-style: solid;
    border-width: 1px;
    border-color: #7e7e7e #7e7e7e transparent transparent;
    transform:rotate(45deg);
-ms-transform:rotate(45deg);     /* IE 9 */
-moz-transform:rotate(45deg);    /* Firefox */
-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
-o-transform:rotate(45deg);  /* Opera */
z-index: 111;
cursor: pointer;
}
.product-detail-bg  .product-detail-cont-box .product-detail-cont .prod-detl-c-l .prod-img-swiper .prod-img-pagination{
    text-align: center;
}
.product-detail-bg  .product-detail-cont-box .product-detail-cont .prod-detl-c-l .prod-img-swiper .prod-img-pagination *{
    display: inline-block!important;
    *display: inline;
    *zoom: 1;
}   
.product-detail-bg  .product-detail-cont-box .product-detail-cont .prod-detl-c-l .prod-img-swiper .prod-img-pagination .swiper-pagination-bullet{
    width: 7px;
    height: 7px;
    border: 1px solid #2e287e;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}
.product-detail-bg  .product-detail-cont-box .product-detail-cont .prod-detl-c-l .prod-img-swiper .prod-img-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #2e287e;
}
.product-detail-bg  .product-detail-cont-box .product-detail-cont .prod-detl-c-l .prod-title{
font-size: 1.16rem;
min-height: 2.5rem;
    line-height: 2;
    color: #000000;
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #a0a0a0;
    position: relative;
    padding-left: 45px;
}
.product-detail-bg  .product-detail-cont-box .product-detail-cont .prod-detl-c-l .prod-title .prod-title-word{
   position: absolute;
   left: 0;
   top:0;
}
.product-detail-bg  .product-detail-cont-box .product-detail-cont .prod-detl-c-l .prod-detl-c-l-b{
    font-size: 1.16rem;
    line-height: 2;
    color: #000000;
    position: relative;
    padding-left: 45px;
}
.product-detail-bg  .product-detail-cont-box .product-detail-cont .prod-detl-c-l .prod-detl-c-l-b .prod-detl-word{
   position: absolute;
   left: 0;
   top:0;
}
.product-detail-bg  .product-detail-cont-box .product-detail-cont .prod-detl-c-r{
    width: -webkit-calc(60% - 1px);
    width: -moz-calc(60% - 1px);
    width: calc(60% - 1px);
    float: left;
    padding: 10px;
    font-size: 1.16rem;
    line-height: 2;
        border-left: 1px solid #a0a0a0;
}

@media only screen and (max-width:700px){

    .product-detail-bg  .product-detail-cont-box .product-detail-cont .prod-detl-c-l{
        border-right: 0;
    }
 
    .product-detail-bg  .product-detail-cont-box .product-detail-cont .prod-detl-c-l-b{
        padding-bottom: 10px;
        border-bottom: 1px solid #a0a0a0;
    } 
    
}
@media only screen and (max-width:600px){
    .product-detail-bg  .product-detail-cont-box .product-detail-cont{
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.product-detail-bg .product-detail-cont-box .product-detail-cont .prod-detl-c-l {
    width: 100%;
    float: none;
    padding: 1%;
}
.product-detail-bg  .product-detail-cont-box .product-detail-cont .prod-detl-c-l .prod-img-swiper .prodimg-swiper-prev{
display: none;
}

.product-detail-bg  .product-detail-cont-box .product-detail-cont .prod-detl-c-l .prod-img-swiper .prodimg-swiper-next{
display: none;
}
}
@media only screen and (max-width:500px){
    .product-detail-bg  .product-detail-cont-box .product-detail-cont .prod-detl-c-l,
    .product-detail-bg  .product-detail-cont-box .product-detail-cont .prod-detl-c-r{
        width: 100%;
        border: none;
    }
    .product-detail-bg  .product-detail-cont-box .product-detail-cont .prod-detl-c-l{
        border-right: 0;
    }

    .product-detail-bg  .product-detail-cont-box .product-detail-cont .prod-detl-c-l-b{
        padding-bottom: 10px;
        text-align: center;
        border-bottom: 1px solid #a0a0a0;
    } 
    
}

.product-detail-bg .project-case-box .project-case-box-title{
    font-size: 1.66rem;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
/*产品详情里面的工程案例轮播图*/
.product-detail-bg .project-case-swiper-container{
    overflow: hidden;
    height: 356px;
}
.product-detail-bg .project-case-swiper-container .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background-color: #fff;
    opacity: 1;
}
.product-detail-bg .project-case-swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #90c31f;
}
@media only screen and (max-width:1600px){
  .product-detail-bg .project-case-swiper-container {
     height: 340px;
     } 
}

@media only screen and (max-width:1024px){
    .product-detail-bg .project-case-box .project-case-box-title {
    margin-bottom: 4%;
    margin-top: 4%;
}
}
@media only screen and (max-width:600px){
.product-detail-bg .project-case-swiper-container {
     height: 300px;
 }
}
@media only screen and (max-width:375px){
.product-detail-bg .project-case-swiper-container {
     height: 250px;
 }
}
.product-detail-bg .project-case-box .swiper-slide{
    height: 100%;
}
.product-detail-bg .project-case-item{
    display: block;
    text-align: center;
    font-size: 1.5rem;
    height: 100%;
    position: relative;
}
.product-detail-bg .project-case-item span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    padding: 10px 20px; 
    color: #fff;
    background-color: rgba(17, 4, 4, 0.4);
}
/*产品详情里的施工步骤*/
.product-detail-bg .constru-step-box .constru-step-box-title{
    font-size: 1.66rem;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
.product-detail-bg .constru-step-box .constru-step-main{
      display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    height: 270px;
}
.product-detail-bg .constru-step-box .constru-step-main .constru-step-r{
     -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
    padding: 30px 30px 30px 30px;
     font-size: 1.16rem;
    line-height: 2.66rem;
    color: #fff;
    background-color: #b8b8b8;
   
    position: relative;
}
.product-detail-bg .constru-step-box .constru-step-main .constru-step-r .constru-step-tx-content{
     overflow-y:auto;
     max-height: 100%;
}
.product-detail-bg .constru-step-box .constru-step-main .constru-step-r .constru-step-tx-content::-webkit-scrollbar{
  display:none;
}
.product-detail-bg .constru-step-box .constru-step-main .constru-step-l{
    width: 50%;
}
.product-detail-bg .constru-step-box .constru-step-main .constru-step-l .swiper-wrapper .swiper-slide .constru-step-item{
  height: 100%;
}

@media only screen and (max-width:1024px){
    .product-detail-bg .constru-step-box .constru-step-main{
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column;
    height: auto
}
.product-detail-bg .constru-step-box .constru-step-main .constru-step-l{
    width: 100%;
        height: 300px;
}

.product-detail-bg .constru-step-box .constru-step-main .constru-step-r{
    padding: 3%;
}
.swiper-button-next, .swiper-button-prev{
    display: none;
}
.product-detail-bg .constru-step-box .constru-step-box-title {
    margin-bottom: 4%;
    margin-top: 4%;
}
}
@media only screen and (max-width:800px){
.product-detail-bg .constru-step-box .constru-step-main .constru-step-r{
    line-height: 2rem;
}
}
/*产品详情里的资料下载*/
.product-detail-bg .data-download-box .data-download-box-title{
    font-size: 1.66rem;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
.product-detail-bg .data-download-box .data-download-ul ul{
    width: 100%;
}
.product-detail-bg .data-download-box .data-download-ul ul li{
    width: -moz-calc((100% - 10px)/2);
    width: -webkit-calc((100% - 10px)/2);
    width: calc((100% - 10px)/2);
    margin-right:10px;
    float: left;
    background-color: #fff;
    font-size: 0px;
    padding: 15px 20px;
}
.product-detail-bg .data-download-box .data-download-ul ul li:nth-child(2n){
    margin-right: 0;
}
@media only screen and (max-width:800px){
    .product-detail-bg .data-download-box .data-download-ul ul li{
        width: 100%;
    }
   
}
.product-detail-bg .data-download-box .data-download-ul ul li a{
    display: inline-block;
    height: 100%;
    font-size: 1.33rem;
    line-height: 29px;
    transition: all 0s;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.product-detail-bg .data-download-box .data-download-ul ul li a .dl-icon-bg{
    display: inline-block; /*图标大小为28px29px*/
    padding-left: 38px;
    height: 29px;
    background: url(../images/sdownlogo_03.png) no-repeat;
}

@media only screen and (min-width: 601px){
    .product-detail-bg .data-download-box .data-download-ul ul li:hover{
    background-color: #291671;
}
.product-detail-bg .data-download-box .data-download-ul ul li:hover a{
    color: #fff;

}
.product-detail-bg .data-download-box .data-download-ul ul li:hover a .dl-icon-bg{
    background: url(../images/zdownlogo_03.png) no-repeat;
}
}
/*产品详情里的温馨提示*/
.product-detail-bg .reminder-box{
    margin-top: 30px;
    margin-bottom: 60px;
}
.product-detail-bg .reminder-box .reminder-l,
.product-detail-bg .reminder-box .reminder-r{
    float: left;
    background-color: #fff;
    line-height: 50px;
    font-size: 1.33rem;
}
.product-detail-bg .reminder-box .reminder-l{
    width: -moz-calc((100% - 15px) / 5);
    width: -webkit-calc((100% - 15px) / 5);
    width: calc((100% - 15px) / 5);
    margin-right: 15px;
    text-align: center;
    color: #291671;
}
.product-detail-bg .reminder-box .reminder-r{
    width: -moz-calc((100% - 15px) / 5 * 4);
    width: -webkit-calc((100% - 15px) / 5 * 4);
    width: calc((100% - 15px) / 5 * 4);
    padding:0 3%;
    color: #5a5a5a;
    text-align: center;
}
/*产品详情上下页*/
.product-detail-bg .productview-pagebox {
        border-top: 1px solid #cccccc;
}
.product-detail-bg .productview-pagebox .productview-pagebtn{
    font-size: 1.16rem;
    color: #5a5a5a;
    text-align: left;
    padding: 25px 40px;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    position: relative;
    cursor: pointer;
    display: block;
}
.product-detail-bg .productview-pagebox .productview-pagebtn:after{
        content: "";
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color:transparent #5a5a5a #5a5a5a  transparent;
    position: absolute;
    left: 2%;
    top: 50%;
}
.product-detail-bg .productview-pagebox .productview-pagebtn.prev:after{
    transform: translate(-50%,-20%) rotate(-135deg);
}
.product-detail-bg .productview-pagebox .productview-pagebtn.next:after{
    transform: translate(-50%,-50%) rotate(45deg);
}
.product-detail-bg .productview-pagebox .productview-pagebtn .page-word{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: right;
}
@media only screen and (min-width: 601px){
.product-detail-bg .productview-pagebox .productview-pagebtn:hover{
    color: #8fc31f;
    background-color: #fff;
}
.product-detail-bg .productview-pagebox .productview-pagebtn:hover:after{
     border-color:transparent #8fc31f #8fc31f  transparent;
}
}
@media only screen and (max-width:1024px){
    .product-detail-bg .reminder-box .reminder-l{
        margin-right: 0px;
    }
    .product-detail-bg .reminder-box .reminder-l,
    .product-detail-bg .reminder-box .reminder-r{
        width: 100%;
    }
    .product-detail-bg .data-download-box .data-download-box-title {
    margin-bottom: 4%;
    margin-top: 4%;
}
.product-detail-bg .reminder-box {
    margin-top: 6%;
    margin-bottom: 6%;
}
.product-detail-bg .productview-pagebox .productview-pagebtn{
    padding: 3% 6%;
}
}
@media only screen and (max-width:665px){
    .product-detail-bg .reminder-box .reminder-r{
        width: 100%;
    }
}
@media only screen and (max-width:640px){
.product-detail-bg .reminder-box .reminder-r .reminder-tx {
   margin-right: 0;
    display: block;
}
}
@media only screen and (max-width:414px){
    .product-detail-bg .reminder-box .reminder-r{
        padding-left: 10px;
    }
}

.product-detail-bg .reminder-box .reminder-r a.contact-icon-link{
    height: 100%;
    display: inline-block;
        color: rgba(41,22,133,.67);
    font-size: 1.33rem;
    line-height: 1.5rem;

}
.product-detail-bg .reminder-box .reminder-r .contact-icon{
    display: inline-block;
    width: 27px;
    height: 27px;
    vertical-align: middle;

}
@media only screen and (max-width:350px){
    .product-detail-bg .reminder-box .reminder-r .contact-icon{
        margin-right: 10px;
    }
}
.product-detail-bg .reminder-box .reminder-r .contact-icon{
    background-repeat: no-repeat;
background-position: center;
    transform: translateY(-5%);
}
.product-detail-bg .reminder-box .reminder-r .weibo{
    background-image: url(../images/pphone_03.png);
}
.product-detail-bg .reminder-box .reminder-r .taobao{
    background-image: url(../images/ptaobao_03.png);
}
.product-detail-bg .reminder-box .reminder-r .qq{
    background-image: url(../images/pQQ_03.png);
}
.product-detail-bg .reminder-box .reminder-r .wechat{
    background-image: url(../images/pweixin_03.png);
}
.product-detail-bg .reminder-box .reminder-r .renren{
    background-image: url(../images/pqqweibo_03.png);
}
/*PC端鼠标悬浮样式 移动端暂未解决*/
/* .product-detail-bg .reminder-box .reminder-r a:hover .weibo{
    background-image: url(../images/pweiboh_03.png);
}
.product-detail-bg .reminder-box .reminder-r a:hover .taobao{
    background-image: url(../images/ptaobaoh_03.png);
}
.product-detail-bg .reminder-box .reminder-r a:hover .qq{
    background-image: url(../images/pQQh_03.png);
}
.product-detail-bg .reminder-box .reminder-r a:hover .wechat{
    background-image: url(../images/pweixinh_03.png);
}
.product-detail-bg .reminder-box .reminder-r a:hover .renren{
    background-image: url(../images/pqqweiboh_03.png);
}
 */


/* =========

  全屋方案

  ========== */

/*全屋方案*/
.full-house-program-bg{
    padding: 60px 0;
    background-color: #f8f8f8;
}
.full-house-program-bg .full-house-program-con{
    max-width: 1600px;
}
.full-house-program-bg .full-house-program-box{
    width: 100%;
    margin-top: 60px;
    position: relative;
}
@media only screen and (max-width:1024px){
    .full-house-program-bg {
        padding: 6% 0;
    } 
    .full-house-program-bg .full-house-program-box{
        margin-top: 6%;
    }
}
.full-house-program-bg .full-house-program-box .full-house-program-m{
    padding-top: -webkit-calc(1202 / 1602 * 100%);
    padding-top: -moz-calc(1202 / 1602 * 100%);
    padding-top: calc(1202 / 1602 * 100%);
}
/*弹出层触发按钮*/
.full-house-program-bg .graphic-layer-btn-box .graphic-layer-btn-item{
    display: inline-block;
    position: absolute;
        transform: translate(-50%,-50%);
}
.full-house-program-bg .graphic-layer-btn-box .graphic-layer-btn-item .graphic-layer-btn{
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: rgba(0,0,0,.5);
    z-index: 10;
    cursor: pointer;
    position: relative;
}
.full-house-program-bg .graphic-layer-btn-box .graphic-layer-btn-item .graphic-layer-btn:before{
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.full-house-program-bg .graphic-layer-btn-box .graphic-layer-btn-item .graphic-layer-btn:after{
    content: "";
    display: block;
    width: 2px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
/*全屋方案里面的轮播图*/
.full-house-program-body .layui4545{
    max-width:650px;
}
.full-house-program-body .layer-display-wrapper{
    display: none;
}
.full-house-program-body #graphic-layer-content{
    position:relative;
    padding-bottom:75%;
}
.full-house-program-body .layui-layer-content {
    max-width: 100%;
    height: auto;
}
.full-house-program-body .graphic-swiper-container{
    position: absolute;
    width:100%; 
    height: 100%;
    left:0px;
    top:0px;
    display:block
    background-color:rgba(255,255,255,.85);
    border: 1px solid #daebb5;
}
.full-house-program-body .graphic-swiper-container .graphic-sw{
    height: 100%;
}
.full-house-program-body .graphic-swiper-container .graphic-sl{
    width: 100%;
    margin: 0 auto;
}

.full-house-program-body .graphic-swiper-container .graphic-sl img{
    width: 100%;
    height: 100%;
}
/*轮播前后按钮*/
.full-house-program-body .graphic-swiper-container .graphic-swiper-button-next,
.full-house-program-body .graphic-swiper-container .graphic-swiper-button-prev{
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    border: 2px solid #291671;
    border-radius: 50%;
}
.full-house-program-body .graphic-swiper-container .graphic-swiper-button-next{
    right: 10px;
    left: auto;
}
.full-house-program-body .graphic-swiper-container .graphic-swiper-button-prev{
    left: 10px;
    right: auto;
}
.full-house-program-body .graphic-swiper-container .graphic-swiper-button-next:after{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-color: #291671 #291671 transparent transparent;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.full-house-program-body .graphic-swiper-container .graphic-swiper-button-prev:after{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-color: transparent transparent #291671 #291671;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
/*弹出层关闭按钮样式*/
.full-house-program-body .graphic-swiper-container .graphic-layer-button-close{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px;
    height: 25px;
    margin-left: 0;
    z-index: 10;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #a6a0c1;
}
.full-house-program-body .graphic-swiper-container .graphic-layer-button-close:after{
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
    top: 50%;
    margin-top: -1px;
}

@media only screen and (max-width:1024px){
    .full-house-program-body .graphic-swiper-container .graphic-swiper-button-next,
    .full-house-program-body .graphic-swiper-container .graphic-swiper-button-prev{
       display: none;
    }
    .full-house-program-bg .graphic-layer-btn-box .graphic-layer-btn-item .graphic-layer-btn{
        width: 20px;
        height: 20px;
    }
    .full-house-program-bg .graphic-layer-btn-box .graphic-layer-btn-item .graphic-layer-btn:before{ 
        width: 10px;
    }
    .full-house-program-bg .graphic-layer-btn-box .graphic-layer-btn-item .graphic-layer-btn:after{
        height: 10px;
    }
}
@media only screen and (max-width:800px){
    .full-house-program-body .graphic-swiper-container .graphic-layer-button-close{
        width: 20px;
        height: 20px;
    }
    .full-house-program-body .graphic-swiper-container .graphic-layer-button-close:after{
        width: 10px;
        left: 50%;
        margin-left: -5px;
    }

}





/* =========

  综合方案详情

  ========== */

/*综合方案详情*/
.integrated-program-detail-bg{
    padding: 60px 0;
}
.integrated-program-detail-bg .title-box{
    /*border-bottom: 2px solid #291671;*/
    margin-bottom: 50px;
}
.integrated-program-detail-bg .title-box .title-tag{
    display: none;
    background-color: #291671;
    font-size: 1.5rem;
    color: #fff;
    width: -moz-calc((100% - 195px) / 4);
    width: -webkit-calc((100% - 195px) / 4);
    width: calc((100% - 195px) / 4);
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    margin-top: 60px;
}

.integrated-program-detail-bg .imgbox-swiper .swiper-wrapper .swiper-slide .common-prob-img {
    padding-top:100%;
}
.integrated-program-detail-bg .solution-box .graphic-box{
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 40px;
}
.integrated-program-detail-bg .solution-box .graphic-box img{
    max-width: 100%;
    height: auto;
}
.integrated-program-detail-bg .solution-product-box .solution-product-item{
    margin-top: 20px;
        cursor: pointer;
}
.integrated-program-detail-bg .solution-product-box .solution-product-item .so-prod-img-box{
    width: 200px;
    border: 1px solid #d9d9d9;
    transition: all 0.5s ease;
    float: left;

}

.integrated-program-detail-bg .solution-product-box .solution-product-item .so-prod-features{
    width: calc(98% - 200px);
    float: right;
    font-size: 1.16rem;
    line-height: 2rem;
    padding:10px;
}
@media only screen and (min-width: 601px){
  .integrated-program-detail-bg .solution-product-box .solution-product-item:hover .so-prod-img-box{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    transition: all 0.5s ease;
}  
.integrated-program-detail-bg .data-download-box .data-download-ul a.active .dl-icon-bg,
.integrated-program-detail-bg .data-download-box .data-download-ul a:hover  .dl-icon-bg{
    background: url(../images/zdownlogo_03.png) no-repeat;
}
.integrated-program-detail-bg .data-download-box .data-download-ul a:hover{
    background-color: #291671;
}

.integrated-program-detail-bg .data-download-box .data-download-ul a:hover{
    color: #fff;
}
}
@media only screen and (max-width:800px){
   .integrated-program-detail-bg .solution-product-box .solution-product-item .so-prod-img-box{
        width: 100%;
        float: none;
    } 
    .integrated-program-detail-bg .solution-product-box .solution-product-item .so-prod-features{
        width: 100%;
        float: none;
    }
}
.integrated-program-detail-bg .solution-product-box .solution-product-item.active .so-prod-img-box{
    border: 0;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    transition: box-shadow 0.5s;
}

.integrated-program-detail-bg .solution-product-box .so-prod-img-box img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.integrated-program-detail-bg .solution-product-box .so-prod-name{
    display: block;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
}
.integrated-program-detail-bg .solution-product-box .solution-product-item.active .so-prod-name,
.integrated-program-detail-bg .solution-product-box .solution-product-item:hover .so-prod-name{
    color: #90c31f;
}

/*综合方案详情里面的经典案例轮播图*/
.integrated-program-detail-bg .classic-case-swiper-container{
    overflow: hidden;
    height: 460px;
}
@media only screen and (max-width:1600px){
   .integrated-program-detail-bg .classic-case-swiper-container{
        height: 400px;
    } 
}
@media only screen and (max-width:1400px){
   .integrated-program-detail-bg .classic-case-swiper-container{
        height: 350px;
    } 
}
@media only screen and (max-width:1280px){
   .integrated-program-detail-bg .classic-case-swiper-container{
        height: 300px;
    } 
}
@media only screen and (max-width:1024px){
   .integrated-program-detail-bg .classic-case-swiper-container{
        height: 280px;
    } 
}
@media only screen and (max-width:800px){
   .integrated-program-detail-bg .classic-case-swiper-container{
        height: 250px;
    } 
}

.integrated-program-detail-bg .classic-case-box .classic-case-swiper-wrapper{
    height: 100%;
}
.integrated-program-detail-bg .classic-case-item{
    text-align: center;
    font-size: 1.5rem;
    height: 100%;
    position: relative;
}
.integrated-program-detail-bg .classic-case-item span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    padding: 30px 80px; 
    color: #fff;
    background-color: rgba(17, 4, 4, 0.4);
}
/*更改轮播图分页器样式*/
#c-c-pagination .swiper-pagination-bullet{
    border: 1px solid #fff;
    background-color: #ffffff;
    opacity: 1;
    width: 12px;
    height: 12px
}
#c-c-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border: 1px solid #fff;
    opacity: 1;
    background: #90c31f;
}
/*综合方案详情里的资料下载*/
.integrated-program-detail-bg .data-download-box .data-download-ul a{
    background-color: #f6f6f6;
    font-size: 0px;
    padding: 15px 30px;
    border: 1px solid #eeeeee;
    cursor: pointer;
    display: block;
        transition: all 0s;
}
.integrated-program-detail-bg .data-download-box .data-download-ul .data-download-word{
    display: inline-block;
    height: 100%;
    font-size: 1.16rem;
    line-height: 29px;

}

.integrated-program-detail-bg .data-download-box .data-download-ul a .dl-icon-bg{
    display: inline-block; /*图标大小为28px29px*/
    padding-left: 60px;
    height: 29px;
    background: url(../images/sdownlogo_03.png) no-repeat;
}


@media only screen and (max-width:1024px){
    .integrated-program-detail-bg{
        padding: 6% 0;
    } 
    .integrated-program-detail-bg .title-box .title-tag{
        margin-top: 6%;
        margin-top: 5%;
        width: 200px;
    }

    .integrated-program-detail-bg .solution-box .graphic-box{
        margin-bottom: 4%;
    }
    .integrated-program-detail-bg .title-box{
        margin-bottom: 5%;
    }
    .integrated-program-detail-bg .classic-case-item span{
        padding: 3% 8%;
    }
}
@media only screen and (max-width:800px){
   .integrated-program-detail-bg .img-box .img-box-item{
        width: -moz-calc((100% - 30px) / 2);
        width: -webkit-calc((100% - 30px) / 2);
        width: calc((100% - 30px) / 2);
        margin-bottom: 6%; 
    } 
        .integrated-program-detail-bg .img-box .img-box-item{
        margin-right: 30px;
    }
    .integrated-program-detail-bg .img-box .img-box-item:nth-child(2n) {
        margin-right: 0;
    }
}
@media only screen and (max-width:600px){
.integrated-program-detail-bg .title-box .title-tag {
    width: 150px;
}
.integrated-program-detail-bg .title-box .title-tag {
    padding-top: 2%;
    padding-bottom: 2%;
}
}




/*导航标签*/
.label-box{
    position: absolute;
    left: 0;
    top: 0;
}
.label-box a{
    font-size: 1.16rem;
    color: #2e287e;
}
@media only screen and (max-width:1280px){
.label-box{
    position: relative;
    margin-bottom: 3%;
}
}


/*网站地图*/

.sitemap-bg{
    background-color: #f8f8f8;
        margin-top: 75px;
}
.sitemap-bg .container{
    background-color: #fff;
}
.sitemap-bg .sitemap-banner{
    padding-top: calc(400 / 1200 * 100%);
    width: 100%;
    position: relative;
    display: block;
}
.sitemap-bg .sitemap-banner .sitemap-theme{
    font-size: 3rem;
    color: #ffffff;
    padding: 3%;
    background-color: rgba(0,0,0,.3);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.sitemap-bg .sitemaplabel-box{
    margin: 3%;
}
.sitemap-bg .sitemaplabel-box a{
    font-size: 1.16rem;
    color: #2e287e;
}
.sitemap-bg .sitemap-main{
    padding:0 3%; 
}
.sitemap-bg .sitemap-main .sitemap-item {
    margin: 2% 0;
}
.sitemap-bg .sitemap-main .sitemap-item .sitemap-word{
    display: block;
    font-size: 1.33rem;
    color: #626262;
    margin-bottom: 2%;
}
.sitemap-bg .sitemap-main .sitemap-item .sitemap-menu{
    padding-left:0;
}
.sitemap-bg .sitemap-main .sitemap-item .sitemap-menu .list-s{
    font-size: 1.16rem;
    color: #5e5e5e;
    margin-right: 1%;
}



