/* 联系我们 */
.detssd .min-box{
	width: 1600px;
	background-color: #ffffff;
	padding-top: 90px;
	padding-bottom: 90px;
}
.detssd .min-box .con{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.detssd .min-box .com{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	margin-top:130px;
}
.detssd .min-box .com .about-img{
	width: 46%;
    height: auto;
    margin-right: 4%;
}
.detssd .min-box .com .about-img img{
	width: 100%;
}
.detssd .min-box .com .det-tls{
	width:50%;
}
.detssd .min-box .com .det-tls p{
	font-size:16px;
	color:#666;
	line-height:30px;
	text-indent:2em;
	
}
.cells{
	background: url(../img/bgnn.jpg);
	position: relative;
	background-attachment:fixed;
	background-size: cover;
}
.cells .min-box{
	width: 1600px;
	position: relative;
	z-index: 20;
	height: 332px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.cells .min-box .show-model{
	width: 272px;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.cells .min-box .show-model .big-num{
	width: 150px;
	height: 60px;
	margin-bottom: 15px;
	margin-left: 30px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	line-height: 60px;
	/*background-color: red;*/
	overflow: hidden;
	font-size: 72px;
	color: #ffffff;
	position: relative;
}
.cells .min-box .show-model .big-num ul{
	list-style: none;
	padding: 0;
	margin: 0;
	transition: transform 1000ms;
	transform: translateY(-0%);
}
.cells .min-box .show-model .big-num::after{
	content: attr(data-dy);
	position: absolute;
	top: 0;
	right:0%;
	font-size: 30px;
	line-height: 30px;
}
.cells .min-box .show-model .titles{
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #ffffff;
	font-size: 18px;
	border-top: solid 1px #ffffff;
} 

.msgdw .min-box{
	width: 1600px;
	min-height: 456px;
	margin-top: 54px;
	margin-bottom: 62px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.msgdw .min-box .models{
	width: 580px;
	position: relative;
	min-height: 203px;
	margin-bottom: 47px;
	padding: 15px 10px;
	background-color: #f2f2f2;
}
.msgdw .min-box .models .big-title{
	width: 100%;
	display: flex;
	height: 41px;
	align-items: flex-end;
	color: #f22843;
	font-size: 18px;
	justify-content: flex-start;
}




.msgdw .min-box .models .big-title img{
	margin-right: 8px;
}
.msgdw .min-box .models .det-text{
	transition: 300ms;
	overflow: hidden;
	color: #666666;
	line-height: 28px;
	width: 100%;
	text-overflow: ellipsis;
	max-height: 112px;
	margin-top: 8px;
	transition: 600ms;
}
.msgdw .min-box .models:hover .det-text{
	max-height: 800px;
}

.msgdw .min-box .models .mores{
	display: block;
	width: 100%;
	height: 20px;
	margin-top: 8px;
	position: relative;
	cursor: pointer;
	transition: 300ms;
}
.msgdw .min-box .models:hover .mores{
	transform: rotateX(180deg);
	
}
.msgdw .min-box .models .mores::before{
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	left: 50%;
	top: 0px;
	transform:rotateZ(45deg) translateX(-50%);
	border: solid 1.5px transparent;
	border-bottom-color: #000000;
	border-right-color: #000000;
}
.msgdw .min-box .models .mores::after{
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	left: 50%;
	top: 6px;
	transform:rotateZ(45deg) translateX(-50%);
	border: solid 1.5px transparent;
	border-bottom-color: #000000;
	border-right-color: #000000;
}

.wmkh .min-box{
	width: 1600px;
	min-height: 380px;
	margin-bottom:90px;
	margin-top:90px;
}
.wmkh .min-box .kh-list{
	width: 100%;
	min-height: 300px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.wmkh .min-box .kh-list .img-box{
	width: 207px;
	height: 98px;
	border: solid 1px #e6e6e6;
	display: flex;
	padding:10px 20px;
	align-items: center;
	justify-content: center;
	margin-right: 25px;
	margin-bottom: 23px;
}
.wmkh .min-box .kh-list .img-box:nth-child(7n){
	margin-right: 0;
}
.wmkh .min-box .kh-list .img-box img{
	max-height: 100%;
	max-width: 100%;
}

.cplb{
	border-top: solid 1px #e4e3e3;
	border-bottom: solid 1px #e4e3e3;
}
.cplb .min-box{
	padding-top: 44px;
	width: 1600px;
	min-height: 300px;
}
.cplb .min-box .cp-item {
    width: 100%;
    min-height: 534px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 50px;
    transition: transform 300ms, opacity 300ms;
    transform: translateY(120px);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}

.cplb .min-box .cp-item.shows {
    position: relative;
    display: flex;
    transform: translateY(0px);
    opacity: 1;
    pointer-events: auto;
}

.cplb .min-box .cp-item .cp-box {
    display: block;
    width: calc(33% - 23px);
    height: 0;
    padding-bottom: 21.25%;
    background-color: blue;
    margin-right: 23px;
    margin-bottom: 21px;
    background-image: url(../img/anli.png);
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}

.cplb .min-box .cp-item .cp-box:nth-child(3n) {
    margin-right: 0;
}

.cplb .min-box .cp-item .cp-box .hover-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 45, 82, 0.6);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: opacity 300ms;
    opacity: 0;
}

.cplb .min-box .cp-item .cp-box .hover-box .more-icon {
    width: 100%;
    height: 10px;
    /*background-color: red;*/
    position: absolute;
    bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
    overflow: hidden;
}

.cplb .min-box .cp-item .cp-box .hover-box .more-icon p {
    margin-right: 15px;
    display: block;
    width: 18px;
    height: 18px;
    border-style: solid;
    border-width: 3px;
    border-color: transparent;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    transition: margin-right 300ms, opacity 300ms;
    transform: rotateZ(-45deg);
    opacity: 0;
}

.cplb .min-box .cp-item .cp-box:hover .hover-box .more-icon p {
    margin-right: -5px;
    opacity: 1;
    transition-delay: 300ms;
}

.cplb .min-box .cp-item .cp-box:hover .hover-box .more-icon p:nth-child(2) {
    transition-delay: 200ms;
}

.cplb .min-box .cp-item .cp-box:hover .hover-box .more-icon p:nth-child(3) {
    transition-delay: 100ms;
}

.cplb .min-box .cp-item .cp-box .hover-box .big-title {
    font-size: 24px;
    text-align: center;
    width: 100%;
    text-align: center;
    transition: transform 500ms, opacity 500ms;
    transform: translateY(30px);
    padding: 0 20px;
    opacity: 0;
}

.cplb .min-box .cp-item .cp-box .hover-box .dets {
    font-size: 16px;
    width: 100%;
    text-align: center;
    transition: transform 500ms, opacity 500ms;
    transform: translateY(-20px);
    opacity: 0;
}

.cplb .min-box .cp-item .cp-box .hover-box .dolt {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #ffffff;
    margin-top: 14px;
    margin-bottom: 12px;
    transition: opacity 500ms;
    opacity: 0;
    padding: 0 20px;
}

.cplb .min-box .cp-item .cp-box:hover .hover-box {
    opacity: 1;
}

.cplb .min-box .cp-item .cp-box:hover .dolt {
    opacity: 1;
    transition-delay: 150ms;
}

.cplb .min-box .cp-item .cp-box:hover .big-title {
    opacity: 1;
    transition-delay: 150ms;
    transform: translateY(0);
}

.cplb .min-box .cp-item .cp-box:hover .dets {
    opacity: 1;
    transition-delay: 150ms;
    transform: translateY(0);
}


.about { background:url(../img/3.jpg) no-repeat center; overflow:hidden; background-size:cover;padding:90px 0 90px 0}
.about .wrap2 {max-width:1300px;margin: 0 auto;position: relative;}
.about .mleft {float:left;width:100px;margin-left:2%;}
.about .mright {float:right;width:840px;}
.about .mright .cons {font-weight:300;font-size:30px; line-height:50px;margin:0 0 80px 80px}
.about .mright ul {width:110%;margin-top:-8%;margin-left:-5%}
.about .mright li {float:left;width:40%;margin:8% 5% 0 5%; position:relative}
.about .mright li .num { position:absolute;left:0;width:45px; height:45px; line-height:45px; background:#e60012;color:#fff; text-align:center; font-family:"Times New Roman", Times, serif;font-size:32px}
.about .mright li .list {margin:0 0 0 80px}
.about .mright li .list .t {font-weight:300;font-size:22px; line-height:25px; height:25px; overflow:hidden}
.about .mright li .list .l {width:40px; height:1px; background:#666;margin:25px 0 20px 0}
.about .mright li .list .c { line-height:30px; height:70px; overflow:hidden}
.bannerin { height:450px; background-position:center; background-repeat:no-repeat;}
