/*-t-picture-type04--*/
.t-picture-type04{overflow:hidden;}
.t-picture-type04-list{margin:-10px;}
.t-picture-type04-list .item{position:relative;float:left;margin:10px;text-align:center;overflow:hidden;box-sizing:border-box;}
.t-picture-type04-list[data-row="4"] .item{width:calc(25% - 20px);}
.t-picture-type04-list[data-row="5"] .item{width:calc(20% - 20px);}
.t-picture-type04-list[data-row="6"] .item{width:calc(16.66% - 20px);}
.t-picture-type04-list .pic{margin:0 auto;padding:10px;width: 160px;height: 160px;overflow:hidden;border-radius:50%;border: #cbab89 solid 1px;}
.t-picture-type04-list .pic img{display:block;width:100%;height:100%;transition:all 1s;border-radius:50%;}
.t-picture-type04-list .tit{ text-align:center; margin-bottom:15px; padding:10px;font-size:18px;color:#333;}
.t-picture-type04-list .tit p {margin-bottom: 15px;font-size: 30px;font-weight:bold;color:#c9161e;border-right: 2px solid #c9161e;line-height: 1.25;}
.t-picture-type04-list .tit span {display:block;width:100%;font-size: 18px;}
.t-picture-type04-list .item:last-child .tit p { border:none;}
@media (max-width:1200px){
.t-picture-type04-list{margin:-6px;display: flex;flex-wrap: wrap;}
.t-picture-type04-list .tit { margin-bottom:5px;}
.t-picture-type04-list .tit p  { font-size:24px; border:none;}
.t-picture-type04-list .tit span { font-size:14px;}
.t-picture-type04-list .item{margin:6px;flex: auto;width: calc(33.333% - 12px) !important;}
.t-picture-type04-list .pic{padding:5px;width:100px;height:100px;}
.t-picture-type04-list .item .tit{font-size:16px;}
}
/*--end t-picture-type04--*/

/*--t-picture-list05--*/
.t-picture-list05{overflow:hidden;}
.t-picture-list05 .item{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;box-sizing:border-box;}
.t-picture-list05 .item:first-child{margin-top:0;}
.t-picture-list05 .item:last-child{margin-bottom:0;}
.t-picture-list05 .item:nth-child(even){flex-direction:row-reverse;}
.t-picture-list05 .pic{float:left;width:50%;overflow:hidden;}
.t-picture-list05 .pic img{display:block;width:100%;}
.t-picture-list05 .text{position:relative;padding: 30px 50px;width:50%;height: 500px;overflow:hidden;background:#fff;}
.t-picture-list05 .hd{position:relative;padding-bottom:20px;overflow:hidden;}
.t-picture-list05 .hd:before,.t-picture-list05 .hd:after{display:block;position:absolute;left:0;bottom:0;content:"";}
.t-picture-list05 .hd:before{z-index:1;width:100%;height:1px;background:#f0f0f0;}
.t-picture-list05 .hd h3{padding: 12px 0;font-weight:normal;font-size:24px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.t-picture-list05 .hd h3 small{display:block;font-size:16px;color:#ccc;}
.t-picture-list05 .hd em{font-style:normal;color:#999;}
.t-picture-list05 .hd em{display: block;color: #ccc;font-family:"DIN Medium";float: left; margin-right: 10px;height: 86px;line-height: 86px;font-size: 86px;font-weight:bold;font-style: normal;}
.t-picture-list05 .summary{margin-top:16px;font-size:16px;line-height:1.5;color:#666;overflow:hidden;}
.t-picture-list05 .tags{padding-top: 30px;overflow: hidden;}
.t-picture-list05 .tags ul {display: flex;flex-wrap: wrap;margin: -5px;max-width: 350px;}
.t-picture-list05 .tags li {width: calc(33.33% - 10px);margin: 5px;height: 45px; line-height: 45px;text-align: center;background: #cbab89;border-radius: 5px;}
.t-picture-list05 .tags li p {color:#fff;line-height: 45px !important;}
@media(max-width:1440px) {

    .t-picture-list05 .text {padding: 20px 40px;height: 430px;}
}
@media screen and (max-width:992px){
.t-picture-list05 .item{margin:10px 0;}
.t-picture-list05 .pic,.t-picture-list05 .text{float:none !important;width:100%;}
.t-picture-list05 .text{padding:16px;height: auto;}
.t-picture-list05 .text:after{left:16px;bottom:16px;}
.t-picture-list05 .hd h3{padding:0;font-size:20px;}
.t-picture-list05 .summary{margin-top:10px;font-size:14px;}}
.t-picture-list05 .hd em{height:60px;line-height: 60px;font-size: 45px;}
/*--end t-picture-list05--*/


/*--solution-intro--*/
.solution-intro{padding:20px 0;overflow:hidden;}
.solution-intro .text{margin:0 auto;max-width:960px;text-align:center;overflow:hidden;}
.solution-intro .text h1{font-size:36px;font-weight:600;line-height:1.75;color:#333;}
.solution-intro .text p{margin-top:10px;font-weight: 300;font-size:18px;line-height:1.75;color:#666;}
.solution-intro .list{margin-top:50px;display:flex;flex-wrap:wrap;justify-content:center;width: 100%;}
.solution-intro .list .item{width:300px;text-align:center;transition:all .5s;}
.solution-intro .list .item em{display:block;margin:0 auto;padding: 30px;width:120px;height:120px;border:#cbab89 solid 1px;border-radius:50%;background: #fff;}
.solution-intro .list .item h3{margin-top:10px;font-size:18px;font-weight:bold;color:#cbab89;}
.solution-intro .list .item:hover{transform:translateY(-20px);}
.solution-intro .list .item:nth-child(1){animation:fadeinB 1s;}
.solution-intro .list .item:nth-child(2){animation:fadeinB 2s;}
.solution-intro .list .item:nth-child(3){animation:fadeinB 3s;}
.solution-intro .list .item:nth-child(4){animation:fadeinB 4s;}
@media(max-width:1200px){
.solution-intro .text h1{font-size:24px;}
.solution-intro .text p{margin-top:5px;font-size:16px;}
.solution-intro{padding:40px 10px;}
.solution-intro .list .item{width:25%;margin: 0 10px;}
.solution-intro .list .item em{padding:20px;width:80px;height:80px;}
.solution-intro .list .item h3{font-size:14px;font-weight:normal;}
}
/*--end solution-intro--*/

/*--t-picture-type07--*/
.t-picture-type07{overflow:hidden;}
.t-picture-type07-list{overflow:hidden;}
.t-picture-type07-list .item{position:relative;float:left;width:25%;display:flex;flex-wrap:wrap;overflow:hidden;background:#fff;}
.t-picture-type07-list[data-row="3"] .item{width:33.33%;}
.t-picture-type07-list[data-row="4"] .item{width:25%;}
.t-picture-type07-list .pic{width:100%;overflow:hidden;}
.t-picture-type07-list .pic img{display:block;width:100%;transition:all .5s;}
.t-picture-type07-list .text{position:relative;padding:30px;width:100%;transition:all .5s;border:#f0f0f0 solid 1px;}
.t-picture-type07-list .text:before{display:block;position:absolute;z-index:3;left:50%;margin-left:-4px;width:8px;height:8px;content:"";background:#fff;transform:rotate(-45deg);}
.t-picture-type07-list .text:after{display:block;position:absolute;left:30px;bottom:30px;width:30px;height:3px;content:"";background:#cbab89;}
.t-picture-type07-list .text h3{font-weight:normal;font-size:20px;line-height:1.5;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.t-picture-type07-list .text p{margin-top:10px;font-size: 18px!important;line-height:1.5;color:#666;}
.t-picture-type07-list .item:nth-child(odd) .text:before{top:-4px;}
.t-picture-type07-list .item:nth-child(even) .text:before{bottom:-4px;}
.t-picture-type07-list .item:nth-child(even){flex-direction:column-reverse;}
.t-picture-type07-list .item:hover .pic img{transform:scale(1.1);}
.t-picture-type07-list .item:hover .text,.t-picture-type07-list .item:hover .text:before{background:#f0f0f0;}
@media (max-width:1200px){
.t-picture-type07-list .item{width:100% !important;margin: 5px 0;flex-direction:unset !important;}
.t-picture-type07-list .text{padding:20px 20px 40px;width:100%;height: auto!important;}
.t-picture-type07-list .text h3{font-size:18px;}
.t-picture-type07-list .text p{margin-top:5px;font-size: 16px!important;}
.t-picture-type07-list .text:after{left:20px;bottom:20px;}
.t-picture-type07-list .text:before{bottom:unset;top:-4px;}
}
/*--end t-picture-type07--*/

/*--filter--*/
.filter{position:relative;margin: 0 auto;z-index:9;margin-top:20px;padding: 10px 20px;width:1400px;background:#fff;box-sizing:border-box;}
.filter dl{padding:7px 0;min-height:32px;overflow:hidden;}
.filter dt{position:relative;float:left;width:150px;line-height:34px;font-size:17px;color:#fff;background: #cbab89;text-align:center;}
.filter dt a { color:#fff;}
.filter dt:hover { background:#2b2b2b;}
.filter dt:after{display:none;position:absolute;right:0;top:7px;bottom:7px;width:1px;content:"";background:#cbab89;}
.filter dd{padding-left:10px;line-height:30px;overflow:hidden;}
.filter dd a{display:inline-block;margin:2px 4px;padding:0 10px;font-size:16px;color:#333;border-radius:15px;transition:all 0.25s;}
.filter dd a:hover,.filter dd a.cur{color:#fff;background:#cbab89;}
.filter dd a.cur{color: #fff;}
.filter dt:hover { background:#2b2b2b;text-align:center;}
@media(max-width:1440px) {
.filter { width:1200px;}
}
/*--end filter--*/


/*--cx-menu-03--*/
.cx-menu-03{position:relative;z-index:9;margin:-5px auto 0;width:1440px;height:85px;line-height:75px;overflow:hidden;}
.cx-menu-03 .list{margin:0 75px;overflow:hidden;}
.cx-menu-03 .list li{position:relative;height:80px;font-size:16px;text-align:center;}
.cx-menu-03 .list li:after{display:none;position:absolute;left:50%;bottom:2px;margin-left:-5px;width:10px;height:10px;font-size:16px;content:"";background: #cbab89;transform:rotate(-45deg);}
.cx-menu-03 .list li a{display:block;height:75px;color:#333;border-right:#e5e5e5 solid 1px;background:#fff;}
.cx-menu-03 .list li:last-child a{border-right:none;}
.cx-menu-03 .list li.cur a,.cx-menu-03 .list li:hover a{color: #333;background: #cbab89;}
.cx-menu-03 .list li.cur:after,.cx-menu-03 .list li:hover:after{display:block;}
.cx-menu-03 .prev,.cx-menu-03 .next{display:none;position:absolute;top:0;width:75px;height:75px;line-height:70px;text-align:center;color:#999;font-size:24px;cursor:pointer;outline:none;background:#fff;}
.cx-menu-03 .prev{left:0;}
.cx-menu-03 .next{right:0;}
.cx-menu-03 .prev:hover,.cx-menu-03 .next:hover{color:#fff;background-color:#cbab89;}
.cx-menu-03 .drop-toggle{display:none;position:absolute;z-index:9;right:0;top:0;width:50px;height:50px;line-height:50px;text-align:center;cursor:pointer;border-left:#f0f0f0 solid 1px;background:#fff;}
.cx-menu-03 .drop-toggle i{display:block;font-size:18px;}
@media(max-width:1440px){
.cx-menu-03{width:1200px;}
}
@media(max-width:1200px){
.cx-menu-03{margin:0;width:100%;height:50px;line-height:50px;text-align:center;border-top:none;background:#fff;}
.cx-menu-03:after{display:block;position:absolute;z-index:2;left:0;bottom:0;width:100%;height:1px;content:"";background:#f0f0f0;}
.cx-menu-03 .list{margin:0;}
.cx-menu-03[data-drop="true"] .list{margin-right:50px;}
.cx-menu-03 .list li{width:auto;height:50px;font-size:14px;}
.cx-menu-03 .list li:after{display:none;bottom:0;margin:0;width:30px;height:3px;transform:translateX(-50%);}
.cx-menu-03 .list li a{padding:0 15px;height:50px;border:none;}
.cx-menu-03 .list li.cur a,.cx-menu-03 .list li:hover a{background: none;}
.cx-menu-03 .drop-toggle{display:block;}
}
/*--end cx-menu-03--*/

/* cx-base-02 */
.cx-base-02 {margin: 40px 0;padding: 60px 0;background: #fff;}

.cx-base-02 .intro {display: block;overflow: hidden;}
.cx-base-02 .intro .media {float: left;width: 600px;}
.cx-base-02 .intro .text {float: right;width: 680px;}
.cx-base-02 .intro .text h2 { font-size:36px; color:#333;}
.cx-base-02 .intro .text p { width:85%; margin-top:40px; font-size:18px; line-height:1.75; color:#666;}
.cx-base-02.color { margin:0; background: #f4f4f4;}
.cx-base-02.color .indexPhotos p { background:#fff;}

@media (max-width:1440px) {
	.cx-base-02 { padding:40px 0;}
	.cx-base-02 .intro .media { width:600px;}
	.cx-base-02 .intro .text { width:550px;}
}
@media (max-width:1200px) {
	.cx-base-02 .intro { padding:0 15px;}
    .cx-base-02 .intro .text { float: none; width: 100%;text-align: center;}
    .cx-base-02 .intro .text h2 { font-size: 24px; }
    .cx-base-02 .intro .text p { width: 100%; margin-top: 20px; font-size: 14px;}
    .cx-base-02 .intro .media { margin-top: 20px; width: 100%; float: none;}
}
/* cx-base-02 end */

/* indexPhotos */
.indexPhotos {padding: 50px 0;overflow: hidden;}
.indexPhotos .photos-slide { position: relative; overflow: hidden;}
.indexPhotos .item { float:left; margin:0 12px; width:calc(100%/4 - 24px);}
.indexPhotos .pic { overflow: hidden;}
.indexPhotos .pic img { transition: all 1s;}
.indexPhotos p { display: block; width: 100%; height: 50px; line-height: 50px; white-space: nowrap; text-overflow: ellipsis;  overflow: hidden; text-align: center; background: #f3f3f3; font-size: 18px; color: #333;}
.indexPhotos .item:hover img { transform: scale(1.1);}
.indexPhotos .item:hover p { background: #cbab89; color: #fff;}
@media (max-width:992px) {
    .indexPhotos .prev,.indexPhotos .next { width: 40px; height: 40px; line-height: 40px;}
    .indexPhotos {margin: -12px;padding: 30px 15px;}
    .indexPhotos .item  { margin:12px; width:calc(100%/2 - 24px);}
    .indexPhotos p { padding: 0 15px; height: 40px; line-height: 40px; font-size: 14px;}
}
/* indexPhotos end */

/* adv */
.adv {padding: 40px 0 0;background: url(../images/Index/adv-bg03.jpg) no-repeat top;width: 100%;}
.adv .adv-con {margin-top: 66px; overflow: hidden; position: relative;}
.adv .adv-con > span { animation:fadeinR 1.5s; display: block;position: absolute;right: 0;top: 190px;width: 425px;}
.adv .adv-con .item { display: flex; flex-wrap: wrap; width: 100%; overflow: hidden;}
.adv .adv-con .item:nth-child(odd) {animation:fadeinL 1s;}
.adv .adv-con .item:nth-child(even) {animation:fadeinR 1s;}
.adv .adv-con .item .pic { float: left; width:50%;}
.adv .adv-con .item .pic img { width: 960px;}
.adv .adv-con .item:nth-child(odd) .text { position: relative; float: left;width: 50%;height: 538px;padding-left: 85px;background: url(../images/Index/adv-bg01.jpg) no-repeat center;}
.adv .adv-con .item:nth-child(even) .text { order: -1; position: relative; float: left;width: 50%;height: 538px;padding-left: 250px;background: url(../images/Index/adv-bg02.jpg) no-repeat center;}
.adv .adv-con .item .text ul {position: absolute;width: 45%;top: 50%;transform: translateY(-50%);}
.adv .adv-con .item .text li h3 { font-size: 24px; color: #cbab89;}
.adv .adv-con .item .text li span { display: block; margin-top: 5px; font-size: 18px; color: #333;}
.adv .adv-con .item .text li em { display: block; margin: 20px 0;  width: 40px; height: 1px; background: #d8d8da;}
.adv .adv-con .item .text li p {font-size: 14px;color: #333;line-height: 1.75;}
.adv .adv-con .item .text li:nth-child(2) { margin-top: 80px;}
@media (max-width:1600px) {
    .adv .adv-con > span { width: 300px; top: 240px;}
    .adv .adv-con .item:nth-child(odd) .text { padding-left: 40px;}
    .adv .adv-con .item:nth-child(even) .text { padding-left:160px;}
}
@media (max-width:1200px) {
    .adv { padding: 0 15px 40px;}
    .adv .adv-con { margin-top: 30px;}
    .adv .adv-con .item:nth-child(even)  { margin-top: 20px;}
    .adv .adv-con .item .pic { float: none; width: 100%;}
    .adv .adv-con .item .pic img { width: 100%;}
    .adv .adv-con > span { display: none;}
    .adv .adv-con .item:nth-child(odd) .text { float:none; width: 100%; height: auto; padding: 10px;}
    .adv .adv-con .item:nth-child(even) .text { order: 2; float: none; width: 100%; height: auto; padding: 10px;}
    .adv .adv-con .item .text ul { width: 100%; position: relative; top: auto; transform: none;}
    .adv .adv-con .item .text li:nth-child(2) { margin-top: 20px;}
}
/* adv end */

/* case */
.case { padding: 80px 0; overflow: hidden; background: #fff;}
.case .case-con {margin-top: 50px;background: url(../images/Index/case-bf.jpg) no-repeat center;width: 100%;height: 859px;}
.case .case-con li:nth-child(1),.case .case-con li:nth-child(3) { animation:fadeinL 1.5s; position: relative; clear: both; float: left;}
.case .case-con li:nth-child(2),.case .case-con li:nth-child(4) { animation:fadeinR 1.5s; position: relative;  float: right;}
.case .case-con li i {display: inline-block;animation: scale infinite 2s;vertical-align: top;width: 38px;height: 38px;background: #cbab89;border-radius: 50%;overflow: hidden;}
.case .case-con li .text h3 { font-size: 24px; color: #000;}
.case .case-con li .text p { margin-top: 10px; font-size: 16px; color: #666;}
.case .case-con li:nth-child(odd) .text {margin-left: 15px;display: inline-block;vertical-align: middle;width: 255px;}
.case .case-con li:nth-child(even) .text {margin-right: 15px;display: inline-block;vertical-align: middle;width: 255px; text-align: right;}
.case .case-con li > img { position: absolute; width: 500px;}
.case .case-con li:nth-child(1) > img  {left: 0;top: 110px;}
.case .case-con li:nth-child(3) > img {left: 0;top: 31px;}
.case .case-con li:nth-child(2) > img {right: 0;top: 110px;}
.case .case-con li:nth-child(4) > img {right: 0;top: 27px;}
.case .case-con li:nth-child(n+3) {margin-top: 440px;}
@media (max-width:1600px) {
    .case .case-con li > img { width: 400px;}
    .case .case-con li:nth-child(3) > img {left: 0;top: 45px;}
    .case .case-con li:nth-child(4) > img {right: 0;top: 45px;}
}
@media (max-width:1200px) {
    .case { padding: 40px 15px;}
    .case .case-con { margin-top: 20px; background: transparent; height: auto;}
    .case .case-con li { display: flex; flex-wrap: wrap; float: none!important; margin-top: 20px!important;}
    .case .case-con li .text { text-align: left!important; margin: 0 0 0 15px;}
    .case .case-con li i { order: -1;}
    .case .case-con li > img { display: none;}
}
/* case end */


/* ad */
.ad {position: relative;background: url(../images/Index/ad-bg.jpg) no-repeat center;width: 100%;height: 474px;background-size: cover;text-align: center;}
.ad  .text {position: relative;text-align: center;float: right;margin: 86px 0; animation:fadeinR 1.5s;}
.ad  .text > h3 { font-size: 48px; color: #403021;}
.ad  .text > p { font-size: 18px; color: #403021;}
.ad  .text ul { margin-top: 35px; overflow: hidden;}
.ad  .text ul li {  font-size: 16px;  margin-left: 60px; padding-left: 50px; background: url(../images/Index/ad-bf.png) no-repeat left; float: left; text-align: left;}
.ad  .text ul li strong { display: block; font-size: 18px;}
.ad  .text .ad-form { margin-top: 60px; float: right;}
.ad  .text .ad-form input { font-size: 14px; padding-left: 20px; outline: none; border: none; float: left; width: 430px; height: 60px; background: #fff;}
.ad  .text .ad-form a { float: left; width: 165px; height: 60px; line-height: 60px; text-align: center; background: #cbab89; font-size: 18px; color: #fff;}
.ad  .text .ad-form a i { margin-left: 5px; display: inline-block; width: 41px;}
@media (max-width:1200px) {
    .ad { height: 455px;}
    .ad .text > h3 { font-size: 24px;}
    .ad .text > p { font-size: 16px;}
    .ad .text {margin: 40px 15px;float: none;width: auto;}
    .ad .text ul li {font-size: 14px;margin: 10px 20px;padding-left: 30px;background-size: 20%;}
    .ad  .text ul li strong { font-size: 16px;}
    .ad .text .ad-form { margin-top: 20px; float: none;}
    .ad .text .ad-form input { width: 100%;}
    .ad .text .ad-form a { margin-top: 10px; width: 100%; font-size: 16px;}
    .ad .text .ad-form a i { width: 36px;}
}
/*  ad end */

/* indexHonor */
.indexHonor { padding: 80px 0; overflow: hidden; background: #fff;}
.indexHonor .honor-slide { margin-top: 60px; overflow: hidden;}
.indexHonor .honor-slide .swiper-slide { background: #f1f1f3; text-align: center;}
.indexHonor .honor-slide .swiper-slide .pic { padding:30px 40px 0;}
.indexHonor .honor-slide .swiper-slide p { padding-bottom: 20px; font-size: 16px; color: #666;white-space: nowrap; text-overflow: ellipsis;  overflow: hidden;}
.indexHonor .swiper-pager { text-align: center; margin-top:40px;}
.indexHonor .swiper-pager span { background:#e3e3e3; opacity: 1;}
.indexHonor .swiper-pager span.swiper-pagination-bullet-active { background: #cbab89;}
@media (max-width:992px) {
    .indexHonor { padding: 40px 15px;}
    .indexHonor .honor-slide { margin-top: 30px;}
    .indexHonor .swiper-pager { margin-top: 20px;}
    .indexHonor .honor-slide .swiper-slide .pic { padding: 10px 20px;}
    .indexHonor .honor-slide .swiper-slide p { font-size: 14px;}
}
/* indexHonor end */ 

/* cx-server */
.cx-server { padding: 40px 0; background: #f4f4f4; overflow: hidden;}
.cx-server ul { position: relative;}
.cx-server ul::after {content: '';display: block;position: absolute;left: 19px;top: 30px;width: 2px;height: calc(100% - 70px);background: #cbab89;}
.cx-server li { position: relative; padding: 30px 0;}
.cx-server li span {position: absolute;z-index: 3;margin-top: -20px;left: 0;top: 50%;border-radius: 50%;display: block;width: 40px;height: 40px;line-height: 40px;text-align: center;background: #cbab89;color: #fff;}
.cx-server li p { padding-left: 60px; width: 70%; line-height: 1.75; font-size: 16px; color: #333;}
@media (max-width:1200px) {
    .cx-server {padding: 30px 0;}
    .cx-server li { padding: 15px 0;}
    .cx-server li p { width: 100%; font-size: 14px;} 
}
/* cx-server end */

.t-step-type02{position:relative;z-index:1;overflow:hidden;} 
.t-step-type02:before,.t-step-type02:after{display:block;position:absolute;z-index:-1;width:100%;height:1px;content:"";background:#e0e0e0;} 
.t-step-type02:before{left:0;top:25px;} 
.t-step-type02:after{right:0;top:218px;}
 .t-step-type02 .item{position:relative;float:left;width:20%;text-align:center;} 
.t-step-type02 .item:after{display:block;position:absolute;top:0;right:-25px;width:50px;height:50px;line-height:50px;font-size:24px;font-family:"iconfont";content:"\e62a";text-align:center;color:#666;} 
.t-step-type02 .icon{margin:0 auto;padding:10px;width:50px;height:50px;line-height:50px;overflow:hidden;background: #cbab89;border-radius:50%;} 
.t-step-type02 .icon img{display:block;width:100%;} .t-step-type02 .text{padding:10px 20px;overflow:hidden;} 
.t-step-type02 .text em{font:normal bold 18px/1.5 "DIN Medium";color:#333;} 
.t-step-type02 .text h3{font-weight:normal;font-size:18px;color:#333;}
 .t-step-type02 .text p{margin-top:6px;height:66px;line-height:22px;font-size:14px;color:#666;}
 .t-step-type02 .item:nth-child(5):after,.t-step-type02 .item:nth-child(10):after{display:none;} 
@media(max-width:1200px){ .t-step-type02:before,.t-step-type02:after{display:none;} 
.t-step-type02 .item{margin-bottom:10px;width: calc(100%/5);} 
.t-step-type02 .item:after{display:none;} .t-step-type02 .text{padding: 10px 2px;} 
.t-step-type02 .text h3,.t-step-type02 .text em{font-size: 14px;} 
.t-step-type02 .text p{display:none;height:60px;line-height:20px;font-size:12px;} }

/* cx-company-photosr */
.cx-company-photos { padding:60px 0; background:#fff;}
.cx-company-photos .photos-slide { overflow:hidden; position:relative;}
.cx-company-photos .photos-slide .prev,.cx-company-photos .photos-slide .next{position:absolute;z-index:99;top:50%;width:50px;height:50px;line-height:48px;color:#fff;text-align:center;cursor:pointer;outline:none;background:rgba(0,0,0,0.5);border-radius:50%;transform:translateY(-50%);}
.cx-company-photos .photos-slide .prev{left:5%;}
.cx-company-photos .photos-slide .next{right:5%;}
.cx-company-photos .photos-slide p {margin-top:10px;text-align:center;font-size:16px;color:#333;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
/* cx-company-photosr end */