/*  */

/* ================================================== */
/* ========== module-title
/* ================================================== */
.module-title {
	padding: 20px 0 36px 0px;
	border-bottom: 1px solid #eaeaea;
}

.module-title .contents {
	max-width: 1200px;
	padding: 0 0px;
}

.module-title .en {
	font-size: 24px;
	color: #333333;
	display: inline-block;
	height: 100%;
	position: relative;
	font-family: "arial";
	text-transform: capitalize;
}

.module-title .en:after {
	content: "";
	height: 2px;
	width: 100%;
	background: #333333;
	position: absolute;
	left: 0px;
	bottom: -36px;
	z-index: 800;
}

.module-title .cn {
	font-size: 15px;
	color: #666;
}

.module-title .more {
	font-size: 12px;
	color: #999999;
	float: right;
	margin-top: 8px;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.module-title .more .iconfont {
	color: #999999;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.module-title .more:hover {
	color: #c9242b;
}

.module-title .more:hover .iconfont {
	color: #c9242b;
}

.module-title .map {
	float: right;
	color: #999999;
	font-size: 13px;
}

.module-title .map a {
	color: #999999;
	font-size: 13px;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.module-title .map .iconfont {
	color: #999999;
	font-size: 13px;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.module-title .map .home .iconfont {
	font-size: 20px;
}

.module-title .map a:hover {
	color: #333333;
}

.module-title .map a:hover .iconfont {
	color: #333333;
}

.module-title .map a.active {
	color: #333333;
}

.module-title .map a.active .iconfont {
	color: #333333;
}


/* ================================================== */
/* ========== 右三角更多详细信息链接
/* ================================================== */
.link-more {
	width: 34px;
	height: 34px;
	display: block;
	text-align: center;
	line-height: 34px;
	font-size: 15px;
	color: #ffffff;
	/*border:1px solid #ffffff;*/
	border-radius: 50%;
	padding-left: 2px;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.link-more:hover {
	color: #c9242b;
	background: #ffffff;
}


/* ================================================== */
/* ========== 二级banner
/* ================================================== */
.second-banner {
	display: block;
	width: 100%;
}


/* ================================================== */
/* ========== 二级导航
/* ================================================== */
.second-nav {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 80px;
}

.second-nav li {
	float: left;
	text-align: center;
	background: #ecf0f1;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.second-nav li a {
	display: block;
	padding: 15px 0px;
	font-size: 13px;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	color: #333333;
}

.second-nav li:hover {
	background: #e74c3c;
}

.second-nav li:hover a {
	color: #ffffff;
}

.second-nav li.active {
	background: #e74c3c;
}

.second-nav li.active a {
	color: #ffffff;
}


/* ================================================== */
/* ========== footer
/* ================================================== */
.footer {
	background: #252525;
	padding: 30px 0px;
}

.footer .contents {
	max-width: 1200px;
	padding: 0px 40px;
	margin-top: 30px;
}

.footer .contents .nav {
	float: left;
	margin-right: 7rem;
	height: 170px;
}

.footer .contents .nav .title {
	font-size: 16px;
	color: #ffffff;
	padding-bottom: 18px;
}

.footer .contents .nav .item {
	padding: 3px 0px;
}

.footer .contents .nav .item a {
	font-size: 12px;
	color: #555555;
}

.footer .contents .nav .item a:hover {
	color: #c9242b;
}

.footer .contents .weixin {
	display: block;
	margin-left: 0px;
	float: left;
	max-width: 100px;
}

.footer .contents .address {
	float: left;
	margin-left: 20px;
	font-size: 12px;
	color: #555555;
}

.footer .contents .address li {
	color: #555555;
	padding: 5px 0px;
	line-height: 1.8;
}

.footer .contents .address li:last-child {
	padding-top: 30px;
}

.footer .contents .address li:last-child a {
	position: relative;
}

.footer .contents .address li .iconfont {
	font-size: 23px;
	color: #555555;
	margin-right: 12px;
	border: 1px solid #505050;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	margin-top: 30px;
}

.footer .contents .address li .iconfont:hover {
	background: #c9242b;
	color: #ffffff;
	border: 1px solid #c9242b;
}

.footer .contents .copy-wrap {
	font-size: 12px;
	color: #555555;
	margin-top: 80px;
}

.footer .contents .address li .erweima {
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 1000;
	width: 60px;
	height: 60px;
	opacity: 0;
	display: none;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.footer .contents .address li:last-child a:hover img {
	opacity: 1;
	display: block;
}

.footer .contents .copy-wrap .left-copy {
	float: left;
	color: #555555;
}

.footer .contents .copy-wrap .left-copy a {
	color: #555555;
}

.footer .contents .copy-wrap .left-copy a:hover {
	color: #c9242b;
}


.footer .contents .copy-wrap .right-nav {
	float: right;
}

.footer .contents .copy-wrap .right-nav li {
	float: left;
	padding: 0px 16px;
	position: relative;
}

.footer .contents .copy-wrap .right-nav li:after {
	content: "";
	width: 1px;
	height: 11px;
	background: #2b2b2b;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -5px;
	z-index: 1000;
}

.footer .contents .copy-wrap .right-nav li:last-child:after {
	display: none;
}

.footer .contents .copy-wrap .right-nav li a {
	color: #555555;
}

.footer .contents .copy-wrap .right-nav li a:hover {
	color: #c9242b;
}


/* ================================================== */
/* ========== 右侧工具栏
/* ================================================== */
.tools {
	width: 50px;
	height: 180px;
	background: #999999;
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -75px;
	z-index: 3000;
	border-radius: 6px 0px 0px 6px;
}

.tools .item {
	height: 50px;
	width: 170px;
	position: absolute;
	z-index: 1000;
	left: 0px;
	top: 15px;
	cursor: pointer;
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	border-radius: 6px 0px 0px 6px;
}

.tools .item:hover {
	left: -60px;
	background: #c9242b;
}

.tools .item .iconfont {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	float: left;
}

.tools .item .iconfont.icontel {
	font-size: 26px !important;
}

.tools .item .iconfont.icontop {
	font-size: 22px !important;
}

.tools .item.tel {
	top: 65px;
}

.tools .item.top {
	top: 115px;
}

.tools .item .text {
	width: 80px;
	line-height: 50px;
	height: 50px;
	font-size: 12px;
	color: #ffffff;
	display: block;
	float: left;
}

.tools .item.tel .text {
	width: 110px;
}

.tools .item.tel:hover {
	left: -100px;
}

.tools .item.qq .text {
	width: 100px;
}

.tools .item .text a {
	color: #fff;
}

.tools .item.qq:hover {
	left: -90px;
}


/* ================================================== */
/* ========== index
/* ================================================== */
/*.search*/
.index .search {
	max-width: 1200px;
	background: none;
	position: relative;
	height: 96px
}

.index .search .contents {
	position: absolute;
	top: -50%;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: #ffffff;
	padding: 0 4.5rem;
}

.index .search .nav {
	float: left;
	margin-top: 38px;
}

.index .search .nav li {
	float: left;
	padding: 0px 12px;
}

.index .search .nav .title {
	font-size: 14px;
	color: #999999;
	padding: 0px;
}

.index .search .nav .item a {
	font-size: 12px;
	color: #999999;
}

.index .search .nav .item:hover a {
	color: #c9242b;
}

.index .search .form-search {
	float: right;
	margin-top: 30px;
}

.index .search .search-box {
	width: 300px;
	height: 36px;
	border: 1px solid #eaeaea;
	padding: 0 10px;
}

.index .search .search-btn {
	height: 36px;
	border: none;
	background: #cccccc;
	outline: none;
	font-size: 14px;
	color: #ffffff;
	width: 100px;
	margin-left: -5px;
	cursor: pointer;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.index .search .search-btn:hover {
	background: #c9242b;
}

.index .search .icon-search {
	color: #ffffff;
	margin-right: 6px;
}

/*.case-slide*/
.index .case {
	padding-bottom: 120px;
	background:  left bottom no-repeat;
	/*background-size:100% auto;*/
}

.index-case-carousel {
	height: auto;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}

.index-case-carousel .link {
	display: block;
	width: 25%;
	float: left;
	height: 100%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: all 1.6s;
	-webkit-transition: all 1.6s;
	-moz-transition: all 1.6s;
	-ms-transition: all 1.6s;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
}

.iui-carousel-one .banners .page.show .link {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}

.index-case-carousel .link .banner {
	width: 94% !important;
	margin-left: auto;
	margin-right: auto;
}

.index-case-carousel .buttons {
	bottom: -70px;
}

.index-case-carousel .link .modal {
	position: absolute;
	width: 94%;
	height: 100%;
	background: rgba(203, 40, 43, 0.86);
	z-index: 1000;
	top: 101%;
	left: 0px;
	margin-left: 3%;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.index-case-carousel .link .modal .link-more {
	position: absolute;
	right: 20px;
	top: 30px;
	z-index: 1000;
	border: 1px solid #ffffff;
}

.index-case-carousel .link .modal .name-en {
	font-size: 18px;
	color: #ffffff;
	font-family: arial;
	font-weight: normal;
	position: absolute;
	z-index: 1000;
	bottom: 52px;
	left: 5%;
	border-bottom: 1px solid #d35657;
	width: 90%;
	padding: 14px 0px;
}

.index-case-carousel .link .modal .name-cn {
	font-size: 12px;
	color: #eca9a9;
	position: absolute;
	width: 90%;
	z-index: 1000;
	bottom: 20px;
	left: 5%;
	font-weight: normal;
}

.index-case-carousel .link:hover .modal {
	top: 0px;
}

.index-case-carousel.index-case-carousel-pc {
	display: block;
}

.index-case-carousel.index-case-carousel-mb {
	display: none;
}

/*.product*/
.index .product {
	margin-top: 60px;
}

.index .product .list {
	max-width: 1200px;
	margin-top: 80px;
}

.index .product .list .item {
	width: 25%;
	float: left;
	padding: 0px 20px;
	cursor: pointer;
}

.index .product .list .item img {
	width: 100%;
	display: block;
}

.index .product .list .item .content {
	padding: 0px 16px 60px 16px;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	border: 1px solid #f4f4f4;
}

.index .product .list .item:hover .content {
	background: #f9f9f9;
}

.index .product .list .item .series {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px;
	border-bottom: 1px solid #f1f1f1;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.index .product .list .item .series .name-en {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	font-family: "arial";
}

.index .product .list .item .series .name-cn {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
}

.index .product .list .item .link-more {
	color: #8a8a8a;
	border: none;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: 10px;
	font-size: 14px;
}

.index .product .list .item:hover .link-more {
	background: #c9242b;
	color: #ffffff;
}

.index .product .list .item .text {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px;
	height: 100px;
	font-size: 12px;
	color: #999999;
	line-height: 1.8;
	overflow: hidden;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.index .product .list .item .text p {
	font-size: 12px;
	color: #999999;
}

.index .product .list .item:hover .content {
	box-shadow: 0px 10px 15px #dbdbdb;
}

/*.brief*/
.index .brief {
	padding: 90px 0px 80px 0px;
	background:  left top no-repeat;
	background-size: 100% 100%;
	margin-top: 90px;
}

.index .brief .contents {
	max-width: 1200px;
}

.index .brief .contents .box {
	width: 50%;
	float: left;
}

.index .brief .contents .box img {
	display: block;
	width: 100%;
}

.index .brief .contents .box .title {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	display: block;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.index .brief .contents .box .title .more {
	float: right;
	font-size: 12px;
	color: #8a8a8a;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.index .brief .contents .box .title:hover {
	color: #c9242b;
}

.index .brief .contents .box .title:hover .more {
	color: #c9242b;
}

.index .brief .contents .box .cont-text {
	font-size: 12px;
	color: #999999;
	line-height: 1.8;
	padding-top: 9px;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.index .brief .contents .box .cont-text p {
	color: #999999;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.index .brief .contents .left-box {
	padding-right: 10px;
}

.index .brief .contents .left-box .text {
	padding: 44px 30px;
	background: #ffffff;
	cursor: pointer;
}

.index .brief .contents .left-box:hover .text {
	background: #c9242b;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.index .brief .contents .left-box:hover .title {
	color: #ffffff;
}

.index .brief .contents .left-box:hover .title .more {
	color: #ffffff;
}

.index .brief .contents .left-box:hover .cont-text {
	color: #ffffff;
}

.index .brief .contents .left-box:hover .cont-text p {
	color: #ffffff;
}

.index .brief .contents .left-box:hover .title:hover {
	color: #d35657;
}

.index .brief .contents .left-box:hover .title:hover .more {
	color: #d35657;
}

.index .brief .contents .right-box {
	padding-left: 10px;
}

.index .brief .contents .right-box .item {
	background: #ffffff;
	padding: 35px;
	margin-bottom: 20px;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	height: 149px;
	cursor: pointer;
}

.index .brief .contents .right-box .item img {
	width: 125px;
	float: left;
}

.index .brief .contents .right-box .item .title {
	padding-top: 5px;
}

.index .brief .contents .right-box .item .text {
	padding-left: 160px;
}

.index .brief .contents .right-box .item .cont-text {
	padding-top: 16px;
}

.index .brief .contents .right-box .item:hover {
	background: #c9242b;
}

.index .brief .contents .right-box .item:hover .title {
	color: #ffffff;
}

.index .brief .contents .right-box .item:hover .title .more {
	color: #ffffff;
}

.index .brief .contents .right-box .item:hover .text {
	color: #ffffff;
}

.index .brief .contents .right-box .item:hover .cont-text {
	color: #ffffff;
}

.index .brief .contents .right-box .item:hover .cont-text p {
	color: #ffffff;
}

.index .brief .contents .right-box .item:hover .title:hover {
	color: #d35657;
}

.index .brief .contents .right-box .item:hover .title:hover .more {
	color: #d35657;
}

/*.introduce*/
.index .introduce {
	max-width: 1200px;
	padding: 80px 0px 60px 0px;
}

.index .introduce .item {
	width: 33.33333333%;
	float: left;
}

.index .introduce .item .iconfont.cont {
	display: block;
	width: 152px;
	height: 152px;
	font-size: 60px;
	text-align: center;
	line-height: 150px;
	border: 1px solid #ededed;
	border-radius: 50%;
	color: #cccccc;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.index .introduce .item:hover .iconfont.cont {
	color: #c9242b;
	border: 1px solid #c9c9c9;
}

.index .introduce .item .name-en {
	font-size: 14px;
	color: #999999;
	font-family: arial;
	text-align: center;
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.index .introduce .item .name-cn {
	font-size: 14px;
	color: #999999;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

.index .introduce .item .link-more {
	background: #c9242b;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.index .introduce .item:hover .link-more {
	opacity: 1;
}

/*.firend-chain*/
.index .firend-chain {
	background:  left top no-repeat;
	background-size: 100% 100%;
	margin-top: 20px;
}

.index .firend-chain .index-case-carousel {
	margin-top: 0px !important;
}

.index .firend-chain .index-case-carousel .page {
	padding: 7rem 0px;
}

.index .firend-chain .index-case-carousel .page .link {
	text-align: center;
	vertical-align: middle;
}

.index .firend-chain .index-case-carousel .banner {
	display: inline;
	vertical-align: middle;
	height: auto;
	width: auto !important;
}

.index .firend-chain .index-case-carousel .buttons {
	bottom: 40px;
}

.index .firend-chain .index-firend-chain-carousel-pc {
	display: block;
}

.index .firend-chain .index-firend-chain-carousel-mb {
	display: none;
}

/*.achievement*/
.index .achievement {
	max-width: 1200px;
	padding: 80px 0px;
}

.index .achievement .item {
	width: 20%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #999999;
	cursor: default;
}

.index .achievement .item .number {
	font-size: 46px;
	color: #333333;
	display: block;
	font-family: helvetica;
	margin-bottom: 5px;
}

.index .achievement .item:hover .number {
	color: #c9242b;
}


/* ================================================== */
/* ========== 产品与方案-产品系列二级列表页
/* ================================================== */
/*.case*/
/* .products-solutions .case {
	margin-top: 90px;
}
 */

 /* by zj start */



 .zj-product-list-wrap {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
 }

@media (min-width:1500px) {
	
	.zj-product-list-wrap {
		width: calc(100% - 200px);
		max-width: 1600px;
		margin: 0 auto;
	 }
	
}

 .zj-pro-list-pic {
	position: relative;

}


.zj-pro-list-pic::before {
	content: '';
	width: 100%;
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	z-index: 20;
}

.zj-product-container:hover  .zj-pro-list-pic::before {
	display: block;
}
.zj-pic-text {
	position: absolute;
	display: none;
	z-index: 100;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 50%;
	color: white;
	font-size: 2rem;
	transform: translate(-50%, -50%);
   
}
.zj-product-container:hover .zj-pic-text {
	display: block;
}

/* end */

.products-solutions .case .list {
	max-width: 1600px;
	width: 100vw;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.products-solutions .case .list li {
	width: 25%;
	float: left;
	padding: 0px 10px;
	margin-bottom: 20px;
}

.products-solutions .case .list a {
	display: block;
	position: relative;
	overflow: hidden;
}

.products-solutions .case .list a img {
	display: block;
	width: 100%;
}

.products-solutions .case .list a .modal {
	position: absolute;
	width: 100%;
	;
	left: 0px;
	z-index: 1000;
	background: rgba(203, 40, 43, 0.86);
	padding: 20px 20px 26px 20px;
	bottom: -100%;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.products-solutions .case .list a:hover .modal {
	bottom: 0px;
}

.products-solutions .case .list .modal .title-en {
	font-size: 18px;
	color: #ffffff;
	font-family: arial;
	padding-bottom: 14px;
	border-bottom: 1px solid #d45c62;
	margin-bottom: 14px;
	font-weight: normal;
}

.products-solutions .case .list .modal .title-cn {
	font-size: 12px;
	color: #eca9a9;
	font-weight: normal;
}

/*.series*/
.products-solutions .series {
	margin-top: 0px;
	padding-bottom: 80px;
}

.products-solutions .series .list {
	max-width: 1200px;
	margin-top: 80px;
}

.products-solutions .series .list .item {
	width: 25%;
	float: left;
	padding: 0px 20px;
	height: 400px;
	margin-bottom: 40px;
}

.products-solutions .series .list .item img {
	width: 100%;
	display: block;
}

.products-solutions .series .list .item .content {
	padding: 0px 20px 60px 20px;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	border: 1px solid #f4f4f4;
	border-left: none;
}

.products-solutions .series .list .item:hover .content {
	background: #f9f9f9;
}

.products-solutions .series .list .item .series {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px;
	border-bottom: 1px solid #f1f1f1;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.products-solutions .series .list .item .series .name-en {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	font-family: "arial";
}

.products-solutions .series .list .item .series .name-cn {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
}

.products-solutions .series .list .item .link-more {
	color: #8a8a8a;
	border: none;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: 10px;
	font-size: 14px;
}

.products-solutions .series .list .item:hover .link-more {
	background: #c9242b;
	color: #ffffff;
}

.products-solutions .series .list .item .text {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px;
	height: 104px;
	font-size: 12px;
	color: #999999;
	line-height: 1.8;
	overflow: hidden;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.products-solutions .series .list .item .text p {
	font-size: 12px;
	color: #999999;
}

.products-solutions .series .list .item:hover .content {
	box-shadow: 0px 10px 15px #dbdbdb;
}


/* ================================================== */
/* ========== 产品与方案-产品系列列表页
/* ================================================== */
/*.case -> .iui-flip-one*/
.product-list .iui-flip-one {
	margin-bottom: 80px;
}


/* ================================================== */
/* ========== 产品与方案-产品详情页
/* ================================================== */
/*.case -> .brief*/
.product-details .case {
	margin-top: 50px;
	max-width: 1200px;
}

.product-details .case .brief {
	padding: 70px 0px;
	border-bottom: 1px dashed #d3d3d3;
}

.product-details .case .brief .big-image {
	width: 45%;
	float: left;
}

.product-details .case .brief .big-image img {
	display: block;
	width: 100%;
}

.product-details .case .brief .text {
	width: 55%;
	float: left;
	padding: 10px 20px 10px 80px;
}

.product-details .case .brief .text .title {
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 40px;
}

.product-details .case .brief .text .sub-title {
	font-size: 12px;
	color: #555555;
	margin-top: 40px;
	margin-bottom: 20px;
}

.product-details .case .brief .text p {
	font-size: 12px;
	color: #999999;
	line-height: 3;
}

/*.case -> .technology*/
.product-details .case .technology {
	padding: 20px 0px 45px 0px;
	border-bottom: 1px dashed #d3d3d3;
}

.product-details .case .technology .sub-title {
	font-size: 12px;
	color: #555555;
	margin-top: 40px;
	margin-bottom: 14px;
}

.product-details .case .technology p {
	font-size: 12px;
	color: #999999;
	line-height: 2.8;
}

/*.case -> .list*/
.product-details .case .list {
	width: 100%;
	margin-top: 80px;
}

.product-details .case .list li {
	width: 20%;
	float: left;
	padding: 0px 8px;
	margin-bottom: 30px;
}

.product-details .case .list li a {
	display: block;
	height: 100%;
	overflow: hidden;
}

.product-details .case .list li a img {
	display: block;
	width: 100%;
}

.product-details .case .list li a .name {
	font-size: 12px;
	color: #555555;
	display: block;
	padding: 15px 0px;
}


/* ================================================== */
/* ========== 产品与方案-解决方案列表页
/* ================================================== */
/*.case -> .list-wrap*/
.solution-list .list-wrap {
	max-width: 1200px;
}

.solution-list .list-wrap .module {
	padding: 60px 0px;
	border-bottom: 1px dashed #d3d3d3;
}

.solution-list .list-wrap .module:last-child {
	border: none;
}

.solution-list .list-wrap .module .image {
	display: block;
	float: left;
	margin-right: 40px;
}

.solution-list .list-wrap .module .title {
	font-size: 15px;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
	font-weight: bold;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.solution-list .list-wrap .module .title .right {
	float: right;
	font-size: 24px;
	color: #8a8a8a;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.solution-list .list-wrap .module .title:hover {
	color: #c9242b;
}

.solution-list .list-wrap .module .title:hover .right {
	color: #c9242b;
}

.solution-list .list-wrap .module .text {
	font-size: 13px;
	color: #999999;
	line-height: 1.8;
}

.solution-list .list-wrap .module .text:hover {
	color: #c9242b;
}

.solution-list .iui-flip-one {
	margin-bottom: 100px;
}


/* ================================================== */
/* ========== 服务支持(.service-support)
/* ================================================== */
/*.ability*/
.service-support .ability {
	max-width: 1200px;
	margin: 60px auto;
}

.service-support .ability .list {
	width: 100%;
}

.service-support .ability .list li {
	width: 33.33333333%;
	float: left;
	padding: 0px 20px;
	margin-bottom: 30px;
}

.service-support .ability .list li a {
	display: block;
}

.service-support .ability .list li a img {
	display: block;
	width: 100%;
}

.service-support .ability .list li a .title {
	padding: 26px 0px;
	color: #333333;
	font-size: 12px;
}

.service-support .ability .list li a .title .link-more {
	opacity: 0;
	float: right;
}

.service-support .ability .list li:hover a .title {
	color: #c9242b;
}

.service-support .ability .list li:hover a .title .link-more {
	color: #ffffff;
	background: #c9242b;
	opacity: 1;
}

/*.technology*/
.service-support .technology .list li a .title .right {
	float: right;
	color: #cccccc;
}

.service-support .technology .list li:hover a .title .right {
	color: #c9242b;
}

/*.support*/
.service-support .support {
	padding: 80px 30px;
	max-width: 1200px;
}

.service-support .support .contents {
	border: 1px solid #cfcfcf;
	display: table;
	width: 100%;
}

.service-support .support .link {
	display: table-cell;
	vertical-align: middle;
	width: 25%;
	text-align: center;
	border-right: 1px solid #cfcfcf;
	font-size: 12px;
	color: #333333;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.service-support .support .link:last-child {
	border: none;
}

.service-support .support .link:hover {
	background: #e67e22;
	color: #ffffff;
}

.service-support .support .link:nth-child(1):hover {
	background: #f4c813;
}

.service-support .support .link:nth-child(2):hover {
	background: #e67e22;
}

.service-support .support .link:nth-child(3):hover {
	background: #e74c3c;
}

.service-support .support .link:nth-child(4):hover {
	background: #cccccc;
}

.service-support .support .link .iconfont {
	display: block;
	font-size: 34px;
	margin-bottom: 10px;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.service-support .support .link .iconfont.question {
	color: #f1c513;
}

.service-support .support .link .iconfont.standard {
	color: #e67e22;
}

.service-support .support .link .iconfont.instructions {
	color: #e74c3c;
}

.service-support .support .link .iconfont.download {
	color: #cccccc;
}

.service-support .support .link:hover .iconfont {
	color: #ffffff;
}

.service-support .support-pc {
	display: block;
}

.service-support .support-mb {
	display: none;
}


/* ================================================== */
/* ========== 服务支持-产品支持(.product-support)
/* ================================================== */
/*.questions*/
.product-support .questions {
	max-width: 1200px;
}

.product-support .questions .module {
	padding: 70px 0px;
	border-bottom: 1px dashed #d3d3d3;
}

.product-support .questions .module:last-child {
	border: none;
}

.product-support .questions .module .title {
	font-size: 15px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 18px;
}

.product-support .questions .module .text {
	font-size: 12px;
	color: #999999;
	line-height: 2;
	height: 44px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.product-support .questions .module .text:hover {
	color: #c9242b;
}

.product-support .questions .module .text .more {
	font-size: 12px;
	color: #c9242b;
	cursor: pointer;
	margin-left: 5px;
	position: absolute;
	z-index: 1000;
	bottom: -5px;
	right: 0px;
	background: #ffffff;
	padding-left: 15px;
}

.product-support .questions .module .text .more .iconfont {
	font-size: 14px;
	color: #c9242b;
	transform: translate(0px, 2px);
	-webkit-transform: translate(0px, 2px);
	-moz-transform: translate(0px, 2px);
	-ms-transform: translate(0px, 2px);
	display: inline-block;
}

.product-support .iui-flip-one {
	margin-top: 30px;
	margin-bottom: 70px;
	;
}


/* ================================================== */
/* ========== 服务支持-产品支持-产品说明书与样板册
/* ================================================== */
/*.instructions*/
.sample-book .instructions {
	max-width: 1200px;
	margin: 60px auto;
}

.sample-book .instructions .list {
	width: 121%;
	margin-left: -125px;
}

.sample-book .instructions .list .item {
	width: 25%;
	float: left;
	text-align: center;
	margin-bottom: 100px;
}

.sample-book .instructions .list .item img {
	margin-bottom: 20px;
}

.sample-book .instructions .list .item .title {
	font-size: 18px;
	color: #444444;
	font-weight: normal;
	margin-bottom: 10px;
}

.sample-book .instructions .list .item .title:hover {
	color: #ff4d4d !important;
}

.sample-book .instructions .list .item .read {
	font-size: 12px;
	color: #999999;
}

.sample-book .instructions .list .item .read:hover {
	color: #ff4d4d;
}

.sample-book .iui-flip-one {
	margin-bottom: 80px;
	padding-left: 100px;
}


/* ================================================== */
/* ========== 服务支持-产品支持-资料下载
/* ================================================== */
/*.download*/
.data-download .download {
	max-width: 1200px;
	margin: 60px auto;
}

.data-download .download .list {
	width: 121%;
	margin-left: -125px;
}

.data-download .download .list .item {
	width: 25%;
	float: left;
	text-align: center;
	margin-bottom: 100px;
}

.data-download .download .list .item img {
	margin-bottom: 20px;
}

.data-download .download .list .item .title {
	font-size: 18px;
	color: #444444;
	font-weight: normal;
	margin-bottom: 10px;
}

.data-download .download .list .item .title:hover {
	color: #ff4d4d !important;
}

.data-download .download .list .item .read {
	font-size: 12px;
	color: #999999;
}

.data-download .download .list .item .read:hover {
	color: #ff4d4d;
}

.data-download .iui-flip-one {
	margin-bottom: 80px;
	padding-left: 100px;
}


/* ================================================== */
/* ========== 服务支持-服务能力
/* ================================================== */
/*.capability*/
.service-capability .capability {
	max-width: 1200px;
	margin: 80px auto;
}

.service-capability .capability .contents p {
	margin-bottom: 40px;
	line-height: 1.8;
	font-size: 13px;
	color: #999999;
}

.service-capability .capability .contents img {
	margin-right: 12px;
	margin-bottom: 40px;
}


/* ================================================== */
/* ========== 服务支持-技术服务-产品选色
/* ================================================== */
/*.colors*/
.selection-color .colors {
	max-width: 1200px;
	margin: 80px auto;
	margin-bottom: 100px;
}

.selection-color .colors .list {
	width: 100%;
	margin-bottom: 1px;
}

.selection-color .colors .list .item {
	width: 9.09090909%;
	float: left;
	position: relative;
	overflow: hidden;
	display: table;
}

.selection-color .colors .list .item a {
	width: 100%;
	height: 100%;
	z-index: 1000;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
	text-transform: uppercase;
	opacity: 0;
	display: table-cell;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.selection-color .colors .list .item:hover a {
	opacity: 1;
}


/* ================================================== */
/* ========== 服务支持-技术服务-产品选色详情页
/* ================================================== */
/*.color-details*/
.selection-color-details .color-details {
	max-width: 1200px;
	margin: 80px auto;
	margin-bottom: 70px;
	border-bottom: 1px dashed #d3d3d3;
	padding-bottom: 60px;
}

.selection-color-details .color-details .title {
	font-size: 18px;
	color: #999999;
	font-weight: normal;
}

.selection-color-details .color-details .list {
	margin: 30px 0px;
	width: 100%;
}

.selection-color-details .color-details .list .item {
	width: 9.09090909%;
	float: left;
	position: relative;
	overflow: hidden;
	display: table;
}

/*.collocation-color*/
.selection-color-details .collocation-color {
	max-width: 1200px;
	margin-bottom: 100px;
}

.selection-color-details .collocation-color .title {
	font-size: 18px;
	color: #999999;
	font-weight: normal;
}

.selection-color-details .collocation-color .list {
	width: 100%;
	margin: 30px 0px;
}

.selection-color-details .collocation-color .list .item {
	width: 50%;
	height: 80px;
	float: left;
}


/* ================================================== */
/* ========== 工程案例
/* ================================================== */
/*.products*/
.engineering-case .products {
	max-width: 1200px;
	margin-top: 60px;
	margin-bottom: 50px;
}

.engineering-case .products .list {
	width: 100%;
}

.engineering-case .products .list .item {
	width: 25%;
	margin-bottom: 20px;
	float: left;
	position: relative;
	overflow: hidden;
}

.engineering-case .products .list .item img {
	display: block;
	width: 94%;
	margin: 0 auto;
}

.engineering-case .products .list .item .modal {
	position: absolute;
	top: 101%;
	left: 3%;
	width: 94%;
	height: 100%;
	background: rgba(203, 40, 43, 0.86);
	z-index: 1000;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.engineering-case .products .list .item:hover .modal {
	top: 0px;
}

.engineering-case .products .list .item .modal .link-more {
	position: absolute;
	right: 40px;
	top: 40px;
	z-index: 1000;
}

.engineering-case .products .list .item .modal .name-en {
	font-size: 18px;
	color: #ffffff;
	font-family: arial;
	font-weight: normal;
	position: absolute;
	z-index: 1000;
	bottom: 52px;
	left: 5%;
	border-bottom: 1px solid #d35657;
	width: 90%;
	padding: 14px 0px;
}

.engineering-case .products .list .item .modal .name-cn {
	font-size: 12px;
	color: #eca9a9;
	position: absolute;
	width: 90%;
	z-index: 1000;
	bottom: 20px;
	left: 5%;
	font-weight: normal;
}

.engineering-case .iui-flip-one {
	margin-bottom: 70px;
}


/* ================================================== */
/* ========== 工程案例二级列表页
/* ================================================== */
/*.details*/
.engineering-case .details {
	max-width: 1200px;
	margin-top: 80px;
	border-bottom: 1px dashed #d3d3d3;
	padding-bottom: 50px;
}

.engineering-case .details .images {
	display: block;
	float: left;
}

.engineering-case .details .title {
	text-transform: uppercase;
	margin-left: 300px;
	font-size: 34px;
	color: #cb282b;
	font-family: arial;
	font-weight: normal;
}

.engineering-case .details .text-en {
	color: #999999;
	font-size: 12px;
	font-family: arial;
	line-height: 1.8;
	margin-left: 300px;
	padding: 15px 0px 20px 0px;
	border-bottom: 1px dashed #d3d3d3;
}

.engineering-case .details .text-cn {
	font-size: 13px;
	color: #999999;
	line-height: 1.9;
	margin-left: 300px;
	padding-top: 20px;
}


/* ================================================== */
/* ========== 新闻中心-企业新闻列表页
/* ================================================== */
/*.top-list*/
.news-center .top-list {
	max-width: 1200px;
	margin-top: 100px;
	border-bottom: 1px dashed #d3d3d3;
	padding-bottom: 70px;
	margin-bottom: 10px;
}

.news-center .top-list .list {
	width: 100%;
}

.news-center .top-list .list li {
	width: 50%;
	float: left;
}

.news-center .top-list .list li:first-child {
	padding-right: 60px;
	border-right: 1px dashed #d3d3d3;
}

.news-center .top-list .list li:last-child {
	padding-left: 60px;
}

.news-center .top-list .list li img {
	display: block;
	width: 100%;
}

.news-center .top-list .list li .title {
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	display: block;
	padding: 20px 0px;
	margin-top: 10px;
}

.news-center .top-list .list li .title .iconfont {
	float: right;
	color: #8a8a8a;
	font-size: 24px;
	display: block;
	margin-top: -4px;
}

.news-center .top-list .list li .title:hover {
	color: #c9242b;
}

.news-center .top-list .list li .title:hover .iconfont {
	color: #c9242b;
}

.news-center .top-list .list li .text {
	font-size: 13px;
	color: #999999;
	line-height: 1.8;
	margin-bottom: 20px;
}

.news-center .top-list .list li .text:hover {
	color: #c9242b;
}

.news-center .top-list .list li .time {
	font-size: 12px;
	color: #999999;
	display: inline-block;
	margin-bottom: 10px;
}

/*.news-list*/
.news-center .news-list {
	max-width: 1200px;
	width: 100%;
}

.news-center .news-list .item {
	padding: 40px 0px;
	border-bottom: 1px dashed #d3d3d3;
}

.news-center .news-list .item img {
	display: block;
	float: left;
	max-width: 209px;
	max-height: 152px;
}

.news-center .news-list .item .contents {
	margin-left: 260px;
	padding: 14px 0px;
}

.news-center .news-list .item .contents .title {
	font-size: 15px;
	color: #333333;
	font-weight: bold;
}

.news-center .news-list .item .contents .title:hover {
	color: #c9242b;
}

.news-center .news-list .item .contents .title .link-more {
	float: right;
	color: #8a8a8a;
	margin-top: -10px;
}

.news-center .news-list .item .contents .title:hover .link-more {
	background: #c9242b;
	color: #ffffff;
}

.news-center .news-list .item .contents .text {
	font-size: 13px;
	color: #999999;
	line-height: 1.8;
	margin-top: 15px;
	margin-bottom: 20px;
}

.news-center .news-list .item .contents .text:hover {
	color: #c9242b;
}

.news-center .news-list .item .contents .time {
	display: inline-block;
	font-size: 12px;
	color: #d3d3d3;
}

.news-center .news-list .item:last-child {
	border: none;
}

.news-center .iui-flip-one {
	margin-bottom: 80px;
}


/* ================================================== */
/* ========== 新闻中心-企业新闻详情页
/* ================================================== */
/*.news-details*/
.news-center .news-details {
	max-width: 1200px;
	padding: 80px 10px;
}

.news-center .news-details .title {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	padding-bottom: 20px;
}

.news-center .news-details .time {
	font-size: 12px;
	color: #999999;
	display: inline-block;
	margin-bottom: 40px;
}

.news-center .news-details .text {
	font-size: 13px;
	color: #999999;
	line-height: 1.9;
}

.news-center .news-details .text p {
	padding-bottom: 18px;
}

.news-center .news-details .text img {
	margin: 20px 10px 20px 0px;
}


/* ================================================== */
/* ========== 新闻中心-视频列表页
/* ================================================== */
/*.video-list*/
.news-center .video-list {
	max-width: 1200px;
	padding: 60px 0px 0px 0px;
}

.news-center .video-list li {
	width: 33.33333333%;
	float: left;
	position: relative;
	padding: 0px 5px 50px 5px;
	border-bottom: 1px dashed #d3d3d3;
	overflow: hidden;
	margin-top: 50px;
}

.news-center .video-list li:nth-child(3n) {
	margin-right: 0px;
}

.news-center .video-list li:nth-last-child(1) {
	border: none;
	margin-bottom: 0px;
}

.news-center .video-list li:nth-last-child(2) {
	border: none;
	margin-bottom: 0px;
}

/*.news-center .video-list li:nth-last-child(3){border:none;margin-bottom:0px;}*/
.news-center .video-list li img {
	display: block;
	width: 100%;
}

.news-center .video-list li .modal {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 50px;
	padding: 0px 20px;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.5);
	font-size: 13px;
	color: #ffffff;
	line-height: 28px;
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	height: 60px;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
}

.news-center .video-list li .play {
	display: block;
	width: 28px;
	height: 28px;
	float: right;
	background: #ffffff;
	border-radius: 50%;
	overflow: hidden;
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
}

.news-center .video-list li .play .iconfont {
	display: block;
	width: 28px;
	height: 28px;
	text-align: center;
	color: #9da4a3;
	font-size: 18px;
	line-height: 28px;
	padding-left: 4px;
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
}

.news-center .video-list li .modal .table {
	display: table;
	width: 100%;
	height: 100%;
}

.news-center .video-list li .modal .cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.news-center .video-list li:hover .modal {
	height: 100%;
	text-align: center;
	padding-top: 50px;
}

.news-center .video-list li:hover .modal .play {
	float: none;
	margin: 15px auto;
	width: 40px;
	height: 40px;
}

.news-center .video-list li:hover .modal .play .iconfont {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	padding-left: 6px;
}

.news-center .video-list li .play .iconfont:hover {
	background: #cb282b;
	color: #ffffff;
}

.news-center .video-list li .line {
	width: 100%;
	height: 1px;
	border: 1px dashed #d3d3d3;
	display: block;
}


/* ================================================== */
/* ========== 加入德普威-诚聘英才
/* ================================================== */
/*.recruit-list*/
.join-us .recruit-list {
	max-width: 1200px;
	padding: 80px 0px;
}

.join-us .recruit-list .item {
	border-bottom: 1px dashed #d3d3d3;
}

.join-us .recruit-list .item .title {
	height: 80px;
	line-height: 80px;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
}

.join-us .recruit-list .item .title .down {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	color: #8a8a8a;
	float: right;
	border-radius: 50%;
	margin-top: 25px;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.join-us .recruit-list .item .title .down:hover {
	background: #c9242b;
	color: #ffffff;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	line-height: 31px;
}

.join-us .recruit-list .item .title .down.open {
	background: #c9242b;
	color: #ffffff;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	line-height: 31px;
}

.join-us .recruit-list .item .contents {
	font-size: 13px;
	color: #999999;
	line-height: 1.8;
	overflow: hidden;
	display: none;
}

.join-us .recruit-list .item .contents.open {}

.join-us .recruit-list .item .contents p {
	padding-bottom: 30px;
}


/* ================================================== */
/* ========== 加入德普威-招商加盟
/* ================================================== */
/*.investment*/
.join-us .investment {
	max-width: 1200px;
	padding: 80px 0px 0px 0px;
}

.iui-tab-one2 {
	max-width: 1200px;
	margin: 50px auto 0;
}

.join-us .investment .iui-tab-one .contents .module .rows {
	padding: 45px 0px;
	border-bottom: 1px dashed #d3d3d3;
}

.join-us .investment .iui-tab-one .contents .module .rows:last-child {
	border: none;
}

.join-us .investment .iui-tab-one .contents .module .rows .title {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	padding-bottom: 20px;
}

.join-us .investment .iui-tab-one .contents .module .rows .text {
	font-size: 14px;
	color: #999999;
	line-height: 1.8;
}

.join-us .investment .customer-information-form table {
	margin: 30px 0px;
}

.join-us .investment .customer-information-form table td {
	padding: 8px 0px;
}

.join-us .investment .customer-information-form table td .must {
	color: #ff0000;
	margin-left: -10px;
	display: block;
	float: left;
}

.join-us .investment .customer-information-form table td:first-child {
	font-size: 14px;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
}

.join-us .investment .customer-information-form table td input[type=text] {
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	height: 40px;
	line-height: 40px;
	padding: 0px 8px;
	width: 380px;
	outline: none
}

.join-us .investment .customer-information-form .btn-apply-online {
	width: 144px;
	height: 54px;
	color: #ffffff;
	background: #e74c3c;
	font-size: 14px;
	border: none;
	outline: none;
	border-radius: 5px;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.join-us .investment .customer-information-form .btn-apply-online:hover {
	background: #bf3929;
}

.join-us .investment .customer-information-form textarea {
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	padding: 0px 8px;
	width: 380px;
	height: 140px;
	resize: none;
	outline: none;
}

.tabp {
	padding-bottom: 30px;
}

.tabp p {
	font-size: 13px;
	color: #999999;
	line-height: 1.8;
	padding-top: 35px;
	letter-spacing: 1.3px;
}

/* ================================================== */
/* ========== 关于德普威-组织架构
/* ================================================== */
/*.org*/
.about-dpv .org {
	max-width: 1200px;
	padding: 10px 0px 80px 0px;
}

.about-dpv .org .org-image {
	display: block;
	width: 100%;
}


/* ================================================== */
/* ========== 关于德普威-企业资质
/* ================================================== */
/*.qualification*/
.about-dpv .qualification {
	max-width: 1200px;
	padding: 10px 0px 80px 0px;
}

.about-dpv .qualification .list {
	width: 100%;
	margin-top: 60px;
	font-size: 0;
}

.about-dpv .qualification .list .item {
	/*float:left;*/
	width: 25%;
	padding: 34px 56px;
	margin-bottom: 30px;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	display: inline-block;
	vertical-align: top;
}

.about-dpv .qualification .list .item:hover {
	background: #c9242b;
}

.about-dpv .qualification .list .item img {
	display: block;
	width: 100%;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.about-dpv .qualification .list .item:hover img {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
}


/* ================================================== */
/* ========== 关于德普威-公司简介
/* ================================================== */
/*.company-profile*/
.about-dpv .company-profile {
	max-width: 1200px;
}

.about-dpv .company-profile .profile-en {
	padding: 70px 0px 30px 0px;
	border-bottom: 1px dashed #d3d3d3;
}

.about-dpv .company-profile .profile-en .title {
	font-size: 42px;
	color: #cb282b;
	font-weight: normal;
	font-family: 'helveticaneue3b5bb71ab6092';
	text-transform: uppercase;
	padding-bottom: 20px;
}

.about-dpv .company-profile .profile-en .text {
	font-size: 12px;
	color: #999999;
	line-height: 2;
}

.about-dpv .company-profile .profile-en .text p {
	padding-bottom: 10px;
}

.about-dpv .company-profile .profile-cn {
	padding: 40px 0px;
}

.about-dpv .company-profile .profile-cn .title {
	font-weight: normal;
	font-size: 13px;
	color: #c9242b;
	line-height: 1.6;
	padding-bottom: 3px;
}

.about-dpv .company-profile .profile-cn .text {
	font-size: 13px;
	color: #999999;
	line-height: 2.0;
}

.about-dpv .company-profile .profile-cn .text img {
	margin-top: 50px;
	margin-bottom: 30px;
}


/* ================================================== */
/* ========== 关于德普威-品牌故事
/* ================================================== */
/*.brand-story*/
.about-dpv .brand-story {
	max-width: 1200px;
}

.about-dpv .brand-story .iui-carousel-two {
	position: relative;
	margin: 60px auto;
}

.about-dpv .brand-story .iui-carousel-two .banners-wrap {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 340px;
}

.about-dpv .brand-story .iui-carousel-two .banners-wrap .banners {
	position: absolute;
	z-index: 1000;
	left: 0px;
	top: 0px;
	width: 300%;
	height: 100%;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
}

.about-dpv .brand-story .iui-carousel-two .banners-wrap .banners:after {
	content: "";
	width: 100%;
	height: 0px;
	position: absolute;
	z-index: -10;
	border-bottom: 1px dashed #d3d3d3;
	top: 50%;
	left: 0px;
}

.about-dpv .brand-story .iui-carousel-two .banners-wrap .banners .page {
	width: 165px;
	float: left;
	word-break: break-word;
	margin-right: 35px;
	margin-top: 20px;
}

.about-dpv .brand-story .iui-carousel-two .banners-wrap .banners .page:nth-child(2n) {
	margin-top: 200px;
}

.about-dpv .brand-story .iui-carousel-two .banners-wrap .banners .page .story {
	width: 165px;
	height: 120px;
	background: #00c755;
	border-radius: 4px;
	font-size: 12px;
	color: #ffffff;
	display: table-cell;
	vertical-align: middle;
	padding: 20px 28px;
	position: relative;
	line-height: 1.8;
}

.about-dpv .brand-story .iui-carousel-two .banners-wrap .banners .page .story .max {
	height: 85px;
	overflow: hidden;
}

.about-dpv .brand-story .iui-carousel-two .banners-wrap .banners .page .story:hover .max {
	height: auto;
	overflow: hidden;
}

.about-dpv .brand-story .sanjiao {
	position: absolute;
	width: 12px;
	height: 12px;
	bottom: -4px;
	left: 50%;
	margin-left: -5px;
	z-index: 1500;
	background: #00c755;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.about-dpv .brand-story .yuan {
	position: absolute;
	width: 12px;
	height: 12px;
	bottom: -32px;
	left: 50%;
	margin-left: -5px;
	z-index: 1500;
	border: 4px solid #00c755;
	border-radius: 50%;
	background: #ffffff;
}

.about-dpv .brand-story .year {
	position: absolute;
	width: 100px;
	height: 20px;
	bottom: -66px;
	left: 50%;
	margin-left: -50px;
	z-index: 1500;
	color: #00c755;
	text-align: center;
}

.about-dpv .brand-story .iui-carousel-two .banners-wrap .banners .page:nth-child(2n) .sanjiao {
	top: -4px;
}

.about-dpv .brand-story .iui-carousel-two .banners-wrap .banners .page:nth-child(2n) .yuan {
	top: -36px;
}

.about-dpv .brand-story .iui-carousel-two .banners-wrap .banners .page:nth-child(2n) .year {
	top: -66px;
}

.about-dpv .brand-story .arrow {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	z-index: 2000;
	text-align: center;
	line-height: 40px;
	color: #666666;
	font-size: 16px;
	border-radius: 50%;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.about-dpv .brand-story .arrow:hover {
	background: #c9242b;
	color: #ffffff;
}

.about-dpv .brand-story .arrow-prev {
	left: 10px;
}

.about-dpv .brand-story .arrow-next {
	right: 10px;
}

/*advantage*/
.about-dpv .advantage {
	max-width: 1200px;
	padding: 40px 10px;
	border-bottom: 1px dashed #d3d3d3;
}

.about-dpv .advantage .title {
	font-size: 18px;
	color: #999999;
	padding-bottom: 20px;
	font-weight: normal;
}

.about-dpv .advantage .text {
	font-size: 13px;
	color: #999999;
	line-height: 1.8;
}

.about-dpv .advantage .text img {
	margin: 40px 0px 40px 0px;
}


.waper-xq {
	max-width: 1200px;
	padding: 40px 0;
	margin: 0 auto;
}

.title-web {
	width: 100%;
	display: table;
}

.title-web h3 {
	font-size: 48px;
	color: #c9252d;
	font-weight: 300;
	width: 100%;
	border-bottom: 1px dotted #d3d3d3;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.title-web p {
	font-size: 13px;
	color: #999;
	line-height: 1.8;
	padding-top: 3px;
}

.title-web p span {
	color: #c9252d;
}

.waeprs {
	margin: 50px 0;
}

.swiper-wrapper {
	width: 100%;
	margin: 0 auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	width: 34px;
	height: 34px;
	background:  no-repeat center center;
}

.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover {
	background:  no-repeat center center;
	background-size: 100% 100%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	width: 34px;
	height: 34px;
	background:  no-repeat center center;
}

.swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover {
	background:  no-repeat center center;
	background-size: 100% 100%;
}

.swiper-slide {
	text-align: center;
}




.section {
	width: 100%;
	display: table;
	margin: 80px 0;
}

.maps {
	float: left;
	width: 569px;
}

.rit-box {
	float: right;
	width: 555px;
}

.rit-box .top-tit {
	border-bottom: 1px dotted #bbbbbb;
	padding-bottom: 30px;
}

.rit-box .top-tit h3 {
	font-size: 18px;
	font-weight: 300;
}

.rit-box .top-tit p {
	font-size: 14px;
	color: #999999;
	margin-top: 5px;
}

.rit-box .top-tit p font {
	color: #e74e3f;
}

.city {
	width: 420px;
	display: table;
	margin-top: 15px;
}

.city li {
	float: left;
	margin-right: 10px;
	width: 130px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 13px;
	background-color: #ecf0f1;
}

.city li a {
	color: #565656;
	display: block;
	width: 100%;
	height: 100%;
}

.city li.on,
.city li:hover {
	background-color: #f4a823;
}

.city li.on a,
.city li:hover a {
	color: #fff;
}

.kbm {
	margin-top: 40px;
}

.kbm p {
	font-size: 5px;
	font-size: 13px;
	color: #999999;
	margin-top: 5px;
}

.kbm p font {
	color: #565656;
}

.ews {
	margin-top: 40px;
}

.ews dd p {
	margin-top: 4px;
	color: #999;
	font-size: 13px;
}

table {
	margin: 0 auto;
}


/* ================================================== */
/* ========== 1200
/* ================================================== */
@media only screen and (max-width:1200px) {

	/* ------------------------------ */
	/* header
	/* ------------------------------ */
	.header .right-box {
		display: none;
	}

	.header .nav-top-phone {
		display: block;
	}

	/* ------------------------------ */
	/* module-title
	/* ------------------------------ */
	.module-title .contents {
		max-width: 1200px;
		padding: 0 10px;
	}

	/* ------------------------------ */
	/* 产品与方案-解决方案列表页
	/* ------------------------------ */
	/*.list-wrap*/
	.solution-list .list-wrap .module {
		padding: 60px 10px;
	}

	/* ------------------------------ */
	/* 服务支持-产品支持(.product-support)
	/* ------------------------------ */
	/*.questions*/
	.product-support .questions .module {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* ------------------------------ */
	/* 服务支持-服务能力
	/* ------------------------------ */
	/*.capability*/
	.service-capability .capability .contents {
		padding: 0px 15px;
	}

	/* ------------------------------ */
	/* 服务支持-技术服务-产品选色
	/* ------------------------------ */
	/*.colors*/
	.selection-color .colors .list .item {
		width: 11.11111111%;
	}

	/* ------------------------------ */
	/* 服务支持-技术服务-产品选色详情页
	/* ------------------------------ */
	/*.colors*/
	.selection-color-details .color-details .list .item {
		width: 11.11111111%;
	}

	.selection-color-details .color-details .title {
		padding: 0px 15px;
	}

	/*.collocation-color*/
	.selection-color-details .collocation-color .title {
		padding: 0px 15px;
	}

	/* ------------------------------ */
	/* 服务支持-新闻中心-企业新闻列表页
	/* ------------------------------ */
	/*.top-list*/
	.news-center .top-list .list {
		padding-left: 10px;
		padding-right: 10px;
	}

	/* ------------------------------ */
	/* 加入德普威-招商加盟
	/* ------------------------------ */
	/*.investment*/
	.join-us .investment {
		padding: 60px 16px 0px 16px;
	}

	/* ------------------------------ */
	/* 关于德普威-公司简介
	/* ------------------------------ */
	/*.company-profile*/
	.about-dpv .company-profile {
		padding-left: 10px;
		padding-right: 10px;
	}

	/* ------------------------------ */
	/* 服务支持-产品支持-产品说明书与样板册
	/* ------------------------------ */
	/*.instructions*/
	.sample-book .instructions .list {
		width: 100%;
		margin-left: 0px;
	}

	/*.download*/
	.data-download .download .list {
		width: 100%;
		margin-left: 0px;
	}


	.maps {
		width: 100%;
		float: none;
	}

	.rit-box {
		width: 100%;
		margin-top: 40px;
	}
}

/* ================================================== */
/* ========== 1024
/* ================================================== */
@media only screen and (max-width:1024px) {

	/* ------------------------------ */
	/* footer
	/* ------------------------------ */
	.footer .contents .copy-wrap .left-copy {
		float: none;
	}

	.footer .contents .copy-wrap .right-nav {
		float: left;
	}

	/* ------------------------------ */
	/* products-solutions.html
	 * 产品与方案-产品系列二级列表页
	/* ------------------------------ */
	/*.case*/
	.products-solutions .case .list li {
		width: 33.33333333%;
	}

	/*.list*/
	.products-solutions .series .list .item {
		width: 33.33333333%;
	}

	/* ------------------------------ */
	/* product-details.html
	 * 产品与方案-产品详情页
	/* ------------------------------ */
	/*.case -> .brief*/
	.product-details .case .brief .text {
		padding: 10px 20px;
	}

	.product-details .case .brief .text .title {
		margin-bottom: 40px;
	}

	.product-details .case .brief .text p {
		line-height: 2.1;
	}

	/*.case -> .technology*/
	.product-details .case .technology {
		padding: 30px;
	}

	/*.case -> .list*/
	.product-details .case .list li {
		width: 25%;
	}

	/* ------------------------------ */
	/* 服务支持-产品支持-产品说明书与样板册
	/* ------------------------------ */
	/*.instructions*/
	.sample-book .instructions .list .item {
		width: 33.33333333%;
	}

	/* ------------------------------ */
	/* 服务支持-产品支持-资料下载
	/* ------------------------------ */
	/*.download*/
	.data-download .download .list .item {
		width: 33.33333333%;
	}

	/* ------------------------------ */
	/* 服务支持-技术服务-产品选色
	/* ------------------------------ */
	/*.colors*/
	.selection-color .colors .list .item {
		width: 16.66666666%;
	}

	/* ------------------------------ */
	/* 服务支持-技术服务-产品选色详情页
	/* ------------------------------ */
	/*.colors*/
	.selection-color-details .color-details .list .item {
		width: 16.66666666%;
	}

	/* ------------------------------ */
	/* 工程案例
	/* ------------------------------ */
	/*.products*/
	.engineering-case .products .list .item {
		width: 33.33333333%;
	}

	/* ------------------------------ */
	/* 关于德普威-品牌故事
	/* ------------------------------ */
	/*.brand-story*/
	.about-dpv .brand-story .iui-carousel-two .banners-wrap {
		width: 800px;
	}
}


/* ================================================== */
/* ========== 992
/* ================================================== */
@media only screen and (max-width:992px) {

	/* ------------------------------ */
	/* 服务支持-技术服务-产品选色
	/* ------------------------------ */
	/*.colors*/
	.selection-color .colors .list .item {
		width: 20%;
	}

	/* ------------------------------ */
	/* 服务支持-技术服务-产品选色详情页
	/* ------------------------------ */
	/*.colors*/
	.selection-color-details .color-details .list .item {
		width: 20%;
	}
}


/* ================================================== */
/* ========== 768
/* ================================================== */
@media only screen and (max-width:768px) {

	/* ------------------------------ */
	/* header
	/* ------------------------------ */
	.header .right-box {
		display: none;
	}

	.header .nav-top-phone {
		display: block;
	}

	/* ------------------------------ */
	/* index.html
	/* ------------------------------ */
	/*.iui-carousel-one*/
	.iui-carousel-one .buttons {
		bottom: 10px;
	}

	/*.index-case-carousel-mb*/
	.index-case-carousel-mb .buttons {
		bottom: -40px;
	}

	/*search*/
	.index .search {
		height: 170px;
	}

	.index .search .contents {
		padding: 0px 1.5rem;
		top: 0px;
	}

	.index .search .nav {
		padding-left: 70px;
	}

	.index .search .nav li:first-child {
		margin-left: -70px;
	}

	.index .search .nav li {
		margin-bottom: 6px;
	}

	.index .search .form-search {
		width: 100%;
	}

	.index .search .search-box {
		width: 70%;
	}

	.index .search .search-btn {
		width: 30%;
	}

	/*case*/
	.index .case {
		margin-top: 30px;
		padding-bottom: 60px;
		background-size: 100% 250px;
	}

	.index-case-carousel {
		margin-top: 40px;
	}

	.index-case-carousel.index-case-carousel-pc {
		display: none;
	}

	.index-case-carousel.index-case-carousel-mb {
		display: block;
	}

	.index-case-carousel .link {
		width: 100%;
		cursor: pointer;
	}

	/*product*/
	.index .product .list .item {
		width: 100%;
		margin-bottom: 20px;
	}

	/*brief*/
	.index .brief .contents .left-box {
		float: none;
		width: 100%;
		padding-right: 0px;
		margin-bottom: 20px;
	}

	.index .brief {
		margin-top: 60px;
		padding: 0px;
	}

	.index .brief .contents .box {
		float: none;
		width: 100%;
		padding-left: 0px;
	}

	.index .brief .contents .right-box .item {
		padding: 0px;
		height: auto;
	}

	.index .brief .contents .right-box .item img {
		width: 100%;
		float: none;
	}

	.index .brief .contents .right-box .item .text {
		padding: 20px 20px;
	}

	/*introduce*/
	.index .introduce {
		margin-top: 0px;
		padding-bottom: 0px;
	}

	.index .introduce .item .iconfont.cont {
		width: 53px;
		height: 52px;
		line-height: 52px;
		font-size: 26px;
	}

	.index .introduce .item .name-en {
		font-size: 12px;
	}

	.index .introduce .item .name-cn {
		font-size: 12px;
	}

	/*firend-chain*/
	.index .firend-chain .index-case-carousel .page {
		padding: 0px;
	}

	.index .firend-chain .index-case-carousel .buttons {
		bottom: 10px;
	}

	.index .firend-chain .index-firend-chain-carousel-pc {
		display: none;
	}

	.index .firend-chain .index-firend-chain-carousel-mb {
		display: block;
	}

	.index .achievement .item {
		font-size: 12px;
		width: 33.33333333%;
		margin-bottom: 20px;
	}

	.index .achievement .item .number {
		font-size: 24px;
	}

	/* ------------------------------ */
	/* footer
	/* ------------------------------ */
	.footer .contents {
		padding: 0px 30px;
	}

	.footer .contents .nav {
		margin-right: 4rem;
		height: 195px;
	}

	.footer .contents .nav:nth-child(3) {
		margin-right: 2.8rem;
	}

	.footer .contents .weixin {
		margin-bottom: 30px;
	}

	.footer .contents .address {
		margin-left: 0px;
	}

	.footer .contents .copy-wrap {
		margin-top: 30px;
	}

	.footer .contents .copy-wrap .left-copy {
		float: none;
	}

	.footer .contents .weixin {
		float: none;
		margin-left: 0px;
	}

	.footer .contents .copy-wrap .right-nav {
		margin-top: 20px;
		float: left;
	}

	.footer .contents .copy-wrap .right-nav li {
		padding: 4px 24px 4px 0px;
	}

	.footer .contents .copy-wrap .right-nav li:after {
		right: 12px;
	}

	/* ------------------------------ */
	/* products-solutions.html
	 * 产品与方案-产品系列二级列表页
	/* ------------------------------ */
	.products-solutions .case .list li {
		width: 100%;
	}

	.products-solutions .series .list .item {
		width: 100%;
	}

	/* ------------------------------ */
	/* product-details.html
	 * 产品与方案-产品详情页
	/* ------------------------------ */
	/*.case -> .brief*/
	.product-details .case .brief .big-image {
		width: 100%;
		float: none;
	}

	.product-details .case .brief .text {
		float: none;
		width: 100%;
		padding: 30px;
	}

	/*.case -> .technology*/
	.product-details .case .technology {
		padding: 30px;
	}

	/*.case -> .list*/
	.product-details .case .list li {
		width: 100%;
		padding: 0px;
	}

	.product-details .case .list li a .name {
		padding: 15px;
	}

	/* ------------------------------ */
	/* 产品与方案-解决方案列表页
	/* ------------------------------ */
	.solution-list .list-wrap .module .image {
		float: none;
		width: 100%;
	}

	/* ------------------------------ */
	/* 服务支持
	/* ------------------------------ */
	/*.ability*/
	.service-support .ability .list li {
		width: 100%;
	}

	/*.support*/
	.service-support .support .contents {
		margin-bottom: -1px;
	}

	.service-support .support .link {
		width: 50%;
	}

	.service-support .support-pc {
		display: none;
	}

	.service-support .support-mb {
		display: block;
	}

	/*.second-nav-product-support*/
	.second-nav-product-support li {
		width: 50% !important;
	}

	/* ------------------------------ */
	/* 服务支持-产品支持-产品说明书与样板册
	/* ------------------------------ */
	/*.instructions*/
	.sample-book .instructions .list .item {
		width: 50%;
	}

	/* ------------------------------ */
	/* 服务支持-产品支持-资料下载
	/* ------------------------------ */
	/*.download*/
	.data-download .download .list .item {
		width: 50%;
	}

	/* ------------------------------ */
	/* 服务支持-服务能力
	/* ------------------------------ */
	/*.capability*/
	.service-capability .capability .contents img {
		display: block;
		width: 100%;
		height: auto;
	}

	/* ------------------------------ */
	/* 服务支持-技术服务-产品选色
	/* ------------------------------ */
	/*.colors*/
	.selection-color .colors .list .item {
		width: 33.33333333%;
	}

	/* ------------------------------ */
	/* 服务支持-技术服务-产品选色详情页
	/* ------------------------------ */
	/*.colors*/
	.selection-color-details .color-details .list .item {
		width: 33.33333333%;
	}

	/*.collocation-color*/
	.selection-color-details .collocation-color .list .item {
		width: 100%;
	}

	/* ------------------------------ */
	/* 工程案例
	/* ------------------------------ */
	/*.product-second-nav*/
	.product-second-nav li {
		width: 33.33333333% !important;
	}

	/*.products*/
	.engineering-case .products .list .item {
		width: 100%;
	}

	/* ------------------------------ */
	/* 工程案例二级列表页
	/* ------------------------------ */
	/*.details*/
	.engineering-case .details {
		padding-left: 10px;
		padding-right: 10px;
	}

	.engineering-case .details .images {
		display: block;
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}

	.engineering-case .details .title {
		margin-left: 0px;
		text-align: center;
	}

	.engineering-case .details .text-en {
		margin-left: 0px;
	}

	.engineering-case .details .text-cn {
		margin-left: 0px;
	}

	/* ------------------------------ */
	/* 服务支持-新闻中心-企业新闻列表页
	/* ------------------------------ */
	/*.top-list*/
	.news-center .top-list .list li {
		width: 100%;
	}

	.news-center .top-list .list li:first-child {
		padding-right: 0px;
		border-right: none;
	}

	.news-center .top-list .list li:last-child {
		padding-left: 0px;
	}

	/*.news-list*/
	.news-center .news-list .item {
		padding: 40px 0px;
	}

	.news-center .news-list .item img {
		max-width: 100%;
		max-height: inherit;
		margin-bottom: 20px;
	}

	.news-center .news-list .item .contents {
		margin-left: 0px;
		padding: 14px 10px;
	}

	.news-center .news-list .item:last-child {
		border: none;
	}

	.news-center .iui-flip-one {
		margin-bottom: 80px;
	}

	/* ------------------------------ */
	/* 新闻中心-视频列表页
	/* ------------------------------ */
	/*.video-list*/
	.news-center .video-list li {
		width: 100%;
		margin-top: 0px;
		border-bottom: none !important;
	}

	/* ------------------------------ */
	/* 加入德普威-招商加盟
	/* ------------------------------ */
	/*.investment*/
	.join-us .investment .customer-information-form table td input[type=text] {
		width: 200px;
	}

	.join-us .investment .customer-information-form textarea {
		width: 200px;
	}

	/* ------------------------------ */
	/* 关于德普威-企业资质
	/* ------------------------------ */
	/*.qualification*/
	.about-dpv .qualification .list .item {
		width: 100%;
	}

	/* ------------------------------ */
	/* 关于德普威-公司简介
	/* ------------------------------ */
	/*.company-profile*/
	.about-dpv .company-profile .profile-en .text img {
		display: block;
		width: 100%;
	}

	.about-dpv .company-profile .profile-cn .text img {
		display: block;
		width: 100%;
		height: auto;
	}

	/* ------------------------------ */
	/* 关于德普威-品牌故事
	/* ------------------------------ */
	/*.brand-story*/
	.about-dpv .brand-story .iui-carousel-two .banners-wrap {
		width: 200px;
	}

	/*.advantage*/
	.about-dpv .advantage .text img {
		margin: 20px 0px 20px 0px;
		display: block;
		width: 100%;
		height: auto;
	}

	/*.company-profile*/
	.about-dpv .company-profile .profile-en .title {
		font-size: 25px;
	}

	/* ------------------------------ */
	/* 公用标题
	/* ------------------------------ */
	/*.module-title*/
	.module-title .en {
		font-size: 20px;
	}

	.module-title .en:after {
		bottom: -14px;
	}

	.module-title .map {
		float: none;
		margin-top: 30px;
	}

	.tools {
		display: none;
	}

	.footer .contents .address li .iconfont {
		margin-top: 5px;
	}

	.index .achievement {
		padding: 50px 0;
	}

	.index .product .list {
		margin-top: 30px;
	}

	.about-dpv .company-profile .profile-en {
		padding: 35px 0px 30px 0px;
	}

	.second-nav {
		margin-bottom: 30px;
	}

	.news-center .top-list,
	.about-dpv .qualification .list {
		margin-top: 30px;
	}

	.about-dpv .org p img {
		width: 100%;
		height: auto;
	}

	.about-dpv .brand-story .iui-carousel-two {
		margin: 15px auto;
	}

	.second-nav li {
		width: 100% !important;
	}

	.service-support .ability {
		margin: 30px auto;
	}

	.join-us .recruit-list .item {
		padding: 0 20px;
	}

	.join-us .recruit-list {
		padding: 20px 0;
	}

	.city {
		width: 100%;
	}

	.city li {
		width: 30%;
	}

	#ditucontent {
		height: 280px !important;
	}

	.news-center .news-details .text img {
		width: 100%;
	}

	table {
		width: 100% !important;
	}



}





/* modified by zj  start*/
/* resolute product_list.html bug */

.zj-product-container {
	position: relative;
	overflow: hidden;
}
.zj-product-container img {
	width: 100%;
	height: 300px;
}
.zj-product-shadow {

	position: absolute;
	bottom: -100px;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #e94818;
	color: white;
	transition: all 0.4s ease-in-out 0s;

}


.zj-product-container:hover .zj-product-shadow {
	bottom: 0px;

}

.title-en {
	font-size: 18px;
	color: #ffffff;
	font-family: arial;
	padding-bottom: 14px;
	border-bottom: 1px solid #d45c62;
	margin-bottom: 14px;
	font-weight: normal;
}

.title-cn {
	font-size: 12px;
	color: #eca9a9;
	font-weight: normal;
}


/* modified by zj  end*/
