﻿@import url('base.css');

/*---------------------------------项目案例列表---------------------------------*/
.project-list-box {width:100%;display:table;background:#fff;}
.project-list-box>.item {width:25%;float:left;display:inline;}
.project-list-box>.item>.img {position:relative;}
.project-list-box>.item>.img .cover {position:absolute;height:0%;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);overflow:hidden;}
.project-list-box>.item>.img .cover div {position:absolute;top:50%;left:0;right:0;margin-top:-70px;height:140px;color:#fff;text-align:center;}
.project-list-box>.item>.img .cover .link {display:inline-block;border-radius:50%;width:50px;height:50px;overflow:hidden;border:2px solid #fff;}
.project-list-box>.item>.img .cover .link img {display:block;width:30px;height:30px;padding:10px;-webkit-filter:brightness(100);filter:brightness(100);}
.project-list-box>.item>.img .cover .link:hover {transform:translate3d(0,-5px,0) rotate(360deg);}
.project-list-box>.item>.img .cover h6 {font-size:24px;line-height:76px;}
.project-list-box>.item>.img .cover p {font-size:16px;line-height:40px;}

.project-list-box>.item>.img .cont {display:block;}
.project-list-box>.item>.img .cont img {display:block;width:100%;}
.project-list-box>.item>.txt {position:relative;height:60px;text-align:center;}
.project-list-box>.item>.txt .cover {position:absolute;height:0%;left:0;right:0;top:0;background:#017fc9;}
.project-list-box>.item:nth-child(6n+1)>.txt .cover {background:#f67524;}
.project-list-box>.item:nth-child(6n+2)>.txt .cover {background:#017fc9;}
.project-list-box>.item:nth-child(6n+3)>.txt .cover {background:#df0011;}
.project-list-box>.item:nth-child(6n+4)>.txt .cover {background:#858585;}
.project-list-box>.item:nth-child(6n+5)>.txt .cover {background:#24C2F6;}
.project-list-box>.item:nth-child(6n+6)>.txt .cover {background:#B15CEC;}
.project-list-box>.item>.txt .cont {position:relative;z-index:1;display:block;line-height:60px;height:60px;font-size:16px;overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis;}
		
.project-list-box>.item:hover>.img .cover {height:100%;}
.project-list-box>.item:hover>.txt .cont {color:#fff;}
.project-list-box>.item:hover>.txt .cover {height:100%;}

/*---------------------------------项目案例列表---------------------------------*/
.project-list-box2 {width:100%;display:table;padding:1% 0 3% 0;}
.project-list-box2>.item {width:32%;float:left;display:inline;margin-right:2%;margin-bottom:2%;position:relative;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.project-list-box2>.item:before,.project-list-box2>.item:after {content:'';display:block;position:absolute;left:0%;bottom:0px;height:2px;}
.project-list-box2>.item:before {right:0%;background:#dcdcdc;}
.project-list-box2>.item:after{right:100%;opacity:0;background-color:#0094D2;-webkit-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}
.project-list-box2>.item:nth-child(3n) {margin-right:0;}
.project-list-box2>.item:nth-child(7n+1):after {background-color:#b3c902;}
.project-list-box2>.item:nth-child(7n+2):after {background-color:#017fc9;}
.project-list-box2>.item:nth-child(7n+3):after {background-color:#B15CEC;}
.project-list-box2>.item:nth-child(7n+4):after {background-color:#b49173;}
.project-list-box2>.item:nth-child(7n+5):after {background-color:#858585;}
.project-list-box2>.item:nth-child(7n+6):after {background-color:#df0011;}
.project-list-box2>.item:nth-child(7n+7):after {background-color:#24C2F6;}

.project-list-box2>.item>.img {position:relative;min-height:200px;}
.project-list-box2>.item>.img .cover {position:absolute;height:0%;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);overflow:hidden;}
.project-list-box2>.item>.img .cover div {position:absolute;top:50%;left:0;right:0;margin-top:-70px;height:140px;color:#fff;text-align:center;}
.project-list-box2>.item>.img .cover .link {display:inline-block;border-radius:50%;width:50px;height:50px;overflow:hidden;border:2px solid #fff;}
.project-list-box2>.item>.img .cover .link:hover {transform:translate3d(0,-5px,0) rotate(360deg);}
.project-list-box2>.item>.img .cover .link img {display:block;width:30px;height:30px;padding:10px;-webkit-filter:brightness(100);filter:brightness(100);}
.project-list-box2>.item>.img .cover h6 {font-size:24px;line-height:76px;}
.project-list-box2>.item>.img .cover p {font-size:16px;line-height:40px;}

.project-list-box2>.item>.img .cont {display:block;}
.project-list-box2>.item>.img img {display:block;width:100%;}
.project-list-box2>.item>.txt {position:relative;height:60px;text-align:center;background:#fff;}
.project-list-box2>.item>.txt .cover {position:absolute;height:0%;left:0;right:0;top:0;background:#017fc9;}
.project-list-box2>.item>.txt .cont {position:relative;z-index:1;display:block;line-height:60px;height:60px;font-size:16px;overflow-wrap:break-word;text-overflow:ellipsis;}

.project-list-box2>.item:hover {-webkit-box-shadow: 0 5px 25px rgba(0,0,0,0.1); box-shadow: 0 5px 25px rgba(0,0,0,0.1);-webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0);}
.project-list-box2>.item:hover:after {right:0%;opacity:1;}
.project-list-box2>.item:hover>.img .cover {height:100%;}


.projectInfo {overflow:hidden;}
.projectInfo .left {/*float:left;width:44%;*/padding:5% 3%;}
.projectInfo h2 {font-size:30px;line-height:50px;margin-bottom:20px;position:relative;padding-bottom:20px;}
.projectInfo h2::after {content:'';position:absolute;bottom:0;left:0;width:30px;height:3px;}

.projectInfo .left h2 {}
.projectInfo .left h2::after {background:#999;}
.projectInfo .left .simTxt {font-size:14px;line-height:26px;color:#666;min-height:2em;}
.projectInfo .left .shareIcons {margin-top:30px;}
.projectInfo .left .shareIcons span {display:inline-block;margin-right:50px;}
.projectInfo .left .shareIcons span .aicf {display:inline-block;width:60px;height:60px;line-height:60px;text-align:center;background:#f5f5f5;border-radius:50%;font-size:32px;color:#b5b5b5;}
.projectInfo .left .shareIcons span .aicf:hover {background:#ddd;color:#0094D2;}

.keywordBox {margin-top:5%;color:#666;border-top:1px dashed #ccc;padding-top:2%;}

.projectInfo .right {float:left;width:40%;padding:5% 5%;background:url('images/case-info-bg.jpg');background-size:cover;min-height:360px;margin-right:-10px;}
.projectInfo .right * {color:#fff;}
.projectInfo .right h2::after {background:#fff;}
.projectInfo .right .item {overflow:hidden;font-size:16px;line-height:40px;}
.projectInfo .right .item::before {content:"●";margin-right:5px;font-size:20px;}

.viewMoreBig {padding:0 0 3% 0;text-align:center;}
.viewMoreBig a {display:inline-block;padding:10px 80px;background:#0094D2;border-radius:25px;color:#fff;font-size:16px;line-height:20px;}

.article-content {padding:5%;font-size:14px;line-height:1.8em;overflow:hidden;}
.article-content p  {margin:0.5em 0;font-size:1.2em;line-height:1.6em;}
.article-content h6 {margin:0.5em 0;font-size:1.3em;line-height:1.6em;}
.article-content h5 {margin:0.5em 0;font-size:1.4em;line-height:1.6em;}
.article-content h4 {margin:0.5em 0;font-size:1.5em;line-height:1.6em;}
.article-content h3 {margin:0.5em 0;font-size:1.6em;line-height:1.6em;}
.article-content h2 {margin:0.5em 0;font-size:1.7em;line-height:1.6em;}
.article-content h1 {margin:0.5em 0;font-size:1.8em;line-height:1.6em;}

.project-content {margin:6% 2%;background:#f6f7f8;}
.article-content img {max-width:100% !important;}

.newslist {margin-top:2%;}
.newslist>ul {width:100%;display:table;}
.newslist>ul>li {margin-bottom:2%;background:#fff;float:left;width:32%;margin-right:2%;}
.newslist>ul>li:nth-child(3n) {margin-right:0;}
.newslist>ul>li a {display:block;padding:24px;}
.newslist>ul>li a.img {padding:0;display:block;width:100%;}
.newslist>ul>li a.img img {display:block;width:100%;}

.newslist>ul>li h6 {margin-top:10px;font-size:18px;color:#000;font-weight:normal;overflow:hidden;text-overflow:ellipsis;word-break:keep-all;white-space:nowrap;}
.newslist>ul>li p {line-height:24px;height:48px;overflow:hidden;margin-top:19px;font-size:16px;}
.newslist>ul>li div {height:60px;padding-top:20px;border-top:1px solid #eee;margin-top:24px;}
.newslist>ul>li div b{display:block;color:#000;font-size:30px;height:34px;line-height:34px;font-weight:normal;letter-spacing:1px;}
.newslist>ul>li div em{font-style:normal;height:20px;line-height:20px;font-size:16px;}
.newslist>ul>li div .arrow {margin-right:10px;height:55px;line-height:55px;font-size:26px;}
.newslist>ul>li:hover {box-shadow:0 15px 15px rgba(0,0,0,.1);transform:scale(1.005);transform:translate3d(0,-5px,0);background:#0094D2;}
.newslist>ul>li:hover * {color:#fff;}
.newslist>ul>li:hover .arrow {margin-right:0px;}

.news-content {padding:0 0 3% 0;}
.news-left {width:60%;padding:3%;}
.news-left>.title {border-bottom:1px solid #ddd;padding-bottom:3%;}
.news-left>.title h2 {font-size:24px;line-height:38px;color:#000;}
.news-left>.title div {font-size:14px;line-height:40px;color:#666;}
.news-left>.title div span {margin-right:20px;}
.news-left>.article-content {width:100%;padding:0;margin-top:5%;}
.news-left>.shareIcons {margin-top:8%;padding:10px 0 30px 0;border:1px solid #e8e8e8;border-width:1px 0;text-align:center;}
.news-left>.shareIcons div {font-size:20px;line-height:40px;padding-bottom:10px;}
.news-left>.shareIcons span {display:inline-block;margin-right:50px;}
.news-left>.shareIcons span .aicf {display:inline-block;width:60px;height:60px;line-height:60px;text-align:center;background:#f5f5f5;border-radius:50%;font-size:32px;color:#b5b5b5;}
.news-left>.shareIcons span .aicf:hover {background:#ddd;color:#0094D2;}
.news-left>.buts {overflow:hidden;padding:20px 0;margin-top:3%;}
.news-left>.buts a {width:172px;height:50px;line-height:50px;text-align:center;background:#e8e8e8;color:#333;font-size:18px;}
.news-left>.buts a:hover {background:#0094D2;color:#fff;}
.news-left>.buts a.disable {background:#e8e8e8 !important;color:#333 !important;}

.news-right {width:32%;}
.news-right .list-box {overflow:hidden;padding:5%;}
.news-right .list-box h2 {font-size:24px;color:#000;margin-bottom:10px;font-weight:normal;height:38px;line-height:38px;}
.news-right .list-box ul {clear:both;}
.news-right .list-box li {border-bottom:1px dashed #ccc;padding:10px 0;}
.news-right .list-box li:last-child {border:none;}
.news-right .list-box li a {display:block;line-height:36px;}
.news-right .list-box li h6 {font-size:18px;font-weight:normal;color:#000;height:36px;overflow:hidden;text-overflow:ellipsis;word-break:keep-all;white-space:nowrap;}
.news-right .list-box li p {font-size:14px;color:#666;}

/*联系我们-表单*/
.contact-form {padding:5% 0;overflow:hidden;}
.contact-form .left,.contact-form .right {width:49%;}
.contact-form .title {width:100%;line-height:50px;font-size:40px;padding:20px 0;clear:both;color:#000;}
.contact-form .item {margin-top:20px;border:1px solid #dfdfdf;height:64px;background:#fff;}
.contact-form .item * {font-size:16px;}
.contact-form .item input,.contact-form .item textarea {background:transparent none;border:transparent none;height:64px;line-height:64px;width:-webkit-calc(100% - 40px);width:-moz-calc(100% - 40px);width:calc(100% - 40px);padding:0 20px;}
.contact-form .item .error {color:#ff0000;}
.contact-form .item.mline {height:232px;}
.contact-form .item textarea {height:200px;line-height:32px;margin-top:16px;resize:none;}
.contact-form .sbt {margin-top:20px;width:100%;height:68px;background:#0094D2;border:1px #0094D2 solid;outline:none;color:#fff;font-size:18px;text-align:center;line-height:68px;cursor:pointer;}

/*联系我们-地图、信息部分*/
.contact-info {padding:5% 0;overflow:hidden;}
.contact-info iframe {width:100%;height:460px;background:#eee;overflow:hidden;display:block;}
.contact-info .items {border:1px solid #eee;overflow:hidden;}
.contact-info .item {float:left;width:-webkit-calc(15% - 1px);width:-moz-calc(15% - 1px);width:calc(15% - 1px);border-left:1px solid #eee;padding:5% 5% 2% 5%;min-height:200px;position:relative;}
.contact-info .item:first-child {border:none;}
.contact-info .item span {width:138px;height:138px;line-height:138px;text-align:center;border-radius:50%;display:block;margin:0 auto;font-size:50px;background:#0094D2;color:#fff;font-weight:normal;}
.contact-info .item p {margin-top:20px;text-align:center;font-weight:normal;font-size:18px;line-height:28px;height:112px;overflow:hidden;}
.contact-info .item:nth-child(1) span {background:#f67524;}
.contact-info .item:nth-child(2) span {background:#248CF6;}
.contact-info .item:nth-child(3) span {background:#28E396;}
.contact-info .item:nth-child(4) span {background:#24C2F6;}

.contact-info .item:hover span {background:#fff;}
.contact-info .item:nth-child(1):hover span {box-shadow:0 0 15px #f67524;color:#f67524;}
.contact-info .item:nth-child(2):hover span {box-shadow:0 0 15px #248CF6;color:#248CF6;}
.contact-info .item:nth-child(3):hover span {box-shadow:0 0 15px #28E396;color:#28E396;}
.contact-info .item:nth-child(4):hover span {box-shadow:0 0 15px #24C2F6;color:#24C2F6;}


/*联系我们-前往线路*/
.contact-way {padding:5% 0;overflow:hidden;}
.contact-way .title {width:100%;line-height:50px;font-size:40px;padding:20px 0;clear:both;color:#000;}
.contact-way .items {border:1px solid #eee;overflow:hidden;}
.contact-way .item {float:left;width:-webkit-calc(15% - 1px);width:-moz-calc(15% - 1px);width:calc(15% - 1px);border-left:1px solid #eee;padding:5% 5% 2% 5%;min-height:200px;position:relative;}

/*合作伙伴-列表*/
.partner-main {padding:5% 0;}
.partner-main .item {background:#fff;padding-bottom:10%;}
.partner-main .item .bigimg {position:relative;width:100%;background:#ddd;}
.partner-main .item .bigimg>img {width:100%;max-height:200px;}
.partner-main .item .bigimg>.logo {position:absolute;z-index:1;width:80px;height:80px;padding:20px;border-radius:50%;background:#fff;left:50%;bottom:-60px;margin-left:-60px;box-shadow:0px 0px 10px rgba(0,0,0,0.4);}
.partner-main .item .bigimg>.logo * {display:block;width:80px;height:80px;}
.partner-main .item .bigimg>.logo img {border-radius:50%;width:80px;height:80px;}
.partner-main .item h2 {margin-top:80px;height:30px;line-height:30px;font-size:18px;text-align:center;overflow:hidden;}
.partner-main .item .txt {padding:15px;height:5.4em;line-height:1.8em;overflow:hidden;}
.partner-main .item .but {display:block;margin:20px auto 0 auto;height:40px;line-height:40px;text-align:center;width:60%;background:#fff;color:#666;border:1px solid #ccc;}

.partner-main .item:hover {}
/*.partner-main .item:hover .bigimg>.logo {background:#0094D2;}
.partner-main .item:hover .bigimg>.logo img {box-shadow:0px 0px 20px #fff;}*/
.partner-main .item:hover .but {background:#0094D2;color:#fff;}

.partner-main .owl-carousel {max-width:1400px;}
.partner-main .owl-theme .owl-controls .owl-dots {display:none !important;}
.partner-main .owl-theme .owl-controls .owl-nav [class*="owl-"] {position:absolute;top:40%;display:inline-block;width:48px;height:48px;padding:0px;color:#999;line-height:48px;text-align:center;border-radius:0px;border-radius:3px;border:1px solid #e9e9e9;background-color:rgba(200,200,200,0.2) !important;}
.partner-main .owl-theme .owl-controls .owl-nav [class*="owl-"] .aicf {font-size:24px;}
.partner-main .owl-theme .owl-controls .owl-nav [class*="owl-prev"] {left:0px;}
.partner-main .owl-theme .owl-controls .owl-nav [class*="owl-next"] {right:0px;}
.partner-main .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {background-color:#0094D2 !important;color:#ffffff;border-color:#0094D2;}

/*客户评价*/
.partner-logo {margin:0 2% 2% 0;border:1px solid #ccc;min-width:300px;max-width:500px;}
.partner-txt {padding:2% 0 5% 0;line-height:1.8em;font-size:16px;overflow:hidden;}
.partner-txt .item {overflow:hidden;padding:2%;border-bottom:1px solid #ddd;}
.partner-txt .item:last-child {border-bottom:none;}
.partner-txt .img {float:left;display:inline;width:12%;}
.partner-txt .img img {display:block;width:80%;border:1px solid #eee;border-radius:50%;box-shadow:0 0 10px #666;margin:0 auto;}
.partner-txt .txt {float:right;width:85%;}
.partner-txt .jobTitle {height:20px;line-height:20px;font-size:16px;}
.partner-txt .img .jobTitle {text-align:center;margin-top:20px;}

.project-logo-list {padding:5% 0;}
.project-logo-list .items {overflow:hidden;}

.partner-part{border-left:1px solid #dfdfdf;border-top:1px solid #dfdfdf;position:relative;}
.partner-part ul {overflow:hidden;}
.partner-part ul li {float:left;width:-webkit-calc(20% - 1px);width:-moz-calc(20% - 1px);width:calc(20% - 1px);border:1px solid #dfdfdf;margin:-1px 0 0 -1px;background:#fff;overflow:hidden;position:relative;}
.partner-part ul li div {cursor:pointer;overflow:hidden;height:150px;width:100%;}
.partner-part ul li div img{display:block;width:238px;height:150px;margin:0 auto;opacity:0.5;-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray;-webkit-transform:scale(0.95);-moz-transform:scale(0.95);transform:scale(0.95);}
.partner-part ul li div:hover img{opacity:1;-webkit-filter:grayscale(0);-moz-filter:grayscale(0);-ms-filter:grayscale(0);-o-filter:grayscale(0);filter:grayscale(0);filter:none;-webkit-transform:scale(0.85);-moz-transform:scale(0.85);transform:scale(0.85);}

.partner-info {padding:5% 0;}
.partner-info-title {padding:5% 0 1% 3%;border-bottom:1px solid #ddd;font-size:28px;line-height:36px;}
.partner-info .article-content {overflow:hidden;padding-top:2%;}
.partner-info .article-content .imgs {float:left;width:35%;}
.partner-info .article-content .imgs .img {float:left;margin:2% 2% 0 -2px;border:1px solid #eee;width:48%;}
.partner-info .article-content .imgs img {display:block;width:100%;}
.partner-info .article-content .txt {width:62%;float:right;}


/*产品过滤条件*/
.product-filter {display:table;width:100%;padding:10px 0 0 0;}

.product-filter .selects {padding:0 0 10px 0;display:table;width:100%;}
.product-filter .view {float:right;height:40px;padding-left:1px;display:none;}/*暂不显示*/
.product-filter .view .aicf {float:left;width:32px;height:30px;line-height:30px;text-align:center;font-size:18px;border:1px solid #ccc;margin-left:-1px;padding-top:2px;}


.product-filter .checkbox-list {padding:20px 0 10px 0;border-bottom:1px solid #e6e6e6;height:50px;}
.product-filter .checkbox-list .checkboxs {width:80%;line-height:40px;height:40px;}
.product-filter .checkbox-list .checkboxs .item {display:inline-block;font-size:16px;margin-right:20px;float:left;}
.product-filter .checkbox-list .checkboxs .item .aicf {margin-right:5px;}

/*品牌选择框*/
.brandBox {float:left;position:relative;padding-right:15px;}
.brandBox input[type="text"] {border:1px solid #ccc;padding-left:5px;height:28px;}

.selectForInput {position:absolute;z-index:10;background:#fff;border:1px solid #ccc;box-shadow:2px 2px 3px #ccc;}
.selectForInput div {border-top:1px solid #ccc;height:28px;line-height:28px;width:100%;overflow:hidden;text-overflow:ellipsis;word-break:keep-all;background:#fff;color:#000;text-indent:8px;transition:all 0.3s;}
.selectForInput div:hover {background:#1E90FF;color:#fff;text-indent:12px;}


/*颜色选择框*/
.product-filter .colorBox {float:left;position:relative;}
.product-filter .colorBox .value {line-height:40px;font-size:16px;color:#686868;border:1px solid #fff;padding:0 8px;position:relative;transition:all 0.4s;}
.product-filter .colorBox .value i {margin-right:4px; background:linear-gradient(red,orange,yellow,green,blue,indigo,violet);box-shadow:0 0 2px rgba(0,0,0,0.3);}
.product-filter .colorBox:hover .value {border:1px solid #ccc;z-index:2;border-bottom-color:#fff;}

.product-filter .colorBox .dropBox {position:absolute;display:none;left:0;top:100%;margin-top:-1px;background:#fff;padding:0 0 10px 0;z-index:1;border:1px solid #ccc;width:306px;overflow:hidden;}
.product-filter .colorBox .dropBox a {float:left;margin:10px 0 0 10px;width:60px;height:30px;text-align:center;border:2px solid #eee;line-height:30px;}
.product-filter .colorBox .dropBox a:hover {border:2px solid rgba(0,0,0,0.3);}
.product-filter .colorBox:hover .dropBox {display:block;animation:fadeInUp 200ms;}

.product-filter .orderBy {position:relative;line-height:40px;font-size:16px;color:#555;text-align:right;}
.product-filter .orderBy .value span {color:#000;}
.product-filter .orderBy .value {line-height:40px;font-size:16px;color:#686868;border:1px solid #fff;padding:0 8px;position:relative;transition:all 0.4s;}
.product-filter .orderBy:hover .value {border:1px solid #ccc;z-index:2;border-bottom-color:#fff;}

.product-filter .orderBy .dropBox {position:absolute;display:none;left:0;right:0;top:100%;margin-top:-1px;background:#fff;padding:0 0 10px 0;z-index:1;border:1px solid #ccc;overflow:hidden;}
.product-filter .orderBy .dropBox a {display:block;height:30px;text-align:center;line-height:30px;}
.product-filter .orderBy .dropBox a:hover {background:#eee;}
.product-filter .orderBy:hover .dropBox {display:block;animation:fadeInUp 200ms;}



.product-filter .results {padding:20px 0;overflow:hidden;}
.product-filter .results a {display:inline-block;background:#fde9c8;margin-right:20px;padding:0 20px 0 15px;border:1px solid #f7a11a;color:#f7a11a;cursor:pointer;height:40px;line-height:40px;font-size:14px;}
.product-filter .results a .aicf {margin-right:10px;}
.product-filter .results a.fr {margin-right:0;}

.productFavBut {position:absolute;overflow:hidden;height:40px;line-height:40px;font-size:16px;text-align:center;color:#666;background:#fff;}
.productFavBut>.txt {height:38px;line-height:38px;padding:0 80px 0 8px;position:relative;top:2px;left:0;right:120px;bottom:0;text-align:left;font-size:14px;}
.productFavBut>.icon {position:absolute;width:40px;height:40px;line-height:40px;font-size:18px;right:75px;top:0;}
.productFavBut>.but {background:linear-gradient(#0094D2,#c74d00);color:#fff;width:75px;position:absolute;top:0;right:0;height:40px;text-align:center;z-index:1;cursor:pointer;}
.productFavBut>.but>.aicf {font-size:18px;margin-right:2px;}
.productFavBut>.but:hover {background:linear-gradient(#0094D2,#f07A2b);}
.productFavBut.hover .icon {right:0;}
.productFavBut.hover .but {right:-75px;}


/*产品列表*/
.productList {}
.productList .items {padding:2% 0px;display:table;width:100%;}
.productList .item {margin:2% 0 0 2%;float:left;width:23.5%;background:#fff;position:relative;}
.productList .item:nth-child(4n+1) {margin-left:0;}
.productList .productFavBut {top:15px;right:15px;left:15px;animation:fadeInUp 300ms;border-radius:5px;z-index:1;box-shadow:0 0 5px rgba(0,0,0,0.5);}
.productList .item a {display:block;position:relative;width:100%;overflow:hidden;}
.productList .item a img {display:block;width:100%;min-height:140px;}
.productList .item a .txt {height:60px;padding:10px;overflow:hidden;border-top:1px solid #eee;clear:both;}
.productList .item a .txt .line {height:30px;line-height:30px;font-size:16px;overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis;white-space:nowrap;}
.productList .item a .txt .fr {font-size:14px;}

.productList .item a .txt .price {font-weight:bold;color:#cc0000;}
.productList .item a .txt .price em {margin:0 5px;font-size:16px;}

.fliterIcon.aicf {font-size:14px;display:inline-block;width:24px;height:24px;line-height:24px;text-align:center;border-radius:100%;/*color:#fff;*/color:#89CA4A;}
.fliterIcon.aicf.IsStandard {color:#F5B120;}
.fliterIcon.aicf.IsStocking {color:#0094D2;}
.fliterIcon.aicf.IsWorked {color:#F32A2A;}

.productList .item:hover {box-shadow:0 0 10px #666;}
.productList .item:hover a .txt {bottom:0;}

.errMessage {border:1px solid #ddd;background:#f0f0f0;padding:5%;width:40%;text-align:center;font-size:20px;color:#999;margin:0 auto;}

/*产品详情页*/
.productInfo {padding:5% 0 0 0;}
.productInfo>div {overflow:hidden;}
.productInfo .img-part {width:47%;padding-bottom:4%;}
.productInfo .bigimg {min-height:280px;background:#fff;border:3px solid #eee;position:relative;}
.productInfo .bigimg img {width:100%;display:block;cursor:zoom-in;}
.productInfo .img-part .icons {overflow:hidden;padding:15px;margin-top:-54px;position:relative;}
.productInfo .img-part .icons .fr {margin-top:-8px;}
.productInfo .img-part .icons .fr i {display:block;width:20px;height:20px;padding:8px;border-radius:100%;background:#000;color:#fff;}
.productInfo .img-part .icons .fr svg {fill:currentColor;stroke-width:0;vertical-align:middle;}
/*.productInfo .img-part .icons .fl {margin:6px;}*/


.productInfo .infos {width:47%;}
.productInfo .infos h2.title {font-size:26px;color:#000;padding-bottom:15px;border-bottom:1px solid #e8e8e8;clear:both;}
.productInfo .infos h2.title span {font-size:14px;line-height:18px;color:#999;}
.productInfo .proVarsUl {margin-top:15px;}
.productInfo .proVarsUl li {padding:5px 0;line-height:30px;font-size:16px;}
.productInfo .proVarsUl li.priceList {border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px 0;margin:10px 0;}
.productInfo .proVarsUl li.priceList h6 {font-size:18px;}
.productInfo .proVarsUl li.priceList>div {border-bottom:1px dashed #ccc;padding-bottom:10px;overflow:hidden;}
.productInfo .proVarsUl li.priceList>div:first-child {padding-top:10px;}
.productInfo .proVarsUl li.priceList>div:last-child {border-bottom:none;}
.productInfo .proVarsUl li.priceList>div>span {margin-right:25px;display:inline-block;}
.productInfo .proVarsUl li.priceList>div>.fr {border-radius:8px;overflow:hidden;}
.productInfo .proVarsUl li.priceList>div>.fr span {display:block;font-weight:bold;color:#fff;padding:0 20px;}
.productInfo .proVarsUl li.priceList>div span.price {background:#cc0000;}
.productInfo .proVarsUl li.priceList>div span.facPrice {background:#0094D2;}
.productInfo .proVarsUl li.priceList .price-span {width:80px;font-size:16px;margin:0;text-align:center;}

.productInfo .smaImg {padding:6% 0;overflow:hidden;/*border-top:1px solid #e8e8e8;*/position:relative;width:100%;}
.productInfo .smaImg .items {position:relative;overflow:hidden;}
.productInfo .smaImg .item {float:left;width:19%;margin-left:1.25%;}
.productInfo .smaImg .item:first-child {margin-left:0;}
.productInfo .smaImg .item div {background:#eee;padding:4px;}
.productInfo .smaImg .item div img {width:100%;display:block;background:#fff;}
.productInfo .smaImg .item:hover div,.productInfo .smaImg .item.hover div {background:#0094D2;padding:4px;}
.productInfo .smaImg .but {position:absolute;top:50%;user-select:none;display:none;margin-top:-21px;border:1px solid #ccc;background:rgba(0,0,0,0.3);text-align:center;width:40px;height:40px;line-height:40px;z-index:1;font-size:20px;color:#fff;border-radius:3px;}
.productInfo .smaImg .but.left {left:0;}
.productInfo .smaImg .but.right {right:0;}
.productInfo .smaImg .but:hover {background:rgba(255,255,255,1);color:#000;}


.productInfo .shareIcons {padding:8% 0;}
.productInfo .shareIcons div {font-size:20px;line-height:40px;padding-bottom:10px;}
.productInfo .shareIcons span {display:inline-block;margin-right:50px;}
.productInfo .shareIcons span .aicf {display:inline-block;width:60px;height:60px;line-height:60px;text-align:center;background:#f5f5f5;border-radius:50%;font-size:32px;color:#b5b5b5;}
.productInfo .shareIcons span .aicf:hover {background:#ddd;color:#0094D2;}

.productInfo .butItems {margin-bottom:8%;height:40px;clear:both;padding-top:5px;}
.productInfo .butItems .butItem {float:left;display:inline;padding:0 2.5% 0 2%;text-align:center;height:40px;line-height:40px;color:#fff;font-size:16px;margin-right:2%;border-radius:5px;}
.productInfo .butItems .butItem a {color:#fff;}
.productInfo .butItems .butItem>.aicf {margin-right:10px;}
.productInfo .butItems .butItem:nth-child(1) {background:#0094D2;}
.productInfo .butItems .butItem:nth-child(2) {background:#0094D2;}
.productInfo .butItems .butItem:nth-child(3) {background:#F32A2A;}
.productInfo .butItems .butItem.disable {background:#666;}

.proBigViewer {position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:100000;display:none;overflow:hidden;min-height:500px;}
.proBigViewer.show {display:block;}
.proBigViewer .bigbox {position:absolute;left:10%;right:10%;bottom:140px;top:30px;}
.proBigViewer .bigbox img {cursor:default;width:auto;max-width:100%;max-height:100%;display:block;position:absolute;top:50%;left:50%;}
.proBigViewer .smaImg {position:absolute;bottom:10px;height:125px;width:auto;left:50%;padding:0;border-top:0;}
.proBigViewer .smaImg .items {min-width:100%;}
.proBigViewer .smaImg .item {width:125px;margin:0 8px;}
.proBigViewer .smaImg .left {margin-left:-45px;display:none;}
.proBigViewer .smaImg .right {margin-right:-45px;display:none;}
.proBigViewer .close {position:absolute;z-index:2;top:30px;right:30px;width:30px;height:30px;text-align:center;line-height:30px;border:1px solid #999;color:#999;border-radius:50%;}
.proBigViewer .close .aicf {font-size:22px;}


.proBigViewer.single .bigbox {bottom:30px;}
.proBigViewer.single .smaImg {display:none;}

.product-text {padding:0 0 5% 0;}
.product-text .auto-1400 {position:relative;min-height:40px;background:#f5f5f5;overflow:hidden;padding-top:4%;padding-bottom:4%;border-top:1px solid #ccc;}
.product-text .infoBut {width:240px;height:40px;line-height:40px;border-radius:20px;font-size:16px;text-align:center;color:#fff;background:#0094D2;margin:0 auto;}
.realInfo {overflow:hidden !important;font-size:16px;height:0px;width:95%;margin:0 auto;}
.realInfo>div {transform:scaleY(0);transform-origin:left top;margin-top:-5%;}
.realInfo.hover {height:auto;background:#fff;}
.realInfo.hover>div {transform:scaleY(1);margin-top:0%;}
/*.productList .common-swap {padding-top:2%;}*/
.productList .common-swap .swapbut {padding-top:30px;padding-bottom:30px;}

.productList .common-swap .swapitem.hover .items {-webkit-animation:fadeInUp 800ms;animation:fadeInUp 800ms;}

.fixedBlock {width:100%;}

.fixedBlock.hover .swapbut {position:fixed;top:70px;z-index:10;left:0;right:0;background:#f5f5f5;}

/*宽度为1200的pagePos*/
.pagePos-1 {margin:0 auto;overflow:hidden;padding:25px 0;border-bottom:1px solid #ccc;margin-top:20px;}
.pagePos-1 .big-txt {font-size:48px;line-height:50px;font-weight:bold;color:#000;}
.pagePos-1 .big-txt span {color:#0094D2;}
.pagePos-1 .sma-txt {margin-left:15px;}
.pagePos-1 .sma-txt h6 {color:#000;font-size:1.6em;line-height:1.8em;font-weight:normal;}
.pagePos-1 .pos-txt {line-height:50px;font-size:14px;color:#000;}

/*前期流程*/
.before-1 {padding:0px 0px 6% 0px;position:relative;}
.before-1 .items {overflow:hidden;width:1200px;margin:0 auto;padding:10px 0;}
.before-1 .items .item {width:350px;float:left;position:relative;overflow:hidden;background:#fff;margin:0 0 0 65px;}
.before-1 .items .item:first-child {margin-left:10px;}
.before-1 .items .item .img,.before-1 .items .item .img img {width:100%;display:block;overflow:hidden;}
.before-1 .items .item .text {padding:10px;}
.before-1 .items .item .text h6 {font-size:22px;line-height:40px;font-weight:400;}
.before-1 .items .item .text p {font-size:16px;line-height:30px;height:90px;}
.before-1 .items .item:hover {box-shadow:0 0 10px rgba(0,0,0,0.6);}
.before-1 .items .item:hover .img img {transform:scale(1.05);}

.before-2 {padding:0 0 6% 0;position:relative;}
.before-2 .fl {width:30%;margin-left:10%;margin-top:30px;}
.before-2 .fr {width:55%;}
.before-2 h5 {font-size:28px;line-height:36px;color:#000;}
.before-2 h6 {margin-top:30px;font-size:24px;line-height:36px;color:#333;}
.before-2 p {font-size:18px;line-height:28px;color:#333;margin-top:10px;}

.before-3 {padding:0 0 6% 0;position:relative;}
.before-3 .items {overflow:hidden;}
.before-3 .item{float:left;margin-left:2%;width:18.4%;background:#f8f9fa;position:relative;}
.before-3 .item:first-child{margin-left:0;}
.before-3 .item:before{ content:""; width:100%; height:3px; position:absolute; top:0; left:0;}
.before-3 .item:nth-child(1):before{background:#f98168;}
.before-3 .item:nth-child(2):before{background:#71c5ca;}
.before-3 .item:nth-child(3):before{background:#71a4db;}
.before-3 .item:nth-child(4):before{background:#64bd9d;}
.before-3 .item:nth-child(5):before{background:#f3913a;}
.before-3 .item .aicf {width:120px;height:120px;line-height:120px;text-align:center;font-size:48px;border-radius:50%;display:block;}
.before-3 .item>.aicf {margin:60px auto 0 auto;color:#fff;}
.before-3 .item:nth-child(1)>.aicf{background:#f98168;}
.before-3 .item:nth-child(2)>.aicf{background:#71c5ca;}
.before-3 .item:nth-child(3)>.aicf{background:#71a4db;}
.before-3 .item:nth-child(4)>.aicf{background:#64bd9d;}
.before-3 .item:nth-child(5)>.aicf{background:#f3913a;}

.before-3 .item>h6 {font-weight:normal;line-height:96px;height:96px;color:#000;font-size:18px;text-align:center;}
.before-3 .item .cover{position:absolute;left:0;top:0;bottom:0;width:100%;overflow:hidden;background:#0094D2;color:#fff;z-index:1;opacity:0;}
.before-3 .item:nth-child(1) .cover {background:#f98168;}
.before-3 .item:nth-child(2) .cover {background:#71c5ca;}
.before-3 .item:nth-child(3) .cover {background:#71a4db;}
.before-3 .item:nth-child(4) .cover {background:#64bd9d;}
.before-3 .item:nth-child(5) .cover {background:#f3913a;right:1px;left:auto;}

.before-3 .item .cover .aicf{float:left;margin-left:29px;margin-top:60px;background:#fff;}
.before-3 .item:nth-child(1) .cover .aicf{color:#f98168;}
.before-3 .item:nth-child(2) .cover .aicf{color:#71c5ca;}
.before-3 .item:nth-child(3) .cover .aicf{color:#71a4db;}
.before-3 .item:nth-child(4) .cover .aicf{color:#64bd9d;}
.before-3 .item:nth-child(5) .cover .aicf{color:#f3913a;}

.before-3 .item .cover .txt{position:absolute;left:149px;top:0;width:325px;margin-left:28px;overflow:hidden;}
.before-3 .item .cover .txt h6 {font-weight:normal;font-size:18px;margin-top:36px;line-height:68px;height:68px;}
.before-3 .item .cover .txt p {line-height:24px;overflow:hidden;font-size:14px;color:#fff;}

.before-3 .item:hover .cover{width:210.8%;opacity:1.0;filter:Alpha(opacity=100);}

.before-4 {background-color:#f4f4f4;padding:0px 0px 6% 0px;position:relative;background-repeat:no-repeat;background-size:cover;background-position:center center;background-attachment:fixed;background-image:url('images/bg-big-3.jpg');}
.before-4 .home-title * {color:#fff;}
.before-4:before {position:absolute;content:'';left:0px;top:0px;width:100%;height:100%;background-color:rgba(0,0,0,0.40);}
.before-4 .auto-1400 {position:relative;}
.before-4 .items {overflow:hidden;width:1143px;padding:1px 0 0 1px;margin:0 auto;}
.before-4 .items .item {width:380px;height:180px;float:left;position:relative;border:1px solid #fff;margin:-1px 0 0 -1px;overflow:hidden;}
.before-4 .items .item .bg {position:absolute;top:0;left:0;width:100%;height:100%;background:#0094D2;display:none;z-index:0;opacity:0.7;}
.before-4 .items .item .aicf {position:relative;z-index:1;float:left;width:80px;height:80px;line-height:80px;text-align:center;color:#fff;font-size:46px;margin:50px 30px;border-radius:50%;border:1px solid #fff;}
.before-4 .items .item .text {position:relative;z-index:1;float:left;width:210px;color:#fff;font-size:16px;margin-top:50px;font-weight:200;line-height:26px;}

.before-5 {padding:0px 0px 6% 0px;position:relative;}
.before-5 .items {overflow:hidden;width:1200px;margin:0 auto;padding:10px 0;}
.before-5 .items .item {width:560px;float:left;position:relative;overflow:hidden;background:#fff;margin:0 20px;}
.before-5 .items .item .img {background:#eee;overflow:hidden;}
.before-5 .items .item .img img {width:100%;display:block;}
.before-5 .items .item .text {padding:10px;}
.before-5 .items .item .text h6 {font-size:22px;line-height:40px;font-weight:400;}
.before-5 .items .item .text p {font-size:16px;line-height:30px;height:60px;}
.before-5 .items .item:hover {box-shadow:0 0 10px rgba(0,0,0,0.6);}
.before-5 .items .item:hover .img img {transform:scale(1.05);}


/*后期服务*/
.process-after-banner .txt-left-mid {margin-top:-96px;}

@-webkit-keyframes zoomInOut {
  0% {
    opacity: 1;
	-webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  60% {
    opacity: 0;
	-webkit-transform: scale(2);
    transform: scale(2);
  }

  100% {
    opacity: 0;
	-webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes zoomInOut {
  0% {
    opacity: 1;
	-webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  60% {
    opacity: 0;
	-webkit-transform: scale(2);
    transform: scale(2);
  }

  100% {
    opacity: 0;
	-webkit-transform: scale(2);
    transform: scale(2);
  }
}

.after-1 {background:url('/images/process/after/1/bg.jpg') center no-repeat;display:block;overflow:hidden;}
.after-1 .auto-1400 {overflow:hidden;display:block;}
.after-1 .home-title h3 {color:#fff;}
.after-1 .items {overflow:hidden;width:852px;padding:60px 58px 60px 142px;margin:-60px auto 0 auto;}
.after-1 .items>div {float:left;display:inline;border:1px dotted #fff;}
.after-1 .items>.item {width:78px;height:78px;border-width:3px;border-radius:50%;position:relative;}
.after-1 .items>.item::before {content:'';position:absolute;width:78px;height:78px;border-radius:50%;background:#fff;opacity:0;}
.after-1 .items>.item div {line-height:80px;text-align:center;font-size:18px;color:#fff;position:relative;z-index:1;}
.after-1 .items>.l-u,.after-1 .l-d,.after-1 .r-u,.after-1 .r-d {width:200px;height:40px;}
.after-1 .items>.l-u {border-width:0 0 2px 2px;border-radius:0 0 0 10px;}
.after-1 .items>.l-d {margin-top:40px;border-width:2px 0 0 2px;border-radius:10px 0 0 0;}
.after-1 .items>.r-u {margin-top:40px;border-width:2px 2px 0 0;border-radius:0 10px 0 0;}
.after-1 .items>.r-d {border-width:0 2px 2px 0;border-radius:0 0 10px 0;}
.after-1 .items>.lm {width:200px;margin-top:40px;border-width:0 0 2px 0;}
.after-1 .items>.blank {width:730px;height:84px;border:none;}
.after-1 .items>.left {margin-left:-42px;clear:left;}

.after-1 .items .item:hover div {color:#000;}
.after-1 .items .item:hover::before {animation:zoomInOut 2000ms infinite;}



.after-2 {padding:0 0 6% 0;}
.after-2 .items {overflow:hidden;}
.after-2 .item{float:left;margin-left:2%;width:32%;background:#f8f9fa;position:relative;}
.after-2 .item:first-child{margin-left:0;}
.after-2 .item:before{ content:""; width:100%; height:3px; position:absolute; top:0; left:0;}
.after-2 .item:nth-child(1):before{background:#f98168;}
.after-2 .item:nth-child(2):before{background:#71c5ca;}
.after-2 .item:nth-child(3):before{background:#71a4db;}
.after-2 .item .aicf {width:120px;height:120px;line-height:120px;text-align:center;font-size:48px;border-radius:50%;display:block;}
.after-2 .item>.aicf {margin:60px auto 0 auto;color:#fff;}
.after-2 .item:nth-child(1)>.aicf{background:#f98168;}
.after-2 .item:nth-child(2)>.aicf{background:#71c5ca;}
.after-2 .item:nth-child(3)>.aicf{background:#71a4db;}

.after-2 .item>h6 {font-weight:normal;line-height:96px;height:96px;color:#000;font-size:18px;text-align:center;}
.after-2 .item .cover{position:absolute;left:0;top:0;bottom:0;width:100%;overflow:hidden;background:#0094D2;color:#fff;z-index:1;opacity:0;}
.after-2 .item:nth-child(1) .cover {background:#f98168;}
.after-2 .item:nth-child(2) .cover {background:#71c5ca;}
.after-2 .item:nth-child(3) .cover {background:#71a4db;right:0;left:auto;}

.after-2 .item .cover .aicf{float:left;margin-left:29px;margin-top:60px;background:#fff;}
.after-2 .item:nth-child(1) .cover .aicf{color:#f98168;}
.after-2 .item:nth-child(2) .cover .aicf{color:#71c5ca;}
.after-2 .item:nth-child(3) .cover .aicf{color:#71a4db;}

.after-2 .item .cover .txt{position:absolute;left:149px;top:0;width:225px;margin-left:28px;overflow:hidden;}
.after-2 .item .cover .txt h6 {font-weight:normal;font-size:18px;margin-top:36px;line-height:68px;height:68px;}
.after-2 .item .cover .txt p {line-height:24px;overflow:hidden;font-size:14px;color:#fff;}

.after-2 .item:hover .cover{/*width:206.25%;*/opacity:1.0;filter:Alpha(opacity=100);}

.after-3 {background-color:#f4f4f4;padding:0px 0px 6% 0px;position:relative;background-repeat:no-repeat;background-size:cover;background-position:center center;background-attachment:fixed;background-image:url('images/bg-big-3.jpg');}
.after-3 .home-title * {color:#fff;}
.after-3:before {position:absolute;content:'';left:0px;top:0px;width:100%;height:100%;background-color:rgba(0,0,0,0.40);}
.after-3 .auto-1400 {position:relative;}
.after-3 .items {overflow:hidden;width:1143px;padding:1px 0 0 1px;margin:0 auto;}
.after-3 .items .item {width:380px;height:180px;float:left;position:relative;border:1px solid #fff;margin:-1px 0 0 -1px;overflow:hidden;}
.after-3 .items .item .bg {position:absolute;top:0;left:0;width:100%;height:100%;background:#0094D2;display:none;z-index:0;opacity:0.7;}
.after-3 .items .item .text {position:relative;color:#fff;height:120px;padding:30px;background:url('images/process/small-icon.png') no-repeat;}
.after-3 .items .item .text h6 {font-size:22px;line-height:40px;font-weight:400;}
.after-3 .items .item .text p {font-size:16px;line-height:30px;font-weight:200;}
.after-3 .items .item:nth-child(2) .text {background-position:center 170px;}
.after-3 .items .item:nth-child(4) .text {background-position:center -10px;}
.after-3 .items .item:nth-child(6) .text {background-position:center -10px;}


.after-4 {padding:0px 0px 6% 0px;}
.after-4 .items {overflow:hidden;width:1200px;margin:0 auto;padding:10px 0;}
.after-4 .items .item {width:350px;float:left;position:relative;overflow:hidden;background:#fff;margin:0 0 0 65px;}
.after-4 .items .item:first-child {margin-left:10px;}
.after-4 .items .item .img,.after-4 .items .item .img img {width:100%;display:block;overflow:hidden;}
.after-4 .items .item .text {padding:10px;}
.after-4 .items .item .text h6 {font-size:22px;line-height:40px;font-weight:400;}
.after-4 .items .item .text p {font-size:16px;line-height:30px;}
.after-4 .items .item:hover {box-shadow:0 0 10px rgba(0,0,0,0.6);}
.after-4 .items .item:hover .img img {transform:scale(1.05);}

/*生产流程*/
.work-process-map {position:absolute;visibility:hidden;margin-top:-40px;top:0;}
.work-process {padding:3% 0;position:relative;}
.work-process .txt-part,.work-process .img-part {width:600px;overflow:hidden;}
.work-process .txt-part .title {overflow:hidden;}
.work-process .txt-part .title .img {width:32%;}
.work-process .txt-part .title .img img {display:block;width:100%;}
.work-process .txt-part .title .txt {width:60%;padding:7% 2% 0 0;}
.work-process .txt-part .title .txt h6 {font-size:36px;line-height:60px;color:#000;margin:0;}
.work-process .txt-part .title .txt p {line-height:26px;margin:0;font-size:16px;}
.work-process .txt-part .items {margin-top:5%;width:90%;}
.work-process .txt-part .items h6 {font-size:18px;color:#000;border-bottom:1px solid #eee;line-height:2.4em;color:#0094D2;}
.work-process .txt-part .items ul {margin-top:10px;font-size:14px;overflow:hidden;}
.work-process .txt-part .items ul li {border-bottom:1px solid #eee;line-height:20px;padding:8px 0;transition:all 0.3s;}
.work-process .txt-part .items ul li.hover {color:#0094D2;}
.work-process .img-part {overflow:hidden;}
.work-process .img-part .items {position:relative;height:580px;width:100%;overflow:hidden;}
.work-process .img-part .item {float:left;width:180px;height:280px;margin-left:15px;margin-top:10px;position:relative;overflow:hidden;}
.work-process .img-part .item:nth-child(3n+1) {margin-left:0;}
.work-process .img-part .item .cover {width:100%;height:100%;position:absolute;background:rgba(0,0,0,0);}
.work-process .img-part .item .img {width:100%;height:240px;overflow:hidden;}
.work-process .img-part .item .img img {width:100%;height:240px;display:block;}
.work-process .img-part .item .txt {height:40px;line-height:40px;text-indent:10px;font-size:14px;background:#32373d;color:#999;position:relative;z-index:1;}
.work-process .img-part .item.hover .cover {background:rgba(0,0,0,0.3);}
.work-process .img-part .item.hover .img img {transform:scale(1.05);}
.work-process .img-part .item.hover .txt {color:#fff;text-indent:15px;background:#0094D2;}

.work-other {padding:0 0 6% 0px;position:relative;}
.work-other .items {overflow:hidden;padding:10px;}
.work-other .items .item {width:260px;float:left;position:relative;overflow:hidden;background:#fff;margin-left:20px;}
.work-other .items .item:first-child {margin-left:0px;}
.work-other .items .item .img {background:#eee;overflow:hidden;}
.work-other .items .item .img img {width:100%;display:block;}
.work-other .items .item .text {padding:10px;}
.work-other .items .item .text h6 {font-size:16px;line-height:40px;font-weight:600;}
.work-other .items .item .text p {font-size:14px;line-height:30px;height:120px;}
.work-other .items .item .text p.sp {color:#0094D2;font-weight:bold;height:30px;}
.work-other .items .item:hover {box-shadow:0 0 10px rgba(0,0,0,0.6);}
.work-other .items .item:hover .img img {transform:scale(1.05);}


/*售后服务--售后先行*/
.service-page-1 .items {padding:2% 0 5% 0;overflow:hidden;}
.service-page-1 .item {width:20%;margin:2.5%;float:left;}
.service-page-1 .item .aicf {margin:0 auto;width:180px;height:180px;font-size:80px;text-align:center;line-height:180px;border-radius:50%;color:#fff;transform:scaleX(1);}
.service-page-1 .item:nth-child(1) .aicf {background:#f67524;}
.service-page-1 .item:nth-child(2) .aicf {background:#248CF6;}
.service-page-1 .item:nth-child(3) .aicf {background:#28E396;}
.service-page-1 .item:nth-child(4) .aicf {background:#24C2F6;}
.service-page-1 .item h6 {margin-top:20px;font-size:22px;text-align:center;}
.service-page-1 .item p {margin-top:20px;font-size:16px;text-align:center;}

.service-page-1 .item:hover .aicf {transform:scaleX(-1);}
.service-page-1 .item:hover h6,.service-page-1 .item:hover p {color:#0094D2;}

/*售后服务--售后流程*/
.service-page-2 {padding:1% 0 3% 0;}
.service-page-2 .items {padding:2% 0 5% 0;overflow:hidden;}
.service-page-2 .item {width:16%;margin-left:0.8%;float:left;}
.service-page-2 .item:first-child {margin-left:0;}
.service-page-2 .item .aicf {margin:0 auto;width:125px;height:125px;font-size:60px;text-align:center;line-height:125px;border-radius:10%;color:#fff;transform:scaleX(1);}
.service-page-2 .item:nth-child(1) .aicf {background:#0094D2;}
.service-page-2 .item:nth-child(2) .aicf {background:#F32A2A;}
.service-page-2 .item:nth-child(3) .aicf {background:#B15CEC;}
.service-page-2 .item:nth-child(4) .aicf {background:#F5B120;}
.service-page-2 .item:nth-child(5) .aicf {background:#89CA4A;}
.service-page-2 .item:nth-child(6) .aicf {background:#0094D2;}
.service-page-2 .item h6 {margin-top:20px;font-size:16px;line-height:24px;text-align:center;font-weight:400;}

.service-page-2 .item:hover .aicf {transform:scaleX(-1);color:#000;}
.service-page-2 .item:hover h6 {color:#0094D2;}

/*售后服务-产品保养*/
.service-page-4 {padding:0 0 6% 0;}
.service-page-4 .items {overflow:hidden;}
.service-page-4 .item{float:left;margin-left:1.333%;width:24%;background:#f8f9fa;position:relative;}
.service-page-4 .item:first-child{margin-left:0;}
.service-page-4 .item:before{content:"";width:100%;height:3px;position:absolute;top:0;left:0;}
.service-page-4 .item:nth-child(1):before{background:#f98168;}
.service-page-4 .item:nth-child(2):before{background:#71c5ca;}
.service-page-4 .item:nth-child(3):before{background:#71a4db;}
.service-page-4 .item:nth-child(4):before{background:#64bd9d;}
.service-page-4 .item .aicf {width:120px;height:120px;line-height:120px;text-align:center;font-size:48px;border-radius:50%;display:block;}
.service-page-4 .item>.aicf {margin:60px auto 0 auto;color:#fff;}
.service-page-4 .item:nth-child(1)>.aicf{background:#f98168;}
.service-page-4 .item:nth-child(2)>.aicf{background:#71c5ca;}
.service-page-4 .item:nth-child(3)>.aicf{background:#71a4db;}
.service-page-4 .item:nth-child(4)>.aicf{background:#64bd9d;}

.service-page-4 .item>h6 {font-weight:normal;line-height:96px;height:96px;color:#000;font-size:18px;text-align:center;}
.service-page-4 .item .cover{position:absolute;left:0;top:0;bottom:0;width:100%;overflow:hidden;background:#0094D2;color:#fff;z-index:1;opacity:0;}
.service-page-4 .item:nth-child(1) .cover {background:#f98168;}
.service-page-4 .item:nth-child(2) .cover {background:#71c5ca;}
.service-page-4 .item:nth-child(3) .cover {background:#71a4db;}
.service-page-4 .item:nth-child(4) .cover {background:#64bd9d;right:1px;left:auto;}

.service-page-4 .item .cover .aicf{float:left;margin-left:29px;margin-top:60px;background:#fff;}
.service-page-4 .item:nth-child(1) .cover .aicf{color:#f98168;}
.service-page-4 .item:nth-child(2) .cover .aicf{color:#71c5ca;}
.service-page-4 .item:nth-child(3) .cover .aicf{color:#71a4db;}
.service-page-4 .item:nth-child(4) .cover .aicf{color:#64bd9d;}

.service-page-4 .item .cover .txt{position:absolute;left:149px;top:0;width:485px;margin-left:28px;overflow:hidden;}
.service-page-4 .item .cover .txt h6 {font-weight:normal;font-size:18px;margin-top:36px;line-height:68px;height:68px;}
.service-page-4 .item .cover .txt ul {line-height:24px;overflow:hidden;font-size:14px;color:#fff;}
.service-page-4 .item:nth-child(3) .txt ul {line-height:18px;font-size:13px;}
.service-page-4 .item:nth-child(3) .txt h6 {margin-top:20px;height:50px;line-height:50px;}

.service-page-4 .item:hover .cover{width:205.55%;opacity:1.0;filter:Alpha(opacity=100);}


/*关于至尚栏目左侧菜单*/
.left-menu-icons {position:fixed;width:50px;height:330px;top:50%;margin-top:-180px;z-index:10;}
.left-menu-icons ul {width:50px;}
.left-menu-icons ul li {width:50px;height:50px;position:relative;margin-bottom:2px;}
.left-menu-icons ul li a {display:block;height:50px;width:50px;color:#fff;background:rgba(0,0,0,0.6);font-size:14px;}
.left-menu-icons ul li a .fl {width:0px;text-align:right;overflow:hidden;}
.left-menu-icons ul li a .fl>span {width:130px;display:block;height:50px;line-height:50px;}
.left-menu-icons ul li a .fr {width:50px;height:50px;text-align:center;line-height:50px;font-size:24px;}
.left-menu-icons ul li a:hover {background:#0094D2;width:180px;}
.left-menu-icons ul li a.current {background:#0094D2;}
.left-menu-icons ul li a:hover .fl {width:130px;}

.left-menu-icons.small  ul li a .fl>span{width:100px;}
.left-menu-icons.small ul li a:hover {width:150px;}
.left-menu-icons.small ul li a:hover .fl {width:100px;}

.leftMenuMap {position:relative;}

/*关于至尚*/
.company-1 {overflow:hidden;padding:4% 0;}
.company-1 .item {border-left:1px solid #ddd;margin-left:-1px;float:left;padding:2% 4.1%;position:relative;}
.company-1 .item:first-child {border:none;padding-left:0;}
.company-1 .item:last-child {padding-right:0;}
.company-1 .item .img {height:101px;background:url('images/aboutus/company/top-bigicon.png') no-repeat;}
.company-1 .item:nth-child(1) .img {width:296px;background-position:0 0;}
.company-1 .item:nth-child(2) .img {width:236px;background-position:-420px 0;}
.company-1 .item:nth-child(3) .img {width:268px;background-position:-780px 0;}
.company-1 .item:nth-child(4) .img {width:252px;background-position:-1180px 0;}
.company-1 .item h6 {font-size:22px;color:#666;margin-top:20px;font-weight:normal;}
.company-1 .item:nth-child(3) h6 {text-indent:20px;}

.company-1 .item:hover .img{-webkit-filter:brightness(0);filter:brightness(0);}
.company-1 .item:hover h6 {color:#000;}


.company-2 {padding:4% 0;}
.company-2>div * {text-align:center;font-weight:normal;}
.company-2 p {font-size:24px;line-height:40px;color:#989898;}
.company-2 h5 {font-size:60px;line-height:130px;color:#0094D2;}

.company-3 {padding:6% 0;}
.company-3 .fl,.company-3 .fr {width:45%;}
.company-3 .fr img {max-width:100%;}
.company-3 h6 {margin-top:30px;font-size:24px;line-height:36px;color:#333;}
.company-3 h6:first-child {margin-top:0;}
.company-3 p {font-size:18px;line-height:28px;color:#333;margin-top:10px;}

.company-4 {padding:6% 0;}
.company-4>div {position:relative;background:url('images/aboutus/company/1.jpg') center no-repeat;height:500px;}
.company-4 .text {padding:80px 5%;color:#fff;}
.company-4 .text h6 {font-size:24px;font-weight:normal;padding-bottom:40px;}
.company-4 .text p {font-size:18px;}
.company-4 .text h5 {font-size:30px;font-weight:normal;}

.company-5 {padding-bottom:6%;}
.company-5 .items {border:1px solid #dcdcdc;overflow:hidden;}
.company-5 .item {float:left;display:inline;position:relative;width:50%;min-height:440px;overflow:hidden;color:#000;}
.company-5 .item:nth-child(2n) {border-left:1px solid #dcdcdc;margin-left:-1px;}
.company-5 .item:nth-child(1) {border-bottom:1px solid #dcdcdc;}
.company-5 .item:nth-child(2) {border-bottom:1px solid #dcdcdc;}
.company-5 .item:first-child,.company-5 .item:last-child {background:#f5f5f5;}
.company-5 .item .bg  {position:absolute;top:0;left:0;width:100%;height:100%;background:#0094D2;display:none;z-index:0;}
.company-5 .item .cont {position:relative;z-index:1;padding:4% 4% 4% 20%;}
.company-5 .item .icon {background:url('images/aboutus/company/icons.png') no-repeat;width:76px;height:66px;position:absolute;margin-left:-100px;}
.company-5 .item:nth-child(1) .icon {background-position:0 0;}
.company-5 .item:nth-child(2) .icon {background-position:-80px 0;}
.company-5 .item:nth-child(3) .icon {background-position:0 -70px;}
.company-5 .item:nth-child(4) .icon {background-position:-80px -70px;}
.company-5 .item h5 {font-size:30px;line-height:32px;}
.company-5 .item p.sma {font-size:18px;line-height:46px;padding-bottom:10px;}
.company-5 .item p {font-size:20px;margin-top:20px;}

.company-5 .item:hover {color:#fff;}
.company-5 .item:hover .icon {-webkit-filter:brightness(100);filter:brightness(100);}

.company-6 {padding:0 0 6% 0;background:url('/images/aboutus/company/6/bg.jpg') center no-repeat;background-size:cover;position:relative;}
.company-6 .home-title p {font-size:20px;}
.company-6 .txt {float:left;width:45%;color:#000;}
.company-6 .txt h6 {font-size:36px;font-weight:normal;padding-bottom:40px;position:relative;margin-bottom:40px;}
.company-6 .txt h6::after {content:'';position:absolute;bottom:0;left:0;width:50px;height:2px;background:#000;}
.company-6 .txt p {font-size:20px;line-height:38px;}
.company-6 .table {width:1000px;margin:0 auto;}
.company-6 .table table {width:1000px;border-top:1px solid #777;border-right:1px solid #777;font-size:14px;}
.company-6 .table table td {width:270px;border-left:1px solid #777;border-bottom:1px solid #777;text-align:center;padding:15px 5px;line-height:30px;position:relative;font-size:20px;}
.company-6 .table table tr td .divLine {line-height:20px;overflow:hidden;position:relative;}
.company-6 .table table tr td .divLine::before {content:'';position:absolute;width:300px;height:1px;background:#777;transform:rotate(26.7deg);left:50%;top:50%;margin-left:-150px;}
.company-6 .table table tr td .divLine span {display:block;padding:10px;}
.company-6 .table table tr td:first-child {padding:0;}
.company-6 .table table tr td:first-child {width:160px;font-weight:bold;}
.company-6 .table table tr:first-child {background:#ccc;}
.company-6 .table table tr:first-child td>span {display:block;text-align:center;line-height:20px;}
.company-6 .table table tr:first-child td>span:first-child {font-size:22px;line-height:30px;}
/*.company-6 .table table tr:not(:first-child):hover td {background:#0094D2;color:#fff;}*/
.company-6 .table table tr td.hover {background:#ddd;font-weight:bold;}
.company-6 .table table tr td.current {background:#0094D2;color:#fff;font-weight:bold;}

/*发展历程*/
.com-history {padding:6% 0;}
.com-history h2 {font-size:48px;line-height:60px;}
.com-history h3 {font-size:24px;line-height:40px;}
.com-history .items {border:1px solid #dcdcdc;overflow:hidden;margin-top:4%;}
.com-history .item {float:left;display:inline;position:relative;width:50%;height:300px;overflow:hidden;color:#000;border-top:1px solid #dcdcdc;border-bottom:1px solid #ccc;margin-bottom:-1px;}
.com-history .item:nth-child(2n+1) {border-right:1px solid #dcdcdc;margin-right:-1px;z-index:1;}
.com-history .item:nth-child(1) {border-top:none;}
.com-history .item:nth-child(2) {border-top:none;}
.com-history .item:nth-child(4n+3),.com-history .item:nth-child(4n+4) {background:#f5f5f5;}
.com-history .item .bg  {position:absolute;top:0;left:0;width:100%;height:100%;background:#0094D2;display:none;z-index:0;}
.com-history .item .cont {position:relative;z-index:1;padding:6% 4%;}
.com-history .item .aicf {width:50px;height:50px;font-size:48px;color:#0094D2;}
.com-history .item h6 {font-size:32px;line-height:60px;margin-top:20px;font-weight:normal;}
.com-history .item p {font-size:18px;margin-top:10px;}

.com-history .item:hover {color:#fff;}
.com-history .item:hover .aicf {color:#fff;}

/*组织架构*/
.com-group {padding:6% 0;}
.com-group h2 {font-size:48px;line-height:60px;position:relative;padding-bottom:30px;}
.com-group h2:before {content:'';position:absolute;bottom:0;height:3px;width:48px;background:#000;}
.com-group p {font-size:22px;line-height:36px;margin-top:40px;}
.com-group img {display:block;margin:0 auto;margin-top:10%;max-width:100%;width:60%;}

/*企业文化*/
.com-square {border:5px solid #0094D2;padding:60px;width:160px;height:160px;position:relative;}
.com-square em {float:left;width:80px;height:80px;font-size:42px;line-height:80px;text-align:center;font-style:normal;}
.com-square .ems-l,.com-square .ems-r {position:absolute;top:30px;letter-spacing:50px;text-transform:uppercase;font-size:18px;}
.com-square .ems-l {left:80px;}
.com-square .ems-r {right:30px;}

.culture-txt {float:right;margin-top:70px;}
.culture-txt h6 {font-weight:200;font-size:36px;line-height:60px;}
.culture-txt h6 span {font-size:48px;font-weight:400;}
.culture-txt p {text-transform:uppercase;letter-spacing:5px;font-size:14px;line-height:50px;}
.culture-txt div {margin-top:20px;}
.culture-txt div img {display:block;width:100%;}
.culture-txt ul {padding:30px 0;font-weight:500;font-size:28px;line-height:72px;}
.culture-txt li::before {content:'·';font-family:Arial;font-size:40px;line-height:72px;vertical-align:middle;margin-top:5px;}

.culture-items {overflow:hidden;padding:2% 0;}
.culture-items .item {float:left;width:280px;padding-left:20px;}
.culture-items h6 {font-size:30px;line-height:48px;position:relative;letter-spacing:0.5em;}
.culture-items h6 span {position:relative;z-index:1;}
.culture-items h6::before {content:'';position:absolute;height:10px;background:rgba(101,101,101,0.5);left:20px;top:34px;width:3em;}
.culture-items p {padding:20px 0 0 25px;font-size:20px;line-height:30px;}


.culture-1 {padding:6% 0;}
.culture-1 .cont-1 {float:right;width:650px;}

.culture-1 .cont-2 {width:600px;height:546px;clear:left;float:left;position:relative;margin-top:45px;}
.culture-1 .cont-2 img {position:absolute;left:0;top:0;height:100%;}
.culture-1 .cont-2 .txt {position:relative;margin:215px 0 0 220px;line-height:60px;font-size:24px;font-weight:bold;padding-left:5px;letter-spacing:22px;}
.culture-1 .cont-2 .txt::before,.culture-1 .cont-2 .txt::after {content:'';position:absolute;left:0;height:15px;background:rgba(101,101,101,0.5);}
.culture-1 .cont-2 .txt::before {top:90px;width:177px;}
.culture-1 .cont-2 .txt::after {top:210px;width:310px;}
.culture-1 .cont-2 .txt p {position:relative;z-index:1;}

.culture-1 .cont-3 {width:520px;float:right;margin-top:65px;font-size:24px;line-height:60px;font-weight:300;}

.culture-1 .cont-4 {clear:both;margin-top:-155px;width:auto;}
.culture-1 .cont-4 div {margin-top:40px;}

.culture-2 {padding:0 0 6% 0;}
.culture-2 .home-title h3 {letter-spacing:30px;font-size:48px;}
.culture-2 .home-title p {letter-spacing:1em;text-transform:uppercase;}
.culture-2 .cont-5 {}

.culture-2 .cont-6 {clear:both;padding:5% 0;}
.culture-2 .cont-6 img {display:block;}

.culture-2 .cont-7 {width:650px;}
.culture-2 .cont-8 .txt {margin-top:200px;line-height:60px;font-size:24px;font-weight:bold;padding-left:5px;letter-spacing:22px;float:left;position:relative;}
.culture-2 .cont-8 .txt::before,.culture-2 .cont-8 .txt::after {content:'';position:absolute;left:0;height:15px;background:rgba(101,101,101,0.5);}
.culture-2 .cont-8 .txt::before {top:90px;width:175px;left:45px;}
.culture-2 .cont-8 .txt::after {top:270px;width:310px;}
.culture-2 .cont-8 .txt p {position:relative;z-index:1;}

.culture-3 {padding:6% 0;}
.culture-3 .cont-9 {clear:both;margin-top:-155px;width:auto;}
.culture-3 .cont-9  div {margin-top:40px;}


.culture-3 .cont-10 {padding:6% 0 3% 0;position:relative;clear:both;}
.culture-3 .cont-10 img {display:block;width:100%;}
.culture-3 .cont-10 .txt {border:5px solid #0094D2;padding:20px;position:absolute;top:50%;left:50%;text-align:center;margin:-95px 0 0 -224px;z-index:1;}
.culture-3 .cont-10 .txt h6 {font-size:48px;line-height:90px;letter-spacing:0.5em;font-weight:500;text-indent:0.5em;}
.culture-3 .cont-10 .txt p {font-size:16px;line-height:50px;letter-spacing:14px;text-indent:14px;font-weight:500;text-transform:uppercase;}

.culture-3 .cont-11 h6::before {width:5.8em;}

/*至尚团队*/
.team-1 {padding:6% 0;}
.team-1 .box {height:560px;border:6px solid #666;position:relative;margin-top:12%;}
.team-1 .box>* {position:absolute;}
.team-1 .box::before {content:'+';position:absolute;right:20px;top:20px;font-size:46px;line-height:50px;width:50px;text-align:center;color:#666;}
.team-1 .box h2 {top:60px;left:100px;line-height:80px;font-size:40px;width:20px;font-weight:500;}
.team-1 .box h3 {top:80px;left:195px;transform-origin:0 0;transform:rotate(90deg);font-size:14px;text-transform:uppercase;letter-spacing:24px;font-weight:600;}
.team-1 .box .txt {right:0;bottom:40px;width:300px;}
.team-1 .box .txt h6 {font-size:36px;line-height:50px;font-weight:500;margin-bottom:10px;}
.team-1 .box .txt p {font-size:16px;line-height:30px;}
.team-1 .box img {display:block;bottom:0;left:50%;margin-left:-193px;}

.team-1 .sim-txt {padding:8% 6% 2% 6%;font-size:18px;line-height:36px;font-weight:500;}
.team-1 .sim-txt p {padding:0.8% 0;}

.team-1 .items {overflow:hidden;}
.team-1 .items .item {width:32%;float:left;position:relative;overflow:hidden;background:#fff;margin:2% 0 0 2%;}
.team-1 .items .item:nth-child(3n+1) {margin-left:0;}
.team-1 .items .item .img {width:100%;overflow:hidden;}
.team-1 .items .item .img img {width:100%;display:block;filter:grayscale(100%);-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);}
.team-1 .items .item .txt {padding:15px;font-size:20px;line-height:25px;text-align:center;}
.team-1 .items .item .txt span {color:#666;font-size:18px;}

.team-1 .items .item:hover {background:#0094D2;}
.team-1 .items .item:hover .txt {color:#fff;}
.team-1 .items .item:hover .txt span {color:#fff;}
.team-1 .items .item:hover .img img {transform:scale(1.05);filter:grayscale(0%);-webkit-filter:grayscale(0%);-moz-filter:grayscale(0%);-ms-filter:grayscale(0%);-o-filter:grayscale(0%);}

.team-2 {padding:0 0 6% 0;display:block;}
.team-2 .ov {display:block;overflow:hidden;width:100%;}
.team-2 .ov .item {width:100%;overflow:hidden;position:relative;}
.team-2 img {max-width:100%;display:block;}
.team-2 .owl-theme .owl-controls .owl-dots {display:none !important;}
.team-2 .owl-theme .owl-controls .owl-nav [class*="owl-"] {position:absolute;top:40%;display:inline-block;width:48px;height:48px;padding:0px;color:#999;line-height:48px;text-align:center;border-radius:0px;border-radius:3px;border:1px solid #e9e9e9;background-color:rgba(200,200,200,0.2) !important;}
.team-2 .owl-theme .owl-controls .owl-nav [class*="owl-"] .aicf {font-size:24px;}
.team-2 .owl-theme .owl-controls .owl-nav [class*="owl-prev"] {left:0px;}
.team-2 .owl-theme .owl-controls .owl-nav [class*="owl-next"] {right:0px;}
.team-2 .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {background-color:#0094D2 !important;color:#ffffff;border-color:#0094D2;}



.team-3 {padding:2% 0 6% 0;background-repeat:no-repeat;background-size:cover;background-position:center center;background-attachment:fixed;background-image:url('/images/aboutus/team/3-bg.jpg');}
.team-3 .home-title * {color:#fff;}
.team-3 .items {overflow:hidden;margin:0 auto;}
.team-3 .items .item {width:680px;height:325px;float:left;position:relative;margin:40px 0 0 40px;overflow:hidden;background:#fff;}
.team-3 .items .item:nth-child(2n+1) {margin-left:0;}
.team-3 .items .item .bg {position:absolute;top:0;left:0;width:100%;height:100%;background:#0094D2;display:none;z-index:0;opacity:0.9;}
.team-3 .items .item .text {position:relative;z-index:1;padding:40px;overflow:hidden;display:block;}
.team-3 .items .item .text>.aicf {line-height:60px;font-size:60px;}
.team-3 .items .item h6 {height:30px;line-height:30px;font-size:24px;color:#000;margin-top:24px;}
.team-3 .items .item p {height:60px;line-height:30px;font-size:18px;color:#666666;margin-top:12px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-all;}
.team-3 .items .item .arrow {position:relative;z-index:1;margin-top:15px;margin-left:0;}
.team-3 .items .item .arrow>.aicf {display:block;color:#999;font-size:30px;width:46px;height:46px;text-align:center;line-height:46px;border:2px solid #999;border-radius:50%;}

.team-3 .items .item:hover .text h6,.team-3 .items .item:hover .text p,.team-3 .items .item:hover .text>.aicf {color:#fff;}

.team-3 .items .item:hover .arrow {margin-left:10px;}
.team-3 .items .item:hover .arrow>.aicf {border:2px solid #fff;background:#fff;}

/*至尚供应链*/
.supplier-1 {padding:5% 0;}
.supplier-1 .txt {width:35%;}
.supplier-1 .txt h3 {font-size:48px;line-height:60px;margin-top:60px;}
.supplier-1 .txt h5 {font-size:24px;line-height:48px;margin-bottom:60px;}
.supplier-1 .txt p {font-size:18px;line-height:30px;padding:15px 0;}
.supplier-1 .img {width:62.5%;}
.supplier-1 .img img {width:100%;}

.supplier-2 {}
.supplier-2 .home-title {text-align:left;margin-left:0;}
.supplier-2 .home-title h3 {font-size:48px;font-weight:bold;}
.supplier-2 .home-title p {line-height:40px;font-size:24px;color:#000;}
.supplier-2 .item {width:30%;margin-left:5%;position:relative;float:left;}
.supplier-2 .item:nth-child(3n+1) {margin-left:0;}
.supplier-2 .item .img {position:relative;}
.supplier-2 .item .img img {display:block;width:100%;}
.supplier-2 .item .txt {padding:10px 0;}
.supplier-2 .item .txt h6 {font-size:36px;line-height:70px;font-weight:400;}
.supplier-2 .item .txt p {font-size:20px;line-height:30px;}

.supplier-3 {padding:5% 0;}
.supplier-3 .txt {width:40%;margin-top:50px;}
.supplier-3 .txt h4 {font-size:36px;line-height:48px;margin:50px 0;font-weight:500;}
.supplier-3 .txt p {font-size:24px;line-height:48px;padding:15px 0;}
.supplier-3 .img {width:55%;}
.supplier-3 .img img {width:100%;}

.supplier-4 .home-title p {font-size:18px;color:#000;}
.supplier-4 .items {display:flex;clear:both;flex-flow:row wrap;justify-content: space-between;}
.supplier-4 .item {width:30%;margin-left:5%;position:relative;margin-bottom:5%;background:#fff;transition:all 0.3s;}
.supplier-4 .item:nth-child(3n+1) {margin-left:0;}
.supplier-4 .item .img {position:relative;overflow:hidden;}
.supplier-4 .item .img img {display:block;width:100%;transition:all 0.3s;}
.supplier-4 .item .txt {padding:0 15px 15px 15px;overflow:hidden;}
.supplier-4 .item .txt h6 {font-size:28px;line-height:70px;font-weight:400;}
.supplier-4 .item .txt p {font-size:16px;line-height:30px;color:#666;transition:all 0.3s;}
.supplier-4 .item:hover {box-shadow:0 0 15px #666;}
.supplier-4 .item:hover .img img {transform:scale(1.03);}
.supplier-4 .item:hover .txt p {color:#000;}


.supplier-5 .home-title p {font-size:18px;color:#000;}
.supplier-5 .items {overflow:hidden;clear:both;}
.supplier-5 .item {width:18%;padding:3% 0 3% 2.5%;float:left;margin-top:-1px;border-top:1px dotted #ccc;}
.supplier-5 .item:nth-child(5n+1) {padding-left:0;}
.supplier-5 .item .img {position:relative;}
.supplier-5 .item .img img {display:block;width:100%;max-height:130px}
.supplier-5 .item .txt {padding:5px 0;text-align:center;}
.supplier-5 .item .txt h6 {font-size:18px;line-height:40px;font-weight:400;}
.supplier-5 .item .txt p {font-size:14px;line-height:26px;color:#999;height:52px;overflow:hidden;}

.searchImgList {padding:40px 0;padding-left:720px;position:relative;min-height:100%;min-height:600px;}
.searchImgList .searchImgObj {position:absolute;left:80px;width:500px;min-height:500px;bottom:0;top:45px;}
.searchImgList .searchImgObj .imgObj {width:100%;height:auto;background:#fff;min-height:200px;position:relative;}


.searchImgList .itemsTilte {clear:both;width:100%;height:40px;font-size:24px;line-height:24px;}

.searchImgList .items {width:100%;position:relative;}
.searchImgList .item {width:240px;background:#fff;position:absolute;z-index:-1;border-radius:10px;overflow:hidden;}
.searchImgList .productFavBut {top:15px;right:15px;left:15px;animation:fadeInUp 300ms;border-radius:5px;z-index:1;box-shadow:0 0 5px rgba(0,0,0,0.5);}
.searchImgList .item a {display:block;position:relative;width:100%;overflow:hidden;}
.searchImgList .item a img {display:block;width:100%;min-height:140px;}
.searchImgList .item a .txt {height:40px;left:0;right:0;padding:5px 10px;overflow:hidden;background:rgba(0,0,0,0.6);color:#fff;border-radius:10px;clear:both;position:absolute;bottom:-50px;}
.searchImgList .item a .txt .line {height:20px;line-height:20px;font-size:14px;overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis;white-space:nowrap;}
.searchImgList .item a .txt .fr {font-size:14px;}

.searchImgList .item a .txt .price {font-weight:bold;color:#cc0000;}
.searchImgList .item a .txt .price em {margin:0 5px;font-size:16px;}

.searchImgList .item:hover a .txt {bottom:0;}

